/* 全局重置 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* 基础元素重置 */
html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto !important;
    /* overflow: hidden; */
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

/* 隐藏body的滚动条但保留滚动功能 */
body::-webkit-scrollbar {
    display: none;
}

/* 表单控件重置 */
input,
select,
button,
textarea {
    outline: none;
    overflow-wrap: break-word;
    word-break: break-all;
}

button {
    border: 0;
    background-clip: padding-box;
    cursor: pointer;
}

/* 表格重置 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 图片重置 */
img {
    border: none;
    vertical-align: baseline;
    /* max-width: 100%; */
}

/* 链接默认样式 */
a {
    text-decoration: none;
    cursor: pointer;
}

/* 列表重置 */
ul,
ol,
li {
    list-style: none;
}

/* 通用文本样式 */
span,
p,
div {
    overflow-wrap: break-word;
}

/* 工具类 */
.lf {
    float: left;
}

.rt {
    float: right;
}

.w1440 {
    width: 1440px;
    margin: auto;
}
.w1200{
    width:1200px;
    margin: auto;
}
p{
    font-family:  'Arial Narrow', Arial, sans-serif';
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cu_layer{
    display: none;
}

@font-face {
    font-family: 'MyCustomFont'; /* 你想要在CSS中引用的字体名称 */
    src: url('./Public/font/5D0B465B6585A1561019995.OTF') format('otf'); 
         
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}

/* 通用悬停效果 */
a:hover {
    filter: brightness(120%);
    opacity: 0.85\0;
}

/* ==
   头部导航
   == */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}
.header .losome{
    width: 100%;
    height: 60px;
   
    background: url(./Public/image/header_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.header .logo{
position: absolute;
    z-index: 1;
    top: 23%;
    display: flex;
    justify-content: space-between;
    width: 96%;
    align-items: flex-end;
    left: 50%;
    transform: translateX(-50%);
}
.header .logo img{
position: absolute;
}
.header .logo img:first-child{
    left: 0;
    top: 0;
}
.header .logo img:nth-child(2){
    cursor: pointer;
    right: 0;
    top: 0;
    margin-top: 70px;
}
.nav {
    width: 50%;
    margin-left: auto;
}

.nav-item {
    display: inline-block;
}

.nav-item a {
    display: inline-block;
     background-image: linear-gradient(to bottom, #fce0a1, #f6c37b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 21px;
    height: 61px;
    line-height: 60px;
    font-weight: 600;
     padding: 0 18px;
}

.nav-item a.active {
   font-family: 'MyCustomFont';
    color: #ffffff;
    background:linear-gradient(to bottom, #ffa202, #ff8700);
}

.fp-tableCell {
    vertical-align: top
}

.tipsClickPage .lay_content {
    margin-top: 0px !important;
}
.tipsClickPage .lay_close {
    font-size: 40px;
        top: 20px;
    right: 20px;
    opacity: 0;
}


.footer {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
  height: 150px;
  background: #000000;
}

.footer .fnav {
  color: #f2f2f2;
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-main{
width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100%;
}
    
.footer .fnav a {
  color: #f2f2f2;
  font-size: 16px;
}

.footer .flogo {
  width: 255px;
  height: 98px;
  border-right: 2px solid #595959;
}

.footer .f_bus {
  width: 124px;
  height: 47px;
  margin-left: 10px;
  float: left;
  margin-top: 30px;
}

.footer .finfo {
  width: 800px;
  line-height: 24px;
}

.footer .finfo p {
  font-size: 14px;
}

.footer .finfo p {
  color: #999;
}

.footer .finfo p a {
  color: #999;
}

.footer .finfo p a:hover {
  color: #fff;
}

.footer .ccnt {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 275px;
  top: 52px;
}

.footer .ccnt img {
  width: 30px;
  height: 30px;
}
