a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 60px;
  font-weight: bolder;
}
.container.w1200 {
  max-width: 1200px;
  padding: 0;
}
.navWrap {
  background-color: #fff;
}
.navbar {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000;
  height: 65px;
  padding: 0 15px;
}
.navbar .navbar-brand {
  position: absolute;
  left: 65px;
}
.navbar .nav-link {
  color: #fff;
  font-weight: bolder;
}
.navbar .nav-link:hover {
  color: rgb(191, 191, 191);
}
.navbar .contactsbtn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4201f5;
  color: #fff;
  width: 165px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bolder;
  font-size: 16px;
}
.navbar .contactsbtn:hover {
  background-color: #290199;
}
a.baseBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 215px;
  height: 62px;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
  margin-top: 2rem;
  transition: all 0.3s;
  position: relative;
}
a.baseBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}
a.baseBtn:hover span, a.baseBtn.active span {
  color: #000;
  z-index: 1;
}
a.baseBtn:hover::after, a.baseBtn.active::after {
  opacity: 1;
  width: 100%;
}

.navWrap .subnavWrap .subnav {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2e2e2e;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  overflow: hidden;
}
.navWrap .subnavWrap .subnav.active {
  height: 450px;
}
.navWrap .subnavWrap .subnav .left {
  width: 40%;
  flex: 0 0 auto;
}
.navWrap .subnavWrap .subnav .right {
  background-color: #343434;
  width: auto;
  flex: 1 0;
}
.navWrap .subnavWrap .subnav .left .first-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #666;
  height: 90px;
  color: #a9a9a9;
  font-size: 20px;
  font-weight: bolder;
  margin-left: 32px;
  margin-right: 10px;
  padding-left: 32px;
}
.navWrap .subnavWrap .subnav.subnav2 .left {
  width: 75%;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box {
  display: flex;
  flex-wrap: wrap;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box a {
  display: flex;
  height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 60px;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box a .pic img {
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box a .text {
  height: 150px;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box a .text .name {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 1rem;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box a .text .def  {
  color: #dedede;
  line-height: 1.8rem;
  font-size: 12px;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box > div a:hover {
  background-color: #ee6f84;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box > div:nth-child(2) a:hover {
  background-color: #4454ff;
}
.navWrap .subnavWrap .subnav.subnav2 .left .second-box > div:nth-child(3) a:hover {
  background-color: #4eadff;
}
.navWrap .subnavWrap .subnav.subnav2 .right .box {
  width: 168px;
  height: 450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
}
.navWrap .subnavWrap .subnav.subnav2 .right .box p {
  font-size: 12px;
  margin-bottom: 1rem;
  margin-top: 5px;
}
.navWrap .subnavWrap .subnav.subnav2 .right .box span {
  font-family: impact;
  font-size: 24px;
}
.navWrap .subnavWrap .subnav.subnav3 .left {
  width: 36%;
}
.navWrap .subnavWrap .subnav.subnav3 .left .first-box {
  border: 0;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a {
  display: flex;
  flex-wrap: wrap;
  height: 180px;
  align-items: center;
  padding: 50px 64px;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a:hover {
  background-color: #4454ff;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a .box {
  display: flex;
  flex-wrap: wrap;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a .pic {
  width: 25px;
  margin-right: 1rem;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a .text p {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
}
.navWrap .subnavWrap .subnav.subnav3 .left .second-box a .text span {
  color: #dedede;
}
.navWrap .subnavWrap .subnav.subnav3 .right {
  padding: 30px 40px;
}
.navWrap .subnavWrap .subnav.subnav3 .right .pic {
  width: 320px;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.navWrap .subnavWrap .subnav.subnav3 .right .pic:hover {
  margin-top: -1rem;
}

.navWrap .subnavWrap .subnav.subnav4 .left {
  width: 30%;
}
.navWrap .subnavWrap .subnav.subnav4 .left .first-box {
  border: 0;
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a {
  display: flex;
  flex-wrap: wrap;
  height: 180px;
  align-items: center;
  padding: 50px 64px;
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a:hover {
  background-color: #4454ff;
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a .box {
  display: flex;
  /* flex-wrap: wrap; */
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a .pic {
  width: 25px;
  margin-right: 1rem;
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a .text p {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
}
.navWrap .subnavWrap .subnav.subnav4 .left .second-box a .text span {
  color: #dedede;
}
.navWrap .subnavWrap .subnav.subnav4 .right {
  color: #fff;
  padding: 30px 50px;
}
.navWrap .subnavWrap .subnav.subnav4 .right .infos {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.navWrap .subnavWrap .subnav.subnav4 .right h2 {
  font-size: 18px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.navWrap .subnavWrap .subnav.subnav4 .right p {
  font-size: 24px;
}
.navWrap .subnavWrap .subnav.subnav4 .right a:hover span {
  color: #000;
}

#backTop {
  width: 45px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  background-image: url('../images/top.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
}
.w1000 {
  max-width: 1000px;
}
footer {
  padding: 60px 0 !important;
  background-color: #000;
  text-align: center;
}
footer .container {
  max-width: 1000px;
}
footer i {
  color: #c9c9c9;
  font-size: 30px !important;
}
footer span {
  color: #42a299;
  margin-left: 5px;
}
footer .copyright {
  padding-top: 50px;
}
footer .copyright p {
  color: #666;
  margin-bottom: 5px;
  font-size: 12px;
}
#contacts1, #contacts2 {
  display: none;
}
#contacts1 .bg , #contacts2 .bg {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.7);
  animation-duration: 0.5s;
  z-index: 99997;
}
#contacts1 .contactsWrap , #contacts2 .contactsWrap {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: default;
  z-index: 99997;
  width: 80vw;
  padding: 2rem;
  transition: all 0.3s;
}
#contacts1 .contactsClose , #contacts2 .contactsClose {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}
#contacts1 .contactsWrap input, #contacts1 .contactsWrap textarea, #contacts2 .contactsWrap input, #contacts2 .contactsWrap textarea {
  border-radius: 2px;
  text-indent: 6px;
  font-size: 12px;
  outline: 0;
  border: 1px solid #dadada;
  width: 100%;
  padding: 6px;
  resize: none;
  margin-bottom: 10px;
}
#contacts1 .form span, #contacts2 .form span {
  display: block;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #666;
}
#contacts1 .contactsWrap {
  overflow: hidden;
  padding: 50px;
}
#contacts1 img {
  margin-left: -100px;
}
#contacts1 h1 {
  font-size: 36px;
  color: #000;
  line-height: 4rem;
  margin-bottom: 5rem;
}
#contacts1 p {
  font-size: 30px;
  font-family: impact;
  color: #2097f3;
}

#contacts1 .form .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contacts1 .form .flex .item {
  width: 45%;
  flex: 0 0 auto;
}
#contacts1 .form button {
  background-color: #00a0e9;
  border: 0;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 5px;
  width: 160px;
  height: 45px;
}
#contacts1 .form textarea {
  height: 200px;
}
#contacts2 .contactsWrap {
  background-image: url('../images/contacts2.jpg');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px;
}
#contacts2 .left {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#contacts2 .first-box {
  font-weight: bolder;
}
#contacts2 .first-box h1 {
  color: #fff;
  font-size: 72px;
}
#contacts2 .first-box p {
  font-size: 30px;
  color: #fff;
}
#contacts2 img {
  width: 110px;
}
#contacts2 .second-box span {
  margin-bottom: 3rem;
  display: block;
}
#contacts2 .second-box .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contacts2 .second-box .text {
  margin-left: 2rem;
}
#contacts2 .second-box .text h2 {
  font-size: 36px;
  color: #000;
  font-family: impact;
  font-weight: bolder;
}
#contacts2 .second-box .text h3 {
  font-size: 18px;
  color: #3c4353;
}
#contacts2 .form .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contacts2 .form .flex .item {
  width: 45%;
  flex: 0 0 auto;
}
#contacts2 .form button {
  background-color: #f54f4f;
  border: 0;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 5px;
  width: 160px;
  height: 45px;
}
#contacts2 .form textarea {
  height: 200px;
}
#contacts2 .form .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}