body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
i {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  outline:none;
}
body {
  font-family: "Microsoft YaHei", Verdana, Arial, sans-serif, "宋体";
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 1200px;
}
img {
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
input {
  outline: none;
}
body {
  min-width: 1400px;
  max-width: 1920px;
  margin: auto;
  text-size-adjust: none;
}
.footer {
  height: 150px;
  background: #000000;
  overflow: hidden;
}
.footer .container {
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.footer .container .logo {
  width: 235px;
  height: 88px;
  background: url(../static/images/foot-logo.png) center / contain no-repeat;
}
.footer .container .copyright {
  margin: 0;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}
.footer .container .imgLink a {
  display: inline-block;
  margin-left: 5px;
}
.main {
  background-repeat: no-repeat;
  background-position: top center;
}
.main .header {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.main .header .logo {
  height: 0.72rem;
  flex: 1;
  background: url(../static/images/foot-logo.png) top center / contain no-repeat;
}
.main .header .center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 84px;
  justify-content: space-between;
}
.main .header .center .tab {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  flex: 1;
  position: relative;
}
.main .header .center .tab.active {
  color: #f2c26f;
}
.main .header .center .tab.active::after,
.main .header .center .tab.active::before {
  content: "";
  width: 20px;
  height: 10px;
  top: 8px;
  position: absolute;
}
.main .header .center .tab.active::before {
  left: 15px;
  background: url("../static/images/wing-l.png") center / 100% no-repeat;
}
.main .header .center .tab.active::after {
  background: url("../static/images/wing-r.png") center / 100% no-repeat;
  right: 15px;
}
.main .header .center .tab .tabItem {
  line-height: 22px;
}
.main .header .center .tab .tabEn {
  font-size: 12px;
  font-weight: 400;
}
.main .banner {
  width: 100%;
  height: 4rem;
  position: relative;
}
.main .banner .drop {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 84px;
}
.main .banner .drop li {
  height: 1.6rem;
  font-size: 0.12rem;
  flex: 1;
  text-align: center;
  position: relative;
}
.main .banner .drop li i {
  position: absolute;
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  border-right: 0.01rem dashed #908379;
}
.main .banner .drop .inner {
  width: 1200px;
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
}
.main .banner .drop .inner ul {
  display: flex;
}
.main .banner .drop .inner .links-wrap .links {
  height: 0.28rem;
  margin-bottom: 4px;
}
.main .banner .drop .inner .links-wrap a {
  padding: 0.06rem 0;
  display: inline-block;
  text-align: center;
  color: #f2c26f;
  font-size: 0.12rem;
  position: relative;
}
.main .banner .drop .inner .links-wrap a:hover{
    color:#fa8408;
}
.main .banner .drop .inner .links-wrap a:hover::after{
    width:100%;
}
.main .banner .drop .inner .links-wrap a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  bottom: 0;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  border-bottom: 0.01rem solid #f2c26f;
}
.main .banner.active .drop {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
}
.main .ui-tabs .ui-tabs-nav {
  width: 300px;
  height: 34px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cf7b2e;
}
.main .ui-tabs .ui-tabs-nav .ui-tabs-tab {
  color: #21120c;
  line-height: 21px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.main .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  color: #cf7b2e;
}
.main .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #cf7b2e;
  left: 0;
  bottom: 0;
}
.main .ui-tabs .ui-tabs-panel .tabTop {
  border-bottom: 1px dashed #cf7b2e;
  color: #cf7b2e;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main .ui-tabs .ui-tabs-panel .tabTop .title {
  font-size: 20px;
  font-weight: 600;
}
.main .ui-tabs .ui-tabs-panel .tabTop .subTitle {
  color: rgba(33, 18, 12, 0.6);
}
.main .ui-tabs .ui-tabs-panel .tabContent {
  color: rgba(33, 18, 12, 0.6);
  padding-top: 10px;
}
.main .ui-tabs .ui-tabs-panel .tabContent p {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.main .ui-tabs .ui-tabs-panel .tabContent p::before {
  position: absolute;
  content: "";
  background: #cf7b2e;
  border: 1px solid #ffffff;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
}
.main .pageContainer {
  width: 1200px;
  margin: 10px auto;
  position: relative;
}
.main .pageContainer .goBack {
  display: inline-block;
  width: 80px;
  height: 98px;
  background: url(../static/images/left-arrow.png) top center / 100% no-repeat;
}
.main .pageContainer .pageTop {
  position: relative;
  overflow: hidden;
}
.main .pageContainer .pageTop .pageTag {
  width: 377px;
  height: 122px;
  position: absolute;
  margin-top: -10px;
}
.main .pageContainer .pageTop .tabsContent {
  color: rgba(33, 18, 12, 0.6);
  padding-top: 10px;
  overflow: hidden;
}
.main .pageContainer .pageTop .tabsContent .ui-tabs-panel {
  padding-top: 110px;
}
.main .pageContainer .pageTop .tabsContent .ui-tabs-nav {
  float: right;
  margin-top: 36px;
}
.main .toTop {
  position: fixed;
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid #90817e;
  z-index: 5;
  right: 40px;
  bottom: 180px;
  cursor: pointer;
  margin-left: 550px;
}
.main .toTop::before {
  width: 24px;
  height: 12px;
  left: 15px;
  top: 18px;
  position: absolute;
  display: block;
  content: "";
  background: url(../static/images/common.png) no-repeat -317px 0;
}
.main .toTop:hover {
  background-color: #ec6756;
  border: 1px solid #ec6756;
}
.main .toTop:hover::before {
  background-position: -349px 0;
}
.main .fixed-bar {
  position: fixed;
  z-index: 9;
  right: 1%;
  top: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .fixed-bar .nav-top {
  width: 60px;
  height: 90px;
  background: url(../static/images/tip.png) center / contain no-repeat;
}
.main .fixed-bar .nav-bottom {
  width: 202px;
  height: 371px;
  background: url(../static/images/nav.png) center / contain no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 76px;
}
.main .fixed-bar .nav-bottom .btn {
  width: 110px;
  height: 32px;
  line-height: 32px;
  background-color: #000000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.main .fixed-bar .nav-bottom .btn:nth-child(2) {
  margin-bottom: 44px;
}
.main .fixed-bar .nav-bottom .btn:hover {
  background: linear-gradient(to bottom, #9d4501, #e07607);
}
.swiper-container {
  width: 400px;
  margin: auto;
}
.swiper-slide {
  position: relative;
  width: 410px;
  height: 338px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev {
  left: 8px;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-left.png) top center / contain no-repeat;
}
.swiper-button-next {
  right: 0;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-right.png) top center / contain no-repeat;
}
