body {
  overflow-x: hidden;
}


.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: .03rem;
  border-radius: .015rem;
  background-color: #F3F3F3;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: .09rem;
  border-radius: .045rem;
  background-color: #4EBBBC;
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #4EBBBC;
}

.com-tit {
  position: relative;
}

.com-tit h4 {
  font-size: .30rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: .12rem;
  line-height: 1;
  color: #505050;
  font-family: TaipeiSansTCBeta-Bold, TaipeiSansTCBeta;
}

.com-tit p {
  font-size: .30rem;
  color: #ef3e3e;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}


.section{
  position: relative;
  overflow: hidden;
}

.capital {
  text-transform: uppercase;
}

.w1440 {
  width: 14.40rem;
  margin: 0 auto;
}

.comH6BorBot {
  position: relative;
  line-height: 1;
  padding-bottom: .30rem;
}

.comH6BorBot:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .44rem;
  height: .07rem;
  background-color: #EF883E;
}

.btn {
  display: block;
  text-align: center;
  width: 1.20rem;
  height: .46rem;
  line-height: .46rem;
  border-radius: .40rem;
  border: 1px solid #D3D3D3;
  color: #6B6B6B;
  font-size: .18rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.btn:hover {
  border-color: #EF883E;
  background-color: #EF883E;
  color: #fff;
}

.btn:hover i {
  color: #fff;
}

.btn i {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  font-size: .18rem;
  color: #17A7A8;
  display: inline-block;
  vertical-align: middle;
  margin-left: .15rem;
}

.swiper-pagination-bullet {
  opacity: 1;
  margin-left: .27rem !important;
  margin-right: 0 !important;
  background-color: #EDEDED;
  cursor: pointer;
}

.swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17A7A8;
}

.header {
  /*position: absolute;*/
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

.comBanner {
  position: relative;
}

.comBanner img {
  display: block;
width:100%;
}

.comBanner .comTit {
  position: absolute;
  left: 1.20rem;
  padding-right: 1.20rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  /*margin-top: .60rem;*/
}

.comBanner .comTit h2 {
  font-size: 3em;
  /*margin-bottom: .22rem;*/
  line-height: 1;
  padding-left: .18rem;
  border-left: .07rem solid #fff;
}

.comBanner .comTit h2 span {
  text-transform: uppercase;
  font-size: 0.625em;
  display: inline-block;
  margin-left: .20rem;
}

.comBanner .comTit .intro {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 100;
display:none;
}

.breadCrumbs {
  line-height: 1.14rem;
  color: #606060;
  border-bottom: 1px solid #D5D5D5;
}

.breadCrumbs a {
  color: #606060;
}

.comNav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0px .02rem .30rem 0px rgba(227, 227, 227, 0.5);
}

.comNav ul {
  display: flex;
  justify-content: space-between;
}

.comNav.center ul {
  justify-content: center;
}
.comNav.center ul li {
  margin-right: 2.7rem;
}
.comNav.center ul li:last-child {
  margin-right: 0;
}

.comNav ul li.cur a:after, .comNav ul li a:hover:after {
  opacity: 1;
}

.comNav ul li.cur a .iconBox .iconimg, .comNav ul li a:hover .iconBox .iconimg {
  opacity: 0;
}

.comNav ul li.cur a .iconBox .iconimgCur, .comNav ul li a:hover .iconBox .iconimgCur {
  opacity: 1;
}

.comNav ul li.cur a p, .comNav ul li a:hover p {
  color: #ef3e3e;
}

.comNav ul li a {
  position: relative;
  display: block;
  padding-top: .37rem;
  padding-bottom: .37rem;
}

.comNav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .07rem;
  background-color: #ef3e3e;
  border-radius: .4rem .4rem 0px 0px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.comNav ul li a .iconBox {
  height: .45rem;
  position: relative;
  text-align: center;
  margin-bottom: .10rem;
}

.comNav ul li a .iconBox img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  height: 100%;
}

.comNav ul li a .iconBox img.iconimgCur {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.comNav ul li a p {
  font-size: 1.125em;
  line-height: 1;
  color: #707070;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/**/
.newsList {
  padding: .90rem 0 .92rem;
  background-color: #F6F6F6;
}
.newsList .w1440{
  position: relative;
  z-index: 2;
}

.newsList:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3.64rem;
  background-color: #fff;
}

.newsList .listSwiper {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url(../images/logoBg2.png) right top no-repeat;
  background-size: 4.26rem auto;
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.46rem 0px rgba(0, 0, 0, 0.09);
  border-radius: .20rem;
  margin-bottom: .36rem;
}

.newsList .listSwiper .listT {
  display: flex;
  padding: .36rem .83rem .36rem .34rem;
  align-items: center;
}

.newsList .listSwiper .listSwiper-pag {
  position: absolute;
  left: auto;
  width: auto;
  right: .57rem;
  bottom: .40rem;
  font-size: 0;
  z-index: 2;
}

.newsList .listSwiper .listSwiper-pag .swiper-pagination-bullet {
  background-color: #EDEDED;
  opacity: 1;
  margin-right: 0;
  margin-left: .27rem;
}

.newsList .listSwiper .listSwiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17A7A8;
}

.newsList .listSwiper .img {
  width: 5.87rem;
}

.newsList .listSwiper .img img {
  display: block;
  width: 100%;
}

.newsList .listSwiper .txt {
  padding-left: .77rem;
  width: 5.60rem;
  color: #505050;
}

.newsList .listSwiper .txt .time {
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 0.15rem;
  color: #505050;
  display: block;
  letter-spacing: 1px;
}

.newsList .listSwiper .txt h4 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.44rem;
  font-weight: bold;
}

.newsList .listSwiper .txt .introduction {
  line-height: 1.875;
  margin-bottom: 0.44rem;
  color: #6B6B6B;
}

.newsList .list li {
  margin-bottom: .30rem;
}

.newsList .list li:last-child {
  margin-bottom: 0;
}

.newsList .list li a {
  display: block;
  color: #7C7C7C;
  line-height: .80rem;
  box-shadow: 0px 1px 0.23rem 0px rgba(181, 181, 181, 0.17);
  background-color: #fff;
  padding: .17rem 0;
  border-radius: .20rem;
  position: relative;
  overflow: hidden;

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.newsList .list li a:hover {
  color: #EF883E;
}

.newsList .list li a:hover .iconA {
  background-color: #EF883E;
  color: #fff;
}

.newsList .list li a .time {
  font-size: 1.25em;
  float: left;
  width: 2.16rem;
  text-align: center;
  border-right: 1px solid #EFEFEF;
}

.newsList .list li a .iconA {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  color: #17A7A8;
  border-left: 1px solid #EFEFEF;


  
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.newsList .list li a .iconA i {
  font-size: .18rem;
}

.newsList .list li a h4 {
  margin-left: 2.16rem;
  margin-right: 1.15rem;
  padding: 0 .57rem;
  font-size: 1.125em;
}

/**/
.newsContent {
  background-color: #fff;
}
.newsContent .w1440{
  position: relative;
  z-index: 2;
}
.newsContent:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 4.71rem;
  background: #F6F6F6;
  z-index: 0;
}

.newsContent .content {
}

.newsContent .content .tit {
  padding: .68rem 1.22rem;
  color: #505050;
}

.newsContent .content .tit .time {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.14rem;
}

.newsContent .content .tit h1 {
  font-size: 2.25em;
  line-height: 1.5;
  font-weight: bold;
}

.newsContent .content .con {
  padding: .52rem 1.22rem;
  background-color: #fff;
  box-shadow: 0px 0.24rem 0.26rem 0px rgba(150, 150, 150, 0.08);
  border-radius: .20rem;
}

.newsContent .content .con .art {
  color: #4E4E4E;
  font-size: 1.125em;
  line-height: 1.66;
}

.newsContent .content .con .art p {
  margin-bottom: 1.66em;
}

.newsContent .content .con .art p:last-child {
  margin-bottom: 0;
}

.newsContent .content .con .share {
  padding-top: .45rem;
  text-align: right;
}

.newsContent .content .con .share a {
  color: #3A3A3A;
  display: inline-block;
  margin-left: .20rem;
  width: .52rem;
  height: .52rem;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  text-align: center;
  line-height: .50rem;
  font-size: .20rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.newsContent .content .con .share a #weixin{
  width: 1.6rem;
  position: absolute;
  left: 50%;
  bottom: 110%;
  margin-left: -.80rem;
  display: none;
}
.newsContent .content .con .share a #weixin canvas{
  width: 100%;
  display: block;
}
.newsContent .content .con .share a:hover #weixin{
  display: block;
}

.newsContent .content .con .share a:hover {
  border-color: #17A7A8;
  background-color: #17A7A8;
  color: #fff;
}

.newsContent .prev-next {
  padding: .47rem 0 .55rem;
}

.newsContent .prev-next a {
  line-height: 1.875;
  color: #4E4E4E;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.newsContent .prev-next a:hover {
  color: #17A7A8;
}

.newsContent .prev-next a.next {
  text-align: right;
}

/**/
.publicWelfare {
  position: relative;
}

.publicWelfare .w1440{
    position: relative;
    z-index: 1;
}

.publicWelfare:after {
  content: '';
  position: absolute;
  left: 0;
  height: 7.09rem;
  width: 100%;
  top: 0;
  z-index: 0;
  background: url(../images/logoBg5.png) right top no-repeat #F6F6F6;
  background-size: 7.06rem auto;
}

.publicWelfare .conT {
  padding-top: .92rem;
  margin-bottom: .53rem;
}

.publicWelfare .conT .tit {
  position: relative;
  padding-top: .23rem;
}

.publicWelfare .conT .tit:before {
  content: '';
  position: absolute;
  width: .44rem;
  left: 0;
  height: .07rem;
  top: 0;
  background-color: #EF883E;
}

.publicWelfare .conT .tit h2 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.16rem;
  font-weight: bold;
  color: #505050;
}

.publicWelfare .conT .tit .en {
  font-size: 1.875em;
  line-height: 1;
  color: #BABABA;
}

.publicWelfare .conT .txt {
  margin-left: 3.58rem;
  font-size: 1.125em;
  line-height: 1.66;
  color: #717171;
}

.publicWelfare .conT .txt p {
  margin-bottom: 1.66em;
}

.publicWelfare .conT .txt p:last-child {
  margin-bottom: 0;
}

.publicWelfare .eduSwiper {
  position: relative;
  padding-top: .35rem;
  padding-bottom: .62rem;
  /*width: 10.95rem;*/
  width: 8.76rem;
  margin: 0 auto;
  position: relative;
}

.publicWelfare .eduSwiper.eduSwiperNo{
    width: 100%;
}
.publicWelfare .eduSwiper.eduSwiperNo .swiper-slide{
    width: 50%;
    opacity: 1;
}
.publicWelfare .eduSwiper.eduSwiperNo .swiper-slide .img{
    transform: none;
}
.publicWelfare .eduSwiper.eduSwiperNo .swiper-slide .txt{
    opacity: 1;
}


.publicWelfare .eduSwiper .swiper-slide {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  opacity: .66;
  padding: 0 .50rem;
}

.publicWelfare .eduSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.publicWelfare .eduSwiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
}

.publicWelfare .eduSwiper .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}

.publicWelfare .eduSwiper .swiper-slide .img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: scale(0.89);
  border-radius: .20rem;
  overflow: hidden;
  box-shadow: 0px 0.02rem 0.37rem 0px rgba(126, 126, 126, 0.44);
  margin-bottom: .92rem;
}

.publicWelfare .eduSwiper .swiper-slide .img img {
  display: block;
}

.publicWelfare .eduSwiper .swiper-slide .txt {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  opacity: 0;
}

.publicWelfare .eduSwiper .swiper-slide .txt h6 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.24rem;
  color: #505050;
  position: relative;
  padding-bottom: .34rem;
}

.publicWelfare .eduSwiper .swiper-slide .txt h6:after {
  content: '';
  position: absolute;
  width: .44rem;
  left: 0;
  height: .07rem;
  bottom: 0;
  background-color: #EF883E;
}

.publicWelfare .eduSwiper .swiper-slide .txt .intro {
  font-size: 1.125em;
  line-height: 1.66;
  margin-bottom: 0.52rem;
  color: #717171;
}

.publicWelfare .eduSwiper .edu-pag {
  position: absolute;
  width: 100%;
  left: 0;
  /*top: 7.20rem;*/
  top: 5.70rem;
  bottom: auto;
  text-align: center;
  z-index: 2;
}

.publicWelfare .eduSwiper .edu-btn {
  position: absolute;
  left: -1.00rem;
  /*top: 8.12rem;*/
  bottom: 2.12rem;
  width: .65rem;
  height: .65rem;
  text-align: center;
  line-height: .65rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: .18rem;
  color: #3CAFA5;
  border: 1px solid #3CAFA5;
  z-index: 2;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.publicWelfare .eduSwiper .edu-btn:hover{
  border-color: #EF883E;
  background-color: #EF883E;
}
.publicWelfare .eduSwiper .edu-btn:hover i{
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.publicWelfare .eduSwiper .edu-btn:hover i{
  color: #fff;
}

.publicWelfare .eduSwiper .edu-btn.edu-next {
  left: auto;
  right: -1.00rem;
}

/*publicWelfareCon*/
.swiper-btn {
  position: absolute;
  width: .65rem;
  height: .65rem;
  left: -.65rem;
  text-align: center;
  line-height: .65rem;
  border: 1px solid #3CAFA5;
  color: #3CAFA5;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  margin-top: -.37rem;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.swiper-btn.swiper-next {
  left: auto;
  right: -.65rem;
}

.swiper-btn:hover {
  border-color: #EF883E;
  background-color: #EF883E;
  color: #fff;
}

.swiper-btn i {
  font-size: .22rem;
}

.publicWelfareCon {
  background-color: #fff;
  position: relative;
}

.publicWelfareCon .w1440{
  position: relative;
  z-index: 1;
}

.publicWelfareCon:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 7.00rem;
  top: 0;
  background: url(../images/logoBg5.png) right top no-repeat #F6F6F6;
  background-size: 7.06rem auto;
}

.publicWelfareCon .conTit {
  padding: .48rem 0 .50rem;
}

.publicWelfareCon .conTit .comH6BorBot {
  font-size: 1.5em;
  margin-bottom: .24rem;
}

.publicWelfareCon .conTit .txt {
  font-size: 1.125em;
  font-weight: 400;
  color: #717171;
  line-height: 1.66;
}

.publicWelfareCon .conTit .txt p {
  margin-bottom: 1.66em;
}

.publicWelfareCon .conTit .txt p:last-child {
  margin-bottom: 0;
}

.publicWelfareCon .publicWelfareConSwiper {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  width: 100%;
  margin-left: -.35rem;
  padding: 0 .35rem .71rem;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide {
  padding: .35rem 0 .40rem;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide .por {
  position: relative;
  box-shadow: 0px 0.02rem 0.37rem 0px rgba(126, 126, 126, 0.44);
  height: 4.43rem;
  border-radius: .20rem;
  overflow: hidden;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide .por .play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide .por .play i {
  color: #fff;
  font-size: .76rem;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide .por img, .publicWelfareCon .publicWelfareConSwiper .swiper-slide .por video {
  width: 100%;
  display: block;
}

.publicWelfareCon .publicWelfareConSwiper .swiper-slide .por video {
  object-fit: cover;
  height: 100%;
}

.publicWelfareCon .publicWelfareConSwiper .swiperOperation {
  position: relative;
  text-align: center;
  max-width: 6.06rem;
  margin: .21rem auto 0;
  padding: 0 .70rem;
}

.publicWelfareCon .publicWelfareConSwiper .swiperOperation .swiper-pag {
  position: relative;
  display: inline-block;
}

.publicWelfareCon .publicWelfareConSwiper .swiperOperation .swiper-btn {
  position: absolute;
  width: .65rem;
}




/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
.aboutUs {
  background-size: 3.42rem auto;
  /*Ã¥Å¸ÂºÃ©â€¡â€˜Ã¤Â¼Å¡Ã§Â®â‚¬Ã¤Â»â€¹*/
  /*Ã§Â»â€žÃ§Â»â€¡Ã¦Å¾Â¶Ã¦Å¾â€ž*/
  /*Ã¥Â¤Â§Ã¤Âºâ€¹Ã¨Â®Â°*/
  /*Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬*/
}

.aboutUs .introduction {
  padding: .80rem 0 .88rem;
}

.aboutUs .introduction .com-tit {
  margin-bottom: .45rem;
}

.aboutUs .introduction .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .77rem;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: .80rem;
}

.aboutUs .introduction .intro .introLogo {
  width: 4.74rem;
  margin-left: -.51rem;
}

.aboutUs .introduction .intro .introLogo img {
  display: block;
  max-width: inherit;
  width: 100%;
}

.aboutUs .introduction .intro .introTxt {
  line-height: 1.875;
  color: #7C7C7C;
font-size:.18rem;
}

.aboutUs .introduction .introList ul {
  display: flex;
  justify-content: center;
}

.aboutUs .introduction .introList ul li {
  width: 33.33%;
  text-align: center;
}

.aboutUs .introduction .introList ul li .img {
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background-color: #F6F6F6;
  margin: 0 auto .25rem;
}

.aboutUs .introduction .introList ul li .img img {
  position: relative;
  width: .55rem;
  display: block;
  top: 0.1rem;
  margin: 0 auto;
}

.aboutUs .introduction .introList ul li h6 {
  font-size: 1.375em;
  margin-bottom: .14rem;
  color: #505050;
}

.aboutUs .introduction .introList ul li .txt {
  line-height: 1.875;
  color: #7C7C7C;
}

.aboutUs .team {
  background-color: #F6F6F6;
  padding: .94rem 0;
}

.aboutUs .team .w1440 {
  position: relative;
}

.aboutUs .team .com-tit {
  position: absolute;
  z-index: 2;
}

.aboutUs .team .teamImg {
  margin-bottom: .63rem;
}

.aboutUs .team .teamImg img {
  display: block;
}

.aboutUs .team .teamList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aboutUs .team .teamList ul li {
  margin-top: .30rem;
  background-color: #fff;
  border-radius: .20rem;
  box-shadow: 0px 1px 23px 0px rgba(181, 181, 181, 0.17);
  width: 7.00rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.aboutUs .team .teamList ul li:nth-of-type(1), .aboutUs .team .teamList ul li:nth-of-type(2) {
  margin-top: 0;
}

.aboutUs .team .teamList ul li .img {
  width: 3.31rem;
}

.aboutUs .team .teamList ul li .img img {
  display: block;
}

.aboutUs .team .teamList ul li .txt {
  width: 3.89rem;
  padding: 0 .42rem 0 .46rem;
}

.aboutUs .team .teamList ul li .txt .tag {
  display: block;
  color: #767676;
  margin-bottom: .20rem;
}

.aboutUs .team .teamList ul li .txt h6 {
  font-size: 1.375em;
  margin-bottom: .37rem;
  color: #505050;
  position: relative;
  padding-bottom: .28rem;
}

.aboutUs .team .teamList ul li .txt h6:after {
  content: '';
  position: absolute;
  width: .23rem;
  left: 0;
  height: .04rem;
  bottom: 0;
  background-color: #17A7A8;
}

.aboutUs .team .teamList ul li .txt p {
  color: #6B6B6B;
  line-height: 1.875;
}

.aboutUs .history {
  padding: .82rem 0 .58rem;
}

.aboutUs .history .com-tit {
  margin-bottom: .84rem;
}

.aboutUs .history .historyBox {
  position: relative;
}

.aboutUs .history .historyBox .historySwiper {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  width: 100%;
  left: -.23rem;
  padding: 0 .23rem .24rem;
}

.aboutUs .history .historyBox .swiper-slide h6 {
  text-align: center;
  font-size: 3em;
  color: #505050;
  line-height: .84rem;
  margin-bottom: .44rem;
}

.aboutUs .history .historyBox .swiper-slide .historyItem {
  padding: .43rem .37rem;
  position: relative;
  border-radius: .20rem;
  box-shadow: 0px 1px 23px 0px rgba(181, 181, 181, 0.27);
}

.aboutUs .history .historyBox .swiper-slide .historyItem .scrollBox {
  position: relative;
  overflow: hidden;
  max-height: 3.07rem;
}

.aboutUs .history .historyBox .swiper-slide .historyItem ul {
  color: #6B6B6B;
}

.aboutUs .history .historyBox .swiper-slide .historyItem ul li {
  position: relative;
  font-size: 1.125em;
  line-height: 1.22;
  padding-left: .25rem;
  margin-bottom: .35rem;
  text-align: justify;
}

.aboutUs .history .historyBox .swiper-slide .historyItem ul li:last-child {
  margin-bottom: 0;
}

.aboutUs .history .historyBox .swiper-slide .historyItem ul li:before {
  content: '';
  position: absolute;
  width: .07rem;
  height: .07rem;
  border-radius: 50%;
  background-color: #4EBBBC;
  left: 0;
  top: .07rem;
}

.aboutUs .history .historyBox .swiper-btn {
  z-index: 2;
  left: 0;
  top: 0;
  bottom: auto;
  margin-top: 0;
}

.aboutUs .history .historyBox .swiper-btn.swiper-next {
  left: auto;
  right: 0;
}

.aboutUs .contentUs {
  /* padding: .89rem 0 1.00rem; */
  /* background-color: #F6F6F6; */
}

.aboutUs .contentUs .con {
  width: 10.00rem;
}

.aboutUs .contentUs .con ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.aboutUs .contentUs .con ul li {
  /* margin-right: 15px; */
  float: left;
  width: 25%;
  /* padding-right: .20rem; */
  color: #6B6B6B;
  /* margin-top: .70rem; */
  /* background-color: #f5f5f5; */
}

.aboutUs .contentUs .con ul li:nth-of-type(1), .aboutUs .contentUs .con ul li:nth-of-type(2) {
  margin-top: 0;
}

.aboutUs .contentUs .con ul li .tag {
  font-size: 1.375em;
  margin-bottom: .24rem;
}

.aboutUs .contentUs .con ul li .tag i {
  font-size: .25rem;
  color: #ef3e3e;
  margin-right: .06rem;
}

.aboutUs .contentUs .con ul li div {
  font-size: 1.125em;
}

.aboutUs .contentUs .con ul li div a {
  color: #6B6B6B;
}

.aboutUs .contentUs .con .ermBox {
  width: 1.52rem;
  text-align: center;
  font-size: 1.125em;
  color: #6B6B6B;
  line-height: 1.66;
}

.aboutUs .contentUs .con .ermBox img {
  display: block;
  margin: 0 auto .13rem;
}






.search-section {
  position: relative;
  z-index: 2;
}

.search-section .search-top {
  max-width: 12.30rem;
  margin: 0 auto .60rem;
}

.search-section .search-top form {
  margin-bottom: .20rem;
  background-color: #fff;
  height: 1.10rem;
  position: relative;
  box-shadow: 0px 0.02rem 0.46rem 0px rgba(0, 0, 0, 0.09)
}

.search-section .search-top form input {
  display: block;
  width: 100%;
  height: 1.10rem;
  border: none;
  padding-right: 2.16rem;
  padding-left: .50rem;
}

.search-section .search-top form button {
  border: none;
  background-color: #053c96;
  text-align: center;
  line-height: 1.10rem;
  width: 1.85rem;
  height: 1.10rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.search-section .search-top form button i {
  font-size: .30rem;
}

.search-section .search-top form button svg {
  vertical-align: middle;
  width: .30rem;
  height: .30rem;
}

.search-section .search-top form button .icon-search {
          /*display: inline-block;
          width: .3rem;
          height: .3rem;*/
  background: url(../icon/search-24px.svg) no-repeat;
}

.search-section .search-top p {
  font-size: .16rem;
  color: #5c5c5c;
  line-height: 1;
  line-height: 1.05;
}

.search-section .search-top p span {
  color: #17A7A8;
}




.legalNotices{
  padding: .60rem 0;
}


@media screen and (max-width: 750px) {
  .header{
    position: relative;
  }

  .comBanner{
    position: relative;
    height: 4.00rem;
    overflow: hidden;
  }
  .comBanner img{
    position: absolute;
    height: 100%;
    top: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
  }
  .comBanner .comTit{
    margin-top: 0;
    left: .57rem;
  }
  .comBanner .comTit h2{
    font-size: 2em;
  }
  .comBanner .comTit .intro{
    font-size: 1.2em;
  }


  .w1440{
    padding-left: .32rem;
    padding-right: .32rem;
    width: 100%;
  }

  .com-tit h4, .com-tit p{
    font-size: 1.4em;
  }
  .swiper-btn, .publicWelfare .eduSwiper .edu-btn{
    width: .90rem;
    height: .90rem;
    line-height: .90rem;
    border-radius: 50%;
  }

  .btn{
    width: 2.04rem;
    line-height: .88rem;
    height: .90rem;
    border-radius: .45rem;
  }

  /**/
  .comNav ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .comNav ul li{
    width: 33%;
    text-align: center;
  }
  .comNav.center ul li{
    margin-right: 0;
  }

  
  /*aboutUs*/
  .aboutUs .introduction{

  }
  .aboutUs .introduction .intro{
    display: block;
  }
  .aboutUs .introduction .intro .introLogo{
    margin: 0 auto .30rem;
  }
  .aboutUs .introduction .intro .introTxt{
    width: 100%;
    font-size: 1.125em;
  }

  .aboutUs .introduction .introList ul{
    flex-wrap: wrap;
  }
  .aboutUs .introduction .introList ul li{
    min-width: 50%;
    width: auto;
    margin-bottom: .30rem;
  }


  /*team*/
  .aboutUs .team .com-tit{
    position: static;
    margin-bottom: .45rem;
  }
  .aboutUs .team .teamList ul{
    display: block;
  }
  .aboutUs .team .teamList ul li{
    margin-bottom: .30rem;
    width: 100%;
    align-items: stretch
  }
  .aboutUs .team .teamList ul li:last-child{
    margin-bottom: 0;
  }
  .aboutUs .team .teamList ul li .img{
    position: relative
  }
  .aboutUs .team .teamList ul li .txt{
    padding: .20rem .42rem .20rem .46rem
  }


  /*history*/
  .aboutUs .history .historyBox{
    padding-bottom: 1.20rem;
  }
  .aboutUs .history .historyBox .swiper-btn{
    top: auto;
    bottom: 0;
  }
  .aboutUs .history .historyBox .swiper-slide .historyItem ul li{
    font-size: 1.25em;
    line-height: 1.5;
  }


  /*contentUs*/
  .aboutUs .com-tit{
    float: none;
    margin-bottom: .45rem;
  }
  .aboutUs .contentUs .con{
    width: 100%;
    float: none;
  }
  .aboutUs .contentUs .con ul{
    float: none;
    display: block;
    width: 100%;
    margin-bottom: .60rem;
  }
  .aboutUs .contentUs .con ul li{
    float: none;
    margin-bottom: .30rem;
    width: 100%;
    margin-top: 0;
  }

  .aboutUs .contentUs .con .ermBox{
    width: 100%;
    float: none;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
  }
  .aboutUs .contentUs .con .ermBox img{
    width: 3.00rem;
    /*margin: 0;
    margin-right: .30rem;*/
  }






  /*news*/
  .newsList .listSwiper .listT{
    display: block;
    padding: .36rem .32rem .80rem;
  }
  .newsList .listSwiper .img{
    width: 100%;
    margin-bottom: .30rem;
  }
  .newsList .listSwiper .txt{
    width: 100%;
    padding-left: 0;
  }

  .newsList .list li a{
    padding: .32rem;
  }
  .newsList .list li a .time{
    float: none;
    display: block;
    border-right: none;
    text-align: left;
    position: relative;
    top: -.10rem;
  }
  .newsList .list li a h4{
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: .30rem;
    line-height: 1.8;
  }
  .newsList .list li a .iconA{
    border: none;
  }


  /*news content*/
  .newsContent .content .tit{
    padding: .68rem 0;
  }
  .newsContent .content .tit .time{
    display: block;
    margin-bottom: .30rem;
  }
  .newsContent .content .tit h1{
    font-size: 1.8em;
  }
  .newsContent .content .con{
    padding: .52rem .32rem;
  }
  .newsContent .content .con .share a{
    width: .90rem;
    height: .90rem;
    line-height: .90rem;
  }
  .newsContent .content .con .share a i{
    font-size: .40rem;
  }
  .newsContent .prev-next a{
    float: none;
    margin-bottom: .30rem;
    display: block;
  }
  .newsContent .prev-next a.next{
    text-align: left;
  }
  .newsContent .prev-next a:last-child{
    margin-bottom: 0;
  }




  /*publicWelfare*/
  .publicWelfare{
    padding-bottom: .60rem;
  }
  .publicWelfare .conT .tit{
    float: none;
    margin-bottom: .45rem;
  }
  .publicWelfare .conT .txt{
    margin-left: 0;
  }

  .publicWelfare .eduSwiper{
    width: 100%;
    /*overflow: hidden;*/
    padding-bottom: 1.30rem;
  }
  .publicWelfare .eduSwiper.eduSwiperNo .swiper-slide{
    width: 100%;
  }
  .publicWelfare .eduSwiper .hidden{
    display: block
  }
  .publicWelfare .eduSwiper .swiper-slide{
    padding: 0;
  }
  .publicWelfare .eduSwiper .swiper-slide .txt{
    opacity: 1;
  }
  .publicWelfare .eduSwiper .swiper-slide .txt h6{
    line-height: 1.5;
  }

  .publicWelfare .eduSwiper .edu-btn{
    bottom: 0;
    left: 0;
  }
  .publicWelfare .eduSwiper .edu-btn.edu-next{
    left: auto;
    right: 0;
  }
  .publicWelfare .eduSwiper .edu-pag{
    padding: 0 1.00rem;
    top: auto;
    bottom: .35rem;
  }

  /**/
  .publicWelfareCon .conTit .comH6BorBot{
    line-height: 1.5;
  }
  .publicWelfareCon .publicWelfareConSwiper .swiperOperation .swiper-btn{
    width: .90rem;
  }
  .swiper-btn{
    left: 0;
  }
  .swiper-btn.swiper-next{
    right: 0;
  }

}


