@charset "utf-8";

@font-face {
  font-family: 'AuxinMedium';
  src: url(../fonts/AuxinMedium.otf);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.otf);
}

.page_info {
  text-align: center;
  margin-top: 10px;
  color: #333;
  height: auto;
  margin-bottom: 30px;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
}

.page_list {
  height: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.page_list a {
  display: inline-block;
  color: #dab866;
  text-align: center;
  padding: 3px 10px;
  margin: 3px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.page_list a:hover {
  color: #fff;
  color: #dab866;
  border-bottom: 2px solid #dab866;
  border-radius: 0px;
}

.page_list a.on {
  color: #333;
  background: #dab866;
  color: #fff;
}

html,
body,
div,
span,
p,
a,
img,
ul,
li,
form,
table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

body,
html {
  font-family: '微软雅黑', 'playfair_regular', Arial, 'PingFangSC-Regular', 'Microsoft YaHei', 'Helvetica', sans-serif;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font: 14px;
  line-height: 1.4286;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:active {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  outline: none;
  -webkit-appearance: none;
  border: 0;
}

button {
  background: none;
  border: 0;
  outline: none;
  font-family: Arial, 'PingFang', 'Helvetica', sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fw {
  display: flex;
}

.fwc {
  justify-content: space-between;
}

.pd40 {
  padding: 40px 0;
}

.pd60 {
  padding: 60px 0;
}

.pd80 {
  padding: 40px 0;
}

.pd100 {
  padding: 100px 0;
}

.pd120 {
  padding: 120px 0;
}

.pdbot0 {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.imgbox {
  width: max-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.imgbox img {
  width: 100%;
  /*object-fit: cover;*/
  transition: ease 0.5s;
}

.imgbox-1 {
  border: 4px solid rgba(218, 184, 102, 0.5);
  ;
}

.icobox {
  width: max-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.icobox img {
  max-width: 100%;
}


._row {
  display: flex;
  flex-wrap: wrap;
}

._warp {
  flex-wrap: wrap;
}

._col1 {
  width: 5%;
}

._col2 {
  width: 10%;
}

._col3 {
  width: 15%;
}

._col4 {
  width: 20%;
}

._col5 {
  width: 25%;
}

._col6 {
  width: 30%;
}

._col7 {
  width: 35%;
}

._col8 {
  width: 40%;
}

._col9 {
  width: 45%;
}

._col10 {
  width: 50%;
}

._col11 {
  width: 55%;
}

._col12 {
  width: 60%;
}

._col13 {
  width: 65%;
}

._col14 {
  width: 70%;
}

._col15 {
  width: 75%;
}

._col16 {
  width: 80%;
}

._col17 {
  width: 85%;
}

._col18 {
  width: 90%;
}

._col19 {
  width: 95%;
}

._col20 {
  width: 100%;
}

._col_1_3_32 {
  width: 32%;
}

._col_1_3 {
  width: 33.3333%;
}

._col_2_3 {
  width: 66.6666%;

}

._col_1_6 {
  width: 16.6666%;
}

.headTit {
  text-align: center;
  margin-bottom: 40px;
}

.headTit h3 {
  font-size: 33px;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 10px;
}


.headTit h4 {
  font-size: 16px;
  margin: auto;
  color: #999999;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
}

.headTit.w p,
.headTit.w h3,
.headTit.w h4 {
  color: #fff;
}

.headTit h5 {
  width: 60px;
  height: 3px;
  background-color: #dab866;
  margin: auto;
  margin-top: 10px;
}

.headTit p {
  margin-top: 15px;
  color: #999999;
  text-align: center;
  opacity: 0.9;
  font-size: 14px;
}

.headTit_l {
  text-align: left;
}

.headTit_l h5 {
  margin-left: 0;
}

a {
  transition: ease 0.3s;
}

._More {
  display: block;
  width: max-content;
  padding: 10px;
  border: 1px solid #dedede;
  width: 180px;
  text-align: center;
  color: #616161;
  margin: 40px auto 0;
  border-left: 3px solid #d80000;
}

._More i {
  color: red;
}

._More:hover {
  border-color: #d80000;
  background-color: #d80000;
  color: #fff;
}

._More:hover i {
  color: #fff;
}

._pd010 {
  padding: 0 10px;
}

._pd015 {
  padding: 0 15px;
}

._pd020 {
  padding: 0 20px;
}

._pd030 {
  padding: 0 30px;
}

._pd05 {
  padding: 0 5px;
}

._pd15 {
  padding: 15px;
}

._pd20 {
  padding: 20px;
}

._pd30 {
  padding: 30px;
}

._pd10 {
  padding: 10px;
}

._pd5 {
  padding: 5px;
}

._gut5 {
  margin: 0 -5px;
}

._gut10 {
  margin: 0 -10px;
}

._gut15 {
  margin: 0 -15px;
}

._gut20 {
  margin: 0 -20px;
}

._gut30 {
  margin: 0 -30px;
}

._mg_bot_20 {
  margin-bottom: 20px;
}

._mg_bot_40 {
  margin-bottom: 40px;
}

.pd_top_100_onlyPc {
  padding-top: 100px;
}

@media (max-width:768px) {
  .pd_top_100_onlyPc {
    padding-top: 0;
  }

  .pd60 {
    padding: 3rem 0;
  }

  .headTit {
    margin-bottom: 2rem;
  }

  .headTit h3 {
    font-size: 1.4rem;
  }

  .headTit h4 {
    font-size: 1rem;
  }

  ._row {}

  ._col_mb_1 {
    width: 5%;
  }

  ._col_mb_2 {
    width: 10%;
  }

  ._col_mb_3 {
    width: 15%;
  }

  ._col_mb_4 {
    width: 20%;
  }

  ._col_mb_5 {
    width: 25%;
  }

  ._col_mb_6 {
    width: 30%;
  }

  ._col_mb_7 {
    width: 35%;
  }

  ._col_mb_8 {
    width: 40%;
  }

  ._col_mb_9 {
    width: 45%;
  }

  ._col_mb_10 {
    width: 50%;
  }

  ._col_mb_11 {
    width: 55%;
  }

  ._col_mb_12 {
    width: 60%;
  }

  ._col_mb_13 {
    width: 65%;
  }

  ._col_mb_14 {
    width: 70%;
  }

  ._col_mb_15 {
    width: 75%;
  }

  ._col_mb_16 {
    width: 80%;
  }

  ._col_mb_17 {
    width: 85%;
  }

  ._col_mb_18 {
    width: 90%;
  }

  ._col_mb_19 {
    width: 95%;
  }

  ._col_mb_20 {
    width: 100%;
  }

  ._col_mb_none {
    display: none;
  }

  ._mb20 {
    margin-bottom: 20px;
  }

  ._mb_disnone {
    display: none;
  }

}















/* 手机导航 */
.mbHead {
  display: none;
}

@media (max-width:768px) {
  .pcHead {
    display: none;
  }

  .swiper-pagination {
    z-index: 3;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .mbHead {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background: url() center center no-repeat #fff;
    background-size: 100% auto;
  }

  .mbHead .bc {
    position: relative;
    height: 4rem;
    padding-top: 1rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }

  .mbHead .bc img {
    /* width: 80%; */
    height: 2rem;
    /* transform: translateY(-0.5rem); */
    margin-left: 1rem;
  }

  .mbHead .menuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4rem;
    height: 2rem;
    z-index: 1000;
  }

  .mbHead .menuBtn .menuBtns {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mbHead .menuBtn li {
    position: absolute;
    right: 1rem;
    height: 2px;
    width: 2rem;
    background-color: #333;
    margin: 0.5rem 0;
    transition: ease 0.2s;
  }

  .mbHead .menuBtn li:nth-child(1) {
    top: 0.05rem;
  }

  .mbHead .menuBtn li:nth-child(2) {
    top: 0.5rem;
  }

  .mbHead .menuBtn li:nth-child(3) {
    top: 1rem;
  }

  .mbHead .menuBtn .del {
    background-color: #999;
  }

  .mbHead .menuBtn .del:nth-child(1) {
    top: 0.5rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
  }

  .mbHead .menuBtn .del:nth-child(2) {
    display: none;
  }

  .mbHead .menuBtn .del:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
  }

  .mbHead .menuBox {
    position: absolute;
    width: 20rem;
    height: 100%;
    top: 0;
    right: -20rem;
    transition: 0.5s ease;
    z-index: 999;
    opacity: 0;
  }

  .mbHead .menuBox .menuBox1 {
    padding-top: 4rem;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  }

  .mbHead .menuBox .menuBox2 {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: 100%;
    display: none;
  }

  .mbHead .show {
    right: 0;
    opacity: 1;
  }

  .mbHead .chd {
    display: none;
    overflow: hidden;
    padding: 0 3%;
  }

  .mbHead .menuLi {
    padding: 1rem 3% 0;
    transition: ease 0.5s;
    border-bottom: 1px solid #dedede;
    color: #333;
  }

  .mbHead .menuLi h4 {
    padding: 0 0.5em 1rem;
    font-size: 1.1rem;

  }

  .mbHead .menuLi>a {
    font-size: 1.2rem !important;
  }

  .mbHead .menuLi a {
    display: block;
    padding: 0 1rem 1rem;
    position: relative;
    font-size: 1rem;
  }

  .mbHead .menuLi a i {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: ease 0.5s;

  }

  .mbHead .menuLi a .cur {
    transform: translateY(-50%) rotate(135deg);
  }

  .mbHead .menuLi .on {}


  .aboutPage5 .swiper .swiper-scrollbar {
    width: 100% !important;
  }
}









/* tp 分页样式 */
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination li:hover:nth-child(1) span,
.pagination li:hover:nth-child(1) a {
  background-color: #d80000;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li.active span,
.pagination li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}





.swiper-pagination-bullet {
  background-color: #d80000;
}

.blo {
  height: 100px;
}

.aboutPage3 .lis.bg2 h3 {
  color: #dab866;
}

.aboutPage3 .lis.bg2 p {
  color: #777;
}


.aboutPage4 .swiper-slide {
  justify-content: center;
}
.aboutPage5 .list .lis p{
margin-top: 10px;
}


@media (max-width:768px) {
  .aboutPage4 .date .swiper-slide-active .lis h3 {
    font-size: 2rem !important;
  }
  .renliPage1 .input_item {
    display: none;
  }
}