@font-face {
  font-family: "lianwei2";
  src: url("../fonts/lianwei2.ttf");
}
.w84 {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.more {
  float: right;
}
.more.p02 {
  float: left;
}
.more.p02 a p {
  font-size: 13px !important;
  font-weight: 400;
}
.more.p02 a .m_icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.more.p02 a .m_icon i {
  font-size: 12px;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.more a .m_icon {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background-color: #e02028;
  line-height: 32px;
  text-align: center;
}
.more a .m_icon i {
  display: block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
  font-weight: 100px;
}
.n_title h2 {
  font-size: 38px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.n_title h2 span {
  font-size: 56px;
  margin: 0 10px;
  color: #014590;
  font-family: "Impact";
  font-weight: 400;
  font-style: italic;
}
.n_title h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .n_title h2 {
    font-size: 26px;
  }
  .n_title h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .n_title h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .n_title h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@keyframes upDown2 {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  cursor: pointer;
}
header.on {
  background-color: #ffffff;
  box-shadow: 0 0 4px #666;
}
header.on .w84 .logo a img:nth-of-type(1) {
  display: none;
}
header.on .w84 .logo a img:nth-of-type(2) {
  display: block;
}
header.on .w84 nav ul li a {
  color: #333;
}
header.on .w84 nav .tool a i {
  color: #333;
}
header .w84 {
  height: inherit;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo a img {
  width: initial;
}
header .w84 .logo a img:nth-of-type(1) {
  display: block;
}
header .w84 .logo a img:nth-of-type(2) {
  display: none;
}
header .w84 nav {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul li {
  position: relative;
  height: 100px;
  line-height: 100px;
}
header .w84 nav ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header .w84 nav ul li:hover .sub {
  display: block;
}
header .w84 nav ul li .sub {
  position: absolute;
  top: 100px;
  display: none;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
header .w84 nav ul li .sub dl dd {
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  padding: 4px 0;
}
header .w84 nav ul li .sub dl dd:hover {
  background-color: #f1f1f1;
}
header .w84 nav ul li .sub dl dd a {
  color: #333;
  line-height: 40px;
  font-size: 15px;
}
header .w84 nav .tool {
  padding-left: 20px;
  position: relative;
}
header .w84 nav .tool a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav .tool a i {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
  }
  header .w84 nav ul li {
    height: 90px;
    line-height: 90px;
  }
  header .w84 nav ul li a {
    font-size: 15px;
  }
  header .w84 .logo a img {
    width: 300px;
  }
  header .w84 nav ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  height: 504px;
  background-color: #000;
  overflow: hidden;
}
footer .top {
  height: 434px;
  padding-top: 90px;
}
footer .top .w84 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .tpItem {
  width: 28%;
}
footer .top .w84 .tpItem .tpTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .tpItem .tpTitle img {
  width: initial;
}
footer .top .w84 .tpItem .tpTitle h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-left: 10px;
  opacity: 0.5;
}
footer .top .w84 .tpItem .tpContent {
  margin-top: 50px;
}
footer .top .w84 .tpItem .tpContent .tpSub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
footer .top .w84 .tpItem .tpContent .tpSub1:nth-of-type(2) {
  margin-bottom: 0;
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpIcon {
  background-color: #aa0001;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpIcon i {
  color: #fff;
  font-size: 22px;
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpText {
  margin-left: 10px;
  width: calc(100% - 60px);
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpText p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpText h4 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-top: 6px;
}
footer .top .w84 .tpItem .tpContent .tpSub1 .tpText h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .top .w84 .line {
  width: 1px;
  height: 246px;
  background-color: #fff;
  opacity: 0.2;
}
footer .bottom {
  background-color: #014590;
  border-top: 1px solid #ffffff30;
  width: 100%;
  height: 70px;
}
footer .bottom .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w84 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .bottom .w84 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  footer {
    height: 424px;
  }
  footer .top .w84 .tpItem .tpTitle h3 {
    font-size: 18px;
  }
  footer .top .w84 .tpItem .tpTitle img {
    width: 36px;
  }
  footer .top .w84 .tpItem .tpContent .tpSub1 .tpText h4 {
    font-size: 16px;
  }
  footer .top .w84 .tpItem .tpContent .tpSub1 .tpText p {
    font-size: 14px;
  }
  footer .top .w84 .tpItem .tpContent .tpSub1 .tpText h5 {
    font-size: 15px;
  }
  footer .top {
    padding-top: 70px;
  }
  footer .top {
    height: 364px;
  }
  footer .top .w84 .line {
    height: 204px;
  }
  footer .bottom {
    height: 60px;
  }
  footer .bottom .w84 .right a {
    line-height: 60px;
  }
  footer .bottom .w84 .left a {
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    height: auto;
  }
  footer .top {
    height: auto;
  }
  footer .top .w84 .line {
    display: none;
  }
  footer .top .w84 .tpItem {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .top .w84 .tpItem .tpContent {
    margin-top: 20px;
  }
  footer .top .w84 .tpItem .tpContent .tpSub1 .tpIcon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  footer .top .w84 .tpItem .tpContent .tpSub1 {
    margin-bottom: 10px;
  }
  footer .bottom .w84 .left {
    display: none;
  }
}
.index_content {
  width: 100%;
  background-image: url(/images/main_bg.jpg);
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-size: 100%;
}
.index_content .part01 {
  margin: 140px 0;
  background-image: url(/images/part01_bg.jpg);
  background-size: 100%;
  background-position: left bottom;
}
.index_content .part01 .w84 {
  position: relative;
}
.index_content .part01 .w84 .top {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0px;
}
.index_content .part01 .w84 .top .t1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transform: translateY(50px);
  transition: all 0.5s ease;
}
.index_content .part01 .w84 .top .t1.on {
  opacity: 1;
  z-index: 6;
  transform: translateY(0px);
}
.index_content .part01 .w84 .top .t1 h3 {
  font-size: 70px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "lianwei2";
  text-transform: uppercase;
  opacity: 0.1;
}
.index_content .part01 .w84 .top .t1 h4 {
  font-size: 48px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-top: 14px;
}
.index_content .part01 .w84 .top .t1 p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-top: 14px;
}
.index_content .part01 .w84 .top .t1 a {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .top .t1 a i {
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
  margin-right: 20px;
}
.index_content .part01 .w84 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .bottom .b_left {
  width: 60%;
  position: relative;
}
.index_content .part01 .w84 .bottom .b_left .text .t_top {
  position: absolute;
  left: 6%;
  top: 10%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .bottom .b_left .text .t_top h3 {
  font-size: 62px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.index_content .part01 .w84 .bottom .b_left .text .t_top h4 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-left: 10px;
  text-shadow: 1px 1px 2px #4e4e4e;
}
.index_content .part01 .w84 .bottom .b_left .text .t_bottom {
  position: absolute;
  left: 6%;
  bottom: 10%;
}
.index_content .part01 .w84 .bottom .b_left .text .t_bottom a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .bottom .b_left .text .t_bottom a h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.index_content .part01 .w84 .bottom .b_left .text .t_bottom a img {
  width: initial;
  margin-left: 10px;
}
.index_content .part01 .w84 .bottom .b_left .img img {
  width: 100%;
}
.index_content .part01 .w84 .bottom .b_num ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .bottom .b_num ul li {
  width: 5px;
  height: 24px;
  margin: 0 4px;
  background-color: #dfdfdf;
  transition: all 0.5s ease;
}
.index_content .part01 .w84 .bottom .b_num ul li.active {
  height: 40px;
  background-color: #e02028;
}
.index_content .part01 .w84 .bottom .b_right {
  width: 30%;
  overflow: hidden;
  border-radius: 10px;
}
.index_content .part01 .w84 .bottom .b_right .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  float: left;
  opacity: 0.5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.index_content .part02 {
  background-image: url(/images/part04_bg.jpg);
  background-size: cover;
  padding: 120px 0;
}
.index_content .part02 .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.index_content .part02 .top .w84 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .top .w84 .left h3 {
  font-size: 54px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei2";
  opacity: 0.2;
}
.index_content .part02 .top .w84 .left p {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-top: 16px;
}
.index_content .part02 .top .w84 .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .top .w84 .right .item {
  position: relative;
  cursor: pointer;
}
.index_content .part02 .top .w84 .right .item.on .picon i {
  color: #e02028;
}
.index_content .part02 .top .w84 .right .item.on .text h2 {
  color: #e02028;
}
.index_content .part02 .top .w84 .right .item.on .text p {
  color: #e02028;
  opacity: 0.8;
}
.index_content .part02 .top .w84 .right .item.on .ticon {
  opacity: 1;
}
.index_content .part02 .top .w84 .right .item .picon {
  text-align: center;
  margin-bottom: 10px;
}
.index_content .part02 .top .w84 .right .item .picon i {
  transition: all 0.5s ease;
  font-size: 62px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index_content .part02 .top .w84 .right .item .text h2 {
  transition: all 0.5s ease;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index_content .part02 .top .w84 .right .item .text p {
  transition: all 0.5s ease;
  margin-top: 6px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.2;
}
.index_content .part02 .top .w84 .right .item .ticon {
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  transition: all 0.5s ease;
}
.index_content .part02 .top .w84 .right .item .ticon img {
  float: left;
}
.index_content .part02 .top .w84 .right .line {
  width: 1px;
  height: 42px;
  background-color: #fff;
  transform: rotateZ(15deg);
  opacity: 0.3;
}
.index_content .part02 .bottom {
  margin-top: 50px;
}
.index_content .part02 .bottom .w84 {
  position: relative;
  height: 600px;
}
.index_content .part02 .bottom .w84 .plist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  -webkit-transform: translateY(40px);
  -webkit-transition: all 0.5s ease;
  z-index: 1;
}
.index_content .part02 .bottom .w84 .plist.on {
  opacity: 1;
  transform: translateY(0);
  z-index: 6;
}
.index_content .part02 .bottom .w84 .plist ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom .w84 .plist ul li {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 30px;
}
.index_content .part02 .bottom .w84 .plist ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index_content .part02 .bottom .w84 .plist ul li .img {
  overflow: hidden;
  height: 0;
  padding-bottom: 230px;
  border-radius: 8px 8px 0 0;
}
.index_content .part02 .bottom .w84 .plist ul li .img img {
  width: 100%;
}
.index_content .part02 .bottom .w84 .plist ul li .text {
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom .w84 .plist ul li .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part02 .bottom .w84 .plist ul li .text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: right;
}
.index_content .part03 {
  background-image: url(/images/part03_bg.jpg);
  background-size: cover;
  background-position: left top;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 90px;
}
.index_content .part03 .w84 .title {
  margin-bottom: 50px;
}
.index_content .part03 .w84 .title h3 {
  font-size: 54px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei2";
  opacity: 0.2;
}
.index_content .part03 .w84 .title p {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei";
  margin-top: 16px;
}
.index_content .part03 .w84 .content div ul {
  padding-bottom: 50px;
}
.index_content .part03 .w84 .content div ul li {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.index_content .part03 .w84 .content div ul li .img {
  width: 100%;
}
.index_content .part03 .w84 .content div ul li .img img {
  width: 100%;
}
.index_content .part03 .w84 .content div ul li .text {
  padding: 18px;
  background-color: #014590;
}
.index_content .part03 .w84 .content div ul li .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index_content .part03 .w84 .content div .swiper-pagination span {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
.index_content .part04 {
  background-image: url(/images/part05_bg.jpg);
  background-size: cover;
  background-position: left top;
  padding-top: 120px;
  padding-bottom: 70px;
}
.index_content .part04 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .top .title h3 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei2";
  opacity: 0.1;
}
.index_content .part04 .w84 .top .title p {
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-top: 16px;
}
.index_content .part04 .w84 .top .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .top .more a h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei";
}
.index_content .part04 .w84 .top .more a img {
  width: initial;
  margin-left: 10px;
}
.index_content .part04 .w84 .bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .left {
  width: 49%;
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
.index_content .part04 .w84 .bottom .left:hover .img img {
  transform: scale(1.1);
}
.index_content .part04 .w84 .bottom .left .text {
  position: absolute;
  left: 6%;
  top: 10%;
  width: 88%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .left .text .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.index_content .part04 .w84 .bottom .left .text .title p i {
  margin-right: 4px;
  color: #e02028;
}
.index_content .part04 .w84 .bottom .left .text .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part04 .w84 .bottom .left .text .date {
  border: 1px solid #fff;
  padding: 10px 6px;
  border-radius: 4px;
}
.index_content .part04 .w84 .bottom .left .text .date h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.index_content .part04 .w84 .bottom .left .text .date p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index_content .part04 .w84 .bottom .left .more {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 3;
}
.index_content .part04 .w84 .bottom .left .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .left .more a span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
}
.index_content .part04 .w84 .bottom .left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.index_content .part04 .w84 .bottom .left .img {
  width: 100%;
}
.index_content .part04 .w84 .bottom .left .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index_content .part04 .w84 .bottom .right {
  width: 49%;
  margin-right: 0px;
}
.index_content .part04 .w84 .bottom .right ul li {
  height: 500px;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
}
.index_content .part04 .w84 .bottom .right ul li:hover {
  background-color: #014590;
}
.index_content .part04 .w84 .bottom .right ul li:hover a .it1 p {
  color: #fff;
}
.index_content .part04 .w84 .bottom .right ul li:hover a .it2 h3 {
  color: #fff;
}
.index_content .part04 .w84 .bottom .right ul li:hover a .it4 span {
  color: #fff;
}
.index_content .part04 .w84 .bottom .right ul li a .it1 {
  margin-bottom: 34px;
}
.index_content .part04 .w84 .bottom .right ul li a .it1 p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index_content .part04 .w84 .bottom .right ul li a .it2 {
  margin-bottom: 40px;
}
.index_content .part04 .w84 .bottom .right ul li a .it2 h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index_content .part04 .w84 .bottom .right ul li a .it3 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 0;
  padding-bottom: 200px;
}
.index_content .part04 .w84 .bottom .right ul li a .it3 img {
  width: 100%;
}
.index_content .part04 .w84 .bottom .right ul li a .it4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .right ul li a .it4 span {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index_content .part04 .w84 .pagination {
  margin-top: 40px;
}
.index_content .part04 .w84 .pagination .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}
.index_content .part04 .w84 .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #014590;
}
@media screen and (max-width: 1440px) {
  .index_content .part01 .w84 .bottom .b_left .text .t_top h3 {
    font-size: 42px;
  }
  .index_content .part01 .w84 .bottom .b_left .text .t_top h4 {
    font-size: 30px;
  }
  .index_content .part01 .w84 .bottom .b_left .text .t_bottom a h3 {
    font-size: 18px;
  }
  .index_content .part01 .w84 .top .t1 h3 {
    font-size: 60px;
  }
  .index_content .part01 .w84 .top .t1 h4 {
    font-size: 30px;
    margin-top: 8px;
  }
  .index_content .part01 .w84 .top .t1 p {
    font-size: 15px;
    line-height: 1.4;
  }
  .index_content .part01 .w84 .top .t1 a i {
    font-size: 15px;
  }
  .index_content .part02 .top .w84 .left p {
    font-size: 30px;
    margin-top: 8px;
  }
  .index_content .part02 .top .w84 .left h3 {
    font-size: 48px;
  }
  .index_content .part02 {
    padding-top: 90px;
  }
  .index_content .part02 .top .w84 .right .item .text h2 {
    font-size: 18px;
  }
  .index_content .part02 .top .w84 .right .item .picon i {
    font-size: 36px;
  }
  .index_content .part02 .top .w84 .right .item .picon {
    margin-bottom: 4px;
  }
  .index_content .part02 .top {
    padding-bottom: 30px;
  }
  .index_content .part02 .top .w84 .right .item .ticon img {
    width: 16px;
  }
  .index_content .part02 .top .w84 .right .item .ticon {
    bottom: -35px;
  }
  .index_content .part02 .bottom .w84 .plist ul li .img {
    padding-bottom: 190px;
  }
  .index_content .part02 .bottom .w84 .plist ul li .text h3 {
    font-size: 16px;
  }
  .index_content .part02 .bottom .w84 .plist ul li .text p {
    font-size: 13px;
    font-weight: 400;
  }
  .index_content .part02 .bottom .w84 {
    height: 520px;
  }
  .index_content .part03 .w84 .title h3 {
    font-size: 46px;
  }
  .index_content .part03 .w84 .title p {
    font-size: 32px;
    margin-top: 8px;
  }
  .index_content .part04 .w84 .top .title h3 {
    font-size: 46px;
  }
  .index_content .part04 .w84 .top .title p {
    font-size: 32px;
  }
  .index_content .part04 .w84 .top .more a h3 {
    font-size: 18px;
  }
  .index_content .part04 .w84 .bottom {
    margin-top: 30px;
  }
  .index_content .part04 .w84 .bottom .left {
    height: 350px;
  }
  .index_content .part04 .w84 .bottom .left .text .title h3 {
    font-size: 18px;
  }
  .index_content .part04 .w84 .bottom .left .text .date h3 {
    font-size: 26px;
  }
  .index_content .part04 .w84 .bottom .left .text .date p {
    font-size: 12px;
  }
  .index_content .part04 .w84 .bottom .left .more a span {
    font-size: 15px;
  }
  .index_content .part04 .w84 .bottom .left .more a img {
    width: 24px;
  }
  .index_content .part04 .w84 .bottom .right ul li {
    height: 350px;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it2 h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it3 {
    padding-bottom: 120px;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it1 {
    margin-bottom: 20px;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it2 {
    margin-bottom: 40px;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it4 img {
    width: 24px;
  }
  .index_content .part04 .w84 .bottom .right ul li a .it4 span {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .index_content .part01 {
    margin: 40px 0;
  }
  .index_content .part01 .w84 .bottom .b_left {
    width: 100%;
  }
  .index_content .part01 .w84 .bottom .b_num {
    display: none;
  }
  .index_content .part01 .w84 .bottom .b_right {
    display: none;
  }
  .index_content .part01 .w84 .top {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .index_content .part01 .w84 .top .t1 h3 {
    font-size: 36px;
  }
  .index_content .part01 .w84 .top .t1 h4 {
    font-size: 24px;
  }
  .index_content .part01 .w84 .bottom .b_left .text .t_top h4 {
    font-size: 18px;
  }
  .index_content .part01 .w84 .bottom .b_left .text .t_top h3 {
    font-size: 24px;
  }
  .index_content .part01 .w84 .bottom .b_left .text .t_bottom a h3 {
    font-size: 16px;
  }
  .index_content .part02 .top .w84 .left h3 {
    font-size: 32px;
  }
  .index_content .part02 .top .w84 .left p {
    font-size: 22px;
  }
  .index_content .part02 .top .w84 .right {
    width: 100%;
    margin-top: 40px;
  }
  .index_content .part02 .top .w84 .right .item .text h2 {
    font-size: 16px;
  }
  .index_content .part02 .top .w84 .right .item .text p {
    display: none;
  }
  .index_content .part02 .top .w84 .right .item .ticon {
    bottom: -30px;
  }
  .index_content .part02 .bottom .w84 .plist ul li {
    width: 100%;
  }
  .index_content .part02 .bottom .w84 {
    height: 778px;
  }
  .index_content .part03 .w84 .title h3 {
    font-size: 32px;
  }
  .index_content .part03 .w84 .title p {
    font-size: 22px;
  }
  .swiper-pagination {
    display: none;
  }
  .index_content .part04 {
    padding-top: 100px;
  }
  .index_content .part04 .w84 .top .title h3 {
    font-size: 30px;
  }
  .index_content .part04 .w84 .top .more {
    display: none;
  }
  .index_content .part04 .w84 .bottom .left {
    width: 100%;
    height: 220px;
  }
  .index_content .part04 .w84 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .index_content .part04 .w84 .bottom .left .text .date {
    display: none;
  }
}
.about .main {
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
}
.about .main .jianjie {
  width: 100%;
  background-image: url(/images/n_aboutBg.jpg);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about .main .jianjie .w80 .top {
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w80 .top .tp1 {
  width: 44%;
}
.about .main .jianjie .w80 .top .tp1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Avan";
}
.about .main .jianjie .w80 .top .tp1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.about .main .jianjie .w80 .top .tp2 .ad {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w80 .top .tp2 .ad .ad1 .ad1_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .main .jianjie .w80 .top .tp2 .ad .ad1 .ad1_top h1 {
  font-size: 48px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.about .main .jianjie .w80 .top .tp2 .ad .ad1 .ad1_top p {
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .jianjie .w80 .top .tp2 .ad .ad1 .ad1_bottom {
  margin-top: 10px;
}
.about .main .jianjie .w80 .top .tp2 .ad .ad1 .ad1_bottom p {
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .jianjie .w80 .top .tp2 .ad .line {
  height: 80px;
  width: 1px;
  opacity: 0.3;
  margin: 0 60px;
}
.about .main .jianjie .w80 .bottom {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w80 .bottom .left {
  width: 48%;
  border-radius: 20px 20px 0 30px;
  overflow: hidden;
}
.about .main .jianjie .w80 .bottom .left .img img {
  width: 100%;
}
.about .main .jianjie .w80 .bottom .right {
  width: 48%;
}
.about .main .jianjie .w80 .bottom .right h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 26px;
  font-family: "Avan";
}
.about .main .jianjie .w80 .bottom .right p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 26px;
  text-indent: 2em;
}
.about .main .jianjie .w80 .bottom .right p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about .main .culture {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #014590;
  padding-bottom: 120px;
}
.about .main .culture .w80 {
  position: relative;
  z-index: 3;
}
.about .main .culture .w80 .title {
  padding-top: 100px;
}
.about .main .culture .w80 .title h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  font-family: "Avan";
}
.about .main .culture .w80 .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.2;
  font-family: "lianwei2";
}
.about .main .culture .w80 .title p {
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .culture .w80 ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .culture .w80 ul li {
  width: 24%;
  background-color: rgba(10, 31, 55, 0.6);
  padding: 16px 30px;
  border-radius: 10px;
  height: 260px;
  margin-bottom: 20px;
}
.about .main .culture .w80 ul li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
}
.about .main .culture .w80 ul li .img img {
  width: 70px;
  margin: 0 auto;
}
.about .main .culture .w80 ul li .text {
  margin-top: 16px;
}
.about .main .culture .w80 ul li .text h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .culture .w80 ul li .text p {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
  text-align: center;
  opacity: 0.6;
}
.about .main .culture .w80 ul li .text span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #014590;
  margin: 16px auto 20px;
}
.about .main .culture canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.about .main .changjing {
  margin-top: 110px;
  margin-bottom: 120px;
}
.about .main .changjing > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 480px;
}
.about .main .changjing > div .left {
  position: absolute;
  right: 0;
}
.about .main .changjing > div .left .img03 {
  width: 430px;
}
.about .main .changjing > div .left .img03 img {
  width: 100%;
}
.about .main .changjing > div .left .text03 {
  height: auto;
}
.about .main .changjing > div .left .text03 .jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  right: 70px;
}
.about .main .changjing > div .left .text03 .jiantou .btnLeft {
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.about .main .changjing > div .left .text03 .jiantou .btnLeft i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .main .changjing > div .left .text03 .jiantou .line {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}
.about .main .changjing > div .left .text03 .jiantou .btnRight {
  transform: rotate(180deg);
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.about .main .changjing > div .left .text03 .jiantou .btnRight i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .main .changjing > div .left .text03 .num {
  position: absolute;
  top: 50%;
  right: 70px;
}
.about .main .changjing > div .left .text03 .num span {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .changjing > div .left .text03 .num i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .changjing > div .left .text03 .t1 {
  position: absolute;
  bottom: 50px;
  right: 70px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.about .main .changjing > div .right {
  position: absolute;
  width: 80%;
  z-index: 3;
}
.about .main .changjing > div .right .liucheng_title {
  margin-bottom: 40px;
}
.about .main .changjing > div .right .liucheng_title h3 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  font-family: "lianwei2";
  opacity: 0.2;
}
.about .main .changjing > div .right .liucheng_title h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "Avan";
}
.about .main .changjing > div .right .liucheng_img ul li a .img02 img {
  width: 100%;
}
.about .main .changjing > div .right .liucheng_img ul li a .text02 {
  background-color: #efefef;
  height: 48px;
}
.about .main .changjing > div .right .liucheng_img ul li a .text02 h3 {
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.about .main .changjing > div .right .liucheng_img .swiper-button-prev,
.about .main .changjing > div .right .liucheng_img .swiper-button-next {
  display: none;
}
@media screen and (max-width: 1440px) {
  .about .main .jianjie .w80 .bottom p {
    font-size: 15px;
  }
  .about .main .culture .w80 .title h3 {
    font-size: 28px;
  }
  .about .main .culture .w80 .title h4 {
    font-size: 13px;
  }
  .about .main .culture .w80 .title p {
    font-size: 20px;
  }
  .about .main .culture .w80 ul li .text h3 {
    font-size: 20px;
  }
  .about .main .culture .w80 ul li .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .jianjie .w80 .bottom {
    margin-top: 100px;
  }
  .about .main .jianjie .w80 .bottom .left {
    width: 100%;
  }
  .about .main .jianjie .w80 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .about .main .jianjie .w80 .bottom .right h3 {
    font-size: 22px;
  }
  .about .main .jianjie .w80 .bottom .right p {
    font-size: 15px;
  }
  .about .main .culture .w80 ul li {
    width: 100%;
  }
  .about .main .culture .w80 .title h3 {
    font-size: 22px;
  }
  .about .main .culture .w80 ul li .text h3 {
    font-size: 18px;
  }
  .about .main .changjing > div .right .liucheng_title h3 {
    font-size: 26px;
  }
  .about .main .changjing > div .left {
    width: 100%;
    position: relative;
    display: none;
  }
  .about .main .changjing > div .right {
    width: 100%;
    position: relative;
  }
  .about .main .changjing > div {
    height: auto;
  }
  .about .main .changjing > div .right .liucheng_title h1 {
    font-size: 22px;
  }
}
.product .main {
  padding-top: 130px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.product .main > .w80 .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product .main > .w80 .top .n_proList {
  margin-top: 40px;
  margin-bottom: 20px;
  display: none;
}
.product .main > .w80 .top .n_proList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main > .w80 .top .n_proList ul li {
  width: 19.6%;
  background-color: #fff;
  margin-bottom: 2px;
  box-shadow: 1px 1px 4px #e2e2e2;
}
.product .main > .w80 .top .n_proList ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main > .w80 .top .n_proList ul li a::before {
  display: block;
  content: "";
  height: 18px;
  width: 3px;
  background-color: #e02028;
  margin-right: 10px;
}
.product .main .n_list {
  margin-top: 50px;
}
.product .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .main .n_list ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
}
.product .main .n_list ul li:hover a .img img {
  transform: scale(1.2);
}
.product .main .n_list ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
  height: 240px;
}
.product .main .n_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product .main .n_list ul li a .txt {
  background-color: #014590;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  height: 58px;
}
.product .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  width: calc(100% - 68px);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.product .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.product .main .n_list ul li a .txt .right {
  width: 64px;
  display: flex;
  align-items: center;
}
.product .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}
.product .main .n_list ul li a .txt .right p i {
  font-size: 24px;
  margin-left: 10px;
}
.product .main .n_list ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .product .main > .w80 .top .n_proList ul li a {
    font-size: 14px;
    line-height: 46px;
  }
  .product .main .n_list ul li a .txt .left {
    font-size: 15px;
    width: 100%;
  }
  .product .main .n_list ul li a .txt .right p {
    font-size: 13px;
  }
  .product .main .n_list ul li a .txt {
    padding: 14px;
  }
  .product .main .n_list ul li a .txt .right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .product .main {
    padding-top: 80px;
  }
  .product .main .n_list ul li {
    width: 100%;
  }
  .product .main > .w80 .top .n_proList ul li {
    width: 49%;
  }
  .product .main .n_list ul li a .img {
    height: 210px;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f7f7f7;
}
.proDetailed .main > div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box {
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #e02028;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
  margin-right: 8px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #e02028;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 18px;
  color: #014590;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 50px;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details img {
  width: 100%;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  text-transform: lowercase;
}
.proDetailed .main > div .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details p {
    font-size: 14px;
  }
  .proDetailed .main {
    padding-top: 60px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .other ul li .txt i {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 22px;
  }
}
.news .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news .main > div:first-of-type .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part02 {
  margin-top: 50px;
}
.news .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 #f1f1f1;
}
.news .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText {
  background-color: #014590;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #e02028;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news .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;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f6f6f6;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px 30px 16px 30px;
}
.news .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: 100px;
}
.news .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;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 30px;
  margin-bottom: 6px;
}
.news .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;
}
.news .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;
}
.news .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;
}
.news .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;
  cursor: pointer;
  background-color: #e02028;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon i {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #e02028;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news .main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .news .main > div:first-of-type {
    margin-top: 50px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news .main {
    margin-bottom: 40px;
  }
}
.news_detailed .main .ct .detailed > .n_title {
  display: block;
}
.news_detailed .main .ct .detailed > .n_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_detailed .main .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_detailed .main .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .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_detailed .main .ct .detailed > .n_title h3 {
    font-size: 22px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .mt-100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .news_detailed .main .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_detailed .main .ct .detailed .n_title h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 1.2;
    padding: 8px;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .top {
  margin-top: 120px;
  margin-bottom: 10px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .tp_item {
  width: 32.4%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  height: 240px;
  box-shadow: 5px 6px 0px rgba(10, 38, 116, 0.03);
}
.contact .main .top .tp_item .sub1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.contact .main .top .tp_item .sub1 img {
  width: 40px;
}
.contact .main .top .tp_item .sub1 h2 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 8px;
}
.contact .main .top .tp_item .sub2 {
  margin-top: 20px;
}
.contact .main .top .tp_item .sub2 h3 {
  font-size: 15px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .top .tp_item .sub2 p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .top .tp_item .sub2:nth-of-type(3) p {
  font-size: 16px;
}
.contact .main .part02 {
  margin-top: 50px;
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.contact .main .part02 .w80 {
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .part02 .w80 .title {
  margin-top: 20px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .part02 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .i_content {
  margin-top: 60px;
}
.contact .main .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #f1f1f1;
}
.contact .main .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #f1f1f1;
  padding: 20px;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #e02028;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #014590;
}
@media screen and (max-width: 1440px) {
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 14px;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 18px;
  }
  .contact .main .n_list .bottom ul li {
    padding: 30px 16px;
    height: 170px;
  }
  .contact .main .n_list .bottom ul li .c_icon {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    margin-top: 16px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 48px;
  }
  .contact .main .n_list .bottom {
    margin-bottom: 20px;
  }
  .contact .main .part02 .w80 .i_content {
    margin-top: 30px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .top {
    margin-top: 80px;
  }
  .contact .main .top .left {
    width: 100%;
  }
  .contact .main .top .right {
    width: 100%;
    height: auto;
  }
  .contact .main .top .tp_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .main .top_box {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .contact .main .top_box .title h1 {
    font-size: 34px;
  }
  .contact .main .n_list {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  .contact .main .top .left .img {
    padding-bottom: 230px;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact .main .top .right ul li {
    width: 100%;
  }
  .contact .main .top .right ul li:nth-of-type(5) {
    margin-bottom: 6px;
  }
  .contact .main .top .tp_item .sub1 h2 {
    font-size: 18px;
  }
  .contact .main .top .tp_item {
    padding: 20px;
    height: auto;
  }
  .contact .main .part02 {
    margin-top: 20px;
  }
  .w84 {
    width: 90%;
  }
}
