
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
} */
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button {
  vertical-align: middle;
  color: #26394f;
  outline: none;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #26394f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #009551;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* body {
  width: 100%;
  font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  color: #26394f;
  background: #f5f9fd;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
body{
  /* background: #f5f9fd; */
}
.fcbase {
  color: #009551;
}
.fcblack {
  color: #26394f;
}
.wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pad-spacing {
  padding: 50px 0;
}
.margin-spacing {
  margin: 50px 0;
}
.margin-b-spacing {
  margin-bottom: 50px;
}
img {
  /* max-width: 100%; */
}
.a-underline {
  text-decoration: underline;
}
.a-underline:hover {
  text-decoration: none;
}
.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 30px 0;
}
.txt-onerow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 18px;
  background-color: #009551;
  border: 1px solid #009551;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn.btn-success {
  background-color: #009551;
  border-color: #009551;
}
.btn.btn-success:hover {
  background-color: #fff;
  color: #009551;
}
.btn.btn-primary {
  background-color: #26394f;
  border-color: #26394f;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: #26394f;
}
.btn.btn-danger {
  background-color: red;
  border-color: red;
}
.btn.btn-danger:hover {
  background-color: #fff;
  color: red;
}
.btn.btn-default {
  background-color: #bbb;
  border-color: #bbb;
}
.btn.btn-default:hover {
  background-color: #fff;
  color: #bbb;
}
.btn:hover {
  background-color: #fff;
  color: #009551;
}
.btn.plain {
  border: 1px solid #009551;
  color: #009551;
  background-color: #fff;
}
.btn.plain.btn-success {
  border: 1px solid #009551;
  color: #009551;
  background-color: #fff;
}
.btn.plain.btn-success:hover {
  background-color: #009551;
  color: #fff;
}
.btn.plain.btn-primary {
  border: 1px solid #26394f;
  color: #26394f;
  background-color: #fff;
}
.btn.plain.btn-primary:hover {
  background-color: #26394f;
  color: #fff;
}
.btn.plain.strong {
  border-width: 2px;
  font-weight: bold;
}
.btn.plain:hover {
  opacity: 1;
}
.btn img {
  vertical-align: middle;
  margin-right: 4px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header.curr {
  top: -100px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.head-top {
  background-color: #fff;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-top .logo {
  font-size: 0;
  max-width: 240px;
}
.head-top .logo img {
  max-height: 80%;
  max-width: 80%;
}
.head-top .date span {
  display: inline-block;
  margin: 0 10px;
}
.head-top .date i {
  color: #009551;
}
.head-top .right {
  display: flex;
  height: 100%;
  align-items: center;
}
.head-top .right > * {
  margin-left: 10px;
}
.head-top .right .btn {
  min-width: 80px;
}
.head-top .menu-btn,
.head-top .lang {
  display: none;
}
.head-nav {
  background-color: #26394f;
  height: 50px;
  *zoom: 1;
}
.head-nav:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.head-nav .nav-box {
  float: left;
}
.head-nav .head-nav-con {
  height: 100%;
}
.head-nav .right {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
.head-nav .head-btn {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.head-nav .head-btn .btn {
  margin-left: 10px;
}
.head-nav .search-top {
  background-color: #354557;
  border-radius: 30px;
  height: 35px;
  width: 214px;
  overflow: hidden;
  *zoom: 1;
}
.head-nav .search-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.head-nav .search-top input {
  background-color: transparent;
  outline: none;
  padding: 0 10px;
  height: 100%;
  float: left;
  width: calc(100% - 50px);
  border: 0;
  color: #fff;
}
.head-nav .search-top .searchbtn {
  height: 35px;
  line-height: 35px;
  width: 50px;
  float: right;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.head-nav .search-top .searchbtn:hover {
  color: #009551;
}
.head-nav .lang-box {
  margin-left: 20px;
  position: relative;
  z-index: 2;
  line-height: 50px;
}
.head-nav .lang-box:hover .lang {
  display: block;
}
.head-nav .lang-box .p {
  position: relative;
  color: #fff;
  padding-right: 20px;
  cursor: pointer;
}
.head-nav .lang-box .p span {
  color: #009551;
}
.head-nav .lang-box .p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #009551 transparent transparent transparent;
}
.head-nav .lang-box .lang {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head-nav .lang-box .lang:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -15px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.head-nav .lang-box .lang a {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.nav-box {
  height: 100%;
}
.nav-box .nav {
  height: 100%;
  display: flex;
}
.nav-box .nav-li {
  height: 100%;
  position: relative;
  margin-right: 50px;
}
.nav-box .nav-li a {
  color: #fff;
}
.nav-box .nav-li > a {
  display: block;
  line-height: 46px;
  font-size: 16px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav-box .nav-li > a.curr,
.nav-box .nav-li > a:hover {
  border-bottom-color: #009551;
}
.footer {
  background-color: #26394f;
  position: relative;
  margin-top: 47px;
  padding-top: 47px;
}
.footer .tit {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.footer .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 18px;
  background-color: #009551;
  margin-right: 5px;
  margin-top: -2px;
}
.footer .p {
  margin-bottom: 15px;
  color: #6f7d8e;
}
.footer .p a {
  color: #6f7d8e;
}
.footer .p a:hover {
  color: #009551;
}
.footer .foot-con {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.footer .foot-con .ewm {
  width: 156px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
}
.footer .foot-con .ewm img {
  width: 100%;
}
.footer .foot-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foot-bottom .copyright {
  color: #6f7d8e;
}
.footer .foot-bottom .copyright a {
  color: #6f7d8e;
}
.footer .foot-bottom .copyright a:hover {
  color: #009551;
}
.footer .foot-bottom .foot-share a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .foot-bottom .foot-share a:hover {
  opacity: 0.8;
}
.footer .foot-bottom .foot-share .facebook {
  background-color: #537bbc;
}
.footer .foot-bottom .foot-share .instagram {
  background-color: #e4007f;
}
.footer .foot-bottom .foot-share .linkedin {
  background-color: #0077b5;
}
.footer .foot-bottom .foot-share .pinterest {
  background-color: #cc2127;
}
.footer .foot-newsletter {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009551;
  padding: 14px 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 94px;
}
.footer .foot-newsletter .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.footer .foot-newsletter .title:after {
  display: block;
  content: "";
  height: 40px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}
.footer .foot-newsletter .title .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 65px;
  text-align: center;
  margin-right: 10px;
}
.footer .foot-newsletter .title .icon img {
  max-width: 50%;
  max-height: 50%;
  vertical-align: middle;
}
.footer .foot-newsletter .title .p2 {
  font-size: 12px;
}
.footer .foot-newsletter .newsletter-form {
  flex-grow: 1;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.footer .foot-newsletter .newsletter-form .row {
  width: calc(100% - 100px);
  display: flex;
}
.footer .foot-newsletter .newsletter-form .row span {
  color: #f5f5f5;
  line-height: 44px;
}
.footer .foot-newsletter .newsletter-form input {
  height: 44px;
  border: 0;
  background-color: #fff;
  padding-left: 30px;
}
.footer .foot-newsletter .newsletter-form input.name {
  width: 40%;
}
.footer .foot-newsletter .newsletter-form input.email {
  width: 60%;
}
.footer .foot-newsletter .newsletter-form .btn {
  height: 44px;
  padding: 0;
  width: 100px;
  border-radius: 30px;
}
.banner {
  margin-top: 150px;
  background-color: #f1f1f1;
  min-height: 130px;
  text-align: center;
}
.main-titbox {
  *zoom: 1;
}
.main-titbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.main-titbox .main-tit {
  float: left;
}
.main-titbox .right {
  float: right;
}
.main-titbox .btn {
  padding: 5px 15px;
}
.main-tit {
  font-weight: bold;
  font-size: 34px;
  color: #26394f;
  margin-bottom: 30px;
}
.main-tit.align-center {
  text-align: center;
}
.main-tit.normal {
  font-weight: normal;
}
.page-tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.page-subtit {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.info {
  line-height: 1.8;
  color: #666666;
}
/*分页器*/
.pagging {
  text-align: center;
}
.pagging li {
  display: inline-block;
  margin: 2px;
}
.pagging li:first-child span {
  width: auto;
  min-width: 40px;
  border-radius: 5px;
  padding: 0 10px;
}
.pagging li.active span {
  background: #009551;
  border-color: #009551;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ececec;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #009551;
  border-color: #009551;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cate-top {
  display: flex;
  margin-top: 140px;
  flex-wrap: wrap;
}
.cate-top li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  padding: 100px 4% 3%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cate-top li:nth-child(4n) {
  margin-right: 0;
}
.cate-top li .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px #f5f9fd;
  border: 10px solid #f5f9fd;
  overflow: hidden;
  line-height: 130px;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  box-sizing: content-box;
}
.cate-top li .icon img {
  max-width: 60%;
  max-height: 60%;
  vertical-align: middle;
}
.cate-top li .tit {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.cate-top li .tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #009551;
  border-radius: 5px;
  margin: 10px auto 0;
}
.cate-top li .info {
  line-height: 1.8;
  color: #999;
  text-align: center;
}
.cate-top li .info .p {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.cate-top li .info .p:last-child {
  margin-right: 0;
}
.swiper-box {
  position: relative;
}
.swiper-box .swiper-button-prev,
.swiper-box .swiper-container-rtl .swiper-button-next {
  left: -45px;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-container-rtl .swiper-button-prev {
  right: -45px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009551;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
}
.products-list li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.products-list li:nth-child(4n) {
  margin-right: 0;
}
.products-list li a {
  display: block;
}
.products-list li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .imgbox {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.products-list li .imgbox:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.products-list li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .txtbox {
  position: relative;
  margin-top: 20px;
}
.products-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 50px;
}
.products-list li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.products-list li .txtbox .fun-box {
  position: absolute;
  top: -15px;
  right: 0px;
  z-index: 2;
  padding: 8px 5px;
  border-radius: 30px;
  overflow: hidden;
}
.products-list li .txtbox .fun-box.curr {
  background-color: #009551;
  top: -100px;
}
.products-list li .txtbox .fun-box.curr .fun {
  display: block;
  background-color: #fff;
  color: #009551;
}
.products-list li .txtbox .fun-box .other {
  display: none;
}
.products-list li .txtbox .fun-box .fun {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .txtbox .fun-box .fun:last-child {
  margin-bottom: 0;
}
.products-list li .txtbox .fun-box .fun:hover {
  opacity: 0.8;
}
.products-list li .txtbox .fun-box .fun.collect-btn.current {
  background-color: #d8c70e !important;
}
.products-list li .txtbox .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.products-list li .txtbox .fun-box .more {
  display: block;
}
.products-swiper-container {
  padding: 20px 0;
}
.products-swiper-container .li {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.products-swiper-container .li a {
  display: block;
}
.products-swiper-container .li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-swiper-container .li .imgbox {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.products-swiper-container .li .imgbox:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.products-swiper-container .li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-swiper-container .li .txtbox {
  position: relative;
  margin-top: 20px;
  padding-right: 50px;
  text-align: left;
}
.products-swiper-container .li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.products-swiper-container .li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.products-swiper-container .li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.products-swiper-container .li .txtbox .info .p:last-child {
  margin-right: 0;
}
.products-swiper-container .li .txtbox .fun-box {
  position: absolute;
  top: -15px;
  right: 0px;
  z-index: 2;
  padding: 8px 5px;
  border-radius: 30px;
  overflow: hidden;
}
.products-swiper-container .li .txtbox .fun-box.curr {
  background-color: #009551;
  top: -100px;
}
.products-swiper-container .li .txtbox .fun-box.curr .fun {
  display: block;
  background-color: #fff;
  color: #009551;
}
.products-swiper-container .li .txtbox .fun-box .other {
  display: none;
}
.products-swiper-container .li .txtbox .fun-box .fun {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-swiper-container .li .txtbox .fun-box .fun:last-child {
  margin-bottom: 0;
}
.products-swiper-container .li .txtbox .fun-box .fun:hover {
  opacity: 0.8;
}
.products-swiper-container .li .txtbox .fun-box .fun.collect-btn.current {
  background-color: #d8c70e !important;
}
.products-swiper-container .li .txtbox .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.products-swiper-container .li .txtbox .fun-box .more {
  display: block;
}
.exhibitions-list li {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
}
.exhibitions-list li .fun-box {
  position: absolute;
  top: 15px;
  right: 15px;
}
.exhibitions-list li .fun-box .fun {
  display: inline-block;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  background: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exhibitions-list li .fun-box .fun .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  font-size: 16px;
}
.exhibitions-list li .fun-box .fun.collect-btn .icon {
  background-color: #009551;
}
.exhibitions-list li .fun-box .fun.consult-btn .icon {
  background-color: #d4d612;
}
.exhibitions-list li .fun-box .fun:hover {
  opacity: 0.8;
}
.exhibitions-list li .fun-box .fun.collect-btn.current {
  background-color: #d8c70e !important;
}
.exhibitions-list li .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.exhibitions-list li .logo {
  width: 30%;
  margin-right: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 130px;
}
.exhibitions-list li .logo > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibitions-list li .logo img {
  max-width: 90%;
  max-height: 90%;
}
.exhibitions-list li .txtbox {
  width: 65%;
}
.exhibitions-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 147px;
}
.exhibitions-list li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.exhibitions-list li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.exhibitions-list li .txtbox .info .p:last-child {
  margin-right: 0;
}
.exhibitions-list li .txtbox .sign {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f8f8f9;
  color: #009551;
}
.index-exhibitions {
  display: flex;
  flex-wrap: wrap;
}
.index-exhibitions li {
  width: calc(100%/2 - 10px);
  margin-right: 20px;
}
.index-exhibitions li:nth-child(2n) {
  margin-right: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/ico-select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 0;
  outline: none;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: 1px;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcd3d5;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  border-color: #26394f;
}
input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -2px;
  content: url(../images/gou.png);
  border: none;
  background-color: transparent;
}
input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 50%;
  margin-top: 0;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #26394f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #26394f;
}
input[type="radio"]:checked:after {
  display: block;
}
.btn:disabled,
button:disabled {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #fff !important;
}
input[readonly],
input[disabled] {
  color: #999;
}
.pagebox {
  margin-bottom: 100px;
}
.online-pagebox {
  margin: 20px 0 100px;
  *zoom: 1;
}
.online-pagebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.online-pagebox .left-search {
  float: left;
  margin-right: 4%;
  width: 270px;
}
.online-pagebox .left-search .search-kw {
  background-color: #472768;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  padding: 40px 20px;
  margin-bottom: 20px;
}
.online-pagebox .left-search .search-kw .inner {
  background-color: #fff;
  *zoom: 1;
  height: 47px;
  line-height: 47px;
  border-radius: 10px;
  overflow: hidden;
}
.online-pagebox .left-search .search-kw .inner:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.online-pagebox .left-search .search-kw input {
  background-color: transparent;
  outline: none;
  padding: 0 10px;
  height: 100%;
  float: left;
  width: calc(100% - 50px);
  border: 0;
}
.online-pagebox .left-search .search-kw .searchbtn {
  height: 100%;
  width: 50px;
  float: right;
  background-color: transparent;
  border: 0;
  color: #009551;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.online-pagebox .left-search .search-kw .searchbtn:hover {
  color: #26394f;
}
.online-pagebox .left-search .search-item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.online-pagebox .left-search .search-item .tit {
  border-radius: 30px 30px 0 0;
  background-color: #009551  ;
  text-align: center;
  color: #fff;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
}
.online-pagebox .left-search .search-item .con {
  background-color: #edf9f4;
  padding: 20px;
  border-radius: 0 0 30px 30px;
}
.online-pagebox .left-search .btn {
  width: 100%;
  padding: 0;
  height: 54px;
  line-height: 54px;
}
.online-pagebox .left-search .chklist .li {
  margin-bottom: 20px;
}
.online-pagebox .left-search .chklist .li .first {
  color: #009551;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.online-pagebox .left-search .chklist .li .sublist {
  margin-bottom: 15px;
}
.online-pagebox .left-search .chklist .li .three-box {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.online-pagebox .left-search .chklist .li label {
  display: block;
  margin-bottom: 5px;
  *zoom: 1;
}
.online-pagebox .left-search .chklist .li label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.online-pagebox .left-search .chklist .li input {
  float: left;
}
.online-pagebox .left-search .chklist .li span {
  float: left;
  width: calc(100% - 23px);
}
.online-pagebox .online-right {
  float: left;
  width: calc(100% - 270px - 4%);
}
.online-pagebox .letterbox {
  border-bottom: 1px solid #e7ecf1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.online-pagebox .letterbox .p {
  margin-bottom: 5px;
  font-weight: bold;
}
.online-pagebox .letterbox .item-sub {
  display: flex;
}
.online-pagebox .letterbox .letter {
  flex: 1;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  transition: 0.6s;
  padding: 0 10px;
  cursor: pointer;
}
.online-pagebox .letterbox .letter.current,
.online-pagebox .letterbox .letter:hover {
  background-color: #009551;
  border-radius: 5px;
  color: #fff;
}
.online-pagebox .result {
  margin-bottom: 30px;
  *zoom: 1;
}
.online-pagebox .result:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.online-pagebox .result .btn {
  float: right;
  border-radius: 5px;
}
.online-pagebox .result .left {
  float: left;
  width: calc(100% - 130px);
}
.online-pagebox .result .p {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
}
.online-pagebox .result .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  color: #009551;
}
.online-pagebox .result .item .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.online-pagebox .result .item .del {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #009551;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.online-pagebox .result .item .del:hover {
  background-color: #26394f;
}
.search-box {
  background-color: #26394f;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  *zoom: 1;
}
.search-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.search-box .form-input {
  width: 28%;
  float: left;
  height: 42px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
.search-box .form-search {
  float: left;
  width: calc(100% - 56% - 20px);
  *zoom: 1;
}
.search-box .form-search:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.search-box .form-search.big {
  width: 100%;
  float: none;
}
.search-box .form-search .btn {
  padding: 0;
  width: 80px;
  height: 42px;
  line-height: 42px;
  border-radius: 0 5px 5px 0;
}
.search-box .form-search .btn:hover {
  background-color: #009551;
  border-color: #009551;
  color: #fff;
  opacity: 0.8;
}
.search-box .form-search .form-input {
  width: calc(100% - 80px);
  margin-right: 0;
  border-radius: 5px 0 0 5px;
}
.exh-top {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  display: flex;
  min-height: 180px;
  /* margin-top: -120px; */
}
.exh-top .logo {
  width: 250px;
  border-right: 1px solid #f8f8f9;
  padding-right: 3%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exh-top .logo img {
  max-width: 100%;
  max-height: 100%;
}
.exh-top .txtbox {
  flex-grow: 1;
  padding-right: 200px;
}
.exh-top .company {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.exh-top .p {
  margin-bottom: 8px;
  color: #999;
}
.exh-top .fun-box {
  position: absolute;
  top: 30px;
  right: 30px;
}
.exh-top .fun-box .fun {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exh-top .fun-box .fun.green {
  background-color: #009551;
}
.exh-top .fun-box .fun:hover {
  opacity: 0.8;
}
.exh-top .fun-box .fun.curr {
  background-color: #ccc !important;
}
.exh-top .fun-box .fun.curr:hover {
  opacity: 1;
}
.exh-top .share-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.exh-top .share-box span {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  color: #999;
}
.exh-top .share-box a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exh-top .share-box a:hover {
  opacity: 0.8;
}
.exh-top .share-box .facebook {
  background-color: #537bbc;
}
.exh-top .share-box .instagram {
  background-color: #e4007f;
}
.exh-top .share-box .linkedin {
  background-color: #0077b5;
}
.exh-top .share-box .pinterest {
  background-color: #cc2127;
}
.layer-radius {
  border-radius: 30px !important;
}
.popbox {
  display: none;
  max-width: 1300px;
  width: 90vw;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}
.popbox .pop-close {
  color: #009551;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popbox .pop-close:hover {
  color: #26394f;
}
.popbox .pop-close i {
  font-size: 30px;
}
.popbox .pop-close.close2 {
  top: 15px;
  right: 15px;
}
.popbox .popcon {
  overflow-y: auto;
  max-height: 70vh;
}
.pro-popcon {
  min-height: 670px;
  *zoom: 1;
}
.pro-popcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-popcon .left {
  float: left;
  width: 60%;
  margin-right: 3%;
}
.pro-popcon .right {
  float: left;
  width: 35%;
}
.pro-popcon .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-popcon .swiper-slide img {
  display: block;
  width: 100%;
}
.pro-popcon .pro-swiper {
  height: 580px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
}
.pro-popcon .pro-swiper .swiper-slide {
  height: 100%;
}
.swiper-slide{
  display: block !important;
  min-height: 350px;
}
.swiper-wrapper,
.products-swiper{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  background-image: none !important;
}
.pro-popcon .pro-swiper:hover .swiper-button-next,
.pro-popcon .pro-swiper:hover .swiper-container-rtl .swiper-button-prev {
  right: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pro-popcon .pro-swiper:hover .swiper-button-prev,
.pro-popcon .pro-swiper:hover .swiper-container-rtl .swiper-button-next {
  left: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pro-popcon .thumbs-swiper .swiper-slide {
  height: 90px;
  border: 2px solid transparent;
}
.pro-popcon .thumbs-swiper .swiper-slide-thumb-active {
  border-color: #009551;
}
.pro-popcon .tit {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.pro-popcon .info {
  color: #999;
}
.pro-popcon .cate-box {
  margin-top: 10px;
}
.pro-popcon .cate-box .p {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 6px;
  background-color: #e6f7f3;
  color: #009551;
  padding: 5px 10px;
  border-radius: 5px;
}
.pro-popcon .btn {
  border-radius: 10px;
  line-height: 30px;
}
.pro-popcon .swiper-button-next,
.pro-popcon .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
.pro-popcon .swiper-button-next:after,
.pro-popcon .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}
.pro-popcon .swiper-button-next,
.pro-popcon .swiper-container-rtl .swiper-button-prev {
  right: -40px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pro-popcon .swiper-button-prev,
.pro-popcon .swiper-container-rtl .swiper-button-next {
  left: -40px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.layer-radius2 {
  border-radius: 20px !important;
}
.form-box .form-row {
  margin-bottom: 20px;
}
.form-box .input-box {
  width: 100%;
}
.form-box .btn {
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 120px;
}
.form-box .code-row {
  *zoom: 1;
}
.form-box .code-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .code-row .form-input {
  float: left;
  width: calc(100% - 120px - 10px);
  margin-right: 10px;
}
.form-box .code-row .btn {
  float: left;
}
.form-box .name {
  margin-bottom: 5px;
}
.form-box .form-input {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 50px;
}
.form-box textarea.form-input {
  height: 120px;
  outline: none;
}
.form-box .tip {
  color: #999;
  margin-top: 5px;
}
.form-box .limit-txt {
  text-align: right;
  color: #999;
}
.formbox-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formbox-half .form-row {
  width: 48.6%;
}
.formbox-half .form-row-all {
  width: 100%;
}
.submit-btnbox {
  margin-top: 30px;
}
.submit-btnbox .btn {
  width: 100%;
  padding: 0;
  line-height: 52px;
  height: 52px;
  border-radius: 8px;
  font-size: 16px;
}
.login-box {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 90vw;
  max-width: 700px;
  position: relative;
}
.login-box .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #009551;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.login-box .closebtn:hover {
  color: #26394f;
}
.login-box .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.login-box .form-row {
  margin-bottom: 20px;
}
.login-box .label {
  margin-right: 30px;
}
.login-box .label:last-child {
  margin-right: 0;
}
.login-box .reg-box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.login-box .reg-box .p1 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #009551;
}
.login-box .reg-box .btn {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 120px;
  border-radius: 8px;
}
.search-list li {
  margin-bottom: 20px;
  padding: 20px;
  padding-right: 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 70px;
  position: relative;
}
.search-list li:hover:after {
  right: 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-list li:after {
  content: ">";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "宋体";
  text-align: center;
  line-height: 30px;
  background-color: #009551;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-list li .tit {
  font-size: 16px;
  font-weight: bold;
}
.right-float {
  position: absolute;
  width: 164px;
  top: 30%;
  left: calc((100% - 1300px)/2 + 1320px);
  z-index: 9;
}
.right-float .btn {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.right-float .ewmbox {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 5px 5px 15px;
  background-color: #fff;
  overflow: hidden;
}
.right-float .ewmbox img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.right-float .ewmbox .p {
  line-height: 1.2;
  text-align: center;
}
.showcase {
  background-color: #fff;
  border-radius: 30px;
  /* padding: 30px; */
  position: relative;
  display: flex;
  min-height: 180px;
  /* margin-top: -120px;s */
}
.showcase .media {
  flex: 0 0 60%;
  margin-right: 30px;
  border-radius: 20px;
  background-color: #f1f1f1;
}
.showcase .media video,
.showcase .media img {
  width: 100%;
  max-height: 400px;
  border-radius: 20px;
  object-fit: contain;
}
.showcase .content-container {
  flex: 1;
}
.showcase .content-container .title {
  display: flex;
  margin-bottom: 16px;
}
.showcase .content-container .title h1 {
  flex: 1;
  font-size: 24px;
}
.showcase .content-container .title .action {
  flex: 0 0 auto;
  margin-left: 10px;
}
.showcase .section {
  margin-top: 10px;
}
.showcase .section .label {
  margin-bottom: 4px;
  color: #26394f;
  font-size: 14px;
}
.showcase .categories {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.showcase .categories li {
  padding: 4px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #e6f7f3;
  color: #009551;
  border-radius: 6px;
}
.showcase .thumb-media {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}
.showcase .thumb-media .item {
  position: relative;
  flex: 0 0 30%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.showcase .thumb-media .item::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.showcase .thumb-media .item.current img,
.showcase .thumb-media .item.current video {
  border-color: #009551;
}
.showcase .thumb-media .item img,
.showcase .thumb-media .item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
}
.action .fun {
  display: inline-block;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  background: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.action .fun .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #26394f;
  color: #fff;
  font-size: 16px;
}
.action .fun.collect-btn .icon {
  background-color: #009551;
}
.action .fun.collect-btn.current .icon {
  background-color: #d8c70e !important;
}
.action .fun.collect-btn.current .sup {
  display: inline-block;
}
.action .fun.collect-btn .sup {
  display: none;
}
.action .fun.consult-btn .icon {
  background-color: #d4d612;
}
.action .fun:hover {
  opacity: 0.8;
}
.action .fun.book-btn.current {
  background-color: #ccc !important;
}
.introduce {
  display: flex;
}
.introduce .content-container {
  flex: 1;
}
.introduce .content-container p {
  color: #666;
  line-height: 2;
}
.introduce video {
  flex: 1;
  margin-left: 50px;
  max-width: 46%;
  border-radius: 20px;
}

.PagingList{
  position: relative;
}

.PagingList a{
  background-color: white;
}

.PagingList div{
  display: flex;
  justify-content: center;
}

.search-btn-icon::after{
  content: url(../images/search.png);
}

.star-icon::after{
  content: url(../images/star-icon.png);
  line-height: 35px;
  display: block;
  transform: scale(1.2);
}

.consult-icon::after{
  content: url(../images/consult-icon.png);
  line-height: 35px;
  display: block;
  transform: scale(1.2);
}

input[type='checkbox']{
  margin-left: 0;
}

@media screen and (max-width: 1700px) {
  .right-float {
    left: auto;
    right: 10px;
    width: 145px;
  }
  .right-float .btn {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .right-float {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .products-list li {
    width: calc(100%/3 - 13.4px);
  }
  .products-list li:nth-child(4n) {
    margin-right: 20px;
  }
  .products-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .cate-top li {
    padding-top: 80px;
  }
  .cate-top li .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    top: -50px;
  }
}
@media screen and (max-width: 900px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .swiper-box .swiper-button-next,
  .swiper-box .swiper-container-rtl .swiper-button-prev {
    right: -18px;
  }
  .swiper-box .swiper-button-prev,
  .swiper-box .swiper-container-rtl .swiper-button-next {
    left: -18px;
  }
}
