@charset "utf-8";

/* CSS Document */
.banner {
	position: relative;
	z-index: -99;
	width: 100%;
	/* margin-top: -100px; */
	/* height: 730px; */
	/* background: url(/skin/baichy/img/banner.jpg) center no-repeat; */
}

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

/*关于我们*/
.about {
	display: flex;
	justify-content: space-between;
}

.about-left {
	width: 20%;
	float: left;
}

.about-left img {
	max-width: 100%;
}

.about-left .hot-line {
	width: 240px;
	height: 170px;
	background-color: #e6404c;
}

.about-left .hot-line p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: url(/skin/baichy/img/icon.png) 0 38px no-repeat;
	padding-left: 46px;
	margin-left: 30px;
	padding-top: 30px;
}

.about-left .hot-line p:last-child {
	background-position: 0 -37px;
}

.about-left .hot-line p a {
	text-decoration: underline;
	color: #fff;
	font-size: 20px;
	line-height: 2;
}

.about-right {
	width: 75%;
	float: right;
}

.about-right-detail {
	margin-top: 30px;
	line-height: 2;
}

.about-right-detail p {
	margin-bottom: 20px;
}

.about-right-detail p em {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	background-color: #0f74c4;
	vertical-align: middle;
	margin-right: 6px;
}

.about-right-detail p:nth-child(3) {
	width: 70px;
	height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #0f74c4;
	margin-bottom: 40px;
	background: url(/skin/baichy/img/icon.png) 50px -115px no-repeat;
}

.about-right-detail h4 {
	text-align: center;
	width: 100%;
	/* height: 46px; */
	line-height: 46px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-color: #e6404c;
}

.about-right-show {
	margin-top: 40px;
}

.about-right-show h4 img {
	margin: 0 auto;
	display: block;
}

.about-right-show .ul-container {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.about-right-show .ul-container .scroll-container {
	display: flex;
	justify-content: space-between;
}

.about-right-show .ul-container .scroll-container>a {
	float: left;
	/* margin-right: 40px; */
	width: 32%;
	display: block;
}

.about-right-show .ul-container .scroll-container a img {
	max-width: 100%;
}

.about-right-show .ul-container .scroll-container a p {
	font-size: 16px;
	text-align: center;
	line-height: 3;
	width: 100%;
}



/*客户案例*/
.case {
	width: 100%;
	/* height: 320px; */
	margin-top: 30px;
	background-color: #0f74c4;
	padding-bottom: 2rem;
}

.case .w1200 {
	display: flex;
	justify-content: space-between;
}

.case h3 {
	width: 10%;
	float: left;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 30px 0 0 10px;
}

.case span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.case span a {
	color: #fff;
}

.case .case-ul {
	width: 88%;
	display: flex;
	justify-content: center;
	float: right;
}

.case .case-ul .scroll-ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.case .case-ul .scroll-ul li {
	width: 33.33%;
	/* height: 318px; */
	float: left;
	margin-right: 1px;
	margin-top: 1px;
	background-color: #fff;
}

.case ul li img {
	display: block;
	margin: 27px auto 0;
	max-width: 100%;
	height: auto;
}

.case ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 3;
}

/*新闻中心*/
.news {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.news-left {
	/* width: 800px; */
	float: left;
}

.news-left h3 {
	/* width: 780px; */
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	background-color: #0f74c4;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.news-left h3 span {
	text-align: center;
	width: 100px;
	height: 56px;
	line-height: 56px;
	float: right;
	font-size: 16px;
	background-color: #e6404c;
}

.news-left h3 span a {
	color: #fff;
}

.news-detail {
	margin-top: 30px;
}

.news-detail li {
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.news-detail-left {
	float: left;
	width: 60px;
	text-align: center;
}

.news-detail-left span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 30px;
	text-align: center;
	background-color: #0f74c4;
	color: #fff;
}

.news-detail-right {
	/* width: 710px; */
	float: right;
}

.news-detail-right p {
	color: #666;
	line-height: 1.8;
}

.news-detail-right p strong {
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #333;
	margin-top: -4px;
	margin-bottom: 4px;
}

.news-right {
	/* width: 380px; */
	/* height: 395px; */
	float: right;
}

.nav-mobile {
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nav-mobile ul li {
	margin-top: 2rem;
}

@media screen and (max-width:1080px) {
	.about-left {
		display: none;
	}

	.about-right {
		width: 100%;
	}

	.news-left {
		width: 100%;
	}

	.news-right {
		display: none;
	}

}

@media screen and (max-width:768px) {
	.case h3 {
		display: none;
	}

	.case .case-ul {
		width: 100%;
		overflow: scroll;
	}

	.case .case-ul .scroll-ul {
		display: inline;
		width: 100%;
		white-space: nowrap;
	}

	.case .case-ul .scroll-ul li {
		width: 50%;
		float: none;
		display: inline-block;
	}

	/* .about-right-show {
		width: 100%;
		overflow: scroll;
	} */

	.about-right-show>.ul-container {
		width: 100%;
		overflow: scroll;
		display: flex;
		flex-wrap: wrap;
	}

	.about-right-show .ul-container .scroll-container {
		width: 100%;
		display: inline;
		white-space: nowrap;
	}

	.about-right-show .ul-container .scroll-container a {
		width: 50%;
		display: inline-block;
		float: none;
	}

	.about-right-show .ul-container .scroll-container a:nth-child(2) {
		margin: 0 1rem;
	}

	.about-right-show .ul-container a img {
		width: 100%;
	}

}