/* head */
.head {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: var(--head-height);
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.head::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 0.3s;
}
.head .w90 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid rgba(255 255 255/20%); */
}
.head .w90::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 90%;
  background-color: #fff;
  opacity: 0.2;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.head .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .logo a {
  position: relative;
  display: block;
  height: 60%;
}
.head .logo img {
  display: block;
  height: 100%;
}
.head .logo img.logo1 {
  visibility: hidden;
  opacity: 0;
}
.head .logo img.logo2 {
  position: absolute;
  top: 0;
  left: 0;
}
.head .w90 .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .nav {
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.4rem;
}
.head .nav::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  width: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 0.3;
}
.head .nav ul {
  display: flex;
}
.head .nav li {
  position: relative;
  margin-left: 0.5rem;
}
.head .nav li:first-child {
  margin-left: 0;
}
.head .nav li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: var(--head-height);
  color: #fff;
}
.head .nav li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.head .nav li dl {
  position: absolute;
  top: 120%;
  left: 50%;
  min-width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.head .nav li dl dd a {
  display: flex;
  flex-wrap: nowrap;
  font-size: 15px;
  color: #333;
  line-height: 2;
  white-space: nowrap;
  transition: all 0.3s;
}
.head .nav li:hover > a::after {
  width: 100%;
}
.head .nav li:hover dl {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.head .nav li dl dd a:hover {
  color: var(--main-color);
}
.head .btn {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.head .btn .search_btn {
  display: flex;
  height: 100%;
  padding: 0.1rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .btn .search_btn i {
  font-size: 20px;
  color: #fff;
}
.head .btn .menu_btn {
  display: none;
}
.head.on1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.head.on1::after {
  height: 100%;
  opacity: 1;
}
.head.on1 .w90::after {
  width: 0;
}

.head.on2::after {
  background-color: #fff;
}
.head.on2 .logo img.logo1 {
  opacity: 1;
  visibility: visible;
}
.head.on2 .logo img.logo2 {
  opacity: 0;
  visibility: hidden;
}
.head.on2 .nav li a {
  color: #333;
}
.head.on2 .btn .search_btn i {
  color: #333;
}
.head.on2 .nav::after {
  background-color: #333;
}
.head.on2 .nav li a::after {
  background-color: var(--main-color);
}

.search_box {
  position: absolute;
  top: calc(var(--head-height) + 20px);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.search_box.on {
  visibility: visible;
  opacity: 1;
}
.search_box form {
  position: relative;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.search_box input {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  width: 180px;
  outline: none;
  border: 0px;
  padding: 5px 10px;
}
.search_box button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s;
}
.search_box button:hover {
  color: #fff;
  background-color: var(--main-color);
}

.menu {
  display: none;
}
.menu_bg {
  display: none;
}

/* index */
.index_bg {
  background-color: #fafafa;
  margin-top: 0px;
}

.inbanner {
  position: relative;
}

.inbanner .swiper-slide a {
  position: relative;
  display: block;
  background-color: #fff;
  height: 100vh;
}

.inbanner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  -o-object-fit: none;
  object-fit: none;
  opacity: 1;
}

.inbanner .swiper-slide {
  position: relative;
}

.inbanner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 10%;
  /* padding-top: 100px; */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inbanner .swiper-slide .text h3 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.inbanner .swiper-slide .text h5 {
  font-size: 28px;
  color: #ddd;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.inbanner .swiper-slide .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.inbanner .swiper-slide .text p span {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background-color: #eee;
}

.inbanner .banner_btn {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3% 10px;
}

.inbanner .banner_btn .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inbanner .banner_btn .btn .banner_prev,
.inbanner .banner_btn .btn .banner_next {
  font-size: 14px;
  /* font-weight: bold; */
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  cursor: pointer;
}

.inbanner .banner_btn .btn .loading {
  position: relative;
  height: 2px;
  width: 100px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

.inbanner .banner_btn .btn .loading .bt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: #fff;
}

.inbanner .banner_btn .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  /* height: 30px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 100%;
  margin: 0;
  margin-right: 10px;
  opacity: 0.6;
  -webkit-transition: var(--transition-custom);
  -o-transition: var(--transition-custom);
  -moz-transition: var(--transition-custom);
  transition: var(--transition-custom);
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #fff;
}

.intl {
  text-align: center;
}
.intl h3 {
  position: relative;
  z-index: 1;
  font-size: 32px;
  /* font-weight: bold; */
  color: #111;
  margin-bottom: 10px;
}
.intl h3 span {
  font-size: 32px;
  color: var(--main-color);
}
.intl h5 {
  font-size: 15px;
  color: #666;
}

.inpro {
  position: relative;
  background-color: #fff;
  margin-top: 0.5rem;
}
.inpro .intl {
  padding: 0.6rem 0 0.4rem;
}
.inpro .content {
  position: relative;
}
.inpro .content .swiper li {
  position: relative;
}
.inpro .content .swiper li a {
  display: block;
}
.inpro .content .swiper li a .img {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  background-color: #000;
}
.inpro .content .swiper li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: .6; */
}
.inpro .content .swiper li .inpro_logo {
  position: absolute;
  z-index: 9;
  top: 1.5rem;
  right: 1rem;
  height: 60px;
  /* opacity: 0.9; */
}
.inpro .content .swiper li .inpro_logo img {
  display: block;
  height: 100%;
}
.inpro .content .inpro_adv {
  position: absolute;
  z-index: 9;
  top: 1.5rem;
  left: 1rem;
}
.inpro .content .inpro_adv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.inpro .content .inpro_adv li {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0.3rem;
}
.inpro .content .inpro_adv li:last-child {
  margin-bottom: 0;
}
.inpro .content .inpro_adv li i {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.3s;
}
.inpro .content .inpro_adv li p {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 38px;
  padding: 0 40px 0 20px;
  margin-left: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.inpro .content .inpro_adv li.on i {
  background-color: var(--main-color);
}
.inpro .content .inpro_adv li.on p {
  color: #111;
  background-color: rgba(255, 255, 255, 1);
}

.inpro .tl_list {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px;
  background-color: var(--main-color);
}
.inpro .tl_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inpro .tl_list li {
  overflow: hidden;
}
.inpro .tl_list li .text {
  position: relative;
  padding-left: 0.7rem;
  width: 100%;
}
.inpro .tl_list li .text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 1px;
  height: 60px;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 0.4;
}
.inpro .tl_list li .text i {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 32px;
  color: #fff;
  transform: translateY(-50%);
}
.inpro .tl_list li .text h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0.05rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .tl_list li .text h5 {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .tl_list .btn {
  display: flex;
  margin-left: 20px;
}
.inpro .tl_list .btn .inpro_prev,
.inpro .tl_list .btn .inpro_next {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.inpro .tl_list .btn .inpro_prev {
  margin-right: 0.2rem;
}
.inpro .tl_list .btn i {
  color: #fff;
}
.inpro .tl_list .btn .inpro_prev i {
  transform: rotate(180deg);
}

.inabout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.inabout .intl {
  text-align: left;
  margin-bottom: 20px;
}
.inabout .text {
  width: 50%;
  padding: 0.5rem 0.8rem;
  background-color: #fff;
}
.inabout .text .hx {
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #eee;
}
.inabout .text .intl h4 {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.inabout .text p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}
.inabout .text ul {
  padding-right: 40%;
  display: flex;
  justify-content: space-between;
}
.inabout .text li {
  text-align: center;
}
.inabout .text li a {
  display: block;
}
.inabout .text li .ico {
  position: relative;
}
.inabout .text li .ico i {
  display: block;
  font-size: 38px;
  color: var(--main-color);
  transition: all 0.3s;
}
.inabout .text li .ico:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 50%;
  height: 10px;
  width: 40px;
  opacity: 0;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.inabout .text li h1 {
  font-size: 15px;
  color: #333;
  margin: 0.03rem 0 0.03rem;
}
.inabout .text li h2 {
  font-size: 12px;
  color: #888;
}
.inabout .img {
  position: relative;
  width: 50%;
  padding-bottom: 30%;
  overflow: hidden;
}
.inabout .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inabout .text li a:hover .ico i {
  transform: translateY(-8px);
}
.inabout .text li a:hover .ico:before {
  opacity: 0.8;
}

.inys {
  position: relative;
  padding: 1rem 0;
  background-color: var(--main-color2);
  margin-bottom: 1rem;
}
.inys .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inys .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.inys .intl {
  margin-bottom: 1rem;
}
.inys .intl h3 {
  /* color: #fff; */
}
.inys .intl h5 {
  color: #000;
  opacity: 0.7;
}
.inys .content {
  position: relative;
}
.inys .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inys .content li {
  position: relative;
  width: 22%;
}
.inys .content li .box {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 0.4rem 0.2rem;
  opacity: 0.8;
  background-color: #fff;
  transition: all 0.3s;
}
.inys .content li .ico {
  margin-bottom: 0.3rem;
}
.inys .content li i {
  font-size: 56px;
  color: var(--main-color);
  transition: all 0.3s;
}
.inys .content li h3 {
  font-size: 24px;
  /* font-weight: bold; */
  margin-bottom: 5px;
  opacity: 0.9;
  transition: all 0.3s;
}
.inys .content li h5 {
  font-size: 12px;
  opacity: 0.5;
  transition: all 0.3s;
}
.inys .content li span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #555;
  margin: 0.2rem auto;
  transition: all 0.3s;
}
.inys .content li p {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  transition: all 0.3s;
}
.inys .content li:hover .box {
  background-color: var(--main-color);
  transform: translateY(-20px);
  opacity: 1;
}
.inys .content li:hover i {
  color: #fff;
}
.inys .content li:hover h3,
.inys .content li:hover h5,
.inys .content li:hover p {
  color: #fff;
}
.inys .content li:hover span {
  background-color: rgba(255, 255, 255, 0.8);
}

.incase {
  /* margin-bottom: 1rem; */
}
.incase .intl {
  text-align: left;
  margin-bottom: 0.5rem;
}
.incase .content {
  position: relative;
}
.incase .imglist li a {
  position: relative;
  display: block;
}
.incase .imglist li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 40%;
  background-color: var(--main-color2);
}
.incase .imglist li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: all 0.3s;
}
.incase .imglist li .text {
  position: absolute;
  top: 35%;
  left: 0.6rem;
  padding-bottom: 100px;
  width: calc(50% - 0.6rem);
  min-width: 560px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.incase .imglist li .text h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0.1rem;
}
.incase .imglist li .text h5 {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  opacity: 0.6;
  margin-bottom: 0.2rem;
}
.incase .imglist li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  opacity: 0.9;
}
.incase .imglist li a:hover .img img {
  opacity: 0.3;
}
.incase .imglist li a:hover .text {
  top: 30%;
  visibility: visible;
  opacity: 1;
}
.incase .tl_list {
  position: absolute;
  z-index: 9;
  left: 0.3rem;
  bottom: 0.3rem;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 0.6rem);
  background-color: #fff;
}
.incase .tl_list > div {
  width: 30%;
  margin: 0;
}
.incase .tl_list .swiper {
  margin: 0;
}
.incase .tl_list .swiper li {
  display: flex;
  align-items: center;
}
.incase .tl_list .swiper li span {
  font-size: 48px;
  color: #888;
  margin-right: 0.2rem;
}
.incase .tl_list .swiper li h3 {
  font-size: 24px;
  color: #555;
}
.incase .tl_list .nav_btn {
  position: relative;
}
.incase .tl_list .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
}
.incase .tl_list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.incase .tl_list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.incase .tl_list .btn {
  display: flex;
  justify-content: end;
}
.incase .tl_list .btn .incase_prev,
.incase .tl_list .btn .incase_next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.incase .tl_list .btn .incase_prev {
  transform: rotate(180deg);
  margin-right: 0.3rem;
}
.incase .tl_list .btn i {
  font-size: 38px;
  color: #888;
  transition: all 0.3s;
}
.incase .tl_list .btn .incase_prev:hover i,
.incase .tl_list .btn .incase_next:hover i {
  color: var(--main-color);
}

.innews {
  padding: 1rem 0 1rem;
  background: url(../images/innews_bg.png) no-repeat center;
  background-size: auto 100%;
}
.innews .intl {
  margin-bottom: 0.6rem;
}
.innews .content li {
  height: 100%;
}
.innews .content li a {
  display: block;
  position: relative;
}
.innews .content li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.innews .content li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innews .content li .text {
  position: relative;
  padding: 0.3rem 0.2rem;
  background-color: #fff;
}
.innews .content li .text h3 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 0.3rem;
}
.innews .content li .text p {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.innews .content li .text p span {
  display: block;
  font-size: 15px;
}
.innews .content li .text2 {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0.3rem 0.2rem;
  /* background-color: var(--main-color); */
  overflow: hidden;
  transition: all 0.3s;
}
.innews .content li .text2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.95;
}
.innews .content li .text2 h5 {
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
}
.innews .content li .text2 .hx {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0.2rem 0;
  opacity: 0.1;
}
.innews .content li .text2 h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.3rem;
}
.innews .content li .text2 p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.8;
}
.innews .content li .text2 span {
  position: absolute;
  left: 0.2rem;
  bottom: 0.3rem;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}
.innews .content li a:hover .text2 {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.innews .content .more a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  width: 120px;
  background-color: var(--main-color);
  margin: 0.5rem auto 0;
  text-align: center;
  transition: all 0.3s;
}
.innews .content .more a:hover {
  background-color: var(--main-color2);
}

.foot {
  padding: 0.6rem 0 0;
  background-color: #111;
}
.foot .foot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.foot .foot_logo {
  opacity: 0.9;
}
.foot .foot_logo img {
  display: block;
}
.foot .gotop {
  display: flex;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  align-items: center;
  padding: 5px 15px;
  margin-left: 5px;
  opacity: 0.6;
  transition: all 0.3s;
}
.foot .gotop h3 {
  font-size: 20px;
  margin-right: 5px;
}
.foot .gotop i {
  font-size: 28px;
}
.foot .gotop:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  opacity: 1;
}
.foot .foot_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.foot .foot_nav {
  margin-bottom: 0.5rem;
}
.foot .foot_nav ul {
  display: flex;
}
.foot .foot_nav li {
  margin-right: 0.4rem;
}
.foot .foot_nav li a {
  display: block;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.foot .foot_nav li a:hover {
  opacity: 1;
}
.foot .foot_contact {
}
.foot .foot_contact p {
  font-size: 15px;
  line-height: 2;
  color: #fff;
  opacity: 0.6;
  margin-top: 0.1rem;
}
.foot .code {
  position: relative;
  width: 100px;
}
.foot .code img {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
}
.foot .code h3 {
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}
.foot .foot_copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.2rem 0 0.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot .foot_copyright p {
  color: #fff;
  margin-bottom: 0.1rem;
}
.foot .foot_copyright p:nth-child(1) {
  opacity: 0.6;
}
.foot .foot_copyright p a {
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.foot .foot_copyright p a:hover {
  opacity: 1;
}
