@media (min-width: 1921px) {
  .container {
    max-width: 1460px;
  }
}

@media (max-width: 1920px) {
  .container {
    max-width: 1460px;
  }
  
}

@media (max-width: 1690px) {

  .nav ul li a {
    padding: 0 13px;
  }

  .headDiv .logo img {
    height:57px;
  }
    .arrow-btn{ display: none;}
}
@media screen and (max-width:1590px) {

    .headDiv .logo img {
    height: 55px;
  }
      .nav ul li a {
    padding: 0 10px;
  }

}
@media screen and (max-width:1480px) {
  .headDiv .logo img {
    height: 50px;
  }

  .headDiv .top_menu,
  .dflex_end {
    padding: 0 30px;
  }


}

@media screen and (max-width:1366px) {

  .headDiv .top_menu,
  .dflex_end {
    padding: 0 10px;
  }

  .nav ul li a {
    padding: 0 10px;
    font-size: 15px;
  }

  .dflex_end {
    font-size: 14px;
  }

}

@media screen and (max-width:1280px) {
  .container {
    max-width: 1200px;
  }

  .nav ul li a {
    padding: 0 3px;
    font-size: 14px;
  }

  .footer_logo img {
    height: 60px;
  }
.login_box .fl_wrap b{ font-size: 28px;}
.login-container{ width: 100%;}
}

@media screen and (max-width:1200px) {
  .headDiv .logo img {
    height: 45px;
  }

  .container {
    width: 100%;
  }
  .arrow-btn{ display: none;}
    .nav ul li a {
    padding: 0 5px;
    font-size: 14px;

  }
}

@media screen and (max-width:1160px) {
  .nav ul li a {
 
    font-size: 14px;

  }

  .headDiv .logo img {
    height: 46px;
  }

}
@media screen and (max-width:1120px) {


  .headDiv .logo img {
    height: 38px;
  }


}
@media screen and (max-width:1068px) {
  .nav ul li a {
    padding: 0 3px;
  }

  .headDiv .logo img {
    height: 30px;
  }


}
/* 桌面端悬停效果  */
@media (min-width: 990px) {

  .nav a:hover,
  .nav li:hover>a {
    color: #F8931D;

  }

  .nav li:hover>.submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .nav li .submenu li:hover>.submenu {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width:990px) {

  /*头部*/
  .headDiv .wal {
    padding: 0 15px;
  }

  .dflex_end {
    display: none;
  }

  .nav ul li.login,
  .nav ul li.register {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    transition: all 0.4s ease;
    transform: translateY(-100%);
    z-index: 9998;
    overflow-y: auto;
    max-height: 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
  }

  .arrow-btn i {
    display: block;
  }

  .nav.active {
    transform: translateY(0);
    max-height: 80vh;
    opacity: 1;
    visibility: visible;
  }

  .nav>ul {
    flex-direction: column;
    padding: 10px 0;
  }

  .nav li {
    width: 100%;
  }

  .nav ul li a {
    height: auto;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    height: auto;
    line-height: 24px;
  }

  /* 移动端箭头按钮 */
  .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
  }


  /* 多级菜单在移动端样式 */
  .submenu {
    position: static;
    width: 100%;
    margin-top: 0;
    border-top: none;
    border-left: 4px solid #F8931D;
    box-shadow: none;
    display: none;
    padding-left: 0;
    background: #f8f9fa;
    opacity: 1;
    transform: none;
  }

  .third-level {
    border-left: 4px solid #019A3F;
  }

  .fourth-level {
    border-left: 4px solid #ff9800;
  }

  .nav ul li ul li a {
    padding-left: 30px;
  }

  .nav ul li ul li ul li a {
    padding-left: 45px;
  }

  .nav ul li ul li ul li ul li a {
    padding-left: 60px;
  }

  .hamburger {
    display: block;
  }

  /*banner*/
  #banner .swiper-button {
    display: none;
  }

  #banner .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;

  }

  #banner .swiper-slide .pcimg {
    display: none !important;
  }

  #banner .swiper-slide .mobimg {
    display: block !important;
  }

  .fix-side {
    display: none;
  }

  .nav-top {
    display: block;
  }

  .footer-nav {
    display: none;
  }

  .entrance .ent_item {
    padding: 20px;
  }

  .item-icon {
    top: 20px;
    left: auto;
    right: auto;
    margin: 0 auto;
  }

  .entrance .ent_item b {
    margin-top: 60px;
    font-size: 18px;
    display: block;
  }

  .main_title p {
    font-size: 20px;
  }

  .cycountry ul li a {
    margin-right: 20px;
    font-size: 16px;
  }

  .main_title a {
    font-size: 14px;
  }

  .cs_r .cs_rtit ul li a {
    font-size: 16px;
    padding: 5px;
  }

  .cs_r .cs_rc ul li.on a h3 {
    font-size: 16px;
  }

  .cs_r .cs_rc ul li a div p {
    font-size: 15px;
  }

  .assessment a .name {
    font-size: 18px;
  }

  .news-list a {
    font-size: 16px;
  }

  .case-content2 b {
    font-size: 20px;
  }

  .content_wrap {
    flex-direction: column;
  }

  .news {
    width: 100%;
  }

  .abroad_fr {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .abroad_fr a {
    width: calc(33.33% - 20px);
    margin: 10px;
  }

  .foot {
    flex-direction: column;
  }

  .footer_logo {
    flex-direction: column;
  }

  .footer_logo img {
    margin-bottom: 20px;
  }

  .footer_logo p {
    margin-left: 0;
    text-align: center;
  }

  .entry_box {
    width: 390px;
  }

  .headDiv .top_menu {
    height: 60px;
    width: 100%;
  }

  .headDiv .logo img {
    height: 50px;
  }
    /*  */
  .layout_box .content_fr{ padding: 20px;}
  .layout_box .slide_nav .slide_tit{ padding: 20px;}
  .layout_box .slide_nav .slide_tit{ font-size: 20px;}
   .assessment_result{ flex-direction: column; margin-top: 10px;}
  .assessment_result .ressult_fl{ width: 100%;}
  .assessment_result .ressult_fl ul{ display: flex; position: relative; top:0}
.assessment_result .ressult_fl ul li{ width: calc( 50% - 20px); margin: 10px;}
.assessment_result .ressult_fl li a{border-right:none; text-align: center;}
.assessment_result .ressult_fl li a.on { border-right: none;}
.assessment_result .ressult_fl{ box-shadow: none;}
.assessment_result .ressult_fr{ padding-right: 0; width: 100%; flex-direction: column;}
.result_card{ width: 100%;}
.ressult_fr .result_conclusion{ width: calc(100% - 20px); margin: 10px;}
.ressult_fr .result_target{ margin-left: 0; width: calc(100% - 20px); margin: 20px 10px;}
.assessment_result .same_fr{ padding-right: 0; width: 100%;}
.same .btn-group {
  width: 100%;
  flex: auto;
}
.same .filter-btn{ flex: 1;}
.same .filter-title{ width: 100%;}
.result_card-title h2{ font-size: 20px;}
.result_card{ padding: 15px;}
.overall-score{ min-width: auto;}
.login_box .login_wrap{ flex-direction: column;}
.login_box .fr_wrap{ width: 100%;}
.login_box .fl_wrap b{ font-size: 20px; text-align: center;}
.login_box{ height: 100%; overflow: visible;}
}

@media screen and (max-width:768px) {

  /*头部*/
  #header {
    height: 60px;
  }

  .top-box .logo {
    justify-content: flex-start;
    height: 60px;
  }

  .top-box .logo img {
    max-height: 45px;
  }

  .mobile-nav-toggle {
    top: 5px;
  }

  .pic-data {
    width: 100%;
  }

  .zxjj-box {
    width: 100%;
    margin-top: 30px;
  }

  .csjj a {

    width: calc(50% - 20px);
    margin: 10px;

  }

  .csjj a:last-child {
    margin-right: auto;
  }

  .jz_box {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .jz_box .jz_fl {
    width: 100%;
    margin-right: 0;
  }

  .jzgs_btn {
    flex-direction: row;
    width: 100%;
  }

  .jzgs_btn a {
    margin: 20px;
  }

  .kt_cont .kt_fr {
    margin-right: 0;
    width: 100%;
  }

  .kt_cont .kt_fl {
    width: 100%;
    margin-top: 10px;
  }

  .kt_rtit ul li {
    width: calc(33.33% - 10px);
  }

  .kt_rtit ul li:last-child {
    margin-right: 0;
  }

  .ab_bottom ul {
    flex-wrap: wrap;
  }

  .ab_bottom li a p {
    text-align: center;
  }

  .ab_bottom ul li {
    width: 50%;
    margin: 10px 0;
  }

  .jz_box .jz_fr {

    padding: 10px;
    width: 100%;

  }

  .zhkt-box {
    width: 100%;
  }

  .zb-data {
    width: 100%;
    margin-top: 20px;
  }

  .kt_cont .qk ul li {
    border: 1px solid #ececec;
    width: calc(50% - 10px);
    margin-top: 10px;
    margin: 5px;
  }

  .zb-data .swiper-button-next {
    right: 0;
  }

  .zb-data .swiper-button-prev {
    left: 0;
  }

  .pic-data .swiper-button-prev {
    right: 0;
  }

  .pic-data .swiper-button-next {
    left: 0;
  }

  .foot {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .footer_logo {
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }

  .title {
    font-size: 24px;
  }

  .kt_cont ul li {
    width: calc(50% - 10px);
    margin: 5px;

  }

  .footer_logo {
    width: 100%;
  }

  .donOk a {
    display: block;
    width: 98px;
    height: 45px;
  }

  .noticeBox span {
    display: inline;
    float: left;
    width: 50px;
    height: 50px;
    background: #CA231E;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 5px;
    line-height: 20px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
  }

  .link {
    justify-content: flex-start;
  }

  .link a {
    color: #666;
    width: calc(33.33% - 10px);
    margin: 5px;
  }

  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .company-info {
    margin-bottom: 20px;
  }

  .report-body {
    padding: 20px 0;
  }

  .action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .risk-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    height: auto;
  }

  .process-steps {
    flex-direction: column;
    padding: 10px;
  }

  .step {
    margin-bottom: 10px;
  }

  .step:not(:last-child):after {
    display: none;
  }

  .process-content {
    padding: 20px;
  }

  .action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .countries-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .tabs-header {
    flex-wrap: wrap;
  }

  .tab-item {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .entrance .ent_item b {
    line-height: 28px;
  }

  .btn_go a {
    width: 134px;
    line-height: 45px;
    font-size: 14px;
  }

  .cycountry ul li a {
    margin-right: 10px;
  }

  .assessment a img {
    width: 50px;
    height: 50px;
  }

  .cs_r .cs_rtit ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  /*  */
.layout_box{ margin-top: 0px; display: block;}
.layout_box .slide_nav{ width: 100%;}
.search_box{ margin: 20px 0;}
.layout_box .content_fr{ width: 100%;}
.mod_bord_ul{ flex-wrap: wrap;}
.sch-btn-filter {
  width: 135px;font-size: 15px;
}
.sch-input{ font-size: 15px;}
.ellipsis-cell{    width: 100%;white-space: normal;    text-overflow: clip;}
.fr_search{ width: 100%;}
.fr_search .layui-form { width: 100%;}
.layui-inline {
}
.score-section{ flex-direction: column;}
  .banner-title span {
    font-size: 38px;
  }
  .banner-title{ margin: 40px 0;}
  .box-wrapper{ padding-top: 50px;}
}

@media screen and (max-width:640px) {
  .entrance .ent_item {
    padding: 10px;
  }

  .main_title p {
    font-size: 18px;
  }

  .entrance .ent_item b {
    font-size: 16px;
  }

  .entrance .ent_item p {
    font-size: 14px;
  }

  .cs_r .cs_rc ul li.on a h3 {
    font-size: 15px;
  }

  .cs_r .cs_rc ul li a h3 {
    font-size: 15px;
  }

  .cs_r .cs_rc ul li a div p {
    font-size: 14px;
  }

  .cs_r .cs_rc ul li a div {
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .assessment a .name {
    padding: 10px;
    font-size: 16px;
    display: block;
    height: 65px;
  }

  .assessment a .more {
    width: 100px;
    padding: 5px 10px;
  }

  .in_news b {
    font-size: 16px;
    margin: 0;
  }

  .main_box {
    padding: 15px;
  }

  .entry_box {
    padding: 15px;
  }

  .entrance .ent_item {
    margin: 5px;
  }

  .entry_box {
    width: 360px;
  }

  .news-list em {
    font-size: 14px;
  }
  .banner-title span {
    font-size: 34px;
  }
  .banner-title{ margin: 30px 0;}
}

@media screen and (max-width:480px) {
  .headDiv .logo img {
    height: 40px;
  }

  .logo_tu img {
    width: 80%;
    height: auto;
  }

  #header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-nav-toggle i {
    width: 40px;
    height: 40px;
    line-height: 40px;

  }

  .mobile-nav-toggle {
    top: 10px
  }

  .jzgs_btn a {
    width: 100%;
    margin: 10px 0;
  }

  .jzgs_btn {
    flex-direction: column;
  }

  .cs_r .cs_rtit ul li {
    width: calc(49% - 10px);
    margin: 5px;
  }

  .link a {
    color: #666;
    width: calc(50% - 10px);
    margin: 5px;
  }

  .countries-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .country-item {
    flex-direction: column;
    text-align: center;
  }

  .country-item img {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .tab-item {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .entry_box {
    width: 100%;
    border-top-right-radius: 10px;
  }

  .entry_box:after {
    display: none;
  }

  .entrance {
    border-radius: 0 0 10px 10px;
  }

  .entrance .entrance_box {
    flex-direction: column;
  }

  .entrance .ent_item {
    width: 100%;
  }

  .item-icon {
    top: 10px
  }

  .assessment {
    flex-direction: column;
  }

  .assessment a {
    margin: 10px 0;
  }

  .entrance .ent_item {
    margin: 10px 0;
  }

  .assessment a .name {
    height: auto;
    padding: 20px 0;
  }

  .in_news a {
    flex-direction: column;
  }

  .in_news .img {
    width: 100%;
  }

  .in_news .info {
    width: 100%;
    margin-top: 10px;
  }

  .abroad_fr a {
    width: 100%;
    margin: 10px 0;
  }

  .abroad_fr {
    flex-direction: column;
  }

  .footer_logo img {
    height: 42px;
  }

  .foot .ewm img {
    width: 90px;
  }

  .news-list i {
    width: calc(100% - 95px);
  }

  .main_title p {
    font-size: 16px;
  }

  .news-list a {
    font-size: 14px;
  }

  .in_news b {
    font-size: 15px;
  }

  .in_news p {
    font-size: 14px;
  }

  .btn_go a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .same .btn-group {
  width: 100%;
  flex: auto;
}

.same .filter-btn{ width: 100%; flex: auto;}
.assessment_result .ressult_fl li a{ font-size: 16px;}
  .banner-title span {
    font-size: 28px;
    line-height: 1.8;
  }
  .analysis{ padding: 30px 0;}
  .analysis .tit b{ font-size: 28px;}
}