/* 首页 */
.top {
  height: 140px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.logo {
  width: 108px;
  margin-right: 70px;
}

.menu {
  height: 140px;
  font-size: 26px;
}

.menu li {
  height: 38px;
  line-height: 38px;
  margin-top: 50px;
  margin-right: 40px;
}

.menu li a {
  color: #9c9a9a;
  padding: 0 20px;
}

.menu li a.active {
  color: #9f3eb9;
  border: 1px solid #9f3eb9;
  border-radius: 20px;
}

.banner,
.banner img {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.news,
.video {
  width: 800px;
  margin-top: 50px;
}

.news h1,
.video h1,
.public h1,
.word h1,
.public-news h1 {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
}

.news h1 a i,
.video h1 a i,
.public h1 a i,
.word h1 a i,
.public-news h1 a i {
  font-size: 22px;
  margin-right: 10px;
}

.news h1 a:first-child,
.public h1 a:first-child,
.public-news h1 a:first-child {
  padding-left: 10px;
  position: relative;
  font-size: 20px;
  color: #8d64ad;
  width: 135px;
}

.news h1 a:first-child::before,
.public h1 a:first-child::before,
.public-news h1 a:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 1px;
  border-bottom: 1px solid #8d64ad;
}

.news li {
  background-color: #eaeaea;
  margin-bottom: 12px;
}

.news li img {
  width: 216px;
}

.news li .news-item {
  position: relative;
  padding: 15px 40px;
  width: 580px;
}

.news li .news-item h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.news li .news-item .time {
  position: absolute;
  right: 40px;
  top: 15px;
}

.video {
  width: 325px;
}

.video h1 a:first-child,
.word h1 a:first-child {
  font-size: 20px;
}

.video-switch {
  width: 325px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.video-switch::-webkit-scrollbar {
  display: none;
}

.video-switch .swiper-slide p {
  margin-top: 10px;
}

.video-switch .swiper-pagination-bullets {
  bottom: 38px;
}

.swiper-pagination-bullet {
  width: 34px;
  height: 8px;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}

.pic-swiper .swiper-pagination-bullet {
  background-color: #d3d3d3;
}

.swiper-pagination-bullet-active {
  background-color: #b877c6 !important;
}

.video-item {
  margin-top: -30px;
  padding: 0 10px 3px;
  background-color: #eaeaea;
}

.video-item h2 {
  border-bottom: 1px dashed #cfcfcf;
  height: 38px;
  line-height: 38px;
}

.video-item li,
.public>ul li,
.word>ul li {
  height: 32px;
  line-height: 32px;
}

.video-item li span,
.public>ul li span,
.word>ul li span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #c599e7;
  border-bottom: 6px solid transparent;
  display: inline-block;
  margin-right: 10px;
}

.product {
  margin-top: 80px;
  font-size: 20px;
}

.product h1,
.pic>.pic-box>h1 {
  font-size: 28px;
  margin-bottom: 45px;
}

.product h1 i,
.pic>.pic-box>h1 i {
  font-size: 14px;
  margin-top: 15px;
}

.purple {
  color: #956197;
}

.flex {
  display: flex;
}

.product .swiper-slide ul {
  margin-right: -50px;
}

.product .swiper-slide li {
  float: left;
  width: 380px;
  height: 320px;
  background-color: #e5e5e5;
  margin-right: 29px;
  line-height: 50px;
}

.product .swiper-slide li img {
  width: 378px;
  height: 264px;
}

.product .swiper-button-prev,
.product .swiper-button-next {
  background-color: #ac93c0;
  width: 50px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  background-image: none;
  color: #fff;
}

.intro {
  background: url(../images/index_bg.jpg) no-repeat center top;
  width: 100%;
  margin-top: 140px;
}

.intro>h1 {
  padding: 120px 0 45px;
  font-size: 28px;
  color: #fff;
}

.intro-box {
  width: 1263px;
  border: 1px solid #d0d0d0;
  box-shadow: 5px 5px 20px #e7e7e7;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 0;
}

.public {
  width: 680px;
}

.public img {
  width: 262px;
  height: 173px;
}

.public-header {
  display: inline-block;
  width: 410px;
}

.public-header {
  padding-left: 28px;
}

.public-header h2 {
  margin-bottom: 15px;
  font-size: 16px;
}

.public>ul {
  margin-top: 20px;
}

.word {
  width: 475px;
}

.word-header {
  margin-top: -20px;
  border: 1px solid #cfcfcf;
  border-top: 0;
}

.word-header>div {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
}

.pic {
  margin-top: 100px;
  position: relative;
  height: 1000px;
}

.pic>.pic-box {
  position: relative;
  z-index: 2;
  width: 1230px;
  margin: 0 auto;
  padding-top: 50px;
}

.pic-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 500px solid transparent;
  border-left: 1000px solid #e7e7e7;
  border-bottom: 500px solid transparent;
}

.pic-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 500px solid transparent;
  border-right: 1000px solid #e7e7e7;
  border-bottom: 500px solid transparent;
}

.pic-swiper {
  position: relative;
  width: 1220px;
  box-shadow: 5px 5px 20px #e7e7e7;
  background-color: #fff;
  height: 720px;
  margin-top: 55px;
  overflow: hidden;
  padding: 35px;
}

.pic-s-box {
  overflow: hidden;
}

.pic-s-box ul {
  margin-right: -100px;
}

.pic-s-box li {
  float: left;
  margin: 0 30px 40px 0;
}

.pic-s-box li,
.pic-s-box li img {
  width: 370px;
  height: 290px;
}

.pic-s-box li p {
  margin-top: -60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, .5);
  position: relative;
  color: #fff;
  font-size: 16px;
}

.pic-s-box .swiper-pagination-bullets {
  bottom: 30px;
}

.bottom {
  width: 100%;
  background-color: #ada1b7;
  padding-top: 25px;
}

.bottom>p {
  padding: 100px 0;
  color: #4a3852;
}

.bottom-box {
  background-color: #323133;
}

.contact {
  padding: 60px 30px;
  color: #fff;
  display: flex;
}

.contact h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.hr-line-div {
  height: 150px;
  width: 1px;
  background: radial-gradient(#fff 0%, #323133 50%);
  margin: 0 50px;
}

.bottom-nav {
  width: 300px;
}

.bottom-nav li {
  float: left;
  width: 100px;
  line-height: 2;
}

.bottom-nav li a {
  color: #fff;
}

/* 企业荣誉 */
.honor {
  padding-bottom: 100px;
}

.honor h1 {
  position: relative;
  font-size: 30px;
  margin-top: 50px;
  line-height: 60px;
  padding-left: 10px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 65px;
}

.honor h1 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 135px;
  border-bottom: 1px solid #956197;
}

.honor li {
  position: relative;
}

.honor li:last-child {
  padding-bottom: 100px;
}

.honor li::before {
  content: "";
  position: absolute;
  left: 550px;
  width: 1px;
  height: 100%;
  background-color: #b35edb;
}

.honor-list {
  position: relative;
  justify-content: space-around;
  align-items: center;
  width: 550px;
  padding-top: 65px;
}

.honor-list .dot {
  position: absolute;
  right: -9px;
  top: 50px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #b35edb;
  border-radius: 50%;
}

.honor-list .list-item {
  font-size: 24px;
}

.honor-list .list-item h2 {
  margin-top: 70px;
  font-size: 28px;
}


.list-item img {
  height: 290px;
}

.honor-list .icon {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #b35edb;
}

.honor-list .icon span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
  margin: 10px 0 0 7px;
}

.honor-list+.honor-list .icon span {
  border-left: 20px solid #fff;
  border-right: 0;
  margin: 10px 0 0 14px;
}

/* 企业资讯 */

.search {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  height: 44px;
  width: 100%;
  padding: 0 10px;
}

.search+.icon-sousuo {
  margin-left: -30px;
  cursor: pointer;
}

.news-fr {
  min-height: 500px;
}

.video-news .forYou {
  font-size: 16px;
}

.video-news .forYou span {
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #c599e7 transparent transparent;
  display: inline-block;
  margin: 0 10px;
}

.video-news .forYou i {
  font-size: 14px;
}

.video-news .forYou+ul li {
  border-bottom: 1px dotted #cfcfcf;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
}

.pageNum {
  padding: 100px 0;
}

.pageNum li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #8d8d8d;
  margin: 0 10px;
}

.pageNum li.active {
  background-color: #a572b6;
  border: 1px solid #a572b6;
}

.pageNum li.disabled a {
  cursor: not-allowed;
}

.pageNum li.active a {
  color: #fff;
}

/* 产品中心 */

.product-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product-intro>.content {
  padding-bottom: 50px;
}

.product-intro>.content h1 {
  margin: 60px 0;
  font-size: 28px;
}

.product-intro>.content h1 span {
  display: inline-block;
  width: 190px;
  position: relative;
}

.product-intro>.content h1 span::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -13px;
  left: 0;
  width: 180px;
  height: 1px;
  border-bottom: 1px solid #d1d1d1;
}

.product-intro>.content h1 span i {
  position: absolute;
  right: 0;
  top: -18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 50%;
}

.product-intro>.content h1 span:last-child i {
  left: 0;
  right: auto;
}

.product-intro>.content h1 a {
  display: inline-block;
  width: 800px;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #e5e5e5;
  margin-left: 4px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  opacity: 1;
  margin-bottom: 4px;
  border-radius: 50%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fe0300;
}


.product-intro .swiper-slide {
  box-shadow: 5px 5px 20px #e7e7e7;
  background-color: #fff;
  padding: 20px 10px;
  line-height: 2;
}

.product-intro .swiper-slide h2,
.product-intro .swiper-slide h4 {
  font-size: 34px;
}

.product-intro .swiper-slide h3,
.product-intro .swiper-slide h5 {
  display: inline-block;
  border-top: 2px solid #9d9d9d;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 3px;
}

.product-intro .swiper-slide h5 {
  font-size: 26px;
}

.product-intro .swiper-slide img {
  width: 100%;
}

.product-intro .swiper-slide .know {
  font-size: 18px;
  padding: 0 10px;
  border-radius: 35px;
  border: 1px solid #9d9d9d;
  cursor: pointer;
  margin-right: 20px;
}

.product-intro .swiper-slide-active a:after {
  background: none;
}

.product-intro .swiper-pagination2 {
  position: relative;
  margin: 30px 0;
}


/* 社会责任 */
.public-news ul {
  margin-right: -50px;
}

.public-news ul li {
  width: 590px;
  background-color: #f5f5f5;
  float: left;
  margin-right: 18px;
  margin-bottom: 35px;
}

.public-news ul li a>div:first-child img {
  width: 230px;
  height: 170px;
}

.public-news ul li a>div:last-child {
  padding: 18px;
  color: #adadad;
  width: 355px;
}

.public-news ul li a>div:last-child h2 {
  font-size: 18px;
  color: #000;
}

.public-news ul li a>div:last-child h2+p {
  border-bottom: 1px solid #adadad;
  line-height: 2;
}

/* app下载 */
.app {
  height: 110px;
  line-height: 110px;
}

.product-banner .swiper-pagination span {
  text-indent: -9999px;
}

.product-banner .swiper-pagination2 {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 110px;
}

.product-banner .swiper-pagination2 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin-right: 20px;
  font-size: 20px;
  color: #000;
}

.product-banner .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #b877c6;
}

.app-tab {
  height: 120px;
  width: 100%;
  background-color: #9f50c5;
}

.app-tab .content li {
  background-color: #fff;
  border-radius: 30px;
  float: left;
  font-size: 20px;
  padding: 5px 12px;
  margin: 15px 17px 0 0;
  cursor: pointer;
}

.app-tab .content li.active {
  background-color: #d5d8d9;
}

.app-show {
  display: none;
}

.on {
  display: block;
}