.usa_cl {
    clear: both;
    width: 373px;
    display: flex;
    float: left;
    flex-flow: column;
    margin-top: 0;
}

.titmore a {
    color: rgba(51, 51, 51, 1);
    padding: 24px 20px 0;
    float: left;
}

.wi ul li {
    width: 373px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.way {
    float: right;
    margin-top: 20px;
    width: 373px;
}

.swiper_outer_usa {
    width: 100%;
    height: 248px;
    position: relative;
    overflow: hidden;
}

.usa_next,
.usa_prev {
    width: 30px;
    height: 50px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: none;
    cursor: pointer;
    display: none
}

.swiper_outer_usa:hover .usa_next {
    display: block
}

.swiper_outer_usa:hover .usa_prev {
    display: block
}

.usa_next {
    right: 0;
    background: url(/home/img/next.png) no-repeat 0 0;
}

.usa_prev {
    left: 0;
    background: url(/home/img/pre.png) no-repeat 0 0;
}

.swiper_outer_usa .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.swiper_outer_usa .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.swiper_outer_usa .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.usa_sch_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.usa_sch {
    width: 179px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.usa_sch a {
    overflow: hidden;
}

.usa_sch:hover img {
    transform: scale(1.2)
}

.usa_sch img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
    transition: all .6s;
    width: 179px;
    height: 120px;
}

.sch_name {
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .5)
}

.usa_r {
    float: right;
    margin-left: 0;
    width: 373px;
    height: 360px;
    margin-bottom: 11px;
}

.process_box {
    width: 1078px;
    margin: 0 auto;
    display: flex;
}

.process {
    width: 70px;
    height: 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 56px;
    cursor: pointer;
    transition: background 2s;
    -moz-transition: background 2s;
    /* Firefox 4 */
    -webkit-transition: background 2s;
    /* Safari and Chrome */
    -o-transition: background 2s;
    /* Opera */
}

.process:last-child {
    margin-right: 0;
}

.process_tit {
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    font-weight: bold;
}

.process:hover {
    background: url(/home/img/bg.png);
}

.w1180 {
    width: 1180px;
    margin-top: 30px;
    float: left;
}

.photo {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.photo_son {
    height: 160px;
}

.new {
    float: left;
    width: 373px;
    margin: 30px 0 0 0;
}

.s374 {
    width: 374px;
}

.usa_more {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.from_h {
    height: 55px;
    line-height: 55px;
}