.jumbotron {
	padding: 0 !important;
}

.market1-banner {
	width: 100%;
}

.market1-banner img {
	width: 100%;
}

.independent {
	background: #F6F9FE;
}

.section {
	padding: 100px 0;
}

.market1-title {
	text-align: center;
	margin-bottom: 80px;
}

.market1-title h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}

.market1-title .wire {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	width: 180px;
	height: 8px;
	background: #e4e4e4;
}

.market1-title .wire i {
	display: inline-block;
	width: 60px;
	height: 100%;
	background: #00baff;
}

.market1-title .describe {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #525252;
	margin-top: 20px;
}

.independent_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.banner {
	text-align: center;
}

.banner img {
	max-width: 500px;
}

.independent_item {
	display: flex;
	flex-wrap: wrap;
}

.independent_list {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 25px 0;
	padding: 0 8px;
}

.independent_list_img {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border: 4px solid #dcdcdc;
    overflow: hidden;
    padding: 10px;
    margin-right: 15px;
}

.independent_list_img img {
	border-radius: 50%;
}

.independent_list_text {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: #525252;
}

.three_station {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.three_station_list {
	width: 30.5%;
}

.three_station_image {
	box-shadow: 0px 0px 20px -8px;
}

.three_station_text {
	margin-top: 30px;
	text-align: center;
}

.three_station_text span {
	display: block;
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	margin-bottom: 15px;
}

.three_station_text p {
	font-size: 18px;
	font-weight: 400;
	color: #525252;
	margin: 0;
}

.service_content_list {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 10px 0;
	padding: 0 8px;
}

.service_content_icon .iconfont {
	font-size: 30px;
	color: #00baff;
	margin-right: 10px;
	line-height: initial;
}

.service_content_text {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	color: #222222;
	line-height: 28px;
}

.three_station_image img {
	width: 100%;
}

.customer_case_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	/* height: 336px; */
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 0;
	text-align: center;
}

.customer_case_div {
	position: relative;
	box-shadow: 0px 0px 20px -8px;
}

.customer_case_div img {
	width: 100%;
}

.customer_case_list {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0px;
	color: #ababab;
	cursor: pointer;
	line-height: initial;
}

.customer_case_list.active {
	background-color: #FFFFFF;
	color: #00baff;
}

.customer_case_div {
	margin-bottom: 30px;
}


@media (min-width: 768px) {
	/*.navbar-inverse+.jumbotron {
		top: 0 !important;
		margin-bottom: 0 !important;
	}*/
	#main-navbar.navbar .navbar-nav>li>a {
		color: #4f5c61 !important;
	}
	#main-navbar.navbar .navbar-brand {
		background-image: url(https://yunimages.51microshop.com/s/images/agent/logo-new.png) !important;
	}
}

@media only screen and (max-width:991px) {
	.section {
		padding: 35px 0;
	}
	.market1-title {
		margin-bottom: 30px;
	}
	.market1-title h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.market1-title .wire {
		height: 4px;
		width: 120px;
	}
	.market1-title .wire i {
		width: 40px;
	}
	.market1-title .describe {
		font-size: 16px;
		margin: 10px 0;
	}
	.service_content_list {
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.independent_item {
		margin-top: 20px;
	}
	.independent_list {
		width: 100%;
		margin: 8px 0;
	}
	.three_station_list {
		width: 100%;
		margin-bottom: 40px;
	}
	.service_content {
		margin: 0;
		margin-bottom: 20px;
	}
	.service_content_text{
		font-size: 20px;
	}
	.customer_case_item{
		padding: 15px 0;
		width: 90px;
	}
	.customer_case_list{
		font-size: 14px;
		padding: 10px 0;
	}
	.service_content_icon .iconfont {
		font-size: 24px;
	}
	.independent_list_img {
	    min-width: 50px;
	    width: 50px;
	    height: 50px;
	    border-width: 2px;
	}
	.three_station_text span {
		font-size: 24px;
	}

	.three_station_text p {
	    font-size: 16px;
	}

}