body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
/* @font-face {
  font-family: hwxw;
  src: url("hwxw.ttf");
} */
::selection {
  background: #ec2426;
  text-shadow: none;
  color: #fff;
}
.wrap {
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 1000;
  background: rgba(133, 97, 97, 0.2);
}
/* .nav {
  color: #000;
  z-index: 1001;
  margin: 0 auto;
  width: 100%;
  text-align: center;
   margin-bottom: 20px;
}
.nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 1170px;
}
.nav ul li {
  list-style: none;
  float: left;
}
.nav ul li a {
  padding: 0 15px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.nav ul li a:hover {
  color: rgba(12, 128, 217, 1);
  font-weight: bold;
} */
.nav {
  color: #000;
  z-index: 1001;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  /* margin-bottom: 20px; */
}
.nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 1170px;
}
.nav ul li {
  list-style: none;
  float: left;
}
.nav ul li a {
  padding: 15px;
  font-size: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.nav ul li a:hover {
  color: #fff;
  background: #b6222f;
  font-weight: bold;
}
.el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  opacity: 0.75;
  line-height: 300px;
  margin: 0;
}
.el-carousel__arrow {
  background-color: rgba(12, 128, 217, 1);
}
.el-carousel__arrow:hover {
  background-color: rgba(12, 128, 217, 0.5);
}
.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}

.page_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.page_title h1 {
  color: rgba(12, 128, 217, 1);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page_title .line {
  width: 320px;
  border-bottom: 1px solid rgba(12, 128, 217, 1);
  margin: 0 auto;
  text-align: center;
}
.page_title .line span {
  width: 80px;
  height: 4px;
  background: rgba(12, 128, 217, 1);
  display: block;
  margin: 0 auto;
  position: relative;
  top: 2px;
}
.page_title .decs {
  display: block;
  color: #666;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  line-height: 25px;

  font-size: 16px;
}
.info_list {
  width: 1170px;
  margin: 0 auto;
  margin-top: 40px;
}

.info_list .grid-content {
  box-shadow: 0 0 10px 5px #ddd;
  padding: 25px 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: 100%;
  min-height: 195px;
}
.info_list .grid-content1 {
  box-shadow: 0 0 10px 5px #ddd;
  padding: 25px 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  min-height: 195px;
  border-radius: 5px;
}
.info_list .grid-content::before {
  border-left: 1px solid rgba(12, 128, 217, 1);
  left: 0;
  position: absolute;
  border-right: 1px solid rgba(12, 128, 217, 1);
  content: "";
  height: 0;
  width: 376px;
  transition: all 0.4s ease-in-out 0s;
  z-index: -1;
  top: 50%;
}

.info_list .grid-content::after {
  border-top: 1px solid rgba(12, 128, 217, 1);
  left: 50%;
  position: absolute;
  border-bottom: 1px solid rgba(12, 128, 217, 1);
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: -1;
  top: 0;
}

.info_list .grid-content:hover::before {
  position: absolute;
  width: 376px;
  height: 100%;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
}

.info_list .grid-content:hover::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  left: 0;
  right: 0;
}
.info_list .grid-content:hover {
  box-shadow: none;
}

.info_list .grid-content .titleAndMore {
  height: 30px;
  margin-bottom: 15px;
}

.info_list .grid-content .title {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  line-height: 18px;
}
.info_list .grid-content .more {
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid rgba(12, 128, 217, 1);
  text-decoration: none;
  color: rgba(12, 128, 217, 1);
  border-radius: 5px;
  position: relative;
  right: -10px;
  top: -5px;
}
.info_list .grid-content:hover .more {
  background: rgba(12, 128, 217, 1);
  color: #fff;
}

.info_list .grid-content .news_list {
  height: 30px;
  line-height: 30px;
}
.info_list .grid-content .news_title {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info_list .grid-content .news_title a {
  color: #333;
  text-decoration: none;
}
.info_list .grid-content .news_title a:hover {
  color: rgba(12, 128, 217, 1);
  text-decoration: none;
}
.info_list .grid-content .news_date {
  text-align: right;
  font-size: 14px;
  color: #333;
}

.zizhi {
  width: 1170px;
  margin: 60px auto;
}
.zizhi .z-img {
  -moz-box-shadow: 3px 3px 10px #8f8f8f;
  -webkit-box-shadow: 3px 3px 10px #8f8f8f;
  box-shadow: 3px 3px 10px #8f8f8f;
}
.zizhi .z-col {
  margin-bottom: 30px;
}
.zizhi h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.zizhi p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px;
}

.rongyu {
  background-image: url(http://www.nanhuapm.com/Public/attached/202003/1584162847.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: auto;
  overflow: 100%;
}
.images-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.rongyu .container {
  position: relative;
  z-index: 1000;
}

.hezuo {
  width: 1170px;
  margin: 60px auto;
}

.hezuo .z-img {
  padding: 10px;
  border: 1px solid #e5e5e5;
  height: 80px;
}
.hezuo .z-col {
  margin-bottom: 15px;
}
.hezuo .z-img:hover {
  border: 1px solid rgba(12, 128, 217, 1);
}

.link {
  width: 1170px;
  margin: 45px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.link a {
  /* margin-right: 15px; */
  text-decoration: none;
  color: #666;
}

.link a:hover {
  color: rgba(12, 128, 217, 1);
}

.footer {
  background: #f6f6f6;
  padding: 30px 0px;
  padding-bottom: 0px;
}
.footer .footer_container {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #666;
}
.footer .footer_container .title {
  color: #666;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer .footer_container .decs {
  color: #666;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  line-height: 25px;
}
.footer .footer_container .footer_link a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.footer .copyright {
  background: #e7e7e7;
  padding: 10px 0px;
  color: #666;
  font-size: 14px;
  text-align: center;
  font-family: "微软雅黑";
}

/* 列表页 */

.type_list {
  width: 1170px;
  margin: 45px auto;
}
.type_select a {
  padding: 10px 20px;
  display: block;
  background: rgba(12, 128, 217, 1);
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}
.type_select a:hover {
  background: #ec2426;
}
.type_select a.cur {
  background: #ec2426;
}
.type_select a.cur::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: #ec2426;
  position: absolute;
  transform: rotate(45deg);
  right: -3px;
  top: 9px;
}

.type_list .type_line {
  border-bottom: 3px solid rgba(12, 128, 217, 1);
  padding: 10px 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}
.type_list .content {
  font-family: "微软雅黑";
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
}
.type_list .type_line span {
  color: rgba(12, 128, 217, 1);
  font-weight: bold;
  font-size: 20px;
}
.type_list .type_line .subtitle {
  margin-top: 10px;
  font-size: 14px;
}
.type_list .type_line .date {
  margin-top: 10px;
  font-size: 14px;
}
.type_name {
  position: absolute;
  top: 50%;
  text-shadow: 3px 4px 9px #000;
  color: #fff;
  z-index: 1001;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
}
.ul_list ul {
  margin: 0;
  padding: 0;
}
.ul_list ul li {
  list-style: none;
  height: auto;
  padding: 15px 0px;
  border-bottom: 1px dashed #e5e5e5;
}

.ul_list ul li a {
  font-size: 18px;
  display: block;
  text-align: justify;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
.ul_list ul li:hover a {
  color: rgba(12, 128, 217, 1);
}
.ul_list ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #444;
  margin-top: 5px;
}
.ul_list ul li:last-child {
  border-bottom: 0px;
}

.page {
  text-align: left;
  margin: 20px auto;
}
.page a {
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  color: #444;
  min-width: 20px;
  text-align: center;
  font-size: 14px;
}
.page a:hover,
.page a.cur {
  background: rgba(12, 128, 217, 1);
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(12, 128, 217, 1);
}
.page a.cura {
  background: rgba(12, 128, 217, 1);
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(12, 128, 217, 1);
}
.nodata {
  font-size: 16px;
  text-align: center;
  font-family: "微软雅黑";
  margin: 20px auto;
}

.cyz {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 80px;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  z-index: 1010;
  font-size: 10px;
  text-align: center;
  color: #666;
}
.cyz a {
  text-decoration: none;
  color: #666;
}

.cyz img {
  margin-top: 5px;
}
/* 后续增加 */

.logo {
  color: #fff;
  z-index: 1001;
}
/* .logo img {
  color: #fff;
  z-index: 1001;
} */
.search {
  position: absolute;
  top: 30px;
  right: 60px;
  color: #fff;
  z-index: 1001;
  width: 300px;
}


.header {
  z-index: 10000;
  position: relative;
  -moz-box-shadow: 0px 3px 15px #666;
  -webkit-box-shadow: 0px 3px 15px #666;
  box-shadow: 0px 3px 15px #666;
}
.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
}
