.visitContent{
    /* height:1036px; */

}
.visitContentLeft{
    height:100%;
    border-left: 4px solid #e53752;
    width:60%;
}
.visitContentLeft h6{
    margin-top:230px;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color:#19435b;
}
.visitContentLeft i{
    display: inline-block;
    width:20px;
    height:20px;
    background-color: #e53752;
    border-radius: 50%;
    margin-left:-12px;
}
.visitContentLeft h6 span{
    margin-left:30px;
}
.visitContentLeft p{
    margin-left:36px;
    font-size: 20px;
    line-height: 32px;
    margin-top:12px;
    color:#606060;
    margin-right:30px;
}
.visitContentLeft div img{
    max-width:465px;
}
.visitContentRight{
    margin-left:30px;
    height:100%;
    border-left: 4px solid #e53752;
    width:40%;
}
.visitContentRight ul{
    /* overflow:hidden; */
}
.visitContentRight ul li{
    margin-top:70px;
}
.visitContentRight ul h6{
    font-size: 24px;
    font-weight: bold;
    color:#606060;
    line-height: 40px;
}
.visitContentRight ul i{
    display: inline-block;
    width:20px;
    height:20px;
    background-color: #e53752;
    border-radius: 50%;
    margin-left:-12px;
}
.visitContentRight ul span{
    margin-left:30px;
}
.visitContentRight ul p{
    margin-left:36px;
    font-size: 20px;
    line-height: 32px;
    margin-top:12px;
    color:#606060;
    margin-right:30px;
}
.time .wrap{
    padding:8px;
}
.timeList{
    border-bottom:4px solid #e53752;
    padding-bottom:18px;
}
.timeList li{
    width:33.3%;
}
.timeList li div{
    width:94px;
    height: 94px;
    border-radius: 5px;
    text-align: center;
    background-color: #19435c;
    color:#fff;
    font-size: 56px;
    line-height: 94px;
}
.timeList li p{
    margin-left: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #616161;
    padding-right:20px;
}
.time .radius{
    width:20px;
    height:20px;
    background-color: #e53752;
    border-radius: 50%;
    margin-top:-12px;
}
.process{
    margin-top:80px;
}
.process ul{
    margin-top:30px;
}
.process ul li p{
    font-size: 24px;
    line-height: 36px;
    color:#606060;
}
.processList{
    justify-content: center;
    flex-wrap: nowrap;
    margin-top:40px;
}
.processListLeft{
    border-right:2px solid #19435c;
    height:1260px;
    width:50%;
    border-top:1px solid #fff;
}
.processListRight{
    border-left:2px solid #19435c;
    height:1260px;
    width:50%;
    border-top:1px solid #fff;
}
.processListRight .processItem{
    margin-left:-27px;
    /* overflow: hidden; */
    position: relative;
    margin-bottom:125px;
}
.processItem i{
    display: block;
    width:48px;
    height:48px;
    border-radius: 5px;
    background-color: #e53752;
    color:#fff;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    /* margin-top:24px; */
}

.processListRight .processItem span{
    display: block;
    border-bottom:2px dashed #19435c;
    width:112px;
    position: absolute;
    top:20px;
    left:48px;
    /* margin-top:-24px; */
}
.processListRight .processItem div{
    font-size: 24px;
    line-height: 30px;
    padding:15px 20px;
    border:2px solid #19435c;
    margin-left: 120px;
    margin-top:-5%;
    max-width: 60%;
}
.processListLeft .processItem{
    position: relative;
    margin-top:100px;
    margin-right:-27px;
    justify-content: flex-end;
}
.processListLeft .processItem span{
    display: block;
    border-bottom:2px dashed #19435c;
    width:112px;
    position: absolute;
    top:20px;
    right:48px;
    /* margin-top:-24px; */
}
.processListLeft .processItem div{
    font-size: 24px;
    line-height: 30px;
    padding:15px 20px;
    border:2px solid #19435c;
    margin-right: 120px;
    margin-top:-1%;
    max-width: 60%;
}
.careful div{
    margin-top:64px;
}
.careful div img{
    width:100% ;
    height: auto;
}
.careful ul{
    margin-top:50px;
    border-top:4px solid #e53752;
}
.careful ul li{
    width:16.6%;
    padding:0 20px;
}
.careful ul li:nth-of-type(1){
    padding-left:0;
}
.careful ul li i{
    display: block;
    width: 20px;
    height:20px;
    border-radius: 50%;
    background-color: #e53752;
    margin-top:-10px;
}
.careful ul li p{
    font-size: 22px;
    line-height: 34px;
    color:#606060;
}