.companion1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.companion1_lf{
    width: 32.2%;
}
.companion1_lf img{
    margin: 0 auto;
    border-radius: 15px;
}
.companion1_ri{
    width: 64.75%;
}
.companion1_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companion1_ri ul li {
    width: 30.9%;
    margin-bottom: 20px;
    padding: 20px 5px 20px 20px;
    border-radius: 15px;
    background: #f4f5f6;
}
.companion1_ri ul li h3 {
    position: relative;
    font-size: 20px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/px11.png)left center no-repeat;
}
.companion1_ri ul li:nth-child(2) h3{
    background-image: url(../images/px12.png);
}
.companion1_ri ul li:nth-child(3) h3{
    background-image: url(../images/px13.png);
}
.companion1_ri ul li:nth-child(4) h3{
    background-image: url(../images/px14.png);
}
.companion1_ri ul li:nth-child(5) h3{
    background-image: url(../images/px15.png);
}
.companion1_ri ul li:nth-child(6) h3{
    background-image: url(../images/px16.png);
}
.companion1_ri ul li p {
    font-size: 16px;
    line-height: 27px;
    color: #727272;
}
.companion2{
    padding: 100px 0;
}
.companion2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companion2 ul li{
    width: 31.7%;
    min-height: 192px;
    margin-bottom: 30px;
    padding: 35px 10px 10px 30px;
    border-radius: 15px;
    background: url(../images/px21_02.jpg)center right no-repeat;
    background-size: cover;
}
.companion2 ul li:nth-child(2){
    background-image: url(../images/px22_02.jpg);
}
.companion2 ul li:nth-child(3){
    background-image: url(../images/px23_02.jpg);
}
.companion2 ul li:nth-child(4){
    background-image: url(../images/px24_02.jpg);
}
.companion2 ul li:nth-child(5){
    background-image: url(../images/px25_02.jpg);
}
.companion2 ul li:nth-child(6){
    background-image: url(../images/px26_02.jpg);
}
.companion2 ul li h3{
    font-size: 20px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 15px;
}
.companion2_con p{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #727272;
    padding-left: 20px;
}
.companion2_con p:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #727272;
}
.companion3{
    padding: 70px 0;
    background: url(../images/px3bj.jpg)top center no-repeat;
    background-size: cover;
}
.companion4{
    padding: 100px 0 150px;
}
.companion4 .jy_bd ul {
    width: 100%;
}
.companion4 .jy_bd ul li {
    width: 18.6%;
    margin: 0;
    margin-right: 1.75%;
}
.companion4 .jy_bd ul li:last-child{
    margin-right: 0;
}
.companion4 .jy_hg span{
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.companion4 .jy_hg dl dt {
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
}
.companion3_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companion3_lf{
    width: 30%;
}
.companion3_lf ul li{
    position: relative;
    padding: 0 45px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid transparent;
}
.companion3_lf ul li h3{
    font-size: 20px;
    color: #424242;
    font-weight: bold;
    padding-left: 35px;
    background: url(../images/px3jt.png)left bottom no-repeat;
}
.companion3_lf ul li p{
    display: none;
    font-size: 16px;
    line-height: 27px;
    color: #727272;
    min-height: 55px;
    margin-top: 15px;
}
.companion3_lf ul li.cur{
    padding: 25px 45px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, .5);
}
.companion3_lf ul li.cur:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 3px;
    height: 80%;
    background: #fe672d;
}
.companion3_lf ul li.cur h3{
    padding-left: 50px;
    padding-top: 10px;
    background-image: url(../images/px3jt1.png);
}
.companion3_lf ul li.cur p{
    display: block;
}
.companion3_ri{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
}

.companion3_ri ul li{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}