* {
  margin: 0;
  padding: 0;
}
body,
html {
  max-width: 1920px;
  min-width: 1800px;
}
img {
  max-width: 100%;
  display: block;
}
.box12 {
  width: 1200px;
  margin: 0 auto;
}
.head {
  background-color: #fef4f5;
}
.nav {
  background: #dc818a;
  height: 44px;
}
.nav .list {
  display: flex;
  align-items: center;
}
.nav .list .item > a {
  line-height: 44px;
  padding: 2px 30px;
  min-width: 110px;
  max-width: 180px;
  white-space: normal;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
}
.nav .list .item:hover,
.nav .list .item.active {
  background-color: #c86d76;
}
.content01,
.content02,
.content03 {
  background-color: #fecd56;
  position: relative;
}
.content02 .box12 {
  position: relative;
}
.content02 .box12 video {
  position: absolute;
  left: 0;
  width: 800px;
  top: 0;
}
.index-product {
  border-top: 2px solid #dc818a;
  padding-bottom: 100px;
}
.index-product h2 {
  color: #dc818a;
  border: 1px solid #dbe3ef;
  line-height: 55px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: normal;
}
.index-product .list {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid #dbe3ef;
  border-top: none;
}
.index-product .list li {
  width: 25%;
  text-align: center;
  list-style: none;
  border: 0.5px solid #dbe3ef;
  box-sizing: border-box;
  padding: 18px 15px;
}
.index-product .list li a {
  text-decoration: none;
}
.index-product .list li img {
  max-width: 160px;
  margin: 0 auto 10px;
}
.index-product .list li p {
  font-size: 14px;
}
.index-content {
  padding-bottom: 45px;
}
.index-content h2 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe3ef;
  color: #dc818a;
  font-weight: normal;
  margin-bottom: 45px;
}
.index-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.index-content .list li {
  width: 320px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.index-content .list li .clo {
  border: 1px solid #dae2ed;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-image: url(../img/xbbg.png);
}
.index-content .list li .txt {
  width: 243px;
  margin-left: 10px;
}
.index-content .list li h4 {
  color: #333;
  font-size: 14px;
}
.index-content .list li p {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
}
.foot {
  background-color: #f5f5f5;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.foot img {
  width: 20px;
}
.left-nav {
  background: #fff;
  width: 220px;
  border: 1px solid #dbe3ef;
  border-top: 2px solid #dc818a;
}
.left-nav h2 {
  line-height: 30px;
  padding: 12px 20px;
  border-bottom: 1px solid #dbe3ef;
  font-size: 18px;
  color: #dc818a;
  font-weight: normal;
}
.left-nav .s-nav {
  padding: 12px 0;
}
.left-nav .s-nav a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  padding: 0 20px;
}
.left-nav .s-nav a:hover,
.left-nav .s-nav a.on {
  background-color: #f3f2f7;
}
.right-content {
  width: 960px;
  box-sizing: border-box;
}
.right-content .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.right-content .list a {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  padding: 10px 7px;
  box-sizing: content-box;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-decoration: none;
}
.right-content .list a:nth-of-type(4n) {
  margin-right: 0;
}
.right-content .list a p {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 0 15px;
}
.plist {
  background-color: #f5f5f5;
  padding: 20px 0 60px;
}
.plist .box12 {
  display: flex;
  justify-content: space-between;
}
.page {
  display: flex;
}
.page a {
  height: 28px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-color: #d8d8d8;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  margin-right: 4px;
}
.page a.active {
  border-color: #ff6a00;
  background: #ff6a00;
  color: #fff;
}
.detail-box {
  padding: 50px 0;
}
.detail-box .box12 {
  display: inherit;
  width: auto;
}
.detail-box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.detail-box .left {
  width: 400px;
}
.detail-box .right {
  width: 100%;
  margin-bottom: 25px;
}
.detail-box .right h2 {
  font-size: 24px;
}
.detail-box .bottom .aaa {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  margin-bottom: 15px;
}
.detail-box .bottom .aaa > h3 {
  border-radius: 8px 8px  0 0 ;
  font-size: 14px;
  display: inline-block;
  background: rgba(200, 200, 200, 0.5);
  padding: 15px;
}
.detail-box .bottom .content {
  clear: both;
}
