/* banner文字 */
.heading-center .bold {
	font-weight: 500;
}

/* 成都地标建筑 */
.swiper-container .swiper-wrapper {
	display: block;
}

.swiper-container {
	margin-bottom: 50px;
}

.swiper-container .swiper-slide {
	border: 2px solid #eee;
	box-sizing: border-box;
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 12px;
	float: left;
}

.swiper-container .swiper-slide:nth-child(3n) {
	margin-right: 0;
}

.swiper-slide .swiBtn {
	padding: 23px 15px;
	height: 256px;
}

.swiper-slide .btnTile {
	font-size: 16px;
	color: #000;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 12px;
}

.swiper-slide .btnContent {
	font-size: 14px;
	color: #999;
	word-break: break-all;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
}

/* 箭头 */
/* .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
} */
.swiper-button-prev,
.swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	top: 23px;
	transition: all .3s;
}

.swiper-button-prev {
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .8);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fa4f1c'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next:hover {
	background-color: rgba(0, 0, 0, .8);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fa4f1c'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: initial;
	opacity: .6;
}

/* 悬浮后出现 */
.hoverCome {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.hoverCome .hoverTop {
	width: 100%;
	height: 274px;
	position: relative;
	transform: scale(0);
	transition: all .5s;
}

.hoverCome .hoverTop .more {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
}

.hoverCome .hoverBtn {
	height: 256px;
	background-color: #FA4F1C;
	padding: 18px 5px 20px 20px;
	display: none;
	transition: all .5s;
}

.hoverCome .hoverBtn p {
	color: #fff;
}

.hoverCome .hoverBtn p:first-child {
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.hoverCome .hoverBtn p:last-child {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.hoverCome .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.swiper-slide:hover {
	border-color: #FA4F1C;
}

/* .swiper-slide:hover .hoverCome .hoverTop {
	transform: scale(1);
} */

.swiper-slide:hover .hoverCome .hoverBtn {
	display: block;
}

/* 小圆点 */
.swiper-pagination {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.swiper-pagination-bullet {
	opacity: 1;
	background-color: #FA4F1C;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	width: 17px;
	border-radius: 30%;
	background-color: #FA4F1C;
}

/* END 成都地标建筑 */

/* 数字区域 */
.number {
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

.number .numJu1 {
	width: 100%;
	height: 75px;
}

.number .numJu2 {
	width: 100%;
	height: 140px;
	background-color: #FA4F1C;
}

.number .numCenter {
	width: 1200px;
	height: 145px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	box-shadow: 0 0 10px #dcd8d8;
	display: flex;
}

.number .numCenter li {
	width: 25%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.number .numCenter li::after {
	content: "";
	display: block;
	width: 2px;
	height: 51px;
	background-color: #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -24.5px;
	right: 0;
}

.number .numCenter li:last-child::after {
	content: "";
	display: none;
}

.number .numCenter li p:first-child {
	font-size: 40px;
	color: #FA4F1C;
	position: relative;
}

.number .numCenter li p:last-child {
	font-size: 12px;
	color: #a9a9a9;
}

.number .numCenter li .jia {
	position: absolute;
	right: -22px;
	top: 0;
	font-size: 26px;

}

/* END 数字区域 */

/* 行业新闻 */
.new {
	width: 100%;
	text-align: center;
	/* padding-bottom: 77px; */
	background: url(../images/index/newbg_02.png) no-repeat center center/cover;
}

.new .news {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 70px;
}

.news .newPage {
	width: 30%;
	/* height: 396px; */
	cursor: pointer;
	padding: 25px 0;
	/* display: flex;
	flex-direction: column; */
	/* justify-content: space-around; */
	border: 1px solid transparent;
	transition: all .5s;
}

.news .newPage:hover {
	border-top-color: #FA4F1C;
	border-bottom-color: #FA4F1C;
	box-shadow: 0 0 10px #eee;
}

.news p {
	color: #555;
	padding: 0 10px 0 20px;
	text-align: left;
}

.news .newPage:hover .newTitle {
	color: #FA4F1C;
}

.news .newTitle {
	font-size: 16px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .time {
	margin: 24px 0 20px;
}

.news .content {
	color: #999;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .img {
	margin-top: 30px;
	height: 223.55px;
	overflow: hidden;
}

.new button {
	padding: 13px 45px;
	border: 1px solid #efefef;
	color: #999;
	cursor: pointer;
	transition: all .3s;
}

.new button a {
	color: #999;
}

.new button:hover {
	background-color: #FA4F1C;
	color: #fff;
	font-weight: bold;
}

.new button:hover a {
	color: #fff;
	font-weight: bold;
}

/* END 行业新闻 */