@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft YaHei";
}

.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei";
}

/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}

/*导航默认选中*/
.yxnav-active1 {}

.yxnav-active2 {}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}

.area-wrap {
    width: 1200px;
    max-width: 100%;
    padding: 40px 55px;
    margin: 0 auto;
}

.home-head {
    width: 100%;
    height: 60px;
}

.home-head-flex {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    box-shadow: 0px 4px 7.5px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    z-index: 50;
}

.home-head-flex-logo {
    width: 64px;
    line-height: 60px;
}

.home-head-flex-logo img {
    width: 100%;
}

.area-wrap-li {
    width: 50%;
    padding: 10px;
}

.area-wrap-ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.area-wrap-li-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.area-wrap-li-wrap .ys-imgbox-cover {
    border-radius: 20px;
}

.std-tit36 {
    font-size: 36px;
    line-height: 1.75;
}

.std-tit26 {
    font-size: 26px;
    line-height: 1.75;
}

.awlw-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 34px 32px;
}

.awlw-tit .std-tit36 {
    color: #fff;
    font-weight: bold;
}

.automo-baner,
.automo-wrap,
.details-wrap {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.automo-baner-img {
    width: 100%;
}

.automo-baner-img img {
    width: 100%;
}

.std-tit32 {
    font-size: 32px;
    line-height: 1.5;
}

.automo-baner-tit .std-tit32 {
    color: #fff;
    font-weight: bold;
}

.automo-baner-tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 45px;
}

.automo-wrap,
.details-wrap {
    padding: 40px 55px;
    position: relative;
}

.automo-wrap-li {
    width: 50%;
    padding: 10px 5px;
}

.automo-wrap-ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.automo-wrap-li-link {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 1.932px 4.509px 0.644px rgba(138, 150, 172, 0.26);
    padding: 34px 45px;
}

.automo-wrap-li-link p {
    font-weight: bold;
    line-height: 1.45;
    color: #0B254B;
    transition: all 0.36s;
}

.std-word,
.std-word p {
    font-size: 16px;
}

.automo-wrap-arr {
    width: 35px;
    position: fixed;
    bottom: 50px;
    left: 13px;
    transition: all 0.36s;
}

.home-head-flex-icon {
    width: 20px;
    position: fixed;
    top: 19px;
    z-index: 55;
    left: 20px;
}


.home-head-flex-icon img {
    width: 100%;
}

.details-wrap-ri {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.36s;
}

.details-wrap-ri-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.details-wrap-ri-bg img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

.details-wrap-ri-top {
    width: 100%;
    padding-bottom: 27px;
    position: relative;
    margin-bottom: 39px;
}

.details-wrap-ri-top .std-tit26 {
    font-weight: bold;
    color: #0B254B;
}

.details-wrap-ri-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(-90deg, #0068B7 17.58%, #172A88 48.1%, #F8B62D 82.52%);
}

.details-wrap-ri-btm ul {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.details-wrap-ri-btm li p {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.details-wrap-ri-btm li p::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0E68AE;
    border-radius: 50%;
}

.details-wrap-le {
    width: 328px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-330px);
    height: 100vh;
    border-right: 1px solid #ECECEC;
    background: #FCFDFF;
    z-index: 52;
    padding-top: 60px;
    padding-left: 9px;
    padding-right: 15px;
    transition: all 0.36s;
}

.mod-open .details-wrap-le {
    transform: translateX(0);
    opacity: 1;
}

.mod-open .details-wrap-ri {
    width: calc(100% - 328px);
}

.mod-open .automo-wrap-arr {
    left: 340px;
}

.details-wrap {
    display: flex;
    justify-content: flex-end;
}

.details-wrap-ul {
    width: 100%;
    max-height: 88vh;
}

.details-wrap-ul-li {
    width: 100%;
}

.swul-top {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
}

.swul-top-wrap {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.swul-top-wrap-iocn {
    width: 12px;
    flex: none;
}

.swul-top-wrap-iocn img {
    width: 100%;
    transition: all 0.36s;
}

.swul-top-wrap p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    font-weight: bold;
}

.swul-btm {
    width: 100%;
    padding-top: 10px;
    display: none;
}

.swul-btm-li {
    width: 100%;
}

.swul-btm-li a {
    padding: 8px 9px;
    border-radius: 10px;
    background: transparent;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 1.75;
    transition: all 0.36s;
}

.swul-btm-li.act a {
    background: #0E68AE;
    color: #fff;
}

.swul-top.act .swul-top-wrap-iocn img {
    transform: rotate(90deg);
}

.details-wrap-ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
    background: #0E68AE !important;
}

.details-wrap-ul .mCSB_draggerRail {
    background: #D9D9D9 !important;
}

.details-wrap-ul .mCSB_outside+.mCSB_scrollTools {
    right: -15px;
}

.automo-wrap-li-link:hover {
    background: #0E68AE;
}
.automo-wrap-li-link:hover p{
    color: #fff;
}

.automo-wrap-li-link:active {
    background: #0E68AE;
}
.automo-wrap-li-link:active p{
    color: #fff;
}

.home-head-flex-icon {
    width: 26px;
}
   
.swul-btm-li a {
    padding: 10px 9px;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {}

.automo-wrap-arr,
.details-wrap .details-wrap-le {
    display: none !important;
}

.home-head-flex-icon {
    display: none;
}
.details-wrap .details-wrap-ri {
    /*width: 100% !important;*/
    margin: 0 auto;
}