@media screen and (max-width:800px) {
.Header2 {
width: calc(100% - 20px);
height: 56px;
position: fixed;
top: 0px;
left: 0%;
z-index: 10;
font-size: 14px;
background: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}

.HeaderLogo2 img {
margin-top: 0px;
width: 50px;
}


.HeaderLogo2 {

}

.header2right {
display: flex;
align-items: center;
}

.header2right img {
width: 25px;
height: 25px;
margin-left: 10px;
}

.header2right .search {
width: 15px;
height: 15px;
margin-right: 10px;
}

}

@media screen and (min-width:801px) {
.Header2{
display: none;
}
}

.NewHeader2 {
width: 100%;
height: 70px;
background: #fff;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
/*position: fixed;*/
z-index: 99;
top: 0px;
left: 0%;
}

.NewHeader2In {
width: 1100px;
height: 70px;
margin: 0 auto;
}
.NewHeader2In_logo {
width: 100px;
min-height: 10px;
margin: 0px auto;
height: auto;
_height: auto;
overflow: hidden;
zoom: 1;
margin-top: 14px;
}
.sousuo {
width: 150px;
height: 30px;
border-radius: 5px;
overflow: hidden;
margin-top: 20px;
background: url(../img/n1.png);
}
.container {
/*width: 700px;*/
height: 70px;
margin-left: 70px
}
.fl {
float: left;
}
.menu {
height: 70px;
line-height: 70px;
color: #fff;
position: relative;
padding: unset;
margin: unset;
}
.menu li {
float: left;
color: #fff;
}
.menu_a {
text-decoration: unset;
display: block;
float: left;
height: 67px;
line-height: 67px;
color: #7B7B7B;
text-align: center;
padding: 0 25px;
font-size: 16px;
position: relative;
width: 100px;
}
.headercolor{
background: #ECF3F9;
color: #508DC6;
border-bottom: 2px solid #508DC6;
}
.menu_a:hover{
/*background: #ECF3F9;*/
/*color: #508DC6;*/
/*border-bottom: 2px solid #508DC6;*/
}
.menu_a:hover .menu_pop{
display: block;
}
.fr {
float: right;
}
ul {
list-style: none;
}
.sousuoInp {
width: 90%;
height: 28px;
border: 0px;
background: none;
padding-left: 10px;
text-align: left;
color: #7B7B7B;
font-size: 12px;
}
.sousuoInpBtn {
width: 14px;
height: 14px;
border: 0px;
background: none;
}
.menu_pop{
background: #4787C4;
position: absolute;
top: 70px;
text-align: center;
z-index: 999;
overflow: hidden;
}
.menu_poptag a{
color:#fff
}
.menu_poptag{
width: 150px;
height: 40px;
line-height: 40px;
border-bottom: .03rem solid #fff;
font-size: 14px;
}
.menu_poptag:hover{
transform: scale(1.1);
}
.menu_poptag:nth-last-child(1){
border-bottom: unset;
}
.showmenu{
cursor: pointer;
}

.md_smalltitle{

}