.inner-panel {
    display: flex;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}



.container:after, .container:before {
    content: " ";
    display: table;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar {
    float: left;
    width: 240px;
}

.ctit h3 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 12px;
    background: var(--ast-global-color-0);
}

.sf-menu {
    display: table;
    width: 240px;
    margin: 0 auto;
    padding-bottom: 20px;
}
dl, ol, ul {
    list-style: none;
}

.inner-panel-rt {
    padding: 0;
    width: calc(100% - 270px);
    margin-left: auto;
}

.sf-menu li {
    clear: both;
    border-bottom: 1px solid #fff;
}

.sf-menu li a, .sf-menu li:hover a {
    display: block;
    color: var(--ast-global-color-0);
    line-height: 20px;
    font-size: 16px;
    background: #eee url(/wp-content/uploads/2023/05/pico.png) 5px 15px no-repeat;
    padding: 9px 0 9px 18px;
}

ul.sf-menu ul {
    display: block;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

dl, ol, ul {
    list-style: none;
}

.sf-menu li li {
    clear: both;
    text-transform: capitalize;
    margin: 0 auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}

.sf-menu li li.LiLevel2 a {
    background: url(http://www.grlbusbar.com/images/m173/green/icon01.gif) no-repeat 8px 11px;
    line-height: 20px;
}

.sf-menu li li a, .sf-menu li:hover li a {
    display: block;
    line-height: 20px;
    color: #555;
    padding: 6px 0 4px 0;
    text-decoration: none;
    font-size: 13px;
    padding-left: 18px;
    font-weight: 400;
}

.sf-menu li a, .sf-menu li:hover a {
    display: block;
    color: var(--ast-global-color-0);
    line-height: 20px;
    font-size: 16px;
    background: #eee url(/wp-content/uploads/2023/03/pico.png) 5px 15px no-repeat;
    padding: 9px 0 9px 18px;
}
a {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.container:after {
    clear: both;
}

.pcon_l {
    float: left;
    width: 380px;
}
blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, input, legend, ol, p, pre, span, strong, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

.pcon_r {
    float: right;
    width: 450px;
}

.spec-preview {
    width: 550px;
    height: 550px;
    border: 1px solid #ddd;
}

.jqzoom {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jqzoom img {
    max-width: 100%;
    max-height: 100%;
}

.layui-btn, .layui-edge, .layui-inline, img {
    vertical-align: middle;
}

.layui-inline, img {
    display: inline-block;
    vertical-align: middle;
}

img {
    border: 0 none;
}

.spec-scroll {
    clear: both;
    margin: 5px 0;
    width: 382px;
    height: 54px;
}

.spec-scroll .next, .spec-scroll .prev {
    display: block;
    text-align: center;
    width: 19px;
    height: 54px;
    cursor: pointer;
}

.spec-scroll .prev {
    float: left;
    margin-right: 10px;
    background: url(/wp-content/uploads/2023/05/duo_left.gif) center no-repeat;
}

.spec-scroll .next {
    float: right;
    background: url(/wp-content/uploads/2023/05/duo_right.gif) center no-repeat;
}
.spec-scroll .items {
    float: left;
    position: relative;
    width: 324px;
    height: 56px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 640px;
    height: 56px;
    overflow: hidden;
}
.spec-scroll .items ul li:nth-last-child(1) {
    width: 50px;
}
.spec-scroll .items ul li {
    float: left;
    width: 67px;
}

.spec-scroll .items ul li span.active, .spec-scroll .items ul li span:hover {
    border: 2px solid #db241e;
    padding: 0px;
}

.spec-scroll .items ul li span {
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px;
}
.pcon_r {
    float: right;
    width: 450px;
}

h1.pd-title {
    font-weight: 900;
    color: #000;
    padding-bottom: 10px;
    /* line-height: 24px; */
    border-bottom: 1px solid #e4e2e2;
    text-transform: none;
    margin-bottom: 15px;
}

.pcon_r .pcon_info {
    line-height: 25px;
    color: #333;
    font-size: 14px;
}

.pcon_r .p_more {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
}

.mmv::before {
    background-color: #192634;
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}

.pcon_r .LayImAhrefNode {
    height: 48px;
    line-height: 48px;
}

.LayImAhrefNode {
    margin: 16px 0;
    display: inline-block;
    min-width: 85px;
    padding: 0 15px;
    height: 30px;
    margin-left: 15px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff!important;
    background-color: #f08000;
    padding: 0 13px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transform: translateZ(0);
    transition-property: color;
    transition-duration: .5s;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: color;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    padding: 0 20px;
}

.share-btn-list {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
}

.share-btn-list .facebook {
    background: url(/wp-content/uploads/2023/05/share-facebook.png) no-repeat;
    background-size: 30px 30px;
}

.share-btn-list .share-btn {
    position: relative;
    height: 30px;
    width: 30px;
    transition: .4s all;
    transition-delay: 30ms;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
}

.share-btn-list .twitter {
    background: url(/wp-content/uploads/2023/05/share-twitter.png) -4px -4px no-repeat;
    background-size: 37px 37px;
}
.share-btn-list .linkedin {
    background: url(/wp-content/uploads/2023/05/share-linkedin.png) -4px -4px no-repeat;
    background-size: 36px 36px;
}
.share-btn-list .pinterest {
    background: url(/wp-content/uploads/2023/05/share-pinterest.png) -2px -2px no-repeat;
    background-size: 32px 32px;
}
.share-btn-list .mail {
    background: url(/wp-content/uploads/2023/05/share-mail.png) center no-repeat #f90;
    background-size: 22px 22px;
}
.share-btn-list .print {
    background: url(/wp-content/uploads/2023/05/share-print.png) center no-repeat #2e3192;
    background-size: 18px 18px;
}
.pcon {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.pcon .tit.pin_ul {
    background: 0 0;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 17px;
}
.pcon .tit.pin_ul li.on {
    background: var(--ast-global-color-0);
    color: #fff;
}
.pcon .tit.pin_ul li {
    display: inline-block;
    background: #e2e2e2;
    padding: 0 22px;
    cursor: pointer;
}
.pcon .pinfo, .pcon .pinfo p, .pcon .pinfo a, .pcon .pinfo td {
    line-height: 1.7;
    font-size: 15px;
    color: #111;
}
.pcon .tit {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #e2e2e2;
    color: var(--ast-global-color-0);
    font-size: 18px;
    font-weight: 700;
}
.mmv:active {
    color: #fff;
}
.mmv:hover {
    color: #fff;
    text-decoration: underline;
}
a:active, a:focus, a:hover {
    color: var(--ast-global-color-0);
    outline: 0;
    text-decoration: none;
}
.mmv {
    background-color: var(--ast-global-color-0);
    padding: 0 13px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transform: translateZ(0);
    transition-property: color;
    transition-duration: .5s;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: color;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.p_more {
    margin: 16px 0;
    display: inline-block;
    min-width: 85px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}
.mmv:active::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transform: scaleX(1);
}
.mmv:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transform: scaleX(1);
}
.mmv::before {
    background-color: #192634;
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}

.LayImAhrefNode::before {
    background-color: #192634;
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newcon .tit {
    text-align: center;
    color: #000;
    font-size: 22px;
}
.newcon .time {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    width: 160px;
    margin: 0 auto 20px;
    text-align: center;
}

.share-btn-list {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
}
.newcon .pn {
    padding: 12px 0 0 0;
    min-height: 40px;
}
.rnews, .rollPro {
    margin: 0 auto 50px;
}
.rnews h3, .rollPro h3 {
    font-size: 25px;
    line-height: 24px;
    padding: 10px 0 35px 0;
    color: #333;
    font-weight: 400;
    height: 30px;
    color: var(--ast-global-color-0);
}
.rnews li {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
}
.rnews li a {
    display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    color: #333;
}
.newcon .tit {
    text-align: center;
    color: #000;
    font-size: 22px;
}
.rollPro1 {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    font-size: 9pt;
}
.rollPro1 li {
    width: 15%;
    float: left;
    margin-right: 2%;
    text-align: center;
}
.rollPro1 li .pbox {
    border: 1px solid #eee;
    padding: 4px;
    height: 124px;
}
.rollPro1 li .pbox img {
    max-width: 100%;
    max-height: 150px;
}
.ast-container, .ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.tableScroll td {
    padding-left: 5px;
}
@media (max-width:779px) {
    .inner-panel-lf {
        display: none;
    }
    .inner-panel-rt {
        width: 100%;
    }
    .inner-panel {
        display: block;
        
    }
    .spec-preview {
        height: auto;
    }
    .container {
        width: 100%;
    }
    .pcon_r,
    .pcon_l,
    .spec-preview{
        width: 100%;
    }
    .spec-scroll,
    .spec-scroll .items{
        max-width: 100%;
    }
    .pcon_r {
        margin-top: 10px;
    }
}
