@import "lib/slick.css";
@import "lib/slick-theme.css";
.hot-news {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.hot-news .box-header {
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  position: relative;
}
.hot-news .box-header h2 {
  font-size: 24px;
  color: #000;
}
.hot-news .box-header .box-tools {
  position: absolute;
  right: 10px;
  top: 0;
}
.hot-news .box-header .box-tools a {
  color: #999;
  font-size: 14px;
}
.hot-news .box-header .box-tools a:hover {
  color: #2487ec;
}
.hot-news .box-body {
  padding-top: 20px;
}
.hot-news .box-body li {
  margin-bottom: 20px;
}
.hot-news .box-body li .img-area {
  width: 85px;
  height: 60px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.hot-news .box-body li .img-area p {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .img-area p img {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .text-area h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
  word-break: break-all;
}
.hot-news .box-body li .text-area h3 a {
  color: #000;
}
.hot-news .box-body li .text-area h3 a:hover {
  color: #2487ec;
}
.hot-news .box-body li .text-area p.hint {
  font-size: 14px;
  color: #999;
}
.slider button.slick-next {
  width: 80px;
  height: 112px;
  position: absolute;
  margin-top: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(220, 225, 229, 0.6);
  z-index: 2;
}
.slider button.slick-next:before {
  font-family: iconfont;
  content: "\e605";
  color: #242525;
  font-size: 34px;
  opacity: 1;
}
.slider button.slick-next:hover {
  background: #dce1e5;
}
.slider button.slick-next:hover:before {
  color: #000;
}
.slider button.slick-prev {
  width: 80px;
  height: 112px;
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(220, 225, 229, 0.6);
  z-index: 2;
}
.slider button.slick-prev:before {
  font-family: iconfont;
  content: "\e728";
  display: block;
  color: #242525;
  font-size: 34px;
  opacity: 1;
}
.slider button.slick-prev:hover {
  background: #dce1e5;
}
.slider button.slick-prev:hover:before {
  color: #000;
}
.slider .slick-slide {
  outline: none;
}
.index-wrap {
  /*banner*/
  /*news*/
  /*pro-wrap*/
  /*youshi-wrap*/
}
.index-wrap .banner {
  background: #f4f6f9;
}
.index-wrap .banner .slider.slick-slider {
  margin-bottom: 0;
}
.index-wrap .banner .slider .bannerbg img {
  width: 100%;
}
.index-wrap .banner .slider .content {
  text-indent: -9999em;
  height: 0;
  width: 0;
}
.index-wrap .banner .slider .slick-prev {
  left: 0;
  z-index: 100;
}
.index-wrap .banner .slider .slick-next {
  right: 0;
}
.index-wrap .banner .slider .slick-dots {
  bottom: 25px;
}
.index-wrap .banner .slider .slick-dots li {
  width: 9px;
  height: 20px;
}
.index-wrap .banner .slider .slick-dots li button {
  width: 9px;
  height: 9px;
  margin-top: 5.5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}
.index-wrap .banner .slider .slick-dots li button:before {
  display: none;
}
.index-wrap .banner .slider .slick-dots li.slick-active {
  width: 16px;
  position: relative;
}
.index-wrap .banner .slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: #fff;
}
.index-wrap .banner .slider .slick-dots li.slick-active:before {
  content: "";
  background: url("../res/img/dot-line.png") no-repeat 0 0;
  width: 19px;
  height: 9px;
  position: absolute;
  left: -16px;
  top: 5.5px;
}
.index-wrap .banner .slider .slick-dots li.slick-active:first-child:before {
  left: auto;
  right: -17px;
}
.index-wrap .banner .slider .slick-dots li.slick-pass button {
  background: #fff;
}
.index-wrap .news-wrap .ul-sec .li-sec {
  width: 290px;
  height: 310px;
}
.index-wrap .news-wrap .ul-sec .li-sec:hover .box {
  margin-top: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px rgba(17, 46, 73, 0.2);
  box-shadow: 0 0 20px rgba(17, 46, 73, 0.2);
  cursor: pointer;
}
.index-wrap .news-wrap .ul-sec .li-sec:hover .box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-wrap .news-wrap .ul-sec .li-sec:hover .box .text-area h3 a {
  color: #3f7fff;
}
.index-wrap .news-wrap .ul-sec .li-sec .box {
  border: 1px solid #efefef;
}
.index-wrap .news-wrap .ul-sec .li-sec .box .img-area {
  height: 190px;
  overflow: hidden;
  cursor: pointer;
}
.index-wrap .news-wrap .ul-sec .li-sec .box .img-area img {
  height: 190px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.index-wrap .news-wrap .ul-sec .li-sec .box .text-area .hint {
  height: 20px;
}
.index-wrap .news-wrap .ul-sec .li-sec .box .text-area .hint span {
  height: 20px;
  line-height: 20px;
}
.index-wrap .news-wrap .ul-sec .li-sec .box .text-area .hint .ft {
  width: 180px;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-wrap .news-wrap .hot-news {
  height: 631px;
  border: 1px solid #efefef;
}
.index-wrap .news-wrap .hot-news .box-header h2 {
  position: relative;
}
.index-wrap .news-wrap .hot-news .box-header h2:before {
  content: "";
  width: 2px;
  height: 22px;
  background: #3f7fff;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-wrap .pro-wrap {
  background: #f7f7f7 url("../res/img/index/probg.jpg") no-repeat center bottom;
}
.index-wrap .pro-wrap .sec-layer {
  width: 100%;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item {
  margin-bottom: 50px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item h3 {
  font-size: 25px;
  color: #000;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item h3:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #3f7fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li {
  margin: 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:before {
  font-size: 30px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  color: #c3c9d0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:hover:before,
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:focus:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:hover:before,
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:focus:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li {
  height: 325px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-top: 15px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box {
  width: 392px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 325px;
  padding-top: 16px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area {
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area img {
  width: 100px;
  height: 100px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro {
  width: 128px;
  height: 128px;
  display: block;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro1-1 {
  background: url(https://static.wecity.qq.com/miying/乳腺癌@2x-9eb64360bdc0995e58664dc8d342107a.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro2-1 {
  background: url(https://static.wecity.qq.com/miying/bly-e92f7387572d6804294cd2fb723d6812.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro2-2 {
  background: url(https://static.wecity.qq.com/miying/yxy-861b432a7bdb4b7a3bb2290afe5c2c2e.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-1 {
  background: url(https://static.wecity.qq.com/miying/fyfx-abdedb2d30264083054fa966b52235e1.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-2 {
  background: url(https://static.wecity.qq.com/miying/智能导诊@2x-bcfcbb8c4356e22c3c032d44eeb115ff.png
  );
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-3 {
  background: url(https://static.wecity.qq.com/miying/病案智能化@2x-94356118d42edb57baf3b21e2a35ce09.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-4 {
  background: url(https://static.wecity.qq.com/miying/影像管理@2x-0761001850f13db6f2a90beecf80ca3d.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-5 {
  background: url(https://static.wecity.qq.com/miying/AI加速@2x-71a23899180c7e6aa2e22f4a3e5c60d8.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3-6 {
  background: url(https://static.wecity.qq.com/miying/辅助诊断@2x-d02a154906d62e994c4ed77d094b46dc.png);
  background-size: contain;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro-more {
  background: url(https://static.wecity.qq.com/miying/敬请期待@2x-abee3a036c5a63e7bb720450d881c586.png);
  background-size: contain;
}

.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area {
  border: none;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 {
  font-size: 24px;
  height: auto;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 a {
  color: #000;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area p.hint {
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
  margin-left: 30px;
  margin-right: 30px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area .more {
  display: none;
  margin-top: 20px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover {
  cursor: pointer;
  border-color: #3f7fff;
  -webkit-box-shadow: 0 20px 30px rgba(17, 46, 73, 0.12);
  box-shadow: 0 20px 30px rgba(17, 46, 73, 0.12);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
  z-index: 100;
  position: relative;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more {
  display: block;
  font-size: 16px;
  color: #3f7fff;
  font-weight: 700;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more i {
  font-weight: 700;
  margin-left: 5px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more:hover {
  color: #0d78e4;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  margin-top: 10px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li:nth-child(3n){
  margin-right: 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata {
  position: relative;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box:hover {
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box .img-area .ico-pro.pro4 {
  background-image: url(../res/img/index/ico-pro4-dis.png);
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box .img-area .ico-pro.pro9 {
  background-image: url(../res/img/index/ico-pro9-dis.png);
}
.index-wrap .pro-wrap.zhuanjia-wrap {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-header {
  margin-bottom: 70px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .item {
  margin-bottom: 30px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec {
  position: relative;
  overflow: hidden;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec {
  margin-top: 30px;
  height: 280px;
  display: inline-block;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li {
  height: 400px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-right: 40px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box {
  width: 580px;
  height: 280px;
  border: 1px solid #ebebeb;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .img-area {
  margin: 0 38px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .img-area img {
  width: 120px;
  height: 120px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area {
  width: 380px;
  padding: 20px 40px 0 0;
  text-align: left;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area::after {
  content: '查看更多';
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 15px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4::before {
  content: "";
  width: 3px;
  height: 28px;
  background: #3f7fff;
  position: absolute;
  left: 0;
  top: 0px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h3 {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  height: 30px;
  margin-bottom: 0;
  color: #3f7fff;
  padding-left: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h3::before {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area p.hint {
  padding-top: 10px;
  overflow: hidden;
  position: relative;
  height: 120px;
  line-height: 30px;
  text-align: justify;
  margin: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box:hover {
  cursor: default;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  z-index: 100;
  position: relative;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li:nth-child(2n) {
  margin-right: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active {
  position: relative;
  z-index: 100;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover::before,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active::before {
  content: '';
  display: block;
  width: 580px;
  height: 290px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box {
  z-index: 1000;
  border: 1px solid #3f7fff;
  position: absolute;
  top: 0;
  height: 590px;
  padding: 0;
  background-color: #fff;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .box-body,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .box-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .img-area,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .img-area {
  margin: 0;
  width: 100%;
  height: 150px;
  background-color: #3f7fff;
  margin-bottom: 60px;
  position: relative;
  z-index: 80;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .img-area p,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .img-area p {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area {
  padding: 0 60px;
  width: 450px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area::after {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4 {
  z-index: 70;
  width: 100%;
  text-align: center;
  padding-left: 0;
  line-height: 80px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4::before,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4::before {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #3f7fff;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h3,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h3 {
  margin-top: 10px;
  text-align: center;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area .hint,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area .hint {
  height: 260px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec.li-sec--last-row:hover .box {
  bottom: 0;
  top: auto;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area h4,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area h4 {
  margin-bottom: 0;
  line-height: 50px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area h4::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area h4::after {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area p.hint,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area p.hint {
  padding-top: 10px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec .box .text-area p.hint {
  padding-top: 3px;
}
.index-wrap .pro-wrap.zhuanjia-wrap + .zhuanjia-wrap {
  padding-top: 0;
}
.index-wrap .youshi-wrap {
  border-bottom: 1px solid #e6e6e6;
  background: #f5f5f5 url("../res/img/index/youshibg.jpg") no-repeat center 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li {
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: -150px;
  height: 540px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:hover:before {
  opacity: 0.8;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .box {
  position: relative;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  width: 300px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area {
  border: none;
  margin-top: 230px;
  background: none;
  padding: 24px 0 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 {
  font-size: 24px;
  height: auto;
  color: #000;
  position: relative;
  overflow: inherit;
  margin-bottom: 0;
  text-align: center;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 .bg {
  position: absolute;
  left: -3px;
  top: -42px;
  color: #dedede;
  font-size: 70px;
  font-family: dinlight;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 span {
  position: relative;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 span em {
  color: #3f7fff;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint {
  font-size: 15px;
  color: #000;
  text-align: justify;
  line-height: 1.6;
  position: relative;
  padding-top: 15px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint .bg .iconfont-yinhao {
  font-size: 32px;
  color: #dedede;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi1:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat -300px 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi2:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat -600px 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi3:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat 0 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:nth-child(2) {
  width: 600px;
}
.index-wrap .contact {
  background-image: url(../res/img/bg-contr.jpg);
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-size: cover;
  padding: 0;
}
.index-wrap .contact .sec-layer {
  text-align: center;
  color: #fff;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index-wrap .contact .sec-layer h2 {
  font-size: 40px;
  padding-bottom: 40px;
  line-height: 1;
  font-weight: 700;
}
.index-wrap .contact .sec-layer h3 {
  font-size: 28px;
  line-height: 60px;
}
.index-wrap .contact .sec-layer a {
  color: #fff;
}
.index-wrap .contact .sec-layer a:hover {
  color: #000;
}
.index-wrap .contact .sec-layer p {
  font-size: 22px;
}
.index-wrap .footer {
  background: #f5f5f5;
}
/* 新底部样式 增加logo */
.section.new_footer .container .panel-body .cop ul li,
.section.new_footer .container .panel-body .cop ul li:nth-child(4),
.section.footer .container .panel-body .cop ul li:last-child{
  width: auto;
}
.section.new_footer .container .panel-body .cop ul li .item{
  height: 40px;
  display: flex;
  align-items: center;

}
.section.new_footer .container .panel-body .cop ul li:after{
  top: 50%;
  height: 26px;
  margin-top: -13px;
}
.section.new_footer .container .panel-body .cop ul li .logo-jiankang{
  width: 129px;
  height: 35px;
  margin-right: 0 17px 0 0;
  background-image: url(../res/img/cop/腾讯医疗健康.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-jiankang{
  background-image: url(../res/img/cop/腾讯医疗健康-h.png);
}
.section.new_footer .container .panel-body .cop ul li .logo-ai{
  width: 138px;
  height: 34px;
  background-image: url(../res/img/cop/ailab.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-ai{
  background-image: url(../res/img/cop/ailab-h.png);
}
.section.new_footer .container .panel-body .cop ul li .logo-tianyan{
  width: 160px;
  height: 37px;
  background-image: url(../res/img/cop/天衍实验室.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-tianyan{
  background-image: url(../res/img/cop/天衍实验室-h.png);
  background-size: 160px auto;
}
.section.new_footer .container .panel-body .cop ul li .logo-txyun{
  width: 112px;
  height: 28px;
  background-image: url(../res/img/cop/腾讯云.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-txyun{
  background-image: url(../res/img/cop/腾讯云-h.png);
}
.section.new_footer .container .panel-body .cop ul li .logo-qiyewx{
  width: 134px;
  height: 30px;
  background-image: url(../res/img/cop/企业微信.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-qiyewx{
  background-image: url(../res/img/cop/企业微信-h.png);
}
.section.new_footer .container .panel-body .cop ul li .logo-gongyi{
  width: 132px;
  height: 32px;
  background-image: url(../res/img/cop/腾讯公益.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-gongyi{
  background-image: url(../res/img/cop/腾讯公益-h.png);
}
.section.new_footer .container .panel-body .cop ul li .logo-zhineng{
  width: 174px;
  height: 32px;
  margin: 0 0 0 17px!important;
  background-image: url(../res/img/cop/智能钛.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-zhineng{
  background-image: url(../res/img/cop/智能钛-h.png);
}
.section.new_footer .container .panel-body .cop ul li .footer-img{
  margin: 0 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.section.ai-ability {}
.ai-ability__list {
  display: flex;
  flex-wrap: wrap;
}
.ai-ability__item {
  transition: all .2s;
  box-sizing: border-box;
  border: 1px solid #CAE2FC;
  width: 288px;
  padding: 34px 30px;
  margin-left: 16px;
  margin-bottom: 16px;
  background: #fff;
}
.ai-ability__item:first-child,.ai-ability__item:nth-child(4n+1){
  margin-left: 0;
}
.ai-ability__item:hover {
  cursor: pointer;
  border: 1px solid #0077FF;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.14);
}
.ai-ability__item-hd {
  display: flex;
  align-items: center;
}
.ai-ability__img {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.ai-ability__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}
.ai-ability__item-bd {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0,0,0,0.60);
  line-height: 22px;
}
