/*这里的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: 303px;
}
/*表单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: 944px;
}

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

.form2box {
  position: relative;
  background: url(../images/index_06.jpg) center center no-repeat;
  height: 976px;
}
.form2box_form {
  position: relative;
  padding-top: 790px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.form2box_form .btn1 {
  background-color: rgb(69, 74, 80); /*按键颜色*/
  /* border-color: rgb(107, 167, 227); 按键边框颜色 */
  color: #fff; /*字体显示颜色*/
  /* margin: 20px 60px 20px 260px; */
  /* margin-left: -450px; */
}
.form2box_form .btn2 {
  /* margin-left: -200px; */
  background-color: red; /*按键颜色*/
  /* border-color: #e5b74b; 按键边框颜色 */
  color: #fff; /*字体显示颜色*/
}

/*
.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: 862px;
  /* 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_07.jpg) center center no-repeat;
  height: 826px;
}
.part_success_1 {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  top: 6%;
  text-align: center;
}

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

/* 以下这部分是弹框表单按键样式，可根据实际情况进行修改 */
.tk_kefu {
  position: relative;
  padding-top: 760px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.ztbtn {
  /*background-color: #345f8a;*/
  display: block;
  padding: 10px 40px;
  margin: 2% 8%;
  /* border: 2px solid rgb(59, 136, 230); 按键边框颜色 */
  color: #345f8a;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  /* animation: myBbreath 0.8s linear infinite; */
}
.ztbtn:hover {
  box-shadow: 0 0 25px #888;
  transform: scale(1.1);
}
.tk_kefu .btn1 {
  background-color: rgb(69, 74, 80); /*按键颜色*/
  /* border-color: rgb(107, 167, 227); 按键边框颜色 */
  color: #fff; /*字体显示颜色*/
  /* margin: 20px 60px 20px 260px; */
  /* margin-left: -450px; */
}
.tk_kefu .btn2 {
  /* margin-left: -200px; */
  background-color: red; /*按键颜色*/
  /* border-color: #e5b74b; 按键边框颜色 */
  color: #fff; /*字体显示颜色*/
}
