/*xcl start*/
ul {
    list-style-type: none;
}

.xheader {
    line-height: 30px;
    height: 30px;
    background: #2b2b2b;
    color: #808080;
    font-size: 14px;
}

.xheader a {
    color: #808080;
}

.xheader a:hover {
    color: #fff;
}

.xheader span {
    padding-right: 8px;
    display: inline-block;
    float: left;
}

.xheader .icon-117, .xheader .icon-119, .xheader .icon-21 {
    margin-top: 8px;
}

.xbanner {
    position: relative;
    border-top: solid 2px #eecd36;
    border-bottom: solid 2px #eecd36;
}

.xbanner .xbanner-content {
    position: absolute;
    top: 28%;
    text-align: center;
    color: #fff;
    width: 100%;
}

.xbanner .xbanner-content h1 {
    font-size: 88px;
    font-weight: bold;
    margin: 0;
}
@media (min-width: 1200px) and (max-width:1700px) {
    .xbanner .xbanner-content{
        top: 24%;
    }
    .xbanner .xbanner-content h1{
        font-size: 70px;
    }
}
.xbanner .xbanner-content .xtitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.xbanner .xbanner-content .xtime {
    font-size: 20px;
}

.xbanner .xbanner-content .xdes {
    font-size: 14px;
}
.xbanner .xbanner-conten p{ margin-bottom: 0}
.section-title {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin: 30px 0;
    padding-bottom: 3px;
    background: url("../images/line01.jpg") no-repeat center bottom;
}

.section-title h2 {
    margin: 0;
    line-height: 80px;
    font-weight: bold;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev {
    background-image: url("../images/btn-pre.jpg");
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

.swiper-button-next {
    background-image: url("../images/btn-next.jpg");
    right: -1px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.news-list-view {
    position: relative;
}

.news-des {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0),rgba(0,0,0,1)); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(255,0,0,0),rgba(0,0,0,1)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(bottom,rgba(255,0,0,0),rgba(0,0,0,1)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    color: #fff;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

.xtopnews:after {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #e6e6e6;
}

.xtopnews h3 {
    font-size: 20px;
    margin-top: 0;
}

.xbaumanews a {
    color: #333;
}
.xbaumanews a:hover{ color: #ff0014}
.xtopnews p {
    font-size: 14px;
    color: #666;
}

.xbaumanews ul {
    margin-top: 10px;
    line-height: 35px;
    padding-left: 0;
    font-size: 14px;
}

.xbaumanews ul li {
    height: 35px;
    overflow: hidden;
}

.xbaumanews .icon-118 {
    color: #e42012;
    margin-right: 10px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .xbanner .xbanner-content {
        top: 25%;
    }

    .xbanner .xbanner-content h1 {
        font-size:35px;
    }

    .xbanner .xbanner-content .xtitle {
        font-size: 18px;
    }
    .xbanner-content p{ margin-bottom: 0}
    .xtopnews h3 {
        margin-top: 10px;
    }

    .xbaumanews ul {
        margin-top: 10px;
        line-height: 20px;
    }

    .xbaumanews ul li {
        height: 20px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .xbanner .xbanner-content h1 {
        font-size: 60px;
    }

    .xbaumanews {
        margin-top: 30px;
        font-size: 14px;
    }

    .xtopnews h3 {
        font-size: 18px;
        font-weight: bold
    }

    .xb-news {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .xbanner .xbanner-content h1 {
        font-size: 8vw;
    }

    .xbanner .xbanner-content .xtitle {
        font-size: 4vw;
    }

    .xbanner .xbanner-content .xtime {
        font-size: 14px;
    }

    .xbanner .xbanner-content {
        top: 33%;
    }
}

@media (max-width: 425px) {
    .xbanner p {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .xb-news {
        margin-bottom: 30px;
    }
}

/*xcl end*/
/*wyy start*/
ul {
    list-style: none;
    -webkit-padding-start: 0;
}

.machines {
    margin-bottom: 45px
}

.machines-bg {
    background: #f7f7f7
}

.machines-box {
    border: 1px solid #dddfde;
    padding-top: 49.5%;
    width: 100%;
    position: relative
}

.machines-images {
    width: 97%;
    top: -15px;
    right: -1px;
    margin: 0;
}

.machines-images img {
    width: 100%
}

.m-theme a, .images-title {
    transition: all 0.5s ease-in-out;
}

.machines-images, .m-theme, .machines-box h2:after, .images-title {
    position: absolute;
}

.m-theme {;
    top: 13px;
    left: -17px;
    z-index: 10
}

.m-theme a {
    padding: 0 20px;
    background: #000;
    color: #ebce42;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
}

.machines-box h2 {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin: 15px 0 20px 0;
}

.machines-box h2:after {
    content: "";
    height: 2px;
    width: 14%;
    background: #ebce42;
    left: 0;
    bottom: -10px;
}

.machines-box .row {
    margin: 0
}

.machines-box .row p {
    font-size: 14px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.border-left {
    border-right: 1px solid #dddfde
}

.border-left p {
    color: #666
}

.border-left p span {
    color: #333
}

.ma-marging {
    min-height: 156px;
}

@media (min-width: 992px)and (max-width: 1199px) {
    .ma-marging {
        min-height: 156px;
    }
}

.images-title {
    background: #000;
    filter: Alpha(Opacity=0);
    opacity: 0;
    top: 14%;
    left: 8%;
    width: 94%;
    height: 90%;
    margin-top: -5%;
    margin-left: -5%;
    color: #fff;
    display: flex;
    align-items: center;
}

.machines-bg .sany-title {
    padding-bottom: 45px
}

.images-title span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.machines-images:hover .images-title {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.machines-images:hover .m-theme a {
    background: #ebce42;
    color: #000200;
    text-decoration: none
}
.zhushi {
    height: 30px;
    line-height: 30px;
    text-align: right;
    top: -25px;
    color: ##969696;
    font-size: 12px;
}

.china {
    background: url("../images/map-bg.jpg") center center no-repeat;
    padding: 30px 0;
}

.china-content {
    background: #fff;
    -moz-box-shadow: 0px 0px 19px #ccc;
    -webkit-box-shadow: 0px 0px 19px #ccc;
    box-shadow: 0px 0px 19px #ccc;
    float: right;
    margin-right: 15px;
    width: 72%;
    padding: 30px;
    font-size: 14px;
    line-height: 25px;
}

.china-content  img {
    border: 1px solid #d6dada;
    margin-top: 10px;

}

.click-banner {
    margin: 30px auto;
}

.click-banner img, .china-content img {
    width: 100%;

}
.china-content  p{
    outline: none;
    margin-top: 20px;
    display: block; margin-bottom: 0;
}
.sany-title {
    display: block;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase
}

.sany-title h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.wy-line {
    background: url("../images/line01.jpg") bottom center no-repeat;
    width: 50%;
    margin: 0 auto;
    height: 3px;
}

.wy-line2 {
    background: url("../images/line02.jpg") bottom center no-repeat;
    height: 3px;
}

.china .sany-title {
    text-align: center;
    padding: 0 0 25px 0
}

.images-jieshao {
    border-bottom: 1px solid #dddfde;
    font-size: 14px;
    padding: 0 10px 10px 10px
}


@media (max-width: 991px) {
    .zhushi {
        height: auto;
        line-height: 20px;
        text-align: left;
        top: -9px;

    }
    .sany-title h2, .machines-box h2, .images-title span {
        font-size: 16px;
    }

    .m-theme a {
        line-height: 30px;
        font-size: 14px
    }

    .machines-box h2 {
        margin: 5px 0 18px 0;
    }

    .machines {
        margin-bottom: 30px
    }

    .border-left {
        border: none
    }

    .sany-title h2 {
        margin-top: 0;
        margin-bottom: 5px
    }

    .sany-title {
        padding: 30px 0
    }

    .china .sany-title {
        padding: 15px 0;
        text-align: center
    }

    .wy-line2 {
        background: url("../images/line02.jpg") bottom center no-repeat;
        width: 100%
    }

    .ma-marging {
        min-height: auto
    }

    .china {
        padding: 0;
        background: none;
        margin-top: 10px;
    }

    .china-content {
        padding: 15px 15px;
        width: 100%;
        float: none;

    }
    .pro-zhuanti {
        display: none
    }

    .ll-btn {
        text-align: center;
        margin-bottom: 20px
    }

    .ll-btn a {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        color: #fff;
        background: #e42012;
        padding: 6px 20px;
        text-decoration: none;
    }

    .ll-btn a span {
        font-size: 12px;
        margin-left: 5px
    }

    .click-banner {
        margin-bottom: 20px
    }

    .images-title {
        display: none
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .border-left {
        padding: 15px 24px;
    }

}


.foot-bg {
    background: url("../images/foot.jpg") center center no-repeat;
    color: #fff;
    padding: 40px 0
}

.foot-bg a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.foot-bg a:hover {
    color: #ddd
}

.foot-bg h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.foot-bg ul {
    float: left;
    display: inline-block;
}

.foot-bg ul li {
    margin-bottom: 10px
}

.foot-bg ul li span {
    font-size: 12px;
    margin-right: 10px
}

.center-maring {
    margin: 0 24%
}

.app-foot {
    font-size: 12px;
    text-align: center
}
.banner-video{
    width: 30%;
    margin: 0 auto;
}
.mo-banner-video{
    width: 100%;
    margin-top: 30px;
}
.banner-video img{ width: 100%}
.banner-video a{ outline: none}
.s-modal-content2{
    background: #000;
    width: 660px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.s-modal-content2 .embed-responsive-item{ height: 450px}
@media (max-width: 991px) {
    .foot-bg {
        padding: 10px 0
    }
    .s-modal-content2{ width: 90%}
    .s-modal-content2 .embed-responsive-item{ height: 50vw}
}

/*wyy end*/