.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-content {
    text-align: center;
}
.tab-content .img{
    width: 100%;
}
.tab-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.sh-content{
    text-align: left;
    font-size: 14px;
    color: #666;
	line-height: 30px;
	text-indent: 32px;
	text-align: justify;
}