@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer; }

html, body {
  width: 100%;
  font-family: "微软雅黑";
  min-width: 1240px;
  text-align: center;
  background: #fff; }

.clear:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  *zoom: 1; }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.right0 {
  margin-right: 0 !important; }

.left0 {
  margin-left: 0 !important; }

.top0 {
  margin-top: 0 !important; }

.bottom0 {
  margin-bottom: 0 !important; }

.box {
  width: 1200px;
  height: 500px;
  margin: 0px auto 0px; }
  .box:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    *zoom: 1; }
  .box .item {
    float: left;
    width: 200px;
    height: 500px;
    margin-right: 133.33333px; }

.btn {
  width: 180px;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
  background: #ee7700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-more {
  width: 180px;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
  background: #ee7700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111111111199;
  -webkit-box-shadow: 0 1px 10px rgba(238, 119, 0, 0.3);
          box-shadow: 0 1px 10px rgba(238, 119, 0, 0.3);
  background: white; }
  .header .head-box {
    height: 70px;
    width: 1200px;
    margin: auto; }
    .header .head-box .head-logo-box {
      font-size: 0;
      width: 240px;
      height: 70px;
      float: left;
      position: relative; }
      .header .head-box .head-logo-box div {
        font-size: 14px;
        color: #ee7700;
        width: 240px; }
        .header .head-box .head-logo-box div img {
          width: 140px; }
    .header .head-box .head-item-box {
      float: right;
      height: 70px;
      line-height: 70px;
      padding: 0 20px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      position: relative; }
      .header .head-box .head-item-box:hover {
        background: #ee7700;
        color: white; }
      .header .head-box .head-item-box:hover .head-item-box-tit {
        color: white; }
      .header .head-box .head-item-box .head-item-sub-box {
        position: absolute;
        left: 0;
        top: 0;
        background: white;
        width: 140px;
        top: 60px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 2px;
                border-radius: 2px;
        left: 50%;
        margin-left: -70px;
        padding: 10px 0px;
        font-size: 14px;
        z-index: 1000;
        display: none; }
        .header .head-box .head-item-box .head-item-sub-box .head-item-sub-item {
          height: 35px;
          line-height: 35px;
          letter-spacing: 2px; }
          .header .head-box .head-item-box .head-item-sub-box .head-item-sub-item:hover {
            background: rgba(238, 119, 0, 0.1); }
        .header .head-box .head-item-box .head-item-sub-box .head-item-sub-item-active {
          background: rgba(238, 119, 0, 0.1); }
      .header .head-box .head-item-box:hover .head-item-sub-box {
        display: block; }
    .header .head-box .head-item-box-active {
      background: #ee7700;
      color: white; }
    .header .head-box .head-item-box-active .head-item-box-tit {
      color: white; }

.head-box-avtive {
  background: white; }

.bottom-box-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 165px;
  background: #ee7700;
  display: none; }

.bottom-box-box {
  background-repeat: no-repeat; }
  .bottom-box-box a {
    color: #666; }
  .bottom-box-box .bottom-box {
    height: 440px;
    padding-top: 1px;
    background: #f6f6f6; }
    .bottom-box-box .bottom-box .bottom-box-content-box {
      width: 1200px;
      height: 200px;
      margin: 70px auto 0;
      text-align: left;
      color: #666; }
      .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one-com {
        display: inline-block;
        height: 100%;
        vertical-align: top; }
      .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one {
        width: 620px; }
        .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box {
          margin: 20px 0; }
          .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box .bottom-adress-item {
            width: 120px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            border: 1px solid gray;
            text-align: center;
            cursor: pointer;
            float: left;
            position: relative; }
            .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box .bottom-adress-item .top-line {
              width: 1px;
              height: 20px;
              background: gray;
              position: absolute;
              left: 0;
              top: -21px;
              left: 50%; }
            .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box .bottom-adress-item:hover {
              background: #ee7700;
              color: white;
              border: 1px solid white; }
          .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box .bottom-adress-item-active {
            background: #ee7700;
            color: white;
            border: 1px solid white; }
          .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-one .bottom-adress-box .bottom-line {
            width: 30px;
            height: 1px;
            background: gray;
            float: left;
            position: relative;
            top: 15px; }
      .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-two {
        margin-right: 80px; }
        .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-two .bottom-box-content-box-two-nav {
          cursor: pointer; }
          .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-two .bottom-box-content-box-two-nav:hover {
            color: #ee7700; }
      .bottom-box-box .bottom-box .bottom-box-content-box .bottom-box-content-box-three img {
        width: 145px;
        height: 145px; }

.fixed-bottom {
  height: 100px;
  background: #ee7700;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000000000;
  min-width: 1240px; }
  .fixed-bottom .fixed-bottom-right-box {
    width: 410px;
    position: absolute;
    left: 50%;
    top: 15px;
    color: white;
    text-align: left;
    margin-left: -205px; }
    .fixed-bottom .fixed-bottom-right-box .fixed-bottom-right-box-one {
      position: absolute;
      left: -70px;
      width: 50px;
      top: -10px; }
    .fixed-bottom .fixed-bottom-right-box .fixed-bottom-right-box-two {
      position: absolute;
      right: -60px;
      width: 50px;
      top: 0; }
  .fixed-bottom .fixed-bottom-btn {
    width: 100px;
    height: 30px;
    border: 1px solid white;
    background: #ee7700;
    margin-top: 10px;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 30px;
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
    font-size: 14px;
    cursor: pointer; }

#phone {
  width: 300px;
  height: 30px;
  border: 0;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  margin-top: 10px;
  float: left;
  font-size: 12px;
  text-indent: 2em;
  outline: none; }

input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #aab2bd;
  /* placeholder字体大小  */
  font-size: 12px;
  /* placeholder位置  */
  text-align: left;
  text-indent: 2em; }

.global-tip {
  width: 400px;
  height: 30px;
  background: #ee7700;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: white;
  position: fixed;
  top: 50px;
  line-height: 30px;
  left: 50%;
  margin-left: -150px;
  font-size: 14px;
  z-index: 1000000000000000000000000;
  display: none; }

.goto-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 1000;
  background: #ee7700;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .goto-top img {
    width: 15px;
    margin-top: 5px; }
  .goto-top .top-desc {
    color: white;
    font-size: 12px; }

.mask-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000000000000; }
  .mask-alert .close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer; }
  .mask-alert .alert {
    width: 680px;
    height: 300px;
    background: white;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .mask-alert .alert .alert-left {
      float: left;
      width: 325px;
      height: 260px;
      margin: 35px 20px;
      text-align: left; }
      .mask-alert .alert .alert-left .alert-left-btn {
        height: 45px;
        background: #ee7700;
        color: white;
        text-align: center;
        line-height: 45px;
        margin-top: 20px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        cursor: pointer; }
      .mask-alert .alert .alert-left #phone-mask {
        width: 320px;
        height: 40px;
        border: 0;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-top: 15px;
        font-size: 16px;
        text-indent: 2em;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.3); }
      .mask-alert .alert .alert-left #code-mask {
        width: 205px;
        height: 38px;
        border: 0;
        -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
                border-bottom-left-radius: 5px;
        margin-top: 15px;
        float: left;
        font-size: 16px;
        text-indent: 2em;
        outline: none;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .mask-alert .alert .alert-left .fixed-bottom-btn {
        width: 115px;
        height: 40px;
        background: #ee7700;
        margin-top: 15px;
        font-size: 13px;
        float: left;
        color: white;
        text-align: center;
        line-height: 40px;
        -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
                border-bottom-right-radius: 5px;
        cursor: pointer; }
      .mask-alert .alert .alert-left .fixed-bottom-btn-unactive {
        background: #a2a2a2; }
    .mask-alert .alert .alert-right {
      float: right; }
      .mask-alert .alert .alert-right img {
        width: 300px;
        margin-top: 70px; }
  .mask-alert .login-mask {
    width: 580px;
    height: 245px; }
    .mask-alert .login-mask .alert-left {
      width: 540px;
      text-align: center;
      margin: 20px 20px; }
      .mask-alert .login-mask .alert-left input {
        width: 540px;
        height: 40px;
        border: 0;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-top: 15px;
        font-size: 16px;
        text-indent: 2em;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.3); }
      .mask-alert .login-mask .alert-left .alert-left-btn {
        margin: auto;
        margin-top: 20px;
        width: 210px;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 18px;
                border-radius: 18px; }
  .mask-alert .download-mask {
    width: 580px;
    height: 320px; }
    .mask-alert .download-mask .alert-left {
      width: 540px;
      text-align: center;
      margin: 20px 20px; }
      .mask-alert .download-mask .alert-left .download-content {
        overflow: hidden;
        margin-top: 15px; }
        .mask-alert .download-mask .alert-left .download-content .download-content-item {
          float: left;
          width: 268px;
          border: 1px solid #eee;
          padding: 20px 0;
          font-size: 14px;
          cursor: pointer; }
          .mask-alert .download-mask .alert-left .download-content .download-content-item img {
            margin-bottom: 5px;
            height: 45px; }
        .mask-alert .download-mask .alert-left .download-content .download-content-item-two {
          border-left: 0; }
        .mask-alert .download-mask .alert-left .download-content .download-content-item-three {
          border-top: 0;
          border-right: 0; }
        .mask-alert .download-mask .alert-left .download-content .download-content-item-four {
          border-top: 0; }

.module-box {
  padding-top: 70px; }

.banner-box {
  height: 200px;
  background: url(../img/sj/bg.jpg) center; }

.tit {
  font-size: 20px;
  color: #ee7700;
  text-align: center;
  padding: 20px 0; }

.item-box {
  width: 1200px;
  height: 160px;
  margin: 0px auto 0px; }
  .item-box:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    *zoom: 1; }
  .item-box .item {
    float: left;
    width: 230px;
    height: 160px;
    margin-right: 12.5px; }
  .item-box .item {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-size: 0; }
    .item-box .item img {
      width: 100%;
      height: 160px; }
    .item-box .item .item-desc {
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      color: #666; }
    .item-box .item:hover .item-desc {
      color: #ee7700; }
