@charset "UTF-8";
.p-link {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
}
.p-link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    line-height: 40px;
}
.p-link > a::before {
    content: "";
}
.p-link > a::after {
    content: "";
}
.p-link > a > .icon {
    display: flex;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 1px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gBody {
    padding-bottom: 0;
}
.visual {
    position: relative;
    z-index: 1;
}
.visual_link {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 30px;
}
.visual_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.visual_link > a::before {
    content: "";
}
.visual_link > a::after {
    content: "";
}
.visual_link > a > img {}
.visual_inner {
    position: relative;
    z-index: 1;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1270px;
}
.visual_title {}
.visual_title > img {
    display: block;
}
.visual_slide {
    transition-duration: .3s;
    transition-property: opacity;
    font-size: 0;
    height: 800px;
    overflow: hidden;
}
.visual_slide.slick-initialized {
    opacity: 1;
}
.visual_image {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.visual_image > img {
    display: none;
}
.recent {
    border: 18px solid #FED900;
    position: relative;
    z-index: 1;
    padding-left: 161px;
}
.recent_title {
    line-height: 32px;
    background: #FFB700;
    width: 80px;
    text-align: center;
    border-radius: 40px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 57px;
}
.recent_list {
    list-style: none;
}
.recent_list > li {}
.recent_list > li:first-child {}
.recent_list > li:last-child {}
.recent_list > li:nth-child(2n+1) {}
.recent_list > li:nth-child(n+3) {}
.recent_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px 0;
    padding-right: 80px;
}
.recent_list > li > a::before {
    content: "";
}
.recent_list > li > a::after {
    content: "";
}
.recent_list > li > a > time {
    font-family: 'Quattrocento', serif;
    font-size: 18px;
    margin-right: 42px;
    position: relative;
}
.recent_list > li > a > b {
    font-weight: normal;
    font-size: 16px;
}
.recent_list > li > a > .icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    font-size: 23px;
    transition-duration: .3s;
    transition-property: right;
}
.news {
    background: #FCF6F0;
    padding: 65px 0 76px;
}
.news_inner {}
.news_titleWrap {
    position: relative;
    z-index: 1;
}
.news_title {}
.news_title > b {}
.news_title > small {}
.news_link {}
.news_link > a {}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.news_link > a > .icon {
    width: 18px;
    height: 18px;
    background: #000000;
    display: flex;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.news_slide {
    font-size: 0;
    padding: 0 56px;
    margin: 0 -56px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.news_slide.slick-initialized {
    opacity: 1;
}
.news_btn {
    font-size: 23px;
    background: #fff;
    display: flex;
    z-index: 10;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.21);
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: absolute;
    top: 95px;
}
.news_btn::before {
    content: "";
}
.news_btn::after {
    content: "";
}
.news_btn-prev {
    left: 0;
}
.news_btn-prev > .icon {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.news_btn-next {
    right: 0;
}
.news_btn-next > .icon {
    display: block;
}
.areaApp {
    padding: 97px 0 54px;
    background-image: url(/assets/img/company/home/bg-health01.png), url(/assets/img/company/home/bg-health02@2x.png);
    background-repeat: no-repeat;
    background-size: auto, 516px auto;
    background-position: left top, right bottom;
}
.areaApp_inner {}
.app {
    margin-bottom: 75px;
}
.app:last-child {
    margin-bottom: 0;
}
.app_title {}
.app_title > b {}
.app_title > small {}
.app_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.app_list > li {
    width: 47.6%;
    margin-left: 4.8%;
}
.app_list > li:first-child {}
.app_list > li:last-child {}
.app_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.app_list > li:nth-child(n+3) {}
.app_link {
    max-width: 600px;
    margin: 45px auto 0;
}
.app_link > a {
    height: 100px;
    max-width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.app_link > a::before {
    content: "";
}
.app_link > a::after {
    content: "";
}
.areaApp_title {
    margin-bottom: 87px;
}
.areaApp_title > img:nth-child(1) {
    display: block;
    margin: 0 auto;
}
.areaApp_title > img:nth-child(2) {
    display: none;
}
.insp {
    background: #F8F6F9;
    padding: 88px 0 69px;
}
.insp-news {
    background-color: #FCF6F0;
}
.insp_inner {}
.insp_title {
    margin-bottom: 83px;
}
.insp_title > img {
    display: block;
    margin: 0 auto;
}
.insp_title > img:nth-child(1) {}
.insp_title > img:nth-child(2) {
    display: none;
}
.insp_sect {
    position: relative;
    z-index: 1;
}
.insp_headline {}
.insp_headline > b {}
.insp_headline > small {}
.insp_titleWrap {
    position: relative;
    z-index: 1;
}
.insp_link {}
.insp_link > a {}
.insp_link > a::before {
    content: "";
}
.insp_link > a::after {
    content: "";
}
.insp_link > a > .icon {}
.insp_list {
    list-style: none;
}
.insp_list > li {}
.insp_list > li:first-child {}
.insp_list > li:last-child {}
.insp_list > li:nth-child(2n+1) {}
.insp_list > li:nth-child(n+3) {}
.insp_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
    padding: 24px 5px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.insp_list > li:nth-child(2n) > a {
    background: #fff;
}
.insp_list > li > a::before {
    content: "";
}
.insp_list > li > a::after {
    content: "";
}
.insp_list > li > a > time {
    color: #777777;
    margin-right: 40px;
    white-space: nowrap;
    font-family: 'Quattrocento', serif;
    display: block;
    min-width: 70px;
}
.insp_list > li > a > em {
    background-color: #FFB700;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    min-width: 100px;
    border-radius: 40px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 13px;
    margin-right: 40px;
    font-weight: bold;
    font-style: inherit;
}
.insp_list > li > a > b {
    font-weight: normal;
    line-height: 1.4;
    display: block;
}
.insp_list > li > a > strong {
    color: #FF723E;
    font-family: 'Quattrocento', serif;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 20px;
}
.insp_moreLink {
    max-width: 600px;
    margin: 62px auto 0;
}
.insp_moreLink > a {
    height: 100px;
    max-width: none;
    font-size: 16px;
    font-weight: bold;
}
.insp_moreLink > a::before {
    content: "";
}
.insp_moreLink > a::after {
    content: "";
}
.press {
    margin: 71px 0 70px;
}
.press_inner {}
.press_titleWrap {
    position: relative;
    z-index: 1;
}
.press_title {}
.press_title > b {}
.press_title > small {}
.press_link {}
.press_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.press_link > a::before {
    content: "";
}
.press_link > a::after {
    content: "";
}
.press_link > a > .icon {}
.press_list {
    list-style: none;
    display: flex;
    justify-content: center;
}
.press_list > li {
    width: 25%;
}
.press_list > li:first-child {}
.press_list > li:last-child {}
.press_list > li:nth-child(2n+1) {}
.press_list > li:nth-child(n+3) {}
.press_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #DDDDDD;
    padding: 29px 42px;
    transition-duration: .3s;
    transition-property: background-color, color;
    padding-right: 20px;
}
.press_list > li:first-child > a {
    border-left: 1px solid #DDDDDD;
}
.press_list > li > a::before {
    content: "";
}
.press_list > li > a::after {
    content: "";
}
.press_info {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}
.press_update {
    color: #777777;
    margin-right: 18px;
    white-space: nowrap;
    font-family: 'Quattrocento', serif;
}
.press_update > time {}
.press_new {
    color: #FF723E;
    font-family: 'Quattrocento', serif;
    font-size: 16px;
    white-space: nowrap;
}
.press_name {
    font-size: 14px;
}
.press_more {
    font-family: 'Quattrocento', serif;
    text-decoration: underline;
    margin-top: 18px;
}
.homeBnr {
    margin: 30px 0 88px;
}
.homeBnr_inner {}
.homeBnr_slide {
    font-size: 0;
    position: relative;
    z-index: 1;
    padding: 0 56px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.homeBnr_slide.slick-initialized {
    opacity: 1;
}
.homeBnr_btn {
    font-size: 23px;
    background: #fff;
    display: flex;
    z-index: 10;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.21);
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.homeBnr_btn::before {
    content: "";
}
.homeBnr_btn::after {
    content: "";
}
.homeBnr_btn-prev {
    left: 0;
}
.homeBnr_btn-prev > .icon {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.homeBnr_btn-next {
    right: 0;
}
.homeBnr_btn-next > .icon {
    display: block;
}
.homeBnr_item {}
.homeBnr_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
    padding: 0 5px;
    outline: none;
}
.homeBnr_item > a::before {
    content: "";
}
.homeBnr_item > a::after {
    content: "";
}
.homeBnr_item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footNav {
    position: relative;
    z-index: 1;
    padding-bottom: 77px;
}
.footNav::before {
    content: "";
    height: 350px;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: #F5F4F0;
    bottom: 0;
    left: 0;
}
.footNav_inner {}
.footNav_cols {
    display: flex;
}
.footNav_col {
    background: #fff;
    width: 31%;
    margin-left: 3.5%;
    box-sizing: border-box;
    padding: 44px 25px 70px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.21);
}
.footNav_col-no1 {
    margin-left: 0;
}
.footNav_title {
    margin-bottom: 24px;
}
.footNav_title > img {
    display: block;
    margin: 0 auto 25px;
}
.footNav_title > b {
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
.footNav_listWrap {
    display: flex;
    justify-content: center;
}
.footNav_list {
    list-style: none;
    margin-right: 45px;
}
.footNav_list:last-child {
    margin-right: 0;
}
.footNav_list > li {}
.footNav_list > li:first-child {}
.footNav_list > li:last-child {}
.footNav_list > li:nth-child(2n+1) {}
.footNav_list > li:nth-child(n+3) {}
.footNav_list > li > a {
    display: block;
    color: inherit;
}
.footNav_list > li > a::before {
    content: "";
}
.footNav_list > li > a::after {
    content: "";
}
.footNav_col-no2 {}
.footNav_col-no3 {}
.slick-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 31px;
    width: 100%;
}
.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.slick-dots > li > button {
    font-size: 0;
    border: 4px solid rgba(255, 255, 255, 0);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    background-color: #FED903;
}
.slick-dots > li.slick-active > button {
    background-color: #fff;
    border-color: #FED900;
}
@media screen and (min-width:1000px) {
    .slick-dots > li > button:hover {
        transform: scale(1.5);
    }
    .p-link > a:hover {
        text-decoration: underline;
    }
    .visual_link > a:hover {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    .recent_list > li > a:hover {}
    .recent_list > li > a:hover > b {
        text-decoration: underline;
    }
    .recent_list > li > a:hover > .icon {
        right: 15px;
    }
    .news_link > a:hover {}
    .news_btn:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .app_link > a:hover {}
    .insp_link > a:hover {}
    .insp_list > li > a:hover {
        background: #ffeec2;
    }
    .insp_moreLink > a:hover {}
    .press_link > a:hover {}
    .press_list > li > a:hover {
        background: #f8f8f8;
    }
    a:hover .press_more {
        text-decoration: none;
    }
    .homeBnr_btn:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .homeBnr_item > a:hover {
        opacity: .7;
    }
    .footNav_list > li > a:hover {}
}
@media screen and (max-width:1799px) {
    .areaApp {
        background-size: auto, 20% auto;
    }
}
@media screen and (max-width:1349px) {
    .news_slide {
        padding: 0 56px;
        margin: 0;
    }
}
@media screen and (max-width:1199px) {
    .visual_link {
        width: 31%;
    }
}
@media screen and (max-width: 999px) {
    .p-link {}
    .p-link > a {}
    .p-link > a::before {}
    .p-link > a::after {}
    .p-link > a > .icon {}
    .gBody {}
    .visual {}
    .visual_link {
        width: 260px;
        right: 20px;
        top: 20px;
    }
    .visual_link > a {}
    .visual_link > a::before {}
    .visual_link > a::after {}
    .visual_link > a > img {}
    .visual_inner {
        height: 600px;
    }
    .visual_title {
        width: 130px;
    }
    .visual_title > img {}
    .visual_slide {
        height: auto;
    }
    .visual_image {
        height: 67vw;
    }
    .visual_image > img {}
    .recent {
        border-width: 10px;
        padding-left: 116px;
    }
    .recent_title {
        left: 20px;
        font-size: 12px;
    }
    .recent_list {}
    .recent_list > li {}
    .recent_list > li:first-child {}
    .recent_list > li:last-child {}
    .recent_list > li:nth-child(2n+1) {}
    .recent_list > li:nth-child(n+3) {}
    .recent_list > li > a {
        padding-right: 50px;
    }
    .recent_list > li > a::before {}
    .recent_list > li > a::after {}
    .recent_list > li > a > time {
        font-size: 15px;
        margin-right: 18px;
    }
    .recent_list > li > a > b {
        font-size: inherit;
    }
    .recent_list > li > a > .icon {
        font-size: 20px;
        right: 15px;
    }
    .news {
        padding: 55px 0;
    }
    .news_inner {}
    .news_titleWrap {}
    .news_title {}
    .news_title > b {}
    .news_title > small {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .news_slide {
        padding: 0 40px;
    }
    .news_btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 78px;
    }
    .news_btn::before {}
    .news_btn::after {}
    .news_btn-prev {}
    .news_btn-prev > .icon {}
    .news_btn-next {}
    .news_btn-next > .icon {}
    .areaApp {
        padding: 55px 0;
        background-size: 300px auto, 20% auto;
    }
    .areaApp_inner {}
    .app {
        margin-bottom: 50px;
    }
    .app:last-child {}
    .app_title {}
    .app_title > b {}
    .app_title > small {}
    .app_list {}
    .app_list > li {}
    .app_list > li:first-child {}
    .app_list > li:last-child {}
    .app_list > li:nth-child(2n+1) {}
    .app_list > li:nth-child(n+3) {}
    .app_link {}
    .app_link > a {
        height: 80px;
    }
    .app_link > a::before {}
    .app_link > a::after {}
    .areaApp_title {
        margin-bottom: 45px;
    }
    .areaApp_title > img:nth-child(1) {}
    .areaApp_title > img:nth-child(2) {}
    .insp {
        padding: 55px 0;
    }
    .insp_inner {}
    .insp_title {}
    .insp_title > img {}
    .insp_title > img:nth-child(1) {}
    .insp_title > img:nth-child(2) {}
    .insp_sect {}
    .insp_headline {}
    .insp_headline > b {}
    .insp_headline > small {}
    .insp_titleWrap {}
    .insp_link {}
    .insp_link > a {}
    .insp_link > a::before {}
    .insp_link > a::after {}
    .insp_link > a > .icon {}
    .insp_list {}
    .insp_list > li {}
    .insp_list > li:first-child {}
    .insp_list > li:last-child {}
    .insp_list > li:nth-child(2n+1) {}
    .insp_list > li:nth-child(n+3) {}
    .insp_list > li > a {}
    .insp_list > li:nth-child(2n) > a {}
    .insp_list > li > a::before {}
    .insp_list > li > a::after {}
    .insp_list > li > a > time {
        margin-right: 25px;
        min-width: 60px;
    }
    .insp_list > li > a > em {
        margin-right: 25px;
        line-height: 25px;
        font-size: 11px;
        min-width: 91px;
    }
    .insp_list > li > a > b {}
    .insp_list > li > a > strong {}
    .insp_moreLink {}
    .insp_moreLink > a {
        height: 80px;
    }
    .insp_moreLink > a::before {}
    .insp_moreLink > a::after {}
    .press {
        margin: 55px 0;
    }
    .press_inner {}
    .press_titleWrap {}
    .press_title {}
    .press_title > b {}
    .press_title > small {}
    .press_link {}
    .press_link > a {}
    .press_link > a::before {}
    .press_link > a::after {}
    .press_link > a > .icon {}
    .press_list {}
    .press_list > li {}
    .press_list > li:first-child {}
    .press_list > li:last-child {}
    .press_list > li:nth-child(2n+1) {}
    .press_list > li:nth-child(n+3) {}
    .press_list > li > a {
        padding: 15px 15px;
    }
    .press_list > li:first-child > a {}
    .press_list > li > a::before {}
    .press_list > li > a::after {}
    .press_info {}
    .press_update {}
    .press_update > time {}
    .press_new {}
    .press_name {}
    .press_more {}
    .homeBnr {
        margin: 30px 0 55px;
    }
    .homeBnr_inner {}
    .homeBnr_slide {
        padding: 0 40px;
    }
    .homeBnr_btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .homeBnr_btn::before {}
    .homeBnr_btn::after {}
    .homeBnr_btn-prev {}
    .homeBnr_btn-prev > .icon {}
    .homeBnr_btn-next {}
    .homeBnr_btn-next > .icon {}
    .homeBnr_item {}
    .homeBnr_item > a {}
    .homeBnr_item > a::before {}
    .homeBnr_item > a::after {}
    .homeBnr_item > a > img {}
    .footNav {}
    .footNav::before {}
    .footNav_inner {}
    .footNav_cols {}
    .footNav_col {
        padding: 35px 12px 34px;
    }
    .footNav_col-no1 {}
    .footNav_title {
        margin-bottom: 10px;
    }
    .footNav_title > img {
        width: 45px;
        margin-bottom: 10px;
    }
    .footNav_title > b {
        line-height: 1;
        font-size: 18px;
    }
    .footNav_listWrap {}
    .footNav_list {
        margin-right: 30px;
    }
    .footNav_list:last-child {}
    .footNav_list > li {}
    .footNav_list > li:first-child {}
    .footNav_list > li:last-child {}
    .footNav_list > li:nth-child(2n+1) {}
    .footNav_list > li:nth-child(n+3) {}
    .footNav_list > li > a {
        font-size: 13px;
    }
    .footNav_list > li > a::before {}
    .footNav_list > li > a::after {}
    .footNav_col-no2 {}
    .footNav_col-no3 {}
    .slick-dots {}
    .slick-dots > li {}
    .slick-dots > li > button {}
    .slick-dots > li.slick-active > button {}
}
@media screen and (max-width:767px) {
    .p-link {
        position: static;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .p-link > a {
        line-height: 20px;
        padding-left: 20px;
    }
    .p-link > a::before {}
    .p-link > a::after {}
    .p-link > a > .icon {
        width: 14px;
        height: 14px;
        font-size: 12px;
    }
    .gBody {}
    .visual {}
    .visual_link {
        right: 6px;
        top: 6px;
        width: 102px;
        bottom: auto;
        left: auto;
    }
    .visual_link > a {}
    .visual_link > a::before {}
    .visual_link > a::after {}
    .visual_link > a > img {}
    .visual_inner {
        height: 250px;
    }
    .visual_title {
        width: 70px;
    }
    .visual_title > img {}
    .visual_slide {}
    .visual_image {
        height: 60vw;
    }
    .visual_image > img {}
    .recent {
        border-width: 5px;
        padding-left: 91px;
    }
    .recent_title {
        left: 10px;
        width: 70px;
        line-height: 28px;
    }
    .recent_list {}
    .recent_list > li {}
    .recent_list > li:first-child {}
    .recent_list > li:last-child {}
    .recent_list > li:nth-child(2n+1) {}
    .recent_list > li:nth-child(n+3) {}
    .recent_list > li > a {
        line-height: 1;
        white-space: normal;
        padding-right: 33px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .recent_list > li > a::before {}
    .recent_list > li > a::after {}
    .recent_list > li > a > time {
        display: block;
        margin: 0;
        font-size: 12px;
    }
    .recent_list > li > a > b {
        font-size: 14px;
        display: block;
        line-height: 1.2;
        margin-top: 6px;
    }
    .recent_list > li > a > .icon {
        font-size: 14px;
        right: 10px;
    }
    .news {
        padding: 45px 0;
    }
    .news_inner {}
    .news_titleWrap {}
    .news_title {
        margin-bottom: 10px;
    }
    .news_title > b {}
    .news_title > small {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .news_slide {}
    .news_btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
    .news_btn::before {}
    .news_btn::after {}
    .news_btn-prev {}
    .news_btn-prev > .icon {}
    .news_btn-next {}
    .news_btn-next > .icon {}
    .areaApp {
        background-size: 130px auto, 160px auto;
        padding-top: 45px;
        background-position: -30px -10px, right bottom;
    }
    .areaApp_inner {}
    .app {
        margin-bottom: 25px;
    }
    .app:last-child {}
    .app_title {}
    .app_title > b {}
    .app_title > small {}
    .app_list {
        display: block;
    }
    .app_list > li {
        width: auto;
        margin: 15px auto 0;
    }
    .app_list > li:first-child {
        margin-top: 0;
    }
    .app_list > li:last-child {}
    .app_list > li:nth-child(2n+1) {}
    .app_list > li:nth-child(n+3) {}
    .app_link {
        max-width: none;
        margin-top: 25px;
    }
    .app_link > a {
        height: 50px;
        font-size: inherit;
        font-weight: normal;
    }
    .app_link > a::before {}
    .app_link > a::after {}
    .areaApp_title {
        margin-bottom: 34px;
    }
    .areaApp_title > img:nth-child(1) {
        display: none;
    }
    .areaApp_title > img:nth-child(2) {
        display: block;
        max-width: 230px;
        margin: 0 auto;
    }
    .insp {
        padding: 45px 0;
    }
    .insp_inner {}
    .insp_title {
        margin-bottom: 35px;
    }
    .insp_title > img {}
    .insp_title > img:nth-child(1) {
        display: none;
    }
    .insp_title > img:nth-child(2) {
        display: block;
        max-width: 270px;
    }
    .insp_sect {}
    .insp_headline {
        margin-bottom: 10px;
    }
    .insp_headline > b {}
    .insp_headline > small {}
    .insp_titleWrap {}
    .insp_link {
        margin-bottom: 0;
    }
    .insp_link > a {}
    .insp_link > a::before {}
    .insp_link > a::after {}
    .insp_link > a > .icon {}
    .insp_list {}
    .insp_list > li {}
    .insp_list > li:first-child {}
    .insp_list > li:last-child {}
    .insp_list > li:nth-child(2n+1) {}
    .insp_list > li:nth-child(n+3) {}
    .insp_list > li > a {
        padding: 10px 5px;
        flex-wrap: wrap;
    }
    .insp_list > li:nth-child(2n) > a {}
    .insp_list > li > a::before {}
    .insp_list > li > a::after {}
    .insp_list > li > a > time {
        font-size: 12px;
        margin-right: 10px;
        order: 1;
        min-width: 50px;
    }
    .insp_list > li > a > em {
        font-size: 9px;
        line-height: 18px;
        margin-right: 5px;
        order: 2;
        min-width: 80px;
    }
    .insp_list > li > a > b {
        order: 4;
        width: 100%;
        margin-top: 4px;
    }
    .insp_list > li > a > strong {
        font-size: 12px;
        margin-left: 0;
        order: 3;
    }
    .insp_moreLink {
        margin-top: 25px;
        max-width: none;
    }
    .insp_moreLink > a {
        font-size: 14px;
        height: 50px;
        font-weight: normal;
    }
    .insp_moreLink > a::before {}
    .insp_moreLink > a::after {}
    .press {
        margin: 35px 0;
    }
    .press_inner {}
    .press_titleWrap {}
    .press_title {
        margin-bottom: 10px;
    }
    .press_title > b {}
    .press_title > small {}
    .press_link {
        margin-bottom: 0;
    }
    .press_link > a {}
    .press_link > a::before {}
    .press_link > a::after {}
    .press_link > a > .icon {}
    .press_list {
        display: block;
    }
    .press_list > li {
        width: auto;
    }
    .press_list > li:first-child {}
    .press_list > li:last-child {}
    .press_list > li:nth-child(2n+1) {}
    .press_list > li:nth-child(n+3) {}
    .press_list > li > a {
        border: none;
        padding: 10px 0;
        position: relative;
        z-index: 1;
        padding-right: 20px;
        border-top: 1px dashed #ccc;
    }
    .press_list > li:first-child > a {
        border: none;
    }
    .press_list > li > a::before {}
    .press_list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #333;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .press_info {
        line-height: 1;
        margin-bottom: 9px;
    }
    .press_update {
        font-size: 12px;
        margin-right: 10px;
    }
    .press_update > time {}
    .press_new {
        font-size: 14px;
    }
    .press_name {
        line-height: 1.3;
    }
    .press_more {
        display: none;
    }
    .homeBnr {
        margin: 35px 0 45px;
    }
    .homeBnr_inner {}
    .homeBnr_slide {
        padding: 0 36px;
    }
    .homeBnr_btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
    .homeBnr_btn::before {}
    .homeBnr_btn::after {}
    .homeBnr_btn-prev {}
    .homeBnr_btn-prev > .icon {}
    .homeBnr_btn-next {}
    .homeBnr_btn-next > .icon {}
    .homeBnr_item {}
    .homeBnr_item > a {}
    .homeBnr_item > a::before {}
    .homeBnr_item > a::after {}
    .homeBnr_item > a > img {}
    .footNav {
        padding-bottom: 45px;
    }
    .footNav::before {
        height: 200px;
    }
    .footNav_inner {}
    .footNav_cols {
        display: block;
    }
    .footNav_col {
        width: auto;
        margin: 15px auto 0;
        padding: 20px 15px;
    }
    .footNav_col-no1 {
        margin-top: 0;
    }
    .footNav_title {}
    .footNav_title > img {}
    .footNav_title > b {}
    .footNav_listWrap {}
    .footNav_list {}
    .footNav_list:last-child {}
    .footNav_list > li {}
    .footNav_list > li:first-child {}
    .footNav_list > li:last-child {}
    .footNav_list > li:nth-child(2n+1) {}
    .footNav_list > li:nth-child(n+3) {}
    .footNav_list > li > a {}
    .footNav_list > li > a::before {}
    .footNav_list > li > a::after {}
    .footNav_col-no2 {}
    .footNav_col-no3 {}
    .slick-dots {
        bottom: 5px;
    }
    .slick-dots > li {
        margin: 0 3px;
    }
    .slick-dots > li > button {
        border-width: 2px;
    }
    .slick-dots > li.slick-active > button {}
}
