.index {
    width: 100%;
    height: 536px;
    background-size: 100% 100%;
    background-repeat:no-repeat;

}

.index_show {
    width: 1200px;
    height: 536px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.index_bg {
    width: 90%;
    height: 100%;
    /* transform: skewX(-15deg); */
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);

}

.index_title {
    font-size: var(--font30);
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    /*margin-top: 90px;*/
    margin-top: 50px;
    z-index: 1;
}
#container{
    width: 100%;
    height: 100%;
}

.index_title_en {
    font-size: var(font16);
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.index_title_en::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.index_title_en::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.index_content {
    width: 80%;
    height: auto;
    font-size: var(--font20);
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
    margin-top: 50px;
    text-align: center;
}

.index_btn {
    width: 180px;
    height: 48px;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    text-align: center;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    font-size: var(--font20);
    margin-top: 50px;
    transform: skewX(-15deg);
    z-index: 1;
}

.index_btn a {
    display: block;
    transform: skewX(15deg);
    z-index: 1;
}

.about_nav {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about_nav_show {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about_nav_box {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_nav_logo {
    margin-right: 20px;
}
.about_nav_box .nav_content .nav_ch{
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    font-weight: 700;
}
.about_nav_box .nav_content .nav_en{
    color: rgba(51, 51, 51, 0.7);
    line-height: 20px;
    font-size: var(--font14);
    font-weight: 700;
}
.about_nav_box:last-child .about_nav_logo{
    font-weight: 700;
}
.change .about_nav_logo,
.change .nav_content .nav_en,
.change .nav_content .nav_ch{
    color: rgba(198, 46, 43, 1);
}
.change::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    background-color: rgba(198, 46, 43, 1);
}
.about_nav_box::before{
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    width: 1px;
    height: 40px;
    background-color: rgba(51, 51, 51, 1);
}
.about_nav_box:last-child:before{
    display: none;
}
.about_content{
    width: 100%;
    height: auto;
    background-color: rgba(51, 51, 51, 1);
}
.about_show{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_text{
    font-size: var(--font20);
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin-top: 60px;
}
.about_img{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about_img_box{
    width: 48%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 60px;
}
.about_img_box img{
    width: 100%;
}
.about2_show{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.about_banner{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.about_banner_box{
    width: 100%;
    height: auto;
    position: relative;
}
.about_banner_box img{
    width: 100%;
}
.about_banner_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_banner_title{
    font-size: var(--font30);
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}
.about_banner_content{
    font-size: var(--font20);
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 20px;
}
.about2_footer{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 40px;
}
.about2_footer_box{
    width: 25%;
    height: auto;
    position: relative;
}
.about2_footer_box img{
    width: 100%;
}
.about2_footer_content{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.about2_footer_title{
    color: rgba(255, 255, 255, 1);
    font-size: var(--font28);
    line-height: 42px;
    position: relative;
}
.about2_footer_title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 120px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}
.about2_footer_en{
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font20);
    line-height: 30px;
    margin-top: 20px;
}
.about3_show{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto ; 
}
.about3_l{
    width: 40%;
    height: 464px;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 90px;
}
.about3_title{
    color: rgba(255, 255, 255, 1);
    font-size: var(--font36);
    line-height: 54px;
}
.about3_map{
    width: 55%;
    height: 464px;
    margin-top: 90px;
    margin-bottom: 90px;
}
.about3_map img{
    width: 100%;
    height: 100%;
}
.address{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    position: relative;
}
.address::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;

}
.address_logo{
    color: rgba(198, 46, 43, 1);
    font-size: var(--font30);
    margin-right: 30px;
}
.address_content{
    display: flex;
    flex-direction: column;
}
.address_content_title{
    font-size: var(--font20);
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}
.address_content_text{
    font-size: var(--font16);
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin-top: 6px;
}
.careers_title_en {
    font-size: var(font16);
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    position: relative;
    z-index: 999;
}

.careers{
    width: 100%;
    height: auto;
}
.careers_show{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.careers_title{
    font-size: var(--font30);
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
    margin-top: 70px;
}
.careers_title_en::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    width: 70px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
    z-index: 999;
}

.careers_title_en::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
    width: 70px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
    z-index: 999;
}
.careers_boxes{
    width: 85%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.careers_box{
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-color: rgba(51, 51, 51, 1);
    border-width: 1px;
    border-style: solid;
}
.careers_box_img{
    margin-top: 33px;
    width: 60px;
    height: 60px;
}
.careers_box_title{
    color: rgba(51, 51, 51, 1);
    font-size: var(--font20);
    line-height: 22px;
    margin-top: 20px;
}
.careers_box_btn{
    width: 130px;
    height: 32px;
    background-color: rgba(198, 46, 43, 1);
    transform: skewX(-15deg);
    text-align: center;
    margin-top: 20px;
}
.careers_box_btn a{
    color: rgba(255, 255, 255, 1);
    font-size: var(--font16);
    line-height: 32px;

}
.careers_footer{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(51, 51, 51, 1);
    margin-top: 60px;
}
.careers_footer_title{
    color: rgba(255, 255, 255, 1);
    font-size: var(--font30);
    line-height: 48px;
    margin-top: 90px;
}
.careers_footer .careers_title_en{
    color: rgba(255, 255, 255, 1);
}
.careers_footer .careers_title_en::after,
.careers_footer .careers_title_en::before{
    background-color: rgba(255, 255, 255, 1);
}
.careers_footer_img{
    width: 100px;
    height: 72px;
    margin-top: 110px;
}
.careers_footer_word{
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    font-size: var(--font16);
    margin-top: 20px;
}

.careers_content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_show{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
}
.careers_content_title{
    color: rgba(51, 51, 51, 1);
    font-size: var(--font32);
    line-height: 44px;
    font-weight: 600;
}
.careers_content_date{
    color: rgba(51, 51, 51, 0.5);
    font-size: var(--font20);
    line-height: 22px;
}
.careers_content_box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 100px;
}
.job_box{
    width: 100%;
    height: auto;
    background-color: rgba(247, 247, 247, 1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}
.job_title{
    color: rgba(51, 51, 51, 1);
    font-size: var(--font20);
    line-height: 22px;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 700;
}
.job_class{
    color: rgba(51, 51, 51, 0.5);
    font-size: var(--font16);
    line-height: 22px;
    margin-left: 20px;
    margin-top: 20px;
}
.job_address{
    color: rgba(51, 51, 51, 1);
    font-size: var(--font16);
    line-height: 22px;
    margin-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.pubdate{
    color: rgba(51, 51, 51, 0.5);
    font-size: var(--font16);
    line-height: 22px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.page{
    width:100%;
    text-align: center;
}
.page .active{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: rgba(51, 51, 51, 0.8);
    display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
    border: 1px solid rgba(51, 51, 51, 0.8);
}

.page .total{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    border: 1px solid rgba(247, 247, 247, 1);
    background: rgba(247, 247, 247, 1);
    display: inline-block;
    margin-top: 5px;
    margin-left: 4px;
}
