header{
	width: 100%;
	background: white;
}
.header-tops{
	width: 100%;
	background: #0E0E0E;
}
.header-top{
	width: 100%;
	height: 50px;
	display: inline-block;
}
.header-top1{
	float: left;
	line-height: 50px;
	font-size: 14px;
	color: white;
}
.header-top2{
	float: right;
	margin-top: 10px;
}
.header-top3{
	border-right: 1px solid #AAAAAA;
	padding: 0 30px;
	font-size: 16px;
	color: white;
	display: inline-block;
	vertical-align: middle;
}
.header-top3 img{
	max-width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header-top3 span{
	display: inline-block;
	vertical-align: middle;
}
.header-top4{
	width: 165px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	background: #838383;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
}
.header-top4 button{
	border: none;
	outline: none;
	width: 30px;
	height: 100%;
	float: left;
	display: block;
	background-color: #E6791A;
	background-image: url(../img/seach_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px auto;
}
.header-top4 input{
	border: none;
	outline: none;
	width: calc(100% - 30px);
	height: 100%;
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 12px;
	color: white;
}
.header-top4 input::-webkit-input-placeholder {
   color: white;
}
.header-top4 input:-ms-input-placeholder { 
   color: white;
}
.header-top4 input:-moz-placeholder { 
   color: white;
}
.header-top4 input::-moz-placeholder { 
   color: white;
}
.header-top5{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header-top5_1{
    padding: 0 10px;
    font-size: 15px;
    color: white;
}
.header-top5_1_1{
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.header-top5_1_2{
    width: 15px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.header-top5_1 span{
     display: inline-block;
    vertical-align: middle;
}
.header-top5:hover .header-top5_2{
    display: block;
}
.header-top5_2{
    width: 130px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: white;
    padding: 5px 0;
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
        transform: translateX(-50%);
    z-index: 10;
}
.header-top5_2_1{
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
    display: block;
}
.header-top5_2_1:hover{
    color: #E6791A;
}
.header-top5_2_1 img{
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.header-top5_2_1 span{
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: middle;
     white-space: nowrap;         /* 禁止换行 */
  overflow: hidden;            /* 隐藏溢出内容 */
  text-overflow: ellipsis;
}
.header-downs{
	width: 100%;
}
.header-down{
	width: 100%;
	height: 100px;
	display: inline-block;
	position: relative;
}
.logo{
	height: 55px;
	display: block;
	float: left;
	margin-top: 22px;
}
.logo img{
	height: 100%;
	display: block;
}
.header-dow{
	float: right;
	display: flex;
}
.header-dow1{
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 0 20px;
}
.header-dow1.on{
	border: 1px solid #AAAAAA;
	background: #F6F6F6;
}
.header-dow li:hover .header-dow2{
	display: block;
}
.header-dow2{
	border: 1px solid #AAAAAA;
	width: 100%;
	box-shadow: 0 3px 21px rgba(0,0,0, 0.34);
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1001;
}
.header-dow3{
	width: 100%;
	background: white;
	display: flex;
}
.header-dow4{
	width: 205px;
	background: #F0F0F0;
}
.header-dow4_1{
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	width: 100%;
	padding: 35px 25px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.header-dow4_1.on{
	border-right:0;
	background: white;
}
.header-dow5{
	width: calc(100% - 205px);
}
.header-dow6{
	width: 100%;
	display: none;
}
.header-dow7{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 35px 75px;
}
.header-dow7_1{
	width: 32%;
	float: left;
	margin: 10px 0;
	margin-right: 2%;
}
.header-dow7_1:nth-child(3n){
	margin-right: 0;
}
.header-dow7_2{
	width: 100%;
	height: 42px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	/*margin-bottom: 25px;*/
	display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 2;    
overflow: hidden;
}
.header-dow7_3{
	width: 100%;
	line-height: 1.8;
	display: block;
	/*margin-bottom: 10px;*/
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.header-dow7_3:last-child{
	margin-bottom: 0;
}
.header-dow7_3:hover{
	color: #164C89;
	font-weight: bold;
}
.header-dow7_4{
    display: block;
    font-size: 13px;
color: #164C89;
margin-top: 5px;
}
.header-dow7_5{
    width: 100%;
    float: left;
}
.header-dow7_5_1{
    border: 1px solid #AAAAAA;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    display: block;
    margin: auto;
}
.header-dow8{
	width: 100%;
	padding: 35px 75px;
}
.header-dow8_1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.header-dow8_2{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.header-dow8_3{
	width: 100%;
	display: inline-block;
}
.header-dow8_4{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
}
.header-dow8_4:nth-child(3n){
	margin-right: 0;
}
.header-dow8_5{
	width: 100%;
	/* margin-bottom: 15px; */
	line-height: 1.8;
	display: block;
	/* margin-bottom: 10px; */
	font-size: 14px;
}
.header-dow8_5:last-child{
	margin-bottom: 0;
}
.header-dow8_5:hover{
	color: #164C89;
}