.main-color {
  color: #392f70;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #392f70;
}
.flex-1 {
  flex: 1;
}
header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  background-color: #fff;
}
header .head-nav {
  height: 96px;
  padding: 0 4%;
}
header .head-nav .head-info {
  height: 100%;
}
header .head-nav .head-info .logo {
  height: 100%;
}
header .head-nav .head-info .logo img {
  max-height: 90%;
}
header .head-nav ul {
  height: 100%;
}
header .head-nav ul li {
  height: 100%;
  position: relative;
}
header .head-nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav ul li .nav-son {
  position: absolute;
  top: 100%;
  left: -40px;
  right: -40px;
  display: none;
}
header .head-nav ul li .nav-son ol {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
header .head-nav ul li .nav-son ol li {
  margin: 0 4%;
}
header .head-nav ul li .nav-son ol li a {
  position: relative;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  display: block;
}
header .head-nav ul li .nav-son ol li a:hover {
  color: #392f70;
}
header .head-nav ul li:hover > a {
  color: #392f70;
}
header .head-nav ul li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav ul li:hover .nav-son {
  display: block;
  animation: 0.3s forwards headani linear;
}
header .head-nav ul li.active > a {
  color: #392f70;
}
header .head-nav ul li.active > a::before {
  left: 0;
  right: 0;
}
header .head-nav .info .open-search {
  border-right: 1px #666 solid;
  cursor: pointer;
}
header .head-nav .info .open-search:hover .icon {
  color: #392f70;
}
.search-product form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 50px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  padding: 0 10px;
}
.search-product form input {
  flex: 1;
  width: 100%;
  color: #333;
  font-size: 15px;
}
.search-product form button:hover {
  color: #392f70;
}
@keyframes headani {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li a {
  display: block;
  color: #6e6f70;
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content .info {
  text-align: end;
}
footer .content .info p {
  color: rgba(255, 255, 255, 0.5);
}
footer .content .info ol {
  display: flex;
  justify-content: flex-end;
}
footer .content .info ol li {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .content .info ol li .icon {
  color: rgba(255, 255, 255, 0.7);
}
footer .content .info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  top: 50px;
  border: 2px #f1f1f1 solid;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
footer .content .info ol li .code img {
  max-width: 98%;
  max-height: 98%;
}
footer .content .info ol li .code .icon {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  top: -18px;
  color: #f1f1f1;
}
footer .content .info ol li:hover .icon {
  color: #fff;
}
footer .content .info ol li:hover .code {
  display: block;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links a:hover {
  color: #fff;
}
footer .copyright {
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
footer .copyright p {
  color: #999;
  font-size: 14px;
}
footer .copyright a {
  color: #999;
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: #fff;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #392f70;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #392f70;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #392f70;
}
.nav-item ul li a.active::before,
.nav-item ul li a:hover::before {
  width: 100%;
}
.view-position .nav-bread {
  color: #999;
}
.view-position .nav-bread a {
  color: #999;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #392f70;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #392f70;
}
.view-position .back:hover .icon {
  color: #392f70;
}
.home-banner .swiper-pagination {
  position: absolute;
  bottom: 120px;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
  width: 1600px;
}
.home-banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.ho-title {
  line-height: 10px;
}
.line {
  width: 24px;
  height: 4px;
  background-color: #392f70;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .text em {
  color: #392f70;
}
.page-banner .text p {
  font-weight: bold;
}
.project-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.project-nav ul li a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s;
  background-color: #fff;
}
.project-nav ul li a img {
  width: 20px;
}
.project-nav ul li a.active,
.project-nav ul li a:hover {
  color: #fff;
}
.project-nav ul li a.active::before,
.project-nav ul li a:hover::before {
  width: 100%;
}
.product-list ul li .item .img {
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #ddd solid;
  overflow: hidden;
  position: relative;
}
.product-list ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.product-list ul li .item:hover img {
  transform: scale(1.04);
}
.product-list ul li .item:hover h3 {
  color: #392f70;
}
.about-page .section1 .desc {
  line-height: 1.8;
}
.about-page .section2 ul {
  display: flex;
  justify-content: space-between;
}
.about-page .section2 ul li {
  width: 15%;
  height: 518px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 6px;
}
.about-page .section2 ul li .text {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  z-index: 1;
  padding: 8% 3%;
}
.about-page .section2 ul li .text .desc {
  line-height: 1.5;
}
.about-page .section2 ul li .ho-img {
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
.about-page .section2 ul li:nth-child(1) .text {
  background-color: #392f70;
}
.about-page .section2 ul li:nth-child(2) .text {
  background-color: #004c97;
}
.about-page .section2 ul li:nth-child(3) .text {
  background-color: #009976;
}
.about-page .section2 ul li:nth-child(4) .text {
  background-color: #18b7c3;
}
.about-page .section2 ul li:nth-child(5) .text {
  background-color: #021039;
}
.about-page .section2 ul li.on {
  width: 50%;
}
.about-page .section2 ul li.on .ho-img {
  opacity: 1;
}
.about-page .section2 .section2-container .swiper-slide {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.about-page .section2 .section2-container .swiper-slide .text {
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(57, 47, 112, 0), rgba(57, 47, 112, 0.2), rgba(57, 47, 112, 0.4), rgba(57, 47, 112, 0.6), rgba(57, 47, 112, 0.7), rgba(57, 47, 112, 0.8), rgba(57, 47, 112, 0.8));
  z-index: 1;
  padding: 3%;
}
.about-page .section3 {
  position: relative;
  z-index: 1;
}
.about-page .section3::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: url(../images/about-section3-bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  z-index: 2;
}
.about-page .section3 .section3-next:hover .icon {
  color: #392f70;
}
.about-page .section3 ul li {
  height: 650px;
}
.about-page .section3 ul li:nth-child(odd) {
  padding-top: 200px;
}
.about-page .section3 ul li:nth-child(even) {
  padding-top: 120px;
}
.about-page .section3 ul li:last-child {
  padding-top: 0;
}
.about-page .section3 ul li .item {
  padding-left: 24px;
  position: relative;
  height: 100%;
}
.about-page .section3 ul li .item::before {
  content: '';
  position: absolute;
  left: 7px;
  height: 100%;
  top: 14px;
  width: 1px;
  background-color: #ddd;
}
.about-page .section3 ul li .item > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px #392f70 solid;
}
.about-page .section3 ul li .item > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  display: flex;
  border-radius: 50%;
  background-color: #392f70;
}
.about-page .common-title ol {
  border-bottom: 1px #ddd solid;
}
.about-page .common-title ol li a {
  position: relative;
  display: block;
}
.about-page .common-title ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: -1px;
  height: 1px;
  background-color: #392f70;
  transition: 0.5s;
}
.about-page .common-title ol li a:hover,
.about-page .common-title ol li a.active {
  color: #392f70;
}
.about-page .common-title ol li a:hover::before,
.about-page .common-title ol li a.active::before {
  width: 100%;
}
.about-page .section4 .content .title {
  background-color: #392f70;
  padding: 10%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.about-page .section4 .content .title h3 {
  position: relative;
  z-index: 1;
}
.about-page .section4 .content .title p {
  position: absolute;
  left: 10%;
  bottom: 14%;
  right: 10%;
  color: rgba(255, 255, 255, 0.8);
}
.about-page .section4 .content .new1 {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 .content .new {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 .content .item2 {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 .content .item2:first-child {
  margin-bottom: 8px;
}
.about-page .section4 .content .item-setting {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.about-page .section5 ul li .item {
  border: 1px #ddd solid;
}
.about-page .section5 ul li .item .img {
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.about-page .section5 ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  transition: 0.5s;
}
.about-page .section5 ul li .item h3 {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px #ddd solid;
}
.about-page .section5 ul li .item:hover img {
  transform: scale(1.04);
}
.about-page .section5 ul li .item:hover h3 {
  color: #392f70;
}
.about-page .section6 .content {
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  padding: 3%;
}
.about-page .section6 .content h4 {
  border-bottom: 1px #ddd solid;
}
.about-page .section6 .content ul li .img {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section6 .content ul li .img img {
  max-width: 90%;
  max-height: 90%;
}
.solution-list ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 6px;
}
.solution-list ol li .img {
  width: 48%;
}
.solution-list ol li .text {
  width: 48%;
  padding: 20px 4%;
}
.solution-list ol li .text .desc {
  line-height: 2;
}
.solution-list ol li .text a {
  width: 200px;
  height: 38px;
  border: 1px #392f70 solid;
  padding: 0 10px;
  transition: 0.5s;
}
.solution-list ol li .text a:hover {
  background-color: #392f70;
  color: #fff;
}
.solution-list ol li .text a:hover .icon {
  color: #fff;
}
.solution-list ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
.contact-page .section1 .item {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.04);
  padding: 6%;
  display: flex;
  align-items: center;
  min-height: 260px;
  justify-content: space-between;
}
.contact-page .section1 .item .imgicon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #eee solid;
}
.contact-page .section1 .item .imgicon img {
  max-width: 50%;
  max-height: 50%;
}
.contact-page .section1 .item .text {
  flex: 1;
  padding-left: 6%;
}
.contact-page .section1 .item .text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  width: 202px;
  height: 40px;
  background-color: #392f70;
  color: #fff;
}
.contact-page .section2 .map {
  position: relative;
}
.contact-page .section2 .map .img {
  position: relative;
}
.contact-page .section2 .map .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: rgba(57, 47, 112, 0.4);
  padding: 0 4%;
  border-radius: 4px;
}
.contact-page .section2 .map .text span {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .section2 .map .text span .icon {
  color: #8e8cb1;
}
.contact-page .section2 .item {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.contact-page .section2 .item h4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-page .section3 .content {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.contact-page .section3 .content form {
  padding: 4% 6%;
}
.contact-page .section3 .content form input {
  width: 100%;
  height: 40px;
  border-bottom: 1px #ddd solid;
}
.contact-page .section3 .content form textarea {
  width: 100%;
  height: 100px;
  border-bottom: 1px #ddd solid;
  display: block;
}
.contact-page .section3 .content form button {
  width: 180px;
  height: 40px;
  border: 1px #392f70 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact-page .section3 .content form button:hover {
  background-color: #392f70;
  color: #fff;
}
.recruit-page h2 em {
  color: #392f70;
}
.recruit-page .section2 .join-name {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8% 0 4%;
  background-color: #fff;
  border-top: 1px #392f70 solid;
  border-bottom: 1px #ddd solid;
}
.recruit-page .section2 .join-name h5 {
  min-width: 240px;
}
.recruit-page .section2 .join-name p {
  min-width: 120px;
}
.recruit-page .section2 ul li .td {
  width: 200px;
  height: 46px;
  border-radius: 24px;
  background-color: #392f70;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border: 2px #392f70 solid;
}
.recruit-page .section2 ul li .td .icon {
  transition: 0.5s;
}
.recruit-page .section2 ul li .td:hover {
  background-color: #fff;
  color: #392f70;
}
.recruit-page .section2 ul li .td:hover .icon {
  color: #392f70;
}
.recruit-page .section2 ul li .title {
  padding: 0 8% 0 4%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #392f70 solid;
  cursor: pointer;
  position: relative;
}
.recruit-page .section2 ul li .title i {
  position: absolute;
  right: 1%;
  display: block;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  transition: 0.5s;
  color: #392f70;
}
.recruit-page .section2 ul li .title h5 {
  min-width: 240px;
  color: #392f70;
  font-weight: 550;
}
.recruit-page .section2 ul li .title p {
  min-width: 120px;
}
.recruit-page .section2 ul li .title:hover h5 {
  color: #392f70;
}
.recruit-page .section2 ul li .collapsed {
  border-bottom: 1px #ddd solid;
}
.recruit-page .section2 ul li .collapsed h5 {
  color: #333;
  font-weight: 500;
}
.recruit-page .section2 ul li .collapsed i {
  transform: rotate(90deg);
  color: #999;
}
.news-list ol li .item {
  padding: 8px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
}
.news-list ol li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #392f70;
}
.news-list ol li .item-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  border: 1px #ddd solid;
  transition: 0.5s;
}
.news-list ol li .item-other .text {
  flex: 1;
  padding-right: 4%;
}
.news-list ol li .item-other .time {
  text-align: center;
}
.news-list ol li .item-other:hover {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
}
.news-list ol li .item-other:hover h4 {
  color: #392f70;
}
.case-list ol li .item .img {
  padding-top: 65%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.case-list ol li .item:hover img {
  transform: scale(1.1);
}
.case-list ol li .item:hover h4 {
  color: #392f70;
}
.news-page .content .news-left .info {
  border-top: 1px #ececec solid;
  min-height: 700px;
}
.news-page .content .news-left .info img {
  max-width: 100%;
}
.news-page .content .news-right ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.news-page .content .news-right ul li a:hover img {
  transform: scale(1.1);
}
.news-page .content .news-right ul li a:hover h3 {
  color: #392f70;
}
.prev-next-bottom {
  padding: 0 2%;
  height: 74px;
}
.prev-next-bottom a:hover {
  color: #392f70;
}
.prev-next-bottom a:hover .icon {
  color: #392f70;
}
.ydpt-page .section1 ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08);
}
.ydpt-page .section1 ul li .item .img {
  width: 36%;
  padding-top: 36%;
  position: relative;
  overflow: hidden;
}
.ydpt-page .section1 ul li .item .text {
  width: 60%;
  padding-right: 4%;
}
.ydpt-page .section1 ul li .item .text .desc {
  line-height: 1.6;
}
.ydpt-page .section2 .desc {
  line-height: 1.6;
}
.ydpt-page .section3 ul {
  display: flex;
  justify-content: space-between;
}
.ydpt-page .section3 ul li {
  width: 24%;
  height: 518px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 4px;
}
.ydpt-page .section3 ul li .text {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: rgba(57, 47, 112, 0.8);
  z-index: 1;
  padding: 3%;
}
.ydpt-page .section3 ul li .text .desc {
  display: none;
  line-height: 1.5;
}
.ydpt-page .section3 ul li.on {
  width: 50%;
}
.ydpt-page .section3 ul li.on .text {
  height: 30%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(57, 47, 112, 0), rgba(57, 47, 112, 0.2), rgba(57, 47, 112, 0.4), rgba(57, 47, 112, 0.6), rgba(57, 47, 112, 0.7), rgba(57, 47, 112, 0.8), rgba(57, 47, 112, 0.8));
  align-items: flex-start;
}
.ydpt-page .section3 ul li.on .text .desc {
  display: block;
}
.ydpt-page .section3 .section3-container .swiper-slide {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.ydpt-page .section3 .section3-container .swiper-slide .text {
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(57, 47, 112, 0), rgba(57, 47, 112, 0.2), rgba(57, 47, 112, 0.4), rgba(57, 47, 112, 0.6), rgba(57, 47, 112, 0.7), rgba(57, 47, 112, 0.8), rgba(57, 47, 112, 0.8));
  z-index: 1;
  padding: 3%;
}
.index-key {
  position: relative;
  z-index: 2;
  transform: translateY(-45px);
}
.index-key .content {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
}
.index-key .content ul li .item {
  height: 90px;
  padding: 10px 30px;
}
.index-section1 ol {
  display: flex;
}
.index-section1 ol li {
  flex: 1;
}
.index-section1 ol li a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
.index-section1 ol li a.active,
.index-section1 ol li a:hover {
  color: #fff;
  background-color: #392f70;
}
.index-section2 {
  background: url(../images/index-section2-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-section2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 220px;
}
.index-section2 .content .title p {
  color: rgba(255, 255, 255, 0.7);
}
.index-section2 .content .title .more-l a {
  width: 158px;
  height: 40px;
  border: 1px #fff solid;
  padding: 0 12px;
  transition: 0.5s;
}
.index-section2 .content .title .more-l a:nth-child(1) {
  background-color: #fff;
}
.index-section2 .content .title .more-l a:nth-child(1):hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.index-section2 .content .title .more-l a:nth-child(1):hover .icon {
  color: #fff;
}
.index-section2 .content .title .more-l a:nth-child(2):hover {
  background-color: #fff;
  color: #392f70;
}
.index-section2 .content .title .more-l a:nth-child(2):hover .icon {
  color: #392f70;
}
.index-section2 .content ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 20%;
}
.index-section2 .content ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section2 .content ul li .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
}
.index-section2 .content ul li .item .img img {
  max-width: 60px;
  max-height: 60px;
}
.index-section2 .content ul li .item:hover .img {
  transform: translateY(-15px);
}
.index-section2 .info {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -140px;
  height: 280px;
  background: url(../images/index-section2-bg1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
}
.index-section2 .info .text p {
  opacity: 0.6;
}
.index-section2 .info ol {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
}
.index-section2 .info ol li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section2 .info ol li .item img {
  max-width: 100px;
  transition: 0.5s;
}
.index-section2 .info ol li .item:hover img {
  transform: translateY(-20px);
}
.index-section3 {
  padding-top: 200px;
}
.index-section3 .content {
  display: flex;
}
.index-section3 .content .section3-nav ul {
  display: block !important;
  width: 220px;
  border-left: 1px #eee solid;
}
.index-section3 .content .section3-nav ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  transition: 0.5s;
  padding: 10px 20px;
  position: relative;
}
.index-section3 .content .section3-nav ul li a .img {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.index-section3 .content .section3-nav ul li a .img img {
  max-width: 60%;
  max-height: 60%;
}
.index-section3 .content .section3-nav ul li a::before {
  content: '';
  position: absolute;
  left: -2px;
  width: 3px;
  background-color: #392f70;
  top: 0;
  height: 0;
  transition: 0.5s;
}
.index-section3 .content .section3-nav ul li a:hover,
.index-section3 .content .section3-nav ul li a.active {
  color: #392f70;
  background-color: #eee;
}
.index-section3 .content .section3-nav ul li a:hover::before,
.index-section3 .content .section3-nav ul li a.active::before {
  height: 100%;
}
.index-section3 .content .section3-lists ul li .item {
  border: 1px #ddd solid;
}
.index-section3 .content .section3-lists ul li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.index-section3 .content .section3-lists ul li .item .text {
  padding: 12px;
}
.index-section4 .content {
  background: url(../images/index-section4-bg.png);
  background-size: cover;
  background-position: right center;
}
.index-section4 ol {
  display: flex;
  justify-content: space-between;
}
.index-section4 ol li {
  width: 15%;
  margin: 0 1px;
  height: 518px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 4px;
}
.index-section4 ol li h4 {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: rgba(57, 47, 112, 0.8);
  z-index: 1;
  padding: 3%;
}
.index-section4 ol li.on {
  width: 40%;
}
.index-section4 ol li.on h4 {
  height: 20%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(57, 47, 112, 0), rgba(57, 47, 112, 0.4), rgba(57, 47, 112, 0.6), rgba(57, 47, 112, 0.7), rgba(57, 47, 112, 0.8), rgba(57, 47, 112, 0.8));
}
.index-section4 .more {
  margin: auto;
  width: 180px;
  height: 40px;
  border: 1px #392f70 solid;
  padding: 0 12px;
  transition: 0.5s;
}
.index-section4 .more:hover {
  background-color: #392f70;
  color: #fff;
}
.index-section4 .more:hover .icon {
  color: #fff;
}
.index-section4 .section4-container .swiper-slide {
  padding-top: 60%;
  position: relative;
}
.index-section4 .section4-container .swiper-slide h4 {
  position: absolute;
  left: 0;
  right: 0;
  height: 20%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(57, 47, 112, 0), rgba(57, 47, 112, 0.4), rgba(57, 47, 112, 0.6), rgba(57, 47, 112, 0.7), rgba(57, 47, 112, 0.8), rgba(57, 47, 112, 0.8));
  z-index: 1;
  padding: 3%;
}
.pro-son-catname ul li a:hover,
.pro-son-catname ul li a.active {
  color: #392f70;
}
.common-pagination {
  text-align: center;
  margin-top: 20px;
}
.common-pagination span {
  margin: 0 2px;
}
.index-section5 ol {
  display: flex;
  justify-content: space-between;
}
.index-section5 ol > li {
  width: 20%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  background-color: #fbfafd;
  padding: 20px 12px 10px;
  transition: 0.5s;
}
.index-section5 ol > li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.index-section5 ol > li .title a {
  display: none;
}
.index-section5 ol > li .title a:hover .icon {
  color: #392f70;
}
.index-section5 ol > li ul {
  display: flex;
  flex-wrap: wrap;
}
.index-section5 ol > li ul li {
  width: 100%;
  margin-bottom: 10px;
}
.index-section5 ol > li ul li .img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section5 ol > li ul li .img img {
  max-width: 80%;
  max-height: 80%;
}
.index-section5 ol > li ul li:nth-child(3),
.index-section5 ol > li ul li:nth-child(4) {
  display: none;
}
.index-section5 ol > li.on {
  width: 36%;
  background-color: #fff;
}
.index-section5 ol > li.on .title a {
  display: block;
}
.index-section5 ol > li.on ul li {
  width: 50%;
}
.index-section5 ol > li.on ul li:nth-child(3),
.index-section5 ol > li.on ul li:nth-child(4) {
  display: block;
}
.index-section6 .section6-nav {
  border-bottom: 1px #ddd solid;
}
.index-section6 .section6-nav a {
  margin: 0 20px;
}
.index-section6 .section6-nav a:hover {
  color: #392f70;
}
.index-section6 ul li a {
  display: block;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.index-section6 ul li a .text {
  position: absolute;
  background-color: rgba(254, 253, 250, 0.8);
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.index-section6 ul li a:hover .ho-img {
  transform: scale(1.1);
}
.index-section6 ul li a:hover .text {
  background-color: rgba(57, 47, 112, 0.6);
}
.index-section6 ul li a:hover .text h4,
.index-section6 ul li a:hover .text p {
  color: #fff;
}
.news-item {
  border-bottom: 1px #ddd solid;
}
.news-item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.news-item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-item .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 26px;
}
.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover h4 {
  color: #392f70;
}
.index-section7 .title ol {
  width: 350px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.index-section7 .title ol li a {
  position: relative;
  display: block;
}
.index-section7 .title ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: #392f70;
  transition: 0.5s;
}
.index-section7 .title ol li a:hover {
  color: #392f70;
}
.index-section7 .title ol li a:hover::before {
  width: 100%;
}
.index-section7 .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-section7 .item ul li img {
  width: 14px;
}
.index-section7 .item ul li:first-child {
  border-top: none;
}
.index-section7 .item ul li:hover h3 {
  color: #392f70;
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #392f70;
  color: #fff;
  border: 1px solid #392f70;
}
.pagination-box li .current {
  background: #392f70;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #392f70;
  display: inline-block;
}
.searchlist-input-container {
  display: flex;
  margin: auto;
  width: 50%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px #ddd solid;
  background-color: #fff;
}
.searchlist-input-container .key {
  flex: 1;
  font-size: 14px;
  color: #727272;
}
.searchlist-input-container button {
  height: 60px;
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchlist-input-container button:hover .icon {
  color: #392f70;
}
.product-page .section1 .content {
  display: flex;
  justify-content: space-between;
}
.product-page .section1 .content .albums-img {
  width: 46%;
}
.product-page .section1 .content .albums-img .albums-btns {
  padding: 0 50px;
}
.product-page .section1 .content .albums-img .albums-btns .butt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  background-color: #eff3f8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.product-page .section1 .content .albums-img .albums-btns .butt:hover {
  background-color: #392f70;
}
.product-page .section1 .content .albums-img .albums-btns .butt:hover .icon {
  color: #fff;
}
.product-page .section1 .content .albums-img .albums-btns .button-prev {
  left: 0;
}
.product-page .section1 .content .albums-img .albums-btns .button-next {
  right: 0;
}
.product-page .section1 .content .albums-img .gallery-thumbs .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 100%;
  border: 1px #dddddd solid;
}
.product-page .section1 .content .albums-img .gallery-thumbs .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 94%;
  max-height: 94%;
}
.product-page .section1 .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border-color: #392f70;
}
.product-page .section1 .content .albums-img .pro-container {
  padding: 1px;
}
.product-page .section1 .content .albums-img .pro-container .img {
  position: relative;
  border: 1px #dddddd solid;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.product-page .section1 .content .albums-img .pro-container .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-page .section1 .content .text {
  width: 46%;
}
.product-page .section1 .content .text ol li {
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page .section1 .content .text .more a {
  width: 158px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
}
.product-page .section1 .content .text .more a:nth-child(1) {
  background-color: #392f70;
}
.product-page .section1 .content .text .more a:nth-child(1):hover {
  background-color: #fff;
  color: #333;
}
.product-page .section1 .content .text .more a:nth-child(1):hover .icon {
  color: #333;
}
.product-page .section1 .content .text .more a:nth-child(2) {
  border: 1px #333 solid;
}
.product-page .section1 .content .text .more a:nth-child(2):hover {
  color: #392f70;
}
.product-page .section1 .content .text .more a:nth-child(2):hover .icon {
  color: #392f70;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}
.product-page .section2 .content .pro-menu {
  width: 25%;
  margin-left: 2px;
}
.product-page .section2 .content .pro-menu .pro-navs {
  background-color: #fff;
}
.product-page .section2 .content .pro-menu .pro-navs ol {
  border-left: 1px #ddd solid;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a {
  transition: 0.5s;
  position: relative;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  background-color: #392f70;
  height: 0;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover {
  color: #392f70;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover::before {
  height: 100%;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a {
  color: #392f70;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a::before {
  height: 100%;
}
.product-page .section2 .content .product-right .nav {
  align-items: end;
}
.product-page .section2 .content .product-right .nav li a {
  font-size: 20px;
  color: #999;
  transition: 0.5s;
}
.product-page .section2 .content .product-right .nav li a:hover,
.product-page .section2 .content .product-right .nav li a.active {
  color: #392f70;
  font-size: 30px;
}
.product-page .section2 .content .product-right .tab-content {
  min-height: 600px;
  padding: 4%;
}
.product-page .section2 .content .product-right .tab-content .title {
  border-bottom: 1px #ddd solid;
}
.product-page .section2 .content .product-right .tab-content .download {
  width: 220px;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: auto;
  transition: 0.5s;
}
.product-page .section2 .content .product-right .tab-content .download:hover {
  background-color: #392f70;
  color: #fff;
}
.product-page .section2 .content .product-right img {
  max-width: 100%;
}
.product-page .dzcg {
  background: url(../images/pro-page-bg1.jpg);
  background-position: bottom center;
  background-size: cover;
  padding-right: 36%;
}
.product-page .dzcg form {
  padding: 4% 6%;
}
.product-page .dzcg form input {
  width: 100%;
  height: 40px;
  border-bottom: 1px #ddd solid;
}
.product-page .dzcg form textarea {
  width: 100%;
  height: 100px;
  border-bottom: 1px #ddd solid;
  display: block;
}
.product-page .dzcg form button {
  width: 180px;
  height: 40px;
  border: 1px #392f70 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .dzcg form button:hover {
  background-color: #392f70;
  color: #fff;
}
.case-page .case-left .content {
  border: 1px #ddd solid;
}
.case-page .case-left .content h1 {
  padding: 30px 4%;
  border-bottom: 1px #ddd solid;
}
.case-page .case-left .content .albums-img {
  padding: 30px 4%;
}
.case-page .case-left .content .albums-img .swiper-slide .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case-page .case-left .content .albums-img .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
}
.case-page .case-left .content .albums-img .gallery-thumbs .img {
  cursor: pointer;
  border-radius: 6px;
  border: 2px rgba(0, 0, 0, 0) solid;
}
.case-page .case-left .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border: 2px #392f70 solid;
}
.case-page .case-left .content .info {
  padding: 0 4%;
}
.case-page .case-left .content .info .info-detail {
  border-top: 1px #ddd solid;
}
.case-page .case-left .content .info img {
  max-width: 100%;
}
.sz-kefu {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  z-index: 100;
  margin-top: -100px;
}
.sz-kefu ul {
  padding-left: 0;
}
.sz-kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
  list-style: none;
}
.sz-kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #272933;
  overflow: hidden;
  opacity: 0.8;
}
.sz-kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}
.sz-kefu ul li .sidebox:hover {
  opacity: 1;
}
.sz-kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #182e65;
  transition: all 0.3s;
  opacity: 0.8;
}
.sz-kefu ul li .sidetop:hover {
  opacity: 1;
}
.sz-kefu ul li img {
  float: left;
}
.sz-kefu ul li .sidebox3 {
  font-size: 16px;
  justify-content: flex-start;
}
.sz-kefu ul li .sidebox3 p {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}
.sz-kefu ul li .sidebox3 span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sz-kefu ul li .kImg {
  padding: 13px;
}
.sz-kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 110px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
  box-sizing: content-box;
}
.sz-kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}
.sz-kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}
.sz-kefu .qq .sidebox {
  border: 1px solid #272933;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}
.sz-kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #272933;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
.sz-kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.sz-kefu .qq h5 i:hover {
  transform: rotate(90deg);
}
.sz-kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #272933;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
