.huoche-wrap {
    position: relative;
    width: 1200px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px;
}

.f-hidden {
    display: none;
    visibility: hidden;
}

.f-clear {
    display: block;
    *zoom: 1;
}

.f-clear:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

#m-train-box {
    width: 1200px;
    height: 181px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 32px;
}

.m-train {
    margin-left: 1200px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: unset;
    transition: unset;
}

.m-train ul {
    overflow: hidden;
    width: 10000px;
    padding-left: 300px;
    background: url('../images/train_head.png') no-repeat left bottom;
    background-size: 300px 217px;
}

.m-train li {
    list-style: none;
    float: left;
    width: 300px;
    height: 217px;
    text-align: center;
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.m-train .train-1 {
    background-size: 300px 217px;
    background-image: url('../images/train_1.png');
}

.m-train .train-2 {
    background-image: url('../images/train_1.png');
}

.m-train .train-3 {
    background-image: url('../images/train_1.png');
}

.m-train .m-train-tail {
    background-size: 300px 217px;
    background-image: url('../images/train_tail.png');
}

.m-train li .m-train-img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 260px;
    height: 68px;
    border: 1px solid #99A8C6;
    /* border-radius: 5px; */
    margin: 60px auto 0;
    overflow: hidden;
    position: relative;
}

.m-train li .f-mask {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #E5ECF9;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2;
}

.m-train li img {
    transition: 0.8s;
    -webkit-transition: 0.8s;
    width: 260px;
    height: 68px;
}

.m-train li .f-scale {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.tbtj-ul .left-side:hover .mod-img {
    display: block;
}

.tbtj-ul .right-side .mod-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url('../images/bg_mod.png') repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    display: none;
    overflow: hidden;
    text-decoration: none;
}

.tbtj-ul .right-side .mod-title {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.tbtj-ul .right-side .img-item:hover .mod-img {
    display: block;
}

.strictly-play {
    background: url('../images/train_play.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px !important;
    height: 46px !important;
    z-index: 3;
    background-color: transparent !important;
}

.main-jfgj {
    width: 100%;
}

.main-jfgj .jfgj-cont {
    width: 1280px;
}

.main-jfgj .cont-item {
    display: block;
    height: 78px;
    width: 266px;
    background-color: #eaf2fe;
    font-size: 20px;
    font-weight: bold;
    margin: 26px 45px 0 0;
    padding-left: 0;
    text-align: center;
}

.main-jfgj .bg-item {
    vertical-align: middle;
    width: 80px;
    height: 78px;
    background-position: center 6px;
}

.wys-cont .wys-ul {
    height: 135px;
}

.mod-jljj-cont .bd .prev.strictly-prev {
    background: url('../images/train_arrow.png') no-repeat;
    background-position: 0 -3px;
}

.mod-jljj-cont .bd .next.strictly-next {
    background: url('../images/train_arrow.png') no-repeat;
    background-position: 0 -52px;
}