body{

}

.center{
  text-align: center;
}

.commonWidth{
  width: 900px;
  margin: 0 auto;
}

.t67{
  position: relative;
  top: 49px;
}

.header{
  width: 100%;
  height: 727px;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center top;
  position: relative;
}

.header h1 a{
  width: 267px;
  height: 43px;
  display: inline-block;
}

a img {
  width: 100%;
  height: 100%;
}

.fr{
  float: right;
}

.text-30{
  color: #6a3906;
  font-size: 35px;
}

.center{
  text-align: center;
}

.freeForm{
  width: 335px;
  box-sizing: border-box;
  background: #f7eee8;
  position: absolute;
  top: 269px;
  right: 200px;
  padding: 31px;
  border-radius: 30px;
}

.formTextColor {
  color: #6a3906;
}

.divCenter{
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.divCenter label{
  margin-right: 10px;
  width: 30px;
  display: inline-block;
}

.divCenter input{
  width: calc(100% - 100px);
  border-radius: 15px;
  height: 30px;
  background: #ffffff;
  padding: 3px 12px;
  color: #6a3906;
  outline: none;
  border:none;
}

.freeFormButton{
  display: inline-block;
  width: 278px;
  text-align: center;
  height: 47px;
  line-height: 47px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background: #ff7200;
  border-radius: 30px;
  border: none;
  outline: none;
  margin-top: 20px;
}

.contentBox{
  background: #FFFFFF;
  width: 100%;
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
}

.contentBox a{
  display: inline-block;
  width: 400px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background: #ff7200;
  border-radius: 16px;
  border: none;
  outline: none;
  margin-top: 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.contentBox p{
  width: 100%;
  position: absolute;
  top: 100px;
  text-align: center;
  font-size: 60px;
  color: #865e35;
  font-weight: bold;
  margin-bottom: 50px;
}

.contentBox2{
  background: rgb(251,233,196);
}

.content1{
  min-height: 950px;
  background-image: url('../images/why.png');
  background-position: center top;
  background-repeat:  no-repeat;
  position: relative;
}



.inline{
  display: inline-block;
}

.contentBox2{
  background-image: url('../images/money.png');
  background-position: center top;
  background-repeat:  no-repeat;
  min-height: 950px;
}

.main-width{
  width: 1207px;
}

.contentCenter{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p_title{
  text-align: center;
  font-size: 60px;
  color: #865e35;
  font-weight: bold;
  margin-bottom: 50px;
}

.p_content{
  font-size: 28px;
  line-height: 40px;
  color: #3e3a39;
}

.contentCenter2{
  padding: 100px 0 130px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff3db;
}

.p_smallTitle{
  text-align: center;
  font-size: 38px;
  font-weight: 500;
}

.threeBox{
  margin: 50px 0 117px 0;
  display: flex;
  justify-content: space-between;
}

.three_child{
  width: 328px;
  overflow: hidden;
}

.three_child img{
  width: 100%;
  border-radius: 10px;
}

.three_spanBtn{
  text-align: center;
  font-size: 24px;
  width: 100%;
  padding: 11px 0;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #f39800;
  color: #ffffff;
}

.sixBoxOne, .sixBoxTwo{
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}

.sixBoxOne img, .sixBoxOne section, .sixBoxTwo img{
  flex: 1;
  margin: 0 10px;
}

.orange{
  background: #f39800;
  position: relative;
}

.orange section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
  font-size: 36px;
}

.sixBoxTwo{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.spanBtn{
  display: inline-block;
  text-align: center;
  font-size: 48px;
  line-height: 23px;
  font-weight: bold;
  width: 650px;
  padding: 36px 0;
  margin-top: 120px;
  border-radius: 20px;
  background-color: #ff8711;
  color: #ffffff;
}

.shiji{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 58px;
}

.shiji2{
  margin-bottom: 145px;
}

.leftImg, .rightImg{
  width: 320px;
  height: 350px;
  margin-right: 57px;
}

.rightImg{
  margin-left: 57px;
  margin-right: 0;
}

.leftImg img, .rightImg img{
  width: 100%;
  height: 100%;
}

.rightBox, .leftBox{
  flex: 1;
  background: #fef1d4;
  padding: 27px;
}

.rightBox p, .leftBox p{
  text-indent: 24px;
  font-size: 20px;
  line-height: 31px;
}


.rightBox p:first-child{
  margin-bottom: 25px;
}

.leftBox p:first-child{
  margin-bottom: 25px;
}

.footer{
  background: #fdc54c;
  padding-bottom: 110px;
}

.footer_title{
  color: #6a3906;
}

.twoLayout{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.p1{
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 18px;
}

.p2{
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}

.p3{
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}

.p4{
  font-size: 48px;
  color: #e9455a;
  margin-bottom: 10px;
  font-weight: 500;
}

.p5{
  font-size: 28px;
  color: #6a3906;
  margin-bottom: 5px;
}

.p6{
  font-size: 28px;
  color: #6a3906;
  margin-bottom: 28px;
}

.footerBtn{
  width: 384px;
  background: #fff;
  font-size: 36px;
  color: #ff8711;
  text-align: center;
  padding: 25px 0;
  line-height: 29px;
  border-radius: 20px;
}

.footerForm{
  background-image: url('../images/apply.png');
  width: 500px;
  height: 475px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.formItem{
  width: 300px;
  font-size: 20px;
  line-height: 60px;
  margin-top: 20px;
  4lo1rpx:
  color: #ff8711;
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.formItem label{
  margin-right: 5px;
  width: 75px;
  color: #ff8711;
  display: inline-block;
}

.formItem input{
  display: inline-block;
  width: 160px;
  padding: 4px 0 4px 9px;
  box-sizing: border-box;
  color: #ff8711;
  outline: none;
  border: none;
}

.up{
  width: 500px;
  text-align: center;
  margin-top: 40px;
}

.up button{
  width: 260px;
  background-color: #ff8711;
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0;
  border: none;
  outline: none;
  border-radius: 44px;
  color: #FFF;
  font-weight: 600;
}
