html,
body {
    padding: 0;
    margin: 0;
}
body{ font-family: arial, 宋体, sans-serif; }

html {
    height: 100%;
    width: 100%;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover {color:#ffce27;;}

.container {
    width:100%;
    background-color: #FFFFFF;
    overflow:auto;
}


.logoCon {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.logoCon img{
    width: 72rem;
    height: 72rem;
}


.logoCon>div {
    opacity: 1;
    font-family: Source Han Sans,arial, 宋体, sans-serif;
    font-size: 24rem;
    font-weight: bold;
    line-height: 67rem;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: FFFFFF "kern"on;
    color: #FFFFFF;
    margin-top:4rem;
}

.tab {
	    background: #1A5275;
	}

.tab {
    width: 100%;
    height: 64rem;
    /* opacity: 0.5; */
    background: #1A527570;
    display: flex;
    flex-direction: row;
    font-family: Source Han Sans;
    font-size: 19rem;
    line-height: 60rem;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #FFFFFF;
    /* justify-content: center; */
    /* 将子元素水平居中 */
    align-items: center;
    /* 将子元素垂直居中 */
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    flex-direction: row;
}
 

.tabCon{
    display: flex;
    flex-direction: row;
    margin-left: 13%;
    margin-left: auto;
    margin-right: 1.5%;
}

.tabCon span1234567{
    font-family: Source Han Sans,arial, 宋体, sans-serif;
}


.separate {
    margin: 0 20rem;
}


.bottom {
    width: 100%;
    height: 201rem;
    background: #F3F3F3;
    display: flex;
    flex-direction: row;
    /* margin-top: 80rem; */
}

.bottomCon {
    width: 80%;
    display: flex;
    flex-direction: row;
    padding-left: 9%;
}

.bottomImg {
    width: 20%;
    background-image: url(../img/bottomImg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bomLogo {
    display: flex;
    flex-direction: row;
    padding-top: rem;
}

.bomLogo img {
    width: 150rem;
    height: 150rem;
    margin-top: 25rem;
}

.bomLogo div {
    font-family: Source Han Sans,arial, sans-serif;
    font-size: 30rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #19496A;
    margin-top: 85rem;
    margin-left: 0rem;
}

.bominfo {
    font-family: Source Han Sans;
    font-size: 19rem;
    font-weight: 350;
    /* line-height: 42rem; */
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #3D3D3D;
    /* width: 834rem; */
    text-align: center;
    margin: auto;
    margin-top: 70rem;
    /* display: flex;
    flex-direction: row; */
}

.bominfo span{
    font-family: Source Han Sans,arial, sans-serif;
}

.bottomImg {
    display: flex;
    flex-direction: row;
    padding-top: 80rem;
}

.bottomImg img {
    width: 37.56rem;
    height: 26.75rem;
}

.bottomImg div {
    font-family: 思源黑体,arial, sans-serif;
    font-size: 22rem;
    font-weight: normal;
    line-height: 26rem;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #4697FA;
    margin-left: 10rem;
}

.qrImg{
    width: 10%;
    margin: auto;
}

.qrImg img{
    width: 100%;
}