* {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
}
html,
body {
  width: 100%;
}
body {
  color: #333;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  position: relative;
}
input::-webkit-input-placeholder {
  color: #d6d6d6;
}
a {
  color: #333;
  text-decoration: none;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
select,
input,
textarea {
  border: 0;
  outline: none;
}
.clearFix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: '';
}
img {
  border: 0;
  vertical-align: top;
}
/*垂直居中*/
.flex {
  display: flex;
  justify-content: center;
  align-items: Center;
}
/*单行文本省略*/
.text_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行文本省略*/
.texts_hidden {
  display: -webkit-box;
  /*对象作为弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;
  /*设置或检索伸缩盒对象的子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*溢出省略的界限*/
  overflow: hidden;
  /*设置隐藏溢出元素'>*/
}
/*banner大图的样式*/
.banner {
  width: 100%;
  height: 3.26666667rem;
  overflow: hidden;
  position: relative;
  background: url("../images/top.png") no-repeat left top;
  background-size: 10rem 3.26666667rem;
}
/*banner大图的样式*/
/*当前栏目标题（英文标题）*/
.cur-menu-header {
  margin: 1.37333333rem 0 0 0.4rem;
}
.cur-menu-header .cn {
  font-size: 0.4rem;
  color: #fff;
  padding: 0 0 0 0.53333333rem;
  position: relative;
}
.cur-menu-header .cn::before {
  content: '';
  width: 0.4rem;
  height: 0.02666667rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.cur-menu-header .en {
  margin: 0.13333333rem 0 0 0;
  font-size: 0.66666667rem;
  color: #fff;
}
.head {
  overflow: hidden;
}
.head .l-logo {
  width: 2.45333333rem;
  height: 0.58666667rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.34666667rem;
  margin: auto;
  z-index: 1;
}
.head .l-logo img {
  width: 100%;
  height: 100%;
}
.head .r-menu {
  width: 0.45333333rem;
  height: 0.37333333rem;
  overflow: hidden;
  position: absolute;
  right: 0.34666667rem;
  top: 0.34666667rem;
  z-index: 1;
  background: url(../images/menu.png) no-repeat;
  background-size: 100%;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 0;
}
.rightNav {
  width: 40%;
  max-width: 5rem;
  height: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  z-index: 1001;
  top: 0;
  right: -50%;
  transition: right 0.1s;
}
.rightNav a {
  display: block;
  width: 90%;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  text-align: center;
  font-size: 0.37333333rem;
  color: #333333;
  margin: 0 auto;
  border-bottom: solid 0.02666667rem #f8f8f8;
}
.footer {
  width: 100%;
  background-color: #013F94;
  overflow: hidden;
}
.footer .footer-value {
  width: 94%;
  margin: 0 auto;
  font-size: 0.42666667rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.33333333rem;
}
.footer .footer-value a {
  color: #fff;
}
.footer .footer-value p {
  margin-top: 0.09333333rem;
}
.footer .footer-value span {
  margin: 0 0.13333333rem;
}
.r_top {
  width: 1.04rem;
  height: 1.04rem;
  background: url(../images/top.png) no-repeat;
  background-size: 100%;
  position: fixed;
  bottom: 4.69333333rem;
  right: 0.10666667rem;
  z-index: 999;
}
.module-box {
  width: 9.2rem;
  margin: 0.4rem auto;
  background: #fff;
  border-radius: 0.21333333rem;
}
/*内页二级导航*/
.ny_nav_top {
  width: 9.46666667rem;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f5f7f9;
  margin: 0 auto;
  padding: 0.02666667rem 0.26666667rem 0 0.26666667rem;
}
::-webkit-scrollbar {
  display: none;
}
.slidebox {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.ny_nav_top a {
  display: inline-block;
  font-size: 0.32rem;
  color: #6A6F76;
  text-align: center;
  padding: 0 0.4rem;
  vertical-align: top;
}
.ny_nav_top a.active {
  color: #3C424C;
  position: relative;
}
.ny_nav_top a.active:after {
  content: '';
  width: 20%;
  height: 0.05333333rem;
  background: #013f94;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*三级菜单*/
.third-menu {
  margin: 0.26666667rem auto;
  padding: 0.26666667rem;
  line-height: 0.4rem;
  background: #fff;
}
.third-menu a {
  display: inline-block;
  padding: 0.10666667rem 0.4rem;
  border: solid 0.02666667rem #dd0000;
  border-radius: 0.66666667rem;
  margin-right: 0.26666667rem;
  font-size: 0.37333333rem;
  color: #333;
}
.third-menu .active {
  background: #dd0000;
  font-size: 0.37333333rem;
  color: #fff;
}
/*返回*/
.back-btn {
  position: fixed;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: rgba(0, 0, 0, 0.6);
  right: 4%;
  top: 3.30666667rem;
  border-radius: 50%;
}
.back-btn:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  background: url("../images/back-icon.png") no-repeat left;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*加载更多*/
.loadmore {
  margin: 0.53333333rem;
  line-height: 0.93333333rem;
  text-align: center;
  border: solid 0.02666667rem #eee;
  border-radius: 0.66666667rem;
  background: #fff;
  display: none;
}
.loadmore a {
  display: block;
  line-height: 0.93333333rem;
  font-size: 0.37333333rem;
  color: #999;
}
/*加载效果*/
.loading {
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  width: 4rem;
  margin: 0.53333333rem auto;
  background: #fff;
  padding-left: 0.26666667rem;
  border-radius: 0.66666667rem;
  overflow: hidden;
  display: none;
}
.loading img {
  width: 0.93333333rem;
  height: 0.93333333rem;
  float: left;
}
.loading span {
  float: left;
  color: #999;
  font-size: 0.37333333rem;
}
.not-data {
  text-align: center;
  color: #cdcdcd;
  font-size: 0.42666667rem;
  background: #fff;
  padding: 0.26666667rem 0 0.53333333rem 0;
}
/*# sourceMappingURL=layout.css.map */