

.pure:after {
    clear: both;
}

/*滚动动画的样式*/
/*.disable-hover {*/
/*pointer-events: none;*/
/*}*/
.scroll-animate.animated {
    visibility: hidden;
}

.font-fadeIn font {
    display: inline-block;
    min-width: 12px;
}

.scrolly {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

/* 浮动与清浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-ahref] {
    cursor: pointer;
}

html {
    font-size: 100px !important;
}

/* 初始定义 */
.transi {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.color-linear {
    background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
}

.btn_style:hover {
    background: linear-gradient(45deg, #79bd28 0%, #00653b 100%) !important;
    box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6) !important;
    color: #fff !important;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.scaleIn {
    animation-name: scaleIn;
}

.fadeIn {
    animation-delay: 0.3s;
    animation-timing-function: linear;
}

/*公告及通函*/
.not_con {
    background: url("../image/not_bg.png") no-repeat center bottom, #f6f9fb;
}

.showreel_box {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    height: 90px;
    line-height: 90px;
    padding: 0 90px;
    box-shadow: 0 0 90px rgba(29, 56, 75, .17);
    margin-bottom: 50px;
}

.showreel_box .btn_img_prev, .showreel_box .btn_img_next {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    color: #bebdc2;
    cursor: pointer;
}

.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover {
    color: #00653b;
}

.showreel_box .btn_img_prev i, .showreel_box .btn_img_next i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.showreel_box .btn_img_prev {
    left: 0;
}

.showreel_box .btn_img_next {
    right: 0;
}

.view_box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.showreel_box .list_u_img_box {
    font-size: 0;
    width: 99999999px;
    position: absolute;
    left: 0;
    top: 0;
    transition: left .5s ease;
}

.showreel_box .list_u_img_box > a {
    position: relative;
    width: 125px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    color: #979ba0;
    cursor: pointer;
    transition: all .5s ease;
}

.showreel_box .list_u_img_box > a.on {
    font-size: 24px;
    color: #00653b;
    position: relative;
    cursor: auto;
}

.showreel_box .list_u_img_box > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 76.666%;
    margin-left: -.5em;
    width: 0;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00653b;
    transition: all .5s ease;
}

.showreel_box .list_u_img_box > a:hover {
    color: #00653b;
}

.showreel_box .list_u_img_box > a.on::after, .showreel_box .list_u_img_box > a:hover::after {
    width: 1em;
}

.showreel_box .list_u_img_box > img:last-child {
    margin-right: 0;
}

.disab {
    pointer-events: none;
    opacity: 0;
}

.not_con .ann_box > a {
    border-top: 1px solid #d6dadd;
    border-bottom: none;
    transition: all .5s ease;
    padding: 50px 72px 40px 0;
}

.not_con .ann_box > a:hover {
    -webkit-box-shadow: 0 0 46px rgba(29, 56, 75, .17);
    -moz-box-shadow: 0 0 46px rgba(29, 56, 75, .17);
    box-shadow: 0 0 46px rgba(29, 56, 75, .17);
    background-color: #fff;
    border-top-color: transparent;
    margin: 0 -10px;
    padding-right: 82px;
    padding-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.not_con .ann_box > a:hover + a {
    border-top-color: transparent;
}

.not_con .ann_box > a:first-child {
    border-top-color: transparent;
}

.not_con .ann_box > a > div {
    float: left;
}

.not_time_box {
    width: 10%;
    color: #010101;
    line-height: 1.1;
}

.not_time_box > div {
    padding-left: 30.7%;
}

.time_year {
    font-size: 20px;
}

.not_time {
    font-size: 12px;
}

.not_con .ann_title {
    width: 90%;
    padding-left: 39px;
}

.not_con .ann_box > a > i {
    right: 40px;
}

/*发展历程*/
.dev_con {
    position: relative;
}

.dev_con .tea_case {
    position: relative;
    z-index: 1;
    padding-bottom: .9rem;
}

.tab_time_bottom .showreel_box {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    height: 90px;
    line-height: 90px;
    padding: 0 90px;
    box-shadow: none;
    margin-bottom: 0;
}

.tab_time_bottom .showreel_box .list_u_img_box > a {
    width: 100px;
    font-size: 16px;
    color: #979ba0;
    transition: all .5s ease;
}

.tab_time_bottom .showreel_box .list_u_img_box > a.on, .tab_time_bottom .showreel_box .list_u_img_box > a:hover {
    font-size: 16px;
    color: #00653b;
}

.tab_time_bottom .showreel_box .list_u_img_box > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -1em;
    width: 0;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00653b;
    transition: all .5s ease;
}

.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after, .tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
    width: 2em;
}

.tab_time_bottom .showreel_box .btn_img_prev, .tab_time_bottom .showreel_box .btn_img_next {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #7a858a;
    text-align: center;
    -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
    -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
    box-shadow: 0 0 27px rgba(29, 56, 75, .17);
    top: 50%;
    left: 25px;
    margin-top: -20px;
}

.tab_time_bottom .showreel_box .btn_img_next {
    right: 25px;
    left: auto;
}

.dev_tex_box > div {
    display: none;
    width: 57%;
    float: right;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: .5rem;
    min-height: 2.6rem;
}

.time_title_case {
    position: relative;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    overflow: hidden;
}

.at_time {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #e9eff2;
    font-size: 300px;
    line-height: 0.8;
    background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
    background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
    background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(246, 249, 251, 1)), color-stop(0.10, rgba(233, 239, 242, 1)), color-stop(0.7, rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
    background: -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.time_sha {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.time_line_case {
    margin: 0 auto;
    width: 83.33333%;
    margin-top: .5rem;
}

.time_line_box {
    width: 99999px;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease;
}

.time_line_box > div {
    float: left;
    position: relative;
    width: 330px;
    height: 6px;
    background: -ms-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
    background: -moz-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
    background: -o-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
    background: -webkit-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
    font-size: 20px;
    line-height: 1;
}

.btn_time {
    position: absolute;
    right: -10px;
    top: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00653b;
    z-index: 1;
    cursor: pointer;

}

.btn_time > span {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -50px;
    z-index: 2;
    transition: all .5s ease;
}

.time_line_box > div:nth-child(odd) .btn_time > span {
    bottom: -50px;
    top: auto;
}

.btn_time::after {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: rgba(14, 111, 57, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: dot1 2s infinite ease;
    -webkit-animation: dot1 2s infinite ease; /* Safari 和 Chrome */
}

@keyframes dot1 {
    0% {
        width: 20px;
        height: 20px;
    }
    50% {
        width: 36px;
        height: 36px;
    }
    100% {
        width: 20px;
        height: 20px;
    }

}

.btn_time:hover::after {
    display: block;
}

.time_line_box > div.bodes {
    pointer-events: none;
    background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
    background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
    background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
    background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}

.bodes .btn_time {
    background-color: #959798;
}

.bodes .btn_time span {
    color: #979ba0;
}

/*波浪背景*/
.wave_box {
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.wave {
    overflow: hidden;
    position: absolute;
    top: 129%;
    width: 140%;
    transform: translateY(-50%);
    color: #fff;
    margin-left: -20%;
    animation: 3s ease-in-out infinite alternate waveAnimateA;
}

@keyframes waveAnimateA {
    0% {
        transform: translate(-80px, -52%);
    }

    100% {
        transform: translate(80px, -50%);
    }
}

.wave svg {
    fill: rgba(233, 239, 242, 1);
    width: 102%;
    margin-left: -1%;
    height: auto;
}

.st0 {
    fill: #E9EFF2;
    opacity: 0.5
}

.st1 {
    opacity: 0.5;
    fill: #E9EFF2;
}

.st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(http://www.amoydx.com/templates/dist/css/style.css#SVGID_1_);
}

.titie_box_bg {
    width: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -65px;
    z-index: 1;
    transform: scale(0);
    transition: all .5s ease;
}

.titie_box_bg svg {
    width: 100%;
    position: relative;
    z-index: 1;
}

.titie_box_bg #title_bg_down {
    opacity: .3;
    transform: rotate(37deg) scale(1.02);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.time_line_box .on .btn_time > span {
    font-size: 40px;
    color: #fff;
    top: 50% !important;
    transform: translate(-50%, -50%);
    bottom: auto !important;
    margin-left: 0;
}

.time_line_box .on .btn_time .titie_box_bg {
    transform: scale(1);
}

.time_line_box .on .btn_time .titie_box_bg > #title_bg_down {
    animation: alpha 2.25s linear infinite forwards;

}

@keyframes alpha {
    0% {
        transform: rotate(0);
    }
    25% {
    }
    50% {
        border-radius: 50%;
    }
    75% {
    }
    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 1600px) {
    .com_title {
        font-size: 34px;
    }

    .hon_tab_nav_box > div {
        padding-bottom: .3rem;
    }

    .new_tex_box > div {
        width: 70.6666%;
    }

    .new_title, .new_info {
        margin-top: 25px;
    }

    .cul_title {
        line-height: 100px;
    }

    .pul_now > div {
        max-height: 90px;
    }

    .nav_box, .search_box, .language_box {
        line-height: 90px;
    }

    header .nav_con .pul_logo {
        top: 18px;
        left: 3vw;
    }

}

@media screen and (max-width: 1440px) {
    .pul_initial .language_box {
        margin-top: 110px;
    }

}

@media screen and (max-width: 1366px) {
    .f-60 {
        font-size: 48px;
    }

    .f-50 {
        font-size: 42px;
    }

    .f-48 {
        font-size: 40px;
    }

    .f-46 {
        font-size: 40px;
    }

    .f-44 {
        font-size: 38px;
    }

    .f-42 {
        font-size: 36px;
    }

    .f-40 {
        font-size: 34px;
    }

    .f-38 {
        font-size: 32px;
    }

    .f-36 {
        font-size: 30px;
    }

    .f-34 {
        font-size: 28px;
    }

    .f-32 {
        font-size: 26px;
    }

    .f-30 {
        font-size: 26px;
    }

    .f-28 {
        font-size: 26px;
    }

    .f-26 {
        font-size: 24px;
    }

    .f-24 {
        font-size: 22px;
    }

    .f-22 {
        font-size: 20px;
    }

    .f-20 {
        font-size: 18px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-16 {
        font-size: 14px;
    }

    .f-14 {
        font-size: 14px;
    }

    .f-12 {
        font-size: 12px;
    }

    .tea_mem_case {
        margin-top: 1rem;
    }

    .member_box > div {
        padding-left: 34%;
    }

    .member_info {
        padding: .35rem 6% .4rem 34%;
    }

    .tal_title_box > div {
        width: 80%;
    }

    .tal_tab_name {
        padding: 20px 8% 20px 0;
    }

    .tal_title_box > span {
        letter-spacing: 30px;
    }

    .com_img_case .swiper-button-prev {
        margin-right: 30px;
    }

    .com_img_case .swiper-button-next {
        margin-left: 30px;
    }

    .com_title {
        font-size: 28px;
    }

    .hon_tab_nav_box > div {
        padding-bottom: .4rem;
    }

    .hon_tab_num {
        font-size: 30px;
    }

    .hon_tab_name {
        line-height: 48px;
    }

    .new_title {
        margin-top: 0;
    }

    .mar_data_box {
        margin-top: 1.8rem;
    }

    .scr1_img_box {
        width: 50%;
        margin-top: 0;
    }

    .pul_initial .language_box {
        margin-top: 100px;
    }

}

@media screen and (max-width: 1024px) {
    .full-menu_m {
        display: block;
    }

    .full-menu_pc {
        display: none;
    }

    .pul_now {
        display: none;
    }

    .ins_banner {
        height: 40vh;
    }

    .tea_case {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .com_con .tea_case {
        width: 100%;
    }

    .pul_initial .language_box {
        display: none;
    }

    header {
        height: auto;
    }

    .com_img_case {
        width: 76.2%;
        margin-left: 10%;
        padding-right: calc(13.8% + 30px);
    }

    .sha_imgBox {
        width: calc(14.78% + 30px);
    }

    .com_img_case .swiper-button-prev {
        margin-right: 20px;
    }

    .com_img_case .swiper-button-next {
        margin-left: 20px;
    }

    .com_img_case .swiper-pagination .on {
        font-size: 20px;
    }

    .com_img_case .swiper-pagination {
        font-size: 16px;
    }

    .com_title {
        left: 88.5%;
    }

    .com_img_case {
        margin-top: .6rem;
        margin-bottom: .6rem;
    }

    .hon_name {
        font-size: 18px;
    }

    .hon_name_text {
        font-size: 14px;
    }

    .hon_name_box .active-nav .hon_name_text {
        font-size: 16px;
        box-shadow: 0 0 30px rgba(29, 56, 75, .17);
    }

    .new_tex_box {
        margin-right: 0;
        width: 75%;
    }

    .scr1_img_box {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .scr1_text_box {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .cul_src2_line {
        padding-top: .6rem;
        margin-bottom: 10px;
    }

    .cul_info_case {
        padding-left: 50px;
    }

    .cul_src3_con_box > .cul_info_case:nth-child(odd) {
        padding-right: 50px;
    }

    .cen_img_0 {
        display: none;
    }

    .img_center_box {
        background: transparent;
        top: 0;
        bottom: auto;
    }

    .loop_box {
        display: none;
    }

    .scr3_title::before {
        display: none;
    }

    .cul_info_case {
        height: auto;
    }

    .src3_case {
        padding-top: 1.5rem;
    }

    .scr3_title {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .f-60 {
        font-size: 24px;
    }

    .f-50 {
        font-size: 22px;
    }

    .f-48 {
        font-size: 22px;
    }

    .f-46 {
        font-size: 20px;
    }

    .f-44 {
        font-size: 20px;
    }

    .f-42 {
        font-size: 20px;
    }

    .f-40 {
        font-size: 18px;
    }

    .f-38 {
        font-size: 18px;
    }

    .f-36 {
        font-size: 18px;
    }

    .f-34 {
        font-size: 16px;
    }

    .f-32 {
        font-size: 16px;
    }

    .f-30 {
        font-size: 16px;
    }

    .f-28 {
        font-size: 16px;
    }

    .f-26 {
        font-size: 14px;
    }

    .f-24 {
        font-size: 14px;
    }

    .f-22 {
        font-size: 14px;
    }

    .f-20 {
        font-size: 14px;
    }

    .f-18 {
        font-size: 12px;
    }

    .f-16 {
        font-size: 12px;
    }

    .f-14 {
        font-size: 12px;
    }

    .f-12 {
        font-size: 12px;
    }

    .pre_box {
        min-width: 140px;
    }

    .sen_link_box {
        padding-bottom: .35rem;
    }

    .post_case {
        padding-top: .6rem;
    }

    .page_case {
        padding-top: .45rem;
    }

    #bloc footer .f-main .max-wid {
        padding: .6rem 0 .3rem 0;
    }

    .max-wid {
        width: auto;
        margin: 0 15px;
    }

    .sta_img_box {
        margin-top: .8rem;
    }

    .sta_tab_con_box {
        margin-bottom: -.8rem;
    }

    .tal_info {
        width: 200%;
    }

    .hon_con_box {
        width: 100%;
    }

    .hon_con .tea_case {
        width: 100%;
    }

    .hon_name_box {
        width: 100%;
        top: -100px;
        padding: 0;
    }

    .hon_name_box .swiper-button-prev, .hon_name_box .swiper-button-next {
        display: none;
    }

    .hon_name_box .swiper-container {
        height: auto;
    }

    .pro_list_box > a {
        padding: 15px;
    }

    .med_list_box > a {
        padding: 40px 65px 45px 65px;
    }

    .med_list_case > span {
        top: 33px;
        font-size: 14px;
        line-height: 42px;
    }

    .med_time {
        line-height: 20px;
        font-size: 20px;
        top: 41px;
        width: 43px;
    }

    .med_time span {
        font-size: 12px;
    }

    .med_list_box > a:hover > span {
        padding: 0 35px;
    }

    .med_list_box > a:hover .med_time {
        width: 65px;
    }

    .new_time {
        line-height: 20px;
        font-size: 20px;
    }

    .new_time span {
        font-size: 12px;
    }

    .con_case_b {
        padding-top: .75rem;
        padding-bottom: .8rem;
    }

    .cul_title {
        font-size: 20px;
        line-height: .7rem;
    }

    .cul_src2_line {
        padding-top: .3rem;
    }

    .cul_info {
        line-height: 2.5;
    }

    .scr3_info {
        line-height: 2.5;
    }

    .scr2_title {
        margin-top: 0;
    }

    .case_bg > .scr2_title_box {
        font-size: 28px;
    }

    .scr3_title {
        font-size: 18px;
    }

    .at_time {
        font-size: 200px;
    }
}

@media screen and (max-width: 640px) {
    .tea_case {
        padding: 60px 15px 70px 15px;
    }

    .tea_mem_case .swiper-button-next, .tea_mem_case .swiper-button-prev {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .carousel .swiper-button-next, .carousel .swiper-button-prev {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .member_info > img {
        bottom: 100%;
    }

    .member_box > .member_info {
        padding-left: 6%;
    }

    .sen_link_box {
        padding-bottom: .1rem;
    }

    .post_box {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .joi_hint > span {
        line-height: 1.5;
        padding: 20px 0;
    }

    .page_case > div:first-child {
        margin-right: 0;
        width: 100%;
    }

    .page_case > div:last-child {
        margin-left: 0;
        width: 100%;
    }

    .post_name i {
        margin-right: 10px;
    }

    .post_num i {
        margin-left: 10px;
    }

    .full-menu {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 2vh;
        font-size: 20px;
    }

    header .nav .full-menu:after {
        width: 40px;
        height: 40px;
    }

    .max-wid li {
        display: block;
        margin-bottom: 30px;
    }

    #bloc footer .f-main .max-wid > ul {
        display: block;
    }

    .sty_line, .sen_link_con {
        display: none;
    }

    .pul_initial .search_box {
        margin-right: calc(5vw + 50px);
        margin-top: 2vh;
        line-height: 40px;
    }

    .menu-list > a {
        font-size: 18px;
    }

    .menu-list > div > a {
        font-size: 14px;
    }

    header .pul_logo {
        top: 2vh;
    }

    .pul_initial .search_case {
        top: calc(2vh + 40px);
    }

    .sta_tab_box > span {
        width: 25%;
        font-size: 12px;
    }

    .sta_tab_box > span.on span {
        transform: scale(1.4) translateZ(0);
    }

    .sta_tab_box {
        padding-bottom: 0.15rem;
    }

    .sta_tab_con_box .swiper-slide.active .sta_img_box > img {
        -webkit-box-shadow: 0 0 50px rgba(40, 80, 104, .55);
        -moz-box-shadow: 0 0 50px rgba(40, 80, 104, .55);
        box-shadow: 0 0 50px rgba(40, 80, 104, .55);
    }

    .tal_tab_box {
        float: none;
        width: 100%;
        height: auto;
    }

    .tal_img_box {
        float: none;
        width: 100%;
        padding-bottom: 145%;
        margin-top: .4rem;
    }

    .tal_con_box {
        padding-top: .5rem;
    }

    .tal_info {
        width: 100%;
    }

    .tal_info_m {
        display: block;
        position: relative;
        margin-top: .4rem;

    }

    .tal_info_pc {
        display: none;
    }

    .tal_title_box > div {
        width: 100%;
    }

    .com_img_case {
        -webkit-box-shadow: 0 0 30px rgba(30, 46, 63, .36);
        -moz-box-shadow: 0 0 30px rgba(30, 46, 63, .36);
        box-shadow: 0 0 30px rgba(30, 46, 63, .36);
        margin-top: .3rem;
        margin-bottom: .3rem;
    }

    .com_img_case .swiper-button-prev, .com_img_case .swiper-button-next {
        display: none;
    }

    .com_info_case p {
        padding-top: 15px;
        line-height: 1.8;
    }

    .com_info_case {
        margin-bottom: 0;
    }

    .com_title {
        left: 60.5%;
    }

    .com_img_case {
        padding-right: calc(13.8% + 15px);
    }

    .sha_imgBox {
        width: calc(14.78% + 14px);
    }

    .sen_manifesto {
        line-height: 1.5;
        bottom: 100%;
    }

    .hon_tab_nav_box {
        float: none;
        width: 100%;
    }

    .hon_tab_nav_box > div {
        width: 25%;
        float: left;
        text-align: center;
    }

    .hon_con_case {
        float: none;
        width: 100%;
    }

    .hon_name_box {
        position: relative;
        top: 0;
    }

    .hon_name {
        display: none;
    }

    .hon_con_box .swiper-container {
        padding-bottom: 0;
    }

    .hon_con .tea_case {
        padding: 60px 15px 70px 15px;
    }

    .hon_tab_num {
        font-size: 24px;
    }

    .hon_tab_name {
        line-height: 40px;
        font-size: 14px;
    }

    .hon_tab_name::after {
        height: 3px;
    }

    .inv_left_box {
        width: 100%;
        float: none;
    }

    .inv_right_box {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .inv_right_box::after {
        display: none;
    }

    .inv_title {
        font-size: 20px;
        line-height: 56px;
    }

    .inv_code {
        margin-top: 0;
    }

    .inv_stock_box {
        padding: 20px 0;
    }

    .sto_contrast {
        margin-bottom: 20px;
    }

    .ann_box > a {
        padding: 20px 0;
        padding-right: 32px;
    }

    .sty_bottom_sty {
        margin-bottom: .15rem;
    }

    .showreel_box .btn_img_prev, .showreel_box .btn_img_next {
        width: 40px;
    }

    .showreel_box {
        padding: 0 40px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .showreel_box .list_u_img_box > a.on {
        font-size: 20px;
    }

    .showreel_box .list_u_img_box > a {
        width: 70px;
        font-size: 14px;
    }

    .not_con .ann_box > a {
        padding: 30px 32px 20px 0;
    }

    .not_con .ann_box > a > i {
        right: 0;
    }

    .time_year {
        font-size: 18px;
    }

    .ann_title {
        font-size: 14px;
    }

    .pro_list_box > a {
        width: 48%;
        margin-right: 4%;
        margin-bottom: .4rem;
        font-size: 12px;
    }

    .pro_list_box > a:nth-child(3n) {
        margin-right: 4%;
    }

    .pro_list_box > a:nth-child(2n) {
        margin-right: 0;
    }

    .pro_intersperse {
        margin-bottom: 15px;
    }

    .pro_title {
        margin: .25rem 0 .5rem 0;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .btn_pro_det {
        line-height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 40px;
        margin-left: -20px;
        bottom: -20px;
    }

    .pro_box:hover .btn_pro_det {
        width: 100%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .lit_list_box > a {
        padding: 20px 0;
        padding-right: 40px;
    }

    .lit_list_case > img {
        width: 40px;
        margin-left: 0;
    }

    .lit_tex_box {
        width: calc(100% - 40px);
        padding-right: 10px;
        padding-left: 0;
    }

    .lit_title {
        font-size: 16px;
    }

    .lit_member {
        font-size: 14px;
    }

    .lit_info {
        margin-top: 15px;
        font-size: 12px;
    }

    .lit_provenance {
        font-size: 12px;
        margin-top: 10px;
    }

    .icon_bg {
        width: 40px;
    }

    .med_list_box > a {
        padding: 34px 10px 45px 10px;
    }

    .med_list_box > a:hover .med_tex_box {
        margin-left: 0;
    }

    .med_tex_box {
        width: 100%;
        margin-top: 55px;
    }

    .med_title {
        font-size: 16px;
        margin-top: 8px;
    }

    .new_title {
        font-size: 16px;
    }

    .new_tex_box {
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .new_tex_box > img {
        float: none;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .new_tex_box > div {
        width: 100%;
    }

    .new_list_box > a:hover .new_tex_box > img {
        margin-left: 0;
    }

    .new_time {
        position: relative;
        z-index: 1;
    }

    .new_info {
        margin-top: 15px;
    }

    .new_list_box > a {
        margin-bottom: 0;
    }

    .scr_box {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .mar_title {
        margin-top: 0;
        font-size: 26px;
        text-align: center;
    }

    .scr0_box .mar_map_box_in {
        position: relative;
        width: 100%;
        margin-top: 20px;
        top: 0;
    }

    .mar_data_box {
        margin-top: 0.5rem;
    }

    .mar_data_box > div {
        margin-right: 45px;
        font-size: 30px;
    }

    .mar_info {
        margin-top: 35px;
    }

    .scr2_box .mar_data_box {
        width: 100%;
        float: none;
        margin-top: 0.5rem;
    }

    .scr2_box .mar_map_box_in {
        margin-top: 20px;
        width: 100%;
        float: none;
    }

    .det_left_box {
        width: 100%;
        float: none;
    }

    .det_right_box {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .go_top {
        right: -33px;
    }

    .new_d_title {
        font-size: 18px;
    }

    .new_d_info {
        font-size: 12px;
        margin-top: 10px;
    }

    .new_d_text_box {
        margin-top: 30px;
        padding: 15px;
    }

    .new_d_text_box p, .new_d_text_box > img, .new_d_text_box h2, .con_box {
        padding-bottom: .25rem;
    }

    .text_line {
        margin-bottom: .25rem;
    }

    .go_back {
        margin-top: 40px;
    }

    .con_box > div:last-child {
        float: left;
    }

    .det_hot_box {
        font-size: 18px;
        padding-bottom: 0.15rem;
    }

    .det_recommend > a {
        padding: 16px 0;
    }

    .rec_title {
        font-size: 14px;
    }

    .rec_time {
        font-size: 12px;
    }

    .cul_info_case {
        float: none;
        width: 100%;
        padding-left: 15px;
    }

    .scr3_title {
        margin-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 18px;
    }

    .cul_src3_con_box > .cul_info_case:nth-child(odd) {
        padding-right: 15px;
    }

    .con_case_b {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cul_info, .scr3_info {
        line-height: 1.8;
    }

    .sr2_con_box {
        width: 100%;
        margin-top: 30px;
    }

    .case_bg > .src2_img_box {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
    }

    .at_time {
        font-size: 100px;
    }

    .time_line_box > div {
        font-size: 14px;
    }

    .btn_time > span {
        margin-left: -16px;
        top: -35px;
    }

    .time_line_box > div:nth-child(odd) .btn_time > span {
        bottom: -35px;
        top: auto;
    }

    .titie_box_bg {
        width: 60px;
        margin: -30px 0 0 -30px;
    }

    .time_line_box .on .btn_time > span {
        font-size: 20px;
    }

    .time_line_case {
        margin-top: -.2rem;
    }

    .time_title_case {
        padding-bottom: .6rem;
    }

    .dev_tex_box > div {
        width: 100%;
        float: none;
    }

    .wave {
        top: auto;
        bottom: -40%;
    }
}

@media screen and (max-width: 375px) {
    .wave {
        width: 160%;
        margin-left: -25%;
    }
}

@media screen and (max-width: 320px) {
    .com_title {
        left: 48%;
    }

    .sen_manifesto {
        font-size: 12px;
        bottom: 83%;
    }

    .hon_name_text {
        font-size: 14px;
    }

    .hon_name_text {
        line-height: 40px;
    }

}

.developmentv {
    padding-top: 100px;
}

.titie_box_bg img {
    width: 100%;
    border-radius: 50%;
}
