/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
  {
  font: 14px/1.0 "FZS3JW", "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5rem;
}

/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

* {
  /* outline: 1px red solid; */
  font-size: 24px;
}

.out {
  width: 100%;
}

.head {
  width: 100%;
  height: 8vh;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 3vw;
  box-sizing: border-box;
  align-items: center;
  transition: .5s;
}

 .head.active{
  background: #fff;
}







.logo {
  position: relative;
}
.logo p{
  position: absolute;
  transform: translate(0, 120%);
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
}
.logo span {
  font-size: 17px;
  white-space: nowrap;
  font-weight: 700;
  color: #333331;
}
.logo span:nth-child(2){
  font-size: 19px;
  white-space: nowrap;
  font-weight: 700;
  color: #333331;
}
.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 8vh;
  width: 8vh;
  padding: 0 2.25vh;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  opacity: 0;
}

.nav-btn span {
  background-color: #58C3E0;
  display: block;
  height: 4px;
  width: 3.5vh;
  margin: 4px 0;
  transition: .6s;
}

.nav-btn span:nth-child(3) {
  width: 2.2vh;
}


.nav-btn-active span:nth-child(3) {
  width: 3.5vh;
}

.nav-btn-active span:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.nav-btn-active span:nth-child(2) {
  opacity: 0;
}

.nav-btn-active span:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-top: -60% !important;
}






.page-swiper {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.index-swiper {
  width: 100%;
  height: 100vh;
  background-color: #F0F5F9;
}

.swiper-pagination1 {
  right: 4vh !important;
}

.swiper-pagination1 .swiper-pagination-bullet {
  margin: 15px 0 !important;
  background-color: transparent !important;
  border: 2px solid rgb(2, 127, 251);
  height: 6px !important;
  width: 6px !important;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #0369CE !important;
}


.swiper-inner-1 {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.swiper-inner-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-end; */
  height: 100%;
  opacity: 1;
  transition: .8s .5s;
}

.swiper-inner-1 .swiper-inner-left {
  transition: .8s .5s;
}

.swiper-inner-1 .swiper-inner-right {
  transition: .8s 1s;
}

.swiper-inner-right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 1;
  transition: .8s;
}

.swiper-inner-left h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 1.3rem;
  color: #333331;
}

.swiper-inner-left h1:nth-child(2) {
  font-size: 1.8rem;
  color: #333132;
  margin-bottom: 3rem;
  font-weight: 500;
}

.swiper-inner-left a {
  font-size: .65rem;
  width: 10rem;
  height: 2rem;
  background-color: #7A8ADE;
  padding: 0 30px;
  padding-right: 60px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  letter-spacing: 2px;
  background-image: url('../images//jt.png');
  background-repeat: no-repeat;
  background-size: 30% 22%;
  background-position: 80%;
  transition: .5s;
}

.swiper-inner-left a:hover {
  background-position: 90%;
  background-size: 35% 22%;
}

.swiper-inner-left-info.last-c {
  width: 100%;
  padding-left: 10%;
  margin-bottom: 10%;
}

.swiper-inner-right img {
  width: 100%;
  margin-bottom: 5%;
  margin-right: 5%;
}

.swiper-inner-left-info h1 span {
  font-size: 2.8rem;
}

.inner-swiper1 {
  height: 100%;
  width: 100%;
}

.inner-swiper1 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-pagination2 {
  position: absolute !important;
  width: auto !important;
  display: flex !important;
  left: 10% !important;
  bottom: 20% !important;
  transition: .8s !important;
}

.swiper-pagination2 span {
  width: 100px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

.jt-inner-swiper {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  width: 15px;
  z-index: 5;
  transition: .8s;
}

.jt-inner-swiper img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.jt-inner-swiper img:nth-child(1) {
  width: 5px;
  margin-bottom: 10px;
}

.jt-inner-swiper img:nth-child(2) {
  animation: sx 1.5s infinite;
}

@keyframes sx {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.inner2 {
  width: 100%;
  height: 100%;
  padding: 0 12%;
  display: flex;
  align-items: center;
  position: relative;
}

.title-index {
  position: absolute;
  top: 20%;
  left: 0;
  box-sizing: border-box;
  text-align: left;
}

.title-index h1 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 12vw;
  box-sizing: border-box;
  position: relative;
}

.title-index h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.title-index h1 span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}

.title-index p {
  padding-left: 12vw;
  box-sizing: border-box;
  font-size: .7rem;
  font-weight: 0;
  color: rgb(138, 138, 138);
}

.inner2-left {
  width: 30%;
}

.inner2-right {
  width: 70%;
}

.inner2-left p {
  /* padding: 0 calc(10rem - 5vw); */
  box-sizing: border-box;
  font-size: .65rem;
  line-height: 1.2rem;
  letter-spacing: 1px;
  text-align: left;
  width: 38%;
  color: #333;
}

.inner2-btn {
  width: 4.2rem;
  height: 1.4rem;
  font-size: .5rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF755F;
  color: #fff;
  padding-left: 1rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 35px;
  transition: .5s 0s;
}

.inner2-btn::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 15px;
  background-color: #fff;
  left: .6rem;
  top: 50%;
  transition: .5s 0s;
}

.inner2-btn:hover::after {
  width: 18px;
}

.inner2-btn:hover {
  width: 4.5rem;
  padding-left: 1.5rem;
  transition: .5s 0s;
}

.inner3 {
  flex-direction: column;
  padding-top: 11%;
  box-sizing: border-box;
}

.inner3-btn {
  width: 100%;
  display: flex;
  height: 1.5rem;
  justify-content: flex-end;
}

.inner3-btn span {
  font-size: .65rem;
  background-color: #fff;
  width: 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: .5s;
  cursor: pointer;
}

.inner3-btn span:hover {
  color: #fff;
  background-color: #4C4B50;
}

.inner3-btn .btn-act {
  color: #fff;
  background-color: #4C4B50;
}

.inner3-banner {
  margin-top: 2.8rem;
  height: 55vh;
  width: 100%;
  display: flex;
  transition: .5s;
}

.inner3 .inner3-banner:nth-child(3) {
  transition: .5s 1s;
}

.inner3-banner a {
  height: 100%;
  width: 9%;
  margin-right: 1.2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  transition: .5s;
}

.inner3-banner a:nth-last-child(1) {
  margin-right: 0;
}

.inner3-banner .inner3-banner-act {
  width: 50%;
}

.inner3-banner-mc {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  box-sizing: border-box;
  transition: .5s;
}

.inner3-banner a h1 {
  width: 100%;
  min-height: 90px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: justify;
  transition: .5s;
}

.inner3-banner-hid {
  transform: translate(-100%, 0);
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.inner3-banner-act .inner3-banner-mc h1 {
  min-height: 40px;
  color: #333;
  transition: .5s;
}

.inner3-banner a:nth-child(1) .inner3-banner-mc {
  background-color: rgba(0, 0, 0, .5);
}

.inner3-banner a:nth-child(2) .inner3-banner-mc {
  background-color: rgba(52, 70, 246, 0.5);
}

.inner3-banner a:nth-child(3) .inner3-banner-mc {
  background-color: rgba(37, 134, 233, 0.5);
}

.inner3-banner a:nth-child(4) .inner3-banner-mc {
  background-color: rgba(220, 123, 224, .5);
}

.inner3-banner a:nth-child(5) .inner3-banner-mc {
  background-color: rgba(247, 52, 52, .5);
}

.inner3-banner a:nth-child(6) .inner3-banner-mc {
  background-color: rgba(247, 78, 21, .5);
}

.inner3-banner-act .inner3-banner-mc {
  background-color: transparent !important;
}

.inner4 {
  justify-content: space-between;
}

.inner4 .inner2-btn {
  margin-top: 0;
  margin-bottom: 80px;
}

.inner4-item-list {
  width: 65%;
  display: flex;
  flex-direction: column;
  transition: .5s;
}

.inner4-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: .8rem;
  color: #333;
  padding: 40px 30px;
  box-sizing: border-box;
  letter-spacing: 2px;
  text-align: left;
  overflow: hidden;
  transition: .5s;
}

.inner4-item span {
  font-size: 1rem;
  color: #000;
  padding-right: 40px;
  position: relative;
  transition: .5s;
}

.inner4-item span::after {
  content: "/";
  right: 20px;
  font-size: 1rem;
  position: absolute;
  right: 15px;
  color: #000;
  bottom: 0;
  transition: .5s;
}

.inner4-item p {
  height: 0;
  opacity: 0;
  width: 100%;
  font-size: .65rem;
  display: flex;
  align-items: center;
  line-height: 1rem;
  color: #fff;
  text-overflow: ellipsis;
  transition: .5s;
}

.inner4-item:hover {
  background-color: #A2B7EF;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  color: #fff;
}

.inner4-item:hover span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.inner4-item:hover span::after {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
}

.inner4-item:hover p {
  height: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10%;
  line-height: 1rem;
  opacity: 1;
  box-sizing: border-box;
}

.inner4-item:hover p:nth-child(2) {
  margin-top: 10px;
}

.inner5-info {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.inner5 {
  padding-top: 10%;
  box-sizing: border-box;
  align-items: flex-start;
}

.inner5-info h1 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.inner5-info p {
  font-size: .6rem;
  line-height: 1rem;
  margin-bottom: 30px;
  color: #555;
}

.inner5-info ul {
  display: flex;
}

.inner5-info ul p span {
  font-size: 1.5rem;
  margin-right: 10px;
  font-weight: 700;
  color: #000;
}

.inner5-info ul p {
  text-align: center;
  color: rgb(122, 122, 122);
}

.inner5-info ul li {
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.inner5-info ul li::after {
  position: absolute;
  content: "";
  height: 35px;
  top: 50%;
  right: 0;
  transform: translate(0, -100%);
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.inner5-info ul li:nth-child(1) {
  padding-left: 0;
}

.inner5-info ul li:nth-child(3)::after {
  border-left: 0;
}

.inner5-info ul li:nth-child(2) {
  /* margin-top: -9px; */
}

.inner5-info .inner2-btn {
  background-color: #6C92D4;
}

.video-box {
  position: absolute;
  left: 5%;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.video-box img {
  transition: .5s;
}

.video-box:hover img {
  transform: scale(1.2);
}

.video-mc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 8;
  max-width: 50%;
}

.video-mc video {
  width: 100%;
}

.video-mc img {
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  top: 5px;
  cursor: pointer;
}

.inner6 {
  padding-top: 11%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
}

.title-inner6 {
  font-size: 1.2rem;
  color: #58C3E0;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.inner6 .inner2-btn-out {
  background-color: transparent;
  color: #000;
  margin-top: 0;
  position: absolute;
  right: 12%;
}

.inner6 .inner2-btn {
  background-color: transparent;
  color: #000;
  margin-top: 0;
}

.inner6 .inner2-btn::after {
  background-color: #000;
}

.logo-list {
  width: 100%;
  height: 55vh;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px !important;
  box-sizing: border-box;
}

.logo-list .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: transparent;
  border: 2px solid rgb(2, 127, 251);
}

.logo-list .swiper-pagination-bullet-active {
  background-color: rgb(2, 127, 251);
}

.logo-list .swiper-slide {
  filter: grayscale(150%);
  transition: .5s;
}

.logo-list .swiper-slide:hover {
  filter: grayscale(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  opacity: 1;
}

.logo-list .swiper-wrapper {
  padding: 10px;
}

.logo-item {
  width: 13.5%;
  height: 22%;
  margin-right: .9%;
  margin-top: 1.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(100%);
  transition: .5s;
}

.logo-item:nth-child(-n + 7) {
  margin-top: 0;
}

.logo-item:nth-child(7n) {
  margin-right: 0;
}

.logo-item:hover {
  filter: grayscale(0);
}

.inner7 {
  padding-top: 11%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
}

.btn-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.inner7 .inner2-btn {
  background-color: transparent;
  color: #000;
}

.inner7 .inner2-btn::after {
  background-color: #000;
}

.inner7-item-list {
  margin-top: 5%;
  display: flex;
  width: 100%;
  height: 50vh;
}

.inner7-item-list li {
  width: 32%;
  margin-right: 2%;
  height: 100%;
}

.inner7-item-list li:nth-child(3n) {
  margin-right: 0;
}

.inner7-item-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.inner7-item-list li:nth-child(2) a {
  flex-direction: column-reverse;
}

.inner7-item-list a img {
  width: 100%;
  height: 59%;
  margin-bottom: 2%;
  transition: .5s;
}

.inner7-item-list a .news-info-box {
  width: 100%;
  height: 39%;
  padding: 8% 5%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.inner7-item-list li:nth-child(2) a img {
  margin-bottom: 0;
  margin-top: 2%;
}

.news-info-box h1 {
  font-size: .9rem;
  margin-bottom: 5%;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.news-info-box p {
  font-size: .6rem;
  line-height: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .5s;
  color: #fff;
}

.news-info-box span {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: .6rem;
  color: #fff;
}

.inner7-item-list li:nth-child(1) .news-info-box {
  background-color: rgba(92, 152, 209, .8);
}

.inner7-item-list li:nth-child(2) .news-info-box {
  background-color: rgba(78, 80, 156, .8);
}

.inner7-item-list li:nth-child(3) .news-info-box {
  background-color: rgba(255, 117, 95, .8);
}

.inner7-item-list a:hover img {
  transform: scale(1.1) translate(0, -5%);

}

.inner7-item-list a:hover p {
  text-indent: .5rem;
}

.inner7-item-list li:nth-child(2) a:hover img {
  transform: scale(1.1) translate(0, 5%);
}

.inner8 {
  padding-top: 16%;
  padding-bottom: 5%;
  box-sizing: border-box;
  align-items: flex-start;
}

.inner8-left {
  width: 50%;
  height: 100%;
  padding-top: 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner8-right {
  width: 50%;
  height: 100%;
  padding-top: 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner8-left-item {
  width: 50%;
  text-align: left;
  margin-bottom: 35px;
  padding-left: 30px;
  box-sizing: border-box;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: .7rem;
}

.inner8-title {
  width: 50%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.inner8-left-item h1 {
  font-size: .8rem;
  margin-bottom: 10px;
}

.inner8-left-item p {
  font-size: .65rem;
  letter-spacing: 1px;
  color: #333;
}

.inner8-left-item .num-font {
  font-size: 1rem;
}

.inner8-btn-box {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.inner8-btn-box .inner2-btn {
  background-color: transparent;
  color: #000;
}

.inner8-btn-box .inner2-btn::after {
  background-color: #000;
}

.inner8-right form {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.inner8-right .inner8-title {
  font-size: .9rem;
  width: 75%;
}

.inner8-right form input {
  padding-top: 40px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  font-size: .65rem;
  padding-left: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
}

.inner8-right form input:nth-child(1) {
  padding-top: 30px;
}

.inner8-right form .submit-btn {
  border: none;
  width: 7rem;
  height: 1.8rem;
  padding: 0;
  background-color: #6c92d4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  margin-left: calc(100% - 7rem);
  margin-top: 30px;
  transition: .5s;
}

.inner8-right form .submit-btn:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.foot {
  width: 100%;
  height: 245px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F5F9;
  margin-bottom: 0 !important;
  /* margin-top: -40px; */
}

.foot-left {
  width: 30%;
  height: 100%;
  padding: 30px 3vw;
  box-sizing: border-box;
}

.foot-right {
  width: 60%;
  height: 100%;
  display: flex;
}

.share {
  width: 100%;
  display: flex;
  margin: 20px 0;
}

.share a {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.share .shareItem {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  padding: 0;
}

.foot-left p,
.foot-p-a {
  font-size: .6rem;
  margin: 5px 0;
  color: rgb(138, 138, 138);
  white-space: nowrap;
  display: flex;
}

.foot-left p a{
  color: rgb(138, 138, 138);
  font-size: .6rem;

}

.foot-right li {
  width: 20%;
  padding-top: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: .5s;
}

.foot-right .foot-title {
  font-size: .7rem;
  margin-bottom: 20px;
}

.nav-list {
  display: flex;
  flex-direction: column;
}

.nav-list a {
  font-size: .6rem;
  margin-top: 15px;
  transition: .5s;
}

.foot-right li:nth-child(4) .nav-list,
.foot-right li:nth-child(5) .nav-list {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.foot-right li:nth-child(4) .nav-list a,
.foot-right li:nth-child(5) .nav-list a {
  width: 50%;
  text-align: left;
  padding-left: 10%;
  box-sizing: border-box;
}

.foot-right li:hover {
  background-color: #6C92D4;
}

.foot-right li:hover,
.foot-right li:hover a {
  color: #fff;
}

.foot-right li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, .1);
}

.top-img {
  width: 100%;
  height: 98vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-info {
  position: absolute;
  width: 42vw;
  height: 50vh;
  background-color: rgba(34, 46, 54, 0.4);
  bottom: 6%;
  padding: 2% 3%;
  box-sizing: border-box;
  color: #fff;
  left: 15%;
  opacity: 1;
  bottom: 8%;
  transition: .5s;
}

.top-info-xs {}

/* .top-info:hover {
  transform: translate(10px, -10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
} */


.top-info h1 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.top-info h1 img {
  margin-left: 10px;
}

.p-b {
  margin: 30px 0;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4rem;
}

.p-s {
  font-size: .6rem;
  line-height: 1.2rem;
}

.top-info ul {
  display: flex;
  margin-bottom: 30px;
}

.top-info ul li {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.top-info ul span {
  font-size: .6rem;
  color: #58C3E0;
  text-align: center;
  margin-top: 15px;
}

.right-icon-list {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(10px, -50%);
  z-index: 8;
}

.right-icon-list li a,
.right-icon-list li p {
  /* padding: 20px 15px; */
  width: 81px;
  height: 80px;
  box-sizing: border-box;
  background-color: #58C3E0;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  transition: .5s;
}

.right-icon-list li p {
  cursor: pointer;
}

.right-icon-list li a img,
.right-icon-list li p img {
  width: 30px;
  margin-bottom: 10px;
}

.right-icon-list li a span,
.right-icon-list li p span {
  font-size: .6rem;
  text-align: center;
}

.right-icon-list li:hover a {
  transform: translate(-10px, 0);
}

.padding-item {
  padding: 8% 15%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.padding-item2 {
  padding: 4% 15%;
}

.padding-item-left {
  width: 40%;
  box-sizing: border-box;
  opacity: 1;
  transition: 1s;
}

.top-anm {
  opacity: 0;
  transform: translate(0, 8vh);
  transition: 1s;
}

.padding-item-right {
  width: 40%;
  height: 80%;
  top: 10%;
  position: absolute;
  left: 45%;
  opacity: 1;
  transition: 1s;
}

.top-anm2 {
  opacity: 0;
  transform: translate(0, 8vh);
  transition: 1s;
}

.padding-item-left h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.padding-item-left p {
  font-size: .65rem;
  line-height: 1rem;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.padding-item-left ul p {
  padding-bottom: 5px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-weight: 500;
}

.padding-item-left ul li {
  display: flex;
  flex-wrap: wrap;
  font-size: .65rem;
  color: #58C3E0;
  font-weight: 700;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.padding-item-left ul li div {
  width: 80%;
  overflow: hidden;
  margin-top: -3px;
}

.padding-item-left ul li div sup {
  font-size: .1rem;
  font-weight: 500;
  top: -.3rem;
}

.padding-item-left ul li div span {
  font-size: .65rem;
  font-weight: 500;
}

.padding-item-left ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url('../images//x.png');
  background-position: center;
  background-size: cover;
  left: 0;
  bottom: 0;
}

.padding-item-left ul li:nth-last-child(1)::after {
  display: none;
}

.padding-item-left ul li:nth-last-child(1) div {
  margin-top: -5px;
}

.big-p {
  font-size: 1rem !important;
}

.nopadding-item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.info-item-nopadding {
  position: absolute;
  right: 10%;
  top: 20%;
  opacity: 0;
  height: 70%;
  width: 26vw;
  background-color: rgba(0, 0, 0, .4);
  padding: 5% 40px;
  color: #fff;
  box-sizing: border-box;
  transition: .5s;
}

.info-item-nopadding-xs {
  top: 15%;
  opacity: 1;
}

.info-item-nopadding:hover {
  transform: translate(-10px, -10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.info-item-nopadding h1 {
  font-size: 1.6rem;
  font-weight: 700;
}

.info-item-nopadding p {
  font-size: .65rem;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 30px;
  letter-spacing: 2px;
  position: relative;
}

.info-item-nopadding p::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.padding-item-left2 p {
  margin-bottom: 5px;
  transform: translate(0, 5vw);
  opacity: 0;
  transition: .5s;
}

.padding-item-left2 .item-p {
  margin-top: 30px;
}

.padding-item-left2 h1 {
  margin-bottom: 50px;
  transform: translate(0, 5vw);
  opacity: 0;
  transition: .5s;
}

.padding-item-left2 .padding-item-left2-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.img-item-list-top,
.img-item-list-bottom {
  display: flex;
  align-items: center;
}

.img-item-list-top img,
.img-item-list-bottom img {
  width: 15.3%;
}

.img-item-list-top .img-item-list-jt,
.img-item-list-bottom .img-item-list-jt {
  width: 6%;
}

.img-item-list-center {
  position: absolute;
  display: flex;
  right: 23.5%;
  top: 50%;
  transform: translate(0, -50%);
}

.img-item-list-center img {
  width: 10px;
}

.img-item-list img:nth-child(2n) {
  margin: 0 3px;
}

.img-item-list {
  position: relative;
}

.img-item-list-top {
  margin-bottom: 40px;
}

.padding-item-left2 p {
  color: #555;
}

.padding-item-left2 .item-p:nth-child(2) {
  font-size: .7rem;
  font-weight: 500;
  color: #000;
}

.padding-item-swiper {
  width: 100%;
  height: 100%;
}

.padding-item-swiper img {
  width: 100%;
  height: 100%;
}

.nopadding-item-inner {
  padding: 5% 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nopadding-img-box {
  display: flex;
  margin-top: 50px;
  align-items: flex-end;
}

.nopadding-item-inner h1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: 700;
}

.nopadding-item-inner p {
  font-size: .65rem;
  color: rgb(107, 107, 107);
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.nopadding-img-box img {
  margin: 0 30px;
}

.ssjc-item {
  height: 100%;
  width: 120px;
  transform: translate(0, 5vh);
  opacity: 0;
  transition: 1s;
  /* overflow-y: hidden;
  overflow-x: visible; */
}

.ssjc-item-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.ssjc-item .ssjc-item-swiper {
  height: 100%;
  width: 100%;
  border-radius: 60px;
  background-color: #59C2E1;
  padding: 30px 20px;
  box-sizing: border-box;
}

.ssjc-item .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.ssjc-item .ssjc-item-swiper .swiper-slide {
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  height: 80px;
  width: 80px;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}

.ssjc-item .ssjc-item-swiper img {
  zoom: .18;
  margin-bottom: 8px;
  transition: .5s;
}

.ssjc-item .ssjc-item-swiper p {
  font-size: .65rem;
  color: #59C2E1;
  margin-top: 5px;
  transition: .5s;
}

.ssjc-item .swiper-slide-active {
  height: 150px !important;
  width: 150px !important;
  transform: translate(-25%, -25%);
  margin-bottom: -5px !important;
  box-shadow: 0 0 20px rgb(4, 138, 175);
}

.ssjc-item .swiper-slide-active img {
  margin-bottom: 30px;
  zoom: .3;
}

.ssjc-item .swiper-slide-active p {
  font-size: 1rem;
  font-weight: 700;
}

.ssjc-item .ssjc-item-swiper {
  overflow: visible;
}

.ssjc-item .swiper-wrapper {
  overflow: visible;
}

.ssjc-item-out {
  padding: 0 30px;
  overflow-y: hidden;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  height: 50%;
  z-index: 2;
}

.smg {
  width: 100%;
  display: flex;
  position: relative;
  animation: gxx 10s linear infinite;
}

.smg img {
  width: 100%;
}

/* .jdt{
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -220px;
  animation: xz 5s linear infinite;
} */
.ssjc-img-out {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.jdt {
  background-image: url('../images//yb.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  animation: xz 6s linear infinite;
}

.ssjc-img-border {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(40, 192, 235, 0.5);
  box-shadow: 0 0 10px #58C3E0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ssjc-img-border p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}

.ssjc-img-border p span {
  font-size: .8rem;
  color: #fff;
  margin-left: 5px;
  font-weight: 500;
}

.ssjc-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ssjc-img-border img {
  /* animation: xz 1s linear infinite; */
  zoom: .4;
}

@keyframes gxx {
  0% {
    top: 0;
  }

  25% {
    top: 50%;
  }

  50% {
    top: 90%;
  }

  75% {
    top: 50%;
  }

  100% {
    top: 0;
  }
}

@keyframes xz {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.ssjc-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ssjc-info h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.ssjc-info p {
  width: 45%;
  font-size: .7rem;
  letter-spacing: 2px;
  line-height: 1.2rem;
  text-align: center;
}

.right-item-info,
.left-item-info {
  width: 50%;
  height: 100%;
  color: #fff;
  padding-top: 5%;
  box-sizing: border-box;
}

.left-item-info h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.left-item-info p {
  font-size: .7rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.left-item-info ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.left-item-info li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.left-item-info li p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.left-item-info li p:nth-child(1) span {
  font-size: 1.8rem;
}

.padding-item-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.padding-item-inner h1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.padding-item-inner p {
  font-size: .72rem;
  margin-bottom: 10px;
  color: #555;
  text-align: center;
}

.padding-item-inner ul {
  display: flex;
  margin-top: 25px;
}

.padding-item-inner ul li {
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
}

.padding-item-inner ul li:nth-child(3n) {
  margin-right: 0;
}

.padding-item-inner ul li img {
  width: 100%;
  margin-bottom: 20px;
  transition: .5s;
}

.padding-item-inner ul li:hover img {
  transform: scale(1.1) translate(-3%, -4.5%);
}

.z-box {
  width: 100%;
  height: 50vh;
  background-image: url('../images//zhubg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8% 3%;
  padding-bottom: 3%;
  box-sizing: border-box;
}

.z-box2 {
  width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: start;
}

.btn-inner {
  width: 10rem;
  height: 1.8rem;
  border: 1px solid #58C3E0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #58C3E0;
  font-size: .65rem;
  letter-spacing: 2px;
  transition: .5s;
}

.btn-inner:hover {
  background-color: #58C3E0;
  color: #fff;
}

.foot2 {
  margin-top: 0;
}

.fz-box {
  width: 31.5rem;
  height: 25.5rem;
  position: relative;
  margin-top: 5%;
}

.fz-box img {
  position: absolute;
  transform: scale(.45);
}

.top-img2 {
  width: 100%;
  height: 26vw;
  padding: 6% 10%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.head-address {
  color: #fff;
  font-size: .7rem;
  width: 100%;
}

.head-address a {
  font-size: .7rem;
  color: #fff;
  margin: 0 15px;
  transition: .5s;
}

.head-address a:hover {
  color: #3A7AB2;
}

.head-address span:nth-child(1) {
  margin-left: 0;
}

.top-img2 h1 {
  font-size: 1.9rem;
  letter-spacing: 5px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.info-pra {
  padding: 60px 12%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-pra h1 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.info-pra table {
  transform: translate(0, 10vh);
  opacity: 0;
  transition: 1s;
}

.info-pra .btn-inner {
  transform: translate(0, 2vh);
  opacity: 0;
  transition: 1s;
}

.info-pra .info-pra-xs {
  opacity: 1;
  transform: translate(0, 0);
}

.info-pra table,
.tab-item table {
  width: 100%;
  margin: 50px 0;
}

.info-pra table td,
.tab-item table td {
  border: 2px solid #fff;
  padding: 15px 50px;
  box-sizing: border-box;
  line-height: 1rem;
  text-align: center;
  font-size: .7rem;
}

.info-pra table th,
.tab-item table th {
  background-color: #3A7AB2;
  padding: 30px 20px;
  color: #fff;
  border: 2px solid #fff;
  font-size: .7rem;
}

.info-pra table th sup,
.tab-item table sup {
  font-size: .5rem;
}

.info-pra table tr:nth-child(even),
.tab-item table tr:nth-child(even) {
  background-color: #E0F3F9;
}

.info-pra table tr:nth-child(odd),
.tab-item table tr:nth-child(odd) {
  background-color: #F2FAFC;
}

.tj-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 70vh;
  width: 100%;
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  transform: translate(0, 10vh);
  opacity: 0;
  transition: 1.5s;
}

.tj-img-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.tj-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10% 0;
  box-sizing: border-box;
}

.tj-info:nth-child(2) {
  align-items: flex-end;
}

.info-img-item-box {
  border: 1px solid rgba(0, 0, 0, .2);
  height: 75px;
  width: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  display: inline-block;
  border-radius: 10px;
}

.info-img-item {
  display: flex;
  align-items: center;
  transform: translate(0, 5vh);
  opacity: 0;
  transition: 1s;
}

.info-img-item-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.info-img-item span {
  font-size: .8rem;
  margin: 0 25px;
}

.lc-img {
  width: 100%;
  height: 55vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
}

.lc-item {
  width: 16.66%;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 5%);
  transition: .5s;
}

.lc-item:nth-child(odd) {
  transform: translate(0, 94%);
}

.lc-item-xs {
  opacity: 1;
}

.sx-box {
  width: 100%;
  transform: translate(0, 5vw);
  opacity: 0;
  transition: .5s;
}

.sx-box-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.sx-box ul {
  display: flex;
  margin: 20px 0;
}

.sx-box ul li {
  width: 3.5rem;
  margin-right: 30px;
}

.sx-box ul li a {
  font-size: .6rem;
  color: #888;
  transition: .5s;
}

.sx-box ul li a:hover {
  color: #000;
}

.sx-box ul li:nth-child(1) a {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .2);
  width: 3.5rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}

.sx-box ul li:nth-child(1) a:hover {
  background-color: #333;
  color: #fff;
}

.sx-box ul li .active-sel {
  background-color: #333;
  color: #fff;
}

.sx-box p {
  font-size: .65rem;
  color: #333;
}

.sx-box ul li .active-sel2 {
  color: #000;
}

.sx-info {
  width: 100%;
}

.sx-info p {
  font-size: .65rem;
  color: #333;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.sx-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.sx-item-out {
  width: 32%;
  margin-right: 2%;
  height: 19.8vw;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: 1s;
}

.sx-item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  transition: .5s;
}

.sx-item-out .sx-item-info {
  position: absolute;
  bottom: 0;
  background-color: rgba(79, 186, 216, .8);
  height: 15%;
  width: 100%;
  transition: .5s;
}

.sx-item:hover {
  transform: scale(1.1);
}

.sx-item-out:nth-child(3n) {
  margin-right: 0;
}

.sx-item .sx-item-info {
  background-color: rgba(79, 186, 216, .8);
  height: 15%;
  width: 100%;
  position: relative;
  transition: .5s;
}

.sx-item-info p {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  border: none;
  white-space: nowrap;
  font-size: .8rem;
  transition: .5s;
}

.sx-item-info p:nth-child(2) {
  right: 5%;
  left: unset;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  font-size: .6rem;
  transition: .5s;
}

.sx-item-info p:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  top: calc(50% - .5px);
  left: -20px;
}

.sx-item-out:hover p {
  left: 5%;
  right: unset;
  transform: translate(0, -50%);
}

.sx-item-out:hover p:nth-child(2) {
  right: 5%;
  left: unset;
  opacity: 1;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination a {
  font-size: .65rem;
  width: 40px;
  height: 40px;
  background-color: rgba(58, 58, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  margin: 0 8px;
  transition: .5s;
}

.pagination .prev,
.pagination .next {
  width: 80px;
}

.pagination a:hover {
  background-color: #3A7AB2;
  color: #fff;
}

.pagination .active {
  background-color: #3A7AB2;
  color: #fff;
}

.hzal-info-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.hzal-info-top .hzal-info-top-left {
  width: 68%;
  margin-left: 0;
  margin-right: 0;
}

.hzal-info-top-right {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hzal-info-top-left .swiper-slide {
  display: flex;
  padding-bottom: 74%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.hzal-info-top-left .swiper-slide img {
  width: 100%;
  max-height: 100vh;
  min-height: 80vh;
}

.hzal-info-top-right-swiper img {
  width: 100%;
  max-height: 170px;
}

.hzal-info-top-right-swiper .swiper-slide {
  display: flex;
}

.hzal-info-top-right-swiper .swiper-slide-thumb-active img {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.hzal-info-top-left .swiper-button-white {
  width: 2rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, .3);
}

.hzal-info-top-left .swiper-button-next:after,
.hzal-info-top-left .swiper-button-prev:after {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, .6);
}

.box-info-right h1 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  position: relative;
}

.box-info-right {
  padding: 0 10%;
  box-sizing: border-box;
  transform: translate(5vw, 0);
  opacity: 0;
  transition: .5s;
}

.box-info-right-xs {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 5;
}

.box-info-right h1::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #3A7AB2;
  top: calc(50% - .5px);
  left: -120px;
  z-index: 8;
}

.box-info-right span {
  height: 1.3rem;
  display: inline-block;
  line-height: 1.3rem;
  padding: 0 1rem;
  font-size: .6rem;
  color: #3A7AB2;
  border: 1px solid #3A7AB2;
  box-sizing: border-box;
  margin: 50px 0;
}

.box-info-right p {
  font-size: .6rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.2rem;
  margin-bottom: 100px;
  text-align: justify;
}

.box-info-right .video-btn {
  font-size: .8rem;
  width: 30%;
  color: #3A7AB2;
  background-image: url('../images//video.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: flex;
  cursor: pointer;
  margin-bottom: 100px;
}

.btn-hzal {
  width: 6rem;
  height: 1.8rem;
  margin: 0 auto;
  background-color: #7BCFE7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  margin-bottom: 100px;
  transition: .5s;
}

.btn-hzal:hover {
  background-color: #3A7AB2;
}

.hzal-info-bottom {
  width: 100%;
  padding: 50px 15%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.hzal-info-bottom h1 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 35px;
}

.hzal-info-bottom p {
  font-size: .8rem;
  color: #666;
  line-height: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: flex;
}

.hzal-info-bottom span {
  font-size: .8rem;
}

.hzal-info-bottom img {
  width: 80% !important;
  margin: 50px auto !important;
}

.hzal-info-bottom video {
  width: 80% !important;
  margin: 50px auto !important;
}

.pt-item-list a {
  height: 100%;
  width: 100%;
}

.pt-item-list .sx-item-out {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 50px;
  height: 21.8vw;
}

.pt-item-list .sx-item-out:nth-child(3n) {
  margin-right: 2.66%;
}

.pt-item-list .sx-item-out:nth-child(4n) {
  margin-right: 0;
}

.ptsb-top {
  display: flex;
}

.ptsb-top img {
  transform: translate(-5vw, 0);
  opacity: 0;
  transition: .5s;
}

.ptsb-top .ptsb-top-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.btn-inner-ptsb {
  margin: 50px auto;
}

.ptsb-top-right {
  display: flex;
  justify-content: center;
  padding: 0 80px 150px 80px;
  flex-direction: column;
  box-sizing: border-box;
  transform: translate(5vw, 0);
  opacity: 0;
  position: relative;
  transition: .5s;
}

.ptsb-top-right .btn-inner {
  position: absolute;
  bottom: 0;
  left: 80px;
}

.ptsb-top-right-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.ptsb-top-right h1 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 50px;
  padding-left: 30px;
  background-image: url('../images//h1bg.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
}

.ptsb-top-right p {
  font-size: .65rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.2rem;
}

.ptsb-tab {
  width: 100%;
  padding: 0 12%;
  margin: 50px 0;
  display: flex;
  box-sizing: border-box;
}

.ptsb-tab span {
  width: 16.66%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #3A7AB2;
  font-size: .65rem;
  cursor: pointer;
  color: #888;
  transition: .5s;
}

.ptsb-tab span:hover {
  background-color: #3A7AB2;
  color: #fff;
}

.ptsb-tab .tab-active {
  background-color: #3A7AB2;
  color: #fff;
}

.tab-item {
  padding: 0 15%;
  width: 100%;
  box-sizing: border-box;
  transform: translate(-100%, 0);
  height: 0;
  display: none;
  transition: .5s;
}

.active-tab-item {
  height: auto;
  transform: translate(0, 0);
  display: block;
}

.tab-item h1 {
  color: #3A7AB2;
  /* padding-left: 100px; */
  box-sizing: border-box;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 80px;
  font-size: .8rem;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
}

.tab-item h1 img {
  width: auto;
  margin-right: 30px;
  margin-left: 0;
}

.tab-item img {
  width: 60%;
  margin: 50px auto;
  margin-left: 20%;
}

.tab-item video {
  width: 100%;
  margin: 50px 0;
}

.table2 td {
  text-align: left !important;
  border: none !important;
}

.table2 tr {
  border-bottom: 2px solid #fff;
}

.table2 td:nth-child(2) {
  padding-left: 18%;
}

.tab-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.al-item {
  width: 24%;
  margin-right: 1.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.al-item:nth-child(4n) {
  margin-right: 0;
}

.al-item img {
  margin: 0;
  width: 100%;
  transition: .5s;
}

.al-item:hover img {
  transform: scale(1.1) translate(0, -5%);
}

.al-item p {
  font-size: .65rem;
  padding: 20px 0;
}

.about-out {
  padding: 80px 12%;
  display: flex;
  flex-wrap: wrap;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.about-left {
  width: 60%;
  margin-bottom: 30px;
}

.about-left h1 {
  font-size: 1.2rem;
  margin-bottom: 60px;
}

.about-left p {
  font-size: .63rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.2rem;
}

.about-left ul {
  display: flex;
  width: 100%;
  margin: 30px 0;
  justify-content: space-between;
}

.about-left ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.about-left ul li p {
  font-size: 1.5rem;
  color: #3A7AB2;
  font-weight: 700;
  margin-bottom: 10px;
  height: 1.5rem;
}

.about-left ul li p span:nth-child(1) {
  font-size: 1.5rem;
  color: #3A7AB2;
  font-weight: 700;
}

.about-left ul li span {
  font-size: .63rem;
  color: #666;
  font-weight: 500;
}

.about-left ul li p span {
  margin-left: 10px;
}

/* .about-left ul li:nth-child(2) p {
  margin-top: -8px;
  margin-bottom: 10px;
} */

.about-left ul li::after {
  content: "";
  position: absolute;
  right: -33%;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, .1);
}

.about-left ul li:nth-last-child(1)::after {
  display: none;
}

.about-right {
  width: 38%;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-box2 {
  width: 90%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: brightness(50%);
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: .5s;
}

.video-play:hover {
  transform: scale(1.1) translate(-50%, -50%);
}

.video-mc2 {
  display: none;
}

.en-info {
  width: 100%;
  font-size: .63rem;
  color: #666;
  line-height: 1.2rem;
  letter-spacing: 1px;
  transform: translate(0, 5vh);
  opacity: 0;
  transition: .5s;
}

.address1 p {
  width: 100%;
  font-size: .63rem;
  color: #666;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.en-info-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.about-top {
  width: 100%;
}

.about-top h1 {
  font-size: 1.2rem;
  margin-bottom: 60px;
}

.about-top img {
  width: 100%;
}

.about-bottom {
  width: 100%;
}

.about-bottom ul {
  width: 100%;
  display: flex;
}

.about-bottom ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  transition: 1s;
}

.about-bottom ul li:nth-last-child(1) {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.about-bottom ul li h1 {
  font-size: .8rem;
}

.about-bottom ul li p {
  font-size: .63rem;
  color: #666;
  margin-top: 15px;
}

.about-bottom ul li img {
  margin-right: 60px;
}

.about-out h1 {
  font-size: 1.2rem;
}

.about-out2 {
  overflow: hidden;
}

.fzlc-img {
  width: 100%;
}

.jy-box {
  width: 100%;
  margin-top: 60px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.jy-box ul {
  width: 20%;
}

.jy-box img {
  width: 60px;
  margin: 20px 0;
}

.jy-box ul li {
  display: flex;
  align-items: center;
  position: relative;
  transition: .5s;
}

.jy-box ul li div {
  display: flex;
  align-items: center;
}

.jy-box ul li span {
  font-size: .9rem;
  letter-spacing: 1px;
  margin-left: 30px;
  transition: .5s;
}

.jy-box ul li:hover span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.info-jy {
  position: absolute;
  width: 16rem;
  height: 5.5rem;
  background-image: url('../images//infobg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px 60px;
  right: -17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 35%;
  opacity: 0;
  box-sizing: border-box;
  transition: .5s;
}

.info-jy p {
  font-size: .65rem;
  color: #666;
  line-height: 1rem;
}

.jy-box ul li:hover .info-jy {
  opacity: 1;
}

.slzs-list {
  width: 100%;
  margin-top: 60px;
  transform: translate(0, 20vh);
  opacity: 0;
  transition: 1s;
}

.slzs-list-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.slzs-list img {
  width: 100%;
  height:100%;
}

.slzs-list .swiper-slide {
  display: flex;
  height: auto;
  margin-bottom: 30px;
}

.slzs-list .swiper-slide:nth-child(2n) {
  margin-top: 0 !important;
}

.slzs-list .swiper-wrapper {
  flex-direction: row !important;
}

.about-out .swiper-pagination-slzs {
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.swiper-pagination-slzs .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid #3A7AB2;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination-slzs .swiper-pagination-bullet-active {
  background-color: #3A7AB2;
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.news-list a {
  width: 32%;
  margin-right: 2%;
  font-size: 0;
  overflow: hidden;
  transition: .5s;
}

.news-list a:nth-child(3n) {
  margin-right: 0;
}

.news-list a:hover img {
  transform: scale(1.1) translate(0, -4%);
}

.news-list a h1 {
  font-size: .9rem;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list a p {
  font-size: .6rem;
  margin: 20px 0;
  box-sizing: border-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0 20px;
}

.news-list a img {
  width: 100%;
  transition: .5s;
}

.news-info {
  box-sizing: border-box;
  padding: 20px 0;
  transition: .5s;
}

.news-info-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .1);
  transition: .5s;
}

.news-info-bottom span {
  font-size: .6rem;
  color: #999;
  padding-left: 20px;
  box-sizing: border-box;
  transition: .5s;
}

.news-info-bottom span:nth-child(2) {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../images//xy.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .5s;
}

.news-list a:hover .news-info {
  background-color: #3A7AB2;
  color: #fff;
}

.news-list a:hover .news-info .news-info-bottom {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.news-list a:hover .news-info .news-info-bottom span {
  color: #fff;
}

.news-list a:hover .news-info-bottom span:nth-child(2) {
  background-image: url('../images//xy2.png');
}

.contact-bottom {
  width: 100%;
  display: flex;
}

.inner8-left-item h1 {
  font-size: .8rem;
}

.about-out .inner8-right form .submit-btn {
  background-color: #3A7AB2;
}

.news-list2 {
  margin-top: 0;
}

.news-list2 a {
  margin-bottom: 30px;
}

.gif-box {
  width: 79.5rem;
  height: 30.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  margin-top: 60px;
  transform: translate(0, 8vh);
  opacity: 0;
  transition: 1s;
}

.gif-box-xs {
  transform: translate(0, 0);
  opacity: 1;
}

.gif-box img {
  position: absolute;
  right: 12%;
}

.gif-item {
  position: absolute;
  left: 12%;
}

.gif-item img {
  position: static;
  opacity: .3;
  transition: .5s;
}

.gif-item-active img {
  opacity: 1;
}

.gif-box .gif-item-po5 {
  opacity: 1;
  right: 24%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

.gif-box .gif-item-po4 {
  opacity: 1;
  top: 60%;
  transform: translate(0, -50%);
  z-index: 3;
}

.gif-box .gif-item-po3 {
  opacity: 1;
  right: 40%;
  top: 66%;
}

.gif-box .gif-item-po2 {
  opacity: 1;
  right: 46%;
  top: 20%;
}

.gif-box .gif-item-po1 {
  opacity: 1;
  top: 36%;
  right: 35.1%;
}

.gif-box .gif-item-po1-1 {
  opacity: 1;
  top: 36%;
  right: 28.3%;
}

.gif-box .gif-item-po {
  opacity: 0 !important;
}

.gif-item-top {
  transition: .5s;
}

.threesixty {
  display: flex;
}

.inner2-right {
  position: relative;
}

.custom_previous {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
}

.custom_next {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
}

.nav_bar {
  display: none;
}

.head-more {
  width: 100%;
  /* height: 92vh; */
  height: calc(100vh - 50px);
  display: flex;
  position: fixed;
  top: 8vh;
  background-color: #333333;
  z-index: -1;
  opacity: 0;
  padding: 80px 20%;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  transition: .5s;
}

.head-more-active {
  opacity: 1;
  z-index: 15;
}



.head .head-more-inner {
  width: 60%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top:-5px;
}

.head-more-inner {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.head-more-inner li {
  /*display: flex;
  align-items: center;
  flex-direction: column;*/

  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
  padding-top:12px;
}
 


.head-more-inner li:first-child {
   background-color: none!important;
}

 



.nav-top-list a {
  color: #fff;
  font-size: .6rem;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  transition: .5s;
}


.head .nav-top-list a:hover {
  color: #333;
}

.nav-top-list a:hover {
  color: #999;
}

.nav-top-list a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}


.head .nav-top-list a::after {
  position: absolute;
  content: "";
  left: 32%;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}


.nav-top-list {
  display: flex;
  flex-direction: column;
}


.head  .nav-top-list{
  background: #58c3e0;
   width:100%;
  /* transform: scale(0);*/
   display: none;
   transition: 200ms ease-in-out;
 /*  padding-left:50px;*/
   padding-top: 20px;
   position: absolute;
   /* top:100%; */
   text-align: left;

}

.head  .nav-top-list a{
   
padding-left: 36%;
}


.head-more-inner li:hover  .nav-top-list{
   /*transform: scale(1);*/
   display: flex;

}

.head-more-inner .li:hover   .head-more-title  
 {
   color: #fff;
 }


.head-more-inner h1,
.head-more-title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}



.head .head-more-title{
  color:#333;
} 

.head.head-more-inner .head-more-title {
  margin-bottom: 10px;
}

 
.head-more-inner .head-more-title {
  margin-bottom: 10px;
}

 

.input-box form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.input-box .submit {
  background-image: url('../images//search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 70px;
  border: none;
  position: absolute;
  right: 20%;
  cursor: pointer;
}

.input-box .input-border {
  width: 60%;
  border: 1px solid #fff;
  background-color: transparent;
  height: 60px;
  font-size: .8rem;
  padding-left: 30px;
  box-sizing: border-box;
  color: #fff;
}

.search-out {
  width: 100%;
}

.search .tit {
  font-size: 23px;
  color: #333;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 45px;
}

.search ul {
  margin-bottom: 80px;
}

.search ul li a {
  display: block;
  width: 820px;
  transition: all 0.3s ease;
}

.search ul li .ti {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 25px;
}

.search ul li .de {
  font-size: 18px;
  color: #666;
  line-height: 25px;
}

.search ul li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: left;
  padding-right: 30%;
  box-sizing: border-box;
  padding-left: 0;
}

.search ul li a:hover {
  padding-left: 20px;
}


@media(max-width: 1440px)
{
/* .head .nav-top-list {
    
    top: 61%;
    
} */


}




@media screen and (max-width:1200px) {
  .search ul li {
    padding: 0;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .search ul {
    width: 100%;
  }

  .search ul li a {
    width: 100%;
  }
}

.info_box {}

.info_box .title_div {
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.info_box .title_div h3 {
  font-size: 32px;
  /* line-height: 1.2; */
  color: #333;
  margin-bottom: 24px;
}

.info_box .title_div strong {
  font-weight: normal;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  border-right: 1px solid #999;
  padding-right: 20px;
  margin-right: 18px;
  font-size: .6rem;
}

.info_box .title_div span {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  margin-right: 18px;
  font-size: .6rem;
}

.previous_a span,
.next_a span {
  font-size: .65rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_box .title_div em {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  background: url(../images//tb16.png) no-repeat left center;
  padding-left: 20px;
  vertical-align: top;
}

.info_box .title_div em a {
  background-image: none;
  padding-left: 0;
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 18px;
  height: 18px;
}

.info_box .content_div {}

.info_box .content_div p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  /* margin-bottom: 30px; */
}

.info_box .content_div p img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.info_box .page_div {
  height: 50px;
  background: #f2f2f2;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  margin-top: 60px;
}

.info_box .page_div a {
  font-size: 16px;
  color: #999;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.info_box .page_div a.return_a {
  position: absolute;
  color: #265593;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.info_box .page_div a.previous_a {
  float: left;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_box .page_div a.next_a {
  float: right;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_box .page_div a:hover {
  color: #265593;
}

@media screen and (max-width:750px) {
.nav-btn{opacity: 1}
.head .head-more-inner {
    display: none;
}
  .info_box {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .info_box .title_div h3 {
    font-size: 20px;
  }

  .info_box .title_div {
    margin-bottom: 20px;
  }

  .info_box .content_div p {
    font-size: 16px;
  }

  .info_box .page_div {
    margin-top: 30px;
  }

  .info_box .page_div a.previous_a,
  .info_box .page_div a.next_a {
    float: none;
    width: 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .info_box .page_div {
    height: auto;
    line-height: 1.8;
    padding: 10px;
    display: flex;
  }

  .info_box .page_div a.return_a {
    position: static;
    transform: none;
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
  }

  .info_box .title_div strong {
    display: block;
    border-right: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: .8rem;
  }

  .info_box .title_div h3 {
    margin-bottom: 15px;
  }
}




/* 动画 */
/* 动画效果 */
.left {
  opacity: 1 !important;
  animation: bounceInLeft;
  animation-duration: 1s;
}

.right {
  opacity: 1 !important;
  animation: bounceInRight;
  animation-duration: 1s;
}

.top {
  opacity: 1 !important;
  animation: fadeInDown;
  animation-duration: 1s;
}

.bottom {
  opacity: 1 !important;
  animation: bounceInUp;
  animation-duration: 1s;
}

.fanzhuan {
  opacity: 1 !important;
  animation: flipInX;
  animation-duration: 1s;
}

.fanzhuan2 {
  opacity: 1 !important;
  animation: flipInY;
  animation-duration: 1s;
}

.tada {
  opacity: 1 !important;
  animation: tada;
  animation-duration: 1s;
}

.right2 {
  opacity: 1 !important;
  animation: slideInRight;
  animation-duration: 1s;
}

.left2 {
  opacity: 1 !important;
  animation: slideInLeft;
  animation-duration: 1s;
}

.zoom {
  opacity: 1 !important;
  animation: zoomIn;
  animation-duration: 1s;
}

.shake {
  opacity: 1 !important;
  animation: shake;
  animation-duration: 1s;
}



.mo-left {
  transform: translate(-50vw, 0) !important;
  opacity: 0;
  transition: 1s;
}

.mo-right {
  transform: translate(50vw, 0);
  opacity: 0;
  transition: 1s;
}

.mo-top {
  transform: translate(0, -10vw);
  opacity: 0;
  transition: 1s;
}

.mo-bottom {
  transform: translate(0, 2vw);
  opacity: 0;
  transition: .5s;
}

.swiper-slide-active .mo-left {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.swiper-slide-active .mo-right {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.swiper-slide-active .mo-top {
  transform: translate(0, 0);
  opacity: 1;
}

.swiper-slide-active .mo-bottom {
  transform: translate(0, 0);
  opacity: 1;
}

.title-index {
  transition: 1s .5s;
}

.inner2-left {
  transition: 1s .8s;
}

.inner2-btn-out {
  transition: 1s 1.8s;
}

.product1 {
  transition: 1s 1.4s;
}

.inner3-btn {
  transition: 1s .8s;
}

.inner3-banner:nth-child(1) {
  transition: 1s 1.1s;
}

.inner4-item-list {
  transition: 1s 1.3s;
}

.inner5-info {
  transition: 1s .8s;
}

.video-box {
  transition: 1s 1.6s;
}

.title-inner6 {
  transition: 1s .8s;
}

.logo-list {
  transition: 1s 1.6s;
}

.inner7-item-list li:nth-child(1) {
  transition: 1s 1.2s;
}

.inner7-item-list li:nth-child(2) {
  transition: 1s 1.4s;
}

.inner7-item-list li:nth-child(3) {
  transition: 1s 1.6s;
}

/* .inner8-left-item:nth-child(1) {
  transition: 1s .8s;
} */

.inner8-title {
  transition: 1s .5s;
}

.inner8-left {
  transition: 1s 1s;
}

/* .inner8-left-item:nth-child(2) {
  transition: 1s 1.4s;
}

.inner8-left-item:nth-child(3) {
  transition: 1s 1.7s;
}

.inner8-left-item:nth-child(4) {
  transition: 1s 2s;
}

.inner8-left-item:nth-child(5) {
  transition: 1s 2.3s;
}

.inner8-left .inner2-btn-out {
  transition: 1s 2.6s;
} */

.inner8-right {
  transition: 1s 1.5s;
}

.right-icon-list li {
  opacity: 0;
}

.top-info {
  /* opacity: 0; */
}

.fz-box img {
  opacity: 0;
  transition: .5s;
}

.fz-box img {
  transform: translate(0, -50vh) scale(.45);
}

.fz-box .fz-img1 {
  right: -62%;
  top: -14%;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img2 {
  right: -43%;
  top: -1%;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img3 {
  left: 35%;
  top: -34%;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

/* .fz-box .fz-img4 {
  left: 17%;
  top: -9.5%;
  z-index: 1;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
} */
.fz-box .fz-img4 {
  opacity: 1;
  left: 86.5%;
  top: 27.5%;
  transform: translate(0, 0) scale(.96);
}

.fz-box .fz-img5 {
  left: -16%;
  top: -36.5%;
  z-index: 1;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img6 {
  left: -7.5%;
  top: -4%;
  z-index: 2;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img7 {
  left: -19%;
  top: -24%;
  z-index: 3;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img8 {
  left: -32%;
  top: -43%;
  z-index: 4;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img9 {
  opacity: 1;
  left: -33%;
  top: -33%;
  z-index: 8;
  opacity: 1 !important;
  transform: translate(0, 0) scale(.45);
}

.fz-box .fz-img10 {
  opacity: 1;
  transform: translate(0, 0) scale(.96);
  left: 79.5%;
  top: 32.5%;
}

.fz-box .fz-img11 {
  opacity: 1;
  transform: translate(0, 0) scale(.96);
  left: 73.5%;
  top: 37.4%;
}

.fz-box .fz-img12 {
  opacity: 1;
  transform: translate(0, 0) scale(.96);
  left: 68%;
  top: 41.5%;
}

.fz-box .fz-img13 {
  opacity: 1;
  transform: translate(0, 0) scale(.96);
  left: 61%;
  top: 45.5%;
}

.fz-box .fz-img14 {
  opacity: 1;
  transform: translate(0, 0) scale(.96);
  left: 46%;
  top: 50%;
}




.fz-box .hidden-img {
  transform: translate(0, -5vh) scale(.45);
  opacity: 0 !important;
}

.img-item-list-top img,
.img-item-list-center img,
.img-item-list-bottom img {
  opacity: 0;
  transition: 1s;
}

.xs-img {
  opacity: 1 !important;
}

.nopadding-img-box img {
  opacity: 0;
  transform: translate(0, 5vh);
  transition: .5s;
}

.nopadding-img-box-xs {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.padding-item-inner ul li {
  transform: translate(0, 5vh);
  opacity: 0;
  transition: .5s;
}

.padding-item-inner ul .padding-item-inner-li-xs {
  opacity: 1;
  transform: translate(0, 0);
}

.z-box img {
  position: relative;
  bottom: 0;
}

.z-box {
  position: relative;
}

.z-box-zz {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F7F7F7;
  z-index: 5;
  transition: 3s;
}

.z-box-out {
  display: flex;
  position: relative;
}

.z-box-out-zz {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #F7F7F7;
  z-index: 5;
  transition: 3s;
}


.lc-img {
  position: relative;
}

.lc-img-zz {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: 3s;
}

.mo-bottom2 {
  transform: translate(0, 2vw);
  opacity: 0 !important;
  transition: .5s;
}

.sx-item {
  opacity: 1;
  transition: 1s;
}

.ptsb-tab {
  transition: 1s;
}

.about-top img {
  transition: 1s;
}

.jy-box {
  transition: 1s;
}



.fzlc-img-out {
  position: relative;
  height: 28rem;
  width: 62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fzlc-img-zz {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  transition: 4s;
}

.logo-list .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18%;
  opacity: .5;
  /* margin: 0!important;
  margin-right: 2%!important;
  margin-top: 2%!important; */
}

/* .logo-list .swiper-slide:nth-child(-n + 7){
  margin-top: 0!important;
}
.logo-list .swiper-slide:nth-child(7n){
  margin-right: 0!important;
} */
.logo-list {
  z-index: 0 !important;
}

.threesixty .threesixty_images {
  height: 100%;
  width: 100%;
}

.threesixty_images li {
  width: 100%;
  height: 100%;
}

.threesixty .threesixty_images img {
  left: 0;
}

.threesixty .threesixty_images .men-info {
  /* width: 43%;
  right: 0;
  left: unset;
  bottom: 0;
  top: unset; */
}

/* .threesixty .threesixty_images .show-tp {
  width: 19%;
  opacity: 1;
  z-index: 5;
  transition: .5s;
} */
.threesixty .threesixty_images .show-tp {
  opacity: 1;
  z-index: 5;
  transition: .5s;
}

.threesixty .threesixty_images .hid-tp {
  width: 0;
  opacity: 0;
  z-index: 5;
  transition: .5s;
}


.threesixty .threesixty_images .men-info1 {
  top: 16%;
  left: 76%;
  width: 24%;
}

.threesixty .threesixty_images .men-info2 {
  top: 62%;
  left: 57%;
  width: 35%;
}

.threesixty .threesixty_images .men-info3 {
  top: 17%;
  left: 63%;
  width: 37%;
}

.threesixty .threesixty_images .men-info4 {
  top: 55%;
  left: 24%;
  width: 34%;
}

.threesixty .threesixty_images .men-info5 {
  top: 75%;
  left: 56%;
  width: 22%;
}

.threesixty .threesixty_images .men-info6 {
  top: 10%;
  left: 3%;
  width: 23%;
}

.threesixty .threesixty_images .men-info7 {
  top: 22%;
  left: 3%;
  width: 22%;
}

.padding-item-swiper .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid #3A7AB2;
  background-color: transparent;
  opacity: 1;
}

.padding-item-swiper .swiper-pagination-bullet-active {
  background-color: #3A7AB2;
}

.hzal-info-right-box {
  transform: translate(5vw, 0);
  opacity: 0;
  transition: .5s;
}

.hzal-info-right-box-xs {
  opacity: 1;
  transform: translate(0, 0);
}

.about-out .inner2-btn {
  position: absolute;
  right: 12%;
  top: 40px;
  background-color: transparent;
  color: #000;
}

.about-out .inner2-btn::after {
  background-color: #000;
}


.gif-box .szt {
  bottom: 18%;
  right: 18%;
  z-index: 5;
  opacity: 0;
  transition: .5s;
}

.gif-box .szt1 {
  right: 37%;
  bottom: 26%;
}


.gif-box .sbzz {
  right: 51%;
  bottom: 27%;
  opacity: 0;
  z-index: 5;
  transition: .5s;
}

.gif-box .sbzz1 {
  right: 41%;
}

.gif-box .sbzz2 {
  right: 33%;
}

.gif-box .sbzz3 {
  right: 25%;
}

.gif-box .sbzz4 {
  right: 18%;
}

.gif-box .szt-xs {
  opacity: 1;
}

.fzlc-item {
  position: absolute;
  zoom: 1;
  opacity: 0;
  transition: .5s;
}

.fzlc-item:nth-child(2) {
  left: 3%;
  bottom: -5%;
}

.fzlc-item:nth-child(3) {
  left: 23%;
  bottom: 5%;
}

.fzlc-item:nth-child(4) {
  left: 41%;
  bottom: 14%;
}

.fzlc-item:nth-child(5) {
  left: 60%;
  bottom: 15%;
}

.fzlc-item:nth-child(6) {
  left: 78%;
  bottom: 28%;
}

.fzlc-item-xs {
  opacity: 1;
}


.mobile-banner-swiper {
  display: none;
}

/* .logo-list .swiper-wrapper{
  flex-direction: row!important;
}
.logo-list .swiper-slide{
  margin:0!important;
  width: 14.28%!important;
}
.logo-list .swiper-slide:nth-child(7n){
  margin-right: 0!important;

} */

.data-info-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 500px;
  background-color: rgba(255, 255, 255, .5);
  transform: translate(-50%, -50%);
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .5s;
}

.data-info-box p {
  font-size: .7rem;
  margin-top: 30px;
  line-height: 1.2rem;
  text-align: center;
  font-weight: 500;
}

.data-info-box-active {
  opacity: 1;
  z-index: 5;
}






.sjx {
  box-sizing: border-box;
  width: 350px;
  height: 150px;
  position: absolute;
  z-index: 2;
  top: 74%;
  left: 50%;
}

/* .sjx::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
} */
/* .tp-info-text{
  height: 300px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.tp-info-inner-text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
.tp-info-inner-text h1 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
.tp-info-inner-text p {
  color: #fff;
  font-size: .65rem;
  width: 50%;
  line-height: .8rem;
  padding-top: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  text-align: left;
  height: 74px;
  border-top: 2px solid #fff;
}
.tp-info-inner-text::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.tp-info-inner-text::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  bottom: 0;
  left: 6.5px;
  background-color: #fff;
}
.xiexian {
  height: calc(100% - 75px);
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 140px solid #fcf921;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
} */


.threesixty_images .sjx1 {
  top: 15%;
  right: 0;
  left: unset;
}

.threesixty_images .sjx2 {
  top: 59%;
  left: 58%;
  height: 300px;
}

.threesixty_images .sjx3 {
  top: 5%;
  right: 4%;
  width: 400px;
  height: 300px;
  left: unset;
}

.threesixty_images .sjx4 {
  /* top: 15%;right: 0;left: unset; */
}

.threesixty_images .sjx5 {
  height: 400px;
  top: 49%;
  left: 23%;
}

.threesixty_images .sjx6 {
  top: 0%;
  left: 1%;
  width: 300px;
  height: 250px;
}

.threesixty_images .sjx7 {
  bottom: 0%;
  left: 0;
  width: 300px;
  height: 250px;
  top: unset;
}

/* 2020-9-16 */
.hzal-type-item {
  display: flex;
  flex-wrap: wrap;
}

.sx-box ul .hzal-type-item li:nth-child(1) a {
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
}

.sx-box ul .hzal-type-item li:nth-child(1) a:hover {
  background-color: transparent;
  color: #000;
}

.sx-box ul .hzal-type-item li a {
  white-space: nowrap;
}

.sx-box ul .hzal-type-item li {
  margin-bottom: 10px;
}

.gif-box .xfs {
  position: absolute;
  width: 3.5%;
}

.inner5-info-bottom {
  width: 400px;
  margin-top: 30px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.inner5-info-bottom video {
  width: 100%;
}

.inner5-info ul {
  position: relative;
}

.inner5-info .inner2-btn {
  margin: 0;
}

.inner5-info .inner2-btn-out {
  position: absolute;
  right: 0;
}
.wel-video{
  position: fixed;
  z-index: 10;
  right: 2%;
  left: unset;
  bottom: 3%;
  zoom: .6;
  display: none;
}
.fixed-video-box{
  position: fixed;
  width: 400px;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}
.fixed-video{
  width: 100%;
}
.fixed-video-box img{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  z-index: 10;
}