	main {
	    width: 100%;
	    min-height: 100vh;
	    position: relative;
	}

	.banner {
	    width: 100%;
	    position: relative;
	}

	.banner img {
	    width: 100%;
	    height: auto;
	}

	.banner-text {
	    position: absolute;
	    left: 12.29%;
	    top: 45.46%;
	}

	.banner-text p {
	    font-size: 70px;
	    line-height: 120px;
	    color: #FFFFFF;
	    font-weight: 600;
	}

	.aah3 {
	    color: #222222;
	    font-size: 56px;
	    line-height: 56px;
	    margin-bottom: 41px;
	    font-weight: 500;
	    white-space: nowrap;
	}

	.xxxx {
	    width: 388px;
	    height: 1px;
	    background: #AFB1B2;
	    position: relative;
	    margin-bottom: 61px;
	}

	.xxxx::after {
	    content: '';
	    position: absolute;
	    width: 34px;
	    height: 15px;
	    top: -7.5px;
	    left: 0;
	    background: #1E4CC8;
	}

	.ajaxsearch {
	    width: 100%;
	    height: 100%;

	    position: relative;
	}

	.ajaxsearch-content {
	    width: 1600px;
	    margin: auto;
	    padding-top: 146px;
	    padding-bottom: 60px;
	    position: relative;
	}

	.ajaxflex::after {
	    content: '';
	    position: absolute;
	    left: 29%;
	    top: 0;
	    width: 0.5px;
	    height: 100%;
	    background: #AFB1B2;

	}

	.ajaxright-div {
	    display: none;
	}

	.ajaxright-div-show {
	    display: block !important;
	}



	.ajaxx {
	    cursor: pointer;
	    width: 13px;
	    height: 13px;
	}



	.ajaxright-item button {
	    border: none;
	    width: 150px;
	    height: 37px;
	    background: #222222;
	    border-radius: 39px 39px 39px 39px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 15px;
	    line-height: 20px;
	    color: #FFFFFF;
	    font-weight: normal;
	}

	.ajaxflex {
	    width: 100%;
	    display: flex;
	    position: relative;
	}

	.ajaxleft {
	    width: 29%;
	    padding-right: 37px;

	    margin-top: 20px;
	    padding-top: 45px;
	    position: sticky;
	    top: 146px;
	    height: 100%;
	}

	.ajaxleft-item {
	    display: flex;
	    margin-bottom: 32px;
	    align-items: center;
	    cursor: pointer;
	}

	.ajaxlefts1 {
	    width: 17px;
	    height: 17px;
	    border: 1px solid #B2B4B5;
	    margin-right: 13px
	}

	.ajaxlefts1 img {
	    display: none;
	}

	.ajaxlefts2 {
	    width: 187px;
	    color: #AFB1B2;
	    font-weight: normal;
	    font-size: 25px;
	    line-height: 36px;
	    margin-right: 49px;
	    width: 300px;

	}

	.ajaxlefts3 {

	    color: #AFB1B2;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 18px;
	}

	.ajaxright {
	    padding-left: 51px;
	    width: 71%;
	    height: 100%;
	    padding-top: 25px;
	    position: relative;
	}


	.ajaxright-text {
	    color: #AFB1B2;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 18px;
	}

	.ajaxright-item {
	    display: flex;
	    flex-direction: column;
	    width: 348px;
	    height: 427px;
	    border-radius: 50px;
	    background: radial-gradient(circle at center, #F3F2F6 6%, #D1D2D8 100%);
	    margin-bottom: 16px;
	    text-align: center;

	}



	.ajaxright-item img {
	    width: 348px;
	    height: 190px;
	    object-fit: cover;
	    margin: auto;
	}

	.aixxx {
	    width: 291px;
	    height: 1px;
	    background: #AFB1B2;
	    margin: 0 auto 21px auto;
	}

	.ajaxright-item-text p {
	    margin-bottom: 12px;
	    color: #222222;
	    font-size: 24px;
	    line-height: 34px;
	    font-weight: 600;
	}

	.ajaxright-item-text span {

	    color: #AFB1B2;
	    font-size: 18px;
	    line-height: 22px;
	    font-weight: normal;
	    height: 46px;
	    margin-bottom: 46px;
	}

	.ajaxright-item-text {
	    display: flex;
	    flex-direction: column;
	    text-align: left;
	    width: 291px;
	    margin: 0 auto 33px auto;
	}

	.ajaxleftActive .ajaxlefts1 {
	    background-color: #222222;
	}

	.ajaxleftActive .ajaxlefts1 img {
	    display: block;
	}

	.ajaxleftActive .ajaxlefts2 {
	    color: #222222;
	}

	.mobile-mb {
	    display: none;
	}

	.ajaxmbx {
	    display: flex;
	    width: auto;
	    align-items: center;
	    position: relative;
	}

	.ajaxmbx-span {
	    width: 30px;

	    flex-direction: column;
	    justify-content: space-between;
	    height: 22px;
	    margin-bottom: 20px;
	    display: flex;
	}

	.ajaxmbx-span span {
	    width: 30px;
	    height: 2px;
	    background-color: #222222;


	}

	.ajaxmbx img {
	    width: 19px;
	    height: 19px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    display: none;
	}

	.ajaxpxx {
	    width: 100%;
	    height: 0.5px;
	    background: #C2C4C5;
	    margin-bottom: 26px;
	}

	.ajaxright-item-div {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}

	.ajaxright-item-div .ajaxright-item:nth-child(3n+2) {
	    margin-left: 18px;
	    margin-right: 18px;
	}

	@media (max-width: 1600px) {
	    .ajaxsearch-content {
	        width: 1180px;
	    }

	    .ajaxright-item {
	        width: 32%;
	    }

	    .ajaxright-item img {
	        width: 70%;
	    }

	    .aixxx,
	    .ajaxright-item-text {
	        width: 80%;
	    }

	    .ajaxlefts2 {
	        font-size: 20px;
	        line-height: 20px;
	    }

	    .ajaxright-item-div .ajaxright-item:nth-child(3n+2) {
	        margin-left: 1%;
	        margin-right: 1%;
	    }

	    .ajaxright {
	        padding-left: 31px;
	    }

	    .ajaxright-item-text span {
	        font-size: 15px;
	        line-height: 18px;
	    }
	}

	@media (max-width: 1200px) {
	    .banner img {
	        padding-top: 94px;
	    }

	    .banner-text {
	        left: 50%;
	        top: 50%;
	        transform: translate(-50%, -50%);
	    }

	    .banner-text p {
	        font-size: 30px;
	        line-height: 35px;
	        text-align: center;
	    }

	    .ajaxflex::after {
	        display: none;
	    }

	    .ajaxright-item {
	        width: 100%;
	        height: 100vw;
	    }

	    .ajaxright-item-div .ajaxright-item:nth-child(3n+2) {
	        margin-left: 0;
	        margin-right: 0;
	    }

	    .mobile-mb {
	        display: block;
	    }

	    .aah3 {
	        font-size: 23px;
	        line-height: 25px;
	        white-space: normal;
	    }

	    .xxxx {
	        width: 35%;
	        margin-bottom: 35px;
	    }

	    .ajaxsearch-content {
	        width: 90%;
	        padding-top: 34px;
	        padding-bottom: 40px;
	    }








	    .ajaxleft {
	        width: 100%;
	        height: 100%;
	        position: fixed;
	        top: 94px;
	        margin-top: 0;
	        padding: 30px 5% 0 5%;
	        background: #FFFFFF;
	        left: -110%;
	        transition: all 0.3s;
	        z-index: 999;
	    }

	    .ajaxright {
	        width: 100%;
	        padding-left: 0px;
	    }





	    .ajaxright-item-text p {
	        font-size: 23px;
	        line-height: 23px;
	    }

	    .ajaxright-item-text span {
	        font-size: 14px;
	        line-height: 16px;
	    }



	    .ajaxlefts1 {

	        margin-right: 30px;
	    }

	    .ajaxlefts2 {
	        width: 60%;
	        font-size: 16px;
	        line-height: 18px;
	    }

	    .ajaxlefts3 {
	        margin-left: auto;
	        font-size: 16px;
	        line-height: 18px;
	    }
	}