﻿body {
	background-color: unset;
}

.containerbox {
	background: url(/autoweb/images/ipv6/bg.png);
	/*min-height: 2189px;
	background-size:cover;*/
	min-height: 1760px;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
	width: 1200px;
	margin: 0 auto;
	height: 100%
}

.box1 {
	height: 685px;
    background: url(/autoweb/images/ipv6/iMac.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 85px;
}
.box1 .title {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	padding-top: 162px;
}

.box1 .detail {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 29px;
	margin-bottom: 60px;
}

.box1 .button {
	width: 200px;
	height: 48px;
	font-size: 18px;
	color: #666;
	background-color: #ffd800;
	border: none;
	border-radius: 10px;
}

.box2 {
	height: 445px;
	background-color: #f3f8fc;
	margin-top: 50px;
}
 .l {
	float: left;
	width: 670px;
}

.box2 .title {
	background: url(/autoweb/images/ipv6/03.png);
	font-size: 28px;
	color: #333;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
	background-position-x: 0px;
	padding-left: 40px;
}

.box2 .detail-1 {
	margin-top: 45px;
}

.box2 .detail {
	line-height: 2;
	font-size: 16px;
	color: #666;
	font-weight: Regular;
}

.box2 .l-1 {
	background: url(/autoweb/images/ipv6/02.png);
	height: 446px;
	width: 445px;
	margin-left: 25px;
}

.box3 {
	margin-top: 136px;
	height: 454px;
}

.box3 .title {
	background: url(/autoweb/images/ipv6/03.png);
	font-size: 28px;
	color: #333;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
	background-position-x: 0px;
	padding-left: 40px;
}

.box3 .detail-1 {
	margin-top: 40px;
}

.box3 .detail {
	line-height: 2;
	font-size: 16px;
	color: #666;
	font-weight: Regular;
}

.box3 .items {
	width: 1150px;
}

.box3 .item {
	position: relative;
	margin-top: 72px;
	width: 33.3%;
	background: url(/autoweb/images/ipv6/04.png);
	height: 158px;
	float: left;
	background-repeat: no-repeat;
}

.box3 .d-2 {
	font-size: 20px;
	color: #01ba96;
	font-weight: bold;
	position: absolute;
    /* margin-right: 11px; */
	right: 210px;
	top: -10px;
	font-style: italic;
}

.box3 .d-1 {
	font-style: italic;
	font-size: 42px;
	color: #01ba96;
	font-weight: bold;
	position: absolute;
    /* padding-right: 0px; */
	top: -23px;
}

.box3 .d-3 {
	position: absolute;
    /* top: 50%; */
	width: 280px;
	top: 55px;
	left: 35px;
}

.box3 .item-1 {
	background-image: url(/autoweb/images/ipv6/04.png)
}

.box3 .item-2 {
	background-image: url(/autoweb/images/ipv6/05.png)
}

.box3 .item-3 {
	background-image: url(/autoweb/images/ipv6/06.png)
}

.box4 {
	text-align: center;
	/*margin-top: 73px;*/
	background-image: url(/autoweb/images/ipv6/bg_04.png);
	min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.box4 .title {
	margin-bottom: 50px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding-top: 73px;
}

.box4 .query {
	position: relative;
	width: 530px;
	height: 56px;
	margin: 0 auto;
}

.box4 .queryvale {
	color: #666;
	font-size: 16px;
	padding-left: 30px;
	width: 100%;
	line-height: 56px;
	height: 56px;
	border: none;
	border-radius: 30px;
	padding-right: 44px;
}

.box4 .queryvale:placeholder 
{
    color:#999;
}

.box4 .search {
	background-image: url(/autoweb/images/ipv6/07.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
	position: absolute;
	top: 5px;
	right: 10px;
	background-color: #01ba85;
	border-radius: 30px;
	cursor: pointer;
}
.queryresult{ display:none;margin-top: 30px;    padding-bottom-bottom: 50px;}
.loading{ display:none; color:#fff;margin-top: 10px;}