body {
  background: #fff;
  position: relative;
  z-index: 0;
}

.ihead {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 3%;
}

.ihead .logo {
  flex: none;
}

.ihead::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.6rem;
  top: 0;
  left: 0px;
  right: 0px;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
  opacity: .8;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.xg1 {
  transition: all .3s;
}

.xg1.ihead {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
  background: #004795;
  border-bottom: none;
}

.xg1 .tops_r {
  padding: 0;
  margin-left: 1rem;
}

.xg1.ihead:after {
  display: none
}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .search-con {
  display: none;
  transition: all 0.3s;
}

.xg1 .logo a img {
  height: .5rem;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s;
  display: none;
}

.xg1 .tops {
  padding: .1rem 0;
}

.ihead .img2 {
  display: none;
}

.xg1.ihead .img1 {
  display: none;
}

.xg1.ihead .img2 {
  display: block;
}

.tops {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}

.tops_r {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: .15rem 0 .15rem 0;
  margin-left: 0.5rem;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .14rem;
  line-height: .3rem;
  align-items: center;
  /* margin-top: .1rem; */
  transition: all .3s;
}

.top_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: .2rem;
}

.top_link a {
  color: #fff;
  font-size: .16rem;
  margin: 0 .15rem;
  line-height: .27rem;
  opacity: .8;
  transition: all .3s;
}

.top_link a:hover {
  opacity: 1;
}

.fl {
  float: left;
}

.logo {}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: .71rem;
  transition: all .3s;
}

.fr {
  float: right;
}

/*  */



input,
button {
  border: none;
  outline: none;
}

.search {
  position: relative;
  width: 1.8rem;
  height: 0.32rem;
  line-height: 0.3rem;
  overflow: hidden;
  border-radius: 2.29rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
}

.search div {
  margin-left: .5rem;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .16rem;
  width: 2.2rem;
  height: .3rem;
  padding-left: .15rem;
  line-height: .38rem;
  background: none;
  border-radius: 0;
  float: left;
  color: #fff;
}

.search input[type="text"]::placeholder {
  font-size: .16rem;
  color: rgba(255, 255, 255, 0.2);
}

.search .btn {
  line-height: .3rem;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  right: 0;
  width: .4rem;
  height: .3rem;
  text-align: right;
  padding: 0 .1rem;
  font-size: 0;
  background-size: .17rem .17rem;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.search:hover {
  border: 0.01rem solid rgba(255, 255, 255, 0.8);
}

/*  */

.ihead.on .inav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}

/*  */
.inav {
  height: .5rem;
  line-height: .5rem;
  margin-top: .05rem;
  position: relative;
  z-index: 9;
}

.inav>ul {
  display: flex;
  justify-content: space-between;
  max-width: 16rem;
  margin: 0 auto;
}

.inav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: .50rem;
  height: .50rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.inav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.inav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.inav>ul>li>a {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
}

.inav>ul>li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.1rem;
  width: 0rem;
  height: .02rem;
  background: #fff;
  transition: all .3s;
}

.inav>ul>li:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.1rem;
  width: 0.38rem;
  height: .02rem;
  background: #0066cc;
  transition: all .3s;
}

.xg1 .inav>ul>li:after {
  bottom: -.1rem;
}

.xg1 .inav>ul>li:hover:after {
  bottom: -.1rem;
  background: #ccc;
}

.inav>ul>li.on>div {}

.inav>ul>li.on>a::after {
  width: 100%;
}

.inav>ul>li.active>a {
  color: #f2faf6;
}

.inav>ul>li:hover>a {
  color: #0066cc;
  font-weight: bold;
}

.xg1 .inav>ul>li:hover>a {
  color: #d4e9ff;
}

.inav>ul>li:hover>a:after {
  width: 100%;
}

.inav>ul>li>div {
  position: absolute;
  top: .64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #0066CC 0.03rem solid;
  border-bottom: #0066CC 0.03rem solid;
  border-radius: .1rem;
  overflow: hidden;
}

.inav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  line-height: normal;
}

.inav>ul>li>div>ul>li a {
  display: block;
  font-size: .18rem;
  line-height: .46rem;
  transition: 0.3s;
  color: #222;
}

.inav>ul>li>div>ul>li:hover {
  background: #eff6fd;
  color: #0066CC;
}

.inav>ul>li>div>ul>li:hover a {
  color: #0066CC;
}


.banner-box {}

.banner .slick-slide.slick-current a>img {
  animation: img_scale linear 8s;
}

@keyframes img_scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }

}

.banner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner img {
  display: block;
  width: 100%;
}

.banner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  z-index: 1;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%);
  opacity: .2
}

.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff 1px dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff 1px dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .5rem;
}

.banner .slick-dots li {
  width: auto;
  height: .48rem;
  margin: 0 .1rem;
  /* background: #f2f2f2; */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 0.4rem;
  height: 0.03rem;
  font-size: 0;
  opacity: 0.4;
  background: #FCFCFC;
  transition: all .3s;
  padding: 0;
}

.banner .slick-dots li.slick-active button {
  opacity: 1;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/banner_ico.png) center no-repeat;
}


/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .2rem;
}



.index_tc i {
  display: block;
  position: relative;
  color: #004795;
  font-size: .14rem;
  line-height: .24rem;
  padding-left: .5rem;
  text-transform: capitalize;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
}

.index_tc i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.01rem;
  background: #054D99;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0066CC;
}

.tit_img {
  width: 0.46rem;
  height: 0.46rem;
  background: #DBE8F6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: .15rem;
}

.tit_img img {
  max-width: .3rem;
  width: .3rem;
}

.index_tc h3 {
  font-size: .28rem;
  font-weight: normal;
  line-height: .4rem;
  color: #333333;
  text-align: left;
  font-weight: bold;
}


.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .73rem;
  height: .41rem;
  transition: all 0.3s;
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 290;
  line-height: .41rem;
  color: #666666;
  background: url(../images/more_ico.png) right center no-repeat;
  transition: all 0.3s;
  background-size: .12rem .1rem;
  padding: 0 .2rem;
}

.index_more:hover a {
  color: #054d99;
  transition: all 0.3s;
}

.index_more:hover {
  color: #054d99;
  transition: all 0.3s;
  right: .05rem
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.imged img {
  display: none;
}

a:hover .imged {
  transform: scale(1.1);
}

/*  */
.section1 {
  padding: .75rem 0 .3rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s1_bg.png) right bottom no-repeat;
  /* background-size: 100% auto; */
}



/* 组件样式 */


/* 组件样式 */
.section1 img {
  max-width: 100%;
}

.section1 .wl {
  position: relative;
  z-index: 1;
}

.section1 .wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 0rem;
  height: 100%;
  transition: 0.5s;
}

.section1 .imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.section1 .imged img {
  display: none;
}

.section1 a:hover .imged {
  transform: scale(1.1);
}

.section1 .overflow_l1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section1 .overflow_l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section1 .scale {
  overflow: hidden;
}








.section1 .infolist16_02_t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section1 .infolist16_02_l {
  flex: 1;
  min-width: 0;
  margin-right: .4rem;
}

.section1 .infolist16_02_r {
  width: 5rem;
}

.section1 li * {
  transition: 0.5s;
}

.section1 .infolist16_02_l .inli16-t {
  margin-bottom: .4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section1 .infolist16_02_l .inli16_l {
  width: 5.6rem;
}

.section1 .infolist16_02_l .inli16_r {
  width: 4.7rem;
  padding: 0;
}

.section1 .inli16_l .con {
  width: 100%;
  background: url(../images/newtibg.png) right #004795 no-repeat;
  height: 1.65rem;
  padding: .15rem .3rem;
}

.section1 .inli16_l h3 {
  color: #fff;
  font-size: .18rem;
  font-weight: bold;
  line-height: .34rem;
  max-height: .6rem;
}

.section1 .inli16_l span {
  color: #fff;
  font-size: .16rem;
  font-weight: bold;
  line-height: .36rem;
  max-height: .6rem;
  background: url(../images/date_ciob.png) left center no-repeat;
  padding-left: .25rem;
  background-size: .15rem .15rem;
  font-weight: normal;
  font-family: sySong;
}

.section1 .inli16_l p {
  color: #fff;
  font-size: .16rem;
  font-weight: normal;
  line-height: .28rem;
  max-height: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section1 .inli16_l .cir {
  bottom: 1.8rem;
  text-align: center;
  width: 100%;
}

.section1 .inli16_l .cir span {
  opacity: 1;
  background: #fff;
  margin: 0 .05rem !important;
  width: .1rem;
  height: .1rem;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 0;
}

.section1 .swiper-button-next {
  display: none
}

.section1 .swiper-button-prev {
  display: none
}

.section1 .inli16_l .cir span.on {
  margin: 0 .1rem !important;
}

.section1 .inli16_l .cir span.on:before {
  content: "";
  position: absolute;
  width: .15rem;
  height: .15rem;
  border: #fff .01rem dotted;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.section1 .inli16_l .arror::after {
  display: none;
}

.section1 .inli16_r li {
  position: relative
}

.section1 .inli16_r li a {
  /* height: 1.06rem; */
  border-bottom: .01rem dashed #C4D5E4;
  display: block;
  padding: 0.181rem .1rem;
}

.section1 .inli16_r li.on a:after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #CDE1FD 0%, rgba(205, 225, 253, 0) 100%);
}


.section1 .inli16_r li a:hover h3 {
  color: #004795;
  font-weight: bold;
}

.section1 .inli16_r li a:hover .date::after {
  opacity: 1;
}

.section1 .inli16_r li a:hover::after {
  opacity: 1;
}

.section1 .inli16_b li a:hover h3 {
  font-weight: bold;
}


.section1 .inli16_r li a:hover .h3 {}

.section1 .inli16_r .date-t {
  border-bottom: none !important;
  background: url(../images/date_ico.png) left center no-repeat;
  padding-left: .25rem;
  background-size: .15rem .15rem;
  font-weight: normal;
  font-family: sySong;
  color: #004795;
  font-size: .16rem;
}

.section1 .inli16_r li:last-of-type a {
  border-bottom: none;
}

.section1 .inli16_r .h3 {
  width: 100%;
}

.section1 .inli16_r .date-t::after {
  width: .02rem;
  height: .25rem;
  left: 100%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background: #004795;
}

.section1 .inli16_r li:hover .date-t::after {
  opacity: 1;
}

.section1 .inli16_r span {
  font-size: .32rem;
  line-height: .3rem;
  color: #004795;
  font-family: Georgia;
}


.section1 .inli16_r h3 {
  font-size: .18rem;
  color: #333;
  line-height: .3rem;
  max-height: .6rem;
  font-weight: 400;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section1 .inli16_r p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}

.section1 .inli16_r li.on h3 {
  color: #004795;
  font-weight: 800
}

.section1 .inli16_r li.on p {
  display: block
}

.section1 .inli16_r li.on .date-t {
  display: none
}

.section1 .infolist16_02_l .imged {
  padding-bottom: 4rem;
}

.section1 .infolist16_02_r li {
  margin-bottom: .25rem;
}

.section1 .infolist16_02_r li a {
  display: flex;
  height: 1.21rem;
  align-items: center;
  justify-content: space-between;
  background: url(../images/tz_libg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0 .15rem;
}



.section1 .infolist16_02_r li .date {
  width: .85rem;
  border-right: #D8D8D8 1px solid;
  padding-right: .1rem;
}

.section1 .infolist16_02_r li .con {
  width: calc(100% - .75rem);
  padding-left: .2rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.section1 .infolist16_02_r li .date::after {
  width: 100%;
  height: .13rem;
  background: url(../images/infolist16_02_tim.png) no-repeat;
  background-size: 100% 100% !important;
  bottom: -0.1rem;
}

.section1 .infolist16_02_r li .con::after {
  width: .18rem;
  height: .12rem;
  background-size: 100% 100% !important;
  opacity: 0;
  right: .05rem;
  left: auto;
  bottom: -0.1rem;
}

.section1 .infolist16_02_r li .date p {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: normal;
  color: #004795;
  display: block;
  font-family: sySong;
}


.section1 .infolist16_02_r li .date i {
  display: block;
  font-style: normal;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.26rem;
  text-align: center;
  letter-spacing: normal;
  color: #004795;
  font-family: sySong;
}

.section1 .infolist16_02_r li .date .tim2 {
  margin-top: .2rem;
}

.section1 .infolist16_02_r li h3 {
  font-size: .18rem;
  color: #333;
  transition: 0.5s;
  font-weight: 400;
  line-height: .3rem;
  max-height: .6rem;
}

.section1 .infolist16_02_r li:hover h3 {
  font-weight: 800;
  color: #004795;
}

/*  */
.section2 {
  margin: 0 auto;
  padding: .5rem 0 .6rem 0;
  background: linear-gradient(180deg, rgba(205, 225, 253, 0.6) 0%, rgba(205, 225, 253, 0) 100%);
}

.section2 .index_tit {}



.section2 .s2con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .4rem;
}

.section2 .tit_img {
  background: #fff
}

.section2 .s2_left {
  width: 31%;
}

.section2 .s2_right {
  width: 31%;
}

.section2 .s2_center {
  width: 31%;
}

.section2 .ztztbox ul {
  margin: 0 -.15rem;
}

.section2 .ztztbox li {
  margin: 0 .15rem;
}

.section2 .ztztbox li:hover img {
  scale: (1.1);
  scale: 1.1;
  transition: all.3s;
}

.section2 .ztztbox li a {
  display: block;
  height: 1.6rem;
  overflow: hidden;
  transition: all.3s;
}

.section2 .ztztbox li img {
  width: 100%;
  height: 1.6rem;
  transition: all.3s;
}

.s2_list1 {
  background: #F5F9FD;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 71, 149, 0.1);
  padding: .10rem .25rem;
}

.s2_list1 ul {}

.s2_list1 li {
  margin: 0.125rem auto;
}

.s2_list1 li a {}

.s2_list1 li h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2_list1 .sdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s2_list1 li .sdate_txt {
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #004795;
  font-family: sySong;
  position: relative;
}

.s2_list1 li .sdate_txt i {
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #666666;
  font-style: normal;
}

.s2_list1 li .sdate_line {
  flex: 1;
  min-width: 0;
  border-bottom: 0.01rem dashed rgba(0, 71, 149, 0.3);
  margin-left: .1rem;
}

.s2_list1 li:hover h3 {
  font-weight: bold;
  color: #004795;
}

.s2_list2 {}

.s2_list2 ul {}

.s2_list2 li {}

.s2_list2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .205rem 0;
  transition: all 0.3s;
  border-bottom: 0.01rem dashed rgba(0, 71, 149, 0.3);
}

.s2_list2 li:first-child a {
  padding-top: 0;
}

.s2_list2 .rdate {
  text-align: center;
  width: 0.74rem;
  height: 0.76rem;
  border-radius: 0.15rem 0rem 0.15rem 0rem;
  background: #004795;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-family: sySong;
  transition: all .3s
}

.s2_list2 .rdate p {
  font-size: .22rem;
  font-weight: bold;
  line-height: .3rem;
  color: #fff;
}

.s2_list2 .rdate span {
  display: block;
  font-size: .16rem;
  line-height: .24rem;
  color: #fff;
}

.s2_list2 h3 {
  width: calc(100% - .9rem);
  font-size: .18rem;
  font-weight: normal;
  line-height: .28rem;
  max-height: .56rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s2_list2 li:hover .rdate {
  background: #B9251D;
  transition: all .3s
}

.s2_list2 li:hover h3 {
  font-weight: bold;
  color: #004795;
}

.s2_list3 {}

.s2_list3 ul {}

.s2_list3 li {
  margin-bottom: .39rem;
}

.s2_list3 li a {
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 71, 149, .2);
  display: block;
  line-height: .84rem;
  height: .84rem;
  position: relative;
  padding: 0 .2rem;
  transition: all .3s
}

.s2_list3 li a span {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #004795;
  border-radius: 0.1rem 0rem 0.1rem 0rem;
  background: #FFFFFF;
  display: block;
  width: 1.07rem;
  height: 0.37rem;
  line-height: .37rem;
  text-align: center;
  position: relative;
  left: 0;
  top: -.2rem;
  transition: all .3s;
  font-family: sySong;
}

.s2_list3 li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2_list3 li:hover a {
  background: url(../images/s2l3bg.png) right center #004795 no-repeat;
  font-weight: bold;
  color: #fff;
  background-size: auto 100%;
}

.s2_list3 li:hover a h3 {
  color: #fff;
  font-weight: bold;
}

.s2_list3 li:hover span {
  background: #B9251D;
  color: #fff
}

/*  */


/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {
  .banner img {
    height: auto
  }


}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }

}

@media screen and (max-width: 1024px) {
  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}

  .index_tit {
    margin-bottom: .1rem;
  }

  .section1 {
    background-size: 100% auto;
    padding: .4rem 0 .2rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .index_tc h3 {
    font-size: .3rem;
  }

  .section1 .infolist16_02_l .imged {
    padding-bottom: 65%;
  }

  .section1 .infolist16_02_l .inli16-t {
    display: block
  }

  .section1 .infolist16_02_l .inli16_l {
    width: 100%
  }

  .section1 .infolist16_02_l .inli16_r {
    width: 100%
  }

  .section1 .infolist16_02_t {
    display: block
  }

  .section1 .infolist16_02_l {
    width: 100%;
    margin-bottom: .4rem
  }

  .section1 .infolist16_02_r {
    width: 100%
  }

  .section2 .px1600 {
    display: block
  }

  .section2::after {
    top: 47.5%
  }

  .section3 {
    padding: .5rem 0 .5rem 0;
  }

  .flast_link {
    margin-top: .5rem;
  }

  .flast_link a {
    width: 48%;
    height: 1rem;
  }

  .section2 .s2_left {
    width: 100%;
    margin-bottom: .3rem
  }

  .section2 .s2_center {
    width: 100%;
    margin-bottom: .3rem
  }

  .section2 .s2_right {
    width: 100%;
  }

  .section2 .ztztbox li a {
    height: 1.3rem;
  }

  .section2 .ztztbox li img {
    height: auto;
  }
}


@media screen and (max-width: 768px) {
  .section1 .infolist16_02_l .inli16-t {
    display: block;
  }

  .section1 .infolist16_02_l .inli16_l {
    width: 100%;
    margin-bottom: .2rem;
  }

  .section1 .infolist16_02_l .inli16_r {
    width: 100%;
  }



  .index_news .ht-t {
    width: 100%
  }


  .section2 {
    padding: .2rem 0 .2rem 0;
  }



  .section2::after {
    display: none !important;
  }




  .footer .stdcopy16_15_link ul li:first-child {
    width: 100%;
  }

  .flast_link {
    display: block;
  }

  .flast_link a {
    width: 100%;
    margin: .1rem auto;
  }

  .footer .stdcopy16_15_c .stdcopy16_15_logo img {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }

  .section2 {
    padding-top: .4rem;
    padding-bottom: .15rem;
  }


}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}





@media screen and (max-width: 520px) {
    .section2 .ztztbox li a {
        height: 1.15rem;
    }
}


@media screen and (max-width:440px) {
    .section2 .ztztbox li a {
        height: 0.9rem;
    }
}

