.swipeban {
    padding-bottom: 20px;
}
.swipeban .pager em {
    width: 20px;
    height: 1px;
    margin: 0 3px;
    border-radius: 0;
}
.swipeban .pager em.on {
    width: 40px;
}


.zcbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
}
.zc {
    width: 33%;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
}
.zc p {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #002856;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.zc p .svg {
    display: block;
    width: 50%;
    height: 50%;
    margin: 25%;
}
.zc p .svg path {
    fill: #fff;
}
.zc span {
    display: block;
    line-height: 150%;
    text-align: center;
}
.zc span:nth-child(2) {
    font-size: 0.9rem;
    font-weight: bold;
    color: #002856;
    margin-top: 15px;
}
.zc span:nth-child(3) {
    font-size: 0.7rem;
    color: #666;
    margin-top: 5px;
}

.zc:hover p {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.qd {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.qdt {
    height: auto;
    margin: 20px 15px;
    overflow: hidden;
}
.qdt span {
    display: block;
    line-height: 160%;
    color: #666;
}
.qdt span:nth-child(1) {
    font-size: 1.2rem;
    font-weight: bold;
}
.qdt span:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 10px;
}
.qdp {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.qdp img {
    display: block;
    width: 100%;
    height: auto;
}

.mdb {
    font-size: 0.875rem;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    height: 40px;
}
.mdb b {
    line-height: 26px;
    border-left: 1px solid #999;
    padding: 0 15px;
    font-weight: normal;
    cursor: pointer;
}
.mdb b:nth-child(1) {
    border-left: 0;
}
.mdb b.on {
    color: #002856;
    font-weight: bold;
}

.mdbox, .mdrow {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mdt {
    height: 40px;
    font-size: 1.2rem;
    color: #002856;
    font-weight: bold;
    padding: 30px 15px 0 15px;
    background: #fff;
}
.mdc {
    line-height: 150%;
    height: auto;
    overflow: hidden;
    color: #002856;
    font-size: 0.75rem;
    padding: 0 15px 30px 15px;
    background: #fff;
}

.lybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lybk {
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 30px;
}
.lyt {
    line-height: 40px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}
.lyc {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}
.lyc input.inp, .lyc select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 0.875rem;
    border: 0;
    background: rgba(255, 255, 255, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lyc b {
    display: block;
    width: 100%;
    line-height: 35px;
    background: #002856;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
}
.telt {
    font-size: 1.2rem;
    line-height: 40px;
    font-weight: bold;
}
.telc {
    line-height: 150%;
    margin-top: 20px;
    font-size: 0.75rem;
}
::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

:-ms-input-placeholder {
	color: #333;
}