.ts {
  font-size: 24px;
}
.iph {
  height: 126px;
}
header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 5px #dfdfdf;
}
header .top {
  background-color: #05a291;
}
header .top .w80 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .top .w80 .left {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  line-height: 34px;
}
header .top .w80 .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .top .w80 .right .member {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  line-height: 34px;
  margin-right: 24px;
}
header .top .w80 .right .member a {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
header .top .w80 .right .buyCar {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin-right: 24px;
  line-height: 34px;
}
header .top .w80 .right .buyCar .icon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .top .w80 .right .buyCar .icon i {
  padding-right: 4px;
}
header .top .w80 .right .tel {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  line-height: 34px;
}
header .top .w80 .right .tel .icon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .top .w80 .right .tel .icon i {
  padding-right: 4px;
}
header .c {
  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 .txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-left: 20px;
}
header .c nav {
  margin-left: 40px;
}
header .c nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .c nav ul li:hover .sub {
  height: 400px;
}
header .c nav ul li:last-child i {
  font-size: 34px;
  cursor: pointer;
}
header .c nav ul li a {
  display: block;
  padding: 33px 40px;
  text-align: center;
}
header .c nav ul li a p {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  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 ul li .sub {
  position: absolute;
  left: 0;
  top: 134px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #fafafa;
  transition: all 0.5s ease;
  border-bottom: 1px solid #ced5da;
}
header .c nav ul li .sub .sub_sub1 {
  border-top: 1px solid #ced5da;
  border-bottom: 1px solid #ced5da;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .c nav ul li .sub .sub_sub1 .left {
  width: 26%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10%;
}
header .c nav ul li .sub .sub_sub1 .left ul {
  width: 100%;
  margin-top: 30px;
}
header .c nav ul li .sub .sub_sub1 .left ul li {
  width: 100%;
  height: 68px;
  margin: 0;
  background-color: #fafafa;
  box-sizing: border-box;
  padding-left: 20px;
}
header .c nav ul li .sub .sub_sub1 .left ul li:hover {
  background-color: #ececec;
}
header .c nav ul li .sub .sub_sub1 .left ul li a {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
header .c nav ul li .sub .sub_sub1 .left ul li a img {
  padding-right: 20px;
  width: 30px;
}
header .c nav ul li .sub .sub_sub1 .left ul li a p {
  font-size: 18px;
}
header .c nav ul li .sub .sub_sub1 .center {
  background-color: #fff;
  width: 54%;
  height: 100%;
}
header .c nav ul li .sub .sub_sub1 .center ul {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
header .c nav ul li .sub .sub_sub1 .center ul li {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item {
  float: left;
  width: 18%;
  width: -moz-calc(14%);
  width: -webkit-calc(14%);
  width: calc(25% - 6px);
  padding: 10px;
  box-sizing: border-box;
  background-color: #fafafa;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 10px;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item:hover {
  background-color: #05a291;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item:hover a p {
  color: #fff;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item a {
  color: #fff;
  padding: 0;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item a img {
  width: 100%;
}
header .c nav ul li .sub .sub_sub1 .center ul li .item a p {
  font-size: 13px;
  color: #000;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
header .c nav ul li .sub .sub_sub1 .right {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 110px;
  position: relative;
}
header .c nav ul li .sub .sub_sub1 .right .pro_desc {
  margin-top: 30px;
}
header .c nav ul li .sub .sub_sub1 .right .pro_desc h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
header .c nav ul li .sub .sub_sub1 .right .pro_desc p {
  font-size: 14px;
  font-weight: 100;
  color: #666;
  line-height: 1.5;
  text-align: left;
}
header .c nav ul li .sub .sub_sub1 .right .nav_contact {
  position: absolute;
  bottom: 60px;
  left: 30px;
  padding-top: 20px;
  border-top: 1px solid #c2c2c2;
}
header .c nav ul li .sub .sub_sub1 .right .nav_contact h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
header .c nav ul li .sub .sub_sub1 .right .nav_contact p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
footer {
  background-color: #05a291;
  width: 100%;
  height: 410px;
  overflow: hidden;
}
footer .ct .top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebebeb;
}
footer .ct .top .w80 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .top .w80 .img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .top .w80 .img p {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-left: 16px;
}
footer .ct .top .w80 .getScrollTop {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
footer .ct .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct .bottom .list {
  width: 50%;
  margin-top: 50px;
}
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: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  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: #ffffffa6;
  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: 50px;
  padding-top: 20px;
  border-top: 1px solid #ffffff4f;
}
footer .ct .icp .left {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #ffffff9e;
  text-align: center;
}
footer .ct .icp .left a {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #ffffff9e;
  text-align: center;
}
footer .ct .icp .right a {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #ffffff9e;
  text-align: center;
}
.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: #05a291;
  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: 420px;
  overflow: hidden;
  position: relative;
  margin-top: 136px;
}
.n_banner .img img {
  width: 100%;
  height: 420px;
  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: 160px;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.n_banner .txt h3 {
  font-size: 20px;
  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, #194989, #194989);
  -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%;
  }
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.tanchu .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content .img .ipt {
  width: 80%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 15px;
  line-height: 60px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.tanchu .t_content .img button {
  width: 20%;
  font-size: 15px;
  line-height: 60px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00b99b;
  padding: 16px;
  cursor: pointer;
}
.index .part01 {
  margin-top: 136px;
}
.index .part01 img {
  width: 100%;
}
.index .part02 {
  width: 100%;
  position: relative;
  background-color: #f8f9fb;
}
.index .part02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part02 ul li {
  width: calc(20% - 3px);
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.index .part02 ul li .ct {
  width: 100%;
  padding: 43px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.index .part02 ul li .ct .box1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index .part02 ul li .ct .box1 .img {
  margin-right: 16px;
}
.index .part02 ul li .ct .box1 .img .icon1_1 {
  display: none;
}
.index .part02 ul li .ct .box2 i {
  font-size: 20px;
  transition: all 0.5s ease;
}
.index .part02 ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index .part02 ul li.it1 .bg {
  background: url(/images/index_proBg1.jpg) no-repeat;
  background-size: contain;
}
.index .part02 ul li.it2 .bg {
  background: url(/images/index_proBg2.jpg) no-repeat;
  background-size: contain;
}
.index .part02 ul li.it3 .bg {
  background: url(/images/index_proBg3.jpg) no-repeat;
  background-size: contain;
}
.index .part02 ul li.it4 .bg {
  background: url(/images/index_proBg4.jpg) no-repeat;
  background-size: contain;
}
.index .part02 ul li.it5 .bg {
  background: url(/images/index_proBg5.jpg) no-repeat;
  background-size: contain;
}
.index .part02 ul li.active .ct .box1 .img .icon1 {
  display: none;
}
.index .part02 ul li.active .ct .box1 .img .icon1_1 {
  display: block;
}
.index .part02 ul li.active .ct .box1 .txt {
  color: #fff;
}
.index .part02 ul li.active .ct .box2 i {
  display: block;
  transform: rotate(90deg);
  color: #fff;
}
.index .part02 ul li.active .bg {
  opacity: 1;
}
.index .part03 {
  background-color: #f8f9fb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.index .part03 .ct {
  background-color: #fff;
}
.index .part03 .ct .list li {
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 10px 0 10px;
}
.index .part03 .ct .list li.active {
  display: block;
}
.index .part03 .ct .list li .items {
  overflow: hidden;
}
.index .part03 .ct .list li .items .item {
  float: left;
  width: 19%;
  margin-right: 1.25%;
}
.index .part03 .ct .list li .items .item:nth-child(5n) {
  margin-right: 0;
}
.index .part03 .ct .list li .items .item:hover a .top .add {
  bottom: 0;
}
.index .part03 .ct .list li .items .item:hover a .top .img img {
  transform: rotateY(180deg);
}
.index .part03 .ct .list li .items .item:hover a .bottom h3 {
  color: #05a291;
}
.index .part03 .ct .list li .items .item:hover a .bottom p {
  color: #05a291;
}
.index .part03 .ct .list li .items .item a .top {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.index .part03 .ct .list li .items .item a .top .img img {
  transition: all 0.5s ease;
}
.index .part03 .ct .list li .items .item a .top .add {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -55px;
  background-color: #05a291;
  padding: 0px 20px;
  box-sizing: border-box;
  line-height: 54px;
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part03 .ct .list li .items .item a .top .add .left {
  width: 20%;
  cursor: pointer;
}
.index .part03 .ct .list li .items .item a .top .add .right {
  width: 80%;
  text-align: left;
  cursor: pointer;
  opacity: 0.8;
}
.index .part03 .ct .list li .items .item a .top .img {
  width: 100%;
}
.index .part03 .ct .list li .items .item a .top .img img {
  width: 100%;
}
.index .part03 .ct .list li .items .item a .bottom {
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.index .part03 .ct .list li .items .item a .bottom h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
  text-align: center;
}
.index .part03 .ct .list li .items .item a .bottom p {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
  text-align: center;
}
.index .part03 .ct .list li .more {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  width: 100%;
}
.index .part03 .ct .list li .more a {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part03 .ct .list li .more a i {
  margin-right: 10px;
}
.index .part04 {
  width: 100%;
  height: 740px;
  position: relative;
  background-color: #f8f9fb;
}
.index .part04 .t {
  position: relative;
  z-index: 3;
}
.index .part04 .t .title {
  position: absolute;
  top: 100px;
  left: 0;
}
.index .part04 .t .title h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
}
.index .part04 .t .title p {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.index .part04 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(/images/about_bg.jpg) no-repeat;
  background-size: cover;
}
.index .part04 .ct {
  position: absolute;
  top: 320px;
  left: 10%;
  height: 360px;
  background: url(/images/about_bg2.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part04 .ct .left {
  width: 30%;
  padding: 110px;
  box-sizing: border-box;
}
.index .part04 .ct .left img {
  width: 100%;
}
.index .part04 .ct .right {
  width: 70%;
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
  border-left: 1px solid #bbb;
}
.index .part04 .ct .right .top p {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  color: #333333;
  text-align: left;
}
.index .part04 .ct .right .bottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #bbb;
}
.index .part04 .ct .right .bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part04 .ct .right .bottom ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index .part04 .ct .right .bottom ul li .icon {
  margin-right: 20px;
}
.index .part04 .ct .right .bottom ul li .icon i {
  font-size: 36px;
  color: #05a291;
}
.index .part04 .ct .right .bottom ul li .txt h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.index .part04 .ct .right .bottom ul li .txt p {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.index .part05 {
  background-color: #f8f9fb;
  padding-top: 70px;
}
.index .part05 .ct .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.index .part05 .ct .top h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.index .part05 .ct .top p {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part05 .ct .bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index .part05 .ct .bottom ul li {
  width: 31%;
}
.index .part05 .ct .bottom ul li .img {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 290px;
}
.index .part05 .ct .bottom ul li .img img {
  width: 100%;
}
.index .part05 .ct .bottom ul li .txt {
  position: relative;
  top: -50px;
  left: 3%;
  width: 94%;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 40px;
}
.index .part05 .ct .bottom ul li .txt span {
  display: block;
  margin: 34px 0 20px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
  position: relative;
}
.index .part05 .ct .bottom ul li .txt span::before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: #05a291;
}
.index .part05 .ct .bottom ul li .txt h3 {
  margin: 10px 0 20px 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.index .part05 .ct .bottom ul li .txt p {
  margin: 10px 30px 20px 30px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.index .part05 .ct .bottom ul li .txt a {
  display: block;
  margin: 30px 0 20px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.index .part05 .ct .bottom ul li .txt a i {
  margin-left: 10px;
}
.index .part06 {
  width: 100%;
  background: url(/images/partner_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 60px;
}
.index .part06 .ct .top {
  text-align: center;
  margin-top: 100px;
}
.index .part06 .ct .top h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.index .part06 .ct .top p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.index .part06 .ct .bottom {
  margin-top: 50px;
  height: 180px;
}
.index .part06 .ct .bottom ul li img {
  width: 100%;
}
.about .main .ct .jianjie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .main .ct .jianjie .left {
  width: 35%;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.about .main .ct .jianjie .left h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #d3d3d3;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .ct .jianjie .left p {
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  color: #05a291;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.about .main .ct .jianjie .left p::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #05a291;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.about .main .ct .jianjie .left span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.about .main .ct .jianjie .left .img {
  margin-top: 60px;
  width: 70%;
  overflow: hidden;
  border-radius: 0 60px;
}
.about .main .ct .jianjie .left .img img {
  width: 100%;
}
.about .main .ct .jianjie .right {
  width: 65%;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
.about .main .ct .jianjie .right h3 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .ct .jianjie .right .about_content p {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.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;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about .main .cultrue .ct ul li {
  width: 31%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  height: 360px;
  position: relative;
}
.about .main .cultrue .ct ul li h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.about .main .cultrue .ct ul li h3 i {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin-right: 10px;
}
.about .main .cultrue .ct ul li p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  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;
}
.products .main .ct .item {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #d6d6d6;
  transition: all 0.5s ease;
}
.products .main .ct .item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.products .main .ct .item a .left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.products .main .ct .item a .left .title {
  width: 30%;
  border-right: 1px solid #e3e3e3;
}
.products .main .ct .item a .left .title .num {
  background-color: #05a291;
  width: 60px;
  height: 60px;
  border-radius: 0 16px 0 16px;
}
.products .main .ct .item a .left .title .num h1 {
  font-size: 32px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.products .main .ct .item a .left .title .en {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.products .main .ct .item a .left .title .more {
  margin-top: 30px;
}
.products .main .ct .item a .left .title .more p {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.products .main .ct .item a .left .txt {
  width: 69%;
  box-sizing: border-box;
  padding-left: 30px;
}
.products .main .ct .item a .left .txt h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  color: #05a291;
  text-align: left;
}
.products .main .ct .item a .left .txt h3::after {
  margin-top: 16px;
  margin-bottom: 24px;
  display: block;
  content: "";
  width: 56px;
  height: 4px;
  background-color: #05a291;
}
.products .main .ct .item a .left .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.products .main .ct .item a .right {
  width: 30%;
  overflow: hidden;
}
.products .main .ct .item a .right img {
  width: 100%;
  transition: all 0.5s ease;
}
.products .main .ct .item:hover {
  background-color: #05a291;
}
.products .main .ct .item:hover a .left .title .num {
  background-color: #fff;
}
.products .main .ct .item:hover a .left .title .num h1 {
  color: #05a291;
}
.products .main .ct .item:hover a .left .title .en {
  color: #fff;
}
.products .main .ct .item:hover a .left .title .more p {
  color: #fff;
  opacity: 0.6;
}
.products .main .ct .item:hover a .left .txt h3 {
  color: #fff;
}
.products .main .ct .item:hover a .left .txt h3::after {
  background-color: #fff;
}
.products .main .ct .item:hover a .left .txt p {
  color: #fff;
  opacity: 0.8;
}
.products .main .ct .item:hover a .right img {
  transform: scale(1.1);
}
.product4 .main .boli {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .boli > .left {
  display: none;
  width: 30%;
  background: url(/images/proItem_bg0.png) repeat;
  position: relative;
}
.product4 .main .boli > .left .img {
  position: relative;
  top: 0;
  left: 20%;
  width: 80%;
  border-radius: 0 60px;
  overflow: hidden;
}
.product4 .main .boli > .left .img img {
  width: 100%;
}
.product4 .main .boli > .right {
  width: 100%;
}
.product4 .main .boli > .right .boli_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product4 .main .boli > .right .boli_title .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product4 .main .boli > .right .boli_title .left h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-right: 10px;
}
.product4 .main .boli > .right .boli_title .left span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.product4 .main .boli > .right .boli_title .right {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family: Impact;
}
.product4 .main .boli > .right .boli_list {
  margin-top: 40px;
  background-color: #f0f7f7;
  box-sizing: border-box;
  padding: 50px;
}
.product4 .main .boli > .right .boli_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .boli > .right .boli_list > ul > li {
  width: 100%;
  margin-bottom: 10px;
}
.product4 .main .boli > .right .boli_list > ul > li.active {
  margin-bottom: 24px;
}
.product4 .main .boli > .right .boli_list > ul > li.active > a {
  background-color: #05a291;
  padding: 20px 18px;
  color: #fff;
}
.product4 .main .boli > .right .boli_list > ul > li.active > a i {
  color: #fff;
  display: block;
  transform: rotate(90deg);
}
.product4 .main .boli > .right .boli_list > ul > li.active > .sub {
  background-color: #f0f7f7;
}
.product4 .main .boli > .right .boli_list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.product4 .main .boli > .right .boli_list > ul > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #05a291;
  text-align: left;
  padding: 20px 18px;
  background-color: #fff;
}
.product4 .main .boli > .right .boli_list > ul > li > a i {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #05a291;
  text-align: left;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul li {
  width: 20%;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  box-sizing: border-box;
  cursor: pointer;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul li a {
  font-size: 14px;
  line-height: 48px;
  font-weight: normal;
  color: #333;
  text-align: left;
  display: inline-block;
  width: 88%;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul li:hover {
  background-color: #05a291;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul li:hover a {
  color: #fff;
}
.product4 .main .boli > .right .boli_list > ul > li > .sub ul li:hover i {
  color: #fff;
}
.product4 .main .shebei {
  width: 100%;
  padding: 60px 0;
  background: url(/images/pro_listBg1.jpg) no-repeat;
  background-size: cover;
}
.product4 .main .shebei > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .shebei > div > .left {
  width: 30%;
  background: url(/images/proItem_bg0.png) repeat;
  position: relative;
  display: none;
}
.product4 .main .shebei > div > .left .img {
  position: relative;
  top: 0;
  left: 20%;
  width: 80%;
  border-radius: 0 60px;
  overflow: hidden;
}
.product4 .main .shebei > div > .left .img img {
  width: 100%;
}
.product4 .main .shebei > div > .right {
  width: 100%;
}
.product4 .main .shebei > div > .right .boli_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product4 .main .shebei > div > .right .boli_title .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product4 .main .shebei > div > .right .boli_title .left h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-right: 10px;
}
.product4 .main .shebei > div > .right .boli_title .left span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.product4 .main .shebei > div > .right .boli_title .right {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  font-family: Impact;
}
.product4 .main .shebei > div > .right .boli_list {
  margin-top: 40px;
  background-color: #f0f7f7;
  box-sizing: border-box;
  padding: 50px;
  border: 20px solid #ffffff;
}
.product4 .main .shebei > div > .right .boli_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .shebei > div > .right .boli_list > ul > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.product4 .main .shebei > div > .right .boli_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.product4 .main .shebei > div > .right .boli_list > ul > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product4 .main .shebei > div > .right .boli_list > ul > li > a i {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.product4 .main .shebei > div > .right .boli_list > ul > li > .sub ul li a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.product4 .main .haocai {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .haocai > .left {
  display: none;
  width: 30%;
  background: url(/images/proItem_bg0.png) repeat;
  position: relative;
}
.product4 .main .haocai > .left .img {
  position: relative;
  top: 0;
  left: 20%;
  width: 80%;
  border-radius: 0 60px;
  overflow: hidden;
}
.product4 .main .haocai > .left .img img {
  width: 100%;
}
.product4 .main .haocai > .right {
  width: 100%;
}
.product4 .main .haocai > .right .boli_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product4 .main .haocai > .right .boli_title .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product4 .main .haocai > .right .boli_title .left h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-right: 10px;
}
.product4 .main .haocai > .right .boli_title .left span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.product4 .main .haocai > .right .boli_title .right {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family: Impact;
}
.product4 .main .haocai > .right .boli_list {
  margin-top: 40px;
  background-color: #f0f7f7;
  box-sizing: border-box;
  padding: 50px;
}
.product4 .main .haocai > .right .boli_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .haocai > .right .boli_list > ul > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.product4 .main .haocai > .right .boli_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.product4 .main .haocai > .right .boli_list > ul > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product4 .main .haocai > .right .boli_list > ul > li > a i {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.product4 .main .haocai > .right .boli_list > ul > li > .sub ul li a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.product4 .main .shiji {
  width: 100%;
  padding: 60px 0;
  background: url(/images/pro_listBg2.jpg) no-repeat;
  background-size: cover;
}
.product4 .main .shiji > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .shiji > div > .left {
  display: none;
  width: 30%;
  background: url(/images/proItem_bg0.png) repeat;
  position: relative;
}
.product4 .main .shiji > div > .left .img {
  position: relative;
  top: 0;
  left: 20%;
  width: 80%;
  border-radius: 0 60px;
  overflow: hidden;
  height: 0px;
  padding-bottom: 316px;
}
.product4 .main .shiji > div > .left .img img {
  width: 100%;
}
.product4 .main .shiji > div > .right {
  width: 100%;
}
.product4 .main .shiji > div > .right .boli_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product4 .main .shiji > div > .right .boli_title .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product4 .main .shiji > div > .right .boli_title .left h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-right: 10px;
}
.product4 .main .shiji > div > .right .boli_title .left span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.product4 .main .shiji > div > .right .boli_title .right {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: left;
  font-family: Impact;
}
.product4 .main .shiji > div > .right .boli_list {
  margin-top: 40px;
  background-color: #f0f7f7;
  box-sizing: border-box;
  padding: 50px;
}
.product4 .main .shiji > div > .right .boli_list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product4 .main .shiji > div > .right .boli_list > ul > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.product4 .main .shiji > div > .right .boli_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.product4 .main .shiji > div > .right .boli_list > ul > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product4 .main .shiji > div > .right .boli_list > ul > li > a i {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}
.product4 .main .shiji > div > .right .boli_list > ul > li > .sub ul li a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.product_list2 .main {
  background-color: #f7f9fa;
}
.product_list2 .main .ct {
  overflow: hidden;
  min-height: 560px;
}
.product_list2 .main .ct .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product_list2 .main .ct .top .left {
  width: 40%;
}
.product_list2 .main .ct .top .left h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.product_list2 .main .ct .top .right {
  width: 60%;
}
.product_list2 .main .ct .top .right .ipt {
  width: 80%;
  font-size: 16px;
  line-height: 54px;
  font-weight: normal;
  color: #999;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #d3d3d3;
}
.product_list2 .main .ct .top .right .btn {
  width: 20%;
  font-size: 16px;
  line-height: 54px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #05a291;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #05a291;
}
.product_list2 .main .ct .list {
  border-top: 1px solid #d3d3d3;
  padding-top: 40px;
}
.product_list2 .main .ct .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.product_list2 .main .ct .list ul li a {
  display: block;
  padding: 0 30px;
  background-color: #05a291;
  border-radius: 4px;
  margin: 0 10px 20px 10px;
  font-size: 15px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.product_list2 .main .ct .bottom .title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.product_list2 .main .ct .bottom .pro_lists {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
.product_list2 .main .ct .bottom .pro_lists table thead {
  background-color: #05a291;
}
.product_list2 .main .ct .bottom .pro_lists table thead tr th {
  line-height: 60px;
  color: #fff;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td img {
  width: 100%;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .num {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .add {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .sub {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .pro_num {
  width: 60px;
  line-height: 40px;
  background-color: #f5f5f5;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .pro_num input {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .caozuo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .caozuo input {
  display: block;
  padding: 6px 10px;
  background: none;
  cursor: pointer;
}
.product_list2 .main .ct .bottom .pro_lists table tbody tr td .caozuo a {
  display: block;
  color: #333;
  margin: 0 10px;
}
.products_detailed .main {
  background-color: #f7f9fa;
  overflow: hidden;
}
.products_detailed .main .proDetailed {
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px;
}
.products_detailed .main .proDetailed .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
  height: 550px;
  overflow: hidden;
}
.products_detailed .main .proDetailed .m_proDetailed_left .m_proDetailedimg {
  width: 90%;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
}
.products_detailed .main .proDetailed .m_proDetailed_left .m_proDetailedimg img {
  width: 100%;
}
.products_detailed .main .proDetailed .m_proDetailed_right {
  float: right;
  width: 45%;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 22px;
  text-transform: lowercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li.num p {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li.num p span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #efefef;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent ul li.num p input {
  line-height: 30px;
  display: block;
  width: 50px;
  border: 1px solid #d3d3d3;
  text-align: center;
  margin: 0 10px;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 2rem;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan button {
  padding: 14px 50px;
  color: #fff;
  background-color: #05a291;
}
.products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan button i {
  margin-right: 10px;
}
.products_detailed .main .proDetailed .pro_content_details {
  border-top: 1px solid #d3d3d3;
  padding-top: 40px;
}
.products_detailed .main .proDetailed .pro_content_details h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.news {
  width: 100%;
}
.news .main {
  width: 100%;
}
.news .main .ct .news_list {
  margin-top: 80px;
  background-color: #f6f7fb;
  padding: 40px;
}
.news .main .ct .news_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news .main .ct .news_list ul li {
  width: 31%;
  margin-right: 3.5%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.news .main .ct .news_list ul li:nth-child(3n) {
  margin-right: 0;
}
.news .main .ct .news_list ul li a .txt .date p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  color: #cccccc;
  text-align: left;
  font-weight: normal;
}
.news .main .ct .news_list ul li a .txt .des {
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.news .main .ct .news_list ul li a .txt .des h3 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 16px;
}
.news .main .ct .news_list ul li a .txt .des p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  text-align: left;
  font-weight: normal;
}
.news .main .ct .news_list ul li a .txt .more {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news .main .ct .news_list ul li a .txt .more span {
  font-size: 14px;
  line-height: 1;
  color: #ccc;
  text-align: left;
  font-weight: normal;
}
.news .main .ct .news_list ul li a .txt .more i {
  color: #ccc;
  font-size: 20px;
  line-height: 1;
}
.news .main .ct .news_list ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 240px;
  overflow: hidden;
}
.news .main .ct .news_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.news_detailed {
  width: 100%;
}
.news_detailed .main .news_title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.news_detailed .main .news_title h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
  text-align: center;
}
.news_detailed .main .clear {
  clear: both;
}
.news_detailed .main .news_content .news_content_title {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .news_content .news_content_title p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .news_content .news_txt p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.news_detailed .main .news_content .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.news_detailed .main .news_content .np > div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .news_content .np > div i {
  font-size: 1.7rem;
}
.news_detailed .main .news_content .np > div a {
  color: #333;
}
.n_contact {
  width: 100%;
}
.n_contact .main .ct .contact_list {
  margin-top: 100px;
  margin-bottom: 70px;
  position: relative;
}
.n_contact .main .ct .contact_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n_contact .main .ct .contact_list ul li {
  width: 23%;
  border: 1px solid #d6d6d6;
  padding: 40px 0;
  box-shadow: 8px 13px 0px #00726636;
}
.n_contact .main .ct .contact_list ul li .icon {
  margin: 10px auto;
  padding-bottom: 26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
  width: 80%;
}
.n_contact .main .ct .contact_list ul li .icon i {
  color: #05a291;
  font-size: 30px;
  padding-right: 10px;
}
.n_contact .main .ct .contact_list ul li .icon h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.n_contact .main .ct .contact_list ul li .icon .icon-dianhua1 {
  font-size: 36px;
}
.n_contact .main .ct .contact_list ul li .icon .icon-qq1 {
  font-size: 36px;
}
.n_contact .main .ct .contact_list ul li .icon .icon-yuangong {
  font-size: 32px;
}
.n_contact .main .ct .contact_list ul li .txt {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #666;
  text-align: center;
  position: relative;
}
.n_contact .main .ct .contact_list ul li .txt p {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.n_contact .main .ct .contact_list ul li .txt p i {
  padding-left: 10px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 7;
}
.n_contact .main .ct .contact_list ul li .txt p img {
  display: block;
  width: 120px;
  position: absolute;
  right: -120px;
  top: 0px;
  z-index: 6;
  opacity: 0;
  transition: all 0.2s ease;
}
.n_contact .main .ct .contact_list ul li .txt p img.active {
  right: -120px;
  top: 0;
  opacity: 1;
}
.n_contact .main .ct .contact_list .add {
  display: none;
  position: absolute;
  bottom: -210px;
  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: left;
  text-align: center;
}
.n_contact .main .ct .contact_list .add i {
  margin-right: 12px;
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .w80 {
    width: 1536px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1680px) {
  .w80 {
    width: 1344px;
    margin: 0 auto;
  }
  .index .part02 ul li .ct {
    padding: 36px 28px;
  }
  .index .part03 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .iph {
    height: 112px;
  }
  .index .part03 .ct .list li .more {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index .part04 {
    height: 570px;
  }
  .index .part04 .bg {
    height: 480px;
  }
  .index .part04 .ct {
    top: 220px;
  }
  .index .part04 .t .title h3 {
    font-size: 28px;
  }
  .index .part04 .t .title p {
    font-size: 16px;
    margin-top: 8px;
  }
  .index .part05 .ct .top h3 {
    font-size: 28px;
  }
  .index .part05 .ct .top {
    margin-bottom: 50px;
  }
  .index .part05 .ct .bottom ul li .txt {
    top: -70px;
    left: 3%;
    width: 94%;
  }
  .index .part05 .ct .bottom ul li .img {
    height: 0;
    overflow: hidden;
    padding-bottom: 270px;
  }
  .index .part06 {
    padding-bottom: 30px;
  }
  .index .part06 .ct .top {
    margin-top: 60px;
  }
  .index .part06 .ct .top h3 {
    font-size: 28px;
  }
  .index .part06 .ct .bottom {
    margin-top: 40px;
  }
  .about .main .cultrue .ct ul li {
    height: 320px;
  }
}
@media screen and (max-width: 1440px) {
  .w80 {
    width: 1152px;
    margin: 0 auto;
  }
  header .c nav ul li a {
    padding: 33px 30px;
  }
  header .c .logo .txt {
    font-size: 22px;
  }
  header .c .logo .img {
    width: 120px;
  }
  header .c .logo .img img {
    width: 100%;
  }
  .index .part02 ul li .ct .box1 .txt p {
    display: none;
  }
  .iph {
    height: 96px;
  }
  .index .part02 ul li .ct {
    padding: 28px 28px;
  }
  .index .part04 .bg {
    height: 420px;
  }
  .index .part04 .t .title h3 {
    font-size: 24px;
  }
  .index .part04 .t .title p {
    font-size: 14px;
    margin-top: 8px;
  }
  .index .part04 .ct {
    top: 180px;
  }
  .index .part04 .ct .left {
    width: 30%;
    padding: 80px;
    box-sizing: border-box;
  }
  .index .part04 .ct .right {
    padding-left: 60px;
    padding-right: 60px;
  }
  .index .part04 .ct .right .top p {
    font-size: 16px;
  }
  .index .part04 .ct .right .bottom ul li .txt h3 {
    font-size: 16px;
  }
  .index .part05 .ct .top h3 {
    font-size: 24px;
  }
  .index .part05 .ct .bottom ul li .img {
    padding-bottom: 240px;
  }
  .index .part05 .ct .bottom ul li .txt {
    padding-bottom: 20px;
  }
  .index .part05 .ct .bottom ul li .txt h3 {
    font-size: 16px;
  }
  .index .part05 .ct .bottom ul li .txt p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1366px) {
  .w80 {
    width: 1092x;
    margin: 0 auto;
  }
  .w80 {
    width: 1092px;
    margin: 0 auto;
  }
  header .c nav ul li a {
    padding: 24px 20px;
  }
  header .c nav ul li a p {
    font-size: 14px;
  }
  header .c .logo .txt {
    font-size: 20px;
  }
  header .c .logo .img img {
    width: 90px;
  }
  header .c nav ul li .sub {
    top: 116px;
  }
  .iph {
    height: 90px;
  }
  .index .part02 ul li .ct {
    padding: 20px 40px;
  }
  .index .part02 ul li .ct .box1 .txt h3 {
    font-size: 15px;
  }
  .index .part02 ul li .ct .box1 .txt p {
    font-size: 12px;
  }
  .index .part03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .index .part03 .ct .list li .items .item .top .add {
    line-height: 46px;
  }
  .index .part03 .ct .list li .items .item .top .add .left {
    width: 58%;
    font-size: 14px;
  }
  .index .part03 .ct .list li .items .item .bottom {
    padding: 12px;
  }
  .index .part03 .ct .list li .items .item .bottom h3 {
    font-size: 14px;
  }
  .index .part03 .ct .list li .more {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .index .part03 .ct .list li .more a {
    font-size: 14px;
  }
  .index .part03 .ct .list li .more a i {
    font-size: 14px;
  }
  .index .part04 .bg {
    height: 480px;
  }
  .index .part04 .ct {
    top: 270px;
    height: 320px;
  }
  .index .part04 .ct .right .top p {
    font-size: 14px;
  }
  .index .part04 .ct .left {
    padding: 70px;
  }
  .index .part04 .ct .right .bottom ul li .txt h3 {
    font-size: 16px;
  }
  .index .part04 .ct .right .bottom ul li .icon i {
    font-size: 30px;
  }
  .index .part04 .ct .right .bottom ul li .icon {
    margin-right: 10px;
  }
  .index .part04 .t .title h3 {
    font-size: 26px;
  }
  .index .part04 .t .title p {
    font-size: 16px;
    margin-top: 8px;
  }
  .index .part04 {
    height: 630px;
  }
  .index .part05 .ct .top h3 {
    font-size: 26px;
  }
  .index .part05 .ct .top {
    margin-bottom: 30px;
  }
  .index .part05 .ct .top p {
    font-size: 14px;
  }
  .index .part05 .ct .bottom ul li .txt h3 {
    font-size: 16px;
    margin: 10px 0 14px 30px;
  }
  .index .part05 .ct .bottom ul li .txt p {
    font-size: 14px;
  }
  .index .part05 .ct .bottom ul li .txt a {
    font-size: 15px;
  }
  .index .part05 .ct .bottom ul li .txt {
    padding-bottom: 20px;
  }
  .index .part05 {
    padding-bottom: 30px;
  }
  .index .part06 .ct .top {
    margin-top: 60px;
  }
  .index .part06 .ct .top h3 {
    font-size: 26px;
  }
  .index .part06 .ct .bottom {
    margin-top: 30px;
  }
  .index .part06 {
    padding-bottom: 30px;
  }
  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: 13px;
  }
  footer .ct .top .img p {
    font-size: 18px;
  }
  .n_banner {
    height: 340px;
    margin-top: 116px;
  }
  .n_banner .txt P {
    margin-top: 110px;
    font-size: 26px;
  }
  .n_banner .txt h3 {
    font-size: 16px;
  }
  .about .main .ct .jianjie .left p {
    font-size: 26px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 14px;
  }
  .mt-90 {
    margin-top: 70px !important;
  }
  .products .main .boli > .right .boli_list {
    padding: 36px;
  }
  .products .main .shebei > div > .right .boli_list {
    padding: 36px;
  }
  .products .main .haocai > .right .boli_list {
    padding: 36px;
  }
  .products .main .shiji > div > .right .boli_list {
    padding: 36px;
  }
  .product_list2 .main .ct .list ul li a {
    padding: 0 18px;
    font-size: 13px;
  }
  .product_list2 .main .ct .top .left h3 {
    font-size: 26px;
  }
  .product_list2 .main .ct .top .right .ipt {
    line-height: 44px;
    font-size: 14px;
  }
  .product_list2 .main .ct .top .right .btn {
    line-height: 44px;
    font-size: 14px;
  }
  .mb-40 {
    margin-bottom: 30px !important;
  }
  .product_list2 .main .ct .bottom .pro_lists li .items .item .top .add {
    padding: 0 6px;
  }
  .product_list2 .main .ct .bottom .pro_lists li .items .item .bottom {
    padding: 14px;
  }
  .product_list2 .main .ct .bottom .pro_lists li .items .item .bottom h3 {
    font-size: 13px;
  }
  .n_contact .main .ct .contact_list ul li .txt h3 {
    font-size: 16px;
  }
  .news .main .ct .news_list ul li a .img {
    padding-bottom: 200px;
  }
  .news .main .ct .news_list ul li a .txt .des h3 {
    font-size: 16px;
  }
  .news .main .ct .news_list ul li a .txt .des p {
    font-size: 13px;
  }
  .products_detailed .main .proDetailed .m_proDetailed_left {
    height: 460px;
  }
  .n_nav_list .n_nav_list_center .left .flex li a {
    font-size: 15px;
  }
  .index .part01 {
    margin-top: 118px;
  }
  .index .part03 {
    padding-top: 50px;
  }
  .index .part03 .ct .list li .items .item a .bottom h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul li {
    width: 20%;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul {
    justify-content: flex-start;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul li {
    width: 25%;
  }
  .product4 .main .boli > .right .boli_title .left h3 {
    font-size: 24px;
  }
  .product_list2 .main .ct .top .left h3 {
    font-size: 24px;
  }
  .product_list2 .main .ct .top .right .btn {
    line-height: 46px;
  }
  .product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .pro_num {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  .w80 {
    width: 90%;
  }
  header {
    display: none;
  }
  footer .ct .top .img p {
    font-size: 16px;
  }
  footer .ct .top .img img {
    width: 72px;
  }
  footer .ct .top .getScrollTop {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  footer .ct .top .getScrollTop i {
    font-size: 12px;
  }
  footer .ct .bottom {
    display: none;
  }
  footer .ct .icp {
    margin-top: 0;
  }
  footer .ct .icp .left {
    width: 100%;
    font-size: 13px;
  }
  footer .ct .icp .right {
    width: 100%;
  }
  footer {
    height: 210px;
  }
  .mt-90 {
    margin-top: 50px !important;
  }
  .index .part02 ul {
    justify-content: flex-start;
  }
  .index .part02 ul li {
    width: calc(33% - 2px);
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .index .part02 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .index .part02 ul li .ct {
    padding: 10px 14px;
  }
  .index .part02 ul li .ct .box1 .img img {
    width: 22px;
  }
  .index .part02 ul li .ct .box1 .img {
    margin-right: 6px;
  }
  .index .part02 ul li .ct .box2 {
    display: none;
  }
  .iph {
    height: 42px;
  }
  .index .part02 ul li .ct .box1 .txt h3 {
    font-size: 14px;
  }
  .index .part03 {
    padding-top: 30px;
    padding-bottom: 46px;
  }
  .index .part02 {
    top: 6px;
  }
  .index .part03 .ct .list li .items .item {
    width: 32%;
  }
  .index .part03 .ct .list li .items .item a .top .add {
    display: none;
  }
  .index .part03 .ct .list li .items .item a .bottom {
    padding: 10px;
    margin-bottom: 16px;
  }
  .index .part03 .ct .list li .items .item a .bottom h3 {
    font-size: 12px;
  }
  .index .part03 .ct .list li .more {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .index .part04 .t .title h3 {
    font-size: 18px;
  }
  .index .part04 .t .title {
    top: 50px;
  }
  .index .part04 .t .title p {
    font-size: 12px;
  }
  .index .part04 .ct {
    top: 130px;
    left: 5%;
    height: 400px;
  }
  .index .part04 .ct .left {
    width: 100%;
    display: none;
  }
  .index .part04 .ct .right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border-left: none;
  }
  .index .part04 .bg {
    height: 320px;
  }
  .index .part04 .ct .right .bottom ul li {
    margin-bottom: 16px;
  }
  .index .part04 .ct .right .bottom ul li .txt h3 {
    font-size: 15px;
  }
  .index .part04 .ct .right .bottom ul li .txt p {
    font-size: 12px;
  }
  .index .part04 .ct .right .bottom ul li .icon i {
    font-size: 20px;
  }
  .index .part04 {
    height: 500px;
  }
  .index .part05 .ct .top h3 {
    font-size: 18px;
  }
  .index .part05 .ct .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .index .part05 .ct .bottom ul li .img {
    display: none;
  }
  .index .part05 .ct .bottom ul li .txt {
    top: 0;
  }
  .index .part05 .ct .bottom ul li .txt span {
    margin: 20px 0 20px 0px;
  }
  .index .part05 .ct .bottom ul li .txt h3 {
    font-size: 15px;
    margin: 10px 0 10px 30px;
  }
  .index .part05 .ct .bottom ul li .txt p {
    line-height: 1.5;
    margin: 10px 30px 14px 30px;
  }
  .index .part05 .ct .bottom ul li .txt a {
    margin: 14px 0 12px 30px;
  }
  .index .part05 .ct .bottom ul li .txt a {
    font-size: 13px;
  }
  .index .part06 .ct .top h3 {
    font-size: 18px;
  }
  .index .part06 .ct .top p {
    font-size: 14px;
  }
  .index .part06 .ct .top {
    margin-top: 40px;
  }
  .index .part06 .ct .bottom {
    height: 120px;
  }
  .about .main .ct .jianjie .left {
    width: 100%;
    border: none;
    padding: 0;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .about .main .ct .jianjie .left .img {
    width: 100%;
    margin-top: 20px;
  }
  .about .main .ct .jianjie .right {
    width: 100%;
    padding: 0;
  }
  .about .main .ct .jianjie .right h3 {
    display: none;
  }
  .about .main .ct .jianjie .right > div {
    margin-top: 20px;
  }
  .about .main .ct .jianjie .left p {
    font-size: 18px;
  }
  .about .main .cultrue {
    padding: 50px 0;
  }
  .about .main .cultrue .ct ul li {
    width: 100%;
    padding: 20px;
    height: 220px;
  }
  .about .main .cultrue .ct ul li h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about .main .cultrue .ct ul li h3 i {
    font-size: 16px;
  }
  .about .main .cultrue .ct ul li p {
    font-size: 14px;
  }
  .about .main .cultrue .ct ul li::after {
    width: 88%;
    left: 20px;
  }
  .n_contact .main .ct .contact_list ul li {
    width: 100%;
    padding: 20px 0;
  }
  .n_contact .main .ct .contact_list {
    margin-top: 50px;
  }
  .n_contact .main .ct .contact_list ul li .icon h3 {
    font-size: 16px;
  }
  .n_contact .main .ct .contact_list ul li .icon .icon-dianhua1 {
    font-size: 26px;
  }
  .n_contact .main .ct .contact_list ul li .icon {
    padding-bottom: 14px;
  }
  .n_contact .main .ct .contact_list ul li .icon .icon-yuangong {
    font-size: 26px;
  }
  .n_contact .main .ct .contact_list ul li .icon .icon-qq1 {
    font-size: 28px;
  }
  .n_contact .main .ct .contact_list ul li .icon i {
    font-size: 24px;
  }
  .products .n_nav_list .n_nav_list_center .left .flex li {
    padding: 0 14px;
  }
  .products .main .ct .item a .left {
    width: 100%;
  }
  .products .main .ct .item a .right {
    width: 100%;
    margin-top: 20px;
  }
  .products .main .ct .item a .left .title .num {
    width: 40px;
    height: 40px;
  }
  .products .main .ct .item a .left .title .num h1 {
    font-size: 18px;
    line-height: 40px;
  }
  .products .main .ct .item a .left .title .en {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .products .main .ct .item a .left .title .more p {
    font-size: 12px;
  }
  .products .main .ct .item {
    padding: 18px;
  }
  .products .main .ct .item a .left .txt h3 {
    font-size: 16px;
  }
  .products .main .ct .item a .left .txt p {
    font-size: 13px;
  }
  .products .main .ct .item a .left .txt {
    padding-left: 20px;
  }
  .products .main .ct .item a .left .title .more {
    margin-top: 20px;
  }
  .product4 .main .boli > .right .boli_title .left span {
    display: none;
  }
  .product4 .main .boli > .right .boli_title .right {
    font-size: 20px;
  }
  .product4 .main .boli > .right .boli_title .left h3 {
    font-size: 18px;
  }
  .product4 .main .boli > .right .boli_list {
    margin-top: 20px;
    padding: 18px;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul li {
    width: 100%;
  }
  .product4 .main .boli > .right .boli_list > ul > li.active > a {
    padding: 12px;
  }
  .product4 .main .boli > .right .boli_list > ul > li > a {
    padding: 12px;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul li {
    height: 30px;
    margin: 6px 0;
  }
  .product4 .main .boli > .right .boli_list > ul > li > .sub ul li a {
    line-height: 30px;
  }
  .product_list2 .main .ct .top .left h3 {
    font-size: 18px;
  }
  .product_list2 .main .ct .top {
    margin-top: 80px;
  }
  .product_list2 .main .ct .top .left {
    width: 100%;
  }
  .product_list2 .main .ct .top .right {
    width: 100%;
    margin-top: 16px;
  }
  .product_list2 .main .ct .top .right .ipt {
    line-height: 34px;
  }
  .product_list2 .main .ct .top .right .btn {
    line-height: 34px;
  }
  .product_list2 .main .ct .bottom .pro_lists {
    padding: 16px;
  }
  .product_list2 .main .ct .bottom {
    overflow-x: auto;
  }
  .product_list2 .main .ct .bottom .pro_lists {
    width: 800px;
  }
  .product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .add {
    display: none;
  }
  .product_list2 .main .ct .bottom .pro_lists table tbody tr td .num .sub {
    display: none;
  }
  .products_detailed .main .proDetailed {
    margin-top: 50px;
    padding: 20px;
  }
  .products_detailed .main .proDetailed .m_proDetailed_left {
    width: 100%;
    height: 320px;
  }
  .products_detailed .main .proDetailed .m_proDetailed_left .m_proDetailedimg {
    width: 100%;
  }
  .products_detailed .main .proDetailed .m_proDetailed_right {
    width: 100%;
  }
  .products_detailed .main .proDetailed .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .products_detailed .main .proDetailed .pro_content_details h3 {
    font-size: 16px;
  }
  .index .part01 {
    margin-top: 50px;
  }
}
.black {
  color: #000;
}
.b3 {
  color: #333;
}
.b6 {
  color: #666;
}
.b9 {
  color: #999;
}
.white {
  color: #fff;
}
<!--ºÄÊ±1758078698.0882Ãë-->