body {
  position: relative;
}
.dp-n{
  display: none;
}
.banner {
  width: 100%;
}

.full-section.odd {
  background: url(../img/home_bg.png) no-repeat center;
  background-size: cover;
}

.full-section.even {
  background: #f8f8f8;
}

.sub-nav {
  /*width: 74%;*/
  margin: 0 auto;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.arrow-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../img/white-arrow-down.png) no-repeat center;
  background-size: 45% auto;
}

.sub-nav-item {
  /*float: left;*/
  width: 16.6%;
  display: inline-block;
}

.sub-nav-item a:hover,
.sub-nav-item a:focus,
.sub-nav-item a:active,
.sub-nav-item a:visited {
  color: #fff;
  text-decoration: none;
}

.sub-nav-item.active {
  background: #2a98c6;
}

.main-content {
  width: 100%;
  line-height: 26px;
  position: relative;
  font-size: 1.2rem;
}

.item-detail {
  padding: 0 30px;
}

.section-content-item {
  padding: 45px 0;
  text-align: center;
  overflow: hidden;
}

.section-nav {
  background: #43bef1;
}

.section-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.section-para {
  text-align: justify;
  word-break:break-all;
  color: #808080;
  text-indent: 2em;
}

.section-mission {
  font-size: 16px;
}

.btn-detail {
  padding: 10px 32px;
  background: #0073eb;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 0;
}

.btn-detail:hover {
  color: #fff;
}

.section-agenda-group {
  overflow: hidden;
  padding: 40px 0;
}

.section-agenda-group li {
  padding-right: 0;
  padding-left: 0;
}

.agenda-detail {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.agenda-detail-item {
  display: block;
  text-align: left;
  color: #4d4d4d;
}

.agenda-detail-item.highlight {
  color: #0073eb;
}

.award-content {
  overflow: hidden;
}

.award-content .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.w11 {
  width: 11%;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mr20 {
  margin-right: 20px;
}

.rotate {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.h5-nav-box {
  display: none;
}

.w100 {
  width: 100%;
}

@media screen and (min-width:320px) and (max-width:768px) {
  html {
    font-size: 10px !important;
  }
  .section .section-para {
    font-size: 1.4rem;
  }
  .sub-nav {
    width: 100%;
    overflow: hidden;
  }
  .sub-nav-item {
    width: 23%;
    float: left;
    font-size: 1.4rem;
  }
  .mb60 {
    margin-bottom: 0;
  }
  .section-agenda-group .col-sm-4 {
    width: 50% !important;
    float: left;
    margin-bottom: 2rem;
  }
  .section-agenda-group {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  .section-agenda-group img {
    width: 16% !important;
    vertical-align: middle;
  }
  .special-award-box {
    margin-top: 2rem;
  }
  .section-mission {
    padding: 0 1.5rem;
  }
  .judge-group {
    font-size: 1.4rem;
    overflow: hidden;
  }
  .rotate,
  .non-rotate {
    padding-top: 1.2rem;
  }
  .w100 {
    width: 100%;
  }
  .w60 {
    width: 60%;
  }
  .w30 {
    width: 30%;
  }
  .h5-nav-box {
    position: absolute;
    right: 0;
    top: 5.3rem;
    width: 31%;
    display: none;
    z-index: 9999;
  }
  .h5-nav-item {
    list-style: none;
    color: #fff;
    background: #42bff2;
    line-height: 4.5rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .section-content-item {
    padding: 0;
    padding-top: 45px;
    height: 260px;
    overflow: hidden;
    box-sizing: content-box;
  }
  .item-detail {
    padding: 0 1.5rem;
  }
  .item-detail-date {
    padding: 0 0.5rem;
  }
  .com-enroll-btn {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    top: 235px;
    left: 40%;
    font-size: 1.2rem;
  }
 /* .award{
    height: 75px;
  }*/
}
