.header{
    width: 100%;
    height: 1rem;
    /*background-image: linear-gradient(to right, #ffffff, #bee4f4);*/
    background-color: #ffffff;

    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
}
.header-all{
    display: flex;
    width: 16.4rem;
    margin: 0 auto;
    justify-content: space-between;
}
.header-all-img{
    width: 2.57rem;
    height: 0.87rem;
}
.header-all-ul{
    justify-content: flex-end;
    display: flex;
    flex: 1;
}
.header-all-li{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1rem;
    padding:0 0.33rem;
}
.header-all-li-a-ave{
    font-weight: 400;
    font-size: 18px;
    color: #005DB8;
    border-bottom: 1px solid #005DB8;
}
.header-all-li a:hover{
    border-bottom: 1px solid #005DB8;
    color: #005DB8;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.header-right-a{
    font-weight: 400;
    font-size: 18px;
    color: #EE1C22;
    line-height: 1rem;
}
.header-right{
    margin-left: 0.4rem;
}

.bottom{
    background: #444444;
    margin-top: 0.6rem;
    height: 2.53rem !important;
}
.bottom-top{
    width: 16.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-to-img{
    width: 1.5rem;
    height: 1.3rem;
}
.bottom-top-nav-li a{
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-left: 1.5rem;
}
.bottom-top-nav-li:nth-child(1) a{
    margin-left: 0;
}
.bottom-top-left-nav{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e3e2e22e;
    padding: 0.3rem 0;
}
.bottom-top-left-adr{
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    padding: 0.3rem 0;
}
.bottom-top-left-adr span{
    margin-right: 1.5rem;
}
.bottom-beian{
    background: #1E1E1E;
    padding: 0.3rem 0;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
}
.lanmu-img{
    width: 100%;
    height: auto;
}
.lanmu{
    position: relative;
    margin-top: 1rem;
}
.lanmu-text{
    position: absolute;
    z-index: 10;
    width: 16.4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lanmu-text-txt1{
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
}
.lanmu-text-txt2{
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.menu-case{
    width: 16.4rem;
    height: 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 26px 9px rgba(0,0,0,0.09);
    border-radius: 20px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.menu-case:hover{
    height: 3.5rem;
}
.header-all-li-case:hover .menu-case {
    height: 3.5rem;
}
.menu-case-left{
    width: 5.8rem;
    height: 3.5rem;
}
.menu-case-right{
    padding: 0.3rem 0.4rem;
    flex: 1;
}
.menu-case-title{
    font-weight: 800;
    font-size: 30px;
    color: #005DB8;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #EEF1F5;
}
.menu-case-list-li{
    font-weight: 400;
    font-size: 0.18rem;
    color: #4D4D4D;
    margin-top: 0.2rem;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.menu-case-list-li-ave{
    font-weight: 400;
    font-size: 0.18rem;
    color: #005DB8;
}
.menu-case-list-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-case-list-img{
    width: 0.06rem;
    height: 0.12rem;
}
.menu-case-list-li:hover{
    color: #005DB8;
}
.heibu{
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
    background-color: #000;
    display: none;
}
.heibu-hov{
    display: block;
}
.header-gb{
    display: none;
}
.header-gb2{
    display: none;
}
.topright{
    display: flex;
    justify-content: space-between;
}
.menu-case-phone{
    display: none;
}
@media screen and (max-width: 1050px) {
    .header{
        height: auto;
    }
    .menu-case-pc{
        display: none;
    }
    .menu-case-phone{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        transform: none;
        box-shadow: none;
        width: 100%;
    }
    .menu-case-title{
        display: none;
    }
    .menu-case-list-li{
        line-height: normal;
        margin: 0;
        margin-bottom: 0.2rem;
    }
    .menu-case-right{
        padding: 0.15rem 0.4rem;
    }
    .menu-case-left{
        display: none;
    }
    .header-all{
        width: auto;
        padding: 0.3rem;
        align-items: center;

    }
    .topright{
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        transform: translateX(100%);

        display: flex;
        padding-top: 0.4rem;
        width: 2.5rem;
        transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        justify-content: unset;
    }
    .header-all-ul{
        display: block;
        text-align: center;
        flex: unset;
    }
    .header-right{
        margin: 0;
        text-align: center;
    }
    .header .header-hov {
        transform: translateX(0);
    }
    .header-gb {
        font-size: .28rem;
        color: #00397B;
        background-image: url(../images/ico33_2.png);
        padding-right: 0.42rem;
        background: url(../images/ico33_1.png) no-repeat right center;
        background-size: 14px auto;
        display: block;
        float: right;

    }
    .header-gb2{
        font-size: .4rem;
        color: #00397B;
        background-image: url(../images/ico33_2.png);
        background: url(../images/ico33_1.png) no-repeat right center;
        background-size: 14px auto;
        display: block;
        float: right;
        text-align: center;
        width: 2.2rem;
        margin: 0 auto;
    }
    .bottom{
        height: auto !important;
    }
    .bottom-top{
        padding: 0.3rem;
        width: auto;
        display: block;
    }
    .bottom-top-left-nav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.2rem;
     
    }
	.bottom-top-nav-li:nth-child(2){
		text-align: center;
	}
	.bottom-top-nav-li:nth-child(3){
		text-align: right;
	}
	.bottom-top-nav-li:nth-child(4){
		text-align: left;
	}
	.bottom-top-nav-li:nth-child(5){
		text-align: center;
	}
	.bottom-top-nav-li:nth-child(6){
		text-align: right;
	}
    .bottom-top-nav-li a{
        margin: 0;
        text-align: center;
    }
    .bottom-to-img{
        display: none;
    }
    .bottom-top-left-adr{
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
}