@font-face {
    font-family: "ProximaNovaRegular";
    src: url(../fonts/ProximaNovaRegular.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNovaThin";
    src: url(../fonts/ProximaNovaThin.otf);
    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: "ProximaNovaRegular";
  /*font-family: Source Han Sans CN, Source Han Sans CN;*/
  font-size: 16px;
  color: #000;
  background: #f0f0f2;
}
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;
}
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;
}
.flex{
    display: flex;
}
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: 3px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}
.nava.show span,
.nava.show::after,
.nava.show::before{
    background: #fff!important;
}
#navToggle span{
    margin-left: -12px;
}
#navToggle::before {
  margin-top: -7px;
}
#navToggle::after {
  margin-top: 7px;
  margin-left: -13px;
}
#navToggle.show span {
  opacity: 0;
}
#navToggle.show::before {
  margin-top: 0;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 25px;
}
#navToggle.show::after {
  margin-top: 0;
  -moz-transform: rotate(30deg) translate(3px,-2px);
  -ms-transform: rotate(30deg) translate(3px,-2px);
  -webkit-transform: rotate(30deg) translate(3px,-2px);
  transform: rotate(30deg) translate(3px,-2px);
}
#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: 999;
  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: 70%;
}
/* 菜单 */
.pmenu{
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    /*display: flex;*/
    align-items: center;
    color: #fff;
    /*transition: all 0.5s;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    animation: pmenu 0.8s ease;
    display: none;
}
.pmenu.on{
    /*visibility: visible;*/
    /*opacity: 1;*/
    display: flex!important;
}
@keyframes pmenu{
    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.pmenu .tops{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*top: 0.45rem;*/
    top: 0.8rem;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.pmenu .tops img{
    width: 0.37rem;
    /* 之前 */
    width: 0.4115rem;
    position: relative;
    top: 0.035rem;
}
.pmenu .tops .close{
    display: none;
    opacity: 1!important;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
.pmenu .tops .close:hover{
    opacity: 0.7!important;
}
.pmenu .back{
    position: absolute;
    /*right: 2rem;*/
    font-size: 0.8rem;
    top: 3.4rem;
    width: calc(100% - 4rem);
    /*height: 35px;*/
    /*background: rgb(0 167 180);*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    display: none;
    animation: back 0.8s 1 forwards;
}
.pmenu .back.on{
    display: flex;
}
.pmenu .back img{
    width: 18px;
    margin-right: 15px
}
@keyframes back{
    0%{
       opacity: 0;
       transform: translateX(-15px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
.menus{
    display: flex;
    align-items: center;
}
.navs{
    margin-right: 1.37rem;
    /*display: flex;*/
    display: none;
    flex-direction: column;
}
.pmenu.on .navs{
    display: flex!important;
}
.pmenu.on .navs.ons{
    display: none!important;
}
.pmenu .navs.mbs{
    display: none!important;
}
.navs a{
    font-size: 0.29rem;
    color: #fff;
    opacity: 0;
    transform: translateX(15px);
    animation: nav 0.8s 1 forwards;
}
/* 电脑端 */
.navs a:nth-child(1){
    animation-delay: 0.1s;
    transition-delay: 0.1s;
}
.navs a:nth-child(2){
    animation-delay: 0.3s;
    transition-delay: 0.3s;
}
.navs a:nth-child(3){
    animation-delay: 0.5s;
    transition-delay: 0.5s;
}
.navs a:nth-child(4){
    animation-delay: 0.7s;
    transition-delay: 0.7s;
}
.navs a:nth-child(5){
    animation-delay: 0.9s;
    transition-delay: 0.9s;
}
/* 移动端 */
.navs a.yji1{
    animation-delay: 0.1s;
    /*transition-delay: 0.1s;*/
}
.navs a.yji2{
    animation-delay: 0.3s;
    /*transition-delay: 0.3s;*/
}
.navs a.yji3{
    animation-delay: 0.5s;
    /*transition-delay: 0.5s;*/
}
.navs a.yji4{
    animation-delay: 0.7s;
    /*transition-delay: 0.7s;*/
}
.navs a.yji5{
    animation-delay: 0.9s;
    /*transition-delay: 0.9s;*/
}
/* 菜单导航 */
@keyframes nav{
    0%{
       opacity: 0;
       transform: translateX(15px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
.navs a:hover, .navs a.on, .more:hover{
    color: #00a6b4;
}
.navs .mbsubnav{
    display: none;
}
.cons{
    flex: 1;
}
.cons .conb{
    display: none;
}
.cons .conb.on{
    display: block;
}
.cons .li{
    max-width: 3.9rem;
    margin-bottom: 0.75rem;
    opacity: 0;
    transform: translateX(0);
    animation: nav 0.8s 1 forwards;
}
.cons .li:nth-child(1){
    animation-delay: 0.1s;
}
.cons .li:nth-child(2){
    animation-delay: 0.3s;
}
.cons .li:nth-child(3){
    animation-delay: 0.5s;
}
.cons .li:last-child{
    margin-bottom: 0;
}
.cons .more{
    color: #fff;
}
.cons .more:hover{
    color: #00a7b4;
}
.cons .li .b{
    font-size: 0.19rem;
    text-align: left;
    margin-bottom: 0.1rem;
    /*font-family: 'ProximaNovaThin';*/
}
.cons .li .m{
    margin-bottom: 0.4rem;
}

/* 首页 */
.top{
    margin-top: 1.35rem;
}
.menu-sub{
    position: sticky;
    top: 0;
    z-index: 12;
    background: #f0f0f2;
    /*top: 10px;*/
    /*left: 50%;*/
    /*z-index: 9999;*/
    /*width: 87.5%;*/
    padding: 0.8rem 0 0.44rem;
    /*transition: all 0.3s;*/
    /*transform: translateX(-50%);*/
}
.menu-sub.on{
    background: transparent;
}
.menu-sub.on .logo{
    opacity: 0;
}
.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;
}
.menu-sub .container{
	/*width: 15rem;*/
}
.subnav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: #fff;*/
    /*box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);*/
}
.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: 0.48rem;
    color: #5B6670;
	font-family: 'Raleway-Medium';
	line-height: 0.58rem;
    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%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    /* padding: 0.07rem 0.17rem 0.05rem; */
	/* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    display: none;
}
.subna a{
    padding: 18px;
    font-size: 14px;
    /* line-height: 0.18rem; */
    color: #3E3E3E;
	border-bottom: 1px solid #E7E7E7;
    display: block;
}
.subna a:last-child{
	border-bottom: 0;
}
.subna a:hover{
	color: #C8161D;
}
.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;
    /*padding: 0 1rem 0 0.34rem;*/
}

.logo img{
    width: 2.28rem;
    /*height: 17px;*/
}

.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{
    /*flex: 1;*/
    cursor: pointer;
}
.nava, .nava ul{
    display: flex;
}
.nava ul li{
    position: relative;
    height: 1.06rem;
    display: flex;
    align-items: center;
}
.nava ul li > a{
    position: relative;
    /* width: 1.23rem; */
    font-size: 16px;
    line-height: 1.06rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.22rem;
}
.nava ul li > a:hover, .lan a:hover{
	color: #305EC1;
}
/* .nava ul li > a:after{
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.2rem;
    width: 0;
    height: 0.05rem;
	width: 0.88rem;
	height: 0.03rem;
	border-radius: 0.03rem;
	background: #C8161D;
} */
.nava ul li > a.active{
    color: #305EC1;
}
.nava .right{
	display: flex;
	align-items: center;
    flex: 1;
    justify-content: flex-end;
}
/* .nava .right a{
	font-size: 0.18rem;
	line-height: normal;
	color: #46535E;
	margin-left: 0.2rem;
	margin-right: 0.6rem;
}
.nava .right a:hover{
	color: #305EC1;
} */
.nava .right .search img{
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.lan{
    margin-right: 85px;
}
.lan a{
    position: relative;
    align-items: center;
    margin: 0!important;
    font-size: 14px;
    color: #777;
    margin-right: 20px!important;
}
.lan a:nth-child(1):after{
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #ccc;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.lan a img{
    margin-right: 7px;
}
.search a{
    margin: 0!important;
    background: #305EC1;
    color: #fff!important;
    line-height: 1.06rem!important;
    height: 1.06rem;
    font-size: 16px!important;
    width: 282px;
    text-align: center;
}
/* 轮播图文字 */
.banner .swiper-slide{
    position: relative;
    background: #fff;
    overflow: hidden;
}
.banner .swiper-slide .img1, .banner .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-slide:nth-child(4) .text > b{
    line-height: 1.5rem!important;
}
.banner .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 47%;
    display: none;
}
.banner .text > b{
    font-size: 47px;
    font-weight: bold;
    line-height: 47px;
    color: #fff;
    margin-bottom: 13px;
}
.banner .text > p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 47px;
}
.banner .text .more{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    line-height: 62px;
    color: #fff;
    background: #305EC1;
    font-size: 14px;
}
.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;
  height: 6.64rem;
  /*width: 100%;*/
  /* background: #000; */
}
.home-banner{
    width: 70%;
    margin: 0 auto;
    padding: 0 15px;
}
.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 {
    bottom: 0;
    top: inherit !important;
    background: transparent !important;
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0.45rem;*/
  /*text-align: center;*/
  /*z-index: 2222;*/
  /*margin: 0 auto;*/
  /*width: 87.5%;*/
  /*display: none;*/
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #00a7b4;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.57rem;
  height: 1px;
  margin: 0 2px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
    height: 5px;
    background: #315BB5;
}
.home-newscont{
    overflow: hidden;
    position: relative;
}
.banner .mouse{
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.6rem;
}
.banner .custom{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: var(--progress);
    height: 4px;
    background: #00a7b4;
    /*animation: bar 5s linear;*/
    /*display: none;*/
}
.banner .custom.on{
    display: block;
}
@keyframes bar{
    0%{
        width: 0;
    }100%{
        width: 100%;
    }
}


.em{
    width: 53%;
    margin: 0 auto;
    padding: 0.45rem 0 0.8rem;
    text-align: center;
}
.b{
    font-size: 0.29rem;
    margin-bottom: 0.45rem;
    text-align: center;
}
.m{
    font-family: 'ProximaNovaThin';
    font-size: 0.18rem;
    margin-bottom: 0.45rem;
}
.m.no{
    margin-bottom: 0!important;
}
.more{
    font-size: 0.18rem;
    color: #000;
    margin-bottom: 1.25rem;
}
.miss .b{
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.miss .box{
    display: flex;
    flex-wrap: wrap;
}
.miss .box .li{
    width: calc(50% - calc(1 / 2 * 0.77rem));
    margin: 0 0.77rem 1.25rem 0;
    text-align: center;
}
.miss .box .li img{
    height: 6.68rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0.45rem;
}
.miss .box .li:nth-child(2n){
    margin-right: 0;
}
.miss .box .li .b{
    margin-bottom: 0.45rem;
    font-weight: normal;
    line-height: 0.34rem;
}
.miss .box .li .m{
    padding: 0 0.5rem;
}
.hbot .box .li{
    margin-bottom: 0.68rem;
    margin-bottom: 0.8rem;
}
.env{
    margin-bottom: 1.25rem;
}
.env .container{
    padding: 1.25rem 0;
    color: #fff;
    text-align: center;
    width: calc(70% - 30px);
}
.env .container .more{
    color: #fff;
    /*font-family: 'ProximaNovaThin';*/
}
.env .container .m{
    width: 50%;
    margin: 0 auto 0.45rem;
}
.sub{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 2.85rem 0 1.25rem;
}
.sub > p{
    font-size: 0.19rem;
    margin-bottom: 0.44rem;
    line-height: normal;
}
.sub i{
    font-size: 0.29rem;
    margin-bottom: 2.97rem;
    line-height: normal;
}
.sub .m{
    width: 70%;
    margin: 0 auto;
    /*padding: 2.97rem 0 0;*/
}
.sweb{
    padding-bottom: 0.8rem;
}
.subs .box{
    display: block;
}
.subs .box .li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: space-between;
}
.subs .box .li img{
    margin-bottom: 0;
    width: 6.11rem;
    height: 6.7rem;
}
.subs .box .li .cont{
    width: 4.5rem;
    text-align: left;
    padding-right: 0.85rem;
    box-sizing: content-box;
}
.subs .box .li .cont .more{
    font-size: 0.19rem;
    color: #000;
    line-height: normal;
}
.subs .box .li .cont .more:hover{
    color: #00a6b4;
}
.subs .box .li .m{
    padding: 0;
    /*margin-bottom: 0;*/
}
.subs .box .li .b{
    margin-bottom: 0.35rem;
    text-align: left;
}
.subs .box .li:nth-child(2n){
    flex-direction: row-reverse;
}
.subs .box .li:nth-child(2n) .cont{
    padding-right: 0;
    padding-left: 0.85rem;
}
.subs .box .li .iden{
    margin-bottom: 0;
}
.jar .box{
    text-align: center;
    padding-bottom: 1.25rem;
}
.jar .hbot{
    padding-bottom: 0.68rem;
    padding-bottom: 0.8rem;
}
.jar .box img{
    max-width: 6.13rem;
}
.jar .more{
    margin: 0 auto 1.25rem;
    display: block;
    font-size: 0.19rem;
    text-align: center;
}
.jar .more, .subs .box .li:last-child{
    margin-bottom: 0.68rem;
    margin-bottom: 0.8rem;
}
.jar .con{
    margin-top: 0.46rem;
}
.jar .con .m{
    width: 70%;
    margin: 0 auto 1.25rem;
}
.jar .con:last-child .m{
    margin-bottom: 0;
}
.jar .con .b{
    line-height: normal;
}
.jar .con .b p{
    font-size: 0.19rem;
    font-family: 'ProximaNovaThin';
}
.jar .con .m i{
    margin-bottom: 0.43rem;
}




/* 首页产品 */
.home-pro{
    padding: 0.53rem 0 0.35rem;
}
.home-pro .tt{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.48rem;
}
.home-pro .tt em{
    font-size: 0.4rem;
    font-weight: bold;
    color: #414A53;
}
.home-pro .tt i{
    margin: 0 10px;
    color: #305EC1;
    font-weight: bold;
}
.home-pro .tt .more{
    font-size: 14px;
    color: #bebebe;
    transition: all 0.3s;
}
.home-pro .tt .more p{
    margin-right: 12px;
}
.home-pro .cons{
    flex-wrap: wrap;
}
.home-pro .cons a{
    width: calc(100% / 3 - calc(2 / 3 * 25px));
    margin: 0 25px 20px 0;
}
.home-pro .cons a:nth-child(4), .home-pro .cons a:nth-child(5){
    width: calc(50% - calc(1 / 2 * 25px));
}
.home-pro .cons a:nth-child(3), .home-pro .cons a:nth-child(5){
    margin-right: 0;
}
.home-pro .cons .img{
    height: 245px;
}
.home-pro .cons a:nth-child(4) .img, .home-pro .cons a:nth-child(5) .img{
    height: 389px;
}
.home-pro .cons .text{
    padding: 12px 19px;
    background: #305EC1;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.home-pro .cons .text p{
    font-size: 20px;
    font-weight: bold;
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home-pro .cons .text i{
    position: relative;
    line-height: 30px;
}
.home-pro .cons .text i:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* 首页关于 */
.home-about{
    padding: 1.19rem 0 1.35rem;
    background: #f9f9f9;
}
.home-about .box{
    margin: 0 auto;
}
.home-about .box .text > b{
    font-size: 12px;
    color: #305EC1;
    margin-bottom: 6px;
}
.home-about .box em{
    font-size: 29px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 11px;
}
.home-about .box .text{
    flex: 1;
}
.home-about .box .text .cons{
    font-size: 14px;
	line-height: 28px;
    color: #767676;
	overflow: hidden;
    margin-bottom: 35px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.home-about .box .text .nums{
    font-size: 14px;
    color: #676767;
}
.home-about .box .text .nums i{
    text-align: center;
}
.home-about .box .text .nums i:nth-child(1){
    margin-right: 107px;
}
.home-about .box .text .nums p{
    font-size: 31px;
    font-weight: bold;
    color: #305EC1;
}
.home-about .box .more{
	font-size: 14px;
	color: #fff;
    background: #305EC1;
    width: 190px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
}
.home-about .box .more img{
    margin-left: 7px;
    position: relative;
    transition: all 0.3s linear;
    left: 0;
}
.home-about .box .img{
    width: 43%;
    height: 427px;
    margin-left: 92px;
}
.home-about .box .img img{
    object-fit: cover;
}

.ad{
    height: 288px;
}

/* 首页团队 */
.home-team{
	padding: 0.4rem 0;
}
.home-team .container{
	width: 15.22rem;
	width: 79%;
}
.tit{
	text-align: center;
	margin-bottom: 0.3rem;
}
.tit b{
	font-size: 0.5rem;
	font-weight: bold;
	line-height: 0.52rem;
	color: #F9E3E2;
}
.tit em{
	font-size: 0.34rem;
	font-weight: bold;
	line-height: 0.52rem;
	color: #1A1A1A;
	margin-top: -0.33rem;
}
.home-team .box{
	display: flex;
	flex-wrap: wrap;
}
.home-team .box .li{
	position: relative;
	margin: 0 0.32rem 0.32rem 0;
}
.home-team .box .li div{
	position: absolute;
}
.home-team .box .li div b{
	font-size: 0.4rem;
	font-weight: normal;
	line-height: 0.5rem;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	margin-bottom: 0.15rem;
}
.home-team .box .li div p{
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #FFFFFF;
}
.home-team .box .li:nth-child(1){
	width: 66%;
	height: 4.83rem;
}
.home-team .box .li:nth-child(1) div{
	right: 0.6rem;
}
.home-team .box .li:nth-child(2){
	width: calc(34% - 0.32rem);
	height: 4.83rem;
}
.home-team .box .li:nth-child(3){
	width: calc(36% - 0.32rem);
	height: 3.73rem;
	margin-bottom: 0;
}
.home-team .box .li:nth-child(4){
	width: 64%;
	height: 3.73rem;
	margin-bottom: 0;
}
.home-team .box .li:nth-child(4) div{
	right: 0.25rem;
}
.home-team .box .li:nth-child(1) div,
.home-team .box .li:nth-child(4) div{
	width: 3.52rem;
	top: 50%;
	transform: translateY(-50%);
}
.home-team .box .li:nth-child(1) div p,
.home-team .box .li:nth-child(4) div p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.home-team .box .li:nth-child(1) div p{
	-webkit-line-clamp: 5;
}
.home-team .box .li:nth-child(2) div,
.home-team .box .li:nth-child(3) div{
	width: 100%;
	padding: 0 0.4rem 0.4rem;
	bottom: 0;
}
.home-team .box .li:nth-child(2) div p,
.home-team .box .li:nth-child(3) div p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-team .box .li:nth-child(2n){
	margin-right: 0;
}
.home-team .box .li a{
	display: block;
}
.home-team .box .li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 首页技术平台 */
.home-tec{
	position: relative;
}
.home-tec .tit{
	position: relative;
}
.home-tec .box{
	position: relative;
	height: 8.95rem;
	padding: 0.58rem 0.44rem 0;
}
.home-tec .box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.home-tec .tab{
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 1.15rem;
	border-bottom: 0.02rem solid #fff;
	border-radius: 0.02rem;
}
.home-tec .tab div{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 1.15rem;
	cursor: pointer;
	padding-bottom: 0.18rem;
}
.home-tec .tab div:after{
	content: '';
	position: absolute;
	left: calc(50% + 0.05rem);
	transform: translateX(-50%);
	bottom: -0.02rem;
	width: 0;
	opacity: 0;
	height: 0.02rem;
	background: #C8161D;
	transition: all 0.5s;
}
.home-tec .tab div.on:after{
	width: 100%;
	opacity: 1;
}
.home-tec .tab div:last-child{
	margin-right: 0;
}
.home-tec .tab div.on{
	border-color: #C8161D;
}
.home-tec .tab div p{
	font-size: 0.24rem;
	font-weight: bold;
	margin-left: 0.1rem;
}
.home-tec .con{
	position: relative;
}
.home-tec .cons{
	display: none;
	width: 56%;
	text-align: center;
	margin: 0 auto;
}
.home-tec .cons.on{
	display: block;
}
.home-tec .cons div{
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.5rem;
	margin-bottom: 0.35rem;
}
.home-tec .cons .more{
	display: inline-block;
	width: 170px;
	line-height: 40px;
	font-size: 0.2rem;
	color: #fff;
	border: 0.02rem solid #fff;
	transition: all 0.2s;
}

/* 首页面积 */
.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% / 6);
    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.16rem;
}
.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;
}

/* 首页产品 */
.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%;
}
.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: 0 0 0.46rem;
}
.product .box{
    margin-top: 0.3rem;
    flex-wrap: wrap;
}
.product .box a{
    width: calc(100% / 3 - calc(2 / 3 * 16px));
    margin: 0 16px 18px 0;
}
.product .box a:nth-child(3n){
    margin-right: 0;
}
.product .box a .img{
    overflow: hidden;
}
.product .box a .img div{
    height: 257px;
}
.product .box a p{
    text-align: center;
    padding: 0 15px;
    background: #f5f5f5;
    color: #6a6a6a;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.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 .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;
}
.product .cons{
    padding-top: 0.36rem;
    align-items: flex-start;
}
.product .cons .left{
    width: 255px;
    margin-right: 0.46rem;
    background: #f0f0f0;
    padding: 0.21rem 0.16rem;
}
.product .cons .left a{
    padding: 18px;
    font-size: 14px;
    color: #3E3E3E;
    border-bottom: 1px solid #E7E7E7;
    display: block;
    background: #fff;
}
.product .cons .left a.active{
    color: #fff!important;
    background: #305EC1;
}
.product .cons .right{
    flex: 1;
}
.product .cons .right em{
    color: #6a6a6a;
}
.product .cons .right a{
    width: calc(100% / 3 - calc(2 / 3 * 15px));
    margin: 0 15px 27px 0;
}
.product .cons .right a:nth-child(3n) {
    margin-right: 0;
}
.product .cons .right a p{
    line-height: 45px;
}
.product .cons .right a .img div{
    height: 202px;
}
.details{
    margin-top: 0.24rem;
    padding: 0.27rem 0.37rem 0.62rem;
    box-shadow: 0px 3px 6px 1px rgba(83,83,83,0.16);
}
.details .d-pic{
    margin-bottom: 20px;
}
.details em{
    padding: 7px 14px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #305EC1;
    display: inline-block;
    margin-bottom: 20px;
}
.details i{
    margin: 0 0 20px 0;
    background: #EEEEEE;
    border: 1px solid #DBDBDB;
    padding: 10px 14px;
    font-weight: bold;
    color: #35393D;
}
.details .con{
    font-size: 14px;
    color: #535353;
    line-height: 22px;
}
.details .con table{
    width: 100%;
}
.details .con table td{
    border: 1px solid #dbdbdb;
    padding: 10px;
    font-size: 14px;
    color: #414141;
}

/* 案例 */
.case{
    padding-bottom: 0.37rem;
}
.case .box{
    padding-top: 0.39rem;
}
.case .box a {
    width: calc(100% / 3 - calc(2 / 3 * 21px));
    margin: 0 21px 23px 0;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.case .box a :nth-child(3n){
    margin-right: 0;
}
.case .box a i{
    padding: 15px 15px 0;
    margin-bottom: 7px;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.case .box a em{
    padding: 0 15px 0;
    margin-bottom: 15px;
    color: #616161;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case .box a .img div {
    height: 214px;
}

/* 招聘岗位 */
.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{
    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){
    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;
}
.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;
	width: calc(100% / 4 - calc(3 / 4 * 0.38rem));
	text-align: center;
	margin-right: 0.38rem;
	margin: 0.65rem 0.38rem 0 0;
}
.honor-cont a:nth-child(4n) {
    margin-right: 0;
}
.honor-cont a em{
    position: relative;
    color: #443939;
	font-size: 0.2rem;
	/* line-height: 0.224rem; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.honor-cont .img{
    margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	background: rgb(227, 227, 227);
}

/* 首页新闻 */
.home-news{
    padding-top: 0.66rem;
    padding-bottom: 0.86rem;
    position: relative;
}
.home-news .container{
	
}
.home-news .tit{
    font-size: 0.4rem;
    font-weight: bold;
    color: #414A53;
    margin-bottom: 0.6rem;
    justify-content: center;
}
.home-news .tit i{
    margin: 0 10px;
    color: #305EC1;
    font-weight: bold;
}
.home-news .box{
    position: relative;
	display: flex;
	flex-wrap: wrap;
}
.home-news .li{
	position: relative;
	width: 49.5%;
    height: 534px;
	margin-right: 0.34rem;
	overflow: hidden;
}
.home-news .li:nth-child(3n){
	margin-right: 0;
}
.home-news .li .bg{
	height: 100%;
}
.home-news .li:last-child{
    width: auto;
    height: auto;
    flex: 1;
    margin-right: 0;
}
.home-news .newsa{
    position: relative;
    display: block;
    height: 100%;
}
.home-news .cg{
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}
.home-news .cg .to a{
	font-size: 14px;
    color: #fff;
    background: #305EC1;
    width: 190px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
}
.home-news .cg .to img{
    margin-left: 7px;
    position: relative;
    transition: all 0.3s linear;
    left: 0;
}
.home-news .cg .list a{
	display: flex;
	justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;
	font-size: 18px;
	line-height: 22px;
	color: #8093AC;
	border-bottom: 1px solid #e4e4e4;
}
.home-news .cg .list a:last-child{
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-news .cg .list a p{
    font-weight: bold;
    color: #414A53;
    margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.2s;
}
.home-news .cg .list a em{
    font-size: 14px;
    color: #999;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-news .cg .list a i{
    font-size: 12px;
    color: #bbb;
}
.home-news .cg .list a img{
    width: 153px;
    height: 116px;
    margin-right: 9px;
    object-fit: cover;
}
.home-news .cg .list a div{
    flex: 1;
    padding-top: 5px;
}
.home-news .newsa > em{
	position: absolute;
	left: 0;
	top: 0;
	width: 1.36rem;
	line-height: 0.54rem;
	background: rgba(162,157,157,0.8);
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
}
.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: 15px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.home-news .bot > p{
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.2s;
}
.home-news .bot em{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #8093AC;
	margin-bottom: 0.07rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.home-news .bot .date{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #8093AC;
}
.home-news .bot .date b{
	color: #C8161D;
}
.home-news .cont{
    display: none;
}
.home-news .cont.active{
    display: flex;
}
.home-news .bot .pic{
    width: 51%;
    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;
}

/* 新闻 */
.news{
    padding-bottom: 0;
}
.news .box{
    padding-top: 0.65rem;
    flex-wrap: wrap;
}
.news .box a{
    width: calc(50% - calc(1 / 2 * 0.65rem));
    margin: 0 0.65rem 0.7rem 0;
    box-shadow: none;
    align-items: center;
}
.news .box a:nth-child(2n){
    margin-right: 0;
}
.news .box .img{
    position: relative;
    width: 257px;
    height: 212px;
    background: #EEEEEE;
    margin-right: 0.37rem;
}
.news .box .img div{
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
}
.news .box .text{
    flex: 1;
}
.news .box .text b{
    font-size: 12px;
    color: #afafaf;
    margin-bottom: 14px;
}
.news .box .text i{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin-bottom: 0.34rem;
}
/* .news .box .text i:after{
    content: '';
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background: #305EC1;
} */
.news .box .text em{
    font-size: 14px;
    color: #777;
    margin-bottom: 0.22rem;
    padding: 0;
    line-height: 30px;
    min-height: 60px;
}
.news .box .text span{
    font-size: 12px;
    color: #313131;
    transition: all 0.3s;
}
.n-details .arrow .container{
    width: 73%;
}
.n-details{
    padding-bottom: 0.44rem;
}
.n-details .container{
    width: 59%;
}
.n-details .details{
    padding: 0;
    box-shadow: none;
    margin-top: 0.39rem;
    align-items: flex-start;
}
.n-details .details i{
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #777;
    background: transparent;
    border: 0;
    margin-bottom: 0;
}
.n-details .details em{
    font-size: 0.32rem;
    color: #212529;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.n-details .left{
    flex: 1;
}
.n-details .right{
    width: 349px;
    margin-left: 31px;
}
.n-details .right{
    padding: 15px 29px;
    background: #f5f5f5;
}
.n-details .right > b{
    position: relative;
    font-size: 22px;
    color: #212529;
    margin-bottom: 33px;
}
.n-details .right > b:after{
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    background: #305EC1;
    left: 0;
    bottom: -8px;
}
.n-details .right .text{
    flex: 1;
}
.n-details .right .img{
    width: 81px;
    height: 81px;
    margin-right: 16px;
}
.n-details .right .img div{
    height: 100%;
}
.n-details .right a{
    margin-bottom: 16px;
}
.n-details .right a:last-child{
    margin-bottom: 0;
}
.n-details .right .text b{
    font-size: 14px;
    color: #232323;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.n-details .right .text i{
    font-size: 14px;
    color: #777;
}

/* 首页合作交流 */
.home-coop{
	padding: 0.47rem 0 0.59rem;
}
.home-coop .container{
	width: 16.55rem;
	width: 86%;
}
.home-coop .tab {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 0.11rem;
	border-bottom: 1px solid #D8D8D8;
}
.home-coop .tab div {
	width: 21%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #443939;
    cursor: pointer;
	font-size: 0.22rem;
	line-height: 0.52rem;
}
.home-coop .tab div:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.02rem;
    width: 0;
    opacity: 0;
    height: 0.02rem;
    background: #C8161D;
    transition: all 0.5s;
}
.home-coop .tab div.on{
	color: #C8121E;
}
.home-coop .tab div.on:after {
    width: 100%;
    opacity: 1;
}
.home-coop .cons{
	display: none;
	flex-wrap: wrap;
}
.home-coop .cons.on{
	display: flex;
}
.home-coop .cons a{
	display: flex;
	width: calc(100% / 3 - calc(2 / 3 * 0.85rem));
	margin: 0.25rem 0.85rem 0 0;
	border-radius: 0.05rem;
	background: #FCFEFE;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.home-coop .cons a:nth-child(3n){
	margin-right: 0;
}
.home-coop .cons .bg{
	width: 1.6rem;
	height: 1.54rem;
}
.home-coop .cons .text{
	width: calc(100% - 1.6rem);
	padding: 0.15rem;
}
.home-coop .cons .text i{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #159EEC;
	margin-bottom: 4px;
}
.home-coop .cons .text p{
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.27rem;
	color: #212124;
	margin-bottom: 0.07rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.2s;
}
.home-coop .cons .text em{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #AAB1B5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 首页业务中心 */
.home-ser{
	background: rgba(249,249,249,0.8);
	padding: 0.36rem 0 0.62rem;
}
.home-ser .container{
	width: 15.22rem;
	width: 79%;
}
.home-ser .box{
	height: 3.73rem;
	display: flex;
	justify-content: space-between;
}
.home-ser .box img{
	position: relative;
}
.home-ser .box p{
	position: relative;
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.19rem;
	margin: 0.21rem 0 0.24rem;
}
.home-ser .box a{
	position: relative;
	width: 1.91rem;
	line-height: 0.53rem;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 0.2rem;
	color: #fff;
	transition: all 0.3s;
}
.home-ser .left{
	width: 42%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-ser .right{
	width: calc(58% - 0.6rem);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-ser .con:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #373737;
	transition: all 0.3s;
	opacity: 0;
}

/* 首页联系我们 */
.home-con{
	padding: 0.5rem 0;
}
.home-con .container{
	width: 13.94rem;
	width: 73%;
}
.home-con .box{
	display: flex;
	flex-wrap: wrap;
}
.home-con .li{
	width: calc(25% - calc(3 / 4 * 0.28rem));
	padding: 0.75rem 0.4rem;
	border-radius: 0.05rem;
	background: #FFF2F1;
	margin-right: 0.28rem;
	font-size: 0.18rem;
	color: #C7131C;
	line-height: 0.224rem;
}
.home-con .li:nth-child(4n){
	margin-right: 0;
}
.home-con .li img{
	margin-bottom: 0.24rem;
}
.home-con .li b{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.14rem;
}
.home-con .li div p{
	margin-bottom: 0.14rem;
}

/* 公司新闻 */
.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 .swiper-slide{
	position: relative;	
}
.slide-banner .swiper-slide:before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.14);
}
.slide-banner .text{
    position: absolute;
	z-index: 11;
    left: 50%;
    /* margin-left: -7rem; */
    /* transform: translateX(-50%); */
    top: 65%;
	transform: translate(-50%, -50%);
	font-size: 0.78rem;
	line-height: 0.89rem;
	font-weight: bold;
    color: #fff;    
}
.slide-banner .text b{
    display: none;
}
.slide-banner .text p{
	color: #fff;
	margin-top: -0.55rem;
}
.details-banner .text{
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

/* 研发团队 */
.team{
	padding: 0.19rem 0 1.8rem;
}
.team .container{
	width: 72%;
}
.team .img{
	width: 2.98rem;
	height: 3.93rem;
}
.team .li{
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
	padding: 0.25rem 0.5rem;
	transition: all 0.3s;
}
.team .text{
	width: calc(100% - 2.98rem - 0.5rem);
	height: 3.93rem;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	border-left: 1px solid #D8D8D8;
}
.team .ps{
	font-family: "HarmonyOS Sans";
	font-weight: bold;
	line-height: 0.89rem;
	color: #46535E;
}
.team .ps b{
	font-size: 0.45rem;
}
.team .ps em{
	font-size: 0.3rem;
}
.team .ps div{
	min-height: 1.44rem;
	max-height: 1.44rem;
	overflow: hidden;
	font-family: "AlibabaPuHuiTi";
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.36rem;
	margin-bottom: 0.13rem;
}
.team .text .more{
	font-family: "AlibabaPuHuiTi";
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.36rem;
	color: #46535E;
	display: flex;
	justify-content: flex-end;
}
.team-details{
	padding: 0.8rem 0 0.75rem;
}
.team-details .container{
	width: 72%;
}
.team-details .peo{
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
}
.team-details .peo img{
	width: 4.37rem;
	margin-right: 0.95rem;
}
.team-details .peo .text{
	width: calc(100% - 4.37rem);
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.36rem;
}
.team-details .peo .text div{
	font-size: 0.2rem;
	font-weight: normal;
	margin-top: 0.4rem;
}
.team-details .com{
	font-family: "AlibabaPuHuiTi";
	position: relative;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.45rem;
}
.team-details .com:after{
	content: '';
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #F9E3E2;
	top: -0.2rem;
	left: 1.1rem;
	z-index: -1;
}
.team-details .com > b{
	position: relative;
	color: #C8161D;
	font-weight: bold;
	padding-left: 0.19rem;
}
.team-details .com > b:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.06rem;
	height: 0.36rem;
	border-radius: 4px;
	background: #C8161D;
}
.team-details .com div{
	font-size: 0.2rem;
	line-height: 0.36rem;
	font-weight: normal;
	margin-top: 0.14rem;
}
.team-details .td li{
	display: inline-block;
	width: 22%;
	margin-right: 15%;
	font-family: "AlibabaPuHuiTi";
	font-size: 0.18rem;
	line-height: 0.22rem;
	font-weight: normal;
}
.team-details .td li:nth-child(3n){
	margin-right: 0;
}
.team-details .td .bg{
	width: 1.27rem;
	height: 1.27rem;
	border-radius: 50%;
	margin-bottom: 0.38rem;
}
.team-details .td li i{
	font-weight: bold;
}
.team-details .td li p{
	font-weight: normal;
	line-height: 0.27rem;
	margin-top: 0.13rem;
}
.science-content-box .txt-box.area1 ul {
    border-left: solid 1px #dbdbdb;
    padding: 0.15rem 0;
    position: relative;
}
.science-content-box .txt-box.area1 ul::before {
    top: -3px;
}
.science-content-box .txt-box.area1 ul::before, .science-content-box .txt-box.area1 ul::after {
    content: '';
    position: absolute;
	bottom: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #dbdbdb;
    left: -3px;
}
.science-content-box .txt-box.area1 li {
    position: relative;
    padding-left: 2rem;
	font-size: 0.2rem;
	color: #46535E;
    line-height: 0.44rem;
}
.science-content-box .txt-box.area1 li .year {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0.15rem;	
    width: 2rem;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-top: 0;
}
.science-content-box .txt-box.area1 li .year::before {
    content: '';
    position: absolute;
	top: 0.2rem;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #dbdbdb;
    left: -3px;
    top: 0.2rem;
}
.science-content-box .txt-box.area1 li .txt{
	line-height: inherit;
	margin-top: 0;
}

/* 技术平台 */
.tech{
	padding: 0.34rem 0 0.45rem;
}
.tech .container{
	width: 76%;
}
.tech .box{
	display: flex;
	flex-wrap: wrap;
}
.tech .box a{
	width: calc(25% - calc(3 / 4 * 0.28rem));
	margin: 0.32rem 0.28rem 0 0;
	padding: 0.24rem 0;
	font-family: "AlibabaPuHuiTi";
	font-size: 0.3rem;
	line-height: 0.1963rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tech .box a img{
	margin-right: 0.38rem;
}
.tech .box a:nth-child(4n){
	margin-right: 0;
}
.tech .box a:nth-child(1){
	background: #00A821;
}
.tech .box a:nth-child(2){
	background: #A80000;
}
.tech .box a:nth-child(3){
	background: #A80093;
}
.tech .box a:nth-child(4){
	background: #0079A8;
}
.tech .box a:nth-child(5){
	background: #A88C00;
}
.tech-details{
	padding: 0.5rem 0 1.1rem;
}
.tech-details .content{
	font-family: "AlibabaPuHuiTi";
	font-size: 0.26rem;
	font-weight: normal;
	line-height: 0.39rem;
	color: #3D3D3D;
}
.tech-details .cont > em{
	font-family: "AlibabaPuHuiTi";
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.6rem;
	text-align: center;
	color: #3D3D3D;
	margin-bottom: 0.29rem;
}
.arrows{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 0.7rem;
}
.arrows a {
    color: #4d4d4d;
}
.arrows em {
    margin: 0 0.02rem;
}
.equipment-details{
	padding: 0.1rem 0 0.7rem;
}
.equipment-details .container{
	width: 64%;
}
.equipment-details .box{
	display: flex;
	flex-wrap: wrap;
}
.equipment-details .box a{
	width: calc(50% - calc(1 / 2 * 0.8rem));
	margin: 0.6rem 0.8rem 0 0;
}
.equipment-details .box a:nth-child(2n){
	margin-right: 0;
}
.equipment-details .box .img{
	position: relative;
	height: 3.16rem;
	background: #f4f4f4;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.equipment-details .box .img img{
	max-height: 100%;
}
.equipment-details .box a p{
	font-family: "HarmonyOS Sans";
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.27rem;
	color: #000000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

/* 关于大红鹰 */
.vision, .duty{
    padding: 1.35rem 0 2.3rem;
}
.about .box{
    padding: 1.08rem 0 1.15rem;
}
.about .left .num{
    font-size: 0.55rem;
    line-height: 0.55rem;
    color: #d51a19;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.about .lo{
    flex: 1;
}
.about .lo i{
    position: relative;
	font-size: 0.52rem;
	/* line-height: 0.52rem; */
	color: #305EC1;
	font-weight: bold;
    margin-bottom: 0.35rem;
}
.about .lo i:after{
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background: #305EC1;
    bottom: 0;
    left: 0;
}
.about .lo .text{
    margin-bottom: 0.45rem;
    color: #40404A;
    font-size: 14px;
    line-height: 22px;
}
.about .lo span{
	font-size: 0.44rem;
	line-height: 0.52rem;
	color: #C8161D;
	font-weight: bold;
	display: block;
	margin-top: -0.25rem;
}
.about .lo .pic{
    flex-wrap: wrap;
}
.about .lo .pic img{
    width: calc(100% / 3 - calc(2 / 3 * 20px));
    height: 136px;
    margin: 0 20px 0 0;
    object-fit: cover;
}
.about .lo .pic img:nth-child(3n){
    margin-right: 0;
}
.about .right{
    position: relative;
    width: 37%;
    height: 594px;
    margin-left: 12%;
    display: flex;
}
.about .right:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 9px;
    left: 9px;
    width: 100%;
    height: 100%;
    border: 1px solid #1D1D1D;
}
.about .right img{
    object-fit: cover;
}
.why{
    text-align: center;
    height: 5.8rem;
}
.whys{
    position: relative;
    width: 34%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.whys:before,
.why .list .li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.why .te{
    position: relative;
    color: #fff;
    padding: 0 15px;
    padding-top: 35%;
}
.why .te b{
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.whys .te{
    padding: 0 0.9rem;
}
.whys .te img{
    margin-bottom: 20px;
}
.why .list{
    flex: 1;
}
.why .list .li{
    flex: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.why .list .li .te b{
    margin-bottom: 17px;
    color: #305EC1;
    text-transform: uppercase;
}
.why .list .li .te p{
    line-height: 25px;
}
.why .list .li .te i{
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0 auto 37px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #305EC1;
    border-radius: 50%;
}

.arrow{
	width: 100%;
	z-index: 1;
    padding: 17px 0;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.arrow .na{
    align-items: center;
}
.arrow .na a{
	font-size: 12px;
	color: #959595;
}
.arrow .na a.active{
	color: #305EC1;
}
.arrow .na span{
    margin: 0 8px;
    font-size: 12px;
	color: #959595;
}

/* 愿景和使命 */
.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{
    flex: 1;
}
.map > b{
    position: relative;
    font-size: 21px;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.93rem;
}
.map > b:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 67px;
    height: 5px;
    background: #3A3A3A;
}
.map img{
    height: 4rem;
    object-fit: cover;
}
.map #container{
    height: 100%;
}
.contact .arrow .container{
    width: 73%;
}
.contact .container{
    width: 59%;
}
.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;
}

/* 历史沿革 */
.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.1);
}
.agents .list{
    margin-bottom: 0.25rem;
    border: 2px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.62rem 1.5rem;
}
.agents .list .left{
    width: 0.9rem;
    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 .right{
    width: calc(100% - 2.25rem);
}
.agents .right p{
    color: #3e3a39;
    line-height: 0.32rem;
}
.agents .right em{
    font-size: 0.18rem;
    color: #898989;
}

/* 企业文化 */
.culture{
    padding: 0.79rem 0 1.35rem;
  }
  .culture .container{
	  width: 74%;
  }
  .culture .lo{
	  margin-bottom: 0.45rem;
	  text-align: center;	
  }
  .culture .lo em{
	  position: relative;
	  font-size: 0.36rem;
	  font-weight: bold;
	  line-height: 0.5rem;
	  color: #373737;
	  margin-bottom: 0.45rem;
  }
  .culture .lo em:after{
	  content: '';
	  position: absolute;
	  bottom: -0.2rem;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 0.95rem;
	  height: 3px;
	  border-radius: 3px;
	  background: #C8161D;
  }
  .culture .lo i{
	  font-size: 0.18rem;
	  line-height: 0.27rem;
	  color: #1a1a1a;
  }
  .culture .right{
	  height: 5.84rem;
	  display: flex;
	  flex-wrap: wrap;
  }
  .culture .li{
	  position: relative;
	  width: 25%;
	  color: #fff;
	  font-size: 0.33rem;
	  font-weight: bold;
	  line-height: 0.5rem;
	  text-align: center;
	  border-right: 0.02rem solid #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
  }
  .culture .li > b{
	  margin-bottom: 0.45rem;
  }
  .culture .li > i{
	  font-size: 0.26rem;
  }
  .culture .li .hover{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(255, 255, 255, 0.7);
	  color: #1a1a1a;
	  font-size: 0.16rem;
	  line-height: 0.24rem;
	  font-weight: normal;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  padding: 0.65rem 0.35rem;
	  text-align: left;
	  animation: hover 0.7s;
	  display: none;
  }
  @keyframes hover{
	  0%{
		  opacity: 0;
	  }100%{
		  opacity: 1;
	  }
  }
  .culture .li .hover > b{
	  font-size: 0.24rem;
	  line-height: 0.5rem;
	  font-weight: bold;
	  margin-bottom: 0.39rem;
  }
  .culture .li .hover > i{
  	  font-size: 0.26rem;
  	  line-height: 0.5rem;
	  font-weight: bold;
	  margin-bottom: 0.29rem;
  }
  .culture .li .hover ul{
	  margin-top: 0.38rem;
	  display: flex;
	  flex-wrap: wrap;
  }
  .culture .li .hover ul li{
	  list-style: disc;
	  width: calc(50% - 0.19rem - calc(1 / 2 * 0.33rem));
	  margin: 0.15rem 0.33rem 0 0.19rem;
  }
  .culture .li .hover ul li:nth-child(2n){
	  margin-right: 0;
  }
  .culture .li .hover ul li:nth-child(1),
  .culture .li .hover ul li:nth-child(2){
	  margin-top: 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{
	  background: #F6F6F6;
    width: calc(100% / 3 - calc(2 / 3 * 0.3rem));
    margin: 0 0.3rem 0.3rem 0;
	padding-bottom: 0.16rem;
  }
  .newsContt a:nth-child(3n){
    margin-right: 0;
  }
  .newsContt .img{
    margin-bottom: 0.2rem;
    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.15rem;
  }
  .newsContt .text span{
    font-size: 0.16rem;
    line-height: 0.224rem;
	font-family: "AlibabaPuHuiTi";
	color: #212124;
    display: block;
  }
  .newsContt .text p{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #731F1B;
    margin-bottom: 0.2rem;
    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{
	  text-align: right;
  }
  .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;
  }
  .coop .container{
	  width: 76%;	
  }
  .coop .content{
	  font-family: "AlibabaPuHuiTi";
	  font-size: 0.2rem;
	  font-weight: normal;
	  line-height: 0.3rem;
	  color: #3D3D3D;
  }
  .coop .cont > em{
	  font-family: "AlibabaPuHuiTi";
	  font-size: 0.4rem;
	  font-weight: normal;
	  line-height: 0.36rem;
	  color: #731F1B;
	  text-align: center;
	  margin-bottom: 0.3rem;
  }
  .coop .cont .date{
	  padding-bottom: 0.11rem;
	  display: flex;
	  justify-content: center;
	  border-bottom: 1px solid #D8D8D8;
	  margin-bottom: 0.3rem;
	  font-family: "AlibabaPuHuiTi";
	  font-size: 0.24rem;
	  font-weight: normal;
	  line-height: 0.36rem;
	  color: #AFA8A8;
  }
  .coop .cont .date i{
	  margin-left: 0.3rem;
  }
  /* 分页 */
  .newspage{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 0.5rem;
  }
  .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;
  }
  
  
  /* 业务中心 */
  .service .box a:nth-child(1){
  	background: #56CA95;
  }
  .service .box a:nth-child(2){
  	background: #9BD3EF;
  }
  .services{
	  background: #f6f6f6;
	  padding: 0.4rem 0;
  }
  .services .container{
	  width: 68%;
  }
  .services .box > em{
	  font-family: AlibabaPuHuiTi;
	  font-size: 0.45rem;
	  font-weight: bold;
	  line-height: 0.89rem;
	  color: #3E3A3A;
	  margin-bottom: 0.4rem;
	  text-align: center;
  }
  .services .form .forms >b{
	  font-family: AlibabaPuHuiTi;
	  font-size: 0.3rem;
	  font-weight: 500;
	  line-height: 0.25rem;
	  color: #3E3A3A;
	  border-bottom: 1px solid #C2C4C5;
	  padding-bottom: 0.15rem;
	  margin-bottom: 0.2rem;
	  margin-top: 0.16rem;
  }
  .services .form li{
	  color: #000;
  }
  .services .form li p{
	  min-width: 1rem;
	  text-align: center;
  }
  .services .form .last{
	  flex-direction: column;
	  align-items: flex-start;
  }
  .services .form .last p{
	  font-family: AlibabaPuHuiTi;
	  font-size: 0.26rem;
	  font-weight: 500;
	  line-height: 0.24rem;
	  color: #606266;
	  margin-bottom: 0.15rem;
	  text-align: left;
  }
  .services .form input{
	  border-color: #000;
	  border-radius: 0;
  }
  .services .form textarea{
	  width: 100%;
  	  border-color: #000;
  	  border-radius: 0;
  }
  .services form button{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 445px;
	  border: 2px solid #C8161D;
	  background: transparent;
	  color: #C8161D;
	  margin: 0.5rem auto 0.3rem;
  }
  .bit{
	  font-size: 0.2rem;
	  line-height: 0.24rem;
	  color: #606266;
	  margin-bottom: 0.2rem;
  }
  .bit p{
	  width: 48%;
	  color: #000;
  }
  .yqbox{
	  flex-direction: column;
  }
  .yqbox .lis{
	  position: relative;
	  margin-bottom: 0.2rem;
  }
  .yqbox .lis select{
	  width: 48%;
	  padding: 0 0.1rem;
	  background: transparent;
	  background: url(../images/up.png) no-repeat center right;
	  border-color: #000;
	  background-size: contain;
  }
  .yqbox .lis input{
	  width: 48%;
	  flex: inherit;
  }
  
  
  /* 加入我们 */
  .recruit .lo{
	  text-align: center;
  }
  .recruit .container{
	  width: 72%;
  }
  .recruit .right{
	text-align: center;
	  margin-bottom: 0.45rem;
  }
  .recruit .list{
	  width: 57%;
	  margin: 0 auto;
  }
  .recruit .list a{
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 0.1rem 0;
	  font-family: "AlibabaPuHuiTi";
	  font-size: 0.2rem;
	  font-weight: normal;
	  line-height: 0.36rem;
	  color: #46535E;
	  border-bottom: 1px solid #D8D8D8;
  }
  .recruit .list a p{
	  width: 75%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
  }
  .recruit .list a span{
	  color: #46535E;
  }
  .recruit-details .container{
	  width: 55%;
  }
	.recruit-details .box{
		padding-top: 1rem;
	}
	.recruit-details .top1{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0.2rem;
		font-family: "AlibabaPuHuiTi";
		font-size: 0.26rem;
		font-weight: 500;
		line-height: 0.224rem;
		color: #3D3D3D;
	}
	.recruit-details .top1 div{
		display: flex;
		font-weight: normal;
	}
	.recruit-details .top1 div span{
		color: #FF8C00;
	}
	.recruit-details .top2{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0.2rem;
		font-family: "AlibabaPuHuiTi";
		font-size: 0.18rem;
		font-weight: 500;
		line-height: 0.224rem;
		color: #3D3D3D;
		padding-bottom: 0.19rem;
		border-bottom: 1px solid #4C4747;
	}
	.recruit-details .top2 div{
		display: flex;
		font-weight: normal;
		font-size: 0.16rem;
	}
	.recruit-details .top2 div p{
		padding: 0.05rem 0.13rem;
		border-radius: 0.06rem;
		border: 1px solid #4C4747;
		margin-right: 0.07rem;
	}
	.recruit-details .co{
		font-family: "AlibabaPuHuiTi";
		font-size: 0.18rem;
		font-weight: normal;
		line-height: 0.27rem;
		color: #3D3D3D;
	}
	.recruit-details .co > b{
		position: relative;
		font-size: 0.26rem;
		line-height: 0.224rem;
		margin-bottom: 0.25rem;
		color: #FF8C00;
		padding-left: 0.09rem;
		margin-top: 0.35rem;
	}
	.recruit-details .co > b:before{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 0.05rem;
		height: 0.23rem;
		border-radius: 0.06rem;
		background: #FF8C00;
	}
	.recruit-details .co > b:nth-child(1){
		margin-top: 0;
	}
	.recruit-details .tijiao{
		display: flex;
		width: 1.36rem;
		line-height: 0.52rem;
		background: red;
		margin: 0.8rem auto 0;
		justify-content: center;
		background: #A42329;
		border-radius: 0.05rem;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		font-family: "AlibabaPuHuiTi";
		cursor: pointer;
	}
	
	.pos-banner{
		padding-top: 0.57rem;
		z-index: 0;
	}
	.pos-banner .text1{
		position: absolute;
		z-index: 11;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		color: #fff;
		text-align: center;
	}
	.pos-banner .text1 > b{
		font-family: "AlibabaPuHuiTi";
		font-size: 0.4rem;
		font-weight: bold;
		line-height: 0.224rem;
		color: #FFFFFF;
		margin-bottom: 0.8rem;
	}
	.pos-banner .text1 div{
		display: flex;
	}
	.pos-banner .text1 div a{
		width: 2.35rem;
		line-height: 0.59rem;
		border-radius: 0.06rem;
		background: rgba(255, 255, 255, 0.15);
		border: 0.02rem solid #FFFFFF;
		text-align: center;
		color: #fff;
		font-size: 0.28rem;
		font-family: "AlibabaPuHuiTi";
		margin: 0 0.41rem;
	}
	.postdoctor .lo{
		text-align: center;
		margin-bottom: 0;
	}
	.postdoctor .container{
		width: 60%;
	}
	.postdoctor .right{
		display: flex;
		margin: 0.4rem 0;
	}
	.postdoctor .img{
		width: 4.89rem;
		height: 2.96rem;
		margin-right: 0.4rem;
	}
	.postdoctor .more{
		font-family: "AlibabaPuHuiTi";
		font-size: 0.24rem;
		font-weight: normal;
		line-height: 0.52rem;
		color: #C7131C;
	}
	.postdoctor .box{
		text-align: center;
	}
	.postdoctor .list{
		width: calc(100% - 4.93rem);
		text-align: left;
	}
	.postdoctor .list a:nth-child(1){
		display: block;
		font-size: 14px;
		line-height: 0.224rem;
		color: #A89797;
		padding-top: 0;
	}
	.postdoctor .list a:nth-child(1) p{
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.36rem;
		color: #731F1B;
		margin-bottom: 0.08rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.postdoctor .list a:nth-child(1) em{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.postdoctor .list a div{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.postdoctor .list a div span{
		font-size: 0.16rem;
		font-weight: normal;
		line-height: 0.224rem;
		color: #6D5859;
	}
	.postdoctor .list a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-family: "AlibabaPuHuiTi";
		font-size: 0.18rem;
		font-weight: normal;
		line-height: 0.36rem;
		color: #605958;
		border-bottom: 1px dashed #D8D8D8;
		padding: 0.03rem 0 0.05rem;
	}
	.postdoctor .list a p{
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.postdoctor .list a span{
		font-size: 0.16rem;
		font-weight: normal;
		line-height: 0.224rem;
		color: #A89797;
	}
	
/* 联系我们 */
.conta{
	padding: 0.64rem 15px 1.14rem!important;
	z-index: 0;
}
.conta .swiper-slide{
	display: flex;
}
.conta .swiper-slide:before{
	display: none;
}
.conta .ph{
	width: 311px;
    margin-left: 0.73rem;
}
.conta .ph > b{
	font-family: "AlibabaPuHuiTi";
	font-size: 0.5rem;
	font-weight: bold;
	line-height: 0.52rem;
	color: #A42329;
}
.conta .te{
	display: flex;
	align-items: flex-start;
	margin-top: 0.4rem;
}
.conta .te img{
	position: relative;
	margin-right: 0.24rem;
}
.conta .te div{
	width: 3.1rem;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
    color: #868686;
}
.conta .te div em{
    color: #101010;
	font-weight: bold;
	margin-bottom: 0.11rem;
}
.form .forms{
	width: 100%;
    flex-wrap: wrap;
}
.forms div{
	 display: flex;
	justify-content: space-between; 
}
.forms li{
	 width: calc(50% - calc(1 / 2 * 0.34rem));
     margin: 0 0.34rem 0.24rem 0; 
}
.forms li:nth-child(2n){
    margin-right: 0;
}
.form li p{
	margin-right: 0.11rem;
}
.form .last{
	align-items: flex-start;
    width: 100%;
    margin-right: 0;
}
.form input{
    width: 100%;
    background: #f7f7f7;
	padding: 10px 0.38rem;
	flex: 1;
}
.form textarea{
    width: 100%;
	background: #f7f7f7;
	padding: 12px 0.38rem;
    min-height: 135px;
	flex: 1;
}
.form button{
	width: 165px;
    height: 56px;
    background: #305EC1;
	color: #FFFFFF;
}

/* 弹窗 */
.fixed{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(216, 216, 216, 0.6);
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
}
.fixed .ti{
	position: relative;
	font-family: "AlibabaPuHuiTi";
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.47rem;
	color: #FFFFFF;
	text-align: center;
	background: #A42329;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed .ti .yingppin_close{
	position: absolute;
	right: 0.1rem;
	cursor: pointer;
}
.fixed .form{
	width: 52%;
	margin: 0.35rem auto;
	background: #fff;
	text-align: center;
}
.fixed .forms{
	padding: 0.35rem 0;
	width: 70%;
	margin: 0 auto;
}
.fixedzx .form .last{
	align-items: flex-start;
}
.fixedzx .form .last textarea{
	height: 2rem;
	padding: 0.12rem 0.1rem;
}
.fixedzx .form .last p{
	margin-top: 0.12rem;
}

/* 团队生活 */
.team-life .box{
	padding: 1.1rem 0;
}
.team-life .container{
	width: 81%;
}
.team-life .box .lo p{
	position: relative;
	font-size: 0.32rem;
	line-height: 0.224rem;
	color: #3D3D3D;
	text-align: center;
}
.team-life .box .lo p:after{
	content: '';
	position: absolute;
	bottom: -0.35rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.41rem;
	height: 0.03rem;
	background: #C8161D;
}
.team-life .right{
	padding-top: 0.35rem;
}
#certify {
	position: relative;
	width: 95%;
	margin: 0 auto
}
#certify  .swiper-slide {
	width: 7.5rem;
	/* height: 6.15rem; */
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide div{
	display: none;
	position: absolute;
	bottom: 0;
	padding: 0 0.3rem 0.2rem;
	color: #fff;
	font-family: AlibabaPuHuiTi;
}
#certify  .swiper-slide-active div{
	display: block;
}
#certify  .swiper-slide div p {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.224rem;
}
#certify  .swiper-slide div b{
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 1.5rem;
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/arrow.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

/* #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

#certify .swiper-button-next {
	right: 1.5rem;
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/arrow.png) no-repeat;
	/* background-position: 0 -93px; */
	background-size: 100%;
	transform: rotate(180deg);
}

/* #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */

/* 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: 0;
}


/* 分页 */
.page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .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.16rem;
    color: #333;
    text-align: center;
    transition: all 0.2s;
  }
  .page ul li.active a{
    background: #cf2818!important;
    color: #fff;
    border-color: #cf2818!important;
  }
  .page ul li:first-child a, .page ul li:first-child span, .page ul li:last-child span, .page ul li:last-child a{
    position: relative;
    width: 0.4rem;
    border-radius: 0;
  }
  .page ul li:first-child span, .page ul li:last-child span{
    border: 0;
    content: '';
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background: transparent;
    border-left: 0.01rem solid #666;
    border-bottom: 0.01rem solid #666;
    /* left: calc(50% + 0.055rem); */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
  }
  .page ul li:last-child span{
    transform: translate(-50%,-50%) rotate(225deg);
    -webkit-transform: translate(-50%,-50%) rotate(225deg);
    left: 45%;
  }
  .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: #000;
	font-size: 0.18rem;
	font-family: 'ProximaNovaThin';
}
.foot .foot-logo{
	width: 0.37rem;
	/* 之前 */
	width: 0.4115rem;
}
.foot .container{
    padding: 0.8rem 0;
    padding-left: 15px;
    padding-right: 15px;
}
.foota{
    margin-top: 0.45rem;
    display: flex;
	color: #FCFEFE;
	justify-content: space-between;
	align-items: flex-end;
}
.foota > b{
    font-family: "ProximaNovaRegular";
}
.foota .lefts{
	font-weight: normal;
}
.foota .lefts img{
    margin-bottom: 35px;
}
.foota .lefts b{
	font-weight: bold;
}
.foota .lefts p{
    margin-bottom: 0.45rem;
    width: 55%;
}
.foota .lefts a{
    width: 153px;
    line-height: 50px;
    background: #305EC1;
    display: block;
    color: #fff;
    text-align: center;
}
.foot-nav{
    display: flex;
	margin: 0 0.4rem;
	padding: 0 0.4rem;
}
.foot-nav .left{
	margin-right: 0.4rem;
}
.foot-nav .left:last-child{
	margin-right: 0;
}
.foot-nav b, .foot-nav .b{
    font-size: 0.2rem;
	font-weight: bold;
    line-height: 0.252rem;
    margin-bottom: 0.15rem;
}
.foot-nav a{
    font-size: 0.18rem;
    line-height: 0.252rem;
	color: #FCFEFE;
    display: block;
    margin-bottom: 0.16rem;
}
.foot-nav a:last-child{
	margin-bottom: 0;
}
.foot-nav .left a:last-child{
    margin-bottom: 0;
}
.copy{
    display: flex;
    justify-content: space-between;
    padding: 0.45rem 0 0;
    margin-top: 0.45rem;
    border-top: 1px solid #bababa;
    text-align: center;
    color: #fff;
    font-size: 0.13rem;
}
.copy .links{
    display: flex;
    align-items: center;
}
.copy .links a{
    margin-left: 0.18rem;
    color: #fff;
}
.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;
}
.copya a{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #FFFFFF;
    margin-left: 0.28rem;
}
.foot-con > b{
    position: relative;
	font-weight: bold;
	margin-bottom: 0.45rem;
}
/*.foot-con > b:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 31px;*/
/*    height: 1px;*/
/*    background: #fff;*/
/*    left: 0;*/
/*    bottom: -5px;*/
/*}*/
.foot-con em{
    position: relative;
    margin-bottom: 0.25rem;
}
.foot-con em:after{
    content: '';
    position: absolute;
    width: 2rem;
    height: 1px;
    background: #bababa;
    right: 0;
    bottom: -2px;
}
.foot-con{
	width: 35%;
	flex: none;
	text-align: right;
}
.foot-con:last-child{
    width: auto;
}
.foot-con li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.foot-con li div{
	flex: 1;
}
.foot-con li a{
    color: #fff;
    font-weight: bold;
}
.foot-con li a:hover{
    color: #00a6b4;
}
.foot-con li .ch{
    display: flex;
    align-items: center;
}
.foot-con li .ch input{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin: 0 5px 0 0;
}
.foot-con li .inp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    line-height: 0.23rem;
}
.foot-con li .inp input::placeholder{
    color: #fff;
}
.foot-con li .inp button{
    transform: rotate(180deg);
    width: 0.2rem;
    display: none;
}
.foot-con li .inp button img{
    /*width: 0.1rem;*/
    width: 0.075rem;
}


/* 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{
        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;
    }
    .product .cons .left a:hover{
        color: #305EC1;
    }
    .subna a:hover{
        color: #fff;
        background: #305EC1;
    }
    .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{
        box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.3);
    }
    .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:last-child, .recruit-btn a:nth-child(1){
        transition: all 0.3s;
    }
    .recruit-btn a:last-child:hover{
        color: #fff;
        border-color: #d51a19;
        background: #d51a19;
    }
    .recruit-btn a:nth-child(1):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;
    }
	.home-tec .cons .more:hover,
	.home-ser .box a:hover{
		border-color: #C8161D;
		background: #C8161D;
	}
	.home-news .cg .list a:hover p,
	.home-coop .cons a:hover .text p{
		color: #305EC1;
	}
	.home-ser .con:hover:before{
		opacity: 0.5;
	}
	.culture .li:hover .hover{
		display: flex;
	}
	.culture .li:hover > b,
	.culture .li:hover > i{
		display: none;
	}
	.team .li:hover{
		box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.2);
	}
	.team .li:hover .text .more{
		color: #C8121E;
	}
	.equipment-details .box a:hover p{
		color: #C8161D;
	}
	.recruit .list a:hover p{
		color: #A42329;
	}
	.postdoctor .list a:hover p{
		color: #731F1B;
	}
    .home-about .box .more:hover img,
    .home-news .cg .to a:hover img{
        left: 10px;
    }
    .home-pro .tt .more:hover{
        color: #305EC1;
    }
    .product .box a:hover p,
    .case .box a:hover i,
    .news .box .text span:hover,
    .n-details .right a:hover .text b{
        color: #305EC1;
    }

}

@media screen and (max-width: 1600px){
    .banner .index-class,
    .banner-img .index-class{
        width: 19%;
        margin-right: 1%;
    }
    .search a{
        width: 200px;
    }
}

@media screen and (max-width: 1500px){
    .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;
    }
    .lan {
        margin-right: 35px;
    }
    .logo{
        /*padding: 0 0.3rem 0 0.34rem;*/
    }
    .search a {
        width: 150px;
    }
    .n-details .container,
    .contact .container{
        width: 73%;
    }
}

/* 1200 */
@media screen and (max-width: 1200px) {
    .container{
        /*width: 8.67rem!important;*/
        /*padding: 0;*/
    }
    .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) {
    
    

}

.mobile{
    display: none!important;
}

/* 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;
    }
    .banner .swiper-slide .img1{
        height: 100%;
        position: absolute;
        object-fit: cover;
    }
    .container{
        width: 100!important;
    }
    .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.38rem;
        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{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
    }
    .banner{
        /*margin-top: 1.46rem;*/
        height: calc(100vh - 1.46rem);
        height: 12.24rem;
    }
    .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;
    }
    .slide-banner{
        margin-top: 1.46rem
    }
    .menu-sub{
        /*display: none;*/
        padding: 1.64rem 0 0.67rem;
        /*padding-bottom: 0;*/
    }
    .header{
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        background: #fff;
        padding: 0.36rem 0.48rem 0.32rem;
    }
    .header img{
        height: 0.88rem;
    }
    #navToggle span, #navToggle::after, #navToggle::before{
        /*width: 0.4rem;*/
        /*height: 0.03rem;*/
        /*background: #5B6670;*/
    }
    .parents{
        display: none;
    }
    .foot .container{
        width: 100%!important;
        padding: 3.07rem 0; /* 15px */
        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;
		display: none;
    }
    .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 .container{
        padding: 0;
    }
    .copy{
        padding: 2.05rem 0;
        margin-top: 2.05rem;
    }
    .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 1.2rem;
    }
    .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(100% - 1.56rem);
        z-index: 99;
        border-top: 1px solid #d6d6d6;
    }
    .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: calc(100% - 1.44rem);
        padding: 0.84rem 0.48rem 0;
    }
    .icon_mb{
        position: absolute;
        height: 1.66rem;
        bottom: 0;
        width: calc(100% - 0.96rem);
        display: flex;
        align-items: center;
        border-top: 0.02rem solid #D6D6D6;
    }
    .icon_mb img{
        height: 0.45rem;
    }
    .icon_mb a{
        margin-right: 0.52rem;
    }
    .nav_mb{
        height: calc(100% - 1.66rem);
        overflow-y: scroll;
    }
    .nav_mb .li, .nav_mb .li > a{
        font-size: 0.48rem;
        font-family: 'Raleway-Medium';
        line-height: 0.58rem;
        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.26rem;
        font-family: 'Raleway-Medium';
        line-height: 0.3rem;
        color: #5B6670;
        margin-bottom: 0.35rem;
        display: block;
    }
	.foota{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 1rem;
		margin-top: 2.05rem;
	}
	.footer{
		padding: 0 15px;
		padding: 0 1.2rem;
		font-size: 0.78rem;
	}
	.foota .lefts{
		width: auto;
		margin-bottom: 3rem;
		margin-bottom: 2.05rem;
	}
	.foota .lefts p{
	    margin-bottom: 1rem;
	    font-size: 0.5rem;
	    font-size: 0.68rem;
	    font-size: 0.78rem;
        opacity: 0.7;
	}
	.foota .lefts .f-phone{
	    opacity: 0.7;
	    font-size: 0.5rem;
	    font-size: 0.65rem;
	    font-size: 0.78rem;
	}
	.foot-con{
		width: auto;
		text-align: left;
		/*opacity: 0.7;*/
		font-size: 0.5rem;
		font-size: 0.65rem;
		font-size: 0.78rem;
	}
	.foot-con li{
	    justify-content: flex-start;
	    opacity: 0.7;
	}
	.foota .lefts b{
	    font-size: 0.5rem;
	    font-size: 0.65rem;
	    font-size: 0.78rem;
	}
	.foot-con li .inp button img{
	    width: 1.1rem;
	}
	.foot-con li .inp button{
	    width: 0.3rem;
	}
	.foot-con li .ch input{
	    margin: 0 0 0 10px;
	    border-radius: 0; /* 可选，为边框添加圆角 */
        /*appearance: none;*/
        /*-webkit-appearance: none;*/
	}
	.foot-con > b{
	    color: #fff;
	    margin-bottom: 1rem;
	}
	.foot-con li .inp{
	    margin-bottom: 1rem;
	}
	.foot-con li .ch {
        flex-direction: row-reverse;
    }
    .foota .lefts p{
        width: 70%;
        margin-bottom: 1rem;
        margin-bottom: 1.02rem;
    }
	.form div{
		flex-direction: column;
	}
	.form button,
	.services form button{
		width: 100%;
		font-size: 14px;
	}
	.form div li{
		width: auto;
        margin-right: 0;
	}
	.yqbox .lis {
	    flex-direction: row;
	}
	.bit{
		flex-direction: row!important;
	}
	.home-news .box{
		flex-direction: column;
	}
	.home-news .li{
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
        height: 200px;
	}
	.home-coop .cons a{
		width: calc(100% / 2 - calc(1 / 2 * 15px));
		margin-right: 15px;
		flex-direction: column;
	}
	.home-coop .cons .bg{
		width: auto;
	}
	.home-coop .cons .text {
		width: auto;
	    padding: 15px;
	}
	.home-coop .cons a:nth-child(3n)	{
	    margin-right: 15px;
	}
	.home-coop .cons a:nth-child(2n){
		margin-right: 0;
	}
	.home-ser .left,
	.home-ser .right{
		width: 48%;
	}
	.home-ser .con:before{
		opacity: 0.5;
	}
	.home-con .li{
		width: calc(50% - calc(1 / 2 * 0.28rem));
		margin-bottom: 15px;
	}
	.home-con .li:nth-child(2n) {
	    margin-right: 0;
	}
    .product .cons .left{
        display: none;
    }
    .slide-banner .text{
        width: 100%;
        text-align: center;
    }
    .contact .text{
        flex-direction: column;
    }
    .conta .ph{
        width: auto;
        margin-left: 0;
    }
    .conta .te div{
        width: auto;
    }
    .home-pro .cons a{
        width: 100%;
        margin-right: 0;
    }
    .home-pro .cons a:nth-child(n + 3){
        display: none;
    }
    .home-pro .cons .img {
        height: 150px;
    }
    .home-about .box,
    .about .box,
    .why,
    .why .list{
        flex-direction: column;
    }
    .home-about .box .img{
        display: none;
    }
    .home-about .box .more,
    .home-news .cg .to a,
    .home-news .cg .to{
        width: 100%;
    }
    .home-news .cg .to{
        margin-top: 30px;
    }
    .home-news .cg .list a:nth-child(n + 3){
        display: none;
    }
    .home-news .cg .list a:nth-child(2){
        padding: 0;
        margin: 0;
        border: 0;
    }
    .about .right{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
    .why{
        height: auto;
    }
    .whys{
        width: 100%;
    }
    .why .te{
        padding: 30px 0;
    }
    .product .cons .right a,
    .case .box a{
        width: calc(50% - calc(1 / 2 * 15px));
        margin: 0 15px 27px 0;
    }
    .product .cons .right a:nth-child(3n),
    .case .box a:nth-child(3n){
        margin-right: 15px;
    }
    .product .cons .right a:nth-child(2n),
    .case .box a:nth-child(2n){
        margin-right: 0;
    }
    .news .box a{
        width: 100%;
        margin-right: 0;
    }
    .case .box a .img div{
        height: 150px;
    }
    .news .box .img{
        width: 150px;
        height: 150px;
    }
    .news .box .text i{
        margin-bottom: 0;
    }
    .news .box .img div{
        position: static;
    }
    .n-details .right{
        display: none;
    }
    .subs .box .li{
        display: block;
    }
    .subs .box .li img{
        width: 100%;
        height: 15rem;
        margin-bottom: 2.05rem!important;
    }
    .b{
        font-size: 0.89rem;
    }
    .m{
        font-size: 0.78rem;
    }
    .mm{
        margin-bottom: 3.07rem!important;
    }
    .more{
        font-size: 0.78rem;
    }
    .subs .box .li .cont .more{
        font-size: 0.79rem;
    }
    .pmenu .tops{
        /*display: none;*/
        width: 100%;
        /*top: 1.48rem;*/
        top: 1.64rem;
        padding: 0 1.2rem;
    }
    .pmenu .tops a{
        color: #fff;
        position: relative;
        /* top: 0.5rem; */
        height: 30px;
        width: 30px;
        display: flex
;
        align-items: center;
    }
    .pmenu .tops .close{
        width: 15px;
        height: 15px;
        opacity: 0.7!important;
    }
    .pmenu .navs.pcs{
        display: none!important;
    }
    .pmenu .navs.mbs, .pmenu .navs.mbs.ons{
        display: flex!important;
    }
    .navs a{
        /*font-size: 1.1rem;*/
        /*padding: 0.5rem 0;*/
        font-size: 0.93rem;
    }
    .navs a:hover{
        color: inherit;
    }
    .navs a.on{
        color: #00a6b4;
    }
    .navs .mbsubnav{
        /*padding-left: 1rem;*/
        padding: 1.02rem 0 1.02rem 1.02rem;
    }
    .navs .mbsubnav a{
        font-size: 0.82rem;
        color: #cbc8c8;
        display: block;
    }
    .sub .m{
        width: auto;
    }
    .subs .box .li .cont{
        width: 100%;
        padding: 0!important;
    }
    .sub > p{
        font-size: 0.79rem;
    }
    .sub i{
        font-size: 0.89rem;
    }
    .logo a img{
        width: 6.5rem;
    }
    .sub{
        width: auto;
        padding: 2.85rem 2rem 1.85rem;
        padding-bottom: 3.07rem;
    }
    .home-miss{
        height: 2.3rem;
        height: 3.07rem;
        /*height: 3.45rem;*/
    }
    .miss .box .li .b{
        line-height: inherit;
        margin-bottom: 1rem;
    }
    .miss .box .li .m{
        margin-bottom: 1rem;
        margin-bottom: 1.02rem;
        padding: 0;
    }
    .cons .li{
        max-width: 100%;
    }
    .cons .li .b{
        font-size: 0.79rem;
        margin-bottom: 0.5rem!important;
    }
    .cons .li .m{
        margin-bottom: 1rem;
    }
    .cons .li{
        margin-bottom: 1.35rem;
    }
    .cons .li:last-child{
        margin-bottom: 0;
    }
    .cons .more{
        font-size: 0.7rem;
    }
    .em{
        width: auto;
        padding: 0.82rem 0 1.4rem;
        padding: 1.02rem 0 1.4rem;
        /*padding: 1.23rem 0 1.4rem;*/
        padding-bottom: 0;
    }
    .home-banner{
        width: 100%;
        padding: 0 1.2rem;
    }
    .jar .box img{
        max-width: 100%;
        height: 15rem;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .jar .con {
        margin-top: 1.85rem;
        margin-top: 3.07rem;
        margin-top: 1.02rem;
    }
    .jar .con .m{
        width: 100%;
    }
    .jar .con .b{
        margin-bottom: 1rem;
    }
    .jar .con .b p{
        font-size: 0.79rem;
    }
    .jar .con .m i {
        margin-bottom: 1rem;
    }
    .b{
        margin-bottom: 0.82rem!important;
        margin-bottom: 1.02rem!important;
        /*margin-bottom: 1.23rem!important;*/
    }
    .m{
        margin-bottom: 0.82rem;
        margin-bottom: 1.02rem;
        /*margin-bottom: 1.23rem;*/
    }
    .miss .box{
        flex-direction: column;
    }
    .miss .box .li {
        width: 100%;
        margin: 0 1.37rem 1.85rem 0;
        margin-bottom: 3.07rem;
    }
    .miss .box .li img{
        height: 15rem;
        height: auto;
        margin-bottom: 1rem;
        margin-bottom: 1.02rem;
    }
    .hbot .box .li, .subs .box .li:last-child, .jar .more{
        margin-bottom: 3.07rem!important;
    }
    .env .container{
        padding: 1.8rem 0;
    }
    .env .container .m{
        display: none;
    }
    .env {
        margin-bottom: 1.85rem;
        margin-bottom: 0;
        padding: 0 1.2rem;
    }
    .jar .box{
        margin-bottom: 1.85rem;
        padding-bottom: 0;
        margin-bottom: 3.07rem;
    }
    .jar .more{
        margin-bottom: 1.85rem;
        font-size: 0.79rem;
    }
    .env .container .more{
        font-family: inherit;
    }
    .menus{
        display: block;
        /*padding: 0 0.8rem;*/
    }
    .navs{
        margin-right: 0;
        display: none!important;
    }
    .em .b, .home-text .b, .env .b{
        font-size: 0.79rem;
    }
    .em .m, .em .more, .home-text .m, .home-text .more, .env .more{
        font-size: 0.68rem;
    }
    .home-text .m, .em .m{
        font-size: 0.78rem;
    }
    /*.cons .mbconb{*/
    /*    position: relative;*/
    /*    top: 2rem;*/
    /*}*/
    .foot .foot-logo, .pmenu .tops img{
        width: 1rem;
        /* 之前 */
        width: 1.173rem;
    }
    /*.pmenu .tops img{*/
    /*    width: 1.173rem;*/
    /*}*/
    /*.miss .b{*/
    /*    margin-bottom: 1.64rem!important;*/
    /*    margin-bottom: 2.05rem!important;*/
        /*margin-bottom: 1.02rem!important;*/
    /*}*/
    .em .b{
        margin-bottom: 1.64rem!important;
        margin-bottom: 2.05rem!important;
        margin-bottom: 1.02rem!important;
    }
    .miss .bs{
        margin-bottom: 2.05rem!important;
    }
  
}