:root {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    font-size: 12px;
  }
}
@keyframes upDown2 {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateAll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 6.25rem;
  height: 6.25rem;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 1.25rem;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 3.56rem;
}
header > div nav {
  width: 46%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 20%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #eef5fa;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1.13rem;
  color: #333;
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 7rem;
  left: 0;
  background-color: #eef5fa;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 1.25rem;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 1.25rem;
}
header > div nav ul li .menu .menu_item a {
  font-size: 0.88rem;
  color: #333;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #052890;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div .tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .tel {
  background-color: #000;
  line-height: 1;
  padding: 0.38rem 1.5rem;
  border-radius: 2.5rem;
}
header > div .tool .tel .t_t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .tel .t_t i {
  font-size: 0.75rem;
  color: #fff;
}
header > div .tool .tel .t_t p {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.25rem;
}
header > div .tool .tel .t_b h3 {
  font-size: 1.13rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .tool .lg {
  width: 2.88rem;
  height: 2.88rem;
  line-height: 2.88rem;
  background-color: #052890;
  border-radius: 50%;
  margin-left: 0.63rem;
}
header > div .tool .lg a h3 {
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}
/* 平板横屏（Landscape） */
@media (min-width: 1025px) and (max-width: 1440px) {
  /* 例如：侧边栏展开 */
  /* 样式调整 */
  header > div .tool .tel {
    display: none;
  }
  header > div nav {
    width: 60%;
  }
}
/* 平板竖屏（Portrait） */
@media (min-width: 768px) and (max-width: 1024px) {
  /* 调整布局、字体大小等 */
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
/* 高DPI和缩放适配 */
.more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.more a .m1 {
  height: 3.38rem;
  line-height: 3.38rem;
  padding: 0 1.88rem;
  border-radius: 3.75rem;
  background-color: #052890;
}
.more a .m1 p {
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.more a .m2 {
  width: 3.38rem;
  height: 3.38rem;
  line-height: 3.38rem;
  border-radius: 3.75rem;
  background-color: #000;
  text-align: center;
}
.more a .m2 i {
  display: block;
  transform: rotate(-45deg);
  font-size: 1.5rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.title .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 3rem;
  width: 10.63rem;
  background-color: #eef5fa;
  border-radius: 0.38rem;
}
.title .t1 span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.38rem;
  background-color: #052890;
}
.title .t1 p {
  font-size: 1rem;
  color: #052890;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.title .t2 {
  margin-top: 1.88rem;
}
.title .t2 h2 {
  font-size: 2rem;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.title.white .t1 {
  background: none;
  border: 1px solid #fff;
}
.title.white .t1 span {
  background-color: #fff;
}
.title.white .t1 p {
  color: #fff;
}
.title.white .t2 {
  margin-top: 1.25rem;
}
.title.white .t2 h2 {
  color: #fff;
}
.title.n_title {
  margin-bottom: 5rem;
}
.title.n_title .t1 {
  margin: 0 auto;
}
.title.n_title .t2 {
  margin-top: 1.25rem;
}
.title.n_title .t2 h2 {
  font-size: 1.25rem;
  text-align: center;
}
/* 小屏平板及以上 */
@media screen and (max-width: 1440px) {
  /* 样式调整 */
  .title .t2 h2 {
    font-size: 2.2rem;
  }
  .title .t2 {
    margin-top: 1.2rem;
  }
  header > div .logo .logo_img a img {
    height: 3rem;
  }
}
/* 大屏平板/小笔记本 */
@media screen and (max-width: 992px) {
  /* 样式调整 */
}
/* 手机 */
@media screen and (max-width: 768px) {
  .title .t2 h2 {
    font-size: 1.8rem;
  }
  .title .t1 p {
    font-size: 1.2rem;
  }
  .title.white .t1 {
    display: none;
  }
  .title.white .t2 {
    margin-top: 0;
  }
}
/* 高DPI和缩放适配 */
footer {
  width: 100%;
  height: 48.75rem;
  background-color: #1c1c1c;
  position: relative;
}
footer .top {
  width: 100%;
  position: absolute;
  top: -3.75rem;
  left: 0;
}
footer .top .w90 {
  height: inherit;
  padding: 4rem 6rem;
  box-sizing: border-box;
  border: 1px solid #eef5fa;
  background-image: url(/images/footerBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 {
  width: calc(100% - 8.75rem);
}
footer .top .w90 .left .l_sub1 .logo {
  margin-bottom: 3.13rem;
}
footer .top .w90 .left .l_sub1 .tel .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .tel .t_top .t_icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #052890;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .tel .t_top .t_icon i {
  color: #fff;
  font-size: 0.88rem;
}
footer .top .w90 .left .l_sub1 .tel .t_top .txt {
  margin-left: 0.38rem;
}
footer .top .w90 .left .l_sub1 .tel .t_top .txt h3 {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .tel .t_bottom {
  margin-top: 0.5rem;
}
footer .top .w90 .left .l_sub1 .tel .t_bottom h1 {
  font-size: 1.88rem;
  color: #052890;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
footer .top .w90 .left .l_sub1 .email {
  margin-top: 1.88rem;
}
footer .top .w90 .left .l_sub1 .email .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .email .t_top .t_icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #052890;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .email .t_top .t_icon i {
  color: #fff;
  font-size: 0.75rem;
}
footer .top .w90 .left .l_sub1 .email .t_top .txt {
  margin-left: 0.38rem;
}
footer .top .w90 .left .l_sub1 .email .t_top .txt h3 {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .email .t_bottom {
  margin-top: 0.5rem;
}
footer .top .w90 .left .l_sub1 .email .t_bottom p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.63rem;
  opacity: 0.8;
}
footer .top .w90 .left .l_sub1 .email .t_bottom p span {
  display: block;
  min-width: 13.75rem;
}
footer .top .w90 .left .l_sub1 .add {
  margin-top: 1.88rem;
}
footer .top .w90 .left .l_sub1 .add .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .add .t_top .t_icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #052890;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .add .t_top .t_icon i {
  color: #fff;
  font-size: 0.81rem;
}
footer .top .w90 .left .l_sub1 .add .t_top .txt {
  margin-left: 0.38rem;
}
footer .top .w90 .left .l_sub1 .add .t_top .txt h3 {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .add .t_bottom {
  margin-top: 0.5rem;
}
footer .top .w90 .left .l_sub1 .add .t_bottom p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.63rem;
  opacity: 0.8;
}
footer .top .w90 .left .l_sub1 .add .t_bottom p span {
  display: block;
  min-width: 13.75rem;
}
footer .top .w90 .left .l_sub2 .item {
  margin-bottom: 1rem;
}
footer .top .w90 .left .l_sub2 .item .img img {
  width: initial;
}
footer .top .w90 .left .l_sub2 .item .txt {
  margin-top: 0.38rem;
}
footer .top .w90 .left .l_sub2 .item .txt p {
  font-size: 0.88rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w90 .right {
  width: 50%;
}
footer .top .w90 .right .title {
  margin-bottom: 1.25rem;
}
footer .top .w90 .right .title h2 {
  font-size: 2.25rem;
  color: #052890;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .right .item {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .right .item input {
  width: 49%;
  border-bottom: 0.06rem solid #dfdfdf;
  font-size: 0.94rem;
  color: #333;
  line-height: 3.13rem;
  font-weight: 400;
  text-align: left;
  background: none;
}
footer .top .w90 .right .item button {
  width: 11.75rem;
  height: 3.25rem;
  background-color: #000;
  color: #fff;
  border-radius: 3.75rem;
}
footer .top .w90 .right .item:nth-of-type(4) input {
  width: 100%;
}
footer .top .w90 .right .item:nth-of-type(5) {
  margin-top: 2.5rem;
}
footer .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.13rem;
}
footer .bottom .w90 {
  background-image: url(/images/footer_line.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 6.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w90 .b_left {
  width: 40%;
}
footer .bottom .w90 .b_left .b_l_top {
  width: 100%;
}
footer .bottom .w90 .b_left .b_l_top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w90 .b_left .b_l_top ul li a {
  font-size: 0.94rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
}
footer .bottom .w90 .b_left .b_l_bottom {
  margin-top: 1.25rem;
}
footer .bottom .w90 .b_left .b_l_bottom a {
  font-size: 0.94rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
}
footer .bottom .w90 .b_right p {
  margin-bottom: 1.25rem;
  opacity: 0.4;
}
footer .bottom .w90 .b_right p a {
  display: block;
  margin-bottom: 0.63rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: right;
}
/* 小屏平板及以上 */
/* 大屏平板/小笔记本 */
@media screen and (max-width: 992px) {
  /* 样式调整 */
}
/* 手机 */
@media screen and (max-width: 768px) {
  footer {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  footer .top {
    position: static;
  }
  footer .top .w90 {
    padding: 2.6rem;
    border-radius: 1.2rem;
  }
  footer .top .w90 .left {
    width: 100%;
  }
  footer .top .w90 .left .l_sub1 {
    width: 100%;
  }
  footer .top .w90 .left .l_sub1 .email .t_bottom p {
    font-size: 1.2rem;
  }
  footer .top .w90 .left .l_sub1 .add .t_bottom p {
    font-size: 1.2rem;
  }
  footer .top .w90 .left .l_sub1 .logo img {
    width: 14rem;
  }
  footer .top .w90 .right {
    display: none;
  }
  footer .bottom {
    position: static;
    height: auto;
  }
  footer .bottom .w90 .b_left {
    display: none;
  }
  footer .bottom .w90 .b_right {
    width: 100%;
  }
  footer .bottom .w90 .b_right p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .bottom .w90 .b_right p a {
    margin: 0 10px;
  }
  footer .bottom .w90 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  footer .bottom .w90 .b_right p {
    margin-bottom: 0;
  }
}
.index .part01 {
  padding-top: 10.63rem;
  padding-bottom: 6.25rem;
  background-image: url(/images/indexPart01.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.index .part01 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .left {
  width: 40%;
  height: 34rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.index .part01 .w90 .left .content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .part01 .w90 .right {
  width: 50%;
  height: 0rem;
  overflow: hidden;
  padding-bottom: 34.6rem;
}
.index .part01 .w90 .right .img {
  border-radius: 2.5rem;
  overflow: hidden;
}
.index .part01 .w90 .right .img img {
  display: block;
  width: 100%;
}
.index .part02 {
  padding-top: 10rem;
  padding-bottom: 8.13rem;
  background-color: #eef5fa;
}
.index .part02 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .item {
  width: 10%;
  height: 41.5rem;
  border-radius: 5.75rem;
  transition: all 1s ease;
  background-color: #052890;
  position: relative;
  cursor: pointer;
}
.index .part02 .w90 .item .i_mask {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
  box-sizing: border-box;
  padding: 6.25rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
.index .part02 .w90 .item .i_mask h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #052890;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w90 .item .i_mask p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w90 .item .i_mask i {
  display: block;
  margin: 0 auto;
  font-size: 2.88rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w90 .item .i_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 5.75rem;
  padding: 6.25rem;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w90 .item .i_content .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.index .part02 .w90 .item .i_content .left .txt {
  width: 46rem;
  height: 8.75rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .item .i_content .left .txt p {
  font-size: 1.13rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.index .part02 .w90 .item .i_content .right {
  position: absolute;
  right: 6.25rem;
  top: 6.25rem;
}
.index .part02 .w90 .item .i_content .right h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #052890;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w90 .item:nth-of-type(1) .i_content {
  background-image: url(/images/indexProBg1.jpg);
}
.index .part02 .w90 .item:nth-of-type(2) .i_content {
  background-image: url(/images/indexProBg2.jpg);
}
.index .part02 .w90 .item:nth-of-type(3) .i_content {
  background-image: url(/images/indexProBg3.jpg);
}
.index .part02 .w90 .item:nth-of-type(4) .i_content {
  background-image: url(/images/indexProBg4.jpg);
}
.index .part02 .w90 .item.active {
  width: 67%;
}
.index .part02 .w90 .item.active .i_mask {
  opacity: 0;
}
.index .part02 .w90 .item.active .i_content {
  opacity: 1;
}
.index .part03 {
  background-color: #eef5fa;
  background-image: url(/images/indexPart03Bg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 3.75rem;
}
.index .part03 .w90 .p03_tilte {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 3rem;
  width: 10.63rem;
  background-color: #e2eaf4;
  border-radius: 0.38rem;
}
.index .part03 .w90 .p03_tilte span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.38rem;
  background-color: #052890;
}
.index .part03 .w90 .p03_tilte h3 {
  font-size: 1rem;
  color: #052890;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part03 .w90 .p03_desc {
  width: 100%;
  margin: 2.5rem auto 0;
}
.index .part03 .w90 .p03_desc p {
  font-size: 1.13rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
}
.index .part03 .w90 .p03_products {
  margin-top: 6.25rem;
}
.index .part03 .w90 .p03_products > div {
  padding-bottom: 3.75rem;
}
.index .part03 .w90 .p03_products > div ul li {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.index .part03 .w90 .p03_products > div ul li:hover a .txt {
  top: 0;
}
.index .part03 .w90 .p03_products > div ul li a {
  display: block;
}
.index .part03 .w90 .p03_products > div ul li a .txt {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w90 .p03_products > div ul li a .txt .t_box {
  text-align: center;
}
.index .part03 .w90 .p03_products > div ul li a .txt .t_box i {
  color: #fff;
  font-size: 1.88rem;
  font-weight: 100;
  line-height: 1;
}
.index .part03 .w90 .p03_products > div ul li a .txt .t_box h3 {
  font-size: 1.13rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-top: 0px;
}
.index .part03 .w90 .p03_products > div ul li a .txt .t_box p {
  font-size: 0.88rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.6;
}
.index .part03 .w90 .p03_products > div ul li a .img img {
  width: 100%;
  display: block;
}
.index .part03 .w90 .p03_products > div .swiper-pagination span {
  width: 3.13rem;
  height: 1px;
}
.index .part03 .w90 .p03_products > div .swiper-pagination span.swiper-pagination-bullet-active {
  height: 2px;
  border-radius: 0;
  background-color: #000;
}
.index .part04 {
  padding-top: 6.25rem;
  padding-bottom: 10rem;
}
.index .part04 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .part04_btn {
  background-color: #000;
  width: 11.25rem;
  line-height: 3.88rem;
  border-radius: 3.75rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .part04_btn .l_btn {
  width: calc(50% - 1px);
  text-align: center;
}
.index .part04 .w90 .top .part04_btn .l_btn i {
  font-size: 1.13rem;
  color: #fff;
}
.index .part04 .w90 .top .part04_btn .l_line {
  width: 1px;
  height: 1.75rem;
  background-color: #fff;
}
.index .part04 .w90 .top .part04_btn .r_btn {
  width: calc(50% - 1px);
  text-align: center;
}
.index .part04 .w90 .top .part04_btn .r_btn i {
  font-size: 1.13rem;
  color: #fff;
}
.index .part04 .w90 .bottom {
  margin-top: 3.75rem;
}
.index .part04 .w90 .bottom > div ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3.13rem 1.88rem;
  box-sizing: border-box;
  margin-left: -1px;
}
.index .part04 .w90 .bottom > div ul li:nth-of-type(1) {
  margin-left: 0;
}
.index .part04 .w90 .bottom > div ul li:hover {
  background-color: #052890;
  transition: all 1s ease;
}
.index .part04 .w90 .bottom > div ul li:hover .type {
  background-color: #cd0000;
  transition: all 1s ease;
}
.index .part04 .w90 .bottom > div ul li:hover .name p {
  color: #fff;
}
.index .part04 .w90 .bottom > div ul li:hover .img img {
  transform: scale(1);
  transition: all 1s ease;
}
.index .part04 .w90 .bottom > div ul li:hover .date p {
  color: #fff;
  transition: all 1s ease;
}
.index .part04 .w90 .bottom > div ul li:hover .date span {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 1s ease;
}
.index .part04 .w90 .bottom > div ul li:hover .date span i {
  color: #cd0000;
}
.index .part04 .w90 .bottom > div ul li a .type {
  width: 60%;
  background-color: #052890;
  border-radius: 1.25rem;
  overflow: hidden;
}
.index .part04 .w90 .bottom > div ul li a .type h4 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
}
.index .part04 .w90 .bottom > div ul li a .name {
  margin-top: 1.38rem;
  margin-bottom: 2.5rem;
  height: 3.13rem;
}
.index .part04 .w90 .bottom > div ul li a .name p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w90 .bottom > div ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 14rem;
  border-radius: 1rem;
  overflow: hidden;
}
.index .part04 .w90 .bottom > div ul li a .img img {
  width: 100%;
  transform: scale(1.1);
}
.index .part04 .w90 .bottom > div ul li a .date {
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .bottom > div ul li a .date p {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
.index .part04 .w90 .bottom > div ul li a .date span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: rgba(12, 60, 100, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .bottom > div ul li a .date span i {
  font-size: 0.94rem;
  display: block;
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1440px) {
  /* 样式调整 */
  .index .part01 .w90 .left {
    width: 40%;
    height: 30rem;
    padding-bottom: 0;
  }
  .index .part01 .w90 .right {
    padding-bottom: 30rem;
  }
  .index .part02 .w90 .item {
    height: 36rem;
  }
  .index .part02 .w90 .item .i_content {
    padding: 4rem;
  }
  .index .part02 .w90 .item .i_content .left .txt {
    border-radius: 1.2rem;
  }
  .index .part02 .w90 .item .i_content .right {
    top: 4rem;
    right: 4rem;
  }
  .index .part02 .w90 .item .i_mask {
    padding: 4rem 0;
  }
  .index .part02 {
    padding-bottom: 6rem;
  }
  .index .part03 .w90 .p03_products {
    margin-top: 4rem;
  }
  .index .part02 .w90 .item .i_mask p {
    font-size: 1.6rem;
  }
  .index .part04 .w90 .bottom > div ul li {
    padding: 2rem 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  /* 样式调整 */
}
/* 手机 */
@media screen and (max-width: 768px) {
  /* 样式调整 */
  .index .part01 .w90 .left {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  .index .part01 {
    padding-top: 8rem;
  }
  .index .part01 .w90 .left .content {
    margin-top: 1.6rem;
    margin-bottom: 4rem;
  }
  .index .part01 .w90 .left .content p {
    font-size: 1.3rem;
  }
  .index .part01 .w90 .right {
    width: 100%;
    padding-bottom: 24rem;
    display: none;
  }
  .index .part02 .w90 .item {
    width: 100%;
    height: 24rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }
  .index .part02 .w90 .item .i_content {
    border-radius: 2rem;
    padding: 2.4rem;
  }
  .index .part02 .w90 .item.active {
    width: 100%;
  }
  .index .part02 .w90 .item .i_content .right {
    top: 2.4rem;
    right: 2.4rem;
  }
  .index .part02 .w90 .item .i_content .right h3 {
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.4rem;
  }
  .index .part02 .w90 .item .i_content .left .txt {
    display: none;
  }
  .index .part02 .w90 .item .i_content {
    opacity: 1;
  }
  .index .part02 .w90 .item .i_mask {
    display: none;
  }
  .index .part03 .w90 .p03_tilte h3 {
    font-size: 1.2rem;
  }
  .index .part04 .w90 .top .title .t1 {
    display: none;
  }
  .index .part04 .w90 .top .title .t2 {
    margin-top: 0 !important;
  }
  .index .part04 .w90 .bottom > div ul li {
    width: 100%;
  }
  .index .part04 .w90 .bottom > div ul li a .date p {
    font-size: 1.2rem;
  }
  .index .part04 .w90 .bottom > div ul li a .name p {
    font-size: 1.4rem;
  }
  .index .part04 .w90 .bottom > div ul li a .img {
    padding-bottom: 18rem;
  }
}
/* 高DPI和缩放适配 */
.about .page_content {
  width: 100%;
  min-height: 37.5rem;
}
.about .page_content .pt01 {
  width: 100%;
  background-image: url(/images/indexPart01.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 7.5rem;
  height: 60rem;
  overflow: hidden;
}
.about .page_content .pt01 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10rem;
  padding-top: 0.63rem;
}
.about .page_content .pt01 .w90 .left {
  width: 40%;
}
.about .page_content .pt01 .w90 .left h1 {
  font-size: 3.75rem;
  color: #052890;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  font-family: Impact;
  margin-bottom: 1.88rem;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
  margin-top: -0.63rem;
}
.about .page_content .pt01 .w90 .left h2 {
  font-size: 2.2rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-bottom: 1.88rem;
  font-family: Impact;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left h3 {
  font-size: 3rem;
  color: #052890;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  font-family: Impact;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left .video {
  width: 64%;
  position: relative;
  float: right;
  margin-top: 6.88rem;
  border-radius: 0.63rem;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left .video .video_box {
  width: 100%;
}
.about .page_content .pt01 .w90 .left .video .video_box img {
  width: 100%;
  display: block;
}
.about .page_content .pt01 .w90 .center .img {
  overflow: hidden;
}
.about .page_content .pt01 .w90 .center .img img {
  width: initial;
  float: left;
}
.about .page_content .pt01 .w90 .center .line {
  margin: 0 auto;
  width: 1px;
  height: 50rem;
  background-color: #dbdbdb;
  position: relative;
}
.about .page_content .pt01 .w90 .center .line .line_sub1 {
  width: 1px;
  height: 3.13rem;
  background-color: #052890;
  position: absolute;
  top: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .right {
  width: 50%;
}
.about .page_content .pt01 .w90 .right .r1 h1 {
  font-size: 2.25rem;
  color: #052890;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.88rem;
}
.about .page_content .pt01 .w90 .right .r1 h3 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 2.5rem;
}
.about .page_content .pt01 .w90 .right .r1 h3::after {
  display: block;
  content: "";
  width: 3.75rem;
  height: 4px;
  margin-top: 1.25rem;
  background-color: #cd0000;
}
.about .page_content .pt01 .w90 .right .r1 p {
  font-size: 1.13rem;
  color: #333;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.25rem;
  text-indent: 2em;
}
.about .page_content .pt02 {
  height: 53.75rem;
  position: relative;
  background-color: #052890;
}
.about .page_content .pt02 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.about .page_content .pt02 .w90 {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about .page_content .pt02 .w90 > div {
  width: 100%;
}
.about .page_content .pt02 .w90 > div .title h2 {
  font-size: 2.63rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt02 .w90 > div .title h4 {
  margin-top: 1.25rem;
  font-size: 1.13rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  opacity: 0.5;
}
.about .page_content .pt02 .w90 > div .c {
  width: 100%;
  margin: 2.5rem auto 0;
  padding: 1.88rem;
  border-radius: 1.25rem;
  background-color: rgba(0, 29, 64, 0.8);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt02 .w90 > div .c .item {
  width: 24%;
  height: 18.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt02 .w90 > div .c .item .i_box img {
  display: block;
  margin: 0 auto 1.88rem;
}
.about .page_content .pt02 .w90 > div .c .item .i_box h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.63rem;
}
.about .page_content .pt02 .w90 > div .c .item .i_box p {
  height: 3rem;
  font-size: 1.13rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
}
.about .page_content .pt03 {
  min-height: 43.75rem;
}
.about .page_content .pt03 .w90 {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.about .page_content .pt03 .w90 .title h2 {
  font-size: 2.63rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt03 .w90 .title h4 {
  margin-top: 1.25rem;
  font-size: 1.13rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  opacity: 0.5;
}
.about .page_content .pt03 .w90 .content {
  margin-top: 3.13rem;
}
.about .page_content .pt03 .w90 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt03 .w90 .content ul li {
  width: 23%;
  border: 8px solid #eef5fa;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.about .page_content .pt03 .w90 .content ul li .img {
  border-radius: 0.88rem;
  overflow: hidden;
}
.about .page_content .pt03 .w90 .content ul li .img img {
  width: 100%;
}
.about .page_content .pt03 .w90 .content ul li .txt {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt03 .w90 .content ul li .txt h4 {
  font-size: 1.12rem;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt04 {
  background-image: url(/images/fazhanBg.jpg);
  background-size: 100%;
  background-position: bottom center;
}
.about .page_content .pt04 .w90 {
  padding-top: 3.75rem;
  padding-bottom: 10rem;
}
.about .page_content .pt04 .w90 .title h2 {
  font-size: 2.63rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt04 .w90 .title::after {
  display: block;
  content: "";
  width: 3.75rem;
  height: 4px;
  background-color: #cd0000;
  margin: 1.25rem auto;
}
.about .page_content .pt04 .w90 .content {
  margin-top: 3.13rem;
}
.about .page_content .pt04 .w90 .content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.88rem;
  text-indent: 2em;
}
/* 小屏平板及以上 */
@media screen and (max-width: 1440px) {
  /* 样式调整 */
  .about .page_content .pt01 .w90 .left h1 {
    font-size: 3rem;
  }
  .about .page_content .pt01 .w90 .left h2 {
    font-size: 2rem;
  }
  .about .page_content .pt01 .w90 .left h3 {
    font-size: 2.4rem;
  }
  .about .page_content .pt01 .w90 .right .r1 p {
    font-weight: 400;
    font-size: 1rem;
  }
  .about .page_content .pt01 .w90 .right .r1 h1 {
    font-size: 2.2rem;
  }
  .about .page_content .pt02 .w90 > div .title h2 {
    font-size: 2.2rem;
  }
  .about .page_content .pt03 .w90 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .about .page_content .pt02 .w90 > div .title h4 {
    font-size: 1rem;
  }
  .about .page_content .pt03 .w90 .content ul li .txt h4 {
    font-size: 1.12rem;
  }
  .about .page_content .pt04 .w90 .title h2 {
    font-size: 2.2rem;
  }
  .about .page_content .pt03 .w90 .title h2 {
    font-size: 2.2rem;
  }
}
/* 大屏平板/小笔记本 */
@media screen and (max-width: 992px) {
  /* 样式调整 */
}
/* 手机 */
@media screen and (max-width: 768px) {
  /* 样式调整 */
  .about .page_content .pt01 {
    height: auto;
  }
  .about .page_content .pt01 .w90 {
    margin-top: 8rem;
    padding-top: 1rem;
  }
  .about .page_content .pt01 .w90 .left {
    width: 100%;
  }
  .about .page_content .pt01 .w90 .center {
    display: none;
  }
  .about .page_content .pt01 .w90 .left h1 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .about .page_content .pt01 .w90 .left h2 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .about .page_content .pt01 .w90 .left h3 {
    text-align: left;
    font-size: 2rem;
  }
  .about .page_content .pt01 .w90 .left .video {
    float: left;
    margin-top: 4rem;
    width: 100%;
  }
  .about .page_content .pt01 .w90 .right {
    width: 100%;
    margin-top: 6rem;
  }
  .about .page_content .pt01 .w90 .right .r1 h1 {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .about .page_content .pt01 .w90 .right .r1 h3 {
    letter-spacing: 0px;
  }
  .about .page_content .pt01 .w90 .right .r1 p {
    font-size: 1.3rem;
  }
  .about .page_content .pt02 .w90 > div .title h4 {
    font-size: 1.3rem;
  }
  .about .page_content .pt02 .w90 > div .c .item {
    width: 48%;
  }
  .about .page_content .pt02 {
    height: auto;
    padding: 6rem 0;
  }
  .about .page_content .pt02 .w90 > div .c .item .i_box p {
    height: 2rem;
    line-height: 1.2;
  }
  .about .page_content .pt03 .w90 .content ul li {
    width: 48%;
  }
  .about .page_content .pt03 .w90 .title h4 {
    font-size: 1.3rem;
  }
  .about .page_content .pt04 {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .page_content .pt04 .w90 .content p {
    font-size: 1.3rem;
  }
  .about .page_content .pt02 .w90 > div .title h2 {
    font-size: 1.7rem;
  }
  .about .page_content .pt03 .w90 .title h2 {
    font-size: 1.7rem;
  }
  .about .page_content .pt02 .w90 > div .c .item .i_box h3 {
    font-size: 1.4rem;
  }
  .about .page_content .pt04 .w90 .title h2 {
    font-size: 1.7rem;
  }
}
/* 高DPI和缩放适配 */
.products .main {
  padding-top: 10rem;
  overflow: hidden;
}
.products .main .c {
  margin-top: 3.13rem;
  padding-right: 0.63rem;
  box-sizing: border-box;
}
.products .main .c ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products .main .c ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.63rem;
  transition: all 0.5s ease;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.38rem 0.5rem 0.75rem #e6f2f8;
}
.products .main .c ul li:hover a .img img {
  transform: scale(1.06);
}
.products .main .c ul li:hover a .txt p {
  color: #fff;
}
.products .main .c ul li:hover a::after {
  height: 100%;
}
.products .main .c ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #efefef;
}
.products .main .c ul li a .img {
  overflow: hidden;
  padding: 5% 5% 0% 5%;
  width: 100%;
  box-sizing: border-box;
}
.products .main .c ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.products .main .c ul li a .txt {
  padding: 1.5rem 1.25rem 1.88rem;
  transition: all 0.5s ease;
}
.products .main .c ul li a .txt p {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.products .main .c ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #052890;
  transition: all 0.5s ease;
}
.products .main .c ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .products .main .c ul li a .txt .left {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 768px) {
  .products .main .c ul li {
    width: 100%;
  }
  .products .main .title.n_title .t2 h2 {
    font-size: 1.4rem;
  }
  .products .main .c ul li a .txt .right p {
    font-size: 0.75rem;
  }
  .products .main .c ul li a .txt p {
    font-size: 1.3rem;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  background-color: #eef5fa;
}
.proDetailed .main > div .top {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
.proDetailed .main > div .top h4 a {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.proDetailed .main > div .pro_box {
  padding: 5rem;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
  border: 1px solid #e5e5e5;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 0.63rem;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 1.88rem;
  height: 4.13rem;
  background-color: #eef5fa;
  margin-left: 1.25rem;
  line-height: 4.13rem;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 1.88rem;
  height: 4.13rem;
  background-color: #eef5fa;
  margin-left: 1.25rem;
  line-height: 4.13rem;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #052890;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 1.88rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 1.13rem;
  line-height: 1.5rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 1.25rem;
  padding-top: 1.88rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 1.25rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 3.75rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p i {
  width: 5rem;
  font-size: 1rem;
  color: #333;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  width: calc(100% - 6.6rem);
  font-size: 1rem;
  padding-left: 0.31rem;
  color: #999;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #052890;
  font-size: 1.13rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 1.25rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 1.5rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 2.5rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 0.94rem;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 0.75rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 1.25rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 1.25rem;
  padding: 0.63rem;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 0.88rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 0.75rem;
  padding: 0.63rem;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 0.88rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 3.75rem;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 1.13rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #052890;
  padding: 0.94rem 2.5rem;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 1.25rem;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 1.13rem;
  color: #cd0000;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 3.13rem;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.63rem;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 3.75rem;
}
.proDetailed .main > div .other .title {
  margin-bottom: 1.25rem;
}
.proDetailed .main > div .other .title h3 {
  font-size: 1.5rem;
}
.proDetailed .main > div .other ul li {
  border-radius: 0.63rem;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 1.25rem 1.88rem 1.88rem 1.88rem;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #eef5fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  width: calc(100% - 60px);
}
.proDetailed .main > div .other ul li .txt .d {
  width: 2.13rem;
  height: 2.13rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #2d3e75, #38519e);
  position: relative;
}
.proDetailed .main > div .other ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 1.13rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main {
    padding-top: 3.75rem;
  }
  .n_title3::before {
    font-size: 4.5rem;
    top: 1.25rem;
  }
  .n_title3 h3 {
    font-size: 2rem;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 0.88rem;
  }
  .n_title3 {
    margin-bottom: 1.5rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 1.25rem;
    margin-bottom: 0.38rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 0.63rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 0.88rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 1.25rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 0.88rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 0.88rem;
    font-size: 0.94rem;
    line-height: 2.5rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 1.13rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 1.5rem;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 1.88rem;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 0.75rem 2.13rem;
    font-size: 0.88rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 0.63rem;
    width: 1.38rem;
    height: 3.13rem;
    line-height: 3.13rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 0.63rem;
    width: 1.38rem;
    height: 3.13rem;
    line-height: 3.13rem;
  }
  .proDetailed .main > div .pro_box {
    padding: 1.88rem;
  }
  .proDetailed .main > div .top {
    margin-bottom: 1.88rem;
  }
}
@media screen and (max-width: 768px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 1.88rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 1rem;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 1.38rem;
  }
  .proDetailed .main > div .top h4 a {
    font-size: 1.2rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 1.2rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 1.2rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 1.3rem;
    line-height: 3;
    padding: 0 2rem;
    border-radius: 2rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
    font-size: 1.2rem;
    line-height: 2;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
    font-size: 1.2rem;
    line-height: 2;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    font-size: 1.3rem;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details p {
    font-size: 1.2rem;
  }
}
.news .main {
  min-height: 31.25rem;
}
.news .main .title {
  margin-top: 8.75rem;
}
.news .main .title h3 {
  justify-content: center;
}
.news .main .title h4 {
  text-align: center;
}
.news .main .title::after {
  margin: 12px auto 0;
}
.news .main .btn {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
.news .main .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .btn ul li {
  width: 14.2%;
  margin: 0 2px;
  background-color: #eef5fa;
}
.news .main .btn ul li a {
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: 3.25rem;
  font-weight: 100;
  text-align: center;
}
.news .main .part01 {
  margin-top: 3.75rem;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 1.88rem 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 4.25rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.news .main .part01 ul li a .text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 3.75rem;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 1.25rem;
  font-size: 1rem;
  font-family: "lianwei";
  color: #052890;
}
.news .main .part01 ul li a .text span img {
  margin-left: 0.5rem;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 18.75rem;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #eef5fa;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .part01 ul li a .img {
    padding-bottom: 14.63rem;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .news .main .part01 ul li a .text span {
    font-size: 1rem;
    width: 11.25rem;
    height: 2.5rem;
  }
  .news .main .part01 ul li a .text span img {
    width: 3.13rem;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 1.5rem 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 3.25rem;
  }
  .news .main .part01 ul li a .date p {
    font-size: 0.94rem;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 2.88rem;
  }
}
@media screen and (max-width: 992px) {
  .news .main .title {
    margin-top: 6.25rem;
  }
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news .main .part01 ul li a .img {
    width: 100%;
    padding-bottom: 22rem;
  }
  .news .main .part01 ul li a .text {
    width: 100%;
    margin-bottom: 4rem;
  }
  .news .main .part01 ul li a .text span {
    font-size: 1.2rem;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .news .main .part01 ul li a .date h2 {
    display: none;
  }
  .news .main .part01 ul li a .date p {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
  .news .main .part01 ul li {
    margin-bottom: 3rem;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 2.25rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 2.5rem;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 0.88rem;
  margin: 0 0.63rem;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 1.25rem;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 1.88rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.69rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 0.63rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 0.63rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 1.5rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  padding: 1.25rem 0;
  font-size: 1rem;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 1.5rem;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 0.88rem;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 0.88rem;
    line-height: 3rem;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.5rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 768px) {
  .news_details .mt-100 {
    margin-top: 4.38rem;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p {
    font-size: 1.2rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.63rem;
    justify-content: flex-start;
    padding-left: 1.25rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
    font-size: 1.2rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 1.3rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.contact .main {
  background-image: url(/images/contactBg.jpg);
  background-size: 100%;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.contact .main .w90 {
  margin-top: 7.5rem;
  margin-bottom: 5.63rem;
}
.contact .main .w90 .title {
  margin-bottom: 5rem;
}
.contact .main .w90 .title .t2 {
  margin-top: 1.25rem;
}
.contact .main .w90 .title .t2 h2 {
  font-size: 1.13rem;
}
.contact .main .w90 .left {
  width: 54%;
}
.contact .main .w90 .left .c_Information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w90 .left .c_Information .item {
  width: 42%;
}
.contact .main .w90 .left .c_Information .item:nth-of-type(4) .t .t_icon i {
  font-size: 1.25rem;
}
.contact .main .w90 .left .c_Information .item:nth-of-type(3) .t .t_icon i {
  font-size: 1.38rem;
}
.contact .main .w90 .left .c_Information .item:nth-of-type(1) .t .t_icon i {
  font-size: 1.38rem;
}
.contact .main .w90 .left .c_Information .item .t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.contact .main .w90 .left .c_Information .item .t .t_icon i {
  font-size: 1.5rem;
  line-height: 1;
  color: #052890;
}
.contact .main .w90 .left .c_Information .item .t .t_text {
  margin-left: 0.63rem;
}
.contact .main .w90 .left .c_Information .item .t .t_text h3 {
  font-size: 1.13rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .w90 .left .c_Information .item .p {
  margin-top: 0.88rem;
  height: 4.75rem;
}
.contact .main .w90 .left .c_Information .item .p p {
  font-size: 0.94rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.contact .main .w90 .right {
  width: 40%;
  height: 37.5rem;
  position: absolute;
  top: 5.63rem;
  right: 0;
}
.contact .main .w90 .right a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .contact .main .w90 .title .t2 h2 {
    font-size: 1.3rem;
  }
  .contact .main .w90 .left .c_Information .item .t .t_text h3 {
    font-size: 1.2rem;
  }
  .contact .main .w90 .left .c_Information .item .p p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .main {
    background-image: none;
  }
  .contact .main .w90 .title .t2 h2 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .contact .main .w90 .left .c_Information .item .t .t_text h3 {
    font-size: 1.4rem;
  }
  .contact .main .w90 .left .c_Information .item .p p {
    font-size: 1.3rem;
  }
  .contact .main .w90 .left {
    width: 100%;
  }
  .contact .main .w90 .left .c_Information .item {
    width: 100%;
  }
  .contact .main .w90 .left .c_Information .item:nth-of-type(5) {
    margin-top: 5.6rem;
  }
  .contact .main .w90 .right {
    width: 100%;
    position: static;
    display: none;
  }
}
