/*网站通用样式*/
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:80%;
}
header .header-container .nav-box .nav-left {
  font-size: 30px;
  font-weight: bold;
  color: #184C99;
  line-height: 45px;
}
@media (max-width: 767px) {
  header .header-container .nav-box .nav-left {
    font-size:20px;
  }

  /* 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:600px;
  text-align: center;
}

.mb {
  display: none;
}

@media (max-width: 767px) {
  .banner-box {
    height: auto;
  }

  .el-carousel__container {
    min-height: 620px;
    height: auto;
    text-align: center;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}



.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: 265px;
  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;
}


.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;
}

.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 {
 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.renTwoPart .el-row {
  flex: 1;
}

.renTwoRightImg {
  margin-left: 40px;
  width: 440px;
}

.heBox {
  background: url(../images/heBg.png) no-repeat center center;
  background-size: 100% 100%;
  height: 906px;
}

.heBoxMain {
  width: 930px;
  margin-top: 50px;
}

.bigTop {
  padding-top: 110px;
}

.renTitem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 310px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  letter-spacing: 1px;
}

.renTitemIcon {
  width: 46px;
  text-align: center;
}

.renTitemIcon .el-image__inner {
  max-width: 100%;
  width: auto;
}

.renTitemTest {
  flex: 1;
  margin-left: 10px;
}

.renTitemTest h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

.renTitemTest p {
  min-height: 50px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
}

@media (max-width: 576px) {
  .heBox {
    background: url(../images/mheBg.png) no-repeat top center;
    background-size: 100% 100%;
    height: auto;
    padding-bottom: 250px;
  }

  .heBox .renTitleLeft {
    text-align: center;
  }

  .renTitemIcon {
    margin-right:0px;
    width: 35px;
  }

  .heBoxMain {
    width: auto;
    margin-top: 20px;
    padding: 0 40px;
  }

  .renTitem {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    width: auto;
  }

  .renTitemTest p {
    min-height: auto;
    margin-top: 0;
  }
}

.yeBox2 {
  background: url(../images/big.jpg) no-repeat top center;
  background-size: 100% 100%;
  height:750px;
}

.yeBoxTwoItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  text-align: right;
  padding-top:30px;
}

.yeBoxTwoItem img {
  display: inline-block;
  max-width: 100%;
}

.yeBoxTwoContent {
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  color: #EDEDED;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
}
.yeBoxTwoContent h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
}
.yeBoxTwoContent h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.yeBoxTwoContent p {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  line-height:20px;
  letter-spacing: 1px;
}

.yeBoxTwoImg {
  flex: 1;
}



.yeBoxImg {
  padding: 50px 0 100px;
}

@media (max-width: 576px) {
  .yeBox2 {
    height: auto;
  }

  .yeBox {
    padding: 0 20px 30px;
  }

  .yeBoxImg {
    padding: 0px;
  }
}

.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: 28px 30px 30px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}

.tabBigImg {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
}

.tabBigImg .el-image {
  margin-top: 30px;
  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;
}



@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: 30px;
    margin: 0 10px 15px;
  }


  .minBoxTitle span {
    display: inline-block;
    text-align: center;
    width: 125px;
  }

  .minBoxTitle2 {
    background: url(../images/titleBg2.png) no-repeat left center;
    padding-left: 12px;
  }

  .renTitle {
    padding-top: 35px;
    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: 0px;
  }

  .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;
  }

  .tabBigImg h2 {
    font-size: 17px;
    margin-top: 20px;
  }

  .tabBigImg p {
    line-height: 24px;
  }
}

.yeBoxTwo .el-carousel__indicators--labels .el-carousel__indicator {
  padding: 0 0 50px;
  color: #fff;
}

.yeBoxTwo .el-carousel__indicators--labels .el-carousel__button {
  width: auto;
  padding: 0 20px;
  color: #666;
}

.yeBoxTwo .el-carousel__indicator.is-active button.el-carousel__button {
  border: none;
  color: #fff;
}

.yeBoxTwo .el-carousel__arrow {
  display: none;
}

@media (max-width: 576px) {
  .yeBox2 .renTitleLeft {
    text-align: center;
  }

  .el-carousel__indicators{
    width: 235px;
  }
  .yeBoxTwoItem {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    width: auto;
    margin: 0 20px;
    padding-top: 0;
    text-align: right;
  }

  .yeBoxTwoContent {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #EDEDED;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
  }

  .yeBoxTwoContent h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .yeBoxTwoContent p {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 16px;
    letter-spacing: 1px;
  }

  .yeBoxTwoImg {
    margin-top: 20px;
  }

  .yeBoxTwo .el-carousel__indicators--labels .el-carousel__indicator {
    padding: 0 0 10px;
    color: #fff;
  }

  .yeBoxTwo .el-carousel__indicators--labels .el-carousel__button {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width:380px) {
  .customerItem {
    margin: 10px;
    width: auto;
  }

  .customerItem p {
    height: auto;
  }
}
.logoText{
  color: #333;
  text-align: right;
  display: block;
  width: 80px;
}