
img {
    max-width: 100%;
}


.swiper-banner .swiper-slide {
    position: relative;
    height: 340px;
}
.swiper-banner .swiper-slide .slide-photo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-banner .swiper-slide-active .slide-photo {
    transform: scale(1.1);
}
.swiper-banner .container {
    position: relative;
    height: 100%;
    z-index: 10;
    color: #FFFFFF;
}
.swiper-slide-active .sw-title {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.swiper-slide-active .sw-desc {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.swiper-slide-active .a-foot {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.sw-grid .sw-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
}
.sw-grid .sw-desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: .98;
}
.data-row {
    padding-top: 70px;
}
.data-cell {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
}
.data-cell .data-txt {
    font-size: 18px;
    margin-top: 15px;
}
.data-heading .counter {
    font-size: 40px;
}
.nav-bar {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: #183993;
    text-align: center;
}
.nav-bar .nav-bar-link {
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    font-size: 18px;
}
.nav-bar .nav-bar-link .icon-ffs {
    font-size: 20px;
}
.nav-bar .nav-bar-link .t {
    padding: 0 10px;
}
.nav-bar .nav-bar-link .icon-right {
    display: inline-block;
    animation: lrt 1s infinite alternate;
    -webkit-animation: lrt 1s infinite alternate;/* Safari 涓� Chrome */
}
@keyframes lrt {
    from {
        transform: translateX(6px);
    }
    to {
        transform: translateX(-2px);
    }
}
@media (min-width:1200px) {
    .appli-icon-box:hover * {
        color: #ffffff;
    }
    .appli-icon-box:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        left: 0;
        top: 0;
        margin: 0;
    }
    .appli-icon-box::before {
        top: 55px;
    }
    .data-cell {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 70px;
    }
    .data-heading .counter {
        font-size: 60px;
    }
    .swiper-banner .swiper-slide {
        position: relative;
        height: 660px;
    }
    .appli-box .appli-grid {
        left: 50px;
        top: 60px;
    }
    .swiper-banner .swiper-pagination {
        bottom: 30px;
    }
    .swiper-appli .swiper-pagination {
        padding-left: 50px;
    }
    .appli-box img {
        height: 468px;
    }
    .appli-icons {
        height: 468px;
    }
    .appli-icons .text {
        font-size: 24px;
    }
    .appli-icon-box {
        height: 234px;
    }
    .appli-icons .link {
        bottom: 30px;
    }
    .product-lg {
        height: 470px;
    }
    .product-lg .pro-pic {
        text-align: center;
        padding: 50px 20px 10px 20px;
    }
    .dex-about .a-md {
        font-size: 32px;
    }
    .dex-about .a-title {
        font-size: 42px;
    }
    .dex-about .a-desc {
        font-size: 16px;
    }
    .index-about {
        padding: 180px 0;
    }
    .sw-grid .sw-title {
        font-size: 42px;
    }
    .sw-grid .sw-desc {
        font-size: 16px;
    }
    .is-hidden {
        overflow: hidden;
    }
}
.dropdown-menu {
    border: 0;
    min-width: 80px;
}
/* 鍐呴〉 */

.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    background-size: cover;
    color: #ffffff;
}
.page-banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
}
.page-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    -webkit-animation-name: bigger;
    animation-name: bigger;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;/* Safari 鍜� Chrome */
}
@keyframes bigger {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.ban-grid h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: bold;
}
.ban-grid h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: bold;
}
.ban-grid p {
    max-width: 1150px;
    line-height: 1.8;
    font-size: 16px;
}
.ban-grid h4 {
    line-height: 1.8;
    font-size: 22px;
}
.ban-grid .line {
    width: 44px;
    height: 3px;
    background-color: #ededed;
}
.in-wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
    overflow: hidden;
}
.ss-wrapper {
    padding-top: 80px;
}
.bread-cell {
    color: #666666;
}
.in-wrapper>.container>.bread-cell {
    margin-bottom: 50px;
}
.bread-cell a {
    color: #999;
}
.serv-row {
    margin: 0 -5px;
}
.serv-row>div {
    padding: 5px;
}
.serv-box {
    position: relative;
    display: block;
    text-align: center;
    height: 300px;
    overflow: hidden;
    background-color: #f4f4f4;
    padding-top: 30px;
}
.serv-row>div:nth-child(2) .serv-box {
    background-color: #ededed;
}
.serv-row>div:nth-child(3) .serv-box {
    background-color: #ededed;
}
.serv-box .serv-icon {
    position: relative;
    margin-bottom: 20px;
}
.serv-box .serv-icon .icon {
    position: relative;
    z-index: 8;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    border-radius: 160px;
    background-color: #ffffff;
}
.serv-box .serv-icon::after {
    content: '';
    position: absolute;
    width: 222px;
    height: 207px;
    left: 50%;
    top: 50px;
    margin-left: -75px;
    background: url(../images/yy.png) no-repeat;
}
.serv-box .serv-text .ch {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.serv-box .serv-text .en {
    color: #999999;
}
.serv-box .serv-nn {
    position: absolute;
    line-height: 1;
    width: 100%;
    color: #dddddd;
    font-family: Arial;
    bottom: 15px;
    font-size: 40px;
}
.serv-box * {
    transition: .3s all;
}
.serv-box {
    transition: .3s all;
}
@media (min-width:1000px) {
    .serv-row {
        margin: 0;
    }
    .serv-row>div {
        padding: 0;
    }
    .serv-box {
        height: 500px;
        padding-top: 60px;
    }
    .serv-box .serv-icon {
        margin-bottom: 30px;
    }
    .serv-box .serv-icon .icon {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
    .serv-box .serv-text .ch {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .serv-box .serv-text .en {
        font-size: 18px;
    }
    .serv-box .serv-nn {
        bottom: -70px;
        font-size: 150px;
    }
    .serv-row>div:nth-child(odd) .serv-box {
        background-color: #f4f4f4;
    }
    .serv-row>div:nth-child(even) .serv-box {
        background-color: #ededed;
    }
    .serv-box:hover {
        background-color: #376ab1 !important;
    }
    .serv-box:hover * {
        color: #ffff !important;
    }
    .serv-box:hover .serv-nn {
        font-size: 72px;
        bottom: 50px;
        opacity: .2;
    }
}
@media (min-width:1200px) {
    .page-banner {
        height: 500px;
    }
}
/* 绀句細鍒欑儹 */
.sols-row {
    margin: 0 -10px;
}
.sols-row>div {
    padding: 10px;
}
.sols-box .sols-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}
.sols-box .sols-pic {
    font-size: 0;
    margin-bottom: 20px;
}
.sols-box .sols-desc {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}
.sols-link {
    margin-top: 20px;
}
.sols-link a {
    color: #c8161d;
    font-size: 16px;
}
.sols-link a .iconfont {
    font-size: 14px;
}
.page-bar .bread-cell {
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}
.page-tabs {
    border-bottom: 1px solid #f0f0f0;
}
.page-tabs li {
    float: left;
}
.page-tabs li a {
    position: relative;
    display: block;
    padding: 25px 15px;
    color: #666666;
}
.page-tabs li.active a {
    color: #1c4798;
}
.page-tabs li.active a::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1c4798;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.scs-row .serv-case-box {
    margin-bottom: 30px;
    display: block;
    transition: .4s all;
    background-color: #f7f7f7;
}
.serv-case-box .scs-photo {
    font-size: 0;
}
.scs-grid {
    padding: 30px 25px;
}
.serv-case-box .c-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}
.serv-case-box .c-title a {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.serv-case-box .c-desc {
    line-height: 2;
    color: #999999;
}
.serv-case-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.page-cell {
    text-align: center;
    margin-top: 50px;
    font-size: 0;
}
.page-cell a {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    font-style: normal;
}
.page-cell a.active {
    background: #568dbd;
    border-color: #568dbd;
    color: #fff;
    cursor: default;
}
.page-cell a.next, .page-cell a.prev {
    width: 50px;
}
.navbar-shadow {
    box-shadow: 2px 0px 5px rgba(0, 0, 0, .05);
}
.sm-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.2;
}
.sm-news-box .pic {
    font-size: 0;
    margin-right: 15px;
}
.sm-news-box .pic img {
    width: 138px;
    height: 78px;
}
.sm-news-box .time {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}
.sm-news-box .desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.side-head {
    padding: 20px 0;
    font-size: 20px;
    color: #666666;
    line-height: 1;
    border-bottom: 1px solid #f5f5f5;
}
.article-sidebar {
    background-color: #FFFFFF;
    padding-top: 60px;
}
.article-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.article-meta .time {
    float: left;
    color: #666666;
}
.article-meta .time {
    float: left;
    color: #666666;
}
.share-link {
    float: right;
}
.share-link li {
    float: left;
    line-height: 1;
    margin-left: 20px;
}
.share-link li a {
    display: inline-block;
    line-height: 1;
}
.share-link li a .icon {
    width: 20px;
    height: 20px;
}
.apl-share .share-link {
    float: left;
}
.apl-share .text {
    color: #000;
    font-weight: bold;
}
.apl-footer {
    padding-bottom: 30px;
}
.apl-back {
    float: right;
    font-size: 16px;
    color: #333;
}
.apl-back .iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #376ab1;
}
.apl-share .share-link .iconfont {
    font-size: 22px;
    color: #999999;
    margin-right: 10px;
}
.article-head {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;
    line-height: 1;
    margin-bottom: 50px;
}
.article-body {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}
.article-foot {
    margin-top: 35px;
    border-top: 1px solid #f5f5f5;
    padding-top: 35px;
}
.article-foot .back-link {
    font-weight: bold;
    color: #2a6aaa;
}
.article-foot .art-link {
    color: #999999;
}
.article-foot .art-link .iconfont {
    font-size: 12px;
}
.sm-news-box .flex_bd {
    margin-right: 15px;
}
/*  鏂伴椈*/
.news-list li {
    margin-bottom: 20px;
}
.news-list-cell {
    display: block;
    padding: 20px;
    position: relative;
    background-color: #f7f7f7;
}
.news-list-cell .list-photo {
    margin-bottom: 20px;
}
.news-list-cell .list-date {
    text-align: center;
    color: #999999;
    margin-right: 20px;
    line-height: 1.4;
}
.news-list-cell .list-date .day {
    font-size: 42px;
}
.news-list-cell .list-date .ym {
    font-size: 12px;
}
.news-list-cell .n-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.news-list-cell .n-desc {
    font-size: 14px;
    color: #999999;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list-cell .flex_bd {
    padding-left: 20px;
    border-left: 1px solid #E6E6E6;
}
.focus-cells {
    margin-bottom: 40px;
}
.focus-cell {
    line-height: 1.4;
    background-color: #f7f7f7;
}
.focus-cell .flex_bd {
    padding: 50px 30px;
}
.focus-cell .time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px;
}
.focus-cell .n-title {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.focus-cell .n-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    line-height: 2;
}
.focus-cell .n-link {
    font-size: 16px;
    color: #c8161d;
}
.focus-cell .n-link .iconfont {
    font-size: 14px;
}
.news-list-cell:hover .n-title {
    color: #1c4898;
}
.focus-cell:hover .n-title {
    color: #1c4898;
}
.news-list-cell .list-photo img {
    height: 190px;
    width: 100%;
}
.index-about::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(../images/wenli.png) center;
}
@media (min-width:1000px) {
    .news-list-cell .list-photo img {
        height: 190px;
        width: 100%;
    }
    .news-list-cell .n-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-list-cell {
        display: flex;
        align-items: center;
        padding: 30px;
        height: 250px;
        padding-right: 490px;
    }
    .news-list-cell .list-photo {
        width: 340px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -90px;
        margin-bottom: 0;
    }
    .focus-pic {
        font-size: 0;
        width: 600px;
    }
    .focus-pic img {
        width: 100%;
    }
    .focus-cell .flex_bd {
        padding: 50px 70px;
    }
    .focus-cell .n-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .focus-cell .n-desc {
        margin-bottom: 20px;
    }
    .news-list-cell .list_bd {
        padding: 11px 0;
    }
    .news-list-cell .flex_bd {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 80px;
    }
    .news-list-cell .list-date {
        text-align: center;
        color: #999999;
        margin-right: 70px;
        margin-left: 40px;
    }
    .news-list-cell .list-date .day {
        font-size: 56px;
    }
    .news-list-cell .n-title {
        font-size: 22px;
        color: #333333;
        margin-bottom: 20px;
    }
}
@media (min-width:1200px) {
    .article-title {
        font-size: 46px;
        margin-bottom: 50px;
    }
    .sm-news-box .pic {
        margin-right: 30px;
    }
    .page-banner {
        height: 500px;
    }
    .page-bar {
        border-bottom: 1px solid #f0f0f0;
    }
    .page-bar .bread-cell {
        float: left;
        border-bottom: 0;
    }
    .page-tabs {
        float: right;
        border-bottom: 0;
    }
    .page-tabs li {
        margin-left: 50px;
    }
    .scs-photo img {
        width: 100%;
        height: 264px;
    }
    .article-sidebar {
        width: 400px;
        margin-left: 90px;
        padding-top: 90px;
    }
}
@media (min-width:1400px) {
    .focus-pic {
        font-size: 0;
        width: 750px;
    }
}
@media (max-width:1000px) {
    .article-main {
        display: block;
    }
    .focus-cell {
        display: block !important;
    }
}
/* 浜烘墠鐞嗗康 */
.page-bar-nav {
    background-color: #f5f4f5;
}
.nav-tab-list li {
    text-align: center;
    float: left;
    width: 33.33%;
}
.nav-tab-list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}
.nav-tab-list li.active a {
    background-color: #183993;
    color: #FFFFFF;
}
.ln-section {
    padding: 30px 0;
    margin-bottom: 20px;
}
.ln-head {
    text-align: center;
    margin-bottom: 45px;
    font-size: 22px;
    font-weight: bold;
}
.fc-swiper .swiper-pagination {
    line-height: 1;
    position: static;
    margin-top: 20px;
}
.fc-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #d9d9d9;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.fc-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #183993;
}
.fc-lg {
    width: 50%;
    margin-right: 10px;
}
.fc-md {
    width: 50%;
}
.fc-lg img {
    height: 160px;
    width: 100%;
}
.fc-md .fc-md-box img {
    height: 75px;
    width: 100%;
}
.fc-md .fc-md-box {
    height: 75px;
    width: 100%;
}
.fc-md .fc-md-box:last-child {
    margin-top: 10px;
}
.ln-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ln-row {
    background-color: #f9f9f9;
    margin: 0;
}
.ln-row>div {
    padding: 0;
}
.ln-icon-row {
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.ln-icon {
    padding: 20px 0;
}
.ln-icon .text {
    margin-top: 15px;
    font-size: 16px;
}
.ln-cell {
    padding: 40px 30px;
    background-image: url(../images/ln-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    line-height: 1.8;
}
.ln-cell .ln-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.ln-cell .ln-desc {
    font-size: 16px;
    color: #666666;
}
@media (min-width:1200px) {
    .ln-row {
        height: 430px;
    }
    .ln-row .ln-cell {
        height: 430px;
    }
    .fc-lg {
        margin-right: 15px;
    }
    .fc-lg img {
        height: 650px;
        width: 100%;
    }
    .fc-md .fc-md-box {
        height: 320px;
    }
    .fc-md .fc-md-box img {
        height: 320px;
        width: 100%;
    }
    .fc-swiper .swiper-pagination {
        margin-top: 40px;
    }
    .fc-swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .ln-head {
        font-size: 36px;
    }
    .ln-icon .text {
        font-size: 24px;
    }
    .ln-cell {
        padding: 100px 80px 0 80px;
    }
    .ln-cell .ln-title {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .ln-cell .ln-desc {
        font-size: 24px;
    }
    .ln-icon-row {
        padding: 50px;
    }
    .nav-tab-list {
        width: 990px;
        margin: 0 auto;
    }
    .nav-tab-list li a {
        height: 80px;
        line-height: 80px;
    }
}
.in-wrapper.bg {
    background-color: #fafafa;
}
.job-main {
    background-color: #FFFFFF;
    padding: 20px;
}
.job-body {
    position: relative;
    display: none;
}
.job-heading {
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #f8f8f8;
}
.job-heading .iconfont {
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
}
.job-heading .job-title {
    font-size: 16px;
}
.job-description {
    padding: 30px 0;
    margin: 0 15px;
}
.job-description .item {
    position: relative;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.job-description .item .iconfont {
    font-size: 14px;
    padding-right: 5px;
}
.job-description .item:last-child {
    margin-bottom: 0;
}
.job-body {
    padding: 25px 15px;
    border-top: 1px solid #F5F5F5;
}
.job-cell {
    margin-bottom: 20px;
}
.job-cell:last-child {
    margin-bottom: 0;
}
.job-cell h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}
.job-cell p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}
.job-body .btn-apl {
    width: 180px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background-color: #c8161d;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.job-body .btn-apl * {
    display: inline-block;
    vertical-align: middle;
}
.job-body .btn-apl span {
    margin-right: 10px;
}
.job-filter {
    margin-bottom: 30px;
}
.job-filter .row {
    margin: 0 -10px
}
.job-filter .row>div {
    padding: 10px;
}
.job-filter .form-control {
    height: 45px;
    border: 1px solid #000000;
    color: #999999;
    font-size: 16px;
}
.job-filter .form-control:focus {
    box-shadow: 0 0 0 transparent;
}
.job-search {
    position: relative;
}
.job-search .btn-so {
    background-color: transparent;
    outline: 0;
    border: 0;
    width: 40px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 0;
    line-height: 44px;
}
.job-search .btn-so .iconfont {
    font-size: 20px;
}
.job-search .btn-so:focus {
    outline: 0;
}
.is-active .job-heading {
    border-radius: 5px;
    background-color: #183993;
    color: #FFFFFF;
}
.is-active .job-heading .iconfont {
    transform: rotateZ(180deg);
    margin-top: -10px;
}
.sch-rows .sch-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.sch-rows .sch-desc {
    line-height: 1.8;
    font-size: 14px;
    color: #666666;
}
.sch-rows .sch-desc p {
    margin-bottom: 20px;
}
.sch-rows .btn {
    width: 168px;
    height: 50px;
    padding: 14px 10px;
    font-size: 16px;
}
.sch-rows .btn .iconfont {
    font-size: 14px;
}
@media (min-width:1200px) {
    .job-main {
        padding: 30px;
    }
    .job-filter .form-control {
        height: 56px;
    }
    .job-search {
        float: right;
        width: 460px;
    }
    .job-search .btn-so {
        height: 56px;
        line-height: 56px;
        outline: 0;
    }
    .job-filter .row>.col-sm-3 {
        width: 326px;
    }
    .job-filter .row>.col-sm-6 {
        float: right;
        width: 460px;
    }
    .job-heading .job-title {
        font-size: 22px;
    }
    .job-cell p {
        font-size: 16px;
    }
    .job-body .btn-apl {
        position: absolute;
        right: 15px;
        bottom: 45px;
    }
    .sch-pic {
        margin-right: 120px;
    }
    .sch-rows .sch-title {
        font-size: 30px;
    }
    .sch-rows .sch-desc {
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .sch-rows {
        display: block !important;
    }
    .sch-pic {
        margin-bottom: 30px;
    }
}
.btn-warning {
    color: #fff;
    background-color: #c8161d;
    border-color: #c8161d;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #c8161d;
    border-color: #c8161d
}
.btn-warning:hover {
    color: #fff;
    background-color: #c8161d;
    border-color: #c8161d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c8161d;
    border-color: #c8161d
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #c8161d;
    border-color: #c8161d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #c8161d;
    border-color: #c8161d
}
.result-head {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1;
}
.res-search {
    position: relative;
    margin-bottom: 50px;
}
.res-search .form-control {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    border: 0;
    color: #183993;
    font-size: 16px;
    padding: 20px;
    height: 50px;
}
.res-search .form-control:focus {
    box-shadow: 0 0 0 transparent;
}
.res-search .btn {
    border-radius: 0;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    outline: none;
}
.res-search .btn:active {
    outline: none;
}
.res-tabs {
    overflow: hidden;
    margin-bottom: 15px;
}
.res-tabs li {
    float: left;
    width: 25%;
    text-align: center;
}
.res-tabs li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
}
.res-tabs li.active a {
    background-color: #183993;
    color: #FFFFFF;
}
.result-row {
    margin: 0 -12px;
}
.result-row>div {
    padding: 12px;
}
.res-box {
    display: block;
    background-color: #FFFFFF;
}
.res-box .res-title {
    background-color: #808080;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
/* 闂 */
.qa-col .page-tabs {
    float: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.qa-col .page-tabs li {
    margin: 0;
}
.qa-col .page-tabs li a {
    padding: 15px 8px;
}
.qa-col .page-tabs li.active a {
    color: #333;
}
.qa-col .page-tabs li.active a::after {
    background-color: #c8161d;
}
.qa-cell {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.qa-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/plus.png);
}
.is-active .qa-toggle {
    background-image: url(../images/blue_arrow.png);
}
.qa-head {
    cursor: pointer;
    position: relative;
    padding: 20px;
}
.qa-head .qa-title {
    font-size: 16px;
}
.qa-body {
    display: none;
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
}
.qa-body .qa-status {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/less.png);
}
.qa-content {
    line-height: 1.8;
    font-size: 14px;
    margin-right: 40px;
    color: #666666;
}
.qa-side-panel {
    background-color: #FFFFFF;
}
.qa-grid {
    padding: 20px;
}
.qa-grid .btn-warning {
    width: 100%;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 16px;
}
.qa-grid .qa-title {
    margin-bottom: 20px;
    font-size: 24px;
}
.qa-grid .qa-item {
    font-size: 16px;
    margin-bottom: 10px;
}
.qa-grid .cells {
    margin-bottom: 25px;
}
.real-cells {
    padding-top: 40px;
}
.real-head {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 36px;
}
.real-row {
    margin: 0 -10px;
}
.real-row>div {
    padding: 10px;
}
.real-box {
    position: relative;
    font-size: 0;
    display: block;
}
.real-box>img {
    width: 100%;
}
.real-box .btm-title {
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    z-index: 9;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
    width: 100%;
    z-index: 9;
}
.real-box::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    transition: .4s all;
}
.real-box:hover::before {
    background-color: rgba(0, 0, 0, .5);
}
.dl-line {
    margin: 20px 0;
    background-color: #dddddd;
    height: 1px;
}
.download-head .dl-title {
    font-size: 24px;
    line-height: 48px;
}
.dl-search {
    position: relative;
    height: 48px;
}
.dl-search .btn-text-so {
    background-color: transparent;
    outline: 0;
    border: 0;
    width: 100px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    border-left: 1px solid #dddddd;
    margin-top: -12px;
    padding: 0;
    color: #ea2a39;
    font-size: 16px;
    line-height: 24px;
}
.dl-search .form-control {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    border: 0;
    font-size: 16px;
    padding: 20px;
    height: 48px;
}
.dl-search .form-control:focus {
    box-shadow: 0 0 0 transparent;
}
.check-list li {
    float: left;
    padding: 8px 10px;
}
.check-list {
    margin: 0 -10px;
}
.check-item {
    font-weight: normal;
    height: 18px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    color: #666666;
}
.check-item * {
    display: inline-block;
    vertical-align: middle;
}
.check-item span {
    margin-left: 10px;
}
.check-item input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
.check-item input[type="checkbox"]::before {
    width: 18px;
    height: 18px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/check.png);
}
.check-item input[type="checkbox"]:checked::before {
    background-image: url(../images/checkbox.png);
}
.check-list {
    margin-bottom: 30px;
}
.dl-rows {
    margin: 0 -12px;
}
.dl-rows>div {
    padding: 0 12px;
}
.dl-rows .download-cell {
    background-color: #fafafa;
    display: block;
    margin-bottom: 25px;
    padding: 20px 30px;
    color: #333333;
}
.download-cell .dl-top {
    margin-bottom: 10px;
}
.download-cell .dl-top .iconfont {
    padding-right: 5px;
}
.download-cell .dl-pic {
    font-size: 0;
    margin-bottom: 20px;
}
.download-cell .dl-title {
    position: relative;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.download-cell .dl-title::before {
    width: 28px;
    height: 2px;
    content: '';
    background-color: #c8161d;
    position: absolute;
    bottom: 0;
    left: 0;
}
.download-cell .dl-time {
    font-size: 14px;
    margin-bottom: 10px;
}
.download-cell .dl-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
/* 鍞悗鏈嶅姟 */

.after-intro {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}
.after-intro .hd {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.after-intro .bd {
    line-height: 2;
    color: #666666;
}
.suport-section {
    padding: 45px 0;
    background: url(../images/servbg.jpg) center no-repeat;
    background-size: cover;
}
.suport-section .suport-tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.suport-row {
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.suport-row>div {
    padding: 10px 5px;
}
.spt-box {
    margin: 0 auto;
    max-width: 260px;
}
.spt-box .spt-icon {
    margin-bottom: 15px;
}
.spt-box .spt-tit {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}
.spt-box .spt-desc {
    color: #666666;
    font-size: 12px;
    line-height: 1.8;
}
.after-grid .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.after-grid .item {
    font-size: 18px;
}
.after-btns {
    padding-top: 30px;
}
.after-btns .btn {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 10px;
}
.after-btns .btn .iconfont {
    font-size: 22px;
    padding-right: 4px;
}
.after-btns .btn .icon-weixin1 {
    color: #179a05;
}
.red {
    color: #e60012 !important;
}
.m-label {
    font-size: 16px;
    margin-bottom: 10px;
}
.m-row .form-control {
    height: 48px;
    padding: 8px 20px;
    border: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    font-size: 16px;
}
.m-row .form-control:focus {
    box-shadow: 0 0 0 transparent;
}
.message-row {
    margin: 0 -8px;
}
.message-row>div {
    padding: 0 8px;
    margin-bottom: 20px;
}
.m-row textarea.form-control {
    height: 160px;
    padding: 15px 20px;
}
.code-cell {
    font-size: 16px;
    color: #666666;
}
.code-cell .text {
    margin-right: 15px;
}
.code-cell .form-control {
    width: 120px;
    height: 48px;
    padding: 8px 20px;
    border: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    font-size: 16px;
}
.code-cell .text-code {
    width: 140px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 0;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
}
.rt-button .btn-default {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #333333;
    width: 150px;
    height: 48px;
    font-size: 16px;
}
.rt-button .btn-default:active {
    background-color: transparent;
}
.mes-head {
    line-height: 1;
    margin-bottom: 40px;
}
.mes-head .mes-title {
    font-weight: bold;
    font-size: 24px;
}
.mes-head .mes-sm {
    color: #666666;
    font-size: 16px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #ffffff;
    border-color: #ccc;
}
.mes-foot {
    text-align: center;
    padding-top: 20px;
}
.mes-foot .btn-default {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #333333;
    width: 180px;
    height: 48px;
    font-size: 16px;
}
.mes-foot .btn-default:hover {
    background-color: #183993;
    border-color: #183993;
    color: #FFFFFF;
}
.ct-rows {
    background-color: #183993;
    color: #fff;
    margin: 0;
    margin-bottom: 100px;
}
.ct-panel {
    padding: 30px;
}
.ct-rows>div {
    padding: 0;
}
.ads-rows {
    margin-bottom: 100px;
}
.ct-panel .ct-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ct-panel .ct-info {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}
.ct-link .iconfont {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    margin-right: 20px;
}
.ads-box {
    background-color: #f5f5f5;
    display: block;
    padding: 40px 30px 30px 30px;
    line-height: 1;
    transition: .3s all;
}
.ads-box .ads-tit {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ads-box .ads-en {
    color: #333333;
    font-size: 20px;
    opacity: .3;
    margin-bottom: 20px;
}
.ads-box .ads-cont {
    color: #999999;
    font-size: 14px;
    line-height: 2;
}
.ads-box:hover {
    box-shadow: 0 0 0 2px #183993;
}
.table-panel {
    background-color: #ffffff;
    margin-bottom: 10px;
}
.diy-table {
    width: 100%;
}
.diy-table thead tr {
    background-color: #e4e4e4;
    font-weight: bold;
}
.diy-table td {
    border: 0 !important;
}
.diy-table thead td {
    padding: 20px !important;
    font-size: 16px;
}
.diy-table tbody td {
    padding: 8px 20px !important;
    font-size: 16px;
}
.table {
    margin: 0;
}
.diy-table tbody tr:first-child td {
    padding-top: 30px !important;
}
.diy-table tbody tr:last-child td {
    padding-bottom: 50px !important;
}
.table-responsive {
    border: 0;
}
.table-header {
    min-width: 1000px;
}
.table-body {
    min-width: 1000px;
}
.table-ht-scroll {
    min-width: 1000px;
}
.table-header td {
    font-weight: bold;
    padding: 25px 20px !important;
    line-height: 30px;
    font-size: 16px;
}
.table-ht-scroll {
    padding: 20px;
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
}
.table-ht-top {
    border-bottom: 1px solid #dddddd;
    padding: 0 20px;
    margin-right: 30px;
}
.table-responsive {
    margin-bottom: 0;
}
.table-body>tbody>tr>td {
    border-top: 0;
}
.table-body>tbody>tr:nth-child(even) {
    background-color: #f5f5f5;
}
.t-panel-ft {
    padding: 20px;
}
.t-panel-ft .btn {
    width: 125px;
}
.xing-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.xing-tabs li {
    float: left;
    width: 25%;
}
.xing-tabs li a {
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #333;
}
.xing-tabs li.active a {
    background-color: #183993;
    color: #ffffff;
}
@media (min-width:1200px) {
    .xing-tabs {
        padding: 0 25%;
    }
    .xing-tabs li a {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .ads-box {
        height: 300px;
    }
    .ads-box .ads-tit {
        font-size: 36px;
    }
    .ads-box .ads-en {
        font-size: 24px;
    }
    .ads-box .ads-cont {
        font-size: 16px;
    }
    .ct-panel .ct-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .code-cell .form-control {
        width: 140px;
    }
    .code-cell .text-code {
        width: 150px;
    }
    .rt-button {
        float: right;
    }
    .after-grid {
        width: 460px;
    }
    .after-grid .tit {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .after-grid .item {
        font-size: 20px;
    }
    .after-btns {
        padding-top: 50px;
    }
    .suport-section {
        padding: 90px 0;
    }
    .suport-section .suport-tit {
        font-size: 36px;
    }
    .suport-row {
        padding: 40px 20px;
    }
    .spt-box .spt-tit {
        font-size: 24px;
    }
    .spt-box .spt-desc {
        font-size: 14px;
    }
    .after-intro .hd {
        font-size: 36px;
    }
    .after-intro .bd {
        font-size: 16px;
    }
    .download-cell .dl-title {
        font-size: 24px;
    }
    .check-list li {
        margin-right: 70px;
    }
    .real-cells {
        padding-top: 80px;
    }
    .download-head .dl-title {
        float: left;
    }
    .dl-search {
        float: right;
        width: 600px;
    }
    .qa-col {
        overflow: hidden;
    }
    .qa-main .qa-sidebar {
        width: 380px;
        margin-left: 35px;
        padding-top: 85px;
    }
    .qa-head {
        padding: 30px;
    }
    .qa-head .qa-title {
        font-size: 18px;
    }
    .qa-body {
        padding: 30px;
    }
    .qa-content {
        font-size: 16px;
        margin-right: 40px;
        min-height: 50px;
    }
    .qa-body .qa-status {
        top: 32px;
    }
    .qa-col .page-tabs li {
        margin-right: 50px;
    }
    .qa-col .page-tabs li a {
        font-size: 18px;
    }
    .result-main {
        padding-top: 50px;
    }
    .result-head {
        font-size: 42px;
    }
    .res-search .form-control {
        padding: 20px 30px;
        height: 80px;
    }
    .res-search .form-control:focus {
        box-shadow: 0 0 0 transparent;
    }
    .res-search .btn {
        width: 220px;
        height: 80px;
    }
    .res-search .btn .iconfont {
        font-size: 22px;
    }
    .res-search .btn:active {
        outline: none;
    }
    .res-tabs {
        margin-bottom: 25px;
    }
    .res-tabs li {
        float: left;
        width: 156px;
        text-align: center;
    }
    .res-tabs li a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .res-box .res-title {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
}
@media (min-width:1600px) {
    .ct-panel .ct-info {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .ct-panel {
        padding: 80px 60px 0 60px;
    }
    .mapbox {
        height: 540px !important;
    }
}
@media (max-width:764px) {
    .qa-sidebar {
        margin-top: 50px;
    }
    .qa-main {
        display: block !important;
    }
    .after-panel {
        display: block !important;
    }
    .after-grid {
        margin-bottom: 40px;
    }
    .ads-rows>div {
        margin-bottom: 30px;
    }
    .about-wrapper .ban-grid h1 {
        font-size: 24px;
        max-width: 245px;
        margin: 0 auto;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    .about-wrapper .ban-grid h4 {
        font-size: 18px;
    }
}
/* guagu鍏充簬鎴戜滑 */
.about-row>div {
    position: relative;
}
.about-section {
    padding: 60px 0;
    overflow: hidden;
}
.about-section.bg {
    background-color: #F5F5F5;
}
.a-header {
    line-height: 1;
    margin-bottom: 24px;
}
.a-header .en {
    text-transform: uppercase;
    color: #cdcaca;
    font-size: 36px;
    font-family: arial;
    margin-bottom: 15px;
}
.a-header .ch {
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
.a-header .line {
    width: 20px;
    height: 2px;
    background-color: #999999;
    margin-top: 24px;
}
.cul-header {
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
.cul-header .cul-nn {
    color: #183993;
    font-size: 48px;
    margin-right: 10px;
    font-style: italic;
}
.cul-header .cul-tit {
    color: #333;
    font-size: 22px;
}
.cul-row {
    margin-bottom: 70px;
}
.a-content {
    font-size: 15px;
    line-height: 2;
    max-width: 545px;
}
.cul-panel {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}
.cul-panel .cul-inner {
    padding: 35px 30px;
}
.cul-cells-row>div {
    padding: 15px;
}
.cul-panel_hd {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap;
}
.cul-panel_hd * {
    display: inline-block;
}
.cul-panel_hd .tit {
    font-size: 20px;
    margin-right: 20px;
}
.cul-panel_hd .desc {
    font-size: 14px;
}
.cul-panel_bd {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.phs-section {
    padding-bottom: 50px;
}
.phs-cells {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
}
.a-cell {
    line-height: 2;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.a-cell:last-child {
    margin-bottom: 0;
}
.a-cell h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.phs-cells .container {
    position: relative;
    z-index: 9;
}
.phs-cells::before {
    height: 230px;
    width: 200px;
    content: '';
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
}
.honnor-main {
    position: relative;
    padding: 0 40px;
}
.honnor-main .swiper--next, .honnor-main .swiper--prev {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    outline: none;
}
.honnor-main .swiper--next {
    right: 0;
    background-image: url(../images/right.png);
}
.honnor-main .swiper--prev {
    left: 0;
    background-image: url(../images/left.png);
}
.qual-tabs {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 45px;
}
.qual-tabs li {
    width: 45%;
    float: left;
}
.qual-tabs li a {
    display: block;
    height: 48px;
    line-height: 46px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #333333;
}
.qual-tabs li.active a {
    background-color: #ff804d;
    border: 1px solid #ff804d;
    color: #fff;
}
.honnor-pic {
    margin: 0 auto;
    max-width: 220px;
}
.about-intro {
    margin-bottom: 20px;
}
.about-intro .content {
    color: #999999;
    line-height: 2;
    height: 140px;
    overflow: hidden;
}
.about-intro .content.htauto {
    height: auto;
}
.about-intro .part {
    color: #999999;
    line-height: 2;
}
.about-toggle {
    color: #183993;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}
.about-toggle .t1 {
    display: none;
}
.about-toggle.on .t1 {
    display: inline-block;
}
.about-toggle.on .t0 {
    display: none;
}
.about-toggle .iconfont {
    font-size: 14px;
    display: inline-block;
}
.about-toggle.on .iconfont {
    transform: rotate(180deg);
}
.about-fis-section {
    overflow: hidden;
    padding-top: 50px;
}
.about-row .data-heading {
    color: #183993;
}
.about-row .data-heading .counter {
    color: #183993;
    font-weight: bold;
}
.about-row .data-row {
    padding-top: 40px;
}
.about-row .data-cell {
    margin-bottom: 50px;
}
.about-secord-section {
    overflow: hidden;
    padding: 50px 0;
}
.course-cells {
    padding: 0 20px 0 80px;
    position: relative;
}
.course-cells::after {
    display: none;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    top: 124px;
    width: 100px;
    z-index: 7772;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, .05));
    filter: blur(0px);
}
.course-cells::before {
    height: 1px;
    background-color: #f6f6f6;
    position: absolute;
    content: '';
    width: 2800px;
    left: -1000px;
    top: 24px;
}
.course-cells .cc--next, .course-cells .cc--prev {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 100;
    outline: none;
}
.course-cells .cc--next {
    right: 0;
    background-image: url(../images/right.png);
}
.course-cells .cc--prev {
    left: 0;
    background-image: url(../images/left.png);
}
.course-card {
    padding-top: 20px;
    line-height: 1;
}
.course-card .dot {
    width: 9px;
    height: 9px;
    background-color: #fe6f36;
    border-radius: 9px;
    margin-bottom: 50px;
}
.course-card .time {
    color: #183993;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}
.course-card .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}
.course-card .item {
    position: relative;
    font-size: 16px;
    font-family: arial;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #777777;
    font-weight: lighter;
}
.course-card .item::before {
    height: 3px;
    width: 7px;
    content: '';
    background-color: #105bb6;
    position: absolute;
    left: 0;
    top: 6px;
}
.page-navbar {
    position: absolute !important;
    bottom: 0 !important;
    width: 100%;
    left: 0;
    height: 70px;
    z-index: 888;
    top: auto !important;
    background-color: rgba(0, 0, 0, .3);
}
.page-navbar.isStuck {
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important;
}
.page-navbar ul {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
.page-navbar ul li {
    float: left;
    width: 25%;
}
.page-navbar ul li a {
    display: block;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
}
.page-navbar ul li.current a {
    color: #183993;
}
@media (min-width:1200px) {
    .page-navbar {
        height: 70px;
    }
    .page-navbar ul li {
        width: 14.28571%;
    }
    .page-navbar ul li a {
        line-height: 50px;
        font-size: 16px;
    }
    .about-fis-section {
        background: url(../images/about-bg.png) right center no-repeat;
    }
    .about-intro .content {
        font-size: 16px;
        line-height: 2.2;
    }
    .about-intro .part {
        font-size: 16px;
        line-height: 2.2;
    }
    .about-fis-section {
        padding-top: 100px;
    }
    .about-secord-section {
        padding: 100px 0;
    }
    .honnor-main {
        padding: 0 80px;
    }
    .qual-tabs {
        width: 400px;
        margin-bottom: 70px;
    }
    .phs-row {
        margin: 0;
    }
    .phs-row>div {
        padding: 0;
    }
    .phs-section {
        padding-bottom: 100px;
    }
    .phs-cells {
        padding-top: 100px;
        margin-bottom: 0;
    }
    .cul-panel .cul-inner {
        padding: 75px 60px;
    }
    .cul-row {
        flex-direction: row-reverse;
    }
    .a-content {
        font-size: 18px;
    }
    .about-section {
        padding: 100px 0;
    }
    .cul-panel_hd .tit {
        margin-right: 40px;
    }
    .cul-panel {
        height: 320px;
    }
    .phs-cells::before {
        height: 460px;
        width: 570px;
        content: '';
        background-color: #f8f8f8;
        position: absolute;
        left: 0;
        top: 0;
    }
    .phs-cells:nth-child(even) .phs-row {
        flex-direction: row-reverse;
    }
    .phs-cells:nth-child(even) .phs-grid {
        margin-right: 100px;
    }
    .phs-cells:nth-child(odd) .phs-grid {
        margin-left: 100px;
    }
    .phs-cells:nth-child(even)::before {
        left: auto;
        right: 0;
    }
    .about-intro-pic {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 40px;
        width: 2000px;
        max-width: 820px;
        text-align: right;
        height: 550px;
    }
    .about-intro-pic img {
        height: 550px;
        transition: 10.5s all;
    }
    .about-intro-pic:hover img {
        transform: scale(1.6);
    }
    .about-fis-main {
        margin-left: 40px;
        padding-top: 20px;
    }
}
@media (max-width:764px) {
    .course-cells {
        padding: 0 20px 0 60px;
    }
    .about-row .data-cell {
        padding-left: 20px;
    }
    .about-intro-pic {
        margin-bottom: 30px;
    }
    .cul-row {
        display: block;
    }
    .phs-pic {
        margin-bottom: 40px;
    }
    .cul-pic {
        margin-bottom: 40px;
    }
    .phs-row {
        display: block !important;
    }
    .a-header .en {
        font-size: 30px;
    }
    .a-header .ch {
        line-height: 1.4;
        font-size: 24px;
    }
    .course-cells .cc--next,  .course-cells .cc--prev {
        background-size: 36px 36px;
    }
    .honnor-main .swiper--next,  .honnor-main .swiper--prev {
        background-size: 36px 36px;
    }
}
.phs-section {
    overflow: hidden;
}
/* 浜у搧璇︽儏 */
.detail-wrap {
    padding: 0px 0;
    width:78%; margin-left:2%;
}
.detail-wrap .bread-cell {
    margin-bottom: 25px;
}
.sku-detail {
}
.sku-detail-panel {
    background-color: #FFFFFF;
    padding: 0 20px 20px 20px;
}
.sku-bar {
    overflow: hidden;
    background-color: #FFFFFF;
    border-bottom: 3px solid #0053A6;
    text-align:left
}
.sku-section {
    padding-top: 40px;
}
.sku-section.is-active {
    padding-top: 160px;
}
.sku-section .sku-head {
    font-size: 24px;
    color: #183993;
    margin-bottom: 20px;
}
.sku-content {
    font-size: 16px;
    color: #666666;
}






.hy-cell {
    display: block;
    margin-bottom: 20px;
}
.hy-pic {
    margin-bottom: 15px;
}
.hy-pic img {
    width: 100%;
}
.hy-cell .hy-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.hy-cell .hy-desc {
    line-height: 1.8;
    color: #666666;
    font-size: 14px;
}
.sku-tab li.current a {
    color: #000; font-weight:bold;
}

.sku-aside {
    background-color: #FFFFFF;
    padding: 0 20px 20px 20px;
}
.sku-back {
    text-align: center;
    padding: 20px 0;
}
.sku-back a {
    color: #183993;
}
.aside-hd {
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.aside-real li {
    margin-bottom: 20px;
}
.aside-real .real-link {
    display: block;
    text-align: center;
}
.aside-real .real-link {
    display: block;
}
.aside-real .real-link .real-title {
    background-color: #808080;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sku-tab li {
    display: inline-block;
}
.sku-tab li a {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    font-size: 18px;
    color: #333333;
}
@media (max-width:750px) {
    .sku-tab {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        height: 50px;
    }
}
.product-intro {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 25px 20px;overflow: hidden;
}
.sku-title {
    font-size:24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;text-align:left
}
.sku-cell {
    overflow: hidden; line-height:29px; font-size:16px;
    margin-top: 25px; text-align:left ; color:#000000锛�
}
.sku-cell .sku-hd {
    line-height: 1;
    font-size: 16px;
    text-align:left; font-weight:bold;
}
.attr-table {
    width: 100%;
    color: #333333;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.attr-table td {
    height: 40px;
    text-align: center;
    border: 1px solid #CCCCCC;
}
.pt-list {
    overflow: hidden;
    margin: 0 -10px;
}
.pt-list li {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    float: left;
}
.pt-list li a {
    color: #666666;
}
.pt-list li.lighthight a {
    color: #183993;
}
.pt-list li.on a {
    color: #183993;
}
.pt-list li::after {
    width: 1px;
    height: 16px;
    content: '';
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.pt-list li:last-child:after {
    display: none;
}
.file-cell {
    margin-top: 30px;
}
.file-row {
    margin-bottom: 20px;
}
.file-row:last-child {
    margin-bottom: 0;
}
.file-name * {
    display: inline-block;
    vertical-align: middle;
}
.file-name img {
    margin-right: 10px;
}
.file-name {
    font-size: 16px;
    min-width: 150px;
}
.file-row .file-link {
    color: #666666;
    margin-right: 15px;
}
.sku-foot {
    padding-top: 40px;
    font-size: 0;
    margin-top: 40px;
    border-top: 1px solid #E5E5E5;
}
.sku-foot .btn {
    width: 140px;
    height: 45px;
    padding: 10px 0;
    font-size: 14px;
    margin-right: 10px;
}
.sku-foot .btn * {
    display: inline-block;
    vertical-align: middle;
}
.gallery-top {
    height:auto; min-height:450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; border:1px solid #dddddd; padding:5px 5px 0px 5px;
}
.gallery-top .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.gallery-thumbs {
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; border:1px solid #ccc
}
.gallery-thumbs .swiper-slide-thumb-active {
    border:1px solid #ff0000
}
.scan-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 33;
    background: url(../images/scan.png) no-repeat;
}
.preview-wrap {
    position: relative;
}
.preview-wrap .swiper-button-next, .preview-wrap .swiper-button-prev {
    width: 25px;
    height: 50px;
    outline: 0;
    top: auto;
    bottom: 5px;
}
.preview-wrap .swiper-button-next:after, .preview-wrap .swiper-button-prev:after {
    font-size: 16px;
}
@media (min-width:768px) {
    .gallery-top {
        min-height:320px;
        height:450px;
        margin-left: 0px;
        margin-right: 00px;
    }
    .gallery-thumbs {
        margin-left: 50px;
        margin-right: 50px;
    }





    .sku-detail-panel {
        padding: 20px;
    }
    .sku-aside {
        padding: 0 30px;
    }
    .hy-cell {
        display: -webkit-box;
        /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 鑰佺増鏈娉�: Firefox (buggy) */
        display: -ms-flexbox;
        /* 娣峰悎鐗堟湰璇硶: IE 10 */
        display: -webkit-flex;
        /* 鏂扮増鏈娉�: Chrome 21+ */
        display: flex;
        /* 鏂扮増鏈娉�: Opera 12.1, Firefox 22+ */
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .hy-pic img {
        width: 195px;
        height: 126px;
    }
    .hy-pic {
        margin-right: 20px;
    }
    .hy-pic2 img {
        width: 345px;
        height: 206px;
    }
    .hy-pic2 {
        margin-right: 35px;
    }
    .sku-tab li {
        margin-right: 23px;
    }
    .sku-tab li:last-child {
        margin-right: 0;
    }
    .product-intro {
        padding: 0px;
    }
}
@media (min-width:1200px) {

    .product-intro {
        display: -webkit-box;
        /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 鑰佺増鏈娉�: Firefox (buggy) */
        display: -ms-flexbox;
        /* 娣峰悎鐗堟湰璇硶: IE 10 */
        display: -webkit-flex;
        /* 鏂扮増鏈娉�: Chrome 21+ */
        display: flex;
        /* 鏂扮増鏈娉�: Opera 12.1, Firefox 22+ */
    }
    .itemInfo-wrap {
        -prefix-box-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .sku-w {
        position: relative;
    }
    .sku-w .sku-aside {
        position: absolute;
        right: 0;
        width: sku-title50px;
        top: 0;
    }
    .sku-foot {
        display: flex;
    }
    .preview-wrap {
        width: 380px;
        margin-right: 40px;
    }
}
@media (min-width:1600px) {
    .preview-wrap {
        width: 450px;
        margin-right: 30px;
    }
}
@media (max-width:450px) {
    .sku-foot .btn:last-child {
        margin-top: 10px;
    }
}
.bar-fixed {
    position: fixed;
    right: 2px;
    top: 50%;
    display: none;
    margin-top: -100px;
    z-index: 666;
}
.bar-fixed .bar-link {
    position: relative;
    width: 74px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1px;
    border-radius: 4px;
    padding: 10px 0;
    background-color: #183993;
}
.bar-fixed .bar-link:hover {
    background-color: #c8161d;
}
.bar-fixed .bar-link .iconfont {
    font-size: 20px;
}
.bar-fixed .bar-link .txt {
    margin-top: 4px;
}
.bar-abs {
    position: absolute;
    right: 0;
    top: 15px;
    width: 140px;
    height: 42px;
    border-radius: 4px;
    background-color: #c8161d;
    display: block;
    line-height: 42px;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
}
.bar-fixed .bar-link:hover .bar-abs {
    right: 75px;
    visibility: visible;
    opacity: 1;
}
.filter-main {
    width: 100%;
    border-top: 1px #dddddd solid;
}
.filter-row {
    width: 100%;
    border-bottom: 1px #dddddd solid;
    line-height: 60px;
}
.filter-label {
    width: 10%;
    float: left;
    text-align: center;
    background: #eaeaea;
    font-size: 16px;
    color: #333333;
}
.filter-list {
    width: 88%;
    float: left;
}
.filter-list li {
    float: left;
    margin-left: 30px;
}
.filter-list li a {
    color: #666;
}
.filter-form, .filter-select {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.filter-list li.on a {
    color: #183993;
}
.filter-search {
    float: left;
    width: 455px;
    height: 45px;
    position: relative;
}
.filter-search .filter-input {
    height: 45px;
    text-indent: 20px;
    width: 100%;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    box-shadow: 0 0 0 transparent;
    border-radius: 5px;
}
.input-search .form-control:focus {
    box-shadow: 0 0 0 transparent;
}
.filter-search .btn-so {
    border: 0;
    position: absolute;
    right: 5px;
    top: 0;
    outline: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border-radius: 0;
}
.filter-search .btn-so .icon-sousuo {
    font-size: 22px;
    color: #4c79b8
}
.xxq {
    height: 45px;
    width: 170px;
    border: 1px solid #dfdfdf;
    margin-left: 23px;
    background: #183993;
    box-shadow: 0 0 0 transparent;
    border-radius: 5px;
    color: #fff;
    background: url(../images/ss.png) no-repeat 17px center #183993;
    font-size: 16px;
    padding-left: 27px;
}
.filter-select .text {
    float: left;
    height: 45px;
    font-size: 18px;
    color: #183993;
    margin-right: 10px;
}
.filter-select .flex_bd {
    float: left;
}
.filter-select .flex_bd .fl-link {
    border: 1px solid #ccd8e7;
    margin-left: 10px;
    font-size: 16px;
    color: #666666;
    padding: 4px 12px;
}
.filter-select .flex_bd .fl-link i {
    margin-left: 10px;
    color: #a2b9d8;
    font-size: 14px;
}
.filter-select .flex_bd .active, .filter-select .flex_bd a:hover {
    border: 1px solid #183993;
}
.filter-select .flex_bd .active i, .filter-select .flex_bd a:hover i {
    color: #235ba9
}
.filter-select .flex_bd .fl-link .all-text {
    color: #c8161d;
    font-size: 15px;
    font-weight: bold;
}
.prod-main {
    margin: 15px auto;
    border-top: 1px solid #dddddd;
    position: relative;
    padding-top: 35px;
}
.prod-main .xx {
    width: 140px;
    display: block;
    text-align: left;
    border-top: 1px solid #183993;
    position: absolute;
    left: 0px;
    top: -1px;
}
.prod-box {
    margin-bottom: 15px;
    display: block;
    transition: .4s all;
}
.prod-box .prod-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #f2f2f2;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    padding: 0 10px;
}
.prod-box .prod-title div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prod-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.prod-box:hover .prod-title {
    background: #183993;
    color: #fff;
}
.prod-pic {
    position: relative;
}
.prod-pic .xp {
    background: #c8161d;
    position: absolute;
    padding: 4px 10px;
    left: 20px;
    top: 20px;
    border-radius: 3px;
    color: #fff;
    font-style: normal;
}
.hot-cells {
    margin: 15px auto;
;
}
.ht-head {
    margin: 35px auto;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-top: 35px;
}
.ht-title {
    width: 140px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #183993;
    font-size: 18px;
    font-weight: bold;
    color: #183993;
    padding-bottom: 11px;
}
.ht-title .icon-huo {
    font-size: 22px;
    color: #183993;
    margin-right: 10px
}
.apl-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.apl-sidebar {
    width: 20%;
    margin: 0 auto;
    float: left;
    overflow: hidden;
}
.other-sidebar {
    width: 28%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    float: right;
    overflow: hidden;
}
.apl-panel {
    width: 78%;
    float: right;
    background: #fff;
    overflow: hidden;
}
.apl-panel2 {
    width: 70%;
    float: left;
    background: #fff;
    overflow: hidden;
}
.apl-body {
    width: 100%;
    padding: 35px;
}
.apl-bar-hd {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-left: 30px;
    color: #fff;
    background-color: #183993;
    border-radius: 10px 10px 0px 0px
}
.apl-bar-hd i {
    float: right;
    margin-right: 30px;
    font-size: 20px;
}
.treebox {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.menu2 {
    overflow: hidden;
}
.menu2 li.level1>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333333;
    padding-left: 50px;
    font-size: 16px;
    position: relative;
    transition: all .5s ease 0s;
}
.menu2 li.level1 a:hover {
    text-decoration: none;
    background-color: #fff;
}
.menu2 li.level1 a.current {
    background: #fff;
}
.ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(ico1.png);
}
.level1 i {
    width: 20px;
    height: 10px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.level1 i.down {
    background-position: 0 -11px;
}
/*绗簩灞�*/
.menu2 li ul {
    overflow: hidden;
}
.menu2 li ul.level2 {
    display: none;
    background: #fff;
}
.menu2 li ul.level2 li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333333;
    text-indent: 60px;
    /*border-bottom: 1px solid #ddd;*/
    font-size: 14px;
    transition: all 1s ease 0s;
}
.apl-hd {
    font-size: 24px;
    float: left;
    color: #333;
    line-height: 55px;
}
.rr {
    float: right;
    width: 305px;
}
.apl-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.apl-desc2 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
    padding-bottom: 25px;
}
.apl-desc3 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
    padding-bottom: 25px;
}
.apl-box {
    margin-top: 30px;
    display: block;
    transition: .4s all;
    background-color: #f7f7f7;
}
.apl-box .apl-pic {
    font-size: calc(100vw/19.2);
}
.apl-box .apl-pic img {
    height: 2.02em;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .apl-box .apl-pic img {
        height: 3.02em;
    }
}
@media (max-width: 767px) {
    .apl-box .apl-pic img {
        height: 8em;
    }
}
.apl-pic img {
    width: 100%;
}
.apl-grid {
    padding: 15px 20px;
    position: relative;
}
.apl-box .apl-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.apl-box .apl-info {
    line-height: 2;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.apl-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.apl-box:hover .apl-grid {
    background: #183993;
    color: #fff;
}
.apl-box:hover .apl-grid .apl-title, .apl-box:hover .apl-grid .apl-info, .apl-box:hover .apl-grid i {
    color: #fff;
}
.apl-grid i {
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 18px;
    color: #000;
}
.apl-bar {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    z-index: 88;
}
.apl-bar li {
    font-size: 18px;
    float: left;
    color: #000;
    margin-left: 50px;
    line-height: 55px;
}
.apl-bar li a {
    font-size: 18px;
    color: #000;
}
.apl-bar li a.active {
    color: #183993
}
.apl-bar li.current a {
    color: #183993
}
.apl-bar2 {
    width: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
    z-index: 77;
}
.apl-bar2 li {
    font-size: 18px;
    float: left;
    color: #000;
    line-height: 75px;
}
.apl-bar2 li a {
    font-size: 18px;
    padding: 35px;
    color: #000;
}
.apl-bar2 li.active, .apl-bar2 li:hover {
    background: #183993;
    color: #fff;
}
.apl-bar2 li.active a, .apl-bar2 li:hover a {
    color: #fff;
}
.apl-bar2 li.current, .apl-bar2 li:hover {
    background: #183993;
    color: #fff;
}
.apl-bar2 li.current a, .apl-bar2 li:hover a {
    color: #fff;
}
.apl-bar2 li.current {
    background: #183993;
    color: #fff;
}
.apl-bar2 li.active a, .apl-bar2 li:hover a {
    color: #fff;
}
.apl-cell_hd {
    font-size: 24px;
    color: #000;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 30px;
}
.apl-more {
    float: right;
    font-size: 14px;
    color: #666;
}
.hy-cellbg {
    background: #f7f7f7;
    padding-right: 30px;
}
.hy-pic2 {
    width: 340px;
    float: left;
}
.hy-pic2 img {
    width: 100%;
    height: auto;
}
.hy-cellbg .hy-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.hy-link {
    color: #c8161d;
    margin-top: 20px;
}
.hy-cellbg .hy-desc {
    line-height: 1.5;
    color: #666666;
    font-size: 15px;
}
.apl_list-cell .flex_bd {
    padding: 35px;
}
.apl-list-foot {
    width: 100%;
    background: #183993;
    margin-top: 10px;
    height: 60px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    line-height: 60px;
}
.apl-list-foot a {
    color: #fff;
    font-size: 16px;
    display: block;
}
.adv-row {
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
}
.adv-pic {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-left: 0px;
}
.zz {
    padding: 0px;
}
.rr {
    width: 50%;
    padding: 0px;
    float: right;
}
.yy {
    padding: 35px 30px;
    margin-left: 0px;
}
.adv-nn {
    font-size: 24px;
    color: #a4a4a4;
    line-height: 40px;
}
.adv-tt {
    font-size: 22px;
    color: #000;
    line-height: 40px;
}
.adv-desc {
    font-size: 15px;
    color: #666;
    line-height: 40px;
}
.adv-cells {
    margin-bottom: 50px;
}
.ot-head {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 0px;
    overflow: hidden;
}
.ot-title {
    float: left;
    font-weight: bold
}
.ot-more {
    float: right;
    font-size: 16px;
    color: #333;
}
.kefu {
    padding: 20px;
    margin-left: 0px;
}
.kefu-title {
    font-size: 18px;
    color: 000;
    font-weight: bold;
    line-height: 30px;
}
.kefu-info {
    font-size: 19px;
    color: 333;
    line-height: 30px;
    margin-top: 10px;
    font-family: "寰蒋闆呴粦"
}
.kefu-info li i {
    margin-right: 10px;
    font-size: 21px;
    font-weight: normal;
}
.kefu-more {
    width: 100%;
    height: 60px;
    background: #ff5b35;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.kefu-more a {
    font-size: 18px;
    color: #fff;
}
.swiper-banner .swiper--prev {
    left: 0px;
    border-radius: 0 5px 5px 0;
}
.swiper-banner .swiper--next {
    right: 0px;
    border-radius: 5px 0 0 5px;
}
.swiper-banner .swiper--prev, .swiper-banner .swiper--next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 99999;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #4a4c51;
    border-top-style: 0;
    border-right-style: 0;
    border-bottom-style: 0;
    border-left-style: 0;
    transition: .3s all;
}
.swiper-banner .swiper--prev .iconfont, .swiper-banner .swiper--next .iconfont {
    font-size: 24px;
}
.swiper-banner .swiper--prev:hover, .swiper-banner .swiper--next:hover {
    background-color: #c8161d;
    color: #FFFFFF;
}
/* 鎶曢€掔畝鍘嗗脊绐� */



#c-fixed-pop {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
#c-fixed-pop form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#c-fixed-pop form .c-title-box {
    position: relative;
    padding: 0 30px;
    background: #c8161d;
}
#c-fixed-pop form .c-title-box .c-title {
    line-height: 60px;
    font-size: 20px;
    margin: 0;
    color: #fff;
}
#c-fixed-pop form .c-title-box .c-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 60px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 20px auto;
    cursor: pointer;
}
#c-fixed-pop form .c-box {
    padding: 30px;
    font-size: 14px;
}
#c-fixed-pop form input {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
}
#c-fixed-pop form textarea {
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    height: 150px;
    border: 1px solid #ccc;
}
#c-fixed-pop form button {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    background: #c8161d;
    color: #fff;
    cursor: pointer;
}
#c-fixed-pop form .c-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#c-fixed-pop form .c-file .c-input-box {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    background: #c8161d;
}
#c-fixed-pop form .c-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}
#c-fixed-pop form .c-file .c-text {
    color: #fff;
    text-align: center;
}
#c-fixed-pop form .c-file .c-text2 {
    line-height: 30px;
}
#c-fixed-pop .f_yanzheng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#c-fixed-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 256px) !important;
}
#c-fixed-pop .f_yanzheng {
    margin-bottom: 20px;
}
#c-fixed-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 146px) !important;
}
#c-fixed-pop .f_yanzheng img {
    width: 130px;
    cursor: pointer;
}
/* 寮圭獥 */

#c-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
#c-pop form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 600px;
    border-radius: 6px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
}
#c-pop .c-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png)no-repeat center / 100%;
    cursor: pointer;
}
#c-pop .c-title {
    font-size: 20px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #c8161d
}
.c-sm-title {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}
#c-pop .c-list {
    padding: 20px 40px 40px;
}
#c-pop .c-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#c-pop .c-list li .c-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    width: 100px;
    height: 52px;
}
#c-pop .c-list li .c-img img {
    max-width: 100%;
    max-height: 100%;
}
#c-pop .c-list li:last-child {
    margin-top: 40px;
    margin-bottom: 0;
}
#c-pop .c-list li:nth-last-child(2) input {
    width: 100%;
}
#c-pop .c-list .c-text {
    width: 100px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
#c-pop .c-list .c-text span {
    color: #ff0000;
}
#c-pop .c-list input, #c-pop .c-list select {
    padding: 0 15px;
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    border: 1px solid #ddd;
    outline: 0;
}
#c-pop .c-list textarea {
    padding: 15px;
    width: 100%;
    height: 100px;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    color: #666;
    border: 1px solid #ddd;
}
#c-pop .c-list select {
    background: url(../images/jt5.png)no-repeat right 15px center / 16px auto;
}
#c-pop .c-list button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    background: #c8161d;
    cursor: pointer;
    outline: 0;
    border: 0;
}
@media (max-width:750px) {

    .sku-content img{ width:100%!important;height:100%!important;}
    .filter-row {
        width: 100%;
        border-bottom: 1px #dddddd solid;
        line-height: 30px;
        min-height: 50px;
    }
    .filter-label {
        width: 30%;
        line-height: 50px;
    }
    .filter-list {
        width: 100%;
    }
    .filter-list li {
        margin-left: 10px;
    }
    .filter-search {
        width: 100%;
    }
    .filter-select {
        margin-left: 0px;
        margin-top: 10px;
        overflow: hidden;
    }
    .filter-select .text {
        font-size: 15px;
        height: 28px;
    }
    .filter-select .flex_bd {
        height: auto;
    }
    .filter-select .flex_bd .fl-link {
        height: 25px;
        margin-right: 5px;
        margin-left: 0px;
        overflow: hidden;
        display: inline-table;
        font-size: 14px;
        padding: 2px 6px;
        margin-bottom: 5px;
    }
    .filter-select .flex_bd .fl-link .all-text {
        color: #c8161d;
        font-size: 14px;
    }
    .apl-sidebar,  .apl-bar2 {
        width: 100%;
        display: none;
    }
    .apl-panel {
        width: 100%;
    }
    .apl-body {
        width: 100%;
        padding: 5px;
    }
    .apl-bar {
        display: none;
    }
    .hy-cellbg {
        background: #fff;
        padding-right: 0px;
    }
    .yy {
        padding: 15px;
        margin-left: 0px;
    }
    .adv-tt {
        font-size: 22px;
        color: #000;
        line-height: 30px;
    }
    .adv-desc {
        font-size: 15px;
        color: #666;
        line-height: 30px;
    }
    .adv-nn {
        font-size: 24px;
        color: #a4a4a4;
        line-height: 30px;
    }
    .rr {
        width: 100%;
        padding: 0px;
        float: right;
    }
    .hy-cellbg .hy-title {
        font-size: 18px;
        margin-top: 20px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .hy-cellbg .hy-desc {
        line-height: 1.5;
        font-size: 14px;
    }
    .apl-cell_hd {
        font-size: 20px;
        color: #000;
        line-height: 25px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .other-sidebar {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background: #fff;
        float: right;
        overflow: hidden;
    }
    .apl-panel2 {
        width: 100%;
        float: left;
        background: #fff;
        overflow: hidden;
    }
    .swiper-banner .swiper--prev,  .swiper-banner .swiper--next {
        display: none;
    }
    .a-foot .btn {
        width: 112px;
        height: 35px;
        line-height: 32px;
        font-size: 14px;
        padding: 0;
    }
    .a-foot .btn .iconfont {
        font-size: 14px;
    }
    .bar-fixed {
        display: flex !important;
        align-items: center;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .bar-fixed .bar-link {
        width: 25%;
        line-height: 1;
        border-radius: 0;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .bar-fixed .bar-link:last-child {
        border-right: 0;
    }
    .bar-fixed .bar-link .iconfont {
        font-size: 16px;
    }
    .pro-popover {
        padding: 20px 10px;
    }
    .pro-center .pro-popover {
        top: 0;
        display: none;
    }
    .pro-center::after {
        display: none;
    }
    .pro-link-list li a {
        font-size: 12px;
        height: 28px;
        line-height: 26px;
    }
    .pro-foot .btn {
        font-size: 12px;
        padding: 6px 0;
        line-height: 22px;
    }
    .pro-center {
        height: 220px;
    }
    .pro-popover .title {
        font-size: 20px;
    }
    .page-md-banner {
        height: 220px;
        background-position: 60% center;
    }
    .prod-row {
        margin: 0 -6px;
    }
    .prod-row>div {
        padding: 0 6px;
    }
    .prod-box .prod-title {
        display: -webkit-box;
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 14px;
        text-overflow: unset;
        white-space: normal;
    }
    .aside-real {
        overflow: hidden;
        margin: 0 -5px;
    }
    .aside-real li {
        float: left;
        width: 50%;
        padding: 5px;
    }
    .aside-real .real-link .real-title {
        font-size: 12px;
        line-height: 30px;
    }
    .sku-aside {
        padding: 0 10px 10px 10px;
    }
    .info-cell .tel-bd {
        font-size: 14px;
    }
    .sku-bar {
        left: 20px;
        right: 0 !important;
    }
    .foot-row {
        padding-top: 24px;
    }
    .foot-logo {
        margin-bottom: 18px;
    }
    .ban-grid h2 {
        font-size: 36px;
    }
    .ban-grid p {
        font-size: 12px;
    }
    .after-btns .btn {
        display: inline-block;
        width: 130px;
        height: 44px;
        line-height: 26px;
        font-size: 16px;
    }
    .after-btns .btn .iconfont {
        font-size: 18px;
        padding-right: 4px;
    }
    .product-lg .pro-pic {
        padding-bottom: 0;
    }
    .product-lg {
        height: 260px;
    }
    .product-lg .pro-title {
        font-size: 16px;
    }
    .product-lg .pro-desc {
        font-size: 12px;
    }
    .product-md-row {
        margin: 0 -5px;
    }
    .product-md-row>div {
        padding: 5px;
    }
    .product-md {
        height: auto;
        padding-bottom: 10px;
    }
    .product-md .pro-pic {
        padding: 10px;
    }
    .product-md .pro-pic img {
        height: 75px;
    }
    .product-md .pro-title {
        margin: 0 10px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }
    .appli-icon-box::before {
        width: 44px;
        margin-left: -22px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        border-radius: 44px;
        top: 17px;
    }
    .appli-icon-box .iconfont {
        font-size: 20px;
        line-height: 44px;
        width: 44px;
        height: 44px;
        margin-top: 20px;
    }
    .appli-icon-box {
        height: 100px;
    }
    .appli-icons .text {
        font-size: 12px;
    }
    .data-cell .data-txt {
        font-size: 14px;
    }
    .index-about {
        padding-bottom: 0;
    }
    .data-row {
        padding-top: 40px;
    }
    .row-news {
        margin: 0 -5px;
    }
    .row-news>div {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .n-grid {
        padding: 12px 12px 24px 12px;
    }
    .news-cell .n-desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .news-cell .n-time {
        font-size: 12px;
    }
    .news-cell .n-title {
        font-size: 16px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
    }
    .bar-abs {
        display: none !important;
    }
    .pro-info {
        margin: 0 10px;
    }
    .pro-info .title {
        font-size: 20px;
    }
    .pro-info .title a {
        font-size: 20px;
        color: #333;
    }
    .pro-info .desc {
        font-size: 14px;
        display: none;
    }
    .apl-cell_bd .prod-row .prod-box .prod-pic img {
        height: 150px;
    }
}
.app-btn * {
    display: inline-block;
    vertical-align: middle;
}
.prod-row .prod-box .prod-pic {
    background-color: #fff;
}
@media (min-width:750px) and (max-width:1224px) {
    .n-photo img {
        width: 100%;
        height: 168px !important;
    }
    .news-cell .n-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .pro-info {
        margin: 0 25px;
    }
    .pro-popover {
        padding: 40px 18px;
    }
}
.info-item-wx {
    position: relative;
}
.info-item-wx img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    position: absolute;
    left: 0;
    bottom: 110%;
    display: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.info-item-wx:hover img {
    display: block !important;
}
.middle-btns {
    padding-top: 10px;
    padding-bottom: 20px;
}
.middle-btns .btn {
    width: 120px;
    height: 36px;
    line-height: 24px;
}
.check-li a {
    display: inline-block;
    padding-left: 20px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/check.png);
}
.check-li.active a {
    background-image: url(../images/checkbox.png);
}
.chk_code_img {
    width: 140px;
    height: 46px;
    margin-left: 10px;
}
.dl-pic img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.refresh1 {
    margin-left: 10px;
}
.refresh1 img {
    width: 24px;
    height: 24px;
}
.mapbox {
    width: 100%;
    height: 320px;
}
.about-intro-pic .a-foot {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width:999px) {
    .mapbox {
        height: 395px;
    }
    .product-md .pro-pic {
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-md .pro-pic img {
        max-height: 100%;
    }
    .pro-center .pic {
        height: 310px;
        overflow: hidden;
    }
    .res-pic img {
        width: 100%;
        height: 205px;
        object-fit: cover;
    }
    .lan-dropdown:hover .dropdown-menu {
        display: block;
    }
    .n-photo img {
        width: 100%;
        height: 236px;
    }
    .prod-row .prod-box .prod-pic {
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c-head-move {
        top: -100px;
    }
}
@media (max-width: 767px) {
    .about-intro-pic .a-foot {
        top: 80%;
    }
}
.xxq a {
    color: #fff;
}
.honnor-name {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.table-header td {
    white-space: nowrap;
}
.table-body>tbody>tr>td {
    white-space: nowrap;
}
.diy-table td, .diy-table th {
    white-space: nowrap;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width:745px) {
    .sec-head .sec-title {
        font-size: 30px;
    }
    .sec-head {
        margin-bottom: 25px;
    }
    .index-section {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .sec-foot {
        margin-top: 20px;
    }
    .appli-box .appli-grid .appli-tit {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .appli-box .appli-grid .appli-desc {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .appli-box .appli-grid .appli-link {
        font-size: 16px;
    }
    .dex-about .a-md {
        font-size: 16px;
        margin-bottom: 17px;
    }
    .dex-about .a-title {
        font-size: 24px;
    }
    .data-cell {
        margin-bottom: 20px;
    }
    .dex-about .a-desc {
        margin-bottom: 30px;
    }
    .video-cont {
        display: none;
    }
    .index-about {
        background: url(../images/mbg.jpg) center no-repeat;
        background-size: cover;
    }
    .index-about::after {
        display: none;
    }
    .a-header .en {
        margin-bottom: 7.5px;
    }
    .course-cells {
        padding: 0 20px 0 45px;
    }
    .course-card .dot {
        margin-left: 6px;
    }
    .course-swiper .swiper-slide {
        width: 220px;
    }
    .honnor-main .swiper--next,  .honnor-main .swiper--prev {
        display: none;
    }
    .honnor-main {
        padding: 0;
    }
    .honnor-swiper .swiper-slide {
        width: 100px;
    }
    .honnor-main {
        margin: 0 -15px;
    }
    .a-cell h3 {
        font-size: 16px;
    }
    .a-cell p {
        font-size: 14px;
    }
    .filter-form {
        display: flex;
        align-items: center;
    }
    .filter-form .filter-search {
        flex: 1;
    }
    .xxq {
        height: 45px;
        width: 135px;
        border: 1px solid #dfdfdf;
        margin-left: 23px;
        background: #183993;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        color: #fff;
        background: url(../images/ss.png) no-repeat 4px center #183993;
        font-size: 16px;
        padding-left: 27px;
        margin-left: 10px;
    }
    .prod-row .prod-box .prod-pic {
        text-align: center;
    }
    .prod-row .prod-box .prod-pic img {
        height: 80px;
    }
    .page-cell {
        margin-top: 25px;
    }
    .ht-head {
        padding-top: 0;
    }
    .prod-pic .xp {
        left: 5px;
        top: 5px;
        font-size: 12px;
    }
    .swiper-banner .swiper-slide {
        height: calc(100vh - 114px);
    }
    .table-ht-top {
        margin-right: 0;
        border-bottom: 0;
    }
    .table-header {
        border-bottom: 1px solid #dddddd;
    }
    .t-panel-ft {
        padding-top: 0;
    }
    .focus-cell .flex_bd {
        padding: 20px;
    }
    .focus-cell .time {
        margin-bottom: 15px;
    }
    .focus-cell .n-title {
        font-size: 18px;
    }
    .focus-cell .n-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .news-list-cell .list-date {
        display: none;
    }
    .news-list-cell .flex_bd {
        border: 0;
        padding-left: 0;
    }
    .qa-toggle {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 24px;
        height: 24px;
        margin: 0;
    }
    .spt-box .spt-desc {
        min-height: 130px;
    }
    .gallery-thumbs {
        height:auto;
    }
    .preview-wrap .swiper-button-next{right:-25px;

    }

    .preview-wrap .swiper-button-prev {left:-25px;

    }


    .sku-foot {
        padding-top: 20px;
        margin-top: 10px;
    }
    .apl-container .apl-body {
        margin-top: 0 !important;
        padding: 0 15px;
    }
    .qa-head .qa-title {
        max-width: 310px;
    }
}
-webkit-scrollbar {
    display: block
}
.page-cell .rows {
    font-size: 14px;
}
.kefu .btn-warning {
    width: 100%;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 16px;
    margin-top: 15px;
}
@media (min-width:760px) and (max-width:1300px) {
    .adv-desc {
        font-size: 13px;
    }
    .adv-row {
        height: 100px;
    }
    .yy {
        padding: 10px 16px;
    }
    .detail-wrap .container {
        width: 100%;
    }
    .apl-sidebar {
        width: 180px;
    }
    .apl-panel {
        width: calc(100vw - 230px);
    }
    .adv-nn {
        font-size: 18px;
        line-height: 20px;
    }
    .adv-tt {
        font-size: 16px;
        color: #000;
        line-height: 20px;
    }
    .adv-desc {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width:1000px) {
    .hy-cell {
        display: block;
        padding: 20px;
    }
    .hy-cell .hy-pic2 {
        float: none;
        text-align: center;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width:640px) {
    .row-news .col-sm-4:last-child {
        display: none;
    }
    .jut table tbody tr td:first-child {
        width: 8% !important;
    }
    .jut table thead tr th:first-child {
        width: 8% !important;
    }
    .jut table tbody tr td:nth-child(2) {
        width: 10% !important;
    }
    .jut table thead tr th:nth-child(2) {
        width: 10% !important;
    }
    .dl-rows .download-cell {
        padding: 15px;
    }
    .dl-flex {
        display: flex;
        align-items: center;
    }
    .dl-flex .dl-pic {
        width: 150px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .dl-flex .dl-pic img {
        height: auto;
    }
    .download-cell .dl-title {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .download-cell .dl-time {
        font-size: 12px;
    }
}
@media (min-width:760px) and (max-width:1299px) {
    .phs-cells:nth-child(odd) .phs-grid {
        margin-left: 30px;
    }
    .phs-cells:nth-child(even) .phs-grid {
        margin-right: 30px;
    }
    .article-main {
        display: block;
    }
    .sidebar-asb {
        position: static!important;
    }
    .c-switch {
        display: block;
    }
    .c-open .navbar_m-nav {
        display: block!important;
    }
    .a-header .ch {
        font-size: 20px;
    }
    .about-row .data-row {
        padding-top: 10px;
    }
    .a-cell h3 {
        font-size: 18px;
    }
    .a-cell p {
        font-size: 14px;
    }
    .news-list-cell .flex_bd {
        padding-left: 30px;
    }
    .news-list-cell {
        padding-right: 400px;
    }
    .news-list-cell .list-date {
        margin-right: 30px;
        margin-left: 15px;
    }
    .focus-pic {
        width: 100%;
        text-align: center;
        padding: 0 70px;
    }
    .focus-pic img {
        width: 100%;
    }
    .focus-cell {
        display: block;
    }
    .after-grid .item {
        font-size: 14px;
    }
    .after-grid {
        margin-right: 20px;
    }
    .qa-sidebar {
        margin-left: 20px;
    }
    .prod-row .prod-box .prod-pic {
        height: 200px;
    }
    .ln-cell {
        height: 400px;
    }
    .ln-cell .ln-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .ln-cell .ln-desc {
        font-size: 18px;
    }
}
.hm-sec5 {
    background-color: #fff;
}
.hm-sec5 .hm5_logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media (max-width: 1440px) {
    .hm-sec5 .hm5_logo {
        margin: 0 -5px;
    }
}
.hm-sec5 .hm5_logo .f_item {
    width: 16.666%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .hm-sec5 .hm5_logo .f_item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .hm-sec5 .hm5_logo .f_item {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .hm-sec5 .hm5_logo .f_item {
        width: 33.333%;
    }

    .sku-title {
        font-size:20px;
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5;
        text-align: left;
    }
}
.hm-sec5 .hm5_logo .f_item .f_list {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 41%;
    overflow: hidden;
    background-color: #f8f8f8;
}
.hm-sec5 .hm5_logo .f_item .f_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.5; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hm-sec5 .hm5_logo .f_item .f_list:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);/* opacity: 1; */
}
.page-cell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page-cell a.next, .page-cell a.prev {
    width: auto;
}
.page-cell a, .page-cell span {
    display: block;
    flex-shrink: 0;
    margin-bottom: 8px;
}
.page-banner2 {
    display: none;
}
.index-about .container {
    z-index: 444;
}
@media (max-width: 767px) {
    .page-banner1 {
        display: none;
    }
    .page-banner2 {
        display: block;
    }
    .prod-box .prod-title {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 50px;
    }
    .prod-row .prod-box .prod-pic img {
        height: 15rem;
        object-fit: contain;
    }
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button-bevel!important;
}
.flex-center .foot-nav {
    margin-right: 26px;
}
@media (max-width: 1368px) {
    .foot-logo {
        margin-right: 50px;
    }
    .foot-right-info {
        margin-left: 50px;
    }
}
@media (max-width: 1199px) {
    .foot-logo {
        margin-right: 40px;
    }
    .foot-right-info {
        margin-left: 30px;
    }
}
@media (max-width: 1199px) {
    .flex_bd {
        display: none;
    }
}
@media (max-width: 767px) {
    .flex_bd {
        display: block;
    }
    .flex-center .foot-nav {
        margin-right: 0;
    }
    .foot-logo {
        padding-right: 0;
    }


    .detail-wrap {
        padding: 0px 0;
        width: 100%;
        margin-left: 0%;
    }
}



.product-detail-inquiry {
    margin-top: 20px; text-align:left; float:left
}

.product-detail-inquiry a {
    display: inline-block;

    width:142px;
    line-height: 42px;
    margin-right: 15px;
    text-align: center;
    color: #0055a8;
    font-size: 15px;
    background: #f3f8ff;
    border:1px solid #0055a8;
    border-radius: 25px;
}

.product-detail-inquiry a:hover {
    background: #0055a8;

    color: #fff;
}

.product-detail-inquiry1 {
    margin-top: 20px; text-align:left; float:left
}

.product-detail-inquiry1 a {
    display: inline-block;

    width:142px;
    line-height: 42px;
    margin-right:15px;
    text-align: center;
    color: #0055a8;
    font-size: 15px;
    background: #f3f8ff;
    border:1px solid #0055a8;
    border-radius: 25px;
}

.product-detail-inquiry1 a:hover {
    background: #0055a8;

    color: #fff;
}


.clearfix{ clear:both}


 .p1-pro-showcase-1-tle {
     width: 100%; overflow: hidden;
     margin-top:50px;
 }

.p1-pro-showcase-1-tle .p1-pho-1 {
    background: url(/res/images/tels.png) no-repeat;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 50px;
    color: #0055a8;
}

.p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666; text-align: left;
}

.p1-pho-1 i {
    font-style: normal;
}

.fl {
    float: left;
}


.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #0055a8;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px; margin-top: 5px;
}

@media only screen and (max-width: 828px){

    .p1-pro-showcase-1-tle .p1-pho-1 {
        padding-left: 44px;
        font-size: 16px;
        margin-right: 10px;}

    .p1-pho-2 em {
        display: block;
        width: 80px;
        height: 35px;
        background: #0055a8;
        font-size: 14px;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
    }

}

.cons12{
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1em 0 1em;
    text-align: left;
    display: block;
    margin: 0 20px;
    width: auto;
}
