.devt {
    height: 65px;
    text-align: center;
    padding-top: 20px;
}
.devt span {
    display: block;
    font-size: 1.3em;
    line-height: 30px;
}
.devt i {
    display: block;
    font-size: 0.75em;
    line-height: 20px;
    font-style: normal;
}
.devt2 {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    margin: 0 auto;
    text-align: center;
}
.devt2 span {
    display: block;
    line-height: 25px;
    font-size: 0.9em;
    padding-top: 10px;
}
.devt2 i {
    display: block;
    font-size: 0.625em;
    line-height: 20px;
    font-style: normal;
    color: #666;
}
.devc {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    font-size: 0.7em;
    line-height: 180%;
}


.devbox {
    width: 92%;
    height: auto;
    margin: 0 auto 20px auto;
    overflow: hidden;
}
.devpic {
    width: 100%;
    height: 50vw;
    overflow: hidden;
}
.devpic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.devintrot {
    height: 50px;
    font-size: 1.2em;
    line-height: 50px;
    text-align: center;
}
.devintroc {
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    font-size: 0.7em;
    line-height: 180%;
}
a.devintrob {
    display: block;
    text-decoration: none;
    width: 100px;
    padding-right: 5px;
    height: 26px;
    margin: 10px auto;
    background: #518cbf url(/static/images/aro3.png) 85px center no-repeat;
    background-size: 15px;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
}
.devbtn {
    width: 92%;
    height: 35px;
    line-height:35px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #999;
    margin: 20px auto 0 auto;
    font-weight: bold;
}

.swipebox {
    width: 100%;
    height: 55vw;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.swipe {
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.swipeli {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
}

.swipelip {
    width: 92%;
    height: 55vw;
    margin: 0 auto;
    overflow: hidden;
}

.swipelip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swipenavi {
    width: 100vw;
    height: auto;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0px;
}

.pager em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    margin: 0 5px;
    font-style: normal;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
}

.pager em.on {
    background: #56b7c0;
}


.devlist {
    width: 1200px;
    height: auto;
    margin: 60px auto;
    overflow: hidden;
}

.slidebox {
    width: 100%;
    height: 470px;
    position: relative;
}

.slidep {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5;
}

.slidep li {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.slidep li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slideb {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    text-align: center;
    font-size: 0;
}

.slideb em {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slideb em.on {
    background: #ff572a;
}

.slidet {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    padding: 0 60px;
    left: 0;
    bottom: -35px;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
}
.slidec {
    width: 1200px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 200%;
    color: #666;
    padding-top: 70px;
}<!--0.00016498565673828-->