/*document css*/
#home-carousel .btn-transparent{
	border-color:#444;
	color:#444;
}
#home-carousel .btn-transparent:hover{
	color:#f37200;
	border-color:#fff;
}
#home-carousel .wrap-pattern{
	background-image: url(../img/mine/banner.jpg);
}
#home-carousel .carousel-inner .item h2,#home-carousel .carousel-inner .item p{
	color:#444;
	text-shadow: none;
}
#home-carousel .carousel-inner .item h2{
	font-weight:bold;
	font-family: "微软雅黑";
}




.clients-item{
	width:20%!important;
	/*background: #f1f1f1;*/
}


.lead{
	color:#e74200!important;
	font-size:2.7em;
}
.english{
	font-size:16px;
	text-align: center;
	color:#f37200;
}
.btn-transparent:hover{
	color:#f37200;
}
.navbar .nav li a:hover{
	color:#F0AD4E;
	border-top:solid 4px #F0AD4E;
}
.nav-active a{
	color:#F0AD4E!important;
	border-top:solid 4px #F0AD4E!important;
}
.navbar .navbar-brand i{
	display: inline-block;
	height:40px;
}
.navbar .navbar-brand i img{
	height:100%;
}
#home-features .container .item-icon img{
	width:100%;
}

.item-content h3{
	color:#e74200!important;
}
/*.item-content p{
	color:#444;
	text-align: center;
}*/
.navbar .navbar-brand span{
	color:#fdf900!important;
}
.home-features-item .item-content{
	background:#F0AD4E;
}

#home-features .item-content{
	width:100%;
}
.slogan .lead{
	color:#f37200;
}

#home-about .home-about-text p{
	text-indent: 2em;
	/*text-align: center;*/
}

#workflow:before{
	border-top:50px solid #F0AD4E;
}
.workflow-item{
	border:10px solid #F0AD4E;
}
.workflow-item h2{
	font-size:1.9em;
}
#workflow .lead{
	margin-bottom:0px;
}
#home-clients .lead{
	border:none;
	margin-bottom:0px;
}
#home-clients .clients-caption h4 a{
	color:#fff;
}
#home-clients .clients-caption h4 a:hover{
	text-decoration:underline;
}
.workflow-caption{
	background-color:#F0AD4E;
}
.clients-caption p{
	font-size:0.8em;
}
#workflow .workflow-caption{
	padding:0px;
}
#workflow .workflow-caption p{
	margin:0px;
	width:100%;
	height:100%;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
}
.home-title{
	color:#F0AD4E;
}

#home-clients .clients-item-image img{
	width:200px;
	height:150px;
}
.section-title{
	color:#F0AD4E;
	text-align:center;
	margin-bottom:30px;
}
#home-clients .clients-item .clients-caption{
	background-color:#F0AD4E;
}

#footer p{
	font-size:13px;
	color:#f1f1f1;
}
#advantage{
	width:100%;
	height:0px;
	background-color:#EEF0F9;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow:hidden;
}
#advantage .list{
	text-align: center;
	font-size: 9px;
	width:60px;
	height:60px;
	border-radius:30px;
	background-color: #F0AD4E;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#fff;
}
#advantage p{
	margin:0px;
}
#advantage i{
	font-size:18px;
}
#coo{
	display: none;
}
#coo .lead{
	border:none;
	margin-bottom:0px;
	margin-top:10px;
}
#coo .row img{
	width:100%;
	border:1px solid #f1f1f1;
}
#coo .row div{
	padding:0px;
	box-sizing: border-box;
}
/*#coo .row div:nth-child(1) img{
	border-right:none;
}
#coo .row div:nth-child(3) img{
	border-right:none;
}
#coo .row div:nth-child(5) img{
	border-right:none;
}
#coo .row div:nth-child(7) img{
	border-right:none;
}*/
.home-section{
	margin:20px 0px;
}
#banner .swiper-slide img{
	width:100%;
}









#coo .row div:nth-child(3) img,#coo .row div:nth-child(4) img,#coo .row div:nth-child(5) img,#coo .row div:nth-child(6) img,#coo .row div:nth-child(7) img,#coo .row div:nth-child(8) img{
	border-top:0px;
}
/*#coo .row img:nth-child(even){
	border:1px solid #f1f1f1;
}*/






@media only screen and (max-device-width: 768px) {
	#workflow{
		display:none;
	}
	#workflow .workflow-line .workflow-item{
		margin-left:50%;
		transform: translateX(-50%);
	}
	.home-about-text,.home-about-text p{
		padding:0px;
	}
	#advantage{
		min-height:100px;
		*height:100px;
	}
	#coo{
		display:block;
	}
	#home-clients{
		display:none;
	}
	.section-title,.lead{
		font-size:2em!important;
		margin-bottom:0px!important;
	}
	section{
		margin-bottom:20px!important;
	}
	#home-about p{
		font-size:0.8em;
	}
	.english{
		font-size:0.8em;
		margin:0px;
	}
	.navbar-lime a.navbar-brand > i{
		margin:0px;
	}
	.navbar .navbar-brand span{
		font-size:18px;
	}
}