/* 南京新突破网络 */
/* 网址：https://www.x-tp.cn/ */

@charset "utf-8";

:root {
  --main-color: #1a6bd2;
  --main-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  --main-hover-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.zt {
  color: var(--main-color);
  font-weight: bold;
}

/* 首页 */
.greyBG {
  background: #f6f7fb;
}

a {
  color: #333;
  transition: all .4s;
}

a:hover {
  color: var(--main-color) !important;
}

.colorHC {
  color: var(--main-color);
}

.G_index {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

#main {
  margin-top: 0px;
}

#header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  transition: all .4s;
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .1);
}

.nav {
  margin: 0;
  width: 55%;
}

.nav>ul>li a {
  padding-top: 0;
  height: 100px;
  line-height: 100px;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  transition: all .5s;
}

.logo {
  margin-top: 0;
  margin-right: 0px;
}

.logo h1 {
  text-indent: -999em;
}

.logo h1 a {
  display: block;
  width: 295px;
  height: 88px;
}

.nav>ul>li {
  margin-left: 0;
  position: relative;
}

.nav>ul>.navlist.active>a {
  color: var(--main-color);
}

.nav>ul>.navlist:hover>a {
  color: var(--main-color);
}

.nav>ul>.navlist::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--main-color);
  transform: scale(0, 1);
  transition: all .4s;
}

.nav>ul>.navlist:hover::after {
  transform: scale(1, 1);
}

.nav>ul>.navlist.active::after {
  transform: scale(1, 1);
}

.searchAndMember li .iconfont {
  color: #666;
  margin-left: 4px;
  font-size: 24px;
  transition: all .4s;
}

.searchAndMember li .iconfont:hover {
  color: var(--main-color);
}

.nav .navActive>a {
  color: var(--main-color) !important;
}

.nav .navActive>a .iconfont {
  color: var(--main-color) !important;
}

.subnav {
  position: absolute;
  top: 100px;
  left: -35%;
  right: 0;
  background: #fff;
  width: 100%;
  min-width: 150px;
  border-radius: 0 0 10px 10px;
  /* overflow: hidden; */
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  transform-origin: 0 0 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all .4s;
  z-index: 10;
}

.headshaow .subnav {
  top: 80px;
}

.subnav>ul>li {
  position: relative;
}

.subnav>ul>li a {
  width: 100%;
  color: #333;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  height: auto;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.subnav>ul>li a .navicon2 {
  font-size: 12px;
  color: #aaa !important;
  transform: rotate(0) !important;

}

/* .subnav ul li:first-child>a{
  border-radius: 10px 10px 0 0;
} */
.subnav ul li:last-child>a {
  border-radius: 0 0 10px 10px;
}

.subnav>ul>li a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

.nav>ul>li:hover .subnav {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.subnav3 {
  position: absolute;
  top: 0;
  left: 150px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  transform-origin: 0 0 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all .4s;

}

.subnav>ul>li:hover .subnav3 {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.language .nav1 {
  width: 100%;
}

.language .nav1 .navlist {
  font-size: 16px;
  padding: 0;
  position: relative;
}

.language .nav1 .navlist:hover a::after {
  width: 0%;
}

.language a {
  display: flex !important;
  justify-content: flex-start;
  line-height: 80px;
  color: #fff;
}

.language .icon {
  width: 24px;
  height: auto;
  line-height: 0;
  margin-right: 5px;
}

.svgicon {
  position: relative;
  top: 4px;
}

.nav1 .navlist:hover .subnav {
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.searchBox {
  color: #fff;
}

.searchIcon {
  cursor: pointer;
  font-size: 22px;
}

.searchClose {
  font-size: 24px !important;
  color: #888 !important;
  transition: all .4s;
  cursor: pointer;
}

.searchCon {
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  right: 0%;
  top: 100px;
  overflow: hidden;
  transition: all .4s;
  z-index: 5;
  border-radius: 0px 0 10px 10px;
}

.searchBox .SearchInput {
  width: 90%;
  max-width: 1400px;
  height: 64px;
  background: #fff;
  margin: 16px auto 16px;
  border-radius: 8px;
  /* overflow: hidden; */
  box-sizing: border-box;
  position: relative;
}

.searchBox input {
  height: 64px;
  border-radius: 8px 0 0 8px;
  width: 85%;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.searchBox .SearchInput button {
  width: 15%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: var(--main-color);
  cursor: pointer;
  border: none;
}

.searchBox .searchkeywords {
  width: 50vw;
  margin: 0 auto;
  justify-content: left;
}

.searchBox .searchkeywords li {
  margin-right: 15px;
}

.searchBox .searchkeywords a {
  color: #aaa;
}

.searchBox .SearchInput:hover {
  box-shadow: 0 0px 20px rgba(5, 73, 167, 0.35);
}

.searchIcon,
.searchClose:hover {
  opacity: 1;
}

.nav>ul>li:hover .listA {
  color: var(--main-color);
}

.white {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.white .nav>ul>li a {
  color: #333;
  height: 80px;
  line-height: 80px;
}

.white .subnav>ul>li a {
  line-height: 1.2;
  height: auto;
}

.white .nav>ul>li .iconfont {
  color: #aaa;
}

.white .nav>ul>li:hover .iconfont {
  color: var(--main-color);
}

.white .searchBox,
.white .language a {
  color: #333;
}

.menu {
  display: none;
}

.menu .menuicon {
  font-size: 30px;
}

.headshaow .nav>ul>.navlist>a {
  line-height: 80px;
}

.headshaow .logo h1 a {
  width: 255px;
  height: 80px;
}

.headshaow .searchCon {
  top: 80px;
}

.Mnav {
  position: fixed;
  background: #fff;
  top: -10px;
  left: 0;
  left: auto;
  box-sizing: border-box;
  width: 100%;
  height: 0%;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  border-top: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  overflow-y: auto;
  transition: all .4s;

}

.Mnav .navlist {
  padding: 0 16px;
  border-bottom: 1px solid #ddd;

}

.Mnav .subnav1 {
  /* background: #f1f1f1; */
  box-sizing: border-box;
  display: none;
}

.Mnav .subnav1 .twoLiat {
  /* padding: 0 16px; */
  border-top: #eee 1px solid;
  font-size: 14px;
  line-height: 46px;
}

.Mnav .fold {
  color: #999;
}

.bannerBox {
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  margin-top: 100px;
}

.banner img {
  width: 100%;
  object-fit: cover;
}

.titleBox {
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  line-height: 1.1;
}

.titleBox h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  width: 6px;
  height: 100%;
}

.indexNav {
  margin: 50px auto;
}

.indexNav .item {
  width: 32.5%;
  height: 116px;
  background: #000 url(../images/indexIcon01BG.png) no-repeat center;
  background-size: cover;
  border-radius: 6px;
  padding: 0% 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.indexNav .item p {
  font-size: 24px;
  color: #fff;
  font-weight: bold !important;
  z-index: 1;
}

.indexNav .loginA {
  color: #fff !important;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.indexNav .loginA1 {
  width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexNav .item img {
  z-index: 1;
}

.indexNav .item:nth-child(2) {
  background-image: url(../images/indexIcon02BG.png);
}

.indexNav .item:nth-child(3) {
  background-image: url(../images/indexIcon03BG.png);
}

.indexNav .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  transition: all .4s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.indexNav .item:hover::before {
  opacity: 1;
}

.sectionBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
  padding: 30px 30px;
  margin: 50px auto;
  overflow: hidden;
}

.indexNews .newsCon {
  align-items: flex-start;
  width: 100%;
  display: none;
}

.NewsTab a {
  padding: 6px 20px;
  border-radius: 30px;
}

.NewsActive {
  background: var(--main-color);
  color: #fff;
}

.NewsActive:hover {
  color: #fff !important;
}

.newsCon .newsL {
  width: 45%;
}

.newsCon .newsR {
  width: 50%;
}

.newsCon h3 {
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsCon p {
  font-size: 14px;
  color: #919191;
}

.newsCon .newsL .img {
  position: relative;
  padding-bottom: 63%;
  height: 0;
  overflow: hidden;
}

.newsCon .newsL .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;

}

.newsCon .newsL .text {
  padding: 24px;
  box-sizing: border-box;
  background: #f6f6f6;
}

.newsCon .newsL:hover .img img {
  transform: scale(1.05);
}

.newsCon .newsL:hover .text h3 {
  font-weight: bold;
}

.newsCon .data span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  color: #bbb;
}

.newsCon .data i {
  font-size: 14px;
  color: #bbb;
}

.newsCon .newsR .data {
  width: 86px;
}

.newsCon .newsR .text {
  width: calc(100% - 86px);
}

.newsCon .newsR a {
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
}

.newsCon .newsR li:first-child a {
  padding-top: 0;
}

.newsCon .newsR li:hover .text h3 {
  font-weight: bold;
}

.newsCon .newsR li:hover .data span,
.newsCon .newsR li:hover .data i {
  color: var(--main-color) !important;
}

.indexNews .active {
  display: flex;
  opacity: 1;
}

.ZhaobiaoCon {
  align-items: flex-start;
}

.ZhaobiaoCon .zbL a {
  display: block;
  width: 164px;
  height: 164px;
  background: var(--main-color);
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 42px;
  box-sizing: border-box;
  position: relative;
}

.ZhaobiaoCon .zbL .active::after {
  content: "";
  display: block;
  border: 12px solid var(--main-color);
  border-color: transparent transparent transparent var(--main-color);
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 12px);
  right: -24px;
}

.ZhaobiaoCon .zbL a:nth-child(1) {
  background: #1a6bd2;
}

.ZhaobiaoCon .zbL a:nth-child(2) {
  background: #518bd6;
}

.ZhaobiaoCon .zbL a:nth-child(3) {
  background: #8cb7ee;
}

.ZhaobiaoCon .zbL a:nth-child(1)::after {
  border-left-color: #1a6bd2;
}

.ZhaobiaoCon .zbL a:nth-child(2)::after {
  border-left-color: #518bd6;
}

.ZhaobiaoCon .zbL a:nth-child(3)::after {
  border-left-color: #8cb7ee;
}

.ZhaobiaoCon .zbL a p {
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.ZhaobiaoCon .zbR {
  width: calc(100% - 196px);
}

.ZhaobiaoCon .zbR .caigouCon {
  display: none;
}

.caigouCon p {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caigouCon .data {
  white-space: nowrap;
}

.ZhaobiaoCon .zbR .active {
  display: block;
}

.ZhaobiaoCon .zbR li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.ZhaobiaoCon .zbR li::before {
  content: "◎";
  position: absolute;
  left: 0px;
  font-size: 24px;
  line-height: 1;
}

.ZhaobiaoCon .zbR li a {
  margin-left: 20px;
}

.ZhaobiaoCon .zbR li:hover a p {
  color: var(--main-color);
  font-weight: bold;
}

.ZhaobiaoCon .zbR li:hover::before {
  color: var(--main-color);
}


.indexCase {
  width: 100%;
  background: url(../images/caseBg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}

.indexCase .titleBox h2 {
  position: absolute;
  top: 0;
  left: 0;
}

.indexCase .caseCon {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 120px 0 50px;
  /* background: #ccc; */
}

.caseCon.swiper-case-M {
  display: none;
}

.indexCase .caseCon li {
  position: relative;
  transition: all .4s;
}

.indexCase .caseCon li p {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.indexCase .caseCon li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  border-radius: 8px;
}

.indexCase .caseCon .img {
  height: 0;
  position: relative;
  padding-bottom: 66%;
}

.indexCase .caseCon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.indexCase .swiper-slide-active,
.indexCase .swiper-slide-duplicate-active {
  margin-top: -80px;

}

.indexCase .swiper-button-next,
.indexCase .swiper-button-prev {
  margin-top: 0;
  top: 0;
  right: 0;
  left: auto;
  color: #333;
  transition: all .4s;
}

.indexCase .swiper-button-prev {
  right: 40px;
}

.indexCase .swiper-button-next:after,
.indexCase .swiper-button-prev:after {
  font-size: 24px;
}

.indexCase .swiper-button-next:hover,
.indexCase .swiper-button-prev:hover {
  color: var(--main-color);
}

.link {
  width: 100%;
  background: #2353A5;
}

.link li {
  width: 32.5%;
  padding: 40px 0;
}

.link li select {
  width: 100%;
  padding: 15px 6px;
  border: none;
  outline: none;
}


.footer {
  width: 100%;
  background: var(--main-color);
  color: #fff;
  padding-top: 40px;
}

.footCon {
  align-items: flex-start;
}

.footL {
  width: 50%;
}

.flogoimg {
  width: 303px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.flogoimg img {
  width: 100%;
}

.footer .telnumber {
  line-height: 2;
}

.footer .telnumber .iconfont {
  margin-right: 10px;
}

.footer .ewm {
  width: 113px;
  height: 113px;
  margin-top: 20px;
}

.footer .ewm img {
  width: 100%;
}

.footR {
  align-items: flex-start;
  margin-top: 24px;
  text-align: center;
  width: 50%;
}

.footR a {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 2;
}

.footR a:hover {
  color: #fff !important;
}

.footR dl {
  margin-left: 30px;
}

.footR dt {
  margin-bottom: 12px;
}

.footBottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 24px;
  color: rgba(255, 255, 255, .7);
}

.footBottom h1 {
  display: inline;
  font-size: 16px;
}

.footBottom a {
  color: rgba(255, 255, 255, .7);
}

.footBottom a:hover {
  color: #fff !important;
}

.gotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(26, 107, 213, .6);
  border-radius: 4px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  transition: all .4s;
}

.gotop .iconfont {
  font-size: 20px;
  color: #fff;
  opacity: .8;
  transition: all .4s;
}

.gotop:hover {
  background: rgba(26, 107, 213, 1);
}

.gotop:hover .iconfont {
  opacity: 1;
}

/* 内页 */

.position {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

.positionL a {
  display: block;
  padding: 0 40px;
}

.positionL .active {
  background: var(--main-color);
  color: #fff;
}

.positionL a:hover {
  background: var(--main-color);
  color: #fff !important;
}

.positionR {
  font-size: 14px;
  color: #aeaeae;
}

.positionR a {
  font-size: 14px;
  color: #aeaeae;
}

.InnerTitle {
  margin: 0 0 40px;
  text-align: center;
  /* line-height: 1; */
}

.InnerTitle p {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0 0 0 / 15%);
}

.InnerTitle H2 {
  font-weight: bold;
  font-size: 24px;
}

.InnerContainer {
  color: #505050;
  line-height: 2;
}

.InnerContainer img {
  max-width: 100%;
}

.about,
.lingdao,
.zuzhi,
.rongyu {
  padding: 80px 0 80px;
  scroll-margin-top: 95px;
  /* 根据实际情况调整 */
}

.lingdao {
  background: #ccc url(../images/lingdaoBg.jpg) no-repeat center / cover;
}

.lingdao .InnerTitle {
  margin-bottom: 80px;
}

.lingdaoL {
  width: 230px;
}

.lingdaoL span {
  display: block;
  cursor: pointer;
  position: relative;
  width: 200px;
  margin: 10px 0;
  transition: all .4s;
  padding: 10px 0 10px 30px;
  border-radius: 10px;
  box-sizing: border-box;
}

.lingdaoL span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .65);
  transition: all .4s;
}

.lingdaoL span:hover {
  background: var(--main-color);
  color: #fff;
}

.lingdaoL span:hover::before {
  background: #fff;
}

.lingdaoL .active {
  background: var(--main-color);
  color: #fff;
}

.lingdaoL .active::before {
  background: #fff;
}

.lingdaoR {
  width: calc(100% - 230px);
  padding-left: 60px;
  border-left: 1px solid #ccc;
}

.lingdaoItem {
  align-items: flex-start;
  display: none;
}

.lingdaoItem.active {
  display: flex;
}

.lingdaoR .lingdaoImg {
  width: 304px;
  height: 406px;
  background: #ccc;
  border: 6px solid #fff;
  border-radius: 6px;
  overflow: hidden;
}

.lingdaoR .lingdaoImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lingdaoText {
  width: calc(100% - 400px);
  margin-top: 20px;

}

.lingdaoR h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.lingdaoR h4 {
  margin-bottom: 40px;
}

.lingdaoR p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.lingdaolist {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 12px 0 12px 24px;
  justify-content: flex-start;
  margin-bottom: 12px;
  /* align-items: end; */
  cursor: default;
  transition: all .4s;
  box-sizing: border-box;
}

.lingdaolist h3 {
  font-weight: 700;
  margin-right: 6%;
}

.lingdaolist::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.lingdaolist::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all .4s;
}

.lingdaolist:hover::after {
  width: 100%;
}

.lingdaolist:hover {
  color: var(--main-color);
}

.rongyu {
  background: #ccc url(../images/rongyuBg.jpg) no-repeat bottom center / cover;
}

.rongyuBtn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rongyuBtn span {
  display: block;
  cursor: pointer;
  padding: 12px 36px;
  border-radius: 6px;
  margin: 0 4px;
  background: #fff;
}

.rongyuBtn span.active {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}

.rongyuBtn span:hover {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}

.rongyuImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.rongyuImg.active {
  display: block;
}

.rongyuImg li {
  width: 33%;
}

.rongyuImg li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 71%;
}

.rongyuImg li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rongyuImg .swiper-horizontal>.swiper-pagination-progressbar,
.rongyuImg .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 65px;
  top: auto;
  height: 5px;
  border-radius: 8px;
  overflow: hidden;
}

.rongyuImg .swiper-button-next,
.rongyuImg .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  background: rgba(0 0 0 / 25%);
  padding: 0 8px;
  color: #fff;
  border-radius: 4px;
  transition: all .4s;
}
.rongyuImg .swiper-button-next:hover,
.rongyuImg .swiper-button-prev:hover {
  background: var(--main-color);
}
.rongyuImg .swiper-button-next{
  margin-left: 0px;
}
.rongyuImg .swiper-button-prev{
  margin-left: -50px;
}
.rongyuImg .swiper-button-next:after,
.rongyuImg .swiper-button-prev:after {
  font-size: 24px;
}

.case,
.caigou,
.news {
  padding: 80px 0 60px;
}

.caselist {
  display: flex;
  flex-wrap: wrap;
}

.caselist li {
  width: 32.5%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.caselist li:nth-child(3n) {
  margin-right: 0;
}

.caselist li .caseImg {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
}

.caselist li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
}

.caseTit {
  display: block;
  padding: 16px 8px;
  text-align: center;
}

.caselist li:hover .caseTit {
  color: #fff !important;
  background: var(--main-color);
}

.caselist li:hover img {
  transform: scale(1.05);
}

.caigoulist li a {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.caigoulist li .data {
  font-size: 14px;
  color: #666;
}

.caigoulist li p {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.firstNews {
  border: none;
}

.firstNews a {
  align-items: flex-start;
  margin-bottom: 30px;
  border: none !important;
}

.firstNews a .dis {
  display: block;
  color: #666;
  font-size: 14px;
  margin: 50px 0 30px;
}

.firstNews .newsImg {
  width: 420px;
  height: 255px;
}

.firstNews .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firstNews .newsText {
  width: calc(100% - 500px);
}

.firstNews .newsText p {
  font-size: 18px;
}

.NewsTitBox {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.NewsTitBox h2 {
  font-weight: bold;
  font-size: 26px;
}

.NewsTitBox span {
  font-size: 15px;
  color: #666;
}

.news_next {
  border-top: 1px solid #ddd;
  padding: 16px 0;
  margin-top: 24px;
  font-size: 14px;
  color: #666;
}

.contactBox {
  align-items: flex-start;
}

.contactL {
  width: 40%;
}

.contactR {
  width: 60%;
}

.contactR img {
  width: 100%;
  object-fit: cover;
}

/* 会员系统 */
.member {
  width: 100%;
  height: 100vh;
  background: var(--main-color) url(../images/loginBg.jpg) no-repeat center/cover;
}

.registerL {
  width: calc(100% - 700px);
}

.registerR {
  background: #fff;
  border-radius: 10px;
  padding: 40px 70px;
  box-sizing: border-box;
}

.registerR h3 {
  font-size: 42px;
  margin-bottom: 24px;
}

.registerR .inputBox {
  width: 350px;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  transition: all .4s;
}

.registerR .inputBox input {
  height: 100%;
  width: 100%;
  padding: 12px 0;
}

.inputBox:focus-within {
  border-color: var(--main-color);
  /* 当 input 获得焦点时，边框颜色变为蓝色 */
}

.registerR .inputBox .iconfont {
  color: #999;
  margin-right: 12px;
}

.registerR .yzmBtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 44px;
  padding: 0 20px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
  border: none;
}

.form-group {
  margin-bottom: 12px;
}

.usernote {
  font-size: 12px;
  color: #f50;
}

.registerR .submit {
  width: 100%;
  height: 50px;
  background: var(--main-color);
  color: #fff;
  border-radius: 8px;
  outline: none;
  border: none;
  transition: all .4s;
}

.registerR .submit:hover {
  opacity: .8;
}

.formBottom {
  font-size: 14px;
  margin-top: 24px;
}

.formBottom a {
  color: var(--main-color);
}

.registerR .registerBtn {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  line-height: 50px;
  text-align: center;
  width: 60%;
  margin-right: 16px;
}

.login .formBottom {
  margin-top: 12px;
}

.login .formBottom a {
  color: #666;
}

.login .registerR {
  padding: 60px 70px;
}

.userCenter {
  background: #f6f6f6;
}

.userCenter .container {
  padding: 150px 0;
  align-items: flex-start;
}

.userCenterL,
.userCenterR {
  min-height: 580px;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}

.userCenterL {
  width: 220px;
  background: var(--main-color) url(../images/usercenterBg.jpg) no-repeat center/cover;
  color: #fff;
  padding-left: 34px;
}

.userCenterR {
  width: calc(100% - 220px);
  background-color: #fff;
}

.userCenterL dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);

}

.userCenterL dt .iconfont {
  font-size: 32px;
  margin-right: 12px;
}

.userCenterL dd a {
  color: #fff !important;
  line-height: 56px;
  position: relative;
}

.userCenterL dd a.active {
  font-weight: bold;
}

.userCenterL dd a.active::before {
  content: '>';
  position: absolute;
  top: 0;
  left: -18px;
  line-height: 1.4;
}

.userCenterR_top {
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;

}

.userCenterR_top .tuichu {
  background: var(--main-color);
  color: #fff !important;
  padding: 8px 22px;
  border-radius: 8px;
  margin-left: 8px;
}

.userCenterR_top .tuichu:hover {
  opacity: .8;
}

.userCenterR_main {
  overflow: auto;
  max-height: 415px;
}

.userCenterR_main::-webkit-scrollbar,
.cascader-dropdown .level.level-2::-webkit-scrollbar {
  width: 6px;
}

.userCenterR_main::-webkit-scrollbar-track,
.cascader-dropdown .level.level-2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.userCenterR_main::-webkit-scrollbar-thumb,
.cascader-dropdown .level.level-2::-webkit-scrollbar-thumb {
  background: #aaa;
  /* 滚动条滑块颜色 */
}

.userCenterR_main::-webkit-scrollbar-thumb:hover,
.cascader-dropdown .level.level-2::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 鼠标悬停在滚动条滑块上时的颜色 */
}

.userCenterR_main li {
  border-bottom: 1px solid #ddd;
}

.userCenterR_main .sysTit {
  position: relative;
}

.userCenterR_main .sysTit.unread::before {
  content: "·";
  display: inline-block;
  color: var(--main-color);
  margin-right: 8px;
  font-size: 18px;
}

.companyInfo {
  width: 100%;
  background: var(--main-color) url(../images/qiyeBg.jpg) no-repeat center/cover;
  padding: 50px 0;
}

.companyInfo .infoBox {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
}

.infoForm .infoTop {
  flex-wrap: wrap;
  text-align: right;
}

.companyInfo .form-group {
  width: 45%;
  margin-bottom: 20px;
}

.infoForm .form-control {
  border: 1px solid #bbb;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  width: 75%;
  margin-left: 10px;
  outline: none;
  box-sizing: border-box;
}

.infoForm .showDiv {
  text-align: left;
  background: #f3f3f3;
}

.inputBox .tit {
  display: block;
  width: calc(25% - 10px);
}

.infoForm .form-control::placeholder {
  color: #999;
}

.cascader-container {
  position: relative;
  width: 100%;
}

.cascader-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  min-height: 38px;
  box-sizing: border-box;
}

.cascader-input .selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-grow: 1;
  align-items: center;
}

.cascader-input .placeholder {
  color: #999;
}

.cascader-input .tag {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
}

.cascader-input .tag .close {
  margin-left: 5px;
  cursor: pointer;
  color: #999;
}

.cascader-input .tag .close:hover {
  color: #666;
}

.cascader-input .arrow {
  font-size: 12px;
  color: #666;
}

.cascader-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 75%;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
  z-index: 1000;
  margin-top: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.cascader-dropdown .level {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
  box-sizing: border-box;
}

.cascader-dropdown .level span {
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.cascader-dropdown .level.level-1 {
  width: 50%;
  float: left;
  border-right: 1px solid #ddd;
}

.cascader-dropdown .level.level-2 {
  width: 50%;
  float: right;
  max-height: 310px;
  overflow-y: auto;
}

.cascader-dropdown .option {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}

.cascader-dropdown .option:hover {
  background-color: #f0f0f0;
}

.cascader-dropdown .option.selected {
  background-color: #e6f7ff;
  color: #1890ff;
}

.companyInfo .textareaBox {
  width: 100%;
}

.infoForm .textareaBox .form-control {
  width: 88.7%;
  height: 96px;
  padding: 12px;
  overflow-y: auto;
}

.textareaBox .companyrange {
  width: calc(11.0% - 10px);
}

.textareaBox .inputBox {
  align-items: flex-start;
}

.line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 36px 0;
}

.line_dashed {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 24px 0;
}

.infoForm input:focus,
.infoForm textarea:focus,
.infoForm select:focus {
  outline: var(--main-color) solid 1px;

}

.companyInfo .fileBox {
  width: 100%;
}

.uploadBtn {
  color: #fff;
  background: var(--main-color);
  padding: 8px 30px;
  border-radius: 8px;
  transition: all 0.3s;
}

.uploadBtn:hover {
  background: #0a51af;
}

.uploadBtn[disabled] {
  background: #bbb;
}

.fileBox .inputBox {
  justify-content: flex-start;
  transition: all .3s;
}

.fileBox .inputBox:hover {
  background: #f5f5f5;
}

.fileBox .text {
  width: 55%;
}

.mobanDown {
  margin-left: 24px;
}

.file-name {
  margin-left: 16px;
}

.file-name img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

.shengming {
  line-height: 1.8;
}

.infoBox .submit {
  background: var(--main-color);
  color: #fff;
  padding: 12px 100px;
  margin: 48px auto 24px;
  border: none;
  border-radius: 8px;
  transition: all .3s;
}

.infoBox .submit:hover {
  background: #0a51af;
}

.infoBox .submit.back {
  background: #f1f1f1;
  color: #666;
  padding: 14px 100px;
}

.valid-feedback {
  color: var(--main-color);
}

.firstPage .userCenterR_main ul {
  padding-top: 16px;
  margin-left: 24px;
}

.firstPage .userCenterR_main li {
  display: flex;
  padding: 12px 0;
  border: none;
}

.firstPage .userCenterR_main li h4 {
  width: 100px;
  font-weight: 600;
}

.firstPage .userCenterR_main li p {
  width: calc(100% - 100px);
}

.umodifyBtn {
  color: #fff;
  background-color: var(--main-color);
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 36px;
  position: absolute;
  bottom: 24px;
  left: auto;
}

.umodifyBtn:hover {
  color: #fff !important;
  opacity: 0.8;
}

.umodifyBox {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

.umodifyBox .inputBox {
  display: flex;
  align-items: center;
  width: 100%;
}

.umodifyBox .inputBox label {
  width: calc(25% - 10px);
  text-align: right;
}

.umodifyBox .inputBox input,
.umodifyBox .inputBox select,
.umodifyBox .infoForm .form-control {
  width: 100%;
}

.umodifyBox .btn {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 10px 50px;
  border-radius: 10px;
  margin-right: 12px;
  margin-top: 24px;
}

.umodifyBox .btn-light {
  background: #f1f1f1;
  color: #666;
}

.bmBtn {
  margin-top: 24px;
}

.bmBtn a {
  background: var(--main-color);
  color: #fff;
  padding: 12px 40px;
  border-radius: 10px;
  cursor: pointer;
  border-radius: 8px;
}

.bmBtn a:hover {
  background: #0a51af;
  color: #fff !important;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev{
  top: 38%;
}
.swiper-news .swiper-pagination{
  bottom: 136px!important;
  text-align: right;
  width: 98%!important;
}
.my-bullet-news{
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #000!important;
  opacity: 0.5;
  border-radius: 2px;
  margin-right: 5px;
}
.my-bullet-active-news{
  background: #1A6BD2!important;
  opacity: 1;
}