.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: .5s;
  transition: .5s;
}

.top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.righta {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.dx {
  text-transform: uppercase;
}

/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 650px;
  background: #FFF;
  overflow: hidden;
}

.fullSlide .bd {
  height: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 650px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 650px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #c1c1c1;
  overflow: hidden;
  line-height: 99px;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fullSlide .hd ul .on {
  width: 50px;
  background: #ff82ae;
  border-radius: 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.fullSlide .prev {
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  left: 5%;
}

.fullSlide .next {
  background-position: -6px -137px;
  right: 5%;
}

.seacth {
  position: relative;
  z-index: 1;
  height: 35px;
  margin: 0 auto;
  width: 1200px;
}

.seacth .seacth-box {
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  box-shadow: 5px 10px 11px rgba(0, 0, 0, 0.1);
}

.seacth .seacth-box .seacthLeft {
  width: 570px;
  height: 50px;
  margin-left: 30px;
  padding-left: 60px;
  background: url(../images/seacthIco.png) no-repeat left 17px;
  margin-top: 10px;
  display: block;
  line-height: 50px;
}

.seacth .seacth-box .seacthLeft input {
  display: block;
  line-height: 50px;
  color: #d9d9d9;
  margin-top: 4px;
  width: 100%;
}

.seacth .seacth-box .seacthRight {
  width: 120px;
  height: 40px;
  border: 1px solid #dbdbdb;
  margin-right: 20px;
  margin-top: 15px;
  border-radius: 10px;
  text-align: center;
  display: block;
  line-height: 40px;
  outline: none;
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}

.seacth .seacth-box .seacthRight:hover {
  background: #ff82ae;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #ff82ae;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.sort ul li {
  width: 200px;
  float: left;
  height: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.sort ul li::before {
  content: "";
  background: url(../images/sotrLine.png) no-repeat center right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sort ul li:last-child::before {
  content: "";
  background: no-repeat;
}

.sort ul li .sortImg1 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort1.png) no-repeat center;
  margin: 20px auto 0;
}

.sort ul li .sortImg2 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort2.png) no-repeat center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sort ul li .sortImg3 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort3.png) no-repeat center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sort ul li .sortImg4 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort4.png) no-repeat center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sort ul li .sortImg5 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort5.png) no-repeat center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sort ul li .sortImg6 {
  display: block;
  width: 61px;
  height: 74px;
  background: url(../images/sort6.png) no-repeat center;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sort ul li span {
  width: 25px;
  height: 1px;
  background: #ff82ae;
  margin: 20px auto;
  display: block;
}

.sort ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.sort ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background: url(../images/sortBg.png) no-repeat center;
}

.sort ul li:hover .sortImg1 {
  background: url(../images/sort1-1.png) no-repeat center;
}

.sort ul li:hover .sortImg2 {
  background: url(../images/sort2-1.png) no-repeat center;
}

.sort ul li:hover .sortImg3 {
  background: url(../images/sort3-1.png) no-repeat center;
}

.sort ul li:hover .sortImg4 {
  background: url(../images/sort4-1.png) no-repeat center;
}

.sort ul li:hover .sortImg5 {
  background: url(../images/sort5-1.png) no-repeat center;
}

.sort ul li:hover .sortImg6 {
  background: url(../images/sort6-1.png) no-repeat center;
}

.sort ul li:hover span {
  background: #fff;
}

.sort ul li:hover a {
  color: #fff;
}

.news {
  width: 100%;
  height: 550px;
  background: #f8f8f8;
}

.news .newsL {
  width: 806px;
  padding-top: 50px;
}

.news .newsL .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.news .newsL .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/newsL.png) no-repeat center left;
}

.news .newsL .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.news .newsL .title .titleText:hover span {
  width: 100%;
}

.news .newsL .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.news .newsL .title .titleMore:hover {
  color: #ff82ae;
}

.news .newsL .newslImg {
  width: 400px;
  margin-top: 24px;
}

.news .newsL .newslImg a.newsImgbox {
  width: 400px;
  height: 270px;
  overflow: hidden;
  display: block;
}

.news .newsL .newslImg a.newsImgbox img {
  width: 400px;
  height: 270px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .newsL .newslImg .newsImgtext {
  display: block;
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
}

.news .newsL .newslImg .newsImgtext::before {
  content: "";
  width: 2px;
  height: 14px;
  background: #ccc;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .newsL .newslImg .newsImgtext::after {
  content: "";
  width: 35px;
  height: 7px;
  background: url(../images/pver.png) no-repeat center;
  position: absolute;
  top: 16px;
  right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .newsL .newslImg .newsImgtext span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .newsL .newslImg p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 10px;
}

.news .newsL .newslImg:hover .newsImgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news .newsL .newslImg:hover .newsImgtext::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ff82ae;
}

.news .newsL .newslImg:hover .newsImgtext span {
  color: #ff82ae;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.news .newsL .newslImg:hover .newsImgtext::after {
  animation: lr linear 3s infinite alternate;
}

.news .newsL .newsText {
  margin-top: 20px;
}

.news .newsL .newsText ul li {
  -webkit-transition: .5s;
  transition: .5s;
  padding: 13px 0;
}

.news .newsL .newsText ul li .newsTtitle {
  padding: 0 10px;
  font-size: 14px;
  border-right: 1px solid #dedede;
  color: #999999;
  -webkit-transition: .5s;
  transition: .5s;
}

.news .newsL .newsText ul li .newsTtitle span {
  font-size: 24px;
  display: block;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  line-height: 30px;
}

.news .newsL .newsText ul li .newstxt {
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 10px;
}

.news .newsL .newsText ul li .newstxt a {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  width: 286px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}

.news .newsL .newsText ul li .newstxt p {
  -webkit-transition: .5s;
  transition: .5s;
  width: 286px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

.news .newsL .newsText ul li:hover {
  background: url(../images/newsBg1.png) repeat-y center;
}

.news .newsL .newsText ul li:hover .newsTtitle {
  color: #fff;
  border-right: 1px solid #fff;
}

.news .newsL .newsText ul li:hover .newsTtitle span {
  color: #fff;
}

.news .newsL .newsText ul li:hover .newstxt a {
  color: #fff;
}

.news .newsL .newsText ul li:hover .newstxt p {
  color: #fff;
}

.news .newsR {
  width: 350px;
  height: 500px;
  background: #fff;
  margin-top: 10px;
  padding: 40px 10px 0;
}

.news .newsR .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.news .newsR .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/newsR.png) no-repeat center left;
}

.news .newsR .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.news .newsR .title .titleText:hover span {
  width: 100%;
}

.news .newsR .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.news .newsR .title .titleMore:hover {
  color: #ff82ae;
}

.news .newsR ul li {
  width: 100%;
  height: 30px;
  border-bottom: 1px dashed #ccc;
  line-height: 30px;
  margin-top: 12px;
}

.news .newsR ul li a {
  padding-left: 10px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background: url(../images/newsIco.png) no-repeat center left;
  padding-right: 12px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #666;
}

.news .newsR ul li span {
  display: inline-block;
  color: #999;
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: top;
}

.news .newsR ul li:hover a {
  background: url(../images/newsIco2.png) no-repeat center left;
  color: #ff82ae;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  font-weight: bold;
}

.news .newsR ul li:nth-child(1) a {
  background: url(../images/newsIco2.png) no-repeat center left;
  color: #ff82ae; 
  font-weight: bold;
}

/* .news .newsR ul li:nth-child(1) span{
  font-weight: bold;
} */

@keyframes lr {
  0% {
    right: 10px;
  }

  25% {
    right: 0px;
  }

  50% {
    right: 10px;
  }

  75% {
    right: 0px;
  }

  100% {
    right: 10px;
  }
}

.navigation {
  width: 100%;
  height: 616px;
  overflow: hidden;
  padding-top: 60px;
  background: url(../images/navigation.png) no-repeat center top;
}

.navigation .title {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.navigation .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/navigationIco.png) no-repeat center left;
  color: #fff;
}

.navigation .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
  color: #fff;
}

.navigation .title .titleMore:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.navigation .navigationBox .navigationTop {
  width: 740px;
  position: absolute;
  right: 0;
  top: 16px;
}

.navigation .navigationBox .navigationTop ul li {
      width: 108px;
    height: 60px;
    background: url(../images/navigationBg.png) no-repeat center;
    float: left;
    margin: 20px 18px 0 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.navigation .navigationBox .navigationTop ul li:nth-child(8){
  display: none;
}


.navigation .navigationBox .navigationTop ul li:nth-child(6n) {
  margin-right: 0;
}

.navigation .navigationBox .navigationTop ul li:nth-child(12){
  margin-right: 18px;
}

.navigation .navigationBox .navigationTop ul li:nth-child(13){
  margin-right: 0px;
}
.navigation .navigationBox .navigationTop ul li a {
  padding-top: 17px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #ff82ae;
  width: 90%;
  padding: 17px 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation .navigationBox .navigationTop ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.navigation .navigationBox .navigationBottom {
  position: relative;
}

.navigation .navigationBox .navigationBottom .hd {
  width: 730px;
  position: absolute;
  right: 0;
  top: 315px;
}

.navigation .navigationBox .navigationBottom .hd ul li {
  width: 130px;
  padding-left: 6px;
  height: 40px;
  background: url(../images/navigationHd.png) no-repeat center;
  float: left;
  margin: 0 12px 15px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.navigation .navigationBox .navigationBottom .hd ul li:nth-child(5n) {
  margin-right: 0;
}

.navigation .navigationBox .navigationBottom .hd ul li a {
  width: 120px;
  padding: 0 5px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  transition: .5s;
}

.navigation .navigationBox .navigationBottom .hd ul li:hover {
  background: url(../images/navigationHd2.png) no-repeat center;
}

.navigation .navigationBox .navigationBottom .hd ul li:hover a {
  color: #fff;
}

.navigation .navigationBox .navigationBottom .hd ul li.on {
  background: url(../images/navigationHd2.png) no-repeat center;
}

.navigation .navigationBox .navigationBottom .hd ul li.on a {
  color: #fff;
}

.navigation .navigationBox .navigationBottom .bd {
  position: absolute;
  top: 33px;
  height: 546px;
  overflow: hidden;
}

.navigation .navigationBox .navigationBottom .bd .navigationImg {
  width: 420px;
  padding: 5px;
  height: 539px;
  background: #f8f8f8;
  display: block;
}

.navigation .navigationBox .navigationBottom .bd .navigationImg .navigationImgA {
  width: 420px;
  height: 310px;
  overflow: hidden;
}

.navigation .navigationBox .navigationBottom .bd .navigationImg .navigationImgA img {
  width: 420px;
  height: 310px;
  object-fit: cover;
}

.navigation .navigationBox .navigationBottom .bd .navigationImg .navigationTitle {
  display: block;
  text-align: center;
  border-bottom: 1px dashed #dedede;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #ff82ae;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation .navigationBox .navigationBottom .bd .navigationImg p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 120px;
  color: #666;
  margin-top: 15px;
}

.team {
  padding-top: 40px;
}

.team .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.team .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/newsL.png) no-repeat center left;
  margin-bottom: 10px;
}

.team .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.team .title .titleText:hover span {
  width: 100%;
}

.team .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
  display: none;
}

.team .title .titleMore:hover {
  color: #ff82ae;
}

.team .teamBox .hd ul {
	margin-top:20px;
}

.team .teamBox .hd ul li {
  float: left;
  width: 122px;
  height: 34px;
  border: 1px solid #ff82ae;
  border-radius: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 10px;
  margin-left: 8px;

  background: url(../images/teamHover.png) repeat-x 0px 50px;
}

.team .teamBox .hd ul li:last-child {
  margin-right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.team .teamBox .hd ul li a {
  /*width: 120px;*/
  /* padding: 0 14px;*/
  text-align: center;
  line-height: 34px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: .5s;
  transition: .5s;
  color: #ff82ae;
  white-space: nowrap;
}

.team .teamBox .hd ul li:hover {
  background: url(../images/teamHover.png) repeat-x 0px 0px;
}

.team .teamBox .hd ul li:hover a {
  color: #fff;
}

.team .teamBox .hd ul li.on {
  background: url(../images/teamHover.png) repeat-x 0px 0px;
}

.team .teamBox .hd ul li.on a {
  color: #fff;
}

.team .teamBox .bd {
  height: 690px;
  overflow: hidden;
}

.team .teamBox .bd .teamList .teamTop {
  margin-top: 30px;
}

.team .teamBox .bd .teamList .teamTop .teamTopL {
  width: 570px;
  height: 380px;
  padding: 10px;
  background: #f8f8f8;
}

.team .teamBox .bd .teamList .teamTop .teamTopL img {
  width: 570px;
  height: 380px;
  display: block;
}

.team .teamBox .bd .teamList .teamTop .teamTopR {
  width: 516px;
  height: 326px;
  padding: 30px;
  border: 4px solid #f8f8f8;
}

.team .teamBox .bd .teamList .teamTop .teamTopR a {
  display: block;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: .5s;
  transition: .5s;
}

.team .teamBox .bd .teamList .teamTop .teamTopR a.yzmore {
  font-size: 14px;
  float: right;
  color: #666;
}

.team .teamBox .bd .teamList .teamTop .teamTopR span {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 15px;
}

.team .teamBox .bd .teamList .teamTop .teamTopR .teamLine {
  width: 50px;
  height: 2px;
  background: #666;
  margin: 0 auto;
}

.yzclass {
  height: 218px;
  overflow: hidden;
}

.yzmore {
  text-decoration: none;
  border: 0;
}

.team .teamBox .bd .teamList .teamTop .teamTopR p {
  line-height: 32px;



}

.team .teamBox .bd .teamList .teamTop .teamTopR:hover a {
  color: #ff82ae;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team .teamBox .bd .teamList .teamBootom {
  width: 100%;
}

.team .teamBox .bd .teamList .teamBootom ul li {
  width: 16.66666666%;
  float: left;
  margin-top: 40px;
  overflow: hidden;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox {
  width: 100%;
  position: relative;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox a.teamMore {
  display: block;
  position: relative;
  padding: 34.4%;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox a.teamMore img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox i {
  display: block;
  width: 0;
  height: 0;
  /* padding: 5%; */
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  top: 50%;
  left: 50%;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox i .teamBdd {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox i span {
  display: block;
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: .8s;
  transition: .8s;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox i span::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 10px auto;
  background: #fff;
}

.team .teamBox .bd .teamList .teamBootom ul li .teamBootomBox i b {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.team .teamBox .bd .teamList .teamBootom ul li:hover {
  overflow: hidden;
}

.team .teamBox .bd .teamList .teamBootom ul li:hover a.teamMore img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .teamBox .bd .teamList .teamBootom ul li:hover i {
  display: block;
  width: 90%;
  height: 85.5%;
  padding: 5%;
  position: absolute;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  top: 0%;
  left: 0%;
}

.nformation {
  width: 100%;
  height: 570px;
  background: #f8f8f8;
}

.nformation .hd ul li {
  float: left;
  height: 40px;
  overflow: hidden;
  margin-top: 40px;
  margin-right: 236px;
}

.nformation .hd ul li:last-child {
  margin-right: 0;
}

.nformation .hd ul li img {
  float: left;
  width: 40px;
  height: 40px;
}

.nformation .hd ul li span {
  line-height: 18px;
  position: relative;
  display: block;
  float: left;
  font-size: 18px;
  padding-top: 20px;
  margin-left: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.nformation .hd ul li span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0;
  left: 0;
  background: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
}

.nformation .hd ul li:hover span {
  line-height: 24px;
  padding-top: 0;
  color: #ff82ae;
}

.nformation .hd ul li:hover span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 33px;
  left: 0;
  background: #ff82ae;
}

.nformation .hd ul li.on span {
  line-height: 24px;
  padding-top: 0;
  color: #ff82ae;
}

.nformation .hd ul li.on span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  top: 33px;
  left: 0;
  background: #ff82ae;
}

.nformation .bd {
  background: #fff;
  width: 1140px;
  height: 320px;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.nformation .bd ul li {
  width: 351px;
  height: 151px;
  float: left;
  margin: 0px 43px 12px 0;
  position: relative;
}

.nformation .bd ul li:nth-child(3n) {
  margin-right: 0;
}

.nformation .bd ul li .nforationImg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: .8;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.nformation .bd ul li .nformationTitle {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
}

.nformation .bd ul li .nformationTitle a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.nformation .bd ul li .nformationTitle a::before {
  content: "◆";
  display: inline-block;
  color: #333;
  padding-right: 10px;
}

.nformation .bd ul li .nformationTitle span {
  vertical-align: top;
  margin-left: 26px;
}

.nformation .bd ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
  line-height: 26px;
}

.nformation .bd ul li .nformationLine {
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  -webkit-transition: .5s;
  transition: .5s;
}

.nformation .bd ul li:hover .nforationImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.nformation .bd ul li:hover .nformationTitle a {
  color: #ff82ae;
  font-weight: bold;
}

.nformation .bd ul li:hover .nformationTitle a::before {
  content: "◆";
  display: inline-block;
  color: #ff82ae;
  padding-right: 10px;
}

.nformation .bd ul li:hover .nformationTitle span {
  color: #ff82ae;
}

.nformation .bd ul li:hover .nformationTitle .nformationLine {
  border-top: 2px solid #ff82ae;
}

.i-paper {
  margin-top: 50px;
}

.i-paper .video {
  width: 420px;
}

.i-paper .video .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.i-paper .video .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/video.png) no-repeat center left;
}

.i-paper .video .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.i-paper .video .title .titleText:hover span {
  width: 100%;
}

.i-paper .video .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.i-paper .video .title .titleMore:hover {
  color: #ff82ae;
}

.i-paper .video .videoBox {
  width: 401px;
  height: 270px;
  padding: 10px;
  background: #f8f8f8;
  margin-top: 20px;
}

.i-paper .video .videoBox img {
  width: 401px;
  height: 270px;
  display: block;
  object-fit: cover;
}

.i-paper .telegraph {
  width: 250px;
  margin: 0  0 0 29px;
  display: none;
}

.i-paper .telegraph .title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

.i-paper .telegraph .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/telegraph.png) no-repeat center left;
}

.i-paper .telegraph .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.i-paper .telegraph .title .titleText:hover span {
  width: 100%;
}

.i-paper .telegraph .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.i-paper .telegraph .title .titleMore:hover {
  color: #ff82ae;
}

.i-paper .telegraph .telegraphBox {
  width: 190px;
  height: 271px;
  padding: 10px;
  background: #f8f8f8;
  margin: 20px auto 0;
}

.i-paper .telegraph .telegraphBox img {
  width: 190px;
  height: 271px;
  display: block;
  object-fit: cover;
}

.i-paper .Medicine {
  width: 751px;
  margin-left: 29px;
}

.i-paper .Medicine .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.i-paper .Medicine .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/Medicine.png) no-repeat center left;
}

.i-paper .Medicine .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.i-paper .Medicine .title .titleText:hover span {
  width: 100%;
}

.i-paper .Medicine .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.i-paper .Medicine .title .titleMore:hover {
  color: #ff82ae;
}

.i-paper .Medicine .MedicineBox {
  width: 730px;
  height: 271px;
  padding: 10px;
  background: #f8f8f8;
  margin: 20px auto 0;
}

.i-paper .Medicine .MedicineBox img {
  width: 450px;
  height: 271px;
  display: block;
}

.links {
  margin-top: 30px;
  margin-bottom: 60px;
}

.links .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.links .title .titleText {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/links.png) no-repeat center left;
}

.links .title .titleText span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  overflow: hidden;
  color: #ff82ae;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 24px;
  height: 24px;
}

.links .title .titleText:hover span {
  width: 100%;
}

.links .title .titleMore {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 30px;
  padding-bottom: 10px;
}

.links .title .titleMore:hover {
  color: #ff82ae;
}

.links .linksBox {
  margin-top: 20px;
  height: 62px;
  overflow: hidden;
}

.links .linksBox ul li {
  width: 180px;
  height: 60px;
  border: 1px solid #f8f8f8;
  float: left;
  margin-right: 18px;
}

.links .linksBox ul li img {
  display: block;
  width: 180px;
  height: 60px;
}

.nforationImg img {
  opacity: .2;
}


.MedicineBox ul li a {
  padding-left: 10px;
  width: 603px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background: url(../images/newsIco.png) no-repeat center left;
  padding-right: 12px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #666;
  margin-right: 20px;
}

.MedicineBox ul li span {
  display: inline-block;
  color: #999;
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: top;
}

.MedicineBox ul li:hover a {
  background: url(../images/newsIco2.png) no-repeat center left;
  color: #ff82ae;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.MedicineBox ul li {
  width: 100%;
  height: 32px;
  border-bottom: 1px dashed #ccc;
  line-height: 32px;
  /* margin-top: 12px; */
}

@media (max-width: 1660px) {
  .team .teamBox .bd {
    height: 634px;
  }
}