/*768-1023*/
@media screen and (min-width: 769px) and (max-width: 1023px) {
  html {
    font-size: 20px;
  }
}

/*1024-1279*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: 24px;
  }
}

/*1280-1440*/
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  html {
    font-size: 26px;
  }
}

/*背景图
 */
/*飘窗-页签*/
.floating-window-tab {
  position: fixed;
  top: 5%;
  left: -100%;
  width: 130px;
  background-size: 100% 100%;
  opacity: 0.8;
}

.floating-window-tab:hover {
  opacity: 1;
}

.floating-window-tab img {
  height: 100%;
  width: 100%;
}

/**
飘窗-媒体LOGO
 */
.floating-window-media-logo {
  position: fixed;
  top: 5%;
  right: 100px;
  width: 140px;
  height: 35px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  display: none;
}

/**
 */

.partTilteBox {
  text-align: center;
  position: relative;
}

.partTilteBox img {
  width: 20%;
}

#part2 .carousel-img {
  width: 100%;
  height: 100%;
}

.media-logo {
  height: 35px;
  width: 35px;
}

/*轮播图片*/
#part3 .carousel-img {
  width: 100%;
}

.center-text-align {
  text-align: center;
}

.center-margin {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-center {
  align-items: center;
  justify-content: center;
}

/**

 */
.section {
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.fixed-height {
  height: 300px;
}

.layui-tab-title .layui-this {
  /*background-image: url("/static/image/website/button/CircleButton.png");*/
  background-size: 100% 100%;
}

.layui-text a:not(.layui-btn), .layui-text li {
  color: #efe5c5;
}

.layui-tab-content .layui-tab-item ul li a {
  color: #efe5c5;
}

html {
  border-width: 0;
}

body {
  font-family: "KaiTi";
}


#menu {
  font-size: large;
}

#menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.floating-window-tab .active {
  left: 0;
}


.pointer-on-hover {
  position: relative;
  /*z-index: 9999;*/
  cursor: pointer;
}

.pointer-on-hover:hover {
  cursor: hand;
}

#part2 .layui-carousel[lay-indicator="outside"] .layui-carousel-ind {
  top: 30px;
}

.layui-tab .layui-tab-title {
  border-bottom-style: none;
}

.layui-tab .layui-tab-title li {
  border-style: none;
  font-size: xx-large !important;
  color: #efe5c5 !important;
}

.layui-tab-title .layui-this::after {
  border-style: none;
}

.layui-tab .layui-tab-content {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: grey;
  margin-top: 1.5%;
}

.layui-tab-content li {
  margin-top: 4px;
}

.layui-tab-content li a {
  font-size: 20px;
}
