: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: 13px;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  :root {
    font-size: 11px;
  }
}
.more {
  cursor: pointer;
  display: inline-block;
}
.more:hover a span::after {
  width: 100%;
}
.more:hover a i {
  margin-left: 0.625rem;
  background-color: #ffffff;
  color: #003382;
}
.more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.more a span {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 3.5rem;
  font-weight: 600;
  text-align: center;
  width: 12rem;
  border-radius: 1.875rem;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
}
.more a span::after {
  display: block;
  content: "";
  width: 0%;
  height: 3.5rem;
  background-color: #003382;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.more a i {
  font-size: 1rem;
  text-align: center;
  font-weight: 100;
  line-height: 3.5rem;
  color: #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #003382;
  display: block;
  transform: rotate(80deg);
  transition: all 0.5s ease;
}
.more.i a i {
  background-color: #ffffff;
  color: #003382;
}
.more.b a span {
  border: 1px solid #000;
  color: #000;
}
.more.b a i {
  background-color: #003382;
  color: #ffffff;
}
.more2 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.more2 a .m1 {
  height: 3.38rem;
  line-height: 3.38rem;
  padding: 0 1.88rem;
  border-radius: 3.75rem;
  background-color: #fff;
}
.more2 a .m1 p {
  font-size: 1rem;
  color: #000;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.more2 a .m2 {
  width: 3.38rem;
  height: 3.38rem;
  line-height: 3.38rem;
  border-radius: 3.75rem;
  text-align: center;
  background-color: #cd0000;
}
.more2 a .m2 i {
  display: block;
  transform: rotate(0deg);
  font-size: 1.25rem;
  color: #fff;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
.title .t_sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.title .t_sub1 p {
  font-size: 1.125rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.title .t_sub1 span {
  width: 60px;
  height: 2px;
  margin-left: 0.625rem;
  background-color: #cd0000;
}
.title .t_sub2 {
  margin-top: 1rem;
}
.title .t_sub2 h3 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.title2 .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 3rem;
  width: 10.63rem;
  background-color: #f3fbff;
  border-radius: 0.38rem;
}
.title2 .t1 span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.38rem;
  background-color: #003382;
}
.title2 .t1 p {
  font-size: 1rem;
  color: #003382;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.title2 .t2 {
  margin-top: 1.88rem;
}
.title2 .t2 h2 {
  font-size: 2.1rem;
  color: #000;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.title2.white .t1 {
  background: none;
  border: 1px solid #fff;
}
.title2.white .t1 span {
  background-color: #fff;
}
.title2.white .t1 p {
  color: #fff;
}
.title2.white .t2 {
  margin-top: 1.25rem;
}
.title2.white .t2 h2 {
  color: #fff;
}
.title2.n_title {
  margin-bottom: 5rem;
}
.title2.n_title .t1 {
  margin: 0 auto;
}
.title2.n_title .t2 {
  margin-top: 1.25rem;
}
.title2.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;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  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 {
  width: 46%;
  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.125rem;
}
header > div .logo .logo_text a h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  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: 80%;
  width: calc(100% - 80px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 16.6%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f3fbff;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f3fbff;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #003382;
}
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: #003382;
  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;
}
header.active {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.active > div .logo .logo_text a h3 {
  color: #000;
}
header.active > div nav ul li a {
  color: #000;
}
footer {
  background-color: #222222;
  padding-top: 8.75rem;
}
footer .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top .left .f_txt h2 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
footer .w80 .top .left .f_txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .w80 .top .center ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top .center ul li {
  margin-right: 2rem;
}
footer .w80 .top .center ul li:nth-last-of-type(1) {
  margin-right: 0;
}
footer .w80 .top .center ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w80 .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top .right img {
  border: 0.5rem solid #ffffff;
  border-radius: 2px;
}
footer .w80 .top .right p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.6;
}
footer .w80 .bottom {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom .item {
  width: 33.3%;
  height: 6.25rem;
  padding: 0 2rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom .item:nth-of-type(2) {
  margin-left: -1px;
  border-left: none;
}
footer .w80 .bottom .item:nth-of-type(2) .b_txt h3 {
  font-size: 1.125rem;
}
footer .w80 .bottom .item:nth-of-type(2) .b_icon i {
  font-size: 2.6rem;
}
footer .w80 .bottom .item:nth-of-type(3) {
  margin-left: -1px;
  border-left: none;
}
footer .w80 .bottom .item:nth-of-type(3) .b_icon i {
  font-size: 2.2rem;
}
footer .w80 .bottom .item .b_txt p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.4rem;
  opacity: 0.4;
}
footer .w80 .bottom .item .b_txt h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w80 .bottom .item .b_icon i {
  font-size: 3.25rem;
  color: #cd0000;
}
footer .w80 .end {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .end .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .end .left a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 1rem;
}
footer .w80 .end .right a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.moblieNav {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 0.5rem 0;
  background-color: #fff;
}
.moblieNav .item {
  float: left;
  width: 33.3%;
}
.moblieNav .item a {
  display: block;
  width: 100%;
  text-align: center;
}
.moblieNav .item a i {
  font-size: 1.125rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.moblieNav .item a h3 {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 992px) {
  .moblieNav {
    display: block;
  }
}
.index .part01 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.index .part01 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part01 .w80 .top .desc {
  width: 50%;
}
.index .part01 .w80 .top .desc p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.index .part01 .w80 .bottom .item {
  width: 19%;
  height: 35rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.5s ease;
  background-color: #f3fbff;
}
.index .part01 .w80 .bottom .item .i_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom .item .i_mask h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.index .part01 .w80 .bottom .item .i_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 5.75rem;
  padding: 4rem 5rem;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom .item .i_content .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.index .part01 .w80 .bottom .item .i_content .left .txt {
  width: 36vw;
  padding: 2rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  display: none;
}
.index .part01 .w80 .bottom .item .i_content .left .txt p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.index .part01 .w80 .bottom .item .i_content .right {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
.index .part01 .w80 .bottom .item .i_content .right h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #cd0000;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.index .part01 .w80 .bottom .item.active {
  width: 60%;
}
.index .part01 .w80 .bottom .item.active .i_mask {
  opacity: 0;
}
.index .part01 .w80 .bottom .item.active .i_content {
  opacity: 1;
}
.index .part01 .w80 .bottom .item:nth-of-type(1) {
  background: url(/images/indexPro1.jpg) no-repeat center / cover;
}
.index .part01 .w80 .bottom .item:nth-of-type(2) {
  background: url(/images/indexPro2.jpg) no-repeat center / cover;
}
.index .part01 .w80 .bottom .item:nth-of-type(3) {
  background: url(/images/indexPro3.jpg) no-repeat center / cover;
}
.index .part01 .w80 .bottom .item:nth-of-type(3) .i_content .left .txt {
  display: block;
}
.index .part02 {
  height: 80vh;
  overflow: hidden;
  position: relative;
  background-color: #003382;
}
.index .part02 canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.index .part02 .w80 {
  position: relative;
  z-index: 3;
}
.index .part02 .w80 .title {
  margin-top: 10rem;
}
.index .part02 .w80 .title .t_sub1 p {
  color: #cd0000;
}
.index .part02 .w80 .title .t_sub2 h3 {
  color: #fff;
}
.index .part02 .w80 ul {
  margin-top: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 ul li {
  width: 24%;
  border-radius: 10px;
  background-color: rgba(0, 35, 89, 0.8);
  padding: 2rem 1.875rem;
  position: relative;
  transition: 0.6s;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 18.75rem;
}
.index .part02 .w80 ul li h2 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.index .part02 .w80 ul li h2::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #cd0000;
  margin: 1.125rem auto 1.25rem;
}
.index .part02 .w80 ul li p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  opacity: 0.8;
}
.index .part02 .w80 ul li img {
  width: 5rem;
  margin: 0.3rem auto 1.25rem;
}
.index .part03 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.index .part03 .w80 .box {
  padding-bottom: 3.75rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .box .b_left {
  width: 52%;
}
.index .part03 .w80 .box .b_left .b_left_box .title i {
  display: block;
  font-size: 1.5rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.index .part03 .w80 .box .b_left .b_left_box .content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
  text-indent: 2rem;
}
.index .part03 .w80 .box .b_left .more2 {
  margin-top: 3.75rem;
}
.index .part03 .w80 .box .b_left .more2 .m1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.index .part03 .w80 .box .b_left .more2 .m1 p {
  color: #000;
}
.index .part03 .w80 .box .b_right {
  width: 40%;
  position: relative;
}
.index .part03 .w80 .box .b_right .video {
  position: relative;
}
.index .part03 .w80 .box .b_right .video .v_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index .part03 .w80 .box .b_right .video .v_icon i {
  font-size: 4.5rem;
  color: #fff;
}
.index .part03 .w80 .box .b_right .video .img {
  overflow: hidden;
  border-radius: 0.6rem;
}
.index .part03 .w80 .box .b_right .video .img img {
  width: 100%;
  display: block;
}
.index .part03 .w80 .box .b_right::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -1.125rem;
  top: 1.125rem;
  z-index: -1;
  border-radius: 0.5rem;
}
.index .part04 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url(/images/newsbg.jpg) no-repeat bottom center / 100%;
}
.index .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .more2 a .m1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.index .part04 .w80 .bottom {
  margin-top: 3.75rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}
.index .part04 .w80 .bottom > div ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.88rem;
  box-sizing: border-box;
  margin-left: -1px;
  background-color: #fff;
}
.index .part04 .w80 .bottom > div ul li:nth-of-type(1) {
  margin-left: 0;
}
.index .part04 .w80 .bottom > div ul li:hover {
  background-color: #003382;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom > div ul li:hover .type {
  background-color: #cd0000;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom > div ul li:hover .name p {
  color: #fff;
}
.index .part04 .w80 .bottom > div ul li:hover .img img {
  transform: scale(1);
  transition: all 1s ease;
}
.index .part04 .w80 .bottom > div ul li:hover .date p {
  color: #fff;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom > div ul li:hover .date span {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 1s ease;
}
.index .part04 .w80 .bottom > div ul li:hover .date span i {
  color: #cd0000;
}
.index .part04 .w80 .bottom > div ul li a .type {
  width: 40%;
  background-color: #003382;
  border-radius: 1.25rem;
  overflow: hidden;
}
.index .part04 .w80 .bottom > div ul li a .type h4 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
}
.index .part04 .w80 .bottom > div ul li a .name {
  margin-top: 1.38rem;
  margin-bottom: 1.5rem;
  height: 3.13rem;
}
.index .part04 .w80 .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 .w80 .bottom > div ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 13rem;
  border-radius: 1rem;
  overflow: hidden;
}
.index .part04 .w80 .bottom > div ul li a .img img {
  width: 100%;
  transform: scale(1.1);
}
.index .part04 .w80 .bottom > div ul li a .date {
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .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 .w80 .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 .w80 .bottom > div ul li a .date span i {
  font-size: 0.94rem;
  display: block;
  color: #fff;
  transform: rotate(-45deg);
}
.index .part05 {
  background: url(/images/linkbg.jpg) no-repeat bottom center / 100%;
  padding: 3.75rem 0;
}
.index .part05 .w80 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .p_icon img {
  width: initial;
}
.index .part05 .w80 .p_txt {
  margin-left: 0.625rem;
}
.index .part05 .w80 .p_txt h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part05 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 ul li {
  margin-right: 1rem;
}
.index .part05 .w80 ul li a {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .part01 .w80 .top .desc {
    width: 60%;
  }
  .index .part02 .w80 ul li h2 {
    font-size: 1.25rem;
  }
  .index .part02 .w80 .title {
    margin-top: 6rem;
  }
  .index .part02 .w80 ul {
    margin-top: 3rem;
  }
  .index .part04 {
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .index .part04 .w80 .bottom > div ul li a .img {
    padding-bottom: 9rem;
  }
  .index .part03 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .index .part04 .w80 .bottom > div ul li {
    padding: 2rem 1.2rem;
  }
  .index .part04 .w80 .bottom {
    margin-top: 3rem;
  }
  .index .part05 {
    background-size: cover;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .index .part01 .w80 .top .desc {
    width: 100%;
    margin-top: 1rem;
  }
  .index .part01 .w80 .bottom .item {
    width: 100%;
    height: 28rem;
    margin-bottom: 1rem;
  }
  .index .part01 .w80 .bottom .item.active {
    width: 100%;
  }
  .index .part01 .w80 .bottom .item .i_content {
    padding: 2rem 1rem;
  }
  .index .part01 .w80 .bottom .item .i_content .left .txt {
    width: 100%;
    padding: 1rem;
  }
  .index .part01 .w80 .bottom .item .i_content .left .txt p {
    font-size: 0.875rem;
  }
  .index .part01 .w80 .bottom .item .i_content .right h3 {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .index .part01 .w80 .bottom .item .i_content .right {
    top: 2rem;
    right: 1rem;
  }
  .index .part01 .w80 .bottom .item .i_content .left .title2 .t1 {
    height: 2rem;
  }
  .index .part02 {
    height: auto;
  }
  .index .part02 .w80 ul li {
    width: 100%;
    margin-bottom: 1rem;
    min-height: 16rem;
  }
  .index .part02 .w80 ul li img {
    width: 4rem;
  }
  .index .part02 .w80 ul li h2 {
    font-size: 1.125rem;
  }
  .index .part03 .w80 .box .b_left {
    width: 100%;
  }
  .index .part03 .w80 .box .b_left .b_left_box .title i {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .index .part03 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .index .part03 .w80 .box .b_right {
    width: 100%;
    margin-top: 3rem;
  }
  .index .part03 .w80 .box .b_right .video .v_icon i {
    font-size: 3rem;
  }
  .index .part04 {
    padding-top: 6rem;
  }
  .index .part04 .w80 .top .more2 {
    display: none;
  }
  .index .part04 .w80 .bottom > div ul li a .img {
    padding-bottom: 12rem;
  }
  .index .part05 {
    display: none;
  }
}
.about .main {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.about .main .w80 .tBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  margin-bottom: 3rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.about .main .w80 .tBox .desc i {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .w80 .box {
  padding-bottom: 3.75rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .box .b_left {
  width: 52%;
}
.about .main .w80 .box .b_left .b_left_box .content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
  text-indent: 2rem;
}
.about .main .w80 .box .b_left .more2 {
  margin-top: 3.75rem;
}
.about .main .w80 .box .b_left .more2 .m1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.about .main .w80 .box .b_left .more2 .m1 p {
  color: #000;
}
.about .main .w80 .box .b_right {
  width: 40%;
  position: relative;
}
.about .main .w80 .box .b_right .video {
  position: relative;
}
.about .main .w80 .box .b_right .video .v_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about .main .w80 .box .b_right .video .v_icon i {
  font-size: 4.5rem;
  color: #fff;
}
.about .main .w80 .box .b_right .video .img {
  overflow: hidden;
  border-radius: 0.6rem;
}
.about .main .w80 .box .b_right .video .img img {
  width: 100%;
  display: block;
}
.about .main .w80 .aBox {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.about .main .w80 .aBox .title .t_sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .aBox .title .t_sub1 p {
  font-size: 1.125rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .w80 .aBox .title .t_sub1 span {
  width: 60px;
  height: 2px;
  margin-left: 0.625rem;
  background-color: #cd0000;
}
.about .main .w80 .aBox .title .t_sub2 {
  margin-top: 1rem;
}
.about .main .w80 .aBox .title .t_sub2 h3 {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .w80 .aBox .content {
  margin-top: 2rem;
}
.about .main .w80 .aBox .content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}
.about .main .w80 .vBox {
  margin-top: 4.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .vBox .left {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #000;
}
.about .main .w80 .vBox .left video {
  width: 100%;
  height: 31.25rem;
}
.about .main .w80 .vBox .right {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .vBox .right img {
  height: 31.25rem;
}
@media screen and (max-width: 1440px) {
  .about .main .w80 .box .b_left .b_left_box .content p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
  .about .main {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 992px) {
  .about .main .w80 .box .b_right {
    width: 100%;
  }
  .about .main .w80 .tBox .desc i {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .about .main {
    padding: 6rem 0;
  }
  .about .main .w80 .box .b_left {
    width: 100%;
    margin-top: 4rem;
  }
  .about .main .w80 .aBox .title .t_sub2 h3 {
    font-size: 1.25rem;
  }
  .about .main .w80 .aBox .title .t_sub1 p {
    font-size: 1rem;
  }
  .about .main .w80 .vBox .left {
    width: 100%;
  }
  .about .main .w80 .vBox .right {
    width: 100%;
  }
  .about .main .w80 .vBox .right img {
    height: auto;
  }
}
.contact .main {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.contact .main .c_top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.contact .main .c_top .w80 .left .l_t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.contact .main .c_top .w80 .left .l_t h2 {
  font-size: 5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.contact .main .c_top .w80 .left .l_t i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.contact .main .c_top .w80 .left .l_c {
  margin-top: 1rem;
}
.contact .main .c_top .w80 .left .l_c p {
  font-size: 1.5rem;
  color: #cd0000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main .c_top .w80 .right {
  width: 60%;
}
.contact .main .c_top .w80 .right .r_t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .c_top .w80 .right .r_t h3 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.contact .main .c_top .w80 .right .r_t p {
  margin-left: 1rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main .c_top .w80 .right .r_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.contact .main .c_top .w80 .right .r_c .item {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 1rem 0 1rem 2rem;
  box-sizing: border-box;
}
.contact .main .c_top .w80 .right .r_c .item h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
}
.contact .main .c_top .w80 .right .r_c .item:nth-of-type(1) {
  width: 40%;
}
.contact .main .c_top .w80 .right .r_c .item:nth-of-type(2) {
  width: 20%;
}
.contact .main .c_top .w80 .right .r_c .item:nth-of-type(3) {
  width: 36%;
}
.contact .main .c_bottom {
  margin-top: 6.25rem;
}
.contact .main .c_bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .c_bottom .w80 .left {
  width: 34%;
  position: relative;
}
.contact .main .c_bottom .w80 .left .img {
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .c_bottom .w80 .left .img img {
  width: 100%;
}
.contact .main .c_bottom .w80 .right {
  width: 60%;
}
.contact .main .c_bottom .w80 .right .sub1 p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.875rem;
}
.contact .main .c_bottom .w80 .right .sub1 h3 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.contact .main .c_bottom .w80 .right .sub2 {
  margin-top: 60px;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .c_bottom .w80 .right .sub2 .sub2_item button {
  width: 100%;
  height: 3.125rem;
  border: none;
  background-color: #003382;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .c_top .w80 .right .r_t p {
    margin-left: 0;
    margin-top: 1rem;
  }
  .contact .main .c_top .w80 .right {
    width: 50%;
  }
  .contact .main .c_bottom .w80 .right {
    width: 50%;
  }
  .contact .main .c_bottom .w80 .left {
    width: 40%;
  }
  .contact .main .c_bottom .w80 .right .sub1 h3 {
    font-size: 1.5rem;
  }
  .contact .main .c_bottom .w80 .right .sub2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .c_top .w80 .left {
    width: 100%;
  }
  .contact .main .c_top .w80 .right {
    width: 100%;
    margin-top: 2rem;
  }
  .contact .main .c_top .w80 .left .l_t h2 {
    font-size: 2rem;
  }
  .contact .main .c_top .w80 .right .r_t h3 {
    font-size: 1.25rem;
  }
  .contact .main .c_top .w80 .right .r_t p {
    font-size: 1rem;
  }
  .contact .main .c_top .w80 .right .r_c .item {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .contact .main .c_bottom .w80 .left {
    display: none;
  }
  .contact .main .c_bottom .w80 .right {
    width: 100%;
  }
  .contact .main .c_bottom .w80 .right .sub1 h3 {
    font-size: 1.25rem;
  }
  .contact .main {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.products .main {
  padding-top: 10rem;
  overflow: hidden;
}
.products .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.products .main .top .desc {
  width: 70%;
}
.products .main .top .desc p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.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: #003382;
  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 {
    padding-top: 6rem;
  }
  .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;
  }
  .products .main .top .desc {
    width: 100%;
    margin-top: 1rem;
  }
  .products .main .top .desc p {
    line-height: 1.5;
  }
  .products .main .c ul li a .txt p {
    font-size: 1rem;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  background-color: #f3fbff;
}
.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;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.4);
  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: #f3fbff;
  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: #f3fbff;
  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 #003382;
}
.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;
  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.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: 3.13rem;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  width: calc(100% - 3.75rem);
  font-size: 1rem;
  padding-left: 0.31rem;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #003382;
  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: #003382;
  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 .pro_box .pro_content .pro_details .pd_img_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .pro_content .pro_details .pd_img_box .pd_img {
  width: 48%;
}
.proDetailed .main > div .pro_box .pro_content .pro_details .pd_img_box .pd_img img {
  width: 100%;
}
.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;
  border-top: 1px solid #f3fbff;
  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;
}
.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;
  }
  .proDetailed .main > div .top h4 a {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .top h4 {
    font-size: 0.875rem;
  }
  .proDetailed .main > div .top {
    margin-top: 1rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div span {
    font-size: 1.125rem;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    line-height: 2.5;
  }
  .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 span {
    font-size: 1rem;
  }
  .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 .next a {
    font-size: 1rem;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    font-size: 1rem;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 1.125rem;
  }
  .proDetailed .main > div .other ul li .txt p {
    font-size: 1rem;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details .pd_img_box .pd_img {
    width: 100%;
  }
}
.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: #f3fbff;
}
.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: #003382;
}
.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: #f3fbff;
}
.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: 16rem;
  }
  .news .main .part01 ul li a .text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .news .main .part01 ul li a .text span {
    font-size: 0.875rem;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1.125rem;
    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: 1rem;
  }
  .news .main .part01 ul li {
    margin-bottom: 1.2rem;
  }
}
.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;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 1rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 1rem;
  }
}
.shiyan .main {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.shiyan .main .w80 {
  padding: 3.75rem;
  box-sizing: border-box;
  background-color: #f3fbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shiyan .main .w80 .jcImg {
  width: 48%;
  margin-bottom: 1rem;
}
.shiyan .main .w80 .jcImg img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .shiyan .main .w80 img {
    width: 100%;
  }
  .shiyan .main .w80 {
    padding: 1rem;
  }
  .shiyan .main .w80 .jcImg {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .title .t_sub2 h3 {
    font-size: 2.4rem;
  }
  .title2.white .t2 h2 {
    font-size: 1.8rem;
  }
  header {
    height: 5.625rem;
    line-height: 5.625rem;
  }
  header > div .logo .logo_text a h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .title .t_sub2 h3 {
    font-size: 1.25rem;
  }
  .title .t_sub1 p {
    font-size: 1rem;
  }
  .title .t_sub2 {
    margin-top: 0.5rem;
  }
  .title2.white .t2 h2 {
    font-size: 1.125rem;
  }
  header {
    display: none;
  }
  header > div .logo .logo_text a h3 {
    font-size: 1.5rem;
  }
  .more2 a .m1 {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .more2 a .m2 {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  footer .w80 .top .left .f_txt h2 {
    font-size: 1.25rem;
  }
  footer .w80 .top .left .f_txt p {
    font-size: 1rem;
  }
  footer .w80 .top .center {
    display: none;
  }
  footer .w80 .top .right {
    display: none;
  }
  footer .w80 .bottom .item {
    width: 100%;
  }
  footer .w80 .bottom {
    margin-top: 4rem;
  }
  footer .w80 .bottom .item .b_txt h3 {
    font-size: 1.125rem;
  }
  footer {
    padding-top: 3rem;
  }
}
