.nav{
	position: fixed;
}
body{
	width: 100%;
	height: 100%;
	background: url(../images/contactUs/bigBannder.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contact-us-box{
	/*min-height: calc(100vh - -25px);*/
	width: 100%;
}
/*.banner-box{*/
	/*background: url(../images/contactUs/banner.jpg) no-repeat center;*/
    /*background-size: cover;*/
/*}*/
.contact-us-main{
	width: 1200px;
	margin: 0 auto 140px;
}
.contact-us-col{
	width: 360px;
	height: 280px;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.30);
	border-radius: 10px;
	margin-right: 60px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.contact-us-col:nth-child(3){
	margin-right: 0;
}
.contact-us-col h1{
	font-family: PingFangSC-Regular;
	font-size: 44px;
	color: #fff;
	line-height: 44px;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact-us-col p{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
}
.contact-us-col .btn-more{
	width: 180px;
	height: 50px;
	background: #4458FA;
	border-radius: 10px;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 64px;
	position: relative;
	overflow: hidden;
	display: block;
}
.contact-us-col .btn-more span{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-left: 36px;
	box-sizing: border-box;
	transition: .8s;
}
.contact-us-col .btn-more:hover span{
	padding-left:20px;
	animation:mymove .8s;
	-webkit-animation:mymove .8s;
}

@keyframes mymove
{
from {padding-left:36px;transition: .8s;}
to {padding-left:20px;transition: .8s;}
}
.contact-us-col .btn-more i {
	right: -20px;
	top: 0;
	display: inline-block;
	position: absolute;
	transition: .8s;
}
.contact-us-col .btn-more:hover i{
	right: 15px;
	animation:myicon .8s;
	-webkit-animation:myicon .8s;
}
@keyframes myicon
{
from {right: -20px;transition: .8s;}
to {right: 15px;transition: .8s;}
}

/* 遮罩 */
.shade-box{
	width: 100%;
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.50);
	z-index: 999;
	overflow: hidden;
	display: none;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.shade-box .i-close{
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 20px;
	color: #fff;
	background: url(../images/close.svg) no-repeat;
	background-position: center;
	padding: 12px;
}
.pop-up{
	width: 100%;
	height: calc(100vh - 60px);
	background: #fff url(../images/contactUs/map.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 0px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1001;
	overflow: hidden;
	/*overflow-y: auto;*/
	display: none;
}
.pop-up-title{
	font-family: PingFangSC-Regular;
	font-size: 44px;
	color: #000000;
	text-align: center;
	line-height: 44px;
	font-weight: 400;
}

.describe{
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
	margin-top: 18px;
	margin-bottom: 40px;
}
/* 其他位置 */
.location-box{
	/*background: #fff url(../images/contactUs/map.jpg) no-repeat;*/
	background-position: center 0;
	padding-bottom: 270px;
	background-size: 100% 100%;
	padding-top: 80px;
	box-sizing: border-box;
	display: none;
}
.location-table{
	width: 1000px;
	margin: 100px auto 0;
}
.location-table tr td h3{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.location-table tr td p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	font-weight: 400;
}
.location-table tr td{
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.80);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}
.location-table tr td:hover{
	background: #4458FA;
}
.location-table tr td:hover h3,
.location-table tr td:hover p,
.location-table tr td:hover a{
	color: #fff;
}
.location-table tr td a{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #4458FA;
	line-height: 120px;
	font-weight: 400;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
/* 加入我们 */
.join-us-box{
	/*background: #F2F2F3 ;*/
	display: none;
	width: 100%;
	height: calc(100vh - 60px);
	background: #F2F2F3 url(../images/contactUs/joinUsBj.jpg) no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
/*.join-us-bg{*/
	/*background: url(../images/contactUs/joinUsBj.jpg) no-repeat;*/
	/*background-position: bottom center;*/
	/*background-size: 100%;*/
	/*width: 100%;*/
	/*height: 660px;*/
	/*position: fixed;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*z-index: 1;*/
/*}*/
.join-us-content{
	height: 100%;
	position: relative;
	z-index: 9;
	padding-top: 60px;
	padding-bottom: 40px;
	box-sizing: border-box;
	overflow-y: auto;
}
.join-us-box .employment-list{
	width: 800px;
	/* height: 76px; */
	margin: 0 auto 20px;
	background: #FFFFFF;
	border: 1px solid rgba(228,228,228,1);
	border-radius: 10px;
}
.join-us-box .employment-list:hover{
	border: 1px solid rgba(68,88,250,1);
}
.join-us-box .employment-list:hover .employment-title,
.join-us-box .employment-list:hover .employment-title::after{
	color: #4458FA;
}
.join-us-box .employment-list .employment-title{
	width: 100%;
	height: 76px;
	font-family: Roboto-Medium;
	font-size: 24px;
	color: #000000;
	line-height: 76px;
	font-weight: 500;
	padding: 0 30px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.join-us-box .employment-list .employment-title::after{
	content: url(../images/icon/block/bottom.svg);
	float: right;
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.join-us-box .employment-list .employment-title:hover::after{
	content: url(../images/icon/blue/bottom.svg);
}
.join-us-box .employment-list dl{
	width: 100%;
	padding: 0 30px 20px 30px;
	box-sizing: border-box;
	display: none;
}
.join-us-box .employment-list dl dt{
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	font-weight: 500;
}
.join-us-box .employment-list dl dd{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	font-weight: 400;
}
.join-us-box .employment-list dl dd::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #4458FA;
	border-radius: 50%;
	margin-right: 5px;
}
/* 异议处理 */
.objection-handling-box{
	background: #fff;
	display: none;
	width: 100%;
}
.objection-handling-bg{
	background: url(../images/contactUs/objectionHandlingBg.jpg) no-repeat;
	background-position: bottom center;
	background-size: 100%;
	width: calc(100vw - 20px);
	height: 660px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.objection-handling-main{
	position: relative;
	z-index: 9;
	padding-top: 60px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.objection-handling-content{
	width: 800px;
	margin: 30px auto 0;
}
.objection-handling-content .h3-title{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	font-weight: 400;
	margin-top: 10px;
}
.objection-handling-content p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: 400;
}
.objection-handling-content .input-box{
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,1);
	border-radius: 10px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 5px;
}
.objection-handling-content .textarea-box{
	width: 100%;
	height: 160px;
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,1);
	border-radius: 10px;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 5px;
	resize: none;
}
.upload-box{
	width: 100%;
}
.upload-box .upload-file{
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,1);
	border-radius: 10px;
	position: relative;
	width: 132px;
	height: 40px;
	display: inline-block;
}
.upload-box .upload-file input[type="file"]{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-box .upload-file span{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.upload-box .demand{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	font-weight: 400;
	margin-left: 20px;
}
.upload-img{
	width: 100%;
	margin-top: 24px;
}
.upload-img li{
	float: left;
	width: 74px;
	height: 54px;
	overflow: hidden;
	position: relative;
	margin-right: 6px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	border-radius: 6px;
}
.upload-img li img{
	width: 100%;
	height: 100%;
}
.upload-img li .img-shade-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: rgba(0,0,0,0.40);
}
.upload-img li .img-shade-box .i-close{
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.objection-handling-box .btn-submit{
	width: 160px;
	height: 48px;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 48px;
	font-weight: 500;
	background: #4458FA;
	border-radius: 10px;
	margin: 50px auto 0;
	text-align: center;
	cursor: pointer;
}
.footer{
	background: none;
	background: rgba(0,0,0,0.30);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.footer .footer-row .ul-item li,
.footer .footer-row .ul-item li a{
	color: rgba(255,255,255,.6);
}
