/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-family: 'Microsoft YaHei', '微软雅黑';
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* custom */

a {
  color: #333;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.625rem;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.375rem;
}

::-webkit-scrollbar-thumb:vertical {
  height: 0.3125rem;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 0.375rem;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 0.3125rem;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 0.375rem;
}

html,
body {
  color: #333;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*显示省略号*/

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*bootstrap样式*/


/*去除bootstrap样式*/

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin: 0;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

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

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


/*头部导航样式*/

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  /*padding: 1.25rem 0;*/
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(7, 1, 2, 0.16);
}

.mask {
  display: none;
}

#header .logo {
  padding: 1.25rem 0;
}

#header .logo>a>img {
  margin-left: .9375rem;
}

#header .guide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
}

#header .guide>a:hover:after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: -1.25rem;
  width: 50%;
  height: 2px;
  background-color: #E83820;
}

#header .jump_page {
  position: relative;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #595959;
  flex: 1;
  height: 50px;
  line-height: 50px;
}

#header .active {
  color: #262626;
  font-weight: 700;
}

#header .guide .active:after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: -1.25rem;
  width: 50%;
  height: 2px;
  background-color: #E83820;
}

#header .language_wrapper {
  position: relative;
  margin-right: 8.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#header .language_wrapper .chinese_english {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: .875rem;
  padding: 0 3.125rem;
  background-color: #fff;
}

#header .language_wrapper .chinese_english p:hover {
  color: #E83820;
}

#header .language_wrapper .chinese_english p:first-child {
  padding-top: 2.8125rem;
}

#header .language_wrapper .chinese_english p:last-child {
  padding: 0 0 2.0rem 0;
}

#header .language_wrapper .choose_language {
  display: flex;
  align-items: center;
}

#header .language_wrapper:hover .choose_language i {
  color: #E83820;
}

#header .language_wrapper:hover .choose_language span {
  color: #E83820;
}

#header .language_wrapper .iconfont {
  font-size: 1rem;
  color: #333;
}

#header .language_wrapper .tint {
  font-size: .875rem;
  color: #BFBFBF;
  white-space: nowrap;
}

#header .language_wrapper .choose_language>span {
  display: inline-block;
  margin: 0 .375rem;
}

#header .seachBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  font-size: 2.0625rem;
  color: #fff;
  text-align: center;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .seachBtn .icon-iconfontzhizuobiaozhun22 {
  font-size: 2.0625rem;
  color: #fff;
}

#header .seachBtn input {
  font-size: 1rem !important;
  position: absolute;
  width: 0;
  height: 100%;
  color: #fff;
  background-color: #2b2b2b;
  right: 100%;
  outline: none;
  z-index: 99999;
}

#header .seachBtn input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#header .seachBtn input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#header .seachBtn input:-ms-input-placeholder {
  color: #fff;
}

#header .seachBtn input::-webkit-input-placeholder {
  color: #fff;
}


/*
投资案例轮播PC端
*/

@media(min-width: 62rem) {
  #header .col-md-0 {
    display: none;
  }
  #header .menu {
    display: none;
  }
  #header .search_box {
    display: none;
  }
}


/*
投资案例轮播移动端
*/

@media(max-width: 62rem) {
  #header .seachBtn {
    display: none;
  }
  #header .col-md-8 {
    display: none;
  }
  #header .logo {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .logo>a>img {
    width: 11.875rem;
  }
  #header .menu {
    width: 1.875rem;
    margin-right: .9375rem;
  }
  #header .search_box {
    position: absolute;
    right: 5.0125rem;
    height: 72px;
    width: 72px;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #333;
  }
  #header .search_box .icon-iconfontzhizuobiaozhun22 {
    font-size: 24px;
  }
  #header .search_box input {
    position: absolute;
    right: 100%;
    width: 0;
    font-size: 14px;
    outline: none;
    color: #fff !important;
    background-color: #333;
  }
  #header .search_box .close_search {
    position: absolute;
    right: 100%;
    display: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #333;
    background-color: transparent;
  }
  .mask {
    z-index: 998;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    display: none;
  }
  .mask .mobile_guide {
    z-index: 9;
    position: absolute;
    top: 5.625rem;
    right: 0;
    width: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mask .mobile_guide>a {
    width: 100%;
    padding: 0.625rem 0;
    font-size: 1.16rem;
    text-align: center;
    color: #333;
    line-height: 2;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mask .mobile_guide>a:first-child {
    margin-top: 1rem;
  }
  .mask .mobile_guide>a:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 1.3125rem;
  }
  .mask .mobile_guide>a>i {
    margin-left: .83rem;
    font-size: 0.75rem;
    color: #000;
  }
  .mask .mobile_guide>a:first-child i {
    margin-left: 3rem;
  }
}


/*底部*/

@media screen and (max-width: 62rem) {
  .mobile_p {
    display: block;
  }
  .pc_p {
    display: none;
  }
}

@media screen and (min-width: 62rem) {
  .mobile_p {
    display: none;
  }
  .pc_p {
    display: block;
  }
}

.footer {
  background-image: url("../images/footer.png");
}

.footer .about {
  margin-top: 1.9375rem;
  margin-bottom: 1.625rem;
}

.footer .about a {
  position: relative;
  margin-right: 2.75rem;
  font-size: .875rem;
  color: #fff;
}

.footer .about a:last-child {
  margin-right: 0;
}

.footer .about>p>a:nth-child(-n+6):after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: -1.375rem;
  width: 1px;
  height: 50%;
  background-color: #7a7a7a;
}

.footer .about p>a:nth-last-child(1) {
  margin-right: 0;
}

.footer .about p:nth-last-child(1)>a:nth-last-child(1):after {
  display: none;
}

.footer .about>a:last-child::after,
.footer .about>a:first-child::after {
  display: none;
}

.footer .about>a:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: -1.375rem;
  width: 1px;
  height: 50%;
  background-color: #7a7a7a;
}

.footer .m_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.9375rem;
  margin-bottom: 1.625rem;
  font-size: 0.75rem;
}

.link ul>li:hover a {
  color: #E9412A;
}

.footer .m_link>div {
  position: relative;
  display: inline-block;
  margin-right: 2.75rem;
  color: rgba(255, 255, 255, .4);
  cursor: pointer;
}

.footer .m_link>div:first-child {
  overflow: hidden;
  font-size: 0.75rem;
}

.footer .f_link:hover {
  color: #E9412A;
}

.footer .m_link>div::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  right: -1.375rem;
  width: 1px;
  height: 50%;
  background-color: #7a7a7a;
}

.footer .m_link>div:first-child::after,
.footer .m_link>div:last-child::after {
  display: none;
}

.footer .m_link a {
  color: rgba(255, 255, 255, .4);
}

.footer .m_link img {
  position: absolute;
  right: 1.5rem;
  top: 1.1rem;
}

.footer .m_link .link {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 12.5rem;
  z-index: 0;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #222;
}

.footer .m_link .link li {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-top: 1px solid #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .m_link .link li:first-child {
  border-top: none;
}

.footer .m_link>div:last-child {
  margin-right: 0;
}

.footer .m_link>div:first-child>div:first-child {
  width: 10rem;
  height: 2.5rem;
  border: 1px solid #3c3c3c;
  border-radius: 1px;
  line-height: 2.5rem;
}

.footer .about>a {
  color: rgba(255, 255, 255, .4);
}

.footer .about>a:after {
  background-color: rgba(255, 255, 255, .4);
}

.footer .icon_pic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .icon_pic>a {
  margin-right: 1.3125rem;
  font-size: 1.625rem;
  color: #A7A7A7;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  margin: 0 1.3125rem 0 0 !important;
  padding: 0 !important;
  font-size: 1.625rem !important;
  color: #A7A7A7;
  background-image: none !important;
  cursor: pointer;
}

.bdshare-button-style0-16 a:hover {
  color: #A7A7A7!important;
  opacity: .8;
}

.footer .icon_pic>em {
  color: #A7A7A7;
  display: block;
  width: 4.6875rem;
  height: 1px;
  background-color: #393939;
}

.footer .icon_pic>em:first-child {
  margin-right: 1.875rem;
}

.footer .icon_pic>em:last-child {
  margin-left: 0.5625rem;
}

.footer .tips {
  padding-top: 1.25rem;
  margin: 0 auto 2.5rem;
  font-size: .5rem;
  color: rgba(255, 255, 255, .4);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

@media(min-width: 62rem) {
  .footer .about p:nth-child(1) {
    text-align: center;
    /*padding-right: 1.375rem;*/
  }
  .footer .about p:nth-child(2) {
    text-align: left;
    padding-left: 1.375rem;
  }
  .footer .icon_pic {
    margin-top: 2.5625rem;
  }
}

@media(max-width: 62rem) {
  .footer img {
    width: 13.4375rem;
  }
  .footer .about a {
    font-size: 1rem;
  }
  .footer .about>p.col-sm-12:nth-child(2) {
    margin-top: 2.083rem;
    margin-bottom: 2.083rem;
  }
  .footer .about>p>a:nth-child(4):after {
    display: none;
  }
  .footer .icon_pic>i {
    font-size: 2rem;
  }
  .footer .tips {
    font-size: .75rem;
  }
  .footer .m_link img {
    width: auto;
    height: auto;
    right: 0.5rem;
    top: 0.75rem;
  }
  .footer .m_link a {
    white-space: nowrap;
  }
  .footer .m_link>div {
    margin-right: 1rem;
  }
  .footer .m_link>div::after {
    right: -0.5rem;
  }
  .footer .m_link>div:first-child>div:first-child {
    width: 7rem;
    height: 2rem;
    line-height: 2rem;
  }
  .footer .m_link .link {
    height: 10rem;
  }
  .footer .m_link .link li {
    height: 2rem;
    line-height: 2rem;
  }
}


/*顶部图片中的标题*/

.company_title {
  position: absolute;
  top: 37%;
  left: 19%;
  color: #fff;
}

.company_title>h2 {
  font-size: 3.75rem;
  font-weight: bold;
}

.company_title p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

@media(max-width: 62rem) {
  .company_title {
    left: 9%;
  }
  .company_title>h2 {
    font-size: 1.5rem;
  }
  .company_title p {
    margin-top: 0.35rem;
    font-size: 12px;
  }
}
.qrcode_box{
  padding: 1rem;
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.close_img{
  position: absolute;
  top: -14px;
  right: -15px;
}
.qrcode_img:hover{
  cursor: pointer;
}
.bd_weixin_popup .bd_weixin_popup_main {
  padding: 9px 10px !important;
  min-height: 150px;
  _height: 150px;
}
.bd_weixin_popup .bd_weixin_popup_foot {
  font-size: 12px;
  line-height: 22px;
  color: #666;
  text-align: center !important;
}