@charset "UTF-8";
a {
  display: block;
  text-decoration: none; }

img {
  vertical-align: bottom;
  border: none; }

p {
  margin: 0; }

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none; }

ul li {
  float: left; }

i {
  font-style: normal; }

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative; }

.container:after, .clear:after, ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

body {
  margin: 0;
  background-color: #fff;
  min-width: 1024px; }

#cover {
  font: 18px 'Microsoft YaHei',Tahoma, simsun, SimHei,Arial, Helvetica, STXihei, "华文细黑", sans-serif;
  background-image: url("/imgs/common/bg_top.png?v=1");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }

#header {
  background: #1c2124;
  background: rgba(23, 33, 57, 0.8);
  border-bottom: 1px #0a081e solid; }
  #header ul a {
    width: 250px;
    height: 66px;
    text-align: center;
    color: #808ba4;
    padding-top: 36px; }
    #header ul a.active, #header ul a:hover {
      color: #8484ff;
      background-image: url("/imgs/nav_back.png");
      /* background-size: 572px 415px;
      background-position: -129px -291px;  */
    }
      #header ul a.active p, #header ul a:hover p {
        color: #5082dc; }
  #header ul p {
    margin-top: 13px;
    font-size: 14px;
    font-family: SimHei,Arial, Helvetica, STXihei, "华文细黑", 'Microsoft YaHei', sans-serif; }
  #header .logo {
    width: 219px;
    height: 100px;
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: 0px -186px;
    margin-right: 23px; }
    #header .logo img {
      width: 100%;
      height: 100%; }

.qrcode {
  padding: 9px;
  background: url("/imgs/common/code_bg.png?v=1") 0 0/cover no-repeat; }

.article_content img {
  max-width: 100%; }

#downBox {
  width: 479px;
  height: 155px;
  background-image: url("/imgs/common.png");
  background-size: 572px 415px;
  background-position: 0px 0px;
  margin-top: 324px;
  margin-left: 65px;
  padding-top: 26px;
  position: relative; }
  #downBox .qrcode, #downBox .phone_box, #downBox .down_pc {
    float: left;
    margin: 12px 5px; }
  #downBox .qrcode {
    margin-left: 0; }
  #downBox .down_pc {
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: 0px -291px;
    width: 124px;
    height: 124px; }
  #downBox .phone_box {
    width: 184px;
    height: 120px;
    margin: 12px 0 12px 14px; }
  #downBox .down_android {
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: -224px -186px;
    width: 184px;
    height: 60px;
    margin-bottom: 4px; }
  #downBox .down_ios {
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: -263px -291px;
    width: 184px;
    height: 60px; }

#codeBox {
  width: 124px;
  position: absolute;
  left: -140px;
  top: 0; }
  #codeBox div {
    display: none; }
  #codeBox #codeIos {
    margin-top: 100px; }

#footer {
  height: 228px;
  color: #c8cbf0;
  background-color: #242e5a;
  background-color: rgba(36, 46, 90, 0.8);
  font: 14px "AdobeHeitiStd-Regular",SimHei,Arial, Helvetica, STXihei, "华文细黑", "Microsoft Yahei", "微软雅黑", sans-serif; }
  #footer .container {
    width: 980px;
    padding: 36px 0;
    margin: 0 auto; }
  #footer .left {
    border-right: 1px solid #68739f; }
  #footer .right a {
    color: #c8cbf0;
    display: inline; }
  #footer .right p {
    margin: 7px 0; }
  #footer .right .www {
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: -484px -93px;
    display: inline-block;
    width: 15px;
    height: 15px; }
  #footer .icon {
    background-image: url("/imgs/common.png");
    background-size: 572px 415px;
    background-position: -484px 0px;
    width: 88px;
    height: 88px;
    margin: 4px 14px 0 18px; }
  #footer .qrcode {
    width: 76px;
    height: 76px; }
    #footer .qrcode img {
      width: 100%;
      height: 100%; }

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

.time {
  float: right;
  color: #8f8f8f; }

.tel_phone {
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #6374a8;
  padding: 30px 0 8px; }

#bgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
