@charset "UTF-8";
*{margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;outline: 0px;}
body {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  font-size: 14px;
  font-family: "Microsoft YaHei","SourceHanSansCN-Regular";
  overflow-x: hidden;
  background: #fff;
}
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
ol,ul {
  margin-bottom: 0;
}
.h1, .h2, .h3,.h5, h1, h2, h3,h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none !important;
}
.trs {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis2{
   display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
}
.ellipsis3{
   display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
}
/* 定义滚动条整体样式 */
::-webkit-scrollbar {
  width: 4px; /* 垂直滚动条宽度 */
  height: 4px; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

/* 滚动条滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a:focus,a:hover {
  text-decoration: none !important;
}
i,em {
  display: block;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.scale-img {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  position: relative;
  display: block;
}
.scale-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.scale-img:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
.wrapper,.container,.wrapper2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper {
  width: 1400px;
  /* border: solid 1px blue;
  */
}
.wrapper2 {
  width: 1000px;
  /* border: solid 1px blue;
  */
}
/* 头部导航 */
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 120px;
  line-height: 120px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
   height: 46px; 
}
.navmenu {
  list-style: none;
  display:flex;
}
.navmenu li {
  margin: 0 0px 0px 60px;
  position: relative;
}
.navmenu li:nth-of-type(1) {
  margin-left: 0px;
}
.navmenu li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #dc0816;
  position: absolute;
  bottom: 45px;
  left: 0px;
}
.navmenu li a {
  font-size: 20px;
  color: #333;
}
.navmenu li:hover a,
.navmenu li.active a {
  color: #dc0816;font-weight: bold;
}
/*banner*/
.bannerindex {
  position: relative;
  max-width:100%;
  overflow: hidden;
}
.bannerindex p {
  position: absolute;
  top: 27.7%;
  width: 100%;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  letter-spacing: 14px;
}
.swiper-paginationa {
  position: absolute;
  bottom: 34px;
  z-index: 999;
  text-align: center;
}
.swiper-paginationa .swiper-pagination-bullet {
  background: #ffffff;
  width: 18px;
  height: 18px;
  margin: 0px 29px!important;
  opacity: 1!important;
}
.swiper-paginationa .swiper-pagination-bullet-active {
  background: #cb001e;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: initial;
  bottom: 30px;
}
/* 守护榜单 */
.guard-list {
}
.guard-list ul {
  list-style: none;
  display: flex;
   flex-wrap: wrap;
  justify-content:flex-start; /* 所有块靠左对齐 */
  gap:30px; 
}
.guard-list li {
  width: 18.2%;
  margin-top: 34px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.guard-list li .scale-img{border-radius: 12px 12px 0px 0px;overflow: hidden;}
.guard-list li:hover .name{color:#dc0816;}
.guard-list li img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  object-fit: cover;
}
.guard-list li .name {
  font-size: 20px;
  color: #000000;
  margin-top: 18px;
}
.guard-list li .title {
  font-size: 16px;
  color: #666666;
  margin-top: 4px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
/*新闻*/
.latest-news {
  width: 63.214%;
}
.newslist li {
  padding: 42px 0 42px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.newslist li .img {
  float: left;
  width: 288px;
  height: 163px;
  overflow: hidden;
}
.newslist li .scale-img{border-radius: 8px;overflow: hidden;}
.newslist li img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}
.newslist li .con {
  width: 557px;
  float: right;
}
.newslist li .con h2,.newslist li .con h2 i {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.newslist li .con h2 a {
  color: #000000;
}
.newslist li .con p {
  font-size: 15px;
  line-height: 26px;
  color: #747474;
  margin-top: 15px;
    display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
}
.newslist li .con .other {
  position: absolute;
  width: 557px;
  right: 0;
  bottom: 35px;
}
.newslist li .con .other span,.newslist li .con .other span em{
  font-size: 14px;
  color: #adadad;
  margin-right: 35px;
}
.newslist li .con .other span em {
  display: inline-block;
  margin: 0 12px;
}
.newslist li .con .other .tag {
  float: right;
  margin: 0;
}
.newslist li .con .other .tag a {
  color: #adadad;
  display: inline-block;
  margin-left: 15px;
}
.newslist li:hover .con h2 a,.newslist li .con .other .tag a:hover {
  color: #cb1c1d;
}
.ai-query,.ai-query2 {
  width: 33.286%;
}

/* 底部 */
.footer {
  background: #db0a17;
  color: #fff;
  padding: 50px 0 40px;
  font-size: 16px;
  text-align: center;
}
.foot_menu,.foot_number,.foot_copyright {
  text-align: center;
  color: #fff;
}
.foot_menu a,.foot_copyright a,.foot_copyright span {
  position: relative;
  padding: 0px 15px;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  color: #fff;
}
.foot_menu a: after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 0px;
}
.foot_menu a: last-of-type: after {
  display: none;
}
.foot_link {
  margin-top: 37px;
}
.foot_copyright {
  line-height: 36px;
  margin-top: 10px;
}
/* 面包屑导航 */
.breadcrumbs {
  line-height: 51px;
  height: 51px;
  background: #f2f2f2;
}
.breadcrumbs p {
  padding-left: 27px;
  font-size: 14px;
  color: #666666;
  background: url(../images/pos.png) 0 center no-repeat;
}
.breadcrumbs p a {
  color: #666666;
}
.breadcrumbs p a: hover {
  color: #db0a17;
}

.breadcrumbs2 {
    margin-bottom: 40px;
    border-bottom: solid 1px #f3f3f3;
    padding-bottom: 22px;
}
.search_bar {
  position: relative;
  width: 100%;
  height: 66px;
  border-radius: 8px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 17px;
}
.search_bar input {
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  padding-left: 186px;
  padding-right: 130px;
  border: 0px;
  outline: 0px;
  border: solid 1px #dbdbdb;
  border-right: 0px;
  font-size: 16px;
}
.search_bar .search_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 66px;
  color: #fff;
  width: 165px;
  font-size: 18px;
  background: #e5404f url(../images/search_ico.png) no-repeat 29px center;
  padding-left: 78px;
  font-weight: bold;
}
.search_bar inputt: : -webkit-input-placeholder {
  color: #999999!important;
  font-size: 18px;
}
.selectdiv,#search_bar2 label {
  width: 158px;
  height: 66px;
  border: solid 1px #d1d1d1;
  z-index: 99;
  background: #fff;
  position: absolute;
  top: 0px;
  border-radius: 8px 0px 0px 8px;
  text-align: left;
  font-size: 18px;
  line-height: 66px;
  cursor: pointer;
  color: #333;
  padding-left: 32px;
}
.selectdiv .selected {
  color: #333;
  margin-bottom: 4px;
}
.selectdiv .selectval {
  color: #000;
}
.selectdiv .selectval: hover {
  color: #0352da;
}
.search_bar i {
  z-index: 100;
  display: block;
  width: 15px;
  height: 66px;
  background: url(../images/sj_grey.png) no-repeat center;
  position: absolute;
  left: 118px;
  top: 0px;
  cursor: pointer;
}
.selectdiv.hover {
  height: 113px;
}
.selectdiv .selectval {
  display: none;
}
.selectdiv.hover .selectval {
  display: block;
}
select.diyselect {
  outline: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../images/sj_grey.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  letter-spacing: 5px;
  border-radius: 8px;
  color: #333333;
  font-size: 18px;
  height: 66px;
  padding: 0px 24px 0px 23px;
  border-radius: 8px;
  width: 184px;
  display: inline-block;
  float: left;
  margin-right: 23px;
  border: solid 1px #dbdbdb;
}
#search-form {
  display: flex;
  margin-top: 50px;
}
#search_bar2 {
  width: 982px;
  margin-top: 0px;
}
#search_bar2 label {
  letter-spacing: 5px;
  padding-left: 22px;
}
.menumob {
  display: none;
}
@media screen and (max-width: 1500px) {
  .wrapper {
    width: 1200px;
  }
  .header{height: 100px;line-height: 100px;}
  .header .logo{height: 48px;}
  .navmenu li {
    margin:0 0px 0px 40px;
  }
  .navmenu li.active:after{bottom:34px;}
  .navmenu li a{font-size: 20px;}
  .bannerindex p{font-size: 48px;}
  .swiper-paginationa .swiper-pagination-bullet{width: 13px;height: 13px;margin:0px 16px!important;}
  .section-title{font-size:24px;}
  .guard-list li .name{font-size: 18px;}
  .guard-list li .title{font-size: 15px;}
  .guard-list ul{gap:27px;}

}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 0px;
  }
  .container {
    padding-top: 65px;
  }
  .navmenu {
    display: none;
  }
  .header {
    height: 65px;
    box-shadow: 0 0 50px 1px #e3dfdf;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
  }
  .mobi_navBar{ width:auto;height:100%;right: 3%;position: absolute;top:50%;box-sizing:border-box;cursor:pointer;margin-top: -19px;height: 38px;}
.mobi_top_default{display: none;}
.mm-list > li.lilogo:after{display: none!important;}
.btMainLogo{margin:0px auto 15px;display: block;height: 36px;width: auto;}
  .mm-list > li.lilogo: after {
    display: none!important;
  }
  .btMainLogo {
    margin: 0px auto 15px;
    display: block;
    height: 36px;
    width: auto;
  }
  #hamburger span,#hamburger:before,#hamburger:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #e5404f;
    margin: 8px 0;
    transition: 0.3s;
    text-indent: -999em;
  }
  .mobi_navBar.current #hamburger:before {
    transform: translate(0, 10px) rotate(-45deg);
  }
  .mobi_navBar.current #hamburger span {
    opacity: 0;
  }
  .mobi_navBar.current #hamburger:after {
    transform: translate(0, -10px) rotate(45deg);
  }
  .logo {
    left: 2%;
    z-index: 99999;
    position: fixed;
    top: 16px;
    margin-top: initial;
    height: 35px!important;
    margin-bottom: 0px!important;
  }
  .wrapper,.wrapper2 {
    width: 94%;
  }
  .breadcrumbs {
    height: 40px;
    line-height: 40px;
  }
  .bannerindex p{font-size: 20px;letter-spacing:1px;}
  .swiper-paginationa .swiper-pagination-bullet{margin:0px 10px!important;width:10px;height: 10px;}
  .swiper-paginationa{bottom:12px!important;}
.guard-list ul{gap:4%;}

}