.box1{
	position: relative;
}
.box1 ul{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 7.12rem;
    margin: auto;
    height: 3.6rem;
}
.box1 ul li{
	width: 3.46rem;
	height: 1.44rem;
	float: left;
	display: block;
	margin-left: .1rem;
}
.box1 ul li a{
	width: 3.46rem;
	height: 1.44rem;
	display: block;
}
.box1 ul li:nth-child(3),.box1 ul li:nth-child(4){
	margin-top: .4rem;
}
.box2{
	/*position: relative;*/
	background: url(../../img/joinus/images2/newzs_11.jpg);
	background-size: 100% 100%;
}
.box2 .form{
	width: 7rem;
	/*position: absolute;
	left: 0;
	right: 0;
	top: 2.2rem;*/
	margin: .6rem auto 0;
}
.box2 .form p{
	width: 7rem;
	height: 0.74rem;
	background: #3e0f87;
	margin-top: .21rem;
}
.box2 .form p label{
	width: 1.06rem;
	height: 0.74rem;
	line-height: 0.74rem;
	background: #6100e5;
	color: #fff;
	font-size: .28rem;
	text-align: center;
	float: left;
	display: inline-block;
}
.box2 .form p input{
    float: left;
    width: 5.8rem;
    height: .74rem;
    border: none;
    background: none;
    padding-left: .1rem;
    color: #fff;
}
.box2 .form .city{
    height: .94rem;
}
.box2 .form .city p{
	width: 3.4rem;
	float: left;
	position: relative;
}
.box2 .form .city p:last-child{
	margin-left: .2rem;
}
.box2 .form .city p select{
    width: 2.2rem;
    float: left;
    margin-left: .1rem;
    height: .74rem;
    color: #fff;
    border: none;
    background: #3e0f87;
    -webkit-appearance: none;
	 -moz-appearance: none;
	 moz-appearance: none;
	 text-align: center;
}
.box2 .form .city p select option{
	text-align: center;
}
.box2 .form .city p i{
	position: absolute;
	right: 0;
	top: 0.2rem;
	width: .4rem;
	height: .4rem;
	background: url(../../img/joinus/arrow.png) no-repeat;
	background-size: 100% 100%;
}
.btnB{
    padding-top: .1rem;
    width: 7rem;
    height: 1rem;
    margin-top: .36rem;
    background: #6100e5;
    text-align: center;
}
.btnB button{
	display: block;
	margin: auto;
    height: .9rem;
    width: 6.8rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: .24rem;
	font-weight: bold;
	background: #6100e5;
}
.btnB button img{
	height: 1.1rem;
	width: 7rem;
}
.btnB .cm{
	float: right;
	height: 1.1rem;
	width: 4.9rem;
}

.tan{
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.tan .form2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: #fff;
    background-size: 100% 100%;
    padding: 20px 0;
    width: 7rem;
    margin: auto;
    height: 5rem;
    border-radius: 12px;
    overflow: hidden;
}
.tan .form2 .close{
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #73685a;
}
.tan .form2 h3{
	    text-align: center;
    font-size: 0.32rem;
    /* line-height: 0.4rem; */
    padding: 0.1rem 0 0.2rem 0;
    color: #73685a;
}
.form2 input:first-child {
	margin-top: 0.34rem;
}
.form2 input {
	    border: 1px solid #73685a;
    width: 5.2rem;
    height: 0.7rem;
    display: block;
    margin: 0 auto 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.62rem;
    font-size: 0.22rem;
    color: #73685a;
}
.form2 p {
	width: 5.6rem;
	height: 0.7rem;
	margin: 0 auto 0.2rem;
	overflow: hidden;
}
.form2 p select {
	width: 2.7rem;
    color: #73685a;
	height: 0.7rem;
	line-height: 0.7rem;
	border: 1px solid #73685a;
	font-size: 0.22rem;
	padding: 0 0.2rem;
	background: #fff;
}
.form2 button {
	width: 5rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	border: none;
	display: block;
	margin: 0.5rem auto 0;
	background: #cbb08b;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
}

.main11{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 99;
}
.main11 .tel {
	height: 1rem;
	line-height: 1rem;
    background-color: #610EE5;
    float: left;
    width: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.3rem;
}
.main11 .sub{
    background-color: #43069B;
	height: 1rem;
	line-height: 1rem;
    float: left;
    width: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.32rem;
    border: none;
}
/* WebKit browsers */
.box2 .form p input::-webkit-input-placeholder {
    color: #fff;
}
/* Mozilla Firefox 4 to 18 */
.box2 .form p input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
.box2 .form p input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Internet Explorer 10+ */
.box2 .form p input:-ms-input-placeholder {
    color: #fff;
}
.footBox {
    z-index: 9;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0 0 4px #ebebeb;
}
.footBox ul li{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: .08rem;
}
.footBox ul li img{
    width: .6rem;
    margin: auto;
}
.footBox ul li:first-child a p{
	color: #cbb08b;
}
.footBox ul li a p{
	color: #3C3C3C;
	font-size: .28rem;
	line-height: .5rem;
}
.index_06{
	padding-top: .4rem;
	width: 100%;
	height: 5rem;
	background: url(../../img/joinus/images2/newzs_11.jpg);
	background-size: 100% 100%;
}
.index_06 .swiper-container{
	width: 7rem;
	margin: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../../img/joinus/arrow1.png) !important;
	background-size: 100% 100% !important;
	width: 0.48rem !important;
	height: 0.48rem !important;
	left: 0.2rem !important;
	top: 58% !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../img/joinus/arrow2.png) !important;
	background-size: 100% 100% !important;
	width: 0.48rem !important;
	height: 0.48rem !important;
	right: 0.2rem !important;
	top: 58% !important;
}
@media (min-width:750px) and (max-width:1920px){
	body,html {
		max-width: 100%;
		width: 100%;
		height: auto;
		font-family: "微软雅黑";
		background: #1b1f2a;
		margin: auto;
	}
	.content{
		width: 1000px;
		margin: auto;
	}
	.box2 .form {
	    width: 7rem;
	    /*position: absolute;
	    left: 0;
	    right: 0;
	    top: 40%;*/
	    margin:1rem auto 0;
	}
	.main11{
	    width: 1000px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.index_06{
		height: 670px;
	}
	.index_06 .swiper-container{
		width: 900px;
	}
}