@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .news-list-item p {
  float: left;
}

.fr, .news-list-item span {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .news .swiper-slide p, .news-list-item p, .list-item .p1, .list-item2 .p1 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, .normal-title, .news-wrap, .fg_gz .container, .lz_jd .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .normal-title::before, .news-wrap::before, .fg_gz .container::before, .lz_jd .container::before, .df-sb::after, .normal-title::after, .news-wrap::after, .fg_gz .container::after, .lz_jd .container::after {
  content: normal;
}
.df-sb > *, .normal-title > *, .news-wrap > *, .fg_gz .container > *, .lz_jd .container > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .img2scl img, .news .swiper-slide .pic img, .links .swiper-slide .pic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.img2scl, .news .swiper-slide .pic, .links .swiper-slide .pic {
  overflow: hidden;
}
.img2scl img, .news .swiper-slide .pic img, .links .swiper-slide .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .news .swiper-slide .pic:hover img, .links .swiper-slide .pic:hover img {
  transform: scale(1.2);
}

@font-face {
  font-family: "xk";
  src: url(../font/YanShiXiaXingKai-2.ttf);
}
.container {
  max-width: 1200px;
}

.top {
  height: 420px;
  position: relative;
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
}
.top img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  width: 550px;
  margin: auto;
  max-width: 80%;
}

nav {
  background-color: #de1615;
}

.wrap {
  background: url(../images/bg2.png) no-repeat center bottom;
  background-size: cover;
}

.menu {
  display: none;
  position: fixed;
  top: 3px;
  right: 0;
  transform: scale(0.65, 0.65);
  z-index: 950;
  width: 60px;
  height: 60px;
  background: #fff;
  animation: ripple_4 1s linear infinite;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
.menu1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu1 span {
  position: absolute;
  width: 28px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu1 span:before {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
  background: #de1615;
}
.menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
  background: #de1615;
}
.menu1 span:nth-child(1) {
  margin-top: -9px;
}
.menu1 span:nth-child(3) {
  margin-top: 9px;
}
.menu.cross {
  animation-name: ripple_5;
}
.menu.cross .menu1 span {
  margin: 0;
}
.menu.cross .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.cross .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.cross .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.cross .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.cross .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.normal-title {
  background: url(../images/dj-tbg1.png) no-repeat center;
  position: relative;
  justify-content: center;
  line-height: 1;
}
.normal-title .name {
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 100px;
  font-family: "xk";
  color: #bd0c0c;
  letter-spacing: -30px;
  position: relative;
  padding-top: 18px;
}
.normal-title .name span {
  position: relative;
  margin-left: 20px;
  top: -10px;
  line-height: 1;
  font-size: 50px;
  font-family: "weiruanyahei";
  font-weight: bold;
  color: #eda94b;
  letter-spacing: 15px;
}
.normal-title .name::after {
  width: 209px;
  height: 41px;
  left: 209px;
  top: 0;
  background: url(../images/icon-dj.png) no-repeat center;
  background-size: cover;
}
.normal-title .more {
  font-size: 14px;
  position: absolute;
  color: #ffa11b;
  line-height: 30px;
  right: 0;
  height: 30px;
  top: 30%;
  margin: auto;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-title .more:hover {
  background-color: #ffa11b;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 5px;
}
.normal-title.cl {
  justify-content: flex-start;
  background: url(../images/dj-tbg2.png) no-repeat;
  background-position-x: 330px;
  background-position-y: 63px;
}

.news {
  padding-top: 28px;
}
.news-wrap {
  margin-top: 30px;
  align-items: flex-start;
}
.news-banner {
  width: 50%;
}
.news .swiper-slide {
  width: 100%;
  height: 400px;
  position: relative;
}
.news .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.news .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 110px;
  background: rgba(17, 17, 17, 0.502);
}
.news .swiper-pagination {
  left: auto;
  right: 20px;
  width: auto;
}
.news .swiper-pagination span {
  background-color: #fff;
  opacity: 1;
}
.news .swiper-pagination span.on {
  background-color: #ea2b28;
}
.news-list {
  width: 47%;
  margin-top: -10px;
}
.news-list-item {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 46px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item p {
  font-size: 18px;
  width: calc(100% - 100px);
  color: #424242;
  position: relative;
  background: url(../images/icon-list.png) no-repeat left center;
  padding-left: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item span {
  font-size: 15px;
  color: #888888;
}
.news-list-item:hover {
  box-shadow: 0 0 10px rgba(234, 43, 40, 0.78);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.news-list-item:hover p {
  color: #bd0c0c;
  font-weight: bold;
}

.fg_gz {
  margin-top: 22px;
  background: url(../images/bg3.png) #FFF1DE no-repeat top center;
  background-size: auto;
  padding-top: 41px;
  padding-bottom: 72px;
}
.fg_gz .container {
  align-items: flex-start;
}

.list-box {
  width: 47.666%;
}
.list-wrap {
  margin-top: 40px;
}
.list-wrap2 {
  background-color: #fff;
  padding-left: 22px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 20px;
  margin-top: 16px;
}
.list-wrap3 {
  margin-top: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 32px;
}
.list-wrap3 > img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.list-item {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 23px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-item:last-child {
  margin-bottom: 0;
}
.list-item .p1 {
  border-radius: 6px;
  background-color: #b70a0a;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #efeecb;
  padding: 0 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-item .p2 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-item:hover {
  box-shadow: 0 0 10px rgba(234, 43, 40, 0.78);
  transform: translateY(-10px);
}
.list-item:hover .p1 {
  font-weight: bold;
}
.list-item2 {
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 7px;
  padding-top: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-item2 .p1 {
  font-size: 18px;
  color: #aa0008;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-item2 .p2,
.list-item2 .time {
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  line-height: 22px;
}
.list-item2 .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  margin-top: 2px;
}
.list-item2 .time {
  margin-top: 5px;
}
.list-item2:hover {
  background-color: #aa0008;
  padding-left: 10px;
  padding-right: 10px;
}
.list-item2:hover .p1 {
  font-weight: bold;
}
.list-item2:hover .p1,
.list-item2:hover .p2,
.list-item2:hover .time {
  color: #fff;
}
.list-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 18px;
}
.list-info .name {
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  color: #bd0c0c;
}
.list-info p {
  font-size: 18px;
  line-height: 30px;
  color: #bd0c0c;
  margin-top: 2px;
  text-align: center;
  padding: 0 10px;
}
.list-info.addres {
  padding-top: 8px;
}
.list-info.addres .name {
  background: url(../images/icon-addres.png) no-repeat left center;
  padding-left: 39px;
}
.list-info.tel {
  padding-top: 8px;
}
.list-info.tel .name {
  background: url(../images/icon-tel.png) no-repeat left center;
  padding-left: 41px;
}
.list-info.email {
  padding-top: 7px;
}
.list-info.email .name {
  background: url(../images/icon-email.png) no-repeat left center;
  padding-left: 46px;
}

.lz_jd {
  padding-top: 56px;
}
.lz_jd .container {
  align-items: flex-start;
}

.links {
  margin-top: 53px;
}
.links .container {
  position: relative;
}
.links .swiper-slide {
  padding: 2px;
  border: 1px solid #d22426;
  height: 120px;
}
.links .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.links .swiper-button-prev, .links .swiper-button-next {
  width: 17px;
  height: 33px;
}
.links .swiper-button-prev {
  left: -40px;
  background: url(../images/icon-left1.png) no-repeat center;
}
.links .swiper-button-next {
  right: -40px;
  background: url(../images/icon-right1.png) no-repeat center;
}

.footer {
  margin-top: 36px;
  min-height: 144px;
  padding-top: 30px;
  background: url(../images/bg4.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}

.flinks {
  margin-bottom: 20px;
}
.flinks a {
  color: #333;
  font-weight: bold;
  padding-right: 3px;
  margin-left: 3px;
  font-size: 18px;
}
.flinks a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.insideTop {
  height: auto;
}

.insidePosition {
  position: static;
  padding: 10px 10px;
  height: auto;
  background: #b70a0a;
}
.insidePosition p {
  margin-bottom: 0;
}

.gk {
  background: transparent;
}

@media (max-width: 1300px) {
  .links .swiper-container {
    width: calc(100% - 40px);
    margin: auto;
  }
  .links .swiper-button-prev {
    left: 0;
  }
  .links .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 1220px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1136px) {
  .list-info {
    padding-bottom: 8px;
  }
  .list-info.addres {
    padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  .menu {
    display: block;
  }
  nav {
    background-color: #fff;
  }
  .normal-title {
    line-height: 1;
  }
  .normal-title .name {
    font-size: 60px;
    letter-spacing: -20px;
    padding-top: 18px;
  }
  .normal-title .name span {
    color: #eda94b;
    letter-spacing: 10px;
    font-size: 30px;
  }
  .normal-title .name::after {
    display: none;
  }
  .normal-title.cl {
    justify-content: flex-start;
    background: url(../images/dj-tbg2.png) no-repeat;
    background-position-x: 204px;
    background-position-y: 30px;
  }
}
@media (max-width: 768px) {
  .top {
    min-height: 240px;
    height: 60vw;
  }
  .insideTop {
    height: auto;
    min-height: 40px;
  }
  .news-banner, .news-list {
    width: 100%;
    float: none;
  }
  .news-list {
    margin-top: 4vw;
  }
  .news-list-item {
    display: none;
  }
  .news-list-item:nth-child(1), .news-list-item:nth-child(2), .news-list-item:nth-child(3), .news-list-item:nth-child(4) {
    display: block;
  }
  .news-list-item p {
    font-size: 16px;
  }
  .news .swiper-slide {
    height: 50vw;
  }
  .list-box {
    width: 100%;
    float: none;
  }
  .list-wrap {
    margin-top: 4vw;
  }
  .list-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 3vw;
  }
  .list-item:last-child {
    display: none;
  }
  .list-wrap2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-top: 3vw;
  }
  .list-wrap3 {
    margin-top: 3vw;
    padding-bottom: 3vw;
  }
  .list-info {
    padding-bottom: 2vw;
  }
  .list-info .name {
    line-height: 40px;
    font-size: 18px;
  }
  .list-info p {
    margin-top: 1vw;
    font-size: 16px;
  }
  .list-info.addres {
    padding: 2vw 0;
  }
  .normal-title {
    line-height: 1;
    justify-content: flex-start;
    background: url(../images/dj-tbg2.png) no-repeat right;
    background-position-y: 30px;
  }
  .normal-title.cl {
    background-position-x: right;
  }
  .fg_gz {
    margin-top: 0vw;
    padding-top: 3vw;
    padding-bottom: 7vw;
  }
  .lz_jd {
    padding-top: 4vw;
  }
  .links {
    margin-top: 5vw;
  }
  .links .swiper-slide {
    height: 15vw;
  }
  .footer {
    min-height: 120px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3vw;
    padding-top: 3vw;
  }
  .flinks {
    display: none;
  }
}
@media (max-width: 500px) {
  .links .swiper-slide {
    height: 20vw;
  }
  .normal-title {
    line-height: 1;
    background: transparent;
  }
  .normal-title.cl {
    background: transparent;
  }
  .normal-title.cl .more {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .links .swiper-slide {
    height: 40vw;
  }
}/*# sourceMappingURL=dj.css.map */