@keyframes rotateAll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.scale-up-down {
  animation-name: scaleUpDown;
  animation-duration: 5s;
  /* 动画持续时间 */
  animation-timing-function: ease-in-out;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 112px;
  height: 112px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.active {
  background-color: #ffffff;
}
header.active > div .logo .logo_text a h3 {
  color: #000;
}
header.active > div nav ul li a {
  color: #000;
}
header.active > div nav .tool::after {
  background-color: rgba(0, 0, 0, 0.4);
}
header.active > div nav .tool > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.active > div nav .tool > div a img {
  background-color: #1c509c;
  border-radius: 50%;
}
header.active > div nav .tool > div a p {
  color: #000;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 57px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 80px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 15%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f0f0f0;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f0f0f0;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #1c509c;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 50px;
  padding-left: 20px;
  position: relative;
}
header > div nav .tool::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header > div nav .tool > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div a img {
  width: 24px;
  display: block;
}
header > div nav .tool > div a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-image: url(/images/footBg.jpg);
  padding-bottom: 50px;
}
footer .w90 .top {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .top .left .title h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 94px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
footer .w90 .top .left .title h2 i {
  color: #1c509c;
}
footer .w90 .top .left .title h2 span {
  color: #da251d;
}
footer .w90 .top .left .title h4 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 48px;
  opacity: 0.6;
}
footer .w90 .top .left .share {
  opacity: 0.6;
}
footer .w90 .top .left .share .s_box1 {
  margin-bottom: 44px;
}
footer .w90 .top .left .share .s_box1 h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
}
footer .w90 .top .left .share .s_box1 h5 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
footer .w90 .top .left .share .s_box2 a img {
  width: initial;
}
footer .w90 .top .left .share .s_box2 a:nth-of-type(2) {
  margin: 0 40px;
}
footer .w90 .top .center a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
}
footer .w90 .top .center span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
  margin-top: 28px;
  margin-bottom: 28px;
}
footer .w90 .top .right {
  width: 24%;
}
footer .w90 .top .right h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 48px;
}
footer .w90 .top .right .r1 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 38px;
}
footer .w90 .top .right .r2 {
  margin-top: 40px;
}
footer .w90 .top .right .r2 p {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 14px;
  opacity: 0.4;
}
footer .w90 .bottom {
  margin-top: 140px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .bottom a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0 12px;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  footer .w90 .top {
    margin-top: 110px;
  }
  footer .w90 .top .left .title h2 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  footer .w90 .top .left .title h4 {
    font-size: 18px;
  }
  footer .w90 .top .left .share .s_box1 h3 {
    font-size: 24px;
  }
  footer .w90 .top .left .share .s_box1 h5 {
    font-size: 18px;
  }
  footer .w90 .top .left .share .s_box1 {
    margin-bottom: 36px;
  }
  footer .w90 .top .center span {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  footer .w90 .top .center a {
    font-size: 18px;
    text-align: center;
  }
  footer .w90 .top .right h3 {
    font-size: 22px;
  }
  footer .w90 .bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  footer .w90 .top .center {
    display: none;
  }
  footer .w90 .top .left {
    width: 100%;
  }
  footer .w90 .top .left .title h2 {
    font-size: 32px;
  }
  footer .w90 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  footer .w90 .top .left .img img {
    width: 100px;
    margin-bottom: 20px;
  }
  footer .w90 .top .left .share .s_box1 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer .w90 .top .left .share .s_box1 h5 {
    font-size: 15px;
  }
  footer .w90 .top .left .share .s_box2 a:nth-of-type(2) {
    margin: 0 20px;
  }
  footer .w90 .top .left .txt p {
    font-size: 20px;
  }
  footer .w90 .top {
    margin-top: 80px;
  }
  footer .w90 .top .right h3 {
    display: none;
  }
  footer .w90 .bottom {
    margin-top: 40px;
  }
  footer .w90 .bottom a {
    margin-bottom: 10px;
  }
  footer .w90 .bottom a:nth-of-type(2) {
    display: none;
  }
  footer {
    padding-bottom: 20px;
  }
}
.index .part01 {
  background-image: url(/images/i_part01Bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 170px;
}
.index .part01 .w90 .title h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 2%, #000000 14%);
  /* 应用线性渐变 */
}
.index .part01 .w90 .title h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w90 .bottom {
  margin-top: 80px;
}
.index .part01 .w90 .bottom div {
  overflow: visible;
}
.index .part01 .w90 .bottom div ul li {
  background-color: #f0f0f0;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
}
.index .part01 .w90 .bottom div ul li:hover a .num h4 {
  color: #fff;
}
.index .part01 .w90 .bottom div ul li:hover a .img img {
  top: -180px;
}
.index .part01 .w90 .bottom div ul li:hover a .txt p {
  color: #fff;
}
.index .part01 .w90 .bottom div ul li:hover a .txt h3 {
  color: #fff;
}
.index .part01 .w90 .bottom div ul li:hover a .txt span {
  color: #fff;
}
.index .part01 .w90 .bottom div ul li:hover a .mask .m_box::after {
  opacity: 1;
  transform: scale(1);
}
.index .part01 .w90 .bottom div ul li a {
  padding: 20px;
}
.index .part01 .w90 .bottom div ul li a .num {
  position: absolute;
  left: 56px;
  top: 60px;
  z-index: 2;
}
.index .part01 .w90 .bottom div ul li a .num h4 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w90 .bottom div ul li a .img {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.index .part01 .w90 .bottom div ul li a .img img {
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease;
}
.index .part01 .w90 .bottom div ul li a .img::after {
  display: block;
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px);
}
.index .part01 .w90 .bottom div ul li a .txt {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom div ul li a .txt img {
  width: 26px;
}
.index .part01 .w90 .bottom div ul li a .txt p {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w90 .bottom div ul li a .txt h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w90 .bottom div ul li a .txt span {
  color: #000;
  margin: 0 6px;
}
.index .part01 .w90 .bottom div ul li a .mask {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index .part01 .w90 .bottom div ul li a .mask .m_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .part01 .w90 .bottom div ul li a .mask .m_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/proBg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 1.5s ease;
}
.index .part01 .w90 .bottom .s_tool {
  margin-top: 52px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .s_tool .sp {
  width: 60%;
}
.index .part01 .w90 .bottom .s_tool .sp .swiper-pagination span {
  width: 40px;
  height: 2px;
  border-radius: 0;
  margin-right: 4px;
}
.index .part01 .w90 .bottom .s_tool .sp .swiper-pagination span.swiper-pagination-bullet-active {
  height: 3px;
  background-color: #000;
}
.index .part01 .w90 .bottom .s_tool .btn {
  width: 200px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .s_tool .btn > div {
  position: relative;
}
.index .part01 .w90 .bottom .s_tool .btn > div.lb i {
  transform: translate(-50%, -50%) rotate(180deg);
}
.index .part01 .w90 .bottom .s_tool .btn > div::after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/images/roll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotateAll 6s infinite linear;
}
.index .part01 .w90 .bottom .s_tool .btn > div::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #abe7fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part01 .w90 .bottom .s_tool .btn > div i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.index .part02 {
  padding-bottom: 220px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/images/part02Bg.jpg);
}
.index .part02 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .left {
  width: 50%;
  position: relative;
}
.index .part02 .w90 .left .img {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.index .part02 .w90 .left .img img {
  width: 100%;
  display: block;
}
.index .part02 .w90 .left .text {
  position: absolute;
  bottom: 80px;
  left: 6%;
  z-index: 3;
  width: 88%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index .part02 .w90 .left .text h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  letter-spacing: 4px;
}
.index .part02 .w90 .left .text h2 i {
  color: #1c509c;
}
.index .part02 .w90 .left .text h2 span {
  color: #da251d;
}
.index .part02 .w90 .right {
  width: 42%;
  position: relative;
}
.index .part02 .w90 .right .title h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 32px;
  text-align: left;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 2%, #000000 50%);
  /* 应用线性渐变 */
}
.index .part02 .w90 .right .title p {
  font-size: 17px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w90 .right .num {
  margin-top: 120px;
}
.index .part02 .w90 .right .num .n_item {
  margin-bottom: 50px;
}
.index .part02 .w90 .right .num .n_item:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part02 .w90 .right .num .n_item h3 {
  font-size: 54px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part02 .w90 .right .num .n_item h5 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w90 .right .btn {
  width: 116px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .right .btn > div {
  position: relative;
}
.index .part02 .w90 .right .btn > div::after {
  display: block;
  content: "";
  width: 116px;
  height: 116px;
  background-image: url(/images/roll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotateAll 6s infinite linear;
}
.index .part02 .w90 .right .btn > div::before {
  display: block;
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #abe7fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part02 .w90 .right .btn > div i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.index .part03 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/part03Bg.jpg);
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 150px;
}
.index .part03 .w90 .title h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 32px;
  text-align: center;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 30%, #ffffff 50%);
  /* 应用线性渐变 */
}
.index .part03 .w90 .title p {
  font-size: 17px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w90 .content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.index .part03 .w90 .content .left {
  width: 28%;
}
.index .part03 .w90 .content .left .l_item {
  margin-bottom: 140px;
  opacity: 0.3;
  transform: translateY(20px);
}
.index .part03 .w90 .content .left .l_item.active {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0px);
}
.index .part03 .w90 .content .left .l_item.active h4 {
  color: #cd0000;
}
.index .part03 .w90 .content .left .l_item.active h3 {
  color: #cd0000;
  font-weight: 700;
}
.index .part03 .w90 .content .left .l_item:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w90 .content .left .l_item h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-bottom: 18px;
}
.index .part03 .w90 .content .left .l_item h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
}
.index .part03 .w90 .content .left .l_item p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.index .part03 .w90 .content .center {
  width: 35%;
  position: relative;
}
.index .part03 .w90 .content .center .imgBox {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part03 .w90 .content .center .imgBox .i_item {
  position: relative;
  opacity: 0;
}
.index .part03 .w90 .content .center .imgBox .i_item.active {
  z-index: 3;
  opacity: 1;
  transition: all 1s ease;
}
.index .part03 .w90 .content .center .imgBox .i_item.active .img {
  transform: translate(-50%, -50%) scale(1);
}
.index .part03 .w90 .content .center .imgBox .i_item .img {
  width: 86%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 1s ease;
}
.index .part03 .w90 .content .center .imgBox .i_item .img img {
  width: 100%;
}
.index .part03 .w90 .content .center .quan {
  width: 100%;
}
.index .part03 .w90 .content .center .quan .img img {
  width: 100%;
}
.index .part03 .w90 .content .center .dian .d_item {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cd0000;
}
.index .part03 .w90 .content .center .dian .d_item:nth-of-type(1) {
  top: 4px;
  left: 292px;
}
.index .part03 .w90 .content .center .dian .d_item:nth-of-type(2) {
  top: 200px;
  right: 16px;
}
.index .part03 .w90 .content .center .dian .d_item:nth-of-type(3) {
  top: 200px;
  left: 16px;
}
.index .part03 .w90 .content .center .dian .d_item:nth-of-type(4) {
  top: 530px;
  left: 128px;
}
.index .part03 .w90 .content .center .dian .d_item:nth-of-type(5) {
  top: 530px;
  right: 128px;
}
.index .part03 .w90 .content .right {
  width: 28%;
}
.index .part03 .w90 .content .right .r_item {
  margin-bottom: 140px;
  opacity: 0.3;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.index .part03 .w90 .content .right .r_item.active {
  opacity: 1;
  transform: translateY(0px);
}
.index .part03 .w90 .content .right .r_item.active h4 {
  color: #cd0000;
}
.index .part03 .w90 .content .right .r_item.active h3 {
  color: #cd0000;
}
.index .part03 .w90 .content .right .r_item:nth-of-type(2) {
  margin-bottom: 0;
}
.index .part03 .w90 .content .right .r_item:nth-of-type(2) p {
  margin-bottom: 70px;
}
.index .part03 .w90 .content .right .r_item:nth-of-type(2) p:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w90 .content .right .r_item h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}
.index .part03 .w90 .content .right .r_item h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part03 .w90 .content .right .r_item p {
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w90 .content2 {
  display: none;
}
.index .part03 .w90 .content2 .left {
  width: 100%;
}
.index .part03 .w90 .content2 .left .l_item {
  margin-bottom: 140px;
  opacity: 0.3;
  transform: translateY(20px);
}
.index .part03 .w90 .content2 .left .l_item.active {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0px);
}
.index .part03 .w90 .content2 .left .l_item.active h4 {
  color: #cd0000;
}
.index .part03 .w90 .content2 .left .l_item.active h3 {
  color: #cd0000;
  font-weight: 700;
}
.index .part03 .w90 .content2 .left .l_item:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w90 .content2 .left .l_item h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-bottom: 18px;
}
.index .part03 .w90 .content2 .left .l_item h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
}
.index .part03 .w90 .content2 .left .l_item p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.index .part03 .w90 .content2 .right {
  width: 100%;
}
.index .part03 .w90 .content2 .right .r_item {
  margin-bottom: 140px;
  opacity: 0.3;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.index .part03 .w90 .content2 .right .r_item.active {
  opacity: 1;
  transform: translateY(0px);
}
.index .part03 .w90 .content2 .right .r_item.active h4 {
  color: #cd0000;
}
.index .part03 .w90 .content2 .right .r_item.active h3 {
  color: #cd0000;
}
.index .part03 .w90 .content2 .right .r_item:nth-of-type(2) {
  margin-bottom: 0;
}
.index .part03 .w90 .content2 .right .r_item:nth-of-type(2) p {
  margin-bottom: 70px;
}
.index .part03 .w90 .content2 .right .r_item:nth-of-type(2) p:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w90 .content2 .right .r_item h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}
.index .part03 .w90 .content2 .right .r_item h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part03 .w90 .content2 .right .r_item p {
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}
.index .part04 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/i_part04Bg.jpg);
  background-size: cover;
  padding-bottom: 120px;
}
.index .part04 .w90 .top {
  margin-top: 164px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .title h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 2%, #000000 14%);
  /* 应用线性渐变 */
}
.index .part04 .w90 .top .title h3 {
  font-size: 22px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w90 .top .btn {
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .btn > div {
  position: relative;
}
.index .part04 .w90 .top .btn > div::after {
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(/images/roll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotateAll 6s infinite linear;
}
.index .part04 .w90 .top .btn > div::before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #abe7fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part04 .w90 .top .btn > div i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.index .part04 .w90 .bottom .n_content {
  margin-top: 80px;
  width: 100%;
}
.index .part04 .w90 .bottom .n_content ul li {
  display: block;
  background: none;
}
.index .part04 .w90 .bottom .n_content ul li:hover a .d .d1 {
  background-color: #1c509c;
}
.index .part04 .w90 .bottom .n_content ul li:hover a .d .d1 p {
  color: #fff;
}
.index .part04 .w90 .bottom .n_content ul li:hover a .d .d2 p {
  color: #1c509c;
}
.index .part04 .w90 .bottom .n_content ul li:hover a .img img {
  transform: scale(1.1);
}
.index .part04 .w90 .bottom .n_content ul li a .d {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.index .part04 .w90 .bottom .n_content ul li a .d .d1 {
  background-color: #1c509c;
  padding: 0 30px;
  border-radius: 30px;
  margin-right: 24px;
}
.index .part04 .w90 .bottom .n_content ul li a .d .d1 p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.index .part04 .w90 .bottom .n_content ul li a .d .d2 p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.index .part04 .w90 .bottom .n_content ul li a .t {
  margin-bottom: 50px;
  width: 100%;
}
.index .part04 .w90 .bottom .n_content ul li a .t h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w90 .bottom .n_content ul li a .img {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.index .part04 .w90 .bottom .n_content ul li a .img img {
  width: 100%;
  transition: all 1.5s ease;
}
@media screen and (max-width: 1440px) {
  .index .part01 {
    padding-top: 140px;
  }
  .index .part01 .w90 .title h1 {
    font-size: 46px;
  }
  .index .part01 .w90 .title h3 {
    font-size: 18px;
  }
  .index .part01 .w90 .bottom {
    margin-top: 56px;
  }
  .index .part01 .w90 .bottom div ul li a .img {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .index .part01 .w90 .bottom div ul li a .num {
    left: 48px;
    top: 40px;
  }
  .index .part01 .w90 .bottom div ul li:hover a .img img {
    top: -130px;
  }
  .index .part01 .w90 .bottom div ul li a .txt p {
    font-size: 16px;
  }
  .index .part01 .w90 .bottom div ul li a .txt h3 {
    font-size: 16px;
  }
  .index .part01 .w90 .bottom .s_tool {
    margin-top: 36px;
  }
  .index .part02 .w90 .right .title h1 {
    font-size: 42px;
  }
  .index .part02 .w90 .right .title p {
    font-size: 16px;
  }
  .index .part02 .w90 .right .num {
    margin-top: 80px;
  }
  .index .part02 .w90 .right .num .n_item h3 {
    font-size: 38px;
  }
  .index .part02 .w90 .right .num .n_item h5 {
    font-size: 17px;
  }
  .index .part02 .w90 .left .text h2 {
    font-size: 64px;
  }
  .index .part02 {
    padding-bottom: 180px;
  }
  .index .part03 .w90 .title h1 {
    font-size: 42px;
  }
  .index .part03 .w90 .content {
    margin-top: 50px;
  }
  .index .part03 .w90 .content .left .l_item h3 {
    font-size: 26px;
  }
  .index .part03 .w90 .content .right .r_item h3 {
    font-size: 26px;
  }
  .index .part03 .w90 .content .right .r_item p {
    font-size: 16px;
  }
  .index .part03 .w90 .content .left .l_item p {
    font-size: 16px;
  }
  .index .part03 .w90 .content .right .r_item h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index .part03 .w90 .content .left .l_item h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index .part03 .w90 .content .right .r_item {
    margin-bottom: 60px;
  }
  .index .part03 .w90 .content .right .r_item:nth-of-type(2) p {
    margin-bottom: 28px;
  }
  .index .part03 .w90 .content .left .l_item {
    margin-bottom: 48px;
  }
  .index .part03 {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .index .part04 .w90 .top {
    margin-top: 130px;
  }
  .index .part04 .w90 .top .title h1 {
    font-size: 42px;
  }
  .index .part04 .w90 .top .title h3 {
    font-size: 20px;
  }
  .index .part04 .w90 .bottom .n_content ul li a .d {
    margin-bottom: 24px;
  }
  .index .part04 .w90 .bottom .n_content ul li a .d .d1 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index .part01 .w90 .title h1 {
    font-size: 24px;
  }
  .index .part01 .w90 .title h3 {
    font-size: 15px;
  }
  .index .part01 .w90 .bottom .s_tool .btn {
    display: none;
  }
  .index .part01 .w90 .bottom .s_tool {
    margin-top: 0;
  }
  .index .part02 .w90 .left {
    width: 100%;
  }
  .index .part02 .w90 .left .text h2 {
    font-size: 36px;
  }
  .index .part02 .w90 .left .text {
    bottom: 40px;
  }
  .index .part02 .w90 .right {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 120px;
  }
  .index .part02 .w90 .right .title h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .part02 .w90 .right .num .n_item h5 {
    font-size: 16px;
  }
  .index .part02 .w90 .right .num .n_item h3 {
    font-size: 30px;
  }
  .index .part02 .w90 .right .num {
    margin-top: 50px;
  }
  .index .part02 .w90 .right .btn {
    width: 76px;
    left: 0;
  }
  .index .part02 .w90 .right .btn > div::after {
    width: 76px;
    height: 76px;
  }
  .index .part02 .w90 .right .btn > div::before {
    width: 36px;
    height: 36px;
  }
  .index .part02 {
    padding-bottom: 80px;
  }
  .index .part03 .w90 .content .center {
    display: none;
  }
  .index .part03 .w90 .title h1 {
    font-size: 24px;
    font-weight: 700;
  }
  .index .part03 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .index .part03 .w90 .content {
    display: none;
  }
  .index .part03 .w90 .content2 {
    display: block;
  }
  .index .part03 .w90 .content2 .right .r_item h3 {
    font-size: 18px;
  }
  .index .part03 .w90 .content2 .right .r_item {
    opacity: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  }
  .index .part03 .w90 .content2 .right .r_item p {
    font-size: 16px;
    opacity: 0.7;
    line-height: 1.4;
  }
  .index .part03 .w90 .content2 .right .r_item:nth-of-type(2) p {
    margin-bottom: 30px;
  }
  .index .part03 .w90 .content2 .left {
    margin-top: 40px;
  }
  .index .part03 .w90 .content2 .left .l_item {
    opacity: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  }
  .index .part03 .w90 .content2 .left .l_item h4 {
    text-align: left;
  }
  .index .part03 .w90 .content2 .left .l_item h3 {
    text-align: left;
    font-size: 18px;
  }
  .index .part03 .w90 .content2 .left .l_item p {
    text-align: left;
    font-size: 16px;
    opacity: 0.7;
    line-height: 1.4;
  }
  .index .part03 .w90 .content2 .right .r_item h4 {
    color: #cd0000;
  }
  .index .part03 .w90 .content2 .left .l_item h4 {
    color: #cd0000;
  }
  .index .part04 .w90 .top {
    margin-top: 100px;
  }
  .index .part04 .w90 .top .title h1 {
    font-size: 24px;
  }
  .index .part04 .w90 .top .title h3 {
    font-size: 15px;
    font-weight: 700;
  }
  .index .part04 .w90 .top .btn {
    display: none;
  }
}
.product .main {
  background-image: url(/images/productBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}
.product .main .w90 .title {
  margin-bottom: 60px;
}
.product .main .w90 .title h1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: center;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 40%, #000000 54%);
  /* 应用线性渐变 */
}
.product .main .w90 .title p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.product .main .w90 .center {
  box-sizing: border-box;
}
.product .main .w90 .center ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li {
  width: 23%;
  background-color: #f0f0f0;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
  margin-right: 2.6%;
  margin-bottom: 50px;
}
.product .main .w90 .center ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w90 .center ul li:hover a .num h4 {
  color: #fff;
}
.product .main .w90 .center ul li:hover a .img img {
  top: -80px;
}
.product .main .w90 .center ul li:hover a .txt p {
  color: #fff;
}
.product .main .w90 .center ul li:hover a .txt h3 {
  color: #fff;
}
.product .main .w90 .center ul li:hover a .txt span {
  color: #fff;
}
.product .main .w90 .center ul li:hover a .mask .m_box::after {
  opacity: 1;
  transform: scale(1);
}
.product .main .w90 .center ul li a {
  padding: 20px;
}
.product .main .w90 .center ul li a .num {
  position: absolute;
  left: 56px;
  top: 60px;
  z-index: 2;
}
.product .main .w90 .center ul li a .num h4 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w90 .center ul li a .img {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.product .main .w90 .center ul li a .img img {
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease;
}
.product .main .w90 .center ul li a .img::after {
  display: block;
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #6c6c6c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px);
}
.product .main .w90 .center ul li a .txt {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li a .txt img {
  width: 26px;
}
.product .main .w90 .center ul li a .txt p {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product .main .w90 .center ul li a .txt h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w90 .center ul li a .txt span {
  color: #000;
  margin: 0 6px;
}
.product .main .w90 .center ul li a .mask {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .main .w90 .center ul li a .mask .m_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.product .main .w90 .center ul li a .mask .m_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/proBg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 1.5s ease;
}
@media screen and (max-width: 1440px) {
  .product .main {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .product .main .w90 .title h1 {
    font-size: 42px;
  }
  .product .main .w90 .title {
    margin-bottom: 50px;
  }
  .product .main .w90 .center ul li a .txt h3 {
    font-size: 16px;
  }
  .product .main .w90 .center ul li a .img {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .product .main .w90 .center ul li a .num h4 {
    font-size: 22px;
  }
  .product .main .w90 .center ul li a .num {
    left: 36px;
    top: 40px;
  }
  .product .main .w90 .center ul li a .img img {
    width: 50%;
  }
  .product .main .w90 .center ul li a .txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product .main {
    padding-top: 100px;
  }
  .product .main .w90 .title h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .product .main .w90 .title p {
    font-size: 15px;
    line-height: 1.2;
  }
  .product .main .w90 .center ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f0f0f0;
}
.proDetailed .main > div .top {
  margin-top: 60px;
  margin-bottom: 40px;
}
.proDetailed .main > div .top h4 a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.proDetailed .main > div .pro_box {
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
  padding: 0 90px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 30px;
  height: 66px;
  background-color: #f0f0f0;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 30px;
  height: 66px;
  background-color: #f0f0f0;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #1c509c;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #1c509c;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #1c509c;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 18px;
  color: #cd0000;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 50px;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(/images/i_part04Bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.proDetailed .main > div .other ul li .img {
  padding: 20px 0;
}
.proDetailed .main > div .other ul li .img img {
  width: 60%;
  margin: 0 auto;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt .d {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(45deg, #2d3e75, #38519e);
  position: relative;
}
.proDetailed .main > div .other ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main {
    padding-top: 60px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 70px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
    width: 86%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
    width: 10%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 16px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 26px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    margin-top: 30px;
  }
  .proDetailed .main > div .other ul li .txt p {
    font-size: 14px;
  }
  .proDetailed .main > div .other ul li .txt {
    padding: 20px 14px 20px 14px;
  }
  .proDetailed .main > div .other ul li .txt .d {
    width: 28px;
    height: 28px;
  }
  .proDetailed .main > div .other ul li .txt .d i {
    font-size: 12px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 18px;
  }
}
.page .main {
  padding-top: 160px;
  padding-bottom: 140px;
}
.page .main .w90 .m_box {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .main .w90 .m_box .title h1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: left;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 2%, #000000 50%);
  /* 应用线性渐变 */
}
.page .main .w90 .m_box .title p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.page .main .w90 .m_box .num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .main .w90 .m_box .num .n_item {
  padding: 38px;
  background-image: url(/images/i_part04Bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.page .main .w90 .m_box .num .n_item:nth-of-type(2) {
  margin: 0 30px;
}
.page .main .w90 .m_box .num .n_item h3 {
  font-size: 54px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.page .main .w90 .m_box .num .n_item h5 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.page .main .w90 .txt p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  padding-bottom: 26px;
}
.page .main .w90 .img {
  margin-top: 60px;
}
.page .main .w90 .img ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .main .w90 .img ul li {
  width: 24%;
  border-radius: 14px;
  overflow: hidden;
}
.page .main .w90 .img ul li img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .page .main .w90 .m_box .title h1 {
    font-size: 42px;
  }
  .page .main .w90 .num .n_item h5 {
    font-size: 16px;
  }
  .page .main .w90 .m_box .num .n_item h3 {
    font-size: 38px;
  }
  .page .main .w90 .num .n_item {
    padding: 46px 24px;
  }
  .page .main .w90 .num .n_item h3 {
    font-size: 40px;
  }
  .page .main .w90 .num {
    margin-top: 50px;
  }
  .page .main .w90 .txt p {
    font-size: 16px;
  }
  .page .main .w90 .m_box .num {
    width: 100%;
  }
  .page .main .w90 .m_box .num .n_item {
    width: 31%;
    box-sizing: border-box;
    margin: 0;
  }
  .page .main .w90 .m_box .num .n_item h5 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .page .main {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .page .main .w90 .m_box .title h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .page .main .w90 .m_box .title p {
    font-size: 16px;
    line-height: 1.3;
  }
  .page .main .w90 .num .n_item {
    width: 100%;
    padding: 32px 14px;
    margin-bottom: 20px;
  }
  .page .main .w90 .num .n_item h5 {
    font-size: 15px;
    text-align: center;
  }
  .page .main .w90 .num .n_item h3 {
    font-size: 34px;
  }
  .page .main .w90 .img {
    margin-top: 40px;
  }
  .page .main .w90 .img ul li {
    width: 48%;
    margin-bottom: 16px;
  }
  .page .main .w90 .m_box .num .n_item {
    width: 100%;
    border-radius: 10px;
    padding: 30px;
  }
  .page .main .w90 .m_box .num .n_item:nth-of-type(2) {
    margin: 16px 0;
  }
  .page .main .w90 .m_box .num .n_item h3 {
    font-size: 32px;
  }
  .page .main .w90 .m_box .num .n_item h5 {
    font-size: 15px;
  }
  .page .main .w90 .m_box {
    margin-bottom: 60px;
  }
}
.jishu .main {
  background-image: url(/images/productBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 160px;
}
.jishu .main .w90 .title {
  margin-top: 160px;
}
.jishu .main .w90 .title h1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: center;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 40%, #000000 60%);
  /* 应用线性渐变 */
}
.jishu .main .w90 .title p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.jishu .main .w90 .content {
  margin-top: 80px;
  height: 100%;
  border-left: 1px solid #cd0000;
  margin-left: 16px;
  box-sizing: border-box;
}
.jishu .main .w90 .content .c_1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jishu .main .w90 .content .c_1:nth-of-type(5) .right {
  margin-bottom: 0;
}
.jishu .main .w90 .content .c_1 .left {
  width: 8%;
  margin-left: 30px;
  position: relative;
}
.jishu .main .w90 .content .c_1 .left h1 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 14px;
}
.jishu .main .w90 .content .c_1 .left h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.jishu .main .w90 .content .c_1 .left .btn {
  width: 30px;
  position: absolute;
  left: -45px;
  top: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .main .w90 .content .c_1 .left .btn > div {
  position: relative;
}
.jishu .main .w90 .content .c_1 .left .btn > div::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/images/roll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotateAll 6s infinite linear;
}
.jishu .main .w90 .content .c_1 .left .btn > div::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #abe7fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jishu .main .w90 .content .c_1 .left .btn > div i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 10px;
}
.jishu .main .w90 .content .c_1 .right {
  width: 86%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.jishu .main .w90 .content .c_1 .right .txt {
  margin-bottom: 30px;
}
.jishu .main .w90 .content .c_1 .right .txt h3 {
  font-size: 32px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.jishu .main .w90 .content .c_1 .right .txt p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.jishu .main .w90 .content .c_1 .right .img ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .main .w90 .content .c_1 .right .img ul li {
  width: 23%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 2.6%;
  cursor: pointer;
  transition: all 1s ease;
  box-sizing: border-box;
  border: 10px solid rgba(252, 176, 38, 0);
}
.jishu .main .w90 .content .c_1 .right .img ul li:nth-of-type(4) {
  margin-right: 0;
}
.jishu .main .w90 .content .c_1 .right .img ul li:hover {
  border: 10px solid #1c509c;
}
.jishu .main .w90 .content .c_1 .right .img ul li:hover .text p {
  position: static;
  opacity: 1;
  transition: all 1.5s ease;
  transform: translateY(0);
}
.jishu .main .w90 .content .c_1 .right .img ul li:hover .text h3 {
  position: absolute;
  opacity: 0;
}
.jishu .main .w90 .content .c_1 .right .img ul li:hover .text i {
  position: absolute;
  opacity: 0;
}
.jishu .main .w90 .content .c_1 .right .img ul li:hover .mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.jishu .main .w90 .content .c_1 .right .img ul li .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 1s ease;
}
.jishu .main .w90 .content .c_1 .right .img ul li .img {
  width: 100%;
}
.jishu .main .w90 .content .c_1 .right .img ul li .img img {
  width: 100%;
}
.jishu .main .w90 .content .c_1 .right .img ul li .text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: center;
}
.jishu .main .w90 .content .c_1 .right .img ul li .text i {
  font-size: 36px;
  color: #cd0000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  position: static;
}
.jishu .main .w90 .content .c_1 .right .img ul li .text h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  position: static;
}
.jishu .main .w90 .content .c_1 .right .img ul li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  position: absolute;
  transform: translateY(50%);
}
@media screen and (max-width: 1440px) {
  .jishu .main .w90 .title {
    margin-top: 130px;
  }
  .jishu .main .w90 .title h1 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .jishu .main .w90 .content .c_1 .right .img ul li .text h3 {
    font-size: 16px;
  }
  .jishu .main .w90 .content .c_1 .right .img ul li .text p {
    font-size: 15px;
  }
  .jishu .main .w90 .content .c_1 .left h1 {
    font-size: 36px;
  }
  .jishu .main .w90 .content .c_1 .left h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .jishu .main .w90 .title h1 {
    font-size: 24px;
  }
  .jishu .main .w90 .title p {
    font-size: 15px;
    line-height: 1.3;
  }
  .jishu .main .w90 .content .c_1 .left {
    width: 100%;
  }
  .jishu .main .w90 .content .c_1 .right {
    width: 100%;
    margin-left: 30px;
    margin-top: 30px;
  }
  .jishu .main .w90 .content .c_1 .right .img ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 4px solid #1c509c;
  }
}
.news .main {
  min-height: 500px;
}
.news .main .title {
  margin-top: 160px;
}
.news .main .title h1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: center;
  color: transparent;
  /* 设置文字颜色为透明 */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #0f68f2 46%, #000000 52%);
  /* 应用线性渐变 */
}
.news .main .title p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.news .main .part01 {
  margin-top: 60px;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part01 ul li a .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #1c509c;
}
.news .main .part01 ul li a .text span i {
  margin-right: 8px;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
  border-radius: 30px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #f0f0f0;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .title {
    margin-top: 130px;
  }
  .news .main .title h1 {
    margin-bottom: 0;
    font-size: 42px;
  }
  .news .main .part01 ul li a .img {
    padding-bottom: 234px;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .main .part01 ul li a .text span {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
  .news .main .part01 ul li a .text span img {
    width: 50px;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 24px 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 52px;
  }
  .news .main .part01 ul li a .date p {
    font-size: 15px;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .title {
    margin-top: 100px;
  }
  .news .main .title h1 {
    font-size: 24px;
  }
  .news .main .title p {
    font-size: 15px;
    line-height: 1.3;
  }
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 106px;
    border-radius: 14px;
  }
  .news .main .part01 ul li a .text span {
    height: 18px;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .news .main .part01 {
    margin-top: 34px;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.contact .main .contact_sub1 {
  margin-top: 140px;
}
.contact .main .contact_sub1 .w90 {
  padding-bottom: 8px;
}
.contact .main .contact_sub1 .w90 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li {
  width: 23%;
  border: 1px solid #efefef;
  height: 300px;
  border-radius: 20px;
  box-shadow: 6px 8px 12px #e6f2f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .contact_sub1 .w90 ul li .c_icon {
  width: 80%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .contact_sub1 .w90 ul li .c_icon i {
  font-size: 52px;
  color: #1c509c;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .contact_sub1 .w90 ul li .text {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .contact_sub1 .w90 ul li .text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(3) p {
  line-height: 1.2;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(4) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(4) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(4) .text {
  margin-top: 16px;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(4) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .contact_sub1 .w90 ul li:hover .c_icon i {
  transform: rotateY(180deg);
}
.contact .main .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .left {
  width: 42%;
  position: relative;
}
.contact .main .contact_bottom .w90 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 .left .img img {
  width: 100%;
}
.contact .main .contact_bottom .w90 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .contact_bottom .w90 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.contact .main .contact_bottom .w90 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #1c509c;
}
.contact .main .contact_bottom .w90 .right {
  width: 54%;
}
.contact .main .contact_bottom .w90 .right .sub1 p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .contact_bottom .w90 .right .sub1 h3 {
  font-size: 32px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_bottom .w90 .right .sub2 {
  margin-top: 60px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 33%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 100%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #1c509c;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w90 ul li {
    height: 250px;
  }
  .contact .main .contact_sub1 .w90 ul li .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w90 ul li .text p {
    font-size: 15px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 80%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 24px;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 {
    margin-top: 42px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
    height: 46px;
  }
  .contact .main .contact_bottom .w90 .left .box {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w90 .left .box .box1 {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w90 .left .box .box2 {
    width: 80px;
    height: 80px;
  }
  .contact .main .contact_bottom .w90 .left {
    width: 48%;
  }
  .contact .main .contact_bottom .w90 .right {
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .contact_sub1 .w90 ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 50%;
  }
  .contact .main .contact_bottom .w90 .left {
    display: none;
  }
  .contact .main .contact_bottom .w90 .right {
    width: 100%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 15px;
  }
}
