* {
	margin: 0;
	padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.banner{
    height: 499px;
    margin-top: 60px;
}
.banner .banner1{
    background: url(../images/banner1.png) no-repeat center top;
}
.banner .banner2{
    background: url(../images/banner2.png) no-repeat center top;
}
.part1{
    background: url(../images/bg1.png) no-repeat center center;
    height: 711px;
}
.part2{
    background: #F7F7F7;
    padding-bottom: 40px;
}
.main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.part2 .main img{
    margin-top: 80px;
}
.part2 .main a{
    display: block;
    width: 308px;
    height: 56px;
    background: #FED701;
    margin: 20px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
}
.part3{
    background: url(../images/bg3.jpg) no-repeat center center;
    height: 625px;
}
.part3 .main{
    padding-top: 530px;
}
.part3 .main a{
    display: block;
    width: 308px;
    height: 56px;
    background: #FED701;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
}
.part4 .main>img{
    margin-top: 80px;
}
.part4 .main .part4-box{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.part4 .main>a{
    display: block;
    width: 308px;
    height: 56px;
    background: #FED701;
    margin: 40px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
}
.part5 .main .title5{
    margin-top: 40px;
}
.part5 .main .part5-box{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.part5 .main form{
    margin-top: 40px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.part5 .main form .input1{
    width: 420px;
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    border: 1px solid #E7E6E6;
    border-radius: 10px;
    padding-left: 30px;
}
.part5 .main form #dosubmit{
    width: 250px;
    height: 76px;
    line-height: 76px;
    font-size: 24px;
    background: #A00202;
    border-radius: 10px;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}
.part6{
    background: #F3F3F3;
    padding-bottom: 50px;
}
.part6 .main>img{
    margin-top: 80px;
}
.part6 .main .part6-top{
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.part6 .main p{
    font-size: 20px;
    color: #000;
}
.part6 .main span{
    font-size: 18px;
    color: #a00202;
}
.part6 .main .part6-top div{
    width: 283px;
    height: 192px;
    background: #fff;
}
.part6 .main .part6-bot{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.part6 .main .part6-bot div{
    width: 283px;
    height: 192px;
    background: #fff;
}
.part6 .main>a{
    display: block;
    width: 308px;
    height: 56px;
    background: #FED701;
    margin: 40px auto 0;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
}
.part7{
    padding-bottom: 70px;
}
.part7 .main>img{
    margin-top: 80px;
}
.part7 .main div{
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.part7 .main a{
    display: block;
    width: 308px;
    height: 56px;
    background: #FED701;
    margin: 40px auto 0;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
}
