@media (max-width: 1500px) {
  header .head .nav .item {
    font-size: 22px;
    margin-right: 60px;
  }
}
@media (max-width: 1080px) {
  header .head {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
  }
  header .head .logo {
    width: 73px;
  }
  header .head .nav {
    display: none;
  }
  header .head .tel {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 90;
  }
  header .mobile-box {
    display: flex;
    align-items: center;
  }
  header .mobile-box .mobile-search {
    margin-right: 10px;
    height: 50px;
  }
  header .mobile-box .mobile-search .iconfont {
    font-size: 24px;
  }
  header .mobile-box .mobile-search .mobile-search-icon {
    line-height: 50px;
  }
  header .mobile-box .mobile-search .mobile-search-con {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    border-radius: 3.6px;
    background-color: #717171;
    padding: 10px 20px;
  }
  header .mobile-box .mobile-search .mobile-search-con .mobile-search-input {
    background-color: #fff;
    width: 100%;
    height: 26px;
    border-radius: 26px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
  }
  header .mobile-box .mobile-search .mobile-search-con .mobile-search-input input {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 13px;
  }
  header .mobile-box .mobile-search .mobile-search-con .mobile-search-input .search-min-icon {
    position: absolute;
    left: 8px;
    top: 0;
    height: 26px;
    line-height: 26px;
  }
  header .mobile-box .mobile-search .mobile-search-con .mobile-search-input .search-min-icon .iconfont {
    font-size: 15px;
  }
  header .mobile-box .mobile-search .mobile-search-con::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 75px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #717171;
  }
  header .mobile-box .mobile-search .mobile-search-con .text {
    text-align: right;
    color: #fff;
    font-size: 12px;
  }
  header .right-mobile-menu {
    display: block;
    height: 21px;
    line-height: 21px;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 12px;
  }
  header .mobile-menu {
    display: inline-block;
    margin-top: 0;
    width: 30px;
    height: 21px;
    position: relative;
  }
  header .mobile-menu::after,
  header .mobile-menu::before {
    content: '';
    height: 1px;
    background: #333;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
  }
  header .mobile-menu span {
    height: 1px;
    width: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
  }
  header .mobile-menu::after {
    top: auto;
    bottom: 0;
  }
  header .mobile-menu.active::before {
    transform: rotate(135deg);
    top: calc(50% - 1px);
  }
  header .mobile-menu.active span {
    opacity: 0;
  }
  header .mobile-menu.active::after {
    transform: rotate(-135deg);
    bottom: calc(50%);
  }
  header .mobile-menu-list {
    display: block;
    position: fixed;
    top: 50px;
    bottom: 0;
    width: 100%;
    right: -100%;
    z-index: 200;
    background-color: #717171;
    transition: all 0.5s;
    overflow-y: auto;
    padding: 20px;
  }
  header .mobile-menu-list li {
    position: relative;
    line-height: 48px;
  }
  header .mobile-menu-list li .title {
    position: relative;
  }
  header .mobile-menu-list li .title > a {
    display: block;
    width: 80%;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
  }
  header .mobile-menu-list li .title span {
    display: flex;
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  header .mobile-menu-list li .title span i {
    display: block;
    width: 7.5px;
    height: 7.5px;
    border: 0.5vw solid #666;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  header .mobile-menu-list li .title span .cur {
    transform: rotate(135deg);
  }
  header .mobile-menu-list li .listDown {
    display: none;
  }
  header .mobile-menu-list li .listDown a {
    display: block;
    margin-left: 20px;
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
  }
  header .mobile-menu-list li.active {
    background-color: #fff;
    border-radius: 10px;
  }
  header .mobile-menu-list li.active .title > a {
    color: #333;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-i-box .news-i-list .news-m-list {
    display: none;
  }
  .banner img {
    height: 195px;
  }
  .banner .swiper-pagination-bullet {
    width: 50px;
  }
  .main {
    margin-top: 50px;
  }
  .main .mTitle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main .mTitle .tit {
    font-size: 16px;
  }
  .main .mTitle .line {
    width: 44px;
  }
  .product-t-box .t-item {
    width: 100% !important;
    margin-right: 0;
    height: 127px !important;
    margin-top: 10px !important;
  }
  .product-t-box .t-item .title-box {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .product-t-box .t-item .title-box .tit {
    font-size: 12px;
  }
  .product-t-box .t-item .title-box .desc {
    font-size: 10px;
    margin-top: 0px;
  }
  .product-t-box .t-item:nth-child(2n) .title-box {
    padding-right: 15px;
    right: 0;
    width: auto;
    left: auto;
  }
  .news-i-box .news-i-list .news-b-list .item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .news-i-box .news-i-list .news-b-list .item img {
    height: 93px;
  }
  .news-i-box .news-i-list .news-b-list .item .item-con {
    padding: 10px 15px;
  }
  .news-i-box .news-i-list .news-b-list .item .item-con .tag {
    display: none;
  }
  .news-i-box .news-i-list .news-b-list .item .item-con .tit {
    font-size: 10px;
    margin-top: 0;
    line-height: 2;
    height: 40px;
  }
  .news-i-box .news-i-list .news-b-list .item .item-con .time {
    font-size: 8px;
    margin-top: 10px;
  }
  .news-i-box .more-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news-i-box .more-box .btn {
    line-height: 25px;
    height: 27px;
    font-size: 12px;
    padding: 0 15px;
    margin-right: 20px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .foot .foot-list .item2 {
    display: none;
  }
  footer .copy-box {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #2f2f2f;
    font-size: 8px;
  }
  footer .copy-box .copy {
    position: static;
    left: 50%;
    transform: translateX(0);
  }
  footer .copy-box .bottom-menu a {
    margin-left: 5px;
  }
  footer .foot .foot-list .item .tit {
    font-size: 10px;
  }
  footer .foot .foot-list .item .tit::after {
    width: 100%;
  }
  footer .foot .foot-list .item .desc {
    font-size: 8px;
  }
  footer .foot .foot-list .item .menu-list .m-i {
    font-size: 8px;
  }
  footer .foot .foot-list .item .menu-list .m-i .iconfont {
    font-size: 8px;
  }
  footer .foot .foot-list .item .contact-list .c-i {
    font-size: 8px;
  }
  footer .foot .foot-list .item .contact-list .c-i .iconfont {
    font-size: 10px;
  }
  footer .foot .foot-list .item .fav-list .fav-i {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  footer .foot .foot-list .item .fav-list .fav-i .iconfont {
    font-size: 8px;
  }
  footer .foot .foot-list .item1 {
    width: 70px;
  }
  .product-c-box .t-item {
    width: 100% !important;
    margin-right: 0;
    height: 127px !important;
    margin-top: 10px !important;
  }
  .product-c-box .t-item .title-box {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .product-c-box .t-item .title-box .tit {
    font-size: 12px;
  }
  .product-c-box .t-item .title-box .desc {
    font-size: 10px;
    margin-top: 0px;
  }
  .product-c-box .t-item:nth-child(2n) .title-box {
    padding-right: 15px;
    right: 0;
    width: auto;
    left: auto;
  }
  .product-search {
    display: none;
  }
  .product-s-box {
    display: none;
  }
  .jjfa-box .jjfa-list .jjfa-item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .jjfa-box .jjfa-list .jjfa-item .img {
    height: 80px;
  }
  .jjfa-box .jjfa-list .jjfa-item .con {
    background-color: #fff;
    position: static;
    height: auto;
    opacity: 1;
    color: #333;
    display: block;
    padding: 10px;
  }
  .jjfa-box .jjfa-list .jjfa-item .con .icon {
    display: none;
  }
  .jjfa-box .jjfa-list .jjfa-item .con .tit {
    font-size: 10px;
    text-align: left;
    margin-top: 0;
  }
  .jjfa-box .jjfa-list .jjfa-item .con .desc {
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
  }
  .jjfa-box .jjfa-list .jjfa-item:nth-child(3n) {
    margin-right: 20px;
  }
  .jjfa-box .jjfa-list .jjfa-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-filter {
    display: block;
  }
  .product-filter .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-filter .filter-box .filter-item {
    flex: 1;
    width: auto;
    margin-right: 10px;
    font-size: 10px;
    padding: 0 4px;
    justify-content: center;
    height: 28px;
  }
  .product-filter .filter-box .filter-item .i {
    display: none;
  }
  .product-filter .filter-box .filter-item .iconfont {
    font-size: 12px;
    margin-left: 4px;
  }
  .product-filter .filter-box .filter-item .filter-m-list {
    font-size: 10px;
    line-height: 28px;
  }
  .product-t-list .item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .product-t-list .item img {
    height: 134px;
  }
  .product-t-list .item .con {
    padding: 10px;
  }
  .product-t-list .item .con .tit {
    font-size: 12px;
  }
  .product-t-list .item .con .tag .tag-l {
    font-size: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
  .product-t-list .item .con .tag .tag-l .iconfont {
    font-size: 10px;
  }
  .product-t-list .item .con .desc {
    font-size: 10px;
    height: 30px;
  }
  .product-t-list .item .con .more {
    width: 70px;
    font-size: 10px;
    margin-top: 15px;
    height: 20px;
    line-height: 18px;
  }
  .product-t-list .item .con .more .iconfont {
    margin-left: 4px;
    font-size: 10px;
  }
  .product-t-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .big-more {
    width: 75px;
    line-height: 22px;
    font-size: 12px;
    margin: 30px auto;
    height: 24px;
  }
  .big-more .iconfont {
    font-size: 10px;
    margin-left: 4px;
  }
  .product-video .jjfa-list .jjfa-item .con {
    background-color: #f8f8f8;
  }
  .product-video .jjfa-list .jjfa-item:nth-child(3) {
    display: none;
  }
  .cpsc-box .cpsc-list .cpsc-item {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    padding: 10px 4px;
  }
  .cpsc-box .cpsc-list .cpsc-item .tit {
    font-size: 10px;
  }
  .cpsc-box .cpsc-list .cpsc-item .tit .iconfont {
    font-size: 16px;
    margin-right: 0;
  }
  .cpsc-box .cpsc-list .cpsc-item .desc {
    font-size: 8px;
  }
  .cpsc-box .cpsc-list .cpsc-item .btn {
    width: 60px;
    font-size: 10px;
    margin: 10px auto 0;
    height: 24px;
    line-height: 22px;
  }
  .xwdt-box .more-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xwdt-box .more-box .btn {
    line-height: 25px;
    height: 27px;
    font-size: 12px;
    padding: 0 15px;
    margin-right: 20px;
  }
  .xwdt-list .xwdt-item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .xwdt-list .xwdt-item img {
    height: 93px;
  }
  .xwdt-list .xwdt-item .con {
    padding: 10px 15px;
  }
  .xwdt-list .xwdt-item .con .time {
    font-size: 10px;
  }
  .xwdt-list .xwdt-item .con .time .iconfont {
    font-size: 10px;
  }
  .xwdt-list .xwdt-item .con .tit {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .xwdt-list .xwdt-item .desc {
    display: none;
  }
  .xwdt-list .xwdt-item:nth-child(3) {
    display: none;
  }
  .xwdt-list .xwdt-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-info-box .product-name {
    font-size: 14px;
  }
  .product-info-box .product-name span {
    font-size: 8px;
    margin-left: 10px;
  }
  .product-info-box .product-info-aa-box {
    position: relative;
  }
  .product-info-box .product-info-aa-box .product-aa-left {
    width: 200px;
    margin-right: 10px;
  }
  .product-info-box .product-info-aa-box .product-aa-left .img img {
    height: 115px;
  }
  .product-info-box .product-info-aa-box .product-aa-left .next-menu,
  .product-info-box .product-info-aa-box .product-aa-left .prev-menu {
    width: 26px;
    height: 26px;
  }
  .product-info-box .product-info-aa-box .product-aa-left .next-menu .iconfont,
  .product-info-box .product-info-aa-box .product-aa-left .prev-menu .iconfont {
    font-size: 10px;
  }
  .product-info-box .product-info-aa-box .product-aa-right {
    padding: 0;
    padding-bottom: 40px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .tit {
    margin-bottom: 10px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .tit .txt {
    font-size: 12px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .tit .download {
    display: none;
  }
  .product-info-box .product-info-aa-box .product-aa-right .row {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .row span {
    width: 55px;
    margin-right: 5px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .color-l {
    margin-top: 5px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .color-l .color-i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 197px;
    height: 26px;
    line-height: 26px;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .btn .iconfont {
    font-size: 12px;
  }
  .product-info-box .product-info-aa-box .product-aa-right .btn-mobile {
    display: block;
  }
  .product-info-box .product-info-aa-box .product-aa-right .btn-pc {
    display: none;
  }
  .product-info-box2 .sw-type .sw-i {
    width: 76px;
    font-size: 10px;
    line-height: 28px;
  }
  .p-title {
    font-size: 14px;
  }
  .sycj-box {
    padding: 20px 0;
  }
  .sycj-box .sycj-list {
    margin-top: 20px;
  }
  .sycj-box .sycj-list .sycj-item {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    height: 45px;
    border-radius: 10px;
  }
  .sycj-box .sycj-list .sycj-item img {
    height: 20px;
    margin-bottom: 0;
  }
  .sycj-box .sycj-list .sycj-item .txt {
    font-size: 8px;
    margin-top: 0;
  }
  .gsjj-box {
    padding: 30px 0;
  }
  .gsjj-box .tit {
    font-size: 16px;
  }
  .gsjj-box .content {
    width: 100%;
  }
  .gsjj-box .honor-list {
    padding: 0;
  }
  .gsjj-box .honor-list .honor-i {
    width: 60px;
    height: 60px;
  }
  .gsjj-box .honor-list .honor-i .t {
    font-size: 12px;
  }
  .gsjj-box .honor-list .honor-i .d {
    font-size: 8px;
    margin-top: 8px;
  }
  .dsj-box {
    height: 149px;
    display: none;
  }
  .dsj-box .dsj-list .dsj-item .icon {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
  }
  .dsj-box .dsj-list .dsj-item .year {
    font-size: 12px;
    position: absolute;
  }
  .dsj-box .dsj-list .dsj-item .text {
    position: absolute;
    font-size: 6px;
    font-weight: 400;
    width: 170px;
  }
  .dsj-box .dsj-list .dsj-item .line {
    background-color: #333;
    position: absolute;
    transform-origin: top left;
  }
  .dsj-box .dsj-list .dsj-item .icon1 {
    left: 6px;
    top: 74px;
  }
  .dsj-box .dsj-list .dsj-item .icon2 {
    left: 502px;
    top: 340px;
  }
  .dsj-box .dsj-list .dsj-item .icon3 {
    left: 689px;
    top: 480px;
  }
  .dsj-box .dsj-list .dsj-item .icon4 {
    left: 935px;
    top: 220px;
  }
  .dsj-box .dsj-list .dsj-item .icon5 {
    left: 1535px;
    top: 550px;
  }
  .dsj-box .dsj-list .dsj-item .year1 {
    left: -30px;
    top: 500px;
  }
  .dsj-box .dsj-list .dsj-item .year2 {
    left: 502px;
    top: 270px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .year3 {
    left: 689px;
    top: 360px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .year4 {
    left: 935px;
    top: 120px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .year5 {
    left: 1535px;
    top: 400px;
    white-space: nowrap;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .text1 {
    left: 0;
    top: 720px;
  }
  .dsj-box .dsj-list .dsj-item .text2 {
    left: 502px;
    top: 450px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .text3 {
    left: 689px;
    top: 550px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .text4 {
    left: 935px;
    top: 380px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .text5 {
    left: 1535px;
    top: 650px;
    transform: translateX(-40%);
  }
  .dsj-box .dsj-list .dsj-item .line1 {
    left: 11px;
    top: 90px;
    height: 2px;
    width: 580px;
    transform: rotate(-33deg);
  }
  .dsj-box .dsj-list .dsj-item .line2 {
    left: 520px;
    top: 358px;
    height: 4px;
    width: 240px;
    transform: rotate(37deg);
  }
  .dsj-box .dsj-list .dsj-item .line3 {
    left: 707px;
    top: 498px;
    height: 4px;
    width: 350px;
    transform: rotate(-47deg);
  }
  .dsj-box .dsj-list .dsj-item .line4 {
    left: 953px;
    top: 238px;
    height: 4px;
    width: 700px;
    transform: rotate(29deg);
  }
  .honor-box .honor-b-list {
    width: 100%;
  }
  .honor-box .honor-b-list .h-b-i {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .honor-box .honor-b-list .h-b-i .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: #f9f9f9;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honor-box .honor-b-list .h-b-i .icon img {
    width: 22px;
  }
  .honor-box .honor-b-list .h-b-i .tit {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .honor-box .honor-b-list .h-b-i .desc {
    font-size: 8px;
  }
  .tdjs-box {
    background-color: #f8f8f8;
  }
  .tdjs-box .tdjs-list {
    padding: 30px 0;
    display: flex;
  }
  .tdjs-box .tdjs-list .tdjs-item {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .tdjs-box .tdjs-list .tdjs-item img {
    width: 100%;
    height: 72px;
    display: block;
    object-fit: cover;
  }
  .tdjs-box .tdjs-list .tdjs-item .con {
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tdjs-box .tdjs-list .tdjs-item .con .name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .tdjs-box .tdjs-list .tdjs-item .con .zw {
    font-size: 10px;
    color: #616161;
    margin-bottom: 8px;
  }
  .tdjs-box .tdjs-list .tdjs-item .con .desc {
    color: #616161;
    font-size: 8px;
  }
  .tdjs-box .tdjs-list .tdjs-item:last-child {
    display: none;
  }
  .qywh-box .qywh-list {
    padding: 30px 0;
    display: flex;
  }
  .qywh-box .qywh-list .qywh-item {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
  }
  .qywh-box .qywh-list .qywh-item .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 0;
    background-color: #f9f9f9;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .qywh-box .qywh-list .qywh-item .icon img {
    width: 22px;
  }
  .qywh-box .qywh-list .qywh-item .con {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qywh-box .qywh-list .qywh-item .con .name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .qywh-box .qywh-list .qywh-item .con .desc {
    color: #616161;
    font-size: 8px;
    text-align: center;
  }
  .qywh-box .qywh-list .tdjs-item:last-child {
    margin-right: 0;
  }
  .newsbox1 {
    padding: 30px 0 40px;
    text-align: center;
  }
  .newsbox1 .pageNav {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #f2f2f2;
    font-size: 0;
  }
  .newsbox1 .pageNav .i {
    display: inline-block;
    width: 20%;
    line-height: 28px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
  }
  .newsbox1 .pageNav .i.active {
    background-color: #C2000B;
    color: #fff;
  }
  .newsbox1 .fous-news {
    text-align: left;
    margin-top: 50px;
    display: flex;
  }
  .newsbox1 .fous-news .fn-l {
    width: 157px;
    height: 117px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
  }
  .newsbox1 .fous-news .fn-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsbox1 .fous-news .fn-l .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    width: 42px;
    line-height: 15px;
    font-size: 8px;
    text-align: center;
    border-radius: 3px;
    color: #666;
  }
  .newsbox1 .fous-news .fn-r {
    flex: 1;
    padding-left: 10px;
    height: 117px;
    padding-bottom: 40px;
    position: relative;
  }
  .newsbox1 .fous-news .fn-r .tag {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .newsbox1 .fous-news .fn-r .title {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .newsbox1 .fous-news .fn-r .desc {
    font-size: 8px;
  }
  .newsbox1 .fous-news .fn-r .bottom-m {
    position: absolute;
    top: 0;
    bottom: auto;
    padding-left: 0;
    width: auto;
    height: 20px;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newsbox1 .fous-news .fn-r .bottom-m .time {
    font-size: 8px;
    color: #666;
  }
  .newsbox1 .fous-news .fn-r .bottom-m .time .iconfont {
    font-size: 10px;
  }
  .newsbox1 .fous-news .fn-r .bottom-m .more {
    font-size: 24px;
    color: #C2000B;
    display: none;
  }
  .newsbox2 {
    background-color: #f4f4f4;
    padding: 40px 0;
  }
  .newsbox2 .news-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .newsbox2 .news-list .news-item {
    height: 201px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 20px)/2);
  }
  .newsbox2 .news-list .news-item .img {
    width: 100%;
    height: 79px;
    position: relative;
  }
  .newsbox2 .news-list .news-item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .newsbox2 .news-list .news-item .img .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    color: #333;
    display: none;
  }
  .newsbox2 .news-list .news-item .con {
    padding: 10px;
  }
  .newsbox2 .news-list .news-item .con .time {
    font-size: 8px;
    margin-bottom: 6px;
  }
  .newsbox2 .news-list .news-item .con .tit {
    font-size: 10px;
    height: 32px;
  }
  .newsbox2 .news-list .news-item .con .desc {
    margin-top: 5px;
    font-size: 8px;
  }
  .newsbox2 .news-list .news-item .icon {
    display: none;
  }
  .newsbox2 .news-list .news-item:nth-child(1) {
    height: 201px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 20px)/2);
  }
  .newsbox2 .news-list .news-item:nth-child(1) .img {
    width: 100%;
    height: 79px;
    position: relative;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .img .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    color: #333;
    display: none;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .con {
    padding: 10px;
    color: #000;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .con .time {
    font-size: 8px;
    margin-bottom: 6px;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .con .tit {
    font-size: 10px;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .con .desc {
    margin-top: 5px;
    font-size: 8px;
  }
  .newsbox2 .news-list .news-item:nth-child(1) .icon {
    display: none;
  }
  .newsbox2 .news-list .news-item:nth-child(n+3) {
    display: none;
  }
  .newsbox2 .news-list .news-item:nth-child(2n) {
    margin-right: 0;
  }
  .newsbox2 .more-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .newsbox2 .more-box .btn {
    line-height: 25px;
    height: 27px;
    font-size: 12px;
    padding: 0 15px;
    margin-right: 20px;
  }
  .p-title .more {
    width: 45px;
    height: 16px;
    line-height: 14px;
    font-size: 8px;
  }
  .newsbox3 {
    padding: 40px 0;
  }
  .newsbox3 .news-list {
    margin-top: 30px;
    display: flex;
  }
  .newsbox3 .news-list .item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .newsbox3 .news-list .item img {
    width: 100%;
    height: 93px;
    object-fit: cover;
  }
  .newsbox3 .news-list .item .con {
    background-color: #f9f9f9;
    padding: 10px;
  }
  .newsbox3 .news-list .item .con .tit {
    font-size: 10px;
    color: #333;
  }
  .newsbox3 .news-list .item .con .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 8px;
  }
  .newsbox3 .news-list .item .con .time a {
    font-size: 8px;
    color: #C2000B;
  }
  .newsbox3 .news-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .newsbox3 .news-list .item:nth-child(n+3) {
    display: none;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) {
    width: 100%;
    position: relative;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) .img {
    width: 100%;
    height: 100%;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) .con {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    color: #fff;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) .icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px 0 0 0;
    background-color: #f4f4f4;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) .icon .icon-b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #C2000B;
    text-align: center;
    line-height: 22px;
  }
  .newsListBox2 .news-list .news-item:nth-child(1) .icon .icon-b .iconfont {
    color: #fff;
    font-size: 16px;
  }
  .newsListBox2 .news-list .news-item:nth-child(n+3) {
    display: block;
  }
  .newsListBox2 .news-list .news-item:nth-child(2n) {
    margin-right: 20px;
  }
  .newsListBox2 .news-list .news-item:nth-child(2n+1) {
    margin-right: 0;
  }
  .pages {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .pages ul {
    display: inline-block;
  }
  .pages ul a {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 8px;
  }
  .pages ul li {
    display: inline-block;
    margin-right: 4px;
  }
  .pages ul .active a {
    background-color: #C2000B;
    color: #fff;
    border-color: #C2000B;
  }
  .newsInfoBox {
    padding: 40px 0;
  }
  .newsInfoBox .title {
    font-size: 16px;
  }
  .newsInfoBox .data-box {
    margin-top: 4px;
  }
  .newsInfoBox .data-box > div {
    display: inline-block;
    margin-right: 8px;
  }
  .newsInfoBox .data-box .time {
    font-size: 12px;
    line-height: 24px;
  }
  .newsInfoBox .data-box .time .iconfont {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .newsInfoBox .data-box .time:nth-child(2) {
    display: none;
  }
  .newsInfoBox .data-box .tag {
    line-height: 24px;
    background-color: #f9f9f9;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
  }
  .newsInfoBox .content {
    margin-top: 20px;
  }
  .newsInfoBox .gjc {
    margin-top: 20px;
    font-size: 10px;
    line-height: 24px;
  }
  .newsInfoBox .gjc span {
    font-size: 10px;
    display: inline-block;
    background-color: #f9f9f9;
    padding: 0 8px;
    margin-left: 5px;
    color: #333;
  }
  .newsInfoBox .more-w {
    display: none;
  }
  .contactLit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .contactLit .contact-item {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 30px;
  }
  .contactLit .contact-item .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contactLit .contact-item .t1 {
    font-size: 14px;
    color: #4c4c4c;
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .contactLit .contact-item .t2 {
    font-size: 10px;
    color: #4c4c4c;
  }
  .contactLit .contact-item .img {
    width: 82px;
    margin: 0 auto;
  }
  .jjfa-info-box {
    padding: 50px 0;
  }
  .jjfa-info-box .jjfa-con {
    display: block;
  }
  .jjfa-info-box .jjfa-con .jjfa-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .jjfa-info-box .jjfa-con .jjfa-l .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .jjfa-info-box .jjfa-con .jjfa-r {
    width: 100%;
    padding-left: 0;
  }
  .jjfa-info-box .jjfa-con .jjfa-r img {
    width: 100%;
    display: block;
  }
  .right-menu {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    border-radius: 0;
  }
  .right-menu .item {
    height: 51px;
    background-color: #515151;
    position: relative;
  }
  .right-menu .item .txt {
    font-size: 10px;
    margin-top: 0;
  }
  .right-menu .item .icon {
    background-color: unset;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .right-menu .item .icon .iconfont {
    font-size: 30px;
    color: #fff;
  }
  .right-menu .item1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 45px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .right-menu .item3 {
    display: none;
  }
  .sptp-box .swiper-pagination {
    margin-top: 24px;
  }
  .sptp-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
