/*others*/

.article-title:hover{
  cursor: pointer;
  color: #2E5DD2;
}
.line-clamp-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-5{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1 + p {
  font-weight: 500;
}
/*常用宽度*/
.w100 {
    width: 100%;
}
.w491px {
  width: 491px;
}
.w682px {
  width: 682px;
}
.w900px {
    width: 900px;
}

/*常用高度*/
.h100 {
    height: 100%;
}
.h488px {
  height: 488px;
}
.h529px {
  height: 529px;
}
.h600px {
  height: 600px;
}

/*浮动*/
.float-l {
  float: left;
}
.float-r {
  float: right;
}

/*文字对齐*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/*常用字体颜色*/
.font-red {
  color: #FF603D;
}

/*常用margin*/
.margin-l5 {
  margin-left: 5px;
}

.margin-l30 {
  margin-left: 30px;
}
.margin-r30 {
  margin-right: 30px;
}

.margin-t5 {
  margin-top: 5px;
}
.margin-t58 {
  margin-top: 58px;
}

.margin-lr22 {
  margin: 0 22px;
}

/*常用padding*/
.padding-25 {
  padding: 25px;
}
.padding-28 {
  padding: 28px;
}

/*去除内边距*/
.remove-padding-r {
  padding-right: 0!important;
}
.remove-padding-t {
  padding-top: 0!important;
}

/*flex布局*/
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

/*定位部分*/
.position-relative {
  position: relative;
}
/*display*/
.inline-block {
  display: inline-block;
}

/* 字体图标 */
@font-face {
    font-family: 'iconfont';
    src: url('../eot/iconfont.eot');
    src: url('../eot/iconfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/iconfont.woff2') format('woff2'),
        url('../woff/iconfont.woff') format('woff'),
        url('../ttf/iconfont.ttf') format('truetype'),
        url('../svg/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shangyiye:before {
  content: "\e743";
}

.icon-xiayiye:before {
  content: "\e744";
}

.icon-gengduo1:before {
  content: "\e741";
}

.icon-bofang1:before {
  content: "\e742";
}

.icon-gengduo:before {
  content: "\e73d";
}

.icon-bofang:before {
  content: "\e73e";
}

.icon-xiazai:before {
  content: "\e73f";
}

.icon-lianxi:before {
  content: "\e740";
}

.icon-shangzhang:before {
  content: "\e738";
}

.icon-xiadie:before {
  content: "\e739";
}

.icon-more:before {
  content: "\e734";
}

.icon-dianhua:before {
  content: "\e735";
}

.icon-nav:before {
  content: "\e736";
}

.icon-sousuo:before {
  content: "\e737";
}
.icon-up:before {
    content: "\f062";
}
.icon-up:before {
  content: "\f063";
}

/*页面共用的css样式*/
.pc {
  display: block;
}
.pcinline {
  display: inline;
  font-family: Condensed, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.mobile {
  display: none;
}
/* 导航栏 */
#navagation {
  position: fixed;
  top: 20%;
  left: 23px;
  z-index: 1;
}
#navagation li {
  width: 36px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#navagation li img {
  opacity: 0;
}
.page3b{
  display: none;
}
#navagation a:last-of-type li{
  margin-bottom: 0;
}
#navagation li.active {
  width: 60px;
  height: 50px;
  overflow: visible;
  opacity: 1;
  border-top: 4px solid #fff;
  color: rgba(255, 255, 255, 1);
}
#navagation li.active img {
  opacity: 1;
}
#navagation li:hover {
  width: 90px;
  opacity: 1;
  border-top: 4px solid #fff;
  color: rgba(255, 255, 255, 1);
}

#navagation li:hover img {
  opacity: 1;
}

#navagation.black li:hover {
  color: #666;
}

#navagation.black li:hover img {
  opacity: 1;
}

#navagation.black li {
  border-top: 2px solid #666;
}
#navagation.black li .page3a {
  display: none;
}
#navagation.black li .page3b {
  display: block;
}
#navagation.black li.active {
  border-top: 4px solid #666;
  color: #666;
}

/* header部分 */
.header, .logo {
  position: fixed;
  top: 44px;
  z-index: 1;
  cursor: pointer;
}

.header {
  right: 36px;
}

.logo {
  height: 60px;
  left: 50%;
  padding: 20px;
  width: 100%;
  margin-left: -10px!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.logo img {
  max-width: 100%;
  max-height: 34px;
}

.header {
  height: 34px;
  line-height: 1;
  /**
  * 9月12 日修改
  */
  /* color: #666; */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.header i.icon-dianhua {
  font-size: 32px;
}
.header i.icon-sousuo {
  color: #fff;
  font-size: 20px;
}
.header i.icon-nav {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #2E5DD2;
  display: inline-block;
  border-radius: 50%;
  margin-left: 40px;
  background-color: #fff;
}


.header a {
  font-size: 24px;
  padding-top: 5px;
  margin: 0 40px 0 16px;
}

/*header*/
.headerContent {
  width: 100%;
  position: fixed;
  top: 44px;
  left: 0;
  height: 44px;
  color: #fff;
  z-index: 1;
}
.headerContent .normalImg {
  display: none;
}
.headerContent .badgeNav {
  font-size: 20px;
  line-height: 44px;
  margin-left: 7px;
}
.headerContent .badgeNav > li {
  height: 60px;
  float: left;
  /*cursor: pointer;*/
  cursor: default;
  margin-left: 41px;
}
.headerContent .badgeNav > li:hover {
}
.headerContent .badgeNav p {
  position: relative;
  padding-right: 16px;
}
.headerContent .badgeNav i {
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.headerContent .badgeNav > li > p {
  padding-right: 40px;
}
.headerContent .badgeNav > li:hover > p i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.headerContent .badgeNav > li:nth-of-type(1) {
  color: #fff;
}
.headerContent .badgeNav > li:nth-of-type(1) > p i {
  color: #fff;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.headerContent .subNav {
  display: none;
  width: 1359px;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 20px;
  line-height: 64px;
  color: #777777;
  padding: 40px 67px 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #2E5DD2;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.headerContent .subNav li a {
  color: #777777;
}

.headerContent .subNav li:hover a,
.headerContent .subNav li:hover i {
  color: #2E5DD2;
}

.headerContent .subNav li {
  width: calc(50% - 22px);
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.headerContent .subNav li:nth-of-type(odd) {
  margin-right: 44px;
}
.headerContent .subNav li:nth-of-type(even) {
  margin-right: 0;
}

.headerContent .badgeNav > li:hover .subNav  {
  display: block;
}

.scrolltop.headerContent {
  top: 0;
  height: 80px;
  color: #2A2A2A;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.scrolltop.headerContent i {
  color: #2E5DD2;
}
.scrolltop.headerContent .logo,
.scrolltop.headerContent .header {
  top: 23px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.scrolltop.headerContent i.icon-nav {
  color: #fff;
  background-color: #2E5DD2;
}
.scrolltop.headerContent i.icon-sousuo {
  color: #2E5DD2;
}

.scrolltop.headerContent .scollImg {
  display: none;
}
.scrolltop.headerContent .normalImg {
  display: block;
}

.scrolltop.headerContent .header {
  color: #2E5DD2;
}
.scrolltop.headerContent .header i.icon-sousuo {
  color: #2E5DD2;
}
.scrolltop.headerContent .header i.icon-nav {
  color: #fff;
  background-color: #2E5DD2;
}

.headerContent .subNav li.active,
.headerContent .subNav li.active i{
  color: #2E5DD2;
}
.headerContent .subNav li.active {
  border-bottom-color: #2E5DD2;
}

.scrolltop.headerContent .badgeNav > li:nth-of-type(1) {
  color: inherit;
}
.scrolltop.headerContent .badgeNav > li:nth-of-type(1) > p i {
  color: #2E5DD2;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.headerContent.listBottom .badgeNav {
  position: absolute;
  top: 791px;
  color: #2A2A20;
  margin-left: 0;
}
.headerContent.scrolltop.listBottom .badgeNav {
  position: static;
  top: 0;
  color: #2A2A20;
  margin-left: 7px;
}

/*菜单栏*/
#menu, #mobilemenu {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#menu.showMenu,
#mobilemenu.showMenu {
  width: 100%;
  overflow: visible;
  opacity: 1;
}

/*左侧*/
.leftMenu {
  padding: 56px 0 53px 56px;
  background-color: #E9F1FF;
}
.leftMenu .title span{
  font-size: 32px;
  line-height: 38px;
  letter-spacing: .32px;
}
.leftMenu .title span:nth-of-type(2){
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1.4px;
}

.leftMenu ul {
  margin-top: 13px;
  overflow-x: hidden;
  overflow-y: auto;
}

.leftMenu li {
  width: 300px;
  float: left;
  margin-right: 45px;
  font-size: 14px;
  line-height: 28px;
}
.leftMenu li h2 {
  font-size: 16px;
  color: #2E5DD2;
  line-height: 25px;
  padding: 14px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

/*右侧*/
#menu .container {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s;
}

#menu .container-placeholder {
  width: auto;
  height:100%;
  position: relative;
}
#menu.showMenu .container {
  transform: translateX(0px);
}
#menu .leftNav {
  width: 386px;
  height: 100%;
  padding: 28px 0;
  background-color: #F4F8FF;
}
#menu .leftNav figure {
  height: calc(20vh - 36px);
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
#menu .leftNav .content {
  width: 100%;
  height: 100%;
  padding: 0 34px;
  overflow-x: hidden;
  overflow-y: auto;
}
#menu .leftNav figure:last-of-type {
  margin-bottom: 0;
}
#menu .leftNav img {
  max-width: 100%;
  max-height: 100%;
}
#menu .leftNav .common-letter {
  left: 34px;
  bottom: 30px;
}
#menu .leftNav h2 {
  line-height: 29px;
}
#menu .leftNav h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
}

#menu .rightNav, #mobilemenu .rightNav {
  width: 420px;
  height: 100%;
  padding: 104px 43px 43px;
  position: relative;
  background-color: #fff;
  overflow: auto;
}
#menu .rightNav .logo,  #mobilemenu .rightNav .logo {
  position: absolute;
  left: 43px;
  width: auto;
  height: auto!important;
  padding: 0 20px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -20px!important;
}
#menu .rightNav .close,  #mobilemenu .rightNav .close,
#searchModel .close {
  position: absolute;
  top: 56px;
  right: 43px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#menu .rightNav .close:before, #menu .rightNav .close:after,
#mobilemenu .rightNav .close:before, #mobilemenu .rightNav .close:after,
#searchModel .close:before, #searchModel .close:after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #555555;
}
#menu .rightNav .close:after,
#mobilemenu .rightNav .close:after,
#searchModel .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu .listNav,
#mobilemenu .listNav {
  margin-top: 39px;
  font-size: 20px;
  color: #777777;
  line-height: 33px;
}
#menu .listNav li {
  cursor: pointer;
  margin-bottom: 0;
  padding: 14px 0;
}
#menu .listNav li:hover {
  cursor: pointer;
  color: #2E5DD2;
}
#menu .listNav li:nth-last-of-type(1),
#mobilemenu .listNav li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#menu .listNav .active {
  color: #2A2A2A;
  position: relative;
}
#menu .listNav .active::after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #2A2A2A;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*投资者*/
.listcommon li {
  width: 290px;
  /*margin-right: 161px;*/
}
.listcommon .navItem {
  padding: 28px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.listcommon .navItem h2 {
  font-family: Condensed, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 28px;
  line-height: 30px;
  border: 0;
  margin: 0;
  color: #2A2A20;
}
.listcommon .navItem p {
  font-size: 20px;
  line-height: 24px;
  color: #777777;
}
.listcommon .navItem i {
  position: absolute;
  right: 0;
  top: 50%;
  color: #2E5DD2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listcommon .navItem.active h2,
.listcommon .navItem.active p,
.listcommon .navItem:hover h2,
.listcommon .navItem:hover p {
  color: #2E5DD2;
}

  /*移动端菜单*/
#mobilemenu {
  display: none;
}
#mobilemenu .rightNav {
  width: 100%;
  padding: 104px 0 43px;
}
#mobilemenu .rightNav .close {
  top: 53px;
}

#mobilemenu .listNav {
  font-size: 0.16rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: #2A2A20;
}
#mobilemenu .listNav li p {
  padding: 0.25rem 0.22rem;
  border-bottom: 1px solid #DDDDDD;
}
#mobilemenu .listNav i {
  color: #223AA8;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transform-origin: center;
}

#mobilemenu .listNav i.icon-more:before {
    content: '';
  width: 0.1rem;
  height: 0.1rem;
    background: black;
  display: inline-block;
  background: url("../png/arrow-next-blue.png") center no-repeat;
  background-size: contain;
}

#mobilemenu .sublistNav i.icon-more:before {
  background: url("../png/arrow-next-normal.png") center no-repeat;
  background-size: contain;
}

#mobilemenu .listNav li.active > p i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

#mobilemenu .sublistNav {
  font-size: 28px;
  line-height: 40px;
  color: #777777;
  background-color: #F4F8FF;
}

#mobilemenu .sublistNav i {
  color: #777777;
}

#mobilemenu .sublistNav li:last-of-type p {
  border-bottom: none;
}

/* 搜索部分 */
#searchModel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2;
}
#searchModel .close:before, #searchModel .close:after {
  width: 35px;
}
#searchModel .bg-part {
  height: 800px;
  background-color: #fff;
  position: relative;
}
#searchModel .center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#searchModel .center .inputBtn {
  position: relative;
  padding-right: 80px;
  border-bottom: 1px solid #D8D8D8;
}
#searchModel .center input {
  width: 100%;
  font-size: 60px;
  color: #777;
  line-height: 224px;
  border: none;
}
#searchModel .center button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background-color: #2E5DD2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#searchModel .center button i {
  font-size: 25px;
}
#searchModel .center p {
  margin-top: 27px;
  font-size: 18px;
  color: #999;
  line-height: 25px;
}

/* --------------------------- 内容区 ------------------开始 */

.section {
  display: table;
  width: 100%;
}
/* 中心部分 */
.center {
  max-width: 1359px;
  padding: 0 20px;
  margin: 0 auto;
}
/*页面公共部分*/
.section .table-cell{
  display: table-cell;
  vertical-align: middle;
}

.common-letter {
  color: #fff;
  position: absolute;
  left: 48px;
  bottom: 40px;
}
.common-letter h2 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1.2px;
    margin-top: 8px;
}
.common-letter h3 {
    margin-top: 10px;
}



/*footer*/
.footer {
  padding-top: 90px;
  margin-top: 115px;
  border-top: 1px solid #F3F4F7;
}
.footer .list {
  margin: 0 auto;
  padding-right: 150px;
  padding-bottom: 138px;
  position: relative;
}
.footer .list .qr-wrap {
  width: 134px;
  position: absolute;
  right: 20px;
  top: 0;
    text-align: center;
  font-size: 14px;
  color: #777;
}

.footer .list li {
  float: left;
  width: 16.6%;
  padding-right: 10px;
}
.footer li h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 900;
}
.footer li p {
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  margin-bottom: 9px;
}
.footer li p:hover {
  color: #223AA8;
}
.footerDesc {
  border-top: 1px solid #F3F4F7;
  font-size: 14px;
  line-height: 72px;
  color: #777;
}

.footerDesc a{
    color: #777;
}

.mobile {
  display: none;
}

/*1600*/
@media screen and (max-width: 1600px) {
  .footer .list {
      padding-bottom: 53px;
  }
  /*菜单栏*/
  #menu .container {
      width: auto;
      height: 100%;
  }
  #menu .leftNav {
      width: 322px;
      padding: 23px 0;
  }
  #menu .rightNav {
      width: 350px;
  }
  #menu .leftNav figure {
      /*height: 150px;*/
      /*margin-bottom: 26px;*/
  }
  #menu .listNav li {
      margin-bottom: 0px;
  }
  #menu .leftNav .common-letter {
      left: 27px;
      bottom: 23px;
  }
  .leftMenu li {
      width: 250px;
      margin-right: 35px;
  }
  .leftMenu {
      padding: 44px 0 44px 44px;
  }
  #menu .leftNav .content {
      padding: 0 29px;
  }
  #menu .rightNav {
      padding: 104px 36px 36px;
  }
  #menu .rightNav .logo {
      height: 40px;
      left: 30px;
  }
  #menu .rightNav .close {
      top: 48px;
  }
  .investorNav li {
    width: 290px;
    /*margin-right: 161px;*/
  }
  .headerContent.listBottom .badgeNav {
    top: 658px;
  }
}

/*1440*/
@media screen and (max-width: 1440px) {
  .headerContent .badgeNav > li > p {
      padding-right: 40px;
  }
  .headerContent .subNav {
      width: 1200px;
  }
  /*菜单栏*/
  #menu .container {
      width: auto;
      height: 100%;
  }
  #menu .leftNav {
      width: 290px;
      padding: 21px 0;
  }
  #menu .rightNav {
      width: 315px;
  }
  #menu .leftNav figure {
      /*height: 135px;*/
      /*margin-bottom: 23px;*/
  }
  #menu .listNav li {
      margin-bottom: 0;
  }
  #menu .leftNav .common-letter {
      left: 13px;
      bottom: 20px;
  }
  .leftMenu li {
      width: 225px;
      margin-right: 35px;
  }
  .leftMenu {
      padding: 32px 0 32px 32px;
  }
  #menu .leftNav .content {
      padding: 0 26px;
  }
  #menu .rightNav {
      padding: 104px 33px 33px;
  }
  #menu .rightNav .logo {
      height: 33px;
      left: 27px;
  }
  #menu .rightNav .close {
      top: 47px;
  }
  #menu .listNav {
      margin-top: 36px;
  }
  .investorNav li {
    width: 290px;
    margin-right: 161px;
  }
  .center {
      max-width: 1200px;
  }
  .common-letter {
    left: 37px;
    bottom: 35px;
  }

  .footer {
      margin-top: 20px;
  }

  .headerContent.listBottom .badgeNav {
    top: 591px;
  }
}

/*1366*/
@media screen and (max-width: 1366px) {
  .headerContent .badgeNav > li > p {
      padding-right: 40px;
  }
  .headerContent .subNav {
      width: 1144px;
  }
  .headerContent.listBottom .badgeNav {
    top: 560px;
  }
  /*菜单栏*/
  #menu .container {
      width: auto;
      height: 100%;
  }
  #menu .leftNav {
      width: 275px;
      padding: 20px 0;
  }
  #menu .rightNav {
      width: 299px;
  }
  #menu .leftNav figure {
      /*height: 128px;*/
      /*margin-bottom: 22px;*/
  }
  #menu .listNav li {
      margin-bottom: 0;
  }
  #menu .leftNav .common-letter {
      left: 13px;
      bottom: 18px;
  }
  .leftMenu li {
      width: 213px;
      margin-right: 30px;
  }
  .leftMenu {
      padding: 32px 0 32px 32px;
  }
  #menu .leftNav .content {
      padding: 0 23px;
  }
  #menu .rightNav {
      padding: 96px 33px 33px;
  }
  #menu .rightNav .logo {
      height: 31px;
      left: 30px;
  }
  #menu .listNav {
      margin-top: 34px;
  }
  .investorNav li {
    width: 213px;
    /*margin-right: 161px;*/
  }
  .investorNav .navItem {
    padding: 40px 0;
  }
  .center {
      max-width: 1144px;
  }
  .common-letter {
    left: 37px;
    bottom: 35px;
  }

  .footer {
      margin-top: 20px;
      padding-top: 87px;
  }
  .footer li h3 {
    font-size: 20px;

  }
}

/*@media (max-width:810px) and (orientation: landscape) {*/
/*  body:after {*/
/*    transition: all 0.3s;*/
/*      content: '';*/
/*    color: white;*/
/*    background-image: url("../img/rotate.png");*/
/*      background-size: 1.3rem;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*      padding: 1rem;*/
/*    display: flex;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*      text-align: center;*/
/*    font-size: 0.2rem;*/
/*      position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #3288d4;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 999;*/
/*    box-sizing: border-box;*/
/*  }*/
/*}*/



  /*810*/
@media screen and (max-width: 810px) {


  .headerContent .badgeNav {
    display: none;
  }
  .scrolltop.headerContent {
    height: 130px;
  }
  .logo img {
    max-height: 52px;
  }
  .header i.icon-sousuo {
    font-size: 36px;
  }
  .header {
    height: 52px;
  }
  .header i.icon-nav {
    width: 88px;
    height: 88px;
    font-size: 88px;
  }
  .scrolltop.headerContent .logo, .scrolltop.headerContent .header {
    top: 39px;
  }

  #mobilemenu {
      display: block;
  }
  #menu {
      display: none;
  }
  .logo {
    padding: 0 35px;
  }
  .pc, .pcinline {
      display: none!important;
  }
  .mobile {
      display: block;
  }
  .mobile.mobileCode {
    flex-direction: column;
    display: flex;
  }
  #searchModel .center button {
    width: 70px;
    height: 70px;
  }
  #searchModel .center p {
    display: none;
  }
  #searchModel .bg-part {
    height: 490px;
  }
  #searchModel .center input {
    font-size: 44px;
    line-height: 160px;
  }
  #navagation {
      display: none;
  }
  .center {
      padding: 0 35px;
  }
  .section .center {
      text-align: left;
      vertical-align: bottom;
      padding: 60px 35px 0;
  }
  .common-letter {
    left: 30px;
  }

  .footer {
      margin-top: 80px;
      padding-top: 50px;
      padding: 50px 30px 148px;
      border-top: 1px solid #ddd;
  }
  .mobileCode {
      color: #B2B2B2;
      position: relative;
      padding-right: 255px;
      padding-top: 24px;
      height: 220px;
  }
  .mobileCode i {
      font-size: 24px;
      margin-bottom: 16px;
  }
  .mobileCode p:nth-of-type(1) {
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 30px
  }
  .mobileCode p:nth-of-type(2) {
      font-size: 44px;
      line-height: 52px;
  }
  .mobileCode .code-wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobileCode .code-wrap span{
      font-size: 13px;
  }
  .mobileInfo {
      font-size: 28px;
      line-height: 40px;
      margin-top: 130px;
  }
  .mobileInfo div p {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 16px;
      opacity: 0.9;
  }
  .mobileInfo div p:nth-of-type(1) {
      width: 112px;
      color: #999999;
      margin-right: 21px;
      text-align: justify;
      -moz-text-align-last: justify;
      text-align-last: justify;
  }
  .mobileInfo .commonfooter {
      color: #999999;
      margin: 50px 0 10px;
  }

  #mobilemenu .listNav li > p {
    border-bottom: 0;
  }
  #mobilemenu .sublistNav li {
    padding: 0 0.28rem;
  }
  #mobilemenu .sublistNav li p  {
    padding: 0.24rem 0.26rem;
      border-bottom: 1px solid rgba(221,221,221, 0.5);
    position: relative;
  }

  #mobilemenu .sublistNav li:last-of-type p:last-of-type  {
      border-bottom: none;
  }
  #mobilemenu .listNav>li>p:after{
    content: '';
    display: block;
    width: 3.2rem;
    height: 1px;
    background: #dddddd;
    position: absolute;
    bottom: 0;
  }
  #mobilemenu .listNav li p {
    padding: 0.24rem 0.26rem;
    font-weight: bold;
  }
  #mobilemenu .sublistNav li p  {
    padding-top: 0.31rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

/*420*/
@media screen and (max-width: 428px) {
  .ldio-k3usp841gm {
    width: 200px;
    height: 200px;
    position: relative;
    transform: translateZ(0) scale(1);
    zoom: 0.5;
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }

  .scrolltop.headerContent .logo, .scrolltop.headerContent .header {
    top: 20px;
  }

  .scrolltop.headerContent .logo{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
  }
  .scrolltop.headerContent {
      height: 60px;
  }
  /*移动端菜单*/
  #mobilemenu .rightNav .close:before, #mobilemenu .rightNav .close:after {
      width: 12px;
  }
  .logo {
    padding: 0 15px;
  }
  #searchModel .center button {
    width: 35px;
    height: 35px;
  }
  #searchModel .bg-part {
    height: 1.9rem;
  }
  #searchModel .center .inputBtn
  {
      height: 80px;
    line-height: 80px;
  }
  #searchModel .center input {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
  }
  #searchModel .center button i {
    font-size: 16px;
  }
  #searchModel .close:before, #searchModel .close:after {
    width: 18px;
  }
  #searchModel .close {
    top: 15px;
    right: 15px;
  }
  #mobilemenu .rightNav .logo {
      top: 23px;
      left: 21px;
  }
  #mobilemenu .rightNav .close {
      right: 12px;
  }
  #mobilemenu .rightNav {
      width: 100%;
      padding: 52px 0 21px;
  }
  #mobilemenu .rightNav .close {
      top: 23px;
  }

  #mobilemenu .listNav {
      /*font-size: 16px;*/
    font-size: 0.16rem;
      line-height: 0.21rem;
      /*line-height: 23px;*/
  }
  #mobilemenu .listNav li{
      position: relative;
  }

  #mobilemenu .listNav>li>p:after{
      content: '';
    display: block;
    width: 3.2rem;
    height: 1px;
      background: #dddddd;
    position: absolute;
    bottom: 0;
  }
  #mobilemenu .listNav li p {
      padding: 0.24rem 0.26rem;
      font-weight: bold;
  }

  #mobilemenu .sublistNav {
      font-size: 0.14rem;
      line-height: 0.20rem;
  }

  .iconfont {
      font-size: 12px;
  }
  .pc, .pcinline {
      display: none;
  }
  .mobile {
      display: block;
  }
  .header, .logo {
      height: 22px;
      top: 22px;
    margin-left: 0!important;
  }
  .logo img {
    max-width: 100%;
    max-height: 28px;
  }
  .header {
      right: 15px;
  }
  .header i.icon-sousuo {
      font-size: 16px;
  }
  .header i.icon-nav {
      width: 36px;
      height: 36px;
      font-size: 36px;
      margin-left: 20px;
  }
  #navagation {
      display: none;
  }
  .center {
      padding: 0 15px;
  }
  .section .center {
      text-align: left;
      vertical-align: bottom;
      padding: 90px 15px 0;
  }
  .footer {
      /*margin-top: 40px;*/
    background-color: white;
    margin-top: 0.3rem;
    padding: 25px 0.3rem 0.3rem;
  }
  .mobileCode {
      display: flex!important;
      flex-direction: column;
      color: #B2B2B2;
      position: relative;
      padding-right: 127px;
      /*padding-top: 24px;*/
      padding-top: 0;
      height: 110px;
  }

  .mobileCode .flex-grow {
    flex-grow: 1;
  }
  .mobileCode i {
      font-size: 24px;
      margin-bottom: 8px;
  }
  .mobileCode img {
      width: 92px;
  }
  .mobileCode p:nth-of-type(1) {
      /*font-size: 16px;*/
      font-size: 0.12rem;
      line-height: 100%;
      margin-bottom: 8px
  }
  .mobileCode p:nth-of-type(2) {
      /*font-size: 24px;*/
    font-size: 0.22rem;
      line-height: 100%;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  }
  .mobileInfo {
      font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
      font-size: 14px;
      line-height: 20px;
      /*margin-top: 65px;*/
    margin-top: 0.5rem;
  }

  .mobileInfo a{
      color: #999999;
  }
  .mobileInfo div p {
      margin-bottom: 8px;
  }
  .mobileInfo div p:nth-of-type(1) {
      width: 60px;
      margin-right: 10px;
  }
  .mobileInfo .commonfooter {
      margin: 25px 0 5px;
      margin-top: 0.2rem;
  }
  #mobilemenu .sublistNav li p  {
      padding-top: 0.31rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.slide-enter-active, .slide-leave-active {
  transition: all .3s;
    transform: translateX(0%);
}
.slide-enter, .slide-leave-to /* .fade-leave-active below version 2.1.8 */ {
  transition: all .0s;
  opacity: 0;
  transform: translateX(-50%);
}


@keyframes ldio-k3usp841gm {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-k3usp841gm div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-k3usp841gm linear 1s infinite;
  background: #2e5dd2;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-k3usp841gm div:nth-child(1) {
   transform: rotate(0deg);
   animation-delay: -0.9166666666666666s;
   background: #2e5dd2;
 }.ldio-k3usp841gm div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #2e5dd2;
  }.ldio-k3usp841gm div:nth-child(3) {
     transform: rotate(60deg);
     animation-delay: -0.75s;
     background: #2e5dd2;
   }.ldio-k3usp841gm div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.6666666666666666s;
      background: #2e5dd2;
    }.ldio-k3usp841gm div:nth-child(5) {
       transform: rotate(120deg);
       animation-delay: -0.5833333333333334s;
       background: #2e5dd2;
     }.ldio-k3usp841gm div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #2e5dd2;
      }.ldio-k3usp841gm div:nth-child(7) {
         transform: rotate(180deg);
         animation-delay: -0.4166666666666667s;
         background: #2e5dd2;
       }.ldio-k3usp841gm div:nth-child(8) {
          transform: rotate(210deg);
          animation-delay: -0.3333333333333333s;
          background: #2e5dd2;
        }.ldio-k3usp841gm div:nth-child(9) {
           transform: rotate(240deg);
           animation-delay: -0.25s;
           background: #2e5dd2;
         }.ldio-k3usp841gm div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.16666666666666666s;
            background: #2e5dd2;
          }.ldio-k3usp841gm div:nth-child(11) {
             transform: rotate(300deg);
             animation-delay: -0.08333333333333333s;
             background: #2e5dd2;
           }.ldio-k3usp841gm div:nth-child(12) {
              transform: rotate(330deg);
              animation-delay: 0s;
              background: #2e5dd2;
            }
.loadingio-spinner-spinner-iqx08wak9d8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  background: rgba(255,255,255,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldio-k3usp841gm {
  width: 200px;
  height: 200px;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-k3usp841gm div { box-sizing: content-box; }
/* generated by https://loading.io/ */
