@charset "utf-8";

body {
  background: #EFF4FB;
}

.bg-color {
  background: #916535;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  min-width: 1440px;
}

.width {
  max-width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
}

.header {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}



.ui-nav ul li.active {
  background: #b4814b;
  border-color: #b4814b
}

.ui-nav ul li ul {
  border: 0;
}

.ui-nav ul li ul li {
  border: 0;
}

.ui-nav ul li ul li a {
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
}

.ui-nav ul li ul li:last-child a {
  border-bottom: 0;
}

.ui-nav ul li ul li a:hover {
  background: #916535;
}

.ui-nav ul li {
  border-right: 1px solid #97642e;
  border-left: 1px solid #a57542;
}

.header .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .logo {
  margin-right: 20px;
  max-width: 300px;
}

.header .logo img {
  max-height: 80px;
}

.header .ui-nav {}

.header .ui-nav ul li a {
  color: #fff;
  padding: 17px 35px;
  font-size: 16px;
}

.header .ui-nav ul li a:hover,
.header .ui-nav ul li.active a {
  color: #fff;
}

.header .ui-nav ul li ul {
  padding: 5px;
  border-radius: 10px;
  min-width: 240px;
}

.header .ui-nav ul li ul:before {
  position: absolute;
  top: 0;
  left: 35px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  background: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-140deg);
  z-index: -1;
}

.header .ui-nav ul li ul li a,
.header .ui-nav ul li.active ul li a {
  color: #333;
  padding: 2px 25px;
}

.header .ui-nav ul li ul li a:hover {
  color: #fff;
  background: #916535;
}

.header .search {
  font-size: 0;
}

.header .search input[type=text] {
  background: #ffffff;
  border-radius: 38px;
  border: 0;
  color: #b67b3c;
  padding: 0 25px;
  line-height: 40px;
  height: 40px;
  width: 240px;
  font-size: 15px;
  overflow: hidden;
  vertical-align: middle;
}

.header .search input[type=text]::-webkit-input-placeholder {
  color: #b67b3c;
}

.header .search button[type=submit] {
  background: #d89e61;
  color: #fff;
  border: 0;
  border-radius: 38px;
  margin-left: -38px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  overflow: hidden;
  vertical-align: middle;
}

.ui-am-scale-up {
  z-index: 999;
}

.bg-white {
  background: #fff;
}

.bg-white .ui-nav ul li a {
  color: #333;
}

.bg-white .header .ui-nav ul li ul {
  border: 1px solid #f3f3f3;
}

.bg-white .header .ui-nav ul li a:hover,
.bg-white .header .ui-nav ul li.active a {
  color: #835625;
}

.bg-white .header .ui-nav ul li ul:before {
  border: 1px solid #f3f3f3;
  border-left: 0;
  border-top: 0;
}

.bg-white .header .ui-nav ul li ul li a,
.bg-white .header .ui-nav ul li.active ul li a {
  color: #333;
  padding: 12px 25px;
}

.bg-white .header .ui-nav ul li ul li a:hover {
  color: #333;
  background: #fafafa;
}

.bg-white .header .search input[type=text] {
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #999;
}

.bg-white .header .search input[type=text]::-webkit-input-placeholder {
  color: #999;
}

.bg-white .header .search button[type=submit] {
  background: #835625;
  color: #fff;
}

.banner-wrap {
  margin: 0px auto 20px;
}

.banner {
  width: 100%;
  z-index: 10;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
}

.banner .ui-carousel-item a {
  height: 520px;
  display: block;
  width: 100%;
}

.banner .ui-carousel-item a img {}

.banner .ui-carousel-page {
  bottom: 25px;
}

.banner .ui-carousel-page li {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  transition: all 1s
}

.banner .ui-carousel-page li.active {
  width: 40px;
}


.banner-wrap-page {
  margin: 0px auto 20px;
}

.banner-page {
  width: 100%;
  z-index: 10;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
}

.banner-page .ui-carousel-item a {
  height: 300px;
  display: block;
  width: 100%;
}

.banner-page .ui-carousel-item a img {
  height: 300px;
}

.banner-page .ui-carousel-page {
  bottom: 25px;
}

.banner-page .ui-carousel-page li {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  transition: all 1s
}

.banner-page .ui-carousel-page li.active {
  width: 40px;
}


.home_about {
  /* background: linear-gradient(150deg, #916535 0%, #060D33 100%); */
  background: url(../img/gywm1.jpg) left center;
  padding: 80px 0;
  min-width: 1280px;
}

.home_about .width {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

.home_about .ui-col-8 {
  padding: 40px;
}

.home_about .ui-col-8 h4 {
  font-size: 24px;
  color: #060d33;
  font-weight: 500;
}

.home_about .ui-col-8 .intro {
  color: #666;
  margin-top: 20px;
}

.home_about .ui-col-8 .intro p {
  margin-bottom: 20px;
  line-height: 28px;
}

.home_about .ui-col-8 .more {
  display: inline-block;
  padding: 10px 40px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 50px;
  box-shadow: 0 5px 15px 0 #eee;
}

.home_about .ui-col-8 .more:hover {
  background: #916535;
  border-color: #916535;
  color: #fff;
}

.home_about .ui-col-4 {
  background: #fff;
  font-size: 0;
  padding: 8px;
}

.home_about .ui-col-4 video {
  background: #000;
}

.ui-carousel-prev,
.ui-carousel-next {
  width: 140px;
}

.ui-carousel-prev-icon,
.ui-carousel-next-icon {
  background: rgba(0, 0, 0, .1);
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
}

.ui-carousel-next-icon:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
}

.ui-carousel-prev-icon:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
}

.nicebox {
  overflow: hidden;
  flex-wrap: nowrap;
}

.nicebox .ui-col-3 {
  flex: 0 0 345px;
  max-width: 345px;
  margin: 0 20px 0 0;
}

.nicebox .ui-card {
  border: 0;
  border-radius: 4px;
}

.nicebox .ui-card-image {
  height: 220px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.nicebox .ui-card-image img {
  border-radius: 4px 4px 0 0;
  height: 100%;
  transition: all .5s;
}

.nicebox .ui-card-image:hover img {
  transform: scale(1.4);
}

.nicebox .ui-card-title {
  height: 50px;
  overflow: hidden;
}

.nicebox .ui-card-footer {
  border: 0;
  border-radius: 4px;
}

.nicebox .ui-card-text {
  height: 50px;
  overflow: hidden;
}

.boxlist {
  overflow: hidden;
}

.boxlist .ui-col-3 {
  flex: 0 0 307px;
  max-width: 307px;
  margin: 0 20px 20px 0;
}

.boxlist .ui-col-3:nth-child(4n) {
  margin-right: 0;
}

.boxlist .ui-card {
  border: 0;
  border-radius: 8px;
}

.boxlist .ui-card-image {
  height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.boxlist .ui-card-image img {
  border-radius: 4px 4px 0 0;
  height: 100%;
  transition: all .5s;
}

.boxlist .ui-card-image:hover img {
  transform: scale(1.4);
}

.boxlist .ui-card-title {
  overflow: hidden;
  text-align: center;
}

.boxlist .ui-card-body {
  border: 1px solid #eaeaea;
  border-radius: 0 0 4px 4px;
}

.boxlist .ui-card-footer {
  border: 0;
  border-radius: 4px;
}

.boxlist .ui-card-text {
  height: 50px;
  overflow: hidden;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container .container-left {
  width: 1075px;
}

.container .container-right {
  width: 345px;
  margin-left: 20px;
}

.box {
  padding: 20px 25px;
  box-shadow: 0px 0px 30px rgba(28, 31, 33, 0.1);
  background: #F7F8F8;
  border-radius: 14px;
  position: relative;
}

.ui-menu-color .ui-menu-name {
  color: #835625;
  border-bottom-color: #835625;
  font-weight: bold;
}

.ui-media-img {
  overflow: hidden;
  border-radius: 4px
}

.ui-media-img img {
  border-radius: 4px;
  transition: all .5s;
  border: 0;
  padding: 0;
}

.ui-media-img:hover img {
  transform: scale(1.4);
}

.ui-media-header a:hover {
  color: #3377FF;
}

.ui-media-text {
  height: 50px;
  overflow: hidden;
}

.link {
  margin-top: 20px;
}

.link a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.link a:hover {
  border-color: #ccc;
}

.copyright {
  background: #8E6932;
  min-width: 1440px;
  padding: 40px 0 20px 0;
  margin-top: 20px;
  line-height: 35px;
  font-weight: 400;
}

.footnav {
  color: #FFFFFF;
  font-size: 14px;
}

.footnav a {
  color: #FFFFFF;
}

.ui-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.ui-sidebar ul {
  /*border-radius:0;*/
  margin-top: 35px;
}

.ui-sidebar ul li a {
  width: 70px;
  line-height: 60px;
}

.ui-sidebar ul li a i {
  font-size: 28px;
}

.ui-sidebar ul li div {
  line-height: 60px;
  font-size: 16px;
  min-width: 120px;
}

.ui-sidebar ul li:hover div {
  right: 80px;
}

.ui-sidebar-color ul li a {
  color: #835625;
}

.ui-sidebar-color ul li a:hover {
  background: #835625;
  border-color: #835625;
}

.ui-sidebar-color ul li.active a {
  background: #835625;
  border-color: #835625;
}

.ui-text-color {
  color: #999 !important;
}

.ui-flag {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 14px 0 0 0;
}

.ui-flag i {
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 190px;
  text-align: center;
  position: absolute;
  font-style: normal;
  top: -60px;
  left: -60px;
  transform: rotate(-45deg);
  background: #37f;
}

.ui-show-title {
  padding: 15px 20px;
}

.ui-show-title h1 {
  font-size: 32px;
  color: #1c1f21;
  line-height: 40px;
  margin: 8px 0;
}

.ui-show-title div {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.ui-show-image .ui-col-3 {
  flex: 0 0 241px;
  max-width: 241px;
  margin: 0 20px 20px 0;
}

.ui-show-image .ui-col-3:nth-child(4n) {
  margin-right: 0;
}

.ui-show-image .ui-card {
  border: 0;
  border-radius: 8px;
}

.ui-show-image .ui-card-image {
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
}

.ui-show-image .ui-card-image img {
  border-radius: 8px;
  height: 100%;
  transition: all .5s;
}

.ui-show-image .ui-card-image:hover img {
  transform: scale(1.4);
}

.ui-show-body {
  padding: 15px 20px;
  line-height: 36px;
  font-size: 16px;
  word-break: break-all;
}

.ui-show-body * {
  max-width: 100%;
}

.ui-show-body p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.ui-show-body img {
  margin: 10px 0;
}

.ui-show-tags {}

.ui-show-tags a {
  padding: 0 10px;
  line-height: 35px;
}

.ui-show-share {
  text-align: right;
  color: #999;
}

.ui-show-share a {
  display: inline-block;
  width: 40px;
  line-height: 35px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  margin-left: 10px;
  text-align: center;
}

.ui-show-share a i {
  font-size: 22px;
}

.ui-show-share a:nth-child(1) {
  color: #835625;
}

.ui-show-share a:hover:nth-child(1) {
  border-color: #835625;
}

.ui-show-share a:nth-child(2) {
  color: #ED4014;
}

.ui-show-share a:hover:nth-child(2) {
  border-color: #ED4014;
}

.ui-show-share a:nth-child(3) {
  color: #19BE6B;
}

.ui-show-share a:hover:nth-child(3) {
  border-color: #19BE6B;
}

.ui-pre {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 14px 0 0 0;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
}

.ui-pre i {
  color: #333;
  width: 106px;
  height: 106px;
  line-height: 185px;
  text-align: center;
  position: absolute;
  font-style: normal;
  top: -60px;
  left: -60px;
  transform: rotate(-45deg);
  background: #ebebeb;
  font-size: 13px;
}

.ui-next {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 14px 0 0;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.ui-next i {
  color: #333;
  width: 106px;
  height: 106px;
  line-height: 185px;
  text-align: center;
  position: absolute;
  font-style: normal;
  top: -60px;
  right: -60px;
  transform: rotate(45deg);
  background: #ebebeb;
  font-size: 13px;
}

.ui-collapse-menu-title {
  padding-left: 10px;
}

.ui-collapse-menu-title.active {
  background: #fff;
}

.ui-collapse-menu-title.active a {
  color: #835625;
}

.ui-media-list-min .ui-media {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ui-media-list-min .ui-media .ui-media-header {
  font-size: 16px;
  max-height: 46px;
}

.ui-card-book {
  border: 1px solid #DFEDFF;
  border-radius: 0 20px 0 0;
}

.ui-card-book .ui-card-header {
  padding: 15px 25px;
  line-height: 30px;
  background: #F8FBFF;
  border-bottom: 1px solid #DFEDFF;
  border-radius: 0 20px 0 0;
}

.ui-card-book .ui-card-header .ui-card-header-title {
  border: 0;
  padding: 0;
}

.ui-card-book .ui-card-body {
  padding: 20px 25px 25px 25px;
  word-break: break-all;
}

.ui-card-book .ui-card-footer {
  border-top: 0;
  padding: 0 25px 20px 25px;
}

.bwgcont {
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  zoom: 1;
}

/*幻灯片及右侧新闻*/
.game_News {
  overflow: hidden;
  height: 331px;
}

.Slide {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 331px;
}

.slide-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 331px;
}

.slide-item {
  position: absolute;
  left: -665px;
  width: 100%;
  height: 100%;
}

.slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-item img {
  width: 100%;
  height: 331px;
}

.slide-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 54px;
}

.slide-txt .txt_bg {
  width: 100%;
  height: 54px;
  background: #0f0f0f;
  opacity: .7;
  filter: alpha(opacity=70);
}

.slide-txt a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 20px;
  line-height: 54px;
  text-indent: 2%;
}

.slide-nav {
  position: absolute;
  right: 20px;
  bottom: 21px;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 11px;
}

.slide-nav a {
  float: left;
  display: block;
  overflow: hidden;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #929292;
  text-indent: -99em;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
}

.slide-nav .nownav {
  width: 21px;
  background: #ff4939;
}

#prev,
#next {
  position: absolute;
  top: 129px;
  display: none;
  width: 57px;
  height: 72px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 72px;
}

#prev {
  left: 0
}

#next {
  right: 0
}

#prev i,
#next i {
  font-size: 60px;
  line-height: 72px;
  color: rgba(0, 0, 0, 0.25);
}

#prev: hover,
#next: hover {
  background: #FF4939
}

#prev: hover i,
#next: hover i {
  color: #fff
}

.News_box {
  float: right;
  overflow: hidden;
  width: 58%;
  height: 331px;
}

.News_box .hd {
  height: 120px;
  border-bottom: 1px dotted #dcdcdc;
}

.News_box .hd_tit {
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  overflow: hidden;
}

.News_box .hd_tit a {
  color: #ff4939;
}

.News_box .hd_art {
  overflow: hidden;
  padding: 10px 0;
  height: 60px;
  color: #a6a6a6;
  line-height: 24px;
}

.News_box .hd_art a {
  color: #ff4939;
  font-size: 14px;
  margin-left: 10px;
}

.News_box .bd {
  overflow: hidden;
  padding-top: 12px;
  font-size: 16px;
  line-height: 34px;
}

.News_box .bd li {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 34px;
}

.News_box .bd li em {
  float: left;
  display: block;
  width: 30px;
  height: 34px;
  color: #ff4939;
  cursor: default;
}

.News_box .bd li a {
  float: left;
  width: 77%;
  overflow: hidden;
}

.News_box .bd li span {
  float: right;
  color: #a6a6a6;
  font-size: 14px;
}

.fl {
  float: left
}

.fr {
  float: right
}

/*单页标题*/

.main_title {

  text-align: center;
  margin: 20px 0 30px;
  position: relative;

  top: -3px;

  background: url(../img/maintitlebg.png) repeat-x left center;

}

.ui-carousel-item img {
  width: 100%;
  height: 520px;
}

.main_title li {

  font-size: 26px;

  background: #f7f8f8;

  display: inline-block;

  position: relative;

  padding-left: 40px;

  padding-right: 40px;

  height: 30px;

  line-height: 30px;

  color: #916535;

}


.main_title dd {
  font-family: 楷体;
  font-weight: bold;
  font-size: 36px;
  background: #ffffff url(../img/355x84x2.png) no-repeat center center;

  display: inline-block;

  position: relative;
  width: 400px;
  height: 84px;
  line-height: 84px;
  color: #916535;

}

.title_dd {
  font-family: 楷体;
  font-weight: bold;
  font-size: 36px !important;
  background: #ffffff url(../img/355x84.png) no-repeat center center;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 300px;
  height: 65px;
  line-height: 65px;
  color: #916535 !important;

}

/*单页详情*/

.page_show {
  overflow-x: auto;
  overflow-y: hidden;
  background: url(../img/abjj-border-center.jpg)repeat-y;
  background-size: 100% 100%;
  position: relative;
}

.page_show .ps_t {
  background: url(../img/abjj-border-top.jpg) no-repeat left top;
  height: 56px;
  background-size: 100% 100%;
}

.page_show .ps_b {
  background: url(../img/abjj-border-bottom.jpg) no-repeat left bottom;
  background-size: 100% 100%;
  height: 50px;
  overflow: hidden;
}

.page_show .content {
  padding: 5px 50px;
  min-height: 450px;
}

.page_show .content p {}

.page_show .content img {
  max-width: 750px;
}

.page_show .content_p {
  padding: 5px 50px;
  line-height: 36px;
  font-size: 16px;
  min-height: 450px;
}

.page_show .content_p p {}

.page_show .content_p img {
  margin: 5px 10px;
  height: auto;
  max-width: 1000px;
}

.ui-piclist-image img {
  transition: all .5s;
}

.ui-piclist-image:hover img {
  transform: scale(1.2);
}

.xianshibox {
  text-decoration: underline;
  color: #fff;
  position: relative;
  float: left;
  cursor: pointer;
}

.xianshi {
  position: absolute;
  z-index: 999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  left: -172px;
  top: -210px;
  width: 380px;
  height: 210px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px 10px 30px;
}

.xianshi h1 {
  float: left;
  color: #000;
  font-size: 16px;
  padding: 0px;
  line-height: 30px;
}

.xianshi img {
  float: left;
  width: 160px;
  height: 160px;
}