.header1-container {
    /* font-family: PingFang SC, serif; */
    font-family: Arial, sans-serif;
    position: relative;
    height: 242px;
    background-image: url("../../images/headbg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* transition: all 5s ease-in-out; */
}
.header1-container:hover {
    background-size: 110% 110%; 
}
.header1-container .h1-top {
    width: 100%;
    height: 50x;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header1-container .h1-top .h1-left-tool, .header1-container .h1-top .h1-right-tool {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px;
    display: flex;
    color: #1D2129;
    text-align: center;
    /*      & > .h1-down-app {
            color: #FF3637
          } */
}
.header1-container .h1-top .h1-left-tool > a {
    color: #1D2129;
    margin-right: 24px;
    text-decoration: none;
}
.header1-container .h1-top .h1-left-tool :hover,
.header1-container .h1-top .h1-left-tool  a :hover{
    color: #006CB9;
}
.header1-container .h1-top .h1-left-tool > div, .header1-container .h1-top .h1-right-tool > div {
    margin-right: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.header1-container .h1-top .h1-left-tool .icon, .header1-container .h1-top .h1-right-tool .icon {
    margin: 0 8px;
    height: 16px;
}
.header1-container .h1-top .h1-right-tool div {
    margin-right: 16px;
}
.header1-container .h1-top .h1-right-tool div:last-child {
    margin-right: 0;
}
.header1-container .h1-top-main {
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    justify-content: center;
}
.header1-container .top-main-logo > img {
    /* width: 141px;
    height: 68px; */
    width: 50%;
    /* margin-top: -30px; */
    vertical-align: center;
    margin-right: 14px;

    transform: scale(1) translateY(0px);
}

.header1-container .top-main-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94px;
    vertical-align: center;
    font-size: 72px;
    color: #1D2129;
    /* text-align: center; */
    font-weight: 300;
    line-height: 94px;
    letter-spacing: 0px;
    white-space: nowrap;
}

.header-menu-container .head2-container .h2-logo {
    font-size: 36px;
    color: #4E5969;
    font-weight: 300;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-menu-container .head2-container .h2-logo .sys_name {
    white-space: nowrap;
    font-size: 32px;
    font-weight: 300;
    color: #1D2129;
    letter-spacing: 0;
}

.header-menu-container .head2-container .h2-logo>img {
    margin-right: 16px;
}
/* 搜索框 */
.search_box {
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    /* width: 720px; */
    /* width: 33.45vw; */
    width: calc(80vw - 700px);
    height: 48px;
    position: relative;
}

.search_box .search-input {
    /* width: 460px; */
    /* height: 48px; */
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    background-color: rgba(256, 256, 256, 0.4)F;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 10px;
    outline: none;
    float: left;
    padding: 0 10px 0 10px;
}
.search_box .search-btn {
    width: 50px;
    margin-right: -20px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    margin: auto;
    border: none;
    /* right: 20px; */
    left: 0;
    background-color: rgba(256, 256, 256, 0.4);;
    /* margin-right: -20px; */
}
.search_box .clear-icon {
    display: none;
    top: 13px;
    position: absolute;
    right: 60px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
/* 吸顶搜索框 */
.search_box_top {
    overflow: hidden;
    background-color: #F2F3F5;
    border-radius: 5px;
    width: 340px;
    height: 38px;
    position: relative;
    margin-left: 100px;
}
.search_box_top .search-input {
    /* width: 460px; */
    width: calc(100% - 42px);
    height: 38px;
    border: none;
    background-color: #F2F3F5;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 10px;
    outline: none;
    float: left;
    padding-left: 5px;
    /* padding: 0 40px 0 10px; */
}
.search_box_top .search-btn {
    width: 40px;
    margin-right: -20px;
    height: 38px;
    position: absolute;
    cursor: pointer;
    margin: auto;
    border: none;
    right: 20px;
    background-color: #F2F3F5;
    margin-right: -20px;
}
.search_box_top .clear-icon {
    display: none;
    top: 13px;
    position: absolute;
    right: 60px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
/* 设置网站名称 */
.sys_name{
    /* margin-right: 54px;  */
    margin-right: 40px; 
}
/* 覆盖导航栏颜色样式 */
.home-menu-container .menu-ul .menu-item-more> .go-link:hover {
    color:#006CB9 !important;
}
/* 把导航栏的更多隐藏 */
.menu-item-more {
    display: none !important; 
}
.home-menu-container .menu-ul >.menu-item:first-child {
    color:#006CB9 !important; 
}
.home-menu-container .menu-ul >.menu-item:first-child:after {
    background-color:#006CB9 !important;
}
.home-menu-container .menu-ul .menu-item .go-link:hover {
    color:#006CB9 !important;
    background-color:#f2f3f5;
}
.special-module-1-container {
    background: url('../../images/special-background.png') no-repeat !important;
    background-size: 100% 100% !important;
 }
.special-module-1-container .module-label {
     background-image: url('../../images/special-leftTop.png') !important;
}
.special-module-1-container .special-item .label{ 
    background-color: #006CB9 !important;
}
.special-module-1-container .special-item{
    margin-right: 32px !important;
}
/* 两侧轮播（左图右文） */
.banner-module-1-container .swiper{
    width: 840px !important;
    height: 472px !important;
}
.banner-module-1-container .message ul li:nth-child(4n+1) {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.banner-module-1-container .message ul li:nth-child{
    margin: 10px 0;
}
.banner-module-1-container .message ul{
    display: block !important;
    overflow: hidden !important;
    /* height:472px !important; */
}
.banner-module-1-container .message ul li{
    height: 49px !important;
}
.banner-module-1-container .message ul li a:hover {
    color: #006CB9 !important;
}