@media screen and (max-width: 800px) {
  .header {
    display: none;
  }
  .add {
    position: fixed;
  }
  .move_header {
    display: block;
  }
  .move_header .move_header_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .move_header .header_logo {
    height: 40px;
  }
  .move_header .menu-button {
    transition: 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
  }
  .move_header .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .move_header .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .move_header .bar {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 4px 0;
    background-color: #000;
    border-radius: 10px;
    transition: 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
  }
  .move_header .cross .bar:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .move_header .cross .bar:nth-of-type(2) {
    opacity: 0;
  }
  .move_header .cross .bar:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .move_header .move_nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2;
  }
  .move_header .move_nav .move_nav_search {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .move_header .move_nav .move_nav_search .move_nav_search_l {
    border: 1px solid #C0C0C0;
    border-right: 0;
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .move_header .move_nav .move_nav_search .move_nav_search_l .move_nav_search_l_img {
    width: 20px;
    margin-right: 10px;
  }
  .move_header .move_nav .move_nav_search .move_nav_search_r {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #0073FF;
    padding: 10px 16px;
  }
  .move_header .move_nav .move_nav_ul {
    text-align: center;
    margin-top: 20px;
  }
  .move_header .move_nav .move_nav_ul li {
    line-height: 36px;
  }
  .main {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .footer .footer_dl_list {
    display: block;
    padding: 20px 10px;
  }
  .footer .footer_dl_list dl {
    margin-bottom: 10px;
  }
  .footer .footer_dl_list dl:last-child {
    margin-bottom: 0;
  }
  .footer .footer_dl_list dl dt img {
    width: 30px;
  }
  .footer .footer_dl_list dl dd p {
    font-size: 14px;
  }
  .footer .footer_dl_list dl dd p:nth-child(2) {
    font-size: 16px;
    margin-top: 0px;
  }
  .crumbs {
    padding: 20px 0;
  }
  .cbanner {
    height: 120px;
  }
  .cbanner .cbanner_title {
    font-size: 20px;
    margin-top: 40px;
  }
  .cmenu {
    display: block;
    margin-top: 20px;
  }
  .cmenu .cmenu_l {
    width: 100%;
  }
  .cmenu .cmenu_l .cmenu_title {
    display: none;
  }
  .cmenu .cmenu_l .cmenu_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
  }
  .cmenu .cmenu_l .cmenu_list a {
    width: 50%;
    padding: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .cmenu .cmenu_l .cmenu_list a.cmenu_list_active {
    color: #fff;
    background: linear-gradient(90deg, #0152D9 0%, #4B8BF4 100%);
  }
  .cmenu .cmenu_l .cmenu_list a.cmenu_list_active img,
  .cmenu .cmenu_l .cmenu_list a:hover img {
    display: none;
  }
  .cmenu .cmenu_l .cmenu_list a li {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .detail .detail_header {
    padding: 20px 0;
  }
  .detail .detail_header .detail_title {
    font-size: 18px;
  }
  .detail .detail_header .detail_text {
    font-size: 14px;
  }
  .detail .detail_content {
    line-height: 32px;
    margin-top: 20px;
  }
  .home .home_swiper .swiper2 img {
    width: 100%;
    height: 200px;
  }
  .home .home_swiper .swiper1_bg {
    font-size: 12px;
  }
  .home .home_swiper .swiper1_bg .main {
    padding: 0;
  }
  .home .home_swiper .swiper1_bg .swiper1_title {
    font-size: 14px;
  }
  .home .home_swiper .swiper1_bg p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home .home_swiper .swiper1 .swiper-slide {
    padding: 10px 0;
    box-sizing: border-box;
  }
  .home .home_swiper .swiper1 .swiper-slide .swiper-slide_bd {
    padding: 0 10px;
  }
  .home .home_row {
    padding: 20px 0;
  }
  .home .home_title {
    margin-bottom: 10px;
  }
  .home .home_title .home_title_l {
    font-size: 18px;
  }
  .home .home_title .home_title_r {
    padding: 0;
    border: none;
  }
  .home .home_notice {
    flex-wrap: wrap;
  }
  .home .home_notice .home_notice_col {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  .home .home_notice .home_notice_col .home_notice_col_time {
    font-size: 14px;
  }
  .home .home_notice .home_notice_col .home_notice_col_btn {
    text-align: right;
  }
  .home .home_notice .home_notice_col .home_notice_col_btn a {
    color: #0073FF;
    background: #fff;
    padding: 4px 20px;
  }
  .home .home_dynamics {
    display: block;
  }
  .home .home_dynamics .home_dynamics_img {
    width: 100%;
    height: auto;
  }
  .home .home_dynamics .home_dynamics_list {
    margin-left: 0;
  }
  .home .home_dynamics .home_dynamics_list .home_dynamics_list_row {
    margin-top: 10px;
  }
  .home .home_result .home_result_list {
    display: block;
  }
  .home .home_result .home_result_list .home_result_list_row {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
  }
  .home .home_device {
    display: block;
  }
  .home .home_device .home_device_col {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    background-size: 100%;
    border-radius: 12px;
    padding: 30px 0;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .home .home_cooperate {
    padding: 20px 0;
  }
  .home .home_cooperate .home_cooperate_title {
    font-size: 18px;
  }
  .home .home_cooperate .home_cooperate_text {
    font-size: 16px;
    margin-top: 10px;
  }
  .home .home_cooperate .home_cooperate_btn {
    font-size: 12px;
    margin-top: 10px;
  }
  .home .home_swiper3_bg .home_swiper3_bg_b {
    padding: 0;
    margin-bottom: -20px;
  }
  .home .home_swiper3 {
    width: 100%;
    margin-left: 0;
  }
  .home .home_swiper3::before,
  .home .home_swiper3::after {
    display: none;
  }
  .home .home_swiper3 .swiper3 {
    padding: 20px 0 50px;
  }
  .home .home_swiper3 .swiper-wrapper .swiper-slide {
    box-shadow: 0px 0px 20px 0px #EEEEEF;
  }
  .home .home_swiper3 .swiper-wrapper .swiper-slide a {
    padding: 10px;
  }
  .home .home_swiper3 .swiper-wrapper .swiper-slide img {
    height: 178px;
  }
  .home .home_swiper3 .swiper-wrapper .swiper-slide:nth-child(1),
  .home .home_swiper3 .swiper-wrapper .swiper-slide:last-child {
    display: none;
  }
  .home .home_swiper3 .swiper-wrapper .swiper-slide .home_swiper3_title {
    font-size: 16px;
  }
  .home .home_swiper5 {
    margin-bottom: 0;
  }
  .home .home_swiper5 .swiper-wrapper .swiper-slide a {
    padding: 0px;
  }
  .home .home_swiper5 .swiper-wrapper .swiper-slide img {
    height: 122px;
  }
  .home .home_swiper5 .swiper-wrapper .swiper-slide .home_swiper3_title {
    padding: 16px 0 20px;
  }
  .home .home_swiper_navigation {
    right: 0;
    display: none;
  }
  .notice .notice_list .notice_list_row {
    padding: 20px;
  }
  .notice .notice_list .notice_list_row .notice_list_row_r {
    padding-left: 10px;
    margin-left: 10px;
  }
  .notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_title {
    font-size: 16px;
  }
  .notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_text {
    font-size: 14px;
  }
  .dynamics_list {
    justify-content: space-between;
  }
  .dynamics_list .dynamics_list_col {
    width: 49%;
    margin-right: 0;
    margin-top: 20px;
  }
  .dynamics_list .dynamics_list_col .dynamics_list_col_img {
    width: 100%;
    height: auto;
  }
  .dynamics_list .dynamics_list_col .dynamics_list_col_title {
    margin-top: 10px;
  }
  .dynamics_list .dynamics_list_col .dynamics_list_col_text {
    font-size: 12px;
    margin-top: 4px;
  }
  .expert .expert_list {
    justify-content: space-between;
    margin-left: 0;
  }
  .expert .expert_list .expert_list_col {
    font-size: 14px;
    width: 48%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .expert .expert_list .expert_list_col .expert_list_col_img {
    width: 100%;
    height: 152px;
  }
  .expert .expert_list .expert_list_col .expert_list_col_title {
    font-size: 16px;
  }
  .expert_detail {
    display: block;
  }
  .expert_detail .expert_detail_img {
    width: 100%;
  }
  .expert_detail .expert_detail_title {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
  }
  .gain .gain_list {
    margin-top: 20px;
  }
  .gain .gain_list .gain_list_row {
    display: block;
  }
  .gain .gain_list .gain_list_row .gain_list_row_img {
    width: 100%;
    height: auto;
  }
  .gain .gain_list .gain_list_row .gain_list_row_r {
    margin-left: 0;
  }
  .gain .gain_list .gain_list_row .gain_list_row_r .gain_list_row_btn {
    text-align: right;
  }
  .gain .gain_list .gain_list_row .gain_list_row_r .gain_list_row_btn a {
    margin-top: 20px;
    font-size: 14px;
    color: #0073FF;
    background: #fff;
  }
  .news .news_list {
    margin-top: 20px;
  }
  .news .news_list .news_list_row {
    display: block;
  }
  .news .news_list .news_list_row .news_list_row_img {
    width: 100%;
    height: auto;
  }
  .news .news_list .news_list_row .news_list_row_r {
    margin-left: 0;
  }
  .news .news_list .news_list_row .news_list_row_r .news_list_row_btn {
    right: 20px;
    bottom: 20px;
  }
  .about {
    margin-bottom: 50px;
  }
  .about .about_tabs {
    margin: 20px 0;
  }
  .about .about_tabs .about_tabs_col {
    font-size: 16px;
    margin-right: 20px;
  }
  .about .about_brief {
    padding: 20px;
  }
  .about .about_brief .about_brief_title {
    font-size: 18px;
  }
  .about .about_brief .about_brief_content {
    font-size: 16px;
    margin-top: 10px;
  }
  .about .about_brief .about_brief_below {
    display: block;
    padding-top: 30px;
    margin-top: 30px;
  }
  .about .about_brief .about_brief_below .about_brief_img {
    width: 100%;
    height: auto;
  }
  .about .about_brief .about_brief_below .about_brief_below_r {
    padding-top: 20px;
    margin-left: 0;
  }
  .about .about_organize .about_organize_title {
    font-size: 18px;
    margin-top: 20px;
  }
  .about .about_organize .about_organize_content {
    font-size: 16px;
    margin-top: 10px;
  }
  .home_popup {
    padding-bottom: 20px;
    width: 90%;
  }
  .home_popup .home_popup_title {
    font-size: 16px;
    padding: 20px;
  }
  .home_popup .home_popup_list {
    padding: 0;
    padding-right: 6%;
  }
  .home_popup .home_popup_list .home_popup_row {
    margin-top: 10px;
  }
  .home_popup .home_popup_list .home_popup_row .home_popup_label {
    font-size: 14px;
  }
  .home_popup .home_popup_list .home_popup_row .home_popup_input {
    font-size: 14px;
    width: 64%;
  }
  .home_popup .home_popup_btn {
    margin-top: 20px;
  }
  .home_popup .home_popup_btn button {
    font-size: 14px;
  }
}
