*{
	padding: 0;
	margin: 0;
}
/* 整体布局 */
.interactionBox{
	width: 100%;
	height: 100VH;
}
/* 导航栏 */
.navigation{
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	position: fixed;
	top: 0;
	z-index: 2;
}
/* 导航左侧 */
.navigationLeft{
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	color: white;
	padding-left: 60px;
	box-sizing: border-box;
}
.interactionLogo{
}
.navigationTab{
	display: flex;
	margin-left: 70px;
}
.navigationTab div{
	width: 100px;
	text-align: center;
}
.navigationTab div>a{
	color: #fff;
	text-decoration: none;
}
/* 导航栏右侧 */
.navigationRight{
	display: flex;
	align-items: center;
}
/* .navigationRight img{
	width: 20px;
	height: 20px;
} */
/* 注册 */
.navigationRight button{
	width: 150px;
	height: 70px;
	background: #0B70F6;
	color: white;
	border: none;
	text-align: center;
}
.navigationRight div{
	margin: 0 25px;
}
/* 轮播图 */

.swiper-slide .swiperBg{
	position: relative;
}
.swiperText{
	position: absolute;
	top: 30%;
	margin-left: 10%;
	color: white;
	z-index: 2;
}
.swiperTitle{
	font-size: 50px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swipersubTitle{
	font-size: 25px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: white 1px solid;
}
.swiperContent{
	font-size: 14px;
	margin-top: 10px;
}
.major{
	margin-top: 60px;
}
.major span{
	padding: 8px 15px;
	box-sizing: border-box;
	 background: linear-gradient(to right,#0B70F6,#1A8FF9,#2DB8FD);
	border-radius: 5px;
}
/* 网站建设 */
.constructionBox{
	width: 100%;
	background-image: url('../img/index/20.png');
	padding-top: 100px;
	box-sizing: border-box;
	
	
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% -996px;
}
/* 公众号 */
.officialBox{
	width: 100%;
	background-image: url('../img/index/10.png');
	background-repeat: no-repeat;
	padding-top: 100px;
	box-sizing: border-box;
}
/* <!-- APP小程序开发 --> */
.appleBox{
	width: 100%;
	background-image: url('../img/index/11.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 100px;
	box-sizing: border-box;
}
/* <!-- APP小程序开发 --> */
.guideBox{
	width: 100%;
	background-image: url('../img/index/27.png');
	background-repeat: no-repeat;
	padding:100px 0;
	box-sizing: border-box;
}
/* 面临的问题 */
.problemBox{
	width: 100%;
	min-height: 250px;
	background-image: url('../img/index/15.png');
	background-repeat: no-repeat;
	padding-top: 50px;
	box-sizing: border-box;
	background-position: 0 61%;
}
.construction{
	width: 100%;
	text-align: center;
	color: #fff;
}
.constructionTitle{
	
	    font-size: 30px;
    margin-bottom: 8px;
    color: #000;
    font-weight: bold;
}
.officialTitle{
	font-size: 23px;
	margin-bottom: 30px;
}
.constructionSubtitle{
	font-size: 10px;
	color: #999999;
}
.hr{
	 width: 0;
	 height: 100rpx;
	font-weight: bolder;
	color: #0B70F6;
	margin-top: 5px;
}

.website{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
}
.websiteList{
	text-align: center;
	width: 23%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: white;
	border-radius: 10px;
	margin: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	transition: all .5s;
}
.websiteList:hover{
	background-color: #117CF7;
	margin-top: -76px;
	color: #fff;
}
.websiteList img{
	width:50px;
	margin-bottom: 15px;
}
.websiteTitle{
	font-size: 22px;
	margin-bottom: 15px;
}
.websitesubTitle{
	font-size: 15px;
	margin-bottom: 8px;
}
.websiteContent{
	font-size: 10px;
	line-height: 20px;
}
/* 小程序 */
.appleContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.appleContentList{
	text-align: center;
	width: 23%;
	height: 350px;
	border-radius: 10px;
	margin: 30px;
	transition: all .5s;

}
.appleContentList:hover{
	margin-top: -76px;
	color: #fff;
}
.appleTop{
	width: 100%;
	height: 120px;
	background: linear-gradient(to right,#0B70F6,#1A8FF9,#2DB8FD);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	position:relative;
	
}
.appleTop::after{
    content: '';
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
	top: 100%;
    left: 47%;
}
.select-appleTop::after{
	content: '';
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: #1A8FF9 transparent transparent transparent;
    position: absolute;
	top: 100%;
    left: 47%;
}
.appleTop img{
	width: 55px;
	height: 55px;
	margin-right: 20px;
}
.appleRight{
	text-align: left;
}
.appleTitle{
	font-size: 18px;
	margin-bottom: 7px;
}
.applesubTitle{
	font-size: 10px;
}
.appleBottom{
	margin-top: 20px;
}
.appleBottom div{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	background: #0B70F6;
	margin-bottom: 5px;
	background: linear-gradient(to left,#073289,#073085,#07246F);
}
/* 步骤条 */
.process-box {
  width: 50%;
  margin: 30px auto;
}
  .process {
    width: 100%;
    display: flex;
    align-items: center;
    /* margin: 22px 0 10px 83px; */
	margin:  22px 0px 10px 0px;
	justify-content: center;
  }
  .process span {
    width: 12px;
    height: 12px;
    border: 4px solid #eeeeee;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    color: #eeeeee;
  }
  .process div {
    width: 18%;
    height: 2px;
    background-color: #eeeeee;
  }
  .process-box ul {
	  
    display: flex;
    justify-content: space-around;
    padding: 0;
    
  }
  .process-box li {
    list-style: none;
    font-size: 14px;
    color: #eeeeee;
    
  }
/* //字体颜色 */
.fontColor {
  text-align: center;
  background-size: cover;
  width: 55px;
  height: 60px;
  background-repeat: round;
}
.process-text-img .fontColor:hover{
	/* background-image: url('../img/index/13.png') !important; */

}

/* .fontColor1:hover>div{
	color: red !important;
} */
.fontColor div:nth-child(1){
	font-size: 24px;
	color: #878787;
	font-weight: 700;
	font-style: italic;
}
.fontColor div:nth-child(2){
	font-size: 10px;
	color: #878787;
	margin-top: 10px;
}
.fontColor img{
	width: 55px;height: 60px;
}
.nofont{
	color: #eeeeee !important;
}

/* // 边框颜色 */
.borderColor {
  border: 4px solid #479cf1 !important;
  background:#479cf1;
}

/* 您企业面临的问题 */
.problemAuto{
	width: 80%;
	margin: 0 auto;
	color: white;
}
.problemTop{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.problemTitle{
	font-size: 32px;
}
.problemContent{
	text-align: right;
}
.relation{
	font-size: 20px;
}
.phone{
	font-size: 33px;
	font-weight: bolder;
}
.workTime{
	font-size: 17px;
}
.problemBottom{
	width: 100%;
	display: flex;
}
.problemBottom input{
	width: 30%;
	height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-right: 20px;
	border: none;
}
.problemBottom button{
	width: 200px;
	border: none;
	background: linear-gradient(to right,#0B70F6,#1586F8,#2DB8FD);
	color: white;
}
/* 维权 */
.protectBox{
	width: 100%;
	/* height: 135px; */
	/* height: 66%; */
	background: #000815;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-top: 150px;
	padding-bottom: 50px;
}
.protectLeft{
	/* width: 55%;
	width: 32%; */
	/* margin: 0 5%; */
    display: flex;
    justify-content: center;
	padding:2% 0;
}
.protectList{
	/* width: 16.8%; */
	width: 20%;
	text-align: center;
	border-right: #152336 1px dashed;
}
.protectList:nth-child(3){
	border-right: none;
}
.protectList{
	color: #fff;
}
.protectList img{
	width:50px
}
.protectList div{
	margin-top: 8px;
	font-size: 14px;
}
.erweima{
	/* width: 45%;
	width: 28%; */
	text-align: center;
}
.bottom-detail{
	display: flex;
	flex: .7;
}
.bottom-detail>div{
	width: 50%;
}
.wow {
	color: #9b9d9e;
	font-size: 14px;
}
.wow_title {
	margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.wow_tip {
	margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}
.copyright{
	width: 100%;
    /* height: 50px; */
    line-height: 36px;
    background: #122035;
    color: white;
    /* padding-left: 9%; */
    box-sizing: border-box;
    font-size: 12px;
	display: flex;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}