@charset "utf-8";

/* 头部样式 */
.top {
    width: 100%;
    background: #fff;
}

.header {
    width: 1200px;
    background: #fff;
    position: relative;
    margin: 0 auto 10px auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftheader {
   
}

.rightheader {
    display: flex;
    align-items: center;
}
#searchbg{
  background-image: url(../../images/2025new/searchBg.png);
    background-size: 100% 100%;
   width: 286px;
    height: 49px;
}
.itxt{
    width: 228px;
    height: 45px;
    border: none;
    margin-left: 20px;
    background: transparent;
    font-size: 14px;
    color: #666;
}
.search {
    margin-right: 100px;
    width: 286px;
    height: 49px;
    background-image: url(../../images/2025new/searchBg.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    width: 200px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: transparent;
    font-size: 14px;
    color: #666;
}

.sbtn {
    display: block;
    width: 22px;
    height: 24px;
    background-image: url(../../images/2025new/searchBtn.png);
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 20px;
}

.logo2 {
}

.menu {
    clear: both;
    width: 100%;
    max-width: 1920px;
    height: 66px;
    margin: 0 auto;
    background-image: url(../../images/2025new/menuBg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.menuBox {
    padding: 0 40px;
    width: 1200px;
    height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    justify-content: space-between;
}

.menuBox span {
    cursor: pointer;
}

.menuBox span a {
    color: #fff;
    text-decoration: none;
}

.menuBox span:hover {
    font-size: 20px;
    font-weight: 600;
}

.menuBox span:hover a {
    font-size: 20px;
    font-weight: 600;
}