.bgred{
    background-color: #ad0019;
}
.figure{
    background: url(imagesfigure.jpg) no-repeat top center;
    height: 861px;
}
.wrap1200{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.wrap1200>div{
    margin-bottom: 50px;
}
.section1{
    background: url(imagesbg1.png) no-repeat top center;
    height: 460px;
}
.section2{
    background: url(imagesbg2.jpg) no-repeat top center;
    height: 634px;
}
.section3{
    background: url(imagesbg3.png) no-repeat top center;
    height: 632px;
}
.itemTitle{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}
.youhui{
    text-indent: 2em;
    font-size: 24px;
    color: #282828;
    padding: 0 200px;
    margin-top: 120px;
}
.btnBar{
    text-align: center;
    margin: 0 auto;
}
.zxBtn{
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    background-color: #ad0019;
    margin:60px 30px 0;
    cursor: pointer;
}
.zxBtn2{
    background-color: #fff;
    color: #AD0019;
    margin-top: 0;
}
.formWrap{
    margin: 0 auto;
    margin-left: 280px;
    margin-top: 100px;
}
.ybmForm{
    margin: 0 auto;
}
.ybmForm b{
    display: inline-block;
    font-size: 20px;
    color: #282828;
    width: 120px;
    text-align: right;
}
.ybmForm input[type="text"]{
    width: 390px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #999;
    padding-left: 10px;
}
.ybmForm select{
    width: 395px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #999;
    padding-left: 10px;
}
.ybmForm input[type="submit"]{
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #AD0019;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
   margin-left: 230px;
}

