.slideys {
    background: #fff;
    height: 30vw;
}
.slideys li {
    padding: 4vw 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slideys .slideleft, .slideys .slideright {
    display: none;
}
.slideys .slideb em {
    background: #ccc;
}
.slideys .slideb em.on {
    background: #e84127;
}
.zcl {
    width: 40%;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 6%;
}
.ys2 .zcl {
    width: 35%;
    margin-right: 11%;
}
.yst {
    width: 54%;
    float: left;
    height: auto;
    overflow: hidden;
}
.yst span {
    display: block;
    line-height: 120%;
}
.yst span:nth-child(1) {
    font-size: 2rem;
    font-weight: bold;
}
.yst span:nth-child(2) {
    font-size: 1.625rem;
    margin-top: 15px;
}
.zcr, .ysc {
    width: 54%;
    height: auto;
    overflow: hidden;
    float: left;
}
.ysc {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 3vw;
}
.zc {
    width: 30%;
    margin: 3vw 0 0 5%;
    height: auto;
    float: left;
    position: relative;
}
.zc:nth-child(3n+1) {
    margin-left: 0;
}
.zc p {
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    background: #e84127;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.zc p img {
    display: block;
    width: 60%;
    height: 60%;
    margin: 20%;
    object-fit: contain;
}
.zc span {
    display: block;
    line-height: 150%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}
.zc::before, .zc::after {
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: #332c2b;
    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: 6vw;
    height: 6vw;
    margin-top: -3vw;
    margin-left: -3vw;
    opacity: 0;
}
.zc:hover p {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);

}
.ys2 .zcl {
    height: 22vw;
}
.slideys .slidep li img.fit-contain {
    object-fit: contain;
    height: 100%;
}



.ylbox {
    margin-bottom: 5vw;
    height: auto;
    overflow: hidden;
}
.ylbox img {
    width: 55%;
    height: auto;
    float: left;
}
.ylc {
    width: 38%;
    height: auto;
    overflow: hidden;
    float: right;
}
.ylc span {
    display: block;
    line-height: 180%;
}
.ylc span:nth-child(1) {
    font-size: 1.5rem;
    font-weight: bold;
}
.ylc span:nth-child(2) {
    font-size: 1.25rem;
    margin-top: 10px;
}
.ylc span:nth-child(3) {
    font-size: 1rem;
    margin-top: 2vw;
}



.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: 18vw;
    overflow: hidden;
}

.qd:nth-child(even) .qdp {
    padding: 30px 0;
}

.joinsection {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.joinbox {
    width: 45%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    margin: 80px 0 80px 9%;
    padding: 50px;
    background: rgba(0, 0, 0, .3);
    /* 毛玻璃效果 */
    backdrop-filter: blur(5px);
}
.joint {
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    float: left;
}
.joinbox input.inp {
    display: block;
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    line-height: 60px;
    color: #fff;
    padding: 0 15px;
    border: 0;
    font-size: 1.125rem;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.joinbox input.inp::-webkit-input-placeholder {
	color: #fff;
}
.joinbox input.inp:-moz-placeholder {
	color: #fff;
}
.joinbox input.inp::-moz-placeholder {
	color: #fff;
}
.joinbox input.inp:-ms-input-placeholder {
	color: #fff;
}
.joinbox select {
    display: block;
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    font-size: 1.125rem;
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.joinbox select option {
    color: #333;
}
.joinbox select#district {
    width: calc(100% - 10px);
}
.joinbtn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #e84127;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
    float: left;
    font-weight: bold;
}
.joinc {
    width: 90%;
    height: auto;
    overflow: hidden;
    clear: both;
    color: #fff;
    font-size: 0.75rem;
    line-height: 220%;
    padding-top: 20px;
}
.joinc strong {
    font-size: 1.75rem;
    font-family: 'Times New Roman', Times, serif;
}

@media screen and (max-width: 1680px) {
    .joinbox {
        margin: 70px 0 70px 8%;
        padding: 40px;
    }
    .joint {
        font-size: 2.75rem;
        margin-bottom: 15px;
    }
    .joinbox input.inp {
        line-height: 50px;
        font-size: 1rem;
    }
    .joinbox select {
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
    }
    .joinbtn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .joinc {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}