body.index{
	display: none;
	background: url(../img/index.jpg) center top/ 1920px no-repeat,
	url(../img/foot.svg) center bottom/ 1920px no-repeat;
    overflow-x: hidden;
	overflow-y: scroll;
}
body.items{
	background: #FAFAFA;
}
.overhide{
	overflow: hidden;
}
.fl{
	float: left;
}
#header{
	position: fixed;
	top: 0;
	z-index: 998;
	width: 100%;
	overflow: hidden;
	color: #fff;
	border:1px solid rgba(255,255,255,0.2);
}
#menubtn{
	display: none;
}
#header.active{
	background: #6B77FF;
	border-bottom:1px solid #6B77FF;
}
#header>div{
	width: 1180px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	font-size: 24px;
	line-height: 80px;
}
.logo img{
	width: 34px;
	margin:23px 10px 23px 0;
}
#header>div>ul{
	overflow: hidden;
	float: right;
	font-size: 16px;
}
#header>div>ul>li{
	float: left;
	line-height: 80px;
	opacity: .8;
	margin: 0 27px;
	cursor: pointer;
}
#header>div>ul>li:first-child{
	display: none;
}
#header>div>ul>li a{
	display: block;
	color: #fff;
}
#header>div>ul>li:hover{
	opacity: 1 !important;
}
#header>div>ul>li:last-child,#page1 ul li:last-child{
	margin-right: 0 !important;
}
#header .more:after{
	display: block;
	float: right;
	content: "";
	width: 8px;
	height: 4px;
	background: url(../img/more.svg) no-repeat;
	font-size: 12px;
	margin:38px 0 0 8px;
}
#header .more{
	position: relative;
}
#header .more ul{
	position: absolute;
	top: 0;
}
footer{
	line-height: 58px;
	font-size:13px;
	font-weight:400;
	color:rgba(102,102,102,1);
	text-align: center;
}
footer a{
	color:rgba(102,102,102,1);
	text-decoration: underline;
}
#page6 footer,#page6 footer a{
	color:rgba(255,255,255,0.8);
}
.op1{
	opacity: 1 !important;
}
.tip{
	display: none;
	position: fixed;
	top: 80px;
	left: 50%;
	margin-left: 120px;
	z-index: 999;
}
.tip li,.tip li a{
	width: 152px;
	line-height: 46px;
	background: #fff;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.tip li a{
	display: block;
}
.tip li:hover,.tip li a:hover{
	color: #6B77FF;
}
.tip:after{
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.page{
	width: 1180px;
	overflow: hidden;
	margin: 0 auto;
}
#page1 .title{
	height: 200px;
	margin: 180px 0 0 0;
	color: #fff;
}
#page1 .title h1{
	font-size:48px;
	font-weight:500;
}
#page1 .title p{
	font-size:16px;
	font-weight:400;
}
#page1 ul li{
	width:280px;
	height:200px;
	text-align: center;
	margin-right: 20px;
	float: left;
	background:rgba(255,255,255,1);
	border-radius:4px;
}
#page1 ul li img{
	width: 38px;
	margin: 20px auto;
}
#page1 ul li h1{
	height: 48px;
	font-size:20px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:28px;
}
#page1 ul li p{
	width: 240px;
	margin: 0 auto;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
}
#page2{
	width: 1280px;
}
#page2>h1{
	font-size:36px;
	font-weight:400;
	text-align: center;
	color: #fff;
	margin: 107px auto 47px auto;
}
#page2 .content{
	width:1180px;
	height:420px;
	margin: 50px auto;
	background:rgba(255,255,255,1) url(../img/company.jpg) 792px center/363px no-repeat;
	box-shadow:0px 10px 32px 0px rgba(0,0,0,0.07);
	border-radius:4px;
}
#page2 .content div{
	width: 656px;
	padding: 40px 60px;
	overflow: hidden;
}
#page2 .content div h1{
	font-size:32px;
	font-weight:400;
	margin-bottom: 16px;
	color:rgba(78,80,100,1);
}
#page2 .content div p{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:28px;
}
#page2 .content div p span{
	color: #F5A623;
}
#page3{
	width: 1280px;
	margin-top: -50px;
}
#page3>h1{
	font-size:36px;
	font-weight:400;
	text-align: center;
	color: #333333;
	margin: 107px auto 47px auto;
}
#page3 ul{
	padding: 10px 0 48px 0;
	margin: 0 auto;
}
#page3 ul li{
	width:580px;
	height:140px;
	float: left;
	margin:0 10px 20px 10px;
    transition: all .3s;
	background:rgba(255,255,255,1);
	box-shadow:0px 10px 40px 0px rgba(0,0,0,0.04);
	border-radius:4px;
	cursor: pointer;
}
#page3 ul li:nth-child(odd){
	margin-left: 50px;
}
#page3 ul li:nth-child(even){
	margin-right: 50px;
}
#page3 ul li:hover{
	margin-top: -10px;
	margin-bottom: 30px;
	background:rgba(107,119,255,1);
	box-shadow:0px 10px 40px 0px rgba(107,119,255,0.3);
}
#page3 ul li img{
	width: 52px;
	margin: 44px 30px;
	float: left;
	border-radius: 50%;
	box-shadow:0px 7px 28px 0px rgba(0,0,0,0.08);
}
#page3 ul li div{
	margin: 44px 0;
}
#page3 ul li div h1{
	margin-bottom: 6px;
	font-size:20px;
	font-weight:500;
	color:rgba(51,51,51,1);
}
#page3 ul li div p{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
}
#page3 ul li:hover h1,#page3 ul li:hover p{
	color: #fff;
}
#page4{
	width: 100%;
	height: 680px;
	padding-top: 80px;
	margin-bottom: -80px;
	background: url(../img/service.jpg) no-repeat bottom center/1920px;
}
#page4 .title{
	text-align: center;
	padding: 52px 0 59px 0;
}
#page4 h1{
	font-size:36px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
#page4 p{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
#page4 ul{
	width: 1080px;
	margin: 0 auto;
	padding: 50px 30px 50px 70px;
	background: #fff;
}
#page4 ul li{
	width: 500px;
	height: 122px;
	margin-right: 40px;
	float: left;
}
#page4 ul li img{
	width: 60px;
	float: left;
	padding: 14px 40px 48px 0;
}
#page4 ul li div{
	width: 400px;
	float: left;
}
#page4 ul li div h1{
	margin-bottom: 11px;
	font-size:20px;
	font-weight:500;
	color:rgba(51,51,51,1);
}
#page4 ul li div p{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
}
#page5{
	padding-top: 80px;
}
#page5,#page5>ul>li{
	width: 1280px;
	position: relative;
}
#page5>h1{
	font-size:36px;
	text-align:center;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding: 60px 0 13px 0;
}
#page5>ul>li>div.txt{
	position: relative;
	width:1100px;
	height:350px;
	margin: 95px auto 45px auto;
	padding: 40px 40px 30px 40px;
	box-shadow:0px 0px 80px 0px rgba(0,0,0,0.08);
}
#page5>ul>li>div.img{
	position: absolute;
	top: -95px;
	right: 80px;
	width: 390px;
	height: 515px;
	background: url(../img/phone.svg) no-repeat;
}
#page5>ul>li>div.img.nobg{
	background: none;
}
#page5>ul>li>div.img>div{
	position: absolute !important;
	right: 67px;
	bottom: 0;
	width: 260px;
}
#page5>ul>li>div.img.web>div{
	position: absolute !important;
	right: 177px;
	bottom: 0;
	width: 260px;
}
#page5>ul>li>div.img>div img{
	width: 260px;
	float: left;
}
#page5>ul>li>div.img.web>div img{
	width: 480px;
	float: left;
}
#page5>ul>li:nth-child(1)>div.txt{
	background:rgba(255,255,255,1) url(../img/txtbg1.jpg) no-repeat center right/540px;
}
#page5>ul>li:nth-child(2)>div.txt{
	background:rgba(255,255,255,1) url(../img/txtbg3.jpg) no-repeat center right/540px;
}
#page5>ul>li:nth-child(3)>div.txt{
	background:rgba(255,255,255,1) url(../img/txtbg5.jpg) no-repeat center right/540px;
}
#page5>ul>li:nth-child(4)>div.txt{
	background:rgba(255,255,255,1) url(../img/txtbg2.jpg) no-repeat center right/540px;
}
#page5>ul>li:nth-child(5)>div.txt{
	background:rgba(255,255,255,1) url(../img/txtbg4.jpg) no-repeat center right/540px;
}
#page5>ul>li>div.btn{
	position: absolute;
	bottom: 21px;
	right: 85px;
	width:80px;
	height:40px;
	background-image: url(../img/next.svg);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow:0px 13px 26px 0px rgba(0,0,0,0.09);
	border-radius:6px;
	cursor: pointer;
}
#page5>ul>li>div.btn.prev{
	display: none;
	transform: scale(-1,1);
}
#page5>ul>li:nth-child(5)>div.txt ul li span{
	display: none;
}
#page5>ul>li:nth-child(1)>div.btn,#page5>ul>li:nth-child(1)>div.txt ul li.on,#page5>ul>li:nth-child(1)>div.txt ul li:hover{
	background-color:rgba(117,190,124,1);
}
#page5>ul>li:nth-child(3)>div.btn,#page5>ul>li:nth-child(3)>div.txt ul li.on,#page5>ul>li:nth-child(3)>div.txt ul li:hover{
	background-color:rgba(96,159,252,1);
}
#page5>ul>li:nth-child(4)>div.btn,#page5>ul>li:nth-child(4)>div.txt ul li.on,#page5>ul>li:nth-child(4)>div.txt ul li:hover{
	background-color:rgba(113,189,165,1);
}
#page5>ul>li:nth-child(2)>div.btn,#page5>ul>li:nth-child(2)>div.txt ul li.on,#page5>ul>li:nth-child(2)>div.txt ul li:hover{
	background-color:rgba(102,113,149,1);
}
#page5>ul>li:nth-child(5)>div.btn,#page5>ul>li:nth-child(5)>div.txt ul li.on,#page5>ul>li:nth-child(5)>div.txt ul li:hover{
	background-color:rgba(224,101,174,1);
}
#item4 ul{
	position: absolute;
	bottom: 0 !important;
	width: 640px !important;
}
#item4 ul li{
	margin-bottom: 30px !important;
}
#item4 ul:before,#item4 ul:after{
	margin-bottom: 4px;
	display: block;
	font-size:14px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:20px;
}
#item4 ul:before{
	content: "乘客端";
}
#item4 ul:after{
	position: absolute;
	top: 86px;
	content: "司机端";
}
#page5>ul>li>div.txt>h1{
	font-size:40px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:56px;
	margin-bottom: 10px;
}
#page5>ul>li>div.txt>p{
	width:620px;
	font-size:14px;
	font-weight:300;
	color:rgba(102,102,102,1);
	line-height:28px;
}
#page5>ul>li>div.txt>p a{
	color: #0000CC;
	text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}
#page5>ul>li>div.txt ul{
	position: absolute;
	bottom: 51px;
	width: 480px;
	overflow: hidden;
}
#page5>ul>li>div.txt ul li{
	width:148px;
	line-height:56px;
	text-align: center;
	float: left;
	margin:0 12px 10px 0;
	background:rgba(249,249,249,1);
	border-radius:4px;
	font-size:16px;
	color:rgba(51,51,51,1);
	font-weight:500;
	cursor: pointer;
}
#page5>ul>li>div.txt ul li.on,#page5>ul>li>div.txt ul li:hover{
	box-shadow:0px 6px 20px 0px rgba(197,197,197,0.39);
	border-radius:4px;
}
#page5>ul>li>div.txt ul li.on,#page5>ul>li>div.txt ul li:hover,
#page5 .big li.on p:nth-child(1),#page5 .big li:hover p:nth-child(1),
#page5 .big li.on p:nth-child(2),#page5 .big li:hover p:nth-child(2){
	color:rgba(255,255,255,1);
}
#page5 .big{
	position: absolute;
	bottom: 30px;
	width: 618px !important;
	overflow: hidden;
}
#page5 .big li{
	width: 240px !important;
	height: 72px !important;
	line-height: 20px !important;
	font-size: 14px !important;
	text-align: left !important;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 10px 10px 0 !important;
}
#page5 .big li p:nth-child(1){
	margin-top: 16px;
	color: #000;
}
#page5 .big li.tline p:nth-child(1){
	margin-top: 6px;
}
#page5 .big li p:nth-child(2){
	color: #999;
	font-weight: normal;
}
#page6{
	text-align: center;
	padding-top: 80px;
	margin-top: -80px;
}
#page6>h1{
	font-size:40px;
	font-weight:400;
	padding: 15px 0;
	color:rgba(255,255,255,1);
}
#page6>p{
	font-size:16px;
	color:rgba(255,255,255,1);
	padding: 0 0 60px 0;
}
#page6>ul{
	display: inline-block;
	overflow: hidden;
	margin-bottom: 89px;
}
#page6>ul li{
	width:420px;
	height:120px;
	background:rgba(64,76,217,1);
	border-radius:8px;
	float: left;
	margin: 0 15px;
}
#page6>ul li h1{
	font-size:20px;
	font-weight:400;
	margin: 28px 0 13px 0;
	color:rgba(255,255,255,1);
	line-height:28px;
}
#page6>ul li a{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:20px;
}
#page6 form{
	width: 1053px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#page6 form input,#page6 form select,#page6 form textarea{
	background: #404CD9;
}
#page6 form input,#page6 form select,#page6 form textarea,#page6 form div{
	color: #fff;
	font-size: 14px;
}
#page6 form input,#page6 form select{
	width: 436px;
	height: 58px;
	margin: 5px;
	padding: 0 34px;
}
#page6 form select{
	width: 504px;
    height: 58px;
    text-indent: 30px;
    padding: 0 30px 0 0;
    border-right: 10px solid #404CD9;
}
#page6 form select option{
	color: #000;
}
#page6 form textarea{
    width: 956px;
    height: 82px;
    margin: 5px;
    padding: 21px 34px;
}
#page6 form input::-webkit-input-placeholder,#page6 form textarea::-webkit-input-placeholder{
    color:#fff;
}
#page6 form input::-moz-placeholder,#page6 form textarea::-moz-placeholder{
    color:#fff;
}
#page6 form input:-moz-placeholder,#page6 form textarea:-moz-placeholder{
    color:#fff;
}
#page6 form input:-ms-input-placeholder,#page6 form textarea:-ms-input-placeholder{
    color:#fff;
}
#page6 form div{
    width: 1026px;
    line-height: 58px;
	display: inline-block;
	background: #5AA1F6;
	margin-top: 16px;
	box-shadow:0px 10px 40px 0px rgba(107,119,255,0.3);
	cursor: pointer;
}
#page6 form div:hover{
	background: #00C3F1;
}
body:not(.index) .page ul,body:not(.index) .page>div{
	margin-top: 100px;
	float: left;
}
body:not(.index) .page>div{
	background: white;
	min-height: 580px;
	margin-left: 20px;
}
body:not(.index) .page ul li{
	width:240px;
	line-height:60px;
	background:rgba(255,255,255,1);
	margin-bottom: 10px;
	border-radius:4px;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	cursor: pointer;
}
body:not(.index) .page ul li img{
	width: 32px;
	margin: 14px 20px;
}
body:not(.index) .page ul li.active,body:not(.index) .page ul li:hover{
	background:rgba(107,119,255,1);
	box-shadow:0px 10px 40px 0px rgba(0,0,0,0.04);
	color:rgba(255,255,255,1);
}
body:not(.index) .page>div{
	width: 840px;
	padding: 30px 40px;
}
body:not(.index) .page>div>div{
	display: none;
}
body:not(.index) .page>div h1{
	margin-bottom: 10px;
	font-size:20px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:28px;
}
body:not(.index) .page>div p{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:26px;
}
body:not(.index) .page>div p.line{
	width: 840px;
	height: 1px;
	margin: 20px 0;
	background: #F5F6F8;
}
body:not(.index) .page>div a{
	display: block;
	width: 140px;
	line-height: 44px;
	margin-top: 40px;
	text-indent: 30px;
	font-size: 14px;
	color: #6B77FF;
	background: url(../img/enter.svg) no-repeat 105px center/ 7px 11px;
	border:1px solid rgba(221,221,221,1);
}
body:not(.index) .page>div h1 img,.itemspage{
	display: none;
}
@media screen and (max-width:1200px) {
	body.index{
		background: url(../img/index-m.jpg) center top/ 100% 827px no-repeat;
	}
	.page,#page2 .content,#page5, #page5>ul>li,#page5>ul>li>div.txt>p,
	#page5>ul>li>div.txt,#page6 form,#item4 ul{
		width: 100% !important;
	}
	#header{
		overflow: inherit;
	}
	#header>div,.logo{
		height: 44px;
		line-height: 44px;
		font-size: 19px;
	}
	.logo img{
		height: 28px;
		margin: 8px 7px 8px 18px;
	}
	#menubtn{
		position: absolute;
		top: 16px;
		right: 19px;
		width: 19px;
		height: 12px;
		background: url(../img/menu.png) center/ 100% no-repeat;
		display: block;
	}
	#header>div>ul{
		position: fixed;
		top: 0;
		right: -100%;
		width: 64%;
		height: 100%;
		background: #6B77FF;
		transition: right .3s;
	}
	#header>div>ul.open{
		right: 0%;
		box-shadow:0px 0px 0px 1000px rgba(0,0,0,.36);
	}
	#header>div>ul>li{
		width: 70%;
		line-height: 70px;
		margin: 0 15%;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	#header>div>ul>li:first-child{
		width: 80%;
		font-size: 24px;
		text-align: right;
		border-bottom: none;
		display: block;
	}
	#header .more:after{
		display: none;
	}
	footer{
		padding: 16px 0;
		font-size: 12px;
		line-height: 20px;
	}
	footer span{
		display: block;
	}
	#page1 .title{
		height: 175px;
	}
	#page1 ul{
		margin: 80px 3.3% 0 3.3%;
	}
	#page1 ul li{
		width: 47.1%;
		height: 150px;
		margin: 0 1.4% 10px 1.4%;
	}
	#page1 ul li img{
		width: auto;
		height: 31px;
		margin: 12px auto 10px auto;
	}
	#page1 ul li h1{
		height: 35px;
		font-size: 16px;
	}
	#page1 ul li p{
		width: 86%;
	    line-height: 17px;
		font-size: 12px;
		margin: 0 auto;
	}
	#page5>ul>li>div.btn{
		height: 56px;
		right: 4.8%;
		bottom: 0;
		z-index: 997;
		box-shadow:none;
	}
	#page5>ul>li>div.btn.prev{
		left: 4.8%;
		display: block;
	}
	#page1 .title{
		width: 90%;
		margin: 80px auto 0 auto;
	}
	#page1 .title h1{
		font-size: 44px;
	}
	#page1 .title h1 span{
		font-size: 30px;
		display: block;
	}
	#page1 .title p{
		width: 92%;
		margin-top: 12px;
	}
	#page2>h1{
		height: 0;
		overflow: hidden;
		margin: 24px auto;
		font-size: 16px;
	}
	#page2 .content{
		height: auto;
		background: transparent;
	}
	#page2 .content div{
		width: 86%;
		padding: 0 7%;
	}
	#page2 .content div h1{
		text-align: center;
		font-size: 34px;
		margin-bottom: 60px;
		color: #fff;
	}
	#page2 .content div p{
		font-size: 16px;
	}
	#page3{
		border-top: 44px solid white;
		background:rgba(245,246,248,1);
	}
	#page3>h1{
		font-size: 24px;
		margin: 25px auto 18px auto;
	}
	#page3 ul{
		padding-bottom: 23px;
	}
	#page3 ul li{
		width: 90%;
		margin: 0 5% 20px 5% !important;
	}
	#page3 ul li:hover{
		margin-top: 0;
	}
	#page3 ul li img{
		width: 11.8%;
		margin: 40px 7.7% 140px 6.5%;
	}
	#page3 ul li div{
		width: 70%;
	    margin: 33px 4% 0 0;
	}
	#page4{
		overflow: hidden;
		height: auto;
		margin-bottom: 0;
		background: url(../img/service-top.jpg) center top/ 100% 80px no-repeat,
		url(../img/service-bottom.jpg) center bottom/ 100% 80px no-repeat;
	}
	#page4 .title{
	    padding: 32px 0 19px 0;
	    background: #F5F6F8;
	}
	#page4 h1{
		font-size: 24px;
		margin-bottom: 7px;
	}
	#page4 p{
		font-size: 14px;
		color: #666666;
	}
	#page4 ul{
		width: 92%;
	    margin: 0 0 80px 0;
	    padding: 0 4% 10px 4%;
	    background: #F5F6F8;
	}
	#page4 ul li,#page5>ul>li>div.txt{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#page4 ul li{
		width: 45.6%;
		height: 212px;
		margin: 2.2%;
		background: #fff;
	}
	#page4 ul li img{
		width: 100%;
		height: 30px;
		margin: 18px auto 13px auto;
		padding: 0;
	}
	#page4 ul li div{
		width: 94%;
		margin: 0 3%;
	}
	#page4 ul li div h1{
		text-align: center;
		font-size:18px;
	}
	#page5{
		padding-top: 0;
	}
	#page5>h1{
		font-size:24px;
	}
	#page5>ul>li{
		margin-bottom: 40px;
	}
	#page5>ul>li>div.txt{
		height: auto;
		padding-bottom: 20px;
	}
	#page5>ul>li>div.txt>h1{
		font-size:24px;
		text-align: center;
	}
	#page5>ul>li>div.txt>p{
		width:90% !important;
		margin: 0 auto;
		font-size:15px;
	}
	#page5>ul>li>div.img{
		position: initial;
		width: 100%;
		height: 358px;
		padding-bottom: 76px;
		background: url(../img/phone.svg) no-repeat top center/auto 358px;
	}
	#page5>ul>li>div.img>div{
	    position: absolute !important;
	    right: calc(50% - 90px);
	    bottom: 76px;
		width: 180px !important;
	}
	#page5>ul>li>div.img>div img{
		width: 180px;
	}
	#page5>ul>li>div.img.web>div img{
		width: 320px;
	}
	#page5>ul>li:nth-child(1) {
	    background: rgba(255,255,255,1) url(../img/txtbg1.jpg) no-repeat;
	    background-size: auto 292px;
	    background-position: right calc(100% - 76px);
	}
	#page5>ul>li:nth-child(2) {
	    background: rgba(255,255,255,1) url(../img/txtbg5.jpg) no-repeat;
	    background-size: auto 292px;
	    background-position: right calc(100% - 76px);
	}
	#page5>ul>li:nth-child(3) {
		margin-bottom: 80px;
	    background: rgba(255,255,255,1) url(../img/txtbg2.jpg) no-repeat;
	    background-size: auto 292px;
	    background-position: right calc(100% - 76px);
	}
	#page5>ul>li:nth-child(4) {
	    background: rgba(255,255,255,1) url(../img/txtbg3.jpg) no-repeat;
	    background-size: auto 292px;
	    background-position: right calc(100% - 76px);
	}
	#page5>ul>li:nth-child(5) {
	    background: rgba(255,255,255,1) url(../img/txtbg4.jpg) no-repeat;
	    background-size: auto 292px;
	    background-position: right calc(100% - 76px);
	}
	#page5>ul>li>div.txt {
	    background: none !important;
	    box-shadow: none;
	}
	#page5>ul>li>div.txt ul li:not(.on),#item4 ul:before,#item4 ul:after{
		display: none;
	}
	#page5>ul>li>div.txt ul{
	    position: absolute;
	    left: 4.8%;
	    bottom: -434px !important;
	    z-index: 997;
	    width: 90.4% !important;
	    height: 56px;
	}
	#page5>ul>li>div.txt ul.big,#page5>ul>li>div.txt ul.big li{
		overflow: inherit;
	}
	#page5>ul>li>div.txt ul.big li{
		height: 56px !important;
	}
	#page5 .big li.on p:nth-child(2){
		position: absolute;
		top: 60px;
		width: 100%;
		line-height: 20px;
		color: #666666;
	}
	#page5>ul>li:nth-child(5)>div.txt ul li span{
		display: inline-block;
	}
	#page5>ul>li>div.txt ul li{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
	    line-height: 56px !important;
        padding: 0;
	}
	#page5>ul>li>div.img.web>div{
		right: calc(50% - 162px);
		bottom: 76px;
	}
	#page5>ul>li>div.img.web>div {
	    width: 324px !important;
	}
	#page5>ul>li>div.txt ul li p{
		text-align: center;
		margin: 0 !important;
	}
	#page6{
		margin: 0;
		padding: 0;
		background: #6B77FF url(../img/foot-m.jpg) center top/ 100% 325px no-repeat;
	}
	#page6>h1{
		font-size: 24px;
		padding: 53px 0 15px 0;
	}
	#page6>p{
		font-size:14px;
	}
	#page6 form{
		overflow: hidden;
	}
	#page6 form input, #page6 form select, #page6 form textarea, #page6 form div{
		width: 86%;
		text-indent: 0;
		padding: 0 2%;
		margin: 0 5% 20px 5%;
	}
	#page6 form div{
		margin-bottom: 0;
	}
	#page6 form select{
		width: 90%;
		padding: 0 2%;
	}
	#page6 form textarea{
		padding: 2%;
	}
	body:not(.index){
		background: #f0f2f5;
	}
	body:not(.index) .page ul{
		display: none;
	}
	body:not(.index) .page>div{
		width: 85%;
	    margin: 0px;
        padding: 0 7.5% 30px 7.5%;
	}
	body:not(.index) .page>div p.line{
		width: 100%;
	    background: #D8D8D8;
	}
	body:not(.index) .page>div>div{
		padding-top: 64px;
		margin-bottom: -20px;
		display: inline-block !important;
	}
	body:not(.index) .page>div h1{
		line-height: 40px;
	}
	body:not(.index) .page>div h1 img{
		display: inline-block;
		width: 40px;
		margin-right: 15px;
	}
	select {
		background: #404CD9 url(../img/more.svg) right center/ 10px no-repeat !important;
		appearance: none;
		-webkit-appearance: none;
	}
}