.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background: #fff;
}
.header .logo {
  width: 152px;
  height: 34px;
  margin: 20px auto;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .navigation {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .navigation .icon {
  width: 24px;
  height: 18px;
}
.header .navigation .icon img {
  width: 100%;
  height: 100%;
}
.header .navigation .nav {
  display: flex;
}
.header .navigation .nav li {
  height: 40px;
  margin-right: 45px;
}
.header .navigation .nav li a {
  font-size: 14px;
  color: #000;
}
.header .navigation .nav li:last-child {
  margin-right: 0;
}
.header .navigation .nav .active {
  border-bottom: 2px solid #333333;
}
.header .navigation .search {
  display: flex;
  align-items: center;
  /* background: #f5f5f5; */
  width: 116px;
  height: 31px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 16px;
}
.header .navigation .search img {
  width: 14px;
  height: 14px;
}
.header .navigation .search input {
  margin-left: 8px;
  width: 74px;
  border: 0;
  color: #000;
  background: none;
  outline: none;
}
.index_main .banner {
    width: 1920px;
    height: 814px;
}
.index_main .banner .swiper-pagination {
  bottom: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 1;
}
.index_main .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #fff;
}
.index_main .adv {
  margin: 200px auto;
  width: 1720px;
  height: 620px;
  background: url(../images/adv_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index_main .adv .p1 {
  font-size: 20px;
  text-align: center;
}
.index_main .adv .p2 {
  margin-top: 23px;
  font-size: 40px;
}
.index_main .adv .href {
  width: 220px;
  margin: 0 auto;
  margin-top: 50px;
  pointer-events: initial;
}
.index_main .adv .href .arrow {
  display: block;
  width: 100%;
  height: 48px;
  white-space: nowrap;
  color: #fff;
  border-color: #fff;
  padding: 14px 20px;
  min-width: 160px;
  line-height: 1;
  border: solid 2px #fff;
  box-sizing: border-box;
  transition-property: background;
  transition-duration: 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: capitalize !important;
  cursor: pointer;
}
.index_main .adv .href .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition-property: width;
  transition-duration: 0.3s;
}
.index_main .adv .href .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.index_main .adv .href .arrow:hover {
  color: #000 !important;
  background-color: #fff;
}
.index_main .adv .href .arrow:hover::before {
  background: #000;
  width: 32px;
}
.index_main .adv .href .arrow:hover::after {
  border-color: #000;
}
.index_main .three {
  width: 1920px;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
}
.index_main .three li {
  display: flex;
  width: 33.333333%;
  position: relative;
}
.index_main .three li .bg {
  overflow: hidden;
}
.index_main .three li .bg img {
  transition: transform 0.5s ease;
  will-change: transform;
}
.index_main .three li a {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.index_main .three li a .video_hidden {
  visibility: hidden;
  transform: translateY(-50%) scale(1.2);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.index_main .three li a .video_hidden img {
  width: 46px;
  height: 36px;
}
.index_main .three li a .p1 {
  margin-top: 37px;
  font-size: 36px;
  margin-bottom: 19px;
}
.index_main .three li a .p2 {
  font-size: 18px;
}
.index_main .three li a .right_hidden {
  visibility: hidden;
  margin-top: 36px;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateY(20px);
}
.index_main .three li a .right_hidden img {
  width: 48px;
  height: 14px;
}
.index_main .three .active .bg img {
  transform: scale(1.1);
}
.index_main .three .active a {
  background: rgba(0, 0, 0, 0);
}
.index_main .three .active a .video_hidden {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: translateY(-50%) scale(1);
}
.index_main .three .active a .video_hidden img {
  transform: translateY(-50%) scale(1);
}
.index_main .three .active a .right_hidden {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.index_main .product_box {
  width: 1720px;
  margin: 116px auto 0;
}
.index_main .product_box .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
}
.index_main .product_box .tab li {
  width: 200px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #d4d4d4;
  font-size: 16px;
  box-sizing: border-box;
  color: #727272;
  text-align: center;
}
.index_main .product_box .tab li a {
  display: inline-block;
  color: #727272;
  cursor: pointer;
  width: 100%;
}
.index_main .product_box .tab li:nth-child(2) {
  border-left: none;
}
.index_main .product_box .tab li.current {
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.index_main .product_box .content .con .swiper-container {
  --swiper-navigation-color: #d0d0d0;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px;
  /* 设置按钮大小 */
}
.index_main .product_box .content .con .swiper-container .swiper-button-next {
  right: 0;
}
.index_main .product_box .content .con .swiper-container .swiper-button-prev {
  left: 0;
}
.index_main .product_box .content .con .swiper-container .product {
  position: relative;
  width: 337px;
  padding-top: 60px;
  height: 640px;
  box-sizing: border-box;
}
.index_main .product_box .content .con .swiper-container .product .new,
.index_main .product_box .content .con .swiper-container .product .best {
  width: 45px;
  height: 45px;
  border: solid 1px #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #2e2e2e;
  font-size: 11px;
  position: absolute;
  top: 80px;
  left: 25px;
  z-index: 5;
  box-sizing: border-box;
}
.index_main .product_box .content .con .swiper-container .product .renewal {
  position: absolute;
  left: 25px;
  top: 130px;
  display: none;
}
.index_main .product_box .content .con .swiper-container .product .renewal img {
  width: 45px;
  height: 45px;
}
.index_main .product_box .content .con .swiper-container .product .best {
  border: solid 1px #ce6a5e;
  color: #ce6a5e;
}
.index_main .product_box .content .con .swiper-container .product img {
  /*width: 145px;*/
  width: 100%;
  height: 384px;
}
.index_main .product_box .content .con .swiper-container .product .p1 {
  margin-top: 10px;
  font-size: 16px;
  color: #2e2e2e;
}
.index_main .product_box .content .con .swiper-container .product .p2 {
  margin-top: 15px;
  font-size: 20px;
  color: #2e2e2e;
}
.index_main .product_box .content .con .swiper-container .product .buy_box {
  margin: 40px auto;
  display: none;
}
.index_main .product_box .content .con .swiper-container .product .buy_box .car {
  border: 1px solid #888888;
  width: 100px;
  height: 38px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  line-height: 38px;
  text-align: center;
}
.index_main .product_box .content .con .swiper-container .product .buy_box .car img {
  width: 22px;
  height: 18px;
}
.index_main .product_box .content .con .swiper-container .product .buy_box .buy {
  border: 1px solid #888888;
  width: 100px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  color: #888;
}
.index_main .product_box .content .con .swiper-container .active .product {
  background: #f8f9f9;
}
.index_main .product_box .content .con .swiper-container .active .product .renewal {
  display: block;
}
.index_main .product_box .content .con .swiper-container .active .product .buy_box {
  display: block;
}
.index_main .brand {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
.index_main .brand li {
  width: 640px;
  font-size: 26px;
  color: #333333;
  position: relative;
}
.index_main .brand li .tb {
  overflow: hidden;
}
.index_main .brand li .tb img {
  transition: transform 0.5s ease;
  will-change: transform;
}
.index_main .brand li .over {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
  background: #6ca646;
}
.index_main .brand li a {
  display: inline-block;
  transform: translateY(-50%) scale(1.2);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 57px;
  left: 97px;
  z-index: 9;
  transition: all 0.4s ease-out;
}
.index_main .brand li a img {
  margin-left: 13px;
  width: 20px;
  height: 20px;
}
.index_main .brand li:hover .tb img {
  transform: scale(1.1);
}
.index_main .brand li:hover .over {
  height: 100%;
  opacity: 0.65;
}
.index_main .brand li:hover a {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.index_main .brand .li1 {
  background: url(../images/brand1.png) no-repeat;
  background-size: 100% 100%;
}
.index_main .brand .li2 {
  background: url(../images/brand2.png) no-repeat;
  background-size: 100% 100%;
}
.index_main .brand .li3 {
  background: url(../images/brand3.png) no-repeat;
  background-size: 100% 100%;
}
.index_main .doctor {
  width: 1920px;
  margin: 0 auto;
  display: flex;
  padding-top: 90px;
}
.index_main .doctor .head{width: 50%;}
.index_main .doctor .head .swiper-container {
  width: 960px;
  height: 860px;
}
.index_main .doctor .head .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_main .doctor .head .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_main .doctor .head .swiper-slide .bg img {
  transform: scale(1.01);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity,transform;
}
.index_main .doctor .head .swiper-slide .info {
  position: absolute;
  bottom: 170px;
  left: 36%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.index_main .doctor .head .swiper-slide .info .p1 {
  font-size: 36px;
}
.index_main .doctor .head .swiper-slide .info .p2 {
  margin-top: 20px;
  font-size: 18px;
}
.index_main .doctor .head .swiper-slide .info .detail {
  width: 220px;
  margin: 0 auto;
  margin-top: 50px;
  pointer-events: initial;
}
.index_main .doctor .head .swiper-slide .info .detail a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 14px 20px;
  color: #fff;
  border-color: #fff;
  line-height: 1;
  border: solid 2px #fff;
  box-sizing: border-box;
  transition-property: background;
  transition-duration: 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: capitalize !important;
}
.index_main .doctor .head .swiper-slide .info .detail a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition-property: width;
  transition-duration: 0.3s;
}
.index_main .doctor .head .swiper-slide .info .detail a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.index_main .doctor .head .swiper-slide .info .detail a:hover {
  color: #000 !important;
  background-color: #fff;
}
.index_main .doctor .head .swiper-slide .info .detail a:hover::before {
  background: #000;
  width: 32px;
}
.index_main .doctor .head .swiper-slide .info .detail a:hover::after {
  border-color: #000;
}
.index_main .doctor .head .swiper-slide:hover .bg img {
  transform: scale(1.15);
}
.index_main .doctor .head .swiper-pagination-bullets {
  width: 100%;
  bottom: 60px;
}
.index_main .doctor .head .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 101px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1px;
  opacity: 0.3;
}
.index_main .doctor .head .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_main .doctor .doctor_list {
	width: 50%;
	height: 760px;
	overflow: hidden;
}
.index_main .doctor .doctor_list .list {
  margin-left: 95px;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.index_main .doctor .doctor_list .list li {
  width: 228px;
  margin-right: 38px;
  margin-bottom: 30px;
}
.index_main .doctor .doctor_list .list li .top {
  width: 100%;
  height: 173px;
  position: relative;
  overflow: hidden;
}
.index_main .doctor .doctor_list .list li .top .head {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity,transform;
}
.index_main .doctor .doctor_list .list li .top .video {
  position: absolute;
  z-index: 5;
  width: 28px;
  height: 22px;
  top: 15px;
  left: 15px;
}
.index_main .doctor .doctor_list .list li .bot .p1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  color: #727272;
}
.index_main .doctor .doctor_list .list li .bot .p1 span {
  position: relative;
}
.index_main .doctor .doctor_list .list li .bot .p1 span::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  right: 0;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.index_main .doctor .doctor_list .list li .bot .p1 img {
  margin-left: 4px;
  width: 5px;
  height: 5px;
}
.index_main .doctor .doctor_list .list li .bot .p2 {
  margin-top: 15px;
}
.index_main .doctor .doctor_list .list li .bot .p2 a {
  display: block;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_main .doctor .doctor_list .list li .bot .p3 {
  margin-top: 10px;
  font-size: 12px;
  color: #727272;
}
.index_main .doctor .doctor_list .list li:nth-child(3n) {
  margin-right: 0;
}
.index_main .doctor .doctor_list .list li:hover .top .head {
  transform: scale(1.15);
  opacity: 0.65;
}
.index_main .doctor .doctor_list .list li:hover .bot .p1 span::after {
  transform: scaleX(1);
}
.index_main .doctor .doctor_list .more {
  position: relative;
}
.index_main .doctor .doctor_list .more a {
  position: absolute;
  right: 9.5%;
  top: -30px;
  font-size: 14px;
  color: #949494;
  border-bottom: 1px solid #989898;
}
.index_main .doctor .doctor_list .more hr {
  margin: 10px auto 0;
  max-width: 765px;
  height: 1px;
  background-color: #c7c8c4;
  opacity: 0.4;
}
@media (max-width: 1680px) {
  .index_main .doctor .head .swiper-container {
    width: 772px;
    height: 740px;
  }
  .index_main .doctor .doctor_list .list {
    margin-top: 50px;
    /* margin-left: 60px; */
	height: 690px;
	overflow: hidden;
  }
  .index_main .doctor .doctor_list .list li {
    margin-bottom: 50px;
  }
  .index_main .doctor .doctor_list .list li .bot .p1 {
    margin-top: 10px;
  }
  .index_main .doctor .doctor_list .list li .bot .p2 {
    margin-top: 10px;
  }
  .index_main .doctor .doctor_list .list li .bot .p2 a {
    font-size: 15px;
    line-height: 22px;
  }
  .index_main .doctor .doctor_list .more hr {
    width: 762px;
    margin-left: 60px;
  }
}
@media (max-width: 1576px) {
  .index_main .doctor .doctor_list .head .swiper-container {
    width: 720px;
    height: 671px;
  }
  .index_main .doctor .doctor_list .list li {
    width: 218px;
  }

  .index_main .doctor .doctor_list .more hr {
    width: 730px;
  }
}
.index_main .news {
  display: flex;
  justify-content: space-between;
  max-width: 1720px;
  margin: 100px auto;
}
.index_main .news .news_box {
  width: 858px;
}
.index_main .news .news_box .radius {
  overflow: hidden;
}
.index_main .news .news_box .radius img {
  transform: scale(1.01);
  transition: transform 0.6s ease;
  will-change: transform;
}
.index_main .news .news_box .radius:hover img {
  transform: scale(1.15);
}
.index_main .news .news_box .list {
  margin-top: 70px;
}
.index_main .news .news_box .list .tit {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  color: #727272;
  font-family: AdobeSongStd-Light;
}
.index_main .news .news_box .list .tit a {
  font-size: 14px;
  color: #949494;
  border-bottom: 1px solid #989898;
}
.index_main .news .news_box .list ul {
  margin-top: 40px;
  padding: 0 20px;
}
.index_main .news .news_box .list ul li {
  border-bottom: 1px solid #e7e7e7;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_main .news .news_box .list ul li .title {
  display: inline-block;
  font-family: AdobeSongStd-Light;
  font-size: 22px;
  color: #2e2e2e;
  max-width: 554px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.index_main .news .news_box .list ul li .data {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #727272;
}
.index_main .news .news_box .list ul li:hover {
  font-weight: bold;
}
.index_main .news .news_box .list2 .tit {
  padding: 0 0 0 90px;
}
.index_main .news .news_box .list2 ul {
  padding: 0 0 0 70px;
}
.index_main .public {
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 50px;
}
.index_main .public .tit {
  text-align: center;
}
.index_main .public .tit .p1 {
  font-size: 44px;
  color: #161616;
  line-height: 36px;
  margin-bottom: 40px;
}
.index_main .public .tit .p2 {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.index_main .public .info {
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
}
.index_main .public .info .lt {
  width: 1188px;
  height: 578px;
}
.index_main .public .info .rt {
  width: 490px;
  height: 578px;
  border: solid 1px #e7e7e7;
  padding: 10px 45px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.index_main .public .info .rt::-webkit-scrollbar{
	width: 6px;
}
.index_main .public .info .rt::-webkit-scrollbar-track {
	background:#F3F3F3;
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
	border-radius:10px;
}
.index_main .public .info .rt::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.1);
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.index_main .public .info .rt::-webkit-scrollbar-thumb:window-inactive {
	background:#C5C5C5;
}
.index_main .public .info .rt li {
  border-bottom: 1px solid #efefef;
  padding: 35px 0;
  display: flex;
  align-items: center;
}
.index_main .public .info .rt li img {
  width: 110px;
  height: 110px;
}
.index_main .public .info .rt li .name {
	width: 260px;
  margin-left: 20px;
}
.index_main .public .info .rt li .name .p1 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.index_main .public .info .rt li .name .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.index_main .public .info .rt li:last-child {
  border-bottom: none;
}
.index_main .top5 {
  max-width: 1920px;
  margin: 0 auto;
  /* padding-top: 80px; */
}
.index_main .top5 img {
  width: 100%;
}
.index_main .top5 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
.index_main .top5 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_main .top5 ul li .radius {
  overflow: hidden;
  width: 185px;
  height: 185px;
  border-radius: 50%;
}
.index_main .top5 ul li img {
  border-radius: 50%;
  transform: scale(1.01);
  transition: transform 0.6s ease;
  will-change: transform;
}
.index_main .top5 ul li .p1 {
  margin-top: 30px;
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.index_main .top5 ul li div p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
}
.index_main .top5 ul li:nth-child(2) {
  margin-left: 205px;
  margin-right: 235px;
}
.index_main .top5 ul li:hover img {
  transform: scale(1.15);
}
.about .banner {
  max-width: 1920px;
  margin: 116px auto 0;
}
.about .banner img {
  width: 100%;
}
.about .introduce {
  text-align: center;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 120px;
}
.about .introduce .logo img {
  width: 252px;
  height: 24px;
}
.about .introduce .word {
  margin-top: 100px;
  margin-bottom: 50px;
}
.about .introduce .word .p1 {
  font-size: 30px;
  color: #161616;
  line-height: 26px;
}
.about .introduce .word .p2 {
  font-family: AdobeSongStd-Light;
  margin-top: 25px;
  font-size: 44px;
  color: #161616;
  line-height: 60px;
}
.about .introduce .word ul {
  margin-top: 80px;
}
.about .introduce .word ul li {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.about .develop {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.about .develop .word {
  position: absolute;
  z-index: 5;
  top: 128px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.about .develop .word img {
  width: 252px;
  height: 24px;
}
.about .develop .word p {
  margin-top: 200px;
  font-size: 44px;
  color: #ffffff;
  line-height: 26px;
}
.about .develop .word ul {
  margin-top: 50px;
}
.about .develop .word ul li {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.about .video {
  max-width: 1920px;
  margin: 0 auto;
}
.about .concept {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.about .concept img {
  width: 100%;
}
.about .concept .word {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about .concept .word .text img {
  width: 575px;
  height: 43px;
}
.about .concept .word .text ul {
  margin-top: 40px;
}
.about .concept .word .text ul li {
  font-size: 16px;
  color: #fffefe;
  line-height: 32px;
}
.about .concept .word .img {
  margin-top: 99px;
}
.about .concept .word .img .bg {
  width: 1720px;
  height: 273px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 137px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  box-sizing: border-box;
}
.about .concept .word .img .bg li {
  width: 220px;
  height: 220px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about .concept .word .img .bg li img {
  width: 109px;
  height: 99px;
}
.about .concept .word .img .shu {
  padding: 0 32px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .concept .word .img .shu li {
  width: 220px;
  font-size: 32px;
  color: #ffffff;
  line-height: 36px;
  position: relative;
}
.about .concept .word .img .shu li::before {
  content: '';
  position: absolute;
  z-index: 9;
  top: -99px;
  left: 50%;
  text-align: center;
  width: 1px;
  height: 78px;
  background-color: #e4e4e4;
}
.about .honor{
	max-width: 1920px;
	margin: 0 auto;
}
.about .honor img{width: 100%;}
.elevator {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  z-index: 999;
}
.elevator li {
  padding-left: 18px;
  margin-bottom: 26px;
}
.elevator li a {
  font-size: 16px;
  color: #555;
}
.elevator li::before {
  content: '';
  position: absolute;
  left: -4px;
  z-index: 5;
  width: 9px;
  height: 9px;
  background-color: #555;
  border-radius: 50%;
  margin-top: 8px;
}
.elevator li.hover a {
  color: #000000;
  font-weight: 900;
}
.elevator li.hover::before {
  content: '';
  background-color: #000000;
}
.elevator li.cli a {
  color: #000000;
  font-weight: 900;
}
.elevator li.cli::before {
  content: '';
  background-color: #000000;
  border: 6px solid #e4e4e4;
  left: -10px;
  margin-top: 2px;
  transform: scale(1);
  transition: all 1s;
}
.elevator::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 250px;
  background-color: #555;
}
.product_main .banner {
  max-width: 1920px;
  margin: 116px auto 0;
  position: relative;
}
.product_main .banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #ffffff;
}
.product_main .product_adv {
  max-width: 1720px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
.product_main .product_adv .zIndex {
  position: absolute;
  top: 50%;
  left: 260px;
  transform: translate(0, -50%);
}
.product_main .product_adv .zIndex .tit div {
  font-size: 46px;
  letter-spacing: 2px;
  color: #141414;
  font-weight: bold;
}
.product_main .product_adv .zIndex .tit p {
  font-size: 16px;
  letter-spacing: 4px;
  color: #141414;
}
.product_main .product_adv .zIndex .tit hr {
  margin-top: 10px;
  width: 502px;
  height: 1px;
  background-color: #151515;
  opacity: 0.5;
  margin-bottom: 30px;
}
.product_main .product_adv .zIndex .p1 {
  font-size: 18px;
  color: #141414;
  margin-bottom: 30px;
  font-weight: 600;
}
.product_main .product_adv .zIndex .p2 {
  font-size: 14px;
  color: #141414;
  font-weight: 600;
}
.product_main .product_adv .zIndex a {
  display: block;
  margin-top: 30px;
  width: 225px;
  height: 50px;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.product_main .product_box {
  max-width: 1720px;
  margin: 100px auto 0;
}
.product_main .product_box .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
}
.product_main .product_box .tab li {
  width: 200px;
  height: 46px;
  line-height: 46px;
  border: solid 1px #D8D8D8;
  font-size: 16px;
  box-sizing: border-box;
  color: #363636;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
.product_main .product_box .tab li a {
  display: inline-block;
  color: #363636;
  cursor: pointer;
  width: 100%;
}
.product_main .product_box .tab li:nth-child(2) {
  margin-left: 30px;
}
.product_main .product_box .tab li.current {
  border: 1px solid #1ea112;
}
.product_main .product_box .tab li.current a{color: #1ea112;}
.product_main .product_box .content .con .swiper-container {
  --swiper-navigation-color: #d0d0d0;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px;
  /* 设置按钮大小 */
}
.product_main .product_box .content .con .swiper-container .swiper-button-next {
  right: 0;
}
.product_main .product_box .content .con .swiper-container .swiper-button-prev {
  left: 0;
}
.product_main .product_box .content .con .swiper-container .product {
  position: relative;
  width: 350px;
  padding-top: 60px;
  height: 730px;
  box-sizing: border-box;
}
.product_main .product_box .content .con .swiper-container .product .new,
.product_main .product_box .content .con .swiper-container .product .best {
  width: 45px;
  height: 45px;
  border: solid 1px #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #2e2e2e;
  font-size: 11px;
  position: absolute;
  top: 80px;
  left: 25px;
  z-index: 5;
  box-sizing: border-box;
}
.product_main .product_box .content .con .swiper-container .product .renewal {
  position: absolute;
  left: 25px;
  top: 130px;
  display: none;
}
.product_main .product_box .content .con .swiper-container .product .renewal img {
  width: 45px;
  height: 45px;
}
.product_main .product_box .content .con .swiper-container .product .best {
  border: solid 1px #ce6a5e;
  color: #ce6a5e;
}
.product_main .product_box .content .con .swiper-container .product img {
  /*width: 145px;*/
  width: 100%;
  height: 384px;
}
.product_main .product_box .content .con .swiper-container .product .p1 {
  margin-top: 20px;
  font-size: 16px;
  color: #131313;
}
.product_main .product_box .content .con .swiper-container .product .p2 {
  margin-top: 15px;
  font-size: 30px;
  color: #131313;
  letter-spacing: 1px;
}
.product_main .product_box .content .con .swiper-container .product .star_box {
  margin: 20px auto 35px;
}
.product_main .product_box .content .con .swiper-container .product .star_box .star {
  font-size: 0;
  vertical-align: middle;
  padding-right: 27px;
}
.product_main .product_box .content .con .swiper-container .product .star_box .star img {
  width: 15px;
  height: 14px;
  margin-right: 3px;
}
.product_main .product_box .content .con .swiper-container .product .star_box .money {
  padding-left: 30px;
  border-left: 1px solid #9e9e9d;
  font-size: 16px;
  font-weight: 600;
  color: #9e9e9d;
}
.product_main .product_box .content .con .swiper-container .product .pro_more {
  display: none;
  width: 211px;
  height: 50px;
  border: solid 1px #888888;
  font-size: 16px;
  letter-spacing: 2px;
  color: #888888;
  line-height: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.product_main .product_box .content .con .swiper-container .active .product {
  background: #f8f9f9;
}
.product_main .product_box .content .con .swiper-container .active .product .renewal {
  display: block;
}
.product_main .product_box .content .con .swiper-container .active .product .pro_more {
  display: block;
}
.example_main .banner {
  max-width: 1920px;
  margin: 116px auto 0;
  position: relative;
}
.example_main .story_box {
  max-width: 1280px;
  margin: 88px auto;
}
.example_main .story_box .tab {
  display: flex;
  justify-content: center;
}
.example_main .story_box .tab li {
  width: 200px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  border: solid 1px #D8D8D8;
  font-size: 16px;
  color: #363636;
  text-align: center;
  margin-right: 30px;
  box-sizing: border-box;
  font-weight: bold;
}
.example_main .story_box .tab li:last-child {
  margin-right: 0;
}
.example_main .story_box .tab .current {
	color: #1ea112;
  border: solid 1px #1ea112;
}
.example_main .story_box .content {
  border-top: 2px solid #333;
  margin-top: 40px;
  padding-top: 50px;
}
.example_main .story_box .content .con .story_list {
  display: flex;
  flex-wrap: wrap;
}
.example_main .story_box .content .con .story_list .story {
  margin-right: 20px;
  margin-bottom: 50px;
}
.example_main .story_box .content .con .story_list .story a {
	display: block;
	width: 413px;
 
}
.example_main .story_box .content .con .story_list .story a img {
  width: 100%;
  height: 348px;
}
.example_main .story_box .content .con .story_list .story a .p1 {
  display: block;
  font-size: 18px;
  color: #161616;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
   text-overflow:ellipsis;
  white-space: nowrap;
}
.example_main .story_box .content .con .story_list .story a .p2 {
  display: block;
  font-size: 14px;
  color: #666666;
}
.example_main .story_box .content .con .story_list .story:nth-child(3n) {
  margin-right: 0;
}
.example_main .story_box .content .con .story_more {
  margin: 60px auto 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 51px;
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.example_main .story_box .content .con .media_list {
  margin-top: -20px;
}
.example_main .story_box .content .con .media_list li {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.example_main .story_box .content .con .media_list li a {
  display: inline-block;
}
.example_main .story_box .content .con .media_list li a img {
  width: 362px;
}
.example_main .story_box .content .con .media_list li .detail {
  width: 880px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 38px;
}
.example_main .story_box .content .con .media_list li .detail .p1 a {
  display: inline-block;
  font-size: 22px;
  color: #333333;
}
.example_main .story_box .content .con .media_list li .detail .p2 {
  margin: 15px 0;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.example_main .story_box .content .con .media_list li .detail .p3 {
  color: #666666;
  font-size: 14px;
}
.example_main .story_box .content .con .info_more {
  margin: 60px auto 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 51px;
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.example_main .example_detail {
  max-width: 1280px;
  margin: 100px auto;
}
.example_main .example_detail .tit .p1 {
  font-size: 28px;
  letter-spacing: 1px;
  color: #000000;
}
.example_main .example_detail .tit .p1 span {
  margin-right: 25px;
}
.example_main .example_detail .tit .p2 {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #888888;
}
.example_main .example_detail .tit .p2 span {
  margin-right: 20px;
}
.example_main .example_detail .con {
  margin-top: 50px;
  border-top: 2px solid #000;
  padding-top: 60px;
}
.example_main .example_detail .con img {
  margin-bottom: 40px;
}
.example_main .example_detail .con .text p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 30px;
}
.example_main .example_detail .con .text .two_picture {
  display: flex;
  text-align: center;
}
.example_main .example_detail .con .text .two_picture p img {
  margin-bottom: 20px;
}
.example_main .example_detail .con .bot {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  border-bottom: 2px solid #000;
  padding-bottom: 50px;
}
.example_main .example_detail .con .bot .author span {
  margin-right: 20px;
}
.example_main .example_detail .con .bot .share img {
  margin-left: 15px;
  margin-bottom: 0;
}
.example_main .example_detail .con .btn {
  margin: 30px 0 38px;
}
.example_main .example_detail .con .btn span {
  width: 54px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 16px;
  border: 1px solid #aaa;
  display: inline-block;
}
.example_main .example_detail .con .page {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0;
}
.example_main .example_detail .con .page p {
  color: #777;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
}
.example_main .example_detail .con .page p i {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  /*兼容ie8-*/
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px #9D9D9D solid;
  overflow: hidden;
  transform: translate(0, -50%);
}
.example_main .example_detail .con .page p .bot-arrow {
  transform: rotate(180deg);
  margin-top: -3px;
}
.example_main .example_detail .con .page p a {
  color: #777;
  margin-left: 10px;
}
.media_main .banner {
  max-width: 1920px;
  margin: 116px auto 0;
}
.media_main .media_coverage {
  max-width: 1280px;
  margin: 80px auto;
}
.media_main .media_coverage .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media_main .media_coverage .top .add a {
  border: 1px solid #D8D8D8;
  color: #363636;
  padding: 10px 20px;
  border-radius: 5px;
}
.media_main .media_coverage .top .add a:first-child {
  margin-right: 30px;
}
.media_main .media_coverage .top .option {
  display: flex;
}
.media_main .media_coverage .top .option select {
  height: 35px;
  padding: 10px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 5px;
  outline: none;
}
.media_main .media_coverage .top .option select option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
}
.media_main .media_coverage .top .option select option:hover {
  color: #fff;
  background-color: #1E90FF;
}
.media_main .media_coverage .top .option input {
  height: 35px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  outline: none;
  padding-left: 10px;
}
.media_main .media_coverage .top .option button {
  width: 68px;
  height: 35px;
  border: 1px solid #3C3C3C;
  background: #484848;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
}
.media_main .media_coverage .media_list {
  border-top: 2px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}
.media_main .media_coverage .media_list li {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.media_main .media_coverage .media_list li a {
  display: inline-block;
}
.media_main .media_coverage .media_list li a img {
  width: 362px;
}
.media_main .media_coverage .media_list li .detail {
  width: 880px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 38px;
}
.media_main .media_coverage .media_list li .detail .p1 a {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  font-weight: 900;
}
.media_main .media_coverage .media_list li .detail .p2 {
  margin: 15px 0;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.media_main .media_coverage .media_list li .detail .p3 {
  color: #666666;
  font-size: 14px;
}
.media_main .media_coverage .media_more,
.media_main .media_coverage .odor_more {
  margin: 70px auto 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 51px;
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.media_main .media_coverage .odor_list {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 27px;
}
.media_main .media_coverage .odor_list .add {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.media_main .media_coverage .odor_list .add a {
  border: 1px solid #D8D8D8;
  color: #363636;
  padding: 10px 30px;
  border-radius: 5px;
}
.media_main .media_coverage .odor_list .add .current a{
	border-color: #1ea112;
	color: #1ea112;
}
/*.media_main .media_coverage .odor_list .add a:first-child {
  margin-right: 30px;
}*/
.media_main .media_coverage .odor_list ul {
  display: flex;
  flex-wrap: wrap;
}
.media_main .media_coverage .odor_list li {
  margin-right: 30px;
  margin-bottom: 50px;
}
.media_main .media_coverage .odor_list li a {
  display: inline-block;
  width: 406px;
}
.media_main .media_coverage .odor_list li a img {
  width: 100%;
}
.media_main .media_coverage .odor_list li a span {
  display: block;
}
.media_main .media_coverage .odor_list li a .p1 {
  margin-top: 30px;
  font-size: 18px;
  color: #161616;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media_main .media_coverage .odor_list li a .p2 {
  font-size: 14px;
  color: #666666;
}
.media_main .media_coverage .odor_list li:nth-child(3n) {
  margin-right: 0;
}
.contact_main .banner {
  max-width: 1920px;
  margin: 80px auto 0;
}
.contact_main .certificate_box {
  max-width: 1400px;
  margin: 140px auto;
  position: relative;
}
.contact_main .certificate_box .certificate .top {
  display: flex;
  justify-content: space-between;
}
.contact_main .certificate_box .certificate .top .lt {
  text-align: left;
}
.contact_main .certificate_box .certificate .top .lt .p1 {
  line-height: 38px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #333333;
}
.contact_main .certificate_box .certificate .top .lt .p2 {
  font-size: 43px;
  color: #333333;
  line-height: 58px;
}
.contact_main .certificate_box .certificate .top .lt .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.contact_main .certificate_box .certificate .top .lt .img {
  margin-top: 40px;
}
.contact_main .certificate_box .certificate .top .lt .img img {
  margin-right: 15px;
  width: 166px;
  height: 121px;
}
.contact_main .certificate_box .certificate .top .lt .img img:last-child {
  margin-right: 0;
}
.contact_main .certificate_box .certificate .top .rt img {
  width: 669px;
  height: 507px;
}
.contact_main .certificate_box .certificate .hr {
  margin-top: 10px;
}
.contact_main .certificate_box .certificate .hr img {
  width: 100%;
}
.contact_main .certificate_box .certificate .bot {
  font-size: 16px;
  display: flex;
  margin-right: 220px;
  color: #161616;
  justify-content: flex-end;
  align-items: center;
  line-height: 30px;
  margin-top: -40px;
  text-align: left;
}
.contact_main .certificate_box .certificate .bot img {
  margin-right: 30px;
  width: 27px;
  height: 50px;
}
.contact_main .certificate_box .swiper-button-next,
.contact_main .certificate_box .swiper-button-prev {
  top: 95%;
  width: 70px;
  height: 45px;
  background-color: #d9d9d9;
}
.contact_main .certificate_box .swiper-button-next::after,
.contact_main .certificate_box .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.contact_main .certificate_box .swiper-button-prev {
  left: 0;
}
.contact_main .certificate_box .swiper-button-next {
  right: 88%;
}
.contact_main .contact_box {
  position: relative;
  max-width: 1920px;
  margin: 116px auto 0;
}
.contact_main .contact_box img {
  width: 100%;
}
.contact_main .contact_box .zIndex {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.contact_main .contact_box .zIndex .p1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.contact_main .contact_box .zIndex .p2 {
  font-size: 44px;
}
.contact_main .contact_box .zIndex .p3 {
  font-size: 16px;
  line-height: 30px;
}
.contact_main .contact_box .zIndex .tel {
  margin-top: 30px;
  font-size: 50px;
  font-family: DINPro-Regular;
}
.contact_main .contact_box .zIndex .tel img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  vertical-align: middle;
}
.contact_main .contact_box .zIndex .code {
  margin-top: 70px;
  display: flex;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  justify-content: center;
}
.contact_main .contact_box .zIndex .code p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_main .contact_box .zIndex .code p img {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}
.contact_main .contact_box .zIndex .code p:last-child {
  margin-left: 40px;
}
.contact_main .idea {
  max-width: 1400px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.contact_main .idea .lt {
  font-size: 30px;
  color: #161616;
}
.contact_main .idea .rt {
  display: flex;
}
.contact_main .idea .rt li {
  width: 236px;
  margin-right: 60px;
}
.contact_main .idea .rt li img {
  width: 103px;
  height: 103px;
}
.contact_main .idea .rt li .p1 {
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #161616;
}
.contact_main .idea .rt li .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.contact_main .idea .rt li:last-child {
  margin-right: 0;
}
.contact_main .business {
  max-width: 1400px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.contact_main .business .lt {
  font-size: 30px;
  color: #161616;
}
.contact_main .business .rt {
  display: flex;
}
.contact_main .business .rt li {
  width: 518px;
  margin-right: 60px;
}
.contact_main .business .rt li img {
  width: 518px;
  height: 290px;
}
.contact_main .business .rt li p {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
}
.contact_main .business .rt li:last-child {
  margin-right: 0;
}
.prodetail_main {
  border-top: 1px solid #f3f3f3;
  padding-top: 70px;
}
.prodetail_main .prodetail_content {
  max-width: 1280px;
  margin: 50px auto 0;
}
.prodetail_main .prodetail_content .prodetail_img {
  width: 625px;
  float: left;
  position: relative;
}
.prodetail_main .prodetail_content .prodetail_img .swiper-pagination {
  margin-top: 40px;
  left: 50%;
  transform: translate(-50%);
}
.prodetail_main .prodetail_content .prodetail_img .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #213429;
  margin-right: 18px;
}
.prodetail_main .prodetail_content .prodetail_img .swiper-pagination .swiper-pagination-bullet-active {
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #213429;
  box-shadow: 0 0 0 1px #213429;
  vertical-align: middle;
}
.prodetail_main .prodetail_content .prodetail_list {
  float: right;
  width: 570px;
}
.prodetail_main .prodetail_content .prodetail_list .top {
  margin-top: 15px;
}
.prodetail_main .prodetail_content .prodetail_list .top img {
  width: 138px;
  height: 40px;
}
.prodetail_main .prodetail_content .prodetail_list .top div {
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e7;
}
.prodetail_main .prodetail_content .prodetail_list .top div span {
  font-size: 36px;
  color: #161616;
}
.prodetail_main .prodetail_content .prodetail_list .top div img {
  width: 26px;
  height: 26px;
}
.prodetail_main .prodetail_content .prodetail_list .top p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.prodetail_main .prodetail_content .prodetail_list .stretch {
  margin-top: 40px;
  border-top: 1px solid #EBEBEB;
}
.prodetail_main .prodetail_content .prodetail_list .stretch dt {
  padding-left: 4px;
  padding-right: 15px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #EBEBEB;
  background: url(../images/arrow_top.png) no-repeat;
  background-position: right center;
}
.prodetail_main .prodetail_content .prodetail_list .stretch dt img {
  margin-right: 15px;
}
.prodetail_main .prodetail_content .prodetail_list .stretch dd {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.prodetail_main .prodetail_content .prodetail_list .stretch dd .item {
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
.prodetail_main .prodetail_content .prodetail_list .stretch dd .w100 {
  width: 100%;
}
 
.prodetail_main .prodetail_content .prodetail_list .stretch dd .item:nth-child(2n) {
  margin-right: 0;
}
.prodetail_main .prodetail_content .prodetail_list .bot {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodetail_main .prodetail_content .prodetail_list .bot .money {
  font-size: 16px;
  color: #161616;
}
.prodetail_main .prodetail_content .prodetail_list .bot .money span {
  font-size: 32px;
  margin-right: 10px;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner {
  overflow: hidden;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner .Amount {
  width: 36px;
  height: 32px;
  padding: 0 5px;
  line-height: 32px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  float: left;
  text-align: center;
  color: #565656;
  outline: 0;
  box-sizing: border-box;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  float: left;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner a i {
  font-style: normal;
  background: url(../images/buy_btn.png) no-repeat;
  display: block;
  width: 9px;
  height: 9px;
  margin: 11px;
  text-indent: 999999%;
  overflow: hidden;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner .Increase i {
  background-position: -9px 0;
}
.prodetail_main .prodetail_content .prodetail_list .bot .spinner .DisDe i {
  background-position: 0 -9px;
}
.prodetail_main .clearfix {
  *zoom: 1;
}
.prodetail_main .clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.prodetail_main .prodetail_box {
  max-width: 1280px;
  margin: 120px auto;
}
.prodetail_main .prodetail_box .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.prodetail_main .prodetail_box .tab li {
  width: 333.33333%;
  height: 66px;
  line-height: 66px;
  border: solid 1px #d9d9d8;
  font-size: 16px;
  box-sizing: border-box;
  color: #c3c3c3;
  text-align: center;
  border-bottom: 2px solid #d9d9d8;
}
.prodetail_main .prodetail_box .tab li a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #c3c3c3;
}
.prodetail_main .prodetail_box .tab li:nth-child(2) {
  border-left: none;
  border-right: none;
}
.prodetail_main .prodetail_box .tab li.current {
  color: #000;
  border-top: 1px solid #3f3e3c;
  border-bottom: none;
}
.prodetail_main .prodetail_box .content .con .w1000 {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.prodetail_main .prodetail_box .content .con .w1000 img {
  display: block;
  margin: 0 auto;
}
.prodetail_main .prodetail_box .content .con .pro_info ul {
  border-top: 1px solid #3F3E3C;
  border-bottom: 1px solid #3F3E3C;
}
.prodetail_main .prodetail_box .content .con .pro_info ul li {
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 60px;
  font-size: 15px;
  line-height: 30px;
}
.prodetail_main .prodetail_box .content .con .pro_info ul li label {
  color: #3F3E3C;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.prodetail_main .prodetail_box .content .con .pro_info ul li span {
  display: inline-block;
  color: #777;
  width: 855px;
}
.prodetail_main .prodetail_box .content .con .pro_info ul li:last-child {
  border-bottom: none;
}
.footer {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 6px solid #f8f8f8;
  padding-top: 40px;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
}
.footer .top .lt a {
  font-size: 16px;
  color: #2e2e2e;
  position: relative;
  margin-right: 24px;
  padding-right: 24px;
}
.footer .top .lt a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #c4c3c3;
  right: 0;
  top: 3px;
}
.footer .top .lt a:last-child::after {
  content: '';
  position: absolute;
  width: 0px;
}
.footer .top .rt a {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #727272;
  justify-content: center;
  height: 25px;
}
.footer .top .rt a span {
  line-height: 25px;
}
.footer .top .rt a img {
  width: 20px;
  height: 25px;
  margin-left: 27px;
}
.footer .mid {
  margin-top: 23px;
  border-top: 1px solid #f0f0f0;
  padding-top: 45px;
}
.footer .mid .w1720 {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .mid .w1720 .lt {
  display: flex;
}
.footer .mid .w1720 .lt .nav {
  display: flex;
}
.footer .mid .w1720 .lt .nav dl {
  margin-right: 70px;
}
.footer .mid .w1720 .lt .nav dl dt {
  margin-bottom: 30px;
  font-size: 18px;
  color: #2e2e2e;
}
.footer .mid .w1720 .lt .nav dl dd a {
  display: inline-block;
  color: #727272;
  font-size: 16px;
  line-height: 44px;
}
.footer .mid .w1720 .lt .nav dl:last-child {
  margin-right: 0;
}
.footer .mid .w1720 .lt .tel {
  margin-left: 73px;
  padding-left: 65px;
  position: relative;
}
.footer .mid .w1720 .lt .tel .tit {
  font-size: 18px;
  font-weight: bold;
  color: #2e2e2e;
}
.footer .mid .w1720 .lt .tel .num {
  margin: 20px 0 10px;
  font-size: 36px;
  color: #777777;
}
.footer .mid .w1720 .lt .tel .time {
  font-size: 16px;
  color: #777777;
}
.footer .mid .w1720 .lt .tel::before {
  content: '';
  width: 1px;
  height: 130px;
  background-color: #000000;
  opacity: 0.05;
  position: absolute;
  left: 0;
}
.footer .mid .w1720 .rt {
  display: flex;
  text-align: center;
}
.footer .mid .w1720 .rt div img {
  width: 140px;
}
.footer .mid .w1720 .rt div p {
  color: #727272;
  font-size: 14px;
  margin-top: 5px;
}
.footer .mid .w1720 .rt div:first-child {
  margin-right: 20px;
}
.footer .bot {
  max-width: 1720px;
  margin: 60px auto 100px;
  border-top: 1px solid #e4e4e4;
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot .lt {
  font-size: 14px;
  color: #585858;
}
.footer .bot .lt a {
  color: #585858;
}
.footer .bot .rt img {
  width: 104px;
  height: 23px;
}
#rightFixed {
  position: fixed;
  top: 55%;
  height: 200px;
  width: 50px;
  right: 3%;
  z-index: 1000;
}
#rightFixed a {
  display: block;
  margin-bottom: 10px;
}
.service_main {
  margin: 180px auto 0;
  max-width: 1280px;
  border-top: 2px solid #333;
  padding-top: 50px;
}
.service_main h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}
.service_main h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 20px 0;
}
.service_main ul li {
  line-height: 50px;
  font-size: 20px;
  text-indent: 2em;
}
.service_main ul li ul li {
  text-indent: 4em;
}
.service_main .ul li {
  text-indent: 4em;
}
.service_main p {
  line-height: 50px;
  font-size: 20px;
  text-indent: 2em;
}
.service_main .bg {
  font-weight: 900;
  background: #f8f8f8;
}
.service_main table{
	margin: 10px 0;
	text-align: center;
	width: 100%;
	border: 1px #6F6F6F dashed;
	box-sizing: border-box;
}
.service_main table th{
	height: 50px;
	font-size: 14px;
	background: #6F6F6F;
	color: #fff;
	border: 1px #C8C8C8 dashed;
}
.service_main table tr td{
	min-width: 100px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	height: 50px;
	border: 1px #C8C8C8 dashed;
}
.service_main table tr td:first-child{
	color: #000;
	background: #F9F9F9;
}