@media (max-width: 599px) {
  .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: 40px;
    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;
  }
}
