/* 公共样式 */
body{
    background-color: transparent;
}
.w965{
    max-width: 965px;
    margin: 0 auto;
}
.w1275{
    max-width: 1275px;
}
.w1275 p.Image img{
    width: 100%;
}
.ImgNone img{
    visibility: hidden;
}
.NoJump{
    pointer-events: none;
}

#MMSetMenu1 .MMColumnArea:hover{
    height: 80px !important;
    padding-bottom: 15px;
}
#information .headArticle{
    /* min-height: 170px; */
    padding: 20px;
}
#information .headArticle p{
    margin: 15px auto;
}

/* about-- 企业信息 */
/* 企业信息 */
#Company{
    margin-bottom: 60px;
}
#Company #BrandingArea{
    height: auto;
    margin-bottom: 0;
}
#Company #BrandingArea .BrandingImgStyle1{
    position: relative;
}

#Company #BrandingArea .BrandingImgStyle1 p.ImgOnlyStyle img{
    width: 100%;
}
#Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1{
    position: absolute;
    width: 100%;
    max-width: 1275px;
    margin-left: calc(-1275px / 2);
    top: 0;
    left: 50%;
    padding: 0 15px;
    
}
#Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1 h2{
    text-align: left;
    color: #fff;
    padding: 50px 0;
    font-size: 160%;
    width: 100%;
    max-width: 1275px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, .9);
}
#Company #information .headArticle{
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: -76px;
    left: 0;
    margin-bottom: 0;
    min-height: 170px;
}

#Company #ContentMain{
    margin-bottom: 124px;
}
#Company #ContentMain .ImgList{
    margin-top: 200px;
}
#Company #information .headArticle p{
    text-align: center;
    font-size: 140%;
}
#Company .imgBlock{
    /* margin-bottom: 30px; */
    box-shadow:  0 0 15px rgba(0, 0, 0, .16);
}
#Company .imgBlock a{
    position: relative;
}

#Company .imgBlock a div{
    background:rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 110%;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

#Company .imgBlock a div span{
    display: block;
    padding: 10px;
    background:url(/image/cn/r1/icon/icon_link_right_xl_white.gif) no-repeat;
    background-position: 96% 50%;
}


#Company .ImgList{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

#Company .ImgList .imgBlock{
    width: calc((100% - 60px) / 3);

}








/* message--致辞 */
#Message .Grid4{
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}

#Message .Grid4 .TextStyle1{
    line-height: 160%;
}

#Message .Grid4 h2{
    font-weight: 600;
    font-size: 190%;
    background: none;
}
#Message > p.ImgOnlyStyle{
    width: 100%;
    max-width: 1275px;
    margin:  0 auto;
}
#Message > p.ImgOnlyStyle.Image img {
    width: 100%;
}
#Message .Grid4 .textBold{
    margin-top: 20px;
}
#Message .Grid4 p.ImgOnlyStyle{
    margin: 40px 0;
}
#Message .sign {
    margin-bottom: 100px;
}
#Message .sign span {
    font-size: 200%;
    font-weight: 900;
    font-family: simsun;
}

#Message .ImgLeftAdjust p{
    text-align: center;
}


/* brand--商号·业务品牌 */
#Brand{
    margin-bottom: 60px;
}

#Brand .Grid3 p.ImgOnlyStyle.Image img {
    width: 100%;
}
#Brand div.textBold{
    font-weight: 600;
    font-size: 190%;
    margin-bottom: 30px;
}
#Brand .titleUnderline{
    background: transparent;
    border-bottom: 3px solid #c02;
    font-weight: 600;
    font-size: 135%;
    padding-bottom: 5px;

}
#Brand p.ImgOnlyStyle.CenterAdjust{
    margin-top: 20px;
}
#Brand span.titleRed strong{
    color: #c02;
}

/* history--发展历程 */
#History{
    margin-bottom: 80px;
}
#History .historyMenu {
    display: flex;
    flex-wrap: wrap;
}
#History .historyMenu div {
    width: 23.5%;
    min-height: 230px;
    margin: 0 2% 10px 0;
    border: solid 1px #ddd;
    padding: 0 10px 10px;
    box-sizing: border-box;
    text-align: center;
}
#History .historyMenu div a {
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 90%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
#History .historyMenu div a .text{
    height: 60px;
}
#History div .logoImg {
    height: 100px;
    vertical-align: middle;
    display: table-cell;
}
#History div .logoImg img{
    vertical-align: top;
    width: 100%;
}
#History div:nth-child(4){
    margin-right: 0;
}
#History table th,#History table td{
    padding: 10px 14px;
}

#History .TabNavi li.Current a:after{
    z-index: 0;
}


/* 移动端 */

@media screen and (min-width: 995px) and (max-width: 1304px) {
    #Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1{
        margin-left: auto;
        left: 0;
    }
    .OptionRWD.JS .MMGrid1{
        margin-left: 25px;
    }
    .JS #History{
        padding: 0 15px;
        min-width: 290px;
    }
    #Message .GridSet{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #Company .ImgList{
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 994px){
    #Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1{
        margin-left: auto;
        left: 0;
    }
    /* #Company .flexSet.Col3.Gap{
        padding: 0 15px;
    } */
    .flexSet .imgBlock a div span{
        font-size: 100%;
        padding: 5px 0;
    }
    .OptionRWD.JS .MMGrid1{
        margin-left: 25px;
    }

    .JS .GridSet{
        margin: 0;
        max-width: none;
        /* padding: 0 15px; */
    }
    .JS .Grid3{
        padding: 0;
    }

    #Company #information .headArticle{
        min-height: 160px;
    }
    #Company .ImgList{
        padding: 0 15px;
    }

    #Message .GridSet{
        padding: 0 15px;
    }
    #History .GridSet{
        padding: 0 15px;
    }
} 


@media all and (max-width: 765px){
    /* about */
    .flexSet.Col4.Gap > *{
        width: calc((100% - 20px)/2);
    }
    .flexSet.Col4.Gap > div.imgBlock:nth-child(2n){
        margin-left: 20px;
    }
    #Company .ImgList{
        gap: 20px;
    }

    #Company .ImgList .imgBlock{
        width: calc((100% - 20px) / 2);
    }
    /* .flexSet.Col3.Gap .imgBlock:nth-child(2n){
        margin-right: 0;
    }
    #Company .flexSet .imgBlock a div span{
        font-size: 95%;
        padding: 5px 0;
    } */
    #Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1 h2{
        font-size: 140%;
        padding-top: 25px;
    }


    #information .headArticle{
        margin-top: 0px;
    }
    #Company #information .headArticle p {
        width: 100%;
        font-size: 100%;
    }

    /* message */
    .JS #Message{
        /* padding: 0 15px; */
        min-width: 290px;
    }

    #Message h2.textBold{
        font-size: 120%;
        margin-top: 20px;
    }


    /* brand */
    .JS body{
        background: transparent;
    }
    .JS #Brand{
        padding: 0 15px;
        min-width: 320px;
    }
    .JS #Brand img{
        max-width: 100%;
    }
    #Brand div.textBold{
        font-size: 150%;
    }

    /* history */
    .JS #History{
        /* padding: 0 15px; */
        min-width: 290px;
    }

    #History .historyMenu{
        display: flex;
    }
    #History .historyMenu div{
        width: 49%;
    }
    #History div:nth-child(2n){
        margin-right: 0%;
    }


    /* about */
    #Company #information .headArticle{
        position: relative;
        bottom: -12px;
        min-height: 100px;
    }
    #Company #ContentMain{
        margin-bottom: 40px;
    }
}

@media all and (max-width: 480px){
    #Company .ImgList .imgBlock {
        width: 100%;
    }
}

@media all and (max-width: 414px){
    /* about */
    #Company{
        min-width: 290px;
    }
    /* #Company .flexSet.Col4 .imgBlock a div span{
        font-size: 66%;
        padding: 0;
    } */
    #Company #BrandingArea .BrandingImgStyle1 .PageTitleStyle1 h2{
        font-size: 110%;
        padding-top: 20px;
    }
    /* #Company #information .headArticle{
        position: relative;
        bottom: -12px;
        min-height: 100px;
    } */
    #Company #ContentMain{
        margin-bottom: 45px;
    }
    #Company #information .headArticle p{
        font-size: 14px;
        margin: 0;
    }



    /* history */
    #History{
        min-width: 290px;
    }
    #History .historyMenu div{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    
}