html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 1.2rem;
  width: 100%;
  color: #131415;
  overflow-x: hidden;
}
html {
  font-size: 14px !important;
}
ul {
  list-style: none;
}

body a {
  outline: none;
  /*transition: 0.5s all;*/
  /*-webkit-transition: 0.5s all;*/
  /*-moz-transition: 0.5s all;*/
  /*-o-transition: 0.5s all;*/
  /*-ms-transition: 0.5s all;*/
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
  font-family: PingFangSC-Regular, PingFang SC;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  letter-spacing: 1px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
}


ul {
  margin: 0;
  padding: 0;
}
span,i {
  display: inline-block;
  font-style: normal;
}
.iHeader {
  height: 60px;
  background: #184AA7;
}

.iHeader ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 10%;
}
.iHeader ul li {
  color: #ffffff;
  /*padding: 0 30px;*/
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 14.28%;
  text-align: center;
}

.iHeader ul li:hover, .iHeader ul li.active {
  background: rgb(44, 107, 223);
}

.iHeader ul li:nth-of-type(1) {
  width: 10.28%;
}
.iHeader ul li:nth-of-type(5) {
  width: 18.28%;
}
.iHeader img {
  width: 170px;
  height: 20px;
  margin-top: 20px;
  margin-right: 50px;
}
.iTitle {
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.headerTitle {
  line-height: 20px;
}
.headerSpan span {
  color: #2C6BDF;
  height: 50px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0EEEE;
  cursor: pointer;
  font-size: 1.1rem;
}
.headerSpan {
  display: flex;
}
.headerSpan>div {
  margin-left: 30px;
}
.headerTitle {
  padding: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  background: #2C6BDF;
  border-radius: 3px;
  border: 1px solid #2C6BDF;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 30px 30px;
  height: 20px;
}

.index {
  margin: 0 auto;
  width: 100%;
}
.iTitle div {

}
.iTitle div span {
  font-size: 14px;
  color: #131415;
}
.iTitle div span.active {
  color: #2C6BDF;
}
.inContent,.iImgRow,.iiMain,.ivContent,#headerNav,.iTitle,.ilMain,.ifMain,.inMain,.icMain {
  max-width: 1238px;
  margin: 0 auto !important;
}
.iFooter {
  width: 100%;
  height: 137px;
  background: #0B1E2E;
}
.ifMain {
  width: 80%;
  margin-left: 10%;
}

.ifMain > div {
  text-align: center;
  font-size: 1rem;
  color: #999;
  padding-top: 36px;
}
.footActive{
  transition: 0.1s all;
  cursor: pointer;
}
.footActive:hover{
  color: #ffffff !important;
  text-decoration: underline;
  transition: 0.1s all;
}

.ifMain > div:nth-of-type(2) {
  padding-top: 10px;
}
