﻿
@media screen and (max-width: 1200px) {
  body{
    -webkit-overflow-scrolling: touch;
  }
  #slider .slide .top-bannar,
  #slider .slide  .text,
  #slider .slide  .title {
    -webkit-transform: translate3d(0,0,0);
  }
  html, body {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
  }
  /* 通用初始化样式 START */
  div {
    font-size: .14rem;
  }
  /* 通用初始化样式 END */
  .model_name {
    height: .34rem;
    line-height: .34rem;
    font-size: .34rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0;
    color: #166ba7;
  }
  /* 面包屑导航 */
  .crumbs {
    height: auto;
    line-height: .5rem;
    margin: 0;
    padding-left: .3rem;
  }

  .crumbs .location_icon {
    display: none;
  }

  .crumbs .crumbs_content {
    font-size: .22rem;
  }
  /* 面包屑导航End */

  /* 移动端隐藏 */
  .hide_mobile {
    display: none !important;
  }
  /* 移动端隐藏 END */
  
  /* 页面首部 */
  .index_header {
    width: 100%;
    height: auto;
  }
  
  .index_header .container {
    width: 100%;
  }
  
  .index_header .container .search_container {
    margin: 0 auto .28rem;
    float: unset;
    width: calc(100% - .6rem);
    height: .78rem;
    display: flex;
    justify-content: center;
  }
  
  .index_header .container .search_container .search {
    width: 5.1rem;
    height: .78rem;
    padding: .02rem .3rem .04rem;
  }
  
  .index_header .container .search_container input {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    font-size: .26rem;
  }
  
  .index_header .container .search_container .search_btn {
    width: 1.8rem;
    height: .78rem;
    line-height: .78rem;
    background-color: #5a86a4;
    font-family: MicrosoftYaHei;
    font-size: .24rem;
    letter-spacing: 0;
  }
  
  .index_header .container .search_container .search_btn .search_icon {
    width: .28rem;
    height: .28rem;
  }
  .organization_info {
    margin: 0;
    float: unset;
    padding: .6rem .5rem .3rem;
  }
  
  .organization_info .logo_container {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .29rem;
  }
  
  .organization_info .logo_container img {
    
  }
  
  .organization_info .organization_name {
    width: 4.7rem;
    height: 1.49rem;
  }
  
  .organization_info .organization_name .organization_name_item {
    margin-bottom: .14rem;
  }
  
  .organization_info .organization_name .name_zn {
    height: .23rem;
    font-size: .24rem;
  }
  
  .organization_info .organization_name .name_en {
    height: .12rem;
    font-size: .12rem;
  }
  
  .operate_box {
    display: none;
  }
  .column_container {
    border: .04rem solid #2b5d80;
    border-left: none;
    border-right: none;
    height: 1.2rem;
  }

  .column_container .column_content {
    width: 100%;
    height: auto;
    padding: .05rem 0;
    /* flex-wrap: wrap; */
    overflow: hidden;
  }

  .column_container .column_item {
    width: 33.33%;
    height: .6rem;
    line-height: .6rem;
    font-size: .15rem;
    font-weight: bold;
    font-size: .3rem;
    letter-spacing: 2px;
    border: none;
  }
  .column_container .column_item:hover {
    color: #000000;
    border: none;
  }
  .column_container .column_item_active {
    border: none;
  }
  /* 页面首部END */

  /* 主体内容包裹 */
  .main_content {
    width: 100%;
    padding: 0 .3rem;
    overflow: unset;
    margin-bottom: .2rem;
  }
  /* 滚动置顶按钮 */
  .slide_to_top_button {
    display: block;
    position: fixed;
    right: .3rem;
    bottom: 1rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-image: url(01-01-slide_to_top.png);
    z-index: 10;
  }

  /* 页面底部 */
  .page_foot {
    width: 100%;
    height: auto;
    border-top: 1px solid #5a86a4;
  }
  .page_foot .page_foot_content {
    width: 100%;
  }
  .page_foot .page_foot_content .select_container {
    width: 100%;
    height: auto;
    padding: .3rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .page_foot .page_foot_content .select_container .dropdown {
    margin: 0;
  }
  .page_foot .page_foot_content .select_container .dropdown .btn {
    padding: 0 .11rem;
  }
  .page_foot .page_foot_content .select_container .dropdown_box {
    width: 2.24rem;
    height: .41rem;
    font-size: .22rem;
  }
  .page_foot .page_foot_content .select_container .arrow {
    width: .14rem;
    height: .18rem;
    margin-top: .1rem;
  }
  .page_foot .page_foot_content .select_container .dropdown_content {
    width: 2.24rem;
    max-height: 1rem;
  }
  .page_foot .page_foot_content .website_map {
    width: 1.5rem;
    height: .25rem;
    line-height: .25rem;
    font-size: .22rem;
    margin: 0 auto .24rem;
  }
  .page_foot .page_foot_content .website_map .map_icon {
    width: .37rem;
    height: .25rem;
    margin-right: .13rem;
    float: left;
  }
  .page_foot .page_foot_content .website_map .map_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page_foot .page_foot_content .organization_message {
    display: block;
    width: 100%;
    margin: 0 auto .16rem;
    height: auto;
    line-height: .43rem;
    color: #849299;
    text-align: center;
  }
  .page_foot .page_foot_content .organization_message .sm_show {
    display: block;
  }
  .page_foot .page_foot_content .organization_message div {
    font-size: .22rem;
    float: unset;
    display: block;
    margin: 0 auto;
  }
  .page_foot .page_foot_content .organization_message span {
    margin: 0 .2rem;
  }
  .page_foot .page_foot_content .foot_content_bottom {
    display: flex;
    width: 100%;
    padding: 0 1.2rem .6rem;
  }
  .page_foot .page_foot_content .grov_debug {
    width: 1.58rem;
    height: .8rem;
    margin: 0;
  }
  .page_foot .page_foot_content .auth_msg {
    display: none;
  }
  .page_foot .page_foot_content .link_container {
    width: 1.42rem;
    height: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .page_foot .page_foot_content .link_container .about {
    width: .62rem;
    height: .77rem;
    margin: 0;
    float: unset;
  }
  .page_foot .page_foot_content .link_container .honest {
    width: .54rem;
    height: .9rem;
    margin: 0;
    float: unset;
  }

  /* 通用导航菜单 */
  .left-menu {
    float: unset;
    width: 100%;
    position: relative;
  }
  .left-menu a {
    color: #333333;
  }
  .accordion {
    display: none;
    position: absolute;
    /* width: 2rem; */
    background-color: #edeff2;
    border-radius: .06rem;
    margin: 0;
    padding: 0 .1rem;
    right: .3rem;
    top: .5rem;
    z-index: 1;
    max-width: 3.4rem;
  }
  .accordion .link {
    padding: 0;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    border-bottom: 1px solid #e1e3e6;
    font-family: MicrosoftYaHei;
    font-size: .28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333333;
  }
  
  .accordion li{
    background: unset;
    margin: unset;
  }
  .accordion li img {
    position: absolute;
    top: .28rem;
    left: .2rem;
    width: .32rem;
    height: .36rem;
    visibility: hidden;
  }
  .accordion>li:hover>.link .active, .accordion>li.open>.link .active{
    visibility: hidden;
  }
  .accordion li i {
    /* position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #48abff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; */
  }
  .accordion .submenu .sub-link {
    font-size: .26rem;
  }
  .accordion li .triangle-bottom,
  .accordion .submenu .sub-link .triangle-bottom{
    /* position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(menu-sj-blue.png) 100% 100% no-repeat;
    background-size: cover; */
    position: absolute;
    top: .35rem;
  }
  .accordion li.open .triangle-bottom,
  .accordion .submenu li.open .sub-link .triangle-bottom{
    /* background: url(menu-sj-white.png)  100% 100% no-repeat;
    background-size: cover; */
  }
  .accordion .submenu .sub-link .triangle-bottom{
    /* top: 8px; */
    top: .2rem;
  }
  .accordion li i.fa-chevron-down {
    /* right: 12px;
    left: auto;
    font-size: 16px; */
  }
  .accordion li.open {
    background-image: unset;
    background-color: unset;
  }
  .accordion li.open .link {
    color: #fff;
    background-color: #48abff;
  }
  
  .accordion li.open .link a,
  .accordion .submenu li.open .sub-link a{
    color: #fff;
  }
  
  .accordion li.open i {
    color: #fff;
  }
  /* Submenu */
  .submenu {
    background: #edeff2;
    font-size: .26rem;
  }
  .submenu a {
    padding: 0;
    padding-left: 0;
    line-height: .68rem;
    text-align: center;
  }
  .submenu a:hover ,.submenu li.current a{
    background-color: #48abff;
    color: #ffffff;
  }
  /** left menu end **/

  /* 公用模块、卡片title */
  .card_title {
    height: auto;
    line-height: .28rem;
    font-size: .28rem;
    color: #333333;
    /* overflow: hidden; */
    margin-bottom: .2rem;
    position: relative;
  }
  .card_title .show_menu_btn {
    float: right;
    width: .51rem;
    height: .51rem;
    background-image: url(01-07-menu_btn.png);
    background-size: cover;
    border-radius: .1rem;
    margin-right: .3rem;
    margin-top: -0.11rem;
  }
  /* .card_title .mobile_menu_list {
    display: none;
    position: absolute;
    right: .3rem;
    top: .51rem;
    width: 2rem;
    border-radius: .06rem;
    padding: 0 .1rem;
    background-color: #edeff2;
    z-index: 1;
  }
  .card_title .mobile_menu_item {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    border-bottom: 1px solid #e1e3e6;
    font-family: MicrosoftYaHei;
    font-size: .28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333333;
  } */
  .card_title .card_title_bar {
    margin-right: .2rem;
    width: .08rem;
    height: .33rem;
    background-color: #48abff;
  }
  /* 公用模块、卡片title END */
}