body {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:hover,a:focus,a:active,a:visited,a:focus-within {
  text-decoration: none;
}
.disinblock {
  display: inline-block;
}
.fontstyle {
  font-style: italic;
  font-weight: 500;
}
.meet-container-fluid {
  width: 100%;
  min-width: 1140px;
  height:100%;
  box-sizing: border-box;
  position: relative;
}
.meet-container-fluid a {
  color: #666666;
}
.meet-container-fluid a:hover,
.meet-container-fluid a:active {
  text-decoration: none;
}
.meet-container {
  width: 100%;
  margin: 0 auto;
  height: 140px;
  background: linear-gradient(to right, #254bc7, #25a3e9);
}
.meet-top {
  width: 1140px;
  min-width: 1140px;
  height: 140px;
  margin: 0 auto;
}
.meet-logo {
  width: 360px;
  height: 62px;
  margin: 38px 0;
  display: inline-block;
}
.meet-logo img {
  width: 100%;
  height: 100%;
}
.meet-title {
  float: right;
  line-height: 140px;
  font-size: 27px;
  color: #ffffff;
}
.meet-nav {
  width: 100%;
  min-width: 1140px;
  height: 58px;
  text-align: center;
  background: #f2f2f2;
  font-size: 18px;
  color: #3e5f9b;
}
.meet-nav-ul {
  width: 1140px;
  min-width: 1140px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.meet-nav ul li {
  list-style: none;
  display: inline-block;
  line-height: 58px;
  cursor: pointer;
}
.meet-nav ul li a {
  font-size: 18px;
  color: #3e5f9b;
  display: inline-block;
  line-height: 58px;
  padding: 0 12px;
  cursor: pointer;
}
.meet-nav ul li a.active,
.meet-nav ul li a:hover {
  background: #3e5f9b;
  color: #ffffff;
}
.meet-banner {
  width: 100%;
  min-width: 1140px;
  height: 500px;
  background: #d8d8d8;
  position: relative;
  overflow: hidden;
}
.meet-banner ul {

}
.meet-banner ul li {
  position: relative;
  height: 500px;
  float: left;
  width: 100%;
}
.meet-footer {
  width: 100%;
  min-width: 1140px;
  height: 140px;
  background: #f2f2f2;
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 0px;*/
}
.meet-foot-container {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
}
.meet-foot-info {
  margin: 45px 0 0 20px;
  float: right;
  font-family: arialmt;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  width: 700px;
}
.meet-foot-tel {
  width: 16px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}
.meet-foot-email {
  width: 16px;
  height: 12px;
  vertical-align: baseline;
  margin-right: 10px;
}
.meet-foot-location {
  width: 11px;
  height: 16px;
  vertical-align: baseline;
  margin-right: 10px;
}
.meet-content .meet-content-txt,
.meet-registration p,
.meet-forum p {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  text-indent: 2em;
  color: #666666;
}
.meet-about {
  font-family: arial-boldmt;
}
.meet-about h3 a,
.meet-registration h3 a,
.meet-program h3 a,
.meet-forum h3 a,
.meet-venue h3 a {
  font-family: arial-boldmt;
  font-size: 30px;
  color: #3e5f9b;
}
.meet-about-txt {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify;
  padding-bottom: 30px;
}
.meet-committeen-ul {
  width: 100%;
  height: 815px;
}
.meet-committeen-li {
  float: left;
  /*display: inline-block;*/
  width: 280px;
  height: 300px;
  text-align: center;
  margin: 10px 0;
}
.meet-committeen-div {
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.meet-committeen-img {
  width: 100%;
  height: 100%;
}
.meet-committeen-name {
  font-size: 24px;
  color: #333333;
  margin: 10px;
}
.meet-committeen-position {
  font-size: 16px;
  color: #666666;
}
.meet-about h3,
.meet-registration h3,
.meet-program h3,
.meet-forum h3,
.meet-venue h3 {
  font-size: 20px;
  line-height: 40px;
  position: relative;
  margin: 40px 0;
}
.meet-about h3:before,
.meet-registration h3:before,
.meet-program h3:before,
.meet-forum h3:before,
.meet-venue h3:before {
  content: '';
  display: inline-block;
  width: 75px;
  height: 3px;
  background: #f4930a;
  position: absolute;
  bottom: -5px;
}
.meet-program-table {
  width: 100%;
  min-width: 1140px;
  border: 1px solid #cccccc;
  margin: 40px 0;
}
.meet-program-thead {
  background: linear-gradient(to right, #e9a038, #c45b5b);
  border: 1px solid transparent;
}
.meet-program-thead tr {
  height: 78px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.meet-program-tbody {
  font-family: arial-boldmt;
  font-size: 18px;
  color: #666666;
}
.meet-program-tbody tr {
  border: 1px solid #cccccc;
  height: 140px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.meet-program-time {
  color: #e9a038;
  padding: 8px 0;
}
.meet-forum-ul {
  width: 100%;
  min-width: 1140px;
  font-family: arialmt;
}
.meet-forum-li {
  display: inline-block;
  width: 220px;
  vertical-align: text-top;
}
.meet-forum-div {
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.meet-forum-div img {
  width: 100%;
  height: 100%;
}
.meet-forum-name {
  font-size: 24px;
  color: #333333;
  padding: 20px 0 12px;
  text-align: center;
}
.meet-forum-info {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.meet-forum-text {
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
.meet-forum-areas {
  width: 100%;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 8px 0;
  font-family: arial-italicmt;
  font-style: italic;
}
.meet-venue-address {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  padding: 20px 0 0px;
}
#meet-container,
#meet-container1 {
  width: 98%;
  height: 450px;
  margin: 20px auto;
  min-width: 1110px;
}
.meet-venue-information {
  line-height: 28px;
  font-size: 16px;
}
.footfix {
  position: relative;
  padding-bottom: 140px;  /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
}
.martop {
  margin-top: 50px;
}
