.ts {
  font-size: 24px;
}
.iph {
  height: 160px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100px;
}
header .c {
  height: inherit;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .c .logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .c .logo .img {
  display: inline-block;
}
header .c .logo .img img {
  width: 62px;
}
header .c .logo .txt {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-left: 20px;
}
header .c nav {
  width: 54%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .c nav ul {
  width: calc(100% - 240px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .c nav ul li a {
  display: block;
  text-align: center;
}
header .c nav ul li a p {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: left;
}
header .c nav ul li a span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #999;
  text-align: left;
}
header .c nav .tel {
  width: 170px;
  box-sizing: border-box;
  margin-left: 20px;
  padding-left: 40px;
  position: relative;
}
header .c nav .tel::before {
  display: block;
  content: "";
  width: 1px;
  height: 38px;
  background-color: #d9dadb;
  position: absolute;
  top: 7px;
  left: 0;
}
header .c nav .tel h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #999;
  text-align: left;
}
header .c nav .tel h3 i {
  color: #0e347b;
  margin-right: 6px;
}
header .c nav .tel p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-align: left;
}
footer {
  background-color: #000;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
footer .ct .top {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .top .img {
  opacity: 0.6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .top .img p {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-left: 16px;
}
footer .ct .top .getScrollTop {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
footer .ct .bottom {
  border-top: 1px solid #484848;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .bottom .list {
  width: 50%;
  margin-top: 30px;
}
footer .ct .bottom .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .ct .bottom .list ul li a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff9c;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .bottom .list ul li a i {
  display: block;
  transform: rotate(90deg);
  margin-left: 10px;
}
footer .ct .bottom .list ul li .sub {
  margin-top: 20px;
}
footer .ct .bottom .list ul li .sub div a {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #626262;
  text-align: left;
}
footer .ct .bottom .share p {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  padding-bottom: 16px;
}
footer .ct .bottom .share div a {
  padding-right: 10px;
}
footer .ct .icp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 80px;
  padding-top: 14px;
  border-top: 1px solid #484848;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #626262;
  text-align: center;
}
footer .ct .icp .left a {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #626262;
  text-align: left;
}
footer .ct .icp .right a {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #626262;
  text-align: left;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.n_nav_list {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fff;
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .left {
  float: left;
}
.n_nav_list .n_nav_list_center .left .flex {
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .left .flex li {
  position: relative;
  float: left;
  font-size: 16px;
  padding: 0 30px;
  cursor: pointer;
}
.n_nav_list .n_nav_list_center .left .flex li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #0075cf;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.n_nav_list .n_nav_list_center .left .flex li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dddddd;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.n_nav_list .n_nav_list_center .left .flex li a {
  font-size: 16px;
  color: #2d3f8b;
  font-weight: bold;
}
.n_nav_list .n_nav_list_center .right {
  float: right;
}
.n_nav_list .n_nav_list_center .right .home {
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .right .home .index {
  color: #000;
  font-size: 14px;
}
.n_nav_list .n_nav_list_center .right .home span {
  font-size: 14px;
}
.n_nav_list .n_nav_list_center .right .home span a {
  color: #999;
}
.pageList {
  margin-top: 2rem;
  padding-bottom: 5rem;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  margin: 0 0.1rem;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2rem;
  font-size: 0.7rem;
  line-height: #333;
  font-weight: normal;
  color: 2rem;
  text-align: center;
}
.n_banner {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.n_banner .img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: n_bannerScale 4s 1;
}
.n_banner .txt {
  position: absolute;
  z-index: 2;
  left: 10%;
}
.n_banner .txt P {
  margin-top: 220px;
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.n_banner .txt h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.n_banner .txt .hx {
  width: 40px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.n_banner .txt .hx .jux {
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c8e46), to(#0066e6));
  background-image: linear-gradient(to right, #0e347b, #0e347b);
  -webkit-animation: juxmove 2s linear 0s both infinite;
  animation: juxmove 2s linear 0s both infinite;
}
@keyframes n_bannerScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes juxmove {
  0% {
    left: -50%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes juxmove {
  0% {
    left: -50%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.index .part02 {
  width: 100%;
}
.index .part02 .top {
  margin-top: 90px;
  background: url(../images/pro_title.png) top center no-repeat;
  overflow: hidden;
  padding-bottom: 6px;
}
.index .part02 .top h3 {
  margin-top: 60px;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.index .part02 .top .pro_list {
  margin-top: 30px;
}
.index .part02 .top .pro_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.index .part02 .top .pro_list ul li {
  margin: 0 10px;
  box-shadow: 2px 2px 0px rgba(25, 73, 137, 0);
  border: 1px solid #d9dadb;
  transition: all 0.5s ease;
  border-radius: 6px;
}
.index .part02 .top .pro_list ul li:hover {
  box-shadow: 2px 2px 0px #194989;
}
.index .part02 .top .pro_list ul li:hover a i {
  font-weight: 600;
}
.index .part02 .top .pro_list ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 56px;
  box-sizing: border-box;
}
.index .part02 .top .pro_list ul li a i {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part02 .bottom {
  margin-top: 60px;
  position: relative;
}
.index .part02 .bottom div ul li:hover a .img img {
  transform: scale(1.08);
}
.index .part02 .bottom div ul li:hover a .txt {
  background-color: #0e347b;
}
.index .part02 .bottom div ul li:hover a .txt .tit .left {
  color: #fff;
}
.index .part02 .bottom div ul li:hover a .txt .tit .right {
  color: #fff;
}
.index .part02 .bottom div ul li:hover a .txt .desc {
  color: #fff;
}
.index .part02 .bottom div ul li a {
  display: block;
  width: 100%;
}
.index .part02 .bottom div ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
}
.index .part02 .bottom div ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .bottom div ul li a .txt {
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 30px 40px;
  transition: all 0.5s ease;
}
.index .part02 .bottom div ul li a .txt .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dadb;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part02 .bottom div ul li a .txt .tit .left {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.index .part02 .bottom div ul li a .txt .tit .right {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part02 .bottom div ul li a .txt .desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.index .part02 .pro_readMore {
  margin: 60px auto;
  width: 230px;
  box-sizing: border-box;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  background-color: #0e347b;
  position: relative;
  overflow: hidden;
}
.index .part02 .pro_readMore:hover::after {
  width: 100%;
}
.index .part02 .pro_readMore a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
}
.index .part02 .pro_readMore a i {
  margin-left: 8px;
}
.index .part02 .pro_readMore::after {
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #2f39f6;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.index .part03 .top {
  background-color: #fbfbfb;
  overflow: hidden;
}
.index .part03 .top .title {
  background: url(../images/about_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 100px;
}
.index .part03 .top .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.index .part03 .bottom {
  background-color: #fbfbfb;
  position: relative;
}
.index .part03 .bottom::after {
  display: block;
  content: "";
  width: 50%;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: -100px;
  background: url(../images/index_about_bg.jpg) no-repeat;
  background-size: cover;
}
.index .part03 .bottom .ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  position: relative;
  z-index: 99;
}
.index .part03 .bottom .ct .left {
  width: 44%;
  position: relative;
  top: 80px;
}
.index .part03 .bottom .ct .left .title {
  margin-bottom: 40px;
}
.index .part03 .bottom .ct .left .title h3 {
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.index .part03 .bottom .ct .left .title p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
  color: #999;
  text-align: left;
  letter-spacing: 1px;
}
.index .part03 .bottom .ct .left .txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.index .part03 .bottom .ct .left .about_more {
  margin-top: 60px;
  width: 230px;
  box-sizing: border-box;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  background-color: #0e347b;
  position: relative;
  overflow: hidden;
}
.index .part03 .bottom .ct .left .about_more:hover::after {
  width: 100%;
}
.index .part03 .bottom .ct .left .about_more a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
}
.index .part03 .bottom .ct .left .about_more a i {
  margin-left: 8px;
}
.index .part03 .bottom .ct .left .about_more::after {
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #2f39f6;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.index .part03 .bottom .ct .right {
  width: 48%;
  position: relative;
  top: 80px;
  box-shadow: 1px 1px 4px #a7a7a7;
  z-index: 6;
}
.index .part03 .bottom .ct .right img {
  width: 100%;
  display: block;
}
.index .part03 .honor {
  margin-top: 60px;
  width: 100%;
}
.index .part03 .honor .ct .title h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
.index .part03 .honor .ct .title p {
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
  color: #999;
  text-align: left;
}
.index .part03 .honor .ct .honor_img {
  margin-top: 70px;
}
.index .part03 .honor .ct .honor_img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part03 .honor .ct .honor_img ul li {
  width: 23%;
  box-sizing: border-box;
  padding: 14px;
  background-color: #fbfbfb;
}
.index .part03 .honor .ct .honor_img ul li img {
  width: 100%;
}
.index .part04 {
  margin-top: 100px;
  width: 100%;
  background: url(../images/adv_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.index .part04 .ct {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index .part04 .ct .top {
  background: url(../images/adv_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 100px;
  padding-bottom: 30px;
}
.index .part04 .ct .top h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.index .part04 .ct .bottom {
  margin-top: 60px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part04 .ct .bottom .left {
  width: 48%;
}
.index .part04 .ct .bottom .left .img {
  width: 90%;
  float: left;
}
.index .part04 .ct .bottom .left .img img {
  width: 100%;
}
.index .part04 .ct .bottom .right {
  width: 50%;
}
.index .part04 .ct .bottom .right .title h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.index .part04 .ct .bottom .right .title p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff60;
  text-align: left;
}
.index .part04 .ct .bottom .right .txt {
  margin-top: 30px;
}
.index .part04 .ct .bottom .right .txt .item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}
.index .part04 .ct .bottom .right .icons {
  padding-top: 40px;
  margin-top: 30px;
  border-top: 1px solid #ffffff60;
}
.index .part04 .ct .bottom .right .icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part04 .ct .bottom .right .icons ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff80;
  text-align: center;
}
.index .part04 .ct .bottom .right .icons ul li i {
  color: #ffffff60;
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}
.index .part04::after {
  width: 46%;
  height: 240px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 120px;
  background: url(../images/index_adv_bg.png) no-repeat;
  background-size: cover;
}
.index .part05 {
  margin-bottom: 100px;
}
.index .part05 .ct .top {
  background: url(../images/news_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 100px;
  padding-bottom: 30px;
}
.index .part05 .ct .top h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.index .part05 .ct .bottom {
  margin-top: 30px;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 40px;
}
.index .part05 .ct .bottom .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.index .part05 .ct .bottom .nav .left ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index .part05 .ct .bottom .nav .left ul li {
  margin-right: 40px;
}
.index .part05 .ct .bottom .nav .left ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.index .part05 .ct .bottom .nav .right a {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part05 .ct .bottom .nav .right a i {
  font-size: 16px;
}
.index .part05 .ct .bottom .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index .part05 .ct .bottom .items .left {
  width: 62%;
}
.index .part05 .ct .bottom .items .left .item {
  background-color: #fff;
  padding: 24px 18px;
  margin-bottom: 10px;
}
.index .part05 .ct .bottom .items .left .item.active {
  background-color: #0e347b;
  transition: all 0.5s ease;
}
.index .part05 .ct .bottom .items .left .item.active a .date h3 {
  color: #fff;
}
.index .part05 .ct .bottom .items .left .item.active a .date p {
  color: #fff;
}
.index .part05 .ct .bottom .items .left .item.active a .text h3 {
  color: #fff;
}
.index .part05 .ct .bottom .items .left .item.active a .text p {
  color: #fff;
}
.index .part05 .ct .bottom .items .left .item.active a .icon i {
  color: #fff;
}
.index .part05 .ct .bottom .items .left .item a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index .part05 .ct .bottom .items .left .item a .date {
  text-align: right;
  width: 12%;
  border-right: 1px solid #a7a7a7;
  padding-right: 2%;
  box-sizing: border-box;
}
.index .part05 .ct .bottom .items .left .item a .date h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: right;
  margin-bottom: 8px;
}
.index .part05 .ct .bottom .items .left .item a .date p {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: right;
}
.index .part05 .ct .bottom .items .left .item a .text {
  width: 78%;
  margin-left: 2%;
}
.index .part05 .ct .bottom .items .left .item a .text h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-bottom: 12px;
}
.index .part05 .ct .bottom .items .left .item a .text p {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.index .part05 .ct .bottom .items .left .item a .icon {
  width: 6%;
}
.index .part05 .ct .bottom .items .left .item a .icon i {
  font-size: 30px;
}
.index .part05 .ct .bottom .items .right {
  width: 34%;
  overflow: hidden;
  height: 0;
  padding-bottom: 406px;
  position: relative;
}
.index .part05 .ct .bottom .items .right .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.index .part05 .ct .bottom .items .right .img img {
  width: 100%;
}
.index .part05 .ct .bottom .items .right .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(14, 52, 123, 0.8);
  z-index: 3;
  padding: 10px 20px;
  box-sizing: border-box;
}
.index .part05 .ct .bottom .items .right .txt h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.index .part05 .ct .bottom .items .right .txt p {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.index .part06 {
  width: 100%;
  background-color: #0e347b;
  padding: 46px 0;
}
.index .part06 .ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part06 .ct .left {
  width: 10%;
  position: relative;
  padding-left: 1%;
  box-sizing: border-box;
}
.index .part06 .ct .left::after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 2px;
  height: 70px;
  background-color: #fff;
}
.index .part06 .ct .left h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
}
.index .part06 .ct .right {
  width: 90%;
}
.index .part06 .ct .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part06 .ct .right ul li {
  width: 16%;
  border-radius: 8px;
  overflow: hidden;
}
.index .part06 .ct .right ul li img {
  width: 100%;
}
.about .main {
  width: 100%;
}
.about .main .ct > .title {
  background: url(../images/about_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 100px;
}
.about .main .ct > .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.about .main .ct .about_content {
  margin-top: 80px;
  margin-bottom: 140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .main .ct .about_content .left {
  width: 54%;
}
.about .main .ct .about_content .left .title {
  margin-bottom: 30px;
}
.about .main .ct .about_content .left .title h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 8px;
}
.about .main .ct .about_content .left .title span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  text-align: left;
  letter-spacing: 1px;
}
.about .main .ct .about_content .left .txt p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.about .main .ct .about_content .right {
  width: 40%;
}
.about .main .ct .about_content .right .img img {
  width: 100%;
}
.about .main .honor {
  width: 100%;
  background: url(../images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  overflow: hidden;
}
.about .main .honor .top {
  background: url(../images/honor_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 140px;
}
.about .main .honor .top h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.about .main .honor .bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .main .honor .bottom ul li {
  width: 24%;
  box-sizing: border-box;
  background-color: #ffffff60;
  border-radius: 10px;
  overflow: hidden;
  padding: 16px;
}
.about .main .honor .bottom ul li img {
  width: 100%;
}
.about .main .speak {
  overflow: hidden;
  background: url(../images/speakBg.jpg) no-repeat bottom center;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
.about .main .speak .w80 .title {
  background: url(../images/speech_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-top: 100px;
}
.about .main .speak .w80 .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.about .main .speak .w80 .txt {
  margin: 60px auto 0;
  padding: 60px;
  width: 90%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.about .main .speak .w80 .txt p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 30px;
}
.about .main .speak .w80 .txt p span {
  font-weight: 600;
}
.about .main .speak .w80 .txt h4 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  text-align: right;
}
.about .main .changfang {
  background-color: #0e347b;
  padding: 120px 0;
}
.about .main .changfang .w80 .top .title {
  background: url(../images/facility_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.about .main .changfang .w80 .top .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.about .main .changfang .w80 .bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .changfang .w80 .bottom ul li {
  width: 23.2%;
  margin-bottom: 30px;
}
.about .main .changfang .w80 .bottom ul li .img {
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.about .main .changfang .w80 .bottom ul li .img img {
  width: 100%;
}
.about .main .changfang .w80 .bottom ul li .txt {
  background-color: #fff;
}
.about .main .changfang .w80 .bottom ul li .txt p {
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.products .main .ct .top .title {
  background: url(../images/pro_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.products .main .ct .top .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.products .main .ct .list .item {
  display: none;
}
.products .main .ct .list .item.active {
  display: block;
}
.products .main .ct .list .item.it1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.products .main .ct .list .item.it1 ul li {
  width: 48%;
  margin-bottom: 40px;
}
.products .main .ct .list .item.it1 ul li a {
  position: relative;
  display: block;
  height: 340px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.products .main .ct .list .item.it1 ul li a::before {
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  background-color: #f5f9ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.products .main .ct .list .item.it1 ul li a::after {
  display: block;
  content: "";
  width: 70%;
  height: 0;
  background-color: #0e347b;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.products .main .ct .list .item.it1 ul li a:hover::after {
  height: 100%;
}
.products .main .ct .list .item.it1 ul li a:hover .left h3 {
  color: #fff;
}
.products .main .ct .list .item.it1 ul li a:hover .left p {
  color: #fff;
}
.products .main .ct .list .item.it1 ul li a:hover .left button {
  background-color: #fff;
  color: #000;
}
.products .main .ct .list .item.it1 ul li a .left {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 50px 45px 0 30px;
  width: 48%;
  box-sizing: border-box;
}
.products .main .ct .list .item.it1 ul li a .left h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 40px;
}
.products .main .ct .list .item.it1 ul li a .left p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #666;
  text-align: left;
  margin-bottom: 60px;
}
.products .main .ct .list .item.it1 ul li a .left button {
  padding: 16px 40px;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  background-color: #0e347b;
  border-radius: 50px;
}
.products .main .ct .list .item.it1 ul li a .right {
  width: 52%;
  position: relative;
  z-index: 2;
}
.products .main .ct .list .item.it1 ul li a .right img {
  width: 100%;
}
.products .main .ct .list .item.it2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.products .main .ct .list .item.it2 ul li {
  width: 31%;
  margin-right: 3.5%;
}
.products .main .ct .list .item.it2 ul li:nth-child(3n) {
  margin-right: 0;
}
.products .main .ct .list .item.it2 ul li:hover a .img .more {
  height: 100%;
}
.products .main .ct .list .item.it2 ul li a .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 0;
}
.products .main .ct .list .item.it2 ul li a .img img {
  width: 100%;
}
.products .main .ct .list .item.it2 ul li a .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  background: rgba(25, 73, 137, 0.6);
}
.products .main .ct .list .item.it2 ul li a .img .more .bx1 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.products .main .ct .list .item.it2 ul li a .img .more .bx1 i {
  display: block;
  margin-top: 40px;
  font-size: 52px;
  line-height: 1;
}
.products .main .ct .list .item.it2 ul li a .text {
  margin-top: 10px;
  width: 100%;
  background-color: #fbfbfb;
}
.products .main .ct .list .item.it2 ul li a .text p {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.products_detailed .main .top {
  width: 100%;
  background: url(../images/pro_detailed_bg.jpg) repeat-y center;
}
.products_detailed .main .top .ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.products_detailed .main .top .ct .left {
  width: 50%;
  position: relative;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
}
.products_detailed .main .top .ct .left .smailImg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.products_detailed .main .top .ct .left .smailImg ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  width: 20%;
  border: 1px solid #0e347b;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: 100%;
}
.products_detailed .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.products_detailed .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 60px;
  height: 2px;
  background-color: #0e347b;
}
.products_detailed .main .top .ct .right .pro_content p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.products_detailed .main .top .ct .right .tel a {
  display: inline-block;
  padding: 16px 60px;
  background-color: #0e347b;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  text-align: left;
  border-radius: 6px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  line-height: 60px;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  line-height: 60px;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.products_detailed .main .bottom {
  width: 100%;
}
.products_detailed .main .bottom .across {
  width: 100%;
  height: 80px;
  background-color: #0e347b;
  position: relative;
}
.products_detailed .main .bottom .across .name {
  float: left;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.products_detailed .main .bottom .across .title {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  padding: 0 60px;
  background-color: #d48600;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.products_detailed .main .bottom .desc {
  background-color: #f5f9ff;
  padding: 80px;
  box-sizing: border-box;
}
.products_detailed .main .bottom .desc .i_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.products_detailed .main .bottom .desc .i_box .item {
  width: 31%;
  margin-right: 3.5%;
}
.products_detailed .main .bottom .desc .i_box .item:nth-of-type(3n) {
  margin-right: 0;
}
.products_detailed .main .bottom .desc .i_box .item h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  height: 40px;
}
.products_detailed .main .bottom .desc .i_box .item img {
  width: 100%;
}
.news .main .title {
  background: url(../images/news_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.news .main .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.news .main .news_list ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}
.news .main .news_list ul li.active {
  background-color: #0e347b;
  box-shadow: 1px 1px 16px #b9b9b9;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 h3 {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 p {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .vNum {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .date {
  color: #fff;
}
.news .main .news_list ul li a .news_sub1 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.news .main .news_list ul li a .news_sub1 img {
  width: 100%;
}
.news .main .news_list ul li a .news_sub2 {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 21px;
  background-color: #0e347b;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum i {
  font-size: 24px;
  padding-right: 6px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .date {
  font-size: 14px;
}
.news_detailed .main .ct .detailed .sub1 h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  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 p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.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;
  line-height: 60px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
.contact {
  width: 100%;
}
.contact .main .ct {
  overflow: hidden;
}
.contact .main .ct .title {
  background: url(../images/contact_title.png) no-repeat top center;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.contact .main .ct .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.contact .main .ct .contact_list {
  position: relative;
  margin-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.contact .main .ct .contact_list ul {
  display: flex;
  justify-content: space-between;
}
.contact .main .ct .contact_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .main .ct .contact_list ul li .icon {
  background-color: #0e347b;
  border-radius: 6px;
  margin-right: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .main .ct .contact_list ul li .icon i {
  color: #fff;
}
.contact .main .ct .contact_list ul li .icon .icon-dianhua1 {
  font-size: 20px;
}
.contact .main .ct .contact_list ul li .icon .icon-qq1 {
  font-size: 20px;
}
.contact .main .ct .contact_list ul li .txt h3 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
  color: #999;
}
.contact .main .ct .contact_list ul li .txt p {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.contact .main .ct .contact_list .add {
  position: absolute;
  top: 110px;
  z-index: 999;
  width: 100%;
  padding: 40px 0;
  box-shadow: 0px 0px 8px #cccccc;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.contact .main .ct .contact_list .add i {
  margin-right: 12px;
  font-size: 20px;
}
.contact .main .ct .contact_bottom {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact .main .ct .contact_bottom .left {
  width: 42%;
  position: relative;
}
.contact .main .ct .contact_bottom .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .ct .contact_bottom .left .img img {
  width: 100%;
}
.contact .main .ct .contact_bottom .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .ct .contact_bottom .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f5f9ff;
}
.contact .main .ct .contact_bottom .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0e347b;
}
.contact .main .ct .contact_bottom .right {
  width: 54%;
}
.contact .main .ct .contact_bottom .right .sub1 p {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .ct .contact_bottom .right .sub1 h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.contact .main .ct .contact_bottom .right .sub2 {
  margin-top: 60px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  text-align: left;
  padding-left: 24px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  text-align: left;
  padding-left: 24px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  text-align: left;
  padding-left: 24px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  text-align: left;
  padding-left: 24px;
}
.contact .main .ct .contact_bottom .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #0e347b;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .w80 {
    width: 1586px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1688px) {
  .w80 {
    width: 1344px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  .w80 {
    width: 1344px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .about .main .ct > .title {
    background-size: 50%;
  }
  .about .main .ct > .title h3 {
    font-size: 34px;
  }
  header .c nav ul li a {
    padding: 40px 22px;
  }
  header .c nav ul li a p {
    font-size: 15px;
  }
  header .c .logo .txt {
    font-size: 24px;
  }
  .index .part02 .top .pro_list ul li {
    padding: 8px 42px;
  }
  .index .part02 .top .pro_list {
    margin-top: 30px;
  }
  .index .part02 .bottom {
    height: 480px;
  }
  .index .part02 .bottom div ul li a .txt .tit .left {
    font-size: 16px;
  }
  .index .part02 .bottom div ul li a .txt .desc {
    font-size: 14px;
  }
  .index .part03 .bottom .ct .left .title h3 {
    font-size: 24px;
  }
  .index .part03 .bottom .ct .left .txt {
    font-size: 14px;
  }
  .index .part03 .top .title {
    padding-top: 68px;
    margin-top: 80px;
  }
  .index .part04::after {
    height: 170px;
    bottom: 100px;
  }
  .index .part04 .ct .bottom .left {
    margin-top: -60px;
  }
  .index .part04 {
    margin-top: 70px;
  }
  .index .part03 .bottom {
    padding-bottom: 60px;
  }
  .index .part03 .bottom::after {
    bottom: -70px;
  }
  .index .part03 .honor .ct .honor_img {
    margin-top: 50px;
  }
  .index .part05 .ct .top {
    margin-top: 80px;
  }
  .index .part06 .ct .left h3 {
    font-size: 24px;
  }
  .index .part06 .ct .left::after {
    height: 58px;
  }
  .index .part05 {
    margin-bottom: 70px;
  }
  footer {
    height: 360px;
  }
  footer .ct .top .img p {
    font-size: 24px;
  }
  footer .ct .top {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  footer .ct .icp {
    margin-top: 40px;
  }
  footer .ct .bottom .list ul li a {
    font-size: 16px;
  }
  .n_banner {
    height: 360px;
    margin-top: 94px;
  }
  .n_banner .txt P {
    margin-top: 120px;
    font-size: 26px;
  }
  .n_banner .txt h3 {
    font-size: 16px;
  }
  .n_nav_list {
    line-height: 60px;
    height: 60px;
  }
  .n_nav_list .n_nav_list_center .left .flex li a {
    font-size: 15px;
  }
  .about .main .ct .about_content .left .title h3 {
    font-size: 24px;
  }
  .about .main .ct .about_content .left .txt p {
    font-size: 14px;
  }
  .about .main .honor .top {
    background-size: 40%;
  }
  .about .main .honor .top h3 {
    font-size: 32px;
  }
  .about .main .speak .w80 .title h3 {
    font-size: 32px;
  }
  .about .main .speak .w80 .title {
    background-size: 50%;
  }
  .about .main .changfang .w80 .top .title {
    background-size: 50%;
  }
  .about .main .changfang .w80 .top .title h3 {
    font-size: 32px;
  }
  .products .main .ct .top .title h3 {
    font-size: 32px;
  }
  .products .main .ct .top .title {
    background-size: 50%;
  }
  .products .main .ct .list .item.it1 ul li a .left h3 {
    font-size: 20px;
  }
  .products_detailed .main .bottom .across .title {
    font-size: 18px;
  }
  .products_detailed .main .bottom .across .name {
    font-size: 18px;
  }
  .products_detailed .main .top .ct .right .button {
    margin-top: 30px;
  }
  .products_detailed .main .top .ct .left .smailImg {
    bottom: -60px;
  }
  .n_banner .img img {
    height: 420px;
  }
  .n_banner {
    height: 420px;
  }
  .n_banner .txt p {
    margin-top: 160px;
  }
  .news .main .title h3 {
    font-size: 34px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 18px;
  }
  .contact .main .ct .title {
    background-size: 50%;
  }
  .contact .main .ct .title h3 {
    font-size: 34px;
  }
  .contact .main .ct .contact_bottom .right .sub1 h3 {
    font-size: 20px;
  }
  .contact .main .ct .contact_bottom .right {
    width: 48%;
  }
  .contact .main .ct .contact_bottom .left {
    width: 48%;
  }
  .contact .main .ct .contact_bottom .right .sub2 {
    margin-top: 20px;
  }
  .w80 {
    width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1366px) {
  .w80 {
    width: 1092px;
    margin: 0 auto;
  }
  header .c nav {
    width: 62%;
  }
  header .c nav ul li a {
    padding: 38px 12px;
  }
  header .c nav ul li a p {
    font-size: 16px;
  }
  header .c .logo .txt {
    font-size: 20px;
  }
  .iph {
    height: 100px;
  }
  footer .ct .top .img img {
    width: 120px;
  }
  footer {
    height: 370px;
  }
  footer .ct .top {
    padding-bottom: 22px;
  }
  footer .ct .icp {
    margin-top: 40px;
    padding-top: 15px;
    font-size: 16px;
  }
  footer .ct .top .img p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  .index .part02 .top {
    background-size: contain;
    width: 80%;
    margin: 50px auto 0;
  }
  .index .part02 .top h3 {
    margin-top: 28px;
    font-size: 22px;
  }
  .index .part02 .top .pro_list {
    display: none;
  }
  .w80 {
    width: 90%;
  }
  .index .part02 .bottom div ul li a .txt .tit .left {
    font-size: 15px;
  }
  .index .part02 .bottom div ul li a .txt {
    padding: 26px 16px;
  }
  .index .part02 .pro_readMore {
    margin: 26px auto 50px;
    height: 36px;
    line-height: 36px;
    width: 140px;
  }
  .index .part02 .pro_readMore a {
    font-size: 12px;
  }
  .index .part03 .top .title {
    padding-top: 38px;
    background-size: contain;
    margin: 50px auto 0;
    width: 80%;
  }
  .index .part03 .top .title h3 {
    font-size: 22px;
  }
  .index .part03 .honor .ct .title h3 {
    font-size: 22px;
  }
  .index .part03 .bottom .ct .left {
    width: 100%;
    top: 30px;
  }
  .index .part03 .bottom .ct .left .title h3 {
    font-size: 18px;
    text-align: center;
  }
  .index .part03 .bottom .ct .left .title p {
    font-size: 12px;
    text-align: center;
  }
  .index .part03 .bottom .ct .left .title {
    margin-bottom: 20px;
  }
  .index .part03 .bottom .ct .left .about_more {
    margin: 30px auto;
    width: 140px;
    height: 36px;
    border-radius: 20px;
  }
  .index .part03 .bottom .ct .left .about_more a {
    line-height: 36px;
    font-size: 12px;
  }
  .index .part03 .bottom .ct .right {
    width: 100%;
    top: 40px;
  }
  .index .part03 .bottom::after {
    bottom: 0;
    height: 130px;
  }
  .index .part03 .honor {
    margin-top: 40px;
  }
  .index .part03 .honor .ct .title {
    font-size: 18px;
  }
  .index .part03 .honor .ct .honor_img {
    margin-top: 30px;
  }
  .index .part03 .honor .ct .honor_img ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .index .part04 {
    margin-top: 50px;
  }
  .index .part04 .ct .top {
    padding-top: 38px;
    background-size: contain;
    margin: 50px auto 0;
    width: 80%;
    padding-bottom: 0;
  }
  .index .part04 .ct .top h3 {
    font-size: 22px;
  }
  .index .part04 .ct .bottom {
    margin-top: 34px;
  }
  .index .part04 .ct .bottom .left {
    width: 100%;
    margin-top: 0px;
  }
  .index .part04 .ct .bottom .left .img {
    width: 100%;
  }
  .index .part04 .ct .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .index .part04 .ct .bottom .right .title h3 {
    font-size: 16px;
    line-height: 1.8;
  }
  .index .part04 .ct .bottom .right .txt .item {
    font-size: 14px;
  }
  .index .part04::after {
    bottom: 520px;
  }
  .index .part04 .ct .bottom .right .icons ul li i {
    font-size: 40px;
  }
  .index .part05 .ct .bottom {
    padding: 20px;
  }
  .index .part05 .ct .bottom .nav {
    display: block;
  }
  .index .part05 .ct .bottom .nav .right {
    display: none;
  }
  .index .part05 .ct .bottom .nav .left ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
  .index .part05 .ct .bottom .nav .left ul li {
    margin-right: 0;
  }
  .index .part05 .ct .bottom .nav .left ul li a {
    font-size: 14px;
  }
  .index .part05 .ct .top {
    padding-top: 38px;
    background-size: contain;
    margin: 50px auto 0;
    width: 80%;
    padding-bottom: 0;
  }
  .index .part05 .ct .top h3 {
    font-size: 22px;
  }
  .index .part05 .ct .bottom .items .left {
    width: 100%;
  }
  .index .part05 .ct .bottom .items .right {
    display: none;
  }
  .index .part05 .ct .bottom .items .left .item a .date {
    width: 100%;
  }
  .index .part05 .ct .bottom .items .left .item a .text {
    width: 100%;
    margin-top: 16px;
  }
  .index .part05 .ct .bottom .items .left .item a .text h3 {
    font-size: 16px;
  }
  .index .part05 .ct .bottom .items .left .item a .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .index .part05 .ct .bottom .items .left .item a .icon {
    width: 100%;
    text-align: right;
  }
  .index .part06 {
    display: none;
  }
  footer .ct .top .img img {
    width: 36px;
  }
  footer .ct .top .img p {
    font-size: 16px;
  }
  footer .ct .bottom .share {
    display: none;
  }
  footer .ct .bottom {
    display: none;
  }
  footer .ct .icp {
    margin-top: 0;
    display: block;
  }
  footer {
    height: 200px;
  }
  .n_banner {
    margin-top: 0;
  }
  .n_banner .txt p {
    font-size: 24px;
  }
  .n_banner .txt h3 {
    font-size: 18px;
    line-height: 1.8;
  }
  .n_banner .txt {
    width: 80%;
  }
  .n_banner .txt .hx {
    margin-bottom: 20px;
  }
  .n_banner .img img {
    height: 368px;
  }
  .about .main .ct .about_content .left {
    width: 100%;
  }
  .about .main .ct {
    padding: 30px;
  }
  .about .main .ct .about_content .left {
    width: 100%;
  }
  .about .main .ct .about_content .right {
    width: 100%;
  }
  .about .main .ct .about_content .left .title h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .about .main .ct .about_content .left .title span {
    font-size: 12px;
  }
  .about .main .honor .top h3 {
    font-size: 18px;
  }
  .about .main .honor .bottom ul li {
    width: 48%;
    padding: 10px;
  }
  .n_nav_list .n_nav_list_center .left {
    display: none;
  }
  .n_nav_list .n_nav_list_center .right {
    float: left;
  }
  .products .main .ct .top ul li {
    padding: 14px 42px;
    font-size: 14px;
  }
  .products .main .ct .list .item.it1 ul li {
    width: 100%;
  }
  .products .main .ct .list .item.it1 ul li a .left h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .products .main .ct .list .item.it1 ul li a .left {
    padding: 18px 0px 0 16px;
  }
  .products .main .ct .list .item.it1 ul li a .left p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .products .main .ct .list .item.it1 ul li a .left button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .products .main .ct .list .item.it1 ul li a {
    height: 230px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
  }
  .products_detailed .main .top {
    background: none;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 22px;
  }
  .products_detailed .main .top .ct .right .title::after {
    width: 30px;
    margin-top: 14px;
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    padding: 7px 20px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .name {
    display: none;
  }
  .products_detailed .main .bottom .across .title {
    left: 4%;
  }
  .products_detailed .main .bottom .across .title {
    line-height: 50px;
    font-size: 16px;
  }
  .products_detailed .main .bottom .across {
    height: 50px;
  }
  .products_detailed .main .bottom .desc {
    padding: 24px;
  }
  .products_detailed .main .bottom .desc .i_box .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .products_detailed .main .bottom .desc .i_box .item h3 {
    font-size: 16px;
  }
  .news .main .title {
    background-size: 80%;
    padding-top: 30px;
  }
  .news .main .title h3 {
    font-size: 22px;
  }
  .news .main .news_title {
    font-size: 18px;
  }
  .news .main .news_title::before {
    height: 18px;
  }
  .news .main .news_list ul li a .news_sub1 {
    float: none;
    height: 170px;
    margin-bottom: 20px;
  }
  .news .main .news_list ul li a .news_sub2 {
    float: none;
    width: 100%;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 18px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
    font-size: 16px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
    margin-top: 10px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .share p.h-992 {
    display: none;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 16px;
  }
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 14px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 44px;
    font-size: 16px;
  }
  .contact .main .ct .contact_list ul {
    flex-wrap: wrap;
  }
  .contact .main .ct .contact_list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .ct .contact_list ul li .txt h3 {
    font-size: 16px;
  }
  .contact .main .ct .contact_list ul li .icon {
    width: 50px;
    height: 50px;
  }
  .contact .main .ct .contact_list .add {
    display: none;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .mt-60 {
    margin-top: 40px !important;
  }
  .mb-90 {
    margin-bottom: 40px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .about .main .ct > .title {
    background-size: 80%;
    padding-top: 30px;
    margin-top: 20px;
  }
  .about .main .ct > .title h3 {
    font-size: 22px;
  }
  .about .main .ct .about_content {
    margin-bottom: 0;
  }
  .about .main .honor .top {
    background-size: 80%;
    padding-top: 30px;
  }
  .about .main .speak .w80 .title {
    background-size: 80%;
    padding-top: 30px;
  }
  .about .main .speak .w80 .title h3 {
    font-size: 22px;
  }
  .about .main .speak .w80 .txt {
    padding: 16px;
  }
  .about .main .speak .w80 .txt h4 {
    font-size: 20px;
  }
  .about .main .changfang .w80 .top .title {
    background-size: 80%;
    padding-top: 30px;
  }
  .about .main .changfang .w80 .top .title h3 {
    font-size: 22px;
  }
  .about .main .changfang .w80 .bottom ul li {
    width: 100%;
  }
  .products .main .ct .top .title {
    background-size: 80%;
    padding-top: 30px;
  }
  .products .main .ct .top .title h3 {
    font-size: 22px;
  }
}
