
/*首页*/
.top-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.top-swiper .top-swiper-item {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet {
    background-color: #ffffff;
	opacity: .9;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    position: relative;
	cursor: pointer;
}
.top-swiper .top-swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c8070c;
	border-radius: 10px;
	opacity:1;
}

.top-swiper .top-swiper-item .swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-slide img {
    width: 100%;
    height: 100%;
}




.indexTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin-bottom:80px;
}

.indexTitle h4 {
    font-size: 40px;
    color: #262626;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    font-weight: bold;
}

.indexTitle h4:before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: url(../img/title-l.png) no-repeat;
    position: absolute;
    transform: rotate(180deg);
    top: 50%;
    right: 0;
}

.indexTitle h4:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: url(../img/title-l.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.indexTitle p {
    font-size: 18px;
    color: #737373;
    margin-top: 15px;
}

.index-product{
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}

.product-box .swiper-slide{
	float:left;
	margin-bottom:60px;
}
.product-box .swiper-slide .imgs{
	width: 100%;
    height:360px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.product-box .swiper-slide .imgs .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-box .swiper-slide .con{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 3;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(bottom,rgba(21,21,21,1),rgba(21,21,21,0));
}

.product-box .swiper-slide .con h3{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
}
.product-box .swiper-slide:hover .imgs .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}
.product-box .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:0;
}
.product-box .swiper-slide a:hover .con h3{
	color:#dbae87;
} 
.product-box .page-bullet-active{
	background:#c8070c;
	opacity:1;
	width:30px;
	border-radius:10px;
}



/*关于我们*/
.index-about {
    background: url(../img/index-about.jpg) center bottom no-repeat;
	width:100%;
	height:749px;
}

.index-about .w1600{
	padding-top:160px;
}

.index-about .indexTitle {
    width: 840px;
    display: block;
}

.index-about .indexTitle h4 {
    font-size: 20px;
    color: #fff;
	font-family: "Comfortaa";
	font-weight:normal;	
}

.index-about .indexTitle h5 {
    font-size: 52px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

.index-about .indexTitle p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
.btn-more {
	width:170px;
	background-color: #e71a28;
    padding: 17px 40px;
    border-radius: 6px;
	position:relative;
	transition: all .3s linear;
	display:block;
    font-size: 14px;
    color: #fff;	
}
.btn-more:hover {
    background-color: #242424;
    color: #e71a28;
}
.btn-more:before {
    content: "";
    display: block;
    width: 26px;
    height: 15px;
    background: url(../img/more.png) no-repeat;
    position: absolute;
    top: 40%;
	left:62%;
}
.index-about .btn-more {
    margin-top: 45px;
    margin-bottom: 80px;
}
.btn-more:hover a{
    color: #e71a28;
}
.btn-more:hover:before {
    background: url(../img/more1.png) no-repeat;
}


/*工程案例*/
.index-case{
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}
.index-case .main {
    max-width: 1600px;
    width: 91%;
    margin-left: auto;
    margin-right: auto;  
}
.index-case .main .con {
  width:100%;
  height: 420px;
  position: relative;
}
.index-case .main .con .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
}
.index-case .main .con .swiper-container .item {
  transition: 0.4s all;
}
.index-case .main .con .swiper-container .item li a {
  display: block;
  width: 379px !important;
}
.index-case .main .con .swiper-container .item a:hover p {
  color: #c8070c;
}
.index-case .main .con .swiper-container .item a figure {
  width: 100%;
  height: 280px;
  overflow:hidden;
}
.index-case .main .con .swiper-container .item a figure img {
  width: 100%;
  height: 100%;
  transition: 600ms;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-case .main .con .swiper-container .item a figure:hover img {
    transform: scale(1.1);
}

.index-case .main .con .swiper-container .item a p {
  font-size: 18px;
  color: #282828;
  margin-top: 15px;
  font-weight: normal;
  transition: 0.4s all;
}
.index-case .main .m {
  display: none;
}
.index-case .main .m figure {
  width: 100%;
  height: 400px;
}
.index-case .main .m figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-case .main .m p {
  font-size: 16px;
  color: #434144;
  text-align: center;
  margin-top: 20px;
}
.index-case .main .m .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.index-case .main .m .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s all;
}
.index-case .main .m .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1e2b69;
}
.index-case .main .pager {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.index-case .main .pager div {
  width: 90%;
  height: 2px;
  background-color: #f2f2f2;
  position: relative;
}
.index-case .main .pager div p {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c8070c;
  transition: 0.4s all;
}
.index-case .main .pager ul {
  width: 7%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.index-case .main .pager ul li {
  width: 46px;
  height: 8px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  left: 0;
  margin-top: 0px;
}
.index-case .main .pager ul li:hover:before {
  opacity: 1;
}
.index-case .main .pager ul li:hover:after {
  opacity: 0;
}
.index-case .main .pager ul li.active {
  pointer-events: none;
}
.index-case .main .pager ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  background: url("../img/anli-jt.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.index-case .main .pager ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  background: url("../img/anli-jt-on.png") no-repeat;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.index-case .main .pager ul li + li {
  right: 0;
}
.index-case .main .pager ul li + li:after {
  transform: rotate(180deg);
}
.index-case .main .pager ul li + li:before {
  transform: rotate(180deg);
}


/*招商加盟*/

.index-join {
  height: 784px;
  background: url(../img/join-bg03.jpg) no-repeat top center;
  background-size: cover;
  background-color: #1051a1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.index-join::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/join-bg04.gif) no-repeat bottom center;
  background-size: 1920px 112px;
  opacity: .7;
  display: none;
}
.index-join::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
  background: url(../img/join-bg05.png) no-repeat bottom center;
  opacity: 1;
}
.index-join .tit {
  width: 380px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top:30px;
}
.index-join .tit h3 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "Comfortaa";
}
.index-join .tit h5 {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  margin-top: 14px;
  font-weight:600;
}
.index-join .tit p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.index-join .tit a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 15px 67px 15px 35px;
  border-radius: 35px;
  background: url(../img/join-ico01.png) no-repeat right 35px center;
  background-color: #ca2526;
  transition-duration: .3s;
}
.index-join .tit a:hover {
  box-shadow: 1px 2px 3px #999;
}
.index-join .list {
  position: absolute;
  left: 9%;
  top: 0;
  bottom: 0;
  right: 9%;
}
.index-join .list li {
  width: 120px;
  height: 120px;
  background: url(../img/join-bg04.png) no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}
.index-join .list li:nth-child(1) {
  top: 40%;
  left: 0;
  animation: sportst 4s linear infinite;
}
.index-join .list li:nth-child(2) {
  top: 55%;
  left: 8%;
  animation: sportsb 3s linear infinite;
}
.index-join .list li:nth-child(3) {
  top: 40%;
  left: 17%;
  animation: sportst 7s linear infinite;
}
.index-join .list li:nth-child(4) {
  top: 55%;
  left: 24%;
  animation: sportsb 4.5s linear infinite;
}
.index-join .list li:nth-child(5) {
  top: 40%;
  right: 24%;
  animation: sportst 3s linear infinite;
}
.index-join .list li:nth-child(6) {
  top: 55%;
  right: 17%;
  animation: sportsb 5.5s linear infinite;
}
.index-join .list li:nth-child(7) {
  top: 40%;
  right: 8%;
  animation: sportst 8s linear infinite;
}
.index-join .list li:nth-child(8) {
  top: 55%;
  right: 0;
  animation: sportsb 6s linear infinite;
}
@keyframes sportsb {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sportst {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}


/*新闻资讯*/
.index-news{
	overflow:hidden;
	padding: 90px 0 120px;
}
.index_new_box {
    width: 100%;
}
.index_new_box ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.index_new_box ul li a {
    display: block;
    overflow: hidden;
}
.index_new_box ul li .imgs {
    width: 100%;
    height: 237px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}
.index_new_box ul li .imgs .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index_new_box ul li:hover .imgs .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}

.index_new_box ul li .text {
    width: 100%;
    padding-top: 21px;
}

.index_new_box ul li .text span {
    font-size: 12px;
    color: #e71a28;
    font-family: "Comfortaa";
    letter-spacing: 2px;
	display:block;
	font-weight:500;
}

.index_new_box ul li .text h3 {
    font-size: 18px;
    color: #222;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
	margin:10px 0;
}

.index_new_box ul li .text .txt {
    font-size: 14px;
    color: #989997;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.index_new_box ul li .text label {
	font-size: 14px;
    color: #989997;
	background:url(../img/more1.png) no-repeat right center;
	margin-top:40px;
	display:block;
	max-width:90px;

}
.index_new_box ul li a:hover .text h3{
	color:#e71a28;
}

.index_new_box ul li:nth-child(4n) {
    margin-right: 0;
}
