.guide_box{
    width: 1200px;
    min-height: 800px;
    height: auto;
    margin: 0 auto;
    transform: translateY(-60px);
}
.guide_path{
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: white;
}
.guide_main{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    border: 1px solid #F2F2F2;
    margin-bottom: 100px;
}
.guide_left{
    width: 200px;
    padding: 20px 0;
    box-sizing: border-box;
    border-right: 1px solid #F2F2F2;
}
.guide_nav{
    width: 100%;
}
.guide_nav h2{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.nav_title span{
    display: block;
    width: 4px;
    height: 24px;
    background: #0A95FF;
    border-radius: 2px;
    margin-right: 26px;
}
.nav_title p{
    flex: 1;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
}
.nav_title p:hover{
	color: #0A95FF;
}
.nav_item{
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-indent: 40px;
    margin-bottom: 36px;
    cursor: pointer;
    display: block;
}
.nav_item:hover{
    color: #0A95FF;
}
.nav_act{
    color: #0A95FF;
}
.guide_right{
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
}
.guide_cont{
    width: 100%;
    display: none;
}
.guide_cont h2 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 30px;
}
.guide_cont p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 30px;
}
.guide_cont img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

.qa_cont{
    width: 100%;
    margin-bottom: 30px;
}
.qa_cont p{
    margin-bottom: 10px;
}
.qa_cont img{
    width: 200px;
    height: 200px;
    display: block;
}
.nav_cont>div{
	display: none;
}
.active,.nav_title p.active{
	color: #0A95FF;
}
.guide_path a{
	color: white;
}

.phone_picture_box{
    display: flex;
}
.phone_picture{
    margin-right: 40px;
}











