.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

li {
    list-style: none;
}

.head {
    padding: 16px 0 10px 0;
}

.hd-show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    width: 22%;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a img {
    max-width: 100%;
}

.hd-nav {
    width: 60.8824%;
    border-right: solid 1px #fff;
    display: flex;
    justify-content: center;
}

.hd-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: flex-start;
}

.hd-mail {
    background: url(../images/mail.png) 0 50% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    margin-right: 8%;
}

.hd-mail p {
    font-size: 15px;
    color: #02457a;
}

.hd-tel {
    background: url(../images/tel.png) 0 50% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
}

.hd-tel p {
    font-size: 15px;
    color: #02457a;
}

.hd-lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
}

.hd-lang .lang-ico {
    overflow: hidden;
}

.hd-lang .lang-ico img {
    width: 18px;
    vertical-align: middle;
}

.hd-lang a {
    display: block;
    font-size: 15px;
    color: #02457a;
    margin-left: 7px;
}

.hd-lang a:hover {
    color: #034399;
}

.nav-box {
    position: relative;
    z-index: 100;
}

.nav-cont {
    height: 64px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -35px;
}

.nav-bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.4%;
    background: #024579;
}

.nav-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-bottom: 64px solid #024579;
    border-left: 32px solid transparent;
}

.header-search {
    position: relative;
}

.header-search .search-btn {
    cursor: pointer;
    line-height: 64px;
}

.header-search .search-btn img {
    vertical-align: middle;
}

.header-search .search-txt {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 30px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9;
    min-width: 330px;
    display: none;
}

.header-search .search-txt form {
    display: flex;
    flex-wrap: nowrap;
}

.header-search .search-txt .input-text {
    border: 1px solid #cccccc;
    height: 46px;
    line-height: 46px;
    width: 216px;
    padding-left: 18px;
}

.header-search .search-txt .input-submit {
    width: 72px;
    height: 46px;
    background: url(../images/btn.png) center no-repeat #024579;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
}


.x-menu {
    width: 69%;
    padding: 0 0 0 3%;
}

.x-menu>li {
    position: relative;
    width: calc(100% / 8);
    position: relative;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 64px;
    transition: 0.6s;
    text-align: center;
}

.x-menu>li>a {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.x-menu>li>a span {
    position: relative;
    display: inline-block;
}

.x-menu>li>a span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    transition: 0.6s;
    border-radius: 2px;
}

.x-menu>li.active a span:after, .x-menu>li:hover a span:after {
    width: 100%;
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 9999;
    width: 120px;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.banner .owl-carousel {
    position: relative;
    height: 100%;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 6%;
}

.banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 1em;
    outline: none;
    background: none;
    width: 12px;
    height: 12px;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.banner .owl-carousel .owl-dots button.owl-dot:hover, .banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #28a7e1;
}

.banner .banner-item .wz {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .banner-item .wz h3 {
    color: #fff;
    font-size: 60px;
    padding: 0 0 2rem;
}

.banner .banner-item .wz p {
    max-width: 45%;
    color: #fff;
    font-size: 20px;
    padding: 0 0 4rem 0;
}

.banner .banner-item .wz a {
    background: url(../images/banner_more.png) 0 50% no-repeat;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
    display: block;
    line-height: 38px;
}

.index-title {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.index-title p {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

/* 磨床系列 */
.mochuang {
    background: #eef6fe;
    padding: 65px 0 75px 0;
}

.mochuang .cate-list {
    margin-top: 45px;
}

.first-cate {
    height: 50px;
}

.first-cate li {
    float: left;
    width: calc(100% / 8);
    line-height: 50px;
    text-align: left;
    text-indent: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/cate_bg.jpg) repeat-x;
}

.first-cate li .second {
    display: none;
    background: #f3f9fe;
    border: 1px solid #c4e0f7;
    border-top: none;
}

.first-cate li .second a {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.first-cate li a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: url(../images/cate.png) right center no-repeat;
    padding-right: 20%;
}

.second-cate {
    background: #f3f9fe;
    border: 1px solid #c4e0f7;
    border-top: none;
    padding: 25px 0 60px 0;
}

.second-cate div {
    float: left;
    width: calc(100% / 8);
}

.second-cate div li {
    text-align: center;
/*    text-indent: 14px;*/
    line-height: 36px;
}

.second-cate div li a {
    color: #333333;
    font-size: 15px;
}

.second-cate div li a:hover {
    color: #024579;
}

/* 产品推荐 */
.product-recom {
    padding: 65px 0 70px 0;
}

.product-item {
    position: relative;
    margin-top: 50px;
}

.product-item .product {
    display: flex;
    flex-wrap: wrap;
}

.product-item .product h3 {
    text-align: center;
    line-height: 2.8;
}

.product-item li {
    list-style: none;
    padding: 10px;
}

.product-item .product li {
    width: 25%;
}

.product-item li .item {
    border: 1px solid #cbd8e6;
    background: #fff;
    padding: 7px;
}

.product-item li .img {
    overflow: hidden;
}

.product-item li .img img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.product-item li .img:hover img {
    transform: scale(1.2);
}

.product-item li .wz {
    padding: 26px 16px;
}

.product-item li .wz span {
    color: #333333;
    font-size: 18px;
}

.product-item li .wz h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.product-item li .wz h3:hover {
    color: #024579;
}

.product-item li .wz .summary {
    color: #666666;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.product-item li .wz a {
    width: calc(49% - 2px);
    border: 1px solid #024579;
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #024579;
}

.product-item li .wz a.message {
    margin-right: 1.9%;
}

.product-item li .wz a:hover {
    color: #fff;
    background: #024579;
}

.product-item li:hover .item {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 69, 121, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(2, 69, 121, 0.1);
}

.product-item .owl-nav button {
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -32px;
}

.product-item .owl-nav button span {
    display: none;
}

.product-item .owl-nav button.owl-prev {
    left: -108px;
    background: url(../images/product_prev.png) no-repeat center;
}

.product-item .owl-nav button.owl-next {
    background: url(../images/product_next.png) no-repeat center;
    right: -108px;
}

.product-item .owl-nav button.owl-prev:hover {
    background: url(../images/product_prev_h.png) no-repeat center;
}

.product-item .owl-nav button.owl-next:hover {
    background: url(../images/product_next_h.png) no-repeat center;
}

/* 热销新品 */
.hot-product {
    padding: 65px 0 70px 0;
    border-top: 1px solid #e5e5e5;
}

/* 关于我们 */
.index-about {
    background-image: url(https://cdn.qsyseo.top/chongxun/assets/images/about_bg.jpg);
    background-attachment: fixed;
    padding-top: 65px;
}

.about {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.about-fl {
    align-self: center;
    flex: 0 0 45%;
}

.about-fl .title {
    color: #eceef0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.about-fl .s-title {
    color: #eceef0;
    font-size: 24px;
}

.about-fl hr {
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 3px;
    max-width: 70px;
    margin: 25px 0;
}

.about-fl .txt {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

.about-fl .more {
    margin-top: 8%;
}

.about-fl .more a {
    border: 1px solid #a4b4cc;
    padding: 10px 34px;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    position: relative;
    font-size: 14px;
}

.about-fl .more a:hover {
    border: 1px solid #4167ad;
}

.about-fl .more a::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 0;
    background: #4167ad;
    z-index: -1;
    transition: all ease .3s;
}

.about-fl .more a:hover::after {
    width: calc(100% + 2px);
}

.about-fr {
    flex: 1;
}

.about-fr .img {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.about-fr .img::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    right: 8px;
    top: 8px;
    z-index: 1;
    display: inline-block;
}

.about-fr .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 69, 121, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(2, 69, 121, 0.1);
    position: relative;
    top: 70px;
}

.about-list li {
    flex: 1;
}

.about-list li .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(2,69,121,0.24);
    padding: 30px 15px;
}

.about-list li:last-child .item {
    border-right: none;
}

.about-list li .item > div {
    flex: 1;
}

.about-list li .item > div .title {
    color: #024579;
    font-size: 48px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.about-list li .item > div p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

/* 新闻资讯 */
.index-news {
    padding: 140px 0 65px 0;
}

.news-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
}

.news-fl {
    align-self: center;
    flex: 0 0 53%;
}

.news-fl li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.news-fl li .img {
    align-self: center;
    flex: 0 0 34%;
    overflow: hidden;
}

.news-fl li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-fl li .text {
    flex: 1;
}

.news-fl li .wz {
    width: 94%;
    margin-left: auto;
    margin-right: 0;
}

.news-cont li {
    margin: 30px 0;
}

.news-cont li .wz {
    padding-top: 12px;
}

.news-cont li .wz .cate {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    position: relative;
    background: url(../images/gray.png) center no-repeat;
}

.news-cont li .wz .cate:hover {
    color: #fff;
    background: url(../images/blue.png) center no-repeat;
}

.news-cont li .wz h3 {
    line-height: 1.5;
    margin: 10px 0;
}

.news-cont li .wz h3 a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.news-cont li .wz h3 a:hover {
    color: #024579;
}

.news-cont li .wz p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3%;
}

.news-cont li .wz .time {
    color: #888888;
    font-size: 14px;
}

.news-fr {
    flex: 1;
}

.news-fr li {
    min-height: 194px;
}

.news-top {
    width: 82%;
    margin-left: auto;
    margin-right: 0;
}

.index-link {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.index-link a {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.foot {
    background-color: #061932;
    margin-top: 2%;
}

.foot-top {
    padding: 50px 0;
}

.foot-fl {
    width: 56%;
}

.ft-nav {
    width: calc(100% / 3);
}

.ft-nav h3 {
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    text-align: left;
}

.ft-nav ul {
    margin-top: 10px;
}

.ft-nav li a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 32px;
    text-align: left;
}

.ft-nav li a:hover {
    color: #fff;
}

.ft-contact {
    width: 28%;
    margin-left: 5%;
}

.ft-contact h3 {
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    text-align: left;
}

.ft-contact .text {
    margin-top: 15px;
}

.ft-share {
    margin-top: 30px;
}

.ft-share .social-share .social-share-icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    border: none;
    background: #1f3047;
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    margin-right: 10px;
}

.ft-ewm {
    overflow: hidden;
    padding-top: 45px;
    width: 9.5%;
    text-align: center;
}

.ft-ewm p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 36px;
}

.ft-ewm img {
    max-width: 100%;
}

.foot-bt {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}

.foot-bt a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.foot-bt a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .banner .banner-item .wz h3 {
        font-size: 16px;
        padding: 0 0 1rem;
    }

    .banner .banner-item .wz p {
        max-width: 90%;
        font-size: 12px;
        padding: 0 0 1rem 0;
    }

    .banner .banner-item .wz a {
        background-size: 20px 20px;
        font-size: 12px;
        padding-left: 30px;
        line-height: 24px;
    }

    .index-title {
        font-size: 24px;
    }

    .index-title p {
        font-size: 14px;
    }

    .mochuang {
        padding: 35px 0 45px 0;
    }

    .mochuang .cate-list {
        margin-top: 25px;
    }

    .first-cate {
        height: auto;
    }

    .first-cate li {
        width: 100%;
        text-align: center;
        text-indent: 0;
        margin-bottom: 4px;
    }

    .first-cate li a {
        padding-right: 0;
        display: block;
        background: url(../images/cate.png) 96% center no-repeat;
    }

    .second-cate {
        display: none;
    }

    .second-cate div {
        width: 100%;
        display: none;
    }

    .second-cate div li {
        text-align: center;
        text-indent: 0;
    }

    .product-recom {
        padding: 30px 0;
    }

    .product-item {
        margin-top: 20px;
    }

    .hot-product {
        padding: 30px 0;
    }

    .index-about {
        padding-top: 30px;
    }

    .about-fl {
        flex: 0 0 100%;
    }

    .about-fl .title {
        font-size: 20px;
    }

    .about-fl .s-title {
        font-size: 16px;
    }

    .about-fl hr {
        max-width: 50px;
        margin: 15px 0;
    }

    .about-fl .txt {
        font-size: 14px;
    }

    .about-fl .more {
        margin-top: 3%;
    }

    .about-fl .more a {
        font-size: 12px;
        padding: 8px 20px;
    }

    .about-fr {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .about-fr .img {
        width: 100%;
    }

    .about-list {
        top: 40px;
    }

    .about-list li {
        flex: 0 0 50%;
    }

    .about-list li .item {
        padding: 15px;
    }

    .about-list li .item > div .title {
        font-size: 28px;
        height: 30px;
        line-height: 30px;
    }

    .about-list li .item > div p {
        font-size: 14px;
    }

    .news-fl {
        flex: 0 0 100%;
    }

    .news-fr {
        flex: 0 0 100%;
    }

    .news-top {
        width: 100%;
    }

    .news-cont li {
        margin: 15px 0;
    }

    .index-news {
        padding: 80px 0 30px 0;
    }

    .news-cont li .wz h3 a {
        font-size: 14px;
    }

    .news-cont li .wz p {
        font-size: 12px;
    }

    .news-cont li .wz .time {
        font-size: 12px;
    }

    .news-cont li .wz {
        padding-top: 0;
    }

    .news-fr li {
        min-height: auto;
    }

    .jqzoom .small {
        max-height: 280px !important;
    }

    .zoomPad {
        height: auto !important;
    }

    .zoomWindow, .zoomPup {
        display: none !important;
    }

    .product-item .product li {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .banner .banner-item .wz {
        display: none;
    }

    .banner .banner-item .wz h3 {
        padding: 0 0 0.5rem;
    }

    .banner .banner-item .wz p {
        max-width: 100%;
        padding: 0 0 0.5rem 0;
    }

    .news-fl li .img {
        flex: 0 0 100%;
    }

    .news-fl li .wz {
        width: 100%;
        margin-top: 10px;
    }

}

/*.product-detail-effect .zoom-left .jqzoom {
    display: none;
}*/

.lb-nav a.lb-prev,.lb-nav a.lb-next {
    opacity: 1 !important;
    width: 15% !important;
}


/*.zoomPad{
    height: 348px !important;
}*/

.zoom-left .swiper {
  width: 100%;
  height: 100%;
}

.zoom-left .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoom-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom-left .swiper-pagination {
    color: #fff;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 80px;
}