@charset "UTF-8";

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-6-25, 11:03:24
    Author     : Administrator
*/
body {
  font-size: 16px;
  font-family: "微软雅黑";
}

body,
div,
p,
span,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.banna {
  height: 272px;
  min-width: 1000px;
  background: linear-gradient(to bottom, #01359A 0%, #1053AF 50%, #0843A4 100%);
  margin-bottom: 40px;
}

@keyframes toTop {
  0% {
    left: 0px;
    top: 1000px;
    opacity: 0;
  }

  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@keyframes toRight {
  0% {
    right: -500px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes toLeft {
  0% {
    left: -500px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

.aboutUstitle {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 30px;
  font-family: "微软雅黑";
}

.aboutUstitle .aboutUsBox {
  width: 1000px;
  margin: 0 auto;
}

.aboutUstitle .aboutUsBox .productTitle {
  height: 80px;
  width: 100%;
  min-width: 1000px;
  vertical-align: bottom;
  border-bottom: 1px solid #DFEDFD;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft {
  float: left;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p {
  display: inline-block;
  width: 7px;
  vertical-align: bottom;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p:nth-child(1) {
  height: 80px;
  width: 80px;
  text-align: center;
  word-break: break-all;
  font-size: 28px;
  color: #fff;
  background-color: #0A54AB;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p:nth-child(2) {
  height: 58px;
  background-color: #0A54AB;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p:nth-child(3) {
  height: 35px;
  background-color: #398CF2;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p:nth-child(4) {
  height: 17px;
  background-color: #77B0F7;
}

.aboutUstitle .aboutUsBox .productTitle .titleLeft p:nth-child(5) {
  height: 7px;
  background-color: #DFEDFD;
}

.aboutUstitle .aboutUsBox .productTitle .titleRight {
  float: right;
  line-height: 80px;
  height: 80px;
  padding-right: 10px;
  width: calc(100% - 140px);
  text-align: right;
}

.aboutUstitle .aboutUsBox .productTitle .titleRight ul {
  vertical-align: bottom;
}

.aboutUstitle .aboutUsBox .productTitle .titleRight ul li {
  vertical-align: bottom;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

.aboutUstitle .aboutUsBox .productTitle .titleRight ul li a {
  text-decoration: none;
  font-size: 16x;
  margin: 0 10px;
  padding: 0px 5px;
  color: #0A54AB;
  cursor: pointer;
}

.aboutUstitle .aboutUsBox .productTitle .titleRight ul li .active {
  transition: all 0.1s ease-in-out 0.1s;
  background-color: #0A54AB;
  color: #fff;
  padding-bottom: 2px;
}

.aboutUsContent {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}

.aboutUsContent ul {
  position: relative;
  height: 1000px;
  transition: all 0.2s ease-in-out 0.2s;
}

.aboutUsContent ul .list {
  list-style: none;
  width: 100%;
  min-width: 1000px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.aboutUsContent ul .list .listTop {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  /*售后服务*/
}

.aboutUsContent ul .list .listTop .listTopLeft {
  width: 564px;
  height: 556px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.aboutUsContent ul .list .listTop .listTopRight {
  width: calc(100% - 570px);
  height: 556px;
  text-align: center;
  display: inline-block;
  position: relative;
  /* background-color: #D60000; */
}
.aboutUsContent ul .list .listTop .listTopRight .picture {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutUsContent ul .list .listTop .listTopRight .picture .row1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.aboutUsContent ul .list .listTop .listTopRight .picture .row2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}




.aboutUsContent ul .list .listTop .introduceText {
  line-height: 35px;
  color: #333333;
  font-size: 16px;
  text-indent: 25px;
  position: relative;
}

.aboutUsContent ul .list .listTop .introduceTextStrong {
  margin-top: 18px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.aboutUsContent ul .list .listTop .introduceTextStrong span {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
}

.aboutUsContent ul .list .listTop .introduceTextStrong span:first-child {
  font-weight: bold;
  width: 100px;
}

.aboutUsContent ul .list .listTop .introduceTextStrong span:last-child {
  width: calc(100% - 90px);
}

.aboutUsContent ul .list .listTop .pictureBox {
  text-align: center;
}

.aboutUsContent ul .list .listTop .pictureBox h2 {
  color: #D60000;
  font-size: 48px;
  margin: 50px 0;
}

.aboutUsContent ul .list .listTop .historyBox {
  position: relative;
  color: #333333;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem {
  height: 145px;
  padding-left: 65px;
  position: relative;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content {
  position: relative;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.left {
  height: 145px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /*justify-content:flex-end;*/
  width: 437px;
  float: left;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.left p {
  line-height: 35px;
  padding-left: 30px;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.left p span:first-child {
  padding-right: 10px;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.right {
  width: 100px;
  height: 145px;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.right p:first-child {
  font-size: 30px;
  color: #0A54AB;
}

.aboutUsContent ul .list .listTop .historyBox>.leftItem>.content>.right p:last-child {
  background-color: #0A54AB;
  border: 2px solid #0A54AB;
  border-radius: 14px;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  left: 428px;
  top: 65.5px;
  z-index: 99;
}

.aboutUsContent ul .list .listTop .historyBox .leftItem:hover .left {
  transition: all 0.2s ease-in-out 0.3s;
  transform: rotateX(360deg);
  background-color: #EDF5FF;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem {
  height: 145px;
  padding-right: 65px;
  position: relative;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content {
  float: right;
  position: relative;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.left {
  height: 145px;
  width: 100px;
  text-align: right;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.left p:last-child {
  font-size: 30px;
  color: #0A54AB;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.left p:first-child {
  background-color: #0A54AB;
  border: 2px solid #0A54AB;
  border-radius: 13px;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  right: 424px;
  top: 65.5px;
  z-index: 99;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.right {
  width: 434px;
  height: 145px;
  float: right;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.right p {
  line-height: 35px;
  padding-left: 30px;
}

.aboutUsContent ul .list .listTop .historyBox>.rightItem>.content>.right p span:first-child {
  padding-right: 10px;
}

.aboutUsContent ul .list .listTop .historyBox .rightItem:hover .right {
  transition: all 0.2s ease-in-out 0.3s;
  transform: rotateX(360deg);
  background-color: #EDF5FF;
}

.aboutUsContent ul .list .listTop .historyBox>p {
  margin: 0 auto;
  background: #cfcfcf !important;
  border: 2px solid #eee;
  border-radius: 31px;
  color: transparent;
  display: block;
  height: 31px;
  margin: 30px auto 0;
  position: relative;
  width: 31px;
  left: 2px;
  cursor: pointer;
}

.aboutUsContent ul .list .listTop .historyBox>.line {
  display: block;
  border: 1px solid #eeeeee;
  position: absolute;
  top: 110px;
  height: 1125px;
  left: 501px;
}

.aboutUsContent ul .list .listTop .afterSale .expert img {
  display: inline-block;
  width: 200px;
  height: 200px;
  vertical-align: middle;
}

.aboutUsContent ul .list .listTop .afterSale .expert>div {
  display: inline-block;
  width: calc(100% - 230px);
  height: 200px;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 64px;
}

.aboutUsContent ul .list .listTop .afterSale .expert>div p {
  font-size: 16px;
  line-height: 32px;
  vertical-align: middle;
}

.aboutUsContent ul .list .listTop .afterSale .expert>div .expertName {
  font-size: 22px;
  line-height: 22px;
  vertical-align: top;
  color: #0A54AB;
  margin-right: 32px;
}

.aboutUsContent ul .list .listTop .afterSale .expert>div .expertName:before {
  display: inline-block;
  border-left: 5px solid #0A54AB;
  content: "w";
  color: transparent;
  font-size: 20px;
  line-height: 22px;
  vertical-align: top;
  margin-right: -12px;
}

.aboutUsContent ul .list .listTop .afterSale .expert>div .expertTitle {
  font-size: 22px;
  line-height: 22px;
  vertical-align: top;
}

.aboutUsContent ul .list .listTop .afterSale .introduction {
  background-color: #F6F6F6;
  text-align: center;
  /*margin:50px 0;*/
  width: 100%;
}

.aboutUsContent ul .list .listTop .afterSale .introduction h1 {
  font-size: 48px;
  color: #009999;
  font-weight: normal;
  line-height: 72px;
}

.aboutUsContent ul .list .listTop .afterSale .introduction h3 {
  font-size: 36px;
  color: #333333;
  margin-top: 10px !important;
  font-weight: normal;
  margin-bottom: 48px !important;
}

.aboutUsContent ul .list .listTop .afterSale .introduction .server {
  background-color: #D5E7FD;
  height: 50px;
  line-height: 50px;
  width: 670px;
  margin: 0 auto;
  margin-top: 50px;
}

.aboutUsContent ul .list .listTop .afterSale .introduction .server a {
  display: inline-block;
  text-decoration: none;
  color: #0A54AB;
  font-size: 28px;
  cursor: pointer;
}

.aboutUsContent ul .list .listTop .afterSale .introduction .server a:not(:last-child) {
  margin-right: 10px;
}

.aboutUsContent ul .list .specialWidth {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.aboutUsContent ul .list .specialWidth .afterSale {
  width: 100%;
}

.aboutUsContent ul .list .specialWidth .afterSale .expert {
  margin: 0 auto;
  width: 1000px;
}

.aboutUsContent ul .list .specialWidth .afterSale .introduction {
  background-color: #F6F6F6;
  width: 100%;
  padding: 50px 0;
}

.aboutUsContent ul .list .specialWidth .afterSale .introduction>h1,
.aboutUsContent ul .list .specialWidth .afterSale .introduction>h3 {
  margin: 0 auto;
  width: 1000px;
}

.aboutUsContent ul .list .listBottom {
  width: 100%;
  min-width: 1000px;
  padding: 20px 0 50px 0;
  background-color: #F6F6F6;
  position: relative;
}

.aboutUsContent ul .list .listBottom .content {
  width: 1000px;
  margin: 0 auto;
}

.aboutUsContent ul .list .listBottom .content .picture {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.aboutUsContent ul .list .listBottom .content .picture .row_kind1, .aboutUsContent ul .list .listBottom .content .picture .row_kind2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.aboutUsContent ul .list .listBottom .content .picture .row_kind1 img {
  width: 440px;
  margin: 10px;
}
.aboutUsContent ul .list .listBottom .content .picture .row_kind2 img {
  width: 440px;
  /* margin: 10px; */
}

.aboutUsContent ul .list .listBottom .content .picture img {
  width: 320px;
  /* text-align: center; */
}

.aboutUsContent ul .list .listBottom .content .article {
  margin-top: 26px;
  position: relative;
}
.aboutUsContent ul .list .listBottom .content .article h2 {
  /* margin-top: 20px; */
  position: relative;
}
.aboutUsContent ul .list .listBottom .content .article .after {
  position: absolute;
  top: -2px;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  background-size: cover;
  background-color: transparent;
}

.aboutUsContent ul .list .listBottom .content .article .articleList {
  position: relative;
}

.aboutUsContent ul .list .listBottom .content .article .articleList p {
  line-height: 35px;
  color: #333333;
  font-size: 16px;
  text-indent: 25px;
  position: relative;
  top: 1000px;
}

.aboutUsContent ul .list .listBottom .content .article .articleList p:first-child {
  font-weight: 600;
}

.aboutUsContent ul .list .listBottom .content .article .articleList:not(:last-child) {
  margin-bottom: 4px;
}

.aboutUsContent ul .list .listBottom .content .activity {
  position: relative;
  margin-bottom: 20px;
}

.aboutUsContent ul .list .listBottom .content .activity p {
  line-height: 32px;
  color: #333333;
  font-size: 16px;
  text-indent: 24px;
  /*text-indent:25px;*/
}

.aboutUsContent ul .list .listBottom .content .activity .picture {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  justify-content: space-between;
  /* background-color: #009999; */
}
.aboutUsContent ul .list .listBottom .content .activity .picture .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background-color: #77B0F7; */
}
.aboutUsContent ul .list .listBottom .content .activity .picture .col .down {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.aboutUsContent ul .show {
  transition: all 0.3s ease-in-out 0.2s;
  /*transition: all 1s linear 0s;*/
  opacity: 1;
  display: block;
  z-index: 10;
}

h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 800;
  font-family: "微软雅黑";
  margin-bottom: 10px;
  margin-top: 10px;
}

h2 i {
  background-color: #0A54AB;
  vertical-align: bottom;
  width: 5px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
}

.address {
  width: 100%;
  min-width: 1000px;
  text-align: center;
}

.address #map {
  width: 700px;
  height: 550px;
  border: 1px solid #cccccc;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  text-align: left;
  margin: 0 auto;
}