
* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #000;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #2d2d2d;
}
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;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px;
  }
}
.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;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bmove2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/思源黑体 CN-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/思源黑体 CN-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont3';
  src: url('../fonts/Roboto-Regular_0.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  background: #fff;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  font-size: 0.18rem;
  font-family: "myfont", "Microsoft YaHei", "arial";
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -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;
}
.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}
.container-2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1820px;
}
@media (max-width: 1820px) {
  .container-2 {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .container-2 {
    padding: 0 20px;
  }
}
.dw {
  z-index: -1;
  top: -1rem;
  position: absolute;
}
.header {
  width: 100%;
  height: 0.66rem;
  z-index: 99;
  position: relative;
  border-bottom: solid 0.03rem #858585;
  transition: all 334ms ease;
}
.header .logo {
  margin-top: -0.08rem;
  position: relative;
}
.header .logo img {
  max-height: 0.8rem;
}
.header .logo .pc {
  opacity: 0;
}
.header .logo .ph {
  top: 0.3rem;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
}
.header .nav {
  font-size: 0.18rem;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .nav li {
  padding: 0 1rem;
  padding-top: 0.3rem;
  position: relative;
}
.header .nav li > a {
  display: block;
}
.header .nav li:hover:after,
.header .nav .active:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.header .nav li:hover .subnav {
  display: block;
}
@media (max-width: 1023px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    border-bottom: solid 1px #000;
  }
  .header .container {
    max-width: 640px;
  }
  .header .nav {
    text-align: center;
  }
  .header .nav ul {
    justify-content: center;
  }
  .header .nav li {
    display: none;
  }
  .header .nav .logo {
    margin-top: -3px;
    display: inline-block;
  }
  .header .nav .logo img {
    max-height: 50px;
  }
}
.header-2 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: transparent;
  border-bottom: solid 0.03rem rgba(255, 255, 255, 0.6);
}
.header-2 .nav li > a {
  color: #fff;
}
.header-2 .nav li .subnav {
  background: transparent;
}
.header-2 .nav li .subnav a {
  color: #fff;
}
.header-2 .nav .logo .pc {
  opacity: 1;
}
.header-2 .nav .logo .ph {
  opacity: 0;
}
.header-2 .navPhoneBtn span {
  background: #fff;
}
@media (max-width: 1023px) {
  .header-2 {
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    background: #000;
  }
  .header-2 .logo {
    display: inline-block;
  }
}
.fixed {
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  background-color: #000;
  border-width: 1px;
}
.fixed .nav li {
  padding-top: 0;
  line-height: 0.6rem;
}
.fixed .nav li a {
  color: #fff;
}
.fixed .logo {
  margin-top: 0.05rem;
}
.fixed .logo img {
  max-height: 0.55rem;
}
.fixed .logo .pc {
  opacity: 1;
}
.fixed .logo .ph {
  opacity: 0;
}
.banner {
  position: relative;
}
.banner .pic {
  text-align: center;
  position: relative;
}
.banner .tu {
  height: 100vh;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .txtbox {
  top: 0rem;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: left;
  position: absolute;
}
.banner .container {
  display: flex;
  min-height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
}
.banner .item {
  line-height: 0.3rem;
  padding-right: 0.6rem;
  font-size: 0.28rem;
  padding-bottom: 0.8rem;
}
.banner .tit span {
  display: block;
  padding-left: 0.55rem;
}
.banner .txt {
  margin-left: -0.2rem;
  line-height: 0.3rem;
  font-family: "myfont3";
}
@media (max-width: 1023px) {
  .banner .tu {
    height: 50vh;
  }
  .banner .container {
    min-height: 50vh;
  }
  .banner .logo {
    width: 100%;
    margin-top: 70px;
    margin-left: 0;
    display: none;
  }
  .banner .logo img {
    max-height: 100px;
    display: inline-block;
  }
  .banner .item {
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }
  .banner .item .txt {
    line-height: 30px;
  }
}
.index-title {
  line-height: 0.4rem;
  font-size: 0.36rem;
}
.index-title .txt {
  text-transform: uppercase;
  font-family: "myfont3";
}
.index-about {
  padding: 1rem 0;
}
.index-about .index-title {
  width: 40%;
}
.index-about .index-title .tit span {
  display: block;
  padding-left: 0.7rem;
}
.index-about .index-title .txt {
  padding-left: 0.7rem;
}
.index-about .index-title .txt span {
  display: block;
}
.index-about .item {
  display: flex;
  justify-content: space-between;
}
.index-about .item .text {
  width: 60%;
  font-size: 0.2rem;
}
.index-about .item .text p {
  padding-top: 0.3rem;
}
.index-about .item .text p:first-child {
  padding-top: 0;
}
.index-about .pic {
  margin-top: 0.6rem;
}
.index-about .item-2 {
  padding-top: 0.8rem;
}
.index-about .item-2 .index-title .txt {
  padding-left: 0;
}
.index-about .item-2 .text .tu {
  padding-top: 0.4rem;
}
.index-about .item-2 .text li {
  padding-top: 0.2rem;
}
.index-about .item-2 .text li p {
  padding-top: 0;
}
.index-about .item-2 .text li p:first-child {
  font-family: "myfont3";
}
.index-about .item-2 .text li:first-child {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .index-about .index-title {
    font-size: 30px;
    line-height: 30px;
  }
  .index-about .item .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-about .index-title {
    width: 100%;
  }
  .index-about .index-title .txt {
    padding-left: 0!important;
  }
  .index-about .pic {
    margin-top: 30px;
  }
  .index-about .item {
    display: block;
  }
  .index-about .item .text {
    width: 100%;
    padding-top: 30px;
  }
  .index-about .item-2 {
    padding-top: 40px;
  }
  .index-about .item-2 .text .tu {
    margin-top: 20px;
  }
}
.index-works {
  padding-bottom: 0.9rem;
}
.index-works .title {
  font-size: 2.11rem;
  line-height: 2.11rem;
  font-family: "myfont3";
  text-transform: uppercase;
  padding-top: 0.8rem;
  font-weight: 600;
  border-top: solid 0.03rem #5a5250;
}
.index-works .list li {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding-top: 0.75rem;
  flex-direction: row-reverse;
}
.index-works .list li .pic {
  width: 62.6%;
  overflow: hidden;
}
.index-works .list li .pic img {
  transition: all 2000ms ease;
}
.index-works .list li .text {
  width: 37.4%;
  padding-right: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.index-works .list li .tu {
  padding-bottom: 0.2rem;
}
.index-works .list li .tit {
  padding-bottom: 0.4rem;
  position: relative;
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.index-works .list li .tit:after {
  left: 0;
  content: "";
  background: #000;
  height: 0.03rem;
  width: 0.7rem;
  bottom: 0;
  position: absolute;
}
.index-works .list li .txt {
  padding-top: 0.2rem;
}
.index-works .list li .tag {
  bottom: 0;
  position: absolute;
}
.index-works .list li .tag span {
  height: 0.24rem;
  line-height: 0.22rem;
  display: inline-block;
  border: solid 1px #000;
  padding: 0 0.05rem;
  font-size: 0.12rem;
}
.index-works .list li:nth-child(2n) {
  flex-direction: row;
}
.index-works .list li:nth-child(2n) .text {
  padding-left: 0.2rem;
  padding-right: 0;
}
.index-works .list li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .index-works .list li .tu {
    display: none;
  }
  .index-works .list li .tit {
    font-size: 20px;
    line-height: 24px;
  }
  .index-works .list li .text {
    font-size: 16px;
    line-height: 24px;
  }
  .index-works .list li .tag span {
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .index-works .list li {
    display: block;
  }
  .index-works .list li .pic {
    width: 100%;
  }
  .index-works .list li .text {
    width: 100%;
    padding: 0!important;
    padding-top: 30px!important;
  }
  .index-works .list li .tag {
    bottom: auto;
    position: relative;
    margin-top: 20px;
  }
}
.footer {
  padding-bottom: 0.4rem;
  padding-top: 0.8rem;
  font-size: 0.21rem;
  font-family: "myfont2";
  border-top: solid 0.02rem #5a5250;
}
.footer .tit img {
  max-height: 2.06rem;
}
.footer .item {
  display: flex;
  justify-content: space-between;
  padding-left: 9.2rem;
  padding-top: 1.3rem;
}
.footer .list li {
  line-height: 0.24rem;
  padding-top: 0.15rem;
}
.footer .list li .en {
  font-family: "myfont3";
}
.footer .list li a {
  transition: color .3s;
}
.footer .list li a:hover {
  opacity: 0.85;
}
.footer .list li:first-child {
  padding-top: 0;
}
.footer .list .add {
  padding-top: 1rem;
}
.footer .list .add-en {
  font-family: "myfont3";
  padding-top: 0.08rem;
}
.footer .list .copy {
  padding-top: 0.7rem;
}
.footer .share {
  font-family: "myfont3";
}
.footer .share a {
  transition: opacity .3s;
}
.footer .share a:hover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .footer {
    font-size: 14px;
  }
  .footer .item {
    padding-left: 0;
  }
  .footer .list li {
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .footer .item {
    padding-left: 0;
  }
}
.footer-2 {
  color: #fff;
  background-color: #000;
  border-top-color: #fff;
}
.footer-2 .share a {
  color: #fff;
}
.footer-2 .list li a {
  color: #fff;
}
.inside-protitle {
  padding-bottom: 2.5rem;
  padding-top: 0.7rem;
}
.inside-protitle .container-2 {
  display: flex;
  justify-content: space-between;
}
.inside-protitle .bt {
  width: 70%;
}
.inside-protitle .tag li {
  margin-bottom: 0.05rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
}
.inside-protitle .tag li a {
  color: #a1a1a2;
  transition: color .3s;
}
.inside-protitle .tag li span {
  padding-left: 0.3rem;
  font-family: "myfont3";
}
.inside-protitle .tag li:hover a,
.inside-protitle .tag .cur a {
  color: #000;
}
@media (max-width: 1023px) {
  .inside-protitle {
    padding-top: 100px;
  }
  .inside-protitle .tag li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.inside-product {
  padding-bottom: 1.5rem;
}
.inside-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  text-align: center;
  /*justify-content: space-between;*/
}
.inside-product li:hover .pic img {
  transform: scale(1.05);
}
.inside-product li:hover .tit {
  opacity: 0.8;
}
.inside-product li {
  width: 25%;
  text-align: left;
  padding: 0 0.1rem;
  padding-bottom: 0.4rem;
}
.inside-product li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 111.36363636%;
}
.inside-product li .pic img {
  transition: all 1000ms ease;
}
.inside-product li .tit {
  color: #000000;
  height: 0.4rem;
  font-size: 0.21rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
  overflow: hidden;
  transition: color .3s;
}
.inside-product .more {
  font-family: "myfont3";
  text-align: center;
  padding-top: 0.7rem;
}
.inside-product .more a {
  color: #8e8f8f;
  text-decoration: underline;
  transition: color .3s;
}
.inside-product .more:hover a {
  color: #000;
}
@media (max-width: 1023px) {
  .inside-product li .tit {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .inside-product ul {
    margin: 0 -5px;
  }
  .inside-product li {
    width: 50%;
    padding: 0 5px;
    padding-bottom: 20px;
  }
}
.inside-warp {
  color: #fff;
  background: #000;
}
.inside-warp .index-title .txt {
  font-size: 0.75rem;
  line-height: 0.8rem;
  padding-left: 0;
}
.inside-warp .index-title {
  width: 50%;
}
.inside-warp .index-about .item .text {
  width: 50%;
}
.inside-warp .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  text-align: center;
  /* justify-content: space-between; */
}
.inside-warp .list li {
  font-size: 0.2rem;
  text-align: left;
  width: 33.333%;
  padding: 0 0.1rem;
  padding-top: 0.4rem;
}
.inside-warp .list li .pic {
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.inside-warp .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-warp .list li .pic img {
  transition: opacity .5s;
}
.inside-warp .list li .t1 {
  color: #fff;
  margin-top: 0.1rem;
}
.inside-warp .list li .t2 {
  color: #808080;
}
.inside-warp .list li:hover .pic img {
  opacity: 0.9;
}
.inside-warp .index-about .item-3 {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}
.inside-warp .index-about .item-3 .box {
  padding-top: 0.6rem;
}
.inside-warp .index-about .item-3 .box:first-child {
  padding-top: 0;
}
.inside-warp .index-about .item-3 .bt {
  padding-bottom: 0.4rem;
  font-size: 0.27rem;
  display: flex;
}
.inside-warp .index-about .item-3 .bt p {
  padding-top: 0;
  padding-right: 0.55rem;
}
.inside-warp .index-about .item-3 .list {
  display: flex;
  flex-wrap: wrap;
}
.inside-warp .index-about .item-3 .list li {
  width: 33.333%;
  padding-top: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .inside-warp .list li {
    padding-top: 30px;
    font-size: 14px;
  }
  .inside-warp .list li .t1 {
    margin-top: 10px;
  }
  .inside-warp .index-title .txt {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .inside-warp .index-title {
    width: 100%;
  }
  .inside-warp .index-about .item .text {
    width: 100%;
  }
  .inside-warp .index-about .item-3 .box {
    padding-top: 40px;
  }
  .inside-warp .index-about .item-3 .bt {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .inside-warp .list li {
    width: 50%;
  }
}
.inside-product-1 {
  padding: 0.8rem 0;
}
.inside-product-1 .title {
  font-size: 1rem;
  line-height: 1.2rem;
}
.inside-product-1 .t1 {
  padding-left: 2.2rem;
}
.inside-product-2 {
  padding-bottom: 0.8rem;
  font-size: 0.2rem;
}
.inside-product-2 .container-2 {
  display: flex;
  justify-content: space-between;
}
.inside-product-2 .textleft {
  width: 50%;
  padding-left: 2.3rem;
}
.inside-product-2 .textleft .line span {
  margin: 0 0.05rem;
  vertical-align: middle;
  width: 2.7rem;
  height: 0.02rem;
  display: inline-block;
  background: #484848;
}
.inside-product-2 .textright {
  width: 37%;
}
.inside-product-2 .textright p {
  padding-top: 0.3rem;
}
.inside-product-2 .textright p:first-child {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .inside-product-2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inside-product-2 .container-2 {
    display: block;
  }
  .inside-product-2 .textleft {
    width: 100%;
    padding-left: 0;
  }
  .inside-product-2 .textright {
    width: 100%;
    padding-top: 20px;
  }
}
.inside-product-3 {
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
}
.inside-product-3 .container-2 {
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
}

.inside-product-3 .xz-flex{
    display: flex;
    justify-content: flex-end;
    justify-content: space-between;
	padding-bottom: 0.4rem;
}
.inside-product-3 .bt {
  margin-top: 0.1rem;
  height: 0.26rem;
}
.inside-product-3 .leftbox {
  width: 62.7%;
}

.inside-product-3 .rightbox {
  width: 36.5%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
}
.inside-product-3 .rightbox .top .tit {
  font-size: 0.36rem;
  line-height: 0.46rem;
  padding-bottom: 0.4rem;
}
.inside-product-3 .rightbox .bot {
  margin-top: 0.2rem;
}
@media (max-width: 1023px) {
  .inside-product-3 {
    font-size: 14px;
  }
  .inside-product-3 .rightbox .top .tit {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .inside-product-3 .container-2 {
    display: block;
  }
  .inside-product-3 .bt {
    margin-top: 10px;
	height: 24px;
  }
  .inside-product-3 .leftbox {
    width: 100%;
  }
  .inside-product-3 .xz-flex,.inside-product-3 .rightbox {
    display: block;
    width: 100%;
  }
  .inside-product-3 .rightbox .bot {
    margin-top: 15px;
  }
}
.inside-product-4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .inside-product-4 li {
    width: 50%;
  }
}
.inside-product-5 {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.inside-product-6 li {
  padding-bottom: 0.6rem;
}
.inside-product-6 li .tit {
  padding-top: 0.1rem;
}
@media (max-width: 1023px) {
  .inside-product-6 li .tit {
    padding-top: 10px;
  }
}
.inside-fanhui {
  color: #c10015;
  font-size: 0.26rem;
  padding-bottom: 1rem;
}
.inside-fanhui a {
  color: #c10015;
  transition: color .3s;
}
.inside-fanhui a:hover {
  color: #000;
}
@media (max-width: 1023px) {
  .inside-fanhui {
    font-size: 18px;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 20px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  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) {
  transform: rotate(0);
  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;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1026px) {
  .navPhoneBtn {
    display: block;
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.navM .navMCon {
  background-color: #fff;
  width: 64%;
  min-width: 140px;
  max-width: 440px;
  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: 999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  right: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999999;
  left: -60px;
  top: 40px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 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: 20px;
  right: 0;
}
.navM .navMWrap > .list .title .icon:before,
.navM .navMWrap > .list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #2d2d2d;
  border-left: solid 2px #2d2d2d;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navM .child {
  padding: 20px 5px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 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: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
.navM .mSearch .btn .iconfont {
  font-size: 18px;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  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: #fff;
}
.inside-proshow5 {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.inside-proshow5 .item {
  margin-top: 0.3rem;
  border: solid 1px #2d2d2d;
  border-bottom: solid 0.06rem #2d2d2d;
}
.inside-proshow5 .pic {
  width: 50%;
  float: left;
}
.inside-proshow5 .mess {
  width: 50%;
  float: left;
  padding: 0.5rem;
  padding-bottom: 0.4rem;
}
.inside-proshow5 .mess .tag {
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
}
.inside-proshow5 .mess .tag img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.01rem;
}
.inside-proshow5 .mess li:first-child {
  padding-top: 0;
}
.inside-proshow5 .mess li {
  padding-top: 0.2rem;
  margin: 0 -0.15rem;
}
.inside-proshow5 .mess li p {
  width: 50%;
  float: left;
  padding: 0 0.15rem;
  position: relative;
}
.inside-proshow5 .mess li label {
  color: #080f15;
  display: block;
  margin-bottom: 0.1rem;
}
.inside-proshow5 .mess li em {
  color: #de021c;
  font-style: normal;
}
.inside-proshow5 .mess li input[type="text"],
.inside-proshow5 .mess li textarea,
.inside-proshow5 .mess li select {
  width: 100%;
  height: 0.52rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
  font-family: arial;
  background-color: #fff;
  border: solid 1px #cacaca;
  transition: all 334ms ease;
}
.inside-proshow5 .mess li input[type="text"]:focus,
.inside-proshow5 .mess li textarea:focus {
  border-color: #2d2d2d;
}
.inside-proshow5 .mess li input[type="submit"] {
  color: #fff;
  border: 0;
  width: 1.7rem;
  height: 0.57rem;
  line-height: 0.57rem;
  text-align: center;
  font-size: 0.18rem;
  background: #2d2d2d;
  border-radius: 0.01rem;
  margin-top: 0.2rem;
}
.inside-proshow5 .mess li input[type="submit"]:hover {
  background: #2d2d2d;
}
.inside-proshow5 .mess .textarea p {
  width: 100%;
  float: none;
}
.inside-proshow5 .mess .textarea textarea {
  height: 1.2rem;
}
@media (max-width: 1023px) {
  .inside-proshow5 {
    padding: 30px 20px;
  }
  .inside-proshow5 .item {
    margin-top: 30px;
    border: 0;
  }
  .inside-proshow5 .mess li {
    padding: 0;
  }
  .inside-proshow5 .mess li input[type="text"],
  .inside-proshow5 .mess li textarea,
  .inside-proshow5 .mess li select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    font-family: arial;
    background-color: #fff;
    border: solid 1px #cacaca;
    transition: all 334ms ease;
  }
  .inside-proshow5 .mess li p {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-proshow5 .mess li input[type="submit"] {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #2d2d2d;
    border-radius: 5px;
    margin-top: 0px;
  }
  .inside-proshow5 .mess .tag img {
    width: 30px;
    height: 30px;
  }
  .inside-proshow5 .mess {
    padding: 0;
  }
  .inside-proshow5 .mess .textarea textarea {
    height: 80px;
  }
  .inside-proshow5 .pic {
    width: 100%;
    float: none;
    display: none;
  }
  .inside-proshow5 .mess {
    width: 100%;
    float: none;
  }
  .inside-proshow5 .mess .tag {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.inside-about dt .tu {
  overflow: hidden;
  position: relative;
}
.inside-about .topLline {
  width: 100%;
  height: 1px;
  top: 0.4rem;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim1 linear;
}
.inside-about .topRline {
  width: 1px;
  height: 100%;
  top: -0.1rem;
  left: 0.46rem;
  position: absolute;
  background: linear-gradient(to top, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim2 linear;
}
.inside-about .botRine {
  width: 1px;
  height: 100%;
  bottom: -0.1rem;
  right: 0.46rem;
  position: absolute;
  background: linear-gradient(to top, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim4 linear;
}
.inside-about .botLine {
  width: 100%;
  height: 1px;
  bottom: 0.4rem;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, #e7e7e7, #c5c7c9, #f8f8f8);
  animation: 2s btn-anim3 linear;
}
.inside-about .numlist li {
  position: relative;
}
.inside-about .numlist li .item {
  max-width: 1.93rem;
  text-align: center;
  padding-top: 0.2rem;
}
.inside-about .numlist li .arrow {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.inside-title img {
  animation: bmove2 2s linear infinite;
}
.index-title .t1 img {
  animation: bmove2 2s linear infinite;
}
.inside-product-show .pro01 .smimg {
  width: 20.6%;
}
.basic_product_detail.basic_product_detail .view_pattern_pc .moduleStyle0 .product_detail_wrap .product_detail_left_content .detail_inner_wrap .detail_big_pic_content {
  padding-bottom: 50!important;
}

.nav li:hover>a,
.active >a{

  opacity:0.8;

}
.banner {
  overflow: hidden;
  background: #01080e;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  width:100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  max-width:100%;
  max-height:100%;
}
.banner .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .swiper-slide-active .pic {
  animation: 4s bmove1 linear;
}
.banner .swiper-slide-active .item {
  animation: 1.5s fadeInLeft2 linear;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 0.3rem;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.15rem;
  background: #fff;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  width: 0.37rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background: #fff;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  opacity: 0.7;
}
.banner .swiper-button-prev {
  left: 0.3rem;
}
.banner .swiper-button-next {
  right: 0.3rem;
}
.banner {
  position: relative;
}
.banner .container {
  justify-content: flex-start;
}
.banner .item {
  padding-right: 0;
  padding-bottom: 3.2rem;
}
.banner .txt-2 {
  font-size: 0.2rem;
  padding-top: 0.15rem;
}
.banner .container-top {
  padding-top: 3.2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner .container-top .item {
  padding-right: 0;
  padding-bottom: 0;
}
.banner .container-bottom .item{
	padding-bottom: 2rem;
}
@media (max-width: 1023px) {
  .banner .pic{
    height: 50vh;
  }
  .banner .txt-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .swiper-button-prev {
    left: 0rem;
    opacity: 0!important;
  }
  .swiper-button-next {
    right: 0rem;
    opacity: 0!important;
  }
}

.footer .container-2{
	position: relative;
}

.footer .item .share {
	position: absolute;
	right: 0;
	width: 3rem;
	display: flex;
	justify-content: space-around;	
	text-align:center;
	font-size:16px;
}

@media (max-width: 1023px) {
	.footer .item .share {
		width: 200px;
	}
	
	.footer .item .share img{
		max-width: 90px;
	}
}
.index-contact{
	padding: 1rem 0;
	color: #fff;
    background: #000;
}
.index-contact .list li {
    font-size: 0.2rem;
    text-align: left;
    width: 33.333%;
    padding: 0 0.1rem;
    padding-top: 0.4rem;
}

.index-contact .list li .pic {
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.index-contact .list li .pic img {
    transition: opacity .5s;
}

.index-contact .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contact-show {
	overflow:hidden;
	margin-bottom: 30px;
}
.contact-left {
	padding:10px;
	float:left;
	width:50%
}

.contact-info {
	padding:50px 0;
}
.contact-info h2 {
	color:#fff;
	margin-bottom:40px;
}
.contact-info .add {
	font-size:18px;
	color:#fff;
	background:url("../images/add.png") no-repeat left 5px;
	padding-left:25px;
	margin-bottom:25px
}

.contact-info .email {
	font-size:18px;
	color:#fff;
	background:url("../images/email.png") no-repeat left 5px;
	padding-left:25px;
	margin-bottom:25px
}

.contact-info .tel {
	font-size:18px;
	color:#fff;
	background:url("../images/tel.png") no-repeat left 5px;
	padding-left:25px
}

#map {
	width:50%;
	float:right
}

@media(max-width:1023px) {
	.contact-left {
		width:100%
	}
	#map {
		width:100%;
	}
	.contact-info {
		margin:20px 0;
		    padding: 0;
	}
	.contact-info .add {
		font-size:14px;
		margin-bottom:10px
	}
	.contact-info .email {
		font-size:14px;
		margin-bottom:10px
	}
	.contact-info .tel {
		font-size:14px;
		background:url(../images/tel.png) no-repeat left 6px
	}
	.contact-info .tel span {
		font-size:28px;
		line-height:30px
	}
}

.job {
	padding-top:50px;
}
.job .job-info {
	overflow:hidden
}
.job .job-info .jsh {
	font-size:18px;
	margin-bottom:50px
}

.job .job-info .jsh h2{
	margin-bottom: 40px;
}

.job .job-info .jsh a {
	color:#fff
}
.job .job-info dl {
	overflow:hidden;
	margin:0 auto
}
.job .job-info dl dt {
	display:block;
	padding:15px 20px 18px 20px;
	margin-bottom:5px
}
.job .job-info dl dt span {
	display:block;
	text-align:left;
	width:12%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:18px;
	color:#000
}
.job .job-info dl dt .name {
	width:100%;
	padding-right:20px
}
.job .job-info dl dt .time {
	width:100%;
	font-size:18px;
	color:#000
}
.job .job-info dl .list_dt {
	cursor:pointer;
	line-height:30px;
	transition:width 2s
}
.job .job-info .list_dt {
	color:#fff;
	cursor:pointer;
	position:relative;
	background:#f5f5f5
	/* background:#f5f5f5 url(../images/job-01.png) no-repeat right 20px */
}
.job .job-info .list_dt:hover {
	transition:all .5s linear;
	-moz-transition:all .5s linear;
	-o-transition:all .5s linear;
	-webkit-transition:all .5s linear;
	background:#f5f5f5
	/* background:#f5f5f5 url(../images/job-01.png) no-repeat right 20px */
}
.job .job-info #open {
	background:#f5f5f5
	/* background:#f5f5f5 url(../images/job-01.png) no-repeat right 20px; */
	color:#303030;
	margin-bottom:0
}
.job .job-info .list_dd {
	display:none
}
.job .job-info .jobsub {
	border:2px solid #f5f5f5;
	background:#fff;
	border-top:0;
	line-height:30px;
	padding:9px 11px 26px 25px;
	color:#000;
	font-size:18px;
	overflow:hidden
}
