*{
	margin: 0;
	padding: 0;
}
.phonebg3,.phonebg4,.phonebg5{
	display: none;
}
.registerlist .layui-container{
	width: 100% !important;
}
.FootNav{
	  display: none !important;
}
.logo{
	width: 20%;
}
.logo h2{
	padding: 10px 50px;
	font-weight: bold;
}
.SearchClose{
	margin-top: 10px;
	cursor: pointer;
}
.StickyList form{
	display: none;
	position: absolute;
	right: 20px;
	width: 50%;
	text-align: center;
}
.StickyList form .layui-input-inline{
	width: 80%;
}
.registerTop h1{
	text-align: center;
}
.information{
	padding: 20px;
}
.information h3{
	font-size: 24px;
	line-height: 48px;
}
.information .layui-form-item .layui-input-inline{
	width: 40%;
	margin-top: 30px;
}

.Box{
	padding: 20px;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Box h3{
	font-size: 24px;
}
.Box button{
	margin-top: 20px;
}
.contactUs{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
	cursor: pointer;
	width: 100px;
	padding: 10px;
	height: 50px;
	background-color: #1E9FFF;
}
.contactUs i{
	font-size: 30px;
	text-align: center;
	display: block;
	color: white;
}
.contactUs p{
	color: white;
	text-align: center;
}
.contact_content{
	display: none;
	position: fixed;
	right: 0;
	width: 200px;
	z-index: 999;
	top: 30%;
}
.contact_list{
	display: flex;
	padding: 10px 0px;
	background-color: #ededed;
	border-bottom: 1px solid gainsboro;

}
.contact_list a{
	color: #1E9FFF;
}
.contact_content .left{
	padding: 10px;
}
.contact_content img{
	width: 30px;
	height: 30px;
}
.contact_content p{
	font-size: 12px;
	color: gray;
}
.phone_menu {
	display: none;
}
.FirstPageList{
	width: 100%;
}
.FirstPage_logo{
	width: 100%;
	position: relative;
}
.FirstPage_logo img{
	width: 100%;
	height: 600px;
}
.FirstContent{
	margin-top: -450px;
	position: absolute;
	width: 100%;
}
.First_Text{
	width: 60%;
	margin: 0 auto;
}
.First_Text h1:nth-child(1){
	font-size: 49px;
	color: orange;
	font-weight: normal;
}
.First_Text h1:nth-child(2){
	font-size: 49px;
	font-weight: normal;
}
.First_Text p{
	font-size: 30px;
}
.FirstButton{
	width: 60%;
	margin: 20px auto;
}
.Why_choic,.number,.supply{
	width: 100%;
}
.Why_choic .bg,.number_bg,.supply_bg{
	width: 100%;
	position: relative;
}
.Why_choic .bg img,.number_bg img,.supply_bg img{
	width: 100%;
	height: 600px;
}
.choic_content,.number_content,.supply_content{
	margin-top: -450px;
	position: absolute;
	width: 100%;
}
.choic_text,.supply_text{
	width: 60%;
	margin: 0 auto;
	display: block;
}
.choic_text h1{
	font-size: 49px;
}
.choic_text p{
	font-size: 30px;
	margin-top: 20px;
}
.choic_button,.number_button,.supply_button{
	width: 60%;
	margin: 20px auto;
}
.number_text{
	width: 60%;
	margin: 0 auto;
}
.number_text span{
	color: orange;
}
.number_text h1{
	width: 80%;
	font-size: 49px;
}
.number_text p{
	width: 80%;
	font-size: 28px;
	margin-top: 20px;
}
.first_list{
	width: 100%;
}
.first_list .layui-container{
	width: 100%;
	padding: 0px !important;
}
.first_list .layui-container .layui-row div{
	background-color: #333333;
	color: white;
	padding: 40px;
	min-height: 250px;
}
.first_box{
	padding: 20px;
	text-align: center;
}
.first_box i{
	font-size: 42px;
	display: block;
	margin-bottom: 20px;
}
.first_box h4{
	    font-size: 28px;
	    line-height: 1.1em;
	    margin-bottom: 12px;
}
.first_box p{
	font-size: 16px;
	    line-height: 1.125em;
}
.supply_text h1{
	color: white;
	width: 80%;
	font-size: 49px;
}
.layui-btn-primary{
	color: white !important;
	background-color: unset !important;
}
.supply_text p{
	width: 80%;
	font-size: 28px;
	margin-top: 20px;
	color: white;
}
#test1{
	background-color: #000000 !important;
}
.product_box{
	width: 30%;
}
.Foot{
	width: 100%;
	color: gainsboro;
	padding-top: 50px;
	margin-top: 5px;

}
.Foot button{
	background-color: unset;
	color: white;
	border: none;
	
}
.Foot ul{
	margin-top: 20px;
}
.Foot li a{
	line-height: 44px;
	color: gray;
}
.Foot .layui-container{
	padding-bottom: 40px;
	width: 70% !important;
	border-bottom: 2px solid white;
}
.FootSign{
	width: 70%;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
	position: relative;
}
.FootSign p{
	position: absolute;
	right: 10px;
	line-height: 48px;
}
.phone_logo{
	display: none;
}
@media screen and (max-width: 980px) {
  .First_Text,.choic_text,.number_text,.supply_text{
	  width: 85%;
  }
  .FirstButton,.choic_button,.number_button,.supply_button{
	  width: 85%;
  }
  .contactUs{
  	display: none;
  }
  .StickyWord {
  	display: none;
  }
  .layui-container{
  	width: 70%;
  }
  .Menu {
  	display: block;
  }
  .Sticky {
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0 auto;
  	right: 10px;
  	width: 40%;
  	position: absolute;
  }

  .phone_menu {
  	position: fixed;
  	right: 0;
	z-index: 9999;
  }

  .phone_menu .layui-nav-tree {
  	width: 250px !important;
  }
  .FootNav{
	  display: none !important;
  }
  .layui-layer{
  	left: 0px !important;
  	width: 100% !important;
  }
  .information .layui-form-item .layui-input-inline{
  	margin: 30px 0px 0px 10px!important;
  }
  .information form{
  	overflow-x: scroll;
  }
  .registerlist .layui-container{
  	width: 90% !important;
  }
}
@media screen and (max-width: 780px) {
	.FirstPage_logo img{
		object-fit: cover !important;
	}
	.supply_text h1,.number_text h1{
		width: 100%;
	}
	.supply_text p,.number_text p{
		width: 100%;
	}
	.first_list .layui-container .layui-row div{
		padding: 20px;
	}
	.layui-btn+.layui-btn{
		margin-left: 0px !important;
	}
	.FootNav{
		display: block !important;
	}
	.Foot{
		display: none;
	}
	.Sticky {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		right: 10px;
		width: 70%;
		position: absolute;
	}
	.FootNav .layui-nav{
		background-color: #000000 !important;
	}
}
@media screen and (max-width: 780px) {
	.phonebg3,.phonebg4,.phonebg5{
		display: block;
	}
	.webbg3,.webbg4,.webbg5{
		display: none;
	}
}