
input {
	border: none;
}

input:focus {
	border: none;
	outline: medium;
}


.banner{
	width: 100%;
	height: 300px;
	background-image: url(../img/招商加盟pc端切图/bannerbj.jpg);
	background-size: 100% 100%;
	overflow: hidden;
	min-width: 1200px;
}
.banner-txt{
	margin: auto;
	width: 1200px;
	height: 100%;
}
.banner-txt img{
	position: relative;
	float: right;
	top: -100px;
	z-index:0;
	overflow:hidden;
}
.banner-txt h1{
	font-size: 36px;
	color: #fff;
	margin: 60px 0 25px 0;
}
.banner-txt p{
	font-size: 18px;
	color: #DCDCDC;
}

.btn {
  background: #000;
  color: #fff;
  z-index: 1;
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  margin-top: 30px;
  border: 2px solid #fff;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #0066ff;
}
.btn:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn:active {
  top: 2px;
}


.banner-btn a{
	color: #FFFFFF;
}
section{
	width: 1200px;
	margin: auto;
}
h2{
	text-align: center;
	color: #333333;
	font-size: 18px;
	letter-spacing: 0;
}
span{
	color: #0066ff;
}
/* .vv {
	transform: translateY(40px);
	opacity: 0;
} */
.apply{
	height: 180px;
	margin: auto;
	padding: 40px 50px 40px 39px;
	background-color: #ffffff;
	margin-top: 50px;
}
.apply p{
	text-align: center;
	color: #999999;
	margin: 20px 0 40px 0;
	font-size: 14px;
}
.apply-formdiv{
	width: 1100px;
	height: 45px;
}
.apply-form{
	float: left;
	width: 1100px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
}
.apply-form>li{
	position: relative;
	float: left;
	cursor: pointer;
	border-radius: 2px;
}
.apply-formdiv input{
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: no-repeat;
}

.apply-form-city{
	width: 215px;
	height: 45px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}
.apply-form-city p{
	margin: 0;
	text-align: left;
	
	line-height: 45px;
}
.apply-form-city p span{
	display: inline-block;
	color: #000000;
	
	text-align: left;
	overflow: hidden !important;
	white-space: nowrap; /* 强制不换行 */ 
	text-overflow:ellipsis;/* 加省略号 */
	-o-text-overflow:ellipsis;
	-icab-text-overflow:ellipsis;
	-khtml-text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow:ellipsis
}
.apply-form-city-cityspan{
	margin-left: 20px;
	max-width: 60px;
}
.apply-form-city-countyspan{
	width: 70px;
}
.apply-form-city-province i{
	float: right;
	margin-right: 30px;
}
.apply-form-city-select{
	display: none;
	position: absolute;
	width: 150px;
	top: 57px;
	left: 0px;
	max-height: 240px;
	overflow: auto;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	z-index: 999;
}

.apply-form-city-select::-webkit-scrollbar{
	width: 3px;
	height: 200px;
}
.apply-form-city-select::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #9FBBEE;
}
.apply-form-city-select::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(0,0,0,0.1);
}
.apply-form-city-select p,.apply-form-city-select p span{
	height: 40px;
	width: 147px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	text-align: center;
	
}
.apply-form-city-select p:hover{
	background: #f3f3f3;
}
.apply-form-city-select2{
	display: none;
	position: absolute;
	width: 150px;
	height: 240px;
	top: 57px;
	left: 150px;
	max-height: 240px;
	overflow: auto;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	z-index: 999;
}
.select2-ul{
	list-style: none;
	padding:0;
}
.select2-ul li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}
.select2-ul li:hover{
	background: #f3f3f3;
}
.apply-form-city-select2::-webkit-scrollbar{
	width: 3px;
	height: 200px;
}
.apply-form-city-select2::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #9FBBEE;
}
.apply-form-city-select2::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(0,0,0,0.1);
}



.apply-form-companyname{
	width: 225px;
	height: 45px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}


.apply-form-name{
	width: 225px;
	height: 45px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}


.apply-form-tel{
	width: 225px;
	height: 45px;
	background-color: #f3f3f3;
	margin: 0 0 0 10px;
}


.apply-form-confirm{
	width: 114px;
	height: 45px;
	background-color: #0066ff;
	border-radius: 0px 2px 2px 0px;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
}
.apply-promise{
	margin: auto;
	width: 270px;
}
.apply-promise p{
	display: inline-block;
	color: #999999;
	font-size: 14px;
	margin: 0;
}
.apply-promise a,.apply-promise a:visited{
	color: #0066ff;
}
.apply-promise-yes{
	display: initial;
}
.apply-promise-no{
	display: none;
}


.join{
	height: 220px;
	margin: auto;
	padding: 50px;
	background-color: #ffffff;
	margin-top: 50px;
}
.join-content{
	width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.join-content-item{
	display: inline-block;
	width: 195px;
	height: 155px;
	text-align: center;
	margin: 0 35px 0 35px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	position: relative;
	z-index: 2;
}

.join-content-item h4{
	margin: 10px 0 10px 0;
	color: #666666;
	font-size: 16px;
}
.join-content-item p{
	color: #999999;
	font-size: 14px;
}
.join-content-item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;/*靠最左边开始*/
	width: 0;/*宽度为0，这里的宽度是相对与li的宽度*/
	height: 100%;/*设置高度使它和li等高*/
}
.join-content-item:hover::before{
	width: 195px;
	transition: 0.2s all linear;/*设置过度时间*/
	transition-delay: 0.1s;/*过度延时*/
}
.join-item1::before{
	border-bottom: 2px solid #0875ee;/*设置底部边颜色*/
}
.join-item2::before{
	border-bottom: 2px solid #f76a1d;/*设置底部边颜色*/
}
.join-item3::before{
	border-bottom: 2px solid #22b284;/*设置底部边颜色*/
}
.join-item4::before{
	border-bottom: 2px solid #6647e6;/*设置底部边颜色*/
}

.condition{
	height: 140px;
	margin: auto;
	padding: 50px;
	background-color: #ffffff;
	margin-top: 50px;
}
.condition-content{
	width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.condition-content-item{
	width: 255px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	box-shadow: 5px -5px 3px -3px rgba(102,102,102,10%),5px 5px 3px -3px rgba(102,102,102,10%) ;
	border-radius: 20px 0 0 20px;
}
.condition-content-item-series1{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(90deg,
		#2fb8f1 0%, 
		#158bef 68%, 
		#0875ee 100%), 
	linear-gradient(
		#ff6600,
		#ff6600);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}
.condition-content-item-series2{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#2458eb 0%, 
		#836c76 0%, 
		#e17f00 0%, 
		#f0bf80 0%, 
		#ffffff 0%, 
		#f7d19c 0%, 
		#eea238 0%, 
		#f76a1d 100%), 
	linear-gradient(
		#ff6600, 
		#ff6600);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}
.condition-content-item-series3{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#ff5e62 0%, 
		#908ba3 0%, 
		#21b8e3 0%, 
		#21b284 100%), 
	linear-gradient(
		#ff6600, 
		#ff6600);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}
.condition-content-item-series4{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#5b60f5 0%, 
		#6647e6 100%), 
	linear-gradient(
		#ff6600, 
		#ff6600);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}
.condition-content-item p{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	margin-left: 5px;
}

.process{
	height: 307px;
	margin: auto;
	padding: 50px;
	background-color: #ffffff;
	margin-top: 50px;
}
.process-main {
	position: relative;
	width: 1089px;
	text-align: center;
	margin: 0 auto;
}

.process-main-bg {
	margin-top: 60px;
}
.process-main-bg img{
	margin: 15px 0;
}

.process-main-item p:nth-child(1) {
	width: 158px;
	height: 62px;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.process-main-item p:nth-child(2) {
	font-size: 14px;
	color: #666;
	opacity: 0.5;
	margin: 0;
}

.process-main-item p:nth-child(3) {
	width: 170px;
	height: 62px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.process-main-item p:nth-child(4) {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin: 14px 0;
}

.process-main-ul>li:nth-child(1) p:nth-child(1) {
	background: url(../img/招商加盟pc端切图/1.png)no-repeat;
}

.process-main-ul li:nth-child(1) {
	position: absolute;
	top: 100px;
	left: 70px;
}

.process-main-ul>li:nth-child(2) p:nth-child(1) {
	background: url(../img/招商加盟pc端切图/2.png)no-repeat;
}

.process-main-ul li:nth-child(2) {
	position: absolute;
	top: 60px;
	left: 345px;
}

.process-main-ul>li:nth-child(3) p:nth-child(1) {
	background: url(../img/招商加盟pc端切图/3.png)no-repeat;
}

.process-main-ul li:nth-child(3) {
	position: absolute;
	top: 100px;
	left: 605px;
}

.process-main-ul>li:nth-child(4) p:nth-child(1) {
	background: url(../img/招商加盟pc端切图/4.png)no-repeat;
}

.process-main-ul li:nth-child(4) {
	position: absolute;
	top: 70px;
	left: 855px;
}


.process-main-ul2>li{
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	}
.process-main-ul2>li:nth-child(1){
	position: absolute;
	top: 34px;
	left: 126px;
}
.process-main-ul2>li:nth-child(2){
	position: absolute;
	top: -7px;
	left: 400px;
}
.process-main-ul2>li:nth-child(3){
	position: absolute;
	top: 36px;
	left: 660px;
}
.process-main-ul2>li:nth-child(4){
	position: absolute;
	top: 0px;
	left: 910px;
}
.process-main-ul2 li:hover .ul2-second,.process-main-ul2 li:hover .quan_y1t{
	display: none;
}
.process-main-ul2 li:hover .ul2-third,.process-main-ul2 li:hover .quan_y1q{
	display: inline-block;
}
.ul2-third{
	display: none;
}
.ul2-fourth{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: 2px;
	transform: translate(-50%,-50%);
}
.quan_y1q{
	display: none;
}


.support{
	height: 200px;
	margin: auto;
	padding: 50px;
	background-color: #ffffff;
	margin-top: 50px;
}
.support-content{
	width: 1100px;
	margin: auto;
	padding: 0;
	margin-top: 50px;
}
.support-content-item{
	display: inline-block;
	width: 195px;
	height: 75px;
	padding: 30px;
	box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.05);
	border-radius: 5px;
	border: solid 1px #fafaff;
	margin: 0 7px 0 7px;
}
.support-content-item h4{
	font-size: 14px;
	margin-bottom: 10px;
}
.item1 h4{
	color: #0876ee;
}
.item2 h4{
	color: #fe5b00;
}
.item3 h4{
	color: #00a574;
}
.item4 h4{
	color: #6547e7;
}
.support-content-item p{
	font-size: 14px;
	color: #666666;
}
.support-content-item img{
	float: right;
	position: relative;
	top: -50px;
}
.support-content-item:hover{
	animation: anime 1s ;
	color: #FFFFFF;
}
@keyframes anime{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.item1:hover{
	background-color: #0876ee;
}
.item2:hover{
	background-color: #fe5b00;
}
.item3:hover{
	background-color: #00a574;
}
.item4:hover{
	background-color: #6547e7;
}

.support-content-item:hover h4{
	color: #FFFFFF;
}
.support-content-item:hover p{
	color: #FFFFFF;
	opacity: 0.5;
}
.support-content-item:hover .support-content-item-img{
	display: none;
}
.support-content-item:hover .support-content-item-imgb{
	display: inherit;
}

.wantjoin{
	height: 260px;
	margin: auto;
	padding: 50px;
	background-color: #ffffff;
	margin-top: 50px;
}
.wantjoin h3{
	color: #333333;
	font-size: 30px;
	margin-bottom: 20px;
}
.wantjoin p{
	color: #999999;
	font-size: 18px;
	margin-bottom: 50px;
}


.wantjoin-formdiv{
	width: 1100px;
	height: 60px;
}
.wantjoin-form{
	float: left;
	width: 1100px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
}
.wantjoin-form>li{
	position: relative;
	float: left;
	cursor: pointer;
	border-radius: 2px;
}
.wantjoin-formdiv input{
	width: 180px;
	height: 60px;
	line-height: 60px;
	background: no-repeat;
}

.wantjoin-form-city{
	width: 215px;
	height: 60px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}
.wantjoin-form-city p{
	margin: 0;
	line-height: 60px;
	text-align: left;
}
.wantjoin-form-city p span{
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-align: left;
	overflow: hidden !important;
	white-space: nowrap; /* 强制不换行 */ 
	text-overflow:ellipsis;/* 加省略号 */
	-o-text-overflow:ellipsis;
	-icab-text-overflow:ellipsis;
	-khtml-text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow:ellipsis
}
.wantjoin-form-city-province i{
	float: right;
	margin-right: 30px;
}
.wantjoin-form-city-select{
	display: none;
	position: absolute;
	width: 150px;
	top: 72px;
	left: 0px;
	max-height: 240px;
	overflow: auto;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	z-index: 22;
}

.wantjoin-form-city-select::-webkit-scrollbar{
	width: 3px;
	height: 200px;
}
.wantjoin-form-city-select::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #9FBBEE;
}
.wantjoin-form-city-select::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(0,0,0,0.1);
}
.wantjoin-form-city-select p,.wantjoin-form-city-select p span{
	height: 40px;
	width: 147px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	text-align: center;
	
}
.wantjoin-form-city-select p:hover{
	background: #f3f3f3;
}
.wantjoin-form-city-select2{
	display: none;
	position: absolute;
	width: 150px;
	height: 240px;
	top: 72px;
	left: 150px;
	max-height: 240px;
	overflow: auto;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	z-index: 22;
}
.select2-ul2{
	list-style: none;
	padding:0;
}
.select2-ul2 li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}
.select2-ul2 li:hover{
	background: #f3f3f3;
}
.wantjoin-form-city-select2::-webkit-scrollbar{
	width: 3px;
	height: 200px;
}
.wantjoin-form-city-select2::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #9FBBEE;
}
.wantjoin-form-city-select2::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(0,0,0,0.1);
}
.wantjoin-form-city-cityspan{
	margin-left: 20px;
	max-width: 60px;
}
.wantjoin-form-city-countyspan{
	width: 70px;
}


.wantjoin-form-companyname{
	width: 225px;
	height: 60px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}


.wantjoin-form-name{
	width: 225px;
	height: 60px;
	background-color: #f3f3f3;
	margin: 0 10px 0 10px;
}


.wantjoin-form-tel{
	width: 225px;
	height: 60px;
	background-color: #f3f3f3;
	margin: 0 0 0 10px;
}


.wantjoin-form-confirm{
	width: 140px;
	height: 60px;
	background-color: #0066ff;
	border-radius: 0px 2px 2px 0px;
	line-height: 60px;
	font-size: 14px;
	color: #FFFFFF;
}
.wantjoin h5{
	color: #999999;
	font-size: 14px;
	margin-top: 50px;
}



.success{
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	z-index: 3333;
	display: none;
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
}
.btn a:link{
	text-decoration:none;
}
.btn a:visited{
	color:#FFFFFF;
}
.btn:hover >a{
	 color: #0066ff;
}
