* {
    margin: 0;
    padding: 0;
}
.wrap{
    width: 100%;
    min-width:1200px;
    height: 100%;
    background-color: #F7F7F7;
    padding-top: 20px;
}
.box_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    /* border: 1px solid red; */
}
.index_main1{
    width: 100%;
    height: 390px;
    position: relative;
}
/* 首页的 */
.main_title{
    margin: 30px auto;
}
.index_main1 .box_main .main_title{
    width: 388px;
    height: 34px;
    background: url("../../../../youxidaili/img/index_main_1_title.png")/*tpa=https://www.sy123.com/youxidaili/img/index_main_1_title.png*/ no-repeat 100%;
    background-size: 100%;
}
.index_main1 .box_main .main_1_main{
    width: 1200px;
    height: 303px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.42) 100%);
    box-shadow: 0px 3px 6px 0px rgba(210,212,213,0.16);
    position: absolute;
    bottom: 8px;
}

.index_main1 .box_main .main_1_main img {
    width: 424px;
    height: 282px;
    margin-left: 76px;
}
.index_main1 .box_main .main_1_main p{
    display: inline-block;
    width: 593px;
    height: 150px;
    font-size: 16px;
    color: #26333F;
    line-height: 30px;
    letter-spacing: 3px;
    position: absolute;
    top: 93px;
    right: 40px;
    text-align:justify; 
}
.index_main1 .box_main .main_1_main p span{
    font-size: 24px;
    font-weight: 600;
    
}
















