@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.font28 {
  font-size: 0.28rem;
}
.font24 {
  font-size: 0.24rem;
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
.font-b {
  font-weight: bold;
}
.center1600 {
  max-width: 16rem;
  margin: 0 auto;
  min-width: 1200px;
}
.center {
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.header {
  min-width: 1200px;
  display: block;
}
.header .top {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}
.header .top .center1600 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 30px;
}
.header .top .center1600 .topleft .cn1 {
  color: #666565;
}
.header .top .center1600 .topright .cn1 {
  color: #666565;
  margin-left: 0.25rem;
  position: relative;
  transition: all 0.4s;
}
.header .top .center1600 .topright .cn1::before {
  content: "";
  position: absolute;
  left: -0.13rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #000;
  opacity: 0.2;
}
.header .top .center1600 .topright .cn1:first-child::before {
  display: none;
}
.header .logo .center1600 {
  height: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .logo .center1600 .logoleft {
  display: flex;
  align-items: center;
}
.header .logo .center1600 .logoleft .img {
  display: flex;
  align-items: center;
  padding-right: 0.45rem;
  position: relative;
}
.header .logo .center1600 .logoleft .img::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.82rem;
  background-color: #e6e6e6;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .logo .center1600 .logoleft .img img {
  height: 1rem;
}
.header .logo .center1600 .logoleft .cn span:nth-child(1) {
  color: #030303;
}
.header .logo .center1600 .logoleft .cn span:nth-child(1) i {
  color: #17a4e9;
  font-style: normal;
}
.header .logo .center1600 .logoleft .cn span:nth-child(2) {
  display: flex;
}
.header .logo .center1600 .logoleft .cn span:nth-child(2) em {
  font-style: normal;
  color: #333333;
  margin-right: 0.2rem;
  position: relative;
}
.header .logo .center1600 .logoleft .cn span:nth-child(2) em:last-child::before {
  display: none;
}
.header .logo .center1600 .logoleft .cn span:nth-child(2) em::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.header .logo .center1600 .logoright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .logo .center1600 .logoright .img {
  margin-right: 0.1rem;
}
.header .logo .center1600 .logoright .img img {
  width: 0.5rem;
  height: 0.5rem;
}
.header .logo .center1600 .logoright .cn1 span:nth-child(1) {
  color: #666565;
}
.header .logo .center1600 .logoright .cn1 span:nth-child(2) {
  display: flex;
}
.header .logo .center1600 .logoright .cn1 span:nth-child(2) em {
  font-style: normal;
  color: #030303;
  margin-right: 0.2rem;
  position: relative;
}
.header .logo .center1600 .logoright .cn1 span:nth-child(2) em::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.header .logo .center1600 .logoright .cn1 span:nth-child(2) em:last-child::before {
  display: none;
}
.header .nav {
  background-image: linear-gradient(90deg, #333333 0%, #191919 100%);
}
.header .nav .center1600 ul {
  display: flex;
}
.header .nav .center1600 ul li {
  line-height: 50px;
  text-align: center;
  width: calc(100% / 9);
  position: relative;
}
.header .nav .center1600 ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.28rem;
  background-color: #ffffff;
  opacity: 0.38;
}
.header .nav .center1600 ul li:last-child::before {
  display: none;
}
.header .nav .center1600 ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.header .nav .center1600 ul li:hover {
  background-color: #0049dc;
}
.header .nav .center1600 ul li.cur {
  background-color: #0049dc;
}
.footerbox {
  min-width: 1200px;
  margin-top: 60px;
}
.footerbox .nav {
  background-image: linear-gradient(90deg, #333333 0%, #191919 100%);
}
.footerbox .nav .center1600 ul {
  display: flex;
}
.footerbox .nav .center1600 ul li {
  line-height: 50px;
  text-align: center;
  width: calc(100% / 9);
  position: relative;
}
.footerbox .nav .center1600 ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.28rem;
  background-color: #ffffff;
  opacity: 0.38;
}
.footerbox .nav .center1600 ul li:last-child::before {
  display: none;
}
.footerbox .nav .center1600 ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.footerbox .nav .center1600 ul li:hover {
  background-color: #0049dc;
}
.footerbox .nav .center1600 ul li.cur {
  background-color: #0049dc;
}
.footerbox .footer {
  background-color: #333333;
}
.footerbox .footer .center1600 .box {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 20px;
}
.footerbox .footer .center1600 .box .box2 {
  display: flex;
  margin-right: 2.24rem;
}
.footerbox .footer .center1600 .box .box2 .img6 {
  margin-right: 10px;
}
.footerbox .footer .center1600 .box .box2 .img6 img {
  width: 54px;
  height: 51px;
}
.footerbox .footer .center1600 .box .box2 .text6 {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
}
.footerbox .footer .center1600 .box .box2 .text6 span {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.footerbox .footer .center1600 .box3 {
  border-top: 1px solid #232323;
  display: flex;
  padding: 30px 0;
}
.footerbox .footer .center1600 .box3 .footerleft {
  width: 358px;
}
.footerbox .footer .center1600 .box3 .footerleft p {
  width: 100%;
}
.footerbox .footer .center1600 .box3 .footerleft p img {
  width: 358px;
  height: 135px;
}
.footerbox .footer .center1600 .box3 .footerright {
  width: calc(100% - 358px);
  padding-left: 0.35rem;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: space-between;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerleft1 {
  max-width: calc(100% - 200px);
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerleft1 .text {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0.1rem;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerleft1 .text:last-child {
  margin-bottom: 0;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerright1 {
  width: 125px;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerright1 img {
  width: 125px;
}
.footerbox .footer .center1600 .box3 .footerright .boxfooter1 .footerright1 img img {
  width: 125px;
  height: 125px;
}
.footerbox .beian {
  text-align: center;
  background-color: #1a1a1a;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footerbox .beian a {
  color: rgba(255, 255, 255, 0.5);
}
.banner {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
.banner img {
  max-width: 100%;
  width: 100%;
}
.banner .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.banner .icon img {
  width: 1.07rem;
  height: 1.07rem;
}
.banner video {
  z-index: -2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner video.on {
  z-index: 2;
}
.search1 .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.search1 .center .left ul {
  display: flex;
  align-items: center;
}
.search1 .center .left ul li.dangqian {
  margin-right: 0.2rem;
}
.search1 .center .left ul li.dangqian img {
  width: 16px;
  height: 19px;
}
.search1 .center .left ul li a {
  display: block;
  color: #666666;
  margin-right: 0.2rem;
  position: relative;
}
.search1 .center .left ul li a::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.14rem;
  background-color: #000;
  opacity: 0.2;
}
.search1 .center .left ul li:last-child a::before {
  display: none;
}
.search1 .center .right {
  width: 295px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search1 .center .right form {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.search1 .center .right form .indexinput {
  background-color: #fff;
  border: 1px solid rgba(3, 0, 0, 0.1);
  border-right: 1px dashed rgba(3, 0, 0, 0.1);
  padding: 11px 20px;
  width: calc(100% - 90px);
}
.search1 .center .right form .indexbutton {
  background-color: #0049dc;
  width: 50px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
.product2 .center {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product2 .center .aside {
  width: 20%;
  border: solid 1px rgba(2, 2, 2, 0.1);
}
.product2 .center .article {
  width: 77.5%;
}
.aside .right .title {
  background-color: #999999;
  padding: 25px 0 20px;
}
.aside .right .title span {
  font-size: 14px;
  color: #333333;
  display: block;
  text-align: center;
  opacity: 0.52;
  line-height: 20px;
}
.aside .right .title span:first-child {
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  opacity: 1;
}
.aside .right .title span:last-child {
  color: #ffffff;
  font-size: 12px;
}
.aside .right .title.zhutise {
  background-color: #0049dc;
}
.aside .right .title:hover {
  background-color: #0049dc;
}
.box33 {
  padding: 30px 0;
}
.box33 p {
  text-align: center;
}
.box33 .cn {
  margin: 0 0 30px;
  line-height: 50px;
  display: flex;
  align-items: center;
}
.box33 .cn i {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.box33 .cn span {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  text-align: left;
  line-height: 20px;
  display: inline-block;
  padding: 5px 0 0;
}
.box33 .cn span b {
  font-size: 20px;
  color: #333333;
}
.box33 .tel {
  font-size: 20px;
  color: #4d4b4b;
  font-weight: bold;
}
.box33 .qrcode {
  text-align: center;
  margin: 0 auto;
  width: 148px;
  height: 148px;
  line-height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box33 .qrcode img {
  width: 130px;
  height: 130px;
}
.layui-nav {
  margin-top: 10px;
}
.layui-nav-tree {
  width: 100%;
}
.layui-nav {
  background-color: unset;
}
.layui-nav li {
  background-image: linear-gradient(gray, white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000 !important;
}
.layui-nav-tree .layui-nav-item > a {
  display: block;
  padding-left: 45px;
  position: relative;
  color: #333333 !important;
  font-size: 18px !important;
  background-color: #e6e6e6;
}
.layui-nav-tree .layui-nav-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-image: url(../img/z-img14.png);
  background-size: cover;
  display: none;
}
.layui-nav-tree .layui-nav-item > a:hover {
  color: #fff !important;
  background-image: linear-gradient(90deg, #222222 0%, #555555 100%), linear-gradient(#666666, #666666);
}
.layui-nav-tree .layui-nav-item > a:hover::before {
  display: block;
}
.layui-nav-tree .layui-nav-item > a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #030303;
}
.layui-nav-tree .layui-nav-item > a:hover span {
  color: #Fff;
}
.layui-icon-down:before {
  display: none;
}
.layui-nav-item .img3 {
  margin-right: 15px;
}
.layui-nav-itemed > .layui-nav-child {
  background-color: white !important;
  padding: 0;
}
.layui-nav-tree .layui-nav-child a {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 16px;
}
.layui-nav-tree .layui-nav-child a:hover {
  color: #000 !important;
  font-weight: bold;
}
.layui-nav-tree .layui-nav-child a:hover::before {
  display: none;
}
.layui-nav-tree .layui-nav-child dd:last-child a {
  border-bottom: 0;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
  color: #293647;
  background-color: unset;
}
.layui-nav-tree .layui-nav-item a {
  line-height: 52px;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
}
.layui-nav-item .box4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layui-nav-tree .layui-nav-child dd {
  position: relative;
  display: flex;
  margin: 0 20px;
}
.layui-nav-tree .layui-nav-child dd a:first-child {
  width: 100%;
  text-align: center;
}
.layui-nav-tree .layui-nav-bar {
  display: none;
}
.casetitle {
  border: 1px solid #E2E2E2;
  position: relative;
  background-color: #0049dc;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.casetitle img {
  width: 22px;
  height: 22px;
}
.casetitle span {
  margin-left: 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 45px;
}
.casetitle a {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #ffffff;
}
.casetitle .xiaoqu {
  line-height: 45px;
  position: relative;
  top: 0;
  right: 0;
  transform: initial;
  color: #333333;
  font-size: 20px;
  margin-left: 30px;
}
.casetitle .xiaoqu.default {
  color: #0049dc;
}
.rightboxlist {
  padding: 45px 20px 22px;
  display: flex;
  border: 1px solid #E2E2E2;
  border-top: 0;
  flex-wrap: wrap;
}
.rightboxlist .box99 {
  width: 280px;
  margin-right: 23px;
  border: 1px solid #E2E2E2;
  margin-bottom: 23px;
}
.rightboxlist .box99:nth-child(3n) {
  margin-right: 0;
}
.rightboxlist .box99 .img4 {
  display: block;
  background-color: white;
  overflow: hidden;
}
.rightboxlist .box99 .img4 img {
  transition: all 0.4s;
  width: 100%;
}
.rightboxlist .box99 .text4 {
  text-align: center;
  padding: 0 20px;
  position: relative;
  line-height: 50px;
  transition: all 0.4s;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #666666;
  display: block;
}
.rightboxlist .box99:hover .img4 img {
  transform: scale(1.05);
}
.rightboxlist .box99:hover .text4 {
  background-color: #0049dc;
  color: #fff;
}
.rightboxlist2 {
  padding: 0 30px;
  display: flex;
  border: 1px solid #E2E2E2;
  border-top: 0;
  flex-wrap: wrap;
}
.rightboxlist2 .box99 {
  padding: 30px 0;
  width: 100%;
  display: flex;
  border-bottom: 2px solid #e6e6e6;
}
.rightboxlist2 .box99:last-child {
  border-bottom: 0;
}
.rightboxlist2 .box99 .img4 {
  width: 280px;
  margin-right: 40px;
  display: block;
  background-color: white;
  overflow: hidden;
}
.rightboxlist2 .box99 .img4 img {
  transition: all 0.4s;
  width: 100%;
}
.rightboxlist2 .box99 .text4 {
  width: calc(100% - 320px);
}
.rightboxlist2 .box99 .text4 .cn1 {
  color: #030303;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.rightboxlist2 .box99 .text4 .cn2 .cn3 {
  line-height: 30px;
}
.rightboxlist2 .box99 .text4 .cn2 .cn3 .cn4 {
  font-size: 16px;
  color: #030303;
}
.rightboxlist2 .box99 .text4 .cn2 .cn3 .cn5 {
  font-size: 16px;
  color: #666666;
}
.rightboxlist2 .box99 .text4 .cn6 {
  display: flex;
  width: 138px;
  min-width: 138px;
  line-height: 42px;
  background-color: #e5e5e5;
  border-radius: 21px;
  border: solid 1px #cccccc;
  text-align: center;
  color: #666666;
  justify-content: center;
  margin: 25px 0 0 auto;
  font-size: 16px;
}
.rightboxlist2 .box99:hover .img4 img {
  transform: scale(1.05);
}
.rightboxlist2 .box99:hover .text4 .cn6 {
  border: 1px solid #0049dc;
  background-color: #0049dc;
  color: #fff;
}
/* 分页s */
.pagebox {
  width: 100%;
  padding: 30px 30px;
  border-top: 0;
}
.pagebox p {
  text-align: center;
  font-size: 0;
}
.pagebox p a {
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  color: #333232;
  font-size: 14px;
  width: 29px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.pagebox p a.cur {
  border: 0;
  width: 31px;
  line-height: 30px;
  color: #0049dc;
}
.pagebox p a.page1 {
  width: 66px;
}
/* 分页e */
.rightnewslist {
  padding: 25px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightnewslist .box {
  display: flex;
  width: 48%;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.rightnewslist .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/z-img10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 7px;
}
.rightnewslist .box .title2 {
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  width: calc(100% - 100px);
  position: relative;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
}
.rightnewslist .box .time {
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
  text-align: right;
  width: 100px;
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.rightnewslist .box:hover::before {
  left: -2px;
  background-image: url(../img/z-img9.png);
  width: 11px;
  height: 11px;
}
.rightnewslist .box:hover .title2 {
  color: #333;
}
.rightnewslist .box:hover .time {
  color: #333;
}
.leftnewslist {
  border: 1px solid #E2E2E2;
  border-top: 0;
}
.leftnewslist .casebox {
  padding: 40px;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}
.leftnewslist .casebox:last-child {
  border-bottom: 0;
}
.leftnewslist .casebox .left {
  width: 300px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
.leftnewslist .casebox .left img {
  width: 300px;
  height: 200px;
  transition: all 0.4s;
}
.leftnewslist .casebox .left img:hover {
  transform: scale(1.2);
}
.leftnewslist .casebox .w40 {
  width: 30px;
}
.leftnewslist .casebox .right {
  width: calc(100% - 330px);
  position: relative;
}
.leftnewslist .casebox .right .cn {
  display: flex;
  margin-top: 10px;
}
.leftnewslist .casebox .right .cn span {
  width: 30px;
}
.leftnewslist .casebox .right .cn a {
  font-size: 18px;
  color: #030303;
  width: calc(100%);
}
.leftnewslist .casebox .right .cn a:hover {
  color: #0049dc;
}
.leftnewslist .casebox .right .text {
  margin-top: 15px;
  margin-bottom: 10px;
}
.leftnewslist .casebox .right .text span {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  height: 52px;
}
.leftnewslist .casebox .right .time {
  font-size: 14px;
  color: #999999;
}
.leftnewslist .casebox .right .button {
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  background-color: #f2f2f2;
  border: solid 1px #cccccc;
  border-radius: 20px;
}
.leftnewslist .casebox .right .button:hover {
  background-color: #0049dc;
  color: #fff;
  border: solid 1px #0049dc;
}
/* 产品推荐s */
.casebox2 {
  padding: 45px 0 0;
  border: 1px solid #E2E2E2;
  display: flex;
}
.casebox2 .box1 {
  margin-left: 20px;
  border: 1px solid #E2E2E2;
  width: 280px;
  margin-bottom: 45px;
}
.casebox2 .box1:last-child {
  margin-right: 20px;
}
.casebox2 .box1 .img {
  text-align: center;
  overflow: hidden;
}
.casebox2 .box1 .img img {
  transition: all 0.4s;
  width: 100%;
}
.casebox2 .box1 .img img:hover {
  transform: scale(1.2);
}
.casebox2 .box1 .text {
  border-top: 1px solid #E2E2E2;
  line-height: 50px;
  background-color: #f2f2f2;
  position: relative;
}
.casebox2 .box1 .text a {
  font-size: 16px;
  color: #666666;
  padding-left: 50px;
  padding-right: 50px;
}
.casebox2 .box1:hover .text a {
  color: #666;
}
.casebox2 .box1 .text span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  color: #030303;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.casebox2 .box1 .text span a.ddd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.casebox2 .box1:hover .text span a.ddd {
  color: #fcfdfe;
}
.casebox2 .box1:hover .text {
  background-color: #0049dc;
}
.casebox2 .box1:hover .text a {
  color: #fff;
}
/* 产品推荐e */
.asideproduct2 li span {
  background-color: #f2f2f2;
  text-align: center;
  display: block;
  line-height: 50px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}
.asideproduct2 li:hover span {
  background-color: #0049dc;
  color: #fff;
}
.asideproduct2 {
  padding: 10px 0;
}
.asideproduct2 li {
  margin-bottom: 10px;
}
.asideproduct2 li:last-child {
  margin-bottom: 0;
}
.aside .right .asidenews3 {
  padding: 0;
}
.aside .right .asidenews3 li {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px dashed #f2f2f2;
  margin: 0 20px;
}
.aside .right .asidenews3 li:last-child {
  border-bottom: 0;
}
.aside .right .asidenews3 li a {
  font-size: 16px;
  color: #333333;
}
.aside .right .asidenews3 li a:hover {
  color: #0049dc;
}
.aside .right .asidenews3 li .cn {
  font-size: 16px;
  color: #333233;
  display: flex;
  align-items: center;
}
.aside .right .asidenews3 li .cn em {
  width: 10%;
  font-style: normal;
  font-size: 16px;
  color: #0049dc;
  align-self: center;
}
.aside .right .asidenews3 li .cn span {
  width: calc(90% - 5px);
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.aside .right .asidenews3 li .cn:hover span {
  color: #0049dc;
}
.mainbody {
  border: 1px solid #e2e2e2;
  padding: 40px 35px;
}
.mainbody .mainbody1 {
  display: flex;
}
.mainbody .mainbody1 .left {
  width: 300px;
  overflow: hidden;
}
.mainbody .mainbody1 .left img {
  transition: all 0.4s;
  width: 300px;
  height: 200px;
}
.mainbody .mainbody1 .left img:hover {
  transform: scale(1.2);
}
.mainbody .mainbody1 .right {
  margin-left: 30px;
  width: calc(100% - 330px);
}
.mainbody .mainbody1 .right .cn {
  margin-top: 15px;
  font-size: 16px;
  color: #030303;
}
.mainbody .mainbody1 .right .cn a {
  margin-top: 15px;
  font-size: 16px;
  color: #030303;
}
.mainbody .mainbody1 .right .cn:hover {
  color: #0049dc;
}
.mainbody .mainbody1 .right .cn a:hover {
  color: #0049dc;
}
.mainbody .mainbody1 .right .text {
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mainbody .mainbody1 .right .text a:hover {
  color: #0049dc;
}
.mainbody .mainbody1 .right .text:hover {
  color: #0049dc;
}
.mainbody .mainbody1 .right .box2 {
  height: 20px;
}
.mainbody .mainbody1 .right .box2 .time2 {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
}
.mainbody .mainbody1 .right .box2 .box2title {
  float: right;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 138px;
  height: 42px;
  background-color: #0049dc;
  border-radius: 21px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
.mainbody .mainbody1 .right .box2 .box2title a {
  color: #fff;
  text-align: center;
}
.mainbody .mainbody1 .right .page {
  clear: both;
  margin-top: 30px;
  text-align: right;
}
.mainbody .mainbody1 .right .page a {
  border: 1px solid #999999;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  width: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #999999;
}
.mainbody .mainbody1 .right .page a.cur {
  background-color: #0049dc;
  color: white;
  border: 0;
  width: 20px;
  line-height: 20px;
}
.page4 .page5 {
  position: relative;
  text-align: center;
}
.page4 .page5 a {
  line-height: 50px;
  display: inline-block;
  width: 165px;
  font-size: 16px;
  color: #030303;
  text-align: center;
  background-color: #f2f2f2;
  position: relative;
  margin-right: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.page4 .page5 a.default {
  background-color: #0049dc;
  color: #fff;
}
.mainbody2 {
  padding: 35px 35px 15px;
  border-top: 0;
}
.mainbody2 .mainbody2_2 {
  margin-bottom: 50px;
}
.mainbody2 .layui-col-xs6 {
  display: flex;
  padding: 0 30px 0 20px;
  margin-bottom: 20px;
}
.mainbody2 .title2 {
  font-size: 14px;
  color: #666666;
  width: 80%;
}
.mainbody2 .title2 a:hover {
  color: #0049dc;
}
.mainbody2 .time {
  font-size: 14px;
  color: #999999;
  width: 20%;
  line-height: 20px;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.mainbody .rightnewslist {
  padding: 25px 0 0;
  border: 0;
}
/* 新闻详情页s */
.detailbox {
  padding: 30px 30px 10px;
  font-size: 18px;
  color: #030303;
  text-align: center;
}
.qw1 {
  text-align: center;
}
.detailbox2 {
  margin-bottom: 20px;
}
.detailbox2 p {
  padding-top: 15px;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.detailbox2 span {
  display: block;
  width: calc(100% / 3);
  font-size: 14px;
  color: #999897;
}
.detailbox2 span:nth-child(1) {
  text-align: right;
}
.detailbox2 span:nth-child(3) {
  text-align: left;
}
.detailbox2 span i {
  font-style: normal;
}
.detailbox2 span img {
  margin-right: 5px;
}
.detailbox3 {
  padding: 0 30px;
}
.detailbox3 h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.detailbox3 p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.detailbox3 img {
  margin: 0 auto;
  display: block;
}
.detailbox4 {
  padding: 20px 30px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
}
.detailbox4 a {
  display: flex;
  width: 30%;
  margin-right: 140px;
}
.detailbox4 a i {
  flex-shrink: 0;
  font-style: normal;
  font-size: 14px;
  color: #666;
}
.detailbox4 a span {
  font-size: 14px;
  color: #666;
}
.detailbox4 a:nth-child(2) {
  margin-right: 0;
}
.detailbox5 {
  padding: 20px 30px;
  border-bottom: 1px solid #E2E2E2;
}
.detailbox5 p {
  font-size: 14px;
  line-height: 26px;
  color: #666565;
}
/* 新闻详情页e */
/* 联系我们盒子s */
.contactbox2 {
  display: flex;
  padding: 40px;
  background-color: #fcfdfe;
  border: 1px solid #e2e2e2;
}
.contactbox2 .left {
  width: calc(515px);
  border-radius: 5px;
  border: solid 1px rgba(3, 0, 0, 0.1);
  background-color: #ffffff;
}
.contactbox2 .left .cn {
  font-size: 28px;
  color: #0049dc;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 12px;
}
.contactbox2 .left .en {
  font-size: 12px;
  line-height: 24px;
  color: #b3b3b3;
  padding-bottom: 20px;
  position: relative;
}
.contactbox2 .left ul li {
  margin-top: 20px;
  display: flex;
}
.contactbox2 .left ul li span:first-child {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  text-align: center;
}
.contactbox2 .left .em1 {
  display: flex;
}
.contactbox2 .left .em1 .em2 img {
  margin-right: 10px;
}
.contactbox2 .left ul li span:first-child img {
  text-align: center;
}
.contactbox2 .left ul li span:last-child {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  letter-spacing: 1px;
}
.contactbox2 .left ul li span:last-child b {
  font-size: 18px;
  color: #0049dc;
}
.contactbox2 .w40 {
  width: 20px;
}
.contactbox2 .right {
  width: calc(100% - 535px);
  border-radius: 5px;
  border: solid 1px rgba(3, 0, 0, 0.1);
  background-color: #ffffff;
}
.contactbox2 .right .cn {
  font-size: 22px;
  color: #0049dc;
  line-height: 24px;
  font-weight: bold;
}
.contactbox2 .right .en {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  padding-bottom: 20px;
  position: relative;
}
.contactbox2 .right .en::after {
  content: "";
  position: absolute;
  width: 327px;
  height: 2px;
  background-color: #48484a;
  opacity: 0.1;
  bottom: 0;
  left: 0;
}
.contactbox2 .right .box3 p {
  display: flex;
}
.contactbox2 .right .box3 p span {
  width: 75px;
  line-height: 48px;
  font-size: 16px;
  color: #323233;
  margin-top: -4px;
}
.contactbox2 .right .box3 p span i {
  font-size: 16px;
  color: #0049dc;
  font-style: normal;
}
.contactbox2 .right .box3 input {
  width: calc(100% - 60px);
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
}
.contactbox2 .right .box3 textarea {
  width: calc(100% - 60px);
  margin-bottom: 15px;
  padding: 15px;
  resize: none;
  border: 1px solid #e5e5e5;
  height: 85px;
}
.contactbox2 .right .box3 .button {
  margin-left: 10px;
}
.contactbox2 .right .box3 .button button {
  border: 0;
  background-color: #0049dc;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 150px;
}
.contacttitle {
  background-image: linear-gradient(0deg, #f2f0f1 0%, #ffffff 100%), linear-gradient(#eeeeee, #eeeeee);
  line-height: 60px;
  font-size: 19px;
  color: #030303;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.contacttitle img {
  margin-right: 10px;
}
.contactbox2 ul {
  padding: 25px;
}
.contactbox2 .box3 {
  padding: 25px;
}
/* 联系我们盒子s */
/* 用户评论s */
.mainbody11 {
  padding: 30px;
  border: 1px solid #F2F2F2;
  border-top: 0;
}
.mainbody11 .question .title11 {
  margin-bottom: 15px;
  clear: both;
}
.mainbody11 .question .title11 .name {
  float: left;
  width: 120px;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4d;
  margin-right: 80px;
}
.mainbody11 .question .title11 .name1 {
  float: left;
  width: 230px;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4d;
  margin-right: 40px;
}
.mainbody11 .question .title11 .time {
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4d;
}
.mainbody11 .question .text11 {
  clear: both;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
  padding-top: 15px;
}
.mainbody11 .question .text12 {
  border: 1px dashed #cccccc;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.mainbody11 .question .text12 .name12 {
  font-size: 14px;
  line-height: 24px;
  color: #0049dc;
  font-weight: bold;
}
.mainbody11 .question .hr4 {
  margin: 25px 0;
}
.mainbody11 .question:last-child .hr4 {
  display: none;
}
/* 用户评论e */
/* 我要评论s */
.mainbody12 {
  padding: 30px;
  border: 1px solid #F2F2F2;
  border-top: 0;
}
.mainbody12 textarea {
  width: calc(100% - 22px);
  resize: none;
  border: 1px dashed #666666;
  padding: 10px;
}
.mainbody12 .tip {
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.mainbody12 .button {
  text-align: right;
}
.mainbody12 .button button {
  margin-right: 10px;
  width: 96px;
  line-height: 30px;
  display: inline-block;
  background-color: #0049dc;
  text-align: center;
  font-size: 20px;
  background-color: #666666;
  color: #fff;
}
.mainbody12 .button button:last-child {
  background-color: #0049dc;
  color: #fff;
}
/* 我要评论e */
/* 专家团队s */
.casebox124 {
  padding: 45px 0 0;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-wrap: wrap;
}
.casebox124 .box1 {
  margin-left: 20px;
  border: 1px solid #E2E2E2;
  width: 280px;
  margin-bottom: 30px;
}
.casebox124 .box1:last-child {
  margin-right: 20px;
}
.casebox124 .box1 .img {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.casebox124 .box1 .img img {
  transition: all 0.4s;
  width: 100%;
}
.casebox124 .box1 {
  background-color: #f2f2f2;
  display: block;
}
.casebox124 .box1 .img .dianzan {
  position: absolute;
  right: 17px;
  top: 0;
  width: 35px;
  height: 37px;
}
.casebox124 .box1 .text {
  padding: 20px;
}
.casebox124 .box1 .text .cn1 {
  font-size: 20px;
  line-height: 30px;
  color: #030303;
}
.casebox124 .box1 .text .cn2 {
  font-size: 14px;
  color: #4d4c4c;
}
.casebox124 .box1 .text2 {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #4d4c4c;
}
.casebox124 .pagebox {
  padding: 0 30px 30px;
}
/* 专家团队e */
.BMap_shadow,
.BMap_shadow img,
.BMap_shadow div {
  display: none;
}
/* 公司相册s */
.picture {
  border: 1px solid #e2e2e2;
  padding-bottom: 40px;
}
.picture .pictitle {
  text-align: center;
  padding: 40px 0;
}
.picture .pictitle a {
  display: inline-block;
  width: 165px;
  line-height: 47px;
  font-size: 18px;
  text-align: center;
  background-color: #f2f2f2;
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
}
.swiper-containerpic {
  position: relative;
  overflow: hidden;
}
.swiper-containerpic .gallery-top {
  position: relative;
  overflow: hidden;
}
.swiper-containerpic .gallery-top1 {
  position: relative;
  overflow: hidden;
}
.swiper-containerpic .gallery-top2 {
  position: relative;
  overflow: hidden;
}
.swiper-containerpic .aa {
  text-align: center;
}
.swiper-containerpic .aa img {
  border: 1px solid #E2E2E2;
  padding: 5px;
  width: 725px;
  height: 460px;
}
.swiper-containerpic .bb img {
  border: 1px solid #E2E2E2;
  padding: 2px;
  margin-bottom: 40px;
}
.swiper-containerpic .gallery-thumbs {
  margin: 20px 200px 0;
}
.swiper-containerpic .gallery-thumbs p {
  width: 100%;
  text-align: center;
}
.swiper-containerpic .gallery-thumbs1 {
  margin: 20px 200px 0;
}
.swiper-containerpic .gallery-thumbs1 p {
  width: 100%;
  text-align: center;
}
.swiper-containerpic .swiper-button-next,
.swiper-containerpic .swiper-container-rtl .swiper-button-prev {
  right: 140px;
  bottom: 90px;
  top: unset;
}
.swiper-containerpic .swiper-button-prev,
.swiper-containerpic .swiper-container-rtl .swiper-button-next {
  left: 140px;
  bottom: 90px;
  top: unset;
}
.swiper-containerpic .swiper-button-next.swiper-button-white,
.swiper-containerpic .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(img/contactright.png);
}
.swiper-containerpic .swiper-button-prev.swiper-button-white,
.swiper-containerpic .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(img/contactleft.png);
}
.swiper-containerpic .swiper-button-next,
.swiper-containerpic .swiper-button-prev {
  background-size: 27px 44px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.pagination-about {
  position: absolute;
  z-index: 99;
  bottom: 20px !important;
  display: block;
  right: -290px;
  left: unset !important;
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-current {
  font-size: 20px;
  color: #f89418;
}
.swiper-pagination-total {
  font-size: 20px;
  color: #fff;
}
.pagination-about1 {
  position: absolute;
  z-index: 99;
  bottom: 20px !important;
  display: block;
  right: -290px;
  left: unset !important;
  font-size: 20px;
  color: #fff;
}
.picture .pictitle a.picclick {
  background-color: #0049dc;
  color: #fff;
  background-image: unset;
  border: solid 1px #0049dc;
}
.swiper-button-prevc9 {
  background-image: url(../img/indexhonor6.png);
  top: 50%;
  left: 20px;
}
.swiper-button-prevc9:hover {
  background-image: url(../img/z-img27.png);
}
.swiper-button-nextc9 {
  background-image: url(../img/indexhonor7.png);
  top: 50%;
  right: 20px;
}
.swiper-button-nextc9:hover {
  background-image: url(../img/z-img26.png);
}
.swiper-button-prevc9,
.swiper-button-nextc9 {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  transform: translateY(-50%);
}
/* 公司相册e */
.dbox12 {
  border: 1px solid #e2e2e2;
  padding: 40px 0;
}
.dbox12 .cn4 {
  position: relative;
}
.dbox12a {
  overflow: hidden;
  position: relative;
}
.dbox12a .swiper-slide {
  margin-top: 0 !important;
}
.dbox12 .cn7 {
  padding: 75px 0;
  text-align: center;
}
.dbox12 .cn4 {
  padding: 0 100px;
}
.dbox12 .cn5 {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.dbox12 .cn5 img {
  width: 100%;
  height: 250px;
}
.dbox12 .cn5 span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.dbox12 .cn6 {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.dbox12 .cn6 span {
  text-align: center;
  display: block;
}
.swiper-button-preva9 {
  background-image: url(../img/indexhonor6.png);
  top: 50%;
  left: 20px;
}
.swiper-button-preva9:hover {
  background-image: url(../img/z-img27.png);
}
.swiper-button-nexta9 {
  background-image: url(../img/indexhonor7.png);
  top: 50%;
  right: 20px;
}
.swiper-button-nexta9:hover {
  background-image: url(../img/z-img26.png);
}
.swiper-button-preva9,
.swiper-button-nexta9 {
  position: absolute;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  transform: translateY(-50%);
}
.dbox12 .cn8 {
  position: relative;
}
.dbox12b {
  overflow: hidden;
  position: relative;
}
.dbox12b .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 40px;
}
.dbox12 .cn8 {
  padding: 0 90px;
}
.dbox12 .cn9 {
  padding: 5px;
  background-color: #fff;
}
.dbox12 .cn9 img {
  width: 229px;
  height: 332px;
}
.dbox12 .cn10 {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.dbox12 .cn10 span {
  text-align: center;
  display: block;
}
.swiper-button-prevb9 {
  background-image: url(../img/indexhonor6.png);
  top: 50%;
  left: 20px;
}
.swiper-button-nextb9 {
  background-image: url(../img/indexhonor7.png);
  top: 50%;
  right: 20px;
}
.swiper-button-prevb9,
.swiper-button-nextb9 {
  position: absolute;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  transform: translateY(-50%);
}
.dbox12 .cn12 {
  padding: 50px 0;
  text-align: center;
}
.aoquns8 {
  margin-top: 0.75rem;
}
.aoquns8 .center16rem {
  max-width: 16rem;
  margin: 0.55rem auto 0;
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
}
.aoquns8 .left {
  width: 68.125%;
  height: 7.3rem;
  border: solid 0.01rem rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
}
.aoquns8 .left .ncn1 {
  display: flex;
}
.aoquns8 .left .ncn1 span {
  width: 25%;
  border-right: 1px solid #fff;
  background-image: linear-gradient(90deg, #333333 0%, #666666 100%);
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 0rem;
}
.aoquns8 .left .ncn1 span:last-child {
  border-right: 0;
}
.aoquns8 .left .ncn1 span.default {
  background-color: #0049dc;
  background-image: initial;
}
.aoquns8 .right {
  width: 30%;
  height: 7.3rem;
  border: solid 0.01rem rgba(0, 0, 0, 0.1);
}
.aoquns8 .ncnbox1 {
  padding: 0.5rem 0.3rem;
  display: flex;
}
.aoquns8 .ncnbox1 .ncn2 {
  width: 4.45rem;
  height: 2.95rem;
}
.aoquns8 .ncnbox1 .ncn2 img {
  width: 4.45rem;
  height: 2.95rem;
}
.aoquns8 .ncnbox1 .ncn3 {
  width: calc(100% - 4.45rem);
  background-color: #ffffff;
  padding: 0.3rem;
  position: relative;
}
.aoquns8 .ncnbox1 .ncn3 li:nth-child(1) {
  margin-bottom: 0.3rem;
}
.aoquns8 .ncnbox1 .ncn3 li:nth-child(1) a {
  font-size: 0.18rem;
  color: #333333;
  letter-spacing: 0.01rem;
}
.aoquns8 .ncnbox1 .ncn3 li:nth-child(2) {
  font-size: 0.16rem;
  padding-top: 0.1rem;
  border-top: 1px solid #e6e6e6;
  color: #666666;
  line-height: 0.3rem;
}
.aoquns8 .ncnbox1 .ncn3 li:nth-child(3) {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #999999;
}
.aoquns8 .ncnbox1 .ncn4 {
  width: 1.6rem;
  height: 0.42rem;
  border-radius: 0.04rem;
  background-image: linear-gradient(90deg, #caf3bf 0%, #0049dc 100%);
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  font-size: 16px;
}
.aoquns8 .ncnbox1 .ncn4:hover {
  color: #333333;
}
.aoquns8 .ncnbox2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.3rem;
}
.aoquns8 .ncnbox2 p {
  width: 5rem;
  margin-right: calc(100% - 10rem);
  display: flex;
  margin-top: 0.15rem;
}
.aoquns8 .ncnbox2 p:nth-child(-n+2) {
  margin-top: 0;
}
.aoquns8 .ncnbox2 p:nth-child(even) {
  margin-right: 0;
}
.aoquns8 .ncnbox2 p a {
  width: 3.6rem;
  margin-left: 0.2rem;
  position: relative;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
  height: 0.36rem;
}
.aoquns8 .ncnbox2 p a::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background-color: #dedede;
  left: -0.2rem;
  top: 0.06rem;
  border-radius: 50%;
}
.aoquns8 .ncnbox2 p a em {
  font-style: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.2rem;
  display: block;
  width: 80%;
}
.aoquns8 .ncnbox2 p span {
  width: calc(100% - 3.9rem);
  padding-right: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #666666;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.4);
  text-align: right;
  height: 0.36rem;
}
.aoquns8 .ncnbox2 p:hover a::before {
  z-index: 2;
  left: -0.19rem;
  top: 0.07rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.aoquns8 .ncnbox2 p:hover a::after {
  content: "";
  position: absolute;
  width: 0.09rem;
  height: 0.09rem;
  top: 0.04rem;
  background-image: url(../img/z-img9.png);
  left: -0.22rem;
  width: 11px;
  height: 11px;
}
.aoquns8a {
  position: relative;
  overflow: hidden;
}
.aoquns8 .right {
  background-image: linear-gradient(-45deg, #dedede 0%, #ffffff 45%, #ffffff 100%), linear-gradient(#eeeeee, #eeeeee);
}
.aoquns8 .right .ncn5 {
  line-height: 0.5rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(90deg, #333333 0%, #666666 100%);
  position: relative;
  margin-bottom: 0.3rem;
}
.aoquns8 .right .ncn5 span {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.5rem;
}
.aoquns8 .right .ncn5 a {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.5rem;
  right: 0.25rem;
  position: absolute;
  top: 0;
}
.aoquns8 .ncnbox3 {
  margin: 0 0.4rem;
  padding-top: 0.2rem;
}
.aoquns8 .ncnbox3 .ncn6 {
  display: flex;
  margin-bottom: 0.2rem;
}
.aoquns8 .ncnbox3 .ncn6 span:nth-child(1) {
  width: 0.23rem;
  height: 0.24rem;
  background-color: #333333;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #ffffff;
  margin-right: 0.1rem;
}
.aoquns8 .ncnbox3 .ncn6 span:nth-child(2) {
  width: calc(100% - 0.33rem);
}
.aoquns8 .ncnbox3 .ncn6 span:nth-child(2) a {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #020202;
  letter-spacing: 0.01rem;
  display: block;
}
.aoquns8 .ncnbox3 .ncn7 {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #E2E2E2;
}
.aoquns8 .ncnbox3 .ncn7 span:nth-child(1) {
  width: 0.23rem;
  height: 0.24rem;
  background-color: #0049dc;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #ffff;
  margin-right: 0.1rem;
}
.aoquns8 .ncnbox3 .ncn7 span:nth-child(2) {
  width: calc(100% - 0.33rem);
}
.aoquns8 .ncnbox3 .ncn7 span:nth-child(2) a {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  letter-spacing: 0.01rem;
}
.aoquns8 .ncnbox3:last-child .ncn7 {
  border-bottom: 0;
}
/* 友情链接s */
.youqing .center1600 {
  border: 1px solid #E2E2E2;
  padding: 0.2rem;
  margin: 0.5rem auto;
}
.youqing .center1600 .text99 {
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #E2E2E2;
}
.youqing .center1600 .text99 span {
  font-size: 0.16rem;
  color: #92c534;
  font-weight: bold;
  margin-right: 0.2rem;
}
.youqing .center1600 .text99 i {
  font-size: 0.16rem;
  font-style: normal;
  color: #92c534;
}
.youqing .center1600 .box99 {
  font-size: 0;
}
.youqing .center1600 .box99 p {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #E2E2E2;
  margin: 5px 0;
  text-align: center;
}
.youqing .center1600 .box99 p:nth-child(10n) {
  border-right: 0;
}
/* 友情链接e */
.publicindextext {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
.publicindextext .cn1 {
  color: #030303;
  font-size: 0.56rem;
  line-height: 1em;
}
.publicindextext .cn2 {
  color: #232323;
  font-size: 0.2rem;
  margin: 0.2rem 0 0.25rem;
}
.zindenav {
  position: relative;
}
.zindenav .yinying {
  position: absolute;
  width: 5.55rem;
  height: 0.36rem;
  top: 100%;
  left: 2.4rem;
}
.zindenav .img img {
  width: 1000%;
}
.zindenav .center1600 {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 16rem;
}
.zindenav .center1600 .box1 {
  width: 79.375%;
  padding-left: 31.875%;
  padding-right: 1.25%;
  display: flex;
}
.zindenav .center1600 .box1 .logo {
  width: 2.06rem;
  margin-right: 0.35rem;
  position: relative;
}
.zindenav .center1600 .box1 .logo::before {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.75rem;
  background-color: #e6e6e6;
}
.zindenav .center1600 .box1 .logo img {
  width: 2.06rem;
  height: 0.76rem;
}
.zindenav .center1600 .box1 .text {
  width: calc(100% - 2.41rem);
}
.zindenav .center1600 .box1 .text .cn1 {
  color: #f7f6f6;
  font-size: 0.24rem;
}
.zindenav .center1600 .box1 .text .cn1 span {
  color: #dcffbb;
}
.zindenav .center1600 .box1 .text .cn2 {
  color: #ffffff;
  opacity: 0.6;
  font-size: 12px;
}
.zindenav .center1600 .box1 .text .cn3 span {
  font-size: 0.18rem;
  color: #ffffff;
  margin-right: 0.2rem;
  position: relative;
}
.zindenav .center1600 .box1 .text .cn3 span::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #Fff;
}
.zindenav .center1600 .box1 .text .cn3 span:last-child::before {
  display: none;
}
.zindenav .center1600 .box2 {
  width: 20.625%;
}
.zindenav .center1600 .box2 .box3 {
  display: flex;
}
.zindenav .center1600 .box2 .box3 .img {
  margin-right: 0.2rem;
  width: 0.5rem;
}
.zindenav .center1600 .box2 .box3 .img img {
  width: 0.5rem;
  height: 0.5rem;
}
.zindenav .center1600 .box2 .box3 .cn4 {
  width: calc(100% - 0.7rem);
}
.zindenav .center1600 .box2 .box3 .cn4 .cn5 {
  font-size: 0.16rem;
  color: #ffffff;
  display: block;
}
.zindenav .center1600 .box2 .box3 .cn4 .cn6 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.26rem;
}
.zindenav .center1600 .box2 .cn7 {
  margin-top: 0.2rem;
  width: 75.75757576%;
  line-height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0049dc;
  color: #fff;
  font-size: 0.22rem;
}
.zindenav .center1600 .box2 .cn7 img {
  width: 0.35rem;
  height: 0.37rem;
  margin-right: 0.2rem;
}
body {
  min-width: 1200px;
}
/* 首页关于我们s */
.indexabout .cn9 {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding-top: 0.6rem;
}
.indexabout .cn9 span {
  color: #f89418;
}
.indexabout .en9 {
  color: #333333;
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 60px;
}
.indexabout .en9::before {
  position: absolute;
  content: "";
  left: 175px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 2px;
  background-color: #b5b5b5;
}
.indexabout .en9::after {
  position: absolute;
  content: "";
  right: 175px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 2px;
  background-color: #b5b5b5;
}
.indexabout .center1600 .aboutbox {
  border: 1px solid #E2E2E2;
  display: flex;
  background-color: #fff;
}
.indexabout .center1600 .aboutbox .rightbox .box23 {
  padding: 0 0 0.3rem;
}
.indexabout .center1600 .aboutbox .rightbox .box23 p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  line-height: 0.38rem;
  letter-spacing: -0.5px;
}
.indexabout .center1600 .aboutbox .rightbox .box23 p span a {
  color: #0049dc;
}
.indexabout .center1600 .aboutbox .rightbox .box24 {
  display: flex;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:first-child a {
  font-size: 20px;
  color: #ffffff;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child {
  width: 220px;
  background-image: url(../img/zi-img11.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  height: 50px;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child a img {
  line-height: 50px;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child a i {
  line-height: 48px;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child a span {
  font-size: 12px;
  color: #fcfdfe;
  line-height: 24px;
}
.indexabout .center1600 .aboutbox .rightbox .box24 p:last-child a span b {
  font-size: 22px;
  color: #fcfdfe;
  line-height: 24px;
  display: block;
}
@media (max-width: 1300px) {
  .indexabout .center1600 .aboutbox .rightbox .box22 .right22 span {
    font-size: 14px;
  }
  .indexabout .center1600 .aboutbox .rightbox .box23 {
    padding: 10px 0;
  }
  .indexabout .center1600 .aboutbox .rightbox {
    padding: 20px 0;
    width: calc(50% - 45px);
  }
  .indexabout .center1600 .en9::before {
    left: 60px;
    width: 200px;
  }
  .indexabout .center1600 .en9::after {
    right: 60px;
    width: 200px;
  }
  .indexcase .en9::before {
    left: 60px;
    width: 200px;
  }
  .indexcase .en9::after {
    right: 60px;
    width: 200px;
  }
}
.zindexaabout {
  background-color: #f2f2f2;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.zindexaabout .aboutbox {
  margin-top: 0.55rem;
  padding: 0.5rem 3.125%;
}
.zindexaabout .aboutbox .leftbox {
  width: 51.4%;
}
.zindexaabout .aboutbox .leftbox a {
  border: 1px solid #e2e2e2;
  display: block;
}
.zindexaabout .aboutbox .leftbox a img {
  width: 100%;
  height: 4.74rem;
  object-fit: cover;
}
.zindexaabout .aboutbox .rightbox {
  padding-left: 0.5rem;
  width: 48.6%;
}
.zindexaabout .aboutbox .rightbox .box22 .cn9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zindexaabout .aboutbox .rightbox .box22 .cn9 .cn10 {
  font-size: 0.26rem;
  font-weight: bold;
  color: #030303;
  margin-right: 0.4rem;
  position: relative;
}
.zindexaabout .aboutbox .rightbox .box22 .cn9 .cn10::before {
  content: "";
  position: absolute;
  right: -0.2rem;
  width: 1px;
  height: 0.24rem;
  background-color: #ccc;
  top: 50%;
  transform: translateY(-50%);
}
.zindexaabout .aboutbox .rightbox .box22 .cn9 .cn11 {
  font-size: 0.24rem;
  color: #cccccc;
  font-weight: bold;
}
.zindexaabout .aboutbox .rightbox .box22 .cn12 {
  margin: 0.3rem 0;
}
.zindexaabout .aboutbox .rightbox .box22 .cn12 img {
  width: 100%;
}
.zindexaabout .indexabout2 {
  margin-top: 0.5rem;
}
.zindexaabout .indexabout2 .center1600 .indexabout2a {
  position: relative;
  overflow: hidden;
}
.zindexaabout .indexabout2 .center1600 .indexabout2a .swiper-slide .img {
  height: 1.94rem;
}
.zindexaabout .indexabout2 .center1600 .indexabout2a .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zindexaabout .indexabout2 .center1600 .indexabout2a .swiper-slide .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #Fff;
  font-size: 18px;
  line-height: 0.4rem;
}
.indexcase .cn9 {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
.indexcase .cn9 span {
  color: #f89418;
}
.indexcase .en9 {
  color: #333333;
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 60px;
}
.indexcase .en9::before {
  position: absolute;
  content: "";
  left: 175px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 2px;
  background-color: #b5b5b5;
}
.indexcase .en9::after {
  position: absolute;
  content: "";
  right: 175px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 2px;
  background-color: #b5b5b5;
}
.indexcase .leftbox {
  background-color: #f2f2f2;
  padding: 0.25rem;
}
.indexcase .leftbox .cn a {
  font-size: 20px;
  color: #333333;
  padding: 30px 0 20px;
}
.indexcase .leftbox .cn2 a {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.indexcase .leftbox .cn3 {
  margin-top: 0.3rem;
  width: 1.64rem;
  height: 0.48rem;
  border: solid 1px rgba(13, 4, 8, 0.3);
  text-align: center;
}
.indexcase .leftbox .cn3:hover {
  background-color: #eeeeee;
}
.indexcase .swiper-containercasebox1 {
  padding: 60px 0;
}
.indexcase .leftbox1 .img img {
  width: 100%;
}
.indexcase .leftbox1 .cn a {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.zindexcase {
  padding: 0.75rem 0;
  background-color: #fff;
}
.zindexcase .indexcase {
  margin-top: 0.6rem;
}
.zindexcase .indexcase .swiper-containercasebox {
  position: relative;
  overflow: hidden;
}
.zindexcase .indexcase .swiper-containercasebox .swiper-button-prev {
  background-image: initial;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.72rem;
  height: 0.72rem;
  cursor: pointer;
}
.zindexcase .indexcase .swiper-containercasebox .swiper-button-prev img {
  width: 0.72rem;
  height: 0.72rem;
}
.zindexcase .indexcase .swiper-containercasebox .swiper-button-next {
  background-image: initial;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.72rem;
  height: 0.72rem;
  cursor: pointer;
}
.zindexcase .indexcase .swiper-containercasebox .swiper-button-next img {
  transform: scale(-1);
  width: 0.72rem;
  height: 0.72rem;
}
.zindexcase .indexcase .leftbox .cn {
  display: block;
}
.zindexcase .indexcase .leftbox .cn a {
  display: block;
}
.zindexcase .indexcase .leftbox .cn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 4px;
}
.zindexcase .indexcase .leftbox .cn3 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zindexcase .indexcase .leftbox .cn3:hover {
  background-color: #0049dc;
  border: 1px solid #0049dc;
}
.zindexcase .indexcase .leftbox .cn3:hover a {
  background-image: url(../img/zi-img15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zindexcase .indexcase .leftbox .cn3:hover a img {
  opacity: 0;
}
.zindexsandaliyou {
  padding: 0.75rem 0;
  overflow: hidden;
}
.zindexsandaliyou .publicindextext {
  margin-bottom: 0.6rem;
}
.zindexsandaliyou .liyou1 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.zindexsandaliyou .liyou1 .yinying {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.9rem;
  width: 12.27rem;
  height: 1.53rem;
}
.zindexsandaliyou .liyou1 .center1600 {
  display: flex;
  padding: 1rem 0;
}
.zindexsandaliyou .liyou1 .center1600 .left {
  width: 50%;
  padding: 0 0.4rem 0 1rem;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox {
  display: flex;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e2e2e2;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .left1 {
  width: 1.15rem;
  transform: translateX(-0.5rem);
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .left1 img {
  width: 1.15rem;
  height: 1.09rem;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .right1 {
  transform: translateX(-0.5rem);
  padding-left: 0.2rem;
  width: calc((100% + 0.5rem) - 1.15rem);
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .right1 .cn9 {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/zi-img24.png);
  color: #Fff;
  padding: 0 0.6rem 0 0.2rem;
  font-size: 0.2rem;
  line-height: 1.5em;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .right1 .cn10 {
  color: #030303;
  font-weight: bold;
  font-size: 0.24rem;
  margin: 0.1rem 0;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .right1 .cn11 {
  color: #030303;
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox .right1 .cn11 span {
  color: #0049dc;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox2 ul li {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox2 ul li img {
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.24rem;
  height: 0.2rem;
}
.zindexsandaliyou .liyou1 .center1600 .left .leftbox2 ul li span {
  letter-spacing: -0.5px;
  font-size: 0.2rem;
  color: #222222;
}
.zindexsandaliyou .liyou1 .center1600 .right {
  width: 50%;
}
.zindexsandaliyou .liyou1:nth-child(2) .yinying {
  display: none;
}
.zindexsandaliyou .liyou1:nth-child(odd) {
  background-color: #f2f2f2;
}
.zindexsandaliyou .liyou1:nth-child(odd) .center1600 {
  flex-direction: row-reverse;
}
.zindexbox1 {
  padding: 0.7rem 0;
  background-color: #e6e6e6;
}
.zindexbox1 .center1600 .box1 {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.zindexbox1 .center1600 .box1 .box2 {
  display: block;
  width: 32.375%;
  margin-right: 1.4375%;
  background-color: #fff;
  margin-bottom: 0.23rem;
  padding: 0.4rem;
}
.zindexbox1 .center1600 .box1 .box2 .box3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.zindexbox1 .center1600 .box1 .box2 .box3 .cn4 {
  color: #030303;
  font-size: 0.3rem;
}
.zindexbox1 .center1600 .box1 .box2 .box3 .cn5 {
  flex-shrink: 0;
  width: 1.64rem;
  line-height: 0.4rem;
  background-color: #999;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
}
.zindexbox1 .center1600 .box1 .box2 .box3 .cn5 span {
  margin-left: 0.1rem;
}
.zindexbox1 .center1600 .box1 .box2 .cn6 {
  margin: 0.25rem 0;
}
.zindexbox1 .center1600 .box1 .box2 .cn6 img {
  width: 2.3rem;
}
.zindexbox1 .center1600 .box1 .box2 .box4 {
  display: flex;
  justify-content: space-between;
}
.zindexbox1 .center1600 .box1 .box2 .box4 .cn7 {
  padding-right: 0.2rem;
}
.zindexbox1 .center1600 .box1 .box2 .box4 .cn7 .cn7a {
  color: #666666;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}
.zindexbox1 .center1600 .box1 .box2 .box4 .cn7 .cn7a span {
  margin-right: 0.1rem;
}
.zindexbox1 .center1600 .box1 .box2 .box4 .cn8 {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/zi-img41.png);
}
.zindexbox1 .center1600 .box1 .box2 .box4 .cn8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zindexbox1 .center1600 .box1 .box2:nth-child(3n) {
  margin-right: 0;
}
.zindexbox1 .center1600 .box1 .box2:hover .box3 .cn5 {
  background-color: #0049dc;
}
.zindexbox1 .center1600 .box1 .box2:hover .box4 .cn8 {
  background-image: url(../img/zi-img42.png);
}
.zindexbox2 {
  padding: 0.75rem 0;
  background-color: #fff;
}
.zindexbox2 .center1600 .box {
  margin-top: 0.6rem;
  display: flex;
}
.zindexbox2 .center1600 .box .box2 {
  width: calc(488/1600*100%);
  padding-left: 1.875%;
  padding-right: 3.125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.zindexbox2 .center1600 .box .box2 .box4 {
  position: relative;
  width: 100%;
  height: 1.15rem;
  border-radius: 0.57rem;
  border: 1px solid #e2e2e2;
  background-image: linear-gradient(90deg, #f7f7f7 0%, #e5e5e5 100%);
  display: flex;
  align-items: center;
}
.zindexbox2 .center1600 .box .box2 .box4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #e2e2e2;
  width: 2.8rem;
}
.zindexbox2 .center1600 .box .box2 .box4 .cn4 {
  display: flex;
  align-items: center;
}
.zindexbox2 .center1600 .box .box2 .box4 .cn4 .cn8 {
  display: block;
  padding: 0 0.5rem;
}
.zindexbox2 .center1600 .box .box2 .box4 .cn4 .cn8 .cn5 {
  display: block;
  color: #333333;
  font-size: 0.24rem;
  font-weight: bold;
}
.zindexbox2 .center1600 .box .box2 .box4 .cn4 .cn8 .cn6 {
  display: block;
  color: #999999;
  font-size: 12px;
}
.zindexbox2 .center1600 .box .box2 .box4 .cn7 {
  position: absolute;
  right: -0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.zindexbox2 .center1600 .box .box2 .box4 .cn7 img {
  width: 1.44rem;
  height: 1.44rem;
}
.zindexbox2 .center1600 .box .box2.box9 .box4::before {
  left: initial;
  right: 100%;
}
.zindexbox2 .center1600 .box .box2.box9 .box4 .cn4 .cn8 {
  padding: 0 0.1rem 0 1.5rem;
}
.zindexbox2 .center1600 .box .box2.box9 .box4 .cn7 {
  right: initial;
  left: -0.12rem;
}
.zindexbox2 .center1600 .box .box3 {
  position: relative;
  z-index: 2;
  width: calc(624/1600*100%);
}
.zindexbox2 .center1600 .box .box3 .img {
  width: 100%;
}
.zindexbox2 .center1600 .box .box3 .img img {
  width: 100%;
}
.lhq3 .layui-nav-tree .layui-nav-item > a {
  background-image: linear-gradient(90deg, #f2f2f2 0%, #cccccc 100%);
}
.lhq3 .layui-nav-tree .layui-nav-item > a:hover {
  background-image: linear-gradient(90deg, #222222 0%, #555555 100%);
}
.lhq3 {
  padding: 0.7rem 0;
}
.lhq3 .box1 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.lhq3 .box1 .left {
  width: 21.875%;
}
.lhq3 .box1 .right {
  width: calc(1220/1600*100%);
}
.lhq3 .box1 .left .title {
  background-color: #00aeef;
  padding: 0 35px;
  height: 0.9rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhq3 .box1 .left .title span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  opacity: 0.52;
  line-height: 20px;
}
.lhq3 .box1 .left .title span:first-child {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  opacity: 1;
}
.lhq3 .box1 .left .title span:last-child {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.52;
}
.lhq3a {
  position: relative;
  overflow: hidden;
}
.lhq3 .layui-nav-itemed > .layui-nav-child {
  padding: 0.07rem 0;
}
.lhq3 .layui-nav-tree .layui-nav-item a {
  height: 0.49rem;
  line-height: 0.49rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lhq3 .layui-nav-tree .layui-nav-item > a::before {
  height: 0.49rem;
}
.lhq3 .layui-nav-tree .layui-nav-child a {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lhq3 .box6 {
  padding: 0.2rem 0 0;
}
.lhq3 .box6 .text4 {
  line-height: 0.48rem;
}
.lhq3 .layui-nav {
  border: 1px solid #e2e2e2;
  margin-top: 0.1rem;
}
.layui-nav-tree .layui-nav-child dd:last-child a {
  border-bottom: 0;
}
.box34 {
  border: 1px solid #e2e2e2;
  padding: 0.3rem;
}
.box34 .cn {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.box34 .cn .cn1 {
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.box34 .cn .cn1 img {
  width: 0.35rem;
  height: 0.35rem;
}
.box34 .cn .cn2 {
  font-size: 18px;
  color: #010101;
  line-height: 1.25em;
}
.lhq3 .center1600 .box1 .right .lcn1 {
  margin-bottom: 0.25rem;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
}
.lhq3 .center1600 .box1 .right .lcn1 .cn4 {
  line-height: 0.5rem;
  margin-right: 0.6rem;
  font-size: 18px;
  position: relative;
  padding-left: 0.25rem;
  color: #333333;
}
.lhq3 .center1600 .box1 .right .lcn1 .cn4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
  background-size: 0.16rem 0.16rem;
  background-position: center;
  background-image: url(../img/zi-img63.png);
}
.lhq3 .center1600 .box1 .right .lcn1 .cn4.default:before {
  background-image: url(../img/zi-img64.png);
}
.lhq3 .center1600 .box1 .right .lcn1 .cn5 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.lhq3 .center1600 .box1 .right .lhq3a {
  position: relative;
  overflow: hidden;
}
.lhq3 .center1600 .box1 .right .lhq3a .swiper-slide .rightboxlist {
  width: 100%;
  padding: 0;
  border: 0;
}
.lhq3 .center1600 .box1 .right .lhq3a .swiper-slide .rightboxlist .box99 {
  width: 32.45901639%;
  margin-right: 1.31147541%;
  margin-right: 0.16rem;
}
.lhq3 .center1600 .box1 .right .lhq3a .swiper-slide .rightboxlist .box99:nth-child(3n) {
  margin-right: 0;
}
.lhq3 .center1600 .box1 .right .lhq3a .swiper-slide .rightboxlist .box99 .img4 {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.lhq3 .center1600 .box1 .right .lhq3a .swiper-slide .rightboxlist .box99 .img4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hbox9 {
  line-height: 50px;
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
}
.hbox9 a {
  font-size: 14px;
  color: #666565;
  line-height: 50px;
  width: 40%;
  display: flex;
}
.hbox9 a span {
  font-size: 14px;
  color: #666565;
  display: inline-block;
  width: 60px;
}
.hbox9 a b {
  font-size: 14px;
  color: #666565;
  font-weight: normal;
  width: calc(100% - 60px);
}
.exit_video {
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
  z-index: 99;
}
.exit_video img {
  width: 50px;
  height: 50px;
}
.blue {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #000000;
  width: 100%;
  height: 100%;
}
/* 产品详情s */
.dbox1 {
  display: flex;
  border: 1px solid #E2E2E2;
  padding: 50px 40px;
}
.dbox1 .left {
  width: 300px;
}
.dbox1 .left p {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.dbox1 .right {
  width: 470px;
  padding: 10px 40px 40px;
  position: relative;
}
.dbox1 .right .cn {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.dbox1 .right .cn em {
  line-height: 28px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.dbox1 .right .cn span {
  font-size: 18px;
  color: #030303;
}
.dbox1 .right ul li {
  margin-top: 10px;
}
.dbox1 .right ul li i {
  font-style: normal;
  font-size: 16px;
  color: #000000;
  width: 60px;
  display: inline-block;
  font-weight: bold;
}
.dbox1 .right ul li span {
  font-size: 16px;
  color: #333;
}
.dbox1 .right .message {
  margin-top: 35px;
  display: flex;
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 460px;
}
.dbox1 .right .message .left1 {
  font-size: 18px;
  width: 50%;
  text-align: center;
  background-color: #0049dc;
  line-height: 55px;
  color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbox1 .right .message .left1 img {
  margin-right: 10px;
}
.dbox1 .right .message .right1 {
  width: 50%;
  background-image: linear-gradient(90deg, #7f7f7f 0%, #333333 100%), linear-gradient(#999999, #999999);
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbox1 .right .message .right1 span:first-child {
  display: flex;
  align-items: center;
}
/* .dbox1 .right  .message .right1 span:last-child{margin-left: 10px;} */
.dbox1 .right .message .right1 span i {
  display: block;
  font-style: normal;
}
.dbox1 .right .message .right1 span i:first-child {
  line-height: 20px;
  color: #fff;
}
.dbox1 .right .message .right1 span i:last-child {
  line-height: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
/* 产品详情e */
.dbox1 .swiper-button-next,
.dbox1 .swiper-button-prev {
  bottom: 0;
}
.dbox1 .swiper-button-next.swiper-button-white,
.dbox1 .swiper-button-prev.swiper-button-white {
  color: #000000;
  background-color: #e6e6e6;
  height: 80px;
}
.dbox1 .swiper-button-next,
.dbox1 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.dbox1 .swiper-button-next,
.dbox1 .swiper-button-prev {
  z-index: 99;
  top: 0;
  margin-top: 10px;
}
.dbox1 .swiper-button-prev {
  left: 0;
}
.dbox1 .swiper-container {
  width: 100%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
}
.dbox1 .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dbox1 .gallery-top {
  border: 1px solid #E2E2E2;
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.dbox1 .gallery-thumbs {
  height: 90px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.dbox1 .gallery-thumbs .swiper-slide {
  width: 90.5px !important;
  opacity: 0.4;
  padding: 2px;
  border: 1px solid #e2e2e2;
}
.dbox1 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.dbox1 .swiper-button-next:after,
.dbox1 .swiper-button-prev:after {
  font-size: 18px;
}
.dbox1 .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dbox1 .gallery-thumbs {
  margin-top: 0.2rem;
}
.dbox1 .gallery-thumbs .swiper-wrapper {
  justify-content: space-between;
}
.dbox1 .gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
  border: 1px solid #e2e2e2;
}
.dbox1 .gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error {
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/zi-img81.png);
}
.error .center {
  flex-direction: column;
}
.error .center .error1 {
  width: 100%;
  text-align: center;
}
.error .center .error2 {
  width: 100%;
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 50px;
}
.error .center .error3 {
  width: 100%;
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.error .center .error4 {
  width: 206px;
  line-height: 57px;
  height: 57px;
  background-image: linear-gradient(0deg, #030303 0%, #999999 100%), linear-gradient(#666666, #666666);
  background-blend-mode: normal, 
		normal;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 50px auto 0;
}
