/*
Theme Name: web
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
/* @font-face {
  font-family: "OpenSans";
  src: url("static/fonts/OpenSans-VariableFont_wdth\,wght.ttf");
} */
* {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 150%;
}
a,
iconify-icon {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
:root {
  --i_color: #0060ed;
  --i_color2: #ff0000;
  --font_color: #626262;
  --com_space: 20px;
  --bc_color: #f8f8f8;
  --header_height: 0.66rem;
  --border_color: rgba(0, 0, 0, 0.1);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --com_space: 14px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.TopHeader {
  --header_height: 0.5rem;
}
.wrap {
  width: 62.5%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  display: block;
  padding-left: 18.75%;
}
.wrap_r {
  display: block;
  padding-right: 18.75%;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 72.91%;
    max-width: 1400px;
  }
  .wrap_l {
    padding-left: 13.545%;
  }
  .wrap_r {
    padding-right: 13.545%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.top_cont {
  position: relative;
  z-index: 2013;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  max-height: 0.6rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.3rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
    margin-left: 0.5rem;
  }
  .i_nav > li > a {
    display: flex;
    height: var(--header_height);
    align-items: center;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-transform: capitalize;
    opacity: 0.8;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    position: relative;
    opacity: 1;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-bottom: 2px solid var(--i_color);
    background: #fff;
    min-width: 1.6rem;
    overflow: hidden;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu a::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid var(--i_color);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .i_nav .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav .sub-menu li:hover a {
    left: 0.16rem;
  }
  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
  .i_nav .sub-menu li:hover a::before {
    left: 0;
  }
  .i_nav .sub-menu li,
  .i_nav .sub-menu li::after,
  .i_nav .sub-menu a,
  .i_nav .sub-menu a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url(static/images/public/arrow_d_b.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.14rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: capitalize;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.14rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
  margin-left: var(--com_space);
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #666;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}
.top_r {
  --size: 0.24rem;
}
.top_r {
  margin-left: 0.3rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}

.top_search_ico iconify-icon {
  font-size: var(--size);
  color: #333;
  cursor: pointer;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}
.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}
.top_language > iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}
.top_language.on > iconify-icon {
  color: var(--i_color);
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) - 0.2rem);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: calc(var(--header_height));
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top_language {
    margin: 0 0.2rem;
  }
  .top_search_ico {
    display: flex;
  }
  .logo_search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
.top_search.on {
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
  z-index: 6;
  opacity: 1;
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  background: none;
  padding: 0 0 0 0.12rem;
  color: #fff;
}
.top_search_ipt::placeholder {
  color: #757575;
  font-weight: bold;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
}
.logo_search {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
}
.logo_search form {
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.logo_search .top_search_btn {
  background: url(static/images/public/search_1_bai.svg) no-repeat center;
  background-size: 0.2rem;
}
@media screen and (max-width: 1366px) {
  .top_r {
    margin-left: 0.5rem;
  }
  .top_search_ico {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}

.full_header {
  height: var(--header_height);
}
/* ------------------banner--------------------------- */
.top_banner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--com_space) 0;
}
.img_list {
  width: 21%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 0;
}
.img_list li {
  width: 100%;
}
.banner {
  width: 78%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .img_list {
    width: 100%;
    flex-direction: row;
  }
  .img_list li {
    width: 32%;
  }
  .banner {
    width: 100%;
  }
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 44vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img,
.banner .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  opacity: 0.3;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.banner:hover .banner-button-prev {
  left: 0rem;
}
.banner:hover .banner-button-next {
  right: 0rem;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
  opacity: 0.6;
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.1rem;
  width: auto;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.5rem;
  height: 4px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin: 0 0.08rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  outline: none;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 2px;
  }
}
.banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active::before {
  -webkit-animation: w100 5800ms 1;
  animation: w100 5800ms 1;
}
@keyframes w100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    position: relative;
    top: initial;
    height: auto;
    -webkit-border-radius: 0 0;
    border-radius: 0 0;
  }
  .banner .swiper-slide {
    padding-bottom: 40vh;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 30vh;
  }
}
/* --------------------banner文字------------------- */
.b_txt {
  width: 100%;
  padding: 0.2rem 0.1rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.b_txt h6 {
  font-size: var(--com_space);
}
.b_txt p {
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (max-width: 1440px) {
  .b_txt h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .b_txt h6 {
    font-size: 16px;
  }
  .b_txt p {
    font-size: 13px;
    margin: 8px 0;
  }
}
@media screen and (max-width: 560px) {
  .b_txt {
    padding: 10px;
  }
  .b_txt p {
    font-size: 12px;
    margin: 6px 0;
  }
}
.main_cont {
  background: var(--bc_color);
  padding: var(--com_space) 0;
}
.main_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.left_cont {
  width: 72%;
}
.right_cont {
  width: 26%;
}
@media screen and (max-width: 959px) {
  .left_cont,
  .right_cont {
    width: 100%;
  }
}

.img_list a {
  display: block;
  position: relative;
}
.img_list .img {
  position: relative;
  overflow: hidden;
}
.img_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.img_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_list p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus {
  background: #fff;
  margin-top: var(--com_space);
  padding: var(--com_space);
}
.focus h6 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border_color);
  font-weight: normal;
}

.focus_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: var(--com_space);
  margin-top: var(--com_space);
}
.focus_list li {
  width: calc((100% - 60px) / 4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .focus_list li {
    width: calc((100% - var(--com_space)) / 2);
  }
}
@media screen and (max-width: 560px) {
  .focus_list li {
    width: 100%;
  }
}
.focus_list .img {
  position: relative;
  overflow: hidden;
}
.focus_list .img::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.focus_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.focus_list p {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 0.2rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info_cont {
  background: #fff;
  margin: 30px 0;
  padding: var(--com_space);
}
.info_tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 var(--com_space);
  border-bottom: 1px solid var(--border_color);
}
.info_tit li:first-child a {
  color: var(--i_color);
  border-bottom: 2px solid var(--i_color);
}
.info_tit li:nth-child(2) {
  display: none;
}
.info_tit a {
  font-size: 16px;
  color: #666;
  padding: 10px 0;
  display: block;
  position: relative;
}
.info_tit a:hover {
  color: var(--i_color);
}
.info_tit a::after {
  content: "";
  width: 1px;
  height: 15px;
  background: var(--border_color);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.info_tit li:first-child a::after {
  display: none;
}
.info_tit li ul {
  display: none;
}
@media screen and (max-width: 560px) {
  .info_tit a {
    font-size: 13px;
    padding: 6px 0;
  }
}
.row_list a {
  margin-top: var(--com_space);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}
.row_list li:last-child a {
  padding-bottom: 0;
  border: none;
}
.row_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.row_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}
.row_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row_list .txt {
  width: 67%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.row_list h6 {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.row_list p {
  font-size: 14px;
  color: #666;
  margin: 0.1rem 0 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.row_list span {
  font-size: 13px;
  color: #999;
}
@media screen and (max-width: 1440px) {
  .row_list h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .row_list .img,
  .row_list .txt {
    width: 100%;
  }
  .row_list h6 {
    font-size: 16px;
  }
  .row_list p {
    font-size: 13px;
  }
}

.hot {
  padding: 0.2rem;
  background: #fff;
  margin-bottom: var(--com_space);
}
.hot h5 {
  line-height: 100%;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  border-left: 3px solid var(--i_color);
  margin-bottom: 0.2rem;
}
.hot_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  margin-top: var(--com_space);
}
.hot_list .img {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.hot_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}
.hot_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot_list .txt {
  width: 55%;
}
.hot_list h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot_list span {
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 1024px) {
  .hot_list .img,
  .hot_list .txt {
    width: 100%;
  }
}

.i_tit {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0.4rem;
}
.i_tit::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_tit h4 {
  display: table;
  margin: 0 auto;
  padding: 0 0.2rem;
  font-size: 0.38rem;
  color: #333;
  position: relative;
  text-transform: capitalize;
  background: #fff;
  z-index: 2;
}
.i_tit h4 em {
  font-size: 0.3rem;
}
.i_tit h4 span {
  font-size: 0.34rem;
  color: var(--i_color2);
  font-style: italic;
}
@media screen and (max-width: 1440px) {
  .i_tit h4 {
    font-size: 0.34rem;
  }
  .i_tit h4 em {
    font-size: 0.26rem;
  }
  .i_tit h4 span {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit h4 {
    font-size: 0.3rem;
  }
  .i_tit h4 em {
    font-size: 0.22rem;
  }
  .i_tit h4 span {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .i_tit h4 {
    font-size: 0.24rem;
  }
  .i_tit h4 em {
    font-size: 0.18rem;
  }
  .i_tit h4 span {
    font-size: 0.2rem;
  }
}

/* home more btn */
.i_more {
  display: table;
  padding: 0.12rem 0.3rem;
  color: #333;
  background: none;
  position: relative;
  overflow: hidden;
  background: var(--i_color);
  text-transform: capitalize;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 0.1rem;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #222;
  display: block;
  z-index: 1;
}
.i_more,
.i_more::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more:hover::before {
  width: 180%;
}
.i_more:hover {
  color: #fff;
}
.i_more_l {
  border-color: #333;
  color: #333;
}
.i_more_l::before {
  background-color: #333;
}
.i_more_l:hover {
  color: #fff;
}
.i_more_f {
  background: var(--i_color);
  border-color: transparent;
  color: #111;
}
.i_more_f::before {
  background: #111;
}
.i_more_f:hover {
  color: var(--i_color);
}
.i_more_c {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}
.i_more2 {
  background: none;
  border-color: rgb(255 255 255 / 40%);
}
.i_more2 b {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 0.1rem 0.24rem;
  }
  .i_more b {
    font-size: 14px;
  }
  .i_more b iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 8px var(--com_space);
  }
  .i_more b {
    font-size: 14px;
  }
}
/* -------------------底部-------------------------- */
footer {
  background: #2d3237;
  padding: 0.3rem 0;
}
footer p {
  color: #76818c;
  font-size: 12px;
  margin-top: 10px;
}
.f_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.f_list a {
  color: #76818c;
  font-size: 14px;
}
.f_list li ul {
  display: none;
}

/* ---------------------内页------------------ */
.info_list li {
  margin: 0.1rem 0;
}
.info_list h6 {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}
.info_list h6 i {
  font-size: var(--com_space);
  font-style: italic;
}
.info_list p {
  font-size: 13px;
  color: #999;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .info_list h6 i {
    font-size: 18px;
  }
  .info_list h6 {
    font-size: 14px;
  }
}
.deliver {
  position: relative;
}
.deliver_list {
  position: relative;
  overflow: hidden;
  margin-top: var(--com_space);
}

.deliver_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.deliver_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.deliver_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.deliver_list .img::before {
  content: "";
  display: block;
  padding-bottom: 114.26%;
}
.deliver_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deliver_list .img,
.deliver_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.deliver_list .txt {
  padding: var(--com_space);
  background: var(--bc_color);
  text-align: center;
}
.deliver_list .txt p {
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deliver_list .txt span {
  margin: 10px 0 var(--com_space);
  font-size: 14px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.deliver-prev,
.deliver-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
}
.deliver-prev {
  left: 0;
}
.deliver-next {
  right: 0;
}

.deliver-prev:hover,
.deliver-next:hover {
  opacity: 1;
}
.deliver-pagination {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.deliver-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 4px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.deliver-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .deliver-prev {
    left: 0;
  }
  .deliver-next {
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .deliver-pagination {
    margin-top: 0.22rem;
  }
}

/* 当前位置 */
.in_position {
  padding: 0.14rem 0;
  background: var(--bc_color);
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  line-height: 0.2rem;
  text-transform: capitalize;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #4c4c4c;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}

.in_content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.in_content .left {
  padding: 0.2rem 0;
  width: 65%;
}
.in_content .right {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .in_content .left,
  .in_content .right {
    width: 100%;
  }
}
.in_list a {
  padding: 0.2rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  border-bottom: 1px dashed var(--border_color);
}
.in_list .img {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.in_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}
.in_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_list .txt {
  padding: 0.1rem 0;
  width: 56%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.in_list h6 {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
}
.in_list p {
  font-size: 14px;
  margin: 0.1rem 0 0.2rem;
  color: #666;
}
.in_list span {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .in_list .img,
  .in_list .txt {
    width: 100%;
  }
  .in_list h6 {
    font-size: 0.18rem;
  }
  .in_list p {
    font-size: 13px;
  }
}
.in_paging {
  text-align: center;
  overflow: hidden;
}
.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_paging li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_paging a,
.in_paging span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_paging i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_paging a:hover,
.in_paging span.current {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_paging_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_paging li {
    min-width: 0.28rem;
  }
  .in_paging a,
  .in_paging span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_paging_box {
    margin-top: 0.3rem;
  }
}

.hot_content {
  border: 1px solid var(--border_color);
  padding: 0.2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: var(--com_space);
}
.hot_content::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}
.hot_content h4 {
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hot_content h4 {
    font-size: 0.2rem;
  }
}
.hot_new h4 {
  font-size: 0.24rem;
  display: table;
  margin: 0 auto;
  transform: translateY(-50%);
  background: #fff;
}
.hot_new {
  padding: 0.2rem;
  padding-top: 0;
  border: 4px solid var(--border_color);
}
.hot_new h6 {
  font-size: 16px;
}
.in_like {
  padding: 0.2rem;
  border: 1px solid var(--border_color);
}
.in_like h4 {
  font-size: 0.24rem;
  color: #333;
}

.like_list {
  position: relative;
  overflow: hidden;
}
.like_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.like_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.like_list li {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--com_space);
}

.like_list p {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
.like_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.like_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}
.like_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.like_list .img,
.like_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.like_list li:hover img {
  width: 111%;
  height: 111%;
}
.like_list li:hover h6 {
  color: var(--i_color);
}

.like_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.like-prev,
.like-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
  display: none;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.like-prev:hover,
.like-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.like-pagination {
  text-align: center;
}
.like-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}

.like-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.like-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

/* 新闻详情页 */
.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.in_news_art_tit h1 {
  font-size: 0.34rem;
  color: var(--i_color);
  line-height: 0.36rem;
  font-weight: bold;
}
.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  /* margin-right: 0.28rem;
  padding-right: 0.28rem; */
  position: relative;
}
/* .n_tit_time > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
} */
.n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_share p {
  font-size: 0.16rem;
  color: #363636;
}
.n_share a {
  margin-left: 0.2rem;
}
.n_share a i {
  font-size: 0.2rem;
}
.n_share a:hover i {
  color: var(--i_color);
}

.in_news_art article {
  color: #333;
  font-size: 16px;
}
.in_news_art article * {
  line-height: 170%;
}
.in_news_art article p {
  min-height: var(--com_space);
  font-size: 16px;
}
.in_news_art article img,
.in_news_art article iframe {
  display: block;
  margin: var(--com_space) 0;
  max-width: 100%;
}
.in_news_art article h2 {
  font-size: 0.26rem;
  color: var(--i_color);
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .in_news_art article,
  .in_news_art article p {
    font-size: 13px;
  }
}
.post__tags {
  padding-top: var(--com_space);
  margin-top: var(--com_space);
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
}
.post__tags > p {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.post__tags a {
  margin-right: 24px;
  font-size: 16px;
  color: #666;
}
.post__tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .post__tags > p,
  .post__tags a {
    font-size: 14px;
  }
  .post__tags a {
    margin-right: var(--com_space);
  }
}
@media screen and (max-width: 560px) {
  .post__tags {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .in_news_art_tit h1 {
    font-size: 0.28rem;
  }
  .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_news_art_tit h1 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .in_news_art_tit h1 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .n_tit_time > p,
  .n_share p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 0.17rem;
    line-height: 0.22rem;
  }
  .n_tit_time > p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
  .n_tit_time > p,
  .n_share p {
    font-size: 0.14rem;
  }
  .n_share a i {
    font-size: 0.18rem;
  }
}

.n_navigation {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_navigation ul {
  width: 80%;
}
.n_navigation li {
  margin: 0.12rem 0;
}
.n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}

.n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.n_back i {
  font-size: 0.16rem;
  color: #fff;
}
.n_back b {
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .n_navigation ul {
    width: 76%;
  }
  .n_back b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .n_navigation {
    margin-top: 0.6rem;
  }
  .n_navigation ul {
    width: 100%;
  }
  .n_navigation li p {
    font-size: 0.15rem;
  }
  .n_back {
    margin: 0.14rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .n_navigation {
    margin-top: 0.4rem;
  }
  .n_navigation li p {
    font-size: 0.14rem;
  }
  .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }
  .n_back i {
    font-size: 0.15rem;
  }
}

.i_content4 .img_list {
  justify-content: flex-start;
  gap: var(--com_space);
}
.i_content4 .img_list li {
  width: (calc(100% - 60px) / 4);
}

@media screen and (max-width: 1024px) {
  .i_content4 .img_list li {
    width: (calc(100% - var(--com_space)) / 2);
  }
}
