.contents {
  width: 1280px;
  margin: 0 auto;
}
.w2 {
  width: 100%;
  height: 100%;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  margin: 70px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  width: 268px;
  height: 133px;
  background: url(../images/t1.png) no-repeat top left;
  border-radius: 0;
}
.pro .box .top h3 a {
  display: block;
  padding: 90px 0 0 155px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.pro .box .ser {
  margin: 52px 0 0;
  position: relative;
  display: flex;
  width: 420px;
  height: 52px;
  background: #fbfbfb;
  border-radius: 26px;
  border: 1px solid #ddd;
  padding: 0 55px 0 34px;
  box-sizing: border-box;
}
.pro .box .ser input {
  width: 100%;
  height: 50px;
  background: none;
  font-size: 14px;
  line-height: 50px;
  color: #bbb;
}
.pro .box .ser input::placeholder {
  color: #bbb;
}
.pro .box .ser button {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: #e0bc41 url(../images/ser.png) no-repeat center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.pro .navlist {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .navlist li {
  position: relative;
  width: 125px;
  height: 46px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d1d1d1;
  transition: .3s linear;
}
.pro .navlist .on{
  transform: translateY(-5px);
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.02);
}
.pro .navlist .on::before{
  width: 100%;
}
.pro .navlist li::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #2e58b8;
  transition: .3s linear;
}
.pro .navlist li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.pro .navlist li a span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.pro .navlist .on a span{
  color: #2e58b8;
}
.pro .navlist li a i {
  margin-left: 10px;
  width: 80px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .navlist .on a i{
  color: #2e58b8;
}
.pro .proslide {
  position: relative;
  margin: 50px 0 0;
  height: 460px;
}
.pro .proslide .bd li {
  display: flex;
  justify-content: space-between;
}
.pro .proslide .bd li .text {
  margin: 50px 0 0;
  width: 564px;
}
.pro .proslide .bd li .text .cond {
  display: block;
  width: 564px;
  height: 85px;
  background: url(../images/bg1.png) no-repeat top left;
  border-radius: 0;
  font-size: 22px;
  line-height: 85px;
  color: #333;
  font-weight: bold;
  padding: 0 0 0 54px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .text p {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 40px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 120px;
}
.pro .proslide .bd li .tu {
  position: relative;
  width: 600px;
  height: 450p;
  border-radius: 0;
  z-index: 5;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  background: #f8f8f8;
}
.pro .proslide .bd li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 450p;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .proslide .bd li:hover .text .cond {
  color: #2e58b8;
  letter-spacing: 1px;
}
.pro .proslide .bd li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .proslide .next {
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 10;
  width: 163px;
  height: 40px;
  background: url(../images/next-pro.png);
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.pro .listpicimg {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.pro .listpicimg li {
  position: relative;
  z-index: 50;
  width: 300px;
  height: 280px;
  background: none;
  border-radius: 0;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 12px 10px 0;
  transition: .3s linear;
}
.pro .listpicimg li:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  transform: translateY(-5px);
}
.pro .listpicimg li::before {
  content: "PRODUCT NAME";
  display: block;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 300px;
  font-size: 34px;
  line-height: 27px;
  color: #f8f8f8;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  z-index: -1;
}
.pro .listpicimg li .tu {
  position: relative;
  width: 100%;
  height: 205px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.pro .listpicimg li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .listpicimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .listpicimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .listpicimg li .cond {
  display: block;
  font-size: 16px;
  line-height: 63px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listpicimg li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .listpicimg li:hover .cond {
  color: #2e58b8;
  letter-spacing: 1px;
}
.reason {
  height: 920px;
  background: url(../images/rea.jpg) no-repeat center;
  margin: 70px 0 0;
  padding: 51px 0 0 0;
  box-sizing: border-box;
}
.reason .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.reason .box::before {
  content: "";
  display: block;
  width: 628px;
  height: 1px;
  position: absolute;
  top: 107px;
  right: 0;
  background: #fff;
  opacity: 0.3;
}
.reason .box .top {
  width: 600px;
  background: url(../images/t2.png) no-repeat top left;
  padding: 148px 0 0 30px;
  box-sizing: border-box;
  margin-left: -30px;
}
.reason .box .top h3 {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 7px;
}
.reason .box .tel {
  width: 230px;
  height: 40px;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  background: url(../images/tel1.png) no-repeat center left;
  margin: 40px 0 0;
}
.reason .box .tel i {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: right;
}
.reason .box .tel b {
  display: block;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.reason .reasonslide {
  position: relative;
  margin: 65px 0 0;
}
.reason .reasonslide::before {
  content: "";
  display: block;
  width: 79px;
  height: 48px;
  position: absolute;
  top: 78px;
  right: 0;
  background: url(../images/title1.png) no-repeat center;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .ys {
  width: 551px;
  height: 580px;
  background: none;
  border-radius: 0;
}
.reason .reasonslide .bd li .ys img {
  width: 551px;
  height: 580px;
  background: none;
  border-radius: 0;
}
.reason .reasonslide .bd li .plaet {
  width: 470px;
  margin: 160px 0 0;
}
.reason .reasonslide .bd li .plaet .art b {
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #333;
  text-align: right;
}
.reason .reasonslide .bd li .plaet .art i {
  margin: 10px 0 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.reason .reasonslide .bd li .plaet .text {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 42px;
  color: #666;
  text-align: right;
}
.reason .reasonslide .arrbox {
  width: 240px;
  position: absolute;
  top: 510px;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.reason .reasonslide .arrbox .pageState {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #2e58b8;
  font-family: Arial, Helvetica, sans-serif;
}
.reason .reasonslide .arrbox .pageState span {
  font-size: 36px;
  line-height: 30px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.reason .reasonslide .arrbox .arr {
  display: flex;
  justify-content: space-between;
  width: 92px;
  height: 42px;
  background: none;
  border-radius: 0;
}
.reason .reasonslide .arrbox .arr .prev {
  width: 42px;
  height: 42px;
  background: #002e9b url(../images/prev-rea.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}
.reason .reasonslide .arrbox .arr .next {
  width: 42px;
  height: 42px;
  background: #e0bc41 url(../images/next-rea.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}
.case {
  margin: 68px 0 0;
}
.case .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.case .box::before {
  content: "";
  display: block;
  width: 1025px;
  height: 1px;
  position: absolute;
  top: 101px;
  left: 255px;
  background: #ddd;
}
.case .box .top {
  height: 134px;
  background: url(../images/t5.png) no-repeat top left;
  padding: 92px 0 0 115px;
  box-sizing: border-box;
  margin-left: -50px;
}
.case .box .top h3 {
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.case .box .tel {
  width: 230px;
  height: 40px;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  background: url(../images/tel2.png) no-repeat center left;
  margin: 40px 0 0;
}
.case .box .tel i {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: right;
}
.case .box .tel b {
  display: block;
  font-size: 24px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.case .caseswiper {
  position: relative;
  margin: 110px 0 0;
  z-index: 50;
}
.case .caseswiper::before {
  content: "";
  width: 1500px;
  height: 580px;
  display: block;
  position: absolute;
  top: -65px;
  left: -100px;
  z-index: -1;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}
.case .caseswiper .swiper-slide {
  padding: 10px 0 0 10px;
  box-sizing: border-box;
}
.case .caseswiper .swiper-slide .art .tu {
  position: relative;
  width: 396px;
  height: 266px;
  border-radius: 0;
  z-index: 5;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  transition: .3s linear;
}
.case .caseswiper .swiper-slide .art .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 396px;
  height: 266px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseswiper .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .art .text {
  position: relative;
  margin: 30px 0 0;
  padding: 0 60px 0 29px;
  box-sizing: border-box;
}
.case .caseswiper .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0;
  background: #434343;
}
.case .caseswiper .swiper-slide .art .text .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .art .text p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswiper .swiper-slide .art .text .more {
  position: absolute;
  top: -30px;
  right: 22px;
  display: block;
  width: 31px;
  height: 85px;
  background: url(../images/more1.png) no-repeat center;
  border-radius: 0;
  opacity: 0;
}
.case .caseswiper .swiper-slide .art:hover .text .cond {
  color: #2e58b8;
  letter-spacing: 1px;
}
.case .caseswiper .swiper-slide-active .art {
  margin: 80px 0 0;
}
.case .caseswiper .swiper-slide-active .art .text::before {
  background: #2e58b8;
}
.case .caseswiper .swiper-slide-active .art .text .cond {
  font-weight: bold;
  color: #2e58b8;
}
.case .caseswiper .swiper-slide-active .art .text .more {
  opacity: 1;
}
.case .caseswiper .arr {
  position: absolute;
  top: 409px;
  right: 0;
  z-index: 10;
  width: 527px;
  height: 41px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.case .caseswiper .arr .casepagination {
  display: flex;
}
.case .caseswiper .arr .casepagination .swiper-pagination-current {
  font-size: 28px;
  line-height: 30px;
  color: #e0bc41;
  position: relative;
  font-weight: bold;
  height: 30px;
  display: block;
}
.case .caseswiper .arr .casepagination .swiper-pagination-current::before {
  content: "0";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  font-size: 28px;
  line-height: 30px;
  color: #e0bc41;
}
.case .caseswiper .arr .casepagination .swiper-pagination-total {
  font-size: 16px;
  line-height: 40px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  margin-left: 15px;
  height: 30px;
  display: block;
}
.case .caseswiper .arr .casepagination .swiper-pagination-total::before {
  content: "/0";
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
  font-size: 16px;
  line-height: 40px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.case .caseswiper .arr .casenext {
  font-size: 16px;
  line-height: 41px;
  color: #e0bc41;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.abo {
  position: relative;
  margin: 147px 0 0;
  height: 920px;
  padding: 80px 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 896px;
  background: url(../images/abo.jpg) no-repeat center top;
  z-index: -1;
  animation: pulse 12s infinite 2s;
  pointer-events: none;
}
.abo .top {
  padding: 82px 0 0 0;
  box-sizing: border-box;
  background: url(../images/t3.png) no-repeat center top;
}
.abo .top h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.abo .text {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 42px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 126px;
}
.capital {
  margin: 70px 0 0;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  width: 260px;
  height: 125px;
  background: url(../images/t4.png) no-repeat center;
  border-radius: 0;
  padding: 82px 0 0 149px;
  box-sizing: border-box;
  margin-left: -30px;
}
.capital .box .top h3 a {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.capital .box .hd {
  margin: 57px 0 0;
  width: 510px;
  display: flex;
  justify-content: space-between;
}
.capital .box .hd li {
  position: relative;
  width: 125px;
  height: 46px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d1d1d1;
}
.capital .box .hd li::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #2e58b8;
  transition: 0.5s linear;
}
.capital .box .hd li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.capital .box .hd li a span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .box .hd li a i {
  margin-left: 10px;
  width: 80px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .box .hd .on::before {
  width: 100%;
  background: #e0bc41;
}
.capital .box .hd .on a span {
  color: #e0bc41;
}
.capital .box .hd .on a i {
  color: #e0bc41;
}
.capital .warp {
  margin: 50px 0 0;
}
.capital .warp .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .aside {
  width: 345px;
}
.capital .warp .bd li .aside .list {
  position: relative;
  width: 100%;
  height: 93px;
  background: none;
  border-radius: 0;
  border-top: 1px solid #dedede;
  padding: 20px 0 0 21px;
  box-sizing: border-box;
}
.capital .warp .bd li .aside .list::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 32px;
  left: 0;
  background: #333;
  border-radius: 50%;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .cond {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .data {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .aside .list:hover::before {
  background: #2e58b8;
}
.capital .warp .bd li .aside .list:hover .cond {
  color: #2e58b8;
  letter-spacing: 1px;
}
.capital .warp .bd li .samllsilde {
  width: 885px;
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .samllsilde .box .list {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
.capital .warp .bd li .samllsilde .box .list .tu {
  position: relative;
  width: 400px;
  height: 465px;
  border-radius: 0;
  z-index: 5;
  background: #fbfbfb;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}
.capital .warp .bd li .samllsilde .box .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 465px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .samllsilde .box .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .samllsilde .box .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .samllsilde .samll {
  width: 435px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 40px 0;
  box-sizing: border-box;
  background: url(../images/line1.png) no-repeat center bottom;
}
.capital .warp .bd li .samllsilde .samll .list {
  width: 435px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capital .warp .bd li .samllsilde .samll .list .data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 0;
  transition: 0.5s linear;
}
.capital .warp .bd li .samllsilde .samll .list .data::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  transition: 0.5s linear;
}
.capital .warp .bd li .samllsilde .samll .list .data i {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.capital .warp .bd li .samllsilde .samll .list .text {
  width: 295px;
}
.capital .warp .bd li .samllsilde .samll .list .text .cond {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .samllsilde .samll .list .text p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.capital .warp .bd li .samllsilde .samll .on .data {
  background: #2e58b8;
  border-radius: 50%;
}
.capital .warp .bd li .samllsilde .samll .on .data::before {
  background: #fff;
}
.capital .warp .bd li .samllsilde .samll .on .data i {
  color: #fff;
}
.mess {
  margin: 70px 0 0;
  height: 464px;
  background: url(../images/mess.jpg) no-repeat center top;
  padding: 47px 0 0 0;
  box-sizing: border-box;
}
.mess .box {
  width: 860px;
  display: flex;
  justify-content: space-between;
}
.mess .box .top h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
.mess .box .top em {
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  line-height: 15px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.mess .box .top p {
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 15px;
  color: #999;
}
.mess .box .rong {
  position: relative;
  width: 152px;
  height: 115px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.mess .box .rong::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 115px;
  pointer-events: none;
  background: url(../images/rong.png) no-repeat center;
  z-index: -1;
  transition: 0.5s linear;
}
.mess .box .rong .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mess .box .rong .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.mess .box .rong::before {
  z-index: 50;
}
.mess .FOM {
  position: relative;
  margin: 50px 0 0;
  width: 860px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mess .FOM .n {
  height: 48px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.mess .FOM .n img {
  width: 92px;
  height: 38px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .FOM .n input::placeholder {
  color: #999;
}
.mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-size: 14px;
  background: none;
  color: #999;
}
.mess .FOM .n textarea::placeholder {
  color: #999;
}
.mess .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  background-position-x: 11px;
  width: 420px;
}
.mess .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  background-position-x: 11px;
  width: 420px;
}
.mess .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  background-position: 11px 11px;
  width: 550px;
  height: 110px;
}
.mess .FOM .n:nth-child(4) {
  background: #fff;
  width: 290px;
  padding: 0 0 0 12px;
}
.mess .FOM #btn {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 290px;
  height: 48px;
  border-radius: 4px;
  background: #e0bc41;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}