a:hover {
  color: #943268;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
#link_menu li.on,
.yq_lis .hd li.on {
  border-bottom: 2px solid #943268;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.head {
  height: 80px;
  padding: 10px 0;
}
.head .flex {
  height: 80px;
  align-items: center;
}
.head .logo {
  width: 220px;
  height: 60px;
}
.head .search {
  text-align: center;
  overflow: hidden;
}
.head .search .rli {
  background: url(../img/rl.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 65px;
  text-align: center;
}
.head .search .rli span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.head .search .rli i {
  color: #943268;
  font-size: 12px;
  font-weight: 700;
}
.head .search .xian {
  background-color: #ccc;
  height: 70%;
  width: 1px;
  margin: 0 20px;
}
.head .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 40px;
  overflow: hidden;
  border: 1px solid #b6c2d2;
  box-sizing: border-box;
  border-radius: 20px;
}
.head .search form input {
  width: 135px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
  height: 40px;
}
.head .search form button {
  height: 40px;
  width: 50px;
  background: url(../img/search.png) no-repeat center;
  background-size: 100% 100%;
}
.nav {
  background-color: #943268;
  border-bottom: #e6ddc7 1px solid;
  height: 55px;
  line-height: 55px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  height: 55px;
  text-align: center;
  flex: 1;
  position: relative;
}
.nav ul li a {
  color: #fff;
}
.nav ul li::before {
  content: '|';
  position: absolute;
  right: 0;
  color: #ccc;
  font-size: 15px;
}
.nav ul li:last-of-type::before {
  content: none;
}
.big {
  height: 75px;
}
.big a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.big a span {
  font-size: 52px;
  font-weight: 700;
  flex: 1;
  overflow: hidden;
}
.big a i {
  margin-left: 10px;
  height: 54px;
  width: 28px;
  background: #943268;
  color: #fff;
  font-size: 19px;
  text-align: center;
  writing-mode: vertical-rl;
  font-weight: 700;
}
#swiper-1 {
  width: 780px;
  height: 450px;
  padding-bottom: 30px;
  margin: 0;
}
#swiper-1 .swiper-slide span {
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-pagination {
  left: -20px;
  bottom: 0;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #bdbdbd;
  opacity: 1;
  width: 30px;
  height: 6px;
  border-radius: 0;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #943268;
}
#swiper-1 .swiper-button-white {
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 112px;
  top: 40%;
}
#swiper-1 .swiper-button-white:hover {
  background-color: #943268;
}
#swiper-1 .swiper-button-prev {
  left: 0;
}
#swiper-1 .swiper-button-next {
  right: 0;
}
.list-1 ul li {
  white-space: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-1 ul li span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../img/list-1.png) no-repeat center left;
}
.list-1 ul li h2 {
  min-height: 45px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.list-2 ul li {
  height: 34px;
  line-height: 34px;
  position: relative;
  padding-left: 20px;
}
.list-2 ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-2 ul li:hover:before {
  background-color: #943268;
}
.list-2 ul li a {
  font-size: 16px;
}
.img-fouce {
  height: 220px;
}
.img-fouce .tit {
  width: 70px;
  background-color: #943268;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-fouce .tit a {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 35px;
  letter-spacing: 6px;
}
.img-fouce .three-fouce {
  background-color: #f5f5f5;
  flex: 1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.img-fouce .three-fouce #swiper-2 {
  width: 840px;
}
.img-fouce .three-fouce #swiper-2 .swiper-slide img {
  height: 120px;
}
.img-fouce .three-fouce #swiper-2 .swiper-slide span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
}
.img-fouce .three-fouce #swiper-2 .swiper-slide h2 {
  color: #666;
  font-size: 14px;
}
.img-fouce .three-fouce .swiper-button-prev {
  left: 30px;
}
.img-fouce .three-fouce .swiper-button-next {
  right: 30px;
}
.tit-1 {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.tit-1 span {
  color: #943268;
  float: left;
  border-top: 1px solid #943268;
  padding: 0 10px;
  padding-top: 1px;
  font-weight: 700;
  margin-top: -1px;
}
.img-box {
  position: relative;
  height: 294px;
}
.list-3 ul li {
  white-space: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-3 ul li span {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}
.list-3 ul li span:before {
  content: '最新';
  background-color: #943268;
  width: 34px;
  text-align: center;
  height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-3 ul li h2 {
  min-height: 48px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.tit-2 {
  background: url(../img/tit-2.png) no-repeat center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.tit-2 span {
  font-size: 20px;
}
.tit-2 i {
  font-size: 12px;
  color: #8d8d8d;
}
.two-img {
  height: 120px;
}
.two-img a {
  width: 48%;
  position: relative;
}
.two-img a span {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.list-4 ul li {
  height: 26px;
  line-height: 26px;
}
.list-4 ul li a {
  font-size: 14px;
}
.left-img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.left-img a img {
  width: 140px;
  height: 90px;
  margin-right: 10px;
}
.left-img a .txt {
  flex: 1;
  overflow: hidden;
}
.left-img a .txt span {
  font-size: 18px;
}
.left-img a .txt h2 {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.tit-5 {
  height: 20px;
  line-height: 20px;
}
.tit-5 span {
  font-size: 20px;
  padding-left: 10px;
  border-left: 3px solid #943268;
}
.tit-5 i {
  font-size: 12px;
}
.list-5 ul li {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
}
.list-5 ul li a {
  font-size: 14px;
}
.list-5 ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #943268;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-big-box > a {
  position: relative;
  margin-right: 20px;
}
.left-big-box > a img {
  width: 200px;
  height: 150px;
}
.left-big-box .list-5 {
  flex: 1;
  overflow: hidden;
}
.left-big-box .list-5 ul li:first-of-type {
  padding-left: 0;
  height: 40px;
  line-height: 40px;
}
.left-big-box .list-5 ul li:first-of-type::before {
  content: none;
}
.left-big-box .list-5 ul li:first-of-type a {
  color: #943268;
  font-size: 18px;
}
.img-box-2 {
  position: relative;
  height: 180px;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  line-height: 35px;
  height: 35px;
  color: #515151;
  position: relative;
}
.top-list ul li a {
  font-size: 16px;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #943268;
}
.crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.crumbs a,
.crumbs i {
  font-size: 15px;
  margin-right: 5px;
}
.list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #943268;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.list-list ul li .flex {
  align-items: center;
}
.list-list ul li span {
  font-size: 20px;
  width: 80%;
}
.list-list ul li i {
  font-size: 14px;
  color: #999;
}
.list-list ul li img {
  width: 180px;
  height: 130px;
  margin-right: 10px;
}
.list-list ul li h3 {
  min-height: 48px;
  overflow: hidden;
  flex: 1;
  color: #666;
  font-size: 16px;
}
.paging {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  background-color: #c9c9c9;
  color: #fff;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  background-color: #943268;
}
.pian {
  align-items: center;
}
.pian #share .social-share-icon {
  border-radius: 10px;
}
.pian span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  background-color: #943268;
  color: #fff;
}
.con-tit {
  padding: 0 30px;
}
.con-tit h4 {
  font-size: 28px;
  font-weight: 400;
}
.con-info {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.con-info i {
  margin-right: 20px;
  font-size: 14px;
}
.con-txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.con-txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  margin: 30px 0;
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.no-border ul li:last-of-type {
  border: none;
}
.right-list {
  width: 380px;
}
.box-1 {
  width: 400px;
}
.box-2 {
  width: 350px;
}
.box-3 {
  width: 470px;
}
.box-4 {
  width: 354px;
}
.box-5 {
  width: 340px;
}
.box-3,
.box-4,
.box-5 {
  padding: 15px;
  border: 1px solid #e4e2e2;
  box-sizing: border-box;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
