.banner{
    width: 100%;
    height: 4.5rem;
    margin-top: 1.2rem;
}
.cooperation{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.cooperation .coo-head{
    width: 100%;
    height: 0.8rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #595961;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.33rem;
}
.cooperation .coo-title{
    width: 100%;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #666666;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bold;
}
.cooperation .coo-box{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: url("../images/cooperation.png") no-repeat center center / 100% 100%;
    margin-top: 0.2rem;
    position: relative;
}
.coo-box .coo-ri{
    width: 3.7rem;
    height: auto;
    position: absolute;
    top: 0.24rem;
    right: 0;
}
.coo-ri .coo-span{
    width: 3.5rem;
    height: 0.6rem;
    background: rgba(0,0,0,0.4);
    position: relative;
    float: right;
}
.coo-span.active{
    width: 3.7rem;
    height: 0.8rem;
    background: #27acff;
    color: #ffffff;
    line-height: 0.8rem;
}
.coo-span.active .coo-text{
    height: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: right;
    line-height: 0.8rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
}
.coo-span:nth-of-type(n+2){
    margin-top: 0.1rem;
}
.coo-span.active .coo-img{
    display: none;
}
.coo-span.active .coo-img1{
    display: block;
}
.coo-span .coo-img{
    width: 0.57rem;
    height: 0.68rem;
    position: absolute;
    top: -0.04rem;
    left: -0.3rem;
}
.coo-span .coo-img1{
    width: 0.73rem;
    height: 0.93rem;
    position: absolute;
    top: -0.04rem;
    left: -0.3rem;
    display: none;
}
.coo-span .coo-text{
    width: 3.5rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #999999;
    text-align: right;
    line-height: 0.6rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
}

.cooperation .coo-suspension{
    width: 6.3rem;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 10px #cccccc;
    position: absolute;
    top: 5rem;
    left: 0.6rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: none;
}
.coo-suspension.active{
    display: block;
}
.coo-suspension .sus-head{
    width: 100%;
    height: 0.3rem;
    display: flex;
    margin-top: 0.3rem;
}
.sus-head .sus-img{
    width: 0.3rem;
    height: 0.3rem;
}
.sus-head .sus-name{
    width: auto;
    height: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666666;
    line-height: 0.3rem;
    margin-left: 0.1rem;
}
.coo-suspension .sus-ul{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.sus-ul .sus-li{
    width: 2.5rem;
    height: 0.4rem;
    font-size: 0.26rem;
    color: #666666;
    text-align: center;
    line-height: 0.4rem;
    border: 0.01rem solid #cccccc;
}
.sus-li.active{
    background: #27acff;
    border: none;
    color: #ffffff;
}
.coo-suspension .sus-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.36rem;
    margin-top: 0.24rem;
    margin-bottom: 0.4rem;
    display: none;

}
.sus-text.active{
    display: block;
}
.line{
    width: 100%;
    height: 0.4rem;
}


.process{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.process .pro-head{
    width: 100%;
    height: 0.8rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #595961;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.33rem;
}
.process .pro-title{
    width: 100%;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #666666;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bold;
}
.process .pro-box{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: url("../images/process.png") no-repeat center center / 100% 100%;
    margin-top: 0.2rem;
    position: relative;
}
.pro-box .pro-ri{
    width: 3.7rem;
    height: auto;
    position: absolute;
    top: 0.24rem;
    right: 0;
}
.pro-ri .pro-span{
    width: auto;
    height: 0.6rem;
    background: rgba(0,0,0,0.4);
    position: relative;
    float: right;
}
.pro-span.active{
    width: auto;
    height: 0.8rem;
    background: #27acff;
    color: #ffffff;
    line-height: 0.8rem;
    padding-left: 0.2rem;
}
.pro-span.active .pro-text{
    height: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: right;
    line-height: 0.8rem;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
}
.pro-span.active .pro-img{
    display: none;
}
.pro-span.active .pro-img1{
    display: block;
}
.pro-span:nth-of-type(n+2){
    margin-top: 0.1rem;
}
.pro-span .pro-img{
    width: 0.57rem;
    height: 0.68rem;
    position: absolute;
    top: -0.04rem;
    left: -0.3rem;
}
.pro-span .pro-img1{
    width: 0.73rem;
    height: 0.93rem;
    position: absolute;
    top: -0.04rem;
    left: -0.3rem;
    display: none;
}
.pro-span .pro-text{
    width: auto;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #999999;
    text-align: right;
    line-height: 0.6rem;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.process .pro-suspension{
    width: 6.3rem;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 10px #cccccc;
    position: absolute;
    top: 5rem;
    left: 0.6rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: none;
}
.pro-suspension.active{
    display: block;
}
.pro-suspension .sus-head{
    width: 100%;
    height: 0.3rem;
    display: flex;
    margin-top: 0.3rem;
}
.sus-head .sus-img{
    width: 0.3rem;
    height: 0.3rem;
}
.sus-head .sus-name{
    width: auto;
    height: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666666;
    line-height: 0.3rem;
    margin-left: 0.1rem;
}
.pro-suspension .sus-ul{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.sus-ul .sus-li{
    width: 2.5rem;
    height: 0.4rem;
    font-size: 0.26rem;
    color: #666666;
    text-align: center;
    line-height: 0.4rem;
    border: 0.01rem solid #cccccc;
}
.sus-li.active{
    background: #27acff;
    border: none;
    color: #ffffff;
}
.pro-suspension .sus-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.36rem;
    margin-top: 0.24rem;
    margin-bottom: 0.4rem;
    display: none;
}
.sus-text.active{
    display: block;
}



.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.contact .con-head{
    width: 100%;
    height: 0.78rem;
    box-sizing: border-box;
    font-size: 0.6rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 0.78rem;
    margin-top: 0.5rem;
}
.contact .con-title{
    width: 100%;
    height: 0.7rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 0.7rem;
}
.contact .from{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
}
.from .from-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.from-ul .from-li{
    width: 100%;
    height: 1rem;
    border: 1px solid #cccccc;

    padding: 0 0.1rem;
    box-sizing: border-box;
}
.from-li:nth-of-type(n+2){
    margin-top: 0.6rem;
}
.from-li input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.from-li:last-child{
    height: 2.6rem;
    padding: 0.1rem;
}
.from-li textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.from .btns{
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.btns .btn{
    width: 3.4rem;
    height: 1rem;
    background: #27acff;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;
}
.btn:last-child{
    background: #f8f8f8;
    color: #666666;
}
