/*网站通用样式*/
body {
  background-size: cover;
  width: 100%;
  height: 100%;
  background: #F7F9FF;
  font-family: PingFangSC-Semibold, PingFang SC "Microsoft Yahei";
}

@media (max-width: 767px) {
  body {
    background: #fff;
  }
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto
}

@media (max-width:768px) {
  .container {
    width: 100%
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1199px) {
  .container {
    width: 1200px
  }
}

/*header头部样式*/
header .header-container {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: relative;
}

header .header-container .nav-box {
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo_top img {
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  header .header-container .nav-box .nav-left #logo_top {
    width: 188px;
    display: block;
  }
}

header .header-container .nav-box .navbar-nav {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

header .header-container .nav-box .navbar-nav li {
  margin: 0 0 0 50px;
  text-align: center;
  list-style: none;
  display: inline-block;

}

@media screen and (max-width:767px) {
  header .header-container .nav-box {
    width: 94%;
  }
}

/* 页脚样式 */
.footerBox {
  background: #F7F9FF;
  overflow: hidden;
}

.footerText {
  margin-top: 88px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8500);
  line-height: 30px;
  letter-spacing: 1px;
}


.footerText span {
  font-weight: bold;
}

.footerBottom {
  background: #F1F1F1;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8500);
  line-height: 24px;
}

@media (max-width: 576px) {
  .footerBox {
    padding-top: 0px;
  }

  .footerText {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }


  .footerBottom {
    line-height: 20px;
  }
}


.topBg {
  text-align: center;
  background-color: #00164A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc {
  display: inline-block;
}

.mb {
  display: none;
}

/*banner样式*/
.banner-box {
  height: 540px;
}

.el-carousel__container {
  height: 540px;
  text-align: center;
}

.mb {
  display: none;
}

@media (max-width: 767px) {
  .banner-box {
    height: auto;
  }

  .el-carousel__container {
    min-height: 150px;
    height: auto;
    text-align: center;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
    max-width: 100%;
    width: auto;
  }
}



.mainBox {
  width: 1200px;
  padding: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}



.renTitle {
  text-align: center;
  padding-top: 55px;
}

.renTitleLeft {
  text-align: left;
}

.title {
  font-size: 40px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8500);
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 6px solid;
  padding-bottom: 16px;
  border-image: linear-gradient(175deg, rgba(0, 54, 177, 1), rgba(8, 46, 222, 1), rgba(0, 92, 223, 1)) 6 6;
}

.renTitle p {
  font-size: 24px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #282828;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.tiaos {
  margin-bottom: 100px;
  text-align: center;
}

.tiaosTitle {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 27px;
  margin-right: -40px;
}

.tiaosTitle span {
  width: 120px;
  display: inline-block;
}

.tiaosTitle span:nth-child(2) {
  width: 135px;
}

.tiaosTitle span:nth-child(3) {
  width: 105px;
}

.tiaosTitle span:nth-child(4) {
  width: 148px;
}

.tiaosTitle span:nth-child(5) {
  width: 85px;
}

.tiaosTitle span:nth-child(6) {
  width: 190px;
}

.sysBox {
  margin-top: 50px;
}

.sysBox .el-carousel__container {
  margin-top: 100px;
}

.sysBox .el-carousel__indicators--horizontal {
  top: 0;
  bottom: auto;
  display: flex;
  justify-content: space-between;
}

.sysBox .el-carousel__indicators--labels .el-carousel__indicator {
  padding: 0;
}

.sysBox .el-carousel__indicators--labels .el-carousel__indicator button {
  width: 226px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #F7F9FF;
}

.el-carousel__indicators--labels .el-carousel__button {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8500);
  line-height: 36px;
  letter-spacing: 1px;
  width: auto;
  opacity: 1;
  background-color: transparent;
}

.el-carousel__indicator.is-active button.el-carousel__button {
  border: 2px solid #002FA7;
  color: #124FDB;
}

.sysBox .el-carousel__indicators--labels .el-carousel__indicator button span {
  display: block;
  line-height: 52px;
}

.sysBox .el-carousel__arrow {
  display: none !important;
}

.heBox {
  background: url(../images/heBg.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 906px;
}

.titleWhite {
  color: #fff;
  border-image: linear-gradient(175deg, rgba(0, 54, 177, 1), rgba(8, 46, 222, 1), rgba(0, 92, 223, 1)) 6 6;
}

.heBoxContent {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 1px;
  height: 780px;
}

.heBoxContent h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

.heBoxContent p {
  line-height: 16px;
}

.heBoxImg {
  display: inline-block;
  padding-top: 170px;
}

.heBox0 {
  position: absolute;
  top: 365px;
  left: 523px;
  width: 160px;

}

.heBox0 h2 {
  font-size: 16px;
}

.heBox0 h2 span {
  display: block;
}

.heBox1 {
  position: absolute;
  top: 65px;
  left: 398px;
  width: 402px;
}

.heBox1 h2 {
  margin-top: 17px;
}

.heBox2 {
  width: 360px;
  right: 15px;
  top: 255px;
  position: absolute;
  text-align: left;
}

.heBox2 h2 {
  margin-bottom: 10px;
}

.heBox3 {
  position: absolute;
  text-align: left;
  right: 15px;
  top: 450px;
  width: 360px;
}

.heBox3 h2 {
  margin-bottom: 10px;
}

.heBox4 {
  position: absolute;
  left: 425px;
  bottom: 78px;
  width: 360px;
}

.heBox4 h2 {
  margin-bottom: 10px;
}

.heBox5 {
  position: absolute;
  text-align: right;
  left: 13px;
  bottom: 257px;
  width: 360px;
}

.heBox5 h2 {
  margin-bottom: 10px;
}

.heBox6 {
  position: absolute;
  text-align: right;
  left: 13px;
  bottom: 458px;
  width: 360px;
}

.heBox6 h2 {
  margin-bottom: 10px;
}

.mbIcon {
  display: none;
}

@media (max-width: 576px) {
  .heBox {
    height: auto;
    padding-bottom: 30px;
  }

  .heBoxContent {
    padding: 0 20px;
    height: auto;
  }

  .heBoxImg {
    display: none;
  }

  .heBoxItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    text-align: left;
    margin-bottom: 30px;
  }

  .mbIcon {
    width: 48px;
    margin-right: 10px;
    display: block;
  }

  .heBox0 h2 span {
    display: inline;
  }

  .heBoxContent .heBoxItem:nth-child(2) .heBoxItemTitle {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
  }

  .heBoxItem h2 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .heBoxItem p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }

}

.serveBox {
  background: url(../images/kebg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 70px;
}

.serveBox ul {
  overflow: hidden;
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.serveBox ul li {
  width: 225px;
  margin-right: 19px;
  margin-bottom: 20px;
}

.mb70 {
  margin-bottom: 70px;
}

@media (max-width: 576px) {
  .serveBox {
    padding-bottom: 20px;
  }

  .serveBox ul {
    overflow: hidden;
    width: auto;
    margin-left: 18px;
  }

  .serveBox ul li {
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.renTwoPart {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.renTwoPart .el-row {
  flex: 1;
}

.renTwoRightImg {
  margin-left: 40px;
  width: 440px;
}

.renTitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  width: 320px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8500);
  line-height: 16px;
  letter-spacing: 1px;
}

.renTitemIcon {
  margin-right: 15px;
  width: 46px;
  text-align: center;
}
.renTitemIcon .el-image__inner{
  width: auto;
  max-width: 100%;
}
.renTitemTest {
  flex: 1;
}

.renTitemTest h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}

.customersBox {
  background: url(../images/bb.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 70px;
}

.customerMain {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

.mbCustomerMain {
  display: none;
}

.customerItem {
  width: 340px;
  margin: 0 130px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.customerItem p {
  background: #000A29;
  color: #fff;
  padding: 0 30px;
  height: 100px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-align: left;
}

.customerMain .el-carousel__arrow--right {
  background: url(../images/right.png) no-repeat center center;
  width: 76px;
  height: 82px;
  font-size: 0;
}

.customerMain .el-carousel__arrow--left {
  background: url(../images/left.png) no-repeat center center;
  width: 76px;
  height: 82px;
  font-size: 0;
}

.customerMain .el-carousel__arrow:hover {
  background-color: transparent;
}

.customTabs {
  background: url(../images/big.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 840px;
}

.customTabsBox .el-carousel__container {
  margin-left: 280px;
}

.customTabsBox .el-carousel__indicators {
  width: 235px;
  top: 0;
  height: 800px;
  padding: 20px 0;
  background: #fff;
}

.customTabsBox .el-carousel__indicators--labels .el-carousel__indicator {
  padding: 0;
  height: 61px;
  margin-bottom: 40px;
}

.customTabsBox .el-carousel__indicators--labels .el-carousel__button {
  height: 61px;
  line-height: 61px;
  width: 244px;
  padding: 0;
}

.customTabsBox .el-carousel__indicator.is-active button.el-carousel__button {
  border: none;
  background: url(../images/fixHover.png) no-repeat left center;
  line-height: 61px;
  color: #fff;
  width: 244px;
}

.customTabsBox .el-carousel__arrow--right {
  display: none;
}

.customTabsBox .el-carousel__arrow--left {
  display: none;
}

.tabBigImg {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
  margin-top: 115px;
}

.tabBigImg .el-image {
  margin-top: 20px;
  width: 898px;
}

.tabBigImg h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1px;
}

.tabBigImg p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.manPc {
  display: block;
}

.minBox {
  display: none;
}

@media (max-width: 576px) {
  .manPc {
    display: none;
  }

  .minBox {
    display: block;
  }

  .minBox img {
    max-width: 100%;
    display: block;
  }

  .minBoxTitle {
    background: url(../images/titleBg.png) no-repeat left center;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 29px;
    margin: 0 10px 15px;
  }

  .minBoxTitle span {
    display: inline-block;
    text-align: center;
    width: 125px;
  }

  .renTitle {
    padding-top: 20px;
    margin-bottom: 24px;
  }

  .title {
    font-size: 24px;
    border-bottom: 3px solid;
    padding-bottom: 10px;
  }

  .heiBox {
    width: auto;
    margin: 0 20px;
  }

  .heiBox .renTitleLeft {
    text-align: center;
  }

  .renTwoPart {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .renTwoRightImg {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .renTitem {
    margin-bottom: 30px;
    width: auto;
    line-height: 16px;
    letter-spacing: 1px;
  }

  .renTitemTest h3 {
    font-size: 15px;
    line-height: 30px;
  }

  .customerMain {
    display: none;
  }

  .mb70 {
    margin-bottom: 20px;
  }

  .mbCustomerMain {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .customerItem {
    margin: 10px;
    width: 170px;
  }

  .customerItem p {
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    height: 60px;
  }

  .miniJiao {
    width: 290px;
  }

  .miniCustomTabs {
    padding: 0 20px;
  }

  .miniCustomTabs .minBoxTitle {
    margin-left: 0;
  }

  .miniCustomTabs .tabBigImg {
    padding-bottom: 20px;
    margin-top: 15px;
  }

  .tabBigImg h2 {
    font-size: 17px;
    margin-top: 20px;
  }

  .tabBigImg p {
    line-height: 24px;
  }
}

@media (max-width:380px) {
  .customerItem {
    margin: 10px;
    width: auto;
  }

  .customerItem p {
    height: auto;
  }
  .miniCustomTabs .tabBigImg {
    padding-bottom: 20px;
    
  }
}
.logoText{
  color: #333;
  text-align: right;
  display: block;
}