* {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
body {
  font-size: 14px;
  min-width: 1200px;
  font-family: 'PingFangSC-Light, PingFang SC, Microsoft YaHei';
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0px;
}
/*
    滚动条
*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
}
::-webkit-scrollbar-thumb:hover,
.stream .trip-wrapper::-webkit-scrollbar-thumb:active {
  background-color: #afafaf;
}
::-webkit-scrollbar-thumb:horizontal {
  border-width: 8px 1px 1px;
  padding: 0 0 0 100px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.w1200 {
  width: 1200px;
}
.mc {
  margin: 0px auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
  /* 主轴对齐方式 */
}
.flex .fill {
  flex: 1 1 auto;
}
.flex .fixed {
  flex: 0 0 auto;
}
.flex.items-middle {
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.flex.flex-end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
table {
  border-collapse: collapse;
}
.text-center {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.pagination {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
.pagination a {
  display: inline-block;
  padding: 7px 12px;
  margin: 0 3px;
  border: 1px solid #cccccc;
  color: #8d8d8d;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #e6e9f4;
}
.pagination a.page-num-current {
  color: white;
  background-color: #1740bc;
  border-color: #1740bc;
}
.pagination .total {
  padding-left: 20px;
  font-size: 16px;
  color: #8d8d8d;
}
.head-fixed {
  height: 70px;
}
.head-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 70px;
  background-color: white;
  z-index: 10;
  box-shadow: 2px 4px 6px rgba(51, 51, 51, 0.1);
}
.head-box .logo-box img {
  display: block;
  width: 162px;
}
.head-box .nav-box .nav-list {
  height: 70px;
}
.head-box .nav-box .nav-list .nav-name {
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.head-box .nav-box .nav-list .nav-name:hover {
  color: #47A378;
}
.foot-box .contact-us {
  background: #1F4935;
  padding: 60px 0;
}
.foot-box .contact-us .text-box .title {
  padding-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  background: linear-gradient(180deg, #F3D8AC 0%, #E4B175 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foot-box .contact-us .text-box p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  line-height: 180%;
}
.foot-box .ewm-box .ewm-list {
  margin-left: 40px;
}
.foot-box .ewm-box .ewm-list img {
  display: block;
  border: 4px solid white;
  border-radius: 5px;
}
.foot-box .ewm-box .ewm-list .label {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  padding-top: 10px;
}
.foot-box .foot-info {
  background: #143523;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  height: 50px;
}
.foot-box .foot-info a {
  color: #FFFFFF;
}
.foot-box .foot-info .link {
  margin-left: 15px;
}
.foot-box .foot-info .ba-info {
  height: 50px;
}
.foot-box .foot-info .ba-info img {
  display: block;
  height: 20px;
}
.xy-content-area {
  padding: 20px;
  line-height: 170%;
}
