* {
  font-family: 'Microsoft YaHei';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box;
  min-width: 1300px;
}

ul,
li,
ol,
p {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  width: 100%;
  padding: 17px 0 11px 0;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/* .row{width: 90%;margin: 0 auto;} */
.row {
  width: 1200px;
  margin: 0 auto;
}
.log {
  width: 174px;
  /*display: inline-block;*/
  /*margin-right: 350px;*/
  float: left;
  vertical-align: middle;
  height: 44px;
}

.log img {
  width: 100%;
}

.main-menu {
  /* width: 676px; */
  /*display: inline-block;*/
  float: right;
  vertical-align: middle;
}
.main-menu ul li {
  display: inline-block;
  list-style: outside none none;
  /*  */
  margin-right: 141px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.main-menu ul li.active {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.main-menu ul li .line {
  height: 4px;
  background: #4670f2;
  border-radius: 2px 2px 2px 2px;
  opacity: 0;
  width: 21px;
  margin: 0 auto;
  margin-top: 5px;
}
.main-menu ul li.active .line {
  opacity: 1;
}
.main-menu ul li:hover {
  /* font-size: 18px; */
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.main-menu ul li:hover > .line {
  opacity: 1;
}
.infolist {
  width: 100%;
  overflow: hidden;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  overflow: hidden;
}

.banner .more {
  width: 164px;
  height: 45px;
  border-radius: 27px 27px 27px 27px;
  border: 1px solid #3953ef;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  color: #3953ef;
  position: absolute;
  left: 20%;
  bottom: 10%;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 999;
}
.banner .more:hover {
  transform: translate(0, -10px);
}

.product {
  width: 100%;
  overflow: hidden;
  margin-top: -4px;
}
.product_title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 101px;
}
.product_title img {
  width: 280px;
}
.product_title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #3e5467;
  letter-spacing: 8px;
  margin-top: 16px;
}
.product_info {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.product_text {
  width: 1200px;
  margin: 0 auto;
}
.product_text .product_back {
  width: 23%;
  float: left;
  margin: 0 1%;
  height: 390px;
  background: #4670f2;
  box-shadow: 0px 0px 10px 1px rgba(84, 84, 84, 0.1);
  border-radius: 15px 15px 15px 15px;
}
.product_text .product_list {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(84, 84, 84, 0.1);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  transition: all 0.4s;
  position: relative;
}
/* .product_text .product_list .product_back{width: 100%;height: 100%;position: absolute;top: 0; bottom: 0;left: 0;
    background: #4670F2;
box-shadow: 0px 0px 10px 1px rgba(84,84,84,0.1);
border-radius: 12px 12px 12px 12px;
z-index: -99;
} */
.imgon {
  display: block;
}
.imgoff {
  display: none;
}
.product_text .product_back:hover .product_list {
  transform: translate(0, 20px);
}
.product_text .product_back:hover .product_more {
  color: #3f73ec;
}
.product_text .product_back:hover .product_jiantou .imgon {
  display: none;
}
.product_text .product_back:hover .product_jiantou .imgoff {
  display: block;
}
.product_text .product_list:hover {
  transform: translate(0, 20px);
}
.product_text .product_list:hover .product_more {
  color: #3f73ec;
}
.product_text .product_list:hover .product_jiantou .imgon {
  display: none;
}
.product_text .product_list:hover .product_jiantou .imgoff {
  display: block;
}

.product_text .info_title {
  width: 100%;
}

.product_text .info_title .title_text {
  padding: 0 24px;
  margin-top: 36px;
}
.product_text .info_title .title_text h4 {
  font-size: 22px;
  font-weight: bold;
  color: #3e5467;
  word-wrap: break-word; /*强制换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis; /*隐藏后添加省略号*/
  white-space: nowrap; /*强制不换行*/
  width: 100%;
}
.product_text .info_title .title_text p {
  font-size: 12px;
  font-weight: 400;
  color: #d4d9de;
  word-wrap: break-word; /*强制换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis; /*隐藏后添加省略号*/
  white-space: nowrap; /*强制不换行*/
  width: 100%;
  margin-top: 5px;
}

.product_text .info_contant {
  margin-top: 25px;
  height: 150px;
  font-size: 16px;
  font-weight: 400;
  color: #92a2b1;
  line-height: 28px;
  padding: 0 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden; /*溢出内容隐藏*/
  text-overflow: ellipsis; /*文本溢出部分用省略号表示*/
  display: -webkit-box; /*特别显示模式*/
  -webkit-line-clamp: 4; /*行数*/
  line-clamp: 4;
  -webkit-box-orient: vertical; /*盒子中内容竖直排列*/
}

.product_text .product_bottom {
  width: 100%;
  padding: 0 14px;
  margin-top: 20px;
}
.product_bottom .product_num {
  display: inline-block;
  vertical-align: bottom;
}
.product_bottom .product_num img {
  width: 118px;
}
.product_bottom .product_more {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #898fb4;
  vertical-align: bottom;
  margin-bottom: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.product_bottom .product_jiantou {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 14px;
}
.product_bottom .product_jiantou img {
  width: 41px;
}

/* .product_text .product_more:hover{
    transform: translate(0, -10px); 
} */

.lmn {
  width: 100%;
  overflow: hidden;
  padding-top: 84px;
  background-image: url(../img/lmnback.jpg);
  background-size: cover;
}
.lmn .lmn_title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3e5467;
  width: 100%;
  text-align: center;
}
.lmn ul {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.lmn ul li {
  width: 23%;
  margin: 0 1%;
  float: left;
  background: linear-gradient(0deg, #ffffff 0%, #f3f6fb 100%);
  box-shadow: 0px 6px 20px 1px rgba(38, 96, 184, 0.24);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 2px solid #ffffff;
  padding: 36px 58px;
  text-align: center;
}

.lmn ul li:first-child {
  box-shadow: 10px 6px 20px 1px rgba(38, 96, 184, 0.24);
}
.lmn ul li:last-child {
  box-shadow: 0px 6px 10px 1px rgba(38, 96, 184, 0.24);
}
.lmn ul li .type_title {
  font-size: 20px;
  font-weight: bold;
  color: #3e5467;
}
.lmn ul li .type_info {
  font-size: 14px;
  font-weight: 400;
  color: #92a2b1;
  margin-top: 15px;
}
.lmn img {
  width: 100%;
}

.companyindex {
  width: 100%;
  background: url(../img/companyback1.jpg) center;
  background-size: cover;
  margin-top: -4px;
  padding-top: 95px;
}
.companyindex .companytextleft {
  width: 1200px;
  margin: 0 auto;
}
.companyindex .companytextleft .companyintro_top {
  width: 81%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #3e5467;
  margin-top: 40px;
}
.companytextleft .companyintro_top p {
  text-indent: 2em;
  line-height: 32px;
}
.success_imgtop {
  width: 1200px;
  padding: 32px 0 100px 0;
  margin: 0 auto;
}
.success_imgtop img {
  height: 217px;
  margin-right: 50px;
}
.companyindex .company_signed {
  padding: 12px 50px;
  /* background: #FFFFFF; */
  border-radius: 27px 27px 27px 27px;
  opacity: 1;
  border: 1px solid #3953ef;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3953ef;
  text-align: center;
  width: 166px;
  margin-top: 62px;
  cursor: pointer;
}

.companyindex .company_signed:hover {
  background: linear-gradient(90deg, #538ef4 0%, #3952ef 100%);
  color: #ffffff;
}
.campaign {
  width: 100%;
  padding: 100px 0;
  background: #f9fbff;
}
.campaign .campaign_info {
  width: 1200px;
  margin: 0 auto;
}
.campaign_info .campaign_left {
  width: 61%;
  /* width: 811px; */
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}
.campaign_left .campaign_title {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.campaign_left .campaign_title img {
  width: 226px;
}
.campaign_left .campaign_title h4 {
  font-size: 30px;
  font-weight: bold;
  color: #4670f2;
  margin-top: 12px;
}
.campaign_left .campaign_text {
  width: 100%;
  height: 245px;
  /* overflow: hidden; */
  margin-top: 50px;
  box-sizing: border-box;
}
.campaign_left .campaign_text p {
  text-indent: 2em;
  font-size: 16px;
  font-weight: 400;
  color: #3e5467;
  line-height: 32px;
}
.campaign_left .signed {
  padding: 12px 50px;
  background: #ffffff;
  border-radius: 27px 27px 27px 27px;
  opacity: 1;
  border: 1px solid #3953ef;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3953ef;
  text-align: center;
  width: 166px;
  margin-top: 54px;
  cursor: pointer;
}
.campaign_left .signed:hover {
  background: linear-gradient(90deg, #538ef4 0%, #3952ef 100%);
  color: #ffffff;
}
.campaign_info .campaign_right {
  width: 289px;
  height: 364px;
  display: inline-block;
  vertical-align: top;
  margin-top: 137px;
  box-sizing: border-box;
}
.campaign_info .campaign_right img {
  width: 100%;
  height: 100%;
}
.signed_bd {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.4);
  border-radius: 0px 0px 0px 0px;
  z-index: 99;
  display: none;
}
.signed_show {
  width: 40%;
  position: absolute;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  z-index: 99;
  left: 30%;
  top: 30%;
  text-align: center;
}
.signed_show .signed_content {
  padding: 40px;
  overflow: hidden;
}
.signed_show h4 {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3e5467;
}
.signed_show img {
  width: 188px;
  margin-top: 50px;
}
.signed_show p {
  font-size: 10px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 8px;
}
.signed_show .show_bus {
  position: absolute;
  right: 24px;
  top: -30px;
  width: 20px;
  cursor: pointer;
}
.signed_show .show_bus img {
  width: 100%;
}

/* 项目实施 */
.project {
  width: 100%;
  /* padding: 100px 0; */
  background: #f9fbff;
}
.project .info {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.project .info .title {
  width: 107px;
  height: 31px;
  font-size: 24px;
  font-weight: bold;
  color: #3e5467;
}
.project .info .proimg {
  width: 860px;
  height: 135px;
  margin: auto;
  margin-top: 8px;
}
.project .info .proimg img {
  width: 100%;
  height: 100%;
}
.project .info .text {
  width: 100%;
  height: 69px;
  margin-top: 30px;
  text-indent: 2em;
  line-height: 24px;
}
.project .info .text p {
  font-size: 16px;
  color: #3e5467;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
}

/* 合作医院 */
.process {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.process .info {
  width: 1200px;
  margin: 0 auto;
}
.process .process_title {
  font-size: 24px;
  padding-bottom: 10px;
  /* text-align: center; */
  font-weight: bold;
  color: #3e5467;
  width: 100%;
  margin-top: 100px;
}
.process_back {
  width: 81.25%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.process_back .process_back_left {
  width: 11%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
}
.process_back .process_back_right {
  width: 11%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 9;
}
.marqueeleft {
  height: 46px;
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
  min-width: 1200px;
}
.marqueeleft ul {
  float: left;
}
.marqueeleft li {
  float: left;
  margin-left: 100px;
  display: inline;
  height: 46px;
  overflow: hidden;
}

/* 底部 */
.footer {
  width: 100%;
  background: #253a4b;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  overflow: hidden;
  margin-top: -4px;
}
.footertype {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 50px;
}
.footer_left {
  float: left;
}
.footer_logo {
  width: 324px;
  overflow: hidden;
  margin-top: 10px;
  height: 50px;
}
.footer_logo img {
  width: 100%;
}
.footer_text {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.footer_text .email {
  overflow: hidden;
  margin-top: 43px;
}
.footer_text .tel {
  overflow: hidden;
  margin-top: 18px;
  color: rgb(255, 255, 255);
}
.footer_text .tel a {
  color: rgb(255, 255, 255);
}
/* .footer_text .tel p{display: inline-block; color: #FFFFFF;} */
/* .footer_text .tel p:first-child{margin-right: 80px;} */
.footer_text .adress {
  overflow: hidden;
  margin-top: 18px;
}
.footer_text .beian {
  overflow: hidden;
  margin-top: 18px;
}
.footer_text .beian a {
  color: #ffffff;
}
.footer_right {
  float: right;
  padding-top: 83px;
}
.footer_right .code {
  width: 100px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
}
.footer_right .code img {
  width: 100px;
}
.footer_right .code p {
  font-size: 10px;
  margin-top: 8px;
  font-weight: 400;
  color: #ffffff;
}

/* 轮播分页样式 */
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: #beceff !important;
  border-radius: 5px 5px 5px 5px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 24px !important;
  height: 7px !important;
  background: #4670f2 !important;
  border-radius: 5px 5px 5px 5px !important;
  opacity: 1;
}

/* 公司介绍 */
.companyinfo {
  width: 100%;
  overflow: hidden;
}

.companytop {
  width: 100%;
  height: 480px;
  background: url(../img/banner/banner03.png) center;
  position: relative;
}
.companytop_title{
  position: relative;
  width: 512px;
  height: 140px;
  top: 170px;
  left: 50%;
  margin-left: -600px;
}
/* .companytop img {
  width: 100%;
} */
.companytext {
  width: 100%;
  background: url(../img/companyback.png) center;
  background-size: cover;
  margin-top: -4px;
  padding-top: 95px;
}
.companytext .companytextleft {
  width: 1200px;
  margin: 0 auto;
}
.companytextleft .companytitle {
  width: 355px;
  overflow: hidden;
}
.companytextleft .companytitle img {
  width: 100%;
}
.companytextleft .companyintro {
  width: 73%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #3e5467;
  margin-top: 52px;
}
.companytextleft .companyintro p {
  text-indent: 2em;
  line-height: 32px;
}
.success_img {
  width: 1200px;
  padding: 50px 0 80px 0;
  margin: 0 auto;
}
.success_img img {
  height: 257px;
  margin-right: 60px;
}

.company_show {
  width: 100%;
  overflow: hidden;
  background: #f9fbff;
  border-radius: 0px 0px 0px 0px;
}
.company_show .company_showinfo {
  width: 1200px;
  margin: 100px auto;
}
.company_show .company_show_left {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin-right: 3%;
}
.company_show_left img {
  width: 47%;
  margin-right: 2%;
}
.company_show .company_show_right {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.company_show_right p {
  text-indent: 2em;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.cooperation {
  width: 100%;
  overflow: hidden;
  margin: 100px 0 180px 0;
}

.cooperation .cooperationtitle {
  width: 246px;
  margin: 0 auto;
}
.cooperation .cooperationtitle img {
  width: 100%;
}
.cooperationlist {
  width: 1060px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.cooperationlist .organ {
  text-align: center;
  width: 25%;
}
.cooperationlist .organ:nth-child(1) {
  padding-right: 180px;
}
.cooperationlist .organ:nth-child(2) {
  padding-right: 80px;
}
.cooperationlist .organ:nth-child(3) {
  padding-left: 20px;
}
.cooperationlist .organ:nth-child(4) {
  padding-left: 120px;
}
.cooperationlist .organ .organ_icon {
  width: 80px;
  margin: 0 auto;
}
.cooperationlist .organ .organ_icon img {
  width: 100%;
}
.cooperationlist .organ .organ_name {
  font-size: 20px;
  font-weight: 400;
  color: #3e5467;
  margin-top: 15px;
}

/* 产品中心 */
.products {
  width: 100%;
  overflow: hidden;
}
.products_header {
  width: 100%;
  height: 480px;
  background: url(../img/banner/banner02.png) center;
  position: relative;
  overflow: hidden;
}
.products_text{
  position: relative;
  width: 641px;
  height: 140px;
  top: 170px;
  left: 50%;
  margin-left: -600px;
}
/* .products_header img {
  width: 100%;
  height: 100%;
} */
.products_main {
  width: 100%;
  height: 750px;
  background-image: url(../img/productback.png);
  background-size: cover;
  overflow: hidden;
  margin-top: -4px;
}
.products_main .tabPanel {
  overflow: hidden;
  width: 1200px;
  margin: 87px auto;
}
.products_main .tabPanel ul li {
  width: 50%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #3e5467;
  text-align: center;
  cursor: pointer;
}
.products_main .tabPanel ul li.hit {
  font-size: 20px;
  font-weight: bold;
  color: #3e5467;
}
.tab_line {
  display: none;
}

.content .content_main {
  display: none;
  width: 100%;
}
.content .content1 {
  margin-top: 100px;
  display: block;
  height: 320px;
  background: url(../img/content1.png);
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.content_foot {
  width: 433px;
  height: 32px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3e5467;
  line-height: 32px;
  margin: auto;
  margin-top: 20px;
}
.content2 {
  margin-top: 75px;
  display: flex;
}
.content2_left {
  width: 703px;
  height: 408px;
}
.content2_left img {
  width: 100%;
  height: 100%;
}
.content2 .content2_right {
  width: 433px;
  height: 277px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3e5467;
  margin-left: 64px;
  margin-top: 66px;
}
.content2_right p {
  /* width: 100%; */
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
}
/* 联系我们 */

.contactus {
  width: 100%;
  overflow: hidden;
}
.contacttop {
  width: 100%;
  height: 480px;
  background: url(../img/banner//constant.jpg) center;
}
/* .contacttop img {
  width: 100%;
} */

.contact_info {
  width: 100%;
  overflow: hidden;
  margin-top: -4px;
}

.contact_list {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 88px;
}

/* 产品介绍 */

/* .ourproduct {
  width: 100%;
  overflow: hidden;
}

.product_head {
  width: 100%;
  overflow: hidden;
}
.product_head img {
  width: 100%;
  height: 100%;
}
.product_show {
  width: 100%;
  background-image: url(../img/productback.png);
  background-size: cover;
  overflow: hidden;
  margin-top: -4px;
}
.product_show .tabPanel {
  overflow: hidden;
  width: 1200px;
  margin: 87px auto;
}
.tabPanel ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.tabPanel ul li {
  width: 25%;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #758695;
  text-align: center;
  cursor: pointer;
}
.tabPanel ul li .tabline {
  margin-top: 20px;
  width: 100%;
  height: 4px;
  background: #f0f5ff;
  border-radius: 3px 3px 3px 3px;
  position: relative;
}
.tabPanel ul li .tabline img {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tabPanel ul li.hit .tabline img {
  display: block;
}
.tabPanel ul li.hit {
  font-size: 20px;
  font-weight: bold;
  color: #3e5467;
}
.tabPanel .panes {
  width: 100%;
  margin-top: 60px;
}
.panes .pane {
  display: none;
  width: 100%;
}
.pane .online {
  width: 658px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.pane .online img {
  width: 100%;
}
.pane .online p {
  font-size: 12px;
  font-weight: 400;
  color: #3e5467;
  text-align: center;
  margin-top: 13px;
}
.pane .onlineshow {
  width: 477px;
  display: inline-block;
  vertical-align: top;
}

.onlineshow .onlinetitle {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #4670f2;
  margin-top: 92px;
}

.onlineshow .onlinecontant {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3e5467;
  line-height: 32px;
  margin-top: 40px;
}
.tabPanel .community {
  padding-top: 47px;
}
.community .online {
  width: 735px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.community .online img {
  width: 100%;
}
.community .onlineshow {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.community .onlinetitle {
  margin-top: 53px;
}
.tabPanel .household {
  padding-top: 27px;
}
.household .online {
  width: 670px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.household .online img {
  width: 100%;
}
.household .onlineshow {
  width: 465px;
  display: inline-block;
  vertical-align: top;
}
.household .onlinetitle {
  margin-top: 73px;
}
.tabPanel .train {
  padding-top: 10px;
}
.train .online {
  width: 679px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.train .online img {
  width: 100%;
}
.train .onlineshow {
  width: 456px;
  display: inline-block;
  vertical-align: top;
}
.train .onlinetitle {
  margin-top: 90px;
} */

/* @media (max-width: 1200px){
        .row {
            width: 90%;
            margin: 0 auto;
            
         }
        .log {
            width: 174px;
            display: inline-block;
            margin-right: 15%;
            vertical-align: middle;
        }

        .main-menu {
            width: calc(85% - 200px);
            display: inline-block;
            vertical-align: middle;
         }
        .main-menu ul li {
            display: inline-block;
            list-style: outside none none;
            margin-right: 8%;
            position: relative;
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            position: relative;
        }
        .project_list{width: 100%; overflow: hidden;}
        .project_list .project_info_left{text-align: center;}

        .cooperationlist{width: 100%;}
        .cooperationlist .organ{width: 33%;
           
        }
        .contact_list{width: 100%}
        .product_text{width: 100%}
        .product_text .product_back{width: 40%;
            margin: 0 5%;
            margin-bottom: 5%;
        }
        .lmn ul {
            width: 100%;}
            .campaign .campaign_info{width: 100%;}
        .footertype{width: 100%; padding: 0 5%;text-align: center;}
        .footertype .footer_logo{margin: 0 auto;}
        .footertype .footer_left{float: none;}
        .footertype .footer_right{float: none;}
    }

    @media (max-width: 900px){
        .cooperationlist .organ{width: 50%;
           
        }
    } */
/* .top-hover{position: relative;}
    .top-hover ul{position: absolute;top: 0; 
        width: 120px;
            height: 0px;
            float: left;
            background: #833030;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            border-radius: 0 0 2px 2px;
            overflow: hidden; 
    }
    .top-hover:hover ul{display:block; transition: all 0.3s;  height: 275px;} */
