html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
  }
  body {
    line-height: 1.5;
    font-size: 14px;
    font-family:'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #353535;
    background:url(../images/body_bg.jpg);
    background-size: 100% 100%;
  }
  
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
  }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  textarea {
    resize: none;
  }
  img {
    border: 0;
    vertical-align: bottom;
  }
  a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
    color: #353535;
  }
  ul,
  li {
    list-style: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-variant: normal;
  }
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
    overflow: hidden;
  }
  .clear-p-t{
    padding-top: 0 !important;
  }
  .clear-margin{
    margin: 0 !important;
  }
  .clear-b-margin{
    margin-bottom: 0 !important;
  }
  .p-light{
      padding-left: 5px;
  }
/* 设置滚动条的宽度 */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #CECECE;
}
/* 设置滑块在hover时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background-color: #942032;
}
 
  .wrap {
    display: block;
    width: 100%;
}
.wrap_head{
    width: 100%;
    height: 90px;
    display: contents;
}
.head_con {
    display: block;
    width: 1200px;
    height: 110px;
    margin: 0px auto;
    z-index: 2;
}
.head_con .logo {
    display: block;
    height: 76px;
    width: 280px;
    padding-top: 20px;
    float: left;
}
.head_con .translate {
    display: block;
    margin-top: 20px;
    float: right;
}
#translate{
    display: none;
}
.head_con .logo h1 {
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
    display: block;
    height: 76px;
    width: 280px;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}
.menu_list{
    width: 1200px;
    height: 35px; 
    cursor: pointer;
    background: #9B2034;
    margin: 0px auto;
    border-radius: 4px;
}
.menu_list ul{
    display: flex;
}
.menu_list .menu_item {
    position: relative;
    flex: 1;
}
.menu_list .menu_item a:focus{-moz-outline-style: none; }
.menu_list .menu_item .txt.active {
    background: #6b0617;
    font-weight: 700;
}
.menu_list .menu_item .txt:hover {
    background: #6b0617;
    transition: all 0.2s ease-in;
    font-weight: 700;
}
.menu_list .menu_item .sub-nav{position:absolute;top:35px;left:0;list-style:none;background-color:#efefef;display:none;z-index: 99; opacity: .9; padding-top: 5px;white-space: nowrap;}
.menu_list .menu_item .sub-nav li{text-align:left;clear:left;min-width:180px;height:35px;line-height:35px;position:relative; padding: 5px 15px;max-width:100%}
.menu_list .menu_item .sub-nav li a{height:34px;line-height:34px;width:100%;padding:0;display:inline-block; color: #9B2034;font-weight: bold;}
.menu_list .menu_item .sub-nav li:hover{
    background: #6b0617;
     transition: all 0.2s ease-in;
}
.menu_list .menu_item .sub-nav li:hover a{
    color: #ffffff;
}
.menu_list .menu_item .txt{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    opacity: 0.95;
    position: relative;
    padding: 0 40px;
}

.index_box{
    width: 1200px;
    margin: auto;
}
.index_left{
    width: 650px;
    float: left;
}
.index_right{
    width: 550px;
    float: right;
    background: #9B2034;
}
.index_right img{
    width: 100%;
}
.index_left .l_item{
    margin-top: 60px;
}
.index_left .l_item li{
    width: 160px;
    height: 160px;
    margin: 40px 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.index_left .l_item li .tit{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 130px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    opacity: .8;
    font-size: 16px;
    font-weight: bold;
    z-index: 4;
}
.index_left .l_item li img{
    width: 160px;
    height: 160px;
    border-radius: 100%;
}

.main_box{
    width: 1200px;  
    margin: auto;
    margin-top: 25px;
}
.main_box .left{
    width: 240px;
    padding: 10px;
    height: 500px;
    float: left;
    margin-right: 26px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid #D9D9D9;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
    overflow-y: scroll;
}
.item_link {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in;
    overflow: hidden;
}
.item_link.active {
    color: #9B2034;
    font-weight: bold;
}
.item_link.active a{
    color: #9B2034;
    font-weight: bold;
}
.item_link .link_icon {
    width: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
    color: #ffffff;
}
 .arrow {
            transition: transform 0.3s ease;
            display: inline-block;
        }
        
        .arrow.down {
            transform: rotate(90deg);
        }

        
        .submenu.active {
            max-height: 500px; /* 足够大的值确保能显示所有子项 */
        }
        
        .submenu li {
            padding: 10px 15px 10px 38px;
            cursor: pointer;
        }
.main_box .right{
    width: 870px;
    overflow-y: scroll;
    padding:30px 20px;
    height: 460px;
    float: right;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
}
.main_box .right  img{
 max-width: 100%;
}
.main_box .right  table{
 width: 100%;
}
.main_box .right  table tr td{
 padding: 5px;
}
.foot{
    margin: auto;
    padding-top: 10px;
    width: 100%;
    display: grid;
    border-top: 1px solid #f2f3f5;
}
.foot p{
    margin: 0 8px;
    font-size: 14px;
    text-align: center;
}
