:root{
	--zt_1_color--: #002554;
	--zt_2_color--: #115740;
        --zt_pink_color--: #f8a3bc;
--zt_blue_color--: #41b6e6;
--zt_yellow_color--: #ffa300;
--zt_purple_color--: #33058d;
--zt_green_color--:  #00797c;
--zt_red_color--:  #e10800;
--zt_grey_color--: #c1c6c8;
}
html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}



/* pc样式 */
@media screen and (min-width: 1024px){
    body {
        background-image: url(../imgs/top3_bj.png);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
        .width1200{
            /* max-width: 13.2rem; */
            width: 13.2rem;
            margin: 0 auto;
            /* width: 94%; */
        }
        .banner {
            display: none;
        }
        
        .move-navigation {
        display: none;
        }
        .top-nav {
            padding-top: 6.5rem;
            padding-bottom: 0.2rem;
        }

        .bottom {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 2.5rem;
            background-color: var(--zt_1_color--);
        }
        .bottom p {
            text-align: center;
            color: #fff;
            font-size: 0.2rem;
        }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .top-nav {
        background-color: var(--zt_1_color--);
    }
    .top-nav  .menu >ul >li {
        height: 1rem;
    }
    .top-nav .menu {
        padding: 0px 0.2rem;
    }
    .move-navigation {
        display: block;
    }
    .banner {
        display: block;
    }


    .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        background-color: var(--zt_1_color--);
    }
    .bottom p {
        text-align: center;
        color: #fff;
        font-size: 0.2rem;
    }
}