﻿* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body,
ul,
dl,
dd,
p {
  margin: 0;
  padding: 0; }

a {
  color: #6d6d6d;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #007bff;
  text-decoration: none !important; }

em {
  font-style: normal; }

input {
  outline: none;
  border: none; }

button {
  outline: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse; }

img {
  border: 0; }

body {
  background-color: #fff;
  color: #6d6d6d;
  font: 400 14px/2 'Microsoft YaHei', sans-serif; }

.common-header .top {
  min-width: 1300px;
  height: 34px;
  border-bottom: 1px solid #eaedf0; }

.common-header .select {
  float: left;
  height: 34px;
  margin-left: 6px;
  line-height: 34px;
  color: #9fa3ab;
  cursor: pointer; }

.common-header .header-logo {
  float: left;
  width: 190px;
  height: 70px;
  margin: 10px 0;
  position: relative;
  z-index: 9999; }

.common-header .triangle-down {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #9fa3ab;
  margin: 0 8px; }

.common-header .keyword {
  float: right;
  height: 26px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }
  .common-header .keyword input {
    float: left;
    width: 180px;
    line-height: 22px;
    padding-left: 6px;
    padding-right: 5px;
    font-size: 12px;
    color: #9fa3ab; }
    .common-header .keyword input::-webkit-input-placeholder {
      color: #9fa3ab; }
    .common-header .keyword input::placeholder {
      color: #9fa3ab; }
  .common-header .keyword a {
    float: right;
    width: 22px;
    height: 22px;
    background: url("../images/keyword-logo_1.png") no-repeat center; }

#versions {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 99999; }
  #versions li {
    color: #6d6d6d;
    padding: 0 10px; }
    #versions li a {
      color: #6d6d6d; }
    #versions li a:hover {
      background-color: #08d467;
      color: #fff; }

.common-nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #6d6d6d;
  border-bottom: 1px solid #dbdbdb; }
  .common-nav .icon-home {
    font-size: 18px; }
  .common-nav li {
    display: inline-block;
    vertical-align: middle; }
    .common-nav li a {
      color: #6d6d6d; }
    .common-nav li:last-child .icon-arrow-right {
      display: none; }
    .common-nav li.active a {
      color: #08d467; }
  .common-nav .icon-arrow-right {
    display: inline-block;
    margin: 0 4px;
    font-size: 14px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

.banner img {
  width: 100%; }

.content {
  padding-bottom: 50px; }

.common-footer {
  min-width: 1300px;
  background: #141b23;
  padding-bottom: 30px; }
  .common-footer .left-part {
    float: left; }
    .common-footer .left-part dl {
      float: left;
      padding-left: 10px;
      padding-right: 30px; }
    .common-footer .left-part dt {
      padding-top: 30px;
      padding-bottom: 20px;
      font-size: 16px;
      color: #d4d6e3; }
    .common-footer .left-part dd {
      line-height: 24px;
      color: #828496; }
      .common-footer .left-part dd i,
      .common-footer .left-part dd a {
        display: inline-block;
        vertical-align: middle;
        color: #828496; }
      .common-footer .left-part dd i,
      .common-footer .left-part dd a:hover {
        color: #007bff; }
      .common-footer .left-part dd i {
        margin-right: 4px; }
  .common-footer .right-part {
    float: right;
    padding-right: 8px; }
    .common-footer .right-part img {
      display: block;
      margin: 30px auto 0; }
    .common-footer .right-part span {
      display: block;
      margin-top: 8px;
      margin-bottom: 16px;
      text-align: center;
      color: #fff; }
    .common-footer .right-part select {
      display: block;
      width: 130px;
      margin-bottom: 10px;
      padding: 10px 5px;
      text-align: center;
      font-size: 14px;
      color: #828496;
      background-color: #2b343f;
      border: none; }

.copy-right {
  min-width: 1300px;
  padding: 12px 0;
  color: #979ca4;
  background-color: #fff; }
  .copy-right dt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 10px;
    font-weight: normal; }
  .copy-right dd {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px; }
  .copy-right .plan {
    margin-right: 8px; }
  .copy-right .WebStatement-copytitle a {
    color: #ff0000; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.w1400 {
  width: 1300px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  width: 50%;
  margin: 20px auto; }

.mv20 {
  margin: 20px 0; }

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

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

.w85p {
  width: 85% !important; }

.center {
  text-align: center; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.section-separator {
  display: block;
  margin: 10px auto 40px; }

@media (max-width: 1024px) {
  .mb50 {
    width: 100%;
    margin: 20px auto; }
  .common-header,
  .common-nav,
  .common-footer,
  .banner,
  .content,
  .copy-right {
    width: 100%;
    min-width: 0 !important; }
    .common-header *,
    .common-nav *,
    .common-footer *,
    .banner *,
    .content *,
    .copy-right * {
      min-width: 0 !important; }
    .common-header .w1400,
    .common-nav .w1400,
    .common-footer .w1400,
    .banner .w1400,
    .content .w1400,
    .copy-right .w1400 {
      width: 100%; }
  .common-header {
    position: relative;
    z-index: 2; }
    .common-header .top {
      position: absolute;
      right: 0;
      top: 10px;
      border-bottom: none;
      z-index: 99; }
    .common-header .header-logo {
      float: left;
      width: 136px;
      height: 50px;
      margin: 10px 0 10px 10px;
      position: relative;
      z-index: 9999; }
      .common-header .header-logo img {
        width: 100%;
        height: 50px; }
    .common-header .keyword,
    .common-header .nav {
      display: none; }
  .common-nav {
    width: 100%;
    padding: 0 10px; }
  .banner {
    position: relative;
    z-index: -1; }
  .common-footer .left-part {
    width: 100%; }
    .common-footer .left-part dl {
      width: 50%;
      min-height: 230px; }
  .common-footer .right-part {
    float: right;
    width: 100%;
    padding-right: 0; }
    .common-footer .right-part img,
    .common-footer .right-part span {
      display: none; }
    .common-footer .right-part .select-wrap {
      display: inline-block;
      width: 49%; }
    .common-footer .right-part select {
      width: 100%;
      margin-top: 10px;
      margin-left: 10px; }
  .copy-right dd {
    display: none; }
  .copy-right dt {
    margin: 0; }
  .copy-right .fl,
  .copy-right .fr {
    float: none;
    width: 100%;
    text-align: center; }
  .content {
    padding: 0 10px; } }

.load-more {
  width: 170px;
  height: 46px;
  margin: 20px 30px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: #08d467;
  border: none;
  border-radius: 24px;
  cursor: pointer; }

.load-more:hover {
  background-color: #08d467; }

@media (min-width: 1024px) {
  .banner {
    height: 100%; } }

.info-center .title,
.main-products .title,
.about-us .title,
.model-customer .title {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
  color: #6d6d6d; }

@media (max-width: 1024px) {
  .info-center .title,
  .main-products .title,
  .about-us .title,
  .model-customer .title {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #6d6d6d; } }

.info-center .left-part {
  float: left;
  width: 55%;
  padding-right: 40px; }
  .info-center .left-part .tabs {
    margin-bottom: 20px; }
    .info-center .left-part .tabs li {
      float: left;
      background: #fff;
      padding: 5px 20px;
      margin-right: 8px;
      color: #6d6d6d;
      border: 1px solid #c3c3c3;
      border-radius: 30px; }
      .info-center .left-part .tabs li.active {
        background-color: #007bff;
        border: 1px solid #007bff;
        text-decoration: none; }
        .info-center .left-part .tabs li.active a {
          color: #fff; }
      .info-center .left-part .tabs li:hover {
        background-color: #007bff;
        border: 1px solid #007bff;
        text-decoration: none; }
        .info-center .left-part .tabs li:hover a {
          color: #fff; }
      .info-center .left-part .tabs li a {
        color: #6d6d6d; }

.info-center .right-part {
  float: right;
  position: relative;
  width: 45%; }
  .info-center .right-part img {
    width: 100%;
    height: 360px; }
  .info-center .right-part .circle-left,
  .info-center .right-part .circle-right {
    width: 32px;
    height: 32px;
    cursor: pointer; }
  .info-center .right-part .circle-left {
    background: url("../images/circle-left_1.png") no-repeat; }
  .info-center .right-part .circle-right {
    background: url("../images/circle-right_1.png") no-repeat; }
  .info-center .right-part .circle-left,
  .info-center .right-part .circle-right {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1; }
  .info-center .right-part .circle-left {
    left: 10px; }
  .info-center .right-part .circle-right {
    right: 10px; }
  .info-center .right-part .desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.info-center .news {
  display: none; }
  .info-center .news.current {
    display: block; }
  .info-center .news .name {
    float: left;
    width: 82%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .info-center .news .date {
    float: right; }
  .info-center .news li {
    line-height: 30px;
    color: #6d6d6d; }

@media (max-width: 1024px) {
  .content {
    padding: 0 10px; }
    .content .section-separator {
      width: 100%; }
  .info-center .left-part,
  .info-center .right-part {
    width: 100%; }
  .info-center .left-part {
    padding-right: 0; }
    .info-center .left-part .tabs li {
      width: 22%;
      text-align: center;
      padding: 2% 0;
      margin-right: 3%; }
    .info-center .left-part .news {
      margin-bottom: 20px; }
      .info-center .left-part .news .name {
        width: 65%; }
  .info-center .right-part {
    margin-bottom: 20px; }
    .info-center .right-part img {
      max-width: 100%;
      height: 100%;
      position: relative;
      z-index: -1; } }

#main-products {
  margin: 20px auto 0; }
  #main-products li .a1 img {
    width: 250px;
    height: 335px; }
  #main-products li {
    width: 250px;
    height: 335px;
    list-style: none;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px; }
  #main-products li .a1 .divA {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 50px;
    background: #fafafa; }
  #main-products li .a1 .divA > .p1 {
    width: 250px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: center; }
  #main-products li .a2 {
    position: absolute;
    top: 0;
    left: -250PX;
    width: 250px;
    height: 335px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  #main-products li .a2 .p4 {
    width: 250px;
    text-align: center;
    position: absolute;
    top: 60px;
    left: -250px;
    color: #007bff;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: all 0.2s 0.1s ease-out;
    transition: all 0.2s 0.1s ease-out; }
  #main-products li .a2 .p5 {
    width: 250px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 90px;
    left: -250px;
    margin: 30px  0 10px;
    padding: 0 20px;
    font-size: 14px;
    color: white;
    -webkit-transition: all 0.2s 0.2s ease-out;
    transition: all 0.2s 0.2s ease-out; }
  #main-products li .a2 .p7 {
    position: absolute;
    bottom: 0px;
    left: -250px;
    width: 160px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: 10px auto;
    border: 1px solid;
    -webkit-transition: all 0.2s 0.5s;
    transition: all 0.2s 0.5s; }

.main-products .product-list {
  display: none; }

.main-products .circle-group {
  margin-right: 10px; }
  .main-products .circle-group i {
    float: right;
    margin-right: 10px; }

.main-products .circle-left,
.main-products .circle-right {
  width: 32px;
  height: 32px;
  cursor: pointer; }

.main-products .circle-left {
  background: url("../images/circle-left_1.png") no-repeat; }

.main-products .circle-right {
  background: url("../images/circle-right_1.png") no-repeat; }

@media (max-width: 1024px) {
  .main-products .circle-group {
    display: block; }
  .main-products #main-products li .a1 img {
    width: 100%;
    height: 100%; }
  .main-products #main-products li {
    width: 80%;
    height: 100%;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
  .main-products #main-products li .a1 .divA {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fafafa; }
  .main-products #main-products li .a1 .divA > .p1 {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: center; }
  .main-products #main-products li .a2 {
    display: none; }
  .main-products #main-products li .a2 .p4 {
    display: none; }
  .main-products #main-products li .a2 .p5 {
    display: none; }
  .main-products #main-products li .a2 .p7 {
    display: none; } }

.WebStatement-copytitle a {
  color: #ff0000; }

.about-us {
  margin-bottom: 30px; }
  .about-us .left-part {
    float: left;
    width: 50%; }
  .about-us .right-part {
    float: right;
    width: 50%;
    padding: 20px; }
  .about-us .sub-title {
    margin: 0;
    font-size: 24px;
    color: #007bff; }
  .about-us .desc {
    line-height: 30px;
    color: #6d6d6d;
    text-indent: 30px; }
  .about-us .more {
    float: right;
    margin-top: 10px;
    padding: 5px 16px;
    font-size: 14px;
    color: #fff;
    background-color: #007bff;
    border-radius: 30px;
    cursor: pointer; }
  .about-us .more:hover {
    background-color: #007bff54; }

@media (max-width: 1024px) {
  .about-us {
    margin-bottom: 20px; }
    .about-us .left-part,
    .about-us .right-part {
      width: 100%;
      padding: 0; }
      .about-us .left-part img,
      .about-us .right-part img {
        width: 100%; }
    .about-us .sub-title {
      font-size: 20px; } }

#model-customer {
  width: 90%;
  margin: 0 5%; }

.model-customer .wrap {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .model-customer .wrap .icon-arrow-left,
  .model-customer .wrap .icon-arrow-right {
    position: absolute;
    top: 17%;
    margin-top: -8px;
    cursor: pointer; }
  .model-customer .wrap .item {
    border: 1px solid #dbdbdb;
    margin: 0 10px; }
  .model-customer .wrap .icon-arrow-left {
    font-size: 30px;
    left: 0; }
  .model-customer .wrap .icon-arrow-right {
    font-size: 30px;
    right: 0; }

.ver_pic {
  width: 160px;
  height: 60px;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle; }

@media (max-width: 1024px) {
  .model-customer .wrap {
    position: relative;
    text-align: center; } }
