.twonav-box{
  margin-top: 65px;
}
.top-nav .twonav-box .same-title{
  text-align: center;
}
.top-nav .twonav-box .hd {
  padding: 65px 0 55px;
}
.top-nav .twonav-box .hd ul{
  justify-content: center;
}
.top-nav .twonav-box .hd ul li{
  background: #FFFFFF;
  box-shadow: -2px 3px 16px 0px rgba(149, 148, 148, 0.16);
  border-radius: 50%;
  color: #807F7F;
}
.top-nav .twonav-box .hd ul li::after{
	display: none;
}
.top-nav .twonav-box .hd ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.top-nav .twonav-box .hd ul li:hover,.top-nav .twonav-box .hd ul li.on{
  color: #fff;
  background: #833D5B;
}

.top-nav .twonav-box .hd ul li:hover i{
  background-image: url(../image/pro-icon1.png);
}
.top-nav .twonav-box .hd ul li:hover:nth-of-type(2) i{
  background-image: url(../image/pro-icon2.png);
}
.top-nav .twonav-box .hd ul li:hover:nth-of-type(3) i{
  background-image: url(../image/pro-icon3.png);
}
.top-nav .twonav-box .hd ul li:hover:nth-of-type(4) i{
  background-image: url(../image/pro-icon4.png);
}
.top-nav .twonav-box .hd ul li:hover:nth-of-type(5) i{
  background-image: url(../image/pro-icon5.png);
}
.top-nav .twonav-box .hd ul li:hover:nth-of-type(6) i{
  background-image: url(../image/pro-icon6.png);
}

.pro-swiper {
  height: 615px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.pro-swiper .swiper-container,
.pro-swiper .container{
	height: 100%;
}

.pro-swiper .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pro-swiper .bg::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .53);
}
.pro-swiper .swiper-slide{
  
  height: 100%;
}
.pro-swiper .swiper-slide a{
	position: relative;
}
.pro-swiper .swiper-slide a,.pro-swiper .swiper-slide a .pic-box{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-swiper .swiper-slide .desc-box{
  padding: 46px 25px;
  background: rgba(255, 255, 255, .38);
  position: absolute;
  bottom: 47px;
  left: 116px;
  text-align: center;
  width: 332px;
}
.pro-swiper .swiper-slide .desc-box .txt{
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
}
.pro-swiper .swiper-button-next{
	right: 15%;
}
.pro-swiper .swiper-button-prev{
	left: 15%;
}
.pro-content{
  padding: 56px 0 78px;
}
.pro-content .top-select {
  padding-bottom: 19px;
  border-bottom: 1px dashed #B8B8B8;
}
.pro-content .top-select .name img{
  margin-right: 6px;
}
.pro-content .top-select .list-box{
  margin-left: 16px;
}
.pro-content .top-select .list-box>li{
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}
.pro-content .top-select .list-box>li img{
  margin-left: 4px;
}
.pro-content .top-select .list-box>li .two-menu{
  position: absolute;
  top: 65px;
  left: 50%;
  width: 221px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px #EFEEEE;
  border-radius: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /* display: none; */
  z-index: 999;
}
.pro-content .top-select .list-box>li .two-menu::after{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /* box-shadow: 0px 0px 13px 0px #EFEEEE; */
}
.pro-content .top-select .list-box>li .two-menu li{
  padding: 20px 0 18px;
  text-align: center;
  cursor: pointer;
}
.pro-content .top-select .list-box>li .two-menu li.active,.pro-content .top-select .list-box>li .two-menu li:hover{
  background: #E5E5E5;
}
.pro-content .top-select .list-box>li .two-menu li:first-child.active,.pro-content .top-select .list-box>li .two-menu li:first-child:hover{
	border-radius: 10px 10px 0 0;
}
.pro-content .top-select .list-box>li .two-menu li:last-child.active,.pro-content .top-select .list-box>li .two-menu li:last-child:hover{
	border-radius: 0 0 10px 10px;
}
.pro-content .pro-lists ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-content .pro-lists ul li{
  width: 48.5%;
  height: 489px;
  margin-top: 50px;
  
}
.pro-content .pro-lists ul li .pic-box{
  width: 100%;
  height: 416px;
  overflow: hidden;
  position: relative;
}
.pro-content .pro-lists ul li .name{
  text-align: center;
  width: 100%;
  height: 69px;
  line-height: 69px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px #E2E2E2;
  margin-top: 4px;
}
.pro-content .pro-lists ul li:hover{
  background: #833D5B;
  
}
.pro-content .pro-lists ul li:hover .pic-box img,.pro-content .pro-lists ul li:hover .mask{
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
}
.pro-content .pro-lists ul li:hover .name{
  color: #fff;
  background: #833D5B;
  box-shadow: unset;
  margin-top: 0;
}
.pro-content .pro-lists ul li .bof-box,.case-contentt .case-lists ul li .bof-box{
  opacity: 0;
}
.pro-content .pro-lists ul li:hover .bof-box,.case-contentt .case-lists ul li:hover .bof-box{
  opacity: 1;
}
.top-swiper{
  height: 490px;
  margin: 57px 0 52px;
  justify-content: space-between;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper2 {
  height: 100%;
  width: 60%;
  overflow: hidden;
  position: relative;
}

.mySwiper {
  width: 15%;
  box-sizing: border-box;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 154px;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-swiper .desc-box{
  width: 324px;
  height: 491px;
  background: #833D5B;
  padding: 54px 28px;
  position: relative;
}
.top-swiper .desc-box .top .name{
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}
.top-swiper .desc-box .top .tag{
  margin: 40px auto ;
  display: flex;
  width: 80%;
  justify-content: space-between;
}
.top-swiper .desc-box .top .tag span{
  position: relative;
}
.top-swiper .desc-box .top .tag span sup{
  position: absolute;
  top: 0;
  right: -8px;
}
.top-swiper .desc-box  .desc{
  line-height: 30px;
}
.top-swiper .desc-box .same-more{
  background: #fff;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.top-swiper .desc-box .same-more img{
  margin-left: 5px;
}
.swiper-pagination-bullet{
  border: 1px solid #FFFFFF;
}
.swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.details .title{
  padding-bottom: 18px;
  border-bottom: 1px solid #B8B8B8;
}
.details .title img{
  margin-right: 6px;
}
.details .content{
  background: #FAFAFA;
  padding: 50px 25px 35px;
  text-align: center;
  margin: 35px 0;
}
.details .content .en-txt{
  color: rgba(128, 127, 127, .4);
  margin-top: 15px;
}
.details .content .desc{
  margin-top: 40px;
}
.details .content .desc img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.details .bottom-desc{
  text-align: center;
  height: 326px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  margin-bottom: 50px;
}
.details .bottom-desc .top{
  background: #FAFAFA;
  padding: 24px  0;
}
.details .bottom-desc .top h3{
  margin-bottom: 10px;
}
.details .bottom-desc ul li{
  padding: 46px 0 50px;
  text-align: center;
  flex: 1;
  position: relative;
}
.details .bottom-desc ul li .type{
  margin: 28px 0;
}
.details .bottom-desc ul li::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 147px;
  background: #E7E7E7;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.details .bottom-desc ul li:last-child:after{
  display: none;
}
.search-form .form-box{
	display: flex;
	align-items: center;
}
.search-form .form-box .search-box{
	width: 602px;
  height: 50px;
  position: relative;
  background-color: rgb(250, 250, 250);
   border-radius: 10px;
   border: 1px solid rgba(184, 184, 184,.3);
   padding-left: 35px;
   margin-right: 12px;
}
.search-form .form-box .search-box img{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.search-form .form-box .search-box input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	background-color: transparent;
	padding: 0 15px ;
}
.search-form .form-box .search-box input::placeholder{
  font-size: 16px;
  color: rgb(200, 198, 198);
}
.search-form .form-box .item-btn button{
	width: 70px;
  height: 50px;
  border-radius: 10px;
  background-color: rgb(131, 62, 92);
  font-size: 16px;
  color: #fff;
}
.nodata{
	font-size: 16px;
	text-align: center;
	color: #333;
	margin: 40px 0 20px;
}
.case .search-form{
	margin: 40px 0;
}
/* 案例展示 */
.case .top-select {
  width: 100%;
  /* height: 204px; */
  background: #FAFAFA;
  border: 1px solid #B8B8B8;
  padding: 56px 79px 52px;
  margin: 39px 0 46px;
}

.case .top-select>div .name{
  font-size: 16px;
  margin-right: 8%;
}
.case .top-select>div .name img{
  margin-right: 4px;
}
.case .top-select>div ul{
  flex: 1;
}
.case .top-select>div ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4%;
  cursor: pointer;
}
.case .top-select .area{
  margin-top: 44px;
}
.case .top-select>div ul li.active{
  /* width: 72px; */
  padding: 0 20px;
  height: 40px;
  color: #fff;
  background: #833E5C;
  border-radius: 20px;
}
.case .top-select>div ul li p{
  position: relative;
  padding-right: 8px;
}
.case .top-select>div ul li p sup{
  position: absolute;
  top: 0;
  right: 0;
}
.case-content{
  padding-bottom: 78px;
}
.case-content .case-lists ul,.join-content .lists ul{
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
}
.case-content .case-lists ul li{
  width: 32.3%;
  margin-right: 14px;
  margin-bottom: 17px;
}
.case-content .case-lists ul li .pic-box{
  height: 402px;
  position: relative;
}
.case-content .case-lists ul li .desc{
  width: 100%;
  height: 125px;
  background: #FAFAFA;
  padding: 28px 0 30px;
  text-align: center;
  margin-top: 10px;
}
.case-content .case-lists ul li .desc .tag{
  margin: 20px auto 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.tag span{
  position: relative;
}
.tag span::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -39px;
  width: 1px;
  height: 15px;
  background: #B8B8B8;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tag span:last-child:before{
  display: none;
}
.tag span sup{
  position: absolute;
  top: 0;
  right: -8px;
}
.case-content .case-lists ul li:hover .pic-box{
  height: 328px;
}
.case-content .case-lists ul li:hover .desc{
  color: #fff;
  height: 209px;
  background: #833E5C;
  margin-top: 0;
  padding-top: 74px;
}

/* 招商加盟 */
.join .top-panel{
  height: 420px;
  background: #833D5B;
  background-image: url(../image/top-joinbg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60% 100%;
  margin: 66px 0 60px;
  padding: 43px 0 0 108px;
  position: relative;
	overflow: hidden;
}
.join .top-panel .icon{
  position: absolute;
  top: 0;
  left: 49px;
}
.join .top-panel .desc{
  width: 90%;
  padding: 50px 35px 20px 27px;
  background: #fff;
}
.join .top-panel .desc .txt{
  line-height: 24px;
  margin-top: 30px;
}
.join .top-panel .desc .txt img{
	max-width: 100%;
}
.join .top-panel .desc .txt p:last-child{
  margin-top: 20px;
}
.join .join-content .name{
  padding-bottom: 18px;
  border-bottom: 1px solid #E9E9E9;
}
.join .join-content .name img{
  margin-right: 4px;
}
.join .join-content  .join-lists{
  margin-top: 40px;
}
.join-content .lists ul{
  margin-right: -16px;
}
.join-content .lists ul li{
  width: 32.2%;
  margin-right: 16px;
  margin-bottom: 20px;
}
.join-content .lists ul li .pic-box{
  width: 100%;
  height: 242px;
}
.join-content .lists .desc-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 7px 0px #EFEEEE;
  padding: 50px 0 30px;
}
.join-content .lists .desc-box  .watch-more{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 0;
}
.join-content .lists .desc-box .name{
  text-align: center;
  border-bottom: none;
}
.join-content .lists ul li:hover .desc-box{
  color: #fff;
  background: #833D5B;
}
.join-content .lists ul li:hover .desc-box  .watch-more{
  background: #FDFDFD;
  color: #807F7F;
  box-shadow: 0px 0px 7px 0px #EFEEEE;
}
@media (max-width: 1680px) {
.pro-swiper .swiper-button-next{
	right: 9%;
}
.pro-swiper .swiper-button-prev{
	left: 9%;
}
}
@media (max-width: 1460px) {
	.pro-swiper{
		height: 540px;
	}
  .case-content .case-lists ul li,.join-content .lists ul li{
    width: 32%;
  }
  .case-content .case-lists ul li .pic-box {
    height: 300px;
  }
  .case-content .case-lists ul li .desc {
    height: 100px;
    padding: 18px 0 ;
  }
  .case-content .case-lists ul li .desc .tag {
    margin: 10px auto 0;
  }
  .case-content .case-lists ul li:hover .pic-box {
    height: 260px;
  }
  
  .case-content .case-lists ul li:hover .desc {
    height: 150px;
    padding-top: 34px;
  }
  .tag span::before {
    right: -21px;
  }
  .join .top-panel .desc {
    width: 60%;
    padding: 40px 35px 40px 27px;
  }
}
@media (max-width: 1440px) {
  /*.pro-swiper {*/
  /*  height: auto;*/
  /*}*/
  
}
@media (max-width: 1280px) {
  .case-content .case-lists ul li,.join-content .lists ul li{
    width: 48%;
  }
  .tag span::before {
    right: -46px;
  }
}
@media (max-width: 1080px) {
  .banner{
    height: 450px;
  }
  .case .top-select {
    padding: 30px 10px;
    margin: 29px 0 26px;
  }
  .case .top-select>div .name {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .twonav-box {
    margin-top: 25px;
  }
  .top-nav .twonav-box .hd {
    padding: 25px 0;
  }
  .top-nav .twonav-box .hd ul {
    flex-wrap: wrap;
  }
	.top-nav .twonav-box .hd ul li:last-child{
		margin-right: 0;
		}
  .pro-swiper {
    height:200px;
  }
  .pro-swiper .swiper-slide,.pro-swiper .swiper-slide .pic-box{
    height: 200px;
  }
  .pro-swiper .swiper-slide .desc-box {
    padding: 16px 15px;
    background: rgba(255, 255, 255, .38);
    position: absolute;
    bottom: 0;
    left: 15%;
    text-align: center;
    width: 70%;
  }
  .pro-swiper .swiper-slide .desc-box .fbold{
    font-weight: normal;
  }
  .pro-swiper .swiper-slide .desc-box .txt {
    line-height: 2;
    margin-top: 10px;
  }
  .pro-content {
    padding: 36px 0 40px;
  }
  .pro-content .pro-lists ul li{
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
	
  .pro-content .pro-lists ul li .pic-box {
    height: 200px;
  }
  .pro-content .pro-lists ul li .name {
    height: 59px;
    line-height: 59px;
  }
  .pro-content .pro-lists ul li .bof-box, .case-contentt .case-lists ul li .bof-box{
    opacity: 1;
  }
  .top-swiper {
    height: auto;
    margin: 27px 0 32px;
    flex-wrap: wrap;
    
  }
  .mySwiper2{
    width: 78%;
    height: 200px;
  }
  .mySwiper {
    width: 20%;
    height: 200px;
  }
  .mySwiper .swiper-slide {
    width: 100%;
    height: 80px;
  }
  .top-swiper .desc-box {
    width: 100%;
    height: auto;
    padding: 24px 18px 60px;
  }
  .top-swiper .desc-box .top .name {
    padding-bottom: 16px;
  }
  .top-swiper .desc-box .top .tag {
    margin: 20px auto;
    width: 70%;
  }
  .top-swiper .desc-box .desc{
    line-height: 2;
  }
  .top-swiper .desc-box .same-more {
    bottom: 20px;
  }
  .details .content {
    padding: 40px 10px ;
    text-align: center;
    margin: 25px 0;
  }
  .details .content .en-txt{
    margin-top: 10px;
  }
  .details .content .desc {
    margin-top: 20px;
  }
  .details .bottom-desc{
    height: auto;
  }
  .details .bottom-desc ul{
    flex-wrap: wrap;
  }
  .details .bottom-desc ul li{
    flex: initial;
    width: 50%;
    padding: 30px 5px;
  }
  .details .bottom-desc ul li .type {
    margin: 10px 0;
  }
  
  .case .top-select>div{
    flex-wrap: wrap;
  }
  .case .top-select>div ul{
    flex-wrap: wrap;
    width: 100%;
  }
  .case .top-select>div ul li {
    width: 33.33%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .case .top-select>div ul li.active {
    margin: 0 auto;
    height: 25px;
    padding: 0;
  }
  .case .top-select>div .name{
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 7%;
  }
  .case .top-select .area {
    margin-top: 24px;
  }
  .case-content {
    padding-bottom: 38px;
  }
  .case-content .case-lists ul li, .join-content .lists ul li{
    width: 100%;
  }
  .case-content .case-lists ul li .desc .name{
    font-size: 16px;
  }
  .case-content .case-lists ul li .desc .tag{
    width: 70%;
    font-size: 14px;
  }
  .case-content .case-lists ul li .pic-box {
    height: 200px;
  }
  .case-content .case-lists ul li .desc {
    height: 80px;
    padding: 10px 0 ;
  }
  .case-content .case-lists ul li .desc .tag {
    margin: 10px auto 0;
  }
  .case-content .case-lists ul li:hover .pic-box {
    height: 180px;
  }
  
  .case-content .case-lists ul li:hover .desc {
    height: 100px;
    padding-top: 24px;
  }
  .join .top-panel {
    height: auto;
    background: #833D5B;
    margin: 26px 0 20px;
    padding: 10px;
  }
  .join .top-panel .desc {
    width: 100%;
    padding: 20px 15px ;
  }
  .join .top-panel .icon{
    display: none;
  }
  .join .top-panel .desc .txt {
    line-height: 1.8;
    margin-top: 20px;
  }
  .join .join-content .name {
    padding-bottom: 10px;
  }
  .join .join-content .join-lists {
    margin-top: 20px;
  }
  .join-content .lists ul li .pic-box {
    height: 200px;
  }
  .join-content .lists .desc-box {
    padding: 40px 0 30px;
  }
  .pro-content .top-select .list-box>li .two-menu{
  	width: 120px;
  }
  .pro-content .top-select .list-box>li .two-menu li {
    padding: 10px 0 8px;
	}
	.nodata{
		margin: 20px auto;
	}
}