header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    background: #f7f7f7 !important;
}

.head-info .nav-ul>li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    font-weight: var(--fontbold5);
    color: #000 !important;
    padding: 0px 10px;
    text-transform: capitalize;
}

.home-banner{margin-top: 80px;}
.swiper-pointer-events {
    touch-action: pan-y;
    width: 100%;
    height: 100%;
}
iframe, video {
    max-width: 100%;
    outline: 0;
    border: none;
    vertical-align: bottom;
    width: 100%;
   
}.hero__inner[_ngcontent-ng-c2247395365] {
    position: relative;
    z-index: 1;
	    position: absolute;
    inset: 0;
	    margin-top: 300px;
}

.hero__inner{    width: 100%;
    max-width: 1400px;
    padding: 0px 70px;
    margin: 0px auto;
}

.hero__title{    font-size: 50px; color: #fbfbfb;}
.hero__txt{    font-size: 18px; color: #fbfbfb; width: 60%;}




@media (max-width: 768px){
.home-banner {
    margin-top: 0px;
}
.hero__inner[_ngcontent-ng-c2247395365] {
    position: relative;
    z-index: 1;
    position: absolute;
    inset: 0;
    margin-top: 20px;
}iframe, video {
    max-width: none;
    outline: aqua;
    border: none;
    vertical-align: baseline;
    width: auto;
}.home-banner #indexbanner {
    height: 150%;
}
.hero__inner {
   
    padding: 0px 30px;
    
}.hero__txt{    font-size: 18px; color: #fbfbfb; width: 100%;}

}

.home-choose .homechoose-content .homechoose-item .title {
    color: #000000 !important;
    font-size: 42px;
    margin-bottom: 10px;
	display: flex;
  align-items: center; /* 垂直居中 */
 
}


  .homechoose-item {     background: #FFF;
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
    transition: all .1s linear;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 50px;
}
.home-choose .homechoose-content .homechoose-item {
    width: 48%;
    margin-bottom: 40px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: var(--borderradius);
    z-index: 1;
    transition: all .1s linear;
}

.gweagew{display:block !important ;	}
.gewaed{display: none !important ;	}

@media (max-width: 768px){
	.gweagew{display: none !important ;	}
	.gewaed{display: block !important ;	}
	
.home-banner {
   height: 100%;
}
.home-choose .homechoose-content .homechoose-item {
    width: 100%;
    margin-bottom: 40px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: var(--borderradius);
    z-index: 1;
    transition: all .1s linear;
}
.home-choose {
	    margin-top: 120px;
	}
}
.home-choose {
    color: #898989;
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 0 0;
}

.home-choose .homechoose-content {
    flex: 1;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.home-banner .pcimg img{width: 100%;}
.home-banner .pcimg {
    display: block;
    height: 100%;
    width: 100%;
}

