.canzanhezuo{
    flex-wrap: warp;justify-content: space-between;
    margin-top: -50px;
}
.canzanhezuo div{
    width: 48%;
    padding: 40px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px #e8e8e8;
}
.canzanhezuo div img{
    height: 50px;
    width: auto;
}
.tabs .tab.active {
    color: rgba(232,26,38,1);
    border-bottom: 5px solid rgba(232,26,38,1);
}
.tabs .tab{
    text-align: center;
    font-size: 24px;
}
.tabs .tab img {
    height: 120px;
    width: auto;
    display: flex;
    margin: auto;
}
.aboutplot{
    padding: 1px;
}
.aboutplot h3{
    font-size: 24px;
    padding-bottom:30px;
    line-height: 1;
    margin: 0;
}
.aboutplot p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 5px;
    margin: 20px 0;
}
.aboutplot>div:nth-child(1){
    padding: 20px;
    color: white;
    background: rgba(253, 48, 31, 1) url("/v2/images/life/tab1bg.png")no-repeat center;
    background-size: cover;
}
.aboutplot .rightbox>div>div{
    padding: 20px;
    box-shadow: 0 0 1px #999;
    background: #fbfbfb;
    cursor: pointer;
}
.aboutplot .rightbox>div>div>p{
    margin: 0;
}
.aboutplot .rightbox>div>div:hover{
    background: white;
}
.indexdot{
    width: 50px;
    height: 10px;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.indexdot img{
    height: 100%;
    width: auto;
    transition: 0.6s;
    position: absolute;
}
.indexdot .indexdot1{
    left: 0;
}
.indexdot .indexdot2{
    right: 0;
}
.big6{
    width: 1200px;
    margin: auto;
    box-shadow: 0 0 1px #666;
    border-radius: 10px;
    overflow: hidden;
}
.big6 h4{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
}
.big6 p{
    font-size: 14px;
    letter-spacing: .5px;
}
.big6>div{
    padding: 20px 30px;
    box-shadow: 0 0 1px #666;
    cursor: pointer;
    transition: 0.4s;
}
.big6>.active{
    color: white;
    background: rgba(253, 48, 31, 1) url("/v2/images/life/tab1bg.png")no-repeat center;
    background-size: cover;;
}
.big6>.active>h4{
    color: white;
}
.shfw{
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(253, 48, 31, 1) url("/v2/images/life/joinbg2.png")no-repeat center;
    background-size: cover;
    letter-spacing: 5px;
    padding-bottom: 50px;
}
.shfw h1{
    line-height: 150px;
}
.shfw .joinbtn{
    width: 150px;
    line-height: 50px;
    color: rgba(253, 48, 31, 1);
    text-align: center;
    background: white;
    border-radius: 8px;
    margin: auto;
    font-weight: 600;
    cursor: pointer;
}
.insethezuo{
    width: 1200px;margin:auto
}
.insethezuo .insethezuo-top img{
    width: 100%;
    margin: 30px auto;
}
.insethezuo .insethezuo-btm ul{
    display: flex;
    flex-wrap: wrap;
}
.insethezuo .insethezuo-btm ul li{
    width: 25%;
    padding: 30px;
}
.insethezuo .insethezuo-btm ul li{
    width: 25%;
    padding: 30px 50px;
    box-sizing: border-box;
    position: relative;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-oldimg{
    width: 100%;
    transition: 0.6s;
}
.insethezuo .insethezuo-btm ul li .mark{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark1{
    width: 150px;
   bottom: 110px;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark2{
    width: 100%;
   bottom: 55px;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark3{
    width: 90%;
   top: 40%;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark8{
    width: 100px;
   top: 30%;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark4{
    width: 120px;
    top: 65px;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark5{
    width: 150px;
    top: 105px;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark6{
    width: 80%;
    top: 80px;
}
.insethezuo .insethezuo-btm ul li .insethezuo-btm-mark7{
    width: 100px;
    top: 35px;
}
.insethezuo .insethezuo-btm ul li:hover  .insethezuo-btm-oldimg{
    transform: scale(1.2);
}
.movebtn .swiper-pagination-bullet{
width: 10px;
height: 10px;
background: rgba(255, 202, 206, 1);
opacity: 1;
background-size: cover;
}
.movebtn .swiper-pagination-bullet-active{
    width: 30px;
    height: 10px;
    background: url('/v2/images/life/index1.png')no-repeat center;
    background-size: cover;
    border-radius: 0;
}
