@media (max-width: 1200px) {
  .w120 {
    width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 920px) {
  .w120 {
    width: 90%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(/static/images/hearder_bg.png);
    height: 60px;
    width: 100vw;
    background-size: cover;
  }
  .header .headerTop {
    height: 60px;
  }
  .header .headerTop .left img {
    height: 54px;
  }
  .header .headerTop .left .text {
    display: none;
  }
  .header .headerTop .right img,
  .header .headerTop .right .des,
  .header .headerTop .right .tel {
    display: none;
  }
  .header .headerTop .right .menuBox {
    display: block;
    width: 34px;
    height: 34px;
  }
  .header .headerTop .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: #1a4a9f;
  }
  .header .headerTop .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 .headerTop .right .menuBox.active .menu_btn .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .header .headerTop .right .menuBox.active .menu_btn .bar:nth-child(2) {
    opacity: 0;
  }
  .header .headerTop .right .menuBox.active .menu_btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .header nav {
    display: none !important;
  }
  .navMask {
    display: block;
    z-index: 80;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.3s;
    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: 0.1771rem;
    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: 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;
  }
}
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border: none;
    width: 2px;
    border-radius: 2px;
    background-color: #1a4a9f;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  ::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .com_title .title1 {
    font-size: 22px;
    color: #222;
    line-height: 1.2;
    position: relative;
    text-align: center;
  }
  .com_title .title1::before {
    content: "";
    display: none;
    width: 0.3646rem;
    height: 3px;
    position: absolute;
    background-color: #1a4a9f;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }
  .com_title .title1::after {
    display: none;
    content: "";
    z-index: 2;
    width: 0.7708rem;
    height: 1px;
    background-color: #1a4a9f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .com_title .title2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
  }
  .swiper_buttons .prev,
  .swiper_buttons .next {
    display: none !important;
  }
  .more_button {
    width: 40%;
    margin: 0 auto;
    height: 40px;
    border-bottom: 1px solid #1a4a9f;
  }
  .more_button .text {
    font-size: 18px;
    color: #2452a3;
  }
  .more_button .jiantou {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    background-color: #1a4a9f;
    border-radius: 50%;
    position: relative;
  }
  .more_button .jiantou img {
    width: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .page_nav {
    display: none;
  }
  .banner {
    overflow: hidden;
    height: 250px;
    margin-top: 60px;
  }
  .banner img {
    width: auto;
    height: 100%;
  }
  .banner .textBox {
    left: 5%;
  }
  .banner .textBox .title {
    font-size: 24px;
  }
  .banner .textBox .title::after {
    width: 2px;
    height: 100%;
  }
  .banner .textBox .des {
    margin-top: 10px;
    width: 90%;
    height: auto;
    padding: 5px 10px;
  }
  .banner .textBox .des .cn {
    font-size: 18px;
    line-height: 1.3;
  }
  .banner .textBox .des .en {
    line-height: 1.2;
    font-size: 16px;
  }
  footer .top {
    padding-top: 20px;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
  footer .top .logos {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  footer .top .logos img {
    width: 45%;
  }
  footer .top .logos ul {
    margin-top: 0;
    width: 50%;
  }
  footer .top .logos ul li {
    width: 48%;
  }
  footer .top .logos ul li a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  footer .top .moreBox {
    margin-top: 20px;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
  }
  footer .top .moreBox .title {
    font-size: 16px;
    line-height: 1.5;
  }
  footer .top .moreBox .des {
    margin-top: 10px;
  }
  footer .top .moreBox .des p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  footer .top .moreBox .des img {
    width: 80%;
    height: auto;
  }
  footer .copyRight {
    padding: 20px 0;
    height: auto;
    box-sizing: border-box;
  }
  footer .copyRight .content {
    display: block;
  }
  footer .copyRight .content .left {
    font-size: 15px;
    display: block;
  }
  footer .copyRight .content .left span {
    font-size: 15px;
    display: block;
    text-align: center;
    width: 80%;
    line-height: 1.5;
    margin: 0 auto;
  }
  footer .copyRight .content .left span img {
    vertical-align: top;
    width: 20px;
  }
  footer .copyRight .content .right {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
  }
  .com_title2 .cn {
    font-size: 20px;
  }
  .com_title2 .en {
    margin-top: 12px;
    font-size: 18px;
  }
  .page_buttons {
    width: 100%;
    display: block;
  }
  .page_buttons .buttons_left {
    width: 100%;
  }
  .page_buttons .buttons_left .prev,
  .page_buttons .buttons_left .next {
    width: 25px;
    height: 25px;
  }
  .page_buttons .buttons_left .pages {
    width: auto;
  }
  .page_buttons .buttons_left .pages .item {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin: 0 2px;
  }
  .page_buttons .buttons_left .pages .item.active {
    font-size: 15px;
  }
  .page_buttons .buttons_left .totalPage {
    font-size: 15px;
  }
  .page_buttons .inputBox {
    margin-top: 10px;
  }
  .page_buttons .inputBox span {
    font-size: 15px;
    line-height: 25px;
  }
  .page_buttons .inputBox input {
    margin-left: 0;
    width: 60px;
    margin: 0 6px;
    height: 25px;
    border-radius: 25px;
    font-size: 15px;
  }
  .home_page .swiper_section {
    overflow: hidden;
    margin-top: 60px;
    height: 250px;
  }
  .home_page .swiper_section .banner_swiper .swiper-slide img {
    width: auto;
    height: 250px;
  }
  .home_page .swiper_section .banner_swiper .swiper-slide .textBox {
    width: 90%;
    left: 5%;
    top: 80%;
  }
  .home_page .swiper_section .banner_swiper .swiper-slide .textBox .title {
    width: 100%;
    font-size: 26px;
    line-height: 1.3;
  }
  .home_page .swiper_section .banner_swiper .swiper-slide .textBox .title span {
    font-size: 26px;
    line-height: 1.3;
  }
  .home_page .swiper_section .banner_swiper .swiper-slide .textBox .des {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
  .home_page .swiper_section .swiper-pagination {
    display: none !important;
  }
  .home_page .service_section {
    padding: 20px 0;
  }
  .home_page .service_section .items {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .home_page .service_section .items .item {
    width: 49%;
    margin-bottom: 15px;
    height: auto;
  }
  .home_page .service_section .items .item img {
    width: 100%;
    height: auto;
  }
  .home_page .service_section .items .item .mask {
    height: 90%;
  }
  .home_page .service_section .items .item .mask .top_icon {
    width: 60px;
    height: 60px;
  }
  .home_page .service_section .items .item .mask .top_icon img {
    width: 60px;
    height: 60px;
  }
  .home_page .service_section .items .item .mask .titleBox .title {
    margin-top: 15px;
    font-size: 17px;
  }
  .home_page .service_section .items .item .mask .titleBox .des {
    margin-top: 5px;
    font-size: 14px;
    height: 30px;
  }
  .home_page .service_section .items .item .mask .labels {
    padding: 0 10px;
  }
  .home_page .service_section .items .item .mask .labels .label {
    width: 45%;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .home_page .about_section .content {
    display: block;
    margin-top: 10px;
  }
  .home_page .about_section .content .left {
    width: 100%;
  }
  .home_page .about_section .content .left .title1 {
    font-size: 19px;
    text-align: center;
  }
  .home_page .about_section .content .left .title2 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
  .home_page .about_section .content .left .des {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .home_page .about_section .content .left .areaBox {
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .home_page .about_section .content .left .areaBox .itemName,
  .home_page .about_section .content .left .areaBox .item_area {
    font-size: 15px;
  }
  .home_page .about_section .content .left .areaBox .box {
    width: 30px;
    height: 30px;
  }
  .home_page .about_section .content .left .areaBox .box img {
    width: 28px;
  }
  .home_page .about_section .content .right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .home_page .about_section .content .right .bg {
    display: none;
  }
  .home_page .about_section .content .right .img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .home_page .about_section .datas {
    margin-top: 20px;
    position: relative;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    background-color: #fff;
    transform: translate(0, 0);
  }
  .home_page .about_section .datas .data {
    width: 50%;
    flex: none;
    height: auto;
    padding: 15px;
  }
  .home_page .about_section .datas .data .num {
    font-size: 30px;
  }
  .home_page .about_section .datas .data .des {
    margin-top: 10px;
    font-size: 16px;
  }
  .home_page .about_section .datas .data:nth-child(2n) {
    border-right: none;
  }
  .home_page .youshi_section {
    background: none;
  }
  .home_page .youshi_section .content {
    margin-top: 30px;
    background: none;
    display: block;
    height: auto;
  }
  .home_page .youshi_section .content .left .item,
  .home_page .youshi_section .content .right .item {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }
  .home_page .youshi_section .content .left .item .title,
  .home_page .youshi_section .content .right .item .title {
    width: auto;
    margin: 0;
    font-size: 20px;
  }
  .home_page .youshi_section .content .left .item .des,
  .home_page .youshi_section .content .right .item .des {
    width: auto;
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .home_page .youshi_section .content .left .item .icon,
  .home_page .youshi_section .content .right .item .icon {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .home_page .youshi_section .content .left .item .icon img,
  .home_page .youshi_section .content .right .item .icon img {
    width: 100%;
  }
  .home_page .zizhi_section .buttons {
    margin-top: 20px;
  }
  .home_page .zizhi_section .buttons .button {
    width: 120px;
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
    line-height: 30px;
    margin: 0 10px;
  }
  .home_page .zizhi_section .swiperBox {
    margin-top: 40px;
  }
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide {
    width: 100% !important;
    margin-right: 15px !important;
  }
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide img {
    width: 100%;
  }
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide .name {
    margin-top: 20px;
    font-size: 16px;
  }
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons {
    display: none;
  }
  .home_page .anli_section {
    background: none;
    padding: 30px 0;
  }
  .home_page .anli_section .content .buttons {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .home_page .anli_section .content .buttons .button {
    width: 48%;
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .home_page .anli_section .content .caseBox .item {
    width: 48%;
    margin-bottom: 15px;
  }
  .home_page .anli_section .content .caseBox .item img {
    width: 100%;
    height: auto;
  }
  .home_page .anli_section .content .caseBox .item .caseName {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #f6f6f6;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home_page .hezuo_section {
    padding: 30px 0;
  }
  .home_page .hezuo_section .hezuo_swiper {
    margin-top: 30px;
  }
  .home_page .hezuo_section .hezuo_swiper .swiper-slide .item {
    width: 32%;
    height: auto;
    margin-bottom: 5px;
  }
  .home_page .hezuo_section .hezuo_swiper .swiper_buttons {
    margin-top: 20px;
  }
  .home_page .news_section {
    padding: 30px 0;
  }
  .home_page .news_section .content .contentBox {
    margin-top: 20px;
    display: block;
  }
  .home_page .news_section .content .contentBox .left {
    display: none;
  }
  .home_page .news_section .content .contentBox .right .top {
    display: none;
  }
  .home_page .news_section .content .contentBox .right .under {
    margin-top: 20px;
    display: block;
  }
  .home_page .news_section .content .contentBox .right .under .newsBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .home_page .news_section .content .contentBox .right .under .newsBox .titles img {
    width: 30px;
  }
  .home_page .news_section .content .contentBox .right .under .newsBox .titles span {
    font-size: 20px;
    margin-left: 10px;
  }
  .home_page .news_section .content .contentBox .right .under .newsBox .items .item {
    font-size: 15px;
    line-height: 40px;
    width: 100%;
  }
  .home_page .news_section .content .contentBox .right .under .newsBox .more {
    margin-top: 15px;
    font-size: 20px;
    width: 35%;
    line-height: 1.5;
  }
  .about_page .navBar {
    display: none;
  }
  .about_page .about_section {
    padding: 40px 0;
  }
  .about_page .about_section .content {
    display: block;
  }
  .about_page .about_section .content .left {
    width: 100%;
  }
  .about_page .about_section .content .left .title1 {
    text-align: center;
    font-size: 20px;
  }
  .about_page .about_section .content .left .title2 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
  }
  .about_page .about_section .content .left .des {
    margin-top: 20px;
    padding-right: 2px;
    font-size: 15px;
    line-height: 1.5;
    height: 200px;
  }
  .about_page .about_section .content .right {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .about_page .about_section .content .right .bg {
    display: none;
  }
  .about_page .about_section .content .right .img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about_page .about_section .datas {
    margin-top: 20px;
    position: relative;
    flex-wrap: wrap;
    height: auto;
    width: 90%;
    margin: 20px auto 0;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
    left: 0;
    background-color: #fff;
    transform: translate(0, 0);
  }
  .about_page .about_section .datas .data {
    width: 50%;
    flex: none;
    height: auto;
    padding: 15px;
  }
  .about_page .about_section .datas .data .num {
    font-size: 30px;
  }
  .about_page .about_section .datas .data .des {
    margin-top: 10px;
    font-size: 16px;
  }
  .about_page .about_section .datas .data:nth-child(2n) {
    border-right: none;
  }
  .about_page .zichi {
    padding: 40px 0;
  }
  .about_page .zichi img {
    width: 90%;
    margin-top: 30px;
  }
  .about_page .lishi {
    padding: 40px 0;
    height: auto;
  }
  .about_page .lishi .history_swiper {
    margin-top: 20px;
  }
  .about_page .lishi .history_swiper .swiper-slide .title .year {
    font-size: 20px;
  }
  .about_page .lishi .history_swiper .swiper-slide .title .years {
    font-size: 15px;
  }
  .about_page .lishi .history_swiper .swiper-slide .title::after {
    display: none;
  }
  .about_page .lishi .history_swiper .swiper-slide .content img {
    width: 5px;
  }
  .about_page .lishi .history_swiper .swiper-slide .content span {
    font-size: 16px;
    width: 90%;
    line-height: 1.3;
  }
  .about_page .qiyewenhua {
    padding: 40px 0;
  }
  .about_page .qiyewenhua .des {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .about_page .qiyewenhua .items {
    flex-wrap: wrap;
  }
  .about_page .qiyewenhua .items .item {
    margin-bottom: 20px;
    width: 48%;
    height: auto;
  }
  .about_page .qiyewenhua .items .item .icon {
    width: 50px;
  }
  .about_page .qiyewenhua .items .item .item_title {
    margin-top: 15px;
    font-size: 18px;
  }
  .about_page .qiyewenhua .items .item .item_des {
    height: 200px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .about_page .qiyeyuanjing {
    padding: 40px 0;
  }
  .about_page .qiyeyuanjing .des {
    width: 90%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper {
    width: 90%;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons {
    display: none;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide {
    width: 70% !important;
    margin-left: 20px !important;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    min-height: 180px;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .icon img {
    width: 50px;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .title {
    font-size: 18px;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .item_des {
    font-size: 15px;
    line-height: 1.2;
    width: 85%;
    text-align: center;
  }
  .about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item {
    background-color: #fff;
  }
  .about_page .rongyuzizhi {
    width: 95%;
    padding: 40px 0;
  }
  .about_page .rongyuzizhi .swiperBox {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
  }
  .about_page .rongyuzizhi .swiperBox .swiper-container {
    padding-bottom: 0;
    overflow: hidden;
  }
  .about_page .rongyuzizhi .swiperBox .swiper-container .swiper-slide {
    box-shadow: none;
    width: 80% !important;
    height: auto;
    margin-right: 20px !important;
  }
  .about_page .rongyuzizhi .swiperBox .swiper-container .swiper-slide p {
    font-size: 18px;
    margin-top: 20px;
  }
  .about_page .rongyuzizhi .swiper_buttons {
    display: none;
  }
  .about_page .jiagou {
    padding: 40px 0;
  }
  .about_page .jiagou .imgBox {
    margin-top: 30px;
    width: 100%;
    height: 230px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  .about_page .jiagou .imgBox img {
    height: 230px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .about_page .youshi_section .content {
    margin-top: 25px;
    background: none;
    display: block;
    height: auto;
  }
  .about_page .youshi_section .content .left .item,
  .about_page .youshi_section .content .right .item {
    width: 96%;
    margin: 0 auto;
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }
  .about_page .youshi_section .content .left .item .title,
  .about_page .youshi_section .content .right .item .title {
    width: auto;
    margin: 0;
    font-size: 20px;
  }
  .about_page .youshi_section .content .left .item .des,
  .about_page .youshi_section .content .right .item .des {
    width: auto;
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .about_page .youshi_section .content .left .item .icon,
  .about_page .youshi_section .content .right .item .icon {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .about_page .youshi_section .content .left .item .icon img,
  .about_page .youshi_section .content .right .item .icon img {
    width: 100%;
  }
  .service_page .main {
    display: block;
  }
  .service_page .main .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .service_page .main .left .titles {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .service_page .main .left .titles .cn {
    font-size: 20px;
    color: #2452a3;
  }
  .service_page .main .left .titles .en {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(26, 74, 159, 0.5);
  }
  .service_page .main .left .nav {
    display: none;
  }
  .service_page .main .left .nav_img {
    display: none;
  }
  .service_page .main .right {
    margin-top: 20px;
  }
  .service_page .main .right .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .service_page .main .right .item img {
    width: 100%;
    height: auto;
  }
  .service_page .main .right .item .item_name {
    margin-top: 0;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .service_page .main .right2 {
    padding: 40px 0;
  }
  .service_page .main .right2 .title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
  }
  .service_page .main .right2 .info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news_page .main {
    display: block;
  }
  .news_page .main .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .news_page .main .left .titles {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .news_page .main .left .titles .cn {
    font-size: 20px;
    color: #2452a3;
  }
  .news_page .main .left .titles .en {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(26, 74, 159, 0.5);
  }
  .news_page .main .left .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news_page .main .left .nav .nav_title {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    width: 47%;
    height: 40px;
    border-radius: 20px;
    padding: 0 15px !important;
  }
  .news_page .main .left .nav .nav_title span {
    font-size: 20px;
    margin-left: 10px;
  }
  .news_page .main .left .nav .nav_title .item_icon {
    width: 10px;
  }
  .news_page .main .left .nav .nav_title .more_icon {
    width: 8px;
  }
  .news_page .main .left .nav .nav_title.active::after {
    display: none;
  }
  .news_page .main .left .nav_img {
    display: none;
  }
  .news_page .main .right {
    padding: 30px 0;
  }
  .news_page .main .right .items .item {
    display: block;
    border: 1px solid #eeeeee;
    padding: 0;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .news_page .main .right .items .item .time {
    margin-top: -10px;
    width: 60px;
    height: 50px;
    padding: 0 5px;
  }
  .news_page .main .right .items .item .time .day {
    font-size: 18px;
    line-height: 1.5;
  }
  .news_page .main .right .items .item .time .year {
    font-size: 15px;
  }
  .news_page .main .right .items .item .item_content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 20px 0;
  }
  .news_page .main .right .items .item .item_content .news_name {
    font-size: 18px;
  }
  .news_page .main .right .items .item .item_content .news_des {
    margin-top: 15px;
    font-size: 15px;
    -webkit-line-clamp: 5;
    line-height: 1.3;
  }
  .news_page .main .right .items .item .item_content .info_button {
    margin-top: 15px;
    width: 130px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .news_page .main .right .items .item .img {
    width: 100%;
    height: 200px;
  }
  .news_page .main .right2 {
    padding: 40px 0;
  }
  .news_page .main .right2 .title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
  }
  .news_page .main .right2 .info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news_page .main .right2 .moreNews {
    margin-top: 20px;
  }
  .news_page .main .right2 .moreNews .text {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .news_page .main .right2 .moreNews .text a {
    display: block;
    font-size: 15px;
    line-height: 1.3;
  }
  .case_page .main {
    display: block;
  }
  .case_page .main .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .case_page .main .left .titles {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .case_page .main .left .titles .cn {
    font-size: 20px;
    color: #2452a3;
  }
  .case_page .main .left .titles .en {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(26, 74, 159, 0.5);
  }
  .case_page .main .left .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case_page .main .left .nav .nav_title {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    width: 47%;
    height: 40px;
    border-radius: 20px;
    padding: 0 15px !important;
  }
  .case_page .main .left .nav .nav_title span {
    font-size: 20px;
    margin-left: 10px;
  }
  .case_page .main .left .nav .nav_title .item_icon,
  .case_page .main .left .nav .nav_title .item_icon_blue {
    width: 10px;
  }
  .case_page .main .left .nav .nav_title .more_icon,
  .case_page .main .left .nav .nav_title .more_icon_blue {
    width: 8px;
  }
  .case_page .main .left .nav .nav_title.active::after {
    display: none;
  }
  .case_page .main .left .nav_img {
    display: none;
  }
  .case_page .main .right {
    margin-top: 20px;
  }
  .case_page .main .right .items .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .case_page .main .right .items .item img {
    width: 100%;
    height: 112px;
  }
  .case_page .main .right .items .item .item_name {
    margin-top: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .case_page .main .right2 {
    padding: 40px 0;
  }
  .case_page .main .right2 .title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
  }
  .case_page .main .right2 .info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .case_page .main .right2 .moreNews {
    margin-top: 20px;
  }
  .case_page .main .right2 .moreNews .text {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .case_page .main .right2 .moreNews .text a {
    display: block;
    font-size: 15px;
    line-height: 1.3;
  }
  .zhaopin_page .main .title {
    font-size: 22px;
  }
  .zhaopin_page .main .des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
  .zhaopin_page .main .des span {
    line-height: 1.3;
    font-size: 18px;
  }
  .zhaopin_page .main .items {
    margin-top: 30px;
  }
  .zhaopin_page .main .items .item {
    margin-bottom: 15px;
  }
  .zhaopin_page .main .items .item .item_title {
    padding: 8px 10px;
    box-sizing: border-box;
    height: auto;
  }
  .zhaopin_page .main .items .item .item_title .iconBox {
    flex: 1;
  }
  .zhaopin_page .main .items .item .item_title .iconBox .icon {
    width: 30px;
    height: auto;
  }
  .zhaopin_page .main .items .item .item_title .iconBox span {
    margin-left: 10px;
    font-size: 16px;
  }
  .zhaopin_page .main .items .item .item_title .text {
    display: none;
    margin-top: 10px;
  }
  .zhaopin_page .main .items .item .item_title .text div {
    font-size: 16px;
  }
  .zhaopin_page .main .items .item .item_title .more span {
    font-size: 16px;
  }
  .zhaopin_page .main .items .item .item_title .more img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
  .zhaopin_page .main .items .item .item_content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .contact_page .main {
    display: block;
  }
  .contact_page .main .left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .contact_page .main .left .titles {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .contact_page .main .left .titles .cn {
    font-size: 20px;
    color: #2452a3;
  }
  .contact_page .main .left .titles .en {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(26, 74, 159, 0.5);
  }
  .contact_page .main .left .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact_page .main .left .nav .nav_title {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    width: 49%;
    height: 40px;
    border-radius: 20px;
    padding: 0 15px !important;
  }
  .contact_page .main .left .nav .nav_title span {
    font-size: 20px;
    margin-left: 10px;
  }
  .contact_page .main .left .nav .nav_title .item_icon,
  .contact_page .main .left .nav .nav_title .item_icon_blue {
    width: 10px;
  }
  .contact_page .main .left .nav .nav_title .more_icon,
  .contact_page .main .left .nav .nav_title .more_icon_blue {
    width: 8px;
  }
  .contact_page .main .left .nav .nav_title.active::after {
    display: none;
  }
  .contact_page .main .left .nav_img {
    display: none;
  }
  .contact_page .main .right {
    padding: 30px 0;
  }
  .contact_page .main .right .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .contact_page .main .right .items {
    padding: 30px 0;
  }
  .contact_page .main .right .items p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .contact_page .main .right .map {
    height: 300px;
  }
  .contact_page .main .right2 {
    padding: 30px 0;
  }
  .contact_page .main .right2 .title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .contact_page .main .right2 .title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #1a4a9f;
  }
  .contact_page .main .right2 .img1Box {
    margin-bottom: 30px;
    width: 100%;
    overflow-x: scroll;
  }
  .contact_page .main .right2 .img1Box .img1 {
    width: 220%;
  }
  .contact_page .main .right2 .youshiBox {
    padding: 10px 0;
    display: block;
  }
  .contact_page .main .right2 .youshiBox .item {
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 20px 50px;
    width: 100%;
  }
  .contact_page .main .right2 .youshiBox .item .titles {
    font-size: 20px;
  }
  .contact_page .main .right2 .youshiBox .item .des {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_page .main .right2 .youshiBox .item .num {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
    font-size: 17px;
  }
  .contact_page .main .right2 .hezuoBox {
    display: block;
  }
  .contact_page .main .right2 .hezuoBox .item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .contact_page .main .right2 .hezuoBox .item .des {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_page .main .right2 .hezuoBox .item .num {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    font-size: 20px;
  }
  .contact_page .main .right2 .hezuoBox .item img {
    display: none;
  }
  .contact_page .main .right2 .tiaojian {
    background: url(/static/images/contact_img2.png) 77% !important;
    width: 100%;
    height: 180px;
  }
  .contact_page .main .right2 .tiaojian .items .item {
    font-size: 18px;
  }
  .contact_page .main .right2 .tiaojian .telBox {
    margin-top: 20px;
  }
  .contact_page .main .right2 .tiaojian .telBox img {
    width: 35px;
    height: 35px;
    margin: 0 10px;
  }
  .contact_page .main .right2 .tiaojian .telBox .tel {
    font-size: 18px;
  }
  .contact_page .main .right2 .tiaojian .telBox .tel .tips {
    display: none;
  }
}
