
.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox .textBox {
  position: absolute;
  top: 245px;
  left: 360px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox .textBox .h2 {
  width: 558px;
  font-size: 36px;
  margin-bottom: 25px;
  text-align: left;
  font-family: MicrosoftYaHei;
  color: #fbf5f5;
  line-height: 56px;
}
.bannerBox .textBox .h3 {
  width: 558px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #fbf5f5;
  line-height: 23px;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.bannerBox .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-top: 70px;
}
.bannerBox .textBox .btn {
  display: block;
  width: 160px;
  height: 50px;
  opacity: 0.44;
  border: 2px solid #fbfcfd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.bannerBox .textBox .btn:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
}
.infoBox {
  display: block;
  /*height: 100%;*/
  box-sizing: border-box;
}
.infoBox .h2 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.infoBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  margin: 32px auto 50px;
}
.infoBox .desc {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5b5b5b;
  line-height: 25px;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 {
  padding: 58px 0 85px;
}
.page2 .box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page2 .box .box_item {
  width: 560px;
  height: 315px;
  padding: 54px 45px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  margin-right: 70px;
  margin-bottom: 28px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page2 .box .box_item:hover {
  transform: scale(1.05);
}
.page2 .box .box_item:nth-of-type(2n) {
  margin-right: 0;
}
.page2 .box .box_item .img {
  width: 70px;
  height: 70px;
  margin: auto;
}
.page2 .box .box_item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 .box .box_item .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #14210f;
  line-height: 38px;
  letter-spacing: 2px;
  margin: 35px auto 15px;
}
.page2 .box .box_item .sub {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #999999;
  line-height: 23px;
  letter-spacing: 1px;
}
.page2 .box .box_item .left {
  width: 55px;
  height: 55px;
  margin-right: 40px;
}
.page2 .box .box_item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 .box .box_item .right {
  flex: 1;
}
.page2 .box .box_item .right .top {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page2 .box .box_item .right .bottom {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.page3 {
  padding: 100px 0 ;
  box-sizing: border-box;
  background-image: url('../images/jmtj-bc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 45px;
}
.page3 .title {
  width: 100%;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  font-weight: 700;
  color: #fcfdfc;
  line-height: 38px;
  letter-spacing: 3px;
  margin-bottom: 45px;
}
.page3 p {
  width: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #fdfefd;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.page4 {
  padding: 58px 0 85px;
}
.page4 .box {
  display: flex;
  justify-content: center;
}
.page4 .box .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.page4 .box .list .item .left {
  width: 170px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #e8e8e8;
  border-radius: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  color: #4a4a4a;
  letter-spacing: 2px;
}
.page4 .box .list .item .center {
  width: 113px;
  height: 30px;
  margin: 0 40px;
}
.page4 .box .list .item .center img {
  display: block;
  width: 100%;
  height: 100%;
}
.page4 .box .list .item .right {
  width: 720px;
  height: 84px;
  background: rgba(0, 0, 0, 0);
  border: 2px dashed #c1c0c0;
  border-radius: 20px;
  padding-left: 72px;
  box-sizing: border-box;
  line-height: 84px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #4a4a4a;
  letter-spacing: 2px;
}
.page4 .box .list .item .bottom {
  width: 170px;
  margin-bottom: 15px;
}
.page4 .box .list .item .bottom img {
  display: block;
  width: 45px;
  height: 90px;
  margin: auto;
}
.page5 {
  padding: 58px 0 85px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.page5 .box {
  display: flex;
  justify-content: center;
}
.page5 .box .list .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
}
.page5 .box .list .item:nth-of-type(1) .tip {
  left: 75px;
}
.page5 .box .list .item .tip {
  position: absolute;
  left: 130px;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #FE020E;
  font-size: 16px;
}
.page5 .box .list .item .name {
  width: 176px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: right;
  color: #000;
  margin-right: 25px;
}
.page5 .box .list .item .input {
  width: 836px;
  height: 40px;
  opacity: 1;
}
.page5 .box .list .item .input input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding-left: 30px;
  box-sizing: border-box;
}
.page5 .box .submitBtn {
  width: 178px;
  height: 45px;
  background: #1782d5;
  border-radius: 30px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #fdfefd;
  letter-spacing: 2px;
  margin: auto;
  cursor: pointer;
}