@font-face {
  font-family: 'acrom';
  src: local('fontName Regular'), local('fontName'), url('acrom.woff') format('woff');
}
@font-face {
  font-family: 'hwxk';
  src: url('hwxk.woff2') format('woff2');
}
.main_row {
  padding: 0 1.875rem;
  position: relative;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mytable {
  display: table;
}
.mycell {
  display: table-cell;
  vertical-align: middle;
}
.cover {
  background: no-repeat center;
  background-size: cover;
}
.contain {
  background: no-repeat center;
  background-size: contain;
}
.bg {
  background: no-repeat center;
}
.picbox {
  overflow: hidden;
}
.pic {
  height: 100%;
  transition: 0.5s;
}
.pic:hover {
  transform: scale(1.1);
}
.pic img {
  object-fit: cover;
}
.ssb {
  display: block;
  padding: 1rem;
  background: #ffffff;
}
.ssb .picbox {
  position: relative;
}
.ssb .pic-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  background: #5baae5;
}
.sb {
  height: auto;
  padding-bottom: 130%;
}
.sp {
  height: auto;
  padding-bottom: 90%;
}
a:hover .pic {
  transform: scale(1.05);
}
/* 头部 */
.header-top {
  background: #296390;
}
.header-top .main_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  height: 40px;
  padding: 0 5vw;
}
.header-cent {
  background: #4082b6 url("../images/top-rback.jpg") center right no-repeat;
}
.header-cent .main_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.header-cent-l img {
  display: block;
  width: 30rem;
}
.header-cent-r {
  display: flex;
  align-items: flex-start;
}
.header-cent-r a {
  display: flex;
  align-items: flex-start;
  margin-left: 1.25rem;
}
.header-cent-r a img {
  margin-right: 5px;
}
.header-cent-r a p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}
.header-cent-r a span {
  font-size: 16px;
  color: #ffffff;
  font-family: acrom;
  line-height: 1.5;
}
.header-bot {
  z-index: 999;
  background: #fff;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-bot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bot ul li {
  flex: 1;
  position: relative;
  padding: 0 2px;
}
.header-bot ul li:after {
  content: "";
  right: 0;
  height: 30%;
  width: 2px;
  top: 35%;
  background: #eeeeee;
  position: absolute;
}
.header-bot ul li:first-child:before {
  content: "";
  left: 0;
  height: 30%;
  width: 2px;
  top: 35%;
  background: #eeeeee;
  position: absolute;
}
.header-bot ul li p {
  text-align: center;
  font-size: 18px;
  color: #000000;
  line-height: 3.125rem;
  transition: 0.3s;
}
.header-bot ul li p.act,
.header-bot ul li p:hover {
  background: #296390;
  color: #ffffff;
}
.header-bot ul li dl {
  position: absolute;
  top: 3rem;
  left: 2px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  display: none;
  right: 2px;
}
.header-bot ul li dl dd {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #dfdfdf;
  transition: 0.3s;
}
.header-bot ul li dl dd:hover {
  background: #296390;
  color: #ffffff;
}
.header-bot ul li dl dd:last-child {
  border: none;
}
.header-bot ul li dl dd a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 1.5;
}
.header-bot ul li:hover dl {
  display: block;
}
/*手机头部*/
.mheader {
  display: none;
}
.mheader .header-btns {
  height: 3.125rem;
  padding: 0 1rem;
  border-radius: 5px;
  display: flex;
  background: #5baae5;
  align-items: center;
  cursor: pointer;
}
.mheader .header-btns i {
  font-size: 1.125rem;
  color: #ffffff;
  margin-right: 1rem;
}
.mheader .header-btns .header-btn {
  height: 18px;
  width: 18px;
  position: relative;
}
.mheader .header-btns .header-btn span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.mheader .header-btns .header-btn span:nth-child(1) {
  transition: transform 0.3s, width 0.3s, left 0.3s, top 0.3s 0.3s;
}
.mheader .header-btns .header-btn span:nth-child(2) {
  top: 50%;
  transition: 0.6s;
}
.mheader .header-btns .header-btn span:nth-child(3) {
  top: 100%;
  transition: transform 0.3s, width 0.3s, left 0.3s, top 0.3s 0.3s;
}
.mheader .header-btns .header-btn.act span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.3s, width 0.3s 0.3s, left 0.3s 0.3s, transform 0.3s 0.3s;
  width: 60%;
  left: 20%;
}
.mheader .header-btns .header-btn.act span:nth-child(2) {
  opacity: 0;
}
.mheader .header-btns .header-btn.act span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.3s, width 0.3s 0.3s, left 0.3s 0.3s, transform 0.3s 0.3s;
  width: 60%;
  left: 20%;
}
/*手机导航*/
.navs {
  position: fixed;
  z-index: 222;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: url("../images/nav-back.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  transition: 0.6s;
  opacity: 0;
  overflow: hidden;
  display: none;
}
.navs .main_row {
  height: 100%;
}
.navs.act {
  opacity: 1;
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 3rem;
}
.navs .navs-cen {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 4;
}
.navs .navs-cen ul {
  display: flex;
  justify-content: space-between;
}
.navs .navs-cen ul li h1 {
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.navs .navs-cen ul li .navbtn {
  display: none;
}
.navs .navs-cen ul li p {
  font-size: 1.28rem;
  color: #ffffff;
  padding: 0.3rem 0;
}
.navs .navs-cen .navs-zs1 {
  position: absolute;
  left: 6.25vw;
  bottom: 4rem;
}
.navs .navs-cen .navs-zs1 p {
  font-family: acrom;
  font-size: 1rem;
  color: #98421b;
}
.navs .navs-cen .navs-zs1 h1 {
  font-family: acrom;
  font-weight: bold;
  color: #98421b;
  font-size: 2rem;
}
.navs .navs-cen .navs-zs2 {
  position: absolute;
  right: 6.25vw;
  bottom: 4rem;
}
/* 底部 */
.footer-top {
  background: url("../images/bottom-back.jpg") center center no-repeat;
  height: 362px;
}
.footer-top .main_row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-top .footer-logo {
  max-width: 100%;
}
.footer-top .footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bot {
  background: #296390;
}
.footer-bot .main_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  padding: 0 5vw;
}
.footer-bot .main_box a {
  color: #ffffff;
}
/*弹窗*/
.mytoast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  box-sizing: border-box;
  padding: 10vh 20vw;
  display: none;
}
.mytoast .mytoast-cont {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
}
.mytoast .mytoast-cont .mytoast-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 5px;
}
.mytoast .mytoast-cont .mytoast-close:after,
.mytoast .mytoast-cont .mytoast-close:before {
  content: "";
  top: 50%;
  width: 60%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 20%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.mytoast .mytoast-cont .mytoast-close:before {
  transform: rotate(-45deg);
}
.mytoast .mytoast-cont .mytoast-boxs {
  overflow-y: auto;
  height: 100%;
  padding-right: 1rem;
  box-sizing: border-box;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit {
  padding: 0 2rem 2rem;
  border-bottom: 1px solid #9c9c9c;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit h1 {
  font-size: 1.875rem;
  color: #000000;
  text-align: justify;
  position: relative;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit h1:before {
  content: "";
  width: 19px;
  height: 14px;
  background: url("../images/icon16.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit p {
  font-size: 14px;
  color: #999999;
  margin-top: 1.5rem;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit p span {
  margin-right: 2rem;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-tit p i {
  color: #2984bd;
}
.mytoast .mytoast-cont .mytoast-boxs .detail-info {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  text-align: justify;
  padding: 2rem 0;
}
/*子页*/
.nybanner {
  height: 20rem;
}
.nybanner .main_row {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.nybanner .subnavs {
  position: absolute;
  right: 5vw;
  bottom: 2rem;
  font-size: 14px;
  color: #0f75b5;
}
.nybanner .ncont h1 {
  font-size: 2rem;
  color: #296390;
}
.nybanner .ncont p {
  font-size: 1.125rem;
  color: #000000;
  text-transform: uppercase;
}
.nysubs {
  background-color: #fff;
}
.nysubs a {
  display: inline-block;
  font-size: 1.25rem;
  color: #000000;
  padding: 0.65rem 1.8rem;
  transition: 0.3s;
}
.nysubs a:hover,
.nysubs a.act {
  color: #ffffff;
  background: #296390;
}
.empty {
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */