.home-banner {
  position: relative;
  width: 100%;
  height: 680px;
  font-family: "FounderYouhei-Medium";
  color: #ffffff;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  max-width: none; */
  /* transform: scale(1.1); */
}
@media screen and (max-width: 1920px) {
  .banner-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 680px;
    max-width: none;
    object-fit: cover;
  }
}
@media screen and (min-width: 1920px) {
  .banner-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.swiper-container a.swiper-slide {
  color: #fff;
  display: block;
}
.swiper-container a.swiper-slide:hover {
  color: #fff !important;
}
.home-banner .banner-1 {
  width: 100%;
  height: 680px;
  padding-top: 224px;
}
.banner-1-textTop {
  font-family: FounderYouhei-Medium;
  font-size: 70px;
  color: #ffffff;
  letter-spacing: 0.92px;
  font-weight: 600;
  line-height: 81px;
  margin-bottom: 30px;
}
.banner-1-textBotm {
  font-family: FounderYouhei-Medium;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.46px;
  font-weight: 600;
}
/* .banner-1 > div {
  display: inline-block;
} */
.home-banner .banner-2 {
  width: 100%;
  height: 680px;
  padding-top: 261PX;
}
/* .banner-2 > div {
  width: 1400px;
  margin: 251px auto 0;
  padding-left: 84px;
} */
.banner-2 .banner-title-big {
  font-family: FounderYouhei-Medium;
  font-size: 70px;
  color: #ffffff;
  letter-spacing: 0.92px;
  font-weight: 600;
  line-height: 81px;
  margin-bottom: 30px;
  text-align: center;
}
.banner-2 .banner-title-small {
  text-align: center;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.46px;
  font-weight: 600;
}
.home-banner .banner-3 {
  width: 100%;
  height: 680px;
  padding-top: 218px;
  text-align: left;
  font-family: FounderYouhei-Medium;
}
.banner-3 > .banner-title-jd-big {
  font-size: 70px;
  color: #FFFFFF;
  letter-spacing: 0.92px;
  line-height: 120px;
  font-weight: 600;
}
@keyframes upin {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container .swiper-slide-on .banner-img {
  animation: upin 5s ease;
}
.banner-text {
  width: 1200px;
  margin: 0 auto;
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.banner-text-width1370 {
  width: 1370px;
}
.swiper-slide-active .banner-text {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition-delay: 0.7s;
}
#index .header {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
#index .nav li > a {
  color: #fff;
}
#index .nav-down a {
  color: #666;
  font-family: "FounderYouhei-Regular";
}
/* 首页沉浸屏样式*/
#index .language a {
  color: #ffffff;
  font-weight:500;
}
#index .language span.language-noactive {
  color: #ffffff;
  opacity: 1;
}
#index .language span.dividLine{
  color: #ffffff;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*兼容ie8及以下*/
}
#index .b-menu {
  position: absolute;
  top: 100px;
  z-index: 90;
}
#index .header-p:hover .header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
#index .header-p:hover .nav li > a,
#index .header-p:hover .language a{
  color: #252525;
}
#index .header-p:hover .language span.language-noactive{
  color: #252525;
}
#index .header-p:hover .language span.dividLine{
  color: #252525;
}
.swiper-container {
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 24px;
}
.swiper-pagination-bullet {
  width: 100px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
}
.swiper-pagination-bullet div.slick {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background: #fff;
}
@keyframes bulletactive {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet-active div.slick {
  animation: bulletactive 6s ease;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 16px;
  position: relative;
  outline: none;
}

.home-column-title {
  font-family: FounderYouhei-Regular;
}
.home-video {
  padding: 53px 0 60px;
}
.title-yinhe {
  text-align: center;
  font-size: 40px;
  color: #252525;
  font-weight: 500;
}
.home-video-subtitle {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #252525;
  text-align: center;
  line-height: 32px;
  margin: 27px 0 48px;
  font-weight: 400;
}
.home-video-detail {
  width: 1200px;
  margin: 0 auto;
  height:356px;
}
.home-video-detail .video {
  position: relative;
  width: 633px;
  height: 356px;
}
.poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 633px;
  height: 356px;
  background-image: url(../images/img_home_cover_CGS@2x.3c15ed7a.png);
  background-size: 100% 100%;
  z-index: 100;
}
#plvPlayer {
  width: 633px;
  height: 356px;
}
.video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  transform: translate3d(-50%, -50%, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 200;
}
.video-control-ie8 {
  position: absolute;
  top: 43%;
  left: 45%;
  width: 96px;
  height: 96px;
  transform: translate3d(-50%, -50%, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.video-control-play {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAABAlBMVEUAAAAAAAD////9/f34+PgWFhb+/v7////////ExMT///9paWk/Pz+Ojo7////Kysr///+UlJT///82Njb///////9YWFj19fX////7+/v6+vqJiYlTU1Pp6enn5+fj4+PV1dXQ0NCurq6Dg4P////////////////////////BwcH///+6urr///////////////8rKysdHR3///////////+0tLT///9ubm7////v7++enp58fHzx8fHg4OCrq6uZmZns7Ozr6+vb29v////////////Hx8e6urr///////////////////////////////////+Xl5fi4uL////////C4gGfAAAAVXRSTlNNAPr67VH3gBil72xdfeOsmIFxWj8JZee99PF6Y9PQyriyknfz6ufe2dCin5uNd1xYVlNJDQKXv20d3Yd04seQhNjXvrauq6iceWBMOjQrIBQFgskc/dt/uwAAB8dJREFUeNrsmIlW2lAQhqfYLOzIYoVKiyAIsi8iuFut+3raef9XaSeEgC1Rkklu0nP6PYDXL/efO8PAh3+c/wIW+S8gQmDw0FYSl+u1WDkkBwJyqByrrV8mlPbDwPGjnBZ46icTexU0pbKXSPafnDnLcYGf7XoMlyJWb//kneW4gNpJVNES1URHZRzoqICarOErVo6O48OTg+hheCMlSamN8GH04GQYPz5awVfUkmwHvkCmcxFAAzlfuF5dA1PWVq8LeRkNAhedDONwvkC6Hpp993ywJMESSKVgfnYXoXr6AwOOQCa5bXzJs3i0BxboReNnxs1tJ61fA19gcFNGnf1GBGwQaeyjTvnGWovgCzwr0+x8jIfBNuH4x2mSlGcLx3MF1OaWXrTnUWASPdeLeqtp4U1iCWQU/cjsVQocIHWV1T+HskQt8AX6eunmdrrgEN2dnF7O/XcO5wuMv+vRb/TAQXoNvRi+jz+Ywxd4aW1N/v2hBA4jDScKW60Xs9P5AukqEoHNLrhAdzOARNWks7EFdpXJAd9G4BKjb0gElF03BNR1JHJFcJFiDol11XmBdAWJQgpcJVVAopJ2WGBXmRTvZ3Cdz5NiXjZGYCU+XyIggMgXPUbOCTzGkAiCIIJIxB6dErgPMeLDiFHo3hmBO5kR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);
}
.video-control-pause {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAA9lBMVEUAAAAAAAD///8WFhb////+/v74+PhoaGj////8/Pz////Q0NCtra3///+Ojo7///+BgYH///8+Pj42NjYHBwf////////Jycn////6+vr////////x8fH////s7Ozp6en////V1dXS0tL////ExMTBwcH///+6urr///+0tLT///+Xl5eKiopWVlb///////8rKyv////////////////m5ub////////o6OjLy8vx8fHv7+/////g4ODb29v///////+6urr///////////9ubm7///8KCgr///////////////////////////+fn5+enp7///+9K2ujAAAAUXRSTlNNAP1R+PHtaxf34rGRgH14dnFdWk5KCarz8Orm4dzY09C4tK2lop+bmJeNg3pkX1pWOxwNAs+/vtCt4t3Wx768tpyZgn5tV09CPzQrIBMFh4Z9V/unAAAHH0lEQVR42uyYe1OqQBjG38MlSEEQQUvH23i/i2FmWXaxsiyb/f5f5rQrOvaHc2BdhTPT7wu8/NjnYd8B/vzn/Ar45FfgGAIX7z21XhoVImlR4DhBTEcKo1Jd7b1fMB/FWuDDitcvM2gnmct63PpgM4u5wKBbjSBPRKrdAYOBLAXkl8cs8kX28UWmm8VeQI4X0A+E69txQ/mK6VInwfOJjqTHvpTG+PZaQD8oxCkcWAske/cc2nCaLz60Oq+wg9dO66GYP0UbuPtekmIoO4G3qojWCPmyzoMHeL2cF9AasfpGMZiJQDK+KS2XS8V48AEfS+W4Tanj9MdAL3ChpZHLTc0ACozaDXJJa3RXBL3A59M6OydjCaiRxifrJD19ehjLSkBunrmlvYuZsBdm7M4t9VmT4ptEJZBU3QqKqQQwIJFyT1NQfXSBXsDKIsJ5pQ+M6FfOESFr7RjKTmBQcqNf44EhfM0tQ2l7yWAvsNRW4T9p8MAYvrFSONOW62nsBewJwnDRPhyAfpRDmIlNhrEXcGarAblnOBDPOYThZs4hBOTpqrsKHBBl1eapzF5gniEvp5iAg5IokmPOzBkLOCpHytuGg9MmZeZUh6WAPEKYKwOOgHGFMCOZncAiQl5K2YSjYJbJcUcWrARskSI+DGIk2mwELLL6DA04IsaQLEcWC4EuOc+oCUfFjJLUdvcX0BCmAkengjDavgJN8iIUCACFHH1zP4EmiWILAqEleDCAf+dH1CEgdJGkiF6gSz6fEgSGRD6nXVoBC4dQlCBAJBFX0KITsAWcfx0CRScPYdMILIh8CwKmRWKw8C8gk/1HgcBRyF4k+xVwRqv7KwRUyG7q+BRQyf4AoYBsFao/gTlO3tCEUGAOcRvnfgTkDL4ADAgJBr4OMrJ3AWeKldsQGto4EFPHs8AMfVOGEFFG38y8CthhKsB2DWxvAstJqAqwVYPJ0pOAFrICbNVA8yIwwP9vixA6ivjP78CDQAn/P0xA6PhLfR2sNA4FYBi9pCZNLFaqY2qlLdIBi24suFEEEUXBhYvz/i8zzEZsm/RCskm+9b/oaQK593yGv3HARUeOQDWHoosYoFxgGTrZEosyAjhB8hE62UeCk8OA/Kg7Z7jqU91RfhBwh2wTOtomw90hwPclbkNnu8Xl9wHAO7JB6GyDDO/1gIcU69Dh1kgfagGnmHX4AYQwmOG0DlBeNb4GD0fzopiPhu238Quyq7IGMEG6afK/rBL+l6wGrbbxNikmNYBjTJv8/kc/PQ5abeNNcVwN+ELR5BS38qtVq2288wJflYAbvDR5/xO/SoattvFecFMFKFOMG33gtxq12sYbIy0rAPfImlyE57aat9rG+5PhvgLwiqfQoMJWRbttvCe87gPyBMPQIDu128YbIsn3ABM8hz4AwjMme4BrrPsBWON6F5AjOesH4CxBvgP4xDL0AxCW+NwBvGHaF8AUbzuABcZ9AYyx+Mf9HKwaEIYBAJ3ujESIJMViiDTSUNQslIWVkoXz/i9zd/+deYTvnjc43cAVRR4lkBe4dgJnlFmUQFbi3AkcsI8T2OPQCQwxjROYYtgOfDDI4wTyAT6twAJlFieQlVi0AjNsIwW2mLUCFZ6RAk9UrUCDU6TACU0rsEYdKVBj/Re4oXhFCrwK3FLgjXsWKZDd8U6BCx6xAg9cUmCMZazAEuMUqHCMFTiiSoEdRrECI+xSoME3VuCLJgU2mMQKTLBJgSGmsQJTDFNghX6sQB+rFOihjhWo0UuBAvNYgTmKFPhBHiuQ4+f/BH65uQMagGEYBoIIgs382USGcYYwaVub+N/8K8R/xPxvlD/I+KtEXYFYD5A6BTvXaX6gAUfKhsW3M9TzaxV+scWvFv3lLr9e5wMOPmLiQz4+ZvWDbh414GEPHrfxgSceOeOhPx679MFXHj3m4W8fv+cFCF5B8SUgXsPyRTheReRlUF/H5YVoX0nnSwH8Wga+GMOvJuHLYfx6Hr8g6ds7gxUEgSiKgo5UUqFEBUVoFGKECQUWQVAtisSF7/9/JkZQMBA03qI7eX5gvDK48xx4RRW+JOwnNW2nTNP2L6I8fFUhvCwSX9eJL0zFV9bCS4Pxtc344mx8dTm+PB5f348fUMBPWOBHRPAzLvghHfyUEX5Mqsh5VV8j/utDx24bVFMpaadAVBA/64gf1lQgbYofl1Ug76tAYBk/ca1AZFyBzLsCof2Ml2dQjnDWVq0RurV2BOUY3qvmYfwDJJPwqlFBz1netsGz8v+7YHtbOj0q0K5ho5fPP0DStV0qIc6X6aafDq1OMNL1UdCxhml/M72cBZVw7W++O/wD5IbHfUGNWNwfDE/PNkCy33km1cL0dnumQ+UATpKx7UdzqmQe+fY4YTxQDuDnEIcDfxW55swQmiaMmelGK38Qxgf2o+QAcNoBDWkHfPIGDJWCF2cxx0MAAAAASUVORK5CYII=);
  display: none;
}
.about-yinhe {
  position: relative;
  width: 566px;
  height: 356px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 32px 40px 30px 31px;
}
.about-yinhe-title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #252525;
  margin-bottom: 40px;
  font-weight: 500;
}
.about-yinhe-content {
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
}
.know-more {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}
.icon_more_16_white {
  position: relative;
  top: 2px;
  width: 16px;
  margin-left: 4px;
}
.yinhe-app {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url(../images/bg_home_content_banner.cc119be6.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.swiper-yinhe-app {
  width: 1400px;
  padding-top:91px;
}
.swiper-yinhe-app .swiper-slide {
  text-align: center;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQBAMAAAB8P++eAAAAKlBMVEUAAACAgICAgICAgICCgoKDg4ODg4ONjY3///+BgYGAgICBgYGBgYGCgoLWM65TAAAADnRSTlMA/uuNYj0hDQLUtbR3XEpgdtIAAABfSURBVEjHYxgFgwjkEKmOVfECcQodpQqIUtcsaEGUOvaNIsRZnCkUQKRPpo36hEKfLBz1yahPhoxP4AoptxrTM4SDR7qAgegAH/XPqH8o9Y/UqH+GiX8uEN2IGwUDBgDKdi+ooNKuBwAAAABJRU5ErkJggg==);
  left: 0px;
  right: auto;
  top: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: 0;
  outline: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQBAMAAAB8P++eAAAAKlBMVEUAAACAgICAgICAgICCgoKDg4ODg4ONjY3///+BgYGAgICBgYGBgYGCgoLWM65TAAAADnRSTlMA/uuNYj0hDQLUtbR3XEpgdtIAAABeSURBVEjHYxgFAweOEamOVyiAOIXsC0WINLJZ0IJIlY7SBcQpZFWcRqSRmaP+GfUPTv9IjfpnZPkHoZCw1VT1DPtGEaIDfNQndPLJwlGfjPpkwH2CaHIRbsSNgsEDAE//LzDkvhZoAAAAAElFTkSuQmCC);
  right: 0px;
  left: auto;
  top: 420px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: 0;
  outline: none;
}
.progress {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #666666;
}
.progress > div {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.progress-left {
  width: 974px;
  padding-bottom: 16px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #eee \0;
  text-align: left \0;
}
.progress-left > span {
  position: relative;
  z-index: 1000;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.progress-left-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3f3f9f;
  position: absolute;
  top: 47px;
  left: 0;
}
.icon_service_20 {
  width: 20px;
  margin-right: 4px;
}
.margin-r-60 {
  margin-right: 52px \0;
}

.progress-left-active {
  color: #3f3f9f;
  font-weight: 500;
}
.home_content_banner_1_left {
  position: absolute;
  left: 70px;
  top: 248px;
  width: 541px;
}
.home_content_banner_1_mobile {
  position: absolute;
  left: 618px;
  top: 105px;
  width: 377px;
}
.home_content_banner_1_right {
  position: absolute;
  right: 106px;
  top: 237px;
  width: 300px;
}
.home_content_banner_2_left {
  position: absolute;
  left: 71px;
  top: 217px;
  width: 470px;
}
.home_content_banner_2_mobile {
  position: absolute;
  left: 565px;
  top: 100px;
  width: 320px;
}
.zoom-in {
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
}
.swiper-slide-active .zoom-in {
  opacity: 1;
  transform: scale(1);
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.fade-left {
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  transition-property: opacity, transform;
}
.swiper-slide-active .fade-left {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0.4s;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.fade-right {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition-delay: 0;
  transition-property: opacity, transform;
}
.swiper-slide-active .fade-right {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0.4s;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.home_content_banner_2_right {
  position: absolute;
  right: 147.5px;
  top: 217px;
  width: 274px;
}
.home_content_banner_4_left {
  position: absolute;
  top: 294px;
  left: 106px;
  width: 308px;
}
.home_content_banner_4_earth {
  position: absolute;
  top: 118px;
  left: 469px;
  width: 528px;
}
.home_content_banner_4_right {
  position: absolute;
  top: 294px;
  right: 90px;
  width: 308px;
}
.home_content_banner_5_left {
  position: absolute;
  left: 69px;
  top: 114px;
  width: 393px;
}
.home_content_banner_5_mobile {
  position: absolute;
  left: 491px;
  top: 114px;
  width: 555px;
}
.home_content_banner_5_right {
  position: absolute;
  right: -20px;
  top: 114px;
  width: 393px;
}
.home-notice {
  width: 1200px;
  height: 391px;
  background-image: url(../images/bg_home_notice.9bdd040f.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 60px auto 60px;
  color: #fff;
}
.home-notice-left {
  width: 284px;
  text-align: center;
  padding-top: 155px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #ffffff;
}
.home-notice-left > div {
  position: relative;
  cursor: pointer;
}
.home-notice-left > .notice-active {
  opacity: 1;
}
.mark-icon-bar {
  position: absolute;
  left: 46px;
  top: 10px;
  display: inline-block;
  width: 4px;
  height: 60px;
  background-color: #fff;
  margin-right: 16px;
}
.notice-title {
  display: inline-block;
  height: 80px;
  padding-left: 66px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}
.home-notice-middle {
  width: 862px;
  opacity: 0.85;
  height: 391px;
  background: #4d4da2;
  padding: 35px 54px 20px 40px;
  overflow: hidden;
}
#notice_ul {
  height: 100%;
}
.notice-middle-li {
}
.notice-middle-li > a {
  position: relative;
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  margin-bottom: 24px;
  z-index: 10;
}
.notice-middle-li span {
  display: inline-block;
}
.notice-middle-li .point {
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}
.notice-middle-li .introduction {
  width: 637px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 18px;
  color: #ffffff;
}
.notice-middle-li .time {
  position: absolute;
  top: 6px;
  right: 0;
  height: 20px;
  line-height: 20px;
  color: #bebebe;
}
.home-notice-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 391px;
  text-align: center;
}
.home-notice-right .span-more {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 16px;
}
.icon_more_16 {
  width: 16px;
  height: 16px;
}
.financial-service {
  position: relative;
  padding-bottom: 36px;
}
.financial-service-title {
  font-size: 32px;
  color: #252525;
  text-align: center;
  font-weight: 500;
}
.financial-service-subtitle {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin: 36px 0 48px 0;
  font-weight: 500;
}
.financial-service-p {
  width: 100%;
}
.financial-service-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.height620 {
  height: 620px;
}
.height596 {
  height: 596px;
}
.height572 {
  height: 572px;
}
.position-left {
  left: 0;
}
.position-right {
  right: 0;
}
.fs-content-item {
  position: absolute;
  top: 0;
  width: 590px;
  border: 1px solid #eeeeee;
  margin-bottom: 24px;
}

.fs-content-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fs-content-item:hover .fs-content-img > img {
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transform: scale(1.1);
}
.animate-init .fs-content-item {
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}
.fs-content-img {
  width: 590px;
  height: 330px;
  overflow: hidden;
}
.fs-content-img > img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}

.fs-content-tetail {
  width: 590px;
  height: 194px;
  padding: 24px 20px 0;
}
.fs-content-tetail > div {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #252525;
  margin-bottom: 22px;
  font-weight: 500;
}

.fs-content-tetail > p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #231f20;
  line-height: 24px;
  text-align: left;
  padding-bottom: 21px;
}
/* .yinhe-view {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 862px;
  background-image: url("../../../images/index/bg_home_CGS.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 45% 100%;
} */
/* .yinhe-view-content {
  position: relative;
  width: 1204px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
} */
/* .yinhe-view-title {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 60px;
} */
.yh-view-swiper {
}
.swiper-btn {
  width: 32px;
  height: 577px;
  float: left;
}
.swiper-btn img {
  position: absolute;
  width: 32px;
  height: 32px;
}
.icon_home_more_left {
  top: 470px;
}
.icon_home_more_right {
  top: 378px;
}
#swiper-btn-right{
  display: none;
}
.normal-right {
  cursor: text;
}
.normal-left {
  cursor: text;
}
#disable-left {
  width: 32px;
  background: red;
  z-index: 666;
}
#disable-right {
  width: 32px;
  background: red;
  z-index: 666;
}
.hidden{
  display: none;
}
.highlighted-left {
  cursor: pointer;
  display: none;
}
.disable-left {
  display: none;
}
.highlighted-right {
  display: none;
  cursor: pointer;
  display: none;
}
.swiper-content {
  width: 1134px;
  height: 576px;
  float: right;
  overflow: hidden;
}
.margin-24 {
  margin: 0 24px;
}
.swiper-content-item {
  width: 362px;
  height: 576px;
  border: 1px solid #eeeeee;
  background: #fff;
}
.swiper-content-item .title {
  padding: 10px 20px 0 20px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #252525;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-content-item img {
  width: 362px;
  height: 222px;
}
.swiper-content-item .headings {
  padding: 20px 20px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
}
.swiper-content-item .introduce {
  padding: 0 20px;
  height: 192px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 32px;
  text-align: justify;
}
.item-left {
  display: block;
}
.item-right {
  display: none;
}
.more-view {
  position: absolute;
  bottom: 61px;
  left: 72px;
  width: 120px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 23.5px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.more-view span {
  font-family: PingFangSC-Regular;
  color: #fff;
}
/* .home-notice-middle .swiper-container {

} */
@media screen and (min-width: 2047px) {
  /* .yinhe-view {
    background-size: 60% 100%;
  } */
}
.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  transform: translate3d(-50%, -50%, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 200;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAABAlBMVEUAAAAAAAD////9/f34+PgWFhb+/v7////////ExMT///9paWk/Pz+Ojo7////Kysr///+UlJT///82Njb///////9YWFj19fX////7+/v6+vqJiYlTU1Pp6enn5+fj4+PV1dXQ0NCurq6Dg4P////////////////////////BwcH///+6urr///////////////8rKysdHR3///////////+0tLT///9ubm7////v7++enp58fHzx8fHg4OCrq6uZmZns7Ozr6+vb29v////////////Hx8e6urr///////////////////////////////////+Xl5fi4uL////////C4gGfAAAAVXRSTlNNAPr67VH3gBil72xdfeOsmIFxWj8JZee99PF6Y9PQyriyknfz6ufe2dCin5uNd1xYVlNJDQKXv20d3Yd04seQhNjXvrauq6iceWBMOjQrIBQFgskc/dt/uwAAB8dJREFUeNrsmIlW2lAQhqfYLOzIYoVKiyAIsi8iuFut+3raef9XaSeEgC1Rkklu0nP6PYDXL/efO8PAh3+c/wIW+S8gQmDw0FYSl+u1WDkkBwJyqByrrV8mlPbDwPGjnBZ46icTexU0pbKXSPafnDnLcYGf7XoMlyJWb//kneW4gNpJVNES1URHZRzoqICarOErVo6O48OTg+hheCMlSamN8GH04GQYPz5awVfUkmwHvkCmcxFAAzlfuF5dA1PWVq8LeRkNAhedDONwvkC6Hpp993ywJMESSKVgfnYXoXr6AwOOQCa5bXzJs3i0BxboReNnxs1tJ61fA19gcFNGnf1GBGwQaeyjTvnGWovgCzwr0+x8jIfBNuH4x2mSlGcLx3MF1OaWXrTnUWASPdeLeqtp4U1iCWQU/cjsVQocIHWV1T+HskQt8AX6eunmdrrgEN2dnF7O/XcO5wuMv+vRb/TAQXoNvRi+jz+Ywxd4aW1N/v2hBA4jDScKW60Xs9P5AukqEoHNLrhAdzOARNWks7EFdpXJAd9G4BKjb0gElF03BNR1JHJFcJFiDol11XmBdAWJQgpcJVVAopJ2WGBXmRTvZ3Cdz5NiXjZGYCU+XyIggMgXPUbOCTzGkAiCIIJIxB6dErgPMeLDiFHo3hmBO5kR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);
  font-size: 0;
  line-height: 0;
  opacity: 1;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  border-radius: 0;
  transition: all 0.4s;
  display: none;
}

@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'),
    /*IE6-IE8*/ 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'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      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'),
    /*IE6-IE8*/ 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'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      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'),
    /*IE6-IE8*/ 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'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.svg?#FounderYouhei-Light') format('svg'); /*IOS 4.2-**/
}

.header {
  width: 100%;
  height: 100px;
  padding: 26px 50px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9999;
}
.header-content {
  width: 1400px;
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.logo {
  width: 310px;
  height: 50px;
  margin-right: 60px;
}
.logo_img {
  width: 310px;
  height: 50px;
}
.nav {
  height: 50px;
  line-height: 50px;
}
.nav li {
  position: relative;
  /* width: 86px; */
  text-align: center;
}
.nav-down {
  position: absolute;
  top: 99px;
  left: -50px;
  z-index: 1000000;
  display: none;
}
.nav-down > .b-menu-div > p {
  height: 18px;
}
.nav-down > .nav-down-div {
  padding-top: 6px;
}
.nav a {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #252525;
}
.nav .online {
  margin: 0;
}
.nav .a-active {
  color: #3f3f9f;
}
#header_public .nav a.no-change-clo:hover {
  color: #252525 !important;
}
.nav a span {
  color: #252525;
}
/* 其他页头部简繁样式 */
.language a {
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  height: 50px;
  line-height: 50px;
}
.language span {
  margin-right: 10px;
  font-size: 16px;
}
.language a span:hover {
  color: #252525;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language a:hover{
  color: #252525 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.language-en {
  cursor: pointer;
}
.language a span.language-active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.language a span.language-active:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.dividLine {
  color: #252525;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
/* #index .header-p:hover .header .language-active {
  color: #252525;
} */
.b-menu {
  position: absolute;
  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;
}
.investor-two-title > a,
.online-two-title > a,
.join-us-two-title > a {
  width: 160px;
  display: block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666;
}

.totop {
  position: fixed;
  right: 125px;
  bottom: 125px;
  width: 60px;
  height: 60px;
  cursor:pointer;
  padding: 21px 13px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  z-index: 999;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9a9a9a;
  display: none;
  /* overflow: hidden; */
}
.totop-div {
  /* display: block; */
  /* border-bottom: 1px solid #d8d8d8; */
  /* padding-bottom: 8px; */
  /* padding-top: 10px; */
  /* cursor: pointer; */
  width: 32px;
  height: 16px;
}
.text {
  color: #9a9a9a;
}
/* .totop-div-up { */
  /* border-bottom: 1px solid #fff; */
/* } */
.icon-totop-service {
  position: relative;
  right: 2px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_service_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-app {
  position: relative;
  right: 2px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_CGS_app_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-up {
  width: 32px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.totop-div .text {
  line-height: 18px;
}
.icon_CGS_app_QR_code {
  position: absolute;
  top: 68px;
  right: 57px;
  width: 130px;
  display: none;
}
.menu-4 > div,
.menu-5 > div,
.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);
}
.nav a:hover,
.b-menu a:hover {
  text-decoration: none !important;
}
.mar-r-64 {
  margin-right: 64px;
}
.mar-r-44 {
  margin-right: 41px;
}
.mar-r-52 {
  margin-right: 49px;
}
.margin-r-22 {
  margin-right: 25px;
}
.margin-top-20 {
  margin-top: 20px;
}
.menu-1 > div,
.menu-2 > div {
  display: flex;
  justify-content: center;
}
.menu-1 > div {
  width: 880px;
  white-space: nowrap;
  margin: 0 auto;
}
.menu-2 > div {
  width: 700px;
  white-space: nowrap;
  margin: 0 auto;
}
.b-menu .item {
  text-align: center;
  float: left;
  margin-right: 120px;
}
.menu-1-div {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #e6e6e6;
}
.menu-1-div > a.menu-1-a {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
}
.header-p .item > a {
  display: block;
  height: 18px;
  margin-bottom: 24px;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
}
.b-menu .no-margin {
  margin-right: 0;
}

.footer {
  position: relative;
  background: #252525;
  width: 100%;
  height: 320px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
}
/* .footer-content-link span {
  cursor: pointer;
} */
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.flist-title-text {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
}
.f-icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
}
.footer a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #999999;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0px;
}
/* .footer-content-link {
  width: 350px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
  display: none;
} */
/* .footer-content-link-detail{
  height: 20px;
  line-height: 20px;
  margin-bottom: 18px;
} */
.m-r-60 {
  margin-right: 60px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-r-130 {
  margin-right: 140px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-r-80 {
  margin-right: 80px;
}
.f-select {
  position: relative;
  background-color: #252525;
  width: 100px;
  height: 24px;
  line-height: 22px;
  padding: 0 13px;
  color: #fff;
  border: 1px solid #666666;
  cursor: pointer;
  margin-bottom: 23px;
}
.icon_footer_down_12 {
  position: absolute;
  right: 13px;
  top: 5px;
  width: 12px;
}
.link-list {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 756px;
  height: 198px;
  z-index: 10;
  background: #252525;
  border: 1px solid #666666;
  padding: 0px 0px;
  display: none;
}
.link-item-1 {
  position: relative;
  width: 178px;
  height: 196px;
  line-height: 196px;
  text-align: center;
}
.link-item-1::after,
.link-item-2::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: 1px;
  height: 158px;
  background-color: #414141;
}
.link-item-2 {
  position: relative;
  width:203px;
  text-align: left;
  padding-left: 45.5px;
  padding-top: 20px;
}
.link-item-3 {
  padding-top: 20px;
}
.text-a-c {
  position: absolute;
  left: 0;
  top: -35px;
  width: 300px;
}
.link-item-2 a,
.link-item-3 a {
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.link-list .link-title {
  margin-bottom: 20px;
}
.link-list a {
  color: #fff;
}
.margin-48 {
  margin: 0 46px;
}
.item-3-middle{
  position: relative;
}
.footer-content-usable {
  max-width: 962px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.usable-msg{
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.margin-b{
  margin-bottom: 18px;
}
.usable-left {
  width: 310px;
}
.usable-right {
  width: 400px;
  margin-right: 140px;
}

.footer-content-tobe {
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.f-wx {
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 26px;
  margin-bottom:21px;
}
.gzh {
  width: 96.3px;
}
.float-left {
  float: left;
}
.footer-msg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #303030;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
}
.footer-msg span {
  margin-right: 24px;
  color: #ffffff;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
}
.IPV6 {
  display: inline-block;
  width: 31px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;
  margin-left: -18px;
  font-family: "FounderYouhei-Regular";
}
.IPV6 > span {
  transform: scale(0.83);
  margin: 0;
}
.footer a:hover{
  color: #999 !important;
}
/* 对话框 */
#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;
}

/* 巨幕 */
.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  {
    padding-top: 177px;
}
.jumbotron .title{
    font-family: FounderYouhei-Medium;
	width: 1200px;
	margin: 0 auto;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 4px;
    font-weight: 600;
}
.jumbotron.black .title {
    color: #252525 !important;
}
.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 .small-title {
    font-family: FounderYouhei-Medium;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 10px !important;
    font-weight: 600;
    letter-spacing: 4px;
}

.location{
    margin:40px 0 0 0;
    text-align: justify;
    line-height: 32px;
    height: 32px;
    color: #666666;
 }
 .location .location-item{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
 }
 .location .light{
    color:#3F3F9F
 }
 .location .location-item:hover{
    color:#3F3F9F !important;
    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-size: 16px;
   color: #666666;
   text-align: center;
}
@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;
    }
}
/* 隐藏小叉叉：IE10+ */
/** 文本输入框的 X  **/input::-ms-clear{display: none;}
/** 密码输入框的 X  **/input::-ms-reveal{display: none;}
