a{
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
    .head{
        width: 100%;
    }
	.swiper-slide{
		position: relative;
	}
	.mengban{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner2-text-cont {
	    position: absolute;
	    left: 8%;
	    top: 34%;
	    width: 41.7%;
	    z-index: 999;
	}
	.banner2-text-cont .title {
	    font-size: 0.48rem;
	    font-weight: 700;
	    color: #fff;
	    line-height: 80px;
		text-align: left;
	}
	.banner2-text-cont .text {
	    font-size: 0.18rem;
	    color: #fff;
	    line-height: 0.4rem;
		text-align: left;
	}
    .navbox{
        width: 100%;
        height: 0.9rem;
        box-sizing: border-box;
        padding: 0 0.32rem;
        display: flex;
        background: rgba(0,0,0,0.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000001;
    }
    .icon1{
        width: 0.34rem;
        height: 0.3rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0.8rem;
		display: none;
    }
	.icon2{
		width: 0.34rem;
		height: 0.3rem;
		margin: auto;
		margin-left: 0;
		margin-right: 0.8rem;
	}
    .logo{
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0.2rem;
        cursor: pointer;
    }
    .titlebox{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }
    .titlebox span:nth-child(1) {
        font-weight: 600;
        font-size: 0.2rem;
        color: #fff;
        margin-bottom: 0.05rem;
        caret-color: transparent;
    }
    .titlebox span:nth-child(2) {
        font-size: 0.16rem;
        color: #fff;
        margin-top: 0.05rem;
        caret-color: transparent;
    }
    .navList{
        display: flex;
        margin: auto;
        margin-right: 0;
		height: 100%;
    }
    .navli{
		height: 100%;
        line-height: 0.9rem;
        color: #fff;
        font-size: 0.16rem;
        margin: auto;
        margin-left: 0.6rem;
        margin-right: 0;
        cursor: pointer;
    }
    .navcheck{
        border-bottom: 1px solid #3B7CFF;
    }
    .navli:hover{
        border-bottom: 1px solid #3B7CFF;
    }
    
    .swiper-container {
        width: 100%;
        height: 8rem;
    }
    .swiper2{
        width: 100%;
        height: auto;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 0.18rem;
        background: #fff;
    
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .banner{
        width: 100%;
        height: 100%;
		margin:0;
		padding: 0;
    }
    
    /* --------------------------------------------- */
    .foot{
        width: 100%;
        height: 3.06rem;
        background: #333333;
        display: flex;
    }
    .footcontent{
        width: 12rem;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .footleft{
        margin: auto;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .fleftLogo{
        margin: auto;
        margin-top: 0.6rem;
        margin-bottom: 0.47rem;
        margin-left: 0;
        display: flex;
    }
    .titlebox2{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }
    .titlebox2 span:nth-child(1) {
        font-weight: 600;
        font-size: 0.2rem;
        color: #fff;
        margin-bottom: 0.05rem;
    }
    .titlebox2 span:nth-child(2) {
        font-size: 0.16rem;
        color: #fff;
        margin-top: 0.05rem;
    }
    .bqspan{
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.18rem;
        margin-left: 0;
    }
    .footright{
        display: flex;
        margin: auto;
        margin-right: 0;
        margin-top: 0.59rem;
    }
    .footlist{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-left: 0.98rem;
        margin-top: 0;
    }
    .fr{
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-bottom: 0.29rem;
        cursor: pointer;
    }
    .ft{
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        opacity: 0.5;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.18rem;
    }
    .logocontent{
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-right: 0.2rem;
    }
    .footleftMO{
        display: none;
    }
    .phoneNav{
        display: none;
    }
}


/* -----media */
@media screen and (max-width: 1023px) {
	html {
	  overflow-y: scroll;
	}
	
	:root {
	  overflow-y: auto;
	  overflow-x: hidden;
	}
	
	:root body {
	  position: absolute;
	}
	
	body {
	  width: 100vw;
	  overflow: hidden;
	}
    .head{
        width: 100%;
    }
	.swiper-slide{
		position: relative;
	}
	.mengban{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner2-text-cont {
	    position: absolute;
	    left: 8%;
	    top: 13%;
	    width: 70%;
	    z-index: 999;
	}
	.banner2-text-cont .title {
	    font-size: 0.28rem;
	    font-weight: 700;
	    color: #fff;
	    line-height: 0.6rem;
		text-align: left;
	}
	.banner2-text-cont .text {
	    font-size: 0.18rem;
	    color: #fff;
	    line-height: 0.3rem;
		text-align: left;
	}
    .navbox{
        width: 100%;
        height: 0.87rem;
        box-sizing: border-box;
        padding: 0 0.8rem 0 0.4rem;
        display: flex;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000001;
        border-bottom: 1px solid #e4e4e4;
    }
    .icon1{
        width: 0.34rem;
        height: 0.3rem;
        margin: auto;
        margin-left: 0;
        /* margin-right: 0.8rem; */
    }
	.icon2{
		display: none;
	}
    .logo{
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0.2rem;
        cursor: pointer;
    }
    .titlebox{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }
    .titlebox span:nth-child(1) {
        font-weight: 600;
        font-size: 0.28rem;
        color: #333333;
    }
    .titlebox span:nth-child(2) {
        display: none;
        font-size: 0.16rem;
        color: #666666;
        margin-top: 0.05rem;
    }
    .navList{
        display: none;
        margin: auto;
        margin-right: 0;
    }
    .navli{
        color: #333333;
        font-size: 0.16rem;
        margin: auto;
        margin-left: 0.6rem;
        margin-right: 0;
        cursor: pointer;
    }
    .navcheck{
        color: #3B7CFF;
    }
    .navli:hover{
        color: #3B7CFF;
    }
    
    .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper2{
        width: 100%;
        height: auto;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 0.18rem;
        background: #fff;
    
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .banner{
        width: 100%;
        height: 100%;
		margin:0;
		padding: 0;
    }
    
    /* --------------------------------------------- */
    .foot{
        width: 100%;
        height: 2.15rem;
        background: #333333;
        display: flex;
    }
    .footcontent{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .footleft{
        margin: auto;
        margin-left: 0;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .footleftMO{
        width: 100%;
        box-sizing: border-box;
        padding: 0.32rem;
        display: flex;
    }
    .infos{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
    }
    .fleftLogo{
        margin: auto;
        /* margin-top: 0.6rem;
        margin-bottom: 0.47rem; */
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .fleftLogo .logo{
        width: 1.13rem;
        height: 0.89rem;
        margin: auto;
        margin-bottom: 0.2rem;
    }
    .titlebox2{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }
    .titlebox2 span:nth-child(1) {
        font-weight: 600;
        font-size: 0.27rem;
        color: #fff;
        margin-bottom: 0.05rem;
    }
    .titlebox2 span:nth-child(2) {
        font-size: 0.16rem;
        color: #fff;
        margin-top: 0.05rem;
    }
    .bqspan{
        font-size: 0.2rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.19rem;
        margin-left: 0;
    }
    .footright{
        display: none;
        margin: auto;
        margin-right: 0;
        margin-top: 0.59rem;
    }
    .footlist{
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-left: 0.98rem;
        margin-top: 0;
    }
    .fr{
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-bottom: 0.29rem;
        cursor: pointer;
    }
    .ft{
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        opacity: 0.5;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.18rem;
    }
    .logocontent{
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-right: 0.2rem;
    }
    .phoneNav{
        display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        /* background: rgba(0, 0, 0, 0.7); */
        z-index: 100005;
        transition: left 0.5s;
    }
    .phonePanel{
        width: 40%;
        height: 100%;
        background: #fff;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }
    .navliphone{
        color:#000;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 40px;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        line-height: 40px;
        padding-top: 0px;
    }
}
