@charset "utf-8";
/*css reset*/
* {
  font-size: 1rem;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
a,
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type="text"] {
  -webkit-appearance: none;
  background: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  border: 1px solid #ccc;
  border-radius: 0;
}
input[type="password"] {
  -webkit-appearance: none;
}
input[type="tel"] {
  -webkit-appearance: none;
  background: none;
}
input[type="tel"] {
  -webkit-appearance: none;
  background: none;
}
body {
  font-family: "PingFang SC", "Microsoft Yahei";
}
td,
th {
  vertical-align: middle;
}
.clear {
  clear: both;
}
/*reset end*/
/*basic start*/
@media screen and (min-width: 240px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 320px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 560px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  html,
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  html,
  body {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 24px;
  }
}
.ff-1 {
  font-family: Helvetica;
}
.fs12 {
  font-size: 1rem;
}
.fs14 {
  font-size: 1.167rem;
}
.fs16 {
  font-size: 1.333rem;
}
.fs18 {
  font-size: 1.5rem;
}
.bdl-dashed1 {
  border-left: 1px dashed #d6d6d6;
}
.bold {
  font-weight: bold;
}
.rotate30 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rotate-30 {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
* input::-moz-placeholder {
  color: #cfcfcf;
  font-family: "PingFang SC", "Microsoft Yahei";
}
* input::-webkit-input-placeholder {
  color: #cfcfcf;
  font-family: "PingFang SC", "Microsoft Yahei";
  line-height: 1.333rem;
}
* input::-o-input-placeholder {
  color: #cfcfcf;
  font-family: "PingFang SC", "Microsoft Yahei";
}
* input::-ms-input-placeholder {
  color: #cfcfcf;
  font-family: "PingFang SC", "Microsoft Yahei";
}
.thin {
  font-weight: normal;
}
.red1 {
  color: #ff0040;
}
.red2 {
  color: #f34649;
}
.blue1 {
  color: #377bed;
}
.caa {
  color: #aaaaaa;
}
.c7d {
  color: #7d7d7d;
}
.c55 {
  color: #555555;
}
/*========定义基础样式========*/
body {
  word-break: break-all;
  background: #FAFAFA;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  /*visibility:hidden;*/
}
.clearfix {
  zoom: 1;
}
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.bac {
  background: #fff;
}
.bac2 {
  background: #fafafa;
}
.bacf6 {
  background: #f6f6f6;
}
.w1200,
.w {
  width: 92%;
  margin: 0 auto;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
.text_over4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 4;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 4;
  -o-box-orient: vertical;
}
.text_over5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 4;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 4;
  -o-box-orient: vertical;
}
a.button {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 0.9375em;
  color: #fff;
  text-align: center;
  background: #ee3749;
  border-radius: 0.3rem;
}
a.buttons {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 0.9375em;
  color: #666;
  text-align: center;
  background: #ccc;
  border-radius: 0.3rem;
}
.bor_top {
  border-top: 1px #ddd solid;
}
.bor_rig {
  border-right: 1px #ddd solid;
}
.bor_bot {
  border-bottom: 1px #ddd solid;
}
.bor_lef {
  border-left: 1px #ddd solid;
}
.bor {
  border: 1px #ddd solid;
}
.bor-radius {
  border-radius: 0.4rem;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mar {
  margin: 1rem;
}
.mar_top {
  margin-top: 1rem;
}
.mar_rig {
  margin-right: 1rem;
}
.mar_bot {
  margin-bottom: 1rem;
}
.mar_lef {
  margin-left: 1rem;
}
.mar_lr {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mar_tb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mar_top05 {
  margin-top: 0.5rem;
}
.pad {
  padding: 1rem;
}
.pad_top {
  padding-top: 1rem;
}
.pad_rig {
  padding-right: 1rem;
}
.pad_bot {
  padding-bottom: 1rem;
}
.pad_lef {
  padding-left: 1rem;
}
.pad_lr {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pad_tb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* 导航 */
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 4.16rem;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0.5s;
}
.header .top {
  height: 4.16rem;
}
.header .top a {
  display: block;
  height: 4.16rem;
}
.header .top a img {
  padding-top: 1.13rem;
  display: block;
  height: 1.9rem;
}
.header .top a img.small {
  display: none;
}
.header .top .clis {
  width: 3rem;
  height: 4.16rem;
  font-size: 0px;
  background: url(../images/index/p_1.png) center no-repeat;
  background-size: auto 1.58rem;
}
.header .top .clis.i_block {
  background: url(../images/index/p_2.png) center no-repeat;
  background-size: 1.66rem auto;
}
.header .top .clis.cs {
  background: none;
}
.header_fixed {
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
}
.header_fixed .top a img.big {
  display: none;
}
.header_fixed .top a img.small {
  display: block;
}
.header_fixed .top .clis {
  background: url(../images/index/p_1s.png) center no-repeat;
  background-size: auto 1.58rem;
}
.header_fixed .top .clis.i_block {
  background: url(../images/index/p_2s.png) center no-repeat;
  background-size: 1.66rem auto;
}
.all-elements .snap-content {
  position: relative;
  z-index: 4;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0.5s;
  background: #fff;
}
.all-elements.trans .snap-content,
.header.trans,
.footer.trans,
.footer_sticky.trans {
  transform: translate3d(-70%, 0px, 0px);
  transition-duration: 0.5s;
}
.sidebar-header {
  width: 100%;
  height: 6.79rem;
}
.sidebar-breadcrumb {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../images/index/nav_1.jpg) center no-repeat;
  background-size: cover;
  transform: translate3d(100%, 0px, 0px);
  transition-duration: 0.5s;
}
.all-elements.trans .sidebar-breadcrumb {
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0.5s;
}
.sidebar-breadcrumb .open {
  width: 70%;
  float: right;
}
.sidebar-breadcrumb .open .de {
  margin-bottom: 1rem;
  width: 100%;
  height: 4.16rem;
}
.sidebar-breadcrumb .open .de p {
  float: left;
  margin-left: 50% ;
  width: 35%;
  height: 4.16rem;
  background: url(../images/index/p_2.png) right center no-repeat;
  background-size: 1.583rem auto;
}
.trans .sidebar-breadcrumb .open .de p {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.sidebar-breadcrumb .open li {
  width: 100%;
  height: 5.45rem;
  line-height: 5.45rem;
  visibility: visible;
}
.sidebar-breadcrumb .open li a {
  display: block;
  margin-left: 22.3%;
  width: 77.7%;
  color: #fff;
  font-size: 1.583rem;
}
.trans .sidebar-breadcrumb .open li {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.trans .sidebar-breadcrumb .open li:nth-child(1) {
  animation-delay: 0.3s;
}
.trans .sidebar-breadcrumb .open li:nth-child(2) {
  animation-delay: 0.4s;
}
.trans .sidebar-breadcrumb .open li:nth-child(3) {
  animation-delay: 0.5s;
}
.trans .sidebar-breadcrumb .open li:nth-child(4) {
  animation-delay: 0.6s;
}
.trans .sidebar-breadcrumb .open li:nth-child(5) {
  animation-delay: 0.7s;
}
.trans .sidebar-breadcrumb .open li:nth-child(6) {
  animation-delay: 0.8s;
}
.trans .sidebar-breadcrumb .open li:nth-child(7) {
  animation-delay: 0.9s;
}
.trans .sidebar-breadcrumb .open li:nth-child(8) {
  animation-delay: 1s;
}
.trans .sidebar-breadcrumb .open li:nth-child(9) {
  animation-delay: 1.1s;
}
.sidebar-breadcrumb .open .ph {
  display: none;
  margin-top: 2rem;
  width: 89%;
  margin-left: 11%;
}
.sidebar-breadcrumb .open .ph b {
  margin-bottom: 0.6rem;
  display: block;
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
}
.sidebar-breadcrumb .open .ph p {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Arial";
}
.trans .sidebar-breadcrumb .open .ph {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.footer {
  position: relative;
  z-index: 6;
  background: #f3f6fa;
}

.footer .w1200 {
  padding: 0rem 0 1.5rem;
  color: #444;
  font-size: 0.9rem;
  line-height: 2.083rem;
  text-align: center;
}
.footer .w1200 a {
  color: #444;
  font-size: 0.9rem;
}
.footer .t {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  margin: 0 auto 1.2rem;
  width: 92%;
}
.footer .t a {
  font-size: 1rem;
  line-height: 1rem;
  color: #666;
}
.footer .t span {
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #d7d9dd;
}
.footer_sticky {
  display: none;
  bottom: 0;
  margin-top: -2.4rem;
  display: flex;
  background: #fff;
  z-index: 19;
  border-top: #e6e5e5 1px solid;
  border-bottom: #e6e5e5 1px solid;
  border-radius: 2.3rem 2.3rem 0 0;
}
.footer_sticky.footer_sticky_fixed {
  position: sticky;
  position: -webkit-sticky;
}
.footer_sticky a {
  position: relative;
  flex-grow: 1;
  padding: 1.25rem 0;
}
.footer_sticky a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background: #4c84d8;
  content: " ";
}
.footer_sticky a:last-child::before {
  display: none;
}
.footer_sticky a p {
  padding-top: 2.1rem;
  font-size: 1rem;
  color: #1f589a;
  text-align: center;
  background: url(../images/icon/icon2_6.png) center top no-repeat;
  background-size: 1.375rem auto;
}
.footer_sticky a .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  width: 11.21rem;
  height: 0;
  overflow: hidden;
}
.footer_sticky a .pos.cur {
  transition: all 0.5s;
  height: 12rem;
}
.footer_sticky a .pos .bor {
  width: 11.21rem;
  height: 12rem;
  background: url(../images/icon/icon2_10.png) left bottom no-repeat;
  background-size: 100% auto;
  border: none;
}
.footer_sticky a .pos .bor img {
  display: block;
  margin: 0 auto;
  padding-top: 0.1rem;
  width: 10rem;
}
.footer_sticky a:nth-child(2) p {
  background: url(../images/icon/icon2_7.png) center top no-repeat;
  background-size: 1.458rem auto;
}
.footer_sticky a:nth-child(3) p {
  background: url(../images/icon/icon2_8.png) center top no-repeat;
  background-size: 1.58rem auto;
}
.footer_sticky a:nth-child(4) p {
  background: url(../images/icon/icon2_9.png) center top no-repeat;
  background-size: 1.458rem auto;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}



/*20220722*/
.footer_sticky{
    margin-top: 0rem;
    width: 100%;
}

