* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

/* 头部 */
.header {
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.head {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.head_left {
	width: 633px;
}

.head_left img {
	width: 100%;
	height: 100px;
}

.head_right{
    width: 270px;
    display:flex;
    justify-content: space-between;
}
.guoqi{
    width: 20%;
    margin: 0 auto;
}
.guoqi img{
    width: 40px;
    height: 25px;
    border: solid 1px #f5f5f5;
}

/*.head_right select {*/
/*	width: 100px;*/
/*	height: 34px;*/
/*	background: #fff;*/
/*border: solid 1px #333;*/
/*}*/

/*.head_right select option {*/
/*	margin: 0 auto;*/
/*}*/



/* 导航栏 */
.nav {
	width: 100%;
	background-color: #15ABF3;
}

.nav_tab {
	width: 1200px;
	margin: 0 auto;
}

.menu {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.menu li {
	position: relative;
	float: left;
	width: 171px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	/*background-color:transparent;
	*/
}
.menu li .active{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background-color:#F4CC0B ;
}
.menu li .active:hover{
    color: #fff;
    background-color:#F4CC0B ;
}

/*.bg {*/
/*	height: 100%;*/
/*	background: #F4CC0B;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	overflow: hidden;*/
/*	height: 56px;*/
/*	width: 171px;*/
/*}*/