.header-title {
 width: 100%;
 height: 60px;
 border-bottom: 1px solid #CCC;
}

.header-left {
 height: 100%;
 float: left;
 display: flex;
 height: 60px;
 align-items: center;

 margin-left: 84px;
}

.header-select {
 width: 120px;
 height: 57px;
 border-bottom: 3px solid #c2d34e;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 text-align: center;
 line-height: 57px;
}

.header-left p {
 font-size: 12px;
 font-family: Arial;
 font-weight: 400;
 color: rgba(22, 22, 22, 1);
 line-height: 30px;
 margin-left: 25px;
 line-height: 60px;
}

.header-right {
 margin-right: 10px;
 float: right;
 height: 100%;
 display: flex;
 height: 60px;
 margin-right: 106px;
 border-right: 1px solid #ccc;
}

.header-right .zh,
.header-right .en {
 display: flex;
 align-items: center;
}

.header-right .zh img,
.header-right .en img {
 width: 22px;
 height: 15px;
 background: red;
 position: relative;
}

.header-right .zh p {}

.header-right .zh p,
.header-right .en p {
 margin-right: 5px;
 margin-left: 13px;
 font-size: 13px;
 font-family: SimSun;
 font-weight: 400;
 color: rgba(22, 22, 22, 1);
 line-height: 28px;
}

.header-right .en {
 margin-right: 70px;
}

.header-right input {
 width: 55px;
 background: #FFF;
 line-height: 60px;
 position: absolute;
 right: 116px;
 top: 17px;
 height: 25px;
 font-size: 12px;
}

.header-right .search-icon {
 position: absolute;
 right: 116px;
 top: 25px;
 width: 22px;
 height: 22px;
}

/*  Header  */
.header-wrapper {
 width: 100%;
 padding-right: 114px;
 height: 156px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

header {
 width: 100%;
 height: 156px;
 background-color: #ffffff;
 z-index: 9999;
}

header .logo {
 width: 323px;
 display: inline-block;
 margin-right: 125px;
}

header nav {
 float: left;
}

header nav ul {
 margin-left: 69px;
 list-style: none;
 display: block;
}

header nav ul li {
 float: left;
 margin: 0px 0 0 15px
}

header nav ul li a {
 text-decoration: none;
 font-size: 16px;
 color: black;
 font-weight:600;
 line-height: 30px;
 border-bottom: 1px #ffffff solid;
}

header nav ul li a:hover {

 color: rgba(194, 211, 78, 1);
 border-bottom: 1px #4d4d4d solid;
}

header .hearder-icons img {
 width: 23px;
 height: 23px;
 margin-right: 8px;
}


/*
header .top{
 height: 60px;
 line-height: 60px;
}
header .top p a{
 color: #666;
 vertical-align: middle;
 margin: 0 15px 0 8px;
}
header .top p img{
 vertical-align: middle;
}
header .bbox{
 height: 156px;
 clear: both;
 border-top: 1px solid #b8b8b8;
 line-height: 156px;
}
header .top span{
 color: #000;
}
header .bbox .h img{
 margin: 30px 0;
 margin-left: 200px;
}

header .bbox .w1400>a{
 vertical-align: middle;
 display: inline-block;
}
header .bbox p{
 padding-left: 90px;
 display: inline-block;
 vertical-align: middle;
}
header .bbox p a{
 line-height: 98px;
 margin: 0 20px;
 font-size: 14px;
 text-align: center;
 color: #555;
 display: inline-block;
}
header .bbox p a:hover{
 color: #007a3f;
 border-bottom: 2px solid #007a3f;
}
header .bbox button{
 float: right;
 width: 98px;height: 98px;
 background: #007a3f;
 border: none;
 clear: both;
 color: #fff;
}*/
