@charset "utf-8";
:root {
  --main-color: #0579c0;
  --hover-color: #1881cb;
  --main-color1: #0955a1;
  --Roboto-Regular: Roboto-Regular;
  --Roboto-Medium: Roboto-Medium;
  --Roboto-Bold: Roboto-Bold;
  --Roboto-Light: Roboto-Light;
  --Oswald-Bold: Oswald-Bold;
}
*,
*: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;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@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: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -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,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
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: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.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;
  object-fit: cover;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#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;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.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;
}
@-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;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Regular;
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Bold;
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Light;
  src: url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.eot') format('embedded-opentype'), url('../font/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Medium;
  src: url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.eot') format('embedded-opentype'), url('../font/Roboto-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Heavy;
  src: url(../font/SourceHanSansCN-Heavy.otf);
}
.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;
}
.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: var(--main-color);
}
.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: var(--main-color);
}
.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;
}
.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: -75rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 75rem;
}
.header {
  height: 75rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 9rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 105rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.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: var(--main-color);
  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;
  height: 75rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
  width: 30rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  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: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 75rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 50rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 20rem;
  font-family: var(--Roboto-Bold);
  color: #fff;
  line-height: 75rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
.nav ul li i {
  display: inline-block;
  vertical-align: top;
  margin-left: 5rem;
  width: 10rem;
  height: 75rem;
  background: url(../images/jt1.png) no-repeat center center;
  background-size: 100%;
}
.nav ul li .subnav {
  width: 220rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -110rem;
  display: none;
  z-index: 333;
  background-color: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
  padding: 30rem 25rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 24rem;
  color: #212121 !important;
  padding: 13rem 0;
  font-family: var(--Roboto-Regular);
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    color: var(--main-color1) !important;
  }
}
.nav ul li .subnav1 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 333;
  background-color: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
  padding: 30rem 25rem;
  border-top: 1px solid #ddd;
}

.nav ul li .subnav1 .container{
	display:flex;
	justify-content: space-between;
}

.nav ul li .subnav1 ul {
  margin: 0 -10rem;
  padding: 0;
  width: 75%;
}
.nav ul li .subnav1 ul li {
  margin: 0;
  width: 16.66666667%;
  float: left;
  display: inline-block;
  padding: 0 10rem;
}
.nav ul li .subnav1 ul li a {
  font-size: 18rem;
  line-height: 24rem;
  color: #212121 !important;
  padding: 13rem 0;
  font-family: var(--Roboto-Bold);
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
}
.nav ul li .subnav1 ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav1 ul li a:hover {
    color: var(--main-color1) !important;
  }
}
.nav ul li .subnav1 ul li ul {
  padding: 20rem 0;
}
.nav ul li .subnav1 ul li ul li {
  width: 100%;
}
.nav ul li .subnav1 ul li ul li a {
  border: 0;
  font-size: 14rem;
  padding: 5rem 0;
  font-family: var(--Roboto-Regular);
}


.nav ul li:hover a {
  text-decoration: underline;
}
.nav ul .np {
  position: static;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  text-decoration: underline;
}
.headerfix {
  background: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.headerfix .logo a .lg1 {
  display: none;
}
.headerfix .logo a .lg2 {
  display: block;
}
.headerfix .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.headerfix .nav ul li i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
}
.headerfix .nav ul li a {
  color: #333;
}
.header:hover {
  background: #fff;
}
.header:hover .logo a .lg1 {
  display: none;
}
.header:hover .logo a .lg2 {
  display: block;
}
.header:hover .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.header:hover .nav ul li i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
}
.header:hover .nav ul li a {
  color: #333;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  /* .swiper-button-prev,
	.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%;
		&:after {
			display: none;
		}
	}
	.swiper-button-next {
		right: 5%;
		left: auto;
		background: url(../images/you.png) no-repeat center center;
		background-size: 38rem;
	} */
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  font-size: 0;
  padding-top: 75rem;
  z-index: 33;
}
.swiper-renewal-main .banner-hover .bt {
  font-size: 93rem;
  letter-spacing: 3rem;
  font-family: var(--Oswald-Bold);
  color: #fff;
  text-transform: uppercase;
  background: url(../images/quan.png) no-repeat top left;
  background-size: 129rem;
  padding-top: 30rem;
  padding-left: 31rem;
  padding-bottom: 8rem;
  margin-left: -36rem;
}
.swiper-renewal-main .banner-hover .p {
  font-size: 30rem;
  line-height: 50rem;
  color: #ffffff;
  margin-top: 20rem;
  margin-bottom: 64rem;
}
.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 .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.more a span,
.more p span {
  font-size: 16rem;
  line-height: 29rem;
  color: #ffffff;
  min-width: 152rem;
  line-height: 41rem;
  padding: 0 30rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: solid 1px #ffffff;
  border-radius: 30rem;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more a:hover span {
    border: solid 1px var(--hover-color);
    background: var(--hover-color);
  }
}
.more1 a span,
.more1 p span {
  border: solid 1px var(--main-color);
  background: var(--main-color);
}
@media (min-width: 1025px) {
  .more1 a:hover span {
    border: solid 1px var(--hover-color);
    background: var(--hover-color);
  }
}
.home-product {
  padding: 100rem 0;
  overflow: hidden;
}
.home-product .nr {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-product .left {
  width: 38%;
  float: left;
}
.home-product .left img {
  display: block;
  border-radius: 12rem;
}
.home-product .right {
  width: 62%;
  float: right;
  padding-left: 54rem;
}
.home-product .right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 30rem;
  color: #333333;
}
.home-product .right .p {
  font-size: 18rem;
  line-height: 32rem;
  height: 128rem;
  margin-top: 20rem;
  margin-bottom: 32rem;
  overflow: hidden;
  font-family: var(--Roboto-Light);
  color: #2d3132;
}
.home-title {
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #333333;
}
.home-title span {
  color: var(--main-color);
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.home-about {
  overflow: hidden;
  padding: 101rem 0 97rem 0px;
  background: #f6f6f6;
}
.home-about .left {
  width: 68%;
  float: right;
  margin-right: -260rem;
}
.home-about .left img {
  display: block;
  border-radius: 12rem;
}
.home-about .right {
  width: 49%;
  float: left;
  padding-top: 20rem;
}
.home-about .right .p {
  font-size: 18rem;
  line-height: 32rem;
  max-height: 208rem;
  margin-top: 23rem;
  margin-bottom: 25rem;
  overflow: hidden;
  font-family: var(--Roboto-Light);
  color: #666;
}
.home-about .right .p p {
  margin-bottom: 16rem;
}
.youshi {
  margin-bottom: 41rem;
}
.youshi li {
  float: left;
  width: 23%;
  position: relative;
}
.youshi li .box {
  float: left;
}
.youshi li .num {
  font-size: 55rem;
  line-height: 60rem;
  color: var(--main-color);
  font-family: var(--Oswald-Bold);
}
.youshi li .num span {
  display: inline-block;
  font-size: 55rem;
  vertical-align: middle;
}
.youshi li .num em {
  font-size: 16rem;
  line-height: 34rem;
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
  color: #fff;
}
.youshi li .num i {
  font-size: 34rem;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.youshi li .h3 {
  font-size: 18rem;
  color: #666666;
  line-height: 28rem;
  margin-top: 8rem;
}
.youshi li:nth-child(2) {
  width: 40%;
}
.youshi li:nth-child(3) {
  width: 37%;
}
.home-app {
  padding: 101rem 0 0 0;
  overflow: hidden;
  position: relative;
}
.home-app .home-bottom {
  position: relative;
  margin-top: 50rem;
}
.home-app .home-bottom .swiper-button-next,
.home-app .home-bottom .swiper-button-prev {
  color: #fff;
}
.home-app .home-bottom .list {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1440rem;
  margin-left: -720rem;
  z-index: 55;
  height: 100%;
}
.home-app .home-bottom .list ul li {
  width: 16.66666667%;
  float: left;
}
.home-app .home-bottom .list ul li a {
  display: block;
  height: 755rem;
  overflow: hidden;
  position: relative;
}
.home-app .home-bottom .list ul li a .box {
  position: absolute;
  bottom: 36rem;
  left: 0;
  width: 100%;
}
.home-app .home-bottom .list ul li .pic {
  width: 70rem;
  margin: 0 auto;
}
.home-app .home-bottom .list ul li .bt {
  text-align: center;
  font-size: 20rem;
  color: #ffffff;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  padding: 0 10rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a {
  background: rgba(9, 85, 161, 0.9);
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
  padding-bottom: 240rem;
  bottom: 133rem;
  background: url(../images/jia.png) no-repeat bottom center;
  background-size: 37rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
  margin: 0 auto 14rem auto;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .bt {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
}
.home-app .home-bottom .right {
  position: relative;
  z-index: 1;
}
.home-app .home-bottom .right:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
  background: url(../images/appbg.png) no-repeat bottom center;
  background-size: 100%;
}
.home-app .home-bottom .right .swiper-slide {
  height: 755rem;
  position: relative;
}
.home-app .home-bottom .right .swiper-slide img {
  width: 100%;
  display: none;
}
.home-app .home-bottom .right .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
  background: rgba(9, 85, 161, 0.3);
}
.home-title1 {
  text-align: center;
  font-size: 0;
}
.home-title1:before,
.home-title1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 1s;
  animation: mymove 1.5s ease infinite 1s;
}
.home-title1:before {
  background: url(../images/dj3.png) no-repeat center center;
  background-size: 100%;
}
.home-title1:after {
  background: url(../images/xj3.png) no-repeat center center;
  background-size: 100%;
}
.home-title1 h3 {
  font-size: 50rem;
  line-height: 46rem;
  display: inline-block;
  font-family: var(--Roboto-Bold);
  vertical-align: top;
  text-align: center;
  color: #5e5e5e;
}
.home-title1 h3 span {
  color: var(--main-color);
}
.home-title1 h3:before,
.home-title1 h3:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 0.8s;
  animation: mymove 1.5s ease infinite 0.8s;
}
.home-title1 h3:before {
  background: url(../images/dj2.png) no-repeat center center;
  background-size: 100%;
}
.home-title1 h3:after {
  background: url(../images/xj2.png) no-repeat center center;
  background-size: 100%;
}
.home-title1 h3 p {
  display: inline-block;
  vertical-align: top;
}
.home-title1 h3 p:before,
.home-title1 h3 p:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 28rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 0.5s;
  animation: mymove 1.5s ease infinite 0.5s;
}
.home-title1 h3 p:before {
  background: url(../images/dj1.png) no-repeat center center;
  background-size: 100%;
}
.home-title1 h3 p:after {
  background: url(../images/xj1.png) no-repeat center center;
  background-size: 100%;
}
@keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-pro {
  padding: 100rem 0;
  overflow: hidden;
  background-color: #f9f9f9;
}
.home-pro .home-bottom {
  padding-top: 47rem;
}
.swiper-pro {
  position: relative;
  overflow: hidden;
}
.swiper-pro .item {
  width: 25%;
  float: left;
  margin-right: 27rem;
}
.swiper-pro .item .box {
  border-radius: 14rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.5s;
}
.swiper-pro .item .pic {
  background: url(../images/pbg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 14rem 14rem 0rem 0rem;
}
.swiper-pro .item .pic:after {
  padding-bottom: 90%;
}
.swiper-pro .item .text {
  padding: 22rem 25rem;
}
.swiper-pro .item .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 36rem;
  color: #333333;
  margin-bottom: 7rem;
}
.swiper-pro .item .text .p {
  font-size: 16rem;
  line-height: 27rem;
  margin-bottom: 12rem;
  height: 108rem;
  overflow: hidden;
  color: #666666;
  font-family: var(--Roboto-Light);
}
.swiper-pro .item .text .p span {
  font-family: var(--Roboto-Regular);
}
.related-app .swiper-pro { 
        display: flex; 
        flex-wrap: wrap; 
}
.related-app .swiper-pro .swiper-wrapper { 
        margin: 0 auto;   
		width:auto;
		max-width:100%;
}
@media (min-width: 1025px) {
  .swiper-pro .item:hover .pic img {
    transform: scale(1.05);
  }
  .swiper-pro .item:hover .text {
    background: var(--main-color1);
  }
  .swiper-pro .item:hover .text .bt {
    color: #fff;
  }
  .swiper-pro .item:hover .text .p {
    color: #fff;
  }
  .swiper-pro .item:hover .text .more2 p {
    color: #fff;
  }
}
.more2 a,
.more2 p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 37rem;
  color: var(--main-color1);
}
.home-p {
  font-size: 20rem;
  color: #666666;
}
.home-news {
  padding: 90rem 0 101rem 0;
  overflow: hidden;
}
.home-news .home-p {
  margin-bottom: 10rem;
}
.home-news .home-top {
  float: left;
  width: 50%;
}
.home-news .top_2 {
  float: right;
}
.home-news .se_top .top_2 {
  margin-top: 45rem;
  cursor: pointer;
  text-align: center;
}
.home-news .se_top .top_2 .swiper {
  text-align: center;
}
.home-news .se_top .top_2 .swiper .swiper-wrapper {
  display: block;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  color: #7a7a7a;
  transition: 0.4s;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  width: 160rem;
  margin: 0 18rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title {
  position: relative;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
  display: block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 38rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  border-radius: 30rem;
  text-align: center;
  border: solid 1px #5d4e63;
}
.home-news .se_top .top_2 .swiper .swiper-slide .none {
  display: none;
}
.home-news .se_top .top_2 .swiper .active .title .bt {
  color: #fff;
  background: var(--main-color);
  border: solid 1px var(--main-color);
}
.home-news .se_bot {
  position: relative;
  overflow: hidden;
}
.home-news .se_bot .info {
  padding: 48rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.newslist .item {
  float: left;
  width: 33.33333333%;
  margin-right: 60rem;
}
.newslist .item .box {
  border-radius: 8rem;
  border: solid 1px #f1f1f1;
  overflow: hidden;
}
.newslist .item .box .text {
  padding: 26rem 26rem 19rem 26rem;
}
.newslist .item .box .btn {
  overflow: hidden;
}
.newslist .item .box .btn span {
  width: 130rem;
  line-height: 26rem;
  border-radius: 14rem;
  text-align: center;
  border: solid 1px #333333;
  float: left;
  max-width: 43%;
}
.newslist .item .box .btn b {
  font-weight: normal;
  width: 56%;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: right;
  float: right;
  line-height: 28rem;
  color: rgba(147, 147, 147, 0.55);
}
.newslist .item .box .bt {
  font-size: 24rem;
  line-height: 38rem;
  height: 114rem;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  color: #333333;
  margin-top: 18rem;
  margin-bottom: 10rem;
}
.newslist .item .box .more2 p {
  color: var(--main-color);
}
.newslist .item .pic:after {
  padding-bottom: 53.19634703%;
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background: var(--main-color1);
  }
  .newslist .item:hover .box .btn {
    color: #fff;
  }
  .newslist .item:hover .box .btn span {
    border: solid 1px #fff;
  }
  .newslist .item:hover .box .btn b {
    color: #fff;
  }
  .newslist .item:hover .box .bt {
    color: #fff;
  }
  .newslist .item:hover .box .more2 p {
    color: #fff;
  }
  .newslist .item:hover .pic img {
    transform: scale(1.05);
  }
}
.footer {
  background: #2d3132;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 104rem;
  padding-bottom: 133rem;
  border-bottom: 1px solid #a6a6a6;
}
.footer-bottom .footer-left {
  float: left;
  width: 21%;
}
.footer-bottom .footer-left .img0 {
  width: 193rem;
}
.footer-bottom .footer-left .img0 img {
  display: block;
}
.footer-bottom .footer-left .f1 {
  margin-top: 36rem;
  margin-bottom: 11rem;
}
.footer-bottom .footer-left .f1 span {
  padding-left: 19rem;
  font-size: 16rem;
  color: #ffffff;
  margin-bottom: 10rem;
  display: block;
  background: url(../images/f1.png) no-repeat center left;
  background-size: 13rem;
}
.footer-bottom .footer-left .f1 p {
  font-size: 32rem;
  font-family: var(--Oswald-Bold);
  line-height: 32rem;
  color: #fff;
}
.footer-bottom .footer-left .f1 p a {
  color: #fff;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 16rem;
  color: #fff;
  line-height: 34rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 28rem;
}
.footer-bottom .footer-left .f3 a {
  color: #fff;
}
.footer-bottom .footer-left .f3 .yx {
  background: url(../images/yx.png) no-repeat left 13rem;
  background-size: 14rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 34rem;
}
.footer-bottom .footer-left .socialMedia span {
  display: inline-block;
  font-size: 14rem;
  vertical-align: top;
  line-height: 38rem;
  margin-right: 5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon:hover {
    opacity: 1;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/sp1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/sp2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/sp3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(../images/sp4.png) no-repeat center center;
}
.footer-bottom .footer-list {
  float: right;
  width: 75%;
}
.footer-bottom .footer-list ul li {
  width: 16%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  padding-right: 5rem;
  padding-bottom: 22rem;
  text-transform: uppercase;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 38rem;
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--Roboto-Light);
  position: relative;
  text-transform: none;
}
.footer-bottom .footer-list ul li:nth-child(2) {
  width: 21%;
}
.footer-bottom .footer-list ul li:nth-child(3) {
  width: 18%;
}
.footer-bottom .footer-list ul li:nth-child(4) {
  width: 20%;
}
.footer-bottom .footer-list ul li:nth-child(5) {
  width: 12%;
}
.footer-bottom .footer-list ul li:nth-child(6) {
  width: 13%;
  float: right;
}
.footer-copyright {
  padding: 14rem 0;
  font-size: 14rem;
  line-height: 22rem;
  color: #fffffe;
  font-family: var(--Roboto-Light);
}
.footer-copyright a {
  color: #fffffe;
  margin-left: 20rem;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 38px;
  padding: 5px 0;
  position: relative;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
  font-family: var(--Roboto-Light);
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  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;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-top: 75rem;
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-family: var(--Oswald-Bold);
  font-size: 60rem;
  letter-spacing: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .span {
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  color: #ffffff;
  margin-top: 16rem;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .span a {
  color: #ffffff;
}
.inbanner .banner-hover .span b {
  font-weight: normal;
}
.content {
  padding: 100rem 0;
  min-height: 600rem;
}
.applist li {
  margin-bottom: 50rem;
  position: relative;
  padding-bottom: 50rem;
  border-bottom: 1px solid #d5dce7;
}
.applist li .box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.applist li .box .left {
  float: left;
  width: 40.4%;
}
.applist li .box .left .pic:after {
  padding-bottom: 56.41025641%;
}
.applist li .box .left .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 85, 161, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
}
.applist li .box .text {
  width: 59.6%;
  float: right;
  padding: 0 30rem 0 78rem;
  padding-top: 19rem;
}
.applist li .box .text .pic {
  width: 70rem;
}
.applist li .box .text .pic img {
  display: block;
}
.applist li .box .text .bt {
  font-family: var(--Roboto-Bold);
  font-size: 30rem;
  line-height: 36rem;
  color: #333333;
  margin-top: 31rem;
  margin-bottom: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.applist li .box .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  font-family: var(--Roboto-Light);
  overflow: hidden;
  margin-bottom:15rem;
}
@media (min-width: 1025px) {
  .applist li a:hover .box {
    box-shadow: -1rem 1rem 30rem 0rem rgba(51, 51, 51, 0.2);
  }
  .applist li a:hover .left .pic img {
    transform: scale(1.1);
  }
  .applist li a:hover .text .bt {
    color: var(--main-color);
  }
}
.applist li:nth-last-child(1) {
  border: 0;
  margin-bottom: 0 !important;
}
.news .news-bottom {
  padding-top: 43rem;
}
.news .newslist {
  margin: 0 -14rem;
}
.news .newslist .item {
  margin: 0;
  padding: 0 14rem;
  margin-bottom: 38rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page span {
  font-size: 12px;
  line-height: 40px;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  color: var(--hover-color);
}
.page a.prev {
  font-family: '宋体';
}
.page a.next {
  font-family: '宋体';
}
.h1 {
  text-align: center;
  font-size: 38rem;
  font-family: var(--Roboto-Bold);
  color: #333333;
}
.h2 {
  text-align: center;
  font-size: 14rem;
  line-height: 26rem;
  margin-top: 8rem;
  color: #222222;
}
.h2 span {
  margin: 0 10rem;
}
.news-info {
  font-size: 18rem;
  line-height: 32rem;
  padding: 17rem 0 37rem 0;
  color: #666666;
}
.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 27rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  color: #666666;
  position: relative;
  font-family: var(--Roboto-Light);
  padding: 12rem 0;
  padding-left: 91rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  font-family: var(--Roboto-Regular);
  top: 12rem;
  left: 0;
  width: 65rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
  }
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.return {
  overflow: hidden;
  float: right;
}
.return a {
  font-size: 16rem;
  color: #666666;
  text-align: center;
  width: 206rem;
  line-height: 46rem;
  background: #f8f9f3;
  display: block;
  font-family: var(--Roboto-Light);
}
@media (min-width: 1025px) {
  .return a:hover {
    color: #fff;
    background: var(--main-color);
  }
}
.related {
  padding: 74rem 0 0 0;
}
.related .mySwiper4 {
  position: relative;
  overflow: hidden;
  margin-top: 36rem;
}
.contact {
  padding: 0 !important;
}
.contact .contact-info {
  margin-top: -72rem;
  position: relative;
  padding: 80rem 101rem;
  background: #ffffff;
  border-radius: 24rem 24rem 0rem 0rem;
}
.contact .contact-info .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  color: #000000;
  background: url(../images/co.png) no-repeat top left;
  background-size: 53rem;
  padding-left: 75rem;
  padding-top: 10rem;
  letter-spacing: 1rem;
  min-height: 53rem;
  margin-bottom: 12rem;
}
.contact .contact-info .span {
  font-size: 18rem;
  color: #3e3e3e;
  padding-left: 75rem;
  margin-bottom: 10rem;
}
.contact .contact-info .p {
  font-size: 18rem;
  line-height: 40rem;
  padding-left: 75rem;
  color: #3e3e3e;
  font-family: var(--Roboto-Light);
}
.contact01 {
  padding: 99rem 0 79rem 0;
  background: url(../images/cbg.jpg) no-repeat center center;
  background-size: cover;
}
.contact01 .contact-bottom {
  padding-top: 58rem;
}
.contact01 .contact-bottom ul {
  margin: 0 -14rem;
}
.contact01 .contact-bottom ul li {
  width: 50%;
  float: left;
  padding: 0 14rem;
  margin-bottom: 28rem;
}
.contact01 .contact-bottom ul li .box {
  position: relative;
}
.contact01 .contact-bottom ul li .box font {
  position: absolute;
  top: 0;
  left: 10rem;
  font-size: 19rem;
  line-height: 48rem;
  color: #ed2d2d;
}
.contact01 .contact-bottom ul li input,
.contact01 .contact-bottom ul li textarea {
  width: 100%;
  height: 48rem;
  border: solid 1px #d1d1d1;
  padding: 0 20rem;
  font-family: var(--Roboto-Light);
  background-color: #ffffff;
  border-radius: 5rem;
}
.contact01 .contact-bottom ul li .enter {
  width: 130rem;
  float: left;
  margin-left: 24rem;
  height: 55rem;
}
.contact01 .contact-bottom ul li textarea {
  height: 142rem;
  padding: 16rem 20rem;
}
.contact01 .contact-bottom ul li .span {
  float: right;
}
.contact01 .contact-bottom ul li .span span {
  font-size: 18rem;
  line-height: 55rem;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  display: block;
  float: left;
}
.contact01 .contact-bottom ul li .span a.code {
  display: block;
  float: left;
  margin-left: 24rem;
}
.contact01 .contact-bottom ul li .span .submit {
  float: left;
}
.contact01 .contact-bottom ul li .span .submit a {
  display: block;
  float: left;
  width: 201rem;
  line-height: 55rem;
  font-size: 16rem;
  color: #ffffff;
  background: #00a0e9;
  text-align: center;
  border-radius: 5rem;
  margin-left: 24rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul li .span .submit a:hover {
    background: var(--main-color);
  }
}
.inside-1 {
  padding-bottom: 105rem;
  position: relative;
}
.inside-1 .con {
  position: relative;
}
.inside-1 .leftAsideMDiv {
  width: 24.3%;
  float: left;
  background-color: #f9f9f9;
  display: block;
  border-top: 6rem solid #00a0e9;
  position: sticky;
  top: 100rem;
}
.inside-1 .leftAsideMDiv .title1 {
  font-family: var(--Roboto-Bold);
  font-size: 26rem;
  line-height: 36rem;
  letter-spacing: 1rem;
  color: #00a0e9;
  padding: 15rem 35rem;
  background: #f2efef;
}
.inside-1 .leftAsideMDiv .title1 img {
  width: 58rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.inside-1 .classifyAside {
  font-size: 18rem;
  position: relative;
  z-index: 1;
  padding: 0 37rem;
}
.inside-1 .classifyAside .list > li {
  overflow: hidden;
  border-bottom: 1px #c4c9cc solid;
}
.inside-1 .classifyAside .list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.inside-1 .classifyAside .list > li .title {
  position: relative;
  z-index: 1;
}
.inside-1 .classifyAside .list > li .title > a {
  display: flex;
  line-height: 70rem;
  font-family: var(--Roboto-Bold);
  font-size: 22rem;
  color: #292929;
  padding: 0 29rem 0 0;
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.inside-1 .classifyAside .list > li .title > a:hover {
  color: var(--main-color);
}
.inside-1 .classifyAside .list > li .title > a:hover .icon {
  background: var(--main-color);
}
.inside-1 .classifyAside .list > li .title > a:hover .icon::before {
  border-color: #fff;
}
.inside-1 .classifyAside .list .icon {
  cursor: pointer;
  width: 22rem;
  height: 22rem;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -11rem;
  right: 0;
}
.inside-1 .classifyAside .list .icon:after,
.inside-1 .classifyAside .list .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00a0e9;
  content: '';
  display: block;
}
.inside-1 .classifyAside .list .icon:after {
  width: 14rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -7rem;
}
.inside-1 .classifyAside .list .icon:before {
  width: 2rem;
  height: 14rem;
  margin-left: -1rem;
  margin-top: -7rem;
}
.inside-1 .classifyAside .list .active .title .icon:before {
  display: none;
}
.inside-1 .classifyAside .list .active .child {
  display: block;
}
.inside-1 .classifyAside .list .child {
  display: none;
}
.inside-1 .classifyAside .list .child .list > li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  border-bottom: solid 1px #e3e3e3;
  z-index: 1;
}
.inside-1 .classifyAside .list .child .list > li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  color: #292929;
  line-height: 28rem;
  padding: 10rem 0 10rem 0;
  position: relative;
}
.inside-1 .classifyAside .list .child .list > li a:hover {
  color: var(--main-color);
}
.inside-1 .classifyAside .list .child .list > li:nth-last-child(1) {
  border-bottom: 0;
}
.inside-1 .rightCon {
  flex: 1;
  width: 75.7%;
  float: left;
  padding-left: 50rem;
}
.pro-title {
  font-size: 24rem;
  color: #222222;
  font-family: var(--Roboto-Bold);
  border-bottom: 1px solid rgba(170, 170, 170, 0.7);
  padding-bottom: 18rem;
  margin-bottom: 28rem;
}
.prolist {
  padding-bottom: 20rem;
}
.prolist li {
  margin-bottom: 29rem;
}
.prolist li .box {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ececec;
  background: #fff;
}
.prolist li .pic {
  width: 31%;
  float: left;
}
.prolist li .pic:after {
  padding-bottom: 121.875%;
}
.prolist li .text {
  width: 69%;
  padding-left: 6rem;
  padding-top: 35rem;
  padding-right: 17rem;
  padding-bottom: 20rem;
  float: right;
}
.prolist li .text .bt {
  font-size: 24rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #2d3132;
  font-family: var(--Roboto-Bold);
}
.prolist li .text .span {
  font-size: 18rem;
  font-family: var(--Roboto-Bold);
  color: #00a0e9;
  margin-top: 17rem;
  margin-bottom: 9rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.prolist li .text .p {
  font-size: 18rem;
  line-height: 31rem;
  height: 186rem;
  margin-bottom: 20rem;
  overflow: hidden;
  font-family: var(--Roboto-Light);
  color: #2d3132;
}
.prolist li .text .btn .img {
  display: inline-block;
  vertical-align: middle;
}
.prolist li .text .btn .img img {
  display: block;
  float: left;
  height: 41rem;
}
.prolist li .text .btn .more {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.1);
  }
  .prolist li:hover .text .bt {
    color: var(--main-color);
  }
}
.pro-show {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
  font-family: var(--Roboto-Light);
}
.pro-show .psimg {
  width: 420rem;
  margin-left: 20rem;
  float: right;
}
.pro-show p {
  margin-bottom: 14rem;
}
.pro-show .bt {
  font-size: 32rem;
  font-family: var(--Roboto-Bold);
  color: #333333;
  margin: 0;
}
.pro-show .span {
  font-size: 20rem;
  margin-top: 21rem;
  margin-bottom: 22rem;
  font-family: var(--Roboto-Bold);
  color: #00a0e9;
}
.pro-show1 {
  padding-top: 83rem;
}
.pro-show1 .pro-title {
  font-size: 32rem;
}
.pro-show1 .table table tr {
  background: #f2f2f2;
}
.pro-show1 .table table tr:nth-child(2n) {
  background: #ffffff;
}
.pro-show1 .table table .firstRow {
  background: #00a0e9;
}
.pro-show1 .table table .firstRow td {
  font-family: var(--Roboto-Bold);
  color: #fff;
}
.pro-show1 .table table td {
  border: solid 1px #dcddde;
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 23rem;
  color: #666666;
  padding: 8rem 10rem;
}
.pro-show1 .p {
  font-size: 16rem;
  line-height: 23rem;
  padding: 10rem 0;
  color: #00a0e9;
}
.pro-show2 {
  padding: 87rem 0 60rem 0;
}
.pro-show2 .pro-title {
  font-size: 32rem;
}
.pro-show2 .aclist li {
  padding-bottom: 29rem;
  border-bottom: 1px solid #dcddde;
  margin-bottom: 29rem;
}
.pro-show2 .aclist li .box {
  display: flex;
  flex-wrap: wrap;
}
.pro-show2 .aclist li .box .img {
  overflow: hidden;
  float: left;
  width: 14%;
}
.pro-show2 .aclist li .box .img img {
  display: block;
  border-radius: 12rem;
}
.pro-show2 .aclist li .box .text {
  float: right;
  width: 86%;
  padding-left: 30rem;
  padding-top: 20rem;
}
.pro-show2 .aclist li .box .text .bt {
  font-size: 24rem;
  margin-bottom: 10rem;
  font-family: var(--Roboto-Bold);
  color: #00a0e9;
}
.pro-show2 .aclist li .box .text .p {
  font-size: 16rem;
  line-height: 28rem;
  font-family: var(--Roboto-Light);
  color: #666666;
}
.pro-show3 .pro-title {
  font-size: 32rem;
}
.downlist li {
  background: #f7f7f7;
}
.downlist li .box {
  position: relative;
}
.downlist li .box .pic {
  float: left;
  width: 60rem;
  position: absolute;
  top: 0;
  left: 0;
}
.downlist li .box .bt {
  font-size: 16rem;
  line-height: 60rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  padding-left: 64rem;
  background: url(../images/down.png) no-repeat 95% center;
  background-size: 18rem;
  padding-right: 100rem;
}
@media (min-width: 1025px) {
  .downlist li:hover .box .bt {
    color: #0579c0;
  }
}
.downlist li:nth-child(2n) {
  background: #fff;
}
.about {
  padding: 102rem 0;
}
.about01 .about-top {
  padding-bottom: 55rem;
}
.about01 .about-top .text {
  float: left;
  font-family: var(--Oswald-Bold);
  font-size: 100rem;
  color: #004da1;
}
.about01 .about-top .text p {
  display: block;
  margin-bottom: 12rem;
}
.about01 .about-top .text .a2 {
  padding-left: 121rem;
}
.about01 .about-top .text .a3 {
  padding-left: 45rem;
}
.about01 .about-top .right {
  float: right;
  width: 62%;
  padding-top: 12rem;
}
.about01 .about-top .right .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 24rem;
  margin-bottom: 35rem;
  font-family: var(--Roboto-Light);
  color: #666666;
}
.about01 .about-top .right .p p {
  margin-bottom: 16rem;
}
.about01 .swiper-about {
  position: relative;
  overflow: hidden;
}
.about01 .swiper-about .pic:after {
  padding-bottom: 37.5%;
}
.about01 .swiper-about .swiper-pagination {
  font-family: var(--Oswald-Bold);
  bottom: 70rem;
  font-size: 23rem;
  color: #ffffff;
  transform: rotate(90deg);
  text-align: left;
  width: auto;
  height: auto;
  left: 0;
}
.about01 .swiper-about .swiper-pagination span {
  font-size: 42rem;
  color: #ffffff;
  display: inline-block;
  line-height: 46rem;
  vertical-align: bottom;
}
.about01 .swiper-about .swiper-button-prev,
.about01 .swiper-about .swiper-button-next {
  width: 44rem;
  height: 44rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.62);
  border-radius: 0;
  margin-top: -22rem;
  z-index: 33;
  left: 0;
}
.about01 .swiper-about .swiper-button-prev:after,
.about01 .swiper-about .swiper-button-next:after {
  font-size: 23rem;
  color: #fff;
}
.about01 .swiper-about .swiper-button-next {
  right: 0;
  left: auto;
}
.privacy {
  font-size: 18rem;
  line-height: 32rem;
  font-family: var(--Roboto-Light);
  color: #666666;
}
.privacy p {
  margin-bottom: 16rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  input,
  textarea,
  select {
    font-size: 14px;
  }
  .sitemap li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .header {
    height: 60px;
    background: #fff;
    box-shadow: 0px 7px 38px 0px rgba(31, 33, 32, 0.06);
  }
  .header .logo {
    padding-top: 5px;
  }
  .header .logo a img {
    width: 93px;
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    top: 8%;
    padding-top: 0;
    text-align: center;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 50px;
    letter-spacing: 3px;
    background: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .more a span,
  .more p span {
    font-size: 14px;
    min-width: 122px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 30px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .nr {
    display: block;
  }
  .home-product .left {
    width: 100%;
  }
  .home-product .left img {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .home-product .right {
    width: 100%;
    padding-left: 0;
    background: #f6f6f6;
    padding: 20px;
  }
  .home-product .right .bt {
    font-size: 18px;
  }
  .home-product .right .p {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .home-title {
    font-size: 26px;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
  .home-about {
    padding: 40px 0px;
  }
  .home-about .left {
    width: 100%;
    margin-right: 0;
  }
  .home-about .left img {
    border-radius: 12px;
  }
  .home-about .right {
    width: 100%;
    padding-top: 20px;
  }
  .home-about .right .p {
    font-size: 14px;
    line-height: 25px;
    max-height: 125px;
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .home-about .right .p p {
    margin-bottom: 25px;
  }
  .youshi {
    margin-bottom: 21px;
  }
  .youshi li {
    width: 23%;
  }
  .youshi li .num {
    font-size: 35px;
    line-height: 40px;
  }
  .youshi li .num span {
    font-size: 35px;
  }
  .youshi li .num em {
    font-size: 14px;
    line-height: 30px;
  }
  .youshi li .num i {
    font-size: 20px;
  }
  .youshi li .h3 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }
  .youshi li:nth-child(2) {
    width: 40%;
  }
  .youshi li:nth-child(3) {
    width: 37%;
  }
  .home-app {
    padding: 40px 0 0 0;
  }
  .home-app .home-bottom {
    margin-top: 20px;
  }
  .home-app .home-bottom .list {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .home-app .home-bottom .list ul li {
    width: 100%;
  }
  .home-app .home-bottom .list ul li a {
    height: 100%;
  }
  .home-app .home-bottom .list ul li a .box {
    bottom: 10px;
  }
  .home-app .home-bottom .list ul li .pic {
    width: 40px;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .home-app .home-bottom .list ul li .bt {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 60px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
    padding-bottom: 0;
    bottom: 10px;
    background: none;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
    margin: 0;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .bt {
    font-size: 16px;
  }
  .home-app .home-bottom .right .swiper-slide {
    height: auto;
    background: none;
  }
  .home-app .home-bottom .right .swiper-slide img {
    width: 100%;
    display: block;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a {
    background: none;
  }
  .home-title1:before,
  .home-title1:after {
    display: none;
  }
  .home-title1 h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-title1 h3:before,
  .home-title1 h3:after {
    display: none;
  }
  .home-title1 h3 p:before,
  .home-title1 h3 p:after {
    display: none;
  }
  .home-pro {
    padding: 40px 0;
  }
  .home-pro .home-bottom {
    padding-top: 20px;
  }
  .swiper-pro .item {
    width: 50%;
    margin-right: 15px;
  }
  .swiper-pro .item .box {
    border-radius: 14px;
  }
  .swiper-pro .item .pic {
    border-radius: 14px 14px 0px 0px;
  }
  .swiper-pro .item .text {
    padding: 15px;
  }
  .swiper-pro .item .text .bt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .swiper-pro .item .text .p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 6px;
    height: 100px;
  }
  .more2 a,
  .more2 p {
    font-size: 14px;
    line-height: 32px;
  }
  .home-p {
    font-size: 14px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-p {
    margin-bottom: 10px;
  }
  .home-news .home-top {
    width: 100%;
  }
  .home-news .top_2 {
    width: 100%;
  }
  .home-news .se_top .top_2 {
    margin-top: 15px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide {
    width: 130px;
    margin: 0 8px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
    font-size: 14px;
    line-height: 32px;
    border-radius: 30px;
  }
  .home-news .se_bot .info {
    padding: 28px 0 0 0;
  }
  .newslist .item {
    width: 50%;
    margin-right: 30px;
  }
  .newslist .item .box {
    border-radius: 8px;
  }
  .newslist .item .box .text {
    padding: 16px;
  }
  .newslist .item .box .btn span {
    width: 130px;
    line-height: 26px;
    border-radius: 14px;
    max-width: 43%;
  }
  .newslist .item .box .btn b {
    width: 56%;
    line-height: 28px;
  }
  .newslist .item .box .bt {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .img0 {
    width: 103px;
  }
  .footer-bottom .footer-left .f1 {
    margin-top: 16px;
    margin-bottom: 6px;
  }
  .footer-bottom .footer-left .f1 span {
    padding-left: 19px;
    font-size: 16px;
    margin-bottom: 10px;
    background: url(../images/f1.png) no-repeat center left;
    background-size: 13px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 26px;
    line-height: 32px;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 14px;
    line-height: 34px;
  }
  .footer-bottom .footer-left .f3 p {
    padding-left: 28px;
  }
  .footer-bottom .footer-left .f3 .yx {
    background: url(../images/yx.png) no-repeat left 13px;
    background-size: 14px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 24px;
  }
  .footer-bottom .footer-left .socialMedia span {
    font-size: 14px;
    line-height: 38px;
    margin-right: 5px;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    padding: 0 3px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    width: 38px;
    height: 38px;
    background-size: 30px !important;
    opacity: 0.6;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-copyright {
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .footer-copyright a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  .footer-copyright .fr {
    float: none;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover {
    padding-top: 0;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .inbanner .banner-hover .span {
    font-size: 14px;
    margin-top: 8px;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .applist li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5dce7;
  }
  .applist li .box {
    display: block;
  }
  .applist li .box .left {
    width: 100%;
  }
  .applist li .box .text {
    width: 100%;
    padding: 18px 0 0 0;
  }
  .applist li .box .text .pic {
    width: 40px;
  }
  .applist li .box .text .bt {
    font-size: 20px;
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: 6px;
  }
  .applist li .box .text .p {
    font-size: 14px;
    line-height: 25px;
	margin-bottom:10px;
  }
  .news .news-bottom {
    padding-top: 23px;
  }
  .news .newslist {
    margin: 0 -7px;
  }
  .news .newslist .item {
    margin: 0;
    padding: 0 7px;
    margin-bottom: 18px;
  }
  .page em {
    font-size: 18px;
  }
  .page a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 8px;
    padding: 0 5px;
  }
  .page span {
    font-size: 12px;
    line-height: 40px;
  }
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  .h2 span {
    margin: 0 6px;
  }
  .news-info {
    font-size: 16px;
    line-height: 30px;
    padding: 17px 0;
  }
  .list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 17px;
  }
  .list-page-news ul li {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .list-page-news ul li a {
    line-height: 28px;
    font-size: 14px;
    padding: 12px 0;
    padding-left: 91px;
  }
  .list-page-news ul li a span {
    line-height: 28px;
    top: 12px;
    left: 0;
    width: 65px;
    background-size: 9px;
  }
  .list-page-news ul li:nth-child(2) a span {
    background-size: 9px;
  }
  .return a {
    font-size: 14px;
    width: 166px;
    line-height: 40px;
  }
  .related {
    padding: 40px 0 0 0;
  }
  .related .mySwiper4 {
    margin-top: 20px;
  }
  .contact .contact-info {
    margin-top: -42px;
    padding: 31px;
    border-radius: 14px 14px 0px 0px;
  }
  .contact .contact-info .bt {
    font-size: 20px;
    background: url(../images/co.png) no-repeat top left;
    background-size: 33px;
    padding-left: 45px;
    padding-top: 10px;
    letter-spacing: 1px;
    min-height: 33px;
    margin-bottom: 8px;
  }
  .contact .contact-info .span {
    font-size: 15px;
    padding-left: 45px;
    margin-bottom: 10px;
  }
  .contact .contact-info .p {
    font-size: 14px;
    line-height: 25px;
    padding-left: 45px;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .contact-bottom {
    padding-top: 18px;
  }
  .contact01 .contact-bottom ul {
    margin: 0 -7px;
  }
  .contact01 .contact-bottom ul li {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .contact01 .contact-bottom ul li .box font {
    top: 0;
    left: 10px;
    font-size: 15px;
    line-height: 42px;
  }
  .contact01 .contact-bottom ul li input,
  .contact01 .contact-bottom ul li textarea {
    height: 42px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .contact01 .contact-bottom ul li .enter {
    width: 130px;
    float: left;
    margin-left: 24px;
    height: 55px;
  }
  .contact01 .contact-bottom ul li textarea {
    height: 142px;
    padding: 16px 20px;
  }
  .contact01 .contact-bottom ul li .span {
    float: none;
  }
  .contact01 .contact-bottom ul li .span span {
    font-size: 14px;
    line-height: 55px;
  }
  .contact01 .contact-bottom ul li .span a.code {
    margin-left: 24px;
  }
  .contact01 .contact-bottom ul li .span .submit {
    width: 100%;
    margin-top: 10px;
  }
  .contact01 .contact-bottom ul li .span .submit a {
    width: 201px;
    line-height: 55px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 0;
  }
  .inside-1 {
    padding-bottom: 45px;
  }
  .inside-1 .leftAsideMDiv {
    display: none;
  }
  .inside-1 .rightCon {
    width: 100%;
    padding-left: 0;
  }
  .pro-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .prolist {
    padding-bottom: 20px;
  }
  .prolist li {
    margin-bottom: 29px;
  }
  .prolist li .box {
    display: flex;
    flex-wrap: wrap;
  }
  .prolist li .pic {
    width: 31%;
    float: left;
  }
  .prolist li .text {
    width: 69%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    float: right;
  }
  .prolist li .text .bt {
    font-size: 18px;
  }
  .prolist li .text .span {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 9px;
  }
  .prolist li .text .p {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 150px;
    margin-bottom: 10px;
  }
  .prolist li .text .btn .img {
    display: block;
    margin-bottom: 10px;
  }
  .prolist li .text .btn .img img {
    height: 41px;
  }
  .pro-show {
    font-size: 14px;
    line-height: 25px;
  }
  .pro-show .psimg {
    width: 220px;
    margin-left: 10px;
  }
  .pro-show p {
    margin-bottom: 7px;
  }
  .pro-show .bt {
    font-size: 24px;
  }
  .pro-show .span {
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 12px;
  }
  .pro-show1 {
    padding-top: 43px;
  }
  .pro-show1 .pro-title {
    font-size: 26px;
  }
  .pro-show1 .table table td {
    font-size: 14px;
    line-height: 23px;
    padding: 6px;
  }
  .pro-show1 .p {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0;
  }
  .pro-show2 {
    padding: 40px 0;
  }
  .pro-show2 .pro-title {
    font-size: 26px;
  }
  .pro-show2 .aclist li {
    padding-bottom: 19px;
    margin-bottom: 19px;
  }
  .pro-show2 .aclist li .box {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-show2 .aclist li .box .img {
    width: 24%;
  }
  .pro-show2 .aclist li .box .img img {
    border-radius: 12px;
  }
  .pro-show2 .aclist li .box .text {
    float: right;
    width: 76%;
    padding-left: 15px;
    padding-top: 10px;
  }
  .pro-show2 .aclist li .box .text .bt {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .pro-show2 .aclist li .box .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .pro-show3 .pro-title {
    font-size: 26px;
  }
  .downlist li .box .pic {
    width: 40px;
  }
  .downlist li .box .bt {
    font-size: 14px;
    line-height: 40px;
    padding-left: 54px;
    background: url(../images/down.png) no-repeat 95% center;
    background-size: 12px;
    padding-right: 60px;
  }
  .about {
    padding: 40px 0;
  }
  .about01 .about-top {
    padding-bottom: 35px;
  }
  .about01 .about-top .text {
    font-size: 50px;
  }
  .about01 .about-top .text p {
    margin-bottom: 6px;
  }
  .about01 .about-top .text .a2 {
    padding-left: 90px;
  }
  .about01 .about-top .text .a3 {
    padding-left: 35px;
  }
  .about01 .about-top .right {
    width: 100%;
    padding-top: 12px;
  }
  .about01 .about-top .right .p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 15px;
  }
  .about01 .about-top .right .p p {
    margin-bottom: 8px;
  }
  .about01 .swiper-about .swiper-pagination {
    bottom: 10px;
    font-size: 13px;
    transform: none;
    padding: 0 20px;
  }
  .about01 .swiper-about .swiper-pagination span {
    font-size: 22px;
    line-height: 25px;
  }
  .about01 .swiper-about .swiper-button-prev,
  .about01 .swiper-about .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .about01 .swiper-about .swiper-button-prev:after,
  .about01 .swiper-about .swiper-button-next:after {
    font-size: 14px;
  }
  .privacy {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy p {
    margin-bottom: 8px;
  }
}
@media (max-width: 520px) {
  .youshi li {
    width: 100% !important;
  }
  .youshi li .h3 br {
    display: none;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 30px;
  }
  .prolist li .box {
    display: block;
    overflow: hidden;
  }
  .prolist li .pic {
    width: 100%;
  }
  .prolist li .text {
    width: 100%;
  }
  .pro-show .psimg {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .table {
    overflow: auto;
  }
  .table table {
    width: 750px;
  }
  .newslist .item {
    width: 100%;
    margin-right: 30px;
  }
  .contact .contact-info {
    margin-top: 0;
    padding: 31px 0;
  }
  .contact01 .contact-bottom ul li .span span {
    display: block;
    width: 100%;
  }
  .contact01 .contact-bottom ul li .enter {
    margin-left: 0;
  }
}

.footer-bottom .footer-left .friendship-link{
	margin-top: 20rem;
	color: #fff;
}
.footer-bottom .footer-left .friendship-link span{
	padding-right: 10rem;
}
.footer-bottom .footer-left .friendship-link a{
	color: #fff;
	opacity: 0.7;
	margin-right: 10rem;
}
.footer-bottom .footer-left .friendship-link a:hover{
	opacity: 1;
}


.nav ul li .subnav1 .product-goods-box{
	width:25%;
    background: #fff;
    margin-right: 0;
    flex-shrink: 0;
	text-align: center;
}

.nav ul li .subnav1 .product-goods-box .product-goods {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.nav ul li .subnav1 .product-goods-box .product-goods:first-of-type {
    display: flex;
}
