/* 通用部分页面样式 */
body {
  font-size: 0;
}
.centerWidth {
  width: 12rem;
  margin: 0 auto;
}
.normal-main {
  width: 100%;
  min-height: 6rem;
  background-color: #fff;
}
.normal-main.pt30 {
  padding-top: 0.3rem;
}
.normal-main.pb30 {
  padding-bottom: 0.3rem;
}
.normal-main .normal-local {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}
.normal-main .normal-local img {
  width: 0.15rem;
  height: 0.19rem;
  margin-right: 0.1rem;
}
.normal-main .normal-local a,
.normal-main .normal-local span {
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-local a:hover {
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-local span.cur {
  font-weight: bold;
}
.normal-main .normal-bt {
  border-top: 0.02rem solid #347cdd;
}
.normal-main .normal-list {
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-list ul.list-ul {
  width: 100%;
  height: 2.21rem;
  padding: 0.2rem 0;
  border-bottom: 0.01rem dashed #333;
}
.normal-main .normal-list ul.list-ul li {
  width: 100%;
  height: 0.36rem;
  padding-left: 0.15rem;
  background: url(normal-list-liBg.png) no-repeat left center;
  background-size: 0.05rem 0.05rem;
  line-height: 0.36rem;
}
.normal-main .normal-list ul.list-ul li a {
  display: inline-block;
  width: 75%;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-list ul.list-ul li span {
  float: right;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-list ul.list-ul li:hover {
  background-image: url(normal-list-liOnBg.png);
}
.normal-main .normal-list ul.list-ul li:hover a,
.normal-main .normal-list ul.list-ul li:hover span {
  color: #347cdd;
}
.normal-main .normal-coltit {
  width: 100%;
  height: 0.6rem;
  padding-left: 0.15rem;
  line-height: 0.6rem;
  background: url(nm-pic-coltitBg.png) no-repeat left center;
  background-size: 0.04rem 0.23rem;
}
.normal-main .normal-coltit a {
  display: inline-block;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.normal-main .normal-coltit a:hover {
  color: #347cdd;
}
.normal-main .normal-pic {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-pic .normal-pic-list {
  width: 100%;
  height: auto;
  padding: 0.1rem 0.3rem;
  background-color: #fff;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list {
  width: 100%;
  height: auto;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li {
  position: relative;
  float: left;
  width: 3.5rem;
  height: 2.65rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.img {
  display: block;
  width: 100%;
  height: 100%;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.title {
  position: absolute;
  top: 2.25rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.title:hover {
  color: #347cdd;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li:nth-child(3n+1) {
  margin-left: 0;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li:hover {
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-map {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-map .normal-map-box {
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  background-color: #fff;
  margin-bottom: 0.15rem;
}
.normal-main .normal-map .normal-map-box ul.map-list {
  width: 100%;
  height: auto;
}
.normal-main .normal-map .normal-map-box ul.map-list li {
  float: left;
  width: 1.72rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  margin-bottom: 0.15rem;
  line-height: 0.4rem;
}
.normal-main .normal-map .normal-map-box ul.map-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7fafe;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-map .normal-map-box ul.map-list li a:hover {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-map .normal-map-box ul.map-list li:nth-child(6n+1) {
  margin-left: 0;
}
.normal-main .normal-map .normal-map-box:last-child {
  margin-bottom: 0;
}
.normal-main .normal-page {
  width: 100%;
  height: 1rem;
  padding: 0.35rem 0;
  background-color: #fff;
  text-align: center;
}
.normal-main .normal-page a,
.normal-main .normal-page span,
.normal-main .normal-page input,
.normal-main .normal-page button {
  display: inline-block;
  width: auto;
  height: 0.3rem;
  margin: 0 0.05rem;
  padding: 0 0.1rem;
  background-color: #fff;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-page a,
.normal-main .normal-page input,
.normal-main .normal-page button {
  border: 0.01rem solid #dcdcdc;
}
.normal-main .normal-page input {
  width: 0.3rem;
  text-align: center;
}
.normal-main .normal-page span.nomar {
  margin: 0;
  padding: 0;
}
.normal-main .normal-page a.cur,
.normal-main .normal-page a:hover,
.normal-main .normal-page button:hover {
  background-color: #347cdd;
  color: #fff;
  border-color: #347cdd;
}
.normal-main .normal-gl {
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding: 0.15rem;
  background: url(normal-gl-bg.png) #f7fafe no-repeat left bottom;
  background-size: 4.8rem 2.2rem;
}
.normal-main .normal-gl .normal-gl-lf {
  float: left;
  width: 2.8rem;
  height: auto;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide {
  width: 2.8rem;
  height: auto;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li {
  width: 2.8rem;
  height: 0.5rem;
  margin-bottom: 0.15rem;
  line-height: 0.5rem;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a:hover,
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a.cur {
  background-color: #347cdd;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-gl .normal-gl-rt {
  float: right;
  width: 8.7rem;
  height: auto;
  background-color: #fff;
}
.normal-main .normal-xl {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-xl .xl-con {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.15rem 0.3rem 0.15rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con.xl-zcjd {
  background: #f7fafe;
  padding: 0;
}
.normal-main .normal-xl .xl-con .xl-head {
  width: 100%;
  height: 1.5rem;
  border: 0.01rem solid #e7ebf5;
}
.normal-main .normal-xl .xl-con .xl-head .row {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-bottom: 0.01rem solid #e7ebf5;
}
.normal-main .normal-xl .xl-con .xl-head .row .theme,
.normal-main .normal-xl .xl-con .xl-head .row .value {
  display: inline-block;
  line-height: 0.48rem;
  padding-left: 0.3rem;
  border-right: 0.01rem solid #e7ebf5;
  font-size: 0.16rem;
  color: #333;
  text-align: left;
}
.normal-main .normal-xl .xl-con .xl-head .row .theme {
  width: 1.6rem;
  background-color: #f7fafe;
  font-weight: bold;
}
.normal-main .normal-xl .xl-con .xl-head .row .value {
  width: 4.09rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-head .row .value:last-child {
  border-right: none;
}
.normal-main .normal-xl .xl-con .xl-head .row:last-child {
  border-bottom: none;
}
.normal-main .normal-xl .xl-con .xl-title {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-title p {
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-func {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem;
  background-color: #f7fafe;
  line-height: 0.5rem;
}
.normal-main .normal-xl .xl-con .xl-func > span {
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-func > span.line {
  color: #dcdcdc;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr {
  float: right;
  width: auto;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.05rem;
  border: 0.01rem solid #a9aaad;
  border-radius: 0.04rem;
  line-height: 0.34rem;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.big img {
  width: 0.18rem;
  height: 0.17rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.small img {
  width: 0.17rem;
  height: 0.14rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.mid img {
  width: 0.13rem;
  height: 0.14rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.paste img {
  width: 0.17rem;
  height: 0.17rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a:hover {
  border-color: #347cdd;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share {
  float: right;
  width: auto;
  height: 0.5rem;
  margin-left: 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share span {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.05rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share a img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-xl .xl-con .xl-article {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-qrcode {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-qrcode p {
  font-size: 0.14rem;
  color: #666;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-qrcode img {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.normal-main .normal-xl .xl-con .yjzj-title {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.3rem;
  background-color: #f7fafe;
  line-height: 0.6rem;
}
.normal-main .normal-xl .xl-con .yjzj-title span {
  display: inline-block;
  height: 0.6rem;
  padding: 0 0.2rem;
  background-color: #347cdd;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-xl .xl-con .form-line {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .form-line .title {
  float: left;
  width: 1.2rem;
  height: 0.46rem;
  margin-left: 0.1rem;
  line-height: 0.46rem;
  text-align: right;
}
.normal-main .normal-xl .xl-con .form-line .title i {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #ee1d1d;
  text-align: center;
}
.normal-main .normal-xl .xl-con .form-line .title span.tit {
  display: inline-block;
  width: 0.64rem;
  font-size: 0.16rem;
  color: #333;
  text-align-last: justify;
}
.normal-main .normal-xl .xl-con .form-line .title span.colon {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .form-line .inp,
.normal-main .normal-xl .xl-con .form-line .inp2 {
  float: left;
}
.normal-main .normal-xl .xl-con .form-line .inp input[type="text"],
.normal-main .normal-xl .xl-con .form-line .inp2 input[type="text"] {
  display: block;
  height: 0.46rem;
  padding: 0 0.15rem;
  line-height: 0.46rem;
  background-color: #f7fafe;
  border: 0.01rem solid #dbeafd;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .form-line .inp {
  width: 4rem;
  height: 0.46rem;
}
.normal-main .normal-xl .xl-con .form-line .inp input[type="text"] {
  width: 3.5rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2 {
  float: left;
  width: 9.1rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2 textarea {
  width: 8.8rem;
  height: 1.6rem;
  padding: 0.1rem 0.15rem;
  border: 0.01rem solid #dbeafd;
  background-color: #f7fafe;
  border-radius: 0.08rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
  outline: none;
}
.normal-main .normal-xl .xl-con .form-line .inp2 p {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #666;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha input[type="text"] {
  display: inline-block;
  width: 1rem;
  margin-right: 0.1rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a:hover {
  color: #347cdd;
}
.normal-main .normal-xl .xl-con .mail-btn {
  width: 100%;
  height: auto;
  text-align: center;
}
.normal-main .normal-xl .xl-con .mail-btn a {
  display: inline-block;
  width: 1.6rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  border-radius: 0.08rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  text-align: center;
}
.normal-main .normal-xl .xl-con .mail-btn a:first-child {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-xl .xl-con .mail-btn a:last-child {
  background-color: #f2f2f2;
  color: #666;
}
.normal-main .normal-xl .xl-con .mail-btn a img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-xl .xl-con .mail-btn a span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-xl .xl-con .mail-btn.mail-btn2 {
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .mail-btn.mail-btn2 a:last-child {
  background-color: #debc83;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-lf {
  float: left;
  width: 8.1rem;
  padding: 0 0.2rem;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-right: 0.15rem solid #f7fafe;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt {
  float: right;
  width: 3.6rem;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.01rem solid #d8dde3;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a.blue {
  color: #347cdd;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a.orange {
  color: #debc83;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img {
  display: block;
  width: 100%;
  height: 1.8rem;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img:hover {
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-title {
  display: block;
  margin-top: 0.2rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-title:hover {
  color: #347cdd;
}
.normal-main .normal-mail {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
}
.normal-main .normal-mail .mail-head {
  width: 100%;
  height: 0.8rem;
  background: url(nm-mail-headBg.png) #f6f9fd no-repeat center center;
  background-size: 11.1rem 0.24rem;
  border-radius: 0.08rem;
  line-height: 0.8rem;
  font-size: 0.22rem;
  color: #347cdd;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-mail .mail-xxxz {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form {
  width: 100%;
  height: auto;
}
.normal-main .normal-mail .mail-form .form-line {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-form .form-line .title {
  float: left;
  width: 1.2rem;
  height: 0.46rem;
  margin-left: 0.1rem;
  line-height: 0.46rem;
  text-align: right;
}
.normal-main .normal-mail .mail-form .form-line .title i {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #ee1d1d;
  text-align: center;
}
.normal-main .normal-mail .mail-form .form-line .title span.tit {
  display: inline-block;
  width: 0.64rem;
  font-size: 0.16rem;
  color: #333;
  text-align-last: justify;
}
.normal-main .normal-mail .mail-form .form-line .title span.colon {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form .form-line .inp,
.normal-main .normal-mail .mail-form .form-line .inp2 {
  float: left;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="text"],
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
  display: block;
  height: 0.46rem;
  padding: 0 0.15rem;
  line-height: 0.46rem;
  border: 0.01rem solid #e2e8f1;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="radio"],
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="radio"],
.normal-main .normal-mail .mail-form .form-line .inp label,
.normal-main .normal-mail .mail-form .form-line .inp2 label {
  display: inline-block;
  margin-right: 0.05rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-form .form-line .inp label,
.normal-main .normal-mail .mail-form .form-line .inp2 label {
  margin-right: 0.2rem;
}
.normal-main .normal-mail .mail-form .form-line .inp {
  width: 4.4rem;
  height: 0.46rem;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="text"] {
  width: 4.1rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 {
  float: left;
  width: 10.05rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
  width: 9.75rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 textarea {
  width: 9.75rem;
  height: 1.6rem;
  padding: 0.1rem 0.15rem;
  border: 0.01rem solid #e2e8f1;
  border-radius: 0.08rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
  outline: none;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #347cdd;
  border-radius: 0.08rem;
  text-align: center;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.1rem;
  height: 0.46rem;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file span {
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-mail .mail-form .form-line .inp2 p {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #666;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha input[type="text"] {
  display: inline-block;
  width: 1rem;
  margin-right: 0.1rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a:hover {
  color: #347cdd;
}
.normal-main .normal-mail .mail-btn {
  width: 100%;
  height: auto;
  text-align: center;
}
.normal-main .normal-mail .mail-btn a {
  display: inline-block;
  width: 1.6rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  border-radius: 0.08rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  text-align: center;
}
.normal-main .normal-mail .mail-btn a:first-child {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-mail .mail-btn a:last-child {
  background-color: #f2f2f2;
  color: #666;
}
.normal-main .normal-mail .mail-btn a img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-mail .mail-btn a span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-mail .mail-btn.mail-btn2 {
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-btn.mail-btn2 a:last-child {
  background-color: #debc83;
}
.normal-main .normal-mail .mail-query {
  position: relative;
  width: 100%;
  height: 0.66rem;
  border: 0.01rem solid #e7ebf5;
  border-radius: 0.08rem;
  line-height: 0.64rem;
}
.normal-main .normal-mail .mail-query span.tit {
  display: inline-block;
  width: 1.64rem;
  background: url(nm-mail-query-icon.png) #347cdd no-repeat left bottom;
  background-size: 0.4rem 0.27rem;
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query input {
  display: inline-block;
  width: 3.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query input.br {
  border-right: 0.01rem solid #e7ebf5;
}
.normal-main .normal-mail .mail-query a {
  position: absolute;
  top: 0.01rem;
  right: 0.01rem;
  width: 1rem;
  height: 0.64rem;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  line-height: 0.64rem;
  text-align: center;
}
.normal-main .normal-mail .mail-query a img {
  display: inline-block;
  width: 0.23rem;
  height: 0.24rem;
}
.normal-main .normal-mail .mail-query a span {
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #debc83;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query a:hover span {
  font-weight: bold;
}
.normal-main .normal-mail .mail-count {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-count .count-title {
  width: 100%;
  height: 0.51rem;
  padding: 0 0.15rem;
  background-color: #f6f9fd;
  border-bottom: 0.01rem solid #dbeafd;
  line-height: 0.5rem;
}
.normal-main .normal-mail .mail-count .count-title img {
  display: inline-block;
  width: 0.2rem;
  height: 0.18rem;
}
.normal-main .normal-mail .mail-count .count-title span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-count .count-data {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
}
.normal-main .normal-mail .mail-count .count-data .data-item {
  float: left;
  display: block;
  width: 3.58rem;
  height: 1.3rem;
  margin-left: 0.3rem;
  border: 0.01rem solid #e7ebf5;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .mail-count .count-data .data-item:first-child {
  margin-left: 0;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num,
.normal-main .normal-mail .mail-count .count-data .data-item .tit {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num {
  background-color: #fff;
  font-size: 0.24rem;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.blue {
  color: #347cdd;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.green {
  color: #32b16c;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.orange {
  color: #de844e;
}
.normal-main .normal-mail .mail-count .count-data .data-item .tit {
  background-color: #f6f9fd;
  font-size: 0.2rem;
  color: #333;
}
.normal-main .normal-mail .mail-list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-list .list-item {
  width: 100%;
  height: 1.22rem;
  padding: 0.2rem 0.3rem;
  border-bottom: 0.01rem solid #dbeafd;
}
.normal-main .normal-mail .mail-list .list-item a.title {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding-left: 0.15rem;
  background: url(nm-mail-list-titBg.png) no-repeat left center;
  background-size: 0.04rem 0.04rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-mail .mail-list .list-item a.title:hover {
  color: #347cdd;
}
.normal-main .normal-mail .mail-list .list-item .others {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box {
  display: inline-block;
  width: 3.78rem;
  height: 0.4rem;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span {
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span.tit {
  font-size: 0.14rem;
  color: #999;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span.blue {
  color: #347cdd;
}
.normal-main .normal-mail .mail-list .list-item:nth-child(2n-1) {
  background-color: #f6f9fd;
}
.normal-main .normal-mail .mail-list .list-item:last-child {
  border-bottom: none;
}
.normal-main .normal-mail .mail-detail {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.normal-main .normal-mail .mail-detail:last-child {
  margin-bottom: 0;
}
.normal-main .normal-mail .mail-detail .title {
  width: 100%;
  height: 0.94rem;
  padding: 0.1rem 0.3rem;
  background-color: #f5f8fc;
}
.normal-main .normal-mail .mail-detail .title .img {
  float: left;
  display: block;
  width: 0.55rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
}
.normal-main .normal-mail .mail-detail .title .img img {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
}
.normal-main .normal-mail .mail-detail .title .title-flr {
  float: left;
  width: 10rem;
  height: 0.74rem;
  margin-left: 0.15rem;
}
.normal-main .normal-mail .mail-detail .title .title-flr span.tit {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-mail .mail-detail .title .title-flr span.time {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #333;
}
.normal-main .normal-mail .mail-detail .content {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-detail .status {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 0.8rem;
  background: url(nm-mail-statusBg.png) no-repeat right top;
  background-size: 100% 100%;
  border-top-right-radius: 0.08rem;
}
.normal-main .normal-mail .mail-detail .status span {
  float: right;
  display: block;
  height: 0.3rem;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-mail .zxft-detail-title {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  background-color: #f5f8fc;
  line-height: 0.7rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #347cdd;
  text-align: center;
}
.normal-main .normal-mail .zxft-detail-con {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background-color: #fff;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro {
  width: 100%;
  height: auto;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-lf {
  float: left;
  width: 5.4rem;
  height: 3.05rem;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-lf img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt {
  float: right;
  width: 5.75rem;
  height: auto;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span.tit {
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt p {
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-title {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 0.01rem solid #dbeafd;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-title span {
  display: inline-block;
  height: 0.4rem;
  border-bottom: 0.02rem solid #347cdd;
  font-size: 0.16rem;
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt span.tit {
  display: block;
  line-height: 0.4rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt .content {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo {
  position: relative;
  width: 11.4rem;
  height: 1.9rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-prev,
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-next {
  position: absolute;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.8rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-prev {
  left: 0.1rem;
  background: url(nm-lunbo-prev.png) no-repeat center center;
  background-size: 100% 100%;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-next {
  right: 0.1rem;
  background: url(nm-lunbo-next.png) no-repeat center center;
  background-size: 100% 100%;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img {
  display: block;
  width: 2.65rem !important;
  height: 1.9rem;
  margin: 0 0.1rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .yjzj-title {
  width: 11.7rem;
  height: 0.58rem;
  margin: 0 auto;
  background-color: #f5f7f9;
  border-radius: 0.08rem;
  line-height: 0.58rem;
}
.normal-main .normal-mail .yjzj-title span {
  display: inline-block;
  width: auto;
  height: 0.58rem;
  padding: 0 0.2rem;
  background-color: #347cdd;
  border-top-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-mail-border {
  border: 0.01rem solid #eaf2fd;
  border-radius: 0.08rem;
}
.normal-main .normal-report {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-report .report-lf {
  float: left;
  width: 7.8rem;
  height: auto;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-report .report-lf .report-coltit {
  width: 100%;
  height: 0.8rem;
  background: url(nm-yjzj-titBg.png) repeat-x bottom;
  background-size: 0.04rem 0.08rem;
  line-height: 0.8rem;
}
.normal-main .normal-report .report-lf .report-coltit span {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-report .report-lf .report-tit {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.1rem;
  padding: 0 0.15rem;
  background-color: #f1f7ff;
  line-height: 0.5rem;
}
.normal-main .normal-report .report-lf .report-tit img {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.normal-main .normal-report .report-lf .report-tit span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-lf ul.report-list {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.15rem;
}
.normal-main .normal-report .report-lf ul.report-list li {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.15rem;
  background: url(normal-list-liBg.png) no-repeat left center;
  background-size: 0.04rem 0.04rem;
  line-height: 0.5rem;
}
.normal-main .normal-report .report-lf ul.report-list li a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-report .report-lf ul.report-list li:hover {
  background-image: url(normal-list-liOnBg.png);
  background-size: 0.06rem 0.06rem;
}
.normal-main .normal-report .report-lf ul.report-list li:hover a {
  color: #347cdd;
}
.normal-main .normal-report .report-rt {
  float: right;
  width: 3.8rem;
  height: auto;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
}
.normal-main .normal-report .report-rt .report-guide-title {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.normal-main .normal-report .report-rt .report-guide-title img {
  display: inline-block;
  width: 0.25rem;
  height: 0.24rem;
}
.normal-main .normal-report .report-rt .report-guide-title span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-rt .guide-year {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.1rem;
  padding-left: 0.6rem;
  background: url(nm-report-icon8.png) #f1f7ff no-repeat 0.15rem center;
  background-size: 0.27rem 0.26rem;
  line-height: 0.6rem;
}
.normal-main .normal-report .report-rt .guide-year span {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
}
.normal-main .normal-report .report-rt .guide-year.cur,
.normal-main .normal-report .report-rt .guide-year:hover {
  background: url(nm-report-icon8Cur.png) #347cdd no-repeat 0.15rem center;
}
.normal-main .normal-report .report-rt .guide-year.cur span,
.normal-main .normal-report .report-rt .guide-year:hover span {
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-report .report-rt ul.guide-year-list {
  display: none;
  width: 100%;
  padding: 0 0.15rem;
  background-color: #fff;
}
.normal-main .normal-report .report-rt ul.guide-year-list li {
  width: 100%;
  height: 0.6rem;
  border-bottom: 0.01rem dashed #e7ebf5;
}
.normal-main .normal-report .report-rt ul.guide-year-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
  background: url(nm-report-icon9.png) no-repeat 0.2rem center;
  background-size: 0.15rem 0.18rem;
  line-height: 0.58rem;
  font-size: 0.18rem;
  color: #333;
}
.normal-main .normal-report .report-rt ul.guide-year-list li a.cur,
.normal-main .normal-report .report-rt ul.guide-year-list li a:hover {
  background-image: url(nm-report-icon9Cur.png);
  color: #347cdd;
}
.normal-main .normal-report .report-rt ul.guide-year-list.db {
  display: block;
}
.normal-main .normal-report .report-rt a.guide-fold {
  display: block;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.1rem;
  background-color: #f1f7ff;
  line-height: 0.6rem;
  text-align: center;
}
.normal-main .normal-report .report-rt a.guide-fold span {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-rt a.guide-fold img {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.14rem;
  height: 0.15rem;
}
.normal-main .normal-report .report-rt a.guide-fold img.icon2 {
  display: none;
}
.normal-main .normal-report .report-rt a.guide-fold:hover {
  background-color: #347cdd;
}
.normal-main .normal-report .report-rt a.guide-fold:hover span {
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-report .report-rt a.guide-fold:hover img.icon1 {
  display: none;
}
.normal-main .normal-report .report-rt a.guide-fold:hover img.icon2 {
  display: inline-block;
}
.normal-main .normal-leader {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  background-color: #f7fafe;
}
.normal-main .normal-leader .tabPanel {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.normal-main .normal-leader .tabPanel a.panel {
  display: inline-block;
  height: 0.6rem;
  margin: 0 0.2rem;
  font-size: 0.2rem;
  color: #333;
}
.normal-main .normal-leader .tabPanel a.panel.cur {
  background: url(nm-tab-titBg.png) no-repeat center bottom;
  background-size: 100% 0.04rem;
  color: #347cdd;
  font-weight: bold;
}
.normal-main .normal-leader .tabPanel span.line {
  font-size: 0.18rem;
  color: #dcdcdc;
}
.normal-main .normal-leader .tabContent {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background-color: #fff;
}
.normal-main .normal-leader .tabContent .tabItem {
  width: 100%;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf {
  float: left;
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf span {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt {
  float: right;
  width: 9.5rem;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul {
  width: 100%;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li {
  float: left;
  width: 1.3rem;
  height: 2rem;
  margin-right: 0.6rem;
  box-sizing: border-box;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img {
  display: block;
  width: 100%;
  height: 1.6rem;
  padding: 0.05rem;
  border: 0.01rem solid #dcdcdc;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img:hover {
  border-color: #347cdd;
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.name {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.name:hover {
  font-weight: bold;
  color: #347cdd;
}
