﻿/*------------------------头部---------------*/
.header{ width:100%;}
.headerIn {
 overflow: hidden;
 width: 1200px;
 margin: 0 auto;
 height: 110px;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.logo {
 float: left;
}
.logo a {
 display: block;
}
.dengluzhuce{
 color: #0551A9;
}
.dengluzhuce span{
 display: flex;
 align-items: center;
}
.dengluzhuce a{
 color: #0551A9;
 font-size: 16px;
}
.dengluzhuce b{
 margin: 0 10px;
}
.dengluzhuce a:hover{
 color:#1E62B2;
 text-decoration: underline;
}
.headerRight {
 float: left;
 display: flex;
 align-items: center;
 height: 100%;
}
.search_box {
 width: 300px;
 height: 41px;
 background: none;
 margin: 0;
 box-sizing: border-box;
 position: relative;
}
.searchtxt {
 width: 100%;
 height: 41px;
 display: inline-block;
 border: solid 1px #C3C2C2;
 background: transparent;
 outline: none;
 border-radius: 4px;
 padding-left: 10px;
 box-sizing: border-box;
}
input.searchbtn {
 width: 40px;
 height: 40px;
 position: absolute;
 right: 0;
 top: 0;
 border: none;
 background: url(/Sites/Uploaded/UserUpLoad/20221114/20221114140149.png) no-repeat center center;
}
.header_English{
 color: #0551A9;
 display: flex;
 align-items: center;
 font-size: 16px;
 margin: 0 32px;
}
.header_English img{
 margin-right: 5px;
} 