.header {
    width: 100%;
    position: relative;
}

.header-top {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #fff;
}

/* .header-top:hover {
    height: 570px;
    background-color: #fff;
    color: #000;
} */

.header-top:hover a {
    color: black;
}

.header-top .logo {
    width: 20%;
    height: 52px;
    float: left;
    background: url(../img/logo.svg) no-repeat;
    margin-top: 14px;
}
/* 
.header-top:hover .nav-item ul {
    display: block;
} */

.nav-banner {
    float: left;
    width: 80%;
    height: 70px;
}
.nav-banner .nav-item .a:hover {
    /* font-size: 16px; */
    color: #174698;
}

.nav-banner .nav-item ul {
    display: none;
}

.nav-banner .nav-item ul li {
    height: 40px;
}

.nav-banner a {
    color: black;
}

.nav-banner .nav-item .a {
    font-size: 14px;
    font-weight: 900;
}

.nav-banner .nav-item ul li:hover .b {
    font-size: 14px;
    color: #174698 !important;
}


#kefu {
	background-image: url(../img/kefu.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 42%;
	background-position: 0 25px;
}

#kefu a {
	display: inline-block;
	margin-left: 61%;
}

.tab-map {
    width: 100%;
    height: 408px;
	margin-top: 3px;
}

#container {
    width: 100%;
    height: 100%;
}

.tab-iphone {
    width: 100%;
    overflow: hidden;
}

.ipnone-item {
    /* padding-top: 60px; */
    overflow: hidden;
}

.ipnone-item .iphone-title {
    padding-top: 20px;
    width: 17%;
    font-size: 18px;
    color: #444;
	padding-left: 117px;
    font-weight: bold;
    padding-bottom: 31px;
}

.iphone-number {
    float: left;
    width: 33.333%;
	text-align: center;
}

.iphone-number li {
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}