body{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	color:#2c3034;
	min-width: 1600px;
}
*{
	margin: 0;
	padding: 0
}
.xyzz{
	cursor: pointer;
}
.nav-box{
	position: absolute;
	top: 0;
	z-index: 9999;
	color:#fff;
	width: 100%;
	height: 120px;
}
.nav-box:hover{
	color:#000;
	background-color: #fff;
}
.nav-box .logo{
	height: 73px;
	margin-top: 0.9rem;
	background: url("../img/about_join.png") no-repeat;
	background-size: 1370px auto ;
	background-position:-17px -363px;
}
.nav-box:hover .logo{
	background: url("../img/about_join.png") no-repeat;
	background-size: 1370px auto ;
	background-position:-597px -363px;
}
.nav-content{
	width: 1200px;
	height: 120px;
	margin: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.nav-content>div:nth-child(1){
	width: 480px;
	display: flex;
	align-items: center;
}
.nav-content>div:nth-child(1) img{
	width: 100%;
}
.nav-content>div:nth-child(2){
	width: 600px;
	display: flex;
	align-items: center;
	height: 120px;
	justify-content: space-between;
	cursor:pointer;
}
.nav-content span{
	line-height: 30px;
}
.nav-box:hover .pitch{
	color:#0097e0;
	border-bottom: 1px solid #0097e0;
}
.pitch{
	border-bottom: 1px solid #fff;
}
.erweima{
	font-size: 12px;
}
.erweima .erweima-img{
	width: 57px;
	height:57px;
	border: 1px solid #fff;
	padding: 5px;
	background: url("../img/about_join.png") no-repeat;
	background-size: 1370px auto ;
	background-position:-1140px -464px;
}
.nav-box:hover .erweima-img{
	border: 1px solid #787878;
}
.erweima>div:nth-child(1) img{
	width: 100%;
	display: block;
}
.erweima-unfold{
	position: absolute;
	right: 0;
	top:120px;
	z-index: 999;
	display: none;
	width: 230px;
	height: 100%;

}
.swiper-container {
	overflow: visible !important;
}
.erweima-unfold img{
	width: 100%;
}
.erweima:hover .erweima-unfold{
	display: block;
}
.erweima div:nth-child(2){
	margin-left: -5px;
}
.fooder{
	width:100%;
	background-color: #000;
	color:#fff;
}

.fooder-1200{
	width: calc(1200px - 40px);
	margin: auto;
	padding:0 20px;
}
.fooder-1200>div:nth-child(1){
	height: 89px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #666768;
}
.fooder-1200>div:nth-child(1) .logo{
	width: 150px;
	height: 40px;
	background: url("../img/index_img.png") no-repeat;
	background-size: 1600px auto ;
	background-position:-110px -933px;
	text-align: center;
}
.fooder-1200>div:nth-child(1) .company{
	width: 182px;
	height: 36px;
	background: url("../img/index_img.png") no-repeat;
	background-size: 1300px auto ;
	background-position:-221px -756px;
	text-align: center;
}
.fooder-1200>div:nth-child(2){
	height:250px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #666768;
}
.fooder-1200>div:nth-child(2) .phone{
	font-size: 1rem;
	line-height:2rem;
	margin-top: 55px;
}
.phone p{
	display: flex;
	align-items: center;
}

.phone p:nth-child(1):before{
	content: ' ';
	width: 23px;
	height: 25px;
	background: url("../img/index_img.png") no-repeat;
	background-size: 1300px auto ;
	background-position:-510px -764px;
}
.phone p:nth-child(2):before{
	content: ' ';
	display: block;
	width: 14px;
	height: 29px;
	background: url("../img/index_img.png") no-repeat;
	background-size: 1300px auto ;
	background-position:-479px -761px;
	margin-right: 9px;
}

.fooder-right{
	width: 435px;
}
.fooder-right>div:nth-child(1){
	font-size: 1rem;
	display: flex;
	line-height:50px ;
	justify-content: space-between;
	margin-top: 30px;
}
.fooder-right>div:nth-child(1) span{
	cursor: pointer;
}
.fooder-1200>div:nth-child(3){
	height:90px;
	line-height:90px;
	text-align: right;
}
.fooder-1200>div:nth-child(3) span{
	margin-left: 155px;
}
.fooder-1200>div:nth-child(3) span:nth-child(1){
	margin-left: 0;
}
.assistant-banner{
	position: relative;
}
.assistant-banner img{
	width: 100%;
}
.all_title p:nth-child(1){
	font-family: 微软雅黑;
	font-size: 2.65rem;
	font-weight: bold;
	color:#2c3034;
	margin-bottom: 20px;
}
.all_title p:nth-child(2){
	font-family: 微软雅黑;
	font-size: 1.02rem;
	font-weight: lighter;
	color:#2c3034;
}
.all_title_white p:nth-child(1){
	font-family: 微软雅黑;
	font-size: 2.65rem;
	font-weight: bold;
	color:#fff;
	margin-bottom: 20px;
}
.all_title_white p:nth-child(2){
	font-family: 微软雅黑;
	font-size: 1.02rem;
	font-weight: lighter;
	color:#fff;
}
.zz{
	width: 100%;
	min-width: 1200px;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	/*background: rgba(0,0,0,0.2);*/
	z-index: 999;
	display: none;
}
.zz .hints{
	width: 400px;
	margin: auto;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 25vh;
	font-size: 16px;
	color:#000;
	padding: 13px 13px;
	border: 1px solid #e5e5e5;
	box-shadow:0 10px 6px -6px rgba(30, 30, 30, 0.1), 12px 0 8px -8px rgba(50, 50, 50, 0.1);
}
.zz .hints .hints-text{
	width: calc(100% - 40px);
	margin: 20px;
	min-height: 60px;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.zz .hints .close{
	width: 80px;
	height: 30px;
	background-color: #0097e0;
	color:#fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-left: 310px;
	cursor: pointer;
}
.bah a{
	color:rgb(99,167,241);
	text-decoration: none;
}