@font-face {
    font-family: "Raleway-Regular";
    src: url(../fonts/Raleway-Regular.eot);
    src: url(../fonts/Raleway-Regular.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/Raleway-Regular.woff2) format("woff2"),
    url(../fonts/Raleway-Regular.woff) format("woff"),
    url(../fonts/Raleway-Regular.ttf) format("truetype"),
    url(../fonts/Raleway-Regular.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Raleway-Medium";
    src: url(../fonts/Raleway-Medium.eot);
    src: url(../fonts/Raleway-Medium.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/Raleway-Medium.woff2) format("woff2"),
    url(../fonts/Raleway-Medium.woff) format("woff"),
    url(../fonts/Raleway-Medium.ttf) format("truetype"),
    url(../fonts/Raleway-Medium.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Pacifico-Regular";
    src: url(../fonts/Pacifico.eot);
    src: url(../fonts/Pacifico.eot?#font-spider)format("embedded-opentype"),
    url(../fonts/Pacifico.woff2) format("woff2"),
    url(../fonts/Pacifico.woff) format("woff"),
    url(../fonts/Pacifico.ttf) format("truetype"),
    url(../fonts/Pacifico.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand.eot);
    src: url(../fonts/Quicksand.eot?#font-spider)format("embedded-opentype"),
    url(../fonts/Quicksand.woff2) format("woff2"),
    url(../fonts/Quicksand.woff) format("woff"),
    url(../fonts/Quicksand.ttf) format("truetype"),
    url(../fonts/Quicksand.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand-Medium";
    src: url(../fonts/Quicksand-Medium.eot);
    src: url(../fonts/Quicksand-Medium.eot?#font-spider)format("embedded-opentype"),
    url(../fonts/Quicksand-Medium.woff2) format("woff2"),
    url(../fonts/Quicksand-Medium.woff) format("woff"),
    url(../fonts/Quicksand-Medium.ttf) format("truetype"),
    url(../fonts/Quicksand-Medium.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand-Bold";
    src: url(../fonts/Quicksand-Bold.eot);
    src: url(../fonts/Quicksand-Bold.eot?#font-spider)format("embedded-opentype"),
    url(../fonts/Quicksand-Bold.woff2) format("woff2"),
    url(../fonts/Quicksand-Bold.woff) format("woff"),
    url(../fonts/Quicksand-Bold.ttf) format("truetype"),
    url(../fonts/Quicksand-Bold.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
}
html.active{
    /* overflow: hidden; */
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
  display: block;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  user-select: none;
  /* 图片失真的问题 */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}
input,
textarea,
button,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #bfbfbf !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.mask {
  display: none!important;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
}
.mask.show {
  display: none!important;
}
ul {
  margin-bottom: 0;
}
.form-control {
  background-color: transparent;
  border: 1px solid #cbc9c9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #777883;
}
.btn {
  height: 30px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
  box-shadow: none;
  display: inline-block;
  padding: 0 20px;
  background-color: #1abdb2;
  color: #eaeaea !important;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn[disabled="disabled"],
.btn[disabled="true"] {
  cursor: not-allowed;
}
.btn.primary-btn {
  background-color: #2c4c8d;
}
.btn.primary-btn:hover {
  background-color: #3d63ae;
}
.btn.danger-btn {
  background-color: #984b3c;
}
.btn.danger-btn:hover {
  background-color: #ac5443;
}
.btn.info-btn {
  background-color: #705b39;
}
.btn.info-btn:hover {
  background-color: #91764b;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.red {
  color: red;
}
html.show,
body.show {
  overflow: hidden;
  height: 100%;
}
#app {
  transition: all 0.3s ease-out;
  /*overflow: hidden;*/
}
#app.show {
  /* -webkit-transform: translateX(260px);
  transform: translateX(260px); */
  width: 100vw;
  height: 100vh;
}
#mobileMenu {
  position: fixed;
  left: -200px;
  top: 0;
  margin: 0;
  width: 200px;
  height: 100vh;
  background: #d9662b;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 910;
}
#mobileMenu.show {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
#mobileMenu .hello {
  padding: 8px;
  line-height: 54px;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
}
#mobileMenu .menu {
  padding-top: 15px;
}
#mobileMenu .menu a {
  display: block;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 36px;
}
#mobileMenu .menu a.user {
  padding-left: 0;
  text-align: center;
  background: #2e3e60;
  color: #fff;
  margin: 5px 0;
}
#mobileMenu .menu .mbchild {
  width: auto !important;
  opacity: 1 !important;
}
#mobileMenu .menu .mbchild a {
  padding-left: 35px;
}
#mobileMenu .menu a:hover,
#mobileMenu .menu a.active {
  text-decoration: none;
  background: rgba(224, 211, 176, 0.4);
}
#navToggle {
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
  height: 2px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #f8c80f;
  position: absolute;
  display: block;
  content: "";
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}
#navToggle::before {
  margin-top: -7px;
}
#navToggle::after {
  margin-top: 7px;
}
#navToggle.show span {
  opacity: 0;
}
#navToggle.show::before {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navToggle.show::after {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mb-menu {
	position:fixed;
	left:-260px;
	top:0;
	margin:0;
	width:260px;
	height:100vh;
	background-color:#02489e;
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	z-index:910
}
#mb-menu {
	display:none!important;
}
#mb-menu.show,#menu.show {
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}
.mm-listview .active{
    background: rgba(255, 255, 255, 0.5);
}
.mm-listview .lang{
    display: block;
    text-align: center;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0.05);
}
.header {
  position: relative;
  z-index: 1001;
  background: #181818;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 10px;
  line-height: 0.8rem;
  display: flex;
  -webkit-display: flex;
  display: none;
}
.header img {
  height: 85%;
}
@-webkit-keyframes navMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container{
    width: 14rem;
}

/* 首页 */
.top{
    margin-top: 1.35rem;
}
.menu-sub{
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #d51a19;
    border-bottom: 0.05rem solid #f7d1d1;
    transition: all 0.3s;
}
.menu-sub.active, .menu-sub.act{
    background: #fff;
    transition-duration: 0;
}
.menu-sub.active .nava a, .menu-sub.act .nava a{
    color: #5B6670;
}
.menu-sub.active .search, .menu-sub.act .search{
    background: #FBF7F3;
}
.menu-sub.active .menu .user svg path, .menu-sub.active .menu .cart svg path, .menu-sub.act .menu .user svg path, .menu-sub.act .menu .cart svg path{
    fill: #5B6670;
}
.menu-sub.active .menu .cart p, .menu-sub.act .menu .cart p{
    color: #5B6670;
}
.subnav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul li{
    float: left;
    margin-right: 0.6rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.menu ul li a{
    color: #000;
    display: block;
    line-height: 0.3rem;
    transition: all 0.4s;
}
.menu ul{
    overflow: hidden;
    float: left;
}
.menu ul li a:hover{
    color: #ac1f24;
}
.link{
    float: left;
}
.link a{
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.4s;
    display: inline-block;
    border-left: 1px solid #254058;
}
.link a:first-child{
    border-left: 0;
}
.link a:hover{
    opacity: 0.65;
}
.menu{
    display: flex;
    align-items: center;
}
.menu .user{
    margin-right: 0.2rem;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.menu .user:last-child{
    margin-right: 0;
}
.menu .user svg, .menu .cart svg{
    width: auto;
    height: 0.2rem;;
}
.menu .cart p{
    position: absolute;
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #FFFFFF;
    bottom: 0.01rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.subna{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #e5f0f7;
    padding: 0.32rem 0 0.23rem;
    border-radius: 0 0 0.1rem 0.1rem;
    display: none;
}
.subna a{
    font-size: 14px;
    line-height: 14px;
    color: #231815;
    padding: 0 15px;
    display: inline-block;
}
.subtoys{
    position: fixed;
    left: 32%;
    width: 9rem;
    padding: 0.32rem;
    /* display: flex; */
}
.subtoys .category{
    width: 60%;
    margin-right: 0.24rem;
    /* display: flex;
    flex-wrap: wrap; */
    background: transparent;
    float: left;
}
.subtoys .category .con{
    display: flex;
    flex-wrap: wrap;
}
.subtoys .category a{
    width: calc(25% - calc(3 / 4 * 0.14rem));
    margin: 0.14rem 0.14rem 0 0;
    background: #FBF7F3;
    padding: 0.1rem 0 0.16rem;
}
.subtoys .category a:nth-child(4n){
    margin-right: 0;
}
.subtoys .category a:nth-child(1), .subtoys .category a:nth-child(2), .subtoys .category a:nth-child(3), .subtoys .category a:nth-child(4){
    margin-top: 0;
}
.subtoys .category img{
    height: 0.7rem;
    margin: 0 auto 0.05rem;
}
.subtoys a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #5B6670;
}
.subtoys .age{
    float: left;
    width: 14%;
    margin-right: 0.28rem;
}
.subtoys .age a{
    padding: 0.11rem 0;
    border-radius: 0.05rem;
    background: #FBF7F3;
    margin-bottom: 0.14rem;
}
.subtoys .age a:last-child{
    margin-bottom: 0;
}
.subtoys .type{
    float: left;
    width: calc(26% - 0.52rem);
}
.subtoys .type a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #5B6670;
    margin-bottom: 0.14rem;
    padding: 0.29rem 0;
}
.subtoys .type a:last-child{
    margin-bottom: 0
}

/* Company History */
.history{
    padding: 1rem 0;
}
.history .title{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}
.history .box{
    position: relative;
}
.history .bg{
    /* width: 62%; */
    margin: 0 auto;
    display: block;
    /* 图片失真的问题 */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

/* Catalog */
.catalog{
    padding: 0.95rem 0 1.2rem;
}
.catalog .tab{
    text-align: center;
    margin-bottom: 0.8rem;
}
.catalog .tab a{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin: 0 0.67rem;
    opacity: 0.5;
}
.catalog .tab a.active{
    opacity: 1;
}
.catalog .huace{
    position: relative;
    width: 9rem;
    margin: 0 auto;
}
.catalog .huace .swiper-button-prev{
    left: -0.5rem;
    background: url(../images/catalog_prev.png) no-repeat;
    background-size: contain;
}
.catalog .huace .swiper-button-next{
    right: -0.5rem;
    background: url(../images/catalog_next.png) no-repeat;
    background-size: contain;
}
.catalog .pdfbox{
    display: none;
    animation: pdf 1s;
}
.catalog .pdfbox.active{
    display: block;
}
@keyframes pdf{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.logo{
    display: flex;
    align-items: center;
}

.logo #pcBox{
    float: left;
    position: relative;
    margin-right: 0;
    margin-left: 0.48rem;
    margin-top: 0.36rem;
    font-size: 0.24rem;
    color: #254058;
    transition: all 0.4s;
}
.logo #pcBox:hover{
    opacity: 0.8;
    margin-left: 0.52rem;
}
.logo #pcBox span{
    background: #231815;
    display: block;
    width: 0.4rem;
    height: 0.02rem;
    margin-top: 0.05rem;
}
.logo #pcBox span:nth-child(2){
    width: 0.48rem;
}
.nava, .nava ul{
    display: flex;
}
.nava ul li{
    position: relative;
    height: 0.8rem;
    display: flex;
    align-items: center;
}
.nava ul li > a{
    position: relative;
    width: 0.8rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.8rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
}
.nava ul li > a:after{
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.05rem;
    width: 0;
    height: 0.05rem;
    background: #fff;
}
.nava ul li > a.active:after{
    opacity: 1;
    width: 100%;
}
/* 轮播图文字 */
.banner .swiper-slide{
    position: relative;
    background: #fff;
    overflow: hidden;
}
.banner .swiper-slide .img1{
    width: 100%;
}
.banner .swiper-slide:nth-child(4) .text > b{
    line-height: 1.5rem!important;
}
.banner .text{
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner .text > b{
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.65rem;
    color: #fff;
    margin-bottom: 0.25rem;
}
.banner .text > p{
    font-size: 0.43rem;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 0.43rem;
    color: #fff;
    margin-bottom: 0.74rem;
}
.banner .text .more{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    line-height: 0.45rem;
    border-radius: 0.45rem;
    background: #fff;
}
.banner .text .more span{
    color: #d51a19;
    margin-right: 0.05rem;
}
.banner .text .more svg{
    width: auto;
    height: 25px;
}
.banner-img .crumbs{
    width: 76.5%;
    margin: 0 auto;
    position: absolute;
    bottom: 0.12rem;
    left: 50%;
    margin-left: -38.25%;
    z-index: 9;
}
.banner-img .crumbs a,
.banner-img .crumbs span{
    color: #fff;
    font-size: 0.14rem;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* background: #000; */
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
  opacity: 1;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 0.4rem;
  height: 1rem;
  margin-top: -0.5rem;
  border-radius: 3px;
  transition: all 0.3s;
  animation: adBack 3s;
}
@keyframes adBack{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-webkit-keyframes adBack{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.banner .swiper-button-prev {
  background: #f8c80f url("../images/banner_prev.png") no-repeat center;
  left: 0.3rem;
  background-size: 0.13rem;
}
.banner .swiper-button-next {
  background: #f8c80f url("../images/banner_next.png") no-repeat center;
  right: 0.3rem;
  background-size: 0.13rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 0.8;
  cursor: pointer;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.77rem;
  text-align: center;
  z-index: 2222;
  margin: 0 auto;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.09rem;
  height: 0.09rem;
  margin: 0 0.1rem !important;
}
.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.4rem;
}
.home-newscont{
    overflow: hidden;
    position: relative;
}

/* 首页关于 */
.home-about{
    background: url(../images/home_about_bg.jpg) repeat-x center;
    height: 3.5rem;
    text-align: center;
    padding-top: 0.65rem;
    color: #fff;
}
.home-about .box{
    width: 79%;
    margin: 0 auto;
}
.home-about .box > b{
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;
}
.home-about .box em{
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-family: 'Arial';
    margin-bottom: 0.37rem;
}
.home-about .box p{
    font-size: 0.18rem;
    max-height: 0.5rem;
    /*overflow: hidden;*/
}
.home-about .box .content{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* 首页面积 */
.mianji{
    position: relative;
    z-index: 1;
    margin: -0.84rem 0 0.75rem;
}
.mianji .box{
    background: #fff;
    padding: 0.45rem 0;
    box-shadow: 0px 10px 16px 1px rgba(0,0,0,0.2);
}
.mianji .box ul{
    display: flex;
    align-items: center;
}
.mianji .box ul li{
    width: calc(25% - 1px);
    border-right: 1px solid #b5b5b6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mianji .box ul li:last-child{
    border-right: 0;
}
.mianji .box .num {
    font-size: 0.55rem;
    line-height: 0.55rem;
    color: #d51a19;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.mianji .box li p {
    font-size: 0.177rem;
    line-height: 0.177rem;
    color: #3e3a39;
}
.mianji .box li sup {
    font-size: 0.27rem;
    line-height: 0.27rem;
    color: #d51a19;
    margin-left: 0.05rem;
}

/* 首页功能 */
.gongneng{
    margin-bottom: 0.82rem;
}
.gongneng .box .more{
    width: 1.8rem;
    line-height: 0.33rem;
    background: #d51a19;
    border-radius: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Arial';
    color: #fff;
}
.gongneng .box .more svg{
    width: auto;
    height: 25px;
}
.liucheng{
    position: relative;
    margin-bottom: 0.75rem;
}
.liucheng ul{
    display: flex;
}
.liucheng:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0.825rem;
    width: 100%;
    height: 0.02rem;
    background: #59514f;
}
.liucheng li{
    width: calc(100% / 5);
    text-align: center;
}
.liucheng .img{
    position: relative;
    padding-bottom: 0.23rem;
    /* border-bottom: 0.02rem solid #59514f; */
    margin-bottom: 0.29rem;
    min-height: 0.6rem;
    height: 0.83rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.liucheng .img:after{
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
    margin-left: -calc(100% / 6);
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #231815;
}
.liucheng .img::before{
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.02rem;
    bottom: -0.01rem;
    background: #d51a19;
}
.liucheng li.active .img:before{
    width: 100%;
}
.liucheng .img img{
    max-height: 0.6rem;
}
.liucheng .img .act{
    display: none;
}
.liucheng li.active .img .act{
    display: inline-block;
}
.liucheng li.active .img .icon{
    display: none;
}
.liucheng li.active .text b{
    color: #d51a19;
}
.liucheng li.active .img:after{
    background: #d51a19;
}
.liucheng .text{
    padding: 0 0.2rem;
}
.liucheng .text b{
    color: #3e3a39;
    margin-bottom: 0.17rem;
    min-height: 0.45rem;
    font-weight: bold;
}
.liucheng .text p{
    font-size: 14px;
    color: #888;
    line-height: 0.24rem;
    text-align: justify;
}

/* 首页产品 */
.home-product{
    padding: 0.82rem 0 1.08rem;
    background: #f7f8f8;
}
.home-product .top{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-product .top .more{
    font-size: 14px;
    font-family: 'Arial';
    color: #3e3a39;
    display: flex;
    align-items: center;
}
.home-product .top .more svg{
    width: auto;
    height: 22px;
}
.home-product .top b{
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #d51a19;
    margin-bottom: 0.12rem;
}
.home-product .box .en{
    position: relative;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #898989;
}
.home-product .box .en:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 92%;
    height: 0.02rem;
    background: #a8a7a7;
}
.pro-list{
    position: relative;
}
.pro-list .swiper-slide{
    transform: scale(0.5)!important;
    text-align: center;
}
.pro-list .swiper-slide-active{
    transform: scale(1)!important;
}
.pro-list .swiper-slide-active .text{
    color: #d51a19;
}
.pro-list .swiper-slide .img{
    margin-bottom: 0.3rem;
    opacity: 0.5;
}
.pro-list .swiper-slide-active .img{
    margin-bottom: 0.6rem;
    opacity: 1;
}
.pro-list .text p{
    color: #595757;
    margin-bottom: 0.07rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro-list .text span{
    color: #898989;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro-list .swiper-slide-active .text p{
    font-size: 0.22rem;
    line-height: 0.22rem;
    font-family: 'Arial';
    color: #d51a19;
    margin-bottom: 0.12rem;
}
.pro-list .swiper-slide-active .text span{
    font-size: 14px;
    color: #d51a19;
}
.pro-list .swiper-button-prev{
    left: 28%;
    top: 40%;
    background-image: none;
}
.pro-list .swiper-button-prev svg, .pro-list .swiper-button-next svg{
    width: auto;
    height: 0.4rem;
}
.pro-list .swiper-button-next{
    right: 28%;
    top: 40%;
    background-image: none;
    transform: rotate(180deg);
}
.pro-list .swiper-container-3d .swiper-slide-shadow-left, .pro-list .swiper-container-3d .swiper-slide-shadow-right{
    display: none;
}
.pro-nav{
    padding: 0.8rem 0 1rem;
    text-align: center;
}
.pro-nav a{
    position: relative;
    margin: 0 0.3rem;
    padding: 0 0.2rem 0.14rem;
    color: #231815;
    font-weight: bold;
}
.pro-nav a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.03rem;
    background: transparent;
}
.home-procontent{
    overflow: hidden;
    /* display: none; */
}
.home-procontent.active{
    display: block;
}
.pro-nav a.active{
    color: #d51a19;
}
.pro-nav a.active:after{
    background: #d51a19;
}

/* 产品详情 */
.product-info-banner{
    height: 5.8rem;
    background: #f7f8f8;
    /*margin-top: 0.85rem;*/
}
.product-info-banner .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-banner .swiper-slide img{
    max-width: 80%;
    max-height: 80%;
    width: auto;
}
.product-info{
    padding: 1rem 0 2.7rem;
}
.product-info .box{
    width: 75%;
    margin: 0 auto;
}
.product-info .box .name{
    display: flex;
    align-items: center;
    line-height: 0.55rem;
    padding-bottom: 0.52rem;
    border-bottom: 0.02rem solid #595757;
}
.product-info .name p{
    font-size: 0.55rem;
    color: #d51a19;
    margin-right: 0.15rem;
}
.product-info .name span{
    font-size: 0.25rem;
    color: #3e3a39;
    font-family: 'Arial';
    line-height: 0.28rem;
}
.product-info ul li{
    border-bottom: 0.02rem solid #cccdcd;
    padding: 0.38rem 0;
    display: flex;
}
.product-info ul li em{
    position: relative;
    top: 0.03rem;
    width: 22%;
    font-size: 0.2rem;
    color: #231815;
    font-weight: bold;
}
.product-info ul li div{
    width: 78%;
    font-size: 0.18rem;
    color: #595757;
    line-height: 0.32rem;
}

/* 产品中心 */
.product{
    padding-bottom: 1.5rem;
}
.product-nav{
    background: #d51a19;
    margin-bottom: 0.9rem;
    display: flex;
    flex-wrap: wrap;
}
.product-nav a{
    padding: 0 0.55rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.9rem;
    display: inline-block;
}
.product-nav a.active{
    background: #fff;
    color: #d51a19;
    font-weight: bold;
}
.product-cont{
    display: flex;
    flex-wrap: wrap;
}
.product-cont a{
    width: calc(100% / 3 - 0.74rem - calc(2 / 3 * 0.07rem));
    margin: 0 0.07rem 0.07rem 0;
    background: #f7f8f8;
    padding: 0.55rem 0.35rem 0.39rem;
    border: 0.02rem solid transparent;
}
.product-cont a:nth-child(3n){
    margin-right: 0;
}
.product-cont .img{
    max-width: 3.9rem;
    max-height: 2.4rem;
    padding-bottom: 0.55rem;
    border-bottom: 0.02rem solid #c0c0c0;
    min-height: calc(3rem - 0.55rem);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.product-cont .img img{
    max-height: 2.4rem;
}
.product-cont .cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-cont svg{
    position: relative;
    top: 0.04rem;
    width: auto;
    height: 38px;
}
.product-cont .cont .left{
    width: calc(100% - 0.6rem);
    padding: 0.12rem 0.28rem 0 0;
    border-right: 0.02rem solid #c0c0c0;
}
.product-cont svg path{
    fill: #231815;
}
.product-cont .cont .left p{
    font-size: 0.18rem;
    color: #231815;
    margin-bottom: 0.08rem;
    /*line-height: 0.18rem;*/
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-cont .cont .left span{
    font-size: 14px;
    color: #898989;
    /*line-height: 0.2rem;*/
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 福利体系 */
.welfare-box .text{
    max-width: 8.21rem;
    margin: 0 auto;
}
.welfare-box .text1{
    margin-bottom: 0.14rem;
    background: #eee;
    padding: 0.2rem 0;
}

.welfare-box .text1 ul{
    display: flex;
    flex-wrap: wrap;
}
.welfare-box .text1 ul li{
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #cfcfcf;
    line-height: normal;
}
.welfare-box .text1 ul li:last-child{
    border-right: 0;
}
.welfare-box .text1 ul li p{
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #666;
}
.welfare-box .text1 ul li span{
    font-size: 0.12rem;
    color: #666;
}
.welfare-box .text2 ul li{
    padding: 0.22rem;
    background: #eee;
    margin-bottom: 0.14rem;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.28rem;
}
.welfare-box .text2 ul li p{
    margin-bottom: 0;
}

/* 招聘岗位 */
.recruit{
    padding-bottom: 1.5rem;
}
.recruit-nav{
    border-bottom: 0.02rem solid #dcdddd;
    margin-bottom: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}
.recruit-nav a{
    padding: 0 0.24rem;
    margin: 0 0.42rem;
    color: #3e3a39;
    line-height: 0.8rem;
    display: inline-block;
    border-bottom: 0.02rem solid transparent;
}
.recruit-nav a.active{
    border-color: #d51a19;
    color: #d51a19;
    font-weight: bold;
}
.recruit-nav .box{
    text-align: center;
}
.recruit-title{
    margin-bottom: 0.66rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #d51a19;
    text-align: center;
}
.recruit-title.info{
    font-weight: normal;
    color: #3e3a39;
}
.recruit-cont .zhiwei{
    padding: 0.35rem 0.45rem;
    color: #3e3a39;
    font-weight: bold;
    background: #f7f8f8;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.recruit-cont .zhiwei li{
    display: flex;
    align-items: center;
}
.recruit-cont .zhiwei li span{
    font-weight: normal;
}
.recruit-cont .list{
    padding: 0.79rem 0.24rem 0.5rem;
    display: flex;
    color: #000;
    margin-bottom: 0.5rem;
    border-bottom: 0.02rem solid #edeeee;
}
.recruit-cont .list:last-child{
    border-bottom: 0;
    /*padding: 0;*/
    /*margin-bottom: 0.8rem;*/
}
.recruit-cont .list > b{
    font-size: 0.18rem;
    font-weight: bold;
    margin-right: 0.4rem;
    line-height: 0.4rem;
}
.recruit-cont .list .contt{
    width: calc(100% - 1.34rem);
    line-height: 0.4rem;
}
.recruit-btn{
    display: flex;
}
.recruit-btn a{
    position: relative;
    width: 1.51rem;
    line-height: 0.41rem;
    border-radius: 0.41rem;
    text-align: center;
    background: #d51a19;
    color: #fff;
    margin-right: 0.64rem;
}
.recruit-btn a:nth-child(1), .recruit-btn a.shangchuan{
    border: 0.02rem solid transparent;
}
.recruit-btn a:last-child{
    width: 1.51rem;
    line-height: 0.41rem;
    border-radius: 0.41rem;
    text-align: center;
    border: 0.02rem solid #898989;
    color: #898989;
    margin-right: 0.64rem;
    background: transparent;
}
.recruit-shaixuan{
    background: #f7f8f8;
    padding: 0.35rem 0.5rem 0.25rem;
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.recruit-shaixuan .fenlei{
    display: flex;
    width: 95%;
}
.recruit-shaixuan .fenlei em{
    color: #595757;
    font-weight: bold;
    width: 0.9rem;
}
.recruit-shaixuan .li{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.3rem;
    width: calc(100% - 0.9rem);
    height: 0.32rem;
    overflow: hidden;
}
.recruit-shaixuan .li a{
    color: #595757;
    margin: 0 0.55rem 0.1rem 0;
}
.recruit-shaixuan .li a.active{
    color: #d51a19;
    font-weight: bold;
}
.recruit-shaixuan .li.active{
    height: auto;
}
.recruit-shaixuan .more{
    font-size: 14px;
    color: #898989;
    background: url(../images/recruiit_more_icon.png) no-repeat center right;
    padding-right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.recruit-list .nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.24rem;
}
.recruit-list .nav li{
    width: 25%;
    text-align: center;
    color: #3e3a39;
    font-weight: bold;
    padding-bottom: 0.29rem;
    border-bottom: 1px solid #3e3a39;
}
.recruit-list .list ul{
    width: 100%;
    padding: 0.32rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdddd;
}
.recruit-list ul li{
    width: 25%;
    text-align: center;
    color: #3e3a39;
}
.recruit-list ul li .qiuzhi{
    display: inline-block;
    font-size: 12px;
    color: #595757;
    width: 0.86rem;
    line-height: 0.25rem;
    background: #efefef;
    text-align: center;
    border-radius: 0.25rem;
}
.recruit-list .list{
    display: block;
}

/* 人才库 */
.talentpool-content .form-information .other{
    margin-top: 0.1rem;
    width: 100%;
}
.talentpool-content .form-information .other textarea{
    width: 100%;
}
.talentpool-content .form-information{
    width: 11rem;
    margin: 0 auto;
}
.talentpool-content .form-information .data-text{
    display: flex;
    align-items: baseline;
    line-height: 0.22rem;
}
.talentpool-content .form-information .data-text span{
    font-size: 0.22rem;
    color: #d51a19;
    margin-right: 0.15rem;
}
.talentpool-content .form-information .data-text p{
    font-size: 0.19rem;
    color: #595757;
}
.talentpool-content .form-information .data-text label{
    font-size: 0.14rem;
    line-height: 0.14rem;
}
.talentpool-content .form-information .data{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.78rem;
}
.talentpool-content .form-information .data.yuzhong .list:nth-child(1){
    border: 0;
    width: auto;
}
.talentpool-content .form-information .data.yuzhong .list label{
    margin-right: 0.13rem;
}
.talentpool-content .form-information .data.yuzhong .list .layui-input-block{
    width: 0.9rem;
    line-height: 0.35rem;
    border: 1px solid #999;
    border-radius: 0.05rem;
}
.talentpool-content .form-information .data.yuzhong .list .layui-select-title{
    display: flex;
    align-items: center;
    height: 0.35rem;
}
.talentpool-content .form-information .data.yuzhong .list .layui-select-title input{
    text-align: center;
}
.talentpool-content .form-information .data .li{
    width: 100%;
}
.talentpool-content .form-information .data button{
    margin-top: 0.32rem;
    width: 0.81rem;
    line-height: 0.27rem;
    border-radius: 0.27rem;
    font-size: 0.14rem;
    color: #fff;
    background: #666;
    text-align: center;
}
.talentpool-content .form-information .listjy{
    display: flex;
    flex-wrap: wrap;
}
.talentpool-content .form-information .data .list{
    display: flex;
    align-items: center;
    width: calc(100% / 3 - calc(2 / 3 * 1rem));
    margin: 0.37rem 1rem 5px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 0.15rem;
}
.talentpool-content .form-information .data .list #jydate, .talentpool-content .form-information .data .list #gzdate{
    display: flex;
    align-items: center;
    flex: 1;
}
.talentpool-content .form-information .data .list #jydate .layui-form-mid, .talentpool-content .form-information .data .list #gzdate .layui-form-mid{
    margin: 0 0.05rem;
    font-size: 0.14rem;
    color: #595757;
}
.talentpool-content .form-information .data .list:nth-child(3n){
    margin-right: 0;
}
.talentpool-content .form-information .data label{
    font-size: 16px;
    font-weight: normal;
    color: #595757;
    margin-bottom: 0;
}
.talentpool-content .form-information .data .list span{
    display: inline-block;
    width: 0.6rem;
}
.talentpool-content .form-information .data .list input{
    width: 100%;
    display: inline-block;
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #595757;
    height: 0.2rem;
    padding-left: 0;
    padding-right: 0;
}
.talentpool-content .form-information .data .list .layui-edge{
    margin-top: 0;
    display: none;
}
.talentpool-content .form-information .data .list dd{
    font-size: 0.14rem;
}
.talentpool-content .form-information .data .list .layui-input-block, .talentpool-content .form-information .data .list .layui-input-inline{
    min-height: auto;
    flex: 1;
    margin: 0 0 0.02rem 0;
}
.talentpool-content .form-information .data .list.dizhi{
    width: 54%;
}
.talentpool-content .form-information .data .list:last-child{
    width: 63.63%;
    margin-right: 0;
}
.talentpool-content .experience{
    margin-top: 0.5rem;
    width: 100%;
    height: 1.5rem;
    border:0.02rem solid #c1c1c1;
}
.talentpool-content .experience .title {
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.14rem;
}
.talentpool-content .experience .title span{
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #d51a19;
    margin-right: 0.1rem;
}
.talentpool-content .experience textarea{
    margin-left: 0.1rem;
    width: 95%;
    height: 85%;
}
.talentpool-content .form-btn{
    width: 1.51rem;
    text-align: center;
    line-height: 0.41rem;
    border-radius: 0.41rem;
    color: #fff;
    background: #d51a19;
    margin: 0 auto;
    margin-top: 0.2rem;
    border: 0.02rem solid transparent;
}
.textarea{
    border: 1px solid #a6a6a6;
    padding: 0.17rem;
    margin-bottom: 0.6rem;
}
.textarea .data{
    margin-bottom: 0!important;
}

/* 荣誉 */
.honor{
    padding: 1.35rem 0 2rem;
}
.honor-cont{
    display: flex;
    flex-wrap: wrap;
}
.honor-cont a{
    cursor: default;
    margin: -1px -1px 0 0;
    width: calc(100% / 3 - 1.2rem - 2px);
    border: 1px solid #dadbdb;
    text-align: center;
    padding: 0.6rem;
}
.honor-cont a em{
    position: relative;
    color: #595757;
    display: inline-block;
}
.honor-cont a em:before{
    content: '';
    position: absolute;
    left: -0.27rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/honor_icon.png) no-repeat center;
    width: 0.15rem;
    height: 0.31rem;
}
.honor-cont a em:after{
    content: '';
    position: absolute;
    right: -0.27rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/honor_icon.png) no-repeat center;
    width: 0.15rem;
    height: 0.31rem;
}
.honor-cont .img{
    margin-bottom: 0.35rem;
}

/* 首页新闻 */
.home-news{
    position: relative;
    margin-bottom: 1rem;
    padding-top: 0.82rem;
}
.home-news:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 4rem;
    background: url(../images/home_about_bg.jpg) no-repeat center / cover;
}
.home-news .box{
    position: relative;
}
.home-news .box .top{
    margin: 0;
    color: #fff;
    margin-bottom: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-news .box  .left p{
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #fff;
    margin-bottom: 0.12rem;
}
.home-news .box  .left span{
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-family: 'Arial';
}
.home-news .box .right{
    display: flex;
    align-items: center;
}
.home-news .box .right a{
    font-size: 14px;
    line-height: 14px;
    color: #dcdddd;
    padding: 0 0.12rem;
    border-right: 1px solid #fff;
}
.home-news .box .right a:last-child{
    padding-right: 0;
    border-right: 0;
}
.home-news .box .right a.active{
    font-size: 0.18rem;
    color: #fff;
}
.home-news .bot{
    padding: 0.8rem 0.55rem 0;
    background: #fff;
}
.home-news .cont{
    display: none;
}
.home-news .cont.active{
    display: flex;
}
.home-news .bot .pic{
    width: 51%;
	height: 5.33rem;
    margin-right: 0.5rem;
    overflow: hidden;
}
.home-news .bot .pic div{
    display: none;
    width: 100%;
    height: 100%;
}
.home-news .bot .pic div.active{
    display: block;
}
.home-news .bot .list{
    width: calc(49% - 0.5rem);
}
.home-news .bot .list a{
    display: flex;
    align-items: center;
    padding-bottom: 0.29rem;
    border-bottom: 0.02rem solid #c7c7c8;
    margin-bottom: 0.3rem;
}
.home-news .bot .list a:last-child{
    margin-bottom: 0;
}
.home-news .bot .list .news-title{
    width: 78%;
    margin-right: 0.75rem;
}
.home-news .bot .list .news-title p{
    color: #000;
    font-weight: bold;
    margin-bottom: 0.17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home-news .bot .list .news-title span{
    color: #898989;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news .bot .list .date{
    text-align: right;
}
.home-news .bot .list .date p{
    font-size: 0.24rem;
    color: #898989;
}
.home-news .bot .list .date svg{
    width: auto;
    height: 38px;
}
.home-news .bot .more {
    width: 1.8rem;
    line-height: 0.33rem;
    border: 0.02rem solid #3e3a39;
    border-radius: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.8rem auto 0;
    font-size: 14px;
    font-family: 'Arial';
    color: #3e3a39;
}
.home-news .bot .more svg{
    width: auto;
    height: 25px;
}
.home-news .bot .more svg path{
    fill: #3e3a39;
}

/* 公司新闻 */
.comnews .container{
    width: 13rem;
}
.comnews-cont a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0;
    border-bottom: 1px solid #a6a6a6;
}
.comnews-cont a:nth-child(1){
    padding-top: 0;
}
.comnews-cont .left{
    width: 79%;
    display: flex;
    align-items: center;
}
.comnews-cont .left .img{
    overflow: hidden;
    width: 2.8rem;
    height: 1.7rem;
    margin-right: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comnews-cont .left .img img{
    max-width: 100%;
    max-height: 100%;
    transform: perspective(10px);
}
.comnews-cont .left .news-title{
    width: calc(100% - 3.5rem);
}
.comnews-cont .left .news-title p{
    font-size: 0.18rem;
    font-weight: bold;
    /*line-height: 0.18rem;*/
    color: #3e3a39;
    margin-bottom: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.comnews-cont .left .news-title span{
    font-size: 14px;
    line-height: 0.22rem;
    color: #b5b5b6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.comnews-cont .date{
    padding: 0!important;
    text-align: right!important;
}
.comnews-cont .date svg{
    width: auto;
    height: 38px;
}
.comnews-cont .datee b{
    font-size: 0.45rem;
    font-family: 'Myriad Pro';
    line-height: 0.35rem;
    color: #b5b5b6;
    margin-bottom: 0.15rem;
}
.comnews-cont .datee p{
    font-size: 0.2rem;
    font-family: 'Myriad Pro';
    line-height: 0.2rem;
    color: #b5b5b6;
    margin-bottom: 0.3rem;
}

/* 内页banner */
.slide-banner{
    position: relative;
}
.slide-banner img{
    width: 100%;
}
.slide-banner .text{
    position: absolute;
    left: 50%;
    margin-left: -7rem;
    /* transform: translateX(-50%); */
    top: 1.9rem;
    text-align: left;
    width: 14rem;
    padding: 0 15px;
    color: #d51a19;
}
.slide-banner .text b{
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-family: 'Arial'
}
.slide-banner .text p{
    font-size: 0.45rem;
    line-height: 0.45rem;
}
.slide-banner .text span{
    position: relative;
    font-size: 0.28rem;
    display: block;
    margin-top: 0.6rem;
}
.slide-banner .text span:before{
    content: '';
    position: absolute;
    top: -0.25rem;
    margin-left: -0.25rem;
    left: 50%;
    width: 0.5rem;
    height: 0.04rem;
    background: #fff;
}
/* 项目合作 */
.cooperation{
    padding: 1.12rem 0 2.25rem;
}
.cooperation .box img{
    display: block;
    margin: 0 auto;
}
.cooperation-banner .text, .cmo-banner .text{
    margin-top: -1.12rem!important;
}
/* 未生产批文 */
.nopapproval{
    padding: 0.95rem 0 1.6rem;
}
.nopapproval .box img{
    display: block;
    margin: 0 auto;
}
/* cmo */
.cmo{
    padding: 0.8rem 0 2.15rem!important;
}
.cmo .box .img1{
    width: 9rem;
    margin: 0 auto 0.8rem;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.cmo .list{
    align-items: flex-start!important;
}
.cmo .list{
    padding-left: 0.95rem!important;
}
.cmo .list .left{
    width: 1.2rem!important;
    margin-top: 0.1rem;
}
.cmo .shebei li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
}
.cmo .shebei li:after{
    content: '';
    position: absolute;
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    bottom: -0.1rem;
    border: 0.02rem solid #d51a19;
    transform: rotate(45deg);
    left: 0.5rem;
    border-left: 0;
    border-top: 0;
}
.cmo .shebei li > i{
    position: relative;
    width: 1.15rem;
    font-size: 0.2rem;
    color: #d51a19;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: center;
}
.cmo .shebei li{
    padding: 0.15rem 0.45rem 0.15rem 0;
    border: 0.02rem solid #d51a19;
}
.cmo .shebei li div{
    width: calc(100% - 1.15rem);
    padding-left: 0.35rem;
    border-left: 0.02rem solid #6e6b6a;
}
.cmo .shebei li div, .cmo .shebei li div *{
    line-height: 0.25rem;
}

/* 关于大红鹰 */
.about, .vision, .duty{
    padding: 1.35rem 0 2.3rem;
}
.about .box{
    display: flex;
}
.about .left{
    width: 3rem;
}
.about .left li{
    margin-bottom: 0.95rem;
}
.about .left .li:nth-child(3) sup, .about .left .li:nth-child(4) sup{
    font-size: 0.18rem;
    font-weight: bold;
}
.about .left .num{
    font-size: 0.55rem;
    line-height: 0.55rem;
    color: #d51a19;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.about .left li p{
    font-size: 0.177rem;
    line-height: 0.177rem;
    color: #3e3a39;
}
.about .left li sup{
    font-size: 0.27rem;
    line-height: 0.27rem;
    color: #d51a19;
    margin-left: 0.05rem;
}
.about .right{
    /*width: calc(100% - 3rem);*/
    color: #3e3a39;
    line-height: 0.32rem;
}

/* 愿景和使命 */
.vision .pic1{
    height: 3.7rem;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
}
.vision .img{
    width: calc(100% - 4.7rem);
    height: 100%;;
}
.vision .text{
    width: 4.71rem;
    height: 100%;
    background: #d51a19;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vision .text b{
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.16rem;
}
.vision .text p{
    font-size: 0.18rem;
    line-height: 0.18rem;
    font-family: 'Arial';
    margin-bottom: 0.26rem;
}
.vision .text span{
    font-size: 0.22rem;
    line-height: 0.22rem;
}
.vision .pic{
    display: flex;
}
.vision .pic .img2{
    height: 3.7rem;
}
.vision .pic .text{
    width: 100%;
    height: 2.5rem;
}
.vision .pic2{
    width: 59%;
    margin-right: 0.3rem;
}
.vision .pic3{
    width: calc(41% - 0.3rem);
}

/* 社会责任 */
.duty .list{
    display: flex;
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #a5a5a5;
}
.duty .list:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.duty .list .left{
    width: 27%;
}
.duty .left .icon{
    height: 0.82rem;
    margin-bottom: 0.26rem;
}
.duty .left b{
    font-size: 0.3rem;
    color: #000;
    line-height: 0.3rem;
    margin-bottom: 0.18rem;
}
.duty .left em{
    font-size: 0.22rem;
    color: #4d4d4d;
    line-height: 0.32rem;
}
.duty .left ul{
    padding: 1.4rem 0 0 0.22rem;
    font-size: 0.22rem;
    color: #d51a19;
    line-height: 0.26rem;
}
.duty .left ul li{
    margin-bottom: 0.25rem;
}
.duty .left ul .li:last-child{
    margin-bottom: 0;
}
.duty .list .right{
    width: 73%;
    color: #3e3a39;
    line-height: 0.32rem;
}

/* 联系我们 */
.map{
    height: 6.7rem;
}
.map #container{
    height: 100%;
}
.contact .info{
    padding: 1.15rem 0 1.8rem;
    background: #d51a19;
}
.contact .info ul{
    display: flex;
    flex-wrap: wrap;
}
.contact .info ul li{
    width: calc(25% - calc(3 / 4 * 0.95rem));
    margin-right: 0.95rem;
    font-size: 14px;
    color: #fff;
    line-height: 0.32rem;
}
.contact .info ul li:nth-child(4n){
    margin-right: 0;
}
.contact .info ul li > b{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.3rem;
    padding-bottom: 0.17rem;
    border-bottom: 1px solid #f5c6c6;
}
.contact .info ul li .foot-ewm{
    width: 50%;
}
.contact .info ul li .foot-ewm img{
    padding: 0.1rem;
    background: #fff;
}

/* 历史沿革 */
.history{
    padding: 0.8rem 0 1.6rem;
}
.history-logo{
    display: block;
    margin: 0 auto 0.3rem;
}
.history .list{
    position: relative;
    overflow: hidden;
    padding-bottom: 1.6rem;
}
.history .list:before{
    content: '';
    position: absolute;
    width: 0.08rem;
    height: 100%;
    background: #d51a19;
    left: 50%;
    transform: translateX(-50%);
}
.history .list ul{
    padding-top: 0.4rem;
}
.history .list ul li{
    width: calc(50% - 1.05rem);
    clear: both;
}
.history .list li em{
    position: relative;
    font-size: 0.52rem;
    line-height: 0.52rem;
    color: #d51a19;
    margin-bottom: 0.28rem;
    font-weight: bold;
}
.history .list li em:before{
    content: '';
    position: absolute;
    width: 0.85rem;
    height: 0.03rem;
    background: #d51a19;
    top: 50%;
    right: -1.01rem;
    transform: translateY(-50%);
}
.history .list ul li:nth-child(even) em:before{
    left: -1.01rem;
}
.history .list ul li div{
    font-size: 0.18rem;
    color: #595757;
    line-height: 0.4rem;
}
.history .list ul li:nth-child(odd){
    text-align: right;
}
.history .list ul li:nth-child(even){
    text-align: left;
    float: right;
}

/* 诚招代理 */
.agents{
    padding: 1.25rem 0 2.1rem;
}
.agents-banner .text{
    text-align: center;
    top: 50%;
    margin-top: -0.62rem;
    color: #fff;
}
.agents-banner .swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.25);
}
.agents .list{
    margin-bottom: 0.25rem;
    border: 2px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.62rem 1.5rem;
    padding-left: 1rem;
}
.agents .list .left{
    width: 0.9rem;
    width: 3rem;
    text-align: center;
}
.agents .list .left .icon{
    height: 0.9rem;
    margin-bottom: 0.2rem;
}
.agents .list .left b{
    font-size: 0.2rem;
    font-weight: bold;
    color: #000;
}
.agents .list .left em{
    font-size: 0.16rem;
    color: #898989;
    margin-top: 0.1rem;
}
.agents .list .right{
    width: calc(100% - 2.25rem);
    padding-left: 0.5rem;
}
.agents .right p{
    color: #3e3a39;
    line-height: 0.32rem;
}
.agents .right em{
    font-size: 0.18rem;
    color: #898989;
}

/* 企业文化 */
.culture{
    padding: 1.2rem 0;
  }
  .culture .nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
  }
  .culture .nav .form{
    width: 2.85rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.18rem 0;
  }
  .culture .nav form{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .culture .nav form input{
    font-size: 0.14rem;
    width: 85%;
    color: #999;
  }
  .culture .nav form button{
    height: 0.3rem;
  }
  .culture .nav form button svg{
    width: auto;
    height: 0.3rem;
  }
  .culture .clist{
    display: flex;
    align-items: center;
    border: 2px solid #898989;
    border-radius: 0.48rem;
    overflow: hidden;
  }
  .culture .clist a{
    background: #fff;
    width: 1.97rem;
    line-height: 0.48rem;
    color: #898989;
    font-size: 0.18rem;
    text-align: center;
  }
  .culture .clist a.active{
    color: #fff;
    background: #cf2818;
    border-radius: 0.48rem;
  }
  .culture .clist svg{
    width: auto;
    height: 0.17rem;
    margin-right: 0.05rem;
    position: relative;
    top: 0.01rem;
  }
  .newsContt{
    margin-bottom: 0.08rem;
    display: flex;
    flex-wrap: wrap;
  }
  .newsContt a:nth-child(1),  .newsContt a:nth-child(2){
      width: calc(50% - calc(1 / 2 * 0.3rem));
      margin: 0.3rem 0.3rem 0.3rem 0;
  }
  .newsContt a:nth-child(2){
      margin-right: 0;
  }
  .newsContt a:nth-child(1) .text, .newsContt a:nth-child(2) .text{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.32rem;
  }
  .newsContt a:nth-child(1) .text p, .newsContt a:nth-child(2) .text p{
      width: 75%;
      margin-bottom: 0;
  }
  .newsContt a:nth-child(1) .date, .newsContt a:nth-child(2) .date{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 0;
      padding: 0;
  }
  .newsContt a:nth-child(1) .date svg, .newsContt a:nth-child(2) .date svg{
      margin-top: 0.15rem;
  }
  .newsContt a{
    background: #f7f8f8;
    width: calc(100% / 3 - calc(2 / 3 * 0.3rem));
    margin: 0 0.3rem 0.3rem 0;
  }
  .newsContt a:nth-child(3n + 2){
    margin-right: 0;
  }
  .newsContt .img{
    margin-bottom: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: perspective(1px);
  }
  .newsContt .img img{
    width: 100%;
    transform: perspective(1px);
  }
  .newsContt .text{
    padding: 0 0.32rem;
  }
  .newsContt .text span{
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #9fa0a0;
    display: block;
  }
  .newsContt .text p{
    font-size: 0.18rem;
    line-height: 26px;
    color: #3e3a39;
    margin-bottom: 0.2rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-delay: 0.1s;
  }
  .newsContt .text em{
    color: #8c8c8c;
    margin-bottom: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsContt .date{
    padding: 0.28rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition-delay: 0.1s;
  }
  .newsContt .date div{
    display: flex;
    align-items: center;
  }
  .newsContt .date svg{
    height: auto;
    width: 25px;
  }
  .newsContt .date i{
    width: 1.68rem;
    line-height: 0.49rem;
    color: #707070;
    border: 1px solid #e6e6e6;
    text-align: center;
  }

.arrow{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #4d4d4d;
    margin-bottom: 0.7rem;
}
.arrow a{
    color: #4d4d4d;
}
.arrow i{
    color: #d51a19;
}
.arrow em{
    margin: 0 0.02rem;
}
.culture{
    padding: 1.45rem 0 1.9rem;
}
.culture .cont > em{
    font-size: 0.24rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.22rem;
    text-align: center;
  }
  .culture .date{
    font-size: 16px;
    color: #606060;
    padding: 0 0 0.65rem;
    text-align: center;
  }
  .culture .date i{
    margin: 0 0.2rem;
  }
  .culture .content{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 0.35rem;
    margin-bottom: 0.48rem;
    padding: 0 0 0.48rem;
    border-bottom: 1px solid #b3b3b3;
  }
  .culture .cont{
      width: 11rem;
      margin: 0 auto;
  }
  /* 员工之家 */
  .staff{
      padding: 1rem 0 2rem;
      background: #eee;
  }
  .staff .container{
      width: 13.21rem;
  }
  .staff-nav{
      margin-bottom: 0.39rem;
      text-align: center;
  }
  .staff-nav a{
      display: inline-block;
      width: 2rem;
      line-height: 0.45rem;
      margin: 0 0.09rem;
      background: #fff;
      text-align: center;
      border-radius: 0.05rem;
      color: #4d4d4d;
  }
  .staff-nav a.active{
      color: #fff;
      background: #d51a19;
  }
  .staff-cont{
      background: #fff;
      color: #000;
      border-radius: 0.08rem;
      padding: 0.77rem 2.2rem 1.15rem;
  }
  .staff-cont .icon ul{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .staff-cont .icon ul li{
      width: 1.72rem;
      height: 1.72rem;
      border-radius: 50%;
      border: 1px solid #d51a19;
      margin: 0 6% 0.7rem 0;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .staff-cont .icon ul li:nth-child(4n){
      margin-right: 0;
  }
  .staff-cont .icon img{
      height: 0.5rem;
      margin-bottom: 0.18rem;
  }
  .staff-cont .text{
      line-height: 0.25rem;
  }
  .staff-cont .text p{
      margin-bottom: 0.08rem;
  }
  .staff-cont.style{
      padding: 0 0 0.8rem;
  }
  .style-nav{
      display: flex;
      justify-content: center;
      border-bottom: 0.02rem solid #e4e5e5;
      margin-bottom: 0.5rem;
  }
  .style-nav a{
      font-size: 14px;
      line-height: 14px;
      color: #4d4d4d;
      margin: 0 0.35rem;
      padding: 0.3rem 0.14rem 0.2rem;
      border-bottom: 0.02rem solid transparent;
  }
  .style-nav a.active{
      font-weight: bold;
      color: #d51a19;
      border-color: #d51a19;
  }
  .style-cont .pic{
      position: relative;
      margin-bottom: 0.6rem;
      overflow: hidden;
  }
  .style-cont .pic .swiper-slide{
      position: relative;
      height: 4rem;
      border-radius: 0.07rem;
      /* 图片失真的问题 */
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /* Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
      /* IE (non-standard property) */
  }
  .style-cont .pic .swiper-slide:before{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(255,255,255,0.6);
      transition: all 0.8s;
  }
  .style-cont .pic .swiper-slide-active:before{
      background: rgba(255,255,255,0);
  }
  .style-cont .pic .swiper-button-prev, .style-cont .pic .swiper-button-next{
      background-image: none;
      width: 0.41rem;
      height: 0.41rem;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .style-cont .pic .swiper-button-prev img, .style-cont .pic .swiper-button-next img{
      height: 0.22rem;
  }
  .style-cont .pic .swiper-button-prev{
      left: 2.3rem;
      transform: rotate(180deg);
  }
  .style-cont .pic .swiper-button-next{
      right: 2.3rem;
  }
  .style-cont .list{
      display: none;
      padding: 0 1.35rem;
      animation: list 0.5s;
  }
  .style-cont .list.active{
      display: block;
  }
  @keyframes list{
      0{
          opacity: 0;
      }100%{
          opacity: 1;
      }
  }
  .style-cont .cont li{
      display: flex;
      border-radius: 0.2rem;
      padding: 0.25rem 1rem 0.25rem 0;
      margin-bottom: 0.2rem;
      border: 1px solid #bdbcbc;
  }
  .style-cont .cont li em{
      font-size: 0.18rem;
      font-weight: bold;
      width: 1.25rem;
      padding-right: 0.12rem;
      margin-right: 0.12rem;
      border-right: 0.02rem solid #e4e5e5;
      text-align: right;
  }
  .style-cont .cont li em span{
      font-weight: normal;
      display: block;
      margin-top: 0.05rem;
  }
  .style-cont .cont .text{
      width: calc(100% - 1.4rem);
  }
  .style-cont .cont .text p{
      margin-bottom: 0;
  }
  /* 分页 */
  .newspage{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newspage .prne{
    width: 78%;
  }
  .newspage .back{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.48rem;
    line-height: 0.4rem;
    color: #fff;
    background: #cf2818;
    font-size: 14px;
    border: 1px solid transparent;
  }
  .newspage .prne a{
    font-size: 16px;
    color: #898989;
    display: flex;
  }
  .newspage .prne a:first-child{
    margin-bottom: 0.12rem;
  }
  .newspage .prne span{
    width: calc(100% - 1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }


/* about us */
.video{
    position: relative;
}
.video video{
    width: 100%;
    height: 7.95rem;
    object-fit: cover;
}
.video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}
.about{
    padding: 1rem 0;
}


/* 分页 */
.page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9rem;
  }
  .page ul{
    margin: 0;
    display: flex;
    align-items: center;
  }
  .page ul li a, .page ul li span{
    padding: 0;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 0;
    background: #fff;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.2s;
  }
  .page ul li.active a, .page ul li.active span{
    background: #cf2818!important;
    color: #fff;
    border-color: #cf2818!important;
  }
  .page ul li.active span, .page ul li.disabled span{
      width: 0.42rem;
      height: 0.42rem;
      line-height: 0.42rem;
  }
  .page ul li:first-child:hover span, .page ul li:last-child:hover span{
    border-color: #030303;
  }

/* Our Toys */
.toys_banner{
    position: relative;
}
.toys_banner .text {
    position: absolute;
    bottom: 0.35rem;
    right: 3.4rem;
    font-size: 0.6rem;
    font-family: 'Pacifico-Regular';
    font-weight: 400;
    line-height: 1rem;
    color: #FFFFFF;
}
.toys_banner .text p:first-child {
    position: relative;
    right: 1rem;
    top: 0.1rem;
}
.toys{
    padding: 0.87rem 0 0.95rem;
}
.toys .box{
    display: flex;
}
.toys .cate{
    width: 20%;
    margin-right: 0.45rem;
}
.toys .cate .li{
    margin-bottom: 0.25rem;
}
.toys .cate .li:last-child{
    margin-bottom: 0;
}
.toys .cate .li > b{
    cursor: pointer;
    font-size: 0.16rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    opacity: 0.5;
}
.toys .cate .li > b.active{
    opacity: 1;
}
.toys .cate .list{
    padding: 0 0 0 0.2rem!important;
    width: 100%!important;
}
.toys .cate .list a{
    display: block;
    font-size: 0.14rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-top: 0.1rem;
    opacity: 0.5;
}
.toys .cate .list a:nth-child(1){
    margin-top: 0.14rem;
}
.toys .cate .list a.active{
    opacity: 1;
}
.toys .pro{
    width: calc(80% - 0.45rem);
}
.toys .page{
    text-align: center;
}
.toys .cont{
    display: flex;
    flex-wrap: wrap;
}
.toys .cont .box{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: calc(100% / 3 - calc(2 / 3 * 0.13rem));
    margin: 0 0.13rem 0.5rem 0;
}
.toys .cont .box:nth-child(3n){
    margin-right: 0;
}
.toys .cont .box a{
    position: relative;
    z-index: 1;
}
.toys .cont .new{
    position: absolute;
    width: 0.42rem;
    top: 0.1rem;
    left: 0.1rem;
    opacity: 0;
}
.toys .cont .shou{
    position: absolute;
    z-index: 2;
    right: 0.1rem;
    top: 0.15rem;
    width: 0.21rem;
    cursor: pointer;
    opacity: 0;
}
.toys .cont .shou .grey{
    position: absolute;
}
.toys .cont .shou .red{
    opacity: 0;
    position: absolute;
}
.toys .cont .shou.active{
    opacity: 1;
}
.toys .cont .shou.active .red{
    opacity: 1;
}
.toys .cont .shou.active .grey{
    opacity: 0;
}
.toys .cont p{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 0.25rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.28rem;
    color: #5B6670;
    opacity: 0;
}

/* Cart */
.carts{
    padding: 0.47rem 0 0.94rem;
}
.carts .box > b{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    padding-bottom: 0.53rem;
    border-bottom: 1px solid #A2A9AD;
}
.carts .cont{
    margin-bottom: 1.28rem;
}
.carts .cont .tt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #A2A9AD;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.carts .cont .tt .left{
    width: 2.07rem;
    text-align: center;
}
.carts .cont .tt .right{
    display: flex;
    align-items: center;
}
.carts .cont .tt .right div{
    width: 1.07rem;
    text-align: center;
}
.carts .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0;
    border-bottom: 1px solid #A2A9AD;
}
.carts .list .left{
    display: flex;
    align-items: center;
}
.carts .list .left .img{
    width: 2.07rem;
}
.carts .list .left .text{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-left: 0.35rem;
}
.carts .list .in{
    position: relative;
}
.carts .list .in .delete{
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -0.37rem;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    line-height: 0.24rem;
    color: #5B6670;
    cursor: pointer;
}
.carts .list .in .jj{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carts .list .in span{
    width: 0.33rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.3rem;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    color: #5B6670;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.carts .list .right{
    display: flex;
    align-items: center;
}
.carts .list .num{
    width: 1.07rem;
    text-align: center;
}
.carts .list .intotal{
    width: 1.07rem;
    text-align: center;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.carts .list .numm{
    width: 0.35rem;
    height: 0.35rem;
    border: 2px solid #707070;
    border-radius: 50%;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subtotal{
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.subtotal .text{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}
.subtotal .text p{
    width: 1.07rem;
    text-align: center;
}
.subtotal .text span{
    width: 1.07rem;
    text-align: center;
    font-size: 0.2rem;
}
.subtotal .btnmore{
    width: 2.27rem;
    font-size: 0.15rem;
    margin: 0;
}
.like .toys{
    padding: 0;
}
.like .toys .cont{
    margin-bottom: 0;
}
.like .toys .box{
    margin-bottom: 0;
    width: calc(25% - calc(3 / 4 * 0.13rem));
}
.like .toys .box:nth-child(3){
    margin-right: 0.13rem;
}
.like .toys .box:nth-child(4n){
    margin-right: 0;
}
.like > b{
    font-size: 0.26rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}

/* toys info */
.toysinfo{
    padding: 0.33rem 0 0.94rem;
}
.toysinfo .arrow, .toysinfo .arrow a, .toysinfo .arrow i{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    opacity: 0.5;
    margin-bottom: 0.37rem;
}
.toysinfo .arrow a{
    margin-bottom: 0;
}
.toysinfo .arrow a:last-child{
    text-decoration: underline;
}
.toysinfo .arrow i{
    margin: 0 0.03rem;
}
.toysinfo .reviews{
    margin-bottom: 1.28rem;
}
.toys-pic{
    display: flex;
    margin-bottom: 1.28rem;
}
.toys-pic .left{
    width: 56%;
    margin-right: 0.68rem;
}
.toys-pic .left .swiper-slide img{
    width: 100%;
}
.toys-pic .left .swiper-button-prev, .toys-pic .left .swiper-button-next{
    background: transparent;
    width: 0.58rem;
    height: 0.58rem;
}
.toys-pic .left .gallery-top{
    margin-bottom: 0.15rem;
}
.toys-pic .left .gallery-thumbs .swiper-slide{
    opacity: 0.5;
    cursor: pointer;
}
.toys-pic .left .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
}
.toys-pic .right{
    width: calc(44% - 0.68rem);
}
.toys-pic .right .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.16rem;
}
.toys-pic .right .name p{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #47545D;
    width: 65%;
}
.toys-pic .right .name .shou{
    cursor: pointer;
}
.toys-pic .right .name .shou img{
    width: 0.23rem;
}
.toys-pic .right .name .share{
    cursor: pointer;
}
.toys-pic .right .name .share img{
    width: 0.3rem;
}
.toys-pic .right .num{
    font-size: 0.2rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.16rem;
    color: #47545D;
    margin-bottom: 0.12rem;
}
.toys-pic .right .chicun{
    font-size: 0.12rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.2rem;
    color: #47545D;
    margin-bottom: 0.13rem;
}
.toys-pic .right .pcs{
    display: flex;
    align-items: center;
    margin-bottom: 0.23rem;
}
.toys-pic .right .pcs .li{
    width: 0.31rem;
    height: 0.31rem;
    border: 1px solid #47545D;
    border-radius: 50%;
    line-height: 0.12rem;
    margin-right: 0.13rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toys-pic .right .pcs .li p{
    font-size: 0.19rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    color: #47545D;
}
.toys-pic .right .pcs .li span{
    position: relative;
    font-size: 0.12rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    color: #47545D;
}
.toys-pic .right .pcs .li:nth-child(1) span{
    top: 0.02rem;
}
.toys-pic .right .det{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    max-height: 0.72rem;
    overflow: hidden;
}
.toys-pic .right .more, .toys-pic .right .less{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    cursor: pointer;
    display: inline-block;
}
.toys-pic .right .anniu{
    display: flex;
    margin-top: 0.26rem;
}
.toys-pic .right .anniu a{
    margin: 0;
    width: 1.54rem;
    font-size: 0.15rem;
}
.toys-pic .right .anniu a:nth-child(1){
    margin-right: 0.11rem;
}

/* Customers reviews */
.reviews{
    display: flex;
}
.reviews .left{
    width: 33%;
}
.reviews .left > b{
    font-size: 0.26rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.42rem;
}
.reviews .left > em{
    font-size: 0.45rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.23rem;
}
.reviews .left .star{
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}
.reviews .left .star img{
    width: 0.15rem;
    margin-right: 0.05rem;
}
.reviews .left span{
    font-size: 0.11rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.32rem;
    display: block
}
.reviews .left a{
    margin: 0;
    width: 1.54rem;
}
.reviews .right{
    width: 67%;
    padding: 0;
}
.reviews .right form{
    width: 100%;
    padding: 0.37rem 0 0.53rem;
    border-top: 1px solid #A2A9AD;
    border-bottom: 1px solid #A2A9AD;
}
.reviews-list{
    padding: 0.48rem 0 0.56rem;
    border-bottom: 1px solid #A2A9AD;
    display: flex;
}
.reviews .right form .list{
    margin-bottom: 0.33rem;
}
.reviews .right form .list:nth-child(3){
    margin-bottom: 0.15rem;
}
.reviews .right form .list span{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.05rem;
    display: block;
}
.reviews .right form .first{
    display: flex;
    margin-bottom: 0.22rem;
}
.reviews .right form .layui-input-block{
    margin-left: 0;
    min-height: 0;
}
.reviews .right form .layui-input-block div{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    padding: 0;
    margin: 0 0.08rem 0 0;
}
.reviews .right form .reviews .right form{
    margin-right: 0.08rem;
}
.reviews .right form .layui-form-radio{
    margin-right: 0.32rem!important;
}
.reviews .right form .layui-form-radio>i:hover, .reviews .right form .layui-form-radioed>i{
    color: #E3132F;
}
.reviews-list:last-child{
    border-bottom: 0;
}
.reviews-list .name{
    width: 18%;
    margin-right: 0.64rem;
}
.reviews-list .name > p{
    font-size: 0.16rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.19rem;
}
.reviews-list .star{
    display: flex;
    align-items: center;
}
.reviews-list .star img{
    width: 0.15rem;
    margin-right: 0.05rem;
}
.reviews-list .con{
    width: calc(82% - 0.64rem);
}
.reviews-list .con b{
    font-size: 0.16rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.19rem;
}
.reviews-list .con p{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.block .star_score{ 
    float: left;
}
.star_score a{ 
    height: 21px; 
    display: block; 
    text-indent: -999em; 
    position: absolute;
    left: 0;
}
.star_score a:hover, #starttwo .star_score a.clibg{ 
    background: url(../images/star3.png);
    left: 0;
}
#starttwo{
    height: 0.18rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#starttwo .fs{
    float: left;
    margin-left: 0.2rem;
}
#starttwo .fs span{
    margin-bottom: 0;
    width: 0.5rem;
    font-family: 'Quicksand-Medium';
}
#starttwo .star_score { 
    background: url(../images/star2.png);
}
.star_score {
    width: 160px;
    height: 0.18rem;
    position: relative;
}

/* footer */
.footer {
    position: relative;
    overflow: hidden;
    background: #f7f8f8;
    border-top: 0.02rem solid #e68988;
}
.foot{
    margin-bottom: 0.6rem;
}
.foot .container{
    width: 12rem;
    padding: 0.64rem 0 0;
}
.foota{
    display: flex;
    padding-bottom: 0.55rem;
}
.foota .left{
    /*width: 2.4rem;*/
    margin-right: 0.7rem;
}
.foot-nav{
    width: calc(100% - 2.4rem);
    display: flex;
    justify-content: space-between;
}
.foot-nav .left{
    margin-right: 0;
}
.foot-nav b, .foot-nav .b{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #d51a19;
    margin-bottom: 0.19rem;
}
.foot-nav a{
    font-size: 12px;
    line-height: 12px;
    color: #898989;
    display: block;
    margin-bottom: 0.1rem;
}
.foot-nav a.active{
    opacity: 0.7;
}
.foot-nav .left a:last-child{
    margin-bottom: 0;
}
.copy{
    padding: 0.17rem 0;
    background: #dd332b;
    color: #fff;
    text-align: center;
}
.fshare{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 0.24rem;
    color: #FFFFFF;
}
.fshare a{
    margin-left: 0.2rem;
}
.copyright{
    font-size: 12px;
    line-height: 0.24rem;
    color: #FFFFFF;
}
.copyright a{
    color: #fff;
}
.copya a{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #FFFFFF;
    margin-left: 0.28rem;
}
.copya a.active{
    opacity: 0.7;
}


/* 1200 */
.mb {
  display: none;
}

@media screen and (min-width: 1200px){

    .banner-img .index-class a:hover,
    .banner-img .about-class a:hover,
    .pro-list a:hover{
        color: #fff;
        background: #d12521;
    }
    .fixed a:hover{
        background: #d12521;
        border-bottom: 1px solid #d12521;
    }
    .fixed a:hover p{
        color: #fff;
    }
    .fixed a:hover img{
        display: none;
    }
    .fixed a:hover .active{
        display: block!important;
    }
    .home-newscont a:hover{
        color: #d12521;
    }
    .home-newscont a:hover:after{
        width: 100%;
    }
    .pro-cont .list:hover .img{
        border: 3px solid #d12521;
    }
    .pro-cont .list:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pro-cont .list:hover .pro-name{
        color: #d12521;
    }
    .home-class a:hover{
        height: 1.25rem;
        /* background: #fff; */
    }
    .home-class a:hover .text{
        background: #fff;
    }
    /* .home-class a:hover .text img{
        transform: rotate(360deg);
    } */
    .home-class a:hover .title{
        background: #fff;
        color: #333;
        font-size: 0.24rem;
        text-align: left;
        padding-left: 0.2rem;
    }
    .home-news .left a:hover{
        padding-left: 0.2rem;
        color: #e92622;
    }
    .home-news a:hover .list{
        background: #e92622;
    }
    .home-news a:hover i{
        background: #fff;
    }
    .home-news a:hover .detail{
        border-right: 1px dashed #fff;
    }
    .pro-text .right .pdf a:hover{
        opacity: 0.8;
    }
    .pro-text .right .detail .app a:hover{
        background: #eee;
    }
    .proinfo-list a:hover{
        background: #d12521;
        color: #fff;
    }
    .rfq .box button:hover{
        opacity: 0.85;
    }
    .rfq-close:hover{
        opacity: 0.7;
    }
    .menu-list > a:hover{
        background: #254058 url(../images/menu_list_active_icon.png) no-repeat right;
        color: #fff;
        background-position: 95% 0.3rem;
        background-size: 0.06rem;
    }
    .menu-list > a:first-child:hover{
        background: #254058;
    }
    .menu-list > a:hover .menuBox .cont{
        width: 7.2rem;
    }
    .menu-list .sub-menu a:hover{
        background: #254058;
        color: #fff;
    }
    .menu-close:hover{
        opacity: 0.75;
    }
    .banner .text .more a{
        transition: all 0.4s;
    }
    .banner .text .more a:hover{
        background: #4A4A4A;
    }
    .banner .text .more a:hover:before{
        color: #fff;
    }
    .category .box img{
        transition: all 0.5s;
    }
    .category .box a:hover img{
        transform: matrix(1, 0, 0, 1, -30, -30) scale(1.1);
        -webkit-transform: matrix(1, 0, 0, 1, -30, -30) scale(1.1);
    }
    .family .box a:before, .ournews .right a:before, .home-toys .toysa:before, .btnmore:before, .brand .wide .text a:before, .foot-nav a{
        transition: all 0.5s;
    }
    .family .box a:hover, .ournews .right a:hover, .home-toys .toysa:hover, .btnmore:hover, .brand .wide .text a:hover{
        color: #fff;
        transition-delay: 0.2s;
    }
    .family .box a:hover:before, .ournews .right a:hover:before, .home-toys .toysa:hover:before, .btnmore:hover:before, .brand .wide .text a:hover:before{
        left: 0.1rem;
    }
    .family .box a em, .ournews .right a em, .home-toys .toysa em, .btnmore em, .brand .wide .text a em{
        transition: all 0.2s;
    }
    .foot a:hover{
        /* opacity: 0.7; */
        color: #d51a19;
    }
    .arrivals-cont .text{
        transition: all 0.4s;
    }
    .arrivals-cont .swiper-slide img{
        transition: all 0.4s;
    }
    .arrivals-cont .swiper-slide a:hover .text{
        opacity: 1;
    }
    .arrivals-cont .swiper-slide a:hover img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    .home-toys .box a img, .home-toys .box a p{
        transition: all 0.7s;
    }
    .home-toys .box a:hover img{
        opacity: 0;
    }
    .home-toys .box a:hover p{
        opacity: 1;
    }
    .subscribe .box a:hover i{
        left: 0.1rem;
    }
    .subscribe .box a i, .subscribe .box a{
        transition: all 0.4s;
    }
    .updated .close, .walker .close{
        transition: all 0.4s;
    }
    .updated .close:hover, .walker .close:hover{
        opacity: 0.6;
    }
    .updated .btnmore:before{
        transition: all 0.6s;
    }
    .login .forgot, .login .register{
        transition: all 0.2s;
    }
    .login .forgot:hover, .login .register:hover{
        color: #e21a35;
    }
    .menu .user, .menu .cart{
        transition: all 0.2s;
    }
    .menu .user:hover, .menu .cart:hover{
        opacity: 0.7;
    }
    .page a{
        transition: all 0.4s;
    }
    .page a:hover{
        color: #fff;
        background: #E21A35;
    }
    .infopage .pn a{
        transition: all 0.2s;
    }
    .infopage .pn a:hover{
        color: #E21A35;
    }
    .toys .cate .list a{
        transition: all 0.3s;
    }
    .toys .cate .list a:hover{
        opacity: 1;
    }
    .toys .cont .protoys, .toys .cont p, .toys .cont .new, .toys .cont .shou{
        transition: all 0.7s;
    }
    .toys .cont .box:hover .protoys{
        opacity: 0;
    }
    .toys .cont .box:hover .new, .toys .cont .box:hover .shou, .toys .cont .box:hover p{
        opacity: 1;
    }
    .carts .list .in .delete{
        transition: all 0.3s;
    }
    .carts .list .in .delete:hover{
        opacity: 0.7;
    }
    .toys-pic .left .gallery-thumbs .swiper-slide{
        transition: all 0.3s;
    }
    .toys-pic .right .det{
        transition: all 0.4s;
    }
    .toys-pic .right .more, .toys-pic .right .less{
        transition: all 0.3s;
    }
    .toys-pic .right .more:hover, .toys-pic .right .less:hover{
        opacity: 0.7;
    }
    .walker .linka a{
        transition: all 0.3s;
    }
    .walker .linka a:hover{
        opacity: 0.7;
    }
    .nava ul li > a:after{
        transition: all 0.4s ease-in;
    }
    .nava ul li > a:hover:after, .nava ul li:hover a:after{
        width: 100%;
        opacity: 1;
    }
    .subna a:hover, .home-product .top .more:hover{
        color: #d51a19!important;
    }
    .account .box a, .details .text a, .subna a, .banner .swiper-pagination-bullet, .liucheng .img::before, .gongneng .box .more, .home-product .top .more, .pro-list .swiper-button-prev svg path, .pro-list .swiper-button-next svg path, .home-news .bot .more{
        transition: all 0.3s;
    }
    .account .box a:hover, .details .text a:hover, .gongneng .box .more:hover, .home-news .bot .more:hover{
        opacity: 0.7;
    }
    .toysinfo .arrow a{
        transition: all 0.2s;
    }
    .toysinfo .arrow a:hover{
        opacity: 1;
    }
    .home-product .top .more:hover svg path, .pro-list .swiper-button-prev svg:hover path, .pro-list .swiper-button-next svg:hover path{
        fill: #d51a19;
    }
    .home-news .bot .list a{
        transition: all 0.2s;
    }
    .home-news .bot .list a:hover .news-title p, .home-news .bot .list a:hover .date p, .home-news .bot .list a:hover .date svg path{
        color: #d51a19;
        fill: #d51a19;   
    }
    .newsContt a:hover{
        background: #d51a19;
        box-shadow: 0px 5px 13px 1px rgba(0,0,0,0.35);
    }
    .newsContt a:hover .text p, .newsContt a:hover .date span{
        color: #fff;
    }
    .newsContt a:hover .date svg path{
        fill: #fff;
    }
    .newsContt a:hover .img img, .comnews-cont a:hover .left .img img{
        transform: scale(1.05);
    }
    .newsContt a, .newsContt .img img, .comnews-cont .left .img img{
        transition: all 0.3s;
    }
    .newspage .prne a:hover, .comnews-cont a:hover .left .news-title p, .comnews-cont a:hover .datee b, .comnews-cont a:hover .datee p{
        color: #d51a19;
    }
    .comnews-cont .left .news-title p, .comnews-cont .datee b, .comnews-cont .datee p, 
    .comnews-cont .date svg{
        transition: all 0.2s;
    }
    .comnews-cont a:hover .date svg path{
        fill: #d51a19;
    }
    .product-cont a:hover{
        border-color: #d51a19;
        box-shadow: 0px 5px 13px 1px rgba(0,0,0,0.2);
        color: #d51a19;
    }
    .product-cont .cont .left p, .product-cont .cont .left span, .product-cont .cont svg{
        transition: all 0.2s;
    }
    .product-cont a:hover .cont .left p, .product-cont a:hover .cont .left span{
        color: #d51a19;
    }
    .product-cont a:hover svg path{
        fill: #d51a19;
    }
    .recruit-nav a:hover, .recruit-shaixuan .more:hover, .recruit-shaixuan .li a:hover, .recruit-list .list ul:hover li{
        color: #d51a19;
    }
    .recruit-btn a{
        transition: all 0.3s;
    }
    .recruit-btn a:last-child:hover{
        color: #fff;
        border-color: #d51a19;
        background: #d51a19;
    }
    .recruit-btn a:nth-child(1):hover, .recruit-btn a.shangchuan:hover{
        border-color: #898989;
        color: #898989;
        background: transparent;
    }
    .recruit-list ul li .qiuzhi, .talentpool-content .form-btn{
        transition: all 0.3s;
    }
    .recruit-list .list ul:hover .qiuzhi{
        background: #d51a19;
        color: #fff;
    }
    .talentpool-content .form-btn:hover{
        border-color: #d51a19;
        background: transparent;
        color: #d51a19;
    }
    .staff-nav a:hover{
        color: #d51a19;
    }
    .staff-nav a.active:hover{
        color: #fff;
    }
    .style-nav a:hover{
        color: #d51a19;
    }

}

@media screen and (max-width: 1600px){
    .banner .index-class,
    .banner-img .index-class{
        width: 19%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 1500px){
    .container{
        width: 11.7rem;
    }
    .slide-banner .text{
        width: 11.7rem;
        margin-left: -5.85rem;
    }
    .pro-nav a{
        margin: 0 0.2rem;
    }
    .banner .index-class,
    .banner-img .index-class{
        width: 100%;
        margin-left: -50%;
    }
    .banner-img .crumbs{
        width: 100%;
        margin-left: -49%;
    }
    .banner .index-class a,
    .banner-img .index-class a{
        width: 19%;
        margin: 0;
        margin: 0 0.06rem;
    }
    .home-class a:hover .title{
        font-size: 0.18rem;
    }
    .dis-cont .cont .list{
        padding-left: 0.5rem;
    }
}

/* 1440 */
@media screen and (max-width: 1440px){
    .nava ul li > a{
        margin: 0 0.2rem;
    }
    .home-news .bot .list .news-title{
        margin-right: 0.3rem;
    }
}

/* 1200 */
@media screen and (max-width: 1200px) {
    .container{
        width: 9.7rem!important;
        padding: 0;
    }
    .slide-banner .text{
        width: 9.7rem;
        margin-left: -4.85rem;
    }
    .nava ul li > a {
        margin: 0 0.05rem;
    }
    .foot .container{
        width: 95%!important;
    }
    .menu-sub{
        padding: 0 0.29rem;
    }
    .search{
        width: 1.1rem;
    }
    .banner .text{
        width: 8.67rem;
    }
    .banner .swiper-slide img{
        /*display: none;*/
    }
    .banner .text > b{
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 0.2rem;
    }
    .banner .text .more span{
        margin-right: 0.2rem;
    }
    /* .banner .swiper-slide:nth-child(1){
        background: url(../images/banner1_1080.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(2){
        background: url(../images/banner2_1080.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(3){
        background: url(../images/banner3_1080.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(4){
        background: url(../images/banner4_1080.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    } */
    .banner .swiper-slide:nth-child(3) .text > b{
        line-height: 1.1rem;
    }
    .banner .swiper-slide:nth-child(4) .text > b{
        line-height: 1rem;
    }
    .category .box{
        padding: 1.45rem 0 1.4rem;
    }
    .ournews{
        padding: 1.3rem 0 1.54rem;
    }
    .ournews .right{
        width: 3.1rem;
    }
    .subscribe{
        padding: 0.33rem 0;
    }
    .subscribe .box > p{
        width: 2.5rem;
        height: auto;
    }
    .arrivals-cont .swiper-button-prev{
        left: 0.29rem;
    }
    .arrivals-cont .swiper-button-next{
        right: 0.29rem;
    }
    .arrivals-cont .swiper-slide-active .text{
        opacity: 1;
    }
    .arrivals-cont .swiper-slide-active img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transition: all 0.4s;
    }
    .video video{
        height: 6rem;
    }
}

/* 992 */
@media screen and (max-width: 992px) {
    .container{
        width: 7.5rem!important;
    }
    .nava ul li > a {
        margin: 0;
    }
    .menu .user{
        margin-right: 0;
    }
}

.mobile{
    display: none;
}

/* 768 */
@media screen and (max-width: 768px) {
    html {
        font-size: 55.2px;
        width: 100%;
    }
    body {
        font-size: 0.3rem !important;
        font-size: 16px !important;
        overflow-x: hidden;
    }
    .container{
        width: 100!important;
    }
    #app{
        overflow: visible;
    }
    .welfare-box .text1 ul li p{
        margin-bottom: 0.1rem;
    }
    .welfare-box .text1 ul li p, .welfare-box .text1 ul li span{
        font-size: 0.26rem;
    }
    .welfare-box .text2 ul li p{
        font-size: 0.26rem;
        line-height: 0.34rem;
    }
    .cooperation, .nopapproval, .cmo{
        padding: 0.5rem 0!important;
    }
    .cooperation-banner .text, .cmo-banner .text{
        margin-top: 0!important;
    }
    .cmo .shebei li > i{
        font-size: 0.26rem;
    }
    .cmo .shebei li div, .cmo .shebei li div *{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .banner .text > b, .banner .text > p{
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .banner .swiper-pagination{
        bottom: 0.1rem;
    }
    .banner .text .more span{
        margin-right: 0;
    }
    .home-about .box > b{
        font-size: 0.3rem;
        line-height: inherit;
        margin-bottom: 0;
    }
    .home-about .box p{
        font-size: 0.26rem;
        max-height: inherit;
    }
    .home-about .box{
        width: 100%;
    }
    .home-about .box em{
        font-size: 0.3rem;
        line-height: inherit;
        margin-bottom: 0.2rem;
    }
    .home-about{
        height: auto;
        padding: 0.5rem 0 1.3rem;
        background: #d12c26;
    }
    .page{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.2rem;
      }
      .page ul{
        margin: 0;
        display: flex;
        align-items: center;
      }
      .page ul li a, .page ul li span{
        padding: 0;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 0;
        background: #fff;
        font-size: 0.3rem;
        color: #333;
        text-align: center;
        border: 1px solid #eee;
        transition: all 0.2s;
      }
      .page ul li.active a, .page ul li.active span{
        background: #cf2818!important;
        color: #fff;
        border-color: #cf2818!important;
      }
      .page ul li.active span, .page ul li.disabled span{
          width: 0.63rem;
          height: 0.63rem;
          line-height: 0.63rem;
      }
      .page ul li:first-child:hover span, .page ul li:last-child:hover span{
        border-color: #030303;
      }
    .product-info-banner{
        margin-top: 0;
        height: auto;
        padding: 0.5rem 15px;
    }
    .product-info-banner .swiper-slide img{
        max-width: 100%;
        max-height: inherit;
    }
    .product-info{
        padding: 0.5rem 0;
    }
    .product-info .box{
        width: 100%;
    }
    .product-info .name p{
        font-size: 0.32rem;
        margin-right: 0;
    }
    .product-info ul li em{
        width: 20%;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }
    .product-info ul li div{
        font-size: 0.26rem;
        width: 80%;
        line-height: inherit;
    }
    .product-info ul li div *{
        font-size: 0.26rem!important;
    }
    .product-nav .container{
        padding: 0;
    }
    .pro-nav a{
        font-size: 0.28rem;
        margin: 0.1rem 0;
        display: inline-block;
    }
    .product-nav .box{
        display: flex;
        flex-wrap: wrap;
    }
    .product-nav a{
        width: calc(100% / 3);
        padding: 0;
        text-align: center;
        font-size: 0.26rem;
    }
    .product-nav{
        margin-bottom: 0.5rem;
    }
    .product{
        padding-bottom: 0.5rem;
    }
    .product-cont a{
        width: calc(100% / 2 - 0.64rem - calc(1 / 2 * 0.07rem));
        margin-right: 0.07rem!important;
        padding: 0.3rem;
    }
    .product-cont a:nth-child(2n){
        margin-right: 0!important;
    }
    .product-cont .cont .left{
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    .product-cont .cont .left span{
        line-height: inherit;
        font-size: 0.26rem;
    }
    .product-cont .cont svg{
        display: none;
    }
    .product-cont .cont .left p{
        line-height: inherit;
        font-size: 0.28rem;
    }
    .product-cont .img {
        max-height: 2rem;
        min-height: 2rem;
        padding-bottom: 0.3rem;
        min-height: calc(2rem - 0.55rem);
    }
    .about, .vision, .duty{
        padding: 0.5rem 0;
    }
    .vision .pic1{
        flex-direction: column;
        height: auto;
    }
    .vision .text{
        width: 100%;
        height: auto;
        padding: 0.5rem 15px;
        text-align: center;
    }
    .vision .pic3{
        width: 100%;
    }
    .vision .img {
        width: 100%;
        height: 3.7rem;
    }
    .vision .text b{
        line-height: inherit;
        margin-bottom: 0.2rem;
    }
    .vision .text p, .vision .text span{
        line-height: inherit;
        font-size: 0.26rem;
    }
    .vision .pic{
        flex-direction: column;
    }
    .vision .pic2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .history{
        padding: 0.5rem 0;
    }
    .history-logo{
        height: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .history .list li em{
        font-size: 0.4rem;
        line-height: 0.4rem;
    }
    .history .list ul li div, .history .list ul li div *{
        font-size: 0.26rem!important;
    }
    .map{
        height: 4.2rem;
    }
    .contact .info{
        padding: 0.5rem 0;
    }
    .contact .info ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .contact .info ul li .foot-ewm img{
        margin: 0.1rem 0;
    }
    .duty .left .icon{
        height: 0.5rem;
    }
    .duty .list .left {
        width: 30%;
        margin-right: 0.1rem;
    }
    .duty .list .right, .duty .list .right *{
        font-size: 0.26rem!important;
        line-height: inherit;
    }
    .duty .left em{
        font-size: 0.24rem;
        line-height: inherit;
    }
    .honor{
        padding: 0.5rem 0;
    }
    .honor-cont a{
        width: calc(100% / 2 - 30px - 2px);
        padding: 15px;
    }
    .arrow{
        display: none;
    }
    .culture .cont > em{
        font-size: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .culture .box .cont .date{
        text-align: center;
        display: block;
        font-size: 0.26rem;
        margin-bottom: 0.3rem;
        padding: 0;
    }
    .culture .content{
        font-size: 0.26rem;
        line-height: inherit;
    }
    .newspage{
        flex-direction: column;
    }
    .newspage .prne{
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .newspage .prne a{
        font-size: 0.28rem;
        margin-bottom: 0.2rem!important;
    }
    .newspage .prne a:last-child{
        margin-bottom: 0!important;
    }
    .newspage .back{
        font-size: 0.3rem;
        width: 2rem;
        line-height: 0.8rem;
    }
    .newspage .prne a p{
        width: 1.2rem;
    }
    .newspage .prne span{
        width: calc(100% - 1.2rem);
    }
    .newsContt a{
        width: calc(50% - calc(1 / 2 * 0.3rem))!important;
    }
    .newsContt a:nth-child(2n){
        margin-right: 0!important;
    }
    .newsContt a:nth-child(3n + 2){
        margin-right: 0.3rem;
    }
    .newsContt .text{
        display: block!important;
        padding: 0 15px;
    }
    .newsContt .img{
        margin-bottom: 15px;
    }
    .newsContt .text p{
        width: 100%!important;
        margin-bottom: 15px!important;
        font-size: 0.28rem;
    }
    .newsContt .date svg{
        margin-top: 0!important;
        width: 22px;
    }
    .culture .clist a{
        font-size: 0.3rem;
    }
    .honor-cont .img img{
        max-height: 2rem;
    }
    .honor-cont a em{
        font-size: 0.28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .recruit-title{
        margin-bottom: 0.5rem;
    }
    .comnews-cont a{
        padding: 0.3rem 0;
    }
    .comnews-cont .left{
        width: 82%;
    }
    .comnews-cont .left .img{
        width: 2.5rem;
        margin-right: 0.3rem;
    }
    .comnews-cont .left .news-title {
        width: calc(100% - 2.8rem);
    }
    .comnews-cont .left .news-title p{
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
        line-height: inherit;
    }
    .comnews-cont .left .news-title span{
        font-size: 0.26rem;
        line-height: inherit;
        -webkit-line-clamp: 2;
    }
    .comnews-cont .date svg{
        height: 0.4rem;
    }
    .agents .list{
        flex-direction: column;
        padding: 15px!important;
        align-items: center!important;
    }
    .agents .right p{
        line-height: inherit;
    }
    .agents .right em{
        font-size: 0.3rem;
    }
    .agents .list .right{
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.4rem;
        padding-left: 0;
    }
    .agents .list .left b{
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .agents .list .left{
        width: auto!important;
    }
    .agents{
        padding: 0.5rem 0;
    }
    .agents .list .left em{
        margin-bottom: 0.3rem;
        font-size: 0.3rem;
    }
    .cmo .list .left{
        margin-top: 0;
    }
    .talentpool-content .form-information{
        width: 100%;
    }
    .talentpool-content .form-information .data .list{
        width: calc(100% / 2 - calc(1 / 2 * 0.5rem));
        margin: 0.37rem 0.5rem 5px 0!important;
    }
    .talentpool-content .form-information .data .list:nth-child(2n){
        margin-right: 0!important;
    }
    .talentpool-content .form-information .data .list:last-child{
        width: 100%;
        margin-right: 0!important;
    }
    .talentpool-content .form-information .data-text span, .talentpool-content .form-information .data-text p{
        font-size: 0.3rem;
    }
    .talentpool-content .form-information .data label{
        font-size: 0.26rem;
    }
    .talentpool-content .form-information .data .list input{
        height: 20px;
        font-size: 0.26rem;
    }
    .talentpool-content .form-information .other textarea{
        font-size: 0.26rem;
    }
    .talentpool-content .form-btn{
        width: 2rem;
        line-height: 0.5rem;
        font-size: 0.3rem;
    }
    .talentpool-content .form-information .data{
        margin-bottom: 0.6rem;
    }
    .recruit{
        padding-bottom: 0.5rem;
    }
    .recruit .right{
        font-size: 0.26rem;
    }
    .recruit-nav{
        margin-bottom: 0.5rem;
    }
    .recruit-nav .container{
        padding: 0!important;
    }
    .recruit-nav .box{
        display: flex;
        justify-content: space-between;
        /*flex-wrap: wrap;*/
    }
    .recruit-nav .box a{
        width: 20%;
        padding: 0;
        margin: 0;
        font-size: 0.28rem;
    }
    .recruit-cont .zhiwei li{
        width: 100%;
    }
    .recruit-cont .zhiwei{
        padding: 0.3rem;
        line-height: 0.4rem;
        font-size: 0.28rem;
    }
    .recruit-cont .list{
        padding: 0.3rem 0;
        display: block;
        margin-bottom: 0.3rem!important;
    }
    .recruit-cont .list .contt{
        width: 100%;
        line-height: 0.4rem;
        font-size: 0.26rem;
    }
    .recruit-cont .list > b{
        margin-right: 0;
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }
    .recruit-btn a{
        width: 2rem!important;
        line-height: 0.5rem!important;
        font-size: 0.3rem;
        border-radius: 0.5rem;
        margin-right: 0.5rem;
    }
    .recruit-shaixuan{
        padding: 0.3rem;
    }
    .recruit-shaixuan .fenlei em{
        width: 1.5rem;
        font-size: 0.28rem;
    }
    .recruit-shaixuan .more{
        width: 1rem;
        font-size: 0.28rem;
    }
    .recruit-shaixuan .li{
        width: calc(100% - 1.5rem);
        padding-left: 0;
    }
    .recruit-list .nav li{
        font-size: 0.28rem;
    }
    .recruit-list ul li{
        font-size: 0.26rem;
    }
    .recruit-list ul li .qiuzhi{
        width: 1rem;
        line-height: 0.4rem;
        font-size: 0.26rem;
    }
    .recruit-shaixuan .li a{
        font-size: 0.28rem;
    }
    .culture{
        padding: 0.5rem 0;
    }
    .culture .nav{
        margin-bottom: 0.5rem;
    }
    .culture .cont{
        width: 100%;
    }
    .honor-cont .img {
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .culture .date {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .comnews-cont .datee p, .newsContt .text span{
        font-size: 0.28rem;
    }
    .comnews-cont .datee b{
        font-size: 0.3rem;
    }
    .newsContt a .date{
        align-items: center!important;
        justify-content: space-between!important;
        flex-direction: row!important;
        padding-bottom: 15px;
    }
    .duty .left ul{
        padding-left: 0;
        font-size: 0.26rem;
    }
    .contact .info ul li:last-child{
        margin-bottom: 0;
    }
    .contact .info .text{
        line-height: 0.4rem;
    }
    .slide-banner .text{
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .slide-banner .text b{
        font-size: 0.4rem;
        line-height: 0.4rem;
    }
    .slide-banner .text p{
        font-size: 0.35rem;
        line-height: 0.35rem;
    }
    .about{
        padding: 0.5rem 0;
    }
    .about .left li p{
        font-size: 0.26rem;
        line-height: 0.26rem;
    }
    .about .box{
        flex-direction: column;
    }
    .about .left{
        width: 100%;
    }
    .about .left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .about .left li{
        width: 50%;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .about .left .num{
        font-size: 0.45rem;
        line-height: 0.45rem;
        justify-content: center;
    }
    .about .right{
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .copyright{
        line-height: inherit;
        font-size: 0.26rem;
    }
    .foot{
        display: none;
    }
    .send p{
        line-height: 0.4rem;
        margin-bottom: 0.3rem;
        font-size: 0.24rem;
    }
    .send form{
        width: 100%;
    }
    .send form input{
        width: 76%;
        font-size: 0.24rem;
        height: auto;
        min-height: 0.52rem;
        padding: 0.2rem 0.12rem;
    }
    .send form button{
        width: 20%;
        font-size: 0.24rem;
        height: auto;
        min-height: 0.52rem;
        padding: 0.2rem 0.12rem;
    }
    .foot .left{
        font-size: 0.24rem;
    }
    .foot .right{
        display: none;
    }
    .copy{
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .box_div{
        top: 28%;
        width: 90%;
        margin-left: -45%;
    }
    .box_div .close{
        position: relative;
        float: none;
        top: 0;
        right: 0;
        left: -0.1rem;
        height: 0;
    }
    .box_div .close img{
        position: absolute;
        left: 50%;
        top: 0.5rem;
        border: 0.02rem solid #fff;
        border-radius: 50%;
        padding: 0.15rem;
        margin-left: -0.17rem;
    }
    .box_div .title{
        font-size: 0.24rem;
    }
    /* .banner .swiper-slide:nth-child(1){
        background: url(../images/banner1_750.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(2){
        background: url(../images/banner2_750.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(3){
        background: url(../images/banner3_750.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .banner .swiper-slide:nth-child(4){
        background: url(../images/banner4_750.jpg) no-repeat;
        background-size: cover;
        height: 100vh;
    } */
    .banner .swiper-slide:after{
        display: none;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .banner .text{
        /*position: relative;*/
        z-index: 1;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        text-align: center;
        bottom: 0;
    }
    .banner .text .more{
        justify-content: center;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.3rem;
    }
    .mianji .box ul{
        flex-wrap: wrap;
    }
    .mianji .box ul li{
        width: calc(50% - 1px);
    }
    .mianji .box ul li:nth-child(1), .mianji .box ul li:nth-child(2){
        margin-bottom: 0.2rem;
    }
    .mianji .box li p{
        font-size: 0.24rem;
        line-height: inherit;
    }
    .liucheng ul{
        flex-wrap: wrap;
    }
    .liucheng ul li{
        width: calc(100% / 2);
        margin-top: 0.3rem;
    }
    .liucheng ul li:nth-child(1), .liucheng ul li:nth-child(2){
        margin-top: 0;
    }
    .liucheng .text b{
        min-height: inherit;
        font-size: 0.26rem;
    }
    .gongneng .box .more{
        width: 2rem;
        line-height: 0.5rem;
        border-radius: 0.5rem;
        font-size: 0.3rem;
    }
    .home-product .top b{
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .home-product .top .more{
        font-size: 0.3rem;
    }
    .home-product .box .en{
        font-size: 0.3rem;
        line-height: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .home-product .box .en:after{
        width: 100%;
    }
    .home-product, .pro-nav{
        padding: 0.5rem 0;
    }
    .home-news .bot .list .news-title p{
        font-size: 0.28rem;
    }
    .home-news .bot .list .news-title span, .home-news .bot .list .date p{
        font-size: 0.26rem;
    }
    .home-news .bot .list .date svg{
        height: 25px;
    }
    .pro-list .text span, .pro-list .text p, .pro-list .swiper-slide-active .text p{
        font-size: 0.3rem;
        line-height: inherit;
    }
    .pro-list .swiper-button-next, .pro-list .swiper-button-prev{
        display: flex;
        align-items: center;
    }
    .pro-list .swiper-button-prev{
        left: 0;
    }
    .home-news .box .left p, .home-news .box .left span{
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .home-news .box .right a{
        font-size: 0.3rem!important;
    }
    .pro-list .swiper-button-next{
        right: 0;
    }
    .home-news .bot .more{
        width: 2rem;
        line-height: 0.5rem;
        font-size: 0.3rem;
    }
    .product-info .box .name{
        display: block;
        padding-bottom: 0.3rem;
    }
    .liucheng .text p{
        font-size: 0.24rem;
        line-height: inherit;
    }
    .liucheng .img{
        padding-bottom: 0;
        height: 0.5rem;
    }
    .liucheng .img img{
        max-height: inherit;
        height: 100%;
    }
    .liucheng:after, .liucheng .img::before, .liucheng .img::after{
        display: none;
    }
    .home-news .bot .pic{
        display: none;
    }
    .home-news .bot .list{
        width: 100%;
    }
    .menu-sub{
        display: none;
    }
    .header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        position: sticky;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 0.3);
    }
    .header img{
        height: 0.88rem;
    }
    #navToggle span, #navToggle::after, #navToggle::before{
        width: 0.4rem;
        height: 0.04rem;
        background: #5B6670;
    }
    .parents{
        display: none;
    }
    .foot .container{
        width: 100%!important;
        padding-bottom: 0;
    }
    .home-contact{
        flex-direction: column;
        padding: 1.15rem 0 0.75rem;
    }
    .foot .left{
        text-align: center;
    }
    .foot .home-contact{
        padding: 0.48rem 0 0;
    }
    .foot-address{
        width: auto;
    }
    .foot-address .list{
        font-size: 0.24rem;
        line-height: 0.36rem;
        text-align: center;
    }
    .foot-nav{
        flex-direction: column;
        width: auto;
    }
    .foot-address .list a{
        font-size: 0.22rem;
        line-height: 0.36rem;
    }
    .foot-address .list:last-child{
        justify-content: center;
        margin-bottom: 1.2rem;
    }
    .foot-nav a{
        font-size: 0.26rem;
        margin-bottom: 0.34rem!important;
    }
    .foot-nav .left a:last-child{
        margin-bottom: 0;
    }
    .copy{
        flex-direction: column;
        padding: 0.78rem 0;
    }
    .fshare{
        font-size: 0.22rem;
        line-height: 0.48rem;
        margin-bottom: 0.4rem;
    }
    .copya a{
        font-size: 0.22rem;
        margin-left: 0;
        margin: 0 0.28rem;
    }
    .subscribe .box{
        width: auto;
        flex-direction: column;
    }
    .subscribe{
        padding: 0.78rem 0;
    }
    .subscribe .box > p{
        display: none;
    }
    .subscribe .box > p.mb{
        display: block;
        width: auto;
        text-align: center;
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .subscribe .box a{
        width: 2.92rem;
        line-height: 0.86rem;
        font-size: 0.3rem;
        margin-top: 0.3rem;
    }
    .subscribe .box a i{
        font-size: 0.3rem;
    }
    .container{
        width: 100%!important;
        padding: 0 15px;
    }
    .home-toys .box a:nth-child(2n) {
        margin-right: 0;
    }
    .home-toys .box a {
        width: calc(50% - calc(1 / 2 * 0.06rem));
        margin: 0 0.06rem 0.82rem 0;
    }
    .home-toys{
        margin-bottom: 1.6rem;
    }
    .home-toys .toysa{
        width: 3.28rem;
        line-height: 0.96rem;
        border-radius: 0.54rem;
        font-size: 0.26rem;
    }
    .home-toys .box{
        margin-bottom: 0.04rem;
    }
    .arrivals-cont .swiper-button-prev, .arrivals-cont .swiper-button-next{
        width: 0.8rem;
        height: 0.8rem;
    }
    .arrivals-cont .swiper-slide-active img{
        transform: scale(1);
    }
    .home-arrivals .title{
        font-size: 0.56rem;
        margin-bottom: 0.92rem;
    }
    .home-arrivals{
        padding-top: 1.6rem;
    }
    .ournews{
        padding: 1.6rem 0 0.92rem;
    }
    .ournews .left{
        display: none;
    }
    .ournews .right{
        width: 5.62rem;
        text-align: center;
        margin: 0 auto;
    }
    .ournews .right b{
        font-size: 0.28rem;
        line-height: 0.48rem;
        margin-bottom: 0.2rem;
    }
    .ournews .right span{
        font-size: 0.56rem;
        margin-bottom: 0.64rem;
    }
    .ournews .right p{
        font-size: 0.26rem;
        line-height: 0.48rem;
        margin-bottom: 0.94rem;
    }
    .ournews .right a{
        width: 3.76rem;
        line-height: 0.96rem;
        border-radius: 0.54rem;
        font-size: 0.26rem;
    }
    .family{
        background: url('../images/family_mb.jpg') no-repeat center / cover!important;
        height: 16.24rem;
    }
    .family .box{
        width: 5.62rem;
        margin: 1.6rem auto;
        text-align: center;
    }
    .family .box b{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .family .box span{
        width: 5.3rem;
        font-size: 0.56rem;
        line-height: 0.8rem;
        -webkit-text-stroke: 2 rgba(0, 0, 0, 0);
        text-stroke: 2 rgba(0, 0, 0, 0);
        margin-bottom: 0.64rem;
    }
    .family .box p{
        font-size: 0.26rem;
        line-height: 0.48rem;
        margin-bottom: 1.1rem;
    }
    .family .box a{
        width: 4rem;
        line-height: 0.96rem;
        border-radius: 0.54rem;
        font-size: 0.26rem;
    }
    .family .box a:before, .home-toys .toysa:before, .ournews .right a:before{
        display: none;
    }
    .category .box{
        padding: 1.22rem 0 1.4rem;
    }
    .category .box p, .category .box img{
        display: none;
    }
    .category .box .mb{
        display: block;
        position: static;
    }
    .category .box a{
        width: calc(50% - calc(1 / 2 * 0.32rem));
        margin: 0.32rem 0.32rem 0 0;
        padding: 0;
        background: transparent;
    }
    .category .box a:nth-child(2n){
        margin-right: 0;
    }
    .category .box a:nth-child(3), .category .box a:nth-child(4){
        margin-top: 0.32rem;
    }
    .menu .cart{
        height: 0.35rem;
        display: flex;
        margin-right: 0.5rem;
    }
    .menu .cart svg{
        height: 0.35rem;
    }
    .menu .cart svg path{
        fill: #5B6670;
    }
    .menu .cart p{
        font-size: 0.22rem;
        color: #5B6670;
    }
    .mm-menu{
        left: -100%!important;
        width: 100%!important;
    }
    .mobile{
        background: #FBF7F3;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 0.88rem - 30px);
        z-index: 99;
        border-top: 1px solid #d6d6d6;
        animation: mobile 0.8s;
    }
    @keyframes mobile{
        0%{
            opacity: 0;
        }100%{
            opacity: 1;
        }
    }
    .mobile .top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin: 0;
        padding: 0.32rem 0.48rem;
    }
    .mobile .top svg{
        width: auto;
        height: 0.35rem;
        margin-right: 0.32rem;
    }
    .mobile .top svg path{
        fill: #5B6670;
    }
    .mobile .top a{
        font-size: 0.28rem;
        font-family: 'Raleway-Medium';
        font-weight: 500;
        line-height: 0.32rem;
        color: #5B6670;
        display: flex;
        align-items: center;
    }
    .search{
        width: 2.2rem;
        height: 0.8rem;
        border-radius: 0.8rem;
        background: #FBF7F3;
        padding: 0 0.3rem;
    }
    .search input{
        height: 0.8rem;
        font-size: 0.32rem;
    }
    .search svg{
        height: 0.3rem!important;
        margin-right: 0!important;
    }
    .mobile .bot{
        position: relative;
        height: 100%;
        padding: 0.5rem 0.5rem 0;
    }
    .menu .user svg, .menu .cart svg{
        height: 0.32rem;
    }
    .menu .user svg path, .menu .cart svg path{
        fill: #5b6670;
    }
    .icon_mb{
        position: absolute;
        /*height: 1.66rem;*/
        bottom: 0;
        width: calc(100% - 0.96rem);
        display: flex;
        align-items: center;
        padding: 0.3rem 0;
        border-top: 0.02rem solid #D6D6D6;
    }
    .icon_mb img{
        height: 0.45rem;
    }
    .icon_mb a{
        margin-right: 0.52rem;
    }
    .nav_mb{
        height: calc(100vh - 4rem);
        overflow-y: scroll;
    }
    .nav_mb .li, .nav_mb .li > a{
        font-size: 0.42rem;
        /*font-family: 'Raleway-Medium';*/
        line-height: 0.42rem;
        color: #5B6670;
        margin-bottom: 0.62rem;
    }
    .nav_mb .list{
        padding-right: 0.15rem;
    }
    .nav_mb .list .ul1, .nav_mb .list .ul2{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav_mb .list img{
        transform: rotate(90deg);
        width: 0.2rem;
    }
    .nav_mb .ul2{
        font-size: 0.26rem;
        font-family: 'Raleway-Medium';
        line-height: 0.3rem;
        color: #5B6670;
        margin-bottom: 0.35rem;
    }
    .nav_mb .ul2 img{
        width: 0.15rem;
    }
    .nav_mb .ul1{
        margin-bottom: 0.45rem;
    }
    .nav_mb .ul1.active img, .nav_mb .ul2.active img{
        transform: rotate(-90deg);
    }
    .nav_mb .list3{
        display: none;
        padding: 0 0 0 0.38rem!important;
        width: auto!important;
    }
    .nav_mb .list2-box{
        display: none;
        padding: 0!important;
        width: auto!important;
    }
    .nav_mb .list3 a{
        font-size: 0.26rem;
        font-family: 'Raleway-Medium';
        line-height: 0.3rem;
        color: #5B6670;
        margin-bottom: 0.35rem;
        display: block;
    }
    .nav_mb .list2-box > a{
        font-size: 0.3rem;
        /*font-family: 'Raleway-Medium';*/
        line-height: 0.3rem;
        color: #5B6670;
        /*margin-bottom: 0.35rem;*/
        padding: 0.17rem 0;
        display: block;
    }
    .menu .user{
        font-size: 0.3rem;
        color: #5b6670;
        margin-right: 0.3rem;
    }
    .staff{
        padding: 0.5rem 0;
    }
    .staff-cont{
        padding: 0.5rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .staff-cont .text {
        margin-top: 0.2rem;
        line-height: 0.4rem;
    }
    .staff-cont .icon ul li{
        width: 2.2rem;
        height: 2.2rem;
        margin: 0.2rem;
        text-align: center;
    }
    .staff-cont .icon ul li:nth-child(4n){
        margin-right: 0.2rem;
    }
    .staff-nav{
        display: flex;
        justify-content: space-between;
    }
    .staff-nav a{
        width: calc(100% / 3);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .style-cont .list{
        padding: 0 0.5rem;
    }
    .style-cont .pic .swiper-button-prev{
        left: 15px;
        width: 0.7rem;
        height: 0.7rem;
    }
    .style-cont .pic .swiper-button-next{
        right: 15px;
        width: 0.7rem;
        height: 0.7rem;
    }
    .style-nav{
        padding: 0 0.1rem;
        justify-content: space-between;
    }
    .style-nav a{
        font-size: 0.26rem;
        margin: 0;
        padding: 0.3rem 0;
    }
    .style-cont .cont li{
        padding: 0.3rem;
        flex-direction: column;
    }
    .style-cont .cont li em{
        display: flex;
        width: auto;
        font-size: 0.28rem;
        padding: 0 0 0.2rem;
        margin: 0;
        border-right: 0;
        border-bottom: 0.02rem solid #e4e5e5;
        text-align: left;
    }
    .style-cont .cont li em span{
        margin: 0 0 0 0.3rem;
    }
    .style-cont .cont .text{
        width: 100%;
    }
  
}