.joinBox{
    width: 100%; 
    background-image: url(../jpg/bg6.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.joinTop{
    width: 100%;
    height: 136px;
    background-image: url(../jpg/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
 
 .joinAbout{
    width: 100%;
    height: 600px; 
    background-image: url(../jpg/bg5.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.joinTitle{
    width: 100%;
    text-align: center;
}
.joinContent{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.about{
    margin-top: 40px;
} 
.about .right{
    width: 100%; 
    font-size: 16px;
}
 
.about .right p{
    line-height: 28px;
    text-indent: 26px;/* 规定文本块中首行文本的缩进*/
	text-align: justify;/* 改变字与字之间的间距使得每行对齐*/
	text-justify: inter-word;/* 改变字与字之间的间距使得每行对齐*/ 
    margin-bottom:10px;
}
.about .right p a{
    color: #138448;
}
.orglogon,
.joinLiyou {
    width: 100%;
}
.liyou{
    margin-top: 80px;
}
.liyou .joinContent{
    margin-top: 46px;
}

    .liyou .card {
        width: 589px;
        height: 262px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-bottom: 20px;
    }
.liyou .card p{
    margin-top: 126px;
    width: 330px; 
    margin-left: 56px; 
    font-size: 16px;
    line-height: 26px;
    text-indent: 36px;/* 规定文本块中首行文本的缩进*/
	text-align: justify;/* 改变字与字之间的间距使得每行对齐*/
	text-justify: inter-word;/* 改变字与字之间的间距使得每行对齐*/ 
}
.liyou .card.itme1 { 
    background-image: url(../jpg/xbg1.jpg);
}
.liyou .card.itme2{
    background-image: url(../jpg/xbg2.jpg);
}
.liyou .card.itme3{ 
    height: 288px;
    background-image: url(../jpg/xbg3.jpg);
}
.liyou .card.itme4{
    height: 288px;
    background-image: url(../jpg/xbg4.jpg);
}
.liyou .card.itme5{
    height: 266px;
    background-image: url(../jpg/xbg5.jpg);
}
.liyou .card.itme6{
    height: 266px;
    background-image: url(../jpg/xbg6.jpg);
}
.liyou .card.itme7{
    background-image: url(../png/xbg7.png);
}
.liyou .card.itme8{
    background-image: url(../png/xbg8.png);
}

.joinFoot{
 width: 100%;
 height: 160px;
 margin-top: 10px;  
}