body{
		padding-top: 89px;
	}
.list .eCommerce-listA{
    display: block;
    float: left;
    width: 64px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #ee943b;
}
.eCommerce-bottomLine{
    width: 64px;
    height: 2px;
    background-color: #ee943b;
}
.culBanner {
    width: 100%;
    min-width: 1200px;
    height: 401px;
    background: url(../images/join-5.png) no-repeat center;
    position: absolute;
    top: 88px;
    background-size: 100% 100%;
}
.joinTitle-text{
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.require{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 50px;
}
.require-1{
	width: 30%;
	/*margin-right: 3%;*/
	/*min-width: 300px;*/
	margin-top: 50px;
}
.require-1-1{
	/*width: 100%;*/
	background: #e9ce8f;
	height: 115px;
	font-size: 14px;
	color: #fff;
	text-indent: 2em;
	line-height: 20px;
	border: 1px solid #e9ce8f;
}
.require-1-2{
	background: #fafafa;
	height: 500px;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 20px;
	border: 1px solid #e9ce8f;
}
.require-lg{
	font-size: 24px;
}
.contact{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.contact form{
	/*border: 1px solid red;*/
	width: 60%;
	position: relative;
}
.contact form input{
	width: 35%;
	height: 30px;
	margin-bottom: 10px;
	
}
#name,#email{
	margin-right: 11%;
}
#submit{
	display: inline-block;
	width: 100px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	background: #e9ce8f;
	color: #fff;
	border: none;
	margin: 5% 7%;
}
.input-x{
	color: #FF9537;
}
textarea{
	margin-left: 7%;
}
#test{
	width: 20%;
}

.contact form img{
	height: 30px;
	margin-left: 5%;
	position: absolute;
	bottom: 12.5%;
}
.ly{
	position: absolute;
	left: 0;
}
.contact-1{
	/*border: 1px solid red;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 38%;
	height: 65%;
	line-height: 30px;
	background: #fff url(../images/join-8.png) no-repeat; 
	background-size: 100% 100%;
}
.contact-1-1{
	padding: 5px 0;
	border-bottom: 2px solid #e9ce8f;
}
.contact-1-2{
	display: inline-block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #FF9537;
	color: #fff;
	/*padding: 5px 15px;*/
	border-radius: 5px;
	margin-right: 5%;

}
.contact-1-3{
	/*background: #fff;*/
	display: inline-block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #e9ce8f;
	/*padding: 4px 15px;*/
	border: 1px solid #e9ce8f;
	border-radius: 5px;
}
.contact-2{
	margin-top: 10px;
}
.b-img {
	width: 100%;
	/*min-width: 1200px;*/
	text-align: center;
	position: relative;
}

.b-img h1 {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 30%;
	left: 0;
}

.b-img1 {
	width: 100%;
}

.b-img2 {
	width: 6%;
	position: absolute;
	top: 52%;
	left: 47%;
}

.b-img p {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 60%;
	left: 0;
	font-size: 16px;
}
.title-join{
	text-align: center;
    margin: 40px auto 10px auto;
}



@media only screen and (max-width: 767px) {
	.title-join{
	text-align: center;
}
	.title-join img{
		width: 50%;
	}
	.navbar-default {
		background: #fff;
	}
	.navbar-default .navbar-toggle {
		color: #333333;
	}
	a.a-top {
		color: #333333;
	}
	a.search span {
		color: #333333;
	}
	.require{
		width: 100%;
		max-width: 640px;
		margin-bottom: 30px;
	}
	.require-1 {
    width: 94%;
    /*margin-left: 3%;*/
    min-width: 300px;
    margin-top: 50px;
}
.b-img{
	position: relative;
	width: 100%;
	max-width: 640px !important;
}

.b-img1 {
		width: 100%;
		margin-top: -29px;
	}
	/*.b-img1 img {
		width: 100%;
	}*/
	.b-img h2 {
		width: 100%;
		color: #fff;
		position: absolute;
		top: -7%;
		left: 0;
	}
	.b-img2 {
    width: 6%;
    position: absolute;
    top: 43%;
    left: 47%;
}
	.b-img p {
		width: 94%;
		margin: 0 auto;
		color: #fff;
		position: absolute;
		top: 56%;
		left: 3%;
		font-size: 16px;
	}
	.contact1 img{
		width: 50%;
	}


}

/*1200-992*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.b-img2 {
		top: 54%;
	}
}


/*768-992*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.b-img h1 {
		top: 20%;
	}
	.ly textarea {
	padding-left: 15px;
	border: 1px solid #C5A158;
	margin-left: 28px;
	height: 110px;
	width: 84%;
}
input[type=submit] {
	width: 20%;
	margin-left: 76.7%;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: none;
	background: #C5A158;
	color: #fff;
}
	
	
}