* {
  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;
}
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: 1023px) {
  html {
    font-size: 100px;
  }
}
a:hover {
  color: #c30202;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!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: -1rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes ripple {
  0% {
    opacity: 0.5;
    transform: scale(0.8, 0.8);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.ripple {
  animation: ripple 1.1s ease-in-out both 0.1s;
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@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: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular_0.eot');
  src: url('../fonts/Roboto-Regular_0.oft');
  src: url('../fonts/Roboto-Regular_0.ttf');
  src: url('../fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.eot");
  src: url("../fonts/SourceHanSansCN-Normal.otf");
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  src: url('../fonts/SourceHanSansCN-Normal.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansSC-Bold";
  src: url("../fonts/SourceHanSansSC-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
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);
}
.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: 14.4rem;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 0.6rem;
  }
    .footer .list .contact .tel {
    
    font-size:0.35rem!important;
    }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.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: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    margin-top: 24px;
    margin-right: 0px;
  }
}
.button a,
.button span {
  font-size: 0.14rem;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  height: 0.5rem;
  text-align: center;
  padding: 0 0.24rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.48rem;
  background: #bf0b0b;
  position: relative;
  border: solid 1px #bf0b0b;
  box-shadow: 0 0 0.17rem rgba(0, 160, 233, 0.25);
}
.button i {
  letter-spacing: -2px;
  font-family: "宋体";
  font-style: normal;
  margin-left: 0.1rem;
}
.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%;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #bf0b0b, #c30202);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #c30202;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  width: 100%;
  z-index: 999;
  background: #bf0b0b;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s;
}
.header .container {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.header .logo {
  text-align: center;
  height: 1.4rem;
  width: 2.9rem;
  border: solid 1px #fff;
  border-top: 0;
  padding-left: 0.1rem;
  box-shadow: 0.03rem 0 0.54rem rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: linear-gradient(to bottom, #ededed, #dfdbdd);
  z-index: 10;
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 1.2rem;
  vertical-align: middle;
  position: relative;
}
.header .right {
  right: 0;
  top: 0.25rem;
  display: flex;
  position: absolute;
}
.header .tel,
.header .searchBtn,
.header .language {
  margin-left: 0.2rem;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}
.header .tel img,
.header .searchBtn img,
.header .language img {
  max-height: 0.4rem;
}
.header .tel .img-2,
.header .searchBtn .img-2,
.header .language .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  transform: scale(0);
}
.header .tel:hover,
.header .searchBtn:hover,
.header .language:hover {
  background: #fff;
}
.header .tel:hover .img-1,
.header .searchBtn:hover .img-1,
.header .language:hover .img-1 {
  opacity: 0;
}
.header .tel:hover .img-2,
.header .searchBtn:hover .img-2,
.header .language:hover .img-2 {
  opacity: 1;
  transform: scale(1);
}
.header .tel:hover .telbox {
  opacity: 1;
  top: 0.5rem;
}
.header .language:hover .xiala {
  opacity: 1;
  top: 0.5rem;
}
.header .telbox {
  left: 50%;
  z-index: 10;
  top: 0.3rem;
  position: absolute;
  width: 2.5rem;
  background: #fff;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  font-size: 0.14rem;
}
.header .telbox p:last-child {
  color: #bf0b0b;
  font-size: 0.34rem;
  line-height: 0.4rem;
  font-family: "Oswald-Regular";
}
.header .telbox:before {
  content: "";
  top: -0.1rem;
  left: 50%;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
  border-bottom: solid 0.1rem #ffffff;
}
.header .xiala {
  left: 50%;
  z-index: 10;
  top: 0.3rem;
  position: absolute;
  width: 1.3rem;
  background: #fff;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  transform: translateX(-50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
}
.header .xiala:before {
  content: "";
  top: -0.1rem;
  left: 50%;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
  border-bottom: solid 0.1rem #ffffff;
}
.header .xiala a {
  display: block;
}
.header .searchBtn {
  z-index: 2;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.26rem;
  height: 0.26rem;
  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: #fff;
}
.header .searchBtn:hover svg {
  fill: #c30202 !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 60px!important;
    background: #fff!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .logo {
    left: 20px;
    top: 0px;
  }
  .header .logo img {
    max-height: 60px;
  }
  .header .logo .img1 {
    display: inline-block !important;
  }
  .header .logo .img2 {
    display: none!important;
  }
  .header .right {
    display: none;
  }
  .header .logo {
    width: 120px;
    height: 75px;
  }
  .header .navPhoneBtn {
    right: 20px;
    position: absolute;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
}
.nav {
  width: 100%;
  padding-left: 4.9rem;
  padding-right: 2.2rem;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-size: 0.18rem;
  position: relative;
  transition: all 500ms ease;
  line-height: 0.9rem;
}
.nav li > a {
  color: #fff;
  display: block;
  transition: all 334ms linear;
}
.nav li .subnav {
  left: 50%;
  z-index: 10;
  display: none;
  text-align: center;
  transform: translateX(-50%);
  min-width: 2.4rem;
  top: 0.9rem;
  position: absolute;
  background: #fff;
  padding: 0.2rem;
  line-height: 0.24rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.nav li .subnav a {
  display: block;
  padding: 0.05rem 0;
}
.nav li:hover > a,
.nav .active > a {
  font-weight: 700;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
#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%;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  width: 40%;
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  padding: 0 20px;
  font-size: 0.16rem;
  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: #c30202;
  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: #c30202;
}
#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;
  }
}
.banner {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .ph {
  display: none;
}
.banner .container {
  z-index: 99;
  position: relative;
}
.banner .text {
  left: 0;
  width: 100%;
  top: 1.3rem;
  position: absolute;
  font-family: "SourceHanSansCN-Normal";
}
.banner .t1 {
  color: #333;
  letter-spacing: 2px;
}
.banner .t2 {
  color: #333;
  padding-top: 0.3rem;
  line-height: 0.8rem;
  font-size: 0.7rem;
  font-family: "SourceHanSansSC-Bold";
}
.banner .t3 {
  color: #333;
  font-size: 0.28rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t3 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t4 {
  animation: 1.5s fadeInDown2 ease;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  top: 33%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.2);
  border: dashed 1px #fff;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  transform: scale(1.2);
}
.banner .swiper-button-prev {
  left: 1rem;
}
.banner .swiper-button-next {
  right: 1rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.06rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  border: solid 1px #fff;
  background: transparent;
  width: 0.14rem;
  height: 0.14rem;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 60px;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    opacity: 0;
  }
  .banner .t1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .t2 {
    letter-spacing: 0;
  }
  .banner .t4 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
}
@media (max-width: 640px) {
  .banner .text {
    top: 40px;
  }
  .banner .t1 {
    display: none;
  }
  .banner .t2 {
    line-height: 40px;
    padding-top: 0;
    font-size: 30px;
  }
  .banner .t3 span {
    font-size: 12px;
  }
}
.index-title {
  position: relative;
  text-align: center;
}
.index-title .t1 {
  z-index: 2;
  line-height: 1rem;
  color: #c30202;
  font-weight: 700;
  font-size: 0.42rem;
  position: relative;
}
.index-title .t2 {
  left: 0;
  top: 0;
  z-index: 1;
  color: #f8f8f8;
  width: 100%;
  position: absolute;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Oswald";
}
@media (max-width: 768px) {
  .index-title .t1 {
    line-height: 60px;
  }
  .index-title .t2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.index-product {
  overflow: hidden;
  padding: 1rem 0 0.6rem 0;
}
.index-product .container {
  max-width: 19.2rem;
}
.index-product .list {
  margin: 0 -1.7rem;
  margin-top: 0.4rem;
}
.index-product .item {
  position: relative;
  border-radius: 0.2rem;
  transition: all 500ms ease;
  margin: 0.4rem 0 0.6rem 0;
  background: url(../images/pro-bg.jpg) repeat-x top center;
}
.index-product .pic {
  border-radius: 0.2rem;
  position: relative;
}
.index-product .pic img {
  border-radius: 0.2rem;
}
.index-product .pic:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(195, 2, 2, 0.8));
}
.index-product .text {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0.4rem;
  position: absolute;
}
.index-product .icon {
  transition: all 500ms ease;
  transform: scale(0);
  top: 0.3rem;
  right: 0.4rem;
  position: absolute;
}
.index-product .icon img {
  max-height: 0.7rem;
}
.index-product .tit {
  padding-right: 1rem;
  font-weight: 700;
  color: #333333;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .more {
  color: #333;
  font-size: 0.13rem;
  text-align: center;
  border-radius: 0.3rem;
  line-height: 0.36rem;
  height: 0.38rem;
  min-width: 1.2rem;
  display: inline-block;
  border: solid 1px #fff;
  margin-top: 0.3rem;
}
.index-product .item:hover {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}
.index-product .item:hover .pic:before {
  opacity: 1;
}
.index-product .item:hover .tit {
  color: #fff;
}
.index-product .item:hover .more {
  color: #fff;
  border-color: #c30202;
  background: #c30202;
}
.index-product .item:hover .icon {
  transform: scale(1);
}
.index-product .more-2 {
  font-size: 0.14rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .index-product {
    padding-top: 40px;
  }
  .index-product .container {
    max-width: 640px;
  }
  .index-product .list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .index-product .more {
    padding: 0 10px;
    font-size: 13px;
    height: 38px;
    line-height: 36px;
    min-width: 100px;
  }
  .index-product .more-2 {
    font-size: 14px;
  }
}
.index-about {
  min-height: 9rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-about .container {
  max-width: 19.2rem;
}
.index-about .index-title {
  text-align: left;
  position: relative;
}
.index-about .index-title .t2 {
  color: rgba(255, 255, 255, 0.23);
}
.index-about .text1 {
  width: 50%;
  float: right;
  color: #333333;
  position: relative;
  left: -1.4rem;
  padding-right: 1.9rem;
  padding-top: 1.8rem;
}
.index-about .text1 .t3 {
  font-weight: 700;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.index-about .text1 .t4 p {
  padding-top: 0.2rem;
}
.index-about .text1 .t5 {
  display: flex;
  margin-top: 0.4rem;
}
.index-about .text1 .t5 img {
  max-height: 0.6rem;
}
.index-about .text1 .t5 p:first-child {
  font-size: 0.18rem;
  padding-top: 0.05rem;
}
.index-about .text1 .t5 .name {
  font-size: 0.12rem;
  padding-left: 0.1rem;
}
.index-about .list {
  float: left;
  width: 50%;
}
.index-about .list ul li {
  float: left;
  width: 33.33333333%;
  border: 1px solid #fff;
  border-bottom: 0;
  margin-left: -1px;
}
.index-about .list ul li .box {
  position: relative;
  background: rgba(0, 0, 0, 0.66);
  padding: 0 0.35rem;
  padding-top: 0.7rem;
  padding-bottom: 0.1rem;
  height: 32.25vh;
  transition: 0.3s ease;
}
.index-about .list ul li .box .pic {
  width: 0.4rem;
  float: right;
  transition: transform 0.5s ease;
}
.index-about .list ul li .box .pic img {
  max-height: 0.4rem;
}
.index-about .list ul li .box .pic .hh {
  display: none;
}
.index-about .list ul li .box .text .bt {
  font-size: 0.3rem;
  margin-bottom: 0.17rem;
  font-weight: bold;
  color: #ffffff;
}
.index-about .list ul li .box .text .p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.88rem;
  overflow: hidden;
  color: #ffffff;
}
.index-about .list ul li .box .tu {
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 334ms ease;
  position: absolute;
}
.index-about .list ul li .box .tu img {
  max-height: 1rem;
}
@media (min-width: 1025px) {
  .index-about .list ul li:hover .box {
    background: linear-gradient(to bottom, #d80d0d, #bb0a0a);
    background-size: cover;
  }
  .index-about .list ul li:hover .tu {
    opacity: 1;
  }
  .index-about .list ul li:hover .pic {
    transform: rotateY(180deg);
  }
  .index-about .list ul li:hover .pic .h {
    display: none;
  }
  .index-about .list ul li:hover .pic .hh {
    display: block;
  }
}
.index-about .list ul li:nth-child(2),
.index-about .list ul li:nth-child(4) {
  clear: left;
}
.index-about .list ul li:nth-child(4) {
  width: 33.4%;
  margin-left: 33.1%;
}
@media (max-width: 1300px) {
  .index-about .list ul li .box {
    height: 33vh;
  }
  .index-about .list ul li:nth-child(4) {
    width: 33.4%;
    margin-left: 33%;
  }
}
@media (max-width: 1024px) {
  .index-about {
    min-height: auto;
    padding: 50px 0;
  }
  .index-about .container {
    max-width: 640px;
  }
  .index-about .list {
    display: none;
  }
  .index-about .text1 {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    float: none;
    left: auto;
    padding-right: 0;
    padding: 40px 30px;
  }
  .index-about .text1 .t3 {
    font-size: 18px;
  }
}
.index-honor {
  display: flex;
  align-items: center;
  min-height: 9.43rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-honor .index-title {
  text-align: left;
}
.index-honor .index-title .t2 {
  color: rgba(255, 255, 255, 0.16);
}
.index-honor .leftbox {
  color: #333;
  max-width: 4.3rem;
}
.index-honor .text {
  line-height: 0.3rem;
}
.index-honor .text p {
  padding-top: 0.4rem;
}
.index-honor .text p:first-child {
  font-size: 0.18rem;
}
.index-honor .zhuanli {
  color: #c30202;
  margin-top: 0.4rem;
}
.index-honor .zhuanli .t3 span {
  padding-bottom: 0.1rem;
  padding-right: 0.2rem;
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.index-honor .zhuanli .t4 {
  font-weight: lighter;
  font-size: 0.48rem;
  line-height: 0.5rem;
  font-family: "Oswald-Regular";
}
.index-honor .zhuanli .t4 em {
  font-size: 0.3rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.index-honor .more {
  font-size: 0.13rem;
  margin-top: 0.5rem;
}
.index-honor .more a {
  color: #fff;
  height: 0.5rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.3rem;
  min-width: 1.6rem;
  display: inline-block;
  background: #c30202;
  transition: all 700ms ease;
  border: solid 1px #c30202;
}
.index-honor .more:hover a {
  color: #c30202;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .index-honor .text {
    line-height: 24px;
  }
  .index-honor .text p:first-child {
    font-size: 16px;
  }
  .index-honor .more {
    font-size: 14px;
    margin-bottom:0.5rem;
  }
  .index-honor .more a {
    height: 38px;
    line-height: 36px;
    min-width: 100px;
    padding: 0 20px;
  }
}
@media (max-width: 580px) {
  .index-honor .text,
  .index-honor .zhuanli {
    padding: 20px 30px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.85);
  }
  .index-honor .zhuanli {
    margin-top: 0;
  }
}
.index-fzlc {
  padding: 1rem 0;
  background: url("../images/abg1.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.index-fzlc .index-title {
  text-align: left;
}
.index-fzlc .index-title .t1 {
  color: #fff;
}
.index-fzlc .index-title .t2 {
  color: rgba(255, 255, 255, 0.1);
}
.index-fzlc .history-bottom {
  position: relative;
}
.index-fzlc .history-bottom .swiper-button-next,
.index-fzlc .history-bottom .swiper-button-prev {
  opacity: 1;
  width: 0.46rem;
  height: 0.46rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  margin-top: -0.5rem;
  left: -0.9rem;
  z-index: 55;
}
.index-fzlc .history-bottom .swiper-button-next:after,
.index-fzlc .history-bottom .swiper-button-prev:after {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .index-fzlc .history-bottom .swiper-button-next:hover,
  .index-fzlc .history-bottom .swiper-button-prev:hover {
    border-color: #c30202;
    background-color: #c30202;
    border-radius: 50%;
  }
  .index-fzlc .history-bottom .swiper-button-next:hover:after,
  .index-fzlc .history-bottom .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.index-fzlc .history-bottom .swiper-button-next {
  left: auto;
  right: -0.9rem;
}
.index-fzlc .history-info {
  position: relative;
  overflow: hidden;
}
.index-fzlc .swiper-history {
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index-fzlc .swiper-history:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.04rem;
  background-color: rgba(193, 193, 193, 0.2);
  position: absolute;
  top: 0.08rem;
  left: 0;
  z-index: -1;
}
.index-fzlc .swiper-history .swiper-slide {
  text-align: center;
  cursor: pointer;
  background: url("../images/da.png") no-repeat top center;
  background-size: 0.22rem;
  padding-top: 0.28rem;
  z-index: 5;
  position: relative;
}
.index-fzlc .swiper-history .swiper-slide .bt {
  font-family: "Oswald-Regular";
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #fff;
}
.index-fzlc .swiper-history .swiper-slide-thumb-active {
  background: url("../images/dah.png") no-repeat top center;
  background-size: 0.22rem;
}
.index-fzlc .swiper-history .swiper-slide-thumb-active .bt {
  font-weight: 700;
}
.index-fzlc .swiper-xiangqing .box {
  padding-right: 0.25rem;
  position: relative;
}
.index-fzlc .swiper-xiangqing .box .pic {
  width: 52%;
  float: right;
  position: relative;
  margin-bottom: 0.25rem;
}
.index-fzlc .swiper-xiangqing .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.07608696%;
}
.index-fzlc .swiper-xiangqing .box .pic:before {
  z-index: -1;
  content: "";
  right: -0.25rem;
  top: 0.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(203, 203, 203, 0.4);
}
.index-fzlc .swiper-xiangqing .box .text {
  float: left;
  width: 46%;
  margin-top: 0.9rem;
}
.index-fzlc .swiper-xiangqing .box .text .num {
  text-stroke: 1px #c30202;
  -webkit-text-stroke: 1px #c30202;
  font-size: 2.46rem;
  letter-spacing: 0.04rem;
  color: rgba(128, 194, 68, 0);
  position: absolute;
  margin-top: 0.35rem;
  width: 46%;
  left: 0;
  font-family: Roboto-Bold;
}
.index-fzlc .swiper-xiangqing .box .text .bt {
  color: #fff;
  font-size: 0.28rem;
  margin-bottom: 0.83rem;
}
.index-fzlc .swiper-xiangqing .box .text .bt i {
  font-family: Roboto-Bold;
  font-size: 1.1rem;
  line-height: 1rem;
  color: #fff;
  text-shadow: 0.05rem 0.09rem 0.13rem rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: bottom;
  margin-right: 7px;
  font-style: normal;
}
.index-fzlc .swiper-xiangqing .box .text .p {
  width: 75%;
  font-size: 0.18rem;
  line-height: 0.31rem;
  color: #fff;
}
.index-fzlc .swiper-xiangqing .box .text .p p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.2rem;
}
.index-fzlc .swiper-xiangqing .box .text .p span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .index-fzlc .swiper-xiangqing .box {
    padding-right: 0;
  }
  .index-fzlc .swiper-xiangqing .box .text .num {
    width: 100%;
  }
  .index-fzlc .swiper-xiangqing .box .text .p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .index-fzlc .swiper-xiangqing .box .text .bt {
    margin-bottom: 20px;
  }
  .index-fzlc .swiper-xiangqing .box .text .p p {
    margin-top: 15px;
  }
  .index-fzlc .swiper-xiangqing .box .text {
    width: 100%;
    float: none;
  }
  .index-fzlc .swiper-xiangqing .box .pic {
    display: none;
  }
  .index-fzlc .swiper-history .swiper-slide .bt {
    font-size: 18px;
    line-height: 30px;
  }
  .index-fzlc .history-bottom .swiper-button-prev {
    left: 0;
  }
  .index-fzlc .history-bottom .swiper-button-next {
    right: 0;
  }
}
.index-news {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-news .index-title {
  text-align: left;
}
.index-news .index-title .t2 {
  color: #f7f3f3;
}
.index-news .container {
  position: relative;
}
.index-news .tabnav {
  right: 0.6rem;
  top: 0.3rem;
  z-index: 3;
  position: absolute;
}
.index-news .tabnav li:first-child {
  padding-left: 0;
}
.index-news .tabnav li:first-child:before {
  display: none;
}
.index-news .tabnav li {
  color: #333;
  position: relative;
  font-size: 0.18rem;
  padding: 0 0.4rem;
  display: inline-block;
}
.index-news .tabnav li:before {
  content: "";
  width: 2px;
  top: 0.05rem;
  left: 0;
  height: 0.2rem;
  position: absolute;
  background: #e6ebe8;
}
.index-news .tabnav li a {
  display: block;
  color: #333;
}
.index-news .tabnav li:last-child {
  padding-right: 0;
}
.index-news .tabnav li:hover {
  font-weight: 700;
  color: #c30202;
}
.index-news .tabnav li:hover a {
  color: #c30202;
}
.index-news .tabbox {
  margin-top: 0.8rem;
}
.index-news .tabcot {
  display: none;
}
.index-news .tabcot.show {
  display: block;
}
.index-news .leftlist {
  width: 33%;
  float: left;
}
.index-news .leftlist .time {
  color: #545454;
  font-size: 0.14rem;
  padding-top: 0.25rem;
}
.index-news .leftlist .tit {
  color: #000;
  padding-right: 0.35rem;
  margin-top: 0.25rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  font-weight: 700;
  transition: all 500ms ease;
}
.index-news .leftlist .pic {
  overflow: hidden;
  position: relative;
}
.index-news .leftlist .pic img {
  transition: all 700ms ease;
}
.index-news .leftlist .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.21052632%;
}
.index-news .leftlist:hover .pic img {
  transform: scale(1.1);
}
.index-news .leftlist:hover .tit {
  color: #c30202;
}
.index-news .rightlist {
  width: 61%;
  float: right;
  overflow: hidden;
  margin-top: -0.4rem;
}
.index-news .rightlist ul {
  margin: 0 -0.6rem;
}
.index-news .rightlist li:first-child,
.index-news .rightlist li:nth-child(2) {
  border-color: #fff;
}
.index-news .rightlist li:hover .tit {
  color: #c30202;
}
.index-news .rightlist li:hover .learn {
  opacity: 1;
}
.index-news .rightlist li:hover .learn span:last-child {
  opacity: 1;
}
.index-news .rightlist li {
  width: 50%;
  float: left;
  padding: 0.4rem 0.6rem;
  border-top: solid 1px #e5e5e5;
}
.index-news .rightlist li .tit {
  color: #000;
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.6rem;
  line-height: 0.3rem;
  transition: all 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .rightlist li .txt {
  color: #666;
  margin-top: 0.2rem;
  height: 0.48rem;
  line-height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .rightlist li .learn {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #545454;
  margin-top: 0.3rem;
  transition: all 334ms ease;
}
.index-news .rightlist li .learn span:last-child {
  opacity: 0;
  color: #c30202;
  transition: all 500ms ease;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0;
  }
  .index-news .tabbox {
    margin-top: 0px;
  }
  .index-news .tabnav li {
    font-size: 14px;
  }
  .index-news .leftlist {
    width: 100%;
    float: none;
    display: none;
  }
  .index-news .rightlist {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .index-news .rightlist li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .index-news .rightlist li .txt {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
  }
  .index-news .rightlist li .learn {
    font-size: 12px;
  }
  .index-news .rightlist li .learn span:last-child {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .index-news .tabnav {
    right: 20px;
  }
  .index-news .tabnav li {
    padding: 0 15px;
  }
  .index-news .rightlist li {
    width: 100%;
    float: none;
  }
}
.index-navigation {
  padding-bottom: 0.4rem;
  padding-top: 0.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-navigation .bt {
  display: flex;
  color: #fff;
  line-height: 0.5rem;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.index-navigation .search {
  width: 32%;
  position: relative;
}
.index-navigation .search input {
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.2rem;
  padding-right: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.05rem;
}
.index-navigation .search input::-webkit-input-placeholder {
  color: #ffffff;
}
.index-navigation .search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.index-navigation .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.index-navigation .search input:-ms-input-placeholder {
  color: #ffffff;
}
.index-navigation .search .btn {
  top: 0.1rem;
  right: 0.2rem;
  position: absolute;
}
.index-navigation .search .btn svg {
  fill: #fff;
  width: 0.26rem;
  height: 0.26rem;
}
.index-navigation li {
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms linear;
  padding: 0.14rem 0.3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.index-navigation li .leiming {
  transition: all 500ms linear;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  min-width: 2.04rem;
  display: inline-block;
  background: #a50604;
  border-radius: 0.03rem;
}
.index-navigation li .drop {
  width: 85%;
  padding-left: 0.45rem;
}
.index-navigation li .drop a {
  color: #fff;
  
  font-size:0.18rem;
  padding-right: 0.1rem;
  display: inline-block;
  padding: 0.06rem 0.2rem;
}
.index-navigation li .drop a:hover {
  text-decoration: underline;
}
.index-navigation li:hover {
  background: rgba(195, 2, 2, 0.8);
}
.index-navigation li:hover .leiming {
  color: #c30202;
  background: #fff;
}
@media (max-width: 1024px) {
  .index-navigation {
    display: none;
  }
}
.footer {
  color: #fff;
  background: #323232;
}
.footer a {
  color: #fff;
  transition: all 334ms ease;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer .menu {
  display: flex;
  padding: 0.4rem 0.6rem;
  justify-content: space-between;
  font-size: 0.18rem;
  text-align: center;
  border-bottom: solid 1px #424242;
}
.footer .list {
  min-height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0 0.8rem 0;
}
.footer .list .contact {
  width: 26%;
  font-size: 0.18rem;
}
.footer .list .contact .logo img {
  max-height: 0.9rem;
}
.footer .list .contact .t1 {
  margin-top: 0.15rem;
  padding-left: 0.3rem;
  position: relative;
}
.footer .list .contact .t1 img {
  left: 0;
  top: 0.05rem;
  position: absolute;
  max-height: 0.2rem;
}
.footer .list .contact .tel {
  margin-top: 0.3rem;
  font-weight: 100;
  font-size: 0.45rem;
  line-height: 0.45rem;
  letter-spacing: 1px;
  font-family: "Roboto-Regular";
}
.footer .list .contact .tel img {
  top: 0.14rem;
}
.footer .list .info {
  width: 25%;
  height: 1.88rem;
  font-size: 0.13rem;
  padding: 0.1rem;
  text-align: center;
  margin-top: 1.26rem;
  background: #c30202;
  border: solid 1px #fff;
}
.footer .list .info .biankuang {
  padding: 0.25rem 0.3rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.footer .list .info p:first-child {
  font-size: 0.18rem;
}
.footer .list .message {
  width: 37%;
  padding-top: 0.25rem;
}
.footer .list .message .bt {
  font-size: 0.28rem;
}
.footer .list .message .box {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.footer .list .message .weixin {
  color: #111;
  width: 23%;
  font-size: 0.13rem;
  text-align: center;
  padding: 0.07rem;
  padding-bottom: 0;
  background: #a7a7a7;
}
.footer .list .message .weixin p:last-child {
  padding-top: 0.07rem;
}
.footer .list .message .biaodan {
  width: 72%;
}
.footer .list .message .biaodan li {
  position: relative;
  margin-top: 0.1rem;
}
.footer .list .message .biaodan li input {
  width: 100%;
  color: #fff;
  padding: 0 0.2rem;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  height: 0.45rem;
  line-height: 0.43rem;
  background: transparent;
  border: solid 1px #888;
}
.footer .list .message .biaodan li input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer .list .message .biaodan li input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .list .message .biaodan li input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .list .message .biaodan li input:-ms-input-placeholder {
  color: #ffffff;
}
.footer .list .message .biaodan li:first-child {
  margin-top: 0;
}
.footer .list .message .biaodan .sibmit {
  color: #fff;
  right: 1px;
  top: 1px;
  line-height: 0.43rem;
  text-align: center;
  height: 0.43rem;
  min-width: 0.84rem;
  position: absolute;
  background: #c30202;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.46);
  padding: 0.15rem 0;
  text-align: center;
  background: #161616;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 30px;
  }
  .footer .menu {
    display: none;
  }
  .footer .list {
    display: block;
  }
  .footer .list .contact {
    width: 100%;
    font-size: 16px;
  }
  .footer .list .contact .t1 {
    padding-left: 30px;
  }
  .footer .list .contact .tel img {
    top: 4px;
  }
  .footer .list .contact .t1 img {
    max-height: 20px;
  }
  .footer .list .info {
    display: none;
  }
  .footer .list .message {
    display: none;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  width: 100%;
  left: 0;
  position: absolute;
  transform: translateY(-40%);
}
.inside-banner .tit {
  font-weight: 700;
  color: #bf0b0b;
  font-size: 0.42rem;
}
.inside-banner .txt {
  color: #282828;
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    display: none;
  }
}
.inside-menu {
  z-index: 9;
  line-height: 0.75rem;
  margin-top: -0.75rem;
  position: relative;
  height: 0.75rem;
  background: rgba(71, 74, 79, 0.4);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.43);
  width: 33.333%;
  font-weight: 700;
  font-size: 0.18rem;
  text-align: center;
  transition: all 500ms linear;
}
.inside-menu li a {
  color: #fff;
  display: block;
}
.inside-menu li:after {
  content: "";
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  bottom: -0.1rem;
  position: absolute;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
  border-top: solid 0.1rem #920c0c;
}
.inside-menu li:first-child {
  border-left: 0;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: linear-gradient(to right, #920c0c, #c01a1a);
}
.inside-menu li:hover:after,
.inside-menu .cur:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-box {
  padding: 0.1rem 0;
  border-bottom: solid 1px #dfdfdf;
}
.inside-box .container {
  display: flex;
  justify-content: space-between;
}
.inside-box .hot {
  width: 60%;
  font-size: 0.14rem;
}
.inside-box .hot a {
  color: #333;
  padding: 0 0.12rem;
  display: inline-block;
}
.inside-box .hot a:hover {
  color: #c30202;
}
.inside-box .hot span {
  color: #333;
  font-size: 0.16rem;
}
.inside-box .search {
  width: 3.8rem;
  position: relative;
}
.inside-box .search input {
  border: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  border-radius: 0.3rem;
  background: #f7f7f7;
  line-height: 0.36rem;
  height: 0.36rem;
}
.inside-box .search .btn {
  right: 0;
  line-height: 0.3rem;
  height: 0.36rem;
  text-align: center;
  width: 0.8rem;
  position: absolute;
  border-radius: 0.3rem;
  background: #c30202;
}
.inside-box .search .btn svg {
  fill: #fff;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .inside-box {
    padding: 10px 0;
    display: none;
  }
  .inside-box .container {
    display: block;
  }
  .inside-box .hot {
    width: 100%;
    font-size: 14px;
  }
  .inside-box .hot span {
    font-size: 16px;
  }
}
.inside-current {
  color: #999;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  margin-right: 0.05rem;
  margin-top: 0.15rem;
  max-height: 0.2rem;
}
.inside-current a {
  color: #999;
  display: inline-block;
}
.inside-current a:hover {
  color: #c30202;
}
@media (max-width: 1024px) {
  .inside-current {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    width:100%!important;
  }
  .inside-current img {
    margin-top: 16px;
    margin-right: 5px;
    max-height: 20px;
  }
}
.inside-promenu {
	position:relative;
  overflow: hidden;
  background: #f7f7f7;
}
.inside-promenu .container {
  max-width: 19.2rem;
}
.inside-promenu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-promenu li {
  width: 16.66666667%;
  transition: all 500ms ease;
  border-left: solid 1px #eee;
}
.inside-promenu li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.3rem;
}
.inside-promenu li svg {
  stroke: #3e3e3e;
}
.inside-promenu li .icon {
  width: 40%;
  position: relative;
  display: inline-block;
}
.inside-promenu li .icon img {
  max-height: 0.7rem;
}
.inside-promenu li .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-promenu li .txt {
  width: 60%;
  padding-left: 0.2rem;
}
.inside-promenu li .t1 {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-promenu li:hover,
.inside-promenu .cur {
  background: #c30202;
}
.inside-promenu li:hover a,
.inside-promenu .cur a,
.inside-promenu li:hover svg,
.inside-promenu .cur svg {
  stroke: #fff;
}
.inside-promenu li:hover .t1,
.inside-promenu .cur .t1,
.inside-promenu li:hover .t2,
.inside-promenu .cur .t2 {
  color: #fff;
}
.inside-promenu li:hover .img-1,
.inside-promenu .cur .img-1 {
  opacity: 0;
}
.inside-promenu li:hover .img-2,
.inside-promenu .cur .img-2 {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-promenu {
    display: none;
  }
}
.inside-line {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #dfdfdf;
}
.inside-line .inside-current {
  width: 50%;
}
@media (max-width: 1024px) {
  .inside-line {
    display: block;
    margin-top: 0;
  }
}
.inside-search {
  position: relative;
  width: 5.2rem;
}
.inside-search input {
  width: 100%;
  color: #666;
  padding-right: 1.1rem;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-family: "微软雅黑";
  height: 0.58rem;
  line-height: 0.56rem;
  border: solid 1px #d7d7d7;
}
.inside-search .btn {
  right: 0;
  top: 0;
  line-height: 0.54rem;
  height: 0.58rem;
  text-align: center;
  width: 0.9rem;
  position: absolute;
  background: #c30202;
}
.inside-search .btn svg {
  fill: #fff;
  width: 0.26rem;
  height: 0.26rem;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .inside-search {
    width: 100%;
  }
  .inside-search input {
    font-size: 16px;
  }
}
.inside-product {
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #feeded);
  padding-bottom: 2rem;
}
.inside-product .tu {
  bottom: 0;
  right: 0;
  position: absolute;
}
.inside-product .tu img {
  max-height: 2.7rem;
}
.inside-product .caidan {
  margin-top: 0.45rem;
}
.inside-product .caidan ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-product .caidan li {
  width: 16.66666667%;
  font-size: 0.2rem;
  text-align: center;
  padding: 0 0.15rem;
  padding-bottom:0.1rem
}
.inside-product .caidan li a {
  color: #333;
  padding: 0 0.1rem;
  line-height: 0.52rem;
  height: 0.56rem;
  display: block;
  background: #f7f7f7;
  transition: all 500ms ease;
  border: dotted 2px #dedddd;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
    .inside-product .caidan li:hover a, .inside-product .caidan li.cur a {
        color: #c30202;
        border-color: #c30202;
    }
.inside-product .list {
  padding-top: 0.25rem;
}
.inside-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-product .list li {
  width: 33.333%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-product .list li .item {
  /* padding: 0 0.2rem; */
  /* padding-top: 0.45rem; */
  padding-bottom: 0.3rem;
  text-align: center;
  border-radius: 0.2rem;
  position: relative;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, #eeedf4, #f5f4fa);
}
.inside-product .list li .pic {
  margin: 0 auto;
  /* max-width: 3.3rem; */
  position: relative;
}
.inside-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.6969697%;
}
.inside-product .list li .logo {
  top: 0.16rem;
  left: 0.3rem;
  z-index: 3;
  position: absolute;
}
.inside-product .list li .logo img {
  max-height: 0.5rem;
}
.inside-product .list li .tit {
  color: #444;
  text-align: left;
  overflow: hidden;
  font-size: 0.14rem;
  display: flex;
  padding: 0 0.2rem;
  /* margin-top: -0.15rem; */
  position: relative;
  height: 0.5rem;
  line-height: 0.49rem;
  justify-content: space-between;
  border-bottom: solid 1px #dcdbe0;
}
.inside-product .list li .tit span:first-child {
  width: 65%;
  font-weight: 700;
  font-size: 0.18rem;
  display: inline-block;
}
.inside-product .list li:hover .item {
  background: linear-gradient(to bottom, #f4f3f8, #f4f3f8, #807f85);
}
.inside-product .list li:hover .tit {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-product .caidan {
    display: none;
  }
}
@media (max-width: 1024px) {
  .inside-product .list li {
    width: 50%;
  }
  .inside-product .list li .tit {
    height: 50px;
    line-height: 49px;
    font-size: 14px;
  }
  .inside-product .list li .tit span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .inside-product .list li {
    width: 100%;
  }
}
.inside-news {
  padding: 0.5rem 0 0.8rem 0;
}
.inside-news .toplist {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
}
.inside-news .leftbox {
  border-radius: 0.2rem;
  width: 56.7%;
  overflow: hidden;
  position: relative;
}
.inside-news .leftbox:after {
  content: "";
  display: block;
  padding-bottom: 56.37254902%;
}
.inside-news .leftbox img {
  transition: all 700ms ease;
}
.inside-news .leftbox:hover img {
  transform: scale(1.1);
}
.inside-news .rightbox {
  width: 38%;
}
.inside-news .rightbox li {
  padding: 0.45rem 0;
  border-bottom: solid 1px #dbdbdb;
}
.inside-news .rightbox li .time {
  color: #555;
  font-size: 0.14rem;
}
.inside-news .rightbox li .tit {
  color: #030f1b;
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .rightbox li:hover .time {
  color: #bf0b0b;
}
.inside-news .rightbox li:hover .tit {
  font-weight: 700;
  color: #bf0b0b;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.38rem;
}
.inside-news .list li {
  padding: 0 0.38rem;
  padding-top: 0.7rem;
  width: 33.3333%;
}
.inside-news .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.23255814%;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .time {
  color: #545454;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.inside-news .list li .tit {
  color: #000;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  margin: 0.3rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .list li .more {
  color: #c30202;
  font-size: 0.14rem;
}
.inside-news .list li:hover .tit {
  color: #c30202;
}
.inside-news .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-news .toplist {
    display: block;
    margin-top: 30px;
  }
  .inside-news .leftbox,
  .inside-news .rightbox {
    width: 100%;
    border-radius: 0;
  }
  .inside-news .rightbox {
    padding-top: 20px;
  }
  .inside-news .rightbox li {
    padding: 20px 0;
  }
  .inside-news .rightbox li .time {
    font-size: 12px;
  }
  .inside-news .rightbox li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .inside-news .list ul {
    margin: 0 -15px;
  }
  .inside-news .list li {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
  }
  .inside-news .list li .time {
    font-size: 12px;
    margin-top: 20px;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    margin: 10px 0;
  }
  .inside-news .list li .more {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-bg {
  background: #f5f5f7;
  padding-top: 0.8rem;
}
.inside-bg .next {
  text-align: center;
  padding-top: 0.8rem;
}
.inside-bg .next span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  color: #333333;
}
.inside-bg .next a {
  height: 40px;
  line-height: 40px;
  font-size: 0.3rem;
  font-weight: bold;
  color: #c30202;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1024px) {
  .inside-bg {
    padding-top: 120px;
    background: #fff;
  }
  .inside-bg .next span {
    font-size: 14px;
  }
  .inside-bg .next a {
    font-size: 16px;
  }
}
.news-left {
  float: left;
  width: 5%;
  margin-left: -5%;
  padding-top: 0.5rem;
  position: sticky;
  top: 1rem;
}
.news-left .share {
  overflow: hidden;
  padding: 0.48rem 0 0.19rem 0;
  background-color: #f2f2f2;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  position: relative;
  z-index: 3;
}
.news-left .share span {
  display: block;
  margin-bottom: 0.19rem;
  text-align: center;
}
.news-left .share .dib {
  display: inline-block;
  font-size: 0.16rem;
}
.news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
  padding-left: 0 !important;
  display: block;
  margin: 0 auto 0.12rem auto !important;
}
.news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.news-left .span {
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  background-color: #bf0b0b;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-left .span a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 0.37rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.news-left .p {
  position: relative;
  z-index: 1;
  background: #2f318b;
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
}
.news-left .p a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 0.31rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .news-left {
    display: none;
  }
}
.news-right {
  margin-top: 0.1rem;
  background: #fff;
  padding: 0 0.9rem;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.news-right .h1 {
  font-weight: normal;
  font-size: 0.36rem;
  margin-bottom: 0.36rem;
  color: #030f1b;
}
.news-right .h2 {
  font-weight: normal;
  font-size: 0.12rem;
  color: #888888;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dcdcdc;
}
.news-right .h2 span {
  padding-right: 0.3rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .news-right {
    padding: 30px 0;
  }
  .news-right .h2 {
    font-size: 12px;
  }
}
.news-info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.49rem 0;
  color: #333333;
}
.news-info .f20 {
  font-weight: 700;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}
.news-info .f28 {
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}
.news-info .f18 {
  font-size: 0.18rem;
}
.news-info .fred {
  color: #fff;
  height: 0.52rem;
  line-height: 0.52rem;
  font-weight: 700;
  width: 4.44rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  background: url(../images/ng.png) no-repeat top left;
  background-size: cover;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .news-info {
    font-size: 14px;
    line-height: 26px;
  }
  .news-info .f20 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news-info .fred {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .news-info .f18 {
    font-size: 16px;
  }
}
.tips {
  padding: 0.4rem;
  font-size: 0.18rem;
  background: #fbf3f3;
  margin-top: 0.2rem;
  line-height: 0.33rem;
  border: solid 2px #c30202;
}
.tips p:first-child {
  color: #ba0b0b;
  font-size: 0.2rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .tips {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .tips p:first-child {
    font-size: 16px;
  }
}
.biaoqian {
  padding: 0.2rem 0.4rem;
  margin-top: 0.4rem;
  background: #f7f7f7;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
}
.biaoqian a {
  color: #333333;
  padding: 0 0.15rem;
  display: inline-block;
}
.biaoqian a:hover {
  color: #c30202;
}
@media (max-width: 1024px) {
  .biaoqian {
    font-size: 14px;
    line-height: 30px;
  }
  .biaoqian a {
    padding-left: 0;
    padding-right: 10px;
  }
}
.fh {
  margin-top: 0.7rem;
  text-align: right;
}
.fh a {
  padding: 0 0.25rem;
  line-height: 0.36rem;
  display: inline-block;
  background: #efefef;
}
.inside-xg-news {
  padding-top: 0;
  margin-top: 0.8rem;
}
.inside-xg-news .index-title .t2 {
  color: #eeeef0;
}
.inside-xg-news .list ul {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.inside-xg-news .list li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    margin-top: 0;
  }
}
.inside-contact {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}
.inside-contact .list li {
  padding: 0 0.35rem;
  margin-top: 0.45rem;
  width: 33.333%;
}
.inside-contact .list li .item {
  min-height: 100%;
  text-align: center;
  background: #f8f8f8;
  transition: all 500ms ease;
  padding: 0.45rem 0.4rem;
}
.inside-contact .list li .icon {
  margin: 0 auto;
  background: #c30202;
  border-radius: 50%;
  height: 0.94rem;
  width: 0.94rem;
}
.inside-contact .list li .icon img {
  max-height: 0.94rem;
}
.inside-contact .list li .t1 {
  color: #282828;
  font-size: 0.28rem;
  padding-top: 0.3rem;
}
.inside-contact .list li .t2 {
  margin-top: 0.15rem;
  font-family: arial;
  font-size: 0.28rem;
  color: #c30202;
}
.inside-contact .list li .t2 a {
  color: #c30202;
  text-decoration: underline;
}
.inside-contact .list li .t3 {
  margin-top: 1.5rem;
}
.inside-contact .list li .t3,
.inside-contact .list li .t4 {
  color: #888;
  font-size: 0.14rem;
}
.inside-contact .list li .t4 {
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.inside-contact .list li:nth-child(2) .t3 {
  margin-top: 0.25rem;
}
.inside-contact .list li:hover .item {
  box-shadow: 0 0 0.4rem rgba(127, 129, 129, 0.4);
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .list ul {
    display: block;
  }
  .inside-contact .list li {
    width: 100%;
  }
  .inside-contact .list li .item {
    padding: 30px;
  }
  .inside-contact .list li .t3 {
    font-size: 12px;
    margin-top: 20px;
  }
}
.inside-ditu .container {
  max-width: 19.2rem;
}
.inside-ditu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-ditu li {
  position: relative;
}
.inside-ditu li .tu img {
  width: 100%;
}
.inside-ditu li .logo {
  width: 37%;
}
.inside-ditu li .add {
  top: 18%;
  left: 50%;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  border: solid 1px #dee0e1;
  max-width: 4.8rem;
  position: absolute;
  background: #fff;
  padding: 0.1rem;
  transform: translate(-33%, 54%);
  box-shadow: 0 0 0.33rem rgba(220, 237, 255, 0.55);
}
.inside-ditu li .add:before {
  content: "";
  left: 50%;
  bottom: -0.12rem;
  position: absolute;
  border-top: solid 14px #fff;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.inside-ditu li .add img {
  padding: 0.1rem;
  background: #efefef;
  max-height: 1.2rem;
}
.inside-ditu li .t1 {
  color: #222222;
  font-size: 0.18rem;
}
.inside-ditu li .t2 {
  color: #999;
  font-size: 0.14rem;
}
.inside-ditu li .txt {
  width: 63%;
  padding: 0 0.3rem;
}
@media (max-width: 1024px) {
  .inside-ditu {
    display: none;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .inside-ditu .container {
    max-width: 640px;
  }
  .inside-ditu li {
    width: 100%;
    margin-top: 10px;
  }
  .inside-ditu li .add {
    left: 60%;
    max-width: 300px;
  }
  .inside-ditu li .t2 {
    font-size: 13px;
  }
}
.inside-message {
  position: relative;
  background: #f8f8f8;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-message .index-title .t2 {
  color: #f1f1f1;
}
.inside-message .biaodan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .biaodan li {
  width: 50%;
  padding: 0 0.45rem;
  margin-top: 0.3rem;
  display: flex;
}
.inside-message .biaodan li .name {
  width: 20%;
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.5rem;
}
.inside-message .biaodan li p {
  width: 80%;
}
.inside-message .biaodan li input {
  width: 100%;
  border: 0;
  color: #999;
  line-height: 0.5rem;
  font-family: "微软雅黑";
  font-size: 0.16rem;
  background: transparent;
  border-bottom: solid 1px #c9c9c9;
}
.inside-message .biaodan .l1 {
  width: 100%;
}
.inside-message .biaodan .l1 .name {
  width: 9.1%;
}
.inside-message .biaodan .l1 p {
  width: 90.9%;
}
.inside-message .biaodan .l2 {
  width: 100%;
  display: block;
}
.inside-message .biaodan .l2 .name,
.inside-message .biaodan .l2 p {
  width: 100%;
}
.inside-message .biaodan .l2 .name {
  display: block;
}
.inside-message .biaodan .l2 textarea {
  width: 100%;
  color: #666;
  height: 1.9rem;
  padding: 0.15rem;
  font-family: "微软雅黑";
  font-size: 0.16rem;
  border: solid 1px #d2d2d2;
  background: transparent;
}
.inside-message .biaodan .l3 {
  width: 100%;
  justify-content: space-between;
}
.inside-message .biaodan .submit {
  color: #fff;
  border: 0;
  min-width: 1.8rem;
  background: #c30202;
}
@media (max-width: 1024px) {
  .inside-message .biaodan li {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .inside-message .biaodan li .name {
    width: 100%;
    font-size: 16px;
  }
  .inside-message .biaodan li p,
  .inside-message .biaodan .l1 p {
    width: 100%;
  }
  .inside-message .biaodan li input {
    font-size: 14px;
    line-height: 40px;
  }
  .inside-message .verifyDiv {
    width: 100%;
  }
  .inside-message .btn {
    margin-top: 20px;
  }
}
.inside-proshow {
  padding: 0.8rem 0;
}
.inside-proshow h1 {
  color: #333;
  line-height: 0.7rem;
  vertical-align: top;
  font-weight: normal;
  font-size: 0.48rem;
  text-align: center;
}
.inside-proshow h1 img {
  margin-right: 0.1rem;
  vertical-align: top;
  max-height: 0.7rem;
}
.inside-proshow .list {
  padding-top: 0.4rem;
}
.inside-proshow .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}
.inside-proshow .list li {
  width: 33.333%;
  padding: 0 0.13rem;
}
.inside-proshow .list li .pic {
  border-radius: 0.2rem;
}
.inside-proshow .iconlist {
  margin-bottom: 0.15rem;
  padding: 0.3rem 0;
  border-bottom: solid 1px #ccc;
}
.inside-proshow .iconlist span {
  margin-right: 0.06rem;
  border-radius: 0.05rem;
  border: solid 1px #7f8288;
  display: inline-block;
}
.inside-proshow .iconlist span img {
  max-height: 0.4rem;
}
.inside-proshow .text {
  color: #333;
}
.inside-proshow .text p {
  padding-top: 0.15rem;
}
.inside-proshow .list-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.inside-proshow .leftbox {
  width: 40%;
  width: 42%;
}
.inside-proshow .leftbox .myswiper {
  height: 4.16rem;
  border-radius: 0.2rem;
  text-align: center;
  background: linear-gradient(to bottom, #efeef4, #f5f4fa);
}
.inside-proshow .leftbox .myswiper .pic {
  background: linear-gradient(to bottom, #efeef4, #f5f4fa);
  position: relative;
}
.inside-proshow .leftbox .myswiper .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
  padding-bottom: 70%;
}
.inside-proshow .leftbox .myswiper .item {
  overflow: hidden;
  padding-top: 0.7rem;
  position: relative;
  padding-top: 0;
}
.inside-proshow .leftbox .myswiper .icon {
  top: 0.2rem;
  left: 0.4rem;
  position: absolute;
  z-index: 2;
}
.inside-proshow .leftbox .myswiper .icon img {
  max-height: 0.5rem;
}
.inside-proshow .leftbox .myswiper2 {
  margin-top: 0.25rem;
  overflow: hidden!important;
}

.inside-proshow .leftbox .myswiper2 .pic {
  cursor: pointer;
  border: solid 0.02rem #efeef4;
  border-radius: 0.1rem;
  background: linear-gradient(to bottom, #efeef4, #f5f4fa);
}
.inside-proshow .leftbox .myswiper2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 60%;
  padding-bottom: 70%;
}
.inside-proshow .leftbox .myswiper2 .pic img {
  padding: 0.1rem;
}
.inside-proshow .leftbox .myswiper2 .swiper-slide-thumb-active .pic {
  border-color: #c30202;
}
.inside-proshow .leftbox .swiper-container {
  overflow: inherit;
}
.inside-proshow .leftbox .swiper-button-prev,
.inside-proshow .leftbox .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.24);
}
.inside-proshow .leftbox .swiper-button-prev:after,
.inside-proshow .leftbox .swiper-button-next:after {
  color: #fff;
  font-size: 0.18rem;
}
.inside-proshow .leftbox .swiper-button-prev:hover,
.inside-proshow .leftbox .swiper-button-next:hover {
  background: #c30202;
}
.inside-proshow .leftbox .swiper-button-prev {
  left: -0.2rem;
}
.inside-proshow .leftbox .swiper-button-next {
  right: -0.2rem;
}
.inside-proshow .rightbox {
  width: 58%;
  width: 56%;
}
.inside-proshow .rightbox h2 {
  color: #333;
  padding-left: 0.3rem;
  font-weight: normal;
  font-size: 0.36rem;
  position: relative;
}
.inside-proshow .rightbox h2:before {
  left: 0;
  top: 0.15rem;
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 0.34rem;
  border-radius: 0.03rem;
  background: #c30202;
}
.inside-proshow .rightbox .table {
  border-top: solid 2px #efefef;
  border-bottom: solid 1px #efefef;
  height: 4.3rem;
  overflow: auto;
  margin-top: 0.4rem;
}
.inside-proshow .rightbox .table th,
.inside-proshow .rightbox .table td {
  padding: 0.07rem;
  font-size:0.18rem;
  border-left: solid 1px #efefef;
}
.inside-proshow .rightbox .table th {
  color: #222;
  font-size: 0.2rem;
  font-weight: normal;
}
.inside-proshow .rightbox .table td {
  text-align: center;
  border-left: solid 1px #efefef;
}
.inside-proshow .rightbox .table td:first-child,
.inside-proshow .rightbox .table th:first-child {
  border-left: 0;
}
.inside-proshow .rightbox .table .cur {
	color: #fff;
	background: #c30202;
	font-weight: bold;
}
@media (max-width: 1024px) {
  .inside-proshow {
    padding-top: 120px;
  }
  .inside-proshow h1 {
    font-size: 20px;
  }
  .inside-proshow .iconlist {
    padding: 30px 0;
  }
  .inside-proshow .iconlist span:last-child {
    margin-right: 0;
  }
  .inside-proshow .iconlist span img {
    max-height: 40px;
  }
  .inside-proshow .list-2 {
    display: block;
  }
  .inside-proshow .leftbox,
  .inside-proshow .rightbox {
    width: 100%;
  }
  .inside-proshow .leftbox .swiper-container,
  .inside-proshow .rightbox .swiper-container {
    overflow: hidden;
  }
  .inside-proshow .leftbox .myswiper,
  .inside-proshow .rightbox .myswiper {
    height: auto;
  }
  .inside-proshow .leftbox .swiper-button-prev,
  .inside-proshow .rightbox .swiper-button-prev,
  .inside-proshow .leftbox .swiper-button-next,
  .inside-proshow .rightbox .swiper-button-next {
    background: transparent!important;
    width: 40px;
    height: 40px;
  }
  .inside-proshow .leftbox .swiper-button-prev:after,
  .inside-proshow .rightbox .swiper-button-prev:after,
  .inside-proshow .leftbox .swiper-button-next:after,
  .inside-proshow .rightbox .swiper-button-next:after {
    color: #666;
    font-size: 20px;
  }
  .inside-proshow .leftbox .swiper-button-prev,
  .inside-proshow .rightbox .swiper-button-prev {
    left: 15px;
  }
  .inside-proshow .leftbox .swiper-button-next,
  .inside-proshow .rightbox .swiper-button-next {
    right: 15px;
  }
  .inside-proshow .rightbox {
    margin-top: 30px;
  }
  .inside-proshow .rightbox .table {
    height: auto;
  }
}
.inside-xg-pro {
  padding-bottom: 1rem;
  background: none!important;
}
.inside-xg-pro .list ul {
  flex-wrap: nowrap;
}
.inside-xg-pro .list ul {
  margin-left: 0;
  margin-right: 0;
}
.inside-xg-pro .list li {
  padding-left: 0;
  padding-right: 0;
}
.inside-proshow-2 {
  padding: 1rem 0 1.5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-2 .index-title .t2 {
  color: #ececec;
}
.inside-proshow-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
}
.inside-proshow-2 .list li {
  width: 25%;
  padding: 0 0.08rem;
  margin-top: 0.6rem;
}
.inside-proshow-2 .list li .item {
  background: #fff;
  min-height: 100%;
  padding: 0.25rem;
  padding-bottom: 0.4rem;
  position: relative;
  transition: all 334ms ease;
  border: solid 2px #c30202;
}
.inside-proshow-2 .list li .item:after {
  content: "";
  bottom: -0.11rem;
  left: 50%;
  width: 0.15rem;
  height: 0.11rem;
  transform: translateX(-50%);
  position: absolute;
  transition: all 334ms ease;
  background: url(../images/proicon-10.png) no-repeat top center;
  background-size: cover;
}
.inside-proshow-2 .list li .icon {
  top: 0.25rem;
  left: 0.25rem;
  position: absolute;
  display: inline-block;
  width: 0.7rem;
}
.inside-proshow-2 .list li .icon img {
  max-height: 0.7rem;
}
.inside-proshow-2 .list li .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 334ms ease;
}
.inside-proshow-2 .list li .text {
  color: #222;
  padding-left: 0.9rem;
}
.inside-proshow-2 .list li .tit {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-proshow-2 .list li .txt {
  padding-top: 0.15rem;
}
.inside-proshow-2 .list li .txt span {
  color: #c30202;
  font-family: arial;
}
.inside-proshow-2 .list li:hover .item {
  background: #c30202;
}
.inside-proshow-2 .list li:hover .item:after {
  background: url(../images/proicon-11.png) no-repeat top center;
  background-size: cover;
}
.inside-proshow-2 .list li:hover .img-1 {
  opacity: 0;
}
.inside-proshow-2 .list li:hover .img-2 {
  opacity: 1;
}
.inside-proshow-2 .list li:hover .text {
  color: #fff;
}
    .inside-proshow-2 .list li:hover .text span{
        color:#fff;
    }
    @media (max-width: 1024px) {
        .inside-proshow-2 {
    padding: 40px 0 60px 0;
  }
  .inside-proshow-2 .list li {
    width: 50%;
  }
  .inside-proshow-2 .list li .item {
    padding: 25px;
  }
  .inside-proshow-2 .list li .icon {
    top: 25px;
  }
  .inside-proshow-2 .list li .text {
    padding-left: 60px;
  }
  .inside-proshow-2 .list li .tit {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inside-proshow-2 .list li {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-about {
  position: relative;
  padding: 0.5rem 0 1rem 0;
}
.inside-about .index-title {
  text-align: left;
}
.inside-about dt {
  width: 46%;
  float: left;
  color: #27303d;
  text-align: justify;
  line-height: 0.32rem;
}
.inside-about dt p {
  margin-top: 0.2rem;
}
.inside-about dt .f20 {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-about dd {
  width: 52%;
  float: right;
  position: relative;
}
.inside-about dd .video {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-about dd .video img {
  max-height: 0.7rem;
}
.inside-about .num1 {
  font-size: 0.18rem;
  padding-top: 1rem;
}
.inside-about .num1 li:first-child {
  border-left: 0;
}
.inside-about .num1 li {
  float: left;
  width: 25%;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-right: 0.1rem;
  padding-left: 1rem;
  border-left: dashed 1px #dddddd;
  position: relative;
}
.inside-about .num1 li .img {
  margin-bottom: 0.03rem;
  vertical-align: bottom;
  display: inline-block;
  width: 0.5rem;
}
.inside-about .num1 li .img img {
  width: 100%;
  max-height: 0.5rem;
}
.inside-about .num1 li .text {
  display: inline-block;
  vertical-align: middle;
}
.inside-about .num1 li .num span {
  color: #333;
  font-weight: 700;
  font-family: "Roboto-Regular";
  line-height: 0.7rem;
  font-size: 0.62rem;
}
.inside-about .num1 li .num .f40 {
  font-size: 0.46rem;
}
.inside-about .num1 li em {
  color: #333;
  margin-top: -0.1rem;
  position: relative;
  vertical-align: top;
  font-size: 0.4rem;
  font-style: normal;
  display: inline-block;
}
.inside-about .num1 li i {
  color: #fff;
  line-height: 0.24rem;
  vertical-align: middle;
  margin-left: 0.05rem;
  text-align: center;
  border-radius: 50%;
  font-style: normal;
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: #c30202;
}
.inside-about .num1 li .p {
  color: #333333;
}
.inside-about .num1 li:first-child:before {
  display: none;
}
@media (max-width: 1024px) {
  .inside-about {
    padding-bottom: 40px;
  }
  .inside-about dt .f20 {
    font-size: 16px;
  }
  .inside-about .index-title .cn {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .index-title .tag {
    font-size: 14px;
  }
  .inside-about .index-title .arrow {
    width: 6px;
    height: 6px;
  }
  .inside-about .num1 {
    padding-top: 30px;
    font-size: 14px;
  }
  .inside-about .num1 li {
    width: 50%;
    padding: 10px;
    border-left: 0;
    text-align: center;
  }
  .inside-about .num1 li:before {
    display: none;
  }
  .inside-about .num1 li .num span {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
  }
  .inside-about .num1 li i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .inside-about dt,
  .inside-about dd {
    width: 100%;
    float: none;
  }
  .inside-about dt {
    line-height: 24px;
  }
  .inside-about dd {
    margin-top: 30px;
  }
  .inside-about dd .video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 580px) {
  .inside-about .num1 li {
    text-align: left;
  }
}
.inside-about-2 {
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.inside-about-2 .container {
  max-width: 19.2rem;
}
.inside-about-2 .list {
  position: relative;
  margin: 0 -8.4rem;
}
.inside-about-2 .list .pic {
  position: relative;
  margin-bottom: 0.7rem;
}
.inside-about-2 .list .pic:before {
  z-index: -1;
  content: "";
  top: 0.25rem;
  left: -0.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f1f3f6;
}
.inside-about-2 .swiper-pagination-progressbar {
  left: 50%;
  width: 11.56rem !important;
  transform: translateX(-50%);
}
.inside-about-2 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 2px;
}
.inside-about-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c30202;
}
@media (max-width: 1024px) {
  .inside-about-2 .container {
    max-width: 640px;
  }
  .inside-about-2 .list {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-about-2 .list .pic:before {
    display: none;
  }
  .inside-about-2 .swiper-pagination-progressbar {
    width: 100%!important;
  }
}
.inside-sustainability-2 {
  position: relative;
  height: 8.39rem;
  padding: 1.3rem 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-sustainability-2 .index-title .t2 {
  color: rgba(0, 0, 0, 0.03);
}
.inside-sustainability-2 .list {
  position: relative;
  padding-top: 0.4rem;
}
.inside-sustainability-2 .item {
  color: #333;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  background: #fff;
  height: 2.7rem;
  transition: all 500ms ease;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
}
.inside-sustainability-2 .item .nr {
  width: 100%;
}
.inside-sustainability-2 .item .tit {
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
.inside-sustainability-2 .item .txt {
  margin-top: 0.3rem;
}
.inside-sustainability-2 .item .tit,
.inside-sustainability-2 .item .txt {
  z-index: 3;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}
.inside-sustainability-2 .item .pic {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.inside-sustainability-2 .item .pic img {
  max-height: 1.4rem;
}
.inside-sustainability-2 .item .pic2 {
  /* opacity: 0; */
  top: -0.2rem;
  left: 50%;
  z-index: 3;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) scale(0.7);
  transition: all 500ms ease;
}
.inside-sustainability-2 .item:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}
.inside-sustainability-2 .item:hover .pic2 {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.inside-sustainability-2 .item:hover .tit {
  opacity: 0;
}
.inside-sustainability-2 .swiper-container {
  padding-top: 1rem;
}
.inside-sustainability-2 .swiper-button-prev,
.inside-sustainability-2 .swiper-button-next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin-top: 0.2rem;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.inside-sustainability-2 .swiper-button-prev:after,
.inside-sustainability-2 .swiper-button-next:after {
  color: #666;
  font-size: 0.18rem;
}
.inside-sustainability-2 .swiper-button-prev:hover,
.inside-sustainability-2 .swiper-button-next:hover {
  border-color: #c30202;
  background: #c30202;
}
.inside-sustainability-2 .swiper-button-prev:hover:after,
.inside-sustainability-2 .swiper-button-next:hover:after {
  color: #fff;
}
.inside-sustainability-2 .swiper-button-prev {
  left: -0.6rem;
}
.inside-sustainability-2 .swiper-button-next {
  right: -0.6rem;
}
.inside-sustainability-2 .swiper-slide-active .item {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
}
.inside-sustainability-2 .swiper-slide-active .item .pic2 {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  top: -0.7rem;
}

.inside-sustainability-2 .swiper-slide-active .item .txt {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-sustainability-2 {
    height: auto;
    padding: 50px 0;
  }
  .inside-sustainability-2 .item {
    height: 280px;
  }
  .inside-sustainability-2 .item .tit {
    margin-top: 140px;
  }
  .inside-sustainability-2 .swiper-button-prev,
  .inside-sustainability-2 .swiper-button-next {
    background: #fff;
  }
  .inside-sustainability-2 .swiper-button-prev {
    left: 20px;
  }
  .inside-sustainability-2 .swiper-button-next {
    right: 20px;
  }
}
.inside-sales {
  position: relative;
  overflow: hidden;
  height: 9.4rem;
  padding-top: 0.8rem;
  background-color: #f2f2f2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-sales .index-title .t2 {
  color: #ededed;
}
.inside-sales .list {
  position: relative;
}
.inside-sales .list .arrow {
  left: 2.1rem;
  top: 2.75rem;
  position: absolute;
}
.inside-sales .list .arrow img {
  max-height: 3.4rem;
  animation: ripple 3s ease infinite;
}
.inside-sales .list .text {
  color: #222;
  width: 4.9rem;
  padding-top: 3.4rem;
  margin-left: 7.4rem;
}
.inside-sales .list .text .tit {
  font-size: 0.32rem;
}
.inside-sales .list .text .txt {
  padding-top: 0.25rem;
}
.inside-sales .list .add {
  width: 0.2rem;
  position: absolute;
}
.inside-sales .list .add img {
  max-height: 0.2rem;
}
.inside-sales .list .add-1 {
  top: 1.6rem;
  left: 11.78rem;
}
.inside-sales .list .add-2 {
  top: 2.6rem;
  left: 12.24rem;
}
.inside-sales .list .add-3 {
  top: 2.1rem;
  left: 13.2rem;
}
.inside-sales .list .add-4 {
  top: 3.4rem;
  left: 5.10rem;
}
.inside-sales .list .add-5 {
  top: 6.5rem;
  left: 15.5rem;
}
.inside-sales .list .add-6 {
  top: 4.34rem;
  left: 3.7rem;
  z-index: 11;
}
.inside-sales .list .add-7{
  top: 5.4rem;
  left: 4.3rem;
}
.inside-sales .list .tag {
  color: #222;
  top: 5rem;
  left: 5rem;
  position: absolute;
  top: 4.5rem;
  left: 4.3rem;
}
@media (max-width: 1300px) {
  .inside-sales .list .map-lines {
    top: 0rem;
    left: 3.3rem;
  }
  .inside-sales .list .arrow {
    left: 1.7rem;
    top: 2.5rem;
  }
  .inside-sales .list .add-1 {
    top: 1.4rem;
    left: 11.2rem;
  }
  .inside-sales .list .add-2 {
    top: 2.4rem;
    left: 11.76rem;
  }
  .inside-sales .list .add-3 {
    top: 2rem;
    left: 12.4rem;
  }
  .inside-sales .list .add-4 {
    top: 3.2rem;
    left: 4.62rem;
  }
  .inside-sales .list .add-5 {
    left: 14.5rem;
  }
  .inside-sales .list .add-6 {
    top: 4.1rem;
    left: 3.3rem;
  }
  .inside-sales .list .tag {
    top: 4.2rem;
    left: 3.8rem;
  }
}
@media (max-width: 1024px) {
  .inside-sales {
    padding: 100px 0;
    height: auto;
  }
  .inside-sales .add {
    display: none;
  }
  .inside-sales .line {
    display: none;
  }
  .inside-sales .list .tag {
    top: auto;
    left: auto;
    text-align: center;
    position: relative;
  }
  .inside-sales .list .text {
    padding-top: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .inside-sales .list .arrow {
    display: none;
  }
  .inside-sales .list .map-lines {
    display: none;
  }
}
.inside-sales .map-lines {
  position: absolute;
  top: 0.2rem;
  left: 3.78rem;
  z-index: 10;
  fill: none;
  width: 8.52rem;
  height: 5.23rem;
  -webkit-stroke: #ffba08;
  -moz-stroke: #ffba08;
  -ms-stroke: #ffba08;
  -o-stroke: #ffba08;
  stroke: #ffba08;
  -webkit-stroke-width: 1rem;
  -moz-stroke-width: 1rem;
  -ms-stroke-width: 1rem;
  -o-stroke-width: 1rem;
  stroke-width: 1px;
}
.inside-sales svg:not(:root) {
  overflow: hidden;
}
.inside-sales .map-line {
  stroke-dashoffset: 10.9rem;
  stroke-dasharray: 10.9rem;
  animation: animation-linea 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.inside-sales .map-line1 {
  stroke-dashoffset: 10.9rem;
  stroke-dasharray: 10.9rem;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.inside-sales .map-line--6 {
  animation-delay: 1.94s;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 10.9rem;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: -10.9rem;
  }
  to {
    stroke-dashoffset: -10.9rem;
  }
}
@-webkit-keyframes animation-line {
  0% {
    -webkit-stroke-dashoffset: 10.9rem;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: -10.9rem;
  }
  to {
    -webkit-stroke-dashoffset: -10.9rem;
  }
}
@-moz-keyframes animation-line {
  0% {
    -moz-stroke-dashoffset: 10.9rem;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: -10.9rem;
  }
  to {
    -moz-stroke-dashoffset: -10.9rem;
  }
}
@-o-keyframes animation-line {
  0% {
    -o-stroke-dashoffset: 10.9rem;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: -10.9rem;
  }
  to {
    -o-stroke-dashoffset: -10.9rem;
  }
}
@keyframes animation-linea {
  0% {
    stroke-dashoffset: -10.9rem;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: 10.9rem;
  }
  to {
    stroke-dashoffset: 10.9rem;
  }
}
@-webkit-keyframes animation-linea {
  0% {
    -webkit-stroke-dashoffset: -10.9rem;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: 10.9rem;
  }
  to {
    -webkit-stroke-dashoffset: 10.9rem;
  }
}
@-moz-keyframes animation-linea {
  0% {
    -moz-stroke-dashoffset: -10.9rem;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: 10.9rem;
  }
  to {
    -moz-stroke-dashoffset: 10.9rem;
  }
}
@-o-keyframes animation-linea {
  0% {
    -o-stroke-dashoffset: -10.9rem;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: 10.9rem;
  }
  to {
    -o-stroke-dashoffset: 10.9rem;
  }
}
.inside-qywh {
  color: #fff;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
}
.inside-qywh .container {
  position: relative;
}
.inside-qywh .container .title {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-qywh ul {
  padding-left: 0.8rem;
}
.inside-qywh ul li {
  width: 25%;
  float: left;
  padding: 0 0.65rem;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.26);
}
.inside-qywh ul li .item {
  display: table;
  min-height: 7.99rem;
  width: 100%;
  text-align: center;
}
.inside-qywh ul li .juzhong {
  vertical-align: middle;
  display: table-cell;
}
.inside-qywh ul li .cn {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.38rem;
  margin-top: 0.1rem;
}
.inside-qywh ul li .en {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.inside-qywh ul li .nr {
  line-height: 0.36rem;
  margin-top: 0.4rem;
  display: none;
  text-align: left;
  padding-right: 0.4rem;
  text-align: justify;
  font-size: 0.18rem;
  font-weight: lighter;
}
.inside-qywh ul .active {
  width: 50%;
}
.inside-qywh ul .active .nr {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-qywh {
    padding: 50px 0;
  }
  .inside-qywh .container .title {
    display: none;
  }
  .inside-qywh ul {
    padding-left: 0;
  }
  .inside-qywh ul li {
    border: 0;
    width: 50%;
    padding: 15px;
  }
  .inside-qywh ul li .item {
    min-height: auto;
  }
  .inside-qywh ul li .nr {
    display: none!important;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #c30202;
  background: #c30202;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.verifyDiv {
  width: 30%;
  margin-right: 0rem;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1024px) {
  .verifyDiv {
    width: 55%;
  }
}
.verify {
  height: 0.55rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  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.55rem;
  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: #999;
  z-index: 1;
  line-height: 0.55rem;
  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%;
  max-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;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.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: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c30202;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.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 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #c30202;
}
@media (max-width: 1024px) {
  .float {
    display: none;
  }
}
.float ul li {
  width: 0.65rem;
  height: 0.65rem;
  padding-top: 0.12rem;
  font-size: 0.12rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff;
}
.float {
  position: fixed;
  bottom: 1.1rem;
  right: 0.15rem;
  z-index: 200;
}
.float ul {
  background-color: #f1f1f1;
  border-radius: 0.04rem;
  border: solid 0.01rem #e5e5e5;
}
.float li.last {
  display: block;
  height: 0.5rem;
  padding: 0;
  border-radius: 0.04rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.float li.last .pic {
  height: 0.5rem;
}
.float li:first-child {
  border-radius: 0.04rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.float ul li .pic {
  display: inline-block;
  height: 0.25rem;
}
.float ul li .pic .mh {
  display: none;
}
.float ul li .bt {
  color: #666666;
  margin-top: 0.05rem;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 0.65rem;
  width: 1.2rem;
  background: #f1f1f1;
  display: none;
  padding: 0.05rem;
}
.float ul li .hover p {
  line-height: 0.55rem;
  font-size: 0.2rem;
  background-color: #c30202;
  color: #fff;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  font-family: arial;
  right: 0.65rem;
  width: 2rem;
  padding: 0 0.05rem;
  background: #f1f1f1;
  border-radius: 0.04rem;
  display: none;
}
.float ul li .hover1 p {
  font-family: "Roboto-Regular";
  line-height: 0.65rem;
  font-size: 0.22rem;
  color: #c30202;
}
.float ul li .hover1 p a {
  color: #c30202;
}
.float ul li:nth-last-child(1) {
  border-bottom: 0;
}
.float ul li:hover {
  background: #c30202;
}
.float ul li:hover .pic .m {
  display: none;
}
.float ul li:hover .pic .mh {
  display: block;
}
.float ul li:hover .bt {
  color: #fff;
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}

#maodian{
	position:absolute;
	z-index:-1;
	height:1px;
	top:-220px;
}


.banner .t5{
	padding-top:1.2rem;
}
.banner .t5 span{
	  color:#fff;
	  display:inline-block;
	  font-weight:700;
	  font-size:0.18rem;
	  line-height:0.52rem;
    background:#b82a28;
    padding:0 0.25rem;
    border-top-left-radius:0.3rem;
    border-bottom-right-radius:0.3rem;
}
.banner .t6{
	color:#26285d;
	font-size:0.45rem;
	line-height:0.7rem;
	padding-top:0.4rem;
	font-family:"SourceHanSansSC-Bold";
}
.banner .t6 span{
	display:block;
}


.banner .swiper-slide-active .t5 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t6 {
  animation: 1.5s fadeInDown2 ease;
}


@media(max-width:1024px){
	.banner .t5{
		padding-top:30px;
	}
	.banner .t6{
		font-size:16px;
		line-height:26px;
		padding-top:20px;
	}
}