html, body {
    font-family: 'MicrosoftYaHei';
    background-color: #ffffff;
    color: #35302D;
    width: auto;
    height: auto;
    overflow: auto;
}

div, span, p {
    caret-color: transparent;
}

.box {
    display: none;
    width: 1226px;
    margin: 0 auto;
    position: relative;
    background-color: #E0DBD5;
}

.heightVh50 {
    height: 50vh;
    min-height: 360px;
}

.heightVhC {
    min-height: calc(100vh - 231px);
}

.title {
    font-size: 24px;
    color: #89765B;
    position: absolute;
    left: 127px;
    top: 40px;
    display: flex;
}

.title span {
    padding-top: 14px;
}

.title img {
    width: 99px;
    height: 84px;
}

.Anchor {
    background: url("../imgs/xia.png") no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 30px);
}

.box * {
    box-sizing: border-box;
}

.box>div {

    position: relative;
}

.box>.Navigation {
    width: 1226px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 103px;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(to bottom, #000000a6 0%, #24242400 100%);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
}

.translate {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 48px;
}

.translate a {
    color: #fff;
    margin-left: 10px;
    padding-right: 10px;
}

.translate .ml {
    font-size: 17px;
    margin-right: 96px;
}

.translate .ml span {
    display: inline-block;
    padding: 0 15px;
}

.translate img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
}

/* .Navigation img {
    width: 50px;
} */

.Navigation .logo {
    width: auto;
    height: 61px;
    margin-left: 127px;
}

/* 轮播 */
.carousel {
    position: relative;
}

.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel_content {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    width: 657px;
    position: relative;
    height: auto;
    margin-left: 50px;
}
.carousel_content_box{
    min-height:145px ;
}
.swiper-pagination-bullet {
    background: #9d9d9dd1;
    opacity: .8;
    margin-right: 13px;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.carousel_title {
    font-size: 42px;
    font-family: STZhongsong;
    text-shadow: 0px 4px 19px rgba(0, 0, 0, 0.27);
    margin-bottom: 24px;
    line-height: 1.2;
}

.carousel_content .btn {
    width: 65px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-top: 14px;
    position: absolute;
    top: 100%;
}
.carousel_content .btn a{
    color: #FFFFFF;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.pagination {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 10%;
    width: 400px;
    z-index: 10;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

/* 关于杏泽 */
.introduce {
    text-align: justify;
}

.introduce>img.mh {
    width: auto;
    position: fixed;
    right: calc(50% - 613px);
    bottom: 30px;
    height: 43vh;
    z-index: 10;
}

.introduce .gy {
    text-align: center;
}

.introduce .p {
    /* padding-top: 40px; */
    font-size: 14px;
    color: #050A12;
    line-height: 24px;
    font-weight: 500;
    width: 657px;
    text-align: justify;
    position: absolute;
    top: 88px;
    right: 260px;
}




.oral {
    width: 100%;
    height: 231px;
    background-size: 100% 100%;
}

.oral video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 荣誉 */
.honor .honorDom {
    padding-top: 65px;
    padding-left: 342px;
    padding-bottom: 76px;
    display: flex;
    align-items: stretch;
}

.honor .honorDom img {
    width: 105px;
}

.honor .honorDom>div {
    width: 500px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    padding-top: 12px;
}

.honor .honorDom>div p {
    padding-top: 22px;
    margin-left: 25px;
}

/* 团队 */
.team {
    padding: 72px 0;
}

.team .td {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    width: 980px;
    margin-left: 230px;
}

.team .td .name {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    width: 123px;
}

.team .td p {
    margin-bottom: 28px;
    text-align: left;
}

.team .td p.js {
    /* text-align: center; */
}

.team .td img {
    width: 123px;
    height: 172px;
    /* margin: 0 auto; */
    display: block;
}

.team .auto {
    /* width: 1216px; */
}


.promote {
    width: 100%;
    height: 231px;
    background: url("../imgs/tail_03.png") no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.promote .p {
    width: 761px;
}

.establish {
    width: 100%;
    height: 231px;
    background: url("../imgs/banner_04.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.establish .p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    width: 676px;
    margin-right: 104px;
    font-weight: bold;
}

/* 投资 */
.partner {
    padding: 55px 0 88px 0;
}

.partner .tz {
    width: 633px;
    margin: 0 auto;
    margin-top: 55px;
}

.partner .tz img {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e0b374;
    cursor: pointer;
}

.partner .tz img.select {
    border: 1px solid #c1e4ff;
    box-shadow: 0px 0px 10px #3b99e24d;
}

.partner .tz img.jiant {
    width: 28px;
    left: 57px;
    position: absolute;
    border: 0 solid #e0b374;
    top: 86px;
}

.partner_enterprise_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.partner_enterprise {
    width: 147px;
    position: relative;
}

.partner_enterprise_text {
    height: 0;
    width: 0;
    overflow: hidden;
    transition: all .5s;
    border: 1px solid #c1e4ff;
    /* display: none; */
}

.partner_enterprise_text_xz {
    height: 99px;
    width: 100%;
    background: white;
    margin-top: -10px;
    border-radius: 22px;
    padding: 15px;
    margin-bottom: 5px;
    /* display: block; */
}

/* 合照 */
.groupPhoto {
    height: 231px;
    background: url("../imgs/news_banner.jpg") no-repeat;
      background-position: center;
      background-size: cover;
}

/* 新闻 */
.JournalismDom {
    padding: 73px 0 77px 367px;
    width: 657px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    box-sizing: content-box;
    min-height: 250px;
}

.JournalismDom .li {
    padding: 15px 0 6px 0;
    border-bottom: 1px solid #89765B;
    cursor: pointer;
}
.JournalismDom .li a{
    color: #000;
}

.JournalismDom .li .time {
    font-size: 12px;
}

.more {
    width: 65px;
    height: 20px;
    border: 1px solid #89765B;
    border-radius: 10px;
    color: #89765B;
    text-align: center;
    margin-top: 20px;
    display: block;
}

/* 底部 */
.bottom {
    padding: 0 123px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 231px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    background-image: linear-gradient(193deg, #1d3546, #286180);
}

.bottom img {
    width: 152px;
    margin-right: 40px;
    margin-top: -8px;
}

.bottom>div {
    display: flex;
    padding-top: 20px;
}

.mailbox {
    font-size: 14px;
    font-weight: 400;
    color: #9E8766;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.link {
    :hover{
        color: #234C64;
    }
}

@media (max-width: 768px) {}
