/* 0.dark-anchor */
.dark_anchor {
  width: 100%;
  height: 90px;
  margin-top: -90px;
}

@media (max-width: 1400px) {
  .dark_anchor {
    height: 70px;
    margin-top: -70px;
  }
}

@media (max-width: 1000px) {
  .dark_anchor {
    height: 47px;
    margin-top: -47px;
  }
}

/* 1..header */
/* 1..header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  color: #202020;
  background-color: #ffffff;
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
}

.header-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-pc {
  height: 160px;
  font-size: 17px;
}

.header-mp {
  display: none;
}

header a {
  color: #202020;
}

.header-pc-shadow {
  height: 80px;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  animation: skell-header-top 1s ease-out 0s backwards;
}

header .inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .hd-rg {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .logo {
  display: block;
  width: auto;
  height: 120px;
}

.header-pc .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-pc .logo span {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.header-pc-shadow .logo {
  height: 70px;
}

header .logo-df {
  display: block;
}

header .logo-sl {
  display: none;
}

.header-pc-shadow .logo-df {
  display: none;
}

.header-pc-shadow .logo-sl {
  display: block;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .gation {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header-pc .gation-lf li:not(:last-child) {
  margin-right: 80px;
}

header .gation li .pull {
  position: relative;
  line-height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-pc-shadow .gation li .pull {
  line-height: 80px;
}

header .gation li .pull a {
  flex: 1;
  display: block;
  color: #000000;
}

header .gation li .pull span a:not(:first-child) {
  display: none;
}

header .gation li .pull b {
  display: none;
}

.header-pc .gation li .pull .gat-row {
  margin-left: 10px;
  width: 12px;
  height: auto;
  position: relative;
  margin-top: -2px;
}

.header-pc .gation li .pull .gat-row img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.header-pc .gation li .pull .gat-row img:first-child {
  opacity: 1;
}

.header-pc .gation li .pull .gat-row img:last-child {
  opacity: 0;
}

.header-pc .gation li:hover .pull .gat-row img:first-child {
  opacity: 0;
}

.header-pc .gation li:hover .pull .gat-row img:last-child {
  opacity: 1;
}

header .gation li.active .pull a,
header .gation li:hover .pull a {
  color: #b2946d;
}

header .gation li .drop {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 101;
    width: 100%;
    height: auto;
    padding: 13px 0 7px;
    background-color: #E7E6E6;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);

}

header .gation li .drop-cell {
    width: 95%;
    max-width: 1520px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 150px
}

header .gation li .rj-nav{
    display:flex;
    flex-wrap:wrap;
/*    column-count:4;
    column-gap:10px*/
}
header .gation li .rj-nav .rj-nav-li{
    position:relative;
    width:25%;
    text-align:left;
    padding-right:40px
} 
header .gation li .rj-nav .rj-nav-li:before{
    content:"";
    position:absolute;
    height:100%;
    width:1px;
    right:40px;
    background-color:#999
}
header .gation li .rj-nav .rj-nav-li h4{
    font-size:20px;
    padding:20px 0
}
header .gation li .rj-nav .rj-nav-li:nth-child(4n):before{
    display:none
}
header .gation li .drop-cell-news {
    box-sizing: border-box;
    padding-left: 18%;
}

header .gation li .serve-item a s {
  display: none;
}

header .gation li .drop a {
  display: block;
  font-size: 17px;
  color: #000;
  opacity: 0.7;
  margin-bottom: 7px;
  margin-right: 50px;
}

header .gation li .drop a:hover,
header .gation li .drop a.active {
  opacity: 1;
  color: #b2946d;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .lang {
  width: auto;
  height: auto;
  text-align: center;
  position: relative;
}

.header-pc .lang {
  padding-left: 60px;
  margin-left: 60px;
}

header .lang::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #707070;
}

header .lang .lan-row {
  width: 13px;
  height: auto;
  margin-left: 15px;
  margin-bottom: 3px;
}

header .lang .lan-pull {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

header .lang .lan-drop {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  z-index: 101;
}

header .lang .lan-drop a {
  display: block;
  line-height: 38px;
  font-size: 15px;
}

header .lang .lan-drop a:not(:last-child) {
  border-bottom: 1px solid #707070;
}

header .lang .lan-drop a img {
  width: 13px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 4px;
}

header .lang .lan-drop a:hover {
  color: #b2946d;
}

.header-pc .social {
  margin-right: 60px;
}

header .social a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

header .social a:hover {
  opacity: 0.5;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .social a img {
  width: 100%;
  height: 100%;
}

header .social a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .header-pc {
    height: 90px;
    font-size: 15px;
  }
  .header-pc-shadow {
    height: 60px;
  }
  header .logo {
    height: 70px;
  }
  .header-pc-shadow .logo {
    height: 50px;
  }
  .header-pc .gation-lf li:not(:last-child) {
    margin-right: 60px;
  }
  header .gation li .pull {
    line-height: 70px;
  }
  .header-pc-shadow .gation li .pull {
    line-height: 70px;
  }
  header .gation li .drop {
    padding: 9px 0 4px;
  }
  header .gation li .drop a {
    margin-right: 20px;
    font-size: 15px;
  }
  .header-pc .lang {
    padding-left: 40px;
    margin-left: 40px;
  }
  header .lang .lan-drop a {
    font-size: 13px;
    line-height: 36px;
  }
  .header-pc .social {
    margin-right: 40px;
  }
  header .lang .lan-row {
    width: 11px;
    margin-left: 7px;
    margin-bottom: 1px;
  }
  header .social a {
    width: 20px;
    height: 20px;
  }
  header .social a:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1000px) {
  .header-pc {
    display: none;
  }
  .header-mp {
    display: block;
    height: 47px;
    font-size: 14px;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .header-mp .gatopen {
    display: block;
    width: 23px;
    height: 23px;
  }
  .header-mp .gatopen img {
    width: 100%;
    height: 100%;
  }
  header .logo {
    height: 35px;
  }
  .header-mp .lang {
    padding-left: 13px;
    margin-left: 13px;
    margin-right: 13px;
  }
  header .lang .lan-row {
    width: 9px;
    margin-left: 5px;
  }
  header .lang .lan-drop a {
    font-size: 12px;
    line-height: 32px;
  }
  header .social a {
    width: 15px;
    height: 15px;
  }
  header .social a:not(:last-child) {
    margin-right: 9px;
  }
  .header-mp .gation-box {
    display: none;
    position: absolute;
    top: 100%;
    left: -3%;
    width: 106%;
    height: auto;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    background-color: #ffffff;
    overflow: hidden;
    /* 阴影 */
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .gation {
    flex-direction: column;
  }
  header .gation li {
    width: 100%;
  }
  header .gation li .pull {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b2946d;
    box-sizing: border-box;
  }
  header .gation li:last-child .pull {
    border-bottom: 0;
  }
  header .gation li .pull b {
    width: 60px;
    border-left: 1px solid #b2946d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #b2946d;
  }
  header .gation li .pull a {
    flex: 1;
    font-size: 13px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  header .gation li .drop {
    position: relative;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid #b2946d;
  }
  header .gation li .drop-cell {
    flex-wrap: wrap;
    padding: 0 10px;
    padding-top: 5px;
    justify-content: flex-start;
    min-height:40px
  }
  header .gation li .drop-cell a {
    color: #999999;
    font-size: 13px;
    margin-bottom: 5px;
    opacity: 1;
    margin-right: 10px;
  }
  header .gation li:hover .pull a,
  header .gation li.active .pull a {
    color: #b2946d;
    font-weight: bold;
  }
}

/* 2.index-swiper */
.index-swiper {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-top: 160px;
}

.index-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: 100%;
}

.index-swiper .img img {
  height: 100%;
}

.index-swiper .cons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.3); */
  text-align: center;
  color: #ffffff;
}

.index-swiper .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-swiper h2 {
  font-size: 60px;
  line-height: 70px;
}

.index-swiper p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 15px;
}

/* 默认样式修改 */
.index-swiper .swiper-pagination {
  width: 95%;
  max-width: 1520px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.index-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 0;
}
.index-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/haoxin/swiper-lf.png);
  background-size: 100% 100%;
  left: 15px;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/haoxin/swiper-rg.png);
  background-size: 100% 100%;
  right: 15px;
}

@media (max-width: 1400px) {
  .index-swiper {
    margin-top: 90px;
    height: 480px;
  }
  .index-swiper h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .index-swiper p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
  .index-swiper .swiper-pagination {
    bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
    height: 380px;
  }
  .index-swiper h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .index-swiper p {
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
  }
  .index-swiper .swiper-pagination {
    bottom: 7px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 768px) {
  .index-swiper {
    height: 280px;
  }
  .index-swiper h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .index-swiper p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .index-swiper {
    height: 180px;
  }
}

/* 3.banner */
.banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-top: 160px;
}

.banner .img {
  width: 100%;
  height: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .banner {
    margin-top: 90px;
    height: 320px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 120px;
  }
}

/* 4.crumbs */
.crumbs {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  background-color: #f6f6f6;
}

.crumbs a,
.crumbs i {
  color: #8d8d8d;
}

.crumbs a:hover {
  color: #b2946d;
}

.crumbs i {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.crumbs span {
  color: #8d8d8d;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .crumbs {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .crumbs img {
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .crumbs i {
    margin-bottom: 2px;
  }
}

@media (max-width: 1000px) {
  .crumbs {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
  .crumbs img {
    width: 15px;
    margin-right: 3px;
  }
}

/* 5.footer */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #101010;
  color: #b1b1b1;
}

footer a {
  color: #b1b1b1;
}

footer a:hover,
footer a:focus {
  color: #b1b1b1;
}

footer .copy {
  padding: 15px 0;
  text-align: center;
  background-color: #101010;
  border-top: 1px solid #535353;
}

footer .copy a {
  font-size: 14px;
  line-height: 27px;
}

footer .copy a:not(:last-child) {
  margin-right: 10px;
}

footer .link {
  padding: 80px 0 60px;
}

footer .link h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

footer .link li a,
footer .link li em {
  display: block;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 10px;
}

footer .link li:nth-child(2) {
  width: 30%;
}

.footer-en .link li:nth-child(1) {
  width: 10%;
}

.footer-en .link li:nth-child(2) {
  width: 42%;
}

.footer-en .link li:nth-child(3) {
  width: 15%;
}

.footer-en .link li:nth-child(4) {
  width: 21%;
}

footer .link li:nth-child(2) .item.lex-db-st {
  align-items: flex-start;
  flex-wrap: wrap;
}

footer .link li:nth-child(2) .item a {
  width: 40%;
}

.footer-en .link li:nth-child(2) .item a {
  width: 49%;
}

footer .link .item a s {
  display: none;
}

footer .link li a:hover,
footer .link li a.active {
  text-decoration: underline;
  opacity: 1;
  color: #7a97a5;
}

@media (max-width: 1400px) {
  footer .link {
    padding: 60px 0 40px;
  }
  footer .link h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  footer .link li a,
  footer .link li em {
    font-size: 14px;
  }
  footer .link li:nth-child(2) {
    width: 40%;
  }
}

@media (max-width: 1000px) {
  footer .copy {
    padding: 7px 0;
  }
  footer .copy a {
    display: block;
    font-size: 12px;
    line-height: 24px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
  footer .link.lex-db-st {
    flex-wrap: wrap;
  }
  footer .link {
    padding: 30px 0 15px;
  }
  footer .link li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .link li:nth-child(n + 2) {
    margin-top: 10px;
  }
  footer .link li:nth-child(2) {
    width: 100%;
  }
  .footer-en .link li:nth-child(1) {
    width: 100%;
  }
  .footer-en .link li:nth-child(2) {
    width: 100%;
  }
  .footer-en .link li:nth-child(3) {
    width: 100%;
  }
  .footer-en .link li:nth-child(4) {
    width: 100%;
  }
  footer .link li:nth-child(n + 2) {
    margin-top: 15px;
  }
  footer .link h3 {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  footer .link .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .link li:nth-child(2) .item a {
    width: 49%;
  }
  footer .link li:not(:nth-child(2)) .item a:not(:last-child) {
    margin-right: 15px;
  }
  footer .link li a,
  footer .link li em {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  footer .link li em {
    width: 100%;
  }
}

/* 6.title */
.title {
  text-align: center;
}

.title-left {
  text-align: left;
}

.title h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
}

.title em {
  display: block;
  color: #202020;
  line-height: 30px;
  margin-top: 20px;
}

.title-em-lg em {
  font-size: 17px;
  line-height: 32px;
}

.title em a {
  color: #b2946d;
  text-decoration: underline;
}

.title-nodis em {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .title h3 {
    font-size: 38px;
    line-height: 38px;
  }
  .title-nodis em {
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .title h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .title em {
    font-size: 12px;
    line-height: 27px;
    margin-top: 7px;
  }
  .title-nodis em {
    margin-top: 0;
  }
  .title-em-lg em {
    font-size: 15px;
    line-height: 28px;
  }
}
