

/*.iTitle {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  height: 70px;*/
/*  align-items: center;*/
/*}*/

.iTitle > div {
  text-align: center;
}



.iPic {
  width: 100%;
  height: 400px;
  /*background-image: url('../images/serviceBgc.png');*/
  /*background-repeat: no-repeat;*/
  /*-webkit-background-size: 100% 100%;*/
  /*background-size: 100% 100%;*/
}
.iNav {
  width: 100%;
  background-color: #eeeeee;
}
.inMain {
  width: 80%;
  margin-left: 10%;
  height: 50px;
}

.inMain>div {
  height: 36px;
  line-height: 36px;
  margin-top: 7px;
  /*background-image: url('../assets/imgs/nav2.png');*/
  /*background-repeat: no-repeat;*/
  /*-webkit-background-size: 100% 100%;*/
  /*background-size: 100% 100%;*/
  display: inline-block;
  padding: 0 20px;
  font-size: 1rem;
  background-color: #fff;
  margin-right: 20px;
  position: relative;
}
.inMain>div img {
  width: 16px;
  height: 36px;
}
.inMain>div .bgRight {
  position: absolute;
  right: -16px;
  top: 0;
}
.inMain>div .bgLeft {
  position: absolute;
  left: -16px;
  top: 0;
}
.inMain>div:nth-of-type(1) {
  /*background-image: url('../images/nav1.png');*/
}
.inMain>div:nth-of-type(2),.inMain>div:nth-of-type(3) {
  /*margin-left: -10px;*/
}
.iGray {
  background-color: #eeeeee;
  width: 100%;
  height: 24px;
}
.icmText {
  width: 70%;
}
.iContent {
  background-color: #fff;
  width: 100%;
}
.icMain {
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
}
.icmtTitle {
  padding: 46px 0 20px 0;
  border-bottom: 1px dashed #D2D2D2;
  font-weight: 500;
  font-size: 1.6rem;
}
.icmtContent {
  font-size: 1rem;
  padding: 20px 0 46px 0;
}
.icmtContent img {
  width: 100% !important;
  height: auto !important;
}
.icmNav {
  width: 260px;
  height: max-content;
  background: linear-gradient(180deg, #58A4F1 0%, #3E64D9 100%);
  margin-left: 30px;
  margin-top: 46px;
}
.icmNav span {
  width: 230px;
  height: 48px;
  line-height: 48px;
  font-size: 1.2rem;
  padding-left: 30px;
  cursor: pointer;
}
.icmNav span a{
  color: #FFFFFF;
}
.icmNav span.active,.icmNav span.activeBg {
  background: #225FCF;
  /*transition: 0.3s all;*/
}

.headerSpan span i.iUnderLine {
  text-decoration:underline;
}
