.main-color {
  color: #008cd6;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
/*字体引入*/
@font-face {
  font-family: 'D-DIN-Bold';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/D-DIN-Bold.ttf);
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Bold.ttf);
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Demibold.ttf);
}
@font-face {
  font-family: 'MiSans-Heavy';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Heavy.ttf);
}
@font-face {
  font-family: 'MiSans-Light';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Light.ttf);
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Medium.ttf);
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Normal.ttf);
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Regular.ttf);
}
@font-face {
  font-family: 'MiSans-Semibold';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Semibold.ttf);
}
@font-face {
  font-family: 'MiSans-Thin';
  src: url(https://jsst-web.oss-cn-shenzhen.aliyuncs.com/upload/servicesupport/download/font/MiSans-Thin.ttf);
}
@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');
}
@font-face {
  font-family: 'DIN-Bold';
  src: url('../fonts/DIN-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'MiSans';
  src: url('../fonts/MiSans-Regular.ttf') format('truetype');
}
#container {
  padding-top: 96px;
  overflow-x: hidden;
}
* {
  font-family: 'MiSans' !important;
}
.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: #f8f9fc;
}
.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: #008cd6;
}
.flex-1 {
  flex: 1;
}
.modal-dialog {
  max-width: 100%;
}
.search-content {
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 70%;
  margin: auto;
}
.search-content form {
  flex: 1;
  border: 1px #eee solid;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
.search-content form input {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-content .btn-close {
  padding-left: 5%;
}
header {
  position: fixed;
  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%;
  max-width: 160px;
}
header .head-nav ul {
  height: 100%;
}
header .head-nav ul > li {
  height: 100%;
}
header .head-nav ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav ul > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  overflow: hidden;
  height: 3px;
  background-color: #008cd6;
  bottom: 0;
}
header .head-nav ul > li .nav-son,
header .head-nav ul > li .solu-son {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 0 60px;
}
header .head-nav ul > li .nav-son .content,
header .head-nav ul > li .solu-son .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .head-nav ul > li .nav-son .content .nav,
header .head-nav ul > li .solu-son .content .nav {
  width: 24%;
  padding-right: 4%;
}
header .head-nav ul > li .nav-son .content .nav .nav-child,
header .head-nav ul > li .solu-son .content .nav .nav-child {
  width: 100%;
}
header .head-nav ul > li .nav-son .content .nav .nav-child a,
header .head-nav ul > li .solu-son .content .nav .nav-child a {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  border-radius: 6px;
}
header .head-nav ul > li .nav-son .content .nav .nav-child.on a,
header .head-nav ul > li .solu-son .content .nav .nav-child.on a {
  color: #008cd6;
}
header .head-nav ul > li .nav-son .content .tab-content,
header .head-nav ul > li .solu-son .content .tab-content {
  flex: 1;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname,
header .head-nav ul > li .solu-son .content .tab-content .last-catname {
  display: flex;
  align-items: center;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname .img,
header .head-nav ul > li .solu-son .content .tab-content .last-catname .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px #ddd solid;
  transition: 0.5s;
  overflow: hidden;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname .img img,
header .head-nav ul > li .solu-son .content .tab-content .last-catname .img img {
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname:hover img,
header .head-nav ul > li .solu-son .content .tab-content .last-catname:hover img {
  transform: scale(1.05);
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname:hover h4,
header .head-nav ul > li .solu-son .content .tab-content .last-catname:hover h4 {
  color: #008cd6;
}
header .head-nav ul > li .nav-son .content .tab-content .on,
header .head-nav ul > li .solu-son .content .tab-content .on {
  display: block;
}
header .head-nav ul > li:hover > a {
  color: #008cd6;
}
header .head-nav ul > li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav ul > li:hover .nav-son {
  display: block;
}
header .head-nav ul > li:hover .solu-son {
  display: block;
}
header .head-nav .info form {
  cursor: pointer;
}
header .head-nav .info form:hover .icon {
  color: #008cd6;
}
header .head-nav .info .btn-check:focus + .btn,
header .head-nav .info .btn:focus {
  outline: 0;
  box-shadow: none;
}
header.page-active {
  position: relative;
}
.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: #008cd6;
}
.search-product button:focus + .button,
.search-product button:focus {
  outline: 0;
  box-shadow: none !important;
}
@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.active > a {
  color: #008cd6;
}
.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 > li .last-child {
  padding-top: 12px;
}
.top-menu-list > li .last-child a {
  height: 34px;
  display: flex;
  align-content: center;
  color: #999;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  background: #e5e9ed;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li:last-child {
  margin-right: 0;
}
footer .content ul li a {
  display: block;
  color: #6e7983;
  line-height: 38px;
}
footer .content ul li a:hover {
  color: #008cd6;
}
footer .info p {
  max-width: 340px;
  color: #6e7983;
}
footer .foot-info ol {
  display: flex;
}
footer .foot-info ol li {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .foot-info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  top: 60px;
  border: 2px #fff solid;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: none;
}
footer .foot-info ol li .code img {
  max-width: 98%;
  max-height: 98%;
}
footer .foot-info ol li:hover {
  background-color: #008cd6;
}
footer .foot-info ol li:hover .icon {
  color: #fff;
}
footer .foot-info ol li:hover .code {
  display: flex;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  color: #6e7983;
}
footer .links a {
  color: #6e7983;
}
footer .links a:hover {
  color: #008cd6;
}
footer .copyright {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
footer .copyright p {
  color: #6e7983;
  font-size: 14px;
}
footer .copyright a {
  color: #6e7983;
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: #008cd6;
}
#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-x: hidden;
  overflow-y: auto;
  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: #008cd6;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  overflow-y: auto;
  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 {
  background-color: #fff;
  height: 70px;
  transition: 0.5s;
}
.nav-item.active {
  position: fixed;
  left: 0;
  top: 96px;
  z-index: 99;
  width: 100%;
  max-width: none;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  background: #fff url(../images/nav-bg.jpg) no-repeat center;
  background-size: cover;
  height: 56px;
  opacity: 0.95;
}
.nav-item.active .content {
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
}
.nav-item.active ul li a {
  height: 56px;
}
.nav-item .content {
  transform: translateY(-30px);
  background: url(../images/nav-bg.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
}
.nav-item ul li {
  flex: 1;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  position: relative;
  transition: background-color 0.5s;
}
.nav-item ul li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.nav-item ul li a .img img {
  max-height: 32px;
  width: auto;
}
.nav-item ul li a .img .a {
  display: block;
}
.nav-item ul li a .img .b {
  display: none;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #008cd6;
}
.nav-item ul li a.active .a,
.nav-item ul li a:hover .a {
  display: none;
}
.nav-item ul li a.active .b,
.nav-item ul li a:hover .b {
  display: block;
}
.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: #008cd6;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .m-navs {
  min-height: 50px;
  align-items: center;
}
.view-position .m-navs a {
  min-width: 33%;
  text-align: center;
  line-height: 26px;
}
.view-position .m-navs a.active,
.view-position .m-navs a:hover {
  color: #008cd6;
}
.view-position .back:hover {
  color: #008cd6;
}
.view-position .back:hover .icon {
  color: #008cd6;
}
.home-banner .swiper-pagination {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.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;
}
.home-banner .banner-next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 2;
  cursor: pointer;
}
.home-banner .banner-next:hover {
  background-color: #008cd6;
}
.home-banner .banner-next:hover .icon {
  color: #fff;
}
.home-banner .banner-prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 2;
  cursor: pointer;
}
.home-banner .banner-prev:hover {
  background-color: #008cd6;
}
.home-banner .banner-prev:hover .icon {
  color: #fff;
}
.ho-title {
  line-height: 10px;
}
.line {
  width: 24px;
  height: 4px;
  background-color: #008cd6;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .text .desc {
  width: 35%;
  color: rgba(255, 255, 255, 0.8);
}
.page-banner .text .tel a {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.page-banner .text .tel a:hover {
  background-color: #008cd6;
  color: #fff;
}
.page-banner .text .tel a:hover .icon {
  color: #fff;
}
.page-banner .text em {
  color: #008cd6;
}
.page-banner .text .code img {
  width: 136px;
}
.project-nav ul li a {
  height: 60px;
  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: #008cd6;
}
.project-nav ul li a img {
  width: 20px;
}
.project-nav ul li a.active,
.project-nav ul li a:hover {
  color: #008cd6;
}
.project-nav ul li a.active::before,
.project-nav ul li a:hover::before {
  width: 100%;
}
.project-page .section2 .img {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
}
.project-page .section2 .img img {
  border-radius: 10px;
  overflow: hidden;
}
.project-page .section3 ol {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-page .section3 ol li {
  height: 33.33%;
}
.project-page .section3 ol li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project-page .section3 ol li a .img {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.project-page .section3 ol li a .img img {
  max-height: 100%;
  filter: grayscale(100%);
  filter: gray;
}
.project-page .section3 ol li .active img {
  filter: grayscale(0);
  filter: none;
}
.project-page .section3 ol li .active h4 {
  color: #008cd6;
}
.project-page .section3 .tab-pane .img {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
}
.project-page .section3 .tab-pane .img img {
  border-radius: 10px;
  overflow: hidden;
}
.project-page .section4 .content {
  background-color: #e8f0fe;
  padding-bottom: 90px;
}
.project-page .section4 .content ol {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.project-page .section4 .content ol li {
  flex: 1;
}
.project-page .section4 .content ol li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8%;
  height: 120px;
  transition: 0.5s;
}
.project-page .section4 .content ol li a span {
  color: #d6d6d6;
  opacity: 0.5;
}
.project-page .section4 .content ol li a:hover,
.project-page .section4 .content ol li a.active {
  color: #fff;
  background-color: #008cd6;
}
.project-page .section5 {
  padding-top: 100px;
}
.project-page .section5 ul {
  display: flex;
  justify-content: space-between;
}
.project-page .section5 ul li {
  width: 24%;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
}
.project-page .section5 ul li .title {
  width: 100%;
  height: 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e8f0fe;
  transition: 0.5s;
}
.project-page .section5 ul li .title .img {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-page .section5 ul li .title .img img {
  max-width: 90%;
  max-height: 90%;
}
.project-page .section5 ul li .text {
  width: 0;
  height: 386px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  background-color: #008cd6;
}
.project-page .section5 ul li .text p {
  color: rgba(255, 255, 255, 0.8);
}
.project-page .section5 ul li .text strong {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.project-page .section5 ul li.on {
  width: 50%;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.1);
}
.project-page .section5 ul li.on .text {
  width: 65%;
  opacity: 1;
  padding: 10%;
}
.project-page .section5 ul li.on .title {
  background-color: #fff;
  width: 35%;
}
.project-page .section6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-page .section6 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.project-page .section6 ul li .img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-page .section6 ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.project90-page .section1 .content {
  background: url(../images/project90-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.project90-page .section1 .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project90-page .section1 .content .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project90-page .section1 .content .item .img img {
  max-width: 60%;
}
.project90-page .section1 .content .item .desc {
  color: #4c7084;
}
.project90-page .section2 .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project90-page .section2 .img img {
  max-width: 100%;
}
.project90-page .section3 .item {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project90-page .section3 .item .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project90-page .section3 .item .img img {
  max-width: 90%;
}
.project90-page .section3 .item .text {
  width: 65%;
}
.project-coomon ul li .img {
  padding-top: 60%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.project88-page .section1 .content {
  background: url(../images/project88-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.project71-page .section1 .content {
  background: url(../images/project71-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.project71-page .section .item {
  border-radius: 16px;
  overflow: hidden;
}
.project71-page .section .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project71-page .section .img img {
  max-width: 50%;
}
.project89-page .section1 .text {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  background: url(../images/zhsq-bg.jpg);
  background-size: cover;
  background-position: center;
}
.project89-page .section1 .text .desc {
  width: 60%;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
}
.project89-page .section1 .content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff !important;
}
.project92-page .section1 .content {
  background: url(../images/xny-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.project92-page .section1 .content .info {
  display: flex;
  justify-content: space-between;
}
.project92-page .section1 .content .info .num h4 {
  align-items: end;
}
.project92-page .section1 .content .info .num h4 i {
  font-family: 'DIN-Bold';
  line-height: 200px;
  font-weight: 300;
  font-size: 240px;
  background: linear-gradient(180deg, #2cbbf2, #028ed7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project92-page .section1 .content .items {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08);
}
.project92-page .section1 .content .items .desc {
  color: #4c7084;
}
.project91-page .section1 .content {
  background: none;
}
.product-list .common-more {
  background-color: #4c7084;
  color: #fff;
}
.product-list ul li .item {
  position: relative;
  transition: 0.5s;
}
.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;
  border-radius: 10px;
}
.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 {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.1);
}
.product-list ul li .item:hover img {
  transform: scale(1.04);
}
.product-list ul li .item:hover h3 {
  color: #008cd6;
}
.about-page .section1 {
  background: url(../images/about-section1-bg.jpg);
  background-size: cover;
  background-position: center top;
}
.about-page .section1 .text ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section1 .text ul li {
  margin: 30px 5%;
}
.about-page .section1 .text ul li img {
  max-width: 60px;
}
.about-page .section1 ul li .item {
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
}
.about-page .section1 ul li .item h4 {
  font-family: 'DIN-Bold';
}
.about-page .section2a {
  background-color: #fafafa;
}
.about-page .section2 ul li .item {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #d7e6fe, #fff);
}
.about-page .section2 ul li .item .top {
  padding: 24px 30px;
  display: flex;
  align-items: center;
}
.about-page .section2 ul li .item .top img {
  max-width: 70px;
}
.about-page .section2 ul li .item .bottom {
  padding: 24px 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.about-page .section2 ul li .item .bottom .desc {
  line-height: 48px;
}
.about-page .section2 ul li .item .bottom .info {
  display: flex;
  flex-wrap: wrap;
}
.about-page .section2 ul li .item .bottom .info span {
  min-width: 20%;
  padding: 4px 10px;
  border-radius: 16px;
  border: 1px #ddd solid;
  margin: 4px 1.2% 4px 0;
}
.about-page .section2 ul li .item .bottom .info p {
  margin: 4px 4% 4px 0;
  padding: 4px 10px;
  border-radius: 16px;
  border: 1px #ddd solid;
  min-width: 46%;
}
.about-page .section2 ul li .item .bottom .info1 {
  display: flex;
  flex-wrap: wrap;
}
.about-page .section2 ul li .item .bottom .info1 span {
  margin: 4px 10px 4px 0;
}
.about-page .section2 ul li .item .bottom .info1 p {
  margin: 4px 0 4px 0;
  min-width: 50%;
}
.about-page .section2 ul li:nth-child(1) .top {
  background: #4e82f9;
}
.about-page .section2 ul li:nth-child(2) .top {
  background: #7dc2ef;
}
.about-page .section2 ul li:nth-child(3) .top {
  background: #74b6ee;
}
.about-page .section2 ul li:nth-child(4) .top {
  background: #639cec;
}
.about-page .section2 ul li:nth-child(5) .top {
  background: #5993e4;
}
.about-page .section3 {
  position: relative;
  z-index: 1;
  background: url(../images/about-section3-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
.about-page .section3 .content {
  background: url(../images/aline.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.about-page .section3 .content .section3-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: 0.5s;
}
.about-page .section3 .content .section3-prev:hover {
  background-color: #008cd6;
}
.about-page .section3 .content .section3-prev:hover .icon {
  color: #fff;
}
.about-page .section3 .content .section3-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #bbb;
  border-radius: 50%;
  z-index: 2;
  transition: 0.5s;
}
.about-page .section3 .content .section3-next:hover {
  background-color: #008cd6;
}
.about-page .section3 .content .section3-next:hover .icon {
  color: #fff;
}
.about-page .section3 .content ul li {
  height: 600px;
  padding: 1px;
}
.about-page .section3 .content ul li .item {
  position: relative;
  padding-left: 36px;
}
.about-page .section3 .content ul li .item:hover .i {
  border-color: #008cd6;
  background-color: #008cd6;
}
.about-page .section3 .content ul li .item:hover::before {
  background-color: #008cd6;
}
.about-page .section3 .content ul li:nth-child(odd) {
  padding-top: 350px;
}
.about-page .section3 .content ul li:nth-child(odd) .item {
  padding-bottom: 40px;
}
.about-page .section3 .content ul li:nth-child(odd) .item::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  bottom: 0;
  width: 1px;
  background-color: #666;
}
.about-page .section3 .content ul li:nth-child(odd) .item .i {
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px #666 solid;
}
.about-page .section3 .content ul li:nth-child(even) {
  padding-top: 60px;
}
.about-page .section3 .content ul li:nth-child(even) .item {
  padding-bottom: 40px;
}
.about-page .section3 .content ul li:nth-child(even) .item::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 12px;
  width: 1px;
  background-color: #666;
}
.about-page .section3 .content ul li:nth-child(even) .item .i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px #666 solid;
}
.about-page .section4 {
  background-color: #f8fbff;
}
.about-page .section4 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .section4 .content .info {
  width: 30%;
}
.about-page .section4 .content .info ol {
  border-bottom: 1px #eee solid;
}
.about-page .section4 .content .info ol li a {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  transition: 0.5s;
}
.about-page .section4 .content .info ol li:hover a,
.about-page .section4 .content .info ol li.on a {
  color: #008cd6;
  border-color: #008cd6;
}
.about-page .section4 .content .info ul li {
  padding: 30px 0;
  border-bottom: 1px #eee solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .section4 .content .tab-content {
  width: 62%;
  min-height: 600px;
}
.about-page .section4 .content .tab-content .tab-pane {
  display: none;
}
.about-page .section4 .content .tab-content .tab-pane.on {
  display: block;
}
.about-page .section4 .content .tab-content ul li .item .img {
  padding-top: 110%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px 3px rgba(0, 140, 214, 0.08);
}
.about-page .section4 .content .tab-content 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 .section4 .content .tab-content ul li .item:hover img {
  transform: scale(1.04);
}
.about-page .section5 {
  background: url(../images/about-section5-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
.about-page .section5 h5 {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.about-page .section5 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .section5 ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section5 ul li .img img {
  max-width: 80%;
}
.about-page .section6 .left-img {
  height: 100%;
  position: relative;
}
.about-page .section6 .right-img {
  padding-top: 60%;
  position: relative;
}
.about-page .section6 .other-img {
  padding-top: 60%;
  position: relative;
}
.index-section7 .swiper-slide {
  padding: 20px 0;
}
.index-section7 .swiper-slide .img {
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.08);
}
.index-section7 .swiper-slide .img img {
  max-width: 80%;
  max-height: 80%;
  transition: 0.5s;
}
.yfsl-page {
  background-color: #f8fbff;
}
.yfsl-page .section1 {
  background: url(../images/yfsl-section1-bg.jpg);
  background-position: center;
  background-size: cover;
}
.yfsl-page .section1 .desc {
  width: 660px;
}
.yfsl-page .section1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yfsl-page .section1 .img img {
  max-width: 100%;
}
.yfsl-page .section2 .content {
  padding: 4%;
}
.yfsl-page .section2 .content .title h3 {
  font-size: 120px;
}
.yfsl-page .section2 .content ul {
  border-left: 2px #ddd solid;
}
.yfsl-page .section2 .content ul li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 36px;
}
.yfsl-page .section2 .content ul li:last-child {
  padding-bottom: 0;
}
.yfsl-page .section2 .content ul li span {
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
}
.yfsl-page .section2 .content ul li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  height: 8px;
  width: 8px;
  background-color: #6f8e9f;
  transition: 0.5s;
  border-radius: 50%;
}
.yfsl-page .section2 .content ul li:hover span::before {
  background-color: #008cd6;
}
.yfsl-page .section3 .content {
  padding: 4%;
  background: url(../images/yfsl-section3-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.yfsl-page .section3 .title h3 {
  font-size: 120px;
}
.yfsl-page .section3 ul {
  display: flex;
  justify-content: space-between;
}
.yfsl-page .section3 ul li {
  height: 460px;
  position: relative;
  width: 19.5%;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.yfsl-page .section3 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  padding: 4%;
}
.yfsl-page .section3 ul li .text .info {
  display: none;
}
.yfsl-page .section3 ul li .text h3 {
  display: block;
}
.yfsl-page .section3 ul li .text p {
  color: rgba(254, 253, 250, 0.6);
}
.yfsl-page .section3 ul li.on {
  width: 40%;
}
.yfsl-page .section3 ul li.on .text {
  background-color: rgba(0, 0, 0, 0);
  top: auto;
  justify-content: flex-start;
}
.yfsl-page .section3 ul li.on .text .info {
  display: block;
}
.yfsl-page .section3 ul li.on .text h3 {
  display: none;
}
.yfsl-page .section3 .section3-container .item {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.yfsl-page .section3 .section3-container .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  padding: 20px 10px;
}
.yfsl-page .section4 .content {
  padding: 4%;
  background: url(../images/yfsl-section4-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.yfsl-page .section4 .title h3 {
  font-size: 120px;
}
.yfsl-page .section4 ul li .img img {
  border-radius: 10px;
}
.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 #008cd6 solid;
  padding: 0 10px;
  transition: 0.5s;
}
.solution-list ol li .text a:hover {
  background-color: #008cd6;
  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 .section3 ul li .item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.contact-page .section3 ul li .item .top {
  padding: 30px;
}
.contact-page .section3 ul li .item .top h3 {
  transition: 0.5s;
}
.contact-page .section3 ul li .item .top h4 {
  color: rgba(254, 253, 250, 0.5);
  transition: 0.5s;
}
.contact-page .section3 ul li .item .top img {
  max-height: 70px;
}
.contact-page .section3 ul li .item .bottom {
  background: linear-gradient(to bottom, #d7e6fe, #fff);
  padding: 30px 30px 60px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.contact-page .section3 ul li .item .bottom .span {
  position: absolute;
  right: 20px;
  left: 20px;
  text-align: center;
  bottom: 20px;
  color: #a6b0d0;
  transition: 0.5s;
}
.contact-page .section3 ul li .item .bottom .con {
  height: 90px;
  overflow: auto;
}
.contact-page .section3 ul li .item .bottom .inf {
  height: 130px;
  overflow: auto;
  color: #4c7084;
}
.contact-page .section3 ul li .item .bottom a {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -46px;
  transition: 0.5s;
  background-color: #008cd6;
  border: 1px #008cd6 solid;
  border-radius: 25px;
}
.contact-page .section3 ul li .item .bottom a:hover {
  background-color: #fff;
  color: #008cd6;
}
.contact-page .section3 ul li .item:hover .top h3,
.contact-page .section3 ul li .item:hover .top h4 {
  transform: translateY(-10px);
}
.contact-page .section3 ul li .item:hover .span {
  opacity: 0;
}
.contact-page .section3 ul li .item:hover a {
  bottom: 20px;
}
.contact-page .section3 ul li:nth-child(1) .item {
  background: #4e82f9;
}
.contact-page .section3 ul li:nth-child(2) .item {
  background: #7dc2ef;
}
.contact-page .section3 ul li:nth-child(3) .item {
  background: #74b6ee;
}
.contact-page .section3 ul li:nth-child(4) .item {
  background: #639cec;
}
.contact-page .section3 ul li:nth-child(5) .item {
  background: #5993e4;
}
.contact-page .section1 .title a {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.contact-page .section1 .title a:hover {
  background-color: #008cd6;
  color: #fff;
}
.contact-page .section1 .title a:hover .icon {
  color: #fff;
}
.contact-page .section1 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px #eee solid;
}
.contact-page .section1 .item .text {
  flex: 1;
  padding-left: 6%;
}
.contact-page .section1 .map {
  position: relative;
}
.contact-page .section1 .map .map-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100px;
}
.contact-page .section1 .map .map-icon img {
  max-width: 100%;
}
.contact-page .section2 {
  background: url(../images/contact-section2-bg.jpg);
  background-size: cover;
}
.contact-page .section2 .content {
  display: flex;
  justify-content: space-between;
}
.contact-page .section2 .content .title {
  width: 35%;
}
.contact-page .section2 form input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 8px;
}
.contact-page .section2 form textarea {
  width: 100%;
  height: 100px;
  border-bottom: 1px #ddd solid;
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.contact-page .section2 form button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.5s;
}
.contact-page .section2 form button:hover {
  color: #008cd6;
}
.recruit-page h2 em {
  color: #008cd6;
}
.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 #008cd6 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: #008cd6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border: 2px #008cd6 solid;
}
.recruit-page .section2 ul li .td .icon {
  transition: 0.5s;
}
.recruit-page .section2 ul li .td:hover {
  background-color: #fff;
  color: #008cd6;
}
.recruit-page .section2 ul li .td:hover .icon {
  color: #008cd6;
}
.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 #008cd6 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: #008cd6;
}
.recruit-page .section2 ul li .title h5 {
  min-width: 240px;
  color: #008cd6;
  font-weight: 550;
}
.recruit-page .section2 ul li .title p {
  min-width: 120px;
}
.recruit-page .section2 ul li .title:hover h5 {
  color: #008cd6;
}
.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 .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-list ol li .item .time {
  border-top: 1px #ddd solid;
}
.news-list ol li .item h4 {
  min-height: 70px;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #008cd6;
}
.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: #008cd6;
}
.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;
  border-radius: 10px;
}
.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: #008cd6;
}
.prev-next-bottom {
  padding: 0 2%;
  height: 74px;
}
.prev-next-bottom a:hover {
  color: #008cd6;
}
.prev-next-bottom a:hover .icon {
  color: #008cd6;
}
.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: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-key .content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 18px 0;
}
.index-key .content h4 {
  color: rgba(255, 255, 255, 0.8);
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  padding-right: 10px;
}
.index-key .content ul {
  flex: 1;
  display: flex;
  padding-left: 5%;
  justify-content: space-between;
}
.index-key .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-key .content ul li p {
  color: rgba(254, 253, 250, 0.8);
}
.common-more {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.common-more:hover {
  background-color: #008cd6;
  color: #fff;
}
.common-more:hover .icon {
  color: #fff;
}
.index-section1 .ti {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
  z-index: 3;
}
.index-section1 .ti img {
  max-width: 100%;
  max-height: 100%;
}
.index-section1 .ti.active {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.index-section1 .img {
  z-index: 2;
}
.index-section1 .img .xz {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section1 .img .xz .l {
  max-width: 14%;
  animation: rotate-anim 9s infinite linear;
  -webkit-animation: rotate-anim 9s infinite linear;
  cursor: pointer;
}
.index-section1 .img .xz .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 10%;
  margin: auto;
}
.index-section1 a {
  width: 280px;
  height: 50px;
  border-radius: 25px;
  border: 1px #ddd solid;
  transition: 0.5s;
}
.index-section1 a:hover {
  color: #fff;
  background-color: #008cd6;
}
@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.index-section2 {
  position: relative;
  background-color: #f8f9fc;
}
.index-section2 .section2-pagination span {
  margin: 0 4px;
}
.index-section2 .section2-container .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-section2 .section2-container .item .text {
  width: 30%;
  padding: 5% 3% 10% 7%;
  position: relative;
  z-index: 1;
  min-height: 660px;
}
.index-section2 .section2-container .item .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.index-section2 .section2-container .item .text ol {
  border-left: 1px #e2e4e5 solid;
}
.index-section2 .section2-container .item .text ol li {
  position: relative;
}
.index-section2 .section2-container .item .text ol li::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 0;
  background-color: #008cd6;
  transition: 0.5s;
}
.index-section2 .section2-container .item .text ol li:hover::before {
  height: 100%;
}
.index-section2 .section2-container .item .text ol li:hover a:hover {
  color: #008cd6;
}
.index-section2 .navs {
  position: relative;
  display: flex;
}
.index-section2 .navs::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #eceef2;
}
.index-section2 .navs li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  cursor: pointer;
  position: relative;
}
.index-section2 .navs li::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  bottom: 0;
  width: 0;
  background-color: #008cd6;
  transition: 0.5s;
  overflow: hidden;
}
.index-section2 .navs li .img {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section2 .navs li .img img {
  max-height: 90%;
}
.index-section2 .navs li .img .a {
  display: block;
}
.index-section2 .navs li .img .b {
  display: none;
}
.index-section2 .navs .active::before {
  left: 0;
  right: 0;
  width: 100%;
}
.index-section2 .navs .active h3 {
  color: #008cd6;
}
.index-section2 .navs .active h3 .img .a {
  display: none;
}
.index-section2 .navs .active h3 .img .b {
  display: block;
}
.index-section3 {
  overflow: hidden;
  background-color: #f8f9fc;
}
.index-section3 .content {
  background: url(../images/index-section3-bg.jpg);
  background-size: cover;
  background-position: center;
}
.index-section3 .content .content-info {
  display: flex;
  justify-content: space-between;
}
.index-section3 .content .content-info .item {
  width: 14%;
  height: 690px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: url(../images/index-section3-bg2.jpg);
  transition: 0.5s;
}
.index-section3 .content .content-info .item .section3-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #79c1ee;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
  transition: 0.5s;
}
.index-section3 .content .content-info .item .section3-title h2 {
  writing-mode: vertical-rl;
  text-align: center;
}
.index-section3 .content .content-info .item .section3-title .section3-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #008cd6;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
}
.index-section3 .content .content-info .item .section3-title .section3-next::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  display: flex;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  /* 空心圆的颜色 */
  width: 50px;
  /* 空心圆的大小 */
  height: 50px;
  /* 空心圆的大小 */
  transform: translate(-50%, -50%);
  animation: pulse 3s infinite ease-in-out;
}
.index-section3 .content .content-info .item .section3-title .section3-next::after {
  content: '';
  position: absolute;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  display: flex;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  /* 空心圆的颜色 */
  width: 70px;
  /* 空心圆的大小 */
  height: 70px;
  /* 空心圆的大小 */
  transform: translate(-50%, -50%);
  animation: pulse 5s infinite ease-in-out;
}
.index-section3 .content .content-info .item .section3-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 2% 4%;
}
.index-section3 .content .content-info .item .section3-info ul li a .img {
  border-radius: 8%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.index-section3 .content .content-info .item .section3-info ul li a:hover img {
  transform: scale(1.08);
}
.index-section3 .content .content-info .item .section3-info ul li a:hover h5 {
  color: #008cd6;
}
.index-section3 .content .content-info .item.on {
  width: 70%;
}
.index-section3 .content .content-info .item.on .section3-title {
  display: none;
}
.index-section3 .content .content-info .item.on .section3-info {
  display: flex;
}
.index-section4 {
  background: url(../images/index-section4-bg.jpg);
  background-position: center;
  background-size: cover;
}
.index-section4 .content ol {
  display: flex;
  justify-content: space-evenly;
}
.index-section4 .content ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.index-section4 .content .img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-section4 .content .img img {
  max-width: 100%;
}
.index-section4 .content .img span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30px;
  height: 30px;
}
.index-section4 .content ul {
  display: flex;
  padding: 30px 0;
}
.index-section4 .content ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-section4 .indgy-bar {
  position: relative;
  height: 5px;
  width: 100%;
  background: url(../images/indgy-bar.png) center / 100%;
}
.index-section4 .indgy-bar .indgy-bar-line {
  padding: 0 50px;
  position: relative;
}
.index-section4 .indgy-bar .indgy-bar-line .lines {
  width: 100%;
  position: absolute;
  top: -28px;
  width: calc(100% / 4);
  left: 0;
  display: flex;
  justify-content: center;
  transition: all 0.1s ease;
}
.pro-son-catname ul li a:hover,
.pro-son-catname ul li a.active {
  color: #008cd6;
}
.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: #008cd6;
}
.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: #008cd6;
}
.index-section6 ul li a {
  display: block;
  background-color: #f8fbff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
}
.index-section6 ul li a h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  color: #000;
  height: 60px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section6 ul li a .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section6 ul li a .more {
  border-top: 1px #e3ecf1 solid;
}
.index-section6 ul li a:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
  background-color: #fff;
}
.index-section6 ul li a:hover h3,
.index-section6 ul li a:hover h4 {
  color: #008cd6;
}
.target-fix {
  position: relative;
  top: -100px;
  visibility: hidden;
}
.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: #008cd6;
}
.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: #008cd6;
  color: #fff;
  border: 1px solid #008cd6;
}
.pagination-box li .current {
  background: #008cd6;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #008cd6;
  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: #008cd6;
}
.product-page .section1 .content {
  display: flex;
  justify-content: space-between;
}
.product-page .section1 .content .albums-img {
  width: 40%;
}
.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: #008cd6;
}
.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: 80%;
  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: #008cd6;
}
.product-page .section1 .content .albums-img .pro-container {
  padding: 1px;
}
.product-page .section1 .content .albums-img .pro-container .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.product-page .section1 .content .albums-img .pro-container .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.product-page .section1 .content .text {
  width: 46%;
}
.product-page .section1 .content .text ol {
  justify-content: space-between;
}
.product-page .section1 .content .text ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page .section1 .content .text .more a {
  width: 150px;
  height: 40px;
  padding: 0 24px;
  transition: 0.5s;
}
.product-page .section1 .content .text .more a:nth-child(1) {
  background-color: #008cd6;
}
.product-page .section1 .content .text .more a:nth-child(1):hover {
  background-color: #f58220;
  color: #fff;
}
.product-page .section1 .content .text .more a:nth-child(1):hover .icon {
  color: #fff;
}
.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: #008cd6;
}
.product-page .section1 .content .text .more a:nth-child(2):hover .icon {
  color: #008cd6;
}
.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 .more:hover {
  color: #008cd6;
}
.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: #008cd6;
  height: 0;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover {
  color: #008cd6;
}
.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: #008cd6;
}
.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;
  transition: 0.5s;
}
.product-page .section2 .content .product-right .nav li a:hover,
.product-page .section2 .content .product-right .nav li a.active {
  color: #008cd6;
}
.product-page .section2 .content .product-right .info-list {
  padding: 3%;
}
.product-page .section2 .content .product-right .info-list h3 {
  border-bottom: 1px #eee solid;
}
.product-page .section2 .content .product-right .info-list table {
  border: 1px #ddd solid;
  width: 100%;
}
.product-page .section2 .content .product-right .info-list table td {
  border: 1px #ddd solid;
  padding: 4px;
  text-align: center;
}
.product-page .section2 .content .product-right .info-list table td:first-child {
  min-width: 100px !important;
}
.product-page .section2 .content .product-right .info-list table strong {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table strong * {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table tr:nth-child(odd) td {
  background-color: #eee !important;
}
.product-page .section2 .content .product-right img {
  max-width: 100%;
}
.product-page .dzcg {
  background-position: bottom center;
  background-size: cover;
}
.product-page .dzcg form {
  padding: 4% 0;
}
.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: 100%;
  height: 40px;
  border: 1px #008cd6 solid;
  background-color: #008cd6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .dzcg form button:hover {
  background-color: #fff;
  color: #008cd6;
}
.service-page .section1 ul li {
  border-top: 1px #eee solid;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.service-page .section1 a {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.service-page .section1 a:hover {
  background-color: #008cd6;
  color: #fff;
}
.service-page .section1 a:hover .icon {
  color: #fff;
}
.service-page .section1 .img img {
  max-width: 100%;
}
.service-page .section2 ul li .item {
  background-color: #f8fbff;
  padding: 40px 30px 40px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.service-page .section2 ul li .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .section2 ul li .item .img img {
  max-width: 60%;
}
.service-page .section2 ul li .item:Hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
}
.service-page .title ol {
  border-bottom: 1px #eee solid;
}
.service-page .title ol li a {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  transition: 0.5s;
}
.service-page .title ol li a:hover,
.service-page .title ol li a.active {
  color: #008cd6;
  border-color: #008cd6;
}
.service-page .section3 {
  background-color: #f8fbff;
}
.service-page .section3 ul li .item .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.service-page .section3 ul li .item .img span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.service-page .section3 ul li .item:hover .img span {
  background-color: rgba(0, 0, 0, 0);
}
.service-page .section4 .searchf form {
  width: 360px;
  background-color: #f8fbff;
  height: 40px;
  border-radius: 6px;
  padding: 0 10px;
  border: 1px #ccc solid;
}
.service-page .section4 .searchf form input {
  width: 100%;
  flex: 1;
}
.service-page .section4 .searchf form button:hover .icon {
  color: #008cd6;
}
.service-page .section5 ul li .item {
  padding-top: 65%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .section5 ul li .item .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8%;
}
.service-page .section5 ul li .item .text h4 {
  color: #392f70;
}
.service-page .section5 ul li .item .text span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #008cd6;
}
.service-page .section5 ul li .item:hover img {
  transform: scale(1.08);
}
.download-list ul li a {
  background-color: #f8fbff;
  min-height: 80px;
  border: 1px #eee solid;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.5s;
}
.download-list ul li a:hover {
  background-color: #008cd6;
}
.download-list ul li a:hover * {
  color: #fff;
}
.fwpt-page .section1 .text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fwpt-page .section1 .text .title {
  width: 24%;
}
.fwpt-page .section1 .text .title ol {
  border-right: 1px #ddd solid;
}
.fwpt-page .section1 .text .title ol li {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
.fwpt-page .section1 .text .title ol li .img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwpt-page .section1 .text .title ol li .img img {
  max-width: 100%;
  max-height: 100%;
}
.fwpt-page .section1 .text .title ol li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #008cd6;
  opacity: 0;
  transition: 0.5s;
}
.fwpt-page .section1 .text .title ol li.on {
  background-color: #f1f1f1;
  color: #008cd6;
}
.fwpt-page .section1 .text .title ol li.on::before {
  opacity: 1;
}
.fwpt-page .section1 .text .title ol li.on span::before {
  background-color: #008cd6;
}
.fwpt-page .section1 .text .tab-content {
  flex: 1;
  padding-left: 3%;
}
.fwpt-page .section1 .text .tab-content .tab-pane {
  display: none;
}
.fwpt-page .section1 .text .tab-content .tab-pane.on {
  display: block;
}
.fwpt-page .section1 .text .tab-content .img {
  padding-top: 55%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fwpt-page .section3 ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fwpt-page .section3 ul li .item .img {
  width: 120px;
  height: 120px;
  background-color: #f8fbff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwpt-page .section3 ul li .item .img img {
  max-width: 60%;
  max-height: 60%;
}
.fwpt-page .section2 ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  background-color: #f8fbff;
  transition: 0.5s;
}
.fwpt-page .section2 ul li .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fwpt-page .section2 ul li .item .img img {
  max-width: 50%;
}
.fwpt-page .section2 ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
}
.yzs-page .section1 ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  background-color: #f8fbff;
  transition: 0.5s;
}
.yzs-page .section1 ul li .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yzs-page .section1 ul li .item .img img {
  max-width: 50%;
}
.yzs-page .section1 ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
  background-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 #008cd6 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%;
}
.tcsj-page .section1 .sty1 {
  border-radius: 18px;
  overflow: hidden;
}
.tcsj-page .section1 .sty1 .text {
  width: 60%;
}
.tcsj-page .section1 .sty1 .text .info {
  display: flex;
  flex-wrap: wrap;
}
.tcsj-page .section1 .sty1 .text .info p {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 16px 0;
}
.tcsj-page .section1 .sty1 .text .info p img {
  maxi-width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
.tcsj-page .section1 .sty2 {
  border-radius: 18px;
  overflow: hidden;
}
.tcsj-page .section1 .sty2 .text {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
}
.tcsj-page .section1 .sty3 {
  border-radius: 18px;
  overflow: hidden;
}
.tcsj-page .section1 .sty3 .text {
  position: absolute;
  top: 10%;
  width: 30%;
  bottom: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tcsj-page .section1 .sty4 {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 6%;
  background-color: #fff;
}
.tcsj-page .section1 .sty4 img {
  width: 65%;
}
.tcsj-page .section1 .sty4 .text {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zhgl-page .section1 .sty1 {
  border-radius: 8px;
  overflow: hidden;
}
.zhgl-page .section1 .sty1 .text {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 7%;
  text-align: center;
}
.zhgl-page .section1 .sty2 {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhgl-page .section1 .sty2 .text {
  width: 40%;
}
.zhgl-page .section1 .sty2 .img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhgl-page .section1 .sty2 .img img {
  max-width: 90%;
}
.rjpt-section2 ul li .item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.rjpt-section2 ul li .item .top {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.rjpt-section2 ul li .item .top h3 {
  transition: 0.5s;
}
.rjpt-section2 ul li .item .top h4 {
  color: rgba(254, 253, 250, 0.5);
  transition: 0.5s;
}
.rjpt-section2 ul li .item .bottom {
  height: 220px;
  background: linear-gradient(to bottom, #d7e6fe, #fff);
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.rjpt-section2 ul li .item .bottom span {
  position: absolute;
  right: 20px;
  left: 20px;
  text-align: center;
  bottom: 20px;
  color: #a6b0d0;
}
.rjpt-section2 ul li .item:hover .top h3,
.rjpt-section2 ul li .item:hover .top h4 {
  transform: translateY(-10px);
}
.rjpt-section2 ul li:nth-child(1) .item {
  background: #4e82f9;
}
.rjpt-section2 ul li:nth-child(2) .item {
  background: #7dc2ef;
}
.rjpt-section2 ul li:nth-child(3) .item {
  background: #74b6ee;
}
.rjpt-section2 ul li:nth-child(4) .item {
  background: #639cec;
}
.rjpt-section2 ul li:nth-child(5) .item {
  background: #5993e4;
}
.rjpt-section3 ul li .item {
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  transition: 0.5s;
}
.rjpt-section3 ul li .item .img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rjpt-section3 ul li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.rjpt-section3 ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.1);
}
.yccfw-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #ecf8fe;
  height: 100%;
}
.yccfw-page .section1 .sty1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yccfw-page .section1 .sty1 .img img {
  max-width: 90%;
}
.yccfw-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
}
.yccfw-page .section1 .sty2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yccfw-page .section1 .sty2 .img img {
  max-width: 90%;
}
.yccfw-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
}
.yccfw-page .section1 .sty4 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.yccfw-page .section1 .sty4 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yccfw-page .section1 .sty4 .img img {
  max-width: 90%;
}
.wlwpt-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.wlwpt-page .section1 .sty1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wlwpt-page .section1 .sty1 .img img {
  max-width: 100%;
}
.wlwpt-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
}
.wlwpt-page .section1 .sty2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wlwpt-page .section1 .sty2 .img img {
  max-width: 90%;
}
.wlwpt-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wlwpt-page .section1 .sty3 .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wlwpt-page .section1 .sty3 .img img {
  max-width: 90%;
}
.wlwpt-page .section1 .sty3 .text {
  width: 65%;
}
.zhmj-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.zhmj-page .section1 .sty1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhmj-page .section1 .sty1 .img img {
  max-width: 100%;
}
.zhmj-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhmj-page .section1 .sty3 .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhmj-page .section1 .sty3 .img img {
  max-width: 90%;
}
.zhmj-page .section1 .sty3 .text {
  width: 65%;
}
.zhcd-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #def2ff;
  height: 100%;
}
.zhcd-page .section1 .sty1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhcd-page .section1 .sty1 .img img {
  max-width: 100%;
}
.zhcd-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.zhcd-page .section1 .sty2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhcd-page .section1 .sty2 .img img {
  max-width: 90%;
}
.zhcd-page .section1 .sty3 .text {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
}
.zhcd-page .section1 .sty4 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhcd-page .section1 .sty4 .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhcd-page .section1 .sty4 .img img {
  max-width: 90%;
}
.zhcd-page .section1 .sty4 .text {
  width: 65%;
}
.lhc-page .section1 .sty1 {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.lhc-page .section1 .sty1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lhc-page .section1 .sty1 .img img {
  max-width: 100%;
}
.lhc-page .section1 .sty1 > div {
  flex: 1;
}
.lhc-page .section1 .sty1 .icode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lhc-page .section1 .sty1 .icode img {
  max-width: 100%;
}
.lhc-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.lhc-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f3f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lhc-page .section1 .sty3 .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lhc-page .section1 .sty3 .img img {
  max-width: 90%;
}
.lhc-page .section1 .sty3 .text {
  width: 65%;
}
.xzs-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.xzs-page .section1 .sty1 .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.xzs-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.xzs-page .section1 .sty2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xzs-page .section1 .sty2 .img img {
  max-width: 100%;
}
.xzs-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.xzs-page .section1 .sty3 img {
  max-width: 100%;
}
.zxxzs-page .section1 .sty1 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.zxxzs-page .section1 .sty2 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.zxxzs-page .section1 .sty2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zxxzs-page .section1 .sty2 .img img {
  max-width: 100%;
}
.zxxzs-page .section1 .sty3 {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.zxxzs-page .section1 .sty3 img {
  max-width: 100%;
}
.more-solution ul li a .img {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-solution ul li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.more-solution ul li a:hover h3 {
  color: #008cd6;
}
.project-list ul {
  overflow: hidden;
}
.project-list ul li .item {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #eee;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.project-list ul li .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  display: flex;
  margin: auto;
  max-height: 80%;
  max-width: 40%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.project-list ul li .item .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.project-list ul li .item a {
  width: 154px;
  height: 38px;
  border-radius: 22px;
  border: 1px #008cd6 solid;
}
.project-list ul li .item:hover {
  background-color: #4e82f9 !important;
}
.project-list ul li .item:hover h3,
.project-list ul li .item:hover .desc {
  color: #fff;
}
.project-list ul li .item:hover a {
  background-color: #fff;
  color: #008cd6;
}
.project-list ul li .item:hover img {
  opacity: 1;
}
.img-list 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: #008cd6;
  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 #fff;
  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 #fff;
  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: #fff;
  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 #fff;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
