a:hover {
  color: #d4b664;
}
.swiper-pagination-bullet-active {
  background-color: #d4b664 !important;
}
.header {
  background-color: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #fff;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #fff;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 20%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #d4b664;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #d4b664;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #d4b664;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #d4b664;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  background-color: #fff;
  box-shadow: 0 0 2px #e2e2e2;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #d4b664;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #d4b664;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #d4b664;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.intr-w {
  padding: 100px 0;
  background: url(../images/aboutus-bg.png);
}
.intr-w .page {
  max-width: 1600px;
}
.intr-w .box {
  display: flex;
}
.intr-w .pic {
  max-width: 40%;
  margin-right: 30px;
  padding-top: 100px;
}
.intr-w .pic img {
  width: 100%;
  object-fit: cover;
}
.intr-w .con {
  flex: 1;
}
.intr-w .con h1 {
  font-size: 40px;
  font-weight: bold;
}
.intr-w .con em {
  font-size: 20px;
  line-height: 2em;
}
.intr-w .con h2 {
  font-size: 40px;
  margin-top: 15px;
  font-weight: bold;
  margin-top: 80px;
}
.intr-w .con h3 {
  font-size: 30px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
  font-size: 16px;
  padding-right: 100px;
  padding-bottom: 25px;
}
.intr-w .con .more {
  width: 150px;
  line-height: 45px;
  text-align: center;
  background-color: #d4b664;
  border-radius: 50px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
}
.intr-w .con .more i {
  font-size: 20px;
}
.intr-w .con .more:hover {
  opacity: 0.75;
}
.intr-w .con ul {
  display: flex;
  margin-top: 100px;
}
.intr-w .con ul li {
  border-right: 2px #d4b665 solid;
  padding: 0 40px;
}
.intr-w .con ul h4 {
  font-weight: bold;
  font-size: 70px;
}
.intr-w .con ul h4 i {
  font-size: 25px;
}
.intr-w .con ul p {
  text-align: center;
}
.intr-w .con ul li:last-child {
  border-right: none;
}
.pro-w {
  background: url(../images/pro-bg.png);
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.pro-w h1 {
  font-size: 40px;
  font-weight: bold;
}
.pro-w em {
  font-size: 20px;
}
.pro-w .text {
  display: flex;
  margin: 50px 0;
}
.pro-w .text h2 {
  width: 50%;
  font-weight: bold;
  font-size: 25px;
}
.pro-w .text span {
  width: 50%;
  padding-right: 100px;
}
.pro-w .pro-s .bth {
  display: flex;
  margin-bottom: 27px;
}
.pro-w .pro-s .bth .button-next {
  background: rgba(137, 142, 145, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.pro-w .pro-s .bth .button-next:hover {
  background: #fff;
  color: #d4b664;
}
.pro-w .pro-s .bth .button-prev {
  background: rgba(137, 142, 145, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-left: 10px;
}
.pro-w .pro-s .bth .button-prev:hover {
  background: #fff;
  color: #d4b664;
}
.pro-w .pro-s ul {
  color: #898e91;
  display: flex;
}
.pro-w .pro-s ul li {
  width: 350px;
  height: 320px;
  background: #fff;
  margin-right: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.pro-w .pro-s ul li .pic {
  padding: 20px 0;
}
.pro-w .pro-s ul li .pic img {
  margin: 0 auto;
}
.pro-w .pro-s ul li h2 {
  font-size: 25px;
  font-weight: bold;
  color: #666;
}
.pro-w .pro-s ul li p {
  font-size: 12px;
  line-height: 2;
}
.pro-w .pro-s ul li a {
  margin: 0 auto;
  background: linear-gradient(#edce8d, #ae8e50);
  width: 110px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}
.pro-w .pro-s ul li .box0 {
  display: none;
  position: absolute;
  bottom: 0;
  background: linear-gradient(#ecca83, #c19e59);
  width: 100%;
  height: 20px;
}
.pro-w .pro-s ul li:hover .box0 {
  display: block;
}
.pro-w .bot-p {
  margin-top: 50px;
  display: flex;
}
.pro-w .bot-p hr {
  width: 600px;
  height: 0;
  border: 1px #fff solid;
  margin: auto 0;
}
.pro-w .bot-p a {
  margin-left: 600px;
  border: 1px #fff solid;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}
.case-w {
  background: url(../images/case-bg.png) top / cover;
  color: #fff;
  padding: 100px 0 150px 0;
}
.case-w h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.case-w h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.case-w .text-ca {
  display: flex;
  position: relative;
}
.case-w .text-ca .lf {
  width: 57%;
  padding-right: 30px;
  position: relative;
}
.case-w .text-ca .lf h3 {
  font-weight: bold;
  margin-top: 80px;
  font-size: 30px;
  line-height: 1.3;
}
.case-w .text-ca .lf p {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
}
.case-w .text-ca .lf a {
  display: inline-block;
  margin-top: 60px;
  background: #d4b664;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.case-w .text-ca .lf a:hover {
  background: #c9a33c;
}
.case-w .text-ca .lf .bth {
  display: flex;
  margin-top: 30px;
  position: absolute;
  right: 100px;
}
.case-w .text-ca .lf .bth .bu-next,
.case-w .text-ca .lf .bth .bu-prev {
  background: rgba(137, 142, 145, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.case-w .text-ca .lf .bth .bu-next i,
.case-w .text-ca .lf .bth .bu-prev i {
  display: inline;
  color: #d4b664;
}
.case-w .text-ca .lf .bth .bu-next:hover,
.case-w .text-ca .lf .bth .bu-prev:hover {
  background: #d4b664;
}
.case-w .text-ca .lf .bth .bu-next:hover i,
.case-w .text-ca .lf .bth .bu-prev:hover i {
  color: #fff;
}
.case-w .text-ca .lf .bth .swiper-button-next:after,
.case-w .text-ca .lf .bth .swiper-button-prev:after {
  display: none !important;
}
.case-w .text-ca .rg {
  width: 43%;
  overflow: hidden;
}
.case-w .text-ca .rg .teamSwiper {
  width: 100%;
  overflow: hidden;
  border-radius: 30px 0;
}
.case-w .text-ca .rg .teamSwiper ul {
  display: flex;
  transition-timing-function: ease;
}
.case-w .text-ca .rg .teamSwiper ul li {
  width: 300px;
  height: 400px;
  position: relative;
  flex-shrink: 0;
}
.case-w .text-ca .rg .teamSwiper ul li a.pic {
  display: block;
  width: 100%;
  height: 100%;
}
.case-w .text-ca .rg .teamSwiper ul li a.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-w .text-ca .rg .teamSwiper ul li a.pic .tit-ca {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #d4b66499;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.news-w {
  padding: 70px 0;
  background: url(../images/news-bg.png);
}
.news-w .wz-bt p {
  color: #333;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #d4b664;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm hr {
  border: 1px #999 dotted;
  margin: 15px 0;
}
.news-w .news-box ul li .text .btm .btm-b {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm p,
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #666;
}
.news-w .news-box ul li .text .btm p:hover,
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background: url(../images/links-bg.png) bottom / cover;
  color: #333;
  padding: 60px 0 100px 0;
}
.links h1 {
  font-size: 40px;
  font-weight: bold;
}
.links em {
  font-size: 20px;
}
.links h2 {
  margin-top: 100px;
  font-size: 50px;
  font-weight: bold;
}
.links a {
  margin-top: 50px;
  border: 1px #333 solid;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.links a i {
  font-size: 20px;
}
.footer {
  background: linear-gradient(#f0cd86, #a7843f);
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 100%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
  text-align: center;
}
.footer .page .top .f-nav ul li {
  width: 30%;
  margin: 0 auto;
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 390px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
  display: flex;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
  width: 150px;
}
.footer .page .btm .lf .follow ul li img {
  width: 120px;
  margin: 0 auto;
}
.footer .page .btm .lf .follow ul li p {
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
.link-con {
  position: fixed;
  bottom: 200px;
  right: 0;
  padding: 10px 0;
  text-align: center;
  z-index: 9999;
}
.link-con a {
  position: relative;
}
.link-con a p {
  width: 25px;
  background: #d4b664;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 18px;
}
.link-con a iframe {
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.link-con a span {
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: #d4b664;
  color: #fff;
  border-radius: 0 0 5px 5px;
  transition: all 0.5s;
}
.link-con a:hover p {
  display: none;
}
.link-con a:hover iframe {
  width: 420px;
  height: 600px;
}
.link-con a:hover span {
  display: block;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
