* {
  padding: 0;
  margin: 0;
}
.container {
  width: 100%;
  height: 3.69791667vw;
  background: #052236;
}
.container .header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60.9375vw;
  height: 3.69791667vw;
  margin: 0 auto;
}
.container .header-con .logo-wrapper {
  width: 4.73958333vw;
  height: auto;
}
.container .header-con .logo-wrapper .logo {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 53.84%;
}
.container .header-con .language {
  /* padding: 0.10416667vw 0.52083333vw;
  border: solid 0.05208333vw #494949;
  border-radius: 0.20833333vw;
  font-size: 0.83333333vw; */
}
.container .header-con .language a {
  color: #c9c9c9;
  display: inline-block;
  margin-right: 10px;
  padding: 0.10416667vw 0.52083333vw;
  border: solid 0.05208333vw #494949;
  border-radius: 0.20833333vw;
  font-size: 0.83333333vw;
}


/* 正文部分样式 */
.container .container-content{
  max-width: 1200px;
  color: #494949;
  margin: 20px auto;
  font-size: 16px;
  padding: 0 20px;
}
.container .container-content .container-content-main-title{
  box-sizing: border-box;
  width: 100%;  
  line-height: 28px;
  font-size: 18px;
  background: #f3f3f3;
  text-indent: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.container .container-content .container-content-main-time{
  font-size: 16px;
  padding-top: 5px;
}
.container .container-content .container-content-paragraph{
  font-size: 16px;
  line-height: 20px;
}


.container .container-content .marginTop24{
  margin-top: 24px;
}
.container .container-content .marginTop12{
  margin-top: 12px;
}
.container .container-content .fontWeight{
  font-weight: bold;
}
.container .container-content .paddingLeft20{
  padding-left: 20px;
}
.container .container-content .normal-link{
  color:#409EFF ;
  cursor: pointer;
}
.container .container-content .normal-link:hover{
  text-decoration: underline;
}


.container .footer {
  width: 100%;
  height: 7.8125vw;
  background: #282828;
  font-size: 0.83333333vw;
  color: #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .footer .logo-wrapper {
  width: 4.73958333vw;
  height: auto;
  margin-left: 1.5625vw;
}
.container .footer .logo-wrapper .logo {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 53.84%;
}
@media screen and (max-width: 500px) {
  .container {
    width: 100%;
    height: 9.46666667vw;
    background: #052236;
  }
  .container .header-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66.66666667vw;
    height: 9.46666667vw;
    margin: 0 auto;
  }
  .container .header-con .logo-wrapper {
    width: 12.13333333vw;
    height: auto;
  }
  .container .header-con .logo-wrapper .logo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 53.84%;
  }
  .container .header-con .language {
    padding: 0.26666667vw 1.33333333vw;
    border: solid 0.13333333vw #494949;
    border-radius: 0.53333333vw;
    font-size: 2.13333333vw;
  }
  .container .header-con .language a {
    color: #c9c9c9;
  }
  



  /* 正文部分 */
  
  .container .footer {
    width: 100%;
    height: 20vw;
    background: #282828;
    font-size: 2.13333333vw;
    color: #878787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container .footer .logo-wrapper {
    width: 12.13333333vw;
    height: auto;
    margin-left: 4vw;
  }
  .container .footer .logo-wrapper .logo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 53.84%;
  }
  
}






