header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.active {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.active > .w80 .logo .logo_text a h3 {
  color: #333;
}
header.active > .w80 .logo .logo_text a p {
  color: #999;
}
header.active > .w80 nav ul li a {
  color: #333;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 57px;
}
header > div .logo .logo_text a h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 4px;
}
header > div .logo .logo_text a p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 54%;
  line-height: inherit;
}
header > div nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 14.2%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #e6f2f8;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #e6f2f8;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #005faf;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 20px;
  }
  header > div .logo .logo_text a p {
    font-size: 10px;
  }
  header > div .logo .logo_img a img {
    height: 52px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  background-color: #252525;
  padding-top: 60px;
  overflow: hidden;
}
footer .top .w80 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.6;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .w80 h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-left: 20px;
}
footer .center {
  margin-top: 60px;
}
footer .center .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .center .w80 .left .foot_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .center .w80 .left .foot_logo .fl_img {
  width: initial;
}
footer .center .w80 .left .foot_logo .fl_text {
  margin-left: 12px;
}
footer .center .w80 .left .foot_logo .fl_text h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
footer .center .w80 .left .foot_logo .fl_text p {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .center .w80 .left .tel {
  margin-top: 80px;
}
footer .center .w80 .left .tel h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin-bottom: 6px;
}
footer .center .w80 .left .tel p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .center .w80 .right {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .center .w80 .right .r_1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 320px);
}
footer .center .w80 .right .r_1 dl dt {
  margin-bottom: 26px;
}
footer .center .w80 .right .r_1 dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .center .w80 .right .r_1 dl dd {
  margin-bottom: 20px;
}
footer .center .w80 .right .r_1 dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .center .w80 .right .r_2 .img img {
  width: initial;
}
footer .center .w80 .right .r_2 .txt {
  margin-top: 20px;
}
footer .center .w80 .right .r_2 .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .bottom {
  margin-top: 60px;
}
footer .bottom .w80 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 80px;
  width: 33.3%;
  box-sizing: border-box;
}
footer .bottom .w80 .item:nth-of-type(1) {
  margin-left: 0;
}
footer .bottom .w80 .item .i_left p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 8px;
}
footer .bottom .w80 .item .i_left h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .icp {
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .icp a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin: 0 10px;
}
@media screen and (max-width: 1680px) {
  footer .bottom .w80 .item{
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1440px) {
  footer .top .w80 a {
    font-size: 14px;
  }
  footer .center .w80 .left .foot_logo .fl_text h3 {
    font-size: 20px;
  }
  footer .center .w80 .left .foot_logo .fl_text p {
    font-size: 10px;
  }
  footer .center .w80 .left .foot_logo .fl_img img {
    height: 50px;
  }
  footer .center .w80 .right .r_1 {
    width: calc(100% - 220px);
  }
  footer .center .w80 .right .r_1 dl dt a {
    font-size: 16px;
  }
  footer .center .w80 .right .r_1 dl dd a {
    font-size: 15px;
  }
  footer .center .w80 .right .r_2 .img img {
    width: 120px;
  }
  footer .center .w80 .right .r_2 .txt p {
    font-size: 13px;
  }
  footer .bottom .w80 .item .i_left h4 {
    font-size: 16px;
  }
  footer .bottom .w80 .item .i_left p {
    font-size: 14px;
  }
  footer .bottom .w80 .item {
    padding: 20px 50px;
  }
  footer .icp a {
    font-size: 14px;
  }
  footer .icp {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  footer .top {
    display: none;
  }
  footer .center {
    margin-top: 0px;
  }
  footer .center .w80 .left .tel {
    margin-top: 60px;
  }
  footer .bottom {
    margin-top: 40px;
  }
  footer .bottom .w80 .item {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 30px;
  }
  footer .bottom .w80 .item .i_right img {
    width: 40px;
  }
  footer .center .w80 .right {
    display: none;
  }
}
.title.b .t1 i {
  color: #fff;
}
.title.b .t1 h4 {
  color: #fff;
}
.title.b .t2 h2 {
  color: #fff;
}
.title .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.title .t1 i {
  font-size: 20px;
  font-weight: 400;
  margin-right: 8px;
}
.title .t1 h4 {
  width: calc(100% - 36px);
  font-size: 30px;
  color: #005faf;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.title .t2 h2 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .title .t1 {
    margin-bottom: 10px;
  }
  .title .t2 h2 {
    font-size: 26px;
  }
  .title .t1 h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .title .t1 {
    margin-bottom: 10px;
  }
  .title .t2 h2 {
    font-size: 22px;
  }
  .title .t1 h4 {
    font-size: 18px;
  }
}
.more.b a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.more.b a .m_icon {
  background-color: #fff;
}
.more.b a .m_icon i {
  color: #005faf;
}
.more.b a p {
  color: #fff;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a .m_icon {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background-color: #005faf;
  position: relative;
}
.more a .m_icon i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more a p {
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .more a .m_icon {
    width: 34px;
    height: 34px;
  }
  .more a p {
    font-size: 16px;
  }
}
.index .main .part01 {
  padding-top: 128px;
  padding-bottom: 90px;
}
.index .main .part01 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part01 .w80 .top .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part01 .w80 .top .btn ul li {
  position: relative;
}
.index .main .part01 .w80 .top .btn ul li h3 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .main .part01 .w80 .top .btn ul li:nth-of-type(2) {
  margin: 0 80px;
}
.index .main .part01 .w80 .top .btn ul li:hover::after {
  width: 100%;
}
.index .main .part01 .w80 .top .btn ul li::after {
  display: block;
  content: "";
  width: 0%;
  height: 5px;
  background-color: #005faf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.index .main .part01 .w80 .bottom {
  margin-top: 90px;
  margin-bottom: 70px;
  position: relative;
}
.index .main .part01 .w80 .bottom::after {
  display: block;
  content: "PRODUCTS";
  font-size: 300px;
  color: #f8f8f8;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide {
  background: none;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a::after {
  opacity: 1;
  bottom: 90px;
  transition: all 1.5s ease;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a .img {
  position: relative;
  z-index: 1;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a .txt h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a::after {
  display: block;
  transform: translateX(-50%);
  content: "";
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: #005faf;
  position: absolute;
  bottom: 40px;
  left: 70%;
  z-index: 0;
  opacity: 0;
}
.index .main .part02 {
  width: 100%;
  padding-top: 190px;
  padding-bottom: 150px;
  background-image: url(/images/part02.jpg);
  position: relative;
}
.index .main .part02 .w80 .left {
  width: 56%;
  position: relative;
  z-index: 3;
}
.index .main .part02 .w80 .left .top {
  position: relative;
  overflow: hidden;
}
.index .main .part02 .w80 .left .top h3 {
  font-size: 178px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 12px;
  /* 设置渐变背景 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  /* 将背景裁剪为文字形状 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 使文字本身透明，只显示背景 */
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.index .main .part02 .w80 .left .top .title {
  margin-top: 100px;
}
.index .main .part02 .w80 .left .bottom {
  margin-top: 60px;
  margin-bottom: 80px;
}
.index .main .part02 .w80 .left .bottom p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.index .main .part02 .w80 .right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .main .part02 .w80 .right img {
  display: block;
}
.index .main .part03 {
  padding: 110px 0;
  background-color: #e6f2f8;
}
.index .main .part03 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .main .part03 .w80 .top .btn {
  position: relative;
}
.index .main .part03 .w80 .top .btn h1 {
  height: 140px;
  font-size: 178px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 12px;
  /* 设置渐变背景 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
  /* 将背景裁剪为文字形状 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 使文字本身透明，只显示背景 */
  color: transparent;
}
.index .main .part03 .w80 .top .btn ul {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w80 .top .btn ul li {
  position: relative;
}
.index .main .part03 .w80 .top .btn ul li h3 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .main .part03 .w80 .top .btn ul li:nth-of-type(1) {
  margin-right: 80px;
}
.index .main .part03 .w80 .top .btn ul li:nth-of-type(2) {
  margin-right: 40px;
}
.index .main .part03 .w80 .top .btn ul li.active::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #005faf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.index .main .part03 .w80 .bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w80 .bottom .left {
  width: 49%;
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
.index .main .part03 .w80 .bottom .left:hover .img img {
  transform: scale(1.1);
}
.index .main .part03 .w80 .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 .main .part03 .w80 .bottom .left .text .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.index .main .part03 .w80 .bottom .left .text .title p i {
  margin-right: 4px;
  color: #cd0000;
}
.index .main .part03 .w80 .bottom .left .text .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 .w80 .bottom .left .text .date {
  border: 1px solid #fff;
  padding: 10px 6px;
  border-radius: 4px;
}
.index .main .part03 .w80 .bottom .left .text .date h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.index .main .part03 .w80 .bottom .left .text .date p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .main .part03 .w80 .bottom .left .more {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 3;
}
.index .main .part03 .w80 .bottom .left .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w80 .bottom .left .more a span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
}
.index .main .part03 .w80 .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 .main .part03 .w80 .bottom .left .img {
  width: 100%;
}
.index .main .part03 .w80 .bottom .left .img img {
  height: 100%;
  transition: all 0.5s ease;
}
.index .main .part03 .w80 .bottom .right {
  width: 49%;
  margin-right: 0px;
}
.index .main .part03 .w80 .bottom .right ul li {
  height: 500px;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.5s;
  border-radius: 10px;
}
.index .main .part03 .w80 .bottom .right ul li:hover {
  background-color: #005faf;
}
.index .main .part03 .w80 .bottom .right ul li:hover a .it1 p {
  color: #fff;
}
.index .main .part03 .w80 .bottom .right ul li:hover a .it2 h3 {
  color: #fff;
}
.index .main .part03 .w80 .bottom .right ul li:hover a .it4 span {
  color: #fff;
}
.index .main .part03 .w80 .bottom .right ul li a .it1 {
  margin-bottom: 34px;
}
.index .main .part03 .w80 .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 .main .part03 .w80 .bottom .right ul li a .it2 {
  margin-bottom: 40px;
}
.index .main .part03 .w80 .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 .main .part03 .w80 .bottom .right ul li a .it3 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
}
.index .main .part03 .w80 .bottom .right ul li a .it3 img {
  width: 100%;
}
.index .main .part03 .w80 .bottom .right ul li a .it4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w80 .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 .main .part04 {
  background-image: url(/images/part04Bg.jpg);
  padding: 140px 0;
  background-repeat: no-repeat;
  height: 500px;
  box-sizing: border-box;
  overflow: hidden;
}
.index .main .part04 .w80 .p04 {
  position: relative;
}
.index .main .part04 .w80 .p04 h1 {
  font-size: 178px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 12px;
  /* 设置渐变背景 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  /* 将背景裁剪为文字形状 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 使文字本身透明，只显示背景 */
  color: transparent;
  height: 150px;
}
.index .main .part04 .w80 .p04 p {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .index .main .part01 .w80 .top .btn ul li h3 {
    font-size: 20px;
  }
  .index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a::after {
    width: 170px;
    height: 170px;
  }
  .index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a .txt h2 {
    font-size: 18px;
  }
  .index .main .part01 .w80 .bottom::after {
    font-size: 200px;
  }
  .index .main .part02 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .index .main .part02 .w80 .right img {
    width: 70%;
    float: right;
  }
  .index .main .part02 .w80 .left .top h3 {
    font-size: 150px;
  }
  .index .main .part03 .w80 .top .btn h1 {
    font-size: 100px;
    height: 80px;
  }
  .index .main .part03 .w80 .top .btn ul li:nth-of-type(1) {
    margin-right: 40px;
  }
  .index .main .part03 .w80 .bottom .left {
    height: 380px;
  }
  .index .main .part03 .w80 .bottom .right ul li {
    height: 380px;
  }
  .index .main .part03 .w80 .bottom .right ul li a .it2 h3 {
    font-size: 16px;
  }
  .index .main .part03 .w80 .bottom .right ul li a .it1 {
    margin-bottom: 20px;
  }
  .index .main .part03 .w80 .bottom .right ul li a .it2 {
    margin-bottom: 20px;
  }
  .index .main .part03 .w80 .bottom .right ul li a .it4 span {
    font-size: 14px;
  }
  .index .main .part03 .w80 .bottom .left .img {
    height: 100%;
  }
  .index .main .part03 .w80 .bottom .left .text .title h3 {
    font-size: 20px;
  }
  .index .main .part03 .w80 .bottom .left .text .title p {
    font-size: 14px;
  }
  .index .main .part03 .w80 .bottom .left .text .date h3 {
    font-size: 30px;
  }
  .index .main .part03 .w80 .bottom .left .text .date p {
    font-size: 14px;
  }
  .index .main .part03 .w80 .bottom .left .more a span {
    font-size: 14px;
  }
  .index .main .part04 .w80 .p04 p {
    font-size: 32px;
  }
  .index .main .part04 .w80 .p04 h1 {
    font-size: 140px;
  }
  .index .main .part04 {
    height: 420px;
    background-size: cover;
    padding: 100px 0;
  }
  .index .main .part03 .w80 .top .btn ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .index .main .part01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index .main .part01 .w80 .top .btn {
    width: 100%;
    margin-top: 40px;
  }
  .index .main .part01 .w80 .top .btn ul li h3 {
    font-size: 16px;
  }
  .index .main .part01 .w80 .top .btn ul li:nth-of-type(2) {
    margin: 0 20px;
  }
  .index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a::after {
    width: 130px;
    height: 130px;
  }
  .index .main .part01 .w80 .bottom .swiper-container .swiper-wrapper .swiper-slide a::after {
    left: 66%;
  }
  .index .main .part01 .w80 .bottom::after {
    font-size: 90px;
  }
  .index .main .part01 .w80 .bottom {
    margin-top: 60px;
  }
  .index .main .part02 .w80 .left {
    width: 100%;
  }
  .index .main .part02 .w80 .right {
    width: 100%;
  }
  .index .main .part02 .w80 .left .top h3 {
    font-size: 80px;
  }
  .index .main .part02 .w80 .left .top .title {
    margin-top: 50px;
  }
  .index .main .part02 .w80 .left .bottom {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .index .main .part02 .w80 .right img {
    width: 100%;
  }
  .index .main .part03 .w80 .top .btn {
    display: none;
  }
  .index .main .part03 .w80 .bottom .left {
    width: 100%;
  }
  .index .main .part03 .w80 .bottom .right {
    width: 100%;
    margin-top: 40px;
  }
  .index .main .part03 .w80 .bottom .right ul li {
    height: 460px;
  }
  .index .main .part04 .w80 .p04 h1 {
    font-size: 60px;
    height: 60px;
  }
  .index .main .part04 .w80 .p04 p {
    font-size: 22px;
  }
  .index .main .part04 {
    padding: 80px 0;
    height: 270px;
    background-position: top center;
  }
}
.about .main .ct {
  margin-top: 160px;
  margin-bottom: 140px;
}
.about .main .ct .jianjie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .ct .jianjie .left {
  width: 35%;
  padding: 0 60px 0px 0;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.about .main .ct .jianjie .left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.about .main .ct .jianjie .left .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0 40px;
}
.about .main .ct .jianjie .left .img img {
  width: 100%;
  display: block;
}
.about .main .ct .jianjie .right {
  width: 65%;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
.about .main .ct .jianjie .right .about_content {
  margin-top: 40px;
}
.about .main .ct .jianjie .right .about_content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  margin-bottom: 18px;
}
.about .main .cultrue {
  width: 100%;
  background: url(/images/cultrue_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0;
}
.about .main .cultrue .ct ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .cultrue .ct ul li {
  width: 31%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
.about .main .cultrue .ct ul li h3 {
  font-size: 20px;
  color: #cd0000;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 16px;
}
.about .main .cultrue .ct ul li h3 i {
  font-size: 20px;
  color: #cd0000;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.about .main .cultrue .ct ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.about .main .cultrue .ct ul li::after {
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.about .main .honor {
  margin-bottom: 100px;
}
.about .main .honor .w80 .title {
  margin-top: 150px;
  position: relative;
}
.about .main .honor .w80 .title h1 {
  font-size: 70px;
  color: #005faf;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.about .main .honor .w80 .title h2 {
  font-size: 36px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .honor .w80 .dsc {
  margin-top: 20px;
}
.about .main .honor .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .honor .w80 .content {
  margin-top: 40px;
}
.about .main .honor .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .honor .w80 .content ul li {
  width: 24%;
  border: 1px solid #e9e9e9;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 1.3%;
}
.about .main .honor .w80 .content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .honor .w80 .content ul li .img img {
  width: 100%;
}
.about .main .honor .w80 .content ul li .txt {
  margin-top: 30px;
}
.about .main .honor .w80 .content ul li .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about .main .ct .jianjie .left p {
    font-size: 30px;
  }
  .about .main .ct .jianjie .left span {
    font-size: 16px;
  }
  .about .main .ct .jianjie .left .img {
    width: 100%;
  }
  .about .main .ct .jianjie .left {
    padding: 0 40px 0 0;
  }
  .about .main .ct .jianjie .right {
    padding: 0 0 0 40px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 14px;
  }
  .about .main .ct .jianjie .right h3 {
    font-size: 20px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .about .main .cultrue .ct ul li p {
    font-size: 14px;
  }
  .about .main .cultrue .ct ul li h3 {
    font-size: 18px;
  }
  .about .main .cultrue .ct ul li {
    height: 200px;
    padding: 24px;
  }
  .about .main .cultrue .ct ul li::after {
    left: 24px;
    width: calc(100% - 50px);
  }
  .about .main .honor .w80 .title h2 {
    font-size: 30px;
  }
  .about .main .honor .w80 .content ul li .txt p {
    font-size: 14px;
  }
  .about .main .honor .w80 .content ul li {
    padding: 10px;
  }
  .about .main .honor .w80 .title {
    margin-top: 130px;
  }
  .about .main .honor {
    margin-bottom: 70px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 62px;
  }
  .about .main .ct .jianjie .left .img img {
    display: block;
  }
  .about .main .ct {
    margin-top: 130px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .ct .jianjie .left {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .about .main .ct .jianjie .left p {
    font-size: 22px;
  }
  .about .main .ct .jianjie {
    margin-top: 0px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .about .main .ct .jianjie .left .img {
    margin-top: 40px;
  }
  .about .main .ct .jianjie .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about .main .ct .jianjie .right h3 {
    line-height: 1.2;
    font-size: 18px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about .main .cultrue .ct ul li {
    width: 100%;
  }
  .about .main .honor .w80 .title h2 {
    font-size: 20px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 42px;
    bottom: -6px;
  }
  .about .main .honor .w80 .title {
    margin-top: 100px;
  }
  .about .main .honor .w80 .dsc p {
    font-size: 16px;
  }
  .about .main .honor .w80 .content ul li {
    width: 100%;
  }
}
/*荣誉资质样式*/
.honor .main .w80 .title {
  margin-top: 140px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.honor .main .w80 ul {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w80 ul li {
  width: 24%;
  margin-bottom: 20px;
  margin-right: 1.3%;
}
.honor .main .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.honor .main .w80 ul li a {
  display: block;
  width: 100%;
}
.honor .main .w80 ul li a:hover .img .i_icon {
  background-color: rgba(0, 0, 0, 0.2);
}
.honor .main .w80 ul li a:hover .img .i_icon img {
  transform: scale(1);
}
.honor .main .w80 ul li a:hover .txt {
  background-color: #005faf;
}
.honor .main .w80 ul li a:hover .txt p {
  color: #fff;
}
.honor .main .w80 ul li a .img {
  width: 100%;
  border: 6px solid rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.honor .main .w80 ul li a .img .i_icon {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w80 ul li a .img .i_icon img {
  width: initial;
  margin: 0 auto;
  transition: all 0.5s ease;
  transform: scale(0);
}
.honor .main .w80 ul li a .img .img1 img {
  width: 100%;
  margin: 0 auto;
}
.honor .main .w80 ul li a .txt {
  background-color: #e6f2f8;
  transition: all 0.5s ease;
}
.honor .main .w80 ul li a .txt p {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .honor .main .w80 .title {
    margin-top: 110px;
  }
  .honor .main .w80 ul li {
    width: 100%;
  }
}
.product .main {
  overflow: hidden;
  padding-top: 120px;
  background-color: #e6f2f8;
}
.product .main .w80 .center {
  padding: 10px;
  box-sizing: border-box;
}
.product .main .w80 .center ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .center ul li {
  width: 23%;
  padding-top: 20px;
  margin-right: 2.4%;
  margin-bottom: 60px;
  border: 1px solid #e6f2f8;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 8px 12px #e6f2f8;
  border: 1px solid #e9e9e9;
}
.product .main .w80 .center ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w80 .center ul li:hover .img img {
  transform: scale(1.1);
}
.product .main .w80 .center ul li:hover .txt .d i {
  transform: translate(-50%, -50%) rotate(0deg);
}
.product .main .w80 .center ul li .img {
  overflow: hidden;
}
.product .main .w80 .center ul li .img img {
  width: 100%;
  transition: all 1s ease;
}
.product .main .w80 .center ul li .txt {
  box-sizing: border-box;
  padding: 10px 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .center ul li .txt h3 {
  font-size: 20px;
  color: #005faf;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w80 .center ul li .txt .d {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(45deg, #2d3e75, #38519e);
  position: relative;
}
.product .main .w80 .center ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .product .main .w80 .center ul li .txt h3 {
    font-size: 16px;
  }
  .product .main .w80 .center ul li .txt {
    padding: 10px 30px 10px;
  }
  .product .main .w80 .center ul li .txt .d {
    height: 30px;
    width: 30px;
  }
  .product .main .w80 .center ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w80 .center ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #e6f2f8;
}
.proDetailed .main > div .top {
  margin-top: 60px;
  margin-bottom: 40px;
}
.proDetailed .main > div .top h4 a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.proDetailed .main > div .pro_box {
  padding: 80px;
  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: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 30px;
  height: 66px;
  background-color: #e6f2f8;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 30px;
  height: 66px;
  background-color: #e6f2f8;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #e9e9e9;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #005faf;
}
.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: 36px;
  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: 18px;
  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: #005faf;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.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 #e9e9e9;
}
.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: #005faf;
  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: 22px;
  color: #cd0000;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  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 .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 {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid #e6f2f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt .d {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(45deg, #2d3e75, #38519e);
  position: relative;
}
.proDetailed .main > div .other ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .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;
  }
}
@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 {
  min-height: 500px;
}
.news .main .title {
  margin-top: 140px;
}
.news .main .title h3 {
  justify-content: center;
}
.news .main .title h4 {
  text-align: center;
}
.news .main .title::after {
  margin: 12px auto 0;
}
.news .main .btn {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.news .main .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .btn ul li {
  width: 14.2%;
  margin: 0 2px;
  background-color: #e6f2f8;
}
.news .main .btn ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.news .main .part01 {
  margin-top: 60px;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part01 ul li a .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #005faf;
}
.news .main .part01 ul li a .text span i {
  margin-right: 8px;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #e6f2f8;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .part01 ul li a .img {
    padding-bottom: 234px;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .main .part01 ul li a .text span {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
  .news .main .part01 ul li a .text span img {
    width: 50px;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 24px 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 52px;
  }
  .news .main .part01 ul li a .date p {
    font-size: 15px;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .title {
    margin-top: 100px;
  }
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 120px;
  }
  .news .main .part01 ul li a .text span {
    height: 18px;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.contact .main {
  background-image: url(/images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 140px;
  padding-bottom: 140px;
}
.contact .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w80 .left {
  width: 44%;
}
.contact .main .w80 .left .c_1 {
  width: 100%;
  margin-top: 50px;
  background-color: #005faf;
}
.contact .main .w80 .left .c_1 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}
.contact .main .w80 .left .c_2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w80 .left .c_2 .item {
  width: 44%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.contact .main .w80 .left .c_2 .item .i_icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e6f2f8;
  position: relative;
}
.contact .main .w80 .left .c_2 .item .i_icon i {
  display: block;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact .main .w80 .left .c_2 .item .i_text {
  margin-left: 8px;
}
.contact .main .w80 .left .c_2 .item .i_text h4 {
  font-size: 18px;
  color: #333;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}
.contact .main .w80 .right {
  width: 50%;
  height: 300px;
}
.contact .main .w80 .right a {
  display: block;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 1440px) {
  .contact .main {
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .contact .main .w80 .left .c_2 .item .i_text h4 {
    font-size: 16px;
  }
  .contact .main .w80 .left .c_2 .item {
    width: 50%;
  }
  .contact .main .w80 .left {
    width: 48%;
  }
  .contact .main .w80 .left .c_2 .item .i_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main {
    background: none;
  }
  .contact .main .w80 .left {
    width: 100%;
  }
  .contact .main .w80 .right {
    display: none;
  }
  .contact .main .w80 .left .c_2 .item {
    width: 100%;
  }
}
.message .main {
  background-image: url(/images/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 140px;
  padding-bottom: 100px;
}
.message .main .w80 .title .t1 {
  justify-content: center;
}
.message .main .w80 .title .t1 h4 {
  width: auto;
}
.message .main .w80 .title .t2 h2 {
  text-align: center;
}
.message .main .w80 .content {
  margin-top: 60px;
}
.message .main .w80 .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.message .main .w80 .content .top .item {
  width: 33%;
}
.message .main .w80 .content .top .item input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
}
.message .main .w80 .content .bottom {
  margin-top: 30px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.message .main .w80 .content .bottom textarea {
  width: 100%;
  height: 300px;
  font-size: 16px;
  color: #333;
  line-height: 66px;
  font-weight: 400;
  text-align: left;
}
.message .main .w80 .content button {
  margin: 40px auto;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.message .main .w80 .content button .m_icon {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background-color: #005faf;
  position: relative;
}
.message .main .w80 .content button .m_icon i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message .main .w80 .content button p {
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .message .main {
    padding-top: 110px;
  }
  .message .main .w80 .content .top .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .message .main .w80 .content .bottom textarea {
    height: 230px;
  }
  .message .main .w80 .content .bottom {
    padding: 24px;
  }
}
