.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .hed-cet {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 70px;
    /*background: linear-gradient(to top, rgba(0,0,0,0), rgb(0 0 0 / 51%));*/
    background-color: #fff;
}
.header .hed-cet::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    height: 20px;
    opacity: 1;
    box-shadow: 0px 5px 10px 0px rgba(41, 166, 255, 0.1);
    width: 100%;
    pointer-events: none;
}
@media (max-width: 1199px) {
    .header .hed-cet {
        line-height: 60px;
        height: 60px;
    }
}

@media (max-width: 1199px) {
    .header .hed-cet .container {
        height: 100%;
    }
}

.header .hed-cet .container .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont {
        height: 100%;
    }
}

.header .hed-cet .container .cont .lt {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont .lt {
        height: 100%;
    }
}

.header .hed-cet .container .cont .lt .logo {
    display: block;
    width: 175px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont .lt .logo {
        width: 140px;
    }
}

.header .hed-cet .container .cont .lt .logo img {
    width: 100%;
    float: left;
}

.header .hed-cet .container .cont .lt .navb {
    display: flex;
    align-items: center;
    margin-left: 80px;
}

@media (max-width: 1919px) {
    .header .hed-cet .container .cont .lt .navb {
        margin-left: 1.5rem;
    }
}
@media (max-width: 1500px) {
    .header .hed-cet .container .cont .lt .navb {
        margin-left: 0.6rem;
    }
}
@media (max-width: 1366px) {
    .header .hed-cet .container .cont .lt .navb {
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont .lt .navb {
        margin-left: 0;
        display: none;
    }
}

.header .hed-cet .container .cont .lt .navb li {
    list-style: none;
    position: relative;
}

.header .hed-cet .container .cont .lt .navb li a {
    color: #000;
    font-weight: 500;
}
.header .hed-cet .container .cont .lt .navb li a span{
    color: #333333;
    /*text-shadow: 0px 1px 1px #9f9f9f;*/
}
.header .hed-cet .container .cont .lt .navb li .tit {
    display: flex;
    align-items: center;
    margin: 0 18px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 1919px) {
    .header .hed-cet .container .cont .lt .navb li .tit {
        margin: 0 13px;
    }
}

@media (max-width: 1366px) {
    .header .hed-cet .container .cont .lt .navb li .tit {
        border-width: 2px;
        margin: 0 6px;
    }
}

.header .hed-cet .container .cont .lt .navb li .tit i {
    display: block;
    width: 8px;
    margin-left: 4px;
}

.header .hed-cet .container .cont .lt .navb li .tit i img {
    float: left;
    width: 100%;
}

.header .hed-cet .container .cont .lt .navb li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: none;
}

.header .hed-cet .container .cont .lt .navb li ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .hed-cet .container .cont .lt .navb li ul>li a {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #333;
    width: 100%;
    text-overflow: ellipsis;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .lt .navb li ul>li a {
        font-size: 14px;
    }
}

.header .hed-cet .container .cont .lt .navb li ul>li:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.header .hed-cet .container .cont .lt .navb li.on .tit,
.header .hed-cet .container .cont .lt .navb li.active .tit {
    border-color: #0067f7;
}
.header .hed-cet .container .cont .lt .navb li.active .tit span{
    color:#0067f7;
    /*text-shadow: 0px 1px 1px #99dfff;*/
}
.header .hed-cet .container .cont .gt {
    display: flex;
    align-items: center;
}

.header .hed-cet .container .cont .gt .fz_list {
    display: flex;
    align-items: center;
}

.header .hed-cet .container .cont .gt .fz_list .xian {
    display: block;
    width: 3px;
    height: 13px;
    background-color: #0067F7;
    border-radius: 2px;
    margin: 0 10px;
}

.header .hed-cet .container .cont .gt .fz_list .lang .tit {
    font-size: 16px;
}
.header .hed-cet .container .cont .gt .fz_list .lang .tit i {
    float: right;
    width: 8px;
    margin-left: 3px;
}

.header .hed-cet .container .cont .gt .fz_list .lang .tit i img {
    
    width: 100%;
}
.header .hed-cet .container .cont .gt .fz_list .lang{
    position: relative;
}
.header .hed-cet .container .cont .gt .fz_list .lang ul{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    transition: .32s all;
    overflow: hidden;
    height:0;
}
.header .hed-cet .container .cont .gt .fz_list .lang ul > li{
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header .hed-cet .container .cont .gt .fz_list .lang ul > li a{
     color:#999;
     transition: color 0.3s ease;  
}
.header .hed-cet .container .cont .gt .fz_list .lang ul > li:hover{
     background-color: #0067f7;
}
.header .hed-cet .container .cont .gt .fz_list .lang ul > li:hover a{
     color:#fff;
}
.header .hed-cet .container .cont .gt .fz_list .lang:hover ul{
    overflow: hidden;
    height: 47px;
}
@media (max-width: 1200px) {
    .header .hed-cet .container .cont .gt .fz_list .lang ul{
        border-top: 0;
    }
    .header .hed-cet .container .cont .gt .fz_list .lang .tit {
    font-size: 14px;
    }
}
@media (max-width: 767px) {
    .header .hed-cet .container .cont .gt .fz_list .lang{
        display: none;
    }
    .header .hed-cet .container .cont .gt .fz_list .xian {
        margin: 0 5px;
        opacity: 0;
    }
    .header .hed-cet .container .cont .gt .fz_list .lang .tit{
            font-size: 13px;
    }
    .header .hed-cet .container .cont .gt .fz_list .lang ul > li a{
            font-size: 13px;
    }
}

@media (max-width: 376px) {
    .header .hed-cet .container .cont .gt .fz_list .xian {
        margin: 0 5px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .tit {
    cursor: pointer;
    width: 18px;
    display: block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .tit {
        width: 16px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .tit img {
    width: 100%;
    float: left;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 60px 0 50px;
    display: none;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form {
        padding: 40px 0 30px;
    }
}

@media (max-width: 767px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form {
        padding: 26px 0;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .f_bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .f_bag {
        height: calc(100vh - 70px);
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .zhong {
    position: relative;
    z-index: 2;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .container {
    max-width: 1640px;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont {
        padding-bottom: 14px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont button,
.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont input {
    border: none;
    outline: none;
    background: none;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_sub {
    color: #fff;
    font-size: 21px;
    width: 36px;
    cursor: pointer;
    text-align: left;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_sub {
        font-size: 18px;
        width: 30px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_sub img {
    width: 20px;
    float: left;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_sub img {
        font-size: 18px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_int {
    width: 96%;
    font-size: 20px;
    width: calc(100% - 51px);
    color: #fff;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_int {
        font-size: 16px;
        width: calc(100% - 42px);
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_int::-webkit-placeholder {
    color: #999;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .f_int::placeholder {
    color: #999;
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .close {
    width: 15px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .close {
        width: 12px;
    }
}

.header .hed-cet .container .cont .gt .fz_list .search1 .form .for_cont .close img {
    width: 100%;
    float: left;
}

.header .hed-cet .container .cont .gt .but {
    /*width: 85px;*/
    /*height: 35px;*/
    width: 75px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0067f7;
    border-radius: 4px;
    margin-left: 14px;
    font-size: 14px;
    transition: background-color 0.5s ease;
}
.header .hed-cet .container .cont .gt .but img{
    height: 50%;
    margin-right: 3px;
}
@media (max-width: 1919px) {
    .header .hed-cet .container .cont .gt .but {
        margin-left: 0.1rem;
    }
}

@media (max-width: 1440px) {
    .header .hed-cet .container .cont .gt .but {
        width: 80px;
        font-size: 14px;
        height: 30px;
    }
}

@media (max-width: 1199px) {
    .header .hed-cet .container .cont .gt .but {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .header .hed-cet .container .cont .gt .but {
        width: 70px;
        font-size: 12px;
        display: none;
    }
}

@media (max-width: 376px) {
    .header .hed-cet .container .cont .gt .but {
        margin-left: 10px;
    }
}

.header .hed-cet .container .cont .gt .but:hover {
    background-color: #0056ce;
}

.header .hed-cet .container .cont .gt .basemenubut {
    margin-left: 16px;
}

@media (min-width: 1200px) {
    .header .hed-cet .container .cont .gt .basemenubut {
        display: none;
    }
}

.header .hed-cet .container .cont .gt .basemenubut span {
    background-color: #000;
}

.header .hed-psh {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 0 0 20px 30px rgba(0, 0, 0, 0.08);
}

.header .hed-psh .fz_list .cont {
    display: none;
    background-color: #fff;
    overflow: auto;
    max-height: calc(100vh - 92px - 82px);
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont {
        max-height: calc(100vh - 82px - 83px);
    }
}

.header .hed-psh .fz_list .cont.active {
    display: block;
}

.header .hed-psh .fz_list .cont .container .hd_core {
    display: flex;
    justify-content: space-between;
}

.header .hed-psh .fz_list .cont .container .hd_core .list {
    width: 100%;
    display: block;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .f_img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_core .list .f_img {
        margin-bottom: 14px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_core .list .f_img .img {
    width: 100%;
    height: 1.92rem;
    overflow: hidden;
    border-radius: 10px;
    background-color: #F2F6FA;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .f_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .f_img .f_but {
    /*right: 0.4rem;*/
    /*bottom: 0.4rem;*/
    /*width: 0.39rem;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dfecf9;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #3D3D3D;
    font-size: 16px;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .f_img .f_but img {
    float: left;
    width: 100%;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .font {
    width: 100%;
}

.header .hed-psh .fz_list .cont .container .hd_core .list .font .tit {
    font-size: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    /*text-shadow: 1px 1px 1px #bdbdbd;*/
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_core .list .font .tit {
        font-size: 22px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_core .list .font .tit {
        font-size: 20px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_core .list .font .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    color: #666666;
}
.header .hed-psh .fz_list .cont .container .hd_core .list .font a.text{
    display: inline-block;
}
.header .hed-psh .fz_list .cont .container .hd_core .list .font a.text:hover{
    color:#0067f7;
}
@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_core .list .font .text {
        font-size: 14px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_core .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.header .hed-psh .fz_list .cont .container .hd_core .list:hover .font .tit {
    color: #0067f7;
}

.header .hed-psh .fz_list .cont .container .hd_core .lt {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_core .lt {
        margin: 0 -14px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_core .lt {
        margin: 0 -10px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_core .lt .item {
    width: 25%;
    padding: 0 0.2rem;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_core .lt .item {
        padding: 0 14px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_core .lt .item {
        padding: 0 10px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_core .gt .list {
    width: 2.26rem;
    text-align: center;
}

.header .hed-psh .fz_list .cont .container .hd_pro {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    width: 100%;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_pro {
        margin: 0 -14px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_pro {
        margin: 0 -10px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_pro .item {
    width: 25%;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item {
        padding: 0 14px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item {
        padding: 0 10px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .tit {
    display: block;
    width: 100%;
    padding-bottom: 0.2rem;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #ddd;
}
.header .hed-psh .fz_list .cont .container .hd_pro .item .tit a{
    /*text-shadow: 1px 1px 1px #bdbdbd;*/
}
@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item .tit {
        margin-bottom: 22px;
        font-size: 22px;
        padding-bottom: 12px;
    }
}

@media (max-width: 1366px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item .tit {
        margin-bottom: 16px;
        font-size: 20px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .tit:hover {
    color: #0067f7;
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .tit a:hover {
    color: #0067f7;
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut {
    width: 100%;
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li {
        margin-bottom: 12px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 1.28rem;
    height: 1rem;
    background-color: #f6f7f9;
    border-radius: 10px;
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li .f_font {
    width: calc(100% - 1.28rem);
    padding-left: 0.2rem;
    color: #333;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li .f_font {
        padding-left: 12px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.header .hed-psh .fz_list .cont .container .hd_pro .item .f_jut .li:hover .f_font {
    color: #0067F7;
}

.header .hed-psh .fz_list .cont .container .hd_plan .item .f_jut .f_list {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 14px;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_list .cont .container .hd_plan .item .f_jut .f_list {
        margin-bottom: 10px;
    }
}

.header .hed-psh .fz_list .cont .container .hd_plan .item .f_jut .f_list:last-child {
    margin-bottom: 0;
}

.header .hed-psh .fz_list .cont .container .hd_plan .item .f_jut .f_list:hover {
    color: #0067F7;
}

.header .hed-psh .fz_jut {
    background-color: #f6f7f9;
    padding: 0.3rem 0;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_jut {
        padding: 24px 0;
    }
}

.header .hed-psh .fz_jut .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hed-psh .fz_jut .container .lt {
    display: flex;
    align-items: center;
}

.header .hed-psh .fz_jut .container .lt .tel {
    margin-right: 16px;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_jut .container .lt .tel {
        font-size: 14px;
    }
}

.header .hed-psh .fz_jut .container .lt .tel span {
    font-size: 20px;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_jut .container .lt .tel span {
        font-size: 18px;
    }
}

.header .hed-psh .fz_jut .container .lt .but {
    width: 85px;
    height: 35px;
    background-color: #0067f7;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_jut .container .lt .but {
        width: 80px;
        height: 35px;
    }
}

.header .hed-psh .fz_jut .container .close {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    right: 2.5rem;
    top: 10px;
    width: 24px;
}

@media (max-width: 1440px) {
    .header .hed-psh .fz_jut .container .close {
        width: 20px;
    }
}

@media (max-width: 1600px) {
    .header .hed-psh .fz_jut .container .close {
        right: 1.2rem;
    }
}

.header .hed-psh .fz_jut .container .close img {
    float: left;
    width: 100%;
}

.header .hed-psh .fz_jut .container .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.new-hdbox {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 70px);
    background-color: #fff;
    display: none;
}

.new-hdbox .container {
    position: relative;
}

@media (max-width: 1199px) {
    .new-hdbox .container {
        width: 96%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .new-hdbox .container {
        width: 100%;
    }
}

.new-hdbox .container .f_portrait {
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0059aa;
    border-radius: 4px;
    font-size: 14px;
}

.new-hdbox .container .navbox {
    padding: 0.6rem 0;
    line-height: 45px;
    height: 100%;
}

.new-hdbox .container .navbox>ul {
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

.new-hdbox .container .navbox>ul li {
    list-style: none;
}

.new-hdbox .container .navbox>ul>li {
    border-bottom: 1px solid #ddd;
}

.new-hdbox .container .navbox>ul>li .tit {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    padding-right: 10px;
}

.new-hdbox .container .navbox>ul>li .tit i {
    width: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}

.new-hdbox .container .navbox>ul>li .tit i img {
    float: left;
    width: 100%;
}

.new-hdbox .container .navbox>ul>li ul {
    line-height: 32px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: none;
}

.new-hdbox .container .navbox>ul>li ul a {
    font-size: 14px;
    color: #666;
}

.new-hdbox .container .navbox>ul>li.active .tit i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.new-hdbox .container .navbox>ul>li.on .tit {
    color: #0059aa;
}

.header:hover .header .hed-cet {
    background-color: #0c0c0f;
}

.header2 .hed-cet {
    /*background-color: #0c0c0f;*/
    background-color: #fff;
}

.hdbox3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* 新增修改 */
.new-hdbox {
    display: none;
}

.new-hdbox .container .navbox>ul>li ul {
    padding-right: 10px;
}

.new-hdbox .container .navbox>ul>li ul li .f_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-hdbox .container .navbox>ul>li ul li .f_tit i {
    width: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}

.new-hdbox .container .navbox>ul>li ul li .f_tit i img {
    float: left;
    width: 100%;
}

.new-hdbox .container .navbox>ul>li ul li.active .f_tit i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}