@keyframes qbounce {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1.2);
  }
  45% {
    transform: scale(0.85);
  }
  60% {
    transform: scale(1);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 100px;
  height: 100px;
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  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: 16.6%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #e6f2f8;
}
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: #e6f2f8;
}
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: #004f99;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
  border-left: 1px solid #999;
  cursor: pointer;
  position: relative;
}
header > div nav .tool:hover .erweima {
  top: 52px;
  opacity: 1;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #004f99;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
header > div nav .tool .erweima {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  header {
    line-height: 84px;
    height: 84px;
  }
  header > div .logo .logo_img a img {
    height: 44px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div nav ul li .menu {
    top: 84px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 50px;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_nav ul li {
  opacity: 0.7;
}
footer .top .w80 .left .f_nav ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .left .f_nav ul li span {
  margin: 0 30px;
  display: block;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
footer .top .w80 .left .f_contact {
  margin-top: 60px;
}
footer .top .w80 .left .f_contact h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.7;
  margin-bottom: 14px;
}
footer .top .w80 .left .f_contact h2 {
  font-size: 36px;
  color: #a90000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
footer .top .w80 .left .f_contact p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.7;
  margin-bottom: 20px;
}
footer .top .w80 .left .f_contact p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.7;
}
footer .top .w80 .right .title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w80 .right .title h3::after {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  content: "";
  height: 1px;
  background-color: #a90000;
  width: 60px;
}
footer .top .w80 .right .title p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.7;
}
footer .top .w80 .right .img {
  margin-top: 46px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
footer .top .w80 .right .img img {
  width: initial;
}
footer .top .w80 .right .img p {
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
}
footer .bottom {
  width: 100%;
  height: 60px;
  background-color: #004f99;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .left .f_nav ul li a {
    font-size: 14px;
  }
  footer .top .w80 .left .f_nav ul li span {
    margin: 0 20px;
    height: 12px;
  }
  footer .top .w80 .right .title h3 {
    font-size: 20px;
  }
  footer .top .w80 .right .title p {
    font-size: 16px;
  }
  footer .top .w80 .left .f_contact p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .left .f_nav {
    display: none;
  }
  footer .top .w80 .left .f_contact {
    margin-top: 0;
  }
  footer .top .w80 .left .f_contact h2 {
    font-size: 32px;
  }
  footer .top .w80 .left .f_contact p {
    font-size: 15px;
  }
  footer .top .w80 .right {
    margin-top: 40px;
  }
  footer .top .w80 .right .title h3 {
    font-size: 24px;
  }
  footer .top .w80 .right .title p {
    font-size: 16px;
  }
  footer .bottom .w80 .right {
    display: none;
  }
}
.index .main1 {
  background-image: url(/images/part01Bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  padding-bottom: 140px;
}
.index .main1 .part01 {
  position: relative;
  padding-bottom: 260px;
}
.index .main1 .part01::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 860px;
  background-color: #fff;
}
.index .main1 .part01 .w80 {
  position: relative;
  z-index: 3;
  padding-left: 90px;
  padding-top: 170px;
  box-sizing: border-box;
}
.index .main1 .part01 .w80 .title {
  width: 40%;
  position: absolute;
  top: 170px;
  left: 90px;
  z-index: 9;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.index .main1 .part01 .w80 .title .t1 h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .main1 .part01 .w80 .title .t2 {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .main1 .part01 .w80 .title .t2 .t2_l h4 {
  font-size: 42px;
  color: #a90000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main1 .part01 .w80 .title .t2 .t2_r {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main1 .part01 .w80 .title .t2 .t2_r a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main1 .part01 .w80 .title .t2 .t2_r a.active {
  font-weight: 700;
  color: #004f99;
}
.index .main1 .part01 .w80 .title .t2 .t2_r span {
  display: block;
  width: 1px;
  height: 24px;
  background-color: #333;
  margin: 0 30px;
}
.index .main1 .part01 .w80 .content {
  position: relative;
}
.index .main1 .part01 .w80 .content .item {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.index .main1 .part01 .w80 .content .item.active {
  position: relative;
  opacity: 1;
  height: auto;
}
.index .main1 .part01 .w80 .content .item div ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .main1 .part01 .w80 .content .item div ul li a .left {
  width: 44%;
}
.index .main1 .part01 .w80 .content .item div ul li a .left .text h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 26px;
}
.index .main1 .part01 .w80 .content .item div ul li a .left .text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  height: 60px;
}
.index .main1 .part01 .w80 .content .item div ul li a .left .more {
  background-color: #004f99;
  width: 190px;
  height: 50px;
  border-radius: 8px;
  margin-top: 76px;
  margin-bottom: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main1 .part01 .w80 .content .item div ul li a .left .more span {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-right: 30px;
}
.index .main1 .part01 .w80 .content .item div ul li a .left .more i {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .main1 .part01 .w80 .content .item div ul li a .right {
  width: 47%;
}
.index .main1 .part01 .w80 .content .item div ul li a .right .img {
  overflow: hidden;
  border-radius: 50px 0 0 0;
}
.index .main1 .part01 .w80 .content .item div ul li a .right .img img {
  width: 100%;
}
.index .main1 .part02 .w80 .top {
  margin-bottom: 60px;
}
.index .main1 .part02 .w80 .top .title h2 {
  font-size: 68px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 34px;
}
.index .main1 .part02 .w80 .top .title h4 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main1 .part02 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main1 .part02 .w80 .bottom .left {
  width: 52%;
  height: 514px;
  position: relative;
  border-radius: 60px 0 0 0;
  overflow: hidden;
  cursor: pointer;
}
.index .main1 .part02 .w80 .bottom .left .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #a90000;
  width: 40%;
  z-index: 6;
}
.index .main1 .part02 .w80 .bottom .left .text h3 {
  font-size: 26px;
  color: #fff;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}
.index .main1 .part02 .w80 .bottom .left:hover .img img {
  transform: scale(1.1);
}
.index .main1 .part02 .w80 .bottom .left .img img {
  float: left;
  width: 100%;
  transition: all 2s ease;
}
.index .main1 .part02 .w80 .bottom .right {
  width: 41%;
  height: 514px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index .main1 .part02 .w80 .bottom .right h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 44px;
}
.index .main1 .part02 .w80 .bottom .right p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.index .main1 .part02 .w80 .bottom .right .more {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.index .main1 .part02 .w80 .bottom .right .more:hover a span {
  margin-right: 40px;
  font-weight: 700;
}
.index .main1 .part02 .w80 .bottom .right .more a {
  display: block;
  width: 196px;
  background-color: #a90000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main1 .part02 .w80 .bottom .right .more a span {
  font-size: 15px;
  color: #fff;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  margin-right: 30px;
  transition: all 0.5s ease;
}
.index .main1 .part02 .w80 .bottom .right .more a i {
  color: #fff;
}
.index .main2 {
  background-color: #e6f2f8;
  padding-top: 150px;
  padding-bottom: 120px;
}
.index .main2 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .main2 .w80 .top .title h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.index .main2 .w80 .top .title h4 {
  font-size: 42px;
  color: #a90000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main2 .w80 .top .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main2 .w80 .top .btn ul li {
  border-radius: 8px;
  overflow: hidden;
}
.index .main2 .w80 .top .btn ul li:hover {
  background-color: #004f99;
  transition: all 0.5s ease;
}
.index .main2 .w80 .top .btn ul li:hover a {
  color: #fff;
}
.index .main2 .w80 .top .btn ul li a {
  display: block;
  padding: 14px 34px;
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .main2 .w80 .top .btn ul li:nth-of-type(2) {
  margin: 0 30px;
}
.index .main2 .w80 .bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main2 .w80 .bottom .left {
  width: 48%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.index .main2 .w80 .bottom .left:hover {
  background-color: #004f99;
  transition: all 0.5s ease;
}
.index .main2 .w80 .bottom .left:hover a .img {
  border: #fff solid 8px;
}
.index .main2 .w80 .bottom .left:hover a .txt .t_1 .l_date h3 {
  color: #fff;
}
.index .main2 .w80 .bottom .left:hover a .txt .t_1 .l_date h5 {
  color: #fff;
}
.index .main2 .w80 .bottom .left:hover a .txt .t_1 .l_title h4 {
  color: #fff;
}
.index .main2 .w80 .bottom .left:hover a .txt .l_content p {
  color: #fff;
}
.index .main2 .w80 .bottom .left:hover a .txt .l_fenlei .l_f_sub1 i {
  color: #fff;
}
.index .main2 .w80 .bottom .left:hover a .txt .l_fenlei .l_f_sub1 p {
  color: #fff;
}
.index .main2 .w80 .bottom .left a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .main2 .w80 .bottom .left a .img {
  width: 43%;
  border: #004f99 solid 8px;
  border-radius: 8px;
  overflow: hidden;
}
.index .main2 .w80 .bottom .left a .img img {
  display: block;
  width: auto;
  height: 324px;
}
.index .main2 .w80 .bottom .left a .txt {
  width: 48%;
  height: 100%;
  position: relative;
}
.index .main2 .w80 .bottom .left a .txt .t_1 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.index .main2 .w80 .bottom .left a .txt .t_1 .l_date {
  width: 74px;
  margin-bottom: 14px;
}
.index .main2 .w80 .bottom .left a .txt .t_1 .l_date h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.index .main2 .w80 .bottom .left a .txt .t_1 .l_date h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.index .main2 .w80 .bottom .left a .txt .t_1 .l_title {
  width: calc(100% - 0px);
}
.index .main2 .w80 .bottom .left a .txt .t_1 .l_title h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .main2 .w80 .bottom .left a .txt .l_content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.index .main2 .w80 .bottom .left a .txt .l_fenlei {
  margin-top: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .main2 .w80 .bottom .left a .txt .l_fenlei .l_f_sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 40px;
}
.index .main2 .w80 .bottom .left a .txt .l_fenlei .l_f_sub1 i {
  color: #a90000;
}
.index .main2 .w80 .bottom .left a .txt .l_fenlei .l_f_sub1 p {
  color: #a90000;
}
.index .main2 .w80 .bottom .right {
  width: 50%;
}
.index .main2 .w80 .bottom .right div ul li {
  background-color: #fff;
  height: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}
.index .main2 .w80 .bottom .right div ul li:hover {
  background-color: #004f99;
  transition: all 0.5s ease;
}
.index .main2 .w80 .bottom .right div ul li:hover a .t_1 .l_date h3 {
  color: #fff;
}
.index .main2 .w80 .bottom .right div ul li:hover a .t_1 .l_title h4 {
  color: #fff;
}
.index .main2 .w80 .bottom .right div ul li:hover a .l_content p {
  color: #fff;
}
.index .main2 .w80 .bottom .right div ul li:hover a .l_fenlei .l_f_sub1 i {
  color: #fff;
}
.index .main2 .w80 .bottom .right div ul li:hover a .l_fenlei .l_f_sub1 p {
  color: #fff;
}
.index .main2 .w80 .bottom .right div ul li a {
  position: relative;
  display: block;
  height: 100%;
}
.index .main2 .w80 .bottom .right div ul li a .t_1 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.index .main2 .w80 .bottom .right div ul li a .t_1 .l_date {
  width: 74px;
  margin-bottom: 14px;
}
.index .main2 .w80 .bottom .right div ul li a .t_1 .l_date h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.index .main2 .w80 .bottom .right div ul li a .t_1 .l_date h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.index .main2 .w80 .bottom .right div ul li a .t_1 .l_title {
  width: calc(100% - 0px);
}
.index .main2 .w80 .bottom .right div ul li a .t_1 .l_title h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .main2 .w80 .bottom .right div ul li a .l_content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.index .main2 .w80 .bottom .right div ul li a .l_fenlei {
  margin-top: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .main2 .w80 .bottom .right div ul li a .l_fenlei .l_f_sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 40px;
}
.index .main2 .w80 .bottom .right div ul li a .l_fenlei .l_f_sub1 i {
  color: #a90000;
}
.index .main2 .w80 .bottom .right div ul li a .l_fenlei .l_f_sub1 p {
  font-size: 15px;
  color: #a90000;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.index .main3 {
  width: 100%;
  height: 500px;
  background-image: url(/images/part04Bg.jpg);
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .main3 .text h2 {
  font-size: 68px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.3;
}
.index .main3 .text h4 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.index .main3 .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .index .main1 .part01 .w80 {
    padding-top: 120px;
    padding-left: 50px;
  }
  .index .main1 .part01 .w80 .title {
    top: 90px;
    left: 50px;
  }
  .index .main1 .part01 .w80 .title .t1 h2 {
    font-size: 42px;
  }
  .index .main1 .part01 .w80 .title .t2 {
    margin-top: 18px;
  }
  .index .main1 .part01 .w80 .title .t2 .t2_l h4 {
    font-size: 32px;
  }
  .index .main1 .part01 .w80 .title .t2 .t2_r a {
    font-size: 18px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .more {
    margin-bottom: 0;
    margin-top: 60px;
    width: 176px;
    height: 42px;
    line-height: 42px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .text p {
    font-size: 16px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .text h3 {
    font-size: 28px;
  }
  .index .main1 .part01::after {
    height: 610px;
  }
  .index .main1 .part01 {
    padding-bottom: 210px;
  }
  .index .main1 .part02 .w80 .top .title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .index .main1 .part02 .w80 .top .title h4 {
    font-size: 32px;
  }
  .index .main1 .part02 .w80 .bottom .right h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index .main1 .part02 .w80 .bottom .right p {
    font-size: 14px;
    line-height: 1.6;
  }
  .index .main1 .part02 .w80 .bottom .right {
    height: 360px;
  }
  .index .main1 .part02 .w80 .bottom .left {
    height: 360px;
  }
  .index .main1 .part02 .w80 .bottom .right .more {
    bottom: 20px;
  }
  .index .main1 .part02 .w80 .bottom .right .more a {
    width: 176px;
  }
  .index .main1 .part02 .w80 .bottom .right .more a span {
    line-height: 42px;
    font-size: 13px;
  }
  .index .main1 .part02 .w80 .bottom .left .text h3 {
    font-size: 18px;
    line-height: 44px;
  }
  .index .main1 .part02 .w80 .top {
    margin-bottom: 40px;
  }
  .index .main1 {
    padding-bottom: 120px;
  }
  .index .main2 .w80 .top .title h2 {
    font-size: 42px;
    margin-bottom: 8px;
  }
  .index .main2 .w80 .top .title h4 {
    font-size: 28px;
  }
  .index .main2 .w80 .top .btn ul li a {
    font-size: 20px;
    padding: 12px 30px;
  }
  .index .main2 .w80 .top .btn ul li:nth-of-type(2) {
    margin: 0 20px;
  }
  .index .main2 .w80 .bottom .left a .img img {
    height: 254px;
  }
  .index .main2 .w80 .bottom .left a .txt .t_1 .l_title h4 {
    font-size: 16px;
  }
  .index .main2 .w80 .bottom .left a .txt .l_content p {
    font-size: 14px;
  }
  .index .main2 .w80 .bottom .left {
    height: 330px;
  }
  .index .main2 .w80 .bottom .left a .txt .t_1 .l_date {
    margin-bottom: 6px;
  }
  .index .main2 .w80 .bottom .left a .txt .t_1 .l_date h3 {
    font-size: 18px;
    text-align: left;
  }
  .index .main2 .w80 .bottom .left a .txt .t_1 {
    margin-bottom: 24px;
  }
  .index .main2 .w80 .bottom .left a .txt .l_fenlei .l_f_sub1 {
    margin-right: 24px;
  }
  .index .main2 .w80 .bottom .right div ul li {
    height: 330px;
  }
  .index .main2 .w80 .bottom .right div ul li a .t_1 .l_date h3 {
    font-size: 18px;
    text-align: left;
  }
  .index .main2 .w80 .bottom .right div ul li a .t_1 .l_title h4 {
    font-size: 16px;
  }
  .index .main2 .w80 .bottom .right div ul li a .t_1 {
    margin-bottom: 20px;
  }
  .index .main2 .w80 .bottom .right div ul li a .l_content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .index .main2 .w80 .bottom .right div ul li a .t_1 .l_date {
    margin-bottom: 6px;
  }
  .index .main2 .w80 .bottom .right div ul li a .l_fenlei .l_f_sub1 {
    margin-right: 20px;
  }
  .index .main2 .w80 .bottom {
    margin-top: 40px;
  }
  .index .main2 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .index .main3 {
    height: 370px;
  }
  .index .main3 .text h2 {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .index .main3 .text h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .index .main3 .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .index .main1 {
    background-image: none;
  }
  .index .main1 .part01 .w80 {
    padding-left: 0;
    padding-top: 80px;
  }
  .index .main1 .part01 .w80 .title {
    position: static;
    width: 100%;
  }
  .index .main1 .part01 .w80 .title .t1 h2 {
    font-size: 32px;
  }
  .index .main1 .part01 .w80 .title .t2 {
    margin-top: 12px;
  }
  .index .main1 .part01 .w80 .title .t2 .t2_l h4 {
    font-size: 24px;
  }
  .index .main1 .part01 .w80 .title .t2 .t2_r {
    margin-top: 30px;
    width: 100%;
    justify-content: flex-start;
  }
  .index .main1 .part01 .w80 .title .t2 .t2_r a {
    font-size: 18px;
  }
  .index .main1 .part01 .w80 .content {
    margin-top: 40px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left {
    width: 100%;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .right {
    width: 100%;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .text h3 {
    font-size: 20px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .text p {
    font-size: 16px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .left .more {
    display: none;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .right {
    margin-top: 40px;
  }
  .index .main1 .part01 .w80 .content .item div ul li a .right .img {
    border-radius: 20px;
  }
  .index .main1 .part01 {
    padding-bottom: 60px;
  }
  .index .main1 .part01::after {
    display: none;
  }
  .index .main1 .part02 {
    background-color: #004f99;
    padding-top: 60px;
  }
  .index .main1 .part02 .w80 .top .title h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .index .main1 .part02 .w80 .top .title h4 {
    font-size: 24px;
  }
  .index .main1 .part02 .w80 .bottom .left {
    width: 100%;
    border-radius: 30px 0 0 0;
    height: auto;
  }
  .index .main1 .part02 .w80 .top {
    margin-bottom: 40px;
  }
  .index .main1 .part02 .w80 .bottom .left .text h3 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 40px;
  }
  .index .main1 .part02 .w80 .bottom .left .text {
    width: 50%;
  }
  .index .main1 .part02 .w80 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .index .main1 .part02 .w80 .bottom .right h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .index .main1 .part02 .w80 .bottom .right p {
    font-size: 16px;
  }
  .index .main1 {
    padding-bottom: 0;
  }
  .index .main2 .w80 .top .title h2 {
    font-size: 32px;
  }
  .index .main2 .w80 .top .title h4 {
    font-size: 24px;
  }
  .index .main2 .w80 .top .btn {
    display: none;
  }
  .index .main2 .w80 .bottom .left {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .index .main2 .w80 .bottom .left a .img {
    width: 100%;
  }
  .index .main2 .w80 .bottom .left a .txt {
    width: 100%;
    margin-top: 20px;
  }
  .index .main2 .w80 .bottom .left a .img {
    height: 190px;
    border: #004f99 solid 4px;
  }
  .index .main2 .w80 .bottom .left a .img img {
    width: 100%;
    height: auto;
  }
  .index .main2 .w80 .bottom .left a .txt .l_content {
    display: none;
  }
  .index .main2 .w80 .bottom {
    margin-top: 40px;
  }
  .index .main2 .w80 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .index .main3 .text h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .index .main3 .text h4 {
    font-size: 24px;
  }
  .index .main3 .text p {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .index .main3 {
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.contact .main .part01 {
  background-image: url(/images/contactBg.jpg);
  background-position: center;
  width: 100%;
  height: 800px;
  position: relative;
}
.contact .main .part01 .left {
  height: 60%;
  width: 50%;
  padding-right: 80px;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 6px 6px 20px #efefef;
}
.contact .main .part01 .left .text {
  position: absolute;
  left: 20%;
  top: 80px;
  width: 60%;
}
.contact .main .part01 .left .text .txt1 h2 {
  font-size: 36px;
  color: #004f99;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .part01 .left .text .txt1 p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .left .text .txt2 {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .part01 .left .text .txt2 .f_icon img {
  width: 30px;
}
.contact .main .part01 .left .text .txt2 .f_txt {
  margin-left: 20px;
}
.contact .main .part01 .left .text .txt2 .f_txt h3 {
  font-size: 26px;
  color: #004f99;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .part01 .left .text .txt2 .f_txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .left .text .txt2 .f_txt p a {
  color: #004f99;
  margin-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .left .text .txt2 .f_txt p a img {
  width: 30px;
  margin-left: 10px;
}
.contact .main .part01 .left .txtBg {
  position: absolute;
  top: 140px;
  left: 0;
  opacity: 0.4;
}
.contact .main .part01 .right {
  position: absolute;
  top: 272px;
  right: 500px;
  display: inline-block;
  animation: qbounce 2s infinite alternate;
}
@media screen and (max-width: 1440px) {
  .contact .main .part01 .left .text .txt1 h2 {
    font-size: 26px;
  }
  .contact .main .part01 .left .txtBg img {
    width: 90%;
  }
  .contact .main .part01 .left .text .txt1 p {
    font-size: 16px;
  }
  .contact .main .part01 .left {
    width: 52%;
  }
  .contact .main .part01 .right {
    right: 260px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part01 .left {
    width: 74%;
  }
  .contact .main .part01 .left .txtBg img {
    width: 90%;
  }
  .contact .main .part01 .left .text .txt1 h2 {
    font-size: 24px;
  }
  .contact .main .part01 .left .text .txt1 p {
    font-size: 16px;
  }
  .contact .main .part01 .left .text {
    width: 80%;
    left: 10%;
  }
  .contact .main .part01 .left .text .txt2 .f_txt {
    width: calc(100% - 32px);
    margin-left: 10px;
  }
  .contact .main .part01 .left .text .txt2 .f_txt h3 {
    font-size: 20px;
  }
  .contact .main .part01 .left .text .txt2 .f_icon img {
    width: 20px;
  }
  .contact .main .part01 .left .text .txt2 .f_txt p a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about .main {
  position: relative;
  background-image: url(/images/aboutBg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.about .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .left {
  width: 46%;
  margin-bottom: 80px;
}
.about .main .w80 .left .title {
  margin-top: 120px;
}
.about .main .w80 .left .title h1 {
  font-size: 60px;
  color: #e6f2f8;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .w80 .left .title h2 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
}
.about .main .w80 .left .title h4 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .w80 .left .title h4::after {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  content: "";
  width: 64px;
  height: 3px;
  background-color: #004f99;
}
.about .main .w80 .left .content p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .w80 .right {
  width: 50%;
}
.about .main .w80 .right img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .about .main .w80 .left .title h1 {
    font-size: 42px;
  }
  .about .main .w80 .left .title h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about .main .w80 .left .title h4 {
    font-size: 20px;
  }
  .about .main .w80 .left .title h4::after {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .about .main .w80 .left .content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .about .main .w80 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .main .w80 .left .title h1 {
    font-size: 32px;
  }
  .about .main .w80 .left .title h2 {
    font-size: 24px;
  }
  .about .main .w80 .left .title h4 {
    font-size: 20px;
  }
  .about .main .w80 .left .title h4::after {
    margin-top: 20px;
    width: 56px;
  }
  .about .main .w80 .right {
    width: 100%;
    margin-bottom: 120px;
  }
}
.news .main {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.news .main .part01 .w80 .top {
  margin-top: 130px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 .w80 .top .left {
  width: 48%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.news .main .part01 .w80 .top .left::after {
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #004f99, rgba(0, 79, 153, 0));
}
.news .main .part01 .w80 .top .left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  height: 70px;
  padding: 0 30px;
  transition: all 1.5s ease;
}
.news .main .part01 .w80 .top .left .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .part01 .w80 .top .left .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .part01 .w80 .top .left .img {
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.news .main .part01 .w80 .top .left .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1.5s ease;
}
.news .main .part01 .w80 .top .left:hover {
  cursor: pointer;
}
.news .main .part01 .w80 .top .left:hover .img img {
  transform: scale(1.2);
}
.news .main .part01 .w80 .top .left:hover .text {
  transform: translateY(-20px);
}
.news .main .part01 .w80 .top .right {
  width: 48%;
}
.news .main .part01 .w80 .top .right ul li:hover a .txt h2 {
  color: #004f99;
  margin-bottom: 40px;
}
.news .main .part01 .w80 .top .right ul li:hover a .txt i::after {
  top: -50px;
  width: 100px;
  height: 100px;
}
.news .main .part01 .w80 .top .right ul li:hover a .img img {
  transform: scale(1.2);
}
.news .main .part01 .w80 .top .right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .part01 .w80 .top .right ul li a .txt {
  width: 72%;
}
.news .main .part01 .w80 .top .right ul li a .txt h2 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
}
.news .main .part01 .w80 .top .right ul li a .txt i::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #004f99;
  opacity: 0.1;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .img {
  width: 24%;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
}
.news .main .part01 .w80 .top .right ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.news .main .part01 .w80 .bottom {
  background-color: #e6f2f8;
}
.news .main .part02 {
  background-color: #e6f2f8;
  padding-top: 100px;
}
.news .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w80 ul li {
  width: 23.4%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2.1%;
  margin-bottom: 46px;
  transition: all 0.5s ease;
}
.news .main .part02 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news .main .part02 .w80 ul li:nth-of-type(-n + 4) {
  display: none;
}
.news .main .part02 .w80 ul li a .txt {
  margin-bottom: 30px;
}
.news .main .part02 .w80 ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part02 .w80 ul li a .txt h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .part02 .w80 ul li a .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.news .main .part02 .w80 ul li a .img img {
  width: 100%;
  transition: all 1s ease;
}
.news .main .part02 .w80 ul li a .more {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w80 ul li a .more span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #004f99;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
}
.news .main .part02 .w80 ul li a .more p {
  font-size: 16px;
  color: #004f99;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .part02 .w80 ul li:hover {
  background-color: #004f99;
}
.news .main .part02 .w80 ul li:hover a .txt i {
  color: #fff;
}
.news .main .part02 .w80 ul li:hover a .txt h2 {
  color: #fff;
}
.news .main .part02 .w80 ul li:hover a .img img {
  transform: scale(1.1);
}
.news .main .part02 .w80 ul li:hover a .more span {
  background-color: #fff;
  color: #004f99;
}
.news .main .part02 .w80 ul li:hover a .more p {
  color: #fff;
}
.news2 .main {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.news2 .main .part02 {
  background-color: #e6f2f8;
  padding-top: 100px;
}
.news2 .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main .part02 .w80 ul li {
  width: 23.4%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2.1%;
  margin-bottom: 46px;
  transition: all 0.5s ease;
}
.news2 .main .part02 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news2 .main .part02 .w80 ul li a .txt {
  margin-bottom: 30px;
}
.news2 .main .part02 .w80 ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news2 .main .part02 .w80 ul li a .txt h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main .part02 .w80 ul li a .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.news2 .main .part02 .w80 ul li a .img img {
  width: 100%;
  transition: all 1s ease;
}
.news2 .main .part02 .w80 ul li a .more {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main .part02 .w80 ul li a .more span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #004f99;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
}
.news2 .main .part02 .w80 ul li a .more p {
  font-size: 16px;
  color: #004f99;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news2 .main .part02 .w80 ul li:hover {
  background-color: #004f99;
}
.news2 .main .part02 .w80 ul li:hover a .txt i {
  color: #fff;
}
.news2 .main .part02 .w80 ul li:hover a .txt h2 {
  color: #fff;
}
.news2 .main .part02 .w80 ul li:hover a .img img {
  transform: scale(1.1);
}
.news2 .main .part02 .w80 ul li:hover a .more span {
  background-color: #fff;
  color: #004f99;
}
.news2 .main .part02 .w80 ul li:hover a .more p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main .part01 .w80 .top .right ul li a .txt h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news .main .part01 .w80 .top .right ul li a .txt p {
    font-size: 14px;
  }
  .news .main .part01 .w80 .top .left .text h3 {
    font-size: 18px;
  }
  .news .main .part01 .w80 .top .left .text p {
    font-size: 15px;
  }
  .news .main .part01 .w80 .top .left .img {
    height: 380px;
  }
  .news .main .part01 .w80 .top .right ul li a .img {
    height: 90px;
  }
  .news .main .part01 .w80 .top .right ul li:nth-of-type(3) a {
    margin-bottom: 0;
  }
  .news .main .part02 .w80 ul li a .img {
    height: 150px;
    border-radius: 12px;
  }
  .news .main .part02 .w80 ul li a .txt h2 {
    line-height: 1.2;
  }
  .news .main .part02 .w80 ul li a .txt i {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .news2 .main .part02 .w80 ul li {
    width: 100%;
  }
}
.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: 400;
  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: 100%;
  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;
}
.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: 60px;
  font-weight: normal;
  text-align: left;
}
@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;
  }
}
.product2 .main {
  background-color: #e6f2f8;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
.product2 .main .title {
  margin-bottom: 60px;
  height: auto;
}
.product2 .main .title h1 {
  font-size: 60px;
  color: #004f99;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.product2 .main .title h3 {
  margin-top: 10px;
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.product2 .main .title p {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product2 .main .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product2 .main .w80 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 1.2rem;
  box-sizing: border-box;
  box-shadow: 0 10px 1.68rem rgba(46, 0, 2, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.product2 .main .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product2 .main .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.product2 .main .w80 ul li:hover .text h3 {
  color: #a90000;
}
.product2 .main .w80 ul li .img {
  overflow: hidden;
}
.product2 .main .w80 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product2 .main .w80 ul li .text {
  margin-top: 1rem;
}
.product2 .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;
}
.product2 .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.product2 .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.product2 .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.product2 .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.product2 .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.product2 .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.product2 .main .w80 ul li:nth-of-type(7) {
  animation-delay: 1.4s;
}
.product2 .main .w80 ul li:nth-of-type(8) {
  animation-delay: 1.6s;
}
.product2 .main .w80 ul li:nth-of-type(9) {
  animation-delay: 1.8s;
}
.product2 .main .w80 ul li:nth-of-type(10) {
  animation-delay: 2s;
}
.product2 .main .w80 ul li:nth-of-type(11) {
  animation-delay: 2.2s;
}
.product2 .main .w80 ul li:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1440px) {
  .product2 .main {
    padding-top: 100px;
  }
  .products2 .main .w80 ul li .text h3 {
    font-size: 16px;
  }
  .products2 .main .w80 ul li {
    padding: 1.2rem;
  }
  .product2 .main .title h1 {
    font-size: 42px;
  }
  .product2 .main .title h3 {
    font-size: 26px;
  }
  .product2 .main .w80 ul li {
    width: 32%;
    margin-right: 2%;
    padding: 1rem 1rem 1.2rem;
    box-shadow: 0 4px 1.28rem rgba(46, 0, 2, 0.1);
  }
  .product2 .main .w80 ul li .text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product2 .main .title h1 {
    font-size: 32px;
  }
  .product2 .main .title h3 {
    font-size: 24px;
  }
  .product2 .main .title p {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0;
    line-height: 1.5;
  }
  .products2 .main {
    padding-top: 80px;
  }
  .products2 .main .w80 ul li {
    width: 100%;
  }
  .product2 .main {
    padding-top: 100px;
  }
  .product2 .main .w80 ul li {
    width: 100%;
  }
  .product2 .main .w80 ul li .text h3 {
    font-size: 18px;
  }
}
.product_details {
  background-color: #e6f2f8;
}
.product_details .main {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .left {
  width: 56vw;
  padding: 30px;
  margin-right: 4vw;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: 10vw;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 4px 12px #007a5e38;
}
.product_details .main .left .part01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .left .part01 .l_box1 {
  width: 62%;
}
.product_details .main .left .part01 .l_box1 .l_img {
  border-radius: 16px;
  overflow: hidden;
}
.product_details .main .left .part01 .l_box1 .l_img img {
  width: 100%;
  float: left;
}
.product_details .main .left .part01 .l_box2 {
  width: 32%;
}
.product_details .main .left .part01 .l_box2 .l_title {
  margin-bottom: 40px;
}
.product_details .main .left .part01 .l_box2 .l_title h3 {
  font-size: 28px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .left .part01 .l_box2 .p_des {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .left .part01 .l_box2 .p_des p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .left .part01 .l_box2 .p_tel {
  margin-top: 60px;
  background-color: #ea5514;
  width: 200px;
  border-radius: 28px;
}
.product_details .main .left .part01 .l_box2 .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .left .part01 .l_box2 .p_tel h4 i {
  font-size: 24px;
  margin-right: 10px;
}
.product_details .main .left .part01 .l_box2 .btn {
  margin-top: 70px;
}
.product_details .main .left .part01 .l_box2 .btn .btn1 {
  margin-bottom: 16px;
}
.product_details .main .left .part01 .l_box2 .btn .btn1 a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .left .part01 .l_box2 .btn .btn1 a span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .left .part02 {
  margin-top: 80px;
}
.product_details .main .left .part02 .p02_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .left .part02 .p02_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  z-index: 3;
}
.product_details .main .left .part02 .p02_title h3 span i {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.product_details .main .left .part02 .p02_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.product_details .main .left .part02 .p02_content {
  margin-top: 20px;
}
.product_details .main .left .part02 .p02_content img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product_details .main .left .part02 .p02_content .d_item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .left .part02 .p02_content .d_item .d_title {
  margin-bottom: 10px;
}
.product_details .main .left .part02 .p02_content .d_item .d_title h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .left .part02 .p02_content .d_item .d_content {
  margin-bottom: 20px;
}
.product_details .main .left .part02 .p02_content .d_item .d_content p {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.product_details .main .left .part02 .p02_content .d_item .d_img img {
  width: 100%;
}
.product_details .main .left .part03 {
  margin-top: 80px;
}
.product_details .main .left .part03 .p03_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .left .part03 .p03_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  z-index: 3;
}
.product_details .main .left .part03 .p03_title h3 span i {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.product_details .main .left .part03 .p03_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.product_details .main .left .part03 .p03_content {
  margin-top: 20px;
}
.product_details .main .left .part03 .p03_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .left .part03 .p03_content ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.product_details .main .left .part03 .p03_content ul li .img {
  margin-bottom: 10px;
}
.product_details .main .left .part03 .p03_content ul li .img img {
  width: 100%;
}
.product_details .main .left .part03 .p03_content ul li .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .left .part04 {
  margin-top: 40px;
}
.product_details .main .left .part04 .p04_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .left .part04 .p04_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  z-index: 3;
}
.product_details .main .left .part04 .p04_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #999;
}
.product_details .main .left .part04 .p04_content {
  margin-top: 20px;
}
.product_details .main .left .part04 .p04_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .left .part04 .p04_content ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.product_details .main .left .part04 .p04_content ul li .img img {
  width: 100%;
}
.product_details .main .left .part04 .p04_content ul li .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .right {
  width: 20vw;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 6px 4px 12px #007a5e38;
}
.product_details .main .right .r_title {
  background-color: #000;
  height: 46px;
  box-sizing: border-box;
}
.product_details .main .right .r_title h2 {
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}
.product_details .main .right .r_list {
  width: 100%;
  background-color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}
.product_details .main .right .r_list ul {
  width: 100%;
}
.product_details .main .right .r_list ul li {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
}
.product_details .main .right .r_list ul li a {
  position: relative;
}
.product_details .main .right .r_list ul li a .img {
  height: 200px;
  overflow: hidden;
}
.product_details .main .right .r_list ul li a .img img {
  width: 100%;
}
.product_details .main .right .r_list ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 14px 0;
  box-sizing: border-box;
}
.product_details .main .right .r_list ul li a .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .right .r_list ul li a .text span {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .product_details .w80.n .left .part03 .p03_content ul li .text p {
    font-size: 16px;
  }
  .product_details .main .left .part01 .l_box2 .l_title h3 {
    font-size: 20px;
  }
  .product_details .main .left .part01 .l_box2 .l_title {
    margin-bottom: 16px;
  }
  .product_details .main .left .part01 .l_box2 .p_des p {
    font-size: 16px;
    line-height: 1.2;
  }
  .product_details .main .left .part01 .l_box2 .p_des {
    padding: 14px 0;
  }
  .product_details .main .left .part01 .l_box2 .p_tel {
    margin-top: 50px;
  }
  .product_details .main .left .part01 .l_box2 .btn {
    margin-top: 50px;
  }
  .product_details .main .left .part01 .l_box2 .btn .btn1 a {
    font-size: 16px;
  }
  .product_details .main .left .part01 .l_box2 .btn .btn1 a span {
    font-size: 14px;
  }
  .product_details .main .left .part02 .p02_title h3 span {
    font-size: 18px;
  }
  .product_details .main .right .r_list ul li a .img {
    height: 160px;
  }
  .product_details .main .right .r_title h2 {
    font-size: 18px;
  }
  .product_details .main .right .r_list ul li a .text p {
    font-size: 15px;
  }
  .product_details .main .right .r_list ul li a .text {
    padding: 10px 0;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .left {
    margin-left: 5vw;
    width: 90vw;
    padding: 20px;
  }
  .product_details .main .right {
    display: none;
  }
  .product_details .main .left .part01 .l_box1 {
    width: 100%;
  }
  .product_details .main .left .part01 .l_box2 {
    width: 100%;
  }
  .product_details .main .left .part01 .l_box2 .l_title {
    margin-top: 40px;
  }
  .product_details .main .left .part01 .l_box2 .l_title h3 {
    font-size: 24px;
  }
}
