.head-page .item.itemone>a span {
  color: #299AB1;
}

.head-page .item.itemone>a::after {
  transform: scale(1);
  opacity: 1;
}

.see_btn {
  transition: all .4s;
}

.see_btn img {
  margin-left: 7px;
}

.see_btn:hover {
  transform: translateX(5px);
}

.index_pg01 .l {
  width: 63.4%;
  border-right: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding-right: 6.35%;
  box-sizing: border-box;
}

.index_pg01 .item {
  width: 31.2%;
  margin-right: 3.2%;
  background: url(/img/index_bg01.png) no-repeat center/cover;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
  height: 382px;
  padding: 38px 30px;
  box-sizing: border-box;
  position: relative;
  transition: all .4s;
  z-index: 1;
  overflow: hidden;
}

.index_pg01 .item:last-child {
  margin-right: 0;
}

.index_pg01 .item .icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_pg01 .item img {
  transition: all .4s;
}

.index_pg01 .item .h_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.index_pg01 .item .tit {
  margin: 16px 0 9px;
  transition: all .4s;
}

.index_pg01 .item .con {
  transition: all .4s;
  opacity: 0;
  /* color: #2A9AB2; */
}
.index_pg01 .item .con p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index_pg01 .item .con p a{
  color: #fff;
}
.index_pg01 .view_btn {
  position: absolute;
  right: 30px;
  bottom: 14px;
  display: flex;
  align-items: center;
  transition: all .4s;
}

.index_pg01 .view_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: url(/img/view_btn.png) no-repeat center/cover;
  margin-left: 10px;
  transition: all .4s;
}

.index_pg01 .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/index_bg001.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-102%);
  transition: all .4s;
}



.watch_btn {
  width: 174px;
  height: 48px;
  border: 1px solid #D0DEDF;
  color: #333333;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all .4s;
}

.watch_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2A9AB2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .4s;
}

.watch_btn::after {
  content: "";
  display: flex;
  width: 24px;
  height: 3px;
  background: url(/img/watch_hbtn.png) no-repeat center/cover;
  margin-left: 15px;
  transition: all .4s;
}

.watch_btn:hover {
  color: #FFFFFF;
}

.watch_btn:hover::before {
  width: 100%;
}

.watch_btn:hover::after {
  background: url(/img/watch_btn.png) no-repeat center/cover;
}

.watch_fbtn {
  color: #F9F9F9;
}

.watch_fbtn::before {
  background: #FFFFFF;
}

.watch_fbtn::after {
  background: url(/img/watch_btn.png) no-repeat center/cover;
}

.watch_fbtn:hover {
  color: #2A9AB2;
}

.watch_fbtn:hover::after {
  background: url(/img/watch_hbtn.png) no-repeat center/cover;
}

.index_pg01 .watch_btn {
  margin-top: 0;
}

.index_pg01 .r {
  width: 36.6%;
}

.index_pg01 .head {
  max-width: 300px;
  margin: 44px auto 20px;
  position: relative;
}

.index_pg01 .heae_icon {
  position: relative;
  right: -100px;
}

.index_pg02 {
  height: 932px;
  background: url(/img/index_bg02.jpg) no-repeat center/cover;
}

.index_pg02 .lists {
  padding-left: 12.2%;
  box-sizing: border-box;
}

.index_pg02 .lists .swiper-slide {
  padding: 0 40px;
  box-sizing: border-box;
  overflow: initial;
  width: 42.8%;
}

.index_pg02 .lists .img img{
   display: block;
}

.index_pg02 .lists .texts {
  width: 507px;
  height: 282px;
  background: #079DAB;
  padding: 15px 20px 15px 29px;
  box-sizing: border-box;
  position: relative;
  left: -40px;
  top: -130px;
  opacity: 0;
  transition: all .4s;
}

.index_pg02 .lists .texts_num {
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_pg02 .texts_title {
  padding-right: 9px;
  box-sizing: border-box;
}
.index_pg02 .lists .texts_con {
  margin-top: 28px;
  max-height: 144px;
  overflow-y: auto;
  padding-right: 9px;
  box-sizing: border-box;
}

.index_pg02 .lists .swiper-slide-active .texts {
  opacity: 1;
}

.index_pg02 header {
  position: relative;
  padding-bottom: 108px;
}

.index_pg02 .nav_items {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
}

.index_pg02 .nav_items .swiper-container {
  height: 72px;
}

.index_pg02 .nav_items .swiper-slide {
  cursor: pointer;
  height: 24px !important;
  overflow: initial;
}

.index_pg02 .nav_items .nav_mum {
  color: #333;
}

.index_pg02 .nav_items .nav_text::before {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #666666;
  transition: all .4s;
  margin: 0 8px;
}

.index_pg02 .nav_items .nav_text {
  color: #333;
  display: flex;
  align-items: center;
}

.index_pg02 .nav_items .swiper-slide-thumb-active .nav_mum {
  color: #079dab;
}

.index_pg02 .nav_items .swiper-slide-thumb-active .nav_text {
  color: #079dab;
}

.index_pg02 .nav_items .swiper-slide-thumb-active .nav_text::before {
  background: #079dab;
  width: 28px;
}

.index_pg03 .nav_items {
  position: relative;
  z-index: 3;
}

.index_pg03 .item {
  width: 225px;
  height: 227px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-right: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all .4s;
  z-index: 1;
}

.index_pg03 .item:last-child {
  margin-right: 0;
}

.index_pg03 .item .icon {
  margin-bottom: 14px;
  width: 84px;
  height: 84px;
  border: 3px solid #EAEAEA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .4s;
}

.index_pg03 .item .icon img {
  transition: all .4s;
}

.index_pg03 .item .icon .h_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.index_pg03 .item .text {
  transition: all .4s;
}

.index_pg03 .item::after {
  content: "";
  display: flex;
  width: 102%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: -1%;
  border-radius: 8px;
  z-index: -2;
}

.index_pg03 .item:nth-child(2n-1)::after {
  background: #2a9ab2;
}

.index_pg03 .item:nth-child(2n)::after {
  background: #008bd0;
}

.index_pg03 .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #079DAB;
  z-index: -1;
  transform: translateY(105%);
  transition: all .4s;
}

.index_pg03 .item.active::before {
  transform: translateY(0);
}

.index_pg03 .item.active .p_img {
  opacity: 0;
}

.index_pg03 .item.active .h_img {
  opacity: 1;
}

.index_pg03 .item.active .text {
  color: #FFFFFF;
}

.index_pg03 .lists {
  background: url(/img/index_bg04.jpg) no-repeat center/cover;
  height: 610px;
  width: 94.15%;
  margin: 0 auto;
  position: relative;
  margin-top: -100px;
  background-attachment: fixed;
}

.index_pg03 .lists .main {
  display: flex;
  align-items: center;
  height: 100%;
}

.index_pg03 .lists .advice {
  width: 73.45%;
  padding-left: 5%;
}

.index_pg04 .lists_l {
  height: 620px;
  background: #FFFFFF;
  width: 62.85%;
  padding: 20px;
  box-sizing: border-box;
}

.index_pg04 .lists_l .img {
  width: 100%;
  height: 344px;
  display: block;
}

.index_pg04 .lists_l .time {
  margin: 40px 0 10px;
}

.index_pg04 .see_btn {
  margin-top: 30px;
}

.index_pg04 .lists_l:hover .img img {
  height: 105%;
}

.index_pg04 .lists_l:hover .tit {
  color: #2A9AB2;
}

.index_pg04 .lists_r {
  height: 620px;
  background: #FFFFFF;
  width: 35.9%;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index_pg04 .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_pg04 .tit.w370 {
  max-width: 370px;
}

.index_pg04 .con {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.index_pg04 .list {
  padding: 22px 0 20px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}

.index_pg04 .list:first-child {
  padding-top: 5px;
}

.index_pg04 .list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #2A9AB2;
  transition: all .4s;
}

.index_pg04 .list:hover::after {
  width: 100%;
}

.index_pg04 .list:hover .tit {
  color: #2A9AB2;
}

.index_pg05 {
  height: 574px;
  background: url(/img/index_bg05.jpg) no-repeat center/cover;
}

.index_pg05 .advice {
  width: 49%;
}

.index_pg05 .con {
  margin: 60px 0 50px;
}

.watch_abtn {
  border: 1px solid #2A9AB2;
  color: #2A9AB2;
}

.watch_abtn::after {
  background: url(/img/watch_hbtn.png) no-repeat center/cover;
}



@media only screen and (min-width:960px) {
  .index_pg01 .item:hover:after {
    transform: translateX(0);
  }
  
  .index_pg01 .item:hover .tit {
    color: #FFFFFF;
  }
  .index_pg01 .item:hover .con{
    opacity: 1;
  }
  
  .index_pg01 .item:hover .h_img {
    opacity: 1;
  }
  
  .index_pg01 .item:hover .p_img {
    opacity: 0;
  }
  
  .index_pg01 .item:hover .view_btn {
    color: #FFFFFF;
  }
  
  .index_pg01 .item:hover .view_btn::after {
    background: url(/img/view_hbtn.png) no-repeat center/cover;
  }
}

@media only screen and (max-width:1600px) {
  .index_pg02{
    height: 882px;
  }
  .index_pg02 .lists {
    padding-left: 5.35%;
  }
}
@media only screen and (max-width:1480px) {
  .index_pg02 {
    height: 850px;
  }
}


@media only screen and (max-width:1366px) {
  .index_pg02 .lists .texts {
    width: 457px;
    height: 234px;
  }
  .index_pg02 .lists .texts_con{
    max-height: 119px;
  }
  .index_pg02 {
    height: 770px;
  }
}

@media only screen and (max-width:1280px) {
  .index_pg02 {
    height: 745px;
  }
  .index_pg01 .r {
    width: 30.6%;
  }
  .index_pg01 .l {
    width: 66.4%;
  }
}

@media only screen and (max-width:1200px) {
  .f36 {
    font-size: 28px;
  }
  .about_links.links{
    width: 250px;
  }
  .index_pg01 .head {
    max-width: 250px;
  }
  .index_pg01 .heae_icon{
    display: none;
  }

  .index_pg02 {
    height: 740px;
  }
  .index_pg02 .lists .texts {
    width: 448px;
  }
  .index_pg02 .lists .swiper-slide {
    padding: 0 20px;
  }
  .watch_btn{
    margin-top: 30px;
  }
}

@media only screen and (max-width:1043px) {
  .index_pg05 {
    height: 478px;
  }
  .index_pg03 .lists {
    height: 445px;
    width: 100%;
    margin-top: -100px;
  }
  .index_pg03 .lists .advice{
    width: 100%;
    padding-left: 0;
  }
  .index_pg02 {
    height: 700px;
  }
}


@media only screen and (max-width: 750px) {
  .f36 {
    font-size: 20px;
  }
  .index_pg01 .l{
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .index_pg01 .watch_btn {
    margin: 20px auto 10px;
  }
  .index_pg01 .item {
    width: 48%;
    height: 215px;
    padding: 30px 20px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .index_pg01 .item:nth-child(2n){
    margin-right: 0;
  }
  .index_pg01 .item:last-child{
    margin-bottom: 0;
  }
  .index_pg02{
    height: auto;
  }
  .index_pg02 .nav_items {
    width: 100%;
    position: initial;
    margin-top: 25px;
  }
  .index_pg02 header{
    padding-bottom: 30px;
  }
  .index_pg02 .nav_items .swiper-slide{
    margin-bottom: 15px!important;
  }
  .index_pg02 .lists {
    padding-left: 0;
    width: 92%;
    margin: 0 auto;
  }
  .index_pg01 .r {
    width: 100%;
  }
  .index_pg01 .head {
    max-width: 100%;
    margin: 30px auto 20px;
    justify-content: center;
    text-align: center;
  }
  .index_pg02 .nav_items .swiper-container{
    height: 100px;
    padding-top: 5px;
    box-sizing: border-box;
  }
  .about_links.links {
    width: 100%;
  }
  .watch_btn{
    width: 158px;
    height: 42px;
    font-size: 14px;
  }
  .about_links .link{
    padding: 20px 0;
  }
  .about_links .link:first-child{
    padding-top: 0;
  }
  .index_pg02 .lists .swiper-slide {
    padding: 0;
    width: 100%;
  }
  .index_pg02 .lists .texts {
    width: 100%;
    position: initial;
    padding: 25px 15px;
    height: auto;
  }
  .index_pg02 .lists .texts_con {
    max-height: 68px;
  }
  .index_pg03 .watch_btn{
     margin: 25px auto 0;
  }
  .index_pg03 .item .icon{
    width: 75px;
    height: 75px;
  }
  .index_pg03 .item{
    width: 48%;
    margin-right: 4%;
    height: 197px;
  }
  .index_pg03 .item:nth-child(2n){
    margin-right: 0;
  }
  .index_pg03 .lists {
    height: auto;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .index_pg04 .lists_l .img{
    height: auto;
  }
  .index_pg04 .lists_l .img img{
    position: initial;
    transform: translate(0);
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .index_pg04 .lists_l{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .index_pg04 .list:first-child{
    padding-top: 22px;
  }
  .index_pg04 .lists_r{
    width: 100%;
    height: auto;
  }
  .index_pg04 .list:last-child{
    border-bottom: none;
  }
  .index_pg04 .lists_l .time {
    margin: 20px 0 10px;
  }
  .index_pg04 .see_btn {
    margin-top: 10px;
  }
  .index_pg05 {
    height: auto;
  }
  .index_pg05 .advice {
    width: 100%;
  }
  .index_pg05 .con {
    margin: 15px 0 0;
    line-height: 1.875;
  }
  .index_pg05 .watch_btn{
     margin: 20px auto 0;
  }
  
}