/*banner*/
.index_banner{
    width:100%;
    height:auto;
}
.title_box{
    margin-top:90px;
    text-align: center;
}
.index_title{
    font-size:4rem;
    color:#333333;
    font-weight:bold;
}
.smile{
    display:block;
    margin:0 auto;
}
/*为什么要入驻*/
.display_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.display_flex > *{
    display: block;
}
.justify-content_flex-justify{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.pic{
    width:200px;
    height:auto;
    display: inline-block;
    text-align:center;
    padding:30px 0;
    margin-top:15px;
}
.settled_img{
    width:100px;
    height:auto;
    display:block;
    margin:0 auto;
}
.settled_name{
    font-size:2rem;
    color:#333333;
    font-weight:bold;
    line-height:50px;
    display:block;
}
.settled_description{
    font-size:1.6rem;
    color:#666;
    font-weight: bold;
}
/*入驻流程*/
.propaganda{
    width: 100%;
    background: url('../image/settled_bg.jpg') no-repeat;
    background-size: 100% 100%;
    height:auto;
    min-width:1200px;
    margin-top:50px;
    margin-bottom:90px;
}
.propaganda>.box{
    padding:50px 0;
}
.propaganda_ch{
    font-size:4rem;
    color:#333333;
    text-align: center;
    font-weight:bold;
}
.propaganda_en{
    font-size:2rem;
    color:#666;
    line-height:30px;
    text-align: center;
    font-weight: 500;
}
.process_box{
    width:100%;
}
.process_img{
    width:31%;
    text-align: center;
    display:inline-block;
}
.process_img>img{
    width:100%;
    height:auto;
    box-shadow: 3px 5px 9px 0px rgba(129,110,86,0.26);
}
.process_title{
    font-size:3.5rem;
    color: #333333;
    font-weight: bold;
    margin-bottom:0px;
}
.process_text{
    font-size: 2.2rem;
    width: 100%;
    min-height:74px;
    color: #666666;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 10px;
}
.right_arrow{
    width: 20%;
    vertical-align: middle;
    padding: 0 4%;
    position: relative;
}
.right_arrow>img{
    width: 124px;
    position:absolute;
    top:50%;
}
.bottom_arrow{
    width: 100%;
    height: 182px;
    position: relative;
}
.bottom_arrow>img{
    transform: rotate(90deg);
    position: absolute;
    width: 124px;
}
.right_bottom{
    text-align: right;
}
.right_bottom>img{
    top: 68px;
    right:10%;
}
.left_bottom{
    text-align: left;

}
.left_bottom>img{
    left: 10%;
    top: 68px;
}
.left_arrow{
    width: 20%;
    vertical-align: middle;
    padding: 0 4%;
    position: relative;
    transform:rotate(180deg);
}
.left_arrow>img{
    position:absolute;
    width: 124px;
    top:50%;
}