.fs-50 {
	font-size: 50px;
}

.swiper-container .subtitle {
	text-align: center;
	color: #333;
	margin-top: 50px;
}

.swiper-container .subtitle::before {
	content: '——';
	color: #006cff;
	font-weight: bold;
	margin-right: 10px;
}

.swiper-container .subtitle::after {
	content: '——';
	color: #006cff;
	font-weight: bold;
	margin-left: 10px;
}

.navbar-light {
	background-color: #EFF2FB !important;
	box-shadow: 0 .05rem .015rem rgba(0, 0, 0, .15) !important;
}

.logo-height {
	height: 80px;
}

.navbar {
	padding: 0 1rem;
}

.stock {
	text-align: center;
	padding-left: 20px;
}

.stock .name {
	color: #0559cb;
	font-weight: bold;
	font-size: 16px;
}

.stock .num {
	font-size: 12px;
}

.stock .num::before {
	content: '——';
	margin-right: 5px;
}

.stock .num::after {
	content: '——';
	margin-left: 5px;
}

.navbar-nav .active>.nav-link {
	border-bottom: 3px solid #1041D4;
}

.telphone {
	padding-left: 30px;
	font-size: 18px;
}

.telphone::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/static/images/tel.png) no-repeat center/contain;
	vertical-align: middle;
	filter: brightness(0);
}

.pagetitle {
	border-bottom: 2px solid #1041D4;
	padding-bottom: 5px;
}

.About {
	position: relative;
	min-height: 400px;
}

.About::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f6 url(/static/images/city.jpg) no-repeat center;
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0.15;
}

.aboutdesc {
	text-align: center;
	margin-top: 10px;
	color: #555;
	line-height: 2;
}

.more {
	text-align: center;
	margin-top: 50px;
}

.more a {
	position: relative;
	display: inline-block;
	border: 1px solid #006cff;
	padding: 5px 30px;
	font-size: 14px;
	color: #006cff !important;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
}

.more a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #006cff;
	transition: width 0.5s ease;
	z-index: -1;
}

.more a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(255, 255, 255, 0.3) 50%,
			transparent 100%);
	transition: left 0.6s ease;
	z-index: 0;
}

.more a:hover::after {
	width: 100%;
}

.more a:hover::before {
	left: 100%;
}

.more a:hover {
	color: white !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 108, 255, 0.2);
}

.dropdown-menu {
	background-color: #EFF2FB;
}

.dropdown-item {
	line-height: 2.5;
}

.dropdown-item:hover {
	background-color: #006cff;
	color: #fff;
}

.sortitle {
	text-align: center;
}

.sortitle span {
	color: #fff;
	background-color: #4985FF;
	padding: 4px 24px;
	border-radius: 20px;
	font-size: 18px;
}

.bg2 {
	background-image: url(/static/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.proCard {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	min-height: 430px;
	background-size: contain;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.proCard:hover {
	opacity: .9;
	transform: scale(1.05);
	cursor: pointer;
}

.proCard .d {
	color: #fff;
	position: absolute;
	top: 64%;
	left: 25%;
	right: 25%;
	font-size: 12px;
}

.proCard .more2 {
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
}

.more2 a {
	position: relative;
	top: 20px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px 20px;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
}

.more2 a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #006cff;
	transition: width 0.5s ease;
	z-index: -1;
}

.more2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(255, 255, 255, 0.3) 50%,
			transparent 100%);
	transition: left 0.6s ease;
	z-index: 0;
}

.more2 a:hover::after {
	width: 100%;
}

.more2 a:hover::before {
	left: 100%;
}

.more2 a:hover {
	color: white !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 108, 255, 0.2);
}

.video {
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	height: 420px;
}

.bg3 {
	background-image: url(/static/images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.number-roll {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.number-roll span {
	font-size: 14px !important;
}

.numdesc {
	text-align: center;
	margin-top: 10px;
}

.bg3 .col {
	border-right: 1px solid #333;
}

.bg3 .col:last-child {
	border: none;
}

.cardText {
	margin-top: 30px;
	text-align: center;
}

.cardText-1 {
	color: #0c55ea;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.card2 {
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	border-radius: 20px;
}

.card2 h5 {
	color: #006cff;
	padding-bottom: 10px;
}

.card2:hover {
	background-color: #4985FF;
	color: #fff;
}

.card2:hover h5 {
	color: #fff;
}

.col-20 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 30px;
}

.borders {
	border: 1px solid #eee;
}

.borders:hover {
	border-color: #006cff;
}

.borders img {
	width: 100%;
	height: 80px;
}

.bgFrom {
	background-image: url(/static/images/bg4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgFrom .col-3 {
	text-align: center;
}

.bgFrom img {
	width: 80px;
	height: 80px;
	transition: transform 0.6s ease;
}

.bgFrom .bd:hover>.text {
	color: #006cff;
}

.bgFrom .bd:hover>img {
	transform: rotate(15deg);
}

.bgFrom .bd .text {
	color: #fff;
}

.bdBtn {
	background-color: #FD7E01;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 0 3rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.form-control {
	height: 40px;
}

.bdBtn:focus {
	outline: none;
	border: none;
}

.bdBtn:hover {
	background-color: #006cff;
}

.bgFrom .form-control:focus {
	box-shadow: 0 0 0 .1rem rgba(253, 126, 1, .75);
}

.bgFrom .form-control {
	border: none;
	border-radius: 0;
}

.footer {
	background-color: #383636;
	padding: 50px 0;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #006cff;
}

.footer .code img {
	width: 80px;
	height: 80px;
}

.jumbotron {
	height: 500px;
}

.jumbotronText {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.proSortName {
	text-align: center;
	font-size: 30px;
	padding: 20px 0;
	margin-bottom: 50px;
}

.proSortName span {
	border-bottom: 4px solid #73b7fe;
	padding-bottom: 5px;
}

.proMedia {
	margin-bottom: 50px;
}

.proMedia img {
	width: 300px;
	height: 200px;
}

.proMedia h5 a {
	color: #0e58a5;
	font-size: 18px;
}

.proMedia .media-body {
	padding-top: 20px;
}

.proMedia:hover img {
	opacity: .9;
}

.proMedia:hover h5 a {
	color: #FD7E01;
}

.proName {
	color: #0e58a5;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
}

.centerName {
	text-align: center;
}

.centerName .hexin {
	font-size: 22px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 0 70px;
}

.centerName .hexin::before,
.centerName .hexin::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 60px;
	height: 1px;
	background-color: currentColor;
	transform: translateY(-50%);
}

.centerName .hexin::before {
	left: 0;
}

.centerName .hexin::after {
	right: 0;
}

.icoList {
	background: linear-gradient(180deg,
			#F5F8FF 0%,
			/* 最顶部 - 非常浅 */
			#E9EFFF 15%,
			/* 过渡到主色 */
			#D4DEF5 70%,
			/* 中部略深 */
			#C2CEEB 100%
			/* 底部最深 */
		);
	padding: 30px 0;
}

.icoCard {
	background-color: #fff;
	padding: 30px;
	position: relative;
	transition: all 0.6s;
	height: 180px;
	margin-bottom: 30px;
}

.icoCard::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 60px;
	height: 5px;
	background-color: #0882FF;
	transition: all 0.6s;
}

.icoCard:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
	cursor: pointer;
}

.icoCard:hover>p::after {
	background-color: #FD7E01;
}

.icoCard img {
	width: 30px;
	height: 30px;
}

.icoCard span {
	font-size: 16px;
	font-weight: 500;
	padding-left: 10px;
}

.icoCard p {
	margin-top: 10px;
	font-size: 13px;
	color: #555;
}

.youshiIco {
	margin-bottom: 50px;
}

.youshiIco:hover img {
	opacity: .9;
}

.youshiIco:hover h5 {
	color: #006cff;
}

.proFrom {
	background-image: url(/static/images/bg5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}

.proFromText {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.proFromTextH {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	text-shadow:
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff;
}

.proFromText .b1 {
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid #fff;
	margin-right: 30px;
}

.proFromText .b1:hover {
	background-color: #006cff;
	border-color: #006cff;
}

.proFromText .b1:hover a,
.proFromText .b2:hover a {
	color: #fff;
}
.proFromText .b2:hover {
	background-color: #FD7E01;
	border-color: #FD7E01;
}
.proFromText .b2 {
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 10px;
}
.guocheng{
	pointer-events: none;
	margin-top: 30px;
}
.guocheng img{
	width: 100%;
}
.jiejue{
	position: relative;
	margin-bottom: 30px;
}
.jiejueImg{
	overflow: hidden;
}
.jiejueImg img{
	transition: transform 0.4s ease;
}
.jiejueImg:hover img{
	transform: scale(1.15);
}
.jiejue h5{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}
button:focus{
	outline: none;
}
#pills-tab{
	padding: 30px 0;
	justify-content: center;
}
#pills-tab .nav-link{
	border-radius: 30px;
	padding: 5px 30px;
}
#pills-tab button{
	border: 1px solid;
}
#pills-tab .nav-item{
	margin-right: 8%;
	outline: none;
}
#pills-tab .nav-item .active{
	background-color: #006cff;
	color: #fff;
	border-color: #006cff;
}
#pills-tab .nav-item:hover button{
	background-color:#FD7E01;
	color: #fff;
	border-color: #FD7E01;
}
#pills-tab .tab-content{
	background-color: #FBF9F9;
}
.card-header{
	background-color: #fff;	
}
.accordion>.card>.card-header{
	margin-bottom: 0;
}
.btn:focus{
	box-shadow: none;
}
.accordion .btn{
	color: #144590!important;
	font-weight: 500;
}
.moreR{
	width: 100px;
	font-size: 14px;
	font-weight: normal;
	display: inline-flex;
	align-items: center;
}
.accordion .card:hover .btn{
	color: #FD7E01!important;
}
.accordion .card:hover .moreR{
	color: #0559cb;
}
.text-orange{
	color: var(--orange);
}
.alist {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alist-item {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 12px 15px;
  display: flex;
  align-items: center;
}
.alist-item:hover .text-orange{
	color: #006cff;
}
.newlist {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.newlist .newImg {
  width: 200px;
  height: 150px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  flex-shrink: 0;
}
.newlist .big{
	width: 300px;
	height: 200px;
}
.newlist:hover .newImg {
  transform: scale(1.02);
}

.newlist .new-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.newlist .new-body h5 {
  margin-top: 0;
}

.newlist .new-body h5 a {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #2c3e50, #3498db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newlist .new-body h5 a:hover {
  background: linear-gradient(to right, #3498db, #2c3e50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.newlist .new-body p {
  color: #5d6d7e;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 元信息样式 */
.newlist .meta {
  display: flex;
  align-items: center;
  color: #95a5a6;
  font-size: 14px;
  margin-top: auto;
}

.newlist .meta span {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.newlist .meta i {
  margin-right: 5px;
}

.newlist .meta .date {
  color: #7f8c8d;
}

.newlist .meta .category {
  color: #3498db;
  font-weight: 500;
}
.imgList{
	padding: 30px 0;
}
.imgList img,.yyzz img{
	width: 100%;
}
.imgList img:hover,.yyzz img{
	opacity: .9;
	cursor: pointer;
}

@media (max-width: 768px) {
  .alist-item {
    flex: 0 0 100%;
    border-right: none !important;
  }
  .telphone,.proCard .d{
	  display: none;
  }
  .navbar{
	  padding: 10px 0;
  }
  .logo-height{
	  height: 50px;
  }
  .navbar-light .navbar-toggler,.navbar-nav .active>.nav-link{
	  border: none;
  }
  .swiper-container .subtitle{
	  margin-top: 10px;
  }
  .swiper-container .subtitle::after,.swiper-container .subtitle::before{
	  content: '';
	  margin: 0;
  }
  .proCard{
	  min-height: 240px;
  }
  .proCard .more2{
	  bottom: 20%;
	  width: 70%;
	  text-align: center;
  }
  .more2 a{
	  font-size: 12px;
	  padding: 2px 5px;
	  top: 0;
	  border-radius: 10px;
	  display: block;
  }
  .video{
	  width: 100%;
	  height: 260px;
  }
  .number-roll,.sortitle span,.icoCard span{
	  font-size: 14px;
  }
  .number-roll span,.numdesc,.icoCard p{
	  font-size: 12px!important;
  }
  .cardText-1{
	  font-size: 18px;
  }
  .card2{
	  padding: 20px 0;
  }
  .borders img{
	  height: 40px;
  }
  .bgFrom img{
	  width: 40px;
	  height: 40px;
  }
  .footer{
	  padding: 30px 0;
  }
  .jumbotron{
	  width: 100%;
	  height: auto;
  }
  .jumbotronText{
	  top: 28%;
	  transform: inherit;
	  font-size: 24px;
  }
  .pages{
	  min-height: 200px;
  }
  .media{
	  display: block;
  }
  .proMedia img{
	  width: 100%;
	  height: auto;
  }
  .proSortName{
	  font-size: 22px;
	  margin-bottom: 20px;
  }
  .icoCard{
	  padding: 20px;
	  overflow: auto;
  }
  .icoCard img{
	  width: 20px;
	  height: 20px;
  }
  .centerName .hexin{
	  font-size: 20px;
  }
  .proFromText{
	  display: block;
  }
  .proFromTextH{
	  margin-bottom: 20px;
  }
  .h-400px{
	  height: auto!important;
  }
  .jiejue h5{
	  font-size: 12px;
	  padding: 5px;
	  white-space: nowrap;
	  text-overflow: ellipsis;
  }
  .newlist{
	  display: block;
  }
  .newlist .big,.newlist .newImg{
	  width: 100%;
	  height: 200px;
  }
  .newlist .new-body{
	  margin-top: 10px;
  }
}
