/*这里的body是全局样式，hidden-text是隐藏文本，所有页面都要用到，无需要修改*/
body {
  background: #ffffff;
  min-width: 1200px;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.hidden-text {
  height: 1px;
  background-color: black;
  color: white;
  font-size: 0.1;
  overflow: hidden;
}

/*表单1样式 form_index主要控制背景图片，form_index_form控制表单的位置和宽度*/
.form_index {
  position: relative;
  background: url(../images/index_03.jpg) center center no-repeat;
  height: 279px;
}
/*表单1中form_index_form控制表单的位置和宽度*/
.form_index_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
/*弹框表单样式 form1box主要控制背景图片*/
.form1box {
  position: relative;
  background: url(../images/index_04.jpg) center center no-repeat;
  height: 736px;
}
/*弹框表单中 form1box_form 控制表单的位置和宽度*/
.form1box_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 620px;
}

/* 以下这部分 注释的内容为连续多个弹框表单样式，可根据实际情况进行修改 
/*form2box主要控制背景图片，form2box_form控制表单的位置和宽度，
form3box主要控制背景图片，form3box_form控制表单的位置和宽度，
form4box主要控制背景图片，form4box_form控制表单的位置和宽度，
form5box主要控制背景图片，form5box_form控制表单的位置和宽度，
*/

/*
.form2box {
  position: relative;
  background: url(../images/index_03.jpg) center center no-repeat;
  height: 819px;
}
.form2box_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 725px;
}
.form3box {
  position: relative;
  background: url(../images/index_04.jpg) center center no-repeat;
  height: 740px;
}
.form3box_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 640px;
}
.form4box {
  position: relative;
  background: url(../images/index_05.jpg) center center no-repeat;
  height: 685px;
}
.form4box_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 580px;
}
.form5box {
  position: relative;
  background: url(../images/index_06.jpg) center center no-repeat;
  height: 684px;
}
.form5box_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 580px;
}
*/

/*part_excellence主要控制优势 背景图片，part_excellence_1控制 优势 的位置和大小的位置和宽度*/
.part_excellence {
  position: relative;
  background: url(../images/index_05.jpg) center center no-repeat;
  height: 458px;
  /* background-size: 100% 100%; */
}
.part_excellence_1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  top: 28%;
  text-align: center;
}
/*
part_success主要控制成功案例背景图片，part_success_1控制成功案例的位置和大小的位置和宽度*/
.part_success {
  position: relative;
  background: url(../images/index_06.jpg) center center no-repeat;
  height: 634px;
}
.part_success_1 {
  position: relative;
  width: 1270px;
  margin: 0 auto;
  top: 17%;
  text-align: center;
}

/*form_footer主要控制背景图片，form_footer_form控制表单的位置和宽度*/
.form_footer {
  position: relative;
  background: url(../images/index_09.jpg) center center no-repeat;
  height: 462px;
}
.form_footer_form {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
