#body-container {
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  background-color: #fff;
}

@media screen and (max-width: 760px) {
  #body-container {
    margin-top: 0px;
  }
}

#visual-section {
  position: relative;
  z-index: 222;
  min-height: 130px;
  background-color: #111;
}

#visual-section .owl-carousel {
  position: relative;
}

#visual-section .owl-carousel .thumbnail {
  padding-top: 0;
}

#visual-section .owl-carousel:hover .owl-nav .owl-prev, #visual-section .owl-carousel:hover .owl-nav .owl-next {
  display: block;
}

#visual-section .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

#visual-section .owl-carousel .owl-nav button:hover {
  background: transparent;
  color: #2980b9;
}

#visual-section .owl-carousel .owl-nav .owl-prev, #visual-section .owl-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 120px;
  display: none;
  outline: none;
}

#visual-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block;
  left: -20px;
  top: 50%;
  bottom: 0;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  padding: 0px;
  outline: none;
}

#visual-section .owl-carousel .owl-nav .owl-next {
  float: right;
}

#visual-section .btn-prev, #visual-section .btn-next {
  color: #fff;
  font-size: 120px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 99;
  display: none;
  padding: 10px;
}

#visual-section .btn-prev {
  left: 0px;
}

#visual-section .btn-next {
  right: 0px;
}

#visual-section:hover .btn-prev, #visual-section:hover .btn-next {
  display: block;
}

#visual-section .owl-custom-dots {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#visual-section .owl-custom-dots button {
  border: none;
  outline: inherit;
  background-color: transparent;
  cursor: pointer;
}

#visual-section .owl-custom-dots .playndots {
  display: inline-block;
  position: relative;
}

#visual-section .owl-custom-dots .btn-play {
  color: #2980b9 !important;
  font-size: 24px;
  float: left;
  padding: 2px;
}

#visual-section .owl-custom-dots ul {
  display: block;
  float: left;
}

#visual-section .owl-custom-dots ul li {
  display: inline-block;
}

#visual-section .owl-custom-dots ul li button {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 5px 7px;
  display: block;
  background: #adacaa;
}

#visual-section .owl-custom-dots ul li.active button {
  background-color: #2980b9 !important;
}

#visual-section #visule-zone-set {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  z-index: 99;
  color: #fff;
  padding: 5px;
  background-color: #000;
}

#visual-section #visule-zone-set a {
  color: #fff;
}

@media screen and (max-width: 760px) {
  #visual-section .owl-custom-dots {
    bottom: 0px;
  }
  #visual-section .playndots {
    display: none !important;
  }
}

.main-area {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

#gj-section {
  position: relative;
  background-color: #fff;
}

#gj-section .carousel-card.gjart-box {
  border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0px;
}

#gj-section .carousel-card.gjart-box h4 a {
  color: #fff;
  font-size: 1.25em;
}

#gj-section .carousel-card.gjart-box .card-header {
  position: relative;
  padding: 15px 15px;
  background-color: #fff;
}

#gj-section .carousel-card.gjart-box .card-header h3 {
  margin: 0px;
  padding: 0px;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar {
  position: absolute;
  top: 13px;
  right: 10px;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar button {
  float: left;
  border: 0px;
  background-color: transparent;
  outline: none;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar button img {
  width: 28px;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar .counter {
  float: left;
  display: block;
  margin-top: 5px;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar .counter strong {
  color: #13b3c0;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar a.more {
  display: block;
  float: right;
  font-size: 20px;
  color: #13b3c0;
  text-align: center;
  padding: 5px 5px;
}

#gj-section .carousel-card.gjart-box .card-header .play-nav-bar a.more .text {
  visibility: hidden;
  display: block;
  width: 0px;
  height: 0px;
}

#gj-section .carousel-card.gjart-box .card-body {
  position: relative;
  color: #fff;
  padding: 0px;
  height: auto;
}

#gj-section .carousel-card.gjart-box .card-body .thumbnail-wrappper {
  float: left;
  width: 35%;
}

#gj-section .carousel-card.gjart-box .card-body .thumbnail-wrappper .thumbnail img {
  width: 100%;
  height: auto;
}

#gj-section .carousel-card.gjart-box .card-body .desc-info {
  float: left;
  width: 65%;
  height: 100%;
  padding: 20px 20px;
}

#gj-section .carousel-card.gjart-box .card-body .desc-info p {
  margin-bottom: 2px;
}

#gj-section .carousel-card.gjart-box .card-body .desc-info .desc {
  color: #ccc;
}

#gj-section .carousel-card.gjart-box .card-body .desc {
  margin-top: 20px;
}

#gj-section .carousel-card.gjart-box .card-body .no-item {
  text-align: center;
  min-height: 255px;
}

#gj-section .carousel-card.gjart-box .card-body .no-item p {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

#gj-section .carousel-card.gjart-box .buttons {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#gj-section #gjartbox2 .card-body {
  background-image: url(../images/bg4.jpg);
  background-size: cover;
}

@media screen and (max-width: 320px) {
  #gj-section {
    padding-bottom: 0px;
    font-size: 0.9rem;
  }
  #gj-section h4 {
    font-size: 0.9rem;
  }
  #gj-section .play-nav-bar button {
    display: none;
  }
  #gj-section .eight {
    width: 100% !important;
  }
  #gj-section .card-body .desc-info {
    padding: 10px 10px;
  }
  #gj-section .card-body .desc-info p {
    margin-bottom: 2px;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 321px) and (max-width: 960px) {
  #gj-section {
    padding-bottom: 0px;
  }
  #gj-section h4 {
    font-size: 1.1rem;
  }
  #gj-section .play-nav-bar button {
    display: none;
  }
  #gj-section .eight {
    width: 100% !important;
  }
  #gj-section .card-body .desc-info {
    padding: 10px 10px;
  }
  #gj-section .card-body .desc-info p {
    margin-bottom: 2px;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 961px) and (max-width: 1400px) {
  #gj-section h4 {
    font-size: 1.2rem;
  }
  #gj-section .card-body .desc-info .desc {
    display: none;
  }
}

.notice-zone {
  position: relative;
  margin-top: 0px;
  margin-bottom: 23px;
}

.notice-zone h3 {
  margin-bottom: 10px;
}

.notice-zone .box-border {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  height: auto;
  padding: 15px 10px 0px 10px;
}

.notice-zone .box-border .top-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.notice-zone .box-border .top-item .date-box {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 3px;
  border: 2px solid #15ade9;
  width: 80px;
}

.notice-zone .box-border .top-item .date-box .dd {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.notice-zone .box-border .top-item .date-box .yymm {
  text-align: center;
  margin-bottom: 0px;
}

.notice-zone .box-border .top-item .title-desc .title {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.notice-zone .box-border .top-item .title-desc .desc {
  font-size: 0.95rem;
  color: #999;
}

.notice-zone .box-border li {
  border-bottom: 1px solid #e8e8e8;
}

.notice-zone .box-border ul.list li a {
  font-size: 1.1rem;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.notice-zone .more {
  position: absolute;
  display: block;
  top: 2px;
  right: 10px;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
  background-image: url(../images/vs1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main-section-1::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(1, 71, 103, 0.8);
}

.main-section-1 .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .main-section-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#section-1-0, #section-1-1 {
  display: block;
  width: 100%;
  height: 400px;
  background-color: #fff;
  padding: 0px;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 736px) {
  #section-1-0 {
    height: 230px;
  }
}

.main-section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 600px;
  background-image: url(../images/bg3.jpg);
}

@media screen and (max-width: 736px) {
  .main-section-2 {
    padding-top: 30px;
  }
}

.main-section-2 h2 {
  font-size: 2em;
  color: #2b2f3e;
}

.main-section-2 h4 {
  margin-top: 0px;
}

.main-section-2 .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 0;
}

.main-section-2 .card img {
  width: 100%;
}

.main-section-2 .card .card-head {
  min-height: 210px;
  background-color: #000;
}

.main-section-2 .card .card-head img {
  max-height: 150px;
}

.main-section-2 .card .card-body {
  font-size: 1.0em;
  padding: 13px;
  height: 65px;
}

.main-section-2 #maingallery {
  position: relative;
}

.main-section-2 #maingallery .card-head iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 210px;
}

@media screen and (max-width: 736px) {
  .main-section-2 #maingallery {
    padding-left: 13px;
    padding-right: 13px;
  }
  .main-section-2 #maingallery .card-head {
    min-height: 150px;
  }
  .main-section-2 #maingallery .card-head img {
    max-height: 240px;
  }
}

.main-section-2 .owl-nav {
  font-size: 84px;
}

.main-section-2 .owl-nav .owl-prev {
  position: absolute;
  display: block;
  left: -70px;
  top: 25%;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  padding: 0px;
  outline: none;
  color: #666 !important;
}

.main-section-2 .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}

.main-section-2 .owl-nav .owl-next {
  position: absolute;
  display: block;
  right: -70px;
  top: 25%;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  outline: none;
  color: #666 !important;
}

.main-section-2 .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.main-section-2 .owl-custom-dots {
  position: absolute;
  z-index: 99;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main-section-2 .owl-custom-dots button {
  border: none;
  outline: inherit;
  background-color: transparent;
  cursor: pointer;
}

.main-section-2 .owl-custom-dots .playndots {
  display: inline-block;
  position: relative;
}

.main-section-2 .owl-custom-dots .btn-play {
  color: #666;
  font-size: 23px;
  float: left;
  padding: 2px;
}

.main-section-2 .owl-custom-dots .btn-play i {
  color: #666;
}

.main-section-2 .owl-custom-dots ul {
  display: block;
  float: left;
}

.main-section-2 .owl-custom-dots ul li {
  display: inline-block;
}

.main-section-2 .owl-custom-dots ul li button {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 5px 7px;
  display: block;
  background: #adacaa;
}

.main-section-2 .owl-custom-dots ul li.active button {
  background-color: #da9719 !important;
}

.video_area {
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 736px) {
  .video_area {
    min-height: 350px;
  }
}

.video_area video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_area .vod-header {
  text-align: left;
  padding: 29px 10px 29px 10px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #2b2f3e;
}

.video_area .vod-poster {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video_area .vod-poster .play-button {
  position: absolute;
  padding: 30px 10px 0px 18px;
  background-color: #000;
  opacity: 0.85;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -80px 0 0 -50px;
  border-radius: 10px;
  text-align: center;
}

.video_area .vod-poster .play-button i {
  display: block;
  font-size: 40px;
  color: #ccc;
  opacity: 0.85;
  position: relative;
}

.video_area .vod-poster:hover i {
  color: #fff;
}

.video_area i.ellipsis {
  position: absolute;
  right: 0px;
  top: 30px;
  color: #fff;
  font-size: 1.4rem;
}
/*# sourceMappingURL=pg_main.css.map */