.header {
	width: 100%;
	border-bottom: 1px solid #a3a3a3;
}

.header .logo {
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .navbar {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header .navbar ul {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.header .navbar ul li .showbox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99999;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	border-top: 1px solid #d2d2d2;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	flex-wrap: wrap;
	display: none;
}
.header .navbar ul li:hover .showbox{
	display: flex;
}
.header .navbar ul li .showbox .bos{
	overflow: hidden;
	width: 212px;
	height: 260px;
	border-right: 1px solid #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .navbar ul li .showbox .bos:hover img{
	transform: scale(1.06);
}
.header .navbar ul li .showbox .bos:first-child{
	border-left: 1px solid #d2d2d2;
}
.header .navbar ul li .showbox .bos img{
	width: 110px;
	height: 110px;
	background-position: center;
	background-size: cover;
	transition: all .3s;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.menu{
	display: none;
}
.header .navbar ul li .showbox .bos span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #1c1c1c;
}
.header .navbar ul li {
	padding: 0 17px;
	height: 100%;
	display: flex;
	align-items: center;
}
.header .navbar ul li 
.header .navbar ul li p {
	font-size: 16px;
	color: #1b1b1b;
}

.header .navbar ul li p a {
	color: #1b1b1b;
	font-size: 16px;
}
.header .navbar ul li p a:hover{
	color: #005C3E;
	font-weight: 550;
}

.header .navbar .search {
	width: 90px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	justify-content: center;
}

.header .navbar .search::after {
	content: '';
	width: 1px;
	height: 16px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.header .navbar .search img {
	display: block;
	cursor: pointer;
}

.banner{
	width: 1240px;
	height: 644px;
	margin: 0 auto;
	margin-top: 20px;
}
.banner img{
	width: 1240px;
	height: 644px;
	background-position: center;
	background-size: cover;
}
.name-1{
	width: 1200px;
	height: 780px;
	margin: 0 auto;
	margin-top: 80px;
}
.name-1 .name-img{
	float: right;
	width: 680px;
	height: 780px;
}
.name-1 .name-img img{
	width: 680px;
	height: 780px;
	background-position: center;
	background-size: cover;
}
.name-1 .yangyang{
	float: left;
	width: 377px;
	height: 330px;
	margin-top: 320px;
	margin-left: 50px;
}
.name-1 .yangyang .yang-img{
	width: 315px;
	height: 114px;
}
.name-1 .yangyang .yang-img img{
	width: 315px;
	height: 114px;
	background-position: center;
	background-size: cover;
}
.name-1 .yangyang .referral{
	margin-top: 30px;
}
.name-1 .yangyang .referral p{
	font-size: 16px;
	color: #1B1B1B;
	line-height: 30px;
}

.name-2{
	width: 1200px;
	height: 573px;
	margin: 0 auto;
	margin-top: 100px;
}
.name-2 .name-img{
	float: left;
	width: 581px;
	height: 573px;
}
.name-2 .name-img img{
	width: 581px;
	height: 573px;
	background-position: center;
	background-size: cover;
}
.name-2 .tang {
	float: right;
	width: 377px;
	height: 280px;
	margin-top: 200px;
	margin-right: 100px;
}
.name-2 .tang .tang-img{
	width: 254px;
	height: 93px;
}
.name-2 .tang .tang-img img{
	width: 254px;
	height: 93px;
	background-position: center;
	background-size: cover;
}
.name-2 .tang .referral{
	margin-top: 30px;
}
.name-2 .tang .referral p{
	font-size: 16px;
	color: #1B1B1B;
	line-height: 30px;
}

.name-3{
	width: 1200px;
	height: 617px;
	margin: 0 auto;
	margin-top: 100px;
}
.name-3 .name-img{
	float: right;
	width: 511px;
	height: 617px;
}
.name-3 .name-img img{
	width: 511px;
	height: 617px;
	background-position: center;
	background-size: cover;
}
.name-3 .zhang{
	float: left;
	width: 377px;
	height: 280px;
	margin-top: 200px;
	margin-left: 100px;
}
.name-3 .zhang .zhang-img{
	width: 254px;
	height: 92px;
}
.name-3 .zhang .zhang-img img{
	width: 254px;
	height: 92px;
	background-position: center;
	background-size: cover;
}
.name-3 .zhang .referral{
	margin-top: 30px;
}
.name-3 .zhang .referral p{
	font-size: 16px;
	color: #1B1B1B;
	line-height: 30px;
}
.name-4{
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
.name-4 .name-img{
	float: left;
	width: 361px;
	height: 550px;
}
.name-4 .name-img img{
	width: 361px;
	height: 550px;
	background-position: center;
	background-size: cover;
}
.name-4 .zhen{
	width: 377px;
	height: 280px;
	float: right;
	margin-top: 200px;
	margin-right: 100px;
}
.name-4 .zhen .zhen-img{
	width: 254px;
	height: 92px;
}
.name-4 .zhen .zhen-img img{
	width: 254px;
	height: 92px;
	background-position: center;
	background-size: cover;
}
.name-4 .zhen .referral{
	margin-top: 30px;
}
.name-4 .zhen .referral p{
	font-size: 16px;
	color: #1B1B1B;
	line-height: 30px;
}



.footer {
	overflow: hidden;
	width: 100%;
	padding: 65px 0 70px 0;
	background: #001711;
}

.footer .m {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

.footer .m .item {
	overflow: hidden;
	float: left;
	margin-right: 350px;
}

.footer .m .item p {
	font-size: 18px;
	color: #e5e5e5;
	margin-bottom: 18px;
}

.footer .m .item ul {
	overflow: hidden;
}

.footer .m .item ul li {
	font-size: 16px;
	color: #999999;
	line-height: 25px;
}

.footer .m .item ul li a {
	color: #999999;
}

.footer .m .reg {
	overflow: hidden;
	float: right;
}

.footer .m .reg p {
	font-size: 18px;
	color: #e5e5e5;
	margin-bottom: 18px;
}

.footer .m .reg input {
	width: 325px;
	height: 55px;
	border: none;
	border-bottom: 1px solid #999999;
	font-size: 16px;
	background: none;
	outline: none;
	color: #999999;
}

.footer .m .reg input::placeholder {
	color: #999999;
}

.footer .m .reg div {
	overflow: hidden;
	margin-top: 48px;
	display: flex;
	align-items: center;
}

.footer .m .reg div img {
	cursor: pointer;
	display: block;
	margin-right: 29px;
}


@media(max-width: 1260px) {
	.footer .m,.main_emli .m,.main_pay{
		width: 1000px;
		margin: 0 auto;
	}
}

@media(max-width: 1040px){
	.footer .m,.main_emli .m,.main_pay{
		width: 800px;
		margin: 0 auto;
	}
	.footer .m .item{
		margin-right: 1rem;
	}
	.header .navbar ul li{
		padding: 0 10px;
	}
	.banner{
		width: 100%;
		height: 100%;
		margin-top: 80px;
	}
	.banner img{
		width: 100%;
		height: 100%;
	}
	
}

@media(max-width: 800px){
	.header .logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 .3rem;
	}
	.header .logo img:first-child{
		width: 3rem;
	}
	.menu{
		display: block;
		width: .55rem;
	}
	.header{
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 999999999;
	}
	.header .navbar{
		display: block;
		position: fixed;
		right: -60%;
		top: 0;
		height: 100vh;
		width: 60%;
		box-shadow: none;
		background: #fff;
		overflow: auto;
		z-index: 999999;
	}
	.header .navbar ul{
		display: block;
		height: auto;
	}
	.header .navbar ul li{
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}
	.header .navbar ul li p{
		height: 1rem;
		width: 100%;
		font-size: .26rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 1rem;
	}
	.header .navbar ul li p img{
		display: block;
		width: .3rem;
	}
	.header .navbar .search{
		width: 100%;
		height: 1rem;
		margin-top: .2rem;
	}
	.header .navbar .search::after{
		margin: 0;
		width: 90%;
		background: #a3a3a3;
		height: 1px;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.header .navbar ul li .showbox{
		display: block;
		position: static;
		width: 100%;
		border-left: 1px solid #D2D2D2;
		margin: 0;
		overflow: hidden;
		display: none;
		padding: 0;
	}
	.header .navbar ul li .showbox .bos{
		width: 50%;
		float: left;
		border-bottom: 1px solid #D2D2D2;
		height: 2.5rem;
	}
	.header .navbar ul li .showbox .bos:first-child{
		border-left: none;
	}
	.header .navbar ul li .showbox .bos img{
		width: 80%;
		height: 100%;
		margin-bottom: .3rem;
	}
	.header .navbar ul li .showbox .bos span{
		font-size: .25rem;
	}
	.header .navbar ul li:hover .showbox{
		display: block;
	}
	.banner{
		width: 100%;
		height: auto;
		margin-top: 80px;
	}
	.banner img{
		width: 100%;
		height: auto;
	}
	.name-1{
		width: 97%;
		height: auto;
		margin-top: 30px;
	}
	.name-1 .name-img{
		float: none;
		width: 100%;
		height: auto;
	}
	.name-1 .name-img img{
		width: 100%;
		height: auto;
	}
	.name-1 .yangyang{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-left: 0;
	}
	.name-1 .yangyang .referral{
		margin-top: 20px;
	}
	.name-1 .yangyang .referral p{
		font-size: 14px;
		line-height: 30px;
	}
	.name-2{
		width: 97%;
		height: auto;
		margin-top: 30px;
	}
	.name-2 .name-img{
		float: none;
		width: 100%;
		height: auto;
	}
	.name-2 .name-img img{
		width: 100%;
		height: auto;
	}
	.name-2 .tang {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-right: 0;
	}
	.name-2 .tang .referral{
		margin-top: 20px;
	}
	.name-2 .tang .referral p{
		font-size: 14px;
		line-height: 30px;
	}
	.name-3{
		width: 97%;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
	}
	.name-3 .name-img{
		float: none;
		width: 100%;
		height: auto;
	}
	.name-3 .name-img img{
		width: 100%;
		height: auto;
	}
	.name-3 .zhang{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-left: 0;
	}
	.name-3 .zhang .referral{
		margin-top: 20px;
	}
	.name-3 .zhang .referral p{
		font-size: 14px;
	}
	
	.name-4{
		width: 97%;
		height: auto;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.name-4 .name-img{
		float: none;
		width: 100%;
		height: auto;
	}
	.name-4 .name-img img{
		width: 100%;
		height: auto;
	}
	.name-4 .zhen{
		width: 100%;
		height: none;
		float: none;
		margin-top: 30px;
		margin-right: 0;
	}
	.name-4 .zhen .referral{
		margin-top: 25px;
	}
	.name-4 .zhen .referral p{
		font-size: 14px;
	}
	
	
	
	.footer .m,.main_emli .m, .main_pay{
		width: 95%;
		margin: 0 auto;
	}
	.footer .m, .main_emli .m, .main_pay{
		display: block;
		padding: 1rem 0;
	}
	.footer{
		padding:  0;
	}
	.footer .m, .main_emli .m, .main_pay{
		display: block;
	}
	.footer .m .item{
		float: left;
		margin: 0 1rem;
	}
	.footer .m .item p{
		font-size: .3rem;
	}
	.footer .m .item ul li{
		font-size: .28rem;
		line-height: .45rem;
	}
	.footer .m .reg{
		width: 100%;
		float: none;
		padding-top: .9rem;
	}
	.footer .m .reg p{
		font-size: .3rem;
		text-align: center;
	}
	.footer .m .reg input{
		text-align: center;
		font-size: .3rem;
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.footer .m .reg div{
		justify-content: center;
	}
	.footer .m .reg div img{
		margin: 0 .3rem;
		width: .5rem;
	}
}