.w76 {
  width: 76%;
  margin: 0 auto;
  overflow: hidden;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 40px;
  transform: rotate(-90deg);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
.h992 {
  display: block !important;
}
.s992 {
  display: none !important;
}
header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header.n .head_box > div nav {
  width: 60%;
}
header.on {
  background-color: #fff;
}
header.on .head_box > div nav ul li a {
  color: #333;
}
header.on .head_box > div nav .tool > div h3 {
  color: #333;
}
header.on .head_box > div nav .tool > div p {
  color: #333;
}
header.on .head_box > div nav .tool > div a {
  color: #333;
}
header .head_top {
  width: 100%;
  background-color: #000;
}
header .head_top > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .head_top > div .left {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}
header .head_top > div .right a {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: right;
}
header .head_box {
  height: 110px;
}
header .head_box > div {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .head_box > div .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header .head_box > div .logo a .img {
  width: 68px;
  margin-right: 16px;
}
header .head_box > div .logo a .img img {
  width: 100%;
}
header .head_box > div .logo a .text h3 {
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}
header .head_box > div .logo a .text p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .head_box > div .tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .head_box > div .tool > div h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
header .head_box > div .tool > div h3 i {
  font-size: 20px;
  font-weight: normal;
  margin-right: 10px;
  color: #fff;
  background-color: #0f438f;
  border-radius: 50%;
}
header .head_box > div .tool > div p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header .head_box > div .tool > div a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .head_box > div .tool > div a i {
  margin-right: 4px;
}
header .nav {
  width: 100%;
  background-color: #0f438f;
}
header .nav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .nav nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .nav nav ul li {
  width: 14%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header .nav nav ul li:nth-last-of-type(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .nav nav ul li a {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  font-weight: 1;
  text-align: center;
}
header .nav nav ul li .menu {
  position: absolute;
  top: 190px;
  left: 0;
  background-repeat: repeat-y;
  background-position: left top;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}
header .nav nav ul li .menu > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .nav nav ul li .menu > div .left {
  width: 24%;
  height: 320px;
  background-color: #f7f7fa;
}
header .nav nav ul li .menu > div .left .menu_item {
  margin-bottom: 4px;
  box-sizing: border-box;
  padding-right: 40px;
}
header .nav nav ul li .menu > div .left .menu_item:nth-of-type(1) {
  margin-top: 40px;
}
header .nav nav ul li .menu > div .left .menu_item.on {
  background-color: #0f438f;
}
header .nav nav ul li .menu > div .left .menu_item.on a {
  color: #fff;
}
header .nav nav ul li .menu > div .left .menu_item a {
  font-size: 16px;
  color: #333;
  line-height: 46px;
  font-weight: 400;
  text-align: right;
}
header .nav nav ul li .menu > div .right {
  width: 68%;
}
header .nav nav ul li .menu > div .right h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
header .nav nav ul li .menu > div .right p {
  width: 90%;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
header .nav nav ul li .menu > div .right a {
  display: block;
  width: 180px;
  height: 40px;
  background-color: #0f438f;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header .nav nav ul li.about .menu {
  background-image: url(../images/nav_bg5.jpg);
}
header .nav nav ul li:hover .menu {
  height: 320px;
}
header .nav nav ul li.pro .menu {
  background-image: url(../images/nav_bg2.jpg);
}
header .nav nav ul li.huanjing .menu {
  background-image: url(../images/nav_bg3.jpg);
}
header .nav nav ul li.news .menu {
  background-image: url(../images/nav_bg4.jpg);
}
header .nav nav ul li.fuwu .menu {
  background-image: url(../images/nav_bg1.jpg);
}
@media screen and (max-width: 1440px) {
  header .head_box {
    height: 90px;
  }
  header .head_top > div .left {
    font-size: 12px;
    line-height: 30px;
  }
  header .head_top > div .right a {
    font-size: 12px;
    line-height: 30px;
  }
  header .head_box > div .logo a .img {
    width: 50px;
  }
  header .head_box > div .logo a .text h3 {
    font-size: 22px;
  }
  header .head_box > div .logo a .text p {
    font-size: 13px;
  }
  header .head_box > div .tool > div p {
    font-size: 18px;
  }
  header .head_box > div .tool > div h3 {
    font-size: 14px;
  }
  header .head_box > div .tool > div img {
    width: 38px;
  }
  header .nav nav ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  header .nav nav ul li .menu {
    top: 168px;
  }
  header .nav nav ul li:hover .menu {
    height: 230px;
    background-size: cover;
  }
  header .nav nav ul li .menu > div .left {
    height: 230px;
  }
  header .nav nav ul li .menu > div .left .menu_item:nth-of-type(1) {
    margin-top: 20px;
  }
  header .nav nav ul li .menu > div .left .menu_item a {
    line-height: 38px;
    font-size: 15px;
  }
  header .nav nav ul li .menu > div .right {
    width: 72%;
  }
  header .nav nav ul li .menu > div .right h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  header .nav nav ul li .menu > div .right p {
    font-size: 13px;
  }
  header .nav nav ul li .menu > div .right a {
    font-size: 12px;
    width: 120px;
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  height: auto;
}
footer .f1 {
  background-color: #f7f7fa;
  height: 136px;
}
footer .f1 > div {
  height: inherit;
}
footer .f1 > div ul {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f1 > div ul li {
  width: 28%;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .f1 > div ul li:nth-last-of-type(1) {
  border: none;
  width: 44%;
}
footer .f1 > div ul li .f_icon {
  width: 60px;
  height: 60px;
  background-color: #d71f1f;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
footer .f1 > div ul li .f_icon i {
  color: #fff;
  font-size: 28px;
}
footer .f1 > div ul li .txt {
  margin-left: 14px;
}
footer .f1 > div ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .f2 {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
}
footer .f2 > div .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
footer .f2 > div .top .left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .f2 > div .top .left dl dt::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #d71f1f;
  margin-top: 14px;
  margin-bottom: 20px;
}
footer .f2 > div .top .left dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .f2 > div .top .left dl dd a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
footer .f2 > div .top .right {
  width: 10%;
}
footer .f2 > div .top .right img {
  width: 100%;
}
footer .f2 > div .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f2 > div .bottom .left .it1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .f2 > div .bottom .left .it1 .icon2 {
  margin-right: 10px;
}
footer .f2 > div .bottom .left .it1 .txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .f2 > div .bottom .left .it1 .txt p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .f2 > div .bottom .left .it1 .txt a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .f2 > div .bottom .right p {
  text-align: right;
}
footer .f2 > div .bottom .right p a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  footer .top > div .left .txt li p {
    font-size: 15px;
  }
  footer .top > div .left .txt li h3 {
    font-size: 14px;
  }
  footer .top > div .right dl dt a {
    font-size: 15px;
  }
  footer .top > div .right dl dd a {
    font-size: 13px;
  }
  footer .top {
    height: 270px;
  }
  footer .bottom > div > div a {
    font-size: 13px;
    line-height: 50px;
  }
  footer .bottom {
    height: 50px;
  }
  footer .top > div .left .img img {
    width: 70%;
  }
  footer .top > div .left .img {
    margin-bottom: 14px;
  }
  footer .f2 > div .top .left dl dt a {
    font-size: 16px;
  }
  footer .f2 > div .bottom {
    margin-top: 0px;
  }
  footer .f2 {
    height: 320px;
  }
  footer .f2 > div .top .left dl dd a {
    font-size: 13px;
  }
  footer .f2 > div .bottom .left .it1 .txt p {
    font-size: 13px;
  }
  footer .f2 > div .bottom .left .it1 .txt a {
    font-size: 13px;
  }
  footer .f2 > div .bottom .right p a {
    font-size: 13px;
  }
}
.n_nav_list {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.n_nav_list > div {
  line-height: 90px;
  position: relative;
  overflow: initial;
}
.n_nav_list > div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div .list {
  line-height: inherit;
  float: left;
}
.n_nav_list > div .list ul {
  line-height: inherit;
  overflow: hidden;
}
.n_nav_list > div .list ul li {
  float: left;
  padding: 0 36px;
  line-height: inherit;
  height: 90px;
  box-sizing: border-box;
}
.n_nav_list > div .list ul li a {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .list ul li:hover {
  background-image: url(../images/nav_list_hover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.n_nav_list > div .list ul li:hover a {
  color: #fff;
}
.n_nav_list > div .backhome {
  line-height: inherit;
  float: right;
}
.n_nav_list > div .backhome a {
  font-size: 16px;
  color: #999;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .backhome a i {
  margin-right: 10px;
}
.pageList {
  margin-top: 40px;
  padding-bottom: 100px;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .pageList {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .pageList ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pageList ul li a {
    line-height: 36px;
  }
}
@media screen and (max-width: 1440px) {
  .pageList {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .pageList ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pageList ul li a {
    line-height: 36px;
  }
}
.n_banner {
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.n_banner.about_banner {
  background-image: url(../images/about_banner.jpg);
}
.n_banner.news_banner {
  background-image: url(../images/news_banner.jpg);
}
.n_banner.touzizhe_banner {
  background-image: url(../images/zichan_banner.jpg);
}
.n_banner.join_banner {
  background-image: url(../images/join_banner.jpg);
}
.n_banner.huanjing_banner {
  background-image: url(../images/huanjing_banner.jpg);
}
.n_banner.product_banner {
  background-image: url(../images/product_banner.jpg);
}
.n_banner.liucheng_banner {
  background-image: url(../images/liucheng_banner.jpg);
}
.n_banner.contact_banner {
  background-image: url(../images/contact_banner.jpg);
}
.n_banner .text > div .txt {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 100%;
}
.n_banner .text > div .txt h1 {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
.n_banner .text > div .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-bottom: 14px;
}
.n_banner .text > div .txt h4 {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.n_banner .text > div .txt h4 a {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.n_banner .n_list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #d71f1f;
}
.n_banner .n_list > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.n_banner .n_list > div ul li {
  width: 10%;
}
.n_banner .n_list > div ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 62px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .n_banner {
    height: 400px;
  }
  .n_banner .text > div .txt h1 {
    font-size: 24px;
  }
  .n_banner .text > div .txt p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .n_banner .text > div .txt h4 {
    font-size: 13px;
  }
  .n_banner .text > div .txt h4 a {
    font-size: 13px;
  }
  .n_banner .text > div .txt {
    top: 40%;
  }
  .n_banner .n_list > div ul li a {
    line-height: 54px;
  }
}
@media screen and (max-width: 992px) {
  .n_banner {
    height: 180px;
    margin-top: 50px;
  }
  .n_banner .n_list {
    display: none;
  }
  .n_banner .text > div .txt h1 {
    width: 86%;
    font-size: 14px;
  }
  .n_banner .text > div .txt p {
    font-size: 13px;
  }
  .n_banner .text > div .txt h4 {
    font-size: 12px;
    display: none;
  }
  .n_banner .text > div .txt {
    top: 52%;
  }
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tanchu .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content .img {
  width: 100%;
}
.tanchu .t_content .img img {
  width: 100%;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #063190;
  padding: 16px;
  cursor: pointer;
}
@keyframes elementUpDown {
  0% {
    transform: translate(-50%, 10px);
  }
  25% {
    transform: translate(-50%, -10px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  75% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
.icon {
  width: 8px;
  height: 8px;
  background: #d71f1f;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.animate-wave {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.animate-wave * {
  background: #d71f1f;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave .w2 {
  animation-delay: 1s;
}
.animate-wave .w3 {
  animation-delay: 2s;
}
.animate-wave .w4 {
  animation-delay: 3s;
}
.animate-wave .w5 {
  animation-delay: 4s;
}
.animate-wave .w6 {
  animation-delay: 5s;
}
.n_title {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.n_title h4 {
  font-size: 32px;
  color: #d71f1f;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.n_title h3 {
  font-size: 32px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.n_title h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #d71f1f;
  margin: 20px auto 0;
}
.n_title h3.hide::after {
  display: none;
}
.n_title p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.n_title.center {
  margin-top: 80px;
}
.n_title.center h3 {
  text-align: center;
}
.n_title.center h4 {
  text-align: center;
}
.n_title.line::after {
  margin-top: 40px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #d71f1f;
}
@media screen and (max-width: 1440px) {
  .n_title h3 {
    font-size: 24px;
  }
  .n_title h3::after {
    margin: 14px auto 0;
    width: 40px;
    height: 2px;
  }
  .n_title p {
    font-size: 13px;
  }
  .n_title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .n_title h3 {
    font-size: 18px;
  }
  .n_title h3::after {
    margin: 10px auto 0;
    width: 40px;
    height: 2px;
  }
  .n_title p {
    font-size: 12px;
  }
  .n_title {
    margin-top: 40px;
  }
}
.n_more {
  width: 240px;
  height: 50px;
  background-color: #0f438f;
  margin-top: 50px;
}
.n_more a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.pro_title {
  background-color: #0f438f;
  display: inline-block;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 50px;
}
.pro_title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.index .part01 {
  z-index: 9999;
  position: relative;
  height: 70px;
  overflow: initial;
}
.index .part01 ul {
  z-index: 9999;
  height: 140px;
  width: 100%;
  top: -70px;
  position: absolute;
  background-color: #d71f1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.index .part01 ul li a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 ul li a .index_icon {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  transition: all 0.5s;
}
.index .part01 ul li a .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part01 ul li a .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 ul li:hover a .index_icon {
  transform: rotateY(180deg);
}
.index .part02 {
  margin-top: 82px;
  margin-bottom: 120px;
}
.index .part02 .title {
  position: relative;
}
.index .part02 .title h3 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.1;
}
.index .part02 .title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
}
.index .part02 .title p {
  width: 70%;
  margin: 40px auto 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part02 .list {
  margin-top: 60px;
}
.index .part02 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .list ul li {
  width: 31%;
  background-color: #f7f7fa;
  box-sizing: border-box;
  padding: 4% 3% 3% 3%;
  transition: all 0.5s ease;
}
.index .part02 .list ul li .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.index .part02 .list ul li .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #d71f1f;
  margin: 10px auto;
}
.index .part02 .list ul li .text p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.index .part02 .list ul li .text span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 42px;
}
.index .part02 .list ul li .text span i {
  margin-right: 18px;
}
.index .part02 .list ul li .text span img {
  width: 22px;
  transition: all 0.5s ease;
}
.index .part02 .list ul li .img {
  transition: all 0.5s ease;
}
.index .part02 .list ul li .img img {
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.index .part02 .list ul li:hover {
  background-color: #0f438f;
}
.index .part02 .list ul li:hover .text h3 {
  color: #fff;
}
.index .part02 .list ul li:hover .text p {
  color: #fff;
}
.index .part02 .list ul li:hover .text span {
  color: #fff;
}
.index .part02 .list ul li:hover .text span img {
  transform: rotateZ(45deg);
}
.index .part02 .list ul li:hover .img {
  transform: translateY(-14px);
}
.index .part02 .list ul li:hover .img img {
  display: block;
}
.index .part03 {
  background-image: url(../images/part03_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.index .part03 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .left {
  width: 46%;
}
.index .part03 > div .left .t1 {
  position: relative;
  margin-bottom: 70px;
}
.index .part03 > div .left .t1 h3 {
  font-size: 52px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.1;
}
.index .part03 > div .left .t1 h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 30px;
}
.index .part03 > div .left .t2 h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part03 > div .left .t2 h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #d71f1f;
  margin-top: 6px;
  margin-bottom: 12px;
}
.index .part03 > div .left .t2 p {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .part03 > div .left .t3 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .left .t3 .item1 .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part03 > div .left .t3 .item1 .top h3 {
  font-size: 48px;
  color: #d71f1f;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 > div .left .t3 .item1 .top span {
  font-size: 16px;
  color: #d71f1f;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 > div .left .t3 .item1 .bottom {
  margin-top: 16px;
}
.index .part03 > div .left .t3 .item1 .bottom p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 > div .left .t4 {
  margin-top: 70px;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
}
.index .part03 > div .left .t4 a {
  font-size: 15px;
  color: #d71f1f;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  padding: 0 60px;
}
.index .part03 > div .right {
  width: 48%;
}
.index .part03 > div .right .img {
  height: 600px;
  background-image: url(../images/part03_bg2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .right .img img {
  padding-right: 60px;
  height: 53vh;
}
.index .part04 {
  background-color: #f7f7fa;
  padding: 120px 0;
}
.index .part04 > div {
  position: relative;
}
.index .part04 > div .textBox {
  position: absolute;
  top: 0;
  transform: translate(-50%, 50%);
  left: 60%;
  z-index: 9999;
  width: 24%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 1px 1px 4px #cbcbcb;
}
.index .part04 > div .textBox .text .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 > div .textBox .text .t1 h2 {
  font-size: 36px;
  color: #d71f1f;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 > div .textBox .text .t1 span {
  margin-left: 10px;
  font-size: 18px;
  color: #d71f1f;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.index .part04 > div .textBox .text .t2::before {
  margin-top: 14px;
  margin-bottom: 20px;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d71f1f;
}
.index .part04 > div .imgBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 > div .imgBox .left {
  width: 56%;
  overflow: hidden;
}
.index .part04 > div .imgBox .left .swiper-container {
  width: 100%;
}
.index .part04 > div .imgBox .left .swiper-container .swiper-wrapper {
  width: 100%;
}
.index .part04 > div .imgBox .left .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.index .part04 > div .imgBox .left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index .part04 > div .imgBox .right {
  width: 44%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index .part04 > div .imgBox .right .r_top {
  position: relative;
  width: 100%;
}
.index .part04 > div .imgBox .right .r_top h3 {
  font-size: 52px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.1;
}
.index .part04 > div .imgBox .right .r_top h2 {
  font-size: 40px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
}
.index .part04 > div .imgBox .right .r_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 > div .imgBox .right .r_bottom .r_num {
  width: 20%;
}
.index .part04 > div .imgBox .right .r_bottom .r_num .r_num1 {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #d71f1f;
}
.index .part04 > div .imgBox .right .r_bottom .r_num .r_num2 {
  width: 100%;
}
.index .part04 > div .imgBox .right .r_bottom .r_num .r_num2 ul {
  width: 36px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 > div .imgBox .right .r_bottom .r_num .r_num2 ul li {
  width: 6px;
  height: 10px;
  background-color: #b9b9b9;
  transition: all 0.5s;
}
.index .part04 > div .imgBox .right .r_bottom .r_num .r_num2 ul li.on {
  height: 24px;
  background-color: #d71f1f;
}
.index .part04 > div .imgBox .right .r_bottom .r_img {
  width: 80%;
}
.index .part04 > div .imgBox .right .r_bottom .r_img .swiper-container {
  width: 100%;
}
.index .part04 > div .imgBox .right .r_bottom .r_img .swiper-container .swiper-wrapper {
  width: 100%;
}
.index .part04 > div .imgBox .right .r_bottom .r_img .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.index .part04 > div .imgBox .right .r_bottom .r_img .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index .part05 {
  margin-top: 100px;
}
.index .part05 > div .title {
  position: relative;
}
.index .part05 > div .title h3 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.1;
}
.index .part05 > div .title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
}
.index .part05 > div .title p {
  width: 70%;
  margin: 40px auto 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part05 > div .news_list {
  margin-top: 66px;
  margin-bottom: 120px;
}
.index .part05 > div .news_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .news_list ul li {
  width: 31%;
}
.index .part05 > div .news_list ul li .i1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index .part05 > div .news_list ul li .i1 .left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .news_list ul li .i1 .left h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background-color: #d71f1f;
  margin-right: 8px;
}
.index .part05 > div .news_list ul li .i1 .right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .news_list ul li .i1 .right a span {
  margin-right: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part05 > div .news_list ul li .i1 .right a img {
  width: 22px;
}
.index .part05 > div .news_list ul li .i2 {
  position: relative;
  overflow: hidden;
}
.index .part05 > div .news_list ul li .i2:hover .i2_sub2 img {
  transform: scale(1.1);
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 42px 34px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_l1 h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_l1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 6px 8px;
  border-radius: 8px;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .bottom a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .bottom a span {
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part05 > div .news_list ul li .i2 .i2_sub1 .bottom a img {
  width: 22px;
}
.index .part05 > div .news_list ul li .i2 .i2_sub2 img {
  width: 100%;
  transition: all 0.5s;
}
.index .part05 > div .news_list ul li .i3 {
  margin-top: 10px;
}
.index .part05 > div .news_list ul li .i3 ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.index .part05 > div .news_list ul li .i3 ul li:hover {
  padding: 0 20px;
  background-color: #0f438f;
}
.index .part05 > div .news_list ul li .i3 ul li:hover a {
  color: #fff;
}
.index .part05 > div .news_list ul li .i3 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  line-height: 58px;
  font-weight: 400;
  text-align: left;
}
.index .part05 > div .news_list ul li .i3 ul li a .i3_l {
  padding-left: 20px;
  background-image: url(../images/news_icon.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left;
}
@media screen and (max-width: 1440px) {
  .index .part01 ul li a .text h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .index .part01 ul li a .text p {
    font-size: 12px;
  }
  .index .part01 ul li a .index_icon {
    width: 62px;
    height: 62px;
  }
  .index .part01 ul li a .index_icon img {
    width: 30px;
  }
  .index .part01 ul {
    height: 100px;
  }
  .index .part01 {
    height: 30px;
  }
  .index .part02 {
    margin-top: 62px;
    margin-bottom: 80px;
  }
  .index .part02 .title h3 {
    font-size: 40px;
  }
  .index .part02 .title h2 {
    font-size: 30px;
    top: 32px;
  }
  .index .part02 .title p {
    font-size: 14px;
  }
  .index .part02 .title p {
    width: 78%;
    margin: 20px auto 0;
  }
  .index .part02 .list ul li {
    width: 32%;
    padding: 3% 2% 2% 2%;
  }
  .index .part02 .list {
    margin-top: 30px;
  }
  .index .part02 .list ul li .text h3 {
    font-size: 18px;
  }
  .index .part02 .list ul li .text p {
    font-size: 13px;
  }
  .index .part02 .list ul li .text span img {
    width: 18px;
  }
  .index .part02 .list ul li .text span i {
    margin-right: 12px;
    font-size: 12px;
  }
  .index .part02 .list ul li .text span {
    margin-bottom: 14px;
  }
  .index .part03 > div .left .t1 h2 {
    font-size: 28px;
    top: 24px;
  }
  .index .part03 > div .left .t1 h3 {
    font-size: 38px;
  }
  .index .part03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index .part03 > div .left .t1 {
    margin-bottom: 46px;
  }
  .index .part03 > div .left .t2 h3 {
    font-size: 20px;
  }
  .index .part03 > div .left .t2 p {
    font-size: 13px;
  }
  .index .part03 > div .right {
    width: 40%;
  }
  .index .part03 > div .right .img {
    height: 488px;
  }
  .index .part03 > div .right .img img {
    height: 45vh;
    padding-right: 18px;
  }
  .index .part03 > div .left .t3 .item1 {
    width: 31%;
  }
  .index .part03 > div .left .t3 .item1 .top h3 {
    font-size: 38px;
  }
  .index .part03 > div .left .t3 .item1 .bottom p {
    font-size: 12px;
  }
  .index .part03 > div .left .t3 {
    margin-top: 26px;
  }
  .index .part03 > div .left .t4 {
    margin-top: 40px;
  }
  .index .part03 > div .left .t4 a {
    font-size: 12px;
    padding: 0 38px;
    line-height: 40px;
  }
  .index .part04 > div .imgBox .right .r_top h2 {
    font-size: 30px;
    top: 24px;
  }
  .index .part04 > div .imgBox .right .r_top h3 {
    font-size: 38px;
  }
  .index .part04 > div .textBox .text .t1 h2 {
    font-size: 24px;
  }
  .index .part04 > div .textBox .text .t2::before {
    margin-top: 8px;
    margin-bottom: 10px;
    width: 28px;
  }
  .index .part04 > div .textBox {
    padding: 20px;
  }
  .index .part04 > div .textBox .text .t2 p {
    font-size: 13px;
  }
  .index .part04 {
    padding: 70px 0;
  }
  .index .part05 {
    margin-top: 70px;
  }
  .index .part05 > div .title h3 {
    font-size: 40px;
  }
  .index .part05 > div .title h2 {
    font-size: 30px;
    top: 34px;
  }
  .index .part05 > div .title p {
    margin: 24px auto 0;
    font-size: 14px;
  }
  .index .part05 > div .news_list ul li .i1 .left h3 {
    font-size: 16px;
  }
  .index .part05 > div .news_list ul li .i1 .right a img {
    width: 18px;
  }
  .index .part05 > div .news_list ul li .i3 ul li a .i3_l h3 {
    font-size: 13px;
  }
  .index .part05 > div .news_list ul li .i3 ul li a {
    line-height: 1;
    height: 46px;
  }
  .index .part05 > div .news_list ul li .i3 ul li a .i3_r {
    font-size: 12px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 {
    padding: 26px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_l1 p {
    font-size: 14px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 h3 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 p {
    font-size: 12px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_r1 {
    padding: 6px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .top .top_l1 h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .bottom a span {
    font-size: 12px;
  }
  .index .part05 > div .news_list ul li .i2 .i2_sub1 .bottom a img {
    width: 18px;
  }
  .index .part05 > div .news_list {
    margin-bottom: 70px;
  }
  footer .f1 > div ul li .txt p {
    font-size: 13px;
    line-height: 1.3;
  }
  footer .f1 > div ul li .f_icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  footer .f1 > div ul li .f_icon i {
    font-size: 22px;
  }
  footer .f1 {
    height: 110px;
  }
  footer .f2 > div .top {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .index .part03 > div .right .img img {
    height: 54vh;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    margin-top: 50px;
  }
  .owl-item .item img {
    height: 180px;
    width: auto;
  }
  .index .part01 ul {
    top: 0;
    height: 70px;
  }
  .index .part01 ul li a .text h3 {
    font-size: 12px;
  }
  .index .part01 ul li a .text p {
    display: none;
  }
  .index .part01 ul li a .index_icon {
    margin-right: 0;
    margin-bottom: 6px;
    width: 32px;
    height: 32px;
  }
  .index .part01 ul li a .index_icon img {
    width: 16px;
  }
  .index .part01 {
    height: 70px;
    margin-top: 20px;
  }
  .index .part01 ul li a .text {
    width: 100%;
    text-align: center;
  }
  .index .part01 ul li a .text h3 {
    text-align: center;
  }
  .owl-pagination {
    display: none;
  }
  .owl-buttons {
    display: none;
  }
  .index .part02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .index .part02 .title h3 {
    font-size: 24px;
  }
  .index .part02 .title h2 {
    font-size: 18px;
    top: 20px;
  }
  .index .part02 .title p {
    width: 90%;
    font-size: 13px;
  }
  .index .part02 .list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 6% 2% 2% 2%;
  }
  .index .part02 .list ul li .text h3 {
    font-size: 15px;
  }
  .index .part03 > div .left {
    width: 100%;
  }
  .index .part03 > div .right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .index .part03 > div .left .t1 h2 {
    font-size: 18px;
  }
  .index .part03 > div .left .t1 h3 {
    font-size: 24px;
  }
  .index .part03 > div .left .t1 h2 {
    font-size: 18px;
    top: 18px;
  }
  .index .part03 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .index .part03 > div .right .img {
    box-sizing: border-box;
    height: 288px;
  }
  .index .part03 > div .right .img img {
    height: auto;
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
  }
  .index .part03 > div .left .t3 .item1 .top h3 {
    font-size: 28px;
  }
  .index .part03 > div .left .t3 .item1 .top span {
    font-size: 12px;
  }
  .index .part03 > div .left .t3 .item1 .bottom p {
    text-align: center;
    line-height: 1.5;
  }
  .index .part03 > div .left .t4 {
    margin-top: 24px;
  }
  .index .part03 > div .left .t4 a {
    padding: 0 24px;
    line-height: 36px;
  }
  .index .part03 > div .left .t4 a i {
    font-size: 12px;
  }
  .index .part04 > div .imgBox .left {
    width: 100%;
  }
  .index .part04 > div .imgBox .right {
    display: none;
  }
  .index .part04 > div .imgBox .right .r_bottom .r_num {
    display: none;
  }
  .index .part04 > div .imgBox .right .r_bottom .r_img {
    width: 100%;
  }
  .index .part04 > div .textBox {
    width: 90%;
    left: 50%;
  }
  .index .part04 {
    padding: 40px 0;
    display: none;
  }
  .index .part04 > div .imgBox .right .r_top h2 {
    font-size: 18px;
    top: 14px;
  }
  .index .part04 > div .imgBox .right .r_top h3 {
    font-size: 24px;
  }
  .index .part04 > div {
    padding-bottom: 120px;
  }
  .index .part04 > div .textBox {
    top: 120px;
  }
  .index .part05 > div .title h2 {
    font-size: 18px;
    top: 22px;
  }
  .index .part05 > div .title h3 {
    font-size: 24px;
  }
  .index .part05 {
    margin-top: 50px;
  }
  .index .part05 > div .title p {
    font-size: 13px;
  }
  .index .part05 > div .news_list ul li {
    width: 100%;
  }
  .index .part05 > div .news_list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index .part05 > div .news_list ul li .i1 .left h3 {
    font-size: 15px;
  }
  .index .part05 > div .news_list ul li .i1 .right a span {
    font-size: 12px;
  }
  .index .part05 > div .news_list ul li .i1 .right a img {
    width: 14px;
  }
  .index .part05 > div .news_list ul li .i1 .left h3::before {
    height: 15px;
  }
  .index .part05 > div .news_list ul li {
    margin-bottom: 20px;
  }
  .index .part05 > div .news_list ul li .i3 ul li a {
    line-height: 40px;
    height: 40px;
  }
  .index .part05 > div .news_list ul li .i3 ul li {
    margin-bottom: 0px;
  }
  footer .f2 > div .top {
    display: none;
  }
  footer .bottom {
    height: 40px;
  }
  footer .f1 > div ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
  }
  footer .f2 {
    height: 40px;
  }
  footer .f1 {
    height: auto;
    padding-top: 30px;
  }
  footer .f2 > div .bottom .left {
    display: none;
  }
  footer .f2 > div .bottom .right {
    width: 100%;
  }
  footer .f2 > div .bottom .right p {
    width: 100%;
  }
  footer .f2 > div .bottom .right p a {
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
  }
  footer .f1 > div ul li .f_icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  footer .f1 > div ul li .f_icon i {
    font-size: 12px;
  }
  footer .f1 > div ul li:nth-last-of-type(1) {
    width: 100%;
  }
  footer .f1 > div ul li .txt p {
    font-size: 12px;
  }
  footer .f1 > div ul li .txt {
    margin-left: 6px;
  }
  .index .part01 {
    z-index: 0;
  }
}
.about .main .part01 {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  background-image: url(../images/about_bg.jpg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.about .main .part01 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 > div .left {
  width: 24%;
}
.about .main .part01 > div .left ul li {
  margin-bottom: 60px;
}
.about .main .part01 > div .left ul li .l_icon img {
  width: 100px;
}
.about .main .part01 > div .left ul li .l_text {
  margin-top: 30px;
}
.about .main .part01 > div .left ul li .l_text .l_t_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .main .part01 > div .left ul li .l_text .l_t_top h3 {
  font-size: 32px;
  color: #d71f1f;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-right: 10px;
}
.about .main .part01 > div .left ul li .l_text .l_t_top span {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 > div .left ul li .l_text .l_t_bottom {
  margin-top: 10px;
}
.about .main .part01 > div .left ul li .l_text .l_t_bottom p {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 > div .right {
  border-left: 1px solid #dbdbdb;
  box-sizing: border-box;
  width: 76%;
  padding-left: 50px;
}
.about .main .part01 > div .right h3 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.about .main .part01 > div .right span {
  font-size: 15px;
  color: #999;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.about .main .part01 > div .right span::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d71f1f;
}
.about .main .part01 > div .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part02 {
  background-image: url(../images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .main .part02 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .left .i_box {
  border: 20px solid rgba(255, 255, 255, 0.3);
  margin-right: 20px;
}
.about .main .part02 > div .left .i_box img {
  height: 300px;
}
.about .main .part02 > div .right {
  width: 30%;
}
.about .main .part02 > div .right h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.about .main .part02 > div .right p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 30px;
}
.about .main .part02 > div .right p::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d71f1f;
}
.about .main .part02 > div .right span {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}
.about .main .part03 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.about .main .part03 > div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 20px;
}
.about .main .part03 > div .title .p02_left h1 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.about .main .part03 > div .title .p02_left p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.about .main .part03 > div .title .p02_right p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 > div ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 > div ul li {
  width: 24%;
  position: relative;
  overflow: hidden;
}
.about .main .part03 > div ul li:hover .c_img img {
  transform: scale(1.1);
}
.about .main .part03 > div ul li .text {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 26px;
  z-index: 6;
}
.about .main .part03 > div ul li .text .c_icon {
  margin-bottom: 14px;
}
.about .main .part03 > div ul li .text .c_icon img {
  width: 40px;
}
.about .main .part03 > div ul li .text .c_text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 > div ul li .c_img img {
  width: 100%;
  transition: all 1s ease;
}
.about .main .part03 > div ul li .c_img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1440px) {
  .about .main .part01 > div .right h3 {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .about .main .part01 > div .right span {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .about .main .part01 > div .right span::after {
    width: 60px;
  }
  .about .main .part01 > div .right p {
    font-size: 14px;
  }
  .about .main .part01 > div .left ul li .l_icon img {
    width: 70px;
  }
  .about .main .part01 > div .left ul li .l_text .l_t_top h3 {
    font-size: px;
  }
  .about .main .part01 > div .left ul li .l_text {
    margin-top: 16px;
  }
  .about .main .part01 > div .left ul li .l_text .l_t_bottom p {
    font-size: 13px;
  }
  .about .main .part02 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .about .main .part02 > div .left {
    width: 64%;
  }
  .about .main .part02 > div .left .i_box img {
    height: 264px;
  }
  .about .main .part02 > div .left .i_box {
    border: 12px solid rgba(255, 255, 255, 0.3);
  }
  .about .main .part02 > div .right h3 {
    font-size: 24px;
  }
  .about .main .part02 > div .right p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .about .main .part02 > div .right p::after {
    width: 50px;
    margin-top: 10px;
  }
  .about .main .part02 > div .right span {
    font-size: 13px;
  }
  .about .main .part01 {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .about .main .part03 > div .title .p02_left h1 {
    font-size: 24px;
  }
  .about .main .part03 > div .title .p02_left p {
    font-size: 14px;
  }
  .about .main .part03 > div .title .p02_right p {
    font-size: 14px;
  }
  .about .main .part03 > div .title {
    margin-top: 60px;
  }
  .about .main .part03 > div ul li .text .c_text p {
    font-size: 14px;
  }
  .about .main .part03 > div ul li .text .c_icon img {
    width: 34px;
  }
  .about .main .part03 > div ul li .text .c_icon {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 > div .left {
    width: 100%;
  }
  .about .main .part01 > div .left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about .main .part01 > div .left ul li {
    width: 32%;
    margin-bottom: 30px;
  }
  .about .main .part01 > div .left ul li .l_text .l_t_top h3 {
    font-size: 22px;
  }
  .about .main .part01 > div .left ul li .l_text .l_t_top span {
    font-size: 12px;
  }
  .about .main .part01 > div .left ul li .l_text .l_t_bottom p {
    font-size: 12px;
  }
  .about .main .part01 > div .left ul li .l_icon img {
    width: 50px;
  }
  .about .main .part01 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about .main .part01 > div .right {
    border: none;
    width: 100%;
    padding-left: 0;
  }
  .about .main .part01 > div .right h3 {
    font-size: 18px;
  }
  .about .main .part01 > div .right span {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .about .main .part01 > div .right span::after {
    width: 40px;
    margin-top: 10px;
  }
  .about .main .part01 > div .right p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .about .main .part02 > div .left {
    width: 100%;
  }
  .about .main .part02 > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .about .main .part02 > div .left .i_box img {
    height: auto;
    width: 100%;
  }
  .about .main .part02 > div .left .i_box {
    margin-right: 0;
  }
  .about .main .part02 > div .right h3 {
    font-size: 18px;
  }
  .about .main .part02 > div .right p {
    font-size: 12px;
  }
  .about .main .part02 {
    padding-top: 40px;
  }
  .about .main .part03 > div .title {
    margin-top: 40px;
  }
  .about .main .part03 > div .title .p02_left h1 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .about .main .part03 > div .title .p02_left p {
    font-size: 12px;
  }
  .about .main .part03 > div .title .p02_right {
    margin-top: 14px;
  }
  .about .main .part03 > div .title .p02_right p {
    font-size: 13px;
    line-height: 1.4;
  }
  .about .main .part03 > div ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .about .main .part03 {
    padding-bottom: 50px;
  }
}
.fuwu .main {
  background-color: #fff;
}
.fuwu .main > div .zichan_part01 {
  margin-top: 60px;
  margin-bottom: 90px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #f7f7fa;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 {
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 .left {
  width: 50%;
  box-sizing: border-box;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 .right {
  width: 50%;
  box-sizing: border-box;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover {
  background-color: #0f438f;
  box-sizing: border-box;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .left h3 {
  color: #fff;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .left h3::before {
  background-color: #d71f1f;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .left p {
  color: #fff;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .right h3 {
  color: #fff;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .right h3::before {
  background-color: #d71f1f;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:hover .right p {
  color: #fff;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(1) .left {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(2) .right {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(3) .left {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(4) .right {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(5) .left {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(6) .right {
  padding: 0 40px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt h3 {
  padding-left: 20px;
  position: relative;
  font-size: 24px;
  color: #0f438f;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt h3::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  background-color: #000;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.fuwu .main > div .zichan_part01 .zichan_part01_txt .img img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .fuwu .main > div .zichan_part01 {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt {
    padding: 20px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3 {
    font-size: 18px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3::before {
    height: 20px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3 {
    padding-left: 12px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .fuwu .main > div .zichan_part01 {
    margin-top: 30px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 .left {
    width: 100%;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(1) .left {
    padding: 0;
    margin-bottom: 10px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 .right {
    width: 100%;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3 {
    font-size: 15px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3::before {
    height: 15px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt h3 {
    margin-bottom: 6px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt p {
    font-size: 12px;
    line-height: 1.5;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1 {
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7fa;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt {
    padding: 0;
    background-color: #fff;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(2) .right {
    padding: 0;
    margin-top: 20px;
  }
  .fuwu .main > div .zichan_part01 .zichan_part01_txt .item1:nth-of-type(3) .left {
    padding: 0;
    margin-bottom: 20px;
  }
  .fuwu .main > div .zichan_part01 {
    margin-bottom: 50px;
  }
}
.huanjing .main .n_list {
  margin-top: 60px;
}
.huanjing .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.huanjing .main .n_list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
}
.huanjing .main .n_list ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.huanjing .main .n_list ul li a .img img {
  width: 100%;
}
.huanjing .main .n_list ul li a .txt {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.huanjing .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.huanjing .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.huanjing .main .n_list ul li a .txt .right {
  display: flex;
  align-items: center;
}
.huanjing .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.huanjing .main .n_list ul li a .txt .right p i {
  font-size: 36px;
}
.huanjing .main .n_list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .huanjing .main .n_list {
    margin-top: 40px;
  }
  .huanjing .main .n_list ul li a .txt .left {
    font-size: 14px;
  }
  .tanchu.sb .t_content {
    width: 70%;
  }
  .tanchu .t_content .img img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .huanjing .main .n_list ul li {
    width: 100%;
  }
  .huanjing .main {
    padding-bottom: 60px;
  }
  .huanjing .main .n_list {
    margin-top: 30px;
  }
}
.news2 .main {
  padding-bottom: 80px;
}
.news2 .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .newsBoxTitle {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .newsBoxTitle h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news2 .main > div:first-of-type .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle p img {
  padding-left: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f7f7fa;
}
.news2 .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText {
  background-color: #0f438f;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #d71f1f;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f7f7fa;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 140px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 60px;
  margin-bottom: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  padding: 6px;
  cursor: pointer;
  background-color: #0f438f;
  border-radius: 50%;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon img {
  width: 84%;
}
@media screen and (max-width: 1440px) {
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #d71f1f;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news2 .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news2 .main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .news2 .main > div:first-of-type {
    margin-top: 50px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news2 .main {
    margin-bottom: 40px;
  }
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f7f7fa;
  border: 1px solid #dbdbdb;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 150px;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #f7f7fa;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main {
    margin-top: 70px;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 18px;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_descrition p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 14px;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 16px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .news_details .main > div .right .bottom > div ul li {
    margin-top: 0px;
    padding-bottom: 14px;
  }
  .news_details .main > div .right .bottom > div ul li:nth-of-type(2) {
    padding-bottom: 0;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li span {
    font-size: 13px;
    color: #0f438f;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(3) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .left .news_title h3 {
    text-align: center;
    font-size: 16px;
  }
}
.liucheng .main .part01 > div ul {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.liucheng .main .part01 > div ul li {
  width: 25%;
  position: relative;
  margin-bottom: 40px;
}
.liucheng .main .part01 > div ul li .line {
  position: absolute;
  top: 25%;
  right: -15px;
  color: #d71f1f;
  font-size: 28px;
}
.liucheng .main .part01 > div ul li .img {
  text-align: center;
}
.liucheng .main .part01 > div ul li .text {
  text-align: center;
  margin-top: 20px;
}
.liucheng .main .part01 > div ul li .text h3 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
.liucheng .main .part01 > div ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.liucheng .main .part02 {
  margin-top: 60px;
  background-color: #0f438f;
}
.liucheng .main .part02 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 600px;
}
.liucheng .main .part02 > div .left {
  position: absolute;
  right: 0;
}
.liucheng .main .part02 > div .left .text03 {
  height: auto;
}
.liucheng .main .part02 > div .left .text03 .jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  right: 70px;
}
.liucheng .main .part02 > div .left .text03 .jiantou .btnLeft {
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.liucheng .main .part02 > div .left .text03 .jiantou .btnLeft i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.liucheng .main .part02 > div .left .text03 .jiantou .line {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}
.liucheng .main .part02 > div .left .text03 .jiantou .btnRight {
  transform: rotate(180deg);
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.liucheng .main .part02 > div .left .text03 .jiantou .btnRight i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.liucheng .main .part02 > div .left .text03 .num {
  position: absolute;
  top: 50%;
  right: 70px;
}
.liucheng .main .part02 > div .left .text03 .num span {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.liucheng .main .part02 > div .left .text03 .num i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.liucheng .main .part02 > div .left .text03 .t1 {
  position: absolute;
  bottom: 50px;
  right: 70px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.liucheng .main .part02 > div .right {
  position: absolute;
  width: 78%;
  z-index: 3;
}
.liucheng .main .part02 > div .right .liucheng_title {
  margin-bottom: 40px;
}
.liucheng .main .part02 > div .right .liucheng_title h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.liucheng .main .part02 > div .right .liucheng_img ul li a .img02 img {
  width: 100%;
}
.liucheng .main .part02 > div .right .liucheng_img ul li a .text02 {
  background-color: #fff;
  height: 48px;
}
.liucheng .main .part02 > div .right .liucheng_img ul li a .text02 h3 {
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.liucheng .main .part03 > div .part03_content {
  margin-top: 50px;
  margin-bottom: 80px;
}
.liucheng .main .part03 > div .part03_content ul li {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dbdbdb;
}
.liucheng .main .part03 > div .part03_content ul li .question {
  background-image: url(/images/wen.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  margin-bottom: 20px;
}
.liucheng .main .part03 > div .part03_content ul li .question h3 {
  font-size: 18px;
  color: #333;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}
.liucheng .main .part03 > div .part03_content ul li .answer {
  padding-left: 30px;
  background-image: url(/images/da.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.liucheng .main .part03 > div .part03_content ul li .answer p {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  .liucheng .main .part01 > div ul li .img img {
    width: 100px;
  }
  .liucheng .main .part01 > div ul li .line {
    top: 18%;
    font-size: 20px;
  }
  .liucheng .main .part01 > div ul li .text {
    margin-top: 14px;
  }
  .liucheng .main .part01 > div ul li .text h3 {
    font-size: 24px;
  }
  .liucheng .main .part01 > div ul li .text p {
    font-size: 14px;
  }
  .liucheng .main .part02 {
    margin-top: 30px;
  }
  .liucheng .main .part02 > div .left {
    width: 34%;
  }
  .liucheng .main .part02 > div .left .img03 img {
    width: 100%;
  }
  .liucheng .main .part02 > div .right .liucheng_title h3 {
    font-size: 24px;
  }
  .liucheng .main .part02 > div .right .liucheng_title {
    margin-bottom: 24px;
  }
  .liucheng .main .part02 > div {
    height: 500px;
  }
  .liucheng .main .part02 > div .left .text03 .t1 {
    font-size: 15px;
  }
  .liucheng .main .part02 > div .right .liucheng_img ul li a .text02 h3 {
    font-size: 15px;
  }
  .liucheng .main .part02 > div .left .text03 .num span {
    font-size: 46px;
  }
  .liucheng .main .part03 > div .part03_content ul li .question h3 {
    font-size: 16px;
  }
  .liucheng .main .part03 > div .part03_content ul li .answer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .liucheng .main .part01 > div ul li {
    width: 48%;
  }
  .liucheng .main .part01 > div ul li .line {
    display: none;
  }
  .liucheng .main .part01 > div ul li .text p {
    font-size: 12px;
  }
  .liucheng .main .part02 > div .left {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }
  .liucheng .main .part02 > div .right {
    width: 100%;
  }
  .liucheng .main .part02 > div .right .liucheng_title h3 {
    font-size: 18px;
  }
  .liucheng .main .part02 > div {
    height: 380px;
  }
  .liucheng .main .part03 > div .part03_content {
    margin-top: 30px;
  }
  .liucheng .main .part03 > div .part03_content ul li .question h3 {
    font-size: 15px;
  }
  .liucheng .main .part03 > div .part03_content ul li .answer p {
    font-size: 13px;
  }
}
.contact .main .part02 {
  margin-bottom: 60px;
  margin-top: 100px;
}
.contact .main .part02 > div {
  box-shadow: 1px 1px 10px #dbdbdb;
}
.contact .main .part02 > div .m1 {
  background-color: #0f438f;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 > div .m1 .left h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.contact .main .part02 > div .m1 .left p {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 > div .m1 .right p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 > div .m1 .right p span {
  color: #d71f1f;
  margin-right: 10px;
}
.contact .main .part02 > div .m2 {
  background-color: #f7f7fa;
  box-sizing: border-box;
  padding: 40px;
}
.contact .main .part02 > div .m2 .m2_sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 > div .m2 .m2_sub1 > div {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 > div .m2 .m2_sub1 > div p {
  font-size: 16px;
  color: #333;
  line-height: 46px;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 > div .m2 .m2_sub1 > div p span {
  color: #d71f1f;
  margin-left: 10px;
}
.contact .main .part02 > div .m2 .m2_sub1 > div input {
  width: calc(100% - 100px);
  border: 1px solid #dbdbdb;
  font-size: 16px;
  color: #333;
  line-height: 46px;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
}
.contact .main .part02 > div .m2 .m2_sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 > div .m2 .m2_sub2 p {
  font-size: 16px;
  color: #333;
  line-height: 46px;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 > div .m2 .m2_sub2 p span {
  color: #d71f1f;
  margin-left: 10px;
}
.contact .main .part02 > div .m2 .m2_sub2 textarea {
  display: block;
  width: calc(100% - 100px);
  height: 200px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.contact .main .part02 > div .m2 .m2_sub3 {
  margin-top: 40px;
}
.contact .main .part02 > div .m2 .m2_sub3 button {
  margin-left: 100px;
  width: 10%;
  min-width: 150px;
  border: 1px solid #dbdbdb;
  background-color: #d71f1f;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main .part02 > div .m1 .left h3 {
    font-size: 26px;
  }
  .contact .main .part02 > div .m1 .left p {
    font-size: 20px;
  }
  .contact .main .part02 > div .m1 .right p {
    font-size: 15px;
  }
  .contact .main .part02 > div .m1 {
    padding: 26px 40px;
  }
  .contact .main .part02 > div .m2 .m2_sub1 > div p {
    font-size: 14px;
  }
  .contact .main .part02 > div .m2 .m2_sub3 button {
    font-size: 13px;
  }
  .contact .main .part02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part02 > div {
    top: 30px;
  }
  .contact .main .part02 > div .m1 .left h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .contact .main .part02 > div .m1 .left p {
    font-size: 13px;
  }
  .contact .main .part02 > div .m2 .m2_sub1 > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .part02 > div .m2 {
    padding: 20px;
  }
  .contact .main .part02 > div .m2 .m2_sub1 > div input {
    line-height: 36px;
  }
  .contact .main .part02 > div .m2 .m2_sub1 > div p {
    line-height: 36px;
  }
  .contact .main .part02 {
    margin-bottom: 80px;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.s992 {
  display: none;
}
.h992 {
  display: block;
}
@media screen and (max-width: 992px) {
  .w80 {
    width: 90%;
  }
  .w76 {
    width: 90%;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .s992 {
    display: block !important;
  }
  .h992 {
    display: none !important;
  }
  .mt-30 {
    margin-top: 14px;
  }
}
