html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
textarea,
button,
select {
  border: none;
}
button {
  cursor: pointer;
  background: none;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  outline-offset: 0;
}
input {
  display: block;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.top5 {
  margin-top: 5px;
}
.colfff {
  color: #fff;
}
.col80 {
  color: #807f7f;
}
.col333 {
  color: #333;
}
.cold1 {
  color: #d1d1d1;
}
.cole4 {
  color: #e4e4e4;
}
.col999 {
  color: #999;
}
.maincol {
  color: #83415d;
}
.colred {
  color: #d92823;
}
.fbold {
  font-weight: bold;
}
.hidden {
  display: none;
}
.spe-block {
  display: block;
  width: 100%;
  height: 100%;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mshow {
  display: none;
}
.mhide {
  display: block;
}
.container {
  width: 1400px;
  margin: 0 auto;
}

.comrow2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.comrow3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.comrow4 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.comrow7 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.mcomrow5 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.flex {
  display: flex;
}
.spacebetween {
  display: flex;
  justify-content: space-between;
}
.aligncenter {
  display: flex;
  align-items: center;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* header */

header {
  width: 100%;
  height: 107px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-pic {
  display: block;
  width: 172px;
}

header .nav-box {
  width: 100%;
  height: 100%;
  margin-left: 10%;
  margin-right: 31px;
}

.nav {
  flex: 1;
  height: 100%;
}
.nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;

  height: 100%;
}
.nav ul .item {
  height: 100%;
  position: relative;
}
.nav ul .item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

.nav ul .item:hover,
.nav ul .item.active {
  font-weight: bold;
}
.nav ul .item:hover::after,
.nav ul .item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #833d5b;
  z-index: 99;
}
.tel {
  width: 22%;
  padding-left: 31px;
  position: relative;
}
.tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tel img {
  margin-right: 8px;
}
/* header */

/* footer */
footer {
  width: 100%;
  color: #fff;
  background: #833e5c;
  position: relative;
}
footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
footer .top ul {
  display: flex;
}
footer .top ul li {
  padding: 44px 0 42px;
  flex: 1;
}
footer .top ul li img {
  margin-right: 10px;
}
footer .top ul li:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  justify-content: center;
}
footer .top ul li:nth-of-type(3) {
  padding-left: 90px;
}
/* footer .bottom {
  padding: 0 8% 0 13%;
} */
footer .menu-box {
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  padding: 64px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
footer .logo-pic {
  width: 172px;
}
footer .footer-menu {
  flex: 1;
}

footer .first-menu {
  flex: 1.5;
}
footer .first-menu .name {
  margin: 40px 0 30px;
}

footer .footer-menu .title {
  padding-bottom: 28px;
  font-size: 16px;
}
footer .footer-menu .desc .item {
  margin-bottom: 20px;
}
footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-menu ul li {
  width: 34%;
  margin-bottom: 26px;
}

footer a:hover {
  opacity: 0.8;
}
footer .contact-menu ul li {
  width: 100%;
}
footer .footer-menu.last-menu {
  flex: unset;
  width: 129px;
  justify-content: flex-end;
}
footer .footer-menu.last-menu .row .code {
  width: 100%;
  height: 125px;
}
footer .footer-menu.last-menu .row .menu-title {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
footer .foot-bottom {
  padding: 28px 0;
}
footer .foot-bottom .link a {
  margin-right: 20px;
}
footer .foot-bottom .zcpt img {
  margin-right: 8px;
}
/* footer */
.banner{
  width: 100%;
  position: relative;
}
.same-more{
  width: 109px;
  height: 40px;
  background: #833E5C;
  border-radius: 20px;
  justify-content: center;
  margin: 0 auto;
}
.more-box{
  position: absolute;
  right: 20%;
  bottom: 90px;
}
.more-box .watch-more{
  background: #fff;
  margin-left: 17px;
}
.more-box .watch-more img{
  margin-left: 4px;
}
.position{
  padding: 32px 0;
  border-bottom: 1px solid rgba(184, 184, 184, .28);
}
.position img{
  margin-right: 10px;
}
.position>div{
	display: flex;
	align-items: center;
}
.position>div p:last-child span{
	display: none;
}
/* 产品 */
.product  .hd ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
}
.product  .hd ul li::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  width: 131px;
  height: 131px;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
}
.product  .hd ul li i{
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../image/pro-icong1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product  .hd ul li:nth-of-type(2) i{
  background-image: url(../image/pro-icong2.png);
}
.product  .hd ul li:nth-of-type(3) i{
  background-image: url(../image/pro-icong3.png);
}
.product  .hd ul li:nth-of-type(4) i{
  background-image: url(../image/pro-icong4.png);
}
.product  .hd ul li:nth-of-type(5) i{
  background-image: url(../image/pro-icong5.png);
}
.product  .hd ul li:nth-of-type(6) i{
  background-image: url(../image/pro-icong6.png);
}
.product  .hd ul li.on{
  color: #fff;
  background: #833D5B;
}
.product  .hd ul li.on i{
  background-image: url(../image/pro-icon1.png);
}
.product  .hd ul li.on:nth-of-type(2) i{
  background-image: url(../image/pro-icon2.png);
}
.product  .hd ul li.on:nth-of-type(3) i{
  background-image: url(../image/pro-icon3.png);
}
.product  .hd ul li.on:nth-of-type(4) i{
  background-image: url(../image/pro-icon4.png);
}
.product  .hd ul li.on:nth-of-type(5) i{
  background-image: url(../image/pro-icon5.png);
}
.product  .hd ul li.on:nth-of-type(6) i{
  background-image: url(../image/pro-icon6.png);
}
.product .video .mask,.pro-content .pro-lists ul li:hover .mask,.case-content .case-lists ul li:hover .mask{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .27);
}
.product .video .bof-box,.pro-content .pro-lists ul li .bof-box,.case-content .case-lists ul li .bof-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  text-align: center;
}
.product .video .bof-box .bof-icon,.pro-content .pro-lists ul li .bof-box .bof-icon,.case-content .case-lists ul li .bof-box .bof-icon{
  cursor: pointer;
}
.product .video .bof-box p,.pro-content .pro-lists ul li .bof-box p{
  margin-top: 14px;
}
.join-swiper .swiper-slide a .desc-box i , .join-lists a .desc-box i{
  width: 20px;
  height: 20px;
  background-image: url(../image/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.join-swiper .swiper-slide a .desc-box .address,.join-lists a .desc-box .address{
  margin-bottom: 20px;
}
.join-swiper .swiper-slide a .desc-box .address i,.join-lists a .desc-box .address i{
  width: 19px;
  height: 23px;
  background-image: url(../image/addressg.png);
}
.join-swiper .swiper-slide a .desc-box .watch-more,.join-lists a .desc-box  .watch-more{
  width: 109px;
  height: 40px;
  background: #E5E5E5;
  border-radius: 20px;
  margin: 50px auto 0;
}
.join-swiper .swiper-slide a .desc-box .watch-more i,.join-lists a .desc-box  .watch-more i{
  width: 23px;
  height: 23px;
  background-image: url(../image/watch-more4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0;
  margin-left: 4px;
}
.join-swiper .swiper-slide  a:hover .desc-box i, .join-lists a:hover .desc-box i{
  background-image: url(../image/tel3.png);
}

.join-swiper .swiper-slide  a:hover .desc-box .address i,.join-lists a:hover .desc-box .address i{
 
  background-image: url(../image/address.png);
}
.join-swiper .swiper-slide  a:hover .desc-box .watch-more i,.join-lists a:hover .desc-box  .watch-more i{
 
  background-image: url(../image/watch-more.png);
  
}
/* 联系我们 */

.connect .container .content{
  width: 1052px;
  height: 345px;
  position: absolute;
  top: 207px;
  right: 14%;
  background: #fff;
  overflow: hidden;
}
.connect .container .content .left-box{
  padding: 47px 50px;
}
.connect .container .content .left-box h3{
  position: relative;
  padding-bottom: 20px;
}
.connect .container .content .left-box h3::after{
  content: '';
  width: 19px;
  height: 1px;
  background-color: rgb(184, 184, 184);
  position: absolute;
  bottom: 0;
  left: 0;
}
.connect .container .content .left-box .item {
  margin-top: 35px;
}
.connect .container .content .left-box .item .icon{
  width: 40px;
  height: 40px;
  background: #833E5C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.connect .container .content .right-box{
  width: 351px;
  height: 392px;
  border-radius: 50%;
  background-color: rgb(131, 61, 91);
  margin-right: -100px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  padding-left: 44px;
}


.bshare-custom{
  margin-top: 35px;
}
.bshare-custom a{
  width: 33px!important;
  height: 33px!important;
  padding-left: 0!important;
  margin-right: 10px!important;
}
.bshare-custom .bshare-weixin{
  background: url(../image/weixin.png) no-repeat!important;
}
.bshare-custom .bshare-qqim{
  background: url(../image/qq-icon.png) no-repeat!important;
}
.bsTop{
  width: 100%!important;
}
.bsFrameDiv>div{
  height: 208px!important;
}
.bsFrameDiv>div img{
  margin: 16px!important;
}
.home-bottom{
  background-image: url(../image/bottom-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 154px 0 142px;
}
.home-bottom .title{
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
}
.home-bottom  .title i{
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 30px;
}
.home-bottom .watch-more{
  margin: 70px 0 0;
  background: #fff;
}

.burger {
  display: none;
}

.next,
.prev,.spenext, .speprev{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.83);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 99;
  outline: none;
}
.next i,
.prev i {
  display: block;
  width: 11px;
  height: 20px;
  background-image: url(../image/arrow-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.spenext::after,.speprev::after{
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.next:hover,
.prev:hover {
  background: rgba(131, 61, 91, 0.83);
}

.next:hover i,
.prev:hover i {
  background-image: url(../image/arrow-next.png);
}
.next i,
.prev:hover i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.next:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.same-swiper .next::after,
.same-swiper .prev::after {
  content: "";
  width: 11px;
  height: 20px;
  background-image: url(../image/arrow-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.same-swiper .next:hover::after,
.same-swiper .prev:hover::after,
.clickSwiper .swiper-button-prev::after, 
.swiper-container-rtl .swiper-button-next::after {
  background-image: url(../image/arrow-next.png);
}
.same-swiper .next::after,
.same-swiper .prev:hover::after ,
.clickSwiper .swiper-button-next.swiper-button-disabled::after,
.clickSwiper .swiper-button-next:hover.swiper-button-disabled::after,
.clickSwiper .swiper-button-prev::after{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.same-swiper .next:hover::after,
.clickSwiper .swiper-button-prev.swiper-button-disabled::after{
  transform: rotate(360deg);
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}
.clickSwiper .swiper-button-next.swiper-button-disabled,
 .clickSwiper .swiper-button-prev.swiper-button-disabled{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.83);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 99;
  outline: none;
  opacity: 1;
}
.clickSwiper .swiper-button-next.swiper-button-disabled::after,
 .clickSwiper .swiper-button-prev.swiper-button-disabled::after{
  content: "";
  width: 11px;
  height: 20px;
  background-image: url(../image/arrow-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 }
.clickSwiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.clickSwiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: rgba(131, 61, 91, 0.83);
}
.clickSwiper .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  background-image: url(../image/arrow-next.png);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid #b8b8b8;
  background: transparent;
  position: relative;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #b8b8b8;
  border: none;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
/* 分页器 */
.page-box {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.page-box a {
  display: block;
  width: 35px;
  height: 35px;
  background: #FAFAFA;
  border-radius: 10px;
  color: #807F7F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
.page-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #807F7F;
  margin-right: 5px;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a.first-page,
.page-box a.last-page {
  width: 51px;
}
.page-box a.w63{
  width: 63px;
}
.page-box a.active,
.page-box a:hover {
  color: #fff;
  background: #833E5C;
}
/* 侧边栏 */
.slide-menu {
  position: fixed;
  bottom: 40%;
  right: 1%;
  z-index: 10001;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slide-menu ul li {
  width: 78px;
  height: 72px;
  color: #333;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(199, 196, 196, 0.35);
  border-radius: 5px;
  text-align: center;
  padding-top: 14px;
  margin-top: 9px;
}

.slide-menu ul li img {
  margin-bottom: 5px;
}
.slide-menu .rxlist {
  width: 160px;
  height: 215px;
  background: #ffffff;
  box-shadow: -2px 3px 16px 0px rgba(149, 148, 148, 0.16);
  border-radius: 5px;
  padding: 7px 8px;
  text-align: center;
  overflow: hidden;
}
.slide-menu .rxlist .tel-box {
  margin: 10px 0;
}
.slide-menu .rxlist .tel-box img {
  margin-right: 10px;
}
.slide-menu .rxlist p {
  margin-left: -17px;
}
.slide-menu ul li:first-child {
  color: #fff;
  background: #883e5e;
   padding-top: 0;
}
.slide-menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	 padding-top: 14px;
}
.back-top {
  width: 41px;
  height: 41px;
  background: #ffffff;
  box-shadow: 0px 0px 88px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
}
.watch-more {
  cursor: pointer;
}
.watch-more:hover,
.link-tel:hover {
  opacity: 0.8;
}

/* 动效 */
@keyframes move-bot {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 8%;
  }
  to {
    bottom: 5%;
  }
}
@-webkit-keyframes move-bot {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 8%;
  }
  to {
    bottom: 5%;
  }
}
@media (max-width: 1680px) {
  .connect{
    height: 680px;
  }
  .connect .container .content{
    width: 60%;
    right: 12%;
  }
}
@media (max-width: 1580px){
  .connect{
    height: 600px;
  }
  .connect .container .content{
    top: 180px;
  }
}
@media (max-width: 1460px) {
  .container {
    width: 1200px;
  }
  header .tel{
    display: none;
  }
  footer .top ul li:nth-of-type(3){
    padding-left: 28px;
  }
}
@media (max-width: 1440px){
  .connect{
    height: 560px;
  }
  .connect .container .content{
    top: 160px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  footer .footer-menu ul li {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }

  .logo-pic {
    width: 110px;
  }
  
  .nav {
    margin-right: 0;
  }
  .mf12 {
    font-size: 12px;
  }
  .mf14 {
    font-size: 14px;
  }
  .mf16 {
    font-size: 16px;
  }
  .mf18 {
    font-size: 18px;
  }
  .mf20 {
    font-size: 20px;
  }
  .mf22 {
    font-size: 22px;
  }
  .mf24 {
    font-size: 24px;
  }
  
  header.open .nav {
    padding: 0 20px;
  }
  header .nav-box {
    width: auto;
    height: 60px;
    padding-top: 20px;
    margin: 0;
  }

  header .nav-box .burger {
    display: block;
    width: 20px;
    height: 6px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
    margin-top: 10px;
  }
  header .nav-box .nav {
    display: none;
  }
  header .nav-box .logo-pic {
    width: 100px;
  }
  .burger-line1,
  .burger-line2,
  .burger-line3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .burger-line1 {
    position: absolute;
    top: -6px;
  }
  .burger-line3 {
    position: absolute;
    top: 6px;
  }
  
  .nav-box.open .nav {
    display: grid;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    grid-auto-rows: max-content;
    justify-items: end;
    padding: 0 30px;
    opacity: 0;
    animation: slideDown 0.6s ease-out forwards;
    z-index: 1000;
  }
  .nav-box.open .nav > * {
    color: #333;
    animation: showMenu 0.5s linear forwards;
    font-size: 18px;
    margin: 10px 0;
    opacity: 0;
    display: block;
  }

  .nav-box.open .burger-line1,
  .nav-box.open .burger-line2,
  .nav-box.open .burger-line3 {
    background-color: #333;
    transition: 0.4s ease;
  }
  .nav-box.open .burger-line1 {
    transform: rotate(45deg) translate(3px, 5px);
  }
  .nav-box.open .burger-line2 {
    transform: translateX(5px);
    opacity: 0;
  }
  .nav-box.open .burger-line3 {
    transform: rotate(-45deg) translate(3px, -5px);
  }
  .nav ul {
    height: 56px;
    line-height: 56px;
  }
  .nav ul .item {
    padding: 0;
    text-align: right;
  }
  .nav ul .item a {
    padding: 0;
    font-size: 20px;
  }
  .nav ul .item:hover,
  .nav ul .item.active {
    color: #833d5b;
  }
  .nav ul .item:hover::after, .nav ul .item.active::after{
    display: none;
  }
  .banner {
    height: 200px;
  }

  .same-title h3 {
    font-size: 22px;
  }
  .same-title .en-txt {
    font-size: 16px;
  }
  .same-title .en-txt span {
    font-size: 28px;
  }
  .prev {
    right: 50px;
  }

  .page-box {
    margin-top: 40px;
  }
  .slide-menu{
    bottom: 10%;
  }
  .slide-menu .rxlist{
    display: none;
  }

  .connect.banner{
    height: 560px;
  }
  .connect .container .content{
    width: 82%;
  }
  @keyframes slideDown {
    from {
      height: 0;
      opacity: 0;
    }
    to {
      height: 100vh;
      opacity: 1;
      padding-top: 80px;
    }
  }
  @keyframes showMenu {
    from {
      opacity: 0;
      transform: translateY(-1vh);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (max-width: 750px) {
  .nav ul .item a{
  	justify-content: center;
  }
  .container {
    padding: 0 20px;
  }
  .mshow {
    display: block;
  }
  .mhide {
    display: none;
  }
  .next, .prev, .spenext, .speprev ,.clickSwiper .swiper-button-next.swiper-button-disabled, .clickSwiper .swiper-button-prev.swiper-button-disabled{
    width: 30px;
    height: 30px;
  }
  .next img,
  .prev img {
    height: 20px;
  }
  header{
    height: 70px;
  }
  header.open .menu {
    padding: 0 20px;
  }

  .page-box a {
    font-size: 14px;
  }
  .slide-menu{
    display: none;
  }
  .next i, .prev i ,.same-swiper .next::after, .same-swiper .prev::after,.spenext::after, .speprev::after,.clickSwiper .swiper-button-next.swiper-button-disabled::after, .clickSwiper .swiper-button-prev.swiper-button-disabled::after{
    width: 8px;
    height: 16px;
  }
  .banner{
    height: 250px!important;
  }
  .home-bottom {
    background-size: cover;
    padding: 54px 0 42px;
  }
  .home-bottom .title {
    font-size: 22px;
  }
  .home-bottom .title i {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .home-bottom .watch-more {
    margin: 30px 0 0;
  }
  footer .top ul{
    flex-wrap: wrap;
  }
  footer .top ul li {
    padding: 24px 0;
    width: 100%;
    flex: initial;
    justify-content: flex-start;
  }
  footer .top ul li:nth-of-type(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    border-left: none;
    border-right: none;
    justify-content: flex-start;
  }
  footer .top ul li:nth-of-type(3) {
    padding-left: 0;
  }
  footer .menu-box {
    padding: 34px 0 26px;

    flex-wrap: wrap;
  }
  footer .footer-menu{
    flex: initial;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .first-menu .name {
    margin: 20px 0 10px;
  }
  footer .logo-pic {
    margin: 0 auto;
  }
  footer .footer-menu .title {
    text-align: center;
    padding-bottom: 16px;
  }
  footer .footer-menu ul li{
    width: 33.33%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .footer-menu.last-menu {
    margin: 0 auto;
  }
  footer .foot-bottom {
    padding: 18px 0;
    flex-wrap: wrap;
  }
  footer .foot-bottom .link{
    margin-bottom: 10px;
  }
  footer .foot-bottom .link a {
    margin-right: 10px;
  }
  footer .foot-bottom .zcpt{
    margin:  0 auto;
  }
  footer .top ul li img{
    height: 16px;
    margin-right: 8px;
  }
  .more-box {
    position: absolute;
    right: 10%;
    bottom: 20px;
    flex-wrap: wrap;
    text-align: right;
    justify-content: flex-end;
  }
  .more-box>span{
    width: 100%;
    margin-bottom: 10px;
  }
  .more-box .watch-more {
    margin: 0;
  }
  .position {
    padding: 16px 0;
  }
  .position  img{
    width: 15px;
  }

  .product .hd ul li {
    width: 80px;
    height: 80px;
    margin-left: 0;
    margin-right: 8%;
    margin-bottom: 30px;
  }
  .product .hd ul li:nth-of-type(3n){
    margin-right: 0;
  }
  .product .hd ul li::after {
    width: 96px;
    height: 96px;
  }
  .product  .hd ul li i{
    width: 15px;
    height: 15px;
    margin-bottom: 6px;
  }
  .connect.banner{
    height: 600px!important;
  }
  .connect .container .content{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    flex-wrap: wrap;
    height: 400px;
    top: 130px;
  }
  .connect .container .content .left-box {
    padding: 30px 15px;
  }
  .connect .container .content .left-box .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .connect .container .content .left-box .item .icon img{
    height: 15px;
  }
  .connect .container .content .left-box .item .address{
    flex: 1;
  }
  .connect .container .content .left-box .item {
    margin-top: 15px;
  }
  .bshare-custom {
    margin-top: 25px;
  } 
  .connect .container .content .right-box {
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-top: 0;
    align-items: flex-start;
    padding-left: 0;
    padding-top: 60px;
  }
  .connect .container .content .right-box .logo{
    margin: 0 auto;
  }
  .connect .container .content .right-box .logo img{
    display: block;
    width: 117px;
  }
  .product .video .bof-box .bof-icon, .pro-content .pro-lists ul li .bof-box .bof-icon, .case-content .case-lists ul li .bof-box .bof-icon{
    width: 30px;
  }
}


