
.top0 {
    margin: 0 auto;
    width: var(--mwidth);
    height: 127px;
    display: flex; align-items: center; justify-content: space-between;
}
.top0 .logo {
    width: 273px;
    height: 65px;
}
.top0 .sch-1{
    height: 4.5rem;
    width: 50rem;
    display: flex;
    align-items: center;
}

.top0 .sch-1 .c1{
    height: 4.5rem;
    flex: 1;
    border: 2px solid #CA0D1D;
    border-right: none;
    border-top-left-radius: 2.25rem;
    border-bottom-left-radius: 2.25rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.top0 .sch-1 .c1 .icon{
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    fill: #CA0D1D;
}

.top0 .sch-1 .c1 .inp{
    border: none;
    outline: none;
    margin-left: 2rem;
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
}

.top0 .sch-1 .c2{
    height: 4.5rem;
    display: flex;
    align-items: center;
}

.top0 .sch-1 .c2 .btn{
    width: 10rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    background-color: #CA0D1D;
    color: #ffffff;
    font-size: 2rem;
    border-top-right-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
    cursor: pointer;
}

.top0 .c2 .r2 {
    margin: 1rem 0 0 2rem;
    display: flex; align-items: center;
}
.top0 .c2 .r2 .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}
.top0 .c2 .r2 .ttl {
    font-size: 1.6rem;
    color: #333;
}
.top0 .c2 .r2 .ls {
    display: flex; align-items: center;
    margin-left: 1rem;
}
.top0 .c2 .r2 .ls .it {
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
}
.top0 .c2 .r2 .ls .vline {
    margin: 0 1rem;
    width: 0.1rem;
    height: 1.5rem;
    background-color: #CCCCCC;
}

.top0 .c3 {
    width: 28.5rem;
}
.top0 .c3 .r1 {
    display: flex; align-items: center; justify-content: space-between;
}
.top0 .c3 .r1 .it {
    display: flex; align-items: center;
}
.top0 .c3 .r1 .it .icon {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
}
.top0 .c3 .r1 .it .text {
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    font-style: italic;
}
.top0 .c3 .r2 {
    margin-top: 1rem;
    display: flex; align-items: center; justify-content: space-between;
}
.top0 .c3 .r2 .icon {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
}
.top0 .c3 .r2 .text {
    font-weight: bold;
    font-size: 22px;
    color: #CA0D1D;
    white-space: nowrap;
}
.top0 .c3 .r2 .phone {
    font-weight: bold;
    font-size: 22px;
    color: #CA0D1D;
    flex: 1;
}




.top {
    width: 100%;
    height: 6rem;
    display: flex; align-items: center; justify-content: space-between;
    background-color: #CA0D1D;
}
.top .nav {
    margin: 0 auto;
    width: var(--mwidth);
    display: flex; align-items: center; justify-content: space-between;
}
.top .nav .it {
    width: 15rem;
    height: 6rem;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}
.top .nav .it.on {
    background-color: #AC1421;
}
.top .nav .it:hover {
    background-color: #AC1421;
}
.top .nav .it a {
    color:#FFFFFF
}





.float {
    position: fixed;
    right: 1.0rem;
    top: 35%;
    z-index: 999;
}

.float .it {
    width: 7.5rem;
    height: 7.5rem;
    margin-top: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: .6rem;
    cursor: pointer;
    background-color: #fcfcfc;
    position: relative;
    box-shadow: 2px 2px 0.6rem #ccc;
}
.float .it .icon {
    width: 3.5rem;
    height: 3.5rem;
}

.float .it .text {
    font-size: 15px;
    color: #fff;
}

.float .it .text a{
    color: #fff;
}

.float .it1 {
    background-color: #F7A515;
}
.float .it2 {
    background-color: #FF5985;
}
.float .it3 {
    background-color: #2995D5;
}
.float .it4 {
    background-color: #71C9CE;
}

.float .it2 .pop-1 {
    display: none;
    padding-right: 1rem;
    position: absolute; top: 0; left: -16rem;
}

.float .it2:hover .pop-1 {
    display: block;
}

.float .it2:hover .pop-1 .wp .img {
    width: 15rem;
    height: 15rem;
    border-radius: .6rem;
    box-shadow: 1px 1px 4px #ccc;
}

.float .it3 .pop-2 {
    display: none;
    padding-right: 1rem;
    position: absolute; top: 0; left: -22rem;
}
.float .it3 .pop-2 .wp {
    padding: 1rem;
    width: 21rem;
    height: 7.5rem;
    background-color: #fff;
    border-radius: .6rem;
    box-shadow: 1px 1px 4px #ccc;
    display: flex; align-items: center; justify-self: start;
}
.float .it3 .pop-2 .wp .img {
    width: 5rem;
    aspect-ratio: 1/1;
}
.float .it3 .pop-2 .c2 {
    margin-left: 1rem;
    height: 5.5rem;
}
.float .it3 .pop-2 .c2 .text {
    font-size: 1.6rem;
    color: #333;
}
.float .it3 .pop-2 .c2 .desc {
    margin-top: 0.4rem;
    font-size: 1.8rem;
    color: #333;
}
.float .it3:hover .pop-2 {
    display: block;
}




.foot {
    background-color: #414141;
}
.foot .r1{
    height: 12.5rem;
    display: flex; align-items: center; justify-content: space-between;
}
.foot .r1 .it{
    display: flex; align-items: center;
}
.foot .r1 .it .icon{
    width: 6.4rem;
    height: 6.4rem;
}
.foot .r1 .it .c2{
    margin-left: 1rem;
    height: 6.4rem;
}
.foot .r1 .it .t1{
    font-size: 24px;
    color: #FFFFFF;
}
.foot .r1 .it .t2{
    margin-top: 1rem;
    font-size: 16px;
    color: #B9B9B9;
}
.foot .line{
    height: 1px;
    background: #525252;
}
.foot .r2{
    margin-top: 3rem;
    display: flex; align-items: center; justify-content: center;
}
.foot .r2 .it{
    font-size: 16px;
    color: #B9B9B9;
}
.foot .r2 .it a{
    color: #B9B9B9;
}
.foot .r2 .vline{
    margin: 0 3rem;
    width: 0.1rem;
    height: 1.5rem;
    background-color: #808080;
}
.foot .r3{
    padding: 3rem 0 4rem;
    font-size: 16px;
    color: #B9B9B9;
    display: flex; align-items: center; justify-content: center;
}



