body,html {
    background-color: white;
    margin: 0px;
    padding: 0px;
    }
    .mianbaobg{
        width: 100%;
        height: 40px;
        background: #E7F1FF;
        line-height: 40px;
    }
    .mianbao div:first-child{
        height:40px;
        width:20px;
        margin-right:15px;
    }
    .mianbao div{
        float:left;
        font-size:14px;
        color:#999999;
    }
    .mianbao div a:last-child{
        color:#1F59D8;
    }
    .mianbao div a{
        font-size: 14px;
        padding:0 2px;
    }
    input{
        outline:none;
        box-sizing: border-box;
    }
    .bannerbg{
	    background: url(../images/bannerOne.png) no-repeat;
	    height: 220px;
	    width: 100%;
    }
    .ma{
        margin: 0 auto;
        width: 1200px;
    }
    
    .banner span{
        margin: 0 auto;
        width: 1200px;
        font-size: 40px;
        color: white;
        padding-top: 70px;
        display: block;
    }
    .mian{
        min-height: 633px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgb(153 153 153 / 10%);
        position: relative;
        top: -44px;
        padding: 10px 20px 20px;
    }
    .section1>span{
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }
    .section1 form{
        margin-top: 20px;
        display: flex;
    }
    .f1{
        float: left;
    }
    .cf{
        zoom: 1;
    }
    
    .section1 form span{
        font-size: 14px;
        color: #333333;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .section1 form input{
        font-size: 14px;
        height: 40px;
        padding-left: 12px;
        border: 1px solid #D9D9D9;
        color: #333333;
        width: 100%;
        border-radius:4px;
        margin: 0;
    }
    .section1 .box4 input{
        width: 150px;
        border-radius:4px;
        background: #287CED;
        color: white;
        font-size: 14px;
        padding-left: 0px;
    }
     .section1 form .box3 {
        flex: 1;
    }
    .section1 form .box4 {
    flex-direction: column-reverse;
    display: flex;
    margin-left: 50px;
    }
    
    .section2{
        /* margin-top: 20px; */
    }
    .section2>span{
        font-size: 18px;
        color: #333333;
    }
    .details-item{
        padding: 0;
    }
    .info-item-div{
        border-bottom: 1px solid #D9D9D9;
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .info-item-div>p{
        color: #333333;
        flex: 1;
        
    }
    .table-content{
        width: 100%;
        border-left: #999999 solid 1px;
        border-top: #999999 solid 1px;
        color: #333333;
        font-size: 14px;
        margin-top: 20px;
    }
    .table-content td,.table-content th{
        border:1px solid #999999;
        border-left: none;
        border-top: none;
        padding: 5px;
        text-align: center;
     }
     .tbody-content tr:first-child{
         /* color: #FF0000; */
     }
     .table-content tr:first-child{
/* background-color: #C4F0FC; */
     }
	      .info-item{
        list-style:none;
    }

