
/*首页*/
.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: #f78537;
	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 20px;
}

.indexTitle h4:after {
    content: "";
    display: block;
    width: 636px;
    height: 9px;
    background: url(../img/icon_1.png) no-repeat;
    position: absolute;
	bottom:0;
	left:-74%;
}

.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:340px;
    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 .text{
	background-color: #f5f5f5;
	padding:30px;
	overflow:hidden;
}
.product-box .swiper-slide .text .p1 {
    font-size: 22px;
    position: relative;
    padding-top: 20px;
    color: #333333;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.product-box .swiper-slide .text .p1::after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

.product-box .swiper-slide .text .p2 {
    font-size: 14px;
    color: #666;
    transition: all 0.4s ease;
    text-transform: capitalize;
    position: relative;
	padding-top:10px;
}

.product-box .swiper-slide:hover .text .p1 {
    color:#f78537;
}
.product-box .swiper-slide:hover .text .p1::after {
    background-color: #f78537;
}

.product-box .swiper-slide:hover .text .p2 {
    color:#f78537;
}


.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:#f78537;
	opacity:1;
	width:30px;
	border-radius:10px;
}



/*关于我们*/
.index-about {
    background:#f0f0f0 url(../img/index-about.jpg) top center no-repeat;
	width:100%;
	overflow:hidden;
	padding:80px 0;
}
.index-about .indexTitle h4{
	color:#fff;
}
.index-about .indexTitle p{
	color:#fff;
}
.index-about-con{
	background-color:#fff;
	margin-top:80px;
	padding:36px;
	overflow:hidden;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-right:40px;
}
.index-about-con .img{
	width: 40%;
    height: 100%;
    overflow: hidden;
}
.index-about-con .img img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.index-about-con .text {
    width: 60%;
    padding-left: 5%;
	background:url(../img/about-ico.png) no-repeat right top;
	padding-right:80px;
}
.index-about-con .keoror h3 {
    font-size: 36px;
    color: #111111;
}
.index-about-con .keoror span {
    font-size: 15px;
    color: #838383;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.index-about-con .test {
    font-size: 16px;
    color: #747474;
    line-height: 1.6em;
	margin:30px 0 40px;
}
.index-about-con .test p{
	margin-bottom:10px;
}
.index-about-con .text ul {
    display: flex;
}
.index-about-con .text ul li {
	margin-right:80px;
}
.index-about-con .text ul li  a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index-about-con .text ul li a div {
	width:45px;
	height:45px;
    overflow: hidden;
	transition: 0.4s all;
}
.index-about-con .text ul li a div img {
	width:45px;
	height:45px;
    position: relative;
	transition: 0.4s all;
}
.index-about-con .text ul li a span {
    font-size: 16px;
    color: #424242;
    padding: 20px 0 25px 0;
    display: block;
    position: relative;
    transition: .5s;
}
.index-about-con .text ul li:hover a span {
    color: #f78537;
}

.index-about-con .text ul li:hover div img  {
    transform: rotateY(180deg);
}



/*工程案例*/
.index-case{
	overflow:hidden;
	background-color:#f0f0f0;
	padding:20px 0 80px;
}
.index-case .main {
    max-width: 1500px;
    width: 91%;
    margin-left: auto;
    margin-right: auto;  
}
.index-case .main .con {
  width:100%;
  height: 380px;
  position: relative;
}
.index-case .main .con .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
}
.index-case .main .con .swiper-container .item {
  transition: 0.4s all;
}
.index-case .main .con .swiper-container .item a {
  display: block;
  width: 360px !important;
}
.index-case .main .con .swiper-container .item a:hover p {
  color: #ea6000;
}
.index-case .main .con .swiper-container .item a figure {
  width: 100%;
  height: 260px;
  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: #dcdcdc;
  position: relative;
}
.index-case .main .pager div p {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f78537;
  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 {
  background: url(../img/join-bg03.jpg) no-repeat top center;
  background-size: cover;
  background-color: #1051a1;
  position: relative;
  padding:80px 0;
}
.index-join .indexTitle h4{
	color:#fff;
}
.index-join .indexTitle p{
	color:#fff;
}
.join2_b{
	overflow:hidden;
}
.join2_b li {
    display: inline-block;
    float: left;
    width: 24%;
    height: 253px;
    padding: 2.1% 1.2% 2.1% 2%;
    background: #fff;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}
.join2_b li+li {
    margin-left: 1.3%;
}
.join2_b li:nth-child(5) {
    margin-left: 0;
}
.join2_b li p {
    font-size:24px;
    color: #222;
    line-height: 60px;
}
.join2_b li p:before, .join2_b li p:after {
    content: "";
    display: block;
}
.join2_b li p:before {
    width: 60px;
    height: 60px;
    background-image: url(../img/jmys0.png);
    background-repeat: no-repeat;
}
.join2_b li:nth-child(1) p:before {
    background-position: 0 0;
}
.join2_b li:nth-child(2) p:before {
    background-position: -60px 0;
}
.join2_b li:nth-child(3) p:before {
    background-position: -120px 0;
}
.join2_b li:nth-child(4) p:before {
    background-position: -180px 0;
}
.join2_b li:nth-child(5) p:before {
    background-position: -240px 0;
}
.join2_b li:nth-child(6) p:before {
    background-position: -300px 0;
}
.join2_b li:nth-child(7) p:before {
    background-position: -360px 0;
}
.join2_b li p:after {
    width: 40px;
    height: 3px;
    background: #1f304c;
    margin-bottom: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.join2_b li span {
    line-height: 1.6;
	font-size:14px;
	color:#666666;
}

.join2_b li:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 6%;
    top: 12%;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-image: url(../img/jmys1.png);
    background-repeat: no-repeat;
}
.join2_b li:nth-child(1):after {
    background-position: 0 -100px;
}

.join2_b li:nth-child(2):after {
    background-position: -100px -100px;
}
.join2_b li:nth-child(3):after {
    background-position: -200px -100px;
}
.join2_b li:nth-child(4):after {
    background-position: -300px -100px;
}
.join2_b li:nth-child(5):after {
    background-position: -400px -100px;
}
.join2_b li:nth-child(6):after {
    background-position: -500px -100px;
}
.join2_b li:nth-child(7):after {
    background-position: -600px -100px;
}
.join2_b li:nth-child(8):after {
    background-position: -700px -100px;
}
.join2_b li:hover {
    background:#f78537;
}
.join2_b li:nth-child(1):hover p:before {
    background-position: 0 -60px;
}
.join2_b li:hover p:after {
    background: #fff;
    width: 120px;
}.join2_b li:hover p, .join2_b li:hover span {
    color: #fff;
}
.join2_b li:nth-child(2):hover p:before {
    background-position: -60px -60px;
}
.join2_b li:nth-child(3):hover p:before {
    background-position: -120px -60px;
}
.join2_b li:nth-child(4):hover p:before {
    background-position: -180px -60px;
}
.join2_b li:nth-child(5):hover p:before {
    background-position: -240px -60px;
}
.join2_b li:nth-child(6):hover p:before {
    background-position: -300px -60px;
}
.join2_b li:nth-child(7):hover p:before {
    background-position: -360px -60px;
}
.join2_b li:nth-child(8):hover p:before {
    background-position: -420px -60px;
}


/*新闻资讯*/
.index-news{
	overflow:hidden;
	padding:80px 0;
}
.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: #999;
    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:#f78537;
}

.index_new_box ul li:nth-child(4n) {
    margin-right: 0;
}
