@charset "UTF-8";

body {
  overflow-x: hidden;
}

.loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 100vh;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: linear-gradient(180deg, rgba(34, 86, 115, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 83%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .tx {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  z-index: 1;
}

.banner .tx h3 {
  font-family: sys;
  font-size: .3rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.27rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {

  width: 0.51rem;
  height: 0.35rem;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li.slick-active::after {

  position: absolute;
  top: 50%;

  width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active::after {}

.banner .slick-dots li button {
  display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  
}

.banner .slick-next {
  right: 0.4rem;
  
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  color: #1e3257;
  position: relative;
  z-index: 1;
}

.tit-c h3 span {
  font-weight: bold;
  color: #ba6042;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  right: -0.33rem;
  width: 0.33rem;
  height: 0.38rem;
  background: url(../images/tit-zs.png) no-repeat;
  background-size: 100% 100%;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #666;
  border-radius: 0.2rem;
  border: solid 1px #e1ccba;
  transition: all 0.5s;
}

.more a i {
  display: inline-block;
  vertical-align: -0.03rem;
  margin-left: 0.05rem;
  width: 0.17rem;
  height: 0.2rem;
  background-image: url(../images/more1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.more a:hover {
  color: #095885;
  background: #ba6042;
  border-color: #ba6042;
  color: #fff;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 span {
  color: #fff;
}

.title.white .more a {
  color: #fff;
}

/*主体*/
/* section1 */
.section1 {
  padding: 1.05rem 0;
  background: url(../images/section1-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section1 .qh-tit {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.section1 .qh-tit .k {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #e1ccba;
}

.section1 .qh-tit .k ul {
  display: flex;
  align-items: center;
}

.section1 .qh-tit li {
  font-family: sys;
  font-size: 0.28rem;
  font-weight: bold;
  color: #84a2b3;
  line-height: 0.38rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
}

.section1 .qh-tit li.on {
  font-size: 0.38rem;
  color: #142a51;
}

.section1 .qh-tit li.on span {
  color: #ba6042;
}

.section1 .qh-tit li+li {
  margin-left: 0.7rem;
}

.section1 .qh-tit li::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: -0.33rem;
  width: 0.33rem;
  height: 0.38rem;
  background: url(../images/tit-zs.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.section1 .qh-tit li.on::after {
  opacity: 1;
  visibility: visible;
}

.section1 .qh-tit li div {
  position: relative;
  z-index: 1;
}

.section1 .qh-tit li div::before {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.16rem;
  height: 0.1rem;
  background: url(../images/s1-qhsj.png) no-repeat;
  background-size: 100% auto;
}

.section1 .qh-tit li div::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/s1-qhy.png) no-repeat;
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.section1 .qh-tit li.on div::after {
  opacity: 1;
  visibility: visible;
}

.section1 .qh-tit .more a {
  display: none;
}

.section1 .qh-tit .more a.on {
  display: block;
}

.qh-bd {
  position: relative;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s1-c {
  /* height: 6.69rem; */
}

.s1-c .more {
  position: static;
  transform: none;
  margin-top: 0.3rem;
  text-align: center;
  display: none;
}

.s1-c .more a {
  display: inline-block;
  padding: 0 0.2rem;
}

.s1-t {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.jdt {
  width: 49.43%;
}

.jdt a {
  display: block;
  position: relative;
}

.jdt .pic {
  padding-top: 69.78%;
}

.jdt .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18.85%;
  opacity: 0.9;
  background: linear-gradient(0deg, #1B1B1B 0%, rgba(64, 64, 64, 0) 100%);
}

.jdt .txbox {
  margin: -0.43rem 0.7rem 0 0.65rem;
  padding: 0.2rem 0.3rem;
  background: url(../images/jdt-txbg.png) no-repeat center;
  background-size: cover;
  border-radius: 0px 0px 0px 0.3rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.jdt .slick-prev,
.jdt .slick-next {
  top: 40%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.09rem auto;
  transition: all 0.5s;
}

.jdt .slick-prev {
  left: 0.1rem;
  background-image: url(../images/s4-prev.png);
}

.jdt .slick-next {
  right: 0.1rem;
  background-image: url(../images/s4-next.png);
}

.jdt .slick-prev:hover,
.jdt .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.s1-t .date {
  text-align: center;
  font-family: Georgia;
  color: #ffffff;
  margin-right: 0.23rem;
  padding-right: 0.23rem;
  border-right: 1px solid #fff;
}

.s1-t .date b {
  display: block;
  font-size: 0.32rem;
}

.s1-t .date span {
  display: block;
  font-size: 0.12rem;
  line-height: 1;
  margin-top: 0.05rem;
}

.s1-t .tx {
  flex: 1;
  min-width: 0;
}

.s1-t .tx .tx-t {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #FFFFFF;
}

.s1-t .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #FFFFFF;
}

.s1-t .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}

.s1-r {
  width: 50.57%;
  background: url(../images/s1-rbg.png) no-repeat center;
  background-size: cover;
}

.s1-r ul {
  padding: 0 0.5rem;
}

.s1-r li a {
  display: flex;
  align-items: flex-start;
  padding: 0.255rem 0;
  border-bottom: 1px solid #ececec;
  transition: all 0.5s;
}

.s1-t .s1-r .date {
  border-right-color: #ececec;
}

.s1-t .s1-r .date b {
  color: #095885;
}

.s1-t .s1-r .date span {
  color: #666;
}

.s1-t .s1-r .tx .tx-t {
  color: #095885;
}

.s1-t .s1-r .tx h3 {
  color: #333;
  margin-top: 0.1rem;
}

.s1-t .s1-r .tx p {
  color: #999;
}

.s1-t .s1-r li a:hover .tx h3 em {
  color: #095885;
  background-image: linear-gradient(#095885, #095885);
}

.s1-gyyw .jdt {
  width: 57.68%;
}

.s1-gyyw .jdt .pic {
  padding-top: 56.33%;
}

.s1-gyyw .jdt .txbox {
  margin: -0.18rem 0.42rem 0 0;
  border-radius: 0 0.4rem 0 0;
  padding: 0.16rem 1.5rem 0.16rem 0.3rem;
}

.s1-gyyw .jdt .txbox h3 {
  margin-top: 0;
  height: 0.6rem;
  display: flex;
  align-items: center;
}

.s1-gyyw .jdt .s1-t .date b {
  color: #e1ccba;
}

.s1-gyyw .s1-t .jdt .date {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.s1-gyyw .slick-dots {
  width: auto;
  bottom: -0.05rem;
  right: 0;
  width: 0.32rem;
  text-align: center;

}

.s1-gyyw .slick-dots li button {
  display: none;
}

.s1-gyyw .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #e1ccba;
  margin-top: 0.12rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-gyyw .slick-dots li::before {
  content: '';
  position: absolute;
  top: 0.24rem;
  left: 50%;
  height: 0.1rem;
  border-left: 1px solid #e1ccba;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1-gyyw .slick-dots li.slick-active::before {
  opacity: 1;
  visibility: visible;
}

.s1-gyyw .slick-dots li.slick-active {
  width: 0.32rem;
  height: 0.22rem;
  margin-left: 0;
  margin-right: 0;
  background: url(../images/s1-ywdot.png) no-repeat;
  background-size: 100% 100%;
}

.s1-gyyw .s1-r {
  width: 38.75%;
  background: none;
}

.s1-gyyw .s1-r ul {
  padding: 0;
}

.s1-gyyw .s1-r li a {
  padding: 0.2rem 0.15rem;
  border-bottom: 1px dashed #d5d7db;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-gyyw .s1-r li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/s1-ywjt.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1-gyyw .s1-r li:last-child a {
  border-bottom: 0;
}

.s1-gyyw .s1-r .date {
  font-family: Georgia;
  font-size: 0.16rem;
  color: #095885;
  text-align: left;
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.s1-gyyw .s1-r li:hover a {
  background: url(../images/s1-ywbg.png) no-repeat right bottom;
  background-size: 100% 100%;
  padding: 0.2rem 1.2rem 0.2rem 0.2rem;
}

.s1-gyyw .s1-r li:hover a::after {
  opacity: 1;
  visibility: visible;
}

.s1-gyyw .s1-r li:hover a h3 {
  color: #095885;

}

.s1-notice .jz {
  width: 61.85%;
}

.s1-notice .ggao {
  width: 35%;
}

.s1-notice .tit-sub a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #095885;
}

.s1-notice .tit-sub img {
  vertical-align: middle;
  margin-right: 0.1rem;
  height: 0.28rem;
}

.s1-notice .jz ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-notice .jz li {
  width: 48.48%;
  margin-top: 0.3rem;
}

.s1-notice .jz li a {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0.2rem 0.4rem;
  transition: all 0.5s;
}

.s1-notice .jz li a .date {
  border-right: 0;
}

.s1-notice .jz li a .date b {
  color: #095885;
}

.s1-notice .jz li a .date span {
  color: #666;
}

.s1-notice .jz .tx h3 {
  color: #333;
  margin-top: 0;
  transition: all 0.5s;
}

.s1-notice .jz .tx .tx-b {
  margin-top: 0.2rem;
}

.s1-notice .jz .tx p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.17rem;
  padding-left: 0.28rem;
  margin-top: 0.1rem;
}

.s1-notice .jz .tx p:first-child {
  background-image: url(../images/s1-jzicon1.png);
}

.s1-notice .jz .tx p:nth-child(2) {
  background-image: url(../images/s1-jzicon2.png);
}

.s1-notice .jz .tx p:nth-child(3) {
  background-image: url(../images/s1-jzicon3.png);
}

.s1-notice .jz li:hover a {
  background: url(../images/s1-jzbg.png) no-repeat right bottom;
  background-size: 100% 100%;
  box-shadow: 0 0 0.2rem rgba(32, 69, 162, 0.1);
}

.s1-notice .jz li:hover a .tx h3 {
  font-weight: 600;
}

.s1-notice .ggao li a {
  display: flex;
  align-items: center;
  padding: 0.24rem 0.24rem 0.24rem 0;
  border-bottom: 1px dashed #d5d7db;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-notice .ggao li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/s1-ywjt.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1-notice .ggao li:last-child a {
  border-bottom: 0;
}

.s1-notice .ggao .date b {
  color: #095885;
}

.s1-notice .ggao .date span {
  color: #666;
}

.s1-notice .ggao .tx h3 {
  color: #333;
  margin-top: 0;
}

.s1-notice .ggao li:hover a {
  background: url(../images/s1-ggaobg.png) no-repeat right bottom;
  background-size: 100% 100%;
  /* padding: 0.24rem 1.2rem 0.24rem 0; */
}

.s1-notice .ggao li:hover a::after {
  /* opacity: 1;
  visibility: visible; */
}


/* section2 */
.section2 {
  padding-top: 1.25rem;
  padding-bottom: 0.8rem;
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s2-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
}

.s2-list {
  width: 43.75%;
  height: 6.18rem;
  position: relative;
  z-index: 3
}

.s2-list ul {
  padding: 0.25rem 0.6rem;
}

.s2-list ul>li {
  position: relative;
  border-top: solid 1px #cce1ec;
  transition: all .5s
}

.s2-list ul>li:first-child {
  border-top: 0;
}

.s2-list ul>li a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 0.3rem 0;
}

.s2-list ul>li a .date {
  margin-right: 0.4rem;
  text-align: center;
  font-family: Georgia;
}

.s2-list ul>li a .date b {
  display: block;
  font-size: 0.32rem;
  color: #095885;
}

.s2-list ul>li a .date span {
  display: block;
  font-size: 0.12rem;
  line-height: 1;
  margin-top: 0.05rem;
  color: #666;
}

.s2-list ul>li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-list ul>li a .tx h3 {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  padding-right: 0.57rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s2-list ul>li.show a .tx h3 {
  padding-right: 0;
  color: #095885;
  font-weight: bold;
}

.s2-list ul>li:after {
  content: '';
  position: absolute;
  left: -0.6rem;
  width: 0;
  top: 0;
  bottom: 0;
  background: url(../images/s2-libg.jpg) no-repeat right center;
  background-size: cover;
  border-radius: 0 0.3rem 0 0;
  transition: all 0.5s;
}

.s2-list ul>li.show:after {
  width: calc(100% + 1.5rem);
  box-shadow: 0px 0px 0.54rem 0px rgba(26, 98, 138, 0.16);
}

.s2-list ul>li.show a h4 {
  color: #fff
}

.s2-list ul>li.show a p {
  color: #dee5ff
}

.s2-list ul>li.show {
  border: none;
  padding-left: 0.28rem
}

.s2-banner {
  width: 56.25%
}

.s2-banner a {
  display: block;
  overflow: hidden
}

.s2-banner a .pic {
  padding-top: 68.88%;
  padding-top: 0;
  height: 6.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2-banner a .pic img {
  position: static;
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}

.s2-banner .swiper-slide a {
  background-image: url(../images/s2-rbg1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.s2-banner .swiper-slide+div a {
  background-image: url(../images/s2-rbg2.png);
}

.s2-banner .swiper-slide+div+div a {
  background-image: url(../images/s2-rbg3.png);
}

.s2-banner .swiper-slide+div+div+div a {
  background-image: url(../images/s2-rbg4.png);
}

.s2-banner .swiper-slide+div+div+div+div a {
  background-image: url(../images/s2-rbg5.png);
}

/* section3 */
.section3 {
  padding: 1rem 0 0.76rem 0;
  overflow: hidden;
  background: url(../images/section3-bg.png) no-repeat center top;
  background-size: cover
}

.s3-c li a {
  display: block;
  margin: 0 0.12rem;
  padding: 0.2rem 0 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
  transition: all 0.5s;
}

.s3-c li a .pic {
  padding-top: 55.88%;
  margin: 0 0.2rem;
}

.s3-c li a .tx {
  padding: 0.3rem 0.2rem 0.6rem 0.2rem;
  transition: all 0.5s;
}

.s3-c li a .tx .date {
  display: block;
  font-family: Georgia;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #095885;
  transition: all 0.5s;
}

.s3-c li a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  height: 0.84rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #333333;
  margin-top: 0.14rem;
  transition: all 0.5s;
}

.s3-c li a .tx .ly {
  border-top: 1px solid #e6e6e6;
  padding-top: 0.65rem;
  margin-top: 0.56rem;
  transition: all 0.5s;
}

.s3-c li a .tx .ly span {
  display: inline-block;
  font-size: 0.16rem;
  color: #999;
  background: url(../images/s3-ly.png) no-repeat left center;
  background-size: 0.21rem auto;
  padding-left: 0.31rem;
}

.s3-c li a .tx {
  background: url(../images/s3-mrtxbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-1 a .tx {
  background: url(../images/s3-1txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-2 a .tx {
  background: url(../images/s3-2txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-3 a .tx {
  background: url(../images/s3-3txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-4 a .tx {
  background: url(../images/s3-4txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-5 a .tx {
  background: url(../images/s3-5txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-6 a .tx {
  background: url(../images/s3-6txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-7 a .tx {
  background: url(../images/s3-7txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-8 a .tx {
  background: url(../images/s3-8txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-9 a .tx {
  background: url(../images/s3-9txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-10 a .tx {
  background: url(../images/s3-10txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-11 a .tx {
  background: url(../images/s3-11txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-12 a .tx {
  background: url(../images/s3-12txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-13 a .tx {
  background: url(../images/s3-13txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-14 a .tx {
  background: url(../images/s3-14txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.s3-c li.s3-15 a .tx {
  background: url(../images/s3-15txbg.png) no-repeat right bottom;
  background-size: 100% auto;
}


.s3-c li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.02rem;
  background: #244973;
  z-index: -1;
  transition: all 0.5s;
}

.s3-c li.s3-1 a::after {
  background: #e37056;
}

.s3-c li.s3-2 a::after {
  background: #d46e30;
}

.s3-c li.s3-3 a::after {
  background: #60b3a0;
}

.s3-c li.s3-4 a::after {
  background: #b83643;
}

.s3-c li.s3-5 a::after {
  background: #f2b02e;
}

.s3-c li.s3-6 a::after {
  background: #1e98dc;
}

.s3-c li.s3-7 a::after {
  background: #1870b6;
}

.s3-c li.s3-8 a::after {
  background: #149143;
}

.s3-c li.s3-9 a::after {
  background: #338bad;
}

.s3-c li.s3-10 a::after {
  background: #3aa2a4;
}

.s3-c li.s3-11 a::after {
  background: #1790c4;
}

.s3-c li.s3-12 a::after {
  background: #79030b;
}

.s3-c li.s3-13 a::after {
  background: #0b6036;
}

.s3-c li.s3-14 a::after {
  background: #1b8086;
}

.s3-c li.s3-15 a::after {
  background: #1b8086;
}

.s3-c li:hover a {
  margin-top: 0;
}

.s3-c li:hover a .tx {
  padding: 0.3rem 0.2rem 1rem 0.2rem;
}

.s3-c li:hover a::after {
  height: 100%;
}

.s3-c li:hover a .tx .date {
  color: #e1ccba;
}

.s3-c li:hover a .tx h3 {
  color: #fff;
}

.s3-c li:hover a .tx .ly span {
  color: #fff;
}

.s3-c .slick-prev,
.s3-c .slick-next {
  display: none !important;
}

.gg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}

.gg-btn span {
  display: block;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}

.gg-btn span.gg-prev {
  background-color: #fff;
}

.gg-btn span.gg-next {
  background-color: #e1ccba;
  margin-left: 0.3rem;
}

.gg-btn span:hover {
  box-shadow: 0 0 0.15rem 0 rgba(26, 98, 138, 0.16);
}

.gg-btn span img {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.16rem;
}

/* section4 */
.section4 {
  overflow: hidden;
  background: url(../images/secton4-bg.jpg) no-repeat center;
  background-size: cover;
  height: 10.8rem;
  padding: 1.25rem 0 1.05rem 0;
}

.section4 .wp {
  position: relative;
  z-index: 1;
  height: 100%;
}

.section4 .title {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.4rem;
}

.section4 .tit-c h3 {
  display: inline-block;
  writing-mode: tb-rl;
  letter-spacing: 0.1rem;
}

.section4 .tit-c h3::after {
  right: 0;
  bottom: -0.4rem;
  background: url(../images/tit-zs2.png) no-repeat;
  background-size: 100% 100%;
}

.s4-q {
  display: block;
  width: 4.99rem;
  height: 5rem;
  position: absolute;
  top: 1.15rem;
  left: 5.505rem;
  animation: play 50s linear infinite;
}

.s4-qq ul li {
  width: 1.16rem;
  height: 1.16rem;
  background: url(../images/s4-qq.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.s4-qq ul li.s4-qq1 {
  left: 22.62%;
  top: 26.02%;
  width: 0.98rem;
  height: 0.98rem;
  ;
}

.s4-qq ul li.s4-qq2 {
  left: 24.12%;
  top: 87.67%;
  width: 1.14rem;
  height: 1.14rem;
  ;
}

.s4-qq ul li.s4-qq3 {
  right: 29.37%;
  top: 0;
  width: 1.16rem;
  height: 1.16rem;
  ;
}

.s4-qq ul li.s4-qq4 {
  right: 6.25%;
  top: 33.56%;
  width: 0.96rem;
  height: 0.96rem;
  ;
}

.s4-c,
.s4-c .slick-list,
.s4-c .slick-track {
  height: 100%;
}

.s4-c .k {
  position: relative;
  z-index: 1;
}

.s4-c .k ul li {
  position: absolute;
  animation: star 16s linear infinite;
}

.s4-c .k ul li.s4-1 {
  top: 18.35%;
  left: 4.68%;
  animation-delay: -2s !important;
}

.s4-c .k ul li.s4-2 {
  top: 47.94%;
  left: 19.62%;
  animation-delay: 0s !important;
}

.s4-c .k ul li.s4-3 {
  top: 71.78%;
  left: 4.06%;
  animation-delay: 2s !important;
}

.s4-c .k ul li.s4-4 {
  top: 4.52%;
  right: 7%;
  animation-delay: 4s !important;
}

.s4-c .k ul li.s4-5 {
  top: 33.56%;
  right: 19.25%;
  animation-delay: 6s !important;
}

.s4-c .k ul li.s4-6 {
  top: 58.76%;
  right: 2.18%;
  animation-delay: 8s !important;
}

.s4-c .k ul li a {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: url(../images/s4-liy.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: inset 0px 0px 0.26rem 0.03rem rgba(0, 71, 78, 0.43);
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 0.55rem;
}

@keyframes star {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.s4-c .k ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;

  border-style: solid;
  border-width: 1px;
  border-color: rgb(162, 247, 252);
  border-radius: 50%;
  background-color: rgba(125, 247, 255, 0.149);
  opacity: 0.25;
  z-index: -1;
}

.s4-c .k ul li a h3 {
  font-size: 0.16rem;
  color: #666;
}

.s4-c .k ul li a h3 b {
  font-family: estre;
  font-size: 0.56rem;
  line-height: 1;
  font-weight: bold;
  color: #ba6042;
}

.s4-c .k ul li a p {
  font-size: 0.18rem;
  line-height: 1;
  color: #666;
}

.s4-c .slick-prev,
.s4-c .slick-next {
  display: none !important;
}

.section4 .gg-btn {
  position: absolute;
  right: 0;
  top: 2.4rem;
  display: block;
}

.section4 .gg-btn span {
  background-color: rgba(255, 255, 255, 0.1);
}

.section4 .gg-btn .gg-next {
  margin-left: 0;
  margin-top: 0.22rem;
}

.section4 .gg-btn span:hover {
  background-color: rgba(255, 255, 255, 0.4);
}


/* section5 */
.section5 {
  overflow: hidden;
  padding: 1rem 0 0.75rem 0;
}

.s5-c {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s5-c li a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #f6f9fc;
}

.s5-c li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-c li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.s5-c li a .tx::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 100% 0 0;
}

.s5-c li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #fff;
  padding: 0 0.2rem 0.2rem 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s5-c li a .tx h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  height: 0.24rem;
}

.s5-l {
  width: 41.25%;
}

.s5-l ul {
  display: flex;
  flex-wrap: wrap;
}

.s5-l li {
  width: 50%;
}

.s5-l li:first-child {
  width: 100%;
  margin-bottom: 0.1005rem;
}

.s5-l li:first-child .pic img {
  opacity: 0.6;
}

.s5-l li:first-child .bf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.61rem;
  background: url(../images/bf.png) no-repeat;
  background-size: 100% 100%;
}

.s5-l li:first-child .bf::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: pulse 2s 0.3s infinite;
}

@keyframes pulse {
  100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.s5-l li .pic {
  padding-top: 65.75%;
}

.s5-l li:first-child .pic {
  padding-top: 56.06%;
}

.s5-m {
  width: 32.5%;
  margin-left: 0.625%;
}

.s5-m ul li:nth-child(2) {
  margin-top: 0.1306rem;
}

.s5-m .pic {
  padding-top: 56.15%;
}

.s5-r {
  width: 25%;
  margin-left: 0.625%;
}

.s5-r .pic {
  padding-top: 149.25%;
}

.ms5-c {
  display: none !important;
}

/* section6 */
.section6 {
  overflow: hidden;
  padding-bottom: 0.9rem;
  background: url(../images/section6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.s6-zi {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.s6-qiao {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.section6 .wp {
  margin-top: -3rem;
}

.s6-c li a .pic {
  padding-top: 177.35%;
}

.s6-c li a {
  display: block;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  transition: all 0.5s;
}

.s6-c li a h3 {
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  font-family: sys;
  font-size: 0.3rem;
  color: #fff;
  letter-spacing: 0.07rem;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}

.s6-c li a h3 span {
  display: inline-block;
  writing-mode: horizontal-tb;
  writing-mode: lr-bt;
  padding-left: 0.1rem;
}

.s6-c li.slick-active+li+li+li a {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.s6-c .slick-prev,
.s6-c .slick-next {
  display: none !important;
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
  }

  .banner .slick-dots {
    padding-right: 0.2rem;
  }

  .banner .slick-slide a::after {
    display: none;
  }

  .banner .tx {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 2rem;
  }

  .banner .tx h3 {
    font-size: .18rem;
  }

  .section1 {
    padding: 0.4rem 0;
  }

  .section1 .qh-tit li {
    font-size: 0.22rem;
  }

  .section1 .qh-tit li.on {
    font-size: 0.26rem;
  }

  .section1 .qh-tit li::after {
    width: 0.2rem;
    height: 0.23rem;
    right: -0.23rem;
  }

  .section1 .qh-tit li+li {
    margin-left: 0.8rem;
  }

  .section1 .qh-tit .k {
    padding-bottom: 0.14rem;
  }

  .section1 .qh-tit li div::before {
    bottom: -0.16rem;
  }

  .section1 .qh-tit li div::after {
    bottom: -0.11rem;
  }

  .more a {
    font-size: 0.15rem;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0 0.15rem;
  }

  .more a i {
    width: 0.12rem;
    height: 0.14rem;
    vertical-align: -0.01rem;
  }

  .section1 .qh-tit {
    margin-bottom: 0.3rem;
  }

  .jdt {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .jdt .txbox {
    margin: 0;
    padding: 0.2rem;
  }

  .jdt .slick-prev,
  .jdt .slick-next {
    width: 0.34rem;
    height: 0.34rem;
  }

  .s1-t .date b {
    font-size: 0.26rem;
  }

  .s1-t .date span {
    font-size: 12px;
  }

  .s1-t .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r ul {
    padding: 0 0.2rem;
  }

  .s1-r li a {
    padding: 0.2rem 0;
  }

  .section2 {
    padding: 0.4rem 0;
  }

  .title {
    text-align: left;
    margin-bottom: 0.3rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3::after {
    width: 0.2rem;
    height: 0.23rem;
    right: -0.23rem;
  }

  .s1-gyyw .jdt {
    width: 100%;
  }

  .s1-gyyw .jdt .txbox {
    margin-top: 0;
    padding-right: 0.2rem;
  }

  .s1-gyyw .s1-r {
    width: 100%;
    margin-top: 0;
  }

  .s1-notice .tit-sub a {
    font-size: 0.24rem;
  }

  .s1-notice .jz {
    width: 100%;
  }

  .s1-notice .ggao {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-notice .jz li a {
    padding: .2rem;
  }

  .s1-notice .jz li a .date {
    padding-right: 0;
  }

  .s2-banner {
    width: 100%;
    order: 1;
  }

  .s2-banner a .pic {
    height: 5.18rem;
  }

  .s2-list {
    width: 100%;
    height: auto;
    order: 2;
  }

  .s2-list ul>li a .tx h3 {
    font-size: 0.18rem;
  }

  .s2-list ul>li a {
    padding: 0.2rem 0;
  }

  .s2-list ul {
    padding: 0.2rem;
  }

  .s2-list ul>li:after {
    left: -0.2rem;
  }

  .s2-list ul>li.show:after {
    width: calc(100% + 0.4rem);
  }

  .section3 {
    padding: 0.4rem 0;
  }

  .s3-c li a .tx,
  .s3-c li:hover a .tx {
    padding: 0.2rem;
  }

  .s3-c li a .tx .date {
    font-size: 0.16rem;
  }

  .s3-c li a .tx h3 {
    font-size: 0.18rem;
  }

  .s3-c li a .tx .ly {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
  }

  .s3-c li a {
    margin-top: 0;
  }

  .gg-btn {
    margin-top: 0.3rem;
  }

  .gg-btn span {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
  }

  .section4 {
    height: 5.12rem;
    padding: 0.4rem 0;
  }

  .s4-q {
    width: 3rem;
    height: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: none;
  }

  .section4 .title {
    right: 0.2rem;
    width: 0.3rem;
  }

  .section4 .tit-c h3 {
    letter-spacing: 0.05rem;
  }

  .section4 .tit-c h3::after {
    bottom: -0.3rem;
  }

  .section4 .gg-btn {
    right: 0.2rem;
    top: 1.4rem;
  }

  .s4-qq ul li {
    zoom: 0.7 !important;
  }

  .s4-c .k ul li {
    zoom: 0.7 !important;
  }

  .s4-c .k ul li.s4-3 {
    top: 66.78%;
  }

  .section5 {
    padding: 0.4rem 0;
  }

  .s5-c li a .tx h3 img {
    height: 0.2rem;
  }

  .s5-l li:first-child .bf {
    width: 0.4rem;
    height: 0.41rem;
  }

  .section6 {
    padding-bottom: 0.4rem;
  }

  .section6 .wp {
    margin-top: -2rem;
  }

  .s6-qiao {
    margin-top: 0.2rem;
  }

  .s6-c li a {
    clip-path: none !important;
    margin: 0 0.1rem;
  }

  .s6-c li a h3 {
    font-size: 0.26rem;
    left: 0.2rem;
    top: 0.5rem;
    max-height: 2.3rem;
  }


}

@media screen and (max-width: 768px) {
  .banner .pic::after {
    height: 1.5rem;
  }

  .s1-gyyw .s1-r li:nth-child(4),
  .s1-gyyw .s1-r li:nth-child(5),
  .s1-gyyw .s1-r li:nth-child(6),
  .s1-r li:nth-child(4),
  .s1-r li:nth-child(5),
  .s1-notice .ggao li:nth-child(4),
  .s1-notice .ggao li:nth-child(5),
  .s2-list ul>li:nth-child(4),
  .s2-list ul>li:nth-child(5),
  .s1-notice .jz li:nth-child(3),
  .s1-notice .jz li:nth-child(4) {
    display: none;
  }

  .s2-banner a .pic {
    height: 4.18rem;
  }

  .s3-c li a .tx h3 {
    height: 0.56rem;
  }

  .s3-c li a .tx .ly {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .s4-c .k ul {
    display: flex;
    flex-wrap: wrap;
  }

  .s4-c .k ul li {
    width: 30.333%;
    zoom: 1 !important;
    position: static;
    margin-left: 3%;
    margin-top: 0.5rem;
  }

  .s4-c .k ul li a {
    width: 1.4rem;
    height: 1.4rem;
    padding-top: 0.4rem;
  }

  .s4-c .k ul li a::before {
    width: 1.6rem;
    height: 1.6rem;
  }

  .s4-c .k ul li a h3 b {
    font-size: 0.3rem !important;
  }

  .s4-c .k ul li a p {
    font-size: 0.16rem;
    line-height: 0.2rem;
    margin-top: 0.1rem;
  }

  .s5-l,
  .s5-m,
  .s5-r {
    width: 100%;
  }

  .s5-l li {
    display: none !important;
  }

  .s5-l li:first-child {
    margin-bottom: 0.2rem;
    display: block !important;
  }

  .s5-m,
  .s5-r {
    margin-top: 0.2rem;
    display: none !important;
  }

  .s5-r .pic {
    padding-top: 80.25%;
  }

  .ms5-c {
    display: block !important;
  }

  .ms5-c ul li a {
    display: block;
    position: relative;
  }

  .ms5-c ul li a .pic {
    padding-top: 65.75%;
  }

  .ms5-c ul li a .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .ms5-c ul li a .tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .ms5-c ul li a .tx::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0 100% 0 0;
  }

  .ms5-c ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #fff;
    padding: 0 0.2rem 0.2rem 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .ms5-c ul li a .tx h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    height: 0.24rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .banner .slick-slide a .pic {
    padding-top: 75%;
    background-position: center top;
  }

  .banner .pic::after {
    height: 1rem;
  }

  .section1 .qh-tit .more {
    left: 50%;
    transform: translateX(-50%) translateY(0);
    max-width: 1.1rem;
    top: auto;
    bottom: 0;
    display: none;
  }

  .section1 .qh-tit {
    text-align: center;
  }

  .s1-gyyw .jdt .txbox {
    padding: 0.2rem;
  }

  .s1-t .date {
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }

  .s1-gyyw .slick-dots {
    bottom: 0.05rem;
  }

  .s1-notice .jz li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-notice .ggao li a {
    padding: 0.2rem 0;
  }

  .section1 .qh-tit li+li {
    margin-left: 0.6rem;
  }

  .s1-notice .tit-sub a {
    font-size: .22rem;
  }

  .s1-c .more {
    display: block;
  }

  .s2-banner a .pic {
    height: 2.8rem;
  }

  .s2-list ul>li a .date {
    margin-right: 0.2rem;
  }

  .s3-c li a {
    margin: 0;
  }

  .section4 {
    height: auto;
  }

  .section4 .title {
    position: static;
    width: auto;
  }

  .section4 .tit-c h3 {
    writing-mode: inherit;
  }

  .section4 .tit-c h3::after {
    bottom: 50%;
    right: -0.23rem;
  }

  .section4 .gg-btn {
    top: -0.03rem;
    margin-top: 0;
  }

  .gg-btn span {
    display: inline-block;
  }

  .section4 .gg-btn .gg-next {
    margin-top: 0;
    margin-left: 0.2rem;
  }

  .s4-c .k ul {}

  .s4-c .k ul li {
    width: 50%;
    margin-left: 0;
    margin-top: 0.2rem;
    animation: none;
  }

  .s4-c .k ul li a::before {
    content: none;
  }

  .s4-c .k ul li:first-child,
  .s4-c .k ul li:nth-child(2) {
    margin-top: 0;
  }

  .s4-c .k ul li a {
    width: auto;
    height: 1.1rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
    padding: 0.2rem 0.1rem 0 0.1rem;
    margin: 0 0.1rem;
    box-shadow: inset 0px 0px 0.05rem 0.01rem rgba(0, 71, 78, 0.43);
  }

  .s4-q {
    display: none;
  }

  .s4-qq {
    display: none;
  }

  .m-tlink a {
    margin: 0 7px;
  }

  .section6 .wp {
    margin-top: -1.5rem;
  }
}

@media screen and (max-width: 375px) {
  .section1 .qh-tit li+li {
    margin-left: 0.5rem;
  }

  .s4-c .k ul li a h3 b {
    font-size: 0.26rem !important;
  }

}

@media screen and (max-width: 320px) {
  .section1 .qh-tit li+li {
    margin-left: 0.2rem;
  }

  .section6 .wp {
    margin-top: -1.3rem;
  }
}