﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: '思源黑体', 'Arial', 'PingFang SC','Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
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;
}
button {
  cursor: pointer;
}
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 1580px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
a {
  transition: 0.5s;
}
.mt60 {
  margin-top: 60px;
}
@media (max-width: 1260px) {
  .mt60 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 20px;
  }
}
.mb60 {
  margin-bottom: 60px !important;
}
@media (max-width: 1260px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}
.pb60 {
  padding-bottom: 60px !important;
}
@media (max-width: 1260px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .mb30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px;
  }
}
.flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #4D8B51;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #4D8B51;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 124px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 94px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 90px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #fff;
  /*顶部logo*/
  /*顶部pc导航*/
}
#c-header.c-head-move {
  top: -150px;
}
#c-header.c-style2 {
  color: #666;
  background: #002B69;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #666;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #fff;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 15px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header .h_top {
  height: 34px;
  background: #F0F0F0;
  line-height: 34px;
  color: #666;
}
#c-header .h_top .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-header .h_top .container {
    height: 34px;
    justify-content: flex-end;
  }
}
#c-header .h_top .ul {
  display: flex;
  line-height: 34px;
}
@media (max-width: 1260px) {
  #c-header .h_top .ul {
    display: none;
  }
}
#c-header .h_top .ul .wb_wx_sj {
  width: 200px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 2px 0;
  height: 28px;
  margin-left: 20px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  line-height: 28px;
}
#c-header .h_top .ul .wb,
#c-header .h_top .ul .wx,
#c-header .h_top .ul .sj {
  margin-left: 20px;
  display: flex;
  color: #333 !important;
  align-items: center;
}
#c-header .h_top .ul .sj  span{color: #666 !important;}
#c-header .h_top .ul .img1 {
  margin-top: 8px;
}
#c-header .h_top .ul .img3 {
  margin-top: 7px;
}
#c-header .h_top .ul .zone {
  position: relative;
  margin: auto;
}
#c-header .h_top .ul .zone span {
  position: absolute;
  z-index: 990;
  top: 34px;
  /*上下距离*/
  left: -40px;
  /*左右距离*/
  display: none;
}
#c-header .h_top .ul .wx .zone:hover #erweitu {
  display: block !important;
}
#c-header .h_top .ul .telIcon {
  line-height: 34px;
  margin-left: 20px;
}
#c-header .h_top .ul .sj {
  margin-right: 15px;
}
#c-header .h_top .right {
  line-height: 34px;
}
#c-header .h_top .right .day_show {
  color: #4D8B51;
  font-weight: 600;
  padding-right: 10px;
}
@media (max-width: 767px) {
	#c-header .h_top .right {
  		line-height: 16px;
    		text-align: right;
  font-size: 12px;
	}

  /*#c-header .h_top .right .day_show {
    display: none;
  }*/
  #c-header .h_top .container{ padding-left:0}
}
#c-header .h_top .right .a1 {
  border: 1px solid #4D8B51;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  background: #4D8B51;
  padding: 2px 8px;
  font-size: 14px;

    display: inline-block;
}
#c-header .h_top .right .dropdown {
  margin-left: 40px;
}
@media (max-width: 767px) {
  #c-header .h_top .right .dropdown {
    margin-left: 10px;
  }
}
#c-header .h_top .right .dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #666;
}
#c-header .h_top .right .dropdown li {
  float: left;
}
#c-header .h_top .right .dropdown li a,
#c-header .h_top .right .dropbtn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: url(../images/top_sjx.png) no-repeat right center;
  padding-right: 25px;
}
#c-header .h_top .right .dropdown {
  display: inline-block;
}
#c-header .h_top .right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#c-header .h_top .right .dropdown-content a {
  color: #666;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
#c-header .h_top .right .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #c00000;
}
#c-header .h_top .right .dropdown:hover .dropdown-content {
  display: block;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 55px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 35px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  padding: 0 35px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 40px;
  }
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:bold;
  font-size: 16px; white-space:nowrap;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
/*#c-header .c-nav li.on > a::before,*/
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
/*#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #4D8B51;
  font-weight: bold  !important;
}*/
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
  position:relative
  
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jiantou{ position:absolute; top:0; right:15px; font-style:normal; color:#ccc; font-family:宋体; font-weight:bold}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #de2f09;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
#c-header .c-nav2 li ul li h3{ font-weight:bold;  font-size:13px}
#c-header .c-nav2 li ul li p{ margin-top:-10px; padding-bottom:8px; padding-left:15px}
#c-header .c-nav2 li ul li a{ font-size:13px; width:100%; display:block; line-height:34px;}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #fff;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bg_hui {
  background: #EEEEEE;
}
.bg_bai {
  background: #fff;
}
/* 底部 */
.footer {
  background: #fff;
  padding-top: 50px;
}
@media (max-width: 1260px) {
  .footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}
.footer .bottom {
  background: #161616;
  color: #A4A4A4;
  line-height: 30px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1260px) {
  .footer .bottom {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .footer .bottom {
    font-size: 12px;
    line-height: 20px;
  }
}
.footer .foot_ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 1260px) {
  .footer .foot_ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .foot_ul {
    display: none;
  }
}
.footer .foot_ul li {
  padding-right: 60px;
}
@media (max-width: 1260px) {
  .footer .foot_ul li {
    padding-right: 30px;
    width: auto;
  }
}
.footer .foot_ul li h3 {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1260px) {
  .footer .foot_ul li h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.footer .foot_ul li p {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 1260px) {
  .footer .foot_ul li p {
    line-height: 20px;
  }
}
.footer .foot_ul li p a {
  font-size: 15px;
  color: #515963;
}
.footer .foot_ul li p a:hover {
  color: #4D8B51;
}
@media (max-width: 1260px) {
  .footer .foot_ul li p a {
    font-size: 13px;
  }
}
.footer .foot_ul .lianxi {
  width: 36%;
  padding-right: 0;
  padding-left: 50px;
  border-left: 1px solid #949494;
}
@media (max-width: 1260px) {
  .footer .foot_ul .lianxi {
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
    border: 0;
  }
}
.footer .foot_ul .lianxi .top {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .footer .foot_ul .lianxi .top {
    padding-top: 30px;
  }
  .footer .foot_ul .lianxi .top .nei {
    width: 100%;
  }
}
.footer .foot_ul .lianxi .top img {
  flex-shrink: 0;
  margin-right: 20px;
  margin-left: -9px;
  width:100px;
}
/* banner */
.banner {
  overflow: hidden;
  height: 4.5rem;
}
@media (max-width: 1260px) {
  .banner {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 7rem;
  }
}
.banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* 首页 */
.sy_one {
	margin-top:-20px;
  padding: 0px 0 40px 0;
  display: flex;
  position:relative;
  z-index:100
}
@media (max-width: 1260px) {
  .sy_one {
	margin-top:-20px;
    padding: 0px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .sy_one {
	margin-top:0px;
    padding: 20px 5px 10px 5px;
    flex-wrap: wrap;
  }
}
.sy_one li {
  width: 25%;
  padding: 0 17px;
}
.sy_one li:first-child {
  padding-left: 0%;
}
@media (max-width: 767px) {
  .sy_one li:first-child {
    padding-left: 10px;
  }
}
.sy_one li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .sy_one li:last-child {
    padding-right: 10px;
  }
}
/*.sy_one li:nth-child(2n) a {
  background: #949494;
}*/
.sy_one li:nth-child(2n) a:hover {
  background: #4D8B51;
}
@media (max-width: 1260px) {
  .sy_one li:nth-child(2n) a:hover {
    background: #4D8B51;
  }
}
@media (max-width: 1260px) {
  .sy_one li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .sy_one li {
    width: 50%;
display:flex;align-items:center;
    margin-bottom: 10px;
  }
}
.sy_one a {
  width: 100%;
  line-height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  background: url(../images/bg_19.png) no-repeat left top;
  background-size: 100% 100%;
  transition: 0s !important;
}
.sy_one a img {
  width: 40px;
}
.sy_one a span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
  /*letter-spacing: 4px;*/
  width: 100%;
  /*background: url(../images/bg_09.png) no-repeat 88% center;
  background-size: 16px;*/
}
@media (max-width: 1260px) {
  .sy_one a span {
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .sy_one a span {
    background-size: 10px;
  }
}
.sy_one a:hover {
  background: #4D8B51;
}
@media (max-width: 1260px) {
  .sy_one a {
    line-height: 70px;
    padding-left: 15px;
  }
  .sy_one a img {
    width: 25px;
  }
  .sy_one a span {
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: 0px;
line-height: 50px;
  }
}
@media (max-width: 767px) {
  .sy_one a {
    line-height: 60px;
  }
  .sy_one a img {
    width: 22px;
  }
  .sy_one a span {
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: 0px;
  }
}
.sy_two {
  display: flex;
  justify-content: space-between;
  background: #EEEEEE;
  padding: 20px;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .sy_two {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.sy_two .video {
  width: 32%;
  height: 310px;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
}
@media (max-width: 1260px) {
  .sy_two .video {
    width: 40%;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .sy_two .video {
    width: 100%;
  }
}
.sy_two .text-box {
  width: 68%;
  padding-left: 35px;
}
@media (max-width: 1260px) {
  .sy_two .text-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sy_two .text-box {
    width: 100%;
    padding-left: 0;
  }
}
.sy_two .info .title {
  font-size: 18px;
  color: #4D8B51;
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 34px;
}
@media (max-width: 1260px) {
  .sy_two .info .title {
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy_two .info .title {
    padding-top: 15px;
  }
}
.sy_two .info .desc {
  font-size: 16px;
  line-height: 30px;
  color: #7F7F7F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .sy_two .info .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.sy_two .info .bottom {
  text-align: right;
  font-size: 16px;
  line-height: 34px;
  position:absolute;
  right: 20px;
  bottom: 15px;
}
@media (max-width: 1260px) {
  .sy_two .info .bottom {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .sy_two .info .bottom {
    margin-bottom: 0;
    position: relative;
    right: auto;
    padding-top: 10px;
    bottom: 0;
  }
}
.sy_two .info .bottom a {
  color: #1B55A8;
}
.sy_two .info .bottom a:hover {
  color: #4D8B51;
}
.sy_two .info .list {
  display: flex;
  flex-wrap: wrap;
}
.sy_two .info .list li {
  width: 25%;
}
@media (max-width: 1260px) {
  .sy_two .info .list li {
    width: 33%;
  }
}
.sy_two .info .list li a {
  color: #5F5F5F;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sy_two .info .list li a:hover {
  color: #4D8B51;
}
@media (max-width: 1260px) {
  .sy_two .info .list li a {
    font-size: 14px;
    line-height: 24px;
  }
}
.sy_three {
  color: #514D5B;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .sy_three {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sy_three {
    font-size: 16px;
  }
}
.sy_three .title {
  line-height: 50px;
  color:#002C69;
}
@media (max-width: 1260px) {
  .sy_three .title {
    line-height: 30px;
  }
}
.sy_three ul {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .sy_three ul {
    padding: 10px 0;
  }
}
.sy_three ul li {
  width: 33.333%;
  border-right: 1px solid #959595;
  color:#002C69;
}
.sy_three ul li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .sy_three ul li {
    padding: 0 10px;
    font-size: 14px;
  }
}
.sy_three .bottom {
  font-weight: normal;
  text-align: right;
  margin-bottom: -10px;
  line-height: 10px;
}
.sy_three .bottom a {
  color: #1B55A8;
  font-size: 15px;
}
.sy_three .bottom a:hover {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .sy_three .bottom a {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
.sy_four {
  background: url(../images/bg_19.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .sy_four {
    padding: 5px 0;
  }
}
.sy_four .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .sy_four .container {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .sy_four .container {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.sy_four .left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_four .left {
    width: 100%;
    padding: 8px 0;
    padding-left: 15px;
  }
}
.sy_four .left label {
  color: #fff;
  font-size: 16px;
  margin-right: 25px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .sy_four .left label {
    font-size: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .sy_four .left label {
    margin-right: 15px;
  }
}
.sy_four .left label input {
  margin-right: 5px;
}
.sy_four .left .p_ss {
  width: 350px;
  display: flex;
  background: #EEEEEE;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .sy_four .left .p_ss {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .sy_four .left .p_ss {
    width: 180px;
  }
}
.sy_four .left .p_ss .txt {
  background: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .sy_four .left .p_ss .txt {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
  }
}
.sy_four .left .p_ss .btn {
  width: 50px;
  height: 40px;
  background: url(../images/bg_10.png) no-repeat center center;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .sy_four .left .p_ss .btn {
    height: 36px;
  }
}
.sy_four .right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sy_four .right {
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
}
.sy_four .right a {
  line-height: 40px;
  background: #EEEEEE;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 40px;
  display: inline-block;
  margin-left: 10px;
  color: #606060;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .sy_four .right a {
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sy_four .right a {
    width: 40%;
  }
}
.sy_four .right a:hover {
  color: #4D8B51;
  background: #fff;
}
.sy_five {
  margin: 60px 0;
  padding: 40px 0;
  background: #EEEEEE;
}
@media (max-width: 1260px) {
  .sy_five {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .sy_five {
    margin: 20px 0;
    padding: 30px 0;
  }
}
.sy_five .title {
   line-height: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 22px;
     color: #002C69;
      font-weight: bold;
    letter-spacing: 2px;
}
@media (max-width: 1260px) {
  .sy_five .title {
            font-size: 20px;
    line-height: 20px;
    padding-bottom: 30px;
    color: #002C69;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .sy_five .title {
    font-size: 20px;
  }
}
.sy_five .list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.sy_five .list2{
  justify-content: center;
}
@media (max-width: 767px) {
  .sy_five .list {
    flex-wrap: wrap;
  }
}
.sy_five .list li {
  border-bottom: 1px dashed #959595;
  border-left: 1px dashed #959595;
  margin-left: -1px;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 20px;
  width: 25%;
  margin-bottom: -1px;
}
.sy_five .list li:first-child{
  border-left: 0;
}
@media (max-width: 1260px) {
  .sy_five .list li {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .sy_five .list li {
    width: 50%;
    height: 76px;
  }
}
.sy_five .list i {
  width: 65px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.sy_five .list img {
  max-width: 100%;
  max-height: 100%;
    object-fit: cover;
}
.sy_five .list a{ 
  display: inline-block; height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1260px) {
  .sy_five .list i {
    width: 40px;
  }
  .sy_five .list i img {
    max-width: 25px;
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  .sy_five .list i {
    width: 35px;
  }
  .sy_five .list i img {
    max-width: 20px;
    max-height: 25px;
  }
}
.sy_five .list span {
  font-size: 24px;
  color: #514D5B;
  line-height: 32px;
}
@media (max-width: 1260px) {
  .sy_five .list span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sy_five .list span {
    font-size: 15px;
    line-height: 22px;
  }
}
.sy_five .list li:hover img {
  
}
.sy_five .list li:hover span {
  color: #1B55A8;
}
.sy_list {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .sy_list {
    padding-bottom: 15px;
  }
}
.sy_list li {
  display: flex;
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_list li {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sy_list a {
    display: block;
    width: 100%;
  }
}
.sy_list .img_title {
  flex-shrink: 0;
  width: 235px;
  height: 238px;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .sy_list .img_title {
    width: 180px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .sy_list .img_title {
    width: 180px;
    height: 100px;
  }
}
.sy_list .nei {
  display: flex;
  /*justify-content: space-between;*/
  width: 100%;
  padding: 0 40px 0 60px;
}
@media (max-width: 1260px) {
  .sy_list .nei {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .sy_list .nei {
    flex-wrap: wrap;
    padding: 0 20px;
    padding-top: 20px;
  }
}
.sy_list dl {
  width: 25%;
  margin-right: 12%;
}
.sy_list dl:last-child { margin-right:0}
@media (max-width: 1260px) {
  .sy_list dl {
    width: 26%;
  	margin-right: 11%;
  }
}
@media (max-width: 767px) {
  .sy_list dl {
    width: 100%;
    margin-bottom: 15px;
  margin-right: 0%;
  }
}
.sy_list dl dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #2F2F2F;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (max-width: 1260px) {
  .sy_list dl dt {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sy_list dl dt {
    font-size: 16px;
  }
}
.sy_list dl dt img {
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .sy_list dl dt img {
    width: 20px;
  }
}
.sy_list dl dd {
  font-size: 15px;
}
.sy_list dl dd a {
  display: block;
  width: 90%;
  padding-right: 10px;
  color: #5F5F5F;
  line-height: 34px;
  background: url(../images/bg_11.png) no-repeat right center;
  overflow: hidden;text-overflow: ellipsis;
  display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.sy_list dl dd a:hover {
  color: #4D8B51;
}
@media (max-width: 1260px) {
  .sy_list dl dd a {
    width: 100%;
    font-size: 13px;
    background-size: 9px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 15px;
  }
}
.gao img {
  width: 100%;
  display: block;
}
.sy_six {
  width: 25.5%;
  padding-top: 45px;
}
@media (max-width: 1260px) {
  .sy_six {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .sy_six {
    width: 100%;
    padding-top: 20px;
  }
}
.sy_six .title {
  height: 50px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sy_six .title span {
  padding-left: 10px;
  border-left: 3px solid #4D8B51;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  display: inline-block;
  font-weight: bold;
}
.sy_six .title .more {
  padding-right: 20px;
  background: url(../images/bg_12.png) no-repeat right center;
  font-size: 13px;
  color: #C6C6C6;
}
@media (max-width: 1260px) {
  .sy_six .title span {
    font-size: 16px;
    line-height: 18px;
  }
}
.sy_six .luntan {
  display: block;
  overflow: hidden;
  position: relative;
}
.sy_six .luntan:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_six .luntan .img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  transition: 1s;
}
@media (max-width: 1260px) {
  .sy_six .luntan .img {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .sy_six .luntan .img {
    height: 210px;
  }
}
.sy_six .luntan .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url(../images/bg_19.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1260px) {
  .sy_six .luntan .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sy_six .luntan .tit {
    font-size: 16px;
  }
}
.sy_six .ul1 a {
  display: block;
  line-height: 36px;
  background: url(../images/bg_11.png) no-repeat right center;
  color: #5F5F5F;
  font-size: 15px;
}
.sy_six .ul1 a:hover {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .sy_six .ul1 a {
    line-height: 32px;
  }
}
.sy_six .ul2 a {
  line-height: 36px;
  color: #5F5F5F;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sy_six .ul2 a:hover {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .sy_six .ul2 a {
    line-height: 32px;
  }
}
.sy_seven {
  margin: 55px 0;
  background: #EDEDED;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .sy_seven {
    padding: 20px 0;
    margin: 20px 0;
  }
}
.sy_seven .title {
  padding-left: 10px;
  border-left: 3px solid #4D8B51;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .sy_seven .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.mySwiper {
  margin-top: 30px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .mySwiper {
    margin-top: 20px;
    padding: 0 10px;
  }
  .mySwiper .swiper-button-prev {
    left: 0;
    width: 20px;
    background-size: 100% 44px;
  }
  .mySwiper .swiper-button-next {
    right: 0;
    width: 20px;
    background-size: 100% 44px;
  }
}
.mySwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}
.mySwiper .img {
  max-width: 90%;
  max-height: 75px;
  transition: 0.5s;
  object-fit: cover;
}
.mySwiper .img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .mySwiper .img {
    max-width: 80%;
    max-height: 65px;
  }
}
/* 分页 */
.fy {
  background: none !important;
  padding: 0 !important;
}
.fenye {
  display: flex;
  padding-bottom: 50px;
  padding-top: 20px;
  justify-content: center;
}
.fenye div {
  display: flex;
}
.fenye a,
.fenye span {
  border: 1px solid #DCDCDC;
  background: #fff;
  line-height: 28px;
  color: #333;
  padding: 0 15px;
  margin: 0px 2px;
}
.fenye a.sel {
  background: #4D8B51;
  color: #fff;
  border: 1px solid #4D8B51;
}
@media (max-width: 767px) {
  .fenye {
    padding-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  .fenye a {
    display: none;
  }
  .fenye .prev,
  .fenye .next {
    display: block;
  }
}
.xian {
  width: 100%;
  height: 40px;
  background: #fff;
}
@media (max-width: 1260px) {
  .xian {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .xian {
    display: none;
  }
}
/* 展品 */
.zp_list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .zp_list {
    padding-top: 15px;
    margin: 0 -8px;
  }
}
.zp_list li {
  width: 25%;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .zp_list li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .zp_list li {
    width: 50%;
    margin-bottom: 10px;
    padding: 8px;
  }
}
.zp_list .nei {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .zp_list .nei {
    border-radius: 6px;
  }
}
.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;
}
@media (max-width: 1260px) {
  .zp_list .img-box {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .zp_list .img-box {
    height: 120px;
    border-radius: 6px;
  }
}
.zp_list .img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
}
.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: #4D8B51;
}
.zp_list .title,
.zp_list .p,
.zp_list .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .zp_list .title,
  .zp_list .p,
  .zp_list .desc {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
}
.zp_list .title {
  width: 100%;
  color: #383636;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .zp_list .title {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}
.zp_list .p {
  color: #A5A5A5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .zp_list .p {
    font-size: 12px;
  }
}
.zp_list .desc {
  color: #5F5F5F;
  font-size: 16px;
}
@media (max-width: 767px) {
  .zp_list .desc {
    font-size: 14px;
    margin-top: 3px;
  }
}
.zp_list .num {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_03.png) no-repeat 10px center rgba(0, 0, 0, 0.4);
  padding: 0px 13px;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  z-index: 11;
  border-top-left-radius: 8px;
}
/* 展商 zs */
.zs_search {
  padding: 60px 0 40px 0;
}
@media (max-width: 1260px) {
  .zs_search {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .zs_search {
    padding: 25px 0;
  }
}
.zs_search .top {
  display: flex;
}
.zs_search .top li {
  padding: 0 50px;
  line-height: 60px;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .zs_search .top li {
    padding: 0 35px;
    line-height: 44px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .zs_search .top li {
    padding: 0 25px;
    line-height: 36px;
    font-size: 15px;
  }
}
.zs_search .top li.sel {
  background: #4D8B51;
  color: #fff;
}
.zs_search .bottom {
  border: 3px solid #4D8B51;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .zs_search .bottom {
    border: 2px solid #4D8B51;
  }
}
.zs_search .bottom .txt {
  width: 100%;
  background: url(../images/bg_01.png) no-repeat 40px center;
  padding-left: 90px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 1260px) {
  .zs_search .bottom .txt {
    height: 52px;
    line-height: 52px;
    background: url(../images/bg_01.png) no-repeat 30px center;
    background-size: 20px;
    padding-left: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .zs_search .bottom .txt {
    height: 40px;
    line-height: 40px;
    background: url(../images/bg_01.png) no-repeat 15px center;
    background-size: 16px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.zs_search .bottom .btn {
  height: 60px;
  background: #4D8B51;
  color: #fff;
  width: 150px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .zs_search .bottom .btn {
    height: 52px;
    line-height: 52px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .zs_search .bottom .btn {
    height: 40px;
    line-height: 40px;
    width: 80px;
    font-size: 15px;
  }
}
.zs_search .hot {
  position: absolute;
  top: 63px;
  left: -2.5px;
  width: 100.5%;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-top: 0;
  padding: 15px;
  line-height: 30px;
  display: none;
}
@media (max-width: 1260px) {
  .zs_search .hot {
    width: 100.9%;
    left: -3px;
    top: 55px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .zs_search .hot {
    width: 101.2%;
    left: -2.5px;
    top: 42px;
    padding: 10px ;
    line-height: 34px;
  }
}
.zs_search .hot a {
  font-size: 16px;
  display: inline-block;
  color: #999999;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .zs_search .hot a {
    font-size: 14px;
    margin: 0 10px;
  }
}
.zs_search .hot a:hover {
  color: #4D8B51;
}
.zs_title {
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #656565;
}
@media (max-width: 1260px) {
  .zs_title {
    padding-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .zs_title {
    display: none;
  }
}
.zs_type {
  border-top: 2px solid #DDDDDD;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .zs_type {
    display: none;
  }
}
@media (max-width: 1260px) {
  .zs_type {
    margin-bottom: 40px;
  }
}
.zs_type th {
  vertical-align: top;
  line-height: 66px;
  font-size: 20px;
  color: #656565;
  background: #F3F3F3;
  border-bottom: 2px solid #DDDDDD;
  width: 140px;
}
@media (max-width: 1260px) {
  .zs_type th {
    font-size: 16px;
    width: 110px;
    line-height: 50px;
  }
}
.zs_type td {
  line-height: 46px;
  border-bottom: 2px solid #DDDDDD;
  padding: 10px 20px;
  font-size: 17px;
  padding-left: 0;
}
@media (max-width: 1260px) {
  .zs_type td {
    font-size: 15px;
    line-height: 36px;
  }
}
.zs_type a {
  color: #656565;
  margin-left: 25px;
  cursor: pointer;
}
.zs_type a.sel {
  color: #4D8B51;
}
@media (max-width: 1260px) {
  .zs_type a {
    margin-left: 20px;
  }
}
.zs_type ul {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.zs_type ul li {
  margin-top: 5px;
  width: 100%;
  background: #E5E5E5;
  line-height: 50px;
  display: none;
}
@media (max-width: 1260px) {
  .zs_type ul li {
    line-height: 40px;
  }
}
.zs_one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .zs_one {
    display: flex;
  }
}
.zs_one select {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
  width: 48%;
  background: url(../images/bg_02.jpg) no-repeat 90% center;
  background-size: 8px;
  margin-bottom: 12px;
}
.zs_list {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .zs_list {
    padding-top: 5px;
  }
}
.zs_list li {
  margin-bottom: 30px;
  padding: 22px;
  background: #fff;
  position: relative;
}
@media (max-width: 1260px) {
  .zs_list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .zs_list li {
    padding: 13px;
    margin-bottom: 15px;
    background: #EEEEEE;
  }
}
.zs_list li .nei {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .zs_list li .nei {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .zs_list li .nei {
    height: 132px;
  }
}
.zs_list .img-box {
  width: 35%;
  overflow: hidden;
  border-radius: 8px;
  height: 190px;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .zs_list .img-box {
    height: 140px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .zs_list .img-box {
    width: 45%;
    height: 100px;
  }
}
.zs_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.zs_list .right {
  width: 75%;
  padding-left: 40px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .zs_list .right {
    width: 70%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .zs_list .right {
    width: 55%;
    padding-left: 15px;
  }
}
.zs_list .right .title {
  color: #2F2F2F;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 80%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .zs_list .right .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .zs_list .right .title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
  }
}
.zs_list .right dl {
  line-height: 30px;
  display: flex;
  width: auto;
  padding: 3px 0;
}
@media (max-width: 1260px) {
  .zs_list .right dl {
    line-height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zs_list .right dl {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
  }
}
.zs_list .right dl dt {
  color: #2F2F2F;
  flex-shrink: 0;
}
.zs_list .right dl dd {
  color: #8F8F8F;
}
@media (max-width: 767px) {
  .zs_list .right dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.zs_list .right .dl1 {
  width: 100%;
}
.zs_list .right .hao {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .zs_list .right .hao {
    margin-left: 0;
  }
}
.zs_list .zx {
  position: absolute;
  top: 20px;
  right: 0;
  border-radius: 20px 0 0 20px;
  line-height: 50px;
  font-size: 22px;
  width: 120px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  background: url(../images/bg_19.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1260px) {
  .zs_list .zx {
    top: 10px;
    border-radius: 15px 0 0 15px;
    line-height: 40px;
    font-size: 18px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .zs_list .zx {
    right: auto;
    left: 0;
    top: auto;
    bottom: 10px;
    border-radius: 0 10px 10px 0;
    line-height: 26px;
    font-size: 14px;
    width: 55px;
  }
}
.zs_list li:hover .zx {
  background: #4D8B51;
  color: #fff;
}
.zs_list li:hover .right .title {
  color: #4D8B51;
}
.zs_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .pc_bai {
    background: #fff;
  }
}
/* tab_type */
.tab_type {
  padding: 50px 0 10px 0;
}
@media (max-width: 1260px) {
  .tab_type {
    padding: 40px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .tab_type {
    padding: 20px 0 ;
  }
}
.tab_type ul {
  display: flex;
  justify-content: space-between;
}
.tab_type li {
  width: 50%;
  border: 1px solid #D2D2D2;
  border-left: 0px;
}
.tab_type li a {
  display: block;
  width: 100%;
  line-height: 48px;
  font-size: 20px;
  color: #5F5F5F;
  text-align: center;
}
@media (max-width: 1260px) {
  .tab_type li a {
    line-height: 44px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tab_type li a {
    line-height: 34px;
    font-size: 13px;
  }
}
.tab_type li:first-child {
  border-left: 1px solid #D2D2D2;
}
.tab_type .sel {
  border: 1px solid #4D8B51;
  border-left: 0;
}
.tab_type .sel a {
  background: #4D8B51;
  color: #fff;
}
/* 详情 */
.xq_one {
  background: #fff;
  padding: 35px 0;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .xq_one {
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
  }
}
.xq_one .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .xq_one .container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.xq_one .ll {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .xq_one .ll {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
.xq_one .ll .img-box {
  width: 290px;
  height: 190px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .xq_one .ll .img-box {
    width: 200px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .xq_one .ll .img-box {
    width: 170px;
    height: 110px;
    margin-bottom: 20px;
  }
}
.xq_one .ll .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xq_one .ll .info {
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 450px;
}
@media (max-width: 1260px) {
  .xq_one .ll .info {
    max-width: 420px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .xq_one .ll .info {
    width: 100%;
    text-align: center;
    padding: 0;
    justify-content: center;
  }
}
.xq_one .ll .info .title {
  font-size: 24px;
  color: #333;
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 1260px) {
  .xq_one .ll .info .title {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .xq_one .ll .info .title {
    font-size: 16px;
  }
}
.xq_one .ll .info dl {
  font-size: 18px;
  display: flex;
  line-height: 36px;
}
@media (max-width: 1260px) {
  .xq_one .ll .info dl {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .xq_one .ll .info dl {
    font-size: 14px;
    line-height: 24px;
    justify-content: center;
    margin: 0 10px;
    padding: 0;
  }
}
.xq_one .ll .info dl dt {
  color: #333;
  flex-shrink: 0;
}
.xq_one .ll .info dl dd {
  color: #8F8F8F;
}
.xq_one .ll .info .type {
  width: 100%;
}
.xq_one .ll .info .hao {
  font-size: 22px;
  line-height: 20px;
  margin-top: 15px;
}
@media (max-width: 1260px) {
  .xq_one .ll .info .hao {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .xq_one .ll .info .hao {
    font-size: 16px;
    margin-top: 5px;
  }
}
.xq_one .rr {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .xq_one .rr {
    padding: 20px 0;
    width: 100%;
    background: #EEEEEE;
    margin-top: 20px;
    justify-content: center;
  }
}
.xq_one .rr a {
  padding: 0 20px;
  color: #5F5F5F;
  font-size: 22px;
  padding-top: 55px;
  text-align: center;
}
@media (max-width: 1260px) {
  .xq_one .rr a {
    font-size: 16px;
    padding: 0 ;
    padding-top: 40px;
    width: 50px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .xq_one .rr a {
    width: 70px;
    font-size: 14px;
    padding-top: 35px;
  }
}
.xq_one .rr .a1 {
  background: url(../images/bg_04.png) no-repeat top center;
  background-size: 48px;
}
@media (max-width: 1260px) {
  .xq_one .rr .a1 {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .xq_one .rr .a1 {
    background-size: 26px;
  }
}
.xq_one .rr .a2 {
  background: url(../images/bg_05.png) no-repeat top center;
  background-size: 48px;
}
@media (max-width: 1260px) {
  .xq_one .rr .a2 {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .xq_one .rr .a2 {
    background-size: 26px;
  }
}
.xq_one .rr .a3 {
  background: url(../images/bg_06.png) no-repeat top center;
  background-size: 48px;
}
@media (max-width: 1260px) {
  .xq_one .rr .a3 {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .xq_one .rr .a3 {
    background-size: 26px;
  }
}
.xq_one .rr .a3:hover {
  background: url(../images/bg_06-sel.png) no-repeat top center;
  background-size: 48px;
}
@media (max-width: 1260px) {
  .xq_one .rr .a3:hover {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .xq_one .rr .a3:hover {
    background-size: 26px;
  }
}
.xq_title {
  color: #4D8B51;
  font-size: 22px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1260px) {
  .xq_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .xq_title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
.xq_desc {
  color: #616161;
  font-size: 18px;
  line-height: 32px;
}
.xq_desc img {
  max-width: 100%;
}
@media (max-width: 1260px) {
  .xq_desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .xq_desc {
    font-size: 14px;
    line-height: 24px;
  }
}
ul.xq_desc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
ul.xq_desc li {
  width: 25%;
  padding: 10px;
  height: 3rem;
}
ul.xq_desc li .nei {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CCC;
  width: 100%;
  height: 100%;
}
ul.xq_desc li img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  ul.xq_desc {
    margin-bottom: 0 -5px;
  }
  ul.xq_desc li {
    width: 50%;
    height: 7rem;
    padding: 5px;
  }
}
.xq_list {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.xq_list li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 767px) {
  .xq_list li {
    width: 50%;
  }
}
.xq_list .img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 1260px) {
  .xq_list .img-box {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .xq_list .img-box {
    height: 110px;
  }
}
.xq_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xq_list .title {
  color: #333;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  margin: 6px 0;
}
@media (max-width: 1260px) {
  .xq_list .title {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .xq_list .title {
    font-size: 15px;
    line-height: 22px;
  }
}
.xq_list .ci {
  display: flex;
}
.xq_list .ci dd {
  background: #EDEDED;
  line-height: 28px;
  font-size: 16px;
  padding: 0px 7px;
  margin-right: 5px;
  color: #333;
}
@media (max-width: 1260px) {
  .xq_list .ci dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .xq_list .ci dd {
    font-size: 12px;
    line-height: 24px;
  }
}
.xq_list .bottom {
  width: 100%;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 1260px) {
  .xq_list .bottom {
    font-size: 14px;
  }
}
.xq_list .bottom span {
  color: #8F8F8F;
}
.xq_footer {
  background: #EEEEEE;
  padding: 50px 0;
}
@media (max-width: 1260px) {
  .xq_footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .xq_footer {
    padding: 30px 0;
  }
}
.xq_footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .xq_footer .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .xq_footer .ll {
    width: 100%;
    text-align: center;
  }
}
.xq_footer .ll a {
  width: 210px;
  line-height: 60px;
  background: url(../images/bg_19.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  transition: 0s;
}
@media (max-width: 1260px) {
  .xq_footer .ll a {
    width: 120px;
    line-height: 44px;
    font-size: 16px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .xq_footer .ll a {
    width: 110px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 5px;
  }
}
.xq_footer .ll a span {
  padding-left: 45px;
  background: url(../images/bg_07.png) no-repeat left center;
}
@media (max-width: 1260px) {
  .xq_footer .ll a span {
    padding-left: 30px;
    background-size: 20px;
  }
}
.xq_footer .ll a.a_zx {
  background: url(../images/bg_17.png) no-repeat left top;
  background-size: 100% 100%;
}
.xq_footer .ll a:hover {
  background: #4D8B51;
}
.xq_footer .rr {
  color: #5F5F5F;
  font-size: 20px;
}
@media (max-width: 1260px) {
  .xq_footer .rr {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .xq_footer .rr {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.xq_footer .rr img {
  height: 40px;
  margin-left: 10px;
}
@media (max-width: 1260px) {
  .xq_footer .rr img {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .xq_footer .rr img {
    height: 24px;
    margin-left: 5px;
  }
}
.zsMain {
  display: flex;
  align-items: flex-start;
}
.xq_info {
  padding-top: 0;
}
.xq_info li .nei .img-box {
  width: 25%;
}
@media (max-width: 1260px) {
  .xq_info li .nei .img-box {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .xq_info li .nei .img-box {
    width: 45%;
  }
}
.xq_info li .nei .right .title {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .xq_info li .nei .right .title {
    width: 100%;
    max-width: 100%;
  }
}
.xq_info li .nei .zx {
  background: url(../images/bg_19.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 40px 0 0 40px;
  padding-left: 20px;
  color: #fff;
  padding-right: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .xq_info li .nei .zx {
    border-radius: 0 20px 20px 0;
  }
}
.xq_info li {
  background: #EDEDED;
}
.rightImg {
  width: 100%;
}
.rightImg img {
  width: 100%;
  margin-bottom: 15px;
}
/* 位置 */
.wei {
  color: #5F5F5F;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wei {
    font-size: 14px;
  }
}
.wei a {
  color: #5F5F5F;
  margin: 0 10px;
}
.wei a:first-child {
  margin-left: 0;
}
/* 新闻 */
.xw_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .xw_main {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .xw_main {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.xw_main .xw_left {
  width: 72.5%;
  background: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .xw_main .xw_left {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.xw_main .xw_right {
  width: 27.5%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .xw_main .xw_right {
    width: 100%;
    padding-left: 0;
  }
}
.xw_main .fenye {
  padding: 30px 0 20px 0;
}
.xw_one {
  background: #EDEBEB;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .xw_one {
    font-size: 15px;
    line-height: 38px;
    padding: 0 10px;
  }
}
.xw_list li {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #EDECEC;
  line-height: 24px;
  color: #5F5F5F;
  font-size: 15px;
}
@media (max-width: 767px) {
  .xw_list li {
    padding: 10px;
    font-size: 13px;
  }
}
.xw_list a {
  max-width: 80%;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5F5F5F;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  
}
.xw_list a .img{ height:15px; margin-left:8px; margin-top:5px; float:right;}
.xw_list a:hover {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .xw_list a {
    max-width: 70%;
    font-size: 14px;
  }
}
.xw_two {
  background: #fff;
  margin-bottom: 15px;
}
.xw_two .title {
  border-bottom: 2px solid #F1F1F1;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .xw_two .title {
    font-size: 16px;
    line-height: 50px;
  }
}
.xw_two .bottom {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.xw_two .bottom a {
  width: 50%;
  display: block;
  line-height: 48px;
  padding: 0 20px;
  border-bottom: 2px solid #F1F1F1;
  color: #3F3F3F;
  font-size: 16px;
  margin-bottom: -2px;
}
.xw_two .bottom a:nth-child(2n) {
  border-left: 2px solid #F1F1F1;
  text-align: center;
}
@media (max-width: 1260px) {
  .xw_two .bottom a {
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    line-height: 44px;
  }
  .xw_two .bottom a:nth-child(2n) {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .xw_two .bottom a {
    width: 50%;
  }
  .xw_two .bottom a:nth-child(2n) {
    border-left: 2px solid #F1F1F1;
    text-align: center;
  }
}
.xw_two .bottom a:hover {
  background: #4D8B51;
  color: #fff;
}
.xw_two .ul {
  padding: 10px 15px;
}
.xw_two .ul li {
  padding: 5px 0;
}
.xw_two .ul a {
  line-height: 30px;
  color: #6F6F6F;
  font-size: 15px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xw_two .ul a:hover {
  color: #4D8B51;
}
@media (max-width: 767px) {
  .xw_two .ul a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
.xw_detail {
  width: 72.5%;
  background: #fff;
  padding: 40px 50px;
}
@media (max-width: 1260px) {
  .xw_detail {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .xw_detail {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.xw_detail .title {
  font-size: 34px;
  color: #2F2F2F;
  line-height: 46px;
}
@media (max-width: 1260px) {
  .xw_detail .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .xw_detail .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
}
.xw_detail .date {
  padding: 15px 0;
  line-height: 30px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  color: #8F8F8F;
}
@media (max-width: 1260px) {
  .xw_detail .date {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .xw_detail .date {
    flex-wrap: wrap;
    line-height: 24px;
  }
  .xw_detail .date span {
    display: block;
    width: 50%;
    font-size: 14px;
  }
}
.xw_detail .desc {
  font-size: 16px;
  line-height: 30px;
  color: #2F2F2F;
}
.xw_detail .desc img {
  max-width: 100%;
}
@media (max-width: 1260px) {
  .xw_detail .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .xw_detail .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
/* 会议列表 */
.hy_one {
  background: url(../images/bg_19.png);
  background-size: 100% 100%;
  margin-bottom: 80px;
}
@media (max-width: 1260px) {
  .hy_one {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hy_one {
    margin-bottom: 20px;
  }
}
.hy_one ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hy_one ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.hy_one ul li {
  width: 50%;
  background: url(../images/bg_18.png) no-repeat left center;
  padding: 10px 30px;
  line-height: 24px;
}
.hy_one ul li:first-child {
  background: none;
}
@media (max-width: 1260px) {
  .hy_one ul li {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .hy_one ul li {
    padding: 8px 20px;
    background: none;
  }
  .hy_one ul li:nth-child(2n) {
    background: url(../images/bg_18.png) no-repeat left center;
    background-size: 2px 15px;
  }
}
.hy_one ul a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .hy_one ul a {
    font-size: 14px;
  }
}
.hy_two {
  background: #fff;
  margin-bottom: 30px;
  padding: 35px;
}
@media (max-width: 1260px) {
  .hy_two {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hy_two {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.hy_two .title {
  text-align: center;
  display: block;
  line-height: 50px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 36px;
  color: #2F2F2F;
  background: url(../images/bg_20.png) no-repeat bottom center;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .hy_two .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hy_two .title {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    background-size: 40% 2px;
    margin-bottom: 10px;
  }
}
.hy_two .date {
  padding: 15px 0;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hy_two .date {
    line-height: 26px;
    padding: 10px 0;
  }
}
.hy_two .date span {
  margin-right: 40px;
  color: #2F2F2F;
  font-size: 16px;
}
.hy_two .date span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .hy_two .date span {
    margin-right: 0px;
    width: 100%;
    font-size: 14px;
    display: block;
  }
}
.hy_two .desc {
  font-size: 15px;
  line-height: 30px;
}
.hy_two .desc table{max-width:100% !important}
.hy_two .desc img{ max-width:100% !important}
@media (max-width: 767px) {
  .hy_two .desc {
    line-height: 24px;
    font-size: 14px;
  }
}
.hy_list {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .hy_list {
    padding-bottom: 20px;
  }
}
.hy_list li {
  background: #fff;
  padding: 35px;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .hy_list li {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .hy_list li {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.hy_list .a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .hy_list .a {
    flex-wrap: wrap;
  }
}
.hy_list .a:hover .pImg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.hy_list .pImg {
  width: 320px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .hy_list .pImg {
    width: 220px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .hy_list .pImg {
    width: 100%;
    margin-bottom: 15px;
  }
}
.hy_list .pImg img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.hy_list .nei {
  padding-left: 40px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
@media (max-width: 1260px) {
  .hy_list .nei {
    padding-left: 30px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei {
    padding-left: 0px;
    font-size: 14px;
  }
}
.hy_list .nei .title {
  padding: 0 10px;
  font-weight: bold;
  color: #4D8B51;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .hy_list .nei .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .title {
    font-size: 16px;
  }
}
.hy_list .nei .date {
  line-height: 44px;
  background: #F5F5F5;
  margin: 14px 0;
}
.hy_list .nei .date span {
  padding-left: 20px;
}
@media (max-width: 1260px) {
  .hy_list .nei .date {
    padding: 5px 0;
    line-height: 30px;
  }
  .hy_list .nei .date span {
    display: block;
    width: 100%;
  }
}
.hy_list .nei .desc {
  padding: 0 10px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 32px;
}
@media (max-width: 1260px) {
  .hy_list .nei .desc {
    line-height: 28px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hy_list .nei .desc {
    line-height: 24px;
  }
}
.hy_list .nei .more {
  color: #4D8B51;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.hy_list .fenye {
  padding: 0;
}
@media (max-width: 767px) {
  .hy_list .fenye {
    padding: 15px 0;
  }
}
#c-header .container {
  position: relative;
}
#c-header .c-nav > li {
  position: inherit;
}
#c-header .c-nav li .la {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  display: none;
}
#c-header .c-nav li .la dl {
  float: left;
  width: 26%;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
  padding-left: 50px;
}
#c-header .c-nav li .la dl dt {
  font-size: 18px;
  margin-left: 0;
  text-align: left;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 6px;
  width: 130px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #002C69;
}
#c-header .c-nav li .la dl dd a {
  font-size: 15px;
  font-weight:normal;
  color: #333;
}
#c-header .c-nav li .la dl dd a:hover {
  color: #4D8B51;
}
#c-header .c-nav li .la .right {
  padding-top: 30px;
  width: 22%;
  float: right;
}
#c-header .c-nav li .la .right .a {
  width: 180px !important;
  height: 50px;
  background: #4D8B51;
  border-radius: 12px;
  font-size: 16px;
  text-align: center !important;
  margin: 30px 0;
  box-shadow: 0px 12px 8px -12px #000;
  border-radius: 10px;
  color: #fff;
  line-height: 50px;
}
#c-header .c-nav li .la .right2 {
  padding-top: 0;
  width: 22%;
}
#c-header .c-nav2 {
  top: 60px;
}
#c-header .c-nav2 .la {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  display: none;
}
#c-header .c-nav2 .la a {
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 15px;
}
#c-header .c-nav2 li .c-title-box {
  justify-content: flex-start;
}
#c-header .c-nav2 li .c-title-box i {
  background: url(../images/top_sjx.png) no-repeat center center;
  display: inline-block;
  padding: 10px 15px;
  background-size: 12px;
}
.big_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0 0 0;
}
@media (max-width: 1260px) {
  .big_menu {
    padding: 50px 0 0 0;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .big_menu {
    padding: 30px 0 0 0;
    margin-bottom: -30px;
  }
}
.big_menu .nei {
  border: 1px solid #DDDDDD;
  display: flex;
  border-left: 0;
}
@media (max-width: 767px) {
  .big_menu .nei {
    width: 92%;
  }
}
.big_menu .nei a {
  border-left: 1px solid #DDDDDD;
  text-align: center;
  width: 180px;
  line-height: 34px;
  color: #666;
}
@media (max-width: 1260px) {
  .big_menu .nei a {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .big_menu .nei a {
    width: 20%;
  }
}
.big_menu .nei .sel {
  background: #a6155f;
  color: #fff;
}
.zgImg {
  padding: 40px 0;
  text-align: center;
}
.zgImg img {
  max-width: 100%;
}
.zg_main .title {
  text-align: center;
  font-size: 42px;
  color: #c62121;
  line-height: 70px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .zg_main .title {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .zg_main .title {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}
.zg_main .ul li {
  padding: 10px 0;
}
.zg_main .ul .top {
  color: #a71560;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .zg_main .ul .top {
    font-size: 16px;
  }
}
.zg_main .ul .bottom {
  background: #eeeeee;
  padding: 10px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .zg_main .ul .bottom {
    line-height: 22px;
  }
}
.zg_main .ul .bottom a {
  color: #686868;
  font-size: 14px;
}
@media (max-width: 767px) {
  .zg_main .ul .bottom h3 {
    padding: 3px 0;
  }
}
.zg_main .ul .bottom h3 a {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .zg_main .ul .bottom h3 a {
    font-size: 15px;
  }
}
.zg_main .ul .bottom a:hover {
  color: #a6155f;
}
/* banner 轮播 */
body .lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .lightSlider:before,
body .lightSlider:after {
  content: " ";
  display: table;
}
body .lightSlider {
  overflow: hidden;
  margin: 0;
}
body .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
body .lSSlideWrapper > .lightSlider:after {
  clear: both;
}
body .lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
body .lSSlideWrapper .lSFade {
  position: relative;
}
body .lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
body .lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
body .lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
body .lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
body .lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
body .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
body .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
body .lSSlideOuter .lSPager.lSpg > li:hover a,
body .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #FF7523;
}
body .lSSlideOuter .media {
  opacity: 0.8;
}
body .lSSlideOuter .media.active {
  opacity: 1;
}
body .lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
body .lSAction > a:hover {
  opacity: 1;
}
body .lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
body .lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
body .lSAction > a.disabled {
  pointer-events: none;
}
body .cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
body .lSSlideOuter.lSrtl {
  direction: rtl;
}
body .lSSlideOuter .lightSlider,
body .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
body .lSSlideOuter.lSrtl .lightSlider,
body .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
body .lSSlideOuter .lightSlider > *,
body .lSSlideOuter .lSGallery li {
  float: left;
}
body .lSSlideOuter.lSrtl .lightSlider > *,
body .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
.t_banner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.t_banner .item img {
  width: 100%;
}
.t_banner .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
@media (max-width: 1260px) {
  .t_banner .item img {
    /*height: 260px;*/
  }
}
@media (max-width: 767px) {
  .t_banner .item img {
    /*height: 150px;*/
  }
  .t_banner .lSSlideOuter .lSPager.lSpg {
    margin-top: -25px;
  }
  .t_banner .lSSlideOuter .lSPager.lSpg > li a {
    width: 10px;
    height: 10px;
  }
}
/* 参展申请 */
.cz_main {
  width: 94%;
  max-width: 1200px;
  margin: 60px auto;
  background: #F4F4F4;
  border: 1px solid #A0A0A0;
  border-radius: 10px;
  overflow: hidden;
}
.cz_main2{ max-width:1000px}
@media (max-width: 767px) {
  .cz_main {
    margin: 20px auto;
  }
}
.cz_main .banner {
  height: auto;
}
.cz_main .banner img {
  height: auto;
  margin-bottom: 10px;
}
.cz_nei {
  padding: 30px 35px;
}
.
@media (max-width: 767px) {
  .cz_nei {
    padding: 15px;
    padding-top: 0px;
  }
}
.cz_nei i {
  font-style: normal;
  color: #DC293C;
}
.cz_nei .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9A9A9A;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 15px;
}
.cz_nei .top span {
  font-size: 14px;
}
.cz_nei .ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cz_nei .ul li {
  width: 50%;
  display: flex;
  /*align-items: center;*/
  margin-top: 20px;
  line-height: 40px;
}
.cz_nei .ul .col1{ width:100%}
@media (max-width: 767px) {
  .cz_nei .ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.cz_nei .ul li span {
  flex-shrink: 0;
  width: 150px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cz_nei .ul li span {
    width: 110px;
    font-size: 14px;
  }
}
.cz_nei .ul li span i {
  position: absolute;
  right: 5px;
  top: 0;
}
.cz_nei .ul .li span {
  width: 20%;
}
@media (max-width: 767px) {
  .cz_nei .ul .li span {
    width: 110px;
  }
}
.cz_nei .ul .txt {
  width: 50%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #9A9A9A;
  padding-left: 10px;
  font-size: 15px;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cz_nei .ul .txt {
    width: 80%;
    font-size: 14px;
  }
}
.cz_nei .ul label {
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cz_nei .ul label .rad {
  width: 15px;
  height: 15px;
  -webkit-appearance: radio;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .cz_nei .ul label {
    font-size: 14px;
  }
}
.cz_nei .ul .li_bt {
  width: 100%;
}
.cz_nei .ul dl {
  line-height: 28px;
}
.cz_nei .ul dl dd {
  margin: 6px 0;
}
@media (max-width: 767px) {
  .cz_nei .ul dl {
    line-height: 22px;
  }
  .cz_nei .ul dl dd {
    margin: 8px 0;
  }
}
.cz_nei .ul dl label .rad {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .cz_nei .ul dl label .rad {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cz_nei .bottom {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cz_nei .bottom {
    padding: 20px;
  }
}
.cz_nei .bottom .btn {
  background: #002f65;
  color: #fff;
  width: 140px;
  height: 40px;
  font-size: 16px;
  border-radius: 6px;
  letter-spacing: 3px;
}
.cz_nei .bottom .btn_cz{ background:#52883d; margin-left:10%}
@media (max-width: 767px) {
  .cz_nei .bottom .btn {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }
.cz_nei .bottom .btn_cz{ margin-left:10px}
}
.cz_nei .bottom p {
  width: 100%;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
}
/* 通用 */
.t_title {
  background: url(../images/bg_21.png) repeat-x left center;
  text-align: center;
  margin: 70px 0 30px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1260px) {
  .t_title {
    margin: 50px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .t_title {
    margin: 20px 0 10px 0;
  }
}
.t_title span {
  color: #5F5F5F;
  font-size: 22px;
  background: #fff;
  display: inline-block;
  padding: 0 45px;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .t_title span {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .t_title span {
    padding: 0 30px;
    font-size: 16px;
  }
}
/* 媒体 */
.mt_list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mt_list {
    margin: 0 -8px;
    padding-bottom: 10px;
  }
  .mt_list:last-child {
    padding-bottom: 40px;
  }
}
.mt_list li {
  padding: 10px 15px;
  width: 16.6%;
}
@media (max-width: 1260px) {
  .mt_list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .mt_list li {
    width: 50%;
    padding: 5px 8px;
  }
}
.mt_list .aimg {
  border: 1px solid #D2D2D2;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.mt_list .aimg img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.mt_list .aimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
/* 参观资料 */
.zl_one {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #5F5F5F;
}
@media (max-width: 767px) {
  .zl_one {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.zl_two {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .zl_two {
    margin: 0 -8px;
  }
}
.zl_two li {
  padding: 15px;
  width: 25%;
}
@media (max-width: 767px) {
  .zl_two li {
    width: 50%;
    padding: 8px;
  }
}
.zl_two .nei {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}
.zl_two .nei img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.zl_two .nei .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: url(../images/bg_22.png) no-repeat left top;
  background-size: 100% 100%;
  padding: 0 10px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .zl_two .nei .title {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
.zl_two .nei:hover .title {
  background: #0DA159;
}
.zl_three {
  display: flex;
  background: #E4E4E4;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.zl_three li {
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 44px;
  font-size: 22px;
  text-align: center;
  color: #4D8B51;
  position: relative;
  cursor: default;
}
@media (max-width: 767px) {
  .zl_three li {
    font-size: 16px;
    line-height: 40px;
  }
}
.zl_three li:first-child {
  border-left: 0;
}
.zl_three li:last-child {
  border-right: 0;
}
.zl_three li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/bg_23.png) no-repeat bottom center;
  opacity: 0;
}
.zl_three .sel {
  color: #fff;
  font-weight: bold;
  background: #4D8B51;
}
.zl_three .sel::after {
  opacity: 1;
}
.zl_four {
  display: flex;
  flex-wrap: wrap;
  background: #E4E4E4;
  padding: 24px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .zl_four {
    padding: 14px 0;
    margin-bottom: 30px;
  }
}
.zl_four li {
  padding: 10px 24px;
  width: 33.33333%;
}
@media (max-width: 767px) {
  .zl_four li {
    width: 100%;
    padding: 5px 14px;
  }
}
.zl_four a {
  padding-right: 15px;
  background: url(../images/bg_11.png) no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 16px;
  color: #5F5F5F;
}
@media (max-width: 767px) {
  .zl_four a {
    font-size: 14px;
    background-size: 8px;
  }
}
.zl_four a:hover {
  color: #4D8B51;
}
/* 奖 */
.j_one {
  border-radius: 10px;
  border: 1px solid #A0A0A0;
  padding: 18px 24px;
  margin-top: 50px;
  font-size: 15px;
  line-height: 30px;
  color: #5F5F5F;
  background: #F3F3F3;
}
@media (max-width: 767px) {
  .j_one {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
.j_two {
  font-size: 15px;
  line-height: 30px;
  color: #5F5F5F;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .j_two {
    font-size: 14px;
    line-height: 24px;
  }
}
.j_two img {
  max-width: 100%;
  margin-bottom: 10px;
}
.j_three {
  border-radius: 10px;
  border: 1px solid #A0A0A0;
  padding: 20px 30px;
  background: #F4F4F4;
  color: #5F5F5F;
}
@media (max-width: 767px) {
  .j_three {
    padding: 10px 15px;
  }
}
.j_three .tit {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .j_three .tit {
    font-size: 16px;
    margin-bottom: -10px;
  }
}
.j_three .desc {
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  display: block;
  padding: 15px 0 30px 0;
}
@media (max-width: 767px) {
  .j_three .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.j_four {
  border-top: 1px solid #A0A0A0;
  border-right: 1px solid #A0A0A0;
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .j_four {
    margin-bottom: 10px;
  }
}
.j_four .biaoti {
  border-left: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  padding: 10px 0;
  font-size: 20px;
  color: #5F5F5F;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .j_four .biaoti {
    font-size: 16px;
    line-height: 20px;
  }
}
.j_four ul {
  display: flex;
  flex-wrap: wrap;
}
.j_four ul li {
  width: 33.33333333%;
  border-left: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .j_four ul li {
    width: 100%;
  }
}
.j_four ul a {
  color: #00AF4F;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.j_five {
  padding: 20px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .j_five {
    margin: 0 -7px;
  }
}
.j_five li {
  width: 33.3333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .j_five li {
    width: 50%;
    padding: 7px;
  }
}
.j_five .img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .j_five .img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .j_five .img {
    height: 100px;
  }
}
.j_five .title {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #5F5F5F;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .j_five .title {
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
  }
}
/* .j_five li:nth-child(1),
.j_five li:nth-child(2) {
  width: 50%;
}
.j_five li:nth-child(1) .img,
.j_five li:nth-child(2) .img {
  height: 350px;
}
@media (max-width: 1260px) {
  .j_five li:nth-child(1) .img,
  .j_five li:nth-child(2) .img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .j_five li:nth-child(1) .img,
  .j_five li:nth-child(2) .img {
    height: 100px;
  }
} */
.j_six {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #909090;
  border-left: 0;
  background: #FDFCFF;
}
.j_six li {
  width: 33.33333%;
  border-left: 1px solid #909090;
  border-bottom: 1px solid #909090;
  margin-bottom: -1px;
  line-height: 60px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .j_six li {
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
  }
}
.j_six a {
  color: #00AF4F;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .j_six a {
    font-size: 14px;
  }
}
/* 团体 */
.tt_main {
  border: 1px solid #D2D2D2;
  padding: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .tt_main {
    padding: 15px;
    margin: 0px;
    border: 0;
  }
}
.tt_main .t_title {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .tt_main .t_title {
    margin: 25px 0;
  }
}
.tt_main .t_title:first-child {
  margin-top: 0;
}
.tt_one {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tt_one {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tt_one {
    margin-top: -5px;
  }
}
.tt_one li {
  width: 230px;
  margin: 10px 25px;
  padding: 20px 25px;
  border: 2px solid #4D8B51;
}
@media (max-width: 1260px) {
  .tt_one li {
    margin: 10px 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .tt_one li {
    width: 45%;
    margin: 5px 2%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
.tt_one p {
  line-height: 24px;
  padding: 5px 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .tt_one p {
    font-size: 14px;
    line-height: 20px;
  }
}
.tt_one .num {
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  color: #5F5F5F;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tt_one .num {
    font-size: 18px;
    line-height: 30px;
  }
}
.tt_one .col-green {
  color: #4D8B51;
}
.tt_banner,
.tt_banner img {
  width: 100%;
  margin-bottom: 5px;
}
.tt_two {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.tt_two dt {
  width: 100%;
  background-color: #4D8B51;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.tt_two dd {
  width: 33.333%;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .tt_two dd {
    text-align: left;
    width: 50%;
  }
}
.tt_two a {
  max-width: 80%;
  color: #5F5F5F;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tt_three {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .tt_three {
    flex-wrap: wrap;
  }
}
.tt_three img {
  margin: 0 40px;
}
@media (max-width: 1260px) {
  .tt_three img {
    margin: 0 30px;
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .tt_three img {
    margin: 10px 15px;
    max-height: 35px;
  }
}
@media (max-width: 767px) {
  .zx {
    height: 40px;
  }
}
/* 简介 */
.jj_one {
  padding: 50px 0;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .jj_one {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.jj_one li {
  padding: 0 55px;
  text-align: center;
}
@media (max-width: 1260px) {
  .jj_one li {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .jj_one li {
    width: 50%;
    padding: 15px;
  }
}
.jj_one strong {
  display: block;
  width: 100%;
  font-size: 22px;
}
@media (max-width: 1260px) {
  .jj_one strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jj_one strong {
    font-size: 10px;
  }
}
.jj_one span {
  background: url(../images/bg_24.png) no-repeat top center;
  padding: 0 10px;
  font-size: 17px;
  line-height: 36px;
  display: inline-block;
  color: #514D5B;
}
@media (max-width: 1260px) {
  .jj_one span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .jj_one span {
    font-size: 14px;
  }
}
.jj_title {
  background: url(../images/bg_21.png) no-repeat bottom center;
  background-size: 200px 2px;
  padding: 10px 0;
  line-height: 60px;
  font-size: 28px;
  color: #2F2F2F;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .jj_title {
    line-height: 40px;
    font-size: 20px;
    background-size: 120px 2px;
  }
}
.jj_two {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jj_two {
    flex-wrap: wrap;
  }
}
.jj_two .nei {
  padding-right: 45px;
  font-size: 16px;
  line-height: 32px;
  color: #2F2F2F;
  width: 62%;
}
@media (max-width: 767px) {
  .jj_two .nei {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
.jj_two .shipin {
  flex-shrink: 0;
  width: 32%;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}
@media (max-width: 767px) {
  .jj_two .shipin {
    width: 100%;
  }
}
.jj_wei {
  width: 100%;
}
.jj_wei img {
  max-width: 100%;
}
.jj_three {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.jj_three li {
  padding: 30px;
  width: 16.66666%;
}
@media (max-width: 767px) {
  .jj_three li {
    padding: 20px 0;
    width: 33.33%;
  }
}
.jj_three li img {
  height: 67px;
}
@media (max-width: 767px) {
  .jj_three li img {
    height: 55px;
  }
}
.jj_three a {
  display: block;
  text-align: center;
  color: #5F5F5F;
}
.jj_three a p {
  display: block;
  line-height: 24px;
  font-size: 15px;
  padding-top: 5px;
}
.jj_four {
  background: url(../images/bg_25.png) no-repeat center center;
  background-size: cover;
  height: 300px;
  align-items: center;
  display: flex;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .jj_four {
    height: 80px;
  }
}
.jj_four .title {
  font-size: 42px;
}
@media (max-width: 767px) {
  .jj_four .title {
    font-size: 20px;
    font-weight: bold;
  }
}
.jj_four .desc {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .jj_four .desc {
    font-size: 14px;
    line-height: 26px;
  }
}
.jj_four a {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .jj_four a {
    font-size: 14px;
    line-height: 26px;
  }
}
.jj_five {
  text-align: center;
  padding: 30px 0;
}
.jj_five img {
  max-width: 100%;
}
.jj_six {
  text-align: center;
  margin-top: -10px;
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .jj_six {
    font-size: 15px;
  }
}
.jj_six img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .jj_six img {
    height: 150px;
  }
}


/* 联系我们 */
.lx_one {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .lx_one {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .lx_one {
    flex-wrap: wrap;
    padding: 10px 0 0 0;
  }
}
.lx_one li {
  width: 31%;
  border: 1px solid #D0D0D0;
  margin-bottom: 30px;
  padding: 35px 50px;
  line-height: 30px;
  margin-right: 3.5%;
}
.lx_one li:nth-child(3n){ margin-right: 0;}
@media (max-width: 1260px) {
  .lx_one li {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lx_one li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.lx_one .title {
  color: #6F6F6F;
  font-size: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .lx_one .title {
    font-size: 18px;
    padding-bottom: 4px;
  }
}
.lx_one p {
  font-size: 14px;
  color: #8F8F8F;
}
@media (max-width: 1260px) {
  .lx_one p {
    line-height: 20px;
    padding: 3px 0;
  }
}

.hy_nine{ background: #fff; margin-bottom: 30px;padding-top: 30px;}
.hy_nine .title{text-align: center; display: block;line-height: 50px;  padding-bottom: 15px;  font-weight: bold; font-size: 36px; color: #2F2F2F;background: url(../images/bg_20.png) no-repeat bottom center;margin-bottom: 20px;}
.hy_nine .ul{display: flex;flex-wrap: wrap;padding: 20px;padding-top: 0;}
.hy_nine .ul li{ width: 26%; padding: 10px; margin-right: 11%; padding-bottom: 30px;}
.hy_nine .ul li:nth-child(3n){ margin-right: 0;}
.hy_nine .ul li a{ position: relative; overflow: hidden; display: flex; flex-wrap: wrap;}
.hy_nine .ul li .img{ width: 100%;  object-fit: cover;height: 180px;}
.hy_nine .ul li .biao{font-size: 15px;color: #000; line-height: 34px;  width:100%; text-align:center; display:block;}
/* .hy_nine li:hover .biao{ bottom: 0;} */
/*padding:15px;*/
.hy_nine .type{ display: flex; margin: 0 30px; overflow: hidden; overflow-x: auto; margin-bottom: 20px; padding-bottom: 5px;}
.hy_nine .type{-webkit-overflow-scrolling: touch;scroll-behavior: smooth;}
.hy_nine .type::-webkit-scrollbar {height: 5px;}
.hy_nine .type::-webkit-scrollbar-track-piece  { border-radius: 10px;  background-color: #E3FDF0;}
.hy_nine .type::-webkit-scrollbar-thumb        {border-radius: 10px; background-color: #002B69;}
.hy_nine .type li{ display: block; width: 100px !important; padding:0 20px; height: 36px; line-height: 36px; cursor: pointer; text-align:center; background: #F5F5F5; margin-right: 10px;}
.hy_nine .type .sel{ background:#4D8B51; color: #fff;}


.m_list{ display:flex; margin: 0 -15px; flex-wrap: wrap;}
.m_list li{ width:33.33%; padding:5px 0; line-height:24px}
.m_list li p{ padding:3px 0; line-height:24px}
.m_list li a{  color:#333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; font-size: 16px;}
.m_list li a:hover{ color:#4D8B51}

.mt_title{ color: #4D8B51; font-size: 18px; font-weight: bold; line-height: 30px; padding: 10px 0;}
.mt_ul{ width: 100%; display: flex; flex-wrap: wrap; margin: 0 -8px; margin-bottom: 20px;}
.mt_ul li{ width: 16.6666%; padding:8px;}
.mt_ul .a{ width: 100%; height:80px; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; display: flex; justify-content:  center; align-items: center;}
.mt_ul .a img{ max-width: 100%; max-height: 100%;}
.ts_desc{ text-align: right; font-size: 12px; color: #A4A4A4; font-size: 12px; padding-bottom: 10px; width: 100%;}

@media (max-width: 1260px) {
  .mt_ul li{ width: 25%;}
  .hy_nine .ul li{ width: 30%; margin-right: 5%;}
  .hy_nine .ul li:nth-child(3n){ margin-right: 0;}
}
@media (max-width: 767px) {
	.m_list{ margin-top:-20px; }
	.m_list li{ width:100%; padding-bottom:0px}
    .hy_nine{ padding-top: 15px;margin-bottom: 15px;}
    .hy_nine .title{font-size: 20px; line-height: 40px;padding-bottom: 10px;background-size: 40% 2px;margin-bottom: 10px;}
    .hy_nine .ul{ padding: 5px;}
    .hy_nine .ul li{ width: 50%; padding: 8px; margin-right: 0;}
    .hy_nine .ul li a .img{ height: 110px;}
    .hy_nine .ul li .biao{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .mt_title{ font-size: 16px; padding: 5px 0; line-height: 24px;}
    .mt_ul li{ width: 50%;}
    .hy_nine .type{ margin: 0 15px; padding: 5px; margin-bottom: 15px;}
    .hy_nine .type li{ width: 100px;}
}



/* 咨询弹框 */
.tan_zx {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tan_zx {
    width: 300px;
  }
}
.tan_zx .top {
  background: #002B69;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .tan_zx .top {
    line-height: 50px;
    font-size: 18px;
  }
}
.tan_zx .ul {
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tan_zx .ul {
    padding: 0 15px;
  }
}
.tan_zx .ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  line-height: 60px;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tan_zx .ul li {
    line-height: 46px;
    padding-left: 85px;
  }
}
.tan_zx .ul li span {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 17px;
  color: #333;
}
@media (max-width: 767px) {
  .tan_zx .ul li span {
    font-size: 14px;
  }
}
.tan_zx .ul li span i {
  color: red;
  position: absolute;
  top: 3px;
  left: -10px;
  font-weight: bold;
  font-style: normal;
}
.tan_zx .ul .txt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tan_zx .ul .txt {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}
.tan_zx .ul select {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: url(../images/bg_06.png) no-repeat 95% center;
  background-size: 10px;
}
@media (max-width: 767px) {
  .tan_zx .ul select {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}
.tan_zx .ul .txt_date {
  background: url(../images/bg_06.png) no-repeat 95% center;
  background-size: 10px;
}
.tan_zx .txt_desc {
  width: 100%;
  height: 90px;
  line-height: 24px;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .tan_zx .txt_desc {
    padding-top: 10px;
    font-size: 14px;
  }
}
.tan_zx .bottom {
  width: 100%;
  padding: 25px 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
.tan_zx .bottom .btn {
  width: 40%;
  height: 50px;
  line-height: 50px;
  background: #002B69;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  margin: 0px 3%;
}
@media (max-width: 767px) {
  .tan_zx .bottom .btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.tan_zx .bottom .btn_qx {
  background: #5F696F;
}
.tan_zx .li {
  padding-left: 0;
}
.js_two img{ max-width:100%}