: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 (max-width: 768px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  :root {
    font-size: 18px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 6.25rem;
  height: 6.25rem;
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 0.625rem;
}
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.5625rem;
}
header > div .logo nav {
  width: calc(100% - 4.375rem);
  line-height: inherit;
}
header > div .logo 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 .logo nav ul li {
  line-height: inherit;
  position: relative;
  width: 12.5%;
  z-index: 999;
  transition: all 1s;
}
header > div .logo nav ul li:hover {
  background-color: #e6f2f8;
}
header > div .logo nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div .logo nav ul li a {
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div .logo nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 6.25rem;
  left: 0;
  background-color: #e6f2f8;
}
header > div .logo nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 1.25rem;
}
header > div .logo nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 1.25rem;
}
header > div .logo 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 .logo nav ul li .menu .menu_item:hover {
  background-color: #00449a;
}
header > div .logo nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div .tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .languageBox {
  width: 8.125rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  margin-right: 0.625rem;
}
header > div .tool .languageBox:hover .t_box .language p {
  color: #00449a;
}
header > div .tool .languageBox:hover .t_box .language i {
  transform: rotate(90deg);
}
header > div .tool .languageBox:hover .t_change {
  display: block;
}
header > div .tool .languageBox .t_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .languageBox .t_box .img {
  background-color: #00449a;
  border-radius: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .languageBox .t_box .img img {
  width: 100%;
}
header > div .tool .languageBox .t_box .language {
  padding-left: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .languageBox .t_box .language p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding-right: 0.5rem;
}
header > div .tool .languageBox .t_box .language i {
  font-size: 0.875rem;
  display: block;
  transition: all 0.5s ease;
}
header > div .tool .languageBox .t_change {
  width: 100%;
  position: absolute;
  top: 1.5rem;
  display: none;
  padding-top: 1.25rem;
}
header > div .tool .languageBox .t_change .item {
  background-color: #e6f2f8;
  border-bottom: 0.0625rem solid #fff;
}
header > div .tool .languageBox .t_change .item:hover {
  background-color: #00449a;
  transition: all 0.5s;
}
header > div .tool .languageBox .t_change .item:hover a p {
  color: #fff;
}
header > div .tool .languageBox .t_change .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool .languageBox .t_change .item a img {
  width: initial;
  margin-right: 0.625rem;
}
header > div .tool .languageBox .t_change .item a p {
  font-size: 0.875rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
}
header > div .tool .tel .txt {
  margin-left: 0.5rem;
}
header > div .tool .tel .txt h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125rem;
  color: #00449a;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0rem;
  margin-bottom: 0.125rem;
}
header > div .tool .tel .txt h3 img {
  width: 0.75rem;
  margin-right: 0.375rem;
}
header > div .tool .tel .txt p {
  font-size: 0.75rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 1440px) {
  header > div .logo nav ul li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.more {
  width: 15.625rem;
  background-color: #00449a;
  position: relative;
}
.more a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 400;
  text-align: left;
}
.more a img {
  margin-left: 0.625rem;
  display: block;
  width: initial;
  transition: all 0.5s ease;
}
.more::after {
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
}
.more:hover a p {
  font-weight: 700;
}
.more:hover a img {
  margin-left: 1rem;
}
.more:hover::after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .more {
    width: 12rem;
  }
  .more a p {
    font-size: 0.8rem;
    line-height: 2.6rem;
  }
}
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
footer {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-image: url(/images/footBg.jpg);
  padding-bottom: 3.125rem;
}
footer .w90 .top {
  margin-top: 8.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .top .left .img {
  text-align: center;
}
footer .w90 .top .left .img img {
  width: initial;
  margin: 0 auto 2.5rem;
}
footer .w90 .top .left .txt p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .w90 .top .center a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
}
footer .w90 .top .center span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.4;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
footer .w90 .top .right h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
}
footer .w90 .top .right .r1 p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.875rem;
}
footer .w90 .top .right .r2 {
  margin-top: 2.5rem;
}
footer .w90 .top .right .r2 p {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.875rem;
  opacity: 0.4;
}
footer .w90 .bottom {
  margin-top: 8.75rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .bottom a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0 0.75rem;
}
@media screen and (max-width: 1440px) {
  footer .w90 .top {
    margin-top: 6.875rem;
  }
  footer .w90 .bottom {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 992px) {
  footer .w90 .top .center {
    display: none;
  }
  footer .w90 .top .left {
    width: 100%;
  }
  footer .w90 .top .right {
    width: 100%;
    margin-top: 3.75rem;
  }
  footer .w90 .top .left .img img {
    width: 6.25rem;
    margin-bottom: 1.25rem;
  }
  footer .w90 .top .left .txt p {
    font-size: 1.25rem;
  }
  footer .w90 .top {
    margin-top: 5rem;
  }
  footer .w90 .top .right h3 {
    display: none;
  }
  footer .w90 .bottom {
    margin-top: 2.5rem;
  }
  footer .w90 .bottom a {
    margin-bottom: 0.625rem;
  }
  footer {
    padding-bottom: 1.25rem;
  }
}
.index .main .part01 {
  padding-top: 10.625rem;
}
.index .main .part01 .w90 .t1 {
  width: 70%;
}
.index .main .part01 .w90 .t1 h4 {
  font-size: 2rem;
  color: #00449a;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .main .part01 .w90 .t1 h2 {
  font-size: 2.75rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3.75rem;
}
.index .main .part01 .w90 .c1 {
  width: 74%;
  margin-bottom: 6.25rem;
}
.index .main .part01 .w90 .c1 p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.5rem;
}
.index .main .part01 .w90 .t2 {
  background-image: url(/images/part01Bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  background-size: 80%;
  position: relative;
}
.index .main .part01 .w90 .t2 .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .main .part01 .w90 .t2 .img img {
  width: 100%;
  display: block;
}
.index .main .part02 {
  margin-top: 7.5rem;
  margin-bottom: 13.75rem;
}
.index .main .part02 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 35.625rem;
}
.index .main .part02 .w90 .left {
  width: 50%;
  height: inherit;
}
.index .main .part02 .w90 .left .img {
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.index .main .part02 .w90 .left .img img {
  width: 100%;
  display: block;
}
.index .main .part02 .w90 .right {
  width: 40%;
  height: inherit;
  position: relative;
}
.index .main .part02 .w90 .right .r1 h4 {
  font-size: 2rem;
  color: #00449a;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .main .part02 .w90 .right .r1 h3 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .main .part02 .w90 .right .r2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .main .part02 .w90 .right .r2 .item {
  height: 3.125rem;
  margin-top: 2.75rem;
  border-bottom: 0.0625rem solid #d6d6d6;
  transition: all 0.5s ease;
  position: relative;
}
.index .main .part02 .w90 .right .r2 .item::after {
  display: block;
  content: "";
  width: 0%;
  height: 0.1875rem;
  background-color: #00449a;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.index .main .part02 .w90 .right .r2 .item.active {
  height: 5rem;
}
.index .main .part02 .w90 .right .r2 .item.active::after {
  width: 100%;
}
.index .main .part02 .w90 .right .r2 .item.active a .i_t h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00449a;
}
.index .main .part02 .w90 .right .r2 .item.active a .i_c {
  height: 1.125rem;
  opacity: 1;
}
.index .main .part02 .w90 .right .r2 .item.active a .i_c p {
  color: #333;
}
.index .main .part02 .w90 .right .r2 .item.active a .i_c p span {
  color: #00449a;
  font-size: 1rem;
}
.index .main .part02 .w90 .right .r2 .item a .i_t {
  height: 1.625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part02 .w90 .right .r2 .item a .i_t span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  display: block;
  background-color: #00449a;
  margin-right: 0.5rem;
}
.index .main .part02 .w90 .right .r2 .item a .i_t h5 {
  width: calc(100% - 0.75rem);
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part02 .w90 .right .r2 .item a .i_c {
  margin-top: 0.875rem;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index .main .part02 .w90 .right .r2 .item a .i_c p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 {
  position: relative;
  width: 100%;
}
.index .main .part03 .w90 .left {
  margin-top: 12.5rem;
  width: 30%;
  padding-bottom: 8.75rem;
  cursor: pointer;
}
.index .main .part03 .w90 .left .t_1 {
  margin-bottom: 5.625rem;
}
.index .main .part03 .w90 .left .t_1 h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .main .part03 .w90 .left .t_1 p {
  margin-top: 2.75rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
.index .main .part03 .w90 .left .t_2 {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.index .main .part03 .w90 .left .t_2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w90 .left .t_2 ul li {
  width: 25%;
  margin-bottom: 2.25rem;
  opacity: 0.6;
}
.index .main .part03 .w90 .left .t_2 ul li.active {
  opacity: 1;
}
.index .main .part03 .w90 .left .t_2 ul li.active .t_txt h4 {
  font-weight: 700;
}
.index .main .part03 .w90 .left .t_2 ul li.active .t_txt::after {
  width: 100%;
}
.index .main .part03 .w90 .left .t_2 ul li:nth-of-type(n + 5) {
  margin-bottom: 0;
}
.index .main .part03 .w90 .left .t_2 ul li .t_icon {
  margin-bottom: 1rem;
}
.index .main .part03 .w90 .left .t_2 ul li .t_icon img {
  width: initial;
}
.index .main .part03 .w90 .left .t_2 ul li .t_txt {
  display: inline-block;
}
.index .main .part03 .w90 .left .t_2 ul li .t_txt h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 .w90 .left .t_2 ul li .t_txt::after {
  display: block;
  content: "";
  height: 0.125rem;
  width: 0%;
  background-color: #fff;
  margin-top: 0.625rem;
  transition: all 0.5s ease;
}
.index .main .part03 .w90 .right {
  width: 62.5%;
  position: absolute;
  right: 0;
  top: 0rem;
  height: 43.75rem;
  overflow: hidden;
  z-index: 6;
  box-sizing: border-box;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  background-color: #fff;
}
.index .main .part03 .w90 .right ul {
  position: relative;
  width: 100%;
  height: inherit;
}
.index .main .part03 .w90 .right ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.index .main .part03 .w90 .right ul li.active {
  z-index: 3;
  opacity: 1;
}
.index .main .part03 .w90 .right ul li.active .liBox .img img {
  transform: scale(1);
  transition: all 3s ease;
}
.index .main .part03 .w90 .right ul li.active .liBox .txt {
  opacity: 1;
  transition: all 1s ease;
  bottom: 0.5rem;
}
.index .main .part03 .w90 .right ul li .liBox {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index .main .part03 .w90 .right ul li .liBox .img img {
  width: 100%;
  transform: scale(1.1);
}
.index .main .part03 .w90 .right ul li .liBox .txt {
  width: 100%;
  height: 5.625rem;
  box-sizing: border-box;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding: 0 5rem;
  position: absolute;
  bottom: -5.625rem;
  left: 0;
  z-index: 2;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w90 .right ul li .liBox .txt .t_1 h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .main .part03 .w90 .right ul li .liBox .txt .t_2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w90 .right ul li .liBox .txt .t_2 a p {
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 .w90 .right ul li .liBox .txt .t_2 a img {
  margin-left: 0.625rem;
  display: block;
  width: initial;
}
.index .main .part03 .w90 .right ul li .liBox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.index .main .part03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 66.6%;
  height: 44.375rem;
  background-color: #00449a;
  z-index: -1;
}
.index .main .part04 {
  margin-top: 11.875rem;
  margin-bottom: 11.25rem;
}
.index .main .part04 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part04 .w90 .title h2 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .main .part04 .w90 .title h4 {
  font-size: 1.875rem;
  color: #00449a;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.index .main .part04 .n_content {
  margin-top: 5rem;
  width: 95%;
  margin-left: 5%;
}
.index .main .part04 .n_content ul li {
  display: block;
}
.index .main .part04 .n_content ul li:hover a .d .d1 {
  background-color: #00449a;
}
.index .main .part04 .n_content ul li:hover a .d .d1 p {
  color: #fff;
}
.index .main .part04 .n_content ul li:hover a .d .d2 p {
  color: #00449a;
}
.index .main .part04 .n_content ul li:hover a .img img {
  transform: scale(1.1);
}
.index .main .part04 .n_content ul li a .d {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.index .main .part04 .n_content ul li a .d .d1 {
  border: 0.0625rem solid #00449a;
  padding: 0 1.875rem;
  border-radius: 1.875rem;
  margin-right: 1.5rem;
}
.index .main .part04 .n_content ul li a .d .d1 p {
  font-size: 0.9375rem;
  color: #00449a;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.index .main .part04 .n_content ul li a .d .d2 p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  text-align: center;
}
.index .main .part04 .n_content ul li a .t {
  margin-bottom: 3.125rem;
  width: 100%;
}
.index .main .part04 .n_content ul li a .t h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}
.index .main .part04 .n_content ul li a .img {
  width: 100%;
  overflow: hidden;
}
.index .main .part04 .n_content ul li a .img img {
  width: 100%;
  transition: all 1.5s ease;
}
.index .main .part05 {
  border-top: 0.5rem solid #f0f0f0;
  border-bottom: 0.5rem solid #f0f0f0;
  padding: 3.75rem 0;
}
.index .main .part05 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part05 .w90 .left {
  width: 22%;
}
.index .main .part05 .w90 .left h3 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 1.125rem;
}
.index .main .part05 .w90 .left p {
  font-size: 1.125rem;
  color: #00449a;
  line-height: 1.8;
  font-weight: 400;
  text-align: right;
}
.index .main .part05 .w90 .right {
  width: 72%;
}
.index .main .part05 .w90 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part05 .w90 .right ul li span {
  display: block;
  width: 0.0625rem;
  height: 3.125rem;
  background-color: #f0f0f0;
}
.index .main .part06 {
  height: 34.375rem;
  width: 100%;
  background-image: url(/images/part06Bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.index .main .part06 .w90 {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part06 .w90 .wb h2 {
  font-size: 2.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}
.index .main .part06 .w90 .wb > p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 4.375rem;
}
.index .main .part06 .w90 .wb .more {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .index .main .part02 {
    margin-bottom: 11rem;
  }
  .index .main .part02 .w90 {
    height: 30rem;
  }
  .index .main .part01 .w90 .t1 h2 {
    font-size: 2.4rem;
  }
  .index .main .part01 .w90 .t1 h4 {
    font-size: 1.8rem;
  }
  .index .main .part02 .w90 .right .r1 h4 {
    font-size: 1.8rem;
  }
  .index .main .part02 .w90 .right .r1 h3 {
    font-size: 2.4rem;
  }
  .index .main .part03 .w90 .left .t_1 h2 {
    font-size: 2.4rem;
  }
  .index .main .part03 .w90 .left .t_1 p {
    font-size: 1.14rem;
    margin-top: 2rem;
  }
  .index .main .part04 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .index .main .part04 .w90 .title h2 {
    font-size: 2.4rem;
  }
  .index .main .part04 .w90 .title h4 {
    font-size: 1.8rem;
  }
  .index .main .part05 .w90 .left h3 {
    font-size: 2.4rem;
  }
  .index .main .part06 .w90 .wb h2 {
    font-size: 2.4rem;
  }
  .index .main .part06 {
    height: 28rem;
  }
}
@media screen and (max-width: 992px) {
  .index .main .part01 {
    padding-top: 6rem;
  }
  .index .main .part01 .w90 .t1 {
    width: 100%;
  }
  .index .main .part01 .w90 .t1 h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .index .main .part01 .w90 .t1 h4 {
    font-size: 1.2rem;
  }
  .index .main .part01 .w90 .c1 {
    width: 100%;
  }
  .index .main .part01 .w90 .c1 p {
    font-size: 1rem;
  }
  .index .main .part01 .w90 .t2 {
    position: static;
    background: none;
  }
  .index .main .part01 .w90 .t2 .more {
    position: static;
  }
  .index .main .part01 .w90 .t2 .img {
    display: none;
  }
  .index .main .part02 {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  .index .main .part02 .w90 {
    height: auto;
  }
  .index .main .part02 .w90 .left {
    width: 100%;
    height: auto;
  }
  .index .main .part02 .w90 .right {
    margin-top: 2rem;
    width: 100%;
  }
  .index .main .part02 .w90 .right .r2 {
    position: static;
  }
  .index .main .part02 .w90 .right .r1 h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .index .main .part02 .w90 .right .r1 h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .index .main .part02 .w90 .right .r2 .item.active a .i_t h5 {
    font-size: 1.2rem;
  }
  .index .main .part02 .w90 .right .r2 .item.active {
    height: 6rem;
  }
  .index .main .part02 .w90 .right .r2 .item {
    margin-top: 2rem;
  }
  .index .main .part02 .w90 .right .r2 .item a .i_c p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .index .main .part02 .w90 .right .r2 .item a .i_t h5 {
    font-size: 1rem;
  }
  .index .main .part02 .w90 .right .r2 .item.active a .i_c {
    height: auto;
  }
  .index .main .part03 {
    background-color: #00449a;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .main .part03 .w90 .left {
    margin-top: 0;
    width: 100%;
    padding-bottom: 3rem;
  }
  .index .main .part03 .w90 .right {
    width: 100%;
    height: 13.4rem;
    position: static;
    border: none;
  }
  .index .main .part03 .w90 .left .t_1 h2 {
    font-size: 1.4rem;
  }
  .index .main .part03 .w90 .left .t_1 p {
    margin-top: 1.2rem;
    font-size: 1rem;
    line-height: 1.4;
  }
  .index .main .part03 .w90 .left .t_2 ul li .t_txt h4 {
    font-size: 1rem;
  }
  .index .main .part03 .w90 .left .t_2 ul li {
    text-align: center;
  }
  .index .main .part03 .w90 .left .t_2 ul li .t_icon img {
    margin: 0 auto;
  }
  .index .main .part03 .w90 .left .t_2 ul li .t_icon {
    margin-bottom: 0.6rem;
  }
  .index .main .part03 .w90 .right ul li .liBox .txt {
    padding: 0 1rem;
    height: 2.6rem;
  }
  .index .main .part03 .w90 .right ul li .liBox .txt .t_1 h4 {
    font-size: 1.1rem;
  }
  .index .main .part03 .w90 .right ul li .liBox .txt .t_2 a p {
    line-height: 2.6rem;
  }
  .index .main .part03 .w90 .right ul li .liBox::after {
    height: 6rem;
  }
  .index .main .part03 .w90 .left .t_1 {
    margin-bottom: 3rem;
  }
  .index .main .part04 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .index .main .part04 .w90 .title h2 {
    font-size: 1.4rem;
  }
  .index .main .part04 .w90 .title h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .index .main .part04 .n_content {
    width: 90%;
    margin-left: 5%;
    margin-top: 3rem;
  }
  .index .main .part04 .w90 .more {
    display: none;
  }
  .index .main .part05 .w90 .left {
    width: 100%;
  }
  .index .main .part05 .w90 .left h3 {
    text-align: center;
    font-size: 1.4rem;
  }
  .index .main .part05 .w90 .left p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
  .index .main .part05 .w90 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .index .main .part05 .w90 .right ul {
    width: 100%;
  }
  .index .main .part05 .w90 .right ul li {
    width: 44%;
  }
  .index .main .part05 .w90 .right ul li:nth-of-type(1) .img {
    width: 70%;
    margin: 0 auto;
  }
  .index .main .part05 .w90 .right ul li:nth-of-type(1) .img img {
    width: 100%;
  }
  .index .main .part05 .w90 .right ul li:nth-of-type(4) {
    display: none;
  }
  .index .main .part05 .w90 .right ul li:nth-of-type(2n) {
    width: 1px;
  }
  .index .main .part05 .w90 .right ul li .img {
    width: 100%;
  }
  .index .main .part05 .w90 .right ul li .img img {
    width: 100%;
  }
  .index .main .part06 .w90 .wb h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .index .main .part06 .w90 .wb > p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.about .main .part01 {
  position: relative;
  background-image: url(/images/aboutPart01Bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 56.25rem;
  margin-top: 10rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}
.about .main .part01 .w90 .left {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w90 .left .l1 {
  display: block;
  position: relative;
  height: 56.25rem;
}
.about .main .part01 .w90 .left .l1 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  border-radius: 0.25rem;
  background-color: #00449a;
}
.about .main .part01 .w90 .left .l1::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 0.0625rem;
  height: 18.75rem;
  background-color: #00449a;
}
.about .main .part01 .w90 .left .l2 {
  width: calc(100% - 12.5rem);
}
.about .main .part01 .w90 .left .l2 .title {
  padding-bottom: 3.75rem;
}
.about .main .part01 .w90 .left .l2 .title h2 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w90 .left .l2 .title h4 {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #00449a;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .part01 .w90 .left .l2 .c p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.5rem;
}
.about .main .part01 .w90 .right {
  position: absolute;
  top: 0rem;
  right: 0;
}
.about .main .part02 {
  position: relative;
}
.about .main .part02 .w90 .title h2 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part02 .w90 .title h4 {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #00449a;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .part02 .w90 .content {
  margin-top: 6.25rem;
  margin-bottom: 8.75rem;
}
.about .main .part02 .w90 .content div {
  padding-bottom: 3.75rem;
}
.about .main .part02 .w90 .content div ul {
  padding-bottom: 6.25rem;
}
.about .main .part02 .w90 .content div ul li {
  display: block;
  background-image: url(/images/honorBg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 16.5625rem;
  box-sizing: border-box;
  padding: 3.75rem 1.875rem;
  filter: grayscale(100%);
  opacity: 0.4;
}
.about .main .part02 .w90 .content div ul li.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%);
}
.about .main .part02 .w90 .content div ul li h4 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.about .main .part02 .w90 .content div ul li p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part02 .w90 .content div .swiper-pagination {
  bottom: 3.125rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w90 .content div .swiper-pagination span {
  display: block;
  position: relative;
}
.about .main .part02 .w90 .content div .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.about .main .part02 .w90 .content div .swiper-pagination span.swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.25rem;
  background-color: #00449a;
}
.about .main .part02 .w90 .content div .swiper-pagination span::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2.875rem;
  z-index: -1;
  transform: translate(-50%, 0);
  font-weight: 700;
  font-size: 1.125rem;
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(1)::before {
  content: "1988";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(2)::before {
  content: "1989";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(3)::before {
  content: "1994";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(4)::before {
  content: "1997";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(5)::before {
  content: "1998";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(6)::before {
  content: "2001";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(7)::before {
  content: "2002";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(8)::before {
  content: "2005";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(9)::before {
  content: "2006";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(10)::before {
  content: "2008";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(11)::before {
  content: "2013";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(12)::before {
  content: "2013";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(13)::before {
  content: "2015";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(14)::before {
  content: "2016";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(15)::before {
  content: "2016";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(16)::before {
  content: "2019";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(17)::before {
  content: "2020";
}
.about .main .part02 .w90 .content div .swiper-pagination span:nth-of-type(18)::before {
  content: "2022";
}
.about .main .part02::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  border-top: 0.0625rem dashed #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 12.0625rem;
}
.about .main .part03 {
  height: 47.5rem;
  position: relative;
  background-color: #00449a;
}
.about .main .part03 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.about .main .part03 .w90 {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about .main .part03 .w90 > div {
  width: 100%;
}
.about .main .part03 .w90 > div .title h2 {
  font-size: 2.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .part03 .w90 > div .title h4 {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .part03 .w90 > div .c {
  width: 60%;
  margin: 2.5rem auto 0;
  padding: 1.875rem 0;
  border-radius: 1.25rem;
  background-color: rgba(0, 29, 64, 0.8);
}
.about .main .part03 .w90 > div .c p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}
.about .main .part04 {
  margin-top: 10rem;
  padding-bottom: 11.25rem;
  background-image: url(/images/earth.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about .main .part04 .w90 .top {
  margin-bottom: 6.25rem;
}
.about .main .part04 .w90 .top .title h2 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .part04 .w90 .top .title h4 {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #00449a;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .part04 .w90 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w90 .bottom .left img {
  width: initial;
}
.about .main .part04 .w90 .bottom .right img {
  width: initial;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w90 .right {
    width: 48%;
    overflow: hidden;
  }
  .about .main .part01 .w90 .left .l2 {
    width: calc(100% - 9rem);
  }
  .about .main .part01 .w90 .left .l2 .title h2 {
    font-size: 2.4rem;
  }
  .about .main .part02 .w90 .title h2 {
    font-size: 2.34rem;
  }
  .about .main .part03 .w90 > div .title h2 {
    font-size: 2.4rem;
  }
  .about .main .part04 .w90 .top .title h2 {
    font-size: 2.4rem;
  }
  .about .main .part04 .w90 .top .title h4 {
    font-size: 1.3rem;
  }
  .about .main .part04 .w90 .bottom .left {
    width: 50%;
  }
  .about .main .part04 .w90 .bottom .left img {
    width: 100%;
  }
  .about .main .part04 .w90 .bottom .right {
    width: 30%;
  }
  .about .main .part04 .w90 .bottom .right img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 {
    margin-top: 6rem;
    height: auto;
    margin-bottom: 6rem;
  }
  .about .main .part01 .w90 .left .l2 .title {
    padding-bottom: 2.4rem;
  }
  .about .main .part01 .w90 .left .l2 .c p {
    margin-bottom: 1rem;
  }
  .about .main .part01 .w90 .left {
    width: 100%;
  }
  .about .main .part01 .w90 .right {
    margin-top: 2rem;
    width: 100%;
    position: static;
  }
  .about .main .part01 .w90 .left .l1 {
    display: none;
  }
  .about .main .part01 .w90 .left .l2 {
    width: 100%;
  }
  .about .main .part01 .w90 .left .l2 .title h2 {
    font-size: 1.4rem;
  }
  .about .main .part01 .w90 .left .l2 .title h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about .main .part01 .w90 .right .img img {
    width: 100%;
  }
  .about .main .part02 .w90 .title h2 {
    font-size: 1.4rem;
  }
  .about .main .part02 .w90 .title h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about .main .part02 .w90 .content div .swiper-pagination {
    display: none;
  }
  .about .main .part02 .w90 .content div ul li {
    background-size: 100%;
  }
  .about .main .part02 .w90 .content div {
    padding-bottom: 0;
  }
  .about .main .part02 .w90 .content {
    margin-bottom: 0rem;
    margin-top: 0;
  }
  .about .main .part02::after {
    display: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .about .main .part03 .w90 > div .title h2 {
    font-size: 1.4rem;
  }
  .about .main .part03 .w90 > div .title h4 {
    font-size: 1.2rem;
    line-height: 1.4;
    width: 80%;
    margin: 1rem auto 0;
  }
  .about .main .part03 .w90 > div .c {
    width: 100%;
  }
  .about .main .part04 .w90 .top .title h2 {
    font-size: 1.4rem;
  }
  .about .main .part04 {
    margin-top: 6rem;
    padding-bottom: 8rem;
  }
  .about .main .part04 .w90 .top {
    margin-bottom: 3rem;
  }
  .about .main .part04 .w90 .top .title h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about .main .part04 .w90 .bottom .left {
    width: 100%;
  }
  .about .main .part04 .w90 .bottom .right {
    width: 70%;
    margin: 2rem auto 0;
  }
}
.yanfa .main {
  background-color: #e6f2f8;
  overflow: hidden;
}
.yanfa .main .center {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  box-sizing: border-box;
  padding: 5rem;
  min-height: 31.25rem;
}
.yanfa .main .center p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem dashed #e6f2f8;
}
.product .main {
  margin-top: 7.5rem;
}
.product .main .w90 .center {
  padding: 0.625rem;
  box-sizing: border-box;
}
.product .main .w90 .center ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li {
  width: 23%;
  margin-right: 2.4%;
  margin-bottom: 3.75rem;
  border: 0.0625rem solid #e6f2f8;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.375rem 0.5rem 0.75rem #e6f2f8;
}
.product .main .w90 .center ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w90 .center ul li:hover .img img {
  transform: scale(1.1);
}
.product .main .w90 .center ul li:hover .txt .d i {
  transform: translate(-50%, -50%) rotate(0deg);
}
.product .main .w90 .center ul li .img {
  overflow: hidden;
}
.product .main .w90 .center ul li .img img {
  width: 100%;
  transition: all 1s ease;
}
.product .main .w90 .center ul li .txt {
  box-sizing: border-box;
  padding: 0.625rem 1.875rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li .txt h3 {
  font-size: 1.5rem;
  color: #00449a;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w90 .center ul li .txt .d {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #2d3e75, #38519e);
  position: relative;
}
.product .main .w90 .center ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 1.5rem;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .product .main .w90 .center ul li .txt {
    padding: 0.625rem 1.875rem 1.5rem;
  }
  .product .main .w90 .center ul li .txt h3 {
    font-size: 1.3rem;
  }
  .product .main .w90 .center ul li .txt .d {
    width: 2.3rem;
    height: 2.3rem;
  }
  .product .main .w90 .center ul li .txt .d i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .product .main {
    margin-top: 6rem;
  }
  .product .main .w90 .center ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  background-color: #e6f2f8;
}
.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 {
  padding: 0 5.625rem;
}
.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.625rem;
  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: #e6f2f8;
  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: #e6f2f8;
  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 #00449a;
}
.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: #00449a;
  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: #00449a;
  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: #fed414;
  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 #e6f2f8;
  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 {
  width: 2.125rem;
  height: 2.125rem;
  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.125rem;
  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: -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;
  }
}
.shebei .main {
  padding-top: 6.25rem;
  overflow: hidden;
}
.shebei .main .c {
  margin-top: 3.125rem;
}
.shebei .main .c ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shebei .main .c ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 1.625rem;
  transition: all 0.5s ease;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.375rem 0.5rem 0.75rem #e6f2f8;
}
.shebei .main .c ul li:hover a .img img {
  transform: scale(1.06);
}
.shebei .main .c ul li:hover a .txt p {
  color: #fff;
}
.shebei .main .c ul li:hover a::after {
  height: 100%;
}
.shebei .main .c ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 0.0625rem solid #efefef;
}
.shebei .main .c ul li a .img {
  overflow: hidden;
  padding: 10% 5% 0 5%;
  width: 100%;
  box-sizing: border-box;
}
.shebei .main .c ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.shebei .main .c ul li a .txt {
  padding: 1.25rem;
  transition: all 0.5s ease;
}
.shebei .main .c ul li a .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.shebei .main .c ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #00449a;
  transition: all 0.5s ease;
}
.shebei .main .c ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .shebei .main .c ul li a .txt .left {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .shebei .main .c {
    margin-top: 0;
  }
  .shebei .main .c ul li {
    width: 100%;
  }
  .shebei .main .c ul li a .txt .right p {
    font-size: 0.75rem;
  }
}
.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: #e6f2f8;
}
.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: #00449a;
}
.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;
  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: #e6f2f8;
}
.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;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1rem;
    font-weight: 400;
  }
}
.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 .contact_sub1 {
  margin-top: 8.75rem;
}
.contact .main .contact_sub1 .w90 {
  padding-bottom: 0.5rem;
}
.contact .main .contact_sub1 .w90 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li {
  width: 23%;
  border: 0.0625rem solid #efefef;
  height: 18.75rem;
  border-radius: 1.25rem;
  box-shadow: 0.375rem 0.5rem 0.75rem #e6f2f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .contact_sub1 .w90 ul li .c_icon {
  width: 80%;
  height: 3.125rem;
  text-align: center;
  margin: 0 auto;
  border-bottom: 0.0625rem dashed #cacaca;
  padding-bottom: 1rem;
}
.contact .main .contact_sub1 .w90 ul li .c_icon i {
  font-size: 3.25rem;
  color: #00449a;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .contact_sub1 .w90 ul li .text {
  width: 100%;
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li .text h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
}
.contact .main .contact_sub1 .w90 ul li .text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(5) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(5) .text {
  margin-top: 1rem;
}
.contact .main .contact_sub1 .w90 ul li:nth-child(5) .text h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:hover {
  box-shadow: 0.125rem 0.125rem 0.375rem #efefef;
}
.contact .main .contact_sub1 .w90 ul li:hover .c_icon i {
  transform: rotateY(180deg);
}
.contact .main .contact_bottom {
  margin-top: 5rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .left {
  width: 42%;
  position: relative;
}
.contact .main .contact_bottom .w90 .left .img {
  margin-left: 6.25rem;
  position: relative;
  z-index: 6;
  border-radius: 1.875rem 0 0 0;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 .left .img img {
  width: 100%;
}
.contact .main .contact_bottom .w90 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -8.125rem;
  width: 16.25rem;
  height: 16.25rem;
  animation: move 2s linear infinite;
}
.contact .main .contact_bottom .w90 .left .box .box1 {
  width: 16.25rem;
  height: 16.25rem;
  border-radius: 50%;
  background-color: #e6f2f8;
}
.contact .main .contact_bottom .w90 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #00449a;
}
.contact .main .contact_bottom .w90 .right {
  width: 54%;
}
.contact .main .contact_bottom .w90 .right .sub1 p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.875rem;
}
.contact .main .contact_bottom .w90 .right .sub1 h3 {
  font-size: 2.25rem;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_bottom .w90 .right .sub2 {
  margin-top: 3.75rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item {
  margin-bottom: 0.875rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
  width: 100%;
  height: 3.125rem;
  border: none;
  background-color: #00449a;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 7.5rem;
  }
  .contact .main .contact_sub1 .w90 ul li {
    height: 15.625rem;
  }
  .contact .main .contact_sub1 .w90 ul li .text h3 {
    font-size: 1.125rem;
  }
  .contact .main .contact_sub1 .w90 ul li .text p {
    font-size: 1rem;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .text h3 {
    font-size: 1rem;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 80%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 1.5rem;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 {
    margin-top: 2.625rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 0.8125rem;
    line-height: 2.875rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 0.8125rem;
    line-height: 2.875rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 0.8125rem;
    line-height: 2.875rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 0.8125rem;
    line-height: 2.875rem;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
    height: 2.875rem;
  }
  .contact .main .contact_bottom .w90 .left .box {
    width: 12.5rem;
    height: 12.5rem;
  }
  .contact .main .contact_bottom .w90 .left .box .box1 {
    width: 12.5rem;
    height: 12.5rem;
  }
  .contact .main .contact_bottom .w90 .left .box .box2 {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .contact_sub1 .w90 ul li {
    width: 100%;
    margin-bottom: 1.25rem;
    height: 12.5rem;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 50%;
  }
  .contact .main .contact_bottom .w90 .left {
    display: none;
  }
  .contact .main .contact_bottom .w90 .right {
    width: 100%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 1.125rem;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 0.9375rem;
  }
}
