a {
    font-family: Microsoft YaHei;
}
pre.sf-dump{
    display: none !important;
}
.topBox {
    width: 100%;
    height: 0.4rem;
    background-color: #0b318f;

}

.topBoxC {
    width: 16rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.topWrap img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.topWrap p {
    color: #fff;
    font-size: 0.16rem;
}

.topWrap p a {
    color: #fff;
}

.mt048 {
    margin-left: 0.48rem;
}

.mt744 {
    margin-left: 5rem;
}

.topArrow {
    margin-left: 0.05rem;
}

.lag {
    cursor: pointer;
    height: 100%;
    position: relative;
    align-items: center;
}

/* .lag:hover .topArrow{
    transform: rotate(-180deg);
} */

.lag:hover .lagBox {
    display: block;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
}

.lagBox {
    width: 1rem;
    padding: 0.1rem 0;
    position: absolute;
    left: 50%;
    top: 105%;
    background-color: #fff;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
}

.lagBox>li {
    height: 0.3rem;
}

.lagBox>li:hover a {
    color: #0b318f;
    font-weight: 600;
}

.lagBox>li>a {
    font-size: 0.16rem;
    color: #000;
    justify-content: center;

}

header {
    width: 100%;
    height: 1.6rem;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    top: -1.6rem;
    animation: header 2s forwards;
    z-index: 900;
}

@keyframes header{
    0%{
        top: -1.6rem;
    }
    100%{
        top: 0;
    }
}



.headerBox {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(2, 2, 2, 1) 0%, rgba(85, 85, 85, 0) 100%);
    transition: 0.6s;
    position: relative;
}

.headerBox.active,
.headerBox:hover
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.headerBox.active .logo>img:first-child,
.headerBox:hover .logo>img:first-child
{
    display: block;
} 

.headerBox.active .logo>img:last-child,
.headerBox:hover .logo>img:last-child{
    display: none;
}

.headerBox.active a,
.headerBox:hover a {
    color: #000;
}

.headerBox.active .headNav>div>a::after,
.headerBox:hover .headNav>div>a::after {
    border-top: 5px solid #9B9B9B;
}

.headerBox.active .headTel img:nth-child(2),
.headerBox:hover .headTel img:nth-child(2) {
    display: block;
}

.headerBox.active .headTel img:nth-child(1),
.headerBox:hover .headTel img:nth-child(1) {
    display: none;
}

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

.logo>img {
    width: 2.2rem;
}

.logo>img:first-child{
    display: none;
}

.headNav {
    display: flex;
    height: 100%;
    /*margin-left: 1.29rem;*/
    align-items: center;
}

.headNav>div:first-child {
    padding-left: 0;
}

.navItem {
    font-size: 0.19rem;
    padding-left: 0.26rem;
    height: 100%;
    /*white-space: nowrap;*/
}
/*.navItem>a::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*    width: 0px;*/
/*    height: 2px;*/
/*    background: rgb(247, 94, 0);*/
/*    transition: 0.5s;*/
/*}*/
.navItem>a{
    height: 100%;
}

.navItem>a::after {
    content: "";
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.navItem:hover >a{
    color: #e60012;
}
.navItem:hover >a::before{
    width: 100%;
}
.headNav>.navItem.noAfter>a:after,
.headNav>.navItem:nth-child(1)>a:after,
.headNav>.div:nth-child(3)>a:after {
    display: none;
}

.navItem.active>a {
    color: #e60012 !important;
}
.navItem.active>a::before{
    width: 100%;
}

.navItem>a {
    position: relative;
    color: #fff;
    line-height: 1rem;
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
}
.navItem:nth-of-type(1)>a,.navItem:nth-of-type(3)>a{
    padding: 0;
    margin-right: 0.2rem;
}
.navItem:hover .solutionNav {
    height: 3.2rem;
}

.navSlide {
    width: 1.7rem;
    position: absolute;
    left: 50%;
    top: 1.2rem;
    transform: translateX(-50%);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.31rem 0;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    display: none;
}

.navSlide>li {
    width: 100%;
}

.navSlide>li:hover>a,
.navSlide>li.active>a {
    color: #11408D !important;
}

.navSlide>li>a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 0.16rem;
    font-weight: 600;
}

.navSlide>li+li {
    margin-top: 0.19rem;
}

.navItem .topArrow {
    width: 0.2rem;
    height: 0.2rem;
}

.topArrow>img{
    display: block;
}

.headTel {
    width: 2.32rem;
    height: 0.48rem;
    border-radius: 0.22rem 0.22rem 0.22rem 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem;

}

.headTel img {
    width: .26rem;
    height: .26rem;
    margin-right: .1rem;
    cursor: pointer;
}

.headTel img:nth-child(2) {
    display: none;
}

/* 解决方案样式 */

.solutionNav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    width: 100%;
    /*height: 3.2rem;*/
    height:0 ;
    background: #F4F4F6;
    /*display: none;*/
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
}

.solutionNavC{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.solutionNavList {
    width: 4.36rem;
    height: 100%;
    background-color: #fff;
    padding: 0.1rem 0;
    /*margin-left: 1rem;*/
    /*margin-left: 4.3rem;*/
}

.solutionNavList>li {
    width: 100%;
    height: 0.56rem;
    margin: 0 auto;
    border-bottom: 0.01rem solid #D0D0D0;
}

.solutionNavList>li:hover a{
    color: #e60012;
}

.solutionNavList>li>a {
    line-height: 0.56rem;
    color: #333333;
    font-size: 0.16rem;
    justify-content: center;
    transition: all 0.6s;
}

.solutionNavList>li:hover>a{
    font-weight: 600;
        color: #e60012 !important;
}

.solutionNavRight {
    width: 6.5rem;
    margin-left: 0.42rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.36rem;
}

.solutionNavMsg{
    width: 5.6rem;
}

.solutionNavTxt1 {
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    color: #333333;
}

.solutionNavTxt2 {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.32rem;
    margin-top: 0.2rem;
}

.solutionNavImg{
       width: 5rem;
    height: 2.55rem;
    /*margin-top: 0.3rem;*/
        margin-left: 0.1rem;
}

.solutionNavImg>img{
    display: block;
    height: 100%;
}
@media only screen and (max-width: 1024px) {
header{
    display: none;
}
}