.cont .page1 .w1440 {
  overflow: initial;
}
.cont .page1 ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
}
.cont .page1 ul li {
  width: 100%;
  transition: all 0.5s;
}
.cont .page1 ul li .ic {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cont .page1 ul li .ic svg {
  width: 40%;
  height: 40%;
  position: relative;
  z-index: 10;
}
.cont .page1 ul li .ic::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page1 ul li .txt p,
.cont .page1 ul li .txt a {
  display: block;
  text-align: center;
  font-weight: bold;
}
.cont .page1 ul li .txt p {
  color: #333;
  margin-top: 10px;
}
.cont .page1 ul li .txt a {
  color: #888;
  margin-top: 5px;
}
.cont .page1 ul li:hover {
  transform: translateY(-5px);
}
.cont .page1 ul li:hover .ic::after {
  opacity: 1;
}
.cont .page1 ul li:hover .ic svg path {
  fill: #fff;
}
.cont .page2 .map {
  width: 100%;
  height: 600px;
}
.cont .page2 .map img{
    transition: 0s;
}
.cont .page2 .map-infobox {
  padding-top: 25px;
}
.cont .page2 .map-infobox .text {
  background: #000;
  border-radius: 100px;
  padding: 8px 25px;
  color: #fff;
}
.cont .page3 {
  background: url(../img/contact/bg.jpg) no-repeat center center;
  background-size: cover;
}
.cont .page3 .w1440 {
  display: flex;
  justify-content: space-between;
}
.cont .page3 .w1440 .item-l {
  width: 300px;
}
.cont .page3 .w1440 .item-l .section_tit p,
.cont .page3 .w1440 .item-l .section_tit span {
  display: block;
  font-weight: bold;
}
.cont .page3 .w1440 .item-l .section_tit p {
  color: #333333;
}
.cont .page3 .w1440 .item-l .section_tit span {
  color: #888;
}
.cont .page3 .w1440 .item-r {
  width: 640px;
}
.cont .page3 .w1440 .item-r form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}
.cont .page3 .w1440 .item-r form .input-group {
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page3 .w1440 .item-r form .input-group .ic {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background: #0059a1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.cont .page3 .w1440 .item-r form .input-group .ic svg {
  width: 40%;
  height: 40%;
  position: relative;
  z-index: 10;
}
.cont .page3 .w1440 .item-r form .input-group input {
  width: calc(100% - 40px);
  color: #333;
}
.cont .page3 .w1440 .item-r form .input-group input::placeholder {
  color: #999999;
}
.cont .page3 .w1440 .item-r form .input-group .layui-unselect {
  width: calc(100% - 40px);
}
.cont .page3 .w1440 .item-r form .input-group .layui-unselect .layui-input {
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
}
.cont .page3 .w1440 .item-r form .input-group .layui-form-select dl {
  background: transparent;
  border: 0;
  box-shadow: 0;
  top: 27px;
}
.cont .page3 .w1440 .item-r form .input-group .layui-form-select dl dd.layui-this {
  background: #0053a6;
}
.cont .page3 .w1440 .item-r form .textarea-group {
  grid-column: 2 span;
  color: #333;
}
.cont .page3 .w1440 .item-r form .textarea-group::placeholder {
  color: #999999;
}
.cont .page3 .w1440 .item-r form .textarea-group textarea {
  height: 150px;
  border: 1px solid #777 !important;
  border-radius: 5px;
  background: transparent;
  padding: 20px;
}
.cont .page3 .w1440 .item-r form .submits_btn {
  grid-column: 2 span;
}
.cont .page3 .w1440 .item-r form .submits_btn button {
  width: 100%;
  justify-content: center;
  border: 0!important;
  background: transparent;
}
.cont .page3 .w1440 .item-r form .submits_btn button::after {
  background: linear-gradient(130deg, #0059a1 81%, #f23d00 95%);
}
.cont .page3 .w1440 .item-r form .submits_btn button i {
  font-size: 16px;
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page3 .w1440 .item-r {
    width: 580px;
  }
  .cont .page1 ul li .ic {
    width: 95px;
    height: 95px;
  }
}
/* 150 */
@media screen and (max-width: 768px) {
  .cont .page1 ul {
    flex-wrap: wrap;
  }
  .cont .page1 ul li {
    width: 100%;
  }
  .cont .page2 .map {
    height: 250px;
  }
  .cont .page2 .map-infobox {
    padding-top: 15px;
  }
  .cont .page2 .map-infobox .text {
    padding: 5px 20px;
  }
  .cont .page2 .map-infobox .text p {
    font-size: 12px;
  }
  .cont .page3 .w1440 {
    flex-wrap: wrap;
  }
  .cont .page3 .w1440 .item-l {
    width: 100%;
  }
  .cont .page3 .w1440 .item-r {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page3 .w1440 .item-r form {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cont .page3 .w1440 .item-r form .textarea-group {
    grid-column: 1 span;
  }
  .cont .page3 .w1440 .item-r form .submits_btn {
    grid-column: 1 span;
  }
}
/*# sourceMappingURL=./contact.css.map */
