/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}
/*
.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;
}*/
.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: 11%;
    /* right: 0; */
    text-align: center;
    margin-top: -50px;
}
.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;
}
.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: 46px;
    height: 3px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    /*padding-bottom: 50px;*/
}
/*------------ / products ------------*/
.sect1 {
	margin-top: 275px;
	padding: 30px 0 105px;
	background: url(../../images/common/title_bar.png) center 0% no-repeat;
}
.products-sect-title {
    /* background: url('../../images/common/index/products_title_ic.png') 6px 10px no-repeat; */
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align:center;
    /* padding: 5px 0 10px 45px; */
    margin: 50px 0 15px;
}
.products-sect-title span {
    color: #202020;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align:center;
}
.products-sect-title span:before {
	content:'PRODUCTS';
	display:block;
	font-size:45px;
	font-weight:lighter;
	color:#0CA361;
	margin:0 auto;
}
.products-sect-title span:after {
	content:'';
	display:block;
	background: url(../../images/common/title_ic2.png) no-repeat;
	width:20px;
	height:20px;
	margin:5px auto 0;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more {
    /* float: none; */
    margin: 10px 0 30px;
    text-align:center;
}
.products-sect-title .more a{
    width: 178px;
    display: inline-block;
    padding: 8px 0;
    background: transition;
    text-align: center;
    color: #ddd;
    font-size: 16px;
    line-height: 1;
    color:#000;
    border:1px solid #AAACAD;
    position:relative;
    transition:all .3s ease;
}
.products-sect-title .more a:hover{
    color: #fff;
}
.products-sect-title .more a:before{
    content:'';
    display:inline-block;
    background:#212121;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:100%;
    transition:all .3s ease;
    z-index:-1
}
.products-sect-title .more a:hover:before{
    right:0;
}
.products-sect-title .more a:after{
    content:'';
    display:inline-block;
    position:absolute;
	background: url('../../images/common/more_arrow.png') no-repeat;
	width: 36px;
	height: 12px;
    left:125px;
    top:10px;
    opacity:0;
    transition:all .3s ease
}
.products-sect-title .more a:hover:after{
    opacity:1;
}

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

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display:block;
    position: absolute;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    z-index: 10;
    width:33px;
    height:34px;
    top: -31px;
    left: 10px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url('../../images/common/border_1.png') no-repeat;
    width:60px;
    height:60px;
    display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top:0;
	transition: all .3s ease;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .pic:after {
    content: '';
    background: url('../../images/common/border_2.png') no-repeat;
    width:60px;
    height:60px;
    display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom:0;
	transition: all .3s ease;
}
.products-list .box:hover .pic:after {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 14px;
    color: #68666B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
	margin:15px 0 0;
}
.products-list .name {
    color: #1f1f1f;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
	padding:10px 0;
	position: relative;
}
.products-list .box:hover .name {
    color: #4E7E36;
}
.products-list .name:before {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	background: #4E7E36;
	position: absolute;
	left: 0;
	bottom:0px;
	z-index:2;
	transition: all .3s ease;
}
.products-list .name:hover:before {
	width: 100%;
}
.products-list .name:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #CBDCC0;
	position: absolute;
	left: 0;
	bottom:0px;
	z-index:1;
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: right;
}
.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: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
	margin-top:-50px;
	padding: 115px 0;
	/*background: url('../../images/common/index/abbg.png') 50% 50% fixed;*/
	background-size:cover;
}
.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;*/
}
.about-sect-title {
    color: #000;
    font-size: 20px;
    margin: 0px 0 50px;
    text-align:center;
	position: relative;
}
.about-sect-title:after {	
	content:'';
	display:block;
	background: url('../../images/common/about_bar.png') no-repeat;
	width:1194px;
	width:100%;
	height:26px;
	position:absolute;
	left:calc(50% - 597px);
	
}
.about-sect:before {
	content:'ABOUT';
	font-size:80px;
	color:#0CA361;
	font-weight:bold;
	display:block;
	text-align:center;
	position:absolute;
	bottom: -25px;
	left:calc(50% - 125px);
}
.about-sect-title:before {
	content:'BioWare TECHNOLOGIES';
	font-size:45px;
	color:#0CA361;
	display:block;
	text-align:center;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect-title:before{
    /*content:'。';*/
}
.about-sect-title:after{
    /*content:'。';*/
}
.about-sect .txt-box {
    background: #fff;
    margin-right: 0%;
    color: #000;
    line-height: 2;
    padding: 30px 48px 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    top: 390px;
	/*box-shadow:20px 20px 50px rgba(241,241,241,0.5);*/
	box-shadow: 20px 20px 50px rgba(9,9,9,0.1);
}
.about-sect .editor {
    min-height: 170px;
	text-align: center;
}
.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 59px;
    height: 58px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*------------ / album ------------*/

.sect3 {
	background: url(../../images/common/title_bar.png) center 0% no-repeat,url('../../images/common/album_bg.jpg')  50% 50% / cover no-repeat;
    padding: 30px 0 110px;
	z-index:9;
    position:relative;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    /* background: url('../../images/common/index/products_title_ic.png') 6px 10px no-repeat; */
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align:center;
    /* padding: 5px 0 10px 45px; */
    margin: 50px 0 15px;
}
.album-sect-title span {
    color: #202020;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align:center;
}
.album-sect-title span:before {
	content:'ALBUMS';
	display:block;
	font-size:45px;
	font-weight:lighter;
	color:#0CA361;
	margin:0 auto;
}
.album-sect-title span:after {
	content:'';
	display:block;
	background: url(../../images/common/title_ic2.png) no-repeat;
	width:20px;
	height:20px;
	margin:5px auto 0;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    float: none;
    margin: 10px 0 30px;
    text-align:center;
}
.album-sect-title .more a{
    width: 178px;
    display: inline-block;
    padding: 8px 0;
    background: transition;
    text-align: center;
    color: #ddd;
    font-size: 16px;
    line-height: 1;
    color:#000;
    border:1px solid #AAACAD;
    position:relative;
    transition:all .3s ease;
}
.album-sect-title .more a:hover{
    color:#fff;
}
.album-sect-title .more a:before{
    content:'';
    display:inline-block;
    background:#212121;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:100%;
    transition:all .3s ease;
    z-index:-1
}
.album-sect-title .more a:hover:before{
    right:0;
}
.album-sect-title .more a:after{
    content:'';
    display:inline-block;
    position:absolute;
	background: url('../../images/common/more_arrow.png') no-repeat;
	width: 36px;
	height: 12px;
    left:125px;
    top:10px;
    opacity:0;
    transition:all .3s ease
}
.album-sect-title .more a:hover:after{
    opacity:1;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    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: 28px;
    height: 28px;
}
.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;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic img{
	width:100%;   
}
.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 {
    border: 1px solid #ddd;
    padding: 25px 15px 12px 15px;
    position: relative;
}
.album-list .txt:before {
    content: '';
    background: url('../../images/common/album_ic.png') no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    /* border-bottom: 3px solid #000; */
    padding-bottom: 0px;
    position:absolute;
    left:15px;
    bottom: 64px;
    transition:all .3s ease;
}
.album-list .txt:hover:before {
	background: url('../../images/common/album_ic2.png') no-repeat;
	bottom: 48px;
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}
.album-list .box:hover .name {
    color: #0CA361;
}
/*------------ / service ------------*/

.sect5 {
	text-align:center;
    padding: 20px 0;
	background: url(../../images/common/title_bar.png) center 0% no-repeat;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 20px;
    width: 193px;
    height: 61px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 61px;
    text-align: center;
	border-radius:50px;
	position:relative;
	padding:0 0px 0 0;
	transition:all .3s ease;
	background: #3ab990; /* Old browsers */
	background: -moz-linear-gradient(top, #3ab990 0%, #0ca361 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3ab990 0%,#0ca361 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3ab990 0%,#0ca361 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab990', endColorstr='#0ca361',GradientType=0 ); /* IE6-9 */
}
.sect5 .btn.more:hover {
    padding:0 20px 0 0;
}
.sect5 .btn.more:before {
	content:'';
	display:block;
	width:36px;
	height:12px;
	background: url(../../images/common/arrow.png) no-repeat;
	position:absolute;
	top:calc(50% - 6px);
	left:130px;
	transition:all .3s ease;
	opacity:0;
}
.sect5 .btn.more:hover:before {
	opacity:1;
}
.sect5 .btn.more:hover {
	color:#000;
	background: #85f4b9; /* Old browsers */
	background: -moz-linear-gradient(top, #85f4b9 0%, #3ab990 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #85f4b9 0%,#3ab990 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #85f4b9 0%,#3ab990 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85f4b9', endColorstr='#3ab990',GradientType=0 ); /* IE6-9 */
}
.sect5 .btn.more .ic {
    display: inline-block;
    font-size: 24px;
    position:relative;
    top:6px;
    left:-10px;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /*padding: 40px 11%;*/
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 60px 0 30px;
}
.service-sect-title span {
    color: #202020;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.service-sect-title span:before {
	content:'SERVICE';
	display:block;
	font-size:45px;
	font-weight:lighter;
	color:#0CA361;
	margin:0 auto;
}
.service-sect-title span:after {
	content:'';
	display:block;
	background: url(../../images/common/title_ic2.png) no-repeat;
	width:20px;
	height:20px;
	margin:5px auto 0;
}
.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: 250px;
	color: #000;
}
.service_sect{
	/* width:100%; */
	display: table;
}
.service_sect .service_title{
	font-weight:bold;
	font-size:26px;
	display:table-caption;
	margin-bottom:15px;
}
.service_sect .service_title span{
	color:#0071BC;
	font-size:28px;
	font-weight:lighter;
	display:block;
}
.service_sect .service_txt1{
	width:200px;
	margin:0 15px;
	display:inline-block;
	position:relative;
}
.service_sect .service_txt1 p{
	text-align: left;
	display: inline-block;
	margin:15px;
}
.service_sect .service_txt1:before{
	content:'';
	display: inline-block;
	width:45px;
	height:50px;
	background: url('../../images/common/service_ic1.png')  50% 50% no-repeat;
	position: relative; 
	top: 8px; 
	left:0; 
}
.service_sect .service_txt2{
	width: 200px;
	margin:0 15px;
	display:inline-block;
	position:relative;
}
.service_sect .service_txt2 p{
	text-align: left;
	display:inline-block;
		position:relative;
	left:8px;
	margin: 15px;
}
.service_sect .service_txt2:before{
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background: url('../../images/common/service_ic2.png')  50% 50% no-repeat;
	position:absolute;
	top:15px;
	left:0;
}
.service_sect .service_txt3{
	width: 200px;
	margin:0 15px;
	display:inline-block;
	position:relative;
}
.service_sect .service_txt3 p{
	text-align: left;
	display:inline-block;
		position:relative;
	left:7px;
	margin:15px;
}
.service_sect .service_txt3:before{
	content:'';
	display:inline-block;
	width:53px;
	height:50px;
	background: url('../../images/common/service_ic3.png')  50% 50% no-repeat;
	position:absolute;
	top:15px;
	left:0;
}
.service_sect .service_txt4{
	width: 200px;
	margin:0 15px;
	display:inline-block;
	position:relative;
}
.service_sect .service_txt4 p{
	text-align: left;
	display:inline-block;
	position:relative;
	left:15px;
	margin: 15px;
}
.service_sect .service_txt4:before{
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background: url('../../images/common/service_ic4.png')  50% 50% no-repeat;
	position:absolute;
	top:15px;
	left:0;
}
.service_sect .service_txt5{
	width: 200px;
	margin:0 15px;
	display:inline-block;
	position:relative;
}
.service_sect .service_txt5 p{
	text-align: left;
	display:inline-block;
	position:relative;
	left:25px;
	/* margin:15px; */
}
.service_sect .service_txt5:before{
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background: url('../../images/common/service_ic5.png')  50% 50% no-repeat;
	position:absolute;
	top:15px;
	left:0;
}
.service_sect .service_txt1:after,
.service_sect .service_txt2:after,
.service_sect .service_txt3:after,
.service_sect .service_txt4:after{
	content:'';
	display: inline-block;
	width:2px;
	height:58px;
	background: url('../../images/common/dotline.png')  50% 50% no-repeat;
	position: absolute;
	top:calc(50% - 29px);
	right: 0;
}
/*------------ / news ------------*/

.sect4 {
    padding: 120px 0;
	background: url('../../images/common/index/news_bg.jpg')  50% 50% fixed;
	background-size: cover;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url('../../images/common/title_ic.png')  50% 33% no-repeat;
    background-size: 20px;
    text-align:center;
    line-height: 1.4;
    padding-bottom:10px;
    /*margin: 120px 0 15px;*/
    position: relative;
}

.news-sect-title:before {
	content:'NEWS';
	display:block;
	text-align: center;
	font-size: 45px;
	color: #505F80;
	font-weight: lighter;
	position: absolute;
	left: 0;
	right: 0;
	top:-50px;
	bottom: 0;
}
.news-sect-title:after {
	content:'';
	display:block;
	background: url('../../images/common/news_bar.png')  50% 50% no-repeat;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -296px;
	bottom: 0;
}
.news-sect-title span {
    color: #212121;
	font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    font-weight: bold;
}

.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect-title .more {
    float: none;
    margin: 7px 0;
    text-align:center;
}
.news-sect-title .more a{
    width: 178px;
    display: inline-block;
    padding: 8px 0;
    background: transparent;
    text-align: center;
    color: #ddd;
    font-size: 16px;
    line-height: 1;
    color:#000;
    border:1px solid #AAACAD;
    position:relative;
	z-index:1;
    transition:all .3s ease;
}
.news-sect-title .more a:hover{
    color:#fff;
}
.news-sect-title .more a:before{
    content:'';
    display:inline-block;
    background:#212121;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:100%;
    transition:all .3s ease;
    z-index:-1
}
.news-sect-title .more a:hover:before{
    right:0;
}
.news-sect-title .more a:after{
    content:'';
    display:inline-block;
    position:absolute;
	background: url('../../images/common/more_arrow.png') no-repeat;
	width: 36px;
	height: 12px;
    left:125px;
    top:10px;
    opacity:0;
    transition:all .3s ease
}
.news-sect-title .more a:hover:after{
    opacity:1;
}
.news-sect .slick-dots {
    padding-top: 20px;
    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: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
    padding: 0 6px 22px;
}
.news-list .item:before {
	content:'';
	display:block;
	background: url('../../images/common/news_hover.png') no-repeat;
	position:absolute;
	left:calc(50% - 117px);
	top:85%;	
	width:234px;
	height:22px;
	transition:all .3s ease;
}
.news-list .item:hover:before {
	top:calc(100% - 22px);
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;

}
.news-list .box:hover {
    background: #fff;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic img{
	transform:scale(1);
	transition:all .3s ease;
}
.news-list .pic:hover img{
	transform:scale(1.2);
}
.news-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    background:rgba(255,255,255,0.0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition:all .3s ease;    
}
.news-list .box:hover .pic:before {
    background:rgba(255,255,255,0.6);
    /*background: url('../../images/common/news/hover.png') 100% 100% / 24% auto no-repeat;*/
}
.news-list .txt {
	background:#fff;
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.news-list .box:hover .name{
    color:#4E7E36;
}
.news-list .box:hover .description {
    color: #111;
}
.news-list .description {
    color: #69666B;
    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 14px;
}
.news-list .date {
    display: block;
    border:1px solid #E6E7E7;
    color: #4E7E36;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
.news-list .box:hover .date {
    color: #111;
    border-color: #9c9c9c;
}
/*************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: 1920px) {
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
}

@media screen and (max-width: 1300px) {
	.sect2 {
		
	}
}
@media screen and (max-width: 1024px) {
	.site-header:before{
	display: none;
	}
	.sect4 {
		background: url('../../images/common/index/news_bg.jpg')  50% 0% no-repeat;
		background-attachment:none;
	}
	.sect2 {
		/*background: url('../../images/common/index/abbg.png') 50% 0% no-repeat;*/
		background-attachment:none;
	}
}
@media screen and (max-width: 1000px) {
	.banner {
		/*padding-bottom: 30px;*/
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        /*padding-bottom: 50px;*/
    }
    .banner-slider-control {
        margin-top: -25px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
	.sect4 {
		padding: 120px 0 40px;
	}
	.products-sect-title {
	    margin: 65px 0 15px;
	}
	.news-sect-title:after {
		content:'';
		display:block;
		background: url('../../images/common/news_bar2.png')  50% 50% no-repeat;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: -325px;
		bottom: 0;
	}
	.sect5 {
    	padding: 20px 0;
    	background: url(../../images/common/title_bar2.png) center 0% no-repeat;
	}
	.sect1 {
	margin-top: 275px;
	padding: 30px 0 45px;
	background: url(../../images/common/title_bar2.png) center 0% no-repeat;
	}
	.sect3 {
	background: url(../../images/common/title_bar2.png) center 0% no-repeat,url('../../images/common/album_bg.jpg')  50% 50% / cover no-repeat;
    padding: 30px 0 110px;
	z-index:9;
    position:relative;
	}
}
@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 30px;
    }
    .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;
    }

}
@media screen and (max-width: 732px) {
	.about-sect:before {
		bottom: -2px;
		left:calc(50% - 125px);
	}
	.about-sect:after {
		bottom: -95px;
		left:calc(50% - 250px);
	}
}
@media screen and (max-width: 629px) {
	.about-sect:before {
		bottom: 30px;
		left:calc(50% - 125px);
	}
	.about-sect:after {
		bottom: -60px;
		left:calc(50% - 250px);
	}
}
@media screen and (max-width: 611px) {
	.about-sect:before {
		bottom: 60px;
		left:calc(50% - 125px);
	}
	.about-sect:after {
		bottom: -30px;
		left:calc(50% - 250px);
	}
}
@media screen and (max-width: 597px) {
	.about-sect:before {
		bottom: 30px;
		left:calc(50% - 125px);
	}
	.about-sect-title:before {
		content:'BioWare TECHNOLOGIES';
		font-size: 30px;
		color:#0CA361;
		display:block;
		text-align:center;
	}
}
@media screen and (max-width: 525px) {
	.about-sect:before {
		bottom: 65px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 474px) {
	.about-sect:before {
		bottom: 95px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .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 {
        
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 12px auto;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }

}
@media screen and (max-width: 519px) {
	.service_sect .service_txt1:after,
	.service_sect .service_txt2:after,
	.service_sect .service_txt3:after,
	.service_sect .service_txt4:after{
		display: none;
	}
	.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
	}
}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 438px) {
	.about-sect:before {
		bottom: 130px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 402px) {
	.about-sect-title:before {
		font-size: 27px;
	}
}
@media screen and (max-width: 386px) {
	.about-sect:before {
		bottom: 155px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 370px) {
	.about-sect-title:before {
		font-size: 22px;
	}
	.about-sect:before {
		bottom: 145px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 352px) {
	.about-sect:before {
		bottom: 178px;
		left:calc(50% - 125px);
	}
}
@media screen and (max-width: 335px) {
	.about-sect:before {
		bottom: 210px;
		left:calc(50% - 125px);
	}
}