/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.indexBg {
  background: #f8f8f8;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.dLcontainer {
  width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
.clearfix::after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  position: relative;
}
/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 400px;
  background: #FFF;
  overflow: hidden;
}
.fullSlide .bd {
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 500px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 500px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  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: #2091dc;
  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: #1a76b4;
  border-radius: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.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: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.fullSlide .prev {
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  left: 10%;
}
.fullSlide .next {
  background-position: -6px -137px;
  right: 10%;
}
.title {
  border-bottom: 1px solid #dedede;
  height: 88px;
}
.title a.titleL {
  display: block;
  overflow: hidden;
  height: 88px;
}
.title a.titleL i {
  float: left;
  margin-right: 20px;
  margin-top: 46px;
}
.title a.titleL i img {
  width: 20px;
}
.title a.titleL b {
  padding-top: 39px;
  padding-bottom: 17px;
  display: block;
  float: left;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  color: #333;
}
.title a.titleL b::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2091dc;
}
.title .titleR a {
  height: 36px;
  display: block;
  padding-right: 30px;
  background: url(../images/titleMore.png) no-repeat 70px 55px;
  padding-top: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #999;
}
.title .titleR a:hover {
  color: #1a76b4;
  transform: translateX(-6px);
}
.newsAndinfo .news {
  width: 830px;
  height: 240px;
}
.newsAndinfo .news .newsTop {
  margin-top: 33px;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 10px solid #f2f2f2;
}
.newsAndinfo .news .newsTop .bd {
  height: 240px;
  overflow: hidden;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopL {
  width: 360px;
  height: 240px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopL a {
  width: 360px;
  height: 240px;
  display: block;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopL a img {
  width: 360px;
  height: 240px;
  display: block;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR {
  width: 448px;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR a.newsTopRTitle {
  width: 100%;
  font-size: 20px;
  display: block;
  color: #2091dc;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR p {
  font-size: 14px;
  line-height: 2;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 140px;
  text-indent: 2em;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR .newsTopBottom {
  margin-top: 10px;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR .newsTopBottom .newsTopTime {
  background: url(../images/newsTopTime.png) no-repeat center left;
  padding-left: 18px;
  color: #999;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsTop .bd ul li .newsTopR .newsTopBottom a {
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #999;
}
.newsAndinfo .news .newsTop .bd ul li:hover .newsTopL {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newsAndinfo .news .newsTop .bd ul li:hover .newsTopL a img {
  transform: scale(1.1);
}
.newsAndinfo .news .newsTop .bd ul li:hover .newsTopR a.newsTopRTitle {
  letter-spacing: 1px;
  color: #1a76b4;
}
.newsAndinfo .news .newsTop .bd ul li:hover .newsTopR .newsTopBottom .newsTopTime {
  color: #1a76b4;
}
.newsAndinfo .news .newsTop .bd ul li:hover .newsTopR .newsTopBottom a {
  transform: translateX(-5px);
  color: #1a76b4;
}
.newsAndinfo .news .newsTop .hd {
  width: 360px;
  position: absolute;
  bottom: 20px;
}
.newsAndinfo .news .newsTop .hd ul {
  text-align: right;
}
.newsAndinfo .news .newsTop .hd ul li {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #999999;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.newsAndinfo .news .newsTop .hd ul li.on {
  background-color: #2091dc;
}
.newsAndinfo .news .newsBottom ul li {
  float: left;
  width: 404px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 20px;
}
.newsAndinfo .news .newsBottom ul li a {
  color: #333;
  padding-left: 24px;
  width: 305px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsBottom ul li a::before {
  content: "";
  width: 13px;
  height: 2px;
  background: #2091dc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsBottom ul li span {
  float: right;
  line-height: 30px;
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsBottom ul li:nth-child(2n) {
  margin-left: 20px;
}
.newsAndinfo .news .newsBottom ul li:hover a {
  color: #2091dc;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .news .newsBottom ul li:hover a::before {
  transform: rotate(90deg);
}
.newsAndinfo .news .newsBottom ul li:hover span {
  color: #2091dc;
}
.newsAndinfo .info {
  width: 480px;
}
.newsAndinfo .info ul {
  margin-top: 30px;
}
.newsAndinfo .info ul li {
  width: 230px;
  float: left;
  background: #58ace4;
  height: 130px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndinfo .info ul li i {
  width: 55px;
  height: 55px;
  border: 1px solid #a1d2f2;
  border-radius: 5px;
  margin: 38px 21px 38px 38px;
  position: relative;
}
.newsAndinfo .info ul li i img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.newsAndinfo .info ul li .infoR {
  margin-top: 40px;
}
.newsAndinfo .info ul li .infoR span {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 26px;
}
.newsAndinfo .info ul li .infoR p {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 5px;
}
.newsAndinfo .info ul li:nth-child(2n) {
  margin-left: 20px;
}
.newsAndinfo .info ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.expert .expertBox {
  margin-top: 30px;
  height: 336px;
  overflow: hidden;
}
.expert .expertBox ul li {
  width: 200px;
  float: left;
  margin-right: 26px;
}
.expert .expertBox ul li a.expertImg {
  width: 200px;
  height: 300px;
  display: block;
  background: #f8f8f8;
  overflow: hidden;
}
.expert .expertBox ul li a.expertImg img {
  width: 180px;
  height: 280px;
  display: block;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.expert .expertBox ul li a.experText {
  height: 36px;
  width: 180px;
  display: block;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.expert .expertBox ul li:hover a.expertImg img {
  transform: scale(1.01);
}
.expert .expertBox ul li:hover .experText {
  background: #2091dc;
  color: #fff;
  letter-spacing: 2px;
}
.department .departmentBox {
  padding-bottom: 55px;
}
.department .departmentBox ul li {
  width: 250px;
  height: 46px;
  margin-top: 30px;
  background: #58ace4;
  border-radius: 5px;
  line-height: 46px;
  float: left;
  margin-right: 27px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.department .departmentBox ul li:nth-child(5n) {
  margin-right: 0;
}
.department .departmentBox ul li a i {
  float: left;
  margin-left: 20px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  color: #fff;
}
.department .departmentBox ul li a b {
  width: 18px;
  height: 46px;
  float: right;
  border-left: 1px solid #9dc3dd;
  background: url(../images/departmentIco.png) no-repeat center;
}
.department .departmentBox ul li:hover {
  background: #2091dc;
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mbanner {
  height: 150px;
  width: 100%;
  display: block;
}
.mbanner img {
  height: 150px;
  width: 100%;
  display: block;
}
.centerAndculture .center {
  width: 654px;
}
.centerAndculture .center ul li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.centerAndculture .center ul li i {
  display: block;
}
.centerAndculture .center ul li i a {
  font-size: 18px;
  color: #2091dc;
  width: 540px;
  display: block;
  line-height: 50px;
  float: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.centerAndculture .center ul li i span {
  float: right;
  margin-top: 18px;
  color: #999;
}
.centerAndculture .center ul li p {
  line-height: 28px;
  text-indent: 2em;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.centerAndculture .center ul li:hover i a {
  letter-spacing: 1px;
  color: #2091dc;
}
.
.healthy .healthyBoxTop{
	float: left;
margin-top: 20px;
margin-right: 50px;
}
.healthy .healthyBoxTop ul li {
  float: left;
  margin: 25px 0 0 50px;
}
.healthy .healthyBoxTop ul li a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.healthy .healthyBoxTop ul li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: #2091dc;
  border-radius: 50%;
}
.healthy .healthyBoxCenter ul {
  height: 300px;
  overflow: hidden;
}
.healthy .healthyBoxCenter ul li {
  margin-top: 30px;
  float: left;
  margin-right: 27px;
}
.healthy .healthyBoxCenter ul li .healthyBoxCenterImg {
  width: 250px;
  height: 180px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.healthy .healthyBoxCenter ul li .healthyBoxCenterImg img {
  width: 250px;
  height: 180px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.healthy .healthyBoxCenter ul li .healthyCenterText {
  width: 230px;
  height: 40px;
  margin-top: 12px;
  display: block;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.healthy .healthyBoxCenter ul li:hover .healthyBoxCenterImg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.healthy .healthyBoxCenter ul li:hover .healthyBoxCenterImg img {
  transform: scale(1.03);
}
.healthy .healthyBoxCenter ul li:hover .healthyCenterText {
  background-color: #2091dc;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.healthy .healthyBoxCenter ul li:last-child {
  margin-right: 0;
}
.links {
  width: 100%;
  border-top: 5px solid #0c7bc5;
  height: 150px;
  background: #2091dc;
  overflow: hidden;
}
.links .dl-container {
  width: 1360px;
  height: 60px;
  margin: 45px auto;
}
.links .dl-container .linksL {
  width: 130px;
  height: 60px;
  background: url(../images/linksBg.png) no-repeat center right;
}
.links .dl-container .linksL h4 {
  font-size: 24px;
  color: #fff;
}
.links .dl-container .linksL span {
  width: 90px;
  display: block;
  position: relative;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.links .dl-container .linksL span::after {
  content: "—";
  color: #fff;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.links .dl-container .linksL span::before {
  content: "—";
  color: #fff;
  position: absolute;
  line-height: 24px;
  top: 0;
  left: 0;
}
.links .dl-container .linksR {
  width: 1200px;
}
.links .dl-container .linksR ul li {
  float: left;
  width: 206px;
  height: 60px;
  overflow: hidden;
  margin-right: 34px;
}
.links .dl-container .linksR ul li img {
  width: 206px;
  height: 60px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.links .dl-container .linksR ul li:hover img {
  transform: scale(1.03);
}



.cultureTrue ul li {
  float: left;
  width: 250px;
  margin: 12px;
  margin-top: 16px;
}

.cultureTrue ul li a.cultureTrueImg {
  width: 250px;
  height: 200px;
  display: block;

  border: 1px solid #ccc;
}

.cultureTrue ul li a.cultureTrueImg img {
  width: 230px;
  height: 180px;
  display: block;
  margin: 10px;
  object-fit: cover;
}

.cultureTrueText {
  display: block;
  text-align: center;
  line-height: 36px;
  padding: 0 20px;
  width: 210px;
  border-bottom: 1px solid #ccc;
  transition: .5s;
}


.cultureTrue {
  width: 656px;
  margin: 0 auto;
  position: relative;
  height: 260px;
  overflow: hidden;
}

.cultureTrue .hd {
  position: absolute;
  top: 0;
  width: 100%;
}

.cultureTrue .hd .cultureTrueL {
  width: 25px;
  height: 80px;
  background: url(../images/cultureTrueL.png) no-repeat center;
  position: absolute;
  cursor: pointer;
  top: 100px;
}

.cultureTrue .hd .cultureTrueR {
  width: 25px;
  height: 80px;
  background: url(../images/cultureTrueR.png) no-repeat center;
  right: 0;
  cursor: pointer;
  top: 100px;
  position: absolute;
}

.cultureTrue .bd {
  width: 550px;
  margin: 0 auto;
}


.cultureTrue ul li:hover .cultureTrueText {
  color: #0c7bc5;
  border-color: #0c7bc5;
}

.move_div{

}

 

div#asd1Close{
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}


div#asd1Close img{
  width: 15px !important;
  height: 15px !important;
}

#asd1:hover  div#asd1Close{
  opacity: 1;
}

