: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 (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  :root {
    font-size: 12px;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  :root {
    font-size: 10px;
  }
}
.more a {
  display: block;
  background-color: #f8f8f8;
  width: 12.5rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  text-align: center;
  color: #000;
  float: left;
  transition: all 0.5s ease;
}
.more a i {
  height: 3rem;
  width: 3.25rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 100;
  display: block;
  background-color: #022c97;
  text-align: center;
  float: right;
  transition: all 0.5s ease;
}
.more a:hover {
  background-color: #013197;
  color: #fff;
}
.more a:hover i {
  background-color: #000;
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 6.25rem;
  height: 6.25rem;
  box-shadow: 0 0 1px #818181;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 0.8rem;
}
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: 2.875rem;
}
header > div .logo .logo_text a h3 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .logo .logo_text a p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 5rem);
  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 0.5s ease;
}
header > div nav ul li::after {
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background-color: #013197;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
header > div nav ul li:hover {
  background-color: #f8f8f8;
}
header > div nav ul li:hover::after {
  width: 100%;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: inherit;
  font-weight: 600;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 6.25rem;
  left: 0;
  background-color: #f8f8f8;
}
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.875rem;
  color: #333;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #013197;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 1.875rem;
  padding-left: 1.25rem;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background-color: #013197;
  line-height: 1.875rem;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.footer {
  background-color: #013197;
  padding-bottom: 6.25rem;
}
.footer .w80 .top {
  padding-top: 8.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .top .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .w80 .top .left dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.footer .w80 .top .left dl dt::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #02aaf8;
  margin-top: 8px;
  margin-bottom: 20px;
}
.footer .w80 .top .left dl dd {
  margin-bottom: 16px;
}
.footer .w80 .top .left dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.footer .w80 .top .right img {
  margin-bottom: 14px;
  width: 140px;
}
.footer .w80 .top .right p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.footer .w80 .bottom {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left {
  opacity: 0.6;
}
.footer .w80 .bottom .left .f_left_item {
  margin-bottom: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left .f_left_item:nth-of-type(2) {
  margin-bottom: 0;
}
.footer .w80 .bottom .left .f_left_item .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left .f_left_item .box i {
  color: #fff;
  background-color: #02aaf8;
  font-size: 0.75rem;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 50%;
  font-weight: 100;
}
.footer .w80 .bottom .left .f_left_item .box p {
  padding-left: 6px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.footer .w80 .bottom .left .f_left_item .box p span {
  margin-left: 2rem;
}
.footer .w80 .bottom .left .f_left_item .box p span:nth-of-type(1) {
  margin-left: 0;
}
.footer .w80 .bottom .left .f_left_item .box:nth-of-type(2) {
  margin-left: 2.6rem;
}
.footer .w80 .bottom .right .f_right_item {
  margin-bottom: 1rem;
  opacity: 0.6;
}
.footer .w80 .bottom .right .f_right_item:nth-of-type(2) {
  margin-bottom: 0;
}
.footer .w80 .bottom .right .f_right_item a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-left: 1.875rem;
}
@media screen and (max-width: 992px) {
  .footer .w80 .top {
    display: none;
  }
  .footer .w80 .bottom .left .f_left_item .box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer .w80 .bottom .left .f_left_item .box:nth-of-type(2) {
    margin-left: 0;
  }
}
.index .part01 {
  padding-top: 8.125rem;
  padding-bottom: 7rem;
}
.index .part01 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 1.875rem;
}
.index .part01 .w80 .top .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(1, 49, 151, 0), #013197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
}
.index .part01 .w80 .top .title h4 {
  font-size: 2.5rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part01 .w80 .top .tool {
  width: 44%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .top .tool .txt h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part01 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom ul li {
  width: 24%;
  height: 31.25rem;
  padding: 1.625rem;
  position: relative;
  box-sizing: border-box;
  background-color: #f8f8f8;
  overflow: hidden;
}
.index .part01 .w80 .bottom ul li:hover a .p_txt .r {
  background-color: #013197;
}
.index .part01 .w80 .bottom ul li:hover a .p_img img {
  transform: scale(1.1);
}
.index .part01 .w80 .bottom ul li a .p_txt {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom ul li a .p_txt .l h2 {
  font-size: 1.125rem;
  color: #a9aaaf;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w80 .bottom ul li a .p_txt .l h4 {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part01 .w80 .bottom ul li a .p_txt .r {
  background-color: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom ul li a .p_txt .r span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.index .part01 .w80 .bottom ul li a .p_txt .r span:nth-of-type(2) {
  margin: 0 2px;
}
.index .part01 .w80 .bottom ul li a .p_img {
  position: absolute;
  bottom: 2.4rem;
  left: 4%;
  width: 92%;
}
.index .part01 .w80 .bottom ul li a .p_img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 {
  padding-top: 8.125rem;
  padding-bottom: 7rem;
  background-image: url(/images/indexpart02Bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index .part02 .w80 .left {
  width: 60%;
}
.index .part02 .w80 .left .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
}
.index .part02 .w80 .left .title h4 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part02 .w80 .left .txt {
  margin-top: 4rem;
}
.index .part02 .w80 .left .txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
  text-indent: 2em;
  opacity: 0.6;
}
.index .part02 .w80 .left .more {
  margin-top: 5rem;
}
.index .part03 {
  padding-top: 10rem;
  padding-bottom: 8.13rem;
}
.index .part03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .item {
  width: 9%;
  height: 41.5rem;
  border-radius: 1rem;
  transition: all 1s ease;
  background-color: #f8f8f8;
  position: relative;
  cursor: pointer;
}
.index .part03 .w80 .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 .part03 .w80 .item .i_mask h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #000;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.index .part03 .w80 .item .i_mask p {
  width: 1.88rem;
  margin: 0 auto;
  font-size: 1.88rem;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .item .i_mask i {
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  color: #013197;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part03 .w80 .item .i_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 1rem;
  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 .part03 .w80 .item .i_content .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.index .part03 .w80 .item .i_content .left .title .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 3rem;
  width: 10.63rem;
  border-radius: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index .part03 .w80 .item .i_content .left .title .t1 span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.38rem;
  background-color: #fff;
}
.index .part03 .w80 .item .i_content .left .title .t1 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part03 .w80 .item .i_content .left .title .t2 {
  margin-top: 1.25rem;
}
.index .part03 .w80 .item .i_content .left .title .t2 h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.index .part03 .w80 .item .i_content .left .txt {
  width: 26.88rem;
  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 .part03 .w80 .item .i_content .left .txt p {
  font-size: 1.13rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.index .part03 .w80 .item .i_content .right {
  position: absolute;
  right: 6.25rem;
  top: 6.25rem;
}
.index .part03 .w80 .item .i_content .right h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #013197;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.index .part03 .w80 .item:nth-of-type(1) .i_content {
  background-image: url(/images/indexYingBg1.webp);
}
.index .part03 .w80 .item:nth-of-type(2) .i_content {
  background-image: url(/images/indexYingBg2.webp);
}
.index .part03 .w80 .item:nth-of-type(3) .i_content {
  background-image: url(/images/indexYingBg3.webp);
}
.index .part03 .w80 .item:nth-of-type(4) .i_content {
  background-image: url(/images/indexYingBg4.webp);
}
.index .part03 .w80 .item:nth-of-type(5) .i_content {
  background-image: url(/images/indexYingBg5.webp);
}
.index .part03 .w80 .item.active {
  width: 60%;
}
.index .part03 .w80 .item.active .i_mask {
  opacity: 0;
}
.index .part03 .w80 .item.active .i_content {
  opacity: 1;
}
.index .part04 {
  padding-top: 7rem;
  background-image: url(/images/indexPart04Bg.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 7.5rem;
}
.index .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(1, 49, 151, 0), #013197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
}
.index .part04 .w80 .top .title h4 {
  font-size: 2.5rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part04 .w80 .top .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .btn .list_item {
  background-color: #ffffff;
  margin: 0 4px;
}
.index .part04 .w80 .top .btn .list_item a {
  padding: 0 1.875rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.index .part04 .w80 .top .btn .more {
  margin-left: 50px;
}
.index .part04 .w80 .bottom {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .left {
  width: 49%;
  position: relative;
  height: 31.25rem;
  overflow: hidden;
}
.index .part04 .w80 .bottom .left:hover .img img {
  transform: scale(1.1);
}
.index .part04 .w80 .bottom .left .text {
  position: absolute;
  left: 6%;
  top: 10%;
  width: 88%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .left .text .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom .left .text .title p i {
  margin-right: 4px;
  color: #02aaf8;
}
.index .part04 .w80 .bottom .left .text .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .bottom .left .text .date {
  border: 1px solid #fff;
  padding: 10px 6px;
  border-radius: 4px;
}
.index .part04 .w80 .bottom .left .text .date h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.index .part04 .w80 .bottom .left .text .date p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part04 .w80 .bottom .left .more {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 3;
}
.index .part04 .w80 .bottom .left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.index .part04 .w80 .bottom .left .img {
  height: inherit;
}
.index .part04 .w80 .bottom .left .img img {
  height: inherit;
  transition: all 0.5s ease;
}
.index .part04 .w80 .bottom .right {
  width: 49%;
  margin-right: 0px;
}
.index .part04 .w80 .bottom .right ul li {
  height: 31.25rem;
  padding: 1.875rem;
  transition: all 0.5s;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.index .part04 .w80 .bottom .right ul li:hover {
  background-color: #013197;
}
.index .part04 .w80 .bottom .right ul li:hover a .it1 p {
  color: #fff;
}
.index .part04 .w80 .bottom .right ul li:hover a .it2 h3 {
  color: #fff;
}
.index .part04 .w80 .bottom .right ul li:hover a .it4 span {
  color: #fff;
}
.index .part04 .w80 .bottom .right ul li a .it1 {
  margin-bottom: 2.125rem;
}
.index .part04 .w80 .bottom .right ul li a .it1 p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index .part04 .w80 .bottom .right ul li a .it2 {
  margin-bottom: 40px;
}
.index .part04 .w80 .bottom .right ul li a .it2 h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  transition: all 0.5s;
}
.index .part04 .w80 .bottom .right ul li a .it3 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
}
.index .part04 .w80 .bottom .right ul li a .it3 img {
  width: 100%;
}
.index .part04 .w80 .bottom .right ul li a .it4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .right ul li a .it4 span {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index .part04 .w80 .pagination {
  margin-top: 2.5rem;
}
.index .part04 .w80 .pagination .swiper-pagination .swiper-pagination-bullet {
  width: 3.75rem;
  height: 2px;
  margin: 0 4px;
  border-radius: 0;
}
.index .part04 .w80 .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #02aaf8;
  height: 3px;
}
@media screen and (max-width: 1440px) {
  .index .part03 .w80 .item {
    height: 36rem;
  }
  .index .part03 .w80 .item .i_content {
    padding: 4rem;
  }
  .index .part03 .w80 .item .i_content .left .txt {
    border-radius: 1.2rem;
  }
  .index .part03 .w80 .item .i_content .right {
    top: 4rem;
    right: 4rem;
  }
  .index .part03 .w80 .item .i_mask {
    padding: 4rem 0;
  }
  .index .part03 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    padding-top: 6.25rem;
  }
  .index .part01 .w80 .bottom ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index .part01 .w80 .bottom ul li a .p_txt .l h4 {
    font-size: 1.125rem;
  }
  .index .part01 .w80 .bottom ul li a .p_txt .l h2 {
    font-size: 0.75rem;
  }
  .index .part02 {
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .part02 .w80 .left {
    width: 100%;
  }
  .index .part02 .w80 .left .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .index .part02 .w80 .left .title h4 {
    font-size: 1.125rem;
  }
  .index .part02 .w80 .left .txt p {
    font-size: 1rem;
  }
  .index .part02 .w80 .left .txt {
    margin-top: 2rem;
  }
  .index .part02 .w80 .left .more {
    margin-top: 2rem;
  }
  .index .part03 {
    padding-top: 6rem;
  }
  .index .part03 .w80 .item {
    width: 100%;
    height: 20rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }
  .index .part03 .w80 .item .i_content {
    border-radius: 2rem;
    padding: 2.4rem;
  }
  .index .part03 .w80 .item.active {
    width: 100%;
  }
  .index .part03 .w80 .item .i_content .right {
    top: 2.4rem;
    right: 2.4rem;
  }
  .index .part03 .w80 .item .i_content .right h3 {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
  }
  .index .part03 .w80 .item .i_content .left .txt {
    display: none;
  }
  .index .part03 .w80 .item .i_content {
    opacity: 1;
  }
  .index .part03 .w80 .item .i_mask {
    display: none;
  }
  .index .part03 .w80 .item .i_content .left .title .t2 h2 {
    font-size: 1.25rem;
  }
  .index .part03 .w80 .item .i_content .left .title .t1 {
    width: 8rem;
    height: 2rem;
  }
  .index .part03 .w80 .item .i_content .left .title .t1 p {
    font-size: 0.75rem;
  }
  .index .part04 {
    padding-top: 0;
  }
  .index .part04 .w80 .top .title h4 {
    font-size: 1.125rem;
  }
  .index .part04 .w80 .top .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .index .part04 .w80 .top .btn .more {
    display: none;
  }
  .index .part04 .w80 .top .btn .list_item a {
    padding: 0 1rem;
    font-size: 1rem;
  }
  .index .part04 .w80 .bottom .left {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    height: 20rem;
  }
  .index .part04 .w80 .bottom .right {
    width: 100%;
    margin-top: 2rem;
  }
  .index .part04 .w80 .bottom {
    margin-top: 2rem;
  }
  .index .part04 .w80 .bottom .left .text .title h3 {
    font-size: 1.125rem;
  }
  .index .part04 .w80 .bottom .left .text .title {
    width: 100%;
  }
  .index .part04 .w80 .bottom .left .text .date {
    margin-top: 2rem;
  }
  .index .part04 .w80 .bottom .left .text .date h3 {
    font-size: 1.5rem;
  }
  .index .part04 .w80 .bottom .right ul li a .it2 h3 {
    font-size: 1rem;
  }
}
.about .main .part01 {
  padding-bottom: 8.75rem;
  margin-top: 7.5rem;
  background-image: url(/images/aboutBg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about .main .part01 .w80 {
  padding-left: 1.25rem;
  padding-top: 1.625rem;
}
.about .main .part01 .w80 .title {
  margin-bottom: 3rem;
}
.about .main .part01 .w80 .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(1, 49, 151, 0), #013197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
  opacity: 0.3;
}
.about .main .part01 .w80 .title h4 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.about .main .part01 .w80 .n_des p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
  text-indent: 2em;
}
.about .main .part01 .w80 .n_des p span {
  font-weight: 700;
  font-size: 1.125rem;
}
.about .main .part01 .w80 .n_adv {
  margin-top: 3.125rem;
  background-image: url(/images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 5rem;
  box-sizing: border-box;
}
.about .main .part01 .w80 .n_adv ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .n_adv ul li {
  width: 23%;
  height: 3.375rem;
  padding: 0rem 2.5rem;
  margin-bottom: 3.125rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .n_adv ul li:nth-last-of-type(-n + 4) {
  margin-bottom: 0;
}
.about .main .part01 .w80 .n_adv ul li p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w80 .n_adv ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.375rem;
  width: 1.5rem;
  content: "";
  background: url(/images/honor_right.png) no-repeat center;
  background-size: auto;
  background-size: cover;
}
.about .main .part01 .w80 .n_adv ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 3.375rem;
  width: 1.5rem;
  content: "";
  background: url(/images/honor_left.png) no-repeat center;
  background-size: auto;
  background-size: cover;
}
.about .main .part02 {
  height: 46rem;
  background-image: url(/images/aboutPart02Bg.webp);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about .main .part02 > div .part02_left {
  padding-top: 7rem;
}
.about .main .part02 > div .part02_left .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
  opacity: 0.4;
}
.about .main .part02 > div .part02_left .title h4 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.about .main .part02 > div .part02_right div:first-of-type {
  margin-top: 3.75rem;
}
.about .main .part02 > div .part02_right div:first-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .part02_right div:first-of-type ul li {
  width: 32%;
  height: 11rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 2.125rem;
  box-sizing: border-box;
  border-radius: 1.25rem 0 0 0;
  text-align: center;
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
}
.about .main .part02 > div .part02_right div:first-of-type ul li i {
  font-size: 2.125rem;
  color: #013197;
}
.about .main .part02 > div .part02_right div:first-of-type ul li h3 {
  font-size: 20px;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}
.about .main .part02 > div .part02_right div:first-of-type ul li p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.875rem;
}
.about .main .part02 > div .part02_right div:first-of-type ul li:nth-of-type(1) i {
  font-size: 2.6rem;
}
.about .main .part02 > div .part02_right div:last-of-type {
  margin-top: 2.5rem;
}
.about .main .part02 > div .part02_right div:last-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .part02_right div:last-of-type ul li {
  width: 48%;
}
.about .main .part02 > div .part02_right div:last-of-type ul li h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.25rem;
}
.about .main .part02 > div .part02_right div:last-of-type ul li p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 {
  margin-top: 8.75rem;
  margin-bottom: 8rem;
}
.about .main .part03 .w80 .title {
  margin-bottom: 4rem;
}
.about .main .part03 .w80 .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(1, 49, 151, 0), #013197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
  opacity: 0.2;
}
.about .main .part03 .w80 .title h4 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.about .main .part03 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 ul li {
  width: 23%;
  height: 28.75rem;
  position: relative;
  margin-right: 2.6%;
  margin-bottom: 1.25rem;
  cursor: pointer;
  border-radius: 0.625rem;
  overflow: hidden;
}
.about .main .part03 .w80 ul li:hover .mask {
  background-image: linear-gradient(45deg, #013197, rgba(1, 49, 151, 0.4));
}
.about .main .part03 .w80 ul li:hover .text {
  opacity: 1;
}
.about .main .part03 .w80 ul li:hover .text p {
  color: #fff;
}
.about .main .part03 .w80 ul li:hover .text h3 {
  color: #fff;
}
.about .main .part03 .w80 ul li:hover .text .more span {
  color: #fff;
}
.about .main .part03 .w80 ul li:hover .img {
  border: 1px solid #fff;
  opacity: 0.4;
}
.about .main .part03 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .part03 .w80 ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 3.75rem;
  box-sizing: border-box;
  opacity: 1;
}
.about .main .part03 .w80 ul li .text p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 .w80 ul li .text h3 {
  font-size: 1.25rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  margin-top: 5rem;
}
.about .main .part03 .w80 ul li .text .more {
  position: absolute;
  left: 3.75rem;
  bottom: 3.75rem;
  width: 8.75rem;
  background-image: url(/images/icon6.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 1.875rem;
}
.about .main .part03 .w80 ul li .text .more span {
  font-size: 0.9375rem;
  color: #013197;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.about .main .part03 .w80 ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #f1f1f1;
  transition: all 0.5s ease;
}
.about .main .part03 .w80 ul li .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 26rem;
  width: calc(100% - 40px);
  border: 1px solid #000;
  z-index: 3;
  opacity: 0.1;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w80 .n_title h2 {
    font-size: 1.875rem;
  }
  .about .main .part01 .w80 .n_adv ul li p {
    font-size: 0.75rem;
  }
  .about .main .part02 {
    height: 33.75rem;
  }
  .about .main .part03 .w80 .n_title h2 {
    font-size: 1.875rem;
  }
  .about .main .part03 .w80 ul li .text {
    padding: 1.25rem;
  }
  .about .main .part03 .w80 ul li .text h3 {
    line-height: 1.2;
  }
  .about .main .part03 .w80 ul li .text .more {
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .about .main .part04 > div.w80 .n_title h2 {
    font-size: 1.875rem;
  }
  .about .main .part04 > div.w80 p {
    font-size: 1.125rem;
  }
  .about .main .part04 > div ul li {
    padding: 1.25rem 1.875rem;
  }
  .about .main .part04 > div ul li .text h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .title h4 {
    font-size: 1.125rem;
  }
  .about .main .part01 .w80 .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .about .main .part01 {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part01 .w80 {
    padding-left: 0;
    padding-top: 0;
  }
  .n_banner > .postion .center .n_nav_list {
    display: none;
  }
  .about .main .part01 .w80 .n_des p {
    font-size: 1rem;
  }
  .about .main .part01 .w80 .title {
    margin-bottom: 1.25rem;
  }
  .about .main .part01 .w80 .n_des p span {
    font-size: 1rem;
  }
  .about .main .part02 {
    background-size: cover;
    height: auto;
  }
  .about .main .part02 > div .part02_left .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .about .main .part02 > div .part02_left .title h4 {
    font-size: 1.125rem;
  }
  .about .main .part02 > div .part02_left {
    padding-top: 6rem;
  }
  .about .main .part02 {
    padding-bottom: 6rem;
  }
  .about .main .part02 > div .part02_right div:first-of-type ul li {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem;
    height: auto;
  }
  .about .main .part02 > div .part02_right div:first-of-type ul li p {
    font-size: 1rem;
  }
  .about .main .part02 > div .part02_right div:first-of-type ul li h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .about .main .part02 > div .part02_right div:last-of-type ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .main .part02 > div .part02_right div:last-of-type ul li h3 {
    font-size: 1rem;
  }
  .about .main .part02 > div .part02_right div:last-of-type ul li p {
    font-size: 1rem;
  }
  .about .main .part03 .w80 .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .about .main .part03 .w80 .title h4 {
    font-size: 1.125rem;
  }
  .about .main .part03 {
    margin-top: 6rem;
  }
  .about .main .part03 .w80 .title {
    margin-bottom: 2rem;
  }
  .about .main .part03 .w80 ul li {
    width: 100%;
    height: 12rem;
  }
  .about .main .part03 .w80 ul li .img {
    height: 10rem;
  }
  .about .main .part03 .w80 ul li .text h3 {
    margin-top: 2rem;
    font-size: 1rem;
    margin-left: 1.25rem;
  }
  .about .main .part03 .w80 ul li .text .more {
    left: 3rem;
    bottom: 3rem;
  }
  .about .main .part03 .w80 ul li .text p {
    margin-left: 1.25rem;
  }
  .about .main .part03 .w80 ul li .text .more span {
    font-size: 0.75rem;
    line-height: 1.2;
    display: block;
  }
  .about .main .part03 .w80 ul li .text .more {
    bottom: 1.5rem;
  }
  .about .main .part03 .w80 ul li .text {
    padding: 1.75rem;
  }
}
.product .main {
  padding-top: 8.75rem;
}
.product .main .w80 .title {
  margin-bottom: 3rem;
}
.product .main .w80 .title h2 {
  font-size: 3.5rem;
  color: #013197;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(1, 49, 151, 0), #013197);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -1.5rem;
  opacity: 0.2;
}
.product .main .w80 .title h4 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.product .main .w80 .content {
  margin-top: 3.125rem;
}
.product .main .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .content ul li {
  width: 32%;
  border: 8px solid #f8f8f8;
  box-sizing: border-box;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 1.875rem;
  background-image: url(/images/proBg2.jpg);
  background-size: cover;
  background-position: center;
}
.product .main .w80 .content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .main .w80 .content ul li a .img img {
  width: 100%;
  margin: 0 auto;
}
.product .main .w80 .content ul li a .txt {
  width: 100%;
  height: 25%;
  border-radius: 0.625rem 0.625rem 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(1, 49, 151, 0.2), rgba(1, 49, 151, 0.8));
  box-sizing: border-box;
  padding: 0 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .content ul li a .txt .t_left p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.625rem;
  opacity: 0.6;
}
.product .main .w80 .content ul li a .txt .t_left h3 {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w80 .content ul li a .txt .t_right {
  border: 1px solid #fff;
  border-radius: 0.4rem;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .content ul li a .txt .t_right img {
  width: 0.875rem;
}
@media screen and (max-width: 992px) {
  .product .main {
    padding-top: 6.25rem;
  }
  .product .main .w80 .title h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .product .main .w80 .title h4 {
    font-size: 1.125rem;
  }
  .product .main .w80 .content {
    margin-top: 0rem;
  }
  .product .main .w80 .title {
    margin-bottom: 1.5rem;
  }
  .product .main .w80 .content ul li {
    width: 100%;
  }
  .product .main .w80 .content ul li a .txt {
    padding: 0 1.5rem;
    height: 20%;
  }
  .product .main .w80 .content ul li a .txt .t_left h3 {
    font-size: 1rem;
  }
  .product .main .w80 .content ul li a .txt .t_left p {
    font-size: 0.75rem;
  }
  .product .main .w80 .content ul li a .txt .t_right {
    width: 2rem;
    height: 2rem;
  }
  .product .main .w80 .content ul li a .txt .t_right img {
    width: 0.5rem;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  background-color: #f8f8f8;
}
.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: 48%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
  padding: 0;
}
.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.875rem;
  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.875rem;
  height: 4.125rem;
  background-color: #f8f8f8;
  margin-left: 1.25rem;
  line-height: 4.125rem;
  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.875rem;
  height: 4.125rem;
  background-color: #f8f8f8;
  margin-left: 1.25rem;
  line-height: 4.125rem;
  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: 0.0625rem 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: 0.0625rem solid #013197;
}
.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: 0.0625rem solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 1.125rem;
  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.875rem;
}
.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: inline-block;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 1rem;
  padding-left: 0.3125rem;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #013197;
  font-size: 1.125rem;
  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.9375rem;
  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.625rem;
  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.875rem;
  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.625rem;
  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.875rem;
  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: 0.0625rem solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #013197;
  padding: 0.9375rem 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.125rem;
  color: #02aaf8;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 3.125rem;
  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.625rem;
}
.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.625rem;
  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.875rem 1.875rem 1.875rem;
  box-sizing: border-box;
  border-top: 0.0625rem solid #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt .d {
  border: 1px solid #013197;
  border-radius: 0.4rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt .d img {
  width: 0.5rem;
}
@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: -0.25rem;
  }
  .n_title3 p {
    font-size: 1rem;
  }
  .n_title3 {
    margin-bottom: 1.5rem;
  }
  .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_proDetailedContent ul li {
    margin-bottom: 0.625rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 1.1rem;
  }
  .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: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 1rem;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .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-weight: 400;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 1.125rem;
  }
  .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.875rem;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 0.75rem 2.125rem;
    font-size: 0.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 0.625rem;
    width: 1.375rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 0.625rem;
    width: 1.375rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  .proDetailed .main > div .pro_box {
    padding: 1.875rem;
  }
  .proDetailed .main > div .top {
    margin-bottom: 1.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
    font-size: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
    margin-top: 6rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 1.4rem;
  }
  .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: 0.625rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 1.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 1.1rem;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 1.375rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 1rem;
  }
  .proDetailed .main > div .top h4 a {
    font-size: 0.75rem;
  }
  .proDetailed .main > div .top {
    margin-bottom: 1.125rem;
    margin-top: 1.5rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 1rem;
    margin-right: 0.125rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 1.125rem;
  }
  .proDetailed .main > div .other ul li .txt {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .proDetailed .main > div .other ul li .txt p {
    font-size: 1rem;
  }
}
.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: 0.75rem 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 0.125rem;
  background-color: #f8f8f8;
}
.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: 0.0625rem solid #dfdfdf;
  padding: 1.875rem 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: 0.5rem;
}
.news .main .part01 ul li a .date p {
  font-size: 1.125rem;
  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: #013197;
}
.news .main .part01 ul li a .text span i {
  margin-right: 0.5rem;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  border-radius: 0.625rem;
  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: #f8f8f8;
}
.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.625rem;
    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: 0.75rem;
    width: 11.25rem;
    height: 2.5rem;
  }
  .news .main .part01 ul li a .text span img {
    width: 3.125rem;
  }
  .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.9375rem;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 2.875rem;
  }
}
@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 {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 7.5rem;
  }
  .news .main .part01 ul li a .text span {
    height: 1.125rem;
    font-size: 0.75rem;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1rem;
    font-weight: 400;
  }
  .news .main .part01 ul li a .text span i {
    font-size: 0.75rem !important;
  }
}
.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: 0.0625rem solid #d6d6d6;
  margin-bottom: 2.5rem;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 0.875rem;
  margin: 0 0.625rem;
}
.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: 1rem;
  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.875rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}
.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.625rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 0.625rem;
}
.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.875rem;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 0.875rem;
    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.9375rem;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 1rem;
  }
  .news .main .part01 ul li a .text span i {
    font-size: 1rem;
  }
  .news .main .part01 ul li a .text h3 {
    font-weight: 600;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 4.375rem;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.625rem;
    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;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 0.9375rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .top {
  margin-top: 7.5rem;
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .left {
  width: 48%;
}
.contact .main .top .left .img {
  width: 100%;
  height: 0;
  padding-bottom: 27.5rem;
  overflow: hidden;
}
.contact .main .top .left .img img {
  width: 100%;
}
.contact .main .top .right {
  width: 48%;
  height: 27.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .main .top .right .n_title {
  margin-bottom: 1.875rem;
}
.contact .main .top .right .n_title .i_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right .n_title .i_box img {
  width: 4.75rem;
  margin-right: 0.875rem;
}
.contact .main .top .right .n_title .i_box h3 {
  font-size: 2.25rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .top .right .n_title .i_desc {
  margin-top: 1.2rem;
}
.contact .main .top .right .n_title .i_desc p {
  font-size: 1.375rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.contact .main .top .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right ul li {
  background-color: #fff;
  width: 50%;
  height: 6.375rem;
  padding: 0 1.375rem;
  border-radius: 0.375rem;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right ul li:nth-of-type(3) {
  margin-bottom: 0;
}
.contact .main .top .right ul li:nth-of-type(3) .c_icon i {
  font-size: 42px;
  line-height: 30px;
}
.contact .main .top .right ul li:nth-of-type(3) {
  margin-bottom: 0;
  width: 100%;
}
.contact .main .top .right ul li:nth-of-type(3) .c_icon i {
  font-size: 2.25rem;
  line-height: 1.875rem;
}
.contact .main .top .right ul li .c_icon i {
  font-size: 2.25rem;
  line-height: 1;
  color: #02aaf8;
}
.contact .main .top .right ul li .c_text {
  margin-left: 0.625rem;
}
.contact .main .top .right ul li .c_text h3 {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .top .right ul li .c_text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 {
  margin-top: 3.125rem;
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 6.25rem;
  background-repeat: no-repeat;
}
.contact .main .part02 .w80 {
  background-color: #fff;
  padding: 0 2.5rem 2.5rem;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
  border-radius: 0.625rem;
}
.contact .main .part02 .w80 .title {
  margin-top: 1.25rem;
  padding-top: 3.125rem;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 2.25rem;
  color: #013197;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
.contact .main .part02 .w80 .title p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .i_content {
  margin-top: 3.75rem;
}
.contact .main .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #f8f8f8;
}
.contact .main .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: #333;
  line-height: 3.5rem;
  font-weight: 100;
  text-align: left;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_bottom {
  margin-top: 1.25rem;
}
.contact .main .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 18.75rem;
  background-color: #f8f8f8;
  padding: 1.25rem;
  color: #333;
  font-size: 0.9375rem;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_tijiao {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_tijiao button {
  width: 12.5rem;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 100;
  text-align: center;
  background-color: #013197;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #02aaf8;
}
@media screen and (max-width: 1440px) {
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 0.875rem;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 1.125rem;
  }
  .contact .main .n_list .bottom ul li {
    padding: 1.875rem 1rem;
    height: 10.625rem;
  }
  .contact .main .n_list .bottom ul li .c_icon {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    margin-top: 1rem;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 1.5rem;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 1rem;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 15rem;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 3rem;
  }
  .contact .main .n_list .bottom {
    margin-bottom: 1.25rem;
  }
  .contact .main .part02 .w80 .i_content {
    margin-top: 1.875rem;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 1.25rem;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 1rem;
  }
  .contact .main .top .right .n_title img {
    width: 9.375rem;
  }
  .contact .main .top .right ul li {
    height: 4.5rem;
  }
  .contact .main .top .right ul li .c_text h3 {
    font-size: 0.8125rem;
  }
  .contact .main .top .right ul li .c_text p {
    font-size: 1rem;
  }
  .contact .main .top {
    margin-top: 5.625rem;
  }
  .contact .main .top .left .img {
    padding-bottom: 20rem;
  }
  .contact .main .top .right {
    height: 20rem;
  }
  .contact .main .part02 .w80 .title {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .top {
    margin-top: 5rem;
  }
  .contact .main .top .left {
    width: 100%;
  }
  .contact .main .top .right {
    width: 100%;
    height: auto;
  }
  .contact .main .top_box {
    margin-top: 4.375rem;
    margin-bottom: 2.5rem;
  }
  .contact .main .top_box .title h1 {
    font-size: 2.125rem;
  }
  .contact .main .n_list {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 1.125rem;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  .contact .main .top .left .img {
    padding-bottom: 14.375rem;
  }
  .contact .main .top .right .n_title .i_box h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .contact .main .top .right .n_title .i_box img {
    width: 2.25rem;
  }
  .contact .main .top .right ul li {
    width: 100%;
  }
  .contact .main .top .right ul li:nth-of-type(5) {
    margin-bottom: 6px;
  }
  .contact .main .top .right ul li {
    padding: 0 1.25rem;
  }
  .contact .main .part02 .w80 {
    padding: 0 1.25rem 2.5rem;
  }
  .contact .main .top .left {
    display: none;
  }
  .contact .main .top .right .n_title .i_desc p {
    font-size: 1rem;
  }
  .contact .main .top .right ul li .c_icon i {
    font-size: 1.5rem;
  }
  .contact .main .top .right ul li:nth-of-type(3) .c_icon i {
    font-size: 1.5rem;
  }
  .contact .main .top .right ul li .c_text p {
    font-size: 0.875rem;
    font-weight: 600;
  }
  .contact .main .top .right ul li .c_text h3 {
    font-size: 0.75rem;
  }
}
