#slideshow {
  position: relative;
  width: 100%;
  height: 650px;
}

#slideshow #slides {
  background: #fff;
  overflow: hidden;
}

#slideshow #slides > li {
  position: absolute;
  clear: both;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}
#slideshow #slides li.slideActive {
  z-index: 2;
  opacity: 1;
  transition: all 0.8s ease;
}
#slideshow .slide_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
}
#slideshow .slide_arrow a {
  position: absolute;
  top: -42px;
  display: block;
  width: 45px;
  height: 85px;
  opacity: 0.7;
}
#slideshow .slide_arrow a:hover {
  opacity: 1;
}
#slideshow .slide_arrow a img {
  display: block;
  margin: 0 auto;
}
#slideshow .slide_arrow .prev {
  left: 100px;
}
#slideshow .slide_arrow .next {
  right: 100px;
  transform: rotate(180deg);
}

#slideshow .pager {
  margin-top: 80px;
}

#slideshow .pager .inner,
#slideshow .pager .pager_wrap{ display: flex; align-items: center;}
#slideshow .pager .pager_wrap{ padding-top: 4px}
#slideshow .pager ul {
  display: inline-block;
}
#slideshow .pager .control{
	width: 17px;
	height: auto;
	line-height: inherit;
	margin-left: 10px;
	border: none;
}
#slideshow .pager ul + img {
  display: inline-block;
  margin-left: 10px;
}
#slideshow .pager .pager_wrap button:focus{
	outline-offset: 0; 
	border-radius: 0
}
#slideshow .pager .pager_wrap button{ 
  color: transparent;
  text-indent: -9999px;
  border: none;
  width: 50px;
  height: 17px;
  line-height: initial;
  position: relative;
  margin: 0 3px;
}
#slideshow .pager .pager_wrap button:after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
#slideshow .pager .pager_wrap button:after,
#slideshow .pager ul li {
  content:"";
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}
#slideshow .pager .pager_wrap button.active{ width: 70px}
#slideshow .pager .pager_wrap button.active:after,
#slideshow .pager ul li.active {
  background-color: #fff !important;
  height: 4px;
  border-radius: 2px;
}

#slideshow .slide_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
#slideshow .slide_txt .inner {
  max-width: 1220px;
  padding: 0 50px;
  margin: 0 auto;
  color: #fff;
}

#slideshow .slide_txt .inner h2 {
  font-size: 50px;
}
#slideshow .slide_txt .inner p {
  font-size: 20px;
  margin-top: 30px;
}
#slideshow .slide_txt .inner a {
  display: none;
  width: 180px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  margin: 30px auto;
  font-size: 20px;
}
#mainBanner {
  position: relative;
  top: -60px;
  z-index: 11;
  padding: 0;
}
#mainBanner > div {
  width: 50%;
  padding: 0 10px;
}
#mainBanner a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 120px;
  font-size: 24px;
  padding: 0 0 0 40px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#mainBanner a span {
  position: absolute;
  top: 0;
  right: 30px;
}
#mainBanner .left a {
  background-image: url('../img/main/main_banner_01.png');
}
#mainBanner .right a {
  background-image: url('../img/main/main_banner_02.png');
}

#bbsWrap > div {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
#bbsWrap > div > h2 {
  position: relative;
  font-size: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #aeaeae;
}
#bbsWrap a.more.tail { top: 20px!important; right: 20px !important; margin: 0}
#bbsWrap a.more.tail ,
#bbsWrap > div > h2 a {
  position: absolute;
  top: 11px;
  right: 10px;
}

#bbsWrap .left dl {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
#bbsWrap .left dl a {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
}
#bbsWrap .left dl dd {
  margin-top: 15px;
  color: #666666;
}

#bbsWrap .right .top {
  line-height: 103px;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #dfdfdf;
}
#bbsWrap .right .top a {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  margin: 0;
}
#bbsWrap .right .top a img {
  display: block;
}
#bbsWrap .right .top a.cal_next img {
  display: block;
  transform: rotate(180deg);
}
#bbsWrap .right .cal_wrap {
  position: absolute;
  top: 38px;
  right: 0;
}
#bbsWrap .list_wrap {
  height: 310px;
}
#bbsWrap .right dt {
  width: 110px;
  text-align: center;
  background: url('../img/main/ic_list.png') no-repeat center center;
  font-size: 20px;
  color: #888888;
  font-weight: bold;
  padding-top: 20px !important;
}
#bbsWrap .right dt,
#bbsWrap .right dd {
  padding: 10px;
}
#bbsWrap .right dd {
  color: #707070;
  font-size: 14px;
}
#bbsWrap .right dd:last-child {
  width: 100px;
  text-align: center;
  font-size: 16px;
}
#bbsWrap .right span {
  display: inline-block;
  padding: 1px 15px;
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  font-size: 14px;
  border-radius: 20px;
}
#bbsWrap .right a {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
#bbsWrap .right dl {
  border-bottom: 1px solid #dfdfdf;
}

#bannerSlide {
  position: relative;
  width: 100%;
  height: 309px;
}
#bannerSlide #slides {
  background: #fff;
  overflow: hidden;
}
#bannerSlide .wrap {
  position: relative;
  height: 100%;
}
#bannerSlide #slides > li {
  position: absolute;
  clear: both;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
#bannerSlide #slides li.slideActive {
  z-index: 2;
}
#bannerSlide .pager {
  position: absolute;
  top: 40px;
  right: 0;
}
#bannerSlide .slide_arrow,
#bannerSlide .pager img {
  display: none;
}
#bannerSlide .pager ul {
  display: inline-block;
}
#bannerSlide .pager ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: #9fb0c0;
  color: transparent;
  cursor: pointer;
  text-indent: -9999px;
}
#bannerSlide .pager ul li.active {
  background-color: #023059;
}
#bannerSlide .top {
  padding: 15px 0;
}

.bbs_wrap > div {
  position: relative;
  width: 50%;
  max-width: 280px;
  height: 225px;
  border: 1px solid #dfdfdf;
  padding: 15px;
}
.bbs_wrap > div p {
  position: relative;
  text-align: right;
  margin-bottom: 25px;
}
.bbs_wrap > div p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
}
.bbs_wrap h2 a {
  display: block;
  margin: 10px 0;
  color: #444444;
  font-size: 18px;
}
.bbs_wrap sub {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #666666;
  font-size: 16px;
  padding: 10px;
}
#onlineSlideWrap {
  margin: 65px 0;
  background: url('../img/main/middle_slide_bg.png') no-repeat center center /
    cover;
  padding: 100px 50px;
}
#onlineSlideWrap h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 35px;
}
#onlineSlideWrap h2 a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  color: #fff;
  font-weight: normal;
}
#onlineSlideWrap h2 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}

#onlineSlideWrap .slick-track {
  height: 400px;
  margin: 50px auto;
}
#onlineSlideWrap .slick-slide {
  display: flex !important;
  width: 300px;
  height: 100%;
}
#onlineSlideWrap .slick-dots {
  overflow: hidden;
}
#onlineSlideWrap .slick-dots li {
  float: left;
}
#onlineSlideWrap .slick-dots button {
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
  border: none;
}
#onlineSlideWrap .slick-dots li.slick-active button {
  background-color: #f2ba52;
}
#onlineSlideWrap .inner {
  align-self: flex-end;
  margin: 0 auto;
}
#onlineSlideWrap .inner a {
  transition: none;
  display: block;
  width: 200px;
  border: 10px solid rgba(255, 255, 255, 0.5);
}
#onlineSlideWrap .inner span {
  display: block;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#onlineSlideWrap .inner b {
  display: none;
  font-size: 20px;
}
#onlineSlideWrap .inner sub {
  display: none;
  font-size: 16px;
  color: #444444;
}
#onlineSlideWrap .slick-current .inner a {
  background-color: #fff;
  width: 280px;
}
#onlineSlideWrap .slick-current .inner span {
  width: 100%;
}
#onlineSlideWrap .slick-current .inner b,
#onlineSlideWrap .slick-current .inner sub {
  display: block;
  width: 100%;
  padding: 10px;
}
#onlineSlideWrap .slick-arrow {
  position: absolute;
  top: inherit;
  bottom: 18px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
#onlineSlideWrap .slick-arrow.slick-prev {
  background-image: url('../img/main/ic_middle_slide_prev.png');
}
#onlineSlideWrap .slick-arrow.slick-next {
  background-image: url('../img/main/ic_middle_slide_next.png');
}

.bg_gray {
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 13px;
}

#mainPhotoWrap {
  background: url('../img/main/photo_bg.png') no-repeat center center / cover;
  margin: 80px 0;
}
#mainPhotoWrap > .container{ position: relative;}
#mainPhotoWrap h2 {
  position: Relative;
  text-align: center;
  font-size: 36px;
  margin: 0 0 50px 0;
}
#mainPhotoWrap a.more.tail{ top: 20px !important; right: 20px !important;}
#mainPhotoWrap a.more.tail,
#mainPhotoWrap h2 a {
  position: absolute;
  top: 0;
  right: 0;
}
#mainPhotoWrap h2 span {
  display: block;
  font-size: 18px;
  margin: 10px 0 0 0;
}
#mainPhotoWrap .top > div {
  width: 50%;
  padding: 5px;
  overflow: hidden;
}
#mainPhotoWrap .top .left a {
  position: relative;
  height: 440px;
  padding: 60px 40px;
}
#mainPhotoWrap a {
  position: relative;
  overflow: hidden;
}
#mainPhotoWrap a span {
  opacity: 0;
}

#mainPhotoWrap .top a:before,
#mainPhotoWrap .btm a:before {
  content: '';
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

#mainPhotoWrap a:focus:before ,
#mainPhotoWrap a:hover:before {
  top: 0;
}

#mainPhotoWrap a:focus span ,
#mainPhotoWrap a:hover span {
  position: relative;
  opacity: 1;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}
#mainPhotoWrap li a {
  padding: 20px;
}
#mainPhotoWrap li a span {
  font-size: 15px !important;
}
#mainPhotoWrap a span img {
  display: none;
  margin: 35px 0 0 0;
}
#mainPhotoWrap li a span img {
  margin: 15px 0 0 0;
}
#mainPhotoWrap a:focus span img ,
#mainPhotoWrap a:hover span img {
  display: block;
}
#mainPhotoWrap ul {
  margin: -5px;
  overflow: hidden;
}
#mainPhotoWrap ul li {
  float: left;
}
#mainPhotoWrap .top ul li {
  width: 50%;
  padding: 5px;
}
#mainPhotoWrap .top a,
#mainPhotoWrap .btm a {
  display: block;
  width: 100%;
  background: no-repeat center center / cover;
  height: 215px;
}
#mainPhotoWrap .btm {
  margin-top: 5px;
}
#mainPhotoWrap .btm ul li {
  width: 25%;
  padding: 5px;
}

@media (max-width: 1200px) {
  #bbsWrap .right .cal_wrap {
    display: none;
  }
  #bbsWrap .right dt,
  #bbsWrap .right dd:last-child {
    width: 90px;
  }
}

@media (max-width: 1000px) {
  #slideshow .slide_txt .inner {
    text-align: center;
    padding: 0 30px;
  }
  #slideshow .slide_txt .inner h2 {
    font-size: 40px;
  }
  #slideshow .slide_arrow a,
  #slideshow .slide_txt .inner h2 br {
    display: none;
  }
  #slideshow .slide_txt .inner a {
    display: block;
  }
  #mainBanner a {
    font-size: 20px;
  }
  #topBtn,
  #mainPhotoWrap .btm {
    display: none !important;
  }

  footer dl,
  footer dt,
  footer dd {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
  footer dl img {
    display: inline-block;
    width: initial;
    max-width: initial;
  }
}

@media (max-width: 900px) {
  #bbsWrap {
    margin-top: -20px;
  }
  #bbsWrap > div {
    float: none;
    width: 100%;
    padding: 0;
  }
  #bbsWrap div.right {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  #mainBanner {
    top: -108px;
  }
  #mainBanner a {
    height: 200px;
    padding: 40px 30px;
    line-height: inherit;
    font-size: 24px;
  }
  #mainBanner a span {
    top: inherit;
    bottom: 30px;
  }
  #mainPhotoWrap .top > div {
    float: none;
    width: 100%;
  }
  #mainPhotoWrap .top .left a span,
  #mainPhotoWrap .top .left a:before,
  #mainPhotoWrap .top ul li:nth-child(3),
  #mainPhotoWrap .top ul li:nth-child(4) {
    display: none;
  }
}
