.head-banner{
	width: 100%;
	min-width: 1200px;
	margin-top: -5px;
}
/* .submit-btn{
    position: absolute;
    top: -180px;
    left: 475px;
    color: #fff;
    background-color: #f65c26;
    border-radius: 3px;
    padding: 12px 80px;
    font-size: 22px;
}
.submit-btn:hover{
	text-decoration: none;
} */
.route-item-content{
	position: relative;
	clear: both;
}
.route-item{
	width: 1200px;
	margin: 0 auto;
}
.ball-right{
	width: 300px;
	position: absolute;
	top: -20px;
	right: 0;
    z-index: 9;
}
.route-item h2{
	color: #64c2cc;
	font-size: 28px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.route-item h2::after{
	content: "";
	display: block;
	width: 963px;
	height: 64px;
	background-image: url(/static/img/route/border-bottom.png);
	margin-left: 109px;
}
.route-item-1{
	position: relative;
	height: 330px;
}
.route-item-1>p{
	padding: 0 50px;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 50px;
}
.route-item h3{
	color: #000;
	font-weight: 600;
	font-size: 18px;
	line-height: 48px;
	padding-left: 170px;
	width: 270px;
	display: inline-block;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
}
.route-item-rect{
	/* display: inline-block; */
	width: 350px;
	height: 390px;
	float: left;
	background-color: #ffc;
	padding: 160px 50px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.route-item-rect-1{
	margin-left: 20px;
	background: url("/static/img/route/border-1.png") no-repeat;
}
.route-item-rect-2{
	margin-left: 80px;
	background: url("/static/img/route/border-2.png") no-repeat;
}
.route-item-rect>p{
	font-size: 15px;
	line-height: 36px;
}
.click-btn{
	display: inline-block;
	font-size: 15px;
	padding: 8px 12px;
	background-color: #f00;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 30px 0 0 110px;
}
.click-btn:hover{
	text-decoration: none;
}
.click-btn-2{
	margin:30px 0 0 130px;
}
/* --// item2-- */
.logo-left{
	position: absolute;
	top: 0;
	left: 0;
}
.route-item-content-2{
	background-color: #333333 !important;
	height: 720px;
	padding-top: 20px;
}
.route-item-2 li{
    position: relative;
    display: inline-block;
    width: 550px;
    height: 250px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    padding-left: 50px;
    margin-left: 40px;
}
.route-item-2 li p{
	box-sizing: border-box;
	padding: 20px 0px 50px 140px;
}
.route-item-2 li span{
	color: #05e5fd;
	margin-bottom: 15px;
	display: inline-block;
}
.route-item-2 li::before{
	content: "";
	width: 120px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 20px;
	left: 50px;
}
.route-item-2 li:nth-child(1)::before{
	background: url("/static/img/route/02.png") no-repeat;
}
.route-item-2 li:nth-child(2)::before{
	background: url("/static/img/route/03.png") no-repeat;
}
.route-item-2 li:nth-child(3)::before{
	background: url("/static/img/route/05.png") no-repeat;
}
.route-item-2 li:nth-child(4)::before{
	background: url("/static/img/route/04.png") no-repeat;
}
/* --// item-2 -- */
.route-item-content-3{
	margin-top: 50px;
}
.banner-2{
	margin-left: 6px;
}
h2 span{
	font-size: 18px;
}
/* --// item-3-- */
.route-item-content-4{
	padding-top: 20px;
	background-color: #333333 !important;
	height: 750px;
}
.route-item-4{
	position: relative;
}
.bg{
	position: absolute;
	left: 250px;
	width: 700px;
	height: 700px;
}
.route-item-4 li{
	color: #fff;
	padding: 0px 60px 20px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
}
.route-item-4 li span{
	color: #6fe9f6;
}
/* --// item 4-- */
.route-item-content-5{
	margin-top: 50px;
}

/* apply */
.applyRoute-banner{
	/* margin-top: -5px; */
	width: 100%;
}
.apply-form{
	width: 800px;
	margin: 0 auto;
	border: 1px solid #F3F3F3;
}
.route-content{
	background-color: #f3f3f3;
	margin-top: -3px;
}
.item{
	margin: 10px 0;
}
.item>*{
	display: inline-block;
	vertical-align: middle;
}
.item .k{
	font-size: 16px;
	width: 180px;
	text-align: right;
	margin-right: 10px;
}
.item input[type='text']{
	width: 350px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding-left: 20px;
	font-size: 14px;
	margin-right: 10px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
.item textarea{
	width: 470px;
	height: 220px;
	border-radius: 3px;
	border: 1px solid #ccc;
	resize: none;
	padding: 20px;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	font-family: "Microsoft YaHei";
}
.item p{
	box-sizing: border-box;
	padding-left: 190px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.item:last-child{
	width: 100%;
	text-align: center;
}
.item input[type='submit']{
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #fff;
	background-color: #adadad;
	border: none;
	border-radius: 3px;
	text-align: center;
	margin: 50px auto 20px;
}
.item-new-errmsg{
	display: none;
	color: #f00;
}
.errormsg{
	color: #f00;
}
.route-content>img{
	width: 721px;
	height: 109px;
	display: block;
	margin: 0px auto;
	padding: 50px 0 250px;
}

.item select{
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}
.item .label-p{font-size: 14px;}
.item .use-code{
	vertical-align: sub;
}
.item .iot-code{
	color: #10ac1b;
}
.pop-bg{
	display: none;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
.pop-con{
	display: none;
	width: 500px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	background: #fff;
	z-index: 9999;
	font-size: 14px;
	padding: 15px;
	text-indent: 2em;
	border-radius: 12px;
}
.pop-con p{line-height: 24px;}
.del-btn{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 99999;
}