*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
a {
  color: #004564;
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
input,
textarea,
select {
  outline: none;
}
button {
  border: 0;
}
select {
  appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
body {
  color: #333;
}
.container {
  margin: auto;
  max-width: 1360px;
}
.banner img {
  margin: auto;
}
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 /* 这里是超出几行省略 */;
}
.main-header {
  margin-top: 80px;
  margin-bottom: 60px;
  color: #ab7038;
  text-align: center;
}
.main-header h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 44px;
}
.main-header p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.main-header p span {
  margin: 0 10px;
}
.main-header p:before,
.main-header p:after {
  width: 130px;
  height: 1px;
  background-color: #ab7038;
  content: '';
}
.breadcrumb {
  height: 35px;
  background-color: #f2f2f2;
}
.breadcrumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.breadcrumb .name {
  color: #ab7038;
  font-weight: Heavy;
}
.breadcrumb .link {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.breadcrumb .link .home {
  padding-left: 18px;
  background: url("../static/image/home.png") left/auto 14px no-repeat;
}
.breadcrumb .link i {
  margin: 0 2px;
  font-style: normal;
}
.breadcrumb .link span {
  margin: 0 2px;
  color: #ab7038;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.header .left {
  flex: 1;
  padding: 10px 0;
}
.header .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header .top .line {
  margin: 0 10px;
  width: 2px;
  height: 44px;
  background-color: #ab7038;
}
.header a.logo img {
  height: 60px;
}
.header .slogan {
  color: #ab7038;
  font-weight: 500;
  font-size: 16px;
}
.header .slogan p {
  line-height: 24px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header nav a {
  display: block;
  padding: 0 20px;
  border-radius: 99px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.3s;
}
.header nav a:hover,
.header nav a.on {
  background-color: #ab7038;
  color: #fff;
}
.header .tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding-right: 18px;
  padding-left: 65px;
  background: #ab7038 url("../static/image/ic_dh@2x.png") 15px center/40px 40px no-repeat;
}
.header .tel span,
.header .tel a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.swiper .swiper-fn,
.swiper-link .swiper-fn {
  position: relative;
}
.swiper .banner-button-prev,
.swiper-link .banner-button-prev,
.swiper .banner-button-next,
.swiper-link .banner-button-next {
  position: absolute;
  top: 279px;
  z-index: 2;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
.swiper .banner-button-prev,
.swiper-link .banner-button-prev {
  background: url("../static/image/p.png") center/cover no-repeat;
}
.swiper .banner-button-next,
.swiper-link .banner-button-next {
  right: 0;
  background: url("../static/image/n.png") center/cover no-repeat;
}
.swiper .banner-pagination,
.swiper-link .banner-pagination {
  position: absolute;
  bottom: -566px !important;
  z-index: 2;
  transform: translateX(50%);
}
.swiper .banner-pagination .swiper-pagination-bullet,
.swiper-link .banner-pagination .swiper-pagination-bullet {
  border-radius: 24px;
  background: #fff;
  opacity: 1;
}
.swiper .banner-pagination .swiper-pagination-bullet-active,
.swiper-link .banner-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ab7038;
}
.swiper .swiper-slide,
.swiper-link .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-banner {
  height: 620px;
}
.footer {
  position: relative;
  background-color: #595959;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer .gzh {
  position: relative;
  z-index: 2;
}
.footer .gzh .gzh-logo {
  padding: 2px;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}
.footer .gzh .gzh-logo:hover ~ .gzh-pop {
  display: block;
}
.footer .gzh .gzh-pop {
  position: absolute;
  right: 0;
  bottom: 55px;
  display: none;
  padding: 8px;
  padding-bottom: 0;
  width: 150px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}
.footer .gzh .gzh-pop p {
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
}
.footer .divider {
  height: 0.5px;
  background-color: #fff;
  opacity: 0.2;
}
.footer .rt {
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 0 40px;
  background-color: #595959;
  font-size: 12px;
  cursor: pointer;
  transform: translateX(-50%);
}
.footer .rt:hover .rt-icon {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.footer .rt .rt-icon {
  margin: auto;
  margin-bottom: 6px;
  width: 34px;
  height: 64px;
  background: url("../static/image/fhdb.png") center/cover no-repeat;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.footer .container .concat {
  line-height: 20px;
}
.footer .container .concat .addr {
  margin-bottom: 8px;
  padding-left: 24px;
  background: url("../static/image/addr.png") left center/auto 20px no-repeat;
}
.footer .container .concat .tel {
  margin-bottom: 8px;
  padding-left: 24px;
  background: url("../static/image/f-tel.png") left center/auto 20px no-repeat;
}
.footer .container nav {
  display: flex;
}
.footer .container nav a {
  display: block;
  margin-right: 30px;
  color: #fff;
  text-decoration: none;
}
.footer .center {
  padding: 16px;
  text-align: center;
  font-size: 12px;
}
.footer .center p {
  margin: 6px 0;
}
.fixed-form {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
}
.fixed-form .visit-btn {
  padding: 10px 8px;
  border: 1px solid #dedede;
  border-right: 0 solid #dedede;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.fixed-form .visit-btn:hover span {
  color: #ab7038;
}
.fixed-form .visit-btn img,
.fixed-form .visit-btn span {
  display: block;
}
.fixed-form .visit-btn img {
  width: 80px;
}
.fixed-form .visit-btn span {
  font-size: 15px;
}
.fixed-form .pop-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.fixed-form .pop-form.hide {
  display: none;
}
.fixed-form .pop-form .pop-title {
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
}
.fixed-form .pop-form .pop-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 30px;
  height: 30px;
  background: url("../static/image/close.png") center/cover no-repeat;
  cursor: pointer;
}
.fixed-form .pop-form .content {
  position: relative;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
}
.fixed-form .pop-form .content .content-item {
  padding: 40px;
  padding-top: 0;
}
.fixed-form .pop-form .content .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 480px;
  gap: 10px;
}
.fixed-form .pop-form .content .form-item .form-item-name {
  font-size: 16px;
}
.fixed-form .pop-form .content .form-item input[type='text'],
.fixed-form .pop-form .content .form-item input[type='date'] {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
}
.fixed-form .pop-form .content .form-item input[type='text']:hover,
.fixed-form .pop-form .content .form-item input[type='date']:hover,
.fixed-form .pop-form .content .form-item input[type='text']:focus,
.fixed-form .pop-form .content .form-item input[type='date']:focus {
  border-color: #ab7038;
}
.fixed-form .pop-form .content .form-item-info {
  display: flex;
  justify-items: center;
}
.fixed-form .pop-form .content .form-item-info img {
  display: block;
  margin-right: 2px;
  height: 20px;
}
.fixed-form .pop-form .content .submit-btns {
  display: flex;
  margin-top: 30px;
  gap: 40px;
}
.fixed-form .pop-form .content .submit-btns .btn {
  flex: 1;
  padding: 0;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
}
.fixed-form .pop-form .content .submit-btns .submit-btn {
  background-color: #ab7038;
  color: #fff;
}
.fixed-form .pop-form .content .submit-btns .cancel-btn {
  background-color: #e9e9e9;
}
ul.pagination {
  display: flex;
  justify-content: center;
}
ul.pagination li {
  margin-right: 15px;
}
ul.pagination li a,
ul.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
ul.pagination li a:hover {
  background-color: #ab7038;
  color: #fff;
}
ul.pagination .active span {
  background-color: #ab7038;
  color: #fff;
}
ul.pagination .disabled span {
  color: #999;
}
