big, .big {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
}
#Error_404 .toindex{
    height: 80px;
}
#Error_404 .toindex a{
    display: inline-block;
    margin-top: 16px;
    line-height: 16px;
    padding: 16px;
    background: #00b8d4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

@media screen and (min-width: 600px) {
    .HomePage_company_profile{
        width: 100%;
        height: auto;
        padding: 10% 4rem 2rem 10%;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: row;
    }

    .HomePage_company_profile>div{
        float: left;
        position: relative;
        overflow: hidden;
    }
    .HomePage_company_profile_l{
        width: 50%;
        padding-right: 2rem;
        box-sizing: border-box;
        border-right: 1px solid #c9c9c9;

    }

    .HomePage_company_profile_r{
        width: 50%;
        padding-left: 90px;
        box-sizing: border-box;
        position: relative;
    }

    .HomePage_btn_03{
        width: 10rem;
        height: 1.5rem;
        border-radius: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 12px;
        font-size: 24px;
        color: #929292;
        border: 1px solid #b1b1b1;
        position: absolute;
        left:45%;
        top:95%;
    }
}






.HomePage_company_profile_l>h2{
    font-size: 16px;
    color: #6e6e6e;
    line-height: 48px;
    /* transform: translateY(-400px);*/
    animation: down ease 1s;
}
.ani_company_l>h2{
    transform: translateY(0);
    transition: all 1s;
}
.HomePage_company_profile_l>h2 span{
    font-size: 24px;
    font-weight: bold;
}
.HomePage_company_profile_l>p{
    line-height: 30px;
    font-size: 16px;
    color: #737373;
    animation: left-in ease-in 1s;

}

@keyframes down {
    0%{transform: translateY(-400px);}
    100%{transform: translateX(0px);}
}

@keyframes left-in {
    0%{transform: translateX(-800px);}
    100%{transform: translateX(0px);}
}

@keyframes up {
    0%{transform: translateY(800px);}
    100%{transform: translateY(0px);}
}


.HomePage_company_profile_l>p:last-of-type{
    padding-bottom: 50px;
}
.ani_company_l>p{
    transform: translateX(0);
    transition: all 1s;
    text-align: justify;
}

.HomePage_btn_01{
    width: 138px;
    height: 26px;
    border-radius: 20px;
    text-align: center;
    color: #929292;
    font-weight: bold;
    font-size: 26px;
    line-height: 12px;
    border: 1px solid #b1b1b1;
    position: absolute;
    bottom: 0px;
    left: 0;
    animation: up ease-in-out 1s;
}
.ani_company_l .HomePage_btn_01{
    transform: translateY(0);
    transition: all 1s;
}
.HomePage_company_profile_r>div{
    display: block;
}
.HomePage_company_profile_r>div:nth-child(1) img{
    max-width: 100%;
}
.HomePage_company_profile_r>div:last-of-type{
    width:100%;
    height: 8px;
    background-color: #006ebc;
}
.HomePage_company_profile_r>div:nth-of-type(1),.HomePage_company_profile_r>div:nth-of-type(2){
    animation: down ease-out 1s;
}
.HomePage_company_profile_r>div:nth-of-type(3),.HomePage_company_profile_r>div:nth-of-type(4),.HomePage_company_profile_r>div:nth-of-type(5){
    animation: up ease-in-out 1s;
}
.ani_company_r>div:nth-of-type(3),.ani_company_r>div:nth-of-type(4),.ani_company_r>div:nth-of-type(5){
    transform: translateY(0);
    transition: all 1s;
}
.ani_company_r>div:nth-of-type(1),.ani_company_r>div:nth-of-type(2){
    transform: translateY(0);
    transition: all 1s;
}

.HomePage_company_profile_r>div:nth-child(2){
    font-size: 26px;
    color: #6eb92b;
    font-weight: bold;
    padding-top: 6px;
}
.HomePage_company_profile_r>div:nth-child(3){
    font-size: 26px;
    color: #a3a3a3;
    font-family: "GOTHIC";
    padding-top: 26px;
    font-weight: 200;
}
.HomePage_company_profile_r>div:nth-child(4){
    font-size: 22px;
    color: #585858;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 20px;
    /*padding-top: 10px;*/
}

.HomePage_company_profile_r>div:last-of-type:after {
    content: '';
    display: block;
    width: 60%;
    height: 8px;
    background-color: #6eb92b;
    position: absolute;
    bottom: 0;
    left:20%;

}


.HomePage_Product_btm{
    display: flex;
    flex-display: row;
    justify-content: space-between;
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.HomePage_Product_btm:hover{
    cursor: pointer;
}

.HomePage_Product_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3vh;

}

.HomePage_Product_top>div p:nth-of-type(1) {
    font-size: 36px;
}
.HomePage_Product_top>div p:nth-of-type(1) {
    font-weight: bold;
    color: #6e6e6e;
}

.HomePage_Product_top>div p:nth-of-type(2) {
    color: #a3a3a3;
    font-family: "Arial";
    letter-spacing: 2px;
}

.HomePage_Product_top>div p:nth-of-type(2) {
    font-size: 16px;
}

.HomePage_Product_btm>div {
    width: 50%;
}


.HomePage_Product_btm_01 {
    width: 20%;
    height: 358px;
    background-size: 100% 358px;

    text-align: center;
}

.HomePage_Product_b1,  .HomePage_Product_b3{
    height: 30vh;
    background: url(../content/beauty2/images/background_03.jpg);
    background-size: 100% 30vh;
    text-align: center;
    position: relative;

}

.HomePage_Product_b1 img, .HomePage_Product_b2 img, .HomePage_Product_b3 img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);

}

.HomePage_Product_b2{
    height: 30vh;
    background: url(../content/beauty2/images/background_04.jpg);
    background-size: 100% 30vh;
    text-align: center;
    position: relative;
}

.HomePage_Product_btm_01>div:nth-of-type(2),.HomePage_Product_btm_02>div:nth-of-type(2),.HomePage_Product_btm_03>div:nth-of-type(2){
    text-align: center;
    background-color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
}


.HomePage_Product_btm_01>div:nth-of-type(2) p,.HomePage_Product_btm_02>div:nth-of-type(2) p,.HomePage_Product_btm_03>div:nth-of-type(2) p,.HomePage_Product_btm_04>a>div:nth-of-type(2) p{
    text-align: center;

}

.HomePage_Product_btm_01>div:nth-of-type(2) p:nth-of-type(1),.HomePage_Product_btm_02>div:nth-of-type(2) p:nth-of-type(1),.HomePage_Product_btm_03>div:nth-of-type(2) p:nth-of-type(1){
    font-size: 20px;
    color: #737373;
    font-weight: bold;
}

.HomePage_Product_btm_01>div:nth-of-type(2) p:nth-of-type(2),.HomePage_Product_btm_02>div:nth-of-type(2) p:nth-of-type(2),.HomePage_Product_btm_03>div:nth-of-type(2) p:nth-of-type(2){
    font-size: 20px;
    color: #737373;
    font-weight: bold;
}

.HomePage_Product_btm_01>div:nth-of-type(2):hover,.HomePage_Product_btm_02>div:nth-of-type(2):hover,.HomePage_Product_btm_03>div:nth-of-type(2):hover{
    background: #dcf1ff;

}

.HomePage_Journalism{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.HomePage_btn_02 {
    width: 10rem;
    height: 1.5rem;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
    font-size: 24px;
    color: #929292;
    border: 1px solid #b1b1b1;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    top:100%;
    margin-left: -69px;
}




.HomePage_btn_news{
    height: 26px;
    width: 138px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
    font-size: 24px;
    color: #929292;
    border: 1px solid #b1b1b1;
    position: absolute;
    bottom: 2vh;
    left: 50%;
    margin-left: -69px;
}

.HomePage_Journalism_btm{
    width: 50%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 1rem;
    position: relative;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #fff;
}

.HomePage_Journalism_btm a{
    text-decoration: none;
}


.HomePage_btn_01:hover{
    background-color:#00518a;
    border: 1px solid #fff;
}
.HomePage_btn_01:hover a{
    color: #fff;
}
.HomePage_btn_02:hover{
    background-color:#00518a;
    border: 1px solid #fff;
}
.HomePage_btn_02:hover a{
    color: #fff;
}
.HomePage_Journalism_btm>div{
    width: 45vw;
    height: auto;
    float: left;
    margin-right: 5%;
    list-style: none;
    background-color: #f7f7f7;
}

.HomePage_Journalism_btm>div:hover{
    width:100%;
    height: auto;
    float: left;
    margin-right: 5%;
    list-style: none;
    background-color:#428fef;
    color: #f0f0f0;
}

.HomePage_Journalism_btm>div:hover .right-content-title{
    color: #f0f0f0;
}

.HomePage_Journalism_btm>div .right-content-title{
    color: #929292;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.HomePage_Journalism_btm>div:hover .right-content-content{
    color: #f0f0f0;
}

.HomePage_Journalism_btm>div .right-content-content{
    color: #929292;
}

.HomePage_Journalism_btm>div p:nth-child(1){
    color: #000;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    transition: all .75s ease;
    margin-top: 10px;
    margin-bottom: 20px;
}

.HomePage_Journalism_btm>div p:nth-child(3) {
    line-height: 24px;
    color: #ababab;
}

.HomePage_Journalism_btm>div p:nth-child(1) {
    color: #666666;
    font-family: 'Verdana';
}

.HomePage_Journalism_btm .Journalism_spans:hover{
    width: 30px;
    margin-right: 10px;
    top: -6px;
}

.HomePage_Case_btm .swiper-pagination>span {
    width: 25%;
    padding: 10px 0;
    height: auto;
    margin-right: 0.3%;
}

.swiper-pagination-clickable {
    cursor: pointer;
}

.HomePage_Case_btm .swiper-pagination-bullet-active {
    background-color: #6eb92b!important;
}

.swiper-pagination-bullet {
    display: inline-block;
}

#swiper_2 img {
    width: 75%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.HomePage_Case_btm .swiper-pagination>span {
    width: 24.85%;
    height: 85px;
    border-radius: 0;
    margin-right: 0.2%;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #00518a;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.swiper-container .swiper-pagination-bullet{
    width: 100%;
}

.HomePage_Case_btm .swiper-pagination>span {
    width: 25%;
    padding: 10px 0;
    height: auto;
    margin-right: 0.3%;
}

.HomePage_Case_btm .swiper-pagination>span p{
    font-size:  12px;
    color: #fff;
    font-family: 'Arial';
    margin-top: 4px;
    text-align: center;
}

.HomePage_Case_btm .swiper-pagination {
    padding: 0 30px;
    height: auto;
}

.swiper-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.swiper-wrapper{
    display: flex;
    flex-direction: row;
    height:32vw;
}

#swiper_2 ul li {
    width: 33.33%;
    height: 160px;
    float: left;
    transition: all 1s;
    overflow: hidden;
    box-sizing: border-box;
}


#swiper_2 a {
    height: 160px;
    display: block;
    width: 100%;
    position: relative;
    transition: all 1s;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.uls_li_01 li {
    position: relative;
}


.uls_li_01 li a{
    position: absolute;
    top:0;
    left:0;
    z-index: 100;
    width: 100%;
    transform: translateY(0%);
    transition: all ease 1s;

}

.uls_li_01 li:nth-child(odd) {
    background-color: #f0f0f0;
}

.uls_li_01 li:nth-child(odd) img {
    position: absolute;
    z-index:100;
    background-color: #f0f0f0;
}

.uls_li_01 li:nth-child(even) {
    background-color: #fff;


}

.uls_li_01 li:nth-child(even) img {
    position: absolute;
    z-index:100;
    background-color: #fff;
}

.uls_li_01 li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 100;
}

.uls_li_01 li div {
    height: 50%;
    position: absolute;
    top:50%;
    left:0;
    z-index: 10;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uls_li_01 li div p:first-child {
    font-size: 16px;
    font-weight: 600;
}

.uls_li_01 li a img:hover{

    transform: translateY(-50%);
    transition: all ease 1s;
}

.swiper-pagination{
    height: 5vh;
}


.swiper-pagination-bullet p:first-child{
    font-size: 1.5vw!important;
    font-weight: 600;
}

.profile-btn{
    width: 100%;
    height:100%;
    position:absolute;
    z-index: 3;
    top:0;
    left:15%;

}

.video_cover{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.bold{
    font-weight: bolder;
}

.enterprise-certificate{
    height: 60vh;
    width: 100vw;
    padding: 2vh 2vh 0rem 0;
    background-color: #cfe0e8;
}

.pimg .desc_wrapper {
    width: 100%;
    height: 4rem;
}

.title-text-center{
    text-align: center;
    font-size: 0.6rem;
    width:100%;
}

.news-left{
    width: 45vw;
    margin-left: 5vw;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: center;


}

.news-left img{
    margin-top: 5vh;
}

.year-num{
    color: #ccc;
    border-bottom: 1px solid #dddddd;
    font-size: 1rem;
    padding: 0.5vh;
}

.day-num{
    color: #ccc;
    font-size:0.8rem;
    padding: 0.5vh;
}

.day-num-right{
    color: #ccc;
    font-size:0.8rem;
    padding: 1vh  0 0 1vh;
}

.left-news-title{
    font-size: 1rem;
    margin: 2vh;
    font-weight: 600;
}

.left-news-content{
    font-size: 0.9rem;
    color: #929292;;
}

.right-news-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    width:90%;
}

.right-news-block-white{
    background-color:#fff ;
    margin-bottom: 2vh;
    min-height: 10vh;

}

.right-news-date{
    display: flex;
    flex-direction: column;
    width: 13%;
    margin-left:1vw;
}

.news-contents{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:5vh;
    background-color: #f8f8f8;
}

.left-news-date{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right-new-event{
    width:80%;
    margin-left: 2rem;
    padding-right:3rem;
}

.left-date{
    margin-right: 1vw;
}

.swiper-temp-style{
    width:100vw;
}

.swiper-img-old{
    width:100%;
    height:100%;
}

@media screen and (max-width: 600px) {
    .HomePage_company_profile{
        width: 100%;
        height: auto;
        padding: 10% 4rem 2rem 10%;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .HomePage_company_profile_l{
        width: 100%;
        padding-right: 0.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .HomePage_company_profile>div{
        float: left;
        position: relative;
        overflow: hidden;
    }

    .HomePage_company_profile_r{
        width: 100%;
        padding-left: 3rem;
        box-sizing: border-box;
        position: relative;
    }

    .title-text-center{
        text-align: center;
        font-size: 0.6rem;
        width:100%;
    }

    .HomePage_btn_03{
        width: 10rem;
        height: 1.5rem;
        border-radius: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 12px;
        font-size: 24px;
        color: #929292;
        border: 1px solid #b1b1b1;
        position: absolute;
        left:35%;
        bottom: 0;
        top:100%;
    }
}

