/*轮播*/
.banner {
  width: 100%;
  height: 543px;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bf0916;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #680a0e;
  border: 2px solid #0f0a05;
  border-radius: 0;
  position: relative;
  top: 2px;
}
.banner .swiper-pagination-bullet-active:after {
  content: "";
  border: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ce0917;
  position: absolute;
  top: -3px;
  left: -3px;
}
/**/
.Title {
  padding-top: 43px;
}
.content {
  width: 100%;
  margin: 0 auto;
  /*轮播*/
}
.content > .Title {
  text-align: center;
  padding-bottom: 26px;
}
.content > .Title h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 60px;
  display: inline-block;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.content > .Title h1:after {
  position: absolute;
  bottom: -2px;
  left: 38px;
  content: "";
  width: 38px;
  height: 3px;
  display: inline-block;
  background-color: #ce0917;
}
.content > .contentOne {
  width: 1200px;
  height: 357px;
  margin: 0 auto;
}
.content > .contentOne:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.content > .contentOne > .OneLeft {
  width: 45%;
  float: left;
  text-align: right;
  position: relative;
}
.content > .contentOne > .OneLeft img {
  width: 474px;
  height: 344px;
}
.content > .contentOne > .OneLeft:after {
  position: absolute;
  top: 15px;
  content: "";
  display: inline-block;
  width: 474px;
  height: 344px;
  background-color: #ce0917;
  left: 50px;
  z-index: -666;
}
.content > .contentOne > .OneRight {
  width: 51.66666667%;
  float: right;
}
.content > .contentOne > .OneRight h3 {
  font-size: 20px;
  color: #232323;
  padding-top: 40px;
  padding-bottom: 22px;
}
.content > .contentOne > .OneRight p {
  font-size: 16px;
  line-height: 26px;
  color: #585858;
  margin-bottom: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.content > .contentOne > .OneRight a {
  width: 136px;
  height: 31px;
  font-size: 13.45px;
  line-height: 31px;
  border: 1px solid #d1323c;
  display: inline-block;
  color: #c9242c;
  text-align: center;
}
.content > .contentOne > .OneRight a span {
  font-size: 13.45px;
}
.content > .contentOne > .OneRight a:hover {
  transition: all 0.7s;
  border: 1px solid #ce0917;
  background-color: #ce0917;
  color: #fff;
}
.content > .contentTwo {
  width: 1200px;
  margin: 0 auto;
}
.content > .contentTwo > .TwoTap {
  width: 1125px;
  margin: 0 auto;
  height: 32px;
  padding-bottom: 5px;
  margin-left: 26px;
}
.content > .contentTwo > .TwoTap:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.content > .contentTwo > .TwoTap ul {
  text-align: center;
}
.content > .contentTwo > .TwoTap ul li {
  width: 12.5%;
  float: left;
}
.content > .contentTwo > .TwoTap ul li a {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  color: #787878;
}
.content > .contentTwo > .TwoTap ul > .LiColor a {
  border: 1px solid #ce0917;
  color: #ce0917;
}
.content > .contentTwo > .TwoTapContent {
  display: none;
  width: 1130px;
  margin: 0 auto;
  margin-left: 26px;
}
.content > .contentTwo > .TwoTapContent:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.content > .contentTwo > .TwoTapContent > ul {
  text-align: center;
}
.content > .contentTwo > .TwoTapContent > ul > li {
  width: 348px;
  height: 348px;
  float: left;
  padding-left: 27px;
  padding-top: 25px;
}
.content > .contentTwo > .TwoTapContent > ul > li a > .Two1 {
  width: 348px;
  height: 268px;
  position: relative;
}
.content > .contentTwo > .TwoTapContent > ul > li a > .Two1:after {
  content: "";
  display: block;
  width: 338px;
  height: 238px;
  border: 10px solid #e1e1e1;
  position: absolute;
  top: 0;
}
.content > .contentTwo > .TwoTapContent > ul > li a:hover > .Two1 img {
  padding-top: 15px;
  transform: scale(1.2);
}
.content > .contentTwo > .TwoTapContent > ul > li a:hover > .Two1:after {
  transition: all 0.7s;
  width: 338px;
  height: 328px;
  border: 10px solid #ce0917;
}
.content > .contentTwo > .TwoTapContent > ul > li a > .Two2 {
  text-align: center;
  font-size: 18px;
}
.content > .contentTwo > .TwoTapContent > ul > li a > .Two2 h4 {
  color: #ce0917;
}
.content > .contentTwo > .TwoTapContent > ul > li a > .Two2 p {
  color: #787878;
}
.content > .contentThree {
  width: 100%;
  height: 618px;
  background-image: url(../img/ThreeBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.content > .contentThree:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(17, 17, 17, 0.7);
  position: absolute;
  top: 0;
}
.content > .contentThree .Three {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.content > .contentThree .Three > .Title {
  text-align: center;
  padding-bottom: 26px;
}
.content > .contentThree .Three > .Title h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 60px;
  display: inline-block;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  color: #ffffff;
}
.content > .contentThree .Three > .Title h1:after {
  position: absolute;
  bottom: -2px;
  left: 38px;
  content: "";
  width: 38px;
  height: 3px;
  display: inline-block;
  background-color: #ce0917;
}
.content > .contentThree .Three .ThreeContent {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 666;
}
.content > .contentThree .Three .ThreeContent .Sic-container {
  /*margin-left: 52px;*/
  /*margin-left: -5px;*/
}
.content > .contentThree .Three .Sci {
  width: auto;
  margin-left: 0px;
}
.content > .contentThree .Three .Sci > .slideD {
  /*width: 290px;*/
  width: 100%;
  height: 450px;
  float: left;
  /*margin-left: 24px;*/
}
.content > .contentThree .Three .Sci > .slideD > .slide1 {
  width: 100%;
  height: 368px;
  position: relative;
  overflow: hidden;
  /*鼠标移入后蒙版出现*/
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .top img {
  position: absolute;
  top: 0;
  z-index: -6;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .top div {
  text-align: center;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .top div h3 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .top div li {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 10px;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  background-color: rgba(225, 26, 40, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban div {
  text-align: center;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban div h3 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban div li {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 10px;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban div p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.content > .contentThree .Three .Sci > .slideD > .slide1 > .mengban:after {
  content: "";
  width: 244px;
  height: 324px;
  display: block;
  border: 1px solid #ffffff;
  position: absolute;
  top: 20px;
}
.content > .contentThree .Three .Sci > .slideD > .slide1:hover > .mengban {
  transition: all 1s;
  top: 0;
}
.content > .contentThree .Three .Sci > .slideD > .slide1:hover > .top div {
  display: none;
}
.content > .contentThree .Three .Sci > .slideD > .slide1:hover + h4:after {
  transition: all 1s;
  background-color: #ce0917;
  width: 100%;
}
.content > .contentThree .Three .Sci > .slideD h4 {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
  position: relative;
  font-weight: normal;
}
.content > .contentThree .Three .Sci > .slideD h4:after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #ffffff;
  display: block;
}
.content .swiper-button-next2,
.content .swiper-button-prev2 {
  outline: none;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 0, 0, 0.5);
  cursor: pointer;
  left: 0;
}
.content .swiper-button-next2:after,
.content .swiper-button-prev2:after {
  content: "";
  background-image: url(../img/ThreeLeft.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 20px;
}
.content .swiper-button-next2 {
  /*left: 7px;*/
  left: -50px;
  top: 42%;
}
.content .swiper-button-next2:after {
  background-image: url(../img/ThreeRight.png);
}
.content .swiper-button-prev2 {
  left: -60px;
  top: 30%;
}
.content .swiper-button-next2:hover,
.content .swiper-button-prev2:hover {
  background-color: #ce0917;
}
.content > .contentFour {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 37px;
}
.content > .contentFour:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.content > .contentFour:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.content > .contentFour > .Four1 {
  height: 310px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.content > .contentFour > .Four1 > li {
  width: 50%;
  float: left;
}
.content > .contentFour > .Four1 > li > h4 {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 12px;
  color: #282828;
  line-height: 20px;
  position: relative;
}
.content > .contentFour > .Four1 > li > h4:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 0px;
  border-bottom: 2px solid #ce0917;
  position: absolute;
  bottom: 24px;
  left: 0;
}
.content > .contentFour > .Four1 > li > h2 {
  color: #232323;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 14px;
}
.content > .contentFour > .Four1 > li > p {
  color: #585858;
  line-height: 26px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.content > .contentFour > .Four1 > li > a {
  margin-top: 37px;
  color: #ce0917;
  display: inline-block;
  width: 125px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ce0917;
  text-align: center;
  font-size: 13.45px;
}
.content > .contentFour > .Four1 > li > a:hover {
  transition: all 0.7s;
  border: 1px solid #ce0917;
  background-color: #ce0917;
  color: #fff;
}
.content > .contentFour > .Four1 li:nth-child(2) {
  width: 47%;
  padding-left: 27px;
}
.content > .contentFour > .Four2 {
  width: 100%;
  padding-top: 22px;
}
.content > .contentFour > .Four2 ul li {
  width: 385px;
  height: 188px;
  float: left;
  background-color: #e1e1e1;
}
.content > .contentFour > .Four2 ul li .Four2Content {
  width: 288px;
  margin: 0 auto;
}
.content > .contentFour > .Four2 ul li .Four2Content h4 {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #282828;
  font-size: 12px;
  position: relative;
}
.content > .contentFour > .Four2 ul li .Four2Content h4:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 0px;
  border-bottom: 2px solid #ce0917;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.content > .contentFour > .Four2 ul li .Four2Content h2 {
  font-size: 16px;
  color: #232323;
}
.content > .contentFour > .Four2 ul li .Four2Content p {
  color: #585858;
  font-size: 12px;
}
.content > .contentFour > .Four2 ul li:nth-child(even) {
  margin-left: 22px;
  margin-right: 22px;
  background-image: url(../img/Four2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban {
  width: 100%;
  height: 100%;
  background: rgba(206, 9, 23, 0.5);
  margin: 0 auto;
  position: relative;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban:after {
  content: "";
  width: 364px;
  height: 167px;
  display: block;
  border: 2px solid #ffffff;
  position: absolute;
  left: 9px;
  top: 8px;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban > div {
  width: 288px;
  margin: 0 auto;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban h4 {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 12px;
  position: relative;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban h4:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 0px;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban h2 {
  font-size: 16px;
  color: #ffffff;
}
.content > .contentFour > .Four2 ul li:nth-child(even) .mengban p {
  color: #ffffff;
  font-size: 12px;
}
/*内页1，产品列表页面*/
.listOverflow {
  width: 100%;
  overflow: hidden;
  z-index: 55;
  position: relative;
  top: -70px;
}
.list-banner {
  width: 1195px;
  margin: auto;
  position: relative;
}
.list-banner .swiper-button-next2,
.list-banner .swiper-button-prev2 {
  outline: none;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 0, 0, 0.5);
  cursor: pointer;
  left: 0;
}
.list-banner .swiper-button-next2:after,
.list-banner .swiper-button-prev2:after {
  content: "";
  background-image: url(../img/ThreeLeft.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 20px;
}
.list-banner .swiper-button-next2 {
  left: 7px;
  top: 67%;
}
.list-banner .swiper-button-next2:after {
  background-image: url(../img/ThreeRight.png);
}
.list-banner .swiper-button-prev2 {
  top: 44%;
}
.list-banner .swiper-button-next2:hover,
.list-banner .swiper-button-prev2:hover {
  background-color: #ce0917;
  box-shadow: 0px 0px 13px #4b4949;
}
.list-banner .swiper-slide-active .color {
  color: #ce0917;
}
.list-containerBg {
  width: 1480px;
  background-color: #f8f8f8;
}
.list-container {
  width: 1480px;
  background-color: #f8f8f8;
  margin-left: 70px;
  padding-left: 40px;
  height: 245px;
  position: relative;
}
.list-container:after {
  content: "";
  width: 99.8%;
  height: 99%;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 9px #b3b3b3;
  left: 1px;
  top: -2px;
}
.list-slide {
  width: 155px;
}
.list-slide a {
  width: 155px;
  padding-top: 22px;
  display: inline-block;
  text-align: center;
}
.list-slide a .img {
  width: 100%;
  height: 152px;
  background-color: #fff;
  border-radius: 150px;
  position: relative;
  box-shadow: 1px 6px 8px #cac8c8;
}
.list-slide a .img img {
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-slide a li {
  padding-top: 15px;
  font-size: 19.8px;
  color: #343434;
}
.list-content {
  width: 1195px;
  margin: auto;
  display: none;
}
.lc-module-one {
  margin-top: 35px;
  width: 100%;
}
.lc-module-one:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.lc-module-one .left {
  width: 575px;
  border: 7px solid #f1f1f1;
  float: left;
}
.lc-module-one .left > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lc-module-one .left > a:after {
  transition: all 0.4s;
  opacity: 0;
  content: "";
  width: 99%;
  height: 99%;
  border: 15px solid #ce0917;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 15px #b3b3b3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lc-module-one .left > a .img {
  text-align: center;
  padding: 40px 0 24px;
}
.lc-module-one .left > a p {
  padding-bottom: 37px;
  font-size: 18px;
  color: #333333;
}
.lc-module-one .left > a:hover:after {
  opacity: 1;
}
.lc-module-one .left > a:hover p {
  font-size: 18px;
  color: #ce0917;
}
.lc-module-one .right {
  width: 600px;
  float: left;
  margin-left: 6px;
}
.lc-module-one .right > a {
  margin-left: 11px;
  margin-top: 10px;
  border: 7px solid #f1f1f1;
  float: left;
  width: 275px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lc-module-one .right > a:after {
  transition: all 0.4s;
  opacity: 0;
  content: "";
  width: 99%;
  height: 99%;
  border: 10px solid #ce0917;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 15px #b3b3b3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lc-module-one .right > a .img {
  height: 220px;
  text-align: center;
}
.lc-module-one .right > a .img img {
  height: 100%;
}
.lc-module-one .right > a p {
  padding: 10px 0 10px;
  font-size: 15.73px;
  color: #333333;
}
.lc-module-one .right > a:hover:after {
  opacity: 1;
}
.lc-module-one .right > a:hover p {
  font-size: 15.73px;
  color: #ce0917;
}
.lc-module-one .right > a:nth-child(1) {
  margin-top: 0;
}
.lc-module-one .right > a:nth-child(2) {
  margin-top: 0;
}
.lc-module-two {
  margin-top: 10px;
}
.lc-module-two:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.lc-module-two div:nth-child(2) {
  margin-left: 19px;
}
.lc-module-two .left {
  width: 370px;
  border: 7px solid #f1f1f1;
  float: left;
}
.lc-module-two .left > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lc-module-two .left > a:after {
  transition: all 0.4s;
  opacity: 0;
  content: "";
  width: 99%;
  height: 99%;
  border: 10px solid #ce0917;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 15px #b3b3b3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lc-module-two .left > a .img {
  text-align: center;
  padding: 27px 0 11px;
}
.lc-module-two .left > a p {
  padding-bottom: 26px;
  font-size: 15.73px;
  color: #333333;
}
.lc-module-two .left > a:hover:after {
  opacity: 1;
}
.lc-module-two .left > a:hover p {
  font-size: 15.73px;
  color: #ce0917;
}
.lc-module-two .right {
  width: 778px;
  border: 7px solid #f1f1f1;
  float: left;
}
.lc-module-two .right > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.lc-module-two .right > a:after {
  transition: all 0.4s;
  opacity: 0;
  content: "";
  width: 99%;
  height: 99%;
  border: 10px solid #ce0917;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 15px #b3b3b3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lc-module-two .right > a .img {
  text-align: center;
  padding: 50px 0 40px;
}
.lc-module-two .right > a p {
  padding-bottom: 31px;
  font-size: 18px;
  color: #333333;
}
.lc-module-two .right > a:hover:after {
  opacity: 1;
}
.lc-module-two .right > a:hover p {
  color: #ce0917;
}
.paging {
  width: auto;
  display: table;
  margin: auto;
  padding: 45px 0 35px;
}
.paging:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.paging:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.paging li {
  float: left;
  margin-left: 7px;
}
.paging li a {
  display: inline-block;
  padding: 9px 15px 9px 15px;
  text-align: center;
  border: 1px solid #eeeeee;
  color: #333;
  transition: all 0.4s;
}
.paging .LiBg a {
  background: #cd0413;
  color: #fff;
  border: 0;
}
.paging li:hover a {
  background: #cd0413;
  color: #fff;
  border: 0;
}
.paging li:nth-child(1) {
  margin-left: 0;
}
/*内页2，产品详情页面*/
.banner2 {
  width: 1195px;
  margin: auto;
  padding-bottom: 44px;
  position: relative;
}
.banner2 .swiper-button-next2,
.banner2 .swiper-button-prev2 {
  outline: none;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 0, 0, 0.5);
  cursor: pointer;
}
.banner2 .swiper-button-next2:after,
.banner2 .swiper-button-prev2:after {
  content: "";
  background-image: url(../img/ThreeLeft.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 20px;
}
.banner2 .swiper-button-next2 {
  right: 0;
}
.banner2 .swiper-button-next2:after {
  background-image: url(../img/ThreeRight.png);
}
.banner2 .swiper-button-prev2 {
  left: -14px;
}
.banner2 .swiper-button-next2:hover,
.banner2 .swiper-button-prev2:hover {
  background-color: #ce0917;
  box-shadow: 0px 0px 13px #4b4949;
}
.banner2 .swiper-slide-active .color {
  color: #ce0917;
}
.details-container {
  padding-bottom: 28px;
}
.details-container .swiper-slide-active a {
  border: 13px solid red;
}
.details-title {
  padding: 30px 0 25px;
  text-align: center;
}
.details-title h1 {
  color: #333333;
  font-size: 24px;
}
.details-title p {
  font-size: 16px;
  line-height: 27px;
  color: #585858;
}
.details-slider {
  width: 384px;
  height: 390px;
}
.details-slider a {
  transition: all 0.3s;
  display: inline-block;
  width: 93%;
  height: 93%;
  border: 7px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.details-slider a .img {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details-slider a .img img {
  height: 100%;
}
.details-content {
  width: 1195px;
  margin: auto;
  margin-bottom: 40px;
  padding: 25px 0 25px;
  background-image: url(../img/details01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.details-content .Dc {
  width: 1150px;
  padding: 55px 0 71px;
  margin: auto;
  background: rgba(240, 239, 241, 0.9);
}
.details-content .Dc:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.details-content .left {
  float: left;
  width: 724px;
  padding-left: 56px;
}
.details-content .right {
  width: 360px;
  float: left;
}
.details-content h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.details-content h3 span {
  position: relative;
  z-index: 1;
}
.details-content h3 span:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 12px;
  background: #ce0917;
  position: absolute;
  right: -16px;
  bottom: -2px;
  z-index: -1;
}
.details-content p {
  line-height: 32px;
  font-size: 16px;
  color: #585858;
  padding-left: 25px;
  position: relative;
}
.details-content p:after {
  content: "";
  width: 17px;
  height: 11px;
  background-image: url(../img/detailsIcon.png);
  position: absolute;
  left: 0;
  top: 11px;
}
