﻿@media (min-width: 600px) {
  .pcbox {
    display: block;
    min-width: 1160px;
    max-width: 1786px;
    margin: auto;
  }
  .phonebox {
    display: none;
  }

  .main {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
  }
  /*==========================头部========================*/
  .topView-bg {
    background-color: #fffae9;
  }
  .topView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    font-family: "PingFang SC";
    background: #fffae9;
    color: #765300;
    font-size: 14px;
  }
  #cj .topView {
    background: #ff5932;
    color: #ffffff;
  }
  #cj .topView-bg {
    background-color: #ff5932;
  }
  #gq .topView {
    background: #f6a046;
    color: #ffffff;
  }
  #gq .topView-bg {
    background-color: #f6a046;
  }
  .weather {
    float: left;
    margin-top: 7px;
  }
  /*==========================头图========================*/
  .headImageView-bg {
    background-color: #ffffff;
  }
  #cj .headImageView-bg {
    background: linear-gradient(0deg, #ff5932, rgb(255, 149, 94));
  }
  #gq .headImageView-bg {
    background: linear-gradient(0deg, rgb(253, 101, 55), rgb(112, 1, 1));
  }
  .headImageView {
    height: 540px;
    background: #fff url(../images/banner.png) no-repeat center;
  }
  .headImagebox {
    max-width: 1921px;
    margin: auto;
    position: relative;
  }
  .head-logo {
    width: 35%;
    height: auto;
    position: absolute;
    top: 200px;
    left: 5%;
  }
  .searchbox {
    width: 50%;
    height: 50px;
    background: #ffffff;
    border-radius: 20px;
    border: 3px solid #f3f3f3;
    position: absolute;
    left: 25%;
    top: 400px;
    line-height: 50px;
    display: flex;
  }
  .searchbox .input {
    border: none;
    background: none;
    outline: none;
    flex: 1;
    padding: 0px 30px;
  }
  .searchbox .icon {
    width: 20px;
    height: 20px;
    margin: 15px 30px;
    cursor: pointer;
  }
  input::placeholder,
  textarea::placeholder {
    color: #b7b7b7;
  }
  /*==========================导航========================*/
  .headNavView {
    height: 76px;
    background: linear-gradient(0deg, #f6c271, #cf911f);
    border-radius: 0px 0px 25px 25px;
    -webkit-border-radius: 0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    -ms-border-radius: 0px 0px 25px 25px;
    -o-border-radius: 0px 0px 25px 25px;
    text-align: center;
    /*==========================设置居中========================*/
    max-width: 1921px;
    margin: auto;
  }
  #cj .headNavView {
    background: linear-gradient(0deg, #ff5932, rgb(255, 149, 94));
    background-image: url("../images/cj-head-1.png");
    /*设置背景图*/
    background-size: cover;
    /*背景图覆盖整个div，保持宽高比*/
    background-position: center;
    /*背景图居中显示*/
  }
  #gq .headNavView {
    background: linear-gradient(0deg, rgb(253, 101, 55), rgb(112, 1, 1));
    background-image: url("../images/gq-head.png");
    /*设置背景图*/
    background-size: cover;
    /*背景图覆盖整个div，保持宽高比*/
    background-position: center;
    /*背景图居中显示*/
  }
  .navBox {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .navBox ul {
    width: 900px;
    margin-top: 20px;
    list-style-type: none; /* 移除默认的列表符号 */
    padding: 0; /* 移除默认的内边距 */
    display: flex; /* 设置为弹性盒子布局 */
    flex-direction: row; /* 子元素水平排列 */
    justify-content: space-between; /* 子元素之间的间距均匀分布 */
  }
  .navBox ul li {
    color: #ffffff;
    line-height: 2rem;
    cursor: pointer;
  }
  .navBox ul li.active {
    border-bottom: 3px solid #ffffff;
  }
  /*==========================新闻区域-左侧========================*/
  .newsView-bg {
    background-color: #fff;
  }
  .newsView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
  }
  .newsView .leftbox {
    width: 300px;
  }
  .newsView .leftbox ul li {
    text-align: center;
    color: #ad821c;
    line-height: 106px;
    cursor: pointer;
    width: 295px;
    height: 106px;
    background-size: cover; /* 背景图片铺满整个元素，不留空白 */
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    margin-bottom: 20px;
    font-size: 1.25rem; /* 20px */
  }
  #cj .newsView .leftbox ul li {
    color: #ffe3af;
  }
  #gq .newsView .leftbox ul li {
    color: #ffe3af;
  }
  .newsView .leftbox ul li:hover {
    color: #ffffff;
  }
  #cj .newsView .leftbox ul li:hover {
    color: #ffffff;
  }
  #gq .newsView .leftbox ul li:hover {
    color: #ab1f24;
  }
  .newsView .leftbox ul li:nth-child(1) {
    background-image: url("../images/t-1.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(2) {
    background-image: url("../images/t-2.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(3) {
    background-image: url("../images/t-3.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(4) {
    background-image: url("../images/t-4.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(5) {
    background-image: url("../images/t-5.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(1):hover {
    background-image: url("../images/t-1-s.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(2):hover {
    background-image: url("../images/t-2-s.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(3):hover {
    background-image: url("../images/t-3-s.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(4):hover {
    background-image: url("../images/t-4-s.png"); /* 设置背景图片 */
  }
  .newsView .leftbox ul li:nth-child(5):hover {
    background-image: url("../images/t-5-s.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li {
    background-image: url("../images/cj.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li:nth-child(1):hover {
    background-image: url("../images/cj-1.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li:nth-child(2):hover {
    background-image: url("../images/cj-2.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li:nth-child(3):hover {
    background-image: url("../images/cj-3.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li:nth-child(4):hover {
    background-image: url("../images/cj-4.png"); /* 设置背景图片 */
  }
  #cj .newsView .leftbox ul li:nth-child(5):hover {
    background-image: url("../images/cj-5.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li {
    background-image: url("../images/gq.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li:nth-child(1):hover {
    background-image: url("../images/gq-1.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li:nth-child(2):hover {
    background-image: url("../images/gq-2.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li:nth-child(3):hover {
    background-image: url("../images/gq-3.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li:nth-child(4):hover {
    background-image: url("../images/gq-4.png"); /* 设置背景图片 */
  }
  #gq .newsView .leftbox ul li:nth-child(5):hover {
    background-image: url("../images/gq-5.png"); /* 设置背景图片 */
  }
  /*==========================新闻区域-右侧========================*/
  .newsView .rightbox {
    flex: 1;
    margin-left: 30px;
  }
  .rightbox .swiperbox {
    cursor: pointer;
    width: 385px;
    height: 231px;
    /* background: #AC4141; */
    border-radius: 20px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 40px 0px 20px;
    /* margin: 30px; */
  }
  .rightbox a:hover * {
    color: #d19323 !important;
  }
  #cj .rightbox a:hover * {
    color: #ffe9c1 !important;
  }
  #gq .rightbox a:hover * {
    color: #ffe9c1 !important;
  }
  .rightbox a {
    height: 100px;
    width: 385px;
    display: flex;
    font-size: 12px;
    color: #b6b6b6;
    /* margin: 10px; */
    float: left;
    padding-top: 25px;
    position: relative;
  }
  #cj .rightbox a * {
    color: #fff !important;
  }
  #gq .rightbox a * {
    color: #fff !important;
  }
  .rightbox a .times {
    display: flex;
    flex-direction: column;
    width: 82px;
    text-align: center;
  }
  .rightbox a .times span:nth-child(1) {
    font-size: 34px;
    line-height: 34px;
  }
  .rightbox a .times span:nth-child(2) {
    font-size: 14px;
  }
  .rightbox a .titles {
    display: flex;
    flex-direction: column;
    width: 254px;
  }
  .rightbox a .titles span:nth-child(1) {
    font-size: 14px;
    color: #212121;
    line-height: 25px;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }
  .line {
    height: 1px;
    position: absolute;
    width: 320px;
    background-color: #eeeeee;
    bottom: 30px;
    margin-left: 20px;
  }
  .clamp {
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    line-height: 14px;
    height: 28px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .swiper-container .swiper-pagination {
    text-align: right !important;
  }
  .swiper-pagination-bullet {
    background-color: #fff !important; /* 设置默认圆点颜色 */
    opacity: 1 !important; /* 设置圆点不透明度 */
    width: 6px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #d19323 !important; /* 设置激活状态圆点颜色 */
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .swiper-pagination-bullets {
    bottom: 10px;
    right: 20px !important;
    width: auto !important;
  }
  .swp-titlebox {
    position: absolute;
    height: 50px;
    bottom: 0px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
  }
  .swp-title {
    font-size: 12px;
    color: #fff;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    padding: 0px 60px 0px 20px;
  }
  /*===========================服务与互动==========================*/
  #cj .mid-box {
    background-image: url("../images/cj-bg.png"); /* 设置背景图 */
    background-size: cover; /* 背景图覆盖整个div，保持宽高比 */
    background-position: auto; /* 背景图居中显示 */
  }
  #cj .mid-box > div {
    background-color: transparent !important; /* 清空背景颜色 */
    background-image: none !important; /* 清空背景图片 */
  }
  #gq .mid-box {
    background-image: url("../images/gq-bg.png"); /* 设置背景图 */
    background-size: cover; /* 背景图覆盖整个div，保持宽高比 */
    background-position: auto; /* 背景图居中显示 */
  }
  #gq .mid-box > div {
    background-color: transparent !important; /* 清空背景颜色 */
    background-image: none !important; /* 清空背景图片 */
  }
  .toolsView-bg {
    background-color: #fdf4e6;
  }
  .toolsView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
  }
  .toolsView .servicebox {
    padding: 30px;
    box-sizing: border-box;
    width: 48%;
    height: 340px;
    background: rgba(255, 248, 248, 0.68);
    border-radius: 20px;
  }
  .toolsView .interactionbox {
    padding: 30px;
    box-sizing: border-box;
    width: 48%;
    height: 340px;
    background: rgba(255, 248, 248, 0.68);
    border-radius: 20px;
  }
  .commonbox {
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  .commonbox .c-left {
    display: flex;
  }
  .commonbox .t-icon {
    width: 40px;
    height: 40px;
  }
  .c-left .bt {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #aeaeae;
    line-height: 14px;
  }
  .c-left .zw {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #cc9e31;
    line-height: 35px;
    margin-left: 15px;
  }
  .c-right {
    height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #de7c25;
    border-radius: 15px;
    padding: 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 12px;
    cursor: pointer;
  }
  /*===========================服务与互动按钮==========================*/
  .leftbtns {
    margin-top: 30px;
  }
  .leftbtn {
    width: 185px;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    display: flex;
    cursor: pointer;
    float: left;
    margin: 0px 20px 20px 30px;
  }
  .leftbtn:hover {
    box-shadow: 0px 4px 8px 2px rgba(246, 163, 73, 0.29);
  }
  .btnicon {
    width: 30px;
    height: 30px;
    margin: 7px 10px auto 15px;
  }
  .btntitle {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
  }
  .rightbtns {
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
  }
  .upbtn {
    position: relative;
  }
  .upicon {
    width: 100%;
    cursor: pointer;
  }
  .uptitle {
    position: absolute;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    bottom: 26%;
    text-align: center;
    width: 100%;
    cursor: pointer;
  }
  .downbtn {
    position: relative;
    margin-top: -10px;
  }

  /*===========================安全知识与企业文化==========================*/
  .kcbox {
    /* margin-top: 20px; */
    background-image: url("../images/g_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kcView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
  }
  .kcView .servicebox {
    box-sizing: border-box;
    width: 38%;
    height: 400px;
  }
  .kcView .interactionbox {
    box-sizing: border-box;
    width: 58%;
    height: 400px;
  }
  .safebtns {
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.49));
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
  }
  .safebtn {
    display: flex;
    overflow: hidden;
    cursor: pointer;
  }
  .safebtn:hover {
    background-image: url("../images/gg_ss.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }
  .safebtn:hover .timesbox {
    background: #eeb25e;
    color: #ffffff;
  }
  .safebtn:hover .safetitle {
    color: #eeb25e;
  }
  .timesbox {
    width: 70px;
    height: 60px;
    border-radius: 20px;
    font-family: PingFang SC;
    color: #eeb25e;
    text-align: center;
    margin: 10px;
  }
  .date-up {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
  .date-down {
    font-size: 12px;
    line-height: 10px;
  }
  .safetitle {
    width: calc(100% - 100px);
    line-height: 80px;
    padding-right: 20px;
    font-size: 14px;
    color: #ae7c00;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }
  .culturebtns {
    background: #ffffff;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    opacity: 0.62;
    height: 280px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .culturebtn {
    font-size: 14px;
    color: #807d7d;
    padding: 0px 10px 0px 30px;
    box-sizing: border-box;
  }
  .cul-head {
    color: #b08623;
    line-height: 16px;
    display: flex;
    line-height: 40px;
    font-size: 16px;
    padding-top: 30px;
    font-weight: 500;
  }
  .cul-head img {
    width: 16px;
    height: 16px;
    margin-top: 12px;
  }
  .cur-txt {
    line-height: 20px;
  }
  /*===========================子公司==========================*/
  .companyView-bg {
    background-color: #fff;
  }
  #cj .companyView-bg {
    background-color: #fdf4e6;
  }
  #gq .companyView-bg {
    background-color: #fdf4e6;
  }
  .companyView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 30px 40px;
    height: 840px;
  }
  .companybox {
    margin: 30px 0px;
    box-sizing: border-box;
  }
  .company {
    width: 32%;
    height: 315px;
    margin-bottom: 40px;
    position: relative;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
  }
  .company:hover .mb {
    display: block;
  }
  .company:nth-child(2) {
    margin: 0px 2%;
  }
  .company:nth-child(5) {
    margin: 0px 2%;
  }
  .company img {
    width: 100%;
    height: 100%;
  }
  .company .mb {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .company .mb .mb-botombox {
    position: absolute;
    bottom: 0;
  }
  .company .mb .mb-botombox div {
    position: absolute;
    bottom: 25px;
    width: 90%;
    margin-left: 5%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }
  .arrow-right {
    position: absolute;
    right: 14%;
    width: 24px !important;
    height: 24px !important;
    top: 12%;
  }
  /*===========================底部==========================*/
  .dibubox {
    background-color: #fff;
    height: 300px;
  }
  #cj .dibubox {
    background-color: #fdf4e6;
  }
  #gq .dibubox {
    background-color: #fdf4e6;
  }
  .dibuView {
    height: 90px;
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    position: relative;
  }
  .dibu {
    background-image: url("../images/dibu.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 210px;
  }
  #cj .dibu {
    background-image: url("../images/cj-foot.png");
  }
  #gq .dibu {
    background-image: url("../images/gq-foot.png");
  }
  .dibu-float {
    width: 100%;
    height: 200px;
    background: #eb9950;
    border-radius: 30px;
    position: absolute;
    display: flex;
  }
  .float-left {
    width: calc(100% - 170px);
    padding: 30px;
  }
  .float-right {
    width: 170px;
  }
  .left-txts {
    width: 50%;
    float: left;
    padding: 10px 5px;
    box-sizing: border-box;
    display: flex;
  }
  .left-txts img {
    width: 14px;
    height: 14px;
  }
  .left-txts span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-left: 10px;
  }
  /*===========================右侧固定==========================*/
  .fixedView {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 900;
  }
  .fixedView img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .fixedView .hidden-image {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    /*display: none;
    */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
  }
  .wxgz:hover .hidden-image {
    opacity: 1;
  }
  /*===========================浮窗广告==========================*/
  #floatingAd {
    position: fixed; /* 固定定位，使其在滚动时不消失 */
    top: 50px; /* 初始位置 */
    right: 50px; /* 初始位置 */
    width: 278px; /* 广告宽度 */
    height: 150px; /* 广告高度 */
    z-index: 1000; /* 确保广告在页面内容之上 */
    background-image: url("../images/float.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
}

@media (max-width: 599px) {
  .pcbox {
    display: none;
  }
  .phonebox {
    display: block;
  }
  .main {
    box-sizing: border-box;
    background-color: #fdf4e6;
    min-height: 100vh;
  }
  #cj .main {
    /* background: linear-gradient(to right, rgb(255, 74, 33), #fdf4e6),
     linear-gradient(to bottom, rgb(255, 74, 33), #fdf4e6);  */
    background: linear-gradient(to bottom, rgb(255, 74, 33), #fdf4e6);
    background-blend-mode: multiply; /* 混合模式，可以根据需要选择其他模式 */
  }
  /*==========================头图========================*/
  .headImageView-bg {
    background-color: #fdf4e6;
  }
  #cj .headImageView-bg {
    background-color: transparent;
  }
  .headImageView {
    height: 200px;
    width: 100%;
    background-image: url("../images/banner_phone.png");
    background-size: cover;
    background-position: center;
  }
  .headImagebox {
    max-width: 1921px;
    margin: auto;
    position: relative;
  }
  .head-logo {
    width: 65%;
    height: auto;
    position: absolute;
    top: 90px;
    left: 2%;
  }
  .searchbox {
    width: 70%;
    height: 30px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #f3f3f3;
    position: absolute;
    left: 15%;
    top: 145px;
    line-height: 50px;
    display: flex;
  }
  .searchbox .input {
    border: none;
    background: none;
    outline: none;
    flex: 1;
    padding-right: 15px;
  }
  .searchbox .icon {
    width: 18px;
    height: 18px;
    margin: 6px 10px;
  }
  input,
  input::placeholder,
  textarea::placeholder {
    color: #fff;
  }
  /*==========================导航========================*/
  .headNavView {
    height: 50px;
    background: linear-gradient(0deg, #f6c271, #cf911f);
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
    text-align: center;
    /*==========================设置居中========================*/
    max-width: 1921px;
    margin: auto;
  }
  #cj .headNavView {
    background: linear-gradient(0deg, #990404, #ce0a0a);
  }
  .navBox {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 0px 30px;
  }
  .navBox ul {
    width: 900px;
    margin-top: 5px;
    list-style-type: none; /* 移除默认的列表符号 */
    padding: 0; /* 移除默认的内边距 */
    display: flex; /* 设置为弹性盒子布局 */
    flex-direction: row; /* 子元素水平排列 */
    justify-content: space-between; /* 子元素之间的间距均匀分布 */
  }
  .navBox ul li {
    color: #ffffff;
    line-height: 2rem;
    cursor: pointer;
  }
  .navBox ul li.active {
    border-bottom: 3px solid #ffffff;
  }
  /*==========================新闻中心=======================*/
  #cj .bs {
    color: #fff !important;
  }
  .commonbox-bg {
    background-color: #fdf4e6;
    margin: 20px 30px 10px 30px;
  }
  #cj .commonbox-bg {
    background-color: transparent;
  }
  .commonbox {
    height: 40px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
  }
  .commonbox .c-left {
    display: flex;
  }
  .commonbox .t-icon {
    width: 35px;
    height: 35px;
  }
  .c-left .bt {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #aeaeae;
    line-height: 12px;
    margin-left: -5px;
  }
  .c-left .zw {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #cc9e31;
    line-height: 30px;
    margin-left: 10px;
  }
  .c-right {
    height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #de7c25;
    border-radius: 15px;
    padding: 3px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 12px;
    cursor: pointer;
  }
  #cj .c-right-1 {
    background: #ffe3af;
    color: #a77a0e;
  }
  /*==========================新闻区域-左侧========================*/
  .newsView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 0px 20px;
    /* display: flex; */
  }
  /*==========================新闻区域-右侧========================*/
  .newsView .rightbox {
    /* flex: 1; */
  }
  .rightbox .swiperbox {
    cursor: pointer;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .rightbox .aboxs {
    background: #ffffff;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .rightbox a:hover * {
    color: #d19323 !important;
  }
  .rightbox a {
    height: 66px;
    width: 100%;
    display: flex;
    font-size: 12px;
    color: #b6b6b6;
    /* margin: 10px; */
    /* float: left; */
    padding-top: 5px;
    position: relative;
  }
  .rightbox a .times {
    display: flex;
    flex-direction: column;
    width: 82px;
    text-align: center;
  }
  .rightbox a .times span:nth-child(1) {
    font-size: 34px;
    line-height: 34px;
  }
  .rightbox a .times span:nth-child(2) {
    font-size: 14px;
  }
  .rightbox a .titles {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
  }
  .rightbox a .titles span:nth-child(1) {
    font-size: 14px;
    color: #212121;
    line-height: 25px;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }
  .line {
    height: 1px;
    position: absolute;
    width: calc(100% - 20px);
    background-color: #eeeeee;
    bottom: 0px;
    left: 10px;
  }
  .clamp {
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    line-height: 14px;
    height: 28px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .swiper-container .swiper-pagination {
    text-align: right !important;
  }
  .swiper-pagination-bullet {
    background-color: #fff !important; /* 设置默认圆点颜色 */
    opacity: 1 !important; /* 设置圆点不透明度 */
    width: 6px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #d19323 !important; /* 设置激活状态圆点颜色 */
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .swiper-pagination-bullets {
    bottom: 10px;
    right: 20px !important;
    width: auto !important;
  }
  .swp-titlebox {
    position: absolute;
    height: 70px;
    bottom: 0px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
  }
  .swp-title {
    font-size: 12px;
    color: #fff;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    padding: 0px 60px 0px 20px;
  }
  /*===========================服务==========================*/
  .serveView {
    box-sizing: border-box;
    max-width: 1196px;
    background: #fff8f8;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    box-sizing: border-box;
    margin: 20px;
    height: 170px;
    padding: 5px;
  }

  /*===========================服务与互动按钮==========================*/
  .leftbtns {
    margin: 10px;
    display: flex;
    justify-content: space-between;
  }
  .leftbtn {
    text-align: center;
    width: 100px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    cursor: pointer;
  }
  .leftbtn:hover {
    box-shadow: 0px 4px 8px 2px rgba(246, 163, 73, 0.29);
  }
  .btnicon {
    width: 30px;
    height: 30px;
    margin: 10px 10px auto 35px;
  }
  .btntitle {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
  }
  .rightbtns {
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
  }
  .upbtn {
    position: relative;
  }
  .upicon {
    width: 100%;
    cursor: pointer;
  }
  .uptitle {
    position: absolute;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    bottom: 26%;
    text-align: center;
    width: 100%;
    cursor: pointer;
  }
  .downbtn {
    position: relative;
    margin-top: -10px;
  }
  /*===========================营业网点==========================*/
  .businessView {
    margin: 20px;
    margin-top: 30px;
    background-color: #fdf4e6;
  }
  #cj .businessView {
    background-color: transparent;
  }
  .mid-commonbox {
    margin: auto;
    width: 100px;
    text-align: center;
  }
  .mid-commonbox .top {
    height: 20px;
    display: flex;
  }
  .mid-commonbox .top .icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
  .mid-commonbox .top .bt {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #cc9e31;
    line-height: 30px;
    margin-left: 4px;
    line-height: 20px;
  }
  .mid-commonbox .down {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #aeaeae;
    line-height: 20px;
  }
  .businessbox {
    display: flex;
    justify-content: space-between;
    margin: 0px 10px;
    margin-top: -10px;
  }
  .inbusbox {
    width: 20%;
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  .mid-spical {
    height: 150px;
    margin-top: 20px;
  }
  .mid-spical img {
    height: 150px;
  }
  .inbusbox img {
    width: auto;
    height: 170px;
  }
  .inbusbox div {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #d19323;
    height: 50px;
    bottom: 0;
  }
  .inbusbox .sjx {
    position: absolute;
    width: 102%;
    height: 10px;
    top: 0px;
    left: -1px;
    background-color: transparent;
  }
  .sjx .diagonal-split {
    position: relative;
    width: 100%; /* 根据需要调整宽度 */
    height: 100%; /* 根据需要调整高度 */
    background-color: transparent; /* 父div的背景颜色 */
    overflow: hidden; /* 隐藏超出clip-path的部分 */
  }
  .diagonal-split::before,
  .diagonal-split::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .diagonal-split::after {
    background-color: #fdf4e6; /* 第二个三角形的颜色 */
    clip-path: polygon(0 0, 100% 0%, 100% 100%); /* 左上到右下再到左下 */
  }
  #cj .diagonal-split::after {
    background-color: rgb(250, 174, 150); /* 第二个三角形的颜色 */
  }
  .sjx .diagonal-split-r {
    position: relative;
    width: 100%; /* 根据需要调整宽度 */
    height: 100%; /* 根据需要调整高度 */
    background-color: transparent; /* 父div的背景颜色 */
    overflow: hidden; /* 隐藏超出clip-path的部分 */
  }
  .diagonal-split-r::before,
  .diagonal-split-r::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .diagonal-split-r::after {
    background-color: #fdf4e6; /* 第二个三角形的颜色 */
    clip-path: polygon(0 0, 100% 0%, 0% 100%); /* 左上到右下再到左下 */
  }
  #cj .diagonal-split-r::after {
    background-color: rgb(250, 174, 150); /* 第二个三角形的颜色 */
  }
  .inbusbox .wz {
    text-align: center;
    margin-bottom: 10px;
    height: 24px;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }
  /*===========================子公司==========================*/
  .companyView {
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    height: 250px;
  }
  .companybox {
    display: flex;
    margin: 20px 30px;
    height: 185px;
    background: #fdf9ef;
    box-shadow: 0px 8px 17px 1px rgba(216, 216, 216, 0.24);
    border-radius: 20px;
    overflow: hidden;
  }
  .companybox .swiperbox1 {
    cursor: pointer;
    width: calc(100% - 35px);
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .swiper-container1 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .t-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .swiper-container1 .swiper-pagination1 {
    position: absolute;
    text-align: center !important;
    bottom: -10px;
    left: 60px !important;
  }
  .swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {
    background-color: #eeb25e !important; /* 设置默认圆点颜色 */
    opacity: 1 !important; /* 设置圆点不透明度 */
    width: 6px !important;
    height: 6px !important;
  }
  .swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #d19323 !important; /* 设置激活状态圆点颜色 */
  }
  .swp-img {
    width: 150px;
    height: 120px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 20px 20px;
  }
  .swp-img-mid {
    width: 6px;
    height: 45px;
    margin-top: 60px;
  }
  .swp-titlebox1 {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 156px);
  }
  .swp-title1 {
    font-size: 12px;
    color: #9e7a25;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    line-height: 14px;
    height: 28px;
    font-weight: 500;
    text-align: center;
    margin: auto 10px;
    margin-top: 70px;
    box-sizing: border-box;
  }
  .cp-right {
    width: 35px;
    background-color: #de7c25;
    display: flex;
  }
  .cp-r-p {
    width: 10px;
    background-color: #fdf9ef;
    border-top-right-radius: 20px; /* 右上角圆角 */
    border-bottom-right-radius: 20px; /* 右下角圆角 */
  }
  .cp-more {
    width: 25px;
    background-color: #de7c25;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    padding-top: 25px;
  }
  /*===========================关注微信==========================*/
  .wxView {
    background-image: url("../images/wx_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 160px;
    margin: 20px;
    display: flex;
    overflow: hidden;
  }
  .wx-l {
    width: 110px;
    height: 110px;
    margin: 25px 10px;
  }
  .wx-r {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #a76225;
    line-height: 30px;
    margin-top: 30px;
  }
  /*===========================底部==========================*/
  .dibubox {
    background-color: transparent;
    height: 100px;
    position: relative;
  }
  .dibuView {
    height: 90px;
    box-sizing: border-box;
    max-width: 1196px;
    margin-left: 30px;
    position: absolute;
    background: #eb9950;
    top: -30px;
    left: 0;
    width: calc(100vw - 60px);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .dibu {
    background-image: url("../images/dibu_phone.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    margin-top: 50px;
  }
  #cj .dibu {
    background-image: url("../images/cj-dibu_phone.png");
  }
  .di-txt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 15px;
  }
  /*===========================右侧固定==========================*/
  .fixedView {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 900;
  }
  .fixedView img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .fixedView .hidden-image {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    /*display: none;
        */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
  }
  .wxgz:hover .hidden-image {
    opacity: 1;
  }
  /*===========================浮窗广告==========================*/
  #floatingAd {
    position: fixed; /* 固定定位，使其在滚动时不消失 */
    top: 50px; /* 初始位置 */
    right: 50px; /* 初始位置 */
    width: 278px; /* 广告宽度 */
    height: 150px; /* 广告高度 */
    z-index: 1000; /* 确保广告在页面内容之上 */
    background-image: url("../images/float.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
}
