.width-100p {
  width: 100%;
}
.main-content {
  width: 1200px;
}
.container-width {
  max-width: 1920px;
}
.flex-start {
  display: flex;
  justify-content: start;
  align-items: start;
}
.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.flex-wrap {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
body {
  padding-top: 100px;
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 15;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1920px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
}
.header .content {
  width: 1200px;
  height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 217px;
  height: auto;
}
.header ul.nav {
  display: block;
  font-size: 0;
  margin-left: 60px;
}
.header ul.nav li {
  display: inline-block;
  margin: 0 25px;
}
.header ul.nav a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #333333;
  text-decoration: none;
}
.header ul.nav li:hover a,
.header ul.nav li.active a {
  color: #90151b;
}
.header ul.nav li:hover ::after,
.header ul.nav li.active ::after {
  position: relative;
  bottom: -5px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #91161b;
}
.header .tel {
  display: flex;
  justify-content: space-between;
  width: 180px;
  height: auto;
}
.header .tel p {
  font-size: 20px;
  color: #333333;
}
.page-body {
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.footer {
  max-width: 1920px;
  height: auto;
  background-color: #1a1a1a;
  margin: 0 auto;
  padding-top: 60px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 160px;
  border-bottom: solid 1px #414141;
  margin: 0 auto;
}
.footer .footer-nav {
  width: 590px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}
.footer .footer-nav ul {
  margin-top: 15px;
}
.footer .footer-nav a {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #e6e6e6;
  text-decoration: none;
}
.footer .footer-nav a:hover {
  color: #90151b;
}
.footer .qrbox {
  display: flex;
}
.footer .qrbox li {
  margin-right: 27px;
}
.footer .qrbox li:last-child {
  margin-right: 0;
}
.footer .qrbox p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer .qrbox img {
  margin-top: 10px;
}
.footer .tel {
  width: 235px;
  height: auto;
}
.footer .tel span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.footer .tel h2 {
  font-size: 26px;
  font-weight: normal;
  color: #8c0911;
  margin: 18px 0;
}
.footer .tel p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer .copyright {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.footer .copyright p {
  line-height: 90px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer .copyright a {
  text-decoration: none;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.aside-fixed {
  position: fixed;
  top: 30%;
  right: 20px;
  width: 92px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.aside-fixed .fix-item:nth-child(1) .img {
  background-image: url('../images/icon/i-5.png');
}
.aside-fixed .fix-item:nth-child(1) .img::before {
  content: '2';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #eb3131;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  border-radius: 8px;
  top: 12px;
  right: 12px;
  animation: blink 1s infinite ease-in-out;
}
.aside-fixed .fix-item:nth-child(2) .img {
  background-image: url('../images/icon/i-6.png');
}
.aside-fixed .fix-item:nth-child(3) .img {
  background-image: url('../images/icon/i-7.png');
}
.aside-fixed .fix-item:nth-child(4)::before {
  height: 0;
}
.aside-fixed .fix-item:nth-child(4) .img {
  background-image: url('../images/icon/i-8.png');
}
.aside-fixed .fix-item:nth-child(5).before::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 1px;
  background: #eeeeee;
}
.aside-fixed .fix-item:nth-child(5) .img {
  background-image: url('../images/icon/i-9.png');
  background-size: 90%;
}
.aside-fixed .fix-item:nth-child(5):hover.before::before {
  height: 0;
}
.aside-fixed .fix-item span {
  height: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.aside-fixed .fix-item + .fix-item {
  padding-top: 20px;
}
.aside-fixed .fix-item:hover span {
  color: #fff;
}
.aside-fixed .fix-item:hover {
  background: #333;
}
.aside-fixed .fix-item:hover .img {
  width: 30px;
  height: 30px;
  margin-bottom: 11px;
  background-size: contain;
}
.aside-fixed .fix-item:hover .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 92px;
  width: 240px;
  height: 92px;
  background: #000;
}
.aside-fixed .fix-item:hover:nth-child(1) .img {
  background-image: url('../images/icon/i-5-h.png');
}
.aside-fixed .fix-item:hover:nth-child(1) .img::after {
  background: no-repeat url('../images/icon/i-5-h-i.png') center / cover;
}
.aside-fixed .fix-item:hover:nth-child(2) .img {
  background-image: url('../images/icon/i-6-h.png');
}
.aside-fixed .fix-item:hover:nth-child(2) .img::after {
  background: no-repeat url('../images/icon/i-6-h-i.png') center / cover;
}
.aside-fixed .fix-item:hover:nth-child(3) .img {
  background-image: url('../images/icon/i-7-h.png');
}
.aside-fixed .fix-item:hover:nth-child(3) .img::after {
  background: no-repeat url('../images/icon/i-7-h-i.png') center / cover;
}
.aside-fixed .fix-item:hover:nth-child(4) .img {
  background-image: url('../images/icon/i-8-h.png');
}
.aside-fixed .fix-item:hover:nth-child(4) .img::after {
  background: no-repeat url('../images/icon/i-8-h-i.png') center / cover;
}
.aside-fixed .fix-item:hover:nth-child(5) .img {
  background-image: url('../images/icon/i-9-h.png');
}
.aside-fixed .fix-item:hover:nth-child(5) .img::after {
  width: 0;
}
.aside-fixed .fix-item {
  position: relative;
  width: 100%;
  height: 92px;
  cursor: pointer;
  padding-bottom: 20px;
}
.aside-fixed .fix-item:not(:last-of-type)::before {
  content: '';
  position: absolute;
  top: 92px;
  width: 50px;
  height: 1px;
  background: #eeeeee;
}
.aside-fixed .fix-item:first-child {
  padding-top: 20px;
}
.aside-fixed .fix-item .img {
  width: 30px;
  height: 30px;
  margin-bottom: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}
.quotedLfIndex {
  width: 1000px;
  height: 660px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.quotedLfIndex .img {
  width: 540px;
  height: 100%;
}
.quotedLfIndex .img > p {
  width: 100%;
  text-align: center;
  height: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 350px;
  line-height: 16px;
}
.quotedLfIndex .img > p span {
  width: 29px;
  height: 23px;
  font-size: 32px;
  font-family: boldFont;
  font-weight: bold;
  color: #dfbf20;
  margin: 0 10px;
}
.quotedLfIndex .img .scrollList {
  position: absolute;
  left: 100px;
  bottom: 32px;
  width: 360px;
  height: 211px;
  overflow: hidden;
}
.quotedLfIndex .img .scrollList .swiper-slide {
  transition: all ease-in-out 0.2s;
}
.quotedLfIndex .img .scrollList .swiper-slide p {
  color: #fff;
  font-size: 14px;
  height: 14px;
  line-height: 1;
}
.quotedLfIndex .img .scrollList .swiper-slide p span {
  font-size: 14px;
  margin-left: 40px;
  margin-right: 58px;
}
.quotedLfIndex .form {
  width: 460px;
  height: 100%;
  padding: 20px 35px;
  justify-content: start;
  align-items: flex-start;
  position: relative;
}
.quotedLfIndex .form .title {
  width: 100%;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 70px;
  letter-spacing: 5px;
  text-align: center;
}
.quotedLfIndex .form .text {
  margin-top: 15px;
  margin-bottom: 32px;
  width: 100%;
}
.quotedLfIndex .form .text > div + div {
  margin-left: 24px;
}
.quotedLfIndex .form .text span {
  width: 26px;
  height: 30px;
}
.quotedLfIndex .form .text p {
  margin-left: 3px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.quotedLfIndex .form .mianji {
  margin-bottom: 30px;
  align-items: start;
}
.quotedLfIndex .form .mianji p {
  width: 100%;
  font-size: 15px;
  line-height: 1;
  height: 15px;
  color: #333;
  margin-bottom: 10px;
}
.quotedLfIndex .form .phone {
  align-items: start;
  margin-bottom: 25px;
}
.quotedLfIndex .form .phone p {
  height: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.quotedLfIndex .form input {
  width: 370px;
  height: 52px;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-left: 20px;
  border: 0;
  outline: none;
}
.quotedLfIndex .form form > p {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
.quotedLfIndex .form form > p span {
  font-size: 14px;
  font-weight: 400;
  color: #eb3131;
}
.quotedLfIndex .form button.submit {
  width: 390px;
  height: 60px;
  background: #951e24;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
  border: 0;
  outline: none;
  transition-duration: 300ms;
}
.quotedLfIndex .form .submit:hover {
  background-color: #000000;
  color: #ffffff;
}
.quotedLfIndex .form .bottom {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-top: 155px;
}
.quotedLfIndex .close {
  width: 14px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAVtJREFUSEu91s1KAzEQwPH/oF704MMMeFRU9CS+geAzCF49CL6J+AAiHgpF8CjkYQT1ohDJkpa03SSz7e72mML8Mrs7H6Kqd8CtiEy891fOuR96/KnqPvAEHInIvajqH7AVjTfgoi80YhPgIMb/DmA4OEuS6gVtwQLxGsCQcnqL8MdGaCbmB3AuIXqfaFssEXn33l865z4bsC/UcvE5uClqwYKxAK6LWrFWsCvaBcuCVrQrVgRrKLCzTjmtvMPlrlbIYi/pIObarYKFTNO7mRuFCaygZqz6DtMUMo/W/ChnsUwZFrBZHHOWVdD60aT9sjROi2CpzjJl0UyE0KRzaBa0FHVpDOXQVtCCVaZMNtMhm3crOvR4WkHHGMAL6CgrBjBHx1+iVHUKnAyxJorIs/f+MIndrIm/wHY8NLeoUjdJSmYXeAGO49lXAMOqfxOH6XVfW/cS+gicisjDP5/oFVXGPFcGAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 40px;
  cursor: pointer;
  transition-duration: 300ms;
}
.quotedLfIndex .close:hover {
  transform: rotate(90deg);
}
@keyframes maskFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.modal {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.35s;
}
.modal .maskFadeIn {
  animation-name: maskFadeIn;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
}
.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.modal .modal-content.apponitment-modal {
  position: relative;
  width: 930px;
  height: 660px;
  background-color: #fff;
  margin: 0 auto;
}
.modal-0 .img {
  background: no-repeat url('../images/modal/modal-form-bg-0.png') center / contain;
}
.modal-1 .img {
  background: no-repeat url('../images/modal/modal-form-bg-1.png') center / contain;
}
.modal-1 .text > div:nth-child(1) span {
  background: no-repeat url('../images/modal/i-1.png') center;
}
.modal-1 .text > div:nth-child(2) span {
  background: no-repeat url('../images/modal/i-2.png') center;
}
.modal-1 .text > div:nth-child(3) span {
  background: no-repeat url('../images/modal/i-3.png') center;
}
.modal-2 .img {
  background: no-repeat url('../images/modal/modal-form-bg-2.png') center / contain;
}
.modal-2 .text > div:nth-child(1) span {
  background: no-repeat url('../images/modal/i-4.png') center;
}
.modal-2 .text > div:nth-child(2) span {
  background: no-repeat url('../images/modal/i-5.png') center;
}
.modal-2 .text > div:nth-child(3) span {
  background: no-repeat url('../images/modal/i-6.png') center;
}
.modal-3 .img {
  background: no-repeat url('../images/modal/modal-form-bg-3.png') center / contain;
}
.modal-3 .text > div:nth-child(1) span {
  background: no-repeat url('../images/modal/i-7.png') center;
}
.modal-3 .text > div:nth-child(2) span {
  background: no-repeat url('../images/modal/i-8.png') center;
}
.modal-3 .text > div:nth-child(3) span {
  background: no-repeat url('../images/modal/i-9.png') center;
}
