header{
	width: 100%;
}
.header{
	width: 100%;
	height: 100px;
	display: inline-block;
}
.logo{
	height: 60px;
	display: block;
	float: left;
	margin-top: 20px;
}
.header1{
	float: right;
	font-size: 18px;
	color: #333333;
	margin-top: 36px;
}
.header1 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header1 span{
	display: inline-block;
	vertical-align: middle;
}
.header2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: calc(100% - 320px);
	float: left;
	text-align: center;
}
.header2 li{
	display: inline-block;
	margin-right: 50px;
	position: relative;
}
.header2 li:last-child{
	margin-right: 0;
}
.header2 li:hover .header2_2{
    display: block;
}
.header22:hover{
        /*color: #29A4DC;*/
        color: #46B970;
}
.header2_1:hover{
     /*color: #29A4DC;*/
        color: #46B970;
}
.header2_1{
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
}
.header2_2{
        /*border-top: 4px solid #D9BE88;*/
    box-sizing: border-box;
    width: 190px;
    /*height: 100px;*/
    background: white;
    /*padding: 0 15px;*/
    display: none;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    z-index: 1001;
}
.header22{
    width: 100%;
    box-sizing: border-box;
    display: block;
     padding: 15px;
         font-size: 14px;
   	color: #333333;
         overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header2_3{
        width: calc(100% - 320px);
          background: white;
          display: none;
          position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    z-index: 1001;
}
.header2_4{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}
.header2_4_1{
    width: 300px;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-right: 45px;
}
.header2_4_2{
    width: calc(100% - 345px);
    float: left;
}
.header2_4_3{
    width: 100%;
        font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.header2_4_4{
    width: 100%;
    display: inline-block;
}
.header2_4_5{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
     color: #333333;
     display: block;
         overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header2_4_5:nth-child(3n){
    margin-right: 0;
}
.header2_4_5:hover{
     color: #29A4DC;
}
.header2_4_6{
    width: 100%;
    height: 50px;
    margin-top: 40px;
    display: block;
    object-fit: cover;
    object-position: center;
}