@charset "UTF-8";
@font-face {
  font-family: FiraSans;
  src: url("/binary/font/FiraSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: FiraSans;
  src: url("/binary/font/FiraSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: FiraSans;
  src: url("/binary/font/FiraSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: FiraSans;
  src: url("/binary/font/FiraSans-Bold.ttf");
  font-weight: 600;
}
.hidden {
  display: none !important;
}

.lineBreakForMobile {
  display: inline;
}
@media screen and (min-width: 768px) {
  .lineBreakForMobile {
    display: none;
  }
}

html, body, h1, h2, h3, h4, h5, h6, p, img, button, input, textarea {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
  color: #333333;
}
html.langEn {
  font-family: FiraSans, "SF Pro Text", Helvetica, Arial, sans-serif;
}

body {
  min-width: 375px;
}

* {
  box-sizing: inherit;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

.content {
  position: relative;
  display: block;
  width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content {
    width: 704px;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    width: 960px;
  }
}

h1 {
  color: #083468;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 32px;
  }
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999 !important;
}

header {
  padding-top: 22px;
  font-size: 0;
}
header.white #menuHandle .line, header.white .separator {
  background-color: #FFF;
}
header.white .linkWrapper {
  border-color: #FFF;
}
header.white .linkWrapper a {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  header {
    padding-top: 50px;
  }
}
header .logo {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  header .logo {
    width: 130px;
    margin-right: 65px;
  }
}
header #menuHandle {
  position: absolute;
  top: 19px;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header #menuHandle {
    display: none;
  }
}
header #menuHandle .line {
  height: 2px;
  width: 40px;
  margin-top: 9px;
  background-color: #083468;
}
header #menuHandle .line.first {
  margin-top: 0;
}
header .separator {
  height: 1px;
  margin-top: 23px;
  background-color: #083468;
}
@media screen and (min-width: 1024px) {
  header .separator {
    display: none;
  }
}
header #menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -218px;
  z-index: 100;
  height: 100%;
  width: 218px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  background: #083468;
  text-align: right;
  -webkit-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: right 0.5s ease 0s, visibility 0.5s ease 0s;
}
@media screen and (min-width: 1024px) {
  header #menu {
    display: none;
  }
}
header #menu.show {
  visibility: visible;
  right: 0;
}
@media screen and (min-width: 768px) {
  header #menu {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
header #menu #closeButton {
  width: 24px;
  cursor: pointer;
}
header #menu .separator {
  height: 1px;
  background: white;
  margin-top: 40px;
  margin-bottom: 29px;
}
header #menu a {
  display: inline-block;
  margin-top: 22px;
  color: white;
  font-size: 14px;
}
header #menu a.first {
  margin-top: 0;
}
header #menu a.languageSwitch {
  font-family: FiraSans, "SF Pro Text", Helvetica, Arial, sans-serif;
  margin-top: 54px;
}
html.langEn header #menu a.languageSwitch {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}
header .linkWrapper {
  display: none;
  position: relative;
  vertical-align: top;
  width: 765px;
  padding-top: 22px;
  padding-bottom: 29px;
  border-bottom: 1px solid #083468;
  text-align: right;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  header .linkWrapper {
    display: inline-block;
  }
}
header .linkWrapper a {
  margin-left: 46px;
  color: #083468;
  font-size: 14px;
}
header .linkWrapper a.languageSwitch {
  font-family: FiraSans, "SF Pro Text", Helvetica, Arial, sans-serif;
  margin-left: 80px;
}
html.langEn header .linkWrapper a.languageSwitch {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

footer {
  padding-top: 40px;
  padding-bottom: 16px;
  background: #083468;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 55px;
    padding-bottom: 22px;
  }
}
footer .logo {
  display: inline-block;
  width: 100px;
}
@media screen and (min-width: 768px) {
  footer .logo {
    width: 130px;
  }
}
footer .qrCode {
  display: inline-block;
  vertical-align: bottom;
  width: 215px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  margin-left: 28px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  footer .qrCode {
    width: 540px;
    padding-bottom: 26px;
    margin-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  footer .qrCode {
    width: 768px;
    margin-left: 62px;
  }
}
footer .qrCode .text {
  color: #DCDDDD;
  font-size: 10px;
  letter-spacing: 2px;
}
html.langEn footer .qrCode .text {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  footer .qrCode .text {
    font-size: 12px;
  }
}
footer .qrCode .text.title {
  display: block;
  padding-left: 2px;
  margin-bottom: 10px;
}
html.langEn footer .qrCode .text.title {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  footer .qrCode .text.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
    margin-bottom: 0;
  }
}
footer .qrCode .item {
  cursor: default;
}
footer .qrCode .item.right {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  footer .qrCode .item.right {
    margin-left: 40px;
  }
}
footer .qrCode .item:hover .text {
  color: #00A9D1;
}
footer .qrCode .item:hover .icon {
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat-blue.png");
}
footer .qrCode .item:hover .icon .codeWrapper {
  display: block;
}
footer .qrCode .item, footer .qrCode .item > * {
  display: inline-block;
  vertical-align: middle;
}
footer .qrCode .item .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat-gray.png");
}
@media screen and (min-width: 768px) {
  footer .qrCode .item .icon {
    width: 18px;
    height: 18px;
  }
}
footer .qrCode .item .icon .codeWrapper {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  footer .qrCode .item .icon .codeWrapper {
    bottom: 26px;
    right: 12px;
  }
}
footer .qrCode .item .icon .codeWrapper .code {
  width: 65px;
}
@media screen and (min-width: 768px) {
  footer .qrCode .item .icon .codeWrapper .code {
    width: 90px;
  }
}
footer .qrCode .item .icon .codeWrapper .triangle {
  height: 0;
  width: 0;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
  margin-left: auto;
}
footer .linkWrapper {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .linkWrapper {
    margin-top: 38px;
    margin-left: 164px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  footer .linkWrapper {
    margin-left: 192px;
  }
}
footer .linkWrapper .navLink {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  footer .linkWrapper .navLink {
    margin-bottom: 92px;
  }
}
footer .linkWrapper .navLink a {
  display: inline-block;
  width: 33.33%;
  padding: 0 4px;
  margin-top: 6px;
  color: #DCDDDD;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
}
html.langEn footer .linkWrapper .navLink a {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  footer .linkWrapper .navLink a {
    width: 110px;
    margin-top: 16px;
    font-size: 14px;
  }
}
footer .linkWrapper .copyright {
  color: #F7F8F8;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  footer .linkWrapper .copyright {
    font-size: 12px;
  }
}

.news {
  padding-top: 51px;
  padding-bottom: 67px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 69px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 62px;
    padding-bottom: 78px;
  }
}
.news h1 {
  margin-bottom: 0;
}
.news .empty {
  margin-bottom: 200px;
  color: #083468;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news .empty {
    font-size: 18px;
  }
}
.news .item {
  position: relative;
  padding-top: 29px;
  border-top: 1px solid #083468;
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .news .item {
    padding-top: 52px;
    margin-top: 55px;
    text-align: left;
    font-size: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news .item {
    margin-top: 85px;
  }
  .news .item:first-of-type {
    margin-top: 50px;
  }
}
.news .item .textWrapper {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .news .item .textWrapper {
    display: inline-block;
    vertical-align: top;
    width: 336px;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .textWrapper {
    width: 512px;
  }
}
.news .item .textWrapper .date {
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .news .item .textWrapper .date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .textWrapper .date {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
.news .item .textWrapper .title {
  display: block;
  margin-bottom: 21px;
  color: #333333;
  font-size: 22px;
}
.news .item .textWrapper .title a {
  color: inherit;
}
.news .item .textWrapper .title.hasAtTopIcon {
  padding: 0 26px;
}
@media screen and (min-width: 768px) {
  .news .item .textWrapper .title.hasAtTopIcon {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .textWrapper .title {
    margin-bottom: 31px;
    font-size: 30px;
  }
}
.news .item .textWrapper .text {
  margin-bottom: 27px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news .item .textWrapper .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .textWrapper .text {
    font-size: 16px;
  }
}
.news .item .image {
  display: none;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .news .item .image {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .news .item .image {
    vertical-align: top;
    width: 267px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .image {
    margin-right: 52px;
  }
}
@media screen and (min-width: 768px) {
  .news .item .image.mobile {
    display: none;
  }
}
.news .item .atTop {
  position: absolute;
  top: 34px;
  right: 0;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .news .item .atTop {
    top: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .news .item .atTop {
    top: 59px;
    width: 26px;
  }
}
.news .pagination {
  margin-top: 98px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .news .pagination {
    margin-top: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .news .pagination {
    margin-top: 48px;
    text-align: right;
  }
}
.news .pagination .page {
  display: inline-block;
  height: 16px;
  width: 34px;
  line-height: 16px;
  border-right: 1px solid #999999;
  color: #999999;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news .pagination .page {
    font-size: 16px;
    height: 18px;
    width: 39px;
    line-height: 18px;
  }
}
.news .pagination .page.current {
  border-right: 1px solid #083468;
  color: #083468;
  font-weight: 600;
}
