*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #0079c0;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #616161;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px!important;
  }
}
@font-face {
  font-family: 'DeVinne-Txt-BT';
  src: url('../font/DeVinne-Txt-BT.woff2') format('woff2'), url('../font/DeVinne-Txt-BT.woff') format('woff'), url('../font/DeVinne-Txt-BT.ttf') format('truetype'), url('../font/DeVinne-Txt-BT.eot') format('embedded-opentype'), url('../font/DeVinne-Txt-BT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../font/Montserrat-Medium.eot');
  src: url('../font/Montserrat-Medium.oft');
  src: url('../font/Montserrat-Medium.ttf');
  src: url('../font/Montserrat-Medium.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MISANS-REGULAR';
  src: url('../font/MISANS-REGULAR.eot');
  src: url('../font/MISANS-REGULAR.oft');
  src: url('../font/MISANS-REGULAR.ttf');
  src: url('../font/MISANS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('../font/POPPINS-REGULAR.eot');
  src: url('../font/POPPINS-REGULAR.oft');
  src: url('../font/POPPINS-REGULAR.ttf');
  src: url('../font/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0079c0;
}
::-webkit-scrollbar-thumb:active {
  background-color: #0079c0;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -12rem;
  width: 1px;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 160rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.header__menu {
  display: none;
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 334ms ease;
  position: fixed;
}
.header .container {
  max-width: 180rem;
}
.header .listbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 12rem;
  transition: all 500ms ease;
  justify-content: space-between;
}
.header .language {
  position: relative;
  color: #fff;
}
.header .language a {
  color: #fff;
  position: relative;
}
.header .language a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #fff;
  transition: all 500ms linear;
}
.header .language a:hover:after {
  opacity: 1;
  width: 100%;
}
.header .logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  position: absolute;
}
.header .logo img {
  max-height: 5.6rem;
}
.header .logo .img2 {
  display: none;
}
.header .searchBtn {
  z-index: 2;
  vertical-align: middle;
  text-align: center;
  width: 5rem;
  height: 5rem;
  line-height: 4.6rem;
  margin-left: 3rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn img {
  vertical-align: middle;
  max-height: 2rem;
}
.header .searchBtn .img2 {
  display: none;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: #0079c0;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding-top: 0!important;
    background: #fff;
    position: fixed!important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .language,
  .header .searchBtn {
    display: none;
  }
  .header .listbox {
    height: 60px;
  }
  .header .common-nav {
    padding-left: 0!important;
    width: 100%!important;
  }
  .header .common-nav .listNav {
    padding-right: 60px!important;
    padding-left: 0!important;
  }
  .header .common-nav .listNav > li {
    margin: 0!important;
  }
  .header .common-nav .listNav > li > a {
    height: auto!important;
    padding: 0!important;
  }
  .header .logo {
    display: block!important;
    width: auto;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: inline-block;
  }
}
.common-nav {
  width: 80%;
  margin: 0 auto;
  transition: all 500ms ease;
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li:nth-child(2) {
  margin-right: 35rem;
}
.common-nav .listNav > li {
  margin: 0 2rem;
  text-align: center;
  /* position: relative; */
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #fff;
  height: 12rem;
  line-height: 3rem;
  padding: 4.5rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
  color: #fff;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  font-weight: 700;
  color: #0079c0;
}
.common-nav .listNav > li:hover > a:after,
.common-nav .listNav > li.active > a:after {
  transform: scale(1);
}
.common-nav .listNav > li:hover > a > span::after,
.common-nav .listNav > li.active > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1,
.common-nav .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2,
.common-nav .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover:after,
.common-nav .listNav > li.active > a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li.active > a {
  font-weight: 700;
  color: #0079c0;
}
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  /* width: 24rem; */
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 12rem;
  left: 50%;
  font-size: 1.6rem;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
  color: #333;
  width: 100%;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 2rem;
  padding: 2rem 0;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  height: auto;
  line-height: 2.4rem;
  padding: 0.5rem 2.5rem;
  border-radius: 1rem;
  position: relative;
}

.common-nav .listNav > li > .child > .list .child4 a{
	font-size: 1.4rem;
	padding-left: 3rem;
}

.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #fff;
  color: #0079c0;
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 2rem 6rem 2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  color: #0079c0;
  border-bottom: 1px #0079c0 solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #0079c0;
  display: block;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  line-height: 3.6rem;
  height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: #0079c0;
}
.common-nav .listNav > li > .child.child-2 {
  width: 80rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: flex;
  flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.child-3 {
  /* width: 20rem; */
}
.common-nav .listNav > li > .child.child-3 li {
  text-align: center;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .common-nav li {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  height: 7rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: fixed!important;
  background: #fff!important;
}
.fixed .logo a {
  padding-top: 0.5rem !important;
}
.fixed .listbox {
  height: 7rem;
}
.fixed .common-nav .listNav > li > a {
  color: #212121;
  height: 7rem;
  padding: 2rem 0;
}
.fixed .common-nav .listNav > li > a .txt-2 {
  color: #0079c0;
}
.fixed .common-nav .listNav > .active > a {
  color: #0079c0;
}
.fixed .language,
.fixed .language a {
  color: #212121;
}
.fixed .searchBtn {
  line-height: 4.6rem;
  width: 5rem;
  height: 5rem;
  border: solid 1px #d2d2d2;
}
.fixed .searchBtn .img1 {
  display: none;
}
.fixed .searchBtn .img2 {
  display: inline-block;
}
.fixed .searchBtn svg {
  fill: #999;
}
.fixed .logo .img1 {
  display: none;
}
.fixed .logo .img2 {
  display: inline-block;
}
.fixed .language .img1 {
  display: none;
}
.fixed .language .img2 {
  display: inline-block;
}
.fixed .language::before {
  background: #eee;
}
.header-ny {
  top: auto;
  left: auto;
  box-shadow: 0.4rem 0 2.4rem rgba(0, 120, 191, 0.12);
  position: relative;
}
.header-ny .common-nav .listNav > li > a {
  color: #212121;
}
.header-ny .common-nav .listNav > li > a .txt-2 {
  color: #0079c0;
}
.header-ny .language,
.header-ny .language a {
  color: #212121;
}
.header-ny .searchBtn {
  line-height: 4.6rem;
  width: 5rem;
  height: 5rem;
  border: solid 1px #d2d2d2;
}
.header-ny .searchBtn .img1 {
  display: none;
}
.header-ny .searchBtn .img2 {
  display: inline-block;
}
.header-ny .searchBtn svg {
  fill: #999;
}
.header-ny .logo .img1 {
  display: none;
}
.header-ny .logo .img2 {
  display: inline-block;
}
.header-ny .language .img1 {
  display: none;
}
.header-ny .language .img2 {
  display: inline-block;
}
.header-ny .language::before {
  background: #eee;
}
.circle {
  width: 7rem;
  height: 7rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to left, rgba(0, 120, 191, 0.16), rgba(159, 201, 235, 0.16));
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(to left, rgba(0, 120, 191, 0.5), rgba(159, 201, 235, 0.5));
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  color: #fff;
  width: 100%;
  top: 50%;
  text-align: left;
  transform: translateY(0%);
  position: absolute;
}
.banner .text .t-1 {
  font-size: 4.2rem;
  line-height: 6.8rem;
  text-shadow: 2rem -0.5rem 4rem rgba(0, 120, 191, 0.4);
}
.banner .text .t-2 {
  margin-top: 2rem;
  line-height: 7rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.banner .text .t-2 a {
  color: #fff;
  text-decoration: underline;
}
.banner .text .t-2 span {
  vertical-align: top;
}
.banner .text .circle {
  position: relative;
}
.banner .text .circle i {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-style: normal;
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.banner .text .c-arwlink {
  letter-spacing: 1px;
}
.banner .text .c-arwlink:hover {
  color: #fff;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 2rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #fff;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.8rem;
}
.banner .swiper-pagination-bullet-active {
  background: #ba0d2b;
}
.banner .swiper-slide-active .text .t-1 {
  animation: 1.6s fadeInUp2 ease;
}
.banner .swiper-slide-active .text .t-2 {
  animation: 1.7s fadeInDown2 ease;
}
.banner .swiper-slide-active .text .t-3 {
  animation: 1.7s fadeInDown2 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
    text-align: center;
  }
}
@media (max-width: 738px) {
  .banner .text {
    transform: translateY(-50%);
  }
  .banner .text .t-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .text .t-2 {
    display: none;
  }
}
.index-title {
  color: #1d1f21;
  font-size: 4.2rem;
  line-height: 5rem;
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-news {
  padding: 8rem 0 2.5rem 0;
  background: #fff;
}
.index-news .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .left {
  width: 18%;
  padding-left: 6rem;
}
.index-news .left .more {
  margin-top: 6rem;
}
.index-news .left .more a {
  color: #444;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.index-news .left .more a:hover {
  color: #0079c0;
}
.index-news .left .more a:hover i {
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 5.4rem;
}
.index-news .left .more span {
  padding-bottom: 1rem;
  display: inline-block;
  position: relative;
}
.index-news .left .more span:before {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  background: #55a6d5;
}
.index-news .left .more i {
  content: "";
  margin-left: 1.5rem;
  font-style: normal;
  width: 5.4rem;
  height: 5.4rem;
  display: inline-block;
  transition: all 500ms ease;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 5.4rem;
}
.index-news .right {
  width: 74%;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .container {
    display: block;
  }
  .index-news .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }
  .index-news .left .more {
    margin-top: 0;
  }
  .index-news .right {
    width: 100%;
    margin-top: 30px;
  }
}
.newslist li {
  border-bottom: 1px solid #c1c4c7;
}
.newslist li a {
  display: block;
  position: relative;
  line-height: 8.7rem;
  padding-left: 28.7rem;
}
.newslist li a .date {
  padding-left: 1.5rem;
  font-family: 'DeVinne-Txt-BT';
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #0079c0;
  position: absolute;
  top: 0;
  left: 0;
}
.newslist li a .date:before {
  top: 4.2rem;
  left: 0rem;
  content: "";
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: #ba0d2b;
}
.newslist li a .span {
  text-shadow: 0 0 1px #666;
  width: 10.6rem;
  margin-top: 2.9rem;
  line-height: 2.8rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  border: solid 1px #dee0e1;
  position: absolute;
  top: 0;
  left: 13.7rem;
}
.newslist li a .bt {
  padding-right: 5rem;
  text-shadow: 0 0 1px #333;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.newslist li a span {
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 4.2rem;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .newslist li:hover a span {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 5.2rem;
  }
  .newslist li:hover a .bt {
    color: #0079c0;
    text-shadow: 0 0 1px #0079c0;
  }
}
@media (max-width: 500px) {
  .newslist li a {
    padding-left: 0;
  }
  .newslist li a .date,
  .newslist li a .span {
    display: none;
  }
  .newslist li:last-child {
    border-bottom: 0;
  }
}
.index-qywh {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
}
.index-qywh .container {
  display: flex;
  justify-content: space-between;
}
.index-qywh .text {
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
}

.index-qywh .text .entitle{
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.index-qywh .index-title,
.index-qywh .list {
  margin: 0 auto;
  max-width: 110rem;
}
.index-qywh .index-title {
  color: #fff;
  line-height: 6rem;
}
.index-qywh .list {
  padding-top: 2rem;
}
.index-qywh .list li {
  font-size: 2rem;
  display: flex;
  align-items: center;
  padding: 1.3rem 4.5rem;
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(to left, rgba(0, 120, 191, 0.9), rgba(95, 156, 212, 0.9) 55%);
}
.index-qywh .list li .icon {
  max-height: 5.2rem;
}
.index-qywh .list li .icon img {
  transition: all 500ms ease;
}
.index-qywh .list li .tit {
  font-size: 3rem;
  font-weight: 700;
  padding: 0 10rem 0 7rem;
}
@media (min-width: 1025px) {
  .index-qywh .list li:hover .icon img {
    margin-left: 2rem;
  }
}
.index-qywh .body1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.index-qywh .video {
  border-radius: 2rem;
  z-index: 3;
  overflow: hidden;
  position: relative;
  width: 160rem;
  height: 76rem;
  flex-shrink: 0;
  background-size: cover;
}
.index-qywh .video img {
  object-fit: cover;
}
.index-qywh .video video {
  width: 74.6rem;
  height: 53.2rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-top: 3.2rem;
  margin-left: -10.5rem;
}
@media (max-width: 1024px) {
  .index-qywh {
    padding: 50px 0;
    background: url(../images/bg-2.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
  }
  .index-qywh .text .entitle{
		font-size: 16px;
		margin-bottom: 10px;
	}

  .index-qywh .index-title {
    font-size: 19px;
    line-height: 30px;
    max-width: 100%;
  }
  .index-qywh .body1 {
    position: relative;
    margin: 0 auto!important;
    padding: 0 20px!important;
    max-width: 640px!important;
  }
  .index-qywh .text {
    top: auto;
    left: auto;
    transform: translate(0);
    position: relative;
  }
  .index-qywh .video {
    display: none;
  }
  .index-qywh .list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .index-qywh .list li {
    padding: 20px;
    display: block;
    width: 100%;
  }
  .index-qywh .list li span {
    padding: 0!important;
    display: block;
  }
  .index-qywh .list li .tit {
    margin-top: 20px;
    font-size: 18px;
    padding: 0 15px;
  }
}
.index-about {
  padding: 11rem 0;
  background: #f2f8fc;
}
.index-about .list {
  display: flex;
  justify-content: space-between;
}
.index-about .index-title {
  z-index: 3;
  text-align: left;
  position: relative;
}
.index-about .index-en {
  margin-top: -7rem;
  position: relative;
  font-weight: 700;
  color: transparent;
  font-size: 7.4rem;
  line-height: 8rem;
  text-transform: uppercase;
  -webkit-text-stroke: #cee1e2 1px;
}
.index-about .left {
  width: 48%;
  line-height: 3.2rem;
}
.index-about .left .tit {
  color: #4c4c4c;
  line-height: 4.2rem;
  margin-top: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
}
.index-about .left .txt {
  overflow: auto;
  height: 20.6rem;
}
.index-about .left .txt p {
  text-indent: 2em;
  padding-right: 2rem;
  padding-top: 1rem;
}
.index-about .left .more {
  margin-top: 4rem;
}
.index-about .left .more a {
  color: #fff;
  overflow: hidden;
  padding: 0 2rem;
  padding-right: 3rem;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 3rem;
  min-width: 16rem;
  height: 4.8rem;
  line-height: 4.8rem;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
}
.index-about .left .more a:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  border-radius: 50%;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  display: inline-block;
}
.index-about .left .more a:before {
  content: "";
  left: -60%;
  width: 200%;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms linear;
  bottom: -10rem;
  border-radius: 100%;
  position: absolute;
  height: 20rem;
  transform-origin: bottom center;
  background: linear-gradient(to right, #e04e63, #ba0d2b);
}
.index-about .left .more a span {
  z-index: 3;
  position: relative;
}
.index-about .left .more:hover a:before {
  opacity: 1;
  transform: scale(1);
}
.index-about .left ::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.index-about .left ::-webkit-scrollbar-track {
  background: #c8e0f3;
  border-radius: 1rem;
}
.index-about .left ::-webkit-scrollbar-thumb {
  background: #0079bf;
  border-radius: 1rem;
}
.index-about .left ::-webkit-scrollbar-thumb:hover {
  background: #000c13 0.1;
}
.index-about .right {
  width: 48.7%;
  position: relative;
}
.index-about .right img {
  border-radius: 2rem;
}
.index-about .videbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.index-about .circle {
  position: relative;
  width: 16rem;
  height: 16rem;
}
.index-about .circle:before,
.index-about .circle:after {
  width: 16rem;
  height: 16rem;
}
.index-about .circle i {
  z-index: 4;
  position: relative;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(to right, #81b2df, #147fc3);
  display: inline-block;
  margin: 0 auto;
  margin-top: 5rem;
}
.index-about .circle i:after {
  content: "";
  margin-left: 0.5rem;
  margin-top: 1.5rem;
  vertical-align: top;
  display: inline-block;
  border-left: solid 2.6rem #ffffff;
  border-top: solid 1.4rem transparent;
  border-bottom: solid 1.4rem transparent;
}
.index-about .numlist {
  color: #fff;
  margin-top: 7rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #5f9cd4 50%, #0078bf);
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .numlist li {
  font-size: 2rem;
  padding: 4rem 7rem;
}
.index-about .numlist li .counter {
  font-size: 6.6rem;
  line-height: 7rem;
  font-family: "Montserrat-Medium";
}
.index-about .numlist li em,
.index-about .numlist li i {
  font-style: normal;
  display: inline-block;
}
.index-about .numlist li em {
  font-size: 6.6rem;
  line-height: 7rem;
}
@media (max-width: 1024px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .list {
    padding-top: 0;
    display: block;
  }
  .index-about .left,
  .index-about .right {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .index-about .left .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .index-about .left .txt {
    height: auto;
  }
  .index-about .left .txt p {
    padding-right: 0;
    text-indent: 0;
    padding-top: 10px;
  }
  .index-about .right {
    margin-top: 30px;
  }
  .index-about .numlist {
    margin-top: 30px;
  }
  .index-about .numlist ul {
    justify-content: flex-start;
    padding: 20px;
  }
  .index-about .numlist li {
    width: 33.333%;
    font-size: 14px;
    padding: 0;
  }
  .index-about .numlist li .counter {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .numlist li em {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .index-about .numlist {
    padding: 10px 0;
  }
  .index-about .numlist ul {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .index-about .numlist li {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
  }
  .index-about .numlist li .counter {
    font-size: 18px;
  }
  .index-about .numlist li em {
    font-size: 18px;
  }
}
.index-szjy {
  padding: 11rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-szjy .container {
  display: flex;
  justify-content: space-between;
}
.index-szjy .left {
  width: 46.5%;
}
.index-szjy .left img {
  border-radius: 2rem;
}
.index-szjy .right {
  width: 46%;
  color: #4c4c4c;
  line-height: 3.2rem;
}
.index-szjy .right .arrow {
  margin-left: 6rem;
  position: relative;
}
.index-szjy .right .index-title {
  z-index: 3;
  margin-top: -3rem;
  position: relative;
}
.index-szjy .right .text {
  padding-top: 1rem;
}
.index-szjy .right .text p {
  text-indent: 2em;
  padding-top: 1.5rem;
}
.index-szjy .right .text .tu {
  padding-top: 4rem;
}
.index-szjy .right .text .tu img {
  max-height: 10rem;
}
@media (max-width: 1024px) {
  .index-szjy {
    padding: 50px 0;
  }
  .index-szjy .container {
    display: block;
  }
  .index-szjy .left,
  .index-szjy .right {
    width: 100%;
  }
  .index-szjy .right .text p {
    text-indent: 0;
  }
}
.index-yyly {
  padding: 10rem 0;
}
.index-yyly .container {
  max-width: 180rem;
}
.index-yyly .index-title {
  text-align: center;
}
.index-yyly ul {
  margin: 0 -1.2rem;
  margin-top: 4rem;
}
.index-yyly li {
  width: 25%;
  float: left;
  padding: 1.2rem;
}
.index-yyly li .item {
  position: relative;
}
.index-yyly li .pic {
  overflow: hidden;
  border-radius: 2rem;
}
.index-yyly li .pic img {
  transform-origin: top center;
  border-radius: 2rem;
  transition: all 700ms linear;
}
.index-yyly li .text {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 4.5rem 3rem;
  position: absolute;
}
.index-yyly li .tit,
.index-yyly li .txt {
  font-weight: 700;
  font-size: 2.2rem;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-yyly li .txt {
  font-weight: normal;
  font-size: 1.6rem;
}
.index-yyly li .arrow {
  transition: all 500ms ease;
  bottom: 2rem;
  right: 3rem;
  z-index: 3;
  position: absolute;
}
.index-yyly li .arrow img {
  max-height: 1.4rem;
}
.index-yyly li:first-child {
  width: 49.15%;
}
.index-yyly li:first-child .text {
  padding: 5rem;
}
.index-yyly li:first-child .tit {
  font-size: 3rem;
}
.index-yyly li:first-child .txt {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .index-yyly li:hover .pic img {
    transform: scale(1.05);
  }
  .index-yyly li:hover .arrow {
    bottom: 3rem;
    line-height: 4.6rem;
    text-align: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    background: linear-gradient(to right, #7aaddd, #2284c6);
  }
  .index-yyly li:hover .arrow img {
    vertical-align: middle;
  }
}
@media (max-width: 1025px) {
  .index-yyly {
    padding: 50px 0;
  }
  .index-yyly li:first-child {
    width: 100%;
  }
  .index-yyly li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .index-yyly li {
    width: 100%;
  }
}
.index-map {
  padding-bottom: 10rem;
}
.index-map .container {
  max-width: 174rem;
}
.index-map .index-title {
  text-align: center;
}
.index-map .box {
  position: relative;
}
.index-map .tu img {
  max-height: 86.4rem;
}
.index-map .circle {
  vertical-align: top;
  text-align: center;
}
.index-map .circle i {
  top: 50%;
  left: 50%;
  z-index: 5;
  font-style: normal;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #ba0d2b;
}
.index-map .circle:before {
  background: rgba(186, 13, 43, 0.3) !important;
}
.index-map .circle:after {
  background: rgba(186, 13, 43, 0.14) !important;
}
.index-map .add {
  text-align: center;
  color: #0f7fc3;
  position: absolute;
}
.index-map .add-1 {
  left: 13rem;
  top: 14.5rem;
}
.index-map .add-2 {
  left: 4.5rem;
  top: 20rem;
}
.index-map .add-3 {
  left: 72rem;
  top: 11rem;
}
.index-map .add-4 {
  left: 37rem;
  top: 36.5rem;
}
.index-map .add-5 {
  left: 51rem;
  top: 49rem;
}
.index-map .add-6 {
  text-align: left;
  top: 33.5rem;
  left: 57rem;
}
.index-map .add-6 p {
  padding-top: 2rem;
  display: inline-block;
}
.index-map .add-7 {
  top: 25.8rem;
  left: 124rem;
}
.index-map .add-7 p {
  padding-top: 2rem;
  display: inline-block;
}
.index-map .phmap {
  display: none;
}
@media (max-width: 1024px) {
  .index-map {
    padding-bottom: 50px;
  }
  .index-map .box {
    display: none;
  }
  .index-map .phmap {
    display: block;
    margin-top: 30px;
  }
}
.footer {
  color: #fff;
  padding-top: 5rem;
  min-height: 55rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.footer a {
  color: #fff;
}
.footer .container {
  max-width: 180rem;
}
.footer .logo {
  width: 20%;
}
.footer .logo img {
  max-height: 8rem;
}
.footer .list ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .list li:first-child {
  width: 50%;
  border-left: 0;
  margin-top: 0;
}
.footer .list li:first-child .glgs{
	margin-top: 4rem;
}
.footer .list li:first-child:before {
  display: none;
}
.footer .list li:nth-child(2):before {
  /* height: 1.5rem; */
}
.footer .list li {
  position: relative;
  padding-left: 1rem;
  width: 16.6666667%;
  margin-top: 12rem;
}
.footer .list li:before {
  top: 0;
  left: 0;
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.16);
}
.footer .list li .title {
  top: -0.8rem;
  position: relative;
  line-height: 3rem;
  font-size: 1.6rem;
}
.footer .list li .title a {
  color: #fff;
}
.footer .list li .title img {
  max-height: 3rem;
}
.footer .list li .title span {
  /* margin-left: -0.5rem; */
  position: relative;
}
.footer .list li .drop {
  padding-left: 2.5rem;
}
.footer .list li .drop a {
  color: #fff;
  transition: all 500ms linear;
  margin-top: 1rem;
  font-size: 1.4rem;
  display: block;
}
.footer .list li .drop span {
  position: relative;
}
.footer .list li .drop span:after {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  transition: all 500ms linear;
}
.footer .list li .drop a:hover span:after {
  width: 100%;
}
.footer .copy {
  padding-bottom: 2rem;
  margin-top: 12rem;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .copy .f-l {
  /* font-weight: 700; */
}
.footer .copy .f-r a {
  padding-left: 1rem;
}
.footer .copy .f-r a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer {
    min-height: auto;
    padding: 40px 0;
  }
  .footer .container {
    padding: 0 40px!important;
  }
  .footer .list li:first-child {
    width: 100%;
    display: block;
  }
  .footer .list li:first-child .glgs{
	  display: none;
  }
  .footer .list li {
    display: none;
    width: 50%;
    padding-left: 0;
  }
  .footer .copy {
    padding-bottom: 0;
    margin-top: 40px;
    font-size: 15px;
    display: block;
  }
  .footer .copy .f-l,
  .footer .copy .f-r {
    float: none;
  }
  .footer .copy .f-l {
    padding-bottom: 15px;
  }
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .ph img {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
}
.inside-banner-2 .pc img {
  height: auto;
}
.inside-banner-2 .text {
  top: auto;
  bottom: 14rem;
  transform: translateY(0);
}
.inside-banner-2 .text .t-3 {
  font-size: 2.2rem;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.17);
}
@media (max-width: 1024px) {
  .inside-banner-2 .text .t-1,
  .inside-banner-2 .text .t-3 {
    display: none;
  }
}
.inside-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #333;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.8rem;
  /* font-weight: normal; */
}
.inside-current a {
  color: #333;
}
.inside-current a:hover {
  color: #0079c0;
}
.inside-current img {
  margin-right: 1rem;
  margin-top: 1.7rem;
  max-height: 1.5rem;
}
.inside-current span {
  color: #0079c0;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-menu {
  padding-top: 6rem;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  padding: 0 1.2rem;
}
.inside-menu li a {
  display: block;
  color: #1d1f21;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0 3.5rem;
  border-radius: 3rem;
  height: 6.2rem;
  line-height: 6.2rem;
  background: #e9edf2;
}
.inside-menu li i {
  overflow: hidden;
  position: relative;
  margin-top: 2.2rem;
  vertical-align: top;
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  font-style: normal;
  background: url(../images/arrow-btn.png) no-repeat center center;
  background-size: cover;
}
.inside-menu li i:after {
  top: -3rem;
  left: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  transition: all 500ms ease;
  background: url(../images/arrow-btnh.png) no-repeat center center;
  background-size: cover;
}
.inside-menu .active a,
.inside-menu li:hover a {
  color: #fff;
  background: linear-gradient(to right, #5f9cd4, #0e7dc2);
}
.inside-menu .active i,
.inside-menu li:hover i {
  background: none!important;
}
.inside-menu .active i:after,
.inside-menu li:hover i:after {
  top: 0;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-qywh {
  padding-bottom: 14rem;
}
.inside-qywh .list {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}
.inside-qywh .list .index-title {
  padding-left: 6rem;
  font-weight: 700;
}
.inside-qywh .list .text {
  width: 63%;
  color: #4c4c4c;
  line-height: 3.2rem;
}
.inside-qywh .list .text p {
  /* padding-top: 1rem; */
  line-height:2;
}
.inside-qywh .list .text p:first-child {
  padding-top: 0;
}
.inside-qywh .list-2 {
  padding-bottom: 2rem;
}
.inside-qywh .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.inside-qywh .list-2 li {
  padding: 0 2.5rem;
  width: 33.333%;
}
.inside-qywh .list-2 li .item {
  position: relative;
}
.inside-qywh .list-2 li .pic {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.inside-qywh .list-2 li .pic img {
  transition: all 700ms linear;
  border-radius: 2rem;
}
.inside-qywh .list-2 li .pic:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 2rem;
  position: absolute;
  background: rgba(15, 127, 195, 0.3);
}
.inside-qywh .list-2 li .text {
  left: 0;
  z-index: 3;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 8rem;
  text-align: center;
  bottom: 1.5rem;
  width: 100%;
  position: absolute;
  transition: all 500ms linear;
}
.inside-qywh .list-2 li .tit {
  letter-spacing: 1rem;
  font-size: 3rem;
  font-weight: 700;
}
.inside-qywh .list-2 li .txt {
  display: none;
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .inside-qywh .list-2 li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-qywh .list-2 li:hover .pic:before {
    opacity: 1;
  }
  .inside-qywh .list-2 li:hover .text {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
  }
  .inside-qywh .list-2 li:hover .txt {
    display: block;
  }
}
.inside-qywh .videobox {
  position: relative;
}
.inside-qywh .videobox video {
  border-radius: 1rem;
}
.inside-qywh .videobtn {
  top: 0;
  z-index: 3;
  right: 7.9rem;
  background: #fff;
  margin-top: -8.5rem;
  border-radius: 50%;
  width: 17rem;
  height: 17rem;
  position: absolute;
}
.inside-qywh .videobtn a {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  transition: all 400ms ease;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #5f9cd4, #368ccb);
}
.inside-qywh .videobtn i {
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
  border-left: solid 3.6rem #ffffff;
  border-top: solid 2.4rem transparent;
  border-bottom: solid 2.4rem transparent;
}
.inside-qywh .videobtn a:hover {
  width: 15.5rem;
  height: 15.5rem;
}
@media (max-width: 1024px) {
  .inside-qywh {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .inside-qywh .list {
    display: block;
    padding: 50px 0;
  }
  .inside-qywh .list .index-title {
    padding-left: 0;
  }
  .inside-qywh .list .text {
    width: 100%;
    line-height: 24px;
    padding-top: 30px;
  }
  .inside-qywh .list-2 ul {
    margin: 0 -10px;
  }
  .inside-qywh .list-2 li {
    padding: 0 10px;
  }
  .inside-qywh .list-2 li .tit {
    letter-spacing: 0;
    font-size: 16px;
  }
  .inside-qywh .list-2 li .text {
    bottom: 30px;
    padding: 0 20px;
  }
  .inside-qywh .videobtn {
    right: 10px;
    width: 100px;
    height: 100px;
  }
  .inside-qywh .videobtn a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .inside-qywh .list-2 li {
    width: 100%;
    margin-top: 20px;
  }
  .inside-qywh .list-2 li .txt {
    display: block;
    text-align: left;
  }
  .inside-qywh .list-2 li:first-child {
    margin-top: 0;
  }
}
.inside-rzgw {
  overflow: hidden;
  position: relative;
  padding: 10rem 0;
  padding-bottom: 14rem;
}
.inside-rzgw .index-title {
  text-align: center;
}
.inside-rzgw .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4.5rem;
}
.inside-rzgw .list li {
  width: 33.333%;
  padding: 0 4.5rem;
  margin-top: 6rem;
}
.inside-rzgw .list li .item {
  display: flex;
  justify-content: space-between;
}
.inside-rzgw .list li .title {
  color: #333;
  position: relative;
  padding-left: 2.2rem;
}
.inside-rzgw .list li .title:before {
  top: 0;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 4.7rem;
  position: absolute;
  background: url(../images/line.png) no-repeat top left;
}
.inside-rzgw .list li .title .t-1 {
  font-size: 1.4rem;
}
.inside-rzgw .list li .title .t-2 {
  font-weight: 700;
}
.inside-rzgw .list li .box {
  position: relative;
}
.inside-rzgw .list li .box .pic img {
  border-radius: 1rem;
}
.inside-rzgw .list li .inside-button {
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: 4rem;
  position: absolute;
}
.inside-rzgw .list li .inside-button a {
  padding: 0 3rem;
  padding-right: 4rem;
}
@media (max-width: 1024px) {
  .inside-rzgw {
    padding: 50px 0;
  }
  .inside-rzgw .list ul {
    margin: 0 -10px;
  }
  .inside-rzgw .list li {
    padding: 0 10px;
    width: 33.333%;
  }
  .inside-rzgw .list li .item {
    display: block;
  }
  .inside-rzgw .list li .box {
    margin-top: 20px;
  }
  .inside-rzgw .list li .inside-button a {
    padding: 0 20px 0 10px;
  }
}
@media (max-width: 480px) {
  .inside-rzgw .list li {
    width: 50%;
  }
}
.inside-job {
  overflow: hidden;
  position: relative;
  padding: 11rem 0;
  background: #e9edf2;
}
.inside-job .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-job .left {
  width: 46%;
}
.inside-job .right {
  width: 50%;
  padding: 5rem;
  background: #fff;
  border-radius: 2rem;
}
.inside-job .right .tag {
  padding-bottom: 3rem;
}
.inside-job .right .tag span {
	margin-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #fff;
	font-weight: 700;
	font-size: 3.4rem;
	border-radius: 1rem;
	display: inline-block;
	width: 100%;
	line-height: 9rem;
	background: linear-gradient(-135deg, #0078bf, #5d9bd3, #5f9cd4);
	text-align: center;
}
.inside-job .right .t-1 {
  padding-left: 2rem;
  line-height: 3.2rem;
  margin-top: 1.5rem;
  position: relative;
}
.inside-job .right .t-1:before {
  left: 0;
  top: 1.2rem;
  content: "";
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: #4d4d4d;
}
@media (max-width: 1024px) {
  .inside-job {
    padding: 50px 0;
  }
  .inside-job .container {
    display: block;
  }
  .inside-job .left,
  .inside-job .right {
    width: 100%;
  }
  .inside-job .right {
    padding: 30px 20px;
  }
  .inside-job .right .tag {
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(-135deg, #0078bf, #5d9bd3, #5f9cd4);
    margin-bottom: 20px;
  }
  .inside-job .right .tag span {
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    background: transparent;
  }
}
.inside-socbg {
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 13rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-socbg .c-gallery {
  margin-top: 6rem;
  box-sizing: inherit!im;
}
.inside-socbg .list-1 {
  padding-bottom: 3rem;
}
.inside-socbg .list-1 .picbox {
  display: flex;
  text-align: center;
  justify-content: center;
}
.inside-socbg .list-1 .picbox span {
  padding: 0 4rem;
}
.inside-socbg .list-1 .picbox span:first-child {
  text-align: left;
}
.inside-socbg .list-1 .picbox span:last-child {
  text-align: right;
}
.inside-socbg .list-1 .picbox img {
  max-height: 23rem;
}
.inside-socbg .list-1 .picbox em {
  margin-top: -3rem;
  position: relative;
  font-size: 1.9rem;
  color: #0079c0;
  font-weight: 700;
  display: block;
  font-style: normal;
}
.inside-socbg .tabbox {
  position: relative;
  margin-top: 6rem;
}
.inside-socbg .tabbox:after {
  content: "";
  width: 100%;
  height: 100%;
  right: -1.5rem;
  top: 1.5rem;
  border-radius: 1rem;
  position: absolute;
  background: #8bc0e1;
}
.inside-socbg2 .tabbox:after {
	display:none!important;
}
.inside-socbg .tabbox dl {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.inside-socbg .tabbox dt {
  width: 50%;
  padding: 6rem 7rem;
  padding-left: 5rem;
}
.inside-socbg .tabbox dd {
  width: 49.3%;
}
.inside-socbg .tabbox dd img {
  border-radius: 1rem;
}
.inside-socbg .tabbox .title {
  color: #1d1f21;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
  border-bottom: solid 1px #bfbfbf;
}
.inside-socbg .tabbox .title:before {
  content: "";
  left: 0;
  bottom: -0.2rem;
  position: absolute;
  width: 10rem;
  height: 0.3rem;
  background: #0079c0;
}
.inside-socbg .tabbox .text {
  color: #4c4c4c;
  text-align: justify;
  margin-top: 2rem;
  line-height: 3.2rem;
}

.inside-socbg .tabbox .text table tr td{
	padding:5px 10px;
	border: 1px solid #aaa;
	font-size: 1.6rem;
}

.inside-socbg .tabcot {
  display: none;
  z-index: 5;
  position: relative;
}
.inside-socbg .tabcot.show {
  display: block;
}
@media (max-width: 1024px) {
  .inside-socbg {
    padding: 50px 0;
  }
  .inside-socbg .list-1 {
    padding: 0 10px;
    max-width: 640px;
    margin: 0 auto;
  }
  .inside-socbg .list-1 .picbox span {
    padding: 0 10px;
  }
  .inside-socbg .inside-menu {
    padding-top: 20px;
    display: block;
  }
  .inside-socbg .inside-menu ul {
    justify-content: flex-start;
  }
  .inside-socbg .inside-menu li {
    text-align: center;
    width: 50%;
    padding: 5px;
  }
  .inside-socbg .inside-menu li a {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .inside-socbg .inside-menu li i {
    margin-top: 12px;
  }
  .inside-socbg .tabbox {
    margin-top: 30px;
  }
  .inside-socbg .tabbox:after {
    display: none;
  }
  .inside-socbg .tabbox dl {
    display: block;
  }
  .inside-socbg .tabbox dt {
    width: 100%;
    padding: 30px;
  }
  .inside-socbg .tabbox dd {
    width: 100%;
    padding: 30px;
    padding-top: 0;
  }
  .inside-socbg .tabbox .text table tr td{
		font-size: 14px;
	}
}
.inside-news {
  padding: 9rem 0 11rem 0;
}
.inside-news .container {
  overflow: hidden;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5rem;
  position: relative;
}
.inside-news li {
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  width: 33.333%;
  padding: 7.2rem;
  padding-bottom: 0;
  margin-bottom: 4rem;
}
.inside-news li .item {
  font-size: 1.6rem;
}
.inside-news li .pic {
  margin-top: 4.5rem;
  overflow: hidden;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.76777251%;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .tigs {
  font-family: "MISANS-REGULAR";
  color: #1d1f21;
  position: relative;
}
.inside-news li .tigs img {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  max-height: 1.6rem;
}
.inside-news li .tigs .tag {
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  line-height: 2.6rem;
  background: #dfebf6;
}
.inside-news li .tit {
  color: #333;
  font-weight: 700;
  transition: all 500ms ease;
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news li .txt {
  color: #333;
  margin-top: 1.5rem;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news li .more {
  color: #333;
  margin-top: 2.5rem;
  line-height: 4.2rem;
}
.inside-news li .more span {
  transition: all 500ms ease;
  margin-left: 1rem;
  vertical-align: top;
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: cover;
}
.inside-news .inside-page {
  padding-top: 4rem;
}
@media (min-width: 1025px) {
  .inside-news li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-news li:hover .tit {
    background: linear-gradient(to right, #5f9cd4, #0078bf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .inside-news li:hover .time:before {
    width: 100%;
  }
  .inside-news li:hover .more {
    color: #0079c0;
  }
  .inside-news li:hover .more span {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .inside-news ul {
    margin: 0 -10px;
    margin-top: 20px;
  }
  .inside-news li {
    border: 0;
    width: 50%;
    padding: 10px;
  }
  .inside-news li .tag {
    font-size: 14px;
  }
  .inside-news li .tit {
    line-height: 24px;
    height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-news li {
    width: 100%;
    margin-bottom: 0;
  }
}
.inside-newsshow {
  padding-bottom: 15rem;
  padding-top: 2rem;
  background: #f2f8fc;
}
.inside-newsshow .container {
  max-width: 147rem;
}
.inside-newsshow .inside-current {
  width: 100%;
  text-align: left;
}
.inside-newsshow .list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.inside-newsshow .leftbox {
  width: 66%;
  padding: 7rem 6.5rem;
  background: #fff;
}
.inside-newsshow .leftbox h1 {
  color: #212121;
  line-height: 5rem;
  font-size: 3.2rem;
}
.inside-newsshow .leftbox .info {
  font-size: 1.6rem;
  color: #7a7a7a;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  border-bottom: solid 1px #cdcccc;
  margin-bottom: 3rem;
}
.inside-newsshow .leftbox .picbox p {
  padding: 1.5rem 0;
}
.inside-newsshow .rightbox {
  width: 30%;
  background: #fff;
  padding: 7rem 3.5rem;
}
.inside-newsshow .list-2 {
  left: 0;
  top: 4rem;
  position: sticky;
}
.inside-newsshow .list-2 .title {
  color: #212121;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 3rem;
  border-bottom: solid 1px #cdcccc;
}
.inside-newsshow .list-2 ul {
  padding-top: 1rem;
}
.inside-newsshow .list-2 li:first-child {
  border-top: 0;
  padding-top: 2rem;
}
.inside-newsshow .list-2 li {
  padding: 3rem 0;
  border-top: solid 1px #e0e0e0;
}
.inside-newsshow .list-2 li .box {
  display: flex;
  justify-content: space-between;
}
.inside-newsshow .list-2 li .box:hover .pic img {
  transform: scale(1.1);
}
.inside-newsshow .list-2 li .box:hover .title {
  color: #0079c0;
}
.inside-newsshow .list-2 li .box:hover .more {
  color: #fff;
  border-color: #0079c0;
  background: #0079c0;
}
.inside-newsshow .list-2 li .pic {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.inside-newsshow .list-2 li .pic:after {
  content: '';
  display: block;
  padding-bottom: 58.76777251%;
}
.inside-newsshow .list-2 li .pic img {
  transition: .5s;
}
.inside-newsshow .list-2 li .text {
  width: 55%;
  padding-left: 2rem;
}
.inside-newsshow .list-2 li .time {
  color: #7a7a7a;
  font-size: 1.4rem;
  font-family: "MISANS-REGULAR";
}
.inside-newsshow .list-2 li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  height: 5.6rem;
  color: #2e2e2e;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    background: transparent;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .inside-newsshow .list {
    margin-top: 0;
    display: block;
  }
  .inside-newsshow .leftbox,
  .inside-newsshow .rightbox {
    width: 100%;
  }
  .inside-newsshow .rightbox {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .inside-newsshow .leftbox {
    padding: 0;
    padding-bottom: 30px;
  }
  .inside-newsshow .leftbox h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-newsshow .leftbox .info {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .inside-newsshow .leftbox .picbox {
    padding-top: 30px;
  }
  .inside-newsshow .leftbox .hezi {
    display: block;
  }
  .inside-newsshow .leftbox .share {
    margin-top: 10px;
    line-height: 30px;
  }
  .inside-newsshow .leftbox .share img {
    max-height: 30px;
  }
  .inside-newsshow .list-2 .title {
    font-size: 16px;
  }
  .inside-newsshow .list-2 ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .inside-newsshow .list-2 li {
    border: 0;
    padding: 10px 0!important;
    width: 49%;
  }
  .inside-newsshow .list-2 li .text {
    padding-top: 20px;
  }
  .inside-newsshow .list-2 li .nr {
    align-items: center;
  }
  .inside-newsshow .list-2 li .time {
    font-size: 12px;
  }
  .inside-newsshow .list-2 li .title {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .inside-newsshow .list-2 li .txt {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .inside-newsshow .list-2 li {
    width: 100%;
  }
}
.inside-xg-nwes .box {
  padding-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-xg-nwes .viwe a {
  color: #444;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.inside-xg-nwes .viwe a:hover {
  color: #0079c0;
}
.inside-xg-nwes .viwe a:hover i {
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 5.4rem;
}
.inside-xg-nwes .viwe span {
  padding-bottom: 1rem;
  display: inline-block;
  position: relative;
}
.inside-xg-nwes .viwe span:before {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  background: #55a6d5;
}
.inside-xg-nwes .viwe i {
  content: "";
  margin-left: 1.5rem;
  font-style: normal;
  width: 5.4rem;
  height: 5.4rem;
  display: inline-block;
  transition: all 500ms ease;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 5.4rem;
}
@media (max-width: 1024px) {
  .inside-xg-nwes .box {
    padding-bottom: 0;
  }
}
.inside-bg {
  padding-bottom: 13rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .inside-bg {
    padding-bottom: 40px;
  }
}
.inside-contact {
  position: relative;
  padding: 7rem 0;
}
.inside-contact .index-title {
  text-align: center;
}
.inside-contact ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.inside-contact li {
  width: 33.333%;
  display: flex;
  padding: 0 2rem;
  padding-top: 4rem;
}
.inside-contact li .item {
  width: 100%;
  min-height: 100%;
  padding: 5rem 4rem;
  padding-right: 3rem;
  border-radius: 1rem;
  box-shadow: 0.4rem 0 2.4rem rgba(0, 120, 191, 0.12);
}
.inside-contact li .title {
  color: #333;
  min-height: 8.4rem;
  padding-top: 1rem;
  padding-left: 11rem;
  position: relative;
  font-weight: 700;
  line-height: 3.6rem;
  font-size: 2.4rem;
}
.inside-contact li .title .icon {
  top: 0;
  left: 0;
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background: linear-gradient(-135deg, #2b87c8, #83b4e0);
}
.inside-contact li .title .icon img {
  max-height: 8.4rem;
}
.inside-contact li .title p span {
  display: block;
}
.inside-contact li .text {
  padding-right: 2rem;
  padding-left: 1rem;
  padding-top: 1rem;
  color: #858585;
}
.inside-contact li .text a {
  color: #858585;
}
.inside-contact li .text p {
  padding-top: 1rem;
}
.inside-contact li .add {
  padding-left: 1.3rem;
  line-height: 5.2rem;
  margin-top: 1.5rem;
}
.inside-contact li .add a {
  color: #0079c0;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
.inside-contact li .add a:after {
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  margin-left: 2rem;
  vertical-align: top;
  display: inline-block;
  transition: all 500ms ease;
  background: url(../images/dot.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .inside-contact li:hover .add a:after {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .inside-contact li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .inside-contact li .title {
    padding-left: 0;
    padding-top: 0;
    min-height: auto;
  }
  .inside-contact li .title .icon {
    display: none;
  }
  .inside-contact li .title {
    font-size: 16px;
    line-height: 26px;
  }
  .inside-contact li .title p span {
    display: inline;
  }
  .inside-contact li .text {
    padding-left: 0;
  }
}
.inside-message {
  padding-top: 3rem;
  position: relative;
}
.inside-message .index-title {
  text-align: center;
}
.inside-message .nr {
  border-radius: 2rem;
  background: #fff;
  margin-top: 6rem;
  padding: 6rem 10rem;
  box-shadow: 0.4rem 0 2.4rem rgba(0, 120, 191, 0.12);
}
.inside-message .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.inside-message .list li {
  width: 33.33333333%;
  position: relative;
  padding: 0 3rem 4rem 3rem;
}
.inside-message .list li em {
  color: #d90716;
  font-style: normal;
}
.inside-message .list li:last-child {
  padding-bottom: 0;
}
.inside-message .list .li-w {
  width: 48%;
}
.inside-message .list .li-w2 {
  width: 100%;
}
.inside-message .list .li-w2 .box span {
  font-size: 1.6rem;
  color: #08060b;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  z-index: 9;
  left: 0rem;
  top: 1.8rem;
  color: #c70204;
  position: absolute;
}
.inside-message .red img {
  max-height: 2rem;
}
.inside-message select,
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  font-family: "微软雅黑";
  vertical-align: middle;
  padding: 0 3rem;
  height: 5.5rem;
  line-height: 4.3rem;
  font-size: 1.6rem;
  transition: all 500ms ease;
  border-bottom: #ebebeb solid 1px;
}
.inside-message select {
  color: #999;
  background-color: transparent;
}
.inside-message .textarea-form {
  font-size: 1.6rem;
  line-height: 3rem;
  padding-right: 9rem;
  height: 10rem;
  padding: 1rem 9rem 1rem 0rem;
}
.inside-message .btn {
  display: flex;
  float: none;
  justify-content: space-between;
  width: 100%!important;
}
.inside-message .submit {
  color: #fff;
  width: 100%;
  display: inline-block;
  width: 16rem;
  text-align: center;
  line-height: 4.8rem;
  height: 4.8rem;
  font-size: 1.6rem;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
  border: none;
}
.inside-message .verifyDiv {
  width: 30%;
}
@media (max-width: 1024px) {
  .inside-message .nr {
    padding: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
  .inside-message .red {
    top: 14px;
  }
  .inside-message .red img {
    max-height: 20px;
  }
  .inside-message .list li {
    padding-bottom: 0;
    width: 100%!important;
  }
  .inside-message .list .li-w2 {
    padding-top: 10px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    line-height: 49px;
  }
  .inside-message .textarea-form {
    height: 100px;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0;
  }
  .inside-message .submit {
    font-size: 16px;
  }
  .inside-message .verifyDiv {
    width: 60%;
  }
}
@media (max-width: 520px) {
  .inside-message .list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-top: 0;
  }
  .inside-message .submit {
    margin-top: 20px;
  }
  .inside-message .btn {
    text-align: center;
    display: block;
  }
}
.inside-yyly {
  padding-bottom: 8rem;
}
.inside-yyly .container {
  max-width: 148rem;
}
.inside-yyly dl {
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
}
.inside-yyly dt {
  width: 47.5%;
}
.inside-yyly dd {
  width: 47%;
}
.inside-yyly dd .title {
	padding-left: 2.2rem;
	color: #212121;
	position: relative;
	line-height: 3rem;
	font-size: 3rem;
}

.inside-yyly .title:before {
    top: 0.2rem;
    left: 0;
    content: "";
    width: 0.4rem;
    height: 2rem;
    position: absolute;
    background: #0079c0;
}

.inside-yyly .title:after {
    top: 2.2rem;
    left: 0;
    content: "";
    width: 0.4rem;
    height: 0.8rem;
    position: absolute;
    background: #ba0d2b;
}


.inside-yyly dd .line {
  margin-top: 2rem;
  width: 0.4rem;
  height: 2rem;
  background: #ba0d2b;
}
.inside-yyly dd .txt {
  margin-top: 8rem;
  line-height: 3.2rem;
      color: #4c4c4c;
}
.inside-yyly dd .button {
  margin-top: 7rem;
}
.inside-yyly dd .button a {
  color: #fff;
  text-align: center;
  min-width: 14.4rem;
  height: 4.8rem;
  line-height: 4.8rem;
  transition: all 500ms ease;
  background: linear-gradient(-135deg, #0078bf 20%, #9fc9eb);
  border-radius: 3rem;
  display: inline-block;
}
.inside-yyly dd .button img {
  margin-right: 1rem;
  margin-top: 1.3rem;
  max-height: 2.4rem;
}
@media (max-width: 1024px) {
  .inside-yyly {
    padding-bottom: 50px;
  }
  .inside-yyly dl {
    padding-top: 30px;
    display: block;
  }
  .inside-yyly dt,
  .inside-yyly dd {
    width: 100%;
  }
  .inside-yyly dd {
    margin-top: 20px;
  }
  .inside-yyly dd .title {
    font-size: 20px;
  }
  .inside-yyly dd .txt {
    line-height: 24px;
    margin-top: 30px;
  }
  .inside-yyly dd .button {
    margin-top: 30px;
  }
}
.inside-yyly-2 {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background: #f2f8fc;
}
.inside-yyly-2 .container {
  max-width: 148rem;
}
.inside-yyly-2 .title {
  padding-left: 2.2rem;
  color: #212121;
  position: relative;
  line-height: 3rem;
  font-size: 3rem;
}
.inside-yyly-2 .title:before {
  top: 0.2rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 2rem;
  position: absolute;
  background: #0079c0;
}
.inside-yyly-2 .title:after {
  top: 2.2rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 0.8rem;
  position: absolute;
  background: #ba0d2b;
}
.inside-yyly-2 .list li {
  color: #4c4c4c;
  padding: 6.5rem 0;
  border-bottom: solid 1px #e1e7eb;
}
.inside-yyly-2 .list li .text {
  padding-top: 2rem;
  padding-left: 2.2rem;
}
.inside-yyly-2 .list li .text p {
  padding-top: 1.5rem;
}
.inside-yyly-2 .list-2 {
  margin-top: 7rem;
}
.inside-yyly-2 .list-2 li {
  margin-top: 4.8rem;
}
.inside-yyly-2 .list-2 li .item {
  position: relative;
}
.inside-yyly-2 .list-2 li .pic {
  overflow: hidden;
  border-radius: 2rem;
}
.inside-yyly-2 .list-2 li .pic img {
  transform-origin: top center;
  border-radius: 2rem;
  transition: all 700ms linear;
}
.inside-yyly-2 .list-2 li .text {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 4.5rem 3rem;
  position: absolute;
}
.inside-yyly-2 .list-2 li .tit,
.inside-yyly-2 .list-2 li .txt {
  font-weight: 700;
  font-size: 2.2rem;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-yyly-2 .list-2 li .txt {
  font-weight: normal;
  font-size: 1.6rem;
}
.inside-yyly-2 .list-2 li .arrow {
  transition: all 500ms ease;
  bottom: 2rem;
  right: 3rem;
  z-index: 3;
  position: absolute;
}
.inside-yyly-2 .list-2 li .arrow img {
  max-height: 1.4rem;
}
@media (min-width: 1025px) {
  .inside-yyly-2 .list-2 li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-yyly-2 .list-2 li:hover .arrow {
    bottom: 3rem;
    line-height: 4.6rem;
    text-align: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    background: linear-gradient(to right, #7aaddd, #2284c6);
  }
  .inside-yyly-2 .list-2 li:hover .arrow img {
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .inside-yyly-2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .inside-yyly-2 .title {
    font-size: 15px;
  }
  .inside-yyly-2 .list li {
    padding: 30px 0;
  }
}
.inside-product {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 1024px) {
  .inside-product {
    padding-bottom: 50px;
  }
}
.classifyPro {
  padding: 0 2rem;
}
.classifyPro li {
  margin-bottom: 1.7rem;
  position: relative;
}
.classifyPro .title {
  background: #fff;
  transition: .3s;
  height: 5rem;
  position: relative;
  line-height: 5rem;
}
.classifyPro .title a {
  padding-left: 2rem;
  padding-right: 4rem;
  font-weight: 700;
  display: block;
  position: relative;
  max-width: 100%;
  color: #333333;
  height: 5rem;
  overflow: hidden;
}
.classifyPro .title span {
  z-index: 2;
  display: block;
  position: relative;
}
.classifyPro .has > .title a {
  display: block;
}
.classifyPro .list .icon {
  position: absolute;
  top: 0rem;
  right: 2.4rem;
  cursor: pointer;
  transition: .3s;
  font-style: normal;
}
.classifyPro .list .icon:after {
  vertical-align: top;
  display: inline-block;
  content: "+";
  font-weight: 700;
  color: #5297d1;
  font-size: 1.8rem;
}
.classifyPro .down:before {
  top: -2px;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 2;
  position: absolute;
  background: #ebf1f8;
}
.classifyPro .down,
.classifyPro .has:hover {
  position: relative;
}
.classifyPro .down > .title,
.classifyPro .has:hover > .title {
  background: linear-gradient(-135deg, #0078bf, #5d9bd3, #5f9cd4);
}
.classifyPro .down > .title a,
.classifyPro .has:hover > .title a {
  color: #fff;
}
.classifyPro .down > .title a:after,
.classifyPro .has:hover > .title a:after {
  opacity: 1;
}
.classifyPro .down > .title:after,
.classifyPro .has:hover > .title:after {
  opacity: 1;
}
.classifyPro .down .icon:after,
.classifyPro .has:hover .icon:after {
  content: "";
  margin-top: 2.5rem;
  width: 1rem;
  height: 1px;
  background: #fff;
}
.classifyPro .list .list {
  display: none;
}
.classifyPro .list .list .title {
  padding: 0;
  border-bottom: solid 1px #e2e5e9;
  background: transparent;
  padding-right: 2.5rem;
  line-height: 2.4rem;
  height: auto;
}
.classifyPro .list .list .title a {
  height: auto;
  color: #666;
  padding: 0;
  padding-right: 2rem;
  margin: 1.1rem 0 !important;
  margin-left: 2rem !important;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  transition: all 500ms ease;
}
.classifyPro .list .list .cur a,
.classifyPro .list .list li:hover a {
  color: #0079c0;
}
.classifyPro .list .list .cur a:after,
.classifyPro .list .list li:hover a:after {
  color: #0079c0;
}
.classifyPro .list .list li:last-child .title {
  border: none;
}
.inside-leftpro {
  top: 0;
  left: 0;
  width: 22%;
  float: left;
  background: #f2f6fa;
  position: sticky;
}
.inside-leftpro .bt {
  padding: 0 2rem;
  color: #212121;
  height: 10rem;
  padding-top: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  border-top: solid 0.6rem #3a8ecb;
}
.inside-leftpro .bt:before {
  content: "";
  margin-right: 1rem;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #212121;
}
@media (max-width: 1024px) {
  .inside-leftpro {
    display: none;
  }
}
.inside-proright {
  width: 75%;
  float: right;
}
@media (max-width: 1024px) {
  .inside-proright {
    width: 100%;
    float: none;
  }
}
.inside-search {
  padding: 4rem;
  padding-right: 12rem;
  border-radius: 2rem;
  box-shadow: 0.4rem 0 2.4rem rgba(0, 120, 191, 0.12);
}
.inside-search .title {
  padding-left: 2.2rem;
  color: #212121;
  position: relative;
  line-height: 2.6rem;
  font-size: 2.6rem;
}
.inside-search .title:before {
  top: 0.4rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 1.3rem;
  position: absolute;
  background: #0079c0;
}
.inside-search .title:after {
  top: 1.7rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 0.8rem;
  position: absolute;
  background: #ba0d2b;
}
.inside-search .search {
  padding-left: 2.2rem;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inside-search .search .bt {
  color: #474747;
  font-weight: 700;
  font-size: 2rem;
}
.inside-search .search .iinput {
  width: 100%;
  padding-right: 2rem;
  padding-left: 3rem;
  max-width: 67rem;
}
.inside-search .search .iinput input {
  width: 100%;
  color: #7a7a7a;
  font-size: 1.6rem;
  font-family: "微软雅黑";
  background: #f6f6f6;
  padding: 0 2.4rem;
  height: 5rem;
  line-height: 4.8rem;
  border: solid 1px #dbdbdb;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05) inset;
}
.inside-search .search .btn a {
  color: #fff;
  font-weight: 700;
  height: 5rem;
  padding: 0 1.5rem;
  line-height: 5rem;
  display: inline-block;
  min-width: 14rem;
  text-align: center;
  transition: all 500ms ease;
  background: linear-gradient(-135deg, #0078bf, #5d9bd3, #5f9cd4);
}
.inside-search .search .btn a:hover {
  background: linear-gradient(-135deg, #ba0d2b, #ba0d2b, #ba0d2b);
}
.inside-search .search .btn img {
  max-height: 2rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
}
.inside-search .keywords {
  padding-left: 2.2rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-search .keywords .tit {
  width: 12%;
  color: #474747;
  font-weight: 700;
}
.inside-search .keywords .text {
  width: 87%;
  padding-left: 2rem;
  border-left: solid 1px #e8e8e8;
  font-size: 1.4rem;
}
.inside-search .keywords .text ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-search .keywords .text li {
  padding: 0.5rem;
}
.inside-search .keywords .text li a {
  color: #0f7fc3;
  transition: all 500ms ease;
  text-decoration: underline;
  padding: 0 1.5rem;
  height: 3.2rem;
  line-height: 3rem;
  display: inline-block;
  border-radius: 3rem;
  border: solid 1px #e8e8e8;
}
.inside-search .keywords .text li a:hover {
  border-color: #0f7fc3;
}
@media (max-width: 1024px) {
  .inside-search {
    padding: 30px;
  }
  .inside-search .search {
    padding-left: 0;
  }
  .inside-search .search .iinput {
    padding: 15px 0;
    max-width: 100%;
  }
  .inside-search .search .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .inside-search .search .btn a {
    min-width: 100%;
  }
  .inside-search .keywords {
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }
  .inside-search .keywords .tit {
    width: 100%;
  }
  .inside-search .keywords .text {
    font-size: 12px;
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
    border-left: 0;
  }
  .inside-search .keywords .text li {
    padding-left: 0;
  }
}
.inside-prolist {
  padding-top: 1.6rem;
}
.inside-prolist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7rem;
}
.inside-prolist li {
  width: 33.333%;
  padding: 0 1.7rem;
  padding-top: 3.4rem;
}
.inside-prolist li .item {
  border-radius: 2rem;
  padding: 2.5rem;
  padding-bottom: 4rem;
  background: #f2f6fa;
}
.inside-prolist li .pic {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.inside-prolist li .pic img {
  border-radius: 2rem;
  transition: all 700ms ease;
}
.inside-prolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.54545455%;
}
.inside-prolist li .text {
  padding-top: 2.5rem;
}
.inside-prolist li .tit {
  color: #212121;
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-prolist li .txt {
  color: #666;
  font-weight: lighter;
  margin-top: 1rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-prolist li .more {
  color: #333;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 4.2rem;
}
.inside-prolist li .more span {
  background: linear-gradient(to right, #5f9cd4, #0078bf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.inside-prolist li .more:after {
  content: "";
  transition: all 500ms ease;
  margin-left: 1rem;
  vertical-align: top;
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .inside-prolist li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-prolist li:hover .tit {
    background: linear-gradient(to right, #5f9cd4, #0078bf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .inside-prolist li:hover .more:after {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .inside-prolist li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-prolist li {
    width: 100%;
  }
}
.inside-proshow {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #f6f8f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow .container {
  max-width: 132rem;
}
.inside-proshow .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow .list dt {
  width: 50%;
}
.inside-proshow .list dt .title {
  color: #333333;
  font-size: 3.4rem;
}
.inside-proshow .list dt .txt {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.inside-proshow .list dt .text {
  color: #000;
  height: 17rem;
  overflow: auto;
  line-height: 3.4rem;
  margin-top: 4rem;
  font-weight: 700;
}
.inside-proshow .list dt .text p {
  padding-right: 2rem;
  padding-left: 1.5rem;
  position: relative;
}
.inside-proshow .list dt .text p:before {
  left: 0;
  top: 1.3rem;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  background: #0080cc;
}
.inside-proshow .list dt .text ::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.inside-proshow .list dt .text ::-webkit-scrollbar-track {
  background: #c8e0f3;
  border-radius: 1rem;
}
.inside-proshow .list dt .text ::-webkit-scrollbar-thumb {
  background: #0079bf;
  border-radius: 1rem;
}
.inside-proshow .list dt .text ::-webkit-scrollbar-thumb:hover {
  background: #000c13 0.1;
}
.inside-proshow .list dt .inside-button a:after {
  display: none;
}
.inside-proshow .list dt .inside-button span {
  z-index: 9;
  position: relative;
}
.inside-proshow .list dt .inside-button img {
  margin-top: 1.3rem;
  margin-right: 1rem;
  max-height: 2.4rem;
}
.inside-proshow .list dd {
  width: 40%;
}
.inside-proshow .list dd .pic {
  width: 155.2%;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.inside-proshow .list dd .pic img {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
@media (max-width: 1024px) {
  .inside-proshow {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .inside-proshow .list {
    display: block;
  }
  .inside-proshow .list dt {
    width: 100%;
  }
  .inside-proshow .list dt .title {
    font-size: 18px;
  }
  .inside-proshow .list dt .text {
    height: auto;
    line-height: 26px;
  }
  .inside-proshow .list dd {
    margin-top: 30px;
    width: 100%;
  }
  .inside-proshow .list dd .pic {
    width: 100%;
    border-radius: 10px;
  }
  .inside-proshow .list dd .pic img {
    border-radius: 10px;
  }
}
.inside-proshow-2 {
  padding: 10rem 0;
}
.inside-proshow-2 .container {
  max-width: 132rem;
}
.inside-proshow-2 .title {
  padding-left: 2.2rem;
  color: #212121;
  position: relative;
  line-height: 3rem;
  font-size: 3rem;
}
.inside-proshow-2 .title:before {
  top: 0.2rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 2rem;
  position: absolute;
  background: #0079c0;
}
.inside-proshow-2 .title:after {
  top: 2.2rem;
  left: 0;
  content: "";
  width: 0.4rem;
  height: 0.8rem;
  position: absolute;
  background: #ba0d2b;
}
.inside-proshow-2 .inside-prolist {
  margin-top: 4rem;
}
.inside-proshow-2 .inside-prolist ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-proshow-2 .inside-prolist li {
  padding: 0;
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding: 50px 0;
  }
}
.inside-xg-product .box {
  display: flex;
  align-items: flex-start;
}
.inside-xg-product .biao-qian {
  margin-left: 4rem;
}
.inside-xg-product .biao-qian span {
  display: inline-block;
  margin-right: 2rem;
}
.inside-xg-product .biao-qian span a {
  transition: all 500ms ease;
  color: #1d1f21;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 3rem;
  padding: 0 3rem;
  height: 5.2rem;
  line-height: 5.2rem;
  background: #e9edf2;
  display: inline-block;
}
.inside-xg-product .biao-qian span i {
  transition: all 500ms ease;
  margin-left: 1.5rem;
  display: inline-block;
  color: #4d95d0;
  font-style: normal;
}
.inside-xg-product .biao-qian span a:hover {
  color: #fff;
  background: linear-gradient(-135deg, #2b87c8, #83b4e0);
}
.inside-xg-product .biao-qian span a:hover i {
  color: #fff;
}
.inside-xg-product .inside-prolist {
  margin-top: 4rem;
}
.inside-xg-product .inside-prolist ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-product .inside-prolist li {
  padding: 0;
}
@media (max-width: 1024px) {
  .inside-xg-product .box {
    display: block;
  }
  .inside-xg-product .biao-qian {
    display: none;
  }
  .inside-xg-product .inside-prolist {
    margin-top: 20px;
  }
}
.inside-button {
  margin-top: 4rem;
}
.inside-button a {
  color: #fff!important;
  overflow: hidden;
  padding: 0 1rem;
  padding-right: 2rem;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 3rem;
  min-width: 16rem;
  height: 4.8rem;
  line-height: 4.8rem;
  background: linear-gradient(-135deg, #0078bf, #5d9bd3, #5f9cd4);
  background-size: auto;
  background-size: cover;
  display: inline-block;
}
.inside-button span {
  z-index: 3;
  position: relative;
}
.inside-button a:before {
  content: "";
  left: -60%;
  width: 200%;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms linear;
  bottom: -10rem;
  border-radius: 100%;
  position: absolute;
  height: 20rem;
  transform-origin: bottom center;
  background: linear-gradient(to right, #e04e63, #ba0d2b);
}
.inside-button a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.inside-button a:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  border-radius: 50%;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  display: inline-block;
}
.inside-glgs {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-glgs .container {
  height: 100vh;
  position: relative;
}
.inside-glgs .swiper-container {
  height: 100%;
}
.inside-glgs .swiper-button-prev,
.inside-glgs .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
}
.inside-glgs .swiper-button-prev:after,
.inside-glgs .swiper-button-next:after {
  color: #999;
  font-size: 1.6rem;
}
.inside-glgs .swiper-button-prev {
  left: -10rem;
}
.inside-glgs .swiper-button-next {
  right: -10rem;
}
.inside-glgs .item {
  position: absolute;
  z-index: 9;
}
.inside-glgs .item .time span {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  border-radius: 0.5rem;
      text-align: center;
  padding: 0 3.7rem;
  line-height: 4rem;
  min-width: 17.6rem;
  background: #5f9cd4;
  display: inline-block;
}

.inside-glgs .item .time span.biaoji{
	position: relative;
}
.inside-glgs .item .time span.biaoji:before{
	position: absolute;
	content: '';
	top: -15px;
	right: 15px;
	width: 3rem;
	height: 3rem;
	background-image: url(/template/index/pc/images/biaoji.png);
	background-size: 30px;
	z-index: 999999;
}

.inside-glgs .item-1 {
  left: 0;
  top: 44.5rem;
}
.inside-glgs .item-2 {
  left: 28.5rem;
  top: 45.5rem;
}
.inside-glgs .item-3 {
  left: 56rem;
  top: 28rem;
}
.inside-glgs .item-4 {
  left: 85.8rem;
  top: 34.5rem;
}
.inside-glgs .item-5 {
  left: 113.6rem;
  top: 23rem;
}
.inside-glgs .item-6 {
  left: 139.6rem;
  top: 20rem;
}
.inside-glgs .nr {
  width: 100%;
  width: 19rem;
  min-height: 17rem;
  margin-top: 1.4rem;
  color: #4c4c4c;
  font-size: 1.6rem;
  margin-bottom: 5rem;
  padding-left: 1.8rem;
  margin-left: 1.4rem;
  position: relative;
  border-left: solid 0.2rem #5f9cd4;
}
.inside-glgs .nr:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  bottom: -4rem;
  left: -1.5rem;
  border-radius: 50%;
  border: solid 0.4rem #5f9cd4;
}
.inside-glgs .nr .text {
  overflow: auto;
  height: 14rem;
}
.inside-glgs .nr .tit {
  padding-top: 1rem;
  font-weight: 700;
}
.inside-glgs .nr .txt {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .inside-glgs {
    padding: 70px 0;
    margin-top: 60px;
  }
  .inside-glgs .list {
    display: none;
  }
  .inside-glgs .item {
    text-align: center;
    left: auto!important;
    top: auto!important;
    position: relative!important;
  }
  .inside-glgs .nr {
    border-left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .inside-glgs .nr:before {
    display: none;
  }
  .inside-glgs .container {
    height: auto;
  }
  .inside-glgs .swiper-button-prev,
  .inside-glgs .swiper-button-next {
    top: 90px;
  }
  .inside-glgs .swiper-button-prev {
    left: 20px;
  }
  .inside-glgs .swiper-button-next {
    right: 20px;
  }
  .inside-glgs .swiper-container {
    overflow: inherit;
  }
}
.inside-glgs-2 {
  position: relative;
}
.inside-glgs-2 .swiper-button-prev,
.inside-glgs-2 .swiper-button-next {
  top: auto;
  opacity: 0;
  margin-top: auto;
  bottom: 15.5rem;
  color: #c8c8c8;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  font-size: 1.6rem;
  margin-top: 13rem;
  transition: all 500ms ease;
  border: solid 1px #c8c8c8;
}
.inside-glgs-2 .swiper-button-prev:after,
.inside-glgs-2 .swiper-button-next:after {
  font-size: 1.6rem;
}
.inside-glgs-2 .swiper-button-prev:hover,
.inside-glgs-2 .swiper-button-next:hover {
  color: #fff;
  background: #0079c0;
  border-color: #0079c0;
}
.inside-glgs-2 .swiper-button-prev {
  left: 9rem;
}
.inside-glgs-2 .swiper-button-next {
  right: 9rem;
}
.inside-glgs-2 .list {
  position: relative;
}
.inside-glgs-2 .list .item {
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-glgs-2 .list .swiper-slide-active .nr {
  animation: fadeInLeft2 ease 2s;
}
.inside-glgs-2 .listbox {
  width: 100%;
  z-index: 4;
  bottom: 2rem;
  position: absolute;
}
.inside-glgs-2 .listbox:after {
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.inside-glgs-2 .list-2 {
  max-width: 192rem;
  margin: 0 auto;
}
.inside-glgs-2 .list-2 .item {
  cursor: pointer;
  margin-bottom: 1rem;
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
}
.inside-glgs-2 .list-2 .icon {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  position: relative;
}
.inside-glgs-2 .list-2 .icon img {
  max-height: 9.5rem;
}
.inside-glgs-2 .list-2 .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  transition: all 500ms ease;
}
.inside-glgs-2 .list-2 .tit {
  color: #fff;
  position: relative;
  padding-top: 7rem;
  font-size: 2.2rem;
  transition: all 500ms ease;
  line-height: 3rem;
}
.inside-glgs-2 .list-2 .tit:before {
  content: "";
  top: 3.2rem;
  left: 50%;
  z-index: 3;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #b2c4d0;
}
.inside-glgs-2 .list-2 .swiper-slide-thumb-active .item .icon {
  background-color: #fff;
}
.inside-glgs-2 .list-2 .swiper-slide-thumb-active .item .icon .img1 {
  opacity: 0;
}
.inside-glgs-2 .list-2 .swiper-slide-thumb-active .item .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-glgs-2 .list-2 .swiper-slide-thumb-active .item .tit {
  font-weight: 700;
}
.inside-glgs-2 .list-2 .swiper-slide-thumb-active .item .tit:before {
  background: #fff;
}
@media (max-width: 1024px) {
  .inside-glgs-2 .title span {
    display: inline-block;
  }
  .inside-glgs-2 .nr {
    max-width: 100%;
    padding: 0 50px;
  }
  .inside-glgs-2 .list .item {
    display: flex;
    align-items: center;
    height: 300px;
    padding-top: 0;
  }
  .inside-glgs-2 .list:before,
  .inside-glgs-2 .list:after {
    display: none;
  }
  .inside-glgs-2 .listbox {
    bottom: 10px;
  }
  .inside-glgs-2 .listbox::after {
    bottom: 55px;
  }
  .inside-glgs-2 .list-2 .item {
    padding-bottom: 0;
  }
  .inside-glgs-2 .swiper-button-prev,
  .inside-glgs-2 .swiper-button-next {
    opacity: 1;
    border: 0;
    background: #fff;
    bottom: auto;
    top: 37%;
  }
  .inside-glgs-2 .swiper-button-prev:after,
  .inside-glgs-2 .swiper-button-next:after {
    color: #666;
  }
  .inside-glgs-2 .swiper-button-prev:hover:after,
  .inside-glgs-2 .swiper-button-next:hover:after {
    color: #fff;
  }
}
@media (max-width: 640px) {
  .inside-glgs-2 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-glgs-2 .swiper-button-prev {
    left: 20px;
  }
  .inside-glgs-2 .swiper-button-next {
    right: 20px;
  }
}
.inside-glsshow-1 {
  padding-top: 10rem;
}
.inside-glsshow-1 .list {
  border-radius: 6rem;
  box-shadow: 0 0 2.4rem rgba(0, 120, 191, 0.1);
  padding: 9rem 7.5rem;
}
.inside-glsshow-1 .list dl {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inside-glsshow-1 .list dt {
  width: 40%;
  color: #0f7fc3;
}
.inside-glsshow-1 .list dd {
  width: 51%;
  color: #4c4c4c;
  line-height: 3rem;
}
.inside-glsshow-1 .list dd p {
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.inside-glsshow-1 .list dd p:last-child {
  padding-bottom: 0;
}
.inside-glsshow-1 .list dd p:first-child {
  font-weight: 700;
}
.inside-glsshow-1 .list dd ::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.inside-glsshow-1 .list dd ::-webkit-scrollbar-track {
  background: #c8e0f3;
  border-radius: 1rem;
}
.inside-glsshow-1 .list dd ::-webkit-scrollbar-thumb {
  background: #0079bf;
  border-radius: 1rem;
}
.inside-glsshow-1 .list dd ::-webkit-scrollbar-thumb:hover {
  background: #000c13 0.1;
}
.inside-glsshow-1 .list .scroll {
  height: 51.6rem;
  overflow: auto;
}
.inside-glsshow-1 .list .text-top .t-1 {
  font-weight: 700;
  font-size: 4rem;
}
.inside-glsshow-1 .list .text-top .t-2 {
  font-family: "POPPINS-REGULAR";
}
.inside-glsshow-1 .list .text-bot {
  bottom: 0rem;
  position: absolute;
  line-height: 3.6rem;
}
.inside-glsshow-1 .list .text-bot a {
  color: #0079c0;
}
@media (max-width: 1024px) {
  .inside-glsshow-1 {
    padding-top: 40px;
  }
  .inside-glsshow-1 .list {
    box-shadow: none;
    padding: 0 0 30px 0;
    border-radius: 20px;
  }
  .inside-glsshow-1 .list .text-top .t-1 {
    font-size: 20px;
  }
  .inside-glsshow-1 .list .text-bot {
    margin-top: 20px;
    line-height: 24px;
    bottom: auto;
    position: relative;
  }
  .inside-glsshow-1 .list .scroll {
    height: auto;
  }
  .inside-glsshow-1 .list dl {
    display: block;
  }
  .inside-glsshow-1 .list dt,
  .inside-glsshow-1 .list dd {
    width: 100%;
  }
  .inside-glsshow-1 .list dd {
    padding-top: 20px;
    line-height: 24px;
  }
  .inside-glsshow-1 .list dd p {
    padding-right: 0;
  }
}
.inside-xg-product{
	padding-bottom:13rem;
}
.inside-honor {
  overflow: hidden;
  position: relative;
  padding: 13rem;
  padding-bottom:13rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-honor .list {
  position: relative;
  margin-top: 7rem;
}
.inside-honor .item {
  margin-bottom: 2rem;
}
.inside-honor .item .tit {
  color: #333;
  overflow: hidden;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
}
.inside-honor .swiper-button-prev {
  left: -9rem;
}
.inside-honor .swiper-button-next {
  right: -9rem;
}
.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  transition: all 500ms ease;
  margin-top: -11rem;
  border: solid 1px #ccd0d1;
}
.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  color: #b3b4b4;
  font-size: 2rem;
}
.inside-honor .swiper-button-prev:hover,
.inside-honor .swiper-button-next:hover {
  background: #0079c0;
  border-color: #0079c0;
}
.inside-honor .swiper-button-prev:hover:after,
.inside-honor .swiper-button-next:hover:after {
  color: #fff;
}
.inside-honor .swiper-pagination-progressbar {
  border-radius: 1.5rem;
  position: relative;
  height: 0.6rem;
  max-width: 120rem;
  margin: 0 auto;
  background: rgba(52, 140, 202, 0.08);
  margin-top: 8rem;
}
.inside-honor .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 1.5rem;
  background: #348cca;
}
@media (max-width: 1024px) {
  .inside-honor {
    margin-top: 20px;
    padding: 40px 0;
	padding-bottom:0;
  }
  .inside-honor:after {
    bottom: 30px;
  }
  .inside-honor .container {
    max-width: 640px!important;
  }
  .inside-honor .list {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .inside-honor .item .tit {
    font-size: 14px;
  }
  .inside-honor .swiper-button-prev,
  .inside-honor .swiper-button-next {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.7);
  }
  .inside-honor .swiper-button-prev {
    left: 10px;
  }
  .inside-honor .swiper-button-next {
    right: 10px;
  }
}
.inside-glsshow-4 {
  padding-top: 14rem;
      padding-bottom: 14rem;
}


.inside-glsshow-4 .bg {
  color: #fff;
  display: flex;
  align-items: center;
  height: 42rem;
  border-radius: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-glsshow-4 .nr {
  width: 100%;
  position: relative;
  padding-left: 11rem;
}
.inside-glsshow-4 .title {
  font-size: 3rem;
  font-weight: 700;
}
.inside-glsshow-4 .title span {
  padding-right: 2rem;
  font-size: 4.2rem;
}
.inside-glsshow-4 .text {
  line-height: 3.2rem;
  padding-top: 5rem;
}
.inside-glsshow-4 .inside-button {
  bottom: 0;
  right: 13rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .inside-glsshow-4 {
    padding-bottom: 50px;
	padding-top: 50px;
  }

  .inside-glsshow-4 .nr {
    padding-left: 0;
    padding: 0 30px;
  }
  .inside-glsshow-4 .bg {
    height: auto;
    padding: 30px 0;
    border-radius: 20px;
  }
  .inside-glsshow-4 .title {
    font-size: 16px;
  }
  .inside-glsshow-4 .title span {
    font-size: 20px;
  }
  .inside-glsshow-4 .text {
    line-height: 24px;
    padding-top: 20px;
  }
  .inside-glsshow-4 .inside-button {
    top: auto;
    right: auto;
    position: relative;
  }
}
.inside-pagenews {
  font-size: 1.6rem;
  position: relative;
  padding-top: 2.5rem;
  margin-top: 6rem;
  border-top: solid 1px #eee;
}
.inside-pagenews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-pagenews li {
  width: 44%;
}
.inside-pagenews li .tag i {
  color: #666;
  font-weight: 700;
  font-family: "宋体";
  display: inline-block;
  font-style: normal;
}
.inside-pagenews li .tit {
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-pagenews li:first-child .tag i {
  margin-right: 1rem;
}
.inside-pagenews li:last-child {
  text-align: right;
}
.inside-pagenews li:last-child .tag i {
  margin-left: 1rem;
}
.inside-pagenews .fanhui {
  left: 50%;
  width: 10%;
  top: 3.4rem;
  text-align: center;
  position: absolute;
  transform: translateX(-40%);
}
.inside-pagenews .fanhui a {
  color: #0079c0;
}
.inside-pagenews .fanhui img {
  max-height: 1.5rem;
}
@media (max-width: 1024px) {
  .inside-pagenews ul {
    display: block;
  }
  .inside-pagenews li {
    width: 100%;
    padding-top: 15px;
    text-align: left!important;
  }
  .inside-pagenews li .tag i {
    display: none;
  }
  .inside-pagenews li .tit {
    height: 30px;
    line-height: 30px;
  }
  .inside-pagenews .fanhui {
    display: none;
    left: auto;
    width: 100%;
    top: auto;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    transform: translateX(0);
    position: relative;
  }
}
.verifyDiv {
  width: 25%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 5rem;
  background-color: #e8e8e8;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px #e5e5e5 solid;
  width: 5rem;
  height: 5rem;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 2rem 2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5rem;
  line-height: 4.8rem;
  background-color: #e8e8e8;
  color: #666;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 5rem;
  padding-left: 5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 8rem;
}
.inside-page a {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 3.8rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  color: #202020;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3ecf2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #5f9cd4, #0e7dc2);
}
.inside-page .prev,
.inside-page .next {
  min-width: 10.6rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.inside-map {
  padding: 7rem 0;
}
.inside-map li {
  font-size: 1.8rem;
  padding-top: 2rem;
}
.inside-map li .drop {
  padding-top: 1rem;
}
.inside-map li .drop a {
  padding-right: 3rem;
  display: inline-block;
}
.inside-map li:first-child {
  padding-top: 0;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 13rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 10rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 1.4rem;
  height: 6rem;
  line-height: 5.8rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 6rem;
  width: 6rem;
  background: #0079c0;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 3rem;
  height: 3rem;
  margin: 1.5rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #0079c0;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 9.5rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #999;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  animation: fadeIn2 1.8s linear infinite;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  width: 15px!important;
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0px;
    position: absolute;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  right: 0;
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666!important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
}
.common-navM .drop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.common-navM .drop a {
  color: #999;
  width: 50%;
  font-size: 14px;
  padding: 0;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
.jobox-tk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.jobox-tk .nr {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 4rem;
  max-width: 140rem;
  margin: 0 auto;
  background: #fff;
}
.jobox-tk .item {
  text-align: left;
  padding: 7rem;
  padding-top: 4rem;
}
.jobox-tk .item .close {
  text-align: right;
}
.jobox-tk .item .close img {
  max-height: 4rem;
}
.jobox-tk .item .title {
  color: #0f7fc3;
  font-size: 3.2rem;
  line-height: 4rem;
}
.jobox-tk .item .add {
  padding: 2.5rem 0;
  border-bottom: solid 1px #d6d6d6;
}
.jobox-tk .item .add span {
  padding-right: 3rem;
}
.jobox-tk .item .add span:last-child {
  padding-right: 0;
  padding-left: 7rem;
}
.jobox-tk .item .add img {
  margin-top: 0.3rem;
  max-height: 2.2rem;
}
.jobox-tk .item .scroll {
  overflow: auto;
  height: 52rem;
}
.jobox-tk .item .bt {
  padding-left: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 3rem;
  position: relative;
  color: #333333;
  font-size: 2.6rem;
}
.jobox-tk .item .bt:before {
  top: 0;
  left: 0;
  content: "";
  width: 0.6rem;
  height: 3rem;
  position: absolute;
  background: #3f90cc;
}
.jobox-tk .item .txt p {
  padding-top: 1rem;
}
.jobox-tk .inside-button img {
  margin-top: 1rem;
  margin-right: 1rem;
  max-height: 2.6rem;
}
.jobox-tk .inside-button a:after {
  display: none;
}
@media (max-width: 1024px) {
  .jobox-tk .nr {
    padding: 20px;
    border-radius: 0;
  }
  .jobox-tk .item {
    padding: 0px;
  }
  .jobox-tk .item .add span {
    display: block;
    padding: 0!important;
  }
  .jobox-tk .item .scroll {
    height: 430px;
    padding-right: 15px;
  }
}
.floatRigth {
  z-index: 10;
  right: 0px;
  top: 50%;
  z-index: 99;
  position: fixed;
  transform: translateY(-50%);
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth li {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth li:nth-child(3) .hoverDiv {
  top: 0;
  bottom: auto;
  padding: 2rem 3rem;
  text-align: left;
  width: 25.5rem;
}
.floatRigth li:nth-child(3) .hoverDivC {
  position: relative;
  text-align: left;
}
.floatRigth li:nth-child(3) dl:first-child {
  margin-top: 0;
}
.floatRigth li:nth-child(3) dl {
  margin-top: 1rem;
}
.floatRigth li:nth-child(3) dt {
  font-weight: 700;
}
.floatRigth li:nth-child(3) dd {
  margin-top: 0.5rem;
}
.floatRigth li:nth-child(3) dd img {
  max-height: 2rem;
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  background: linear-gradient(-135deg, #0078bf, #9fc9eb);
  text-align: center;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .title {
  display: block;
  line-height: 2rem;
}
.floatRigth .icon {
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .icon img {
  width: auto;
  height: auto;
  max-height: 4.8rem;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 1rem;
  background-color: #fff;
  width: 13rem;
  color: #333;
  font-size: 1.4rem;
  padding: 10px;
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0;
  display: none;
  right: 6rem !important;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0.85);
  box-shadow: 0 0 1rem rgba(0, 120, 191, 0.12);
}
.floatRigth .hoverDiv:after {
  content: "";
  top: 2rem;
  right: -1rem;
  position: absolute;
  border-left: solid 1rem #ffffff;
  border-top: solid 1rem transparent;
  border-bottom: solid 1rem transparent;
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: #0079c0;
  font-size: 2rem;
}
.floatRigth .ewm {
  width: 16rem;
  height: 16rem;
  text-align: left;
  padding: 0.5rem;
}
.floatRigth .box:hover .hoverDiv {
  display: block;
  opacity: 1;
  right: 100%;
  transform: scale(1);
}
.floatRigth .box:hover .icon svg {
  fill: #fff;
}
.floatRigth .returnTopBtn {
  opacity: 0;
  transition: opacity .5s;
}
.floatRigth .returnTopBtn.show {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .floatRigth {
    display: none;
  }
}
.index-qywh .list li .icon img{
    max-height:5.2rem;
}

.home-pocess {
	overflow:hidden;
	padding-top:8rem;
	padding-bottom:10rem
}

.home-pocess .index-title {
	text-align: center;
}

.home-pocess .container {
	max-width: 180rem;
}
.home-pocess .list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top: 4rem;
	padding-left:1rem;
	padding-right:1rem
}
.home-pocess .list li {
	padding-left:1rem;
	padding-right:1rem;
	-webkit-transition:.5s;
	transition:.5s
}
.home-pocess .list .box {
	display:block;
	height:56rem;
	color:#fff;
	background:#000;
	position:relative;
	border-radius:1rem;
	overflow:hidden
}
.home-pocess .list .pic {
	overflow:hidden
}
.home-pocess .list .pic img {
	height:70rem;
	-o-object-fit:cover;
	object-fit:cover
}
.home-pocess .list .text-1 {
	text-align:center;
	width:100%;
	padding:3rem 2rem;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:0;
	-webkit-transition:.5s;
	transition:.5s
}

.home-pocess .list .text-1 .title {
	font-size:3rem;
	line-height:3.2rem;
	min-height:6.4rem
}
.home-pocess .list .info {
	font-size:2rem;
	line-height:2
}
.home-pocess .list .text-2 {
	text-align:left;
	width:100%;
	min-width:71rem;
	padding:3rem 8rem 3rem 5rem;
	position:absolute;
	top:20%;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	left:0;
	opacity:0;
	-webkit-transition:.5s;
	transition:.5s
}
.home-pocess .list .text-2 .num-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}

.home-pocess .list .text-2 .title {
	font-size:5rem;
}

.home-pocess .list .text-2 .info {
	width:54rem
}
.home-pocess .mobile {
  display: none;
}

@media (min-width:1025px) {
	.home-pocess .list li:hover,.home-pocess .list .active {
		z-index:9999;
		width:85rem;
		-webkit-box-flex:0;
		-ms-flex:0 0 85rem;
		flex:0 0 85rem
	}
	.home-pocess .list li:hover .text-1,.home-pocess .list .active .text-1 {
		opacity:0
	}
	.home-pocess .list li:hover .text-2,.home-pocess .list .active .text-2 {
		opacity:1
	}
}
@media screen and (max-width:1024px) {
	.home-pocess {
		padding-top:40px;
		padding-bottom:40px
	}
	.home-pocess .pc {
	  display: none;
	}
	.home-pocess .mobile {
	  display: block;
	}
	.home-pocess .list {
		display:block;
		padding-left:0;
		padding-right:0
	}
	.home-pocess .list li {
		padding-left:0;
		padding-right:0;
		-webkit-transition:.5s;
		transition:.5s
	}
	.home-pocess .list .box {
		height:360px;
		border-radius:10px
	}
	.home-pocess .list .pic img {
		height:360px
	}
	.home-pocess .list .text-1 {
		width:100%;
		padding:20px
	}
	.home-pocess .list .text-1 .icon {
		width:60px;
		height:60px;
		margin:0 auto 20px auto
	}
	.home-pocess .list .text-1 .num {
		font-size:22px;
		line-height:32px;
		margin-bottom:15px
	}
	.home-pocess .list .text-1 .title {
		font-size:22px;
		line-height:32px;
		min-height:64px
	}
	.home-pocess .list .info {
		font-size:20px;
		line-height:2
	}
	.home-pocess .list .text-2 {
		text-align:left;
		width:100%;
		min-width:710px;
		padding:30px 80px 30px 50px;
		position:absolute;
		top:20%;
		-webkit-transform:translateY(0);
		transform:translateY(0);
		left:0;
		opacity:0;
		-webkit-transition:.5s;
		transition:.5s
	}
	.home-pocess .list .text-2 .num-title {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.home-pocess .list .text-2 .num {
		font-size:50px;
		margin-right:10px
	}
	.home-pocess .list .text-2 .title {
		font-size:50px
	}
	.home-pocess .list .text-2 .icon {
		position:absolute;
		top:50px;
		right:50px
	}
	.home-pocess .list .text-2 .info {
		width:100%
	}	
}

.common-nav .listNav > li .subnav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 55;
  background: #fff;
  box-shadow: inset 0.1rem 3.5rem 11rem rgba(30, 85, 56, 0.14);
}
.common-nav .listNav > li .subnav ul {
  margin: 0;
  padding: 5rem 3rem;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.common-nav .listNav > li .subnav ul li {
  margin: 0;
  width: 25%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-bottom: 3rem;
}
.common-nav .listNav > li .subnav1 ul li {
  margin: 0;
  width: 20%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-bottom: 3rem;
}
.common-nav .listNav > li .subnav ul li a {
  font-size: 0;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.common-nav .listNav > li .subnav ul li a:after {
  display: none;
}

.common-nav .listNav > li .subnav ul li .pic img {
  transition: 0.5s;
  border-radius: 10px;
}

.common-nav .listNav > li .subnav ul li .pic {
  width: 54%;
  border-radius: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.common-nav .listNav > li .subnav ul li .pic:after {
  padding-bottom: 60%;
}
.common-nav .listNav > li .subnav ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.common-nav .listNav > li .subnav ul li .bt {
	font-size: 1.6rem;
	overflow: hidden;
	color: #212121;
	font-weight: 700;
}

@media (min-width: 1025px) {
  .common-nav .listNav > li .subnav ul li:hover a .pic img {
    transform: scale(1.05);
  }
}
.common-nav .listNav > li .subnav1 ul {
  text-align: left;
}

.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;
}

.inside-qywh2{
	padding-top: 10rem;
	padding-bottom: 0;
}
.inside-qywh2 .index-title{
	text-align:center;
}
.inside-qywh .list-3{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.inside-qywh .list-3 li{
	width: 25%;
}
.inside-qywh .list-4{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.inside-qywh .list-4 li{
	width: 50%;
}
.inside-qywh .list-4 li .pic img{
	width: 100%;
}

.inside-job2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background: none;
}
.inside-job2 .left {
    width: 30%;
}
.inside-job2 .right {
    width: 70%;
    padding: 5rem;
    background: none;
    border-radius: 0;
}

.inside-qywh .list-5{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.inside-qywh .list-5 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5rem;
}
.inside-qywh .list-5 li{
	width: 25%;
	padding: 0 2.5rem;
}
.inside-qywh2 .list-5 li .text {
    font-size: 1.6rem;
    padding: 5rem 3rem;
    box-shadow: 0 0 7px 0px #eaeaea;
    min-height: 40rem;
}
.inside-qywh2 .list-5 li .tit {
  font-size: 2.4rem;
  font-weight: 700;
}
.inside-qywh2 .list-5 li .txt {
  margin-top: 2rem;
  line-height: 2;
}

.inside-qywh .list-5 li:nth-child(1) .item{
	border-top: #2ABD5B solid 10px;
}
.inside-qywh .list-5 li:nth-child(1) .item .tit{
	color: #2ABD5B;
}
.inside-qywh .list-5 li:nth-child(2) .item{
	border-top: #EA8510 solid 10px;
}
.inside-qywh .list-5 li:nth-child(2) .item .tit{
	color: #EA8510;
}
.inside-qywh .list-5 li:nth-child(3) .item{
	border-top: #EA5A0C solid 10px;
}
.inside-qywh .list-5 li:nth-child(3) .item .tit{
	color: #EA5A0C;
}
.inside-qywh .list-5 li:nth-child(4) .item{
	border-top: #0577D0 solid 10px;
}
.inside-qywh .list-5 li:nth-child(4) .item .tit{
	color: #0577D0;
}

@media (max-width: 1024px) {
    .inside-qywh2 {
        padding-top: 0;
    }
	.inside-qywh2 .list-3 li {
		width: 50%;
		margin-top: 20px;
	}
	.inside-qywh .list-4 li{
		margin-top: 20px;
	}
	.inside-job2{
		display:block;
	}
	.inside-job2 .left {
		width: 100%;
	}
	.inside-job2 .right {
		width: 100%;
	}
	.inside-qywh .list-5 li{
		width: 50%;
	}
}

@media (max-width: 500px) {
    .inside-qywh2 {
        padding-top: 0;
    }
	.inside-qywh2 .list-3 li {
		width: 100%;
		margin-top: 20px;
	}
	.inside-qywh .list-4 li{
		width: 100%;
		margin-top: 20px;
	}
	.inside-job2{
		display:block;
	}
	.inside-qywh .list-5 li{
		width: 100%;
		margin-top: 20px;
	}
}

.inside-proshow .product-list strong,.inside-proshow .product-list b{
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 1rem;
}
.inside-proshow .product-list table td{
	padding: 1rem;
}