
.header_top{
	height: 100px;
	background-color: white;
	width: 1200px;
	/* min-width: 1300px; */
    margin: 20px auto 0 auto;
    position: relative;
    padding-bottom: 15px;
    /*top: 15px;*/
}


.top_img{
	display: inline-block;
	height: 100%;
	width: 336px;
	
}
.top_img img{
	height: 100%;
	/* width: 100% ; */
}
.top_middle{
	background-color: #2083E0;
	width: 80%;
	min-width: 1300px;
	height: 52px;
	color: white;
	text-align: center;
	margin: 0 auto;
	/*z-index: 1;*/
	/*margin-top: 130px;*/
}
.top_middle >.display_ul{
	width: 1200px;
}
.display_ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	/*width: 1100px;*/
}
.display_ul > li{
	float: left;
	height: 52px;
	position: relative;
	line-height: 52px;
}
.top_middle .display_ul > li{
	/* width: 20%; */
	text-align: left;
}
.display_ul > .boederLeft::before{
    /* content: '';
    position: absolute;
    left: 0px;
    top: 18px;
    background-color: #fff;
    display: inline-block;
    width: 3px;
    height: 20px;
    margin-right: 12px; */
}
.display_ul > li a {
	color: white;
	text-decoration: none;
	font-size:22px;
	display: block;
	width: 100%;
	padding: 0 10px;
}
.display_ul > li .boxul {
	background-color: #2083E0;
	display: none;
	z-index: 9;
	position: absolute;
	width: 100%;
	top: 52px;
}
.display_ul > li .boxul li{
	background-color: #3971c6;
}
.display_ul > li .boxul :hover {
background-color: white;
color: #2083E0;
}
.display_ul > li .boxul :hover  > a{
color: #2083E0;
}
/*.display_ul > li span{
	display: inline-block;
	height: 52px;
	padding: 0 30px;
	margin:0 20px;
}*/

.top{
	/*float: right;*/
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
.top-left{
	width: 150px;
}
.top-left span{
	/*width: 46px;*/
	height: 16px;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
.top-left .btn{
	background: url(../img/search.png) top center no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    top: 6px;
    right: 4px;
}
.top img{
	vertical-align: middle;
}
.top-left form input{
	border: 1px solid #999;
    color: #999;
    width: 150px;
    height: 30px;
}
/* .top-right{
	display: flex;
}
.top-right .codetext{
	margin-left: 15px;
}
.top-right p{
	font-size: 12px;
	color: #333333;
	line-height: 28px;
}
.codeimg img,.codeimg{
	width: 90px;height: 90px;
	display: block;
}
.textcodeimg .codeimg,.mulcodeimg  .codeimg{
	margin-left: 10px;
}
.codetext .mulimg img{
	width: 71px;height: 71px;
	display: block;
}
.mulimg{
	position: absolute;
    z-index: 99;
    background: #fff;
    color: #333;
    text-align: center;
}
.mulimg p{
	margin-bottom: 5px;
} */