header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 112px;
  height: 112px;
}
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: 20px;
}
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: 52px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 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: 15%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #edf4f6;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  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: #edf4f6;
}
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: #004f94;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
}
header > div nav .tool a > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool a > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #004f94;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool a > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div .logo .logo_img a img {
    height: 44px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.footer {
  background-color: #004f94;
  padding-bottom: 60px;
}
.footer .w80 .top {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .w80 .top .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .w80 .top .left dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.footer .w80 .top .left dl dt::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e70012;
  margin-top: 8px;
  margin-bottom: 20px;
}
.footer .w80 .top .left dl dd {
  margin-bottom: 16px;
}
.footer .w80 .top .left dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.footer .w80 .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .top .right .r_sub1 {
  margin-left: 40px;
}
.footer .w80 .top .right .r_sub1 img {
  margin-bottom: 14px;
  width: 140px;
}
.footer .w80 .top .right .r_sub1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.footer .w80 .bottom {
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left .f_left_item {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left .f_left_item i {
  color: #fff;
  background-color: #e70012;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 100;
}
.footer .w80 .bottom .left .f_left_item p {
  padding-left: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.footer .w80 .bottom .right .f_right_item {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  text-align: right;
}
.footer .w80 .bottom .right .f_right_item a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-left: 30px;
}
@media screen and (max-width: 1440px) {
  .footer .w80 .top .left dl dt a {
    font-size: 18px;
  }
  .footer .w80 .top .left dl dd a {
    font-size: 14px;
  }
  .footer .w80 .top .right p {
    font-size: 15px;
  }
  .footer .w80 .bottom .right .f_right_item a {
    font-size: 14px;
  }
  .footer .w80 .bottom .left .f_left_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .footer .w80 .top {
    display: none;
  }
  .footer .w80 .bottom .right .f_right_item:nth-of-type(2) {
    display: none;
  }
  .footer .w80 .bottom .left .f_left_item:nth-of-type(2) i {
    display: none;
  }
}
.title {
  position: relative;
}
.title.center h1 {
  text-align: center;
}
.title.center h3 {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.title h1 {
  font-size: 110px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  /* 设置背景为渐变 */
  background-image: linear-gradient(to bottom, #e9e9f0, rgba(233, 233, 240, 0));
  /* 使背景仅应用于文字 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色为透明，‌以便显示背景渐变 */
  color: transparent;
}
.title h3 {
  font-size: 42px;
  color: #333;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .title h1 {
    font-size: 78px;
  }
  .title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .title h1 {
    font-size: 56px;
  }
  .title h3 {
    font-size: 22px;
  }
}
.more {
  position: relative;
  width: 240px;
  margin-left: 14px;
}
.more a {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.more a img {
  margin-left: 10px;
}
.more span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #004f94;
  transform: skewX(-20deg);
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .more {
    width: 180px;
  }
  .more a {
    line-height: 48px;
    font-size: 15px;
  }
}
.index .part01 .top {
  padding: 40px 0;
}
.index .part01 .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .top .w80 .l_btn {
  width: 24px;
  height: 150px;
  background-color: #edf4f6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .top .w80 .l_btn i {
  font-size: 24px;
  color: #004f94;
  transform: rotate(180deg);
}
.index .part01 .top .w80 .r_btn {
  width: 24px;
  height: 150px;
  background-color: #edf4f6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .top .w80 .r_btn i {
  font-size: 24px;
  color: #004f94;
}
.index .part01 .top .w80 .prolist {
  width: calc(100% - 120px);
  overflow: hidden;
}
.index .part01 .top .w80 .prolist ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 9999px;
  transition: all 0.5s ease;
}
.index .part01 .top .w80 .prolist ul li {
  width: auto;
  border: 4px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 10px;
  margin-right: 10px;
  width: 176px;
}
.index .part01 .top .w80 .prolist ul li.current {
  border: 4px solid #d1e4f5;
}
.index .part01 .top .w80 .prolist ul li:hover {
  border: 4px solid #d1e4f5;
}
.index .part01 .top .w80 .prolist ul li .img img {
  width: 100%;
}
.index .part01 .top .w80 .prolist ul li .text p {
  font-size: 14px;
  color: #333;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}
.index .part01 .bottom {
  background-image: url(/images/indexpart01_bg.jpg);
  padding-top: 130px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.index .part01 .bottom .w80 {
  position: relative;
}
.index .part01 .bottom .w80 .item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .bottom .w80 .item.current {
  position: static;
  opacity: 1;
}
.index .part01 .bottom .w80 .item .b_img {
  width: 44%;
}
.index .part01 .bottom .w80 .item .b_img img {
  width: initial;
}
.index .part01 .bottom .w80 .item .b_text {
  width: 42%;
}
.index .part01 .bottom .w80 .item .b_text .b_content {
  margin-top: 40px;
  margin-bottom: 140px;
}
.index .part01 .bottom .w80 .item .b_text .b_content p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .part01 .bottom .w80 .item .b_text .b_content p span {
  font-weight: 700;
}
.index .part02 {
  background-image: url(/images/indexpart02_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-position: left top;
}
.index .part02 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.index .part02 .top .p02_left {
  width: 50%;
}
.index .part02 .top .p02_right {
  background-image: url(/images/indexpart02_1_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 50%;
  background-color: #fff;
  padding-right: 10%;
  padding-top: 134px;
  padding-left: 100px;
  box-sizing: border-box;
}
.index .part02 .top .p02_right h1 {
  font-size: 38px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
}
.index .part02 .top .p02_right p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.index .part02 .top .p02_right .more {
  margin-bottom: 100px;
}
.index .part02 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .bottom ul li {
  width: 25%;
  box-sizing: border-box;
  padding-top: 56px;
  padding-bottom: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.index .part02 .bottom ul li h2 {
  font-size: 52px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .bottom ul li span {
  width: 40px;
  height: 2px;
  background-color: #004f94;
  display: block;
  margin: 10px auto 18px;
}
.index .part02 .bottom ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part03 {
  background-color: #edf4f6;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index .part03 .w80 .content {
  margin-top: 56px;
  position: relative;
  height: 524px;
}
.index .part03 .w80 .content .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 54.8%;
  height: inherit;
  background-image: url(/images/pt02_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 14px 0 0 14px;
}
.index .part03 .w80 .content .left .t_c {
  width: 70%;
  margin-left: 10%;
  margin-top: 180px;
}
.index .part03 .w80 .content .left .t_c h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.index .part03 .w80 .content .left .t_c p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .content .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 54.8%;
  height: inherit;
  background-image: url(/images/pt02_bg2.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 0 14px 14px 0;
}
.index .part03 .w80 .content .right .t_c {
  width: 70%;
  margin-left: 20%;
  margin-top: 180px;
}
.index .part03 .w80 .content .right .t_c h2 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.index .part03 .w80 .content .right .t_c p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .part04 {
  padding-top: 146px;
  margin-bottom: 120px;
}
.index .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 16px;
}
.index .part04 .w80 .bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .b_sub1 {
  width: 64%;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .date {
  position: absolute;
  left: 40px;
  top: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 6px;
  z-index: 3;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .date h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .date h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
  margin-top: 4px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 3;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-top: 4px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item1 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 {
  margin-top: 32px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li {
  width: 48.6%;
  height: 230px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #edf4f6;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current {
  background-color: #004f94;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current a .n_t h3 {
  color: #fff;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current a .n_t p {
  color: #fff;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current a .n_c {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current a .n_c h4 {
  color: #fff;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li.current a .n_c p {
  color: #fff;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t h3 span {
  font-size: 42px;
  margin-right: 8px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t p {
  margin-left: 14px;
  margin-bottom: 4px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_c {
  height: 76px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_c h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_c p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.index .part04 .w80 .bottom .b_sub2 {
  width: 34%;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .date {
  position: absolute;
  left: 40px;
  top: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 6px;
  z-index: 3;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .date h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .date h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
  margin-top: 4px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 3;
  width: 86%;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-top: 4px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item1 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 {
  margin-top: 32px;
  height: 230px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #edf4f6;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t h3 span {
  font-size: 42px;
  margin-right: 8px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t p {
  margin-left: 14px;
  margin-bottom: 4px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_c {
  height: 76px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_c h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_c p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .index .part01 .top .w80 .prolist ul li {
    width: 146px;
  }
  .index .part01 .top {
    padding: 20px 0;
  }
  .index .part01 .bottom {
    padding-top: 100px;
    padding-bottom: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .index .part01 .bottom .w80 .item .b_img img {
    width: 428px;
  }
  .index .part01 .bottom .w80 .item .b_text .b_content p {
    font-size: 16px;
  }
  .index .part01 .bottom .w80 .item .b_text .b_content {
    margin-bottom: 80px;
  }
  .index .part02 .top .p02_right h1 {
    font-size: 26px;
  }
  .index .part02 .top .p02_right p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.8;
  }
  .index .part02 .top .p02_right {
    padding-top: 64px;
    padding-left: 64px;
  }
  .index .part02 .top .p02_right .more {
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .index .part02 .bottom ul li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index .part02 .bottom ul li h2 {
    font-size: 40px;
  }
  .index .part03 .w80 .content {
    height: 420px;
  }
  .index .part03 .w80 .content .right .t_c {
    margin-top: 110px;
    margin-left: 25%;
  }
  .index .part03 .w80 .content .left .t_c {
    margin-top: 110px;
  }
  .index .part03 .w80 .content .right .t_c h2 {
    font-size: 24px;
  }
  .index .part03 .w80 .content .left .t_c h2 {
    font-size: 24px;
  }
  .index .part03 .w80 .content .right .t_c p {
    font-size: 15px;
  }
  .index .part03 .w80 .content .left .t_c p {
    font-size: 15px;
  }
  .index .part03 .w80 .content .left {
    width: 55%;
  }
  .index .part03 .w80 .content .right {
    width: 59%;
  }
  .index .part03 .w80 .content {
    margin-top: 30px;
  }
  .index .part04 {
    padding-top: 120px;
  }
  .index .part04 .w80 .bottom {
    margin-top: 50px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 {
    height: 300px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item1 {
    height: 300px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title p {
    font-size: 14px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item1 .date {
    left: 30px;
    top: 30px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 .date {
    left: 30px;
    top: 30px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title {
    left: 30px;
    bottom: 30px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 .n_title p {
    font-size: 14px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item1 .n_title {
    left: 30px;
    bottom: 30px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 {
    margin-top: 20px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item2 {
    margin-top: 20px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t h3 span {
    font-size: 30px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_t h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t h3 span {
    font-size: 30px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_t h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_c h4 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 ul li a .n_c p {
    font-size: 14px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_c h4 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom .b_sub2 .b_item2 a .n_c p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .top .w80 .l_btn {
    display: none;
  }
  .index .part01 .top .w80 .r_btn {
    display: none;
  }
  .index .part01 .top .w80 .prolist ul {
    width: 100%;
  }
  .index .part01 .top .w80 .prolist ul li {
    width: 20%;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .index .part01 .top .w80 .prolist ul li:nth-of-type(n + 6) {
    margin-bottom: 0;
  }
  .index .part01 .top .w80 .prolist {
    width: 100%;
  }
  .index .part01 .top .w80 .prolist ul li .text {
    display: none;
  }
  .index .part01 .top .w80 .prolist ul li.current {
    border: 2px solid #d1e4f5;
    border-radius: 0;
  }
  .index .part01 .bottom {
    background-image: none;
    background-color: #edf4f6;
    padding-top: 40px;
  }
  .index .part01 .bottom .w80 .item .b_img {
    width: 100%;
  }
  .index .part01 .bottom .w80 .item .b_text {
    width: 100%;
    margin-top: 40px;
  }
  .index .part01 .bottom .w80 .item .b_img img {
    width: 100%;
  }
  .index .part01 .bottom .w80 .item .b_text .b_content p {
    font-size: 15px;
  }
  .index .part02 .top .p02_left {
    display: none;
  }
  .index .part02 .top .p02_right {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .index .part02 {
    background-image: none;
  }
  .index .part02 .top .p02_right h1 {
    font-size: 22px;
  }
  .index .part02 .bottom {
    background-size: cover;
    background-image: url(/images/indexpart02_bg.jpg);
  }
  .index .part02 .bottom ul li {
    width: 50%;
    padding: 24px;
  }
  .index .part02 .bottom ul li p {
    height: 40px;
  }
  .index .part02 .bottom ul li h2 {
    font-size: 28px;
  }
  .index .part03 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .index .part03 .w80 .title h3 {
    width: 100%;
  }
  .index .part03 .w80 .content .left {
    width: 100%;
    height: 260px;
    position: static;
    background-size: cover;
    padding-top: 80px;
    background-image: url(/images/m_pt02_bg.jpg);
  }
  .index .part03 .w80 .content .right {
    margin-top: 20px;
    width: 100%;
    height: 330px;
    position: static;
    padding-top: 50px;
    background-image: url(/images/m_pt02_bg2.jpg);
  }
  .index .part03 .w80 .content {
    height: auto;
  }
  .index .part03 .w80 .content .left .t_c {
    margin-top: 0;
    width: 84%;
  }
  .index .part03 .w80 .content .left .t_c h2 {
    font-size: 18px;
  }
  .index .part03 .w80 .content .right .t_c {
    margin-top: 0px;
    margin-left: 10%;
  }
  .index .part03 .w80 .content .right .t_c {
    width: 84%;
  }
  .index .part03 .w80 .content .right .t_c h2 {
    font-size: 18px;
  }
  .index .part04 .w80 .top .btn {
    display: none;
  }
  .index .part04 {
    padding-top: 90px;
  }
  .index .part04 .w80 .bottom .b_sub1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .part04 .w80 .bottom .b_sub2 {
    width: 100%;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item2 ul li {
    width: 100%;
  }
  .index .part04 .w80 .bottom .b_sub1 .b_item1 .img img {
    margin-left: -120%;
  }
}
.about .main {
  overflow: hidden;
}
.about .main .part01 {
  margin-top: 160px;
  margin-bottom: 140px;
}
.about .main .part01 .w80 .top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .top .bigText {
  width: 40%;
}
.about .main .part01 .w80 .top .bigText h1 {
  font-size: 36px;
  color: #707070;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w80 .top .bigText h1 span {
  display: block;
  font-size: 48px;
  color: #004f94;
  line-height: 1.4;
}
.about .main .part01 .w80 .top .smailText {
  width: 56%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .top .smailText .item h2 {
  font-size: 36px;
  color: #004f94;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w80 .top .smailText .item h4 {
  font-size: 18px;
  color: #707070;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w80 .bottom {
  padding-top: 100px;
  background-image: url(/images/part02_bg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.about .main .part01 .w80 .bottom p {
  font-size: 18px;
  color: #707070;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
}
.about .main .part02 {
  background-color: #edf4f6;
  padding-bottom: 140px;
}
.about .main .part02 .w80 .top {
  padding-top: 160px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .top .p02_title h1 {
  font-size: 48px;
  color: #004f94;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part02 .w80 .top .p02_title p {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part02 .w80 .top .btn {
  margin-right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .top .btn > div:hover span {
  background-color: #004f94;
}
.about .main .part02 .w80 .top .btn > div:hover i {
  color: #fff;
}
.about .main .part02 .w80 .top .btn .btnLeft {
  position: relative;
  margin-top: 14px;
  cursor: pointer;
}
.about .main .part02 .w80 .top .btn .btnLeft span {
  display: block;
  width: 70px;
  height: 50px;
  background-color: transparent;
  border: 3px solid #004f94;
  transition: background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: skew(-28deg);
}
.about .main .part02 .w80 .top .btn .btnLeft i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #004f94;
  font-size: 18px;
  font-weight: 700;
  z-index: 3;
}
.about .main .part02 .w80 .top .btn .btnRight {
  position: relative;
  margin-left: 14px;
  cursor: pointer;
}
.about .main .part02 .w80 .top .btn .btnRight span {
  display: block;
  width: 70px;
  height: 50px;
  background-color: transparent;
  border: 3px solid #004f94;
  transition: background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: skew(-28deg);
}
.about .main .part02 .w80 .top .btn .btnRight i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #004f94;
  font-size: 18px;
  font-weight: 700;
}
.about .main .part02 .w80 .bottom > div {
  padding-bottom: 60px;
}
.about .main .part02 .w80 .bottom > div ul li {
  padding-bottom: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
.about .main .part02 .w80 .bottom > div ul li .text {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 6;
  width: 80%;
  left: 5%;
}
.about .main .part02 .w80 .bottom > div ul li .text h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .part02 .w80 .bottom > div ul li .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part02 .w80 .bottom > div ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about .main .part02 .w80 .bottom > div ul li .img {
  width: 100%;
}
.about .main .part02 .w80 .bottom > div ul li .img img {
  width: 100%;
}
.about .main .part02 .w80 .bottom > div .swiper-pagination {
  bottom: 0;
  top: auto;
  height: 2px;
}
.about .main .part02 .w80 .bottom > div .swiper-pagination span {
  background-color: #004f94;
}
.about .main .part02 .w80 .bottom > div .swiper-button-next {
  display: none;
}
.about .main .part02 .w80 .bottom > div .swiper-button-prev {
  display: none;
}
.about .main .part03 {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-image: url(/images/clutrue.jpg);
  position: relative;
}
.about .main .part03 .mk {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 38%;
}
.about .main .part03 .mk span {
  display: block;
  background-image: url(/images/cultrue_bg.jpg);
  background-position: bottom left;
  transform: skew(-26deg);
  width: 100%;
  height: 100%;
}
.about .main .part03 .text {
  padding-top: 120px;
  position: relative;
  z-index: 6;
}
.about .main .part03 .text .left {
  width: 50%;
  padding-bottom: 100px;
}
.about .main .part03 .text .left .p03_title {
  margin-bottom: 40px;
}
.about .main .part03 .text .left .p03_title h1 {
  font-size: 48px;
  color: #004f94;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part03 .text .left .p03_text .item {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #004f94;
}
.about .main .part03 .text .left .p03_text .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .part03 .text .left .p03_text .item p {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w80 .top .bigText h1 {
    font-size: 32px;
  }
  .about .main .part01 .w80 .top .bigText h1 span {
    font-size: 32px;
  }
  .about .main .part01 .w80 .top .smailText h2 {
    font-size: 44px;
    line-height: 1.5;
  }
  .about .main .part01 .w80 .top .smailText h4 {
    font-size: 16px;
  }
  .about .main .part01 .w80 .bottom p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 24px;
  }
  .about .main .part01 .w80 .bottom {
    padding-top: 80px;
  }
  .about .main .part02 .w80 .top .p02_title h1 {
    font-size: 32px;
  }
  .about .main .part02 .w80 .top {
    padding-top: 90px;
    margin-bottom: 60px;
  }
  .about .main .part03 .text {
    margin-top: 0px;
  }
  .about .main .part03 .text .left .p03_title h1 {
    font-size: 32px;
  }
  .about .main .part03 .text .left .p03_text .item h3 {
    font-size: 18px;
  }
  .about .main .part03 .text .left .p03_text .item {
    margin-bottom: 30px;
  }
  .about .main .part03 .text .left .p03_text .item:nth-of-type(5) {
    margin-bottom: 0;
  }
  .about .main .part01 .w80 .top .smailText .item h4 {
    font-size: 15px;
  }
  .about .main .part01 .w80 .top .smailText .item h2 {
    font-size: 26px;
  }
  .about .main .part01 {
    margin-top: 120px;
  }
  .about .main .part02 .w80 .top .p02_title p {
    font-size: 16px;
  }
  .about .main .part02 .w80 .top .btn .btnRight span {
    width: 60px;
    height: 40px;
  }
  .about .main .part02 .w80 .top .btn .btnLeft span {
    width: 60px;
    height: 40px;
  }
  .about .main .part02 .w80 .bottom > div ul li .text h2 {
    font-size: 18px;
  }
  .about .main .part02 .w80 .bottom > div ul li .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 {
    margin-top: 80px;
  }
  .about .main .part01 .w80 .top .bigText {
    width: 100%;
  }
  .about .main .part01 .w80 .top .smailText {
    width: 100%;
    margin-top: 40px;
  }
  .about .main .part01 .w80 .top .smailText .item h2 {
    font-size: 22px;
  }
  .about .main .part01 .w80 .top .smailText .item {
    margin-bottom: 10px;
  }
  .about .main .part01 .w80 .top .bigText h1 {
    font-size: 28px;
  }
  .about .main .part01 .w80 .top .bigText h1 span {
    font-size: 32px;
  }
  .about .main .part02 .w80 .top .p02_title h1 {
    font-size: 22px;
  }
  .about .main .part02 .w80 .top .btn {
    display: none;
  }
  .about .main .part03 .mk span {
    transform: skew(0deg);
  }
  .about .main .part03 .text .left {
    width: 100%;
  }
  .about .main .part03 .mk {
    right: 0;
  }
  .about .main .part03 .text .left .p03_title h1 {
    font-size: 22px;
  }
  .about .main .part03 .text .left .p03_text .item p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.contact .main {
  background-color: #edf4f6;
}
.contact .main > div {
  padding-top: 140px;
}
.contact .main > div .c_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .c_top .n_title {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.contact .main > div .c_top .n_title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.contact .main > div .c_top .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.contact .main > div .c_top .n_title::after {
  margin-top: 22px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #004f94;
}
.contact .main > div .c_top .en p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left {
  width: 100%;
}
.contact .main > div .top .top_left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left ul li {
  width: 31%;
  height: 200px;
  box-shadow: 0 10px 1.2rem rgba(46, 0, 2, 0.05);
  border-radius: 20px;
  padding: 30px 20px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact .main > div .top .top_left ul li:nth-of-type(5) .text p {
  font-size: 16px;
}
.contact .main > div .top .top_left ul li .img {
  text-align: center;
}
.contact .main > div .top .top_left ul li .img img {
  width: initial;
  margin: 0 auto;
}
.contact .main > div .top .top_left ul li .text {
  margin-top: 20px;
}
.contact .main > div .top .top_left ul li .text h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.contact .main > div .top .top_left ul li .text p {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.contact .main > div .top .top_right {
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.contact .main > div .top .top_right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main > div .top .top_right .message {
  margin-top: 20px;
}
.contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms3 {
  margin-top: 16px;
  background-color: #f2f5f5;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
}
.contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
}
.contact .main > div .top .top_right .message .ms4 {
  margin-top: 20px;
  width: 100%;
}
.contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 56px;
  background-color: #004f94;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main > div .top .top_left ul li .text p {
    font-size: 16px;
  }
  .contact .main > div .c_top .n_title h2 {
    font-size: 32px;
  }
  .contact .main > div .c_top .en p {
    font-size: 16px;
  }
  .contact .main > div .c_top {
    padding-bottom: 30px;
  }
  .contact .main > div .c_top .n_title::after {
    height: 3px;
  }
  .contact .main > div .c_top .n_title {
    margin-top: 0;
  }
  .contact .main > div {
    padding-top: 110px;
  }
  .contact .main > div .c_top {
    margin-bottom: 60px;
  }
  .contact .main > div .top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main > div {
    padding-top: 80px;
  }
  .contact .main > div .c_top .n_title {
    margin-left: 0;
  }
  .contact .main > div .c_top .n_title h2 {
    font-size: 22px;
  }
  .contact .main > div .c_top .n_title::after {
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .contact .main > div .top .top_left ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main > div .top .top_right h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .contact .main > div .top .top_right {
    padding: 20px;
  }
}
.news .main {
  padding-top: 120px;
}
.news .main .w80 ul li {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .w80 ul li:hover a .img img {
  transform: scale(1.2);
}
.news .main .w80 ul li:hover a .text h3 {
  transform: translateY(-20px);
  color: #004f94;
}
.news .main .w80 ul li:hover a .text .more {
  background-color: #004f94;
  color: #fff;
}
.news .main .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w80 ul li a .img {
  width: 36%;
  height: 330px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.news .main .w80 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transition: all 0.5s ease;
}
.news .main .w80 ul li a .text {
  width: 58%;
}
.news .main .w80 ul li a .text h3 {
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.news .main .w80 ul li a .text span {
  font-size: 14px;
  color: #004f94;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .w80 ul li a .text p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.news .main .w80 ul li a .text .more {
  margin-top: 40px;
  background-color: #edf4f6;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 220px;
  border-radius: 28px;
  font-size: 15px;
  color: #004f94;
  line-height: 56px;
  font-weight: 700;
  text-align: left;
}
.news .main .w80 ul li a .text .more i {
  margin-left: 10px;
}
.news .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.news .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.news .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.news .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.news .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.news .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1440px) {
  .news .main .w80 ul li a .text h3 {
    font-size: 20px;
  }
  .news .main .w80 ul li a .img {
    height: 260px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .w80 ul li a .img {
    width: 100%;
  }
  .news .main .w80 ul li a .text {
    width: 100%;
    margin-top: 20px;
  }
  .news .pageList {
    margin-top: 40px;
  }
  .news .main {
    padding-top: 80px;
  }
}
.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: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.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: 20px;
  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: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 0 20px;
  box-sizing: border-box;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  padding: 14px;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    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: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .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: 15px;
  }
}
.products .main {
  background-image: url(/images/productBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120px;
}
.products .main .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .w80 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 3rem;
  box-sizing: border-box;
  box-shadow: 0 10px 1.68rem rgba(46, 0, 2, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.products .main .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.products .main .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.products .main .w80 ul li:hover .text h3 {
  color: #e70012;
}
.products .main .w80 ul li .img {
  overflow: hidden;
}
.products .main .w80 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.products .main .w80 ul li .text {
  margin-top: 1rem;
}
.products .main .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s ease;
}
.products .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.products .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.products .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.products .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.products .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.products .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.products .main .w80 ul li:nth-of-type(7) {
  animation-delay: 1.4s;
}
.products .main .w80 ul li:nth-of-type(8) {
  animation-delay: 1.6s;
}
.products .main .w80 ul li:nth-of-type(9) {
  animation-delay: 1.8s;
}
.products .main .w80 ul li:nth-of-type(10) {
  animation-delay: 2s;
}
.products .main .w80 ul li:nth-of-type(11) {
  animation-delay: 2.2s;
}
.products .main .w80 ul li:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1440px) {
  .products .main .w80 ul li .text h3 {
    font-size: 16px;
  }
  .products .main .w80 ul li {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .products .main {
    padding-top: 80px;
  }
  .products .main .w80 ul li {
    width: 100%;
  }
}
.product_details .main .part01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.product_details .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left {
  width: 50%;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
}
.product_details .main .part01 .w80 .left .img {
  text-align: center;
}
.product_details .main .part01 .w80 .left .img img {
  width: 80%;
}
.product_details .main .part01 .w80 .left .s_img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left .s_img ul li {
  width: 15%;
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0 10px;
}
.product_details .main .part01 .w80 .left .s_img ul li.current {
  border: 2px solid #e70012;
}
.product_details .main .part01 .w80 .left .s_img ul li img {
  width: 100%;
}
.product_details .main .part01 .w80 .right {
  width: 42%;
}
.product_details .main .part01 .w80 .right .p_title {
  margin-bottom: 30px;
}
.product_details .main .part01 .w80 .right .p_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_des {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .part01 .w80 .right .p_des p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_tel {
  margin-top: 60px;
  background-color: #e70012;
  width: 200px;
  border-radius: 28px;
}
.product_details .main .part01 .w80 .right .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .part01 .w80 .right .p_tel h4 i {
  font-size: 24px;
  margin-right: 10px;
}
.product_details .main .part01 .w80 .right .btn {
  margin-top: 120px;
}
.product_details .main .part01 .w80 .right .btn .btn1 {
  margin-bottom: 16px;
}
.product_details .main .part01 .w80 .right .btn .btn1 a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .part01 .w80 .right .btn .btn1 a span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part02 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #edf4f6;
}
.product_details .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .part02 .w80 .left {
  width: 66%;
}
.product_details .main .part02 .w80 .left .l_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .left .l_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .left .l_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #004f94;
}
.product_details .main .part02 .w80 .left .l_content {
  background-color: #fff;
  padding: 50px 40px;
  box-sizing: border-box;
  min-height: 800px;
}
.product_details .main .part02 .w80 .left .l_content img {
  width: 100%;
}
.product_details .main .part02 .w80 .left .l_content h3 {
  font-size: 18px;
  color: #004f94;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.product_details .main .part02 .w80 .left .l_content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part02 .w80 .right {
  width: 28%;
}
.product_details .main .part02 .w80 .right .r_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right .r_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .right .r_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #004f94;
}
.product_details .main .part02 .w80 .right ul li {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right ul li .img img {
  width: 100%;
}
.product_details .main .part02 .w80 .right ul li .text {
  margin-top: 16px;
}
.product_details .main .part02 .w80 .right ul li .text h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 24px;
  }
  .product_details .main .part01 .w80 .right .btn {
    margin-top: 50px;
  }
  .products .main .w80 ul li {
    padding: 1.2rem;
  }
  .product_details .main .part01 .w80 .right .p_tel h4 {
    line-height: 52px;
  }
  .product_details .main .part02 .w80 .right .r_title h3 {
    font-size: 22px;
  }
  .product_details .main .part02 .w80 .right .r_title::after {
    height: 20px;
  }
  .product_details .main .part02 .w80 .left .l_title h3 {
    font-size: 22px;
  }
  .product_details .main .part02 .w80 .left .l_title::after {
    height: 20px;
  }
  .product_details .main .part02 .w80 .right ul li .text h4 {
    font-size: 16px;
  }
  .product_details .main .part02 .w80 .right ul li .text {
    margin-top: 14px;
  }
  .product_details .main .part02 .w80 .right ul li {
    padding: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .part01 .w80 .left {
    width: 100%;
  }
  .product_details .main .part01 .w80 .right {
    width: 100%;
    margin-top: 30px;
  }
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 18px;
  }
  .product_details .main .part01 .w80 .right .p_des p {
    font-size: 15px;
  }
  .product_details .main .part01 .w80 .right .btn .btn1 a {
    font-size: 15px;
  }
  .product_details .main .part02 .w80 .left {
    width: 100%;
  }
  .product_details .main .part02 .w80 .left .l_content {
    padding: 20px;
    min-height: auto;
  }
  .product_details .main .part02 .w80 .right {
    width: 100%;
    margin-top: 40px;
  }
}
