.width-1400 {
  width: 1400px;
  margin: 0 auto;
}
.cur {
  cursor: pointer;
}
.inline {
  display: inline-block;
}
.item-line {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  display: inline-block;
}
.empty-list {
  text-align: center;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

#person .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#person .pagination > li {
  display: inline;
  width: 32px;
  height: 32px;
}
#person .active {
  color: #3f3f9f;
}
#person .pagination > .active > a,
#person .pagination > .active > a:focus,
#person .pagination > .active > a:hover,
#person .pagination > .active > span,
#person .pagination > .active > span:focus,
#person .pagination > .active > span:hover {
  z-index: 3;
  color: #3f3f9f;
  cursor: default;
  border-color: #3f3f9f;
}
#person .pagination > li > a,
#person .pagination > li > span {
  position: relative;
  float: left;
  margin: 0 8px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e0e2e5;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #c0c0c0;
}

#person .pagination > .disabled > a,
#person .pagination > .disabled > a:focus,
#person .pagination > .disabled > a:hover,
#person .pagination > .disabled > span,
#person .pagination > .disabled > span:focus,
#person .pagination > .disabled > span:hover {
  cursor: not-allowed;
  color: #c0c0c0 !important;
}


.person-main {
  /* max-width: 1920px; */
  margin: 0 auto;
}
.person-banner {
  width: 100%;
  height: 460px;
  background-image: url(../images/banner_public_announcement.e8263ad4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.person-banner > div {
  width: 1238px;
  margin: 0 auto;
  padding-top: 177px;
  font-family: FounderYouhei-Medium;
  font-size: 64px;
  color: #252525;
  letter-spacing: 11.79px;
  line-height: 72px;
}
.person-body {
  padding: 60px 0;
}
.body-title {
  font-family: FounderYouhei-Medium;
  font-size: 32px;
  color: #252525;
  text-align: center;
  line-height: 37px;
  margin-bottom: 60px;
}

.body-tab-left {
  padding-left: 50px;
}
.tab-list {
  position: relative;
}
.tab-nav div {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  padding-left: 37px;
  margin-bottom: 36px;
  /* border-left: 3px solid transparent; */
}
.tab-nav div:hover {
  color: #3F3F9F;
}
.tab-nav-link:link {
  color: #666666;
  text-decoration: none;
}
.tab-nav-link:hover {
  color: #3F3F9F;
  text-decoration: none;
}
.tab-nav-link:active {
  color: #666666;
  text-decoration: none;
}
.tab-nav-link:visited {
  color: #666666;
  text-decoration: none;
}
.tab-nav .cur {
  position: relative;
}
.tab-line {
  width: 3px;
  height: 0px;
  background-color: #3F3F9F;
  position: absolute;
  left: 0;
  top: 0;
  /* transition: height 1s; */
  display: inline-block;
}
.tab-active .tab-line {
  height: 32px;
}
.tab-content {
  width: 980px;
}
.pane-body {
  padding-right: 20px;
  border-right: 1px solid #EEEEEE;
  min-height: 500px;
}
.pane-title {
  font-family: FounderYouhei-Medium;
  font-size: 24px;
  color: #252525;
  line-height: 27px;
  margin-bottom: 28px;
  text-align: left;
}
.pane-search {
  margin-bottom: 24px;
}
#person-info-announce-search2 .pane-search{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#person-info-announce-search3 .pane-search{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#person-info-announce-search2 .pane-title{
  margin-bottom: 0px;
}
#person-info-announce-search3 .pane-title{
  margin-bottom: 0px;
}
#person-info-announce-search2 .keywords-input{
  margin-bottom: 0px;
}
#person-info-announce-search3 .keywords-input{
  margin-bottom: 0px;
}
#person-info-announce-search2 .search-input{
  margin: 0px;
}
#person-info-announce-search3 .search-input{
  margin: 0px;
}
#person-info-announce-search2 .pane-search{
  margin-bottom: 28px;
  margin-top: -6px;
}
#person-info-announce-search3 .pane-search{
  margin-bottom: 28px;
  margin-top: -6px;
}
.pane-search label {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
  margin-right: 10px;
}
.dropdown {
  display: inline-block;
  margin: 4px 30px 4px 0; 
}
.dropdown.branch {
  margin: 4px 16px 4px 0; 
}
.dropdown-menu {
  padding: 0;
  border: none;
  overflow: auto;
  max-height: 200px;
  width: 150px;
}
.department-dropdown .dropdown-menu {
  /* width: 160px; */
  width: 245px;
}
.dropdown-toggle input {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
}
.dropdown-toggle input::placeholder {
  color: #999999;
}
.search-select {
  width: 150px;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  box-sizing: border-box;
}
.department-dropdown .search-select {
  width: 245px;
}
input.es-input{padding-right:20px!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat}
.clear-input-icon {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAADKUlEQVRYCe2YvWobQRSFJZE8gUmKuErlQNKkMCSFCTK4NyiVa/1UfgNjhJM3SKWfOlUC7gMRxkUEKdIkEFepbEOCnsAg5TtiZpkd7cyOZAIxaGHZe2fOPffMnZ3ZkSqV9bWuwLoCd7sC1dvIHw6Hz6fT6f5sNtupVqubPB+JD/sK+5Lnea1WO202m99WzbOSwMFg8Bphb0m6lZj4AqFHrVbrQyI+gy0lEGGPqcx77hcZwxIGFR1zHyD0V2pYssB+v/8KYR8h3kglD+AmiGy02+2zQH+uOUmgEfeJyPu56NWdG0TupYgsFahp5X37ipbbVs4fzoT3crtsumt+lO/rnfPETfGPqcAfHxvyDfaYfsXaa8NwW7/wGRWo1QqJvyC6nU7nDaPfTREpjLCKQUHXVSFu5XDbfDsq0GwluRgSHrL/PWNv+05HPSbS9NWFVYxic2Q4RTlcTFCgNmGAC/sco34A6WcWzlNe8h9gCkVaccIIqxjFusmNvWVyFXRVKkGBEO4XRtBoEo1CIn1xhIwC4uYpYrmCAiHcCQlUuy/SvpPLijNcwVxBgSTajAn0Rdp3kva6nVbsaOUsfyzXPQvyn1Ro/uH3231flSSBpnsuTP2aeh5J4oSP5QpWUIGpFwlmPraozcdYnwEuxNu+oECCriyo5Pkb7K6dVrtw1Maduplfh3IEBVKBy1CQ054TR4y2ktItyImfm7FcQYGM/twncn1VR1WylZMw+h/qXlZkLFdQINvGqSvItSUOP7daJczByA7ukw5ubkZz+WDX7/V6P/FzX5MicVSs6Auho//CQAqwF3ynn7h5XTtYQYEY2ZELlk2Cd3ZacUcFCbMQ05dVUrFZpzGKcriY0vMgq/ILxO6JRkemLtU5jInLJaGSRlyX9qwocIwZ7EsX69sZ2O+wPiQH2BPr81TMSao4xRnsiYlVky4d/cUdvUoF6sQLUQOWmyjTcp068jfKTtOiLBUoENNwBuEepltJda1yqXJJv0dEniRQQInkhd6GfCx/lUux4hBXanzpIiki0jGdM9z/98PdF6uTsA6bLIJ/9teHn3PtryuwrsBdq8Bf9S+wLDwYBjgAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.search-input .clear-input-icon {
  right: 47px;
}
.search-input {
  display: inline-block;
  position: relative;
  margin: 4px 0;
}
.keywords-input {
  margin-bottom: 10px;
  width: 150px;
  height: 40px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  box-sizing: border-box;
}
.search-btn {
  width: 40px;
  height: 40px;
  background: #3F3F9F;
  border-radius: 0 2px 2px 0;
  display: inline;
  padding: 10px;
  margin-left: -5px;
  border: 1px solid #3F3F9F;
}
.search-btn-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.person-info-item {
  width: 100%;
  height: 71px;
  background: #F8F8F8;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 71px;
}
.manage-info-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 71px;
  background: #F8F8F8;
  padding: 13px 20px 0;
  margin-bottom: 10px;
}
.person-name,
.manage-name {
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
}
.manage-name {
  width: 85px;
}
.manage-desc p{
  flex: 1;
  text-align: left;
  font-family: FounderYouhei-Regular;
  font-size: 18px;
  line-height: 25px;
  color: #252525;
  letter-spacing: 0;
  margin: 0;
}
.content-left {
  width: 100px;
}
.content-right {
  width: 750px;
}
.person-desc-text1 {
  height: 36px;
  line-height: 36px;
}
.person-desc-text2 {
  height: 35px;
  line-height: 35px;
}
.person-desc span {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
}
.announce-item {
  width: 100%;
  height: 109px;
  background: #F8F8F8;
  padding: 24px 20px;
  margin-bottom: 10px;
}
.announce-item2 {
  width: 100%;
  background: #F8F8F8;
  padding: 24px 20px;
  margin-bottom: 10px;
}
.announce-info {
  margin-bottom: 20px;
}
.announce-name {
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
  line-height: 23px;
}
.announce-address {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
  line-height: 18px;
}
.announce-desc {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
}
.person-info-list .item-line {
  background: #252525;
}
.person-info-announce-list .item-line {
  background: #999999;
}


.person-info-list .item-line {
  background: #252525;
}
.person-info-announce-list .item-line {
  background: #999999;
}
.person-info-announce-list2 .item-line {
  background: #999999;
}
.pagination1, .pagination2, .pagination3{
  margin: 60px 0;
}
.pagination4, .pagination5, .pagination6, .pagination71, .pagination72, .pagination73 ,.pagination8{
  margin-top: 50px !important;
}
.pane-foot {
  padding-right: 20px;
}
.foot-content {
  background: #F8F8F8; 
  padding: 24px 20px;
}
.foot-title {
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
}
.foot-desc {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
  line-height: 18px;
}


/* IB业务管理人员和业务人员信息 */
.pane-body-img {
  border-right: 1px solid #EEEEEE;
}
.pane-img {
  padding-bottom: 40px;
}
.ib-item {
  width: 100%;
  background: #F8F8F8;
  padding: 24px 20px;
  margin-bottom: 10px;
}
.ib-info {
  margin-bottom: 20px;
}
.ib-name {
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
  line-height: 23px;
}
.ib-subtitle {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
}
.ib-subtitle .item-line {
  background: #999999;
}
.ib-department {
  margin-bottom: 10px;
}
.ib-department span, .ib-tel span{
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  letter-spacing: 0;
  line-height: 18px;
}
.ib-department .item-line, .ib-tel .item-line {
  background: #252525;
}
.img-item {
  padding: 10px;
  margin: 0 20px 20px 0;
  background: #F8F8F8;
  width: 440px;
  display: inline-block;
}
.img-person {
  width: 100px;
  height: 139.4px;
}
.img-info {
  margin-left: 20px;
}
.info-name {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #252525;
  line-height: 28px;
  margin: 10px 0 20px;
}
.info-num,.info-company {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
  margin-bottom: 10px;
}
.info-desc {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
}
.info-desc:first-child {
  margin-right: 28px;
}
/* 债券投资交易相关人员信息 */
.pane-tab-nav {
  height: 50px;
  background: #F8F8F8;
}
.pane-tab-nav div {
  font-family: FounderYouhei-Regular;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
  line-height: 50px;
  padding: 0 30px;
  border-top: 3px solid transparent;
  display: inline-block;
}
.pane-tab-nav div:hover {
  color: #3F3F9F;
}
.pane-tab-nav .pane-tab-active {
  color: #3F3F9F;
  border-top: 3px solid #3F3F9F;
  background-color: #FFFFFF;
}
.pane-tab-content {
  padding-top: 28px;
}

.nocontent-img {
  width: 280px;
  margin-top: 40px;
}
.nocontent-text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: -34px;
}

.banner-container {
    width: 100%;
    height: 460px; 
    background: url(../images/banner_public_announcement.e8263ad4.png) no-repeat;
    background-size: cover;
}
.banner-box{
    width: 1200px;
    margin: 0 auto;
}
.banner-container .bannertitle{
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    font-size: 64px;
    color: #252525;
    letter-spacing: 11.79px;
    padding-top: 177px;
}
@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: 33px;
}
.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: 0;
  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: 86px;
  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: 260px;
  padding: 2px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  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;
  margin-bottom: 8px;
  padding-top: 10px;
  cursor: pointer;
}
.text {
  color: #666666;
}
.totop-div-up {
  border-bottom: 1px solid #fff;
}
.icon-totop-service {
  position: relative;
  right: 0px;
  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: 0px;
  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 {
  position: relative;
  right: 0px;
  width: 32px;
  height: 16px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_back_to_top_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.totop-div-phone:hover .phone-icon {
  display: inline;
}
.phone-icon {
  display: none;
  position: absolute;
  width: 130px;
  height: 92px;
  top: -15px;
  right: 57px;
}
.totop-div .text {
  line-height: 18px;
}
.icon_CGS_app_QR_code {
  position: absolute;
  top: 158px;
  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-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;
}
.f-phone-icon {
  width: 50px;
  height: 20px;
  position: absolute;
}
.ml-60 {
  margin-left: 60px;
}
.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;
}
.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 {
  width: 696px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.usable-msg{
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
}
.margin-b{
  margin-bottom: 18px;
}
.usable-left {
  width: 364px;
}
.usable-right {
  width: 265px;
}

.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;
}
.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 .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.black .title {
    color: #252525 !important;
}
.jumbotron .title div{
    width:1100px;
    margin:0 auto;
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    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 .small-title {
  font-family: FounderYouhei-Regular;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 10px;
  font-weight: 400;
  margin-top: 10px !important;
}


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