/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-24
 * 说明 :本css文件只是用在头部样式，不作为公共样式使用，公共样式为base.css文件。
 */

/* ********************************* */
/* 头部上部分 */
#header .head_top {
	text-align: left;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}



#header .logo_bar {
	display: flex;
	justify-content: space-between;
	height:60px;
}

#header .title {
	flex-grow: 1;
	padding-left: 40px;
	font-size: 22px;
	color: #101010;
}

#header .title h1{
	font-size: 22px;
}

#header .title p {
	margin-bottom: 5px;
}


#header .iphone_box {
    margin-top: 12px;
	text-align: left;
}

#header .iphone_box {
    padding-left: 55px;
    background-image: url(/template/khw/img/index/iphone.png);
    background-repeat: no-repeat;
    padding-bottom: 55px;
    width: auto;
    background-size: 41px;
    font-size: 20px;
    color: #333333;
    background-position: 4px 4px;
}
#header .iphone_box p{
    height: 25px;
}

/* #header .title strong {
} */

#header .logo {
	width: 192px;
	height: 100%;
	background-image: url(/template/khw/img/index/logo.png);
	background-size: cover;
	text-indent: 200px;
	overflow: hidden;
	white-space: nowrap;
	background-position: 0;

}

/* 头部导航部分 */
#header .head_nav {
	height: 50px;
	background-color: #0169CA;
	color: #fff;
}

#header .head_nav ul {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

#header .head_nav a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding-top: 15px;
	font-size: 16px;
	box-sizing: border-box;
}

#header .head_nav a:hover {
	color: #000;
	background-color: #fff;
}

#header .head_nav ul li {
	height: 100%;
	width: 15%;
}

#header .head_nav .nav_on {
	color: #000;
	background-color: #fff;
}