.navbar {
  padding-left: 13%;
  padding-right: 13%;
  background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #1c2d5b;
  margin-left: 80px;
  font-size: 14px;
}

.navbar .btn {
  width: 90px;
}

.navbar .btn-primary {
  margin-right: 20px;
  background-color: #3860f4;
  border-color: #3860f4;
}

.navbar .btn-primary:hover {
  background-color: #2641a0;
  border-color: #2641a0;
}

.navbar .btn-outline-primary {
  color: #3860f4;
  border-color: #3860f4;
}

.navbar .btn-outline-primary:hover {
  color: white;
  background-color: #3860f4;
}

.container-fluid {
  padding: 0 13%;
}

.section {
  padding: 60px 13%;
}

.header {
  margin-top: 60px;
}

.header .title {
  font-size: 34px;
  color: #16213d;
  margin: 200px 0 20px;
  font-weight: bold;
}

.header .sub-title {
  font-size: 24px;
  color: #748195;
  margin-bottom: 100px;
  width: 40%;
}

.header > .btn {
  color: #5d4036;
  border: none;
  background-image: linear-gradient(to top right, #ffce86, #ffbf78);
  font-size: 20px;
}

.header > .btn:hover {
  background-image: linear-gradient(to top right, #ffab48, #ffab48);
}

.header > img {
  position: absolute;
  top: 59px;
  right: 6%;
  width: 50%;
  max-width: 700px;
  z-index: -1;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.intro {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.intro > .intro-item {
  background: #ebf0fc;
  min-height: 160px;
  border-radius: 5px;
  width: 31.5%;
  padding: 20px 40px;
  padding-left: 90px;
}

.intro-item .intro-title {
  font-size: 20px;
  color: #091633;
  font-weight: bold;
  margin-bottom: 10px;
}

.intro-item .intro-info {
  font-size: 14px;
  color: #6b798e;
  line-height: 26px;
}

.intro-item img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -75px;
}

.intro-header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff00 url('../image/intro-header-bg.png') no-repeat top left;
}

.intro-header .header-title {
  font-size: 24px;
  color: #15213d;
  font-weight: bold;
}

.intro-header .header-more {
  font-size: 18px;
  color: #15213d;
  padding: 0;
  display: flex;
  align-items: center;
}

.header-more > .more-btn-bg {
  position: relative;
}

.header-more > .more-btn-bg > img {
  position: absolute;
  top: -15px;
  left: -5px;
  width: 36px;
}

.header-more > .header-more-btn {
  border: 2px solid #15213d;
  border-radius: 5px;
  width: 40px;
  height: 27px;
  margin-right: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-more:focus,
.header-more:hover > .header-more-btn {
  border: none;
  background-image: linear-gradient(to bottom, #3961f4, #5981f7);
  z-index: 1;
  box-shadow: none;
}

.intro-btn-container {
  display: flex;
  margin: 30px 0;
}

.intro-btn-group {
  min-width: 499px;
  width: 499px;
  height: 270px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro-btn-group > .btn {
  width: 100px;
  height: 100px;
  font-size: 18px;
  color: #15213d;
  box-shadow: 0px 0px 10px 2px rgba(62, 103, 245, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-btn-group > .btn:hover {
  background-image: linear-gradient(to bottom, #3961f4, #5981f7);
  color: white;
}

.intro-btn-info {
  padding-top: 40px;
  padding-left: 40px;
  width: 45%;
}

#btn-info-title {
  font-size: 22px;
  color: #15213d;
  font-weight: bold;
  margin-bottom: 30px;
}

#btn-info {
  font-size: 18px;
  color: #4c5a6d;
}

.banner {
  width: 100%;
  height: 70px;
  background-image: url('../image/banner.png');
  background-size: 100% 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner span {
  font-size: 18px;
  color: #091633;
  font-weight: bold;
  margin: 0 30px;
}

.banner .angle-right {
  width: 22px;
  height: 22px;
  border: 2px solid #abbdff;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner:hover .angle-right {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 12px;
  background-color: #5981f7;
}

.section.light-bg {
  background-color: #f9faff;
}

.description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.description > img {
  max-width: 32vw;
  height: 11vw;
}

.description .left {
  min-width: 550px;
  width: 550px;
  height: 220px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.description .left div {
  width: 220px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15213d;
  font-size: 20px;
  font-weight: 500;
}

.description .left div:hover {
  color: #4570ff;
}

#borderBL {
  background: url(../image/borderBL.png) no-repeat top;
  background-size: 220px 80px;
}

#borderTR {
  background: url(../image/borderTR.png) no-repeat top;
  background-size: 220px 80px;
}

.description .left div img {
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#description-detail {
  margin-top: 60px;
  height: 120px;
  line-height: 40px;
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 20px 40px;
  color: #15213d;
  font-size: 20px;
  font-weight: 600;
}

.contact {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 280px;
  overflow: visible;
  padding: 20px 0;
}

.contact .label-img {
  width: 34px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.contact .contact-label {
  font-size: 20px;
  color: #111d39;
  font-weight: 500;
}

.contact .contact-detail {
  display: inline-block;
  font-size: 20px;
  color: #4c5a6d;
  margin-left: 20px;
  font-weight: 500;
}

.contact .call-no {
  margin-left: 192px;
}

.contact .visit {
  margin-left: 150px;
}

.contact .contact-form-div {
  width: 100%;
  background-color: white;
  height: 440px;
  margin-top: 40px;
  box-shadow: 0 0 10px #e2e2e2;
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-form-div img {
  width: 26.5vw;
  height: 16.7vw;
}

.contact-form-div form {
  width: 50%;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row-reverse;
}

.contact-form-div form input {
  width: 45%;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #dcdee3;
  border-radius: 5px;
}

.contact-form-div form input:focus {
  border-radius: 0px;
}

.contact-form-div form textarea {
  width: 100%;
  height: 200px;
  padding: 10px 20px;
  border: 2px solid #dcdee3;
  border-radius: 5px;
}

.contact-form-div form textarea:focus {
  border-radius: 0px;
}

.contact-form-div form button {
  width: 100px;
  background-image: linear-gradient(to left bottom, #3961f4, #5981f7);
}

.contact-form-div form button:hover {
  background-image: linear-gradient(to left bottom, #2641a0, #2641a0);
}

.footer {
  min-height: 200px;
  background-color: #091633;
  margin-top: 300px;
  padding: 40px 13%;
  color: #858fa1;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .section {
  width: 18%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#logo-white {
  margin-bottom: 20px;
}

.footer .section span {
  font-size: 14px;
  line-height: 32px;
}

.footer .section a {
  color: #858fa1;
}

.footer .section span.label {
  width: 120px;
  font-size: 18px;
  border-bottom: 1px solid #263858;
  margin-bottom: 15px;
}

.affairs {
  position: fixed;
  top: 6%;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: none;
}

.headerGdzc {
  background: transparent;
}

.headerGdzc .block {
  display: flex;
  width: 510px;
  height: 257px;
  background: #fff;
  margin: 0 auto;
  margin-right: 10vw;
  box-shadow: 5px 5px 20px #463333;
}

.headerGdzc .block img {
  width: 175px;
  height: 232px;
  margin: 13px;
}

.headerGdzc .block .paragraph {
  border-left: 1px solid #eaeaea;
  width: calc(100% - 200px);
}

.headerGdzc .block .paragraph .tittle {
  font-size: 20px;
  padding: 20px 0 20px 20px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}

.headerGdzc .block .paragraph .section {
  padding: 10px 0 50px 20px;
}

.headerGdzc .block .paragraph .section .info {
  color: #6b798e;
  font-family: PingFang-SC-Bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 20px;
}

.headerGdzc .block .paragraph .callService {
  margin: 10px 0 0 60%;
  padding: 7px 17px;
  color: #fff;
  background: #3860f4;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

#myModal,
#reg-info-modal {
  background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-dialog {
  max-width: 1062px;
}
#myModal .modal-content {
  display: flex;
  margin-top: 90px;
  width: 1062px;
  height: 660px;
  padding: 26px;
  flex-direction: column;
  align-items: center;
}
#myModal .reg-close {
  align-self: flex-end;
  width: 20px;
  outline: none;
}
#myModal .reg-title {
  color: #378aff;
  font-size: 30px;
  line-height: 36px;
  font-weight: Bold;
}
#myModal .modal-content form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 350px;
  margin-top: 70px;
  padding: 0 36px;
}
#myModal .modal-content form input,
#myModal .modal-content form select {
  width: 420px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#myModal .modal-content form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: lighter;
}

#myModal .modal-content form input:focus,
#myModal .modal-content form select:focus {
  border-bottom-color: #80bdff !important;
  box-shadow: none;
}

#myModal .reg-submit {
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 44px;
  border-radius: 22px;
  color: white;
  background-image: linear-gradient(to left bottom, #3961f4, #5981f7);
  margin-top: 20px;
  font-size: 20px;
}
#myModal .reg-submit:hover {
  color: white;
  background-image: linear-gradient(to left bottom, #2641a0, #2641a0);
}

#myModal .modal-content a.btn {
  color: #378aff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
#myModal .dropdown-toggle {
  width: 420px;
  text-align: start;

  font-size: 16px;
  color: #969696;
  font-weight: lighter;

  border-bottom: 1px solid #ebebeb;
}
#myModal .dropdown-toggle::after {
  border: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  float: right;
  margin-top: 10px;
}

#myModal .reg-select-active {
  color: black;
}

#reg-info-modal .modal-content {
  margin-top: 250px;
  width: 480px;
  height: 300px;
}
#reg-info-modal .reg-close {
  outline: none;
}

#reg-info-modal .modal-header {
  height: 55px;
  background-color: #f5f5f5;
  padding: 12px 20px;
}
#reg-info-modal .modal-header .modal-title {
  font-weight: bold;
  font-size: 20px;
  color: #378aff;
}

#reg-info-modal .modal-body {
  padding: 22px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}

#reg-info-modal .modal-footer {
  padding: 22px;
  border: none;
}
#reg-info-modal .modal-footer .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  border-radius: 22px;
  color: white;
  background-image: linear-gradient(to left bottom, #3961f4, #5981f7);
  margin-top: 20px;
  font-size: 18px;
}
#reg-info-modal .modal-footer .btn-close:hover {
  color: white;
  background-image: linear-gradient(to left bottom, #2641a0, #2641a0);
}
#captcha {
  width: 100px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
}
