html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.mySwiper {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.mySwiper .swiper-slide {
  box-sizing: border-box;
  position: relative;
  line-height: 0;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.swiper-pagination1 .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 0.45;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  width: 49px;
  background: #cfa972;
  opacity: 1;
}

.swiper-pagination1.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 20px 0;
}

.top-bar {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: #cfa972 solid 1px;
}
.er-bg {
  height: 520px;
  background-position: center center;
}
.main-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logo {
  line-height: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.nav-menu > div {
  padding: 10px 15px;
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.nav-menu > div .down-menu {
  position: absolute;
  left: -20px;
  top: 50px;
}

.slide-down {
  position: relative;
  z-index: 999;
  transition: all 0.5s ease 0.1s;
}

.slide-down::before {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #cfa972;
  position: absolute;
  border-radius: 2px;
  right: 20%;
  bottom: 0;
  z-index: -1;
  transform-origin: 0px 100%;
  transform: scaleY(0);
  transition: all 0.5s ease 0.1s;
}

.slide-down.active::before {
  transform: scaleY(1);
}

.nav-menu > div.active::before {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #cfa972;
  position: absolute;
  border-radius: 2px;
  right: 20%;
  bottom: 0;
  z-index: 0;
  transform-origin: 0px 100%;
}

.slide-down > div {
  position: absolute;
  left: calc(50% - 55px);
  top: 55px;
  border-radius: 8px;
  overflow: hidden;
  width: 110px;
  z-index: -2;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
  font-size: 16px;
  border: #cfa972 solid 1px;
}

.nav-menu > div.search {
  width: 26px;
  height: 26px;
  background-color: #cfa972;
  border-radius: 13px;
  padding: 0px;
  text-align: center;
  line-height: 26px;
}

.slide-down > div > div {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 8px 0;
  color: #82520c;
}

.slide-down > div > div:hover {
  font-weight: bold;
}

.slide-down > div > div:last-child {
  border: none;
}

.slide-down:hover {
  color: #fff;
  transition: all 0.5s ease 0.1s;
}

.slide-down:hover::before {
  transform: scaleY(1);
  transition: all 0.5s ease 0.1s;
}

.slide-down:hover > div {
  color: #000;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.1s;
}

.banner01 {
  padding-top: 270px;
  line-height: 1.5;
}

.banner02 {
  padding-top: 150px;
}

.banner02 > div:nth-child(2) {
  padding-left: 150px;
}

.banner03 {
  padding-top: 200px;
  text-align: center;
}

.index_more {
  border: #fff solid 1px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  margin-top: 30px;
  cursor: pointer;
}

.index_more span {
  margin-left: 20px;
  border-left: #fff solid 1px;
  display: inline-block;
  padding-left: 20px;
}

.jtjj {
  width: 50%;
}

.jtjj-hh {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  position: relative;
  padding: 10px 0;
}

.jtjj-hh:before {
  content: "";
  width: 143px;
  height: 6px;
  background: #cfa972;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.flex-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  font-size: 22px;
  color: #ffffff;
}
.jtjj-content{
	text-align: justify;
}
.jtjj-content p{
	text-indent: 44px;
}
.more {
  width: 128px;
  height: 34px;
  background: #cfa972;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  float: right;
  opacity: 0.8;
}
.more:hover {
  opacity: 1;
}

.ddjs {
  display: flex;
  justify-content: space-between;
}

.ddjs-item {
  width: 48%;
}

.ddjs-item-hh {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.item-pic {
  width: 100%;
  height: 336px;
  overflow: hidden;
  text-align: center;
}

.item-pic img {
  width: 100%;
}

.item-title {
  font-size: 24px;
  color: #000000;
  padding: 10px 20px;
  height: 92px;
}

.ddjs-item-content {
  background: rgba(255, 255, 255, 0.39);
  padding-bottom: 20px;
  margin-top: 20px;
}

.more-box {
  padding-right: 20px;
  overflow: hidden;
}

.multiline-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 闄愬埗鏄剧ず涓�3琛� */
  overflow: hidden;
}

.multiline-ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 闄愬埗鏄剧ず涓�3琛� */
  overflow: hidden;
}

.footer-style {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-t {
  height: calc(100% - 170px);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.footer-tr {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
}

.footer-bg {
  width: 100%;
  background-color: #383838;
  line-height: 2;
  height: 170px;
}

.footer-b {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-bt {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 16px;
}

.footer-bt-l {
  line-height: 1.2;
}

.footer-bt-l .dianhua {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.footer-bt-l .dianhua img {
  margin-right: 10px;
}

.footer-bt-r {
  display: flex;
}

.footer-bt-r ul {
  padding: 0;
  width: 120px;
  text-align: center;
}

.footer-bt-r ul li {
  line-height: 2;
  cursor: pointer;
}

.footer-bt-r ul li:first-child {
  font-size: 18px;
  color: #fefefe;
}

.footer-bb {
  border-top: #999999 solid 1px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  color: #999999;
}

.footer-bb-l .h {
  color: #b1782e;
}

.footer-bb-m .h {
  font-size: 16px;
  color: #ffffff;
}

.footer-c {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.footer-r {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-size: 14px;
  align-items: flex-end;
}

.footer-r-l,
.footer-r-m {
  margin-right: 20px;
}

.ywbk {
  display: flex;
  justify-content: space-between;
}

.ywbk-item {
  width: 33%;
  position: relative;
  line-height: 0;
  opacity: 0;
		background: url('../../images/nzj/208ywbkkk.png') no-repeat;
		background-size:100% 100% ;
		padding: 10px;
}

.ywbk-item img {
  width: 100%;
}

.ywbk-item-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(100% - 20px);
  height:calc(100% - 20px);
  left: 10px;
  top:10px;
  align-items: center;
  justify-content: center;
  background: rgba(33, 34, 68, 0.7);
  line-height: 1.5;
  opacity: 0;
  transition: all 0.2s ease 0.1s;
}
.ywbk-item:hover .ywbk-item-content {
  opacity: 1;
  transition: all 0.2s ease 0.1s;
}
.ywbk-item-hh {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}

.ywbk-item-info {
  font-size: 18px;
  color: #c9d2ff;
  padding: 0 40px;
  text-align: justify;
}

.xwzx {
  display: flex;
  justify-content: space-between;
}

.xwzx-item {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  height:538px;
  line-height: 1.5;
  transform: scale(1);
  transition: all 0.5s ease 0.1s;
		border-radius: 10px 10px 0px 0px;
}
.xwzx-item img {
  height: 100%;
}

.xwzx-item-hh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    #193e79,
    rgba(23, 56, 114, 0.51),
    rgba(255, 255, 255, 0.04)
  );
  padding: 40px 20px 0px 20px;
  font-size: 20px;
  opacity: 1;
  transition: all 0.5s ease 0.1s;
  line-height: 50px;
}

.xwzx-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  color: #ffffff;
  text-align: justify;
  background-color: rgba(0, 28, 88, 0.7);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

/* .xwzx-item:hover {
	transform: scale(1.2);
	transition: all 0.5s ease .1s;
} */

.xwzx-item:hover .xwzx-item-hh {
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

.xwzx-item:hover .xwzx-item-content {
  opacity: 1;
  transition: all 0.5s ease 0.1s;
}

.xwzx-hh {
  font-weight: bold;
  font-size: 48px;
  color: #cfa972;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}

.xwzx-content-hh {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.xwzx-content-content {
  font-size: 18px;
}

.xxgk {
  background: #fff;
  height: 600px;
  display: flex;
  padding: 15px;
}

.xxgk-l {
  width: 18%;
  border-right: rgba(176, 176, 176, 1) solid 1px;
}

.xxgk-side {
  font-size: 20px;
  height: 500px;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding-top: 145px;
}

.xxgk-side > div {
  cursor: pointer;
  margin-bottom: 30px;
}

.xxgk-side .active {
  color: #82520c;
  position: relative;
}

.xxgk-side .active:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(207, 169, 114, 1);
}

.xxgk-con {
  width: 82%;
}

.xxgk-item {
  width: 100%;
  display: flex;
  color: #000;
  justify-content: space-around;
  position: relative;
  height: 95%;
  padding-top: 30px;
}

.xxgk-news {
  width: 100%;
  line-height: 1.5;
  padding: 0 15px;
  padding-top: 20px;
}

.xxgk-item .more {
  float: none;
  margin: 0 auto;
  position: absolute;
  left: -17%;
  bottom: 40px;
}

.xxgk-news-pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.xxgk-news-pic img {
  width: 100%;
}

.xxgk-news-hh {
  font-size: 20px;
  margin-bottom: 20px;
  height: 60px;
}

.xxgk-news .day {
  color: RGBA(100, 100, 102, 1);
  font-size: 40px;
  margin-bottom: 10px;
}

.xxgk-news .date {
  color: RGBA(100, 100, 102, 1);
  font-size: 16px;
  margin-bottom: 20px;
}

.xxgk-news .detail {
  text-align: right;
  color: RGBA(100, 100, 102, 1);
  font-size: 16px;
  margin-top: 10px;
}

.bg-map {
  position: relative;
  height: 100%;
}

.bg-map:before {
  content: "";
  background-color: #242933;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg-cont {
  height: 100%;
  display: flex;
  align-items: center;
}

.bg-map-1 {
  width: 40%;
  height: 100%;
  background-color: #242933;
  position: relative;
}

.jrwm-l {
  padding: 0 30px;
}

.jrwm-l-hh {
  font-weight: bold;
  font-size: 40px;
  color: #cfa972;
}

.jrwm-l-phone {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.jrwm-l-info {
  font-size: 18px;
  color: #999999;
}

.jrwm-l-info span {
  color: #fff;
}

.jrwm-l-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jrwm-lr {
  text-align: center;
  font-size: 18px;
  color: #999999;
  margin-left: 20px;
}

.jrwm-l-footer {
  width: 98%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  border-top: #999999 solid 1px;
  font-size: 14px;
  color: #cfa972;
}

.jrwm-l-footer span {
  color: #999999;
}

.jrwm-r {
  width: 60%;
}

.arrow-bottom {
  width: 40px;
  left: calc(50% - 20px);
  bottom: 20px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  animation: upanddown 2s infinite;
  cursor: pointer;
}
@keyframes upanddown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mySwiper3 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
		padding: 10px 6px 60px 6px;
		border-radius: 13px 13px 0px 0px;
		overflow: hidden;
	 height: 598px;
		z-index: 1;
		position: relative;

}
.mySwiper3 .swiper-slide::before{
	content:'';
	width: 100%;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 90%;
	background:linear-gradient(to bottom,RGBA(49, 138, 222, 1),RGBA(49, 138, 222, 0));
}
.mySwiper3 .swiper-slide::after{
	content: '';
	width: 100%;
	height: 114px;
	background: url('../../images/nzj/xwzx_light.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom:0px;
}
.mySwiper3 .swiper-wrapper,
.mySwiper4 .swiper-slide,
.mySwiper5 .swiper-slide {
  height: auto;
}
.mySwiper3 .swiper-slide-active,
.mySwiper3 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.mySwiper3 .swiper-slide-active .xwzx-item-content {
  opacity: 1;
  transition: all 0.5s ease 0.1s;
}

.mySwiper3 .swiper-slide-active .xwzx-item-hh {
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
.mySwiper4 .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s ease 0.1s;
}
.mySwiper4 .swiper-slide:hover .xxgk-news .detail,
.mySwiper4 .swiper-slide:hover .xxgk-news .day,
.mySwiper4 .swiper-slide:hover .xxgk-news .date {
  color: #fff;
  transition: all 0.5s ease 0.1s;
}

.mySwiper4 .swiper-slide:hover {
  color: #fff;
  background-color: rgb(14, 53, 125);
  transform: scale(0.95);
  transition: all 0.5s ease 0.1s;
}
.mySwiper5 .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s ease 0.1s;
}
.mySwiper5 .swiper-slide:hover .xxgk-news .detail,
.mySwiper5 .swiper-slide:hover .xxgk-news .day,
.mySwiper5 .swiper-slide:hover .xxgk-news .date {
  color: #fff;
  transition: all 0.5s ease 0.1s;
}

.mySwiper5 .swiper-slide:hover {
  color: #fff;
  background-color: rgb(14, 53, 125);
  transform: scale(0.95);
  transition: all 0.5s ease 0.1s;
}
.index_more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease 0.1s;
}

.footer-bg {
  width: 100%;
  background-color: #383838;
  line-height: 2;
  height: 170px;
}
.footer-b {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-bt {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 16px;
}
.footer-bt-l {
  line-height: 1.2;
}
.footer-bt-l .dianhua {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.footer-bt-l .dianhua img {
  margin-right: 10px;
}
.footer-bt-r {
  display: flex;
}
.footer-bt-r ul {
  padding: 0;
  width: 120px;
  text-align: center;
}
.footer-bt-r ul li {
  line-height: 2;
  cursor: pointer;
}
.footer-bt-r ul li:first-child {
  font-size: 18px;
  color: #fefefe;
}
.footer-bb {
  border-top: #999999 solid 1px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  color: #999999;
}

.footer-bb-l .h {
  color: #b1782e;
}

.footer-bb-m .h {
  font-size: 16px;
  color: #ffffff;
}
.footer-style {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-t {
  height: calc(100% - 170px);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.footer-tr {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}
.footer-c {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.footer-r {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-size: 14px;
  align-items: flex-end;
}
.footer-r-l,
.footer-r-m {
  margin-right: 20px;
}
.erji-title {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  margin-top: 120px;
  margin-left: 100px;
}
.erji-info {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
}
.bran-menu-border {
  border-bottom: #005982 solid 1px;
}
.bran-menu {
  display: flex;
  max-width: 1200px;
}
.bran-menu > div.active {
  position: relative;
  font-weight: bold;
}
.bran-menu > div.active:before {
  content: "";
  width: 100px;
  height: 6px;
  background-color: #cfa972;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.bran-menu > div {
  padding: 25px 0 15px;
  width: 200px;
  text-align: center;
  font-size: 24px;
  color: #82520c;
}
.bran-hh {
  background: url("../../images/nzj/jtgk02_04.png") no-repeat;
  background-position: center bottom;
  font-weight: bold;
  font-size: 36px;
  color: #29569b;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 50px;
}
.erji-content {
  margin-top: 30px;
  font-size: 18px;
}
.ddjs-list-pic img{
	border-radius: 10px;
}
.erji-content p {
  /*text-indent: 40px;*/
  text-align: justify;
}
.ddjs-list {
  overflow: hidden;
}
.ddjs-item-list {
  width: 30%;
  max-width: 360px;
  float: left;
  margin-right: 5%;
  background-color: #FFEFDD;
		margin-bottom: 10px;
		padding: 10px;
}
.ddjs-item-list:nth-child(3n) {
  margin-right: 0;
}
.ddjs-list-pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.ddjs-list-pic img {
  width: 100%;
}
.ddjs-list-title {
  padding: 0 10px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  height: 64px;
  overflow: hidden;
  line-height: 1.5;
}
.ddjs-list-info {
  padding: 10px;
  font-size: 16px;
  color: #797776;
}
.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-container {
  display: flex;
  align-items: center;
}
.page-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
}
.page-btn:hover {
  border-color: #005982;
  color: #005982;
}
.page-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
}
.page-num:hover {
  color: #005982;
}
.page-num.active {
  color: #005982;
  font-weight: bold;
}
.ellipsis {
  margin: 0 5px;
  color: #999;
}
.page-jump {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.page-input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 2px;
}
.jump-btn {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  color: #005982;
  font-weight: bold;
}

.ywbk-content{
	font-size: 22px;
	display: flex;
 width: 100%;
	min-width: 1000px;
	max-width: 1920px;
	margin: 10px auto;
	justify-content: space-around;
}
.ywbk-title-comp{
	display: inline-block;
	padding: 10px 15px;
	background: #003F89;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.ywbk-title{
  font-size: 36px;
  color: #222222;
  background: url('../../images/nzj/ywbk_07.jpg') no-repeat;
  background-position: left bottom;
  padding: 10px 0;
}
.ywbk-text{
	width: 41%;
	flex: 1;
	padding: 30px;
	min-width:600px ;
	line-height: 1.5;
}
.ywbk-text p{
	text-indent: 44px;
    text-align: justify;
}
.ywbk-block{
	width:8%;
	/* max-width: 200px; */
}
.ywbk-pic{
	width:41%;
	flex: 1;
	min-width:400px ;
	overflow: hidden;
}
.ywbk-al{
	background: #CFA972;
	font-size: 24px;
	color: #FFFFFF;
	margin-right: 10px;
}
.ywbk-alt{
	padding: 5px 10px;
}
.bread-nav{
	padding: 10px 0;
	font-size: 18px;
	color: #82520C;
}
.divid{
	border-bottom:#005982 solid 1px ;
}
.content-title{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 15px 0 30px;
}
.content-info{
	font-size: 16px;
	color: #999;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #f5f5f5 solid 1px;
}
.er-content{
	line-height: 1.5;
}
.content-content{
	font-size: 20px;
}
.fadeIn{
	opacity: 0;
}

.mySwiper4,.mySwiper5{
  width: 100%;
}

.er-content{
  padding: 0 30px;
  text-align: justify;
}

.pagination {border-radius: 4px;padding: 30px 0}
.pagination>li {display: inline;}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #40aae2;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index: 3;color: #fff;background-color: #40aae2;border-color: #40aae2;cursor: default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span {padding: 10px 16px;font-size: 18px;line-height: 1.33333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.pagination-sm>li>a,.pagination-sm>li>span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.badge,.label {line-height: 1;white-space: nowrap;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.search-pagination>.pagination>li>a {margin: 0 3px;}
.search-pagination {text-align: center;}
.search-pagination>.pagination>.page-active>a {background-color: #40aae2;color: #fff;}
.pagination>li>a,.pagination>li>span {color: #000;}
.pagination>li>a:hover {cursor: pointer;color: #23527c;}
