.headbox{
	width: 100%;
	height: 550px;
	background: url('../img/wp5.jpg') no-repeat;
}
.bannertxt{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.biaotiwarp{
	margin-top: 160px;
}
.bannertxt .biaoti{
	font-size: 52px;
	color: #fff;
	font-weight: bold;
}
.mobbiaoti{
	display: none;
}
.xiaobiaoti{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 50px;
}
.xiaobiaoti p{
	width: 40%;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.headcon{
	width: 100%;
	height: 72px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.5s;
}
.headconscroll{
	background-color: rgba(0,0,0,0.6);
}
.headwarp{
	width: 1200px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.showlist{
	display: none;
	position: absolute;
	right: 15px;
	z-index: 9999;
}
.phonelist{
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	right: -200px;
	background-color: #3A3A3A;
	transition: all 0.3s;
	padding-top: 70px;
	padding-bottom: 20px;
}
.phonelist a{
	display: block;
	color: #ccc;
	width: 80px;
	text-align: center;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.phonelist a.active{
	background-color: #111;
	color: #FF7426;
}
.phonelistactive{
	display: block;
	right: 0;
}
.navbox{
	display: flex;
	align-items: center;
}
.navbox a{
	display: inline-block;
	height: 72px;
	line-height: 72px;
	color: #fff;
	margin: 0 30px;
	font-size: 16px;
	cursor: pointer;
}
.navbox a.active{
	color: #FF7426;
}
.navbox a:hover{
	color: #FF7426;
}
.dianhua{
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.dianhua img{
	width: 18px;
}
.dianhua p{
	font-size: 18px;
	color: #fff;
	margin-left: 5px;
}
.conwarp{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.conwarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarp{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.casewarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarptitsm1{
	display: block;
}
.casewarptitsm2{
	display: none;
}
.mobabtit{
	color: #FF7426;
	font-size: 28px;
}
.mobbottomcon{
	display: none;
}
.fouricon{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.fouricon>div{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 40px 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px #ccc;
	margin: 0 4px 6px;
}
.fouricon>div img{
	
}
.fouricon>div p{
	font-size: 20px;
	margin: 25px 0;
	font-weight: bold;
}
.fouricon>div span{
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
	color: #666;
	min-height: 80px;
}
.fouricon>div div{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #FF7426;
	border:1px solid #FF7426;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.fouricon>div div:hover{
	background: #FF7426;
	color: #fff;
}
.kunhuobox{
	width: 100%;
	height: auto;
	background-color: #F3F8FF;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.casetab{
	width: 1200px;
	margin: 40px auto 0;
	display: flex;
}
.casetab p{
	flex: 1;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ccc;
	color: #333;
	border-radius: 20px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.5s;
}
.casetab p:nth-last-child(1){
	margin-right: 0;
}
.casetab p:hover{
	border:1px solid #FF7426;
	background: #FF7426;
	color: #fff;
}
.casetab p.caseactive{
	border:1px solid #FF7426;
	background: #FF7426;
	color: #fff;
}
.tabwarp{
	width: 1200px;
	margin: 0 auto;
}
.tabneirong{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tabneirong>a{
	width: 23.5%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.tabneirong>a div{
	height: 250px;
	overflow: hidden;
	position: relative;
}
.tabneirong>a div img{
	transition: all 0.5s;
}
.tabneirong>a div .appicon{
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 999;
	transform: translate(-50%,40%);
	border-radius: 16px;
}
.tabneirong>a div .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.5s;
}
.tabneirong>a ul{
	padding: 20px 15px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tabneirong>a ul li{
	font-size: 14px;
	color: #737373;
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #d8d8d8;
	overflow: hidden;
}
.tabneirong>a:hover .guodu{
	transform: scale(1.2);
}
.tabneirong>a:hover .mask{
	height: 250px;
}

.footwarp{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../img/footbg.png") repeat;
}
.footwarp .con{
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footwarp .con .left .left-info{
	display: flex;
}
.footwarp .con .left .left-info .shu{
	width: 2px;
	height: 38px;
	background: url("../img/bgbott.png") no-repeat;
	margin: 0 25px;
}
.footwarp .con .left .left-info>div{
	display: flex;
	align-items: center;
	color: #ccc;
}
.footwarp .con .left .left-info>div div{
	margin-left: 10px;
	font-size: 13px;
}
.copyright{
	display: flex;
	justify-content: space-between;
	color: #ccc;
	font-size: 15px;
	margin-top: 30px;
}
.right_bottom_noname{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right_bottom_noname img{
	width: 115px;
}
.right_bottom_noname span{
	font-size: 14px;
	color: #ccc;
	margin-top: 5px;
}
.about{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("../img/wp7.jpg") no-repeat;
}
.abputcon{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 400px;
	display: flex;
	align-items: center;
}
.abputcon .left{
	color: #FF7426;
	font-weight: bold;
	font-size: 25px;
	flex-shrink: 0;
}
.abputcon .right{
	margin-left: 100px;
}