@charset "UTF-8";
@media (max-width: 575.98px) {
  html {
    font-size: 16px !important;
  }
  .head-container {
    max-width: 100% !important;
    padding: 15px;
  }
  .head-container .blog-header > div {
    display: block;
  }
  .box1200 {
    width: 100% !important;
    overflow: hidden;
  }
  /*******************页头******************/
  .head-box {
    display: flex;
    justify-content: center;
  }
  .head-box .blog-header {
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 1.2rem;
  }
  .head-box .blog-header .logo {
    width: 16rem;
    height: auto;
    background: #ffffff;
    cursor: pointer;
  }
  .head-box .blog-header .head-right {
    display: flex;
    padding: 12px 12px 0 12px;
  }
  .head-box .blog-header .head-right .search-box {
    width: 100%;
    background: #ffffff;
    border: 0.06rem solid #c7c7c7;
    border-radius: 0.25rem;
    position: relative;
    margin-right: 2.81rem;
    overflow: hidden;
  }
  .head-box .blog-header .head-right .search-box form {
    width: 100%;
    height: 100%;
  }
  .head-box .blog-header .head-right .search-box form .s-input {
    border: none !important;
    width: 100%;
    height: 100%;
    padding-left: 0.375rem;
  }
  .head-box .blog-header .head-right .search-box form .icon {
    width: 1.38rem;
    height: 1.38rem;
    background-image: url(../images/search.png);
    background-size: 100%;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    cursor: pointer;
  }
  .head-box .blog-header .head-right .search-box form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
  }
  .head-box .blog-header .head-right .search-box form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
  }
  .head-box .blog-header .head-right .search-box form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
  }
  .head-box .blog-header .head-right .search-box form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
  }
  .head-box .blog-header .head-right .lang-icon {
    display: flex;
    align-items: center;
  }
  .head-box .blog-header .head-right .lang-icon .l-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("../images/lang_icon.png");
    background-size: 100%;
    cursor: pointer;
  }
  .head-box .blog-header .head-right .lang-icon .l-icon:hover {
    background-image: url("../images/lang_icon_a.png");
  }
  /*******************页头end******************/
  /********************页脚******************/
  .foot-cate {
    padding: 0 12px;
  }
  .foot-form {
    width: 100%;
    height: auto;
    background-color: #2A5AB1;
    margin-top: 1.8rem;
    padding: 12px;
  }
  .foot-form .link-box {
    display: unset !important;
    padding: 12px;
  }
  .foot-form .form-box {
    display: flex;
    flex-direction: column;
  }
  .foot-form .form-box .form-item + .form-item {
    margin-left: 0;
    margin-top: 8px;
  }
  .foot-form .form-box .form-item .form-select {
    width: 21.25rem;
    height: 2.31rem;
    background: unset;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down-1.png);
    background-size: 0.76rem;
    background-repeat: no-repeat;
    background-position: 19.6rem;
    position: relative;
    color: #ffffff;
  }
  .foot-form .form-box .form-item .form-select option {
    color: #333;
  }
  .company-info {
    min-height: 7.75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .company-info .bottom-logo {
    width: 90% !important;
    height: auto !important;
  }
  .company-info .bottom-logo img {
    width: 100%;
  }
  .company-info .text-info {
    flex: unset;
    margin-left: 0;
    font-size: 1rem;
    padding: 12px;
  }
  .company-info .qrcode {
    width: 6rem;
    text-align: center;
  }
  .company-info .qrcode img {
    width: 6rem;
    height: 6rem;
  }
  #back_top {
    background-color: #dddddd;
    height: 38px;
    width: 38px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: none;
  }
  #back_top .arrow {
    border: 9px solid transparent;
    border-bottom-color: #3DA0DB;
    width: 0px;
    height: 0px;
    top: 0px;
  }
  #back_top .stick {
    width: 8px;
    height: 14px;
    border-radius: 1px;
    background-color: #3DA0DB;
    top: 15px;
  }
  #back_top div {
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  /*********************页脚end**********************/
  /************************公共banner***************************/
  .page-banner {
    width: 100%;
    height: 4.68rem;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .page-banner .text-box {
    height: 100%;
    position: relative;
  }
  .page-banner img {
    width: 100%;
    height: 100%;
  }
  .page-banner .banner-zh {
    font-size: 2.63rem;
    font-weight: bold;
    width: 51%;
    text-align: right;
    position: absolute;
    top: 5.3rem;
  }
  .page-banner .divider {
    width: 7rem;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(45deg);
    -ms-transform: rotate(9deg);
    /* Internet Explorer */
    -moz-transform: rotate(9deg);
    /* Firefox */
    -webkit-transform: rotate(-18deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(9deg);
    /* Opera */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .page-banner .banner-en {
    font-size: 2.25rem;
    font-weight: normal;
    width: 50rem;
    text-align: left;
    position: absolute;
    top: 9.6rem;
    left: 48.5%;
  }
  /************************公共banner***************************/
  /**************************pc左右结构菜单**************************/
  .layout-container {
    flex-direction: column;
  }
  .layout-container .layout-menu {
    width: 100%;
    padding-right: 0;
  }
  .layout-container .layout-menu .menu-title {
    display: none;
  }
  .layout-container .layout-menu .menu-items {
    overflow-x: scroll;
    white-space: nowrap;
    background: #e9e9e9;
  }
  .layout-container .layout-menu .menu-items .menu-item {
    display: inline-block;
    margin-left: 20px;
    background: #e9e9e9;
    padding: 12px 12px;
  }
  .layout-container .layout-menu .menu-items .menu-item.active {
    background-color: #2A5AB1;
    color: #fff !important;
  }
  .layout-container .layout-menu .menu-items .menu-item.active a {
    color: #fff !important;
  }
  .layout-container .layout-menu .menu-items .menu-item.active::after {
    content: "";
  }
  .layout-container .layout-menu .menu-items::-webkit-scrollbar {
    display: none;
  }
  .layout-container .layout-menu-mobile .menu-title {
    display: none;
  }
  .layout-container .layout-menu-mobile .menu-items {
    overflow-x: scroll;
    white-space: nowrap;
    background: #e9e9e9;
  }
  .layout-container .layout-menu-mobile .menu-items .menu-item {
    display: inline-block;
    margin-left: 20px;
    background: #e9e9e9;
    padding: 12px 12px;
  }
  .layout-container .layout-menu-mobile .menu-items::-webkit-scrollbar {
    display: none;
  }
  .layout-container .layout-main {
    margin-left: 0;
    max-width: 100%;
    padding: 0 12px;
  }
  .layout-container .layout-main .layout-header {
    display: none;
  }
  .layout-container .layout-main #qqmap {
    width: 100% !important;
  }
  /**************************pc左右结构菜单end**************************/
  /************************login页************************/
  /************************login页end************************/
  /************************message页************************/
  .form-group label {
    padding-left: 15px;
  }
  .form-group .required::before {
    left: 5px !important;
  }
  .form-group .captch-box {
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
  }
  .form-group .captch-box .taptcha {
    margin-top: 12px;
    margin-left: 0 !important;
  }
  .form-group .captch-box .cap-text {
    margin-top: 12px;
    margin-left: 0 !important;
  }
  /************************message页end************************/
  /************************news页************************/
  .layout-container .layout-main .layout-main-list {
    width: 100%;
  }
  /************************news页end************************/
  /************************news_detail页************************/
  .layout-container .layout-main .layout-main-content .art-content .sub-tip .time {
    /* margin-left: 6.63rem; */
    margin-left: 6px;
  }
  .layout-container .layout-main .layout-main-content .page-btn {
    flex-direction: column;
  }
  .art-op {
    display: none;
  }
  /************************news_detail页end************************/
  /************************search页************************/
  .layout-container .layout-main .layout-main-list {
    width: 100%;
  }
  .layout-container .layout-list {
    padding: 0 12px;
  }
  .search-tab-header {
    padding-left: 15px;
  }
  /************************search页end************************/
  /************************survey页************************/
  .sur-content {
    padding: 0;
  }
  /************************survey页end************************/
}

/*# sourceMappingURL=mobile.css.map */
