.home-page{ background: #fff; } 

.home-banner {
	width:100%;
	position:relative;
	overflow:hidden
}  
 
.home-banner .slide .item{ width: 100%; height: fit-content; overflow: hidden}
.home-banner .slide .item img{ width:100%;  display:block} 
  		  
.text-left{ text-align:left} 
.home-main .more-btn a{
	display:inline-block;
    color: #808080;
    font-size: 15px;
    padding: 9px 35px 9px 35px;  
    border: 2px solid #cccccc;
    outline: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	font-weight:300;  

  }
.home-main .more-btn a:hover {
	color: #fff;
	background: #01b057; 
	border: 2px solid #01b057;
}
.home-main .more-btn a:active {
	color:rgba(255, 255, 255, .5); 
	background: #378bfe; 
}  

.home-aboutus { width: 96%; max-width: 1620px; margin: 110px auto 120px; text-align: right}
.home-aboutus .img{  position: absolute; top:45px;  width: 42.5%}
.home-aboutus .img img{ width: 100%; border-radius: 6px;}
.home-aboutus .content{ display: inline-block; width:61%; text-align: left; border-radius: 6px; background-color: #f6f7f8; 
	padding: 80px 80px 70px 115px; background-image: url(../images/home-aboutus-bg.jpg); background-position:  right top; background-repeat: no-repeat }
.home-aboutus .text{ max-width: 695px}
.home-aboutus .title{ font-size: 30px; margin: 0 0 40px;}
.home-aboutus .title .icon { display: inline-block; }
.home-aboutus .title .icon img{ height: 32px; margin: 0 5px -4px 0}
.home-aboutus .title .line{ display: inline-block; width: 50px; height: 13px; border-top: 2px solid #05bc5f}
.home-aboutus h3{ font-size: 20px; line-height: 30px; margin: 0 0 22px; font-weight: 300}
.home-aboutus p{ font-size: 16px; line-height: 26px; margin: 0 0 30px; font-weight: 200}


.home-products{position: relative; z-index:2; border-radius: 6px; margin: 70px 0 0 0;}
.home-products .wrap{
	display: block;
    position: relative;
    background: #FFF;
	text-align:left;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.02);
    border-radius: 6px;
    overflow: hidden;
	padding: 0 0 20px 0; 
	border: 1px solid #e9e9e9;
}
.home-products .top{ height: 68px; border-bottom: 1px solid #e9e9e9; }
.home-products .top .title{ padding: 0 0 0 30px; line-height: 68px; font-size: 26px}
.home-products .top .title i{ text-transform: uppercase; font-style: normal; margin: 0 0 -4px 0; font-size: 16px; color: #bdbdbd; letter-spacing:1px; }
.home-products .top .more{ position: absolute; right: 20px; top: 20px; opacity: 0.6}
.home-products .top .more:hover{ opacity: 1}
.home-products .top .more img{ width: 26px}
.home-products img{ max-width: 100%; margin: 0 0 25px 0}
.home-products .row{ padding: 30px 20px 20px }
.home-products .col-md-2{ width: 20%;   border-right: 1px solid #f0f0f0 }
.home-products .col-md-2:last-child{ border-right: 0px solid #f6f6f6 }
.home-products .product-item{ padding: 0 10px;}
.home-products .product-item .img{ text-align: center}
.home-products .product-item .img img{ width: 100%}
.home-products .product-btn a{
	display:block;
    color: #fff;
    font-size: 18px; 
    padding: 13px 0 11px 12%;  
    background-color: #35af63;
    border: none;
    outline: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	font-weight:400;
	box-shadow: 5px 5px 20px rgba(15,142,54,0.20);
	text-transform:uppercase;
	background-image: url(../images/arrow-right-white.svg);
    background-size: 20px;
	background-repeat: no-repeat;
	background-position:  90% center;
	margin: 0 auto;
  }
.home-products .product-btn a:hover { 
	background-color: #33c168; 
	color: #fff;
	text-decoration: none; 
	background-position:  92% center;
}
.home-products .product-btn a:active {
	color:rgba(255, 255, 255, .5); 
	background-color: #378bfe; 
} 

.home-products .col-md-2:nth-child(2) .product-btn a{ background-color: #f8c928; box-shadow: 5px 5px 20px rgba(206,160,3,0.20);}
.home-products .col-md-2:nth-child(2) .product-btn a:hover{ background-color: #f8d328;}

.home-products .col-md-2:nth-child(3) .product-btn a{ background-color: #e7a257; box-shadow: 5px 5px 20px rgba(206,160,3,0.20);}
.home-products .col-md-2:nth-child(3) .product-btn a:hover{ background-color: #f3a959;}

.home-products .col-md-2:nth-child(4) .product-btn a{ background-color: #d6406c; box-shadow: 5px 5px 20px rgba(163,1,49,0.20);}
.home-products .col-md-2:nth-child(4) .product-btn a:hover{ background-color: #e53d6e;}

.home-products .col-md-2:nth-child(5) .product-btn a{ background-color: #7d5ab4; box-shadow: 5px 5px 20px rgba(57,11,130,0.20);}
.home-products .col-md-2:nth-child(5) .product-btn a:hover{ background-color: #8d66c9;}

.home-products .title{ font-size: 30px; margin: 0 0 40px;}
.home-products .title .icon { display: inline-block; }
.home-products .title .icon img{ height: 32px; margin: 0 5px -4px 0}
.home-products .title .line{ display: inline-block; width: 50px; height: 13px; border-top: 2px solid #05bc5f}


.home-news .more-btn{ position: absolute; right: 20px; top: -20px; margin: 20px 0 0 0;}


.cover-item a{
	display: block;
    position: relative;
    background: #FFF;
	text-align:left;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.01);
	border: 1px solid #e9e9e9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 40px 0; 
    -webkit-transition: all 0.15s ease-out;
	-webkit-transform:rotate(0deg);
	}
.cover-item a:hover{box-shadow: 10px 10px 40px rgba(0,0,0,0.10); text-decoration: none }	
.cover-item .img{ max-height:195px; margin: 0 0 22px 0; overflow:hidden; background-color:#fff; }
.cover-item .img img{ width: 100%; transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out; }
.cover-item:hover .img img{-webkit-transform: scale(1.04); transform: scale(1.04); opacity:0.9; }
.cover-item .title{ margin: 25px 0 20px 0; font-size:19px; line-height:25px; color:#000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.cover-item a:hover .title{color: #01b057} 



.home-features{ background: #f6f8f8; padding: 90px 0 60px 0; background-image: url(../images/home-features-bg.jpg); background-size: cover; background-position: center;   } 
.home-features .cover-item a{box-shadow: 5px 5px 30px rgba(0,0,0,0.04);}
.home-features .cover-item a:hover{box-shadow: 10px 10px 40px rgba(0,0,0,0.06);  }	
.home-features .cover-item .title{ font-size: 25px; text-align: center; }
.home-features .col-md-4:nth-child(1) .cover-item .title{ color: #026ad3}
.home-features .col-md-4:nth-child(2) .cover-item .title{ color: #ffb400}
.home-features .col-md-4:nth-child(3) .cover-item .title{ color: #35af63}

 
.home-news{ padding: 0 0 60px 0;  }
.home-news .title{ font-size: 30px; margin: 0 0 60px;}
.home-news .title .icon { display: inline-block; }
.home-news .title .icon img{ height: 32px; margin: 0 5px -4px 0}
.home-news .title .line{ display: inline-block; width: 50px; height: 13px; border-top: 2px solid #05bc5f}

.home-news .img{ display: inline-block; float: left; max-width: 200px; height: 168px; margin: 0 25px 0 0; overflow: hidden} 
.home-news .img img{ width: auto; height: 100%; margin: 0 0 0 -10px}
.home-news .text{ display: inline-block; width: calc(100% - 250px);  vertical-align: top; margin: 30px 0 0 0} 
.home-news .text .title{ font-size:18px; line-height: 22px; margin: 0 0 20px 0}
.home-news .date{ position: absolute; left: 13px; top: 115px; width: 100px; height: 40px; padding: 11px 0 0 16px; background-image:url(../images/home-news-date-bg.png); background-repeat: no-repeat; font-size: 14px;  color: #fff; z-index: 5}
.home-news .text .summary{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 40px; font-size: 14px; line-height: 20px; color: #888888}
 .home-news .cover-item a:hover{box-shadow: 5px 5px 40px rgba(0,0,0,0.06);}

.home-company{ padding: 90px 0 95px 0; background-image: url(../images/home-company-bg.jpg); background-size: cover; background-position: center; text-align: center }
.home-company .item a{ display: block; background: #FFF; border-radius: 8px; height: 305px}
.home-company .item a:hover{box-shadow: 5px 5px 40px rgba(0,0,0,0.15);}
.home-company .title{ font-size: 30px; margin: 0 0 30px 0; color: #fff }
.home-company .line{ width: 60px; height: 2px; background: #fff; margin: 0 auto 40px auto}
.home-company .icon{ display: inline-block;  height: 145px; width: 145px; line-height: 120px; text-align: center; border-radius: 50%; overflow: hidden; border: 2px dashed rgba(93,167,196,0.40); margin: 40px 0 15px; -webkit-transition: all 0.15s ease-out;}
.home-company a:hover .icon{ border: 2px dashed rgba(93,167,196,1);}
.home-company a{ color: #fff}
 .home-company .name{ display: inline-block; padding: 10px 20px 0 20px; font-size: 18px; color: #4fafaf; line-height: 26px}
.home-company .col-md-2{ width:20%; padding-right: 15px; padding-left: 15px;}
.home-company .row {
    margin-right: -15px;
    margin-left: -15px;
}
 

@media (max-width: 1440px){
  	.home-aboutus { margin: 100px auto 110px auto; }
	.home-aboutus .content{ padding: 60px 70px 50px 110px; }
	.home-aboutus .img{ width: 45%}
	.home-aboutus .content{ width: 59%;}
}

@media (max-width: 1260px){
 	.home-news  .cover-item .img {
     height:18vw;	
    max-height: 140px;
	margin:0 20px 0 0
	}
	.home-news .text{ width: calc(100% - 210px); margin: 20px 0 0 0;}
	.home-news .text .title {  font-size: 17px; margin: 0 0 10px 0;}
	.page-conferences .cover-item .img{ height:auto; }
	.home-scroll{ padding: 50px 0 60px 0; background: #fff}
	.home-aboutus { margin: 100px auto 100px auto; }
	
}
@media (max-width: 1024px){
	
	.home-banner .slide .slide-item .content{ max-width:500px;}
	 .slogan{ margin: -90px 0 0 0;}
	.slogan h2{font-size: 36px; line-height:40px;}
	.slogan a{ padding: 12px 30px;}
	.home-views .cover-item .img, .page-views .cover-item .img{   max-height: 260px;}
	.partner li{ width:24%;}
 	.home-main h2{ font-size: 38px;}
	.home-scroll h2{ font-size: 32px}
	.home-scroll .subtitle{ margin: 10px 0 0 10px;}
	.home-conferences{padding: 65px 0 45px 0;}
	.home-views{padding: 65px 0 50px 0;}
	.subscribe-email input{ width: 400px}
	.home-scroll .bx-wrapper{ margin: 0 0 20px 0}
	.home-company .col-md-2 { width: 33%; margin-bottom: 30px}

  }

 
@media (max-width: 768px){
.header .nav .current:after {
    height: 0;
}
.home-products .col-md-2 {
    width: 50%;
    border-right: 0px solid #ececec;
	margin: 0 0 40px 0;
}
.home-products .product-item .img img {
    width:auto;
}
.home-banner .slide .slide-item .content .note .date{ display:block; float:none; margin: 0 15px 3px -5px}
.home-banner .slide .slide-item .content .note .location{ display:float:none;  margin: 0 5px 0 -5px}	
.home-banner .slide .slide-item .content .note{  padding: 5px 0 0 14px; font-size:19px}
.home-banner .slide .slide-item .content .note .icon img {
    width: 28px;
    margin: 0 4px -7px 0;
} 
.home-about .content{ right: 20%;}	
.home-about img { width: 180px; margin: 10px 0 0 0}
.home-banner .slide .slide-item img { width: 400px; margin: 20px 0 0 0;}
.home-banner .slide .slide-item .content .title{ font-size: 28px;  line-height: 34px; height: 154px; margin: 10px 0 0 0}
.home-banner .slide .slide-item {left: 43%;}
	
.cover-item .img{ height: 30vw; } 
.home-banner .bx-wrapper .bx-pager{bottom: 0;}
.bx-wrapper .bx-pager.bx-default-pager a{width: 10px; height: 10px;}
.bx-controls-direction{ display:none} 
 
.home-main .more-btn{ margin: 10px 0 0 0;}
.home-main .more-btn a{ padding: 11px 32px;}

 
.home-banner .slide{ overflow:hidden}
 
.cover-item a:hover .title{color: #000}
.cover-item a{margin: 0 0 30px 0; } 	
.cover-item a:hover{box-shadow: 10px 10px 40px rgba(0,0,0,0.0); }	
.cover-item:hover .img img{-webkit-transform: scale(1.00); transform: scale(1.00); opacity:1; }

 .home-aboutus{ margin: 50px 0; width: 100%}
 .home-aboutus .img{  position:relative; top:0px; width: 100%}
 .home-aboutus .img img{ width: 100%; border-radius: 0px;}
 .home-aboutus .content{ display: inline-block; width: 100%; text-align: left; border-radius: 6px; background-color: #f6fafa; 
	padding: 40px 30px; background-image: url(../images/home-aboutus-bg.jpg); background-position:  right top; background-repeat: no-repeat; background-size: 100% }
.home-news .date{ top:85px}	


}

@media (max-width: 520px){
	
	.home-banner .slide .item img{ width: 140%; margin:0 0 0 -20%}
.home-products {
    margin: 20px 0 50px 0;
}
.home-products .col-md-2 {
    width: 100%;
    border-right: 0px solid #ececec;
}
.cover-item a{margin: 0 0 20px 0; padding: 0 0 0 0; } 
.home-news .date{ display:none}
	
.col-md-4, .col-md-3{ padding: 15px}	 
.home-main h2 { font-size: 32px; margin: 0 auto 20px; text-align:center} 
.home-main .more-btn{ position:relative; right:auto; top:auto; text-align:center}
.home-main .more-btn a { width: 90%; padding: 11px 62px; background-image:none}
.home-main .more-btn a:hover{ background-image:none}
.home-company .item a{ height:auto}
.home-company .col-md-2 { width: 100%;  margin-bottom: 20px} 

.home-company .icon{ width:30vw; height: 30vw; line-height: 100px; vertical-align:top; margin: 20px 0 20px; }
.home-company .name{ width:52%; vertical-align:top; margin: 45px 0 0 0; padding: 0 0 0 20px; text-align:left; font-size:16px}

.home-features .cover-item .img{ margin: 0 0 0 0;  height: 45vw; max-height:none;}
.home-news .text {
    width: calc(100% - 170px);
    margin: 10px 0 0 0;
}
.home-news .text .title{ margin: 10px 0 10px 0; line-height: 26px;}
.home-news .text .summary{ display:none}
.home-company {  padding: 60px 0 35px 0;}
.home-features {  padding: 60px 0 35px 0;}
.home-news .cover-item .img {
    height: 24vw;
    max-height: 140px;
    margin: 0 20px 0 0;
}
.home-features .cover-item a{ margin: 0 0 10px 0;}
  
}
 
