*{margin: 0;padding: 0;}
a{text-decoration: none;}
.banner{
    background: url(../images/banner.jpg) no-repeat center center;
    height: 598px;
    min-width: 1200px;
}
.banner .main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    padding: 0 50px;
}
.banner .main>img{
    display: block;
    width: 328px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: -80px;
}
.banner .main>div{
    padding: 340px 70px;
}
.banner .main>div a{
    display: block;
    width: 450px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
    border-radius: 60px;
    background: #14E5BA;
    color: #0034ae;
    margin-bottom: 43px;
    letter-spacing: 2px;
}
.cont1{
    background: #F4F0EF;
    text-align: center;
    padding: 50px 0 50px 0;
}
.cont1 .main{
    width: 1200px;
    margin: 0 auto;
}
.cont1 .main>div{
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 0 50px;
}
.cont1 .main>div h4{
    font-size: 36px;
    font-weight: bold;
    text-align: left;
}
.cont1_box1 div{
    position: relative;
    background: url(../images/pick1.png)no-repeat center;
    width: 495px;
    height: 145px;
    margin-top: 20px;
}
.cont1>.main>div>div a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.cont1_box2 div{
    position: relative;
    background: url(../images/pick2.png)no-repeat center;
    width: 495px;
    height: 145px;
    margin-top: 20px;
}
.cont1_box3 div{
    position: relative;
    background: url(../images/pick4.png)no-repeat center;
    width: 495px;
    height: 145px;
    margin-top: 20px;
}
.cont1_box4 div{
    position: relative;
    background: url(../images/pick3.png)no-repeat center;
    width: 495px;
    height: 145px;
    margin-top: 20px;
}
.cont1>.main>div>div .xs{
    position: absolute;
    right: -10px;
    bottom: -10px;
}
.cont1>.main>div>div .jt1{
    position: absolute;
    right: -70px;
    bottom: 55px;
}
.cont1>.main>div>div .jt2{
    position: absolute;
    right: 70px;
    bottom: -90px;
}
.cont1>.main>div>div .jt3{
    position: absolute;
    right: -70px;
    bottom: 55px;
}
.cont2 .main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.cont2 .main .cont2_box{
    display: flex;
    justify-content: space-between; 
    margin-top: 30px;   
}
.cont2-lb{
    width: 570px;
}
.cont2-lb p{
    font-size: 36px;
    font-weight: bold;
}
.cont2-lb>img{
    width: 570px;
}
.cont2-bg {
    width: 580px;
    position: relative;
}
.cont2-bg ul{
    width: 580px;
    height: 350px;
    position: absolute;
    top: 12px;
    left: 0px;
}
.cont2-bg ul li{
    border: 5px solid #4d94d2;
    border-bottom: 0px;
    padding: 16px 5px;
    font-size: 22px;
}
.cont2-bg ul li:nth-of-type(1){
    font-weight: bold;
    font-size: 26px;
}
.cont2-bg ul li:nth-of-type(7){
    border-bottom: 5px solid #4d94d2;;
}
.cont2-bg ul li:nth-of-type(2n){
    background: #ddebf7;
}
.cont2 .main>a{
    display: block;
    width: 710px;
    height: 70px;
    font-size: 46px;
    background: #3A51FD;
    color: #fff;
    line-height: 70px;
    border-radius: 10px;
    margin: 30px auto;
    box-shadow:0px 4px #000;
}
.cont3{
    text-align: center;
    background: #F4F0EF;
    padding: 60px 0 60px 0;
}
.cont3>.main{
    width: 1200px;
    margin: 0 auto;
}
.cont3>.main>p{
    font-size: 36px;
    color: #999;
    letter-spacing: 6px;
    margin-top: 10px;
}
.cont3_box{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.cont3_box .left{
    text-align: center;
    width: 50%;
}
.cont3_box .left img{
    width: 275px;
}
.cont3_box .left a{
    display: block;
    width: 385px;
    height: 60px;
    font-size: 36px;
    background: #3A51FD;
    color: #fff;
    line-height: 60px;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0px 4px #000;
}
.cont3_box .right{
    text-align: left;
    width: 50%;
}
.cont3_box .right div{
    width: 485px;
    height: 540px;
    padding: 0 55px;
    box-sizing: border-box;
    background: #deedf4;
    position: relative;
    border-radius: 10px;
}
.cont3_box .right div p{
    font-size: 24px;
    color: #363636;
    padding-top: 25px;
}
.cont3_box .right div a{
    display: block;
    width: 385px;
    height: 60px;
    font-size: 36px;
    background: #3A51FD;
    color: #fff;
    line-height: 60px;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0px 4px #000;
    text-align: center;
    position: absolute;
    bottom: 40px;
}
.cont4 .main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}
.cont4 .main p{
    font-size: 36px;
    color: #999;
    letter-spacing: 6px;
    margin-top: 15px;
}
.cont4 .main a img{
    margin-top: 20px;
}
.cont5{
    background: #f4f0ef;
    padding-top: 60px;
    text-align: center;
}
.cont5 .main{
    width: 1200px;
    margin: 0 auto;
}
.cont5 .main>div{
    margin-top: 60px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cont5 .main>div a{
    display: block;
    width: 140px;
    height: 42px;
    background: #2f6def;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    margin: 25px auto 50px;
    text-align: center;
    border-radius: 21px;
}
.cont6{
  text-align: center;padding: 60px 0 0 0;
}
.cont6 .main{
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.cont6 .main .left{
    width: 50%;
}
.cont6 .main .right{
    width: 50%;
    margin-top: 50px;
}
.cont6 .main .right form{
    width: 500px;
    margin: 0 auto;
}
.tab4-container-Wrap-input{
    display: flex;
    justify-content: space-between;
    width: 480px;
    margin-top: 30px;
}
.label{
    width: 120px;
    height: 80px;
    background: #cbab7c;
    font-size: 38px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.input{
    width: 360px;
    height: 80px;
    border: 2px solid #cbab7c;
    font-size: 36px;
    color: #868585;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#dosubmit{
    display: block;
    width: 275px;
    height: 75px;
    border-radius: 20px;
    font-size: 40px;
    font-size: #fff;
    font-weight: bold;
    color: #fff;
    background: #cbab7c;
    margin: 20px auto;
}
.cont7{
    background: #f4f0ef;
    text-align: center;
    min-width: 1200px;
    padding: 50px 0 50px 0;
}
.cont7 div{
    background: url(../images/bg7.png) no-repeat center center;
    height: 760px;
    margin-top: 70px;
}
.cont7 a{
    display: block;
    width: 400px;
    height: 80px;
    font-size: 46px;
    background: #3A51FD;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    margin: 40px auto;
    box-shadow: 0px 4px #000;
    text-align: center;
}