@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;
  }
}

html, body {
  overflow-x: hidden;
}

.top {
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/image/index-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top .shader {
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .top .shader {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .shader {
    padding-bottom: 123px;
  }
}
.top .shader .slogan {
  line-height: 1.2em;
  margin-top: 144px;
  margin-bottom: 180px;
  color: white;
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 3px;
}
html.langEn .top .shader .slogan {
  font-size: 32px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top .shader .slogan {
    margin-bottom: 74px;
  }
  html.langEn .top .shader .slogan {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .top .shader .slogan {
    margin-top: 116px;
    margin-bottom: 0;
    text-align: left;
  }
}
.top .shader .slogan .fromTablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .shader .slogan .fromTablet {
    display: inline;
  }
}
.top .cooperation {
  display: block;
  height: 48px;
  width: 145px;
  line-height: 48px;
  padding-left: 4px;
  margin: auto;
  background: #00A9D1;
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
}
html.langEn .top .cooperation {
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .top .cooperation {
    position: absolute;
    bottom: -123px;
    right: 0;
    height: 64px;
    width: 190px;
    line-height: 64px;
    padding-left: 5px;
    font-size: 20px;
    letter-spacing: 5px;
  }
}

.about {
  position: relative;
  padding-top: 36px;
  padding-bottom: 26px;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 59px;
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding-top: 82px;
    padding-bottom: 86px;
    text-align: left;
  }
}
.about h1 {
  display: none;
  margin-top: 0;
  margin-bottom: 33px;
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .about h1 {
    display: block;
  }
}
html.langEn .about h1 {
  letter-spacing: 0;
}
.about h2 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #083468;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}
html.langEn .about h2 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .about h2 {
    margin-bottom: 23px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .about h2 {
    margin-bottom: 25px;
    font-size: 32px;
  }
}
.about p {
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 18px;
  color: #333333;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .about p {
    line-height: 30px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .about p {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin-bottom: 0;
    margin-right: 35px;
  }
}
.about img {
  width: 200px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .about img {
    width: 250px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .about img {
    vertical-align: top;
  }
}
.about .viewMore {
  display: inline-block;
  color: #00A9D1;
  font-size: 15px;
  letter-spacing: 4px;
}
html.langEn .about .viewMore {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .about .viewMore {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about .viewMore {
    margin-top: 31px;
  }
}
.about .image {
  display: none;
  position: absolute;
  top: -82px;
  left: 770px;
  z-index: -1;
  height: 760px;
  width: calc(50vw - 480px + 190px);
  max-width: 430px;
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/image/index-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .about .image {
    display: block;
  }
}
.about .image .shader {
  height: 100%;
  background: rgba(8, 54, 72, 0.75);
}

@media screen and (min-width: 768px) {
  .parks {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .parks {
    width: 960px;
    margin: auto;
  }
}
.parks .textWrapper {
  z-index: 10;
  height: 200px;
  background: #083468;
  padding-top: 30px;
  padding-bottom: 34px;
  color: white;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 263px;
    width: 420px;
    padding-top: 43px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.parks .textWrapper .content {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper .content {
    width: auto;
  }
}
.parks .textWrapper h1 {
  margin-bottom: 14px;
  color: #B3B3B3;
  font-size: 16px;
  letter-spacing: 2px;
}
html.langEn .parks .textWrapper h1 {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper h1 {
    margin-bottom: 19px;
    font-size: 21px;
  }
  html.langEn .parks .textWrapper h1 {
    font-size: 18px;
  }
}
.parks .textWrapper #parkName {
  margin-bottom: -1px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
html.langEn .parks .textWrapper #parkName {
  margin-bottom: 2px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper #parkName {
    margin-bottom: 2px;
    font-size: 32px;
  }
  html.langEn .parks .textWrapper #parkName {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.parks .textWrapper #parkAddress {
  font-size: 0;
}
.parks .textWrapper #parkAddress .pin {
  height: 10px;
  margin-right: 7px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper #parkAddress .pin {
    height: 12px;
    margin-right: 9px;
  }
}
.parks .textWrapper #parkAddress span {
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 1px;
}
html.langEn .parks .textWrapper #parkAddress span {
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper #parkAddress span {
    font-size: 16px;
  }
  html.langEn .parks .textWrapper #parkAddress span {
    font-size: 14px;
  }
}
.parks .textWrapper .viewDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #00A9D1;
  font-size: 12px;
  letter-spacing: 2px;
}
html.langEn .parks .textWrapper .viewDetail {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper .viewDetail {
    font-size: 16px;
  }
}
.parks .textWrapper #parkImagePagination {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 0;
}
.parks .textWrapper #parkImagePagination .switch {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin-right: 13px;
  background: rgba(230, 230, 230, 0.5);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .parks .textWrapper #parkImagePagination .switch {
    height: 9px;
    width: 9px;
    margin-right: 17px;
  }
}
.parks .textWrapper #parkImagePagination .switch:last-of-type {
  margin-right: 0;
}
.parks .textWrapper #parkImagePagination .switch.active {
  background: #E6E6E6;
}
.parks #parkImages {
  position: relative;
  height: auto;
  padding-top: 75%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .parks #parkImages {
    height: 720px;
    padding-top: 0;
  }
}
.parks #parkImages .swiper-wrapper {
  position: absolute;
  top: 0;
}
.parks #parkImages .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center bottom;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.location {
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .location {
    padding-top: 63px;
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .location {
    padding-top: 46px;
    padding-bottom: 0;
    text-align: left;
  }
}
.location h1 {
  margin-bottom: 35px;
  font-size: 24px;
  letter-spacing: 2px;
}
html.langEn .location h1 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .location h1 {
    margin-bottom: 52px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .location h1 {
    margin-bottom: 30px;
  }
}
.location .mapBlock {
  width: 343px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .location .mapBlock {
    width: 704px;
  }
}
@media screen and (min-width: 1024px) {
  .location .mapBlock {
    position: relative;
    height: 460px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .location .mapBlock .mapContainer {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    font-size: 0;
  }
}
.location .mapBlock .mapContainer .map {
  height: 200px;
  margin-bottom: 10px;
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/image/parks-location.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .location .mapBlock .mapContainer .map {
    height: 460px;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .location .mapBlock .mapContainer .map {
    display: inline-block;
    width: 720px;
    margin-bottom: 0;
  }
}
.location .mapBlock .mapContainer .dataWrapper {
  white-space: nowrap;
  color: #00A9D1;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .location .mapBlock .mapContainer .dataWrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
  }
}
.location .mapBlock .mapContainer .dataWrapper .data {
  display: inline-block;
  margin-right: 48px;
}
.location .mapBlock .mapContainer .dataWrapper .data:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  html.langEn .location .mapBlock .mapContainer .dataWrapper .data {
    margin-right: 36px;
  }
  html.langEn .location .mapBlock .mapContainer .dataWrapper .data .number {
    margin-bottom: -10px;
  }
  html.langEn .location .mapBlock .mapContainer .dataWrapper .data .text {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .location .mapBlock .mapContainer .dataWrapper .data {
    margin-right: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .location .mapBlock .mapContainer .dataWrapper .data {
    display: block;
    margin-bottom: 56px;
    margin-right: 0;
  }
  .location .mapBlock .mapContainer .dataWrapper .data:last-of-type {
    margin-bottom: 0;
  }
}
.location .mapBlock .mapContainer .dataWrapper .data .number {
  font-family: FiraSans, "SF Pro Text", Helvetica, Arial, sans-serif;
  margin-bottom: -6px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .location .mapBlock .mapContainer .dataWrapper .data .number {
    line-height: 64px;
    margin-bottom: -3px;
    font-size: 60px;
  }
}
.location .mapBlock .mapContainer .dataWrapper .data .text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .location .mapBlock .mapContainer .dataWrapper .data .text {
    font-size: 18px;
  }
}

.news {
  position: relative;
}
.news .bgBlock {
  position: absolute;
  bottom: -78px;
  left: 50%;
  margin-left: -171.5px;
}
@media screen and (min-width: 768px) {
  .news .bgBlock {
    bottom: -158px;
    margin-left: -352px;
  }
}
@media screen and (min-width: 1024px) {
  .news .bgBlock {
    width: 1440px;
    top: 0;
    bottom: auto;
    margin-left: -720px;
    font-size: 0;
  }
}
.news .bgBlock .textBG {
  display: none;
  height: 430px;
  width: 720px;
  background: #00A9D1;
}
@media screen and (min-width: 1024px) {
  .news .bgBlock .textBG {
    display: inline-block;
  }
}
.news .bgBlock .image {
  height: 155px;
  width: 343px;
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/image/news-cover-default.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .news .bgBlock .image {
    height: 315px;
    width: 704px;
  }
}
@media screen and (min-width: 1024px) {
  .news .bgBlock .image {
    display: inline-block;
    height: 430px;
    width: 720px;
  }
}
.news .textBlock {
  height: 275px;
  padding-top: 19px;
  color: white;
  text-align: center;
  background: #00A9D1;
}
@media screen and (min-width: 768px) {
  .news .textBlock {
    height: 430px;
    padding-top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .news .textBlock {
    text-align: left;
  }
}
.news .textBlock .content {
  height: 100%;
}
.news .textBlock .content .text {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .news .textBlock .content .text {
    width: 380px;
  }
}
.news .textBlock .content h1 {
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news .textBlock .content h1 {
    font-size: 18px;
    margin-bottom: 29px;
  }
}
.news .textBlock .content .date {
  font-family: FiraSans, "SF Pro Text", Helvetica, Arial, sans-serif;
  color: #E6E6E6;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news .textBlock .content .date {
    font-size: 14px;
  }
}
.news .textBlock .content .newsTitle {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  color: white;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news .textBlock .content .newsTitle {
    margin-bottom: 18px;
    font-size: 28px;
  }
}
.news .textBlock .content .newsContent {
  overflow: hidden;
  margin-bottom: 18px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news .textBlock .content .newsContent {
    margin-bottom: 19px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .news .textBlock .content .newsContent {
    line-height: 25px;
    max-height: 175px;
    margin-bottom: 0;
    white-space: normal;
  }
}
.news .textBlock .content .viewMore {
  color: white;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .news .textBlock .content .viewMore {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .news .textBlock .content .viewMore {
    position: absolute;
    bottom: 36px;
    right: 0;
  }
}

.corporations {
  background-image: url("https://fudan-softpark-binary.oss-cn-shanghai.aliyuncs.com/image/index-corporations-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center bottom;
}
.corporations .shader {
  padding-top: 120px;
  padding-bottom: 54px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .corporations .shader {
    padding-top: 230px;
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .corporations .shader {
    padding-top: 69px;
    padding-bottom: 92px;
  }
}
.corporations .shader h1 {
  margin-bottom: 27px;
  letter-spacing: 2px;
}
html.langEn .corporations .shader h1 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .corporations .shader h1 {
    margin-bottom: 20px;
  }
}
.corporations .shader .logoWrapper {
  margin-bottom: 29px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .corporations .shader .logoWrapper {
    margin-bottom: 22px;
  }
}
.corporations .shader .logoWrapper .logo {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  .corporations .shader .logoWrapper .logo {
    width: 184px;
    margin: 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .corporations .shader .logoWrapper .logo {
    margin: 0 68px;
  }
}
.corporations .shader .viewMore a {
  padding-left: 4px;
  color: #083468;
  font-size: 15px;
  letter-spacing: 4px;
}
html.langEn .corporations .shader .viewMore a {
  padding-left: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .corporations .shader .viewMore a {
    font-size: 20px;
  }
}
