.banner-wrap {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0;
  padding-bottom: 0;
  height: 410px;
}
.banner-wrap .sec-layer {
  text-align: center;
  padding-top: 150px;
}
.banner-wrap .sec-layer .name-logo {
  height: 44px;
  width: auto;
  margin-bottom: 24px;
}
.banner-wrap .sec-layer p {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
}
.banner-wrap .sec-layer .btn-group{
  display: flex;
  justify-content: flex-end;
}
.banner-wrap .sec-layer .btn-white{
  margin-right: 14px;
  width: 136px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: #0077ff;
  text-align: center;
}
.banner-wrap .sec-layer .btn-tran{
  margin-right: 14px;
  width: 136px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.banner-wrap .sec-layer .btn-white:hover,
.banner-wrap .sec-layer .btn-tran:hover{
  opacity: .8;
  cursor: pointer;
}
.img-unit {
  position: relative;
}
.img-unit img{
  width: 100%;
  height: auto;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img-unit--shift {
  top: -120px;
}
.text-unit {
  position: relative;
  color: #000;
  padding-top: 28px;
  font-size: 16px;
}
.text-unit em {
  color: #2487ec;
}
.text-unit h2 {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}
.text-unit h2 .bg {
  position: absolute;
  left: -3px;
  top: -42px;
  color: #e6e6e6;
  font-size: 70px;
  font-family: dinlight;
}
.text-unit h2 span {
  position: relative;
}
.text-unit .text-unit__title{
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
  opacity: .8;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
}
.text-unit .text-unit__title::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 2px;
  background-color: #0072FF;
}
.text-unit .text-unit__desc {
  width: 390px;
  padding-top: 14px;
  padding-left: 0;
  position: relative;
}
.text-unit .text-unit__desc .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.text-unit .text-unit__desc .bg .iconfont-yinhao {
  font-size: 36px;
  color: #e6e6e6;
}
.text-unit .text-unit__desc p {
  color: #000;
}
.text-unit .text-unit__desc i {
  display: block;
  margin-top: 2px;
}
.numbered-image-unit {
  background-image: url("../res/img/product/bg-zhenduan.png");
  background-repeat: no-repeat;
  background-position: 0 60px;
  z-index: 0;
  position: relative;
  height: 200px;
  margin-top: -60px;
  margin-bottom: 20px;
}
.numbered-image-unit .row {
  margin-top: 40px;
}
.numbered-image-unit .row-flex {
  width: 100%;
  margin-top: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.numbered-image-unit .row-flex .yinhao-label {
  top: 90px;
}
.numbered-image-unit .number-pair__desc {
  text-align: center;
}
.numbered-image-unit .number-pair__desc span {
  font-family: 'dinlight';
  font-size: 60px;
  color: #2487ec;
  position: relative;
}
.numbered-image-unit .number-pair__desc span sup {
  position: absolute;
  margin-top: 0;
  font-size: 36px;
}
.numbered-image-unit .number-pair__desc label {
  display: block;
  margin-top: 8px;
  cursor: default;
}
.numbered-image-unit.style2 .row {
  position: relative;
}
.numbered-image-unit.style2 .row .bg {
  position: absolute;
  left: 0;
  top: 5px;
}
.numbered-image-unit.style2 .row .bg .iconfont-yinhao {
  font-size: 36px;
  color: #e6e6e6;
}
.number-label {
  position: absolute;
  top: -4px;
  color: #dfdfdf;
  z-index: -100;
  font-family: "dinlight";
  font-size: 60px;
}
.yinhao-label {
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 30px;
  line-height: 50px;
  color: #dfdfdf;
}
.pro-wrap .banner-wrap {
  background-image: url(../res/img/product/bg-pro1.jpg);
}
.pro-wrap .banner-wrap .sec-layer {
  padding-left: 300px;
  padding-right: 10px;
  text-align: left;
}
.pro-wrap .banner-wrap .sec-layer h2 {
  font-size: 46px;
}
.pro-wrap .banner-wrap .sec-layer p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.pro-wrap .pro-menu {
  width: 220px;
  border: 1px solid #efefef;
  background: #fff;
  position: absolute;
  top: 165px;
  left: 50%;
  margin-left: -600px;
  padding: 0;
  z-index: 100;
}
.pro-wrap .pro-menu .ul-menulist {
  display: initial;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl {
  width: 100%;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dt {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dt h3 {
  position: relative;
  font-weight: 400;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dt h3 i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dt h3 i:before {
  display: block;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dt:hover {
  color: #2487ec;
  background: #efefef;
  cursor: pointer;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd {
  background: #f4f6f9;
  line-height: 60px;
  padding-left: 20px;
  margin-bottom: 0;
  display: none;
  font-weight: 400;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd a {
  color: #000;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd:hover {
  color: #2487ec;
  background: #efefef;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd.dis {
  background: #f4f6f9;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd.dis a {
  color: #cacaca;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist dl dd .res-statu {
  line-height: 1.6;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist.actived dl dt i:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pro-wrap .pro-menu .ul-menulist .li-menulist.actived dl dd {
  display: block;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist.actived dl dd.actived a {
  color: #2487ec;
}
.pro-wrap .pro-menu .ul-menulist .li-menulist:last-child {
  width: 100%;
}
.pro-wrap .pro-menu--simple {
  min-width: 200px;
  max-width: 240px;
  padding: 32px 0 32px 24px;
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -600px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(6, 0, 1, 0.08);
  box-shadow: 0px 2px 10px 1px rgba(6, 0, 1, 0.08);
  border: 1px solid #ced7dc;
}
@media screen and (max-width: 1230px) {
  .pro-wrap .pro-menu--simple {
    margin-left: 0;
    left: 3%;
  }
}
.pro-wrap .pro-menu--simple .menu-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.pro-wrap .pro-menu--simple .menu-subtitle a {
  color: #000;
}
.pro-wrap .pro-menu--simple .menu-subtitle:hover,
.pro-wrap .pro-menu--simple .menu-subtitle.actived {
  color: #2487ec;
  cursor: pointer;
}
.pro-wrap .pro-menu--simple .menu-subtitle:hover i,
.pro-wrap .pro-menu--simple .menu-subtitle.actived i,
.pro-wrap .pro-menu--simple .menu-subtitle:hover a,
.pro-wrap .pro-menu--simple .menu-subtitle.actived a {
  color: #7fb7fc;
}
.pro-wrap .pro-menu--simple .menu-subtitle.actived + .menu-cont {
  display: block;
  -webkit-animation: increase 0.5s linear;
  animation: increase 0.5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pro-wrap .pro-menu--simple .menu-subtitle.actived,
.pro-wrap .pro-menu--simple .menu-subtitle.actived i {
  color: #2487ec;
}
.pro-wrap .pro-menu--simple .menu-subtitle i {
  color: #dfdfdf;
  margin-right: 10px;
  font-size: 20px;
  margin-left: -3px;
}
.pro-wrap .pro-menu--simple .menu-cont {
  display: none;
  margin-bottom: 30px;
  overflow: hidden;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist {
  width: 100%;
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  padding-left: 24px;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist a {
  display: block;
  width: 200px;
  height: 54px;
  border-left: 1px solid transparent;
  color: #666;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist:hover,
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist.actived {
  border-left: 2px solid #2487ec;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist:hover a,
.pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist.actived a {
  border-left: 0;
  color: #000;
  font-weight: 400;
}
.pro-wrap .pro-menu--simple .ul-menulist--simple .more {
  margin-bottom: 30px;
}
.pro-wrap .pro-menu--simple .more {
  margin-top: 30px;
  color: #bababa;
  font-size: 14px;
}
.pro-wrap .pro-menu--simple .more i {
  font-size: 14px;
  margin-right: 15px;
  color: #dfdfdf;
}
.pro-wrap .pro-content .sec-layer {
  padding-left: 300px;
}
.pro-wrap .pro-content .sec-layer .sec-header h2 {
  font-size: 24px;
  font-weight: 700;
}
.pro-wrap .pro-content .sec-layer .sec-body p {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
}
.pro-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc p {
  color: #000;
}
.pro-wrap .pro-content .sec-layer .sec-body .row-flex:nth-of-type(1) {
  margin-bottom: 62px;
}
.pro-wrap .pro-content .sec-layer .sec-body .nodata .col-12 {
  text-align: center;
}
.pro-wrap .pro-content .sec-layer .sec-body .nodata .col-12 img {
  vertical-align: middle;
  display: inline-block;
}
.pro-wrap .pro-content .sec-layer .sec-body .nodata .col-12 span {
  font-size: 20px;
  color: #000;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider {
  margin-bottom: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider .slick-slide {
  width: 300px;
  height: 200px;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider .slick-slide h3 {
  text-indent: -999em;
  height: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider .slick-slide .img {
  width: 300px;
  height: 200px;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider .slick-slide .img img {
  width: 100%;
  height: 100%;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button {
  width: 30px;
  height: 82px;
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(205, 213, 219, 0.7);
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button:hover {
  background: #cdd5db;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button:hover:before {
  color: #2487ec;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button.slick-prev {
  left: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button.slick-prev:before {
  font-family: iconfont;
  content: "\e728";
  display: block;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button.slick-next {
  right: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body .slider button.slick-next:before {
  font-family: iconfont;
  content: "\e605";
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav {
  text-align: center;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul {
  display: flex;
  justify-content: center;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul li {
  display: inline-block;
  border-bottom: 1px solid #d2d5d9;
  padding-bottom: 3px;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul li {
  height: 50px;
  line-height: 50px;
  width: 160px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul li:hover {
  color: #2487ec;
  cursor: pointer;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul li.current {
  color: #2487ec;
  border-bottom: 4px solid #2487ec;
  padding-bottom: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-nav ul li:hover {
  color: #0d78e4;
}
/* tab显示与隐藏 */
.pro-wrap .pro-content .sec-layer .sec-body .tabs .hide{
  display: none;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs .tabs-cont {
  padding-top: 30px;
}
.pro-wrap .pro-content .sec-layer .sec-body .table {
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}
.pro-wrap .pro-content .sec-layer .sec-body .table th,
.pro-wrap .pro-content .sec-layer .sec-body .table td {
  height: 50px;
  font-size: 16px;
  color: #999;
}
.pro-wrap .pro-content .sec-layer .sec-body .table thead th {
  border-bottom: 2px solid #2487ec;
}
.pro-wrap .pro-content .sec-layer .sec-body .table thead th:first-child {
  width: 200px;
}
.pro-wrap .pro-content .sec-layer .sec-body .table tbody td .num {
  color: #2487ec;
}
.pro-wrap .pro-content .sec-layer .sec-body .table tbody td:not(:first-child ) {
  color: #000;
  font-size: 18px;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea {
  padding-top: 70px;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dt {
  color: #999;
  font-size: 16px;
  margin-bottom: 5px;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dt .ico-dot {
  background: #2487ec;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd em {
  font-style: normal;
  color: #2487ec;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p {
  width: 52px;
  height: 21px;
  display: inline-block;
  position: relative;
  float: left;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p.step1 {
  background: #2487ec;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p.step2 {
  background: #87acf2;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p.step3 {
  background: #cddcfa;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p.step4 {
  background: #f3f4f5;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p.step4 span {
  right: 0;
}
.pro-wrap .pro-content .sec-layer .sec-body.map-wrap .map-textarea dl dd .map-step p span {
  position: absolute;
  top: 25px;
  color: #000;
  font-weight: 700;
}
.pro-wrap .footer {
  background: #f4f6f9;
}
.zhuangshibg1 .iconfont-yinhao {
  color: #e6e6e6;
  font-size: 36px;
}
/*肺结节*/
.feijiejie-wrap .pro-content-item.jieshao .col-5 img {
  width: 308px;
  height: 228px;
}
.feijiejie-wrap .pro-content-item.jieshao .col-7 {
  position: relative;
}
.feijiejie-wrap .pro-content-item.jieshao .col-7 .zhuangshibg1 {
  position: absolute;
  left: -10px;
  top: -10px;
}
.feijiejie-wrap .pro-content-item.fenbu-wrap .sec-body {
  background: url("../res/pic/product/feijiejie/feijiejie-mapbg.png") no-repeat center top;
}
.feijiejie-wrap .pro-content-item.fenbu-wrap .sec-body .fenbu-item {
  position: relative;
  padding-top: 15px;
}
.feijiejie-wrap .pro-content-item.fenbu-wrap .sec-body .fenbu-item .bg {
  font-size: 70px;
  color: #e6e6e6;
  position: absolute;
  left: 0;
  top: -20px;
  font-family: dinlight;
}
.feijiejie-wrap .pro-content-item.fenbu-wrap .sec-body .fenbu-item table {
  margin-top: 0;
  margin-bottom: 20px;
}
.feijiejie-wrap .pro-content-item.fenbu-wrap .sec-body .fenbu-item table thead th:first-child {
  width: 150px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .img-unit--shift {
  background: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .img-unit--shift .shift-item {
  width: 100px;
  text-align: center;
  margin-left: 53px;
  margin-right: 53px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .img-unit--shift .shift-item h2 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .img-unit--shift .shift-item h2 span {
  position: relative;
  color: #2487ec;
  font-size: 16px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .img-unit--shift .shift-item h2 .bg {
  position: absolute;
  left: 50%;
  top: -42px;
  color: #e6e6e6;
  font-size: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: dinlight;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex-wrap {
  position: relative;
  padding-top: 20px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex-wrap .row-flex:nth-of-type(1) {
  margin-bottom: 0;
  height: 700px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex-wrap .row-flex:nth-of-type(1) .img-unit--shift {
  position: absolute;
  right: 0;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex-wrap .row-flex.second {
  position: absolute;
  top: 280px;
  width: 100%;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex-wrap .row-flex.second .img-unit--shift {
  background: none;
  position: absolute;
  top: -380px;
  right: 0;
  width: auto;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex {
  position: relative;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex.row-flex--reverse {
  height: 200px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex.row-flex--reverse .img-unit {
  position: absolute;
  left: 0;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row-flex.row-flex--reverse .text-unit {
  position: absolute;
  right: 0;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .numbered-image-unit {
  height: auto;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .numbered-image-unit .col-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .numbered-image-unit .col-6:first-child {
  padding-right: 60px;
  padding-left: 80px;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .numbered-image-unit .pro-table tr td {
  position: relative;
}
.feijiejie-wrap .pro-content-item.jiancha-wrap .row .col-3 {
  margin-left: 5%;
}
/*糖网*/
.tangwang-wrap .shaicha-wrap .item-hor {
  margin-bottom: 60px;
}
.tangwang-wrap .shaicha-wrap .item-hor .text-unit {
  margin-bottom: 30px;
  padding-left: 0;
}
.tangwang-wrap .shaicha-wrap .item-hor .text-unit .text-unit__desc {
  width: 100%;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit {
  width: 100%;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex {
  position: relative;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .bg .iconfont-yinhao {
  font-size: 30px;
  color: #e6e6e6;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .title-hd {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .title-hd h3 {
  font-size: 50px;
  color: #2487ec;
  font-family: dinlight;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .title-bd {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .title-bd p {
  line-height: 1.2;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .row-flex .title-bd p small {
  font-size: 14px;
  color: #cacaca;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .col-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tangwang-wrap .shaicha-wrap .item-hor .img-unit .title-wrap .col-6:last-child {
  padding-left: 78px;
}
/*食管癌*/
.shiguanai-wrap .pro-content .sec-layer .sec-body .table tbody td:not(:first-child ) {
  font-size: 16px;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex {
  position: relative;
  height: 470px;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex .img-unit {
  position: absolute;
  right: 0;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex .text-unit {
  position: absolute;
  left: 0;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex--reverse {
  position: relative;
  height: 490px;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex--reverse .img-unit {
  position: absolute;
  left: 0;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row-flex--reverse .text-unit {
  position: absolute;
  right: 0;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row--col3 {
  margin-left: 50px;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row--col3 .col-3 {
  margin-left: 5%;
}
.shiguanai-wrap .pro-content .sec-layer .sec-body .row .yinhao-label {
  top: 80px;
}
/* ai辅助诊断 */
.aizhenduan-wrap {
  /* ai辅诊引号微调 */
}
.aizhenduan-wrap em {
  color: #2487ec;
}
.aizhenduan-wrap .sec-layer .sec-body .row {
  margin-bottom: 80px;
}
.aizhenduan-wrap .text-unit p img {
  margin: 20px 0 40px 0;
}
.aizhenduan-wrap .col-6.col-6--right img {
  float: right;
}
.aizhenduan-wrap .numbered-image-unit.style2 .row .bg {
  top: -10px;
}
/*乳腺癌*/
.ruxianai-wrap .pro-content .img-unit {
  width: 100%;
}
.ruxianai-wrap .pro-content .shaicha-wrap .sec-body .item-hor {
  margin-top: 30px;
}
.ruxianai-wrap .pro-content .fujian-wrap .sec-body .item-hor:not(:last-child) {
  margin-bottom: 50px;
}
.ruxianai-wrap .pro-content .fujian-wrap .sec-body .text-unit.numbered-image-unit.style2 {
  margin-top: -20px;
}
.ruxianai-wrap .pro-content .fujian-wrap .sec-body .text-unit.numbered-image-unit.style2 .number-pair__desc label em {
  color: #b0b3b7;
  margin-left: 5px;
  margin-right: 5px;
}
.ruxianai-wrap .pro-content .fujian-wrap .sec-body .text-unit .text-unit__desc {
  padding-top: 0;
  padding-bottom: 30px;
  width: auto;
}
.ruxianai-wrap .pro-content .fujian-wrap .sec-body .text-unit .text-unit__desc p {
  line-height: 1.6;
  color: #888;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec {
  margin-right: 21px;
  margin-bottom: 12px;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .box {
  width: 286px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 0;
  border: 1px solid #ebebeb;
  height: 320px;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .box .text-area {
  margin-top: 30px;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .box .text-area h4 {
  font-size: 24px;
  text-align: center;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .ico-pro {
  width: 140px;
  height: 140px;
  background: url(../res/pic/product/ruxianai/sprite.png) no-repeat 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .ico-pro.pro1 {
  background-position: 0 0;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .ico-pro.pro2 {
  background-position: -280px 0;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec .ico-pro.pro3 {
  background-position: -140px 0;
}
.ruxianai-wrap .pro-content .list-more .ul-sec .li-sec.lastli {
  margin-right: 0;
}
/*宫颈癌*/
.gongjingai-wrap .pro-content .sec-layer .sec-body .img-unit,
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc {
  width: 100%;
}
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit {
  padding-top: 0;
}
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit h2 {
  font-size: 20px;
}
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit h2 em {
  margin-right: 10px;
  font-family: dinlight;
  font-size: 22px;
}
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc {
  padding-top: 0;
  padding-bottom: 30px;
}
.gongjingai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc p {
  color: #999;
}
.gongjingai-wrap .pro-content .jieshao-wrap .row .col-7 p {
  margin-bottom: 30px;
  line-height: 2;
}
.gongjingai-wrap .pro-content .shaicha-wrap .item-hor:not(:last-child) {
  margin-bottom: 60px;
}
.gongjingai-wrap .pro-content .shaicha-wrap .row .col-5 {
  text-align: right;
}
.gongjingai-wrap .pro-content .shaicha-wrap .row .col-7 p {
  margin-bottom: 30px;
  line-height: 2;
}
/*结肠癌*/
.jiechangai-wrap .pro-content .sec-layer .sec-body .img-unit,
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc {
  width: 100%;
}
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit {
  padding-top: 0;
}
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit h2 {
  font-size: 20px;
}
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit h2 em {
  margin-right: 10px;
  font-family: dinlight;
  font-size: 22px;
}
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc {
  padding-top: 0;
  padding-bottom: 30px;
}
.jiechangai-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc p {
  color: #999;
}
.jiechangai-wrap .pro-content .jieshao-wrap .row .col-7 p {
  margin-bottom: 30px;
  line-height: 2;
}
.jiechangai-wrap .pro-content .shaicha-wrap .item-hor:not(:last-child) {
  margin-bottom: 60px;
}
.jiechangai-wrap .pro-content .shaicha-wrap .row .col-5 {
  text-align: right;
}
.jiechangai-wrap .pro-content .shaicha-wrap .row .col-7 p {
  margin-bottom: 30px;
  line-height: 2;
}
.jiechangai-wrap .pro-content .shibiedata-wrap .sec-layer .sec-body .item-hor .numbered-image-unit {
  padding-top: 30px;
  height: 220px;
}
.jiechangai-wrap .pro-content .shibiedata-wrap .sec-layer .sec-body .item-hor:last-child .numbered-image-unit {
  height: 180px;
}
/*小觅导诊*/
.daozhen-wrap .pro-content .graph .box .img-area .ico-pro {
  width: 114px;
  height: 114px;
  background: url(../res/pic/product/fuzhen/daozhen/sprite.png) no-repeat 0 0;
  display: block;
}
.daozhen-wrap .pro-content .graph .box .img-area .ico-pro.pro1 {
  background-position: -434px -114px;
}
.daozhen-wrap .pro-content .graph .box .img-area .ico-pro.pro2 {
  background-position: -320px 0;
}
.daozhen-wrap .pro-content .graph .box .img-area .ico-pro.pro3 {
  background-position: -434px 0;
}
.daozhen-wrap .pro-content .graph .box .img-area .ico-pro.pro4 {
  background-position: -320px -114px;
}
.daozhen-wrap .pro-content .btn-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.daozhen-wrap .pro-content .btn-wrap .btn-wrap-layer {
  display: none;
  animation-direction: reverse;
}
.daozhen-wrap .pro-content .btn-wrap .btn-primary-pro {
  cursor: pointer;
  margin-right: 0;
}
.daozhen-wrap .pro-content .btn-wrap .btn-primary-pro:after {
  display: none;
}
.daozhen-wrap .pro-content .btn-wrap.anim {
  width: 320px;
  position: absolute;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-primary-pro {
  background: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-primary-pro:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  margin-bottom: 2px;
  margin-left: 10px;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-wrap-layer {
  background: url("../res/pic/product/fuzhen/daozhen/sprite.png") no-repeat 0 0;
  -webkit-box-shadow: 0 0 20px rgba(80, 175, 255, 0.5);
  box-shadow: 0 0 20px rgba(80, 175, 255, 0.5);
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  width: 320px;
  height: 320px;
  left: 0;
  -webkit-animation: increase-320 0.5s ease;
  animation: increase-320 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding-top: 68px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-wrap-layer h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 200;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-wrap-layer p {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.daozhen-wrap .pro-content .btn-wrap.anim .btn-wrap-layer p img {
  width: 100%;
}
.daozhen-wrap .pro-content .btn-wrap.anim + p {
  margin-top: 128px;
}
.daozhen-wrap .pro-content .anli .sec-layer .sec-body .slider {
  padding-left: 20px;
}
.daozhen-wrap .pro-content .anli .sec-layer .sec-body .slider .slick-slide {
  height: 105px;
}
.daozhen-wrap .pro-content .anli .sec-layer .sec-body .slider .slick-slide:nth-child(3n) {
  width: 260px;
}
.daozhen-wrap .pro-content .anli .sec-layer .sec-body .slider .slick-slide .img {
  height: 83px;
  width: 260px;
  position: relative;
}
.daozhen-wrap .pro-content .anli .sec-layer .sec-body .slider .slick-slide .img img {
  height: 100%;
  width: 100%;
}
/*图文内容*/
.graph .box .img-area {
  margin-bottom: 30px;
}
.graph .box .img-area i {
  margin-left: auto;
  margin-right: auto;
}
.graph .box .text-area {
  width: 192px;
  margin-left: auto;
  margin-right: auto;
}
.graph .box .text-area h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.graph .box .text-area .hint {
  text-align: justify;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes increase {
  from {
    height: 0;
  }
  to {
    height: 265px;
  }
}
@-webkit-keyframes increase-320 {
  from {
    width: 320px;
    height: 0;
  }
  to {
    width: 320px;
    height: 320px;
  }
}
/*media 800*/
@media screen and (max-height: 800px) {
  .pro-wrap .pro-menu--simple {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .pro-wrap .pro-menu--simple .menu-subtitle {
    margin-bottom: 15px;
  }
  .pro-wrap .pro-menu--simple .menu-cont {
    margin-bottom: 15px;
  }
  .pro-wrap .pro-menu--simple .ul-menulist--simple .li-menulist {
    height: 40px;
    line-height: 40px;
  }
  .pro-wrap .pro-menu--simple .ul-menulist--simple .more {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
/* 新底部样式 增加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: 30px;
  margin-right: 0 17px 0 0;
  background-image: url(https://static.wecity.qq.com/miying/txjk-883bddfed818db57a4a26fcf99f56ee1.png);
}
.section.new_footer .container .panel-body .cop ul li:hover .logo-jiankang{
  background-image: url(https://static.wecity.qq.com/miying/txjk-h-859b6689869d24dc93e22259656e10bd.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;
}
/* 影像云 */
.yxy-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.yxy-wrap .graph .col-3{
  width: 32% !important;
  min-height: 300px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.yxy-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.yxy-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.yxy-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.yxy-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.yxy-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.yxy-wrap .header .logo{
  position: relative;
  left: unset;
  top: unset;
}
.yxy-wrap .header .nav{
  position: relative;
  right: unset;
  flex: 1;
  padding-left: 130px;
}
.yxy-wrap .header .col-md-12,
.yxy-wrap .header .nav ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yxy-wrap .header .nav ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.yxy-wrap .header .nav ul li{
  width: unset;
}
.ul-menulist--simple_margin0{
  margin: 0;
}
.yxy-wrap .youshi-wrap .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yxy-wrap .youshi-wrap .ico-pro{
  width: 128px;
  height: 128px;
  display: block;
}
.yxy-wrap .youshi-wrap .ico-pro.yxy1{
  background: url(../res/img/product/连接@2x.png) no-repeat;
  background-size: 100% 100%;
}
.yxy-wrap .youshi-wrap .ico-pro.yxy2{
  background: url(../res/img/product/影像管理@2x.png) no-repeat;
  background-size: 100% 100%;
}
.yxy-wrap .youshi-wrap .ico-pro.yxy3{
  background: url(../res/img/product/AI-speed.png) no-repeat;
  background-size: 100% 100%;
}
.yxy-wrap .youshi-wrap .ico-pro.yxy4{
  background: url(../res/img/product/安全@2x.png) no-repeat;
  background-size: 100% 100%;
}
.yxy-wrap .youshi-wrap .ico-pro.yxy5{
  background: url(../res/img/product/助力科研@2x.png) no-repeat;
  background-size: 100% 100%;
}
.yxy-wrap .text-unit{
  padding-top: 0;
}
.yxy-wrap .text-unit .text-unit__desc{
  padding-top: 0;
  width: 100%;
}
.yxy-wrap .pro-content .sec-layer .sec-body .text-unit .text-unit__desc p{
  color: #999999;
  padding-bottom: 30px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit{
  width: 100%;
  position: relative;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit img{
  width: 100%;
  margin-bottom: 24px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit img:first-child{
  height: 260px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit img{
  height: 390px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit img:nth-child(3){
  height: 330px;
  margin-bottom: 0;
}
.yxy-wrap .img-unit__item{
  margin-bottom: 36px;
}
.yxy-wrap .img-unit__item:first-child{
  padding-top: 9px;
}
.yxy-wrap .img-unit__item:last-child{
  margin-bottom: 0;
}
.yxy-wrap .img-unit__item .img-unit__hd{
  padding-bottom: 20px;
}
.yxy-wrap .img-unit__item .img-unit__step{
  padding-right: 15px;
  font-size: 20px;
  color: #1372e6;
}
.yxy-wrap .img-unit__item .img-unit__txt{
  font-size: 20px;
  color: #000000;
}
.yxy-wrap .img-unit__item .img-unit__bd{
  width: 320px;
  height: 180px;
}
.yxy-wrap .img-unit__bigbd{
  height: 768px;
}
.yxy-wrap .text-unit__hightlight{
  color: #1372e6;
}
.yxy-wrap .yuncuncu-wrap .img-unit img{
  height: 510px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit .img-unit-gif1,
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit .img-unit-gif2{
  position: absolute;
  bottom: 70px;
  width: 224px;
  height: 126px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit .img-unit-gif1{
  left: 138px;
}
.yxy-wrap .yunlianjie-wrap .sec-layer .sec-body .img-unit .img-unit-gif2{
  right: 138px;
}
.yxy-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.yxy-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
/* 肺炎分析筛查 */
.fygongneng-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.fygongneng-wrap .graph .col-4{
  box-sizing: border-box;
}
.fygongneng-wrap .graph .col-4:nth-child(3n-1){
  padding-left: 44px;
}
.fygongneng-wrap .graph .col-4:nth-child(3n){
  padding-left: 88px;
}
.fygongneng-wrap .graph .col-4:nth-child(3n) .box .text-area{
  width: 100%;
}
.fygongneng-wrap .graph .col-4:nth-child(3n) .box .text-area p{
  text-align: left;
}
.feiyan-wrap .texing-wrap .graph .col-3{
  width: 32% !important;
  min-height: 280px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.feiyan-wrap .texing-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.feiyan-wrap .texing-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.feiyan-wrap .texing-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.feiyan-wrap .texing-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.feiyan-wrap .texing-wrap .graph .col-3 .box .text-area p{
  margin-top: 10px;
  text-align: center;
}
.feiyan-wrap .texing-wrap .graph .col-3:nth-child(3) .box .text-area p{
  text-align: left;
}
.feiyan-wrap .pro-content .sec-layer .sec-body .tabs .tabs-cont{
  text-align: center;
}
.feiyan-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.feiyan-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.fygongneng-wrap .graph .col-4:first-child{
  margin-bottom: 44px;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.feiyan-wrap .fygongneng-wrap .graph .box .text-area{
  margin-left: 0;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro{
  width: 37px;
  height: 37px;
  display: inline-block;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy1{
  background: url(../res/img/product/肺.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy2{
  background: url(../res/img/product/直方图.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy3{
  background: url(../res/img/product/标注.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy4{
  background: url(../res/img/product/影像对比.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy5{
  background: url(../res/img/product/量化分析.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy6{
  background: url(../res/img/product/报告.png) no-repeat;
  background-size: auto;
}
.feiyan-wrap .fygongneng-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.feiyan-wrap .texing-wrap .ico-pro{
  display: block;
  width: 120px;
  height: 120px;
}
.feiyan-wrap .texing-wrap .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feiyan-wrap .texing-wrap .ico-pro.tx1{
  background: url(../res/img/product/准确.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .texing-wrap .ico-pro.tx2{
  background: url(../res/img/product/数据.png) no-repeat;
  background-size: 100% 100%;
}
.feiyan-wrap .texing-wrap .ico-pro.tx3{
  background: url(../res/img/product/拖拽.png) no-repeat;
  background-size: 100% 100%;
}
/* 病理云 */
.pathology-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.pathology-wrap .graph .col-4{
  box-sizing: border-box;
}
.pathology-wrap .graph .col-4:nth-child(3n-1){
  padding-left: 44px;
}
.pathology-wrap .graph .col-4:nth-child(3n){
  padding-left: 88px;
}
.pathology-wrap .graph .col-4:nth-child(3n) .box .text-area{
  width: 100%;
}
.pathology-wrap .graph .col-4:nth-child(3n) .box .text-area p{
  text-align: left;
}
.path-wrap .pro-content .sec-layer .sec-body .cf .box-img{
  width: 900px;
  height: auto;
}
.path-wrap .pro-content .sec-layer .sec-body .tabs .tabs-cont{
  text-align: center;
}
.path-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.path-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.pathology-wrap .graph .col-4:first-child{
  margin-bottom: 44px;
}
.path-wrap .pathology-wrap .graph .box .img-area{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.path-wrap .pathology-wrap .graph .box .text-area{
  margin-left: 0;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro{
  width: 37px;
  height: 37px;
  display: inline-block;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/yhgl-80fe4e361591c02d033894df8e5fd6b9.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/sjgl-44e48fb764caa7598a47546150bfa20f.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/xxcx-c90b7f7a3db2251d630b1c07bce6954a.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro.pa4{
  background: url(https://static.wecity.qq.com/miying/yxll-b48250aa1ababb4921c399974836b0d3.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .pathology-wrap .graph .box .img-area .ico-pro.pa5{
  background: url(https://static.wecity.qq.com/miying/ychz-35875feb89b0f5823b3b5307f2216fb0.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .pathology-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.path-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
.path-wrap .texing-wrap .ico-pro.tx1{
  background: url(../res/img/product/准确.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .texing-wrap .ico-pro.tx2{
  background: url(../res/img/product/数据.png) no-repeat;
  background-size: 100% 100%;
}
.path-wrap .texing-wrap .ico-pro.tx3{
  background: url(../res/img/product/拖拽.png) no-repeat;
  background-size: 100% 100%;
}
/* 精准预约AIPA */
.accurate-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.accurate-wrap .graph .col-3{
  width: 32% !important;
  min-height: 370px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.accurate-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.accurate-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.accurate-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.accurate-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.accurate-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.accu-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.accu-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.accurate-wrap .graph .col-3:first-child{
  margin-bottom: 44px;
}
.accu-wrap .accurate-wrap .graph .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accu-wrap .accurate-wrap .graph .box .text-area{
  margin-left: 0;
}
.accu-wrap .accurate-wrap .graph .box .img-area .ico-pro{
  width: 120px;
  height: 120px;
  display: inline-block;
}
.accu-wrap .accurate-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/zlzk-67958c970542a174b264934c5d76e148.png) no-repeat;
  background-size: 100% 100%;
}
.accu-wrap .accurate-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/dcj-6a9f510738e5bc957ebe65b3c40f05e2.png) no-repeat;
  background-size: 100% 100%;
}
.accu-wrap .accurate-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/dbz-5c398cdba2040a39299a65a376589d31.png) no-repeat;
  background-size: 100% 100%;
}
.accu-wrap .accurate-wrap .graph .box .img-area .ico-pro.pa4{
  background: url(https://static.wecity.qq.com/miying/dzh-d874c145a1f8a919dd58e3545ffc7d53.png) no-repeat;
  background-size: 100% 100%;
}
.accu-wrap .accurate-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.accu-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
/* AI就医助手AMA */
.aima-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.aima-wrap .graph .col-3{
  width: 32% !important;
  min-height: 370px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.aima-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.aima-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.aima-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.aima-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.aima-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.ama-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.ama-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.aima-wrap .graph .col-3:first-child{
  margin-bottom: 44px;
}
.ama-wrap .aima-wrap .graph .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ama-wrap .aima-wrap .graph .box .text-area{
  margin-left: 0;
}
.ama-wrap .aima-wrap .graph .box .img-area .ico-pro{
  width: 120px;
  height: 120px;
  display: inline-block;
}
.ama-wrap .aima-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/jzdyylj-b4daecbfd1fa8826d31c1be15a9cc36f.png) no-repeat;
  background-size: 100% 100%;
}
.ama-wrap .aima-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/dwdhzhx-78f9c5396f202ea9b30373cda12a1b31.png) no-repeat;
  background-size: 100% 100%;
}
.ama-wrap .aima-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/lhdwdpz-5c398cdba2040a39299a65a376589d31.png) no-repeat;
  background-size: 100% 100%;
}
.ama-wrap .aima-wrap .graph .box .img-area .ico-pro.pa4{
  background: url(https://static.wecity.qq.com/miying/kjdznjh-67958c970542a174b264934c5d76e148.png) no-repeat;
  background-size: 100% 100%;
}
.ama-wrap .aima-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.ama-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
/* 腾讯觅影-开放实验平台 */
.open-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.open-wrap .graph .col-4{
  box-sizing: border-box;
}
.open-wrap .graph .col-4:nth-child(3n-1){
  padding-left: 44px;
}
.open-wrap .graph .col-4:nth-child(3n){
  padding-left: 88px;
}
.open-wrap .graph .col-4:nth-child(3n) .box .text-area{
  width: 100%;
}
.open-wrap .graph .col-4:nth-child(3n) .box .text-area p{
  text-align: left;
}
.openinnovation-wrap .texing-wrap .graph .col-3{
  width: 32% !important;
  height: 390px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.openinnovation-wrap .texing-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.openinnovation-wrap .texing-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.openinnovation-wrap .texing-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.openinnovation-wrap .texing-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.openinnovation-wrap .texing-wrap .graph .col-3 .box .text-area p{
  margin-top: 10px;
}
.openinnovation-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.openinnovation-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.open-wrap .graph .col-4:first-child{
  margin-bottom: 44px;
}
.openinnovation-wrap .open-wrap .graph .box .img-area{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.openinnovation-wrap .open-wrap .graph .box .text-area{
  margin-left: 0;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro{
  width: 37px;
  height: 37px;
  display: inline-block;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro.fy1{
  background: url(https://static.wecity.qq.com/miying/sjzx-8d658bbd4a414cbc7b01d56f2576a3ca.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro.fy2{
  background: url(https://static.wecity.qq.com/miying/sfzx-13ceccbb2800c5c3a369aa9741585171.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro.fy3{
  background: url(https://static.wecity.qq.com/miying/yyzx-f15ee664ef37a650c7f2ef661178d119.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro.fy4{
  background: url(https://static.wecity.qq.com/miying/glzx-2d9f2a10a8a3d48fef0dbe8033e968d8.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .open-wrap .graph .box .img-area .ico-pro.fy5{
  background: url(https://static.wecity.qq.com/miying/hzzx-792a8490d74dae923964dfb26696a1fb.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .open-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.openinnovation-wrap .texing-wrap .ico-pro{
  display: block;
  width: 120px;
  height: 120px;
}
.openinnovation-wrap .texing-wrap .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx1{
  background: url(https://static.wecity.qq.com/miying/gxdsjgl-0c657756f91e7fddbc77e6488cf55ffc.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx2{
  background: url(https://static.wecity.qq.com/miying/jydsfsj-db29d8f8e3a0825d05960baa233c4d3e.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx3{
  background: url(https://static.wecity.qq.com/miying/lhdslpz-d874c145a1f8a919dd58e3545ffc7d53.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx4{
  background: url(https://static.wecity.qq.com/miying/dyhpz-a42a54ee6068187b4f2a01d88ea84366.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx5{
  background: url(https://static.wecity.qq.com/miying/bjdxmcd-5c398cdba2040a39299a65a376589d31.png) no-repeat;
  background-size: 100% 100%;
}
.openinnovation-wrap .texing-wrap .ico-pro.tx6{
  background: url(https://static.wecity.qq.com/miying/ksdhzhl-78f9c5396f202ea9b30373cda12a1b31.png) no-repeat;
  background-size: 100% 100%;
}
/* 智能导诊IG */
.intelligent-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.intelligent-wrap .graph .col-3{
  width: 32% !important;
  min-height: 370px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.intelligent-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.intelligent-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.intelligent-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.intelligent-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.intelligent-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.intell-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.intell-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.intelligent-wrap .graph .col-3:first-child{
  margin-bottom: 44px;
}
.intell-wrap .intelligent-wrap .graph .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intell-wrap .intelligent-wrap .graph .box .text-area{
  margin-left: 0;
}
.intell-wrap .intelligent-wrap .graph .box .img-area .ico-pro{
  width: 120px;
  height: 120px;
  display: inline-block;
}
.intell-wrap .intelligent-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/gjzdzfw-db29d8f8e3a0825d05960baa233c4d3e.png) no-repeat;
  background-size: 100% 100%;
}
.intell-wrap .intelligent-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/znydzdgh-67958c970542a174b264934c5d76e148.png) no-repeat;
  background-size: 100% 100%;
}
.intell-wrap .intelligent-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/qljrksld-d874c145a1f8a919dd58e3545ffc7d53.png) no-repeat;
  background-size: 100% 100%;
}
.intell-wrap .intelligent-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.intell-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
/* 智能预问诊IPC */
.intelligentpre-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.intelligentpre-wrap .graph .col-3{
  width: 32% !important;
  min-height: 370px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.intelligentpre-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.intelligentpre-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.intelligentpre-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.intelligentpre-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.intelligentpre-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.intellpre-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.intellpre-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.intelligentpre-wrap .graph .col-3:first-child{
  margin-bottom: 44px;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .text-area{
  margin-left: 0;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area .ico-pro{
  width: 120px;
  height: 120px;
  display: inline-block;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/qkywzzc-129fe4223b8fe64f1738be5c88affc86.png) no-repeat;
  background-size: 100% 100%;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/znljkyhbd-d8c893dacd83b188ed5c7803dfb5f502.png) no-repeat;
  background-size: 100% 100%;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/dzblyjsc-769050fb6866f6a952d823798c3bc7b2.png) no-repeat;
  background-size: 100% 100%;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area .ico-pro.pa4{
  background: url(https://static.wecity.qq.com/miying/jrjdksld-431b921c36728fa097e44a3a9eb4916e.png) no-repeat;
  background-size: 100% 100%;
}
.intellpre-wrap .intelligentpre-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.intellpre-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
/* AI临床助手ACA */
.clinical-wrap .graph{
  display: flex;
  flex-wrap: wrap;
}
.clinical-wrap .graph .col-3{
  width: 32% !important;
  min-height: 370px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 22px !important;
  text-align: center;
}
.clinical-wrap .graph .col-3:nth-child(3n-1){
  margin-left: 1%;
}
.clinical-wrap .graph .col-3:nth-child(3n){
  margin-left: 1%;
}
.clinical-wrap .graph .col-3 .box .text-area{
  width: 100%;
  font-size: 14px;
}
.clinical-wrap .graph .col-3 .box .text-area h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.clinical-wrap .graph .box .text-area p{
  margin-top: 10px;
}
.clin-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea{
  display: block;
  margin: 28px auto 0 auto;
  width: 830px;
  height: auto;
}
.clin-wrap .pro-content .sec-layer .sec-body .tabs .tabs-imgarea img{
  width: 100%;
  height: 100%;
}
.clinical-wrap .graph .col-3:first-child{
  margin-bottom: 44px;
}
.clin-wrap .clinical-wrap .graph .box .img-area{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clin-wrap .clinical-wrap .graph .box .text-area{
  margin-left: 0;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro{
  width: 120px;
  height: 120px;
  display: inline-block;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro.pa1{
  background: url(https://static.wecity.qq.com/miying/yxzstp-6a9f510738e5bc957ebe65b3c40f05e2.png) no-repeat;
  background-size: 100% 100%;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro.pa2{
  background: url(https://static.wecity.qq.com/miying/yyfxznsh-5c398cdba2040a39299a65a376589d31.png) no-repeat;
  background-size: 100% 100%;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro.pa3{
  background: url(https://static.wecity.qq.com/miying/yszskffqw-b4daecbfd1fa8826d31c1be15a9cc36f.png) no-repeat;
  background-size: 100% 100%;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro.pa4{
  background: url(https://static.wecity.qq.com/miying/dyhpz-a42a54ee6068187b4f2a01d88ea84366.png) no-repeat;
  background-size: 100% 100%;
}
.clin-wrap .clinical-wrap .graph .box .img-area .ico-pro.pa5{
  background: url(https://static.wecity.qq.com/miying/qljrksld-d874c145a1f8a919dd58e3545ffc7d53.png) no-repeat;
  background-size: 100% 100%;
}
.clin-wrap .clinical-wrap .graph .box .img-area h4{
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
}
.clin-wrap .texing-wrap .ico-pro{
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
.jiancha-wrap .img-unit{
  width: 400px;
}
.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav {
  text-align: center;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul {
  display: flex;
  justify-content: center;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul li {
  display: inline-block;
  border-bottom: 1px solid #d2d5d9;
  padding-bottom: 3px;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul li {
  height: 50px;
  line-height: 50px;
  width: 160px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul li:hover {
  color: #2487ec;
  cursor: pointer;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul li.current {
  color: #2487ec;
  border-bottom: 4px solid #2487ec;
  padding-bottom: 0;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-nav ul li:hover {
  color: #0d78e4;
}

/* tab显示与隐藏 */
.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .hide {
  display: none;
}

.pro-wrap .pro-content .sec-layer .sec-body .tabs1 .tabs-cont {
  padding-top: 30px;
}
/* 眼底青光眼 */
.yxy-wrap .fygongneng-wrap .graph .box .img-area {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.yxy-wrap .fygongneng-wrap .graph .box .img-area h4 {
  padding-left: 14px;
  font-size: 20px;
  color: #000;
}
.yxy-wrap .fygongneng-wrap .graph .box .text-area {
  margin-left: 0;
}
.yxy-wrap .fygongneng-wrap .graph .box .img-area .ico-pro {
  display: inline-block;
  width: 37px;
  height: 37px;
}
.yxy-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy1 {
  background: url(../res/img/product/图像质控.png);
  background-size: 100% 100%;
}
.yxy-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy2 {
  background: url(../res/img/product/评估详情.png);
  background-size: 100% 100%;
}
.yxy-wrap .fygongneng-wrap .graph .box .img-area .ico-pro.fy3 {
  background: url(../res/img/product/自动化报告.png);
  background-size: 100% 100%;
}
.yxy-wrap .texing-wrap .box .img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 14px;
}
.yxy-wrap .texing-wrap .ico-pro {
  display: block;
  width: 120px;
  height: 120px;
}
.yxy-wrap .texing-wrap .ico-pro.tx1 {
  background: url(../res/img/product/专家级能力.png);
  background-size: 100% 100%;
}
.yxy-wrap .texing-wrap .ico-pro.tx2 {
  background: url(../res/img/product/算法.png);
  background-size: 100% 100%;
}
.yxy-wrap .texing-wrap .ico-pro.tx3 {
  background: url(../res/img/product/灵活.png);
  background-size: 100% 100%;
}
.yxy-wrap .texing-wrap .ico-pro.tx4 {
  background: url(../res/img/product/结果分析.png);
  background-size: 100% 100%;
}
.yxy-wrap .texing-wrap .graph .col-3 .box .text-area {
  width: 100%;
  font-size: 14px;
}