body{
	overflow-x: hidden;
	overflow-y: hidden;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
html{
	overflow-y: auto;
	scrollbar-width:none;
	-ms-overflow-style: none;
}
.flex-tool-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.flex-tool-1:first-child{
    padding-left: 52px;
}
.flex-tool-1:last-child{
    padding-right: 52px;
}
.font-fmaily-tools{
    font-family:"Microsoft Yahei";
}

.font-fmaily-arial{
    font-family: Arial, Helvetica, sans-serif;
}
.bannersww{
    margin-top: 100px;
}
.banner-title{
    font-weight: bold;
    text-align: center;
    position: absolute;
    width:100%;
     top: 27%;
    color:rgb(255, 255, 255);
    font-size:36px;
}
.banner-line{
    text-align: center;
    position: absolute;
    left:49%; 
    top: 44%;
  
}
.banner-content{
    text-align: center;
    position: absolute;
    width:100%;
     top: 55%;
    color:rgba(255,255,255,0.6);
    font-size:16px;
}
.cur{
    cursor: pointer;
}
.address-flex{
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}
.feet-line{
    height:1px;
    width:100%;
    background-color:rgb(65,65,65);
}
.adress-style{
    font-size: 16px;
}
.address-right-style
{
    cursor: pointer;
    margin-left: 44px;
    margin-right: 48px;
}
@media screen  and (max-width:760px){
    .address-flex{
        flex-direction: column !important;
    }
    .address-right-style{
        margin-left: 11px;
        margin-right: 11px;
    }
}
.nav-link.active {
	color:rgb(51,102,204);
}
.left-arrow:hover{
    background-color: rgb(4 43 90 / 90%) !important;
     color:black !important;
}
.right-arrow:hover{
    background-color: rgb(4 43 90 / 90%) !important;
     color:black !important;
}
.page-index:hover{
    background-color: rgba(65, 65, 65,0.6) !important;
}
.feet-below{
    margin-bottom: 80px;
}
.Property-right{
    padding-bottom: 10px;
    left: 31%;
    width: 73%;
    bottom: 0px;
    color: white;
    position: absolute;
    font-size: 14px;
}
@media screen and (max-width:455pxpx) {
    .Property-right>span>a{
     font-size:10px;
 }
     .Property-right{
         font-size:10px;
     }
     
 } 
 .Property-right>span>a{
   
     color:white !important;
 }
@media screen and (max-width:1309px) {
    .Property-right{
        left: 22%;
    }
}
@media screen and (max-width:1053px) {
    .Property-right{
        left: 23%;
    }
}
@media screen and (max-width:795px) {
    .Property-right{
        left: 23%;
    }
}
@media screen and (max-width:580px) {
    .Property-right{
        left: 12%;
        text-align: left;
        width: 88% !important;
    }
}
@media screen and (max-width:360px) {
    .Property-right{
        left: 8%;
        text-align: center;
        width: 88% !important;
    }
}
.about-content{
    font-size: 14px;
}
.feet-desc{
    width: 70%;
}
.feet-desc-title{
    font-weight: bold;
    font-size: 18px;
    color: white;
}
.feet-desc-content{
    margin-top: 32px;
    margin-bottom: 35px;
    color: white;
    font-size: 14px;
}
@media screen and (max-width:768px) {
    .feet-desc{
        width: 90%;
    }
}
.logo-txt{
    width: 100%;
}
@media screen and (max-width:890px) {
    .feet-b{
        font-size: 10px;
        display: flex;
    }
}
@media screen and (max-width:386) {
    .feet-b{
        display: block !important;
    }
}