

/***** banner *****/
.banner img {
    width: 100%;
    height: 699px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    top: 65px;
    object-fit: cover; /* 保持图片比例并裁剪以覆盖整个容器 */
    object-position: center; /* 确保图片中心部分显示 */
}

.banner-left img {
    position: absolute;
    left: 60px;
    top: 343px;
    width: 44px;
    height: 72px;
    transform: translateY(-50%);
    cursor: pointer;
}

.banner-right img {
    position: absolute;
    right: 60px;
    top: 343px;
    width: 44px;
    height: 72px;
    transform: translateY(-50%);
    cursor: pointer;
}

.banner-right img:hover, .banner-left img:hover {
    cursor: pointer;
    background-color: #FFFFFF;
}

.footer {
    height: 283px;
    color: #999999;
    width: 100%;
    min-width: 1200px;
    background-color: #13131B;
    position: absolute;
}

.company-info-box {
    height: 300px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer-left {
    position: absolute;
    height: 72px;
    width: 258px;
    left: 9px;
    z-index: 9;
    top: 70px;
}

.footer-left-title {
    color: #ffffff;
    font-size: 26px;
    font-family: "Microsoft JhengHei";
    height: 33px;
    width: 205px;
    left: 3px;
    top: 29px;
    z-index: 5;
    position: absolute;
}
.footer-left-line{
    height: 20px;
    width: 209px;
    left: 5px;
    top: 53px;
    z-index: 5;
    position: absolute;
}

.footer-line{
    position: absolute;
    top: 50%;
    display: block;
    margin: 0;
    padding: 0;
    width: 209px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4d4f68;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.footer-left-text{
    position: absolute;
    height: 26px;
    width: 257px;
    left: 16px;
    top: 78px;
    font-size: 16px;
    word-wrap: break-word;
    color: #dddddd;
}

.beian-info {
    text-align: center;
    width: 100%;
    padding-top: 4px;
    font-size: 12px;
    background-color: #ffffff;
    font-family: Tahoma;
    opacity: 1.0;
    line-height: 20px;
}

.footer-01{
    position: absolute;
    height: 132px;
    width: 320px;
    left: 350px;
    top: 81px;
    z-index: 10;
}
.footer-02{
    position: absolute;
    height: 74px;
    width: 320px;
    left: 699px;
    top: 122px;
    z-index: 6;
}
.footer-03{
    position: absolute;
    height: 159px;
    width: 117px;
    left: 1083px;
    top: 78px;
    z-index: 11;
}
.footer-03 img{
    width: 115px;
    height: 117px;
}
.footer-03-p{
    height: 32px;
    width: 115px;
    left: 1px;
    top: 127px;
    z-index: 4;
    text-align: center;
    font-family: Source Han Sans, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.company-info{
    line-height: 18px;
    text-align: left;
}
.company-info-titleBox{
    float: left;
    text-align: right;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}

.company-info .company-info-item a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
    font-family: 'Noto Sans CJK';
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

.company-info-text{
    overflow: hidden;
    word-wrap: break-word;
    font-size: 14px;
    font-family: 'Noto Sans CJK';
    font-weight: 400;
    color: #999999;
}
.footer-01-p{
    height: 50px;
    width: 320px;
    top: 41px;
    z-index: 6;
    position: absolute;
    left: -40px;
}

.footer-01-01-p{
    position: absolute;
    height: 32px;
    width: 257px;
    left: 1px;
    z-index: 4;
    font-size: 16px;
}
.footer-01-company-name{
    position: absolute;
    height: 32px;
    width: 325px;
    top: 100px;
    z-index: 8;
}
.footer-01-company-name a{
    color: #999999;
    font-size: 14px;
    line-height: 2.5;
}
.company-info-icon {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    /*vertical-align: top;*/
}

.jump-icon{
    color: #ffffff !important;
}





