* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #ec0019;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -0.85rem;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1024px) {
  .dw {
    top: -70px;
  }
}
/*濞撳懏顨熷ù顔煎З*/
.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 {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.eot');
  src: url('../fonts/Oswald-Medium.oft');
  src: url('../fonts/Oswald-Medium.ttf');
  src: url('../fonts/Oswald-Medium.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.eot');
  src: url('../fonts/D-DIN.ttf');
  src: url('../fonts/D-DIN.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansSC-Bold";
  src: url("../fonts/SourceHanSansSC-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-ExtraLight";
  src: url("../fonts/SourceHanSansSC-ExtraLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url('../fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('../fonts/Ubuntu-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  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;
}
::-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: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  font-weight: lighter;
  overflow: hidden;
  text-align: center;
  height: 0.58rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.56rem;
  background: #ec0019;
  position: relative;
  border: solid 1px #ec0019;
}
.button img {
  width: auto;
  height: auto;
  max-height: 0.2rem;
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle!important;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 14px;
    min-width: 120px;
    height: 32px!important;
    line-height: 30px!important;
  }
  .button img {
    max-height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
  }
}
.button a:hover,
.button span:hover {
  background: #bb2924;
  border-color: #bb2924;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.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: 15.2rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: 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: #ec0019;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ec0019;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  position: absolute;
}
.header > .container {
  position: relative;
  display: flex;
  height: 0.85rem;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  z-index: 1;
  transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .infobox {
  display: flex;
  align-items: center;
}
.header .searchBtn {
  transition: all 500ms ease;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  right: 0rem;
  top: 0.24rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #353535;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #353535;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: #ec0019;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0!important;
    width: 100%;
    position: fixed!important;
    background: #fff!important;
    height: 60px!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    height: 60px;
    padding-left: 0;
    max-width: 640px;
    position: relative;
  }
  .header .searchBtn {
    display: none;
  }
}
.common-nav {
  padding-right: 0.8rem;
  transition: all 500ms ease;
}
.common-nav .listNav {
  z-index: 10;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  font-size: 0.18rem;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
  line-height: 0.85rem;
  margin-left: 0.2rem;
}
.common-nav .listNav > li.li-static {
  position: static;
}
.common-nav .listNav > li i {
  margin-bottom: 0.02rem;
  margin-left: 0.08rem;
  vertical-align: middle;
  display: inline-block;
  border-top: solid 0.04rem #808080;
  border-left: solid 0.03rem transparent;
  border-right: solid 0.03rem transparent;
}
.common-nav .listNav > li > a {
  padding: 0 0.36rem;
  color: #333;
  display: block;
  transition: all 334ms linear;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  color: #fff;
  background: #ec0019;
}
.common-nav .listNav > li:hover i,
.common-nav .listNav > li.active i {
  border-top: solid 0.04rem #ffffff;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 0.85rem;
  /* left: 50%; */
  font-size: 0.16rem;
  box-shadow: 0 0 0.2rem rgba(8, 93, 114, 0.15);
  transform-origin: 0 0;
  /* transform: scaleY(0) translateX(-50%); */
  transform: scaleY(0);
  transition: transform .2s;
  color: #333;
  background: #f7f7f7 !important;
}

.common-nav .listNav > li > .child:after {
  content: '';
  position: fixed;
  top: 0;
  transition: transform .2s;
  left:-50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f7f7f7 !important;
  height: 100%;
  z-index: -1;
}

.common-nav .listNav > li > .child a {
  color: #333;
}
.common-nav .listNav > li > .child > .list {
  padding: 0.2rem;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.common-nav .listNav > li > .child > .list a {
	/* width: 100%; */
	display: block;
	color: #666;
	height: auto;
	transition: all 500ms ease;
	line-height: 0.24rem;
	padding: 0.05rem 0.1rem;
	position: relative;
	float:left;
	height: 0.34rem;
	overflow: hidden;
}
.common-nav .listNav > li > .child > .list a:hover {
  color: #ec0019;
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 0.6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 0.18rem;
  color: #ec0019;
  border-bottom: 1px #ec0019 solid;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #ec0019;
  display: block;
  line-height: 0.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: 0.36rem;
  height: 0.36rem;
  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: #ec0019;
}
.common-nav .listNav > li > .child.child-2 {
  width: 8rem;
}
.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.show {
	display: block;
	width: 100vw;
	transform: scaleY(1);
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.header-ny {
  top: auto;
  left: auto;
  position: relative;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fixed .nav li > a {
  color: #333;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  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%;
  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 {
  z-index: 9;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: left;
  transform: translateY(-50%);
  position: absolute;
}
.banner .text h2 {
  font-size: 0.61rem;
  line-height: 0.7rem;
}
.banner .text .en {
  margin-top: 0.2rem;
  font-size: 0.2rem;
}
.banner .text .en1 {
    font-size: 0.3rem;
    font-weight: lighter;
    letter-spacing: 3px;
}
.banner .text .cn {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.banner .text .t-1 {
  font-size: 0.46rem;
  font-weight: 700;
  line-height: 0.6rem;
}
.banner .text .t-2 {
  padding-top: 0.25rem;
  width: 7.8rem;
  line-height: 0.65rem;
  font-size: 0.4rem;
}
.banner .text .button {
  margin-top: 0.7rem;
}
.banner .swiper-pagination {
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  vertical-align: middle;
  transition: all 500ms ease;
  margin: 0 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: cover;
}
.banner .swiper-slide-active h2,
.banner .swiper-slide-active .t-1 {
  animation: 1.6s titFadeup1 ease;
}
.banner .swiper-slide-active .en,
.banner .swiper-slide-active .cn
.banner .swiper-slide-active .t-2 {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.8s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
}
@media (max-width: 640px) {
  .banner .text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .text .button {
    display: none;
  }
  .banner .text .t-2 {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
  }
}
.index-title {
  text-align: center;
  line-height: 1rem;
  position: relative;
}
.index-title .cn {
  z-index: 3;
  color: #333;
  font-weight: 700;
  position: relative;
  font-size: 0.5rem;
}
.index-title .en {
  top: 0;
  left: 0;
  width: 100%;
  color: #f2f4f8;
  position: absolute;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Oswald";
  text-shadow: rgba(218, 37, 29, 0.2) 1px 0 0, rgba(218, 37, 29, 0.2) 0 1px 0, rgba(218, 37, 29, 0.2) -1px 0 0, rgba(218, 37, 29, 0.2) 0 -1px 0;
}
@media (max-width: 1024px) {
  .index-title {
    line-height: 60px;
  }
  .index-title .cn {
    font-size: 24px;
  }
  .index-title .en {
    font-size: 50px;
  }
}
.index-about .bg {
  padding: 1.4rem 0;
  min-height: 13.78rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .text {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  color: #ec0019;
  padding-top: 0.2rem;
}
.index-about .nr {
  text-align: center;
  line-height: 0.32rem;
  padding-top: 0.3rem;
}
.index-about .numlist {
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  justify-content: space-between;
}
.index-about .numlist li {
  color: #333;
}
.index-about .numlist li .counter {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-family: "Oswald-Medium";
}
.index-about .numlist li i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.index-about .numlist li em {
  color: #fff;
  vertical-align: top;
  margin-top: 0.15rem;
  line-height: 0.24rem;
  text-align: center;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  display: inline-block;
  background: #ec0019;
  font-style: normal;
}
.index-about .button {
  text-align: center;
}

.index-about .videobtn {
  text-align: center;
}
.index-about .videobtn a {
  z-index: 5;
  margin-top: 0.3rem;
  transition: all 500ms ease;
  border-radius: 50%;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.54rem;
  display: inline-block;
  background: #da251d;
  position: relative;
}
.index-about .videobtn a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border-left: 0.16rem solid #ffffff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}
.index-about .videobtn a:hover {
  background: #ec0019;
}
.index-about .circle:before {
  background: rgba(186, 13, 43, 0.3) !important;
}
.index-about .circle:after {
  background: rgba(186, 13, 43, 0.14) !important;
}
.index-about .circle {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}
.index-about .circle:before,
.index-about .circle:after {
  width: 1.2rem;
  height: 1.2rem;
}



/*.index-about .videobtn a:before {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(236,0,25,0.7);
    position: absolute;
	top:0;
	left:0;
    animation: ripple 4s ease-out 0s infinite;
}*/

/*.index-about .videobtn a:after {
    content: '';
	top:0;
	left:0;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(236,0,25,0.7);
    position: absolute;
	animation: ripple 2s ease-out 0s infinite;
}*/

/*.index-about .videobtn a i{
    background: url(../images/video.png) center center no-repeat;
    width: 0.56rem;
    height: 0.56rem;
	background-size: cover;
	border-radius: 50%;
    z-index: 999;
    position: absolute;
    left: 7px;
    top: 7px;
}*/
/*.index-about .videobtn a:hover {
  /* background: #ec0019; */
}*/
.index-about .list {
  padding-top: 2.1rem;
}
.index-about .list .item {
  background: #fff;
  min-height: 2.4rem;
  border-radius: 0.05rem;
  padding: 0.25rem 0.45rem;
}
.index-about .list .icon img {
  max-height: 0.4rem;
}

.index-about .list .icon .mh {
    display: none;
}

.index-about .list .item:hover{
    color: #fff;
    background: #ec0019;
}

.index-about .list .item:hover a{
    color: #fff;
}

.index-about .list .item:hover .icon .mh {
  display: inline-block;
}

.index-about .list .item:hover .icon .m {
  display: none;
}

.index-about .list .item:hover .tit{
    color: #fff;
}

.index-about .list .icon span {
  float: right;
}
.index-about .list .tit {
  color: #2d3132;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.index-about .list .txt {
  margin-top: 0.15rem;
}
@media (max-width: 1024px) {
  .index-about .bg {
    padding: 40px 0;
    min-height: auto;
  }
  .index-about .text {
    font-size: 18px;
  }
  .index-about .nr {
    line-height: 24px;
  }
  .index-about .numlist ul {
    padding-left: 0;
    padding-right: 0;
  }
  .index-about .numlist li em {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .index-about .videobtn {
    display: none;
  }
  .index-about .list {
    padding-top: 40px;
  }
  .index-about .list .item {
    height: 190px;
  }
  .index-about .list .tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .index-about .bg {
    background-color: #f1f4f8;
    background-image: none!important;
  }
  .index-about .numlist {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .index-about .numlist li {
    width: 50%;
    padding-top: 10px;
  }
}
.index-business {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-business .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.index-business .index-title {
  text-align: left;
}
.index-business .index-title .en {
  color: #e0eaf4;
}
.index-business .left {
  width: 47%;
}
.index-business .left .text {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
  padding-top: 0.25rem;
}
.index-business .left .nr {
  line-height: 0.32rem;
  padding-top: 0.3rem;
}
.index-business .right {
  position: relative;
  width: 53%;
}
.index-business .right img{
	max-height:8.6rem;
}
.index-business .right .line {
  top: 0;
  left: 0;
  position: absolute;
}
.index-business .right .add {
  color: #333;
  text-align: center;
  position: absolute;
}
.index-business .right .add img{
	max-height:0.3rem;
}
.index-business .right .add p {
  padding-top: 0.05rem;
}
.index-business .right .add-1 {
  left: 2rem;
  top: 2.07rem;
}
.index-business .right .add-2 {
  left: 3.2rem;
  top: 3.47rem;
}
.index-business .right .add-3 {
	left: 4.48rem;
	top: 3.68rem;
}
.index-business .right .add-4 {
	left: 5.13rem;
	top: 3.32rem;
}
.index-business .right .add-5 {
    left: 4.85rem;
    top: 4.9rem;
}
.index-business .right .arrow {
  left: 5.7rem;
  top: 3.1rem;
  position: absolute;
}
.index-business .right .arrow img {
  max-height: 1.14rem;
  animation: 3s ripple alternate infinite;
}
.index-business .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-business .list li {
  color: #000;
  width: 16.66666667%;
  text-align: center;
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
}
.index-business .list li .icon {
  padding-bottom: 0.1rem;
}
.index-business .list li .icon img {
  max-height: 0.6rem;
  transition: all 500ms ease;
}
.index-business .list li .bt {
  text-shadow: 0 0 1px #000;
}
.index-business .list li:hover .icon img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .index-business {
    padding: 40px 0;
  }
  .index-business .index-title {
    text-align: center;
  }
  .index-business .container {
    display: block;
  }
  .index-business .left {
    width: 100%;
  }
  .index-business .right {
    display: none;
  }
  .index-business .button {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .index-business .list {
    padding-bottom: 40px;
  }
  .index-business .list li {
    padding: 20px 0 0 0;
    width: 33.333%;
  }
}
.index-case {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-case .index-title {
  margin-top: 0.6rem;
  text-align: left;
}
.index-case .index-title .en {
  color: #2c5da2;
  opacity: 0.4;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.index-case .index-title .cn {
  color: #fff;
}
.index-case .list {
  margin-top: 0.3rem;
}
.index-case .list ul {
  display: flex;
  flex-wrap: wrap;
  height: 5.8rem;
  align-items: center;
}
.index-case .list li {
  width: 25%;
  text-align: center;
}
.index-case .list li .item {
  display: flex;
  align-items: center;
  height: 4.1rem;
  background-size: cover;
  transform-origin: top center;
  background-repeat: no-repeat;
  transition: all 700ms ease;
  position: relative;
}
.index-case .list li .item:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(2, 34, 105, 0.65);
}
.index-case .list li .box {
  z-index: 2;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}
.index-case .list li .icon img {
  max-height: 1.3rem;
}
.index-case .list li .tit {
  font-size: 0.32rem;
}
.index-case .list li .txt {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.index-case .list li .button {
  opacity: 0;
  height: 0;
  transition: all 500ms ease;
}
@media (min-width: 1025px) {
  .index-case .list li:hover .item {
    overflow: hidden;
    border-top-left-radius: 0.5rem;
    height: 5.8rem;
  }
  .index-case .list li:hover .item:before {
    background: rgba(0, 0, 0, 0.37);
  }
  .index-case .list li:hover .button {
    opacity: 1;
    height: auto;
    margin-top: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .index-case {
    padding: 40px 0 60px 0;
  }
  .index-case .index-title {
    text-align: center;
  }
  .index-case .list {
    margin-top: 20px;
  }
  .index-case .list ul {
    height: auto;
  }
  .index-case .list li {
    width: 50%;
  }
  .index-case .list li .item {
    height: 200px;
  }
}
.index-partner {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-partner .fp-flex {
  align-items: flex-start;
}
.index-partner .index-title {
  margin-top: 1rem;
}
.index-partner .index-title .en {
  color: #dfebf5;
}
.index-partner .text {
  color: #333;
  padding-top: 0.25rem;
  font-size: 0.24rem;
  font-weight: 700;
}
.index-partner .nr {
  padding-top: 0.2rem;
  line-height: 0.32rem;
}
.index-partner .nr span {
  display: block;
}
.index-partner .button {
  margin-top: 0.4rem;
}
.index-partner .mapbox {
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
}
.index-partner .hezi {
  margin: 0 auto;
  position: relative;
  max-width: 15.2rem;
}
.index-partner .pic {
  max-height: 4.3rem;
}
.index-partner .tu {
  position: absolute;
}
.index-partner .tu img {
	max-height: 0.8rem;
	transition: all 500ms ease;
}
.index-partner .tu:hover img {
	transform: scale(1.1);
}
.index-partner .tu-1 {
  left: 0;
  bottom: 1.7rem;
}
.index-partner .tu-2 {
  left: 1.9rem;
  bottom: 2.6rem;
}
.index-partner .tu-3 {
  left: 3.9rem;
  bottom: 3.2rem;
}
.index-partner .tu-4 {
  left: 5.9rem;
  bottom: 3.5rem;
}
.index-partner .tu-5 {
  left: 7.9rem;
  bottom: 3.5rem;
}
.index-partner .tu-6 {
  left: 10rem;
  bottom: 3.2rem;
}
.index-partner .tu-7 {
  left: 12rem;
  bottom: 2.6rem;
}
.index-partner .tu-8 {
  left: 14rem;
  bottom: 1.7rem;
}
@media (max-width: 1024px) {
  .index-partner {
    padding: 40px 0;
  }
  .index-partner .index-title {
    margin-top: 0;
  }
  .index-partner .mapbox {
    bottom: auto;
    left: auto;
    position: relative;
  }
  .index-partner .hezi {
    max-width: 100%;
  }
  .index-partner .tu {
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    top: auto!important;
    position: relative;
  }
  .index-partner .pic {
    display: none;
  }
  .index-partner .itembox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .index-partner .itembox .tu {
    width: 20%;
    margin-top: 20px;
  }
}
.index-honor {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 1.3rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index-honor:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 19.2rem;
  height: 1.52rem;
  background: url(../images/honor-zt-bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-honor .index-title {
  margin-top: 1.2rem;
  text-align: center;
}
.index-honor .nr {
  position: relative;
}
.index-honor .swiper-wrapper {
  align-items: flex-end;
}
.index-honor .swiper-slide {
  cursor: pointer;
}
.index-honor .swiper-slide .pic {
  width: 2.2rem;
  height: 1.57rem;
  position: relative;
}
.index-honor .swiper-slide .pic:after {
  display: none;
}
.index-honor .swiper-slide .pic:before {
  content: "";
  bottom: -0.05rem;
  right: -0.27rem;
  width: 0.34rem;
  height: 1.62rem;
  position: absolute;
  background: url(../images/ty.png) no-repeat bottom right;
  background-size: cover;
}
.index-honor .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.index-honor .swiper-slide .bt {
  color: #2c2c2c;
  display: none;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-honor .swiper-slide-active {
  text-align: center;
}
.index-honor .swiper-slide-active .bt {
  display: block;
}
.index-honor .swiper-slide-active .pic {
  width: 4.2rem;
  height: 3rem;
  margin: 0 auto;
}
.index-honor .swiper-slide-active {
  margin-right: 4%!important;
}
.index-honor .swiper-slide-active .title {
  display: block;
}
.index-honor .swiper-prev .text {
  padding-left: 0.7rem;
}
.index-honor .swiper-next .text {
  padding-right: 0.7rem;
}
.index-honor .swiper-prev,
.index-honor .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 30%;
  transform: translateY(-50%);
}
.index-honor .swiper-prev .icon,
.index-honor .swiper-next .icon {
  /* opacity: 0; */
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #fff;
  transition: all 500ms ease;
  border: solid 1px #ec0019;
  position: relative;
}
.index-honor .swiper-prev .icon svg,
.index-honor .swiper-next .icon svg {
  fill: #ec0019;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.index-honor .swiper-prev .title-1,
.index-honor .swiper-next .title-1 {
  font-size: 0.18rem;
  color: #999999;
}
.index-honor .swiper-prev .title-2,
.index-honor .swiper-next .title-2 {
  color: #2c2c2c;
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
}


.index-honor .swiper-prev {
  left: 0;
}
.index-honor .swiper-next {
  text-align: right;
  right: 0;
}
.index-honor .swiper-next .icon {
  float: right;
}
.index-honor .swiper-button-disabled {
  cursor: initial;
}
@media (max-width: 1024px) {
  .index-honor {
    padding: 40px 0 80px 0;
  }
  .index-honor .index-title {
    margin-top: 0;
  }
  .index-honor .swiper-prev .text,
  .index-honor .swiper-next .text {
    display: none;
  }
  .index-honor .swiper-prev,
 .index-honor .swiper-next{
 		top:60%;
 }
 .index-honor .swiper-prev .icon,
 .index-honor .swiper-next .icon {
 		opacity:1;
 }
  
  .index-honor .swiper-slide .bt {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    margin: 20px;
  }
}
.footer {
  padding-top: 0.7rem;
  background: #f5f7fa;
}
.footer .list {
  padding-bottom: 0.7rem;
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 16.5%;
}
.footer .list li h3 {
  color: #26313e;
  padding-bottom: 0.3rem;
  font-size: 0.22rem;
  font-weight: normal;
}
.footer .list li h3 a {
  color: #26313e;
}
.footer .list li .drop a {
  color: #707781;
  display: block;
  transition: all 334ms ease;
  padding-bottom: 0.15rem;
}
.footer .list li .drop a:hover {
  color: #26313e;
}
.footer .list .contact {
  color: #707781;
  width: 24.7%;
}
.footer .list .contact .t-1 {
  color: #26313e;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-family: "Oswald";
  padding-top: 0.05rem;
}
.footer .list .contact .t-2 {
  padding-top: 0.2rem;
}
.footer .list .contact .t-3 {
  padding-top: 0.2rem;
}
.footer .list .contact .t-3 span {
  display: inline-block;
}
.footer .list .contact .t-3 span:nth-child(2) {
  padding-left: 0.5rem;
}
.footer .list .last {
  width: 9.3%;
}
.footer .list .last img {
  max-height: 1.42rem;
}
.footer .copy {
  color: #707781;
  font-size: 0.13rem;
  padding: 0.15rem 0;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #e3e7ec;
}
.footer .copy span {
  display: inline-block;
  padding: 0 0.4rem;
}
.footer .copy a {
  color: #707781;
  padding: 0 0.03rem;
  display: inline-block;
}
.footer .copy a:last-child {
  padding-right: 0;
}
.footer .copy a:hover {
  color: #26313e;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
  .footer .list {
    padding-bottom: 30px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list li h3 {
    font-size: 24px;
  }
  .footer .list .contact {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .copy {
    text-align: center;
    display: block;
    font-size: 13px;
  }
  .footer .copy span {
    padding: 0;
  }
}
.fp-viewing-section2 .header,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header {
  background: #ffffff;
}
.active.index-about .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-about .text {
  animation: 1.6s titFadeup1 ease;
}
.active.index-about .nr {
  animation: 1.7s titFadeup1 ease;
}
.active.index-business .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-business .text {
  animation: 1.6s titFadeup1 ease;
}
.active.index-business .nr {
  animation: 1.7s titFadeup1 ease;
}
.active.index-business .list li {
  animation: 1.8s scrollArrow ease;
}
.active.index-business .button {
  animation: 1.9s fadeInDown2 ease;
}
.active.index-case .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-case .list li {
  animation: 1.5s scrollArrow1 ease;
}
.active.index-partner .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-partner .text {
  animation: 1.6s titFadeup1 ease;
}
.active.index-partner .nr {
  animation: 1.7s titFadeup1 ease;
}
.active.index-partner .tu-1 {
  animation: 1.5s fadeInLeft2 ease;
}
.active.index-partner .tu-2 {
  animation: 1.6s fadeInLeft2 ease;
}
.active.index-partner .tu-3 {
  animation: 1.7s fadeInLeft2 ease;
}
.active.index-partner .tu-4 {
  animation: 1.8s fadeInLeft2 ease;
}
.active.index-partner .tu-5 {
  animation: 1.9s fadeInRight2 ease;
}
.active.index-partner .tu-6 {
  animation: 2s fadeInRight2 ease;
}
.active.index-partner .tu-7 {
  animation: 2.1s fadeInRight2 ease;
}
.active.index-partner .tu-8 {
  animation: 2.2s fadeInRight2 ease;
}
.active.index-honor .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-honor .nr {
  animation: 2s fadeInDown2 ease;
}
.inside-banner {
  position: relative;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  z-index: 5;
  left: 0;
  width: 100%;
  color: #fff;
  transform: translateY(-70%);
  position: absolute;
}
.inside-banner .t-1 {
  font-weight: normal;
  font-size: 0.56rem;
  line-height: 0.6rem;
  font-family: "SourceHanSansSC-Bold";
}
.inside-banner .t-2 {
  font-weight: 100;
  font-family: "SourceHanSansSC-ExtraLight";
  padding-top: 0.2rem;
  font-weight: normal;
  font-size: 0.28rem;
  line-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    text-align: center;
    margin-top: 60px;
  }
  .inside-banner .t-2 {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-banner .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-banner-2 .text {
  text-align: center;
}
.inside-title {
  color: #262b30;
  font-weight: 700;
  font-size: 0.42rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 24px;
  }
}
.inside-box {
  z-index: 5;
  margin-top: -0.67rem;
  height: 0.67rem;
  line-height: 0.66rem;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.24);
}
.inside-box .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inside-box {
    display: none;
  }
}
.inside-menu {
  width: 65%;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  padding-right: 1rem;
}
.inside-menu li a {
  color: #fff;
  font-size: 0.18rem;
}
.inside-menu li img {
  margin-right: 0.1rem;
  margin-top: 0.23rem;
  max-height: 0.22rem;
}

.inside-menu li.cur{
	font-weight:700;
}

.inside-current {
  color: #fff;
  width: 30%;
  text-align: right;
  height: 0.66rem;
  font-size: 0.16rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #fff;
}
.inside-current a:hover {
  text-decoration: underline;
}
.inside-current img {
  margin-right: 0.1rem;
  margin-top: 0.23rem;
  max-height: 0.2rem;
}
.inside-current-2 {
  width: 100%;
  text-align: right;
}
.inside-news-top {
  padding: 0.8rem 0;
}
.inside-news-top .container {
  position: relative;
}
.inside-news-top .list {
  background: #f5f7fa;
  padding: 0.4rem;
  border-radius: 0.1rem;
}
.inside-news-top .list a {
  display: flex;
  width: 100%;
  height: 100%;
}
.inside-news-top .list a:hover .pic img {
  transform: scale(1.1);
}
.inside-news-top .list a:hover .tit {
  color: #ec0019;
}
.inside-news-top .list a:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-top .list .pic {
  width: 39.2%;
  overflow: hidden;
  position: relative;
}
.inside-news-top .list .pic img {
  transition: all 700ms ease;
}
.inside-news-top .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.07079646%;
}
.inside-news-top .list .txtbox {
  width: 59%;
  padding-top: 0.1rem;
  padding-left: 0.45rem;
}
.inside-news-top .list .time {
  color: #ec0019;
}
.inside-news-top .list .time img {
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-news-top .list .tit {
  transition: color 334ms ease;
  color: #333;
  margin-top: 0.15rem;
  font-weight: 700;
  height: 0.32rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-top .list .txt {
  color: #666;
  margin-top: 0.25rem;
  height: 1.28rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-news-top .list .button {
  margin-top: 0.5rem;
}
.inside-news-top .list .button span {
  height: 0.46rem;
  line-height: 0.44rem;
}
.inside-news-top .swiper-box {
  position: relative;
}
.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
  top: 0.6rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: solid 1px #ec0019;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
  vertical-align: top;
}
.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
  font-size: 0;
}
.inside-news-top .swiper-button-prev {
  left: 3rem;
}
.inside-news-top .swiper-button-next {
  right: 3rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news-top .swiper-pagination-progressbar {
  height: 2px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  bottom: -0.55rem;
  transform: translateX(-50%);
  max-width: 8rem;
  background: #e3e3e3;
}
.inside-news-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ec0019;
}
@media (max-width: 1024px) {
  .inside-news-top {
    padding: 40px 0;
  }
  .inside-news-top .list .txtbox {
    padding: 15px;
    padding-right: 0;
    padding-left: 30px;
  }
  .inside-news-top .list .button {
    display: none;
  }
  .inside-news-top .list .time {
    font-size: 14px;
  }
  .inside-news-top .list .time img {
    max-height: 13px;
    margin-right: 5px;
  }
  .inside-news-top .list .txt {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-news-top .swiper-button-prev {
    left: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-next {
    right: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-prev,
  .inside-news-top .swiper-button-next {
    top: 47px;
  }
  .inside-news-top .swiper-pagination-progressbar {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .inside-news-top .list a {
    display: block;
  }
  .inside-news-top .list .pic {
    width: 100%;
  }
  .inside-news-top .list .txtbox {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.inside-news {
  padding: 0.2rem 0 0.8rem 0;
}
.inside-news .container {
  overflow: hidden;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  position: relative;
}
.inside-news ul:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  height: 0.55rem;
  background: #fff;
}
.inside-news li {
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  width: 33.333%;
  padding: 0.5rem;
}
.inside-news li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.92694064%;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .tag {
  color: #5ec5dc;
  font-size: 0.14rem;
  padding-top: 0.2rem;
}
.inside-news li .tit {
  color: #26313e;
  transition: all 500ms ease;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news li .time {
  display: flex;
  color: #a7a7a7;
  margin-top: 0.15rem;
  padding-top: 0.15rem;
  position: relative;
  border-top: solid 1px #ececec;
  justify-content: space-between;
}
.inside-news li .time:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0.02rem;
  position: absolute;
  background: #ec0019;
  transition: all 500ms linear;
}
.inside-news li .time img {
  margin-right: 0.05rem;
  margin-top: 0.03rem;
  max-height: 0.2rem;
}
.inside-news li .time span:first-child {
  font-family: "D-DIN";
}
.inside-news li .more i {
  color: #fff;
  font-weight: 700;
  margin-left: 0.1rem;
  line-height: 0.18rem;
  vertical-align: top;
  text-align: center;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  display: inline-block;
  font-style: normal;
  background: #a7a7a7;
}
@media (min-width: 1025px) {
  .inside-news li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-news li:hover .tit {
    color: #ec0019;
  }
  .inside-news li:hover .time:before {
    width: 100%;
  }
  .inside-news li:hover .more {
    color: #ec0019;
  }
  .inside-news li:hover .more i {
    background: #ec0019;
  }
}
@media (max-width: 1024px) {
  .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: 48px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-news li {
    width: 100%;
  }
}
.inside-case {
  padding: 0.8rem 0 1rem 0;
}
.inside-case .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.inside-case .list li {
  padding: 0 0.12rem;
  padding-top: 0.24rem;
  width: 33.333%;
}
.inside-case .list li .item {
  overflow: hidden;
  position: relative;
}
.inside-case .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.89795918%;
}
.inside-case .list li .pic:before {
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.5);
}
.inside-case .list li .pic img {
  transition: all 1000ms ease;
}
.inside-case .list li .text {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 4;
  padding: 0 0.25rem;
  padding-bottom: 0.15rem;
  position: absolute;
}
.inside-case .list li .tit {
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case .list li .txt {
  height: 0;
  transition: all 500ms linear;
  transform: translateY(0.2rem);
}
.inside-case .list li .txt span {
  font-weight: 700;
}
.inside-case .list li .tag {
  margin-top: 0.05rem;
}
@media (min-width: 1025px) {
  .inside-case .list li:hover .pic:before {
    opacity: 1;
  }
  .inside-case .list li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-case .list li:hover .txt {
    height: auto;
    margin: 0.25rem 0;
    transform: translate(0);
  }
}
@media (max-width: 1024px) {
  .inside-case {
    padding: 20px 0 40px 0;
  }
  .inside-case .list li {
    width: 50%;
  }
}
@media (max-width: 440px) {
  .inside-case .list li {
    width: 100%;
  }
}
.inside-case-2 {
  position: relative;
}
.inside-case-2 .container {
  max-width: 19.2rem;
}
.inside-case-2 .list {
  margin-top: 0;
}
.inside-case-2 .list ul {
  height: auto;
}
.inside-case-2 .list li .item {
  border-radius: 0!important;
  height: 100vh!important;
}
.inside-case-2 .list li .item:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
.inside-case-2 .list li:hover .item:before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .inside-case-2 {
    padding-bottom: 40px;
  }
  .inside-case-2 .list ul {
    margin: 0 -10px;
  }
  .inside-case-2 .list li {
    padding: 10px;
  }
  .inside-case-2 .list li .item {
    height: 200px!important;
  }
}
@media (max-width: 420px) {
  .inside-case-2 .list li {
    width: 100%;
  }
}
.inside-ywjj {
  position: relative;
  background: #f5f7fa;
  padding: 0.9rem 0 1rem 0;
}
.inside-ywjj .container {
  display: flex;
  justify-content: space-between;
}
.inside-ywjj .inside-title {
  color: #db2d25;
  text-align: left;
}
.inside-ywjj .left {
  width: 50%;
}
.inside-ywjj .left .tag {
  color: #333;
  font-weight: 700;
  padding-top: 0.15rem;
  font-size: 0.24rem;
}
.inside-ywjj .left .text {
  line-height: 0.32rem;
}
.inside-ywjj .left .text p {
  padding-top: 0.2rem;
}
.inside-ywjj .right {
  width: 43%;
  position: relative;
}
.inside-ywjj .right .nr {
  display: none;
  top: -2.7rem;
  left: -1.45rem;
  width: 100%;
  z-index: 9;
  line-height: 0.4rem;
  font-size: 0.16rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0.08rem;
  border-radius: 0.15rem;
  width: 3.2rem;
  position: absolute;
}
.inside-ywjj .right .nr img {
  border-radius: 0.15rem;
}
.inside-ywjj .right .nr:after {
  content: "";
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
  position: absolute;
  border-top: solid 0.1rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.inside-ywjj .right .add {
  color: #333;
  font-size: 0.14rem;
  text-align: center;
  position: absolute;
}
.inside-ywjj .right .add:hover .nr {
  display: block;
}

@keyframes fangda {
  0%, 100% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.1) translateX(-50%);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

.inside-ywjj .right .add .icon {
  max-height: 0.26rem;
  
}
.inside-ywjj .right .add-1 {
  left: 3.57rem;
  top: 2.58rem;
}
.inside-ywjj .right .add-2 {
  left: 3.4rem;
  top: 3.2rem;
}
.inside-ywjj .right .add-3 {
  left: 4.1rem;
  top: 2.67rem;
}
.inside-ywjj .right .add-4 {
  left: 3.84rem;
  top: 3.1rem;
}
.inside-ywjj .right .add-5 {
  left: 4.54rem;
  top: 2.82rem;
}
.inside-ywjj .right .add-6 {
  left: 4.92rem;
  top: 3rem;
}
.inside-ywjj .right .add-7 {
  left: 3.96rem;
  top: 4rem;
}

.inside-ywjj .right .add-1 .icon{
  animation: bounce 1.5s ease-out infinite;
}
.inside-ywjj .right .add-2 .icon{
  animation: bounce 1.7s ease-out infinite;
}
.inside-ywjj .right .add-3 .icon{
  animation: bounce 1.9s ease-out infinite;
}
.inside-ywjj .right .add-4 .icon{
  animation: bounce 1.5s ease-out infinite;
}
.inside-ywjj .right .add-5 .icon{
  animation: bounce 1.7s ease-out infinite;
}
.inside-ywjj .right .add-6 .icon{
  animation: bounce 1.9s ease-out infinite;
}
.inside-ywjj .right .add-7 .icon{
  animation: bounce 1.5s ease-out infinite;
}

.inside-ywjj .list {
  height: 2.6rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.inside-ywjj .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
}
.inside-ywjj .list li {
  transition: all 500ms ease;
  padding: 0 0.05rem;
  height: 2.6rem;
  width: 10%;
}
.inside-ywjj .list li .box {
  position: relative;
}
.inside-ywjj .list li .item {
  display: block;
  position: relative;
}
.inside-ywjj .list li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0rem;
  top: 50%;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.26rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-ywjj .list li .tit {
  font-size: 0.18rem;
  margin: 0 auto;
  width: 0.2rem;
  color: #fff;
}
.inside-ywjj .list li .pic {
  overflow: hidden;
  height: 2.6rem;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-ywjj .list li .pic:before {
  top: 0;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.3);
}
.inside-ywjj .list .active {
  width: 50%;
}
.inside-ywjj .list .active .tit {
  width: auto;
}
.inside-ywjj .list .active .pic:before {
  background: rgba(0, 0, 0, 0.3);
}
.inside-ywjj .list .active .txtbox {
  top: auto;
  bottom: 0.25rem;
  text-align: left;
  padding: 0 0.3rem;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .inside-ywjj {
    padding: 40px 0;
  }
  .inside-ywjj .container {
    display: block;
  }
  .inside-ywjj .left {
    width: 100%;
  }
  .inside-ywjj .left .text {
    line-height: 24px;
  }
  .inside-ywjj .right {
    display: none;
  }
  .inside-ywjj .list li .tit {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-ywjj .list {
    height: auto;
  }
  .inside-ywjj .list ul {
    margin: 0 -5px;
  }
  .inside-ywjj .list li {
    height: auto;
    padding: 5px;
    width: 50%!important;
  }
  .inside-ywjj .list li .txtbox {
    text-align: center!important;
    top: auto!important;
    bottom: 20px!important;
    line-height: 26px;
    transform: translate(0) !important;
  }
  .inside-ywjj .list li .tit {
    width: 100%;
  }
}
.inside-ywys {
  position: relative;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-ywys .list {
  padding-top: 0.33rem;
}
.inside-ywys .list li {
  transition: all 500ms ease;
  border-radius: 0.1rem;
  margin-top: 0.27rem;
  padding: 0.15rem 0.45rem;
  background: linear-gradient(to bottom, #b5e1ff, #c1e2ff);
}
.inside-ywys .list li .tit {
  color: #333333;
  font-weight: 700;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  position: relative;
}
.inside-ywys .list li .tit img {
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #ec0019;
  max-height: 0.62rem;
}
.inside-ywys .list li .txt {
  height: 0;
  z-index: -99;
  visibility: hidden;
  padding: 0 0.4rem 0;
  line-height: 0.32rem;
  padding-left: 0.82rem;
}
.inside-ywys .list li .show {
  display: block;
}
.inside-ywys .list .active {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/ywys-bg-2.jpg);
  background-position: top center;
}
.inside-ywys .list .active .tit,
.inside-ywys .list .active .txt {
  color: #fff;
}
.inside-ywys .list .active .txt {
  height: auto;
  visibility: inherit;
}
@media (max-width: 1024px) {
  .inside-ywys {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .inside-ywys .list li {
    padding: 20px;
  }
  .inside-ywys .list li .tit {
    font-size: 16px;
  }
  .inside-ywys .list li .txt {
    margin-top: 20px;
    line-height: 24px;
  }
  .inside-ywys .list .active .txt {
    height: 96px;
    overflow: auto;
  }
}
.inside-news-show {
  font-size: 0.18rem;
  padding: 0.8rem 0;
}
.inside-news-show h1 {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
}
.inside-news-show .info {
  font-size: 0.16rem;
  margin-bottom: 0.55rem;
  margin-top: 0.2rem;
  padding: 0.14rem 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-align: center;
}
.inside-news-show .info span {
  padding: 0 0.35rem;
}
.inside-news-show .f18 {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-news-show .info {
    font-size: 12px;
  }
  .inside-news-show .info span {
    padding: 0 10px;
  }
}
.inside-caseshow {
  font-size: 0.18rem;
  padding: 0.8rem 0;
}
.inside-caseshow h1 {
  color: #000;
  font-size: 0.24rem;
}
.inside-caseshow .text {
  line-height: 0.32rem;
  padding: 0.3rem 0;
}
@media (max-width: 1024px) {
  .inside-caseshow {
    padding: 40px 0;
    font-size: 14px;
  }
  .inside-caseshow .text {
    line-height: 24px;
  }
}
.inside-contact {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.inside-contact .lxfs {
  position: relative;
  z-index: 1;
}
.inside-contact .lxfs h1 {
  color: #252b30;
  font-size: 0.42rem;
  line-height: 0.6rem;
}
.inside-contact .lxfs h1 span {
  color: #ec0019;
}
.inside-contact .lxfs .txt {
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding: 0.15rem 0 0 0;
}
.inside-contact .lxfs .txt p {
  padding-top: 0.15rem;
}
.inside-contact .lxfs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.inside-contact .lxfs li {
  width: 33.33333333%;
  padding: 0 0.3rem;
  margin-top: 0.5rem;
  position: relative;
}
.inside-contact .lxfs li:last-child:before {
  display: none;
}
.inside-contact .lxfs .box {
  width: 100%;
  display: flex;
  min-height: 1.75rem;
  background: #fff;
  padding: 0.3rem 0.26rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(195, 221, 247, 0.4);
}
.inside-contact .lxfs .pic {
  display: block;
  width: 1rem;
  height: 1rem;
  position: relative;
  transition: all .5s;
}
.inside-contact .lxfs .circle1 {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #eff7ff;
  background: linear-gradient(135deg, #fddcde, #fffafb);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.inside-contact .lxfs .circle1:before,
.inside-contact .lxfs .circle1:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  position: absolute;
}
.inside-contact .lxfs .circle1:before {
  bottom: 0;
  left: 0;
  background-color: #fca203;
}
.inside-contact .lxfs .circle1:after {
  top: 0.2rem;
  right: 0px;
  background-color: #c80000;
}
.inside-contact .lxfs .icon {
  z-index: 3;
  display: block;
  text-align: center;
  position: relative;
}
.inside-contact .lxfs .text {
  width: 70%;
  padding-left: 0.3rem;
}
.inside-contact .lxfs .title {
  font-weight: 700;
  color: #c80000;
  font-size: 0.24rem;
  margin: 0.1rem 0;
}
.inside-contact .lxfs .info {
  color: #2d3132;
}
.inside-contact .lxfs .info a {
  font-weight: 400;
  color: #2d3132;
}
.inside-contact .lxfs .info a:hover {
  color: #ec0019;
  text-decoration: underline;
}
.inside-contact .lxfs .a-1 {
  color: #666666;
  font-weight: 700;
}
.inside-contact .lxfs .box:hover .pic {
  transform: translateY(-10px);
}
.inside-contact .lxfs .box:hover .pic .circle1 {
  transform: rotate(90deg);
}
.inside-contact li:nth-child(2) .info,
.inside-contact li:nth-child(3) .info {
  font-size: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    height: auto;
    padding: 40px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-contact .t1,
  .inside-contact .t2 {
    display: none;
  }
  .inside-contact .lxfs {
    opacity: 1;
    transform: translate(0);
    margin-top: 0px;
  }
  .inside-contact .lxfs h1 {
    font-size: 24px;
  }
  .inside-contact .lxfs .txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-contact .lxfs li {
    width: 50%;
    padding: 0 10px;
  }
  .inside-contact .lxfs .box {
    padding: 20px;
    min-height: 140px;
  }
  .inside-contact .lxfs .circle1 {
    width: 60px;
    height: 60px;
  }
  .inside-contact .lxfs .circle1:before,
  .inside-contact .lxfs .circle1:after {
    width: 6px;
    height: 6px;
  }
  .inside-contact .lxfs .pic {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
  .inside-contact .lxfs .title {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .inside-contact .lxfs .text {
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .inside-contact .lxfs ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-contact .lxfs li {
    width: 100%;
    margin-top: 15px;
  }
  .inside-contact .lxfs .box {
    min-height: 100%;
  }
}
.inside-fldy {
  position: relative;
  overflow: hidden;
  padding: 0.8rem 0;
}
.inside-fldy .container {
  position: relative;
}
.inside-fldy .inside-title {
  text-align: left;
}
.inside-fldy .swiper-button-prev,
.inside-fldy .swiper-button-next {
  top: 0;
  margin-top: 0.2rem;
  color: #ccced8;
}
.inside-fldy .swiper-button-prev:after,
.inside-fldy .swiper-button-next:after {
  font-size: 0.24rem;
}
.inside-fldy .swiper-button-prev:hover,
.inside-fldy .swiper-button-next:hover {
  color: #ec0019;
}
.inside-fldy .swiper-button-prev {
  left: auto;
  right: 0.5rem;
}
.inside-fldy .list {
  width: 125%;
  margin-top: 0.5rem;
}
.inside-fldy .list .item {
  text-align: center;
  background: #f5f7fa;
  height: 3.4rem;
  border-radius: 0.05rem;
  padding: 0.3rem 0.35rem;
  box-shadow: 0 0 0.2rem rgba(195, 195, 195, 0.13);
}
.inside-fldy .list .num {
  text-align: left;
  color: #b8b8b8;
  font-size: 0.24rem;
}
.inside-fldy .list .icon {
  margin-top: 0.2rem;
}
.inside-fldy .list .icon img {
  max-height: 1rem;
  transition: all 700ms ease;
}
.inside-fldy .list .tit {
  color: #262b30;
  font-size: 0.32rem;
  margin-top: 0.3rem;
}
.inside-fldy .list .item:hover .icon img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .inside-fldy .list {
    width: 100%;
  }
  .inside-fldy .swiper-button-prev,
  .inside-fldy .swiper-button-next {
    margin-top: 0;
  }
}
.inside-bghj {
  padding: 0.8rem 0 1rem 0;
  background: #f5f7fa;
}
.inside-bghj li {
  margin-top: 0.5rem;
}
.inside-bghj li .pic {
  border-radius: 0.1rem;
}
.inside-bghj li .pic img {
  border-radius: 0.1rem;
}
.inside-bghj li .tit {
  margin-left: 0.1rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  position: relative;
}
.inside-bghj li .tit:before {
  content: "";
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.05rem;
  height: 0.16rem;
  border-radius: 0.03rem;
  background: #ec0019;
}
@media (max-width: 480px) {
  .inside-bghj li {
    width: 100%;
  }
  .inside-bghj li .tit {
    font-size: 14px;
  }
}
.inside-job {
  position: relative;
  background: #f5f7fa;
  padding: 0.8rem 0;
}
.inside-job ul {
  padding-top: 0.6rem;
}
.inside-job li:first-child {
  color: #fff;
  margin-top: 0;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #da251d;
}
.inside-job li:first-child:before {
  display: none;
}
.inside-job li,
.inside-job .tit {
  color: #333;
  background: #fff;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.inside-job li span,
.inside-job .tit span {
  width: 25%;
  float: left;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.7rem;
  overflow: hidden;
}
.inside-job li span:nth-child(3),
.inside-job .tit span:nth-child(3) {
  width: 35%;
}
.inside-job li span:last-child,
.inside-job .tit span:last-child {
  width: 15%;
  padding-left: 0;
}
.inside-job .bt {
  color: #333;
  font-size: 0.18rem;
  padding: 0.3rem 0 0.15rem 0;
  font-weight: 700;
}
.inside-job .tit {
  box-shadow: 0 0 0.2rem rgba(195, 221, 247, 0.4);
}
.inside-job .txt {
  background: #fff;
  text-align: left;
  display: none;
  color: #666;
  box-shadow: 0 0 0.2rem rgba(195, 221, 247, 0.4);
  padding: 0.2rem 0.8rem 0.7rem 0.7rem;
  line-height: 0.32rem;
}
.inside-job .active {
  background: #fafafa;
  box-shadow: none;
}
.inside-job .button {
  margin-top: 1rem;
}
.inside-job .button a {
  text-align: left;
  padding: 0 0.3rem;
  min-width: 2rem;
  height: 0.48rem;
  line-height: 0.48rem;
}
.inside-job .button img {
  float: right;
  margin-top: 0.08rem;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-job li span,
  .inside-job .tit span {
    padding-left: 20px;
  }
  .inside-job li span:nth-child(1),
  .inside-job .tit span:nth-child(1) {
    width: 50%;
  }
  .inside-job li span:nth-child(2),
  .inside-job .tit span:nth-child(2) {
    display: none;
  }
  .inside-job li span:nth-child(3),
  .inside-job .tit span:nth-child(3) {
    width: 50%;
  }
  .inside-job li span:nth-child(4),
  .inside-job .tit span:nth-child(4) {
    display: none;
  }
  .inside-job .bt {
    font-size: 16px;
  }
  .inside-job .tit {
    font-size: 14px;
  }
  .inside-job .txt {
    padding: 20px;
    padding-top: 0;
    line-height: 24px;
  }
}
.inside-hr {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 3.67rem;
}
.inside-hr dl {
  display: flex;
  align-items: flex-end;
}
.inside-hr dt {
  font-weight: 700;
  font-size: 0.42rem;
}
.inside-hr dt img {
  margin-bottom: 0.2rem;
  max-height: 1rem;
}
.inside-hr dd {
  line-height: 0.46rem;
  padding-left: 0.8rem;
}
.inside-sky {
  position: relative;
  padding: 0.8rem 0;
  background: #f5f7fa;
}
.inside-sky .inside-title {
  color: #db2d25;
  text-align: left;
}
.inside-sky .tag {
  color: #333;
  padding-top: 0.1rem;
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-sky .txt {
  line-height: 0.32rem;
  margin-top: 0.25rem;
}
.inside-sky .list {
  position: relative;
  margin-top: 0.3rem;
}
.inside-sky .list .swiper-pagination {
  width: 100%;
  margin-top: 0.1rem;
  position: relative;
}
.inside-sky .list .swiper-pagination-bullet {
  margin: 0 0.05rem;
}
.inside-sky .list .swiper-pagination-bullet-active {
  background: #ec0019;
}
.inside-znyw {
  min-height: 6.54rem;
  padding: 0.8rem 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.inside-znyw .inside-title {
  color: #db2d25;
  font-size: 0.32rem;
  text-align: left;
}
.inside-znyw .inside-title img {
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  max-height: 0.32rem;
}
.inside-znyw .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.inside-znyw .list li {
  width: 25%;
  text-align: center;
  padding: 0 0.5rem;
  margin-top: 0.47rem;
}
.inside-znyw .list li .item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.15rem;
  position: relative;
  border-radius: 0.15rem;
  transition: all 500ms ease;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.14);
}
.inside-znyw .list li .item:after {
  content: "";
  left: 50%;
  bottom: -0.08rem;
  position: absolute;
  transform: translateX(-50%);
  border-top: solid 0.08rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
  transition: all 500ms ease;
}
.inside-znyw .list li .icon {
  transition: all 500ms ease;
  border: dashed 1px #f1f1f1;
  position: relative;
  margin-right: 0.15rem;
  border-radius: 50%;
  width: 1.16rem;
  height: 1.16rem;
  background: #f1f1f1;
}
.inside-znyw .list li .icon:after {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  border: dashed 1px #dc332b;
  transform: translate(-50%, -50%);
}
.inside-znyw .list li .icon img {
  z-index: 2;
  position: relative;
  max-height: 1.16rem;
  transition: all 500ms ease;
}
.inside-znyw .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-znyw .list li .line {
  margin-top: 0.03rem;
}
.inside-znyw .list li .line img {
  max-height: 1.26rem;
}
.inside-znyw .list li:nth-child(1) {
  margin-top: 0.9rem;
}
.inside-znyw .list li:nth-child(3) {
  margin-left: -0.08rem;
  margin-top: 0.75rem;
}
.inside-znyw .list li:nth-child(4) {
  margin-top: 0.25rem;
}
@media (min-width: 1025px) {
  .inside-znyw .list li:hover .icon {
    background: #db2d25;
  }
  .inside-znyw .list li:hover .icon img {
    transform: rotateY(180deg);
  }
  .inside-znyw .list li:hover .item {
    background: #db2d25;
  }
  .inside-znyw .list li:hover .item:after {
    border-top: solid 0.08rem #db2d25;
  }
  .inside-znyw .list li:hover .tit {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-znyw .list {
    padding-top: 20px;
  }
  .inside-znyw .list ul {
    margin: 0 -10px;
  }
  .inside-znyw .list li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px!important;
  }
  .inside-znyw .list li .line {
    display: none;
  }
  .inside-znyw .list li .icon {
    margin-right: 15px;
  }
  .inside-znyw .list li .item {
    padding: 20px;
  }
  .inside-znyw .list li .item:after {
    display: none;
  }
  .inside-znyw .list li .tit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .inside-znyw .list li {
    width: 100%;
  }
  .inside-znyw .list li .item {
    justify-content: center;
  }
}
.inside-jsqd {
  padding: 0.8rem 0;
  background: #f5f7fa;
}
.inside-jsqd .inside-title {
  color: #db2d25;
  font-size: 0.32rem;
  text-align: left;
}
.inside-jsqd .inside-title img {
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  max-height: 0.32rem;
}
.inside-jsqd .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.07rem;
}
.inside-jsqd .list li {
  width: 17%;
  color: #fff;
  display: flex;
  padding: 0 0.07rem;
  margin-top: 0.4rem;
}
.inside-jsqd .list li .item {
  width: 100%;
  z-index: 3;
  display: flex;
  height: 5.8rem;
  position: relative;
  border-radius: 0.1rem;
  align-items: flex-end;
  transition: all 334ms linear;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-jsqd .list li .box {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5rem;
}
.inside-jsqd .list li .t-1 {
  line-height: 0.3rem;
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-jsqd .list li .t-2 {
  display: none;
  padding: 0.3rem 0;
  font-size: 0.18rem;
}
.inside-jsqd .list li .t-1,
.inside-jsqd .list li .t-2 {
  z-index: 3;
  position: relative;
  line-height: 0.32rem;
}
.inside-jsqd .list li:first-child {
  border-left: 0;
}
.inside-jsqd .list .cur {
  width: 66%;
}
.inside-jsqd .list .cur .item {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
}
.inside-jsqd .list .cur .t-1 {
  width: 100%;
  font-size: 0.32rem;
}
.inside-jsqd .list .cur .t-2 {
  display: block;
}
.inside-jsqd .list .cur .box {
  text-align: left;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.inside-jsqd .list-2 {
  margin-top: 0.7rem;
}
.inside-jsqd .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  margin-top: 0.3rem;
}
.inside-jsqd .list-2 li {
  width: 50%;
  padding: 0 0.25rem;
}
.inside-jsqd .list-2 li .item {
  color: #333;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0.5rem 0.3rem;
  background: #fff;
  text-align: center;
}
.inside-jsqd .list-2 li .icon img {
  max-height: 0.8rem;
}
.inside-jsqd .list-2 li .t-1 {
  color: #db2d25;
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
.inside-jsqd .list-2 li .t-2 {
  margin-top: 0.15rem;
}
.inside-jsqd .list-2 li .t-2 span {
  display: block;
}
@media (max-width: 1024px) {
  .inside-jsqd .inside-title {
    line-height: 32px;
    font-size: 17px;
  }
  .inside-jsqd .inside-title img {
    margin-top: 0;
    max-height: 32px;
  }
  .inside-jsqd .list li .item {
    height: 240px;
  }
  .inside-jsqd .list .cur .t-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-jsqd .list .cur .box {
    padding: 0 20px;
  }
  .inside-jsqd .list li .t-2 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .inside-jsqd .list-2 li .item {
    font-size: 24px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-jsqd .list li {
    margin-top: 20px!important;
    width: 100%!important;
  }
  .inside-jsqd .list li .item {
    height: 180px!important;
  }
  .inside-jsqd .list li .box {
    padding: 0 30px!important;
    text-align: left!important;
  }
  .inside-jsqd .list li .t-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-jsqd .list li .t-2 {
    display: block!important;
  }
  .inside-jsqd .list-2 li {
    width: 100%;
    margin-top: 20px;
  }
}
.inside-gyl {
  color: #fff;
  display: flex;
  font-size: 0.28rem;
  text-align: center;
  height: 4.9rem;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-gyl .inside-title {
  color: #fff;
  padding-bottom: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-gyl {
    font-size: 16px;
    height: auto;
    padding: 80px 0;
  }
  .inside-gyl .inside-title {
    font-size: 20px;
  }
}
.inside-hzhb {
  position: relative;
  margin: 0.6rem 0;
}
.inside-hzhb .container {
  position: relative;
}
.inside-hzhb .pic {
  text-align: center;
}
.inside-hzhb .pic img {
  max-height: 7.74rem;
}
.inside-hzhb .tu {
  position: absolute;
}

.inside-hzhb .tu img{
  transition: all 500ms ease;
}

.inside-hzhb .tu:hover img{
  transform: scale(1.1);
}

.inside-hzhb .tu-1 {
  top: 2.64rem;
  left: 0.6rem;
}
.inside-hzhb .tu-2 {
  top: 0.3rem;
  left: 4.4rem;
}
.inside-hzhb .tu-3 {
  top: 3.2rem;
  left: 2.75rem;
}
.inside-hzhb .tu-4 {
  top: 4.2rem;
  right: 1.22rem;z-index:99;
}
.inside-hzhb .tu-5 {
  top: 5.8rem;
  left: 5.05rem;
}
.inside-hzhb .tu-6 {
  top: 0.2rem;
  left: 9.46rem;
}
.inside-hzhb .tu-7 {
  top: 3.22rem;
  left: 10.28rem;
}
.inside-hzhb .tu-8 {
  top: 6.15rem;
  left: 8.92rem;
}
.inside-hzhb .tu-9 {
  top: 1.1rem;
  left: 12.85rem;
}
.inside-hzhb .tu-10 {
  top: 3.5rem;
  left: 13.68rem;
}
.inside-hzhb .tu-11 {
  top: 5.45rem;
  left: 12.5rem;
}
.inside-hzhb .tu-12 {
  top: 4.27rem;
  left: -0.25rem;
}
.inside-hzhb .tu-13 {
  left: 4.8rem;
  top: 2.15rem;
}
.inside-hzhb .tu-13 img {
  max-height: 0.35rem;
}
.inside-hzhb .tu-14 {
  top: 1.1rem;
  left: 11.5rem;
}
.inside-hzhb .tu-14 img {
  max-height: 0.45rem;
}
.inside-hzhb .tu-15 {
  top: 5.6rem;
  left: 11.3rem;
}
.inside-hzhb .tu-15 img {
  max-height: 0.35rem;
}


.inside-hzhb .tu-1 img{
	max-height:1.44rem;
}
.inside-hzhb .tu-2 img{
	max-height:2.13rem;
}
.inside-hzhb .tu-3 img{
	max-height:2.22rem;
}
.inside-hzhb .tu-4 img{
	max-height:1.53rem;
}
.inside-hzhb .tu-5 img{
	max-height:2rem;
}
.inside-hzhb .tu-6 img{
	max-height:1.43rem;
}
.inside-hzhb .tu-7 img{
	max-height:2.22rem;
}
.inside-hzhb .tu-8 img{
	max-height:1.43rem;
}
.inside-hzhb .tu-9 img{
	max-height:1.36rem;
}
.inside-hzhb .tu-10 img{
	max-height:1.53rem;
}
.inside-hzhb .tu-11 img{
	max-height:1.54rem;
}
.inside-hzhb .tu-12 img{
	max-height:0.6rem;
}
@media (max-width: 1024px) {
  .inside-hzhb .pic {
    display: none;
  }
  .inside-hzhb .tu {
    width: 25%;
    padding: 10px;
    text-align: center;
    left: auto!important;
    top: auto!important;
    position: relative;
  }
  .inside-hzhb .tu img {
    max-height: 100px;
  }
  .inside-hzhb .tu-12,
  .inside-hzhb .tu-13,
  .inside-hzhb .tu-14,
  .inside-hzhb .tu-15 {
    display: none;
  }
  .inside-hzhb .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.inside-about {
  position: relative;
  padding-top: 1.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .inside-title {
  text-align: left;
}
.inside-about .container {
  overflow: hidden;
  position: relative;
}
.inside-about .container:before {
  top: 0;
  z-index: 1;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 5.76rem;
  background: #f0cdcb;
}
.inside-about .container:after {
  content: "";
  top: 0;
  z-index: 2;
  border-radius: 50%;
  left: 5.7rem;
  position: absolute;
  width: 0.13rem;
  height: 0.13rem;
  background: #ec0019;
}
.inside-about .container .line {
  top: 0;
  z-index: 1;
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  left: 5.76rem;
  background: #db2d25;
  animation: 5s xuanzhuan linear infinite;
}
.inside-about .txt {
  color: #db2d25;
  font-weight: 700;
  font-size: 0.28rem;
}
.inside-about .year {
  z-index: 3;
  color: #db2d25;
  position: relative;
  padding-top: 0.4rem;
  line-height: 1.6rem;
  font-size: 1.59rem;
  text-transform: uppercase;
  font-family: "Ubuntu-Light";
}
.inside-about .year span {
  font-family: "Ubuntu-Bold";
}
.inside-about .right {
  width: 63%;
  float: right;
}
.inside-about .text {
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  line-height: 0.28rem;
}
.inside-about .text p {
  padding-top: 0.2rem;
}
.inside-about .numlist {
  padding-bottom: 0.8rem;
}
.inside-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  justify-content: space-between;
}
.inside-about .numlist li {
  color: #333;
}
.inside-about .numlist li .counter {
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-family: "Oswald-Medium";
}
.inside-about .numlist li i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.inside-about .numlist li em {
  color: #fff;
  vertical-align: top;
  margin-top: 0.15rem;
  line-height: 0.24rem;
  text-align: center;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  display: inline-block;
  background: #da251d;
  font-style: normal;
}
@media (max-width: 1024px) {
  .inside-about {
    background-image: none!important;
    background: linear-gradient(to bottom, #e5e6ea, #ffffff) !important;
    padding-top: 40px;
  }
  .inside-about .txt {
    font-size: 18px;
  }
  .inside-about .year {
    padding-top: 10px;
    font-size: 60px;
    line-height: 70px;
  }
  .inside-about .container::before,
  .inside-about .container::after {
    display: none;
  }
  .inside-about .container .line {
    display: none;
  }
  .inside-about .right {
    float: none;
    width: 100%;
  }
  .inside-about .text {
    padding-top: 0;
    padding-left: 0;
    line-height: 24px;
  }
  .inside-about .numlist ul {
    padding: 0;
  }
}
.inside-about-2 {
  position: relative;
  padding: 0.9rem 0;
}
.inside-about-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-about-2 .left {
  width: 55%;
}
.inside-about-2 .left .inside-title {
  text-align: left;
}
.inside-about-2 .left .text {
  padding-top: 0.3rem;
  line-height: 0.32rem;
}
.inside-about-2 .left .text p {
  padding-top: 0.2rem;
}
.inside-about-2 .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .inside-about-2 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .inside-about-2 .container {
    display: block;
  }
  .inside-about-2 .left {
    width: 100%;
    line-height: 24px;
  }
  .inside-about-2 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-qywh {
  padding: 1rem 0;
  overflow: hidden;
  background: url(../images/bg10.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.inside-qywh:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inside-qywh .inside-title {
  z-index: 3;
  text-align: left;
  position: relative;
  color: #fff;
  padding-bottom: 0.7rem;
}
.inside-qywh .container {
  overflow: hidden;
  position: relative;
}
.inside-qywh .list,
.inside-qywh .list-2 {
  position: relative;
}
.inside-qywh .list {
  float: right;
  width: 88%;
  position: relative;
  overflow: hidden;
}
.inside-qywh .list .swiper-list {
  position: relative;
  overflow: hidden;
}
.inside-qywh .list .bt {
  font-size: 1.76rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.24);
  text-align: left;
  float: left;
  width: 30%;
  margin-top: 2rem;
}
.inside-qywh .list .p {
  float: right;
  width: 51%;
  font-size: 0.34rem;
  line-height: 0.57rem;
  color: #ffffff;
  padding-top: 0.99rem;
  background: url(../images/yin.png) no-repeat top left;
  background-size: 0.99rem;
}
.inside-qywh .list .p span {
  display: block;
  width: 50%;
  float: left;
}
.inside-qywh .list .swiper-button-next,
.inside-qywh .list .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: auto;
  right: 44%;
  margin: 0;
  top: 56%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.inside-qywh .list .swiper-button-next:after,
.inside-qywh .list .swiper-button-prev:after {
  font-size: 0.16rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .inside-qywh .list .swiper-button-next:hover,
  .inside-qywh .list .swiper-button-prev:hover {
    background: #ec0019;
  }
  .inside-qywh .list .swiper-button-next:hover:after,
  .inside-qywh .list .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.inside-qywh .list .swiper-button-next {
  right: 38%;
  left: auto;
}
.inside-qywh .list-2 {
  width: 9%;
  float: left;
  z-index: 10;
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.3rem;
}
.inside-qywh .list-2 .swiper-container {
  position: relative;
  height: 5rem;
  overflow: hidden;
  text-align: center;
}
.inside-qywh .list-2 .swiper-container .item {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-qywh .list-2 .swiper-container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-qywh .list-2 .swiper-container .pic {
  vertical-align: middle;
  line-height: 0.5rem;
  text-align: center;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 auto;
  border-radius: 50%;
}
.inside-qywh .list-2 .swiper-container .pic .mh {
  display: none;
}
.inside-qywh .list-2 .swiper-container .pic img {
  vertical-align: middle;
  max-height: 0.4rem;
}
.inside-qywh .list-2 .swiper-container .bt {
  font-size: 0.18rem;
  line-height: 0.33rem;
  margin-top: 0rem;
  width: 100%;
  color: #2d3132;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic {
  background: #ec0019;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic .mh {
  display: inline-block;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic .m {
  display: none;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .bt {
  font-size: 0.18rem;
  line-height: 0.33rem;
  color: #2d3132;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-qywh .list-2 .swiper-button-prev,
.inside-qywh .list-2 .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  width: 0.16rem;
  height: 0.16rem;
  transition: all 500ms ease;
  animation: fangda 1.5s ease-out infinite;
}
.inside-qywh .list-2 .swiper-button-prev:after,
.inside-qywh .list-2 .swiper-button-next:after {
  opacity: 0;
}
.inside-qywh .list-2 .swiper-button-prev {
  top: 0.4rem;
  background: url(../images/prev-1.png) no-repeat center center;
  background-size: cover;
}
.inside-qywh .list-2 .swiper-button-next {
  right: auto;
  top: auto;
  bottom: 0.2rem;
  background: url(../images/next-2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-qywh {
    padding: 50px 0;
  }
  .inside-qywh:after {
    width: 100%;
  }
  .inside-qywh .inside-title {
    text-align: center;
  }
  .inside-qywh .list-2 {
    display: none;
  }
  .inside-qywh .list {
    width: 100%;
    float: none;
    text-align: center;
  }
  .inside-qywh .list .p {
    font-weight: normal;
    background: none!important;
    font-size: 16px;
    line-height: 30px;
    padding: 0 70px;
    width: 100%;
    float: none;
  }
  .inside-qywh .list .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .inside-qywh .list .swiper-button-next {
    right: 0;
  }
  .inside-qywh .list .swiper-button-prev,
  .inside-qywh .list .swiper-button-next {
    top: 0!important;
  }
  .inside-qywh .list .bt {
    display: none;
  }
}
.inside-hzkh {
  position: relative;
  padding: 1rem 0 0.5rem 0;
}
.inside-hzkh .text {
  text-align: center;
  padding-top: 0.2rem;
}
.inside-hzkh .pic {
  text-align: center;
}
.inside-hzkh .item {
  margin: 0 auto;
  max-width: 12.8rem;
  margin-top: -1rem;
  position: relative;
}
.inside-hzkh .list li {
  position: absolute;
}
.inside-hzkh .list li .tu {
	background: #fff;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;  
	box-shadow: 0.12rem 0 0.19rem rgba(135, 14, 8, 0.18);
}
.inside-hzkh .list li .tu img {
	/* border-radius: 50%; */
	transition: all 500ms ease;
	max-height: 1.8rem;
	vertical-align: middle;
}

.inside-hzkh .list li .tu .mh {
    display: none;
}

.inside-hzkh .list li .tu:hover{
    background: #ec0019;
}

.inside-hzkh .list li .tu:hover .mh {
  display: inline-block;
}

.inside-hzkh .list li .tu:hover .m {
  display: none;
}

.inside-hzkh .list li .tu:hover img {
	transform: scale(1.1);
}
.inside-hzkh .list li:nth-child(1) {
  top: 1.4rem;
  left: 2.4rem;
}
.inside-hzkh .list li:nth-child(2) {
  top: 1.4rem;
  left: 8.2rem;
}
.inside-hzkh .list li:nth-child(3) {
  top: 3rem;
  left: 1.2rem;
}
.inside-hzkh .list li:nth-child(4) {
  top: 3rem;
  left: 9.6rem;
}
.inside-hzkh .list li:nth-child(5) {
  top: 5rem;
  left: 1.24rem;
}
.inside-hzkh .list li:nth-child(6) {
  top: 5rem;
  left: 9.65rem;
}
.inside-hzkh .list li:nth-child(7) {
  top: 7rem;
  left: 2.24rem;
}
.inside-hzkh .list li:nth-child(8) {
  top: 7rem;
  left: 8.35rem;
}
@media (max-width: 1024px) {
  .inside-hzkh {
    padding: 40px 0;
  }
  .inside-hzkh .pic {
    display: none;
  }
  .inside-hzkh .item {
    margin-top: 30px;
    max-width: 100%;
  }
  .inside-hzkh .list {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-hzkh .list li {
    width: 25%;
    padding: 10px;
    left: auto!important;
    top: auto!important;
    position: relative;
  }
}
@media (max-width: 480px) {
  .inside-hzkh .list li {
    width: 33.333%;
  }
}
.inside-ryzz {
  padding-bottom: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.inside-ryzz .container {
  max-width: 15.7rem;
}
.inside-ryzz .menuTabs {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.inside-ryzz .menuTabs ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-ryzz .listMenu {
  display: flex;
  flex-wrap: wrap;
}
.inside-ryzz .listMenu li {
  padding-left: 0.25rem;
}
.inside-ryzz .listMenu li .box {
  text-align: center;
  color: #000;
  display: block;
  height: 0.58rem;
  padding: 0 0.1rem;
  min-width: 1.55rem;
  line-height: 0.54rem;
  border: solid 1px #000;
  border-radius: 0.3rem;
  transition: all 500ms linear;
}
.inside-ryzz .listMenu .active .box {
  color: #fff;
  border-color: #ec0019;
  background: #ec0019;
}
.inside-ryzz .conTabs .nr {
  margin-top: 0.6rem;
  position: relative;
}
.inside-ryzz .conTabs .swiper-container {
  padding: 0 0.25rem;
}
.inside-ryzz .conTabs li .pic {
  position: relative;
  cursor:pointer;
}
.inside-ryzz .conTabs li .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.17647059%;
}
.inside-ryzz .conTabs li .pic:before {
  bottom: 0;
  right: -0.3rem;
  content: "";
  width: 0.34rem;
  height: 1.62rem;
  position: absolute;
  background: url(../images/ty.png) no-repeat top center;
  background-size: cover;
}

.inside-ryzz .conTabs li .pic img{
	transition: all 500ms ease;
}

.inside-ryzz .conTabs li .pic:hover img {
	transform: scale(1.1);
}

.inside-ryzz .item {
  display: none;
}
.inside-ryzz .item.show {
  display: block;
}
.inside-ryzz .swiper-button-prev,
.inside-ryzz .swiper-button-next {
  color: #fff;
  width: 0.6rem;
  height: 0.6rem;
  background: #45464a;
  transition: all 500ms ease;
  border-radius: 50%;
}
.inside-ryzz .swiper-button-prev:after,
.inside-ryzz .swiper-button-next:after {
  font-weight: 700;
  font-size: 0.22rem;
}
.inside-ryzz .swiper-button-prev:hover,
.inside-ryzz .swiper-button-next:hover {
  background: #ec0019;
}
.inside-ryzz .swiper-button-prev {
  left: -1rem;
}
.inside-ryzz .swiper-button-next {
  right: -1rem;
}
@media (max-width: 1024px) {
  .inside-ryzz .conTabs li .pic::before {
    display: none;
  }
  .inside-ryzz .swiper-button-prev {
    left: 0;
  }
  .inside-ryzz .swiper-button-next {
    right: 0;
  }
}
.inside-page {
  padding-top: 0.7rem;
  font-size: 0.14rem;
  text-align: center;
  font-family: arial;
}
.inside-page a {
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-page a:hover {
  color: #ec0019;
}
.inside-page a:first-child,
.inside-page a:last-child {
  font-family: "宋体";
}
.inside-page .cur {
  color: #ec0019;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 14px;
  }
}
.inside-tag {
  padding-left: 0.55rem;
  position: relative;
}
.inside-tag span {
  left: 0;
  top: 0.1rem;
  color: #333;
  font-weight: 700;
  position: absolute;
  line-height: 0.4rem;
}
.inside-tag a {
  color: #fff;
  margin-top: 0.1rem;
  padding: 0 0.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.3rem;
  background: #ec0019;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-tag a:hover {
  background: #d70017;
}
.inside-page-news {
  margin-top: 0.4rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #26313e;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #26313e;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover a {
  color: #ec0019;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 14px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-xg-case {
  padding-top: 0;
}
.inside-xg-case .title {
  color: #26313e;
  font-weight: 700;
  font-size: 0.42rem;
  padding-bottom: 0.2rem;
}
.inside-xg-case .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-case .list li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .inside-xg-case .title {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.inside-xg-news {
  padding-top: 0;
}
.inside-xg-news .container {
  overflow: hidden;
  position: relative;
  max-width: 16.2rem;
}
.inside-xg-news .container:before {
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  content: "";
  width: 0.1rem;
  background: #fff;
  position: absolute;
}
.inside-xg-news .title {
  padding-left: 0.5rem;
  color: #26313e;
  font-weight: 700;
  font-size: 0.42rem;
  padding-bottom: 0.2rem;
}
.inside-xg-news .list {
  overflow: hidden;
}
.inside-xg-news ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-news li {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
@media (max-width: 1024px) {
  .inside-xg-news .title {
    font-size: 20px;
    padding-left: 0;
    padding-bottom: 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: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  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 {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #ec0019;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#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: #ec0019;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@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;
  }
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #dcdee3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.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: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  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 {
  font-family: "POPPINS-LIGHT";
}
.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: 18px;
}
.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;
  margin-left: 10px;
}
.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;
}

.fp-scrollable {
  overflow: auto;
  max-height: 100vh;

}
@media (max-width: 1024px) {
  .fp-scrollable {
    max-height: none;
  }
}
.fp-scrollable::-webkit-scrollbar {
  width: 8px;
}
.fp-scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}