@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1D2129;
  font-size: 18px;
}
@media (max-width: 1580px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  border-radius: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: top;
  transition: 0.5s;
}
a {
  transition: 0.5s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
}
@media (max-width: 1200px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.pt30 {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .pt30 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .pt30 {
    padding-top: 10px;
  }
}
.pb50 {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .pb50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pb50 {
    padding-bottom: 20px;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .pb80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 30px;
  }
}
.ptb80 {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .ptb80 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ptb80 {
    padding: 30px 0;
  }
}
.pb140 {
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .pb140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 30px;
  }
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .ptb30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ptb30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pt40 {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .pt40 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .pt40 {
    padding-top: 20px;
  }
}
.ptb100 {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .ptb100 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .ptb100 {
    padding: 30px 0;
  }
}
.bg_hui {
  background: #F3F3F3;
}
.bg_bai {
  background: #fff;
}
/* 公共标题 */
.title_img {
  text-align: center;
  padding: 100px 0;
}
.title_img img {
  max-height: 110px;
}
@media (max-width: 1200px) {
  .title_img {
    padding: 60px 0;
  }
  .title_img img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .title_img {
    padding: 30px 0;
  }
  .title_img img {
    max-height: 56px;
  }
}
/*顶部*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #B10007;
  line-height: 64px;
  height: 64px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /*顶部logo*/
  /*顶部pc导航*/
  /*搜索与语言切换*/
}
@media (max-width: 1580px) {
  #header {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #header {
    position: sticky;
  }
}
@media (max-width: 767px) {
  #header {
    line-height: 60px;
    height: 60px;
  }
}
#header a {
  color: #1D2129;
  transition: all 0.5s;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #header .container {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header .container {
    padding: 0 15px;
  }
}
#header .right-box {
  display: flex;
  align-items: center;
}
#header .logo {
  display: flex;
  align-items: center;
  flex-wrap: 0;
}
#header .logo .img-box {
  display: flex;
  align-items: center;
  height: 60px;
}
#header .logo img {
  max-height: 30px;
}
@media (max-width: 1200px) {
  #header .logo img {
    max-height: 22px;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    max-height: 28px;
  }
}
#header .nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: auto;
}
@media (max-width: 767px) {
  #header .nav {
    display: none;
  }
}
#header .nav li {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 23px;
}
@media (max-width: 1200px) {
  #header .nav li {
    padding: 0 10px;
  }
}
#header .nav li .tit {
  background: url(../images/jt.png) no-repeat right center;
  padding-right: 15px;
  background-size: 10px;
}
#header .nav li a {
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1320px) {
  #header .nav li a {
    font-size: 14px;
  }
}
#header .nav li:last-child {
  padding-right: 0;
}
#header .nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 130px;
  line-height: 46px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
#header .nav ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
}
#header .nav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: normal !important;
}
#header .nav ul li:hover {
  background: #F3F3F5;
}
#header .nav ul li:hover dl {
  display: block;
}
#header .nav ul li:hover a {
  color: #B10007 !important;
}
#header .sousuo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #header .sousuo {
    display: none;
  }
}
#header .sousuo dl {
  display: flex;
  padding-left: 30px;
  background: url(../images/bg_02.png) no-repeat left center;
  background-size: 2px 20px;
  margin-left: 10px;
}
@media (max-width: 1320px) {
  #header .sousuo dl {
    padding-left: 15px;
    background-size: 2px 18px;
    margin-left: 5px;
  }
}
#header .sousuo dl a {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1320px) {
  #header .sousuo dl a {
    font-size: 13px;
  }
}
#header .sousuo dl dd {
  padding: 0 10px;
}
@media (max-width: 1320px) {
  #header .sousuo dl dd {
    padding: 0 7px;
  }
}
#header .sousuo .search {
  display: inline-block;
  width: 60px;
  height: 50px;
  background: url(../images/bg_01.png) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 1320px) {
  #header .sousuo .search {
    width: 40px;
    background-size: 16px;
  }
}
#header .a_dl {
  position: absolute;
  color: #fff;
  top: 0;
  right: 20px;
  font-size: 16px;
}
@media (max-width: 1320px) {
  #header .a_dl {
    position: relative;
    right: 0;
  }
}
@media (max-width: 767px) {
  #header .a_dl {
    display: none;
  }
}
#header .nav li.on > a,
#header .nav li:hover > a {
  font-weight: bold;
}
#header.style2 .nav > li > a::before {
  background: #B10007;
}
/*顶部移动端导航*/
#header .nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: #FFFFFF !important;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
  color: #000;
  flex-wrap: wrap;
  align-items: flex-start;
}
#header .nav2 li {
  border-bottom: 1px solid #D6D9DE;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #header .nav2 li {
    padding: 0 20px;
  }
}
#header .nav2 li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/jt4.png) no-repeat right center;
  background-size: 12px;
  font-size: 16px;
}
#header .nav2 li.sel .title {
  background: url(../images/jt5.png) no-repeat right center;
  background-size: 12px;
}
#header .nav2 li a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  width: 100%;
  display: block;
}
#header .nav2 li a:hover,
#header .nav2 li.on > a {
  color: #B10007;
}
#header .nav2 li ul {
  display: none;
}
#header .nav2 li ul li {
  border: 0;
}
#header .nav2 li ul a {
  padding: 0 15px;
}
.open #header .nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#header .switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #header .switch {
    display: block;
  }
}
#header .switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .switch i:nth-child(1) {
  top: 0;
}
#header .switch i:nth-child(3) {
  bottom: 0;
}
#header .switch i:nth-child(2) {
  margin: 6px 0;
}
#header.style2 .c-switch i {
  background: #fff;
}
body.open #header .switch i:nth-child(2) {
  opacity: 0;
}
body.open #header .switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open #header .switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#footer {
  background: #000000;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #footer {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 0 20px 0;
  }
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #footer .container {
    flex-wrap: wrap;
  }
}
#footer .foot_one {
  display: flex;
  color: #fff;
  width: 60%;
}
@media (max-width: 1200px) {
  #footer .foot_one {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #footer .foot_one {
    width: 100%;
    flex-wrap: wrap;
  }
}
#footer .foot_one a {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  white-space: nowrap;
  opacity: 0.6;
}
#footer .foot_one a:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  #footer .foot_one a {
    font-size: 14px;
    line-height: 30px;
  }
}
#footer .foot_one li {
  width: 50%;
}
@media (max-width: 767px) {
  #footer .foot_one li {
    width: 33.33%;
    padding-bottom: 25px;
  }
}
#footer .foot_one li h3 {
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 1200px) {
  #footer .foot_one li h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer .foot_one li h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
#footer .foot_two {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  #footer .foot_two {
    flex-wrap: wrap;
    width: 28%;
  }
}
@media (max-width: 767px) {
  #footer .foot_two {
    flex-wrap: nowrap;
    width: 100%;
  }
}
#footer .foot_two .img_ma {
  width: 120px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  #footer .foot_two .img_ma {
    width: 90px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #footer .foot_two .img_ma {
    margin-right: 15px;
  }
}
#footer .foot_two dl {
  width: auto;
}
@media (max-width: 1200px) {
  #footer .foot_two dl {
    width: 100%;
  }
}
#footer .foot_two dl dd {
  font-size: 16px;
  color: #C3C3C3;
  line-height: 34px;
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  #footer .foot_two dl dd {
    font-size: 14px;
    line-height: 22px;
  }
}
#footer .bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
/* 顶部banner */
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .pc_img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner .pc_img {
    display: none;
  }
}
.banner .yd_img {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .banner .yd_img {
    display: block;
  }
}
.ind_banner {
  display: block;
  width: 100%;
}
.ind_banner .next,
.ind_banner .prev {
  width: 20px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  outline: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
.ind_banner .next {
  right: 20px;
  background: url(../images/right.png) no-repeat center center;
  background-size: 100% 100%;
}
.ind_banner .prev {
  left: 20px;
  background: url(../images/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.ind_banner:hover .next,
.ind_banner:hover .prev {
  opacity: 1;
}
.ind_banner .img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .ind_banner .img {
    height: auto;
  }
}
.ind_banner .pc_img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .ind_banner .pc_img {
    display: none;
  }
}
.ind_banner .yd_img {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .ind_banner .yd_img {
    display: block;
  }
}
.ind_banner .nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.ind_banner .nei .info {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .ind_banner .nei .info {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ind_banner .nei .info {
    padding: 15px 0;
  }
}
.ind_banner .nei .img_logo {
  max-height: 80px;
}
@media (max-width: 1200px) {
  .ind_banner .nei .img_logo {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .ind_banner .nei .img_logo {
    max-height: 40px;
  }
}
.ind_banner .nei .city {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .ind_banner .nei .city {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .ind_banner .nei .city {
    padding-top: 10px;
    flex-wrap: wrap;
  }
}
.ind_banner .nei .city a {
  width: 160px;
  line-height: 48px;
  text-align: center;
  background: url(../images/bg_24.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 22px;
  color: #000000;
  margin: 0 10px;
}
.ind_banner .nei .city a:hover {
  background: url(../images/bg_24-sel.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 1200px) {
  .ind_banner .nei .city a {
    width: 100%;
    line-height: 32px;
    margin: 0 4px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ind_banner .nei .city a {
    width: 60px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }
}
/* 首页 */
.sy_one {
  background: #B10007;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 130px 5%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .sy_one {
    padding: 80px 0%;
  }
}
@media (max-width: 767px) {
  .sy_one {
    flex-wrap: wrap;
    padding: 0;
  }
}
.sy_one .bg_img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy_one .bg_img {
    display: none;
  }
}
.sy_one .list {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sy_one .list {
    background: url(../images/bg_03.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 40px 0 20px 0;
  }
}
.sy_one .list li {
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .sy_one .list li {
    width: 100%;
    padding: 40px 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sy_one .list li {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
  }
}
.sy_one .list strong {
  font-size: 90px;
  position: relative;
}
@media (max-width: 1200px) {
  .sy_one .list strong {
    padding: 0 3%;
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .sy_one .list strong {
    font-size: 50px;
  }
}
.sy_one .list .jia::after {
  content: '+';
  position: absolute;
  top: 20px;
  right: -36px;
  font-size: 42px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .sy_one .list .jia::after {
    padding: 0 3%;
    top: 5px;
    right: -32px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sy_one .list .jia::after {
    top: 5px;
    font-size: 26px;
    right: -25px;
  }
}
.sy_one .nei {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 20px 2% 20px 5%;
  color: #fff;
}
@media (max-width: 1200px) {
  .sy_one .nei {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .sy_one .nei {
    width: 100%;
    padding: 30px 15px;
  }
}
.sy_one .nei .title {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 4px;
}
@media (max-width: 1200px) {
  .sy_one .nei .title {
    font-size: 32px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .sy_one .nei .title {
    font-size: 26px;
    line-height: 50px;
  }
}
.sy_one .nei .en {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 15px;
  background: url(../images/bg_02.png) no-repeat left bottom;
  background-size: 100% 4px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .sy_one .nei .en {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sy_one .nei .en {
    font-size: 14px;
    padding-bottom: 8px;
    background-size: 100% 3px;
  }
}
.sy_one .nei .desc {
  padding: 60px 0;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .sy_one .nei .desc {
    padding: 40px 0;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sy_one .nei .desc {
    padding: 30px 0;
    font-size: 15px;
    line-height: 28px;
  }
}
.sy_one .nei .more {
  background: url(../images/jt1.png) no-repeat 88% center #000;
  background-size: 8px;
  color: #fff;
  line-height: 46px;
  padding: 0 40px;
  display: inline-block;
  transition: 0.5;
}
.sy_one .nei .more:hover {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .sy_one .nei .more {
    padding: 0 40px 0 30px;
    line-height: 42px;
  }
}
.sy_two {
  padding: 120px 5%;
}
@media (max-width: 1200px) {
  .sy_two {
    padding: 60px 5%;
  }
}
@media (max-width: 767px) {
  .sy_two {
    padding: 30px 0;
  }
}
.sy_two .sy_two_swiper {
  position: relative;
}
.sy_two .sy_two_swiper .img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .sy_two .sy_two_swiper .img {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .sy_two .sy_two_swiper .img {
    min-height: 460px;
  }
}
.sy_two .sy_two_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
  transition: 0.5s;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .sy_two .sy_two_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .sy_two .sy_two_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.sy_two .sy_two_swiper .swiper-pagination-bullet-active {
  width: 80px;
}
@media (max-width: 1200px) {
  .sy_two .sy_two_swiper .swiper-pagination-bullet-active {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .sy_two .sy_two_swiper .swiper-pagination-bullet-active {
    width: 50px;
  }
}
.sy_two .swiper-container-horizontal > .swiper-pagination-bullets,
.sy_two .swiper-pagination-custom,
.sy_two .swiper-pagination-fraction {
  bottom: auto;
  top: 40px;
  left: auto;
  right: 60px;
  width: auto;
}
@media (max-width: 1200px) {
  .sy_two .swiper-container-horizontal > .swiper-pagination-bullets,
  .sy_two .swiper-pagination-custom,
  .sy_two .swiper-pagination-fraction {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sy_two .swiper-container-horizontal > .swiper-pagination-bullets,
  .sy_two .swiper-pagination-custom,
  .sy_two .swiper-pagination-fraction {
    top: 10px;
    right: 10px;
  }
}
.sy_two .list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .sy_two .list {
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  .sy_two .list {
    padding: 0 10px;
  }
}
.sy_two .list li {
  width: 33.33%;
  padding: 0 4% 70px 4%;
  color: #fff;
  transition: 0.5;
  background: url(../images/bg_04.png) no-repeat center bottom;
  background-size: 0 20px;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .sy_two .list li {
    background-size: 0 15px;
    padding: 0 3% 30px 3%;
  }
}
@media (max-width: 767px) {
  .sy_two .list li {
    padding: 20px 10px;
  }
}
.sy_two .list li:hover {
  background-size: 75% 20px;
}
@media (max-width: 1200px) {
  .sy_two .list li:hover {
    background-size: 0 15px;
  }
}
.sy_two .list li:hover .bottom {
  height: 420px;
}
@media (max-width: 1200px) {
  .sy_two .list li:hover .bottom {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .sy_two .list li:hover .bottom {
    height: 280px;
  }
}
.sy_two .list .top {
  text-align: center;
  opacity: 0.7;
}
.sy_two .list .top h2 {
  font-size: 44px;
  line-height: 70px;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  .sy_two .list .top h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .top h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
.sy_two .list .top h6 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .sy_two .list .top h6 {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .top h6 {
    padding-top: 5px;
    line-height: 16px;
  }
}
.sy_two .list .bottom {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  height: 0;
  transition: 0.8s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  text-align: justify;
}
@media (max-width: 1200px) {
  .sy_two .list .bottom {
    padding-top: 20px;
    -webkit-line-clamp: 10;
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .bottom {
    font-size: 14px;
    line-height: 26px;
  }
}
.sy_three {
  padding: 110px 3% 110px 5%;
  display: flex;
  background: url(../images/bg_04.png) no-repeat left top #EDEDF3;
  background-size: 50% 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .sy_three {
    padding: 70px 3% 70px 5%;
  }
}
@media (max-width: 767px) {
  .sy_three {
    background-size: 100% 100%;
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}
.sy_three .left {
  width: 32%;
  padding-right: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .sy_three .left {
    width: 40%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .sy_three .left {
    width: 100%;
    padding: 0;
  }
}
.sy_three .left .title {
  color: #fff;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .sy_three .left .title {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .sy_three .left .title {
    padding-bottom: 30px;
  }
}
.sy_three .left .title h2 {
  font-size: 44px;
  line-height: 70px;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  .sy_three .left .title h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .sy_three .left .title h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.sy_three .left .title p {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .sy_three .left .title p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sy_three .left .title p {
    padding-top: 5px;
    line-height: 16px;
  }
}
.sy_three .left .new_swiper {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .sy_three .left .new_swiper {
    padding-bottom: 20px;
  }
}
.sy_three .left .new_swiper .img {
  width: 100%;
  height: 390px;
  border: 3px solid #fff;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .sy_three .left .new_swiper .img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .sy_three .left .new_swiper .img {
    height: 260px;
  }
}
.sy_three .left .new_swiper .tit {
  margin: 10px 0;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .sy_three .left .new_swiper .tit {
    font-size: 16px;
    line-height: 30px;
  }
}
.sy_three .left .swiper-container-horizontal > .swiper-pagination-bullets,
.sy_three .left .swiper-pagination-custom,
.sy_three .left .swiper-pagination-fraction {
  bottom: 0;
  width: auto;
}
.sy_three .left .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 11px;
  height: 11px;
  transition: 0.5s;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .sy_three .left .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .sy_three .left .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.sy_three .left .swiper-pagination-bullet-active {
  width: 40px;
}
@media (max-width: 1200px) {
  .sy_three .left .swiper-pagination-bullet-active {
    width: 30px;
  }
}
.sy_three .list {
  background: #E6E6EB;
  width: 100%;
}
@media (max-width: 767px) {
  .sy_three .list {
    margin-top: 30px;
  }
}
.sy_three .list li:nth-child(2n) .nei {
  background: #EDEDF3;
}
.sy_three .list .nei {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  color: #515151;
}
@media (max-width: 1200px) {
  .sy_three .list .nei {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sy_three .list .nei {
    padding: 15px;
  }
}
.sy_three .list .img {
  width: 180px;
  height: 130px;
  flex-shrink: 0;
  object-fit: cover;
  transition: 0.3s;
  border: 2px solid #E6E6EB;
}
@media (max-width: 767px) {
  .sy_three .list .img {
    width: 140px;
    height: 90px;
  }
}
.sy_three .list .info {
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .sy_three .list .info {
    padding-left: 15px;
  }
}
.sy_three .list .info .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sy_three .list .info .tit {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .sy_three .list .info .tit {
    font-size: 16px;
    line-height: 24px;
  }
}
.sy_three .list .info .date {
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .sy_three .list .info .date {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .sy_three .list .info .date {
    font-size: 12px;
    padding: 6px 0;
  }
}
.sy_three .list .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sy_three .list .info .bottom {
    display: none;
  }
}
.sy_three .list .info .desc {
  line-height: 28px;
  font-size: 17px;
  color: #7B7B7B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .sy_three .list .info .desc {
    margin-right: 0;
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sy_three .list .info .desc {
    font-size: 13px;
    line-height: 20px;
  }
}
.sy_three .list .info .more {
  display: inline-block;
  padding: 0 25px 0 40px;
  background: #AAAAAA;
  line-height: 44px;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .sy_three .list .info .more {
    display: none;
  }
}
.sy_three .list .info .more span {
  color: #fff;
  padding-right: 20px;
  white-space: nowrap;
  background: url(../images/jt1.png) no-repeat right center;
  background-size: 8px;
}
.sy_three .list li:hover .more {
  background: #B10007;
}
.sy_three .list li:hover .img {
  border: 2px solid #B10007;
}
.sy_three .list li:hover .info .tit {
  color: #B10007;
}
.sy_four {
  padding: 110px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .sy_four {
    padding: 60px 5%;
  }
}
@media (max-width: 767px) {
  .sy_four {
    padding: 40px 15px;
    flex-wrap: wrap;
  }
}
.sy_four .left {
  width: 42%;
}
@media (max-width: 1200px) {
  .sy_four .left {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .sy_four .left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.sy_four .left li {
  padding: 20px 0;
}
@media (max-width: 1580px) {
  .sy_four .left li {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .sy_four .left li {
    padding: 10px 0;
  }
}
.sy_four .left .nei {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .sy_four .left .nei {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .nei {
    margin-bottom: 0px;
  }
}
.sy_four .left .date {
  background: #B10007;
  color: #fff;
  flex-shrink: 0;
  width: 76px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
  justify-content: center;
}
@media (max-width: 1580px) {
  .sy_four .left .date {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .sy_four .left .date {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .date {
    padding: 10px 0;
    width: 55px;
  }
}
.sy_four .left .date strong {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .sy_four .left .date strong {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .date strong {
    font-size: 36px;
  }
}
.sy_four .left .date p {
  display: block;
  width: 100%;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .sy_four .left .date p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .date p {
    font-size: 16px;
  }
}
.sy_four .left .info {
  width: 100%;
  padding: 10px 0;
  padding-left: 30px;
  background: url(../images/bg_04.png) no-repeat left bottom;
  background-size: 0 2px;
  transition: 0.8s;
}
@media (max-width: 1580px) {
  .sy_four .left .info {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .sy_four .left .info {
    padding-left: 20px;
  }
}
.sy_four .left .info:hover {
  background-size: 100% 2px;
}
.sy_four .left .info:hover .tit {
  color: #B10007;
}
.sy_four .left .info .tit {
  font-size: 26px;
  color: #3B3B3B;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .sy_four .left .info .tit {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .sy_four .left .info .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .info .tit {
    font-size: 18px;
  }
}
.sy_four .left .info .desc {
  color: #7B7B7B;
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .sy_four .left .info .desc {
    margin: 13px 0;
  }
}
@media (max-width: 1200px) {
  .sy_four .left .info .desc {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 0 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .sy_four .left .info .desc {
    display: none;
  }
}
.sy_four .left .info .bottom {
  display: flex;
  color: #7B7B7B;
  font-size: 17px;
  height: 30px;
}
@media (max-width: 1200px) {
  .sy_four .left .info .bottom {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.sy_four .left .info .bottom dd {
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .sy_four .left .info .bottom dd {
    width: 100%;
    display: block;
    padding-left: 20px;
    margin-top: 10px;
  }
}
.sy_four .left .info .bottom .time {
  background: url(../images/bg_05.png) no-repeat left center;
  background-size: 20px;
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .sy_four .left .info .bottom .time {
    background-size: 15px;
    margin-right: 0px;
  }
}
.sy_four .left .info .bottom .wei {
  background: url(../images/bg_06.png) no-repeat left center;
  background-size: 20px;
}
@media (max-width: 1200px) {
  .sy_four .left .info .bottom .wei {
    background-size: 15px;
    margin-right: 0px;
    margin-top: 0;
  }
}
.sy_four .right_img {
  width: 53%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
@media (max-width: 1200px) {
  .sy_four .right_img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sy_four .right_img {
    width: 100%;
    margin-bottom: -20px;
  }
}
.sy_four .right_img li {
  width: 47%;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .sy_four .right_img li {
    width: 48%;
    padding-bottom: 20px;
  }
}
.sy_four .right_img li img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 290px;
}
@media (max-width: 1200px) {
  .sy_four .right_img li img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .sy_four .right_img li img {
    height: 120px;
  }
}
.sy_title {
  width: 100%;
  color: #B10007;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .sy_title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sy_title {
    padding-bottom: 20px;
  }
}
.sy_title h2 {
  font-size: 44px;
  line-height: 70px;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  .sy_title h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .sy_title h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.sy_title p {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .sy_title p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sy_title p {
    padding-top: 5px;
    line-height: 16px;
  }
}
.sy_title .more {
  color: #B10007;
}
.sy_five {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #EDEDF3;
  background: #fff;
  padding: 110px 0;
}
@media (max-width: 1200px) {
  .sy_five {
    padding: 60px 0%;
  }
}
@media (max-width: 767px) {
  .sy_five {
    padding: 40px 0px;
    flex-wrap: wrap;
  }
}
.sy_five .sy_title {
  padding: 0 5%;
  padding-bottom: 0;
}
.sy_five .sy_title .img {
  height: 164px;
}
@media (max-width: 767px) {
  .sy_five .sy_title .img {
    height: 100px;
  }
}
.sy_five .licheng_swiper {
  width: 100%;
  padding: 0 5%;
  padding-bottom: 110px;
  padding-top: 90px;
}
.sy_five .licheng_swiper .swiper-scrollbar {
  opacity: 1 !important;
  background: #BBBBBB;
  width: 90%;
  left: 5%;
  height: 8px;
  bottom: 6px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .swiper-scrollbar {
    height: 5px;
  }
}
.sy_five .licheng_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #B10007;
  height: 10px !important;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 7px !important;
  }
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
.sy_five .licheng_swiper .nei {
  width: 350px;
  height: 680px;
  display: inline-block;
  position: relative;
  padding-top: 300px;
}
.sy_five .licheng_swiper .nei .img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .nei {
    padding-top: 240px;
    width: 280px;
    height: 620px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .nei {
    padding-top: 140px;
    width: 200px;
    height: 450px;
  }
}
.sy_five .licheng_swiper .nei2 {
  margin-top: -150px;
  margin-right: -150px;
  position: relative;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .nei2 {
    margin-top: -130px;
    margin-right: -130px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .nei2 {
    margin-top: -50px;
    margin-right: -80px;
    margin-left: -30px;
  }
}
.sy_five .licheng_swiper .nei2 .txt {
  padding: 0;
  width: 100%;
  padding-left: 40%;
  position: absolute;
  bottom: 60%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  height: auto;
  flex-direction: column-reverse;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .nei2 .txt {
    bottom: 65%;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .nei2 .txt {
    bottom: 72%;
  }
}
.sy_five .licheng_swiper .nei2 .txt .desc {
  width: 110%;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .nei2 .txt .desc {
    width: 120%;
  }
}
.sy_five .licheng_swiper .txt {
  padding-left: 45px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .txt {
    padding-left: 25px;
  }
}
.sy_five .licheng_swiper .txt h3 {
  color: #B10007;
  font-size: 22px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .txt h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .txt h3 {
    font-size: 18px;
  }
}
.sy_five .licheng_swiper .txt h4 {
  color: #856545;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 4px;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .txt h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .txt h4 {
    font-size: 17px;
    line-height: 24px;
    padding-top: 0px;
  }
}
.sy_five .licheng_swiper .txt .desc {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #7B7B7B;
  line-height: 24px;
  padding-top: 2px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .sy_five .licheng_swiper .txt .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .txt .desc {
    font-size: 13px;
    line-height: 22px;
  }
}
.sy_five .licheng_swiper .item {
  width: 240px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item {
    width: 180px;
  }
}
.sy_five .licheng_swiper .item .img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item .img {
    width: 100px;
    height: 100px;
  }
}
.sy_five .licheng_swiper .item .dian {
  height: 80px;
  width: 150px;
  background: url(../images/bg_25.png) no-repeat center bottom;
  background-size: 20px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item .dian {
    width: 100px;
    height: 60px;
  }
}
.sy_five .licheng_swiper .item2 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item2 {
    padding-top: 0px;
  }
}
.sy_five .licheng_swiper .item2 .dian {
  height: 122px;
  background: url(../images/bg_26.png) no-repeat center top;
  background-size: 20px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item2 .dian {
    height: 90px;
  }
}
.sy_five .licheng_swiper .item2 .txt {
  height: 150px;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper .item2 .txt {
    height: 140px;
  }
}
.sy_five .licheng_swiper .item2 .txt .desc {
  height: 70px;
  margin-bottom: 10px;
}
.sy_five .licheng_swiper::after {
  content: '';
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C4000F;
}
@media (max-width: 767px) {
  .sy_five .licheng_swiper::after {
    top: 190px;
  }
}
/* 留言 */
.ly_main {
  background: #F2F2F2;
  max-width: 1520px;
  padding: 60px;
}
@media (max-width: 1200px) {
  .ly_main {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ly_main {
    padding: 30px 20px;
  }
}
.ly_main .sy_title {
  color: #7B7B7B;
}
.ly_main .nei {
  width: 80%;
  margin: 60px 10%;
  border-radius: 30px;
  padding: 50px 7%;
  background: #fff;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .ly_main .nei {
    border-radius: 20px;
    margin: 20px 4%;
    width: 92%;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .ly_main .nei {
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
  }
}
.ly_main .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .ly_main .title {
    line-height: 40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ly_main .title {
    line-height: 30px;
    font-size: 20px;
  }
}
.ly_main .xuzhi {
  margin: 40px 0;
  border-bottom: 1px solid #979696;
  color: #7B7B7B;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .ly_main .xuzhi {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .ly_main .xuzhi {
    margin: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }
}
.ly_main .xuzhi .top {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ly_main .xuzhi .top {
    font-size: 16px;
  }
}
.ly_main .xuzhi .desc .img {
  width: 15px;
  margin-right: 10px;
  margin-top: 5px;
}
.ly_main .xuzhi .bottom {
  padding-top: 25px;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ly_main .xuzhi .bottom {
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
.ly_main ul {
  padding: 0 0 20px 0;
}
.ly_main ul li {
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .ly_main ul li {
    padding: 10px 0;
  }
}
.ly_main ul h3 {
  position: relative;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .ly_main ul h3 {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.ly_main ul h3 i {
  position: absolute;
  top: 3px;
  left: -15px;
  color: red;
  font-style: normal;
  font-size: 24px;
}
@media (max-width: 767px) {
  .ly_main ul h3 i {
    font-size: 18px;
    left: -10px;
  }
}
.ly_main ul p {
  font-size: 16px;
  color: #7B7B7B;
  line-height: 20px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .ly_main ul p {
    font-size: 13px;
    padding-bottom: 6px;
  }
}
.ly_main ul .txt {
  width: 70%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
  border: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .ly_main ul .txt {
    height: 44px;
    line-height: 44px;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
  }
}
.ly_main ul .txt_desc {
  width: 100%;
  height: 200px;
  line-height: 40px;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .ly_main ul .txt_desc {
    padding: 5px 10px;
  }
}
.ly_main ul .li_btn {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .ly_main ul .li_btn {
    padding: 20px 0;
  }
}
.ly_main ul .li_btn .btn {
  background: #B10007;
  width: 340px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ly_main ul .li_btn .btn {
    width: 100%;
    line-height: 44px;
    font-size: 16px;
  }
}
.ly_main .jb {
  text-align: right;
}
.ly_main .jb a {
  color: #7B7B7B;
}
.ly_main .jb a:hover {
  color: #B10007;
}
.ly_main .ly_bottom {
  text-align: center;
  padding: 10px 0 50px 0;
  color: #7B7B7B;
}
@media (max-width: 767px) {
  .ly_main .ly_bottom {
    padding: 10px 0 30px 0;
    font-size: 14px;
  }
}
.ly_main .ly_bottom a {
  color: #4F86E3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ly_main .ly_bottom a {
    font-size: 14px;
  }
}
/* 资讯中心 */
.zx_main {
  padding: 60px 0;
}
.zx_main .sy_title {
  color: #7B7B7B;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .zx_main {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .zx_main {
    padding: 30px 15px;
  }
}
.zx_type {
  line-height: 46px;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .zx_type {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .zx_type {
    padding: 0;
    line-height: 40px;
  }
}
.zx_type a {
  display: inline-block;
  margin-right: 50px;
  color: #7B7B7B;
  font-size: 18px;
  background: url(../images/bg_04.png) no-repeat left bottom;
  background-size: 0 2px;
  transition: 0.5s;
}
.zx_type a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .zx_type a {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .zx_type a {
    font-size: 15px;
    margin-right: 30px;
  }
}
.zx_type a.sel,
.zx_type a:hover {
  color: #B10007;
  background-size: 100% 2px;
}
.zx_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -50px;
}
@media (max-width: 1200px) {
  .zx_list {
    margin: 10px -20px;
  }
}
@media (max-width: 767px) {
  .zx_list {
    margin: 10px 0;
    justify-content: space-between;
  }
}
.zx_list li {
  width: 33.333%;
  padding: 20px 50px;
}
@media (max-width: 1200px) {
  .zx_list li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .zx_list li {
    width: 47%;
    padding: 20px 0 5px 0;
  }
}
.zx_list .nei {
  width: 100%;
  display: block;
}
.zx_list .nei:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zx_list .nei:hover .title {
  color: #B10007;
}
.zx_list .pimg {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 240px;
}
@media (max-width: 1580px) {
  .zx_list .pimg {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .zx_list .pimg {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .zx_list .pimg {
    border-radius: 5px;
    height: 100px;
  }
}
.zx_list .pimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.zx_list .title {
  margin: 15px 0 8px 0;
  color: #7B7B7B;
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  .zx_list .title {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .zx_list .title {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .zx_list .title {
    margin: 6px 0 10px 0;
    height: 46px;
    line-height: 24px;
    font-size: 15px;
  }
}
.zx_list .date {
  font-size: 16px;
  color: #ACACAC;
}
@media (max-width: 1200px) {
  .zx_list .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .zx_list .date {
    font-size: 12px;
  }
}
.pMore {
  text-align: center;
  padding: 10px 0;
  line-height: 30px;
}
.pMore a {
  color: #B10007;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .pMore a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pMore a {
    font-size: 16px;
  }
}
/* 企业文化 */
.wh_one {
  background: #F5F4F4;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .wh_one {
    padding: 40px 0;
  }
}
.wh_one .nei {
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  color: #858282;
}
@media (max-width: 1580px) {
  .wh_one .nei {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .wh_one .nei {
    font-size: 17px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .wh_one .nei {
    font-size: 14px;
    line-height: 28px;
  }
}
.wh_one .img {
  height: 64px;
}
@media (max-width: 767px) {
  .wh_one .img {
    height: 54px;
  }
}
.wh_two {
  background: url(../images/bg_08.png) no-repeat left bottom #FFFCFB;
  padding: 70px 0;
  background-size: 100%;
}
@media (max-width: 1200px) {
  .wh_two {
    background-size: 120%;
  }
}
@media (max-width: 767px) {
  .wh_two {
    padding: 40px 0;
  }
}
.wh_two .top_logo {
  text-align: center;
}
.wh_two .top_logo img {
  height: 200px;
}
@media (max-width: 1200px) {
  .wh_two .top_logo img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .wh_two .top_logo img {
    height: 90px;
  }
}
.wh_two .list {
  display: flex;
  justify-content: center;
  padding: 60px 0 170px 0;
}
@media (max-width: 1200px) {
  .wh_two .list {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .wh_two .list {
    padding: 20px 0 40px 0;
  }
}
.wh_two .list li {
  width: 28%;
  text-align: center;
}
@media (max-width: 1200px) {
  .wh_two .list li {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .wh_two .list li {
    width: 33.333%;
  }
}
.wh_two .list .img {
  height: 200px;
}
@media (max-width: 1200px) {
  .wh_two .list .img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .wh_two .list .img {
    height: 90px;
  }
}
.wh_two .list .desc {
  padding: 10px;
  color: #7B7B7B;
  line-height: 30px;
}
@media (max-width: 767px) {
  .wh_two .list .desc {
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
  }
}
.wh_two .bottom {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .wh_two .bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .wh_two .bottom {
    padding: 0;
  }
}
.wh_two .bottom img {
  height: 200px;
}
@media (max-width: 1200px) {
  .wh_two .bottom img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .wh_two .bottom img {
    height: auto;
    width: 90%;
  }
}
.wh_three {
  background: #B10007;
}
.wh_three .top {
  padding: 80px 0 50px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 1200px) {
  .wh_three .top {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .wh_three .top {
    padding: 20px 0 10px 0;
  }
}
.wh_three .top h2 {
  line-height: 100px;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .wh_three .top h2 {
    line-height: 70px;
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .wh_three .top h2 {
    line-height: 50px;
    font-size: 28px;
  }
}
.wh_three .top p {
  line-height: 70px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .wh_three .top p {
    font-size: 18px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .wh_three .top p {
    font-size: 14px;
    line-height: 30px;
  }
}
.wh_three .bottom {
  display: flex;
}
@media (max-width: 767px) {
  .wh_three .bottom {
    flex-wrap: wrap;
  }
}
.wh_three .bottom img {
  display: block;
  width: 100%;
}
/* 联系我们 */
.lx_main {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .lx_main {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .lx_main {
    padding: 15px;
  }
}
.lx_one {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .lx_one {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lx_one {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.lx_one .top {
  text-align: center;
}
.lx_one .top img {
  max-width: 65%;
}
@media (max-width: 1200px) {
  .lx_one .top img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .lx_one .top img {
    max-width: 100%;
  }
}
.lx_one .nei {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .lx_one .nei {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .lx_one .nei {
    flex-wrap: wrap;
    padding-top: 15px;
  }
}
.lx_one .nei .info {
  width: 38%;
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  padding: 0 25px;
  background: #fff;
}
@media (max-width: 1200px) {
  .lx_one .nei .info {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .info {
    width: 100%;
    margin-bottom: 25px;
  }
}
.lx_one .nei .info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F3EFEC;
  padding: 20px;
}
@media (max-width: 1200px) {
  .lx_one .nei .info li {
    padding: 15px;
  }
}
.lx_one .nei .info li .img {
  width: 30px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .lx_one .nei .info li .img {
    width: 25px;
  }
}
.lx_one .nei .info li:last-child {
  border-bottom: 0;
}
.lx_one .nei .info dl {
  width: 100%;
  padding-left: 20px;
  color: #856545;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .lx_one .nei .info dl {
    padding-left: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .info dl {
    line-height: 24px;
  }
}
.lx_one .nei .info dl dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .lx_one .nei .info dl dt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .info dl dt {
    font-size: 15px;
  }
}
.lx_one .nei .info dl dd {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .lx_one .nei .info dl dd {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .lx_one .nei .info dl dd {
    font-size: 13px;
  }
}
.lx_one .nei .map {
  width: 60%;
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
}
.lx_one .nei .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .lx_one .nei .map {
    width: 100%;
  }
  .lx_one .nei .map img {
    height: auto;
  }
}
.lx_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lx_two li {
  width: 49%;
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 30px;
  background: url(../images/bg_04.png) no-repeat left bottom #fff;
  background-size: 0 3px;
  transition: 0.5s;
}
.lx_two li:hover {
  background-size: 100% 3px;
}
.lx_two li:hover .tit1,
.lx_two li:hover .tit2 {
  color: #B10007;
}
@media (max-width: 1200px) {
  .lx_two li {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .lx_two li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lx_two .tit1,
.lx_two .tit2 {
  font-size: 26px;
  color: #856545;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .lx_two .tit1,
  .lx_two .tit2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .lx_two .tit1,
  .lx_two .tit2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.lx_two .tit1 {
  font-weight: bold;
}
.lx_two .tit2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lx_two .tit2 {
    font-size: 16px;
    line-height: 30px;
  }
}
.lx_two p {
  padding: 8px 0;
  color: #ADADAD;
  padding-left: 56px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .lx_two p {
    padding: 5px 0;
    padding-left: 45px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .lx_two p {
    font-size: 14px;
  }
}
.lx_two .tel {
  background: url(../images/bg_09.png) no-repeat left center;
  background-size: 40px;
}
@media (max-width: 1200px) {
  .lx_two .tel {
    background-size: 35px;
  }
}
@media (max-width: 767px) {
  .lx_two .tel {
    background-size: 30px;
  }
}
.lx_two .wei {
  background: url(../images/bg_10.png) no-repeat left center;
  background-size: 40px;
}
@media (max-width: 1200px) {
  .lx_two .wei {
    background-size: 35px;
  }
}
@media (max-width: 767px) {
  .lx_two .wei {
    background-size: 30px;
  }
}
/* 展览排期 */
.qi_one {
  padding: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .qi_one {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .qi_one {
    padding: 30px;
  }
}
.qi_one .swiper-button-disabled {
  opacity: 0.2;
}
.qi_one .next,
.qi_one .prev {
  width: 60px;
  height: 110px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .qi_one .next,
  .qi_one .prev {
    top: 37%;
    width: 50px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .qi_one .next,
  .qi_one .prev {
    width: 30px;
    height: 50px;
    top: 30%;
  }
}
.qi_one .next {
  left: 0;
  background: url(../images/left2.png) no-repeat center center;
  background-size: 40px;
}
@media (max-width: 1200px) {
  .qi_one .next {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .qi_one .next {
    background-size: 20px;
    left: -10px;
  }
}
.qi_one .prev {
  right: 0;
  background: url(../images/right2.png) no-repeat center center;
  background-size: 40px;
}
@media (max-width: 1200px) {
  .qi_one .prev {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .qi_one .prev {
    background-size: 20px;
    right: -10;
  }
}
.qi_one .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qi_one .year {
  width: 180px;
  height: 200px;
  background: url(../images/bg_11.png) no-repeat left top;
  background-size: 100%;
  text-align: center;
  line-height: 180px;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}
@media (max-width: 1200px) {
  .qi_one .year {
    width: 130px;
    height: 140px;
    line-height: 130px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .qi_one .year {
    width: 70px;
    height: 80px;
    line-height: 70px;
    font-size: 18px;
  }
}
.qi_one .year.sel {
  background: url(../images/bg_11-sel.png) no-repeat left top;
  background-size: 100%;
  color: #fff;
}
.qi_main {
  background: #F3F3F3;
}
.qi_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1200px) {
  .qi_list {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .qi_list {
    margin: 0;
  }
}
.qi_list li {
  width: 33.333%;
  padding: 0 25px 50px 25px;
  position: relative;
}
@media (max-width: 1200px) {
  .qi_list li {
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .qi_list li {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
}
.qi_list .nei {
  position: relative;
  background: #fff;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  background: url(../images/bg_04.png) no-repeat left bottom;
  background-size: 0 3px;
  transition: 0.5s;
}
.qi_list .nei:hover {
  background-size: 100% 3px;
}
.qi_list .nei:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.qi_list .nei .dateImg {
  position: absolute;
  bottom: 20px;
  right: 10px;
  height: 30px;
}
@media (max-width: 1200px) {
  .qi_list .nei .dateImg {
    height: 20px;
  }
}
.qi_list .nei .date {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: flex;
  color: #ADADAD;
  align-items: flex-end;
}
@media (max-width: 1320px) {
  .qi_list .nei .date {
    zoom: 0.6;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .qi_list .nei .date {
    zoom: 0.8;
    bottom: 20px;
  }
}
.qi_list .nei .date dt {
  width: 5px;
  word-break: break-all;
  font-size: 8px;
  line-height: 7px;
  font-weight: bold;
}
.qi_list .nei .date dd {
  font-size: 30px;
  line-height: 26px;
  padding-left: 3px;
  font-weight: bold;
}
.qi_list .nei .date span {
  font-size: 8px;
  line-height: 10px;
}
.qi_list .nei .date i {
  padding: 5px 10px;
  background: url(../images/bg_23.png) no-repeat left center;
  background-size: 15px 1px;
  margin: 0 5px;
}
.qi_list .pimg {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .qi_list .pimg {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  .qi_list .pimg {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .qi_list .pimg {
    height: 180px;
  }
}
.qi_list .pimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.qi_list .info {
  background: #fff;
  padding: 15px;
}
.qi_list .info .title {
  color: #A71D33;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.qi_list .info .wei {
  margin: 8px 0;
  padding: 5px 0;
  padding-left: 20px;
  background: url(../images/bg_12.png) no-repeat left center;
  font-size: 14px;
  color: #B7B6B6;
  background-size: 13px;
}
@media (max-width: 767px) {
  .qi_list .info .wei {
    font-size: 13px;
  }
}
.qi_list .info .ck {
  background: #B10007;
  border-radius: 40px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .qi_list .info .ck {
    line-height: 22px;
    padding: 0 15px;
    font-size: 12px;
  }
}
.qi_page {
  padding: 0px 0 80px 0;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .qi_page {
    padding: 10px 0 30px 0;
  }
}
.qi_page .nei {
  display: flex;
  align-items: flex-end;
  line-height: 20px;
  color: #8B8B8B;
}
.qi_page .nei span {
  padding: 0 5px;
}
.qi_page .prev,
.qi_page .next {
  display: block;
  width: 40px;
  height: 30px;
  background: url(../images/left3.png) no-repeat center center;
  background-size: 10px;
  cursor: pointer;
}
.qi_page .next {
  background: url(../images/right3.png) no-repeat center center;
  background-size: 10px;
}
.qi_page .on {
  font-size: 34px;
  color: #000;
  line-height: 30px;
}
@media (max-width: 767px) {
  .qi_page .on {
    font-size: 30px;
  }
}
/* 关于尚格 */
.bg_hui {
  background-color: #F8F8F8;
}
.gy_type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 120px;
  line-height: 120px;
  background: #B10007;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 20px;
}
@media (max-width: 1580px) {
  .gy_type {
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
  }
}
@media (max-width: 1200px) {
  .gy_type {
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .gy_type {
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 10px;
  }
}
.gy_type a {
  width: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: url(../images/bg_13.png) no-repeat right center;
  background-size: 2px 25px;
}
.gy_type a:last-child {
  background: none;
}
@media (max-width: 1580px) {
  .gy_type a {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .gy_type a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .gy_type a {
    font-size: 14px;
    background-size: 1px 15px;
  }
}
.lou {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.gy_title {
  width: 100%;
  color: #7B7B7B;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .gy_title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gy_title {
    padding-bottom: 20px;
  }
}
.gy_title h2 {
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 3px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .gy_title h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .gy_title h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.gy_title p {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gy_title p {
    padding-top: 5px;
    line-height: 16px;
    font-size: 12px;
  }
}
.gy_title .right {
  text-transform: uppercase;
  line-height: 32px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .gy_title .right {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gy_title .right {
    padding-top: 5px;
    line-height: 16px;
  }
}
.gy_title .more {
  color: #B10007;
}
.gy_one {
  margin: 120px 0;
  position: relative;
  align-items: flex-end;
  display: flex;
}
@media (max-width: 1200px) {
  .gy_one {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .gy_one {
    margin: 30px 0;
    flex-wrap: wrap;
  }
}
.gy_one .gy_title {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .gy_one .gy_title {
    position: relative;
  }
}
.gy_one .left {
  width: 40%;
}
.gy_one .left img {
  width: 115%;
}
@media (max-width: 1200px) {
  .gy_one .left {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .gy_one .left {
    width: 100%;
    padding-bottom: 15px;
  }
  .gy_one .left img {
    width: 100%;
  }
}
.gy_one .desc {
  width: 60%;
  color: #7B7B7B;
  line-height: 38px;
  text-align: justify;
}
@media (max-width: 1580px) {
  .gy_one .desc {
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .gy_one .desc {
    line-height: 28px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .gy_one .desc {
    line-height: 26px;
    width: 100%;
  }
}
.gy_two {
  margin: 50px 0;
}
@media (max-width: 1200px) {
  .gy_two {
    margin: 0px 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .gy_two {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.gy_two .list {
  background: url(../images/bg_04.png) no-repeat 145px top;
  background-size: 2px 100% ;
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .gy_two .list {
    background: url(../images/bg_04.png) no-repeat 125px top;
    background-size: 2px 100% ;
  }
}
@media (max-width: 767px) {
  .gy_two .list {
    margin: 0px 0;
    background: url(../images/bg_04.png) no-repeat 95px top;
    background-size: 1px 100% ;
  }
}
.gy_two .list li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .gy_two .list li {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .gy_two .list li {
    padding: 12px 0;
  }
}
.gy_two .list .year {
  width: 160px;
  background: url(../images/bg_14.png) no-repeat right center;
  background-size: 30px;
  color: #B10007;
  font-size: 40px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .gy_two .list .year {
    width: 138px;
    background: url(../images/bg_14.png) no-repeat right center;
    background-size: 26px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .gy_two .list .year {
    width: 105px;
    background: url(../images/bg_14.png) no-repeat right center;
    background-size: 20px;
    font-size: 28px;
  }
}
.gy_two .list .nei {
  padding-left: 30px;
  width: 70%;
}
@media (max-width: 767px) {
  .gy_two .list .nei {
    padding-left: 20px;
    width: 100%;
  }
}
.gy_two .list .nei .tit {
  color: #B10007;
  font-size: 26px;
  font-weight: bold;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  .gy_two .list .nei .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gy_two .list .nei .tit {
    font-size: 20px;
  }
}
.gy_two .list .nei .desc {
  color: #7B7B7B;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .gy_two .list .nei .desc {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gy_two .list .nei .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.gy_three {
  background: url(../images/bg_15.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .gy_three {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gy_three {
    padding: 30px 0 20px 0;
  }
}
.gy_three .gy_title {
  color: #fff;
}
.gy_three .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .gy_three .list {
    padding: 10px 0 0 0;
    justify-content: flex-start;
  }
}
.gy_three .list li {
  width: 21%;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .gy_three .list li {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gy_three .list li {
    width: 33.33%;
    padding-bottom: 30px;
  }
}
.gy_three .list li img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .gy_three .list li img {
    max-width: 70%;
  }
}
.gy_four {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .gy_four {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .gy_four {
    padding: 40px 0;
  }
}
.gy_four .top {
  text-align: center;
  color: #C59D65;
  background: url(../images/bg_16.png) no-repeat center bottom;
  background-size: 160px 2px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .gy_four .top {
    background-size: 140px 2px;
  }
}
@media (max-width: 767px) {
  .gy_four .top {
    background-size: 110px 2px;
  }
}
.gy_four .top h2 {
  font-size: 40px;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .gy_four .top h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .gy_four .top h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.gy_four .top p {
  color: #7B7B7B;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .gy_four .top p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gy_four .top p {
    font-size: 12px;
    line-height: 30px;
  }
}
.gy_four .bottom {
  padding: 80px 0 40px 0;
  display: flex;
  color: #858585;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .gy_four .bottom {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .gy_four .bottom {
    padding: 30px 0 10px 0;
  }
}
.gy_four .bottom li {
  width: 28%;
  text-align: center;
}
@media (max-width: 1200px) {
  .gy_four .bottom li {
    width: 30%;
  }
}
.gy_four .bottom h2 {
  font-size: 80px;
  color: #C59D65;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .gy_four .bottom h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gy_four .bottom h2 {
    font-size: 30px;
  }
}
.gy_four .bottom .tit {
  padding: 5px 0;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .gy_four .bottom .tit {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .gy_four .bottom .tit {
    font-size: 15px;
    line-height: 24px;
  }
}
.gy_four .bottom .desc {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
@media (max-width: 1200px) {
  .gy_four .bottom .desc {
    padding-top: 8px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .gy_four .bottom .desc {
    font-size: 12px;
    line-height: 20px;
  }
}
.gy_five {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gy_five {
    flex-wrap: wrap;
  }
}
.gy_five .left {
  width: 30%;
  background: url(../images/bg_18.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .gy_five .left {
    width: 100%;
  }
}
.gy_five .left .ren {
  width: 100%;
  display: block;
}
.gy_five .left .nei {
  padding: 40px 60px;
}
@media (max-width: 1200px) {
  .gy_five .left .nei {
    padding: 20px;
  }
}
.gy_five .left .name {
  text-align: right;
  background: url(../images/bg_17.png) no-repeat right top;
  background-size: 26px;
  padding-top: 30px;
  font-size: 50px;
  line-height: 90px;
}
@media (max-width: 1200px) {
  .gy_five .left .name {
    font-size: 34px;
    line-height: 70px;
    padding-top: 10px;
    background-size: 22px;
  }
}
@media (max-width: 767px) {
  .gy_five .left .name {
    margin-top: -50px;
  }
}
.gy_five .left .job,
.gy_five .left .desc {
  text-align: right;
  color: #454545;
  line-height: 28px;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .gy_five .left .job,
  .gy_five .left .desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.gy_five .left .desc {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .gy_five .left .desc {
    padding-top: 30px;
  }
}
.gy_five .gy_title h2 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 3px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .gy_five .gy_title h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .gy_five .gy_title h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.gy_five .right {
  width: 70%;
  background: url(../images/bg_19.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .gy_five .right {
    padding: 30px 6%;
  }
}
@media (max-width: 767px) {
  .gy_five .right {
    width: 100%;
  }
}
.gy_five .right .nei {
  width: 100%;
  color: #fff;
}
.gy_five .right .jiyu {
  height: 140px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .gy_five .right .jiyu {
    height: 90px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .gy_five .right .jiyu {
    height: 70px;
  }
}
.gy_five .right .title {
  padding: 30px 0 15px 0;
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .gy_five .right .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .gy_five .right .title {
    padding: 20px 0 10px 0;
    font-size: 22px;
    line-height: 40px;
  }
}
.gy_five .right .desc {
  line-height: 32px;
  padding-bottom: 40px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .gy_five .right .desc {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gy_five .right .desc {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.gy_five .right .list {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .gy_five .right .list {
    width: 106%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .gy_five .right .list {
    padding-bottom: 10px;
    width: 100%;
  }
}
.gy_five .right .list li {
  text-align: center;
  width: 16%;
}
@media (max-width: 1200px) {
  .gy_five .right .list li {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .gy_five .right .list li {
    padding: 15px 0;
    width: 25%;
  }
}
.gy_five .right .list img {
  margin-bottom: 10px;
  height: 70px;
}
@media (max-width: 1200px) {
  .gy_five .right .list img {
    height: 50px;
  }
}
.gy_five .right .list p {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .gy_five .right .list p {
    font-size: 12px;
    line-height: 22px;
  }
}
.gy_six {
  padding: 140px 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .gy_six {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .gy_six {
    padding: 40px 15px;
  }
}
.gy_six .gy_title {
  color: #93692F;
}
.gy_six .yxz_swiper {
  padding-bottom: 20px;
}
.gy_six .yxz_swiper .swiper-slide {
  padding: 0  8px;
}
@media (max-width: 1200px) {
  .gy_six .yxz_swiper {
    padding-top: 10px;
    width: 103%;
    margin-left: -1.5%;
  }
}
.gy_six .nei {
  width: 100%;
  padding: 5px;
  display: block;
  position: relative;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
.gy_six .nei .img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .gy_six .nei .img {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .gy_six .nei .img {
    height: 200px;
  }
}
.gy_six .name {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #A0681B;
  z-index: 1;
  font-size: 16px;
}
@media (max-width: 767px) {
  .gy_six .name {
    font-size: 15px;
    line-height: 32px;
  }
}
.gy_six .bottom {
  text-align: right;
  line-height: 60px;
  padding: 0 15px;
  color: #A0681B;
  font-size: 16px;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .gy_six .bottom {
    font-size: 14px;
    line-height: 50px;
  }
}
.gy_six .bottom strong {
  font-size: 20px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .gy_six .bottom strong {
    font-size: 18px;
  }
}
.gy_six .bottom span {
  padding: 0 5px;
}
.gy_six .div_page {
  position: absolute;
  top: 190px;
  right: 60px;
  z-index: 11;
  display: flex;
}
@media (max-width: 1200px) {
  .gy_six .div_page {
    top: 80px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .gy_six .div_page {
    top: 70px;
    right: 15px;
  }
}
.gy_six .div_page .next,
.gy_six .div_page .prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .gy_six .div_page .next,
  .gy_six .div_page .prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .gy_six .div_page .next,
  .gy_six .div_page .prev {
    width: 34px;
    margin-left: 15px;
    height: 34px;
  }
}
.gy_six .div_page .next {
  background: url(../images/left4.png) no-repeat center center;
  background-size: 100%;
}
.gy_six .div_page .next:hover {
  background: url(../images/left5.png) no-repeat center center;
  background-size: 100%;
}
.gy_six .div_page .prev {
  background: url(../images/right4.png) no-repeat center center;
  background-size: 100%;
}
.gy_six .div_page .prev:hover {
  background: url(../images/right5.png) no-repeat center center;
  background-size: 100%;
}
/* 企业文化活动 */
.hd_main {
  width: 100%;
  padding: 100px 9%;
}
@media (max-width: 1200px) {
  .hd_main {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .hd_main {
    padding: 40px 15px;
  }
}
.hd_one {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hd_one {
    flex-wrap: wrap;
  }
}
.hd_one .left {
  width: 22%;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .hd_one .left {
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 15px;
  }
}
.hd_one .left .tit {
  max-width: 60%;
}
@media (max-width: 1200px) {
  .hd_one .left .tit {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .hd_one .left .tit {
    width: auto;
    height: 70px;
  }
}
.hd_one .left .desc {
  padding: 70px 0 0 0;
  color: #515151;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .hd_one .left .desc {
    padding: 50px 0 0 0;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hd_one .left .desc {
    padding-top: 20px;
  }
}
.hd_one .left .more {
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #866546;
  line-height: 44px;
  color: #fff;
  padding: 0 35px;
  border-radius: 5px;
}
.hd_one .left .more:hover {
  background: #B10007;
}
@media (max-width: 767px) {
  .hd_one .left .more {
    left: auto;
    right: 0;
    padding: 0 30px;
    line-height: 40px;
    font-size: 15px;
  }
}
.hd_one .btn_page {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hd_one .btn_page {
    bottom: 0px;
  }
}
.hd_one .btn_page .next,
.hd_one .btn_page .prev {
  width: 30px;
  height: 40px;
  background: url(../images/left6.png) no-repeat center center;
  background-size: 10px;
  cursor: pointer;
}
.hd_one .btn_page .prev {
  background: url(../images/right6.png) no-repeat center center;
  background-size: 10px;
}
.hd_one .btn_page .swiper-pagination-current {
  font-size: 32px;
}
.hd_one .btn_page .swiper-button-disabled {
  opacity: 0.3;
}
.hd_one .swiper-container-horizontal > .swiper-pagination-bullets,
.hd_one .swiper-pagination-custom,
.hd_one .swiper-pagination-fraction {
  width: auto;
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  bottom: auto;
}
.hd_one_swiper {
  width: 78%;
}
@media (max-width: 767px) {
  .hd_one_swiper {
    width: 100%;
  }
}
.hd_one_swiper .swiper-slide {
  padding: 10px;
}
.hd_one_swiper .nei {
  width: 100%;
  display: block;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px;
  position: relative;
}
.hd_one_swiper .nei::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  content: '';
  height: 3px;
  width: 0;
  background: #856545;
}
.hd_one_swiper .nei:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.hd_one_swiper .nei:hover::after {
  width: 100%;
}
.hd_one_swiper .nei:hover .ck {
  background: url(../images/jt2-sel.png) no-repeat center center;
  background-size: 100%;
}
.hd_one_swiper .tit_cn {
  color: #856545;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .hd_one_swiper .tit_cn {
    font-size: 22px;
  }
}
.hd_one_swiper .tit_en {
  color: #E1E1E3;
  font-size: 20px;
  line-height: 30px;
}
.hd_one_swiper .desc {
  margin: 20px 0 40px 0;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .hd_one_swiper .desc {
    height: 130px;
    -webkit-line-clamp: 5;
    margin: 10px 0 20px 0;
  }
}
.hd_one_swiper .img {
  height: 200px;
  display: block;
  object-fit: cover;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .hd_one_swiper .img {
    margin-bottom: 20px;
    height: 120px;
  }
}
.hd_one_swiper .ck {
  width: 50px;
  height: 50px;
  background: url(../images/jt2.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .hd_one_swiper .ck {
    width: 40px;
    height: 40px;
    margin: 10px 0;
  }
}
.hd_title {
  text-align: center;
}
.hd_title h2 {
  display: block;
  width: 100%;
  color: #856545;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .hd_title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hd_title h2 {
    font-size: 26px;
  }
}
.hd_title span {
  display: inline-block;
  padding-left: 10px;
  color: #555555;
  background: url(../images/bg_04.png) no-repeat left center;
  background-size: 2px 15px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .hd_title span {
    line-height: 40px;
  }
}
.hd_title .desc {
  text-align: center;
  width: 100%;
  color: #515151;
  padding: 10px 10%;
}
@media (max-width: 767px) {
  .hd_title .desc {
    line-height: 28px;
    padding: 10px 15px;
  }
}
.hd_two {
  max-width: 1500px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hd_two {
    padding-bottom: 20px;
  }
}
.hd_two .nei {
  display: block;
  margin-top: 90px;
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .hd_two .nei {
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .hd_two .nei {
    margin-bottom: 30px;
  }
}
.hd_two .top_tab {
  background: #B10007;
  height: 74px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .hd_two .top_tab {
    line-height: 46px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .hd_two .top_tab {
    line-height: 36px;
    height: 38px;
  }
}
.hd_two .top_tab li {
  display: inline-block;
  width: 10%;
  font-size: 24px;
  padding-right: 20px;
  color: #B0A3A4;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hd_two .top_tab li {
    font-size: 18px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .hd_two .top_tab li {
    font-size: 12px;
    padding-right: 5px;
    width: 18%;
    margin-bottom: 1px;
  }
}
.hd_two .top_tab .sel {
  background: url(../images/bg_20.png) no-repeat right top #fff;
  background-size: 100% 100%;
  color: #856545;
}
.hd_two .bottom {
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 1200px) {
  .hd_two .bottom {
    border-radius: 0 0 10px 10px;
  }
}
.hd_two .bottom li {
  display: none;
  position: relative;
}
.hd_two .bottom img {
  display: block;
  width: 100%;
}
.hd_two .bottom .title {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 34px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .hd_two .bottom .title {
    font-size: 26px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hd_two .bottom .title {
    bottom: 0;
    right: 0;
    line-height: 34px;
    font-size: 16px;
    padding: 0 10px;
  }
}
.hd_three {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .hd_three {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .hd_three {
    padding: 40px 0;
  }
}
.hd_three .info {
  margin-top: 40px;
  padding: 80px 0  80px 8%;
  background: url(../images/bg_04.png) no-repeat left top;
  background-size: 35% 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .hd_three .info {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .hd_three .info {
    padding: 30px 0;
    margin-top: 20px;
  }
}
.hd_three .left {
  width: 15%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .hd_three .left {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .hd_three .left {
    width: 30%;
  }
}
.hd_three .left .btn_page {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .hd_three .left .btn_page {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .hd_three .left .btn_page {
    padding-bottom: 0px;
  }
}
.hd_three .left .x {
  width: 100%;
  display: block;
  background: url(../images/bg_21.png) no-repeat center center;
  padding: 20px;
  background-size: 20px 2px;
}
@media (max-width: 767px) {
  .hd_three .left .x {
    padding: 15px;
  }
}
.hd_three .left .next,
.hd_three .left .prev {
  width: 50px;
  height: 50px;
  background: url(../images/left7.png) no-repeat center center;
  background-size: 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hd_three .left .next,
  .hd_three .left .prev {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .hd_three .left .next,
  .hd_three .left .prev {
    width: 55px;
    height: 35px;
    background-size: 12px;
  }
}
.hd_three .left .prev {
  background: url(../images/right7.png) no-repeat center center;
  background-size: 15px;
}
@media (max-width: 767px) {
  .hd_three .left .prev {
    background-size: 12px;
  }
}
.hd_three .left .swiper-button-disabled {
  opacity: 0.4;
}
.hd_three .left .swiper-pagination {
  position: relative;
  line-height: 50px;
  padding-top: 90px;
  color: #fff;
  font-size: 24px;
}
.hd_three .left .swiper-pagination .swiper-pagination-current {
  font-size: 44px;
}
@media (max-width: 1200px) {
  .hd_three .left .swiper-pagination .swiper-pagination-current {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hd_three .left .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .hd_three .left .swiper-pagination {
    padding-top: 50px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hd_three .left .swiper-pagination {
    padding-top: 30px;
    font-size: 16px;
    line-height: 40px;
  }
}
.hd_three .left .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  opacity: 1 !important;
  height: 4px;
  background: #fff;
}
@media (max-width: 767px) {
  .hd_three .left .swiper-scrollbar {
    height: 2px;
  }
}
.hd_three .left .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  background: #fff;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .hd_three .left .swiper-scrollbar .swiper-scrollbar-drag {
    height: 6px;
  }
}
.hd_three .hd_swiper {
  overflow: hidden;
  width: 100%;
}
.hd_three .hd_swiper .swiper-slide {
  height: 480px;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .hd_three .hd_swiper .swiper-slide {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .hd_three .hd_swiper .swiper-slide {
    height: 180px;
  }
}
.hd_three .hd_swiper .nei {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hd_three .hd_swiper .nei .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hd_three .hd_swiper .nei .name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #B10007;
  color: #B10007;
  padding: 0 25px;
  border-radius: 40px;
  display: inline-block;
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .hd_three .hd_swiper .nei .name {
    padding: 0 20px;
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hd_three .hd_swiper .nei .name {
    right: 10px;
    bottom: 10px;
    line-height: 24px;
    padding: 0 18px;
    font-size: 20px;
  }
}
.hd_three .hd_swiper .swiper-slide-next {
  padding: 60px 0;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .hd_three .hd_swiper .swiper-slide-next {
    padding: 30px 0;
  }
}
.hd_four {
  background: #ECECEC;
  position: relative;
  padding-top: 0;
}
.hd_four .swiper-slide {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.hd_four .pimg {
  display: block;
  width: 100%;
  height: 380px;
  padding: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  background: #E9E9E9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .hd_four .pimg {
    height: 240px;
  }
}
.hd_four .pimg img {
  max-width: 95%;
  max-height: 95%;
}
.hd_four .pimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.hd_four .next,
.hd_four .prev {
  position: absolute;
  top: 38%;
  background: url(../images/left7.png) no-repeat center center #C6C6C6;
  background-size: 12px;
  height: 90px;
  width: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.hd_four .next {
  left: 0;
}
.hd_four .next:hover {
  background: url(../images/left7.png) no-repeat center center #B10007;
  background-size: 12px;
}
.hd_four .prev {
  right: 0;
  background: url(../images/right7.png) no-repeat center center #C6C6C6;
  background-size: 12px;
}
.hd_four .prev:hover {
  background: url(../images/right7.png) no-repeat center center #B10007;
  background-size: 12px;
}
.hd_four .swiper-button-disabled {
  opacity: 0.5;
}
.hd_five {
  background: #ECECEC;
}
.hd_five .nei {
  line-height: 34px;
  padding: 0 5%;
  padding-top: 40px;
  color: #717171;
}
@media (max-width: 1200px) {
  .hd_five .nei {
    padding: 0;
    line-height: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .hd_five .nei {
    line-height: 28px;
    padding-top: 10px;
  }
}
/* 项目布局 */
.bj_bg {
  background: #F2F2F2;
}
.bj_list {
  padding: 10px 0;
}
.bj_list li {
  margin: 100px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .bj_list li {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .bj_list li {
    margin: 25px 0;
    flex-wrap: wrap;
  }
}
.bj_list li:nth-child(2n) {
  justify-items: flex-end;
  flex-direction: row-reverse;
}
.bj_list li:nth-child(2n) .name {
  left: 20px;
  right: auto !important;
}
.bj_list li:nth-child(2n) .swiper-pagination {
  left: 20px;
  right: auto !important;
}
.bj_list li:nth-child(2n) .xian {
  left: auto;
  right: 20px !important;
}
.bj_list li:hover .xian {
  width: 100%;
}
.bj_list .desc {
  width: 50%;
  padding: 20px;
  color: #7B7B7B;
  line-height: 34px;
  position: relative;
}
@media (max-width: 1200px) {
  .bj_list .desc {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .bj_list .desc {
    width: 100%;
  }
}
.bj_list .desc .xian {
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
  height: 3px;
  background: #007CFF;
  transition: 0.5s;
}
.bj_list .img_swiper {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .bj_list .img_swiper {
    width: 100%;
  }
}
.bj_list .img_swiper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.bj_list .img_swiper .img {
  width: 100%;
  display: block;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .bj_list .img_swiper .img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .bj_list .img_swiper .img {
    height: 220px;
  }
}
.bj_list .img_swiper .swiper-container {
  position: relative;
  z-index: 11;
}
.bj_list .img_swiper .name {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 11;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .bj_list .img_swiper .name {
    font-size: 26px;
  }
}
.bj_list .img_swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 20px;
}
.bj_list .img_swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  border: 1px solid #fff;
}
.bj_list .img_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.bj_main {
  background: #F2F2F2;
  width: 100%;
  padding: 100px 9%;
}
@media (max-width: 1200px) {
  .bj_main {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .bj_main {
    padding: 20px 15px;
  }
}
.bj_one {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5x;
}
@media (max-width: 767px) {
  .bj_one {
    margin: 0;
    justify-content: space-between;
  }
}
.bj_one li {
  width: 20%;
  padding: 15px 5px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .bj_one li {
    width: 48.6%;
    padding: 8px 0;
  }
}
.bj_one .img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.bj_one .nei {
  position: relative;
  display: block;
  width: 100%;
}
.bj_one .nei::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 4px;
  background: #E60012;
  transition: 0.5s;
}
.bj_one .nei:hover::after {
  width: 100%;
}
.bj_one .sel .nei::after {
  width: 100%;
}
.bj_one .title {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
  text-align: center;
}
.bj_one .title .cn {
  font-size: 46px;
  letter-spacing: 5px;
}
.bj_one .title .en {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 1320px) {
  .bj_one .title .cn {
    font-size: 36px;
    letter-spacing: 3px;
  }
  .bj_one .title .en {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .bj_one .title {
    left: 15px;
    bottom: 10px;
  }
  .bj_one .title .cn {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .bj_one .title .en {
    font-size: 12px;
    line-height: 24px;
  }
}
.bj_two {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bj_two {
    margin-top: 20px;
  }
}
.bj_two .top {
  background: url(../images/bg_22.png) no-repeat 25px center #E4E4E4;
  color: #E60012;
  font-size: 28px;
  line-height: 80px;
  padding-left: 65px;
  background-size: 20px;
}
@media (max-width: 1320px) {
  .bj_two .top {
    font-size: 22px;
    line-height: 60px;
    background-size: 15px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .bj_two .top {
    background: url(../images/bg_22.png) no-repeat 15px center #E4E4E4;
    font-size: 18px;
    line-height: 50px;
    background-size: 12px;
    padding-left: 40px;
  }
}
.bj_two .bottom {
  padding: 50px 5%;
  color: #7B7B7B;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 1320px) {
  .bj_two .bottom {
    font-size: 18px;
    padding: 40px 5%;
  }
}
@media (max-width: 767px) {
  .bj_two .bottom {
    font-size: 15px;
    padding: 20px 0;
    line-height: 30px;
  }
}
.bj_two .txt_box {
  width: 100%;
  padding-bottom: 30px;
}
.bj_swiper {
  display: block;
  width: 100%;
}
.bj_swiper .img {
  width: 100%;
}
/* 展览排期 详情 */
.wei {
  padding-left: 25px;
  background: url(../images/wei.png) no-repeat left center;
  font-size: 15px;
  background-size: 20px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wei {
    font-size: 13px;
    background-size: 16px;
    padding-left: 20px;
    line-height: 24px;
  }
}
.xq_main {
  padding: 30px 0 60px 0;
  background: #F3F3F3;
}
@media (max-width: 767px) {
  .xq_main {
    padding: 15px 0;
  }
}
.xq_main .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.xq_main .xq_left {
  width: 70%;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .xq_main .xq_left {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.xq_main .xq_right {
  width: 28%;
  background: #fff;
  border-radius: 0 0 8px 8px;
  position: sticky;
  top: 80px;
}
@media (max-width: 767px) {
  .xq_main .xq_right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.xq_one {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1320px) {
  .xq_one .xq_one {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .xq_one {
    font-size: 18px;
    line-height: 30px;
  }
}
.xq_two {
  display: block;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.xq_two dd {
  width: 100%;
  color: #000;
  opacity: 0.4;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .xq_two dd {
    font-size: 13px;
    line-height: 24px;
  }
}
.xq_thre {
  padding-top: 20px;
  display: block;
  width: 100%;
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}
.xq_thre img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .xq_thre {
    font-size: 15px;
    line-height: 30px;
  }
}
.xq_four {
  border-top: 3px solid #B10007;
  line-height: 60px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.xq_five li {
  display: block;
  width: 100%;
  padding: 20px ;
  border-top: 2px solid #F2F5FE;
}
.xq_five li:hover {
  background: #F2F5FE;
}
.xq_five li:hover a .tit {
  color: #B10007;
}
.xq_five a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  color: #000;
}
@media (max-width: 1320px) {
  .xq_five a {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .xq_five a {
    flex-wrap: nowrap;
  }
}
.xq_five a .img {
  width: 120px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 5px;
}
@media (max-width: 1320px) {
  .xq_five a .img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .xq_five a .img {
    width: 120px;
    height: 70px;
  }
}
.xq_five a .nei {
  width: 100%;
  padding-left: 15px;
  line-height: 24px;
}
@media (max-width: 1320px) {
  .xq_five a .nei {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .xq_five a .nei {
    padding-left: 15px;
    padding-top: 0px;
  }
}
.xq_five a .tit {
  font-size: 16px;
  font-weight: bold;
}
.xq_five a .time {
  opacity: 0.5;
  font-size: 14px;
}
/*须知*/
.tan_xuzhi {
  width: 900px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.tan_xuzhi .tit {
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid #D3D3D3;
  text-align: center;
  color: #323232;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
.tan_xuzhi .desc {
  padding: 25px;
  line-height: 32px;
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 16px;
  color: #323232;
}
.tan_xuzhi .desc {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.tan_xuzhi .desc::-webkit-scrollbar {
  width: 5px;
}
.tan_xuzhi .desc::-webkit-scrollbar-track-piece {
  width: 7px;
  background-color: #E8EBF4;
  -webkit-border-radius: 10% 10%;
}
.tan_xuzhi .desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  background-color: #969696;
}
.tan_xuzhi .bottom {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #D3D3D3;
}
.tan_xuzhi .btn {
  width: 240px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  background: #B10007;
  font-size: 18px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .tan_xuzhi {
    width: 320px;
  }
  .tan_xuzhi .tit {
    font-size: 18px;
    line-height: 50px;
  }
  .tan_xuzhi .desc {
    font-size: 14px;
    line-height: 28px;
    padding: 15px;
    max-height: 400px;
  }
  .tan_xuzhi .btn {
    width: 150px;
    height: 44px;
    font-size: 16px;
  }
  .tan_xuzhi .bottom {
    padding: 20px 0;
  }
  .tan_xuzhi .btn {
    border-radius: 60px;
  }
}
.layui-layer-page .layui-layer-content {
  overflow: hidden !important;
}
/* 新加 */
.qi_desc {
  padding-bottom: 40px;
  line-height: 36px;
}
@media (max-width: 1320px) {
  .qi_desc {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .qi_desc {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
    margin-top: -10px;
  }
}
.hd_tab {
  position: relative;
  height: 60px;
  line-height: 60px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 1200px) {
  .hd_tab {
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .hd_tab {
    height: 40px;
    line-height: 40px;
  }
}
.hd_tab .tab_swiper {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background: #B10007;
}
@media (max-width: 1200px) {
  .hd_tab .tab_swiper {
    border-radius: 10px 10px 0 0;
  }
}
.hd_tab .swiper-button-disabled {
  opacity: 0.4;
}
.hd_tab .next,
.hd_tab .prev {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 0%;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hd_tab .next,
  .hd_tab .prev {
    width: 40px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .hd_tab .next,
  .hd_tab .prev {
    width: 20px;
    height: 40px;
  }
}
.hd_tab .next {
  left: -50px;
  background: url(../images/left2.png) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 1200px) {
  .hd_tab .next {
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .hd_tab .next {
    background-size: 10px;
    left: -20px;
  }
}
.hd_tab .prev {
  right: -50px;
  background: url(../images/right2.png) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 1200px) {
  .hd_tab .prev {
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .hd_tab .prev {
    background-size: 10px;
    right: -20px;
  }
}
.hd_tab .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd_tab span {
  width: 100%;
  height: 60px;
  cursor: pointer;
  font-size: 24px;
  color: #B0A3A4;
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .hd_tab span {
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hd_tab span {
    height: 40px;
    font-size: 16px;
    padding-right: 10px;
  }
}
.hd_tab span.sel {
  background: url(../images/bg_20.png) no-repeat right top #fff;
  background-size: 100% 100%;
  color: #856545;
}
