.zcbox {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
}
.zc {
    width: 18%;
    margin: 20px 1% 0 1%;
    height: 220px;
    float: left;
    position: relative;
}
.zc p {
    width: 80px;
    height: 80px;
    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: 1.2rem;
    font-weight: bold;
    color: #002856;
    margin-top: 20px;
}
.zc span:nth-child(3) {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.zc::before, .zc::after {
    content: '';
    width: 70px;
    height: 70px;
    top: 5px;
    left: 50%;
    margin-left: -35px;
    background: #002856;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.zc::before {
    opacity: .6;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.zc::after {
    opacity: .2;
    -webkit-transition: all 1s 0.3s ease;
	-moz-transition: all 1s 0.3s ease;
	-ms-transition: all 1s 0.3s ease;
	-o-transition: all 1s 0.3s ease;
	transition: all 1s 0.3s ease;
}
.zc:hover::before, .zc:hover::after {
    width: 130px;
    height: 130px;
    top: -25px;
    margin-left: -65px;
    opacity: 0;
}
.zc:hover p {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);

}
.qdbox, .qd {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.qd {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.qd:nth-child(odd) {
    background: #fff;
}
.qd:nth-child(1) {
    margin-top: 60px;
}
.qdt, .qdp {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.qdt {
    width: 360px;
    height: auto;
    text-align: left;
    margin-right: 120px;
}
.qdt span {
    display: block;
    line-height: 180%;
    color: #666;
}
.qdt span:nth-child(1) {
    font-size: 1.5rem;
    font-weight: bold;
}
.qdt span:nth-child(2) {
    font-size: 1rem;
    margin-top: 20px;
}
.qdp {
    width: 800px;
    height: auto;
    overflow: hidden;
}
.qdp img {
    display: block;
    width: 100%;
    height: auto;
}
.qd:nth-child(even) .qdp {
    padding: 30px 0;
}
.mdb {
    float: right;
    font-size: 1.2rem;
    color: #666;
    overflow: hidden;
    margin-top: 30px;
}
.mdb b {
    line-height: 26px;
    border-left: 1px solid #999;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}
.mdb b:nth-child(1) {
    border-left: 0;
}
.mdb b.on {
    color: #002856;
    font-weight: bold;
}
.mdbox {
    width: 100%;
    height: 710px;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.mdrow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
}
.mdrow .bkbox {
    height: 100%;
}
.mdp1 {
    width: calc(66% - 30px);
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.mdp2, .mddot, .mdt, .mdc {
    width: 34%;
    float: right;
}
.mdp2 {
    height: 60%;
    overflow: hidden;
    position: relative;
}
.mdp1 li, .mdp2 li {
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    position: absolute;
}
.mdp1 img, .mdp2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mddot {
    height: 60px;
    margin-top: 40px;
}
.mddot em {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    margin: 0 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.mddot em.on {
    background: #002856;
}
.mdt {
    height: 60px;
    font-size: 1.3rem;
    color: #002856;
    font-weight: bold;
}
.mdc {
    line-height: 180%;
    height: auto;
    overflow: hidden;
    color: #002856;
    font-size: 0.875rem;
}

.lybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0;
    margin-top: 100px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lybk {
    width: 38%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.lyt {
    line-height: 50px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}
.lyc {
    padding: 50px;
    padding-bottom: 80px;
    overflow: hidden;
    margin-top: 30px;
    background: rgba(255, 255, 255, .3);
}
.lyc input.inp, .lyc select {
    width: calc(50% - 20px);
    height: 55px;
    margin: 20px 10px;
    float: left;
    padding: 0 20px;
    font-size: 1rem;
    border: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lyc b {
    display: block;
    width: 50%;
    line-height: 55px;
    float: left;
    margin: 30px 0 0 25%;
    background: #002856;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
}
.telt, .telc {
    margin-left: 90px;
}
.telt {
    margin-top: 80px;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}
.telc {
    line-height: 150%;
    margin-top: 30px;
    color: #fff;
}

@media screen and (max-width: 1680px) {
    
    .zcbox {
        padding-top: 50px;
    }
    .zc {
        margin: 15px 1% 0 1%;
        height: 180px;
    }
    .zc p {
        width: 70px;
        height: 70px;
    }
    .zc span:nth-child(2) {
        font-size: 1.1rem;
    }
    .zc span:nth-child(3) {
        font-size: 1rem;
    }
    .zc::before, .zc::after {
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
    .zc:hover::before, .zc:hover::after {
        width: 120px;
        height: 120px;
        margin-left: -60px;
    }
    .qd:nth-child(1) {
        margin-top: 50px;
    }
    .qdt {
        width: 320px;
        margin-right: 100px;
    }
    .qdt span:nth-child(1) {
        font-size: 1.4rem;
    }
    .qdt span:nth-child(2) {
        font-size: 0.875rem;
        margin-top: 20px;
    }
    .qdp {
        width: 650px;
    }
    .qd:nth-child(even) .qdp {
        padding: 25px 0;
    }
    .mdb {
        font-size: 1.1rem;
    }
    .mdbox {
        height: 580px;
        margin-top: 40px;
    }
    .mdp1 {
        width: calc(66% - 25px);
    }
    .mddot {
        height: 50px;
    }
    .mddot em {
        width: 10px;
        height: 10px;
    }
    .mdt {
        height: 50px;
    }
    .lybox {
        padding: 50px 0;
        margin-top: 80px;
    }
    .lyt {
        font-size: 1.6rem;
    }
    .lyc {
        padding: 40px;
    }
    .lyc input.inp, .lyc select {
        height: 50px;
    }
    .lyc b {
        line-height: 50px;
    }
    .telt {
        margin-top: 70px;
        font-size: 1.5rem;
    }
    .telc {
        line-height: 150%;
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1440px) {
    .mdbox {
        height: 520px;
        margin-top: 30px;
    }
    .mdp1 {
        width: calc(66% - 20px);
    }
    .mddot {
        height: 40px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .qd:nth-child(1) {
        margin-top: 40px;
    }
    .qdt {
        width: 280px;
        margin-right: 80px;
    }
    .qdp {
        width: 500px;
    }
    .qd:nth-child(even) .qdp {
        padding: 20px 0;
    }
    .mdbox {
        height: 460px;
        margin-top: 20px;
    }
    .mdt {
        height: 40px;
    }
}