* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
body {
  font-family: "Source Han Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
  position: relative;
}
nav {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
nav .nav-con {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  nav .nav-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  nav .nav-con {
    width: 92%;
  }
}
nav .nav-con .logo img {
  display: block;
}
nav .nav-con .col-nav-bg .col-nav .nav-text {
  float: left;
}
nav .nav-con .col-nav-bg .col-nav .nav-text a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
nav .nav-con .col-nav-bg .col-nav .nav-text a:hover {
  color: #F64813;
}
nav .nav-con .col-nav-bg .col-nav .active a {
  border-bottom: 4px solid #F64813;
}
nav .nav-con .col-nav-bg .col-nav .li-btn {
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
}
nav .nav-con .col-nav-bg .col-nav .li-btn a {
  display: block;
  width: 144px;
  height: 40px;
  background: #F64813;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.5s;
}
nav .nav-con .col-nav-bg .col-nav .li-btn a:hover {
  background: #DD4111;
}
.banner-bg {
  width: 100%;
  height: 400px;
  margin: 80px auto 0;
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-bg .banner-con {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner-bg .banner-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .banner-bg .banner-con {
    width: 92%;
  }
}
.banner-bg .banner-con .text1 {
  font-size: 30px;
  font-weight: bold;
  color: #F64813;
  margin-bottom: 10px;
}
.banner-bg .banner-con .text2 {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.banner-bg .banner-con .text3 .item {
  margin-bottom: 10px;
}
.banner-bg .banner-con .text3 .item:last-child {
  margin-bottom: 0px;
}
.banner-bg .banner-con .text3 .item span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 30px;
  position: relative;
}
.banner-bg .banner-con .text3 .item span:before {
  content: '';
  width: 1px;
  height: 10px;
  background: #999999;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-bg .banner-con .text3 .item span:last-child:before {
  background: transparent;
}
.banner-bg .banner-con .p-btn {
  margin-top: 20px;
}
.banner-bg .banner-con .p-btn a {
  display: block;
  width: 180px;
  height: 44px;
  background: #F64813;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.5s;
}
.banner-bg .banner-con .p-btn a:hover {
  background: #DD4111;
}
.page-info {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin: 50px auto 0;
}
@media (max-width: 1200px) {
  .page-info {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-info {
    width: 92%;
  }
}
.page-info .info-title {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}
.page-info .info-con {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.page-info .info-con strong {
  color: #F64813;
}
.page-info .info-list {
  margin: 40px auto 0;
}
.page-info .info-list .row {
  margin-right: -10px;
  margin-left: -10px;
}
.page-info .info-list .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.page-info .info-list .col-item {
  padding: 30px 20px;
  background: #F3F5FA;
  border-top: 3px solid #F64813;
}
.page-info .info-list .col-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-info .info-list .col-item .title img {
  display: block;
  width: 18px;
  margin-right: 8px;
}
.page-info .info-list .col-item .title .text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 8px;
}
.page-info .info-list .col-item .title .tag {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(90deg, #FF6A00 21.5%, #FFAB70 113.87%);
  padding: 0px 10px;
}
.page-info .info-list .col-item .hotel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.page-info .info-list .col-item .hotel img {
  display: block;
  width: 18px;
  margin-right: 8px;
}
.page-info .info-list .col-item .hotel .text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.page-info .info-list .col-item .address {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.page-agenda {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  background: #333;
  padding: 40px 0px 50px 0px;
}
.page-agenda .page-title {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-agenda .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-agenda .page-title {
    width: 92%;
  }
}
.page-agenda .page-title .text {
  color: #fff;
}
.page-agenda .page-title .line {
  background: rgba(255, 255, 255, 0.15);
}
.page-agenda .agenda-con {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin: 30px auto 0;
}
@media (max-width: 1200px) {
  .page-agenda .agenda-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-agenda .agenda-con {
    width: 92%;
  }
}
.page-agenda .agenda-con .title-text {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
}
.page-agenda .agenda-con .con-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.page-agenda .agenda-con .agenda-list {
  margin: 30px auto 0;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.03), inset 0px 4px 0px #F64813;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 30px;
}
.page-agenda .agenda-con .agenda-list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0px;
}
.page-agenda .agenda-con .agenda-list .item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.page-agenda .agenda-con .agenda-list .item:last-child {
  border-bottom: none;
}
.page-agenda .agenda-con .agenda-list .item .time {
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
}
.page-agenda .agenda-con .agenda-list .item .item-con {
  flex: 1;
  padding-left: 20px;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text1 {
  font-size: 17px;
  font-weight: bold;
  color: #222222;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text2 {
  margin-top: 20px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  line-height: 22px;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text2:before {
  content: '';
  width: 26px;
  height: 3px;
  background: #F64813;
  position: absolute;
  top: -13px;
  left: 0px;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text2 .item-text3 {
  margin: 15px auto 0;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text2 .item-text3 .text3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #F64813;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.page-agenda .agenda-con .agenda-list .item .item-con .text2 .item-text3 .text3:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #F64813;
  border-radius: 10px;
}
.page-agenda .agenda-con .agenda-list .item-th {
  background: linear-gradient(90deg, #FF6A00 1.89%, rgba(255, 106, 0, 0) 98.46%);
  border-radius: 5px;
  padding: 10px 0px;
  border-bottom: none;
}
.page-agenda .agenda-con .agenda-list .item-th:hover {
  box-shadow: none;
}
.page-agenda .agenda-con .agenda-list .item-th .time {
  color: #fff;
  display: flex;
  align-items: center;
}
.page-agenda .agenda-con .agenda-list .item-th .time img {
  display: block;
  margin-right: 8px;
}
.page-agenda .agenda-con .agenda-list .item-th .item-con .text1 {
  color: #fff;
  display: flex;
  align-items: center;
}
.page-agenda .agenda-con .agenda-list .item-th .item-con .text1 img {
  display: block;
  margin-right: 8px;
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title .text {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 25px;
}
.page-title .line {
  display: block;
  flex: 1;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.page-lecturer {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
}
@media (max-width: 1200px) {
  .page-lecturer {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-lecturer {
    width: 92%;
  }
}
.page-lecturer .lecturer-con {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.page-lecturer .lecturer-con .col-lg-lecturer {
  width: 20%;
  margin-bottom: 30px;
  text-align: center;
}
.page-lecturer .lecturer-con .col-lg-lecturer .the-pic img {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.page-lecturer .lecturer-con .col-lg-lecturer .name {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0px 20px;
  background: linear-gradient(90deg, #FF6A00 52.9%, rgba(255, 106, 0, 0) 113.87%);
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.page-lecturer .lecturer-con .col-lg-lecturer .con {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.page-prize {
  margin: 0 auto;
  width: 100%;
  background: #F3F5FA;
  padding: 40px 0px 60px 0px;
}
.page-prize .page-title {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-prize .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-prize .page-title {
    width: 92%;
  }
}
.page-prize .prize-con {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
}
@media (max-width: 1200px) {
  .page-prize .prize-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-prize .prize-con {
    width: 92%;
  }
}
.page-prize .prize-con .con-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #666666;
}
.page-prize .prize-con .prize-list {
  margin: 40px auto 0;
}
.page-prize .prize-con .prize-list .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.page-prize .prize-con .prize-list .col-lg-prize {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.page-prize .prize-con .prize-list .col-item {
  margin-bottom: 30px;
}
.page-prize .prize-con .prize-list .col-item .the-pic {
  position: relative;
}
.page-prize .prize-con .prize-list .col-item .the-pic img {
  display: block;
  width: 100%;
}
.page-prize .prize-con .prize-list .col-item .the-pic .num {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 0px;
  background: #F64813;
  padding: 0px 10px;
}
.page-prize .prize-con .prize-list .col-item .text1 {
  margin-top: 15px;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  min-height: 66px;
  text-align: center;
}
.page-prize .prize-con .prize-text {
  border-top: #d9d9d9 1px solid;
  padding-top: 30px;
}
.page-prize .prize-con .prize-text .text1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.page-prize .prize-con .prize-text .text2 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.page-prize .prize-con .p-btn {
  padding-top: 40px;
}
.page-prize .prize-con .p-btn a {
  display: block;
  width: 200px;
  height: 44px;
  background: #F64813;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.5s;
  margin: 0 auto;
}
.page-prize .prize-con .p-btn a:hover {
  background: #DD4111;
}
.page-cooperate {
  width: 100%;
  background: #333;
  padding: 50px 0px;
}
.page-cooperate .page-title {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-cooperate .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-cooperate .page-title {
    width: 92%;
  }
}
.page-cooperate .page-title .text {
  color: #fff;
}
.page-cooperate .page-title .line {
  background: rgba(255, 255, 255, 0.15);
}
.page-cooperate .cooperate-con {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
}
@media (max-width: 1200px) {
  .page-cooperate .cooperate-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-cooperate .cooperate-con {
    width: 92%;
  }
}
.page-cooperate .cooperate-con .con-text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.page-cooperate .cooperate-con .cooperate-list {
  margin: 40px auto 0;
}
.page-cooperate .cooperate-con .cooperate-list .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.page-cooperate .cooperate-con .cooperate-list .col-lg-logo {
  width: 20%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px;
}
.page-cooperate .cooperate-con .cooperate-list .col-item img {
  display: block;
  width: 100%;
}
.bottom-logo {
  margin: 20px auto;
}
.bottom-logo img {
  display: block;
  margin: 0 auto;
}
footer {
  width: 100%;
  height: auto;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #222;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-info .info-list .col-item .title .text {
    font-size: 15px;
  }
  .page-info .info-list .col-item .title .tag {
    padding: 0px 5px;
  }
  .page-info .info-list .col-item .hotel .text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  nav .nav-con .col-nav-bg .col-nav .nav-text a {
    padding: 0px 5px;
    font-size: 16px;
  }
  nav .nav-con .col-nav-bg .col-nav .li-btn a {
    width: 120px;
  }
  .page-info .info-list .col-item {
    margin-bottom: 20px;
  }
  .page-agenda {
    margin: 30px auto 0;
  }
  .page-agenda .agenda-con .agenda-list .item .time {
    width: 250px;
  }
  .page-lecturer .lecturer-con .col-lg-lecturer {
    width: 25%;
  }
}
@media (max-width: 767px) {
  nav {
    height: 60px;
  }
  nav .nav-con .col-nav-bg .col-nav .li-btn {
    height: 60px;
  }
  nav .nav-con .col-nav-bg .col-nav .li-btn a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  nav .nav-con .logo img {
    height: 60px;
  }
  .banner-bg {
    margin: 60px auto 0;
  }
  .banner-bg .banner-con .text1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .banner-bg .banner-con .text2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .banner-bg .banner-con .text3 .item {
    margin-bottom: 5px;
  }
  .banner-bg .banner-con .text3 .item span {
    font-size: 12px;
    margin-right: 20px;
  }
  .banner-bg .banner-con .text3 .item span:before {
    right: -10px;
    height: 10px;
  }
  .banner-bg .banner-con .p-btn a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 160px;
  }
  .banner-bg {
    height: 300px;
    background-size: cover;
  }
  .page-info {
    margin: 30px auto 0;
  }
  .page-info .info-title {
    font-size: 26px;
  }
  .page-info .info-con {
    font-size: 14px;
    line-height: 22px;
    margin: 10px auto 0;
  }
  .page-info .info-list .col-item {
    margin-bottom: 10px;
  }
  .page-agenda {
    padding: 20px 0px;
  }
  .page-title .text {
    font-size: 26px;
  }
  .page-agenda .agenda-con {
    margin: 15px auto 0;
  }
  .page-agenda .agenda-con .title-text {
    font-size: 18px;
    line-height: 28px;
  }
  .page-agenda .agenda-con .con-text {
    font-size: 14px;
    line-height: 23px;
    margin: 10px auto 0;
  }
  .page-agenda .agenda-con .agenda-list .item .time {
    width: 120px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .page-agenda .agenda-con .agenda-list .item .item-con .text1 {
    font-size: 15px;
  }
  .page-agenda .agenda-con .agenda-list .item .item-con .text2 {
    font-size: 13px;
    line-height: 23px;
  }
  .page-lecturer .lecturer-con {
    margin: 15px auto 0;
  }
  .page-prize .prize-con .con-text {
    font-size: 14px;
    line-height: 23px;
  }
  .page-prize {
    margin: 20px auto 0;
    padding: 20px 0px;
  }
  .page-prize .prize-con .p-btn {
    padding-top: 20px;
  }
  .page-prize .prize-con .p-btn a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .page-cooperate .cooperate-con .con-text {
    font-size: 14px;
    line-height: 23px;
  }
  .page-cooperate {
    padding: 20px 0px;
  }
  .bottom-logo img {
    max-width: 100%;
  }
  .page-info .info-list {
    margin: 20px auto 0;
  }
  footer {
    font-size: 12px;
    line-height: 22px;
  }
  .page-lecturer .lecturer-con .col-lg-lecturer {
    width: 50%;
    margin-bottom: 10px;
  }
  .page-lecturer .lecturer-con .col-lg-lecturer .the-pic img {
    max-width: 130px;
  }
  .page-lecturer .lecturer-con .col-lg-lecturer .name {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding: 0px 10px;
  }
  .page-prize .prize-con .prize-list .col-lg-prize {
    width: 50%;
  }
  .page-prize .prize-con .prize-list {
    margin: 20px auto 0px;
  }
  .page-prize .prize-con .prize-list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-prize .prize-con .prize-list .col-item {
    margin-bottom: 12px;
  }
  .page-prize .prize-con .prize-list .col-item .text1 {
    margin-top: 10px;
  }
  .page-prize .prize-con .prize-list .col-item .the-pic .num {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .page-agenda .agenda-con .agenda-list {
    padding: 10px;
  }
  .page-agenda .agenda-con .agenda-list .item-th {
    padding: 7px 0px;
  }
  .page-agenda .agenda-con .agenda-list .item-th .item-con .text1 img {
    width: 16px;
    margin-right: 5px;
  }
  .page-agenda .agenda-con .agenda-list .item-th .time img {
    width: 16px;
    margin-right: 5px;
  }
  .page-cooperate .cooperate-con .cooperate-list .col-lg-logo {
    width: 50%;
    margin-bottom: 10px;
  }
  .page-cooperate .cooperate-con .cooperate-list {
    margin: 20px auto 0;
  }
  .page-prize .prize-con .prize-text {
    padding-top: 20px;
  }
  .page-prize .prize-con .prize-text .text1 {
    font-size: 20px;
  }
  .page-prize .prize-con .prize-text .text2 {
    font-size: 13px;
    margin-top: 10px;
  }
  .page-agenda .agenda-con .agenda-list .item .item-con .text2 .item-text3 .text3 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index.css.map */