@charset "utf-8";
@font-face {
  font-family: 'DIN';
  src: url('DIN-Medium.otf');
}
* {
  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: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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: 88%;
  max-width: 1460px;
}
@media (max-width: 1320px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.pt80 {
  padding-top: 80px;
}
@media (max-width: 1320px) {
  .pt80 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt80 {
    padding-top: 20px;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 1320px) {
  .pb80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 20px;
  }
}
.ptb40 {
  padding: 40px 0;
}
@media (max-width: 1320px) {
  .ptb40 {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .ptb40 {
    padding: 15px 0;
  }
}
.ptb80 {
  padding: 80px 0;
}
@media (max-width: 1320px) {
  .ptb80 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ptb80 {
    padding: 15px 0;
  }
}
.ptb60 {
  padding: 60px 0;
}
@media (max-width: 1320px) {
  .ptb60 {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .ptb60 {
    padding: 15px 0;
  }
}
.mb60 {
  margin-bottom: 60px;
}
@media (max-width: 1320px) {
  .mb60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb60 {
    margin-bottom: 20px;
  }
}
.pt20 {
  padding-top: 20px;
}
.pl40 {
  padding-left: 40px;
}
@media (max-width: 1320px) {
  .pl40 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pl40 {
    padding-left: 0px;
  }
}
.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 1320px) {
  .mb30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb30 {
    margin-bottom: 10px;
  }
}
.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: 1320px) {
  .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;
  }
}
/* 占位标签，设置导航样式 */
#placeholder {
  height: 80px;
}
@media (max-width: 1320px) {
  #placeholder {
    height: 60px;
  }
}
/*顶部*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  /*顶部logo*/
  /*顶部pc导航*/
}
@media (max-width: 1580px) {
  #header {
    font-size: 14px;
  }
}
@media (max-width: 1320px) {
  #header {
    position: sticky;
    line-height: 60px;
    top: 0 !important;
    background: #2A64E2 !important;
  }
}
#header.head-move {
  top: -105px;
}
#header.style2 {
  color: #666;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 100%, rgba(0, 0, 0, 0) 100%);
}
#header a {
  color: #fff;
  transition: all 0.5s;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  #header .container {
    padding: 0 20px;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #header .container {
    padding: 0 1rem;
  }
}
#header .right-box {
  display: flex;
  align-items: center;
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo .img-box {
  display: flex;
  align-items: center;
}
#header .logo .img-box img {
  height: 50px;
}
@media (max-width: 1440px) {
  #header .logo .img-box img {
    height: 46px;
  }
}
@media (max-width: 1320px) {
  #header .logo .img-box img {
    height: 36px;
  }
}
#header .logo .zi {
  color: #fff;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1440px) {
  #header .logo .zi {
    font-size: 14px;
  }
}
@media (max-width: 1320px) {
  #header .logo .zi {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #header .logo .zi {
    font-size: 12px;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    border-right: 0;
    line-height: 20px;
  }
}
#header .logo .day {
  color: #fff;
  line-height: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  #header .logo .day {
    display: none;
  }
}
#header .logo .day span {
  font-size: 40px;
  padding: 0 5px;
  font-weight: bold;
}
@media (max-width: 1320px) {
  #header .logo .day span {
    font-size: 30px;
  }
}
#header .nav {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1580px) {
  #header .nav {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  #header .nav {
    font-size: 15px;
  }
}
@media (max-width: 1320px) {
  #header .nav {
    display: none;
  }
}
#header .nav li {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 20px;
}
#header .nav li a {
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  #header .nav li {
    padding: 0 10px;
  }
  #header .nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #header .nav li {
    padding: 0 15px;
  }
}
#header .nav li:hover {
  background: url(../images/bg_02.png) no-repeat bottom center;
}
#header .nav li:last-child {
  padding-right: 0;
}
#header .nav img {
  height: 50px;
}
@media (max-width: 1440px) {
  #header .nav img {
    height: 40px;
  }
}
#header .nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 140px;
  line-height: 46px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EDEDED;
}
#header .nav ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
}
#header .nav ul li a {
  color: #000;
  font-size: 15px;
}
#header .nav ul li:hover {
  background: none;
}
#header .nav ul li:hover dl {
  display: block;
}
#header .nav ul li:hover a {
  color: #0064E6 !important;
}
#header .nav .la_zs {
  position: absolute;
  top: 99px;
  left: 0px;
  transform: translateX(-45%);
  display: none;
}
#header .nav .la_zs .nei {
  background: #EDEDED;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
#header .nav .la_zs dl {
  text-align: left;
  padding-right: 80px;
  flex-shrink: 0;
}
#header .nav .la_zs dl a {
  color: #000;
}
#header .nav .la_zs dl a:hover {
  color: #0064E6;
}
#header .nav .la_zs dl dt {
  color: #2C2C2C;
  font-size: 20px;
  line-height: 46px;
  background: url(../images/bg_01.png) no-repeat left bottom;
  font-weight: bold;
  margin-bottom: 20px;
}
#header .nav .la_zs dl dd {
  line-height: 36px;
}
#header .nav .la_zs .nav_btn {
  width: 170px;
  flex-shrink: 0;
}
#header .nav .la_zs .nav_btn a {
  border: 1px solid #0064E6;
  border-radius: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  margin: 25px 0;
  color: #0064E6;
}
#header .nav .la_zs .nav_btn a:hover {
  background: #0064E6;
  color: #fff;
}
#header .nav .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .li .btn_sq {
  width: 116px;
  line-height: 34px;
  background: url(../images/bg_03.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 40px;
  color: #fff;
}
#header .nav .li .btn_sq:hover {
  background: #0064E6;
  color: #fff;
}
#header .nav .li .a_yy {
  margin: 0 20px;
  color: #fff;
}
#header .nav .li .a_yy:hover {
  color: #F7AC01;
}
#header .nav .li .btn_ss {
  width: 35px;
  height: 35px;
  background: url(../images/bg_ss.png) no-repeat center center;
  cursor: pointer;
}
#header.style2 .nav li.on > a,
#header .nav li:hover > a {
  color: #F7AC01;
}
#header.style2 .nav > li > a::before {
  background: #0064E6;
}
/*顶部移动端导航*/
#header .nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: rgba(42, 100, 226, 0.9) !important;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
  color: #fff;
}
#header .nav2 > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav2 li {
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
@media (max-width: 767px) {
  #header .nav2 li {
    padding: 0 1rem;
  }
}
#header .nav2 li .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/jt4.png) no-repeat right center;
  background-size: 12px;
}
#header .nav2 li.sel {
  background-color: #000000;
}
#header .nav2 li.sel .title-box {
  background: url(../images/jt5.png) no-repeat right center;
  background-size: 12px;
}
#header .nav2 li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  width: 100%;
  display: block;
}
#header .nav2 li a:hover,
#header .nav2 li.on > a {
  color: #0064E6;
}
#header .nav2 li ul {
  display: none;
}
#header .nav2 li ul a {
  padding: 0 15px;
}
#header .nav2 li ul dl a {
  padding-left: 50px;
}
#header .nav2 .li {
  padding-top: 20px;
  border-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#header .nav2 .li .btn_sq {
  width: 116px;
  line-height: 34px;
  background: url(../images/bg_03.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 40px;
  color: #fff;
}
#header .nav2 .li .btn_sq:hover {
  background: #0064E6;
  color: #fff;
}
#header .nav2 .li .a_yy {
  margin: 0 20px;
  color: #fff;
  width: auto;
}
#header .nav2 .li .a_yy:hover {
  color: #F7AC01;
}
#header .nav2 .li .btn_ss {
  width: 35px;
  height: 35px;
  background: url(../images/bg_ss.png) no-repeat center center;
  cursor: pointer;
}
.open #header .nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#header .switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1320px) {
  #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 .switch i {
  background: #fff;
}
#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: #002D83;
  padding: 25px 0;
}
@media (max-width: 767px) {
  #footer {
    padding: 15px 0;
  }
}
#footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot_one {
  width: 100%;
  padding: 15px 0;
}
#footer .foot_one a {
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
  line-height: 50px;
}
@media (max-width: 767px) {
  #footer .foot_one a {
    padding: 0;
    font-size: 15px;
    margin-right: 20px;
    display: inline-block;
    line-height: 40px;
  }
}
#footer .foot_two {
  color: #fff;
  max-width: 50%;
}
@media (max-width: 767px) {
  #footer .foot_two {
    max-width: 100%;
    width: 100%;
    padding-bottom: 30px;
  }
}
#footer .foot_two .tell {
  font-size: 34px;
  line-height: 60px;
}
@media (max-width: 1320px) {
  #footer .foot_two .tell {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #footer .foot_two .tell {
    font-size: 26px;
    line-height: 40px;
  }
}
#footer .foot_two p {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1320px) {
  #footer .foot_two p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  #footer .foot_two p {
    font-size: 14px;
    line-height: 28px;
  }
}
#footer .foot_two img {
  margin-top: 20px;
  max-width: 50%;
}
#footer .foot_three {
  width: 480px;
}
@media (max-width: 1320px) {
  #footer .foot_three {
    width: 360px;
  }
}
#footer .foot_two,
#footer .foot_three {
  color: #fff;
}
#footer .foot_two .title,
#footer .foot_three .title {
  line-height: 54px;
  font-size: 26px;
}
@media (max-width: 1320px) {
  #footer .foot_two .title,
  #footer .foot_three .title {
    font-size: 22px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #footer .foot_two .title,
  #footer .foot_three .title {
    font-size: 18px;
    line-height: 32px;
  }
}
#footer .foot_two .ss,
#footer .foot_three .ss {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
#footer .foot_two .ss .txt,
#footer .foot_three .ss .txt {
  height: 40px;
  background: #fff;
  padding-left: 15px;
  font-size: 17px;
  width: 100%;
  color: #000;
}
@media (max-width: 767px) {
  #footer .foot_two .ss .txt,
  #footer .foot_three .ss .txt {
    font-size: 15px;
  }
}
#footer .foot_two .ss .btn,
#footer .foot_three .ss .btn {
  background: #37BFC0;
  line-height: 40px;
  flex-shrink: 0;
  width: 106px;
  color: #fff;
  font-size: 16px;
}
#footer .foot_two .ma,
#footer .foot_three .ma {
  display: flex;
  justify-content: space-between;
}
#footer .foot_two .ma dd,
#footer .foot_three .ma dd {
  text-align: center;
}
#footer .foot_two .ma dd p,
#footer .foot_three .ma dd p {
  line-height: 46px;
  font-size: 16px;
}
@media (max-width: 1320px) {
  #footer .foot_two .ma dd p,
  #footer .foot_three .ma dd p {
    font-size: 14px;
    line-height: 40px;
  }
}
#footer .foot_two .ma dd img,
#footer .foot_three .ma dd img {
  max-width: 120px;
}
@media (max-width: 1320px) {
  #footer .foot_two .ma dd img,
  #footer .foot_three .ma dd img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  #footer .foot_two .ma dd img,
  #footer .foot_three .ma dd img {
    max-width: 80px;
  }
}
#footer .foot_two .share,
#footer .foot_three .share {
  text-align: right;
  padding-top: 20px;
}
#footer .foot_two .share img,
#footer .foot_three .share img {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #footer .foot_two .share img,
  #footer .foot_three .share img {
    width: 32px;
  }
}
#footer .foot_four {
  width: 100%;
  text-align: right;
  font-size: 16px;
  opacity: 0.4;
  color: #fff;
  padding-top: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #footer .foot_four {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 0;
  }
}
/* 顶部banner */
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  display: block;
}
/*首页轮播图*/
.bannerLB {
  position: relative;
}
.bannerLB .swiper-slide {
  overflow: hidden;
  background: #fff;
}
.bannerLB .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide img {
    height: 60vh;
  }
}
.bannerLB .swiper-slide .yd {
  display: none;
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide .yd {
    display: block;
  }
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide .pc {
    display: none;
  }
}
.bannerLB .pagination {
  position: absolute;
  bottom: 10vh;
  left: 0;
  z-index: 100;
  text-align: center;
}
.bannerLB .pagination .swiper-pagination-bullet {
  width: 28px;
  height: 20px;
  background: url(../images/bg_01.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  margin: 0 12px;
}
@media (max-width: 1320px) {
  .bannerLB .pagination .swiper-pagination-bullet {
    width: 26px;
    height: 18px;
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .bannerLB .pagination .swiper-pagination-bullet {
    width: 18px;
    height: 12px;
    margin: 0 5px;
  }
}
.bannerLB .pagination .swiper-pagination-bullet-active {
  background: url(../images/bg_01-sel.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1320px) {
  .bannerLB .pagination {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bannerLB .pagination {
    bottom: 35px;
  }
}
/* 首页 */
.sy_one {
  display: flex;
  justify-content: space-between;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy_one {
    flex-wrap: wrap;
    margin-top: 0px;
    padding-top: 15px;
  }
}
.sy_one li {
  width: 23.5%;
}
@media (max-width: 767px) {
  .sy_one li {
    width: 48.5%;
    margin-bottom: 15px;
  }
}
.sy_one li:nth-child(1) a {
  background: linear-gradient(to right, #135FE8, #4491FC);
}
.sy_one li:nth-child(1) a:hover {
  background: linear-gradient(to right, #135FE8, #135FE8);
}
.sy_one li:nth-child(2) a {
  background: linear-gradient(to right, #877BFD, #A69EFE);
}
.sy_one li:nth-child(2) a:hover {
  background: linear-gradient(to right, #877BFD, #877BFD);
}
.sy_one li:nth-child(3) a {
  background: linear-gradient(to right, #16C7C7, #79DFDF);
}
.sy_one li:nth-child(3) a:hover {
  background: linear-gradient(to right, #16C7C7, #16C7C7);
}
.sy_one li:nth-child(4) a {
  background: linear-gradient(to right, #5440CF, #9C94FD);
}
.sy_one li:nth-child(4) a:hover {
  background: linear-gradient(to right, #5440CF, #5440CF);
}
.sy_one li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  padding: 20px 40px;
  color: #fff;
  margin-top: 0;
  height: 100%;
}
@media (max-width: 1320px) {
  .sy_one li a {
    padding: 15px 15px 15px 15px;
  }
}
.sy_one li a:hover {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-top: -15px;
}
.sy_one li .img {
  height: 42px;
}
@media (max-width: 1320px) {
  .sy_one li .img {
    height: 30px;
  }
}
.sy_one li .txt {
  padding-left: 20px;
}
.sy_one li .txt h3 {
  line-height: 42px;
  font-size: 24px;
}
.sy_one li .txt p {
  line-height: 24px;
}
@media (max-width: 1320px) {
  .sy_one li .txt {
    padding-left: 10px;
  }
  .sy_one li .txt h3 {
    line-height: 30px;
    font-size: 18px;
  }
  .sy_one li .txt p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
  }
}
.sy_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 80px 0;
}
@media (max-width: 1320px) {
  .sy_two {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .sy_two {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
.sy_two .info {
  font-size: 20px;
  line-height: 44px;
  width: 55%;
}
@media (max-width: 1320px) {
  .sy_two .info {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sy_two .info {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 15px;
  }
}
.sy_two .right_img {
  width: 38%;
}
.sy_two .right_img img {
  width: 100%;
}
@media (max-width: 1320px) {
  .sy_two .right_img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .sy_two .right_img {
    width: 100%;
  }
}
.sy_zs {
  position: relative;
  padding: 0 30px 80px 30px;
}
@media (max-width: 1320px) {
  .sy_zs {
    padding: 0 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .sy_zs {
    padding: 20px 30px 30px 30px;
  }
}
.sy_zs .nei {
  width: 100%;
  padding: 0 15px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_zs .nei img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .sy_zs .nei {
    height: 150px;
  }
}
.sy_zs .bottom span {
  position: absolute;
  width: 24px;
  height: 60px;
  top: 85px;
  z-index: 111;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sy_zs .bottom span {
    width: 20px;
    top: 33%;
  }
}
.sy_zs .bottom span.prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  background-size: 100%;
}
.sy_zs .bottom span.prev:hover {
  background: url(../images/left2.png) no-repeat center center;
  background-size: 100%;
}
.sy_zs .bottom span.next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
  background-size: 100%;
}
.sy_zs .bottom span.next:hover {
  background: url(../images/right2.png) no-repeat center center;
  background-size: 100%;
}
.sy_num {
  padding: 70px 0 30px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .sy_num {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .sy_num {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.sy_num li {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .sy_num li {
    padding-top: 25px;
  }
}
.sy_num h1 {
  line-height: 70px;
  color: #0064E6;
  font-size: 46px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .sy_num h1 {
    line-height: 54px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sy_num h1 {
    line-height: 40px;
    font-size: 24px;
  }
}
.sy_num h1 strong {
  font-size: 60px;
  padding: 0 5px;
}
@media (max-width: 1320px) {
  .sy_num h1 strong {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sy_num h1 strong {
    font-size: 34px;
  }
}
.sy_num h3 {
  line-height: 40px;
  font-size: 24px;
  color: #656565;
}
@media (max-width: 1320px) {
  .sy_num h3 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .sy_num h3 {
    font-size: 16px;
  }
}
.sy_title {
  font-size: 40px;
  color: #0064E6;
  line-height: 100px;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 1320px) {
  .sy_title {
    font-size: 34px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .sy_title {
    font-size: 20px;
    line-height: 60px;
  }
}
.sy_fanwei {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .sy_fanwei {
    flex-wrap: wrap;
  }
}
.sy_fanwei li {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .sy_fanwei li {
    width: 100%;
    padding-bottom: 25px;
  }
}
.sy_fanwei .top_title {
  position: relative;
  padding: 20px 0 ;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.sy_fanwei .top_title .txt {
  min-width: 76%;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sy_fanwei .top_title .txt h3 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 2px;
}
.sy_fanwei .top_title .txt p {
  font-size: 16px;
}
@media (max-width: 1320px) {
  .sy_fanwei .top_title .txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.sy_fanwei .top_title .img1,
.sy_fanwei .top_title .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.sy_fanwei .top_title .img2 {
  top: 100%;
}
.sy_fanwei .top_title:hover .img1 {
  top: -100%;
}
.sy_fanwei .top_title:hover .img2 {
  top: 0;
}
.sy_fanwei .bottom {
  padding: 20px 10px 0 10px;
  line-height: 22px;
  color: #555555;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sy_fanwei .bottom {
    padding-top: 15px;
  }
}
.sy_fanwei .bottom dd {
  padding-left: 10px;
  background: url(../images/bg_04.png) no-repeat left 9px;
  word-wrap: break-word;
}
.sy_fanwei .bottom dt {
  font-weight: bold;
}
.sy_fanwei .bottom.no dd {
  padding: 0;
  background: none;
}
.sy_three {
  background: #F3F3F3;
  margin: 50px 0;
  padding: 50px 0;
}
@media (max-width: 1320px) {
  .sy_three {
    margin: 40px 0;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sy_three {
    margin: 20px 0;
    padding: 0px 0 10px 0;
  }
}
.sy_three .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
@media (max-width: 1320px) {
  .sy_three .container {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .sy_three .container {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.sy_three .left {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .sy_three .left {
    width: 100%;
    padding: 8px 15px;
    flex-wrap: wrap;
  }
}
.sy_three .left label {
  color: #656565;
  font-size: 18px;
  margin-right: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .sy_three .left label {
    font-size: 16px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .sy_three .left label {
    font-size: 15px;
  }
}
.sy_three .left label input {
  margin-right: 5px;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.sy_three .left .p_ss {
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #0064E6;
}
@media (max-width: 767px) {
  .sy_three .left .p_ss {
    margin-top: 10px;
  }
}
.sy_three .left .p_ss .txt {
  background: none;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 26px;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 1320px) {
  .sy_three .left .p_ss .txt {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
  }
}
.sy_three .left .p_ss .btn {
  width: 60px;
  height: 46px;
  background: url(../images/bg_05.png) no-repeat center center;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .sy_three .left .p_ss .btn {
    height: 36px;
  }
}
.sy_three .right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sy_three .right {
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
}
.sy_three .right a {
  line-height: 44px;
  color: #0064E6;
  border: 1px solid #0064E6;
  font-size: 18px;
  padding: 0 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  min-width: 210px;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1320px) {
  .sy_three .right a {
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    min-width: 0;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .sy_three .right a {
    width: 45%;
    margin-left: 0;
  }
}
.sy_three .right a:hover {
  color: #fff;
  background: #0064E6;
}
.sy_four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sy_four {
    padding: 10px 0;
  }
}
.sy_four li {
  width: 49%;
  margin-bottom: 20px;
}
.sy_four li img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .sy_four li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sy_five {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .sy_five {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .sy_five {
    padding: 0px 0 30px 0;
  }
}
.sy_five li {
  width: 33%;
  padding: 20px 0;
}
@media (max-width: 1320px) {
  .sy_five li {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .sy_five li {
    width: 50%;
    padding: 15px 0;
  }
}
.sy_five .title {
  line-height: 70px;
  background: url(../images/bg_01.png) no-repeat left bottom;
  background-size: 35% 1px;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (max-width: 1320px) {
  .sy_five .title {
    font-size: 22px;
    line-height: 50px;
  }
}
.sy_five dl {
  min-height: 280px;
}
@media (max-width: 1320px) {
  .sy_five dl {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .sy_five dl {
    min-height: 200px;
  }
}
.sy_five dl dd {
  line-height: 44px;
  font-size: 22px;
  color: #333333;
}
.sy_five dl dd:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .sy_five dl dd {
    line-height: 36px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sy_five dl dd {
    line-height: 32px;
    font-size: 15px;
    white-space: nowrap;
  }
}
.sy_five .more {
  background: url(../images/jt6.png) no-repeat 88% center #0064E6;
  font-size: 17px;
  line-height: 36px;
  padding: 0 60px 0 30px;
  color: #fff;
  display: inline-block;
}
.sy_five .more:hover {
  background: url(../images/jt6.png) no-repeat 92% center #0064E6;
}
@media (max-width: 1320px) {
  .sy_five .more {
    padding: 0 50px 0 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sy_five .more {
    padding: 0 50px 0 20px;
    font-size: 14px;
  }
}
.sy_six {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .sy_six {
    padding-bottom: 10px;
  }
}
.sy_six .left {
  width: 31%;
}
@media (max-width: 767px) {
  .sy_six .left {
    width: 100%;
    padding-bottom: 15px;
  }
}
.sy_six .left .title {
  line-height: 60px;
  font-size: 30px;
  color: #333333;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 1320px) {
  .sy_six .left .title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .sy_six .left .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.sy_six .left ul {
  padding: 15px 0 5px 0;
}
.sy_six .left ul li {
  height: 36px;
}
@media (max-width: 1320px) {
  .sy_six .left ul li {
    height: 30px;
  }
}
.sy_six .left ul a {
  display: inline-block;
  font-size: 18px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sy_six .left ul a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .sy_six .left ul a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy_six .left ul a {
    font-size: 15px;
  }
}
.sy_six .left .more {
  background: url(../images/jt7.png) no-repeat right center;
  padding-right: 25px;
  color: #0064E6;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  transition: 0.3s;
}
.sy_six .left .more:hover {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .sy_six .left .more {
    float: right;
    margin-top: 5px;
  }
}
.sy_six .right_img {
  width: 31%;
}
@media (max-width: 767px) {
  .sy_six .right_img {
    width: 100%;
  }
}
.sy_six .right_img img {
  width: 100%;
}
.sy_seven {
  display: flex;
  justify-content: space-between;
  margin: 0 -13px;
}
@media (max-width: 1320px) {
  .sy_seven {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .sy_seven {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.sy_seven li {
  width: 50%;
  padding: 13px;
}
@media (max-width: 1320px) {
  .sy_seven li {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .sy_seven li {
    width: 33.333%;
  }
}
.sy_seven img {
  width: 100%;
  transition: 0.4s;
}
.sy_seven img:hover {
  margin-top: -20px;
}
.sy_eight {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .sy_eight {
    padding: 0 10px;
  }
}
.sy_eight .prev,
.sy_eight .next {
  width: 24px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 120px;
}
@media (max-width: 1320px) {
  .sy_eight .prev,
  .sy_eight .next {
    top: 175px;
  }
}
@media (max-width: 767px) {
  .sy_eight .prev,
  .sy_eight .next {
    top: 150px;
    width: 20px;
  }
}
.sy_eight .prev {
  left: -35px;
  background: url(../images/left.png) no-repeat left center;
  background-size: 100%;
}
.sy_eight .prev:hover {
  background: url(../images/left2.png) no-repeat left center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .sy_eight .prev {
    left: -15px;
  }
}
.sy_eight .next {
  right: -35px;
  background: url(../images/right.png) no-repeat left center;
  background-size: 100%;
}
.sy_eight .next:hover {
  background: url(../images/right2.png) no-repeat left center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .sy_eight .next {
    right: -15px;
  }
}
.sy_eight .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.sy_eight .swiper-slide p {
  width: 16.66%;
  padding: 15px;
}
@media (max-width: 1320px) {
  .sy_eight .swiper-slide p {
    width: 25%;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .sy_eight .swiper-slide p {
    width: 33.33%;
    padding: 5px;
  }
}
.sy_eight .swiper-slide a {
  display: flex;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 1320px) {
  .sy_eight .swiper-slide a {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .sy_eight .swiper-slide a {
    height: 80px;
    border-radius: 8px;
  }
}
.sy_eight .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.sy_eight .swiper-slide img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_eight .swiper-pagination-bullet {
  border-radius: 10px;
  transition: 0.3s;
}
.sy_eight .swiper-pagination-bullet-active {
  width: 30px;
}
@media (max-width: 767px) {
  .sy_eight .swiper-pagination-bullet-active {
    width: 25px;
  }
}
/* 搜索条件 左侧菜单 */
.zs_search {
  padding: 60px 0;
}
@media (max-width: 1320px) {
  .zs_search {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .zs_search {
    padding: 20px 0;
  }
}
.zs_search .top {
  display: flex;
}
.zs_search .top li {
  padding: 0 50px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
}
@media (max-width: 1320px) {
  .zs_search .top li {
    padding: 0 35px;
    line-height: 44px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .zs_search .top li {
    padding: 0 18px;
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.zs_search .top li.sel {
  background: #0064E6;
  color: #fff;
}
.zs_search .bottom {
  display: flex;
  justify-content: space-between;
}
.zs_search .bottom .txt {
  border: 3px solid #0064E6;
  width: 100%;
  background: url(../images/bg_05.png) no-repeat 40px center #fff;
  padding-left: 90px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 1320px) {
  .zs_search .bottom .txt {
    height: 52px;
    line-height: 52px;
    background: url(../images/bg_05.png) no-repeat 30px center #fff;
    background-size: 20px;
    padding-left: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .zs_search .bottom .txt {
    border: 2px solid #0064E6;
    height: 40px;
    line-height: 40px;
    background: url(../images/bg_05.png) no-repeat 10px center #fff;
    background-size: 16px;
    padding-left: 35px;
    font-size: 14px;
  }
}
.zs_search .bottom .btn {
  height: 60px;
  background: #0064E6;
  color: #fff;
  width: 150px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .zs_search .bottom .btn {
    height: 52px;
    line-height: 52px;
    width: 110px;
  }
}
@media (max-width: 767px) {
  .zs_search .bottom .btn {
    height: 40px;
    line-height: 40px;
    width: 60px;
    font-size: 15px;
  }
}
.zs_search .bottom .btn_cz {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .zs_search .bottom .btn_cz {
    margin-left: 5px;
  }
}
.zs_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .zs_main {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.left_menu {
  width: 30%;
}
@media (max-width: 1320px) {
  .left_menu {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .left_menu {
    width: 100%;
  }
}
.ad_list {
  display: block;
}
.ad_list li {
  padding-bottom: 15px;
}
.ad_list img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .ad_list {
    display: none;
  }
}
.menu_list {
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .menu_list {
    margin-bottom: 0px;
  }
}
.menu_list li {
  border-bottom: 1px dashed #DFDFDF;
  padding: 20px;
}
@media (max-width: 1320px) {
  .menu_list li {
    padding: 15px;
  }
}
.menu_list li:last-child {
  border: 0;
}
.menu_list h3 {
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1320px) {
  .menu_list h3 {
    line-height: 30px;
    font-size: 16px;
  }
}
.menu_list .bottom {
  line-height: 28px;
  padding-top: 5px;
}
.menu_list .bottom a {
  margin: 5px 0;
  display: inline-block;
  color: #434343;
  font-size: 17px;
  padding: 0 15px;
}
.menu_list .bottom a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .menu_list .bottom a {
    margin: 4px 0;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .menu_list .bottom a {
    margin: 3px 0;
  }
}
.menu_list .bottom .sel {
  background: #0064E6;
  color: #fff;
}
.menu_list .bottom .sel:hover {
  color: #fff;
}
.right_list {
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 1320px) {
  .right_list {
    width: 66%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .right_list {
    width: 100%;
    padding: 0;
  }
}
/* 展商 */
.zs_list {
  width: 100%;
}
@media (max-width: 767px) {
  .zs_list {
    padding-top: 15px;
  }
}
.zs_list li {
  padding: 30px 40px 25px 40px;
  background: #fff;
  position: relative;
  transition: 0.5s;
  margin-bottom: 20px;
}
@media (max-width: 1320px) {
  .zs_list li {
    padding: 25px 25px 20px 25px;
  }
}
@media (max-width: 767px) {
  .zs_list li {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.zs_list .nei {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1320px) {
  .zs_list .nei {
    align-items: flex-start;
  }
}
.zs_list .left {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 1320px) {
  .zs_list .left {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .zs_list .left {
    width: 100px;
  }
}
.zs_list .left .img-box {
  border-radius: 8px;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .zs_list .left .img-box {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .zs_list .left .img-box {
    width: 100px;
    height: 100px;
  }
}
.zs_list .left .img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.zs_list .left .wei {
  background: url(../images/wei.png) no-repeat left center;
  background-size: 17px;
  padding-left: 24px;
  color: #0064E6;
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  display: inline-block;
  line-height: 30px;
}
@media (max-width: 1320px) {
  .zs_list .left .wei {
    font-size: 18px;
    background-size: 14px;
    padding-left: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .zs_list .left .wei {
    font-size: 16px;
    margin-top: 10px;
  }
}
.zs_list .right {
  width: 100%;
  padding-left: 40px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .zs_list .right {
    width: 70%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .zs_list .right {
    width: 100%;
    padding-left: 15px;
  }
}
.zs_list .title {
  color: #2F2F2F;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 1320px) {
  .zs_list .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .zs_list .title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
}
.zs_list .tit {
  width: 100%;
  font-size: 20px;
  color: #212121;
  line-height: 44px;
  font-weight: bold;
  padding-top: 5px;
}
@media (max-width: 1320px) {
  .zs_list .tit {
    line-height: 32px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zs_list .tit {
    font-size: 15px;
    padding-top: 0px;
  }
}
.zs_list .desc {
  font-size: 18px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #434343;
}
@media (max-width: 1320px) {
  .zs_list .desc {
    line-height: 26px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .zs_list .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.zs_list .zx {
  position: absolute;
  top: 46px;
  right: 0;
  background: #0064E6;
  border-radius: 20px 0 0 20px;
  line-height: 36px;
  font-size: 18px;
  width: 100px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zs_list .zx {
    top: 25px;
    border-radius: 15px 0 0 15px;
    line-height: 30px;
    font-size: 15px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .zs_list .zx {
    top: auto;
    bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    width: 55px;
  }
}
.zs_list li:hover {
  -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);
}
.zs_list li:hover .right .title {
  color: #0064E6;
}
.zs_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
/* 展品 */
.zp_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
}
@media (max-width: 1320px) {
  .zp_list {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .zp_list {
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.zp_list li {
  width: 33.333%;
  padding: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1320px) {
  .zp_list li {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .zp_list li {
    margin-bottom: 5px;
    padding: 8px;
  }
}
.zp_list .img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.zp_list .img-box img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .zp_list .img-box {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .zp_list .img-box {
    height: 100px;
    border-radius: 6px;
  }
}
.zp_list .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zp_list .nei:hover .title {
  color: #0064E6;
}
.zp_list .title,
.zp_list .p,
.zp_list .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
@media (max-width: 767px) {
  .zp_list .title,
  .zp_list .p,
  .zp_list .desc {
    line-height: 20px;
    font-size: 18px;
  }
}
.zp_list .title {
  width: 100%;
  color: #383636;
  font-size: 20px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 7px;
}
@media (max-width: 1320px) {
  .zp_list .title {
    line-height: 25px;
    font-size: 16px;
    height: 50px;
  }
}
.zp_list .p {
  color: #656565;
  font-size: 14px;
}
@media (max-width: 767px) {
  .zp_list .p {
    font-size: 12px;
  }
}
.zp_list .tit {
  color: #000;
  font-size: 17px;
  line-height: 28px;
  padding-top: 5px;
}
@media (max-width: 1320px) {
  .zp_list .tit {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .zp_list .tit {
    font-size: 14px;
    line-height: 22px;
  }
}
/* 会议简介 */
.hy_jieshao {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 1320px) {
  .hy_jieshao {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .hy_jieshao {
    padding: 30px 0;
  }
}
.hy_jieshao .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hy_jieshao .container {
    flex-wrap: wrap;
  }
}
.hy_jieshao .left {
  width: 68%;
}
@media (max-width: 767px) {
  .hy_jieshao .left {
    width: 100%;
  }
}
.hy_jieshao .left .title {
  border-left: 3px solid #000;
  padding-left: 20px;
  line-height: 36px;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1320px) {
  .hy_jieshao .left .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hy_jieshao .left .title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
  }
}
.hy_jieshao .left .desc {
  font-size: 19px;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 1320px) {
  .hy_jieshao .left .desc {
    font-size: 17px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .hy_jieshao .left .desc {
    font-size: 15px;
    line-height: 28px;
  }
}
.hy_jieshao .pimg {
  width: 27%;
  position: relative;
}
@media (max-width: 767px) {
  .hy_jieshao .pimg {
    width: 100%;
    padding-top: 15px;
  }
}
.hy_jieshao .pimg img {
  display: block;
  width: 100%;
}
.hy_jieshao .pimg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/bg_06.png) repeat-y left top;
  background-size: 100%;
  width: 65%;
  height: 100%;
}
.hy_btn {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .hy_btn {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .hy_btn {
    padding: 30px 0;
    justify-content: space-between;
  }
}
.hy_btn .a1,
.hy_btn .a2 {
  display: inline-block;
  width: 40%;
  margin: 0 4%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .hy_btn .a1,
  .hy_btn .a2 {
    width: 44%;
    margin: 0 3%;
  }
}
@media (max-width: 767px) {
  .hy_btn .a1,
  .hy_btn .a2 {
    margin: 0;
    width: 47.5%;
  }
}
.hy_btn .a1 span,
.hy_btn .a2 span {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 80px;
  display: inline-block;
}
@media (max-width: 1320px) {
  .hy_btn .a1 span,
  .hy_btn .a2 span {
    line-height: 70px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hy_btn .a1 span,
  .hy_btn .a2 span {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 60px;
  }
}
.hy_btn .a1 img,
.hy_btn .a2 img {
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1320px) {
  .hy_btn .a1 img,
  .hy_btn .a2 img {
    width: 34px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .hy_btn .a1 img,
  .hy_btn .a2 img {
    width: 26px;
    margin-right: 10px;
  }
}
.hy_btn .a1 {
  background: linear-gradient(to right, #4593FE, #125DE8);
}
.hy_btn .a1:hover {
  background: linear-gradient(to right, #125DE8, #125DE8);
}
.hy_btn .a2 {
  background: linear-gradient(to right, #9D95FC, #5540CF);
}
.hy_btn .a2:hover {
  background: linear-gradient(to right, #5540CF, #5540CF);
}
.hy_richeng {
  border: 1px solid #999999;
  background: #fff;
  margin-bottom: 90px;
}
@media (max-width: 1320px) {
  .hy_richeng {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hy_richeng {
    margin-bottom: 30px;
  }
}
.hy_richeng .date {
  background: #0064E6;
  text-align: center;
  color: #fff;
  line-height: 66px;
}
@media (max-width: 1320px) {
  .hy_richeng .date {
    line-height: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .hy_richeng .date {
    line-height: 44px;
    height: 44px;
  }
}
.hy_richeng .date span {
  font-size: 22px;
  padding: 0 15px;
  font-weight: bold;
}
@media (max-width: 1320px) {
  .hy_richeng .date span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hy_richeng .date span {
    font-size: 16px;
  }
}
.hy_richeng table {
  width: 100%;
}
.hy_richeng table td {
  padding: 12px;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  border-top: 1px solid #999999;
}
@media (max-width: 1320px) {
  .hy_richeng table td {
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hy_richeng table td {
    line-height: 24px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.hy_richeng table .time {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .hy_richeng table .time {
    width: 20%;
  }
}
.hy_richeng table .address {
  width: 22%;
}
.hy_richeng table .title {
  font-size: 20px;
}
@media (max-width: 1320px) {
  .hy_richeng table .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hy_richeng table .title {
    font-size: 16px;
  }
}
.hy_richeng table .desc {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .hy_richeng table .desc {
    font-size: 12px;
  }
}
.hy_richeng table tr:hover {
  background: #EDF2FF;
}
.huiYi .sy_title {
  padding-left: 40px;
}
@media (max-width: 1320px) {
  .huiYi .sy_title {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .huiYi .sy_title {
    padding-left: 0px;
  }
}
/* 特邀嘉宾 */
.jiabin {
  position: relative;
  margin: 30px 0 40px 0;
}
@media (max-width: 1320px) {
  .jiabin {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .jiabin {
    padding: 0 15px;
    margin: 10px 0 20px 0;
  }
}
.jiabin .swiper-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .jiabin .swiper-slide {
    padding: 0 10px;
  }
}
.jiabin .nei {
  width: 100%;
  height: 360px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D5D5D5;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .jiabin .nei {
    height: 245px;
  }
}
.jiabin .nei:hover {
  background: #0064E6;
}
.jiabin .nei:hover .info .name,
.jiabin .nei:hover .info .desc {
  color: #fff;
}
.jiabin .pimg {
  width: 100%;
  height: 240px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .jiabin .pimg {
    height: 140px;
  }
}
.jiabin .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiabin .info {
  padding: 15px;
}
@media (max-width: 767px) {
  .jiabin .info {
    padding: 10px;
  }
}
.jiabin .info .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .jiabin .info .name {
    font-size: 18px;
  }
}
.jiabin .info .desc {
  color: #8F8F8F;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .jiabin .info .desc {
    font-size: 14px;
  }
}
.jiabin .bottom span {
  position: absolute;
  width: 24px;
  height: 60px;
  top: 32%;
  z-index: 111;
  cursor: pointer;
}
@media (max-width: 767px) {
  .jiabin .bottom span {
    width: 20px;
    top: 40%;
  }
}
.jiabin .bottom span.prev {
  background: url(../images/left.png) no-repeat center center;
  left: -40px;
  background-size: 100%;
}
@media (max-width: 1320px) {
  .jiabin .bottom span.prev {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .jiabin .bottom span.prev {
    left: -10px;
  }
}
.jiabin .bottom span.prev:hover {
  background: url(../images/left2.png) no-repeat center center;
  background-size: 100%;
}
.jiabin .bottom span.next {
  background: url(../images/right.png) no-repeat center center;
  right: -40px;
  background-size: 100%;
}
@media (max-width: 1320px) {
  .jiabin .bottom span.next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .jiabin .bottom span.next {
    right: -10px;
  }
}
.jiabin .bottom span.next:hover {
  background: url(../images/right2.png) no-repeat center center;
  background-size: 100%;
}
/* 会议 */
.tab_menu {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 70px 0;
}
@media (max-width: 1320px) {
  .tab_menu {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .tab_menu {
    padding: 25px 0;
    flex-wrap: wrap;
  }
}
.tab_menu a {
  display: inline-block;
  width: 25%;
  margin: 0 2px;
  background: #D7D7D7;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
  color: #333333;
  letter-spacing: 3px;
  font-weight: bold;
}
.tab_menu a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .tab_menu a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .tab_menu a {
    font-size: 16px;
    line-height: 42px;
    width: 49%;
    margin: 3px 0;
  }
}
.tab_menu .sel {
  background: #0064E6;
  color: #fff !important;
}
.hy_biao {
  background: #fff;
  padding: 40px;
}
@media (max-width: 1320px) {
  .hy_biao {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hy_biao {
    padding: 0px;
    overflow-x: auto;
  }
}
.hy_biao table {
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
@media (max-width: 767px) {
  .hy_biao table {
    width: 220%;
  }
}
.hy_biao td,
.hy_biao th {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
.hy_biao th {
  color: #fff;
  background: #0064E6;
  line-height: 60px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 3px;
}
@media (max-width: 1320px) {
  .hy_biao th {
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hy_biao th {
    line-height: 40px;
    font-size: 16px;
  }
}
.hy_biao td {
  padding: 18px 20px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1320px) {
  .hy_biao td {
    padding: 10px 15px;
    line-height: 26px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hy_biao td {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
.hy_biao .tl {
  text-align: left;
}
.hy_biao tr:hover {
  background: #EDF2FF;
}
.hy_list {
  padding-top: 40px;
}
@media (max-width: 1320px) {
  .hy_list {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .hy_list {
    padding-top: 10px;
  }
}
.hy_list li {
  background: #fff;
  padding: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  transition: 0.5s;
}
.hy_list li:hover {
  border: 1px solid #0064E6;
  -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: 1320px) {
  .hy_list li {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hy_list li {
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.hy_list .a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .hy_list .a {
    flex-wrap: wrap;
  }
}
.hy_list .pImg {
  width: 36%;
  height: 260px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.hy_list .pImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .hy_list .pImg {
    width: 40%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .hy_list .pImg {
    height: 170px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.hy_list .a:hover .pImg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.hy_list .nei {
  padding-left: 40px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1320px) {
  .hy_list .nei {
    padding-left: 30px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei {
    padding-left: 0;
  }
}
.hy_list .nei .title {
  padding: 5px 0;
  font-weight: bold;
  color: #000;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .hy_list .nei .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .title {
    font-size: 18px;
    -webkit-line-clamp: 2;
    padding: 2px 0;
  }
}
.hy_list .nei .date {
  line-height: 44px;
  background: #F5F5F5;
  margin: 14px 0;
  color: #0064E6;
  font-size: 18px;
}
.hy_list .nei .date span {
  padding-left: 20px;
}
@media (max-width: 1320px) {
  .hy_list .nei .date {
    padding: 5px 0;
    line-height: 28px;
    font-size: 15px;
  }
  .hy_list .nei .date span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .date {
    font-size: 14px;
    line-height: 24px;
  }
}
.hy_list .nei .desc {
  padding: 0 10px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 36px;
  color: #434343;
  font-size: 18px;
}
@media (max-width: 1320px) {
  .hy_list .nei .desc {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.hy_list .nei .more {
  color: #0064E6;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 1320px) {
  .hy_list .nei .more {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .more {
    font-size: 15px;
  }
}
/* 回顾 */
.huiGu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .huiGu {
    flex-wrap: wrap;
  }
}
.huiGu .hg_menu {
  width: 24.8%;
}
@media (max-width: 767px) {
  .huiGu .hg_menu {
    width: 100%;
  }
}
.huiGu .hg_menu a,
.huiGu .hg_menu li {
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}
.huiGu .hg_menu a:hover,
.huiGu .hg_menu li:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .huiGu .hg_menu a,
  .huiGu .hg_menu li {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .huiGu .hg_menu a,
  .huiGu .hg_menu li {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 24px;
  }
}
.huiGu .hg_menu .sel {
  background: #0064E6;
  color: #fff !important;
}
.huiGu .hg_right {
  width: 71%;
}
@media (max-width: 767px) {
  .huiGu .hg_right {
    width: 100%;
  }
}
.huiGu .hg_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .huiGu .hg_list {
    margin-bottom: -10px;
  }
}
.huiGu .hg_list li {
  width: 47.5%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .huiGu .hg_list li {
    width: 48%;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}
.huiGu .hg_list .nei {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.huiGu .hg_list .nei img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .huiGu .hg_list .nei img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .huiGu .hg_list .nei img {
    height: 110px;
  }
}
.huiGu .hg_list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 44px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  color: #F1F1F1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
@media (max-width: 1320px) {
  .huiGu .hg_list .title {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .huiGu .hg_list .title {
    line-height: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.huiGu .hg_list li:hover .title {
  background: #0064E6;
}
/* 资讯 */
.zx_search {
  border: 1px solid #0064E6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1320px) {
  .zx_search {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .zx_search {
    margin-bottom: 10px;
  }
}
.zx_search .txt {
  width: 100%;
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .zx_search .txt {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 15px;
  }
}
.zx_search .btn {
  padding: 0 30px 0 40px;
  text-align: left;
  background: url(../images/bg_05.png) no-repeat left center;
  color: #0064E6;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .zx_search .btn {
    padding: 0 20px 0 30px;
    font-size: 16px;
    background-size: 18px;
  }
}
@media (max-width: 767px) {
  .zx_list {
    padding-top: 10px;
  }
}
.zx_list li {
  padding: 25px 0;
}
@media (max-width: 1320px) {
  .zx_list li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .zx_list li {
    padding: 10px 0;
  }
}
.zx_list li .nei {
  display: flex;
  justify-content: space-between;
  padding: 35px;
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  align-items: flex-start;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zx_list li .nei {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .zx_list li .nei {
    padding: 15px;
  }
}
.zx_list li .nei:hover {
  border: 1px solid #0064E6;
}
.zx_list li .nei:hover .title {
  color: #0064E6;
}
.zx_list li .nei:hover .more {
  background: #004FA1;
}
.zx_list .pimg {
  width: 280px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 5px;
}
@media (max-width: 1320px) {
  .zx_list .pimg {
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .zx_list .pimg {
    width: 45%;
    height: 110px;
  }
}
.zx_list .pimg img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.zx_list .right_box {
  width: 100%;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .zx_list .right_box {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .zx_list .right_box {
    padding-left: 15px;
  }
}
.zx_list .title {
  font-size: 26px;
  color: #383636;
  font-weight: bold;
  line-height: 34px;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zx_list .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .zx_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.zx_list .desc {
  width: 100%;
  margin: 20px 0 30px 0;
  font-size: 18px;
  color: #434343;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .zx_list .desc {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .zx_list .desc {
    display: none;
  }
}
.zx_list .time {
  padding-left: 35px;
  background: url(../images/time.png) no-repeat left center;
  line-height: 40px;
  font-size: 18px;
  color: #434343;
}
@media (max-width: 1320px) {
  .zx_list .time {
    background-size: 20px;
    font-size: 16px;
    padding-left: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .zx_list .time {
    font-size: 13px;
    background-size: 16px;
    padding-left: 25px;
  }
}
.zx_list .more {
  background: #0064E6;
  color: #fff;
  padding: 0 35px;
  border-radius: 50px;
  line-height: 40px;
  font-size: 17px;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zx_list .more {
    line-height: 34px;
    font-size: 14px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .zx_list .more {
    display: none;
  }
}
/* 照片 */
.zp_title {
  margin-top: -20px;
}
.zp_one {
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1320px) {
  .zp_one {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .zp_one {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
.zp_one .list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .zp_one .list {
    margin: 0;
    justify-content: space-between;
  }
}
.zp_one .list li {
  width: 33.33%;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .zp_one .list li {
    width: 48%;
    padding: 10px 0;
  }
}
.zp_one .list .nei {
  position: relative;
  overflow: hidden;
}
.zp_one .list .nei img {
  height: 260px;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .zp_one .list .nei img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .zp_one .list .nei img {
    height: 110px;
  }
}
.zp_one .list .nei .title {
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 99, 229, 0.9);
  width: 100%;
}
@media (max-width: 1320px) {
  .zp_one .list .nei .title {
    line-height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zp_one .list .nei .title {
    line-height: 34px;
    font-size: 14px;
  }
}
.zp_one .list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zp_one .bottom {
  position: absolute;
  top: -60px;
  right: 0;
  width: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .zp_one .bottom {
    width: 100px;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .zp_one .bottom {
    top: -30px;
    width: 65px;
  }
}
.zp_one .prev,
.zp_one .next {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .zp_one .prev,
  .zp_one .next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .zp_one .prev,
  .zp_one .next {
    width: 26px;
    height: 26px;
  }
}
.zp_one .prev {
  left: -35px;
  background: url(../images/left3.png) no-repeat left center;
  background-size: 100%;
}
.zp_one .prev:hover {
  background: url(../images/left4.png) no-repeat left center;
  background-size: 100%;
}
.zp_one .next {
  right: -35px;
  background: url(../images/right3.png) no-repeat left center;
  background-size: 100%;
}
.zp_one .next:hover {
  background: url(../images/right4.png) no-repeat left center;
  background-size: 100%;
}
.year {
  position: relative;
  padding: 0 90px;
  margin: 20px 0;
}
@media (max-width: 1320px) {
  .year {
    padding: 0 60px;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .year {
    margin: 5px 0;
    padding: 0 40px;
  }
}
.year .type {
  border: 1px solid #B2B2B2;
  width: 100%;
  font-size: 16px;
  line-height: 44px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.year .type.sel {
  background: #0064E6;
  color: #fff;
  border: 1px solid #0064E6;
}
@media (max-width: 1320px) {
  .year .type {
    line-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .year .type {
    line-height: 34px;
    font-size: 14px;
  }
}
.year .bottom span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  z-index: 111;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .year .bottom span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .year .bottom span {
    top: 5px;
    width: 26px;
    height: 26px;
  }
}
.year .bottom span.prev {
  background: url(../images/left3.png) no-repeat center center;
  left: 0;
  background-size: 100%;
}
.year .bottom span.prev:hover {
  background: url(../images/left4.png) no-repeat center center;
  background-size: 100%;
}
.year .bottom span.next {
  background: url(../images/right3.png) no-repeat center center;
  right: 0;
  background-size: 100%;
}
.year .bottom span.next:hover {
  background: url(../images/right4.png) no-repeat center center;
  background-size: 100%;
}
.zp_two {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1320px) {
  .zp_two {
    margin: 0 -15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .zp_two {
    margin: 0;
    justify-content: space-between;
  }
}
.zp_two li {
  width: 25%;
}
@media (max-width: 1320px) {
  .zp_two li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .zp_two li {
    width: 47%;
  }
}
.zp_two .nei {
  padding: 20px;
}
@media (max-width: 1320px) {
  .zp_two .nei {
    padding: 15px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .zp_two .nei {
    padding: 8px 0 5px 0;
  }
}
.zp_two .pimg {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.zp_two .pimg img {
  height: 190px;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zp_two .pimg img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .zp_two .pimg img {
    height: 90px;
  }
}
.zp_two .title {
  padding: 8px 0;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .zp_two .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zp_two .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.zp_two .bo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bo.png) no-repeat center center rgba(0, 99, 255, 0.9);
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .zp_two .bo {
    background-size: 30px;
  }
}
.zp_two .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zp_two .nei:hover .title {
  color: #0064E6;
}
.zp_two .nei:hover .bo {
  opacity: 1;
}
.meiti {
  background: #F3F8FB;
}
.tan_video {
  width: 900px;
  height: 600px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1320px) {
  .tan_video {
    width: 600px;
    height: 400px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tan_video {
    width: 310px;
    padding: 10px;
    height: 220px;
  }
}
.tan_video .shiping {
  width: 100%;
  height: 520px;
  background: #000;
}
@media (max-width: 1320px) {
  .tan_video .shiping {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .tan_video .shiping {
    height: 200px;
  }
}
/* 关于我们 */
@media (max-width: 767px) {
  .gy_title {
    padding-left: 15px;
  }
}
.gy_one li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 20px 0 40px 0;
  padding: 60px;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .gy_one li {
    margin: 15px 0 30px 0;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .gy_one li {
    padding: 15px;
    flex-wrap: wrap;
    margin: 5px 0 15px 0;
  }
}
.gy_one li:hover {
  -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);
}
.gy_one .pimg {
  width: 380px;
  height: 240px;
  flex-shrink: 0;
}
@media (max-width: 1320px) {
  .gy_one .pimg {
    width: 300px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .gy_one .pimg {
    width: 100%;
  }
}
.gy_one .pimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gy_one .right_txt {
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1320px) {
  .gy_one .right_txt {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .gy_one .right_txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
.gy_one .right_txt .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1320px) {
  .gy_one .right_txt .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gy_one .right_txt .title {
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 34px;
  }
}
.gy_one .right_txt .desc {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .gy_one .right_txt .desc {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .gy_one .right_txt .desc {
    font-size: 14px;
    line-height: 26px;
  }
}
.gy_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .gy_two {
    padding-bottom: 10px;
  }
}
.gy_two li {
  width: 48.5%;
  border: 1px solid #fff;
  transition: 0.5s;
  padding: 40px;
  margin: 20px 0;
}
@media (max-width: 1320px) {
  .gy_two li {
    padding: 30px;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .gy_two li {
    width: 100%;
    padding: 25px;
    margin: 10px 0 15px 0;
    -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);
  }
}
.gy_two li:hover {
  border: 1px solid #0064E6;
  -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);
}
.gy_two li:hover .top .more {
  padding-right: 30px;
  margin-right: -5pxs;
}
.gy_two .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gy_two .top .pimg {
  height: 90px;
  display: flex;
  align-items: center;
  max-width: 60%;
}
.gy_two .top .pimg img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 1320px) {
  .gy_two .top .pimg {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .gy_two .top .pimg {
    height: 50px;
  }
}
.gy_two .top .more {
  color: #0064E6;
  font-size: 16px;
  padding-right: 25px;
  font-weight: bold;
  background: url(../images/jt7.png) no-repeat right center;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .gy_two .top .more {
    font-size: 15px;
  }
}
.gy_two .bottom {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .gy_two .bottom {
    padding-top: 15px;
  }
}
.gy_two .bottom dd {
  padding: 10px 0;
  line-height: 34px;
  font-size: 22px;
  color: #434343;
}
@media (max-width: 1320px) {
  .gy_two .bottom dd {
    line-height: 30px;
    font-size: 18px;
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .gy_two .bottom dd {
    line-height: 26px;
    font-size: 15px;
  }
}
.gy_two .bottom strong {
  font-size: 25px;
  padding-right: 6px;
}
@media (max-width: 1320px) {
  .gy_two .bottom strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .gy_two .bottom strong {
    font-size: 16px;
  }
}
/* 展会亮点 */
.ld_one {
  display: flex;
  margin: 0 -30px;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .ld_one {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .ld_one {
    margin: 0px;
  }
}
.ld_one li {
  padding: 15px 30px;
  width: 33.333%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1320px) {
  .ld_one li {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .ld_one li {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.ld_one .num {
  color: #0064E6;
  opacity: 0.4;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  padding-right: 25px;
  font-family: 'Adobe 黑体 Std';
}
@media (max-width: 1320px) {
  .ld_one .num {
    font-size: 60px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ld_one .num {
    font-size: 34px;
  }
}
.ld_one .desc {
  font-size: 17px;
  line-height: 36px;
  color: #434343;
}
@media (max-width: 1320px) {
  .ld_one .desc {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .ld_one .desc {
    font-size: 15px;
    line-height: 26px;
  }
}
.ld_two {
  margin-top: -30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .ld_two {
    margin-top: 0px;
    padding-bottom: 10px;
  }
}
.ld_two li {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #999999;
}
.ld_two li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .ld_two li {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ld_two .title {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
  width: 250px;
  height: 170px;
  padding: 0 40px;
}
@media (max-width: 1320px) {
  .ld_two .title {
    width: 210px;
    height: 140px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .ld_two .title {
    width: 100%;
    height: 120px;
  }
}
.ld_two .title .txt {
  min-width: 76%;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}
.ld_two .title .txt h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: bold;
}
.ld_two .title .txt p {
  font-size: 16px;
}
@media (max-width: 1320px) {
  .ld_two .title .txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ld_two .title .img1,
.ld_two .title .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.ld_two .title .img2 {
  top: 100%;
}
.ld_two .title:hover .img1 {
  top: -100%;
}
.ld_two .title:hover .img2 {
  top: 0;
}
.ld_two dl {
  width: 48%;
  padding-left: 60px;
}
@media (max-width: 1320px) {
  .ld_two dl {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .ld_two dl {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.ld_two dl dt {
  padding-left: 15px;
  line-height: 30px;
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}
@media (max-width: 1320px) {
  .ld_two dl dt {
    font-size: 16px;
    line-height: 26px;
  }
}
.ld_two dl dd {
  background: url(../images/bg_07.png) no-repeat left 16px;
  padding: 3px 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ld_two dl dd {
    background: url(../images/bg_07.png) no-repeat left 12px;
  }
}
.ld_two dl a {
  line-height: 30px;
  font-size: 18px;
  color: #555555;
  word-break: break-all;
  display: block;
}
.ld_two dl a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .ld_two dl a {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .ld_two dl a {
    line-height: 23px;
  }
}
.ld_two .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  background: url(../images/jt7.png) no-repeat right center;
  padding-right: 25px;
  color: #0064E6;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
}
.ld_two .more:hover {
  right: -5px;
}
@media (max-width: 767px) {
  .ld_two .more {
    float: right;
    margin-top: 5px;
  }
}
/* 主题展 */
.zt_one {
  background: url(../images/bg_08.png) no-repeat top center;
  background-size: cover;
  padding: 40px 0;
}
@media (max-width: 1320px) {
  .zt_one {
    padding: 30px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .zt_one {
    padding: 15px 0 20px 0;
  }
}
.zt_one ul {
  display: flex;
  flex-wrap: wrap;
}
.zt_one ul li {
  width: 20%;
  background: url(../images/bg_07.png) no-repeat left center;
  color: #333333;
  font-size: 19px;
  line-height: 30px;
  padding: 7px 0;
  padding-left: 15px !important;
}
@media (max-width: 1320px) {
  .zt_one ul li {
    width: 33.33%;
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .zt_one ul li {
    width: 50%;
    line-height: 26px;
    font-size: 14px;
    padding: 3px 0;
  }
}
.zt_two {
  display: flex;
  margin: 0 -30px;
}
@media (max-width: 1320px) {
  .zt_two {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .zt_two {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.zt_two li {
  width: 50%;
  padding: 20px 30px;
}
@media (max-width: 1320px) {
  .zt_two li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .zt_two li {
    width: 33.333%;
  }
}
.zt_two img {
  width: 100%;
  transition: 0.4s;
}
.zt_two img:hover {
  margin-top: -20px;
}
/* 下载 */
.xz_list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .xz_list {
    margin: 0px;
    justify-content: space-between;
    margin-bottom: -5px;
  }
}
.xz_list li {
  width: 33.333%;
  padding: 0 15px 40px 15px;
}
@media (max-width: 767px) {
  .xz_list li {
    width: 48%;
    padding: 0 0 15px 0;
  }
}
.xz_list .nei {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .xz_list .nei {
    border-radius: 7px;
  }
}
.xz_list .nei .img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .xz_list .nei .img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .xz_list .nei .img {
    height: 110px;
  }
}
.xz_list .nei:hover {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.xz_list .nei:hover .img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.xz_list .nei:hover .title {
  background: url(../images/bg_09.png) no-repeat right center #0064E6;
}
.xz_list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  background: url(../images/bg_09.png) no-repeat right center rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 55px 10px 20px;
  line-height: 26px;
  font-size: 17px;
  color: #F1F1F1;
}
@media (max-width: 1320px) {
  .xz_list .title {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    background-size: 40px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .xz_list .title {
    background-size: 30px;
    padding: 7px 40px 7px 10px;
    font-size: 13px;
  }
}
/* 联系我们 */
.lx_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lx_list li {
  width: 50%;
  padding: 30px 0 70px 0;
  transition: 0.5s;
}
.lx_list li:hover {
  padding-left: 20px;
}
@media (max-width: 1320px) {
  .lx_list li {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .lx_list li {
    width: 100%;
    -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);
    padding: 25px;
    margin: 10px 0 ;
  }
}
.lx_list dl,
.lx_list dt,
.lx_list dd {
  width: 100%;
}
.lx_list .title {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 50px;
  color: #0064E6;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 1320px) {
  .lx_list .title {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .lx_list .title {
    font-size: 20px;
    line-height: 40px;
  }
}
.lx_list .title .pimg {
  width: 80px;
}
@media (max-width: 1320px) {
  .lx_list .title .pimg {
    width: 70px;
  }
  .lx_list .title .pimg img {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .lx_list .title .pimg {
    width: 50px;
  }
  .lx_list .title .pimg img {
    height: 34px;
    margin-top: 4px;
  }
}
.lx_list dd {
  padding-top: 10px;
  font-size: 22px;
  color: #434343;
  line-height: 40px;
  padding-left: 80px;
}
@media (max-width: 1320px) {
  .lx_list dd {
    padding-left: 70px;
    line-height: 36px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lx_list dd {
    padding-left: 0px;
    font-size: 15px;
    line-height: 26px;
    padding-top: 6px;
  }
}
.lx_share {
  display: flex;
  padding-top: 150px;
}
@media (max-width: 1320px) {
  .lx_share {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .lx_share {
    padding-top: 60px;
    padding-bottom: 20px;
    justify-content: space-between;
  }
}
.lx_share li {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .lx_share li {
    padding: 0;
  }
}
.lx_share li:hover .img {
  opacity: 1;
}
.lx_share li:hover .tanImg {
  display: block;
}
.lx_share .img {
  opacity: 0.6;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lx_share .img {
    height: 30px;
  }
}
.lx_share .tanImg {
  position: absolute;
  bottom: 60px;
  left: 0px;
  -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);
  display: none;
}
@media (max-width: 767px) {
  .lx_share .tanImg {
    bottom: 40px;
  }
}
.lx_share .tanImg img {
  display: block;
  width: 280px;
}
@media (max-width: 1320px) {
  .lx_share .tanImg img {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .lx_share .tanImg img {
    width: 180px;
  }
}
/* 展商信息 */
.zs_info {
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1320px) {
  .zs_info {
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .zs_info {
    flex-wrap: wrap;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
  }
}
.zs_info .plogo {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8EEFC;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1320px) {
  .zs_info .plogo {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .zs_info .plogo {
    width: 130px;
    height: 130px;
  }
}
.zs_info .plogo img {
  max-width: 100%;
  max-height: 100%;
}
.zs_info .right {
  width: 100%;
  padding-left: 40px;
}
@media (max-width: 1320px) {
  .zs_info .right {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .zs_info .right {
    padding-left: 0px;
    padding-top: 15px;
  }
}
.zs_info .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.zs_info .top .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 1320px) {
  .zs_info .top .tit {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .zs_info .top .tit {
    font-size: 22px;
    line-height: 34px;
  }
}
.zs_info .top .wei {
  padding: 10px 0;
  padding-left: 26px;
  background: url(../images/wei.png) no-repeat left center;
  color: #0064E6;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1320px) {
  .zs_info .top .wei {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    background-size: 15px;
  }
}
@media (max-width: 767px) {
  .zs_info .top .wei {
    font-size: 18px;
    background-size: 12px;
    padding: 6px 0;
    padding-left: 20px;
  }
}
.zs_info .top .btn {
  display: flex;
  flex-shrink: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .zs_info .top .btn {
    position: absolute;
    top: 30px;
    right: 25px;
  }
}
.zs_info .top .btn a {
  display: inline-block;
  margin-left: 50px;
  padding-top: 60px;
  text-align: center;
  font-size: 19px;
  color: #5F5F5F;
}
.zs_info .top .btn a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .zs_info .top .btn a {
    padding-top: 40px;
    margin-left: 30px;
    font-size: 16px;
  }
}
.zs_info .top .btn .btn1 {
  background: url(../images/bg_10.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .zs_info .top .btn .btn1 {
    background-size: auto 30px;
  }
}
.zs_info .top .btn .btn1:hover {
  background: url(../images/bg_10-sel.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .zs_info .top .btn .btn1:hover {
    background-size: auto 30px;
  }
}
.zs_info .top .btn .btn2 {
  background: url(../images/bg_11.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .zs_info .top .btn .btn2 {
    background-size: auto 30px;
  }
}
.zs_info .top .btn .btn2:hover {
  background: url(../images/bg_11-sel.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .zs_info .top .btn .btn2:hover {
    background-size: auto 30px;
  }
}
.zs_info dl {
  padding-top: 10px;
}
.zs_info dl dt {
  font-weight: bold;
  color: #212121;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1320px) {
  .zs_info dl dt {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .zs_info dl dt {
    font-size: 16px;
    line-height: 30px;
  }
}
.zs_info dl dd {
  display: flex;
  flex-wrap: wrap;
}
.zs_info dl dd span {
  display: inline-block;
  line-height: 34px;
  background: #E8EEFC;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  margin: 15px 15px 0 0;
}
@media (max-width: 1320px) {
  .zs_info dl dd span {
    line-height: 30px;
    font-size: 15px;
    border-radius: 7px;
    margin: 10px 10px 0 0;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .zs_info dl dd span {
    font-size: 13px;
    line-height: 26px;
    margin: 8px 8px 0 0;
  }
}
.zs_xiangqing {
  padding: 40px;
  background: #fff;
}
@media (max-width: 1320px) {
  .zs_xiangqing {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .zs_xiangqing {
    padding: 15px;
  }
}
.xq_title {
  color: #0064E6;
  font-size: 26px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 1320px) {
  .xq_title {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .xq_title {
    font-size: 18px;
    line-height: 40px;
  }
}
.xq_desc {
  color: #434343;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 30px;
}
@media (max-width: 1320px) {
  .xq_desc {
    font-size: 16px;
    line-height: 34px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .xq_desc {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 15px;
  }
}
.zs_cp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1320px) {
  .zs_cp {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .zs_cp {
    margin: 0 ;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.zs_cp li {
  width: 33.33%;
  padding: 10px 20px;
}
@media (max-width: 1320px) {
  .zs_cp li {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .zs_cp li {
    width: 48%;
    padding: 5px 0 15px 0;
  }
}
.zs_cp .nei {
  display: block;
  width: 100%;
}
.zs_cp .nei:hover .tit {
  color: #0064E6;
}
.zs_cp .nei:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zs_cp .pimg {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 280px;
  border-radius: 5px;
}
@media (max-width: 1320px) {
  .zs_cp .pimg {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .zs_cp .pimg {
    height: 120px;
  }
}
.zs_cp .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs_cp .tit {
  margin: 15px 0;
  color: #212121;
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 1320px) {
  .zs_cp .tit {
    margin: 10px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .zs_cp .tit {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.zs_cp .desc {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #434343;
  line-height: 32px;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .zs_cp .desc {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .zs_cp .desc {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}
/* 产品详情 */
.cp_img {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .cp_img {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .cp_img {
    margin: 0 5px;
    padding: 5px 0;
  }
}
.cp_img li {
  width: 33.333%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 1320px) {
  .cp_img li {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cp_img li {
    padding: 0 5px;
  }
}
.cp_img li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.cp_img li p {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1320px) {
  .cp_img li p {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cp_img li p {
    height: 80px;
    border-radius: 5px;
  }
}
.cp_img li img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.cp_clear {
  height: 30px;
  background: #F2F2F2;
  margin-bottom: 40px;
}
@media (max-width: 1320px) {
  .cp_clear {
    height: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cp_clear {
    height: 15px;
    margin-bottom: 20px;
  }
}
.cp_one {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
@media (max-width: 1320px) {
  .cp_one {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .cp_one {
    padding: 10px 15px 0 15px;
    flex-wrap: wrap;
  }
}
.cp_one .info {
  display: block;
}
@media (max-width: 767px) {
  .cp_one .info {
    width: 100%;
  }
}
.cp_one .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #0064E6;
  padding-bottom: 20px;
}
@media (max-width: 1320px) {
  .cp_one .title {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cp_one .title {
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}
.cp_one dd {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  color: #656565;
}
@media (max-width: 1320px) {
  .cp_one dd {
    font-size: 16px;
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .cp_one dd {
    font-size: 14px;
    padding: 3px 0;
  }
}
.cp_one .btn {
  display: flex;
  flex-shrink: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cp_one .btn {
    justify-content: center;
    width: 100%;
  }
}
.cp_one .btn a {
  display: inline-block;
  margin-left: 50px;
  padding-top: 60px;
  text-align: center;
  font-size: 19px;
  color: #5F5F5F;
}
.cp_one .btn a:hover {
  color: #0064E6;
}
@media (max-width: 1320px) {
  .cp_one .btn a {
    padding-top: 40px;
    margin-left: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cp_one .btn a {
    margin: 10px 30px;
  }
}
.cp_one .btn .btn1 {
  background: url(../images/bg_10.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .cp_one .btn .btn1 {
    background-size: auto 30px;
  }
}
.cp_one .btn .btn1:hover {
  background: url(../images/bg_10-sel.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .cp_one .btn .btn1:hover {
    background-size: auto 30px;
  }
}
.cp_one .btn .btn2 {
  background: url(../images/bg_11.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .cp_one .btn .btn2 {
    background-size: auto 30px;
  }
}
.cp_one .btn .btn2:hover {
  background: url(../images/bg_11-sel.png) no-repeat top center;
}
@media (max-width: 1320px) {
  .cp_one .btn .btn2:hover {
    background-size: auto 30px;
  }
}
.cp_zhanShang {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1320px) {
  .cp_zhanShang {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.cp_zhanShang .nei {
  background: #EEEEEE;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1320px) {
  .cp_zhanShang .nei {
    align-items: flex-start;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .nei {
    padding: 15px;
  }
}
.cp_zhanShang .pimg {
  border-radius: 8px;
  width: 200px;
  height: 190px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .cp_zhanShang .pimg {
    height: 160px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .pimg {
    height: 100px;
    width: 100px;
  }
}
.cp_zhanShang .pimg img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.cp_zhanShang .right {
  width: 100%;
  padding-left: 60px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .cp_zhanShang .right {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .right {
    padding-left: 15px;
  }
}
.cp_zhanShang .right .title {
  color: #2F2F2F;
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 75%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 34px;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 1320px) {
  .cp_zhanShang .right .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .right .title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.cp_zhanShang .right dl {
  line-height: 24px;
  display: flex;
  width: auto;
  padding: 8px 0;
  font-size: 18px;
}
@media (max-width: 1320px) {
  .cp_zhanShang .right dl {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .right dl {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
  }
}
.cp_zhanShang .right dl dt {
  color: #2F2F2F;
  flex-shrink: 0;
}
.cp_zhanShang .right dl dd {
  color: #8F8F8F;
}
.cp_zhanShang .right .dl1 {
  width: 100%;
}
.cp_zhanShang .right .hao {
  margin-left: 40px;
}
.cp_zhanShang .zx {
  position: absolute;
  top: 40px;
  right: 0;
  background: #DBDBDB;
  border-radius: 20px 0 0 20px;
  line-height: 42px;
  font-size: 20px;
  padding: 0 20px 0 30px;
  text-align: center;
  color: #000000;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .cp_zhanShang .zx {
    top: 35px;
    padding: 0 20px 0 25px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cp_zhanShang .zx {
    display: none;
  }
}
.cp_zhanShang .nei:hover .zx {
  background: #0064E6;
  color: #fff;
}
.cp_zhanShang .nei:hover .right .title {
  color: #0064E6;
}
.cp_zhanShang .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
/* 分页 */
.fenye {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 70px 0;
}
@media (max-width: 1320px) {
  .fenye {
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .fenye {
    padding: 15px 0 25px 0;
  }
  .fenye a {
    display: none;
  }
  .fenye .prev,
  .fenye .next {
    display: block;
  }
}
.fenye a,
.fenye span {
  border: 1px solid #DCDCDC;
  background: #fff;
  line-height: 36px;
  color: #333;
  padding: 0 15px;
  margin: 0px 4px;
  font-size: 17px;
}
@media (max-width: 1320px) {
  .fenye a,
  .fenye span {
    font-size: 14px;
    margin: 0 2px;
    line-height: 30px;
    padding: 0 12px;
  }
}
.fenye .sel {
  background: #0064E6;
  color: #fff !important;
  border: 1px solid #0064E6;
}
/* 右侧浮框 */
.fu {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 42px;
  z-index: 10;
}
@media (max-width: 767px) {
  .fu {
    display: none;
  }
}
.fu li {
  margin-bottom: 15px;
  height: 42px;
  position: relative;
  transition: 0.5s;
  border-radius: 100px;
}
.fu li:hover .spanTell {
  opacity: 1;
}
.fu i,
.fu a {
  display: inline-block;
  width: 42px;
  height: 100%;
}
.fu .i_wx {
  background: url(../images/f1.png) no-repeat center center;
  background-size: 100%;
}
.fu .i_tell {
  background: url(../images/f2.png) no-repeat center center;
  background-size: 100%;
}
.fu .spanTell {
  opacity: 0;
  line-height: 42px;
  color: #fff;
  padding-left: 10px;
  cursor: default;
  font-size: 15px;
}
.fu .a_lx {
  background: url(../images/f3.png) no-repeat center center;
  background-size: 100%;
}
.fu #go-top i {
  cursor: pointer;
  background: url(../images/f4.png) no-repeat center center;
  background-size: 100%;
}
.fu li:hover .span_wx {
  display: block;
}
.fu .span_wx {
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
  transition: 0.5s;
}
.fu .span_wx img {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 5px;
}
.fu .li_tell:hover {
  width: 210px;
  margin-left: -160px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
}
.fu .li_tell:hover .spanTell {
  opacity: 1;
  width: 80%;
}
