* {
    font-family: 'Myriad Pro-Regular';
}
.main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
span{
    font-size: 18px;
    line-height: 25px;
    color: #666;
}

.text{
    width:1200px;
    margin: 0 auto;
    /*height: 100px;*/
    /*background: #c81623;*/
}
.text span {
    width: 100%;
}
.text_{
    margin-left: 10%;
    width: 100%;
    padding-bottom: 35px;
    /*height: 100px;*/
    /*background: #c81623;*/
}

.back_gray{
    background: #f8f8f8;
    width: 100%;

}

 .textpicture1{
    top: 23%;
    left:100px;
    position: absolute;
    width: 35%;
    /*background: #fcfaf8;*/
    /*opacity: 0.95;*/
}

 .text_picture{
    top: 5%;
    left: 100px;
    position: absolute;
    width: 50%;
    min-width:640px;

    background: #fff;
    /*background: #fcfaf8;*/
    opacity: 0.95;
}

 .text_picture .new{
     margin-left: 5%;
     width: 90%;
 }



.left {
    float: left;
    width: 47%; /* 固定200px */
    /*background-color: green;*/
    height: 450px;
}

.right {
    margin-left: 53%; /* 左边宽度再加10px空白 */
    height: 450px;
    /*background-color: black;*/
    /*color: white;*/
}
.one {
    min-height: 750px;
    /* max-height: 2200px; */
    width: 100%;
}
.text .right_{
    width:376px;

    margin-bottom: 20px;
}

.text .mid_{
    width:376px;

}

.text .left_{
    width:376px;

}
@media screen and (max-width:1000px) {
   /* .one {
       height: 1400px;
   } */
   .one img{
        height: 278px;
   }
    .text .right_{
        /* margin-left: 100px; */
        width:330px;
        
        margin: 0 auto;
        margin-top: 30px;

    }
    
    .text .mid_{

        /* margin-right: 100px; */
        width:330px;
        margin: 0 auto;

        margin-top: 30px;
    }
    
    .text .left_{

        width:330px;
        margin: 0 auto;

        margin-top: 30px;
        /* margin-left: 100px; */
    
    }  
}

