:root {
  font-size: 16px;
}
@media screen and (min-width: 1680px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    font-size: 13px;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  :root {
    font-size: 13px;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  :root {
    font-size: 11px;
  }
}
.moblieNav {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 1rem 0;
  background-color: #fff;
}
.moblieNav .item {
  float: left;
  width: 20%;
}
.moblieNav .item a {
  display: block;
  width: 100%;
  text-align: center;
}
.moblieNav .item a img {
  width: 1.75rem;
}
.moblieNav .item a h3 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 0.4rem;
}
@keyframes highlightSlide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #eee;
}
.image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 1;
  opacity: 0;
  transition: all 0.7s ease;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  line-height: 1;
  height: 5.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
header > div {
  height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 26.875rem;
}
header > div .logo img {
  width: initial;
}
header > div .nav {
  width: calc(100% - 32rem);
  height: inherit;
}
header > div .nav ul {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .nav ul li {
  width: 16.66%;
  height: inherit;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .nav ul li a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
}
header > div .nav ul li .menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #f3faff;
  /* 使用grid布局实现高度动画 */
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
header > div .nav ul li .menu .menu-content {
  min-height: 0;
  overflow: hidden;
}
header > div .nav ul li .menu .menu-content .item a {
  font-size: 0.875rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: center;
}
header > div .nav ul li .menu .menu-content .item:hover {
  background-color: #003789;
}
header > div .nav ul li .menu .menu-content .item:hover a {
  color: #ffffff;
}
header > div .nav ul li:hover {
  background-color: #f3faff;
}
header > div .nav ul li:hover a {
  font-weight: 600;
}
header > div .nav ul li:hover .menu {
  z-index: 6;
  grid-template-rows: 1fr;
  /* 悬停时展开到实际高度 */
}
footer .top {
  background-color: #2c2f33;
  padding-top: 7.125rem;
  padding-bottom: 8rem;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .left {
  width: 44%;
}
footer .top .w80 .left .logo {
  padding-bottom: 1rem;
}
footer .top .w80 .left .logo img {
  width: initial;
}
footer .top .w80 .left .l_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .l_text .l_left .t_l1 p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .left .l_text .l_left .t_l1 h3 {
  margin-top: 0.625rem;
  font-size: 1.75rem;
  color: #329cff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .top .w80 .left .l_text .l_left .t_l2 {
  margin-top: 2.375rem;
}
footer .top .w80 .left .l_text .l_left .t_l2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 1.25rem;
}
footer .top .w80 .left .l_text .l_right {
  margin-left: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .l_text .l_right .item {
  margin-left: 1rem;
}
footer .top .w80 .left .l_text .l_right .item .img {
  width: 6rem;
  padding: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
}
footer .top .w80 .left .l_text .l_right .item .img img {
  width: 100%;
}
footer .top .w80 .left .l_text .l_right .item .txt {
  margin-top: 1rem;
}
footer .top .w80 .left .l_text .l_right .item .txt p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w80 .center {
  width: 20%;
}
footer .top .w80 .center .c_title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .w80 .center .c_title h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
}
footer .top .w80 .center ul {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .center ul li {
  width: 49%;
  padding-bottom: 2.25rem;
  position: relative;
}
footer .top .w80 .center ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 4px;
  height: 18px;
  background-color: #003789;
}
footer .top .w80 .center ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
  padding-left: 12px;
  letter-spacing: 1px;
}
footer .top .w80 .right {
  width: 10%;
}
footer .top .w80 .right .other {
  width: 100%;
}
footer .top .w80 .right .other .o_top {
  background-color: #fff;
  height: 3rem;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .right .other .o_top h3 {
  font-size: 1.125rem;
  color: #003789;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .top .w80 .right .other .o_top i {
  font-size: 1rem;
  color: #003789;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
  transform: rotate(90deg);
}
footer .top .w80 .right .other .o_bottom {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.6rem 1rem;
}
footer .top .w80 .right .other .o_bottom ul li a {
  font-size: 1rem;
  color: #fff;
  line-height: 3;
  font-weight: 400;
  text-align: left;
}
footer .bottom {
  background-color: #15171a;
  width: 100%;
  height: 4.375rem;
}
footer .bottom .w80 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .bottom .w80 .right a {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.title .sub1 h2 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "MyFont";
}
.title .sub2 {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.title .sub2 p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin: 0 1.25rem;
}
.title .sub2::after {
  display: block;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #333;
}
.title .sub2::before {
  display: block;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #333;
}
.title.b .sub1 h2 {
  color: #fff;
}
.title.b .sub2 p {
  color: #fff;
}
.title.b .sub2::after {
  background-color: #fff;
}
.title.b .sub2::before {
  background-color: #fff;
}
.goBack {
  display: none;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  position: fixed;
  right: 0.75rem;
  bottom: 6.75rem;
  background-color: #003789;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.goBack .center_box {
  margin-top: 0.5rem;
}
.goBack .center_box img {
  display: block;
  width: 1rem;
  margin: 0 auto;
}
.goBack .center_box p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
/* 向下循环 */
@keyframes arrowAnimation {
  0% {
    opacity: 0;
    transform: translateX(-10px) rotate(180deg);
  }
  50% {
    opacity: 1;
    transform: translateX(0px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translateX(10px) rotate(180deg);
  }
}
.scrollDown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.scrollDown h3 {
  font-size: 18px;
  color: #003789;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 6px;
}
.scrollDown i {
  font-size: 16px;
  color: #003789;
  line-height: 1;
  margin-left: 10px;
  /* 动画设置 */
  animation: arrowAnimation 1.2s infinite ease-in-out;
  opacity: 0;
  transform: translateX(0) rotate(180deg);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    /* 原始大小 */
  }
  50% {
    transform: scale(1.2);
    /* 放大到1.2倍 */
  }
  100% {
    transform: scale(1);
    /* 恢复原始大小 */
  }
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tanchu.sb .t_content {
  width: 43%;
}
.tanchu .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content .img {
  width: 100%;
}
.tanchu .t_content .img img {
  width: 100%;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #063190;
  padding: 16px;
  cursor: pointer;
}
.banner {
  width: calc(100% - 4px);
  height: 18.75rem;
  margin: 6.25rem auto 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #003789;
}
.banner .w80 {
  position: relative;
  height: 10rem;
  top: 50%;
  transform: translateY(-50%);
}
.banner .w80 .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .w80 .txt h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.more {
  display: inline-block;
  border-radius: 0.25rem;
  overflow: hidden;
  box-sizing: border-box;
}
.more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.more a .m_txt {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-top: 1px solid #003789;
  border-left: 1px solid #003789;
  border-bottom: 1px solid #003789;
  box-sizing: border-box;
}
.more a .m_txt span {
  font-size: 0.9375rem;
  color: #333;
  line-height: 3rem;
  font-weight: 400;
  text-align: left;
}
.more a .m_icon {
  width: 3rem;
  height: 3rem;
  background-color: #003789;
  border: 1px solid #003789;
}
.more a .m_icon i {
  font-size: 1.125rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
}
.more.b a .m_txt {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.more.b a .m_txt span {
  color: #fff;
}
.more.b a .m_icon {
  background-color: #fff;
  border: 1px solid #fff;
}
.more.b a .m_icon i {
  color: #003789;
}
.more.t a .m_txt span {
  color: #fff;
}
.s992 {
  display: none !important;
}
.h992 {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .s992 {
    display: block !important;
  }
  .h992 {
    display: none !important;
  }
}
.index .part01 {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
.index .part01 .w80 .title .sub1 h2 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "MyFont";
}
.index .part01 .w80 .title .sub2 {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .title .sub2 p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin: 0 1.25rem;
}
.index .part01 .w80 .title .sub2::after {
  display: block;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #333;
}
.index .part01 .w80 .title .sub2::before {
  display: block;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #333;
}
.index .part01 .w80 .content {
  margin-top: 3rem;
}
.index .part01 .w80 .content .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #003789;
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.index .part01 .w80 .content .sub1 .img {
  width: 48%;
}
.index .part01 .w80 .content .sub1 .img img {
  width: 100%;
}
.index .part01 .w80 .content .sub1 .txt {
  width: 48%;
}
.index .part01 .w80 .content .sub1 .txt h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.index .part01 .w80 .content .sub1 .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.index .part01 .w80 .content .sub1 .txt .more {
  margin-top: 3rem;
}
.index .part01 .w80 .content .sub2 {
  border-radius: 0 0 0.5rem 0.5rem;
}
.index .part01 .w80 .content .sub2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .content .sub2 ul li {
  width: 33.33%;
  background-color: #f0f9ff;
  height: 7.5rem;
}
.index .part01 .w80 .content .sub2 ul li a {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .content .sub2 ul li a i {
  font-size: 2.5rem;
  color: #003789;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part01 .w80 .content .sub2 ul li a p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-left: 1rem;
}
.index .part01 .w80 .content .sub2 ul li:nth-of-type(1) a i {
  font-size: 2.2rem;
}
.index .part01 .w80 .content .sub2 ul li:nth-of-type(3) a i {
  font-size: 3.2rem;
}
.index .part02 {
  background-color: #f3faff;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.index .part02 .w80 .item {
  margin-bottom: 6.25rem;
}
.index .part02 .w80 .item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.index .part02 .w80 .item .nav {
  margin-bottom: 6rem;
  display: block;
}
.index .part02 .w80 .item .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .nav ul li {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background: url(/images/Q1.png) no-repeat center / cover;
}
.index .part02 .w80 .item .nav ul li a {
  display: block;
  height: 4.5rem;
  box-sizing: border-box;
  padding-top: 2.125rem;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.index .part02 .w80 .item .nav ul li a::after {
  width: 2.5rem;
}
.index .part02 .w80 .item .nav ul li:nth-of-type(2) {
  background: url(/images/Q2.png) no-repeat center / cover;
}
.index .part02 .w80 .item .nav ul li:nth-of-type(3) {
  background: url(/images/Q3.png) no-repeat center / cover;
}
.index .part02 .w80 .item .nav ul li:nth-of-type(4) {
  background: url(/images/Q4.png) no-repeat center / cover;
}
.index .part02 .w80 .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.index .part02 .w80 .item .top h3 {
  font-size: 3rem;
  color: #003789;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "MyFont";
}
.index .part02 .w80 .item .pro {
  display: none;
}
.index .part02 .w80 .item .pro .pro_list {
  width: 100%;
}
.index .part02 .w80 .item .pro .pro_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .pro .pro_list ul li {
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0rem #003789;
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index .part02 .w80 .item .pro .pro_list ul li:hover a .img img {
  transform: scale(1.2);
}
.index .part02 .w80 .item .pro .pro_list ul li:hover a .text p {
  color: #003789;
  font-weight: 700;
}
.index .part02 .w80 .item .pro .pro_list ul li a .img {
  overflow: hidden;
}
.index .part02 .w80 .item .pro .pro_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .w80 .item .pro .pro_list ul li a .text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 1.125rem;
}
.index .part02 .w80 .item .pro .pro_list ul li a .text p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part03 {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #003789 url(/images/newsBg.jpg) no-repeat center bottom / 100%;
}
.index .part03 .w80 .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index .part03 .w80 .sub1 .title h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
  margin-bottom: 0.8rem;
}
.index .part03 .w80 .sub1 .title p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part03 .w80 .sub1 .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .sub1 .btns a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-left: 4rem;
  position: relative;
}
.index .part03 .w80 .sub1 .btns a::after {
  display: block;
  content: "";
  width: 5px;
  height: 1.7rem;
  background-color: #cd0000;
  position: absolute;
  left: -16px;
  top: 0;
}
.index .part03 .w80 .sub2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part03 .w80 .sub2 .center {
  width: 30%;
  height: 40.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.index .part03 .w80 .sub2 .center:hover .img img {
  transform: scale(1.2);
}
.index .part03 .w80 .sub2 .center:hover .text h3 {
  color: #003789;
}
.index .part03 .w80 .sub2 .center:hover .text i {
  color: #003789;
}
.index .part03 .w80 .sub2 .center:hover .text p {
  color: #003789;
}
.index .part03 .w80 .sub2 .center .img {
  width: 100%;
  height: 27.125rem;
  overflow: hidden;
}
.index .part03 .w80 .sub2 .center .img img {
  width: 100%;
  height: 100%;
  transition: all 2s ease;
}
.index .part03 .w80 .sub2 .center .text {
  width: 100%;
  height: 13.75rem;
  background-color: #fff;
  padding: 2.875rem 2.5rem;
  box-sizing: border-box;
}
.index .part03 .w80 .sub2 .center .text h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.875rem;
  transition: all 0.5s ease;
}
.index .part03 .w80 .sub2 .center .text i {
  display: block;
  font-size: 1rem;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.25rem;
  transition: all 0.5s ease;
}
.index .part03 .w80 .sub2 .center .text p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s ease;
}
.index .part03 .w80 .sub2 .right {
  width: 34%;
}
.index .part03 .w80 .sub2 .right .r_item {
  backdrop-filter: blur(20px);
  /* 模糊强度 */
  -webkit-backdrop-filter: blur(20px);
  /* 兼容Safari */
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 1.875rem;
  height: 13.125rem;
  margin-bottom: 0.75rem;
  transition: all 0.5s ease;
  border-radius: 0.375rem;
}
.index .part03 .w80 .sub2 .right .r_item:hover {
  background-color: #ffffff;
}
.index .part03 .w80 .sub2 .right .r_item:hover h3 {
  color: #333;
}
.index .part03 .w80 .sub2 .right .r_item:hover i {
  color: #999;
}
.index .part03 .w80 .sub2 .right .r_item:hover p {
  color: #333;
}
.index .part03 .w80 .sub2 .right .r_item:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w80 .sub2 .right .r_item h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.875rem;
  transition: all 0.5s ease;
}
.index .part03 .w80 .sub2 .right .r_item i {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.25rem;
  transition: all 0.5s ease;
}
.index .part03 .w80 .sub2 .right .r_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.index .part04 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f3faff;
}
.index .part04 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part04 .w80 .left {
  width: 64%;
  display: none;
}
.index .part04 .w80 .left .sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.index .part04 .w80 .left .sub1 h2 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
}
.index .part04 .w80 .left .sub1 p {
  margin-left: 2rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 .w80 .left .sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .left .sub2 .item {
  padding: 2rem 1rem;
  width: 32%;
  height: 28.5rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.625rem;
}
.index .part04 .w80 .left .sub2 .item .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w80 .left .sub2 .item .top .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .left .sub2 .item .top .title img {
  width: initial;
  margin-right: 8px;
}
.index .part04 .w80 .left .sub2 .item .top .title h4 {
  font-size: 1.25rem;
  color: #003789;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part04 .w80 .left .sub2 .item .top .more a {
  font-size: 0.875rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .left .sub2 .item .top .more:hover a {
  font-weight: 600;
  color: #000;
}
.index .part04 .w80 .left .sub2 .item .bottom {
  margin-top: 1.25rem;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a:hover .img img {
  transform: scale(1.1);
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a:hover .txt .t p {
  font-weight: 600;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .txt .num {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  width: 2.25rem;
  height: 2.2rem;
  background-color: #003789;
  border-radius: 0 0.625rem 0 0;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .txt .t {
  margin-left: 0.5rem;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .txt .t p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .img {
  overflow: hidden;
  height: 0;
  padding-bottom: 8rem;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .img img {
  width: 100%;
  transition: all 0.5s ease;
  display: block;
}
.index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.index .part04 .w80 .left .sub2 .item .bottom ul {
  margin-top: 2rem;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li {
  margin-top: 1.4rem;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li:nth-of-type(1) a h4 {
  color: #003789;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li:nth-of-type(2) a h4 {
  color: #003789;
  opacity: 0.6;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li a h4 {
  font-size: 1rem;
  color: #333333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 1rem;
  margin-left: 0.875rem;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li a p {
  position: relative;
  font-size: 1rem;
  color: #333333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li a p::after {
  position: absolute;
  bottom: -6px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  transition: all 0.5s ease;
  background-color: #003789;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li:hover a h4 {
  font-weight: 600;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li:hover a p {
  font-weight: 600;
}
.index .part04 .w80 .left .sub2 .item .bottom ul li:hover a p::after {
  width: 100%;
}
.index .part04 .w80 .right {
  width: 100%;
}
.index .part04 .w80 .right .title {
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w80 .right .title h2 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
}
.index .part04 .w80 .right .title p {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 .w80 .right form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .right form .sub2_item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .right form .sub2_item > div {
  width: 100%;
  margin-bottom: 0.8rem;
}
.index .part04 .w80 .right form .sub2_item > div input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.4rem;
  font-size: 1rem;
  color: #000;
  line-height: 4.2rem;
  font-weight: 100;
  text-align: left;
}
.index .part04 .w80 .right form .sub2_item > div.sub2_item_box2 {
  width: 100%;
}
.index .part04 .w80 .right form .sub2_item > div.sub2_item_box2 textarea {
  padding: 1.4rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 10rem;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.index .part04 .w80 .right form .sub2_item button {
  width: 100%;
  background-color: #003789;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 100;
  text-align: center;
}
.about .main {
  padding-top: 8rem;
}
.about .main .part01 {
  margin-bottom: 10rem;
}
.about .main .part01 .w80 .content {
  margin-top: 3rem;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #f3faff;
}
.about .main .part01 .w80 .content .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 0.5rem 0.5rem 0 0;
}
.about .main .part01 .w80 .content .sub1 .img {
  width: 48%;
}
.about .main .part01 .w80 .content .sub1 .img img {
  width: 100%;
}
.about .main .part01 .w80 .content .sub1 .txt {
  width: 48%;
}
.about .main .part01 .w80 .content .sub1 .txt h3 {
  font-size: 2.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.about .main .part01 .w80 .content .sub1 .txt p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w80 .content .sub1 .txt .more {
  margin-top: 3rem;
}
.about .main .part02 {
  background-color: #003789;
  box-sizing: border-box;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.about .main .part02 .w80 .title {
  margin-bottom: 3rem;
}
.about .main .part02 .w80 .title .sub2 {
  opacity: 0.6;
}
.about .main .part02 .w80 .btns {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.625rem 0.625rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .btns .item {
  width: 33.3%;
  background-color: #f3faff;
  font-size: 1.5rem;
  color: #000;
  line-height: 5rem;
  font-weight: 400;
  text-align: center;
}
.about .main .part02 .w80 .btns .item.active {
  background-color: #329cff;
  color: #fff;
}
.about .main .part02 .w80 .content {
  width: 100%;
  height: 31rem;
  margin-top: 0.5rem;
  background-color: #f3faff;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}
.about .main .part02 .w80 .content .item {
  position: absolute;
  width: calc(100% - 4rem);
  left: 2rem;
  top: 2rem;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .content .item.active {
  opacity: 1;
  transition: all 1s ease;
}
.about .main .part02 .w80 .content .item .img {
  width: 48%;
}
.about .main .part02 .w80 .content .item .img img {
  width: 100%;
}
.about .main .part02 .w80 .content .item .txt {
  width: 48%;
}
.about .main .part02 .w80 .content .item .txt h3 {
  font-size: 1.25rem;
  color: #003789;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.about .main .part02 .w80 .content .item .txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.about .main .part02 .w80 .content .item .txt p span {
  font-size: 1.125rem;
  font-weight: 600;
}
.about .main .part03 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.about .main .part03 .w80 {
  padding-bottom: 1rem;
}
.about .main .part03 .w80 .content {
  margin-top: 4rem;
}
.about .main .part03 .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 .content ul li {
  width: 32%;
  height: 18rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff url(/images/ysBg.jpg) no-repeat top center / 100%;
  box-shadow: 0 0.25rem 0rem #003789;
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2rem;
  margin-right: 2%;
  margin-bottom: 2rem;
}
.about .main .part03 .w80 .content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.about .main .part03 .w80 .content ul li .p_icon {
  margin-bottom: 0rem;
}
.about .main .part03 .w80 .content ul li .p_icon img {
  width: 3.5rem;
  margin: 0 auto;
}
.about .main .part03 .w80 .content ul li .txt h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
.about .main .part03 .w80 .content ul li .txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.about .main .part04 {
  background: url(/images/aboutBg4.jpg) no-repeat left center / 100%;
  height: 40vh;
}
.about .main .part04 .w80 {
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w80 h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
  margin-bottom: 1rem;
}
.about .main .part04 .w80 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  width: 80%;
}
.product .main {
  padding-top: 8rem;
}
.product .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.product .main .part01 .w80.sb ul li {
  width: 12%;
}
.product .main .part01 .w80.sj ul li {
  width: 13%;
}
.product .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.product .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.product .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.product .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.product .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.product .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.product .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.product .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.product .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.product .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.product .main .part02 {
  margin-top: 3rem;
}
.product .main .part02 .w80 {
  background-color: #f3faff;
  padding: 1.875rem;
  padding-top: 4rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.5rem;
}
.product .main .part02 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product .main .part02 .w80 .top .title .sub1 h2 {
  font-size: 2.625rem;
  color: #003789;
}
.product .main .part02 .w80 .top .positions a {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.product .main .part02 .w80 .bottom {
  margin-top: 3rem;
}
.product .main .part02 .w80 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product .main .part02 .w80 .bottom ul li {
  width: 24%;
  margin-bottom: 1.25rem;
  margin-right: 1.33%;
}
.product .main .part02 .w80 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .part02 .w80 .bottom ul li:nth-last-of-type(-n + 5) {
  margin-bottom: 0;
}
.product .main .part02 .w80 .bottom ul li:hover .i_top .img img {
  transform: scale(1.1);
}
.product .main .part02 .w80 .bottom ul li:hover .i_bottom {
  background-color: #003789;
}
.product .main .part02 .w80 .bottom ul li:hover .i_bottom .sub1 h4 {
  color: #fff;
}
.product .main .part02 .w80 .bottom ul li:hover .i_bottom .sub1 p {
  color: #fff;
}
.product .main .part02 .w80 .bottom ul li:hover .i_bottom .sub2 h4 {
  color: #cd0000;
}
.product .main .part02 .w80 .bottom ul li:hover .i_bottom .sub2 p {
  color: #fff;
}
.product .main .part02 .w80 .bottom ul li .i_top {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.product .main .part02 .w80 .bottom ul li .i_top .img {
  width: 100%;
  height: 0rem;
  padding-bottom: 16.5rem;
  overflow: hidden;
}
.product .main .part02 .w80 .bottom ul li .i_top .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.product .main .part02 .w80 .bottom ul li .i_bottom {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all 0.5s ease;
  background-color: #f7f7f7;
}
.product .main .part02 .w80 .bottom ul li .i_bottom .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part02 .w80 .bottom ul li .i_bottom .sub1 h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product .main .part02 .w80 .bottom ul li .i_bottom .sub1 p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.product .main .part02 .w80 .bottom ul li .i_bottom .sub2 {
  margin-top: 0.4rem;
}
.product .main .part02 .w80 .bottom ul li .i_bottom .sub2 p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
  height: 2.375rem;
}
.product_details .main {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.product_details .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.product_details .main .part01 .w80.sb ul li {
  width: 12%;
}
.product_details .main .part01 .w80.sj ul li {
  width: 13%;
}
.product_details .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.product_details .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.product_details .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.product_details .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.product_details .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.product_details .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.product_details .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.product_details .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.product_details .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.product_details .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.product_details .main .part02 .w80 .crumbs {
  margin-top: 3.125rem;
}
.product_details .main .part02 .w80 .crumbs a {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 {
  margin-top: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi {
  width: 76%;
  min-height: 35rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 {
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
  background-color: #f3faff;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title i {
  color: #ff0000;
  font-size: 1.8rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title h4 {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title p {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .sub0_sub1 {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .sub0_sub1 h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub0 .sub0_sub1 p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 {
  margin-top: 0.875rem;
  background-color: #f3faff;
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title i {
  color: #ff0000;
  font-size: 1.8rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title h4 {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title p {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .img {
  width: 56%;
  padding-bottom: 26rem;
  border: 0.5rem solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt {
  width: 39%;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t1 p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t1 h3 {
  margin-left: 0.625rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t2 p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t2 h3 {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t3 p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t3 h3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box {
  margin-top: 2.75rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3:nth-of-type(3) {
  margin-bottom: 0;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 i {
  padding: 0.6rem;
  border-radius: 4px;
  background-color: #003789;
  color: #fff;
  font-size: 1.25rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 h3 {
  margin-left: 0.625rem;
  font-size: 1.75rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 h3 span {
  display: block;
  font-size: 0.875rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 h3 em {
  font-size: 1rem;
  font-style: normal;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .c_box .t3 h3 strong {
  font-size: 1.25rem;
  font-style: normal;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 {
  margin-top: 2rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 .p_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 .p_title h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
  width: 150px;
  background-color: #003789;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 .p03_content {
  margin-bottom: 2rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 .p03_content h3 {
  font-size: 1rem;
  color: #333;
  line-height: 2.4;
  font-weight: 600;
  text-align: left;
  margin-top: 1rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub3 .p03_content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1.pz .sub1_sub3 .p03_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1.pz .sub1_sub3 .p03_content ul li {
  width: 23%;
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1.pz .sub1_sub3 .p03_content ul li .img {
  padding: 0.375rem;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.product_details .main .part03 .w80 .p_xiangxi .box .sub1.pz .sub1_sub3 .p03_content ul li .img img {
  width: 100%;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 {
  border-top: 1.875rem solid #f3faff;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box {
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_title h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
  width: 150px;
  background-color: #003789;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_title2 {
  margin-top: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_title2 h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
  width: 150px;
  background-color: #003789;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content {
  margin-top: 1.6rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item {
  width: 32.6%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item input {
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  line-height: 3;
  font-weight: 400;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(4) {
  width: 100%;
  margin-top: 0.6rem;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(4) textarea {
  width: 100%;
  padding: 1rem;
  min-height: 10rem;
  resize: both;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) inset;
  display: block;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(5) {
  margin-top: 0.625rem;
  width: 10rem;
  background-color: #cd0000;
}
.product_details .main .part03 .w80 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(5) button {
  width: 100%;
  display: block;
  background: none;
  font-size: 0.9375rem;
  color: #000;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: center;
}
.product_details .main .part03 .w80 .tuijian {
  width: calc(24% - 2.4rem);
  min-height: 35rem;
  box-sizing: border-box;
  padding: 2.4rem 1.4rem;
  background-color: #f3faff;
}
.product_details .main .part03 .w80 .tuijian .t {
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .tuijian .t h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-left: 0.625rem;
}
.product_details .main .part03 .w80 .tuijian .t h3::after {
  display: block;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
}
.product_details .main .part03 .w80 .tuijian .t p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part03 .w80 .tuijian ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.product_details .main .part03 .w80 .tuijian ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.product_details .main .part03 .w80 .tuijian ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part03 .w80 .tuijian ul li a .i_top {
  width: 48%;
}
.product_details .main .part03 .w80 .tuijian ul li a .i_top .img img {
  width: 100%;
}
.product_details .main .part03 .w80 .tuijian ul li a .i_bottom {
  width: 48%;
}
.product_details .main .part03 .w80 .tuijian ul li a .i_bottom h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
}
.product_details .main .part03 .w80 .tuijian ul li a .i_bottom p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.zhaobiao .main {
  background-color: #f3faff;
  padding-top: 6rem;
  overflow: hidden;
}
.zhaobiao .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.zhaobiao .main .part01 .w80.sb ul li {
  width: 12%;
}
.zhaobiao .main .part01 .w80.sj ul li {
  width: 13%;
}
.zhaobiao .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.zhaobiao .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.zhaobiao .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.zhaobiao .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.zhaobiao .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.zhaobiao .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.zhaobiao .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.zhaobiao .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.zhaobiao .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.zhaobiao .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.zhaobiao .main .part03 {
  margin-top: 3rem;
  box-sizing: border-box;
}
.zhaobiao .main .part03 .w80 {
  background-color: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.zhaobiao .main .part03 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zhaobiao .main .part03 .w80 .top .title .sub1 h2 {
  font-size: 2.625rem;
  color: #003789;
}
.zhaobiao .main .part03 .w80 .top .positions a {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.zhaobiao .main .part03 .w80 .bottom {
  margin-top: 3rem;
}
.zhaobiao .main .part03 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zhaobiao .main .part03 .w80 .bottom ul li {
  width: 49%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.5s ease;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover {
  background-color: #003789;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t1 img {
  transform: scale(1.1);
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t2 .t2_1 h2 {
  color: #fff;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t2 .t2_2 h3 {
  color: #fff;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t2 .t2_3 p {
  color: #fff;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t2 .t2_4 h3 {
  color: #fff;
}
.zhaobiao .main .part03 .w80 .bottom ul li:hover a .t2 .t2_4 p {
  color: #fff;
}
.zhaobiao .main .part03 .w80 .bottom ul li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.zhaobiao .main .part03 .w80 .bottom ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t1 {
  width: 36%;
  height: 0;
  padding-bottom: 10rem;
  overflow: hidden;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t1 img {
  width: 100%;
  transition: all 0.5s ease;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 {
  overflow: hidden;
  width: 60%;
  padding-right: 0.375rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_1 {
  margin-bottom: 1rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_1 h2 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_2 {
  margin-bottom: 0.75rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_2 h3 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 0.375rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_3 {
  margin-bottom: 0.75rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_3 p {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_4 h3 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 0.375rem;
}
.zhaobiao .main .part03 .w80 .bottom ul li a .t2 .t2_4 p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main {
  background-color: #f3faff;
  padding-top: 12.375rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.zhaobiao_detalis .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.zhaobiao_detalis .main .part01 .w80.sb ul li {
  width: 12%;
}
.zhaobiao_detalis .main .part01 .w80.sj ul li {
  width: 13%;
}
.zhaobiao_detalis .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.zhaobiao_detalis .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.zhaobiao_detalis .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.zhaobiao_detalis .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.zhaobiao_detalis .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.zhaobiao_detalis .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.zhaobiao_detalis .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.zhaobiao_detalis .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.zhaobiao_detalis .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.zhaobiao_detalis .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.zhaobiao_detalis .main .w80 .crumbs {
  margin-top: 3.125rem;
}
.zhaobiao_detalis .main .w80 .crumbs a {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 {
  margin-top: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi {
  width: 76%;
  min-height: 35rem;
  background-color: #fff;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box {
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
  min-height: 38rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .title i {
  color: #ff0000;
  font-size: 1.8rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .title h4 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .title p {
  margin-left: 0.625rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .more a {
  font-size: 0.875rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .img {
  width: 56%;
  border: 0.5rem solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .img img {
  width: 100%;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt {
  width: 39%;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t1 p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t1 h3 {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t2 p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .i_box .t2 h3 {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box {
  margin-top: 2.75rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3:nth-of-type(3) {
  margin-bottom: 0;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 i {
  padding: 0.6rem;
  border-radius: 4px;
  background-color: #003789;
  color: #fff;
  font-size: 1.25rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 h3 {
  margin-left: 0.625rem;
  font-size: 1.75rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 h3 span {
  display: block;
  font-size: 0.875rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 h3 em {
  font-size: 1rem;
  font-style: normal;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .bottom .txt .c_box .t3 h3 strong {
  font-size: 1.25rem;
  font-style: normal;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 {
  border-top: 1.875rem solid #f3faff;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box {
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_title h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
  width: 150px;
  background-color: #003789;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_title2 {
  margin-top: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_title2 h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
  width: 150px;
  background-color: #003789;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content {
  margin-top: 1.6rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content h3 {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content h3 span {
  color: #329cff;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item {
  width: 32.6%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item input {
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  line-height: 3;
  font-weight: 400;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(4) {
  width: 100%;
  margin-top: 0.6rem;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(4) textarea {
  width: 100%;
  padding: 1rem;
  min-height: 10rem;
  resize: both;
  box-sizing: border-box;
  background-color: #f7f7f7;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) inset;
  display: block;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(5) {
  margin-top: 0.625rem;
  width: 10rem;
  background-color: #cd0000;
}
.zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box2 .b_box .p_content2 .item:nth-of-type(5) button {
  width: 100%;
  display: block;
  background: none;
  font-size: 0.9375rem;
  color: #000;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: center;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian {
  width: calc(24% - 2.4rem);
  min-height: 38rem;
  box-sizing: border-box;
  padding: 2.4rem 1.4rem;
  background-color: #fff;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian .t {
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian .t h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-left: 0.625rem;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian .t h3::after {
  display: block;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian .t p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a .i_top {
  width: 48%;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a .i_top .img img {
  width: 100%;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a .i_bottom {
  width: 48%;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a .i_bottom h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
}
.zhaobiao_detalis .main .w80 .part03 .tuijian ul li a .i_bottom p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.news .main {
  background-color: #f3faff;
  padding-top: 8rem;
}
.news .main .part01 {
  margin-bottom: 4rem;
}
.news .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.news .main .part01 .w80.sb ul li {
  width: 12%;
}
.news .main .part01 .w80.sj ul li {
  width: 13%;
}
.news .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.news .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.news .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.news .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.news .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.news .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.news .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.news .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.news .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.news .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.news .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .main .top .title .sub1 h2 {
  font-size: 2.625rem;
  color: #003789;
}
.news .main .top .positions a {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news .main .w80 {
  overflow: visible;
}
.news .main .news-container {
  padding: 2.5rem 0;
}
.news .main .news-list {
  margin-bottom: 2.5rem;
}
.news .main .news-item {
  display: flex;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.news .main .news-item:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}
.news .main .news-image {
  flex: 0 0 18.75rem;
}
.news .main .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .main .news-content {
  flex: 1;
  padding: 1.875rem;
}
.news .main .news-content h2 {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}
.news .main .news-content h2 a {
  color: #333;
}
.news .main .news-content h2 a:hover {
  color: #0066cc;
}
.news .main .news-meta {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}
.news .main .news-meta span {
  margin-right: 1.25rem;
}
.news .main .news-meta .category {
  color: #0066cc;
  background-color: rgba(0, 102, 204, 0.1);
  padding: 0.1875rem 0.5rem;
  border-radius: 0.1875rem;
}
.news .main .excerpt {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news .main .read-more {
  display: inline-block;
  font-weight: 500;
  position: relative;
  margin-top: 1rem;
  padding-right: 0.9375rem;
  font-size: 0.875rem;
  color: #003789;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .read-more::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.news .main .read-more:hover::after {
  right: -0.3125rem;
}
.news_detalis .main {
  background-color: #f3faff;
  padding-top: 12.375rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.news_detalis .main .part01 .w80 {
  background: #f3faff url(/images/p03Bg.jpg) no-repeat center / cover;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.news_detalis .main .part01 .w80.sb ul li {
  width: 12%;
}
.news_detalis .main .part01 .w80.sj ul li {
  width: 13%;
}
.news_detalis .main .part01 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_detalis .main .part01 .w80 ul li {
  width: 15%;
  box-sizing: border-box;
}
.news_detalis .main .part01 .w80 ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.news_detalis .main .part01 .w80 ul li:hover a h3 {
  color: #fff;
}
.news_detalis .main .part01 .w80 ul li:hover a i {
  color: #fff;
}
.news_detalis .main .part01 .w80 ul li.active {
  background-color: #003789;
}
.news_detalis .main .part01 .w80 ul li.active a h3 {
  color: #fff;
}
.news_detalis .main .part01 .w80 ul li.active a i {
  color: #fff;
}
.news_detalis .main .part01 .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8rem 0.6rem 0.8rem 1rem;
}
.news_detalis .main .part01 .w80 ul li a h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 0.375rem;
}
.news_detalis .main .part01 .w80 ul li a i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.news_detalis .main .w80 .crumbs {
  margin-top: 3.125rem;
}
.news_detalis .main .w80 .crumbs a {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_detalis .main .w80 .part03 {
  margin-top: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_detalis .main .w80 .part03 .p_xiangxi {
  width: 76%;
  min-height: 35rem;
  background-color: #fff;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box {
  padding: 2.4rem 2.4rem 4rem;
  box-sizing: border-box;
  min-height: 38rem;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top .title i {
  color: #ff0000;
  font-size: 1.8rem;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top .title h4 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top .title p {
  margin-left: 0.625rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .top .more a {
  font-size: 0.875rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .bottom {
  margin-top: 3rem;
  min-height: 34rem;
}
.news_detalis .main .w80 .part03 .p_xiangxi .box .bottom p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news_detalis .main .w80 .part03 .tuijian {
  width: calc(24% - 2.4rem);
  min-height: 38rem;
  box-sizing: border-box;
  padding: 2.4rem 1.4rem;
  background-color: #fff;
}
.news_detalis .main .w80 .part03 .tuijian .t {
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_detalis .main .w80 .part03 .tuijian .t h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-left: 0.625rem;
}
.news_detalis .main .w80 .part03 .tuijian .t h3::after {
  display: block;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
}
.news_detalis .main .w80 .part03 .tuijian .t p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_detalis .main .w80 .part03 .tuijian ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.news_detalis .main .w80 .part03 .tuijian ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news_detalis .main .w80 .part03 .tuijian ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_detalis .main .w80 .part03 .tuijian ul li a .i_top {
  width: 48%;
}
.news_detalis .main .w80 .part03 .tuijian ul li a .i_top .img img {
  width: 100%;
}
.news_detalis .main .w80 .part03 .tuijian ul li a .i_bottom {
  width: 48%;
}
.news_detalis .main .w80 .part03 .tuijian ul li a .i_bottom h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
}
.news_detalis .main .w80 .part03 .tuijian ul li a .i_bottom p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.contact .main {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  background-color: #f3faff;
}
.contact .main .part01 {
  position: relative;
  z-index: 6;
}
.contact .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .left {
  width: 32%;
}
.contact .main .part01 .w80 .left .img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.contact .main .part01 .w80 .left .img img {
  width: 100%;
  display: block;
}
.contact .main .part01 .w80 .right {
  width: 60%;
}
.contact .main .part01 .w80 .right .sub1 .sub1_sub1 {
  margin-bottom: 5rem;
}
.contact .main .part01 .w80 .right .sub1 .sub1_sub1 h3 {
  font-size: 1.5rem;
  color: #003789;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .w80 .right .sub2 {
  margin-top: 4rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 h3 {
  font-size: 2rem;
  color: #093e8d;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
  text-transform: uppercase;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 span {
  margin-left: 0.625rem;
  width: 4.125rem;
  height: 1px;
  background-color: #093e8d;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t2 h2 {
  font-size: 3rem;
  color: #000000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map {
  margin-bottom: 1.2rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon {
  margin-bottom: 0.3rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon img {
  width: 5rem;
  padding: 0.6rem;
  border-radius: 0.7rem;
  border: 1px solid #093e8d;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_txt p {
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.3;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 {
  margin-top: 0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 33%;
  padding: 0.5rem 0;
  padding-left: 1rem;
  box-sizing: border-box;
  background-color: #003789;
  border-radius: 0.5rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
  letter-spacing: 2px;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:nth-last-of-type(1) {
  width: 100%;
  margin-top: 0.25rem;
}
.contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:nth-last-of-type(1) p {
  font-size: 1rem;
}
.contact .main .part02 {
  margin-top: 10rem;
  position: relative;
  z-index: 6;
}
.contact .main .part02 .w80 .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .sub1 .sub1_sub1 {
  width: 32%;
}
.contact .main .part02 .w80 .sub1 .sub1_sub1 h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
}
.contact .main .part02 .w80 .sub1 .sub1_sub2 {
  width: 60%;
}
.contact .main .part02 .w80 .sub1 .sub1_sub2 .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .sub1 .sub1_sub2 .title h2 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
}
.contact .main .part02 .w80 .sub1 .sub1_sub2 .title p {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .part02 .w80 .sub2 {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .sub2 .sub2_sub1 {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .sub2 .sub2_sub1 .item .img {
  width: 6rem;
  padding: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  margin: 0 auto;
}
.contact .main .part02 .w80 .sub2 .sub2_sub1 .item .img img {
  width: 100%;
}
.contact .main .part02 .w80 .sub2 .sub2_sub1 .item .txt {
  margin-top: 1rem;
}
.contact .main .part02 .w80 .sub2 .sub2_sub1 .item .txt p {
  font-size: 0.875rem;
  color: 333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 {
  width: 60%;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 h3 {
  display: none;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div {
  width: 49%;
  margin-bottom: 0.8rem;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.4rem;
  font-size: 1rem;
  color: #000;
  line-height: 3.75rem;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 {
  width: 100%;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 textarea {
  padding: 1.4rem;
  width: 100%;
  min-height: 12rem;
  background-color: #fff;
}
.contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item button {
  width: 100%;
  background-color: #003789;
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 100;
  text-align: center;
}
.fuwu .main {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f3faff;
}
.fuwu .main .part01 {
  margin-bottom: 4rem;
}
.fuwu .main .part01 .w80 .content {
  margin-top: 3rem;
  background-color: #fff;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  min-height: 25rem;
}
.fuwu .main .part01 .w80 .content p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.fuwu .main .part02 {
  margin-top: 10rem;
}
@media screen and (max-width: 1440px) {
  .more a .m_txt {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .more a .m_icon {
    height: 2.6rem;
    width: 2.6rem;
  }
  .more a .m_icon i {
    line-height: 2.6rem;
  }
  .more a .m_txt span {
    line-height: 2.6rem;
  }
  header {
    height: 5rem;
  }
  header > div .logo img {
    width: 90%;
  }
  header > div .nav ul li a {
    font-size: 1rem;
  }
  header > div .nav {
    width: calc(100% - 28rem);
  }
  .index .part01 {
    padding-top: 6rem;
  }
  .index .part01 .w80 .title .sub1 h2 {
    font-size: 2.4rem;
  }
  .index .part01 .w80 .title .sub2 p {
    font-size: 1.25rem;
  }
  .index .part01 .w80 .content .sub1 .txt h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .index .part01 .w80 .content .sub1 .txt .more {
    margin-top: 2rem;
  }
  .index .part01 .w80 .content .sub1 .txt p {
    line-height: 1.5;
  }
  .index .part01 .w80 .content .sub1 {
    padding: 2rem;
  }
  .index .part01 .w80 .content .sub2 ul li a p {
    font-size: 1.25rem;
  }
  .index .part01 .w80 .content .sub2 ul li {
    height: 6rem;
  }
  .index .part01 .w80 .content .sub2 ul li a i {
    font-size: 2rem;
  }
  .index .part01 .w80 .content .sub2 ul li:nth-of-type(3) a i {
    font-size: 2.6rem;
  }
  .index .part01 .w80 .content .sub2 ul li:nth-of-type(1) a i {
    font-size: 1.8rem;
  }
  .index .part01 .w80 .content {
    margin-top: 2rem;
  }
  .index .part02 {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .index .part02 .w80 .item h3 {
    font-size: 2rem;
  }
  .index .part02 .w80 .item .pro .pro_fr .img {
    padding-bottom: 17rem;
  }
  .index .part02 .w80 .item .pro .pro_fr .text h3 {
    margin-bottom: 3rem;
  }
  .index .part02 .w80 .item {
    margin-bottom: 4rem;
  }
  .index .part03 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .part03 .w80 .sub1 .title h2 {
    font-size: 2.4rem;
  }
  .index .part03 .w80 .sub1 .title p {
    font-size: 1.25rem;
  }
  .index .part03 .w80 .sub1 .btns a {
    font-size: 1.25rem;
  }
  .index .part03 .w80 .sub2 .right .r_item h3 {
    font-size: 1.125rem;
  }
  .index .part03 .w80 .sub2 .right .r_item {
    padding: 1.25rem;
    height: 11.125rem;
  }
  .index .part03 .w80 .sub2 .center {
    height: 34.75rem;
  }
  .index .part03 .w80 .sub2 .center .img {
    height: 22.125rem;
  }
  .index .part03 .w80 .sub2 .center .text {
    height: 12.75rem;
    padding: 1.875rem 1.5rem;
  }
  .index .part03 .w80 .sub1 {
    margin-bottom: 2rem;
  }
  .index .part04 .w80 .left .sub1 h2 {
    font-size: 2.4rem;
  }
  .index .part04 .w80 .right .title h2 {
    font-size: 2.4rem;
  }
  .index .part04 .w80 .right .title p {
    font-size: 1.125rem;
  }
  .index .part04 .w80 .left .sub2 .item {
    height: 24rem;
  }
  .index .part04 .w80 .right form .sub2_item > div input {
    line-height: 3.2rem;
  }
  .index .part04 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer .top {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  footer .top .w80 .left .logo img {
    width: 60%;
  }
  footer .top .w80 .left .l_text .l_right .item .img {
    width: 4.5rem;
  }
  footer .top .w80 .left {
    width: 48%;
  }
  footer .top .w80 .right {
    width: 14%;
  }
  footer .top .w80 .center ul li {
    padding-bottom: 1.8rem;
  }
  footer .top .w80 .center ul li a {
    font-size: 1rem;
  }
  .about .main {
    padding-top: 6rem;
  }
  .title .sub1 h2 {
    font-size: 2.4rem;
  }
  .title .sub2 p {
    font-size: 1.25rem;
  }
  .about .main .part01 .w80 .content {
    margin-top: 2rem;
    padding: 2rem;
  }
  .about .main .part01 .w80 .content .sub1 .txt h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .about .main .part01 .w80 .content .sub1 .txt p {
    font-size: 1rem;
  }
  .about .main .part01 {
    margin-bottom: 6rem;
  }
  .about .main .part02 .w80 .btns .item {
    font-size: 1.125rem;
    line-height: 4rem;
  }
  .about .main .part02 .w80 .content .item .txt h3 {
    margin-bottom: 1rem;
  }
  .about .main .part02 .w80 .content .item .txt p {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
  .about .main .part02 .w80 .content .item .txt p span {
    font-size: 1rem;
  }
  .about .main .part02 .w80 .content {
    height: 25rem;
  }
  .about .main .part02 .w80 .content .item .txt p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .about .main .part02 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part03 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .about .main .part03 .w80 .content {
    margin-top: 2rem;
  }
  .about .main .part03 .w80 .content ul li .txt p {
    font-weight: normal;
    line-height: 1.5;
  }
  .about .main .part03 .w80 .content ul li {
    padding: 1.5rem;
  }
  .about .main .part03 .w80 .content ul li .txt h3 {
    font-size: 1.125rem;
  }
  .about .main .part03 .w80 .content ul li .p_icon {
    margin-top: 1rem;
  }
  .about .main .part04 .w80 h3 {
    font-size: 2.4rem;
  }
  .product .main {
    padding-top: 6rem;
  }
  .product .main .part02 {
    margin-top: 2rem;
  }
  .product .main .part02 .w80 {
    padding-top: 3rem;
  }
  .product .main .part02 .w80 .top .title .sub1 h2 {
    font-size: 2.4rem;
  }
  .product .main .part02 .w80 .bottom ul li .i_bottom .sub2 p {
    font-weight: 400;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title h4 {
    font-size: 1.6rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title i {
    font-size: 1.6rem;
    line-height: 1;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title h4 {
    font-size: 1.6rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .img {
    padding-bottom: 18rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t1 {
    margin-bottom: 1rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t2 {
    margin-bottom: 1rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t1 h3 {
    font-size: 1rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt .i_box .t3 {
    margin-bottom: 0;
  }
  .zhaobiao .main .part03 .w80 .bottom ul li a .t1 {
    padding-bottom: 8rem;
  }
  .zhaobiao_detalis .main {
    padding-top: 10rem;
  }
  .news .main {
    padding-top: 6rem;
  }
  .news .main .top .title .sub1 h2 {
    font-size: 2.4rem;
  }
  .news .main .news-content h2 {
    font-size: 1.125rem;
  }
  .news .main .news-content {
    padding: 2.5rem;
  }
  .news_detalis .main .w80 .part03 .p_xiangxi .box .top .title h4 {
    font-size: 1.25rem;
  }
  .news_detalis .main .w80 .part03 .p_xiangxi .box .bottom p {
    font-size: 1rem;
  }
  .news_detalis .main {
    padding-top: 8rem;
  }
  .news_detalis .main .w80 .part03 .tuijian ul li a .i_top {
    width: 100%;
    padding-bottom: 8rem;
    overflow: hidden;
    height: 0;
  }
  .news_detalis .main .w80 .part03 .tuijian ul li a .i_bottom {
    width: 100%;
    margin-top: 1rem;
  }
  .news_detalis .main .w80 .part03 .tuijian ul li a .i_bottom p {
    display: none;
  }
  .contact .main .part01 .w80 .right .sub1 .sub1_sub1 h3 {
    font-size: 1.125rem;
  }
  .contact .main .part01 .w80 .right .sub1 .sub1_sub1 {
    margin-bottom: 0;
  }
  .contact .main .part01 .w80 .right .sub2 {
    margin-top: 6rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t2 h2 {
    font-size: 2.4rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 h3 {
    font-size: 1.25rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon img {
    width: 3.6rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item p {
    font-size: 1.125rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub2 {
    margin-top: 1rem;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub2 .title h2 {
    font-size: 2.4rem;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub2 .title p {
    font-size: 1rem;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub1 h3 {
    font-size: 1.6rem;
  }
  .contact .main .part02 .w80 .sub2 .sub2_sub1 .item .img {
    padding: 0.5rem;
  }
  .contact .main .part02 .w80 .sub2 {
    margin-top: 2rem;
  }
  .contact .main .part02 {
    margin-top: 5rem;
  }
  .contact .main {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  .index .part01 .w80 .title .sub1 h2 {
    font-size: 1.5rem;
  }
  .index .part01 .w80 .title .sub2 p {
    font-size: 1rem;
  }
  .index .part01 .w80 .title .sub2::before {
    margin-bottom: 1rem;
    width: 2.5rem;
  }
  .index .part01 .w80 .title .sub2::after {
    display: none;
  }
  .index .part01 .w80 .title .sub2 {
    margin-top: 0.5rem;
  }
  .index .part01 .w80 .content .sub1 .img {
    width: 100%;
  }
  .index .part01 .w80 .content .sub1 .txt {
    width: 100%;
    margin-top: 1rem;
  }
  .index .part01 .w80 .content .sub1 .txt h3 {
    font-size: 1.125rem;
  }
  .index .part01 .w80 .content .sub2 ul li {
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .index .part01 .w80 .content .sub2 ul li a p {
    font-size: 1.125rem;
    width: 8rem;
    text-align: left;
  }
  .index .part02 .w80 .item h3 {
    font-size: 1.5rem;
  }
  .index .part02 .w80 .item .pro .pro_fr {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index .part02 .w80 .item .pro .pro_fr .img {
    padding-bottom: 14rem;
  }
  .index .part02 .w80 .item .pro .pro_list {
    width: 100%;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    width: 100%;
    height: 14rem;
    margin-bottom: 1.5rem;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img {
    text-align: center;
    margin-top: 0;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img img {
    width: 56%;
    margin: 0 auto;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text {
    margin-top: 0.5rem;
  }
  .index .part02 .w80 .item .pro .pro_fr .text h3 {
    font-size: 1.25rem;
  }
  .index .part02 .w80 .item {
    margin-bottom: 2rem;
  }
  .index .part03 .w80 .sub1 .title h2 {
    font-size: 1.5rem;
  }
  .index .part03 .w80 .sub1 .title p {
    font-size: 1rem;
  }
  .index .part03 .w80 .sub1 .btns {
    width: 100%;
    margin-top: 2rem;
    padding-left: 8px;
  }
  .index .part03 .w80 .sub1 .btns a {
    margin-left: 0;
  }
  .index .part03 .w80 .sub1 .btns a {
    font-size: 1.125rem;
  }
  .index .part03 .w80 .sub1 .btns a::after {
    height: 1.25rem;
    width: 3px;
    left: -8px;
  }
  .index .part03 .w80 .sub2 .center {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .index .part03 .w80 .sub2 .right {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index .part03 .w80 .sub2 .center .img {
    height: 15rem;
  }
  .index .part03 .w80 .sub2 .center .text {
    height: 10rem;
    padding: 1.5rem;
  }
  .index .part03 .w80 .sub2 .center .text h3 {
    font-size: 1rem;
  }
  .index .part03 .w80 .sub2 .right .r_item h3 {
    font-size: 1rem;
  }
  .index .part04 .w80 .left .sub1 h2 {
    font-size: 1.5rem;
  }
  .index .part04 .w80 .left .sub1 p {
    font-size: 1rem;
    margin-left: 0.5rem;
    margin-bottom: 2px;
  }
  .index .part04 .w80 .left {
    width: 100%;
  }
  .index .part04 .w80 .right {
    width: 100%;
    margin-top: 4rem;
  }
  .index .part04 .w80 .left .sub2 .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .img {
    padding-bottom: 10rem;
  }
  .index .part04 .w80 .left .sub2 .item .top .title h4 {
    font-size: 1.125rem;
  }
  .index .part04 .w80 .left .sub2 .item .bottom .i_imgNews a .txt .t p {
    font-size: 1rem;
  }
  .index .part04 .w80 .right .title h2 {
    font-size: 1.5rem;
  }
  .index .part04 .w80 .right .title p {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  footer .top .w80 .left {
    width: 100%;
  }
  footer .top .w80 .center {
    display: none;
  }
  footer .top .w80 .right {
    width: 100%;
    margin-top: 3rem;
  }
  footer .top .w80 .right .other .o_top {
    background-color: rgba(255, 255, 255, 0.2);
  }
  footer .top .w80 .right .other .o_top h3 {
    color: #fff;
  }
  footer .top .w80 .right .other .o_top i {
    color: #fff;
  }
  footer .top .w80 .right .other .o_bottom ul li a {
    opacity: 0.6;
  }
  footer .bottom {
    display: none;
  }
  .title .sub1 h2 {
    font-size: 1.5rem;
  }
  .title .sub2 p {
    font-size: 1rem;
  }
  .title .sub2::after {
    display: none;
  }
  .title .sub2::before {
    margin-bottom: 1rem;
    width: 2.5rem;
  }
  .title .sub2 p {
    width: 100%;
  }
  .about .main .part02 .w80 .btns {
    display: none;
  }
  .about .main .part01 .w80 .content .sub1 .img {
    width: 100%;
  }
  .about .main .part01 .w80 .content .sub1 .txt {
    width: 100%;
    margin-top: 1rem;
  }
  .about .main .part01 .w80 .content {
    padding: 2rem 1rem;
  }
  .about .main .part01 .w80 .content .sub1 .txt h3 {
    font-size: 1.25rem;
  }
  .about .main .part02 .w80 .content {
    height: auto;
  }
  .about .main .part02 .w80 .content .item {
    position: static;
    opacity: 1;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .about .main .part02 .w80 .content .item .img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about .main .part02 .w80 .content .item .txt {
    width: 100%;
  }
  .about .main .part02 .w80 .content .item .txt h3 {
    font-size: 1.125rem;
  }
  .about .main .part03 .w80 .content ul li {
    width: 100%;
  }
  .about .main .part04 {
    background-size: cover;
    background-position: center;
  }
  .about .main .part04 .w80 h3 {
    font-size: 1.5rem;
  }
  .about .main .part04 .w80 p {
    width: 100%;
  }
  .product .main .part01 {
    display: none;
  }
  .product .main .part02 {
    margin-top: 0;
  }
  .product .main .part02 .w80 .top .title .sub1 h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .product .main .part02 .w80 .bottom ul li {
    width: 48%;
    margin-right: 4%;
  }
  .product .main .part02 .w80 .bottom ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product .main .part02 .w80 .bottom ul li .img {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .product .main .part02 .w80 .bottom ul li .i_bottom .sub2 {
    display: none;
  }
  .product_details .main {
    padding-top: 6rem;
  }
  .product_details .main .part01 .w80 {
    padding: 1rem;
  }
  .product_details .main .part01 .w80 ul li {
    width: 49%;
  }
  .product_details .main .part01 .w80 ul li a h3 {
    font-size: 1rem;
  }
  .product_details .main .part01 .w80 ul li a {
    padding: 0.4rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi {
    width: 100%;
  }
  .product_details .main .part03 .w80 .tuijian {
    width: 100%;
    margin-top: 2rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub0 {
    padding: 2rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub0 .title h4 {
    font-size: 1.5rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 {
    padding: 2rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub1 .title h4 {
    font-size: 1.5rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .img {
    position: relative;
    width: 100%;
    padding-bottom: 0;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .img img {
    position: static;
    transform: translate(0);
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 .sub1_sub2 .txt {
    width: 100%;
    margin-top: 2rem;
  }
  .zhaobiao .main .part01 .w80 {
    padding: 1rem;
  }
  .zhaobiao .main .part01 .w80 ul li {
    width: 48%;
  }
  .zhaobiao .main .part01 .w80 ul li a h3 {
    font-size: 1rem;
  }
  .zhaobiao .main .part01 .w80 ul li a {
    padding: 0.4rem;
  }
  .zhaobiao .main .part03 .w80 .top .title .sub1 h2 {
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
  }
  .zhaobiao .main .part03 .w80 .top .title {
    width: 100%;
  }
  .zhaobiao .main .part03 .w80 .bottom ul li {
    width: 100%;
  }
  .zhaobiao .main .part03 .w80 .bottom ul li a .t1 {
    width: 100%;
    padding-bottom: 12rem;
    margin-bottom: 1rem;
  }
  .zhaobiao .main .part03 .w80 .bottom ul li a .t2 {
    width: 100%;
  }
  .zhaobiao .main .part03 .w80 {
    padding: 2rem 1rem;
  }
  .zhaobiao .main .part03 .w80 .bottom {
    margin-top: 1rem;
  }
  .zhaobiao_detalis .main {
    padding-top: 7rem;
  }
  .zhaobiao_detalis .main .part01 .w80 {
    padding: 1rem;
  }
  .zhaobiao_detalis .main .part01 .w80 ul li {
    width: 48%;
  }
  .zhaobiao_detalis .main .part01 .w80 ul li a h3 {
    font-size: 1rem;
  }
  .zhaobiao_detalis .main .part01 .w80 ul li a {
    padding: 0.4rem;
  }
  .zhaobiao_detalis .main .w80 .part03 .p_xiangxi {
    width: 100%;
  }
  .zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box {
    width: 100%;
    padding: 2rem 1rem;
  }
  .zhaobiao_detalis .main .w80 .part03 .p_xiangxi .box .top .title h4 {
    font-size: 1.125rem;
  }
  .zhaobiao_detalis .main .w80 .part03 .tuijian {
    width: 100%;
    margin-top: 2rem;
  }
  .news .main .part01 .w80 {
    padding: 1rem;
  }
  .news .main .part01 .w80 ul li {
    width: 48%;
  }
  .news .main .part01 .w80 ul li a {
    padding: 0.4rem;
  }
  .news .main .part01 .w80 ul li a h3 {
    font-size: 1rem;
  }
  .news .main .top .title .sub1 h2 {
    font-size: 1.5rem;
  }
  .news .main .news-image {
    display: none;
  }
  .news .main {
    padding-top: 4rem;
  }
  .news .main .news-content {
    padding: 1.5rem 1rem;
  }
  .news_detalis .main {
    padding-top: 6rem;
  }
  .news_detalis .main .part01 .w80 {
    padding: 1rem;
  }
  .news_detalis .main .part01 .w80 ul li {
    width: 48%;
  }
  .news_detalis .main .part01 .w80 ul li a h3 {
    font-size: 1rem;
  }
  .news_detalis .main .part01 .w80 ul li a {
    padding: 0.4rem;
  }
  .news_detalis .main .w80 .part03 .p_xiangxi {
    width: 100%;
  }
  .news_detalis .main .w80 .part03 .p_xiangxi .box {
    padding: 2rem 1rem;
  }
  .news_detalis .main .w80 .part03 .p_xiangxi .box .top .title i {
    display: none;
  }
  .news_detalis .main .w80 .part03 .tuijian {
    width: 100%;
    margin-top: 2rem;
  }
  .news_detalis .main .w80 .part03 .tuijian ul li a .i_top {
    padding-bottom: 12rem;
  }
  .contact .main {
    padding-top: 6rem;
  }
  .contact .main .part01 .w80 .left {
    display: none;
  }
  .contact .main .part01 .w80 .right {
    width: 100%;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 h3 {
    font-size: 1rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t2 h2 {
    font-size: 1.5rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .title .t1 span {
    width: 2rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon img {
    width: 2.6rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_txt {
    display: none;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:nth-last-of-type(1) {
    width: 100%;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub1 {
    width: 100%;
  }
  .contact .main .part02 .w80 .sub2 .sub2_sub1 {
    width: 100%;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub2 {
    display: none;
  }
  .contact .main .part02 .w80 .sub2 .sub2_sub2 {
    margin-top: 3rem;
    width: 100%;
  }
  .moblieNav {
    display: block;
  }
  .contact .main .part02 .w80 .sub2 .sub2_sub2 h3 {
    display: block;
    font-size: 1.5rem;
    font-family: "MyFont";
    margin-bottom: 1.5rem;
  }
  .contact .main .part02 .w80 .sub1 .sub1_sub1 h3 {
    font-size: 1.25rem;
  }
  .index .part04 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .index .part04 .w80 .right form .sub2_item {
    width: 100%;
  }
  .product .main .part02 .w80 .bottom ul li .i_top .img {
    padding-bottom: 15.5rem;
  }
  .product .main .part02 .w80 {
    padding: 0.875rem;
  }
  .product .main .part02 .w80 .bottom ul li:nth-last-of-type(-n + 5) {
    margin-bottom: 1.25rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub0 {
    padding: 2rem 0.5rem;
  }
  .product_details .main .part03 .w80 .p_xiangxi .box .sub1 {
    padding: 2rem 0.5rem;
  }
  .product_details .main .part03 .w80 .tuijian {
    padding: 2rem 0.5rem;
  }
  .product_details .main {
    padding-bottom: 6rem;
  }
  .index .part02 .w80 .item .top h3 {
    font-size: 1.5rem;
  }
  .index .part02 .w80 .item .top .more {
    display: none;
  }
  .index .part02 .w80 .item .top {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img {
    display: none;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img img {
    width: 100%;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text p {
    font-size: 1rem;
  }
  .goBack {
    display: block;
  }
  .product_details .main .part03 .w80 .tuijian {
    display: none;
  }
  footer .top .w80 .left .logo img {
    width: 90%;
  }
  footer .top {
    padding-bottom: 10rem;
  }
  .index .part02 .w80 .item .nav {
    display: block;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    margin-bottom: 0.125rem;
    background-color: #003789;
    margin-right: 0;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text {
    padding-top: 0.8rem;
    padding-bottom: 1.3rem;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text p {
    font-size: 1.125rem;
    color: #fff;
  }
  .index .part02 .w80 .item .nav ul li {
    width: 4.5rem;
    height: 4.5rem;
  }
  .index .part02 .w80 .item .nav ul li a {
    padding-top: 1.125rem;
  }
  .index .part02 .w80 .item .nav {
    margin-bottom: 3rem;
  }
}
