.banner {
  height: 9rem;
  position: relative;
  margin-top: 1.1875rem;
}

.banner .img {
  width: 100%;
  height: 9rem;
  user-select: none;
}

.banner .slide-pagination {
  bottom: .5rem;
}

.banner .slide-pagination .swiper-pagination-bullet {
  width: .3125rem;
  height: .05rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 .125rem;
}

.banner .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.banner .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}

.banner .slide-button-prev,
.banner .slide-button-next {
  background: url("../../img/index/bannerMore.png") no-repeat center;
  background-size: .575rem 1.25rem;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: .575rem;
  height: 1.25rem;
}

.banner .slide-button-prev {
  left: .75rem;
  transform: rotate(180deg);
}

.banner .slide-button-next {
  right: .75rem;
}

.panel-box {
  padding: .75rem 3rem;
}

.defaultTitle {
  padding: .75rem 0 0 0;
  position: relative;
  text-align: center;
  padding-bottom: .25rem;
}

.defaultTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .75rem;
  height: .05rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.defaultTitle .titleE {
  font-weight: 700;
  font-size: .45rem;
  line-height: .65rem;
  text-align: center;
  font-style: normal;
  background: linear-gradient(0deg, rgba(2, 104, 176, 0.2) 0%, rgba(54, 190, 228, 0.2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.defaultTitle .titleC {
  font-weight: 700;
  font-size: .45rem;
  color: #222222;
  line-height: .65rem;
  text-align: center;
  position: relative;
  margin-top: -0.375rem;
}

.panel-product {
  background: url("../../img/index/bgProduct.jpg") no-repeat;
  background-size: cover;
  padding: 0 3rem .375rem;
  position: relative;
}

.panel-product .attrMain {
  padding-top: .5rem;
  display: flex;
}

.panel-product .attrMain .attrLeft {
  flex: 1;
}

.panel-product .attrMain .attrLeft {
  flex: 1;
  position: relative;
}

.panel-product .attrMain .attrLeft .attrSwiper {
  width: 11.8125rem;
  height: 6.375rem;
  position: relative;
  overflow: hidden;
}

.panel-product .attrMain .attrLeft .attrSwiper .swiper-container,
.panel-product .attrMain .attrLeft .attrSwiper .swiper-slide {
  height: 100%;
}

.panel-product .attrMain .attrLeft .attrSwiper .img {
  width: 100%;
  height: 6.375rem;
  user-select: none;
  pointer-events: none;
}

.panel-product .attrMain .attrLeft .attrPagination {
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.panel-product .attrMain .attrLeft .attrPagination .attrPaginationItem {
  display: inline-block;
  width: .3125rem;
  height: .05rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 .125rem;
  cursor: pointer;
  transition: .3s;
}

.panel-product .attrMain .attrLeft .attrPagination .attrPaginationItem:nth-child(1) {
  margin-left: 0;
}

.panel-product .attrMain .attrLeft .attrPagination .attrPaginationItem.active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.panel-product .attrMain .attrRight {
  flex-shrink: 0;
  width: 5.75rem;
  height: 6.375rem;
  background: url("../../img/index/bgAttr.jpg") no-repeat;
  background-size: cover;
  margin-left: .1875rem;
}

.panel-product .attrMain .attrRight .attrLi {
  min-height: 2.125rem;
  padding: 0 .05rem 0 .625rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.panel-product .attrMain .attrRight .attrLi.active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
}

.panel-product .attrMain .attrRight .attrLi .attrLiI {
  width: .675rem;
  height: .675rem;
  margin-right: .25rem;
}

.panel-product .attrMain .attrRight .attrLi .attrLiT {
  font-weight: 500;
  font-size: .325rem;
  color: #FFFFFF;
  line-height: .475rem;
}

.panel-product .productS {
  margin-top: .25rem;
  position: relative;
  overflow: hidden;
  padding-bottom: .65rem;
}

.panel-product .productS .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  column-gap: .25rem;
}

.panel-product .productS .swiper-slide .productLink {
  width: 4.25rem;
  border: 1px solid rgba(199, 199, 199, 0.5);
  background: #fff;
  padding: .125rem .125rem .25rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.panel-product .productS .swiper-slide .productLink:hover {
  border: 1px solid;
  border-image: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) 1;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(61, 173, 207, 0.25);
}

.panel-product .productS .swiper-slide .productLink:hover .productImg .productI {
  transform: scale(1.1);
}

.panel-product .productS .swiper-slide .productLink:hover .productBtn {
  bottom: .25rem;
}

.panel-product .productS .swiper-slide .productLink .productImg {
  width: 100%;
  height: 3rem;
  margin-bottom: .25rem;
  overflow: hidden;
}

.panel-product .productS .swiper-slide .productLink .productImg .productI {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.panel-product .productS .swiper-slide .productLink .productT {
  font-weight: 500;
  font-size: .225rem;
  color: #333333;
  line-height: .325rem;
  margin-bottom: .125rem;
}

.panel-product .productS .swiper-slide .productLink .productD {
  font-weight: 400;
  font-size: .175rem;
  color: #666666;
  line-height: .275rem;
  height: .55rem;
}

.panel-product .productS .swiper-slide .productLink .productBtn {
  font-weight: 500;
  font-size: .2rem;
  line-height: .375rem;
  font-style: normal;
  line-height: .55rem;
  text-align: center;
  transition: 0.3s;
  width: calc(100% - .25rem);
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  color: #fff;
  position: absolute;
  bottom: -0.55rem;
  left: .125rem;
}

.panel-product .productS .slide-pagination {
  bottom: 0;
}

.panel-product .productS .slide-pagination .swiper-pagination-bullet {
  width: .3125rem;
  height: .05rem;
  border-radius: 0;
  background: rgba(205, 205, 205, 0.6);
  margin: 0 0 0 .125rem;
}

.panel-product .productS .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.panel-product .productS .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}

.panel-about {
  background: url("../../img/index/bgAbout.jpg") no-repeat;
  background-size: cover;
  padding: 0 0 .875rem 0;
  position: relative;
}

.panel-about .aboutMain {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: .5rem;
}

.panel-about .aboutMain .aboutLeft {
  width: 14.75rem;
  background: url("../../img/index/bgAboutContent.jpg") no-repeat;
  background-size: cover;
  padding: .6875rem 2.9rem .6875rem 3rem;
}

.panel-about .aboutMain .aboutLeft .aTitle {
  font-weight: 700;
  font-size: .425rem;
  color: #FFFFFF;
  line-height: .6125rem;
  letter-spacing: 1px;
  margin-bottom: .125rem;
}

.panel-about .aboutMain .aboutLeft .miniTitle {
  font-weight: 500;
  font-size: .2rem;
  color: #FFFFFF;
  line-height: .2875rem;
  margin-bottom: .3875rem;
}

.panel-about .aboutMain .aboutLeft .desc {
  font-weight: 400;
  font-size: .2125rem;
  color: #FFFFFF;
  line-height: .4rem;
  text-align: justify;
  height: 2.625rem;
  margin-bottom: .475rem;
  overflow-y: auto;
}

.panel-about .aboutMain .aboutLeft .desc p {
  text-indent: 2em;
}

.panel-about .aboutMain .aboutLeft .desc::-webkit-scrollbar {
  width: .05rem;
}

.panel-about .aboutMain .aboutLeft .desc::-webkit-scrollbar-thumb {
  background-color: #6d6d6d;
  border-radius: .1rem;
}

.panel-about .aboutMain .aboutLeft .aboutListImg {
  display: flex;
  column-gap: .1125rem;
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg {
  min-width: 2.125rem;
  width: fit-content;
  padding: .2rem .05rem .1125rem;
  position: relative;
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.0625rem;
  width: 1px;
  height: .6rem;
  background: rgba(255, 255, 255, 0.4);
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg:nth-child(1)::before {
  display: none;
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg .aboutLiI {
  width: .475rem;
  height: .475rem;
  object-fit: cover;
  display: block;
  margin: 0 auto .1rem;
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg .aboutLiT {
  font-weight: 500;
  font-size: .225rem;
  color: #FFFFFF;
  line-height: .325rem;
  text-align: center;
}

.panel-about .aboutMain .aboutLeft .aboutListImg .aboutLiImg .aboutLiE {
  font-weight: 400;
  font-size: .1625rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .2rem;
  text-align: center;
}

.panel-about .aboutMain .aboutRight {
  top: 1.1875rem;
  right: 3rem;
  display: flex;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}

.panel-about .aboutMain .aboutRight .aboutImg {
  position: relative;
  align-items: end;
  width: 7.925rem;
  height: 5.95rem;
  overflow: hidden;
}

.panel-about .aboutMain .aboutRight .aboutImg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.panel-about .aboutMain .aboutRight .aboutImg:hover .aboutI {
  transform: scale(1.1);
}

.panel-about .aboutMain .aboutRight .aboutImg .aboutI {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  transition: 0.3s;
}

.panel-about .aboutMain .aboutRight .playI {
  position: absolute;
  width: .7rem;
  height: .7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panel-news {
  background: url("../../img/index/bgNews.jpg") no-repeat;
  background-size: cover;
  padding: 0 3rem .5rem;
  position: relative;
}

.panel-news .newsMain {
  margin-top: .5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: .65rem;
}

.panel-news .newsMain .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  column-gap: .25rem;
}

.panel-news .newsMain .swiper-slide .newsLink {
  width: 4.25rem;
}

.panel-news .newsMain .swiper-slide .newsLink:hover .newsImg {
  width: 4.25rem;
  height: 3rem;
  margin-bottom: .25rem;
  overflow: hidden;
}

.panel-news .newsMain .swiper-slide .newsLink:hover .newsImg .newsI {
  transform: scale(1.1);
}

.panel-news .newsMain .swiper-slide .newsLink:hover .newsT {
  font-style: normal;
  text-transform: none;
  background: linear-gradient(80deg, #0268B0 0%, #36BEE4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.panel-news .newsMain .swiper-slide .newsLink:hover .newsBtn {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  color: #fff;
}

.panel-news .newsMain .swiper-slide .newsLink:hover .newsBtn .plus {
  display: inline;
}

.panel-news .newsMain .swiper-slide .newsLink .dateDetail {
  font-weight: bold;
  font-size: .25rem;
  color: #333333;
  line-height: .3625rem;
  margin-bottom: .075rem;
}

.panel-news .newsMain .swiper-slide .newsLink .dateYear {
  font-weight: bold;
  font-size: .2rem;
  color: #666666;
  line-height: .2875rem;
  margin-bottom: .15rem;
}

.panel-news .newsMain .swiper-slide .newsLink .newsImg {
  width: 4.25rem;
  height: 3rem;
  margin-bottom: .25rem;
  overflow: hidden;
}

.panel-news .newsMain .swiper-slide .newsLink .newsImg .newsI {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.panel-news .newsMain .swiper-slide .newsLink .newsT {
  font-weight: 500;
  font-size: .225rem;
  color: #333333;
  line-height: .325rem;
  margin-bottom: .125rem;
}

.panel-news .newsMain .swiper-slide .newsLink .newsD {
  font-weight: 400;
  font-size: .175rem;
  color: #666666;
  line-height: .3rem;
  height: .6rem;
  margin-bottom: .375rem;
}

.panel-news .newsMain .swiper-slide .newsLink .newsBtn {
  border: 1px solid;
  border-image: linear-gradient(90deg, #0268B0, #36BEE4) 1 1;
  font-weight: 500;
  font-size: .2rem;
  line-height: .375rem;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-width: 1.7rem;
  line-height: .55rem;
  text-align: center;
  transition: 0.3s;
  width: fit-content;
}

.panel-news .newsMain .swiper-slide .newsLink .newsBtn .plus {
  display: none;
}

.panel-news .newsMain .slide-pagination {
  bottom: 0;
}

.panel-news .newsMain .slide-pagination .swiper-pagination-bullet {
  width: .3125rem;
  height: .05rem;
  border-radius: 0;
  background: rgba(205, 205, 205, 0.6);
  margin: 0 0 0 .125rem;
}

.panel-news .newsMain .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.panel-news .newsMain .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}

.panel-contact {
  background: url("../../img/index/bgContact.jpg") no-repeat;
  background-size: cover;
  padding: 0 3rem 1rem;
  position: relative;
}

.panel-contact .contactMain {
  padding-top: .5rem;
  display: flex;
}

.panel-contact .contactMain .panel-location {
  width: 8.2125rem;
  height: 5.75rem;
  margin-right: .9375rem;
  flex-shrink: 0;
}

.panel-contact .contactMain .panel-location #map {
  width: 100%;
  height: 100%;
}

.panel-contact .contactMain .panel-message {
  padding: 0;
  position: relative;
  z-index: 9;
}

.panel-contact .contactMain .panel-message .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.panel-contact .contactMain .panel-message .form-item {
  width: calc(50% - 0.19rem);
  background: #F6F7F8;
  box-shadow: 1px 1px 0.0625rem 0px rgba(0, 44, 83, 0.15);
  border-radius: .05rem;
  display: flex;
}

.panel-contact .contactMain .panel-message .form-item img {
  width: .25rem;
  height: .25rem;
  margin-top: .2rem;
  margin-left: .25rem;
}

.panel-contact .contactMain .panel-message .form-item + .form-item {
  margin-left: 0.375rem;
}

.panel-contact .contactMain .panel-message .form-item.is-full {
  width: 100%;
  margin-left: 0;
  margin-top: .375rem;
}

.panel-contact .contactMain .panel-message .form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: .375rem;
  column-gap: .3rem;
}

.panel-contact .contactMain .panel-message .form-submit button {
  width: 4.375rem;
  height: .75rem;
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%);
  border-radius: .05rem;
  color: #fff;
  font-size: .225rem;
  line-height: .325rem;
  font-weight: bold;
  cursor: pointer;
}

.panel-contact .contactMain .panel-message .form-submit button.closeText {
  background: rgba(235, 235, 235, 0.8);
  border: 1px solid #CDCDCD;
  color: #555555;
}

.panel-contact .contactMain .panel-message .form input {
  height: .7rem;
}

.panel-contact .contactMain .panel-message .form textarea {
  height: 2.1rem;
}

.panel-contact .contactMain .panel-message .form input,
.panel-contact .contactMain .panel-message .form textarea {
  display: block;
  width: 100%;
  padding: .175rem;
  color: #333;
  font-size: .225rem;
  line-height: .325rem;
}

.panel-contact .contactMain .panel-message .form input::placeholder,
.panel-contact .contactMain .panel-message .form textarea::placeholder {
  color: #A3A3A3;
}

.panel-hots {
  background: #FCFEFF url("../../img/index/bgHot.jpg") no-repeat;
  background-size: 24rem 5rem;
  padding: 0 3rem .5rem;
  position: relative;
}

.panel-hots .defaultTitle .titleE {
  color: rgba(255, 255, 255, 0.5);
}

.panel-hots .defaultTitle .titleC {
  color: #fff;
}

.panel-hots .defaultTitle::after {
  background: #fff;
}

.panel-hots .hotsValue {
  font-weight: 400;
  font-size: .225rem;
  color: #FFFFFF;
  line-height: .325rem;
  text-align: center;
  margin-top: .375rem;
  margin-bottom: .625rem;
}

.panel-hots .hotMain {
  /* height: calc(5.7625rem + .65rem); */
  position: relative;
  overflow: hidden;
  padding-bottom: .65rem;
}

.panel-hots .hotMain .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background: #FCFEFF;
}

.panel-hots .hotMain .swiper-slide .hotLink {
  width: 2.95rem;
  margin-bottom: 1px;
  margin-right: 1px;
  height: 2.875rem;
  background: #F7F8FC;
  padding: .225rem;
}

.panel-hots .hotMain .swiper-slide .hotLink:hover .hotLinkI {
  transform: scale(1.1);
}

.panel-hots .hotMain .swiper-slide .hotLink .hotLinkI {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.panel-hots .hotMain .slide-pagination {
  bottom: 0;
}

.panel-hots .hotMain .slide-pagination .swiper-pagination-bullet {
  width: .3125rem;
  height: .05rem;
  border-radius: 0;
  background: rgba(205, 205, 205, 0.6);
  margin: 0 0 0 .125rem;
}

.panel-hots .hotMain .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.panel-hots .hotMain .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0268B0 0%, #36BEE4 100%) !important;
}
