.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.banner {
  width: 100%;
  height: 740px;
  position: relative;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 740px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 999;
}
.banner .hd {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  border-left: 30px 50% solid;
  z-index: 999;
  transform: translateX(-50%);
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #3230f3;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 648px;
  }
  .banner .bd ul li {
    height: 648px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 555px;
  }
  .banner .bd ul li {
    height: 555px;
  }
}
.xps {
  width: 100%;
  height: 148px;
  background: url("../images/bg1.jpg") no-repeat center;
  margin-top: -58px;
  z-index: 999;
  position: relative;
  padding-top: 47px;
  box-sizing: border-box;
}
.xps ul {
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 860px;
}
.xps ul li {
  height: 55px;
  padding-left: 68px;
  background: url("../images/ico.png") no-repeat left center;
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
}
.xps ul li p {
  margin-top: 12px;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  font-weight: normal;
}
.xps .search {
  float: right;
  width: 280px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  box-sizing: border-box;
  padding-left: 26px;
  position: relative;
}
.xps .search::after {
  width: 1px;
  height: 20px;
  background-color: #cbcbcb;
  position: absolute;
  top: 14px;
  left: 26px;
  content: "";
}
.xps .search input {
  float: left;
  width: 180px;
  box-sizing: border-box;
  padding-left: 15px;
  color: #949494;
  line-height: 48px;
  background: transparent;
}
.xps .search .sss {
  float: right;
  width: 52px;
  height: 48px;
  background: url(../images/ss.png) no-repeat center;
  cursor: pointer;
  margin-right: 5px;
}
.biaoti {
  float: left;
  height: 73px;
  width: 500px;
  transition: 1s;
}
.biaoti h3 {
  float: left;
  margin-right: 14px;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #333;
}
.biaoti span {
  float: left;
  line-height: 38px;
  display: block;
  color: #d5d5d5;
  font-family: arial;
  font-size: 34px;
}
.biaoti p {
  margin-top: 18px;
  background: url("../images/bt1.png") no-repeat left center;
  box-sizing: border-box;
  padding-left: 54px;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.product {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 72px;
  overflow: hidden;
}
.product .mos {
  float: right;
  width: 154px;
  height: 21px;
  box-sizing: border-box;
  padding: 5px;
  background: url("../images/mo1.png") no-repeat center;
  font-family: arial;
  font-size: 18px;
  line-height: 13px;
  color: #333;
  margin-top: 26px;
}
.product .mos i {
  font-family: arial;
  font-size: 18px;
}
.product .mos i:nth-child(5) {
  margin-left: 6px;
}
.product .to {
  width: 988px;
  height: 46px;
  margin: 52px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .to li.on {
  background: #3230f3;
  border: 1px solid #3230f3;
}
.product .to li.on a {
  color: #fff;
}
.product .to li {
  transition: 0.5s;
  width: 139px;
  height: 46px;
  border: solid 1px #d5d5d5;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #333;
}
.product .to li a {
  color: #333;
  transition: 0.3s;
}
.product .bo {
  width: 83.33333%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  min-width: 1280px;
}
.product .bo li:hover .tu img {
  transform: scale(1.2);
}
.product .bo li:hover .ti {
  color: #3230f3;
}
.product .bo li {
  width: 23.125%;
  margin-top: 47px;
}
.product .bo li .tu {
  width: 100%;
  height: 310px;
  background-color: #f7f7f7;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
}
.product .bo li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .bo li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .bo li .ti {
  margin-top: 16px;
  width: 100%;
  line-height: 48px;
  height: 48px;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-right: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  background: url("../images/mo2.png") no-repeat right center;
}
.product .bo li .ti::after {
  width: 20px;
  height: 4px;
  background: url("../images/ti1.png") no-repeat center;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}
.about {
  width: 100%;
  height: 818px;
  background: url("../images/bg2.jpg") no-repeat center;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  box-sizing: border-box;
}
.about .tit {
  position: absolute;
  top: 62px;
  right: -136px;
  writing-mode: tb-rl;
  letter-spacing: 18.6px;
  color: #5e7181;
  font-size: 16px;
  line-height: 16px;

  height: 600px;
}
.about .tu {
  float: left;
  width: 625px;
  height: 551px;
  background: url("../images/box.png") no-repeat center;
  box-sizing: border-box;
  padding: 10px 0 0 35px;
  margin-left: -35px;
  margin-top: 68px;
}
.about .tu iframe {
  width: 578px;
  height: 509px;
}
.about .tu img {
  width: 578px;
  height: 509px;
  background-color: #ffffff;
  box-shadow: -11px 8.6px 24px 0px rgba(4, 36, 65, 0.53);
  border: solid 10px #ffffff;
  box-sizing: border-box;
}
.about .right {
  float: right;
  width: 656px;
}
.about .right .biaoti {
  width: 100%;
  height: 193px;
  background-color: #3230f3;
  box-sizing: border-box;
  position: relative;
  padding: 60px 0 0 65px;
}
.about .right .biaoti h3 {
  color: #fff;
}
.about .right .biaoti span {
  color: #fff;
}
.about .right .biaoti p {
  color: #fff;
}
.about .right .biaoti p::after {
  background: #fff;
}
.about .right .biaoti img {
  width: 278px;
  height: 278px;
  position: absolute;
  top: -51px;
  right: -39px;
}
.about .right .ti {
  width: 100%;
  margin: 76px 0 29px;
  height: 41px;
  box-sizing: border-box;
  padding-left: 65px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background: url("../images/ti2.png") no-repeat left center;
}
.about .right .jie {
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 64px;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 190px;
}
.about .right .jie::after {
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 22px;
  content: "";
}
.about .right .mos {
  float: left;
  width: 189px;
  height: 58px;
  box-sizing: border-box;
  padding: 25px 0 0 23px;
  background: #fff url(../images/mo1.png) no-repeat center;
  font-family: arial;
  font-size: 18px;
  line-height: 13px;
  color: #333;
  margin: 60px 0 0 42px;
}
.about .right .mos i {
  font-family: arial;
  font-size: 18px;
}
.about .right .mos i:nth-child(5) {
  margin-left: 6px;
}
.about .right .dh {
  float: right;
  width: 400px;
  height: 34px;
  margin-top: 70px;
}
.about .right .dh p {
  float: left;
  box-sizing: border-box;
  padding-left: 60px;
  background: url("../images/dh2.png") no-repeat left center;
  font-family: arial;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.about .right .dh .zx {
  display: block;
  width: 113px;
  height: 34px;
  line-height: 34px;
  background: url(../images/mo3.png) no-repeat center 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  float: right;
}
.case {
  width: 100%;
  height: 930px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url("../images/bg3.png") no-repeat center bottom;
}
.case .center {
  height: 753px;
}
.case .mos {
  float: right;
  width: 154px;
  height: 21px;
  box-sizing: border-box;
  padding: 5px;
  background: url("../images/mo1.png") no-repeat center;
  font-family: arial;
  font-size: 18px;
  line-height: 13px;
  color: #333;
  margin-top: 26px;
}
.case .mos i {
  font-family: arial;
  font-size: 18px;
}
.case .mos i:nth-child(5) {
  margin-left: 6px;
}
.case .yi {
  width: 100%;
  height: 508px;
  margin-top: 40px;
}
.case .yi .zi {
  float: left;
  width: 660px;
  margin-top: 28px;
}
.case .yi .zi:hover .ti {
  color: #3230f3;
}
.case .yi .zi .mo {
  display: block;
  width: 54px;
  height: 54px;
  background: url("../images/mo4.png") no-repeat center;
}
.case .yi .zi .xian {
  width: 100%;
  height: 2px;
  background-color: #8f8f8f;
  margin: 24px 0 52px;
}
.case .yi .zi .ti {
  display: block;
  width: 570px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  transition: 0.3s;
  height: 20px;
}
.case .yi .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 30px;
  font-size: 15px;
  width: 570px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case .yi .tu {
  float: right;
  width: 620px;
  height: 508px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
.case .yi .tu:hover img {
  transform: scale(1.2);
}
.case .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .picScroll-left {
  width: 920px;
  height: 306px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 -162px solid;
  box-sizing: border-box;
  padding: 37px 100px 0 37px;
}
.case .picScroll-left .prev {
  width: 114px;
  height: 44px;
  background: #818181 url(../images/jt1.png) no-repeat 22px center;
  position: absolute;
  top: 76px;
  right: -56px;
  z-index: 99;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 64px;
  font-size: 15px;
  line-height: 44px;
  color: #fff;
}
.case .picScroll-left .next {
  width: 114px;
  height: 44px;
  background: #3230f3 url(../images/jt2.png) no-repeat 70px center;
  position: absolute;
  top: 185px;
  right: -56px;
  z-index: 99;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 15px;
  line-height: 44px;
  color: #fff;
}
.case .picScroll-left .bd {
  width: 100%;
  overflow: hidden;
}
.case .picScroll-left .bd li {
  float: left;
  width: 230px;
  margin-right: 33px;
}
.case .picScroll-left .bd li:hover .tu img {
  transform: scale(1.2);
}
.case .picScroll-left .bd li:hover .ti {
  color: #3230f3;
}
.case .picScroll-left .bd li .tu {
  display: block;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
.case .picScroll-left .bd li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .picScroll-left .bd li .ti {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  background: url("../images/mo5.png") no-repeat right center;
  font-size: 16px;
  color: #333;
}
.customized {
  width: 100%;
  height: 592px;
  padding-top: 83px;
  box-sizing: border-box;
  position: relative;
  background: url("../images/bg4.jpg") no-repeat center top;
}
.customized .pic {
  width: 583px;
  height: 374px;
  position: absolute;
  top: -162px;
  right: 0px;
}
.customized .ti {
  width: 100%;
  height: 170px;
}
.customized .ti p {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.customized .ti p i {
  font-weight: bold;
}
.customized .ti span {
  display: block;
  margin-top: 22px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.customized ul {
  width: 1360px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 14px 24px 0px rgba(4, 36, 65, 0.18);
  border-radius: 130px;
  background: url("../images/bg5.png") no-repeat center;
  margin-left: -50px;
  box-sizing: border-box;
  padding: 45px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customized ul li:nth-child(1),
.customized ul li:nth-child(3),
.customized ul li:nth-child(5),
.customized ul li:nth-child(7) {
  margin-top: 80px;
}
.customized ul li {
  text-align: center;
}
.customized ul li i {
  display: block;
  width: 100%;
  height: 65px;
  position: relative;
}
.customized ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.customized ul li p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.news {
  width: 100%;
  height: 677px;
  overflow: hidden;
}
.news .mos {
  float: right;
  width: 154px;
  height: 21px;
  box-sizing: border-box;
  padding: 5px;
  background: url("../images/mo1.png") no-repeat center;
  font-family: arial;
  font-size: 18px;
  line-height: 13px;
  color: #333;
  margin-top: 26px;
}
.news .mos i {
  font-family: arial;
  font-size: 18px;
}
.news .mos i:nth-child(5) {
  margin-left: 6px;
}
.news .slideTxtBox1 {
  width: 100%;
  margin-top: 44px;
}
.news .slideTxtBox1 .hd {
  float: left;
  width: 128px;
  height: 480px;
  background-color: #f7f7f7;
  margin-left: 19px;
}
.news .slideTxtBox1 .hd li.on {
  width: 200px;
  margin-left: -72px;
  background: url("../images/hd.png") no-repeat center;
}
.news .slideTxtBox1 .hd li.on a {
  background: url(../images/xw11.png) no-repeat 45px 46px;
  color: #fff;
  padding-top: 52px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 90px;
}
.news .slideTxtBox1 .hd li.on a::after {
  opacity: 1;
}
.news .slideTxtBox1 .hd li:nth-child(2) a {
  background: url(../images/xw2.png) no-repeat center 48px;
}
.news .slideTxtBox1 .hd li:nth-child(2).on a {
  background: url(../images/xw21.png) no-repeat 45px 46px;
}
.news .slideTxtBox1 .hd li:nth-child(3) a {
  background: url(../images/xw3.png) no-repeat center 48px;
}
.news .slideTxtBox1 .hd li:nth-child(3).on a {
  background: url(../images/xw31.png) no-repeat 45px 46px;
}
.news .slideTxtBox1 .hd li {
  width: 100%;
  height: 160px;
  transition: 0.5s;
  background: url(../images/hd.png) no-repeat 210px center;
  text-align: center;
}
.news .slideTxtBox1 .hd li a {
  display: block;
  width: 100%;
  height: 160px;
  background: url(../images/xw1.png) no-repeat center 48px;
  padding-top: 95px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.5s;
  position: relative;
}
.news .slideTxtBox1 .hd li a::after {
  width: 30px;
  height: 30px;
  background: url("../images/mo6.png") no-repeat center;
  transition: 0.5s;
  content: "";
  position: absolute;
  bottom: 40px;
  left: 90px;
  border-left: 40px 90px solid;
  opacity: 0;
}
.news .slideTxtBox1 .bd {
  width: 1078px;
  float: right;
}
.news .slideTxtBox1 .bd .to {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd .to li:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bd .to li:hover .ti {
  color: #3230f3;
}
.news .slideTxtBox1 .bd .to li:hover .jie {
  border-bottom: 1px solid #3230f3;
}
.news .slideTxtBox1 .bd .to li {
  width: 340px;
  height: 396px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 21px;
}
.news .slideTxtBox1 .bd .to li .tu {
  display: block;
  width: 100%;
  height: 208px;
  overflow: hidden;
}
.news .slideTxtBox1 .bd .to li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .slideTxtBox1 .bd .to li .ti {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: 0.3s;
  margin: 30px 0 18px;
  box-sizing: border-box;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .slideTxtBox1 .bd .to li .jie {
  width: 100%;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 8px;
  border-bottom: 1px solid #c2c2c2;
  transition: 0.5s;
}
.news .slideTxtBox1 .bd .to li .shi {
  float: left;
  margin-top: 24px;
  color: #656565;
  font-size: 12px;
  line-height: 9px;
}
.news .slideTxtBox1 .bd .to li .mo {
  float: right;
  margin-top: 24px;
  width: 20px;
  height: 11px;
  background: url("../images/mo7.png") no-repeat center;
}
.news .slideTxtBox1 .bd .bo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 46px;
}
.news .slideTxtBox1 .bd .bo li:hover .ti {
  background: url("../images/mo9.png") no-repeat right center;
  color: #3230f3;
}
.news .slideTxtBox1 .bd .bo li {
  width: 465px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.news .slideTxtBox1 .bd .bo li .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 135px;
  height: 30px;
  background: url("../images/mo8.png") no-repeat right center;
  transition: 0.5s;
}
.news .slideTxtBox1 .bd .bo li .shi {
  position: absolute;
  top: 0px;
  left: 338px;
  line-height: 30px;
  font-size: 12px;
  color: #aeadad;
}
.contact {
  width: 100%;
  height: 600px;
  background: url("../images/bg6.jpg") no-repeat center;
  padding-top: 72px;
  box-sizing: border-box;
}
.contact .biaoti {
  width: 315px;
  margin: 0 auto;
  height: 34px;
  line-height: 34px;
  float: none;
}
.contact .lian {
  width: 100%;
  height: 170px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-left: none;
  margin: 42px 0 38px;
}
.contact .lian ul {
  float: left;
}
.contact .lian .er {
  float: right;
  margin: 20px 45px 0 0;
  width: 107px;
  background: url("../images/er.png") no-repeat center top;
  box-sizing: border-box;
  padding: 5px;
}
.contact .lian .er img {
  width: 97px;
  height: 97px;
}
.contact .lian .er p {
  text-align: center;
  color: #b1b1b1;
  margin-top: 18px;
  font-size: 14px;
  line-height: 14px;
}
.contact .lian li:nth-child(1) {
  margin-right: 80px;
  background: url(../images/li1.png) no-repeat 67px center;
}
.contact .lian li:nth-child(1) p {
  font-family: arial;
  font-size: 16px;
}
.contact .lian li {
  float: left;
  height: 170px;
  border-left: 1px solid #e5e5e5;
  padding-left: 157px;
  background: url(../images/li2.png) no-repeat 67px center;
  padding-top: 64px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-weight: bold;
}
.contact .lian li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #888;
  font-weight: normal;
}
.contact .ly {
  width: 100%;
}
.contact .ly #tel {
  background: #fff url(../images/l2.png) no-repeat 11px center;
  float: right;
}
.contact .ly input {
  width: 620px;
  height: 42px;
  background: #fff url(../images/l1.png) no-repeat 11px center;
  border: solid 1px #e0e0e0;
  line-height: 42px;
  padding-left: 40px;
  box-sizing: border-box;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  border-radius: 2px;
}
.contact .ly input::placeholder {
  color: #666;
}
.contact .ly .yzm {
  position: relative;
  width: 620px;
  height: 42px;
  line-height: 42px;
  margin-top: 20px;
  float: right;
}
.contact .ly .yzm #codeText {
  width: 100%;
  height: 42px;
  background: #fff;
  line-height: 42px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666;
  padding-right: 10px;
}
.contact .ly .yzm #imgCode {
  width: 80px;
  height: 32px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-right: 5px 5px solid;
}
.contact .ly #btn {
  width: 620px;
  height: 42px;
  background-color: #3230f3;
  color: #fff;
  text-align: center;
  line-height: 42px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  float: right;
  margin-top: 25px;
}
.contact .ly #contant {
  width: 620px;
  height: 109px;
  background: #fff url(../images/l3.png) no-repeat 11px 12px;
  box-sizing: border-box;
  padding-left: 40px;
  border: solid 1px #e0e0e0;
  line-height: 42px;
  color: #666;
  padding-right: 10px;
  display: block;
  font-size: 14px;
  margin: 21px 0 0 0;
  float: left;
}
.contact .ly #contant::placeholder {
  color: #666;
}
