body,
div,
ul,
li,
ol dd,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  background-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: none;
}
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Microsoft YaHei";
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Microsoft YaHei";
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Microsoft YaHei";
}
img {
  max-width: 100%;
}
.clearfix:after {
  content: " ";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.nav {
  width: 1500px;
  height:64px;
  margin: 0 auto;
  background: url("../images/labelmeet/nav.jpg") no-repeat top center;
}
.searchBg {
  width: 100%;
  height: 362px;
  background: url("../images/labelmeet/searchBg.jpg") no-repeat top center;
}
.leftmeeting{ float:left; width:680px; height:380px;}
.rightbtn{ float:right; width:440px; height:380px;}
.rightbtn h4{ font-size:20px; color:#000; line-height:30px; font-weight:600; width:270px; margin:60px auto 25px; text-align: justify;}
.rightbtn h6{ width:255px; margin:0 auto; font-size:16px; color:#000; font-weight:normal; margin-bottom:15px; padding-left:15px;}
.rightbtn p{ width:270px; margin:0 auto; font-size:16px; color:#000; line-height:150%; margin-bottom:7px;}
.rightbtn p span{ width:24px; height:24px; display:inline-block; margin-right:16px; vertical-align:middle;}
.rightbtn p span.mail{ background: url(../images/labelmeet/rightbtnicon.png) 0 0 no-repeat;}
.rightbtn p span.phone{ background:url(../images/labelmeet/rightbtnicon.png) 0 -56px no-repeat;}
.rightbtn a{ width:188px; height:42px; display:block; background:#bf1915; border-radius:2px; color:#fff; font-size:18px; line-height:42px; text-align:center; margin:25px auto 0;}
.rightbtn a:hover{ background:#b21713;}
.banner {
  text-align: center;
}
.banner h1 {
  font-size: 53px;
  padding-top: 70px;
  font-weight: normal;
}
.banner p {
  color: #757575;
}
.banner p:nth-child(2) {
  padding-top: 16px;
  padding-bottom: 6px;
}
.banner p:nth-child(3) {
  padding-bottom: 45px;
}
.topSer {
  width: 1120px;
  height: 82px;
  padding:24px 40px;
  margin: 20px auto 0;
  background:#fafafa;
}
.serbox {
}
.serbox .search {
  width: 1118px;
  height: 42px;
  border: 1px solid #d5d5d5;
  position: relative;
}
.serbox .search .serInput {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 110px;
  box-sizing: border-box;
  background:#fefefe;
}
.serbox .search .serBtn {
  width: 96px;
  height: 100%;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #3b97f6;
  border: 1px solid #3b97f6;
  cursor: pointer;
}

.serbox .search .serBtn:hover{ background-color:#0a6dd1;}

.serbox .serList {
  padding-top: 15px;
}

.serbox .serList li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
.seaclist{ margin-top:5px;}
/*
.serbox .serList li input[type="radio"] {
  margin: 3px 3px 0px 5px;
  display: none;
}
.serbox .serList li label {
  padding-left: 20px;
  cursor: pointer;
  background: url(../images/labelmeet/check.png) no-repeat left center;
}
.serbox .serList li label.checked {
  background: url(../images/labelmeet/checked.png) no-repeat left center;
}*/
.upload {
  float: right;
}
.upload a:nth-child(1) {
  display: block;
  width: 188px;
  height: 42px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  background: #00cc99 url(../images/labelmeet/upload.png) no-repeat 27px center;
  border-radius: 5px;
  padding-left: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.upload p:nth-child(2) {
  text-align: center;
  padding-top: 14px;
}
.upload p:nth-child(2) span {
  color: #00cc99;
}
.recommend {
  width: 100%;
  height:120px;
  background: url("../images/labelmeet/hotBg.png") no-repeat center center;
  line-height:120px;
  text-align: center;
}
.recommend h2 {
  font-weight: normal;
  font-size: 30px;
}
.figure {
  width: 1200px;
  height: 360px;
  margin: 50px auto 60px;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.figure > ul {
  position: relative;
  width: 1040px;
  height: 360px;
  margin: 0 auto;
}
.figure img {
  width: 272px;
  height: 169px;
  display: block;
}
.figure > ul > li {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -435px;
  z-index: 2;
  width: 870px;
  height: 335px;
  background: #fff url("../images/labelmeet/banner.jpg") no-repeat center center;
  opacity: 0;
  border: 1px solid #e2e2e2;
  padding: 20px;
  box-sizing: border-box;
}
.figure .li01 {
  z-index: 4;
  width: 1040px;
  height: 360px;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 1;
}
.figure .li02 {
  width: 980px;
  height: 340px;
  top: -15px;
  left: 50%;
  margin-left: -490px;
  z-index: 3;
  opacity: 0.6;
}
.figure .li03 {
  top: -30px;
  width: 870px;
  height: 335px;
  left: 50%;
  margin-left: -435px;
  z-index: 2;
  opacity: 0.3;
}
.arrow {
  width: 33px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
}
.prev {
  left: 0px;
  background: url("../images/labelmeet/prev.png") no-repeat center center;
}
.next {
  right: 0px;
  background: url("../images/labelmeet/next.png") no-repeat center center;
}
.page {
  position: absolute;
  bottom: -40px;
  z-index: 1000;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 20px;
}
.figCont .figInner {
  width: 272px;
  height: 169px;
  border: 1px solid #d5d5d5;
  float: left;
}
.figCont .figInner img {
  width: 100%;
  height: 100%;
}
.figCont .figTitle {
  float: left;
  padding-left: 20px;
}
.figCont .figTitle a {
  display: block;
  color: #000;
  font-size: 26px;
  margin-bottom: 24px;
  font-weight: 900;
  font-family: "微软雅黑";
}
.figCont .figTitle span:nth-child(1) {
  display: inline-block;
  width: 40px;
  padding-left: 15px;
  background: url(../images/labelmeet/location.png) no-repeat left center;
  margin-left: 15px;
  margin-right: 35px;
}
.figCont .figTitle span:nth-child(2) {
  display: inline-block;
  width: 300px;
  padding-left: 26px;
  background: url(../images/labelmeet/time.png) no-repeat left center;
}
.figbtm {
  width: 100%;
  margin: 0 auto;
}
.figLists {
  width: 50%;
  padding-top: 18px;
}
.figLists p {
  font-size: 14px;
  color: #333;
}

.figLists  img {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  vertical-align: middle;
}
.figLists a {
  color: #000;
  line-height: 32px;
}
.figLists:nth-child(1) {
  float: left;
}
.figLists:nth-child(2) {
  float: right;
}
.industry {
  padding-top: 50px;
}
.industry .indCont {
  width: 570px;
  padding-top: 15px;
}
.industry .indTitle {
  width: 570px;
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 40px;
  position: relative;
}
.industry .indTitle span {
  display: inline-block;
  font-size: 11px;
  color: #333;
}
.industry .indTitle a:nth-child(1) {
	width: 310px;
	display: inline-block;
	font-size: 20px;
	color: #000;
}
.industry .indTitle span:nth-child(2) {
  /*width: 40px;*/
  padding-left: 15px;
  background: url("../images/labelmeet/location.png") no-repeat left center;
  margin-left: 15px;
  margin-right: 35px;
}
.industry .indTitle span:nth-child(3) {
  width: 80px;
  padding-left: 26px;
  background: url("../images/labelmeet/time.png") no-repeat left center;
}
.industry .indTitle a:nth-child(4) {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 40px;
  background: url("../images/labelmeet/into.png") no-repeat center center;
  right: 0;
}
.industry .picture {
  width: 226px;
  height: 148px;
  /*border: 1px solid #dbdbdb;*/
  padding: 2px;
  float: left;
}
.industry .picture .picInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.industry .picture .picInner p {
  width: 100%;
  height: 28px;
  background-color: rgba(183, 125, 67, 0.4);
  text-align: center;
  line-height: 28px;
  position: absolute;
  bottom: 0px;
  color: #fff;
}
.industry .picture img {
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.industry .picList {
  float: left;
  padding-left: 20px;
}
.industry .picList a {
  color: #333;
  line-height: 30px;
  width: 310px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry:nth-child(1) {
  float: left;
}
.industry:nth-child(2) {
  float: right;
}
.organization {
  margin-top: 70px;
  width: 33%;
  padding-bottom: 76px;
}
.organization li {
  float: left;
  width: 33.33%;
}
.organization .header {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.organization .header h2 {
  font-weight: normal;
  font-size: 24px;
}
.organization .header a {
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 162px;
  background-color: #37b0e8;
  border-radius: 12px;
  cursor: pointer;
}
.organization .header a:hover{ background:#2da3d9;}
.hospital {
  padding-top: 20px;
}
.hospital .hosImg {
  width: 76px;
  height: 76px;
  border: 1px solid #dbdbdb;
  float: left;
}
.hospital .hosImg img {
  width: 100%;
  height: 100%;
}
.hospital .hosMessage {
  float: left;
  padding-left: 10px;
  font-size: 12px;
  color: #999;
}
.hospital .hosMessage p:nth-child(1) {
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.hospital .hosMessage p:nth-child(2) {
  padding-bottom: 10px;
}
.hosLists {
  padding-top: 10px;
}
.hosLists p {
  line-height: 26px;
  /*background: url("../images/labelmeet/pdf.jpg") no-repeat left center;*/
  /*padding-left: 28px;*/
}
.hosLists p a{
  width: 310px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hosLists  img {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  vertical-align: middle;
}

.copy-org {
  width: 1200px;
  height: 185px;
  margin: auto;
}
.copy-org h1 {
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.copy-org .copy-org .box-process-bottom .number-box {
  position: relative;
  height: 114px;
}
.cooperation {
  padding-bottom: 90px;
}
.cooperation > h1 {
  font-weight: normal;
  height: 50px;
  border-bottom: 1px solid #dbdbdb;
}
.register-box {
  padding-top: 10px;
  position: relative;
  width: 20%;
  float: left;
}
.register-box h1 {
  font-size: 24px;
  font-weight: normal;
}
.register-box .serialNum {
  font-size: 60px;
  color: #D8DFE5;
  position: absolute;
}
.register-box .serialNum p:nth-child(2) {
  height: 114px;
  width: 16px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 36px;
  border-left: 1px solid #dbdbdb;
}
.register-box .registerCont {
  padding-left: 55px;
  padding-top: 20px;
}
.register-box .registerCont p:nth-child(1) {
  font-weight: bold;
}
.register-box .registerCont p:nth-child(2) {
  padding: 10px 0;
  width: 160px;
  height: 70px;
  color: #656565;
}
.register-box .registerCont a {
  width: 96px;
  height: 30px;
  border-radius: 2px;
  background-color: #F2F2F2;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
  color: #bebebe;
  display:block;
}

#denlv {background-color: #3B97F6;color: #fff;}
#denlvp {color: #3B97F6;}

.register-box:nth-child(5) .registerCont p:nth-child(2) {
  height: auto;
  color: #656565;
}
.register-box:nth-child(5) .registerCont p:nth-child(3) {
  color: #656565;
}
