* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.wrapper {
  width: 100%;
  height: auto;
}
.wrapper .banner {
  width: 100%;
  height: 100%;
}
.banner img {
  width: 100%;
  vertical-align: middle;
}
.navigation {
  width: 100%;
  height: 44px;
  background-color: #5f13ed;
  z-index: 9999;
}
.navigation > ul {
  width: 1200px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 auto;
}
.navigation > ul > li {
  padding: 0 10px;
}
.navigation > ul > li > a {
  color: #ffb800;
  padding: 0 20px;
  font-weight: 300;
}
.activity_background {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
.activity_background_left {
   width: 730px;
}
.activity_background_left img{
   width: 100%;
}
.activity_background_right{
    width: 480px;
    height: 381px;
    background-image: url(./img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 30px;
}
.activity_background_right .activity_background_right_text{
    position: relative;
    width: 450px;
    padding: 20px 15px;
    top: 27%;
}
.activity_background_right .activity_background_right_text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
}
.awardsetting{
    width: 100%;
    background: #F2F2F2;
    padding: 30px 0;
}
.awardsetting_title{
    width: 300px;
    margin: auto;
}
.award_content{
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-top: 25px;
}
.award_content_left{
    width: 590px;
    /* height: 465px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgb(209 209 209 / 76%);
    border-radius: 6px;
    padding: 25px 20px;
    text-align: center;
}
.award_content_left_title{
    font-size: 30px;
    font-family: Source Han Serif CN;
    font-weight: 800;
    color: #000000;
    line-height: 59px;
    text-align: center;
}
.award_content_left p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    text-align: left;
}
.selection{
    width: 1200px;
    margin:40px  auto;
}
.selection_title{
    width: 300px;
    margin: auto;
}
.selection_content{
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selection_content_left{
  width: 554px;
  height: 219px;
  background: #1C4B9F;
  padding: 35px 30px;
}
.selection_content_left_title{
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 20px;
}
.selection_content_left_content{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.selection_content_right{
  width: 613px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selection_content_right_item{
  width: 294px;
}
.selection_content_right_item img{
  width: 100%;
height: 165px;
}
.selection_content_right_item p{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 44px;
}
.heavy_release{
  width: 100%;
  /* height: 300px;
  background-image: url(./img/heavy_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; */
}
.heavy_release img{
  width: 100%;
}
.heavy_release_title{
  width: 300px;
  margin: auto;
}
.heavy_release p{
  text-align: center;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #FFE5BD;
  line-height: 45px;
  background: linear-gradient(180deg, #DCFEFF 0%, #ADFCFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 54px;
}
.heavy_release p:last-child{
  margin-top: 0px;
}
.global_release{
  width: 1200px;
  margin:40px auto;
}
.global_release_title{
  width: 300px;
  margin: auto;
}
.global_image_first {
  width: 710px;
  /* height: 118px; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.global_image_first li {
  margin-right: 15px;
  border: 1px solid #05183F;
}
.global_image_first li img {
  width: 100%;
  height: 100%;
}
.global_image_two {
  width: 1090px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 20px;
}
.global_image_two li{
  border: 1px solid #05183F;
}
/*马上报名  */
.concat {
  width: 100%;
  /* height: 660px; */
background: #F2F2F2;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.concat_name {
  width: 725px;
}
.concat_name dt,
.concat_us dt {
  font-size: 27px;
  font-weight: 600;
  color: #333;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.concat_name p label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 6px;
  text-align: right;
  width: 105px;
  color: #333;
  /* vertical-align: top; */
}
.concat_name p input {
  width: 241px;
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  text-indent: 1em;
  color: #999;
}
.concat_name form {
  display: flex;
  flex-wrap: wrap;
}
.concat_name span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 1px;
}
.folding {
  background-color: transparent !important;
  border-color: transparent !important;
}
.folding button {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 20px;
  font-weight: 800;
}
.folding .panel-heading {
  background-color: #F2F2F2 !important;
  border-color: transparent !important;
}
.folding #collapseTwo {
  background-color: #F2F2F2;
  border: 1px solid #05183F;
}
.consult {
  width: 725px;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
}
.selectlist {
  display: flex;
  flex-wrap: wrap;
}
.selectlist li {
  margin-right: 10px;
  color: #999;
}
/* .selectlist li:hover{
  color: red;
  text-decoration: none !important;
  list-style: none !important;
} */
.selectlist input {
  width: 15px;
  height: 15px;
  margin-right: 5px !important;
}
.concat_btn {
  width: 725px;
  text-align: center;
}
.concat_btn #btn {
  width: 150px;
  height: 40px;
  background: #5883dc;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
  outline: none;
}
.concat_us {
  margin-left: 20px;
  display: none;
}
.concat_us_content {
  background-image: url(./img/huabian.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 264px;
  height: 190px;
  background-size: cover;
}
.concat_us p {
  text-align: center;
  line-height: 18px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.panel {
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 0%) !important;
}