* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
  white-space: inherit !important;
}
a:hover {
  color: #1d1d1d;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
body {
  color: #474747;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", arial;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.dw {
  top: -1.7rem;
  z-index: -1;
  position: absolute;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/Montserrat-Bold-3.otf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/Montserrat-Regular-8.otf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'myfont4';
  src: url('../fonts/Montserrat-Light-6.otf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'myfont3';
  src: url('../fonts/League-Script.ttf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold_0.ttf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'Roboto2';
  src: url('../fonts/Roboto-Thin_0.ttf');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Oswald-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal /* IE9 Compat Modes */;
}
html {
  font-size: 100px!important;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes bmove {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bmove {
  -webkit-animation-name: bmove;
  animation-name: bmove;
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 640px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.navPhoneBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  z-index: 13;
  position: relative;
  line-height: 10px;
  cursor: pointer;
  vertical-align: top;
}
.navPhoneBtn .line {
  width: 0.18rem;
  margin-right: 0.18rem;
}
.navPhoneBtn span {
  display: block;
  width: 0.18rem;
  height: 1px;
  margin-bottom: 0.05rem;
  position: relative;
  background: #1d1d1d;
  border-radius: 0px;
  z-index: 1;
  -webkit-transform-origin: 0.2rem;
  -ms-transform-origin: 0.2rem;
  transform-origin: 0.2rem;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  left: 0;
  top: -0.03rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .navPhoneBtn {
    display: none;
  }
}
.navPhone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  z-index: 13;
  display: none;
  position: relative;
  line-height: 10px;
  cursor: pointer;
  vertical-align: top;
}
.navPhone span {
  display: block;
  width: 18px;
  height: 1px;
  margin-bottom: 3px;
  position: relative;
  background: #1d1d1d;
  border-radius: 0px;
  z-index: 1;
  -webkit-transform-origin: 0.2rem;
  -ms-transform-origin: 0.2rem;
  transform-origin: 0.2rem;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhone span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.navPhone span:last-child {
  margin-bottom: 0;
}
.navPhone.close,
.navPhone.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhone.close span,
.navPhone.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navPhone.close span:nth-last-child(3),
.navPhone.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navPhone.close span:nth-last-child(2),
.navPhone.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhone.close span:last-child,
.navPhone.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .navPhone {
    display: block;
  }
}
.header {
  z-index: 11;
  position: relative;
  padding-top: 0.5rem;
  line-height: 0.16rem;
  height: 1.47rem;
  font-size: 0.14rem;
}
.header .transparent {
  opacity: 0;
  display: none;
  z-index: -1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.header .transparent.show {
  opacity: 1;
  z-index: 0;
  display: block;
}
.header .container {
  max-width: 17.8rem;
}
.header .left {
  float: left;
  padding-top: 0.1rem;
}
.header .right {
  padding-top: 0.1rem;
  float: right;
}
.header .right a {
  padding-left: 0.4rem;
}
.header .right img {
  max-height: 0.16rem;
}
.header .logo {
  top: 0.35rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .logo img {
  max-height: 0.8rem;
}
.header .logo .l2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .search {
  float: left;
  margin-top: -0.02rem;
  display: inline-block;
  margin-left: 0.25rem;
  line-height: 0.14rem;
}
.header .search img {
  max-height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: -0.02rem;
}
.header .search i {
  font-style: normal;
}
.header .search.hide {
  opacity: 0;
}
.header .name2 {
  opacity: 0;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.header .shop {
  display: inline-block;
}
.header .close .name1 {
  display: none;
}
.header .close .name2 {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
    padding-top: 20px;
    position: fixed;
    border-bottom: solid 1px #ddd;
  }
  .header .line {
    width: 18px;
    margin-right: 0;
  }
  .header .navPhoneBtn span {
    width: 18px;
    height: 1px;
    margin-bottom: 3px;
  }
  .header .search {
    float: left;
    margin-top: -4px;
    display: inline-block;
    margin-left: 15px;
    line-height: 18px;
  }
  .header .search img {
    max-height: 18px;
    margin-right: 0;
    margin-top: 0;
  }
  .header .search i {
    font-style: normal;
  }
  .header .name1,
  .header .search i {
    display: none;
  }
  .header .contact {
    display: none;
  }
  .header .logo {
    top: 10px;
  }
  .header .logo img {
    max-height: 40px;
  }
  .header .right img {
    max-height: 16px;
  }
  .header .right a {
    padding-left: 0px;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  /* border-bottom: solid 1px #ececec;
  background: #fff; */
  position: fixed;
}
.fixed .logo .l1 {
  opacity: 0;
}
.fixed .logo .l2 {
  opacity: 1;
}
.index-video {
  padding-top: 0.6rem;
  text-align: center;
}
.index-video .more {
  margin-top: 0.2rem;
}
.index-video .more a {
  opacity: 0.6;
  text-decoration: underline;
}
.index-video .video {
  margin-top: 0.6rem;
  position: relative;
}
.index-video .btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-video .btn img {
  max-height: 0.76rem;
}
@media (max-width: 1200px) {
  .index-video {
    padding-top: 100px;
  }
}
.index-title {
  color: #1d1d1d;
  font-weight: lighter;
  text-align: center;
  font-size: 0.32rem;
}
@media (max-width: 1200px) {
  .index-title {
    font-size: 20px;
  }
}
.index-text {
  padding: 0.2rem 0 0.15rem 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .index-text {
    padding: 15px 0 10px 0;
  }
}
.index-more {
  text-align: center;
}
.index-more a {
  opacity: 0.6;
  text-decoration: underline;
}
.index-product {
  overflow: hidden;
  margin: 0 auto;
  max-width: 19.2rem;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}
.index-product .swiper-container {
  margin: 0 -1.375rem;
}
.index-product ul {
  margin-top: 0.5rem;
}
.index-product li {
  padding: 0 1.375rem;
}
.index-product li .pic {
  position: relative;
}
.index-product li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  background: rgba(231, 231, 231, 0.68);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.index-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 145.23809524%;
}
.index-product li .tit {
  height: 0.3rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  color: #1d1d1d;
  text-align: center;
  opacity: 0;
  margin-bottom: 0.5rem;
}
.index-product .swiper-slide-active .tit {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index-product .swiper-slide-active .pic:before {
  opacity: 0;
}
.index-product .swiper-button-prev {
  left: 33%;
}
.index-product .swiper-button-next {
  right: 33%;
}
.index-product .swiper-button-prev:after,
.index-product .swiper-button-next:after {
  width: 0.23rem;
  height: 0.12rem;
  font-size: 0;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
  background: url(../images/prev.png) no-repeat top center;
  background-size: cover;
}
.index-product .swiper-button-prev:before,
.index-product .swiper-button-next:before {
  display: none;
  opacity: 0;
  width: 0.2rem;
  content: "";
  height: 0.02rem;
  top: 46.4%;
  position: absolute;
  background: #1d1d1d;
  -webkit-transition: all 334ms linear;
  transition: all 334ms linear;
}
.index-product .swiper-button-prev:hover:after,
.index-product .swiper-button-next:hover:after {
  opacity: 0.8;
}
.index-product .swiper-button-next:after {
  background: url(../images/next.png) no-repeat top center;
  background-size: cover;
}
.index-product .swiper-container-horizontal > .swiper-pagination-progressbar,
.index-product .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
  width: 7%;
  left: 50%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-product .swiper-pagination-progressbar {
  background: #e4e4e4;
}
.index-product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1d1d1d;
}
@media (max-width: 1200px) {
  .index-product {
    padding: 50px 20px;
  }
  .index-product ul {
    margin-top: 30px;
  }
  .index-product li {
    padding: 0 30px;
  }
  .index-product li .tit {
    height: 30px;
    line-height: 30px;
    margin: 20px 0 30px 0;
  }
  .index-product .swiper-container {
    margin: 0 -30px;
  }
  .index-product .swiper-button-prev:before,
  .index-product .swiper-button-next:before {
    display: none;
  }
  .index-product .swiper-button-prev:after,
  .index-product .swiper-button-next:after {
    font-size: 0px;
  }
}
@media (max-width: 500px) {
  .index-product .swiper-button-prev {
    left: 60px;
  }
  .index-product .swiper-button-next {
    right: 60px;
  }
}
.index-button {
  width: 1rem;
  height: 0.5rem;
  margin: 0 auto;
  line-height: 0.48rem;
  position: relative;
  margin-top: 0.6rem;
  text-align: center;
}
.index-button a {
  display: block;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 0.14rem;
}
.index-button span {
  z-index: 2;
  display: block;
  position: relative;
}
.index-button:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  border: solid 1px #1d1d1d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index-button:hover:before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 1200px) {
  .index-button {
    width: 100px;
    height: 40px;
    margin-top: 30px;
    line-height: 38px;
  }
  .index-button a {
    font-size: 14px;
  }
}
.index-product-2 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 19.2rem;
}
.index-product-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-product-2 li:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index-product-2 li {
  width: 50%;
  position: relative;
  padding: 0 0.2rem;
}
.index-product-2 li .pic {
  overflow: hidden;
  position: relative;
}
.index-product-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.46808511%;
}
.index-product-2 li .pic img {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.index-product-2 li .tit {
  color: #fff;
  font-weight: 700;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.index-product-2 li .text {
  left: 0;
  bottom: 0.7rem;
  width: 100%;
  text-align: center;
  position: absolute;
}
.index-product-2 li .index-button {
  margin-top: 0.3rem;
}
.index-product-2 li .index-button:before {
  border-color: #fff;
  background: #fff;
  border-radius: 0.03rem;
}
@media (max-width: 640px) {
  .index-product-2 ul {
    margin: 0;
  }
  .index-product-2 li {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
  .index-product-2 li .text {
    bottom: 30px;
  }
  .index-product-2 li .tit {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
  }
  .index-product-2 li:first-child {
    margin-top: 0;
  }
}
.index-product-3 {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}
.index-product-3 .title {
  font-weight: 700;
  text-align: center;
  color: #1d1d1d;
}
.index-product-3 ul {
  padding-top: 0.6rem;
}
.index-product-3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-product-3 .pic {
  width: 53.5%;
  position: relative;
}
.index-product-3 .pic:after {
  content: "";
  display: block;
  padding-bottom: 129.0625%;
}
.index-product-3 .text {
  width: 46.6%;
  padding: 0.3rem;
  text-align: center;
  padding-left: 1.4rem;
}
.index-product-3 .tit {
  font-weight: 400;
  height: 0.4rem;
  overflow: hidden;
  color: #1d1d1d;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.index-product-3 .txt {
  margin: 0.4rem 0;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
}
.index-product-3 .more {
  font-size: 12px;
  font-weight: 600;
}
.index-product-3 .more a {
  color: #1d1d1d;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .index-product-3 {
    padding: 50px 0;
  }
  .index-product-3 .tit {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .index-product-3 .txt {
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
  }
  .index-product-3 .text {
    padding: 20px 10px;
  }
}
.footer {
  font-size: 0.14rem;
  padding-top: 0.8rem;
  background: #000;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.6);
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .listtop {
  border-bottom: solid 1px #4d4d4d;
  padding: 0 0.5rem;
  padding-bottom: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .listtop li {
  width: 50%;
  text-align: center;
}
.footer .listtop h3 {
  color: #fff;
  padding-bottom: 0.1rem;
  font-size: 0.22rem;
  font-weight: lighter;
}
.footer .listtop .tel {
  padding-top: 0.2rem;
  text-decoration: underline;
}
.footer .listtop .online {
  text-decoration: underline;
}
.footer .listtop .index-button {
  margin-top: 0.3rem;
  line-height: 0.4rem;
  height: 0.42rem;
  width: 1.2rem;
}
.footer .listtop .index-button a {
  color: #000;
  font-weight: lighter;
}
.footer .listtop .index-button:before {
  border-color: #fff;
  background: #fff;
  border-radius: 0.03rem;
}
.footer .copy {
  position: relative;
  padding: 0.4rem 0;
}
.footer .copy .logo {
  margin-top: 0.6rem;
  text-align: center;
}
.footer .copy .t1 a {
  padding-left: 0.2rem;
  text-decoration: underline;
}
.footer .copy .t2 {
  margin-top: 0.15rem;
}
.footer .copy .t2 span {
  text-decoration: underline;
}
.footer .copy .t2 img {
  margin-right: 0.05rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
  margin-left: 0.25rem;
  max-height: 0.2rem;
}
.footer .copy .share {
  right: 0;
  top: 0.4rem;
  position: absolute;
}
.footer .copy .share span {
  opacity: 0.5;
  margin-left: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.footer .copy .share span:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-top: 40px;
  }
  .footer .listtop {
    padding: 0;
    padding-bottom: 30px;
  }
  .footer .listtop li {
    width: 100%;
    padding-top: 30px;
  }
  .footer .listtop li:first-child {
    padding-top: 0;
  }
  .footer .listtop h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .footer .listtop .tel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.footer-2 {
  padding-top: 0;
  background: #fff;
}
.footer-2 a {
  color: #8a8a8a;
}
.footer-2 .copy {
  padding-top: 0.1rem;
  color: #8a8a8a;
  border-top: solid 2px #f1f1f1;
}
.footer-2 .copy .share {
  top: 0.1rem;
}
.footer-2 .copy .share span {
  opacity: 1;
}
.footer-2 .copy .share span:hover {
  opacity: 0.7;
}
.footer-2 .logo img {
  max-height: 0.55rem;
}
@media (max-width: 1200px) {
  .footer-2 .copy {
    padding-top: 10px;
  }
  .footer-2 .share {
    top: 10px;
  }
}
.inside-menu {
  overflow: hidden;
  font-size: 0.14rem;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.inside-menu ul {
  text-align: center;
}
.inside-menu li {
  display: inline-block;
  line-height: 0.44rem;
  height: 0.44rem;
  padding: 0 0.25rem;
  font-weight: 700;
}
.inside-menu li a {
  display: block;
  position: relative;
}
.inside-menu li a:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
  position: absolute;
  height: 0.04rem;
  background: #1d1d1d;
}
.inside-menu li:hover a,
.inside-menu .active a {
  color: #1d1d1d;
}
.inside-menu li:hover a:after,
.inside-menu .active a:after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .inside-menu {
    margin-top: 60px;
    border-top: 0;
    font-size: 14px;
  }
  .inside-menu li {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
  }
}
.inside-news {
  padding-bottom: 1.3rem;
  padding-top: 0.3rem;
}
.inside-news li:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-news li:hover .tit {
  text-decoration: underline;
}
.inside-news li:hover .more {
  color: #1d1d1d;
}
.inside-news li {
  border-bottom: solid 1px #ebebeb;
  padding: 0.5rem 0;
}
.inside-news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inside-news li .pic {
  overflow: hidden;
  width: 36.8%;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.27272727%;
}
.inside-news li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.inside-news li .text {
  width: 56.2%;
  position: relative;
  padding-left: 0.5rem;
}
.inside-news li .tit {
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  color: #1d1d1d;
  margin-top: 0.15rem;
}
.inside-news li .more {
  color: #333;
  bottom: 0.2rem;
  position: absolute;
}
.inside-news li .time {
  color: #999;
  font-family: "myfont2";
  font-size: 0.24rem;
  text-align: right;
  width: 10%;
}
.inside-news li .time span {
  display: block;
}
.inside-news li .date {
  color: #333;
  line-height: 0.78rem;
  font-size: 0.78rem;
}
@media (max-width: 640px) {
  .inside-news {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .inside-news li {
    padding: 20px 0;
  }
  .inside-news li .text {
    padding-left: 20px;
    width: 66.2%;
  }
  .inside-news li .tit {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
  }
  .inside-news li .time {
    display: none;
  }
  .inside-news li .more {
    bottom: 0;
  }
}
.inside-news-show {
  padding-bottom: 0.6rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  padding-top: 0.6rem;
  border-top: solid 1px #ececec;
}
.inside-news-show h1 {
  color: #474747;
  font-weight: 500;
  line-height: 0.4rem;
  padding-bottom: 0.3rem;
}
.inside-news-show .container {
  padding: 0 1.5rem;
}
.inside-news-show .share {
  font-size: 0.18rem;
  text-align: center;
}
.inside-news-show .share img {
  margin-bottom: 0.0002rem;
  vertical-align: middle;
  max-height: 0.16rem;
}
.inside-news-show .share a {
  color: #999;
}
@media (max-width: 1200px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .inside-news-show .container {
    padding: 0 20px;
  }
  .inside-news-show .share {
    font-size: 14px;
  }
  .inside-news-show .share img {
    max-height: 16px;
    margin-bottom: 2px;
  }
}
.page-news {
  padding-top: 1.2rem;
}
.page-news .title {
  text-align: center;
  font-size: 0.34rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.page-news .title:after {
  content: "";
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.67rem;
  background: #b5b5b5;
  position: absolute;
}
.page-news ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.35rem;
  margin-top: 0.6rem;
}
.page-news li:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-news li {
  width: 50%;
  text-align: center;
  padding: 0 0.35rem;
  padding-bottom: 0.5rem;
}
.page-news li .pic {
  overflow: hidden;
  position: relative;
}
.page-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.27272727%;
}
.page-news li .pic img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.page-news li .tit {
  padding: 0 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: #1d1d1d;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 1200px) {
  .page-news {
    padding-top: 50px;
  }
  .page-news .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page-news ul {
    margin: 0 -10px;
    margin-top: 30px;
  }
  .page-news li {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .page-news li .tit {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0;
  }
}
.inside-page-news {
  font-size: 0.14rem;
  background: #f2efe9;
}
.inside-page-news ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inside-page-news li {
  overflow: hidden;
  height: 0.47rem;
  line-height: 0.47rem;
}
.inside-page-news li:last-child {
  right: 0;
  position: absolute;
}
@media (max-width: 1200px) {
  .inside-page-news {
    font-size: 14px;
  }
  .inside-page-news li {
    height: 47px;
    line-height: 47px;
  }
}
.inside-job {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}
.inside-job .nr dl dt {
  display: block;
  padding: 0;
}
.inside-job .nr dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 12%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inside-job .nr dl dt .name {
  width: 22%;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.inside-job .nr dl dt .time {
  width: 37%;
  margin-right: 2%;
  text-align: center;
}
.inside-job .nr dl dt .people {
  width: 16%;
  margin-right: 6%;
  text-align: center;
}
.inside-job .nr dl dt .bumen {
  width: 8%;
  text-align: center;
  margin-right: 7%;
  padding-left: 14px;
}
.inside-job .nr dl dt .date {
  width: 15%;
  text-align: center;
}
.inside-job .nr dl .list0 {
  color: #fff;
  font-size: 0.14rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.5rem;
  background: #1d1d1d;
}
.inside-job .nr dl .list_dt:nth-child(2) {
  margin-top: 0;
}
.inside-job .nr dl .list_dt {
  overflow: hidden;
  margin-top: 0.07rem;
  cursor: pointer;
  height: 0.48rem;
  line-height: 0.48rem;
  -webkit-transition: width 2s;
  transition: width 2s;
}
.inside-job .nr dl .list_dt .subnav {
  display: block;
}
.inside-job .nr .list_dt {
  cursor: pointer;
  position: relative;
  background: #f0f0f0;
  padding: 0 0.5rem;
}
.inside-job .nr #open {
  background: #f0f0f0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-job .nr #open .date {
  color: #1d1d1d;
}
.inside-job .nr .list_dd {
  display: none;
}
.inside-job .nr .jobsub {
  position: relative;
  background: #f7f7f7;
  line-height: 0.3rem;
  overflow: hidden;
  padding: 0.2rem 0.7rem 0.5rem 0.7rem;
}
.inside-job .nr .jobsub .bt {
  text-align: left;
  color: #1d1d1d;
  font-weight: normal;
  padding: 0.2rem 0;
}
.inside-job .button {
  color: #fff;
  margin-top: 0.4rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.46rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: #1d1d1d;
}
.inside-job .button img {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.12rem 0 0 0.05rem;
}
.inside-job .button:hover {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-job {
    padding: 50px 0;
  }
  .inside-job .nr dl dt .people {
    display: none;
  }
  .inside-job .nr {
    padding-bottom: 10px;
  }
  .inside-job .nr dl .list0 {
    height: 48px;
    overflow: hidden;
    line-height: 48px;
  }
  .inside-job .nr dl .list0 span {
    padding: 0 10px;
  }
  .inside-job .nr dl dt .name {
    padding: 0;
  }
  .inside-job .nr dl dt .bumen,
  .inside-job .nr dl dt .people {
    margin-right: 0;
  }
  .inside-job .nr dl .list0 {
    padding: 0 0px;
    font-size: 14px;
  }
  .inside-job .nr .list_dt {
    padding: 0 0px;
  }
  .inside-job .nr dl dt span {
    text-align: center;
    padding: 0 0px!important;
    margin: 0!important;
    font-size: 12px!important;
    margin-right: 0!important;
    width: 25%!important;
  }
  .inside-job .nr dl dt .time {
    width: 70%!important;
  }
  .inside-job .nr dl .list_dt {
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
  }
  .inside-job .nr dl dt span:nth-child(4) {
    display: none;
  }
  .inside-job .nr .jobsub {
    padding: 20px;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-job .nr .jobsub .bt {
    font-size: 16px;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 10px;
  }
  .inside-job .button {
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .inside-job .button img {
    max-height: 13px;
    margin-top: 10px;
  }
}
.inside-contact {
  color: #666;
  padding-top: 0.7rem;
}
.inside-contact .container {
  padding: 0 1rem;
}
.inside-contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.45rem;
  padding-bottom: 0.45rem;
}
.inside-contact .list .left {
  width: 50%;
  padding: 0.3rem;
  padding-left: 0;
  border-right: solid 1px #eeeeee;
}
.inside-contact .list .left .bt {
  color: #1d1d1d;
  padding-bottom: 0.4rem;
}
.inside-contact .list .left li {
  font-size: 0.14rem;
  margin-top: 0.3rem;
}
.inside-contact .list .left li img {
  margin: 0.03rem 0.05rem 0 0;
  vertical-align: top;
  max-height: 0.16rem;
}
.inside-contact .list .right {
  width: 50%;
  padding-top: 0.3rem;
  font-size: 0.14rem;
  text-align: center;
}
.inside-contact .list .right p {
  padding-bottom: 0.1rem;
}
.inside-contact .map img {
  width: none!important;
  max-height: none!important;
  max-width: none!important;
}

.inside-contact .list .right .xz-div{
  width: 33.33%;
  float:left;
}
.inside-contact #allmap {
  height: 4.8rem;
}
@media (max-width: 1200px) {
  .inside-contact {
    padding-top: 60px;
  }
  .inside-contact .container {
    padding: 0 20px;
  }
  .inside-contact .list {
    padding: 0;
  }
  .inside-contact .list .left {
    padding: 0;
    /* width: 70%; */
    padding-right: 20px;
  }
  .inside-contact .list .right {
    /* width: 30%; */
    font-size: 12px;
    padding-top: 0;
  }
  .inside-contact .list .left li {
    font-size: 12px;
    margin-top: 15px;
  }
  .inside-contact .list .left .bt {
    padding-bottom: 0px;
  }
  .inside-contact .list .left li img {
    max-height: 16px;
    margin: 3px 5px 0 0;
  }
}
@media (max-width: 640px) {
  .inside-contact .list {
    display: block;
  }
  .inside-contact .list .left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .inside-contact .list .right {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #eee;
  }
}
.inside-message {
  font-size: 0.14rem;
  color: #1d1d1d;
  padding: 0.6rem 0.45rem;
}
.inside-message .tit {
  color: #000;
  font-size: 0.3rem;
}
.inside-message .txt {
  color: #616161;
}
.inside-message li {
  margin-top: 0.15rem;
}
.inside-message li label {
  display: block;
  margin-bottom: 0.05rem;
}
.inside-message li .input,
.inside-message li .itextarea {
  width: 100%;
  color: #666;
  font-size: 14px;
  height: 0.27rem;
  padding: 0 0.15rem;
  border: solid 1px #616161;
  font-family: "微软雅黑";
}
.inside-message li .itextarea {
  padding: 0.15rem;
  height: 1.6rem;
}
.inside-message .tag {
  color: #616161;
  font-size: 12px;
}
.inside-message .tag a {
  text-decoration: underline;
}
.inside-message .button {
  text-align: center;
  margin-top: 0.4rem;
}
.inside-message .btn {
  color: #fff;
  display: inline-block;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  min-width: 2.4rem;
  background: #1d1d1d;
}
@media (max-width: 1200px) {
  .inside-message {
    font-size: 14px;
    padding: 40px 0;
  }
  .inside-message li {
    margin-top: 15px;
  }
  .inside-message li .input,
  .inside-message li .itextarea {
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 27px;
    padding: 0 15px;
    border: solid 1px #616161;
    font-family: "微软雅黑";
  }
  .inside-message .btn {
    height: 40px;
    line-height: 40px;
    min-width: 160px;
  }
}
.inside-culture {
  min-height: 11.79rem;
  padding-top: 0.8rem;
  margin-bottom: 1.1rem;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-culture .title {
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: lighter;
  text-align: center;
  color: #1d1d1d;
  padding-bottom: 0.4rem;
}
.inside-culture li:first-child {
  border-color: #b8b8b8;
}
.inside-culture li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 0.72);
  padding: 0.8rem 0.2rem;
  padding-right: 0;
  border-top: solid 2px #dddddd;
}
.inside-culture li .tit {
  width: 32%;
  font-weight: lighter;
  color: #1d1d1d;
  font-size: 0.3rem;
}
.inside-culture li .txt {
  width: 50%;
  padding-left: 0.2rem;
  line-height: 0.36rem;
}
.inside-culture li .num {
  width: 18%;
  text-align: right;
}
.inside-culture li .num img {
  max-height: 1.24rem;
}
.inside-about {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  color: rgba(51, 51, 51, 0.72);
}
.inside-about p {
  padding-bottom: 0.3rem;
}
.inside-about .t1 {
  padding-left: 0.3rem;
}
@media (max-width: 1200px) {
  .inside-about {
    padding: 50px 0;
  }
  .inside-about .t1 {
    padding-left: 20px;
  }
  .inside-about p {
    padding-bottom: 20px;
  }
}
.inside-about-2 {
  color: #fff;
  padding: 0.8rem 0;
  background: #1d1d1d;
}
.inside-about-2 .container {
  position: relative;
}
.inside-about-2 .title {
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: 700;
}
.inside-about-2 ul {
  margin-bottom: 0.5rem;
}
.inside-about-2 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-about-2 .pic {
  width: 45.1%;
}
.inside-about-2 .text {
  width: 54%;
  line-height: 0.3rem;
  padding-left: 0.5rem;
}
.inside-about-2 .tit {
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
}
.inside-about-2 .txt {
  padding-top: 0.4rem;
  color: rgba(255, 255, 255, 0.68);
}
.inside-about-2 .txt p {
  padding-top: 0.15rem;
}
.inside-about-2 .swiper-button-next:after,
.inside-about-2 .swiper-button-prev:after {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.2rem;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.inside-about-2 .swiper-button-next:hover:after,
.inside-about-2 .swiper-button-prev:hover:after {
  color: #ffffff;
}
.inside-about-2 .swiper-button-prev {
  left: -1.2rem;
}
.inside-about-2 .swiper-button-next {
  right: -1rem;
}
.inside-about-2 .swiper-container-horizontal > .swiper-pagination-bullets,
.inside-about-2 .swiper-pagination-custom,
.inside-about-2 .swiper-pagination-fraction {
  font-family: "myfont2";
  font-size: 0.14rem;
}
@media (max-width: 1300px) {
  .inside-about-2 .swiper-button-prev {
    left: 0;
  }
  .inside-about-2 .swiper-button-next {
    right: 0;
  }
  .inside-about-2 .text {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .inside-about-2 {
    padding: 50px 0;
  }
  .inside-about-2 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-about-2 .tit {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-about-2 .txt {
    padding-top: 0;
  }
  .inside-about-2 .txt p {
    padding-top: 15px;
  }
  .inside-about-2 .item {
    display: block;
    margin-top: 20px;
  }
  .inside-about-2 .pic {
    width: 100%;
  }
  .inside-about-2 .text {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    line-height: 24px;
    padding-right: 0;
  }
  .inside-about-2 .swiper-button-next,
  .inside-about-2 .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5);
    top: 25%;
  }
  .inside-about-2 .swiper-button-next:after,
  .inside-about-2 .swiper-button-prev:after {
    font-size: 16px;
  }
  .inside-about-2 .swiper-button-prev {
    left: 20px;
  }
  .inside-about-2 .swiper-button-next {
    right: 20px;
  }
  .inside-about-2 .swiper-container-horizontal > .swiper-pagination-bullets,
  .inside-about-2 .inside-about-2 .swiper-pagination-custom,
  .inside-about-2 .swiper-pagination-fraction {
    font-size: 12px;
  }
}
.inside-about-3 {
  padding: 0.8rem 0;
}
.inside-about-3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-about-3 li .pic {
  width: 50%;
}
.inside-about-3 li .text {
  width: 50%;
  color: rgba(51, 51, 51, 0.72);
  padding-left: 0.6rem;
}
.inside-about-3 li .tit {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: 700;
  color: #1d1d1d;
  padding: 0rem 0 0.3rem 0;
}
.inside-about-3 li .txt p {
  padding-bottom: 0.15rem;
}
@media (max-width: 1200px) {
  .inside-about-3 {
    padding: 40px 0;
  }
  .inside-about-3 li {
    display: block;
  }
  .inside-about-3 li .pic {
    width: 100%;
  }
  .inside-about-3 li .text {
    width: 100%;
    padding-left: 0;
  }
  .inside-about-3 li .tit {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0;
  }
  .inside-about-3 li .txt p {
    padding-bottom: 15px;
  }
}
.inside-about-4 {
  padding-top: 0;
}
.inside-about-4 .list {
  background: #f7f7f7;
}
.inside-about-4 li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inside-about-4 li .tit {
  padding-bottom: 0;
  padding-top: 0.6rem;
  font-size: 0.42rem;
  font-weight: lighter;
  line-height: 0.56rem;
  color: rgba(51, 51, 51, 0.72);
}
@media (max-width: 1200px) {
  .inside-about-4 li .text {
    padding: 20px;
  }
  .inside-about-4 li .tit {
    padding-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-histroy {
  padding: 0.8rem 0;
  color: rgba(51, 51, 51, 0.72);
}
.inside-histroy .title {
  color: #1d1d1d;
  font-size: 0.3rem;
}
.inside-histroy .pic {
  padding-top: 0.3rem;
}
.inside-histroy .txt p {
  padding-top: 0.3rem;
}
.inside-histroy .swiper-pagination-bullet-active {
  background: #1d1d1d;
}
.inside-histroy-2 {
  padding: 0.9rem 0;
  padding-bottom: 3.5rem;
  color: rgba(51, 51, 51, 0.72);
  background-position: center bottom #f0f0f0;
}
.inside-histroy-2 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inside-histroy-2 .txt:first-child {
  padding-left: 0;
}
.inside-histroy-2 .txt:first-child:before {
  display: none;
}
.inside-histroy-2 .txt:last-child {
  padding-right: 0;
}
.inside-histroy-2 .txt {
  padding: 0 0.4rem;
  color: #1d1d1d;
  position: relative;
}
.inside-histroy-2 .txt:before {
  content: "";
  top: 0;
  left: 0;
  width: 0.02rem;
  height: 100%;
  background: #dddddd;
  position: absolute;
}
.inside-histroy-2 .txt span {
  display: block;
}
.inside-histroy-2 .txt .cn {
  font-weight: lighter;
  line-height: 1rem;
  font-size: 0.56rem;
}
.inside-histroy-2 .txt .en {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-family: "myfint";
}
.inside-histroy-2 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: lighter;
  color: #1d1d1d;
  margin-top: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-histroy-2 .list .tleft {
  width: 27%;
  text-align: right;
  font-size: 0.36rem;
}
.inside-histroy-2 .list .tleft .line {
  margin-top: 0.15rem;
  vertical-align: top;
  display: inline-block;
}
.inside-histroy-2 .list .tleft .line img {
  max-height: 0.4rem;
}
.inside-histroy-2 .list .tleft .line-2 {
  vertical-align: bottom;
  display: inline-block;
}
.inside-histroy-2 .list .tleft .line-2 img {
  max-height: 0.4rem;
  margin-top: 0.06rem;
}
.inside-histroy-2 .list .tpic {
  width: 50%;
  text-align: center;
}
.inside-histroy-2 .list .tright {
  width: 23%;
  font-size: 0.24rem;
}
.inside-histroy-2 .text {
  line-height: 0.28rem;
  padding-top: 0.6rem;
  font-size: 0.14rem;
}
.inside-histroy-2 .text a {
  padding-left: 0.7rem;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .inside-histroy-2 {
    padding: 50px 0;
  }
  .inside-histroy-2 .txt {
    padding: 0 10px;
  }
  .inside-histroy-2 .txt .cn {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-histroy-2 .txt .en {
    font-size: 12px;
    margin: 0;
  }
  .inside-histroy-2 .text {
    font-size: 14px;
    padding-top: 30px;
  }
  .inside-histroy-2 .text a {
    padding-left: 0;
  }
  .inside-histroy-2 .list .tleft {
    font-size: 14px;
  }
  .inside-histroy-2 .list .tright {
    font-size: 14px;
  }
  .inside-histroy-2 .list .tleft .line img,
  .inside-histroy-2 .list .tleft .line-2 img {
    max-height: 20px;
    margin-top: -10px;
  }
}
.inside-histroy-3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -2.7rem;
  min-height: 6rem;
}
.inside-histroy-3 .container {
  position: relative;
}
.inside-histroy-3 .title {
  margin-bottom: 1.95rem;
  padding-left: 0.2rem;
  color: #1d1d1d;
  font-size: 0.48rem;
  font-weight: lighter;
  position: relative;
}
.inside-histroy-3 .title:after {
  content: "";
  bottom: -0.2rem;
  left: 0;
  width: 2.34rem;
  height: 0.5rem;
  position: absolute;
  background: url(../images/himg-9.png) no-repeat center bottom;
  background-size: cover;
}
.inside-histroy-3 .title:before {
  content: "";
  left: 35%;
  bottom: 0rem;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  background: #555354;
}
@media (max-width: 1200px) {
  .inside-histroy-3 .title:before {
    left: 45%;
  }
}
.inside-histroy-3 .list {
  position: relative;
  padding-bottom: 2.8rem;
  margin-top: -1rem;
}
.inside-histroy-3 .list:after {
  content: "";
  height: 72%;
  top: 1rem;
  left: 0;
  width: 100%;
  position: absolute;
  background: #363636;
}
.inside-histroy-3 .list .swiper-container {
  margin: 0 -0.5rem;
}
.inside-histroy-3 .list .item {
  margin: 0 0.5rem;
  border-radius: 0.1rem;
}
.inside-histroy-3 .list .item .tu {
  margin-left: 1.1rem;
  max-width: 2.24rem;
}
.inside-histroy-3 .list .item .tu2 {
  position: relative;
}
.inside-histroy-3 .list .item .tu2:after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.inside-histroy-3 .list .tu1 {
  width: 0.64rem;
  height: 0.64rem;
  text-align: left;
  position: relative;
}
.inside-histroy-3 .list .tu1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-histroy-3 .list .text {
  font-size: 0.14rem;
  height: 2.35rem;
  background: #eeecec;
  padding: 0.2rem;
  padding-top: 0;
  border-radius: 0.1rem;
  margin-top: -0.7rem;
  text-align: center;
}
.inside-histroy-3 .list .tit {
  color: #1d1d1d;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.inside-histroy-3 .list .txt {
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  margin: 0.1rem 0;
}
.inside-histroy-3 .swiper-container-horizontal > .swiper-pagination-bullets,
.inside-histroy-3 .swiper-pagination-custom,
.inside-histroy-3 .swiper-pagination-fraction {
  bottom: -0.8rem;
  color: #fff;
  font-family: "myfont2";
}
.inside-histroy-3 .swiper-pagination-current {
  opacity: 1;
}
.inside-histroy-3 .swiper-pagination-total {
  opacity: 0.5;
}
.inside-histroy-3 .swiper-button-next,
.inside-histroy-3 .swiper-button-prev {
  top: auto;
  bottom: -0.9rem;
}
@media (max-width: 1300px) {
  .inside-histroy-3 .swiper-button-next,
  .inside-histroy-3 .swiper-button-prev {
    bottom: -1rem;
  }
}
.inside-histroy-3 .swiper-button-prev {
  left: 42%;
}
.inside-histroy-3 .swiper-button-next {
  right: 42%;
}
.inside-histroy-3 .swiper-button-prev,
.inside-histroy-3 .swiper-button-next {
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.inside-histroy-3 .swiper-button-prev:after,
.inside-histroy-3 .swiper-button-next:after {
  font-weight: 700;
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.5;
  z-index: 5;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.inside-histroy-3 .swiper-button-prev:before,
.inside-histroy-3 .swiper-button-next:before {
  width: 0.2rem;
  content: "";
  height: 2px;
  top: 46%;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 334ms linear;
  transition: all 334ms linear;
}
@media (max-width: 1300px) {
  .inside-histroy-3 .swiper-button-prev:before,
  .inside-histroy-3 .swiper-button-next:before {
    top: 47%;
  }
}
.inside-histroy-3 .swiper-button-prev:hover:before,
.inside-histroy-3 .swiper-button-next:hover:before {
  opacity: 1;
}
.inside-histroy-3 .swiper-button-prev:hover:after,
.inside-histroy-3 .swiper-button-next:hover:after {
  opacity: 1;
}
.inside-histroy-3 .swiper-button-prev:hover,
.inside-histroy-3 .swiper-button-next:hover {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.inside-histroy-3 .swiper-button-prev:before {
  right: -0.04rem;
}
@media (max-width: 1300px) {
  .inside-histroy-3 .swiper-button-prev:before {
    right: 0.02rem;
  }
}
.inside-histroy-3 .swiper-button-next:before {
  left: -0.03rem;
}
@media (max-width: 1300px) {
  .inside-histroy-3 .swiper-button-next:before {
    left: 0.02rem;
  }
}
@media (max-width: 1200px) {
  .inside-histroy-3 {
    margin-top: 50px;
  }
  .inside-histroy-3 .list {
    padding-bottom: 160px;
    margin-top: -60px;
  }
  .inside-histroy-3 .title {
    font-size: 24px;
    margin-bottom: 100px;
  }
  .inside-histroy-3 .list .swiper-container {
    margin: 0 -10px;
  }
  .inside-histroy-3 .list .item {
    margin: 0 10px;
  }
  .inside-histroy-3 .list .text {
    font-size: 14px;
    height: 200px;
    padding: 20px;
    padding-top: 0;
    margin-top: -50px;
  }
  .inside-histroy-3 .list .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
  .inside-histroy-3 .swiper-button-prev {
    left: 35%;
  }
  .inside-histroy-3 .swiper-button-next {
    right: 35%;
  }
  .inside-histroy-3 .swiper-button-prev:before,
  .inside-histroy-3 .swiper-button-next:before {
    display: none;
  }
  .inside-histroy-3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .inside-histroy-3 .swiper-pagination-custom,
  .inside-histroy-3 .swiper-pagination-fraction {
    bottom: -55px;
  }
}
.inside-histroy-4 {
  padding: 0.8rem 0;
  padding-top: 0;
}
.inside-histroy-4 .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  color: rgba(51, 51, 51, 0.72);
}
.inside-histroy-4 .left {
  width: 15%;
  color: #333;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 700;
}
.inside-histroy-4 .right {
  width: 41%;
  line-height: 0.26rem;
}
.inside-histroy-4 .right p {
  padding-bottom: 0.2rem;
}
.inside-histroy-4 .right .num {
  color: #333;
  width: 150%;
  margin-top: 0.2rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-histroy-4 {
    padding-bottom: 50px;
  }
  .inside-histroy-4 .text {
    padding-top: 10px;
  }
  .inside-histroy-4 .left {
    width: 20%;
    font-size: 20px;
    line-height: 30px;
  }
  .inside-histroy-4 .right {
    width: 80%;
    line-height: 24px;
  }
  .inside-histroy-4 .right p {
    padding-bottom: 20px;
  }
  .inside-histroy-4 .right .num {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    margin-top: 0px;
    padding-bottom: 0;
  }
}
.inside-histroy-5 {
  padding: 0.8rem 0;
  background: #e0e0e0;
}
.inside-histroy-5 .tu {
  margin: 0 auto;
  max-width: 10.4rem;
  position: relative;
}
.inside-histroy-5 .tu img {
  max-height: 8.2rem;
}
.inside-histroy-5 .arrow {
  top: 4.7rem;
  left: 8.16rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  position: absolute;
  background: rgba(210, 11, 6, 0.3);
  -webkit-animation: 2s ease bmove infinite;
  animation: 2s ease bmove infinite;
}
.inside-histroy-5 .arrow:before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(210, 11, 6, 0.6);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inside-histroy-5 .arrow:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d20b06;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .inside-histroy-5 {
    padding: 40px 0;
  }
  .inside-histroy-5 .arrow {
    left: auto;
    top: 57%;
    right: 18%;
  }
  .inside-histroy-5 .tu {
    max-width: 100%;
  }
  .inside-histroy-5 .tu img {
    max-height: initial;
  }
}
.inside-histroy-6 {
  padding: 0.8rem 0;
  color: rgba(51, 51, 51, 0.72);
}
.inside-histroy-6 .title {
  color: #333;
  font-weight: 700;
  text-align: center;
  font-size: 0.4rem;
  padding-bottom: 0.4rem;
}
.inside-histroy-6 .f30 {
  color: #333;
  font-weight: 700;
  text-align: center;
  font-size: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.2rem;
}
.inside-histroy-6 .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.2rem;
  padding-top: 0.2rem;
}
.inside-histroy-6 .list li {
  width: 33.333%;
  padding: 0.2rem;
}
.inside-histroy-6 .list .item {
  padding: 0.3rem;
  padding-top: 0.5rem;
  border-radius: 0.2rem;
  background: #f5f5f5;
}
.inside-histroy-6 .list .item .pic {
  margin: 0 auto;
  position: relative;
  max-width: 2.6rem;
}
.inside-histroy-6 .list .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-histroy-6 .list .item .tit {
  color: #333333;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
}
.inside-histroy-6 .more {
  padding-top: 0.5rem;
  text-align: center;
}
.inside-histroy-6 .more a {
  color: #fff;
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  min-width: 1.34rem;
  background: #363636;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.inside-histroy-6 .more:hover a {
  background: #1d1d1d;
}
.inside-histroy-6 .line {
  text-align: center;
}
.inside-histroy-6 .line img {
  max-height: 0.66rem;
}
@media (max-width: 1200px) {
  .inside-histroy-6 .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-histroy-6 .list {
    padding-top: 20px;
  }
  .inside-histroy-6 .list li {
    padding: 10px;
    width: 50%;
  }
  .inside-histroy-6 .list li .item {
    padding: 15px;
  }
  .inside-histroy-6 .list li .item .tit {
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }
}
.inside-product {
  padding-bottom: 0.6rem;
  line-height: 0.3rem;
  padding-top: 0.6rem;
  border-top: solid 1px #ececec;
}
.inside-product .pic {
  margin-top: 0.6rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .inside-product {
    padding-bottom: 50px;
    line-height: 24px;
    padding-top: 100px;
    margin-top: 0;
  }
  .inside-product .pic {
    margin-top: 30px;
  }
}
.inside-product-2 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 19.2rem;
  padding-bottom: 0.4rem;
}
.inside-product-2 .pic {
  position: relative;
}
.inside-product-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-2 .swiper-container {
  margin-top: 0.6rem;
}
.inside-product-2 .swiper-slide {
  margin-bottom: 0.5rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.inside-product-2 .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inside-product-2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin-top: -2px;
}
.inside-product-2 .swiper-pagination-bullet-active {
  background: #000;
  width: 7px;
  height: 7px;
  margin-top: 0;
}
.inside-product-3 {
  padding: 0.8rem 0;
}
.inside-product-3 .list ul {
  margin: 0 -0.3rem;
}
.inside-product-3 .list li {
  width: 50%;
  float: left;
  padding: 0 0.3rem;
  padding-top: 0.6rem;
}
.inside-product-3 .list li:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.inside-product-3 .list .pic {
  overflow: hidden;
  position: relative;
}
.inside-product-3 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-3 .list .pic img {
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.inside-product-3 .list .tit {
  margin-top: 0.15rem;
  color: #1d1d1d;
  font-weight: lighter;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
}
@media (max-width: 1200px) {
  .inside-product-3 {
    padding: 0 0 50px 0;
  }
  .inside-product-3 .list ul {
    margin: 0 -10px;
  }
  .inside-product-3 .list li {
    padding: 0 10px;
    padding-top: 30px;
  }
  .inside-product-3 .list .tit {
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-product-3 .list li {
    width: 100%;
  }
}
.inside-prolist-1 {
  padding-bottom: 0.6rem;
  line-height: 0.3rem;
  padding-top: 0.6rem;
  border-top: solid 1px #ececec;
}
.inside-prolist-1 .index-title {
  text-align: left;
}
.inside-prolist-1 .index-title span {
  color: #696969;
  font-size: 0.16rem;
}
.inside-prolist-1 .tag {
  color: #696969;
  padding-bottom: 0.2rem;
}
.inside-prolist-1 .container {
  max-width: 17.8rem;
}
@media (max-width: 1200px) {
  .inside-prolist-1 {
    padding-bottom: 30px;
    line-height: 24px;
    margin-top: 0;
    padding-top: 100px;
  }
  .inside-prolist-1 .index-title span {
    font-size: 14px;
  }
  .inside-prolist-1 .tag {
    padding-bottom: 10px;
  }
}
.inside-shaixuan {
  font-size: 0.14rem;
  position: relative;
  line-height: 0.54rem;
  background: #f5f5f5;
}
.inside-shaixuan .container {
  max-width: 17.8rem;
}
.inside-shaixuan .list {
  color: #585a57;
}
.inside-shaixuan #open:before,
.inside-shaixuan #open:after {
  opacity: 1;
}
.inside-shaixuan #open i {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-bottom: 0;
}
.inside-shaixuan dt {
  z-index: 10;
  margin-right: 0.3rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.inside-shaixuan dt:before {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  border: 0.1rem solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #ddd;
  position: absolute;
  left: 0.06rem;
  bottom: -1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.inside-shaixuan dt:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  border: 0.1rem solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #f5f5f5;
  position: absolute;
  left: 0.06rem;
  bottom: -0.03rem;
  z-index: 3;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.inside-shaixuan dt i {
  width: 0.06rem;
  height: 0.06rem;
  vertical-align: middle;
  margin-left: 0.05rem;
  display: inline-block;
  margin-bottom: 0.03rem;
  border-left: solid 1px #1d1d1d;
  border-bottom: solid 1px #1d1d1d;
  font-style: normal;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.inside-shaixuan .drop {
  top: 0.54rem;
  left: 0;
  z-index: 6;
  width: 100%;
  display: none;
  border-bottom: solid 0.4rem #ffffff;
  line-height: 0.3rem;
  padding: 0.3rem 0 0.5rem 0;
  position: absolute;
  background: #f5f5f5;
  border-top: solid 2px #eee;
}
.inside-shaixuan .drop .biaoqian span {
  width: 15%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.inside-shaixuan .drop a {
  vertical-align: top;
  color: #585a57;
  display: inline-block;
}
.inside-shaixuan .drop a:before {
  content: "";
  margin-right: 0.1rem;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  margin-bottom: 0.02rem;
  background: #fff;
  display: inline-block;
  border: solid 1px #ccc;
}
.inside-shaixuan .drop a:hover:before,
.inside-shaixuan .drop a.cur:before {
  border-color: #1d1d1d;
  background: #1d1d1d;
}
@media (max-width: 1200px) {
  .inside-shaixuan {
    font-size: 14px;
    line-height: 54px;
  }
  .inside-shaixuan .drop {
    top: 54px;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
  }
  .inside-shaixuan .drop .biaoqian span {
    width: 49%;
  }
}
.inside-prolist-2 {
  margin: 0 auto;
  z-index: 2;
  min-height:1rem;
  position: relative;
  max-width: 19.2rem;
  overflow: hidden;
}
.inside-prolist-2 li:hover .pic2 {
  opacity: 1;
}
.inside-prolist-2 li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 0.42rem;
  padding-top: 0.84rem;
}
.inside-prolist-2 li .picbox {
  position: relative;
}
.inside-prolist-2 li .pic1 {
  position: relative;
}
.inside-prolist-2 li .pic1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-prolist-2 li .pic2 {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
}
.inside-prolist-2 li .pic2:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-prolist-2 li .tit {
  margin-top: 0.25rem;
  font-weight: lighter;
  color: #1d1d1d;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
}
.inside-prolist-2 li .price {
  color: #737373;
  font-weight: lighter;
}
@media (max-width: 1200px) {
  .inside-prolist-2 ul {
    margin: 0 10px;
  }
  .inside-prolist-2 li {
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-prolist-2 li .tit {
    line-height: 30px;
    height: 30px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .inside-prolist-2 li {
    width: 50%;
  }
}
.inside-prolist-3 {
  padding-bottom: 1.1rem;
  overflow: hidden;
}
.inside-prolist-3 .container {
  margin: 0 auto;
  max-width: 17.8rem;
}
.inside-prolist-3 li:hover .pic2 {
  opacity: 1;
}
.inside-prolist-3 li {
  margin-top: 0.8rem;
}
.inside-prolist-3 li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inside-prolist-3 li .text {
  width: 40%;
  font-weight: lighter;
  font-size: 0.2rem;
  text-align: right;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.inside-prolist-3 li .text .tit,
.inside-prolist-3 li .text .txt {
  color: #1d1d1d;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.inside-prolist-3 li .text .tit a {
  color: #1d1d1d;
}
.inside-prolist-3 li .text .price {
  color: #737373;
  font-size: 0.14rem;
  font-weight: lighter;
  margin-top: 0.25rem;
}
.inside-prolist-3 li .picbox {
  width: 120%;
  position: relative;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.inside-prolist-3 li .pic1 {
  position: relative;
}
.inside-prolist-3 li .pic1:after {
  content: "";
  display: block;
  padding-bottom: 48.72563718%;
}
.inside-prolist-3 li .pic2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  position: absolute;
}
.inside-prolist-3 li .pic2:after {
  content: "";
  display: block;
  padding-bottom: 48.72563718%;
}
.inside-prolist-3 li:nth-child(2n) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.inside-prolist-3 li:nth-child(2n) .picbox {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.inside-prolist-3 li:nth-child(2n) .text {
  text-align: left;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
@media (max-width: 1200px) {
  .inside-prolist-3 .container {
    max-width: 100%!important;
  }
  .inside-prolist-3 li {
    margin-top: 40px;
  }
  .inside-prolist-3 li .text .tit,
  .inside-prolist-3 li .text .txt {
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .inside-prolist-3 li .item {
    display: block;
  }
  .inside-prolist-3 li .picbox {
    width: 100%!important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .inside-prolist-3 li .text {
    font-size: 16px;
    padding-top: 30px;
    width: 100%!important;
    text-align: center!important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .inside-prolist-3 li .text .price {
    font-size: 14px;
    margin-top: 20px;
  }
}
.inside-prolist-4 li .text {
  width: 40%;
  font-weight: lighter;
  font-size: 0.2rem;
  text-align: left;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.inside-prolist-4 li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.inside-prolist-4 li .picbox {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.inside-prolist-4 li:nth-child(2n) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inside-prolist-4 li:nth-child(2n) .picbox {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.inside-prolist-4 li:nth-child(2n) .text {
  text-align: right;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
@media (max-width: 1200px) {
  .inside-prolist-4 .container {
    max-width: 100%!important;
  }
  .inside-prolist-4 li {
    margin-top: 40px;
  }
  .inside-prolist-4 li .text .tit,
  .inside-prolist-4 li .text .txt {
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .inside-prolist-4 li .item {
    display: block;
  }
  .inside-prolist-4 li .picbox {
    width: 100%!important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .inside-prolist-4 li .text {
    font-size: 16px;
    padding-top: 30px;
    width: 100%!important;
    text-align: center!important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .inside-prolist-4 li .text .price {
    font-size: 14px;
    margin-top: 20px;
  }
}
.inside-mjjs-1 {
  overflow: hidden;
  padding-bottom: 0.6rem;
  line-height: 0.3rem;
  padding-top: 0.6rem;
  border-top: solid 1px #ececec;
}
.inside-mjjs-1 ul {
  padding: 0 1rem;
}
.inside-mjjs-1 li:first-child {
  border-top: 0;
  padding-top: 0;
}
.inside-mjjs-1 li {
  padding: 0.7rem 0.5rem;
  border-top: solid 0.3rem #dddddd;
}
.inside-mjjs-1 li .pic {
  width: 37.5%;
  float: left;
  position: relative;
}
.inside-mjjs-1 li .pic:before {
  bottom: 0;
  left: 0;
  content: "";
  height: 50%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background: #dddddd;
}
.inside-mjjs-1 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.inside-mjjs-1 li .text {
  width: 60%;
  float: right;
  position: relative;
  padding-top: 0.6rem;
  font-size: 0.14rem;
  padding-left: 2.6rem;
}
.inside-mjjs-1 li .text .name {
  font-size: 0.3rem;
  color: #1d1d1d;
}
.inside-mjjs-1 li .text .txt {
  line-height: 0.36rem;
}
.inside-mjjs-1 li .text .txt span {
  display: block;
}
.inside-mjjs-1 li .text .line {
  -webkit-transform: translate(15%, -35%);
  -ms-transform: translate(15%, -35%);
  transform: translate(15%, -35%);
}
.inside-mjjs-1 li .text .more {
  text-align: center;
  width: 0.96rem;
  line-height: 0.3rem;
  height: 0.32rem;
  margin-top: 0.3rem;
  border: solid 1px #4b4b4b;
}
.inside-mjjs-1 li .text .en {
  top: 50%;
  left: -30%;
  color: #fadedf;
  width: 150%;
  z-index: -1;
  position: absolute;
  font-family: "myfont3";
  line-height: 1.2rem;
  font-size: 1.2rem;
}
.inside-mjjs-1 li:nth-child(2n) .pic {
  float: right;
}
.inside-mjjs-1 li:nth-child(2n) .text {
  float: left;
  padding-left: 0;
}
.inside-mjjs-1 li:nth-child(2n) .en {
  left: 30%;
}
@media (max-width: 1200px) {
  .inside-mjjs-1 {
    line-height: 24px;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 30px;
  }
  .inside-mjjs-1 ul {
    padding: 0;
  }
  .inside-mjjs-1 li {
    padding: 30px 0;
  }
  .inside-mjjs-1 li .text {
    padding-top: 0;
    font-size: 14px;
    padding-left: 20px;
  }
  .inside-mjjs-1 li .text .en {
    display: none;
  }
  .inside-mjjs-1 li .text .name {
    font-size: 18px;
  }
  .inside-mjjs-1 li .text .line {
    -webkit-transform: translate(15%, -55%);
    -ms-transform: translate(15%, -55%);
    transform: translate(15%, -55%);
  }
  .inside-mjjs-1 li .text .txt {
    line-height: 24px;
  }
  .inside-mjjs-1 li .text .more {
    width: 96px;
    height: 32px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.inside-mjjs-2 ul {
  padding: 0;
}
.inside-mjjs-2 li {
  padding: 0;
}
.inside-mjjs-2 li .pic {
  width: 28%;
  float: right;
}
.inside-mjjs-2 li .text {
  width: 70%;
  float: left;
  padding-left: 0;
}
.inside-mjjs-2 li .text .name {
  font-size: 0.42rem;
}
.inside-mjjs-2 li .text .line {
  -webkit-transform: translate(5%, 0%);
  -ms-transform: translate(5%, 0%);
  transform: translate(5%, 0%);
}
.inside-mjjs-2 li .text .en {
  right: -20%;
  left: auto;
  width: auto;
  top: 1.7rem;
}
.inside-mjjs-2 li .text .txt {
  margin-top: 0.4rem;
}
.inside-mjjs-2 .js-1 {
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.inside-mjjs-2 .js-1 .t1 {
  text-align: center;
  padding-bottom: 0.1rem;
}
.inside-mjjs-2 .js-1 .tu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inside-mjjs-2 .js-1 .tu span {
  display: block;
  width: 33.333%;
  padding: 0 0.3rem;
}
@media (max-width: 1200px) {
  .inside-mjjs-2 .js-1 {
    font-size: 14px;
    padding-top: 40px;
  }
  .inside-mjjs-2 .js-1 .t1 {
    padding-bottom: 10px;
  }
  .inside-mjjs-2 .js-1 .tu span {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .inside-mjjs-2 li .pic {
    width: 100%;
    float: none;
  }
  .inside-mjjs-2 li .text {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
}
.inside-proshow {
  overflow: hidden;
  padding-bottom: 1rem;
  border-top: solid 1px #ececec;
  background: #f5f6f7;
}
.inside-proshow .container {
  max-width: 17.8rem;
}
.inside-proshow .content {
  width: 60%;
  float: left;
}
.inside-proshow .txtbox {
  top: 50%;
  width: 50%;
  float: left;
  left: 60%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inside-proshow .item {
  color: #737373;
  line-height: 26px;
  font-size: 0.14rem;
  font-weight: lighter;
  width: 3.1rem;
}
.inside-proshow .item h1 {
  font-size: 0.22rem;
  color: #1d1d1d;
  font-weight: lighter;
}
.inside-proshow .item .price {
  font-family: arial;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #c7c7c7;
}
.inside-proshow .item .price span {
  padding-left: 5px;
  font-family: "myfont4";
}
.inside-proshow .item .cbutton {
  font-size: 0.13rem;
  line-height: 0.33rem;
  margin: 0.25rem 0;
  padding: 0.04rem;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
  border: solid 1px #c7c7c7;
}
.inside-proshow .item .cbutton img {
  margin-right: 0.2rem;
  max-height: 0.33rem;
}
.inside-proshow .item .cbutton a {
  display: block;
}
.inside-proshow .item .cbutton:hover {
  border-color: #ddd;
}
.inside-proshow .item .cbutton:hover a {
  color: #999;
}
.inside-proshow .item .cbutton-2 {
  font-size: 0.13rem;
  margin-bottom: 0.1rem;
  line-height: 0.42rem;
  text-align: center;
  background: #1d1d1d;
}
.inside-proshow .item .cbutton-2 a {
  display: block;
  color: #fff;
}
.inside-proshow .item .cbutton-2 img {
  vertical-align: middle;
  margin-right: 0.05rem;
  max-height: 0.18rem;
  margin-bottom: 0.02rem;
}
.inside-proshow .item .tel {
  font-size: 0.14rem;
  text-align: center;
}
.inside-proshow .item .tel a {
  color: #333;
}
.inside-proshow .item .tel img {
  vertical-align: middle;
  max-height: 0.16rem;
}
.inside-proshow .item .sharebox {
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
  color: #1d1d1d;
  padding: 0.1rem;
  border-top: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7;
}
.inside-proshow .item .sharebox a {
  vertical-align: top;
  margin: 0 0.05rem;
  display: inline-block;
  margin-top: 0.04rem;
}
.inside-proshow .item .sharebox img {
  max-height: 0.2rem;
}
.inside-proshow .item .lern a {
  color: #888;
  text-decoration: underline;
}
.inside-proshow .item .lern a:hover {
  color: #1d1d1d;
}
@media (max-width: 1200px) {
  .inside-proshow {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .inside-proshow .content {
    width: 100%;
  }
  .inside-proshow .txtbox {
    top: auto;
    width: 100%;
    float: left;
    left: auto;
    padding: 0 40px;
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .inside-proshow .item {
    width: 100%;
    font-size: 14px;
  }
  .inside-proshow .scroll-floor {
    padding: 20px 0;
  }
  .inside-proshow .item .cbutton,
  .inside-proshow .item .cbutton-2 {
    font-size: 13px;
  }
  .inside-proshow .item .cbutton-2 img {
    max-height: 18px;
    margin-bottom: 2px;
  }
  .inside-proshow .item .tel {
    font-size: 14px;
  }
  .inside-proshow .item .tel img {
    max-height: 16px;
  }
  .inside-proshow .item .sharebox {
    margin: 10px 0;
    padding: 10px 0;
  }
  .inside-proshow .item .sharebox img {
    max-height: 20px;
  }
}
.floor-nav {
  height: auto;
  width: 50px;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 999;
}
.scroll-nav {
  display: block;
  background: #fff;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 10px;
  cursor: pointer;
  margin-bottom: 0.12rem;
  border: solid 2px #b6b6b6;
}
.scroll-nav.active {
  border-color: #1d1d1d;
  background: #1d1d1d;
}
.scroll-floor {
  width: 100%;
  color: #fff;
  padding: 0.8rem 0;
  padding-top: 0;
  text-align: center;
}
.inside-proshow-2 {
  z-index: 5;
  background: #fff;
  padding-top: 0.8rem;
  position: relative;
  padding-bottom: 1.1rem;
}
.inside-proshow-2 .index-title {
  text-align: left;
}
.transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.videoPopup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.videoPopup .transparent {
  display: block;
}
.videoPopup .videoPopupCon {
  width: 100%;
  height: 100%;
  position: relative;
}
.videoPopup .videoPopupWrap {
  width: 100%;
  height: 100%;
  max-width: 12rem;
  height: 6.75rem;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPopup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPopup .con {
  position: relative;
}
.videoPopup .con:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoPopup video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPopup .closeBtn {
  cursor: pointer;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background: #1d1d1d;
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}
.videoPopup .closeBtn:before,
.videoPopup .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.videoPopup .closeBtn:before {
  width: 0.2rem;
  height: 1px;
}
.videoPopup .closeBtn:after {
  width: 1px;
  height: 0.2rem;
}
.ewmPopup,.ewmPopup1 {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ewmPopup .transparent,.ewmPopup1 .transparent {
  display: block;
}
.ewmPopup .popupCon,.ewmPopup1 .popupCon {
  width: 100%;
  height: 100%;
  position: relative;
}
.ewmPopup .popupWrap,.ewmPopup1 .popupWrap {
  width: 3.8rem;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ewmPopup .con,.ewmPopup1 .con {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  position: relative;
}
.ewmPopup .ewms,.ewmPopup1 .ewms {
  text-align: center;
}
.ewmPopup .ewms .div-1,.ewmPopup1 .ewms .div-1 {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 0.16rem;
  color: #555555;
  display: inline-block;
  text-align: center;
  margin: 0 0.1rem;
  margin-bottom: 0.3rem;
}
.ewmPopup .closeBtn,.ewmPopup1 .closeBtn {
  cursor: pointer;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #1d1d1d;
  position: absolute;
  z-index: 9999;
  right: 20px;
  top: 13px;
}
.ewmPopup .closeBtn:before,
.ewmPopup .closeBtn:after,.ewmPopup1 .closeBtn:before,.ewmPopup1 .closeBtn:after {
  content: "";
  display: block;
  background: #1d1d1d;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ewmPopup .closeBtn:before,.ewmPopup1 .closeBtn:before {
  width: 0.2rem;
  height: 1px;
}
.ewmPopup .closeBtn:after,.ewmPopup1 .closeBtn:after {
  width: 1px;
  height: 0.2rem;
}
.donghua .popupCon {
  -webkit-animation: 334ms fadeInUp2 ease;
  animation: 334ms fadeInUp2 ease;
}
.hzPopup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.hzPopup .transparent {
  display: block;
}
.hzPopup .popupCon {
  width: 100%;
  height: 100%;
  position: relative;
}
.hzPopup .popupWrap {
  max-width: 9.8rem;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hzPopup .con {
  border-radius: 0.1rem;
  background-color: #eeecec;
  position: relative;
  padding: 0.55rem;
}
.hzPopup .nr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hzPopup .nr .pic {
  width: 26%;
}
.hzPopup .nr .text {
  width: 74%;
  line-height: 0.3rem;
  color: rgba(51, 51, 51, 0.72);
  font-size: 0.14rem;
  padding-left: 0.4rem;
}
.hzPopup .nr .tit {
  font-size: 0.3rem;
  color: #1d1d1d;
}
.hzPopup .nr .txt {
  padding-top: 0.3rem;
}
.hzPopup .closeBtn {
  border-radius: 100%;
  border: solid 2px #999;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #1d1d1d;
  position: absolute;
  z-index: 9999;
  right: 50px;
  top: 30px;
}
.hzPopup .closeBtn:before,
.hzPopup .closeBtn:after {
  content: "";
  display: block;
  background: #1d1d1d;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hzPopup .closeBtn:before {
  width: 14px;
  height: 1px;
}
.hzPopup .closeBtn:after {
  width: 1px;
  height: 14px;
}
@media (max-width: 640px) {
  .hzPopup .popupWrap {
    max-width: 100%;
    width: 90%;
  }
  .hzPopup .con {
    padding: 20px;
  }
  .hzPopup .con p {
    display: none;
  }
  .hzPopup .pic {
    display: none;
  }
  .hzPopup .nr .tit {
    font-size: 18px;
  }
  .hzPopup .nr .text {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .hzPopup .closeBtn {
    border: 0;
    top: 20px;
    right: 20px;
  }
}
.cpPopup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.cpPopup .transparent {
  display: block;
}
.cpPopup .popupCon {
  width: 100%;
  height: 100%;
  position: relative;
}
.cpPopup .popupWrap {
  max-width: 9.8rem;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cpPopup .con {
  background-color: #fff;
  position: relative;
  padding: 0.55rem;
}
.cpPopup li {
  text-align: center;
}
.cpPopup li .pic {
  margin: 0 auto;
  position: relative;
  max-width: 1.7rem;
}
.cpPopup li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cpPopup li .hid {
  display: none;
}
.cpPopup li .t1 {
  font-size: 12px;
  margin-top: 0.1rem;
  padding-bottom: 0.15rem;
}
.cpPopup li .t2 {
  font-weight: lighter;
  font-size: 0.2rem;
  color: #1d1d1d;
}
.cpPopup li .t3 {
  margin-top: 0.2rem;
  font-family: arial;
}
.cpPopup li .t4 {
  color: #fff;
  height: 0.4rem;
  width: 1.76rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  font-size: 12px;
  line-height: 0.4rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #1d1d1d;
}
.cpPopup li .t4 a {
  color: #fff;
  display: block;
}
.cpPopup li .t4:hover {
  opacity: 0.9;
}
.cpPopup .swiper-button-prev,
.cpPopup .swiper-button-next {
  top: 60%;
  color: #ccc;
}
.cpPopup .swiper-button-prev:after,
.cpPopup .swiper-button-next:after {
  font-size: 18px;
}
.cpPopup .swiper-button-prev:hover:after,
.cpPopup .swiper-button-next:hover:after {
  color: #aaa;
}
.cpPopup .swiper-button-prev {
  left: 25%;
}
.cpPopup .swiper-button-next {
  right: 25%;
}
.cpPopup .swiper-slide-active .hid {
  display: block;
}
.cpPopup .closeBtn {
  border-radius: 100%;
  cursor: pointer;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #1d1d1d;
  position: absolute;
  z-index: 9999;
  right: 50px;
  top: 30px;
}
.cpPopup .closeBtn:before,
.cpPopup .closeBtn:after {
  content: "";
  display: block;
  background: #1d1d1d;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cpPopup .closeBtn:before {
  width: 0.2rem;
  height: 1px;
}
.cpPopup .closeBtn:after {
  width: 1px;
  height: 0.2rem;
}
.subnav {
  top: 0;
  z-index: 9;
  left: -100%;
  height: 100%;
  position: fixed;
  text-align: left;
  -webkit-transition: all 334ms ease;
  transition: all 334ms ease;
}
.subnav:hover {
  left: 0;
}
.subnav.donghua {
  left: 0;
}
.subnav .container {
  z-index: 9999;
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .subnav .container {
    padding: 0;
  }
}
.subnav .khfw {
  bottom: 0;
  left: 0;
  color: #333;
  width: 100%;
  padding-left: 0.7rem;
  line-height: 0.8rem;
  height: 0.8rem;
  background: #fff;
  position: absolute;
}
.subnav .khfw span {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.subnav .khfw span:before {
  content: "";
  margin-right: 0.1rem;
  border-radius: 100%;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: #02b75c;
}
.subnav .khfw img {
  margin-left: 0.1rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.24rem;
}
.subnav .gyhezi {
  height: 100%;
  width: 4rem;
  background: #fff;
}
.subnav .h200 {
  height: 2rem;
}
.subnav .yiji {
  padding: 0 0.7rem;
  background: #fff;
}
.subnav .yiji.show .erji {
  display: block;
}
.subnav .yiji.show .erji a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.subnav .erji {
  top: 0;
  left: 4rem;
  width: 4rem;
  height: 100%;
  background: #fff;
  overflow: auto;
  display: none;
  border-left: solid 1px #eaeaea;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.subnav .erji a {
  -webkit-animation: fadeInleft2 ease;
  animation: fadeInleft2 ease;
  display: block;
  padding: 0 0.7rem;
}
.subnav .erji a i {
  right: 0.6rem;
}
.subnav .cur {
  color: #1d1d1d;
  text-decoration: underline;
}
.subnav .cur i {
  opacity: 1;
}
.subnav .t3 .cur {
  color: #1d1d1d;
}
.subnav .drop {
  top: 0;
  left: 8rem;
  width: 4rem;
  height: 100%;
  display: none;
  background: #fff;
  overflow: auto;
  border-left: solid 1px #eaeaea;
  position: absolute;
}
.subnav .drop a {
  display: block;
  padding: 0 0.7rem;
}
.subnav .drop.show {
  display: block;
}
.subnav h4 {
  padding-top: 2rem;
  font-size: 0.17rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.subnav h4:hover {
  text-decoration: underline;
}
.subnav .t1 {
  display: block;
  padding-bottom: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  overflow: hidden;
}
.subnav .t1 a {
  color: #1d1d1d;
  padding: 0 15px;
  display: block;
  position: relative;
}
.subnav .t2,
.subnav .t4 {
  margin-bottom: 0.3rem;
  font-size: 0.17rem;
  color: #666;
  display: block;
  position: relative;
}
.subnav .t2 i,
.subnav .t4 i {
  top: 0.0095rem;
  right: 0;
}
.subnav .t2:hover,
.subnav .t4:hover {
  color: #1d1d1d;
  text-decoration: underline;
}
.subnav .t1:hover,
.subnav .t2:hover {
  color: #1d1d1d;
  text-decoration: underline;
}
.subnav .t1:hover i,
.subnav .t2:hover i {
  opacity: 1;
}
.subnav i {
  right: 0.15rem;
  top: 0.12rem;
  font-size: 0.14rem;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 0.02rem #1d1d1d;
  border-right: solid 0.02rem #1d1d1d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1200px) {
  .subnav {
    display: none;
  }
}
.header .header-search .search {
  z-index: 9;
  margin-top: 0;
  margin-left: 0;
  line-height: 24px;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 0rem;
  left: 0px;
  z-index: 14;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 0px 0;
  padding-bottom: 0;
  position: absolute;
}
@media (max-width: 1200px) {
  .header-search .search .search-main {
    top: 50px;
  }
}
.header-search .search-container {
  padding-left: 0;
  position: relative;
  width: 100%;
  padding: 0.4rem 0 0.2rem;
  background: #fff;
  margin: 0 auto;
}
.header-search .search-container .gb {
  opacity: 0.5;
  right: -1rem;
  top: 0.1rem;
  position: absolute;
}
.header-search .search-container .gb img {
  max-height: 0.3rem;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header-search .search-container .gb {
    right: 15px;
  }
  .header-search .search-container .gb img {
    max-height: 30px;
  }
}
.header-search .search-controller {
  background: #fff;
  max-width: 7.2rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  font-size: 16px;
  color: #999;
  width: 100%;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 20px 10px 50px;
  -webkit-appearance: none;
  background-color: #f6f5f3;
}
.header-search .search-container .btn {
  top: 0;
  left: 20px;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
}
.header-search .search-container .btn img {
  vertical-align: middle;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.searchlist {
  background: #fff;
  overflow: hidden;
  border-top: solid 1px #eae8e4;
}
.searchlist .left {
  width: 50%;
  float: left;
  padding-top: 0.3rem;
  padding-bottom: 0.72rem;
  border-right: solid 1px #eae8e4;
}
.searchlist .left .list1 {
  overflow: hidden;
}
.searchlist .left .list1 li {
  width: 50%;
  float: left;
  font-size: 12px;
  padding: 0.06rem 0.5rem;
}
.searchlist .left .list1 li a {
  color: #19110b;
}
.searchlist .right {
  width: 50%;
  float: left;
  padding-top: 0.3rem;
}
.searchlist .right .bt {
  padding-left: 0.1rem;
}
.searchlist .right li {
  width: 50%;
  float: left;
  padding: 0 0.5rem;
  padding-top: 0.2rem;
}
.searchlist .right li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchlist .right .pic {
  width: 40%;
  float: left;
  position: relative;
}
.searchlist .right .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.searchlist .right .pic img {
  max-height: initial;
  margin-right: 0;
  margin-top: 0;
}
.searchlist .right .tit {
  width: 60%;
  float: left;
  color: #19110b;
  font-size: 12px;
  height: 0.24rem;
  overflow: hidden;
  line-height: 0.24rem;
  padding-left: 0.2rem;
}
.searchlist .bt {
  color: #19110b;
}
.searchlist .bt a {
  color: #19110b;
}
.searchlist .inside-news {
  padding: 0 0.5rem;
  padding-top: 0.4rem;
}
.searchlist .inside-news li {
  width: 50%;
  float: left;
  padding: 0;
  border: 0;
  padding-top: 0.2rem;
}
.searchlist .inside-news li .pic img {
  max-height: initial;
  margin-right: 0;
  margin-top: 0;
}
.searchlist .inside-news li .text {
  padding-left: 20px;
}
.searchlist .inside-news li .tit {
  color: #19110b;
  font-size: 0.14rem;
}
@media (max-width: 1200px) {
  .searchlist {
    display: none;
  }
}
.navM {
  font-family: arial;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 100%;
  min-width: 140px;
  max-width: 100%;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #1d1d1d;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #1d1d1d;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list {
  padding-top: 50px;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 5px 20px 0;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #fff 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 7px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #1d1d1d;
}
.fxnr {
  display: none;
  padding-bottom: 0.2rem;
  padding-top: 0.4rem;
}
.fxnr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fxnr li {
  margin: 0 0.25rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  line-height: 0.55rem;
  border: solid 1px #cdcdcd;
}
.fxnr li .pic {
  position: relative;
}
.fxnr li .tu2 {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fxnr li img {
  opacity: 0.5;
  vertical-align: middle;
  max-height: 0.28rem !important;
}
.fxnr li .tit {
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}
.fxnr li:first-child:hover {
  border-color: #3ac20a;
  background: #3ac20a;
}
.fxnr li:first-child:hover .tu2 {
  opacity: 1;
}
.fxnr li:first-child:hover .tu1 {
  opacity: 0;
}
.fxnr li:first-child:hover .tit {
  color: #3ac20a;
}
.fxnr li:last-child:hover {
  border-color: #d72929;
  background: #d72929;
}
.fxnr li:last-child:hover .tu2 {
  opacity: 1;
}
.fxnr li:last-child:hover .tu1 {
  opacity: 0;
}
.fxnr li:last-child:hover .tit {
  color: #d72929;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map .title a {
  color: #1d1d1d;
}
.inside-map li {
  padding: 0.2rem 0;
}
.inside-map .child {
  padding-top: 0.15rem;
}
.inside-map .child a {
  margin-left: 0.2rem;
  display: inline-block;
}
.inside-map .child a:first-child {
  margin-left: 0;
}
#confirm {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.05rem 0.1rem;
  color: #999;
  margin-left: 0.15rem;
  margin-top: 0.15rem;
  border-radius: 0.05rem;
  border: solid 1px #ddd;
}
@media (max-width: 640px) {
  #confirm {
    margin-left: 0;
  }
}
