@charset "utf-8";

body {
  margin: 0px 0px;
  padding: 0px 0px;
  font-family: "微软雅黑";
  background-color: #ffffff;
  color: #000000;
}

div,
ol,
ul,
li,
dl,
dt,
dd,
h3,
p,
span,
hr,
img,
a,
input,
textarea {
  margin: 0px 0px;
  padding: 0px 0px;
  text-decoration: none;
  list-style: none;
  border: 0px;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #000000;
}

a:hover {
  color: #9e0107;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  padding: 0 9%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-brown {
  background-color: #dcd4bf;
}

.bg-blue {
  background-color: #daedf4;
}

.bg-blue-2 {
  background-color: #eaf6ff;
}

.mobileSee {
  display: none !important;
}

/* 底部 start */
#footer {
  width: 100%;
  height: auto;
  background: url("../images/headAndTail/footBg.jpg") no-repeat left bottom;
  background-size: cover;
  margin: 0 auto;
}

#footer .friendshipLink {
  padding: 40px 0 26px 0;
  border-bottom: solid 2px #ac3333;
}

#footer .friendshipLink .linkLeft {
  display: flex;
  align-items: center;
  line-height: 30px;
  width: 13%;
}

#footer .friendshipLink .linkLeft img {
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

#footer .friendshipLink .linkLeft span {
  color: #dcafaf;
}

#footer .friendshipLink .linkRight {
  display: inline-block;
  width: 80%;
  margin-left: 22px;
  line-height: 30px;
}

#footer .friendshipLink .linkRight li {
  display: inline-block;
}

#footer .friendshipLink .linkRight li a {
  color: #c17676;
}

#footer .aboutUs {
  display: flex;
  justify-content: space-between;
  padding: 37px 0 44px 0;
}

#footer .aboutUs .address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer .aboutUs .address img {
  width: 278px;
  height: 54px;
}

#footer .aboutUs .address .txt {
  font-size: 17px;
  color: #c17676;
  text-align: right;
}

#footer .aboutUs .quickLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer .aboutUs .quickLink .title {
  font-size: 16px;
  color: #e4c8c8;
  padding-top: 17px;
}

#footer .aboutUs .quickLink .linkTitle {
  display: flex;
}

#footer .aboutUs .quickLink .linkTitle ul {
  margin-right: 70px;
}

#footer .aboutUs .quickLink .linkTitle a {
  color: #c17676;
  font-size: 16px;
  line-height: 36px;
}

#footer .aboutUs .qrcode {
  padding-right: 33px;
}

#footer .aboutUs .qrcode .qrcodeImg {
  width: 91px;
  height: 91px;
}

#footer .aboutUs .qrcode .txtIn {
  display: flex;
  padding: 17px 0 22px 0;
}

#footer .aboutUs .qrcode .txtIn span {
  font-size: 16px;
  color: #e4c8c8;
}

#footer .aboutUs .qrcode .txtIn img {
  width: 25px;
  height: 21px;
}

/* 底部  end */

/* banner */

#index-slide {
  min-width: 1300px;
  /* height: 80vh; */
  position: relative;
}

.slidebox {
  position: relative;
  overflow: hidden;
}

/* .bannerN-btn { */
/* -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  opacity: 100;
  filter: alpha(opacity=100);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; */
/* } */

/* .slidebox.showdiv .bannerN-btn { */
/* -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100); */
/* } */

.slidebox.hidediv {
  opacity: 0;
  filter: alpha(opacity=0);
}

.banner-n {
  height: auto;
  position: relative;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.banner-n .con {
  padding-top: 47%;
}

.banner-n {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner-n .slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner-n .item,
.banner-n .slick-list,
.banner-n .slick-track {
  height: 100%;
}

.banner-n .con {
  display: block;
  height: 100%;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.banner-n .con:after {
  content: "";
  position: absolute;
  height: 101px;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: url(../images/bgN-7.png) center center no-repeat; */
  -webkit-background-size: cover;
  background-size: cover;
}

.bannerN-btn {
  padding: 0 40px 0 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: url(../images/xq_30.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; */
  font-size: 0;
  width: 100%;
  height: 100%;
}
.bannerN-btn {
  pointer-events: none;
}
.bannerN-btn .bannerN-arrows {
  pointer-events: none; /* 容器不拦截，避免遮挡链接 */
}
.bannerN-btn .bannerN-arrows .slick-arrow {
  pointer-events: auto; /* 仅按钮可点 */
}
.bannerN-btn .bannerN-arrows:after {
  pointer-events: none; /* 中间竖线不拦截 */
}
.bannerN-btn .bannerN-dots {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.bannerN-btn .bannerN-dots .num,
.bannerN-btn .bannerN-dots .total-num,
.bannerN-btn .bannerN-dots em {
  display: inline-block;
  vertical-align: middle;
}

.bannerN-btn .bannerN-dots .num {
  font-size: 38px;
  color: #fff;
  font-family: Arial;
}

.bannerN-btn .bannerN-dots .total-num {
  font-size: 18px;
  color: #fff;
  font-family: Arial;
}

.bannerN-btn .bannerN-dots em {
  margin: 0 10px;
  width: 46px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.55);
}

.bannerN-btn .bannerN-arrows {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.bannerN-btn .bannerN-arrows:after {
  margin-top: -3.5px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.43);
}

.bannerN-btn .bannerN-arrows .slick-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  outline: 0;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.bannerN-btn .bannerN-arrows .slick-prev {
  background-image: url(../images/prev_02.png);
  margin-right: 10px;
  background-size: cover;
}

.bannerN-btn .bannerN-arrows .slick-next {
  background-image: url(../images/next_02.png);
  margin-left: 10px;
  background-size: cover;
}

.bannerN-btn .bannerN-arrows .slick-arrow:hover {
  opacity: 0.8;
}

/* .tcon {
  width: 1300px;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

.tcon .search {
  color: #ffffff;
  line-height: 30px;
}

.tcon .search .txt {
  padding: 0px 10px;
  height: 30px;
  margin: 0px 0px 0px 18px;
  background-color: #fff;
}

.tcon .search .btn {
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 20px;
  background: url(../images/search.png) no-repeat center center;
  position: relative;
  top: 8px;
}

.tcon .head-txt {
  margin: 0px 0px 0px 50px;
  position: relative;
  top: 8px;
}

.tcon .head-txt a {
  margin: 0px 15px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
} */

@media screen and (max-width: 1324px) {
  #index-slide {
    min-width: 1200px;
  }
}

@media screen and (max-width: 1250px) {
}

@media screen and (max-width: 1224px) {
  #index-slide {
    min-width: 1000px;
  }
}

/* 手机端 */
@media screen and (max-width: 1000px) {
  .banner-n {
    height: 100%;
  }
  .container {
    padding: 0 2%;
  }
  .banner-n .con {
    background-size: 119%;
    background-position: -1rem -1rem;
  }
  #index-slide {
    min-width: 100%;
    height: 3rem;
  }
  .bannerN-btn .bannerN-arrows {
    margin-left: 0;
  }
  .slidebox.showdiv .bannerN-btn {
    display: none;
  }
  #footer {
    background: url("../images/headAndTail/footBgMo.png") no-repeat left bottom;
  }

  #footer .aboutUs {
    flex-direction: column-reverse;
    align-items: center;
  }

  #footer .aboutUs .qrcode .qrTitle {
    color: #ca8a8a;
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }

  #footer .aboutUs .address .txt {
    color: #ddb2b2;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.36rem;
  }

  #footer .aboutUs .qrcode img.mobileSee {
    width: 2.3rem;
    height: 2.3rem;
  }

  #footer .aboutUs .address img.mobileSee {
    width: 4rem;
    height: 0.72rem;
    margin: 0.6rem 0;
  }

  #footer .aboutUs .qrcode {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -1.2rem;
  }

  #footer .aboutUs .address {
    padding-top: 1.2rem;
  }

  .mobileNo {
    display: none !important;
  }

  .mobileSee {
    display: block !important;
  }
}
