body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}
.phone {
  display: none;
}
.container {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
/* 上下一篇 */
.orientation {
  margin: 20px 0 0;
  line-height: 1.6;
}
.orientation .next {
  margin: 10px 0 0;
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.pc-nav .nav {
  height: 105px;
  display: flex;
  align-items: center;
  position: relative;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo .company {
  margin: 0 0 0 20px;
}
.pc-nav .nav .logo .company p:first-child {
  font-size: 28px;
  color: #000;
}
.pc-nav .nav .logo .company p:last-child {
  font-size: 16px;
  color: var(--color-primary);
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.pc-nav .nav .menu li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-nav .nav .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  white-space: nowrap;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: relative;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 36px;
  height: 5px;
  border-radius: 5px;
  background: var(--color-primary);
}
.pc-nav .nav .menu li.cur .line {
  display: block;
}
.pc-nav .nav .menu .cur a {
  color: #000000;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
  max-height: 500px;
  overflow-y: auto;
}
.pc-nav .nav .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}
.pc-nav .nav .menu a:hover {
  color: var(--color-primary);
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}
.pc-nav .menumenu-son{
  width: 100%;
  position: absolute;
  left: 0;
  top: 105px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 20px 30px;
  display: none;
}
.pc-nav .nav .menu li:hover .menumenu-son{
  display: flex;
}
.pc-nav .nav .menu .menumenu-son a{
  flex: 0 1 calc(98% / 7);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
.pc-nav .menumenu-son a .pic{
  width: 100px;
}
.pc-nav .menumenu-son a p{
  font-size: 14px;
  color: #000;
  text-align: center;
}
.pc-nav .menumenu-son a:not(:nth-child(7n)) {
  margin-right: calc(2% / 6);
}
.pc-nav .menumenu-son a:hover p{
  color: var(--color-primary); 
}
.pc-nav .menumenu-son a:hover img {
  transform: scale(1.1, 1.1);
}
.header-gap {
  /* height: 105px; */
}
.pc-fixed {
  background: unset;
  box-shadow: unset;
}
.pc-fixed .nav .menu li a {
  color: #fff;
}
.pc-fixed .nav .menu .cur a {
  color: #fff;
}
.pc-fixed .nav .menu .menu-son a {
  color: #000;
}
/* 内页导航 */
.sidenav {
  background-color: #f6fafc;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* border-bottom: 1px solid #e9e9e9; */
}
.sidenav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 80px;
}
.sidenav .right ul {
  display: flex;
  overflow-x: scroll;
}
.sidenav .right ul li {
  white-space: nowrap;
}
.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
}
.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}
.sidenav-down {
  margin: 20px 0 0;
}
.sidenav-down .right ul {
  display: flex;
  flex-wrap: wrap;
}
.sidenav-down .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 calc(98% / 5);
  margin-bottom: 12px;
  height: 48px;
  font-size: 14px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  white-space: nowrap;
  box-sizing: border-box;
}
.sidenav-down .right ul li:not(:nth-child(5n)) {
  margin-right: calc(2% / 4);
}
.sidenav-down .right ul li a {
  color: #666666;
  padding: 6px 15px;
}
.sidenav-down .right ul li.cur {
  background: var(--color-primary);
}
.sidenav-down .right ul li.cur a {
  font-weight: bold;
  color: #fff;
  border: 1px solid var(--color-primary);
}

/* 主体 */
.tit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tit-box .tit {
  font-size: 42px;
}
.tit-box .tit-line {
  margin: 14px 0 0;
  width: 38px;
  height: 6px;
  border-radius: 6px;
  background: var(--color-primary);
}

/* 首页banner */
.index-banner {
}
/* 内页banner */
.inside-banner {
}

.iHy {
  margin: 86px auto;
}
.iHy .detail {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.iHy .detail a {
  position: relative;
  display: block;
  margin: 0 28px 0 0;
  overflow: hidden;
}
.iHy .detail a:last-child {
  margin: 0;
}
.iHy .detail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iHy .detail .info {
  position: absolute;
  left: 50px;
  top: 56px;
  font-size: 32px;
  color: #fff;
}
.iHy .detail .info .line {
  width: 36px;
  height: 5px;
  border-radius: 5px;
  margin: 20px 0 0;
  background: var(--color-primary);
}
.iHy .detail a:hover img {
  transform: scale(1.1, 1.1);
}
.iHy .detail a:hover .line {
  width: 100%;
}
.iAbout-bg {
  background: url("../images/about-bg.png") no-repeat;
  padding: 150px 0 130px;
  background-size: cover;
}
.iAbout {
  display: flex;
  align-items: center;
}
.iAbout .tit-box {
  align-items: flex-start;
  color: #fff;
}
.iAbout .editor {
  margin: 36px 0 0;
}
.iAbout .detail {
  margin: 0 0 0 70px;
}
.iAbout .more {
  width: 210px;
  height: 50px;
  border: 4px solid #96b4bc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  box-sizing: border-box;
  margin: 60px 0 0px;
  color: #fff;
  background: #4b7d89;
}
.iAbout .more:hover {
  border: 4px solid var(--color-primary);
}
.iProduct-bg {
  background: #f7f7f7;
  padding: 70px 0;
}
.iProduct .detail {
  margin: 36px 0 0;
}
.iProduct .detail .j-tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.iProduct .detail .j-tab-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 calc(98% / 5);
  margin-bottom: 12px;
  height: 48px;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  white-space: nowrap;
  box-sizing: border-box;
}
.iProduct .detail .j-tab-nav a:not(:nth-child(5n)) {
  margin-right: calc(2% / 4);
}
.iProduct .detail .j-tab-nav a.current {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}
.iProduct .detail .j-tab-con {
  margin: 36px 0 0;
}
.iProduct .detail .j-tab-con .box {
  display: none;
}
.iProduct .detail .j-tab-con .box:first-child {
  display: block;
}
.iProduct .detail .j-tab-con .list {
  display: flex;
  flex-wrap: wrap;
}
.iProduct .detail .j-tab-con .list .item {
  flex: 0 1 calc(98% / 3);
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.iProduct .detail .j-tab-con .list .item .pic {
  background: #fafafa;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iProduct .detail .j-tab-con .list .item .pic img {
  max-width: 100%;
  max-height: 100%;
}
.iProduct .detail .j-tab-con .list .item:not(:nth-child(3n)) {
  margin-right: calc(2% / 2);
}
.iProduct .detail .j-tab-con .list .item .info {
  padding: 40px;
  background: #fefefe;
}
.iProduct .detail .j-tab-con .list .item .info .title {
  font-size: 22px;
  font-weight: bold;
}
.iProduct .detail .j-tab-con .list .item .info .des {
  font-size: 16px;
  color: #999999;
  margin: 14px 0 0;
}
.iProduct .detail .j-tab-con .list .item .info .look {
  font-size: 16px;
  color: var(--color-primary);
  margin: 20px 0 0;
}
.iProduct .detail .more {
  width: 210px;
  height: 50px;
  border: 4px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  box-sizing: border-box;
  margin: 80px auto 70px;
}
.iProduct .detail .more:hover {
  border: 4px solid var(--color-primary);
}

.iChoose {
  padding: 70px 0 0;
}
.iChoose .list {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.iChoose .list .item {
  flex: 0 1 calc(80% / 3);
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
.iChoose .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iChoose .list .item:not(:nth-child(3n)) {
  margin-right: calc(20% / 2);
}
.iChoose .list .item .title {
  margin: 30px 0 0;
  font-size: 24px;
  text-align: center;
}
.iChoose .list .item p {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.iBuild-bg {
  background: url("../images/build-bg.png") no-repeat;
  background-size: cover;
  padding: 70px 0 70px;
}
.iBuild .tit {
  color: #fff;
}
.iBuild .tit-line {
  background: #fff;
}
.iBuild .list {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.iBuild .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.iBuild .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iBuild .list .item {
  flex: 0 1 calc(98% / 3);
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
}
.iBuild .list .item:not(:nth-child(3n)) {
  margin-right: calc(2% / 2);
}
.iBuild .detail .more {
  width: 210px;
  height: 50px;
  border: 4px solid #93a8b5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  box-sizing: border-box;
  margin: 80px auto 70px;
  color: #fff;
}
.iBuild .detail .more:hover {
  color: var(--color-primary);
  border: 4px solid var(--color-primary);
}
.iBuild .list .item:hover img {
  transform: scale(1.1, 1.1);
}

.inset {
  padding: 30px 40px;
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: var(--color-primary);
}
.article .detail li a:hover {
  color: var(--color-primary);
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
}

.article-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.article-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.article-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.article-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.cpzx .detail{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpzx .detail li{
  flex: 0 1 49%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 34px 30px;
  box-sizing: border-box;
}
.cpzx .detail .item{
  display: flex;
}
.cpzx .detail .item .pic{
  flex: 0 0 46%;
  margin-right: 45px;
}
.cpzx .detail .item .info a{
  font-size: 24px;
  font-weight: bold;
  color: var(--color-primary);
}
.cpzx .detail .item .info .info-item{
  margin: 26px 0 0;
}
.cpzx .detail .item .info .info-item a{
  font-size: 16px;
  margin: 0 20px 16px 0;
  display: inline-flex;
  color: #000;
}
.cpzx .detail .item .pic:hover img {
  transform: scale(1.1, 1.1);
}
.cpzx .detail .item .info a:hover{
  color:var(--color-primary);
}
.product-bg{
  background: #f6f7fa;
}
.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
}
.product .detail li a{
  display: block;
  padding: 30px;
}
.product .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product .detail li .img-full {
  height: 200px;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.product .detail li .cate {
  margin: 34px 0 0;
  text-align: center;
  font-size: 16px;
  color: var(--color-primary);
}
.product .detail li .title {
  margin: 16px 0 0;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.product .detail li .summary{
  margin: 20px 0 0;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-show .info .title {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}
.product-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ff6613;
}
.product-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.product-show .editor {
  margin: 20px 0 0;
  font-size: 16px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 18px;
}
.product-show .swiper-container{
  margin: 50px 0 0;
}
.product-show .swiper-slide{
  background: #fff;
  width: auto;
  flex: 0 0 auto;
  border-radius: 18px;
}
.product-show .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
}
.product-show .orientation{
  display: flex;
  justify-content: space-between;
}
.product-show .bg {
  height: 480px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.product-show .bg_left {
  width: 480px;
  height: auto;
  float: left;
}
.product-show .bg_right {
  float: left;
  position: absolute;
  left: 490px;
  z-index: 100;
}
.product-show .show {
  width: 480px;
  height: 360px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  z-index: 100;
  border: 1px solid #e8e8e8;
  cursor: move;
}
.product-show .show img {
  width: 480px;
  height: 360px;
}
.product-show .mask {
  width: 240px;
  height: 180px;
  background: #000;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.product-show .bigshow {
  width: 480px;
  height: 360px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #e8e8e8;
}
.product-show .bigshow img {
  width: 960px;
  height: 720px;
}
.product-show .smallshow {
  width: 100%;
  height: 70px;
  position: relative;
}
.product-show .smallshow img {
  width: 100%;
  height: 70px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s;
}
.product-show .smallshow > .middle_box {
  margin-left: 30px;
  margin-right: 30px;
  width: 370px;
  overflow: hidden;
  height: 70px;
}
.product-show .smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}
.product-show .smallshow .middle > li {
  width: 83px;
  height: 70px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
}
.product-show .smallshow > p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.product-show .smallshow > .prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  transition: all 0.5s;
}
.product-show .smallshow > .next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  transition: all 0.5s;
}
.product-show .smallshow > .prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}
.product-show .smallshow > .next.nextnone {
  right: 0;
  background: url(../images/next.png) no-repeat;
  cursor: not-allowed;
}
.product-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.product-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.product-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.picture .detail {
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.picture .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.picture .detail li .img-full {
  border-radius: 12px;
  height: 240px;
  background: #fafafa;
  overflow: hidden;
}
.picture .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.picture .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.page .editor {
  font-size: 16px;
}
.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 底部 */
.footer {
  background: #fff;
  padding: 74px 0 0;
}
.footer-top {
  padding: 50px 0 60px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.footer-top .address-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top .address {
  margin: 60px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
.footer-top .wechat {
}
.footer-top .wechat p {
  margin: 30px 0 0;
  text-align: center;
}
.footer-bottom {
  padding: 35px 0;
}
.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #000;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 5px;
}
.mypage li.active {
  background: var(--color-primary);
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
