.ellipsis {
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.back-w {
	background-color: #fff;
}
.hover-color {
	background-color: #c71b05;
	color: #fff;
	border: 2px solid #c71b05 !important;
}
/* .content {
	background-image: url("../image/home/banner@1x.png");
	background-repeat: no-repeat;
	background-size: 100%;
} */
.content {
	width: 100%;
	height: 1440px;
	position: relative;
}
.content  .content-del {
	position: absolute;
	bottom: 111px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}
.content-del .back-img {
	width: 100%;
}
.content-del .content-flex {
	display: flex;
}
.content-flex .nav{
	width: 13%;
	margin-right: 10px;
	padding-top: 17px;
}
.nav .nav-center-ul {
	width: 120px;
	margin: 0 auto;
}
.nav .nav-center-ul .nav-center-li {
	border: 2px solid #e1e1e1;
	line-height: 46px;
	text-align: center;
}

.content-flex .detail{
	padding: 20px;
	display: flex;
	/* width: 87%; */
}
.detail .detail-banner {
	 width: 575px;
	 height: 395px;
	 overflow: hidden;
}
.detail .detail-text {
	padding-left: 20px;
}
.detail-text .text-title {
	 color: #c71b05;
	 font-size: 22px;
}
.arrow-r {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.arrow-r >img {
	width: 20px;
}
.detail-text .text-li {
	 display: flex;
	 font-size: 12px;
	 color: #999;
	 padding-bottom: 20px
}
.text-li .text-w {
	 width: 290px;
	 margin-right: 20px;
}
.swiper-build .swiper-wrapper .swiper-slide {
	width: 282px;
	/* height: 195px; */
}
.swiper-slide >img {
	width: 100%;
	height: 100%;
}
/* .build-banner,
.links {
	width: 1200px;
} */
.build-banner {
	padding: 42px 17px 0 17px;
	margin: 10px 0;
}
.links {
	padding: 27px 0 25px 20px;
}
.links .link-list {
        display: flex;
        flex-wrap: wrap;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 42px;
}
.link-list .fl-pad {
	padding: 0 213px 0 276px;
}

.index_{
  position: relative;
}

.enterprise_title{
  /* height: 260px;
  width: 100%;
  background:url('../image/enterprise/banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* height: 60px;
  background-color: #cf3838;
  opacity: 0.8; */
  position: relative;
}
.enterprise_title .title_btn{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  position: relative;
}
.enterprise_title .title_btn >div >div{
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 30px;
  right: 50px;
}
.enterprise_title .title_btn >div .btn{
  color: #fff;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.enterprise_title .title_btn >div .btn.pitchOn{
  background: #f0c3c3;
  border-radius: 5px;
  color: #c81919;
}

.enterprise_title2{
  height: 300px;
  width: 100%;
  background:url('../image/enterprise/banner.png');
opacity: 0.6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.enterprise_title2 .title_btn{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  background-color: #fff;
  opacity: 0.8;
  background-color: rgba(0,0,0,0.8);
  background-color: #dbe9f9;
  box-shadow: 0 5px 15px #ccc;
  position: relative;
}
.enterprise_title2 .title_btn >div >div{
  /* width: 1500px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 30px;
  right: 50px;
}
.enterprise_title2 .title_btn >div .btn{
  color: #5d81a0;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.enterprise_title2 .title_btn >div .btn.pitchOn{
  background: #6084a3;
  border-radius: 5px;
  color: #fff;
}
.content2 .location_title{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.s-container {
	position: relative;
	--swiper-pagination-color: #00ff33;/* 两种都可以 */
}
.s-container .swiper-tt {
	background-color: rgba(225, 225, 225, 0.5);
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
}
.position-a {
	position: absolute;
	z-index: 99;
	right: 0;
	line-height: 50px;
	bottom: 0;
}
.s-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  opacity: 0.9;
}
.s-pagination .swiper-pagination-bullet-active {
  background-color: red;
}
.swiper-container .swiper-slide {
	height: 196px;
}
.none{
  display: none !important;
}
.link-item{
    width: 25%;
margin-bottom: 20px;
}
.news-class{
  margin-right: 20px;
}
.news-cate-list,.building-cate-list{
  display: flex;
  flex-wrap: wrap;
}
.cate-none{
  display: none;
}
.news-cate-list a,.building-cate-list a{
  margin-right: 20px;
  margin-top: 10px;
}
.news-cate-list a:hover,.building-cate-list a:hover{
  color: #c71b05;
  text-decoration: underline;
}
.news-class,.party-building-class{
  width: 48%;
}
.category{
  font-size: 16px;
  position: relative;
}
.category:hover{
  color: #c71b05;
}
.category::after{
  content: '';
  position: absolute;
  top: 8px;
  right: -18px;
  width: 0;
  height: 0;
  border: 6px solid #000;
  border-top-color: #c71b05;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
	transform: rotate(0);
}
.rotate::after{
	transform: rotate(180deg);
	top: 1px;
}