@charset 'utf-8';
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  height: auto;
}
body {
  background-color: #f8fafb;
  font-family: 'MicrosoftYaHei';
  padding-bottom: 0.5rem;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  cursor: pointer;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.w {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .default-banner {
  position: relative;
}
.banner .default-banner .default-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: table;
  color: #fff;
  padding: 0 0.3rem;
}
.banner .default-banner .default-txt .centercolum {
  display: table-cell;
  vertical-align: middle;
}
.banner .default-banner .default-txt h1 {
  font-size: 0.22rem;
  font-weight: bold;
}
.banner .default-banner .default-txt p {
  font-size: 0.13rem;
}
.card {
  margin: 0.15rem auto;
  width: 95%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(217, 223, 226, 0.7);
  padding: 0.15rem 0;
}
.card-t {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  overflow: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-t i {
  display: inline-block;
  width: 0.03rem;
  margin: 0 0.01rem;
  border-radius: 0.05rem;
}
.card-t i:nth-child(1),
.card-t i:nth-child(6) {
  height: 0.1rem;
}
.card-t i:nth-child(2),
.card-t i:nth-child(5) {
  height: 0.08rem;
  opacity: 0.7;
}
.card-t i:nth-child(3),
.card-t i:nth-child(4) {
  height: 0.06rem;
  opacity: 0.5;
}
.card-t i:nth-child(3) {
  margin-right: 0.15rem;
}
.card-t i:nth-child(4) {
  margin-left: 0.15rem;
}
.card-c {
  padding: 0.15rem;
}
.news .news-item {
  position: relative;
  padding: 0.12rem 0 0.12rem 0.18rem;
  border-bottom: 1px solid #d9dfe2;
  cursor: pointer;
}
.news .news-item:before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 0.16rem;
  border: 2px solid #1744c1;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.news .news-item:last-of-type {
  border: none;
}
.news .news-item h3 {
  font-size: 0.13rem;
  line-height: 1.5;
  margin-bottom: 0.03rem;
}
.news .news-item .news-time {
  color: #858585;
  font-size: 0.1rem;
}
.newsC {
  display: none;
}
.newsC-class {
  position: relative;
  width: 85%;
}
.newsC-class .newsC {
  padding: 0.2rem 0.15rem 0.2rem;
  max-height: 70vh;
  overflow-y: auto;
}
.temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.guest .guest-list {
  display: flex;
  flex-wrap: wrap;
}
.guest .guest-item {
  width: 49%;
  text-align: center;
  padding-top: 0.1rem;
  margin-bottom: 0.15rem;
}
.guest .guest-item .pic {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.guest .guest-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guest .guest-item h3 {
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.1rem;
  height: auto;
}
.guest .guest-item p {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  color: #858585;
  line-height: 1.2;
  padding: 0 0.05rem;
  height: auto;
}
.btnbox {
  background: url(https://files.sciconf.cn/public/512/5963/202603/2026031610530256108297134.png) no-repeat center center;
  background-size: 100% 100%;
  width: 95%;
  margin: 0 auto;
}
.goBtn {
  width: 100%;
  display: block;
  font-size: 0.14rem;
  padding: 0.15rem;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.7;
}
.footer-btn {
  text-align: center;
  position: fixed;
  padding: 0 0.2rem;
  width: 90%;
  bottom: 0.2rem;
  left: 5%;
  z-index: 99;
  background-color: #1744c1;
  border-radius: 0.4rem;
  display: flex;
  border: 1px solid #fff;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.2);
}
.footer-btn a {
  flex: 1;
  /*width: 100%;*/
  color: #fff;
  padding: 0.15rem 0.1rem;
  font-size: 0.14rem;
  position: relative;
  z-index: 1;
}
.footer-btn a:not(:last-child)::after {
  content: '';
  display: block;
  height: 24%;
  position: absolute;
  right: 0;
  top: 38%;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}
.red-style .footer-btn {
  background-image: url('../images/footer-btn2.png');
}
.red-style .footer-btn:after {
  background-color: #a50000;
}
.chatUs {
  padding-bottom: 0.3rem;
}
.chatUs textarea,
.chatUs input {
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0.13rem;
  width: 100%;
  border: 1px solid #d9dfe2;
  font-size: 0.13rem;
  margin-bottom: 0.1rem;
  border-radius: 3px;
  /* Firefox 4-18 */
  /* Firefox 19-50 */
  /* - Internet Explorer 10–11
          - Internet Explorer Mobile 10-11 */
  /* Edge (also supports ::-webkit-input-placeholder) */
  /* CSS Working Draft */
}
.chatUs textarea::-webkit-input-placeholder,
.chatUs input::-webkit-input-placeholder {
  color: #858585;
}
.chatUs textarea:-moz-placeholder,
.chatUs input:-moz-placeholder {
  color: #858585;
}
.chatUs textarea::-moz-placeholder,
.chatUs input::-moz-placeholder {
  color: #858585;
}
.chatUs textarea:-ms-input-placeholder,
.chatUs input:-ms-input-placeholder {
  color: #858585 !important;
}
.chatUs textarea::-ms-input-placeholder,
.chatUs input::-ms-input-placeholder {
  color: #858585;
}
.chatUs textarea::placeholder,
.chatUs input::placeholder {
  color: #858585;
}
.chatUs textarea {
  min-height: 1rem;
  resize: none;
}
.chatUs button {
  border: none;
  padding: 0.06rem 0.25rem;
  background-color: #1744c1;
  color: #fff;
  border-radius: 3px;
  float: right;
  font-size: 0.13rem;
  cursor: pointer;
}
.chatUs button:hover {
  opacity: 0.8;
}
.formBox .layui-form-label {
  padding-left: 0;
  padding-right: 0;
}
.footer-box {
  width: 100%;
  text-align: center;
  color: #747474;
  opacity: 0.8;
  line-height: 1.2em;
  font-size: 0.12rem;
  display: block;
  padding: 0.1rem 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer-box a {
  color: #747474;
}
.footer-box img {
  height: 100%;
  vertical-align: baseline;
}
.fy-star {
  color: red;
}
@media (min-width: 980px) {
  .w {
    width: 980px;
    margin: 0 auto;
  }
  .card {
    width: 100%;
  }
  .guest .guest-item {
    width: 32%;
  }
  .newsC-class {
    width: 600px !important;
  }
  .banner .default-banner .default-txt {
    padding: 0 0.5rem;
  }
  .banner .default-banner .default-txt h1 {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .banner .default-banner .default-txt p {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .footer-btn {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
.sel_n .sel_body_name {
  height: auto;
}
.Map {
  position: relative;
  min-height: 600px;
  height: auto;
  top: 0;
  margin-bottom: 0;
}
.conf-traffic-wrapper .desc-content {
  top: 0;
}
.Map .conf-traffic-wrapper .desc-traffic {
  margin-top: 0 !important;
}
.conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl {
  border-width: 1px;
}
.conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl.location span {
  text-indent: 0.02rem;
}
@media (max-width: 980px) {
  .Map {
    min-height: 4rem;
    margin-bottom: 0;
    overflow: visible;
  }
  .app-entry {
    bottom: 50px!important;
  }
  .Map.showtraffic {
    min-height: 6rem;
  }
  .conf-traffic-wrapper .desc-content {
    height: 100%;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-title .close-map {
    top: -0.42rem;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 0.42rem;
    background-size: 0.15rem;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-title {
    font-size: 0.15rem;
    line-height: 0.5rem;
  }
  .mui-content,
  .page-content,
  #news_content,
  .conf-traffic-wrapper,
  .desc-content2 {
    height: 3rem;
  }
  .traffic-line-content {
    top: 0.5rem;
    height: calc(100% - 0.55rem);
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content {
    padding: 0 0.15rem 0.2rem;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl {
    padding: 0.15rem 0rem 0.12rem;
    border-bottom: solid 1px #b7b6b5;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.plane,
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl span.train {
    background-size: 0.18rem;
    background-position: 0 center;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl.location span {
    font-size: 0.14rem;
    line-height: 0.25rem;
    text-indent: 0.12rem;
    padding-left: 0.15rem;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .distance {
    text-indent: 0;
    font-size: 0.12rem;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2,
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view {
    right: 0;
    font-size: 0.06rem;
    top: 0.1rem;
    border: solid 1px #909090;
    padding: 0.02rem 0.055rem;
    -moz-border-radius: 0.75rem;
    border-radius: 20px;
  }
  .conf-traffic-wrapper .desc-traffic .traffic-line-content #line-content dl .route_view2 {
    top: 0.36rem;
  }
}
@media (max-width: 768px) {
  .banner .default-banner .default-txt {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .banner .default-banner .default-txt .centercolum {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
}
