@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
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;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: MiSans-Demibold;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  /* max-width: 1920px; */
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
.container00 {
  margin-right: auto;
  margin-left: auto;
  width: 1720rem;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1750rem;
}
.container03 {
  margin-right: auto;
  margin-left: auto;
  width: 1580rem;
}
.container04 {
  margin-right: auto;
  margin-left: auto;
  width: 1690rem;
}
#container {
  overflow: hidden;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.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;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
 
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #004ea2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap .home-title {
  font-size: 35rem;
  margin-bottom: 44rem;
  text-align: center;
  color: rgba(14, 14, 14, 0.86);
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: #004ea2;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #004ea2;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.fix1 {
  background: rgba(0, 0, 0, 0.6);
}
.fix2 {
  background: #000000;
}
.header {
  height: 61rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .container {
  width: 1200rem;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.2s;
  padding-top: 16rem;
  padding-left: 99rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 29rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -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, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -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);
  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), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 61rem;
  height: 61rem;
  background: url(../images/search.png) no-repeat center center;
  background-size: 21rem !important;
}
.header .header-right .header-search .search .search-main {
  top: 61rem;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: #004ea2 url(../images/search.png) no-repeat center center;
  background-size: 21rem !important;
}
.header .header-right .gd {
  position: absolute;
  top: 0;
  right: 10rem;
}
.header .header-right .gd .menu1 {
  position: relative;
  width: 36rem;
  height: 36rem;
  margin-top: 12rem;
}
.header .header-right .gd .menu1 .navPhoneBtn {
  display: inline-block;
  padding: 10rem;
  border-radius: 4rem;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36rem;
  text-align: right;
}
.header .header-right .gd .menu1 .navPhoneBtn span {
  display: block;
  width: 20rem;
  height: 2rem;
  margin-bottom: 5rem;
  position: relative;
  background: #fff;
  border-radius: 3rem;
  z-index: 1;
  -webkit-transform-origin: 20rem;
  transform-origin: 20rem;
}
.header .header-right .gd .menu1 .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .gd .menu1 .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .gd ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 13rem 0;
  width: 90rem;
}
.header .header-right .gd ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6rem 10rem 6rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 4rem;
  right: 14rem;
}
.header .header-right .gd ul li {
  background: #fff;
}
.header .header-right .gd ul li a {
  color: #333;
  display: block;
  padding: 10rem 15rem;
}
@media (min-width: 1025px) {
  .header .header-right .gd ul li a:hover {
    background-color: #004ea2;
    color: #fff;
  }
}
.header .header-right .show2 .menu1 .navPhoneBtn {
  background: #fff;
}
.header .header-right .show2 .menu1 .navPhoneBtn span {
  background: #333;
}
.header .header-right .show2 ul {
  display: block;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
}
.header .header-right .lan span {
  width: 61rem;
  height: 61rem;
  display: block;
  text-align: center;
  background: url(../images/lan.png) no-repeat center center;
  background-size: 19rem;
}
.header .header-right .lan ul {
  position: absolute;
  top: 61rem;
  width: 100%;
  background: #000000;
  padding: 10rem;
  color: #fff;
  display: none;
  width:200rem;
  margin-left:-70rem;
}
.header .header-right .lan ul li a {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 20rem;
  line-height: 36rem;
  /*text-transform: uppercase;*/
}
.header .header-right .lan ul li a img{
	padding-right: 10rem;
    max-height: 25rem;
    padding-top: 5rem;
}
.header .header-right .yh {
  float: right;
  cursor: pointer;
  position: relative;
}
.header .header-right .yh a {
  width: 51rem;
  height: 61rem;
  display: block;
  background: url(../images/yh.png) no-repeat center center;
  background-size: 17rem;
}
@media (min-width: 1025px) {
  .header:hover {
    background: #000000;
  }
}
.headerfix {
  background: #000000;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 48rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 51rem;
}
.nav ul li a {
  display: block;
  font-family: MiSans-Normal;
  font-size: 20rem;
  line-height: 61rem;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav ul li a:after{
	content:'';
	display: block;
	width:0;
	height:2px;
	position: absolute;
	bottom:10rem;
	left:0;
	background: #fff;
	transition: 0.5s;
}
.nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 61rem;
  left: 0;
  display: none;
  z-index: 333;
  background: #2a2a2b;
  padding: 20rem 0;
}
.nav ul li .subnav .container {
  width: 1440rem;
}
.nav ul li .subnav .container01 {
  width: 1440rem;
  text-align: left;
}
.nav ul li .subnav .list1 ul {
  overflow: hidden;
  width: 100%;
  float: none;
  text-align: center;
  font-size: 0;
}
.nav ul li .subnav .list1 ul li {
  width: auto;
  margin: 0 20rem;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 7rem;
  width:160rem;
  height:130rem;
  position: relative;
  border-radius: 5rem; 
}
.nav ul li .subnav .list1 ul li .pic {
  width: 50rem;
  margin: 0 auto;
}
.nav ul li .subnav .list1 ul li a {
  font-family: MiSans-Regular;
  font-size: 16rem;
  line-height: 28rem;
  display: block;
  color: #ffffff;
  position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
}
.nav ul li .subnav .list1 ul li a span{
	display:block;
	height:56rem;
}
.nav ul li .subnav .list1 ul li a:after{
	display: none !important;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .list1 ul li:hover a {
    color: #fff;  
  }
  .nav ul li .subnav .list1 ul li:hover{ 
  	background: rgba(0,0,0,0.5);
  }
}
.nav ul li .subnav .list1 ul .active a {
  color: #004ea2;
}
.nav ul li .subnav .left {
  width: 17%;
  float: left;
  margin-top: -8rem;
}
.nav ul li .subnav .left .bt {
  font-family: MiSans-Normal;
  font-size: 20rem;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 24rem;
  margin-bottom: 10rem;
}
.nav ul li .subnav .left .list {
  padding: 32rem 0;
}
.nav ul li .subnav .left .list ul {
  overflow: hidden;
  width: 100%;
  float: none;
}
.nav ul li .subnav .left .list ul li {
  width: 100% !important;
  margin: 0;
  padding: 0;
  margin-bottom: 7rem;
}
.nav ul li .subnav .left .list ul li a {
  text-align: left;
  font-family: MiSans-Regular;
  font-size: 20rem;
  line-height: 45rem;
  color: #ffffff;
}
.nav ul li .subnav .left .list ul li a:after{
	display: none !important;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .left .list ul li:hover a {
    color: #004ea2;
  }
}
.nav ul li .subnav .left .list ul .active a {
  color: #004ea2;
}
.nav ul li .subnav .right {
  width: 77%;
  float: right;
}
.nav ul li .subnav .right .show .info {
  display: none;
}
.nav ul li .subnav .right ul {
  margin: 0 -10rem;
}
.nav ul li .subnav .right ul li {
  width: 33.33333333%;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0 10rem;
  margin-bottom: 10rem;
}
.nav ul li .subnav .right ul li a {
  display: block;
  overflow: hidden;
}
.nav ul li .subnav .right ul li a:after{
	display: none !important;
}
.nav ul li .subnav .right ul li .box {
  padding: 13rem 20rem 16rem 20rem;
}
.nav ul li .subnav .right ul li .box .pic {
  width: 260rem;
  margin: 0 auto;
}
.nav ul li .subnav .right ul li .box .pic .hot {
  width: 20rem;
  height: 24rem;
  position: absolute;
  top: 20rem;
  left: 24rem;
  background: url(../images/hot.png) no-repeat center center;
  background-size: 100%;
}
.nav ul li .subnav .right ul li .box .pic:after {
  padding-bottom: 66.66666667%;
}
.nav ul li .subnav .right ul li .box .text {
  padding-top: 14rem;
}
.nav ul li .subnav .right ul li .box .bt {
  font-family: MiSans-Bold;
  font-size: 18rem;
  line-height: 40rem;
  color: #ffffff;
}
.nav ul li .subnav .right ul li .box .p {
  font-family: MiSans-Regular;
  font-size: 14rem;
  line-height: 30rem;
  color: rgba(255, 255, 255, 0.8);
  height: 30rem;
  overflow: hidden;
}
.nav ul li .subnav .right ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 78, 168, 0.94);
}
.nav ul li .subnav .right ul li .hover .box1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.nav ul li .subnav .right ul li .hover .bt {
  font-family: MiSans-Bold;
  font-size: 18rem;
  line-height: 48rem;
  color: #ffffff;
}
.nav ul li .subnav .right ul li .hover .p {
  font-family: MiSans-Regular;
  font-size: 14rem;
  line-height: 39rem;
  margin-bottom: 12rem;
  color: rgba(255, 255, 255, 0.8);
}
.nav ul li .subnav .right ul li .hover .pp {
  font-family: MiSans-Regular;
  font-size: 14rem;
  line-height: 23rem;
  margin-bottom: 27rem;
  color: rgba(255, 255, 255, 0.8);
}
.nav ul li .subnav .right ul li .hover .more1 {
  font-family: MiSans-Regular;
  text-decoration: underline;
  font-size: 14rem;
  line-height: 23rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1025px) {
  .nav ul li .subnav .right ul li:hover .hover {
    opacity: 1;
  }
}
.nav ul li .subnav1 {
  padding: 62rem 0;
}
.nav ul li:hover a {
  color: #fff;
  
}
.nav ul li:hover a:after{
	content:'';
	display: block;
	width:100%;
	height:2px;
	position: absolute;
	bottom:10rem;
	left:0;
	background: #fff;
}
.nav ul .active a {
  color: #fff;
}
.nav ul .active a:after{
	content:'';
	display: block;
	width:100%;
	height:2px;
	position: absolute;
	bottom:10rem;
	left:0;
	background: #fff;
}
.bg { 
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.bg img {
  display: none;
}
.bg video {
	max-width: 100%; 
	display: block;
	margin-bottom:-1px;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
}
/* .fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
} */
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 61rem;
  transform: translateY(-50%);
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -61rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 61rem;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: #004ea2;
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 14px 0;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.swiper-renewal-main {
  position: relative;
}
.swiper-renewal-main .container {
  width: 100%;
  padding: 0 73rem;
}
.swiper-renewal-main .swiper-pagination {
  bottom: 50rem;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 88rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 1rem;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
  width: 52rem;
  height: 52rem;
  border: 0;
  background: url(../images/zuo.png) no-repeat center center;
  background-size: 38rem;
  border-radius: 0;
  margin-top: -26rem;
  z-index: 33;
  left: 5%;
}
.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
  display: none;
}
.swiper-renewal-main .swiper-button-next {
  right: 5%;
  left: auto;
  background: url(../images/you.png) no-repeat center center;
  background-size: 38rem;
}
.swiper-renewal-main .img1 img{
	display: block;
	    /* height: 100vh; */
	    object-fit: cover;
	    width: 100%;
}
.swiper-renewal-main .img {
  display: none;
}
.swiper-renewal-main video {
  display: block;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 173rem;
  left: 0;
  width: 100%;
}
.swiper-renewal-main .banner-hover .info {
  text-align: center;
  float: right;
  width: 59%;
  position: relative;
  padding-top: 76rem;
}
.swiper-renewal-main .banner-hover .span {
  font-family: MiSans-Demibold;
  font-size: 27rem;
  margin-bottom: 35rem;
  color: #ffdcb6;
  z-index: 2;
  position: relative;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: Roboto-Black;
  line-height: 105rem; 
  color: #ffffff;
  z-index: 2;
  position: relative;
  font-size: 0;
}
.swiper-renewal-main .banner-hover .bt span {
  font-size: 94rem;
  display: inline-block;
}
.swiper-renewal-main .banner-hover .bt:before,
.swiper-renewal-main .banner-hover .bt:after {
  content: '';
  display: inline-block;
  height: 5rem;
}
.swiper-renewal-main .banner-hover .bt:before {
  background: url(../images/line.png) no-repeat center center;
  background-size: 100%;
  width: 89rem;
  margin-right: -16rem;
}
.swiper-renewal-main .banner-hover .bt:after {
  background: url(../images/line1.png) no-repeat center center;
  background-size: 100%;
  width: 178rem;
  margin-left: -16rem;
}
.swiper-renewal-main .banner-hover .p {
  font-family: MiSans-Normal;
  font-size: 22rem;
  z-index: 2;
  position: relative;
  color: rgba(255, 255, 255, 0.86);
}
.swiper-renewal-main .banner-hover .jsh {
  font-family: Roboto-Black;
  font-size: 240rem;
  line-height: 190rem;
  letter-spacing: 24rem;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.swiper-renewal-main .banner-hover .more {
  padding-top: 98rem;
}
.swiper-renewal-main .banner-hover .more a {
  margin: 0 auto;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3.5s alternate;
  animation: fadeInUp2 3.5s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.more a,
.more p {
  width: 262rem;
  line-height: 67rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 33rem;
  text-align: center;
  font-family: MiSans-Regular;
  font-size: 26rem;
  color: #524f4f;
  display: block; 
}
@media (min-width: 1025px) {
  .more a:hover {
    background: #004ea2 !important;
    color: #fff !important; 
  }
}
.home-title {
  font-family: Roboto-Black;
  font-size: 53rem;
  line-height: 52rem;
  text-transform: uppercase;
  letter-spacing: 2rem;
  color: #ffffff;
}
.home-p {
  font-size: 26rem;
  line-height: 32rem;
  letter-spacing: 0.5rem;
  color: rgba(255, 255, 255, 0.76);
}
.home-p1 {
  font-size: 17rem;
}
.home-two {
  top: 85rem;
  padding-top: 85rem;
  transform: none;
}
.home-two .container {
  padding: 0 70rem;
  width: 100%;
}
.home-two .home-title {
  color: rgba(255, 255, 255, 0.76);
  letter-spacing: 4.6rem;
  margin-top: 11rem;
}
.home-three .n-nav {
  position: absolute;
  top: 61rem;
  right: 0;
  z-index: 444;
  padding: 17rem 60rem 37rem 60rem;
  width: 500rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.home-three .n-nav ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.home-three .n-nav ul li .bt {
  font-family: MiSans-Normal;
  font-size: 18rem;
  color: #ffffff;
}
.home-three .n-nav ul li .pic {
  width: 80rem;
  margin: 0 auto;
}
.home-three .n-nav ul li .pic img {
  transform: scale(0.7);
}
 
@media(min-width:1025px){
	.home-three .n-nav ul li:hover .pic img {
	  transform: scale(1);
	}
}
.home-three .bgg {
  position: relative; 
}
.home-three .bgg ul li { 
  width: 100%;
  text-align: center;
  display: none;
}
.home-three .bgg ul li img{
	display:block;
    width: 100%;
	height:100vh;
    object-fit: cover;
}
.home-three .bgg ul li .text {
  position: absolute;
  top: 98rem;
  left: 0;
  width: 100%;
}
.home-three .bgg ul li .text .home-title {
  margin-bottom: 24rem;-webkit-animation: fadeInDown2 3s alternate;
  animation: fadeInDown2 3s alternate;
}
.home-three .bgg ul li .text .home-p {
  font-family: MiSans-Medium;
  color: #ffffff;-webkit-animation: fadeInDown2 3s alternate;
  animation: fadeInDown2 3s alternate;
}
.home-three .bgg ul li .more {
  position: absolute;
  bottom: 90rem;
  left: 0;
  width: 100%;
}
.home-three .bgg ul li .more a {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);-webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.home-aboutbg{
	height:100vh;
}
.home-about {
  text-align: center;
  top: auto;
  bottom: 80rem;
  transform: none;
}
.home-about .home-title {
  margin-bottom: 16rem;
}
.home-about .home-p {
  margin-bottom: 72rem;
  font-family: MiSans-Normal;
}
.home-about .more a {
  margin: 0 auto;
}
.home-news{
	padding:80rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;	
}
.home-news .home-title {
  font-size: 35rem;
  color: rgba(14, 14, 14, 0.86);
}
.home-news .home-p {
  font-family: MiSans-Normal;
  color: #4b4b4b;
}
.home-news .home-bottom {
  padding-top: 100rem;
}
.swiper-news {
  position: relative;
  padding-bottom: 76rem;
}
.swiper-news .swiper-pagination {
  bottom: 0;
}
.swiper-news .swiper-pagination .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  opacity: 1;
}
.swiper-news .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 100%;
}
.newslist .li {
  width: 25%;
  float: left;
}
.newslist .li .box {
  background-color: #ffffff;
  box-shadow: 12rem 20rem 29rem 3rem rgba(107, 109, 112, 0.1);
  border-radius: 18rem;
  overflow: hidden;
}
.newslist .li .pic:after {
  padding-bottom: 82.52688172%;
}
.newslist .li .text {
  padding: 23rem 37rem;
}
.newslist .li .text .bt {
  font-family: MiSans-Normal;
  font-size: 17rem;
  margin-bottom: 50rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  color: rgba(14, 14, 14, 0.86);
}
.newslist .li .text .date {
  font-family: MiSans-Semibold;
  font-size: 17rem;
  line-height: 25rem;
  text-align: right;
  color: rgba(14, 14, 14, 0.86);
}
@media (min-width: 1025px) {
  .newslist .li:hover .pic img {
    transform: scale(1.04);
  }
}
.footer {
  background: #f5f5f7;
}
.footer .footer-list {
  padding-bottom: 96rem;
  padding-top: 60rem;
}
.footer .footer-list ul li {
  float: left;
  width: 5.4%;
}
.footer .footer-list ul li a {
  font-size: 18rem;
  color: #141414;
  font-family: MiSans-Regular;
  display: block;
  padding-right: 5rem;
  margin-bottom: 29rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .footer .footer-list ul li a:hover {
    color: #004ea2;
  }
}
.footer .footer-list ul li:nth-child(1) {
  width: 15.5%;
}
.footer .footer-list ul li:nth-child(2) {
  width: 15.8%;
}
.footer .footer-list ul li:nth-child(3) {
  width: 15.3%;
}
.footer .footer-list ul li:nth-child(4) {
  width: 16.5%;
}
.footer .footer-list ul li:nth-child(5) {
  width: 16%;
}
.footer .footer-list ul li:nth-child(6) {
  width: 15.5%;
}
.footer .footer-list ul ul {
  width: 100% !important;
}
.footer .footer-list ul ul li {
  width: 100% !important;
}
.footer .footer-list ul ul li a {
  display: block;
  font-size: 16rem;
  font-family: MiSans-Normal;
  margin: 0;
  color: #888;
  line-height: 36rem;
}
.footer .footer-link {
  padding-bottom: 20rem;
}
.footer .footer-link ul li {
  float: left;
  margin-right: 10rem;
}
.footer .footer-link ul li .pic {
  width: 40rem;
}
.footer .footer-copyright {
  color: #888;
  font-size: 16rem;
  line-height: 40rem;
  padding: 11rem 0;
  font-family: MiSans-Normal;
  border-top: 1px solid #cececf;
}
.footer .footer-copyright a {
  color: #888;
  margin-left: 30rem;
}
@media (min-width: 1025px) {
  .footer .footer-copyright a:hover {
    color: #004ea2;
  }
}
.inbanner .img {
  display: none;
}
.inbanner .img1 img {
  display: block;
}
.inbanner .swiper {
  position: relative;
  overflow: hidden;
}
.inbanner .swiper .swiper-pagination {
  bottom: 50rem;
}
.inbanner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 88rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 1rem;
  opacity: 1;
}
.inbanner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.inbanner .swiper .img {
  display: none;
}
.inbanner .swiper .banner-hover {
  color: #fff;
  position: absolute;
  bottom: 131rem;
  left: 0;
  width: 100%;
}
.inbanner .swiper .banner-hover .more a {
  margin: 0 auto;
}
.inbanner .swiper .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.inbanner .info {
  position: relative;
}
.inbanner01 .banner-hover {
  font-family: MiSans-Bold;
  font-size: 70rem;
  line-height: 80rem;
  color: #ffffff;
  position: absolute;
  bottom: 51rem;
  left: 0;
  width: 100%;
}
.inbanner02 .banner-hover {
  position: absolute;
  top: 127rem;
  left: 0;
  width: 100%;
}
.inbanner02 .banner-hover .bt {
  font-family: MiSans-Bold;
  font-size: 60rem;
  line-height: 82rem;
  margin-bottom: 3rem;
  color: #ffffff;
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.inbanner02 .banner-hover .span {
  font-family: MiSans-Normal;
  font-size: 26rem;
  line-height: 52rem;
  color: #ffffff;
  -webkit-animation: fadeInLeft2 4s alternate;
  animation: fadeInLeft2 4s alternate;
}
.inbanner02 .banner-hover .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 34rem;
  color: #ffffff;
  width: 42%;
  float: right;
  text-align: right;
  margin-right: -60rem;
  margin-top: 98rem;
  position: relative;
  padding-bottom: 31rem;
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.inbanner02 .banner-hover .p:after {
  content: '';
  display: block;
  width: 80rem;
  height: 3rem;
  background-color: #ffffff;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.inbanner02 .banner-hover .more {
  position: absolute;
  bottom: 0;
}
.inbanner02 .banner-hover .more a {
  -webkit-animation: fadeInLeft2 6s alternate;
  animation: fadeInLeft2 6s alternate;
}
.inbanner03 .banner-hover {
  position: absolute;
  bottom: 157rem;
  left: 0;
  color:rgba(14, 14, 14, 0.86);
  width: 100%;
}
.inbanner03 .banner-hover .info1{
    width: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 40rem 20rem;
    border-radius: 10rem;
}
.inbanner03 .banner-hover .bt {
    font-family: Roboto-Black;
    line-height: 105rem;
    z-index: 2;
    position: relative;
    font-size: 88rem;
    display: inline-block;
}
.inbanner03 .banner-hover .p {
	font-size: 24rem;
	line-height:30rem;
	height:210rem;
	margin-bottom: 35rem;
	z-index: 2;
	position: relative;
}
.inbanner03 .banner-hover .more {
  font-size: 0;
}
.inbanner03 .banner-hover .more a {
  display: inline-block;
  vertical-align: top;
  margin: 0 50rem 0 0;
}
.inbanner03 .banner-hover .more .o {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.inbanner04 .banner-hover {
  position: absolute;
  top: 150rem;
  left: 0;
  width: 100%;
}
.inbanner04 .banner-hover .bt {
  font-family: Roboto-Black;
  font-size: 94rem;
  line-height: 100rem;
  margin-bottom: 10rem;
  color: #ffffff;
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.inbanner04 .banner-hover .p {
  font-family: MiSans-Normal;
  font-size: 27rem;
  line-height: 45rem;
  color: #ffffff;
  -webkit-animation: fadeInRight2 4s alternate;
  animation: fadeInRight2 4s alternate;
}
.inbanner06{
	margin-top:-120rem;
}
.inbanner06 .banner-hover { 
    top: 250rem; 
}
.inbanner05 .container00{
	width:1600rem;
}
.inbanner05 .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inbanner05 .banner-hover .bt {
  font-family: Roboto-Black;
  font-size: 62rem;
  line-height: 70rem;
  margin-bottom: 50rem;
  color: #ffffff;
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.inbanner05 .banner-hover .p {
  font-family: MiSans-Normal;
  font-size: 24rem;
  line-height: 45rem;
  color: #ffffff;
  -webkit-animation: fadeInRight2 4s alternate;
  animation: fadeInRight2 4s alternate;
}
.content {
  padding: 89rem 0;
  min-height: 500px;
}
.product .home-title {
  font-size: 35rem;
  margin-bottom: 4rem;
  color: #4b4b4b;
}
.product .home-p {
  color: #4b4b4b;
  font-family: MiSans-Normal;
}
.p-info {
  padding-top: 148rem;
}
.p-item {
  margin-bottom: 160rem;
  position: relative;
}
.p-item .item-title {
  /* text-align: center; */
  font-family: Roboto-Black;
  font-size: 35rem;
  margin-bottom: 14rem;
  color: #616161;
}
.p-item .item-p {
  /* text-align: center; */
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 52rem;
  color: #4b4b4b;
}
.p-item .item-p span {
  position: relative;
  padding-left: 20rem;
  margin-right: 25rem;
}
.p-item .item-p span:after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #dadada;
  position: absolute;
  left: 0;
  top: 10rem;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .p-item .item-p a:hover {
    color: #004ea2;
  }
}
.p-item .item-p .active a {
  color: #004ea2;
}
.p-item .item-bottom {
  padding-top: 54rem;
  display: flex;
}
.p-item .item-bottom .left {
  float: left;
  width: 32%;
  position: relative;
}
.p-item .item-bottom .left ul li a {
  display: block;
  font-family: MiSans-Semibold;
  font-size: 22rem;
  line-height: 37rem;
  color: rgba(14, 14, 14, 0.86);
}
@media (min-width: 1025px) {
  .p-item .item-bottom .left ul li:hover a {
    color: #004ea2;
  }
}
.p-item .item-bottom .left .more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-item .item-bottom .left .more a {
  width: 174rem;
  height: 46rem;
  border-radius: 22rem;
  border: solid 1rem #4b4b4b;
  font-family: MiSans-Normal;
  font-size: 20rem;
  line-height: 44rem;
  color: rgba(14, 14, 14, 0.86);
}
@media (min-width: 1025px) {
  .p-item .item-bottom .left .more a:hover {
    border: 1px solid #004ea2;
  }
}
.p-item .item-bottom .right {
  float: right;
  width: 69%;
  position: relative;
  overflow: hidden;
}
.p-item .item-bottom .right ul li {
  width: 50%;
  float: left;
  padding: 0 10rem;
}
.p-item .item-bottom .right ul li .box {
  position: relative;
  background-color: #f5f5f7;
  border-radius: 25rem;
}
.p-item .item-bottom .right ul li .pic {
  border-radius: 25rem;
}
.p-item .item-bottom .right ul li .pic:after {
  padding-bottom: 62.92517007%;
}
.p-item .item-bottom .right ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
  opacity: 0;
  transition: 0.5s;
}
.p-item .item-bottom .right ul li .hover {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 333;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.p-item .item-bottom .right ul li .hover .bt {
  font-family: MiSans-Semibold;
  font-size: 25rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
}
.p-item .item-bottom .right ul li .hover .more1 {
  font-family: MiSans-Normal;
  font-size: 20rem;
  margin-top: 33rem;
  color: rgba(255, 255, 255, 0.86);
  display: inline-block;
  padding-right: 30rem;
  background: url(../images/jiantou.png) no-repeat center right;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .p-item .item-bottom .right ul li:hover .pic:before {
    opacity: 1;
  }
  .p-item .item-bottom .right ul li:hover .hover {
    opacity: 1;
  }
}
.p-info1 {
  padding-top: 0;
}
.p-info1 .p-item {
  margin-bottom: 0;
}
.p-info1 .p-item .item-bottom {
  padding-bottom: 50rem;
}
.p-info1 .p-item .item-bottom .right {
  width: 100%;
}
.p-info1 .p-item .item-bottom .right ul li {
  width: 33.33333333%;
  margin-bottom: 20rem;
}
.news {
  padding: 114rem 0;
}
.news .home-title {
  text-align: center;
  color: #141414;
}
.news-one {
  margin-top: 69rem;
  margin-bottom: 51rem;
  position: relative;
  overflow: hidden;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 55.55555556%;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
}
.btn {
  position: relative;
  height: 34rem;
  margin-bottom: 108rem;
}
.btn .swiper-button-prev:after,
.btn .swiper-button-next:after {
  content: '';
}
.btn .swiper-button-prev,
.btn .swiper-button-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn .swiper-button-prev {
  background: url('../images/left2.png') no-repeat center center !important;
  left: 22%;
  background-size: 17rem !important;
}
@media (min-width: 1025px) {
  .btn .swiper-button-prev:hover {
    border: 1px solid #004ea2;
  }
}
.btn .swiper-button-next {
  background: url('../images/right2.png') no-repeat center center !important;
  right: 22%;
  background-size: 17rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .btn .swiper-button-next:hover {
    border: 1px solid #004ea2;
  }
}
.btn .swiper-pagination {
  height: 2px;
  width: 50%;
  left: 25%;
  top: 16rem;
  background: #e1e1e1;
}
.btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #004ea2;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8rem;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #cdcdcd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: #004ea2;
  -webkit-box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.newslist1 li {
  margin-bottom: 90rem;
}
.newslist1 li .box {
  position: relative;
  padding-left: 631rem;
}
.newslist1 li .box .pic {
  width: 550rem;
  position: absolute;
  top: 0;
  left: 0;
}
.newslist1 li .box .pic:after {
  padding-bottom: 82.54545455%;
}
.newslist1 li .box .text {
  height: 454rem;
  padding-right: 20rem;
  padding-top: 50rem;
  position: relative;
}
.newslist1 li .box .text .date {
  font-family: MiSans-Regular;
  font-size: 14rem;
  padding-left: 29rem;
  color: #004ea8;
  background: url(../images/date.png) no-repeat center left;
  background-size: 18rem;
  margin-bottom: 18rem;
}
.newslist1 li .box .text .bt {
  font-family: MiSans-Regular;
  font-size: 38rem;
  line-height: 58rem;
  margin-bottom: 42rem;
  overflow: hidden;
  height: 116rem;
  color: #0e0e0e;
}
.newslist1 li .box .text .jsh {
  font-family: MiSans-Regular;
  font-size: 16rem;
  line-height: 36rem;
  height: 108rem;
  overflow: hidden;
  color: #7a7a7a;
}
.newslist1 li .box .text .more1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.newslist1 li .box .text .more1 span {
  display: block;
  float: right;
  padding: 0 32rem;
  width: 200rem;
  line-height: 61rem;
  background: #004ea8 url(../images/you.png) no-repeat 85% center;
  background-size: 24rem;
  font-family: MiSans-Regular;
  font-size: 16rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .newslist1 li:hover .box {
    background-color: #ffffff;
    box-shadow: 0rem 3rem 16rem 0rem rgba(6, 0, 1, 0.1);
  }
  .newslist1 li:hover .text .more1 {
    opacity: 1;
  }
}
.download {
  padding: 123rem 0;
}
.download .home-title {
  text-align: center;
  text-transform: capitalize;
  color: #141414;
}
.b-search {
  width: 720rem;
  height: 43rem;
  background-color: #f5f5f7;
  border-radius: 21rem;
  position: relative;
  margin: 0 auto;
  margin-top: 58rem;
  margin-bottom: 56rem;
}
.b-search input {
  background: none;
  border: none;
  height: 43rem;
  padding: 0 60rem 0 30rem;
}
.b-search .txt {
  width: 100%;
  border: 0;
  background: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.b-search .btn {
  width: 63rem;
  height: 43rem;
  position: absolute;
  z-index: 3;
  display: block;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 18rem;
  top: 0;
  right: 0;
}
.download-bottom {
  display: flex;
}
.download-bottom .left {
  float: left;
  width: 32%;
  padding: 60rem 20rem;
  background-color: #f5f5f7;
}
.download-bottom .left .down-nav {
  margin: 0 -6rem;
}
.download-bottom .left .down-nav a {
  width: 33.33333333%;
  float: left;
  display: block;
  padding: 0 6rem;
}
.download-bottom .left .down-nav a p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 41rem;
  border-radius: 21rem;
  border: solid 1px #5c5c5c;
  color: #5c5c5c;
  font-family: MiSans-Regular;
  font-size: 16rem;
  color: #474747;
  height: 41rem;
  overflow: hidden;
}
.download-bottom .left .down-nav .active p {
  color: #fff;
  background: #004ea2;
  border: 1px solid #004ea2;
}
.download-bottom .left .do-show .do-info {
  display: none;
  padding: 49rem 26rem;
}
.download-bottom .left .do-show .do-info .item {
  margin-bottom: 22rem;
}
.download-bottom .left .do-show .do-info .item span {
  font-family: MiSans-Bold;
  font-size: 18rem;
  line-height: 44rem;
  color: #474747;
  display: block;
  background: url(../images/x.png) no-repeat center right;
  background-size: 13rem;
  cursor: pointer;
}
.download-bottom .left .do-show .do-info .item .list {
  display: none;
}
.download-bottom .left .do-show .do-info .item .list a {
  display: block;
  font-family: MiSans-Regular;
  font-size: 16rem;
  font-weight:700;
  line-height: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #666666;
}

.download-bottom .left .do-show .do-info .item .list .list-2 a{
	padding-left:10px;
	font-weight:100;
}
@media (min-width: 1025px) {
  .download-bottom .left .do-show .do-info .item .list a:hover {
    color: #004ea2;
  }
}
.download-bottom .left .do-show .do-info .item .list .active {
  color: #004ea2;
}
.download-bottom .right {
  float: right;
  width: 68%;
  padding-top: 10rem;
  padding-left: 117rem;
}
.download-bottom .right .l {
  float: left;
  font-family: MiSans-Regular;
  font-size: 16rem;
  line-height: 43rem;
  color: #474747;
}
.download-bottom .right .r {
  float: right;
  line-height: 41rem;
}
.download-bottom .right .sg2careerftab {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 444;
  margin-left: 20rem;
}
.download-bottom .right .sg2careerftab span {
  display: inline-block;
  vertical-align: top;
  width: 200rem;
  line-height: 41rem;
  border-radius: 21rem;
  border: solid 1rem #474747;
  font-family: MiSans-Regular;
  padding: 0 16rem;
  font-size: 14rem;
  color: #7a7a7a;
  background: url(../images/arrow2.png) no-repeat 90% center;
  background-size: 12rem;
}
.download-bottom .right .sg2careerftab .sg2careerftabx {
  position: absolute;
  width: 100%;
  top: 43rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 6rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: none;
  background: #fff;
  cursor: pointer;
}
.download-bottom .right .sg2careerftab .sg2careerftabx a {
  display: block;
  color: #333;
  padding: 10rem 0;
  line-height: 1.2;
  text-align: center;
  opacity: 0.8;
  font-family: MiSans-Regular;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .download-bottom .right .sg2careerftab .sg2careerftabx a:hover {
    background: #e9eaeb;
    opacity: 1;
  }
}
.download-bottom .right .list {
  padding: 42rem 0;
}
.download-bottom .right .list .list_dl {
  overflow: hidden;
  margin-bottom: 25rem;
}
.download-bottom .right .list .list_dl .xiazai {
  width: 28rem;
  height: 28rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/xiazai.png) no-repeat center center;
  background-size: 18rem;
}
.download-bottom .right .list .list_dl p {
  position: relative;
}
.download-bottom .right .list .list_dl p a:hover {
  color: #004ea2;
}
.download-bottom .right .list .list_dl .imgtype {
  background-size: 22rem;
  padding-left: 39rem;
  display: block;
  font-family: MiSans-Regular;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.download-bottom .right .list .list_dl .pdf {
  background: url(../images/pdf.png) no-repeat center left;
}
.download-bottom .right .list .list_dl .xls {
  background: url(../images/xls.jpg) no-repeat center left;
}
.download-bottom .right .list .list_dl .ppt {
  background: url(../images/ppt.jpg) no-repeat center left;
}
.download-bottom .right .list .list_dl .txt {
  background: url(../images/txt.jpg) no-repeat center left;
}
.download-bottom .right .list .list_dl .rar {
  background: url(../images/rar.jpg) no-repeat center left;
}
.download-bottom .right .list .list_dl .doc {
  background: url(../images/doc.jpg) no-repeat center left;
}
.download-bottom .right .list .list_dl .video {
  background: url(../images/video1.png) no-repeat center left;
}
.download-bottom .right .list .list_dl .imgtype span {
  font-size: 16rem;
  line-height: 28rem;
  color: #999999;
  position: absolute;
  top: 0;
  right: 49rem;
  display: block;
  padding-right: 100rem;
  background: url(../images/arrow2.png) no-repeat center right;
  background-size: 12rem;
}
.download-bottom .right .list .list_dl .list_dt {
  position: relative;
  cursor: pointer;
  font-size: 18rem;
  line-height: 28rem;
  margin-bottom: 30rem;
  color: #000000;
}
.download-bottom .right .list .list_dl .list_dt p {
  padding-right: 240rem;
  display: block;
  font-family: MiSans-Regular;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.download-bottom .right .list .list_dl .list_dt p span {
  font-size: 16rem;
  line-height: 28rem;
  color: #999999;
  position: absolute;
  top: 0;
  right: 49rem;
  display: block;
  padding-right: 100rem;
  background: url(../images/arrow2.png) no-repeat center right;
  background-size: 12rem;
}
.download-bottom .right .list .list_dl .list_dt .zip {
  background: url(../images/zip.png) no-repeat center left;
  background-size: 25rem;
  padding-left: 50rem;
}
.download-bottom .right .list .list_dl #open {
  border-bottom: 1px solid #fff;
}
.download-bottom .right .list .list_dl #open .zip span {
  background: url(../images/arrow3.png) no-repeat center right;
  background-size: 12rem;
}
.download-bottom .right .list .list_dl .list_dd {
  display: none;
}
.download-bottom .right .list .list_dl .jobsub {
  padding: 0 0 4rem 49rem;
  font-size: 18rem;
  line-height: 28rem;
  color: #474747;
}
.download-bottom .right .list .list_dl .jobsub p {
  margin-bottom: 30rem;
  position: relative;
  padding-right: 240rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: MiSans-Regular;
}
.download-bottom .right .list .list_dl .jobsub p span {
  font-size: 16rem;
  line-height: 28rem;
  color: #999999;
  position: absolute;
  top: 0;
  right: 49rem;
  display: block;
  padding-right: 100rem;
  background: url(../images/arrow2.png) no-repeat center right;
  background-size: 12rem;
}
.download-bottom .right .list .list_dl .jobsub a {
  color: #474747;
}
.news-show {
  padding: 33rem 0 89rem 0;
}
.return a {
  display: block;
  font-size: 16rem;
  line-height: 38rem;
  color: #141414;
  padding-left: 20rem;
  position: relative;
  background: url(../images/prev-01.png) no-repeat center left;
  background-size: 8rem;
}
.h01 {
  font-size: 40rem;
  color: #141414;
  font-family: Roboto-Bold;
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
}
.h02 {
  font-size: 14rem;
  color: #7a7a7a;
  text-align: center;
  padding-bottom: 54rem;
  border-bottom: 1px solid #cccccc;
}
.h02 span {
  padding-left: 25rem;
  margin: 0 15rem;
  line-height: 34rem;
  display: inline-block;
  font-family: MiSans-Regular;
}
.h02 .ll {
  background: url(../images/date1.png) no-repeat center left;
  background-size: 14rem;
  font-weight: normal;
}
.news-show .ee {
  padding: 64rem 0 0 0;
}
.news-show .ee .con-article {
  padding: 62rem 0 117rem 0;
}
.news-show .ee .con-article .nr {
  font-family: MiSans-Regular;
  font-size: 18rem;
  line-height: 34rem;
  color: #141414;
  padding-bottom: 82rem;
}
.news-show .ee .con-article .nr p {
  margin-bottom: 18rem;
}
.inside-pagenews {
  padding-right: 290rem;
  position: relative;
}
.inside-pagenews ul {
  margin: 0 -32rem;
}
.inside-pagenews li {
  font-size: 18rem;
  color: #555555;
  overflow: hidden;
  position: relative;
  padding: 0 32rem;
  float: left;
  width: 50%;
  text-align: center;
}
.inside-pagenews li span {
  width: 68rem;
  height: 68rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/left3.png) no-repeat center center;
  background-size: 8rem;
}
.inside-pagenews li a {
  display: block;
  padding-left: 79rem;
  position: relative;
  color: #555555;
  padding-right: 75rem;
  line-height: 68rem;
  background-color: #f3f3f3;
  border-radius: 33rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .inside-pagenews li a:hover {
    background-color: #004ea2;
    color: #fff;
  }
  .inside-pagenews li a:hover span {
    background: url(../images/left3h.png) no-repeat center center;
    background-size: 8rem;
  }
}
.inside-pagenews li:nth-child(2) span {
  background: url(../images/right3.png) no-repeat center center;
  background-size: 8rem;
}
@media (min-width: 1025px) {
  .inside-pagenews li:nth-child(2):hover span {
    background: url(../images/right3h.png) no-repeat center center;
    background-size: 8rem;
  }
}
.inside-pagenews .share {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 18rem;
}
.inside-pagenews .share a {
  width: 30rem;
  height: 30rem;
  background-color: #384855;
  border-radius: 2rem;
  margin-left: 5rem;
  margin-right: 0;
  overflow: hidden;
  display: block;
  float: left;
}
@media (min-width: 1025px) {
  .inside-pagenews .share a:hover {
    background-color: #004ea2;
  }
}
.related .home-title {
  text-align: center;
  text-transform: capitalize;
  color: #4b4b4b;
}
.related .swiper-news {
  position: relative;
}
.related .newslist {
  padding-top: 60rem;
  padding-bottom: 90rem;
}
.about {
  padding: 0 0 99rem 0;
}
.culture01 {
  padding: 58rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.culture01 .span {
  font-size: 70rem;
  line-height: 90rem;
  color: #ffffff;
  position: absolute;
  top: 153rem;
  left: 244rem;
  z-index: 6;
  font-family: MiSans-Bold;
}
.culture01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10rem;
}
.culture01 ul li {
  width: 25%;
  float: left;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}
.culture01 ul li .img {
  height: 800rem;
  position: relative;
}
.culture01 ul li .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40rem 50rem 40rem;
}
.culture01 ul li .img .bt {
  font-family: MiSans-Bold;
  font-size: 30rem;
  line-height: 90rem;
  color: #fff;
  transition: 0.5s;
}
.culture01 ul .active {
  width: 78% !important;
}
.culture01 ul .active .img {
  text-align: left;
  background: none !important;
}
.culture01 ul .active .bt {
  font-size: 48rem;
}
.about01 {
  padding: 120rem 0 76rem 0;
}
.about01 .container {
  display: flex;
}
.about01 .left {
  float: left;
  padding-right: 20rem;
  width: 52%;
}
.about01 .left .home-title {
  text-align: center;
  text-transform: capitalize;
  color: #141414;
}
.about01 .left .p {
  font-family: MiSans-Regular;
  margin-top: 20rem;
  font-size: 18rem;
  line-height: 32rem;
  color: #474747;
  height: 402rem;
  overflow: hidden;
}
.about01 .left .p:after {
  content: '';
  display: block;
  width: 100%;
  background: url("../images/bg14.png") no-repeat bottom center;
  background-size: 100%;
  height: 32rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.about01 .left .p .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 27rem;
}
.about01 .left .p .swiper .swiper-slide {
  height: auto;
}
.about01 .left .p p {
  margin-bottom: 21rem;
}
.about01 .right {
  width: 48%;
  float: right;
  position: relative;
}
.about01 .right .pic:after {
  padding-bottom: 56.31517961%;
}
.about01 .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70rem;
  height: 70rem;
  background: url(../images/v.png) no-repeat center center;
  background-size: 100%;
  z-index: 33;
}
.about02 {
  overflow: hidden;
  position: relative;
  padding-bottom: 58rem;
}
.about02 .swiper {
  width: 1340rem;
  margin: 0 auto;
}
.about02 .swiper .box {
  border-radius: 10rem 10rem 0rem 0rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.about02 .swiper .pic:after {
  padding-bottom: 46.26865672%;
}
.about02 .swiper .text {
  padding: 27rem 48rem 30rem 48rem;
  overflow: hidden;
  min-height: 180rem;
}
.about02 .swiper .text .bt {
  font-family: MiSans-Bold;
  font-size: 38rem;
  line-height: 38rem;
  color: #141414;
  width: 37%;
  float: left;
}
.about02 .swiper .text .p {
  font-family: MiSans-Regular;
  font-size: 16rem;
  line-height: 32rem;
  color: #141414;
  width: 63%;
  float: left;
}
.about02 .swiper-button-next,
.about02 .swiper-button-prev {
  width: 72rem;
  height: 72rem;
  border: solid 1rem #fff;
  border-radius: 50%;
  transform: translateY(-152%);
}
.about02 .swiper-button-next:after,
.about02 .swiper-button-prev:after {
  color: #fff;
  font-size: 30rem;
}
@media (min-width: 1025px) {
  .about02 .swiper-button-next:hover,
  .about02 .swiper-button-prev:hover {
    background: #004ea2;
    border: 1px solid #004ea2;
  }
}
.about02 .swiper-button-prev {
  left: 2%;
}
.about02 .swiper-button-next {
  right: 2%;
}
.about02 .swiper-pagination {
  bottom: 0;
}
.about02 .swiper-pagination-bullet {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  opacity: 1;
  background: none;
  border: solid 1rem #333333;
}
.about02 .swiper-pagination-bullet-active {
  background-color: #004ea2;
  border: solid 1rem #004ea2;
}
.partner {
  padding: 0 !important;
}
.inmain-title {
  font-family: Roboto-Black;
  font-size: 35rem;
  color: rgba(66, 66, 66, 0.88);
}
.partner01 {
  padding: 62rem 0;
}
.partner01 .container {
  display: flex;
}
.partner01 .inmain-title {
  float: left;
  width: 27%;
  line-height: 50rem;
}
.partner01 .p {
  float: left;
  width: 73%;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 35rem;
  color: #2b3137;
}
.partner02 {
  padding: 67rem 0 81rem 0;
  background-color: #f5f5f7;
}
.partner02 ul {
  margin: 0 -20rem;
  padding-top: 69rem;
}
.partner02 ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 20rem;
}
.partner02 ul li .bt {
  font-family: MiSans-Normal;
  font-size: 17rem;
  margin-bottom: 8rem;
  line-height: 30rem;
  color: #2b3137;
}
.partner02 ul li .pic:after {
  padding-bottom: 131.53846154%;
}
.partner02 ul li .pic .h3 {
  font-family: MiSans-Semibold;
  font-size: 22rem;
  color: #ffffff;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  z-index: 33;
  padding: 0 20rem;
}
.partner02 ul li .pic .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 36rem;
  color: #ffffff;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 33;
  padding: 30rem;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.66);
}
@media (min-width: 1025px) {
  .partner02 ul li:hover .pic img {
    transform: scale(1.04);
  }
  .partner02 ul li:hover .pic .p {
    bottom: 0;
  }
}
.partner03 {
  padding: 72rem 0 77rem 0;
}
.partner03 .inmain-title {
  text-align: center;
}
.partner03 ul {
  padding-top: 55rem;
  width: 100%;
}
.partner03 ul li {
  width: 50%;
  padding: 0 19rem;
  float: left;
  margin-bottom: 40rem;
}
.partner03 ul li .box {
  height: 100%;
  position: relative;
  padding: 56rem 100rem 20rem 148rem;
  min-height: 307rem;
  background-color: #f5f5f7;
}
.partner03 ul li .box .pic {
  width: 60rem;
  position: absolute;
  top: 46rem;
  left: 55rem;
}
.partner03 ul li .box .bt {
  font-family: MiSans-Semibold;
  font-size: 22rem;
  margin-bottom: 20rem;
  color: #2b3137;
}
.partner03 ul li .box .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 36rem;
  color: #2b3137;
}
.partner04 {
  padding-bottom: 93rem;
}
.partner04 .img {
  float: left;
  margin-left: -100rem;
  width: 51.5%;
}
.partner04 .img img {
  display: block;
}
.partner04 .text {
  float: right;
  text-align: center;
  width: 48%;
  padding-top: 51rem;
}
.partner04 .text .ig {
  width: 61rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}
.partner04 .text .bt {
  font-family: Roboto-Black;
  font-size: 35rem;
  color: rgba(66, 66, 66, 0.88);
}
.partner04 .text .span {
  font-family: Roboto-Black;
  font-size: 22rem;
  margin-bottom: 90rem;
  color: rgba(66, 66, 66, 0.88);
}
.partner04 .text .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 36rem;
  margin-bottom: 69rem;
  color: #2b3137;
}
.partner04 .text .more a {
  width: 174rem;
  line-height: 44rem;
  border-radius: 22rem;
  font-family: MiSans-Normal;
  font-size: 20rem;
  margin: 0 auto;
  color: rgba(14, 14, 14, 0.86);
  border: solid 1rem #4b4b4b;
}
.partner05 {
  padding: 154rem 0;
  text-align: center;
  margin-bottom: 97rem;
}
.partner05 .inmain-title {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 67rem;
}
.partner05 .more a {
  width: 174rem;
  line-height: 44rem;
  border-radius: 22rem;
  font-family: MiSans-Normal;
  font-size: 20rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  border: solid 1rem rgba(255, 255, 255, 0.86);
  background: none;
}
.smart {
  padding: 0 !important;
}
.smart01 {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
}
.smart01 .swiper-slide {
  width: 503rem;
}
.smart01 .pic {
  background-color: #efefef;
}
.smart01 .pic:after {
  padding-bottom: 54.67196819%;
}
.smart02 {
  padding: 137rem 0 181rem 0;
}
.smart02 .container03 {
  display: flex;
}
.smart02 .text {
  float: left;
  width: 64%;
  padding-right: 230rem;
}
.smart02 .text .bt {
  font-family: MiSans-Semibold;
  font-size: 37rem;
  line-height: 47rem;
  color: #333333;
  margin-bottom: 31rem;
}
.smart02 .text .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 35rem;
  margin-bottom: 34rem;
  color: #333333;
}
.smart02 .text .im {
  margin-bottom: 30rem;
}
.smart02 .text .more1 a {
  font-family: MiSans-Regular;
  font-size: 28rem;
  line-height: 82rem;
  color: #333333;
  background: url(../images/right2.png) no-repeat center right;
  padding-right: 30rem;
  background-size: 17rem;
}
.smart02 .img {
  float: right;
  width: 36%;
}
.smart03 {
  font-family: MiSans-Normal;
  background-color: #f7f7f7;
  font-size: 18rem;
  letter-spacing: 1.5rem;
  color: #2a2a2a;
  padding: 22rem 0;
}
.smart04 {
  display: flex;
}
.smart04 .bg2 {
  height: 100%;
  transition: 0.5s;
}
.smart04 .bt {
  position: absolute;
  top: 35rem;
  left: 0;
  width: 100%;
  z-index: 33;
  font-family: MiSans-Normal;
  font-size: 22rem;
  color: #ffffff;
  padding: 0 55rem;
}
.smart04 .left {
  float: left;
  width: 37%;
  position: relative;
  height: 690rem;
  overflow: hidden;
}
.smart04 .left:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 3;
}
@media (min-width: 1025px) {
  .smart04 .left:hover .bg2 {
    transform: scale(1.1);
  }
}
.smart04 .right {
  float: right;
  width: 63%;
}
.smart04 .right .item {
  position: relative;
  height: 50%;
  overflow: hidden;
}
.smart04 .right .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 3;
}
.smart04 .right .item .bt {
  text-align: right;
}
@media (min-width: 1025px) {
  .smart04 .right .item:hover .bg2 {
    transform: scale(1.1);
  }
}
.smart05 {
  padding: 44rem 0 60rem 0;
  background: #f7f7f7;
}
.smart05 ul {
  display: flex;
  margin: 0 -75rem;
}
.smart05 ul li {
  width: 25%;
  float: left;
  padding: 0 75rem;
}
.smart05 ul li .bt {
  font-family: MiSans-Semibold;
  font-size: 20rem;
  padding-bottom: 45rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #c7c7c7;
  color: #333333;
}
.smart05 ul li .jsh {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 32rem;
  color: #727272;
}
.smart06 {
  overflow: hidden;
  position: relative;
  padding: 82rem 0;
}
.smart06 .swiper-button-next,
.smart06 .swiper-button-prev {
  width: 39rem;
  height: 39rem;
  border: solid 1rem #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.smart06 .swiper-button-next:after,
.smart06 .swiper-button-prev:after {
  color: #fff;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .smart06 .swiper-button-next:hover,
  .smart06 .swiper-button-prev:hover {
    background: #004ea2;
    border: 1px solid #004ea2;
  }
}
.smart06 .swiper-button-prev {
  left: 2%;
}
.smart06 .swiper-button-next {
  right: 2%;
}
.smart06 .swiper .pic:after {
  padding-bottom: 39.87341772%;
}
.smart06 .swiper .info {
  position: absolute;
  bottom: 0;
  right: 166rem;
  width: 550rem;
  background-color: rgba(255, 255, 255, 0.83);
  padding: 78rem 54rem 20rem 50rem;
  height: 415rem;
}
.smart06 .swiper .info .hover {
  width: 109rem;
  line-height: 41rem;
  font-family: MiSans-Regular;
  font-size: 13rem;
  text-align: center;
  letter-spacing: 1rem;
  color: #ffffff;
  background-color: #1e4c97;
  position: absolute;
  top: 0;
  right: 0;
}
.smart06 .swiper .info .bt {
  font-family: MiSans-Semibold;
  font-size: 29rem;
  margin-bottom: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.smart06 .swiper .info .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 26rem;
  color: #333333;
}
.smart06 .swiper .info .p p {
  margin-bottom: 15rem;
  position: relative;
  padding-left: 20rem;
}
.smart06 .swiper .info .p p:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: #404040;
  position: absolute;
  top: 10rem;
  left: 0;
  border-radius: 50%;
}
.product-show .home-title {
  font-size: 35rem;
  margin-bottom: 4rem;
  color: rgba(14, 14, 14, 0.86);
}
.product-show .home-p {
  color: #4b4b4b;
  font-family: MiSans-Normal;
}
.ps01 {
  padding: 65rem 0 88rem 0;
}
.ps01 ul {
  display: flex;
  margin: 0 -6rem;
}
.ps01 ul li {
  width: 15.16666666666667%;
  float: left;
  padding: 0 6rem;
}
.ps01 ul li .box {
  height: 504rem;
  position: relative;
  border-radius: 22rem;
  overflow: hidden;
  padding: 38rem 22rem;
  transition: 0.5s;
}
.ps01 ul li .box .psbg,
.ps01 ul li .box .psbg1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 1;
  transition: 0.5s;
  left: 0;
}
.ps01 ul li .box .psbg1 {
  opacity: 0;
}
.ps01 ul li .box .bt {
  font-family: MiSans-Normal;
  font-size: 23rem;
  line-height: 34rem;
  color: rgba(107, 107, 107, 0.86);
  position: relative;
  z-index: 3;
}
.ps01 ul li .box .jsh {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 28rem;
  color: #fff;
  position: relative;
  z-index: 3;
  display: none;
  margin-top: 36rem;
}
.ps01 ul li .box .jsh p {
  padding-left: 28rem;
  margin-bottom: 28rem;
  position: relative;
}
.ps01 ul li .box .jsh p:after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11rem;
}
.ps01 ul .active {
  width: 54.5%;
}
.ps01 ul .active .box {
  padding: 53rem 62rem;
}
.ps01 ul .active .box .psbg {
  opacity: 0;
}
.ps01 ul .active .box .psbg1 {
  opacity: 1;
}
.ps01 ul .active .box .bt {
  padding: 0 28rem;
  font-family: MiSans-Semibold;
  color: rgba(255, 255, 255, 0.86);
}
.ps01 ul .active .box .jsh {
  display: block;
}
.ps02 {
  overflow: hidden;
}
.ps02 .home-title,
.ps02 .home-p {
  text-align: center;
}
.applist {
  padding-top: 93rem;
}
.applist li {
  margin-bottom: 144rem;
  position: relative;
}
.applist li .box {
  display: flex;
}
.applist li .left {
  width: 45%;
  float: right;
  padding: 14rem 0 0 63rem;
  text-align: right;
}
.applist li .left .text .bt {
  margin-bottom: 91rem;
  position: relative;
}
.applist li .left .text .bt:after {
  height: 1px;
  background: #c6c6c6;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.applist li .left .text .bt span {
  font-family: MiSans-Normal;
  font-size: 23rem;
  line-height: 52rem;
  color: rgba(21, 21, 21, 0.86);
  display: inline-block;
  padding-left: 27rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
.applist li .left .text .span {
  font-family: MiSans-Semibold;
  font-size: 31rem;
  margin-bottom: 47rem;
  line-height: 38rem;
  color: rgba(21, 21, 21, 0.86);
  position: relative;
  padding-left: 70rem;
}
.applist li .left .text .span img {
  width: 66rem;
  position: absolute;
  top: 0;
  left: 0;
}
.applist li .left .text .jsh {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 30rem;
  color: rgba(21, 21, 21, 0.86);
  height: 180rem;
  overflow: hidden;
}
.applist li .right {
  float: left;
  width: 55%;
  position: relative;
  border-radius: 32rem;
  overflow: hidden;
}
.applist li .right .pic:after {
  padding-bottom: 53.51812367%;
}
.applist li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.applist li:nth-child(2n) .left {
  padding: 14rem 63rem 0 0;
  text-align: left;
}
.applist li:nth-child(2n) .left .text .bt span {
  padding-right: 27rem;
  padding-left: 0;
}
.applist li:nth-child(2n) .left .text .span {
  padding-left: 0;
  padding-right: 66rem;
}
.applist li:nth-child(2n) .left .text .span img {
  left: auto;
  right: 0;
  width: 39rem;
}
.applist li:nth-child(2n) .right:after {
  background: url(../images/line2.png) no-repeat center center;
  background-size: 100%;
  right: auto;
  left: 11%;
}
.applist li:nth-child(2n) .right .swiper-pagination {
  right: auto;
  left: 16rem;
}
.ps03 {
  padding: 15rem 0;
}
.ps03 .swiper {
  padding-top: 49rem;
}
.prolist .li {
  width: 25%;
  float: left;
}
.prolist .li .box {
  background-color: #ffffff;
  box-shadow: 0rem 13rem 17rem 1rem rgba(127, 141, 161, 0.12);
  border-radius: 15rem;
  overflow: hidden;
}
.prolist .li .pic:after {
  padding-bottom: 82.52688172%;
}
.prolist .li .text {
  padding: 17rem 30rem;
  overflow: hidden;
}
.prolist .li .text .bt {
  font-family: MiSans-Semibold;
  font-size: 25rem;
  color: rgba(14, 14, 14, 0.86);
  margin-bottom: 10rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.prolist .li .text .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  color: #4b4b4b;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.prolist .li .text .more p {
  width: 174rem;
  line-height: 44rem;
  border-radius: 22rem;
  border: solid 1rem #4b4b4b;
  font-family: MiSans-Normal;
  font-size: 20rem;
  float: right;
  background: none;
  color: rgba(14, 14, 14, 0.86);
}
@media (min-width: 1025px) {
  .prolist .li:hover .pic img {
    transform: scale(1.04);
  }
  .prolist .li:hover .more p {
    background: #004ea2;
    color: #fff;
    border: 1px solid #004ea2;
  }
}
.commercial {
  padding: 0 !important;
}
.com01 {
  padding: 51rem 0;
  background: #2b2b2b;
}
.com01 .bt {
  float: left;
  font-family: Roboto-Black;
  font-size: 25rem;
  line-height: 30rem;
  color: #ffffff;
}
.com01 .p {
  float: right;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 30rem;
  text-align: right;
  margin-right: -40rem;
  color: #fefefe;
}
.com02 ul li {
  float: left;
  width: 22%;
}
.com02 ul li .box {
  position: relative;
  overflow: hidden;
}
.com02 ul li .box .bt {
  position: absolute;
  bottom: 20rem;
  left: 0;
  width: 100%;
  padding: 0 30rem;
  z-index: 55;
  font-family: MiSans-Semibold;
  font-size: 16rem;
  z-index: 4;
  color: #fefefe;
}
.com02 ul li .box .combg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  z-index: 1;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .com02 ul li .box:hover .combg {
    transform: scale(1.1);
  }
}
.com02 ul li .box1 {
  height: 628rem;
}
.com02 ul li .box2 {
  height: 303rem;
}
.com02 ul li .box4 {
  width: 55%;
}
.com02 ul li .box5 {
  width: 45%;
}
.com02 ul li .box4,
.com02 ul li .box5 {
  height: 325rem;
  float: left;
}
.com02 ul li .box7 {
  height: 370rem;
}
.com02 ul li .box8 {
  height: 258rem;
}
.com02 ul li:nth-child(2) {
  width: 56%;
}
.com03 {
  padding: 176rem 0;
  overflow: hidden;
}
.com03 ul {
  margin: 0 -128rem;
}
.com03 ul li {
  width: 50%;
  float: left;
  padding: 0 128rem;
  border-right: 1px solid #bdbdbd;
}
.com03 ul li .box {
  position: relative;
  padding-bottom: 33rem;
  padding-right: 90rem;
}
.com03 ul li .box .pic {
  width: 80rem;
  position: absolute;
  top: 0;
  right: 0;
}
.com03 ul li .box .bt {
  font-family: Roboto-Black;
  font-size: 25rem;
  line-height: 37rem;
  margin-bottom: 96rem;
  color: #292929;
}
.com03 ul li .box .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 35rem;
  color: #282828;
}
.com03 ul li:nth-child(2) {
  border: 0;
}
.com04 {
  text-align: center;
  padding: 30rem 0;
  background: #f3f3f3;
}
.com04 span {
  font-family: MiSans-Semibold;
  font-size: 20rem;
  line-height: 32rem;
  color: #747474;
  padding-left: 30rem;
  position: relative;
  margin: 0 100rem;
}
.com04 span:after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #dadada;
  border-radius: 50%;
  position: absolute;
  top: 10rem;
  left: 0;
}
.com05 ul li {
  float: left;
  width: 50%;
}
.com05 ul li .box {
  position: relative;
  overflow: hidden;
  height: 850rem;
  text-align: center;
}
.com05 ul li .box .bt {
  position: absolute;
  top: 98rem;
  left: 0;
  width: 100%;
  padding: 0 30rem;
  z-index: 55;
  font-family: Roboto-Black;
  font-size: 40rem;
  color: #404040;
  z-index: 4;
}
.com05 ul li .box .jsh {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 32rem;
  color: #404040;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 53rem 130rem;
  z-index: 55;
  background-color: rgba(255, 255, 255, 0.71);
}
.com05 ul li .box .cobg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  z-index: 1;
  transition: 0.5s;
}
.com05 ul li:nth-child(2) .box .bt {
  color: #fff;
}
.com05 ul li:nth-child(2) .box .jsh {
  color: #ffffff;
  background-color: rgba(25, 70, 114, 0.62);
}
.com05 ul li:nth-child(1)  {
  width: 50.4%;
}.com05 ul li:nth-child(2)  {
   width: 49.6%;
 }
 
.com06 {
  padding: 103rem 0 100rem 0;
  overflow: hidden;
}
.com06 .home-title {
  font-size: 35rem;
  margin-bottom: 4rem;
  color: rgba(14, 14, 14, 0.86);
}
.com06 .home-p {
  color: #4b4b4b;
  font-family: MiSans-Normal;
}
.com06 .swiper {
  padding-top: 54rem;
}
.com07 {
  padding-bottom: 87rem;
  background: url(../images/smbg.jpg) no-repeat top center;
  background-size: cover;
}
.com07 .container03 {
  padding: 0 33rem;
}
.com07 .info {
  background-color: #fafafa;
  overflow: hidden;
}
.com07 .left {
  float: left;
  width: 41.3%;
  position: relative;
}
.com07 .left img {
  display: block;
}
.com07 .left .bt {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 32rem;
  color: #ffffff;
  position: absolute;
  top: 20rem;
  left: 0;
  width: 100%;
  padding: 0 40rem;
}
.com07 .left .bt span {
  font-family: MiSans-Bold;
  font-size: 25rem;
  margin-right: 20rem;
  color: rgba(255, 255, 255, 0.86);
}
.com07 .right {
  float: right;
  width: 58%;
  padding-left: 26rem;
  padding-top: 35rem;
  padding-right: 43rem;
}
.com07 .right .h3 {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10rem;
  margin-bottom: 83rem;
}
.com07 .right .h3 span {
  font-family: MiSans-Semibold;
  font-size: 17rem;
  color: #4b4b4b;
  line-height: 32rem;
  padding-left: 20rem;
  position: relative;
  margin: 0 30rem;
}
.com07 .right .h3 span:after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #dadada;
  border-radius: 50%;
  position: absolute;
  top: 10rem;
  left: 0;
}
.com07 .right .jsh {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 35rem;
  letter-spacing: 1rem;
  color: #4b4b4b;
}
.com07 .right .jsh p {
  position: relative;
  padding-left: 51rem;
  margin-bottom: 60rem;
}
.com07 .right .jsh p span {
  font-family: MiSans-Demibold;
  font-size: 20rem;
  line-height: 35rem;
  color: #dadada;
  position: absolute;
  top: 0;
  left: 0;
}
.com08 {
  position: relative;
  overflow: hidden;
  padding: 160rem 0;
}
.com08 .home-title {
  font-size: 35rem;
  margin-bottom: 4rem;
  text-align: center;
  color: rgba(14, 14, 14, 0.86);
}
.com08 .home-p {
  text-align: center;
  color: #4b4b4b;
  font-family: MiSans-Normal;
  margin-bottom: 48rem;
}
 
.com08 .swiper-slide {
  width: 455rem; 
  margin-right:26rem;
  float:left;
}
@media (min-width: 1025px) {
  .com08 .swiper-slide:hover .pic img {
    transform: scale(1.04);
  } 
}

.com08 .pic {
  background-color: #efefef;
}
.com08 .pic:after {
  padding-bottom: 61.0989011%;
}
.com08 .pic:before {
  content: '';
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.com08 .pic .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20rem;
  text-align: center;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 32rem;
  color: #ffffff;
  z-index: 333;
  transform: translateY(-50%);
}
.service {
  padding: 0;
}
.service01 {
  padding: 64rem 0 116rem 0;
}
.service01 ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.service01 ul li .pic {
  width: 135rem;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 1rem #3d3d3d;
}
.service01 ul li .bt {
  font-family: MiSans-Normal;
  margin-top: 18rem;
  font-size: 17rem;
  line-height: 32rem;
  text-align: center;
  color: #4b4b4b;
}
.service02 {
  position: relative;
  overflow: hidden;
}
.service02 .inmain-title {
  position: absolute;
  top: 30rem;
  left: 0;
  width: 100%;
  z-index: 300;
  font-size: 25rem;
  letter-spacing: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
}
.service02 .swiper {
  position: relative;
}
.service02 .pic:after {
  padding-bottom: 38.69791667%;
}
.service02 .swiper-button-next,
.service02 .swiper-button-prev {
  width: 40rem;
  height: 40rem;
  border: solid 2px #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 44;
}
.service02 .swiper-button-next:after,
.service02 .swiper-button-prev:after {
  color: #fff;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .service02 .swiper-button-next:hover,
  .service02 .swiper-button-prev:hover {
    background: #004ea2;
    border: 2px solid #004ea2;
  }
}
.service02 .swiper-button-prev {
  left: 2%;
}
.service02 .swiper-button-next {
  right: 2%;
}
.service02 .swiper-pagination {
  bottom: 20rem;
  z-index: 44;
}
.service02 .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(252, 252, 255, 0.24);
}
.service02 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.service03 {
  padding: 115rem 0 129rem 0;
  position: relative;
  display: flex;
}
.service03 .home-title {
  font-size: 35rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
}
.service03 .home-p {
  text-align: center;
  font-family: MiSans-Normal;
}
.service03 .more a {
  width: 174rem;
  line-height: 44rem;
  border-radius: 22rem;
  font-family: MiSans-Normal;
  font-size: 20rem;
  background: none;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  border: solid 1rem #ffffff;
}
.service03 .left {
  width: 67.5%;
  float: left;
  background-size: cover !important;
  padding: 45rem 20rem 82rem 20rem;
}
.service03 .left ul {
  padding: 0 36rem;
  padding-top: 112rem;
  overflow: hidden;
}
.service03 .left ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 11rem;
  text-align: center;
}
.service03 .left ul li .box {
  padding: 11rem 12rem 52rem 12rem;
  background-color: rgba(255, 255, 255, 0.32);
}
.service03 .left ul li .box .img {
  overflow: hidden;
  margin-bottom: 20rem;
}
.service03 .left ul li .box .pic {
  width: 40rem;
  float: right;
}
.service03 .left .bt {
  font-family: Roboto-Black;
  font-size: 26rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  margin-bottom: 46rem;
  color: rgba(255, 255, 255, 0.88);
}
.service03 .left .p {
  font-family: MiSans-Normal;
  font-size: 18rem;
  line-height: 36rem;
  height: 108rem;
  margin-bottom: 49rem;
  overflow: hidden;
  color: #ffffff;
}
.service03 .right {
  float: right;
  width: 32%;
  margin-left: 0.5%;
  position: relative;
  padding: 55rem 20rem 82rem 20rem;
  background-size: cover !important;
}
.service03 .right .more {
  position: absolute;
  bottom: 132rem;
  left: 0;
  width: 100%;
}
.service04 {
  padding: 86rem 0 92rem 0;
  background: #f8f7f9;
  position: relative;
}
.service04 .home-title {
  font-size: 35rem;
  margin-bottom: 4rem;
  color: rgba(14, 14, 14, 0.86);
}
.service04 .home-p {
  color: #4b4b4b;
  font-family: MiSans-Normal;
}
.service04 .sg2careerftab {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 444;
  margin-top: 59rem;
}
.service04 .sg2careerftab span {
  display: inline-block;
  vertical-align: top;
  width: 435rem;
  line-height: 54rem;
  border-radius: 13rem;
  border: solid 1rem rgba(72, 72, 72, 0.63);
  font-family: MiSans-Regular;
  padding: 0 16rem;
  font-size: 17rem;
  color: #b2b2b2;
  background: url(../images/arrow2.png) no-repeat 90% center;
  background-size: 12rem;
}
.service04 .sg2careerftab .sg2careerftabx {
  position: absolute;
  width: 100%;
  top: 54rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 6rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: none;
  background: #fff;
  cursor: pointer;
}
.service04 .sg2careerftab .sg2careerftabx a {
  display: block;
  color: #333;
  padding: 10rem 0;
  line-height: 1.2;
  text-align: center;
  opacity: 0.8;
  font-family: MiSans-Regular;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .service04 .sg2careerftab .sg2careerftabx a:hover {
    background: #e9eaeb;
    opacity: 1;
  }
}
.service05 {
  padding: 58rem 0;
}
.service05 dl {
    overflow: hidden;
    max-height: 600rem;
    overflow-y: auto;
}
.service05 .more a {
    width: 174rem;
    line-height: 44rem;
    border-radius: 22rem;
    font-family: MiSans-Normal;
    font-size: 20rem;
    margin: 0 auto;
    color: rgba(14, 14, 14, 0.86);
    border: solid 1rem #4b4b4b;
}
.service05 dl dt {
  display: block;
  position: relative;
}
.service05 dl dt .jia,
.service05 dl dt .jian {
  overflow: hidden;
  width: 26rem;
  height: 26rem;
  line-height: 22rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 30rem;
  transform: translateY(-50%);
  font-size: 26rem;
  color: #0b1118;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
}

.service05 dl dt .jia{ 
  color: #999;
  border: 2px solid #999; 
}
.service05 dl dt .jian {
  display: none;
}
.service05 dl .list_dt {
  transition: width 2s;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 85rem;
  color: #0b1118;
  cursor: pointer;
  padding-left: 30rem;
  padding-right: 60rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  transition: all 0.5s linear;
}
.service05 dl .list_dt .subnav {
  display: block;
}
.service05 dl #open {
  color: #004ea2;
  background-color: #f8f8f8;
}
.service05 dl #open .jia {
  display: none;
}
.service05 dl #open .jian {
  display: block;
}
.service05 .list_dd {
  display: none;
}
.service05 .jobsub {
  border-top: 0;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 32rem;
  color: #0b1118;
  background-color: #f8f8f8;
  padding: 0 30rem 30rem 30rem;
  position: relative;
}
.service05 .jobsub p {
  margin-bottom: 7rem;
}
.shenqing {
  position: relative;
  background: #f8f7f9;
  overflow: hidden;
  margin-bottom: 50rem;
}
.shenqing .left {
  float: left;
  margin-left: -170rem;
  width: 57%;
  position: relative;
}
.shenqing .left .img img {
  display: block;
}
.shenqing .info {
  float: right;
  width: 47%;
  padding-top: 67rem;
}
.shenqing .info .bt {
  font-family: Roboto-Black;
  font-size: 35rem;
  line-height: 52rem;
  margin-bottom: 55rem;
  color: rgba(14, 14, 14, 0.86);
}
.shenqing .info ul {
  margin: 0 -20rem;
}
.shenqing .info ul li {
  float: left;
  width: 50%;
  padding: 0 20rem;
  margin-bottom: 33rem;
}
.shenqing .info ul li input,
.shenqing .info ul li textarea {
  width: 100%;
  height: 65rem;
  border: solid 1rem #484848;
  border-radius: 12rem;
  background: none;
  padding: 0 20rem;
  font-size: 16rem;
  color: #999999;    font-family: MiSans-Normal;
}
.shenqing .info ul li textarea {
  padding: 20rem;
  height: 236rem;
}
.shenqing .info ul li .more a {
  float: left;
  width: 174rem;
  line-height: 44rem;
  background-color: #4861c7;
  border-radius: 22rem;
  margin-right: 42rem;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid #4861c7;
}
.shenqing .info ul li .more .submit1 {
  background: none;
  color: rgba(14, 14, 14, 0.86);
  border: solid 1px #4b4b4b;
}
.res01 {
  padding: 80rem 0;
  background: url(../images/rbg.jpg) no-repeat top center;
  background-size: cover;
}
.res01 ul {
  display: flex;
  margin: 0 -45rem;
}
.res01 ul li {
  width: 50%;
  float: left;
  padding: 0 45rem;
}
.res01 ul li .box {
  height: 100%;
  text-align: center;
  border-radius: 25rem;
  border: solid 1px #ffffff;
  padding: 50rem 50rem 66rem 50rem;
}
.res01 ul li .box .bt {
  font-family: MiSans-Semibold;
  font-size: 28rem;
  line-height: 32rem;
  letter-spacing: 1rem;
  margin-bottom: 45rem;
  color: #ffffff;
}
.res01 ul li .box .bt img {
  height: 44rem;
  margin-right: 24rem;
  display: inline-block;
  vertical-align: middle;
}
.res01 ul li .box .p {
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 34rem;
  text-align: left;
  color: #fefefe;
}
.res02 {
  position: relative;
}
.res02 .container {
  padding: 0 37rem;
}
.res02 img {
  display: block;
}
.res02 .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 62rem 0;
  z-index: 33;
}
.res02 .home-p {
  font-family: MiSans-Light;
  font-size: 29rem;
  letter-spacing: 19rem;
  margin-bottom: 13rem;
      padding-left: 7rem;
  color: #ffffff;
}
.res02 .home-title {
  font-family: MiSans-Heavy;
  font-size: 71rem;
  letter-spacing: 2rem;
  line-height: 70rem;
  color: rgba(255, 255, 255, 0.63);
}
.res03 {
  padding: 90rem 0 391rem 0;
  position: relative;
  z-index: 1;
}
.res03 .bgg1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.res03 .bgg1 img {
  display: block;
}
.res03 .res-top {
  text-align: center;
  background: url(../images/line4.png) no-repeat center 38rem;
  background-size: 100%;
  padding-bottom: 40rem;
}
.res03 .res-top .left {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto-Black;
  font-size: 76rem;
  line-height: 52rem;
  letter-spacing: -8rem;
  margin-right: 15rem;
  color: #ffcd21;
}
.res03 .res-top .right {
  display: inline-block;
  vertical-align: middle;
}
.res03 .res-top .right span {
  font-family: Roboto-Black;
  font-size: 36rem;
  line-height: 42rem;
  color: #444444;
}
.res03 .res-top .right p {
  font-family: Roboto-Black;
  font-size: 26rem;
  line-height: 42rem;
  color: #444444;
}
.res03 .res-bottom {
  margin-top: 16rem;
  position: relative;
}
.res03 .res-bottom ul {
  width: 106%;
  margin-left: -3%;
  overflow: hidden;
}
.res03 .res-bottom ul li {
  float: left;
}
.res03 .res-bottom ul li a {
  display: block;
  font-family: MiSans-Semibold;
  font-size: 22rem;
  line-height: 52rem;
  color: rgba(14, 14, 14, 0.86);
  position: relative;
  padding-right: 84rem;
  margin-right: 61rem;
}
.res03 .res-bottom ul li a:after {
  content: '';
  display: block;
  width: 9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/jiantoudown.png) no-repeat center center;
  background-size: 100%;
}
.res03 .res-bottom ul .active a {
  color: #004ea2;
}
.res03 .res-bottom ul li:nth-last-child(1) a {
  padding: 0;
  margin: 0;
}
.res03 .res-bottom ul li:nth-last-child(1) a:after {
  display: none;
}
.res03 .res-bottom .show {
  margin-top: 80rem;
}
.res03 .res-bottom .show .info {
  display: none;
  width: 1156rem;
  min-height: 345rem;
  background: #f9f9fa url(../images/7.png) no-repeat bottom right;
  background-size: 281rem;
  border-radius: 24rem;
  margin: 0 auto;
  padding: 39rem 162rem;
  font-family: MiSans-Normal;
  font-size: 17rem;
  line-height: 39rem;
  color: #444444;
  position: relative;
}
.res03 .res-bottom .show .info p {
  padding-left: 31rem;
  position: relative;
}
.res03 .res-bottom .show .info p:after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #dadada;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15rem;
}
.res03 .res-bottom .show .info .bt {
  font-family: MiSans-Semibold;
  font-size: 12rem;
  letter-spacing: 2rem;
  color: #444444;
  text-transform: uppercase;
  position: absolute;
  bottom: 14rem;
  right: 27rem;
}
.contact {
  padding: 105rem 0 61rem 0;
  background: #e9eaeb;
}
.contact .home-title {
  text-transform: none;
  text-align: center;
  color: #141414;
}
.contact .right {
	margin: 0 auto;
	margin-top: 30rem;
	width: 1442rem;
	margin-bottom: 30rem;
	z-index: 1;
	position: relative;
}
.contact .right .img {
  width: 1442rem;
  height: 649rem;
  position: relative;
}
.contact .right .img .hide {
  display: none;
}
.contact .right .img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contact .right .img .globalMap {
  width: 100%;
  height: 649rem;
  position: relative;
  z-index: 66;
}
.contact .right .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
  cursor: pointer;
  padding-right: 16px;
}
.contact .right .img .area i {
  width: 22px;
  height: 22px;
  background: url(../images/dot4.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: 1s ease mymove infinite;
  animation: 1s ease mymove infinite;
}
.contact .right .img .area span {
  font-family: MiSans-Regular;
  display: inline-block;
  vertical-align: top;
  font-size: 16rem;
  padding: 0 20rem;
  line-height: 36rem;
  background-color: #ffffff;
  border-radius: 18rem;
  border: solid 1px #000000;
  color: #000000;
  cursor: pointer;
  margin: 0 10rem;
  z-index: 3;
}
.contact .right .img .area .info {
  position: relative;
  z-index: 33;
  background-color: #fff;
  padding: 20rem;
  border-radius: 10rem;
  box-shadow:0 0 10rem rgba(0, 0, 0, 0.5);
}

.contact .right .img .area .info .h3 img{
	max-height:45rem;
}

.contact .right .img .area .hover {
  position: absolute;
  top: 55rem;
  right: 159rem;
  width: 360rem;
  font-size: 14rem;
  line-height: 21rem;
  color: #000000;
  font-family: MiSans-Light;
  /* text-align: center; */
  z-index: 3344;
  
  display: none;
}
.contact .right .img .area .hover .line {
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  margin: 10rem 0;
}
.contact .right .img .area .hover:after {
  content: '';
  display: block;
  width: 179rem;
  height: 78rem;
  background: url(../images/line2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -40rem;
  right: -149rem;
  z-index: 1;
}
@media (min-width: 1025px) {
  .contact .right .img .area:hover .hover {
    display: block;
  }
}
.contact .right .img .m0 {
  padding-left: 16rem;
}
.contact .right .img .m0 i {
  left: 0;
  right: auto;
}
.contact .right .img .m0 .hover {
  right: auto;
  left: 160rem;
}
.contact .right .img .m0 .hover:after {
  background: url(../images/line3.png) no-repeat center center;
  background-size: 100%;
  right: auto;
  left: -149rem;
}
.contact .right .img .area .dot {
  position: relative;
  font-size: 17rem;
  line-height: 30rem;
  letter-spacing: 4rem;
  color: #ffffff;
  display: block;
  padding: 0 6rem 0 8rem;
  text-align: center;
  z-index: 1;
}
.contact .right .img .m01 {
  top: 32%;
  left: 34.5%;
}
.contact .right .img .m02 {
  top: 37.3%;
  left: 33.6%;
}
.contact .right .img .m03 {
  top: 39.3%;
  left: 38.8%;
  padding-top: 20rem;
}
.contact .right .img .m04 {
  top: 30.4%;
  left: 48.7%;
}
.contact .right .img .m05 {
  top: 35.5%;
  left: 49.4%;
}
.contact .right .img .m05 i {
  top: 12rem;
}
.contact .right .img .m05 .hover {
  top: 65rem;
}
.contact .right .img .m06 {
  top: 38.5%;
  left: 50%;
  padding-top: 14rem;
}
.contact .right .img .m07 {
  top: 46.6%;
  left: 51.1%;
}
.contact .right .img .m08 {
  top: 39.6%;
  right: 23.8%;
}
.contact .right .img .m09 {
  top: 49.3%;
  left: 61.8%;
}
.contact .right .img .m010 {
  top: 34.7%;
  right: 9%;
}
.contact .right .img .m010 i {
  top: 39rem;
}
.contact .right .img .m010 .hover {
  top: 90rem;
}
.contact .right .img .m011 {
  top: 40.7%;
  right: 10%;
}
.contact .right .img .m012 {
  top: 47.7%;
  right: 10%;
}
.contact .right .img .m012 i {
  top: 3rem;
}
.contact .right .img .m013 {
    top: 55.7%;
    right: 23%;
}
.contact .right .img .m014 {
	top: 44.7%;
	right: 23%;
}
.contact .right .img .m015 {
    top: 54.7%;
    right: 9.5%;
}
.contactlist {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #babbbc;
  padding: 25rem 20rem 25rem 20rem;
}
.contactlist li {
  display: inline-block;
  vertical-align: top;
  margin: 0 35rem;
  font-family: MiSans-Regular;
  font-size: 17rem;
  line-height: 50rem;
  color: #000000;
}
.contactlist li .pic {
  display: inline-block;
  vertical-align: top;
  width: 50rem;
}
@media (min-width: 1025px) {
    .contactlist li:hover .pic img {
        transform: scale(1.1);
    }
}
.contact-message {
  padding: 68rem 23rem 116rem 23rem;
  background-color: #ffffff;
  border-radius: 10rem;
}
.contact-message .inmain-title {
  font-size: 40rem;
  text-align: center;
  color: #141414;
}
.contact-message .list {
  width: 50%;
  float: left;
  padding: 0 33rem;
  margin-top: 33rem;
}
.contact-message .list li {
  margin-bottom: 18rem;
}
.contact-message .list li .red {
  font-family: MiSans-Regular;
  font-size: 18rem;
  line-height: 38rem;
  margin-bottom: 8rem;
  display: block;
  color: #141414;
}
.contact-message .list li .red font {
  color: #fd0202;
}
.contact-message .list li input,
.contact-message .list li textarea {
  width: 100%;
  height: 49rem;
  background-color: #f5f5f7;
  border-radius: 12rem;
  padding: 0 20rem;
  font-family: MiSans-Regular;
  border: 0;
  font-size: 16rem;
  color: #7a7a7a;
}
.contact-message .list li textarea {
  height: 385rem;
  padding: 20rem;
}
.contact-message .list .more {
  text-align: center;
}
.contact-message .list .more a {
  display: inline-block;
  vertical-align: top;
  width: 174rem;
  line-height: 44rem;
  background-color: #004da7;
  border-radius: 22rem;
  margin-right: 42rem;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid #004da7;
}
.contact-message .list .more .submit1 {
  background: none;
  color: rgba(14, 14, 14, 0.86);
  border: solid 1px #4b4b4b;
}
.contact03 {
  padding: 73rem 0;
}
.contact03 .inmain-title {
  font-size: 40rem;
  text-align: center;
  color: #141414;
}
.contact03 ul {
  margin-top: 67rem;
  display: flex;
}
.contact03 ul li {
  width: 33.33333333%;
  float: left;
  border-right: 1px solid #b6b7b7;
  text-align: center;
}
.contact03 ul li a {
  font-family: MiSans-Regular;
  font-size: 18rem;
  line-height: 38rem;
  display: block;
  color: #141414;
}
.contact03 ul li .box {
  padding-top: 15rem;
  padding-bottom: 5rem;
}
.contact03 ul li .text {
  padding-top: 42rem;
}
.contact03 ul li .pic {
  width: 100rem;
  margin: 0 auto;
}
.contact03 ul li:nth-last-child(1) {
  border: 0;
}
.product_c {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 33;
}
.product_c ul {
  position: relative;
  height: 747rem;
  width: 1720rem;
}
.product_c ul li {
  position: absolute;
}
.product_c ul li i {
  width: 19rem;
  height: 19rem;
  background: url(../images/d.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product_c ul li i:after {
  content: '';
  display: block;
  width: 125rem;
  height: 125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -62rem;
  margin-top: -62rem;
  background: url(../images/yinyin.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s;
  
}
.product_c ul li .line {
  width: 96rem;
  height: 2rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.product_c ul li .pic {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.product_c ul li span {
  font-family: MiSans-Normal;
  font-size: 24rem;
  line-height: 32rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 22rem;
  color: #ffffff;
}
.product_c ul .pac01 {
  bottom: 267rem;
  left: 14rem;
}
.product_c ul .pac01 .box {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.product_c ul li  i:hover:after{
	-webkit-animation: 1s ease mymove infinite;
	animation: 1s ease mymove infinite;
	opacity: 1;
}
.product_c ul .pac02 {
  right: 700rem;
  top: 300rem;
}
.product_c ul .pac02 .line {
  width: 320rem;
  height: 31rem;
  margin-top: -25rem;
  background: url(../images/line5.png) no-repeat center center;
  background-size: 100%;
}
.product_c ul .pac02 .pic {
  vertical-align: top;
  margin-top: -75rem;
  margin-right: -29rem;
}
.product_c ul .pac02 span {
  margin-top: -118rem;
}
.product_c ul .pac02 .box {
  -webkit-animation: fadeInLeft2 3s alternate;
  animation: fadeInLeft2 3s alternate;
}
.product_c ul .pac03 {
  bottom: 172rem;
  left: 759rem;
}
.product_c ul .pac03 .box {
  -webkit-animation: fadeInRight2 4s alternate;
  animation: fadeInRight2 4s alternate;
}
.product_c ul .pac04 {
  top: 2rem;
  left: 1204rem;
}
.product_c ul .pac04 .box {
  -webkit-animation: fadeInRight2 5s alternate;
  animation: fadeInRight2 5s alternate;
}
.product_c ul .pac05 {
  top: 186rem;
  left: 1256rem;
}
.product_c ul .pac05 .box {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
@media (max-width: 1200px) {

  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container00 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container02 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container03 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container04 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  #privacyPopup {
    width: 94%;
  }
  .sitemap .home-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 18px;
  }
  .sitemap li .bot {
    margin-top: 10px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 10px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .header {
    height: 60px;
    background: #000000;
  }
  .header .container {
    width: 100%;
  }
  .header .logo {
    padding-top: 16px;
    padding-left: 0;
  }
  .header .logo a img {
    width: 29px;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .header-search {
    /*搜索*/
  }
  .header .header-right .header-search .pull-right a {
    width: 60px;
    height: 60px;
    background-size: 21px !important;
  }
  .header .header-right .header-search .search .search-main {
    top: 60px;
    width: 300px;
  }
  .header .header-right .header-search .form-control {
    font-size: 14px;
    height: 50px;
    padding: 0 60px 0 30px;
  }
  .header .header-right .header-search .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 21px !important;
  }
  .header .header-right .gd {
    display: none;
  }
  .header .header-right .lan span {
    width: 60px;
    height: 60px;
    background-size: 19px;
  }
  .header .header-right .lan ul {
    top: 60px;
    padding: 10px;
  }
  .header .header-right .lan ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .header .header-right .yh a {
    width: 51px;
    height: 61px;
    background-size: 17px;
  }
  .nav {
    display: none;
  }
  .bg {
    padding-top: 0;
  }
  .bg video {
    display: none !important;
    opacity: 0;
  }
  .section {
    height: auto;
  }
  .home {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 40px 0 !important;
    transform: none !important;
    bottom: auto !important;
    right: auto !important;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .container {
    padding: 0 15px;
  }
  .swiper-renewal-main .swiper-pagination {
    bottom: 10px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
  }
  .swiper-renewal-main .swiper-slide {
    background: none !important;
    height: auto !important;
  }
  .swiper-renewal-main .img1 {
    display: none;
  }
  .swiper-renewal-main .img {
    display: block;
    overflow: hidden;
  }
  .swiper-renewal-main img {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-renewal-main .banner-hover .info {
    width: 59%;
    padding-top: 0;
  }
  .swiper-renewal-main .banner-hover .span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .swiper-renewal-main .banner-hover .bt {
    line-height: 35px;
    margin-bottom: 0;
  }
  .swiper-renewal-main .banner-hover .bt span {
    font-size: 24px;
    display: block;
  }
  .swiper-renewal-main .banner-hover .bt:before,
  .swiper-renewal-main .banner-hover .bt:after {
    height: 5px;
    display: none;
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 14px;
  }
  .swiper-renewal-main .banner-hover .jsh {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  .swiper-renewal-main .banner-hover .more {
    padding-top: 10px;
  }
  .more a,
  .more p {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
  }
  .home-title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .home-p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .home-p1 {
    font-size: 15px;
  }
  .home-two {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
  }
  .home-two .container {
    padding: 0 15px;
    width: 100%;
  }
  .home-two .home-title {
    letter-spacing: 2px;
    margin-top: 5px;
  }
  .home-three {
    position: relative;
  }
  .home-three .n-nav {
    top: auto;
    padding: 10px;background: #004ea2;
    width: 100%;position: relative;
	overflow: hidden;
  }
  .home-three .n-nav ul li .bt {
    font-size: 15px;
  }
  .home-three .n-nav ul li .pic {
    width: 40px;
  }
   
   
  .home-three .bgg ul li .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .home-three .bgg ul li .text .home-title {
    margin-bottom: 14px;
  }
  .home-three .bgg ul li .more {
    bottom: 20px;
  }
  .home-aboutbg{
	  display: none;
  }
  .home-about {
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 !important;
  }
  .home-about .home-title {
    margin-bottom: 10px;
  }
  .home-about .home-p {
    margin-bottom: 22px;
  }
  .home-news{
	  padding:40px 0;
  }
  .home-news .home-title {
    font-size: 26px;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .swiper-news {
    padding-bottom: 46px;
  }
  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .newslist .li .box {
    box-shadow: 12px 20px 29px 3px rgba(107, 109, 112, 0.1);
    border-radius: 18px;
  }
  .newslist .li .text {
    padding: 17px;
  }
  .newslist .li .text .bt {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 27px;
    height: 60px;
  }
  .newslist .li .text .date {
    font-size: 13px;
    line-height: 25px;
  }
  .footer .footer-list {
    display: none;
  }
  .footer .footer-link {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer .footer-link ul {
	display: flex;
	justify-content: space-between;
  }
  .footer .footer-link ul li {
    margin-right: 0;
  }
  .footer .footer-link ul li .pic {
    width: 30px;
  }
  .footer .footer-copyright {
    font-size: 14px;
    line-height: 26px;
    padding: 11px 0;
    text-align: center;
  }
  .footer .footer-copyright .fr{
	float: none;
	text-align: center;
	display: block;	  
  }
  .footer .footer-copyright a {
	margin-left: 0;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
  }
  .content {
    padding: 40px 0;
    min-height: 500px;
  }
  .product .home-title {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .inbanner .swiper {
    position: relative;
    overflow: hidden;
  }
  .inbanner .swiper .swiper-slide {
    background: none !important;
    height: auto !important;
  }
  .inbanner .img1 {
    display: none;
  }
  .inbanner .swiper .img {
    display: block;
    overflow: hidden;
  }
  .inbanner .swiper img {
    display: block;
  }
  .inbanner .swiper .swiper-pagination {
    bottom: 10px;
  }
  .inbanner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
  }
  .inbanner .swiper .banner-hover {
    bottom: 31px;
  }
  .inbanner .img {
    display: block;
  }
  .p-info {
    padding-top: 40px;
  }
  .p-item {
    margin-bottom: 30px;
  }
  .p-item .item-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .p-item .item-p {
    font-size: 14px;
    line-height: 25px;
  }
  .p-item .item-p span {
    padding-left: 10px;
    margin-right: 10px;
  }
  .p-item .item-p span:after {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .p-item .item-bottom {
    padding-top: 24px;
    display: block;
  }
  .p-item .item-bottom .left {
    width: 100%;
  }
  .p-item .item-bottom .left ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .p-item .item-bottom .left .more {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
  .p-item .item-bottom .left .more a {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
    height: 38px;
  }
  .p-item .item-bottom .right {
    width: 100%;
    padding-top: 10px;
  }
  .p-item .item-bottom .right ul {
    margin: 0 -6px;
  }
  .p-item .item-bottom .right ul li {
    padding: 0 6px;
  }
  .p-item .item-bottom .right ul li .box {
    border-radius: 15px;
  }
  .p-item .item-bottom .right ul li .pic {
    border-radius: 15px;
  }
  .p-item .item-bottom .right ul li .hover {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    padding: 10px;
  }
  .p-item .item-bottom .right ul li .hover .bt {
    font-size: 16px;
    color: #333;
  }
  .p-item .item-bottom .right ul li .hover .more1 {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
    padding-right: 25px;
    background-size: 16px;
  }
  .p-info1 {
    padding-top: 0;
  }
  .p-info1 .p-item {
    margin-bottom: 0;
  }
  .p-info1 .p-item .item-bottom {
    padding-bottom: 20px;
  }
  .p-info1 .p-item .item-bottom .right {
    width: 100%;
  }
  .p-info1 .p-item .item-bottom .right ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news {
    padding: 40px 0;
  }
  .news-one {
    margin-top: 20px;
    margin-bottom: 21px;
  }
  .btn {
    height: 34px;
    margin-bottom: 38px;
  }
  .btn .swiper-button-prev,
  .btn .swiper-button-next {
    width: 34px;
    height: 34px;
  }
  .btn .swiper-button-prev {
    left: 2%;
    background-size: 17px !important;
  }
  .btn .swiper-button-next {
    right: 2%;
    background-size: 17px !important;
  }
  .btn .swiper-pagination {
    height: 2px;
    width: 50%;
    left: 25%;
    top: 16px;
  }
  .newslist1 li {
    margin-bottom: 20px;
  }
  .newslist1 li .box {
    padding-left: 0;
  }
  .newslist1 li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .newslist1 li .box .text {
    height: auto;
    padding: 20px;
    background: #f8f8f8;
    overflow: hidden;
  }
  .newslist1 li .box .text .date {
    font-size: 14px;
    padding-left: 29px;
    background-size: 18px;
    margin-bottom: 10px;
  }
  .newslist1 li .box .text .bt {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 12px;
    height: auto;
    max-height: 68px;
  }
  .newslist1 li .box .text .jsh {
    font-size: 14px;
    line-height: 30px;
    height: auto;
    max-height: 90px;
  }
  .newslist1 li .box .text .more1 {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1;
  }
  .newslist1 li .box .text .more1 span {
    padding: 0 22px;
    width: 140px;
    line-height: 41px;
    background-size: 14px;
    font-size: 14px;
  }
  .download {
    padding: 40px 0;
  }
  .b-search {
    width: 100%;
    height: 43px;
    border-radius: 21px;
    margin-top: 18px;
    margin-bottom: 26px;
  }
  .b-search input {
    height: 43px;
    padding: 0 60px 0 30px;
  }
  .b-search .txt {
    padding-left: 20px;
  }
  .b-search .btn {
    width: 63px;
    height: 43px;
    background: url(../images/search1.png) no-repeat center center;
    background-size: 18px;
  }
  .download-bottom {
    display: block;
  }
  .download-bottom .left {
    width: 100%;
    padding: 20px;
  }
  .download-bottom .left .down-nav {
    margin: 0 -6px;
  }
  .download-bottom .left .down-nav a {
    width: 33.33333333%;
    padding: 0 6px;
  }
  .download-bottom .left .down-nav a p {
    line-height: 41px;
    border-radius: 21px;
    font-size: 14px;
  }
  .download-bottom .left .do-show .do-info {
    padding: 16px;
  }
  .download-bottom .left .do-show .do-info .item {
    margin-bottom: 12px;
  }
  .download-bottom .left .do-show .do-info .item span {
    font-size: 15px;
    line-height: 35px;
    background-size: 13px;
  }
  .download-bottom .left .do-show .do-info .item .list a {
    font-size: 14px;
    line-height: 26px;
  }
  .download-bottom .right {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .download-bottom .right .l {
    font-size: 14px;
    line-height: 43px;
    width: 100%;
  }
  .download-bottom .right .r {
    width: 100%;
    line-height: 41px;
  }
  .download-bottom .right .sg2careerftab {
    margin-left: 10px;
  }
  .download-bottom .right .sg2careerftab span {
    width: 200px;
    line-height: 41px;
    border-radius: 21px;
    padding: 0 16px;
    font-size: 14px;
    background-size: 12px;
  }
  .download-bottom .right .sg2careerftab .sg2careerftabx {
    top: 43px;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .download-bottom .right .sg2careerftab .sg2careerftabx a {
    padding: 10px 0;
  }
  .download-bottom .right .list {
    padding: 22px 0;
  }
  .download-bottom .right .list .list_dl {
    margin-bottom: 15px;
  }
  .download-bottom .right .list .list_dl .xiazai {
    width: 28px;
    height: 28px;
    background-size: 18px;
  }
  .download-bottom .right .list .list_dl .imgtype {
    background-size: 22px;
    padding-left: 39px;
  }
  .download-bottom .right .list .list_dl .imgtype span {
    display: none;
  }
  .download-bottom .right .list .list_dl .list_dt {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .download-bottom .right .list .list_dl .list_dt p span {
    display: none;
  }
  .download-bottom .right .list .list_dl .list_dt .zip {
    background-size: 25px;
    padding-left: 50px;
    padding-right: 40px;
  }
  .download-bottom .right .list .list_dl .list_dt .zip span {
    display: none;
  }
  .download-bottom .right .list .list_dl #open .zip span {
    background-size: 12px;
  }
  .download-bottom .right .list .list_dl .jobsub {
    padding: 0 0 4px 29px;
    font-size: 14px;
    line-height: 28px;
  }
  .download-bottom .right .list .list_dl .jobsub p {
    margin-bottom: 10px;
  }
  .download-bottom .right .list .list_dl .jobsub p span {
    display: none;
  }
  .news-show {
    padding: 39px 0;
  }
  .return a {
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    background-size: 8px;
  }
  .h01 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .h02 {
    font-size: 12px;
    padding-bottom: 14px;
  }
  .h02 span {
    padding-left: 25px;
    margin: 0 15px;
    line-height: 34px;
  }
  .h02 .ll {
    background: url(../images/date1.png) no-repeat center left;
    background-size: 14px;
  }
  .news-show .ee {
    padding: 30px 0 0 0;
  }
  .news-show .ee .con-article {
    padding: 25px 0;
  }
  .news-show .ee .con-article .nr {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 22px;
  }
  .news-show .ee .con-article .nr p {
    margin-bottom: 8px;
  }
  .inside-pagenews {
    padding-right: 0;
  }
  .inside-pagenews ul {
    margin: 0 -6px;
  }
  .inside-pagenews li {
    font-size: 14px;
    padding: 0 6px;
  }
  .inside-pagenews li span {
    width: 18px;
    height: 48px;
    background-size: 8px;
  }
  .inside-pagenews li a {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 48px;
    border-radius: 33px;
  }
  .inside-pagenews li:nth-child(2) span {
    background: url(../images/right3.png) no-repeat center center;
    background-size: 8px;
  }
  .inside-pagenews .share {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 18px;
  }
  .inside-pagenews .share a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin-left: 5px;
  }
  .inbanner .info {
    background: none !important;
    height: auto !important;
  }
  .related .newslist {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .inbanner01 .banner-hover {
    font-size: 28px;
    line-height: 40px;
    bottom: 21px;
  }
  .inbanner01 .banner-hover br {
    display: none;
  }
  .inbanner01 img {
    display: block;
  }
  .about {
    padding: 0 0 40px 0;
  }
  .culture01 {
    padding: 40px 0 0 0;
  }
  .culture01 .span {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #333;
    position: relative;
    top: auto;
    left: auto;
  }
  .culture01 .span br {
    display: none;
  }
  .culture01 ul {
    display: block;
    margin: 0 -10px;
  }
  .culture01 ul li {
    width: 100% !important;
    padding: 0 10px;
  }
  .culture01 ul li .img {
    height: 300px;
  }
  .culture01 ul li .img .text {
    padding: 0 20px 20px 20px;
  }
  .culture01 ul li .img .bt {
    font-size: 20px;
    line-height: 30px;
  }
  .culture01 ul .active {
    width: 100% !important;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .container {
    display: block;
  }
  .about01 .left {
    padding-right: 0;
    width: 100%;
  }
  .about01 .left .p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: auto;
  }
  .about01 .left .p .swiper {
    padding-bottom: 0;
  }
  .about01 .left .p p {
    margin-bottom: 11px;
  }
  .about01 .right {
    width: 100%;
  }
  .about01 .right .hover {
    width: 40px;
    height: 40px;
  }
  .about02 {
    padding-bottom: 38px;
  }
  .about02 .swiper {
    width: 100%;
  }
  .about02 .swiper .box {
    border-radius: 10px 10px 0px 0px;
  }
  .about02 .swiper .text {
    padding: 18px;
    min-height: 180px;
  }
  .about02 .swiper .text .bt {
    font-size: 20px;
    line-height: 38px;
    width: 100%;
  }
  .about02 .swiper .text .p {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  .about02 .swiper-button-next,
  .about02 .swiper-button-prev {
    display: none;
  }
  .about02 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .inmain-title {
    font-size: 26px;
  }
  .inbanner02 .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .inbanner02 .banner-hover .bt {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 13px;
  }
  .inbanner02 .banner-hover .span {
    font-size: 16px;
    line-height: 26px;
    display: none;
  }
  .inbanner02 .banner-hover .p {
    display: none;
  }
  .inbanner02 .banner-hover .more {
    position: relative;
    bottom: auto;
  }
  .partner01 {
    padding: 40px 0;
  }
  .partner01 .container {
    display: block;
  }
  .partner01 .inmain-title {
    width: 100%;
    line-height: 40px;
  }
  .partner01 .p {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
  }
  .partner02 {
    padding: 40px 0;
  }
  .partner02 ul {
    margin: 0 -6px;
    padding-top: 29px;
  }
  .partner02 ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .partner02 ul li .bt {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 30px;
  }
  .partner02 ul li .pic .h3 {
    font-size: 16px;
    top: 12px;
    padding: 0 20px;
  }
  .partner02 ul li .pic .p {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    bottom: 0;
    padding: 15px;
  }
  .partner03 {
    padding: 40px 0;
  }
  .partner03 ul {
    padding-top: 25px;
  }
  .partner03 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .partner03 ul li .box {
    padding: 20px;
    min-height: 0;
    padding-left: 50px;
  }
  .partner03 ul li .box .pic {
    width: 30px;
    top: 20px;
    left: 10px;
  }
  .partner03 ul li .box .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .partner03 ul li .box .p {
    font-size: 15px;
    line-height: 26px;
  }
  .partner04 {
    padding-bottom: 40px;
  }
  .partner04 .img {
    margin-left: 0;
    width: 100%;
  }
  .partner04 .text {
    width: 100%;
    padding-top: 21px;
  }
  .partner04 .text .ig {
    width: 31px;
    margin-bottom: 8px;
  }
  .partner04 .text .bt {
    font-size: 26px;
  }
  .partner04 .text .span {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .partner04 .text .p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 19px;
  }
  .partner04 .text .more a {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
  }
  .partner05 {
    padding: 100px 0;
    margin-bottom: 40px;
  }
  .partner05 .inmain-title {
    margin-bottom: 27px;
  }
  .partner05 .more a {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
  }
  .smart01 {
    padding: 8px 0;
  }
  .smart01 .swiper-slide {
    width: 303px;
  }
  .smart02 {
    padding: 40px 0;
  }
  .smart02 .container03 {
    display: block;
  }
  .smart02 .text {
    width: 100%;
    padding-right: 0;
  }
  .smart02 .text .bt {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 11px;
  }
  .smart02 .text .p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .smart02 .text .im {
    margin-bottom: 10px;
  }
  .smart02 .text .more1 a {
    font-size: 18px;
    line-height: 32px;
    padding-right: 30px;
    background-size: 17px;
  }
  .smart02 .img {
    width: 100%;
    margin-top: 20px;
  }
  .smart03 {
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 12px 0;
  }
  .smart04 {
    display: block;
  }
  .smart04 .bt {
    top: 25px;
    font-size: 16px;
    padding: 0 25px;
  }
  .smart04 .left {
    width: 100%;
    height: 290px;
  }
  .smart04 .right {
    width: 100%;
  }
  .smart04 .right .item {
    height: 290px;
  }
  .smart04 .right .item .bt {
    text-align: left;
  }
  .smart05 {
    padding: 30px 0;
  }
  .smart05 ul {
    display: block;
    margin: 0 -15px;
  }
  .smart05 ul li {
    width: 50%;
    padding: 0 15px;
    margin: 10px 0;
  }
  .smart05 ul li .bt {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  .smart05 ul li .jsh {
    font-size: 14px;
    line-height: 26px;
  }
  .smart06 {
    padding: 40px 0 70px 0;
    overflow: hidden;
  }
  .smart06 .swiper-button-next,
  .smart06 .swiper-button-prev {
    width: 39px;
    height: 39px;
    top: auto;
    margin-top: 0;
    bottom: 0;
    border: 1px solid #333;
  }
  .smart06 .swiper-button-next:after,
  .smart06 .swiper-button-prev:after {
    font-size: 20px;
    color: #333;
  }
  .smart06 .swiper-button-prev {
    right: 53%;
    left: auto;
  }
  .smart06 .swiper-button-next {
    left: 53%;
    right: auto;
  }
  .smart06 .swiper .info {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    padding: 50px 20px 0 20px;
    height: auto;
  }
  .smart06 .swiper .info .hover {
    width: 109px;
    line-height: 41px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .smart06 .swiper .info .bt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .smart06 .swiper .info .p {
    font-size: 14px;
    line-height: 26px;
  }
  .smart06 .swiper .info .p p {
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .smart06 .swiper .info .p p:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .product-show .home-title {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .ps01 {
    padding: 40px 0;
  }
  .ps01 ul {
    display: block;
    margin: 0 -6px;
  }
  .ps01 ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 14px;
  }
  .ps01 ul li .box {
    height: auto;
    border-radius: 22px;
    padding: 22px;
  }
  .ps01 ul li .box .psbg {
    opacity: 0;
  }
  .ps01 ul li .box .psbg1 {
    opacity: 1;
  }
  .ps01 ul li .box .bt {
    font-size: 18px;
    line-height: 30px;
    font-family: MiSans-Semibold;
    color: rgba(255, 255, 255, 0.86);
  }
  .ps01 ul li .box .jsh {
    font-size: 15px;
    line-height: 26px;
    display: block;
    margin-top: 16px;
  }
  .ps01 ul li .box .jsh p {
    padding-left: 18px;
    margin-bottom: 10px;
  }
  .ps01 ul li .box .jsh p:after {
    width: 7px;
    height: 7px;
    top: 11px;
  }
  .ps01 ul .active {
    width: 100%;
  }
  .ps01 ul .active .box {
    padding: 22px;
  }
  .ps01 ul .active .box .psbg {
    opacity: 0;
  }
  .ps01 ul .active .box .psbg1 {
    opacity: 1;
  }
  .ps01 ul .active .box .bt {
    padding: 0;
  }
  .ps01 ul .active .box .jsh {
    display: block;
  }
  .applist {
    padding-top: 33px;
    overflow: hidden;
  }
  .applist li {
    margin-bottom: 34px;
    overflow: hidden;
  }
  .applist li .box {
    display: block;
  }
  .applist li .left {
    width: 100%;
    padding: 14px 0;
  }
  .applist li .left .text .bt {
    margin-bottom: 11px;
  }
  .applist li .left .text .bt:after {
    display: none;
  }
  .applist li .left .text .bt span {
    font-size: 18px;
    line-height: 32px;
    padding-left: 17px;
  }
  .applist li .left .text .span {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
    padding-left: 50px;
  }
  .applist li .left .text .span img {
    width: 36px;
  }
  .applist li .left .text .jsh {
    font-size: 15px;
    line-height: 30px;
    height: auto;
  }
  .applist li .right {
    width: 100%;
    border-radius: 32px;
  }
  .applist li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .applist li:nth-child(2n) .left {
    padding: 14px 0 0 0;
    text-align: left;
  }
  .applist li:nth-child(2n) .left .text .bt span {
    padding-right: 27px;
    padding-left: 0;
  }
  .applist li:nth-child(2n) .left .text .span {
    padding-left: 0;
    padding-right: 46px;
  }
  .applist li:nth-child(2n) .left .text .span img {
    left: auto;
    right: 0;
    width: 29px;
  }
  .applist li:nth-child(2n) .right:after {
    background: url(../images/line2.png) no-repeat center center;
    background-size: 100%;
    right: auto;
    left: 11%;
  }
  .applist li:nth-child(2n) .right .swiper-pagination {
    right: auto;
    left: 16px;
  }
  .ps03 {
    padding: 15px 0;
  }
  .ps03 .swiper {
    padding-top: 29px;
  }
  .prolist .li .box {
    box-shadow: 0px 13px 17px 1px rgba(127, 141, 161, 0.12);
    border-radius: 15px;
  }
  .prolist .li .text {
    padding: 20px;
  }
  .prolist .li .text .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prolist .li .text .p {
    font-size: 14px;
  }
  .prolist .li .text .more p {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
  }
  .commercial {
    padding: 0;
  }
  .inbanner04 {
    margin-top: 60px;
  }
  .inbanner04 img {
    display: block;
  }
  .inbanner04 .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .inbanner04 .banner-hover .bt {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .inbanner04 .banner-hover .p {
    font-size: 15px;
    line-height: 30px;
    display: none;
  }
  .inbanner05 {
    margin-top: 60px;
  }
  .inbanner05 img {
    display: block;
  }
  .inbanner05 .banner-hover .bt {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .inbanner05 .banner-hover .p {
    font-size: 15px;
    line-height: 30px;
    display: none;
  }
  .inbanner06 .banner-hover {
    top: 15%;
    transform: none;
  }
  .com01 {
    padding: 30px 0;
  }
  .com01 .bt {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .com01 .p {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    margin: 0;
  }
  .com02 ul li {
    width: 100%;
  }
  .com02 ul li .box .bt {
    bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
  }
  .com02 ul li .box1 {
    height: 200px;
  }
  .com02 ul li .box2 {
    height: 200px;
  }
  .com02 ul li .box4 {
    width: 100%;
  }
  .com02 ul li .box5 {
    width: 100%;
  }
  .com02 ul li .box4,
  .com02 ul li .box5 {
    height: 200px;
  }
  .com02 ul li .box7 {
    height: 200px;
  }
  .com02 ul li .box8 {
    height: 200px;
  }
  .com02 ul li:nth-child(2) {
    width: 100%;
  }
  .com03 {
    padding: 40px 0;
  }
  .com03 ul {
    margin: 0;
  }
  .com03 ul li {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .com03 ul li .box {
    padding-bottom: 13px;
    padding-right: 0;
  }
  .com03 ul li .box .pic {
    width: 40px;
  }
  .com03 ul li .box .bt {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 6px;
    padding-right: 50px;
  }
  .com03 ul li .box .bt br {
    display: none;
  }
  .com03 ul li .box .p {
    font-size: 14px;
    line-height: 26px;
  }
  .com03 ul li:nth-child(2) {
    border: 0;
  }
  .com04 {
    padding: 20px 0;
  }
  .com04 span {
    font-size: 15px;
    line-height: 32px;
    padding-left: 20px;
    margin: 0 20px;
    display: block;
    float: left;
  }
  .com04 span:after {
    width: 7px;
    height: 7px;
    top: 13px;
  }
  .com05 ul li {
    width: 100%;
  }
  .com05 ul li .box {
    height: 458px;
  }
  .com05 ul li .box .bt {
    top: 28px;
    padding: 0 20px;
    font-size: 20px;
  }
  .com05 ul li .box .jsh {
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
  }
  .com06 {
    padding: 40px 0;
  }
  .com06 .home-title {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .com06 .swiper {
    padding-top: 24px;
  }
  .com07 {
    padding-bottom: 40px;
  }
  .com07 .container03 {
    padding: 0 15px;
  }
  .com07 .left {
    width: 100%;
  }
  .com07 .left img {
    width: 100%;
  }
  .com07 .left .bt {
    font-size: 14px;
    line-height: 26px;
    top: 20px;
    padding: 0 20px;
  }
  .com07 .left .bt span {
    font-size: 20px;
    margin-right: 10px;
  }
  .com07 .right {
    width: 100%;
    padding: 20px;
  }
  .com07 .right .h3 {
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .com07 .right .h3 span {
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    margin: 0 10px;
  }
  .com07 .right .h3 span:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .com07 .right .jsh {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .com07 .right .jsh p {
    padding-left: 41px;
    margin-bottom: 10px;
  }
  .com07 .right .jsh p span {
    font-size: 16px;
    line-height: 26px;
  }
  .com08 {
    padding: 40px 0;
  }
  .com08 .home-title {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .com08 .home-p{
	  margin-bottom:28px;
  } 
  .com08 .swiper-slide {
    width: 295px;
	margin-right:20px;
  }
  .com08 .pic .hover {
    padding: 0 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .service {
    padding: 0;
  }
  .service01 {
    padding: 40px 0;
  }
  .service01 ul li {
    width: 50%;
    margin: 10px 0;
  }
  .service01 ul li .pic {
    width: 80px;
  }
  .service01 ul li .bt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .service02 .inmain-title {
    top: 20px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .service02 .swiper-button-next,
  .service02 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .service02 .swiper-button-next:after,
  .service02 .swiper-button-prev:after {
    font-size: 16px;
  }
  .service02 .swiper-pagination {
    bottom: 10px;
  }
  .service02 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .service03 {
    padding: 40px 0;
    display: block;
  }
  .service03 .home-title {
    font-size: 26px;
  }
  .service03 .more a {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
  }
  .service03 .left {
    width: 100%;
    padding: 20px;
  }
  .service03 .left ul {
    padding: 0;
    padding-top: 30px;
  }
  .service03 .left ul li {
    width: 100%;
    padding: 0 11px;
    margin-bottom: 14px;
  }
  .service03 .left ul li .box {
    padding: 11px 12px 32px 12px;
  }
  .service03 .left ul li .box .img {
    margin-bottom: 20px;
  }
  .service03 .left ul li .box .pic {
    width: 20px;
  }
  .service03 .left .bt {
    font-size: 20px;
    line-height: 30px;
    height: auto;
    margin-bottom: 16px;
  }
  .service03 .left .p {
    font-size: 14px;
    line-height: 26px;
    height: auto;
    margin-bottom: 19px;
  }
  .service03 .right {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    height: 300px;
  }
  .service03 .right .more {
    bottom: 32px;
  }
  .service04 {
    padding: 40px 0;
  }
  .service04 .home-title {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .service04 .sg2careerftab {
    margin-top: 19px;
    width: 100%;
  }
  .service04 .sg2careerftab span {
    width: 100%;
    line-height: 44px;
    border-radius: 13px;
    padding: 0 16px;
    font-size: 14px;
    background: url(../images/arrow2.png) no-repeat 95% center;
    background-size: 12px;
  }
  .service04 .sg2careerftab .sg2careerftabx {
    top: 44px;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .service04 .sg2careerftab .sg2careerftabx a {
    padding: 10px 0;
  }
  .service05 {
    padding: 40px 0;
  }
  .service05 dl{
	  max-height: 280px;
  }
  .service05 dl dt .jia,
  .service05 dl dt .jian {
    width: 26px;
    height: 26px;
    line-height: 24px;
    right: 20px;
    font-size: 18px;
  }
  .service05 dl .list_dt {
    font-size: 14px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 50px;
  }
  .service05 .more a{
	width: 135px;
	line-height: 36px;
	border-radius: 33px;
	font-size: 14px;	  
  }
  .service05 .jobsub {
    font-size: 14px;
    line-height: 32px;
    padding: 0 20px 20px 20px;
  }
  .service05 .jobsub p {
    margin-bottom: 7px;
  }
  .shenqing {
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .shenqing .left {
    margin-left: 0;
    width: 100%;
  }
  .shenqing .info {
    width: 100%;
    padding-top: 20px;
  }
  .shenqing .info .bt {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .shenqing .info ul {
    margin: 0 -20px;
  }
  .shenqing .info ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 13px;
  }
  .shenqing .info ul li input,
  .shenqing .info ul li textarea {
    width: 100%;
    height: 45px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 14px;
  }
  .shenqing .info ul li textarea {
    padding: 20px;
    height: 136px;
  }
  .shenqing .info ul li .more a {
    width: 135px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
    margin-right: 12px;
  }
  .res01 {
    padding: 40px 0;
  }
  .res01 ul {
    display: block;
    margin: 0 -45px;
  }
  .res01 ul li {
    width: 100%;
    padding: 0 45px;
    margin-bottom: 14px;
  }
  .res01 ul li .box {
    height: 100%;
    border-radius: 25px;
    padding: 20px;
  }
  .res01 ul li .box .bt {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .res01 ul li .box .bt img {
    height: 22px;
    margin-right: 10px;
  }
  .res01 ul li .box .p {
    font-size: 14px;
    line-height: 26px;
  }
  .res02 .container {
    padding: 0 15px;
  }
  .res02 .hover {
    padding: 22px 0;
  }
  .res02 .home-p {
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 5px;
  }
  .res02 .home-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .res03 {
    padding: 41px 0 127px 0;
  }
  .res03 .res-top {
    background: none;
    padding-bottom: 0;
  }
  .res03 .res-top .left {
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -2px;
    margin-right: 5px;
  }
  .res03 .res-top .right span {
    font-size: 20px;
    line-height: 32px;
  }
  .res03 .res-top .right p {
    font-size: 16px;
    line-height: 32px;
  }
  .res03 .res-bottom {
    margin-top: 16px;
  }
  .res03 .res-bottom ul {
    width: 100%;
    margin-left: 0;
  }
  .res03 .res-bottom ul li a {
    font-size: 16px;
    line-height: 32px;
    padding-right: 20px;
    margin-right: 11px;
  }
  .res03 .res-bottom ul li a:after {
    width: 6px;
    background-size: 100%;
  }
  .res03 .res-bottom .show {
    margin-top: 20px;
  }
  .res03 .res-bottom .show .info {
    width: 100%;
    min-height: 0;
    background-size: 81px;
    border-radius: 24px;
    padding: 22px;
    font-size: 14px;
    line-height: 26px;
  }
  .res03 .res-bottom .show .info p {
    padding-left: 21px;
  }
  .res03 .res-bottom .show .info p:after {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  .res03 .res-bottom .show .info .bt {
    font-size: 12px;
    letter-spacing: 2px;
    bottom: 6px;
    right: 27px;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .home-title {
    margin-bottom: 4px;
  }
  .contact .right {
    margin: 0 auto;
    margin-top: 21px;
    width: 100%;
    margin-bottom: 26px;
  }
  .contact .right .img {
    width: auto;
    height: auto;
    transform: scale(1);
  }
  .contact .right .img img {
    /* position: relative; */
    top: auto;
    left: auto;
    width: 100%;
    /* display: none; */
  }
  /*.contact .right .img .globalMap {
    display: none;
  }
  .contact .right .img .hide {
    display: block;
  }*/
  .contactlist {
    padding: 20px;
	text-align:left;
  }
  .contactlist li {
    padding: 0 15px;
	margin: 0;
	width:50%;
    font-size: 14px;
    line-height: 30px;
  }
  .contactlist li .pic {
    width: 30px;
  }
  .contact-message {
    padding: 23px;
    border-radius: 10px;
  }
  .contact-message .inmain-title {
    font-size: 26px;
  }
  .contact-message .list {
    width: 100%;
    padding: 0;
    margin-top: 23px;
  }
  .contact-message .list li {
    margin-bottom: 10px;
  }
  .contact-message .list li .red {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .contact-message .list li input,
  .contact-message .list li textarea {
    height: 44px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 14px;
  }
  .contact-message .list li textarea {
    height: 185px;
    padding: 20px;
  }
  .contact-message .list .more a {
    width: 125px;
    line-height: 36px;
    border-radius: 33px;
    font-size: 16px;
    margin-right: 12px;
  }
  .contact03 {
    padding: 40px 0;
  }
  .contact03 .inmain-title {
    font-size: 26px;
  }
  .contact03 ul {
    margin-top: 27px;
    display: block;
  }
  .contact03 ul li {
    width: 100%;
    border-right: none;
    margin: 10px 0;
  }
  .contact03 ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .contact03 ul li .box {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact03 ul li .text {
    padding-top: 12px;
  }
  .contact03 ul li .pic {
    width: 50px;
  }
  .product_c {
    display: none;
  }
}
@media (max-width: 500px) {
  .partner02 ul li {
    width: 100%;
  }
  .smart05 ul li {
    width: 100%;
  }
}

.content {
  padding: 30rem 0;
  min-height: 500px;
  word-wrap: break-word;
}

.com05{position: relative;}

.com05 .main-slide-video{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;}

.com05 ul li .box .cobg {
  background: none !important;
}

@media(max-width:1200px){.com05 .main-slide-video{display:none !important}.home-three .bgg ul li img{height: auto;}}

@media(max-width:1200px){.com05 ul li:nth-child(1) .box .cobg{}}

@media(max-width:1200px){.com05 ul li:nth-child(1) .box .cobg{    background: url(/template/index/pc/images/baitian.jpg) no-repeat center center !important;}.com05 ul li:nth-child(2) .box .cobg{   background: url(/template/index/pc/images/heiye.jpg) no-repeat center center !important;}}

.cases .swiper-slide:nth-child(3n){
	margin-right:0;
}

.cases .swiper-slide{
	margin-bottom: 26rem;
}

.cases{
	padding-bottom: 50rem;
    overflow: hidden;
}

@media(max-width:1200px){.tempWrap{margin:0 auto!important;}}

@media(max-width:680px){
	.swiper-renewal-main .banner-hover .info{
		width: 100%;
	}
	.swiper-renewal-main .banner-hover{
		top: 20%;
	}
	
	.inbanner03 .banner-hover .info1{
		width:100%;
	}
	
	.inbanner03 .banner-hover .bt{
		font-size: 18px;
		line-height: 1.5
	}
	.inbanner03 .banner-hover .p{
		font-size: 14px;
		line-height: 1;
		height: auto;
	}
}
.fp-viewing-section2 .header, .fp-viewing-section3 .header, .fp-viewing-section4 .header, .fp-viewing-section5 .header, .fp-viewing-section6 .header {
    background: #000000;
}