
/* 设置1rem=100px */
html {
  font-size: 625%;
}
body {
  min-width: initial;
}
/*pad竖屏*/
@media(max-width:999px) {
  body {
    overflow-x: hidden;
  }
  .res-container {
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .container-in {
    width: 96%;
    margin: 0 2%;
  }
  #main_content {
    padding-bottom: 0;
    min-height: 0;
  }
  body {
    background-color: #FEFEFE;
    width: 100%;
  }
  /*header*/
  #header-nav > li {
    padding: 0 10px;
  }
  .header-qhee-user .sub-header-nav {
    left: auto;
    right: -2vw;
  }
  #header-navs a {
    font-size: 15px;
  }
  #header-navs .account-header-nav {
    margin-right: 2.5%;
  }
  #account-logo img {
    margin-left: 2.5%;
    width: auto!important;
    height: 40px!important;
    margin-top: 10px!important;
  }
  .header-qhee #header-nav a {
    margin-left: 22px;
  }
  /*footer*/
  #qhee-footer-sub {
    position: relative;
  }
  #qhee-footer {
    padding: 0 0 20px 0;
  }
  #qhee-footer {
    background: #EDEDED;
    height: auto;
    position: static;
  }
  #footer-desc, #footer_logo {
    display: none;
  }
  #footer-con {
    color: #999;
  }
  #footer-con a {
    color: #999;
  }
  #footer_link {
    float: none;
    text-align: center;
  }
  #footer_link li {
    padding: 0 3.5%;
    margin: 10px 0;
    float: none;
    display: inline-block;
    line-height: 1;
  }
  #footer_link li + li {
    border-left: 1px solid #D1CFCF;
  }
  #footer_at {
    float: none;
  }
  #footer_at li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3px 0!important;
    margin: 0!important;
  }
  #footer_at li .iconfont, #footer_at li span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
  #client_service {
    margin-right: 0;
  }
  #dami_code {
    line-height: 2;
  }
  #dami_code p {
    display: block;
  }
  .QH-txt {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  .QH-txt span {
    display: inline-block;
  }
  /*弹窗*/
  .qhee-form-iconfont {
    top: 10px;
    right: 10px;
  }
  .qhee-form-close {
    font-size: 24px;
    color: #CCC;
  }
  .qhee-form-iconfont span {
    display: none;
  }
}
/*手机横屏*/
@media(max-width:890px) {
  .container-in {
    width: 94%;
    margin: 0 3%;
  }
  /*header*/
  .header-user-icon {
    display: block;
  }
  .header-nav-icon, .header-qhee-en {
    display: block;
  }
  .header-qhee-user .sub-header-nav {
    right: -3vw;
  }
  .header-qhee #header-nav {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 106%;
    position: absolute;
    top: 65px;
    left: -3%;
    margin-left: 0;
    padding-left: 3%;
    background: #16212C;
    background: rgba(22,33,44,.9);
    display: none;
    clear: both;
    z-index: 2;
  }
  .header-qhee #header-nav li {
    float: none;
    text-align: left;
    border-bottom: 1px solid #39414A;
    line-height: 54px;
    display: block;
    padding: 0;
  }
  .header-qhee #header-nav li a {
    display: block;
    color: #FFF;
    border-left: none!important;
    line-height: 54px;
    border-bottom: none;
  }
  /*footer*/
  #qhee-footer {
    font-size: 12px;
  }
  #footer_at {
    margin-top: 20px;
  }
  #client_service, #phone_service {
    display: block;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
  }
  #phone_service {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 10px;
  }
  .footer_icon {
    transform: scale(.7);
  }
  #client_service .iconfont {
    font-size: 14px;
  }
  /*图文列表:中心动态,梧桐资讯*/
  .m-news-img {
    width: 180px;
    height: 120px;
  }
  .m-news-con {
    margin-left: 192px;
  }
  .m-news-summary {
            line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 3em;
  }
  /**/
  .m-tab-nav a {
    margin-left: 15px;
  }
  /*表单弹窗*/
  .qhee-dialog-form {
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 90%;
    padding: 30px 5%;
  }
  .qhee-form-title h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  input.qhee-form-input {
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% - 80px);
  }
  .qhee-form-control label {
    text-align: left;
    padding-right: 10px;
  }
  .qhee-form-img + span, .qhee-form-btns label {
    display: none;
  }
  .qhee-form-btns input[type=submit], .qhee-form-btns input[type=button] {
    width: 48%;
  }
  .qhee-form-btns input + input {
    margin-left: 4%;
  }
  input.qhee-form-code {
    width: calc(100% - 218px);
  }
  .qhee-form-img {
    margin-left: 4px;
  }
  .qhee-error-content img {
    margin-top: -15%;
  }
}
/* 手机横屏 */
@media screen and (max-width: 767px) and (orientation : landscape) {
  .binder-form-submit {
    padding-top: 20px;
    padding: 10px 10%;
  }
}
@media(max-width: 600px) {
  #notice_tip {
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 30%;
    width: 100%;
  }
}
/*手机竖屏*/
@media(max-width:479px) {
  body {
    min-width: 320px;
  }
  #footer_link li {
    padding: 0 2%;
  }
  #footer_link {
    margin-top: 10px;
  }
  #footer_at {
    margin-top: 10px;
  }
  .QH-txt {
    padding-top: 10px;
  }
  /*图文列表-中心动态、梧桐资讯*/
  .m-news-list li {
    padding: 20px 0;
  }
  .m-news-title {
    font-weight: normal;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
            line-clamp: 2;
    -webkit-line-clamp: 2;
    max-height: 3em;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
  }
  .m-news-img {
    width: 120px;
    height: 80px;
  }
  .m-news-con {
    margin-left: 130px;
  }
  .m-news-summary {
    display: none;
  }
  .m-news-detail {
    display: none;
  }
  .m-cnews-img {
    width: 140px;
  }
  .company-news li {
    margin-left: 0;
  }
  .company-logo {
    position: static;
    display: none;
  }
  .news-info {
    font-size: 12px;
  }
  .news-info em {
    margin-left: 12px;
  }
  .news h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .qhee-err-text {
    bottom: 30px;
  }
  .qhee-err-text a {
    width: 120px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
}