.main {
  position: relative;
  width: 1920px;
  height: 5114px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  /* background-color: #a00; */
  /* match背景主色，避免黑底 */
  color: #fff;
  width: 100vw;
}


.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Carousel Styles */
.carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: #a00;
  /* 轮播容器底色，拖动边界不露黑底 */
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-out;
  cursor: grab;
  will-change: transform;
  touch-action: pan-y;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-slide {
  flex: 0 0 100%;
  height: 100%;
  flex-shrink: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/*首页图片新闻  轮播图 样式*/
* {
  padding: 0;
  list-style: none;
  border: none;
}

#focus {
  width: 100%;
  ;
  height: 100%;
  ;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#focus ul {
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
}

#focus ul li {
  float: left;
  width: 100%;
  ;
  height: 100%;
  ;
  overflow: hidden;
  position: relative;
  background: #000;
}

#focus ul li img {
  width: 100%;
  ;
  height: 100%;
  ;
}

#focus .btnBg {
  position: absolute;
  width: 640px;
  line-height: 40px;
  height: 40px;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

#focus .btn {
  position: absolute;
  line-height: 40px;
  padding-right: 25px;
  bottom: 0px;
  right: 0;
  text-align: right;
  z-index: 5;
}

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 12px;
  height: 12px;
  _font-size: 0;
  margin-left: 10px;
  cursor: pointer;
  background: #c9c9c9;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

#focus .btn span a {
  font-size: 15px;
}

#focus .btn span.on {
  background: #fff;
}

/* Header Styles */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  width: 1723px;
    margin: 0 auto; */
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logo img {
  height: 80px;
  /* Adjust based on actual logo size */
  width: auto;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

nav ul li {
  position: relative;
  padding-bottom: 5px;
}

nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s;

  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}


nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 05px rgba(0, 0, 0, .3);
  border-radius: 8px;
}

nav ul li .sub:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #990d14;
}

nav ul li .sub .box {
  padding: 14px 0;
  text-align: center;
  display: grid;
}

nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: .6s;
  font-size: 17px;
  color: #333;
  text-align: center;
  min-width: 150px;
}

nav ul li .sub a:hover {
  color: #fff;
  background: #990d14;
}

nav ul li:hover .sub {
  filter: alpha(opacity=050);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.list_box0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list_box0 .head_li {
  font-size: 18px;
  display: inline-block;
  transition: .6s;
  position: relative;
  /* border-right: 1px solid #fff; */
  padding: 0 15px;
}

.list_box0 .head_li:last-child {
  padding-right: 0;
  border-right: none;
}

.list_box0 .head_li .search_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.list_box0 .head_li a {
  display: inline-block;
  color: #333;
}

.list_box0 .search_btn img {
  width: 32px;
  height: 32px;
}




footer{
    width: 100%;
    height: 300px;
    background: url(/statics/mip/static/picture/footerbg.png) no-repeat center center;
    background-size: contain;
    padding-top: 40px;
}
footer .footerbox>div{
    width: 80%;
    margin: auto;
    align-items: center;
}
footer .footerbox>div .logo{
    width: 540px;
    margin-right: 50px;
}
footer .footerbox>div .info{
    padding: 20px 170px 25px 15px;
    /* border-left: 1px solid rgba(255,255,255);
    border-right: 1px solid rgba(255,255,255); */
    position: relative;
}
footer .footerbox>div .info::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}
footer .footerbox>div .info::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}
footer .footerbox>div .info p:nth-child(1){
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 14px;
}
footer .footerbox>div .info p:nth-child(2),
footer .footerbox>div .info p:nth-child(3){
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    align-items: center;
    margin-bottom: 10px;
}
footer .footerbox>div .info img{
    width: 20px;
    margin-right: 15px;
}
footer .footerbox>div .links select{
    margin-left: 35px;
    width: 350px;
    height: 45px;
    padding-left: 20px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
footer .footerbox>p{
    /*margin-top: 10px;*/
    /*padding-top: 28px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}
footer .links{display: none;}
