/* 清除内外边距 */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Arail";
}
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #275894;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
}
input,
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
body {
  position: relative;
  width: 100%;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
ul {
  list-style: none;
}
.ovfl {
  overflow: hidden;
}
img {
  vertical-align: bottom;
}
/* a标签 */
a {
  text-decoration: none;
  color: #000000;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
.img-res {
  width: 100%;
  height: auto;
}
.elp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  transition: all 0.2s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.w-1460 {
  width: 87%;
  margin: 0 auto;
}
.w-1400 {
  width: 84%;
  margin: auto;
}
.w75 {
  width: 75%;
  margin: auto;
}
.w71 {
  width: 71.428%;
  margin: auto;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@font-face {
  font-family: 'akhand';
  src: url('../fonts/AKHAND\ BLACK.WOFF.TTF');
}
@font-face {
  font-family: 'avan';
  src: url('../fonts/avantgarde.ttf');
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    /* 向上移动 20px */
  }
  100% {
    transform: translateY(0);
  }
}
.slide-nav {
  display: none;
}
.ckgd {
  width: 220px;
  height: 66px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 17px 0 36px;
  align-items: center;
  background: linear-gradient(to right, #c1a985, #f4f4f4);
  transition: all 0.3s ease;
  /* 添加过渡动画 */
  cursor: pointer;
  /* 鼠标悬停时显示手型 */
}
.ckgd .txt {
  font-size: 14px;
  color: #fff;
}
.ckgd .cir {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff url(../images/news/arr1.png) no-repeat center left -42px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.ckgd .cir img {
  transition: all 0.2s ease;
}
.ckgd:hover {
  box-shadow: 0 4px 15px rgba(169, 143, 112, 0.3);
}
.ckgd:hover .cir {
  transform: scale(1.1);
  background: #ae9774 url(../images/news/arr1.png) no-repeat center center;
}
.ckgd:hover .cir img {
  transform: translateX(52px);
}
.txt-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.txt-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.title {
  font-size: 30px;
  color: #222222;
}
.lm_title {
  text-align: center;
  padding: 55px 0 50px;
  position: relative;
}
.lm_title .cn {
  position: relative;
  font-size: 34px;
  color: #222121;
  display: inline-block;
}
.lm_title .cn img:first-child {
  position: absolute;
  right: -40px;
  top: -10px;
}
.lm_title .cn .bg {
  position: absolute;
  top: -117%;
  left: -90%;
}
.lm_title .en {
  font-size: 20px;
  color: #c0a079;
  text-transform: uppercase;
  margin-top: 8px;
}
.zlm_banner {
  position: relative;
}
.zlm_banner .arr {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 30px;
  animation: moveUpDown 1.2s infinite ease-in-out;
}
.zlm_banner .banner_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zlm_banner .banner_title .p1 {
  font-size: 49px;
  color: #fff;
  position: relative;
}
.zlm_banner .banner_title .p1 .ty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zlm_banner .banner_title .p1 span {
  position: relative;
  z-index: 2;
}
.zlm_banner .banner_title .p2 {
  font-size: 69px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  font-family: 'Arail';
  font-weight: 100;
  margin-top: 30px;
}
.zlm_banner .banner_title .p3 {
  font-size: 24px;
  color: #fff;
}
.lm_banner {
  position: relative;
}
.lm_banner .w-1400 {
  position: absolute;
  top: 0;
  left: 8%;
  height: 100%;
}
.lm_banner .w-1400 .banner-txt {
  position: absolute;
  left: 5%;
  top: 44%;
}
.lm_banner .w-1400 .banner-txt .cir {
  position: absolute;
  top: -20%;
  left: -25px;
}
.lm_banner .w-1400 .banner-txt .p1 {
  font-size: 39px;
  color: #fff;
  position: relative;
}
.lm_banner .w-1400 .banner-txt .p2 {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  text-transform: uppercase;
  text-wrap: nowrap;
  font-family: 'Arail';
  font-weight: 100;
  margin-top: 15px;
}
.lm_banner .w-1400 .link-box {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 5%;
  bottom: 15px;
}
.lm_banner .w-1400 .link-box a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
}
.lm_banner .w-1400 .link-box span {
  margin: 0 5px;
}
.zlm_title .p1 {
  font-size: 27px;
  color: #c1a986;
  text-transform: uppercase;
}
.zlm_title .p2 {
  font-size: 28px;
  color: #555657;
}
.lm_nav {
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.lm_nav .swiper {
  display: flex;
  align-items: center;
}
.lm_nav .swiper a {
  font-size: 17px;
  color: #454444;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  transition: all 0.2s ease;
  position: relative;
  padding: 0 24px;
  width: 180px;
  border-left: 1px solid #e7e7e7;
  text-align: center;
}
.lm_nav .swiper a:last-child {
  border-right: 1px solid #e7e7e7;
}
.lm_nav .swiper a:hover {
  color: #c0a079;
}
.lm_nav .swiper .active {
  color: #c0a079;
}
.lm_nav .swiper p {
  height: 15px;
  border-right: 1px solid #cfcfcf;
  margin: 0 24px;
  display: none;
}
.page_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_box .page_btn {
  margin: 0 30px;
}
.page_box .btn {
  width: 85px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}
.page_box .btn .img {
  width: 13px;
  height: 13px;
  transition: all 0.2s ease;
}
.page_box .btn span {
  font-size: 14px;
  color: #bebdbd;
  margin: 0 8px;
  line-height: 16px;
  transition: all 0.2s ease;
}
.page_box > a:hover {
  border: 1px solid #c0a079;
}
.page_box > a:hover span {
  color: #c0a079;
}
.page_box .prev .img {
  background: url(../images/news/arr2.png);
}
.page_box .next .img {
  background: url(../images/news/arr3.png);
}
.page_box .prev:hover .img {
  background: url(../images/news/arr4.png);
}
.page_box .next:hover .img {
  background: url(../images/news/arr5.png);
}
.page_box .page_btn a,
.page_box .page_btn span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #7d7d7d;
  font-size: 20px;
  margin: 0 5px;
  transition: all 0.2s ease;
}
.page_box .page_btn a.active {
  background: #253e6e;
  color: #fff;
}
.page_box .page_btn a:hover {
  background: #253e6e;
  color: #fff;
}
#header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
#header .logo_box {
  position: relative;
}
#header .logo_box img {
  transition: all 0.2s ease;
}
#header .logo_box .logo2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#header .nav-link .link-box {
  display: block;
  margin-left: 4vw;
}
#header .nav-link .link-box .a-search {
  width: 18px;
}
#header .nav-link .link-box .a-title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  transition: all 0.2s ease;
  position: relative;
}
#header .nav-link .link-box .a-title .search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-link .link-box .a-title .s2 {
  opacity: 0;
}
#header .nav-link .link-box .a-title .search-box {
  width: 250px;
  height: 45px;
  position: absolute;
  bottom: -45px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
#header .nav-link .link-box .a-title .search-box input {
  width: 225px;
  height: 30px;
  margin: 9px 0 0 13px;
  background: transparent;
  border-bottom: 1px solid #253e6e;
}
#header .nav-link .link-box .a-title .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #253e6e;
  font-size: 12px;
}
#header .nav-link .link-box .a-title .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #253e6e;
  font-size: 12px;
}
#header .nav-link .link-box .a-title .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #253e6e;
  font-size: 12px;
}
#header .nav-link .link-box .a-title .search-box a.btn {
  line-height: 45px;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 0;
}
#header .nav-link .link-box .a-title .search-box a.btn img {
  vertical-align: middle;
}
#header .nav-link .link-box > a:hover {
  border-bottom: 1px solid #fff;
}
#header .nav-link .link-box .second {
  display: none;
  width: 100vw;
  position: absolute;
  top: 90px;
  left: 0;
  height: 220px;
  overflow: hidden;
  z-index: 666;
  box-shadow: 0 3px 5px rgba(143, 143, 143, 0.3);
}
#header .nav-link .link-box .second > .lf.title {
  width: 30%;
  height: 220px;
  background: #fff;
  position: relative;
}
#header .nav-link .link-box .second > .lf.title .txt-box {
  text-align: right;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
#header .nav-link .link-box .second > .lf.title .txt-box .p1 {
  font-size: 40px;
  color: #9a9a9a;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 6px;
}
#header .nav-link .link-box .second > .lf.title .txt-box .p2 {
  font-size: 24px;
  line-height: 24px;
  color: #9a9a9a;
}
#header .nav-link .link-box .second > .rt.content {
  width: 70%;
  height: 220px;
  background: #fff;
}
#header .nav-link .link-box .second .style1 .lf-img {
  position: relative;
  background: #000;
  margin: 44px 0 0 75px;
}
#header .nav-link .link-box .second .style1 .lf-img .bg {
  opacity: 0.7;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style1 .lf-img .arr {
  position: absolute;
  right: 9px;
  bottom: 9px;
}
#header .nav-link .link-box .second .style1 .lf-img p {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  top: 50%;
  line-height: normal;
  margin-top: -10px;
}
#header .nav-link .link-box .second .style1 .lf-img:hover .bg {
  opacity: 1;
}
#header .nav-link .link-box .second .style1 .line {
  height: 147px;
  border-right: 1px solid #d2d6da;
  margin: 38px 58px 0 70px;
}
#header .nav-link .link-box .second .style1 .a-box {
  width: 320px;
  margin-top: 37px;
}
#header .nav-link .link-box .second .style1 .a-box a {
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #404040;
  padding-left: 45px;
  position: relative;
  transition: all 0.2s ease;
  margin: 8px 15px 8px 0;
}
#header .nav-link .link-box .second .style1 .a-box a .sj {
  border: 4px solid transparent;
  border-left: 4px solid #2e2e2e;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 34px;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style1 .a-box a:hover {
  background: #2a74c3;
  color: #fff;
}
#header .nav-link .link-box .second .style1 .a-box a:hover .sj {
  border-left: 4px solid #fff;
}
#header .nav-link .link-box .second .style2 .news-img {
  width: 220px;
  height: 130px;
  margin: 44px 0 0 75px;
}
#header .nav-link .link-box .second .style2 .time {
  text-align: center;
  margin: 45px 50px 0 16px;
}
#header .nav-link .link-box .second .style2 .time p {
  line-height: normal;
  color: #2668b0;
}
#header .nav-link .link-box .second .style2 .time .p1 {
  font-size: 26px;
  font-weight: bold;
  font-family: "Arail", "Microsoft YaHei";
}
#header .nav-link .link-box .second .style2 .time .p2 {
  font-size: 14px;
}
#header .nav-link .link-box .second .style2 .line {
  height: 147px;
  border-right: 1px solid #d2d6da;
  margin: 38px 88px 0 70px;
}
#header .nav-link .link-box .second .style2 .con {
  width: 340px;
  margin-top: 42px;
}
#header .nav-link .link-box .second .style2 .con .p1 {
  font-size: 18px;
  color: #2668b0;
  line-height: normal;
}
#header .nav-link .link-box .second .style2 .con .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #6a6a6a;
  margin: 10px 0 15px;
}
#header .nav-link .link-box .second .style2 .con a {
  display: inline-block;
  border: 1px solid #30a3dd;
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  color: #30a3dd;
  font-size: 12px;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style2 .con a:hover {
  background: #30a3dd;
  color: #fff;
}
#header .nav-link .link-box .second .style2 .a-box {
  width: 320px;
  margin-top: 37px;
}
#header .nav-link .link-box .second .style2 .a-box a {
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #404040;
  padding-left: 45px;
  position: relative;
  transition: all 0.2s ease;
  margin: 8px 15px 8px 0;
}
#header .nav-link .link-box .second .style2 .a-box a .sj {
  border: 4px solid transparent;
  border-left: 4px solid #2e2e2e;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 34px;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style2 .a-box a:hover {
  background: #2a74c3;
  color: #fff;
}
#header .nav-link .link-box .second .style2 .a-box a:hover .sj {
  border-left: 4px solid #fff;
}
#header .nav-link .link-box .second .style3 .lf-img {
  width: 220px;
  height: 130px;
  margin: 44px 0 0 75px;
}
#header .nav-link .link-box .second .style3 .con {
  width: 160px;
  height: 130px;
  position: relative;
  margin: 44px 60px 0 30px;
}
#header .nav-link .link-box .second .style3 .con p {
  font-size: 16px;
  line-height: 24px;
  color: #2668b0;
  position: absolute;
  width: 100%;
  top: 0;
}
#header .nav-link .link-box .second .style3 .con a {
  position: absolute;
  bottom: 0;
  border: 1px solid #30a3dd;
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  color: #30a3dd;
  font-size: 12px;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style3 .con a:hover {
  background: #30a3dd;
  color: #fff;
}
#header .nav-link .link-box .second .style3 .line {
  height: 147px;
  border-right: 1px solid #d2d6da;
  margin: 38px 30px 0 0;
}
#header .nav-link .link-box .second .style3 .a-box {
  width: 140px;
  margin-top: 30px;
}
#header .nav-link .link-box .second .style3 .a-box a {
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #404040;
  padding-left: 45px;
  position: relative;
  transition: all 0.2s ease;
  margin: 3px 15px 3px 0;
}
#header .nav-link .link-box .second .style3 .a-box a .sj {
  border: 4px solid transparent;
  border-left: 4px solid #2e2e2e;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 34px;
  transition: all 0.2s ease;
}
#header .nav-link .link-box .second .style3 .a-box a:hover {
  background: #2a74c3;
  color: #fff;
}
#header .nav-link .link-box .second .style3 .a-box a:hover .sj {
  border-left: 4px solid #fff;
}
#header .nav-link .link-box .second.s1 > .lf.title .txt-box {
  right: 50px;
}
#header .nav-link .link-box .second.s1 > .lf.title .txt-box .p1 {
  font-size: 32px;
}
#header .nav-link .link-box .second.s1 > .rt.content .a-box {
  margin-top: 50px;
}
#header .nav-link .link-box .second.s2 > .rt.content .a-box {
  width: 140px;
}
#header .nav-link .link-box .second.s3 > .rt.content .a-box {
  margin-top: 24px;
}
#header .nav-link .link-box .second.s3 > .rt.content .a-box a {
  margin: 0px 15px 0px 0;
}
#header .nav-link > div.link-box:last-child > a {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .bread {
  display: none;
}
#header.show {
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#header.show .logo_box .logo2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#header.show .logo_box .logo1 {
  opacity: 1;
}
#header.show .nav-link .link-box > .a-title {
  color: #373737;
}
#header.show .nav-link .link-box > .a-title .s1 {
  opacity: 0;
}
#header.show .nav-link .link-box > .a-title .s2 {
  opacity: 1;
}
#footer .box {
  position: relative;
  background: #ecedef url(../images/index/footer-bg.jpg) no-repeat right bottom;
}
#footer .box .goback {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  background: #0d1017;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: -24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#footer .box .goback:hover {
  background: #a98f70;
}
#footer .box .w-1460 {
  height: 350px;
  background: url(../images/index/footer-logo.png) no-repeat left 15% center;
}
#footer .box .w-1460 .ewm-box {
  display: flex;
  transform: translateY(-50px);
}
#footer .box .w-1460 .ewm-box .cir {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-right: 25px;
  cursor: pointer;
}
#footer .box .w-1460 .ewm-box .cir img {
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
}
#footer .box .w-1460 .ewm-box .cir .logo {
  margin-left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
#footer .box .w-1460 .ewm-box .cir .logo1 {
  opacity: 1;
}
#footer .box .w-1460 .ewm-box .cir .logo2 {
  opacity: 0;
}
#footer .box .w-1460 .ewm-box .cir .ewm {
  top: 140%;
  width: 120px;
  transform: translateX(-50%);
  opacity: 0;
}
#footer .box .w-1460 .ewm-box .cir:hover .ewm {
  opacity: 1;
  top: 120%;
}
#footer .box .w-1460 .ewm-box .cir:hover {
  background: #91735c;
  border: 1px solid #91735c;
}
#footer .box .w-1460 .ewm-box .cir:hover .logo1 {
  opacity: 0;
}
#footer .box .w-1460 .ewm-box .cir:hover .logo2 {
  opacity: 1;
}
#footer .box .w-1460 .nav-box {
  display: flex;
  padding-right: 40px;
}
#footer .box .w-1460 .nav-box .nav {
  margin-left: 66px;
}
#footer .box .w-1460 .nav-box .nav li {
  margin-bottom: 10px;
}
#footer .box .w-1460 .nav-box .nav li a {
  font-size: 12px;
  color: #878787;
}
#footer .box .w-1460 .nav-box .nav li a:hover {
  color: #0d1017;
}
#footer .box .w-1460 .nav-box .nav li .nav-title {
  font-size: 14px;
  color: #3d3d3d;
}
#footer .box .w-1460 .nav-box .nav li:first-child {
  margin-bottom: 20px;
}
#footer .box-2 {
  background: #031c3f;
}
#footer .box-2 .w-1460 .top {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4f6179;
}
#footer .box-2 .w-1460 .top .logo-box {
  display: none;
}
#footer .box-2 .w-1460 .top .box2 {
  display: none;
}
#footer .box-2 .w-1460 .top .lf-txt .p1 {
  font-size: 20px;
  color: #dbe3e9;
}
#footer .box-2 .w-1460 .top .lf-txt .p2 {
  font-size: 12px;
  transform: scale(0.8) translateX(-31px);
  color: #dbe3e9;
  text-transform: uppercase;
  margin-top: 6px;
}
#footer .box-2 .w-1460 .top .rt-box {
  display: flex;
  align-items: center;
}
#footer .box-2 .w-1460 .top .rt-box .link-box {
  margin-right: 65px;
  display: flex;
  align-items: center;
}
#footer .box-2 .w-1460 .top .rt-box .link-box a {
  font-size: 13px;
  color: #818e9f;
}
#footer .box-2 .w-1460 .top .rt-box .link-box span {
  display: block;
  height: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 20px;
}
#footer .box-2 .w-1460 .top .rt-box .link-box a:hover {
  color: #fff;
}
#footer .box-2 .w-1460 .top .rt-xsgs {
  width: 280px;
  height: 40px;
  border-radius: 10px;
  background: #284375;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
#footer .box-2 .w-1460 .top .rt-xsgs .gs-list {
  display: none;
  width: 280px;
  position: absolute;
  left: 0;
  bottom: 40px;
  background: #253e6e;
  padding: 15px 0;
  border-radius: 10px;
}
#footer .box-2 .w-1460 .top .rt-xsgs .gs-list p {
  margin: 5px 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
#footer .box-2 .w-1460 .top .rt-xsgs .gs-list p a {
  color: rgba(255, 255, 255, 0.6);
}
#footer .box-2 .w-1460 .top .rt-xsgs .gs-list p a:hover {
  color: #ffffff;
}
#footer .box-2 .w-1460 .top .rt-xsgs .gs {
  font-size: 13px;
  color: #a9b9cf;
  margin-left: 35px;
}
#footer .box-2 .w-1460 .top .rt-xsgs .rt-cir {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
#footer .box-2 .w-1460 .top .rt-xsgs .rt-cir .cir {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #c0a079;
}
#footer .box-2 .w-1460 .btm {
  height: 67px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .box-2 .w-1460 .btm .goback {
  display: none;
}
#footer .box-2 .w-1460 .btm .lf-txt a {
  margin: 0 1em;
  color: #ffffff66;
}
#footer .box-2 .w-1460 .btm .lf-txt a:hover {
  color: #ffffffff;
}
#footer .box-2 .w-1460 .btm .lf-txt .s2 {
  display: none;
}
#footer .box-2 .w-1460 .btm .rt-txt {
  display: flex;
  align-items: center;
}
#footer .box-2 .w-1460 .btm .rt-txt a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
#footer .box-2 .w-1460 .btm .rt-txt a:hover {
  color: #ffffff;
}
#index .swiper-banner {
  width: 100%;
}
#index .swiper-banner .swiper-pagination {
  bottom: 7%;
}
#index .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 20px;
  height: 5px;
  border-radius: 2px;
}
#index .swiper-banner .swiper-slide {
  width: 100%;
}
#index .swiper-banner .swiper-slide img {
  width: 100%;
  display: block;
}
#index .swiper-banner .swiper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom, #0003, #0000);
  z-index: 2;
}
#index .zxgg {
  margin-top: -30px;
  position: relative;
  z-index: 22;
}
#index .zxgg .con1 {
  height: 60px;
  width: 93.5%;
  margin-left: 6.5%;
  background: linear-gradient(to right, #042752, #1b477d);
}
#index .zxgg .con1 .con2 {
  width: 93%;
  padding: 0 0.5vw 0 3vw;
}
#index .zxgg .lf-txt {
  width: 70%;
  display: flex;
  align-items: center;
}
#index .zxgg .lf-txt .title {
  font-size: 16px;
  color: #fff;
}
#index .zxgg .lf-txt .line {
  width: 20px;
  height: 3px;
  background: #d2ab68;
  margin: 0 3vw;
}
#index .zxgg .lf-txt .swiper-gg {
  height: 60px;
  margin: 0;
}
#index .zxgg .lf-txt .swiper-gg .swiper-slide {
  display: flex;
  align-items: center;
}
#index .zxgg .lf-txt .swiper-gg p {
  font-size: 14px;
  color: #c4d1e1;
}
#index .zxgg .lf-txt .swiper-gg .time {
  margin-right: 3vw;
}
#index .zxgg .rt-gd {
  display: flex;
  align-items: center;
}
#index .zxgg .rt-gd p {
  font-size: 14px;
  color: #fff;
}
#index .zxgg .rt-gd img {
  width: 16px;
  margin-left: 5px;
  transition: all 0.2s ease;
}
#index .zxgg .rt-gd:hover img {
  transform: translateX(5px);
}
#index .cybj {
  margin-top: -30px;
  background: url(../images/index/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 66px;
  overflow: hidden;
}
#index .cybj .w-1460 {
  padding-top: 110px;
  background: url(../images/index/bg3.png) no-repeat right top 90px;
}
#index .cybj .w-1460 .top-txt {
  margin-bottom: 20px;
}
#index .cybj .w-1460 .top-txt .big-txt {
  font-size: 50px;
  color: #222222;
  font-weight: bold;
  display: flex;
}
#index .cybj .w-1460 .top-txt .big-txt span {
  display: block;
}
#index .cybj .swiper {
  overflow: inherit;
  margin-top: 80px;
}
#index .cybj .swiper .swiper-slide {
  background: #fff;
  height: 370px;
  padding: 20px 4% 0;
  transition: all 0.2s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#index .cybj .swiper .swiper-slide .cir {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
#index .cybj .swiper .swiper-slide .sk {
  position: absolute;
  right: -151px;
  bottom: -151px;
  transition: all 0.5s ease;
  opacity: 0;
}
#index .cybj .swiper .swiper-slide .p1 {
  font-family: 'akhand';
  font-size: 40px;
  color: #c2c3c5;
  transition: all 0.2s ease;
  margin-bottom: 60px;
}
#index .cybj .swiper .swiper-slide .p2 {
  font-size: 20px;
  color: #0f54a2;
  font-weight: bold;
  margin-bottom: 14px;
}
#index .cybj .swiper .swiper-slide .p3 {
  font-size: 14px;
  line-height: 22px;
  color: #6f7273;
  position: relative;
  z-index: 2;
}
#index .cybj .swiper .swiper-slide .line {
  width: 52px;
  border-top: 2px solid #c2ac89;
}
#index .cybj .swiper .swiper-slide .arr-box {
  width: 0;
  height: 10px;
  overflow: hidden;
  transition: all 0.8s ease;
  position: relative;
  z-index: 2;
}
#index .cybj .swiper .swiper-slide .arr-box img {
  position: absolute;
  right: 0;
  top: 0;
}
#index .cybj .swiper .swiper-slide .icon {
  margin: 0 0 10px;
}
#index .cybj .swiper .swiper-slide .icon1 {
  display: none;
  margin: 0 0 10px;
}
#index .cybj .swiper .swiper-slide:hover {
  background: #022856 url(../images/index/bg2.png) no-repeat right bottom;
  background-size: contain;
}
#index .cybj .swiper .swiper-slide:hover .line {
  display: none;
}
#index .cybj .swiper .swiper-slide:hover .arr-box {
  width: 182px;
}
#index .cybj .swiper .swiper-slide:hover .icon {
  display: none;
}
#index .cybj .swiper .swiper-slide:hover .icon1 {
  display: block;
}
#index .cybj .swiper .swiper-slide:hover .p1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}
#index .cybj .swiper .swiper-slide:hover .p2 {
  color: #ecc494;
}
#index .cybj .swiper .swiper-slide:hover .p3 {
  color: #c3c1be;
}
#index .cybj .swiper .swiper-slide:hover .icon {
  opacity: 0;
}
#index .cybj .swiper .swiper-slide:hover .sk {
  opacity: 1;
  right: 0;
  bottom: 0;
}
#index .cybj .swiper .swiper-slide:hover .cir {
  opacity: 1;
  right: -151px;
  bottom: -151px;
}
#index .cybj .control-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#index .cybj .control-box .arr-box {
  display: flex;
}
#index .cybj .control-box .arr-box div {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 24px;
  background-position: center;
  opacity: 1;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#index .cybj .control-box .arr-box div:hover {
  background-color: #c0a079;
}
#index .cybj .control-box .arr-box .swiper-button-prev {
  background-image: url(../images/index/jt1.png);
}
#index .cybj .control-box .arr-box .swiper-button-prev:hover {
  background-image: url(../images/index/jt3.png);
}
#index .cybj .control-box .arr-box .swiper-button-next {
  background-image: url(../images/index/jt2.png);
}
#index .cybj .control-box .arr-box .swiper-button-next:hover {
  background-image: url(../images/index/jt4.png);
}
#index .cybj .control-box .line {
  flex-grow: 1;
  border-top: 2px solid #eeeeee;
}
#index .cybj .control-box .swiper-pagination {
  position: relative;
  width: auto;
}
#index .cybj .control-box .swiper-pagination span {
  width: 15px;
  height: 15px;
  position: relative;
  background: radial-gradient(circle, #20345d 40%, transparent 41%);
  opacity: 1;
}
#index .cybj .control-box .swiper-pagination .swiper-pagination-bullet-active {
  background: radial-gradient(circle, #20345d 40%, transparent 41%, #20345d 90%);
}
.qyxw {
  padding: 85px 0;
  overflow: hidden;
}
.qyxw .w-1460 {
  display: flex;
  justify-content: space-between;
}
.qyxw .lf-qyxw {
  width: 40%;
}
.qyxw .lf-qyxw .top-txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.qyxw .lf-qyxw .top-txt .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qyxw .lf-qyxw .top-txt .tabs .tab {
  font-size: 16px;
  color: #b9b8b8;
  margin-left: 30px;
  cursor: pointer;
}
.qyxw .lf-qyxw .top-txt .tabs .tab.active {
  color: #222222;
}
.qyxw .lf-qyxw .top-txt .tabs .tab:hover {
  color: #222222;
}
.qyxw .lf-qyxw .tab-box {
  height: 280px;
  position: relative;
  margin-top: 60px;
}
.qyxw .lf-qyxw .tab-box .con {
  display: none;
}
.qyxw .lf-qyxw .tab-box .con.active {
  display: block;
}
.qyxw .lf-qyxw .tab-box .news {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  height: 140px;
  padding-top: 26px;
}
.qyxw .lf-qyxw .tab-box .news .lf-time {
  width: 88px;
  height: 88px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  /* 防止被压缩 */
  border-radius: 6px;
  transition: all 0.2s ease;
  padding-right: 15px;
}
.qyxw .lf-qyxw .tab-box .news .lf-time .p1 {
  font-size: 40px;
  line-height: 35px;
  color: #c0a079;
  font-family: 'akhand';
}
.qyxw .lf-qyxw .tab-box .news .lf-time .p2 {
  font-size: 18px;
  color: #c0a079;
  font-family: 'akhand';
}
.qyxw .lf-qyxw .tab-box .news .line {
  height: 40px;
  border-left: 1px solid #d2d2d2;
  margin: 0 15px;
}
.qyxw .lf-qyxw .tab-box .news .rt-txt {
  flex: 1;
  width: calc(100% - 120px);
}
.qyxw .lf-qyxw .tab-box .news .rt-txt .p1 {
  font-size: 17px;
  line-height: 28px;
  color: #717070;
  margin-bottom: 15px;
}
.qyxw .lf-qyxw .tab-box .news .rt-txt .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #a9a8a8;
}
.qyxw .lf-qyxw .tab-box .news:hover .lf-time {
  background: #ece2d7;
}
.qyxw .lf-qyxw .tab-box .news:hover .rt-txt .p1 {
  color: #302f2f;
  font-weight: bold;
}
.qyxw .lf-qyxw .tab-box .gd {
  height: 30px;
  display: flex;
  align-items: center;
  float: right;
  margin-top: 20px;
}
.qyxw .lf-qyxw .tab-box .gd img {
  width: 30px;
}
.qyxw .lf-qyxw .tab-box .gd p {
  font-size: 14px;
  margin-left: 5px;
  transition: all 0.2s ease;
}
.qyxw .lf-qyxw .tab-box .gd:hover p {
  color: #ad8554;
}
.qyxw .rt-dj {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.qyxw .rt-dj .rt-img {
  display: flex;
  margin-top: 56px;
  /* .video {

                    margin-left: 10px;

                    &::before {
                        background: url(../images/index/dj2.jpg) no-repeat center;
                        background-size: cover;
                    }

                    .play {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    div {
                        position: absolute;
                        top: 20%;
                        left: 15%;
                    }

                    .p1 {
                        font-size: 24px;
                        color: #5c5c5c;
                    }

                    .p2 {
                        color: rgba(236, 226, 215, .7);
                        font-size: 28px;
                        font-family: 'akhand';
                        text-transform: uppercase;
                    }
                } */
}
.qyxw .rt-dj .rt-img .lf-swiper {
  position: relative;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-ztzl .swiper-slide img {
  background: #eee no-repeat center;
  background-size: cover;
  transition: all 0.3s ease;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-ztzl .swiper-slide div {
  position: absolute;
  top: 20%;
  left: 15%;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-ztzl .swiper-slide div .p1 {
  font-size: 24px;
  color: #c4340f;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-ztzl .swiper-slide div .p2 {
  color: rgba(181, 151, 102, 0.7);
  font-size: 28px;
  font-family: 'akhand';
  text-transform: uppercase;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-pagination {
  width: 100%;
  bottom: -15px;
  height: 5px;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-pagination span {
  width: 44px;
  height: 5px;
  position: relative;
  background: #dadada;
  opacity: 1;
  border-radius: 3px;
}
.qyxw .rt-dj .rt-img .lf-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #c0a079;
}
.qyxw .rt-dj .rt-img .video {
  display: block;
  height: 280px;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
  width: 390px;
  margin-left: 10px;
  background: url(../images/index/dj2.jpg) no-repeat center;
  /* &::before {
                        display: none;
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;

                        transition: transform 0.3s ease;
                        z-index: -1;
                        background: url(../images/index/dj2.jpg) no-repeat center;
                        background-size: cover;
                    } */
  /* &:hover::before {
                        transform: scale(1.2); // 放大 1.2 倍
                    } */
}
.qyxw .rt-dj .rt-img .video .img-res {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.qyxw .rt-dj .rt-img .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qyxw .rt-dj .rt-img .video div {
  position: absolute;
  top: 20%;
  left: 15%;
}
.qyxw .rt-dj .rt-img .video .p1 {
  font-size: 24px;
  color: #5c5c5c;
}
.qyxw .rt-dj .rt-img .video .p2 {
  color: rgba(236, 226, 215, 0.7);
  font-size: 28px;
  font-family: 'akhand';
  text-transform: uppercase;
}
.qyxw .rt-dj .rt-img .video:hover .img-res {
  transform: scale(1.2);
}
.qyxw .rt-dj .rt-img .swiper-ztzl {
  width: 390px;
}
.qyxw .rt-dj .rt-img .swiper-ztzl .swiper-slide:hover img {
  transform: scale(1.1);
}
.xmtj {
  margin: 0 0 100px;
}
.xmtj .title {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.xmtj .title p {
  font-size: 32px;
  color: #222222;
  margin-right: 14px;
}
.xmtj .swiper-xmtj .swiper-slide {
  overflow: hidden;
  position: relative;
}
.xmtj .swiper-xmtj .swiper-slide .bg {
  width: 100%;
  background: #eee no-repeat center;
  background-size: cover;
}
.xmtj .swiper-xmtj .swiper-slide .sk {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: -100%;
  background: linear-gradient(45deg, #01316d 10%, transparent 40%);
  opacity: 0;
  transition: all 0.4s ease;
}
.xmtj .swiper-xmtj .swiper-slide .zz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0c1422;
  opacity: 0.1;
}
.xmtj .swiper-xmtj .swiper-slide .con {
  position: absolute;
  left: 5vw;
  top: 8%;
}
.xmtj .swiper-xmtj .swiper-slide .con .logo {
  width: 180px;
  margin-left: -10px;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm {
  margin-top: 16vw;
  transition: all 0.3s ease;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .p1 {
  font-size: 28px;
  color: #fff;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .p2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin: 1vw 0;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .p3 {
  width: 60px;
  border-top: 2px solid #fff;
  margin-bottom: 1vw;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .ck {
  display: block;
  width: 200px;
  height: 60px;
  background-color: #fff;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .ck .txt {
  font-size: 14px;
  color: #0d1017;
  margin-right: 15px;
}
.xmtj .swiper-xmtj .swiper-slide .con .btm .ck .arr {
  width: 25px;
}
.xmtj .swiper-xmtj .swiper-slide .bg {
  width: 100%;
}
.xmtj .swiper-xmtj .swiper-slide:hover .btm {
  margin-top: 9vw;
}
.xmtj .swiper-xmtj .swiper-slide:hover .p3 {
  opacity: 0;
}
.xmtj .swiper-xmtj .swiper-slide:hover .con .btm .ck {
  opacity: 1;
}
.xmtj .swiper-xmtj .swiper-slide:hover .sk {
  opacity: 1;
  bottom: 0;
  left: 0;
}
.xmtj .control-box {
  display: flex;
  justify-content: space-between;
}
.xmtj .control-box .arr-box {
  display: flex;
}
.xmtj .control-box .arr-box div {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 24px;
  background-position: center;
  opacity: 1;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.xmtj .control-box .arr-box div:hover {
  background-color: #c0a079;
}
.xmtj .control-box .arr-box .swiper-button-prev {
  background-image: url(../images/index/jt1.png);
}
.xmtj .control-box .arr-box .swiper-button-prev:hover {
  background-image: url(../images/index/jt3.png);
}
.xmtj .control-box .arr-box .swiper-button-next {
  background-image: url(../images/index/jt2.png);
}
.xmtj .control-box .arr-box .swiper-button-next:hover {
  background-image: url(../images/index/jt4.png);
}
.xmtj .control-box .swiper-pagination {
  position: relative;
  width: auto;
  margin-top: 25px;
}
.xmtj .control-box .swiper-pagination span {
  width: 42px;
  height: 4px;
  position: relative;
  background: #dadada;
  opacity: 1;
  border-radius: 3px;
}
.xmtj .control-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a58a3;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  /* 设置间距 */
  justify-content: flex-start;
}
.news_list a {
  display: block;
  flex: 1 1 calc(33.33% - 17px);
  max-width: calc(33.33% - 17px);
  margin-bottom: 50px;
}
.news_list a .top_img {
  overflow: hidden;
}
.news_list a .top_img img {
  width: 100%;
  background: #666 no-repeat center;
  background-size: cover;
  transition: all 0.5s ease;
}
.news_list a .btm {
  background: #fff;
  height: 130px;
  padding: 38px 33px 0;
  transition: all 0.5s ease;
  position: relative;
}
.news_list a .btm .time {
  position: absolute;
  width: 66px;
  height: 66px;
  background: #163775;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 34px;
}
.news_list a .btm .time p {
  color: #fff;
  font-family: 'Arial';
}
.news_list a .btm .time .t1 {
  font-size: 30px;
}
.news_list a .btm .time .t2 {
  font-size: 14px;
}
.news_list a .btm .p2 {
  font-size: 18px;
  line-height: 26px;
  color: #555657;
  transition: all 0.5s ease;
}
.news_list a .btm .p3 {
  display: flex;
  align-items: center;
}
.news_list a .btm .p3 .img_box {
  margin-right: 5px;
}
.news_list a .btm .p3 .img_box .img2 {
  display: none;
}
.news_list a .btm .p3 p {
  font-size: 14px;
  color: #4f4f4f;
  border-bottom: 1px solid #1a1a1a;
  display: inline-block;
  padding-bottom: 3px;
  transition: all 0.5s ease;
}
.news_list a:hover .top_img img {
  transform: scale(1.08);
}
.news_list a:hover .btm {
  background: #16449d;
}
.news_list a:hover .btm p {
  color: #fff;
}
.news_list a:hover .btm .ckxq {
  border-bottom: 1px solid #fff;
}
.news_list a:hover .btm .img_box .img1 {
  display: none;
}
.news_list a:hover .btm .img_box .img2 {
  display: block;
}
.news_txt_list {
  margin-bottom: 40px;
}
.news_txt_list a {
  height: 170px;
  padding: 0 80px 0 63px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.2s ease;
  position: relative;
}
.news_txt_list a .arr {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  right: 60px;
  background: #d2bda7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.news_txt_list a .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
  background: linear-gradient(to left, #16449d, transparent 30%);
}
.news_txt_list a .time {
  width: 66px;
  height: 66px;
  background: #d2bda7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.news_txt_list a .time .p1 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  font-family: 'Arial';
}
.news_txt_list a .time .p2 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: 'arial';
}
.news_txt_list a .rt_con {
  display: flex;
  height: 160px;
  position: relative;
  margin: 0 44px 0 44px;
}
.news_txt_list a .rt_con .img_box {
  margin-right: 35px;
}
.news_txt_list a .rt_con .img_box img {
  width: 230px;
  background: #666 no-repeat center;
  background-size: cover;
}
.news_txt_list a .rt_con .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_txt_list a .rt_con .txt_box .p1 {
  font-size: 22px;
  color: #555555;
}
.news_txt_list a .rt_con .txt_box .p2 {
  font-size: 16px;
  line-height: 28px;
  color: #868686;
  margin-top: 20px;
}
.news_txt_list a .rt_con .txt_box .eye {
  display: flex;
  align-items: center;
}
.news_txt_list a .rt_con .txt_box .eye span {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
.news_txt_list a:hover .bg {
  opacity: 0.5;
}
.news_txt_list a:hover .arr {
  background: #16449d;
}
.phone_txt_list {
  display: none;
}
.swiper-phone-news {
  display: none;
}
#news .box1 {
  padding-bottom: 70px;
  background: #f0f0f0;
  margin-bottom: 35px;
}
#news2 .box1 {
  padding-bottom: 70px;
  background: #f0f0f0;
  margin-bottom: 35px;
}
#news2 .box1 .news_list a .btm .time {
  background: #d2bda7;
}
#news2 .box1 .news_list a:hover .btm {
  background: #ac967b;
}
#news1 .box1 {
  padding-bottom: 70px;
  margin-bottom: 35px;
}
#news1 .box1 .gg_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* 设置间距 */
  justify-content: flex-start;
  /* 左对齐 */
  margin-bottom: 35px;
}
#news1 .box1 .gg_list a {
  display: block;
  height: 300px;
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: linear-gradient(20deg, #dad1c5 15%, transparent 40%);
  padding: 55px 3% 0;
}
#news1 .box1 .gg_list a .sk {
  position: absolute;
  right: -19px;
  top: -21px;
  z-index: 1;
}
#news1 .box1 .gg_list a .sk img {
  transition: all 0.2s ease;
}
#news1 .box1 .gg_list a .sk .sk2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#news1 .box1 .gg_list a p {
  position: relative;
  z-index: 2;
}
#news1 .box1 .gg_list a .p1 {
  font-size: 15px;
  color: #c0a079;
}
#news1 .box1 .gg_list a .p2 {
  font-size: 17px;
  color: #555657;
  margin: 15px 0 25px;
}
#news1 .box1 .gg_list a .p3 {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
}
#news1 .box1 .gg_list a:hover .sk1 {
  opacity: 0;
}
#news1 .box1 .gg_list a:hover .sk2 {
  opacity: 1;
}
#topics.ztzl .box1 {
  background: url(../images/news/bg1.jpg) no-repeat;
  background-size: cover;
}
#topics.ztzl .box1 .top {
  padding-left: 55px;
}
#topics.ztzl .box1 .lm_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#topics.ztzl .box1 .zl {
  display: flex;
  flex-wrap: wrap;
  /* 设置间距 */
  justify-content: space-between;
  /* 左对齐 */
  margin-bottom: 35px;
  padding: 0 30px;
}
#topics.ztzl .box1 .zl a {
  display: block;
  flex: 1 1 calc(50% - 25px);
  max-width: calc(50% - 25px);
  margin-bottom: 50px;
  overflow: hidden;
}
#topics.ztzl .box1 .zl a img {
  width: 100%;
  transition: all 0.2s ease;
}
#topics.ztzl .box1 .zl a:hover img {
  transform: scale(1.1);
}
#article.party .lm_banner .w-1400 .banner-txt .p2 {
  color: rgba(255, 255, 255, 0.4);
}
#article .lm_nav {
  height: 50px;
  line-height: 50px;
}
#article .lm_nav .line {
  display: none;
}
#article .lm_nav .w-1400 {
  border: none;
  height: 50px;
  line-height: 50px;
}
#article .w-1400 {
  width: 60%;
  margin: auto;
}
#article .box1 {
  padding: 40px 0;
}
#article .box1 .left {
  width: 100%;
}
#article .box1 .left h1 {
  font-size: 34px;
  line-height: 40px;
  color: #203149;
  font-weight: bold;
  margin-bottom: 10px;
}
#article .box1 .left h2 {
  font-size: 30px;
  line-height: 36px;
  color: #203149;
}
#article .box1 .left .tools {
  border-bottom: 4px solid #f3f4f5;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  margin: 35px 0;
}
#article .box1 .left .tools .p1 {
  font-size: 16px;
  color: #858687;
  margin-right: 30px;
}
#article .box1 .left .tools .look {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
#article .box1 .left .tools .look span {
  font-size: 14px;
  color: #858687;
  margin-left: 8px;
}
#article .box1 .left .tools .print {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
#article .box1 .left .tools .print span {
  font-size: 14px;
  color: #858687;
  margin-left: 8px;
}
#article .box1 .left .tools .font span {
  display: inline-block;
  margin: 0 2px;
  background: #e8ecee;
  color: #858687;
  cursor: pointer;
  text-align: center;
}
#article .box1 .left .tools .font .s {
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
#article .box1 .left .tools .font .b {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
}
#article .box1 .left .tools .font .sel {
  background: #284375;
  color: #fff;
}
#article .box1 .left #content {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 30px;
  color: #3f494f;
  text-align: justify;
}
#article .box1 .left #content p {
  margin: 1em 0;
}
#article .box1 .left #content img {
  max-width: 100%;
}
#article .box1 .left #content.s {
  font-size: 16px;
}
#article .box1 .left #content.b {
  font-size: 18px;
}
#article .box1 .left #isvideoplayer {
  margin: 40px auto 0;
  width: 100%;
  background: #000;
  color: #ccc;
}
#article .box1 .left #isvideoplayer video {
  max-height: 600px;
}
#article .box1 .left #picbox {
  margin: 40px auto 0;
  position: relative;
}
#article .box1 .left #picbox img {
  display: block;
  width: 100%;
}
#article .box1 .left #picbox .arrow-left,
#article .box1 .left #picbox .arrow-right {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background: no-repeat center;
  cursor: pointer;
}
#article .box1 .left #picbox .arrow-left {
  left: 20px;
  background-image: url(../images/other/arr4.png);
}
#article .box1 .left #picbox .arrow-right {
  right: 20px;
  background-image: url(../images/other/ar3.png);
}
#article .box1 .left #attachment {
  margin: 40px auto 0;
}
#article .box1 .left #attachment a {
  display: block;
}
.party .lm_banner .w-1400 .banner-txt {
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  top: 38%;
}
.party .lm_banner .w-1400 .banner-txt .cir {
  display: none;
}
.party .lm_banner .w-1400 .banner-txt .p1 {
  color: #cf656a;
}
.party .lm_banner .w-1400 .banner-txt .p2 {
  color: rgba(207, 101, 106, 0.3);
  margin-top: 0;
}
.party .box1 {
  background: url(../images/party/bg2.jpg) no-repeat top right;
  background-size: auto;
  padding-bottom: 50px;
}
.party .box1 .top {
  padding-left: 55px;
}
.party .box1 .lm_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.party .box1 .news_list .btm {
  background: #eeeeee;
}
.party .box1 .news_list a:hover .btm {
  background: #163775;
}
.party .box1 .news_list a:hover .p2 {
  color: #fff;
}
#dqdt .box1 .news_list a .btm {
  background: #eeeeee;
}
#dqdt .box1 .news_list a:hover .btm {
  background: #16449d;
}
#dqdt .box1 .news_txt_list a {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  height: 200px;
}
#topics .box1 {
  padding-bottom: 60px;
}
#topics .zt {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  /* 设置间距 */
  justify-content: flex-start;
  /* 左对齐 */
  margin-bottom: 60px;
}
#topics .zt a {
  display: block;
  flex: 1 1 calc(33.33% - 34px);
  max-width: calc(33.33% - 34px);
  overflow: hidden;
}
#topics .zt a img {
  width: 100%;
  transition: all 0.2s ease;
  background: #0002 no-repeat center;
  background-size: cover;
}
#topics .zt a:hover img {
  transform: scale(1.1);
}
#organization .box1 {
  background: url(../images/about/jg-bg1.jpg) no-repeat top;
  background-size: 100% auto;
  padding-bottom: 120px;
}
#organization .box1 .con {
  margin-top: 50px;
  text-align: center;
}
#organization .box1 .con img {
  max-width: 100%;
}
#organization .box1 .tip {
  display: none;
}
#about .box1 {
  padding: 100px 0 80px;
  background: url(../images/about/bg1.png) no-repeat left bottom;
  position: relative;
  overflow: hidden;
}
#about .box1 .sk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(14, 84, 152, 0.2) 10%, transparent 40%);
}
#about .box1 .w-1400 {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
#about .box1 .w-1400 .lf-txt {
  width: 50%;
  padding-left: 4%;
}
#about .box1 .w-1400 .lf-txt .t1 {
  font-size: 42px;
  color: #16273c;
  font-weight: bold;
  margin: 50px 0 30px;
}
#about .box1 .w-1400 .lf-txt .t2 {
  font-size: 14px;
  line-height: 30px;
  color: #6f7273;
  text-align: justify;
}
#about .box1 .w-1400 .lf-txt .cir-box {
  display: flex;
  margin: 55px 0 68px;
}
#about .box1 .w-1400 .lf-txt .cir-box .cir {
  width: 190px;
  /* 椭圆的宽度 */
  height: 120px;
  /* 椭圆的高度 */
  border: 2px dashed #949393;
  /* 虚线边框 */
  border-radius: 50%;
  /* 使元素变成椭圆 */
  transform: rotate(-30deg);
  /* 向右倾斜30度 */
  margin: 0 -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
#about .box1 .w-1400 .lf-txt .cir-box .cir p {
  transform: rotate(30deg);
  font-size: 19px;
  line-height: 22px;
  color: #555657;
}
#about .box1 .w-1400 .lf-txt .cir-box .cir:hover {
  background: #0e5498;
  border: none;
  position: relative;
  z-index: 2;
}
#about .box1 .w-1400 .lf-txt .cir-box .cir:hover p {
  color: #fff;
}
#about .box1 .w-1400 .rt-img {
  width: 50%;
}
#about .box1 .w-1400 .rt-img img {
  width: 100%;
  transform: translate(10%, -20px);
}
#about .box2 {
  background: url(../images/about/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 27px;
}
#about .box2 .w-1400 {
  width: 78%;
}
#about .box2 .w-1400 .zlm_title .p2 {
  color: #fff;
}
#about .box2 .lc-box {
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 1px, transparent 1px, transparent 53px);
  background-size: 100% 56px;
  /* 控制背景的高度为 56px */
  background-position: bottom;
  /* 让背景固定在最底部 */
  background-repeat: repeat-x;
  /* 水平重复 */
}
#about .box2 .lc-box .w-72 {
  width: 72%;
  height: 654px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#about .box2 .lc-box .w-72 .ckgd {
  position: absolute;
  bottom: 100px;
  right: -10%;
}
#about .box2 .lc-box .l1 {
  left: 1.25%;
}
#about .box2 .lc-box .l2 {
  left: 22.4%;
}
#about .box2 .lc-box .l3 {
  left: 43%;
}
#about .box2 .lc-box .l4 {
  left: 64.5%;
}
#about .box2 .lc-box .l5 {
  right: 0.5%;
}
#about .box2 .lc-box .lc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  position: absolute;
  bottom: 0;
}
#about .box2 .lc-box .lc .p1 {
  font-size: 36px;
  font-family: 'akhand';
  color: rgba(255, 255, 255, 0.4);
}
#about .box2 .lc-box .lc .p2 {
  font-size: 16px;
  color: #fcfdfe;
  margin-bottom: 15px;
}
#about .box2 .lc-box .lc .p3 {
  width: 27px;
  height: 27px;
  border: 2px solid #c2aa87;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .box2 .lc-box .lc .p3:after {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c2aa87;
}
#about .box2 .lc-box .lc .p4 {
  border-left: 2px dashed #fff;
}
#about .box2 .lc-box .lc .h1 {
  height: 234px;
}
#about .box2 .lc-box .lc .h2 {
  height: 329px;
}
#about .box2 .lc-box .lc .h3 {
  height: 422px;
}
#about .box2 .lc-box .lc .h4 {
  height: 472px;
}
#about .box2 .lc-box .lc .h5 {
  height: 548px;
}
#about .box3 {
  background: url(../images/about/bg3.jpg) no-repeat;
  background-size: cover;
  padding: 105px 0 135px;
  margin-bottom: 55px;
}
#about .box3 .w-1400 {
  width: 78%;
}
#about .box3 .con {
  display: flex;
  justify-content: space-between;
}
#about .box3 .con .lf-txt {
  width: 60%;
  padding-top: 60px;
}
#about .box3 .con .lf-txt .top {
  display: flex;
  justify-content: space-between;
}
#about .box3 .con .lf-txt .top .ms {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#about .box3 .con .lf-txt .top .ms .txt {
  text-align: center;
}
#about .box3 .con .lf-txt .top .ms .txt .p1 {
  font-size: 38px;
  font-family: 'akhand';
  color: #c4ab72;
}
#about .box3 .con .lf-txt .top .ms .txt .p2 {
  font-size: 16px;
  line-height: 20px;
  color: #727374;
}
#about .box3 .con .lf-txt .top .mid {
  margin-top: 85px;
}
#about .box3 .con .lf-txt .xq {
  font-size: 14px;
  line-height: 30px;
  color: #6f7273;
  text-align: justify;
  margin: 45px 0 50px;
}
#about .box3 .con .rt-jb {
  width: 40%;
  text-align: right;
}
#about .box3 .con .rt-jb img {
  width: 80%;
}
#company .box1 {
  padding: 90px 0 115px;
  background: url(../images/about/jj-bg.png) no-repeat top right;
}
#company .box1 .w-1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
#company .box1 .w-1400 .lf-num .num1 {
  display: flex;
  align-items: flex-end;
}
#company .box1 .w-1400 .lf-num .num1 .p1 {
  position: relative;
  font-size: 177px;
  line-height: 165px;
  color: #c0a079;
  font-family: 'akhand';
}
#company .box1 .w-1400 .lf-num .num1 .p1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#company .box1 .w-1400 .lf-num .num1 .p1 span {
  position: relative;
  z-index: 2;
  font-family: 'akhand';
}
#company .box1 .w-1400 .lf-num .num1 .p2 {
  font-size: 42px;
  color: #c0a079;
  margin-left: 10px;
}
#company .box1 .w-1400 .lf-num .num2 {
  font-size: 40px;
  color: #e2d4c3;
  position: relative;
  margin-top: 20px;
}
#company .box1 .w-1400 .txt-mid {
  width: 48%;
}
#company .box1 .w-1400 .txt-mid .p1 {
  font-size: 32px;
  color: #c0a079;
}
#company .box1 .w-1400 .txt-mid .p2 {
  font-size: 14px;
  color: #6f7273;
  line-height: 30px;
  text-align: justify;
  margin-top: 25px;
}
#company .box1 .w-1400 .rt-num {
  display: flex;
  padding: 36px 12px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  gap: 36px;
}
#company .box1 .w-1400 .rt-num .item {
  display: flex;
  align-items: center;
}
#company .box1 .w-1400 .rt-num .item .cir {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #022856;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company .box1 .w-1400 .rt-num .item .cir img {
  width: 56%;
}
#company .box1 .w-1400 .rt-num .item .rt-n .p1 {
  font-size: 40px;
  color: #c0a079;
}
#company .box1 .w-1400 .rt-num .item .rt-n .p1 span {
  font-size: 13px;
}
#company .box1 .w-1400 .rt-num .item .rt-n .p2 {
  font-size: 14px;
  color: #6f7273;
}
#company .box2 {
  background: url(../images/about/gsjj-bg1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 20px;
  overflow: hidden;
}
#company .box2 .w-1400 {
  display: flex;
  justify-content: space-between;
}
#company .box2 .w-1400 .map {
  width: 36%;
}
#company .box2 .w-1400 .rt-txt {
  width: calc(60% - 160px);
  padding-top: 50px;
  margin-right: 3%;
}
#company .box2 .w-1400 .rt-txt .p1 {
  font-size: 26px;
  color: #c0a079;
  margin-bottom: 20px;
}
#company .box2 .w-1400 .rt-txt .p2 {
  font-size: 16px;
  line-height: 30px;
  color: #6f7273;
}
#company .box2 .w-1400 .rt-txt .p2 span {
  color: #c0a079;
}
#company .box3 {
  background: url(../images/about/bg4.jpg) no-repeat;
  background-size: cover;
  height: 563px;
  margin-bottom: 60px;
}
#company .box3 .w-1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#company .box3 .w-1400 .lf-txt {
  margin-left: 11%;
  margin-top: 45px;
}
#company .box3 .w-1400 .lf-txt p {
  font-size: 28px;
  color: #fcc581;
  margin-bottom: 20px;
}
#company .box3 .w-1400 .rt-item {
  display: flex;
  margin-top: -130px;
}
#company .box3 .w-1400 .rt-item .item {
  height: 563px;
  color: #fff;
  padding: 45px 5%;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
#company .box3 .w-1400 .rt-item .item1 {
  width: 458px;
  background: url(../images/about/bg5.png) no-repeat center;
}
#company .box3 .w-1400 .rt-item .item2 {
  width: 308px;
  margin-left: 50px;
  background: url(../images/about/bg6.png) no-repeat center;
}
#honors .box1 {
  background: url(../images/about/sd1.png) no-repeat top right;
  padding-bottom: 70px;
}
#honors .box1 .w-1400 .top {
  display: flex;
  padding-left: 70px;
}
#honors .box1 .ry-box {
  flex-wrap: wrap;
}
#honors .box1 .ry-box .ry {
  width: calc(50% - 17px);
  background: #e5e5e5;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 305px;
}
#honors .box1 .ry-box .ry .img {
  position: relative;
  width: 63%;
}
#honors .box1 .ry-box .ry .img .dz {
  width: 100%;
}
#honors .box1 .ry-box .ry .img .jz {
  width: 58%;
  max-height: 200px;
  display: flex;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s ease;
}
#honors .box1 .ry-box .ry .img .jz:hover {
  transform: translate(-50%, 0) scale(1.1);
}
#honors .box1 .ry-box .ry .txt {
  position: absolute;
  right: 10%;
  top: 20%;
  width: 30%;
  font-size: 20px;
  color: #383737;
}
#history .box1 {
  margin-bottom: 70px;
}
#history .box1 .w-1400 {
  width: 1400px;
}
#history .box1 .w-1400 .con {
  position: relative;
}
#history .box1 .w-1400 .con .swiper-button-prev,
#history .box1 .w-1400 .con .swiper-button-next {
  top: -50px;
  width: 44px;
  height: 44px;
  border: 2px solid #c0a079;
}
#history .box1 .w-1400 .con .swiper-button-next {
  right: 0;
  left: auto;
  background: url(../images/about/arr3.png) no-repeat center;
}
#history .box1 .w-1400 .con .swiper-button-prev {
  left: auto;
  right: 50px;
  background: url(../images/about/arr2.png) no-repeat center;
}
#history .box1 .w-1400 .con .top {
  border-bottom: 3px solid #e0c9ac;
  background: repeating-linear-gradient(to right, #dfcfbb 0%, #dfcfbb 1px, transparent 1px, transparent 15px);
  background-size: 100% 15px;
  /* 控制背景的高度为 56px */
  background-position: bottom;
  /* 让背景固定在最底部 */
  background-repeat: repeat-x;
  /* 水平重复 */
  position: relative;
  overflow: hidden;
}
#history .box1 .w-1400 .con .top .mySwiper {
  overflow: visible;
  margin: 0 0 25px 0;
  width: 55%;
}
#history .box1 .w-1400 .con .top .mySwiper .swiper-slide p {
  font-size: 15px;
  color: #6e6e6d;
  line-height: 30px;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 120px;
  text-align: center;
}
#history .box1 .w-1400 .con .top .mySwiper .swiper-slide-active p {
  font-size: 30px;
  color: #c0a079;
}
#history .box1 .w-1400 .con .btm {
  display: flex;
  font-size: 200px;
  color: rgba(195, 176, 147, 0.2);
}
#history .box1 .w-1400 .con .btm .lf-txt {
  width: 440px;
  padding-top: 55px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
#history .box1 .w-1400 .con .btm .lf-txt img {
  width: 35%;
}
#history .box1 .w-1400 .con .btm .lf-txt .cir {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #c0a079;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#history .box1 .w-1400 .con .btm .lf-txt .cir p {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
}
#history .box1 .w-1400 .con .btm .mySwiper2 {
  padding-top: 55px;
  flex-grow: 1;
  margin: 0;
  border-left: 2px solid #c0a079;
  background: repeating-linear-gradient(to bottom, #dfcfbb 0%, #dfcfbb 1px, transparent 1px, transparent 15px);
  background-size: 15px 100%;
  /* 控制背景的高度为 56px */
  background-position: left 10px top;
  /* 让背景固定在最底部 */
  background-repeat: repeat-y;
  /* 水平重复 */
}
#history .box1 .w-1400 .con .btm .mySwiper2 .swiper-slide {
  padding-left: 50px;
}
#history .box1 .w-1400 .con .btm .mySwiper2 .swiper-slide ul {
  margin: 0;
  padding: 0;
}
#history .box1 .w-1400 .con .btm .mySwiper2 .swiper-slide li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eadfd1;
  left: 0;
  top: 8px;
}
#history .box1 .w-1400 .con .btm .mySwiper2 .swiper-slide li {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  color: #6f7273;
  margin-bottom: 20px;
  padding-right: 155px;
  padding-left: 22px;
  position: relative;
  text-align: justify;
}
#subsidiary .box1 {
  background: #f8f8f3 url(../images/about/xsgs-bg.jpg) no-repeat top left;
}
#subsidiary .box1 .w-1400 {
  width: 76.488%;
}
#subsidiary .box1 .w-1400 .con {
  margin-bottom: 90px;
}
#subsidiary .box1 .w-1400 .con .tabs {
  display: flex;
  justify-content: space-between;
}
#subsidiary .box1 .w-1400 .con .tabs .tab {
  width: calc(50% - 22px);
  height: 65px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  line-height: 65px;
  background: #013573;
  transition: all 0.2s ease;
  margin: 50px 0 55px;
  position: relative;
  cursor: pointer;
}
#subsidiary .box1 .w-1400 .con .tabs .tab.active {
  background: #c0a079;
}
#subsidiary .box1 .w-1400 .con .tabs .tab.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 13px solid #c0a079;
}
#subsidiary .box1 .w-1400 .con .tabs .tab:hover {
  background: #c0a079;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box {
  display: flex;
  align-items: center;
  height: 208px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .lf-img {
  flex-shrink: 0;
  width: 290px;
  height: 207px;
  background-size: cover;
  mask: radial-gradient(ellipse 110px 75px at 50% 50%, black 70%, transparent 70%);
  mask-size: 100% 100%;
  -webkit-mask: radial-gradient(ellipse 110px 75px at 50% 50%, black 70%, transparent 70%);
  -webkit-mask-size: 100% 100%;
  transform: rotate(-40deg);
  /* 倾斜角度 */
  transform-origin: center;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .lf-img img {
  transform: rotate(40deg);
  width: 100%;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .line {
  margin-right: 90px;
  height: 72px;
  border-left: 1px solid #c0a079;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt {
  flex-grow: 1;
  padding-right: 20px;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p1 {
  font-size: 20px;
  color: #555657;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  margin-top: 16px;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p3 {
  font-size: 14px;
  margin-top: 16px;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p3 a {
  color: #555657;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p3 a:hover {
  color: #c0a079;
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box .box .rt-txt .p3 a::after {
  content: ' >';
}
#subsidiary .box1 .w-1400 .con .tab-con .tabs-box:last-child {
  display: none;
}
#residence .box1 {
  margin-bottom: 30px;
  padding-bottom: 50px;
  background: #eeeeed url(../images/industrial/bg1.png) no-repeat right top;
}
#residence .box1 .w-1400 > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#residence .box1 .w-1400 > .top .tabs {
  display: flex;
  gap: 17px;
}
#residence .box1 .w-1400 > .top .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  background: #01316c;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#residence .box1 .w-1400 > .top .tabs .tab p {
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
}
#residence .box1 .w-1400 > .top .tabs .tab.active {
  background: #c0a079;
}
#residence .box1 .w-1400 > .top .tabs .tab:hover {
  background: #c0a079;
}
#residence .box1 .w-1400 .xm_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#residence .box1 .w-1400 .xm_list a {
  width: calc(50% - 27px);
  display: block;
  margin-bottom: 70px;
  border-radius: 6px;
  overflow: hidden;
}
#residence .box1 .w-1400 .xm_list a .top_img {
  position: relative;
}
#residence .box1 .w-1400 .xm_list a .top_img img {
  width: 100%;
  background: #eee no-repeat center;
  background-size: cover;
  transition: all 0.5s ease;
}
#residence .box1 .w-1400 .xm_list a .top_img .yy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(35, 76, 128, 0.72) 5%, transparent 40%);
}
#residence .box1 .w-1400 .xm_list a .btm {
  height: 155px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 9%;
  transition: all 0.2s ease;
  position: relative;
}
#residence .box1 .w-1400 .xm_list a .btm .logo {
  position: absolute;
  top: -80px;
  left: 9%;
  background: #97836b;
  width: 156px;
  height: 110px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#residence .box1 .w-1400 .xm_list a .btm .logo img {
  max-width: 90%;
  max-height: 60%;
}
#residence .box1 .w-1400 .xm_list a .btm .lf-name {
  font-size: 20px;
  color: #222121;
  font-weight: bold;
  width: 35%;
}
#residence .box1 .w-1400 .xm_list a .btm .line {
  height: 82px;
  border-left: 1px solid #b6c0d4;
  margin-right: 25px;
}
#residence .box1 .w-1400 .xm_list a .btm .rt-add {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 20px;
}
#residence .box1 .w-1400 .xm_list a .btm .rt-add .add {
  display: flex;
  align-items: center;
}
#residence .box1 .w-1400 .xm_list a .btm .rt-add .add .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #90a9c8;
  display: flex;
  justify-content: center;
  align-items: center;
}
#residence .box1 .w-1400 .xm_list a .btm .rt-add .add .txt {
  margin-left: 18px;
  font-size: 14px;
  color: #757474;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#residence .box1 .w-1400 .xm_list a:hover .top_img > img {
  transform: scale(1.1);
}
#residence .box1 .w-1400 .xm_list a:hover .btm {
  background: #01316c;
}
#residence .box1 .w-1400 .xm_list a:hover .btm .lf-name {
  color: #fff;
}
#residence .box1 .w-1400 .xm_list a:hover .btm .rt-add .add .txt {
  color: #fff;
}
#projects .box1 {
  margin-bottom: 30px;
  padding-bottom: 60px;
  background: url(../images/industrial/bg1.png) no-repeat right top;
}
#projects .box1 .w-1400 .top {
  display: flex;
}
#projects .box1 .w-1400 .top .lm_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#projects .box1 .w-1400 .top .lm_title .cn {
  text-align: left;
}
#projects .box1 .w-1400 .news_list {
  gap: 43px;
  padding-bottom: 70px;
}
#projects .box1 .w-1400 .news_list a {
  box-shadow: 0 0 20px 6px rgba(1, 2, 2, 0.15);
  max-width: calc(33.33% - 29px);
  margin-bottom: 0;
}
#projects .box1 .w-1400 .news_list a .top-bg {
  overflow: hidden;
}
#projects .box1 .w-1400 .news_list a .top-bg img {
  background: #eee no-repeat center;
  background-size: cover;
  transition: all 0.5s ease;
}
#projects .box1 .w-1400 .news_list a .btm-txt {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 0 6%;
  transition: all 0.2s ease;
}
#projects .box1 .w-1400 .news_list a .btm-txt .name {
  font-size: 18px;
  font-weight: bold;
  color: #222121;
  font-family: 'yahei-bold';
}
#projects .box1 .w-1400 .news_list a .btm-txt .add {
  display: flex;
}
#projects .box1 .w-1400 .news_list a .btm-txt .add img {
  flex-shrink: 0;
  vertical-align: middle;
}
#projects .box1 .w-1400 .news_list a .btm-txt .add p {
  line-height: 16px;
  font-size: 14px;
  color: #757474;
  margin-left: 12px;
}
#projects .box1 .w-1400 .news_list a .btm-txt .add p:first-child {
  margin-left: 0;
}
#projects .box1 .w-1400 .news_list a:hover .top-bg img {
  transform: scale(1.1);
}
#projects .box1 .w-1400 .news_list a:hover .btm-txt {
  background: #c0a079;
}
#projects .box1 .w-1400 .news_list a:hover .btm-txt .name {
  color: #fff;
}
#projects .box1 .w-1400 .news_list a:hover .btm-txt .add p {
  color: #fff;
}
#project .banner {
  position: relative;
}
#project .banner .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
  color: #fff;
}
#project .banner .txt span {
  position: relative;
  z-index: 2;
}
#project .banner .txt .cir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#project .add-box {
  background: #253e6e;
  position: relative;
}
#project .add-box .w75 {
  position: relative;
  display: flex;
}
#project .add-box .w75 .lf-add {
  height: 68px;
  display: flex;
  align-items: center;
  gap: 55px;
}
#project .add-box .w75 .lf-add .add-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#project .add-box .w75 .lf-add .add-box p {
  font-size: 15px;
  color: #fff;
}
#project .add-box .w75 .ewm {
  position: absolute;
  right: 0;
  top: -92px;
  width: 120px;
}
#project .pro-title {
  position: relative;
  text-align: center;
  padding: 95px 0 60px;
}
#project .pro-title i {
  position: absolute;
  width: 27px;
  height: 16px;
  right: -15px;
  top: 3px;
  background: #c0a079;
  border-radius: 50%;
  transform: rotate(-30deg);
}
#project .pro-title p {
  display: inline-block;
  position: relative;
}
#project .pro-title span {
  font-size: 30px;
  color: #373737;
  position: relative;
  z-index: 2;
}
#project .item1 {
  background: url(../images/industrial/bg1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 110px;
  overflow: hidden;
}
#project .item1 .w-1400 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#project .item1 .w-1400 .con .lf-img {
  width: 45%;
  border-top-right-radius: 83px;
  border-bottom-left-radius: 83px;
  overflow: hidden;
  position: relative;
}
#project .item1 .w-1400 .con .lf-img img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
#project .item1 .w-1400 .con .lf-img p {
  position: absolute;
  width: 97px;
  height: 97px;
  background: #c0a079;
  border-radius: 50%;
  text-align: center;
  line-height: 97px;
  color: #fff;
  top: 5%;
  right: 5%;
}
#project .item1 .w-1400 .con .rt-txt {
  width: 50%;
  padding: 0 6%;
}
#project .item1 .w-1400 .con .rt-txt img {
  width: 200px;
}
#project .item1 .w-1400 .con .rt-txt p {
  font-size: 16px;
  line-height: 30px;
  color: #6f7273;
  text-align: justify;
  margin: 1em 0;
}
#project .item2 {
  background: url(../images/industrial/bg2.jpg) no-repeat top left;
  background-size: 100% auto;
}
#project .item2 .w-1400 .pro-title {
  padding: 95px 0 0;
}
#project .item2 .w-1400 .gd-box {
  text-align: right;
}
#project .item2 .w-1400 .gd-box a {
  font-size: 15px;
  color: #c0a079;
}
#project .item2 .w-1400 .dt-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#project .item2 .w-1400 .dt-box a {
  display: flex;
  align-items: center;
  width: calc(50% - 35px);
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#project .item2 .w-1400 .dt-box a .lf-time {
  width: 86px;
  flex-shrink: 0;
}
#project .item2 .w-1400 .dt-box a .lf-time .p1 {
  height: 18px;
  background: #253e6e;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#project .item2 .w-1400 .dt-box a .lf-time .p2 {
  height: 66px;
  line-height: 60px;
  background: #edeff2;
  text-align: center;
  font-family: 'akhand';
  font-size: 30px;
  color: #373737;
}
#project .item2 .w-1400 .dt-box a .rt-txt {
  margin-left: 35px;
  flex-grow: 1;
  overflow: hidden;
}
#project .item2 .w-1400 .dt-box a .rt-txt .p1 {
  font-size: 18px;
  color: #555657;
}
#project .item2 .w-1400 .dt-box a .rt-txt .p2 {
  font-size: 14px;
  line-height: 20px;
  color: #6f7273;
  margin-top: 12px;
}
#project .item3 {
  padding-bottom: 65px;
}
#project .item3 .swiper {
  position: relative;
  width: 100%;
}
#project .item3 .swiper .swiper-slide {
  width: 60%;
  transition: all 0.2s ease;
}
#project .item3 .swiper .swiper-slide img {
  width: 100%;
}
#project .item3 .swiper .swiper-slide-active {
  opacity: 1;
}
#project .item3 .controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
#project .item3 .controls .swiper-pagination {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 18px;
  color: #c0a079;
}
#project .item3 .controls .swiper-pagination .swiper-pagination-current {
  font-size: 22px;
}
#project .item3 .controls .swiper-button-prev {
  background-image: url(../images/industrial/arr1.png);
}
#project .item3 .controls .swiper-button-prev:hover {
  background-image: url(../images/industrial/arr3.png);
}
#project .item3 .controls .swiper-button-next {
  background-image: url(../images/industrial/arr2.png);
}
#project .item3 .controls .swiper-button-next:hover {
  background-image: url(../images/industrial/arr4.png);
}
#project .item3 .controls .btn {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #c0a079;
  background-repeat: no-repeat;
  background-position: center;
}
#project .item3 .controls .btn:hover {
  background-color: #c0a079;
}
#project .item4 {
  background: #f3f3f3;
  padding-bottom: 55px;
}
#project .item4 .pro-title {
  padding: 60px 0;
}
#project .item4 .swiper .swiper-slide {
  cursor: pointer;
}
#project .item4 .swiper .swiper-slide .top {
  position: relative;
}
#project .item4 .swiper .swiper-slide .top .fdj {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0a079;
}
#project .item4 .swiper .swiper-slide .btm {
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #373737;
}
#project .item4 .arr-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
  margin-top: 20px;
}
#project .item4 .arr-box .swiper-button-prev {
  background-image: url(../images/industrial/arr1.png);
}
#project .item4 .arr-box .swiper-button-prev:hover {
  background-image: url(../images/industrial/arr3.png);
}
#project .item4 .arr-box .swiper-button-next {
  background-image: url(../images/industrial/arr2.png);
}
#project .item4 .arr-box .swiper-button-next:hover {
  background-image: url(../images/industrial/arr4.png);
}
#project .item4 .arr-box .btn {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #c0a079;
  background-repeat: no-repeat;
  background-position: center;
}
#project .item4 .arr-box .btn:hover {
  background-color: #c0a079;
}
#project .item5 {
  padding-bottom: 110px;
}
#project .item5 .pro-title {
  padding: 60px 0;
}
#project .model {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  text-align: center;
}
#project .model .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
}
#project .model .model-lb {
  height: 100%;
  margin: auto;
  position: relative;
}
#project .model .model-lb .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#project .model .model-lb .swiper-container img {
  vertical-align: middle;
  height: 100%;
}
#project .model .model-lb .swiper-button-prev {
  background-image: url(../images/other/arr4.png);
  left: 20px;
  right: auto;
}
#project .model .model-lb .swiper-button-next {
  background-image: url(../images/other/arr3.png);
  right: 20px;
  left: auto;
}
#project .model .model-lb .swiper-button-prev,
#project .model .model-lb .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}
#project .showModel {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}
#culture .item1 {
  background: url(../images/wenhua/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
  overflow: hidden;
}
#culture .item1 .w-1400 {
  display: flex;
}
#culture .item1 .w-1400 .lf-txt {
  width: 50%;
  padding: 0 5%;
}
#culture .item1 .w-1400 .lf-txt .con {
  font-size: 15px;
  line-height: 30px;
  color: #6f7273;
  text-align: justify;
  margin: 60px 0 40px;
}
#culture .item1 .w-1400 .rt-cir {
  width: 50%;
}
#culture .item1 .w-1400 .rt-cir .cir-box {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#culture .item1 .w-1400 .rt-cir .cir-box .cir-box-bg {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  margin: auto;
  border: 100px solid #c3b197;
  position: absolute;
  top: 0;
  left: 0;
}
#culture .item1 .w-1400 .rt-cir .cir-box .icon-box {
  width: 132px;
  height: 132px;
  background: #0b4f91;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotate1 15s linear infinite;
  /* 匀速旋转，持续5秒，无限循环 */
  /* 分别定位四个圆点 */
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .cir {
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  animation: rotate2 15s linear infinite;
  /* 匀速旋转，持续5秒，无限循环 */
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .cir .p1 {
  font-size: 20px;
  color: #0b4f91;
  font-weight: bold;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .cir .p2 {
  width: 37px;
  border-top: 1px solid #0b4f91;
  margin: 10px 0;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .cir .p3 {
  font-size: 14px;
  line-height: 22px;
  color: #a4a3a3;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .c1 {
  left: 28%;
  top: -13%;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .c2 {
  right: -12%;
  top: 29%;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .c3 {
  left: 28%;
  bottom: -13%;
}
#culture .item1 .w-1400 .rt-cir .cir-box .four-cir .c4 {
  left: -12%;
  top: 29%;
}
#culture .item2 {
  background: url(../images/wenhua/bg2.jpg) no-repeat;
  background-size: cover;
}
#culture .item2 .w-1400 {
  position: relative;
  display: flex;
  padding: 125px 0 150px;
}
#culture .item2 .w-1400 .many-cir {
  position: absolute;
  left: 6%;
  top: -14%;
  width: 57%;
  max-width: 713px;
  min-width: 650px;
}
#culture .item2 .w-1400 .lf-txt {
  position: relative;
  width: 50%;
}
#culture .item2 .w-1400 .lf-txt .zlm_title .p2 {
  color: #fff;
}
#culture .item2 .w-1400 .rt-txt {
  width: 50%;
  position: relative;
  padding: 0 5%;
}
#culture .item2 .w-1400 .rt-txt .con {
  font-size: 14px;
  line-height: 30px;
  color: #cccbcd;
  text-align: justify;
  margin-bottom: 40px;
}
#culture .item3 {
  padding: 115px 0 138px;
  background: url(../images/wenhua/bg3.jpg) no-repeat left bottom, url(../images/wenhua/bg4.jpg) no-repeat right top;
}
#culture .item3 .w-1400 .top-txt {
  font-size: 15px;
  line-height: 30px;
  color: #6f7273;
  margin-bottom: 65px;
}
#culture .item3 .w-1400 .content {
  display: flex;
  justify-content: space-between;
}
#culture .item3 .w-1400 .content .con {
  width: calc(50% - 16px);
  position: relative;
  overflow: hidden;
}
#culture .item3 .w-1400 .content .con > img {
  transition: all 0.2s ease;
}
#culture .item3 .w-1400 .content .con:hover > img {
  transform: scale(1.1);
}
#culture .item3 .w-1400 .content .lf-fc > div {
  position: absolute;
  top: 10%;
  left: 10%;
}
#culture .item3 .w-1400 .content .lf-fc > div .p1 {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.6);
}
#culture .item3 .w-1400 .content .lf-fc > div .p2 {
  font-size: 28px;
  color: #fff;
}
#culture .item3 .w-1400 .content .lf-fc > div .p3 {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
}
#culture .item3 .w-1400 .content .rt-sp > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#culture .item3 .w-1400 .content .rt-sp > div p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
#culture .item4 {
  height: 470px;
  background: url(../images/wenhua/bg5.jpg) no-repeat top right;
  background-size: cover;
  margin-bottom: 80px;
}
#culture .item4 .w-1400 {
  display: flex;
}
#culture .item4 .w-1400 .lf-cir {
  width: 50%;
  display: flex;
}
#culture .item4 .w-1400 .lf-cir .zlm_title {
  margin-top: 145px;
}
#culture .item4 .w-1400 .lf-cir .zlm_title .p2 {
  color: #fff;
}
#culture .item4 .w-1400 .lf-cir .cir {
  margin-left: -8%;
}
#culture .item4 .w-1400 .rt-txt {
  width: 50%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#culture .item4 .w-1400 .rt-txt .con {
  font-size: 15px;
  line-height: 30px;
  color: #cccbcd;
  margin-bottom: 44px;
}
.lm_title.wh_title {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px 0 20px;
}
.lm_title.wh_title .bg1 {
  width: 400px;
}
.lm_title.wh_title > div {
  position: absolute;
  left: 20%;
  bottom: 27%;
}
#cultural {
  background: url(../images/wenhua/tx-bg1.jpg) no-repeat center 70%;
  background-size: 100% auto;
}
#cultural .item1 {
  overflow: hidden;
}
#cultural .item1 .w-1400 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cultural .item1 .w-1400 .top .rt-txt {
  position: relative;
  text-align: right;
}
#cultural .item1 .w-1400 .top .rt-txt .bg {
  position: absolute;
  top: -81%;
  right: 2%;
}
#cultural .item1 .w-1400 .top .rt-txt .p1 {
  font-size: 24px;
  color: #c0a079;
}
#cultural .item1 .w-1400 .top .rt-txt .p2 {
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(192, 160, 121, 0.5);
}
#cultural .item1 .w-1400 .mid {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 110px;
}
#cultural .item1 .w-1400 .mid .txt {
  width: 48%;
  padding: 0 1%;
  border-left: 1px solid #a6b4cb;
  text-align: justify;
}
#cultural .item1 .w-1400 .mid .txt p {
  font-size: 15px;
  color: #6f7273;
  line-height: 28px;
  padding: 0 2%;
}
#cultural .item1 .w-1400 .mid .txt p span {
  font-weight: bold;
}
#cultural .item1 .w-1400 .btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cultural .item1 .w-1400 .btm .lf-cir {
  width: 42.7%;
}
#cultural .item1 .w-1400 .btm .lf-cir2 {
  display: none;
}
#cultural .item1 .w-1400 .btm .rt-txt {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
#cultural .item1 .w-1400 .btm .rt-txt .txt-box {
  width: 540px;
  height: 90px;
  background: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
#cultural .item1 .w-1400 .btm .rt-txt .txt-box .p-box {
  margin-left: 10px;
}
#cultural .item1 .w-1400 .btm .rt-txt .txt-box .p-box .p1 {
  font-size: 20px;
  color: #555657;
}
#cultural .item1 .w-1400 .btm .rt-txt .txt-box .p-box .p2 {
  font-size: 16px;
  color: #c0a079;
}
#cultural .item1 .w-1400 .btm .rt-txt .t2,
#cultural .item1 .w-1400 .btm .rt-txt .t5 {
  margin-left: 80px;
}
#cultural .item1 .w-1400 .btm .rt-txt .t3,
#cultural .item1 .w-1400 .btm .rt-txt .t4 {
  margin-left: 110px;
}
#cultural .item2 .w-1400 {
  height: 690px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cultural .item2 .w-1400 .ty-box {
  width: 360px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin: 0 -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #253e6e;
  box-shadow: #0003 0 0 10px;
}
#cultural .item2 .w-1400 .ty-box > div {
  transform: rotate(45deg);
  text-align: center;
}
#cultural .item2 .w-1400 .ty-box > div .p1 {
  font-size: 22px;
}
#cultural .item2 .w-1400 .ty-box > div .p2 {
  margin-top: 0.4em;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
  color: #c0a079;
}
#cultural .item2 .w-1400 .ty-box:hover {
  background: #253e6e;
  color: #fff;
  border: none;
  position: relative;
  z-index: 2;
}
#talent .item1 {
  padding-bottom: 90px;
}
#talent .item1 .w-1400 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#talent .item1 .w-1400 .lm_title {
  flex-shrink: 0;
}
#talent .item1 .w-1400 .rt-txt {
  width: 60%;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 110px;
}
#talent .item1 .w-1400 .rt-txt .txt-box {
  position: relative;
  margin-left: 5%;
}
#talent .item1 .w-1400 .rt-txt .txt-box .bg {
  position: absolute;
  left: 450px;
  top: -56px;
}
#talent .item1 .w-1400 .rt-txt .txt-box .p1 {
  font-size: 24px;
  color: #c0a079;
}
#talent .item1 .w-1400 .rt-txt .txt-box .p2 {
  font-size: 15px;
  line-height: 28px;
  color: #6f7273;
  width: 70%;
  margin-top: 20px;
}
#talent .item2 {
  height: 543px;
  background: url(../images/wenhua/rc-bg2.jpg) no-repeat;
  background-size: cover;
}
#talent .item2 .w-1400 .txt-box {
  width: 670px;
  height: 425px;
  background: url(../images/wenhua/rc-bg1.jpg) no-repeat bottom;
  background-size: cover;
  padding: 50px 8%;
}
#talent .item2 .w-1400 .txt-box .p1 {
  font-size: 24px;
  color: #c0a079;
}
#talent .item2 .w-1400 .txt-box .p2 {
  font-size: 15px;
  line-height: 28px;
  color: #6f7273;
  margin-top: 27px;
  text-align: justify;
}
#brand .item1 {
  background: url(../images/wenhua/ppjd-bg1.jpg) no-repeat bottom;
  background-size: cover;
  padding-bottom: 80px;
  margin-bottom: 25px;
}
#brand .item1 .w-1400 {
  display: flex;
}
#brand .item1 .w-1400 .lf-logo {
  width: 40%;
  flex-shrink: 0;
}
#brand .item1 .w-1400 .lf-logo .b-logo {
  width: 82%;
  margin: auto;
}
#brand .item1 .w-1400 .lf-logo .con {
  width: 395px;
  background: #fff;
  border-radius: 8px;
  padding: 30px 6%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: -68px auto 0;
  position: relative;
}
#brand .item1 .w-1400 .lf-logo .con p {
  font-size: 14px;
  line-height: 24px;
  color: #3a3a3a;
  text-align: justify;
}
#brand .item1 .w-1400 .lf-logo .con p:first-child {
  margin-bottom: 20px;
}
#brand .item1 .w-1400 .rt-logo {
  flex-grow: 1;
  margin: 87px 0 0 100px;
}
#video .item1 {
  background: #f4f3ef url(../images/wenhua/sp-bg1.jpg) no-repeat top;
  background-size: 100% auto;
  margin-bottom: 35px;
}
#video .item1 .w-1400 .sp-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
}
#video .item1 .w-1400 .sp-box a {
  display: block;
  flex: 1 1 calc(33.33% - 34px);
  max-width: calc(33.33% - 34px);
  overflow: hidden;
}
#video .item1 .w-1400 .sp-box a .btm {
  height: 130px;
  background: #fff;
  padding: 0 8% 0;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
#video .item1 .w-1400 .sp-box a .btm .play {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #253e6e;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: -26px;
  transform: translate(-50%, 0);
}
#video .item1 .w-1400 .sp-box a .btm .sxj {
  text-align: right;
  position: absolute;
  right: 30px;
  top: 25px;
}
#video .item1 .w-1400 .sp-box a .btm .p1 {
  color: #757474;
  width: 100%;
}
#video .item1 .w-1400 .sp-box a .img-res {
  background: #eee no-repeat center;
  background-size: cover;
  transition: all 0.3s ease;
}
#video .item1 .w-1400 .sp-box a:hover .img-res {
  transform: scale(1.1);
}
#video .item1 .w-1400 .sp-box a:hover .btm {
  background: #dfd8c9;
}
#video .item1 .w-1400 .page_box {
  padding: 50px 0;
}
#news3 .item1 {
  background: #f4f3ef;
  margin-bottom: 30px;
}
#news3 .item1 .w-1400 .fc-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px;
}
#news3 .item1 .w-1400 .fc-box a {
  height: 306px;
  border-bottom: 5px solid #c0a079;
  width: calc(50% - 32px);
  background: #fff;
  padding: 0 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
}
#news3 .item1 .w-1400 .fc-box a .bg {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
}
#news3 .item1 .w-1400 .fc-box a .top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#news3 .item1 .w-1400 .fc-box a .top .lf-img {
  width: 72px;
  height: 70px;
  transition: all 0.2s ease;
  background-image: url(../images/wenhua/fc01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#news3 .item1 .w-1400 .fc-box a .top .rt-zz {
  font-size: 14px;
  color: #6f7273;
}
#news3 .item1 .w-1400 .fc-box a .p1 {
  font-size: 20px;
  color: #555657;
  margin: 40px 0 15px;
  position: relative;
}
#news3 .item1 .w-1400 .fc-box a .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  position: relative;
}
#news3 .item1 .w-1400 .fc-box a:hover {
  background: #c3ab8b;
}
#news3 .item1 .w-1400 .fc-box a:hover .p1 {
  color: #fff;
}
#news3 .item1 .w-1400 .fc-box a:hover .p2 {
  color: #fff;
}
#news3 .item1 .w-1400 .fc-box a:hover .rt-zz {
  color: #fff;
}
#news3 .item1 .w-1400 .fc-box a:hover .lf-img {
  background-image: url(../images/wenhua/fc02.png);
}
#news3 .item1 .w-1400 .fc-box a:hover .bg {
  opacity: 0.3;
}
#news3 .item1 .w-1400 .page_box {
  padding: 50px 0;
}
#safety .item1,
#search .item1 {
  padding-bottom: 95px;
}
#safety .item1 .w-1400 .tabs,
#search .item1 .w-1400 .tabs {
  display: flex;
  justify-content: space-between;
  width: 88.72%;
  margin: auto;
}
#safety .item1 .w-1400 .tabs .tab,
#search .item1 .w-1400 .tabs .tab {
  width: calc(33.33% - 23px);
  height: 75px;
  background: #013573;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
}
#safety .item1 .w-1400 .tabs .tab .cir,
#search .item1 .w-1400 .tabs .tab .cir {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: all 0.2s ease;
}
#safety .item1 .w-1400 .tabs .tab p,
#search .item1 .w-1400 .tabs .tab p {
  font-size: 20px;
  color: #fff;
}
#safety .item1 .w-1400 .tabs .tab:hover,
#search .item1 .w-1400 .tabs .tab:hover,
#safety .item1 .w-1400 .tabs .tab.active,
#search .item1 .w-1400 .tabs .tab.active {
  background-color: #c0a079;
}
#safety .item1 .w-1400 .tabs .tab.t1:hover .cir,
#search .item1 .w-1400 .tabs .tab.t1:hover .cir,
#safety .item1 .w-1400 .tabs .tab.t1.active .cir,
#search .item1 .w-1400 .tabs .tab.t1.active .cir {
  background-image: url(../images/gqdd/sc-i4.png);
}
#safety .item1 .w-1400 .tabs .tab.t2:hover .cir,
#search .item1 .w-1400 .tabs .tab.t2:hover .cir,
#safety .item1 .w-1400 .tabs .tab.t2.active .cir,
#search .item1 .w-1400 .tabs .tab.t2.active .cir {
  background-image: url(../images/gqdd/sc-i5.png);
}
#safety .item1 .w-1400 .tabs .tab.t3:hover .cir,
#search .item1 .w-1400 .tabs .tab.t3:hover .cir,
#safety .item1 .w-1400 .tabs .tab.t3.active .cir,
#search .item1 .w-1400 .tabs .tab.t3.active .cir {
  background-image: url(../images/gqdd/sc-i6.png);
}
#safety .item1 .w-1400 .tabs .t1 .cir,
#search .item1 .w-1400 .tabs .t1 .cir {
  background-image: url(../images/gqdd/sc-i1.png);
}
#safety .item1 .w-1400 .tabs .t2 .cir,
#search .item1 .w-1400 .tabs .t2 .cir {
  background-image: url(../images/gqdd/sc-i2.png);
}
#safety .item1 .w-1400 .tabs .t3 .cir,
#search .item1 .w-1400 .tabs .t3 .cir {
  background-image: url(../images/gqdd/sc-i3.png);
}
#safety .item1 .w-1400 .sc-box,
#search .item1 .w-1400 .sc-box {
  margin: 50px 0;
  border-top: 1px solid #ddd;
}
#safety .item1 .w-1400 .sc-box a,
#search .item1 .w-1400 .sc-box a {
  height: 170px;
  padding: 40px 80px 40px 63px;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#safety .item1 .w-1400 .sc-box a .arr,
#search .item1 .w-1400 .sc-box a .arr {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  right: 60px;
  background: #d2bda7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
#safety .item1 .w-1400 .sc-box a .bg,
#search .item1 .w-1400 .sc-box a .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  transition: all 0.6s ease;
  opacity: 0;
  background: linear-gradient(to left, #16449d, transparent 30%);
}
#safety .item1 .w-1400 .sc-box a .lf-img,
#search .item1 .w-1400 .sc-box a .lf-img {
  flex-shrink: 0;
}
#safety .item1 .w-1400 .sc-box a .lf-img img,
#search .item1 .w-1400 .sc-box a .lf-img img {
  width: 210px;
  height: 130px;
}
#safety .item1 .w-1400 .sc-box a .rt_con,
#search .item1 .w-1400 .sc-box a .rt_con {
  display: flex;
  height: 160px;
  position: relative;
  margin: 0 44px 0 44px;
}
#safety .item1 .w-1400 .sc-box a .rt_con .img_box,
#search .item1 .w-1400 .sc-box a .rt_con .img_box {
  margin-right: 35px;
}
#safety .item1 .w-1400 .sc-box a .rt_con .img_box img,
#search .item1 .w-1400 .sc-box a .rt_con .img_box img {
  width: 230px;
  background: #666 no-repeat center;
  background-size: cover;
}
#safety .item1 .w-1400 .sc-box a .rt_con .txt_box,
#search .item1 .w-1400 .sc-box a .rt_con .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#safety .item1 .w-1400 .sc-box a .rt_con .txt_box .p1,
#search .item1 .w-1400 .sc-box a .rt_con .txt_box .p1 {
  font-size: 22px;
  color: #555555;
}
#safety .item1 .w-1400 .sc-box a .rt_con .txt_box .p2,
#search .item1 .w-1400 .sc-box a .rt_con .txt_box .p2 {
  font-size: 16px;
  line-height: 28px;
  color: #868686;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#safety .item1 .w-1400 .sc-box a .rt_con .txt_box .eye,
#search .item1 .w-1400 .sc-box a .rt_con .txt_box .eye {
  display: flex;
  align-items: center;
}
#safety .item1 .w-1400 .sc-box a .rt_con .txt_box .eye span,
#search .item1 .w-1400 .sc-box a .rt_con .txt_box .eye span {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}
#safety .item1 .w-1400 .sc-box a:hover .bg,
#search .item1 .w-1400 .sc-box a:hover .bg {
  opacity: 0.5;
}
#safety .item1 .w-1400 .sc-box a:hover .arr,
#search .item1 .w-1400 .sc-box a:hover .arr {
  background: #16449d;
}
#search .item1 .w-1400 .sc-box {
  border-top: 0;
}
#search .item1 .w-1400 .sc-box a .rt_con {
  margin-left: 0;
}
#building .item1 {
  background: linear-gradient(-145deg, #e2f3e9 10%, transparent 30%);
}
#building .item1 > .w-1400.bg1 {
  background: url(../images/gqdd/ls1.png) no-repeat right bottom 45px;
}
#building .item1 > .w-1400.bg2 {
  background: url(../images/gqdd/ls1-2.png) no-repeat right bottom 45px;
}
#building .item1 > .w-1400.bg3 {
  background: url(../images/gqdd/ls1-3.png) no-repeat right bottom 45px;
}
#building .item1 > .w-1400 {
  padding-bottom: 50px;
}
#building .item1 > .w-1400 .tabs {
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #e5e5e5;
  margin-top: -40px;
}
#building .item1 > .w-1400 .tabs .tab {
  width: 30%;
  text-align: center;
  margin-bottom: -3px;
  cursor: pointer;
}
#building .item1 > .w-1400 .tabs .tab p {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #555657;
  transition: all 0.2s ease;
}
#building .item1 > .w-1400 .tabs .tab.active p {
  border-bottom: 6px solid #c0a079;
}
#building .item1 > .w-1400 .tabs .tab:hover p {
  border-bottom: 6px solid #c0a079;
}
#building .item1 .swiper-aqsc {
  margin-bottom: 60px;
}
#building .item1 .swiper-aqsc .s1 .part1 {
  padding-bottom: 180px;
  background: linear-gradient(0, #e2f3e9 10%, transparent 30%);
}
#building .item1 .swiper-aqsc .s1 .part1 .w-1400 {
  display: flex;
  align-items: center;
}
#building .item1 .swiper-aqsc .s1 .part1 .lf-cir {
  width: 50%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#building .item1 .swiper-aqsc .s1 .part1 .lf-cir .con {
  margin-top: 30px;
}
#building .item1 .swiper-aqsc .s1 .part1 .lf-cir .con p {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  margin-bottom: 25px;
  text-indent: 2em;
}
#building .item1 .swiper-aqsc .s1 .part1 .rt-img {
  width: 50%;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  overflow: hidden;
  position: relative;
}
#building .item1 .swiper-aqsc .s1 .part1 .rt-img p {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 5%;
}
#building .item1 .swiper-aqsc .s1 .part1 .rt-img img {
  width: 100%;
}
#building .item1 .swiper-aqsc .s1 .part2 {
  height: 700px;
  background: url(../images/gqdd/ls-bg1.jpg) no-repeat center;
  background-size: cover;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-125px);
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item {
  width: calc(25% - 9px);
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .fk {
  height: 325px;
  padding: 26px 7% 0;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .fk .p1 {
  font-size: 18px;
  color: #6f7273;
  margin: 20px 0 15px;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .fk .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .bg1 {
  background: #eae4d3;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .bg2 {
  background: #d3eada;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .bg3 {
  background: #d3e6ea;
}
#building .item1 .swiper-aqsc .s1 .part2 .w-1400 .item .fk:first-child {
  margin-bottom: 44px;
}
#building .item1 .swiper-aqsc .s2 {
  background: url(../images/gqdd/ls-bg2.jpg) no-repeat bottom;
  background-size: 100% auto;
}
#building .item1 .swiper-aqsc .s2 .w-1400 {
  display: flex;
  align-items: center;
  padding-bottom: 110px;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt {
  width: 50%;
  padding: 0 6%;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .con p {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  text-indent: 2em;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .con p span {
  color: #489b85;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .con p:first-child {
  margin-bottom: 15px;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .sk {
  display: flex;
  justify-content: space-between;
  margin-top: 115px;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .sk > div {
  width: 118px;
  height: 118px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 8px 7px 0px rgba(63, 155, 122, 0.27);
}
#building .item1 .swiper-aqsc .s2 .w-1400 .lf-txt .sk > div p {
  font-size: 16px;
  color: #6f7273;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .rt-cir {
  width: 50%;
  text-align: center;
}
#building .item1 .swiper-aqsc .s2 .w-1400 .rt-cir img {
  width: 96%;
}
#building .item1 .swiper-aqsc .s3 {
  padding-top: 30px;
}
#building .item1 .swiper-aqsc .s3 .top-txt .w-1400 {
  display: flex;
}
#building .item1 .swiper-aqsc .s3 .top-txt .w-1400 > div {
  width: 50%;
  padding: 0 3%;
}
#building .item1 .swiper-aqsc .s3 .top-txt .w-1400 > div p {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  text-align: justify;
  text-indent: 2em;
}
#building .item1 .swiper-aqsc .s3 .top-txt .w-1400 > div p:first-child {
  margin-bottom: 15px;
}
#society .item1 {
  padding-bottom: 65px;
}
#society .item1 .w-1400 {
  display: flex;
}
#society .item1 .w-1400 > div .con p {
  font-size: 14px;
  line-height: 24px;
  color: #6f7273;
  text-align: justify;
  margin-bottom: 25px;
  text-indent: 2em;
}
#society .item1 .w-1400 .lf-title {
  width: 50%;
}
#society .item1 .w-1400 .lf-title .con {
  padding: 0 5%;
  margin-top: 35px;
}
#society .item1 .w-1400 .rt-txt {
  width: 50%;
  padding: 0 5%;
  text-align: right;
  margin-top: 85px;
}
#society .item1 .w-1400 .rt-txt .con {
  margin-top: 70px;
}
#society .item2 {
  margin-bottom: 80px;
}
#society .item2 .w92 {
  width: 92%;
  margin-left: 8%;
  display: flex;
  justify-content: space-between;
}
#society .item2 .w92 .part1 {
  width: 33.1168%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#society .item2 .w92 .part1 .top-txt {
  font-size: 60px;
  line-height: 63px;
  color: #d0bda6;
}
#society .item2 .w92 .part2 {
  width: 36.62%;
  height: 39vw;
  background: url(../images/gqdd/zr3.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* 随机移动动画 */
  /* 缩放动画 */
  /* 透明度动画 */
}
#society .item2 .w92 .part2 p {
  position: absolute;
  display: inline-block;
  margin: 0;
  font-size: 30px;
  opacity: 1;
  color: #fff;
  transition: all 0.5s ease-in-out;
  /* 平滑过渡 */
  user-select: none;
  /* 防止文字被选中 */
  white-space: nowrap;
}
@keyframes moveRandomly {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(50px, -30px);
    /* X轴右移50px，Y轴上移30px */
  }
  50% {
    transform: translate(-40px, 60px);
    /* X轴左移40px，Y轴下移60px */
  }
  75% {
    transform: translate(30px, -50px);
    /* X轴右移30px，Y轴上移50px */
  }
  100% {
    transform: translate(0, 0);
    /* 回到初始位置 */
  }
}
@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    /* 放大 1.2 倍 */
  }
}
@keyframes fadeAnimation {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
    /* 半透明 */
  }
}
#society .item2 .w92 .part3 {
  width: 30.1298%;
}
#society .item2 .w92 .part4 {
  width: 36.62%;
  height: 39vw;
  background: url(../images/gqdd/zr3.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#society .item2 .w92 .part4 img {
  width: 100%;
}
.lm_banner.other_banner .w-1400 .cir {
  display: none;
}
.lm_banner.other_banner .w-1400 .p1 {
  font-size: 36px;
}
.lm_banner.other_banner .w-1400 .p2 {
  font-size: 46px;
}
#legal .item1 {
  padding: 60px 0;
  margin-bottom: 45px;
  background: url(../images/other/flsm-bg1.jpg) no-repeat bottom;
  background-size: 100% auto;
}
#legal .item1 .w71 {
  border: 1px solid #9298a1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 45px 6%;
}
#legal .item1 .w71 .part1,
#legal .item1 .w71 .part2 {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 46px;
}
#legal .item1 .w71 .part .t-txt {
  font-size: 16px;
  color: #b27121;
  margin-bottom: 25px;
}
#legal .item1 .w71 .part h1,
#legal .item1 .w71 .part h2,
#legal .item1 .w71 .part h3,
#legal .item1 .w71 .part h4,
#legal .item1 .w71 .part p {
  font-size: 16px;
  color: #535353;
  margin-bottom: 1em;
}
#legal .item1 .w71 .part h1 {
  font-size: 24px;
}
#legal .item1 .w71 .part h2 {
  font-size: 20px;
}
#legal .item1 .w71 .part h3 {
  font-size: 16px;
}
#legal .item1 .w71 .part h4 {
  font-size: 14px;
}
#legal .item1 .w71 .part p {
  font-size: 14px;
  line-height: 28px;
  color: #535353;
  text-align: justify;
}
#join .item1 {
  padding: 60px 0;
  margin-bottom: 45px;
  background: url(../images/other/flsm-bg1.jpg) no-repeat bottom;
  background-size: 100% auto;
}
#join .item1 .w71 {
  border: 1px solid #9298a1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 45px 6%;
}
#join .item1 .w71 .t-txt {
  font-size: 26px;
  color: #b27121;
  margin-bottom: 25px;
  text-align: center;
}
#join .item1 .w71 .part1,
#join .item1 .w71 .part2 {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 36px;
}
#join .item1 .w71 .part {
  margin: 40px 0;
}
#join .item1 .w71 .part h1 {
  font-size: 24px;
}
#join .item1 .w71 .part h2 {
  font-size: 20px;
}
#join .item1 .w71 .part h3 {
  font-size: 16px;
}
#join .item1 .w71 .part h4 {
  font-size: 14px;
  margin: 10px 0;
}
#join .item1 .w71 .part ul,
#join .item1 .w71 .part ol {
  padding-left: 40px;
}
#join .item1 .w71 .part p {
  font-size: 14px;
  line-height: 28px;
  color: #535353;
  margin: 1em 0;
  text-align: justify;
}
#contact .item1 {
  padding: 60px 0;
  margin-bottom: 45px;
  background: url(../images/other/flsm-bg1.jpg) no-repeat bottom;
  background-size: 100% auto;
}
#contact .item1 .w71 .part1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  background: #133c76 url(../images/other/lx-bg1.jpg) no-repeat right;
  background-size: auto 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 10% 0 8%;
  margin-bottom: 18px;
}
#contact .item1 .w71 .part1 .ewm {
  width: 120px;
}
#contact .item1 .w71 .part1 .lf-txt .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
#contact .item1 .w71 .part1 .lf-txt .lx-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#contact .item1 .w71 .part1 .lf-txt .lx-box p {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}
#contact .item1 .w71 .part2 {
  border: 1px solid #9298a1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 6% ;
  margin-bottom: 15px;
}
#contact .item1 .w71 .part2 .title {
  font-size: 20px;
  color: #133c76;
  text-align: center;
  margin-bottom: 20px;
}
#contact .item1 .w71 .part2 .con {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
#contact .item1 .w71 .part2 .con .qy {
  width: 16%;
  flex-shrink: 0;
  font-size: 15px;
  color: #535353;
  font-weight: bold;
}
#contact .item1 .w71 .part2 .con .num-box {
  flex-grow: 1;
}
#contact .item1 .w71 .part2 .con .num-box .n-box {
  border-left: 1px solid #bfbfbf;
  padding-left: 20px;
}
#contact .item1 .w71 .part2 .con .num-box .n-box .p1 {
  margin-bottom: 10px;
}
#contact .item1 .w71 .part2 .con .num-box .n-box p {
  font-size: 15px;
  color: #535353;
}
#contact .item1 .w71 .part2 .con .num-box .n-box:first-child {
  margin-bottom: 42px;
}
#contact .item1 .w71 .part2 .con:last-child {
  border-bottom: none;
}
