.main-header .header-top {
  background: #125ea9;
}

.main-header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-top .left-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-header .header-top .left-contact .contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-header .header-top .left-contact .contact-item:not(:last-child) {
  margin-right: 12px;
}

.main-header .header-top .left-contact .contact-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}

.main-header .header-top .left-contact .contact-item a {
  font-size: 13px;
  color: #fff;
}

.main-header .header-top .right-panel {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .header-top .right-panel .panel-search {
  position: relative;
  margin-right: 15px;
}

.main-header .header-top .right-panel .panel-search input {
  width: 180px;
  height: 25px;
  background: #ffffff;
  border-radius: 13px;
  padding: 0 11px;
}

.main-header .header-top .right-panel .panel-search img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../icons/search.png) no-repeat;
  background-size: contain;
}

.main-header .header-top .right-panel .panel-language {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .header-top .right-panel .panel-language img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
}

.main-header .header-top .right-panel .panel-language .language-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .header-top .right-panel .panel-language .language-btn a {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding: 0 5px;
}

.main-header .header-top .right-panel .panel-language .language-btn a:not(:last-child) {
  border-right: 1px solid #fff;
}

.main-header .header-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-nav .left-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .header-nav .left-logo a:not(:last-child) {
  margin-right: 30px;
}

.main-header .header-nav .left-logo img {
  width: 300px;
  object-fit: contain;
}

.main-header .header-nav .left-logo img:not(:last-child) {
  margin-right: 30px;
}

.main-header .header-nav .right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header .header-nav .right-nav li {
  position: relative;
}

.main-header .header-nav .right-nav li:not(:last-child) {
  margin-right: 30px;
}

.main-header .header-nav .right-nav li:hover > a {
  color: #333;
}

.main-header .header-nav .right-nav li:hover > a::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #a97935;
}

.main-header .header-nav .right-nav li:hover .nav-panel {
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.main-header .header-nav .right-nav li.active > a {
  color: #333;
}

.main-header .header-nav .right-nav li.active > a::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #a97935;
}

.main-header .header-nav .right-nav li a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #125ea9;
  line-height: 80px;
}

.main-header .header-nav .right-nav li .nav-panel {
  display: none;
  position: absolute;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(37, 68, 111, 0.5);
  border-radius: 0px 0px 10px 10px;
}

.main-header .header-nav .right-nav li .nav-panel a {
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  color: #142d5b;
}

.main-header .header-nav .right-nav li .nav-panel .left-first {
  padding: 0 20px;
}

.main-header .header-nav .right-nav li .nav-panel .left-first li {
  position: relative;
}

.main-header .header-nav .right-nav li .nav-panel .left-first li:not(:last-child) {
  margin-bottom: 15px;
}

.main-header .header-nav .right-nav li .nav-panel .left-first li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../icons/nav-active.png) no-repeat;
  background-size: contain;
}

.main-header .header-nav .right-nav li .nav-panel .left-first li.active a::before {
  content: none;
}

.main-header .header-nav .right-nav li .nav-panel .left-first li a {
  font-weight: bold;
}

.main-header .header-nav .right-nav li .nav-panel .right-send {
  display: none;
  padding: 0 20px;
  border-left: 1px solid #ddd;
}

.main-header .header-nav .right-nav li .nav-panel .right-send.active {
  display: block;
}

.main-header .header-nav .right-nav li .nav-panel .right-send li:not(:last-child) {
  margin-bottom: 15px;
}

.main-header .header-nav .right-nav li .nav-panel .right-send li a {
  font-weight: 400;
}

.main-header .header-nav .right-nav li .nav-panel .right-send li a::before {
  content: none;
}

.main-header .header-nav .right-nav li .nav-panel .right-send li a:hover {
  color: #a97935;
}

.main-header .header-nav .h5-panel {
  display: none;
}

.main-header .header-nav .h5-panel a {
  width: 48px;
  height: 48px;
}

.main-header .header-nav .h5-panel a:not(:last-child) {
  margin-right: 25px;
}

.main-header .header-nav .h5-panel a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-header .header-nav .h5-panel a .panel-btn {
  display: none;
}

.main-header .header-nav .h5-panel a .panel-btn.active {
  display: block;
}

.main-header .h5-nav {
  position: fixed;
  left: -100%;
  height: 100vh;
  width: 100%;
  transition: all 0.3s;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-header .h5-nav.show {
  left: 0px;
}

.main-header .h5-nav .left-first {
  padding: 15px 0;
  width: 30%;
  height: 100%;
  background: #f5f5f5;
}

.main-header .h5-nav .left-first li {
  padding: 15px 0;
}

.main-header .h5-nav .left-first li.active {
  background: #fff;
}

.main-header .h5-nav .left-first li.active a {
  border-color: #125ea9;
}

.main-header .h5-nav .left-first li a {
  padding: 0 15px;
  font-size: 16px;
  color: #125ea9;
  border-left: 4px solid transparent;
}

.main-header .h5-nav .right-send {
  display: none;
  width: 70%;
  padding: 15px 0 200px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.main-header .h5-nav .right-send::-webkit-scrollbar {
  width: 0 !important;
}

.main-header .h5-nav .right-send li {
  padding: 0 30px;
}

.main-header .h5-nav .right-send li .send-item {
  padding: 15px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-header .h5-nav .right-send li .send-item.active {
  border-bottom: none;
}

.main-header .h5-nav .right-send li .send-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.main-header .h5-nav .right-send li .right-third {
  display: none;
}

.main-header .h5-nav .right-send li .right-third li a {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
}

@media (max-width: 1080px) {
  .main-header .header-top,
  .main-header .header-nav .right-nav {
    display: none;
  }
  .main-header .header-nav .container {
    padding: 10px 15px;
  }
  .main-header .header-nav .left-logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-header .header-nav .left-logo img:not(:last-child) {
    margin-right: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
  .main-header .header-nav .h5-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 466px) {
  .main-header .header-nav .left-logo img {
    width: 170px;
  }
  .main-header .header-nav .h5-panel a {
    width: 42px;
    height: 42px;
  }
  .main-header .header-nav .h5-panel a:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 380px) {
  .main-header .header-nav .left-logo img {
    width: 150px;
  }
  .main-header .header-nav .h5-panel a {
    width: 35px;
    height: 35px;
  }
}

.main-footer {
  padding-top: 80px;
  background: url(../icons/footer-bg.png) 100%/100% no-repeat;
  background-size: cover;
}

.main-footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.main-footer .left-info {
  width: 450px;
}

.main-footer .left-info .top-logo {
  width: 360px;
}

.main-footer .left-info .top-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-footer .left-info .middle-contact {
  margin: 50px 0 70px;
}

.main-footer .left-info .middle-contact .h5-contact {
  display: none;
  background: #fff;
}

.main-footer .left-info .middle-contact .h5-contact a {
  line-height: 56px;
  font-size: 20px;
  color: #2358a1;
}

.main-footer .left-info .middle-contact .contact-item {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.main-footer .left-info .middle-contact .contact-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}

.main-footer .left-info .middle-contact .contact-item a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}

.main-footer .left-info .bottom-copyright {
  padding: 25px 0;
  border-top: 1px solid #5c8dcb;
}

.main-footer .left-info .bottom-copyright p {
  font-size: 12px;
  color: #fff;
}

.main-footer .right-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
}

.main-footer .right-nav dl:not(:first-child) {
  flex: 1;
}

.main-footer .right-nav dl:first-child {
  width: 200px;
}

.main-footer .right-nav dl a {
  color: #fff;
}

.main-footer .right-nav dl a:hover {
  color: #999;
}

.main-footer .right-nav dl dt {
  margin-bottom: 15px;
}

.main-footer .right-nav dl dt a {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

.main-footer .right-nav dl dd a {
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 1080px) {
  .main-footer .right-nav {
    display: none;
  }
  .main-footer {
    padding-top: 50px;
    background: #2358a1;
  }
  .main-footer .container {
    text-align: center;
  }
  .main-footer .left-info {
    flex: 1;
  }
  .main-footer .left-info .top-logo {
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
  }
  .main-footer .left-info .middle-contact {
    margin: 50px 0;
    padding: 0 15px;
  }
  .main-footer .left-info .middle-contact .contact-item {
    justify-content: center;
    margin-bottom: 10px;
  }
  .main-footer .left-info .middle-contact .contact-item a {
    font-weight: 400;
    line-height: 24px;
  }
  .main-footer .left-info .middle-contact .h5-contact {
    display: block;
  }
  .main-footer .left-info .middle-contact .h5-item {
    margin: 20px 0 30px;
    align-items: center;
    border: 1px solid #fff;
  }
  .main-footer .left-info .middle-contact .h5-item a {
    line-height: 56px;
    font-size: 20px;
  }
  .main-footer .left-info .bottom-copyright {
    padding: 15px;
  }
}

.inside-box {
  padding: 0 0 150px;
}

@media (max-width: 1080px) {
  .inside-box {
    padding: 40px 0;
  }
}

.main-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-box.connect-box {
  padding: 90px 0;
}

.main-box .left-nav {
  width: 265px;
}

.main-box .left-nav ul li a {
  padding: 30px 20px;
  position: relative;
  background: #e0edf6;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.main-box .left-nav ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  box-shadow: 3px -1px 6px 0px rgba(37, 68, 111, 0.65);
}

.main-box .left-nav ul li a:hover {
  background: linear-gradient(110deg, #125ea9 70%, #fff 70.4%);
  animation: bg-active 0.15s 1 linear;
  border-right: 2px solid #125ea9;
}

.main-box .left-nav ul li a:hover::before {
  background: #4594e9;
}

.main-box .left-nav ul li a:hover p {
  color: #fff;
}

.main-box .left-nav ul li a:hover .item-icon {
  display: none;
}

.main-box .left-nav ul li a:hover .item-icon-active {
  display: block;
}

.main-box .left-nav ul li a:hover .more {
  filter: invert(150%) sepia(50%) saturate(676%) hue-rotate(180deg) brightness(94%) contrast(95%);
}

.main-box .left-nav ul li a.active {
  background: linear-gradient(110deg, #125ea9 70%, #fff 70.4%);
  border-right: 2px solid #125ea9;
}

.main-box .left-nav ul li a.active::before {
  background: #4594e9;
}

.main-box .left-nav ul li a.active p {
  color: #fff;
}

.main-box .left-nav ul li a.active .item-icon {
  display: none;
}

.main-box .left-nav ul li a.active .item-icon-active {
  display: block;
}

.main-box .left-nav ul li a.active .more {
  filter: invert(150%) sepia(50%) saturate(676%) hue-rotate(180deg) brightness(94%) contrast(95%);
}

.main-box .left-nav ul li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.main-box .left-nav ul li a .item-icon-active {
  display: none;
}

.main-box .left-nav ul li a p {
  flex: 1;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.main-box .left-nav ul li a .more {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.main-box .left-nav ul li .send-nav {
  display: none;
  padding: 0 20px;
  background: #f2f2f2;
}

.main-box .left-nav ul li .send-nav li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.main-box .left-nav ul li .send-nav li a {
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  background: #f2f2f2;
  padding-left: 2px;
  display: inline-block;
}

.main-box .left-nav ul li .send-nav li a.active {
  color: #2358a1;
  border-right: none;
}

.main-box .left-nav ul li .send-nav li a:hover {
  color: #2358a1;
  animation: none;
  border-right: none;
}

.main-box .left-nav ul li .send-nav li a::before {
  display: none;
}

.main-box .right-list {
  width: calc(100% - 340px);
}

.main-box .right-list ul li a {
  padding: 8.5px 0;
  border-bottom: 1px dashed #ddd;
}

.main-box .right-list ul li a:hover h4 {
  color: #ad864b;
}

.main-box .right-list ul li a h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.main-box .right-list ul li a p {
  font-size: 16px;
  color: #ad864b;
  line-height: 36px;
}

.main-box .right-details {
  width: calc(100% - 340px);
}

.main-box .right-details h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2358a1;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.main-box .right-details .new-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.main-box .right-details .new-title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2358a1;
}

.main-box .right-details .new-title p {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}

.main-box .right-details .details-html {
  padding: 40px 0;
}

.main-box .right-details .details-html img {
  max-width: 100% !important;
}

.main-box .right-details .details-html .connect-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-box .right-details .details-html .connect-item img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.main-box .right-details .details-html .connect-item a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}

@keyframes bg-active {
  0% {
    background: linear-gradient(110deg, #125ea9 0%, #fff 70.4%);
  }
  25% {
    background: linear-gradient(110deg, #125ea9 17.5%, #fff 70.4%);
  }
  50% {
    background: linear-gradient(110deg, #125ea9 35%, #fff 70.4%);
  }
  75% {
    background: linear-gradient(110deg, #125ea9 52.5%, #fff 70.4%);
  }
  100% {
    background: linear-gradient(110deg, #125ea9 70%, #fff 70.4%);
  }
}

@media (max-width: 1080px) {
  .main-box.connect-box {
    padding: 0;
  }
  .main-box .left-nav {
    display: none;
  }
  .main-box .right-list {
    padding: 0 15px;
    width: 100%;
  }
  .main-box .right-details {
    width: 100%;
    padding: 15px;
  }
  .main-box .right-details h3 {
    display: none;
  }
  .main-box .right-details .details-html {
    padding: 0;
  }
  .main-box .right-details .details-html img {
    max-width: 100% !important;
  }
  .main-box .border-details {
    margin: 15px;
    border: 1px solid #ddd;
  }
  .main-box .border-details .new-title {
    border-bottom: none;
  }
  .main-box .border-details .new-title h4 {
    font-size: 22px;
    color: #333;
  }
  .main-box .service-details {
    display: none;
  }
}

.h5-panel {
  display: none;
}

.h5-panel .swiper-slide a {
  padding: 8px 0;
  border: 2px solid #2358a1;
  box-shadow: 0px 5px 10px 0px #d0dae5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h5-panel .swiper-slide a img {
  width: 25px;
  margin-right: 3px;
  object-fit: contain;
}

.h5-panel .swiper-slide a .item-icon-active {
  display: none;
}

.h5-panel .swiper-slide a p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.h5-panel .swiper-slide a.active {
  background: #125ea9;
}

.h5-panel .swiper-slide a.active .item-icon {
  display: none;
}

.h5-panel .swiper-slide a.active .item-icon-active {
  display: block;
}

.h5-panel .swiper-slide a.active p {
  color: #fff;
}

@media (max-width: 1080px) {
  .h5-panel {
    display: block;
  }
}

@media (max-width: 360px) {
  .h5-panel .swiper-slide a {
    padding: 5px;
  }
  .h5-panel .swiper-slide a img {
    width: 20px;
  }
  .h5-panel .swiper-slide a p {
    font-size: 14px;
  }
}

#main-back {
  display: none;
  position: fixed;
  bottom: 35%;
  right: 10%;
  z-index: 999;
  cursor: pointer;
}

#main-back img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#main-back p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #227fc9;
  text-align: center;
}

.main-banner {
  height: 600px;
}

.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-send-nav {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-send-nav a {
  font-size: 14px;
  color: #999;
}

.main-send-nav a:hover {
  color: #333;
}

.main-send-nav a.active {
  color: #333;
}

.main-send-nav span {
  margin: 0 5px;
  font-size: 14px;
  color: #999;
}

@media (max-width: 1080px) {
  .main-send-nav {
    display: none;
  }
}

.contact-box {
  margin: 100px 0;
}

.contact-box .contact-form .form-item {
  margin-bottom: 30px;
}

.contact-box .contact-form .form-item input {
  padding: 0 15px;
  width: 50%;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.contact-box .contact-form .form-item input:not(:last-child) {
  margin-right: 30px;
}

.contact-box .contact-form .form-item textarea {
  width: 100%;
  height: 220px;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.contact-box .contact-form .form-item.flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-box .contact-form .submit-btn {
  width: 180px;
  margin: 0 auto;
  background: #125ea9;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}

@media (max-width: 1080px) {
  .contact-box {
    margin: 40px 15px;
  }
  .contact-box .contact-form .form-item {
    margin-bottom: 15px;
  }
  .contact-box .contact-form .form-item.flex-item {
    flex-direction: column;
  }
  .contact-box .contact-form .form-item.flex-item input {
    width: 100%;
    margin-right: 0;
  }
  .contact-box .contact-form .form-item.flex-item input:not(:last-child) {
    margin-bottom: 15px;
  }
}

.service-h5-list {
  display: none;
}

.service-h5-list ul {
  padding: 30px 15px;
}

.service-h5-list ul li {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.service-h5-list ul li.active h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #125ea9;
  border-bottom: 1px solid #ddd;
}

.service-h5-list ul li.active h3 img {
  transform: rotate(180deg);
}

.service-h5-list ul li.active .details-html {
  display: block;
}

.service-h5-list ul li.active .details-html img {
  max-width: 100% !important;
}

.service-h5-list ul li h3 {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-h5-list ul li h3 img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.service-h5-list ul li .details-html {
  display: none;
}

.service-h5-list ul li .details-html img {
  max-width: 100% !important;
}

@media (max-width: 1080px) {
  .service-h5-list {
    display: block;
  }
}

.search-box {
  padding: 80px 0;
}

.search-box .search-input {
  display: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: unset;
}

.search-box .search-input input {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #125ea9 !important;
  padding: 0 15px;
}

.search-box .search-input .search-btn {
  cursor: pointer;
  width: 20%;
  height: 40px;
  line-height: 40px;
  background: #125ea9;
  color: #fff;
  text-align: center;
  border-radius: 0 10px 10px 0;
}

.search-box .search-title {
  margin: 30px 0;
}

.search-box .search-title h4 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.search-box .search-list {
  padding-right: 200px;
}

.search-box .search-list ul li a {
  padding: 8.5px 0;
  border-bottom: 1px dashed #ddd;
}

.search-box .search-list ul li a:hover h4 {
  color: #ad864b;
}

.search-box .search-list ul li a h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.search-box .search-list ul li a p {
  font-size: 16px;
  color: #ad864b;
  line-height: 36px;
}

@media (max-width: 1080px) {
  .search-box {
    padding: 40px 15px;
  }
  .search-box .search-title {
    margin: 15px 0;
  }
  .search-box .search-title h4 {
    font-size: 18px;
  }
  .search-box .search-list {
    padding-right: 0;
  }
  .search-box .search-list ul li a p {
    font-size: 14px;
    line-height: 28px;
  }
}
