@charset "utf-8";

/* Produstshower Document */
.proshowb {display: none;}
.proshow {padding-bottom:0;}
.proshow_r {position: relative; top:0;margin-top: 60px;}
.proshow_r span {height:3em;opacity: 71%;text-transform: inherit;}
.proshow_r span::first-letter {text-transform: uppercase;}

.aqur {width:100%;margin:0;overflow:hidden;}
.aqur table {width:100%;min-width:max-content;border:0; border-collapse:collapse;margin-top:1.5em;table-layout: fixed;}
.aqur table td {vertical-align:middle;border:1px solid #d7e1f1; padding:.5em;text-align:center;color:#555;}
.aqur strong {color:#252525;}
.aqur h4 {line-height:1;font-size:1.25em;color:#252525;margin-bottom: .5em;font-weight: bold;}
.aqur p {line-height:1.5;font-size:1rem;color:#606060;margin-bottom:.75em;font-weight: 300;}
.aqur li {margin-bottom: .5em;color:#606060;line-height: 1.5;}
.aqur ul {display:flex;}
.aqur ul li {list-style: none;flex:0 1 auto;margin-left:6px;}
.aqur ul li:nth-child(1) {white-space:nowrap;color:#252525;font-weight: 600;}
.aqur ol li {list-style:disc outside;margin-left: 1em;font-weight: 300;}

.aaa {overflow-y: auto;max-height: 261px;padding:.5em;}
/* 滚动条样式 */
.aaa::-webkit-scrollbar-thumb {
    background-color: #d71518;  /* 不同颜色的滑块 */
    border-radius: 6px;
}

.aaa::-webkit-scrollbar-track {
    background-color: #bbbbbb;  /* 不同颜色的轨道 */
}

.belly {width:100%;overflow-y:auto;margin:0 auto;margin-top:3%;margin-bottom: 10%;}
.belly h4 {font-size:1.25rem;color:#252525;}
.belly h4::after {content: "";display:block;width:100%;height: 0;border-bottom: 2px dotted #f0f0f0;margin-top:.5em;margin-bottom: 1em;}
.belly table {width:100%;min-width:max-content;border:2px solid #252525; border-collapse:collapse;table-layout: fixed;}
.belly table td {vertical-align:middle;border:1px solid #d7e1f1; padding:1em .5em;text-align:center;font-size:.8em;}
.belly table tr td:nth-child(2n+1) {background:#ededed;}
.belly table tr td:nth-child(1) {background:#900;color:#fff;}

@media (max-width: 1028px) {
    .aqur ul {flex-wrap: wrap;}
    .aqur ul li:nth-child(1) {flex:0 1 100%;}
}
@media (max-width: 768px) {
    .proshow_r span {height:auto;}
    .aqur table td {font-size:0.8em;}
    .aaa {height:auto;}
    .belly h4 {font-size:1rem;}
    .belly table td {font-size: .8em;}
}


/* newshower Document */
.newsshow_bom .gm {max-width: 900px;}
.newsshow_l>div {width:840px;max-width:100%;margin:2em auto;line-height:1.75;font-size:1rem;color:#666;}
.newsshow_l>div img {max-width:100%;}
@media (max-width: 768px) {
    .newsshow_l>div {line-height:1.5;font-size:14px;}
}


/* jobc Document */
.zp {display:flex;justify-content: space-around;align-items: center;margin-bottom:5%;}
.zp>div {flex:0 1 48%;}
.zp_l{border-right: 1px solid #dfdfdf;}
.zp>div p {padding:1em;font-weight: 300;}
.zp>div p strong {line-height:2;color:#252525;font-size: 1.125em;text-transform: uppercase;}
@media (max-width: 768px) {
    .zp {flex-wrap: wrap;margin-top:1em;}
    .zp>div {flex:0 1 100%;}
    .zp_l{border-right: 0;margin-bottom: 1.5em;}
    .zp>div p {padding:0 1em;}
}