/* 
    Editor: fan
    Time: 2021.2.26

    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/
/* 字体 */
@font-face {
  font-family: 'pingfnag';
  font-display: swap;
  src: url('../fonts/PingFang.eot');
  /* IE9 */
  src: url('../fonts/PingFang.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/PingFang.woff2') format('woff2'), url('../fonts/PingFang.woff') format('woff'), /* chrome、firefox */ url('../fonts/PingFang.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/PingFang.svg#PingFang') format('svg');
  /* iOS 4.1- */
}
@font-face {
  font-family: "MontserratAlternates-Medium";
  src: url("../fonts/MontserratAlternates-Medium.ttf") format("truetype");
}
/* End */
/* 公用 */
/* base公共样式 */
* {
  padding: 0;
  margin: 0;
  -webkiit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #4b4d45;
  font-size: 16px;
  font-family: 'PingFang SC', "Microsoft YaHei", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #4b4d45;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
i {
  font-style: normal;
}
pre {
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: normal;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
input[type=text]:focus,
input[type=text]:active {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: middle;
}
input,
input:focus,
input:active,
button,
button[type=button],
textarea:focus {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/* 右侧置顶*/
.rigalt .gotop {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background: #ffffff;
  position: fixed;
  bottom: 190px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  font-size: 24px;
  color: #666666;
  display: none;
  z-index: 1001;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}
.rigalt .gotop:hover {
  text-decoration: none!important;
}
/* End*/
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 2;
  color: #666;
  font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif !important;
}
.make-text img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.make-text p,
.make-text span {
  line-height: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif !important;
  color: #666;
  font-size: 16px!important;
}
@media (max-width: 1440px) {
  .make-text p,
  .make-text span {
    font-size: 14px!important;
  }
}
/* End */
/* 面包屑*/
.bread {
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 1440px) {
  .bread {
    padding: 20px 0;
  }
}
.bread .cont .gt {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .bread .cont .gt {
    justify-content: flex-start;
  }
}
.bread .cont .gt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  font-size: 16px;
  color: #666666;
  max-width: 40%;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .bread .cont .gt a {
    font-size: 14px;
  }
}
.bread .cont .gt .on {
  font-weight: bold;
}
.bread .cont .gt span {
  font-family: "宋体";
  font-size: 14px;
  display: block;
  margin: 0 8px;
}
@media (max-width: 991px) {
  .bread .cont .gt span {
    font-size: 12px;
  }
}
/* End */
/* 底部*/
.f_footer_list {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .f_footer_list {
    margin-top: 30px;
    display: none;
  }
}
.f_footer_list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.f_footer_list .item:last-child {
  margin-bottom: 0;
}
.f_footer_list .item .tit {
  font-size: 14px;
  color: #333;
}
.f_footer_list .item .list {
  font-size: 12px;
  color: #666;
  max-width: 70px;
}
.f_footer_list .item a {
  display: block;
}
.f_footer_list .item a:hover {
  color: #ffcc00;
}
/* End*/
.basecont {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  max-width: 1430px;
}
@media (max-width: 1199px) {
  .basecont {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .basecont {
    width: 100%;
  }
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basetop {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .basetop {
    padding-top: 60px;
  }
}
/* 公共Class */
.bagcolor {
  background-color: #f5f5f5;
}
.base80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .base80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .base80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .base80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.base40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.base100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .base100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .base100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.base120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .base120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .base120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .base120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.base140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1681px) {
  .base140 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .base140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .base140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .base140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* 分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 16px;
  color: #666666;
  border: 1px solid #bfbfbf;
  flex-shrink: 0;
  float: left;
  font-weight: bold;
  margin: 0 4px 8px;
}
.basepage .end{
	display: none;
}
@media (max-width: 767px) {
  .basepage a,
  .basepage span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.basepage a:hover {
  background-color: #ffcc00;
  color: #fff;
  border-color: #fff;
}
.basepage .active {
  border: 1px solid #ffcc00;
  background-color: #ffcc00;
  color: #fff;
}
.basepage .prev {
  background: url(../images/inner/ltpag1.png) no-repeat center;
  background-size: 8px 14px;
}
.basepage .prev:hover {
  background-image: url(../images/inner/ltpag1-1.png);
}
.basepage .next {
  background: url(../images/inner/gtpag1.png) no-repeat center;
  background-size: 8px 14px;
}
.basepage .next:hover {
  background-image: url(../images/inner/gtpag1-1.png);
}
/* 取消浮动 */
.clear:after {
  content: "";
  clear: both;
  display: block;
}
/* 公共字体大小 */
.basefont40 {
  font-size: 40px;
}
@media (max-width: 1440px) {
  .basefont40 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .basefont40 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .basefont40 {
    font-size: 22px;
  }
}
.basefont36 {
  font-size: 36px;
}
@media (max-width: 1440px) {
  .basefont36 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .basefont36 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .basefont36 {
    font-size: 22px;
  }
}
.basefont24 {
  font-size: 24px;
}
@media (max-width: 1440px) {
  .basefont24 {
    font-size: 20px;
  }
}
.basecroll {
  width: 1px!important;
  background-color: #cccccc;
}
.basecroll .swiper-scrollbar-drag {
  width: 2px;
  background-color: #ffcc00;
  left: -2px;
}
/* 公共三角形 */
.baseSan {
  position: relative;
}
.baseSan:after,
.baseSan::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 22;
}
.baseSan:after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid #ffcc00;
}
.baseSan::before {
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #ffcc00;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* 公共label */
.baselabel {
  display: initial;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffcc00;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.baselabel:hover {
  color: #ffcc00;
  text-decoration: none!important;
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
  width: 100%;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  width: 100%;
  margin-top: -2px;
}
/* 公共的颜色 */
.basebag {
  background-color: #FAFAFA;
}
/* End */
/* 右侧固定 */
.fixedrigt {
  position: fixed;
  z-index: 777;
  display: none;
}
.fixedrigt .zhong {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixedrigt .zhong:after {
  content: "";
  clear: both;
  display: block;
}
.fixedrigt .item {
  background-color: #ffcc00;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
}
.fixedrigt .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .fixedrigt .item {
    padding: 0;
    margin-bottom: 0;
  }
}
.fixedrigt .item .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .fixedrigt .item .tit {
    font-size: 14px;
    width: 60px;
    height: 60px;
  }
}
.fixedrigt .item .tit i {
  display: block;
  height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .fixedrigt .item .tit i {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .fixedrigt .item .tit i {
    height: 22px;
    margin-bottom: 5px;
  }
}
.fixedrigt .item .tit i img {
  height: 100%;
}
.fixedrigt .tel {
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixedrigt .tel .jut {
  width: 60%;
  width: calc(100% - 80px);
  text-align: center;
  height: auto;
  border-left: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  display: none;
  color: #fff;
  line-height: 80px;
}
@media (max-width: 1440px) {
  .fixedrigt .tel .jut {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fixedrigt .tel:hover {
    width: 312px;
  }
  .fixedrigt .tel:hover .jut {
    display: block;
  }
}
.fixedrigt .er {
  position: relative;
}
.fixedrigt .er .erimg {
  position: absolute;
  right: 110%;
  right: calc(100% + 12px);
  top: 0;
  width: 120px;
  background-color: #fff;
  padding: 6px;
  display: none;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .fixedrigt .er .erimg {
    right: inherit;
    left: 0;
    bottom: 110%;
    bottom: calc(100% + 12px);
    top: inherit;
  }
}
.fixedrigt .er .erimg img {
  width: 100%;
}
.fixedrigt .er .erimg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .fixedrigt .er .erimg:after {
    top: 26%;
    right: -7px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
  }
}
@media (max-width: 991px) {
  .fixedrigt .er .erimg:after {
    bottom: -7px;
    left: 30%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #fff;
  }
}
.fixedrigt .er:hover .erimg {
  display: block;
}
.fixedrigt .top .tit {
  color: #fff;
}
.fixedrigt .top .tit i {
  display: block;
  height: 14px;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .fixedrigt {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .fixedrigt {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 777;
  }
  .fixedrigt .zhong {
    display: flex;
    flex-direction: row;
  }
  .fixedrigt .item {
    width: 25%;
  }
  .fixedrigt .item .tit {
    width: 100%;
    height: 60px;
  }
}
#findheight {
  display: none;
  height: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  #findheight {
    display: none;
  }
}
/* End */
.f_fixed {
  position: fixed;
  top: 0;
  left: 0;
}
/* 占位符 */
.f_headzha {
  height: 104px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .f_headzha {
    height: 70px;
  }
}
/* 导航 */
.headbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.headbox-sec2 {
  line-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .headbox-sec2 {
    line-height: 70px;
  }
}
.headbox-sec2 .basecont {
  display: flex;
  justify-content: space-between;
}
.headbox-sec2 .basecont .logo {
  display: flex;
  align-items: center;
}
.headbox-sec2 .basecont .logo .img {
  width: 156px;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .logo .img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .headbox-sec2 .basecont .logo .img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .headbox-sec2 .basecont .logo .img {
    width: 100px;
  }
}
.headbox-sec2 .basecont .logo .img img {
  width: 100%;
}
.headbox-sec2 .basecont .logo .img img:nth-child(2) {
  display: none;
}
.headbox-sec2 .basecont .logo .font {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .logo .font {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .headbox-sec2 .basecont .logo .font {
    display: none;
  }
}
.headbox-sec2 .basecont .navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .headbox-sec2 .basecont .navbox {
    display: none;
  }
}
.headbox-sec2 .basecont .navbox .nav1 {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.headbox-sec2 .basecont .navbox .nav1 > li {
  margin: 0 35px;
	position: relative;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .navbox .nav1 > li {
    margin: 0 25px;
  }
}
@media (max-width: 1366px) {
  .headbox-sec2 .basecont .navbox .nav1 > li {
    margin: 0 20px;
  }
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit {
  font-size: 16px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .navbox .nav1 > li .tit {
    font-size: 14px;
  }
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit i {
  display: block;
  width: 10px;
  margin-left: 6px;
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit i img {
  width: 100%;
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit i img:nth-child(2) {
  display: none;
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit:hover {
  color: #ffcc00 !important;
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit:hover i img:nth-child(1) {
  display: none;
}
.headbox-sec2 .basecont .navbox .nav1 > li .tit:hover i img:nth-child(2) {
  display: block;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul{
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
	border-top: 1px solid #ddd;
	display: none;
	background-color: #fff;
	line-height: 1;
	z-index: 666;
}
.headbox-sec2 .basecont .navbox .nav1 > li:hover ul{
	display: block;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul >li{
	display: block;
	width: 100%;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul >li a {
	display: block;
	width: 100%;
	padding: 24px 10px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul >li {
	border-bottom: 1px solid #ddd;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul >li a:hover{
	color: #f7c80a;
}
.headbox-sec2 .basecont .navbox .nav1 > li ul >li:last-child{
	border-bottom: 0;
}
.headbox-sec2 .basecont .navbox .nav1 .on > a {
  color: #ffcc00;
}
.headbox-sec2 .basecont .gt {
  display: flex;
  align-items: center;
}
.headbox-sec2 .basecont .gt .earch {
  display: block;
  width: 16px;
  margin-right: 38px;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .gt .earch {
    margin-right: 26px;
  }
	.headbox-sec2 .basecont .navbox .nav1 > li ul >li a{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
  .headbox-sec2 .basecont .gt .earch {
    margin-right: 20px;
  }
}
.headbox-sec2 .basecont .gt .earch img {
  width: 100%;
}
.headbox-sec2 .basecont .gt .lange {
  display: flex;
  align-items: center;
  position: relative;
}
.headbox-sec2 .basecont .gt .lange a {
  display: flex;
  align-items: center;
}
.headbox-sec2 .basecont .gt .lange a .img,
.headbox-sec2 .basecont .gt .lange a .icon {
  display: block;
  width: 18px;
  overflow: hidden;
}
.headbox-sec2 .basecont .gt .lange a .img img,
.headbox-sec2 .basecont .gt .lange a .icon img {
  width: 100%;
  float: left;
}
.headbox-sec2 .basecont .gt .lange a .img {
  margin-right: 8px;
}
.headbox-sec2 .basecont .gt .lange a .icon {
  width: 8px;
  margin-left: 10px;
}
.headbox-sec2 .basecont .gt .f-but {
  margin-left: 14px;
  display: none;
  height: auto;
}
@media (max-width: 1440px) {
  .headbox-sec2 .basecont .gt .f-but {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .headbox-sec2 .basecont .gt .f-but {
    display: block;
  }
}
.headbox-sec2 .basecont .gt .f-but span {
  background-color: #666;
}
.headbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #fff;
  overflow: auto;
  display: none;
  border-top: 1px solid #ddd;
}
.headbox-sec3 .nav1 > li .tit {
  font-size: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #666;
}
.headbox-sec3 .nav1 > li .tit:after {
  content: "";
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .headbox-sec3 .nav1 > li .tit {
    font-size: 14px;
  }
}
.headbox-sec3 .nav1 > li .tit i {
  display: block;
  float: right;
  width: 16px;
}
@media (max-width: 767px) {
  .headbox-sec3 .nav1 > li .tit i {
    width: 12px;
  }
}
.headbox-sec3 .nav1 > li .tit i img {
  width: 100%;
}
.headbox-sec3 .nav1 > li ul {
  width: 100%;
  display: none;
}
.headbox-sec3 .nav1 > li ul li a {
  font-size: 16px;
  display: block;
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .headbox-sec3 .nav1 > li ul li a {
    font-size: 12px;
  }
}
.headbox-sec3 .nav1 .on {
  color: #ffcc00;
}
.headbox:hover .headbox-sec2 {
  border-bottom: transparent;
  background-color: #fff;
}
.headbox:hover .headbox-sec2 .basecont .logo .img img:nth-child(1) {
  display: none;
}
.headbox:hover .headbox-sec2 .basecont .logo .img img:nth-child(2) {
  display: inline-block;
}
.headbox:hover .headbox-sec2 .basecont .navbox .nav1 li .tit {
  color: #333;
}
.headbox:hover .headbox-sec2 .basecont .navbox .nav_but {
  color: #333;
}
.headbox:hover .headbox-sec2 .basecont .navbox .f-but span {
  background-color: #333;
}
.headbox2 .headbox-sec2 {
  border-bottom: transparent;
  background-color: #fff;
}
.headbox2 .headbox-sec2 .basecont .logo .img img:nth-child(1) {
  display: none;
}
.headbox2 .headbox-sec2 .basecont .logo .img img:nth-child(2) {
  display: inline-block;
}
.headbox2 .headbox-sec2 .basecont .navbox .nav1 li .tit {
  color: #333;
}
.headbox2 .headbox-sec2 .basecont .navbox .nav1 .on .tit {
  color: #ffcc00;
}
.headbox2 .headbox-sec2 .basecont .navbox .nav1 .on .tit i img:nth-child(1){
	display: none;
}
.headbox2 .headbox-sec2 .basecont .navbox .nav1 .on .tit i img:nth-child(2){
	display: block;
}
.headbox2 .headbox-sec2 .basecont .navbox .nav_but {
  color: #333;
}
.headbox2 .headbox-sec2 .basecont .navbox .f-but span {
  background-color: #333;
}
/* End */
/* bnner */
.bannerbox {
  width: 100%;
}
.bannerbox .img {
  position: relative;
  height: calc(100vh - 104px);
}
@media (max-width: 991px) {
  .bannerbox .img {
    height: calc(100vh - 70px);
  }
}
.bannerbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
}
.bannerbox .swiper-slide .basecont .tit {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.4;
  color: #4b4d45;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .basecont .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .basecont .tit {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .basecont .tit {
    font-size: 26px;
  }
}
.bannerbox .swiper-slide .basecont .text {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .basecont .text {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .basecont .text {
    font-size: 20px;
  }
}
.bannerbox .swiper-slide .basecont .f-but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 154px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .basecont .f-but {
    width: 130px;
    height: 40px;
  }
}
.bannerbox .swiper-slide .basecont .f-but span {
  display: block;
  color: #333333;
  line-height: 1;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .basecont .f-but span {
    font-size: 16px;
  }
}
.bannerbox .swiper-slide .basecont .f-but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 16px;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .basecont .f-but i {
    margin-left: 8px;
    width: 14px;
  }
}
.bannerbox .swiper-slide .basecont .f-but i img {
  display: block;
  width: 100%;
}
.bannerbox .swiper-slide .basecont .f-but:hover span:after {
  width: 100%;
}
.bannerbox .swiper-slide .basecont .f-but:hover i {
  transform: translateX(6px);
}
.bannerbox .banner-page {
  bottom: 0;
  color: #fff;
  left: 0;
  width: auto;
}
@media (max-width: 767px) {
  .bannerbox .banner-page {
    left: 0;
    margin: 0 auto;
  }
}
.bannerbox .banner-page > span {
  margin: 0 9px!important;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  opacity: 0.8;
}
.bannerbox .banner-page .swiper-pagination-bullet-active {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.bannerbox .banner-pa {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.68rem;
}
@media (max-width: 991px) {
  .bannerbox .banner-pa {
    bottom: 26px;
  }
}
.bannerbox .baner-bot {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .bannerbox .baner-bot {
    display: none;
  }
}
.bannerbox .banner_sai {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  z-index: 4;
}
@media (max-width: 1199px) {
  .bannerbox .banner_sai {
    display: none;
  }
}
.bannerbox .banner_sai .zoot1,
.bannerbox .banner_sai .zoot2 {
  position: absolute;
  top: 0;
}
.bannerbox .banner_sai .zoot1 {
  z-index: 2;
  right: 20px;
  width: 284px;
  background-color: #91b32d;
  -webkit-clip-path: polygon(0px 0, 0 100%, 100% 90%, 101% 0);
  background: #91b32d;
  padding: 54px 50px 80px;
  color: #fff;
}
@media (max-width: 16681px) {
  .bannerbox .banner_sai .zoot1 {
    padding: 40px 30px 60px;
  }
}
.bannerbox .banner_sai .zoot1 .list {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .list {
    margin-bottom: 24px;
  }
}
.bannerbox .banner_sai .zoot1 .list .item {
  width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .list .item {
    margin-bottom: 16px;
  }
}
.bannerbox .banner_sai .zoot1 .list .item:last-child {
  margin-bottom: 0;
}
.bannerbox .banner_sai .zoot1 .list .item .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .list .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .list .item .tit {
    margin-bottom: 4px;
  }
}
.bannerbox .banner_sai .zoot1 .list .item .text {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .list .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.bannerbox .banner_sai .zoot1 .but {
  width: 115px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.bannerbox .banner_sai .zoot1 .but i {
  display: block;
  height: 12px;
  margin-left: 10px;
  overflow: hidden;
}
.bannerbox .banner_sai .zoot1 .but i img {
  height: 100%;
  float: left;
  margin-top: 2px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot1 .but {
    font-size: 12px;
    width: 100px;
    height: 32px;
  }
  .bannerbox .banner_sai .zoot1 .but i {
    height: 10px;
    margin-left: 6px;
  }
}
.bannerbox .banner_sai .zoot2 {
  height: 650px;
  width: 305px;
  right: -60px;
  -webkit-clip-path: polygon(0px 0, 0 96%, 100% 100%, 100% 0);
  background: #ea1c24;
}
@media (max-width: 1681px) {
  .bannerbox .banner_sai .zoot2 {
    right: -20px;
    width: 288px;
		
  }
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot2 {
    height: 530px;
    width: 270px;
  }
}
.bannerbox .banner_sai .zoot2 .font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 50px;
  color: #fff;
}
@media (max-width: 1900px) {
  .bannerbox .banner_sai .zoot2 .font {
    padding: 40px 30px;
  }
}
.bannerbox .banner_sai .zoot2 .font .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot2 .font .text {
    font-size: 16px;
  }
}
.bannerbox .banner_sai .zoot2 .font .shu {
  font-size: 18px;
  line-height: 1;
  display: block;
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot2 .font .shu {
    font-size: 16px;
  }
}
.bannerbox .banner_sai .zoot2 .font .shu span {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1900px) {
  .bannerbox .banner_sai .zoot2 .font .shu span {
    font-size: 80px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .banner_sai .zoot2 .font .shu span {
    font-size: 60px;
  }
}
/* End */
/* 展馆登记banner*/
.regbanner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1681px) {
  .regbanner {
    height: 6rem;
  }
}
@media (max-width: 1199px) {
  .regbanner {
    height: 400px;
  }
}
.regbanner .img {
  width: 100%;
  height: 100%;
}
.regbanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.regbanner .font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.regbanner .font .tit {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .regbanner .font .tit {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .regbanner .font .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.regbanner .font .text {
  font-size: 18px;
  line-height: 34px;
  color: #666666;
}
@media (max-width: 767px) {
  .regbanner .font .text {
    font-size: 16px;
    line-height: 32px;
  }
}
/* End*/
/* 联系我们banner*/
.contactbanner .font .tit {
  font-size: 40px;
}
@media (max-width: 1440px) {
  .contactbanner .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .contactbanner .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contactbanner .font .tit {
    font-size: 22px;
  }
}
.contactbanner .font .text {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contactbanner .font .text {
    margin-bottom: 20px;
  }
}
.contactbanner .font .text p {
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .contactbanner .font .text p {
    margin-bottom: 5px;
  }
}
.contactbanner .font .text p:last-child {
  margin-bottom: 0;
}
.contactbanner .font .f_text {
  font-size: 16px;
  line-height: 26px;
}
.contactbanner .font .f_text a {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #4b4d45;
}
@media (max-width: 991px) {
  .contactbanner .font .f_text {
    font-size: 14px;
    line-height: 24px;
  }
  .contactbanner .font .f_text a {
    font-size: 14px;
    padding-bottom: 1px;
  }
}
/* End */
/* 展会介绍banner*/
.exhibbanner {
  width: 100%;
  height: calc(100vh - 104px);
  position: relative;
}
@media (max-width: 991px) {
  .exhibbanner {
    height: calc(100vh - 70px);
  }
}
.exhibbanner .img,
.exhibbanner .video {
  width: 100%;
  height: 100%;
}
.exhibbanner .img img,
.exhibbanner .video img,
.exhibbanner .img video,
.exhibbanner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibbanner .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.exhibbanner .img {
  position: relative;
  z-index: 2;
}
.exhibbanner .videoclick {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  display: block;
}
@media (max-width: 1440px) {
  .exhibbanner .videoclick {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .exhibbanner .videoclick {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .exhibbanner .videoclick {
    width: 50px;
  }
}
.exhibbanner .videoclick img {
  width: 100%;
}
.exhibbanner .fshu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 4;
}
@media (max-width: 1440px) {
  .exhibbanner .fshu {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .exhibbanner .fshu {
    display: none;
  }
}
.exhibbanner .fshu .font {
  max-width: 600px;
  padding: 70px 100px 60px 0;
  background: url(../images/inner/yinimg1.png);
  background-position: right top;
  position: relative;
}
@media (max-width: 1440px) {
  .exhibbanner .fshu .font {
    padding: 50px 70px 40px 0;
  }
}
.exhibbanner .fshu .font:after {
  content: "";
  display: block;
  position: absolute;
  right: 99%;
  width: 100vh;
  height: 100%;
  background-color: #ffe21d;
  top: 0;
}
.exhibbanner .fshu .font .tit {
  font-size: 30px;
  color: #65560d;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .exhibbanner .fshu .font .tit {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .exhibbanner .fshu .font .tit {
    font-size: 22px;
  }
}
.exhibbanner .fshu .font .list {
  position: relative;
  z-index: 2;
  display: flex;
}
.exhibbanner .fshu .font .list .item {
  margin-right: 100px;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .exhibbanner .fshu .font .list .item {
    font-size: 16px;
  }
}
.exhibbanner .fshu .font .list .item .text {
  line-height: 1;
  color: #47391a;
  margin-bottom: 10px;
}
.exhibbanner .fshu .font .list .item .shu {
  color: #6f9415;
}
.exhibbanner .fshu .font .list .item .shu span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1440px) {
  .exhibbanner .fshu .font .list .item .shu span {
    font-size: 40px;
  }
}
/* End */
/* 底部 */
.fotbox {
  background-color: #f3f7e9;
}
.fotbox-sec1 {
  padding: 32px 0;
  border-bottom: 1px solid #c8cbc1;
}
.fotbox-sec1 .basecont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fotbox-sec1 .basecont {
    flex-wrap: wrap;
  }
}
.fotbox-sec1 .basecont .tit {
  line-height: 1.4;
  font-size: 30px;
  color: #4b4d45;
}
@media (max-width: 1440px) {
  .fotbox-sec1 .basecont .tit {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .fotbox-sec1 .basecont .tit {
    font-size: 22px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.fotbox-sec1 .basecont .form {
  width: 38%;
  max-width: 540px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .fotbox-sec1 .basecont .form {
    width: 100%;
  }
}
.fotbox-sec1 .basecont .form .fot_search,
.fotbox-sec1 .basecont .form input {
  border: none;
  outline: none;
  height: 40px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .fotbox-sec1 .basecont .form .fot_search,
  .fotbox-sec1 .basecont .form input {
    font-size: 14px;
  }
}
.fotbox-sec1 .basecont .form input {
  width: 72%;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  padding: 10px 16px;
  color: #999999;
}
.fotbox-sec1 .basecont .form .fot_search {
  border-radius: 0 4px 4px 0;
  width: 28%;
  background-color: #ffcc00;
  color: #fff;
}
.fotbox-sec2 {
  padding: 72px 0;
}
@media (max-width: 1440px) {
  .fotbox-sec2 {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .fotbox-sec2 {
    padding: 30px 0;
  }
}
.fotbox-sec2 .basecont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont {
    flex-wrap: wrap;
  }
}
.fotbox-sec2 .basecont .tit {
  font-size: 18px;
  color: #4b4d45;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .basecont .tit {
    margin-bottom: 10px;
  }
}
.fotbox-sec2 .basecont .logo {
  display: block;
  width: 260px;
}
@media (max-width: 1440px) {
  .fotbox-sec2 .basecont .logo {
    width: 220px;
		margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont .logo {
    width: 160px;
  }
}
.fotbox-sec2 .basecont .logo img {
  width: 100%;
}
.fotbox-sec2 .basecont .font {
  display: flex;
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont .font {
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .basecont .font {
    flex-wrap: wrap;
  }
}
.fotbox-sec2 .basecont .font .item {
  padding-left: 30px;
  border-left: 1px solid #c8cbc1;
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .fotbox-sec2 .basecont .font .item {
    margin-right: 50px;
		padding-left: 20px;
  }
}
@media (max-width: 1366px) {
  .fotbox-sec2 .basecont .font .item {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont .font .item {
    
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .basecont .font .item {
    padding-left: 0;
    border-left: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .fotbox-sec2 .basecont .font .item:last-child {
    margin-bottom: 0;
  }
}
.fotbox-sec2 .basecont .font .item:last-child {
  margin-right: 0;
}
.fotbox-sec2 .basecont .font .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
@media (max-width: 991px) {
  .fotbox-sec2 .basecont .font .item .text {
    line-height: 28px;
    font-size: 14px;
  }
}
.fotbox-sec2 .basecont .fen .list {
  display: flex;
}
.fotbox-sec2 .basecont .fen .list a {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: #e5e8dc;
  margin-right: 15px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .fotbox-sec2 .basecont .fen .list a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.fotbox-sec2 .basecont .fen .list a:last-child {
  margin-right: 0;
}
.fotbox-sec2 .basecont .fen .list a img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .fotbox-sec2 .basecont .fen .list a img {
    width: 16px;
    height: 16px;
  }
}
.fotbox-sec3 {
  padding: 23px 0;
}
.fotbox-sec3 .basecont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox-sec3 .basecont .text {
    text-align: center;
    width: 100%;
  }
}
.fotbox-sec3 .basecont .text a,
.fotbox-sec3 .basecont .text p {
  font-size: 16px;
  color: #666666;
  opacity: 0.6;
}
@media max-md {
  .fotbox-sec3 .basecont .text a,
  .fotbox-sec3 .basecont .text p {
    font-size: 14px;
  }
}
.fotbox-sec3 .basecont .text a:hover {
  color: #ffcc00;
}
.fotbox-sec3 .basecont .list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox-sec3 .basecont .list {
    display: none;
  }
}
.fotbox-sec3 .basecont .list a,
.fotbox-sec3 .basecont .list > span {
  font-size: 16px;
  color: #666666;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .fotbox-sec3 .basecont .list a,
  .fotbox-sec3 .basecont .list > span {
    font-size: 14px;
  }
}
.fotbox-sec3 .basecont .list > span {
  margin: 0 8px;
}
/* End */
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #019dee;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video,#hi-video-pop .iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-video-pop .iframe {
	width: 100%;
	max-width: 900px;
}
#hi-video-pop .iframe iframe{
	width: 100%;
	height: 500px;
}
#hi-video-pop video{
	z-index: 21;
}
/* 弹窗 */
.altbox {
  position: fixed;
  z-index: 888;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .altbox {
    overflow: auto;
  }
}
.altbox .bag {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.altbox .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  padding: 80px 70px;
  width: calc(100% - 30px);
  max-width: 900px;
  background: url(../images/inner/altbag.png);
  background-position: right top;
}
@media (max-width: 1440px) {
  .altbox .cont {
    padding: 30px 50px;
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .altbox .cont {
    top: 15px;
    left: 15px;
    transform: translate(0);
    padding: 30px 20px;
  }
}
.altbox .cont .coles {
  display: block;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 42px;
}
@media (max-width: 767px) {
  .altbox .cont .coles {
    width: 30px;
    right: -12px;
    top: -12px;
  }
}
.altbox .cont .coles img {
  width: 100%;
}
.altbox .cont .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4b4d45;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .altbox .cont .tit {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .altbox .cont .tit {
    font-size: 24px;
  }
}
.altbox .cont .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.altbox .cont .form .item {
  width: 49%;
  width: calc(50% - 7px);
}
@media (max-width: 767px) {
  .altbox .cont .form .item {
    width: 100%;
  }
}
.altbox .cont .form .item input,
.altbox .cont .form .item .f_cont,
.altbox .cont .form .item select,
.altbox .cont .form .item .img,
.altbox .cont .form .item button {
  border: 1px solid #666666;
  outline: none;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  color: #999999;
  margin-bottom: 14px;
  height: 60px;
}
@media (max-width: 1440px) {
  .altbox .cont .form .item input,
	.altbox .cont .form .item .f_cont,
  .altbox .cont .form .item select,
  .altbox .cont .form .item .img,
  .altbox .cont .form .item button {
    height: 50px;
    padding: 16px 18px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .form .item input,
	.altbox .cont .form .item .f_cont,
  .altbox .cont .form .item select,
  .altbox .cont .form .item .img,
  .altbox .cont .form .item button {
    height: 40px;
    padding: 12px 15px;
  }
}
.altbox .cont .form .item button {
  width: 100%;
  border: none;
  font-size: 16px;
  background-color: #f3f7e9;
  color: #4b4d45;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .altbox .cont .form .item button {
    font-size: 14px;
  }
}
.altbox .cont .form .item button:hover {
  color: #fff;
  background-color: #ffcc00;
}
.altbox .cont .form .item .img {
  padding: 0;
  border: none;
  width: auto;
	margin-right: 10px;
  /* max-width: 150px; */
}
.altbox .cont .form .item .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.altbox .cont .form .item select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/inner/fxiala.png) no-repeat;
  background-position: 95% 50%;
  background-size: 10px 6px;
}
.altbox .cont .form .yan {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.altbox .cont .form .yan .item {
  display: flex;
  align-items: center;
}
.altbox .cont .form .yan .item a {
  display: block;
  margin-left: 18px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid #bcbcbc;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1440px) {
  .altbox .cont .form .yan .item a {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.altbox .cont .form .f_but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media (max-width: 1440px) {
  .altbox .cont .form .f_but {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .form .f_but {
    margin-top: 20px;
  }
}
.altbox .cont .form .f_but .item {
  width: 49%;
}
/* End */
/* 首页 */
.baseprev,
.basenext {
  width: 75px;
  height: 75px;
  background-color: #f3f7e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 18px;
}
@media (max-width: 1440px) {
  .baseprev,
  .basenext {
    width: 50px;
    height: 50px;
    background-size: 20px 9px;
  }
}
.baseprev {
  background-image: url(../images/previmglt1.png);
  display: block;
}
.baseprev:hover {
  background-color: #ffcc00;
  background-image: url(../images/previmglt1-1.png);
}
.basenext {
  background-image: url(../images/nextimggt1.png);
  display: block;
}
.basenext:hover {
  background-color: #ffcc00;
  background-image: url(../images/nextimggt1-1.png);
}
.hm-but {
  padding-bottom: 16px;
  display: inline-block;
  align-items: center;
  font-size: 18px;
  color: #f7c80a;
  position: relative;
  line-height: 18px;
}
@media (max-width: 1440px) {
  .hm-but {
    font-size: 16px;
    line-height: 16px;
  }
}
.hm-but:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #f7c80a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-but i,
.hm-but span {
  float: left;
  display: inline-block;
}
.hm-but i {
  display: block;
  width: 16px;
  overflow: hidden;
  margin-left: 8px;
  margin-top: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .hm-but i {
    width: 14px;
  }
}
.hm-but i img {
  float: left;
  width: 100%;
}
.hm-but:hover:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.hm-but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hm-tit {
  text-align: center;
}
.hm-tit .tit {
  font-size: 44px;
  font-weight: bold;
  color: #4b4d45;
}
@media (max-width: 1440px) {
  .hm-tit .tit {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .hm-tit .tit {
    font-size: 26px;
  }
}
.hm-tit .hm-but {
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .hm-tit .hm-but {
    margin-top: 10px;
  }
}
.hm-sec1 {
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .hm-sec1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 {
    padding-bottom: 60px;
  }
}
.hm-sec1 .hm-tit {
  margin-bottom: 42px;
}
@media (max-width: 1440px) {
  .hm-sec1 .hm-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .hm-tit {
    margin-bottom: 26px;
  }
}
.hm-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont {
    margin: 0;
  }
}
.hm-sec1 .cont .list {
  width: 24%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .list {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .list {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.hm-sec1 .cont .list:last-child {
  margin-bottom: 0;
}
.hm-sec1 .cont .list .item {
  display: block;
  width: 100%;
}
.hm-sec1 .cont .list .item .img {
  display: block;
  width: 100%;
  position: relative;
  height: 2.44rem;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hm-sec1 .cont .list .item .img {
    margin-bottom: 26px;
  }
}
@media (max-width: 1366px) {
  .hm-sec1 .cont .list .item .img {
    height: 3.444rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .list .item .img {
    height: 8rem;
    box-shadow: 0px 0px 35px 0px rgba(166, 185, 120, 0.25);
  }
}
.hm-sec1 .cont .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec1 .cont .list .item .font {
  width: 100%;
}
.hm-sec1 .cont .list .item .font .tit {
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  font-size: 18px;
  color: #4b4d45;
  text-overflow: ellipsis;
  margin-bottom: 18px;
	font-weight: bold;
}
@media (max-width: 1440px) {
  .hm-sec1 .cont .list .item .font .tit {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.hm-sec1 .cont .list .item .font .text {
  font-size: 20px;
  color: #666666;
  line-height: 34px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 70px;
}
@media (max-width: 1440px) {
  .hm-sec1 .cont .list .item .font .text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 26px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .list .item .font .text {
    height: auto;
    max-height: 66px;
    margin-bottom: 20px;
  }
}
.hm-sec1 .cont .list .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hm-sec1 .cont .list:first-child {
  width: 52%;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .list:first-child {
    width: 100%;
  }
}
.hm-sec1 .cont .list:first-child .item .img {
  box-shadow: 0px 0px 35px 0px rgba(166, 185, 120, 0.25);
}
.hm-sec2 {
  background-color: #f3f7e9;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .hm-sec2 {
    padding-bottom: 30px;
  }
}
.hm-sec2 .basecont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hm-sec2 .basecont {
    flex-wrap: wrap;
  }
}
.hm-sec2 .basecont .item {
  text-align: center;
}
@media (max-width: 767px) {
  .hm-sec2 .basecont .item {
    width: 49%;
    margin-bottom: 30px;
  }
}
.hm-sec2 .basecont .item p {
  font-size: 18px;
  color: #7d8076;
}
@media (max-width: 1440px) {
  .hm-sec2 .basecont .item p {
    font-size: 16px;
  }
}
.hm-sec2 .basecont .item .shu {
  color: #4b4d45;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .hm-sec2 .basecont .item .shu {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .hm-sec2 .basecont .item .shu {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .basecont .item .shu {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .basecont .item .shu {
    margin-bottom: 5px;
  }
}
.hm-sec2 .basecont .item .shu span {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .hm-sec2 .basecont .item .shu span {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .basecont .item .shu span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .basecont .item .shu span {
    font-size: 40px;
  }
}
.hm-sec3 {
  overflow: hidden;
}
.hm-sec3 .hm-tit {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .hm-sec3 .hm-tit {
    margin-bottom: 30px;
  }
}
.hm-sec3 .cont {
  position: relative;
}
.hm-sec3 .cont .h3-prev {
  left: -1.4rem;
}
.hm-sec3 .cont .h3-next {
  right: -1.4rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .h3-prev,
  .hm-sec3 .cont .h3-next {
    display: none;
  }
}
.hm-sec3 .cont .hm3-cont {
  padding: 30px;
  margin: 0 -30px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont {
    padding: 15px;
    margin: 0 -15px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide {
  width: 20%;
}
@media (max-width: 991px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide {
    width: 60%;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item {
  display: block;
  position: relative;
  background-color: #f3f7e9;
  width: 100%;
  /* padding-top: 46px; */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 24px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot {
    padding: 26px 20px;
  }
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot {
    padding: 20px 16px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .zhong {
  overflow: hidden;
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font {
  color: #fff;
  -webkit-transform: translateY(104px);
  transform: translateY(104px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .tit {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .tit {
    font-size: 14px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but {
    font-size: 14px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but i {
  display: block;
  width: 16px;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but i {
    width: 14px;
    margin-left: 6px;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .bot .font .but i img {
  float: left;
  width: 100%;
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .img {
  /* opacity: 0.2; */
}
.hm-sec3 .cont .hm3-cont .swiper-slide .item .img img {
  width: 100%;
}
@media (max-width: 500px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide .item .img img {
    height: 22rem;
    object-fit: cover;
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide:hover {
  z-index: 10;
  padding: 0;
}
.hm-sec3 .cont .hm3-cont .swiper-slide:hover .item {
  background-color: #ffcc00;
  transform: scale(1.16);
}
@media (max-width: 1440px) {
  .hm-sec3 .cont .hm3-cont .swiper-slide:hover .item {
    transform: scale(1.1);
  }
}
.hm-sec3 .cont .hm3-cont .swiper-slide:hover .item .img {
  opacity: 0.8;
}
.hm-sec3 .cont .hm3-cont .swiper-slide:hover .item .bot .zhong .font {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hm-sec4 {
  background: url(../images/juji.jpg) no-repeat center / cover;
}
.hm-sec4 .hm-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .hm-sec4 .hm-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .hm-tit {
    margin-bottom: 26px;
  }
}
.hm-sec4 .hm4-cont .item {
  width: 100%;
  text-align: center;
}
.hm-sec4 .hm4-cont .item .img {
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(172, 191, 125, 0.14);
  margin-bottom: 23px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hm-sec4 .hm4-cont .item .img {
    margin-bottom: 13px;
  }
}
@media (max-width: 1199px) {
  .hm-sec4 .hm4-cont .item .img {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .hm4-cont .item .img {
    height: 2.8rem;
  }
}
@media (max-width: 500px) {
  .hm-sec4 .hm4-cont .item .img {
    height: 4rem;
  }
}
.hm-sec4 .hm4-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec4 .hm4-cont .item .tit {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .hm-sec4 .hm4-cont .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .hm4-cont .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hm-sec4 .hm4-cont .item .tit {
    font-size: 14px;
  }
}
.hm-sec4 .hm4-cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hm-sec5 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -43px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont {
    margin: 0;
  }
}
.hm-sec5 .cont .lt,
.hm-sec5 .cont .gt {
  padding: 0 43px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt,
  .hm-sec5 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont .lt,
  .hm-sec5 .cont .gt {
    padding: 0;
  }
}
.hm-sec5 .cont .lt .zhong,
.hm-sec5 .cont .gt .zhong {
  width: 100%;
}
.hm-sec5 .cont .lt .zhong .label,
.hm-sec5 .cont .gt .zhong .label {
  font-size: 14px;
}
.hm-sec5 .cont .lt .zhong .label span,
.hm-sec5 .cont .gt .zhong .label span {
  display: inline-block;
  color: #4b4d45;
  font-weight: bold;
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt .zhong .label span,
  .hm-sec5 .cont .gt .zhong .label span {
    margin-right: 10px;
  }
}
.hm-sec5 .cont .lt .zhong .label i,
.hm-sec5 .cont .gt .zhong .label i {
  color: #999999;
}
.hm-sec5 .cont .lt {
  width: 36%;
}
@media (max-width: 991px) {
  .hm-sec5 .cont .lt {
    width: 100%;
    margin-bottom: 26px;
  }
}
.hm-sec5 .cont .lt .tit {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt .tit {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont .lt .tit {
    font-size: 24px;
  }
}
.hm-sec5 .cont .lt .list {
  width: 100%;
}
.hm-sec5 .cont .lt .list .item {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.hm-sec5 .cont .lt .list .item:last-child {
  border-bottom: none;
}
.hm-sec5 .cont .lt .list .item .label {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt .list .item .label {
    margin-bottom: 10px;
  }
}
.hm-sec5 .cont .lt .list .item .f-ti {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  height: 62px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt .list .item .f-ti {
    font-size: 20px;
    line-height: 28px;
    height: 60px;
    margin-bottom: 6px;
  }
}
.hm-sec5 .cont .lt .list .item .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  height: 54px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .lt .list .item .text {
    font-size: 14px;
    line-height: 24px;
    height: 52px;
  }
}
.hm-sec5 .cont .lt .list .item:hover .f-ti {
  color: #ffcc00;
}
.hm-sec5 .cont .lt .hm-but {
  margin-top: 14px;
}
.hm-sec5 .cont .gt {
  width: 64%;
}
@media (max-width: 991px) {
  .hm-sec5 .cont .gt {
    width: 100%;
  }
}
.hm-sec5 .cont .gt .zhong {
  padding-top: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec5 .cont .gt .zhong {
    padding-top: 0;
  }
}
.hm-sec5 .cont .gt .zhong .item {
  width: 100%;
  display: block;
}
.hm-sec5 .cont .gt .zhong .item .label {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .gt .zhong .item .label {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont .gt .zhong .item .label {
    margin-bottom: 20px;
  }
}
.hm-sec5 .cont .gt .zhong .item .f-ti {
  width: 100%;
  font-size: 38px;
  color: #4b4d45;
  font-weight: bold;
  line-height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 102px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .gt .zhong .item .f-ti {
    font-size: 30px;
    line-height: 48px;
    height: 100px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont .gt .zhong .item .f-ti {
    font-size: 24px;
    line-height: 34px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .cont .gt .zhong .item .f-ti {
    font-size: 22px;
    line-height: 32px;
    height: 66px;
    margin-bottom: 10px;
  }
}
.hm-sec5 .cont .gt .zhong .item .text {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .gt .zhong .item .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.hm-sec5 .cont .gt .zhong .item .img {
  width: 100%;
  height: 430px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hm-sec5 .cont .gt .zhong .item .img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .cont .gt .zhong .item .img {
    height: 11rem;
  }
}
.hm-sec5 .cont .gt .zhong .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec5 .cont .gt .zhong .item:hover .f-ti {
  color: #ffcc00;
}
.hm-sec5 .cont .gt .zhong .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hm-sec6 {
  background: url(../images/xinwen.jpg) no-repeat center / cover;
}
.hm-sec6 .hm-tit {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .hm-sec6 .hm-tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .hm-tit {
    margin-bottom: 26px;
  }
}
.hm-sec6 .cont {
  background-color: #fff;
  padding: 80px 40px;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont {
    padding: 60px  20px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont {
    padding: 40px 20px;
  }
}
.hm-sec6 .cont .zhong {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong {
    margin: 0;
  }
}
.hm-sec6 .cont .zhong .lt,
.hm-sec6 .cont .zhong .gt {
  padding: 0 25px;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .lt,
  .hm-sec6 .cont .zhong .gt {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong .lt,
  .hm-sec6 .cont .zhong .gt {
    padding: 0;
  }
}
.hm-sec6 .cont .zhong .lt .hm6-cont,
.hm-sec6 .cont .zhong .gt .hm6-cont {
  height: 360px;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont,
  .hm-sec6 .cont .zhong .gt .hm6-cont {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont,
  .hm-sec6 .cont .zhong .gt .hm6-cont {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont,
  .hm-sec6 .cont .zhong .gt .hm6-cont {
    height: 10rem;
  }
}
.hm-sec6 .cont .zhong .lt .hm6-cont .swiper-wrapper,
.hm-sec6 .cont .zhong .gt .hm6-cont .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hm-sec6 .cont .zhong .lt {
  width: 38%;
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong .lt {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
}
.hm-sec6 .cont .zhong .lt .hm6-cont {
  width: 100%;
}
.hm-sec6 .cont .zhong .lt .hm6-cont .swiper-slide {
  display: block;
}
.hm-sec6 .cont .zhong .lt .hm6-cont .item {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.hm-sec6 .cont .zhong .lt .hm6-cont .item .img {
  width: calc(50% - 10px);
  background-color: #fff;
  height: 75px;
  box-shadow: 0px 2px 3px 0px rgba(172, 191, 125, 0.14);
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont .item .img {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont .item .img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .lt .hm6-cont .item .img {
    height: 3.6rem;
  }
}
.hm-sec6 .cont .zhong .lt .hm6-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec6 .cont .zhong .lt .hm6-cont .item .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hm-sec6 .cont .zhong .gt {
  width: 62%;
}
@media (max-width: 991px) {
  .hm-sec6 .cont .zhong .gt {
    width: 100%;
  }
}
.hm-sec6 .cont .zhong .gt .item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 65px;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .gt .item {
    flex-wrap: wrap;
  }
}
.hm-sec6 .cont .zhong .gt .item .f_tit {
  width: 108px;
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .gt .item .f_tit {
    width: 100%;
    border-right: none;
    margin-bottom: 6px;
  }
}
.hm-sec6 .cont .zhong .gt .item .f_tit .tit {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .gt .item .f_tit .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .gt .item .f_tit .tit {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.hm-sec6 .cont .zhong .gt .item .f_tit .data {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .gt .item .f_tit .data {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .gt .item .f_tit .data {
    margin-bottom: 0;
    display: none;
  }
}
.hm-sec6 .cont .zhong .gt .item .font {
  width: 80%;
  width: calc(100% - 108px);
  padding-left: 22px;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .zhong .gt .item .font {
    width: 100%;
    padding-left: 0;
  }
}
.hm-sec6 .cont .zhong .gt .item .font .tit {
  font-size: 24px;
  line-height: 1.4;
  color: #4b4d45;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .gt .item .font .tit {
    font-size: 20px;
  }
}
.hm-sec6 .cont .zhong .gt .item .font .text {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .hm-sec6 .cont .zhong .gt .item .font .text {
    font-size: 14px;
  }
}
.hm-sec6 .cont .zhong .gt .item:hover .font .tit {
  color: #ffcc00;
}
.hm-sec7 .hm-tit {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .hm-sec7 .hm-tit {
    margin-bottom: 30px;
  }
}
.hm-sec7 .cont {
  position: relative;
  margin: 0 -7.5px;
}
.hm-sec7 .cont .hm7-prev {
  left: -1.4rem;
}
.hm-sec7 .cont .hm7-next {
  right: -1.4rem;
}
.hm-sec7 .cont .hm7-prev,
.hm-sec7 .cont .hm7-next {
  outline: none;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .hm7-prev,
  .hm-sec7 .cont .hm7-next {
    display: none;
  }
}
.hm-sec7 .cont .hm7-cont {
  padding: 0 7.5px;
}
.hm-sec7 .cont .hm7-cont .swiper-slide {
  padding: 13px 0;
}
.hm-sec7 .cont .hm7-cont .img {
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(172, 191, 125, 0.14);
  margin-bottom: 23px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hm-sec7 .cont .hm7-cont .img {
    margin-bottom: 13px;
  }
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .hm7-cont .img {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .hm7-cont .img {
    height: 2.8rem;
  }
}
@media (max-width: 500px) {
  .hm-sec7 .cont .hm7-cont .img {
    height: 4rem;
  }
}
.hm-sec7 .cont .hm7-cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec7 .cont .hm7-cont .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* 展会介绍 */
.exh-tit {
  text-align: center;
}
.exh-tit .tit {
  font-weight: bold;
  line-height: 1.4;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .exh-tit .tit {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .exh-tit .tit {
    font-size: 24px;
  }
}
.exh-tit .text {
  font-size: 24px;
  color: #849e44;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .exh-tit .text {
    font-size: 22px;
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .exh-tit .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .exh-tit .text {
    font-size: 18px;
  }
}
.exh-sec1 {
  width: 100%;
  margin-top: 52px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .exh-sec1 {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.exh-sec1 > .basecont {
  padding-bottom: 0;
}
.exh-sec1 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .exh-sec1 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .exh-sec1 .exh-tit {
    margin-bottom: 26px;
  }
}
.exh-sec1 .cont .text {
  width: 100%;
  /* max-width: 530px; */
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 1440px) {
  .exh-sec1 .cont .text {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .exh-sec1 .cont .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.exh-sec1 .hm-sec2 {
  background-color: transparent;
}
@media (max-width: 767px) {
  .exh-sec1 .hm-sec2 {
    padding: 30px 0 0;
  }
}
.exh-sec1 .hm-sec2 .basecont .item {
  position: relative;
  width: 25%;
}
.exh-sec1 .hm-sec2 .basecont .item:after {
  content: "";
  display: block;
  width: 2px;
  height: 75px;
  background-color: #e6ecda;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .exh-sec1 .hm-sec2 .basecont .item:after {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .exh-sec1 .hm-sec2 .basecont .item:after {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .exh-sec1 .hm-sec2 .basecont .item {
    width: 50%;
  }
  .exh-sec1 .hm-sec2 .basecont .item:nth-child(2n):after {
    display: none;
  }
}
.exh-sec1 .hm-sec2 .basecont .item:last-child:after {
  display: none;
}
.exh-sec2 {
  background: url(../images/juji.jpg) no-repeat center / cover;
}
.exh-sec2 .basecont{
	margin-bottom: 80px;
}

.exh-sec2 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.exh-sec2 .cont .lt {
  width: 51%;
  height: 500px;
}
@media (max-width: 1681px) {
  .exh-sec2 .cont .lt {
    height: 5rem;
  }
	.exh-sec2 .basecont{
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
  .exh-sec2 .cont .lt {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
	.exh-sec2 .basecont{
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
  .exh-sec2 .cont .lt {
    height: 12rem;
  }
}
.exh-sec2 .basecont:last-child{
	margin-bottom: 0;
}
.exh-sec2 .cont .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exh-sec2 .cont .gt {
  width: 49%;
  padding-left: 130px;
}
@media (max-width: 1681px) {
  .exh-sec2 .cont .gt {
    padding-left: 1.3rem;
  }
}
@media (max-width: 991px) {
  .exh-sec2 .cont .gt {
    width: 100%;
    padding-left: 0;
  }
}
.exh-sec2 .cont .gt .exh-tit {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .exh-sec2 .cont .gt .exh-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .exh-sec2 .cont .gt .exh-tit {
    margin-bottom: 10px;
  }
}
.exh-sec2 .cont .gt .text {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .exh-sec2 .cont .gt .text {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .exh-sec2 .cont .gt .text {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .exh-sec2 .cont .gt .text {
    font-size: 18px;
  }
}
.exh-sec2 .cont .gt .make-text {
  font-size: 18px;
  color: #4b4d45;
  line-height: 38px;
}
@media (max-width: 1440px) {
  .exh-sec2 .cont .gt .make-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .exh-sec2 .cont .gt .make-text {
    font-size: 14px;
    line-height: 26px;
  }
}
.exh-sec3 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .exh-sec3 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .exh-sec3 .exh-tit {
    margin-bottom: 26px;
  }
}
.exh-sec3 .cont {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .exh-sec3 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .exh-sec3 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .exh-sec3 .cont {
    margin: 0;
  }
}
.exh-sec3 .cont .item {
  display: block;
  width: 33.333%;
  padding: 0 12px;
}
@media (max-width: 1440px) {
  .exh-sec3 .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .exh-sec3 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .exh-sec3 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .exh-sec3 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.exh-sec3 .cont .item .img {
  width: 100%;
  height: 530px;
  margin-bottom: 35px;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .exh-sec3 .cont .item .img {
    height: 5.3rem;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .exh-sec3 .cont .item .img {
    height: 13rem;
  }
}
.exh-sec3 .cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.exh-sec3 .cont .item .font {
  width: 100%;
}
.exh-sec3 .cont .item .font .tit {
  font-size: 20px;
  font-weight: bold;
  color: #4b4d45;
  line-height: 30px;
}
.exh-sec3 .cont .item .font .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 8px;
}
@media (max-width: 1440px) {
  .exh-sec3 .cont .item .font .text {
    margin-top: 6px;
  }
}
.exh-sec3 .cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.exh-sec4 {
  padding-top: 0;
}
.exh-sec4 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .exh-sec4 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .exh-sec4 .exh-tit {
    margin-bottom: 26px;
  }
}
.exh-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  /* align-items: center; */
  margin: 0 -55px;
}
@media (max-width: 1440px) {
  .exh-sec4 .cont {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  .exh-sec4 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .exh-sec4 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 500px) {
  .exh-sec4 .cont {
    margin: 0;
  }
}
.exh-sec4 .cont .item {
  display: block;
  text-align: center;
  width: 25%;
  padding: 0 55px;
}
@media (max-width: 1440px) {
  .exh-sec4 .cont .item {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .exh-sec4 .cont .item {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .exh-sec4 .cont .item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .exh-sec4 .cont .item:nth-child(4n),
  .exh-sec4 .cont .item:nth-child(4n-1) {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .exh-sec4 .cont .item {
    padding: 0;
    width: 100%;
  }
  .exh-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.exh-sec4 .cont .item .img {
  display: block;
  height: 150px;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .exh-sec4 .cont .item .img {
    margin-bottom: 26px;
    height: 120px;
  }
}
.exh-sec4 .cont .item .img img {
  height: 100%;
  margin: 0 auto;
}
.exh-sec4 .cont .item .tit {
  font-size: 20px;
  color: #4b4d45;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .exh-sec4 .cont .item .tit {
    margin-bottom: 16px;
  }
}
.exh-sec4 .cont .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
	text-align: left;
}
/* End */
/* 活动会议 */
.act {
  border-top: 1px solid #eaeaea;
}
.act-sec1 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .act-sec1 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .act-sec1 .exh-tit {
    margin-bottom: 26px;
  }
}
.act-sec1 .cont {
  position: relative;
}
.act-sec1 .cont .act1-prev,
.act-sec1 .cont .act1-next {
  top: 110px;
  outline: none;
}
@media (max-width: 1440px) {
  .act-sec1 .cont .act1-prev,
  .act-sec1 .cont .act1-next {
    top: 60px;
  }
}
@media (max-width: 1199px) {
  .act-sec1 .cont .act1-prev,
  .act-sec1 .cont .act1-next {
    display: none;
  }
}
.act-sec1 .cont .act1-prev {
  left: -140px;
}
@media (max-width: 1681px) {
  .act-sec1 .cont .act1-prev {
    left: -1.4rem;
  }
}
.act-sec1 .cont .act1-next {
  right: -140px;
}
@media (max-width: 1681px) {
  .act-sec1 .cont .act1-next {
    right: -1.4rem;
  }
}
.act-sec1 .cont .act1-cont {
  width: 100%;
}
.act-sec1 .cont .act1-cont .item {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.act-sec1 .cont .act1-cont .item .hm-but {
  position: absolute;
  bottom: 0;
  left: 0;
}
.act-sec1 .cont .act1-cont .item .img {
  width: 100%;
  height: 240px;
  margin-bottom: 35px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .act-sec1 .cont .act1-cont .item .img {
    height: 220px;
    margin-bottom: 26px;
  }
}
.act-sec1 .cont .act1-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.act-sec1 .cont .act1-cont .item .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #4b4d45;
  margin-bottom: 17px;
}
@media (max-width: 1440px) {
  .act-sec1 .cont .act1-cont .item .tit {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }
}
.act-sec1 .cont .act1-cont .item .text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 1440px) {
  .act-sec1 .cont .act1-cont .item .text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1440px) {
  .act-sec1 .cont .act1-cont .item .text {
    margin-bottom: 26px;
  }
}
.act-sec1 .cont .act1-cont .item .text p {
  margin-bottom: 4px;
}
.act-sec1 .cont .act1-cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.act-sec2 {
  /* padding-top: 0; */
}
.act-sec2:first-child{
	padding-bottom: 0;
}
.act-sec2 .cont .act1-cont .item {
  padding-bottom: 40px;
}
.act-sec2 .cont .act1-cont .item .but {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.act-sec2 .cont .act1-cont .item .but .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 48px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 6px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .act-sec2 .cont .act1-cont .item .but .f_but {
    width: 100px;
    height: 42px;
    font-size: 14px;
    border-radius: 4px;
  }
}
.act-sec2 .cont .act1-cont .item .but .f_but:last-child {
  margin-right: 0;
}
.act-sec2 .cont .act1-cont .item .but .f_but i {
  display: block;
  width: 16px;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .act-sec2 .cont .act1-cont .item .but .f_but i {
    width: 12px;
    margin-left: 8px;
  }
}
.act-sec2 .cont .act1-cont .item .but .f_but i img {
  width: 100%;
  float: left;
}
.act-sec2 .cont .act1-cont .item .but .f_but i img:nth-child(2) {
  display: none;
}
.act-sec2 .cont .act1-cont .item .but .f_but:hover {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.act-sec2 .cont .act1-cont .item .but .f_but:hover i img:nth-child(1) {
  display: none;
}
.act-sec2 .cont .act1-cont .item .but .f_but:hover i img:nth-child(2) {
  display: block;
}
.act-sec3 {
  background-color: #ffcc00;
}
.act-sec3 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .act-sec3 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .act-sec3 .exh-tit {
    margin-bottom: 26px;
  }
}
.act-sec3 .cont {
  background-color: #fff;
  padding: 60px 50px;
}
@media (max-width: 1440px) {
  .act-sec3 .cont {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .act-sec3 .cont {
    padding: 30px 20px;
  }
}
.act-sec3 .cont .zhong {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .act-sec3 .cont .zhong {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .act-sec3 .cont .zhong {
    margin: 0;
  }
}
.act-sec3 .cont .zhong .item {
  padding: 0 40px;
  width: 50%;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong .item {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .act-sec3 .cont .zhong .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .act-sec3 .cont .zhong .item {
    padding: 0;
    width: 100%;
  }
}
.act-sec3 .cont .zhong .item .list {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .act-sec3 .cont .zhong .item .list {
    padding-left: 0;
  }
}
.act-sec3 .cont .zhong .item .list:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 55px;
  background-color: #858585;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .act-sec3 .cont .zhong .item .list:after {
    display: none;
  }
}
.act-sec3 .cont .zhong .item .list .f_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong .item .list .f_tit {
    margin-bottom: 5px;
  }
}
.act-sec3 .cont .zhong .item .list .f_tit .tit {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% -90px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong .item .list .f_tit .tit {
    font-size: 20px;
  }
}
.act-sec3 .cont .zhong .item .list .f_tit span {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong .item .list .f_tit span {
    font-size: 14px;
  }
}
.act-sec3 .cont .zhong .item .list .text {
  font-size: 16px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .zhong .item .list .text {
    font-size: 14px;
  }
}
.act-sec3 .cont .zhong .item:hover .list .f_tit .tit {
  color: #ffcc00;
}
.act-sec3 .cont .basepage {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .act-sec3 .cont .basepage {
    margin-top: 20px;
  }
}
/* End */
/* 活动会议详情 */
.act_info {
  border-top: 1px solid #eaeaea;
}
.act_info-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -34px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .act_info-sec1 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .act_info-sec1 .cont {
    margin: 0;
  }
}
.act_info-sec1 .cont .lt,
.act_info-sec1 .cont .gt {
  padding: 0 34px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt,
  .act_info-sec1 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .act_info-sec1 .cont .lt,
  .act_info-sec1 .cont .gt {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .act_info-sec1 .cont .lt,
  .act_info-sec1 .cont .gt {
    padding: 0;
  }
}
.act_info-sec1 .cont .lt {
  width: 69%;
}
@media (max-width: 991px) {
  .act_info-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.act_info-sec1 .cont .lt .tit {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .act_info-sec1 .cont .lt .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .act_info-sec1 .cont .lt .tit {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .tit {
    margin-bottom: 26px;
  }
}
.act_info-sec1 .cont .lt .data {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .data {
    margin-bottom: 26px;
  }
}
.act_info-sec1 .cont .lt .fen {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .fen {
    margin-top: 30px;
    margin-bottom: 26px;
  }
}
.act_info-sec1 .cont .lt .fen .jut {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.act_info-sec1 .cont .lt .fen .jut span {
  display: block;
  margin-right: 18px;
}
.act_info-sec1 .cont .lt .fen .jut .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #dbdbda!important;
  margin-right: 10px;
	padding: 0;
}
.act_info-sec1 .cont .lt .fen .jut .item:last-child {
  margin-right: 0;
}
.act_info-sec1 .cont .lt .fen .jut .item img {
  height: 13px;
}
.act_info-sec1 .cont .lt .fen .jut .item:hover {
  background-color: #ffcc00!important;
}
.act_info-sec1 .cont .lt .qie {
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #d0d0d0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .qie {
    margin-top: 26px;
  }
}
.act_info-sec1 .cont .lt .qie .prev,
.act_info-sec1 .cont .lt .qie .next {
  max-width: 49%;
  display: flex;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .lt .qie .prev,
  .act_info-sec1 .cont .lt .qie .next {
    max-width: 100%;
  }
}
.act_info-sec1 .cont .lt .qie .prev a,
.act_info-sec1 .cont .lt .qie .next a,
.act_info-sec1 .cont .lt .qie .prev span,
.act_info-sec1 .cont .lt .qie .next span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.act_info-sec1 .cont .lt .qie .prev span,
.act_info-sec1 .cont .lt .qie .next span {
  flex-shrink: 0;
}
.act_info-sec1 .cont .lt .qie .prev:hover a,
.act_info-sec1 .cont .lt .qie .next:hover a {
  color: #ffcc00;
}
@media (max-width: 767px) {
  .act_info-sec1 .cont .lt .qie .prev {
    margin-bottom: 20px;
  }
}
.act_info-sec1 .cont .gt {
  width: 31%;
}
@media (max-width: 991px) {
  .act_info-sec1 .cont .gt {
    width: 100%;
  }
}
.act_info-sec1 .cont .gt .jut {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .gt .jut {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .act_info-sec1 .cont .gt .jut {
    margin-bottom: 30px;
  }
}
.act_info-sec1 .cont .gt .jut:last-child {
  margin-bottom: 0;
}
.act_info-sec1 .cont .gt .jut .f-tit {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #4b4d45;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .gt .jut .f-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .act_info-sec1 .cont .gt .jut .f-tit {
    margin-bottom: 26px;
  }
}
.act_info-sec1 .cont .gt .jut .list {
  width: 100%;
}
.act_info-sec1 .cont .gt .jut .list .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #d0d0d0;
}
.act_info-sec1 .cont .gt .jut .list .item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.act_info-sec1 .cont .gt .jut .list .item .img {
  width: 130px;
  height: 86px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .gt .jut .list .item .img {
    width: 110px;
    height: 70px;
  }
}
.act_info-sec1 .cont .gt .jut .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.act_info-sec1 .cont .gt .jut .list .item .font {
  width: 78%;
  width: calc(100% - 130px);
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .gt .jut .list .item .font {
    width: 86%;
    width: calc(100% - 110px);
    padding-left: 20px;
  }
}
.act_info-sec1 .cont .gt .jut .list .item .font span {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .act_info-sec1 .cont .gt .jut .list .item .font span {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .act_info-sec1 .cont .gt .jut .list .item .font span {
    font-size: 12px;
  }
}
.act_info-sec1 .cont .gt .jut .list .item .font .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #4b4d45;
  font-weight: bold;
  line-height: 26px;
  height: 54px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .act_info-sec1 .cont .gt .jut .list .item .font .tit {
    height: 50px;
    line-height: 24px;
    font-size: 14px;
  }
}
.act_info-sec1 .cont .gt .jut .list .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.act_info-sec1 .cont .gt .jut .list .item:hover .font .tit {
  color: #ffcc00;
}
/* End */
/* 搜索结果页面 */
.serch_res {
  border-top: 1px solid #eaeaea;
}
.serch_res-sec1 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .serch_res-sec1 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec1 .exh-tit {
    margin-bottom: 26px;
  }
}
.serch_res-sec1 .form {
  display: flex;
  width: 54%;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #4b4d45;
  border-radius: 3px ;
}
@media (max-width: 991px) {
  .serch_res-sec1 .form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .serch_res-sec1 .form {
    width: 100%;
  }
}
.serch_res-sec1 .form input,
.serch_res-sec1 .form button {
  border: none;
  background: none;
  height: 80px;
  padding: 28px 20px;
}
@media (max-width: 1440px) {
  .serch_res-sec1 .form input,
  .serch_res-sec1 .form button {
    height: 70px;
    padding: 24px 20px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec1 .form input,
  .serch_res-sec1 .form button {
    height: 50px;
    padding: 20px;
  }
}
.serch_res-sec1 .form input {
  width: 90%;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 767px) {
  .serch_res-sec1 .form input {
    width: 80%;
    font-size: 14px;
  }
}
.serch_res-sec1 .form button {
  background-color: #ffcc00;
  width: 10%;
  border-radius: 3px ;
  padding: 0;
}
@media (max-width: 767px) {
  .serch_res-sec1 .form button {
    width: 20%;
  }
}
.serch_res-sec1 .form button img {
  width: 27px;
}
@media (max-width: 1440px) {
  .serch_res-sec1 .form button img {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec1 .form button img {
    width: 14px;
  }
}
.serch_res-sec1 .hot {
  width: 54%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .serch_res-sec1 .hot {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec1 .hot {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .serch_res-sec1 .hot {
    width: 100%;
  }
}
.serch_res-sec1 .hot a,
.serch_res-sec1 .hot span {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .serch_res-sec1 .hot a,
  .serch_res-sec1 .hot span {
    font-size: 14px;
  }
}
.serch_res-sec1 .hot .jut {
  display: flex;
  flex-wrap: wrap;
}
.serch_res-sec1 .hot a {
  display: block;
  margin-right: 8px;
}
.serch_res-sec1 .hot a:hover {
  color: #ffcc00;
}
.serch_res-sec2 {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 86px;
}
@media (max-width: 1440px) {
  .serch_res-sec2 {
    margin-bottom: 66px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec2 {
    margin-bottom: 30px;
  }
}
.serch_res-sec2 .cont {
  display: flex;
  justify-content: center;
}
.serch_res-sec2 .cont .search2-cont {
  width: auto;
  max-width: 100%;
}
.serch_res-sec2 .cont .search2-cont .swiper-slide {
  width: auto;
  margin: 0 40px;
}
@media (max-width: 1440px) {
  .serch_res-sec2 .cont .search2-cont .swiper-slide {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec2 .cont .search2-cont .swiper-slide {
    margin: 0 20px;
  }
}
.serch_res-sec2 .cont .search2-cont .swiper-slide .item {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .serch_res-sec2 .cont .search2-cont .swiper-slide .item {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .serch_res-sec2 .cont .search2-cont .swiper-slide .item {
    font-size: 16px;
  }
}
.serch_res-sec2 .cont .search2-cont .on .item {
  color: #ffcc00;
  border-color: #ffcc00;
}
.serch_res-sec3 {
  padding-top: 0;
}
.serch_res-sec3 .cont {
  width: 54%;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .serch_res-sec3 .cont {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .serch_res-sec3 .cont {
    width: 100%;
  }
}
.serch_res-sec3 .cont .item {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .serch_res-sec3 .cont .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serch_res-sec3 .cont .item {
    flex-wrap: wrap;
  }
}
.serch_res-sec3 .cont .item:last-child {
  margin-bottom: 0;
}
.serch_res-sec3 .cont .item .tit {
  font-size: 20px;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 56px;
}
@media (max-width: 1440px) {
  .serch_res-sec3 .cont .item .tit {
    margin-right: 46px;
  }
}
@media (max-width: 767px) {
  .serch_res-sec3 .cont .item .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .serch_res-sec3 .cont .item .font {
    width: 100%;
  }
}
.serch_res-sec3 .cont .item .font .jut {
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .serch_res-sec3 .cont .item .font .jut {
    margin-bottom: 6px;
  }
}
.serch_res-sec3 .cont .item .font .jut .f-tit {
  font-size: 18px;
  color: #4b4d45;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
	display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .serch_res-sec3 .cont .item .font .jut .f-tit {
    font-size: 16px;
  }
}
.serch_res-sec3 .cont .item .font .jut .f-tit:last-child {
  margin-bottom: 0;
}
.serch_res-sec3 .cont .item .font .jut .f-tit:hover {
  color: #ffcc00;
}
.serch_res-sec3 .cont .item .font .mian {
  display: flex;
  align-items: center;
}
.serch_res-sec3 .cont .item .font .mian a,
.serch_res-sec3 .cont .item .font .mian span {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .serch_res-sec3 .cont .item .font .mian a,
  .serch_res-sec3 .cont .item .font .mian span {
    font-size: 12px;
  }
}
.serch_res-sec3 .cont .item .font .mian .on {
  color: #ffcc00;
}
/* End */
/* 在线留言 */
.mas {
  border-top: 1px solid #eaeaea;
}
.mas-sec1 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .mas-sec1 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .mas-sec1 .exh-tit {
    margin-bottom: 26px;
  }
}
.mas-sec1 .form {
  width: 100%;
}
.mas-sec1 .form .item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1440px) {
  .mas-sec1 .form .item {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .mas-sec1 .form .item {
    margin: 0;
    flex-wrap: wrap;
  }
}
.mas-sec1 .form .item .list {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .mas-sec1 .form .item .list {
    padding: 0 5px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .mas-sec1 .form .item .list {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.mas-sec1 .form .item .jut {
  width: 100%;
  border: 1px solid #6f6f6f;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1440px) {
  .mas-sec1 .form .item .jut {
    padding: 20px 18px;
  }
}
.mas-sec1 .form .item .jut .f_input {
  position: relative;
  width: 100%;
}
.mas-sec1 .form .item .jut .f_input i {
  position: absolute;
  left: 0;
  width: 18px;
  display: block;
  z-index: 3;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mas-sec1 .form .item .jut .f_input i img {
  width: 100%;
  float: left;
}
.mas-sec1 .form .item .jut .f_input input,
.mas-sec1 .form .item .jut .f_input textarea,
.mas-sec1 .form .item .jut .f_input .f_cont {
  padding-left: 30px;
}
.mas-sec1 .form .item .jut .f_input input,
.mas-sec1 .form .item .jut .f_input textarea {
  background: none;
  border: none;
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 26px;
  font-size: 16px;
  color: #999999;
  resize: none;
}
@media (max-width: 767px) {
  .mas-sec1 .form .item .jut .f_input input,
  .mas-sec1 .form .item .jut .f_input textarea {
    line-height: 24px;
    font-size: 14px;
  }
}
.mas-sec1 .form .item .jut .f_input textarea {
  height: 210px;
}
@media (max-width: 1440px) {
  .mas-sec1 .form .item .jut .f_input textarea {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .mas-sec1 .form .item .jut .f_input textarea {
    height: 120px;
  }
}
.mas-sec1 .form .item .jut .f_input .f_cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mas-sec1 .form .item .jut .f_input .f_cont {
    line-height: 24px;
    font-size: 14px;
  }
}
.mas-sec1 .form .item .jut .f_input .f_cont span {
  color: #d5583a;
}
@media (max-width: 991px) {
  .mas-sec1 .form .item .jut .f_input .f_cont {
    font-size: 14px;
  }
}
.mas-sec1 .form .txar {
  margin: 0;
}
.mas-sec1 .form .txar .list {
  width: 100%;
  padding: 0;
}
.mas-sec1 .form .txar .list .jut .f_input i {
  top: 4px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mas-sec1 .form .yan .list .jut .f_input input,
.mas-sec1 .form .yan .list .jut .f_input .f_cont {
  padding-left: 0;
}
.mas-sec1 .form .yan .f_yan {
  display: flex;
  align-items: center;
}
.mas-sec1 .form .yan .f_yan .img {
  height: 100%;
  display: block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mas-sec1 .form .yan .f_yan .img {
    margin-right: 20px;
    width: 100px;
  }
}
.mas-sec1 .form .yan .f_yan .img img {
  height: 100%;
}
@media (max-width: 767px) {
  .mas-sec1 .form .yan .f_yan .img img {
    width: 100%;
    height: auto;
  }
}
.mas-sec1 .form .yan .f_yan .huan {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  color: #666666;
  border-bottom: 1px solid #bcbcbc;
}
@media (max-width: 767px) {
  .mas-sec1 .form .yan .f_yan .huan {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.mas-sec1 .form .f_but {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mas-sec1 .form .f_but .but {
  width: 48%;
  width: calc(50% - 14px);
  border: none;
  background-color: #f3f7e9;
  font-size: 16px;
  color: #4b4d45;
  height: 70px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .mas-sec1 .form .f_but .but {
    height: 60px;
    font-size: 14px;
    margin-top: 30px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .mas-sec1 .form .f_but .but {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .mas-sec1 .form .f_but .but {
    width: 49%;
    height: 60px;
  }
}
.mas-sec1 .form .f_but .but:hover {
  background-color: #ffcc00;
  color: #fff;
}
/* End */
/* 媒体中心 */
.newsbox-sec1 {
  background-color: #ffd92b;
}
.newsbox-sec1 .newbox1-cont .swiper-slide {
  width: 20%;
  line-height: 80px;
}
@media (max-width: 991px) {
  .newsbox-sec1 .newbox1-cont .swiper-slide {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .newbox1-cont .swiper-slide {
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .newsbox-sec1 .newbox1-cont .swiper-slide {
    width: 30%;
  }
}
.newsbox-sec1 .newbox1-cont .swiper-slide .item {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #8b771a;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .newsbox-sec1 .newbox1-cont .swiper-slide .item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .newbox1-cont .swiper-slide .item {
    font-size: 14px;
  }
}
.newsbox-sec1 .newbox1-cont .on .item {
  background-color: #ffec93;
}
.newsbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1440px) {
  .newsbox-sec2 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec2 .cont {
    margin: 0;
  }
}
.newsbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .newsbox-sec2 .cont .item {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec2 .cont .item {
    padding: 0 10px;
    margin-bottom: 26px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .newsbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec2 .cont .item .list {
  display: block;
  width: 100%;
}
.newsbox-sec2 .cont .item .list .img {
  width: 100%;
  overflow: hidden;
  height: 240px;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .newsbox-sec2 .cont .item .list .img {
    height: 200px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .img {
    margin-bottom: 20px;
  }
}
.newsbox-sec2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-sec2 .cont .item .list .tit {
  font-size: 22px;
  font-weight: bold;
  color: #4b4d45;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .tit {
    font-size: 20px;
  }
}
.newsbox-sec2 .cont .item .list .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  height: 54px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .newsbox-sec2 .cont .item .list .text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .text {
    font-size: 14px;
    line-height: 24px;
    height: 52px;
  }
}
.newsbox-sec2 .cont .item:hover .list .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox-sec2 .basepage {
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsbox-sec2 .basepage {
    margin-top: 10px;
  }
}
/* End */
/* 常见问题 */
.faqbox-sec2 {
  width: 100%;
  padding-top: 0;
}
.faqbox-sec2 .cont {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.faqbox-sec2 .item {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .faqbox-sec2 .item {
    margin-bottom: 30px;
  }
}
.faqbox-sec2 .item .tit {
  font-size: 20px;
  line-height: 30px;
  color: #4b4d45;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  .faqbox-sec2 .item .tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .faqbox-sec2 .item .tit {
    font-size: 18px;
    line-height: 28px;
  }
}
.faqbox-sec2 .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
@media (max-width: 767px) {
  .faqbox-sec2 .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.faqbox-sec2 .item:last-child {
  margin-bottom: 0;
}
/* End */
/* 展会服务 */
.exh_services-sec1 .newbox1-cont .swiper-slide {
  width: 25%;
}
@media (max-width: 500px) {
  .exh_services-sec1 .newbox1-cont .swiper-slide {
    width: 40%;
  }
}
.exh_services-sec1 .newbox1-cont .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exh_services-sec1 .newbox1-cont .swiper-slide .item i {
  display: block;
  height: 24px;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .exh_services-sec1 .newbox1-cont .swiper-slide .item i {
    height: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .exh_services-sec1 .newbox1-cont .swiper-slide .item i {
    height: 14px;
    margin-right: 6px;
  }
}
.exh_services-sec1 .newbox1-cont .swiper-slide .item i img {
  height: 100%;
  float: left;
}
.exh_services-sec2 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .exh_services-sec2 .exh-tit {
    margin-bottom: 26px;
  }
}
.exh_services-sec2 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exh_services-sec2 .cont .img {
  width: 58%;
}
@media (max-width: 991px) {
  .exh_services-sec2 .cont .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.exh_services-sec2 .cont .img img {
  width: 100%;
}
.exh_services-sec2 .cont .font {
  width: 42%;
  padding-left: 100px;
}
@media (max-width: 1681px) {
  .exh_services-sec2 .cont .font {
    padding-left: 1.2rem;
  }
}
@media (max-width: 991px) {
  .exh_services-sec2 .cont .font {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
}
.exh_services-sec2 .cont .font .tit {
  width: 100%;
  font-size: 24px;
  color: #4b4d45;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .tit {
    margin-bottom: 26px;
  }
}
.exh_services-sec2 .cont .font .text {
  font-size: 18px;
  color: #666666;
  line-height: 34px;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .text {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .exh_services-sec2 .cont .font .text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 26px;
  }
}
.exh_services-sec2 .cont .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .but {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .exh_services-sec2 .cont .font .but {
    margin: 0 auto;
  }
}
.exh_services-sec2 .cont .font .but span {
  display: block;
  color: #333333;
  line-height: 1;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .but span {
    font-size: 16px;
  }
}
.exh_services-sec2 .cont .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 16px;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .exh_services-sec2 .cont .font .but i {
    margin-left: 8px;
    width: 14px;
  }
}
.exh_services-sec2 .cont .font .but i img {
  display: block;
  width: 100%;
}
.exh_services-sec2 .cont .font .but:hover span:after {
  width: 100%;
}
.exh_services-sec2 .cont .font .but:hover i {
  transform: translateX(6px);
}
.exh_services-sec3 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .exh_services-sec3 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .exh_services-sec3 .exh-tit {
    margin-bottom: 26px;
  }
}
.exh_services-sec3 .top {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .exh_services-sec3 .top {
    margin-bottom: 20px;
  }
}
.exh_services-sec3 .top .exh_services-prev,
.exh_services-sec3 .top .exh_services-next {
  outline: none;
}
@media (max-width: 1199px) {
  .exh_services-sec3 .top .exh_services-prev,
  .exh_services-sec3 .top .exh_services-next {
    display: none;
  }
}
.exh_services-sec3 .top .exh_services-prev {
  left: -140px;
}
@media (max-width: 1681px) {
  .exh_services-sec3 .top .exh_services-prev {
    left: -1.4rem;
  }
}
.exh_services-sec3 .top .exh_services-next {
  right: -140px;
}
@media (max-width: 1681px) {
  .exh_services-sec3 .top .exh_services-next {
    right: -1.4rem;
  }
}
.exh_services-sec3 .top .img {
  width: 100%;
  height: 245px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .exh_services-sec3 .top .img {
    height: 2.45rem;
  }
}
@media (max-width: 1199px) {
  .exh_services-sec3 .top .img {
    height: 3.45rem;
  }
}
@media (max-width: 991px) {
  .exh_services-sec3 .top .img {
    height: 4.45rem;
  }
}
@media (max-width: 767px) {
  .exh_services-sec3 .top .img {
    height: 8.45rem;
  }
}
.exh_services-sec3 .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.exh_services-sec3 .top .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.exh_services-sec3 .top .on .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.4);
}
.exh_services-sec3 .bot .item {
  background-color: #f3f7e9;
  width: 100%;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.exh_services-sec3 .bot .item .img,
.exh_services-sec3 .bot .item .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .exh_services-sec3 .bot .item .img,
  .exh_services-sec3 .bot .item .gt {
    width: 100%;
  }
}
.exh_services-sec3 .bot .item .img {
  overflow: hidden;
  height: 386px;
}
@media (max-width: 1440px) {
  .exh_services-sec3 .bot .item .img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .exh_services-sec3 .bot .item .img {
    height: 256px;
  }
}
@media (max-width: 767px) {
  .exh_services-sec3 .bot .item .img {
    height: 11rem;
  }
}
.exh_services-sec3 .bot .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exh_services-sec3 .bot .item .gt {
  padding: 30px 100px;
  height: 100%;
}
@media (max-width: 1440px) {
  .exh_services-sec3 .bot .item .gt {
    padding: 30px 60px;
  }
}
@media (max-width: 991px) {
  .exh_services-sec3 .bot .item .gt {
    padding: 30px 20px;
  }
}
.exh_services-sec3 .bot .item .gt .tit {
  font-weight: bold;
  font-size: 24px;
  color: #4b4d45;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .exh_services-sec3 .bot .item .gt .tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .exh_services-sec3 .bot .item .gt .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .exh_services-sec3 .bot .item .gt .tit {
    margin-bottom: 10px;
  }
}
.exh_services-sec3 .bot .item .gt .text {
  font-size: 18px;
  color: #666666;
  line-height: 34px;
}
@media (max-width: 991px) {
  .exh_services-sec3 .bot .item .gt .text {
    font-size: 16px;
    line-height: 32px;
  }
}
.exh_services-sec3 .bot .on {
  display: flex;
}
.exh_services-sec4 .cont .act1-cont .item .f-but {
  position: absolute;
  bottom: 0;
  left: 0;
}
.exh_services-sec4 .cont .act1-cont .item .f-but .hm-but {
  display: inline-block;
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1440px) {
  .exh_services-sec4 .cont .act1-cont .item .f-but .hm-but {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .exh_services-sec4 .cont .act1-cont .item .f-but .hm-but {
    margin-right: 20px;
  }
}
.exh_services-sec4 .cont .act1-cont .item .f-but .hm-but:last-child {
  margin-right: 0;
}
.jiao {
  position: fixed;
  z-index: 888;
  top: 104px;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .jiao {
    top: 70px;
  }
}
/* End */
/* 展馆登记 */
.regbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .regbox-sec1 .cont {
    margin: 0;
  }
}
.regbox-sec1 .cont .item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .regbox-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.regbox-sec1 .cont .item .font {
  padding: 30px 100px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font {
    padding: 30px 1rem;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .regbox-sec1 .cont .item .font {
    height: 350px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .regbox-sec1 .cont .item .font {
    height: auto;
  }
}
.regbox-sec1 .cont .item .font .tit {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font .tit {
    margin-bottom: 26px;
  }
}
.regbox-sec1 .cont .item .font .text {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 40px;
	height: 68px;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .regbox-sec1 .cont .item .font .text {
    margin-bottom: 26px;
		height: auto;
  }
}
@media (max-width: 991px) {
  .regbox-sec1 .cont .item .font .text {
    font-size: 16px;
    line-height: 32px;
  }
}
.regbox-sec1 .cont .item .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font .but {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .regbox-sec1 .cont .item .font .but {
    margin: 0 auto;
  }
}
.regbox-sec1 .cont .item .font .but span {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font .but span {
    font-size: 16px;
  }
}
.regbox-sec1 .cont .item .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 16px;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .regbox-sec1 .cont .item .font .but i {
    margin-left: 8px;
    width: 14px;
  }
}
.regbox-sec1 .cont .item .font .but i img {
  display: block;
  width: 100%;
}
.regbox-sec1 .cont .item .font .but:hover span:after {
  width: 100%;
}
.regbox-sec1 .cont .item .font .but:hover i {
  transform: translateX(6px);
}
.regbox-sec1 .cont .lt .font {
  background-color: #b4c832;
}
.regbox-sec1 .cont .gt .font {
  background-color: #ffda01;
}
.regbox-sec1 .cont .gt .font .tit {
  color: #6f5f13;
}
.regbox-sec1 .cont .gt .font .text {
  color: #bca538;
}
.regbox-sec1 .cont .gt .font .but {
  border-color: #a08b2a;
}
.regbox-sec1 .cont .gt .font .but span {
  color: #a08b2a;
}
.regbox-sec1 .cont .gt .font .but i {
  opacity: 0.5;
}
.regbox-sec1 .zhong {
  width: 100%;
  text-align: center;
  padding: 65px 20px;
  border-radius: 6px;
  background-color: #ff6300;
}
@media (max-width: 1440px) {
  .regbox-sec1 .zhong {
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  .regbox-sec1 .zhong {
    padding: 30px 20px;
  }
}
.regbox-sec1 .zhong span,
.regbox-sec1 .zhong a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .regbox-sec1 .zhong span,
  .regbox-sec1 .zhong a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .regbox-sec1 .zhong span,
  .regbox-sec1 .zhong a {
    font-size: 14px;
  }
}
.regbox-sec1 .zhong a {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
/* End */
/* 展馆 */
.hall-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .hall-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .hall-tit {
    margin-bottom: 30px;
  }
}
.hall-tit .tit {
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .hall-tit .tit {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .hall-tit .tit {
    font-size: 24px;
  }
}
.hall-tit .hm-but {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .hall-tit .hm-but {
    margin-top: 8px;
  }
}
.hall-sec1 {
  background-color: #f3f7e9;
}
.hall-sec1 .cont {
  margin: 0 -19px;
  display: flex;
	align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .hall-sec1 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .hall-sec1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .hall-sec1 .cont {
    margin: 0;
  }
}
.hall-sec1 .cont .tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: ;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .hall-sec1 .cont .tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hall-sec1 .cont .tit {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.hall-sec1 .cont .img {
  display: block;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .hall-sec1 .cont .img {
    height: 5.7rem;
  }
}
@media (max-width: 991px) {
  .hall-sec1 .cont .img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .hall-sec1 .cont .img {
    height: 12rem;
  }
}
.hall-sec1 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hall-sec1 .cont .lt,
.hall-sec1 .cont .gt {
  padding: 0 19px;
}
@media (max-width: 1440px) {
  .hall-sec1 .cont .lt,
  .hall-sec1 .cont .gt {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hall-sec1 .cont .lt,
  .hall-sec1 .cont .gt {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .hall-sec1 .cont .lt,
  .hall-sec1 .cont .gt {
    padding: 0;
  }
}
.hall-sec1 .cont .lt {
  width: 63%;
}
@media (max-width: 767px) {
  .hall-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hall-sec1 .cont .lt .hall1-cont {
  width: 100%;
}
.hall-sec1 .cont .lt .qie {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.hall-sec1 .cont .lt .qie .hall1-prev,
.hall-sec1 .cont .lt .qie .hall1-next {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.hall-sec1 .cont .lt .qie .hall1-next {
  background-color: #ffcc00;
  background-image: url(../images/jiangt.png);
}
.hall-sec1 .cont .gt {
  width: 37%;
}
@media (max-width: 767px) {
  .hall-sec1 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hall-sec1 .cont .gt .img {
    height: auto;
  }
}
.hall-sec1 .cont .gt .img img:nth-child(2) {
  display: none;
}
.hall-sec1 .cont .gt .img:hover img:nth-child(1) {
  display: none;
}
.hall-sec1 .cont .gt .img:hover img:nth-child(2) {
  display: block;
}
.hall-sec2 {
  background: none;
  padding-bottom: 0;
}
.hall-sec3 .basecont .top {
  margin-bottom: 0;
}
.hall-sec3 .basecont .top .exh_ser3-nav .swiper-slide .img {
  position: relative;
}
.hall-sec3 .basecont .top .exh_ser3-nav .swiper-slide .img .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 18px 15px;
  z-index: 2;
  background-color: rgba(245, 216, 57, 0.8);
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  color: #fff;
  overflow: hidden;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .hall-sec3 .basecont .top .exh_ser3-nav .swiper-slide .img .tit {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .hall-sec3 .basecont .top .exh_ser3-nav .swiper-slide .img .tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.hall-sec3 .basecont .top .exh_ser3-nav .on .img .tit {
  opacity: 1;
}
/* End */
/* 联系我们 */
.altimg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.altimg .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.altimg .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 0 15px;
}
.altimg .cont .coles {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 50px;
}
.altimg .cont .coles img {
  width: 100%;
}
.altimg .cont .img {
  background-color: #fff;
  width: 100%;
  width: 250px;
  margin: 0 auto;
}
.altimg .cont .img img {
  width: 100%;
  margin: 0 auto;
}
.contact-sec1 .exh-tit {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .contact-sec1 .exh-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .exh-tit {
    margin-bottom: 26px;
  }
}
.contact-sec1 .cont {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .contact-sec1 .cont {
    margin: 0;
  }
}
.contact-sec1 .cont .item {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont .item {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .cont .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .contact-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.contact-sec1 .cont .item .list {
  width: 100%;
  box-shadow: 0px 2px 16px 0px rgba(143, 143, 143, 0.18);
  border-radius: 5px;
  height: 190px;
  display: flex;
  align-items: center;
  padding: 40px 50px;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont .item .list {
    height: 160px;
    padding: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-sec1 .cont .item .list {
    height: 140px;
    padding: 30px 20px;
  }
}
.contact-sec1 .cont .item .list .jut {
  display: flex;
  align-items: center;
}
.contact-sec1 .cont .item .list .jut .f_tit {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont .item .list .jut .f_tit {
    font-size: 16px;
  }
}
.contact-sec1 .cont .item .list .jut .img {
  width: 98px;
  margin-right: 34px;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont .item .list .jut .img {
    margin-right: 20px;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .cont .item .list .jut .img {
    width: 50px;
  }
}
.contact-sec1 .cont .item .list .jut .img img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact-sec1 .cont .item .list .jut .font .tit {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contact-sec1 .cont .item .list .jut .font .tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact-sec1 .cont .item .list .jut .font .tit {
    font-size: 12px;
  }
}
.contact-sec1 .cont .item .list .jut .font .but {
  font-size: 16px;
  color: #666666;
  padding-bottom: 6px;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1;
  display: initial;
  position: relative;
}
@media (max-width: 767px) {
  .contact-sec1 .cont .item .list .jut .font .but {
    font-size: 14px;
  }
}
.contact-sec1 .cont .item .list .jut .font .but .hover {
  position: absolute;
  top: 130%;
  top: calc(100% + 20px);
  left: 50%;
  display: none;
  box-shadow: 0px 2px 16px 0px rgba(143, 143, 143, 0.18);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px;
  background-color: #fff;
  width: 150px;
}
.contact-sec1 .cont .item .list .jut .font .but .hover img {
  width: 100%;
}
.contact-sec1 .cont .item .list .jut .font .but:hover .hover {
  display: block;
}
.contact-sec1 .cont .item .list:hover .jut .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* End */
/* 场馆环境 */
.venue {
  border-top: 1px solid #eaeaea;
}
.venue-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .venue-sec1 .cont {
    margin: 0;
  }
}
.venue-sec1 .cont .lt,
.venue-sec1 .cont .gt {
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont .lt,
  .venue-sec1 .cont .gt {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .venue-sec1 .cont .lt,
  .venue-sec1 .cont .gt {
    padding: 0;
  }
}
.venue-sec1 .cont .lt {
  width: 38%;
  box-shadow: 0px 0px 8px 0px rgba(135, 164, 62, 0.23);
}
@media (max-width: 767px) {
  .venue-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.venue-sec1 .cont .lt .img {
  width: 100%;
}
@media (max-width: 767px) {
  .venue-sec1 .cont .lt .img {
    height: 300px;
  }
}
.venue-sec1 .cont .lt .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.venue-sec1 .cont .gt {
  width: 62%;
}
@media (max-width: 767px) {
  .venue-sec1 .cont .gt {
    width: 100%;
  }
}
.venue-sec1 .cont .gt .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.venue-sec1 .cont .gt .item .img {
  width: calc(63% - 5px);
}
@media (max-width: 500px) {
  .venue-sec1 .cont .gt .item .img {
    width: 100%;
  }
}
.venue-sec1 .cont .gt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-sec1 .cont .gt .item .font {
  width: calc(37% - 5px);
  background-color: #b4c832;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 500px) {
  .venue-sec1 .cont .gt .item .font {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.venue-sec1 .cont .gt .item .font .tit {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont .gt .item .font .tit {
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .venue-sec1 .cont .gt .item .font .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .venue-sec1 .cont .gt .item .font .tit {
    margin-bottom: 10px;
  }
}
.venue-sec1 .cont .gt .item .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont .gt .item .font .but {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .venue-sec1 .cont .gt .item .font .but {
    width: 100px;
    height: 40px;
  }
}
.venue-sec1 .cont .gt .item .font .but span {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont .gt .item .font .but span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .venue-sec1 .cont .gt .item .font .but span {
    font-size: 12px;
  }
}
.venue-sec1 .cont .gt .item .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 16px;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .venue-sec1 .cont .gt .item .font .but i {
    margin-left: 8px;
    width: 14px;
  }
}
@media (max-width: 991px) {
  .venue-sec1 .cont .gt .item .font .but i {
    width: 10px;
    margin-left: 4px;
  }
}
.venue-sec1 .cont .gt .item .font .but i img {
  display: block;
  width: 100%;
}
.venue-sec1 .cont .gt .item .font .but:hover span:after {
  width: 100%;
}
.venue-sec1 .cont .gt .item .font .but:hover i {
  transform: translateX(6px);
}
.venue-sec1 .cont .gt .item:last-child {
  margin-bottom: 0;
}
.venue-sec1 .cont .gt .item:last-child .font {
  background-color: #ffda01;
}
.venue-sec1 .cont .gt .item:last-child .font .tit {
  color: #4b4d45;
}
.venue-sec1 .cont .gt .item:last-child .font .but {
  border-color: #666666;
}
.venue-sec1 .cont .gt .item:last-child .font .but span {
  color: #666666;
}
.venue-sec1 .cont .gt .item:last-child .font .but i {
  opacity: 0.6;
}
/* End */
/* 日程安排 */
.schedule-sec1 .font {
  width: 100%;
}
.schedule-sec1 .font .f_tit {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .schedule-sec1 .font .f_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .schedule-sec1 .font .f_tit {
    margin-bottom: 10px;
  }
}
.schedule-sec1 .font .f_tit .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 38px;
}
@media (max-width: 1440px) {
  .schedule-sec1 .font .f_tit .tit {
    line-height: 36px;
    font-size: 26px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .schedule-sec1 .font .f_tit .tit {
    font-size: 24px;
    line-height: 34px;
  }
}
.schedule-sec1 .font .f_tit .data {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .schedule-sec1 .font .f_tit .data {
    width: 100%;
    margin-top: 4px;
  }
}
.schedule-sec1 .font .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
@media (max-width: 991px) {
  .schedule-sec1 .font .text {
    font-size: 14px;
    line-height: 28px;
  }
}
.schedule-sec1 .cont {
  padding-bottom: 0;
}
.schedule-sec1 .cont .item {
  padding-bottom: 90px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .schedule-sec1 .cont .item {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .schedule-sec1 .cont .item {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .schedule-sec1 .cont .item:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.schedule-sec1 .cont .item .data {
  width: 205px;
  margin-right: 84px;
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  color: #53554d;
}
@media (max-width: 1440px) {
  .schedule-sec1 .cont .item .data {
    font-size: 18px;
    width: 180px;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .schedule-sec1 .cont .item .data {
    width: 100%;
    order: 1;
    font-size: 14px;
  }
}
.schedule-sec1 .cont .item .data:after,
.schedule-sec1 .cont .item .data:before {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .schedule-sec1 .cont .item .data:after,
  .schedule-sec1 .cont .item .data:before {
    display: none;
  }
}
.schedule-sec1 .cont .item .data:after {
  width: 11px;
  height: 11px;
  background-color: #666666;
  border-radius: 50%;
  right: 0;
  top: 40%;
}
.schedule-sec1 .cont .item .data:before {
  width: 1px;
  height: 500px;
  background-color: #666;
  right: 5px;
  top: 0;
}
.schedule-sec1 .cont .item .wen {
  width: 70%;
  width: calc(100% - 289px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .schedule-sec1 .cont .item .wen {
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .schedule-sec1 .cont .item .wen {
    width: 100%;
    margin-bottom: 20px;
  }
}
.schedule-sec1 .cont .item .wen .tit {
  font-size: 20px;
  margin-right: 10px;
  max-width: 100%;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .schedule-sec1 .cont .item .wen .tit {
    font-size: 18px;
  }
}
.schedule-sec1 .cont .item .wen .text {
  font-size: 16px;
  color: #666666;
  max-width: 100%;
  margin-top: 6px;
}
@media (max-width: 1440px) {
  .schedule-sec1 .cont .item .wen .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .schedule-sec1 .cont .item .wen .text {
    width: 100%;
  }
}
.schedule-sec1 .cont .item:first-child .data:before {
  top: 16px;
}
.schedule-sec1 .cont .item:last-child .data:before {
  top: inherit;
  bottom: 16px;
}
/* End */
/* 右侧浮窗 */
.rightbox1 {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 889;
  display: none;
}
@media (max-width: 767px) {
  .rightbox1 {
    bottom: 0;
    right: 0;
    top: inherit;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }
  .rightbox1:after {
    content: "";
    clear: both;
    display: block;
  }
}
.rightbox1 .item {
  width: 75px;
  height: 75px;
  background-color: #a7c257;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  position: relative;
}
@media (max-width: 1440px) {
  .rightbox1 .item {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .rightbox1 .item {
    width: 20%;
    height: 50px;
    float: left;
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.rightbox1 .item:last-child {
  margin-bottom: 0;
}
.rightbox1 .item .img {
  height: 36px;
}
@media (max-width: 1440px) {
  .rightbox1 .item .img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .rightbox1 .item .img {
    height: 26px;
  }
}
.rightbox1 .item .img img {
  height: 100%;
}
.rightbox1 .item .cont {
  position: absolute;
  top: 0;
  right: 120%;
  background-color: #fff;
  padding: 5px;
  width: 150px;
  display: none;
}
@media (max-width: 1440px) {
  .rightbox1 .item .cont {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .rightbox1 .item .cont {
    top: initial;
    right: inherit;
    left: 0;
    bottom: 120%;
    width: 100px;
  }
}
.rightbox1 .item .cont img {
  width: 100%;
}
.rightbox1 .item:hover .cont {
  display: block;
}
/* End */
.formbox1 {
  border-top: 1px solid #eaeaea;
}
.formbox1 .altbox {
  display: block;
  position: relative;
  background: none;
}
.formbox1 .altbox .cont {
  position: relative;
  transform: translate(0);
  left: 0;
  top: 0;
  margin: 0 auto;
}


/* 法律声明 */
#c-statement2{
	border-top: 1px solid #eaeaea;
}
.c-common-title2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
@media (max-width: 1440px) {
	.c-common-title2{
		margin-bottom: 40px;
	}
}
/* End */

/* 网站地图 */
#c-sitemap{
	border-top: 1px solid #eaeaea;
}
#c-sitemap .c-box{
	width: 100%;
}
/* 网站地图 */

#c-sitemap .c-box {
    margin: 0 auto;
    max-width: 1400px;
    background: #f5f5f5;
}

#c-sitemap .c-list>li {
    border-bottom: 1px solid #ccc;
}

#c-sitemap .c-list>li:last-child {
    border: 0;
}

#c-sitemap .c-list .c-title-box {
    line-height: 1.4;
}

#c-sitemap .c-list .c-title-box a {
    color: #333;
    transition: .5s;
}

#c-sitemap .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 10px;
    margin: 0 -15px -10px;
}

#c-sitemap .c-list2>li {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 20%;
    line-height: 26px;
}

#c-sitemap .c-list2 a {
    color: #666;
    transition: .5s;
}

#c-sitemap a:hover {
    color: #ff6c00 !important;
}

#c-sitemap .c-box {
    margin: 0 auto;
    max-width: 1400px;
    min-height: 30vh;
    padding: 80px;
    background: #f5f5f5;
    line-height: 2;
}
@media (max-width: 1440px) {
	#c-sitemap .c-box{
		padding: 50px;
	}
}
@media (max-width: 991px) {
	#c-sitemap .c-box{
		padding: 40px 20px;
	}
	#c-sitemap .c-list2>li{
		width: 25%;
	}
}
@media (max-width: 767px) {
	#c-sitemap .c-list2>li{
		width: 50%;
	}
}
/* End */

.bshare-custom{
	display: flex;
	align-items: center;
}
.bshare-custom .item{
	background: none!important;
}

.f_po{
	position: relative;
}
.po{
	position: absolute;
	top: -104px;
	left: 0;
}
@media (max-width: 991px) {
	.po{
		top: -70px;
	}
}
.f_wtext{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.altbox .cont .form .item{
	position: relative;
}
.altbox .cont .form .item input{
	background-color: transparent;
	position: relative;
	z-index: 2;
}
.altbox .cont .form .item .f_cont{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.altbox .cont .form .item .f_cont span{
	color: red;
}