body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
  margin: 0;
  padding: 0;
}

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

input, img, fieldset {
  border: none;
}

input, select, fieldset {
  vertical-align: middle;
}

body, button, input, select, textarea {
  outline: none;
}

ul, ol, nav li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.zoom {
  zoom: 1;
}

.none {
  display: none;
}

.block {
  display: block;
}

.yahei {
  font-family: "Microsoft YaHei";
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/*inline-block*/
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ellipsis */
.elli, .dialogVideoBox .audiotitle {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

iframe {
  display: block;
  width: 95% !important;
  margin: 0 auto;
}

html, body {
  width: 100%;
}

.wapFooter {
  background: #000;
  font-family: 'Arial';
  width: 100%;
  padding: 0.42667rem 0 0.42667rem 0;
  text-align: center;
  line-height: 0.68267rem;
}

.wapFooter .cmge_logo {
  display: block;
  width: 6.82667rem;
  margin: 0 auto;
}

.wapFooter .cmge_logo img {
  width: 100%;
}

.wapFooter .copyRight {
  color: #666666;
  font-size: 0.46933rem;
  margin: 0.42667rem auto 0;
}

.wapFooter .copyRight .dz {
  display: inline-block;
  width: 0.59733rem;
  vertical-align: middle;
}

.wapFooter .copyRight .dz img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  html, body {
    background: #FFF;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .header {
    background: #ec693b;
    width: 100%;
    position: relative;
  }
  .header .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .header .inner .logo {
    display: block;
    float: left;
    width: 6.144rem;
    height: 1.472rem;
    overflow: hidden;
    margin: 0.72533rem 0 0.72533rem 0.64rem;
    background: url(https://download.shengli.com/web/cmge-logo-288-69.png) center top no-repeat;
    background-size: 100% 100%;
  }
  .header .inner .logo img {
    width: 100%;
  }
  .header .inner .nav {
    display: none;
  }
  .header .inner .share-box {
    display: none;
  }
  .header .phone-nav {
    display: block;
  }
  .header .phone-nav .nav-toggle {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 0.72533rem;
    top: 0.72533rem;
    width: 1.23733rem;
    height: 0.768rem;
  }
  .header .phone-nav .nav-toggle .toggle1,
  .header .phone-nav .nav-toggle .toggle2,
  .header .phone-nav .nav-toggle .toggle3 {
    transition: all linear 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.10933rem;
    height: 0.08533rem;
    background: white;
  }
  .header .phone-nav .nav-toggle .toggle1 {
    top: 0;
  }
  .header .phone-nav .nav-toggle .toggle2 {
    top: 0.256rem;
  }
  .header .phone-nav .nav-toggle .toggle3 {
    top: 0.55467rem;
  }
  .header .phone-nav .nav-open .toggle1 {
    transition: all linear 0.3s;
    top: 0.42667rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .phone-nav .nav-open .toggle3 {
    transition: all linear 0.3s;
    top: 0.42667rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .header .phone-nav .nav-open .toggle2 {
    transition: all linear 0.5s;
    opacity: 0.0;
  }
  .header .phone-nav .nav-menu {
    z-index: 1;
    border: 2px solid #FFF;
    background: black;
    position: absolute;
    top: 2.26133rem;
    right: -32%;
    width: 4.26667rem;
    overflow: hidden;
    z-index: 4;
  }
  .header .phone-nav .nav-menu ul {
    width: 100%;
    overflow: hidden;
  }
  .header .phone-nav .nav-menu ul li {
    width: 100%;
    background: #ec693b;
    text-align: center;
    font-size: 0.55467rem;
    font-family: 'Microsoft YaHei';
    border-bottom: 0.04267rem solid #ca5a32;
  }
  .header .phone-nav .nav-menu ul li:last-child {
    border-bottom: none;
  }
  .header .phone-nav .nav-menu ul li a {
    padding: 0.21333rem 0 0.08533rem;
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.64rem;
  }
  .header .phone-nav .nav-menu ul li.active {
    background: #FFF;
    border-bottom: none;
  }
  .header .phone-nav .nav-menu ul li.active a, .header .phone-nav .nav-menu ul li.active span {
    color: #ec693b;
  }
  .header .phone-nav .nav-menu ul li span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.34133rem;
  }
  .slideBox .prev, .slideBox .next {
    display: none !important;
  }
  .slideBox .hd {
    height: 0.512rem !important;
    text-align: right !important;
    width: 100% !important;
    padding-left: 0 !important;
    bottom: 0.576rem !important;
    right: 0.64rem !important;
  }
  .slideBox .hd ul {
    width: 100% !important;
  }
  .slideBox .hd ul li {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 0.512rem !important;
    height: 0.512rem !important;
    line-height: 0.512rem !important;
    border-radius: 0.512rem !important;
    -webkit-border-radius: 0.512rem !important;
  }
  .slideBox .hd ul li.on {
    background: #e96a28 !important;
  }
  .footer {
    background: #272a2c;
    width: 100%;
    padding: 0.96rem 0;
  }
  .footer .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer .inner .cmge_logo {
    display: block;
    width: 2.496rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer .inner .cmge_logo img {
    width: 100%;
  }
  .footer .inner .content {
    color: #888888;
    font-size: 0.384rem;
    line-height: 0.68267rem;
    font-family: 'Microsoft YaHei';
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .footer .inner .content .icon {
    margin-top: 4px;
  }
  .footer .inner .content .icon img {
    vertical-align: middle;
    margin-right: 8px;
  }
  .returnTop {
    cursor: pointer;
    display: none;
    width: 1.28rem;
    height: 1.28rem;
    background: url(../images/returnTop.png) center top no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    margin-left: 6.61333rem;
    bottom: 2.13333rem;
  }
  /*weixin*/
  .weixin-box {
    display: none;
  }
  .weixin-box .weixin {
    width: 8.53333rem !important;
    height: 8.53333rem !important;
    margin: -4.26667rem 0 0 -4.26667rem !important;
    font-size: 0.512rem !important;
  }
  .weixin-box .weixin img {
    margin: 1.024rem auto 0 !important;
    width: 5.504rem !important;
    height: 5.504rem !important;
  }
  .weixin-box .weixin .dsc {
    margin: 0.21333rem !important auto 0;
    line-height: 0.68267rem;
  }
  .footer {
    display: none;
  }
  .wapFooter {
    display: block;
  }
  div.dialogVideoBox {
    width: 80%;
  }
  div.notice-flx div.view-box .list-box .list {
    width: 40%;
    margin: 0 5% !important;
  }
  div.notice-flx div.view-box .list-box .list:nth-child(n+3) {
    display: none;
  }
  div.notice-flx div.view-box .list-box .list .viewimg {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .wapFooter {
    display: none;
  }
  html, body {
    width: 100%;
    min-width: 960px;
  }
  .header {
    background: #F6F6F6;
    width: 100%;
  }
  .header .inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .header .inner .logo {
    background: url(https://download.shengli.com/web/cmge-logo-258-62.png) center top no-repeat;
    display: block;
    float: left;
    width: 258px;
    height: 62px;
    overflow: hidden;
    margin: 20px 0 24px 0;
  }
  .header .inner .nav {
    height: 106px;
    overflow: hidden;
  }
  .header .inner .nav .nav-list {
    height: 100%;
    overflow: hidden;
    margin-left: 64px;
  }
  .header .inner .nav .nav-list li {
    float: left;
    width: 85px;
    height: 100%;
    margin-right: 8px;
  }
  .header .inner .nav .nav-list li a {
    background: #F6F6F6;
    color: #333333;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 72px;
    text-align: center;
    padding-top: 34px;
  }
  .header .inner .nav .nav-list li a span {
    font-size: 12px;
    color: #a7a7a7;
    display: block;
    line-height: 36px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .header .inner .nav .nav-list li.active a, .header .inner .nav .nav-list li:hover a {
    background: url(../images/nav-on.jpg) center top no-repeat;
    color: #FFF;
  }
  .header .inner .nav .nav-list li.active a span, .header .inner .nav .nav-list li:hover a span {
    color: #f4beab;
  }
  .header .inner .share-box {
    position: absolute;
    right: 0;
    top: 26px;
  }
  .header .inner .share-box a {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 34px;
    height: 35px;
  }
  .header .inner .share-box a.weixin {
    background: url(../images/weixin.png) center top no-repeat;
    margin-right: 6px;
  }
  .header .inner .share-box a.sina {
    background: url(../images/sina.png) center top no-repeat;
  }
  .header .phone-nav {
    display: none;
  }
  .footer {
    background: #272a2c;
    width: 100%;
    padding: 40px 0;
  }
  .footer .inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer .inner .cmge_logo {
    display: block;
    float: left;
    width: 117px;
    margin: 40px 0 0 0;
    overflow: hidden;
  }
  .footer .inner .cmge_logo img {
    width: 100%;
  }
  .footer .inner .content {
    color: #888888;
    font: 12px/20px 'Microsoft YaHei';
    float: left;
    width: 654px;
    margin-left: 36px;
  }
  .footer .inner .content .icon {
    margin-top: 4px;
  }
  .footer .inner .content .icon img {
    vertical-align: middle;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .wapFooter {
    display: none;
  }
  html, body {
    width: 100%;
    min-width: 1200px;
  }
  .header {
    background: #F6F6F6;
    width: 100%;
  }
  .header .inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .header .inner .logo {
    background: url(https://download.shengli.com/web/cmge-logo-258-62.png) center top no-repeat;
    display: block;
    float: left;
    width: 258px;
    height: 62px;
    overflow: hidden;
    margin: 20px 0 24px 0;
  }
  .header .inner .nav {
    height: 106px;
    overflow: hidden;
  }
  .header .inner .nav .nav-list {
    height: 100%;
    overflow: hidden;
    margin-left: 165px;
  }
  .header .inner .nav .nav-list li {
    float: left;
    width: 85px;
    height: 100%;
    margin-right: 24px;
  }
  .header .inner .nav .nav-list li a {
    background: #F6F6F6;
    color: #333333;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 72px;
    text-align: center;
    padding-top: 34px;
  }
  .header .inner .nav .nav-list li a span {
    padding-top: 6px;
    font-size: 12px;
    color: #a7a7a7;
    display: block;
    line-height: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .header .inner .nav .nav-list li.active a, .header .inner .nav .nav-list li:hover a {
    background: url(../images/nav-on.jpg) center top no-repeat;
    color: #FFF;
  }
  .header .inner .nav .nav-list li.active a span, .header .inner .nav .nav-list li:hover a span {
    color: #f4beab;
  }
  .header .inner .share-box {
    position: absolute;
    right: 0;
    top: 26px;
  }
  .header .inner .share-box a {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 34px;
    height: 35px;
  }
  .header .inner .share-box a.weixin {
    background: url(../images/weixin.png) center top no-repeat;
    margin-right: 6px;
  }
  .header .inner .share-box a.sina {
    background: url(../images/sina.png) center top no-repeat;
  }
  .header .phone-nav {
    display: none;
  }
  .footer {
    background: #272a2c;
    width: 100%;
    padding: 40px 0;
  }
  .footer .inner {
    width: 1095px;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer .inner .cmge_logo {
    display: block;
    float: left;
    width: 117px;
    margin: 40px 0 0 0;
    overflow: hidden;
  }
  .footer .inner .cmge_logo img {
    width: 100%;
  }
  .footer .inner .content {
    color: #888888;
    font: 12px/20px 'Microsoft YaHei';
    float: left;
    width: 760px;
    margin-left: 108px;
  }
  .footer .inner .content .icon {
    margin-top: 4px;
  }
  .footer .inner .content .icon img {
    vertical-align: middle;
    margin-right: 8px;
  }
}

/*weixin*/
.weixin-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.weixin-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.weixin-box .weixin {
  width: 400px;
  height: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -200px;
  border: 1px solid #ccc;
  background: #FFF;
  color: #000;
  font: 14px/24px 'Microsoft YaHei';
  text-align: center;
}

.weixin-box .weixin img {
  display: block;
  margin: 48px auto 0;
  width: 258px;
  height: 258px;
}

.weixin-box .weixin .dsc {
  width: 80%;
  margin: 10px auto 0;
}

.index-content {
  width: 100%;
}

.index-content .slide-box {
  width: 100%;
}

.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  transition: opacity .5s;
  -webkit-transiton: opacity .5s;
}

.op1 {
  visibility: visible;
}

.slideBox .hd {
  height: 18px;
  position: absolute;
  padding-left: 24%;
  text-align: center;
  bottom: 10%;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}

.slideBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: url(../images/circle.png) -24px 0 no-repeat;
  cursor: pointer;
  margin-right: 8px;
  text-indent: -9999px;
}

.slideBox .hd ul li.on {
  background: url(../images/circle.png) 0 0 no-repeat;
}

.slideBox .bd {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
  height: auto;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 78px;
  height: 78px;
  background: url(../images/goBtn.png) 3px 0 no-repeat;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: -74px 0;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.loading-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loading-box .bg {
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loading-box .loading {
  width: 200px;
  height: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  text-align: center;
}

.loading-box .loading img {
  width: 32px;
  height: 32px;
}

.loading-box .loading .dsc {
  color: #000;
  font: 16px/16px 'Microsoft YaHei';
  margin: 10px auto 0;
}

.contact-us {
  width: auto;
  position: fixed;
  right: 10px;
  top: 50%;
}

.contact-us .title-box {
  background: #e96a28;
  color: #FFF;
  font: 16px/40px 'Microsoft YaHei';
  width: 100%;
  height: 40px;
}

.contact-us .title-box .tag {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../images/contact-tag.png) center top no-repeat;
  margin-left: 12px;
}

.contact-us .join {
  width: 180px;
  height: auto;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 8px 0;
}

.contact-us .join .tag {
  background: url(../images/join-tag.png) center top no-repeat;
}

.contact-us .join .text {
  width: 132px;
  margin-left: 10px;
}

.contact-us .join .text a {
  color: #ffffff;
}

.contact-us .contact {
  float: right;
  width: 120px;
}

.contact-us .contact .text {
  float: right;
  margin-right: 12px;
}

.contact-us .content {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 6px 6px 6px 0;
  display: none;
  height: 160px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 106px;
}

.contact-us .content .title {
  color: #e96a28;
}

.contact-us .content a {
  color: #383838;
}

.contact-us .content p {
  padding: 3px 0 0 12px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.investorFiexd {
  position: fixed;
  top: 346px;
  right: 0;
  width: 260px;
  height: 80px;
  background-color: #ea6a29;
}

.investorFiexd a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 20px 0;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.detail-content .detail-main .inner div.c-c a {
  word-wrap: break-word;
  word-break: break-all;
}

.detail-content .detail-main .inner div.c-c img {
  width: auto;
  height: auto;
}

.dialogVideoBox {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 1000px;
  height: 80px;
  z-index: 2;
  display: none;
  background-color: #f1f3f4;
  overflow: hidden;
}

.dialogVideoBox .audiotitle {
  padding: 10px 20px 0;
  line-height: 20px;
  font-size: 14px;
}

.dialogVideoBox audio {
  width: 100%;
}

.dialogVideoBox .door {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  display: none;
}

.dialog .closed, .dialog .close {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -20px;
  background: url(../images/close.png) center center no-repeat;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e9933f;
}

.dialog .dialogMain {
  width: 800px;
  min-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -400px;
  background-color: #fff;
}

.dialog .dialogMain video {
  width: 100%;
}
