body,
html {
  min-width: 1400px;
  overflow-x: auto; }

.home-banner {
  width: 100%;
  height: 578px;
  background: url(../images/banner_jh_578@1x.9883891f.png) center no-repeat;
  background-size: cover; }

.home-container {
  width: 100%; }

.mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.6);
  z-index: 99; }

.mask-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 489px;
  height: 313px;
  z-index: 999;
  border-radius: 8px;
  /* opacity: 1; */ }

.close-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer; }

.mask-content .title {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #252525;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 20px;
  text-align: center; }

.mask-content .text {
  padding-top: 88px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400; }

.mask-content .confrim {
  background: #3F3F9F;
  border-radius: 5px;
  width: 168px;
  height: 40px;
  margin: 68px auto;
  line-height: 39px;
  color: #fff;
  text-align: center;
  font-family: FZYOUHS_508R--GB1-0;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  display: block; }

.mask-content .confrim:hover {
  color: #fff !important; }

.banner-content {
  position: relative;
  height: 578px;
  width: 1200px;
  margin: 0 auto;
  /* border: 1px solid; */ }

.banner-text {
  position: absolute;
  top: 224px; }

.banner-text span {
  font-family: FounderYouhei-Regular;
  font-family: FounderYouhei-Medium;
  font-family: FounderYouhei-Medium, FounderYouhei-Regular, FounderYouhei-Light;
  font-size: 70px;
  color: #000000;
  letter-spacing: 0;
  font-weight: bold; }

.banner-text-1 {
  margin-right: 70px;
  background-image: -webkit-linear-gradient(bottom, #4041a5, #4853d0, #3f3f9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.banner-text-2 {
  background-image: -webkit-linear-gradient(bottom, #a67e60, #c7a27a, #a67e60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.banner-login {
  position: absolute;
  top: 44px;
  right: 0;
  width: 400px;
  height: 491px;
  padding: 0 63px;
  background: rgba(255, 255, 255, 0.5);
  background: url(../images/bg_home_banner_login_400@2x.110e27dc.png) no-repeat;
  text-align: center;
  z-index: 1;
  background-size: 100%;
  /* backdrop-filter: blur(20px); */ }

/* .banner-login:before{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -1;
} */
.banner-login-title {
  margin-top: 69px;
  font-family: FZYOUHS_508R--GB1-0;
  font-size: 24px;
  color: #252525; }

.banner-login-btn {
  display: block;
  margin-top: 20px;
  width: 274px;
  height: 44px;
  font-size: 20px;
  color: #3f3f9f;
  text-align: center;
  background: #ffffff;
  border: 1px solid #3f3f9f;
  border-radius: 4px;
  line-height: 44px;
  cursor: pointer; }

.banner-register-btn {
  display: block;
  margin-top: 28px;
  width: 274px;
  height: 44px;
  font-size: 20px;
  color: #3f3f9f;
  background: #ffffff;
  border: 1px solid #3f3f9f;
  border-radius: 4px;
  line-height: 44px;
  cursor: pointer; }

.banner-login-arow {
  position: absolute;
  width: 30px;
  height: 30px; }

.banner-follow-us {
  margin-top: 34px;
  font-size: 24px; }

.banner-follow-wx {
  margin-top: 15px;
  font-size: 16px;
  color: #3f3f9f; }

.banner-wx-img {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 41px; }

.banner-wx-img img {
  width: 100%;
  height: 100%; }

.banner-login-arow:nth-of-type(1) {
  top: 0px;
  left: 0px;
  border-top: 2px solid #3f3f9f;
  border-left: 2px solid #3f3f9f; }

.banner-login-arow:nth-of-type(2) {
  top: 0px;
  right: 0px;
  border-top: 2px solid #3f3f9f;
  border-right: 2px solid #3f3f9f; }

.banner-login-arow:nth-of-type(3) {
  bottom: 0px;
  left: 0px;
  border-bottom: 2px solid #3f3f9f;
  border-left: 2px solid #3f3f9f; }

.banner-login-arow:nth-of-type(4) {
  bottom: 0px;
  right: 0px;
  border-bottom: 2px solid #3f3f9f;
  border-right: 2px solid #3f3f9f; }

.outer {
  position: relative;
  width: 1200px;
  height: 270px;
  margin: 60px auto;
  clear: both; }

.goods-box {
  width: 1200px;
  height: 270px; }

.ann_text {
  padding-right: 60px;
  line-height: 30px; }

.goods-btn-l {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: -76px;
  transform: translateY(-50%);
  cursor: pointer; }

.goods-btn-l img {
  width: 100%;
  height: 100%; }

.goods-btn-r {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  right: -76px;
  transform: translateY(-50%);
  cursor: pointer; }

.goods-btn-r img {
  width: 100%;
  height: 100%; }

.goods-list {
  width: 1200px;
  height: 270px;
  left: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.goods-item {
  position: relative;
  width: 387px;
  height: 270px;
  background: url(../images/bg_wealth_270@2x.85c5b4b9.png) center no-repeat;
  background-size: cover;
  float: left;
  margin-right: 19px;
  text-align: center;
  padding: 0 59px; }

.goods-head {
  margin-top: 22px;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 1px 1px #996b48; }

.goods-item:nth-of-type(3) {
  margin-right: 0; }

/* .goods-text{

} */
.goods-text-title {
  margin-top: 58px;
  font-size: 28px;
  background-image: -webkit-linear-gradient(bottom, #434d66, #7986b2, #46526c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.goods-text-id {
  font-size: 24px;
  margin-top: 12px;
  background-image: -webkit-linear-gradient(bottom, #434d66, #7986b2, #46526c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.goods-text-detail {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  width: 86px;
  height: 28px;
  border: 1px solid #3f3f9f;
  padding: 5px 9px;
  font-size: 16px;
  border-radius: 4px; }

.goods-text-detail a {
  color: #3f3f9f !important; }

.team-msg {
  width: 1200px;
  height: 360px;
  margin: 60px auto 60px; }

.team-msg-img {
  float: left;
  width: 504px;
  height: 360px; }

.team-msg-img img {
  width: 100%;
  height: 100%; }

.team-msg-text {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  float: left;
  width: 696px;
  height: 360px;
  padding: 52px 54px 0px 60px; }

.team-msg-title {
  font-family: FZYOUHS_508R--GB1-0;
  font-size: 32px;
  color: #252525; }

.team-msg-detail {
  width: 308px;
  margin-top: 52px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 32px; }

.team-msg-img-right {
  position: absolute;
  width: 240px;
  height: 160px;
  right: 54px;
  bottom: 60px; }

.team-more {
  position: absolute;
  display: block;
  right: 54px;
  top: 60px; }

.team-more span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #3f3f9f;
  text-align: right;
  vertical-align: middle; }

.team-more img {
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.company-ann {
  width: 100%;
  height: 500px;
  background: url(../images/bg_home_notice_500@1x.7f6d1f26.png) no-repeat center;
  background-size: cover;
  overflow: hidden; }

.company-ann-content {
  width: 1200px;
  /* height: 340px; */
  margin: 80px auto;
  background: url(../images/bg_home_notice_content_1200@2x.02820ecb.png) no-repeat;
  background-size: 100%; }

.ann-title {
  position: relative;
  height: 72px;
  padding: 0px 16px 0px 30px;
  /* background: rgba(63,63,159,0.50); */ }

.ann-title-m {
  float: left;
  font-size: 32px;
  color: #ffffff;
  /* opacity: .7; */
  line-height: 72px; }

.ann-title-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  right: 20px;
  float: right;
  line-height: 22px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  /* opacity: .7; */ }

.ann-title-more:hover {
  color: #fff !important; }

.ann-title-more span {
  vertical-align: middle; }

.ann-title-more img {
  /* position: absolute;
  top: 2px;
  width: 16px;
  height: 16px; */
  vertical-align: middle; }

.ann-list {
  position: relative;
  /* height: 288px; */
  /* background: rgba(255,255,255,0.50); */
  /* background: url("../../../images/index/bg_home_notice_content_1200@2x.png"); */
  padding: 49px 0 60px 60px;
  z-index: 1;
  /* backdrop-filter: blur(20px); */ }

/* .ann-list::before{
  position: absolute;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -1;
} */
.ann-list-item {
  height: 36px;
  margin-bottom: 27px;
  display: block; }

.ann-item-year {
  float: left;
  transform: rotate(90deg);
  font-family: FZYOUHS_503L--GB1-0;
  font-size: 14px;
  color: #252525;
  line-height: 36px;
  opacity: 0.5; }

.ann-item-date {
  font-family: 'FounderYouhei-Regular';
  font-size: 32px;
  color: #252525;
  opacity: 0.5; }

.ann-item-date i {
  font-size: 14px;
  margin: 0 5px; }

.ann-item-text {
  margin-left: 35px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 32px; }

.other-services {
  width: 1200px;
  height: 360px;
  margin: 60px auto; }

.other-item {
  float: left;
  width: 590px;
  height: 360px;
  overflow: hidden;
  position: relative; }

.other-item p {
  position: absolute;
  font-family: FounderYouhei-Regular;
  font-size: 28px;
  color: #fff;
  height: 72px;
  /* bottom: -288px; */
  bottom: 0;
  width: 100%;
  line-height: 72px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 0.3s ease; }

.other-item:hover img {
  transform: scale(1.05); }

.other-item:hover p {
  /* height: 100%;
   */
  /* transform: translateY(-288px); */
  height: 100%;
  line-height: 360px;
  transition: all 0.3s ease; }

.other-item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease; }

.other-item:nth-of-type(1) {
  margin-right: 20px; }

@font-face {
  font-family: "FounderYouhei-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot");
  /*IE9*/
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot?#iefix") format("embedded-opentype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff2") format("woff2"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff") format("woff"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.ttf") format("truetype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.svg?FounderYouhei-Medium") format("svg");
  /*IOS 4.2-**/ }

@font-face {
  font-family: "FounderYouhei-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot");
  /*IE9*/
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot?#iefix") format("embedded-opentype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff2") format("woff2"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff") format("woff"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.ttf") format("truetype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.svg?FounderYouhei-Regular") format("svg");
  /*IOS 4.2-**/ }

@font-face {
  font-family: 'FounderYouhei-Light';
  font-weight: normal;
  font-style: normal;
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot");
  /*IE9*/
  src: url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot?#iefix") format("embedded-opentype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff2") format("woff2"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff") format("woff"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.ttf") format("truetype"), url("https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.svg?#FounderYouhei-Light") format("svg");
  /*IOS 4.2-**/ }

@charset "UTF-8";
.header-c {
  width: 100%;
  height: 100px;
  background: #fff; }

.header-c:hover {
  border-bottom: 1px solid #e6e6e6; }

.header-container {
  width: 1400px;
  margin: 0 auto;
  /* line-height: 100px; */
  height: auto; }

.no-sign-login {
  height: 40px; }

.no-sign-box {
  height: 40px;
  width: 1400px;
  margin: 0 auto;
  line-height: 40px; }

.no-sign-box .content {
  float: right; }

.no-sign-box p {
  display: inline-block;
  line-height: 40px; }

.no-sign-box .p1 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
  margin-right: 10px; }

.no-sign-box .p1 span {
  cursor: pointer;
  color: #3f3f9f;
  font-weight: 600; }

.no-sign-box .p1 span:hover {
  color: blue; }

.no-sign-box .btn {
  width: 72px;
  /* height: 20px; */
  border: 1px solid #252525;
  border-radius: 4px;
  line-height: 23px;
  font-family: FZYOUHS_508R--GB1-0;
  font-size: 12px;
  color: #252525;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  cursor: pointer; }

.header-con {
  line-height: 100px;
  height: 100px; }

.header-nav {
  float: left; }

.header-nav-li {
  position: relative;
  float: left;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
  margin-right: 42px; }

.header-nav-li a {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #252525;
  text-decoration: none; }

.header-img {
  width: 403px;
  height: 48px;
  float: left;
  margin-right: 60px; }

.header-img img {
  width: 100%;
  vertical-align: middle; }

.logout-box {
  float: right;
  font-size: 16px;
  margin-top: 37px;
  text-align: center; }

.logout {
  width: 86px;
  height: 28px;
  line-height: 0;
  padding: 13px 5px;
  border: 1px solid #252525;
  border-radius: 4px;
  color: #252525;
  vertical-align: middle; }

.b-menu {
  position: absolute;
  /* top: 100px; */
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 9900; }

.b-menu-div p {
  margin: 24px 0;
  height: 18px;
  line-height: 18px; }

.b-menu-div p > a {
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666; }

.join-us-two-title > a {
  width: 86px;
  display: block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666; }

.nav-down {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1000000;
  display: none; }

.nav-down > .b-menu-div > p {
  height: 18px; }

.nav-down > .nav-down-div {
  padding-top: 6px; }

.menu-6 > div {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.footer {
  width: 100%;
  height: 255px;
  background-color: #252525; }

.footer-content {
  width: 1200px;
  height: 227px;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 48px; }

.footer-contact {
  float: left;
  width: 996px; }

.footer-contact-title {
  font-size: 20px; }

.footer-cantact-box {
  font-size: 14px;
  float: left;
  margin-right: 80px;
  margin-top: 11px; }

.footer-cantact-box:nth-child(2) {
  margin-right: 0; }

.footer-contact-li {
  color: #999999;
  margin-top: 18px; }

.footer-contact-li img {
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.footer-contact-li-msg {
  vertical-align: middle; }

.footer-about-title {
  font-size: 20px;
  margin-bottom: 27px; }

.footer-line {
  float: left;
  height: 155px;
  width: 1px;
  background-color: #414141; }

.footer-about {
  float: left;
  margin-left: 57px; }

.footer-about-img img {
  height: 100px;
  height: 100px; }

.footer-bottom {
  width: 100%;
  height: 28px;
  background: #303030; }

.bottom-msg {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 28px; }

.bottom-msg span {
  margin-right: 40px; }

@charset "UTF-8";
/* 对话框 */
#center_dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  overflow: auto;
  display: none;
  z-index: 1010; }

.dialog-overlay {
  width: 100%;
  padding: 60px 0; }

.dialog-content {
  padding: 100px;
  position: relative;
  background-color: #ffffff;
  width: 1400px;
  margin: 0 auto; }

.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px; }

.dialog-close {
  position: absolute;
  right: 30px;
  top: 30px; }

.dialog-close img {
  width: 28px;
  height: 28px; }

.dialog-close-img-normal {
  display: block; }

.dialog-close:hover .dialog-close-img-normal {
  display: none; }

.dialog-close-img-highlighted {
  display: none; }

.dialog-close:hover .dialog-close-img-highlighted {
  display: block; }

.content-title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #252525;
  text-align: center;
  line-height: 45px;
  padding-bottom: 60px; }

.content-font {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 54px;
  text-align: right;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 54px; }

.font-small {
  margin-left: 40px; }

.font-default {
  margin-left: 40px; }

.disclaimer-body {
  padding: 56px 0 60px; }

.risk-body {
  padding: 41px 0 60px; }

.announcement-body {
  padding: 56px 0 60px; }

.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
  text-indent: 2em; }

.dialog-body p:first-child {
  text-indent: 0; }

.dialog-body .strategy-title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #252525;
  text-align: justify;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 25px; }

.dialog-foot {
  text-align: center; }

.foot-ok {
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #3f3f9f;
  border-radius: 5px;
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px; }

#sub,
#sup {
  vertical-align: super; }

.cur {
  cursor: pointer; }

.modal {
  position: relative;
  top: 200px; }

.modal-content {
  position: relative;
  width: 520px;
  height: 220px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.modal-content .content-title {
  border-bottom: 1px solid #e8eaec;
  padding-bottom: 0px; }

.modal-content .dialog-close {
  position: absolute;
  top: 8px;
  right: 11px; }

.modal-content .announcement-body {
  padding: 42px 0 30px; }

@charset "UTF-8";
/* 巨幕 */
.jumbotron {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.img {
  position: absolute;
  width: 1920px;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* animation: scaleUp 11s linear both; */ }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); } }

.jumbotron .title {
  /* position: absolute; */
  width: 100%;
  /* margin:0 auto; */
  /* margin-left:174px; */
  /* padding: 177px 130px ; */
  /* left:50%; */
  padding-top: 177px;
  padding: 177px 136px 0;
  /* padding-left:50px; */
  /* top:38.48%; */
  /* transform: translate(-50%,0); */
  font-family: FounderYouhei-Medium !important;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 11.79px; }

.jumbotron .title div {
  width: 1100px;
  margin: 0 auto;
  font-family: FounderYouhei-Medium !important;
  font-weight: 700; }

.sub-title {
  width: 1238px;
  margin: 0 auto;
  font-family: "FounderYouhei-Regular";
  font-size: 40px;
  color: #fff;
  letter-spacing: 10px;
  margin-top: 25px;
  height: 45px; }

.jumbotron .title-institution-service {
  width: 1200px; }

.location {
  margin: 40px 0 0 0;
  text-align: justify;
  line-height: 32px;
  height: 32px;
  color: #666666; }

.location .location-item {
  font-family: FounderYouhei;
  font-size: 16px;
  color: #666666; }

.location .light {
  color: #3F3F9F; }

.location .location-item:hover {
  color: #3F3F9F;
  cursor: pointer; }

.liyang-goback {
  width: 280px;
  margin: 0px auto;
  height: 280px;
  background: url(../images/img_no_data_available@2x.9a634c72.png) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 250px; }

.liyang-byebye {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: center; }

@charset "UTF-8";
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  div, p, span, li, h1, h2, h4, h5, a {
    font-family: "黑体","宋体","微软雅黑" !important; }
  .jumbotron .title, .ie-title {
    font-family: "PingFangSC-Regular","FounderYouhei-Regular" !important; } }

