body {
	margin: 0;
	background: #f5f5f5;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}

a {
	color: #333d86
}

p {
	color: #555;
	line-height: 2;
}


/*header*/
.navbar {
	min-height: 80px;
}

.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border-color: transparent;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333d86;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #333d86;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	height: 50px;
	width: auto;
	margin-top: 15px;
}

/*footer*/
footer {
	background-color: #616161;
	color: #ccc;
	padding: 30px 0;
	text-align: center;
}

/*carousel*/
.carousel-caption {
	top: 0;
	bottom: 0;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: right;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
}

.carousel-text {
	width: 53%;
	text-align: left;
}

.carousel-text h2 {
	margin-top: 0;
	line-height: 2;
	font-size: 39px;
}

.carousel-text p {
	font-size: 18px;
	margin: 30px auto;
	color: #fff;
	font-weight: 500;
}

.carousel-text-contact {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-text-contact i {
	font-size: 32px;
	margin-right: 15px;
}

.carousel-text-contact .phone {
	font-size: 32px;
	font-weight: bold;
	margin-left: 15px;
}

/*main*/
.section {
	padding: 80px 0;
	background-color: #fff;
}

.section h2.title {
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
}

.section-content {
	width: 60%;
	margin: 0 auto 50px auto;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}

.section-ft {
	text-align: center;
}

.gray {
	background-color: #f5f5f5;
}

/*概览*/
.section-intro {
	background-image: linear-gradient(90deg, #f5f5f5 50%, #333d86 50%);
}

.text-wrap {
	padding-right: 40px;
}

.text-wrap h2 {
	line-height: 1.5;
	font-weight: bold;
}

.text-wrap p {
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 16px;
}

.data-wrap {
	color: #fff;
	padding-left: 30px;
}

.data-wrap h2 {
	font-weight: 500;
}

.data-item {
	padding: 0;
	margin: 47px 0 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.data-item li {
	flex: 1 1 50%;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .05);
	margin-left: -1px;
	margin-top: -1px;
}

.data-item h3 {
	font-size: 80px;
	font-weight: 600;
	margin-bottom: -5px;
	margin-top: 0;
}

.data-item h3 small {
	font-size: 70px;
	color: #fff;
}

/*.thumbnail*/
.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.thumbnail .caption {
	padding: 9px 25px;
	min-height: 138px;
}

.thumbnail .caption h3 {
	font-size: 20px;
	line-height: 26px;
	min-height: 52px;
	font-weight: bold;
}


/*我们的服务*/
.server {
	background-color: #eee;
}

/*为什么选择我们*/
.section-why {
	background-color: #616161;
	color: #fff;
}

.section-why p {
	color: #fff;
}

.thumbnail-bd {
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #555;
	margin-bottom: 20px;
	min-height: 300px;
	background-color: #666;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.thumbnail-bd:hover {
	background-color: #555;
}

.thumbnail-img img {
	width: 56px;
	height: auto;
	margin: 20px auto;
}

.thumbnail-bd h3 {
	margin-bottom: 20px;
}

.list {
	padding-left: 10px;
	font-size: 16px;
}

.list li {
	padding: 5px 0;
}

.sub-title {
	margin-bottom: 30px;
	line-height: 2;
	font-weight: 600;
	font-size: 16px;
}

/*联系我们*/
.section-contact {
	background-image: linear-gradient(90deg, #f5f5f5 50%, #fff 50%);
}

.section-contact form {
	margin-left: 50px;
}

.section-contact form label {
	margin-bottom: 8px;
}

.form-control {
	padding: 10px 12px;
	height: 46px;
	border-color: #eee;
	box-shadow: none;
}

.form-group {
	margin-bottom: 30px;
}

/*扫码关注公众号*/
.code-wrap img {
	width: 100%;
}

/*banner*/
.banner {
	background-color: #3a3a3a;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 50px;
}

.banner h2 {
	position: relative;
}

.banner h2::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background-color: #ccc;
}

/*关于我们*/
.about-flex {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.about-data-flex .data-item {
	color: #555;
}

.about-data-flex .data-item h3 small {
	color: #555;
}

/*联系我们*/
.section-contact-black {
	background-color: #3a3a3a;
	color: #fff;
	margin-top: -150px;
	margin-bottom: 180px;
	padding-top: 0;

}

.section-contact-black a {
	color: #fff;
}

/*内页*/
.pager {
	border: 1px solid #eee;
	padding: 20px 30px;
	text-align: left;
}

.pager h3 {
	line-height: 1.5;
}

.pager img {
	max-width: 100%;
}

.pager-main {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.pager-main h4 {
	font-weight: bold;
}

.pager .thumbnail-flex .caption {
	text-align: left;
	font-size: 15px;
}

.pager .thumbnail-flex:hover {
	box-shadow: none;
}
.pager-main ul.list-block{
	font-size: 14px;
	line-height: 2;
	padding: 0 0 0 20px;
}
.pager-main ul.list-block li{
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.pager-main ul.list-block li::after{
	color: #000;
	content: '';
	position: absolute;
	top: 12px;
	left: -20px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
}
.pager-main ul.list-block li:last-child{
	margin-bottom: 0;
}

@media only screen and (min-width:1080px) {
	
	.container {
		width: 1220px;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}

	.thumbnail-flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.thumbnail-flex:hover {
		box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
	}

	.thumbnail-flex div {
		flex: 1 1 50%;
		box-sizing: border-box;
	}

	.thumbnail-flex img {
		width: 100%;
	}

	.flex-row-reverse {
		flex-flow: row-reverse;

	}

	.thumbnail-nobd {
		border: none;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		margin-bottom: 40px;
		background-color: #f5f5f5;
	}

	.thumbnail-nobd .caption {
		padding: 10px 40px;
	}

	.about-flex {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.about-flex div {
		width: 100%;
	}

	.about-data-flex .data-item {
		flex-wrap: nowrap;

	}
}

@media only screen and (max-width:1080px) {
	
	.navbar {
		min-height: 50px;
	}

	.navbar-brand img {
		height: 30px;
		margin-top: 10px;
	}

	.navbar-default .navbar-toggle {
		background-color: #fff;
	}

	.navbar-default .navbar-brand {
		padding-left: 10px;
	}

	.carousel-caption {
		left: 0;
		right: 0;
		justify-content: center;
	}

	.carousel-text {
		width: 100%;
		text-align: center;
	}

	.carousel-text h2 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 60px;
	}

	.carousel-text p {
		font-size: 12px;
		width: 95%;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.section {
		padding: 30px 0;
	}

	.section-intro,
	.section-contact {
		background-image: linear-gradient(90deg, #f5f5f5 50%, #f5f5f5 50%);
	}

	.text-wrap {
		padding-right: 0;
	}

	.data-wrap {
		background-color: #333d86;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
	}

	.section-contact form {
		margin-left: 0;
	}

	.banner {
		height: 200px;
	}
}
