:root {
  --mainColor: #093078;
  --bgc: linear-gradient(90deg, #4c3785 0%, #e32925 100%),
    linear-gradient(#3c4089, #3c4089);
  --gradient-colors: #4e3784, #e32925;
}
.comTxt {
  background: linear-gradient(90deg, var(--gradient-colors));
  background-size: 110% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all 0.3s;
}
.comBtnBr {
  position: relative;
  width: 152px;
  height: 42px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.comBtnBr::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 152px;
  height: 42px;
  display: block;
  content: "";
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #4c3785 0%, #e32925 100%);
  border-image-slice: 1;
  transition: all 0.3s;
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(69, 43, 110, 0.6);
  transform: translateY(-5px);
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  font-family: Roboto-Regular;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-card {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.iderHeader {
  position: sticky;
  z-index: 999;
  width: 100%;
  height: 95px;
  background-color: #ebebeb;
  padding: 0 100px;
}
.iderHeader .lt {
  height: 100%;
  flex: 3;
}
.iderHeader .logo {
  display: block;
  width: 63px;
  height: auto;
  margin-right: 27px;
}
.iderHeader .con > ul {
  height: 100%;
}
.iderHeader .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* 下拉 */
.menu-level1 > li {
  margin-right: 6.5%;
  height: 100%;
}

.menu-level1 li a {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #2e2e2e;
  white-space: nowrap;
}

.menu-level1 {
  height: 100%;
}

.menu-level1 > li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.menu-level2,
.menu-level3 {
  display: none;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(163, 161, 161, 0.7);
}

.menu-level2 {
  position: absolute;
  left: 50%;
  top: 95px;
  transform: translate(-50%);
  z-index: 999;
  border-radius: 0 0 0.0625rem 0.0625rem;
}

.menu-level2 li {
  position: relative;
  transition: all 0.3s;
}
.menu-level2 li a {
  font-size: 16px;
}

.menu-level2 li:hover {
  background: var(--bgc);
}
.menu-level2 li:hover > a {
  color: #fff;
}
.menu-level3 {
  position: absolute;
  left: 100%;
  top: 0;
}

.menu-level2 li {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.menu-level2 li:last-child {
  border: none;
  border-radius: 0 0 5px 5px;
}
.menu-level2 li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #000;
  text-align: left;
  white-space: nowrap;
}

/* ---- */
.comBtn {
  cursor: pointer;
  width: 172px;
  height: 42px;
  font-size: 14px;
  border-radius: 5px;
  background-image: var(--bgc);
}
.comBtn .txt,
.comBtnBr .txt {
  white-space: nowrap;
  border-right: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  line-height: 15px;
  margin-right: 10px;
}
.comBtnBr .txt {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.comBtnBr .txt {
  color: transparent;
}
.comBtn::after,
.comBtnBr::after {
  display: block;
  content: "";
  background: url(../images/im1-2.png) no-repeat;
  width: 18px;
  height: 10px;
  background-size: contain;
  transition: all 0.3s;
}
.comBtnBr::after {
  background: url(../images/im1-13.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.iderHeader .rt {
  height: 100%;
  flex: 1;
  justify-content: end;
}
.iderHeader .search {
  cursor: pointer;
  width: 20px;
  height: auto;
  object-fit: cover;
  margin: 0 8%;
}
.language {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.language .icon {
  width: 22px;
  height: auto;
  object-fit: contain;
}
.language .dows {
  position: absolute;
  top: 95px;
  right: 0;
  min-width: 300px;
  height: auto;
  background-color: #fff;
  z-index: 33;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}
.language .dows a {
  width: calc(100% / 2);
  display: block;
  font-size: 16px;
  padding: 0 10px;
  color: #000;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 45px;
}
.language .dows a:hover {
  color: #fff;
  background-image: var(--bgc);
}

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerSwiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con {
  width: 35%;
  height: auto;
}

.headerSwiper .text .con .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}
.com-ls30 {
  font-size: 16px;
  line-height: 30px;
  color: #f4f4f4;
}
.headerSwiper .text .con .com-ls30 {
  margin: 2% 0 8% 0;
}
.headerSwiper .text .comBtn {
  width: 152px;
  height: 50px;
}
.headerSwiper .text .img {
  width: 55%;
  height: auto;
}
.headerSwiper .text .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 66;
}

.header-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  opacity: 0.6;
  transition: all 0.3s;
}
.header-pagination .swiper-pagination-bullet-active {
  width: 44px;
  height: 5px;
  background-image: var(--bgc);
  border-radius: 2px;
  opacity: 1;
}
.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 3.5% 0;
}
.com-tl2 {
  font-size: 24px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
}
.com-tl {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #121212;
  margin: 10px 0 5px 0;
}

.com-title {
  width: 50%;
  margin: 0 auto;
  color: #121212;
  text-align: center;
}

.iderIndexBox1 ul {
  width: 100%;
  height: auto;
  margin-top: 4%;
}
.iderIndexBox1 ul li {
  cursor: pointer;
  position: relative;
  height: 456px;
  background-color: #f4f4f4;
  margin: 0 1.4% 1.4% 0;
  padding: 2.2% 2% 2% 2.2%;
  transition: all 0.3s;
}
.iderIndexBox1 li:first-child,
.iderIndexBox1 li:nth-child(2) {
  width: 49.3%;
}
.iderIndexBox1 ul li:nth-child(2),
.iderIndexBox1 li:last-child {
  margin-right: 0;
}
.iderIndexBox1 li:nth-child(3),
.iderIndexBox1 li:last-child {
  width: 29%;
}
.iderIndexBox1 li:nth-child(4) {
  flex: 1;
}
.iderIndexBox1 li .name,
.iderIndexBox1 li .name a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #121212;
  transition: all 0.3s;
}
.com-ls30.d7 {
  color: #7d7d7d;
  transition: all 0.3s;
}
.iderIndexBox1 li .text {
  position: relative;
  z-index: 2;
}
.iderIndexBox1 li .com-ls30 {
  display: inline-block;
  margin: 10px 0;
}
.iderIndexBox1 li::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  z-index: 0;
  background-color: rgba(42, 24, 71, 0.9);
  transition: all 0.3s;
}
.iderIndexBox1 li:hover::after {
  width: 100%;
}
.iderIndexBox1 li:hover .name,
.iderIndexBox1 li:hover .com-ls30,
.iderIndexBox1 li:hover .name a,
.iderIndexBox1 li:hover .comBtnBr .txt,
.iderIndexBox7 li:hover .comBtnBr .txt,
.com-tl.white {
  color: #fff;
}
.iderIndexBox1 li:hover .comBtnBr,
.iderIndexBox7 li:hover .comBtnBr {
  background-image: var(--bgc);
}
.iderIndexBox1 li:hover .comBtnBr::after,
.iderIndexBox7 li:hover .comBtnBr::after {
  background: url(../images/im1-2.png) no-repeat;
  background-size: contain;
}
.iderIndexBox1 li:hover .comBtnBr .txt,
.iderIndexBox7 li:hover .comBtnBr .txt {
  border-right: 1px solid #fff;
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 3% 0;
  background-color: #2b253a;
}
.iderIndexBox2 .com-title {
  color: #fff;
}
.iderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4%;
}
.iderIndexBox2Swiper .swiper-slide {
  width: 540px;
  height: auto;
  background-color: rgba(238, 237, 237, 0.1);
  padding: 14px 15px;
}
.iderIndexBox2Swiper .img {
  width: 100%;
  height: 306px;
  overflow: hidden;
}
.iderIndexBox2Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.iderIndexBox2Swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.iderIndexBox2Swiper .text {
  width: 100%;
  height: auto;
  padding: 10px 10px 20px 0;
}
.iderIndexBox2Swiper .text .com-ls30 {
  margin: 1% 0 7% 0;
}
.iderIndexBox2Swiper .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #f4f4f4;
}
.iderIndexBox2Swiper .comBtn {
  width: 152px;
  transition: all 0.3s;
  background-color: #fff;
  background-image: none;
}
.iderIndexBox2Swiper .comBtn .txt {
  color: #2b2b2b;
}
.iderIndexBox2Swiper .comBtn::after {
  filter: brightness(0);
}
.iderIndexBox2Swiper .comBtn .txt {
  border-right: 1px solid #eee;
}

.iderIndexBox2-pagination,
.iderIndexBox5-pagination {
  margin-top: 4%;
}
.iderIndexBox2-pagination .swiper-pagination-bullet,
.iderIndexBox5-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.3;
  transition: all 0.3s;
}
.iderIndexBox2-pagination .swiper-pagination-bullet-active,
.iderIndexBox5-pagination .swiper-pagination-bullet-active {
  background-image: var(--bgc);
  opacity: 1;
}
.iderIndexBox2Swiper .swiper-slide:hover {
  background-color: #4c3785;
}
.iderIndexBox2Swiper .swiper-slide:hover .comBtn {
  background-image: var(--bgc);
}
.iderIndexBox2Swiper .swiper-slide:hover .comBtn::after {
  filter: none;
}
.iderIndexBox2Swiper .swiper-slide:hover .comBtn .txt {
  color: #fff;
}
.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding-top: 7%;
}
.iderIndexBox3 .com-tl {
  font-size: 36px;
  font-weight: normal;
  line-height: 48px;
  width: 40%;
  margin: 0 auto;
  color: #121212;
}

.iderIndexBox3Con {
  width: 100%;
  margin-top: 6%;
  background-image: var(--bgc);
}
.iderIndexBox3Con .top .name {
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f4;
}
.iderIndexBox3Con .top .nu p {
  font-size: 72px;
  font-weight: 800;
  line-height: 65px;
  color: #f4f4f4;
}
.iderIndexBox3Con .top {
  position: relative;
  width: 100%;
}
.iderIndexBox3Con .top::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: block;
  content: "";
  height: 100%;
  width: 25%;
  background-color: #fff;
  z-index: 0;
  border-bottom-left-radius: 20px;
}
.iderIndexBox3Con .top ul {
  position: relative;
  flex: 1;
  padding: 4% 5% 2% 0;
}

.iderIndexBox3Con .top li {
  min-height: 198px;
  width: calc(100% / 3);
  padding-bottom: 8%;
  padding-left: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.iderIndexBox3Con .top li:nth-child(1) {
  padding-left: 0;
  width: 24%;
}
.iderIndexBox3Con .top li:last-child {
  border-right: none;
}
.iderIndexBox3Con .top .text {
  position: relative;
  z-index: 1;
  width: 45%;
  padding: 0 0 2% 6%;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  margin-bottom: 12px;
}

.com-ls24 {
  font-size: 16px;
  line-height: 24px;
  color: #7d7d7d;
}
.iderIndexBox3Con .top .text .comBtn {
  width: 152px;
  margin-top: 6%;
}
.iderIndexBox3Con .top .text .com-ls24 {
  margin-top: 2%;
}
.iderIndexBox3Con .bto {
  width: 100%;
  height: auto;
  padding: 0 20px 20px;
}
.iderIndexBox3Con .bto img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  vertical-align: bottom;
}

.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 6% 0;

  background: url(../picture/ic1-10.png) right bottom no-repeat;
  background-size: 25% auto;
  background-color: #f4f4f4;
  background-position-x: 90%;
  background-position-y: 55%;
}
.iderIndexBox4 .com-tl2 {
  margin: 0;
}
.iderIndexBox4 .com-tl {
  text-align: left;
  margin: 10px 0 4% 0;
}
.iderIndexBox4 li {
  cursor: pointer;
  width: calc((100% - 24px) / 3);
  margin: 0 12px 11px 0;
  height: 356px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s;
  padding: 2% 1% 2% 3%;
}
.iderIndexBox4 li:first-child {
  background-color: transparent;
  padding: 0;
}
.iderIndexBox4 li:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox4 li .icon {
  width: 72px;
  height: auto;
  transition: all 0.3s;
  object-fit: contain;
}
.iderIndexBox4 li .name {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
  margin: 10% 0 3% 0;
  line-height: 30px;
  width: 80%;
  color: #121212;
}
.iderIndexBox4 li:hover {
  background-image: var(--bgc);
}
.iderIndexBox4 li:hover .name,
.iderIndexBox4 li:hover .com-ls30 {
  color: #fff;
}
.iderIndexBox4 li:hover .icon {
  filter: brightness(0) invert(1);
}
.iderIndexBox4 li:first-child:hover {
  background-image: none;
}
.iderIndexBox4 li:first-child:hover .com-ls30 {
  color: #7d7d7d;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 4% 0;
}

.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  overflow: inherit;
  overflow-x: clip;
  margin-top: 4.5%;
}
.iderIndexBox5Swiper .img {
  width: 100%;
  height: 335px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 7%;
}
.iderIndexBox5Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox5Swiper .name {
  width: 100%;
  height: 94px;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 0 3%;
  line-height: 24px;
  color: #121212;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.iderIndexBox5-pagination .swiper-pagination-bullet {
  background-color: #7d7d7d;
}

.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 4% 0;
  background: url(../picture/ic1-16.png) no-repeat;
  background-size: cover;
}
.iderIndexBox6Con {
  width: 100%;
  margin-top: 4%;
}
.iderIndexBox6 .com-title {
  color: #f4f4f4;
}
.iderIndexBox6 li {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  padding: 4%;
}
.iderIndexBox6 li:nth-child(2n) {
  margin-right: 0;
}
.iderIndexBox6 .lt,
.iderIndexBox6 .rt {
  flex: 1;
}
.iderIndexBox6 .lt ul {
  align-items: flex-start;
  justify-content: flex-end;
}
.iderIndexBox6 .con {
  width: 26.5%;
  margin: 0 10px;
}
.iderIndexBox6 li img {
  display: block;
  margin: 0 auto;
  width: auto;
  object-fit: contain;
}
.iderIndexBox6 li .name {
  font-size: 18px;
  color: #121212;
  text-align: center;
}
.iderIndexBox6 ul .itm1 {
  width: 180px;
  height: 148px;
}
.iderIndexBox6 ul .itm2 {
  width: 222px;
  height: 219px;
}
.iderIndexBox6 .itm3 {
  width: 100%;
  height: 330px;
  padding: 15% 0;
}
.iderIndexBox6 .con li {
  margin-right: 0;
}
.iderIndexBox6 .con li:nth-child(2) {
  margin-right: 10px;
}
.iderIndexBox6 .rt ul {
  align-items: flex-start;
  justify-content: flex-start;
}

.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 4% 0 3% 0;
  border-bottom: 1px solid #eee;
}

.iderIndexBox7 ul {
  width: 100%;
  margin-top: 4%;
}
.iderIndexBox7 li {
  width: calc((100% - 2.5%) / 3);
}
.iderIndexBox7 li .img {
  width: 100%;
  height: 305px;
  border-radius: 5px;
  overflow: hidden;
}
.iderIndexBox7 li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox7 ul:before,
.iderIndexBox7 ul:after,
.iderIndexBox1 ul:before,
.iderIndexBox1 ul:after,
.iderIndexBox2 ul:before,
.iderIndexBox2 ul:after,
.iderIndexBox3 ul:before,
.iderIndexBox3 ul:after,
.iderIndexBox4 ul:before,
.iderIndexBox4 ul:after,
.iderIndexBox5 ul:before,
.iderIndexBox5 ul:after,
.iderIndexBox6 ul:before,
.iderIndexBox6 ul:after {
  display: none;
}
.iderIndexBox7 li .time {
  font-size: 16px;
  color: #7d7d7d;
}
.iderIndexBox7 li .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  color: #1d1d1d;
  margin: 1% 0 6% 0;
}
.iderIndexBox7 li .text {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 2% 3% 6% 5%;
}
.iderIndexBox7 li:hover img {
  transform: scale(1.1);
}

.iderIndexBox8 {
  width: 100%;
  height: auto;
  background-image: var(--bgc);
  padding: 5% 0;
}

.iderIndexBox8 input[type="text"] {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 2%;
  border: none;
  border-style: none;
  color: #0d132a;
}
.iderIndexBox8 input[type="submit"] {
  width: 142px;
  height: 50px;
  background-color: #2b253a;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #ffffff;
  border: none;
}
.iderIndexBox8 .info {
  position: relative;
  height: 50px;
  width: 23.5%;
}
.iderIndexBox8 .textarea {
  width: 41%;
}
.iderIndexBox8 textarea {
  resize: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  border: none;
  border-style: none;
  font-size: 14px;
  padding: 15px 0 0 2%;
  color: #0d132a;
}
.iderIndexBox8 .ls {
  margin-top: 2%;
}
.iderIndexBox8 .ls,
.iderIndexBox8 .ls a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.iderIndexBox8 .ls a {
  text-decoration: underline;
}
.iderIndexBox8 .tips {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: red;
  font-size: 12px;
}

.iderfooter {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}
.iderfooter .tops {
  width: 100%;
  padding: 4% 0 5% 0;
}
.iderfooter .logo {
  width: 71px;
  height: auto;
  object-fit: cover;
  margin-right: 6%;
}
.iderfooter .lt {
  width: 29%;

  margin-right: 10%;
}
.iderfooter .lt .com-ls24 {
  margin-top: 12%;
}
.iderfooter .tops ul {
  justify-content: space-between;
}
.iderfooter .tops ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 337px;
  padding: 0 2%;
  border-left: 1px solid rgba(53, 53, 53, 0.2);
}
.iderfooter .tops ul li::after {
  position: absolute;
  left: -1.5px;
  top: 0;
  display: block;
  content: "";
  width: 3px;
  height: 45px;
  border-radius: 2px;
  background-image: linear-gradient(176deg, #4c3785 0%, #e32925 100%),
    linear-gradient(#3c4089, #3c4089);
}
.iderfooter .tops ul li:last-child {
  width: 36%;
  padding-right: 0;
}
.iderfooter .tops .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5%;
  color: #2e2e2e;
}
.iderfooter .tops li a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #2e2e2e;
  transition: all 0.3s;
}

.footerLink a {
  width: 35px;
  height: 35px;
  background-color: rgba(41, 41, 41, 0.2);
  border-radius: 5px;
  transition: all 0.3s;
  margin-right: 10px;
}
.footerLink .tl {
  font-size: 16px;
  margin-bottom: 10px;
  color: #919191;
}
.footerLink a img {
  width: auto;
  height: 15px;
  object-fit: contain;
}
.footerLink a:hover {
  transform: translateY(-10px);
  background-image: var(--bgc);
}
.iderfooter .tops ul li:last-child a {
  text-decoration: none;
  display: block;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid rgba(29, 28, 28, 0.1);
}
.iderfooter .tops ul li .add {
  font-size: 14px;
  line-height: 30px;

  color: #2e2e2e;
}
.iderfooter .bto {
  width: 100%;
  padding: 1% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderfooter .bto .ls {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #2e2e2e;
}

.iderExhibition {
  width: 100%;
  height: auto;
  padding: 5% 0 2% 0;
}
.iderExhibition .navs {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.iderExhibition .navs a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5%;
  color: #000000;
  padding-bottom: 2%;
}
.iderExhibition .navs a:last-child {
  margin-right: 0;
}
.iderExhibition .navs a::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 0;
  height: 3px;
  background-image: var(--bgc);
  transition: all 0.3s;
}
.iderExhibition .navs a:hover::after,
.iderExhibition .navs a.active::after {
  width: 64px;
}
.iderExhibition .navs a:hover,
.iderExhibition .navs a.active {
  background: linear-gradient(90deg, var(--gradient-colors));
  background-size: 110% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all 0.3s;
}
.iderExhibitionCon {
  margin-top: 5%;
}
.iderExhibitionCon li {
  width: calc((100% - 3.5%) / 2);
  margin: 0 3.5% 3.5% 0;
  height: 484px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.iderExhibitionCon li:nth-child(2n) {
  margin-right: 0;
}
.iderExhibitionCon li img {
  width: auto;
  height: 163px;
  object-fit: contain;
}
.iderExhibitionCon li .text {
  width: 100%;
  padding: 6% 4% 3% 11%;
  border-top: 1px solid rgba(201, 200, 200, 0.2);
}
.iderExhibitionCon li .text p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}
.iderExhibitionCon li .img {
  width: 100%;
  height: auto;
  padding: 2% 0 2% 4%;
}
.iderfooter .tops li a:hover {
  color: red;
}

/* 搜索 */

.searchForm {
  width: 100%;
  position: fixed;
  display: none;
  height: auto;
  z-index: 999;
  left: 0;
  padding: 4% 0;
  top: 95px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}
.searchBox {
  width: 100%;
  height: auto;
  position: relative;
}

.searchClose {
  width: 50px;
  height: 50px;
  display: flex;
  background: url(../images/close.svg) no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

.searchClose:hover {
  background: url(../images/close_active.svg) no-repeat;
  background-size: contain;
}

.searchForm input[type="text"] {
  width: 400px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #000;
}

.searchForm input[type="text"]::placeholder {
  font-size: 18px;
  color: #000;
}

.searchForm input[type="submit"] {
  width: 150px;
  height: 42px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 42px;
  border: none;
  margin-left: 25px;
  border-radius: 5px;
  background-image: var(--bgc);
}

@media screen and (max-width: 1420px) {
  .com-card,
  .iderHeader {
    width: 100%;
    padding: 0 4%;
  }
  .iderIndexBox3 .com-tl {
    width: 70%;
  }
  .iderIndexBox4 li .name {
    font-size: 18px;
  }
  .iderIndexBox5Swiper .img,
  .iderIndexBox7 li .img {
    height: auto;
  }
  .iderIndexBox6 .con {
    width: 32.5%;
  }
  .iderIndexBox8 .info {
    width: 27.5%;
  }
}
@media screen and (max-width: 1360px) {
  .iderIndexBox6 ul .itm1 {
    width: 160px;
    height: 123px;
  }
  .iderIndexBox6 ul .itm2 {
    width: 190px;
    height: 123px;
  }
  .iderIndexBox6 .itm3 {
    height: 250px;
  }
  .iderfooter .lt {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .menu-level1 > li {
    margin-right: 2.5%;
  }
  .headerSwiper .text .con .title {
    font-size: 24px;
    line-height: 30px;
  }
  .com-tl2 {
    font-size: 15px;
  }
  .com-tl {
    font-size: 18px;
  }
  .iderIndexBox3 .com-tl {
    font-size: 18px;
    line-height: 26px;
  }
  .com-ls30 {
    line-height: 25px;
  }
  .iderIndexBox1 li .name,
  .iderIndexBox1 li .name a,
  .iderIndexBox2Swiper .name,
  .iderIndexBox7 li .name {
    font-size: 16px;
  }
  .iderIndexBox1 li .com-ls30,
  .iderIndexBox2Swiper .text .com-ls30,
  .iderIndexBox7 li .time {
    font-size: 14px;
    line-height: 24px;
  }

  .iderIndexBox1 li {
    width: 49.3% !important;
  }
  .iderIndexBox1 li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .com-title {
    width: 100%;
  }
  .iderIndexBox3Con .top .nu p {
    font-size: 40px;
    line-height: 40px;
  }
  .iderIndexBox3Con .top ul {
    padding: 2% 2% 2% 0;
  }
  .iderIndexBox4 li {
    width: calc((100% - 12px) / 2);
  }
  .iderIndexBox4 li:nth-child(3n) {
    margin-right: 12px;
  }
  .iderIndexBox4 li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox6 .itm3 {
    height: auto;
  }
  .iderIndexBox6 ul .itm1 {
    width: 115px;
    height: 120px;
  }
  .iderIndexBox6 .itm3 {
    padding: 2%;
  }
  .iderIndexBox6 ul .itm2 {
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .iderHeader,
  .iderIndexBox3Con .top::after,
  .iderfooter .tops ul li,
  .searchBox {
    display: none;
  }
  .iderfooter .lt {
    width: 40%;
  }
  .iderfooter .tops ul li:last-child {
    display: flex;
    width: 100%;
  }
  .iderIndexBox3Con .top .com-card,
  .iderIndexBox6Con,
  .iderIndexBox7 ul,
  .iderIndexBox8 form {
    flex-wrap: wrap;
  }
  .iderIndexBox3Con .top ul,
  .iderIndexBox8 .info {
    flex: none;
    width: 100%;
  }
  .iderIndexBox3Con .top .text {
    width: 100%;
    padding: 4%;
    border-radius: 20px;
  }
  .iderIndexBox3Con .top .name {
    margin-bottom: 4%;
    font-size: 14px;
  }
  .iderIndexBox3 .com-tl {
    width: 100%;
    padding: 0 4%;
  }
  .iderIndexBox3Con .top li {
    min-height: auto;
    padding-bottom: 0;
  }
  .iderIndexBox4 li .name {
    font-size: 16px;
    line-height: 25px;
  }
  .com-ls24,
  .com-ls30,
  .iderIndexBox5Swiper .name {
    font-size: 14px;
    line-height: 24px;
  }
  .iderIndexBox3Con .top .nu p {
    font-size: 24px;
    line-height: 27px;
  }
  .iderIndexBox4 li:first-child {
    width: 100% !important;
    height: auto;
  }
  .iderIndexBox4 li:nth-child(2),
  .iderIndexBox4 li:nth-child(4) {
    margin-right: 12px;
  }
  .iderIndexBox4 li:nth-child(3),
  .iderIndexBox4 li:last-child {
    margin-right: 0 !important;
  }
  .iderIndexBox4 li .icon {
    width: 35px;
  }
  .iderIndexBox5Swiper .name {
    height: auto;
    padding: 3% 2%;
  }
  .iderIndexBox6 .lt,
  .iderIndexBox6 .rt,
  .iderIndexBox6 .con {
    flex: none;
    width: 100%;
  }
  .iderIndexBox6 .lt ul {
    width: 100%;
    justify-content: flex-start;
  }
  .iderIndexBox6 .lt li,
  .iderIndexBox6 .rt li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
    padding: 2%;
  }

  .iderIndexBox6 .con li {
    width: calc((100% - 20px) / 3) !important;
    margin: 0 10px 10px 0;
    height: 164px;
  }
  .iderIndexBox6 .con {
    margin: 0;
  }
  .iderIndexBox6 .con li:last-child,
  .iderIndexBox6 .rt li:last-child,
  .iderIndexBox6 .lt li:last-child {
    margin-right: 0 !important;
  }
  .iderIndexBox6 li img {
    width: 100%;
    height: 62px;
    object-fit: contain;
  }
  .iderIndexBox7 li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox7 li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox8 .info {
    margin-bottom: 10px;
  }
  .iderExhibitionCon li .img {
    padding: 3%;
  }
  .iderExhibitionCon li img {
    width: 100%;
  }
  .iderExhibitionCon li .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .iderExhibitionCon li {
    height: 365px;
  }
}

@media screen and (max-width: 768px) {
  .headerSwiper .text .con .title {
    font-size: 18px;
    line-height: 25px;
  }
  .headerSwiper .text .com-card,
  .iderfooter .tops,
  .iderfooter .bto {
    flex-wrap: wrap;
  }
  .headerSwiper .text .con .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .headerSwiper .text .con,
  .iderfooter .lt,
  .iderfooter .bto .ls {
    width: 100%;
  }
  .iderfooter .bto .ls {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .iderfooter .lt {
    margin: 0 0 4% 0;
  }
  .iderfooter .lt .com-ls24 {
    margin-top: 3%;
  }
  .headerSwiper .text .comBtn {
    width: 130px;
    height: 35px;
  }
  .comBtn::after,
  .comBtnBr::after {
    width: 14px;
    height: 8px;
  }
  .headerSwiper .text .img {
    margin-top: 10px;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox7 {
    padding: 20px 0;
  }
  .iderIndexBox7 li .name {
    line-height: 25px;
  }
  .iderIndexBox3Con {
    margin-top: 15px;
  }
  .iderIndexBox2Swiper .img {
    height: auto;
  }
  .iderIndexBox2Swiper .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderIndexBox2Swiper .swiper-slide {
    width: 100%;
  }
  .iderIndexBox3 {
    padding-top: 20px;
  }
  .iderfooter {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 600px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .headerSwiper .text .img {
    width: 100%;
  }
  .iderIndexBox1 ul li {
    height: auto;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding: 3%;
  }
  .iderIndexBox1 li .img {
    width: 100%;
    margin-top: 15px;
  }
  .iderIndexBox3Con .top ul {
    flex-wrap: wrap;
  }
  .iderIndexBox3Con .top li {
    padding: 0;
    border-right: none;
    margin-bottom: 3%;
    width: calc((100% - 2%) / 2) !important;
  }
  .iderIndexBox4 li,
  .iderIndexBox7 li,
  .iderExhibitionCon li {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
  }
  .iderIndexBox4 li .name {
    margin: 4% 0 2% 0;
  }
  .iderIndexBox3Con .top li:last-child {
    width: 100% !important;
  }
  .iderIndexBox6 {
    background-color: #2b253a;
  }
  .iderExhibitionCon li .text {
    padding: 3%;
  }
  .iderExhibition .navs a {
    font-size: 16px;
  }
  .iderExhibition .navs a:hover::after,
  .iderExhibition .navs a.active::after {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .headerSwiper .bg {
    height: 65vh;
  }

  .iderIndexBox6 .lt li,
  .iderIndexBox6 .rt li,
  .iderIndexBox6 .con li {
    width: calc((100% - 10px) / 2) !important;
  }
  .iderIndexBox6 li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
