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

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

.clearfix:after {
    clear: both;
}

.middle-before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.inner {
    display: inline-block;
    position: relative;
    width: 1120px;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
}

html.noScroll {
    overflow: hidden;
}

.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
    float: left;
}

.inline-block {
    display: inline-block;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.w-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    vertical-align: middle;
}

.h-fix {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.container {
    text-align: center;
    margin: auto;
    position: relative;
}

header,
#content,
footer {
    width: 100%;
    float: left;
    clear: both;
}

header {
    height: 126px;
}

@media (max-width: 1199px) {
    header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header {
        height: 90px;
    }
}

/*953795e33e25c16a067bcfa2a5842f5b*/
header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 126px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 3px 9px -4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
    header .header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header .header {
        height: 90px;
        line-height: 90px;
        padding: 0 20px;
    }
}

header .header .inner {
    text-align: right;
}

header .header .inner #logo {
    position: absolute;
    top: 43px;
    left: 0;
    width: 252px;
    height: 56px;
    background: url(../images/logo.png) no-repeat center center;
}

@media (max-width: 1199px) {
    header .header .inner #logo {
        top: 37px;
    }
}

@media (max-width: 1023px) {
    header .header .inner #logo {
        top: 23px;
        width: 196px;
        height: 44px;
        background: url(../images/logom.png) no-repeat center center;
        background-size: 100%;
    }
}

header .header .inner .lang {
    margin: -1px 0;
}

header .header .inner .lang a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #58585a;
    border-radius: 50%;
    background: #dfdfdf;
    margin-left: 11px;
    vertical-align: top;
}

header .header .inner .lang a:last-of-type {
    font-size: 14px;
}

header .header .inner .lang a.cur,
header .header .inner .lang a:hover {
    color: #fff;
    background: #f58220;
}

header .header .inner .nav {
    display: inline-block;
    line-height: 24px;
    margin-top: 32px;
    vertical-align: top;
}

header .header .inner .nav>div {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .nav {
        margin-top: 26px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .nav {
        margin-top: 0;
        vertical-align: middle;
    }

    header .header .inner .nav .navBtn {
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../images/icon-nav.png) no-repeat center center;
        background-size: 100% auto;
        margin-left: 20px;
        vertical-align: middle;
    }

    header .header .inner .nav .lang {
        display: none;
    }
}

header .header .inner .nav .tel {
    font-size: 15px;
    color: #58585a;
    padding-left: 28px;
    background: url(../images/icon-tel-d4de5e.png) no-repeat center left;
    background-size: 18px;
    margin-right: 25px;
}

header .header .inner .nav .tel a {
    font-size: 15px;
    color: #58585a;
}

@media (max-width: 1023px) {
    header .header .inner .nav .tel {
        display: none;
    }
}

header .header .inner .nav .search {
    padding-right: 27px;
    border-right: 1px solid #dfdfdf;
    margin-right: 16px;
}

header .header .inner .nav .search form {
    display: none;
    position: relative;
    margin: -7px 0;
    margin-right: 11px;
    vertical-align: top;
}

header .header .inner .nav .search form input {
    display: inline-block;
    width: 282px;
    height: 38px;
    line-height: 36px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    padding-left: 40px;
    padding-right: 10px;
}

header .header .inner .nav .search form button {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 36px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 13px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search form {
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        padding: 12px 20px;
        background: #58585a;
        margin: 0;
    }

    header .header .inner .nav .search form input {
        width: 100%;
        padding-left: 20px;
        padding-right: 45px;
    }

    header .header .inner .nav .search form button {
        left: initial;
        top: 13px;
        right: 21px;
        width: 45px;
        background-size: 18px;
        opacity: 0.47;
    }
}

header .header .inner .nav .search .searchBtn {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 18px;
    cursor: pointer;
    vertical-align: top;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search .searchBtn {
        height: 40px;
    }
}

header .header .inner .nav .search.open form {
    display: inline-block;
}

header .header .inner .nav .search.open .searchBtn {
    background: url(../images/icon-close.png) no-repeat center center;
    background-size: 16px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }
}

header .header .inner .menu {
    display: inline-block;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    header .header .inner .menu {
        margin: 0 -10px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        line-height: normal;
        padding: 10px 0;
        background: #58585a;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

header .header .inner .menu .page {
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
    margin: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .menu .page {
        margin: 0 10px;
    }
}

header .header .inner .menu .page a {
    color: #58585a;
}

header .header .inner .menu .page a.cur {
    color: #f58220 !important;
}

header .header .inner .menu .page .main {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

header .header .inner .menu .page .subpage {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
}

header .header .inner .menu .page .subpage .subInner {
    position: relative;
    left: -50%;
    padding: 12.5px 30px;
    border-top: 5px solid #f58220;
    background: #58585a;
}

header .header .inner .menu .page .subpage .subInner a {
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    header .header .inner .menu .page .subpage .subInner a {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    header .header .inner .menu .page:hover .subpage {
        display: block;
    }

    header .header .inner .menu .page:hover .main,
    header .header .inner .menu .page a:hover {
        color: #f58220 !important;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu .page {
        width: 100%;
        padding: 7px 20px;
        border-bottom: 1px solid #6f6f6f;
        margin: 0;
    }

    header .header .inner .menu .page .main {
        color: #fff;
        font-size: 17px;
    }

    header .header .inner .menu .page.noLink:before {
        content: '';
        position: absolute;
        top: 21px;
        right: 20px;
        width: 12px;
        height: 2px;
        background: #fff;
    }

    header .header .inner .menu .page.noLink:after {
        content: '';
        position: absolute;
        top: 16px;
        right: 25px;
        width: 2px;
        height: 12px;
        background: #fff;
    }

    header .header .inner .menu .page.open.noLink:after {
        display: none;
    }

    header .header .inner .menu .page.open .subpage {
        display: block;
        position: static;
        width: 100%;
    }

    header .header .inner .menu .page.open .subpage .subInner {
        position: static;
        padding: 0 20px;
        border: 0;
    }
}

header .header .inner .menu .mobile {
    display: none;
    margin-top: 25px;
}

@media (max-width: 1023px) {
    header .header .inner .menu .mobile {
        display: block;
        text-align: left;
        padding: 0 20px;
    }

    header .header .inner .menu .mobile * {
        color: #fff;
    }

    header .header .inner .menu .mobile .tel {
        line-height: 25px;
        font-size: 15px;
        font-weight: 600;
        padding-left: 30px;
        background: url(../images/icon-tel-fff.png) no-repeat center left;
        background-size: 18px;
        margin-bottom: 28px;
    }

    header .header .inner .menu .mobile .tel a {
        font-size: 15px;
        font-weight: 600;
    }

    header .header .inner .menu .mobile .lang {
        margin: 0;
        margin-left: -11px;
        margin-bottom: 25px;
    }

    header .header .inner .menu .mobile .lang a {
        color: #58585a;
    }

    header .header .inner .menu .mobile .lang a.cur {
        color: #fff;
    }
}

@media (max-width: 1023px) {
    header.navOpen .header .inner .menu {
        display: block;
    }
}

#content {
    min-height: 500px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .title h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}

@media (max-width: 550px) {
    .banner {
        position: relative;
        height: 135px;
        overflow: hidden;
    }

    .banner img {
        width: auto;
        height: 100%;
        margin: 0 -100%;
    }
}

.path {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 0 20px;
}

.path span {
    vertical-align: top;
}

.path a {
    font-size: 15px;
    vertical-align: top;
}

.path a.current {
    color: #f58220;
}

@media (max-width: 767px) {
    .path a {
        font-size: 13px;
    }
}

.path .arrow {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow-path-000.svg) no-repeat center center;
    vertical-align: top;
}

.editorOnly {
    padding: 60px 20px;
    padding-top: 0px;
}

footer .map {
    padding: 55px 20px;
    background: #58585a;
}

footer .map .inner>div {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

@media (max-width: 1023px) {
    footer .map .inner>div {
        width: 50%;
        vertical-align: top;
    }
}

@media (max-width: 450px) {
    footer .map .inner>div {
        width: 100%;
    }
}

footer .map .inner>div * {
    color: #fff;
}

footer .map .inner>div a:hover {
    color: #f58220;
}

footer .map .inner>div a:not([href]):hover {
    color: #fff;
}

footer .map .inner>div .main,
footer .map .inner>div p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

@media (max-width: 1023px) {

    footer .map .inner>div .main,
    footer .map .inner>div p {
        font-size: 17px;
    }
}

footer .map .inner>div .subpage {
    line-height: 24px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage {
        margin-bottom: 35px;
    }
}

footer .map .inner>div .subpage a {
    display: block;
    font-size: 15px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage a {
        font-size: 16px;
    }
}

footer .map .inner>div .subpage a:hover {
    color: #f58220;
}

footer .map .inner .follow .media {
    margin: -5px;
}

footer .map .inner .follow a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
    vertical-align: top;
}

footer .map .inner .follow a img {
    width: 100%;
    height: 100%;
}

footer .bottom {
    line-height: 12px;
    padding: 19px 20px;
    background: #000;
}

footer .bottom a:hover {
    color: #f58220;
}

@media (max-width: 1023px) {
    footer .bottom {
        padding: 35px 20px;
    }
}

@media (max-width: 1023px) {
    footer .bottom .inner {
        text-align: center;
    }
}

footer .bottom .inner * {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

footer .bottom .inner .link {
    width: calc(100% - 280px);
}

footer .bottom .inner .link a:not(:last-of-type) {
    padding-right: 12px;
    border-right: 2px solid #fff;
    margin-right: 12px;
}

@media (max-width: 1023px) {
    footer .bottom .inner .link {
        width: 100%;
    }

    footer .bottom .inner .link a:nth-of-type(3) {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }

    footer .bottom .inner .link span {
        display: block;
        height: 23px;
    }
}

footer .bottom .inner .copyright {
    /*width: 280px;*/
    text-align: right;
}

@media (max-width: 1023px) {
    footer .bottom .inner .copyright {
        width: 100%;
        text-align: center;
        margin-top: 39px;
    }
}

.backTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(/skin/images/arrow-f58220.svg) no-repeat center center, #fff;
    background-size: auto 24px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.33);
    cursor: pointer;
    transform: rotate(-90deg);
}

.homeBanner {
    position: relative;
}

.homeBanner .slide {
    white-space: nowrap;
    overflow: hidden;
}

.homeBanner .slide .slider {
    display: inline-block;
    height: 750px;
    line-height: 0;
    overflow: hidden;
    vertical-align: top;
}

@media (max-width: 1239px) {
    .homeBanner .slide .slider {
        height: 60.5vw;
    }
}

.homeBanner .slide .slider img {
    position: relative;
    top: 50%;
    width: 100%;
    height: auto;
    margin: -100% 0;
}

.homeBanner ul {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 21px 50px;
}

.homeBanner ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin: 9px;
    vertical-align: top;
}

.homeBanner ul li.current {
    background: #f58220;
}

@media (min-width: 1200px) {
    .homeBanner ul li:hover {
        background: #f58220;
    }
}

@media (max-width: 767px) {
    .homeBanner ul {
        padding: 15px;
    }

    .homeBanner ul li {
        margin: 5px;
    }
}

.title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #58585a;
    padding: 0 30px;
    margin-top: 49px;
    margin-bottom: 28px;
}

@media (max-width: 1023px) {
    .title {
        font-size: 20px;
        margin-top: 37px;
        margin-bottom: 25px;
    }
}

.products {
    background: url(../images/bg-1.jpg) no-repeat top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .products {
        background: url(../images/bg-1.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media (max-width: 1023px) {
    .products {
        background: url(../images/bg-1.jpg) no-repeat top center;
        background-size: cover;
    }
}

.products .all {
    background: #a9a9a9;
}

.products .all a {
    display: block;
    float: left;
    position: relative;
    width: 20%;
    vertical-align: top;
}

.products .all a img {
    width: 100%;
    height: auto;
}

.products .all a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    min-height: 50px;
    text-align: left;
    padding: 10px 20px;
    background: url(../images/photo-mask-1.png) repeat-y top left;
    background-size: 100%;
}

.products .all a>span>span {
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 1023px) {
    .products .all a>span>span {
        font-size: 16px;
    }
}

.products .all a>span>span:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../fonts/arrow-fff.svg) no-repeat center center;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .products .all a>span>span:after {
        height: 10px;
        margin-left: 7px;
    }
}

@media (max-width: 767px) {
    .products .all a>span {
        min-height: 0;
        padding: 0 10px;
    }

    .products .all a>span>span {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .products .all a:hover>span>span {
        color: #f58220;
    }

    .products .all a:hover>span>span:after {
        background: url(../fonts/arrow-f58220.svg) no-repeat center center;
    }
}

@media (max-width: 1199px) {
    .products .all a {
        width: 33.3%;
    }
}

@media (max-width: 768px) {
    .products .all a {
        width: 50%;
    }
}

.more {
    display: inline-block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    background: #f58220;
}

.more:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../fonts/icon-more-fff.svg) no-repeat center center;
    margin-top: 13px;
    margin-left: 5px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .more {
        width: 116px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 14px;
    }

    .more:after {
        margin-top: 7px;
    }
}

.promotions {
    padding: 0 30px;
    padding-bottom: 84px;
    background: url(../images/bg-2.jpg) no-repeat top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .promotions {
        background: url(../images/bg-2.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media (max-width: 1023px) {
    .promotions {
        padding: 0 20px;
        background: url(../images/bg-2.jpg) no-repeat top center;
        background-size: cover;
        margin-bottom: 20px;
    }
}

.promotions a {
    display: inline-block;
    width: 100%;
    background: #fff;
    vertical-align: top;
}

.promotions a * {
    display: inline-block;
}

.promotions a .img {
    width: calc(766/1120 * 100%);
}

.promotions a .img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .promotions a .img {
        width: calc(700/964 * 100%);
    }
}

@media (max-width: 1023px) {
    .promotions a .img {
        width: 100%;
    }
}

.promotions a .info {
    width: calc(354/1120 * 100%);
    padding: 60px 32px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .promotions a .info {
        padding-top: 33px;
        padding-bottom: 33px;
    }
}

.promotions a .info .name {
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    color: #58585a;
}

@media (max-width: 1023px) {
    .promotions a .info .name {
        width: 100%;
        font-size: 18px;
    }
}

.promotions a .info .more {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .promotions a .info .more {
        margin-top: 25px;
    }
}

@media (max-width: 1023px) {
    .promotions a .info .more {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .promotions a .info {
        width: calc(264/964 * 100%);
    }
}

@media (max-width: 1023px) {
    .promotions a .info {
        width: 100%;
    }
}

.news {
    padding: 0 30px;
    padding-bottom: 70px;
    background: url(../images/bg-3.jpg) no-repeat top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .news {
        background: url(../images/bg-3.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media (max-width: 1023px) {
    .news {
        padding: 0 20px;
        background: url(../images/bg-3.jpg) no-repeat top center;
        background-size: cover;
        padding-bottom: 10px;
    }
}

.news .title {
    color: #fff;
}

@media (max-width: 1023px) {
    .news .news-gallery-main .owl-carousel {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.news .news-gallery-main img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    height: auto;
}

.news .news-gallery-main .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 20px;
    padding-bottom: 20px;
    background: url(../images/photo-mask-2.png) repeat-x bottom left;
    background-size: auto 139px;
}

.news .news-gallery-main .info .left {
    display: inline-block;
    width: calc(100% - 164px);
    padding-right: 20px;
    vertical-align: bottom;
}

.news .news-gallery-main .info .left span {
    display: block;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 767px) {
    .news .news-gallery-main .info .left span {
        font-size: 18px;
    }
}

.news .news-gallery-main .info .left .name {
    font-weight: 600;
}

@media (max-width: 1023px) {
    .news .news-gallery-main .info {
        background: #003b4f;
        position: static;
        padding-top: 19px;
        padding-bottom: 32px;
        padding-left: 23px;
        padding-right: 23px;
    }

    .news .news-gallery-main .info .left {
        width: 100%;
        display: block;
    }

    .news .news-gallery-main .info .more {
        margin-top: 8px;
    }
}

.news .news-gallery-main .owl-nav {
    height: 0;
    display: none;
}

@media (max-width: 1023px) {
    .news .news-gallery-main .owl-nav {
        display: block;
    }
}

.news .news-gallery-main .owl-prev span,
.news .news-gallery-main .owl-next span {
    position: absolute;
    top: 0px;
    background: none;
    background-image: url('../images/arrow-fff.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.news .news-gallery-main .owl-prev.disabled,
.news .news-gallery-main .owl-next.disabled {
    opacity: 0.4;
}

.news .news-gallery-main .owl-prev span {
    left: 0px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.news .news-gallery-main .owl-next span {
    right: 0px;
}

.news .news-gallery-thumbs {
    margin-top: 20px;
    position: relative;
}

@media (max-width: 1023px) {
    .news .news-gallery-thumbs {
        padding: 0 35px;
        display: none;
    }
}

.news .news-gallery-thumbs .owl-item {
    padding-bottom: 13px;
}

.news .news-gallery-thumbs .item {
    padding-left: 142px;
    position: relative;
}

.news .news-gallery-thumbs .item-container {
    display: table;
    width: 100%;
    min-height: 142px;
    background: #fff;
}

.news .news-gallery-thumbs .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 142px;
    height: 100%;
}

.news .news-gallery-thumbs .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: auto; */
}

.news .news-gallery-thumbs .info {
    display: table-cell;
    padding: 10px 15px;
    white-space: normal;
}

.news .news-gallery-thumbs .info p {
    line-height: 22px;
    font-size: 14px;
    color: #111;
}

.news .news-gallery-thumbs .info .name {
    font-weight: 600;
}

.news .news-gallery-thumbs .info .name2 {
    display: none;
}

.news .news-gallery-thumbs .info .more {
    display: none;
}

@media (max-width: 1199px) {
    .news .news-gallery-thumbs .info p {
        font-size: 15px;
    }
}

.news .news-gallery-thumbs .current:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f58220;
    background-clip: content-box;
    bottom: 0px;
}

.news .news-gallery-thumbs .owl-stage {
    display: flex;
}

.news .news-gallery-thumbs .owl-stage .owl-item {
    display: flex;
}

.news .news-gallery-thumbs .owl-stage .owl-item .item {
    width: 100%;
    background: #fff;
}

.news .news-gallery-thumbs .owl-nav {
    height: 0;
}

.news .news-gallery-thumbs .owl-prev span,
.news .news-gallery-thumbs .owl-next span {
    position: absolute;
    top: 0px;
    background: none;
    background-image: url('../images/arrow-fff.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 100%;
    top: 0;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.news .news-gallery-thumbs .owl-prev.disabled,
.news .news-gallery-thumbs .owl-next.disabled {
    opacity: 0.4;
}

.news .news-gallery-thumbs .owl-prev span {
    left: -20px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

@media (max-width: 1023px) {
    .news .news-gallery-thumbs .owl-prev span {
        left: 0;
    }
}

.news .news-gallery-thumbs .owl-next span {
    right: -20px;
}

@media (max-width: 1023px) {
    .news .news-gallery-thumbs .owl-next span {
        right: 0;
    }
}

.partners,
.customers {
    padding: 0 30px;
    padding-bottom: 54px;
}

@media (max-width: 1023px) {

    .partners,
    .customers {
        padding: 0 20px;
        padding-bottom: 42px;
    }
}

.partners .inner,
.customers .inner {
    text-align: center;
}

.partners .all,
.customers .all {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {

    .partners .all,
    .customers .all {
        padding: 0 35px;
    }
}

.partners .all .swiper-button-next:after,
.customers .all .swiper-button-next:after {
    display: none;
}

.partners .all .swiper-button-prev:after,
.customers .all .swiper-button-prev:after {
    display: none;
}

.partners .all .swiper-button-prev,
.customers .all .swiper-button-prev {
    width: 20px;
    height: 100%;
    background: url(../images/arrow-58585a.svg) no-repeat center left 5px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
        background-size: 20px;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: 0;
}

@media (max-width: 1023px) {

    .partners .all .swiper-button-prev,
    .customers .all .swiper-button-prev {
        left: 0;
    }
}

.partners .all .swiper-button-next,
.customers .all .swiper-button-next {
    width: 20px;
    height: 100%;
    background: url(../images/arrow-58585a.svg) no-repeat center left 5px;
        background-size: 20px;
    margin: 0;
    top: 0;
    bottom: 0;
    right: -20px;
}

@media (max-width: 1023px) {

    .partners .all .swiper-button-next,
    .customers .all .swiper-button-next {
        right: 0;
    }
}

.partners .swiper-container,
.customers .swiper-container {
    width: 100%;
    height: 100%;
}

.partners .swiper-container img,
.customers .swiper-container img {
    display: block;
    border: 1px solid #dedede;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.partners .swiper-slide,
.customers .swiper-slide {
    text-align: center;
    padding: 1px;
}

.partners .viewAll,
.customers .viewAll {
    display: inline-block;
    width: 81px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 12.5px;
    background: #f58220;
    margin-top: 20px;
}

.customers {
    background: #f2f2f2;
}