@charset "utf-8"
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg1.jpg) center no-repeat;
    background-size: auto 100%;
}
.clear {
    clear: both;
}
.nav-logo{
    margin: 0 auto 60px;
    padding-top: 80px;
}
.nav-logo img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 70px;
}
.menus{
    max-width: 1170px;
    width: 100%;
    margin: 20px auto 0;
}
.menus ul{
    padding: 0;
}
.menus ul li{
    display: inline-block;
    margin-left: 10px;
    width: 13.2%;
    height: 50px;
    line-height: 50px;
    border-radius: 27px;
    background-color: rgba(255,255,255,.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
/*.menus ul li:nth-child(2){
    color: #fff;
    background-color: #fe553d;
}*/

.menus .bg {
    width: 180px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: rgba(255,255,255,0);
    z-index: -1;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.tab {
    display: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 0 0;
}
.show {
    display: block;
}
.menus .row li{
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%;
}
.menus .row li:nth-child(4),.menus .row li:nth-child(8),.menus .row li:nth-child(12),.menus .row li:nth-child(16){
    margin-right: 0;
}
.row{
    margin-bottom: -20px;
    width: 100%;
}
.box{
    padding: 18px 25px;
    height: 100px;
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 25px;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    background: #fff;
    transition: all 0.20s ease-in-out 0s;
}
.box img{
    margin-right: 10px;
    width: 60px;
    height: auto;
    border-radius: 30px;
    vertical-align: top;
    background: #fff;
}
.box span{
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #101336;
    vertical-align: top;
}
.quick{
    position: fixed;
    z-index: 20;
    bottom: 100px;
    left: 50%;
    margin-left: -585px;
    width: 1170px;
    height: 110px;
}
.quick .tab{
    display: block;
    padding: 0;
    padding-top: 30px;
    height: 70px;
    border-top: 1px solid #eee;
}
.quick .tab li{
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 23.5%;
}
.quick .tab li:first-child{
    margin-left: 0;
}
.quick .tab .box{
    padding: 15px 30px;
    height: 70px;
    text-align: center;
}
.quick .tab .box span{
    line-height: 40px;
    border-radius: 15px;
}
.foot{
    position: fixed;
    z-index: 20;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.foot span{
	opacity: .8;
    display: block;
    text-align: center;
    color: #fff;
}
.foot a{
    color: #fff;
}
@media(min-width: 1366px){
    .menus ul li:hover{
        background-color: rgba(0,0,0,.1);
    }
    .box:hover{
        /*transition: all 0.20s ease-in-out 0s;
        transform:translate(0,-6px);*/
        border: 2px solid rgba(255,255,255,.2);
        background: rgba(255,255,255,.15);
    }
    .box:hover span{
        color: #fff;
    }
    .foot a:hover{
        color: rgba(255,255,255,.6);
    }
}
@media(max-width: 1366px){
    .nav-logo{
        margin-bottom: 40px;
        padding-top: 70px;
    }
    .nav-logo img{
        height: 60px;
    }
    .menus{
        margin: 0 auto;
        width: 90%;
    }
    .box{
        padding: 22px 30px;
        padding-left: 30px;
    }
    .box img{
        width: 36px;
    }
    .box span{
        line-height: 56px;
    }
    .quick{
        margin-left: -45%;
        width: 90%;
    }
    .quick .tab{
        margin-top: 20px;
    }
    .pw-0{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .quick .tab .box{
    	padding: 20px 30px;
        height: 70px;
    }
    .quick .tab .box span{
        line-height: 30px;
        text-align: center;
    }
    .foot span{
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .box{
        padding: 27px 20px;
        height: 90px;
    }
    .box img{
        padding: 0;
    }
    .box span{
        line-height: 36px;
    }
}
@media(max-width: 992px){
    .nav-logo{
        margin-bottom: 20px;
        padding-top: 60px;
    }
	.menus ul{
        margin-top: 0;
        padding: 0;
    }
    .menus ul li{
        margin-top: 10px;
        width: 13%;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    .tab{
    	margin-top: 0;
        padding-top: 10px;
    }
    .box{
    	padding: 25px 20px;
        padding-right: 10px;
    	height: 80px;
    }
    .box img{
    	margin-right: 0;
        padding-right: 4px;
    	width: 30px;
    }
    .box span{
    	font-size: 15px;
    	line-height: 30px;
    }
    .quick{
        bottom: 80px;
        height: 70px;
    }
    .quick .tab{
        padding-top: 20px;
    }
    .quick .tab .box{
    	padding: 15px 10px;
    	height: 54px;
    }
    .quick .tab .box span{
        line-height: 24px;
    }
    .foot{
        bottom: 20px;
    }
}
@media(max-width: 767px){
    .nav-logo {
        padding-top: 50px;
    }
    .nav-logo img{
        width: 25%;
        height: auto;
    }
    .menus ul li{
        margin-left: 4px;
        width: 13.7%;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
    .tab{
        padding-top: 0;
    }
    .box{
        padding: 20px 15px;
        height: 100px;
    }
    .box img,.box span{
        display: block;
    }
    .box img{
        margin-bottom: 10px;
        padding: 0;
    }
    .box span{
        line-height: 20px;
    }
}
@media(max-width: 650px){
    .menus ul li{
        width: 13%;
    }
}
@media(max-width: 480px){
	body{
		background: url(../images/bg2.jpg) center no-repeat;
    	background-size: 100% 100%;
	}
    .nav-logo{
        margin-bottom: 10px;
        padding-top: 35px;
    }
    .nav-logo img{
        width: 40%;
    }
    .menus ul{
        margin-bottom: 25px;
        overflow-x: auto;/*横向溢出滚动*/
        white-space: nowrap;/*溢出不换行*/
    }
    .menus ul::webkit-scrollbar{
        display: none;/*隐藏滚动条*/
    }
    .menus ul li{
        margin-left: 10px;
        padding: 10px 15px;
        width: fit-content;
        height: 20px;
        line-height: 20px;
    }
    /*.menus ul li{
        width: calc(33.7% - 8px);
    }
    .menus ul li:nth-child(5){
        margin-left: 0;
    }*/
    .menus .row li{
        margin-right: 4%;
        margin-bottom: 4%;
        width: 48%;
    }
    .menus .row li:nth-child(2), .menus .row li:nth-child(6), .menus .row li:nth-child(10), .menus .row li:nth-child(14), .menus .row li:nth-child(18){
        margin-right: 0;
    }
    .menus .bg{
    	display: none;
    }
    .box {
        padding: 10px 5px 10px 8px;
        height: 66px;
        border-radius: 15px;
    }
    .box img,.box span{
        display: inline-block;
    }
    .box img{
        margin-right: 0;
        margin-bottom: 0;
        width: 42px;
    }
    .box span{
        font-size: 15px;
        line-height: 42px;
    }
    .quick .tab .box{
        height: 50px;
        padding: 13px 10px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .quick .tab .box span{
        width: 100%;
        font-size: 13px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .foot span{
        font-size: 12px;
    }
}
@media(max-width: 380px){
    .nav-logo{
        margin-bottom: 10px;
    }
    .menus ul{
        margin-bottom: 20px;
    }
    .menus ul li{
            margin-left: 8px;
            padding: 8px 12px;
    }
    .quick{
        bottom: 50px;
    }
    .quick .tab{
        padding-top: 10px;
    }
    .quick .tab .box{
        padding: 9px 10px;
        height: 42px;
    }
}