@charset "UTF-8";
/* --------------------重置样式1252-------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body {
  font-size: 16px;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}

/* 字体太小用户体检不好，让small恢复12px */
small {
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}

/* 重置表格 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置hr */
hr {
  border: 0;
  height: 1px;
}

/* 图形图片 */
img {
  border-style: none;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* 下面的操作是针对于html5页面布局准备的，不支持ie6~8以及其他低版本的浏览器 */
html {
  /* 禁用系统默认菜单 */
  -webkit-touch-callout: none;
  /* 关闭iphone & Android的浏览器纵向和横向模式中自动调整字体大小的功能 */
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
  /* 表单或者a标签在手机点击时会出现边框或彩色的背景区域，意思是去除点击背景框 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 重置html5元素的默认样式 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@charset "UTF-8";
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
@keyframes imagheiglight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f2f2;
  font-family: "Microsoft YaHei", "MicrosoftJhengHei", sans-serif;
  overflow-x: hidden;
}

.l {
  float: left;
}

.r {
  float: right;
}

.cl {
  clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "MicrosoftJhengHei", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul,
ol,
dl,
li,
dt,
dd,
img {
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  cursor: pointer;
  color: #333333;
}

.point {
  cursor: pointer;
}

a:link,
a:visited {
  text-decoration: none;
  transition: "all 0.3s ease-out";
}

a:active {
  color: #f6dbc0;
}

a:hover {
  color: #f6dbc0;
}

.m {
  margin: 0 auto;
}

.fix {
  *zoom: 1;
}

.fix::after,
.fix::before {
  clear: both;
  content: "";
  display: table;
}

.noborder {
  border: none !important;
}

.bold {
  font-weight: bold !important;
}

.nobold {
  font-weight: normal;
}

.db {
  display: block !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.flex {
  display: flex;
}

.unline {
  text-decoration: underline !important;
}

.button {
  background-color: #0d55bb;
  font-size: #0d55bb;
}
.button:hover {
  background-color: #f6dbc0;
}

[v-cloak] {
  display: none;
}

/**  循环  **/
/**  大于10 每隔5像素增加直到50  **/
.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p1 {
  padding: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.m1 {
  margin: 1px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p2 {
  padding: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.m2 {
  margin: 2px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p3 {
  padding: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.m3 {
  margin: 3px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p4 {
  padding: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.m4 {
  margin: 4px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p6 {
  padding: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.m6 {
  margin: 6px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p7 {
  padding: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.m7 {
  margin: 7px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p8 {
  padding: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.m8 {
  margin: 8px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p9 {
  padding: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.m9 {
  margin: 9px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

/**  大于10 每隔5像素增加直到50  **/
.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
/**  大于10 每隔5像素增加直到50  **/
.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/**  循环  **/
/**  循环1-50  **/
.f0 {
  font-size: 0px !important;
}

.lh0 {
  line-height: 0px !important;
}

/**  循环1-50  **/
.f1 {
  font-size: 1px !important;
}

.lh1 {
  line-height: 1px !important;
}

/**  循环1-50  **/
.f2 {
  font-size: 2px !important;
}

.lh2 {
  line-height: 2px !important;
}

/**  循环1-50  **/
.f3 {
  font-size: 3px !important;
}

.lh3 {
  line-height: 3px !important;
}

/**  循环1-50  **/
.f4 {
  font-size: 4px !important;
}

.lh4 {
  line-height: 4px !important;
}

/**  循环1-50  **/
.f5 {
  font-size: 5px !important;
}

.lh5 {
  line-height: 5px !important;
}

/**  循环1-50  **/
.f6 {
  font-size: 6px !important;
}

.lh6 {
  line-height: 6px !important;
}

/**  循环1-50  **/
.f7 {
  font-size: 7px !important;
}

.lh7 {
  line-height: 7px !important;
}

/**  循环1-50  **/
.f8 {
  font-size: 8px !important;
}

.lh8 {
  line-height: 8px !important;
}

/**  循环1-50  **/
.f9 {
  font-size: 9px !important;
}

.lh9 {
  line-height: 9px !important;
}

/**  循环1-50  **/
.f10 {
  font-size: 10px !important;
}

.lh10 {
  line-height: 10px !important;
}

/**  循环1-50  **/
.f11 {
  font-size: 11px !important;
}

.lh11 {
  line-height: 11px !important;
}

/**  循环1-50  **/
.f12 {
  font-size: 12px !important;
}

.lh12 {
  line-height: 12px !important;
}

/**  循环1-50  **/
.f13 {
  font-size: 13px !important;
}

.lh13 {
  line-height: 13px !important;
}

/**  循环1-50  **/
.f14 {
  font-size: 14px !important;
}

.lh14 {
  line-height: 14px !important;
}

/**  循环1-50  **/
.f15 {
  font-size: 15px !important;
}

.lh15 {
  line-height: 15px !important;
}

/**  循环1-50  **/
.f16 {
  font-size: 16px !important;
}

.lh16 {
  line-height: 16px !important;
}

/**  循环1-50  **/
.f17 {
  font-size: 17px !important;
}

.lh17 {
  line-height: 17px !important;
}

/**  循环1-50  **/
.f18 {
  font-size: 18px !important;
}

.lh18 {
  line-height: 18px !important;
}

/**  循环1-50  **/
.f19 {
  font-size: 19px !important;
}

.lh19 {
  line-height: 19px !important;
}

/**  循环1-50  **/
.f20 {
  font-size: 20px !important;
}

.lh20 {
  line-height: 20px !important;
}

/**  循环1-50  **/
.f21 {
  font-size: 21px !important;
}

.lh21 {
  line-height: 21px !important;
}

/**  循环1-50  **/
.f22 {
  font-size: 22px !important;
}

.lh22 {
  line-height: 22px !important;
}

/**  循环1-50  **/
.f23 {
  font-size: 23px !important;
}

.lh23 {
  line-height: 23px !important;
}

/**  循环1-50  **/
.f24 {
  font-size: 24px !important;
}

.lh24 {
  line-height: 24px !important;
}

/**  循环1-50  **/
.f25 {
  font-size: 25px !important;
}

.lh25 {
  line-height: 25px !important;
}

/**  循环1-50  **/
.f26 {
  font-size: 26px !important;
}

.lh26 {
  line-height: 26px !important;
}

/**  循环1-50  **/
.f27 {
  font-size: 27px !important;
}

.lh27 {
  line-height: 27px !important;
}

/**  循环1-50  **/
.f28 {
  font-size: 28px !important;
}

.lh28 {
  line-height: 28px !important;
}

/**  循环1-50  **/
.f29 {
  font-size: 29px !important;
}

.lh29 {
  line-height: 29px !important;
}

/**  循环1-50  **/
.f30 {
  font-size: 30px !important;
}

.lh30 {
  line-height: 30px !important;
}

/**  循环1-50  **/
.f31 {
  font-size: 31px !important;
}

.lh31 {
  line-height: 31px !important;
}

/**  循环1-50  **/
.f32 {
  font-size: 32px !important;
}

.lh32 {
  line-height: 32px !important;
}

/**  循环1-50  **/
.f33 {
  font-size: 33px !important;
}

.lh33 {
  line-height: 33px !important;
}

/**  循环1-50  **/
.f34 {
  font-size: 34px !important;
}

.lh34 {
  line-height: 34px !important;
}

/**  循环1-50  **/
.f35 {
  font-size: 35px !important;
}

.lh35 {
  line-height: 35px !important;
}

/**  循环1-50  **/
.f36 {
  font-size: 36px !important;
}

.lh36 {
  line-height: 36px !important;
}

/**  循环1-50  **/
.f37 {
  font-size: 37px !important;
}

.lh37 {
  line-height: 37px !important;
}

/**  循环1-50  **/
.f38 {
  font-size: 38px !important;
}

.lh38 {
  line-height: 38px !important;
}

/**  循环1-50  **/
.f39 {
  font-size: 39px !important;
}

.lh39 {
  line-height: 39px !important;
}

/**  循环1-50  **/
.f40 {
  font-size: 40px !important;
}

.lh40 {
  line-height: 40px !important;
}

/**  循环1-50  **/
.f41 {
  font-size: 41px !important;
}

.lh41 {
  line-height: 41px !important;
}

/**  循环1-50  **/
.f42 {
  font-size: 42px !important;
}

.lh42 {
  line-height: 42px !important;
}

/**  循环1-50  **/
.f43 {
  font-size: 43px !important;
}

.lh43 {
  line-height: 43px !important;
}

/**  循环1-50  **/
.f44 {
  font-size: 44px !important;
}

.lh44 {
  line-height: 44px !important;
}

/**  循环1-50  **/
.f45 {
  font-size: 45px !important;
}

.lh45 {
  line-height: 45px !important;
}

/**  循环1-50  **/
.f46 {
  font-size: 46px !important;
}

.lh46 {
  line-height: 46px !important;
}

/**  循环1-50  **/
.f47 {
  font-size: 47px !important;
}

.lh47 {
  line-height: 47px !important;
}

/**  循环1-50  **/
.f48 {
  font-size: 48px !important;
}

.lh48 {
  line-height: 48px !important;
}

/**  循环1-50  **/
.f49 {
  font-size: 49px !important;
}

.lh49 {
  line-height: 49px !important;
}

/**  循环1-50  **/
.f50 {
  font-size: 50px !important;
}

.lh50 {
  line-height: 50px !important;
}

/** 通用背景 **/
.bg-base {
  background-color: #f2f2f2;
}

.bg-lighter {
  background-color: #fff;
}

/* 文字对齐 */
.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

/**文字**/
.f-primary {
  color: #0d55bb;
}

.f-red {
  color: #e53d27;
}

.f-yellow {
  color: #fe981a;
}

.f-blue {
  color: #1487d0;
}

.f-gray {
  color: #757575;
}

.f-white {
  color: white;
}

/**通用**/
.container {
  width: 1500px;
  min-width: 355px;
  margin: 0 auto;
}

.el-loading-spinner .path {
  stroke: #0d55bb;
}

.el-loading-spinner .el-loading-text {
  color: #0d55bb;
}

/**庄寨头部**/
@keyframes menuRotateInRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("/statics/font/SourceHanSerifCN-Bold.otf") format("truetype");
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  height: 89px;
  color: #fff;
  background-image: url("/statics/images/header_bg.png");
  padding: 0 70px;
  box-sizing: border-box;
}
.header-content {
  height: 89px;
  line-height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content h1 {
  font-size: 35px;
  letter-spacing: 4px;
  font-family: SourceHanSerifCN-SemiBold;
}
.header-content h1 a {
  display: block;
  width: 374px;
  height: 48px;
}
.header-content h1 a img {
  display: block;
  width: 374px;
  height: 48px;
}
.header-content__rightcon {
  height: 89px;
}
.header-content__nav {
  height: 89px;
  font-size: 20px;
}
.header-content__nav .barSon {
  display: flex;
  position: relative;
}
.header-content__nav .barSon .liactive a {
  color: #f6dbc0;
}
.header-content__nav .barSon .liactive::after {
  content: url("/statics/images/header_icon_bor.png");
  display: block;
  position: absolute;
  z-index: 4;
  top: 37px;
  left: 45%;
  transform: translateX(-45%);
  height: 14px;
  width: 30px;
  pointer-events: none;
}
.header-content__nav .barSon .sliactive .smallNav {
  display: flex;
}
.header-content__nav .barSon .sliactive .bar {
  display: block !important;
}
.header-content__nav .barSon .sliactive a {
  color: #f6dbc0;
}
.header-content__nav .barSon .sliactive::after {
  content: url("/statics/images/header_icon_bor.png");
  display: block;
  position: absolute;
  z-index: 4;
  top: 37px;
  left: 45%;
  transform: translateX(-45%);
  height: 14px;
  width: 30px;
}
.header-content__nav .barSon > li {
  position: relative;
  color: hsla(0, 0%, 100%, 0.9);
}
.header-content__nav .barSon > li::after {
  content: url("/statics/images/header_icon_bor.png");
  display: none;
  position: absolute;
  z-index: 4;
  top: 37px;
  left: 45%;
  transform: translateX(-45%);
  height: 14px;
  width: 30px;
}
.header-content__nav .barSon > li a {
  color: #fff;
}
.header-content__nav .barSon > li a:hover {
  color: #f6dbc0;
}
.header-content__nav .barSon > li a:focus {
  color: #f6dbc0;
}
.header-content__nav .barSon > li a:active {
  color: #f6dbc0;
}
.header-content__nav .barSon > li .fanav {
  white-space: nowrap;
  height: 89px;
  line-height: 89px;
  font-size: 20px;
  display: inline-block;
}
.header-content__nav .barSon > li .fanav > a {
  height: 100%;
  display: block;
  padding: 0 30px;
}
.header-content__nav .barSon > li .fanav > span {
  height: 100%;
  display: block;
  padding: 0 30px;
}
.header-content__nav .barSon > li .bar {
  width: 100%;
  height: 57px;
  display: none;
  background-color: #fff0dd;
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 4;
}
.header-content__nav .barSon > li .smallNav {
  z-index: 4;
  display: none;
  position: absolute;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
.header-content__nav .barSon > li .smallNav .subTitle a {
  white-space: nowrap;
  text-align: center;
  height: 57px;
  line-height: 57px;
  padding: 0 30px;
  display: block;
  font-size: 20px;
  color: #1f4146;
}
.header-content__nav .barSon > li .smallNav .subTitle a:hover {
  color: #9e7557;
}
.header-content__nav .barSon > li:hover .smallNav {
  display: flex;
}
.header-content__nav .barSon > li:hover .bar {
  display: block !important;
}
.header-content__nav .barSon > li:hover a {
  color: #f6dbc0;
}
.header-content .usericon:hover .hqrcode_box {
  display: block;
}
.header-content .usericon {
  transition: opacity 0.5s ease; /* 添加过渡效果 */
}
.header-content__icon {
  position: relative;
  margin-left: 30px;
}
.header-content__icon:first-child {
  margin-left: 0;
}
.header-content__icon img {
  width: 41px;
  height: 41px;
  margin-top: 23px;
}
.header-content__icon .hqrcode_box {
  display: none;
  width: 164px;
  min-height: 164px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #9e7557;
}
.header-content__icon .hqrcode_box img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 18px 20px 18px 12px;
}
.header-content__icon .hqrcode_box span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 18px;
}
.header-diacon {
  animation: menuRotateInRight 0.75s linear;
  background: transparent !important;
  margin: 0;
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
  background-image: url("/statics/images/header_menu_bg.png") !important;
}
.header-diacon .dia-footer {
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
  padding: 0;
}
.header-diacon .dia-footer a {
  color: #b2b2b2;
}
.header-diacon .dia-footer a:first-child {
  margin-right: 10px;
}
.header-diacon .dia-footer a:hover {
  color: #f6dbc0;
}
.header-diacon .dia-footer a:focus {
  color: #f6dbc0;
}
.header-diacon .dia-footer a:active {
  color: #f6dbc0;
}
.header-diacon__logo {
  width: 283px;
  height: 48px;
}
.header-diacon__logo img {
  width: 283px;
  height: 48px;
}
.header-diacon__close {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.header-diacon__title {
  display: flex;
  justify-content: space-between;
  padding: 65px 65px 0 211px;
}
.header-diacon__menulist {
  display: flex;
  margin-top: 223px;
  margin-left: 358px;
}
.header-diacon__menulist dl {
  text-align: center;
  min-width: 96px;
  margin-right: 129px;
}
.header-diacon__menulist dl:last-child {
  margin-right: 0;
}
.header-diacon__menulist dl dt {
  display: block;
  margin-bottom: 28px;
}
.header-diacon__menulist dl dt a {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.header-diacon__menulist dl dt a:hover {
  color: #f6dbc0;
}
.header-diacon__menulist dl dt a:focus {
  color: #f6dbc0;
}
.header-diacon__menulist dl dt a:active {
  color: #f6dbc0;
}
.header-diacon__menulist dl dt span {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.header-diacon__menulist dl dt img {
  display: block;
  width: 18px;
  height: 12px;
  margin: 0 auto;
}
.header-diacon__menulist dl dd {
  height: 16px;
  line-height: 16px;
  margin-bottom: 31px;
}
.header-diacon__menulist dl dd a {
  font-size: 18px;
  color: #fff;
}
.header-diacon__menulist dl dd a:hover {
  color: #f6dbc0;
}
.header-diacon__menulist dl dd a:focus {
  color: #f6dbc0;
}
.header-diacon__menulist dl dd a:active {
  color: #f6dbc0;
}

/**庄寨脚部**/
.footer {
  font-size: 16px;
  color: #fff;
  width: 100%;
  background-color: #454545;
}
.footer-con {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-fcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-topbtn {
  display: flex;
  align-items: center;
  position: relative;
}
.footer-topbtn > a {
  display: block;
  color: #fff;
  width: 94px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.1);
  margin-right: 50px;
}
.footer-topbtn > a:hover {
  color: #f6dbc0;
}
.footer-topbtn > a:hover .qrcode_xjbox {
  display: block;
}
.footer-topbtn .qrcode_xjbox {
  display: none;
  width: 168px;
  min-height: 174px;
  position: absolute;
  left: -36px;
  bottom: 45px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #9e7557;
}
.footer-topbtn .qrcode_xjbox img {
  width: 140px;
  height: 140px;
  margin: 18px 20px 0 12px;
}
.footer-topbtn .qrcode_xjbox span {
  font-size: 16px;
  display: block;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 18px;
}
.footer-topbtn .qrcode_wobox {
  left: 112px;
}
.footer-top {
  display: flex;
  padding: 43px 0 40px 0;
}
.footer-top ul {
  display: flex;
  align-items: center;
}
.footer-top ul li {
  height: 16px;
  line-height: 16px;
  padding: 0 20px 0 15px;
  border-right: solid 1px #fff;
}
.footer-top ul li:last-child {
  border-right: none;
}
.footer-top ul li a {
  color: #fff;
}
.footer-top ul li a:hover {
  color: #f6dbc0;
}
.footer-center {
  display: flex;
  padding-bottom: 21px;
}
.footer-center .infomenu {
  display: flex;
  margin-top: 34px;
}
.footer-center .infomenu dl {
  min-width: 65px;
  margin-right: 90px;
}
.footer-center .infomenu dl:last-child {
  margin-right: 152px;
}
.footer-center .infomenu dl dt {
  margin-bottom: 23px;
}
.footer-center .infomenu dl dt span {
  color: #fff;
}
.footer-center .infomenu dl dt a {
  color: #fff;
}
.footer-center .infomenu dl dt a:hover {
  color: #f6dbc0;
}
.footer-center .infomenu dl dd {
  margin-bottom: 31px;
}
.footer-center .infomenu dl dd a {
  color: #b2b2b2;
}
.footer-center .infomenu dl dd a:hover {
  color: #f6dbc0;
}
.footer-center .codeimg {
  margin-top: 39px;
  display: inline-grid;
  text-align: center;
  margin-right: 30px;
  width: 143px;
}
.footer-center .codeimg img {
  display: inline-block;
  width: 125px;
  height: 123px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 9px;
}
.footer-center .codeimg span {
  margin-top: -20px;
  color: #b2b2b2;
}
.footer-center .callcon {
  margin-top: 39px;
}
.footer-center .callcon span:nth-of-type(1) {
  display: inline-block;
  line-height: 32px;
  color: #f6dbc0;
  padding-bottom: 6px;
  border-bottom: solid 1px #f6dbc0;
}
.footer-center .callcon b {
  display: block;
  line-height: 29px;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  margin-top: 17px;
  margin-bottom: 26px;
  color: #f6dbc0;
}
.footer-center .callcon span {
  line-height: 15px;
  font-size: 16px;
  color: #b2b2b2;
  display: block;
}
.footer-center .callcon span:nth-of-type(2) {
  margin-bottom: 16px;
}
.footer-bottom {
  padding: 22px 0 20px 0;
}
.footer-bottom a {
  color: #b2b2b2;
}
.footer-bottom a:first-child {
  margin-right: 10px;
}
.footer-bottom a:hover {
  color: #f6dbc0;
}

/**庄寨右侧边栏**/
.rightsidebar {
  position: fixed;
  z-index: 99;
  bottom: 214px;
  right: 45px;
  width: 89px;
  height: 461px;
  background-repeat: no-repeat;
  background-image: url("/statics/images/rightsider_bg.png");
  opacity: 1;
  transition: opacity 0.5s ease; /* 添加过渡效果 */
}
.rightsidebar-con {
  padding-top: 49px;
  box-sizing: border-box;
  text-align: center;
}
.rightsidebar-con a {
  font-size: 14px;
  color: #fff;
  display: grid;
  margin-bottom: 29px;
  position: relative;
}
.rightsidebar-con a > img {
  display: block;
  margin: 0 auto;
}
.rightsidebar-con a span {
  display: block;
  height: 12px;
  line-height: 12px;
  margin-top: 7px;
}
.rightsidebar-con a .qrcode_box {
  display: none;
  width: 168px;
  min-height: 174px;
  position: absolute;
  left: -175px;
  top: -66px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #9e7557;
}
.rightsidebar-con a .qrcode_box img {
  width: 140px;
  height: 140px;
  margin: 18px 20px 18px 12px;
}
.rightsidebar-con a .qrcode_box span {
  font-size: 16px;
  display: block;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 18px;
}
.rightsidebar-con a .qrserve_box {
  display: none;
  width: 168px;
  position: absolute;
  left: -175px;
  top: -15px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 18px;
  text-align: left;
  line-height: 35px;
  box-sizing: border-box;
  border: 2px solid #9e7557;
}
.rightsidebar-con a .qrserve_box span {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  margin: 0;
}
.rightsidebar-con a:hover .qrcode_box {
  display: block;
}
.rightsidebar-con a:hover .qrserve_box {
  display: block;
}
.rightsidebar-con .rightcur .qrcode_box {
  display: block;
}
.rightsidebar-con .rightcur .qrserve_box {
  display: block;
}

.rightsidehidden {
  opacity: 0 !important;
}

.erroebg {
  width: 765px;
  height: 336px;
  margin-top: 200px;
  margin: 118px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/images/error_page404.png");
}

.errortext {
  color: #757575;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  margin-bottom: 118px;
}
@charset "UTF-8";
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
@keyframes mousejump {
  25% {
    transform: translateY(-8px);
  }
  50%, 100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(8px);
  }
}
@keyframes exhibit {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.banner {
  position: relative;
  z-index: 2;
}
.banner .swiper-pagination-bullet {
  background: url("/statics/images/index_banner_dot.png") no-repeat;
  background-size: cover;
  /* 适应图像大小 */
  width: 48px;
  /* 你的图像宽度 */
  height: 29px;
  /* 你的图像高度 */
  display: inline-block;
  /* 保证宽度和高度生效 */
  margin-right: 29px;
  cursor: pointer;
  opacity: 0.8;
}
.banner .swiper-pagination {
  position: absolute !important;
}
.banner .swiper-pagination-bullet-active {
  background: url("/statics/images/index_banner_dotcur.png") no-repeat;
  background-size: cover;
  /* 适应图像大小 */
  width: 48px;
  /* 你的图像宽度 */
  height: 29px;
  /* 你的图像高度 */
  display: inline-block;
  opacity: 1;
  /* 保证宽度和高度生效 */
}
.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 36px !important;
  width: 100% !important;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 922px;
  object-fit: cover;
}
.banner .swiper-slide {
  width: 100%;
  height: 922px;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  animation: exhibit 20s linear infinite;
}
.banner-jump {
  position: absolute;
  bottom: 35px;
  right: 79px;
  z-index: 9;
}
.banner-jump img {
  width: 26px;
  height: 41px;
  animation: mousejump 1.6s linear infinite;
}
.banner-title {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  top: calc(50% - 57px);
  left: calc(50% - 545px);
}

.index-newsdiacon {
  margin-top: 8vh !important;
  max-width: 1200px;
  min-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
}
.index-newsdiacon .el-dialog__headerbtn .el-dialog__close {
  color: #ffffff;
  background-color: rgba(87, 87, 87, 0.7098039216);
  border-radius: 50%;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
}
.index-newsdiacon .el-dialog__header {
  padding: 25px 40px 0;
}
.index-newsdiacon .el-dialog__headerbtn {
  right: 0;
  font-size: 32px;
}
.index-newsdiacon .el-dialog__body {
  padding: 40px 70px;
}
.index-newsdiacon .vedio-con {
  width: 100%;
  height: 600px;
}
.index-newsdiacon .vjs-big-play-button {
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  border-radius: 50% !important;
  font-size: 60px !important;
  margin: auto !important;
  transform: translate(-50%, -50%) !important;
}
.index-newsdiacon .vjs-tech {
  z-index: 0 !important;
  display: block !important;
}
.index-newsdiacon ::v-deep .vjs-paused .vjs-big-play-button,
.index-newsdiacon .vjs-paused .vjs-has-started .vjs-big-play-button {
  display: block;
}
.index-newsdiacon .video-con .vjs-playing .vjs-tech {
  pointer-events: auto;
}

.index-info {
  background-image: url("/statics/images/index_news_bg.png");
  position: relative;
  height: 922px;
  border-bottom: 3px solid #fff;
}
.index-info > img {
  position: absolute;
  top: 134px;
  left: 105px;
}

.index-infocon {
  padding-top: 75px;
}
.index-infocon .tit-def {
  height: 88px;
  position: relative;
}
.index-infocon .tit-def img {
  display: block;
  margin: 0 auto;
}

.index-newspanel {
  margin-top: 39px;
  display: flex;
}
.index-newspanel > a {
  width: 384px;
  height: 565px;
  background-color: #b4b4b4;
}
.index-newspanel > a img {
  width: 384px;
  height: 565px;
}
.index-newspanel .newBanSwiper {
  width: 384px;
  height: 565px;
  position: relative;
  z-index: 0;
  transition-timing-function: linear !important;
  /* 没错就是这个属性 */
}
.index-newspanel .newBanSwiper img,
.index-newspanel .newBanSwiper a {
  cursor: pointer;
}
.index-newspanel .newBanSwiper .newBan-title {
  position: absolute;
  z-index: 2;
  left: 23px;
  top: 33px;
}
.index-newspanel .newBanSwiper .newBan-backgro {
  width: 384px;
  height: 565px;
}

.index-newsleft {
  width: 1106px;
}
.index-newsleft__topcon {
  display: flex;
  margin-bottom: 17px;
}
.index-newsleft__topcon .vediocon {
  width: 460px;
  height: 274px;
  position: relative;
}
.index-newsleft__topcon .vediocon > a {
  display: block;
  width: 460px;
  height: 274px;
  position: relative;
  overflow: hidden;
}
.index-newsleft__topcon .vediocon img {
  display: block;
  width: 460px;
  height: 274px;
  transition: all 0.3s;
}
.index-newsleft__topcon .vediocon > a:hover img {
  transform: scale(1.15);
  filter: saturate(150%) grayscale(0%);
}
.index-newsleft__topcon .vediocon > span {
  pointer-events: auto;
  width: 100%;
  font-size: 18px;
  padding: 12px 15px 16px 15px;
  box-sizing: border-box;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  background-blend-mode: normal, normal;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
  letter-spacing: 1px;
  color: #fff;
  pointer-events: none;
}
.index-newsleft__topcon .vediocon .item {
  display: grid;
  width: 460px;
  height: 274px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.index-newsleft__topcon .vediocon .item-img {
  width: 100%;
  height: 274px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
.index-newsleft__topcon .vediocon .item .play {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 274px;
  background-color: rgba(0, 0, 0, 0.2);
}
.index-newsleft__topcon .vediocon .item .play img {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}
.index-newsleft__topcon .vediocon .item-text {
  padding: 28px;
  box-sizing: border-box;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}
.index-newsleft__topcon .vediocon .item:hover .item-text {
  color: #9e7557;
}
.index-newsleft__topcon .vediocon .item:hover .item-img {
  transform: scale(1.15);
  filter: saturate(150%) grayscale(0%);
}
.index-newsleft__topcon .vediocon .item:hover .el-image img {
  transform: scale(1.15);
}
.index-newsleft__topcon .vedioinfo-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-newsleft__topcon .vedioinfo-bot > a {
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: 16px;
  color: #757575;
}
.index-newsleft__topcon .vedioinfo-bot > a:hover {
  color: #9e7557;
}
.index-newsleft__topcon .vedioinfo {
  margin-left: 22px;
  margin-right: 29px;
}
.index-newsleft__topcon .vedioinfo span {
  display: block;
  height: 14px;
  line-height: 14px;
  color: #757575;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.index-newsleft__topcon .vedioinfo h3 a {
  display: block;
  height: 82px;
  line-height: 1.4;
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 29px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-newsleft__topcon .vedioinfo h3 a:hover, .index-newsleft__topcon .vedioinfo h3 a:focus, .index-newsleft__topcon .vedioinfo h3 a:active {
  color: #9e7557;
}
.index-newsleft__topcon .vedioinfo h3 {
  margin-bottom: 34px;
}
.index-newsleft__topcon .vedioinfo p {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: #757575;
  margin-bottom: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-newsleft__botcon {
  display: flex;
  margin-right: 15px;
  height: 274px;
  background-color: #e5e4db;
}
.index-newsleft__botcon .botcon-left {
  width: 460px;
  height: 274px;
  position: relative;
}
.index-newsleft__botcon .botcon-left > a {
  display: block;
  width: 460px;
  height: 274px;
  background-color: #e9e4cf;
  position: relative;
  overflow: hidden;
}
.index-newsleft__botcon .botcon-left > a img {
  width: 460px;
  height: 274px;
  transition: all 0.3s;
}
.index-newsleft__botcon .botcon-left > a:hover img {
  transform: scale(1.15);
  filter: saturate(150%) grayscale(0%);
}
.index-newsleft__botcon .botcon-left > span {
  width: 100%;
  font-size: 18px;
  padding: 12px 15px 16px 15px;
  box-sizing: border-box;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  background-blend-mode: normal, normal;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
  letter-spacing: 1px;
  color: #fff;
  pointer-events: none;
}
.index-newsleft__botrigcon {
  width: 629px;
  padding: 8px 18px 19px 22px;
  box-sizing: border-box;
}
.index-newsleft__botrigcon a:hover, .index-newsleft__botrigcon a:focus, .index-newsleft__botrigcon a:active {
  color: #9e7557;
}
.index-newsleft__botrigcon .tabspanel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-newsleft__botrigcon .tabspanel > a {
  color: #757575;
}
.index-newsleft__botrigcon .tabspanel > a:hover, .index-newsleft__botrigcon .tabspanel > a:focus, .index-newsleft__botrigcon .tabspanel > a:active {
  color: #9e7557;
}
.index-newsleft__botrigcon .tabspanel > a i {
  width: 10px;
}
.index-newsleft__botrigcon .tabscon {
  display: flex;
  align-items: center;
}
.index-newsleft__botrigcon .tabscon img {
  width: 19px;
  height: 38px;
}
.index-newsleft__botrigcon .tabscon .el-tabs {
  margin-left: 14px;
  margin-right: 14px;
}
.index-newsleft__botrigcon .tabscon .el-tabs__active-bar {
  display: none;
}
.index-newsleft__botrigcon .tabscon .el-tabs__nav-wrap::after {
  display: none;
}
.index-newsleft__botrigcon .tabscon .el-tabs__item.is-active {
  color: #9e7557;
}
.index-newsleft__botrigcon .tabscon .el-tabs__item:hover {
  color: #9e7557;
}
.index-newsleft__botrigcon .tabscon .el-tabs__header {
  margin: 0;
}
.index-newsleft__botrigcon .tabscon .el-tabs__item {
  padding: 0 18px;
  border-right: 1px solid #c7c6bc;
  height: 21px;
  line-height: 21px !important;
  font-family: SourceHanSerifCN-SemiBold;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
}
.index-newsleft__botrigcon .tabscon .el-tabs__item:last-child {
  border-right: none;
}
.index-newsleft__botrigcon .newsinfoswiper {
  width: 588px;
  margin-bottom: 8px;
  border-bottom: solid 1px #c7c6bc;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper {
  width: 100%;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-wrapper {
  width: 536px;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-slide {
  padding: 12px 0 10px 0;
  width: 35px !important;
  white-space: nowrap;
  margin-right: 32px;
  letter-spacing: 1px;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-slide:first-child {
  margin-right: 15px;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-slide a {
  display: inline-block;
  font-size: 16px;
  width: 35px !important;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-prev.swiper-button-disabled,
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-prev:after,
.index-newsleft__botrigcon .newsinfoswiper .swiper-rtl .swiper-button-prev:after {
  content: url(/statics/images/index_newsarrow1.png);
  background: #e5e4db;
  padding: 0 10px;
  margin-left: 0;
  width: 10px;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-next:after,
.index-newsleft__botrigcon .newsinfoswiper .swiper-rtl .swiper-button-prev:after {
  content: url(/statics/images/index_newsarrow.png);
  background: #e5e4db;
  padding: 0 10px;
  margin-left: 20px;
  width: 10px;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-next,
.index-newsleft__botrigcon .newsinfoswiper .swiper-rtl .swiper-button-prev {
  right: 0;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-prev,
.index-newsleft__botrigcon .newsinfoswiper .swiper-rtl .swiper-button-prev {
  left: 0;
}
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-prev,
.index-newsleft__botrigcon .newsinfoswiper .swiper-button-next {
  top: calc(50% - 7px);
}
@media (max-width: 760px) {
  .index-newsleft__botrigcon .newsinfoswiper .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }
  .index-newsleft__botrigcon .newsinfoswiper .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}
.index-newsleft__botrigcon ul li {
  height: 19px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.index-newsleft__botrigcon ul li a {
  font-size: 16px;
  max-width: 420px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
}
.index-newsleft__botrigcon ul li a::before {
  display: inline-block;
  content: "•";
  font-size: 20px;
  /* 使用 Unicode 字符 ● 表示小圆点 */
  margin-right: 8px;
  /* 调整圆点与文字的间距 */
  width: 6px;
  height: 6px;
  color: #866b4e;
}
.index-newsleft__botrigcon ul li a:hover {
  color: #9e7557;
}
.index-newsleft__botrigcon ul li span {
  font-size: 15px;
  color: #757575;
}

.index-cloudhall {
  height: 922px;
  position: relative;
  background-image: url("/statics/images/bg.png");
  border-bottom: 3px solid #fff;
}
.index-cloudhall__titcon {
  padding-top: 75px;
}
.index-cloudhall__titcon .tit-def {
  height: 94px;
  position: relative;
}
.index-cloudhall__titcon .tit-def img {
  display: block;
  margin: 0 auto;
  max-width: 363px;
  max-height: 94px;
}
.index-cloudhall__titcon .tit-def a {
  position: absolute;
  top: 45px;
  right: 10px;
  display: inline-block;
  color: #757575;
}
.index-cloudhall__titcon .tit-def a:hover, .index-cloudhall__titcon .tit-def a:focus, .index-cloudhall__titcon .tit-def a:active {
  color: #9e7557;
}

.index-cloudbg {
  margin-top: 240px;
  height: 523px;
  background-image: url("/statics/images/index_cloudback_bg.png");
  position: relative;
}

.index-cloudcon {
  top: -222px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.index-cloudcon__tabcon {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  border: solid 8px #f8f6ef;
}
.index-cloudcon__tabcon .cloudSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.index-cloudcon__tabcon .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-cloudcon__tabcon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-cloudcon__tabcon .cloudtabcon {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 522px;
  height: 62px;
  padding: 22px 22px 21px 28px;
  box-sizing: border-box;
  background-color: rgba(33, 67, 69, 0.7);
}
.index-cloudcon__tabcon .cloudtabcon ul {
  display: flex;
}
.index-cloudcon__tabcon .cloudtabcon ul li {
  margin-right: 35px;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
}
.index-cloudcon__tabcon .cloudtabcon ul li:last-child {
  margin-right: 0;
}
.index-cloudcon__tabcon .cloudtabcon ul li a {
  color: #fff;
}
.index-cloudcon__tabcon .cloudtabcon ul li a:hover, .index-cloudcon__tabcon .cloudtabcon ul li a:focus, .index-cloudcon__tabcon .cloudtabcon ul li a:active {
  color: #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li .smallscan {
  display: none;
  position: absolute;
  z-index: 2;
  top: -202px;
  left: 50%;
  transform: translateX(-50%);
}
.index-cloudcon__tabcon .cloudtabcon ul li .smallscan > img {
  width: 29px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
}
.index-cloudcon__tabcon .cloudtabcon ul li .smallscan-con {
  width: 276px;
  height: 160px;
  border: solid 4px #f8f6ef;
  box-sizing: border-box;
}
.index-cloudcon__tabcon .cloudtabcon ul .tablicur {
  padding-bottom: 30px;
  border-bottom: 2px solid #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul .tablicur a {
  color: #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul .tablicur .smallscan {
  display: block;
}
.index-cloudcon__tabcon .cloudtabcon ul li:hover {
  padding-bottom: 30px;
  border-bottom: 2px solid #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:hover a {
  color: #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:hover .smallscan {
  display: block;
}
.index-cloudcon__tabcon .cloudtabcon ul li:focus {
  padding-bottom: 30px;
  border-bottom: 2px solid #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:focus a {
  color: #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:focus .smallscan {
  display: block;
}
.index-cloudcon__tabcon .cloudtabcon ul li:active {
  padding-bottom: 30px;
  border-bottom: 2px solid #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:active a {
  color: #f6dbc0;
}
.index-cloudcon__tabcon .cloudtabcon ul li:active .smallscan {
  display: block;
}
.index-cloudcon__tabcon .cloudtabcon > span {
  height: 29px;
  line-height: 29px;
  font-size: 20px;
  color: #fff;
  margin-right: 28px;
}
.index-cloudcon__tabcon > a {
  width: 109px;
  height: 109px;
  position: absolute;
  right: -8px;
  bottom: -7px;
}
.index-cloudcon__tabcon > a img {
  width: 109px;
  height: 109px;
}
.index-cloudcon__navmenu {
  position: relative;
  overflow: hidden;
}
.index-cloudcon__navmenu .cloudnavswiper {
  height: 107px;
  border-bottom: dashed 1px rgba(233, 228, 207, 0.2);
  position: relative;
  overflow: hidden;
  padding: 0 47px;
  padding-bottom: 14px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper {
  width: 99%;
  overflow: inherit;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-wrapper {
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide {
  width: auto !important;
  white-space: nowrap;
  margin-right: 49px;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide::after {
  content: url("/statics/images/index_bor.png");
  display: none;
  position: absolute;
  z-index: 5;
  top: 54px;
  left: calc(50% - 31px);
  height: 19px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide > a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
  /* margin-right: 49px; */
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 27px;
  padding-top: 27px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide > a:hover {
  color: #f6dbc0;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide > a:hover::after {
  content: url("/statics/images/index_bor.png");
  display: block;
  position: absolute;
  z-index: 5;
  top: 54px;
  left: calc(50% - 31px);
  height: 19px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide > a:hover > a {
  color: #f6dbc0;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide > a:hover ul {
  display: flex;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide ul {
  top: -35px;
  background-color: #224446;
  padding: 13px 39px 13px 36px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  transform: translateX(0);
  font-size: 14px;
  color: #fff;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide ul li {
  margin-right: 46px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide ul li > a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  width: 62px !important;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide ul li > a:hover {
  color: #f6dbc0;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-slide ul li:last-child {
  margin-right: 0;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-prev.swiper-button-disabled,
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-prev:after,
.index-cloudcon__navmenu .cloudnavswiper .swiper-rtl .swiper-button-prev:after {
  content: url(/statics/images/index_vallarrow1.png);
  margin-left: 0;
  width: 10px;
  padding: 5px 10px 5px 30px;
  height: 22px;
  line-height: 1px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-next:after,
.index-cloudcon__navmenu .cloudnavswiper .swiper-rtl .swiper-button-prev:after {
  content: url(/statics/images/index_vallarrow2.png);
  margin-left: 31px;
  width: 10px;
  padding: 5px 20px 5px 10px;
  height: 22px;
  line-height: 1px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-next,
.index-cloudcon__navmenu .cloudnavswiper .swiper-rtl .swiper-button-prev {
  right: 10px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-prev,
.index-cloudcon__navmenu .cloudnavswiper .swiper-rtl .swiper-button-prev {
  left: -10px;
}
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-prev,
.index-cloudcon__navmenu .cloudnavswiper .swiper-button-next {
  top: 95px;
}
@media (max-width: 760px) {
  .index-cloudcon__navmenu .cloudnavswiper .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }
  .index-cloudcon__navmenu .cloudnavswiper .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}
.index-tradepanel {
  min-width: 1800px;
  max-width: 1920px;
  height: 922px;
  background-image: url("/statics/images/index_trade_bg.png");
  background-repeat: repeat;
  position: relative;
  display: flex;
}

.index-tradetitle {
  width: 585px;
  height: 922px;
  position: relative;
}
.index-tradetitle img {
  width: 585px;
  height: 922px;
}
.index-tradetitle span {
  display: block;
  width: 290px;
  height: 90px;
  left: 184px;
  top: 318px;
  position: absolute;
  font-size: 30px;
  line-height: 90px;
  letter-spacing: 2px;
  text-align: center;
  background-size: 290px 90px;
  background-image: url("/statics/images/title_tradebg.png");
}

.index-tradecon {
  height: 38px;
  margin-top: 97px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
}
.index-tradecon__tabscon {
  width: 765px;
}
.index-tradecon__tabscon .tabscon-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index-tradecon__tabscon .tabscon-item img {
  width: 39px;
  height: 23px;
  margin-right: 4px;
}
.index-tradecon__tabscon .tabscon-item span {
  white-space: nowrap;
  color: #757575;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  letter-spacing: 1px;
}
.index-tradecon__tabscon .tabscon-item .tra-defimg {
  display: block;
}
.index-tradecon__tabscon .tabscon-item .tra-curimg {
  display: none;
}
.index-tradecon__tabscon .tabscon-item:hover .tra-defimg {
  display: none;
}
.index-tradecon__tabscon .tabscon-item:hover .tra-curimg {
  display: block;
}
.index-tradecon__tabscon .tabscon-item:hover span {
  color: #333333;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
.index-tradecon__tabscon .labecur .tra-defimg {
  display: none;
}
.index-tradecon__tabscon .labecur .tra-curimg {
  display: block;
}
.index-tradecon__tabscon .labecur span {
  color: #333333;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
.index-tradecon__tabscon .el-tabs__nav-prev {
  line-height: 47px;
}
.index-tradecon__tabscon .el-tabs__nav-prev .el-icon-arrow-left:before {
  content: url(/statics/images/index_newsarrow1.png);
}
.index-tradecon__tabscon .el-tabs__nav-next {
  line-height: 47px;
}
.index-tradecon__tabscon .el-tabs__nav-next .el-icon-arrow-right:before {
  content: url(/statics/images/index_newsarrow.png);
}
.index-tradecon__tabscon .el-tabs__active-bar {
  display: none;
}
.index-tradecon__tabscon .el-tabs__nav-wrap::after {
  display: none;
}
.index-tradecon__tabscon .el-tabs__item {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
  margin-right: 67px;
}
.index-tradecon__tabscon .el-tabs__item:last-child {
  margin-right: 0;
}
.index-tradecon__tabscon .el-tabs__item.is-active {
  font-weight: bold;
  color: #333333;
  font-family: MicrosoftYaHei-Bold;
}
.index-tradecon__tabscon .el-tabs__item.is-active .tra-defimg {
  display: none;
}
.index-tradecon__tabscon .el-tabs__item.is-active .tra-curimg {
  display: block;
}
.index-tradecon__tabscon .el-tabs__item.is-active span {
  color: #333333;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
.index-tradecon__tabscon .el-tabs__item:hover {
  font-family: MicrosoftYaHei-Bold;
  color: #333333;
  font-weight: bold;
}
.index-tradecon__tabscon .el-tabs__item:hover .tra-defimg {
  display: none;
}
.index-tradecon__tabscon .el-tabs__item:hover .tra-curimg {
  display: block;
}
.index-tradecon > a {
  display: block;
  width: 140px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  background-color: #9e7557;
}
.index-tradecon > a:hover {
  background-color: #8d6548;
}

.index-traderight {
  margin-right: 212px;
}

.index-tradelist {
  margin-left: -60px;
  margin-top: 39px;
}
.index-tradelist > ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.index-tradelist > ul li:nth-child(3n) {
  margin-right: 0;
}
.index-tradelist > ul li {
  margin-right: 48px;
  margin-bottom: 29px;
  width: calc((100% - 96px) / 3);
  min-width: calc((100% - 96px) / 3);
  max-width: calc((100% - 96px) / 3);
}
.index-tradelist > ul li a {
  display: block;
  width: 362px;
  height: 327px;
  padding: 11px 12px 11px 13px;
  background-color: #fff;
  box-sizing: border-box;
}
.index-tradelist > ul li a img {
  width: 100%;
  height: 193px;
}
.index-tradelist > ul li a .bgcon {
  overflow: hidden;
  position: relative;
  z-index: 4;
  display: flex;
}
.index-tradelist > ul li a .bgcon > img {
  width: 100%;
  height: 193px;
  transition: all 0.3s;
}
.index-tradelist > ul li a .bgcon > span {
  width: 100%;
  padding: 12px 15px 16px 15px;
  box-sizing: border-box;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  background-blend-mode: normal, normal;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}
.index-tradelist > ul li a .bgcon > span img {
  width: 12px;
  height: 15px;
  margin-right: 7px;
}
.index-tradelist > ul li a h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-tradelist > ul li a p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #757575;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.index-tradelist > ul li:hover a .bgcon > img {
  transform: scale(1.15);
  filter: saturate(150%) grayscale(0%);
}
.index-tradelist > ul li:hover a h3 {
  color: #9e7557;
}

.index-valliage {
  height: 922px;
  background-image: url("/statics/images/index_vage_bg.png");
  position: relative;
  border-bottom: none;
  padding-bottom: 30px;
}
.index-valliage .vallbg {
  width: 100%;
  height: 312px;
  position: absolute;
  bottom: 161px;
  left: 0;
  top: auto;
}

.index-vallicon {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 32px;
}
.index-vallicon li {
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 354px;
  height: 682px;
  background-color: #fff;
  padding: 19px 16px 18px 16px;
  box-sizing: border-box;
  position: relative;
  margin-right: 27px;
}
.index-vallicon li:last-child {
  margin-right: 0;
}
.index-vallicon li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index-vallicon li a span {
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 121px);
  width: 45px;
  font-family: AdobeHeitiStd-Regular;
  font-size: 50px;
  letter-spacing: 15px;
  color: #fff;
  z-index: 1;
}
.index-vallicon li a > img {
  width: 322px;
  height: 645px;
  display: block;
}
.index-vallicon li a .mask {
  width: 322px;
  height: 645px;
  top: 19px;
  position: absolute;
  background: linear-gradient(to top, #00a58b 0%, transparent 100%);
  transition: all 2s ease;
}
.index-vallicon li a .arrow {
  position: relative;
  width: 76px;
  height: 76px;
  margin-top: -32px;
  padding: 26px 22px 24px 24px;
  box-sizing: border-box;
  background-color: #f6dbc0;
  margin-left: calc(50% - 38px);
}
.index-vallicon li a .arrow img {
  width: 30px;
  height: 26px;
}
.index-vallicon li a .arrow .right {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid;
  border-left: none;
  border-bottom: none;
  transform: translate(-30%, -50%) rotate(45deg);
  transform-origin: center;
}
.index-vallicon li a .arrow .right-1 {
  border-color: #a8a494;
  transform: translate(-120%, -50%) rotate(45deg);
}
.index-vallicon li a .arrow .right-2 {
  border-color: #345152;
}
@keyframes change {
  from {
    border-color: #a8a494;
  }
  to {
    border-color: #345152;
  }
}
.index-vallicon li:hover {
  transform: translateY(-15px);
}
.index-vallicon li:hover a .mask {
  background: linear-gradient(to top, rgba(0, 165, 139, 0.6), rgba(0, 165, 139, 0.6));
}
.index-vallicon li:hover a .right-1 {
  animation: change 0.4s linear infinite alternate;
}
.index-vallicon li:hover a .right-2 {
  animation: change 0.4s linear 0.4s infinite alternate;
}
.index-vallicon .vallcur {
  transform: translateY(-15px);
}
.index-vallicon .vallcur a .mask {
  background: rgba(0, 165, 139, 0.6);
}

.index-titcon {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-titcon__title {
  height: 38px;
  display: flex;
  align-items: center;
}
.index-titcon__title span {
  font-family: SimSun;
  font-size: 30px;
  font-weight: bold;
}
.index-titcon__title img {
  width: 19px;
  height: 38px;
}
.index-titcon > a {
  margin-top: 7px;
  color: #757575;
}
.index-titcon > a:hover {
  color: #9e7557;
}

.index-envirpanel {
  height: 451px;
  display: flex;
  padding-bottom: 26px;
}
.index-envirpanel__leftcon {
  width: 498px;
  height: 451px;
  padding: 27px 23px 21px 35px;
  box-sizing: border-box;
  background-image: url("/statics/images/index-envirbg.png");
}
.index-envirpanel__rightcon {
  width: 1004px;
  background-color: #335152;
}
.index-envirpanel__rightcon .swiper {
  width: 100%;
  height: 100%;
}
.index-envirpanel__rightcon .swiper-button-prev,
.index-envirpanel__rightcon .swiper-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #335152;
  opacity: 0.5;
}
.index-envirpanel__rightcon .swiper-button-prev:after,
.index-envirpanel__rightcon .swiper-rtl .swiper-button-next:after {
  color: #fff;
  font-size: 26px;
}
.index-envirpanel__rightcon .swiper-button-next:after,
.index-envirpanel__rightcon .swiper-rtl .swiper-button-prev:after {
  color: #fff;
  font-size: 26px;
}
.index-envirpanel__rightcon .swiper-button-next,
.index-envirpanel__rightcon .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #335152;
  opacity: 0.5;
}
.index-envirpanel__rightcon .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-envirpanel__rightcon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-bgcolor {
  background-color: #faf8f2;
}
.index-bgcolor:last-child {
  padding-bottom: 23px;
}

.index-economy {
  height: 451px;
  padding: 20px 29px 36px 37px;
  box-sizing: border-box;
  background-color: #e5e4db;
  background-image: url("/statics/images/index_ecobg.png");
}
.index-economy .swiper-father {
  position: relative;
  overflow: hidden;
}
.index-economy .swiper-father .swiper-button-next,
.index-economy .swiper-father .swiper-container-rtl .swiper-button-prev {
  background-image: url("/statics/images/nmaritime/turnplugin/flink-slide_right.png");
  background-size: 19px 26px;
  right: 16%;
}
.index-economy .swiper-father .swiper-button-prev,
.index-economy .swiper-father .swiper-container-rtl .swiper-button-next {
  background-image: url("/statics/images/nmaritime/turnplugin/flink-slide_left.png");
  background-size: 19px 26px;
  left: 16%;
}
.index-economy .swiper-father .flink-con {
  max-width: 100%;
}
.index-economy .flink_banner {
  height: 330px;
  margin: 30px auto 37px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index-economy .flink_banner .swiper-slide {
  cursor: pointer;
  width: 150px !important;
  max-height: 330px;
  overflow: hidden;
  box-sizing: border-box;
  border: solid 2px #bc8d5f;
  position: relative;
}
.index-economy .flink_banner .swiper-slide .eco-iconleft {
  position: absolute;
  top: 0;
  z-index: 1;
}
.index-economy .flink_banner .swiper-slide .eco-iconright {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.index-economy .flink_banner .swiper-slide .eco-mask {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.index-economy .flink_banner .swiper-slide .eco-img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 47px;
  border-radius: 50%;
}
.index-economy .flink_banner .swiper-slide span {
  width: 22px;
  margin: 0 auto;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  font-family: SourceHanSerifCN-Regular;
  font-size: 22px;
  letter-spacing: 4px;
  position: relative;
  z-index: 2;
  color: #333333;
}
.index-economy .flink_banner .swiper-slide:hover {
  background-color: #eeede7;
}
.index-economy .flink_banner .swiper-slide:hover .eco-mask {
  display: block;
}
.index-economy .flink_banner .flinkcur {
  background-color: #eeede7;
}
.index-economy .flink_banner .flinkcur .eco-mask {
  display: block;
}
@charset "UTF-8";
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
.el-select-dropdown__item {
  padding: 10px 18px;
  line-height: 1 !important;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  color: #0d55bb;
  background-color: rgba(13, 85, 187, 0.1);
}

.el-select-dropdown__item.selected {
  color: #0d55bb;
  background-color: rgba(13, 85, 187, 0.1);
}
@charset "UTF-8";
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
.village-mainzz {
  min-height: 691px;
  padding-top: 50px;
  background: #f6ede6;
}
.village-mainzz .ml28 {
  margin-left: 28px;
}
.village-mainzz ul {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
  justify-content: flex-start;
}
.village-mainzz li:nth-child(3n) {
  margin-right: 0;
}
.village-mainzz li {
  flex: 1;
  width: calc((100% - 86px) / 3);
  min-width: calc((100% - 86px) / 3);
  max-width: calc((100% - 86px) / 3);
  margin-bottom: 39px;
  margin-right: 43px;
}
.village-mainzz li a {
  display: block;
  width: 100%;
  height: 452px;
  background: #fff;
  padding-bottom: 22px;
  box-sizing: border-box;
}
.village-mainzz li a h5 {
  height: 26px;
  margin-top: 23px;
  line-height: 26px;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.village-mainzz li a p {
  display: block;
  margin-top: 26px;
  line-height: 25px;
  font-size: 16px;
  color: #757575;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.village-mainzz li a:hover .mainzz-icon img {
  transform: scale(1.1);
}
.village-mainzz li a:hover h5 {
  color: #9e7557;
}
.village-mainzz .mainzz-icon {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.village-mainzz .mainzz-icon img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.village-mainzz .mainzz-more {
  display: flex;
  align-items: center;
  color: #9e7557;
}
.village-mainzz .mainzz-more img {
  width: 34px;
  height: 8px;
  margin-left: 18px;
}

.defpanel-bg {
  position: relative;
}

.defbg {
  position: absolute;
  bottom: 0;
}

.aboutpanel .aboutwrap {
  background: url("/statics/images/bg.png") !important;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 0 !important;
}
.aboutpanel .mapwrap {
  width: 100%;
  height: 409px;
  position: relative;
}

.tdt-container .tdt-control-copyright {
  display: none;
}

.aboutus {
  width: 1397px;
  flex-direction: column;
  margin-top: 74px;
}
.aboutus :deep(.tdt-control-copyright) {
  display: none !important;
}
.aboutus :deep(.tdt-control-datasources) {
  display: none !important;
}
.aboutus > ul {
  width: 1397px;
  height: 282px;
  background-size: 100% 282px;
  background-repeat: no-repeat;
  background-image: url("/statics/images/call_con_bg.png");
}
.aboutus > ul li {
  min-width: 256px;
}
.aboutus .content-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus .content-title-text {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 14px;
}
.aboutus .content-title-right, .aboutus .content-title-left {
  width: 19px;
  height: 38px;
}
.aboutus .content-title-left {
  transform: rotate(180deg);
}
.aboutus-cont {
  font-size: 18px;
  letter-spacing: 1px;
  color: #757575;
  line-height: 40px;
  text-indent: 2em;
  margin: 64px 0 56px 0;
}
.aboutus-icon {
  width: 104px;
  height: 104px;
}
.aboutus-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #757575;
  margin: 26px 0 33px 0;
}
.aboutus-val {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}

#mapContainer {
  width: 100%;
  height: 409px;
  z-index: 0;
}

#mapMask {
  width: 100%;
  height: 409px;
  background-image: linear-gradient(to bottom, rgba(251, 248, 243, 0.9) 0%, transparent 50%); /* 定义从左上到右下的线性渐变色 */
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@charset "UTF-8";
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
#news-show .mp-container {
  position: relative;
}
#news-show .mp-container .marker {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
}
#news-show .mp-container .active {
  background-color: blue;
}
#news-show .mp-container .marker-label {
  position: absolute;
  transform: translateX(-31%);
  white-space: nowrap; /* 防止换行 */
  padding: 5px;
  background-color: #9e7557;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.monitor-tips {
  background-color: #fff;
  text-align: center;
  height: 53px;
  line-height: 53px;
  font-size: 22px;
  letter-spacing: 3px;
}
.monitor-tips span {
  font-weight: bold;
  font-size: 30px;
  color: #9e7557;
}

#monitor-list {
  background-image: url(/statics/images/bg.png);
  background-repeat: repeat;
}
#monitor-list .monitor-banner {
  /* 边框样式 */
  border: 10px solid #fff;
  /* 阴影效果 */
  box-shadow: 4px 4px 8px #888;
}

.monitor {
  display: flex;
  box-sizing: border-box;
}
.monitor .tree {
  width: 300px;
}
.monitor .tree .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #f6dbc0;
}
.monitor .tree .el-tree-node__label {
  font-size: 16px;
}
.monitor .tree .el-tree-node__content {
  height: 50px;
}
.monitor .tree .el-tree-node__content .el-tree-node__label {
  font-size: 20px;
}
.monitor .con {
  flex-grow: 1;
  box-sizing: border-box;
}
.monitor .con .el-table th.el-table__cell {
  color: #9e7557;
}
.monitor .con .el-button:focus, .monitor .con .el-button:hover {
  color: #9e7557;
  border-color: #f6dbc0;
  background-color: #ffeedd;
}
@charset "UTF-8";
/*
* @Description: 列表、详情页
* @LastEditTime: 2024-1-11
*/
/**定义颜色-参照文字说明：https://www.colorhexa.com/**/
/****************/
/********颜色定义********/
/**业务命名  **/
/**辅助色**/
/** darkextr>darker>dark>''>light>lighter>lightextr》; 
超深>更深>深>普通>淡>更淡>超淡
disabled 不可用
regular正常
Placeholder：占位符
base:基础

**/
/* Background
-------------------------- */
/* Link
-------------------------- */
/**text**/
/* border----------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hid2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hid1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page {
  justify-content: center;
}
.page .page-all {
  color: #9e7557;
  font-size: 20px;
  margin-right: 24px;
}
.page .page-all span {
  margin: 0 10px;
  font-weight: bold;
  font-size: 22px;
}
.page .page-jump {
  display: flex;
  align-items: center;
  height: 36px;
}
.page .page-jump .input {
  width: 68px;
  height: 100%;
  color: #9e7557;
  border: solid 1px #9e7557;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.page .page-jump .jump {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 57px;
  height: 100%;
  background-color: #9e7557;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
}
.page .page-jump .jump:hover {
  background-color: rgba(158, 117, 87, 0.8392156863);
}
.page .cur,
.page .nor, .page-point, .page-pre, .page-next, .page-num {
  width: 36px;
  height: 36px;
  border: solid 1px #9e7557;
  font-size: 18px;
  line-height: 36px;
  color: #9e7557;
  text-align: center;
  margin-right: 11px;
  position: relative;
  cursor: pointer;
}
.page-point {
  line-height: 26px;
  border: none;
  cursor: not-allowed;
}
.page-pre:hover {
  background-color: #9e7557;
}
.page-pre:hover .left-arrow {
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
}
.page-next:hover {
  background-color: #9e7557;
}
.page-next:hover .right-arrow {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.page .cur, .page-num:hover {
  background-color: #9e7557;
  color: #ffffff;
}
.page .right-arrow,
.page .left-arrow {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page .left-arrow {
  border-bottom: solid 1px #9e7557;
  border-left: solid 1px #9e7557;
  transform: translate(-25%, -50%) rotate(45deg);
}
.page .right-arrow {
  border-top: solid 1px #9e7557;
  border-right: solid 1px #9e7557;
  transform: translate(-75%, -50%) rotate(45deg);
}
.page .disPreviousPage {
  background-color: #fff;
  border: none;
  cursor: not-allowed;
}
.page .disPreviousPage .left-arrow {
  border-bottom: solid 1px #c0c4cc;
  border-left: solid 1px #c0c4cc;
}
.page .disNextPage {
  background-color: #fff;
  border: none;
  cursor: not-allowed;
}
.page .disNextPage .right-arrow {
  border-top: solid 1px #c0c4cc;
  border-right: solid 1px #c0c4cc;
}

.crumbs {
  width: 1400px;
  justify-content: flex-start;
}
.crumbs-text {
  font-size: 16px;
  color: #757575;
}
.crumbs-text:hover {
  color: #9e7557;
}
.crumbs .active {
  color: #333333;
}
.crumbs-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  transform: translate(-25%) rotate(45deg);
  margin: 0 10px;
}

.background {
  width: 100%;
  height: 375px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.background .bg-img {
  width: 100%;
  height: 100%;
  max-height: 375px;
}
.background .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.background .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.background .headline .text {
  font-family: "宋体";
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
  text-shadow: 2px 4px 8px rgba(31, 65, 70, 0.8);
}
.background .headline .line {
  width: 41px;
  height: 4px;
  background-color: #ffffff;
  margin: 19px auto 0px auto;
}

#news-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#news-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 106px 0;
  position: relative;
}
#news-list .content .nav {
  width: 1450px;
  height: 120px;
  background: url("/statics/images/new-children-nav.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  justify-content: center;
}
#news-list .content .nav-item {
  margin-right: 186px;
  height: 102px;
  line-height: 102px;
  position: relative;
  cursor: pointer;
}
#news-list .content .nav-item .text {
  font-size: 26px;
  color: #ffffff;
  transition: color linear 0.1s;
}
#news-list .content .nav-item .select {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 19px;
  opacity: 0;
  transition: opacity linear 0.1s;
  transform: translateX(-50%);
}
#news-list .content .nav .active .text, #news-list .content .nav-item:hover .text {
  color: #f6dbc0;
}
#news-list .content .nav .active .select, #news-list .content .nav-item:hover .select {
  opacity: 1;
}
#news-list .content .nav-item:last-child {
  margin-right: 0px;
}
#news-list .content .list {
  width: 1400px;
  margin-bottom: 42px;
}
#news-list .content .list .item {
  width: 100%;
  height: 354px;
  background-color: #ffffff;
  padding: 38px 57px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#news-list .content .list .item-left {
  width: 0;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 52px;
}
#news-list .content .list .item-left .title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 60px;
  cursor: pointer;
}
#news-list .content .list .item-left .title:hover {
  color: #9e7557 !important;
}
#news-list .content .list .item-left .intro {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #757575;
}
#news-list .content .list .item-left .detail {
  width: 140px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #9e7557;
  border: solid 1px #9e7557;
  cursor: pointer;
}
#news-list .content .list .item-left .detail:hover {
  color: #ffffff;
  background-color: #9e7557;
}
#news-list .content .list .item-left .time {
  font-size: 16px;
  letter-spacing: 1px;
  color: #757575;
}
#news-list .content .list .item-right {
  width: 423px;
  height: 100%;
  cursor: pointer;
  border: solid 1px #9e7557;
  overflow: hidden;
}
#news-list .content .list .item-right .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all linear 0.2s;
}
#news-list .content .list .item-right:hover .img {
  transform: scale(1.2);
}
#news-list .content .list .item:hover {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2509803922);
}
#news-list .content .list .item:last-child {
  margin-bottom: 0px;
}

#news-show {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
  background-image: url("/statics/images/comment-background.png");
}
#news-show .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 20px 0 200px 0;
  position: relative;
}
#news-show .content .nav {
  width: 1450px;
  height: 120px;
  background: url("/statics/images/new-children-nav.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  z-index: 2;
}
#news-show .content .nav-item {
  margin-right: 186px;
  height: 102px;
  line-height: 102px;
  position: relative;
  cursor: pointer;
}
#news-show .content .nav-item .text {
  font-size: 26px;
  color: #ffffff;
  transition: color linear 0.1s;
}
#news-show .content .nav-item .select {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 19px;
  opacity: 0;
  transition: opacity linear 0.1s;
  transform: translateX(-50%);
}
#news-show .content .nav .active .text, #news-show .content .nav-item:hover .text {
  color: #f6dbc0;
}
#news-show .content .nav .active .select, #news-show .content .nav-item:hover .select {
  opacity: 1;
}
#news-show .content .nav-item:last-child {
  margin-right: 0px;
}
#news-show .content .outermost-bg {
  width: 1400px;
  background-color: #fff;
  margin-top: 20px;
}
#news-show .content .outermost-bg .main {
  padding: 68px 203px 0px 201px;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-direction: column;
}
#news-show .content .outermost-bg .main-title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #9e7557;
}
#news-show .content .outermost-bg .main-orgin-time {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #757575;
  margin: 35px 0 33px 0;
}
#news-show .content .outermost-bg .main-orgin-time span:first-child {
  margin-right: 40px;
}
#news-show .content .outermost-bg .main-orgin-time span:last-child {
  margin-right: 0px;
}
#news-show .content .outermost-bg .main-hr {
  width: 985px;
  height: 9px;
  margin-bottom: 30px;
}
#news-show .content .outermost-bg .main-cont {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}
#news-show .content .outermost-bg .main-cont img {
  max-width: 100%;
}
#news-show .content .outermost-bg .piece {
  width: 100%;
  height: 104px;
  border-top: solid 1px #e5e5e5;
  margin-top: 52px;
}
#news-show .content .outermost-bg .piece-pre, #news-show .content .outermost-bg .piece-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  font-size: 22px;
  letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0 40px;
  box-sizing: border-box;
}
#news-show .content .outermost-bg .piece-pre .hid1, #news-show .content .outermost-bg .piece-next .hid1 {
  flex: 1;
  display: block;
  text-align: center;
  transition: all 0.1s ease;
  font-size: 20px;
}
#news-show .content .outermost-bg .piece-pre {
  border-right: solid 1px #e5e5e5;
}
#news-show .content .outermost-bg .piece-pre .piece-arrow {
  transform: rotate(-135deg);
  margin-left: 0;
  margin-right: 30px;
}
#news-show .content .outermost-bg .piece-arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  margin-left: 30px;
}
#news-show .content .outermost-bg .piece-pre:hover, #news-show .content .outermost-bg .piece-next:hover {
  color: #9e7557;
}
#news-show .content .outermost-bg .piece-pre:hover .hid1, #news-show .content .outermost-bg .piece-next:hover .hid1 {
  font-size: 22px;
}
#news-show .content .outermost-bg .piece-pre:hover .piece-arrow, #news-show .content .outermost-bg .piece-next:hover .piece-arrow {
  border-top: 2px solid #9e7557;
  border-right: 2px solid #9e7557;
}

#village-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#village-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 20px 0 49px 0;
  position: relative;
}
#village-list .content .search:focus-within {
  border: 1px solid rgba(137, 137, 137, 0.3411764706);
  box-sizing: border-box;
}
#village-list .content .search {
  width: 1400px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
}
#village-list .content .search-icon {
  width: 22px;
  height: 21px;
  margin: 0 19px 0 18px;
}
#village-list .content .search-input {
  width: 0;
  flex: 1;
  height: 100%;
  font-size: 20px;
}
#village-list .content .search-input::placeholder {
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
}
#village-list .content .search-btn {
  width: 143px;
  height: 100%;
  background-color: #9e7557;
  border-radius: 0px 10px 10px 0px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
#village-list .content .search-btn:hover {
  background-color: rgba(158, 117, 87, 0.8392156863);
}
#village-list .content .list {
  width: 1400px;
  display: grid;
  /* 定义两行，每行高度为100像素 */
  grid-template-rows: repeat(auto-fill, 460px);
  /* 定义两列，第一列宽度为1份，第二列宽度为2份 */
  grid-template-columns: repeat(3, 440px);
  /* 定义网格项之间的间隔为10像素 */
  gap: 39px 43px;
  margin-bottom: 70px;
}
#village-list .content .list .item {
  width: 440px;
  height: 460px;
  background-color: #ffffff;
  flex-direction: column;
  align-items: flex-start;
}
#village-list .content .list .item-img {
  width: 100%;
  height: 255px;
  background-color: #dbc4b3;
  cursor: pointer;
  overflow: hidden;
}
#village-list .content .list .item-img img {
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
}
#village-list .content .list .item-text {
  height: 0;
  flex: 1;
  padding: 28px 25px 22px 29px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}
#village-list .content .list .item-text-title {
  display: block;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}
#village-list .content .list .item-text-intro {
  font-size: 16px;
  letter-spacing: 1px;
  color: #757575;
}
#village-list .content .list .item-text-detail {
  font-size: 16px;
  letter-spacing: 1px;
  color: #9e7557;
  margin-right: 18px;
}
#village-list .content .list .item-text-arrow {
  width: 34px;
  height: 8px;
}
#village-list .content .list .item:hover {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2509803922);
}
#village-list .content .list .item:hover .item-text-title {
  color: #9e7557;
}
#village-list .content .list .item:hover .item-img img {
  transform: scale(1.1);
}

#village-show {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#village-show .content {
  width: 100%;
  background: url("/statics/images/village-show-background.png") repeat;
  background-size: 100% auto;
  padding-top: 20px;
  position: relative;
}
#village-show .content-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#village-show .content-title-text {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 14px;
}
#village-show .content-title-right, #village-show .content-title-left {
  width: 19px;
  height: 38px;
}
#village-show .content-title-left {
  transform: rotate(180deg);
}
#village-show .content .introbg {
  width: 100%;
  background: url("/statics/images/village-show-background-intro.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 60px;
}
#village-show .content .introbg .intro {
  width: 1400px;
  flex-direction: column;
  padding: 40px 80px 80px;
  box-sizing: border-box;
  margin-top: 28px;
}
#village-show .content .introbg .intro-cont {
  font-size: 18px;
  letter-spacing: 1px;
  color: #757575;
  line-height: 40px;
  text-indent: 2em;
  margin: 64px 0 56px 0;
}
#village-show .content .introbg .intro-icon {
  width: 104px;
  height: 104px;
}
#village-show .content .introbg .intro-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #757575;
  margin: 26px 0 33px 0;
}
#village-show .content .introbg .intro-val {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
#village-show .content .picture {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 90px;
  position: relative;
  /* Add your custom pagination styles here */
}
#village-show .content .picture .swiper {
  margin-top: 34px;
}
#village-show .content .picture .swiper .swiper-wrapper .swiper-slide {
  width: 1293px;
  height: 632px;
  cursor: pointer;
}
#village-show .content .picture .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#village-show .content .picture .swiper-pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#village-show .content .picture .custom-pagination-item {
  width: 48px;
  height: 29px;
  margin-right: 29px;
  background: url("/statics/images/village_show_item.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#village-show .content .picture .custom-pagination-item.active {
  background: url("/statics/images/village_show_item_active.png") no-repeat;
}

#trade-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#trade-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 106px 0 49px 0;
  position: relative;
}
#trade-list .content .nav {
  justify-content: center;
}
#trade-list .content .nav .el-tabs {
  width: 1400px;
}
#trade-list .content .nav .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
#trade-list .content .nav .el-icon-arrow-left:before {
  content: url("/statics/images/index_newsarrow1.png");
}
#trade-list .content .nav .el-icon-arrow-right:before {
  content: url("/statics/images/index_newsarrow.png");
}
#trade-list .content .nav .el-tabs__header {
  margin: 0;
}
#trade-list .content .nav .el-tabs__active-bar,
#trade-list .content .nav .el-tabs__nav-wrap::after {
  display: none;
}
#trade-list .content .nav .el-tabs__item {
  padding: 0;
}
#trade-list .content .nav .item {
  cursor: pointer;
  margin-right: 67px;
}
#trade-list .content .nav .item .icon {
  display: block;
  width: 39px;
  height: 23px;
  background: url("/statics/images/trade_list_cloud.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
#trade-list .content .nav .item .text {
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
}
#trade-list .content .nav .active .icon,
#trade-list .content .nav .el-tabs__item.is-active .icon,
#trade-list .content .nav .item:hover .icon {
  background: url("/statics/images/trade_list_cloud_active.png") no-repeat;
}
#trade-list .content .nav .active .text,
#trade-list .content .nav .el-tabs__item.is-active .text,
#trade-list .content .nav .item:hover .text {
  color: #333333;
  font-weight: bold;
}
#trade-list .content .nav .el-tabs__item:last-child .item {
  margin-right: 0;
}
#trade-list .content .list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 438px);
  grid-auto-rows: minmax(369px, auto);
  grid-gap: 37px 42px;
  margin-bottom: 50px;
}
#trade-list .content .list .item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  padding: 17px 16px 0 14px;
  box-sizing: border-box;
}
#trade-list .content .list .item-img {
  width: 408px;
  height: 228px;
  overflow: hidden;
  position: relative;
}
#trade-list .content .list .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#trade-list .content .list .item-locate {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  justify-content: flex-start;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
#trade-list .content .list .item-locate .locate-img {
  width: 12px;
  height: 15px;
  margin-right: 7px;
  margin-left: 13px;
}
#trade-list .content .list .item-locate .locate-text {
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
}
#trade-list .content .list .item-title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  margin: 20px 0 24px 0;
}
#trade-list .content .list .item-intro {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #757575;
}
#trade-list .content .list .item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2509803922);
}
#trade-list .content .list .item:hover .item-img img {
  transform: scale(1.15);
  filter: saturate(120%) grayscale(0%);
}
#trade-list .content .list .item:hover .item-title {
  color: #9e7557;
}

#trade-show {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#trade-show .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 16px 0 40px 0;
  position: relative;
}
#trade-show .content .detail {
  width: 1400px;
  height: 550px;
  background-color: #ffffff;
  margin: 18px auto;
}
#trade-show .content .detail .left {
  width: 867px;
  height: 100%;
  background-color: #c1c1c1;
}
#trade-show .content .detail .left img {
  width: 100%;
  height: 100%;
}
#trade-show .content .detail .left .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 86px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
#trade-show .content .detail .left .swiper-pagination-fraction {
  left: auto;
  right: 29px;
  bottom: 22px;
  width: auto;
  color: #ffffff;
  font-size: 22px;
}
#trade-show .content .detail .left .swiper-pagination-total,
#trade-show .content .detail .left .swiper-pagination-current {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
}
#trade-show .content .detail .left .swiper-button-prev,
#trade-show .content .detail .left .swiper-button-next {
  width: 29px;
  height: 56px;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(20, 47, 51, 0.5);
}
#trade-show .content .detail .left .swiper-button-prev {
  left: 32px;
}
#trade-show .content .detail .left .swiper-button-next {
  right: 28px;
}
#trade-show .content .detail .right {
  width: 0;
  flex: 1;
  height: 100%;
  padding: 52px 43px 0 35px;
  box-sizing: border-box;
}
#trade-show .content .detail .right-title {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
}
#trade-show .content .detail .right-price {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ec5136;
  margin: 40px 0 60px 0;
}
#trade-show .content .detail .right-item {
  width: 100%;
  height: 62px;
}
#trade-show .content .detail .right-item .icon {
  width: 22px;
  height: 22px;
}
#trade-show .content .detail .right-item .name {
  width: 90px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #757575;
  margin: 0 13px;
}
#trade-show .content .detail .right-item .val {
  width: 0;
  flex: 1;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
#trade-show .content .detail .right-item .phone {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ff8000;
}
#trade-show .content .detail .right .bor-bo {
  border-bottom: solid 2px #ebebeb;
}
#trade-show .content .intro {
  width: 1400px;
  padding: 26px 34px 65px 35px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#trade-show .content .intro .title {
  width: 100%;
  height: 58px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #333333;
  border-bottom: solid 2px #e2e2e2;
}
#trade-show .content .intro .cont {
  width: 980px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #333333;
  margin: auto;
}

#environment-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#environment-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 106px 0 71px 0;
  position: relative;
}
#environment-list .content .nav {
  justify-content: center;
}
#environment-list .content .nav .el-tabs {
  width: 1400px;
}
#environment-list .content .nav .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
#environment-list .content .nav .el-icon-arrow-left:before {
  content: url("/statics/images/index_newsarrow1.png");
}
#environment-list .content .nav .el-icon-arrow-right:before {
  content: url("/statics/images/index_newsarrow.png");
}
#environment-list .content .nav .el-tabs__header {
  margin: 0;
}
#environment-list .content .nav .el-tabs__active-bar,
#environment-list .content .nav .el-tabs__nav-wrap::after {
  display: none;
}
#environment-list .content .nav .el-tabs__item {
  padding: 0;
}
#environment-list .content .nav .item {
  cursor: pointer;
  margin-right: 67px;
}
#environment-list .content .nav .item .icon {
  display: block;
  width: 39px;
  height: 23px;
  background: url("/statics/images/trade_list_cloud.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
#environment-list .content .nav .item .text {
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
}
#environment-list .content .nav .active .icon,
#environment-list .content .nav .el-tabs__item.is-active .icon,
#environment-list .content .nav .item:hover .icon {
  background: url("/statics/images/trade_list_cloud_active.png") no-repeat;
}
#environment-list .content .nav .active .text,
#environment-list .content .nav .el-tabs__item.is-active .text,
#environment-list .content .nav .item:hover .text {
  color: #333333;
  font-weight: bold;
}
#environment-list .content .nav .el-tabs__item:last-child .item {
  margin-right: 0;
}
#environment-list .content .list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 438px);
  grid-auto-rows: minmax(338px, auto);
  grid-gap: 42px;
  margin-bottom: 46px;
  min-height: 360px;
}
#environment-list .content .list .item {
  display: grid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
#environment-list .content .list .item-img {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
#environment-list .content .list .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#environment-list .content .list .item .play {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 255px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#environment-list .content .list .item .play img {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}
#environment-list .content .list .item-text {
  padding: 28px;
  box-sizing: border-box;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}
#environment-list .content .list .item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
#environment-list .content .list .item:hover .item-text {
  color: #9e7557;
}
#environment-list .content .list .item:hover .item-img img,
#environment-list .content .list .item:hover .el-image img {
  transform: scale(1.15);
}
#environment-list .content .list .el-dialog {
  margin-top: 8vh !important;
  max-width: 1200px;
  min-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
}
#environment-list .content .list .el-dialog .el-dialog__header {
  padding: 25px 40px 0;
}
#environment-list .content .list .el-dialog .el-dialog__header .el-dialog__headerbtn {
  right: 0;
  font-size: 32px;
}
#environment-list .content .list .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #ffffff;
  background-color: rgba(87, 87, 87, 0.7098039216);
  border-radius: 50%;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
}
#environment-list .content .list .el-dialog .el-dialog__body {
  padding: 40px 70px;
}
#environment-list .content .list .el-dialog .el-dialog__body .video-js {
  width: 100%;
  height: 600px;
}
#environment-list .content .list .el-dialog .el-dialog__body .video-js .vjs-big-play-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 60px;
  margin: auto;
  transform: translate(-50%, -50%);
}
#environment-list .content .list .el-dialog .el-dialog__body .vjs-tech {
  z-index: 0;
  display: block;
}
#environment-list .content .list .el-dialog .el-dialog__body .vjs-paused .vjs-big-play-button,
#environment-list .content .list .el-dialog .el-dialog__body .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
#environment-list .content .list .el-dialog .el-dialog__body .video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}

#feature-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#feature-list .content {
  width: 100%;
  background: url("/statics/images/feature-list-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 106px 0 280px 0;
  position: relative;
}
#feature-list .content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#feature-list .content-title-text {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 14px;
}
#feature-list .content-title-right, #feature-list .content-title-left {
  width: 19px;
  height: 38px;
}
#feature-list .content-title-left {
  transform: rotate(180deg);
}
#feature-list .content .list {
  display: grid;
  grid-template-columns: repeat(4, 354px);
  grid-template-rows: 682px;
  grid-gap: 0 30px;
  justify-content: center;
}
#feature-list .content .list li {
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  background-color: #fff;
  transition: transform 0.3s ease;
}
#feature-list .content .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 1px 1px 14px 1px rgba(147, 127, 83, 0.2);
}
#feature-list .content .list li a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature-list .content .list li a .img img {
  width: 100%;
  height: 100%;
}
#feature-list .content .list li a .title {
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #ffffff;
  transition: all 0.3s;
}
#feature-list .content .list li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #00a58b 0%, transparent 100%);
  transition: all 2s ease;
}
#feature-list .content .list li a .arrow {
  width: 76px;
  height: 76px;
  background-color: #f6dbc0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
#feature-list .content .list li a .arrow .right {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid;
  border-left: none;
  border-bottom: none;
  transform: translate(-30%, -50%) rotate(45deg);
  transform-origin: center;
}
#feature-list .content .list li a .arrow .right-1 {
  border-color: #a8a494;
  transform: translate(-120%, -50%) rotate(45deg);
}
#feature-list .content .list li a .arrow .right-2 {
  border-color: #345152;
}
@keyframes change {
  from {
    border-color: #a8a494;
  }
  to {
    border-color: #345152;
  }
}
#feature-list .content .list li:hover {
  transform: translateY(-15px);
}
#feature-list .content .list li:hover .right-1 {
  animation: change 0.4s linear infinite alternate;
}
#feature-list .content .list li:hover .right-2 {
  animation: change 0.4s linear 0.4s infinite alternate;
}
#feature-list .content .list li:hover a .mask {
  background: linear-gradient(to top, rgba(0, 165, 139, 0.6), rgba(0, 165, 139, 0.6));
}

#writ-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#writ-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 106px 0 104px 0;
  position: relative;
}
#writ-list .content .nav {
  width: 1450px;
  height: 120px;
  background: url("/statics/images/new-children-nav.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  justify-content: center;
}
#writ-list .content .nav-item {
  margin-right: 186px;
  height: 102px;
  line-height: 102px;
  position: relative;
  cursor: pointer;
}
#writ-list .content .nav-item .text {
  font-size: 26px;
  color: #ffffff;
  transition: color linear 0.1s;
}
#writ-list .content .nav-item .select {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 19px;
  opacity: 0;
  transition: opacity linear 0.1s;
  transform: translateX(-50%);
}
#writ-list .content .nav .active .text, #writ-list .content .nav-item:hover .text {
  color: #f6dbc0;
}
#writ-list .content .nav .active .select, #writ-list .content .nav-item:hover .select {
  opacity: 1;
}
#writ-list .content .nav-item:last-child {
  margin-right: 0px;
}
#writ-list .content .list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 438px);
  grid-auto-rows: minmax(346px, auto);
  grid-gap: 42px;
  margin-bottom: 46px;
  min-height: 360px;
}
#writ-list .content .list .item {
  display: grid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
#writ-list .content .list .item-img {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
#writ-list .content .list .item-img .locate-img {
  width: 100%;
  height: 100%;
}
#writ-list .content .list .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#writ-list .content .list .item-text {
  padding: 28px;
  box-sizing: border-box;
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
}
#writ-list .content .list .item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
#writ-list .content .list .item:hover .item-text {
  color: #9e7557;
}
#writ-list .content .list .item:hover .item-img img {
  transform: scale(1.15);
}

#writ-show {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 85px;
}
#writ-show .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 16px 0 200px;
  position: relative;
}
#writ-show .content-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#writ-show .content-title-text {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 14px;
}
#writ-show .content-title-right, #writ-show .content-title-left {
  width: 19px;
  height: 38px;
}
#writ-show .content-title-left {
  transform: rotate(180deg);
}
#writ-show .content .intro {
  width: 1093px;
  flex-direction: column;
  margin-top: 58px;
}
#writ-show .content .intro-cont {
  font-size: 18px;
  color: #757575;
  line-height: 40px;
  text-indent: 2em;
  margin-top: 70px;
}

#search-list {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#search-list .content {
  width: 100%;
  background: url("/statics/images/new-background.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 35px 0 49px 0;
  position: relative;
}
#search-list .content .center {
  width: 1400px;
}
#search-list .content .center .search:focus-within {
  border: 1px solid rgba(137, 137, 137, 0.3411764706);
  box-sizing: border-box;
}
#search-list .content .center .search {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  border: 1px solid rgba(137, 137, 137, 0);
  box-sizing: border-box;
}
#search-list .content .center .search-icon {
  width: 22px;
  height: 21px;
  margin: 0 19px 0 18px;
}
#search-list .content .center .search-input {
  width: 0;
  flex: 1;
  height: 100%;
  font-size: 22px;
}
#search-list .content .center .search-input::placeholder {
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
}
#search-list .content .center .search-btn {
  height: 100%;
  padding: 0px 50px;
  background-color: #9e7557;
  border-radius: 0px 10px 10px 0px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
#search-list .content .center .search-btn:hover {
  background-color: rgba(158, 117, 87, 0.8392156863);
}
#search-list .content .center .sort {
  justify-content: flex-start;
  margin-bottom: 57px;
}
#search-list .content .center .sort span,
#search-list .content .center .sort li {
  font-size: 18px;
  letter-spacing: 1px;
  color: #9e7557;
  background-color: #f9f6f1;
  border: solid 1px #9e7557;
  padding: 14px 32px;
  margin-right: 22px;
  cursor: pointer;
}
#search-list .content .center .sort span {
  padding: 0;
  border: none;
  cursor: text;
}
#search-list .content .center .sort li:last-child {
  margin-right: 0;
}
#search-list .content .center .sort .active,
#search-list .content .center .sort li:hover {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #9e7557;
}
#search-list .content .center .count {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #9e7557;
  margin-bottom: 20px;
}
#search-list .content .center .list {
  width: 100%;
  margin-bottom: 42px;
}
#search-list .content .center .list .item {
  width: 100%;
  background-color: #ffffff;
  padding: 37px 59px 32px 54px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}
#search-list .content .center .list .item .title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 37px;
}
#search-list .content .center .list .item .title span {
  color: #e83333;
}
#search-list .content .center .list .item .intro {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #757575;
  margin-bottom: 32px;
}
#search-list .content .center .list .item .detail {
  font-size: 16px;
  letter-spacing: 1px;
  color: #9e7557;
}
#search-list .content .center .list .item .time {
  font-size: 16px;
  letter-spacing: 1px;
  color: #757575;
}
#search-list .content .center .list .item:hover {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.2509803922);
}
#search-list .content .center .list .item:hover .title {
  color: #9e7557;
}
#search-list .content .center .list .item:hover .intro {
  text-shadow: 0px 0px 1px #757575;
}
#search-list .content .center .list .item:last-child {
  margin-bottom: 0px;
}
#search-list .content .page {
  display: flex;
  justify-content: center;
}
#search-list .content .page .el-pagination {
  display: flex;
  justify-content: center;
}
#search-list .content .page .el-pagination button:disabled {
  background-color: #fff;
  border: none;
  cursor: not-allowed;
}
#search-list .content .page .el-pagination button:disabled .el-icon-arrow-left {
  border-bottom: solid 1px #c0c4cc;
  border-left: solid 1px #c0c4cc;
}
#search-list .content .page .el-pagination button:disabled .el-icon-arrow-right {
  border-top: solid 1px #c0c4cc;
  border-right: solid 1px #c0c4cc;
}
#search-list .content .page .el-pagination button:disabled:hover {
  background-color: #fff;
  border: none;
}
#search-list .content .page .el-pagination button:disabled:hover .el-icon-arrow-left {
  border-bottom: solid 1px #c0c4cc;
  border-left: solid 1px #c0c4cc;
}
#search-list .content .page .el-pagination button:disabled:hover .el-icon-arrow-right {
  border-top: solid 1px #c0c4cc;
  border-right: solid 1px #c0c4cc;
}
#search-list .content .page .el-pagination .el-pagination__total {
  color: #9e7557;
  font-size: 22px;
  line-height: 40px;
}
#search-list .content .page .el-pagination .btn-prev,
#search-list .content .page .el-pagination .btn-next {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #9e7557;
  cursor: pointer;
  background: none;
  position: relative;
}
#search-list .content .page .el-pagination .btn-prev .el-icon-arrow-left {
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: solid 1px #9e7557;
  border-left: solid 1px #9e7557;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-25%, -50%) rotate(45deg);
}
#search-list .content .page .el-pagination .btn-prev .el-icon-arrow-left:before {
  content: "";
}
#search-list .content .page .el-pagination .btn-next .el-icon-arrow-right {
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 1px #9e7557;
  border-right: solid 1px #9e7557;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-75%, -50%) rotate(45deg);
}
#search-list .content .page .el-pagination .btn-next .el-icon-arrow-right:before {
  content: "";
}
#search-list .content .page .el-pagination .btn-prev:hover {
  background-color: #9e7557;
}
#search-list .content .page .el-pagination .btn-prev:hover .el-icon-arrow-left {
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
}
#search-list .content .page .el-pagination .btn-next:hover {
  background-color: #9e7557;
}
#search-list .content .page .el-pagination .btn-next:hover .el-icon-arrow-right {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
#search-list .content .page .el-pagination .el-pager {
  display: flex;
}
#search-list .content .page .el-pagination .el-pager li:not(.disabled):hover,
#search-list .content .page .el-pagination .el-pager li:not(.disabled).active {
  background-color: #9e7557;
  color: #ffffff;
}
#search-list .content .page .el-pagination .el-pager .number {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #9e7557;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #9e7557;
  text-align: center;
  position: relative;
  background: none;
  cursor: pointer;
}
#search-list .content .page .el-pagination .el-pager .more {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  font-size: 18px;
}
#search-list .content .page .el-pagination .el-pager .el-icon-more:before {
  line-height: 40px;
  color: #9e7557;
}
#search-list .content .page .el-pagination .el-pagination__jump {
  display: flex;
  align-items: center;
  height: 100%;
  color: #9e7557;
  font-size: 18px;
  padding: 0 20px;
}
#search-list .content .page .el-pagination .el-pagination__jump .el-input {
  width: 68px;
  height: 34px;
  margin: 0 10px;
}
#search-list .content .page .el-pagination .el-pagination__jump .el-input__inner {
  width: 100%;
  height: 34px;
  color: #9e7557;
  border: solid 1px #9e7557;
  box-sizing: border-box;
  text-align: center;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
}

#not-found {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 89px;
}
#not-found .rightsidehidden {
  opacity: 1 !important;
}
#not-found .not-found-bg {
  width: 100%;
  height: 100vh;
  background: url("/statics/images/404.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#not-found .not-found-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
}
#not-found .not-found-content .title {
  font-size: 32px;
  letter-spacing: 6px;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(31, 65, 70, 0.4);
  margin-bottom: 25px;
}
#not-found .not-found-content .again {
  font-size: 22px;
  letter-spacing: 4px;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(31, 65, 70, 0.4);
  margin-bottom: 54px;
}
#not-found .not-found-content .back {
  padding: 16px 48px;
  background-color: #fff0dd;
  border: solid 2px #ecdfcd;
  font-size: 18px;
  letter-spacing: 1px;
  color: #9e7557;
  cursor: pointer;
}
#not-found .not-found-content .back:hover {
  background-color: #f1e4d1;
}

.m-nav {
  width: 1450px;
  height: 120px;
  background: url("/statics/images/new-children-nav.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  z-index: 2;
}
.m-nav-item {
  margin-right: 186px;
  height: 102px;
  line-height: 102px;
  position: relative;
  cursor: pointer;
}
.m-nav-item .text {
  font-size: 26px;
  color: #ffffff;
  transition: color linear 0.1s;
}
.m-nav-item .select {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 19px;
  opacity: 0;
  transition: opacity linear 0.1s;
  transform: translateX(-50%);
}
.m-nav .active .text, .m-nav-item:hover .text {
  color: #f6dbc0;
}
.m-nav .active .select, .m-nav-item:hover .select {
  opacity: 1;
}
.m-nav-item:last-child {
  margin-right: 0px;
}

.c-nav {
  justify-content: center;
  margin-bottom: 20px;
}
.c-nav .el-tabs {
  width: 1400px;
}
.c-nav .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
.c-nav .el-icon-arrow-left:before {
  content: url("/statics/images/index_newsarrow1.png");
}
.c-nav .el-icon-arrow-right:before {
  content: url("/statics/images/index_newsarrow.png");
}
.c-nav .el-tabs__header {
  margin: 0;
}
.c-nav .el-tabs__active-bar,
.c-nav .el-tabs__nav-wrap::after {
  display: none;
}
.c-nav .el-tabs__item {
  padding: 0;
}
.c-nav .item {
  cursor: pointer;
  margin-right: 67px;
}
.c-nav .item .icon {
  display: block;
  width: 39px;
  height: 23px;
  background: url("/statics/images/trade_list_cloud.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.c-nav .item .text {
  font-size: 20px;
  letter-spacing: 1px;
  color: #757575;
}
.c-nav .active .icon,
.c-nav .el-tabs__item.is-active .icon,
.c-nav .item:hover .icon {
  background: url("/statics/images/trade_list_cloud_active.png") no-repeat;
}
.c-nav .active .text,
.c-nav .el-tabs__item.is-active .text,
.c-nav .item:hover .text {
  color: #333333;
  font-weight: bold;
}
.c-nav .el-tabs__item:last-child .item {
  margin-right: 0;
}

.search-nothing,
.nothing {
  text-align: center;
  color: #9e7557;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 80px 0;
}
/*# sourceMappingURL=map/buildindex.css.map */
