body{
	min-height: 100vh;
	background: #fff;
	color: #323232;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.p0{
	padding: 0!important;
}

.container-all::after, .container-all::before{
	content: initial!important;
}

.w100per{
	width: 100%;
}
.h100per{
	height: 100%;
}

.text-left {
    text-align: left!important;
}
/*************************
*******Flex******
**************************/
.m-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.m-flex-1{
    flex: 1;
}
.m-flex-col {
    display: flex;
    flex-direction: column;
}
.m-flex-wrap {
    flex-wrap: wrap;
}

.m-flex-nowrap {
    flex-wrap: nowrap;
}

.m-col-center {
    align-items: center;
}

.m-col-top {
    align-items: flex-start;
}

.m-col-bottom {
    align-items: flex-end;
}

.m-row-center {
    justify-content: center;
}

.m-row-left {
    justify-content: flex-start;
}

.m-row-right {
    justify-content: flex-end;
}

.m-row-between {
    justify-content: space-between;
}

.m-row-around {
    justify-content: space-around;
}

/*************************
*******Header******
**************************/
.header{
    width: 100%;
	height: 80px;
	background-color: #fff;
}
.navbar-inverse {
    border: none;
}
.navbar {
	height: 80px;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
}
.header-active, .header-active .navbar{
	background: #fff;
}
.navbar-inverse .navbar-brand{
	font-size: 32px;
	font-family: Arial, Arial-Bold;
	font-weight: 700;
	color: #ffffff!important;
	line-height: 1.4;
}
.header-active .navbar-inverse .navbar-brand{
	color: #333!important;
}
.navbar-inverse .navbar-brand .sub-t{
	font-size: 13px;
	font-family: Arial, Arial-Regular;
	margin-top: 7px;
}
.navbar-inverse .navbar-collapse{
    border-top: 0;
}
.navbar-nav {
    margin: 0;
	height: 80px;
}
.navbar-nav>li {
    margin-right: 62px;
	height: 100%;
}
.navbar-inverse .navbar-nav>li>a {
	height: 100%;
    font-size: 20px;
    padding: 0;
    color: #fff;
    line-height: 1;
    display: flex;
	align-items: center;
}
.header-active .navbar-inverse .navbar-nav>li>a{
	color: #333;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background: transparent;
    color: #fff;
}
.header-active .navbar-inverse .navbar-nav>li>a:hover{
	color: #333;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.header-active .navbar-inverse .navbar-nav>.active>a,
.header-active .navbar-inverse .navbar-nav>.active>a:hover,
.header-active .navbar-inverse .navbar-nav>.active>a:focus,
.header-active .navbar-inverse .navbar-nav>.open>a,
.header-active .navbar-inverse .navbar-nav>.open>a:hover,
.header-active .navbar-inverse .navbar-nav>.open>a:focus{
	color: #333;
}

/*************************
*******Footer******
**************************/
.footer{
    background: #000F1A;
    padding: 65px 0 40px;
    font-size: 18px;
    line-height: 31px;
	color: #E2E2E0;
}

.footer .logo{
	width: 221px;
	height: 221px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .logo img{
	height: 194px;
}
.footer h4{
	font-size: 24px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Black;
	font-weight: 900;
	letter-spacing: 1.2px;
	margin: 0 0 60px;
}
.footer p{
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Thin;
	font-weight: 200;
	margin: 0;
}
.footer .mt1{
	margin-top: 60px;
}


@media (min-width: 1681px) {
}
@media (max-width: 1680px) {
    /*************************
    *******Footer******
    **************************/

}
@media (max-width: 1200px) {
    /*************************
    *******Header******
    **************************/


    /*************************
    *******Footer******
    **************************/

}
@media (max-width: 992px) {
    /*************************
    *******Header******
    **************************/
	
    /*************************
    *******Footer******
    **************************/

}
@media (min-width: 768px) {
    .m-show{
        display: none;
    }
}
@media (max-width: 767px) {
    .m-none{
        display: none;
    }

    /*************************
    *******Header******
    **************************/
    .header{
		height: 50px;
    }
    .navbar{
		height: 50px;
    }
	.navbar-inverse .navbar-brand{
		font-size: 20px;
		height: 44px;
		margin-left: 15px;
		padding-top: 8px;
	}
	.navbar-inverse .navbar-brand .sub-t{
		font-size: 10px;
		margin-top: 2px;
	}
	.navbar-inverse .navbar-collapse{
		border-top: 1px solid #dfdfdf;
	}
    .navbar-toggle{
        border: 0;
    }
    .navbar-nav{
		height: auto;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
	.header-active .navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #333;
	}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        background-color: transparent;
    }
    .navbar-nav>li{
        display: block;
        margin: 0;
        padding-bottom: 0;
    }
    .navbar-inverse .navbar-nav>li>a{
        line-height: 24px;
        padding: 5px 12px;
        font-size: 14px;
		color: #333;
    }
    .navbar-inverse .navbar-nav>li>a{
        display: block;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
        border: 0;
		color: #333;
    }
    .navbar .container > .navbar-collapse{
        background: #F3F3F3;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
	.navbar-inverse .navbar-nav>.active>a::after,
	.navbar-inverse .navbar-nav>.active>a:hover::after,
	.navbar-inverse .navbar-nav>.active>a:focus::after,
	.navbar-inverse .navbar-nav>.open>a::after,
	.navbar-inverse .navbar-nav>.open>a:hover::after,
	.navbar-inverse .navbar-nav>.open>a:focus::after {
	    content: '';
		display: none;
	}

    /*************************
    *******Footer******
    **************************/
    .footer{
        padding: 22px 0;
        font-size: 12px;
        line-height: 16px;
    }
	.footer .row{
		display: block;
	}
	.footer .logo{
		width: 100px;
		height: 100px;
		border-radius: 5px;
	}
	.footer .logo img{
		height: 80px;
	}
	.footer h4{
		font-size: 16px;
		margin: 30px 0 20px;
	}
	.footer .mt1{
		margin-top: 30px;
	}
}
