/* ===== 轮播图 样式 */

body {
  margin: 0;
  padding: 0;
}


/* ========= 顶部导航栏 ========= */
nav.subpage-nav {
  position: relative;
  display: block;
}

.nav-menu {
  float: right;
  line-height: 32px;
  display: block;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;

}

nav ul li a {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

nav ul li a:focus {
  color: #fff;
}

nav ul.nav-menu li:nth-child(4) a,
nav ul li.current a {
  color: #b1b1b1 !important;
}

.borWhite {
  border-top: 1.5pt solid #fff;
  padding-top: 14px;
}

.bortrans {
  border: 0;
}

nav ul li {
  padding-top: 16px;
}

nav object {
  width: 24pt;
}

/* =========finish ============== */


/* =======公共样式 =======*/
.headline {
  font-size: 26pt;
  color: #323232;
  text-align: center;
  font-weight: bold;
  padding-top: 60.5pt;
}

.line-between {
  width: 20pt;
  height: 3pt;
  background-color: #0043E8;
  margin: 6pt auto;
}

@font-face {
  font-family: myFirstFont;
  src: url('./BebasNeue-Bold.ttf')
}



.col-md-6,
.col-sm-12 {
  padding: 0 !important
}

.back {
  background: #ccc;
  transition: 0.8s;
}

/* =========finish ============== */


/* ========== 右侧 联系方式 ========= */

/* js 添加样式 */
.shows {
  width: 83.5pt !important;
  transition: 0.6s;
}

.hides {
  width: 0 !important;
  transition: 0.6s;
}

/*  */
.contact-info {
  width: 40pt;
  height: 40pt;
  background: #1B273F;
  text-align: center;
  line-height: 40pt;
  cursor: pointer;
}


.contact-info:hover {
  background: #0043E8;
  transition: 1s;
}

.contact-det {
  width: 0pt;
  height: 40pt;
  background: #0043E8;
  text-align: center;
  line-height: 40pt;
  color: #ffffff;
  word-break: break-all;
  overflow: hidden;
}

.contact-info-det object {
  width: 17pt;
  vertical-align: middle;
}

.contact-info-det>ul>li:first-child {
  position: fixed;
  top: 280pt;
  right: 0;
}

.contact-info-det>ul>li:first-child>ul {
  display: flex;
  justify-content: flex-start;
}

.contact-info-det>ul>li:nth-child(2) {
  position: fixed;
  top: 320pt;
  right: 0;
}

.contact-info-det>ul>li:nth-child(2)>ul {
  display: flex;
  justify-content: flex-start;
}

.contact-info-det>ul>li:last-child {
  position: fixed;
  top: 360pt;
  right: 0;
}

.contact-info-det>ul>li:last-child>ul {
  display: flex;
  justify-content: flex-start;
}


/* =========finish ============== */

/* 标题 */
.toptitle1 {
  font-size: 35px;
  color: white;
  text-align: center;
}

.toptitle2 {
  font-size: 15px;
  line-height: 15px;
  color: white;
  text-align: center;
}

.fir-solutions {
  height: 400px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;

}

.headline {
  font-size: 40px;
  line-height: 40px;
  color: #323232;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.bankcontent {
  margin: 0 auto;
  width: 1100px;
}

.subtitle {
  color: #444444;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 40px;
  padding-top: 60px;
}

.subtitle2 {
  color: #444444;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 20px;

}

.subContent {
  font-size: 15px;
  color: #323232;
  line-height: 18pt;
  text-indent: 2em;
  padding-bottom: 10px;
}

/* 企业管理页面 */

.maincontent {
  display: flex;
  padding-bottom: 50px;
  align-items: center;
}

.reverse {
  flex-direction: row-reverse;
}

.content1 {
  width: 591px;
  /* height: 360px; */
  /* height: 400px; */
  /* background-color: #0043E8; */
}

.content2 {
  width: 520px;
  /* height: 400px; */
  /* background-color: #0043E8; */
}

.content2 img {
  width: 100%;
}



.contentTitle {
  font-size: 28px;
  font-weight: bold;
  color: #323232;
  line-height: 64px;
}

/* 企业云 */

.cloudType {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

.cloudTypeContent {
  width: 245px;
  height: 325px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cloudTypeContent:hover {
  background: #399bff;
  box-shadow: 5px 5px 5px #ccc;
  color: white;
}

.cloudTitle {
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
}

.cloudContent {
  padding: 20px;
  color: white;
  font-size: 15px;
  line-height: 24px;
}

.cloudImg {
  width: 80px;
  height: 66px;
}

#clound1 .cloudImg {
  background-image: url('../img/cloud/icon21.png');

}

#clound1:hover .cloudImg {
  background-image: url('../img/cloud/icon11.png');
}

#clound2 .cloudImg {
  background-image: url('../img/cloud/icon22.png');
}

#clound2:hover .cloudImg {
  background-image: url('../img/cloud/icon12.png');
}

#clound3 .cloudImg {
  background-image: url('../img/cloud/icon23.png');
}

#clound3:hover .cloudImg {
  background-image: url('../img/cloud/icon13.png');
}

#clound4 .cloudImg {
  background-image: url('../img/cloud/icon24.png');
}

#clound4:hover .cloudImg {
  background-image: url('../img/cloud/icon14.png');
}

#clound5 .cloudImg {
  background-image: url('../img/cloud/icon25.png');
}

#clound5:hover .cloudImg {
  background-image: url('../img/cloud/icon15.png');
}

#clound6 .cloudImg {
  background-image: url('../img/cloud/icon26.png');
}

#clound6:hover .cloudImg {
  background-image: url('../img/cloud/icon16.png');
}

#clound7 .cloudImg {
  background-image: url('../img/cloud/icon27.png');
}

#clound7:hover .cloudImg {
  background-image: url('../img/cloud/icon17.png');
}

#clound8 .cloudImg {
  background-image: url('../img/cloud/icon28.png');
}

#clound8:hover .cloudImg {
  background-image: url('../img/cloud/icon18.png');
}



/* =========finish ============== */


/* ==== 不同屏幕尺寸 */
@media only screen and (max-width:1300px) {
  .col-md-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (min-width:1200px) and (max-width:1920px) {

  nav ul.nav-menu>li {
    width: 65pt;
    text-align: center;
  }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  nav ul.nav-menu>li {
    width: 60pt;
    text-align: center;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  nav ul.nav-menu>li {
    width: 55pt;
    text-align: center;
  }

  .content>div>div:first-child>div {
    height: 220pt;
    border-right: 0.25pt solid #EDEDED;
    border-bottom: 0.25pt solid #EDEDED;
  }


  .content>div>div:nth-child(2)>div {
    height: 220pt;
    border-left: 0.25pt solid #EDEDED;
    border-bottom: 0.25pt solid #EDEDED;
  }

  .content>div>div:nth-child(3)>div {
    height: 220pt;
    border-right: 0.25pt solid #EDEDED;
    border-top: 0.25pt solid #EDEDED;
  }

  .content>div>div:nth-child(4)>div {
    height: 220pt;
    border-left: 0.25pt solid #EDEDED;
    border-top: 0.25pt solid #EDEDED;
  }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

  nav ul.nav-menu>li {
    width: 50pt;
    text-align: center;
  }

  .nav-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }

  .nav-menu.active {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .nav-menu li {
    display: block;
    float: none;
    border: 1px solid #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin: 0;
  }

  .nav-menu li {
    overflow: hidden;
  }

  .content>div>div:first-child>div {
    height: 220pt;
    border: 0;
  }


  .content>div>div:nth-child(2)>div {
    height: 220pt;
    border: 0;
  }

  .content>div>div:nth-child(3)>div {
    height: 220pt;
    border: 0;
  }

  .content>div>div:nth-child(4)>div {
    height: 220pt;
    border: 0
  }
}