
/*首页*/
.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: .5;
    width: 40px;
    height: 3px;
	border-radius: 0;
    margin: 0 10px;
    position: relative;
	cursor: pointer;
}
.top-swiper .top-swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-radius: 0;
	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:60px;
}

.indexTitle h4 {
    color:#222;
    font-size: 40px;
	font-weight:normal;
}
.indexTitle p {
	color:#222;
    font-size:35px;
    text-transform: uppercase;
	font-weight:600;
	font-family:Family;
}

.index-product{
	overflow:hidden;
	margin-top:90px;
	margin-bottom:90px;
}

.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:#ddae60;
	opacity:1;
	width:30px;
	border-radius:10px;
}



/*关于我们*/
.index-about {
    background: url(../img/index-adbg.jpg) repeat right top;
	width:100%;
	padding:90px 0;
	overflow:hidden;
}

.index-about .home1_1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}
.index-about .home1_1 figure {
    display: block;
    position: relative;
    padding: 20% 0;
    width: 54%;
}
.index-about .home1_1 figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.index-about .home1_1 .img{
	width:52%;
	overflow: hidden;
    position: relative;
    transition: all .3s;
}	

.index-about .home1_1 .img .imgs {
    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-about .home1_1 .img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    margin: auto;
    width: 58px;
    height: 58px;
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	padding:16px 0 0 23px;
}

.index-about .home1_1 .img video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.index-about .home1_1:hover .img .imgs {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}
.index-about .home1_1 .img.on video {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.index-about .home1_1 .img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.index-about .home1_1 .img.on:after {
    opacity: 1;
    visibility: visible;
}


.index-about .home1_1 .textf {
    width: 42%;
    padding: 55px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}
.index-about .index_title {
    width: 100%;
}
.index-about .index_title p {
    width:100%;
    margin: 0 auto;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
	font-family:Family;
}
.index-about .index_title span {
    display: block;
    margin-top: 8px;
    color: #dbdbdb;
    font-size: 36px;
}

.index-about .index_title span b {
    color: #ddae60;
    font-size: 40px;
    font-weight: normal;
}

.index-about .home1_1 .textf>p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin-top: 55px;
    margin-bottom: 77px;
}
.index-about .home1_1 .textf a {
    display: block;
    width: 160px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    transition: .4s all;
}










/*工程案例*/
.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: #362f7f;
  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 {
  width: 100%;
  background-color: #28235b;
}
.index-join .index_title {
    width: 100%;
    text-align: center;
}
.index-join .index_title p {
    width: 100%;
    margin: 0 auto;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
	font-family:Family;
}

.index-join .index_title span {
    display: block;
    margin-top:8px;
    color: #ddae60;
    font-size:40px;
    text-align: center;
}

.index-join .w1600 {
  padding:90px 0;
}

.index-join .w1600 .swiper-container {
  margin-top: 60px;
}

.index-join .w1600 .swiper-container .swiper-pagination {
  display: none;
  position: static;
  margin-top: 10px;
}

.index-join .w1600 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.index-join .w1600 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ddae60;
}

.index-join .w1600 .swiper-container a {
  display: block;
  position: relative;
}

.index-join .w1600 .swiper-container a:hover div p {
  color: #ddae60;
}

.index-join .w1600 .swiper-container a:hover div p:before {
  height: 0;
}

.index-join .w1600 .swiper-container a:hover div p:after {
  width: 100%;
}

.index-join .w1600 .swiper-container a figure {
  display: block;
  width: 100%;
  position: relative;
  padding:75% 0;
}

.index-join .w1600 .swiper-container a figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index-join .w1600 .swiper-container a div {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
}

.index-join .w1600 .swiper-container a div p {
  width: 100%;
  line-height: 60px;
  background-color: #fff;
  padding-left: 24px;
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  transition: .4s all;
}

.index-join .w1600 .swiper-container a div p:before {
  content: '';
  opacity: 1;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #ddae60;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
}

.index-join .w1600 .swiper-container a div p:after {
  content: '';
  opacity: 1;
  display: block;
  width: 0;
  height: 4px;
  background-color: #ddae60;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
}

.index-join .w1600 .swiper-container a div p i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  border-left: 1px solid #dedede;
}

.index-join .w1600 .swiper-container a div p i:before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 20px;
  background: url("../images/jt.png") no-repeat;
  background-size: contain;
  transition: .4s all;
}








/*新闻资讯*/
.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: 14px;
    color: #999;
	display:block;
}

.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:#ddae60;
}

.index_new_box ul li:nth-child(4n) {
    margin-right: 0;
}
