@media (max-width: 920px) {
  header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background-color: #fff;
  }
  header .logo .white {
    display: none;
  }
  header .logo .black {
    display: block;
    height: 40px;
  }
  header nav {
    display: none;
  }
  header .menuBox {
    display: block;
    width: 35px;
    height: 35px;
  }
  header .menuBox .menu_btn {
    margin-left: auto;
    width: 35px;
    height: 35px;
    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: linear-gradient(to right, #217fc4, #27a6df);
  }
  header .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 .menuBox.active .menu_btn .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header .menuBox.active .menu_btn .bar:nth-child(2) {
    opacity: 0;
  }
  header .menuBox.active .menu_btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .navMask {
    display: block;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navMask .navBox {
    width: 40%;
    margin-left: auto;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem {
    padding-right: 15px;
    padding-bottom: 6px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem .navTitle {
    font-size: 28px;
    line-height: 48px;
    text-align: right;
    display: table;
    margin-left: auto;
    color: #fff;
    position: relative;
  }
  .navMask .navBox .navItem .navTitle a {
    display: block;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
  }
  .navMask .navBox .navItem .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    transition: 0.5s;
    height: 1px;
    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: 15px;
    color: #fff;
  }
  .navMask .navBox .navItem.active .sub_nav {
    display: block;
  }
  .navMask .navBox .navItem.active .navTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 1px;
    background-color: #fff;
  }
  .navMask.active {
    left: 0;
  }
  ::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border: none;
    width: 2px;
    border-radius: 2px;
    background-color: #f2f2f2;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  ::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  footer .foot_top {
    height: auto;
    padding: 20px 5%;
    display: block;
  }
  footer .foot_top img {
    width: 160px;
  }
  footer .foot_top .textBox {
    margin-top: 20px;
  }
  footer .foot_top .textBox .cn {
    font-size: 18px;
    text-align: left;
  }
  footer .foot_top .textBox .en {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot_content {
    display: block;
    padding: 20px 5%;
  }
  footer .foot_content .left {
    padding-right: 0;
    border-right: none;
  }
  footer .foot_content .left .numBox {
    margin-bottom: 16px;
  }
  footer .foot_content .left .numBox .title {
    font-size: 16px;
  }
  footer .foot_content .left .numBox .title img {
    margin-right: 8px;
    width: 18px;
  }
  footer .foot_content .left .numBox .num {
    margin-top: 10px;
    font-size: 40px !important;
  }
  footer .foot_content .left .item {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  footer .foot_content .left .friend_links {
    display: none;
  }
  footer .foot_content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  footer .foot_content .right .navs {
    width: 100%;
  }
  footer .foot_content .right .navs .inputs {
    display: inline-flex;
    width: 40%;
    margin-right: 15px;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  footer .foot_content .right .navs .inputs span {
    font-size: 16px;
    line-height: 1.3;
  }
  footer .foot_content .right .navs .inputs img {
    width: 5px;
  }
  footer .foot_content .right .navs .buttons {
    margin-top: 15px;
  }
  footer .foot_content .right .navs .buttons .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .foot_content .right .navs .buttons .buttonBox {
    width: 130px;
    height: 36px;
    border-radius: 18px;
    margin-right: 15px;
  }
  footer .foot_content .right .navs .buttons .buttonBox .contents {
    width: 130px;
    height: 36px;
    padding: 0 15px;
  }
  footer .foot_content .right .navs .buttons .buttonBox .contents img {
    width: 20px;
  }
  footer .foot_content .right .navs .buttons .buttonBox .contents span {
    font-size: 18px;
  }
  footer .foot_content .right .navs .buttons .buttonBox::before {
    display: none;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents img {
    display: none;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents .white {
    display: block;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents span {
    color: #fff;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover::before {
    transform: rotate(0);
  }
  footer .foot_content .right .qrcodeBox {
    display: none;
  }
  footer .CopyrightBox {
    padding: 20px 5% 10px;
    display: block;
    height: auto;
  }
  footer .CopyrightBox .Copyright,
  footer .CopyrightBox .siro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .CopyrightBox .Copyright a,
  footer .CopyrightBox .siro a {
    font-size: 16px;
  }
  .common_banner {
    height: 150px;
    margin-top: 60px;
  }
  .common_banner img {
    width: 100%;
    height: 100%;
  }
  .common_banner .textBox {
    left: 5%;
    bottom: 40px;
    padding-bottom: 15px;
  }
  .common_banner .textBox .cn {
    font-size: 24px;
  }
  .common_banner .textBox .en {
    font-size: 16px;
    margin-top: 8px;
  }
  .common_banner .textBox::after {
    width: 60px;
    height: 2px;
  }
  .page_nav {
    padding: 0 5%;
    margin-top: -15px;
  }
  .page_nav .nav ul li {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: -5px 6px 10px -4px rgba(0, 0, 0, 0.05);
  }
  .page_nav .nav ul li a,
  .page_nav .nav ul li p {
    line-height: 30px;
  }
  .page_nav .search {
    width: 100%;
    height: 30px;
    border-radius: 15px;
  }
  .page_nav .search input {
    padding-right: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
  .page_nav .search input::placeholder {
    color: rgba(51, 51, 51, 0.5);
  }
  .page_nav .search img {
    width: 15px;
    right: 10px;
  }
  .page_nav .button {
    display: none;
    width: 30px;
    height: 30px;
  }
  .page_nav .button img {
    width: 10px;
  }
  .page_navs {
    padding: 0 5%;
    margin-top: -15px;
  }
  .page_navs .nav ul li {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    margin-right: 20px;
  }
  .page_navs .nav ul li a {
    line-height: 30px;
  }
  .page_navs .date {
    width: 110px;
  }
  .page_navs .date .title {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px;
  }
  .page_navs .date .title .date_icon {
    width: 15px;
  }
  .page_navs .date .title span {
    font-size: 15px;
    margin-left: 5px;
  }
  .page_navs .date .title .more {
    width: 8px;
  }
  .page_navs .date .select_items {
    border-radius: 15px;
    padding: 0 10px;
  }
  .page_navs .date .select_items .select_item {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .page_navs .button {
    display: none;
    width: 30px;
    height: 30px;
  }
  .page_navs .button img {
    width: 10px;
  }
  .common_title .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .common_title .line {
    margin-top: 15px;
    width: 60px;
    height: 2px;
  }
  .page_buttons {
    display: block;
  }
  .page_buttons .buttons_left .prev,
  .page_buttons .buttons_left .next {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .page_buttons .buttons_left .prev {
    margin-right: 12px;
  }
  .page_buttons .buttons_left .next {
    margin-left: 12px;
    margin-right: 12px;
  }
  .page_buttons .buttons_left .pages .item {
    width: 50px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 12px;
  }
  .page_buttons .buttons_left .totalPage {
    font-size: 14px;
  }
  .page_buttons .inputBox {
    margin-top: 10px;
    margin-left: 0;
  }
  .page_buttons .inputBox span {
    font-size: 14px;
  }
  .page_buttons .inputBox input {
    margin: 0 14px;
    padding: 0 5px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .home_page {
    margin-top: 60px;
  }
  .home_page .home_banner .banner_swiper .swiper-slide .bg {
    height: 210px;
  }
  .home_page .home_banner .banner_swiper .swiper-slide .textBox {
    top: 35px;
    left: 5%;
    padding-bottom: 15px;
  }
  .home_page .home_banner .banner_swiper .swiper-slide .textBox .text {
    width: 140px;
    margin-bottom: 10px;
  }
  .home_page .home_banner .banner_swiper .swiper-slide .textBox .cn {
    font-size: 24px;
  }
  .home_page .home_banner .banner_swiper .swiper-slide .textBox .en {
    margin-top: 10px;
    font-size: 16px;
    padding-right: 20px;
  }
  .home_page .home_banner .banner_swiper .swiper_buttons {
    display: none;
  }
  .home_page .section2 {
    padding: 30px 0;
  }
  .home_page .section2 .car_swiper .swiper-slide {
    width: 85% !important;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_title .name {
    font-size: 20px;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_title .des {
    font-size: 16px;
    margin-top: 10px;
  }
  .home_page .section2 .car_swiper .swiper-slide .buttons {
    margin-top: 10px;
  }
  .home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox {
    width: 110px;
    height: 30px;
  }
  .home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox img {
    width: 16px !important;
    margin-right: 5px;
  }
  .home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox span {
    font-size: 16px;
  }
  .home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox:last-child {
    margin-left: 10px;
  }
  .home_page .section2 .car_swiper .swiper-slide .imgBox {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .home_page .section2 .car_swiper .swiper-slide .imgBox img {
    width: 260px;
    height: 140px;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_data {
    width: 95%;
    flex-wrap: wrap;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_data .item {
    margin-bottom: 12px;
    width: 50%;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_data .item .title {
    font-size: 16px;
  }
  .home_page .section2 .car_swiper .swiper-slide .car_data .item .content {
    font-size: 14px;
  }
  .home_page .section3 {
    padding: 30px 5% 15px;
  }
  .home_page .section3 .section_title {
    font-size: 22px;
  }
  .home_page .section3 .section_des {
    font-size: 13px;
  }
  .home_page .section3 .brand_swiper {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .home_page .section3 .brand_swiper .swiper-slide .item {
    margin-right: calc((100% - 19% * 5) / 4);
    margin-bottom: 15px;
    width: 19%;
    height: 40px;
  }
  .home_page .section3 .brand_swiper .swiper-slide .item img {
    width: 100%;
    height: 100%;
  }
  .home_page .section3 .brand_swiper .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    border: 1px solid #d7d7d7 !important;
  }
  .home_page .section3 .brand_swiper .swiper-pagination-bullet-active {
    border: 1px solid #2180c5 !important;
  }
  .home_page .section4 {
    padding: 30px 5%;
    display: block;
  }
  .home_page .section4 .left .title {
    font-size: 22px;
    line-height: 1.2;
  }
  .home_page .section4 .left .title .line {
    margin-top: 5px;
    width: 50px;
    height: 2px;
  }
  .home_page .section4 .left .content {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
  }
  .home_page .section4 .left .more_button {
    justify-content: center;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background: linear-gradient(to right, #217fc4, #27a6df);
  }
  .home_page .section4 .left .more_button span {
    font-size: 15px;
    color: #fff;
  }
  .home_page .section4 .left .more_button img {
    margin-left: 8px;
    width: 20px;
  }
  .home_page .section4 .right {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .home_page .section4 .right .item {
    margin: 0 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
  .home_page .section4 .right .item .textBox {
    top: 20px;
    left: -40px;
    width: 130px;
  }
  .home_page .section4 .right .item .textBox .top {
    font-size: 40px;
  }
  .home_page .section4 .right .item .textBox .text {
    font-size: 15px;
    line-height: 1.5;
  }
  .home_page .section5 {
    margin-top: 0;
    display: block;
  }
  .home_page .section5 .item {
    width: 100%;
    height: 220px;
    display: block;
    position: relative;
  }
  .home_page .section5 .item .bg {
    width: 100%;
    height: 100%;
  }
  .home_page .section5 .item .box {
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5%;
  }
  .home_page .section5 .item .box .icon {
    width: 60px;
    margin-bottom: 20px;
  }
  .home_page .section5 .item .box .cn {
    font-size: 20px;
  }
  .home_page .section5 .item .box .en {
    margin-top: 15px;
    font-size: 16px;
  }
  .home_page .section5 .item .box .next {
    width: 20px;
    margin-top: 15px;
  }
  .company_info_page .section2 {
    padding: 30px 5%;
    position: relative;
  }
  .company_info_page .section2 .left {
    width: auto;
  }
  .company_info_page .section2 .left .content {
    margin-top: 25px;
  }
  .company_info_page .section2 .left .content p {
    font-size: 15px;
    line-height: 1.3;
  }
  .company_info_page .section2 .left .items {
    width: 95%;
    flex-wrap: wrap;
  }
  .company_info_page .section2 .left .items .item {
    margin: 0 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
  .company_info_page .section2 .left .items .item .textBox {
    top: 20px;
    left: -40px;
    width: 130px;
  }
  .company_info_page .section2 .left .items .item .textBox .top {
    font-size: 40px;
  }
  .company_info_page .section2 .left .items .item .textBox .text {
    font-size: 15px;
    line-height: 1.5;
  }
  .company_info_page .section2 .right {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .company_info_page .section2 .right img {
    width: 100%;
    height: auto;
  }
  .company_info_page .section3 {
    padding: 30px 5%;
  }
  .company_info_page .section3 .brand_swiper {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .company_info_page .section3 .brand_swiper .swiper-slide .item {
    margin-right: calc((100% - 19% * 5) / 4);
    margin-bottom: 5px;
    width: 19%;
    height: 40px;
  }
  .company_info_page .section3 .brand_swiper .swiper-slide .item img {
    width: 100%;
    height: 100%;
  }
  .company_info_page .section3 .brand_swiper .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
  }
  .company_info_page .section3 .brand_swiper .swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  .company_info_page .section4 {
    padding: 30px 5%;
  }
  .company_info_page .section4 .honer_swiper {
    margin-top: 25px;
    overflow: hidden;
  }
  .company_info_page .section4 .honer_swiper .swiper-slide {
    width: auto !important;
    margin-right: 25px !important;
  }
  .company_info_page .section4 .honer_swiper .swiper-slide img {
    height: 180px;
  }
  .company_info_page .section4 .honer_swiper .swiper_buttons {
    display: none;
    margin-top: 0.3438rem;
  }
  .car_show_page .section2 {
    padding: 0;
    box-sizing: border-box;
    background-color: #fbfbfb;
  }
  .car_show_page .section2 .selectBox {
    width: 100%;
    height: auto;
    padding: 30px 15px 10px;
    margin-top: -15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .car_show_page .section2 .selectBox .item {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
  }
  .car_show_page .section2 .selectBox .item .title {
    height: 50px;
  }
  .car_show_page .section2 .selectBox .item .title .icon {
    width: 20px;
  }
  .car_show_page .section2 .selectBox .item .title span {
    font-size: 14px;
    margin-left: 10px;
  }
  .car_show_page .section2 .selectBox .item .title .more {
    margin-left: auto;
    margin-right: 10px;
    width: 5px;
  }
  .car_show_page .section2 .selectBox .item .select_items {
    padding: 0 15px;
  }
  .car_show_page .section2 .selectBox .item .select_items .select_item {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .car_show_page .section2 .car_items {
    padding: 20px 5% 0;
  }
  .car_show_page .section2 .car_items .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .car_show_page .section2 .car_items .item .imgBox {
    width: 100%;
    height: auto;
  }
  .car_show_page .section2 .car_items .item .imgBox img {
    width: 340px;
    height: 230px;
  }
  .car_show_page .section2 .car_items .item .name {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .car_show_page .section2 .car_items .item .des {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .car_show_page .section2 .car_items .item .buttons {
    margin-top: 10px;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox {
    width: 120px;
    height: 30px;
    border-radius: 15px;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox img {
    width: 15px;
    margin-right: 8px;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox span {
    font-size: 16px;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox:last-child {
    margin-left: 8px;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox:last-child img {
    width: 15px;
    margin-right: 0;
    margin-left: 8px;
  }
  .car_info_page .section2 {
    padding: 30px 5%;
  }
  .car_info_page .section2 .car_name {
    font-size: 24px;
  }
  .car_info_page .section2 .car_data {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .car_info_page .section2 .car_data .data {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .car_info_page .section2 .car_data .data .item {
    margin-right: 10px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .car_info_page .section2 .car_data .data .item .top {
    font-size: 16px;
  }
  .car_info_page .section2 .car_data .data .item .des {
    font-size: 14px;
    margin-top: 2px;
  }
  .car_info_page .section2 .car_data .data .item:nth-last-child(-n + 2) {
    border-right: 0;
  }
  .car_info_page .section2 .car_data .buttonBox {
    width: 140px;
    height: 30px;
    border-radius: 15px;
  }
  .car_info_page .section2 .car_data .buttonBox img {
    margin-right: 5px;
    width: 15px;
  }
  .car_info_page .section2 .car_data .buttonBox span {
    font-size: 16px;
    color: #fff;
  }
  .car_info_page .section2 .main {
    margin-top: 15px;
    display: block;
  }
  .car_info_page .section2 .main .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .car_info_page .section2 .main .left .item {
    width: 32%;
    height: 100px;
    margin-bottom: 20px;
    border-left: 2px solid #fff;
  }
  .car_info_page .section2 .main .left .item img {
    width: 44%;
    margin-bottom: 10px;
  }
  .car_info_page .section2 .main .left .item .text {
    font-size: 18px;
  }
  .car_info_page .section2 .main .left .item.active {
    border-left: 2px solid #149cdc;
  }
  .car_info_page .section2 .main .right {
    width: 100%;
    height: 240px;
  }
  .car_info_page .section2 .main .right .outside_swiper .swiper-slide img,
  .car_info_page .section2 .main .right .info_swiper .swiper-slide img {
    width: 90%;
    height: 220px;
  }
  .car_info_page .section2 .main .right .outside_swiper .swiper-pagination-bullet,
  .car_info_page .section2 .main .right .info_swiper .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #d7d7d7 !important;
  }
  .car_info_page .section2 .main .right .outside_swiper .swiper-pagination-bullet-active,
  .car_info_page .section2 .main .right .info_swiper .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #2180c5 !important;
  }
  .car_info_page .section2 .main .right .videoBox {
    width: 100%;
    height: 100%;
  }
  .car_info_page .section2 .main .right .videoBox .video {
    width: 100%;
  }
  .car_info_page .section3 {
    padding: 30px 5%;
  }
  .car_info_page .section3 .tables {
    margin-top: 20px;
  }
  .car_info_page .section3 .tables table {
    width: 100%;
  }
  .car_info_page .section3 .tables table th,
  .car_info_page .section3 .tables table td {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
  }
  .car_info_page .section3 .tables table th {
    width: 140px;
  }
  .car_info_page .section3 .tables table th:last-child {
    width: auto;
  }
  .car_info_page .section3 .tables table tr td {
    background-color: #f5f7fb;
    color: #333333;
    border: 1px solid #e8ecf1;
  }
  .car_info_page .section3 .tables table tr:nth-child(2n) td {
    background-color: #ffffff;
  }
  .car_info_page .section3 .tables table tr td:nth-child(2) {
    border-left: none;
  }
  .car_info_page .section4 {
    padding: 30px 5%;
  }
  .car_info_page .section4 .car_items {
    margin-top: 15px;
    overflow-x: scroll;
  }
  .car_info_page .section4 .car_items .item {
    width: 240px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .car_info_page .section4 .car_items .item .imgBox {
    width: 240px;
    height: 150px;
  }
  .car_info_page .section4 .car_items .item .name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .car_info_page .section4 .car_items .item .des {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .car_info_page .section4 .car_items .item .buttons {
    margin-top: 15px;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox {
    width: 110px;
    height: 30px;
    border-radius: 15px;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox img {
    width: 15px;
    margin-right: 5px;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox span {
    font-size: 15px;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox:last-child {
    margin-left: 5px;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox:last-child img {
    width: 15px;
    margin-right: 0;
    margin-left: 5px;
  }
  .car_info_page .section4 .car_items::-webkit-scrollbar {
    display: none;
  }
  .news_page .section2 {
    padding: 30px 5%;
  }
  .news_page .section2 .topNews {
    display: block;
  }
  .news_page .section2 .topNews .left {
    display: block;
    width: 100%;
    height: 180px;
  }
  .news_page .section2 .topNews .left .textBox {
    bottom: 30px;
    left: 20px;
  }
  .news_page .section2 .topNews .left .textBox .title {
    font-size: 16px;
  }
  .news_page .section2 .topNews .left .textBox .date img {
    width: 16px;
  }
  .news_page .section2 .topNews .left .textBox .date span {
    font-size: 16px;
    margin-left: 5px;
  }
  .news_page .section2 .topNews .left .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }
  .news_page .section2 .topNews .right {
    margin-left: 0;
    flex: none;
    margin-top: 10px;
  }
  .news_page .section2 .topNews .right .item {
    margin-bottom: 10px;
    display: block;
  }
  .news_page .section2 .topNews .right .item .img {
    width: 100%;
    height: 160px;
  }
  .news_page .section2 .topNews .right .item .textBox {
    border-bottom: 1px solid #f5f5f5;
    height: auto;
    margin-left: 0;
  }
  .news_page .section2 .topNews .right .item .textBox .title {
    margin-top: 10px;
    font-size: 18px;
  }
  .news_page .section2 .topNews .right .item .textBox .des {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .news_page .section2 .topNews .right .item .textBox .date {
    padding-bottom: 5px;
    margin-top: 10px;
  }
  .news_page .section2 .topNews .right .item .textBox .date img {
    width: 18px;
    margin-right: 6px;
  }
  .news_page .section2 .topNews .right .item .textBox .date span {
    font-size: 15px;
    color: #999999;
  }
  .news_page .section2 .topNews .right .item:last-child {
    margin-bottom: 0;
  }
  .news_page .section2 .news {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .news_page .section2 .news .item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .news_page .section2 .news .item .date {
    display: flex;
    align-items: baseline;
  }
  .news_page .section2 .news .item .date .day {
    font-size: 24px;
    line-height: 1;
  }
  .news_page .section2 .news .item .date .month {
    line-height: 1;
    margin-left: 5px;
    font-size: 16px;
  }
  .news_page .section2 .news .item .content {
    width: 100%;
  }
  .news_page .section2 .news .item .content .title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }
  .news_page .section2 .news .item .content .des {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
  .news_page .section2 .news .item .content .more_button {
    margin-top: 10px;
    width: 120px;
    height: 30px;
    border-radius: 15px;
  }
  .news_page .section2 .news .item .content .more_button span {
    font-size: 16px;
  }
  .news_page .section2 .news .item .content .more_button img {
    margin-left: 6px;
    width: 20px;
  }
  .news_page .section2 .news .item .content .more_button .white {
    display: none;
  }
  .news_page .section2 .news .item .img {
    margin-top: 15px;
    width: 340px;
    height: 180px;
  }
  .news_info_page .section2 {
    padding: 30px 5%;
  }
  .news_info_page .section2 .content {
    display: block;
  }
  .news_info_page .section2 .content .left {
    flex: none;
    width: 100%;
    margin-right: 0;
  }
  .news_info_page .section2 .content .left .time {
    font-size: 18px;
  }
  .news_info_page .section2 .content .left .name {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .news_info_page .section2 .content .left .labels {
    flex-wrap: wrap;
  }
  .news_info_page .section2 .content .left .labels .label {
    height: 30px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .news_info_page .section2 .content .left .labels .label.share img {
    width: 15px;
    margin-right: 6px;
  }
  .news_info_page .section2 .content .left .labels .label.share p {
    font-size: 15px;
  }
  .news_info_page .section2 .content .left .details {
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
  }
  .news_info_page .section2 .content .left .details img {
    margin: 10px 0;
  }
  .news_info_page .section2 .content .left .nav .item {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .news_info_page .section2 .content .left .nav .item img {
    width: 10px;
    margin-right: 8px;
  }
  .news_info_page .section2 .content .left .nav .item .white {
    display: none;
  }
  .news_info_page .section2 .content .left .nav .item span {
    font-size: 16px;
  }
  .news_info_page .section2 .content .left .backButton {
    display: none;
  }
  .news_info_page .section2 .content .more {
    width: 100%;
    margin-top: 20px;
    border-left: none;
    padding-left: 0;
  }
  .news_info_page .section2 .content .more .title {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .news_info_page .section2 .content .more .more_items .item {
    margin-top: 15px;
  }
  .news_info_page .section2 .content .more .more_items .item .time {
    font-size: 16px;
    color: #999;
  }
  .news_info_page .section2 .content .more .more_items .item .name {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .news_info_page .section2 .content .more .more_items .item img {
    display: none;
  }
  .news_info_page .section2 .content .more .more_items .item .line {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-top: 15px;
  }
  .talk_page .section2 {
    padding: 30px 5%;
    display: block;
  }
  .talk_page .section2 .left {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  .talk_page .section2 .left .items {
    margin-bottom: 30px;
  }
  .talk_page .section2 .left .items .item {
    width: 100%;
    border-bottom: 4px solid #f9fafb;
    padding: 0;
    box-sizing: border-box;
  }
  .talk_page .section2 .left .items .item .question,
  .talk_page .section2 .left .items .item .answer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .talk_page .section2 .left .items .item .question .user,
  .talk_page .section2 .left .items .item .answer .user {
    display: flex;
  }
  .talk_page .section2 .left .items .item .question .user .hearderBox,
  .talk_page .section2 .left .items .item .answer .user .hearderBox {
    position: relative;
    width: 70px;
    height: 70px;
  }
  .talk_page .section2 .left .items .item .question .user .hearderBox .box,
  .talk_page .section2 .left .items .item .answer .user .hearderBox .box {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .talk_page .section2 .left .items .item .question .user .hearderBox .header,
  .talk_page .section2 .left .items .item .answer .user .hearderBox .header {
    width: 100%;
    height: 100%;
  }
  .talk_page .section2 .left .items .item .question .user .user_profile,
  .talk_page .section2 .left .items .item .answer .user .user_profile {
    margin-left: 15px;
  }
  .talk_page .section2 .left .items .item .question .user .user_profile .name,
  .talk_page .section2 .left .items .item .answer .user .user_profile .name {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
  }
  .talk_page .section2 .left .items .item .question .user .user_profile .time,
  .talk_page .section2 .left .items .item .answer .user .user_profile .time {
    font-size: 15px;
    line-height: 1.5;
    color: #999999;
  }
  .talk_page .section2 .left .items .item .question .text,
  .talk_page .section2 .left .items .item .answer .text {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
  }
  .talk_page .section2 .left .items .item .question {
    border-bottom: 2px solid #000;
  }
  .talk_page .section2 .left .items .item:last-child {
    border-bottom: 0;
  }
  .talk_page .section2 .right {
    flex: none;
    width: 100%;
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .talk_page .section2 .right .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
  }
  .talk_page .section2 .right form {
    margin-top: 20px;
  }
  .talk_page .section2 .right form .inputBox {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
  .talk_page .section2 .right form .inputBox span {
    top: 15px;
    left: 15px;
  }
  .talk_page .section2 .right form .inputBox input,
  .talk_page .section2 .right form .inputBox textarea {
    padding: 0 18px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
  }
  .talk_page .section2 .right form .inputBox textarea {
    height: 120px;
    resize: none;
    line-height: 1.5;
    padding: 5px 18px;
  }
  .talk_page .section2 .right form .inputBox input::placeholder,
  .talk_page .section2 .right form .inputBox textarea::placeholder {
    color: #999;
  }
  .talk_page .section2 .right form .inputBox2 {
    height: 120px;
  }
  .talk_page .section2 .right form .submit {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .about_page .main {
    margin-top: -15px;
  }
  .about_page .main .section1 .concat_info {
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .about_page .main .section1 .concat_info .left {
    width: 100%;
    justify-content: space-between;
  }
  .about_page .main .section1 .concat_info .left .item {
    width: 47%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .about_page .main .section1 .concat_info .left .item img {
    width: 40px;
  }
  .about_page .main .section1 .concat_info .left .item .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .about_page .main .section1 .concat_info .left .item .content {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.3;
  }
  .about_page .main .section1 .concat_info .left .item:hover {
    border-bottom: 2px solid #333;
  }
  .about_page .main .section1 .concat_info .left .item:nth-child(2n) {
    margin-right: 0;
  }
  .about_page .main .section1 .concat_info .qrcodeBox {
    display: none;
  }
  .about_page .main .section1 .map {
    width: 100%;
    height: 300px;
  }
  .about_page .main .section1 .concatBox {
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .about_page .main .section1 .concatBox .title {
    font-size: 24px;
  }
  .about_page .main .section1 .concatBox .content {
    margin-top: 15px;
    display: block;
  }
  .about_page .main .section1 .concatBox .content .formBox {
    flex: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .about_page .main .section1 .concatBox .content form .inputBox {
    position: relative;
    width: 100%;
    height: 0.3802rem;
    margin-bottom: 0.1146rem;
  }
  .about_page .main .section1 .concatBox .content form .inputBox span {
    position: absolute;
    top: 0.1719rem;
    left: 0.1146rem;
    color: #333;
    line-height: 1;
  }
  .about_page .main .section1 .concatBox .content form .inputBox input,
  .about_page .main .section1 .concatBox .content form .inputBox textarea {
    padding: 0 0.1563rem;
    box-sizing: border-box;
    background-color: #fbfbfb;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    line-height: 0.3802rem;
    font-size: 0.0938rem;
    color: #333333;
  }
  .about_page .main .section1 .concatBox .content form .inputBox textarea {
    resize: none;
    line-height: 0.1667rem;
    padding: 0.0938rem 0.1146rem;
  }
  .about_page .main .section1 .concatBox .content form .inputBox input::placeholder,
  .about_page .main .section1 .concatBox .content form .inputBox textarea::placeholder {
    color: #999;
  }
  .about_page .main .section1 .concatBox .content form .inputBox2 {
    height: 0.6979rem;
  }
  .about_page .main .section1 .concatBox .content form .submit {
    width: 100%;
    height: 0.3802rem;
    color: #fff;
    font-size: 0.0938rem;
    text-align: center;
    line-height: 0.3802rem;
    background-color: #2180c5;
    border: none;
    outline: none;
  }
  .about_page .main .section1 .concatBox .content form {
    margin-top: 20px;
  }
  .about_page .main .section1 .concatBox .content form .inputBox {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
  .about_page .main .section1 .concatBox .content form .inputBox span {
    top: 15px;
    left: 15px;
  }
  .about_page .main .section1 .concatBox .content form .inputBox input,
  .about_page .main .section1 .concatBox .content form .inputBox textarea {
    padding: 0 18px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
  }
  .about_page .main .section1 .concatBox .content form .inputBox textarea {
    height: 120px;
    resize: none;
    line-height: 1.5;
    padding: 5px 18px;
  }
  .about_page .main .section1 .concatBox .content form .inputBox input::placeholder,
  .about_page .main .section1 .concatBox .content form .inputBox textarea::placeholder {
    color: #999;
  }
  .about_page .main .section1 .concatBox .content form .inputBox2 {
    height: 120px;
  }
  .about_page .main .section1 .concatBox .content form .submit {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .about_page .main .section1 .concatBox .content img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .about_page .main .section2 {
    display: none;
  }
  .about_page .main .section2 .main_top {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .about_page .main .section2 .main_top .textBox {
    padding-left: 5%;
  }
  .about_page .main .section2 .main_top .textBox .title {
    font-size: 22px;
  }
  .about_page .main .section2 .main_top .textBox .des {
    margin-top: 10px;
    width: 85%;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .about_page .main .section2 .main_top .textBox .des p {
    font-size: 16px;
    line-height: 1.4;
    color: #758088;
  }
  .about_page .main .section2 .main_top .bg {
    transform: translateX(-40%);
    width: 1050px;
    height: auto;
  }
  .about_page .main .section2 .items {
    padding: 10px 5% 20px;
  }
  .about_page .main .section2 .items .item {
    width: 100%;
    height: 170px;
    position: relative;
    margin-top: 20px;
  }
  .about_page .main .section2 .items .item .num {
    font-size: 36px;
    left: 20px;
  }
  .about_page .main .section2 .items .item .bg {
    width: 100%;
    height: 100%;
  }
  .about_page .main .section2 .items .item .bg img {
    width: 100%;
    height: auto;
  }
  .about_page .main .section2 .items .item .mask .maskContent {
    padding: 10px 20px;
  }
  .about_page .main .section2 .items .item .mask .maskContent .icon {
    width: 40px;
    margin-top: 0.9896rem;
  }
  .about_page .main .section2 .items .item .mask .maskContent .des {
    transition: 1s;
    min-height: 30px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .about_page .main .section2 .items .item:hover .num {
    color: #2180c5;
  }
  .about_page .main .section2 .items .item:hover .mask {
    background: linear-gradient(to bottom, rgba(33, 128, 197, 0), #2180c5);
  }
  .about_page .main .section2 .items .item:hover .mask .des {
    height: auto;
    display: block;
  }
  .about_page .main .section2 .items .item:last-child {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .about_page .main .section2 .items .item:last-child .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .about_page .main .section2 .items .item:last-child .bg img {
    width: 100%;
    height: 100%;
  }
  .about_page .main .section2 .items .item:last-child .num2 {
    font-size: 36px;
    left: 20px;
  }
  .about_page .main .section2 .items .item:last-child .icon2 {
    width: 40px;
  }
  .about_page .main .section2 .items .item:last-child .title {
    width: 90%;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .about_page .main .section2 .items .item:last-child .des2 {
    margin-top: 6px;
  }
  .about_page .main .section2 .items .item:last-child .des2 p {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
  }
}
