﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
html {
  background: #ffffff;
  font-size: 14px;
  color: #666;
  font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

body {
  min-width: 1220px;
}

.g_cw {
  width: 1220px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}
.g_cw::before,
.g_cw::after {
  content: none !important;
}

.g_mt {
  margin-top: 80px;
}
.g_mt::before,
.g_mt::after {
  content: "";
  display: block;
  clear: both;
}

.g_mb {
  margin-bottom: 80px;
}
.g_mb::before,
.g_mb::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  body {
    min-width: 0;
  }
  .g_cw {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .g_mt {
    margin-top: 40px;
  }
  .g_mb {
    margin-bottom: 40px;
  }
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pagination a, .pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}

.g_page {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}


.g_title {
  clear: both;
  text-align: center;
  padding: 40px 0 50px 0;
}
.g_title .l1 {
  font-size: 30px;
  font-weight: bold;
  color: #3e8bff;
}
.g_title .l2 {
  color: #999;
  padding-top: 24px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .g_title {
    margin: 0 10px;
    padding: 50px 0 30px 0;
  }
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

.g_header {
  z-index: 99;
  position: relative;
  background-color: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
}

.g_header .bar {
  display: none;
}

.g_header .logo_pc {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  height: 100%;
}
.g_header .logo_pc a {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.g_header .logo_pc img {
  height: 80px;
}

.g_header .main .con {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g_header .main .nav {
  display: inline-block;
  text-align: center;
  height: 100%;
}
.g_header .main .nav > li {
  display: inline-block;
  height: 100%;
}
.g_header .main .nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
  height: 100%;
}
.g_header .main .nav > li:last-child > a {
  margin-right: 0;
}
.g_header .main .nav > li > a > p {
  transition: ease 0.3s;
  position: relative;
}
.g_header .main .nav > li > a > p > b {
  display: block;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  transition: ease 0.3s;
}
.g_header .main .nav > li > a > p .en {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 12px auto 0 auto;
  opacity: 0;
  transition: ease 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.g_header .main .nav > li > a.on,
.g_header .main .nav > li > a:hover {
  color: #d69d5a;
}
.g_header .main .nav > li > a.on > p > b {
  font-weight: bold;
}
.g_header .main .nav > li > a:hover > p > b {
}
.g_header .main .nav > li > a.on > p .en,
.g_header .main .nav > li > a:hover > p .en {
  opacity: 1;
}

.g_header .main .con .lx {
  height: 100%;
  display: flex;
  align-items: center;
}
.g_header .main .con .lx .ico {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0 0 36px;
}
.g_header .main .con .lx .dh {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  padding: 0 27px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

@media (max-width: 1450px) {
  .g_header .main .nav {
    padding-left: 0;
  }
  .g_header .main .nav > li > a {
    margin: 0 22px;
  }
}
@media (max-width: 1350px) {
  .g_header .main .nav > li > a {
    margin: 0 12px;
  }
}
@media (max-width: 1024px) {
  body {
  }

  .g_header {
    background: transparent;
    height: auto;
  }
  .g_header .bar {
    position: relative;
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    background: #fff;
    color: #875f23;
    border-bottom: 1px solid #4d4d4d;
  }
  .g_header .bar .menu {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 60px;
  }
  .g_header .bar .menu img {
    vertical-align: middle;
    height: 32px;
  }
  .g_header .bar .logo {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #4d4d4d;
    padding-left: 10px;
  }
  .g_header .bar .logo img {
    height: 60px;
    vertical-align: middle;
    transform: scale(1.2);
  }

  .g_header .main .con {
    text-align: left;
    height: auto;
  }
  .g_header .logo_pc {
    display: none;
  }

  .g_header .main .nav {
    display: block;
    height: 260px;
    padding: 0;
    margin-top: 0;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: -100%;
    bottom: 100%;
    right: 0;
    background: #fff;
    border-top: 0;
    transition: ease 0.4s;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .g_header .main .nav > li {
    display: block;
    text-align: left;
    height: 52px !important;
    border-bottom: 1px solid #4d4d4d;
  }
  .g_header .main .nav > li > a {
    width: 100%;
    padding: 20px 50px;
    margin: 0;
  }
  .g_header .main .nav > li > a > p > b {
    margin-bottom: 5px;
    color: #4d4d4d;
    font-size: 18px;
  }
  .g_header .main .nav > li > a > p .en {
    display: none;
  }

  .g_header .main .nav.show {
    visibility: visible;
    opacity: 1;
    top: 60px;
    bottom: 0;
  }
  .g_header .main .con .lx {
    display: none;
  }
}
 
.g_footer {
  clear: both;
  background: #2f2d39;
}
.g_footer .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.g_footer .top .nav {
  overflow: hidden;
  display: flex;
  align-items: center;
  float: none !important;
  flex: 1;
  padding: 40px 0 40px 0;
}
.g_footer .top .nav > li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 16px !important;
}
.g_footer .top .nav > li:last-child {
  border-right: none;
}
.g_footer .top .nav > li .box {
}

.g_footer .top .nav > li .h1 {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.g_footer .top .nav > li .lb {
  padding-top: 10px;
  float: left;
}
.g_footer .top .nav > li .lb2 {
  float: left;
  padding-top: 46px;
  padding-left: 50px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.3);
}
.g_footer .top .nav > li .lb .p1 {
  line-height: 33px;
  color: rgba(255, 255, 255, 0.3);
}
.g_footer .top .right {
  background: #3e8bff;
  padding: 20px 0 20px 0;
  color: #fff;
  text-align: center;
  width: 293px;
  border-bottom: 1px solid #4c93fe;
  margin-bottom: -1px;
  float: none !important;
}
.g_footer .top .right .s2 {
  font-size: 24px;
  padding: 12px 0 20px 0;
}
.g_footer .top .right .p1 {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 13px;
}
.g_footer .top .right .gzh {
}
.g_footer .bottom {
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.g_footer .bottom .p1 {
  display: inline-flex;
  align-items: center;
}
.g_footer .bottom .logo {
  float: right;
  background: #3b84f2;
  width: 293px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  .g_footer .top .flink {
    display: none;
  }
}
.g_footer .top .flink {
  padding: 10px 0 17px 0;
  overflow: hidden;
}
.g_footer .top .flink > li {
  float: left;
  padding-right: 10px;
  margin-right: 15px;
  height: 0px; /* border-right: 1px solid rgba(255,255,255,0.2); */
}
.g_footer .top .flink > li:last-child {
  border-right: none;
}
.g_footer .top .flink > li .box {
}

@media (max-width: 1024px) {
  .g_footer .top {
    flex-direction: column;
  }
  .g_footer .top .nav {
    float: none;
    padding: 30px 0 0 0;
    margin-left: 0;
    
  }
  .g_footer .top .right {
    float: none;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 30px 0 30px 0;
  }
  .g_footer .top .nav {
    margin-bottom: 0;
    flex: 1;
    width: 100%;
  }
  .g_footer .top .nav > li {
    flex: 1;
    text-align: center;
    margin-right: 0;
    
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g_footer .top .nav > li .h1 {
    text-align: center;
    font-size: 14px;
  }
  .g_footer .top .nav > li .box {
    border: 0;
    padding-right: 0px;
  }
  .g_footer .top .nav > li .lb {
    float: none;
  }
  .g_footer .top .nav > li .lb2 {
    float: none;
    padding-top: 0;
    padding-left: 0;
  }
  .f_br {
    border-right: 0;
  }
  .g_footer .bottom .g_cw{
    flex-direction: column;
  }
  .g_footer .bottom {
    height: auto;
    padding-bottom: 16px;
  }
  .g_footer .bottom .p1 {
    float: none;
    text-align: center;
    display: inline;

  }
  .g_footer .bottom .logo {
    float: none;
    margin: 0 auto;
  }
} 
/*--子页面--*/

.s_child_banner {
  display: none;
}
@media (max-width: 1024px) {
  .child_banner {
    display: none;
  }
  .s_child_banner {
    display: block;
  }
}

.page {
  border-bottom: 1px solid #eaeaea;
  padding-left: 55px;
  line-height: 80px;
  color: #666;
}
@media (max-width: 1024px) {
  .page {
    padding-left: 10px;
    line-height: 60px;
  }
}

.news {
  padding-top: 40px;
}
.news .offset {
}
.news .offset .list {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news .offset .list > li {
}
.news .offset .list > li:nth-child(3n + 1) {
  clear: both;
}
.news .offset .list > li .box {
  display: block;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
}
.news .offset .list > li .box .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 6px;
  background-color: #000;
  border: 1px solid #f2f2f2;
  margin-bottom: 12px;
}
.news .offset .list > li .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  transition: 0.3s ease;
}
.news .offset .list > li .box .p1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
.news .offset .list > li .box .p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 3;

  margin-bottom: 6px;
}
.news .offset .list > li .box .time {
  color: #999;
}
.news .offset .list > li .box .line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #f2f2f2;
  transition: 0.3s ease;
}
.news .offset .list > li .box:hover .line {
  background: #3e8bff;
  width: 100%;
  transition: 0.3s ease;
}

.news .offset .list > li .box:hover .pic img {
  transform: scale(1.1);
}

.news .offset .btn {
  text-align: center;
  margin: 53px 0 100px 0;
}
.news .offset .btn .more {
  padding: 13px 30px;
  border: 2px solid #f2f2f2;
  font-size: 16px;
}
.news .offset .btn .more:hover {
  background: #3e8bff;
  color: #fff;
  border: 2px solid #3e8bff;
}

.more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 1024px) {

  .news .offset .list {
    display: flex;
    flex-direction: column;
  }
  
  .news .offset .list > li:nth-child(n) {
    clear: none;
  }
  .news .offset .list > li:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .news .offset .list > li {
    width: 100%;
  }
  .news .offset .list > li:nth-child(n) {
    clear: none;
  }
}

.team .offset {
}
.team .offset .list {
  margin-bottom: -30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.team .offset .list > li {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.team .offset .list > li:nth-child(3n + 1) {
  clear: both;
}
.team .offset .list > li .box {
  display: block;
}
.team .offset .list > li .box .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.team .offset .list > li .box .font {
  text-align: center;
  padding: 20px 15px 20px 15px;
}
.team .offset .list > li .box .font .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  font-weight: bold;
}
.team .offset .list > li .box .font .p2 {
  color: #3e8bff;
  padding: 20px 0 16px 0;
}
.team .offset .list > li .box .font .p3 {
  line-height: 24px;
}
.team .offset .list > li .box:hover .font {
  background: #3e8bff;
  color: #fff;
}
.team .offset .list > li .box:hover .font .p1,
.team .offset .list > li .box:hover .font .p2 {
  color: #fff;
}
.team .offset .list > li .box:hover .font .p3 {
  color: rgba(255, 255, 255, 0.6);
}
.team .offset .btn {
  text-align: center;
  margin: 53px 0 100px 0;
}
.team .offset .btn .more {
  padding: 13px 30px;
  display: inline-flex;
  border: 2px solid #f2f2f2;
  font-size: 16px;
  color: #333;
  align-items: center;
  gap: 4px;
}
.team .offset .btn svg {
  fill: #333;
}
.team .offset .btn .more:hover {
  background: #3e8bff;
  color: #fff;
  border: 2px solid #3e8bff;
}
@media (max-width: 1024px) {
  .team .offset .list > li {
    width: 50%;
  }
  .team .offset .list > li:nth-child(n) {
    clear: none;
  }
  .team .offset .list > li:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .team .offset .list > li {
    width: 100%;
  }
  .team .offset .list > li:nth-child(n) {
    clear: none;
  }
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.next1 ul {
  display: inline-block;
}
.next1 ul li {
  display: inline-block;
}
.next1 a {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
}
.next1 a.on1,
.next1 a:hover {
  background: #3e8bff;
  color: #fff;
  border: 1px solid #3e8bff;
}
/*--------------------分页 end----------------------*/
