/* yumi 新增 */
.banner-sub {
    height: 350px;
    background-color: #e77b84;
    background-position: center;
    background-size: cover;
}
/* 首頁 開始 */
.companybg {
    background: url(../images/t-bolzen_s1.webp) no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-attachment: fixed;
    background-size: cover;
    height: 450px;
}
/* 首頁 結束 */
/* 關於我們 開始 */
p {
    line-height: 1.5rem;
}
.screwimgBox {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.screwimg1 {
    background: url(../images/about/screw1.webp);
}
.screwimg2 {
    background: url(../images/about/screw2.webp);
}
.screwimg {
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    margin: 0 20px;
}
.sb .mit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
}
.sb .mit>div {
    width: 48%;
}
.imglook1 {
    background-image: url(../images/about/look1.webp);
    background-position: right;
}
.imglook2 {
    background-image: url(../images/about/look2.webp);
}
.imglook3 {
    background-image: url(../images/about/look3.webp);
}
.imglook4 {
    background-image: url(../images/about/look4.webp);
}
.imglook5 {
    background-image: url(../images/about/look5.webp);
}
.imglook6 {
    background-image: url(../images/about/look6.webp);
}
.imglook7 {
    background-image: url(../images/about/look7.webp);
}
.imglook8 {
    background-image: url(../images/about/look8.webp);
}
.sb .mit .imglook-l {
    height: 480px;
    background-size: cover;
}
.sb .mit .imglook-s {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.sb .mit .mit-img-p p {
    height: 140px;
}
.sb .mit .mit-img-p p::before {
    content: '';
    display: block;
    width: 55px;
    height: 4px;
    background-color: #d82634;
    margin-bottom: 15px;
}
.win-win {
    background-image: url(../images/about/hand.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.win-win .container {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 30px;
}
.marketsegmentation {
    background: url(../images/about/marketbg.webp) no-repeat center;
    background-attachment: fixed;
}
.marketsegmentation .text {
    border: 2px solid #d82634;
    background-color: #fff;
    width: 900px;
    padding: 20px 30px;
    margin: 0 auto;
}
.teamsimg {
    /* background: url(../images/about/teams.png) no-repeat center;
  background-size: contain;
  height: 500px; */
}
.teamsimg>img {
    width: 100%;
}
/* 關於我們 結束 */
/* 產品介紹 開始 */
.product {
    padding: 40px 0;
}
.productlist {
    padding-top: 40px;
}
.product .position,
.productlist .position {
    margin: 20px 0;
    color: #232323;
}
.product .pdts ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product .pdts ul li {
    width: 30%;
}
.product .pdts ul li img {
    width: 100%;
}
.lightbox {
    margin: 0 auto;
}
.lightbox .row .column img {
    width: 100%;
}
.lightbox .row>.column {
    padding: 8px;
}
.lightbox .row:after {
    content: "";
    display: table;
    clear: both;
}
/* Create four equal columns that floats next to eachother */
.lightbox .column {
    float: left;
    box-sizing: border-box;
    width: 33%;
}
.lightbox .coldemo {
    box-sizing: border-box;
    width: 33%;
    padding: 5px;
}
/* The Modal (background) */
.lightbox .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
/* Modal Content */
.lightbox .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
}
/* The Close Button */
.lightbox .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.lightbox .close:hover,
.lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.lightbox .mySlides {
    display: none;
    background-color: #d82634;
}
/* Next & previous buttons */
.lightbox .prev,
.lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.lightbox .prev:hover,
.lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
/* Number text (1/3 etc) */
.lightbox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.lightbox .caption-container {
    text-align: center;
    background-color: #d82634;
    padding: 2px 16px;
    color: #fff;
    margin-bottom: 5px;
}
.lightbox img.demo {
    opacity: 0.6;
    width: 100%;
}
.lightbox .active,
.lightbox .demo:hover {
    opacity: 1;
}
.lightbox img.hover-shadow {
    transition: 0.3s;
}
.lightbox .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* 產品介紹 結束 */
/* 品質管理 開始 */
.qualitysection h3 {
    width: 100%;
    color: #d82634;
}
.qualitysection .equipment img {
    height: 500px;
    border: 1px solid #ddd;
}
.qualitysection .certificate {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.qualitysection .Certificate_img .img_title {
    color: #D82634;
    font-weight: 600;
}
.Certificate_img {
    width: 45%;
}
.qualitysection .certificate img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.qualitysection .certificate img:hover,
.qualitysection .equipment img:hover {
    border: 1px solid #d82634;
}
.qualitysection .improve {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.qualitysection .improve p {
    margin: 0;
}
.qualitysection .improve div {
    width: 60%;
}
.qualitysection .improve ul {
    width: 33%;
    margin-left: auto;
    list-style: url(../images/qm/listicon.png);
}
.qualitysection .improve ul li {
    line-height: 1.5rem;
}
.qualitysection .improve ul li:hover {
    color: #d82634;
    font-weight: bolder;
}
/* 品質管理 結束 */
/* 編輯器 & 聯絡我們 開始*/
.contact {
    background: url(../images/qm/qmbg.webp) no-repeat center;
    background-attachment: fixed;
    padding-top: 30px;
}
.contact .map {
    display: block;
    margin: 50px auto 0 auto;
}
.editor {
    background-color: #eee;
    padding: 30px 0;
}
.editor h2,
.contact h2 {
    text-align: center;
    margin: 60px auto;
    padding: 10px 0;
    width: 300px;
    background-color: #d82634;
    color: #fff;
    font-size: 24px;
}
.contact_txt {
    width: 100%;
    max-width: 600px;
    margin: -30px auto;
    font-size: 18px;
    color: #d82634;
    background-color: #fff;
    padding: 5px 5%;
    box-shadow: 0 0 10px #ccc;
    z-index: 5;
    position: relative;
    font-weight: bold;
}
.editor .content {
    background-color: #fff;
    padding: 30px;
    margin: 60px auto;
}
.contact .content {
    width: 900px;
    background-color: #fff;
    padding: 30px;
    margin: 60px auto;
}
/* 編輯器 & 聯絡我們 結束*/
/* 搜尋頁面 開始 */
.searchbox h2 {
    text-align: center;
    margin: 2rem auto;
    padding: 10px 0;
    width: 300px;
    background-color: #d82634;
    color: #fff;
    font-size: 24px;
}
.searchbox .position {
    margin-bottom: 1.8rem;
}
.searchbox strong {
    color: #d82634;
}
/* 搜尋頁面 結束 */