.page-section {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 60px 0;
}

.module {
  padding: 0 !important;
  max-width: 1230px;
  margin: auto;
}

/*.grid-module {
  margin: auto;
  max-width: 1200px;
}*/
.grid-module .row {
  /*padding-top: 2.5%;*/
  overflow: visible;
}
.grid-module .row:first-of-type {
  padding-top: 0;
}
.grid-module .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-module .row.no-padding {
  padding: 0;
}
.grid-module .row.no-padding-top {
  padding-top: 0px;
}
.grid-module .col {
  float: left;
  padding: 1.25%;
  box-sizing: border-box;
  overflow: hidden;
}
.grid-module .col.no-padding {
  padding: 0;
}
.grid-module .col.no-left-padding {
  padding-left: 0;
  padding-right: 1.75%;
}
.grid-module .col.no-right-padding {
  padding-right: 0;
  padding-left: 1.75%;
}
.grid-module .col.padding-bottom {
  padding-bottom: 1.25%;
}
.grid-module .span-1 {
  width: 8.3333333333%;
}
.grid-module .span-2 {
  width: 16.6666666667%;
}
.grid-module .span-3 {
  width: 25%;
}
.grid-module .span-4 {
  width: 33.3333333333%;
}
.grid-module .span-5 {
  width: 41.6666666667%;
}
.grid-module .span-6 {
  width: 50%;
}
.grid-module .span-7 {
  width: 58.3333333333%;
}
.grid-module .span-8 {
  width: 66.6666666667%;
}
.grid-module .span-9 {
  width: 75%;
}
.grid-module .span-10 {
  width: 83.3333333333%;
}
.grid-module .span-11 {
  width: 91.6666666667%;
}
.grid-module .span-12 {
  width: 100%;
}
.grid-module .span-13 {
  width: 20%;
}
.grid-module .grid {
  background-color: #fff;
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.grid-module .grid:after {
  transition: background-color 120ms linear;
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: inherit;
  width: 100%;
}
.grid-module .grid:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.grid-module .grid.no-hover:after {
  display: none;
}

@media (min-width: 601px) and (max-width: 1000px) {
  .grid-module .sm-span-1 {
    width: 8.3333333333%;
  }
  .grid-module .sm-span-2 {
    width: 16.6666666667%;
  }
  .grid-module .sm-span-3 {
    width: 25%;
  }
  .grid-module .sm-span-4 {
    width: 33.3333333333%;
  }
  .grid-module .sm-span-5 {
    width: 41.6666666667%;
  }
  .grid-module .sm-span-6 {
    width: 50%;
  }
  .grid-module .sm-span-7 {
    width: 58.3333333333%;
  }
  .grid-module .sm-span-8 {
    width: 66.6666666667%;
  }
  .grid-module .sm-span-9 {
    width: 75%;
  }
  .grid-module .sm-span-10 {
    width: 83.3333333333%;
  }
  .grid-module .sm-span-11 {
    width: 91.6666666667%;
  }
  .grid-module .sm-span-12 {
    width: 100%;
  }
  .grid-module .col.sm-span-12 {
    padding-top: 2.5%;
  }
  .grid-module .col.sm-span-12:first-of-type {
    padding-top: 0;
  }
  .grid-module .col.sm-no-padding {
    padding: 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .grid1x2 .images-wrapper {
    float: left;
    width: 48.10%;
  }
  .grid1x2 .images-wrapper:after {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    right: 0;
    top: 30px;
    border-width: 14px 13px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
  .grid1x2 .content-wrapper {
    width: 51.90%;
    float: left;
  }

  .sm-grid3x1 .images-wrapper {
    width: 48.10%;
    float: left;
  }
  .sm-grid3x1 .images-wrapper:after {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    right: 0;
    top: 30px;
    border-width: 14px 13px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }

  .grid-module .pad-span-1 {
    width: 8.3333333333%;
  }
  .grid-module .pad-span-2 {
    width: 16.6666666667%;
  }
  .grid-module .pad-span-3 {
    width: 25%;
  }
  .grid-module .pad-span-4 {
    width: 33.3333333333%;
  }
  .grid-module .pad-span-5 {
    width: 41.6666666667%;
  }
  .grid-module .pad-span-6 {
    width: 50%;
  }
  .grid-module .pad-span-7 {
    width: 58.3333333333%;
  }
  .grid-module .pad-span-8 {
    width: 66.6666666667%;
  }
  .grid-module .pad-span-9 {
    width: 75%;
  }
  .grid-module .pad-span-10 {
    width: 83.3333333333%;
  }
  .grid-module .pad-span-11 {
    width: 91.6666666667%;
  }
  .grid-module .pad-span-12 {
    width: 100%;
  }
  .grid-module .pad-span-13 {
    width: 20%;
  }
  .grid-module .col.sm-span-6:nth-child(odd) {
    padding: 1.5% 1.5% 1.5% 3%;
  }
  .grid-module .col.sm-span-6:nth-child(even) {
    padding: 1.5% 3% 1.5% 1.5%;
  }
  .grid-module .col.sm-span-12 {
    padding: 1.5% 3% 1.5% 3%;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .page-section {
    padding: 28px 0;
  }

  .grid-module .xs-span-1 {
    width: 8.3333333333%;
  }
  .grid-module .xs-span-2 {
    width: 16.6666666667%;
  }
  .grid-module .xs-span-3 {
    width: 25%;
  }
  .grid-module .xs-span-4 {
    width: 33.3333333333%;
  }
  .grid-module .xs-span-5 {
    width: 41.6666666667%;
  }
  .grid-module .xs-span-6 {
    width: 50%;
  }
  .grid-module .xs-span-7 {
    width: 58.3333333333%;
  }
  .grid-module .xs-span-8 {
    width: 66.6666666667%;
  }
  .grid-module .xs-span-9 {
    width: 75%;
  }
  .grid-module .xs-span-10 {
    width: 83.3333333333%;
  }
  .grid-module .xs-span-11 {
    width: 91.6666666667%;
  }
  .grid-module .xs-span-12 {
    width: 100%;
  }
  .grid-module .col.sm-span-12, .grid-module .col.xs-span-12 {
    padding: 2.5% 0 2.5% 0;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

img {
  max-width: 100%;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1201px) {
  .container {
    width: auto;
    max-width: 1200px;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .container {
    width: auto;
    max-width: 950px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .container {
    width: auto;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .container {
    width: auto;
    max-width: 100%;
    padding: 0 5%;
  }
}

.financing-news {
  background: #ffffff;
}

.financing-news h3, .financing-news h3 a {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
  overflow: hidden;
  height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.financing-news .time {
  font-size: 14px;
  color: #777777;
}

.financing-news .content-wrap p {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  margin-top: 10px;
}

.product-more a {
  color: #0D5FE0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-bottom: 40px;
}

.light-grey {
  background-color: #fff !important;
}

.bd-bottom-normal {
  border-bottom: 1px solid #DDE8F6;
}

.bd-top-normal {
  border-top: 1px solid #DDE8F6;
}

.bd-bottom,
.bd-top {
  position: relative;
}

.bd-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #DDE8F6;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
}

.bd-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #DDE8F6;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.inline-text-btn {
  color: #333;
  font-size: 14px;
  line-height: 100%;
  background-color: #F7F8FA;
  padding: 8px 10px;
  margin: 8px 5px;
  border-radius: 3px;
  display: inline-block;
}
.inline-text-btn:hover {
  background-color: #EDF0F6;
}

.inline-text-btn.active {
  background-color: #0D5EE0;
  color: #fff;
}

.loading {
  width: 80px;
  height: 8px;
  padding: 6px 0px;
  margin: 0px auto 0px;
  visibility: hidden;
}

.loading.show {
  visibility: visible;
}

.loading span {
  display: inline-block;
  width: 8px;
  height: 100%;
  margin-right: 5px;
  background: #0D5EE0;
  -webkit-transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
}

.loading span:last-child {
  margin-right: 0;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

a {
  text-decoration: none;
}

.home-top-bgPic {
  position: relative;
  width: 100%;
  max-width: 1842px;
  margin: 0 auto;
}
.home-top-bgPic .device {
  max-width: 1842px;
  width: 100%;
  margin: 0 auto;
}
.home-top-bgPic .device .banner-bg a {
  display: block;
  overflow: hidden;
}
.home-top-bgPic .device .arrow-left {
  background: url(img/arrows.png) no-repeat left top;
  left: 119px;
}
.home-top-bgPic .device .arrow-right {
  background: url(img/arrows.png) no-repeat left bottom;
  right: 119px;
}
.home-top-bgPic .device .arrow-left, .home-top-bgPic .device .arrow-right {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -26px;
  width: 52px;
}
.home-top-bgPic .device .swiper-container {
  width: 100%;
  height: 100%;
}
.home-top-bgPic .device .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .new-state-nav, .nav-frame {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .home-top-bgPic .device .arrow-left, .home-top-bgPic .device .arrow-right {
    display: none;
  }
  .home-top-bgPic .device .swiper-container .banner-bg {
    min-height: 91px;
  }
}
.page-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-select .pagination > li > a > i {
  line-height: 19px;
}
.page-select .m-style {
  max-width: 454px;
  margin: 0 auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: 0;
}

.search-frame {
  background: white;
  display: block;
  float: left;
  line-height: 39px;
  height: 39px;
  cursor: pointer;
}
.search-frame .const {
  overflow: hidden;
  float: left;
  height: 100%;
  max-width: 0;
}
.search-frame .const-close {
  animation: close 0.2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes close {
  from {
    max-width: 1000px;
  }
  to {
    max-width: 0px;
  }
}
@-webkit-keyframes close /*Safari and Chrome*/ {
  from {
    max-width: 1000px;
  }
  to {
    max-width: 0px;
  }
}
.search-frame .const-open {
  animation: open 0.2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes open {
  from {
    max-width: 0;
  }
  to {
    max-width: 1000px;
  }
}
@-webkit-keyframes open /*Safari and Chrome*/ {
  from {
    max-width: 0;
  }
  to {
    max-width: 1000px;
  }
}
.search-frame .close-btn, .search-frame .frame, .search-frame .search-btn {
  float: left;
  height: 100%;
}
.search-frame .close-btn input, .search-frame .frame input, .search-frame .search-btn input {
  display: block;
  height: 100%;
}
.search-frame .close-btn img, .search-frame .frame img, .search-frame .search-btn img {
  height: 80%;
  margin-top: 5px;
}
.search-frame .close-btn {
  margin-right: 14px;
}
.search-frame .frame {
  margin-right: 14px;
  width: 705px;
}
.search-frame .frame input {
  width: 80%;
}

.footer {
  padding: 30px 0;
  background-color: #9A0101;
}
.footer .max-footer {
  display: block;
}
.footer .max-footer .contact-us {
  float: left;
  width: 30%;
}
.footer .max-footer .contact-us .logo img {
  display: block;
  width: 100%;
  height: 67px;
}
.footer .max-footer .contact-us .contact-information {
  margin-top: 35px;
}
.footer .max-footer .contact-us .contact-information ul li {
  background-size: 20px auto;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #AAAAAA;
  overflow: hidden;
}
.footer .max-footer .contact-us .contact-information ul li a {
  font-size: 14px;
  color: #DDE8F6;
}
.footer .max-footer .contact-us .contact-information ul li img {
  width: 20px;
  margin-right: 5px;
}
.footer .max-footer .contact-us .contact-information ul li span, .footer .max-footer .contact-us .contact-information ul li a, .footer .max-footer .contact-us .contact-information ul li img {
  display: block;
  float: left;
}
.footer .max-footer .contact-us .contact-information ul li:hover {
  transition: all .10s ease-out;
  -webkit-transition: all .10s ease-out;
}
.footer .max-footer .contact-us .contact-information ul li:hover a {
  color: #00AEFF;
  transition: all .10s ease-out;
  -webkit-transition: all .10s ease-out;
}
.footer .max-footer .copyright {
  float: left;
  width: 70%;
  margin-top: 47px;
}
.footer .max-footer .copyright .copyright-share {
  float: right;
}
.footer .max-footer .copyright .copyright-share p {
  color: #AAAAAA;
  font-size: 14px;
  line-height: 32px;
}
.footer .max-footer .copyright .copyright-share .share {
  margin-top: 5px;
}
.footer .max-footer .copyright .copyright-share .share .select-link {
  float: left;
  margin-right: 18px;
}
.footer .max-footer .copyright .copyright-share .share .select-link select {
  width: 138px;
  height: 26px;
  border: none;
}
.footer .max-footer .copyright .copyright-share .share .bdshare-button-style0-16 a, .footer .max-footer .copyright .copyright-share .share .bdshare-button-style0-16 .bds_more {
  background-image: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  height: auto;
}
.footer .max-footer .copyright .copyright-share .share .share-btn {
  float: left;
  border: 1px solid #00AEFF;
  line-height: 26px;
  color: #00AEFF;
  width: 83px;
  text-align: center;
  cursor: pointer;
}
.footer .max-footer .copyright .qrcode {
  display: block;
  float: right;
  margin-top: 21px;
  margin-left: 55px;
}
.footer .max-footer .copyright .qrcode img {
  display: block;
  width: 89px;
  height: 86px;
  margin: 0 auto;
}
.footer .max-footer .copyright .qrcode p {
  color: #FFFFFF;
  font-size: 14px;
}
@media (min-width: 601px) and (max-width: 1000px) {
  .footer .max-footer .copyright .qrcode {
    display: none;
  }
}
.footer .min-footer {
  display: none;
}
.footer .min-footer .contact-us .logo img {
  width: 70%;
  display: block;
  height: 33px;
}
.footer .min-footer .contact-us .contact-information {
  margin-top: 18px;
}
.footer .min-footer .contact-us .contact-information ul li {
  background: url(/gs/common/images/icon_footer_1.png) left center no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
  margin-bottom: 3px;
  line-height: 20px;
  font-size: 12px;
  color: #AAAAAA;
}
.footer .min-footer .contact-us .contact-information ul li a {
  font-size: 12px;
  color: #DDE8F6;
}
.footer .min-footer .contact-us .contact-information ul li:hover {
  transition: all .10s ease-out;
  -webkit-transition: all .10s ease-out;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(2) {
  background: url(/gs/common/images/icon_footer_2.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(2):hover {
  background: url(/gs/common/images/icon_footer_2_active.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(3) {
  background: url(/gs/common/images/icon_footer_4.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(3):hover {
  background: url(/gs/common/images/icon_footer_4.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(4) {
  background: url(/gs/common/images/icon_footer_5.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:nth-child(5) {
  background: url(/gs/common/images/icon_footer_5.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .min-footer .contact-us .contact-information ul li:hover a {
  color: #00AEFF;
  transition: all .10s ease-out;
  -webkit-transition: all .10s ease-out;
}
.footer .min-footer .copyright .copyright-share p {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 25px;
}
.footer .min-footer .copyright .copyright-share .share {
  margin-top: 5px;
}
.footer .min-footer .copyright .copyright-share .share .select-link select {
  float: left;
  width: 100%;
  height: 26px;
  border: none;
  margin: 10px 0 0 0;
}
.footer .min-footer .copyright .copyright-share .share .bdshare-button-style0-16 a, .footer .min-footer .copyright .copyright-share .share .bdshare-button-style0-16 .bds_more {
  background-image: none;
  padding: 0;
  line-height: 26px;
  height: auto;
}
.footer .min-footer .copyright .copyright-share .share .share-btn {
  margin-top: 10px;
  line-height: 24px;
  float: left;
  border: 1px solid #00AEFF;
  color: #00AEFF;
  width: 99.5%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 600px) {
  .footer .min-footer {
    display: block;
  }
  .footer .max-footer {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .footer .min-footer {
    display: block;
  }
  .footer .max-footer {
    display: none;
  }
}
.max-header .top {
  height: 68px;
  box-sizing: border-box;
  overflow: hidden;
}
.max-header .top .logo {
  float: left;
  width: 204px;
  padding: 18px 0;
}
.max-header .top .logo img {
  display: block;
  width: 204px;
  height: auto;
}
.max-header .top .core-idea {
  float: left;
  width: 210px;
  padding: 23px 0;
  margin-left: 10px;
}
.max-header .top .core-idea img {
  display: block;
  width: 100%;
  height: auto;
}
.max-header .top .right {
  float: right;
}
.max-header .top .right .search {
  margin-top: 15px;
  float: left;
  border: 1px solid #CDD2D7;
}
.max-header .top .right .search input {
  width: 215px;
  padding-left: 10px;
  float: left;
  height: 33px;
  font-size: 14px;
}
.max-header .top .right .search .search-btn {
  float: left;
  height: 26px;
  width: 26px;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
}
.max-header .top .right .search .search-btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.max-header .top .right .login {
  margin-left: 60px;
  float: left;
  background-color: #D71B17;
  height: 100%;
  width: 140px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 68px;
}
.max-header .bottom {
  height: 54px;
  width: 100%;
}
.max-header .bottom .nav {
  position: relative;
}
.max-header .bottom .nav .pop-layer,.max-header .bottom .nav .pop-layer2 {
  z-index: 2000;
  position: absolute;
  top: 54px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  background-color: rgba(247, 248, 250, 0.95);
  padding: 40px 50px 10px 50px;
}
.max-header .bottom .nav .pop-layer .menu {
  overflow: hidden;
}
.max-header .bottom .nav .pop-layer .menu .left {
  width: 50%;
  float: left;
}
.max-header .bottom .nav .pop-layer .menu .left li {
  margin-bottom: 25px;
}
.max-header .bottom .nav .pop-layer .menu .left li .sub-menu li {
  margin-bottom: 0px;
  margin-top: 15px;
}
.max-header .bottom .nav .pop-layer .menu .right {
  width: 50%;
  float: left;
}
.max-header .bottom .nav .pop-layer .menu .right li {
  margin-bottom: 24px;
}
.max-header .bottom .nav .pop-layer .menu .right li .sub-menu li {
  margin-bottom: 0;
  margin-top: 18px;
}
.max-header .bottom .nav .pop-layer .menu .right .before {
  float: left;
  width: 50%;
}
.max-header .bottom .nav .pop-layer .menu .right .after {
  float: left;
  width: 50%;
}
.max-header .bottom .nav .pop-layer .menu li {
  overflow: hidden;
}
.max-header .bottom .nav .pop-layer .menu .title {
  border-left: 3px solid #FF9000;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
}
.max-header .bottom .nav .pop-layer .sub-menu li {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.max-header .bottom .nav .pop-layer .sub-menu li a {
  font-size: 14px;
  color: #777777;
}
.max-header .bottom .nav > ul > li {
  width: 14%;
  float: left;
  line-height: 54px;
}
.max-header .bottom .nav > ul > li a {
  display: block;
  position: relative;
  color: #333333;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.max-header .bottom .nav > ul > li a .arrow-down,.max-header .bottom .nav > ul > li a .arrow-down2 {
  top: 21px;
  left: 77%;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(/gs/common/images/arrow_up.png) center center no-repeat;
}
.max-header .bottom .nav > ul > li a:hover {
  color: #E12521;
}
.max-header .bottom .nav > ul > li:nth-child(2) a .arrow-down {
  left: 82%;
}
.max-header .bottom .nav > ul > li.active a {
  color: #E12521;
}

.pad-part {
  display: none;
}
.pad-part .min-header {
  height: 60px;
}
.pad-part .min-header .nav {
  position: relative;
  float: left;
}
.pad-part .min-header .nav i {
  float: left;
  width: 60px;
  height: 60px;
}
.pad-part .min-header .nav .nav-btn {
  background: url(nav_btn.png) center center no-repeat;
  background-size: auto 25px;
}
.pad-part .min-header .nav .nav-btn-close {
  background: url(close_pad.png) center center no-repeat;
  background-size: auto 25px;
}
.pad-part .min-header .nav .menu {
  border: 1px solid #DDE8F6;
  position: absolute;
  top: 60px;
  width: 141px;
  z-index: 100;
  background-color: #F7F8FA;
}
.pad-part .min-header .nav .menu .sub-menu {
  display: none;
  position: absolute;
  top: -1px;
  width: 140px;
  left: 140px;
  background-color: #DDE8F6;
  border: 1px solid #DDE8F6;
}
.pad-part .min-header .nav .menu .sub-menu li {
  height: 45px;
  line-height: 45px;
}
.pad-part .min-header .nav .menu .sub-menu li a {
  font-size: 14px;
  color: #333;
}
.pad-part .min-header .nav .menu .sub-menu li a:hover {
  color: #0D5EE0;
}
.pad-part .min-header .nav .menu > ul > li {
  height: 45px;
  line-height: 45px;
}
.pad-part .min-header .nav .menu > ul > li a {
  color: #333;
  display: block;
  padding-left: 15px;
  font-size: 14px;
}
.pad-part .min-header .nav .menu > ul > li.current {
  background: #EFEFEF;
}
.pad-part .min-header .nav .menu > ul > li.current > a {
  color: #0D5EE0;
}
.pad-part .min-header .nav .menu > ul > li.arrow-right > a {
  background: url(/gs/common/images/arrow_right.png) right 10px center no-repeat;
  background-size: 16px auto;
  font-size: 14px;
}
.pad-part .min-header .logo {
  display: block;
  float: none;
  width: 110px;
  height: 60px;
  background: url(/gs/common/images/logo_min.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}
.pad-part .min-header .login {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  margin: 13px 15px 0 0;
  float: right;
  color: #FFFFFF;
  background-color: #0D5EE0;
  font-size: 12px;
}
@media (min-width: 320px) and (max-width: 600px) {
  .pad-part .min-header .login {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .pad-part .min-header .login {
    display: none;
  }
}

.max-header {
  display: block;
}

.pad-part {
  display: none;
}

.phone-part {
  display: none;
}

@media (min-width: 601px) and (max-width: 1000px) {
  .max-header {
    display: none;
  }

  .pad-part {
    display: block;
  }

  .phone-part {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .max-header {
    display: none;
  }

  .pad-part {
    display: none;
  }

  .phone-part {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .max-header {
    display: none;
  }

  .pad-part {
    display: none;
  }

  .phone-part {
    display: block;
  }
}
.location {
  display: none;
}

@media (min-width: 1201px) {
  .location {
    display: block;
    height: 60px;
    line-height: 60px;
  }
  .location a {
    color: #666666;
    font-size: 14px;
  }
  .location a.current {
    color: #0D5EE0;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .location {
    display: block;
    height: 60px;
    line-height: 60px;
  }
  .location a {
    color: #666666;
    font-size: 14px;
  }
  .location a.current {
    color: #0D5EE0;
  }
}
.top-blame {
	position: absolute;
	border: 1px solid #DDE8F6;
	top: 0;
	left: 0;
	background: white;
	width: 140px;
	z-index: 2000;
}

.top-blame .move-nav {
	width: 100%;
}

.top-blame .move-nav li {
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	position: relative;
}

.top-blame .move-nav li a {
	text-decoration: none;
}

.top-blame .move-nav li .first-menu {
	width: 100%;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.top-blame .move-nav li .first-menu span, .top-blame .move-nav li .first-menu p {
	display: block;
	float: left;
	color: #000;
}

.top-blame .move-nav li .first-menu p {
	position: absolute;
	right: 7px;
	top: 9px;
	height: 19px;
	width: 20px;
	background: url(/gs/common/images/arrow_right.png) center center no-repeat;
	background-size: 100% 100%;
}

.top-blame .move-nav li .second-menu {
	position: absolute;
	top: 0;
	/* right: -102px; */
	right: -192px;
	    width: 190px;
	display: none;
	background: #fff;
	border: 1px solid #DDE8F6;
}
.top-blame .move-nav li .third-menu{
	position: absolute;
	top: 0;
	right: -202px;
	display: none;
	background: #fff;
	border: 1px solid #DDE8F6;
}

.top-blame .move-nav li .second-menu div {
	padding: 0 10px;
}

.top-blame .move-nav li .second-menu div a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #000;
}

.top-blame .move-nav .last-register {
	height: 50px;
	padding-top: 5px;
}

.top-blame .move-nav .last-register p {
	height: 31px;
	line-height: 37px;
	text-align: center;
	width: 100px;
	line-height: 30px;
	border: 1px solid #0D5FE0;
	color: #0D5FE0;
}

.acount_top {
	width: 100%;
	height: 35px;
	background: #D71B17;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.acount_top span {
	font-size: 15px;
	color: #FFFFFF;
}

.acount_top img {
	height: 15px;
	display: block;
	margin-left: 5px;
}

.nav-blame {
	height: 39px;
	border-bottom: 1px solid #DDE8F6;
	margin: 21px auto 0;
	font-size: 14px;
	line-height: 17px;
	width: 1200px;
}

.nav-blame .nav-blame-span1 {
	color: #666666;
	text-decoration: none;
}

.nav-blame i {
	font-size: 13px;
}

.nav-blame .nav-blame-span2 {
	color: #E12521;
	font-weight: 600;
}

@media (min-width: 320px) and (max-width: 600px) {
	.phone-part .phone-header {
		display: block;
		background: #fff;
		height: 60px;
		position: relative;
	}

	.phone-part .phone-header p, .phone-part .phone-header a {
		position: absolute;
		top: 0;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.phone-part .phone-header p img, .phone-part .phone-header a img {
		display: block;
	}

	.phone-part .phone-header .phone-header-p1 {
		right: 30px;
	}

	.phone-part .phone-header .phone-header-p1 span {
		height: 43px;
		width: 43px;
		display: block;
		background: url(Group_business_6.png) center center no-repeat;
		background-size: auto 43px;
	}

	.phone-part .phone-header .phone-header-p1 .openMove {
		background: url(Group_business_6.png) center center no-repeat;
		background-size: auto 43px;
	}

	.phone-part .phone-header .phone-header-p1 .closeMove {
		background: url(menu_close.png) center center no-repeat;
		background-size: auto 43px;
	}

	.phone-part .phone-header .phone-header-p2 {
		left: 20px;
	}

	.phone-part .phone-header .phone-header-p2 span {
		height: 80px;
		width: 250px;
		display: block;
		background: url(logo1.png) center center no-repeat;
		background-size: auto 100%;
	}
}
.introduce-head .backHome {
	height: 40px;
	background: #F7F8FA;
	border: 1px solid #DDE8F6;
}

.introduce-head .backHome .backHome-center {
	position: relative;
	height: 100%;
}

.introduce-head .backHome .backHome-center p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 26px;
}

.introduce-head .backHome .backHome-center p a, .introduce-head .backHome .backHome-center p img {
	display: block;
	float: left;
}

.introduce-head .backHome .backHome-center p img {
	height: 100%;
}

.introduce-head .backHome .backHome-center p a {
	line-height: 26px;
	font-size: 18px;
	color: #777777;
	margin-left: 10px;
}

.introduce-head .introduce-head-nav {
	height: 90px;
	background: white;
	border-bottom: 1px solid #DDE8F6;
}

.introduce-head .introduce-head-nav .introduce-head-center {
	position: relative;
	height: 100%;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 39px;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce, .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose, .introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register {
	display: block;
	float: left;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce {
	height: 35px;
	margin-right: 46px;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li {
	float: left;
	line-height: 39px;
	font-size: 16px;
	margin: 0 15px;
	cursor: pointer;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li a {
	color: #000;
	text-decoration: none;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose .current a {
	color: #0D5FE0;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register {
	font-size: 18px;
	color: #0D5FE0;
	position: absolute;
	top: 0;
	right: 29px;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .logon {
	display: block;
	float: left;
	line-height: 39px;
	height: 39px;
	cursor: pointer;
	margin: 0 14.1px 0 38px;
	text-decoration: none;
}

.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .register {
	margin-left: 14.1px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.introduce-head .container {
		max-width: 1100px;
	}

	.introduce-head .container .head-nav-chose, .introduce-head .container p {
		width: 96%;
	}

	.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .logo-introduce {
		margin-right: 10px;
	}

	.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-chose li {
		margin: 0 8px;
	}

	.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register .logon {
		margin: 0 14.1px 0 19px;
	}

	.introduce-head .introduce-head-nav .introduce-head-center .head-nav-chose .nav-register img {
		margin: 5px 0 0 14px;
	}
}

@media (min-width: 601px) and (max-width: 1000px) {
	.introduce-head {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.introduce-head {
		display: none;
	}
}
