@CHARSET "UTF-8";
.middle-box {
	background-position: center;
	/* background-image: url(../images/bg-index.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

/*分享*/
.home-share{ width:100px; height:auto; background:#E8E8E8; position:absolute; right: 20px; top: 5%; z-index: 100;}
.addthis_button_compact{width:100px;color:#3a9bd5; display:block; text-align:center;text-decoration:none;}
.addthis_button_compact span{width:100px;display:block; line-height:36px; font-size:14px; font-weight:900; background:url(../images/share20150417.png) right center no-repeat;}
.addthis_button_compact:hover span { color:#D90000; background:url(../images/share20150417s.png) right center no-repeat; }

.top-lb {
	width: 100%;
	position: relative;
	z-index: -2;
	height: 600px;
	overflow: hidden;
	/*background-color: #85c226;*/
}

.top-lb .img-list {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-perspective: 1200px;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.top-lb .img-list .item {
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	max-width:100%;
	/* -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden; */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.9s color;
	transition: 0.9s color;
}
.top-lb .item {
	display: none;
}
.top-lb .item.active, .top-lb .item.prev, .top-lb .item.next {
	display: block;
}
.top-lb .item.active.left {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation-name: glue-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: glue-out;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	-moz-animation-delay: 0;
	-moz-animation-fill-mode: both;
	animation-name: glue-out;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-delay: 0;
	animation-fill-mode: both; 
}
.top-lb .item.active.right {
	-webkit-animation-name: move-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: move-out;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-delay: 0;
	-moz-animation-fill-mode: both;
	animation-name: move-out;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0;
	animation-fill-mode: both;
	z-index: 999;
}
.top-lb .item.left.next {
	-webkit-animation-name: move-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: move-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-delay: 0.3s;
	-moz-animation-fill-mode: both;
	animation-name: move-in;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.3s;
	animation-fill-mode: both;
	z-index: 999; 
}
.top-lb .item.right.prev {
	z-index: 999;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation-name: glue-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: glue-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	-moz-animation-delay: 0.3s;
	-moz-animation-fill-mode: both;
	animation-name: glue-in;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-delay: 0.3s;
	animation-fill-mode: both;
	left: 0;
	-moz-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	-ms-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	-webkit-transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	transform: scale(0.8) translateZ(-200px) rotateY(15deg);
	opacity: 0.4; 
}


.top-lb .carousel-indicators {
	position: absolute;
	list-style: none;
	text-align: center;
	z-index: 3000;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 26px;
	width: 100%;
	right: 0;
	bottom: 0px;
	left: auto;
}

.top-lb .carousel-indicators li {
	display: inline-block;
	width: 15%;
	height: 4px;
	margin: 2px;
	text-indent: -999px;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: transparent;
	border-radius: 0;
}
.top-lb .carousel-indicators li.active {	
	background-color: #fff;
}

.info-list {
	background-color: rgba(255,255,255,1);
	padding: 10px 15px 0;
	padding-left: 25px;
}
.info-list:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.my_carousel h4 {
	/* font-weight: bold; */
	font-size: 26px;
	color: #292a2a;
	line-height: 1em;
	text-transform: uppercase;
}
.my_carousel p {
	color: #363636;
	font-size: 15px;
	line-height: 1.8em;
	overflow: hidden;
	margin-bottom: 20px;
	max-height: 5.4em;
/*	text-align: justify;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#part-2 h4{padding-top: 30px;}
#part-2 h4:before{
	display: table;
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 0;
	background-color: #c4c4c4;
}
.middle-box h5{
	font-size: 18px;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
	color: #000;
}
#part-2 h5:before{
	display: table;
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333;
}
.width-60{
	width: 60%;
}
.technology-img img{
	display: table;	
	/*border: 10px solid #85c226;*/
	border-left: none;
	border-top:none;
	width: 96%;
}
/* new */
.my_carousel_i .carousel-indicators li {
    display: inline-block;
    width: 15%;
    height: 4px;
    margin: 2px;
    text-indent: -999px;
    border: none;
    cursor: pointer;
    background-color: #858585;
    border-radius: 0;
}
.my_carousel_i .carousel-indicators li.active {	
	background-color: #86c329;
}
.my_carousel_i .carousel-indicators{
	left: 11%;
	bottom: auto;
	top: 210px;
}
.my_carousel .img-hover.col-md-6 img{
	padding-left: 0;
	padding-right: 0;
}
.my_carousel .carousel .col-md-6 >p{
	width: 85%;
	min-height: 5.4em;
}
.my_carousel_item .col-md-6 >h4{
	padding-top: 50px;
}
.my_carousel .more_btn{
  margin-top: 90px;
  margin-bottom: 20px;
}
#part-3{	
	margin-bottom: 40px;
}
#part-3 > h4{
	margin-bottom: 20px;
}
#part-3 h5{
	width: 65%;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 10px;
}
#part-3 em{
	font-style: normal;
}
@media (min-width: 992px){
	.width-60 + .more_btn{
		position: absolute;
		left: 63%;
		bottom: 20px;
		width: 25%;
	    padding: 5px 0;
	    text-align: center;
	}
	#part-2{
		margin-top: ;
	}
	#part-2 .col-md-6{padding-right: 5%; }
	#part-2 > .col-md-6:nth-child(2){    
		margin-left: 6%;
    	width: 44%;
    	padding-right: 6%;
    }
	#part-3{padding-bottom: 20px; }
	#part-3 .col-md-4{padding-right: 3%; }
	#part-3 em{
		margin-top: 20px;
		display: table;
	}
	#part-3 .width-60{width: 65%;}
	#part-3 .width-60 + .more_btn{		
		left: 70%;
		width: 20%;
	}
	#part-3 .col-md-8:before{
		display: table;
		content: "";
		width: 100px;
		height: 1px;
		background-color: #9d9d9d;
		position: absolute;
		left: -100px;
		top: 80px;
	}
}
@media (max-width: 992px){
	.my_carousel_i .carousel-indicators{		
		top: 140px;
		left: 11%;
	}
	.my_carousel .carousel .col-md-6 >p{
		margin-bottom: 50px;
		padding-bottom: 20px;
		width: 100%;
	}
	.my_carousel_item .col-md-6 >h4{
		padding-top: 20px;
		color: #363636;
	}
	.my_carousel .more_btn{
	  margin-top: 50px;	  
	}
	.width-60 + .more_btn{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#part-3 h5,#part-3 .width-60{
		width: 100%;
	}
	#part-3 .img-hover{
		margin-bottom: 20px;
	}
}
@media (max-width: 746px){
	.my_carousel_i .carousel-indicators{
		left: 13%;
	}	
}
@media (max-width: 413px){
	.my_carousel_i .carousel-indicators{		
		top: 160px;
		left: 14%;
	}
	.my_carousel .carousel .col-md-6 >p {
		padding-bottom: 10px;
	}
	.my_carousel  .more_btn{
	  margin-top: 20px;	  
	}
}
#carousel-1 .carousel-control,
#carousel-2 .carousel-indicators{display: none;}
.my_carousel_btn{
	/* height: 60px; */
	height: 80px;
    width: 100px;
    position: absolute;
    bottom: 30px;
    z-index: 666;
    left: 25px;
}
.carousel-control.left,
.carousel-control.right {    
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    color: #333;
}
/* new end*/

@media (max-width: 767px) {
	.top-lb .text-list .item {
		word-break: break-all;
	}
	.top-lb .text-list .item .header h2 {
		font-size: 30px;
	}
	.top-lb .text-list .item h3 {
		font-size: 20px;
	}
	/* .top-lb .carousel-indicators {
		text-align: right;
		right: 40px;
	} */
}
@media (max-width: 768px) {
	.top-lb .carousel-indicators {		
		margin-bottom: 66px;
	}
}

/* Animations */
@-webkit-keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	} 
}
@-moz-keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0; 
	} 
}
@keyframes glue-out {
	40% {
		-moz-transform: rotateY(15deg);
		-ms-transform: rotateY(15deg);
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		-webkit-animation-timing-function: ease-out; 
	}
	100% {
		-moz-transform: scale(0.8) translateZ(-200px);
		-ms-transform: scale(0.8) translateZ(-200px);
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0; 
	} 
}
@-webkit-keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@-moz-keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@keyframes glue-in {
	40% {
		-moz-transform: scale(1) translateZ(0) rotateY(15deg);
		-ms-transform: scale(1) translateZ(0) rotateY(15deg);
		-webkit-transform: scale(1) translateZ(0) rotateY(15deg);
		transform: scale(1) translateZ(0) rotateY(15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
		opacity: 0.4; 
	}
	100% {
		-moz-transform: scale(1) translateZ(0px) rotateY(0);
		-ms-transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-transform: scale(1) translateZ(0px) rotateY(0);
		transform: scale(1) translateZ(0px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		opacity: 1; 
	} 
}
@-webkit-keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-moz-keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@keyframes move-in {
	from {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-webkit-keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@-moz-keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
@keyframes move-out {
	to {
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	} 
}
#part-3 .glyphicon-chevron-left,
#part-3 .glyphicon-chevron-right{
	display: table;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
#part-3 .glyphicon-chevron-left{
	background-position: -6px center;
}
#part-3 .glyphicon-chevron-right{
	background-position: -54px center;
}
#part-3 .glyphicon-chevron-left:before {
    content: "";
}
#part-3 .glyphicon-chevron-right:before{
	content: "";
}
div#part-2,
div#part-3{ padding: 10px 15px 0;padding-left: 25px;}
@media (max-width: 767px){
	.info-list,
	div#part-2,
	div#part-3{
		padding-left: 0;
		padding-right: 0;
	}
}
/* 3.6 */
@media (max-width: 768px){
  .top-lb .img-list li:nth-child(1){
    background-image: url(/upload/images/2018/3/phone-1.jpg) !important;
  }
  .top-lb .img-list li:nth-child(2){
    background-image: url(/upload/images/2018/3/phone-2.jpg) !important;
  }
  .top-lb .img-list li:nth-child(3){
    background-image: url(/upload/images/2018/3/phone-3.jpg) !important;
  }
}