@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "microsoft yahei", "Arial";color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}

/* 新的20250104 */
.logo {
    justify-content:center;
    display: flex;}
  .bg-red{
    background-color: #c62b32!important;
    color: #fff!important;
  }
  img, table, div {
    max-width: 100%;
    height: auto;
  }
  /* 搜索按钮 */
  .btn-search { position: relative; display: block; float: right; width: 20px; height: 20px; background: url("../images/icon-search.png") no-repeat center / 20px 20px; transition: background-image .3s ease-in-out; cursor: pointer; margin: 45px 0 0 55px; }
  .btn-search.btn-search2 { display: none; }
  .btn-search::before { content: ''; display: block; width: 2px; height: 17px; background: #ccc; position: absolute; top: 50%; margin-top: -8px; left: -32px; }
  .btn-search:hover { background-image: url("../images/icon-search-red.png"); }
 
  /* 移动端-导航按钮 */
  .btn-nav { position: relative; float: right;  width: 30px; height: 36px; margin: 17px 0 0; }
  .btn-nav i { display: block; width: 100%; height: 3px; background: #333; position: absolute; left: 0; border-radius: 1.5px; }
  .btn-nav i:nth-of-type(1) { top: 15%; transition: top .2s ease-in-out, margin-top .2s ease-in-out, transform .2s ease-in-out; }
  .btn-nav i:nth-of-type(2) { top: 50%; margin-top: -1.5px; transition: background .2s ease-in-out; }
  .btn-nav i:nth-of-type(3) { bottom: 15%; transition: bottom .2s ease-in-out, margin-bottom .2s ease-in-out, transform .2s ease-in-out; }
  .btn-nav.active i:nth-of-type(1) {transform: rotate(45deg);top: 50%;margin-top: -1.5px;}
  .btn-nav.active i:nth-of-type(2) { background: transparent; }
  .btn-nav.active i:nth-of-type(3) { transform: rotate(-45deg); bottom: 50%; margin-bottom: -1.5px; }
  /* 导航 */
  /* wrapper */
  .wrapper { width: 100%; height: 100%; max-width: 1600px; min-width: 320px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; }
  @media (max-width: 1024px) { .wrapper { padding: 0 15px; } }
  
  /* header */
  .header { position: relative; z-index: 1000; width: 100%; height: 110px; background: #1e2023; box-shadow: 0 0 25px rgba(0,0,0,.1); }
  @media (max-width: 1366px) { .header { height: 90px; } }
  @media (max-width: 1024px) { .header { height: 70px; top: 0; left: 0; } }
  
  /* logo */
  .logo { display: inline-block; float: left; height: 100%; box-sizing: border-box; padding: 20px 0; }
  .logo img { height: 100%; }
  @media (max-width: 1366px) { .logo { padding: 15px 0; } }
  @media (max-width: 1024px) { .logo { padding: 12px 0; } }
  .nav { display: inline-block; float: right; height: 100%; margin: 0; padding: 0; }
  .nav > li { height: 100%; margin-left: 30px; }
  .nav > li:nth-of-type(1) { margin-left: 0; }
  .nav > li > a { position: relative; overflow: hidden; display: inline-block; z-index: 0; height: 100%; line-height: 110px; padding: 0 10px; font-size: 18px; color: #1e3247; transition: color .3s ease-in-out, background .3s ease-in-out; }
  .nav > li:hover > a { color: #b42c33; background: #f5f5f5; }
  .nav > li.active > a { color: #b42c33; font-weight: bold; }
  .nav > li > i { display: none; width: 70px; height: 70px; position: absolute; z-index: 1; top: 0; right: 0; background: url(../images/icon-hasub.png) no-repeat center / 11.5px 6.5px; }
  @media (max-width: 1366px) {
      .nav > li { margin-left: 15px; }
      .nav > li > a { line-height: 90px; font-size: 16px; }
  }
  @media (max-width: 1024px) {
      .nav { position: fixed; width: 75%; height: 100vh; box-sizing: border-box; z-index: 1; top: 70px; right: -75%; -webkit-backdrop-filter: saturate(180%) blur(5px); backdrop-filter: saturate(180%) blur(5px); background: #1e2023; padding: 15px 15px 140px; transition: right .3s ease-in-out;
           overflow-x: auto;
          overflow-y:scroll; 
      }
      .nav::-webkit-scrollbar { width: 0; background-color: transparent; }
      .nav.active { right: 0; }
      .nav > li { margin: 0; width: 100%; border-bottom: 1px solid #ddd; position: relative; height: auto; }
      .nav > li > a { display: block; font-size: 16px; color: #5f6266; height: 70px; line-height: 70px; padding: 0; width: 100%; }
      .nav > li:hover > a { color: #5f6266; background-color: transparent; }
      .nav > li.active > a { color: #b42c33; font-weight: normal; }
      .nav > li > i { display: block; }
  }
  .weixinma{
    margin: 0 auto;
    width: 115px;
    padding: 15px 0;
  }
  .ztel {
    margin-bottom: 10px;
    padding-left: 48px;
    background: url(../images/ico_tel.png) no-repeat left center;
    font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
    font-size: 30px;
    color: #fff;
    line-height: 40px;
  }
  
  .svg-icons {
    margin: 0 10px;
    width: 24px;
    height: 24px;
    fill: #8c8c8c;
  }
  .zdouyin{
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .pd10{
    padding-left: 10px;
  }
  .hdp{
    text-align: center;
  }

.language img {
    vertical-align: middle;
    padding-right: 6px;
}