@media (max-width: 920px) {
  .navMask {
    display: block;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navMask .navBox {
    width: 45%;
    margin-left: auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem {
    padding-right: 15px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem .navTitle {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    display: table;
    margin-left: auto;
    color: #fff;
    position: relative;
  }
  .navMask .navBox .navItem .navTitle a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  .navMask .navBox .navItem .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    transition: 0.5s;
    height: 2px;
    background-color: #fff;
  }
  .navMask .navBox .navItem .sub_nav {
    display: none;
    margin-top: 15px;
    text-align: right;
  }
  .navMask .navBox .navItem .sub_nav a {
    display: block;
    font-size: 16px;
    color: #fff;
  }
  .navMask .navBox .navItem.active .sub_nav {
    display: block;
  }
  .navMask .navBox .navItem.active .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 2px;
    background-color: #fff;
  }
  .navMask.active {
    left: 0;
  }
  header {
    height: 60px;
    background-color: #fff;
  }
  header .logo {
    background-color: #fff;
  }
  header .logo img {
    height: 35px;
    display: none;
  }
  header .logo .red {
    display: block;
  }
  header .right {
    background-color: #fff;
  }
  header .right .nav {
    display: none;
  }
  header .right .search {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  header .right .search img {
    display: none;
    width: 20px;
  }
  header .right .search .black {
    display: block;
  }
  header .right .menuBox {
    display: block;
    width: 34px;
    height: 34px;
  }
  header .right .menuBox .menu_btn {
    margin-left: auto;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #732a2c;
  }
  header .right .menuBox .menu_btn .bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transform-origin: center;
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(2) {
    opacity: 0;
  }
  header .right .menuBox.active .menu_btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  header .searchBox {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header .searchBox .close {
    display: none;
  }
  header .searchBox .inputBox {
    width: 90%;
    padding-bottom: 5px;
  }
  header .searchBox .inputBox .search {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  header .searchBox .inputBox input {
    font-size: 16px;
  }
  header .searchBox .inputBox .button {
    font-size: 16px;
    margin-left: 15px;
  }
  footer {
    padding: 0 5%;
  }
  footer .nav {
    display: none;
  }
  footer .main {
    display: block;
    padding-top: 20px;
  }
  footer .main .left img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  footer .main .left .text {
    display: none;
  }
  footer .main .right {
    display: block;
    margin-top: 20px;
  }
  footer .main .right .textBox .phone .title {
    font-size: 18px;
    text-align: center;
  }
  footer .main .right .textBox .phone .num {
    width: 80%;
    height: 30px;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin: 0 auto 10px;
  }
  footer .main .right .textBox .email,
  footer .main .right .textBox .address {
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  footer .main .right .qrcode {
    display: none;
  }
  footer .bottom {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  footer .bottom div {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
  }
  footer .bottom div a {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .more_button {
    width: 90px;
    height: 40px;
  }
  .more_button span {
    font-size: 14px;
  }
  .more_button img {
    height: 6px;
    margin-left: 5px;
  }
  .more_button::before {
    width: 80px;
    height: 40px;
  }
  .more_button::after {
    width: 90px;
    height: 30px;
  }
  .common_title {
    font-size: 24px;
    line-height: 45px;
  }
  .common_title::before {
    width: 40px;
    height: 45px;
  }
  .common_title2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .common_title2::before {
    width: 20px;
    height: 2px;
  }
  .banner {
    position: relative;
  }
  .banner img {
    width: 100%;
    height: 170px;
  }
  .banner .textBox {
    top: 20%;
  }
  .banner .textBox .title {
    font-size: 35px;
    line-height: 1.2;
  }
  .banner .textBox .des {
    margin-top: 10px;
    font-size: 18px;
  }
  .banner .textBox::after {
    display: none;
  }
  .page_nav a {
    font-size: 13px;
    color: #8e1823;
    margin-right: 5px;
    padding-bottom: 0;
  }
  .page_navs div {
    font-size: 13px;
    color: #8e1823;
    margin-right: 5px;
    padding-bottom: 0;
  }
  .swiper_buttons .prev,
  .swiper_buttons .next {
    width: 36px;
    height: 36px;
    margin: 0 4px;
  }
  .swiper_buttons .prev img,
  .swiper_buttons .next img {
    width: 15px;
  }
  .page_buttons {
    display: block;
  }
  .page_buttons .buttons_left .prev,
  .page_buttons .buttons_left .next {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .page_buttons .buttons_left .prev img,
  .page_buttons .buttons_left .next img {
    width: 5px;
    height: auto;
  }
  .page_buttons .buttons_left .pages .item {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .page_buttons .buttons_left .totalPage {
    font-size: 14px;
  }
  .page_buttons .inputBox {
    margin-top: 15px;
  }
  .page_buttons .inputBox span {
    font-size: 14px;
  }
  .page_buttons .inputBox input {
    margin: 0 10px;
    padding: 0 10px;
    width: 50px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
  .videoMask {
    width: 100vw;
    height: 100vh;
    background-color: #333333;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
  }
  .videoMask .close {
    width: 15px;
    top: 30px;
    right: 30px;
  }
  .videoMask .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
  }
}
@media (max-width: 920px) and (any-hover: hover) {
  .swiper_buttons .prev:hover,
  .swiper_buttons .next:hover {
    background-color: #ac8a65;
  }
}
@media (max-width: 768px) {
  .home_page .section1 {
    margin-top: 60px;
  }
  .home_page .section1 .banner_swiper {
    height: 200px;
  }
  .home_page .section1 .banner_swiper .swiper-slide img {
    height: 200px;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox {
    top: 20%;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox .title {
    font-size: 35px;
    line-height: 1.2;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox .des {
    margin-top: 10px;
    font-size: 18px;
  }
  .home_page .section1 .banner_swiper .swiper-slide .textBox::after {
    display: none;
  }
  .home_page .section1 .banner_swiper .swiper-pagination {
    bottom: 5% !important;
  }
  .home_page .section2 {
    display: block;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .home_page .section2 .left {
    padding: 0;
  }
  .home_page .section2 .left .main {
    padding: 0;
  }
  .home_page .section2 .left .main .main_top {
    margin-top: 20px;
  }
  .home_page .section2 .left .main .main_title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px;
  }
  .home_page .section2 .left .main .main_des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .home_page .section2 .left .bottom {
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 5px;
    flex-wrap: wrap;
  }
  .home_page .section2 .left .bottom .item {
    width: 45%;
    margin-bottom: 10px;
  }
  .home_page .section2 .left .bottom .item .num {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  .home_page .section2 .left .bottom .item .num span {
    width: 10px;
    height: 10px;
    line-height: 1;
    margin-left: 3px;
    font-size: 14px;
  }
  .home_page .section2 .left .bottom .item .num span::after {
    top: -120%;
    font-size: 14px;
  }
  .home_page .section2 .left .bottom .item .text {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .home_page .section2 .right {
    display: none;
    width: 100%;
  }
  .home_page .section2 .right .item {
    width: 100%;
    height: 100px;
  }
  .home_page .section2 .right .item p {
    font-size: 24px;
    line-height: 1.2;
  }
  .home_page .section2 .right .item::before,
  .home_page .section2 .right .item:nth-child(2)::before,
  .home_page .section2 .right .item:nth-child(3)::before {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.3);
  }
  .home_page .section3 {
    height: auto;
    padding: 30px 5%;
  }
  .home_page .section3 .items {
    width: 100%;
    overflow-x: scroll;
  }
  .home_page .section3 .items .item {
    margin-top: 20px;
    margin-right: 20px;
    width: 250px;
  }
  .home_page .section3 .items .item .img {
    width: 250px;
    height: 250px;
  }
  .home_page .section3 .items .item .info {
    padding: 20px 5%;
    height: auto;
  }
  .home_page .section3 .items .item .info .title {
    font-size: 22px;
  }
  .home_page .section3 .items .item .info .des p {
    font-size: 15px;
  }
  .home_page .section3 .items .item .info::before {
    width: 160px;
    height: 160px;
    left: 10px;
  }
  .about_page .section1 {
    margin-top: 60px;
  }
  .about_page .about_main .top_nav {
    width: 100%;
    padding: 30px 5% 0;
  }
  .about_page .section2 {
    padding: 70px 5% 30px;
  }
  .about_page .section2 .main {
    padding-top: 30px;
    display: block;
  }
  .about_page .section2 .main .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .about_page .section2 .main .left .title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .about_page .section2 .main .left .title::after {
    width: 20px;
    height: 2px;
  }
  .about_page .section2 .main .right {
    margin-top: 15px;
    width: 100%;
  }
  .about_page .section2 .main .right .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about_page .section2 .main .right .des {
    font-size: 15px;
    line-height: 1.5;
  }
  .about_page .section2 .bottom {
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 5px;
    flex-wrap: wrap;
  }
  .about_page .section2 .bottom .item {
    width: 45%;
    margin-bottom: 10px;
  }
  .about_page .section2 .bottom .item .num {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  .about_page .section2 .bottom .item .num span {
    width: 10px;
    height: 10px;
    line-height: 1;
    margin-left: 3px;
    font-size: 14px;
  }
  .about_page .section2 .bottom .item .num span::after {
    top: -120%;
    font-size: 14px;
  }
  .about_page .section2 .bottom .item .text {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .about_page .section2 .items {
    display: block;
    width: 100%;
  }
  .about_page .section2 .items .item {
    width: 100%;
    height: 100px;
  }
  .about_page .section2 .items .item p {
    font-size: 24px;
    line-height: 1.2;
  }
  .about_page .section2 .items .item::before,
  .about_page .section2 .items .item:nth-child(2)::before,
  .about_page .section2 .items .item:nth-child(3)::before {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.3);
  }
  .about_page .section3 {
    padding: 30px 5%;
  }
  .about_page .section3 .honer_swiper {
    margin-top: 30px;
  }
  .about_page .section3 .honer_swiper .swiper-slide {
    width: auto !important;
    margin-right: 20px !important;
  }
  .about_page .section3 .honer_swiper .swiper-slide .img {
    width: 250px;
    height: 165px;
  }
  .about_page .section3 .honer_swiper .swiper-slide .title {
    margin-top: 10px;
    font-size: 18px;
  }
  .about_page .section3 .honer_swiper .swiper-slide .icon {
    width: 30px;
    margin: 10px auto 0;
  }
  .about_page .section4 {
    padding: 30px 5%;
  }
  .about_page .section4 .content {
    margin-top: 15px;
    display: block;
  }
  .about_page .section4 .content .left {
    width: 100%;
    flex: auto;
  }
  .about_page .section4 .content .left .des {
    font-size: 15px;
    line-height: 1.5;
  }
  .about_page .section4 .content .left img {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: auto;
    display: none;
  }
  .about_page .section4 .content .right {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
  .about_page .section4 .content .right .technology_swiper {
    width: 100%;
    height: auto;
  }
  .about_page .section4 .content .right .technology_swiper .swiper-slide {
    width: 100%;
  }
  .about_page .section4 .content .right .technology_swiper .swiper-slide img {
    width: 100%;
    height: 200px;
  }
  .about_page .section4 .content .right .technology_swiper .swiper_buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
  .about_page .section4 .content .right .technology_swiper .swiper_buttons div {
    margin: 0 !important;
  }
  .about_more_page .section1 {
    margin-top: 60px;
  }
  .about_more_page .section2 {
    padding: 30px 5%;
  }
  .about_more_page .section2 .more_content {
    margin-top: 30px;
  }
  .about_more_page .section2 .more_content .des {
    width: 100%;
  }
  .about_more_page .section2 .more_content .des p {
    font-size: 15px;
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: 5px;
  }
  .about_more_page .section2 .more_content .text {
    display: none;
  }
  .about2_page .section1 {
    margin-top: 60px;
  }
  .about2_page .mian {
    padding: 30px 5%;
  }
  .about2_page .mian .page_navs div {
    font-size: 14px;
    color: #8e1823;
    margin-right: 8px;
    padding-bottom: 5px;
  }
  .about2_page .mian .page_navs div a {
    font-size: 14px;
    color: #8e1823;
  }
  .about2_page .mian .page_navs div.active::after {
    width: 20px;
    height: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .about2_page .mian .main_content .section1 {
    margin-top: 20px;
  }
  .about2_page .mian .main_content .section1 .top {
    display: block;
  }
  .about2_page .mian .main_content .section1 .top .des {
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
  }
  .about2_page .mian .main_content .section1 .section1_swiper {
    margin-top: 20px;
  }
  .about2_page .mian .main_content .section1 .section1_swiper .swiper-slide {
    width: 75% !important;
    margin-right: 5% !important;
    background-color: #000000;
  }
  .about2_page .mian .main_content .section1 .section1_swiper .swiper-slide img {
    width: 100%;
    height: 180px;
  }
  .about2_page .mian .main_content .section1 .section1_swiper .swiper_buttons {
    z-index: 5;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .about2_page .mian .main_content .section1 .section1_swiper .swiper_buttons div {
    margin: 3px 0;
  }
  .about2_page .mian .main_content .section2 .items {
    display: block;
  }
  .about2_page .mian .main_content .section2 .items .item {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
  .about2_page .mian .main_content .section2 .items .item img {
    width: 100%;
    height: 200px;
  }
  .about2_page .mian .main_content .section2 .items .item .title {
    margin-top: 8px;
  }
  .about2_page .mian .main_content .section2 .items .item .title span {
    font-size: 16px;
  }
  .about2_page .mian .main_content .section3 .imgBox,
  .about2_page .mian .main_content .section3 .popMask {
    display: none;
  }
  .about2_page .mian .main_content .section3 .content {
    display: block;
  }
  .about2_page .mian .main_content .section3 .content .item {
    width: 100%;
    margin: 20px 0;
  }
  .about2_page .mian .main_content .section3 .content .item .titles {
    width: 65px;
    height: 65px;
    border: 1px solid #ac8a65;
  }
  .about2_page .mian .main_content .section3 .content .item .titles .cn {
    font-size: 20px;
  }
  .about2_page .mian .main_content .section3 .content .item .titles .en {
    margin-top: 3px;
    font-size: 14px;
  }
  .about2_page .mian .main_content .section3 .content .item .titles::before {
    width: 55px;
    height: 70px;
  }
  .about2_page .mian .main_content .section3 .content .item .textBox {
    margin-left: 10px;
    width: 75%;
  }
  .about2_page .mian .main_content .section3 .content .item .textBox .text1 {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    padding-left: 10px;
  }
  .about2_page .mian .main_content .section3 .content .item .textBox .text2 {
    font-size: 13px;
    padding-left: 10px;
    margin-top: 10px;
  }
  .about2_page .mian .main_content .section3 .content .item:nth-child(2n) {
    flex-direction: row;
  }
  .about2_page .mian .main_content .section3 .content .item:nth-child(2n) .textBox {
    margin-left: 10px;
    margin-right: 0;
  }
  .about2_page .mian .main_content .section3 .content .item:nth-child(2n) .textBox .text1,
  .about2_page .mian .main_content .section3 .content .item:nth-child(2n) .textBox .text2 {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
  }
  .news_page .section1 {
    margin-top: 60px;
  }
  .news_page .section2 {
    padding: 30px 5%;
  }
  .news_page .section2 .main {
    margin-top: 25px;
  }
  .news_page .section2 .main .top_item {
    padding: 20px 5%;
    display: block;
  }
  .news_page .section2 .main .top_item .time {
    width: 25%;
    height: auto;
  }
  .news_page .section2 .main .top_item .time .day {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_page .section2 .main .top_item .time .month {
    line-height: 1.2;
    font-size: 16px;
  }
  .news_page .section2 .main .top_item .content {
    width: 100%;
    margin: 0;
  }
  .news_page .section2 .main .top_item .content .cate {
    margin-top: 10px;
    font-size: 16px;
  }
  .news_page .section2 .main .top_item .content .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news_page .section2 .main .top_item .content .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news_page .section2 .main .top_item .content .moreBox {
    margin-top: 10px;
  }
  .news_page .section2 .main .top_item .content .moreBox span {
    font-size: 14px;
  }
  .news_page .section2 .main .top_item .content .moreBox img {
    width: 10px;
    margin-left: 10px;
  }
  .news_page .section2 .main .top_item .imgBox {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .news_page .section2 .main .top_item .imgBox img {
    width: 100%;
  }
  .news_page .section2 .main .items {
    display: block;
    box-sizing: border-box;
  }
  .news_page .section2 .main .items .item {
    display: block;
    margin-right: 0 !important;
    width: 100%;
    margin-top: 15px;
  }
  .news_page .section2 .main .items .item .imgBox {
    height: 160px;
  }
  .news_page .section2 .main .items .item .imgBox .time {
    width: 25%;
    height: auto;
  }
  .news_page .section2 .main .items .item .imgBox .time .day {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_page .section2 .main .items .item .imgBox .time .month {
    line-height: 1.2;
    font-size: 16px;
  }
  .news_page .section2 .main .items .item .imgBox img {
    width: 100%;
  }
  .news_page .section2 .main .items .item .textBox {
    padding: 5px 10px;
    height: auto;
  }
  .news_page .section2 .main .items .item .textBox .title {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news_page .section2 .main .items .item .textBox .cate {
    margin-top: 10px;
  }
  .news_page .section2 .main .items .item .textBox .cate span {
    font-size: 14px;
  }
  .news_page .section2 .main .items .item .textBox .cate img {
    width: 10px;
    height: 10px;
  }
  .news_info_page .section1 {
    margin-top: 60px;
  }
  .news_info_page .section2 {
    padding: 30px 5%;
    display: block;
  }
  .news_info_page .section2 .left {
    display: block;
    width: 100%;
  }
  .news_info_page .section2 .left .news_name {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .news_info_page .section2 .left .items .item {
    margin-bottom: 6px;
  }
  .news_info_page .section2 .left .items .item .icon_img {
    width: 12px;
    height: auto;
    margin-right: 5px;
  }
  .news_info_page .section2 .left .items .item .text {
    font-size: 14px;
  }
  .news_info_page .section2 .left .items .item .text span {
    font-size: 14px;
  }
  .news_info_page .section2 .left .items .item .text .icon {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  .news_info_page .section2 .left .items .item .text .icon img {
    width: 15px;
    height: 15px;
  }
  .news_info_page .section2 .left .links .item {
    margin-bottom: 5px;
  }
  .news_info_page .section2 .left .links .item .content span {
    font-size: 12px;
  }
  .news_info_page .section2 .left .links .item .content .imgBox img {
    width: 12px;
  }
  .news_info_page .section2 .left .links .item .line {
    margin-top: 6px;
    height: 1px;
  }
  .news_info_page .section2 .left .links .item .line .line2 {
    height: 1px;
  }
  .news_info_page .section2 .right {
    width: 100%;
    margin-left: 0;
    padding: 10px 10px 20px;
  }
  .news_info_page .section2 .right p {
    font-size: 16px;
  }
  .news_info_page .section2 .right img {
    width: 100%;
  }
  .product_page .section1 {
    margin-top: 60px;
  }
  .product_page .section1 .banner img {
    height: 170px;
  }
  .product_page .section2 {
    padding: 30px 5%;
    display: block;
  }
  .product_page .section2 .items {
    margin-top: 15px;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
  }
  .product_page .section2 .items .item {
    margin-top: 20px;
    margin-right: 20px;
    width: 250px;
  }
  .product_page .section2 .items .item .img {
    width: 250px;
    height: 250px;
  }
  .product_page .section2 .items .item .info {
    padding: 20px 5%;
    height: auto;
  }
  .product_page .section2 .items .item .info .title {
    font-size: 22px;
  }
  .product_page .section2 .items .item .info .des p {
    font-size: 15px;
  }
  .product_page .section2 .items .item .info::before {
    width: 160px;
    height: 160px;
    left: 10px;
  }
  .product_page .section2 .items .item:nth-child(n + 4) {
    display: block;
  }
  .product_page .section2 .items .item:nth-child(3n) {
    margin-right: 20px;
  }
  .product_page .section2 .items .item:nth-last-child(1) {
    margin-right: 0;
  }
  .product_page .section2 .more_button {
    display: none;
  }
  .product_page .section3 {
    padding: 30px 5%;
  }
  .product_page .section3 .partner_swiper {
    margin-top: 15px;
  }
  .product_page .section3 .partner_swiper .swiper-slide .item {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-right: calc((100% - 320px) / 3);
  }
  .product_page .section3 .partner_swiper .swiper-slide .item img {
    width: 80px;
    height: 80px;
  }
  .product_page .section3 .partner_swiper .swiper-pagination {
    display: none;
  }
  .product_page .section4 {
    padding: 0 5%;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide {
    display: block;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .left {
    height: auto;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .left .bigText {
    font-size: 168px;
    color: rgba(51, 51, 51, 0.1);
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .left .textBoxs .title {
    font-size: 18px;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .left .textBoxs .sub_title {
    font-size: 15px;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .left .textBoxs .des {
    font-size: 13px;
  }
  .product_page .section4 .baozhang_swiper .swiper-slide .img {
    width: 100%;
    height: 180px;
    margin-left: 0;
  }
  .product_page .section4 .baozhang_swiper .pagination .item {
    margin-right: 5px;
    width: 46px;
    height: 90px;
    border-radius: 30px;
  }
  .product_page .section4 .baozhang_swiper .pagination .item img {
    width: 20px;
  }
  .product_page .section4 .baozhang_swiper .pagination .item span {
    width: 30px;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .product_page .section5 {
    padding: 20px 5%;
  }
  .product_page .section5 .title {
    font-size: 20px;
  }
  .product_page .section5 .items {
    display: block;
  }
  .product_page .section5 .items .item {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: 15px;
  }
  .product_page .section5 .items .item .bg {
    width: 100%;
    height: auto;
  }
  .product_page .section5 .items .item .icon {
    width: 30px;
    height: auto;
  }
  .product_page .section5 .items .item .item_title {
    font-size: 16px;
  }
  .product_page .section5 .items .item .des {
    margin-top: 5px;
    width: 92%;
    font-size: 13px;
    line-height: 1.3;
  }
  .product_page .section5 .items .item .num {
    font-size: 50px;
  }
  .list_page .section1 {
    margin-top: 60px;
  }
  .list_page .section2 {
    padding: 30px 5%;
    display: block;
  }
  .list_page .section2 .items {
    display: block;
  }
  .list_page .section2 .items .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .list_page .section2 .items .item img {
    width: 100%;
    height: 200px;
  }
  .list_page .section2 .items .item .title {
    margin-top: 10px;
  }
  .list_page .section2 .items .item .title .line {
    display: none;
  }
  .list_page .section2 .items .item .title span {
    font-size: 18px;
    line-height: 1.3;
  }
  .live_page .section1 {
    margin-top: 60px;
  }
  .live_page .section2 {
    padding: 30px 5%;
    display: block;
  }
  .live_page .section2 .title {
    font-size: 22px;
    line-height: 1.3;
  }
  .live_page .section2 .time {
    font-size: 18px;
    line-height: 1.5;
  }
  .live_page .section2 .QRCode_Box {
    margin: 20px auto 0;
    width: 300px;
    height: 300px;
    border: 0.0104rem solid #8e1823;
  }
  .about2_page .mian2 .main_content2 .section1 .top {
    display: block;
  }
  .about2_page .mian2 .main_content2 .section1 .top .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    width: 100%;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox {
    width: 100%;
    margin-top: 20px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .title {
    font-size: 20px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .des {
    margin-top: 10px;
    font-size: 14px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job {
    margin-top: 20px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item {
    margin-bottom: 15px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top {
    height: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .left {
    display: block;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .left .job_name {
    font-size: 16px;
    line-height: 1.2;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .left .job_top_des {
    font-size: 12px;
    line-height: 1.5;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .button {
    margin-left: 0;
    width: 20px;
    height: 20px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .button .line {
    width: 12px;
    height: 2px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .top .button .line2 {
    height: 12px;
    width: 2px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .job_des .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item .job_des .item .title {
    font-size: 16px;
  }
  .about2_page .mian2 .main_content2 .section1 .jobBox .job .item.active .top {
    border-bottom: 1px solid #8e1823;
  }
  .about2_page .mian2 .main_content2 .section2 .top {
    display: block;
  }
  .about2_page .mian2 .main_content2 .section2 .top .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    width: 100%;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox {
    height: auto;
    margin-top: 15px;
    padding: 15px 20px;
    display: block;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .left {
    flex: none;
    width: 100%;
    display: block;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .left .item {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .left .item .icon {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .left .item .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .left .item .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .qrcodeBox {
    margin-left: 0;
    width: 50%;
  }
  .about2_page .mian2 .main_content2 .section2 .redBox .qrcodeBox .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox {
    display: block;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form {
    padding-right: 0;
    width: 100%;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form .title {
    font-size: 20px;
    line-height: 1.2;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form .des {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.3;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form {
    margin-top: 15px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form input,
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form textarea {
    height: 35px;
    font-size: 16px;
    line-height: 30px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form textarea {
    height: 60px;
    margin-top: 8px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form .submitBox {
    margin-top: 15px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form .submitBox .tips {
    font-size: 14px;
    margin-left: 20px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .form form input[type="submit"] {
    width: 160px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .mapBox {
    margin-top: 20px;
    width: 100%;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .mapBox .title {
    font-size: 20px;
    line-height: 1.2;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .mapBox .des {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.3;
  }
  .about2_page .mian2 .main_content2 .section2 .contactBox .mapBox .map {
    height: 200px;
  }
  .result_page .header_white .logo img {
    height: 35px;
  }
  .result_page .result_main {
    margin-top: 60px;
    padding: 30px 5%;
  }
  .result_page .result_main .top {
    display: block;
  }
  .result_page .result_main .top .left {
    width: 100%;
  }
  .result_page .result_main .top .left .title {
    font-size: 20px;
  }
  .result_page .result_main .top .left .title span {
    font-size: 20px;
  }
  .result_page .result_main .top .left .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .result_page .result_main .top .left .text span {
    font-size: 16px;
    line-height: 1.5;
  }
  .result_page .result_main .top .right {
    margin-top: 10px;
  }
  .result_page .result_main .top .right .inputs {
    width: 160px;
    height: 30px;
    font-size: 18px;
    padding: 0 10px;
  }
  .result_page .result_main .top .right .imgBox {
    width: 30px;
    height: 30px;
  }
  .result_page .result_main .top .right .imgBox img {
    width: 15px;
    height: auto;
  }
  .result_page .result_main .resList {
    padding: 20px 0;
  }
  .result_page .result_main .resList .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: auto;
    display: block;
  }
  .result_page .result_main .resList .item .cate {
    border-right: none;
    margin-top: 5px;
    font-size: 13px;
  }
  .result_page .result_main .resList .item .result_title {
    margin-top: 5px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .result_page .result_main .resList .item .time {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.3;
  }
}
