.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer {
  background-color: #333333;
  color: #AAAAAA;
}
.footer .wrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1500px;
}
.footer a {
  color: #AAAAAA;
}
.footer a:hover {
  color: #ec664e;
}
.footer .foot-con {
  padding: 60px 0 50px;
  display: flex;
}
.footer .foot-logo {
  margin-bottom: 55px;
}
.footer .foot-logo img {
  width: 70%;
}
.footer .left {
  width: 300px;
  flex-shrink: 0;
}
.footer .left .tit {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.footer .left .p {
  font-weight: bold;
  margin-top: 40px;
  font-size: 18px;
  color: #aaaaaa;
  display: flex;
  align-items: center;
}
.footer .left .p .icon {
  width: 30px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 4px;
}
.footer .left .p .icon img {
  max-width: 100%;
}
.footer .left .p a {
  color: #fff;
  text-decoration: underline;
}
.footer .left .p a:hover {
  color: #ec664e;
}
.footer .right {
  border-left: 1px solid #AAAAAA;
  padding-left: 45px;
  margin-left: 30px;
  flex-grow: 1;
}
.footer .foot-tit {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1;
  font-weight: bold;
}
.footer .foot-links {
  display: flex;
  justify-content: space-between;
}
.footer .foot-links .tit {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
  color: #fff;
  white-space: nowrap;
}
.footer .foot-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.footer .foot-links li:last-child {
  margin-right: 0;
}
.footer .foot-links a {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.footer .foot-links a:last-child {
  margin-bottom: 0;
}
.footer .foot-links a .hot {
  position: absolute;
  right: 0;
  top: -15px;
  color: #EA410C;
  font-weight: bold;
}
.footer .foot-unit {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.footer .foot-unit > div {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.footer .foot-unit > div:last-child {
  margin-right: 0;
}
.footer .foot-unit .logo-img img {
  width: 120px;
}
.footer .foot-unit .unit .p {
  margin-bottom: 15px;
  line-height: 1;
}
.footer .foot-contact {
  color: #fff;
  font-size: 16px;
}
.footer .foot-contact .p {
  margin-bottom: 15px;
  line-height: 1;
}
.footer .foot-contact .p:last-child {
  margin-bottom: 0;
}
.footer .foot-contact .txt,
.footer .foot-contact a {
  color: #AAAAAA;
  font-size: 14px;
}
.footer .foot-subscribe {
  *zoom: 1;
}
.footer .foot-subscribe:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer .foot-subscribe:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer .foot-subscribe .logo {
  float: left;
  text-align: center;
  width: 100px;
}
.footer .foot-subscribe .logo img {
  width: 100px;
}
.footer .foot-subscribe .subscribe-con {
  float: left;
  width: calc(100% - 100px - 5%);
  margin-left: 5%;
}
.footer .foot-subscribe .subscribe-form {
  display: flex;
  align-items: center;
}
.footer .foot-subscribe .subscribe-form .inputbox {
  width: 80%;
  margin-right: 20px;
}
.footer .foot-subscribe .subscribe-form .subscribe-btn {
  width: calc(20% - 20px);
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: #ec664e;
  color: #fff;
  text-align: center;
  border: 0;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .foot-subscribe .subscribe-form .subscribe-btn:hover {
  background-color: #ff984d;
}
.footer .foot-subscribe .subscribe-form .form-input {
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #464749;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 5px;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}
.footer .foot-subscribe .subscribe-form .form-input.txtname {
  width: calc(100%/2 - 5px);
}
.footer .foot-subscribe .subscribe-form .form-input.txtname:nth-child(2) {
  margin-right: 0;
}
.footer .foot-subscribe .subscribe-form .form-input.txtemail {
  width: 100%;
  margin-right: 0;
}
.footer .foot-subscribe .clause-box {
  color: #fff;
  text-align: left;
  font-size: 12px;
}
.footer .foot-subscribe .clause-box span {
  cursor: pointer;
}
.footer .foot-ewm {
  display: flex !important;
}
.footer .foot-ewm .ewm-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.footer .foot-ewm .ewm-item:first-child {
  margin-left: 0;
}
.footer .foot-ewm .ewm-item img {
  width: 100px;
}
.footer .foot-ewm .ewm-item p {
  margin-top: 5px;
  color: #fff;
}
.footer .foot-ewm .ewm-item p a {
  text-decoration: underline;
  color: #fff;
}
.footer .foot-ewm .ewm-item p a:hover {
  color: #ec664e;
}
.footer .foot-tip {
  display: flex;
  align-items: center;
}
.footer .foot-tip .img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30%;
  flex-shrink: 0;
  margin-right: 5%;
}
.footer .foot-tip .img img {
  display: block;
  max-height: 100px;
  max-width: 100%;
}
.footer .foot-bottom {
  padding: 12px 0;
  font-size: 12px;
  background-color: #000;
  *zoom: 1;
}
.footer .foot-bottom:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer .foot-bottom:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.footer .foot-bottom .copyright {
  float: left;
}
.footer .foot-bottom .jishu {
  float: right;
}
@media screen and (max-width: 1480px) {
  .footer .foot-links li {
    margin-right: 2%;
  }
  .footer .foot-unit > div {
    margin-right: 2%;
  }
  .footer .foot-ewm .ewm-item {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .footer .left .p {
    font-size: 18px;
  }
  .footer .left .p img {
    width: 27px;
  }
  .footer .foot-links a {
    white-space: normal !important;
  }
  .footer .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 45px;
  }
  .footer .wrap {
    width: 90%;
  }
  .footer .foot-con {
    display: block;
    padding: 30px 0 20px;
  }
  .footer .foot-logo {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
  }
  .footer .foot-logo img {
    max-width: 48%;
    max-height: 50px;
    margin-right: 20px;
    width: auto !important;
  }
  .footer .foot-logo img:last-child {
    margin-right: 0;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .tit {
    font-size: 20px;
  }
  .footer .left .p {
    margin-top: 20px;
    font-size: 16px;
  }
  .footer .left .p img {
    width: 25px;
  }
  .footer .left .p.mb-show {
    display: flex !important;
  }
  .footer .right {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  .footer .foot-unit {
    margin: 40px 0 30px;
  }
  .footer .foot-unit .logo-img,
  .footer .foot-unit .unit {
    display: none;
  }
  .footer .foot-unit .foot-contact {
    margin-right: 0;
  }
  .footer .foot-links,
  .footer .foot-ewm {
    display: none !important;
  }
  .footer .foot-bottom {
    padding: 13px 0;
    line-height: 1.5;
  }
  .footer .foot-bottom .copyright,
  .footer .foot-bottom .jishu {
    float: none;
    text-align: center;
  }
  .footer .foot-bottom .copyright span {
    display: block;
  }
}
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: #333;
  outline: none;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
  -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;
}
a:hover {
  color: #e97868;
  -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;
  text-decoration: none;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
@font-face {
  font-family: 'AlibabaPuHuiR';
  src: url('https://imgs.sialchina.cn/webfont/Alibaba-PuHuiTi-Regular.ttf') format('truetype'), url('https://imgs.sialchina.cn/webfont/Alibaba-PuHuiTi-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'AlibabaPuHuiM';
  src: url('https://imgs.sialchina.cn/webfont/Alibaba-PuHuiTi-Medium.ttf') format('truetype'), url('https://imgs.sialchina.cn/webfont/Alibaba-PuHuiTi-Regular.woff') format('woff');
  font-display: swap;
}
body {
  width: 100%;
  font: 14px 'AlibabaPuHuiR', '微软雅黑', 'Mocrosoft YaHei', 'Arial', Helvetica, sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mb-show {
  display: none !important;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.padb80 {
  padding-bottom: 60px;
}
.padb100 {
  padding-bottom: 60px;
}
.pad80 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad90 {
  padding-top: 90px;
}
.pad50 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin {
  margin: 60px 0;
}
.pad-top-spacing {
  padding-top: 80px;
}
.pad-spacing {
  padding: 80px 0;
}
.margin-spacing {
  margin: 80px 0;
}
.marginb-spacing {
  margin-bottom: 80px;
}
.line {
  width: 100%;
  height: 1px;
  margin: 60px 0;
  background-color: #CBCBCB;
}
.info {
  line-height: 1.8;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fwM {
  font-family: 'AlibabaPuHuiM';
}
.fwR {
  font-family: 'AlibabaPuHuiR';
}
.fwnormal {
  font-weight: normal !important;
}
.fcbase {
  color: #ec664e !important;
}
.fcred {
  color: red;
}
.txt-red {
  color: #e97868;
}
.txt-gray {
  color: #666;
}
.txt-light-gray {
  color: #999;
}
.text-right {
  text-align: right !important;
}
.txt-oneline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb50 {
  margin-bottom: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.graybg {
  background-color: #e9e9e3 !important;
}
.graylightbg {
  background-color: #f8f8f8 !important;
}
.yellowbg {
  background-color: #ffa732 !important;
}
.pinkbg {
  background-color: #ff8081 !important;
}
.lightpinkbg {
  background-color: #fbe3df !important;
}
.purplebg {
  background-color: #e90c80 !important;
}
/*fancybox*/
.fancybox-skin {
  background-color: transparent;
  padding: 0 !important;
}
/*layer*/
.layui-layer-ico {
  background-image: url(../images/layer-icon.png) !important;
}
.myLayui {
  border-radius: 10px !important;
}
.whitebox {
  background-color: #fff;
}
.yellowbox {
  background-color: #ffa733 !important;
}
.graybox {
  background-color: #e9e9e3 !important;
}
.graybox .about-tit span {
  background-color: #e9e9e3 !important;
}
.pinkbox {
  background-color: #ff8081 !important;
}
.pinkbox .about-tit:before {
  background-color: #7d3f40;
}
.pinkbox .about-tit span {
  background-color: #ff8081;
  color: #7d3f40;
}
.lightpink {
  background-color: #ffae9d !important;
}
.lightpink .about-tit span {
  background-color: #ffae9d;
}
.greenbox {
  background-color: #b0cfc4 !important;
}
.greenbox .about-tit span {
  background-color: #b0cfc4;
}
.brownbox {
  background-color: #927869 !important;
}
.brownbox .about-tit {
  margin-bottom: 50px;
}
.brownbox .about-tit span {
  background-color: #927869;
}
.bg-lightorange {
  background-color: #f5ddc4;
  margin: 0 auto;
}
.bg-lightorange.radius-two {
  border-radius: 150px 0 150px 0;
}
.bg-gray {
  background-color: #f8f8f8;
  margin: 0 auto;
}
.bg-gray.radius-two {
  border-radius: 150px 0 150px 0;
}
.bg-lightpink {
  background-color: #f8d7d2;
  margin: 0 auto;
}
.bg-lightpink.radius-two {
  border-radius: 150px 0 150px 0;
}
.bg-lightpink.w1600 {
  max-width: 1600px;
}
.lightbrown {
  background-color: #c9b7ae !important;
}
.lightbrown .about-tit {
  margin-bottom: 50px;
}
.lightbrown .about-tit:before {
  background-color: #6f564f;
}
.lightbrown .about-tit span {
  background-color: #c9b7ae;
  color: #6f564f;
}
.lightbrown .info {
  color: #6f564f;
}
.btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #ec664e;
  color: #fff;
  box-shadow: 0 0 5px #ec664e;
  border: 0;
}
.btn.btnyellow {
  background-color: #ffa932;
  box-shadow: 0 0 5px #ffa932;
}
.btn.yellow {
  background-color: #ffa932;
  box-shadow: 0 0 5px #ffa932;
}
.btn.btnradius {
  display: inline-block;
  border-radius: 5px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}
.btnbg {
  display: block;
  width: 100%;
  border: 0;
  line-height: 60px;
  background-color: #ffa832;
  background-image: url(../images/btn-line.png);
  background-repeat: no-repeat;
  background-position: right 10% center;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  /*font-size: 16px;*/
  font-size: 16px;
  cursor: pointer;
  -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;
}
.btnbg:before,
.btnbg:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  /*background-color: #fff;*/
  background: -webkit-linear-gradient(to right, #cc9005, #fff);
  background: -moz-linear-gradient(to right, #cc9005, #fff);
  background: linear-gradient(to right, #cc9005, #fff);
  right: calc((10% - 42px)/2 - 1px);
}
.btnbg:after {
  width: 38px;
  height: 38px;
  margin-top: -20px;
  /*background-color: #ffaf9e;*/
  background-color: #ffa732;
  right: calc((10% - 42px)/2);
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.btnbg:hover {
  opacity: 0.9;
  -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;
}
.btnbg:hover:before {
  background: #cc9005;
  transform: translateX(-1px);
  box-shadow: 2px 0 5px #cc9005;
}
.btnbg:hover:after {
  transform: translateX(1px);
}
.btnbg.btnbgs {
  line-height: 50px;
  background-position: right 12% center;
}
.btnbg.btnbgs:before,
.btnbg.btnbgs:after {
  width: 35px;
  height: 35px;
  right: calc((10% - 26px)/2);
}
.btnbg.btnbgs:after {
  right: calc((10% - 26px)/2 + 1px);
}
.btnbg.btnbg-orange {
  background-image: url(../images/btn-line2.png);
  background-color: #f14a16;
}
.btnbg.btnbg-orange:before {
  background: #ca1706;
}
.btnbg.btnbg-orange:after {
  background-color: #f14a16;
}
.btnbg.btnbg-orange:hover:before {
  background: #ca1706;
  box-shadow: 2px 0 5px #ca1706;
}
.btnbg2 {
  display: block;
  width: 100%;
  border: 0;
  line-height: 60px;
  background-color: #ffa832;
  background-image: url(../images/btn-line.png);
  background-repeat: no-repeat;
  background-position: right 10% center;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  /*font-size: 16px;*/
  font-size: 16px;
  cursor: pointer;
  -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;
  background-color: #ecba4a;
}
.btnbg2:before,
.btnbg2:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  /*background-color: #fff;*/
  background: -webkit-linear-gradient(to right, #cc9005, #fff);
  background: -moz-linear-gradient(to right, #cc9005, #fff);
  background: linear-gradient(to right, #cc9005, #fff);
  right: calc((10% - 42px)/2 - 1px);
}
.btnbg2:after {
  width: 38px;
  height: 38px;
  margin-top: -20px;
  /*background-color: #ffaf9e;*/
  background-color: #ffa732;
  right: calc((10% - 42px)/2);
  background-image: url(../images/arrow-r.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.btnbg2:hover {
  opacity: 0.9;
  -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;
}
.btnbg2:hover:before {
  background: #cc9005;
  transform: translateX(-1px);
  box-shadow: 2px 0 5px #cc9005;
}
.btnbg2:hover:after {
  transform: translateX(1px);
}
.btnbg2.btnbgs {
  line-height: 50px;
  background-position: right 12% center;
}
.btnbg2.btnbgs:before,
.btnbg2.btnbgs:after {
  width: 35px;
  height: 35px;
  right: calc((10% - 26px)/2);
}
.btnbg2.btnbgs:after {
  right: calc((10% - 26px)/2 + 1px);
}
.btnbg2.btnbg-orange {
  background-image: url(../images/btn-line2.png);
  background-color: #f14a16;
}
.btnbg2.btnbg-orange:before {
  background: #ca1706;
}
.btnbg2.btnbg-orange:after {
  background-color: #f14a16;
}
.btnbg2.btnbg-orange:hover:before {
  background: #ca1706;
  box-shadow: 2px 0 5px #ca1706;
}
.btnbg2:after {
  background-color: #e0ab2e;
}
.btnred {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #e4b3a4;
  color: #705850;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  -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;
}
.btnred:hover {
  opacity: 0.9;
  -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;
}
.btnyellow {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffa932;
  color: #fff;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  -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;
}
.btnyellow:hover {
  opacity: 0.9;
  -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;
}
.wrapper {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrap,
.pageTitle {
  max-width: 1200px;
  margin: 0 auto;
}
.ulstyle {
  list-style-image: url(../images/li-ico.jpg) !important;
  list-style-type: square !important;
  padding-left: 15px !important;
}
.point-list {
  list-style-image: url(../images/li-ico2.png) !important;
  list-style-type: disc !important;
  padding-left: 15px !important;
}
.order-list {
  list-style: decimal !important;
  padding-left: 20px !important;
}
img {
  max-width: 100%;
}
/*登录页*/
.login-pop {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #7f6459;
}
.login-box {
  width: 990px;
  margin: 100px auto 0;
  position: relative;
}
.login-lang {
  position: absolute;
  right: 0;
  top: -40px;
  height: 40px;
  width: 114px;
  text-align: center;
  line-height: 40px;
  background-color: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.login-lang a {
  color: #fff;
}
.login-lang a.curr,
.login-lang a:hover {
  color: #e97868;
}
.login-con {
  width: 100%;
  height: 592px;
  *zoom: 1;
}
.login-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.login-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.login-con > div {
  height: 100%;
  overflow: hidden;
}
.login-con .login-fl {
  float: left;
  width: 53%;
  background-color: #000;
}
.login-con .login-fl .img {
  overflow: hidden;
  width: 100%;
  height: 63%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-con .login-fl .img img {
  display: block;
  height: 100%;
}
.login-con .login-fl .txt {
  background-color: #d25f58;
  height: 24%;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.login-con .login-fl .txt:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.login-con .login-fl .txt:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.login-con .login-fl .txt p {
  float: left;
  vertical-align: middle;
  width: 50%;
  color: #fff;
  /*font-size: 18px;*/
  font-size: 18px;
  line-height: 1.8;
  padding: 40px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-con .login-fl .txt p:nth-of-type(2):before {
  display: block;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
}
.login-con .login-hold {
  float: left;
  width: 7%;
}
.login-con .login-hold p {
  width: 100%;
}
.login-con .login-hold p:nth-of-type(1) {
  height: 21%;
  background-color: #d79880;
}
.login-con .login-hold p:nth-of-type(2) {
  height: 42%;
  background-color: #d88069;
}
.login-con .login-hold p:nth-of-type(3) {
  height: 24%;
  background-color: #d57960;
}
.login-con .login-hold p:nth-of-type(4) {
  height: 13%;
  background-color: #c86a60;
}
.login-con .login-abox {
  float: left;
  width: 40%;
}
.login-con .login-abox a {
  display: block;
  width: 100%;
  height: 50%;
  padding: 25px;
  color: #000000;
  -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;
}
.login-con .login-abox a:nth-of-type(1) {
  background-color: #f8dcd8;
}
.login-con .login-abox a:nth-of-type(1):hover {
  -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;
  background-color: #fff0ee;
}
.login-con .login-abox a:nth-of-type(2) {
  background-color: #e8a18d;
}
.login-con .login-abox a:nth-of-type(2):hover {
  -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;
  background-color: #e9b4a4;
}
.login-con .login-abox a > img {
  width: 96px;
}
.login-con .login-abox p {
  text-align: center;
}
.login-con .login-abox .p1 {
  /*font-size: 22px;*/
  font-size: 22px;
  margin: 25px 0;
}
.login-con .login-abox .p2 {
  /*font-size: 18px;*/
  font-size: 18px;
  margin: 10px 0;
  font-weight: 100;
}
.header {
  background-color: #fff;
  border-bottom: 8px solid #ffcd32;
  height: 88px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .searchtop-con {
  display: none;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.header .searchtop-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .searchtop-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .searchtop-con input {
  float: left;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #e5e5ea;
  width: calc(100% - 15% - 1.2%);
  border-radius: 5px;
  margin-right: 1.2%;
}
.header .searchtop-con .btn {
  float: left;
  width: 10%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #ec664e;
  border: 1px solid #ec664e;
  color: #fff;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .searchtop-con .btn:hover {
  background-color: #ff984d;
  border-color: #ff984d;
}
.header .wrap {
  width: 94%;
  max-width: 1680px;
  height: 100%;
  *zoom: 1;
}
.header .wrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .wrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .menu-btn,
.header .closeNav {
  display: none;
}
.header .header-fl {
  float: left;
  height: 100%;
}
.header .logo {
  float: left;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo .logo2 {
  width: 75px;
}
.header .logo img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.header .logo h1 {
  flex: 1;
}
.header .sial-date {
  display: none;
}
.header .header-fr {
  float: left;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.header .header-fun {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-fun .search-top .search-btn {
  font-size: 18px;
  padding: 20px;
  cursor: pointer;
}
.header .header-fun .search-top .search-btn.curr,
.header .header-fun .search-top .search-btn:hover {
  color: #ec664e;
}
.header .lang-mbbox {
  display: none;
}
.header .lang-box {
  color: #999999;
  white-space: nowrap;
}
.header .lang-box a {
  color: #999999;
}
.header .lang-box:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #d0d4d7;
}
.header .lang-box a:hover,
.header .lang-box .curr {
  color: #333;
}
.nav-box {
  height: 100%;
}
.nav-box .nav-ul {
  height: 100%;
  display: flex;
}
.nav-box .nav-li {
  height: 100%;
  position: relative;
}
.nav-box .nav-li a {
  color: #333;
}
.nav-box .nav-li > a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-box .nav-li > a.curr,
.nav-box .nav-li > a:hover {
  background-color: #e4412d;
  color: #fff;
}
.nav-box .nav-li > a.curr.has-arrow:after,
.nav-box .nav-li > a:hover.has-arrow:after {
  color: #fff;
}
.nav-box .nav-li > a.has-arrow:after {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  color: #d0d4d7;
  font-weight: bold;
  font-size: 20px;
  margin-left: 2px;
}
.nav-box .nav-li > a.cursor-auto {
  cursor: auto;
}
.nav-box .sub-nav {
  display: none;
  position: absolute;
  width: auto;
  min-width: 160px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 8px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
}
.nav-box .sub-nav a {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #333;
  line-height: 1.5;
  -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;
}
.nav-box .sub-nav a:hover,
.nav-box .sub-nav a.curr {
  color: #d38070;
  -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;
}
.nav-box .sub-nav a span {
  display: block;
}
.nav-box .item {
  position: relative;
}
.nav-box .three-nav {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 150px;
  width: 160px;
  padding: 10px 0;
  top: 0;
}
.nav-box .three-nav:before {
  content: "\f061";
  font-size: 18px;
  color: #ffcd32;
  position: absolute;
  left: -5px;
}
.nav-box .three-nav a {
  color: #333;
}
.countdown {
  display: inline-block;
  /*font-size: 20px;*/
  font-size: 20px;
}
.countdown .date-show {
  display: inline-block;
  margin: 0 2px;
  line-height: 24px;
}
.countdown .date-show span {
  display: inline-block;
  background: url(../images/countdown-bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 16px;
  text-align: center;
  color: #333;
  margin: 0 1px;
}
.right_float {
  position: fixed;
  top: 47%;
  right: 10px;
  z-index: 999;
}
.right_float .linka {
  text-align: center;
  display: block;
  width: 140px;
  padding: 15px 0;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #fff;
  border-radius: 8px;
  background: linear-gradient(to right bottom, #ffa932, #ff8080);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.right_float .linka img {
  vertical-align: middle;
}
.right_float3 .linka {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_float3 .linka span {
  margin: 0 2px;
}
.right_float3 .linka img {
  width: 18px;
  height: 18px;
}
.ind-banner {
  position: relative;
  margin-top: 88px;
  min-height: 100px;
}
.ind-banner img {
  width: 100%;
  display: block;
}
.ibanner-swiper {
  position: relative;
  min-height: 100px;
  background: #db5752;
  font-size: 0;
}
.ibanner-swiper .swiper-button-next,
.ibanner-swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  color: #fff;
}
.ibanner-swiper.swiper-container {
  padding-bottom: 0;
}
.page-inner-nav .page-nav {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.page-inner-nav .page-nav .page-nav-list {
  *zoom: 1;
}
.page-inner-nav .page-nav .page-nav-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.page-inner-nav .page-nav .page-nav-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.page-inner-nav .page-nav .page-nav-list a {
  float: left;
  width: calc(100%/5 - 4px);
  margin-right: 5px;
  display: block;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  flex: 1;
  background-color: #ffa932;
  color: #fff;
  font-size: 16px;
  -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;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-inner-nav .page-nav .page-nav-list a.hightlight {
  background-color: #ec664e !important;
}
.page-inner-nav .page-nav .page-nav-list a.hightlight:hover {
  background-color: #e97868 !important;
}
.page-inner-nav .page-nav .page-nav-list a:nth-of-type(1),
.page-inner-nav .page-nav .page-nav-list a:nth-of-type(2) {
  background-color: #95786a;
}
.page-inner-nav .page-nav .page-nav-list a:nth-of-type(1):hover,
.page-inner-nav .page-nav .page-nav-list a:nth-of-type(2):hover {
  background-color: #878076;
}
.page-inner-nav .page-nav .page-nav-list a:nth-of-type(5) {
  margin-right: 0;
}
.page-inner-nav .page-nav .page-nav-list a:hover {
  background-color: #f1b225;
  -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;
}
.page-inner-nav .page-nav .page-nav-list a.hot {
  padding-right: 20px;
}
.page-inner-nav .page-nav .page-nav-list a.hot > span {
  position: relative;
}
.page-inner-nav .page-nav .page-nav-list a.hot > span:before {
  content: "Hot";
  display: block;
  position: absolute;
  top: -2px;
  right: -26px;
  color: #f1b225;
  font-size: 12px;
  font-weight: bold;
}
.page-inner-nav .page-nav .page-nav-list a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page-inner-nav .page-nav.curr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 138px;
  z-index: 998;
  box-shadow: 0 5px 10px -5px #000000;
}
.page-tab {
  margin-bottom: 30px;
}
.page-tab .tab {
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  background-color: #f4f6fa;
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px 10px;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.page-tab .tab:hover,
.page-tab .tab.curr {
  background-color: #ec664e;
  color: #fff;
}
.page-tab-content .tab-content-item {
  display: none;
}
.page-tab-content .tab-content-item.curr {
  display: block;
}
/*面包屑*/
.breadcrumb {
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.breadcrumb + .pad80 {
  padding-top: 110px;
}
.breadcrumb + div:not(.pad80) > .pad80:first-of-type {
  padding-top: 110px;
}
.breadcrumb.static {
  position: relative;
  box-shadow: none;
}
.crumbs {
  padding: 15px 0;
}
.crumbs .crumbs-a {
  color: #333;
}
.crumbs .crumbs-a:hover {
  color: #e97868;
}
.crumbs .crumbs-a:after {
  display: inline-block;
  content: ">";
  margin-left: 4px;
  margin-right: 3px;
}
.crumbs .crumbs-a:last-of-type {
  color: #e97868;
}
.crumbs .crumbs-a:last-of-type:after {
  display: none;
}
.crumbs .crumbs-a:first-of-type:before {
  display: inline-block;
  content: "●";
  margin-right: 3px;
}
.crumbs .crumbs-curr {
  color: #e97868;
}
/*分页器*/
.pagging {
  text-align: center;
  margin-top: 30px;
}
.pagging li {
  display: inline-block;
  margin: 0 2px;
}
.pagging li.active span {
  background: #e97868;
  border-color: #e97868;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  /*width: 32px;*/
  padding: 0 12px;
  background: #fff;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  /*border: 1px solid #e9dbde;*/
  -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;
}
.pagging a:hover,
.pagging span:hover {
  background: #e97868;
  border-color: #e97868;
  color: #fff;
  -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;
}
.pagging .jump-input {
  display: inline-block;
  width: 60px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e9dbde;
  border-radius: 3px;
  padding: 0 5px;
}
.pagging .jump-input::placeholder {
  color: #999;
}
.pagging .jump-btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  background-color: #e97868;
  color: #fff;
  padding: 0 5px;
  margin-left: 5px;
  outline: none;
  border: 1px solid #e97868;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagging .jump-btn:hover {
  background-color: #fff;
  color: #e97868;
}
/*上海深圳合并首页2023-----start*/
.btn-new {
  display: inline-block;
  vertical-align: top;
  padding: 5px 25px;
  font-size: 16px;
  border-radius: 20px 5px 20px 20px;
  background-color: #ffa832;
  border: 1px solid #ffa832;
  font-family: 'AlibabaPuHuiM';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-new.btn-default {
  background-color: #fff;
  border: 1px solid #333;
}
.btn-new.btn-pink {
  background-color: #e97868;
  color: #fff;
  border-color: #e97868;
}
.btn-new.btn-primary {
  background-color: #ec664e;
  color: #fff;
  border-color: #ec664e;
}
.btn-new.btn-primary:hover {
  opacity: 0.8;
}
.btn-new:hover {
  background-color: #ec664e;
  border-color: #ec664e;
  color: #fff;
}
.btn-new.morebtn:after {
  display: inline-block;
  vertical-align: middle;
  content: url(../images/icon/arrow-right.png);
  margin-left: 5px;
}
.btn-new.morebtn:hover:after {
  content: url(../images/icon/arrow-right2.png);
}
.btn-new2 {
  display: inline-block;
  vertical-align: top;
  padding: 5px 25px;
  font-size: 16px;
  border-radius: 20px 5px 20px 20px;
  background-color: #ea573d;
  border: 1px solid #fff;
  font-family: 'AlibabaPuHuiM';
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-new2.btn-yellow {
  background-color: #ff984d;
  color: #fff;
}
.btn-new2:hover {
  opacity: 0.8;
  color: #fff;
}
.page-index-nav .page-nav {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-index-nav .page-nav.curr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 88px;
  z-index: 998;
}
.page-index-nav .page-nav.curr .page-nav-list a {
  box-shadow: 0 5px 10px -5px #000000;
}
.page-index-nav .page-nav .page-nav-list {
  display: flex;
  border-radius: 0 0 0 40px;
  overflow: hidden;
}
.page-index-nav .page-nav .page-nav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf2f7;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px;
  width: 20%;
  position: relative;
  -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;
}
.page-index-nav .page-nav .page-nav-list a:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #ccd4db;
  position: absolute;
  top: 20px;
  right: 0;
}
.page-index-nav .page-nav .page-nav-list a:last-child:after {
  display: none;
}
.page-index-nav .page-nav .page-nav-list a .icon {
  max-width: 30px;
  max-height: 30px;
}
.page-index-nav .page-nav .page-nav-list a.hightlight {
  background-color: #ec664e;
  color: #fff;
}
.page-index-nav .page-nav .page-nav-list a.hightlight .p2,
.page-index-nav .page-nav .page-nav-list a.hightlight .p1 {
  color: #fff;
}
.page-index-nav .page-nav .page-nav-list a.hightlight:before {
  filter: grayscale(100%) brightness(500%);
}
.page-index-nav .page-nav .page-nav-list a:hover {
  background-color: #ec664e;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-index-nav .page-nav .page-nav-list a:hover .p2,
.page-index-nav .page-nav .page-nav-list a:hover .p1 {
  color: #fff !important;
}
.page-index-nav .page-nav .page-nav-list a:hover .p2 > *,
.page-index-nav .page-nav .page-nav-list a:hover .p1 > * {
  color: #fff !important;
}
.page-index-nav .page-nav .page-nav-list a:hover:before {
  filter: grayscale(100%) brightness(500%);
}
.page-index-nav .page-nav .page-nav-list a:hover.hot .txt:before {
  color: #fff;
}
.page-index-nav .page-nav .page-nav-list a:hover .icon {
  filter: grayscale(100%) brightness(500%);
}
.page-index-nav .page-nav .page-nav-list a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page-index-nav .page-nav .page-nav-list a.hot {
  padding-right: 40px;
}
.page-index-nav .page-nav .page-nav-list a.hot .txt {
  position: relative;
}
.page-index-nav .page-nav .page-nav-list a.hot .txt:before {
  content: "Hot";
  display: block;
  position: absolute;
  top: -2px;
  right: -26px;
  color: #EB664E;
  font-size: 12px;
  font-weight: bold;
}
.page-index-nav .page-nav .page-nav-list a .p1 {
  font-size: 16px;
  display: block;
  color: #333;
}
.page-index-nav .page-nav .page-nav-list a .p2 {
  display: none;
  color: #a8acb7;
  font-size: 14px;
}
.maintitBox {
  *zoom: 1;
}
.maintitBox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.maintitBox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.maintitBox .maintit {
  margin-right: 20px;
}
.maintitBox .label {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #f4f6fa;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.maintitBox .label:hover,
.maintitBox .label.curr {
  background-color: #ec664e;
  color: #fff;
}
.maintit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.maintit:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #ec664e;
  position: absolute;
  top: -13px;
  right: -15px;
  box-sizing: border-box;
}
.maintit span {
  position: relative;
  z-index: 2;
}
.maintit.purple:before {
  border-color: #ea0c80;
}
.maintit.yellow:before {
  border-color: #ff984d;
}
.mainsub {
  font-size: 24px;
  margin: 20px 0;
  font-family: 'AlibabaPuHuiM';
}
.mainsub span {
  color: #ec664e;
}
.mainsub.purple span {
  color: #ea0c80;
}
.maintit2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.maintit2 span {
  display: inline-block;
}
.maintit2 span:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 22px;
  background: url(../images/titbg-left.png) no-repeat center center;
  margin-right: 15px;
  background-size: 100%;
}
.maintit2 span:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 22px;
  background: url(../images/titbg-right.png) no-repeat center center;
  margin-left: 15px;
  background-size: 100%;
}
.index-banner {
  position: relative;
  margin-top: 88px;
}
.index-banner img {
  width: 100%;
  display: block;
}
.index-base {
  position: relative;
  padding: 7.9% 0;
}
.index-base:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
  background: url(https://imgs.sialchina.cn/homeImg/ind-bg1.png) no-repeat left bottom;
  width: 100%;
  height: 100%;
}
.index-base:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
  background: url(https://imgs.sialchina.cn/homeImg/ind-bg2.png) no-repeat right bottom;
  width: 100%;
  height: 100%;
}
.index-base .countdown {
  float: left;
  width: 65%;
  padding-right: 30px;
  position: relative;
  padding-left: calc((100% - 1600px)/2);
}
.index-base .countdown .img {
  position: absolute;
  top: 50%;
  left: -16%;
  transform: translateY(-50%);
  max-width: 50%;
}
.index-base .countdown .li {
  border-radius: 10px;
  padding: 20px;
  padding-left: 28%;
  background-color: #ff984d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-base .countdown .li:nth-child(2n) {
  background-color: #ec664e;
}
.index-base .countdown .li:last-child {
  margin-bottom: 0;
}
.index-base .countdown .li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.index-base .countdown .li > a:hover {
  color: #e97868;
}
.index-base .countdown .li .txtbox .name {
  font-size: 22px;
  margin-bottom: 10px;
}
.index-base .countdown .li .txtbox .info {
  font-size: 14px;
  line-height: 1.5;
}
.index-base .countdown .li .timebox {
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
}
.index-base .countdown .li .timebox > * {
  display: inline-block;
  vertical-align: middle;
}
.index-base .countdown .li .timebox .p2 {
  font-size: 14px;
}
.index-base .countdown .li .timebox .time {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-left: 5px;
}
.index-base .right {
  float: left;
  width: 35%;
}
.index-base .quick-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-base .quick-box .item {
  flex: 0 0 48%;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-base .quick-box .item:hover p {
  text-decoration: underline;
  color: #ec664e;
}
.index-base .quick-box .item .icon {
  background-color: #dc8697;
  height: 83px;
  border-radius: 5px;
  text-align: center;
  flex: 1;
  line-height: 83px;
  font-size: 0;
}
.index-base .quick-box .item .icon img {
  max-width: 42px;
  max-height: 42px;
  vertical-align: middle;
}
.index-base .quick-box .item p {
  flex: 2;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.index-base .scale-ul {
  display: flex;
  width: 100%;
}
.index-base .scale-ul li {
  width: calc(100%/3 - 13.4px);
  margin-right: 20px;
  border: 1px solid #e5e5ea;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.index-base .scale-ul li .icon {
  text-align: center;
  margin: 0 auto 5px;
}
.index-base .scale-ul li .icon img {
  max-width: 40px;
  max-height: 40px;
}
.index-base .scale-ul li .p1 {
  color: #ffa832;
}
.index-base .scale-ul li .p1 .counter {
  font-size: 28px;
}
.index-base .scale-ul li .p2 {
  color: #999999;
}
.index-base .scale-ul li:nth-child(2) .p1 {
  color: #ec664e;
}
.index-base .scale-ul li:nth-child(3) {
  margin-right: 0;
}
.index-base .scale-ul li:nth-child(3) .p1 {
  color: #ea0c80;
}
.bg-gray {
  position: relative;
  background-color: #fff;
}
.bg-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 200px 0 0 0;
}
.bg-gray > * {
  position: relative;
  z-index: 2;
}
.bg-white {
  position: relative;
  background-color: #f5f5f5;
}
.bg-white.bg-back-yellow {
  background-color: #ffcd32;
}
.bg-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 200px 0 0;
}
.bg-white > * {
  position: relative;
  z-index: 2;
}
.bg-yellow {
  position: relative;
  background-color: #fff;
}
.bg-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffcd32;
  border-radius: 200px 0 0 0;
}
.bg-yellow > * {
  position: relative;
  z-index: 2;
}
.bg-yellow .btn-new.btn-default {
  background-color: transparent;
}
.bg-yellow .btn-new.btn-default:hover {
  background-color: #ec664e;
}
.index-about {
  *zoom: 1;
}
.index-about:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-about:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-about .left {
  float: left;
  width: 47%;
  padding-right: 5%;
}
.index-about .left .info {
  line-height: 1.8;
  color: #666666;
  margin-bottom: 20px;
}
.index-about .left .imgbox {
  overflow: hidden;
  margin-top: 40px;
  background-color: #fff;
}
.index-about .left .imgbox img {
  display: block;
  width: 100%;
}
.index-about .right {
  float: left;
  width: 53%;
}
.index-themelist {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.index-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-themelist li {
  float: left;
  width: calc(100%/6 - 25px);
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.index-themelist li:nth-child(6n) {
  margin-right: 0;
}
.index-themelist li:hover {
  color: #ff984d;
}
.index-themelist li:hover .icon:before {
  background-color: #ff984d;
}
.index-themelist li:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.index-themelist li a {
  text-align: center;
}
.index-themelist li .icon {
  max-width: 80px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.index-themelist li .icon:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.index-themelist li .icon .img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.index-themelist li .icon .img img {
  max-width: 50%;
  max-height: 50%;
  display: block;
}
.links-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.links-list li {
  width: calc(100%/4 - 9px);
  margin-right: 12px;
  margin-bottom: 10px;
  background-color: #ff984d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links-list li.redbg {
  background-color: #dc8697;
}
.links-list li:nth-child(4n) {
  margin-right: 0;
}
.links-list li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
.links-list li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
}
.links-list li .img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  line-height: 50px;
}
.links-list li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.links-list li .p {
  display: block;
}
.index-events .con {
  display: flex;
}
.index-events .imgbox {
  width: 42%;
  border-radius: 80px 0 0 0;
  overflow: hidden;
  background-color: #fff;
}
.index-events .imgbox img {
  display: block;
  width: 100%;
}
.index-events .txtbox {
  width: 58%;
  padding: 24px 0;
  padding-left: 2%;
  background-color: #fff;
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
.index-events .labelbox {
  margin-bottom: 25px;
}
.index-events .labelbox a {
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  background-color: #f4f6fa;
  padding: 5px 20px;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-events .labelbox a:hover,
.index-events .labelbox a.curr {
  background-color: #ec664e;
  color: #fff;
}
.index-events .btnbox {
  margin-top: 30px;
}
.index-events .btnbox .btn-new {
  margin-right: 10px;
}
.index-events-list {
  display: flex;
  flex-wrap: wrap;
}
.index-events-list li {
  width: 20%;
  text-align: center;
  border-right: 1px solid #e5e5ea;
  border-bottom: 1px solid #e5e5ea;
}
.index-events-list li:hover {
  font-weight: bold;
  color: #ec664e;
}
.index-events-list li:nth-child(5n) {
  border-right: 0;
}
.index-events-list li:nth-last-child(1),
.index-events-list li:nth-last-child(2),
.index-events-list li:nth-last-child(3),
.index-events-list li:nth-last-child(4),
.index-events-list li:nth-last-child(5) {
  border-bottom: 0;
}
.index-events-list li a {
  display: block;
  padding: 20px 10px;
}
.swiper-box {
  position: relative;
}
.swiper-box .swiper-button-prev,
.swiper-box .swiper-container-rtl .swiper-button-next {
  left: -60px;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-container-rtl .swiper-button-prev {
  right: -60px;
}
.swiper-button-jiantou.swiper-button-next,
.swiper-button-jiantou.swiper-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  color: #ff9242;
}
.swiper-button-jiantou.swiper-button-next::after,
.swiper-button-jiantou.swiper-button-prev::after {
  font-size: 50px;
}
.swiper-button-style.swiper-button-next,
.swiper-button-style.swiper-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 5px solid #ec664e;
  background-color: #ec664e;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  font-size: 0;
}
.swiper-button-style.swiper-button-next::after,
.swiper-button-style.swiper-button-prev::after {
  font-size: 24px;
}
.swiper-button-style.swiper-button-next.swiper-button-disabled,
.swiper-button-style.swiper-button-prev.swiper-button-disabled,
.swiper-button-style.swiper-button-next.swiper-button-disabled,
.swiper-button-style.swiper-button-prev.swiper-button-disabled {
  border-color: #c4c4c4;
  background-color: transparent;
  color: #c4c4c4;
  opacity: 1;
}
.swiper-button-style2.swiper-button-next,
.swiper-button-style2.swiper-button-prev {
  background-color: transparent;
  font-size: 50px;
  color: #ec664e;
  opacity: 1;
}
.swiper-button-style2.swiper-button-next:hover,
.swiper-button-style2.swiper-button-prev:hover {
  opacity: 0.8;
}
.swiper-button-style2.swiper-button-next::after,
.swiper-button-style2.swiper-button-prev::after {
  display: none;
}
.swiper-button-style2.swiper-button-next.swiper-button-disabled,
.swiper-button-style2.swiper-button-prev.swiper-button-disabled,
.swiper-button-style2.swiper-button-next.swiper-button-disabled,
.swiper-button-style2.swiper-button-prev.swiper-button-disabled {
  color: #fff;
}
.swiper-container.padb {
  padding-bottom: 25px;
}
.pagination-style.swiper-pagination {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  border-bottom: 0;
}
.pagination-style .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background-color: #e5e5ea;
  margin: 0 3px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-style .swiper-pagination-bullet-active {
  background-color: #ec664e;
  width: 36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@keyframes bulletAni {
  0% {
    width: 10px;
  }
  100% {
    width: 36px;
  }
}
.speaker-box .speaker-con {
  position: relative;
}
.speaker-box .speaker-con .swiper-button-next,
.speaker-box .speaker-con .swiper-container-rtl .swiper-button-prev {
  right: -70px;
}
.speaker-box .speaker-con .swiper-button-prev,
.speaker-box .speaker-con .swiper-container-rtl .swiper-button-next {
  left: -70px;
}
.speaker-box img {
  display: block;
  width: 100%;
}
.speaker-box .swiper-slide {
  position: relative;
}
.speaker-box .swiper-slide:hover .txtbox {
  background-color: rgba(255, 168, 50, 0.95);
  color: #fff;
}
.speaker-box .swiper-slide:hover .txtbox .info {
  color: #fff;
}
.speaker-box .swiper-slide:hover .txtbox .name {
  border-bottom: 1px solid #fff;
}
.speaker-box .txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(240, 240, 240, 0.95);
  border-radius: 50px 14px 0 0;
  padding: 20px;
  width: 100%;
}
.speaker-box .txtbox .name {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 5px;
  font-family: 'AlibabaPuHuiM';
}
.speaker-box .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.index-schedule .schedule-con {
  display: flex;
}
.index-schedule .left {
  width: 75%;
  margin-right: 2%;
  float: left;
  display: flex;
}
.index-schedule .left .imgbox {
  width: 50%;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-schedule .left .imgbox img {
  display: block;
  width: 100%;
}
.index-schedule .left .txtbox {
  width: 50%;
  padding: 20px;
  border: 1px solid #e5e5ea;
  border-left: 0;
  border-radius: 0 150px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-schedule .left .txtbox .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.index-schedule .left .txtbox .list li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #e5e5ea;
  border-bottom: 1px solid #e5e5ea;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-schedule .left .txtbox .list li:nth-child(2n) {
  border-right: 0;
}
.index-schedule .left .txtbox .list li:nth-last-child(1),
.index-schedule .left .txtbox .list li:nth-last-child(2) {
  border-bottom: 0;
}
.index-schedule .left .txtbox .list li:hover {
  font-weight: bold;
  color: #ec664e;
}
.index-schedule .left .txtbox .list li a {
  display: block;
  padding: 30px 10px;
}
.index-schedule .right {
  width: 23%;
  float: left;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  padding: 26px;
}
.index-schedule .right .title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5ea;
  margin-bottom: 20px;
}
.schedule-list li {
  position: relative;
  padding-left: 30px;
}
.schedule-list li:last-child:before {
  display: none;
}
.schedule-list li:last-child .txtbox {
  padding-bottom: 0;
}
.schedule-list li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e5e5ea;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.schedule-list li:not(.notlink):hover .txtbox:before {
  background-color: #ff984d;
}
.schedule-list li:not(.notlink):hover .txtbox .p1 {
  color: #ff984d;
  font-weight: bold;
}
.schedule-list li .txtbox {
  padding-bottom: 20px;
}
.schedule-list li .txtbox::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e5e5ea;
  position: absolute;
  top: 4px;
  left: -7px;
}
.schedule-list li .txtbox.tit .p1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333 !important;
}
.schedule-list li .txtbox.tit::before {
  background-color: #fff;
  border: 3px solid #ff984d;
  left: -9px;
}
.schedule-list li a:hover {
  color: #ff984d;
}
.schedule-list li .p1 {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.schedule-list li .p2 {
  color: #999;
  display: block;
}
.exh-history {
  position: relative;
}
.exh-history .exh-history-con {
  overflow: hidden;
}
.exh-history .swiper-button-next,
.exh-history .swiper-button-prev {
  display: none;
}
.exh-history .con {
  position: relative;
  background-image: url(https://imgs.sialchina.cn/homeImg/bolan.png);
  background-size: 1600px;
  background-repeat: repeat no-repeat;
  background-position: left center;
  width: 1600px;
  min-height: 512px;
  padding-top: 100px;
}
.exh-history .con .img {
  background-color: #fff;
  border-radius: 20px;
  max-height: 118px;
  border: 10px solid #fff;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(236, 102, 78, 0.1);
  position: absolute;
}
.exh-history .con .img:nth-child(1) {
  top: 134px;
  left: 168px;
}
.exh-history .con .img:nth-child(2) {
  top: 285px;
  left: 533px;
}
.exh-history .con .img:nth-child(3) {
  top: 25px;
  left: 739px;
}
.exh-history .con .img:nth-child(4) {
  top: 260px;
  left: 1193px;
}
.exh-history .con .swiper-slide {
  width: 195px;
  position: relative;
}
.exh-history .con .swiper-slide:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #ec664e;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: absolute;
  animation: scaleAni 1s infinite both;
}
.exh-history .con .swiper-slide:nth-child(1) {
  width: 158px;
  top: -5px;
  left: 0px;
  padding-left: 40px;
}
.exh-history .con .swiper-slide:nth-child(1):before {
  left: 10px;
  top: 184px;
}
.exh-history .con .swiper-slide:nth-child(2) {
  top: 275px;
  left: -86px;
}
.exh-history .con .swiper-slide:nth-child(2):before {
  left: -8px;
  top: -35px;
}
.exh-history .con .swiper-slide:nth-child(3) {
  width: 200px;
  top: 0;
  left: -3px;
}
.exh-history .con .swiper-slide:nth-child(3):before {
  top: 137px;
  left: 18px;
}
.exh-history .con .swiper-slide:nth-child(4) {
  top: 197px;
  left: -238px;
  width: 150px;
}
.exh-history .con .swiper-slide:nth-child(4):before {
  display: none;
  top: -17px;
  left: 68px;
  background-color: #fe944c;
}
.exh-history .con .swiper-slide:nth-child(5) {
  top: 338px;
  left: -242px;
}
.exh-history .con .swiper-slide:nth-child(5):before {
  left: 45px;
  top: -34px;
  background-color: #fe944c;
}
.exh-history .con .swiper-slide:nth-child(6) {
  top: 35px;
  left: -316px;
}
.exh-history .con .swiper-slide:nth-child(6):before {
  display: none;
  right: -6px;
  top: 95px;
  background-color: #fe944c;
}
.exh-history .con .swiper-slide:nth-child(7) {
  top: 221px;
  left: -378px;
  width: 160px;
}
.exh-history .con .swiper-slide:nth-child(7):before {
  left: 0;
  top: -35px;
  background-color: #fe944c;
}
.exh-history .con .swiper-slide:nth-child(8) {
  top: 100px;
  left: -373px;
  width: 180px;
}
.exh-history .con .swiper-slide:nth-child(8):before {
  left: 146px;
  top: -30px;
  background-color: #ec7360;
}
.exh-history .con .swiper-slide:nth-child(9) {
  top: -100px;
  left: -504px;
}
.exh-history .con .swiper-slide:nth-child(9):before {
  display: none;
  left: -53px;
  top: 90px;
  background-color: #ec7360;
}
.exh-history .con .swiper-slide:nth-child(10) {
  top: 263px;
  left: -563px;
}
.exh-history .con .swiper-slide:nth-child(10):before {
  left: 64px;
  top: -47px;
  background-color: #f54f69;
}
.exh-history .con .swiper-slide:nth-child(11) {
  top: 52px;
  left: -718px;
  width: 150px;
}
.exh-history .con .swiper-slide:nth-child(11):before {
  display: none;
  left: 110px;
  top: 121px;
  background-color: #ee367c;
}
.exh-history .con .swiper-slide:nth-child(12) {
  top: -102px;
  left: -650px;
  width: 210px;
}
.exh-history .con .swiper-slide:nth-child(12):before {
  left: 72px;
  bottom: -34px;
  background-color: #ee367c;
}
.exh-history .con .swiper-slide:nth-child(13) {
  top: 182px;
  left: -777px;
}
.exh-history .con .swiper-slide:nth-child(13):before {
  display: none;
  left: 136px;
  top: -12px;
  background-color: #ee367c;
}
.exh-history .con .swiper-slide .p {
  line-height: 1.8;
  color: #999;
}
.exh-history .con .list {
  display: flex;
}
.exh-history .con .list li {
  width: 195px;
  position: absolute;
}
.exh-history .con .list li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #ec664e;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: absolute;
  animation: scaleAni 1s infinite both;
}
.exh-history .con .list li:nth-child(1) {
  width: 158px;
  top: 145px;
  left: 20px;
  padding-left: 40px;
}
.exh-history .con .list li:nth-child(1):before {
  left: 0;
  top: 101px;
}
.exh-history .con .list li:nth-child(2) {
  width: 196px;
  top: 245px;
  left: 220px;
}
.exh-history .con .list li:nth-child(2):before {
  left: -40px;
  top: 10px;
}
.exh-history .con .list li:nth-child(3) {
  width: 200px;
  top: 66px;
  left: 386px;
}
.exh-history .con .list li:nth-child(3):before {
  top: 137px;
  left: -5px;
}
.exh-history .con .list li:nth-child(4) {
  top: 320px;
  left: 710px;
}
.exh-history .con .list li:nth-child(4):before {
  top: 0px;
  left: -54px;
  background-color: #fe944c;
}
.exh-history .con .list li:nth-child(5) {
  top: 0px;
  left: 634px;
}
.exh-history .con .list li:nth-child(5):before {
  display: none;
  right: -6px;
  top: 95px;
  background-color: #fe944c;
}
.exh-history .con .list li:nth-child(6) {
  top: 130px;
  left: 826px;
}
.exh-history .con .list li:nth-child(6):before {
  left: -15px;
  top: -35px;
  background-color: #fe944c;
}
.exh-history .con .list li:nth-child(7) {
  top: 294px;
  left: 986px;
}
.exh-history .con .list li:nth-child(7):before {
  left: 172px;
  top: 0;
  background-color: #ec7360;
}
.exh-history .con .list li:nth-child(8) {
  top: 120px;
  left: 1130px;
}
.exh-history .con .list li:nth-child(8):before {
  left: -43px;
  top: 90px;
  background-color: #ec7360;
}
.exh-history .con .list li:nth-child(9) {
  top: 0px;
  left: 1300px;
}
.exh-history .con .list li:nth-child(9):before {
  left: 110px;
  top: 121px;
  background-color: #ee367c;
}
.exh-history .con .list li:nth-child(10) {
  top: 204px;
  left: 1427px;
}
.exh-history .con .list li:nth-child(10):before {
  display: none;
  left: 136px;
  top: -12px;
  background-color: #ee367c;
}
.exh-history .con .list li .p {
  line-height: 1.8;
  color: #999;
}
@keyframes scaleAni {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.index-exhintro .exhintro {
  *zoom: 1;
}
.index-exhintro .exhintro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-exhintro .exhintro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-exhintro .exhintro .imgbox {
  float: left;
  width: 50%;
}
.index-exhintro .exhintro .imgbox img {
  display: block;
  width: 100%;
}
.index-exhintro .exhintro .imgbox video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-exhintro .exhintro .txtbox {
  float: left;
  width: 50%;
  padding-right: 5%;
}
.index-exhintro .exhintro .txtbox .info {
  margin-bottom: 40px;
  line-height: 1.8;
}
.index-exhintro .exhintro .txtbox .info p {
  margin-bottom: 10px;
}
.index-service {
  *zoom: 1;
}
.index-service:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-service:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-service li {
  float: left;
  width: calc(100%/5 - 12px);
  margin-right: 15px;
  text-align: center;
}
.index-service li:nth-child(5) {
  margin-right: 0;
}
.index-service li .icon {
  border-radius: 15px;
  border: 1px solid #333;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
.index-service li .icon img {
  vertical-align: middle;
  max-height: 80%;
  max-width: 80%;
}
.index-news .inew-type {
  font-size: 18px;
  font-family: 'AlibabaPuHuiM';
  position: relative;
  line-height: 1;
}
.index-news .inew-type:after {
  content: "";
  height: 8px;
  width: 88%;
  background-color: #ffa832;
  display: block;
  margin: 0 auto;
  margin-top: -4px;
}
.index-news .inew-con {
  *zoom: 1;
}
.index-news .inew-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-news .inew-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-news .inew-con .item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
}
.index-news .inew-con .item:nth-child(2n) {
  margin-right: 0;
}
.index-news .inew-con .item:nth-child(2) .inew-type:after {
  background-color: #ec664e;
}
.index-news .inew-con .item:nth-child(3) .inew-type:after {
  background-color: #ffcd32;
}
.index-news .inew-con .item:nth-child(4) .inew-type:after {
  background-color: #c51471;
}
.index-news .inew-con .item:nth-last-child(1),
.index-news .inew-con .item:nth-last-child(2) {
  margin-bottom: 0;
}
.index-news .inew-con .list li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5ea;
  *zoom: 1;
}
.index-news .inew-con .list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-news .inew-con .list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.index-news .inew-con .list li a:hover .title {
  color: #ec664e;
  font-weight: bold;
}
.index-news .inew-con .list li .title {
  font-size: 16px;
  float: left;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .inew-con .list li .date {
  float: right;
  color: #999;
}
.inews-content {
  *zoom: 1;
}
.inews-content:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.inews-content:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.inews-content .left {
  float: left;
  width: 48%;
}
.inews-content .right {
  float: right;
  width: 48%;
}
.inews-swiper .inews-pagination {
  text-align: right !important;
  margin: 20px 0 !important;
}
.inews-swiper .inews-pagination .swiper-pagination-bullet {
  width: 35px;
  background-color: #d7d7d7;
  opacity: 1;
}
.inews-swiper .inews-pagination .swiper-pagination-bullet-active {
  background-color: #ec664e;
}
.inews-swiper .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F2F2F2;
}
.inews-swiper .imgbox:before {
  content: "";
  display: block;
  padding-top: 56.667%;
}
.inews-swiper .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.inews-swiper .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inews-swiper .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inews-swiper .info::after {
  display: inline-block;
  content: "...";
}
.inews-otherlist li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.inews-otherlist li:last-child {
  margin-bottom: 0;
}
.inews-otherlist li .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inews-otherlist li .title {
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  font-size: 16px;
}
.inews-otherlist li .date {
  color: #7f7f7f;
  white-space: nowrap;
}
.cooperation-list .swiper-pagination {
  position: static;
}
.cooperation-list .li {
  border: 1px solid #e5e5ea;
  text-align: center;
  height: 120px;
  line-height: 120px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation-list .li img {
  max-height: 90%;
  max-width: 90%;
  vertical-align: middle;
}
.cooperation-list .li:hover {
  border-color: #ec664e;
}
.allyear-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.allyear-list li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  border-radius: 10px 60px 10px 10px;
  overflow: hidden;
  position: relative;
}
.allyear-list li:nth-child(4) {
  margin-right: 0;
}
.allyear-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.allyear-list li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, #000);
  position: absolute;
  top: 0;
  left: 0;
}
.allyear-list li a:hover .tit {
  color: #ff984d;
}
.allyear-list li img {
  display: block;
  width: 100%;
}
.allyear-list li .tit {
  color: #fff;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.allyear-list li .tit:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 8px;
}
/*上海深圳合并首页--------end*/
.main-title {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  color: #fff;
  background: #231816;
  border-radius: 0 0 20px 20px;
  /*font-size: 20px;*/
  font-size: 20px;
  /*letter-spacing: 1px;*/
  margin-bottom: 50px;
}
.main-title.brown-bg {
  background: #878076;
}
.main-title.gray-bg {
  background: #3d3e40;
}
.main-title a {
  color: #fff;
}
.main-title2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.ind-scale {
  background: #eaeae4;
  padding: 30px 0;
}
.ind-scale .scale-ul {
  *zoom: 1;
}
.ind-scale .scale-ul:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-scale .scale-ul:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-scale .scale-ul li {
  float: left;
  width: 33.33%;
  -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;
}
.ind-scale .scale-ul li > div {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border: 3px solid #e87a6a;
  border-radius: 50%;
  text-align: center;
  /*color: #fff;*/
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ind-scale .scale-ul li:hover {
  -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;
  opacity: 0.8;
}
.ind-scale .scale-ul .p1 {
  font-weight: bold;
  /*font-size: 26px;*/
  font-size: 24px;
  text-shadow: 0 0 20px #d7d7d7;
  margin-bottom: 5px;
}
.aboutexh-list {
  *zoom: 1;
}
.aboutexh-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.aboutexh-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.aboutexh-list li {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
  line-height: 1.8;
}
.aboutexh-list li:nth-of-type(1) a {
  background-image: url(../images/exh-ico011.png);
}
.aboutexh-list li:nth-of-type(2) a {
  background-image: url(../images/exh-ico021.png);
}
.aboutexh-list li:nth-of-type(3) a {
  background-image: url(../images/exh-ico031.png);
}
.aboutexh-list li:nth-of-type(4) a {
  background-image: url(../images/exh-ico041.png);
}
.aboutexh-list li:hover:nth-of-type(1) a {
  background-image: url(../images/exh-ico01.png);
}
.aboutexh-list li:hover:nth-of-type(2) a {
  background-image: url(../images/exh-ico02.png);
}
.aboutexh-list li:hover:nth-of-type(3) a {
  background-image: url(../images/exh-ico03.png);
}
.aboutexh-list li:hover:nth-of-type(4) a {
  background-image: url(../images/exh-ico04.png);
}
.aboutexh-list li:hover a {
  color: #e97868;
}
.aboutexh-list li a {
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  padding-top: 90px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aboutexh-list li .p1 {
  /*font-size: 16px;*/
  font-size: 16px;
}
.ind-exhintro {
  position: relative;
  background: #ffa832;
}
.ind-exhintro .pageTitle {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ind-exhintro .exhintro {
  display: flex;
  flex-direction: row-reverse;
  *zoom: 1;
}
.ind-exhintro .exhintro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-exhintro .exhintro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-exhintro .exhintro .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind-exhintro .exhintro .txtbox {
  padding-top: 100px;
  width: 50%;
  float: left;
  /*background: #ffa832;*/
  padding-left: calc((100% - 1200px)/2);
  padding-right: 5%;
  vertical-align: top;
  padding-bottom: 1px;
  padding-bottom: 50px;
}
.ind-exhintro .exhintro .info {
  color: #666;
  text-align: justify;
  line-height: 1.8;
  *zoom: 1;
}
.ind-exhintro .exhintro .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-exhintro .exhintro .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-exhintro .exhintro .info p {
  margin-bottom: 15px;
}
.ind-exhintro .exhintro .info p:last-of-type {
  margin-bottom: 0;
}
.ind-exhintro .exhintro .info a {
  margin-top: 30px;
  float: right;
  color: #333;
}
.ind-exhintro .exhintro .info a:hover {
  color: #e97868;
}
.ind-exhintro .exhintro .imgbox {
  float: right;
  width: 50%;
  background: #000000;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.ind-exhintro .exhintro .imgbox img {
  display: block;
  width: 100%;
}
.ind-exhintro .exhintro .imgbox video {
  width: 100%;
  max-height: 450px;
}
.ind-exhintro .exhintro .imgbox .swiper-button-next,
.ind-exhintro .exhintro .imgbox .swiper-button-prev {
  display: block;
}
.ind-exhintro .exhintro .imgbox .swiper-button-next,
.ind-exhintro .exhintro .imgbox .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.ind-exhintro .exhintro .imgbox .swiper-button-prev,
.ind-exhintro .exhintro .imgbox .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.swiper-pagination-bullet-active {
  background-color: #666668;
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.ind-partner {
  background-color: #e9e9e3 !important;
}
.cooperation-slick {
  position: relative;
}
.cooperation-slick .noMore {
  padding-bottom: 0;
}
.cooperation-slick .noMore .swiper-pagination {
  display: none;
}
.cooperation-slick .swiper-container {
  margin-bottom: 20px;
  background-color: #fff;
  padding-bottom: 0;
}
.cooperation-slick .swiper-pagination {
  width: 100%;
}
.cooperation-slick .swiper-slide {
  background-color: #fff;
}
.cooperation-slick .swiper-slide:hover img {
  opacity: 0.8;
  -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;
}
.cooperation-slick .swiper-slide .img {
  display: block;
  height: 126px;
  line-height: 126px;
  font-size: 0;
  /*background: rgba(255,255,255,0.6);*/
  text-align: center;
}
.cooperation-slick .swiper-slide img {
  display: inline;
  max-width: 80%;
  max-height: 80%;
  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;
}
.ind-category {
  background: -webkit-linear-gradient(to bottom, #fff 51%, #ea0c80 51%);
  background: -moz-linear-gradient(to bottom, #fff 51%, #ea0c80 51%);
  background: linear-gradient(to bottom, #fff 51%, #ea0c80 51%);
  /*background-color: #ea0c80;*/
}
.ind-category .category-con {
  *zoom: 1;
}
.ind-category .category-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con .item {
  float: left;
  *zoom: 1;
}
.ind-category .category-con .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con .item .img {
  float: left;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  height: 220px;
  line-height: 220px;
  background-color: rgba(225, 172, 156, 0.8);
  -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;
}
.ind-category .category-con .item .img:hover .info {
  display: block;
}
.ind-category .category-con .item .img:hover .info .detail {
  animation: animove 0.5s forwards;
}
.ind-category .category-con .item .img a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ind-category .category-con .item .img .imgsrc {
  display: block;
  height: 100%;
  max-width: none;
}
.ind-category .category-con .item .img .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 172, 156, 0.8);
  padding: 20px;
  color: #fff;
  text-align: center;
}
.ind-category .category-con .item .img .info .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%);
}
.ind-category .category-con .item .img .info img {
  width: 90px;
}
.ind-category .category-con .item .img .info .p2 {
  font-family: 'Arial';
  margin-top: 5px;
}
.ind-category .category-con .item:nth-of-type(1) {
  width: 100%;
}
.ind-category .category-con .item:nth-of-type(1) .img {
  width: calc((50% - 2.5px)/2 - 2.5px);
}
.ind-category .category-con .item:nth-of-type(1) .img:nth-of-type(2) {
  width: calc(100%/2 - 2.5px);
}
.ind-category .category-con .item:nth-of-type(1) .img:nth-of-type(2) .imgsrc {
  height: auto;
  width: 100%;
}
.ind-category .category-con .item:nth-of-type(1) .img:nth-of-type(3) {
  margin-right: 0;
}
.ind-category .category-con .item:nth-of-type(2) {
  width: calc(50% - 2.5px);
  margin-right: 5px;
}
.ind-category .category-con .item:nth-of-type(2) .img {
  width: calc(100%/2 - 2.5px);
}
.ind-category .category-con .item:nth-of-type(2) .img:nth-of-type(2) {
  margin-right: 0;
}
.ind-category .category-con .item:nth-of-type(2) .img:nth-of-type(3) {
  width: 100%;
  margin-right: 0;
}
.ind-category .category-con .item:nth-of-type(2) .img:nth-of-type(3) .imgsrc {
  width: 100%;
  height: auto;
}
.ind-category .category-con .item:nth-of-type(3) {
  width: calc(50% - 2.5px);
}
.ind-category .category-con .item:nth-of-type(3) .img {
  width: calc(100%/2 - 2.5px);
}
.ind-category .category-con .item:nth-of-type(3) .img:nth-of-type(1) {
  height: calc(220px * 2 + 5px);
}
.ind-category .category-con .item:nth-of-type(3) .img:nth-of-type(3),
.ind-category .category-con .item:nth-of-type(3) .img:nth-of-type(2) {
  margin-right: 0;
}
.ind-category .category-list {
  *zoom: 1;
}
.ind-category .category-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-list li {
  float: left;
  width: calc(100%/5 - 4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 230px;
}
.ind-category .category-list li:nth-of-type(5),
.ind-category .category-list li:nth-of-type(9),
.ind-category .category-list li:last-of-type {
  margin-right: 0;
}
.ind-category .category-list li:nth-of-type(6) {
  width: calc((100%/5 - 4px)*2 + 4px);
}
.ind-category .category-list li:nth-of-type(6) a .imgsrc {
  display: block;
  height: auto;
  width: 100%;
}
.ind-category .category-list li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  -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;
}
.ind-category .category-list li a:hover .info {
  display: block;
}
.ind-category .category-list li a:hover .info .detail {
  animation: animove 0.5s forwards;
}
.ind-category .category-list li a .imgsrc {
  display: block;
  height: 100%;
  max-width: none;
}
.ind-category .category-list li a .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 172, 156, 0.8);
  padding: 20px;
  color: #fff;
  text-align: center;
}
.ind-category .category-list li a .info .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%);
}
.ind-category .category-list li a .info img {
  width: 80px;
}
.ind-category .category-list li a .info .p2 {
  font-family: 'Arial';
  margin-top: 5px;
}
.ind-category .category-con2 .item {
  *zoom: 1;
}
.ind-category .category-con2 .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con2 .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-category .category-con2 .item:nth-of-type(1) .img,
.ind-category .category-con2 .item:nth-of-type(3) .img {
  width: calc(100%/4 - 4.5px);
}
.ind-category .category-con2 .item:nth-of-type(1) .img:nth-of-type(4),
.ind-category .category-con2 .item:nth-of-type(3) .img:nth-of-type(4) {
  margin-right: 0;
}
.ind-category .category-con2 .item:nth-of-type(2) .img {
  width: calc(100%/5 - 5px);
}
.ind-category .category-con2 .item:nth-of-type(2) .img:nth-of-type(5) {
  margin-right: 0;
}
.ind-category .category-con2 .item .img {
  float: left;
  display: block;
  margin-bottom: 6px;
  margin-right: 6px;
  position: relative;
  overflow: hidden;
  height: 220px;
  line-height: 220px;
  background-color: rgba(225, 172, 156, 0.8);
  -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;
}
.ind-category .category-con2 .item .img:hover .info {
  display: block;
}
.ind-category .category-con2 .item .img:hover .info .detail {
  animation: animove 0.5s forwards;
}
.ind-category .category-con2 .item .img a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ind-category .category-con2 .item .img .imgsrc {
  display: block;
  height: 100%;
  max-width: none;
}
.ind-category .category-con2 .item .img .info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 172, 156, 0.8);
  padding: 20px;
  color: #fff;
  text-align: center;
}
.ind-category .category-con2 .item .img .info .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%);
}
.ind-category .category-con2 .item .img .info img {
  width: 90px;
}
.ind-category .category-con2 .item .img .info .p2 {
  font-family: 'Arial';
  margin-top: 5px;
}
.ind-category .category-mb {
  display: none;
}
.sectors-list {
  *zoom: 1;
}
.sectors-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.sectors-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.sectors-list li {
  float: left;
  width: calc(100%/7 - 8px);
  margin-right: 9px;
  height: 210px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sectors-list li:nth-of-type(7n) {
  margin-right: 0;
}
.sectors-list li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sectors-list li img {
  display: block;
  /*width: 100%;*/
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sectors-list li .name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(145, 133, 121, 0.9);
  color: #fff;
  text-align: center;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.ind-event {
  background: -webkit-linear-gradient(to bottom, #fff 52%, #ff9680 52%);
  background: -moz-linear-gradient(to bottom, #fff 52%, #ff9680 52%);
  background: linear-gradient(to bottom, #fff 52%, #ff9680 52%);
}
.ievent-list {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.ievent-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ievent-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ievent-list li {
  float: left;
  width: calc(100%/5 - 4px);
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}
.ievent-list li:nth-of-type(5n) {
  margin-right: 0;
}
.ievent-list li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ievent-list li:hover .tit {
  background: #ff9780;
  -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;
}
.ievent-list li .tit {
  background: #231815;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -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;
}
.ievent-list li .imgbox {
  width: 100%;
  overflow: hidden;
  /*height: 200px;*/
}
.ievent-list li .imgbox img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.indentry-list li {
  width: calc(100%/3 - 4px);
}
.indentry-list li:nth-of-type(5n) {
  margin-right: 5px;
}
.indentry-list li:nth-of-type(3n) {
  margin-right: 0;
}
.indentry-list li .imgbox {
  height: auto !important;
}
.match-list {
  *zoom: 1;
}
.match-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.match-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.match-list li {
  float: left;
  width: 25%;
  margin: 10px 0;
}
.match-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.match-list li .img {
  margin: 0 auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #ec9083;
  background-color: #fff;
  font-size: 0;
  line-height: 190px;
  text-align: center;
  -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;
}
.match-list li .img:hover {
  background-color: #ffe4de;
  -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;
}
.match-list li .img img {
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
.ind-sponsor {
  background: #ff8080;
}
.ind-mediainfo {
  background-color: #e9e9e3 !important;
}
.ind-mediainfo .mediainfo-con {
  *zoom: 1;
}
.ind-mediainfo .mediainfo-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-mediainfo .mediainfo-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ind-mediainfo .mediainfo-con .item {
  float: left;
  width: calc(100%/2 - 2%);
  margin-right: 4%;
  margin-bottom: 40px;
}
.ind-mediainfo .mediainfo-con .item:nth-of-type(2n) {
  margin-right: 0;
}
.ind-mediainfo .mediainfo-con .item:nth-last-of-type(2),
.ind-mediainfo .mediainfo-con .item:last-of-type {
  margin-bottom: 0;
}
.ind-mediainfo .mediainfo-con .tit {
  background-color: #ffa732 !important;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.ind-mediainfo .mediainfo-con .list {
  /*list-style: decimal;
            list-style-position: inside;*/
}
.ind-mediainfo .mediainfo-con .list li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 0;
  line-height: 1.8;
  color: #333;
}
.ind-mediainfo .mediainfo-con .list a {
  color: #333;
  -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;
}
.ind-mediainfo .mediainfo-con .list a:hover {
  color: #e97868;
  -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;
}
.ind-mediainfo .mediainfo-con .more {
  float: right;
  color: #333;
  -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;
}
.ind-mediainfo .mediainfo-con .more:hover {
  color: #e97868;
  -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;
}
.ivideo-list {
  *zoom: 1;
}
.ivideo-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ivideo-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ivideo-list li {
  float: left;
  width: calc(100%/3 - 20px);
  margin-right: 30px;
  height: 254px;
}
.ivideo-list li:nth-of-type(3n) {
  margin-right: 0;
}
.ivideo-list li video {
  width: 100%;
  height: 100%;
}
.layui-layer-shade {
  opacity: 0.7 !important;
}
.videoPop {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
}
.videoPop video {
  width: 100%;
  height: 100%;
}
.ind-media {
  background: #95786a;
}
.ind-media .media-swiper {
  /*padding-bottom: 30px;*/
}
.ind-media .media-swiper .swiper-slide {
  background: #fff;
}
.inner-banner {
  position: relative;
  margin-top: 88px;
  min-height: 100px;
}
.inner-banner img {
  display: block;
  width: 100%;
}
/*关于我们*/
.about-tit {
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 0;
}
.about-tit:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.about-tit span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  color: #333;
}
.about-intro {
  text-align: center;
}
.about-intro.about-bg {
  background-color: #fff;
}
.about-intro.about-bg .about-tit span {
  background: #fff;
}
.about-intro .info {
  line-height: 1.8;
  text-align: left;
  border-bottom: 1px solid #333;
  padding: 15px 0 25px;
  text-align: justify;
}
.about-intro .info p {
  margin-bottom: 15px;
}
.whyexh-top .title {
  font-size: 24px;
  font-weight: bold;
}
.whyexh-top .data-box {
  *zoom: 1;
  text-align: center;
  margin: 30px auto;
}
.whyexh-top .data-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.whyexh-top .data-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.whyexh-top .data-box .item {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  margin: 10px 0;
  font-size: 20px;
}
.whyexh-top .data-box .p1 {
  margin-bottom: 5px;
}
.whyexh-top .data-box .p1 .counter {
  font-size: 48px;
}
.whyexh-top .btnbox {
  text-align: center;
}
.whyexh-top .btnbox .btn-new2,
.whyexh-top .btnbox .btn-new {
  margin: 10px;
  vertical-align: top;
}
.curexh {
  background-color: #e9e9e3 !important;
}
.curexh .twobox .txtbox {
  color: #865b52;
}
.twobox {
  *zoom: 1;
}
.twobox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.twobox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.twobox .txtbox {
  float: left;
  width: 60%;
  padding-right: 3%;
  line-height: 1.8;
  text-align: justify;
}
.twobox .txtbox p {
  margin-bottom: 15px;
}
.twobox .txtbox p:last-of-type {
  margin-bottom: 0;
}
.twobox .imgbox {
  float: right;
  width: 40%;
}
.twobox .imgbox img {
  display: block;
  width: 100%;
}
.twobox .imgbox video {
  width: 100%;
}
.logo-wall {
  background-color: #ff8081 !important;
}
.about-review {
  background: #fff;
}
.areview-list li {
  margin-bottom: 20px;
}
.about-info .about-logo {
  text-align: center;
  margin-bottom: 40px;
}
.about-info .about-logo img {
  width: auto !important;
  height: 70px !important;
}
.about-info .info {
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.about-info .info p {
  margin-bottom: 15px;
}
.about-info .info p:last-of-type {
  margin-bottom: 0;
}
.about-info2 {
  background: #feaf9e;
}
.about-info2 .info {
  color: #fff;
}
.organizer-top {
  background-color: #fff;
  padding: 20px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.organizer-top .txtbox {
  width: 35%;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}
.organizer-top .imgbox {
  max-width: 650px;
  width: 60%;
}
.organizer-top .imgbox img {
  display: block;
  width: 100%;
}
.organizer-info {
  background: #fff;
  /*padding: 15px 0;*/
}
.organizer-info .info {
  display: flex;
  justify-content: space-between;
  border-bottom-color: #333;
  color: #333;
  flex-wrap: wrap;
  text-align: left;
  /*.clearfloat;*/
}
.organizer-info .info .item {
  display: inline-block;
  margin: 10px 0;
  width: 25%;
  padding-right: 10px;
}
.organizer-info .info .item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.organizer-info2 {
  padding: 110px 0 40px;
  border-bottom: 1px solid #333;
}
.about-box .ind-partner {
  /*background: #cbb8b1;*/
}
.about-box .ind-sponsor {
  background: #b2d2c7;
}
.message-box {
  /*background: #feaf9e;*/
}
.message-box .message-item .tit {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.message-box .evaluate-list .swiper-slide .name {
  font-weight: bold;
  text-align: left;
}
.question-list li .que-con.js-que {
  cursor: pointer;
}
.question-list li .que-con .txtcon {
  padding: 20px 50px;
  display: flex;
  align-items: center;
  *zoom: 1;
}
.question-list li .que-con .txtcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.question-list li .que-con .txtcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.question-list li .que-con .name {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ffa932;
  color: #fff;
  font-size: 20px;
}
.question-list li .que-con .p {
  float: left;
  width: calc(100% - 50px);
  padding-left: 25px;
  line-height: 1.8;
}
.question-list li .ans-con {
  display: none;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.question-list li .ans-con .txtcon {
  display: block;
  margin: 0 0 20px;
}
.question-list li .ans-con .ans-close {
  font-size: 0;
  background-color: #e7e7e7;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/*观众服务*/
.greet-box {
  background: #cab7b0;
  font-size: 16px;
  /*font-weight: bold;*/
}
.greet-box .p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.8;
}
.twobtn-box {
  margin-top: 40px;
  *zoom: 1;
}
.twobtn-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.twobtn-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.twobtn-box a {
  float: left;
  width: calc(100%/2 - 5px);
  -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;
}
.twobtn-box a:first-of-type {
  margin-right: 10px;
}
.twobtn-box a:hover {
  opacity: 0.9;
  -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;
}
.twobtn-box .btn-ico {
  background-color: #ecba4a;
  background-image: url(../images/btn-line.png);
  background-repeat: no-repeat;
  background-position: right 15% center;
  color: #fff;
  position: relative;
}
.twobtn-box .btn-ico:before,
.twobtn-box .btn-ico:after {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background-color: #fff;
  right: calc((15% - 42px)/2 - 1px);
}
.twobtn-box .btn-ico:after {
  background-color: #e0ab2e;
  right: calc((15% - 42px)/2);
  background-image: url(../images/arrow-r.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.whyvst-top {
  background-color: #e9e9e3 !important;
}
.whyvst-top .info {
  text-align: center;
  border-bottom: 0;
  padding-top: 0;
}
.whyvst-top .btn-box {
  text-align: center;
  position: relative;
}
.whyvst-top .btn-box > div {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.whyvst-top .btn-box a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffa932;
  color: #fff;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  -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;
  display: inline-block;
  width: 300px;
}
.whyvst-top .btn-box a:hover {
  opacity: 0.9;
  -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;
}
.whyvst-top .btn-box a img {
  vertical-align: middle;
  margin-right: 5px;
}
.whyvst-top .btn-box a:nth-of-type(2) {
  background-color: #ff9680;
}
.whyvst-top .btn-box a:hover {
  -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;
  opacity: 0.9;
}
.whyvst-top2 {
  padding-bottom: 80px;
}
.whyvst-top2 .info {
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
}
.whyvst-top2 .btn-box {
  text-align: center;
  position: relative;
}
.whyvst-top2 .btn-box > div {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}
.whyvst-top2 .btn-box a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffa932;
  color: #fff;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  -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;
  display: inline-block;
  width: 300px;
}
.whyvst-top2 .btn-box a:hover {
  opacity: 0.9;
  -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;
}
.whyvst-top2 .btn-box a img {
  vertical-align: middle;
  margin-right: 5px;
}
.whyvst-top2 .btn-box a:nth-of-type(2) {
  background-color: #ff9680;
  margin-left: 8%;
}
.whyvst-top2 .btn-box a:hover {
  -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;
  opacity: 0.9;
}
.whyvst-top2 .btn-box2 {
  margin-top: 20px;
}
.whyvst-info .info {
  /*margin-bottom: 40px;*/
}
.whyvst-info .info p {
  margin-bottom: 15px;
}
.whyvst-info .info p:last-of-type {
  margin-bottom: 0;
}
.list-info p {
  padding-left: 25px;
  background: url(../images/ico.png) no-repeat left top 8px;
  background-size: 20px;
  margin-bottom: 15px;
}
.list-info p:last-of-type {
  margin-bottom: 0;
}
.time-list {
  *zoom: 1;
}
.time-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.time-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.time-list li {
  float: left;
  background-color: #fff;
  width: calc(100%/3 - 7px);
  margin-right: 10px;
  padding: 30px 10px;
  text-align: center;
}
.time-list li:nth-of-type(3) {
  margin-right: 0;
}
.time-list li .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.whyvisit {
  background: #fff;
}
.whyvisit .info {
  padding-top: 20px;
}
.whyvisit .info p {
  line-height: 1.8;
  margin: 10px 0;
}
.condition-box .info {
  border-bottom-color: #8f695c;
}
.condition-box .info .tit {
  border-bottom: 1px solid ;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.condition-box .info ul li {
  margin: 5px 0;
  background-image: url("../images/li-ico2.png");
  /*图片的url地址*/
  background-position: left top 15px;
  /*背景图片的定位*/
  background-repeat: no-repeat;
  padding-left: 15px;
}
.categorybox .buyer-catelist {
  *zoom: 1;
}
.categorybox .buyer-catelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.categorybox .buyer-catelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.categorybox .buyer-catelist li {
  float: left;
  width: calc(100%/5 - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 180px;
  overflow: hidden;
  background-color: #99776b;
  display: table;
  padding: 0 10px;
  -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;
}
.categorybox .buyer-catelist li:nth-of-type(5n) {
  margin-right: 0;
}
.categorybox .buyer-catelist li:hover {
  -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;
  opacity: 0.9;
}
.categorybox .buyer-catelist li .imgbox {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 20px;
}
.categorybox .buyer-catelist li .imgbox img {
  max-width: 90%;
}
.categorybox .buyer-catelist li .tit {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
}
.categorybox .buyer-catelist li .tit:before {
  display: block;
  content: "";
  width: 1px;
  height: 46px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
}
.categorybox .btnred {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #cf8071;
  margin-top: 10px;
  font-weight: normal;
}
.categorybox .btnred img {
  vertical-align: middle;
  margin-right: 5px;
}
.opentime {
  text-align: center;
}
.opentime p {
  width: 30%;
  display: inline-block;
  line-height: 34px;
}
.opentime p:nth-of-type(2) {
  border: 1px solid #97786b;
  border-top: 0;
  border-bottom: 0;
}
.purchasers-box {
  background-color: #e3b1a2;
}
.purchasers-box .purchasers-list {
  *zoom: 1;
}
.purchasers-box .purchasers-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.purchasers-box .purchasers-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.purchasers-box .purchasers-list li {
  float: left;
  background: #fff;
  text-align: center;
  line-height: 50px;
  width: calc(100%/6 - 9px);
  margin-right: 10px;
  color: #97786b;
  -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;
}
.purchasers-box .purchasers-list li:hover {
  opacity: 0.9;
  -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;
}
.purchasers-box .purchasers-list li:nth-of-type(6n) {
  margin-right: 0;
}
.invit-box {
  background-color: #96786b;
}
.invit-box .invit-list li {
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.invit-box .invit-list li:last-of-type {
  margin-bottom: 0;
}
.invit-box .invit-list li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #97786b;
  -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;
}
.invit-box .invit-list li a:hover {
  color: #e97868;
  -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;
}
.matchme {
  font-weight: normal;
}
.match-box {
  background-color: #e3b1a2;
}
.match-box .match-list {
  display: flex;
  *zoom: 1;
}
.match-box .match-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.match-box .match-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.match-box .match-list li {
  float: left;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  background-color: #f0deda;
}
.match-box .match-list li:nth-of-type(4n) {
  margin-right: 0;
}
.match-box .match-list .tit {
  padding: 10px 0;
  background-color: #96786b;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.match-box .match-list .info {
  padding: 45px 28px;
  line-height: 1.8;
  min-height: 200px;
  text-align: justify;
  background-color: #f0deda;
}
.match-box .match-list .info.info2 {
  padding: 20px;
}
.visit-box .swiper-container {
  padding-bottom: 10px;
}
.achieve-box {
  background: -webkit-linear-gradient(to bottom, #fff 73%, #e90c80 73%);
  background: -moz-linear-gradient(to bottom, #fff 73%, #e90c80 73%);
  background: linear-gradient(to bottom, #fff 73%, #e90c80 73%);
}
.achieve-con {
  padding-bottom: 40px;
}
.achieve-con .about-tit:before {
  background-color: #97786b;
}
.achieve-con .about-tit span {
  font-size: 22px;
  color: #97786b;
  background-color: #fff;
}
.achieve-con .scale-list {
  margin: 40px 0 50px;
  *zoom: 1;
}
.achieve-con .scale-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.achieve-con .scale-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.achieve-con .scale-list li {
  float: left;
  width: calc(100%/4 - 83px);
  margin-right: 110px;
  border-radius: 50%;
  color: #97786b;
  text-align: center;
  font-size: 16px;
  border: 4px solid #cf8880;
  position: relative;
  -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;
}
.achieve-con .scale-list li:hover {
  -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;
  opacity: 0.8;
}
.achieve-con .scale-list li:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.achieve-con .scale-list li:nth-of-type(1) {
  border-color: #e09964;
}
.achieve-con .scale-list li:nth-of-type(3) {
  border-color: #d28070;
}
.achieve-con .scale-list li:nth-of-type(4) {
  border-color: #b56f62;
  margin-right: 0;
}
.achieve-con .scale-list li .p2 {
  font-weight: bold;
  margin-top: 5px;
}
.achieve-con .scale-list li .p2 span {
  font-size: 34px;
}
.achieve-con .scale-list li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.achieve-img .swiper-slide {
  overflow: hidden;
}
.achieve-img .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.achieve-img .swiper-slide:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.achieve-img .swiper-slide img {
  display: block;
  width: 100%;
}
.achieve-img .img-list {
  *zoom: 1;
}
.achieve-img .img-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.achieve-img .img-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.achieve-img .img-list li {
  float: left;
  width: calc(100%/3 - 6px);
  margin-right: 9px;
  margin-bottom: 10px;
  overflow: hidden;
}
.achieve-img .img-list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.achieve-img .img-list li:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.achieve-img .img-list li:nth-of-type(3n) {
  margin-right: 0;
}
.achieve-img .img-list li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.buyer-evaluate {
  background-color: #e9e9e3 !important;
}
.evaluate-list {
  position: relative;
}
.evaluate-list .swiper-slide {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  line-height: 1.8;
  text-align: justify;
  min-height: 220px;
  animation: aniH 2s forwards;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.evaluate-list .swiper-slide:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 7px;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.evaluate-list .swiper-slide:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.evaluate-list .swiper-slide .name {
  text-align: right;
}
.seller-evaluate {
  background-color: #ffa732 !important;
}
@keyframes aniH {
  0% {
    height: auto;
  }
}
.serve-con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.serve-con .item {
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 10px);
}
.serve-con .txt {
  color: #868076;
}
.serve-con .txt a {
  color: #868076;
}
.serve-con .txt a:hover {
  color: #e97868;
}
.serve-con .txtfl {
  padding-right: 5%;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Arial';
  text-align: right;
}
.serve-con .txtfr {
  padding-left: 5%;
  border-left: 1px solid #868076;
  line-height: 1.8;
}
.activity-contact {
  *zoom: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-contact:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-contact:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-contact .item {
  width: 33.33%;
  float: left;
}
.activity-contact .item .tit {
  font-size: 16px;
  margin-bottom: 10px;
}
.activity-contact .item-con {
  display: flex;
  align-items: center;
}
.activity-contact .item-con2 {
  margin-top: 20px;
}
.activity-contact .txt {
  float: left;
}
.activity-contact .txt a:hover {
  color: #e97868;
}
.activity-contact .txtfl {
  padding-right: 5%;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Arial';
  text-align: right;
}
.activity-contact .txtfr {
  padding-left: 5%;
  border-left: 1px solid #ddd;
  line-height: 1.8;
}
.joinmatch-box {
  background-color: #ffe3df;
}
.joinmatch-box .twobtn-box {
  margin-top: 0;
}
.group-top .info {
  color: #333;
  border-bottom: 1px solid #333;
  padding: 30px 0 40px;
}
.review-box {
  background: -webkit-linear-gradient(to bottom, #fff 60%, #ff9680 60%);
  background: -moz-linear-gradient(to bottom, #fff 60%, #ff9680 60%);
  background: linear-gradient(to bottom, #fff 60%, #ff9680 60%);
  background-color: #b1d1c6;
}
.review-list {
  *zoom: 1;
}
.review-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-list li {
  float: left;
  width: calc(100%/3 - 8px);
  margin-right: 12px;
  margin-bottom: 12px;
}
.review-list li:nth-of-type(3n) {
  margin-right: 0;
}
.review-list li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.review-list li:hover .tit {
  background: #ff9680;
  -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;
}
.review-list .tit {
  color: #fff;
  background-color: #848077;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  -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;
}
.review-list a {
  color: #fff;
}
.review-list .imgbox {
  height: 188px;
  font-size: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}
.review-list .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.travel-box {
  background-color: #e9e9e3 !important;
  padding: 110px 0 70px;
}
.travel-box .travel-list li {
  width: 100%;
  margin-bottom: 30px;
}
.travel-box .travel-list li .con {
  display: flex;
}
.travel-box .travel-list li .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
.travel-box .travel-list li .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: #efefef;
}
.travel-box .travel-list li .imgbox img {
  width: 100%;
  display: block;
}
.travel-box .travel-list li .txtbox {
  width: 70%;
  background-color: #fff;
  position: relative;
}
.travel-box .travel-list li .txtbox .info {
  width: 100%;
  padding: 0 5%;
  margin: 10px 0;
}
.travel-box .travel-list li .txtbox .disflex {
  display: flex;
}
.travel-box .travel-list li .txtbox .item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 48%;
}
.travel-box .travel-list li .txtbox .item:last-of-type {
  margin-right: 0;
}
.travel-box .travel-list li .txtbox p {
  margin: 5px 0;
}
.hall-box .hall-top {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.hall-box .hall-top p {
  margin: 10px 0;
}
.hall-time {
  background-color: #ff8081 !important;
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
.hall-time .p {
  width: 30%;
  display: inline-block;
  line-height: 1.8;
  font-size: 16px;
}
.hall-time .p:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.hall-bg {
  background-color: #ff8081;
  margin-top: 50px;
}
.hall-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
}
.hall-flex .hall-top1 {
  color: #fff;
  line-height: 1.5;
  font-size: 18px;
  margin-right: 10%;
}
.hall-flex .hall-top1 p {
  margin: 10px 0;
  font-size: 15px;
}
.hall-flex .hall-time1 {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.hall-flex .hall-time1 p {
  margin: 10px 0;
}
.about-content .about-intro p {
  margin-bottom: 5px;
}
.about-content .about-intro .info {
  text-align: center;
}
.about-content .about-intro .out-coninfo {
  text-align: left;
  margin-top: 35px;
}
.about-content .ab-time {
  padding-bottom: 80px;
  background-color: #f5f5f5;
}
.about-content .ab-time .ab-item {
  display: flex;
  align-items: center;
}
.about-content .ab-time .ab-item .item-list {
  text-align: center;
  width: calc(100%/3);
}
.about-content .ab-time .ab-item .item-list img {
  width: 100%;
  display: block;
}
.about-content .ab-time .ab-item .item-list .item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-content .ab-time .ab-item .item-list .time {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
.about-content .ab-time .ab-item .item-list .time:last-child {
  margin-bottom: 0;
}
.about-content .ab-time .ab-item .item-list .item-btn {
  margin-top: 30px;
}
.about-content .ab-time .ab-item .item-list .item-btn a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background-color: #ffa932;
  color: #fff;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  -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;
  display: inline-block;
  width: 150px;
}
.about-content .ab-time .ab-item .item-list .item-btn2 a {
  background-color: #ff9680;
}
.about-content .ab-category {
  padding-bottom: 80px;
}
.traffic-box {
  padding: 50px 0;
  background-color: #f1dfdb;
}
.traffic-box.contact {
  background-color: #fee5e0;
}
.traffic-box .twobox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.traffic-box .twobox .imgbox {
  background: #fff;
  width: 57%;
  display: block;
  padding: 20px;
}
.traffic-box .twobox .imgbox .p {
  text-align: center;
  color: #e97868;
}
.traffic-box .twobox .txtbox {
  width: 43%;
  line-height: 1.5;
}
.traffic-box .twobox .traffic-list li {
  width: calc(100%/2 - 10px);
  margin-right: 20px;
}
.traffic-box .twobox .traffic-list li:nth-of-type(2n) {
  margin-right: 0;
}
.traffic-box .traffic-list {
  *zoom: 1;
}
.traffic-box .traffic-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.traffic-box .traffic-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.traffic-box .traffic-list li {
  float: left;
  width: calc(100%/4 - 3%);
  margin-right: 4%;
}
.traffic-box .traffic-list li:nth-of-type(4) {
  margin-right: 0;
}
.traffic-box .traffic-list .top {
  border-bottom: 2px solid #939393;
  padding-bottom: 20px;
  text-align: center;
}
.traffic-box .traffic-list .top p {
  color: #97786b;
  font-size: 16px;
  margin-top: 5px;
}
.traffic-box .traffic-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #939393;
  color: #666;
  line-height: 1.8;
}
.traffic-box .traffic-list .item:last-of-type {
  border-bottom: 0;
}
.traffic-box .traffic-list .p1 {
  font-weight: bold;
}
.traffic-box .traffic-list .p2 {
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/li-ico2.jpg) no-repeat left top 0.45vw;
  line-height: 1.5;
  margin-bottom: 5px;
}
.parking-box {
  line-height: 1.8;
}
.parking-box .item {
  *zoom: 1;
}
.parking-box .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.parking-box .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.parking-box .twobox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.parking-box .twobox .txtbox {
  width: 54%;
  padding-right: 4%;
}
.parking-box .twobox .txtbox p {
  margin-bottom: 0;
}
.parking-box .twobox .imgbox {
  width: 46%;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.parking-box .name {
  float: left;
  width: 100px;
  text-align: center;
  color: #97786b;
}
.parking-box .name img {
  max-width: 100%;
}
.parking-box .p {
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/li-ico2.jpg) no-repeat left top 0.45vw;
  line-height: 1.5;
  margin-bottom: 5px !important;
}
.parking-box .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #939393;
}
.parking-box .row:last-of-type {
  border-bottom: 0;
}
.parking-box .info {
  float: left;
  width: calc(100% - 100px);
  padding-left: 30px;
}
/*展位预定*/
.pro-form {
  background-color: #fff;
}
.exhapply-box.js-exhApply {
  background: #fff;
}
.exhapply-box .sub-tit {
  color: #e87969;
  line-height: 2.5;
  text-align: center;
  margin: 50px 0;
}
.exhapply-box .form-btn {
  font-weight: bold;
  letter-spacing: 5px;
}
.form-box {
  margin-bottom: 50px;
}
.form-box .tiptxt {
  margin-bottom: 20px;
}
.form-box .tiptxt b {
  color: red;
}
.form-box .form-tit {
  text-align: center;
  background-color: #ffe3df;
  line-height: 45px;
  margin-bottom: 40px;
  font-weight: bold;
}
.form-box .form-row {
  *zoom: 1;
  margin-bottom: 20px;
  float: left;
  width: 46%;
  margin-right: 8%;
}
.form-box .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .form-row:nth-of-type(2n) {
  margin-right: 0;
}
.form-box .form-row-all {
  width: 100%;
  margin-right: 0;
}
.form-box .inputbox {
  float: left;
  width: calc(100% - 60px);
}
.form-box .label {
  margin-right: 15px;
}
.form-box .form-name {
  float: left;
  width: 60px;
  line-height: 24px;
}
.form-box .form-name span {
  color: red;
}
.form-box .form-input {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  width: calc(100% - 60px);
  line-height: 24px;
  font-size: 16px;
}
.form-box .form-input-all {
  width: 100%;
  float: none;
}
.form-box textarea.form-input {
  border: 1px solid #d4d4d4;
  padding: 10px;
  outline: none;
}
.form-box .input-name {
  width: 130px;
}
.form-box .input-name + .form-input {
  width: calc(100% - 130px);
}
.form-box .input-name + .inputbox {
  width: calc(100% - 130px);
}
.form-box .limitxt {
  text-align: right;
  color: #999999;
  margin-top: 5px;
}
.form-box .uploadbox .tit {
  text-align: center;
  margin-bottom: 20px;
}
.form-box .uploadbox .uploadshow {
  text-align: center;
}
.form-box .uploadbox .uploadshow .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 150px;
  margin: 0 20px 20px 0;
}
.form-box .uploadbox .uploadshow .item .closebtn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f14a16;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.form-box .uploadbox .uploadshow .item .closebtn:hover {
  opacity: 0.8;
}
.form-box .uploadbox .uploadshow .item .img {
  position: relative;
  margin: 0 auto;
  width: 118px;
  height: 118px;
  border: 1px solid #dadada;
  text-align: center;
  line-height: 118px;
}
.form-box .uploadbox .uploadshow .item .img img {
  display: inline;
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
.form-box .uploadbox .uploadshow .item .p {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.form-box .uploadbox .upload-btn {
  display: block;
  margin: 20px auto;
  width: 148px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #f14a16;
  outline: none;
  border: 1px solid #f14a16;
  position: relative;
  cursor: pointer;
}
.form-box .uploadbox .upload-btn:hover {
  opacity: 0.8;
}
.form-box .uploadbox .upload-btn input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form-box .uploadbox .tip {
  color: #f14a16;
  text-align: center;
}
.form-box .linksbox .item {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-box .linksbox .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .linksbox .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .linksbox .item .name {
  color: #7d7d7d;
  float: left;
  width: 80px;
  line-height: 50px;
}
.form-box .linksbox .item .linkscon {
  float: left;
  width: calc(100% - 80px);
}
.form-box .linksbox .item .linkscon .row {
  *zoom: 1;
  margin-bottom: 10px;
}
.form-box .linksbox .item .linkscon .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .linksbox .item .linkscon .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-box .linksbox .item .linkscon .form-input {
  float: left;
  border: 1px solid #dadada;
  height: 50px;
}
.form-box .linksbox .item .linkscon .editbtn {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fc9918;
  line-height: 30px;
  text-align: center;
  color: #fff;
  outline: none;
  border: 0;
  margin: 10px 0 10px 10px;
  cursor: pointer;
}
.form-box .linksbox .item .linkscon .editbtn:hover {
  opacity: 0.8;
}
.form-box .linksbox .item .linkscon .editbtn.delbtn {
  background-color: #370665;
}
.form-box .input-unit {
  position: relative;
}
.form-box .input-unit input {
  padding-right: 40px;
  float: none;
}
.form-box .input-unit .unit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.form-box .radio-input label {
  margin-right: 20px;
}
.form-exhibitor .label {
  white-space: nowrap;
  margin-right: 15px;
}
.form-exhibitor textarea.form-input {
  width: 100%;
  height: auto;
  margin-top: 10px;
  float: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
}
input[type="checkbox"] {
  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;
  margin-top: -2px;
  border-radius: 3px;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #e97868;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  content: url(../images/gou.png);
}
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%;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #e97868;
  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: #e97868;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #e97868;
}
input[type="radio"]:checked:after {
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-ico.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  outline: none;
  border: 0;
}
select::-ms-expand {
  display: none;
}
.category-list {
  *zoom: 1;
}
.category-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.category-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.category-list .li {
  float: left;
  width: 33.33%;
  padding-right: 10px;
  vertical-align: top;
  margin-bottom: 20px;
}
.category-list .li.li_17 {
  display: none;
}
.category-list .li label {
  width: 100%;
  display: block;
  line-height: 1.5;
  *zoom: 1;
}
.category-list .li label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.category-list .li label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.category-list .li label input {
  float: left;
  margin-top: 2px;
}
.category-list .li label span {
  float: left;
  width: calc(100% - 25px);
}
.category-list .subli {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.category-list .subli label {
  margin-bottom: 10px;
}
.category-list .li-other {
  display: flex;
}
.category-list .li-other label {
  width: auto;
  white-space: nowrap;
}
.category-list .li-other .form-input {
  width: auto;
  flex-grow: 1;
}
.radio-list {
  display: flex;
  flex-wrap: wrap;
}
.radio-list.center {
  justify-content: center;
}
.radio-list .li {
  width: 50%;
  margin-bottom: 10px;
}
.radio-list .li span {
  display: inline-block;
  vertical-align: middle;
}
.upload-logo {
  border: 1px solid #cf8071;
  padding: 30px;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.upload-logo .upload {
  margin-top: 15px;
}
.upload-logo .upload span {
  background: #cf8071;
  border-radius: 0.25rem;
  padding: 6px 12px;
  color: #fff;
}
.upload-logo .upload span .fa {
  margin-right: 5px;
}
.upload-logo img {
  display: none;
  max-width: 100%;
  max-height: 200px;
}
.previous-box {
  background: #fff;
  padding: 15px 0 0 0;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid rgba(207, 128, 113, 0.4);
}
/*产品列表*/
.products-box {
  background-color: #e9e9e3 !important;
}
.products-list li {
  min-height: 195px;
  overflow: hidden;
  -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-bottom: 15px;
  display: flex;
  *zoom: 1;
}
.products-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li:hover {
  -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;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.products-list li .pro-type {
  float: left;
  width: 13%;
  min-height: 195px;
  background-color: #ffa732 !important;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products-list li .pro-type img {
  margin-bottom: 5px;
}
.products-list li .pro-type a {
  color: #fff;
  -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;
}
.products-list li .pro-type a:hover {
  color: #e97868;
  -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;
}
.products-list li .pro-type .p1 {
  font-size: 16px;
}
.products-list li .pro-type .p2 {
  font-family: 'Arial';
}
.products-list li .imgbox {
  float: left;
  width: 25%;
  min-height: 195px;
  overflow: hidden;
  background-color: #f0f0f0;
  font-size: 0;
  line-height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list li .imgbox a {
  display: block;
  width: 100%;
  max-height: 195px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list li .imgbox img {
  width: 100%;
  /*display: block;*/
  vertical-align: middle;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.products-list li .imgbox img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.products-list li .txtbox {
  float: left;
  /*width: calc(~"100% - 455px");*/
  width: 62%;
  min-height: 195px;
  background-color: #fff;
  padding: 30px 20px 20px 30px;
  position: relative;
  *zoom: 1;
}
.products-list li .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li .info {
  width: 100%;
  line-height: 1.8;
}
.products-list li .info .row {
  *zoom: 1;
}
.products-list li .info .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li .info .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-list li .info .row .p {
  float: left;
  width: 28%;
}
.products-list li .info .row .p:nth-of-type(3) {
  width: 44%;
}
.products-list li .info .row a:hover {
  color: #e97868;
}
.products-list li .info .item {
  margin: 10px 0;
}
.products-list li .info .item .tel {
  /*display: inline-block;*/
}
.products-list li .info .item p {
  display: inline-block;
  margin-right: 5px;
  /*&:first-of-type {
                        margin-right: 0;
                    }*/
  /*&:nth-of-type(3){
                        width: 28%;
                    }
                    &:nth-of-type(3){
                        width: 28%;
                    }
                    &:nth-of-type(4){
                        width: 40%;
                    }*/
}
.products-list li .info .item p:last-of-type {
  margin-right: 0;
}
.products-list li .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  -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;
}
.products-list li .more:hover {
  color: #e97868;
}
.proinfo-box .proinfo-top {
  padding-top: 110px;
  background-color: #e9e9e3 !important;
}
.proinfo-box .proinfo-top .about-tit:before {
  background-color: #878076;
}
.proinfo-box .proinfo-top .about-tit span {
  color: #878076;
  background-color: #e9e9e3 !important;
}
.proinfo-box .proinfo-top .sub-tit {
  text-align: center;
  margin-top: 8px;
  font-family: 'Arial';
}
.proinfo-box .proinfo-top .info {
  color: #878076;
  line-height: 1.8;
  margin-top: 40px;
}
.proinfo-box .proimg-box {
  background: -webkit-linear-gradient(to bottom, #fff 51%, #ff8081 51%);
  background: -moz-linear-gradient(to bottom, #fff 51%, #ff8081 51%);
  background: linear-gradient(to bottom, #fff 51%, #ff8081 51%);
}
.proreview-list .imgbox {
  height: 280px;
  line-height: 280px;
}
.pro-contact {
  background-color: #feaf9e;
}
.pro-contact .list {
  *zoom: 1;
}
.pro-contact .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-contact .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-contact .list li {
  width: calc(100%/2 - 15px);
  margin-right: 30px;
  float: left;
  display: table;
  background-color: #fff;
  height: 110px;
  color: #878076;
  margin-bottom: 20px;
}
.pro-contact .list li:nth-of-type(2n) {
  margin-right: 0;
}
.pro-contact .list li:last-of-type {
  width: 100%;
}
.pro-contact .list li:last-of-type .info p {
  display: inline-block;
}
.pro-contact .list li:nth-of-type(even) {
  width: calc(100%/2 - 15px);
}
.pro-contact .list li:nth-of-type(even) .info p {
  display: block;
}
.pro-contact .list li a {
  color: #878076;
  -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;
}
.pro-contact .list li a:hover {
  color: #e97868;
  -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;
}
.pro-contact .list li .links-box .link {
  display: inline-block;
  margin-right: 20px;
}
.pro-contact .list li .links-box .link:last-child {
  margin-right: 0;
}
.pro-contact .list li .links-box .link img {
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle;
  margin-left: 5px;
  animation: aniMove 1s ease infinite;
}
@keyframes aniMove {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.pro-contact .list li .link {
  text-decoration: underline;
  color: #878076;
  cursor: pointer;
  -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;
}
.pro-contact .list li .link:hover {
  color: #e97868;
  -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;
}
.pro-contact .list li .name {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.pro-contact .list li .name .p1 {
  font-size: 18px;
  font-weight: bold;
}
.pro-contact .list li .name .p1 span {
  font-size: 16px;
}
.pro-contact .list li .info {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  line-height: 1.8;
}
.pro-contact .list li .info .txt {
  display: inline-block;
  text-align: left;
}
.pro-contact .list li .info p {
  margin-right: 30px;
}
.pro-contact .list li .info:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  left: 0;
  background-color: #878076;
}
.pro-contact .btnbg {
  font-weight: bold;
}
.pro-contact.pro-contact-all {
  background-color: #fff;
}
.pro-contact.pro-contact-all .list li {
  width: 100% !important;
  margin-right: 0;
  color: #95786b;
  margin-bottom: 20px;
  float: none;
}
.pro-contact.pro-contact-all .list li a,
.pro-contact.pro-contact-all .list li .link {
  color: #95786b;
  cursor: pointer;
}
.pro-contact.pro-contact-all .list li a:hover,
.pro-contact.pro-contact-all .list li .link:hover {
  color: #e97868;
}
.pro-contact.pro-contact-all .list li .name {
  width: 40%;
  text-align: right;
  padding-right: 5%;
}
.pro-contact.pro-contact-all .list li .info {
  width: 60%;
  padding-left: 5%;
  text-align: left;
}
.pro-contact.pro-contact-all .list li .info:before {
  background-color: #95786b;
}
.pro-contact.pro-contact-all .list li .info p {
  display: inline-block;
}
.exhlogin {
  *zoom: 1;
}
.exhlogin:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhlogin:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhlogin .btn {
  float: left;
  margin-right: 2%;
  width: 49%;
  color: #7c5218;
}
.exhlogin .btn:nth-of-type(2) {
  margin-right: 0;
}
.exhlogin .info {
  color: #666;
  padding: 30px 0;
  line-height: 1.8;
}
.exhlogin .info p {
  margin-bottom: 30px;
}
.exhlogin .exhlogin-btn {
  text-align: center;
  margin-top: 20px;
}
.exhlogin .exhlogin-btn .btn-new {
  margin: 5px;
}
.exh-download {
  background-color: #e9e9e3 !important;
}
.exhdownload-list {
  display: flex;
  flex-wrap: wrap;
}
.exhdownload-list.curr {
  display: flex !important;
}
.exhdownload-list li {
  width: calc(100%/3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  -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;
}
.exhdownload-list li:nth-of-type(3n) {
  margin-right: 0;
}
.exhdownload-list li:hover {
  opacity: 0.9;
  -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;
}
.exhdownload-list li:hover .tit {
  background-color: #f5d2c8;
}
.exhdownload-list li:hover .tit img {
  animation: anijump 0.3s both;
}
.exhdownload-list li .tit {
  padding: 15px 0;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
.exhdownload-list li .tit img {
  vertical-align: middle;
  width: 23px;
}
.exhdownload-list li .tit a {
  display: block;
  color: #fff;
}
.exhdownload-list li .imgbox {
  background-color: #fff;
}
.exhdownload-list li .imgbox img {
  width: 100%;
  display: block;
}
@keyframes anijump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.whyexh {
  background-color: #e9e9e3;
}
.whyexh .about-tit span {
  background-color: #e9e9e3;
}
.whyexh .info p {
  margin-bottom: 10px;
}
.prozone-box .contact-list {
  margin-top: 0;
}
.prozone-box .contact-list li {
  background-color: #eae9e4;
}
.prozone-box .contact-list .tit {
  background-color: #878076;
}
.prozone-box .contact-list .info {
  background-color: #eae9e4;
}
.prozone-list li {
  position: relative;
}
.prozone-list li:hover .tit {
  /*background-color: #98786b;*/
}
.prozone-list li:hover img {
  /*transform: scale(1);*/
}
.prozone-list li:hover .detail {
  display: block;
}
.prozone-list li:hover .detail .detail-con {
  animation: animove 0.5s forwards;
}
.prozone-list .imgbox {
  position: relative;
  background-color: #edd0c7;
}
.prozone-list .detail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 196, 185, 0.8);
  line-height: 1.5;
  font-size: 14px;
}
.prozone-list .detail a {
  color: #3d3e3f;
}
.prozone-list .detail .detail-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  /*display: flex;*/
  flex-direction: column;
}
.prozone-list .detail .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #3d3e3f;
  /*display: table;*/
  /*.clearfloat;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.prozone-list .detail .item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.prozone-list .detail .item p {
  white-space: nowrap;
}
.prozone-list .detail .item .tel {
  display: inline-block;
  padding-left: 10px;
}
.prozone-list .detail .item .name {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-family: 'Arial';
  vertical-align: middle;
}
.prozone-list .detail .item .name span {
  font-size: 16px;
}
@keyframes animove {
  from {
    transform: translate(-50%, 100%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
.ind-category .pro-category li {
  width: calc(100%/7 - 8px);
  margin-right: 9px;
}
.ind-category .pro-category li:nth-of-type(5n) {
  margin-right: 9px;
}
.ind-category .pro-category li:nth-of-type(7n) {
  margin-right: 0px;
}
.category-box {
  background-color: #ffa732 !important;
}
.pro-category {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.pro-category:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-category:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-category li {
  float: left;
  width: calc(100%/5 - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  -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;
}
.pro-category li:nth-of-type(5n) {
  margin-right: 0;
}
.pro-category li:hover {
  -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;
  opacity: 0.9;
}
.pro-category .tit {
  background-color: #878076;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  display: block;
  font-size: 16px;
}
.pro-category .imgbox {
  background-color: #fff;
  height: 150px;
  font-size: 0;
  line-height: 150px;
  text-align: center;
}
.pro-category .imgbox img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
/*同期活动*/
.event-box .btnyellow {
  width: 200px;
  margin: 20px auto 0;
}
.event-list {
  margin-top: 30px;
}
.event-list li {
  margin-bottom: 12px;
  border: 2px solid #f4b9ab;
  height: 180px;
  -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;
  *zoom: 1;
}
.event-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -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;
}
.event-list .event-tit {
  float: left;
  background-color: #ffe3df;
  height: 100%;
  /*width: 188px;*/
  width: 16%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-list .event-tit .p1 {
  color: #231815;
  margin-bottom: 5px;
}
.event-list .event-tit img {
  max-width: 100%;
  max-height: 70%;
}
.event-list .imgbox {
  float: left;
  height: 100%;
  /*width: 268px;*/
  width: 23%;
  font-size: 0;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.event-list .imgbox img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-list .imgbox img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-list .txtbox {
  float: left;
  /*width: calc(~"100% - 188px - 268px");*/
  width: 61%;
  height: 100%;
  padding: 15px 15px 15px 30px;
  position: relative;
}
.event-list .txtbox .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  max-height: 150px;
}
.event-list .txtbox .info p {
  margin-bottom: 10px;
}
.event-list .txtbox .info p:last-of-type {
  margin-bottom: 0;
}
.event-list .btnbox {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: right;
  *zoom: 1;
}
.event-list .btnbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-list .btnbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-list .btnbox .more {
  display: inline-block;
  vertical-align: top;
  padding: 6px 20px;
}
.event-list .btnbox .more:hover {
  color: #e97868;
}
.event-list .btnbox .btn {
  display: inline-block;
  vertical-align: top;
  background-color: #e97868;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #e97868;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-list .btnbox .btn:hover {
  background-color: #fff;
  color: #e97868;
}
.event-list .btnbox .btn2 {
  background-color: #ffa932;
  border-color: #ffa932;
}
.event-list .btnbox .btn2:hover {
  color: #ffa932;
}
.event-top {
  padding-top: 110px;
  background-color: #fbe3df;
}
.event-top.graybox .about-tit:before {
  background-color: #7d7d7d !important;
}
.event-top.graybox .about-tit span {
  background-color: #e9e9e3 !important;
  color: #7d7d7d !important;
}
.event-top.graybox .info {
  color: #7d7d7d !important;
}
.event-top.no-borderb .info {
  border-bottom: 0;
}
.event-top .about-tit span {
  background-color: #fbe3df;
}
.event-top .info {
  display: flex;
  align-items: center;
  *zoom: 1;
  color: #333;
  line-height: 1.8;
  padding: 20px 0 30px;
  border-bottom: 1px solid #333;
}
.event-top .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-top .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-top .info p {
  margin-bottom: 20px;
}
.event-top .info p:last-of-type {
  margin-bottom: 0;
}
.event-top .info .img {
  width: 150px;
  float: left;
}
.event-top .info .img img {
  width: 100%;
}
.event-top .info .txtbox {
  width: calc(100% - 150px);
  padding-left: 20px;
  float: left;
}
.event-top .more {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #ecba4a;
  font-weight: bold;
  text-align: center;
  -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-top: 20px;*/
}
.event-top .more span {
  display: inline-block;
}
.event-top .more:hover {
  -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;
  background-color: #ecba4a;
  opacity: 0.9;
}
.event-top .more:hover span {
  animation: aniX 0.6s forwards;
}
.event-rule .p {
  text-align: center;
  line-height: 1.8;
}
.event-rule .info {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 2px solid #8f8f8f;
  line-height: 1.8;
}
.event-rule .info .p1 {
  margin-bottom: 10px;
}
.event-rule .more {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #dddddd;
  font-weight: bold;
  text-align: center;
}
.event-rule .more span {
  display: inline-block;
}
.event-rule .more:hover {
  -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;
  background-color: #e3e3e3;
}
.event-rule .more:hover span {
  animation: aniX 0.6s forwards;
}
.event-welfare {
  background-color: #ffe3df;
  color: #69544d;
}
.event-welfare .welfare-item {
  margin-bottom: 40px;
}
.event-welfare .welfare-item .about-tit:before {
  background-color: #97786b;
}
.event-welfare .welfare-item .about-tit span {
  background-color: #ffe3df;
}
.event-welfare .welfare-item .sub-tit {
  text-align: center;
  margin-top: 8px;
}
.event-welfare .welfare-item .info {
  margin-top: 30px;
  /*text-align: center;*/
  *zoom: 1;
}
.event-welfare .welfare-item .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-welfare .welfare-item .info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-welfare .welfare-item .info p {
  margin: 15px 0;
}
.event-welfare .welfare-item .list {
  *zoom: 1;
  text-align: left;
}
.event-welfare .welfare-item .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-welfare .welfare-item .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.event-welfare .welfare-item .list li {
  float: left;
  width: 50%;
  padding-left: 5%;
  margin: 8px 0;
}
.event-welfare .welfare-item .twolist {
  float: left;
  width: 48%;
  margin-right: 4%;
  text-align: left;
}
.event-welfare .welfare-item .twolist:nth-of-type(2) {
  margin-right: 0;
}
.event-welfare .tip {
  text-align: center;
}
.event-welfare .tip i {
  font-size: 18px;
  color: #96786b;
}
.pink-box .event-top .about-tit:before {
  background-color: #69544d;
}
.pink-box .event-top .about-tit span {
  color: #69544d;
}
.pink-box .event-top .info {
  border-bottom-color: #69544d;
  color: #69544d;
}
.pink-box .info {
  /*color: #69544d;*/
}
.lightpink-box .event-top {
  background-color: #efddd9;
}
.lightpink-box .event-top .about-tit span {
  background-color: #efddd9;
}
.yellow-box .event-top {
  background-color: #edbb4a;
}
.yellow-box .event-top .about-tit:before {
  background-color: #614d20;
}
.yellow-box .event-top .about-tit span {
  background-color: #edbb4a;
  color: #614d20;
}
.yellow-box .event-top .info {
  color: #614d20;
  border-bottom-color: #614d20;
}
.yellow-box .schedule-table .maincon th {
  background-color: #ffefce;
}
.yellow-box .schedule-table .maincon th.th1 {
  background-color: #ffa732;
}
.yellow-box .video-box {
  background-color: #efddd9;
}
.green-box .event-top {
  background-color: #b0cfc4;
}
.green-box .event-top .about-tit:before {
  background-color: #4b5854;
}
.green-box .event-top .about-tit span {
  background-color: #b0cfc4;
  color: #4b5854;
}
.green-box .event-top .info {
  color: #4b5854;
  border-bottom-color: #4b5854;
}
.green-box .video-box {
  background-color: #efddd9;
}
.live-box .event-top {
  background-color: #b0cfc4;
}
.live-box .event-top .about-tit:before {
  background-color: #4b5854;
}
.live-box .event-top .about-tit span {
  background-color: #b0cfc4;
  color: #4b5854;
}
.live-box .event-top .info {
  color: #4b5854;
  border-bottom-color: #4b5854;
}
.live-box .video-box {
  background-color: #fff;
}
.live-box .eventcon-box {
  /*background-color: #eebc4b;*/
  background-color: #fff;
}
.grown-box .event-top {
  background-color: #cbb8b1;
}
.grown-box .event-top .about-tit span {
  background-color: #cbb8b1;
}
.grown-box .video-box {
  background-color: #eebc4b;
}
@keyframes aniX {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(5px);
  }
}
.event-award {
  background-color: #e90c80;
}
.award-list li {
  width: calc(100%/3 - 6px);
  margin-right: 8px;
  margin-bottom: 8px;
}
.award-list li:nth-of-type(3n) {
  margin-right: 0;
}
.award-list .imgbox {
  height: 240px;
}
.award-list .imgbox img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.pro-top10 .row {
  display: flex;
  *zoom: 1;
}
.pro-top10 .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-top10 .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pro-top10 .row .li {
  float: left;
  width: calc(100%/3 - 6px);
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #f9f9f9;
}
.pro-top10 .row .li:nth-of-type(3n) {
  margin-right: 0;
}
.pro-top10 .row .lihover:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.pro-top10 .row .lihover:hover .tit {
  background: #ff9680;
  -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;
}
.pro-top10 .row .centerli {
  background-color: #efddd9;
  /*height: calc(~"(240px + 40px)*2 + 8px");*/
  height: auto;
  text-align: center;
  color: #848077;
  padding: 150px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro-top10 .row .centerli img {
  max-width: 70%;
}
.pro-top10 .row .sub-li {
  margin-bottom: 8px;
}
.pro-top10 .row .sub-li:last-of-type {
  margin-bottom: 0;
}
.pro-top10 .row .tit {
  color: #fff;
  background-color: #848077;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  -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;
  padding: 5px 0;
  line-height: 1.8;
}
.pro-top10 .row .imgbox {
  height: 240px;
  font-size: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-top10 .row .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.pro-top10 .tworow .li {
  background-color: #fff;
}
.pro-top10 .review-list li .imgbox {
  background-color: #f9f9f9;
}
.pro-top10 .review-list li .imgbox img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.award-top {
  display: flex;
  width: 100%;
}
.award-top .imgbox {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 30%;
  flex-shrink: 0;
}
.award-top .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.award-top .txtbox {
  flex-grow: 1;
}
.award-top .txtbox .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.award-top .txtbox .info {
  position: relative;
  color: #999;
  line-height: 1.8;
  margin-bottom: 30px;
}
.award-top .txtbox .info .more {
  color: #ec664e;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding-left: 4px;
  cursor: pointer;
}
.award-top .txtbox .other-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.award-top .txtbox .other-info .item {
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
}
.award-top .txtbox .other-info .item:nth-child(2n) {
  margin-right: 0;
}
.award-top .txtbox .other-info .p1 {
  color: #999;
  margin-bottom: 5px;
}
.award-top .txtbox .other-info .p2 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.award-top .txtbox .selected {
  background: #ec664e url(../images/ico-badge.png) no-repeat right 20px top -10px;
  background-size: auto 130%;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}
.award-top .txtbox .selected .p1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.award-product {
  margin-top: 50px;
}
.award-product .title {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.award-swiper .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.award-swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.award-swiper .swiper-pagination-bullet-active {
  background-color: #e38c76;
}
.award-swiper .li.haslink:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.award-swiper .li.haslink:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.award-swiper .li.haslink:hover .txtbox .p1 {
  color: #ec664e;
}
.award-swiper .li:not(.haslink) a {
  cursor: auto;
}
.award-swiper .li .imgbox {
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
  text-align: center;
  line-height: 180px;
  background-color: #f8f8f8;
  font-size: 0;
}
.award-swiper .li .imgbox img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.award-swiper .li .txtbox {
  border-radius: 5px;
  background: linear-gradient(to bottom, #e9c8a6, #ba926d);
  padding: 20px;
  line-height: 1.5;
  height: calc(100% - 180px);
  color: #333;
}
.award-swiper .li .txtbox .p1 {
  font-weight: bold;
  font-size: 16px;
  min-height: 48px;
}
.video-box {
  background-color: #ee8683;
}
.video-list {
  *zoom: 1;
}
.video-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.video-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.video-list li {
  float: left;
  width: calc(100%/3 - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  height: 220px;
  line-height: 220px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-list li:nth-of-type(3n) {
  margin-right: 0;
}
.video-list li:hover {
  -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;
}
.video-list li:hover .video-mask {
  background-color: transparent;
}
.video-list li:hover .video-mask > img {
  display: block;
}
.video-list li > img {
  /*display: block;*/
  vertical-align: middle;
  width: 100%;
}
.video-list li .video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0;
  -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;
}
.video-list li .video-mask > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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;
}
.video-list li.videoli .video-mask {
  background-color: transparent;
  background-image: url(../images/video-ico.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.video-list li.videoli .video-mask > img {
  display: none;
}
.guest-box {
  background-color: #ffe3df;
}
.guest-list {
  *zoom: 1;
}
.guest-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-list .li {
  /*float: left;
        width: 50%;
        &:nth-of-type(even){
            padding-left: 5%;
        }
        &:nth-of-type(odd){
            padding-right: 5%;
        }*/
}
.guest-list .imgbox {
  float: left;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
.guest-list .imgbox img {
  vertical-align: middle;
  width: 100%;
}
.guest-list .txtbox {
  float: left;
  width: calc(100% - 120px);
  padding-left: 5%;
}
.guest-list .txtbox .p1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.guest-list-row {
  *zoom: 1;
}
.guest-list-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-list-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-list-row li {
  float: left;
  width: calc(100%/5 - 4%);
  margin-right: 5%;
  margin-bottom: 20px;
}
.guest-list-row li:nth-child(5n) {
  margin-right: 0;
}
.guest-list-row li .imgbox {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  max-width: 160px;
  margin: 0 auto;
}
.guest-list-row li .imgbox::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.guest-list-row li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
.guest-list-row li .p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
}
.guest-detail .top {
  text-align: center;
}
.guest-detail .top .head {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto 20px;
}
.guest-detail .top .head img {
  display: block;
  width: 100%;
}
.guest-detail .top .p {
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
}
.guest-detail .info {
  line-height: 1.8;
  margin: 50px 0;
}
.guest-detail .nextbox {
  border: 1px solid #dfdfdf;
  display: flex;
}
.guest-detail .nextbox .p {
  flex: 1;
  line-height: 58px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.guest-detail .nextbox .p.p2 {
  text-align: right;
  border-left: 1px solid #dfdfdf;
}
.guest-detail .nextbox .p.p2 img {
  margin-right: 0;
  margin-left: 30px;
}
.guest-detail .nextbox .p a {
  display: block;
  color: #333;
}
.guest-detail .nextbox .p a:hover {
  color: #e97868;
}
.guest-detail .nextbox img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.chef-list li {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 40px;
  margin-bottom: 40px;
  *zoom: 1;
}
.chef-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.chef-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.chef-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.chef-list li .txtbox {
  float: left;
  width: calc(100% - 150px);
  padding-right: 8%;
}
.chef-list li .txtbox .p1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.chef-list li .txtbox .info p {
  margin-bottom: 15px;
}
.chef-list li .imgbox {
  float: right;
  width: 150px;
  text-align: right;
}
.chef-list li .imgbox img {
  max-width: 100%;
}
.match-process {
  /*background-color: @color_purple;*/
  line-height: 1.8;
}
.match-process li {
  margin: 5px 0;
}
.match-process .order-list li {
  /*color: #fff;*/
}
.rightBtn {
  position: fixed;
  top: 50%;
  left: calc(1210px + (100% - 1200px)/2);
  transform: translateY(-50%);
  z-index: 999;
}
.rightBtn .buyBtn {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 150px;
  background-color: #e97868;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  box-shadow: 0 0 5px #ff9680;
  -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;
}
.rightBtn .buyBtn:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ff9680;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: btn 1.2s infinite both;
  box-shadow: 0 0 2px #ff9680;
}
.rightBtn .buyBtn:hover {
  color: #fff;
  opacity: 0.8;
}
.rightBtn .buyBtn.btn-yellow {
  background-color: #ffa932;
  box-shadow: 0 0 5px #ffa932;
}
.rightBtn .buyBtn.btn-yellow:after {
  border: 1px solid #ffa932;
  box-shadow: 0 0 2px #ffa932;
}
@keyframes btn {
  0% {
    top: 0px;
    transform: scale(1);
  }
  50% {
    top: -1px;
    opacity: 0.5;
    transform: scale(1.2);
  }
  100% {
    top: -1px;
    opacity: 0;
    transform: scale(1.2);
  }
}
.eventcon-box .txtfl {
  font-size: 24px;
  font-weight: normal;
}
.evsponsor-box {
  background-color: #efddd9;
}
.schedule-table {
  width: 100%;
}
.schedule-table .maincon {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.schedule-table .maincon.border-b tbody tr {
  border-bottom: 1px dashed #dedede;
}
.schedule-table .maincon.border-b tbody tr:last-child {
  border-bottom: 0;
}
.schedule-table .maincon.yellowcon th {
  background-color: #ffefce;
}
.schedule-table .maincon.yellowcon th.th1 {
  background-color: #ffa732 !important;
}
.schedule-table .maincon.browncon th {
  background-color: #e1d4cd;
}
.schedule-table .maincon.browncon th.th1 {
  background-color: #95786a;
}
.schedule-table .maincon.purplecon th {
  background-color: #f7e2ed;
}
.schedule-table .maincon.purplecon th.th1 {
  background-color: #ea0c80;
}
.schedule-table .maincon thead:after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
}
.schedule-table .maincon tfoot:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
}
.schedule-table .maincon th,
.schedule-table .maincon td {
  width: 20%;
}
.schedule-table .maincon th:nth-last-of-type(2),
.schedule-table .maincon td:nth-last-of-type(2) {
  width: 30%;
}
.schedule-table .maincon th:nth-last-of-type(1),
.schedule-table .maincon td:nth-last-of-type(1) {
  width: 50%;
  text-align: left;
  padding-left: 5%;
}
.schedule-table .maincon th {
  text-align: center;
  height: 44px;
  background-color: #ffe3df;
}
.schedule-table .maincon th:nth-last-of-type(1) {
  text-align: center;
  padding-left: 0;
}
.schedule-table .maincon th.th1 {
  background-color: #ff8080;
  color: #fff;
}
.schedule-table .maincon td {
  padding: 10px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.schedule-table .maincon-col4 th,
.schedule-table .maincon-col4 td {
  width: 15%;
}
.schedule-table .last-pad0 td:nth-last-of-type(1) {
  padding-left: 0;
}
.schedule-table .last-pad2 td:nth-last-of-type(1) {
  padding-left: 2%;
}
.schedule-table .row {
  text-align: center;
  *zoom: 1;
}
.schedule-table .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.schedule-table .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.schedule-table .row p {
  float: left;
  width: 12%;
  display: table-cell;
}
.schedule-table .row p:nth-of-type(3) {
  width: 40%;
}
.schedule-table .row p:nth-of-type(4) {
  width: 36%;
}
.schedule-table .row.rowhead p {
  background-color: #ffe3df;
  line-height: 46px;
  margin: 20px 0;
}
.schedule-table .row:not(.rowhead) p {
  border-left: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
  padding: 10px;
}
.schedule-table .row:not(.rowhead) p:nth-of-type(1) {
  border-right-width: 1px;
}
.schedule-table .row:not(.rowhead) p:nth-of-type(2),
.schedule-table .row:not(.rowhead) p:nth-of-type(3) {
  border-right-width: 1px;
  border-left-width: 1px;
}
.schedule-table .row:not(.rowhead) p:nth-of-type(4) {
  border-left-width: 1px;
}
.schedule-mbtable table th {
  background-color: #ffe3df;
  text-align: center;
}
.schedule-mbtable table .p2 {
  color: #97786b;
}
.schedule-mbtable table td:nth-of-type(1) {
  width: 100px;
}
.schedule-mbtable table th,
.schedule-mbtable table td {
  padding: 10px 0;
}
.priceBox {
  margin-top: 30px;
}
.table-bor {
  border: 1px solid #dedede;
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.table-bor th,
.table-bor td {
  padding: 10px;
  text-align: center;
  border: 1px solid #dedede;
}
.cookteam-list {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.cookteam-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.cookteam-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.cookteam-list li {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  /*padding: 0 5%; */
}
.cookteam-list .imgbox {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cookteam-list .imgbox .item {
  display: inline-block;
  width: 100px;
  margin-right: 15px;
  text-align: center;
  vertical-align: top;
}
.cookteam-list .imgbox .item:nth-of-type(3) {
  margin-right: 0;
}
.cookteam-list .imgbox .item .img {
  height: 100px;
  line-height: 100px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cookteam-list .imgbox .item .img img {
  display: block;
  width: 100%;
}
.cookteam-list .txtbox {
  text-align: left;
}
.cookteam-list .cookteam-subtit {
  text-align: center;
  font-weight: bold;
  color: #ffa932;
  margin-top: 5px;
}
.cookteam-list .cookteam-subtit .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.cookteam-con .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cookteam-con .row:before {
  content: "vs";
  font-weight: bold;
  color: #bf7f8c;
  font-size: 70px;
  font-family: Arial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.cookteam-con .li {
  width: 40%;
  max-width: 48%;
  text-align: center;
  position: relative;
}
.cookteam-con .inline {
  text-align: center;
  width: 100%;
}
.cookteam-con .imgbox {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cookteam-con .imgbox .item {
  display: inline-block;
  width: 100px;
  margin-right: 15px;
  text-align: center;
  vertical-align: top;
}
.cookteam-con .imgbox .item:nth-of-type(3) {
  margin-right: 0;
}
.cookteam-con .imgbox .item .img {
  height: 100px;
  line-height: 100px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cookteam-con .imgbox .item .img img {
  display: block;
  width: 100%;
}
.cookteam-con .txtbox {
  text-align: left;
}
.cookteam-con .cookteam-subtit {
  text-align: center;
  font-weight: bold;
  color: #ffa932;
  margin-top: 5px;
}
.cookteam-con .cookteam-subtit .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.inline {
  display: inline-block;
}
.judgeteam-box {
  background-color: #fbe3df !important;
}
.judgeteam-box .headimg {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.judgeteam-box .headimg .item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(100%/4 - 7.5px);
}
.judgeteam-box .headimg .item:nth-child(4n),
.judgeteam-box .headimg .item:last-child {
  margin-right: 0;
}
.judgeteam-box .headimg .img {
  position: relative;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
}
.judgeteam-box .headimg .img:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.judgeteam-box .headimg .img:after {
  display: none;
  content: '+';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #888;
  border-radius: 50%;
  font-family: "mmi" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 3px #000000;
  background-color: #da2924;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.judgeteam-box .headimg .img:hover {
  -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;
}
.judgeteam-box .headimg .img:hover:after {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.judgeteam-box .headimg .img:hover img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.judgeteam-box .headimg .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.judgeteam-box .txtbox {
  *zoom: 1;
}
.judgeteam-box .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.judgeteam-box .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.judgeteam-box .txtbox .item {
  float: left;
  width: 50%;
  text-align: center;
}
.judgeteam-box .txtbox p {
  margin: 10px 0;
  text-align: left;
  line-height: 1.8;
}
.judgeteam-box .judgeteam-detail {
  margin-top: 20px;
  *zoom: 1;
}
.judgeteam-box .judgeteam-detail:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.judgeteam-box .judgeteam-detail:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.judgeteam-box .judgeteam-detail .img {
  float: left;
  width: 184px;
  background-color: #fff;
  font-size: 0;
}
.judgeteam-box .judgeteam-detail .img img {
  width: 100%;
}
.judgeteam-box .judgeteam-detail .info {
  float: left;
  width: calc(100% - 184px);
  padding-left: 30px;
}
.judgeteam-box .judgeteam-detail .info p {
  margin-bottom: 10px;
}
.tearule-list {
  *zoom: 1;
}
.tearule-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.tearule-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.tearule-list li {
  float: left;
  width: calc(100%/4 - 3%);
  margin-right: 4%;
}
.tearule-list li:nth-of-type(4n) {
  margin-right: 0;
}
.tearule-list li .top {
  text-align: center;
  color: #96786b;
}
.tearule-list li .top p {
  margin-right: 5px;
}
.tearule-list li .info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 2px solid #7d7d7d;
  line-height: 1.8;
  text-align: justify;
}
.teamphone {
  background-color: #e3b1a2;
}
.phone-list {
  *zoom: 1;
}
.phone-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.phone-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.phone-list li {
  float: left;
  width: calc(100%/2 - 6px);
  margin-right: 12px;
  margin-bottom: 12px;
}
.phone-list li:nth-of-type(2n) {
  margin-right: 0;
}
.phone-list li:hover .tit {
  background-color: #e97868;
  -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;
}
.phone-list li:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.phone-list li .tit {
  line-height: 50px;
  background-color: #96786b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -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;
}
.phone-list li .imgbox {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.phone-list li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*联系我们*/
.contact-box {
  padding-bottom: 0 !important;
}
.contact-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.contact-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-list li {
  float: left;
  width: calc(100%/3 - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fee5e0;
}
.contact-list li:nth-of-type(3n) {
  margin-right: 0;
}
.contact-list .tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #feaf9e;
  padding: 13px 0;
  /*letter-spacing: 3px;*/
}
.contact-list .info {
  background-color: #fee5e0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 300px;
  padding: 10px 0;
}
.contact-list .info .item {
  margin-bottom: 20px;
  color: #3d3e3f;
  line-height: 1.8;
}
.contact-list .info .item:last-of-type {
  margin-bottom: 0;
}
.contact-list .info .item a {
  color: #3d3e3f;
}
.contact-list .info .item a:hover {
  color: #e97868;
}
.contact-list .info .item .name,
.contact-list .info .item .txtfl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  margin-bottom: 8px;
  font-family: 'Arial';
}
.contact-list .info .item .name span,
.contact-list .info .item .txtfl span {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.sponsor-box {
  background-color: #fae5e1;
}
.sponsor-box .about-tit span {
  background-color: #fae5e1;
}
.contact-sponsor {
  padding: 70px 0;
}
.contact-sponsor .row {
  display: flex;
  align-items: center;
  width: 100%;
  color: #3d3e3f;
  *zoom: 1;
}
.contact-sponsor .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-sponsor .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-sponsor .row a {
  color: #3d3e3f;
}
.contact-sponsor .row a:hover {
  color: #e97868;
}
.contact-sponsor .row > div {
  float: left;
  vertical-align: middle;
}
.contact-sponsor .row .info {
  width: 50%;
}
.contact-sponsor .row .info .col {
  margin-top: 15px;
}
.contact-sponsor .row .info .col:first-child {
  margin-top: 0;
}
.contact-sponsor .row .activitybox {
  width: 30%;
}
.contact-sponsor .row .activitybox .inline {
  width: 100%;
  *zoom: 1;
  display: flex;
  align-items: center;
}
.contact-sponsor .row .activitybox .inline:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-sponsor .row .activitybox .inline:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.contact-sponsor .row .title {
  width: 20%;
  float: right;
}
.contact-sponsor .row .title .maintit:before {
  width: 20px;
  height: 20px;
  border-width: 4px;
}
.contact-sponsor .row .title .maintit p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.contact-sponsor .row .title p {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.contact-sponsor .row .namebox {
  width: 55%;
  float: left;
}
.contact-sponsor .row .txtfl {
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.contact-sponsor .row .txtfr {
  display: inline-block;
  width: 60%;
  padding-left: 8%;
  line-height: 1.8;
  position: relative;
  vertical-align: middle;
}
.contact-sponsor .row .txtfr:before {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  background-color: #7d7d7d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}
.contact-sponsor .row .txtfr p {
  display: inline-block;
  text-align: left;
}
.contact-sponsor .row .item {
  margin: 20px 0;
  position: relative;
  padding-left: 50px;
}
.contact-sponsor .row .item:after {
  display: block;
  content: "";
  width: 1px;
  height: 96%;
  position: absolute;
  left: 0;
  top: 2%;
  background-color: #7d7d7d;
}
.contact-sponsor .row .item p {
  line-height: 1.8;
}
.contact-sponsor .row .item .name {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}
.contact-sponsor .row3 {
  margin: 20px 0 40px;
}
.contact-sponsor .row3 .activitybox {
  width: 40%;
}
.contact-sponsor .row3 .info {
  width: 60%;
}
.contact-sponsor .row3 .col2 {
  margin-bottom: 10px;
}
.matchlink-list {
  min-height: 330px;
}
.matchlink-list .info .item .name {
  font-weight: normal;
  font-size: 16px;
}
.vstmedia {
  background-color: #f1dfdb;
}
.vstmedia .item {
  margin-bottom: 70px;
  display: table;
  width: 100%;
}
.vstmedia .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.vstmedia .item .titbox {
  display: table-cell;
  vertical-align: middle;
  width: 16%;
  text-align: center;
  color: #97786b;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5%;
  margin-top: 5px;
}
.vstmedia .item .info {
  display: table-cell;
  padding-left: 3%;
  width: calc(100% - 16%);
  position: relative;
  vertical-align: middle;
}
.vstmedia .item .info:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3d3e3f;
  border-right: 0;
}
.vstmedia .item .info .row {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.vstmedia .item .info .row:last-of-type {
  margin-bottom: 0;
}
.vstmedia .item .info .row p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 33%;
  font-weight: bold;
  color: #3d3e3f;
  line-height: 1.8;
  font-size: 16px;
}
.vstmedia .item .info .row p a {
  color: #3d3e3f;
  -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;
}
.vstmedia .item .info .row p a:hover {
  color: #e97868;
}
.vstmedia .item .info .row p.name {
  width: 23%;
  /*font-family: 'Arial';*/
  border-left: 1px solid #3d3e3f;
  border-right: 1px solid #3d3e3f;
}
.vstmedia .item .info .row p.tel {
  width: 44%;
  text-align: left;
  font-weight: normal;
  padding-left: 5%;
  font-size: 14px;
}
.travel-service {
  background-color: #ff8081 !important;
}
.travel-service .con {
  background-color: #f1dfdb;
  width: 100%;
  display: flex;
  align-items: center;
  *zoom: 1;
}
.travel-service .con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.travel-service .con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.travel-service .con .imgbox {
  float: left;
  width: 30%;
}
.travel-service .con .imgbox img {
  display: block;
  width: 100%;
}
.travel-service .con .txtbox {
  float: left;
  width: 70%;
  padding: 2%;
  line-height: 1.8;
  vertical-align: middle;
  color: #97786b;
}
.travel-service .con .txtbox a {
  color: #97786b;
  -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;
}
.travel-service .con .txtbox a:hover {
  color: #e97868;
}
.travel-service .con .txtbox .info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.travel-service .con .txtbox .info:last-of-type {
  margin-bottom: 0;
}
.travel-service .con .txtbox p {
  vertical-align: middle;
  width: 35%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.travel-service .con .txtbox p:before {
  display: block;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #97786b;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 0;
}
.travel-service .con .txtbox p:nth-of-type(1):before {
  display: none;
}
.travel-service .con .txtbox p:nth-of-type(2) {
  font-family: 'Arial';
  width: 22%;
}
.travel-service .con .txtbox p:nth-of-type(3),
.travel-service .con .txtbox p:last-of-type {
  width: 45%;
  font-weight: normal;
  text-align: left;
  padding-left: 4%;
  flex: 2;
}
/*新闻*/
.news-box {
  background-color: #ff9680;
}
.news-list li {
  margin-bottom: 26px;
  position: relative;
  -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;
  *zoom: 1;
}
.news-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.news-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.news-list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -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;
}
.news-list li:hover img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  transform: scale(1.1);
}
.news-list li .imgbox {
  display: none !important;
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}
.news-list li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news-list li .txtbox {
  float: left;
  width: 100%;
}
.news-list li a {
  color: #000;
}
.news-list li .tit {
  font-weight: bold;
  margin: 20px 0 30px;
  font-size: 16px;
}
.news-list li .more {
  display: none;
  /*text-align: right;*/
  position: absolute;
  right: 40px;
  bottom: 25px;
}
.news-collection-list.gray {
  padding: 0 30px;
  background-color: #F2F2F2;
  border-radius: 5px;
  box-shadow: 0 0 12px inset rgba(0, 0, 0, 0.04);
}
.news-collection-list li {
  padding: 30px 0;
  border-bottom: 1px dashed #DFDFDF;
  display: flex;
  align-items: flex-start;
}
.news-collection-list li .flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.news-collection-list li .imgbox {
  width: 150px;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-collection-list li .imgbox:before {
  content: "";
  display: block;
  padding-top: 56.667%;
}
.news-collection-list li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.news-collection-list li .txtbox {
  flex-grow: 1;
  width: calc(100% - 150px);
  padding-left: 30px;
}
.news-collection-list li .date {
  font-size: 12px;
  color: #7f7f7f;
}
.news-collection-list li .category {
  color: #EB664E;
  font-size: 14px;
  font-weight: bold;
}
.news-collection-list li .tit {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.news-collection-list li .desc {
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-main-list li .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 85px;
}
.news-main-list li .tit {
  font-size: 14px;
  margin: 0 0 20px;
}
.news-main-list li .tit:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #eb664e;
  margin-top: 15px;
}
.no-data {
  text-align: center;
  padding: 30px 0;
  font-size: 15px;
}
.no-data img {
  width: 100px;
  margin-top: 10px;
}
.gallery-review {
  background-color: #c9b7ae;
}
.gallery-review .about-tit {
  margin-bottom: 50px;
}
.gallery-review .about-tit span {
  background-color: #c9b7ae;
}
.gallery-item {
  margin-bottom: 50px;
}
.gallery-item .about-tit {
  margin-bottom: 30px;
}
.gallery-item:last-of-type {
  margin-bottom: 0;
}
.gallery-box .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
.gallery-list {
  *zoom: 1;
}
.gallery-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.gallery-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.gallery-list li {
  float: left;
  width: calc(100%/3 - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 5px;
}
.gallery-list li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-list li:after {
  display: none;
  content: '+';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #888;
  border-radius: 50%;
  font-family: "mmi" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 3px #000000;
  background-color: #da2924;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-list li:hover {
  -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;
}
.gallery-list li:hover:after {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-list li:hover img {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  transform: scale(1.1);
}
.gallery-list li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.newsinfo-box {
  display: flex;
  justify-content: space-between;
}
.newsinfo-box .maincon {
  flex-grow: 1;
  word-break: break-word;
  width: calc(100% - 335px - 80px);
}
.newsinfo-box .right {
  width: 335px;
  margin-left: 40px;
  flex-shrink: 0;
}
.newsinfo-box .right .item {
  margin-bottom: 40px;
}
.newsinfo-box .right .item.gray {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 12px inset rgba(0, 0, 0, 0.04);
}
.newsinfo-box .right .item.gray .signbox {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.newsinfo-box .right .item .tit {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.newsinfo-box .right .item .tit span {
  font-size: 14px;
}
.newsinfo-box .right .list li {
  margin-bottom: 20px;
}
.newsinfo-box .right .list li:last-child {
  margin-bottom: 0;
}
.newsinfo-box .right .signbox {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.newsinfo-box .right .signbox > a {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  font-size: 15px;
}
.newsinfo-box .right .signbox > a:hover {
  text-decoration: underline;
}
.newsinfo-box .right .signbox > a:nth-child(1) {
  margin-left: 2%;
}
.newsinfo-box .right .signbox > a:nth-child(2) {
  color: #ffa932;
  margin-left: 20%;
  margin-top: 10px;
  margin-right: 10%;
}
.newsinfo-box .right .signbox > a:nth-child(3) {
  color: #ff984d;
  margin-left: 15%;
  font-size: 18px;
}
.newsinfo-box .right .signbox > a:nth-child(4) {
  margin-left: 12%;
  font-size: 18px;
  margin-top: 5px;
}
.newsinfo-box .right .signbox > a:nth-child(5) {
  margin-left: 2%;
  font-size: 18px;
}
.newsinfo-box .right .signbox > a:nth-child(6) {
  font-size: 24px;
  color: #e97868;
  margin-left: 6%;
  margin-right: 2%;
  margin-top: 10px;
}
.newsinfo-box .right .signbox > a:nth-child(7) {
  margin: 0 6%;
  margin-top: 18px;
}
.newsinfo-box .right .signbox > a:nth-child(8) {
  margin: 0 6%;
  margin-top: 18px;
}
.newsinfo-box .right .signbox > a:nth-child(9) {
  font-size: 20px;
  color: #d9001b;
  margin-top: 15px;
  margin-left: 10%;
}
.newsinfo-box .right .signbox > a:nth-child(10) {
  color: #ffa932;
  margin-left: 5%;
  margin-top: 8px;
}
.newsinfo-box .right .signbox > a:nth-child(11) {
  display: block;
  text-align: right;
}
.newsinfo-box .right .signbox > a:nth-child(12) {
  color: #ffa932;
  margin: 0 6%;
  font-size: 18px;
}
.newsinfo-box .right .signbox > a:nth-child(13) {
  margin-left: 5%;
  margin-top: 2px;
}
.newsinfo-box .right .signbox > a:nth-child(14) {
  margin-top: 24px;
  margin-left: 5%;
}
.newsinfo-box .right .signbox > a:nth-child(15) {
  color: #ffa932;
  margin-left: 15%;
  margin-top: 10px;
}
.newsinfo-box .right .signbox > a:nth-child(16) {
  margin-left: 16%;
  margin-top: 15px;
}
.newsinfo-box .right .signbox > a:nth-child(17) {
  font-size: 18px;
  color: #b13351;
  margin-left: 25%;
  margin-right: 5%;
  margin-top: 6px;
}
.newsinfo-box .news-tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d7d7d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.newsinfo-box .news-detail-sub {
  text-align: right;
  margin-bottom: 20px;
}
.newsinfo-box .news-detail-sub .time {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #7f7f7f;
}
.newsinfo-box .news-detail-sub .share {
  border: 1px solid #ffa932;
  border-radius: 5px;
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
  color: #7f7f7f;
}
.newsinfo-box .news-detail-sub .share img {
  vertical-align: middle;
  max-height: 30px;
}
.newsinfo-box .news-detail-sub .share:hover {
  background-color: #ffa932;
  color: #fff;
}
.newsinfo-box .news-detail-sub .share:hover img {
  filter: grayscale(100%) brightness(500%);
}
.newsinfo-box .content {
  line-height: 1.5;
}
.newsinfo-box .content img {
  max-width: 75%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}
.newsinfo-box .content ul {
  list-style: disc;
  padding-left: 20px;
}
.newsinfo-box .content ol {
  list-style: decimal;
  padding-left: 20px;
}
.newsinfo-box .share-box {
  text-align: right;
  margin-top: 30px;
}
.newsinfo-box .share-box .txt {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.newsinfo-box .share-box .sharelink {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsinfo-box .share-box .sharelink.icon-facebook {
  background-color: #5272a6;
}
.newsinfo-box .share-box .sharelink.icon-linkedin {
  background-color: #057dbe;
}
.newsinfo-box .share-box .sharelink.icon-twitter {
  background-color: #5fb8f6;
}
.newsinfo-box .share-box .sharelink:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsinfo-box .news-paging {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #7d7d7d;
  *zoom: 1;
}
.newsinfo-box .news-paging:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.newsinfo-box .news-paging:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.newsinfo-box .news-paging .linka {
  display: block;
  max-width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.newsinfo-box .news-paging .linka:nth-of-type(2) {
  float: right;
}
.newsinfo-box .news-paging .tagbox {
  margin-bottom: 20px;
  color: #7f7f7f;
}
.newsinfo-box .news-paging .tagbox i {
  font-size: 20px;
  color: #ffa932;
  vertical-align: middle;
}
.newsinfo-box .news-paging .tag {
  display: inline-block;
  border: 1px solid #ffa932;
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffa932;
  background-color: rgba(255, 169, 50, 0.2);
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.partner-list {
  *zoom: 1;
}
.partner-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.partner-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.partner-list li {
  float: left;
  background-color: #fff;
  width: calc(100%/6);
  /*margin-right: 12px;*/
  /*margin-bottom: 50px;*/
  overflow: hidden;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 0;
  -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;
}
.partner-list li:nth-of-type(6n) {
  margin-right: 0;
}
.partner-list li:hover {
  -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;
  opacity: 0.9;
}
.partner-list li img {
  max-width: 70%;
  max-height: 70%;
  vertical-align: middle;
}
.partner-list li a {
  cursor: default;
}
/*媒体注册*/
.tipbox {
  background-color: #fbede8;
  border-radius: 5px;
  margin: 30px 0 20px;
  padding: 20px;
}
.tipbox .tit {
  color: #754534;
  font-weight: bold;
  margin-bottom: 5px;
}
.tipbox .info {
  color: #ac7463;
  font-size: 14px;
}
.tipbox .info .fcbrown {
  color: #754534;
}
.tipbox .info .fcyellow {
  color: #e7a513;
}
.has-error .form-input {
  box-shadow: 0 0 5px #f00;
  border-color: #f00 !important;
}
.media-apply {
  color: #333;
}
.media-apply .wrap {
  max-width: 1000px;
}
.media-apply .top {
  position: relative;
}
.media-apply .top img {
  display: block;
  width: 100%;
}
.media-apply .top .logo {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 150px;
}
.media-apply .top .logo img {
  width: 100%;
}
.media-apply .title {
  text-align: center;
  font-size: 24px;
  margin: 30px auto 20px;
  /*font-weight: bold;*/
}
.media-apply .contit {
  font-size: 18px;
  color: #cf5f5a;
  border-bottom: 3px solid #e38c76;
  padding-bottom: 5px;
  margin-bottom: 26px;
  margin-top: 30px;
}
.media-apply .contit span {
  font-size: 14px;
  color: #333;
}
.media-apply .contit span b {
  color: red;
}
.media-form {
  /*.form-half {
        float: left;
        width: 47%;
        margin-right: 6%;
        &:nth-of-type(2){
            margin-right: 0;
        }
    }*/
}
.media-form .tit {
  border-bottom: 1px solid #e2b3aa;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.media-form .tit span {
  color: red;
}
.media-form .form-row {
  *zoom: 1;
  margin-bottom: 15px;
  color: #000;
}
.media-form .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.media-form .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.media-form .form-row-all .form-name,
.media-form .form-row-all .inputbox {
  width: 100%;
}
.media-form .form-name {
  float: left;
  width: 150px;
  line-height: 50px;
}
.media-form .form-name span {
  color: red;
}
.media-form .form-gender {
  line-height: 50px;
  margin-right: 20px;
}
.media-form .inputbox {
  float: left;
  width: calc(100% - 150px);
}
.media-form .form-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2b3aa;
  border-radius: 5px;
  padding: 0 10px;
  color: #000;
}
.media-form textarea.form-input {
  padding: 10px;
  line-height: 1.5;
  height: 150px;
  outline: none;
}
.media-form .form-area {
  float: left;
  width: calc(100% - 120px);
  margin-left: 120px;
}
.media-form .form-area .form-input {
  width: calc(100%/2 - 5px);
  margin-right: 10px;
}
.media-form .form-area .form-input:nth-of-type(2) {
  margin-right: 0;
}
.media-form .select-row {
  float: left;
  width: calc(100% - 120px);
  border: 1px solid #e2b3aa;
  border-radius: 5px;
}
.media-form .select-row .name {
  height: 50px;
  line-height: 50px;
  background: transparent url(../images/select-ico.png) no-repeat right 10px center;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media-form .select-row .select-option {
  display: none;
  padding: 10px;
  border-top: 1px solid #e2b3aa;
}
.media-form .select-row .select-option label {
  display: block;
  margin: 10px 0;
}
.media-form .btnbox {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 3px solid #e38c76;
}
.media-form .form-btn {
  display: block;
  margin: 0 auto;
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: #cf8071;
  color: #fff;
  letter-spacing: 2px;
  outline: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -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;
}
.media-form .form-btn:hover {
  opacity: 0.9;
  -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;
}
.media-form .tip-txt {
  color: #666;
  margin-top: 5px;
}
.expo-area {
  display: flex;
}
.expo-area .item {
  position: relative;
  flex: 1;
  margin-right: 20px;
  border: 1px solid #74a192;
  background: linear-gradient(to bottom, #e8f0ed, #fff);
  color: #74a192;
  border-radius: 5px;
  padding: 20px;
}
.expo-area .item:nth-child(2) {
  margin-right: 0;
}
.expo-area .item.active {
  border: 1px solid #e97868;
  background: #e97868;
  color: #fff;
}
.expo-area .item:nth-child(2) {
  margin-right: 0;
}
.expo-area .item .chkbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.expo-area .item .chkbtn::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.expo-area .item .chkbtn:after {
  display: none;
}
.expo-area .item .chkbtn:checked:before {
  content: "";
  background: #f9e8e4 url(../images/gou3.png) no-repeat center center;
  background-size: 26px;
}
/*未有链接提示框*/
.nolink-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  top: 0;
  left: 0;
}
.nolink-mask .nolink {
  max-width: 850px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  background: #f5be44;
}
.nolink-mask .nolink .linka {
  border-bottom: 1px solid #e97868;
  color: #e97868;
}
.nolink-mask .nolink .linka:hover {
  text-decoration: none;
}
.nolink {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 800px;
  background: rgba(245, 190, 68, 0.8);
  padding: 80px 40px;
  color: #3d3e40;
  font-size: 26px;
}
.nolink .nolink-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  max-width: 40px;
  width: 5%;
  min-width: 20px;
}
.nolink .nolink-close img {
  display: block;
  width: 100%;
}
.nolink .icon01 {
  vertical-align: middle;
  margin-right: 10px;
}
.nolink .icon02 {
  vertical-align: middle;
  margin-left: 10px;
}
.nolink .nolink-con {
  text-align: center;
  /*white-space: nowrap;*/
}
.nolink .btnbox {
  text-align: center;
  margin-top: 20px;
}
.nolink .btnbox .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.nolink2 {
  font-size: 24px;
}
.nolink2 .exhtip {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.6;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.nolink2 .exhtip .strong {
  text-align: center;
  font-size: 24px;
}
.nolink2 .btnbox {
  text-align: center;
  margin-top: 30px;
}
.nolink2 .btnbox .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.nolink2 .btn {
  display: block;
  width: 200px;
  border-radius: 5px;
  background-color: #e97868;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 10px auto 0;
}
.popbox-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7cb6a url(../images/tip-ico03.png) no-repeat right -30px bottom -20px;
  padding: 5% 30px;
  max-width: 768px;
  width: 90%;
  border-radius: 15px;
  color: #333;
}
.popbox-tip .nolink-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.popbox-tip .nolink-close img {
  display: block;
  width: 100%;
}
.popbox-tip .nolink-close:hover {
  opacity: 0.8;
}
.popbox-tip .p1 {
  font-size: 18px;
  margin-bottom: 15px;
}
.popbox-tip .p2 {
  font-size: 16px;
  line-height: 1.8;
}
.popbox-tip .ewm {
  border: 1px solid #ec664e;
  width: 156px;
  background-color: #fff;
  margin: 20px 0;
  max-width: 40%;
}
.popbox-tip .ewm img {
  display: block;
  width: 100%;
}
/*展商展品*/
.exhibitorBox {
  color: #333;
}
.exhibitorBox .box-left {
  width: 254px;
  float: left;
}
.exhibitorBox .box-left .keysearch {
  margin-bottom: 5px;
}
.exhibitorBox .box-left .searchbar {
  background: #e97868;
  padding: 30px 20px;
  overflow: hidden;
  *zoom: 1;
}
.exhibitorBox .box-left .searchbar:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-left .searchbar:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-left .searchbar .btnsearch {
  width: 25%;
  height: 45px;
  line-height: 45px;
  color: #666666;
  border-radius: 0 5px 5px 0;
  float: left;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
}
.exhibitorBox .box-left .searchbar .btnsearch i {
  transition: 0.6s;
  padding-left: 0;
}
.exhibitorBox .box-left .searchbar .btnsearch:hover {
  background-color: #f4e9eb;
}
.exhibitorBox .box-left .searchbar .styinps {
  width: 75%;
  float: left;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
.exhibitorBox .box-left .searchBtn {
  height: 56px;
  background: #cf5f5a;
  color: #fff;
  border-radius: 5px;
  border: 0;
  outline: none;
  width: 100%;
  cursor: pointer;
  -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;
}
.exhibitorBox .box-left .searchBtn:hover {
  opacity: 0.9;
  -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;
}
.exhibitorBox .box-left .search-date {
  background: #e97868;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.exhibitorBox .box-left .search-date p {
  margin-bottom: 5px;
}
.exhibitorBox .box-left .itembox {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.exhibitorBox .box-left .itembox .namebox {
  width: 100%;
  height: 56px;
  text-align: left;
  line-height: 56px;
  background-color: #e97868;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.exhibitorBox .box-left .itembox .namebox.nameSelect:after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  top: 22px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.exhibitorBox .box-left .itembox .namebox.nameSelect.curr:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.exhibitorBox .box-left .itembox .chkList label {
  display: block;
  margin: 5px 0;
}
.exhibitorBox .box-left .itembox .chkList-sub {
  display: none;
  padding-left: 20px;
}
.exhibitorBox .box-left .itembox .selectList {
  width: 100%;
  display: block;
  height: 45px;
  padding: 0 10px;
  border-radius: 5px;
}
.exhibitorBox .box-left .itembox .arrboxa {
  top: 0;
  position: absolute;
  right: 15px;
  font-size: 24px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  margin-top: 17px;
  transition: 0.6s;
  transform: rotateZ(0deg);
  color: #fff;
}
.exhibitorBox .box-left .itembox .nameboxselect {
  width: 100%;
  background-color: #d38070;
  background-image: url(../images/select-ico3.png?v=1);
  background-repeat: no-repeat;
  background-position: right 20px center;
  /*background-size: 15px;*/
}
.exhibitorBox .box-left .itembox select option {
  background: #f4e9eb;
  color: #333;
}
.exhibitorBox .box-left .itembox .item-sub {
  display: none;
  background: #f4e9eb;
  padding: 15px;
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
}
.exhibitorBox .box-left .itembox .item-sub .letter {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: 0.6s;
  cursor: pointer;
}
.exhibitorBox .box-left .itembox .item-sub .letter:hover {
  background-color: #e97868;
  color: #fff;
}
.exhibitorBox .box-left .itembox .item-sub .current {
  background-color: #e97868;
  color: #fff;
}
.exhibitorBox .box-left .itembox .item-sub .itemaa .tit_aaa {
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.exhibitorBox .box-left .itembox .item-sub .itemaa .tit_aaa .arrbox {
  float: right;
  font-size: 18px;
}
.exhibitorBox .box-left .itembox .item-sub .itemaa .box-inside {
  display: none;
}
.exhibitorBox .box-left .itembox .item-sub .itemaa .box-inside .lablebox {
  display: block;
  margin-bottom: 10px;
}
.exhibitorBox .box-left .itembox .item-sub .itemaa .box-inside .lablebox .spanname {
  margin-left: 10px;
  color: #999999;
}
.exhibitorBox .box-left .itembox.itembox1 .item-sub {
  background: #e97868;
}
.exhibitorBox .box-left .itembox label {
  margin-right: 10px;
}
.exhibitorBox .box-left .itembox label img {
  vertical-align: middle;
}
.exhibitorBox .box-left .itembox label.hightlight {
  color: #ffe27c;
}
.exhibitorBox .box-left .itembox input[type="radio"]:checked:before {
  border-color: red;
}
.exhibitorBox .box-left .itembox input[type="radio"]:after {
  background-color: red;
}
.exhibitorBox .datebox {
  display: flex;
  align-items: center;
  width: 100%;
}
.exhibitorBox .datebox span {
  margin: 0 5px;
}
.exhibitorBox .datebox .input {
  height: 40px;
  border-radius: 5px;
  flex: 1;
  width: 45%;
  padding: 0 5px;
  background-color: #f89e91;
  color: #fff;
}
.exhibitorBox .datebox .input::placeholder {
  color: #fff;
}
.exhibitorBox .box-right {
  float: right;
  width: calc(97% - 254px);
  margin-left: 3%;
}
.exhibitorBox .box-right .abs-box img {
  display: block;
  width: 100%;
}
.exhibitorBox .box-right .itembox {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.exhibitorBox .box-right .itembox .item-sub {
  display: flex;
  justify-content: space-between;
}
.exhibitorBox .box-right .itembox .letter {
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
}
.exhibitorBox .box-right .itembox .letter.current,
.exhibitorBox .box-right .itembox .letter:hover {
  color: #e97868;
}
.exhibitorBox .box-right .resultbox {
  overflow: hidden;
  margin-top: 20px;
}
.exhibitorBox .box-right .resultbox .leftaaa {
  color: #999999;
  font-size: 14px;
  width: 72px;
  float: left;
}
.exhibitorBox .box-right .resultbox .nubbox {
  float: left;
  text-align: right;
}
.exhibitorBox .box-right .resultbox .nubbox span {
  color: #e97868;
  font-size: 16px;
}
.exhibitorBox .box-right .resultbox .sortbox {
  float: right;
}
.exhibitorBox .box-right .resultbox .sortbox select {
  border: 1px solid #e4d2d5;
  border-radius: 5px;
  background: #fff url(../images/select-ico2.png) no-repeat right 10px center;
  height: 40px;
  line-height: 40px;
  width: 185px;
  padding: 0 10px;
}
.exhibitorBox .box-right .resultbox .resetBtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #d38070;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  -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;
}
.exhibitorBox .box-right .resultbox .resetBtn:hover {
  opacity: 0.9;
  -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;
}
.exhibitorBox .box-right .resultbox .resultBoxNum {
  *zoom: 1;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
}
.exhibitorBox .box-right .resultbox .resultBoxNum:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-right .resultbox .resultBoxNum:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-right .resultbox .resultboxdetal {
  padding-top: 20px;
  *zoom: 1;
}
.exhibitorBox .box-right .resultbox .resultboxdetal:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-right .resultbox .resultboxdetal:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorBox .box-right .resultbox .resultboxdetal .itemsss {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.exhibitorBox .box-right .resultbox .resultboxdetal .itemsss .name {
  display: block;
  padding: 0 10px;
  max-width: 195px;
  min-width: 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f4e9eb;
  color: #e97868;
  line-height: 36px;
  border-radius: 5px;
  -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;
}
.exhibitorBox .box-right .resultbox .resultboxdetal .itemsss .delbox {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #e97868;
  color: #fff;
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
  border-radius: 50px;
  -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;
}
.exhibitorBox .box-right .resultbox .resultboxdetal .itemsss:hover .delbox,
.exhibitorBox .box-right .resultbox .resultboxdetal .itemsss:hover .name {
  opacity: 0.8;
  -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;
}
.container2 {
  padding: 50px 0;
}
.current-exhi {
  display: flex;
  align-items: center;
  width: 100%;
}
.current-exhi.flex-reverse {
  flex-direction: row-reverse;
}
.current-exhi .txtbox {
  width: 55%;
}
.current-exhi .txtbox .txtbox-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.current-exhi .txtbox .info {
  text-align: justify;
  line-height: 1.8;
}
.current-exhi .txtbox .info p {
  margin-bottom: 15px;
}
.current-exhi .txtbox .info p:last-of-type {
  margin-bottom: 0px;
}
.current-exhi .txtbox .info .btn2 {
  margin-top: 35px;
  text-align: right;
}
.current-exhi .txtbox .info .btn2 a:first-child {
  vertical-align: top;
  padding: 5px 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 5px 20px 20px;
  background-color: #dc8697;
  border: 1px solid #dc8697;
  font-family: 'AlibabaPuHuiM';
  -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;
}
.current-exhi .txtbox .info .btn2 a:last-child {
  vertical-align: top;
  padding: 5px 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 5px 20px 20px;
  background-color: #ffa832;
  border: 1px solid #ffa832;
  font-family: 'AlibabaPuHuiM';
  -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;
  margin-right: 15px;
}
.current-exhi .txtbox .info .btn2 a:hover {
  background-color: #ec664e;
  border-color: #ec664e;
  color: #fff;
}
.current-exhi .boxpanding {
  padding-right: 3%;
}
.current-exhi .imgbox {
  width: 42%;
  height: 470px;
}
.current-exhi .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.links-tit {
  padding: 50px 0;
}
.links-tit h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.links-stretchbox {
  display: flex;
  width: 100%;
}
.links-stretchbox .links-list2 {
  flex-grow: 1;
}
.links-stretchbox .links-list2 li {
  width: calc(100%/3 - 20px);
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.links-stretchbox .links-list2 li:nth-child(3n) {
  margin-right: 0;
}
.links-stretchbox .links-list2.links-big {
  width: calc(100%/4 - 22.5px);
  margin-right: 30px;
  flex-shrink: 0;
}
.links-stretchbox .links-list2.links-big li {
  width: 100%;
  margin-right: 0;
}
.links-list2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.links-list2 li.redbg {
  background-color: #dc8697;
}
.links-list2 li {
  width: calc(100%/6 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ff984d;
  border-radius: 10px;
  color: #fff;
  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;
}
.links-list2 li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 25px 13px;
}
.links-list2 li a:hover {
  -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;
}
.links-list2 li .img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  line-height: 50px;
}
.links-list2 li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.links-list2 li .p {
  display: block;
}
.links-list2 li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
.contact-info1 {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.contact-info1 .contact-tit h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.contact-info1 ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-info1 ul li {
  width: calc(100%/3);
  margin-right: 6%;
  display: flex;
  align-items: center;
}
.contact-info1 ul li .img {
  margin-right: 10px;
}
.contact-info1 ul li .img img {
  width: 100%;
}
.exh-list {
  display: flex;
  align-items: center;
}
.exh-list .item-list {
  display: flex;
  align-items: center;
}
.exh-list .item-list li {
  vertical-align: top;
  border-radius: 20px;
  background-color: #f4f6fa;
  padding: 5px 20px;
  font-size: 16px;
  margin-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;
  cursor: pointer;
}
.exh-list .item-list li.curr {
  background-color: #ec664e;
  color: #fff;
}
.exhibitor-list {
  margin-top: 20px;
}
.exhibitor-list .items {
  background: #f4e9eb;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  -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;
  *zoom: 1;
}
.exhibitor-list .items:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitor-list .items:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitor-list .items:hover {
  -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;
}
.exhibitor-list .items:hover img {
  opacity: 0.9;
}
.exhibitor-list .items:hover .txtbox .company {
  color: #e97868;
}
.exhibitor-list .items.highlight .txtbox .company {
  color: #e97868;
}
.exhibitor-list .items .logobox {
  float: left;
  background: #fff;
  border-radius: 5px;
  width: 24%;
  font-size: 0;
  line-height: 120px;
  height: 120px;
  text-align: center;
}
.exhibitor-list .items .logobox img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.exhibitor-list .items a {
  color: #333;
}
.exhibitor-list .items .txtbox {
  float: right;
  width: 72%;
  margin-left: 4%;
}
.exhibitor-list .items .txtbox .company {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exhibitor-list .items .txtbox .p1 {
  display: inline-block;
  margin-right: 40px;
}
.exhibitor-list .items .txtbox .p1 span {
  color: #e97868;
  word-break: break-all;
}
.exhibitor-list .items .txtbox .cate {
  border-top: 1px solid #edcdce;
  padding-top: 20px;
  margin-top: 20px;
  color: #e97868;
}
.exhibitor-list .items .txtbox .txtfl {
  width: calc(100% - 140px);
  float: left;
}
.exhibitor-list .items .txtbox .btnbox {
  float: right;
}
.exhibitor-list .items .txtbox .btnbox .tiptxt {
  margin-bottom: 10px;
  text-align: center;
}
.exhibitor-list .items .txtbox .btnbox .view {
  display: inline-block;
}
.exhibitor-list .items .txtbox .btnbox .linka {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 5px;
  -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;
}
.exhibitor-list .items .txtbox .btnbox .linka.brownbg {
  background: #c8b5ae;
}
.exhibitor-list .items .txtbox .btnbox .linka.brownbg.active {
  background-color: #ddd;
}
.exhibitor-list .items .txtbox .btnbox .linka.greenbg {
  background: #afcfc4;
}
.exhibitor-list .items .txtbox .btnbox .linka.greenbg.active {
  background-color: #ddd;
}
.exhibitor-list .items .txtbox .btnbox .linka.redbg {
  background: #e38c76;
}
.exhibitor-list .items .txtbox .btnbox .linka.redbg.active {
  background-color: #fbae00;
}
.exhibitor-list .items .txtbox .btnbox .linka:hover {
  opacity: 0.9;
  -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;
}
.exhibitorInfo {
  background: #f4e9eb;
  border-radius: 5px;
  padding: 20px;
  color: #333;
  display: flex;
  margin-bottom: 40px;
  *zoom: 1;
}
.exhibitorInfo:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorInfo:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorInfo .logobox {
  float: left;
  background: #fff;
  border-radius: 5px;
  width: 24%;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 150px;
}
.exhibitorInfo .logobox img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.exhibitorInfo a {
  color: #333;
}
.exhibitorInfo .txtbox {
  float: right;
  width: 72%;
  margin-left: 4%;
}
.exhibitorInfo .txtbox .company {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.exhibitorInfo .txtbox .p1 {
  display: inline-block;
  margin-right: 40px;
}
.exhibitorInfo .txtbox .p1 span {
  color: #e97868;
}
.exhibitorInfo .txtbox .cate {
  color: #e97868;
}
.exhibitorInfo .txtbox .otherInfo {
  border-top: 1px solid #edcdce;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.exhibitorInfo .txtbox .otherInfo .item {
  flex: 1;
}
.exhibitorInfo .txtbox .otherInfo .item:not(:first-child) {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #edcdce;
}
.exhibitorInfo .txtbox .otherInfo p {
  display: inline-block;
  line-height: 1.8;
  min-width: 45%;
  vertical-align: top;
}
.exhibitorInfo .txtbox .otherInfo span {
  color: #666;
  font-size: 14px;
  display: inline-block;
  text-align: justify;
  font-weight: normal;
}
.exhibitorInfo .txtbox .otherInfo span:not(:last-of-type):after {
  content: "；";
  display: inline-block;
}
.exhibitorInfo .txtbox .otherInfo span a {
  color: #e97868;
}
.exhibitorInfo .txtbox .otherInfo span a:hover {
  color: #ff9680;
}
.exhibitorInfo .txtbox .txtfl {
  width: calc(100% - 135px);
  float: left;
}
.exhibitorInfo .txtbox .btnbox {
  float: right;
}
.exhibitorInfo .txtbox .btnbox .tiptxt {
  margin-bottom: 10px;
  text-align: center;
}
.exhibitorInfo .txtbox .btnbox .view {
  display: inline-block;
}
.exhibitorInfo .txtbox .btnbox .linka {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 5px;
  -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;
}
.exhibitorInfo .txtbox .btnbox .linka.brownbg {
  background: #c8b5ae;
}
.exhibitorInfo .txtbox .btnbox .linka.brownbg.active {
  background-color: #ddd;
}
.exhibitorInfo .txtbox .btnbox .linka.greenbg {
  background: #afcfc4;
}
.exhibitorInfo .txtbox .btnbox .linka.greenbg.active {
  background-color: #ddd;
}
.exhibitorInfo .txtbox .btnbox .linka.redbg {
  background: #e38c76;
}
.exhibitorInfo .txtbox .btnbox .linka.redbg.active {
  background-color: #fbae00;
}
.exhibitorInfo .txtbox .btnbox .linka:hover {
  opacity: 0.9;
  -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;
}
.exhibitorDetail {
  margin-top: -110px;
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 14px;
}
.exhibitorDetail .pad80 {
  padding: 40px 0;
}
.exhibitorDetail .breadcrumb.static .crumbs {
  padding: 10px 0;
}
.exhibitorDetail a {
  color: #333;
}
.exhibitorDetail a:hover {
  color: #e97868;
}
.exhibitorDetail .swiper-pagination-bullet {
  background-color: #fff;
}
.exhibitorDetail .swiper-pagination-bullet-active {
  background-color: #e38c76;
}
.exhibitorDetail .exhibitorImg {
  *zoom: 1;
}
.exhibitorDetail .exhibitorImg:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .exhibitorImg:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .exhibitorImg .imgbox {
  float: left;
  width: 50%;
  position: relative;
}
.exhibitorDetail .exhibitorImg .imgbox .tab-new {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  background-color: #ff984d;
  z-index: 2;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e7d6d9;
  padding-bottom: 0;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery .swiper-slide {
  line-height: 300px;
  font-size: 0;
  text-align: center;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery .swiper-button-prev,
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery .swiper-button-next,
.exhibitorDetail .exhibitorImg .imgbox .swiper-gallery .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-thumbs {
  height: 80px;
  width: 100%;
  padding-bottom: 0;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-thumbs .swiper-slide {
  height: 100%;
  border: 1px solid #dadada;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  overflow: hidden;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.exhibitorDetail .exhibitorImg .imgbox .swiper-thumbs .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.exhibitorDetail .exhibitorImg .txtbox {
  float: left;
  width: 50%;
  padding-left: 3%;
  position: relative;
}
.exhibitorDetail .exhibitorImg .txtbox .fav-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  background-color: #e38c76;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px;
}
.exhibitorDetail .exhibitorImg .txtbox .fav-btn.curr,
.exhibitorDetail .exhibitorImg .txtbox .fav-btn:hover {
  background-color: #d38070;
}
.exhibitorDetail .exhibitorImg .txtbox .company {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  padding-right: 100px;
}
.exhibitorDetail .exhibitorImg .txtbox .p1 {
  margin: 10px 0;
}
.exhibitorDetail .exhibitorImg .txtbox .btn {
  border-radius: 5px;
  color: #fff;
  width: 160px;
  background-color: #e38c76;
  margin-top: 40px;
}
.exhibitorDetail .exhibitorImg .txtbox .span-item:not(:last-of-type):after {
  content: "；";
  display: inline-block;
}
.exhibitorDetail .exhibitorImg .txtbox .span-item a {
  color: #e97868;
}
.exhibitorDetail .exhTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.exhibitorDetail .exhItem {
  margin-bottom: 40px;
}
.exhibitorDetail .exhItem .info {
  color: #666;
}
.exhibitorDetail .exhItem .info p {
  margin-bottom: 20px;
}
.exhibitorDetail .product-swiper {
  padding-bottom: 40px;
}
.exhibitorDetail .product-swiper .swiper-pagination-bullet {
  background-color: #c8b5ae;
}
.exhibitorDetail .product-swiper .swiper-pagination-bullet-active {
  background-color: #e38c76;
}
.exhibitorDetail .product-swiper .li {
  border: 1px solid #f4e9eb;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhibitorDetail .product-swiper .li .collection {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #febfaf;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  cursor: pointer;
}
.exhibitorDetail .product-swiper .li .collection.curr {
  background: #d38070;
}
.exhibitorDetail .product-swiper .li .collection .fa {
  margin-right: 4px;
}
.exhibitorDetail .product-swiper .li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhibitorDetail .product-swiper .li .tag {
  position: absolute;
  top: 0;
  left: 0;
}
.exhibitorDetail .product-swiper .li .view {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 10px 0;
  background-color: #febfaf;
  z-index: 2;
}
.exhibitorDetail .product-swiper .li .new {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  background-color: #ff984d;
  z-index: 2;
}
.exhibitorDetail .product-swiper .li .imgbox {
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
}
.exhibitorDetail .product-swiper .li .imgbox img {
  display: inline;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.exhibitorDetail .product-swiper .li .txtbox {
  background-color: #f4e9eb;
  padding: 20px;
}
.exhibitorDetail .product-swiper .li .txtbox .p {
  font-size: 16px;
  margin-bottom: 5px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exhibitorDetail .product-swiper .li .txtbox .p1 {
  color: #e97868;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.exhibitorDetail .product-swiper .li .txtbox .category_data span:not(:first-of-type):before {
  display: inline-block;
  content: "/";
  margin: 0 3px;
}
.exhibitorDetail .exhIntro {
  *zoom: 1;
}
.exhibitorDetail .exhIntro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .exhIntro:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .exhIntro .txtbox {
  float: left;
  width: 60%;
  padding-right: 4%;
}
.exhibitorDetail .exhIntro .videobox {
  float: left;
  width: 40%;
}
.exhibitorDetail .exhIntro .videobox video {
  width: 100%;
}
.exhibitorDetail .productBox .exhItem {
  margin-bottom: 0;
}
.exhibitorDetail .productBox .product-swiper .li {
  border: 0;
}
.exhibitorDetail .demand-list {
  *zoom: 1;
}
.exhibitorDetail .demand-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .demand-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .demand-list li {
  float: left;
  width: calc(100%/3 - 3%);
  margin-right: 4%;
  margin-bottom: 3%;
  border: 1px solid #f4e9eb;
}
.exhibitorDetail .demand-list li:nth-of-type(3n) {
  margin-right: 0;
}
.exhibitorDetail .demand-list li .imgbox {
  padding: 20px 20px;
  height: 180px;
  overflow: hidden;
  font-size: 0;
  line-height: 140px;
  text-align: center;
}
.exhibitorDetail .demand-list li .imgbox img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.exhibitorDetail .demand-list li .txtbox {
  padding: 0 20px 20px;
}
.exhibitorDetail .demand-list li .txtbox .txt:first-of-type {
  border-bottom: 1px solid #f4e9eb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.exhibitorDetail .demand-list li .txtbox .p1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.exhibitorDetail .demand-list li .txtbox .p2 {
  color: #e97868;
}
.exhibitorDetail .demand-list li .txtbox .category_data span:not(:first-of-type):before {
  display: inline-block;
  content: "/";
  margin: 0 3px;
}
.exhibitorDetail .demand-list li .btnbox {
  *zoom: 1;
}
.exhibitorDetail .demand-list li .btnbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .demand-list li .btnbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .demand-list li .btnbox a {
  display: block;
  float: left;
  width: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #e38c76;
  -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;
}
.exhibitorDetail .demand-list li .btnbox a:nth-of-type(2) {
  background-color: #c8b5ae;
}
.exhibitorDetail .demand-list li .btnbox a.curr {
  background-color: #ddd !important;
}
.exhibitorDetail .demand-list li .btnbox a:hover {
  opacity: 0.9;
  -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;
}
.exhibitorDetail .team {
  background-color: #d8cac5;
}
.exhibitorDetail .team-list {
  *zoom: 1;
}
.exhibitorDetail .team-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .team-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .team-list li {
  float: left;
  width: calc(100%/5 - 4%);
  margin-right: 5%;
  margin-bottom: 3%;
}
.exhibitorDetail .team-list li:nth-of-type(5n) {
  margin-right: 0;
}
.exhibitorDetail .team-list li .imgbox {
  margin: 0 auto 10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
  line-height: 130px;
}
.exhibitorDetail .team-list li .imgbox img {
  width: 100%;
  vertical-align: middle;
}
.exhibitorDetail .team-list li .txtbox {
  text-align: center;
}
.exhibitorDetail .team-list li .txtbox .p1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.exhibitorDetail .team-list li .txtbox .p2 {
  line-height: 1.8;
}
.exhibitorDetail .team-list li .txtbox a {
  color: #e97868;
  text-decoration: underline;
}
.exhibitorDetail .team-list li .txtbox a:hover {
  text-decoration: none;
}
.exhibitorDetail .marketing-list {
  list-style: disc inside;
  padding-left: 20px;
  *zoom: 1;
}
.exhibitorDetail .marketing-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .marketing-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhibitorDetail .marketing-list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  border-bottom: 1px solid #e3dad6;
  font-size: 16px;
}
.exhibitorDetail .marketing-list li:nth-of-type(2n) {
  margin-right: 0;
}
.exhibitorDetail .marketing-list li a {
  display: inline-block;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: calc(100% - 25px);
  padding-right: 30px;
  background-image: url(../images/download-ico2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.exhibitorDetail .marketing-list li a:hover {
  animation: bgjump 0.3s both;
}
.exhibitorDetail .exhNews-swiper {
  padding-bottom: 30px;
}
.exhibitorDetail .exhNews-swiper .li a {
  color: #333;
}
.exhibitorDetail .exhNews-swiper .li:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.exhibitorDetail .exhNews-swiper .li:hover .txtbox .tit {
  color: #e97868;
  -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;
}
.exhibitorDetail .exhNews-swiper .li .imgbox {
  height: 170px;
  font-size: 0;
  line-height: 170px;
  background: #ddd;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.exhibitorDetail .exhNews-swiper .li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhibitorDetail .exhNews-swiper .li .txtbox {
  padding: 20px;
  background: #f4e9eb;
}
.exhibitorDetail .exhNews-swiper .li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 5px;
  -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;
}
.exhibitorDetail .exhNews-swiper .li .txtbox .date {
  color: #e97868;
  margin: 6px 0 5px;
}
.exhibitorDetail .exhNews-swiper .li .txtbox .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  line-height: 1.8;
  height: 76px;
}
.exhinfoPop {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  max-height: 70vh;
  font-size: 14px;
  color: #333;
}
.exhinfoPop .con .top {
  *zoom: 1;
}
.exhinfoPop .con .top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhinfoPop .con .top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.exhinfoPop .con .top .imgbox {
  float: left;
  width: 225px;
  height: 135px;
  border: 1px solid #d7d0cd;
  border-radius: 5px;
  font-size: 0;
  line-height: 135px;
  text-align: center;
}
.exhinfoPop .con .top .imgbox img {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}
.exhinfoPop .con .top .txtbox {
  float: left;
  margin-left: 30px;
}
.exhinfoPop .con .top .txtbox .p1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.exhinfoPop .con .top .txtbox .p2 {
  color: #e97868;
}
.exhinfoPop .con .top .btn {
  float: right;
  display: inline-block;
  background-color: #e97868;
  color: #fff;
  border-radius: 5px;
  line-height: 47px;
  height: 47px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  -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;
}
.exhinfoPop .con .top .btn.curr {
  background-color: #ddd;
}
.exhinfoPop .con .top .btn:hover {
  opacity: 0.9;
  -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;
}
.exhinfoPop .con .info {
  margin-top: 20px;
}
.exhinfoPop .con .info .name {
  font-size: 16px;
  font-weight: bold;
}
.exhinfoPop .con .info .type {
  margin: 5px 0 15px;
}
.exhinfoPop .con .info .type span {
  border-radius: 4px;
  border: 1px solid #e97868;
  color: #e97868;
  background: #fff;
  padding: 4px 10px;
  display: inline-block;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150;
  margin-right: 5px;
}
.exhinfoPop .con .info .tit {
  font-size: 16px;
}
.exhinfoPop .con .info .in {
  line-height: 1.8;
  margin-top: 10px;
  color: #999;
}
.layui-layer.supply-popbox {
  width: 710px !important;
}
.supply-popbox .layui-layer-content {
  padding: 70px 45px;
}
.supply-popbox .title {
  font-size: 24px;
  color: #d00212;
  text-align: center;
  margin-bottom: 15px;
}
.supply-popbox .title img {
  vertical-align: middle;
  margin-right: 5px;
}
.supply-popbox .info {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
.supply-popbox .btn-box {
  text-align: center;
  margin-top: 45px;
}
.supply-popbox .btn-box a {
  display: inline-block;
  width: 173px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  background: #c8b5ae;
}
.supply-popbox .btn-box a:first-of-type {
  background: #e97868;
  margin-right: 10px;
}
/*展商展品*/
.product-list {
  margin-top: 20px;
  color: #333;
  position: relative;
  *zoom: 1;
}
.product-list a {
  color: #333;
}
.product-list .collection {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #febfaf;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  cursor: pointer;
}
.product-list .collection.curr {
  background: #d38070;
}
.product-list .collection .fa {
  margin-right: 4px;
}
.product-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.product-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.product-list .li {
  float: left;
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #f4e9eb;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list .li:nth-of-type(3n) {
  margin-right: 0;
}
.product-list .li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list .li .tab {
  position: absolute;
  top: 0;
  left: 0;
}
.product-list .li .view {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 10px 0;
  background-color: #febfaf;
  z-index: 2;
}
.product-list .li .new {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  background-color: #ff984d;
  z-index: 2;
}
.product-list .li .imgbox {
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
}
.product-list .li .imgbox img {
  display: inline;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.product-list .li .txtbox {
  background-color: #f4e9eb;
  padding: 20px;
}
.product-list .li .txtbox .p {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
}
.product-list .li .txtbox .p1 {
  color: #e97868;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
}
.product-list .li .txtbox .category_data span:not(:first-of-type):before {
  display: inline-block;
  content: "/";
  margin: 0 3px;
}
.loginPop {
  display: none;
  border-radius: 5px;
  max-height: 70vh;
  color: #333;
  width: 600px;
  background: linear-gradient(135deg, #fce6e3, #fff 40%) !important;
  padding: 40px 10%;
  height: 560px;
}
.loginPop .tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 28px;
  color: #ec664e;
}
.loginPop .switch-tab {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  background-color: #eeeeee;
  margin-bottom: 35px;
}
.loginPop .switch-tab .tab {
  flex: 1;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.loginPop .switch-tab .tab:first-child {
  border-radius: 30px 0 0 30px;
}
.loginPop .switch-tab .tab:last-child {
  border-radius: 0 30px 30px 0;
}
.loginPop .switch-tab .tab:hover {
  background-color: #ffe1dc;
}
.loginPop .switch-tab .tab.curr {
  background-color: #ec664e !important;
  color: #fff;
}
.loginPop .form-row {
  margin-bottom: 18px;
}
.loginPop .form-input {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 48px;
  padding: 10px;
  border: 1px solid #ddd;
}
.loginPop .code-box {
  *zoom: 1;
}
.loginPop .code-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.loginPop .code-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.loginPop .code-box .codebtn {
  float: left;
  padding: 0;
  width: 130px;
  height: 48px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ddd;
  background-color: #ec664e;
  color: #fff;
  cursor: pointer;
}
.loginPop .code-box .ImgVcode {
  border: 1px solid #ddd;
  font-size: 0;
  background-color: #fff;
  line-height: 47px;
}
.loginPop .code-box .ImgVcode img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loginPop .code-box .form-input {
  float: left;
  width: calc(100% - 130px);
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.loginPop .label {
  margin-right: 40px;
}
.loginPop .forget {
  text-align: right;
}
.loginPop .btnbox {
  margin-top: 30px;
}
.loginPop .login-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #ec664e;
  color: #fff;
  background-color: #ec664e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.loginPop .login-btn.reg-btn {
  background-color: #ffe1dc;
  color: #ec664e;
}
.loginPop .login-btn:hover {
  opacity: 0.8;
}
.boothPop {
  display: none;
  padding: 40px;
  width: 500px;
  color: #333;
}
.boothPop .table {
  border-radius: 5px;
  border: 1px solid #e9cbd0;
  border-collapse: collapse;
}
.boothPop .table th,
.boothPop .table td {
  border: 1px solid #e9cbd0;
  padding: 15px 10px;
}
.boothPop .type-cls {
  border: 1px solid #e9cbd0;
  border-radius: 4px;
  padding: 3px 5px;
  margin: 2px;
  color: #e97868;
  display: inline-block;
}
.boothPop .form-input {
  border: 1px solid #e9cbd0;
  border-radius: 5px;
  padding: 8px 10px;
}
.boothPop .booth-btn {
  display: block;
  width: 140px;
  line-height: 44px;
  background-color: #e97868;
  border: 2px solid #e97868;
  color: #fff;
  outline: none;
  margin: 30px auto 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.boothPop .booth-btn:hover {
  background-color: #fff;
  color: #e97868;
}
/*合作联系表单*/
.coop-cantact {
  background-color: #e5b4a5;
}
.coop-cantact .form-row {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  *zoom: 1;
}
.coop-cantact .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.coop-cantact .form-row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.coop-cantact .form-row:nth-of-type(2n) {
  margin-right: 0;
}
.coop-cantact .form-row .form-name {
  float: left;
  width: 85px;
  line-height: 47px;
}
.coop-cantact .form-row .form-name span {
  color: red;
}
.coop-cantact .form-row .form-input {
  float: left;
  width: calc(100% - 85px);
  border-radius: 5px;
  background-color: #fde5de;
  height: 47px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #fde5de;
}
.coop-cantact .form-row textarea.form-input {
  padding: 10px;
  height: 130px;
}
.coop-cantact .clause-box {
  margin-bottom: 20px;
}
.coop-cantact .form-btn {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #cc7d5f;
  color: #fff;
  letter-spacing: 2px;
  outline: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -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;
}
.coop-cantact .form-btn:hover {
  opacity: 0.9;
  -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;
}
/*SIAL全球食品展*/
.global {
  background-color: #000003;
  background-image: url(https://imgs.sialchina.cn/homeImg/global-bg2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 110px;
  background-size: auto 100%;
}
.global-list {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
.global-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.global-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.global-list li {
  float: left;
  width: calc(100%/3 - 60px);
  margin-left: 60px;
  margin-bottom: 50px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}
.global-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  background-color: #4a8934;
}
.global-list li .tit {
  color: #fff;
  font-weight: bold;
}
.global-list li .date {
  color: #e9e9e9;
  font-weight: lighter;
}
.global-list li .type {
  color: #e9e9e9;
  font-weight: lighter;
}
.global-list li .type span {
  color: #4a8934;
  font-weight: bold;
}
.sponsor-img {
  *zoom: 1;
  text-align: center;
}
.sponsor-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.sponsor-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.sponsor-img li {
  display: inline-block;
  width: calc(100%/6 - 8.4px);
  height: 80px;
  line-height: 80px;
  font-size: 0;
  text-align: center;
  margin-right: 10px;
  overflow: hidden;
}
.sponsor-img li:nth-of-type(6n) {
  margin-right: 0;
}
.sponsor-img li:last-child {
  margin-right: 0;
}
.sponsor-img li img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.eventinfo-box .sponsor-img li {
  width: auto;
  max-width: calc(100%/5 - 2.4%);
  margin-right: 3%;
  height: 90px;
  line-height: 90px;
}
.eventinfo-box .sponsor-img li:last-child {
  margin-right: 0;
}
@keyframes bgjump {
  0% {
    background-position: right top 5px;
  }
  50% {
    background-position: right bottom 5px;
  }
  100% {
    background-position: right center;
  }
}
.ticket-box-wrap {
  margin-top: 130px;
}
.ticket-box-wrap .wrap {
  padding: 1px 0;
}
.process-con {
  background: #fff6f4;
  border-radius: 5px;
  padding: 40px;
  min-height: 700px;
  margin: 40px 0;
}
.process-con .top {
  position: relative;
  margin-bottom: 45px;
}
.process-con .top:after {
  display: block;
  content: '';
  clear: both;
}
.process-con .top .li {
  width: 33.33%;
  text-align: center;
  float: left;
  z-index: 1;
  position: relative;
}
.process-con .top .li span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  background: #e38c76;
}
.process-con .top .li .tit {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
.process-con .top .li.curr span {
  background: #e38c76;
}
.process-con .top .li.curr .tit {
  color: #e38c76;
}
.process-con .top .top-bg {
  height: 4px;
  width: 67.5%;
  margin: 0 auto;
  background: #f4e9eb;
  border-radius: 25px;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.process-con .top .top-bg span {
  background: #e38c76;
  display: block;
  height: 100%;
  border-radius: 25px;
}
.process-con .process-li .tit-info {
  border-bottom: 1px solid #e7bfb8;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.process-con .process-li .tit-info:after {
  display: block;
  clear: both;
  content: "";
}
.process-con .process-li .tit-info .tit {
  float: left;
  font-size: 18px;
  margin-top: 10px;
  color: #e38c76;
}
.process-con .process-li .tit-info .tit span {
  font-size: 14px;
  margin-left: 18px;
}
.process-con .process-li .tit-info .tit span b {
  color: #e38c76;
}
.process-con .process-li .tit-info a {
  display: block;
  float: right;
  background: #cf8071;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.process-con .process-li .tit-info a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.process-con .process-li .tit-info a .fa {
  margin-left: 10px;
}
.process-con .process-li .process-title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #cf8071;
}
.process-con .process-li .input-li:after {
  display: block;
  clear: both;
  content: "";
}
.process-con .clause-box {
  text-align: center;
}
.form-group {
  margin-bottom: 1.4rem;
}
.form-group .col-form-label {
  text-align: right;
  align-self: center;
  line-height: inherit;
  padding: 0;
  font-size: 12px;
}
.form-group .col-form-label span {
  color: #e38c76;
  margin-right: 5px;
}
.form-group .form-control {
  height: calc(2.2em + .75rem + 2px);
  background: #fff;
  border-color: #cf8071;
  font-size: 12px;
}
.form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 115, 31, 0.25);
  border-color: #cf8071;
}
.form-group .form-control.readonly {
  background: #fffbf9;
  cursor: no-drop;
}
.form-group textarea.form-control {
  height: auto;
}
.form-group .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e38c76;
  background-color: #e38c76;
}
.form-group .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(238, 115, 31, 0.5);
}
.form-group .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #e38c76;
  background-color: #e38c76;
}
.form-group .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.form-group .custom-file-label::after {
  content: '选择';
}
.form-group .attention {
  display: none;
  color: red;
  font-size: 12px;
  float: left;
  margin-left: 200px;
}
.form-group .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group .file-container {
  display: none;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.form-group .file-container img {
  max-height: 100%;
}
.form-group .type {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.form-group .gain-code {
  height: calc(2.2em + .75rem + 2px);
  background: #cf8071;
  border-color: #cf8071;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  float: right;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  font-size: 12px;
}
.form-group .gain-code.curr {
  background: #999;
}
.form-group .gain-code:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.form-group .mr10 {
  margin-right: 10px;
}
.form-group .couponbox {
  height: 80px;
  *zoom: 1;
}
.form-group .couponbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-group .couponbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.form-group .couponbox .p {
  float: left;
  background-color: #cf8071;
  border-right: 1px dashed #fff;
  color: #fff;
  width: 20%;
  text-align: center;
  border-radius: 8px 0 0 8px;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form-group .couponbox .p:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff6f4;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
}
.form-group .couponbox .p span {
  display: inline-block;
  width: 25px;
  text-align: center;
  line-height: 1.2;
}
.form-group .couponbox .coupon-input {
  float: left;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf8071;
  border-radius: 0 8px 8px 0;
  padding: 0 20px;
}
.sub-box {
  text-align: center;
}
.sub-box .btn-primary {
  background-color: #cf8071;
  border-color: #cf8071;
  padding: 0.8em 3.75rem;
  font-size: 14px;
}
.sub-box .btn-primary.view {
  background-color: #eaa88d;
  border-color: #eaa88d;
  margin-left: 30px;
}
.sub-box .btn-primary:hover {
  opacity: 0.8;
  background-color: #cf8071;
  border-color: #cf8071;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.tickets-shanghai {
  background-color: #f8f8f8;
  border-bottom-right-radius: 60px;
  position: relative;
}
.tickets-shanghai .cummit-bg {
  position: absolute;
  bottom: 150px;
  left: 0;
  max-width: 100%;
  z-index: 1;
}
.tick-bg {
  background-color: #f8f8f8;
}
.problem-posi {
  position: relative;
  z-index: 2;
}
.tick-bgwhite {
  background-color: #fff;
}
.tick-bgwhite .problem-box {
  background-color: #f8f8f8;
}
.tick-bgwhite .problem-box .rdion-item .rdion {
  background-color: #fff;
}
.problem-box {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}
.problem-box .cummit-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 1;
}
.problem-box .prob-title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 48px;
}
.problem-box .rdion-item .rdion {
  background-color: #f8f8f8;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 33px 70px;
}
.problem-box .rdion-item .rdion .title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.problem-box .rdion-item .rdion .title .icon {
  display: block;
  width: 44px;
  height: 28px;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-right: 30px;
  background-color: #ec664e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.problem-box .rdion-item .rdion .title .name {
  font-size: 16px;
  color: #333333;
  display: block;
  width: calc(100% - 74px);
}
.problem-box .rdion-item .rdion .content {
  display: none;
}
.problem-box .rdion-item .rdion .content .conflex {
  padding-top: 28px;
  border-top: 1px solid #cecece;
  display: flex;
  margin-top: 28px;
}
.problem-box .rdion-item .rdion .content .icon {
  display: block;
  width: 44px;
  height: 28px;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-right: 30px;
  background-color: #a8a6ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.problem-box .rdion-item .rdion .content .name {
  display: block;
  width: calc(100% - 74px);
  font-size: 14px;
  color: #666666;
}
.problem-box .rdion-item .rdion:last-child {
  margin-bottom: 0;
}
.problem-box .rdion-btn {
  max-width: 550px;
  width: 90%;
  height: 60px;
  background-color: #ec664e;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 65px;
  cursor: pointer;
}
.audien-box {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #f8f8f8;
  padding: 60px 0;
}
.audien-box .audi-title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.audien-box .audi-img {
  max-width: 90%;
  margin: 0 auto;
}
.audien-box .audi-img img {
  display: block;
  width: 100%;
}
.summit-info {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.summit-info .sum-title {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.summit-info .sum-item {
  width: 95%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summit-info .sum-item .item {
  width: calc(100%/3);
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.summit-info .sum-item .item .sum-img {
  margin-right: 8px;
}
.summit-info .sum-item .item .name {
  font-size: 16px;
  color: #333333;
}
.ticketsfor {
  width: 100%;
  padding: 60px 0;
}
.ticketsfor .tick-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.ticketsfor .tick-title h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  position: relative;
}
.ticketsfor .tick-title h2::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #ec664e;
  position: absolute;
  top: -13px;
  left: -15px;
  box-sizing: border-box;
}
.ticketsfor .tick-item {
  display: flex;
}
.ticketsfor .tick-left {
  width: 350px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 80px 10px 70px 10px;
}
.ticketsfor .right-time {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ticketsfor .right-time .time {
  display: block;
  font-size: 20px;
  color: #ffa932;
  width: 195px;
}
.ticketsfor .right-time .link {
  display: block;
  width: calc(100% - 195px);
  height: 2px;
  background-color: #a5a5a5;
}
.ticketsfor .tick-right {
  width: calc(100% - 370px);
}
.ticketsfor .tick-right .right-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  background-color: #ececec;
  cursor: pointer;
  margin-top: 15px;
}
.ticketsfor .tick-right .right-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ticketsfor .tick-right .right-item.right-item-package .item {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.ticketsfor .tick-right .right-item.right-item-package .item .title {
  font-size: 24px;
}
.ticketsfor .tick-right .right-item.right-item-package .item .title span {
  font-size: 16px;
}
.ticketsfor .tick-right .right-item.right-item-package .item .p {
  color: #666;
}
.ticketsfor .tick-right .right-item.right-item-package .item .it-btn a {
  max-width: 200px;
}
.ticketsfor .tick-right .right-item .item {
  width: calc(100%/2 - 13px);
  margin-right: 26px;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 26px;
  transform: 0.6s;
}
.ticketsfor .tick-right .right-item .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ticketsfor .tick-right .right-item .item .time {
  margin-top: 8px;
  font-size: 16px;
  color: #9d9c9c;
}
.ticketsfor .tick-right .right-item .item .it-btn {
  display: flex;
  width: 100%;
  margin-top: 15px;
  justify-content: center;
}
.ticketsfor .tick-right .right-item .item .it-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  width: calc(100%/2 - 20px);
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #454545;
  border: 1px solid #c3c3c3;
  background-color: #ececec;
}
.ticketsfor .tick-right .right-item .item .it-btn a:first-child {
  margin-right: 20px;
}
.ticketsfor .tick-right .right-item .item .it-btn a:hover {
  color: #ea8134;
  background-color: #fff;
  border: 1px solid #ea8134;
}
.ticketsfor .tick-right .right-item .item:nth-child(2n) {
  margin-right: 0;
}
.ticketsfor .tick-right .right-item .item:hover {
  box-shadow: 0px 0px 6px 1px #e7dfdf;
}
.tickets-shenzheng {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  position: relative;
}
.tickets-shenzheng .cummit-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 1;
}
.tickets-shenzheng .tick-right .right-item .item {
  background-color: #f8f8f8;
}
.tickets-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.tickets-box .li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 399px;
  height: 170px;
  background: url(../images/ticket1.png?v=1) no-repeat;
  cursor: pointer;
}
.tickets-box .li .tit {
  width: 120px;
  text-align: center;
  align-self: center;
  padding-left: 48px;
  padding-bottom: 6px;
  color: #fff;
}
.tickets-box .li .tit span {
  display: block;
}
.tickets-box .li .money {
  width: calc(100% - 148px);
  text-align: center;
  align-self: center;
  color: #d38070;
  margin-bottom: 10px;
}
.tickets-box .li .money span {
  font-size: 32px;
}
.tickets-box .li.curr {
  background: url(../images/ticket2.png?v=1) no-repeat;
}
.tickets-box .li.curr .money {
  color: #e7a513;
}
.has-error .J-required {
  box-shadow: 0 0 5px #cf8071;
  color: #721c24;
  background: #f8d7da !important;
}
.others-box {
  margin-bottom: 60px;
}
.others-box .title {
  background: #f6deda;
  border: 1px solid #ead1ce;
  color: #d38070;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .title .fa {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .title.curr .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .title:hover {
  color: #fff;
  background: #d38070;
  border-color: #d38070;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .content-w {
  display: none;
}
.others-box .content {
  padding: 30px 0;
}
.others-box .content .li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px;
}
.others-box .content .li .form-group {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.others-box .content .li .sub {
  width: 38%;
  height: calc(2.2em + .75rem + 2px);
  background: #cf8071;
  border: 1px solid #cf8071;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-table;
  padding: 10px 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .content .li .sub:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .add {
  text-align: center;
}
.others-box .add span {
  height: calc(2.2em + .75rem + 2px);
  border: 1px solid #e6a513;
  color: #fff;
  background: #e6a513;
  font-size: 14px;
  text-align: center;
  display: inline-table;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.others-box .add span:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.vst-active {
  margin-bottom: 60px;
}
.vst-active .title {
  background: #f6deda;
  border: 1px solid #ead1ce;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.vst-active .item {
  float: left;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ead1ce;
}
.vst-active .item:nth-child(4n) {
  margin-right: 0;
}
.vst-active .item a:hover {
  color: initial;
  text-decoration: none;
}
.vst-active .item a:hover .tit {
  color: #e97868;
}
.vst-active .item .imgbox {
  background-color: #fff;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #ead1ce;
  text-align: center;
}
.vst-active .item .imgbox img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.vst-active .item .txtbox {
  padding: 15px;
}
.vst-active .item .txtbox .tit {
  font-weight: bold;
  margin-bottom: 0px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vst-active .item .txtbox .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  max-height: 150px;
  font-size: 12px;
  color: #666;
  height: 44px;
}
.master-bd {
  padding: 55px 90px;
  background: #fff;
}
.succeed-l {
  position: relative;
  width: 740px;
  margin: 30px auto;
}
.succeed-l:after {
  display: block;
  content: "";
  clear: both;
}
.succeed-l .fa {
  width: 116px;
  height: 116px;
  margin-right: 45px;
  display: block;
  float: left;
  font-size: 125px;
  color: #ee731f;
}
.succeed-l .succeed-l-txt {
  position: relative;
  width: 575px;
}
.succeed-l .succeed-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
}
.succeed-l .dj-height-top {
  margin: 23px 0 10px 0;
  font-size: 16px;
  line-height: 30px;
}
.succeed-l .dj-height-top-t {
  color: #ee731f;
  font-size: 22px;
  font-weight: bold;
}
.succeed-l .btn {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding: 0 20px;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #e38c76;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.succeed-l .btn .fa {
  margin-right: 5px;
  font-size: 15px;
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  color: #fff;
}
.succeed-l .btn:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.7;
  color: #fff;
}
.succeed-l .btn.btn-yellow {
  border-color: #e7a513;
  background-color: #e7a513;
}
.succeed-l .btn.btn-bor {
  background: #c8b5ae;
  border-color: #c8b5ae;
  color: #fff;
}
.succeed-l .invite-btn:hover {
  opacity: 1;
}
.succeed-l .invite-btn:hover .invite-rulebox {
  display: block;
}
.succeed-l .invite-rulebox {
  display: none;
  width: 400px;
  max-width: 90vw;
  position: absolute;
  left: 0;
  background: #fff6f4;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: left;
  border-radius: 10px;
}
.succeed-l .invite-rulebox .tit {
  color: #ea6c56;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.succeed-l .invite-rulebox .tip {
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
}
.succeed-l .invite-rulebox .rule-list li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.succeed-l .invite-rulebox .rule-list li:before {
  content: "";
  border: 5px solid #ffe9e1;
  background-color: #fe9367;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.succeed-l .invite-rulebox .rule-list li strong {
  color: #f84a11;
}
.succeed-r {
  height: 220px;
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  padding: 40px 25px 25px;
  box-sizing: border-box;
  text-align: center;
}
.succeed-r .succeed-ewm,
.succeed-r .txt-ewm-box {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.succeed-r .succeed-ewm {
  text-align: right;
}
.succeed-r .txt-ewm-box {
  text-align: left;
}
.succeed-r .txt-ewm-box .txt-ewm {
  color: #6e6e6e;
  margin-top: 50px;
  font-size: 16px;
}
.succeed-r .txt-ewm-tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.forumticket-complete .vst-active {
  margin: 50px 0;
}
.prompt-box {
  margin-bottom: 20px;
  font-weight: bold;
  color: #e87a6a;
}
.prompt-box .fa {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.pay-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pay-box .li {
  text-align: center;
  padding: 20px 35px;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid #fff6f4;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pay-box .li .img img {
  max-height: 78px;
}
.pay-box .li .tit {
  font-size: 12px;
  margin-top: 6px;
}
.pay-box .li.curr {
  background: #fff;
  border-color: #d38070;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.order-con {
  margin-bottom: 0;
}
.order-con .table-active {
  background: #d1b9b5;
  color: #725a56;
}
.order-con .table-bordered th,
.order-con .table-bordered td {
  border: 1px solid rgba(118, 94, 90, 0.2);
  vertical-align: middle;
}
.order-con .money {
  color: #d38070;
  font-size: 14px;
  text-align: center;
}
.order-con .money span {
  font-size: 30px;
}
.order-con .discounts {
  text-align: center;
  color: #c5b1ae;
  font-size: 18px;
}
.price-con {
  color: #d38070;
  text-align: right;
  margin-bottom: 30px;
}
.price-con b {
  font-size: 28px;
  font-weight: normal;
}
.offline-payment .title {
  text-align: center;
  font-size: 24px;
}
.offline-payment .box {
  border: 1px solid #e38c76;
  padding: 35px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.offline-payment .box .left {
  width: 70%;
  color: #666;
  border-right: 1px solid #f7dcd6;
  padding-right: 40px;
  margin-right: 40px;
}
.offline-payment .box .left b {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
.offline-payment .box .left span {
  color: #000;
}
.offline-payment .box .right {
  width: calc(100% - 630px);
  align-self: center;
  color: #e38c76;
  text-align: center;
}
.offline-payment .box .right .sub {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.offline-payment .box .right .sub a {
  background: #e38c76;
  padding: 8px 0;
  width: 49%;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.offline-payment .box .right .sub a:last-of-type {
  background: #98786b;
}
.offline-payment .box .right .sub a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-box {
  background: #f0deda;
  padding: 50px 0 80px 0;
}
.live-box .live-title {
  *zoom: 1;
  margin-bottom: 32px;
}
.live-box .live-title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .live-title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .live-title span {
  background: #98786b;
  color: #fff;
  padding: 12px 60px;
  border-radius: 0 0 12px 12px;
  float: left;
  font-size: 20px;
}
.live-box .top {
  *zoom: 1;
  background: #fff;
  margin-bottom: 20px;
}
.live-box .top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .top a {
  display: block;
}
.live-box .top .img {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.live-box .top .img .fa {
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  font-size: 33px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  padding-left: 18px;
  opacity: 0.7;
  z-index: 1;
}
.live-box .top .img img,
.live-box .top .img video {
  width: 100%;
  height: 352px;
  object-fit: cover;
  display: block;
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
.live-box .top .img:after {
  display: block;
  content: '';
  clear: both;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -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;
}
.live-box .top .info {
  float: right;
  width: 50%;
  padding: 20px;
}
.live-box .top .info .tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-box .top .info .time {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-box .top .info .text {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.live-box .top .info .more {
  border-radius: 5px;
  color: #e97868;
  float: right;
}
.live-box .top .info .more .fa {
  margin-left: 5px;
}
.live-box .top:hover .img img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  transform: scale(1.2);
}
.live-box .top:hover .img:after {
  opacity: 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;
}
.live-box .box {
  *zoom: 1;
}
.live-box .box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .box .li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.live-box .box .li:nth-of-type(3n) {
  margin-right: 0;
}
.live-box .box .li .img {
  width: 100%;
  height: 218px;
  position: relative;
  overflow: hidden;
}
.live-box .box .li .img .fa {
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  font-size: 33px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  padding-left: 18px;
  opacity: 0.7;
  z-index: 1;
}
.live-box .box .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -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;
}
.live-box .box .li .img:after {
  display: block;
  content: '';
  clear: both;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -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;
}
.live-box .box .li .info {
  background: #fff;
  padding: 12px 15px;
}
.live-box .box .li .info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  height: 64px;
}
.live-box .box .li .info .time {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *zoom: 1;
}
.live-box .box .li .info .time:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .box .li .info .time:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .box .li .info .time .more {
  float: right;
  color: #e97868;
}
.live-box .box .li .info .time .more .fa {
  margin-left: 5px;
}
.live-box .box .li:hover .img img {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
  transform: scale(1.2);
}
.live-box .box .li:hover .img:after {
  opacity: 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;
}
.live-box.playback-box {
  background: #fd957f;
  padding-top: 0;
}
.live-box .live-con {
  *zoom: 1;
}
.live-box .live-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .live-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-box .live-con .info-box {
  width: calc(100% - 130px);
  float: left;
  margin-top: 30px;
}
.live-box .live-con .info-box .live-tit {
  font-size: 24px;
  color: #69544d;
}
.live-box .live-con .info-box .live-time {
  color: #69544d;
  margin: 8px 0 32px 0;
}
.live-box .live-con .back-list {
  float: right;
  background: #d38070;
  padding: 12px 20px;
  border-radius: 7px;
  color: #fff;
  margin-top: 40px;
}
.live-box .live-con .back-list .fa {
  margin-left: 5px;
}
.iframebox {
  margin: 0 auto;
  display: block;
  width: calc(100% - 3px);
  height: 100%;
  border: 1px solid #D38070;
  border-radius: 10px;
  overflow-x: hidden;
}
.iframebox iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
.live-info {
  margin-top: 40px;
}
.live-info .tit {
  border-bottom: 1px solid #d3c3bf;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #69544d;
  position: relative;
}
.live-info .tit:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 64px;
  height: 1px;
  background: #e97868;
}
.live-info .info {
  line-height: 30px;
  color: #69544d;
}
.succeed-ewm-item {
  float: left;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.term-box {
  padding: 30px;
  line-height: 28px;
  font-size: 12px;
}
.term-box .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.term-box .tit {
  margin-top: 15px;
}
.term-box ul {
  padding: 10px 0;
}
.term-box ul li {
  list-style: disc;
  margin-left: 20px;
}
.clause-box {
  margin-bottom: 50px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.clause-box b,
.clause-box strong {
  color: #e97868;
  cursor: pointer;
}
.clause-box.has-error {
  padding-top: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #cf8071;
  border: 1px solid #cf8071;
  color: #721c24;
  background: #f8d7da !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body .layui-layer-dialog .layui-layer-content {
  word-break: normal;
}
/*登录入口*/
@media screen and (max-width: 1366px) {
  .login-box {
    width: 790px;
    margin-top: 60px;
  }
  .login-con {
    height: 473px;
  }
  .login-con .login-fl .txt p {
    padding: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .login-con .login-fl .txt p {
    font-size: 14px;
  }
  .login-con .login-abox .p1 {
    font-size: 18px;
  }
  .login-con .login-abox .p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  .login-box {
    margin: 60px auto;
    width: 90%;
  }
  .login-con {
    height: auto;
  }
  .login-con .login-fl {
    width: 100%;
    height: auto;
  }
  .login-con .login-fl .img {
    height: auto;
  }
  .login-con .login-fl .img img {
    height: auto;
    width: 100%;
  }
  .login-con .login-fl .txt {
    height: auto;
    display: flex;
    align-items: center;
  }
  .login-con .login-fl .txt:after {
    display: none;
  }
  .login-con .login-fl .txt p {
    float: none;
    padding: 20px 10px;
  }
  .login-con .login-hold {
    display: none;
  }
  .login-con .login-abox {
    width: 100%;
    height: auto;
  }
  .login-con .login-abox .p1 {
    margin: 15px 0 10px;
  }
  .login-con .login-abox a {
    height: auto;
    padding: 6%;
  }
  .login-con .login-abox a > img {
    width: 70px;
  }
}
.exhreg-box {
  background: url(https://imgs.sialchina.cn/homeImg/exhreg.jpg?v=1) no-repeat center center;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.exhreg-box .back {
  text-align: right;
}
.exhreg-box .backhome {
  display: inline-block;
  width: 100px;
  line-height: 38px;
  border-radius: 25px;
  background-color: #fff;
  color: #d88069;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhreg-box .backhome:hover {
  background-color: #d88069;
  color: #fff;
}
.exhreg-box .exhreg-con {
  width: 90%;
  position: absolute;
  padding: 30px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exhreg-box .exhreg-con .con {
  display: flex;
}
.exhreg-box .title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  font-size: 28px;
}
.exhreg-box .item {
  float: left;
  width: calc(100%/2 - 3%);
  margin-left: 6%;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 30px;
  text-align: center;
}
.exhreg-box .item:nth-child(1) {
  margin-left: 0;
  background-color: #d88069;
}
.exhreg-box .item:nth-child(1) .tit {
  color: #fff;
}
.exhreg-box .item:nth-child(1) .link {
  background-color: #fff;
  color: #d88069;
}
.exhreg-box .item .imgbox img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.exhreg-box .item .tit {
  font-weight: bold;
  color: #d88069;
  margin: 25px 0 10px;
  font-size: 28px;
  min-height: 75px;
}
.exhreg-box .item .p {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
  line-height: 1;
  display: inline-block;
}
.exhreg-box .item .link {
  width: 300px;
  max-width: 100%;
  border-radius: 30px;
  display: block;
  margin: 40px auto 0;
  line-height: 60px;
  background-color: #d88069;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhreg-box .item .link:hover {
  opacity: 0.8;
}
.exhvst-box {
  display: none;
  position: fixed;
  top: 50%;
  right: calc((100% - 1200px)/2 - 200px);
  z-index: 999;
}
.exhvst-box .link {
  display: block;
  width: 170px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #e38c76;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhvst-box .link.vstlink {
  background-color: #8e7c70;
}
.exhvst-box .link img {
  vertical-align: middle;
}
.exhvst-box .link:hover {
  opacity: 0.9;
}
.awards-box {
  color: #000;
}
.awards-box .pagging {
  margin-top: 30px;
}
.awards-tit {
  text-align: center;
  margin-bottom: 40px;
}
.awards-tit.awards-tit2 .txt:before {
  left: auto;
  top: -25px;
  right: -32px;
  background: linear-gradient(-135deg, #f24e16, #fb9418);
}
.awards-tit .txt {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  position: relative;
}
.awards-tit .txt:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f24e16, #fb9418);
  position: absolute;
  top: -25px;
  left: -32px;
}
.awards-tit .txt span {
  position: relative;
  z-index: 2;
}
.awards-btn {
  display: block;
  margin: 0 auto;
  background: linear-gradient(to right, #fb9418, #f24e16);
  color: #fff;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  width: 300px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  text-align: center;
}
.awards-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.awards-btn.awards-btn2 {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.btnbox.center-align {
  text-align: center;
}
.btnbox .awards-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  max-width: 40%;
}
.awards-about {
  padding-top: 110px;
  background-color: #f3f3f3;
}
.awards-about .about-top {
  position: relative;
  z-index: 2;
  *zoom: 1;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 10px;
  padding: 40px 20px;
}
.awards-about .about-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-about .about-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-about .about-top.half .txtbox {
  width: 50%;
}
.awards-about .about-top.half .imgbox {
  width: 50%;
}
.awards-about .about-top .txtbox {
  float: left;
  width: 44%;
  padding-right: 4%;
}
.awards-about .about-top .txtbox .img {
  background: url(../images/tit-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 40px;
  text-align: center;
  margin-bottom: 15px;
}
.awards-about .about-top .txtbox .img img {
  width: 90%;
}
.awards-about .about-top .txtbox .info {
  font-size: 14px;
}
.awards-about .about-top .txtbox .info .sp {
  font-size: 22px;
  font-weight: bold;
  color: #ec664e;
}
.awards-about .about-top .txtbox .sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.awards-about .about-top .txtbox .sign .item {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.awards-about .about-top .txtbox .sign .item .icon {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background-color: #f14a16;
  color: #fff;
  margin-right: 10px;
}
.awards-about .about-top .txtbox .sign .item .icon img {
  display: inline;
  vertical-align: middle;
  max-width: 25px;
  max-height: 25px;
}
.awards-about .about-top .txtbox .sign .item .p {
  flex-grow: 1;
}
.awards-about .about-top .txtbox .alltxt .sp {
  font-size: 18px;
  font-weight: bold;
  color: #f14a16;
}
.awards-about .about-top .txtbox .alltxt .p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.awards-about .about-top .txtbox .alltxt .btnbox {
  text-align: center;
  margin-top: 30px;
}
.awards-about .about-top .imgbox {
  float: right;
  width: 56%;
}
.awards-about .about-top .imgbox img {
  width: 100%;
  display: block;
}
.awards-about .about-top .imgbox video {
  width: 100%;
}
.awards-about .awards-info {
  background: linear-gradient(to bottom, #345698, #351d70);
  padding-top: 240px;
  padding-bottom: 40px;
  margin-top: -200px;
  color: #fff;
  line-height: 1.8;
}
.awards-about .awards-info .sp {
  font-size: 22px;
  font-weight: bold;
  color: #f14a16;
}
.awards-about .awards-info p {
  margin-bottom: 10px;
}
.awards-about .awards-info .btnbox {
  margin-top: 30px;
}
.awards-about .awards-info .btnbox-two {
  display: flex;
  justify-content: space-between;
}
.awards-about .awards-info .btnbox-two .item {
  max-width: 47%;
  *zoom: 1;
}
.awards-about .awards-info .btnbox-two .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-about .awards-info .btnbox-two .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-about .awards-info .btnbox-two .item:nth-child(2n) .awards-btn {
  background: linear-gradient(135deg, #ffc674, #f4a32e);
}
.awards-about .awards-info .btnbox-two .awards-btn {
  float: left;
  max-width: calc(100%/2 - 10px);
  margin: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.awards-about .awards-info .btnbox-two .awards-btn:nth-child(2n) {
  margin-right: 0;
}
.awards-process {
  background-color: #f7f7f7;
}
.awards-process .btnbox {
  margin-top: 40px;
}
.awards-process .btnbox-two {
  display: flex;
  justify-content: space-between;
}
.awards-process .btnbox-two .item {
  max-width: 47%;
  *zoom: 1;
}
.awards-process .btnbox-two .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-process .btnbox-two .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-process .btnbox-two .item:nth-child(2n) .awards-btn {
  background: linear-gradient(135deg, #ffc674, #f4a32e);
}
.awards-process .btnbox-two .awards-btn {
  float: left;
  max-width: calc(100%/2 - 10px);
  margin: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.awards-process .btnbox-two .awards-btn:nth-child(2n) {
  margin-right: 0;
}
.awards-process-con .row {
  width: 100%;
  position: relative;
  display: flex;
  height: 136px;
}
.awards-process-con .row:before {
  content: "";
  display: block;
  width: calc(100% - 110px);
  height: 10px;
  border-radius: 5px;
  background-color: #370665;
  position: absolute;
  top: 18px;
  left: 40px;
}
.awards-process-con .row:last-child {
  height: auto;
}
.awards-process-con .row:nth-child(1) {
  padding-left: 30px;
}
.awards-process-con .row:nth-child(1):after {
  content: "";
  display: block;
  width: 63px;
  height: 126px;
  border: 10px solid #370665;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
  position: absolute;
  top: 18px;
  right: 0;
}
.awards-process-con .row:nth-child(2) {
  flex-direction: row-reverse;
  padding-left: 20%;
}
.awards-process-con .row:nth-child(2):before {
  width: calc(100% - 126px);
  left: 63px;
}
.awards-process-con .row:nth-child(2):after {
  content: "";
  display: block;
  width: 63px;
  height: 126px;
  border: 10px solid #370665;
  border-radius: 100% 0 0 100%/50%;
  border-right: none;
  position: absolute;
  top: 18px;
  left: 0;
}
.awards-process-con .row:nth-child(3) {
  padding-left: 40%;
}
.awards-process-con .row:nth-child(3):before {
  left: 63px;
}
.awards-process-con .row .item {
  width: 50%;
  position: relative;
  z-index: 2;
}
.awards-process-con .row .num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f35516;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.awards-require {
  padding-bottom: 0 !important;
}
.awards-require .awards-tit {
  margin-bottom: 60px;
}
.awards-require .require-con {
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.awards-require .require-con:before {
  content: "";
  display: block;
  width: 10%;
  height: 65%;
  background-color: #f25c2d;
  position: absolute;
  left: 0;
  top: 0px;
}
.awards-require .require-con:after {
  content: "";
  display: block;
  width: 10%;
  height: 50%;
  background-color: #370665;
  position: absolute;
  right: 0;
  bottom: 14%;
}
.awards-require .txtbox {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  width: 90%;
  background-color: #f1f5fe;
  padding: 40px 20px 30px;
  box-shadow: 0px 0px 20px rgba(240, 244, 254, 0.9);
}
.awards-require .txtbox .top {
  padding-right: 40%;
}
.awards-require .txtbox .btnbox {
  text-align: center;
  margin-top: 50px;
}
.awards-require .txtbox .btnbox .awards-btn2 {
  box-shadow: 5px 5px 10px #bec1dd;
}
.awards-require .imgbox {
  position: absolute;
  top: -30px;
  right: 0;
  width: 40%;
  max-height: 75%;
  overflow: hidden;
  z-index: 3;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.4);
}
.awards-require .imgbox img {
  display: block;
  width: 100%;
}
.awards-require .row {
  *zoom: 1;
  margin-bottom: 15px;
  line-height: 1.8;
}
.awards-require .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-require .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-require .row .num {
  float: left;
  width: 35px;
  background: url(../images/ico-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  text-indent: -4px;
}
.awards-require .row .p {
  float: left;
  width: calc(100% - 45px);
}
.set-con {
  *zoom: 1;
}
.set-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.set-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.set-con .row {
  float: left;
  width: 22%;
}
.set-con .row .item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 6px;
}
.set-con .row .p1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.set-con .row .p2 {
  margin-bottom: 10px;
  line-height: 1.8;
}
.set-con .row .p2:last-child {
  margin-bottom: 0;
}
.set-con .row .awards-btn {
  margin: 5px;
  height: 45px;
  line-height: 45px;
}
.set-con .row .btnbox {
  margin-top: 10px;
}
.set-con .row .txtbox {
  padding: 20px;
  background: linear-gradient(135deg, #355396, #341f72);
  color: #fff;
  font-size: 14px;
}
.set-con .row .txtbox2 {
  padding: 20px;
  background: linear-gradient(135deg, #5281da, #395ea3);
  color: #fff;
}
.set-con .row .txtbox2:nth-child(1) {
  background: linear-gradient(135deg, #ffb2c1, #e38597);
}
.set-con .row .img-gray {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
}
.set-con .row .img-gray img {
  max-height: 96px;
}
.set-con .row .img {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.set-con .row .img img {
  display: block;
  width: 100%;
}
.set-con .row:nth-child(1) .txtbox {
  min-height: 227px;
}
.set-con .row:nth-child(2) {
  width: calc(100% - 44% - 12px);
  margin: 0 6px;
}
.set-con .row:nth-child(2) .item-two {
  display: flex;
  justify-content: space-between;
}
.set-con .row:nth-child(2) .item-two .item {
  width: calc(100%/2 - 3px);
  min-height: 180px;
}
.set-con .row:nth-child(2) .txtbox {
  min-height: 187px;
  width: 100%;
  margin-right: 0;
  background: url(https://imgs.sialchina.cn/homeImg/awards-bg1.png) no-repeat center center;
  background-size: 100% 100%;
  color: #474748;
}
.set-con .row:nth-child(2) .txtbox .list {
  *zoom: 1;
}
.set-con .row:nth-child(2) .txtbox .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.set-con .row:nth-child(2) .txtbox .list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.set-con .row:nth-child(2) .txtbox .list li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 5px;
}
.set-con .row:nth-child(3) .img {
  height: 150px;
}
.set-con .row:nth-child(3) .txtbox {
  min-height: 217px;
}
.set-con2 {
  display: flex;
}
.set-con2 .item {
  border-radius: 10px;
}
.set-con2 .txtbox {
  width: calc((78% - 20px)/2);
  background: linear-gradient(135deg, #355396, #341f72);
  color: #fff;
  padding: 4%;
}
.set-con2 .txtbox .p1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}
.set-con2 .txtbox .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: disc;
  padding-left: 20px;
}
.set-con2 .txtbox .list li {
  width: 48%;
  margin: 10px 0;
  font-size: 16px;
}
.set-con2 .txtbox:last-child {
  background: linear-gradient(135deg, #5281da, #395ea3);
}
.set-con2 .img {
  width: 22%;
  margin: 0 10px;
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-right-txt .right-con .txtbox {
  padding: 30px 20px;
  margin-left: 5%;
  width: 95%;
}
.awards-right-txt .right-con .item {
  width: 30%;
  margin-right: 4%;
  margin-top: 0px;
}
.awards-right-txt .right-con .item:nth-child(2) {
  margin-top: 0px;
  margin-right: 4%;
}
.awards-right-txt .right-con .item:nth-child(3) {
  margin-right: 0;
}
.right-con {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.right-con:before {
  content: "";
  display: block;
  width: 80%;
  height: 30%;
  background-color: #370665;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.right-con .imgbox {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 35%;
  max-height: 85%;
  z-index: 3;
  overflow: hidden;
}
.right-con .imgbox img {
  display: block;
  width: 100%;
}
.right-con .txtbox {
  position: relative;
  z-index: 2;
  margin-left: 10%;
  width: 90%;
  background: url(https://imgs.sialchina.cn/homeImg/awards-bg2.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 20px 20px 31%;
  box-shadow: 10px -2px 10px rgba(240, 244, 254, 0.6);
}
.right-con .item {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 10%;
}
.right-con .item:nth-child(2) {
  margin-top: 20px;
  margin-right: 0;
}
.right-con .item .tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.right-con .item .list {
  margin-left: 15px;
}
.right-con .item .list li {
  line-height: 1.8;
  margin-bottom: 5px;
  color: #3a3a3a;
  padding-left: 15px;
  position: relative;
}
.right-con .item .list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f14a16;
  position: absolute;
  top: 11px;
  left: 0;
}
.right-con .info {
  width: 85%;
  text-align: justify;
  min-height: 200px;
}
.right-con .info p {
  margin-bottom: 10px;
}
.right-con .btnbox {
  margin-top: 30px;
  text-align: center;
}
.awards-price {
  background: #f9f9f9 url(https://imgs.sialchina.cn/homeImg/awards-bg3.jpg) no-repeat right bottom;
  background-size: auto 100%;
}
.awards-price .price-txtbox {
  *zoom: 1;
  display: flex;
  align-items: center;
}
.awards-price .price-txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-price .price-txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-price .price-txtbox .imgbox {
  float: left;
  width: 35%;
  background: url(../images/awards-img1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  *zoom: 1;
}
.awards-price .price-txtbox .imgbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-price .price-txtbox .imgbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-price .price-txtbox .imgbox .icon {
  float: left;
  width: 30%;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-price .price-txtbox .imgbox .icon img {
  max-width: 100%;
}
.awards-price .price-txtbox .imgbox .txt {
  float: left;
  width: 70%;
  text-align: center;
  padding: 30px 10px;
}
.awards-price .price-txtbox .imgbox .txt .p1 {
  font-weight: bold;
  font-size: 20px;
}
.awards-price .price-txtbox .imgbox .txt .p1 span {
  font-size: 40px;
}
.awards-price .price-txtbox .imgbox .txt .p2 {
  font-size: 18px;
}
.awards-price .price-txtbox .txtbox {
  float: left;
  width: 65%;
  padding-left: 4%;
  font-size: 16px;
}
.awards-price .btnbox {
  margin-top: 50px;
}
.awards-applybox {
  color: #333333;
}
.awards-applybox .btn {
  background: #f14a16;
  border-color: #f14a16;
  box-shadow: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.awards-applybox .btn img {
  vertical-align: middle;
  max-width: 24px;
}
.awards-applybox .clause-box b,
.awards-applybox .clause-box strong {
  color: #f14a16;
}
.awards-applybox .top {
  margin-bottom: 40px;
}
.awards-applybox .top .btn {
  margin: 10px auto 0;
}
.awards-applybox .about-tit {
  margin-bottom: 20px;
}
.awards-applybox .about-tit:before {
  color: #333333;
}
.awards-applybox .about-tit span {
  color: #333333;
}
.awards-applybox .tiptxt {
  margin-bottom: 20px;
}
.awards-applybox .tiptxt b {
  color: red;
}
.awards-applybox .form-box .form-tit {
  background-color: #370665;
  color: #fff;
}
.awards-applybox .form-rowflex {
  display: flex;
}
.awards-applybox .form-rowflex .form-name {
  width: auto;
  margin-right: 10px;
}
.awards-applybox .form-rowflex .form-input {
  width: auto;
  flex-grow: 1;
}
.awards-applybox .category-list .li {
  width: 25%;
}
.awards-applybox .category-list .li > label {
  font-weight: bold;
}
.awards-applybox input[type="checkbox"]:before {
  border-color: #d4d4d4;
}
.awards-applybox input[type="checkbox"]:checked:before {
  border-color: #e97868;
}
.awards-applybox .radio-input label {
  margin-right: 20px;
}
.awards-applybox .row-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awards-applybox .row-txt {
  margin-bottom: 20px;
}
.awards-applybox .row-txt.row-txt-two {
  width: 46%;
}
.awards-applybox .row-txt.row-txt-two.unit-box,
.awards-applybox .row-txt.row-txt-two .form-row {
  display: flex;
}
.awards-applybox .row-txt.row-txt-two.unit-box .form-name,
.awards-applybox .row-txt.row-txt-two .form-row .form-name {
  width: auto;
  float: none;
  white-space: nowrap;
  margin-right: 10px;
}
.awards-applybox .row-txt.row-txt-two.unit-box .input-unit,
.awards-applybox .row-txt.row-txt-two .form-row .input-unit {
  display: flex;
  flex-grow: 1;
}
.awards-applybox .row-txt.row-txt-two.unit-box .form-input,
.awards-applybox .row-txt.row-txt-two .form-row .form-input {
  width: calc(100% - 30px);
}
.awards-applybox .row-txt .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.awards-applybox .radio-list {
  display: flex;
  flex-wrap: wrap;
}
.awards-applybox .radio-list.center {
  justify-content: center;
}
.awards-applybox .radio-list .li {
  width: 25%;
  margin-bottom: 10px;
}
.awards-applybox .radio-list .li span {
  display: inline-block;
  vertical-align: middle;
}
.innovation-box .awards-btn {
  display: inline-block;
  width: auto;
  min-width: 160px;
  letter-spacing: 2px;
  padding: 0 20px;
  font-weight: bold;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #f8df97, #cfa359);
  line-height: 1.2;
  border-radius: 30px;
  color: #000;
  height: auto;
  min-height: 50px;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.innovation-box .awards-tit .txt:before {
  width: 100px;
  height: 32px;
  background: url(../images/tit-gold.png) no-repeat left bottom;
  top: auto;
  bottom: -5px;
  left: -22px;
  background-size: 100%;
  border-radius: 0;
}
.innovation-box .awards-tit.awards-tit2 .txt:before {
  left: auto;
  right: -22px;
  background-image: url(../images/tit-gold2.png);
}
.innovation-box .awards-about {
  background-color: #fff;
}
.innovation-box .awards-about .about-top {
  background: rgba(231, 231, 231, 0.4);
}
.innovation-box .about-top-img {
  padding: 20px 25px;
  display: flex;
  position: relative;
}
.innovation-box .about-top-img:before {
  content: "";
  height: 35px;
  width: 20%;
  background-color: #d61c4e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.innovation-box .about-top-img:after {
  content: "";
  height: 35px;
  width: 20%;
  background-color: #d61c4e;
  position: absolute;
  top: 0;
  right: 0;
}
.innovation-box .about-top-img .item {
  width: calc(100%/3 - 27px);
  position: relative;
  z-index: 2;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.innovation-box .about-top-img .item > img {
  display: block;
}
.innovation-box .about-top-img .item:last-child {
  margin-right: 0;
}
.innovation-box .about-top-img .item:nth-child(2) {
  padding: 30px 0;
}
.innovation-box .about-top-img .item .awards-btn {
  margin-top: 20px;
}
.innovation-box .about-top-img .pentagon {
  width: calc(100% - 60% - 40px);
  margin: 0 40px;
  background: url(../images/wu-bg.png) no-repeat center center;
  background-size: 90% 90%;
  position: relative;
}
.innovation-box .about-top-img .pentagon .img-logo {
  position: absolute;
  top: 54%;
  left: 54%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.innovation-box .about-top-img .pentagon .img-logo img {
  max-width: 100%;
}
.innovation-box .about-top-img .pentagon .li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f37226, #da2849);
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innovation-box .about-top-img .pentagon .li img {
  max-width: 20px;
}
.innovation-box .about-top-img .pentagon .li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innovation-box .about-top-img .pentagon .li:nth-child(2) {
  top: 32%;
  left: 0%;
}
.innovation-box .about-top-img .pentagon .li:nth-child(3) {
  top: 32%;
  right: 0%;
}
.innovation-box .about-top-img .pentagon .li:nth-child(4) {
  bottom: 0%;
  left: 14%;
}
.innovation-box .about-top-img .pentagon .li:nth-child(5) {
  bottom: 0%;
  right: 14%;
}
.innovation-box .awards-about .awards-info {
  background: linear-gradient(to bottom, #e9c8a6, #ba926d);
  color: #000;
}
.innovation-box .awards-about .awards-info .sp {
  color: #000;
}
.innovation-box .awards-about .awards-info .awards-btn {
  position: relative;
  margin-top: 30px;
}
.innovation-box .awards-about .awards-info .awards-btn:before {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/ico-btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  animation: aniBtn 1s infinite both;
}
.innovation-box .awards-require {
  background-color: #efefef;
  padding-bottom: 60px !important;
}
.innovation-box .awards-require .row .num {
  background-image: url(../images/ico-bg2.png);
}
.innovation-box .awards-require .txtbox {
  background: none;
  padding: 0;
  box-shadow: none;
}
.innovation-box .awards-require .txtbox .top {
  padding: 40px 20px 30px;
  padding-right: 40%;
  background: linear-gradient(135deg, #e8c7a5, #bb936e);
}
.innovation-box .awards-require .txtbox .awards-btn.awards-btn2 {
  box-shadow: 5px 5px 10px -2px #d0d0d0;
}
.innovation-box .awards-require .require-con:before {
  background-color: #e5e5e5;
}
.innovation-box .awards-require .require-con:after {
  background-color: #dddddd;
  width: 16%;
}
.awards-process-con2 {
  background: url(https://imgs.sialchina.cn/homeImg/process-bg.png) no-repeat top 18px center;
  background-size: 100% 358px;
}
.awards-process-con2 .row {
  height: 175px;
  padding-left: 0px !important;
}
.awards-process-con2 .row:before,
.awards-process-con2 .row:after {
  display: none !important;
}
.awards-process-con2 .row:nth-child(1) {
  padding-left: 0;
}
.awards-process-con2 .row:last-child {
  height: auto;
}
.awards-process-con2 .row .item {
  width: 45%;
  font-weight: bold;
  text-align: center;
}
.awards-process-con2 .row .item .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  background: linear-gradient(to bottom, #bd9774, #ebccab);
  position: relative;
}
.awards-process-con2 .row .item .num.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  background-color: rgba(233, 202, 169, 0.5);
  z-index: -1;
}
.awards-process-con2 .row .item .date {
  color: #4aa7bf;
  position: relative;
  display: inline-block;
}
.awards-process-con2 .row .item .date:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../images/tit-bg2.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 5px;
}
.awards-process-con2 .row .item .p {
  margin-top: 5px;
}
.awards-process-con3 .tip {
  margin-top: 20px;
  text-align: center;
  color: #f25c2d;
}
.awards-process-con3 .list {
  position: relative;
  display: flex;
}
.awards-process-con3 .list:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #ceccd5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.awards-process-con3 .list li {
  position: relative;
  z-index: 2;
  flex: 1;
}
.awards-process-con3 .list li:before {
  content: "";
  display: block;
  padding-top: calc(100% + 140px);
}
.awards-process-con3 .list li:nth-child(2n+1) {
  display: flex;
  flex-direction: column-reverse;
}
.awards-process-con3 .list li:nth-child(2n) {
  display: flex;
  flex-direction: column;
}
.awards-process-con3 .list li:nth-child(2n) .txtbox {
  top: auto;
  bottom: 0;
}
.awards-process-con3 .list li:nth-child(2n) .txtbox:after {
  bottom: auto;
  top: -20px;
  border-color: transparent transparent #DFDFDF transparent;
}
.awards-process-con3 .list li .order {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f25c2d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  border: 4px solid #f7f7f7;
  box-sizing: content-box;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.awards-process-con3 .list li .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  padding: 20px 15px;
  text-align: center;
  background: #DFDFDF;
  color: #f25c2d;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.awards-process-con3 .list li .txtbox .p1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.awards-process-con3 .list li .txtbox:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #DFDFDF transparent transparent transparent;
}
.selection {
  *zoom: 1;
}
.selection:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.selection:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.selection li {
  float: left;
  width: calc(100%/3 - 17px);
  margin-right: 20px;
}
.selection li:nth-child(2n) .tit {
  background: #dec4b3;
}
.selection li:nth-child(3n) {
  margin-right: 0;
}
.selection li:nth-child(3n) .tit {
  background: #ecddd4;
}
.selection li .tit {
  background: #d0ab93;
  padding: 10px 20px;
}
.selection li .tit .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
.selection li .tit .p2 {
  font-size: 16px;
}
.selection li .imgbox img {
  display: block;
}
.selection li .info {
  padding: 20px 10px;
}
.right-list {
  *zoom: 1;
  display: flex;
}
.right-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.right-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.right-list > li {
  background-color: #efefef;
  float: left;
  width: calc(100%/3 - 17px);
  margin-right: 20px;
  border-bottom: 8px solid #d61d4d;
  position: relative;
}
.right-list > li:nth-child(2n) {
  border-bottom-color: #f77e21;
}
.right-list > li:nth-child(2n) .imgbox {
  background-color: #dec4b3;
}
.right-list > li:nth-child(2n) .imgbox:before {
  border-color: #f77e21 #f77e21 transparent transparent;
}
.right-list > li:nth-child(2n) .txtbox .infolist li:before {
  background-color: #dec4b3;
}
.right-list > li:nth-child(3n) {
  margin-right: 0;
  border-bottom-color: #fac213;
}
.right-list > li:nth-child(3n) .imgbox {
  background-color: #ecddd4;
}
.right-list > li:nth-child(3n) .imgbox:before {
  border-color: #fac213 #fac213 transparent transparent;
}
.right-list > li:nth-child(3n) .txtbox .infolist li:before {
  background-color: #ecddd4;
}
.right-list .imgbox {
  height: 160px;
  background-color: #d0ab93;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-list .imgbox .p {
  font-weight: bold;
  font-size: 24px;
}
.right-list .imgbox img {
  height: 70px;
}
.right-list .imgbox:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #d61d4d #d61d4d transparent transparent;
}
.right-list .txtbox {
  background-color: #efefef;
  padding: 20px 20px 0;
}
.right-list .txtbox .infolist li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.right-list .txtbox .infolist li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dec4b3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.right-list .txtbox .infolist .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
.right-list .txtbox .infolist .info {
  line-height: 1.8;
}
.awards-right2 {
  background: linear-gradient(to bottom, #efefef 18%, #fff 18%);
}
.awards-price2 {
  background: none;
}
.awards-price2 .awards-con {
  padding: 35px 25px 30px;
  background: linear-gradient(to bottom, #e8c7a5, #bf9873);
  border-radius: 30px 30px 0 0;
}
.awards-price2 .price-txtbox .imgbox {
  background: none;
  width: 30%;
}
.awards-price2 .price-txtbox .txtbox {
  width: 66%;
}
.awards-price2 .price-txtbox .txtbox p {
  margin-bottom: 20px;
}
.statement-con {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.statement-con .tit {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.statement-con .info {
  text-align: justify;
}
@keyframes aniBtn {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.layer-radius {
  border-radius: 10px !important;
}
.awards-loginpop {
  width: 700px;
  max-width: 90vw;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 60px;
  color: #333333;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.awards-loginpop .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.awards-loginpop .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.awards-loginpop .tit span {
  color: #f14a16;
}
.awards-loginpop .form-row {
  margin-bottom: 20px;
}
.awards-loginpop .form-row .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.awards-loginpop .form-row .form-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddddd;
  height: 60px;
  padding: 0 10px;
}
.awards-loginpop .form-row .codebox {
  *zoom: 1;
}
.awards-loginpop .form-row .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-loginpop .form-row .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.awards-loginpop .form-row .codebox .form-input {
  float: left;
  margin-right: 10px;
  width: calc(70% - 10px);
}
.awards-loginpop .form-row .codebox .codebtn {
  width: 30%;
  float: left;
  height: 60px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #fb9418, #f24e16);
  outline: none;
  border: 0;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.awards-loginpop .form-row .codebox .codebtn:hover {
  opacity: 0.8;
}
.awards-loginpop .form-btn {
  display: block;
  width: 100%;
  height: 60px;
  color: #fff;
  background: linear-gradient(to right, #345597, #341d70);
  border-radius: 5px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.awards-loginpop .form-btn:hover {
  opacity: 0.8;
}
.exhvst-box {
  position: fixed;
  top: 50%;
  right: calc((100% - 1200px)/2 - 200px);
  z-index: 999;
}
.exhvst-box .link {
  display: block;
  width: 170px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #e38c76;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.exhvst-box .link.vstlink {
  background-color: #8e7c70;
}
.exhvst-box .link img {
  vertical-align: middle;
}
.exhvst-box .link:hover {
  opacity: 0.9;
}
.awards-tab .item {
  margin-bottom: 20px;
  line-height: 40px;
}
.awards-tab .info {
  display: inline-block;
  vertical-align: middle;
}
.awards-tab .linka {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  padding: 0 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.awards-tab .linka.curr,
.awards-tab .linka:hover {
  background: linear-gradient(to bottom, #e6c27a, #d8af66);
  color: #fff;
}
.awards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.awards-list .li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  margin-bottom: 40px;
  width: calc(100%/4 - 20px);
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.awards-list .li.haslink:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.awards-list .li:not(.haslink) a {
  cursor: auto;
  color: #333;
}
.awards-list .li .imgbox {
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
  text-align: center;
  line-height: 180px;
  background-color: #fff;
}
.awards-list .li .imgbox img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.awards-list .li .txtbox {
  border-radius: 5px;
  background: linear-gradient(to bottom, #e9c8a6, #ba926d);
  padding: 20px;
  line-height: 1.5;
  height: calc(100% - 180px);
}
.awards-list .li .p1 {
  font-weight: bold;
  font-size: 16px;
  min-height: 48px;
}
.awards-list .li.gold_li {
  color: #fff;
}
.awards-list .li.gold_li:before {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  background-size: 100%;
  position: absolute;
  top: -47px;
  right: -47px;
}
.awards-list .li.gold_li .txtbox {
  color: #fff;
}
.awards-list .li.gold_li.gold_li1 .txtbox {
  background: #d61d4d;
}
.awards-list .li.gold_li.gold_li2 .txtbox {
  background: #f77e21;
}
.awards-list .li.gold_li.gold_li3 .txtbox {
  background: #fac213;
}
.awards-list .li.gold_li.sz_2023.gold_li1:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2023_gold.png?v=1');
}
.awards-list .li.gold_li.sz_2023.gold_li2:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2023_silver.png?v=1');
}
.awards-list .li.gold_li.sz_2023.gold_li3:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2023_bronze.png?v=1');
}
.awards-list .li.gold_li.sz_2024.gold_li1:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2024_gold.png?v=1');
}
.awards-list .li.gold_li.sz_2024.gold_li2:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2024_silver.png?v=1');
}
.awards-list .li.gold_li.sz_2024.gold_li3:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sz_2024_bronze.png?v=1');
}
.awards-list .li.gold_li.sh_2023.gold_li1:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2023_gold.png');
}
.awards-list .li.gold_li.sh_2023.gold_li2:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2023_silver.png');
}
.awards-list .li.gold_li.sh_2023.gold_li3:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2023_bronze.png');
}
.awards-list .li.gold_li.sh_2024.gold_li1:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2024_gold.png');
}
.awards-list .li.gold_li.sh_2024.gold_li2:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2024_silver.png');
}
.awards-list .li.gold_li.sh_2024.gold_li3:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2024_bronze.png');
}
.awards-list .li.gold_li.sh_2025.gold_li1:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2025_gold.png');
}
.awards-list .li.gold_li.sh_2025.gold_li2:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2025_silver.png');
}
.awards-list .li.gold_li.sh_2025.gold_li3:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/award/sh_2025_bronze.png');
}
.awards-tabcon {
  display: none;
  margin-bottom: 30px;
}
.awards-listbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.awards-listbox.gold_box,
.awards-listbox.top_box {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.awards-listbox .about-tit {
  display: none;
  margin-bottom: 30px;
}
.awards-listbox .about-tit:before {
  background-color: #000;
}
.awards-listbox .about-tit span {
  color: #000;
  background-color: #f5f5f5;
}
.awards-listbox.top_box .about-tit {
  display: block;
}
.awards-listbox.gold_box {
  min-height: 55vh;
}
.awards-listbox.gold_box .awards-list {
  justify-content: space-around;
}
.awards-listbox .awards-list .gold_li:before {
  width: 42px !important;
  height: 42px !important;
  top: -20px !important;
  right: -20px !important;
}
.fenghui-box {
  color: #000;
}
.fenghui-yellow .fenghui-maintit .txt:before {
  background: linear-gradient(to right, #eda92d, transparent);
}
.fenghui-yellow .fenghui-schedule-table:before {
  background-color: #eda92d;
}
.fenghui-yellow .fenghui-schedule-table th.title {
  background-color: #eda92d;
}
.fenghui-blue .fenghui-maintit .txt:before {
  background: linear-gradient(to right, #26499d, transparent);
}
.fenghui-blue .fenghui-schedule-table:before {
  background-color: #26499d;
}
.fenghui-blue .fenghui-schedule-table th.title {
  background-color: #26499d;
}
.fenghui-maintit {
  text-align: center;
  margin-bottom: 40px;
}
.fenghui-maintit .txt {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  position: relative;
  margin: 0 auto;
}
.fenghui-maintit .txt:before {
  display: block;
  content: "";
  height: 20px;
  width: 90px;
  background: linear-gradient(to right, #4c2571, transparent);
  position: absolute;
  left: -25px;
  top: 0px;
  border-radius: 5px 0 0 5px;
}
.fenghui-maintit .txt:after {
  display: block;
  content: "";
  height: 20px;
  width: 90px;
  background: linear-gradient(to left, #d70c18, transparent);
  position: absolute;
  right: -25px;
  bottom: -4px;
  border-radius: 0 5px 5px 0;
}
.fenghui-maintit span {
  position: relative;
  z-index: 2;
}
.fenghui-tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  *zoom: 1;
}
.fenghui-tit:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-tit:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-tit .txt1 {
  float: left;
  background-color: #d70c18;
  color: #fff;
  padding: 0 50px 0 30px;
  position: relative;
  margin-right: 10px;
}
.fenghui-tit .txt1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.fenghui-tit .txt2 {
  display: block;
  border-bottom: 1px solid #d70c18;
}
.fenghui-about {
  padding-top: 110px;
}
.fenghui-about .fenghui-aboutcon {
  *zoom: 1;
  background-color: rgba(231, 231, 231, 0.7);
  padding: 30px;
}
.fenghui-about .fenghui-aboutcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-about .fenghui-aboutcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-about .fenghui-aboutcon .con {
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
}
.fenghui-about .thanks-box .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.fenghui-about .thanks-box .sponsor-img {
  text-align: left;
}
.fenghui-about .thanks-box .sponsor-img li {
  width: 80px;
  height: 80px;
  max-width: none;
  border-radius: 50%;
  line-height: 80px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.fenghui-about .thanks-box .sponsor-img li img {
  max-width: 90%;
  max-height: 90%;
}
.fenghui-about .con {
  *zoom: 1;
  background-color: rgba(231, 231, 231, 0.7);
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.fenghui-about .con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-about .con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-about .con .imgbox {
  float: left;
  width: 25%;
  text-align: left;
}
.fenghui-about .con .imgbox img {
  max-width: 95%;
}
.fenghui-about .con .txtbox {
  float: left;
  width: 75%;
  padding-left: 20px;
  max-height: 400px;
  line-height: 1.8;
  overflow-y: auto;
}
.fenghui-about .con .txtbox ::-webkit-scrollbar {
  width: 6px;
}
.fenghui-about .con .txtbox ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #b4b4b4;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.fenghui-about .con .txtbox ::-webkit-scrollbar-track {
  background-color: #dcdcdc;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.fenghui-about .con .txtbox p {
  margin-bottom: 20px;
}
.fenghui-about .con .txtbox p:last-child {
  margin-bottom: 0;
}
.fenghui-about .info-box {
  padding: 100px 0 50px;
  background: url(https://imgs.sialchina.cn/homeImg/bg01.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -70px;
}
.fenghui-about .info-box .btnbox {
  text-align: center;
}
.fenghui-about .awards-btn {
  position: relative;
  margin-top: 30px;
}
.fenghui-about .awards-btn:before {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/ico-btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  animation: aniBtn 1s infinite both;
}
.fenghui-about .awards-btn.purple {
  background: linear-gradient(to bottom, #bd7efd, #4c2571);
  color: #fff;
}
.fenghui-about .awards-btn.purple:before {
  background-image: url(../images/ico-btn2.png);
}
.fenghui-about .awards-btn.blue {
  background: linear-gradient(to bottom, #5c8cff, #26499d);
  color: #fff;
}
.fenghui-about .awards-btn.blue:before {
  background-image: url(../images/ico-btn3.png);
}
.fenghui-about .awards-btn.red {
  background: linear-gradient(to bottom, #ff4e58, #d70c18);
  color: #fff;
}
.fenghui-about .awards-btn.red:before {
  background-image: url(../images/ico-btn4.png);
}
.fenghui-schedule .btnbox {
  text-align: center;
  margin-top: 30px;
}
.fenghui-schedule .btnbox .btn {
  margin: 5px 10px;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  min-width: 130px;
}
.fenghui-schedule-table:before {
  display: none;
  content: "";
  height: 35px;
  background-color: #4c2571;
  margin-top: 5px;
}
.fenghui-schedule-table table {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.fenghui-schedule-table table th.title {
  background-color: #4c2571;
}
.fenghui-schedule-table table td,
.fenghui-schedule-table table th {
  padding: 10px 20px;
  padding-left: 0;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.fenghui-schedule-table table td:nth-child(1),
.fenghui-schedule-table table th:nth-child(1) {
  width: 135px;
}
.fenghui-schedule-table .gest-info {
  *zoom: 1;
  font-size: 14px;
}
.fenghui-schedule-table .gest-info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-schedule-table .gest-info:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-schedule-table .gest-info .item {
  display: inline-block;
  width: 32%;
  *zoom: 1;
}
.fenghui-schedule-table .gest-info .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-schedule-table .gest-info .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-schedule-table .gest-info .headimg {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #cbcbcb;
  margin-right: 10px;
}
.fenghui-schedule-table .gest-info .headimg img {
  max-width: 100%;
  max-height: 100%;
}
.fenghui-schedule-table .gest-info .txtbox {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: middle;
  font-weight: normal;
}
.fenghui-schedule-table .gest-info .txtbox p {
  margin: 10px 0;
}
.fenghui-fare-con {
  background: linear-gradient(135deg, #eda92d, #d80c18);
  border-radius: 30px 30px 0 0;
  padding: 30px 40px;
}
.fenghui-fare-con .item {
  margin-bottom: 20px;
  *zoom: 1;
  display: flex;
  align-items: center;
}
.fenghui-fare-con .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item .imgbox {
  float: left;
  width: 170px;
  min-height: 70px;
  background: url(../images/fare-bg.png) no-repeat center center;
  background-size: 100% 100%;
  *zoom: 1;
  display: flex;
  align-items: center;
}
.fenghui-fare-con .item .imgbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item .imgbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item .imgbox .img {
  float: left;
  width: 35%;
  text-align: center;
}
.fenghui-fare-con .item .imgbox .img img {
  max-width: 75%;
  max-height: 75%;
}
.fenghui-fare-con .item .imgbox .p {
  float: left;
  width: 65%;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
}
.fenghui-fare-con .item .txtbox {
  float: left;
  width: calc(100% - 170px);
  padding-left: 30px;
  font-weight: bold;
}
.fenghui-fare-con .item .txtbox .row {
  margin-bottom: 8px;
  *zoom: 1;
}
.fenghui-fare-con .item .txtbox .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item .txtbox .row:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fenghui-fare-con .item .txtbox .row:last-child {
  margin-bottom: 0;
}
.fenghui-fare-con .item .txtbox .p1 {
  color: #fff;
  font-size: 20px;
}
.fenghui-fare-con .item .txtbox .p2 {
  color: #e5c47b;
  font-size: 26px;
}
.fenghui-fare-con .item .txtbox .awards-btn {
  max-width: none;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  margin: 0;
  margin-left: 20px;
}
.fenghui-fare-con .item .txtbox .btnbox {
  float: right;
  vertical-align: top;
  text-align: center;
}
.fenghui-fare-con .tip {
  color: #fff;
  text-align: right;
}
.fenghui-contact {
  background-color: #f4f4f4;
  color: #000;
}
.fenghui-contact .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.fenghui-contact .fenghui-contact-con {
  margin: 0 auto;
}
.fenghui-contact .fenghui-contact-con .row {
  font-size: 16px;
  margin-bottom: 20px;
}
.fenghui-contact .fenghui-contact-con .row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.fenghui-contact .fenghui-contact-con .row p {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  width: 30%;
  position: relative;
}
.fenghui-contact .fenghui-contact-con .row p:last-child {
  margin-right: 0;
}
.fenghui-contact .fenghui-contact-con .row p:before {
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.fenghui-contact .fenghui-contact-con .row .name {
  padding-left: 40px;
}
.fenghui-contact .fenghui-contact-con .row .name:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico-fenghui01.png);
}
.fenghui-contact .fenghui-contact-con .row .name2 {
  padding-left: 40px;
}
.fenghui-contact .fenghui-contact-con .row .name2:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico-fenghui04.png);
}
.fenghui-contact .fenghui-contact-con .row .phone:before {
  width: 26px;
  background-image: url(../images/ico-fenghui02.png);
}
.fenghui-contact .fenghui-contact-con .row .email:before {
  background-image: url(../images/ico-fenghui03.png);
}
.fenghui-contact .fenghui-contact-con .row a {
  color: #000;
}
.fenghui-contact .fenghui-contact-con .row a:hover {
  color: #e97868;
}
.forum-collection {
  *zoom: 1;
}
.forum-collection:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-collection:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-collection .forum-row {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.forum-collection .forum-row:nth-child(2) {
  margin-right: 0;
}
.forum-collection .fenghui-fare {
  background: linear-gradient(to bottom, #fff, #ffe3df);
}
.forum-collection .fenghui-fare-con {
  background: transparent;
  border-radius: 0;
}
.forum-collection .fenghui-fare-con .item .imgbox {
  min-height: 65px;
}
.forum-collection .fenghui-fare-con .item .imgbox .p {
  font-size: 20px;
}
.forum-collection .fenghui-fare-con .item .txtbox {
  padding-left: 15px;
}
.forum-collection .fenghui-fare-con .item .txtbox .p1 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.forum-collection .fenghui-fare-con .tip {
  color: #000;
  text-align: left;
}
.forum-title {
  border-radius: 10px 10px 0 0;
  background: #76206d url(../images/bg-sz.png) no-repeat bottom right;
  background-size: 100% auto;
  text-align: center;
  padding: 30px 20px;
  color: #fff;
  margin-bottom: 20px;
}
.forum-title.sh-title {
  background: #db0a17 url(../images/bg-sh.png) no-repeat bottom right;
  background-size: 100% auto;
}
.forum-title .p1 {
  font-size: 26px;
  margin-bottom: 5px;
}
.forum-title .p2 {
  font-size: 20px;
}
.forum-list li {
  background-color: #ffe3df;
  height: 166px;
  margin-bottom: 20px;
  *zoom: 1;
}
.forum-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-list li .forum-logo {
  height: 100%;
  float: left;
  padding: 10px;
  width: 30%;
  background-color: #ffe3df;
  display: flex;
  flex-wrap: nowrap;
}
.forum-list li .forum-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.forum-list li .forum-logo img {
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.forum-list li .imgbox {
  float: left;
  height: 100%;
  width: 45%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.forum-list li .imgbox img {
  display: block;
  width: 100%;
}
.forum-list li .btnbox {
  float: left;
  height: 100%;
  width: 25%;
}
.forum-list li .btnbox .btn {
  width: 100%;
  height: 50%;
  background-color: #db0a17;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.forum-list li .btnbox .btn:nth-child(2n) {
  background-color: #76206d;
}
.forum-list li .btnbox .btn:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  position: absolute;
  top: 5%;
  left: 5%;
}
.forum-list li .btnbox .btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.forum-list li .btnbox .btn img {
  vertical-align: middle;
  margin-left: 5px;
  height: auto;
}
.forum-btnbox {
  text-align: center;
  margin: 30px 0;
}
.piaojia {
  text-align: center;
}
.piaojia .item {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  border-radius: 20px;
  background-color: #edb6a8;
  color: #fff;
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  min-width: 240px;
  max-width: 100%;
}
.piaojia .item p {
  margin: 5px 0;
}
.piaojia .item .p1 span {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
}
.piaojia .item .p2 {
  font-size: 18px;
}
.piaojia .item .p2 span {
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
  margin: 0 5px;
}
.piaojia .item .p2 span.span2 {
  font-size: 20px;
}
.fenghui-logo {
  display: none;
  background-color: #e9e9e3;
  padding: 10px 0;
}
.fenghui-logo .wrap {
  position: relative;
}
.fenghui-logo .title {
  font-weight: bold;
  font-size: 26px;
  color: #89827c;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120px;
}
.fenghui-logo .sponsor-img {
  font-size: 0;
  padding-left: 105px;
}
.fenghui-logo .sponsor-img li {
  max-width: none;
  width: auto;
  height: 120px;
  line-height: 120px;
  font-size: 0;
  margin: 0 10px;
}
.fenghui-logo .sponsor-img li img {
  max-width: none;
  height: 100%;
}
.xuanchuan {
  text-align: center;
}
.xuanchuan .item {
  display: inline-block;
  text-align: center;
  width: 30%;
}
.vstlogo {
  *zoom: 1;
  max-width: 800px;
  margin: 0 auto;
}
.vstlogo:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.vstlogo:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.vstlogo li {
  float: left;
  width: calc(100%/5);
  text-align: center;
}
.vstlogo li img {
  max-width: 90%;
  height: auto !important;
}
.proinfo-box {
  padding-top: 50px;
}
.theme-tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.theme-tit:after {
  display: block;
  content: "";
  margin: 20px auto 0;
  width: 76px;
  height: 4px;
  background-color: #99c5cd;
}
.theme-box {
  color: #000;
}
.theme-box a {
  color: #000;
}
.theme-box a:hover {
  color: #e97868;
}
.theme-box .theme-sub {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.theme-top {
  background-color: #fff;
  background-image: url(https://imgs.sialchina.cn/homeImg/theme-img01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.theme-top .title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.theme-top .theme-list {
  *zoom: 1;
  background-color: #e5f2f5;
  padding: 20px 30px 30px;
  border-radius: 30px 0 30px 0;
}
.theme-top .theme-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-top .theme-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-top .theme-list li {
  float: left;
  width: 20%;
  padding: 20px 30px;
}
.theme-top .theme-list .icon {
  text-align: center;
  margin-bottom: 10px;
}
.theme-top .theme-list .tit {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.theme-top .theme-list .info {
  font-weight: lighter;
  line-height: 1.8;
}
.theme-pro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.theme-pro .item {
  width: 50%;
  display: flex;
}
.theme-pro .item img {
  display: block;
  width: 100%;
}
.theme-pro .item:nth-child(1) {
  flex-direction: row-reverse;
}
.theme-pro .item:nth-child(2) {
  flex-direction: row-reverse;
}
.theme-pro .imgbox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-pro .txtbox {
  width: 50%;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.theme-pro .txtbox:after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 1px;
  width: 16%;
  background-color: #d2d2d2;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.theme-pro .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 15px solid #e5f2f5;
  padding-left: 15px;
  font-size: 16px;
}
.theme-pro .txtbox .info {
  line-height: 1.8;
  padding: 0 30px;
}
.theme-pro1 .item {
  width: 100%;
}
.theme-pro1 .item:nth-child(1) {
  flex-direction: inherit;
}
.theme-pro1 .item:nth-child(2) {
  flex-direction: inherit;
}
.theme-pro3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.theme-pro3 .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-pro3 .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.theme-pro3 .imgbox {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-pro3 .imgbox img {
  display: block;
  height: 100%;
  width: 100%;
}
.theme-pro3 .txtbox {
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  padding: 30px 0 10px;
  position: relative;
}
.theme-pro3 .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 15px solid #e5f2f5;
  padding-left: 15px;
  font-size: 16px;
}
.theme-pro3 .txtbox .info {
  line-height: 1.8;
  padding: 0 30px;
}
.theme-pro2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.theme-pro2 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.theme-pro2 .item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.theme-pro2 .imgbox {
  width: 50%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-pro2 .txtbox {
  width: 50%;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.theme-pro2 .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 15px solid #e5f2f5;
  padding-left: 15px;
  font-size: 16px;
}
.theme-pro2 .txtbox .info {
  line-height: 1.8;
  padding: 0 30px;
}
.theme-pro6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.theme-pro6 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.theme-pro6 .item img {
  display: block;
  height: 100%;
  width: 100%;
}
.theme-pro6 .imgbox {
  width: calc(100%/6);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-pro6 .txtbox {
  width: calc(100%/6);
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.theme-pro6 .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 15px solid #e5f2f5;
  padding-left: 15px;
  font-size: 16px;
}
.theme-pro6 .txtbox .info {
  line-height: 1.8;
  padding: 0 5px;
  word-wrap: break-word;
  /*强制换行*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.theme-boxitem {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 60px;
}
.theme-boxitem .th-title {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.theme-boxitem .th-info {
  position: relative;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px 20px;
}
.theme-boxitem .th-info:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #d2d2d2;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.theme-boxitem .the-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.theme-boxitem .the-item .item-img {
  width: calc(100%/4);
  height: 186px;
}
.theme-boxitem .the-item .item-img img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.theme-bg {
  background: #e5f2f5;
}
.theme-serve .serve {
  *zoom: 1;
}
.theme-serve .serve:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-serve .serve:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-serve .serve .imgbox {
  float: left;
  width: calc(100%/2 - 5px);
  margin-right: 10px;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-serve .serve .imgbox img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.theme-serve .serve .txtbox {
  float: left;
  width: calc(100%/2 - 5px);
  *zoom: 1;
}
.theme-serve .serve .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-serve .serve .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-serve .serve .txtbox .a {
  float: left;
  background-color: #fff;
  width: calc(100%/2 - 5px);
  margin-right: 10px;
  margin-bottom: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
}
.theme-serve .serve .txtbox .a:nth-child(2n) {
  margin-right: 0;
}
.theme-serve .serve .txtbox .a img {
  vertical-align: middle;
  margin-left: 20px;
}
.theme-exh .theme-exh-list {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.theme-exh .theme-exh-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-exh .theme-exh-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-exh .theme-exh-list .item {
  width: calc(100%/4 - 11px);
  margin-right: 14px;
}
.theme-exh .theme-exh-list .item:nth-child(4n) {
  margin-right: 0;
}
.theme-exh .theme-exh-list .item:nth-child(1) .top {
  background-color: #bbd0e8;
}
.theme-exh .theme-exh-list .item:nth-child(2) .top {
  background-color: #bad0c7;
}
.theme-exh .theme-exh-list .item:nth-child(3) .top {
  background-color: #c0caa5;
}
.theme-exh .theme-exh-list .item:nth-child(4) .top {
  background-color: #fee5c7;
}
.theme-exh .top {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-bottom: 15px;
  height: 130px;
}
.theme-exh .top .img {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.theme-exh .top img {
  display: block;
  width: 100%;
}
.theme-exh .con {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.theme-exh .con .tit {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5f2f5;
  text-align: center;
}
.theme-exh .con ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.theme-exh .con ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e5f2f5;
  position: absolute;
  top: 6px;
  left: 0;
}
.theme-exh .theme-exh-con {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.theme-exh .theme-exh-con .imgbox {
  width: calc(100%/2 - 5px);
  margin-left: 10px;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-exh .theme-exh-con .imgbox img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.theme-exh .theme-exh-con .txtbox {
  width: calc(100%/2 - 5px);
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px;
}
.theme-exh .theme-exh-con .txtbox a {
  width: calc(100%/2 - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
.theme-exh .theme-exh-con .txtbox a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ec664e;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  top: 20px;
  left: 0;
}
.theme-exh .theme-exh-con .txtbox a:nth-child(2n) {
  margin-right: 0;
}
.theme-news .theme-newscon {
  *zoom: 1;
}
.theme-news .theme-newscon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-news .theme-newscon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-news .theme-news-ul {
  display: flex;
  flex-wrap: wrap;
}
.theme-news li {
  float: left;
  display: flex;
  margin-bottom: 30px;
  width: 48%;
  margin-right: 4%;
  *zoom: 1;
}
.theme-news li:nth-child(2n) {
  margin-right: 0;
}
.theme-news li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-news li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-news li .date {
  width: 90px;
  float: left;
  color: #99c5cd;
  text-align: center;
  border-right: 1px solid #99c5cd;
  padding-right: 15px;
  margin-right: 20px;
  line-height: 1;
}
.theme-news li .date .d {
  font-weight: bold;
  font-size: 48px;
}
.theme-news li .info {
  border-bottom: 1px solid #f0f0f0;
  float: left;
  padding-bottom: 10px;
  width: calc(100% - 90px - 20px);
  line-height: 1.5;
}
.theme-news li .tit {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.theme-news li .txt-r {
  text-align: right;
  margin-top: 6px;
}
.theme-news li .txt-r a {
  color: #808080;
}
.theme-news li .txt-r a:hover {
  color: #e97868;
}
.theme-event {
  *zoom: 1;
}
.theme-event:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event .item {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.theme-event .item:nth-child(2) {
  margin-right: 0;
}
.theme-event .list li {
  *zoom: 1;
  margin-bottom: 5px;
  display: flex;
  background-color: #e5f2f5;
}
.theme-event .list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event .list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event .list li:last-child {
  margin-bottom: 0;
}
.theme-event .list li .imgbox {
  float: left;
  width: 50%;
  overflow: hidden;
}
.theme-event .list li .imgbox:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-event .list li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-event .list li .txtbox {
  float: left;
  width: 50%;
  *zoom: 1;
}
.theme-event .list li .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event .list li .txtbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-event .list li .txtbox .p {
  float: left;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
}
.theme-event .list li .txtbox .icon {
  float: left;
  width: 40px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99c5cd;
}
.theme-hall-box .theme-left {
  float: left;
  width: 43%;
  margin-right: 3%;
  display: flex;
  flex-wrap: wrap;
}
.theme-hall-box .theme-left .imgbox {
  width: calc(100%/3);
  height: 128px;
}
.theme-hall-box .theme-left .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-hall-box .theme-right {
  float: left;
  width: 54%;
}
.theme-hall-box .theme-right .theme-con:not(:first-child) {
  margin-top: 30px;
}
.theme-hall-box .theme-right .theme-left-top {
  background-color: #ec664d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.theme-hall-box .theme-right .theme-left-top .theme-name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
.theme-hall-box .theme-right .theme-left-top .theme-time {
  color: #fff;
}
.theme-hall-box .theme-right .theme-left-top .theme-btn {
  color: #fff;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #d94b33;
  line-height: 40px;
  text-align: center;
}
.theme-hall-box .theme-right .theme-left-top .theme-btn a {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
}
.theme-hall-box .theme-right .theme-left-top-sz {
  background-color: #dd8697;
}
.theme-hall-box .theme-right .theme-left-top-sz .theme-btn {
  background-color: #cf7688;
}
.theme-hall-box .theme-right .ind-themelist {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.theme-hall-box .theme-right .ind-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-hall-box .theme-right .ind-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.theme-hall-box .theme-right .ind-themelist li {
  float: left;
  width: calc(100%/6 - 8px);
  margin-right: 9px;
  margin-top: 30px;
  text-align: center;
}
.theme-hall-box .theme-right .ind-themelist li:nth-child(6n) {
  margin-right: 0;
}
.theme-hall-box .theme-right .ind-themelist li:hover {
  color: #ff984d;
}
.theme-hall-box .theme-right .ind-themelist li:hover .icon:before {
  background-color: #ff984d;
}
.theme-hall-box .theme-right .ind-themelist li:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.theme-hall-box .theme-right .ind-themelist li a {
  text-align: center;
}
.theme-hall-box .theme-right .ind-themelist li .icon {
  max-width: 60px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.theme-hall-box .theme-right .ind-themelist li .icon:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.theme-hall-box .theme-right .ind-themelist li .icon .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.theme-hall-box .theme-right .ind-themelist li .icon .img img {
  max-width: 50%;
  max-height: 50%;
  display: block;
}
.category-box2 {
  background: #ffcc32;
}
.category-box2 .main-title2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.category-flex {
  display: flex;
}
.category-flex .category-left {
  width: 59%;
  margin-top: 60px;
  margin-right: 1%;
}
.category-flex .category-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.category-flex .category-ul li .tit {
  line-height: 28px;
  color: #7d6634;
}
.category-flex .category-img {
  width: 45%;
  margin-top: 50px;
}
.category-flex .category-img img {
  display: block;
  width: 100%;
}
.contact-info {
  padding: 60px 0;
}
.contact-info .contact-tit h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 28px;
}
.contact-info ul {
  display: flex;
  align-items: center;
}
.contact-info ul li {
  margin-right: 6%;
  display: flex;
  align-items: center;
}
.contact-info ul li .img {
  margin-right: 10px;
}
.contact-info ul li .img img {
  display: block;
}
.contact-info ul li:last-child {
  margin-right: 0%;
}
.products-item .sult-title {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
  *zoom: 1;
}
.products-item .sult-title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-item .sult-title:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-item .sult-title .tit {
  float: left;
}
.products-item .sult-title .btn {
  font-size: 14px;
  float: right;
}
.products-item .sult-title .btn.btn-yellow {
  background-color: #ffa932;
}
.products-item .product-sult {
  display: flex;
}
.products-item .product-sult .sult-left {
  width: 56%;
  margin-right: 2%;
}
.products-item .product-sult .sult-left .sult-info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.products-item .product-sult .sult-left .ind-themelist {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.products-item .product-sult .sult-left .ind-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-item .product-sult .sult-left .ind-themelist:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.products-item .product-sult .sult-left .ind-themelist li {
  float: left;
  width: calc(100%/6);
  margin-top: 30px;
  text-align: center;
}
.products-item .product-sult .sult-left .ind-themelist li:nth-child(6n) {
  margin-right: 0;
}
.products-item .product-sult .sult-left .ind-themelist li:hover {
  color: #ff984d;
}
.products-item .product-sult .sult-left .ind-themelist li:hover .icon:before {
  background-color: #ff984d;
}
.products-item .product-sult .sult-left .ind-themelist li:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.products-item .product-sult .sult-left .ind-themelist li a {
  text-align: center;
}
.products-item .product-sult .sult-left .ind-themelist li .icon {
  max-width: 60px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.products-item .product-sult .sult-left .ind-themelist li .icon:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.products-item .product-sult .sult-left .ind-themelist li .icon .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products-item .product-sult .sult-left .ind-themelist li .icon .img img {
  max-width: 50%;
  max-height: 50%;
  display: block;
}
.products-item .product-sult .sult-right {
  width: 42%;
  align-self: center;
}
.products-item .product-sult .sult-right img {
  display: block;
  width: 100%;
}
.products-box2 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.products-shanghai .sult-title {
  width: 56%;
}
.products-shenzheng .sult-title {
  width: 56%;
  margin-left: auto;
}
.products-shenzheng .product-sult {
  flex-direction: row-reverse;
}
.products-shenzheng .product-sult .sult-left {
  margin-right: 0%;
  margin-left: 2%;
}
.theme-pro4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.theme-pro4 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-pro4 .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.theme-pro4 .imgbox {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-pro4 .imgbox img {
  display: block;
  width: 100%;
}
.theme-pro4 .txtbox {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  min-height: 200px;
}
.theme-pro4 .txtbox:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #d2d2d2;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.theme-pro4 .txtbox .tit {
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 15px solid #e5f2f5;
  padding-left: 15px;
  font-size: 16px;
}
.theme-pro4 .txtbox .subtit {
  position: relative;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 25px;
}
.theme-pro4 .txtbox .subtit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  background-color: #e5f2f5;
  height: 30px;
}
.theme-pro4 .txtbox .info {
  line-height: 1.8;
  padding: 0 30px 20px;
}
.forum-top {
  *zoom: 1;
}
.forum-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-top .left {
  float: left;
  width: 50%;
  margin-right: 40px;
  line-height: 1.8;
}
.forum-top .left.leftr {
  margin-left: 40px;
  margin-right: 0;
}
.forum-top .links {
  display: flex;
  flex-wrap: wrap;
}
.forum-top .links li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.forum-top .links li:nth-child(4n) {
  margin-right: 0;
}
.forum-top .links li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #f4f6fa;
  padding: 30px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.forum-top .links li a:hover {
  background-color: #e97868;
}
.forum-top .links li a:hover .p {
  color: #fff;
}
.forum-top .links li a.hightlight {
  background-color: #e97868;
}
.forum-top .links li a.hightlight .p {
  color: #fff;
}
.forum-top .links li a.hightlight .icon {
  filter: brightness(100);
}
.forum-top .links li .icon {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  font-size: 0;
  line-height: 50px;
}
.forum-top .links li .icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.forum-top .links li .p {
  display: block;
  text-align: center;
  color: #666;
  margin-top: 20px;
}
.forum-top .right {
  float: left;
  width: 45%;
}
.forum-top .right video {
  width: 100%;
}
.forum-top .right img {
  display: block;
  width: 100%;
}
.event-tick {
  margin-top: 30px;
}
.event-tick .big {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.event-tick .big .title {
  font-size: 24px;
  font-weight: bold;
}
.event-tick .big .title span {
  font-size: 16px;
}
.event-tick .big .btnbox {
  margin-top: 20px;
}
.event-tick .big .btnbox a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  width: 160px;
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #454545;
  border: 1px solid #c3c3c3;
  background-color: #ececec;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-tick .big .btnbox a:hover {
  background-color: #fff;
  color: #ec664e;
  border-color: #ec664e;
}
.event-tick .event-tick-list {
  display: flex;
  flex-wrap: wrap;
}
.event-tick .event-tick-list .li {
  width: calc(100%/4 - 15px);
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.event-tick .event-tick-list .li:nth-child(4n) {
  margin-right: 0;
}
.event-tick .event-tick-list .li .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.event-tick .event-tick-list .li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  width: 160px;
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #454545;
  border: 1px solid #c3c3c3;
  background-color: #ececec;
  margin: 10px auto 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-tick .event-tick-list .li .link:hover {
  background-color: #fff;
  color: #ec664e;
  border-color: #ec664e;
}
.current-guest {
  background-color: #ffe3df;
}
.currguest-list {
  margin-bottom: 30px;
}
.currguest-list .swiper-pagination {
  position: static;
}
.currguest-list .li .head {
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.currguest-list .li .head::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.currguest-list .li .head .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.currguest-list .li .head .img img {
  width: 100%;
}
.currguest-list .li .txtbox {
  margin-top: 20px;
  text-align: center;
}
.currguest-list .li .name {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.currguest-list .li .info {
  line-height: 1.8;
  color: #666666;
}
.review-img {
  *zoom: 1;
  margin-bottom: 30px;
}
.review-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-img li {
  float: left;
  width: calc(100%/5 - 12px);
  margin-right: 15px;
}
.review-img li:nth-child(5n) {
  margin-right: 0;
}
.review-img3 {
  *zoom: 1;
}
.review-img3:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-img3:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-img3 li {
  margin-bottom: 15px;
  float: left;
  width: calc(100%/3 - 12px);
  margin-right: 15px;
}
.review-img3 li:nth-child(3n) {
  margin-right: 0;
}
.forum-news {
  background-color: #f5f5f5;
}
.forum-news .forum-news-con {
  margin-bottom: 30px;
  *zoom: 1;
}
.forum-news .forum-news-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-news .forum-news-con:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-news .forum-news-con .imgbox {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.forum-news .forum-news-con .imgbox img {
  width: 100%;
  display: block;
}
.forum-news .forum-news-list {
  float: left;
  width: 65%;
}
.forum-news .forum-news-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  *zoom: 1;
}
.forum-news .forum-news-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-news .forum-news-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-news .forum-news-list li:last-child {
  margin-bottom: 20px;
}
.forum-news .forum-news-list li .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 90px);
}
.forum-news .forum-news-list li .date {
  float: right;
  color: #aaaaaa;
}
.forum-logo {
  display: flex;
  flex-wrap: wrap;
}
.forum-logo .img {
  border: 1px solid #e5e5ea;
  text-align: center;
  height: 120px;
  line-height: 120px;
  font-size: 0;
  margin-right: 10px;
  width: calc((100% - 60px)/4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.forum-logo .img:nth-child(4n) {
  margin-right: 0;
}
.forum-logo .img img {
  max-height: 90%;
  max-width: 90%;
  vertical-align: middle;
}
.forum-schedule .schedule-block {
  margin-bottom: 90px;
}
.forum-schedule .schedule-block:last-child {
  margin-bottom: 0;
}
.forum-schedule .schedule-block:last-child .item:last-child {
  margin-bottom: 0;
}
.forum-schedule .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.forum-schedule .item:first-child:before {
  display: none;
}
.forum-schedule .item:last-child:after {
  display: none;
}
.forum-schedule .item:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(50% - 70px);
  border-left: 1px dashed #db8b6f;
  position: absolute;
  left: 60px;
  top: 0;
}
.forum-schedule .item:after {
  display: block;
  content: "";
  width: 1px;
  height: calc(50% - 22px);
  border-left: 1px dashed #db8b6f;
  position: absolute;
  left: 60px;
  top: calc(50% + 70px);
}
.forum-schedule .item .title-box {
  width: 32%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.forum-schedule .item .title-box:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #db8b6f;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.forum-schedule .item .title-box .date {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #db8b6f;
}
.forum-schedule .item .title-box .date .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  background-color: #db8b6f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
.forum-schedule .item .title-box .date .inner .p1 {
  font-size: 16px;
}
.forum-schedule .item .title-box .date .inner .p2 {
  font-size: 26px;
}
.forum-schedule .item .title-box .title {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #222222;
  color: #fff;
  font-weight: bold;
  margin-left: -10px;
  letter-spacing: 2px;
  flex: 1;
  text-align: center;
}
.forum-schedule .item .theme-box {
  width: 68%;
}
.forum-schedule .item .theme-box .theme-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.forum-schedule .item .theme-box .theme-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.forum-schedule .item .theme-box .theme-item:last-child:before {
  height: 50%;
}
.forum-schedule .item .theme-box .theme-item:first-child:before {
  height: calc(50% + 20px);
  top: 50%;
}
.forum-schedule .item .theme-box .theme-item:last-child:first-child:before {
  display: none;
}
.forum-schedule .item .theme-box .theme-item:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  background-color: #db8b6f;
  position: absolute;
  top: 0%;
  left: 0;
}
.forum-schedule .item .theme-box .theme-item .name-box {
  width: 50%;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
.forum-schedule .item .theme-box .theme-item .name-box:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #db8b6f;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.forum-schedule .item .theme-box .theme-item .name-box.has-sub:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #db8b6f;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.forum-schedule .item .theme-box .theme-item .name {
  padding: 2px 10px;
  border-radius: 30px;
  background-color: #fbebea;
  border: 1px solid #db8b6f;
  text-align: center;
  font-size: 16px;
}
.forum-schedule .item .theme-box .theme-item .name:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #db8b6f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  border-radius: 50%;
}
.forum-schedule .item .theme-box .theme-sub {
  width: 50%;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit {
  position: relative;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit:last-child:before {
  height: 50%;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit:first-child:before {
  height: 50%;
  top: 50%;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit:last-child:first-child:before {
  display: none;
}
.forum-schedule .item .theme-box .theme-sub .sub-tit:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #db8b6f;
  position: absolute;
  top: 0%;
  left: 0;
}
.forum-schedule .item .theme-box .theme-sub .p {
  padding: 5px 0;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
}
.forum-schedule .item .theme-box .theme-sub .p:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #db8b6f;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.forum-schedule .item .theme-box .theme-sub .p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #db8b6f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border-radius: 50%;
}
.forum-schedule .pinkbg-block .item:after,
.forum-schedule .pinkbg-block .item:before {
  border-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .title-box .date {
  border-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .title-box .date .inner {
  background-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .theme-box .theme-item:before {
  background-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .theme-box .theme-item .name-box:before,
.forum-schedule .pinkbg-block .item .theme-box .theme-item .name-box:after {
  background-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .theme-box .theme-item .name {
  background-color: #fae7e7;
  border-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .theme-box .theme-item .name:before {
  background-color: #db6f6f;
}
.forum-schedule .pinkbg-block .item .theme-box .theme-sub .p:before,
.forum-schedule .pinkbg-block .item .theme-box .theme-sub .p:after {
  background-color: #db6f6f;
}
.forum-logo-wall {
  *zoom: 1;
}
.forum-logo-wall:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-logo-wall:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-logo-wall .img {
  float: left;
  width: calc(100%/6 - 17px);
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #e5e5ea;
  text-align: center;
  height: 120px;
  line-height: 120px;
  font-size: 0;
}
.forum-logo-wall .img:nth-child(6n) {
  margin-right: 0;
}
.forum-logo-wall .img img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.guest-review-block {
  margin-bottom: 30px;
}
.guest-review-block .date-tit {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffa932;
  line-height: 26px;
  color: #fff;
  *zoom: 1;
}
.guest-review-block .date-tit:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-review-block .date-tit:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.guest-review-block .date-tit .arrow {
  float: right;
  width: 26px;
  height: 26px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffcd32;
  cursor: pointer;
  -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;
}
.guest-review-block .date-tit .arrow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.guest-review-block .date-tit .arrow.fold:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -0.4em;
}
.guest-review-block .date-tit .arrow:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  top: 50%;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.1em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.guest-review-block .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.guest-review-block .swiper-button-style.swiper-button-next,
.guest-review-block .swiper-button-style.swiper-button-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.activity-top {
  *zoom: 1;
}
.activity-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-top:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-top .left {
  float: left;
  width: 62.5%;
  height: 100%;
  margin-right: 3.5%;
}
.activity-top .left .swiper-slide {
  max-height: 387px;
  overflow: hidden;
}
.activity-top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.activity-top .left .pagination-style .swiper-pagination-bullet,
.activity-top .left .pagination-style .swiper-pagination-bullet-active {
  background-color: #fff;
}
.activity-top .right {
  height: 100%;
  float: left;
  width: 34%;
}
.acticity-height {
  display: flex;
  flex-wrap: wrap;
  height: 290px;
}
.recent-schedule {
  background-color: #fea832;
  padding: 17px 30px;
  padding-bottom: 45px;
  height: 100%;
  border-radius: 10px;
}
.recent-schedule .title {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: url(../images/icon/trophy.png) no-repeat right center;
}
.recent-schedule .schedule-list li:before {
  background-color: #fff;
}
.recent-schedule .schedule-list li:not(.notlink):hover .p1 {
  color: #ec664e;
}
.recent-schedule .schedule-list li:not(.notlink):hover .txtbox:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: -1px;
  left: -12px;
}
.recent-schedule .schedule-list li:last-child:before {
  display: block;
}
.recent-schedule .schedule-list li:last-child .txtbox {
  padding-bottom: 0;
}
.recent-schedule .schedule-list li .p2 {
  color: #fff;
}
.recent-schedule .schedule-list li .p1 {
  color: #fff;
  margin-bottom: 6px;
}
.recent-schedule .schedule-list li .txtbox {
  padding-bottom: 25px;
}
.recent-schedule .schedule-list li .txtbox:before {
  background-color: #fff;
  z-index: 2;
}
.innovation-img {
  *zoom: 1;
}
.innovation-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.innovation-img:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.innovation-img .item {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.innovation-img .item:nth-child(2) {
  margin-right: 0;
}
.innovation-img .item .img {
  position: relative;
  overflow: hidden;
}
.innovation-img .item .img:before {
  content: "";
  display: block;
  padding-top: 34.724%;
}
.innovation-img .item .img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.innovation-img .item .txtbox {
  margin-top: 15px;
  font-size: 16px;
}
.innovation-img .item .txtbox img {
  vertical-align: middle;
}
.prize-block {
  background-color: #ff984d;
  padding: 15px 20px;
  *zoom: 1;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.prize-block:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.prize-block:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.prize-block:nth-child(2n) {
  background-color: #ec664e;
}
.prize-block .titbox {
  margin-right: 15px;
  text-align: center;
}
.prize-block .titbox .p1 {
  font-size: 38px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}
.prize-block .titbox .p2 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.prize-block .prize-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.prize-block .prize-list li {
  float: left;
  width: calc(100%/3 - 10px);
  background-color: #f9e3cb;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  padding: 10px 15px;
  overflow: hidden;
}
.prize-block .prize-list li:last-child {
  margin-right: 0;
}
.prize-block .prize-list li:after {
  content: "";
  display: block;
  border-width: 20px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.prize-block .prize-list li.goldli:after {
  border-color: transparent #dfaf4b #dfaf4b transparent;
}
.prize-block .prize-list li.goldli .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sh_2024_gold.png);
}
.prize-block .prize-list li.goldli.li-sz .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sz_2024_gold.png?v=1);
}
.prize-block .prize-list li.silverli:after {
  border-color: transparent #d1d1d1 #d1d1d1 transparent;
}
.prize-block .prize-list li.silverli .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sh_2024_silver.png);
}
.prize-block .prize-list li.silverli.li-sz .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sz_2024_silver.png?v=1);
}
.prize-block .prize-list li.bronzeli:after {
  border-color: transparent #c76d2f #c76d2f transparent;
}
.prize-block .prize-list li.bronzeli .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sh_2024_bronze.png);
}
.prize-block .prize-list li.bronzeli.li-sz .title {
  background-image: url(https://imgs.sialchina.cn/homeImg/sz_2024_bronze.png?v=1);
}
.prize-block .prize-list li .title {
  padding: 10px 0;
  border-bottom: 1px solid #a79889;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px auto;
  padding-right: 50px;
  min-height: 50px;
}
.prize-block .prize-list li .txtbox {
  padding: 10px 0;
}
.prize-block .prize-list li .p {
  margin-bottom: 10px;
}
.prize-block .prize-list li .p:last-child {
  margin-bottom: 0;
}
.activity-list {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.activity-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.activity-list li {
  float: left;
  width: calc(100%/4 - 11px);
  margin-right: 14px;
  margin-bottom: 30px;
}
.activity-list li:nth-child(4n) {
  margin-right: 0;
}
.activity-list li:nth-last-child(1),
.activity-list li:nth-last-child(2),
.activity-list li:nth-last-child(3),
.activity-list li:nth-last-child(4) {
  margin-bottom: 0;
}
.activity-list li .imgbox {
  margin-bottom: 10px;
}
.activity-list li .imgbox img {
  display: block;
  width: 100%;
}
.activity-list li .tit {
  font-size: 18px;
  margin-bottom: 5px;
}
.activity-list li .p {
  color: #666;
}
.activity-video li .imgbox {
  margin-bottom: 0;
  position: relative;
  height: 150px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.activity-video li .imgbox img {
  height: 100%;
}
.activity-video li .imgbox:hover:before {
  display: none;
}
.activity-video li .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.activity-video li .imgbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/video-ico2.png) no-repeat center center;
}
.activity-video li .txtbox {
  background-color: #fff;
  padding: 20px;
}
.activity-video li .tit {
  margin-bottom: 20px;
}
.activity-video li .p {
  color: #333;
}
.recommend-box .info p {
  margin-bottom: 10px;
}
.recommend-box .btnbox {
  margin-top: 30px;
}
.popbox {
  display: none;
  border-radius: 10px;
  background-color: #fff;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 45px 50px;
  width: 670px;
  max-width: 90vw;
}
.popbox .poptit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popbox .popform .formitem {
  margin-bottom: 20px;
}
.popbox .popform .inptxt {
  border-radius: 5px;
  background-color: #f5eded;
  width: 100%;
  height: 50px;
  padding: 0 10px;
}
.popbox .popform .inptxt.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 5px #ff0000;
}
.popbox .popform .btnbox {
  margin-top: 30px;
}
.popbox .popform .btnbox .btn {
  display: block;
  line-height: 50px;
  width: 100%;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
}
.matchme-top {
  background: #eaeaec;
  padding-top: 80px;
}
.matchme-top .info {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.matchme-top .info:after {
  content: "\f103";
  display: block;
  animation: aniTranlate 1s linear infinite;
  color: #b2bdcd;
  font-size: 26px;
}
.matchme-top .info p {
  margin-bottom: 10px;
}
.matchme-top .matchbtn {
  text-align: center;
  padding: 160px 0 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
  background: url(https://imgs.sialchina.cn/homeImg/bg-match.jpg) no-repeat center top 60px;
}
.matchme-top .matchbtn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../images/bg-top.png) no-repeat left center;
  background-size: 100% 100%;
}
.matchme-top .matchbtn .btn-new2 {
  font-size: 18px;
  padding: 10px 20px;
  margin: 0 10px;
  min-width: 180px;
  font-family: 'AlibabaPuHuiR';
}
.matchme-top .matchbtn .btn-new2 img {
  vertical-align: middle;
  height: 22px;
}
.review-data {
  *zoom: 1;
}
.review-data:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-data:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.review-data li {
  float: left;
  width: 20%;
  text-align: center;
}
.review-data li.purple .date .counter {
  color: #ea0e81;
}
.review-data li.orange .date .counter {
  color: #ec664e;
}
.review-data li .icon {
  height: 80px;
}
.review-data li .icon img {
  max-height: 90%;
}
.review-data li .date .counter {
  font-size: 30px;
  color: #ff984d;
}
.review-data li .p {
  color: #666;
}
.sendword {
  background-color: #f5ddc4;
  border-radius: 100px 0 100px 0;
  position: relative;
}
.sendword:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sendword .tit {
  text-align: center;
  margin-bottom: 20px;
}
.sendword .tit span {
  display: inline-block;
  color: #ec664e;
  border: 1px solid #ec664e;
  padding: 5px 20px;
  border-radius: 20px;
  min-width: 130px;
  font-size: 18px;
}
.sendword .item {
  margin-bottom: 40px;
}
.sendword .item:last-child {
  margin-bottom: 0;
}
.sendword .item:nth-child(2n) .tit span {
  color: #ff984d;
  border-color: #ff984d;
}
.sendword .item:nth-child(2n) .sendword-list li .label {
  background-color: #ff984d;
}
.sendword .sendword-list {
  display: flex;
}
.sendword .sendword-list li {
  width: calc(100%/3 - 16.7px);
  margin-right: 20px;
  background-color: #fff;
  border-radius: 30px 30px 20px 30px;
  padding: 30px 30px 60px;
  position: relative;
}
.sendword .sendword-list li .label {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #ec664e;
  border-radius: 30px 0 0 30px;
  padding: 5px 30px;
  color: #fff;
}
.eventlive-list {
  *zoom: 1;
}
.eventlive-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.eventlive-list:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.eventlive-list li {
  float: left;
  width: calc(100%/3 - 13.4px);
  margin-right: 20px;
  margin-bottom: 25px;
}
.eventlive-list li:nth-child(3n) {
  margin-right: 0;
}
.eventlive-list li:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.eventlive-list li .imgbox {
  overflow: hidden;
}
.eventlive-list li .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.eventlive-list li .tit {
  font-weight: bold;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
}
.essence-how {
  background-color: #f8d7d2;
}
.essence-how .subtit {
  font-family: 'AlibabaPuHuiM';
  font-size: 16px;
  margin-bottom: 10px;
}
.essence-how .point-list li {
  margin-bottom: 5px;
  line-height: 1.8;
}
.essence-how .p {
  margin-bottom: 5px;
  line-height: 1.8;
}
.essence-achieve {
  display: flex;
  justify-content: space-between;
}
.essence-achieve > li {
  width: 32%;
  background-color: #f5ddc4;
  border-radius: 10px;
  padding: 30px;
}
.essence-achieve > li:nth-child(2) {
  background-color: #f8d7d2;
}
.essence-achieve > li .imgbox {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.essence-achieve > li .imgbox img {
  display: block;
  width: 100%;
}
.essence-achieve > li .p1 {
  font-family: 'AlibabaPuHuiM';
  font-size: 18px;
  margin-bottom: 8px;
}
.essence-achieve > li .p2 {
  font-family: 'AlibabaPuHuiM';
  margin-bottom: 5px;
}
.essence-achieve > li .info {
  color: #666;
}
.essence-achieve > li ul {
  list-style-type: disc;
  padding-left: 15px;
}
@keyframes aniTranlate {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.activity-page .bg-lightorange,
.activity-page .bg-lightpink,
.activity-page .bg-gray {
  max-width: 1600px;
}
.zhuanqu-img .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhuanqu-img .row .img {
  display: inline-block;
  width: 25%;
  margin: 0;
}
.zhuanqu-img .row .img img {
  width: 100%;
}
.pop-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19891014;
}
.pop-mask .closeRegtip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.closeRegtip {
  background: #f7cb6a;
  width: 600px;
  max-width: 90vw;
  padding: 40px 30px;
  max-height: 90vh;
  font-size: 16px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.closeRegtip .tit {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.closeRegtip .tit .txt {
  flex: 1;
}
.closeRegtip .tit.align-center {
  text-align: center;
  justify-content: center;
}
.closeRegtip .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../images/tip-ico01.png) no-repeat center left;
  background-size: 100%;
  margin-right: 5px;
}
.closeRegtip .tit:after {
  content: "";
  display: inline-block;
  background: url(../images/tip-ico02.png) no-repeat top left;
  background-size: 100%;
  width: 25px;
  height: 29px;
  vertical-align: middle;
}
.closeRegtip .ewm {
  text-align: center;
}
.closeRegtip .ewm img {
  max-width: 100%;
}
.closeRegtip .ewm p {
  margin: 0;
  margin-top: 5px;
}
.closeRegtip .exhtip {
  line-height: 1.6;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.closeRegtip .exhtip .strong {
  text-align: center;
  font-size: 24px;
}
.closeRegtip .btnbox {
  text-align: center;
  margin-top: 10px;
}
.closeRegtip .btnbox .btn {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.closeRegtip .btn {
  display: block;
  width: 200px;
  border-radius: 5px;
  background-color: #e97868;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 10px auto 0;
}
.pop-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  width: 90%;
  max-width: 900px;
}
.pop-body .fcbase {
  color: #ec664d;
}
.pop-body .iconfont {
  font-size: inherit;
}
.pop-body .pop-head {
  background-color: #ec664d;
  height: 60px;
  position: relative;
}
.pop-body .pop-head .close-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.pop-body .pop-head .close-btn:hover {
  color: #ff984d;
}
.pop-body .pop-con {
  background-color: #fff;
  background-image: url(../images/taozi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 120%;
  padding: 50px 20px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pop-body .pop-con .tit {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}
.pop-body .pop-con .tit .strong {
  font-size: 34px;
  color: #ec664e;
}
.pop-body .pop-con .tit .spanblock {
  display: block;
}
.pop-body .pop-con .tit1 {
  font-weight: bold;
  font-size: 30px;
}
.pop-body .pop-con .tit2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.pop-body .pop-con .tit-data {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.pop-body .pop-con .tit-data .strong {
  font-size: 30px;
  font-weight: bold;
}
.pop-body .pop-con .data {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.pop-body .pop-con .data strong {
  font-size: 28px;
}
.pop-body .btnbox {
  text-align: center;
  margin-top: 20px;
}
.pop-body .btn {
  border-radius: 30px;
  font-size: 28px;
  background-color: #ec664d;
  font-weight: normal;
}
.pop-body .btn .strong {
  font-size: 30px;
}
.pop-body .two-box {
  *zoom: 1;
}
.pop-body .two-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-body .two-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-body .two-box .left {
  float: left;
  width: 50%;
}
.pop-body .two-box .right {
  float: right;
  width: 48%;
  font-size: 18px;
  text-align: center;
}
.pop-body .two-box .right .img img {
  width: 120px;
}
.pop-body .two-box .right .p {
  margin-top: 5px;
}
.pop-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19891014;
  background-color: rgba(0, 0, 0, 0.2);
}
.pop-exh {
  background: url(https://imgs.sialchina.cn/uploads/editor/images/20240807/443db9bacf115186f0d4383f81372c9e.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  color: #fff;
}
.pop-exh:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pop-exh ::-webkit-scrollbar {
  width: 6px;
}
.pop-exh ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
}
.pop-exh ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
.pop-exh .close-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 30px;
  color: #8e8e8d;
  cursor: pointer;
  z-index: 10;
}
.pop-exh .close-btn:hover {
  color: #ec664e;
}
.pop-exh .pop-con {
  background: transparent;
  max-width: 1600px;
  min-height: 900px;
  max-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  overflow-y: auto;
  display: block;
}
.pop-exh .pop-tit {
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}
.pop-exh .pop-tit2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.pop-exh .tab-box {
  text-align: center;
  margin-bottom: 40px;
}
.pop-exh .tab-box .tab {
  min-width: 96px;
  background-color: rgba(250, 205, 145, 0.80392157);
  border: 1px solid #eb664e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 32px;
  margin: 0 6px;
}
.pop-exh .exhinfo-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pop-exh .exhinfo-box .row {
  width: 46%;
  background-color: rgba(0, 0, 0, 0.49803922);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 30px 5%;
}
.pop-exh .exhinfo-box .row .tit {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}
.pop-exh .exhinfo-box .row .subtit {
  font-size: 20px;
  margin-bottom: 20px;
}
.pop-exh .exhinfo-box .row .date {
  font-size: 16px;
  margin-bottom: 20px;
}
.pop-exh .exhinfo-box .row .date span {
  display: inline-block;
  vertical-align: top;
}
.pop-exh .exhinfo-box .row .date span:after {
  content: "|";
  display: inline-block;
  margin: 0 30px;
}
.pop-exh .exhinfo-box .row .date span:last-child:after {
  display: none;
}
.pop-exh .exhinfo-box .row .data-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pop-exh .exhinfo-box .row .data-box.data-box-3 {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.pop-exh .exhinfo-box .row .data-box.data-box-3 .item {
  flex: 0 0 26%;
  margin: 0 0 15px;
}
.pop-exh .exhinfo-box .row .data-box .item {
  flex: 1;
  text-align: center;
  background-color: rgba(235, 102, 78, 0.09803922);
  margin-right: 14px;
  padding: 10px 0;
}
.pop-exh .exhinfo-box .row .data-box .item:last-child {
  margin-right: 0;
}
.pop-exh .exhinfo-box .row .data-box .item .num {
  margin-bottom: 4px;
  font-size: 20px;
}
.pop-exh .exhinfo-box .row .data-box .item .num:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #eb664e;
  margin: 0 auto;
}
.pop-exh .exhinfo-box .row .data-box .item .counter {
  font-weight: bold;
}
.pop-exh .exhinfo-box .row .data-box .item .unit {
  font-size: 14px;
  color: #AAAAAA;
}
.pop-exh .exhinfo-box .row .data-box .item .p {
  font-size: 14px;
}
.pop-exh .exhinfo-box .row .btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.pop-exh .exhinfo-box .row .btnbox .btn {
  width: 48%;
  background: url(../images/btnbg.svg) no-repeat center center;
  background-size: cover;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
  margin-top: 20px;
}
.pop-exh .index-themelist li {
  width: auto;
  flex: 1;
  color: #fff;
  margin-right: 15px;
  margin-bottom: 25px;
}
.pop-exh .index-themelist li:hover .icon:before {
  background-color: #ff984d;
}
.pop-exh .index-themelist li:last-child {
  margin-right: 0;
}
.pop-exh .index-themelist li .icon {
  max-width: 64px;
}
.pop-exh .index-themelist li .icon:before {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.pop-exh .index-themelist li .icon img {
  max-width: 32px;
  max-height: 32px;
}
.pop-exh .index-themelist li a {
  color: #fff;
}
.pop-exh .index-themelist li a:hover {
  color: #ec664e;
}
.pop-exh .txt-center {
  text-align: center;
}
.pop-exh .txt-center .pop-tit2 {
  margin-bottom: 10px;
}
.pop-exh .txt-two {
  *zoom: 1;
}
.pop-exh .txt-two:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-exh .txt-two:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-exh .txt-two .pop-tit2 {
  text-align: left;
  margin-bottom: 10px;
}
.pop-exh .txt-two .left {
  float: left;
  width: 75%;
  padding-right: 5%;
}
.pop-exh .txt-two .right {
  float: left;
  width: 25%;
}
.pop-exh .txt-two .right .info2 span {
  display: inline-block;
  margin-right: 15px;
}
.pop-vst {
  background: #fff url(https://imgs.sialchina.cn/uploads/editor/images/20240807/f23efa685b4fb980df2890451d875ee4.png) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  max-width: 100%;
  color: #fff;
}
.pop-vst:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pop-vst ::-webkit-scrollbar {
  width: 6px;
}
.pop-vst ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
}
.pop-vst ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
.pop-vst .close-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 30px;
  color: #8e8e8d;
  cursor: pointer;
  z-index: 10;
}
.pop-vst .close-btn:hover {
  color: #ec664e;
}
.pop-vst .pop-con {
  background: transparent;
  max-width: 1400px;
  min-height: 900px;
  max-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding: 45px 0 30px;
  position: relative;
  overflow-y: auto;
  display: block;
}
.pop-vst .pop-tit {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}
.pop-vst .pop-subtit {
  color: #EB664E;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.pop-vst .pop-tit2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.pop-vst .date {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.pop-vst .date span {
  display: inline-block;
  vertical-align: top;
}
.pop-vst .date span:after {
  content: "|";
  display: inline-block;
  margin: 0 30px;
}
.pop-vst .date span:last-child:after {
  display: none;
}
.pop-vst .btnbox {
  margin-top: 0;
}
.pop-vst .btnbox .btn {
  background: url(../images/btnbg.svg) no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
  padding: 6.5px 0;
}
.pop-vst .btnbox .btn.big {
  line-height: 40px;
  padding: 0 20px;
  margin-top: 0;
}
.pop-vst .tip {
  text-align: center;
  color: #D7D7D7;
  margin: 30px 0 40px;
  line-height: 1.8;
}
.pop-vst .two-box {
  *zoom: 1;
}
.pop-vst .two-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-vst .two-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.pop-vst .two-box .left {
  float: left;
  width: 48%;
}
.pop-vst .two-box .right {
  float: right;
  width: 46%;
}
.pop-vst .two-box .btnbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 340px;
  margin: 0 auto;
}
.pop-vst .two-box .btn {
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.pop-vst .data-box {
  display: flex;
  justify-content: space-between;
  background-color: rgba(235, 102, 78, 0.09803922);
}
.pop-vst .data-box .item {
  flex: 1;
  text-align: center;
  padding: 10px;
}
.pop-vst .data-box .item .num {
  margin-bottom: 4px;
  font-size: 22px;
}
.pop-vst .data-box .item .num:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #eb664e;
  margin: 0 auto;
}
.pop-vst .data-box .item .counter {
  font-weight: bold;
}
.pop-vst .data-box .item .unit {
  font-size: 14px;
  color: #AAAAAA;
}
.pop-vst .data-box .item .p {
  font-size: 14px;
}
.pop-vst .themelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.pop-vst .themelist:after {
  content: '';
  flex: auto;
}
.pop-vst .themelist li {
  width: calc(100%/7 - 17.2px);
  margin-right: 20px;
  margin-bottom: 10px;
}
.pop-vst .themelist li:nth-child(7n) {
  margin-right: 0;
}
.pop-vst .themelist li:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pop-vst .themelist li:hover .icon {
  background-color: #ff984d;
}
.pop-vst .themelist li:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.pop-vst .themelist li .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ededed;
  border: 1px solid #fff;
  margin: 0 auto 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pop-vst .themelist li .icon .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pop-vst .themelist li .icon img {
  max-width: 20px;
  max-height: 20px;
  width: auto !important;
}
.pop-vst .themelist li .p {
  font-size: 12px;
}
.pop-vst .themelist li a {
  color: #fff;
}
.pop-vst .themelist li a:hover {
  color: #ec664e;
}
.pop-vst .txt1 {
  text-align: left;
  margin-top: 15px;
}
.pop-vst .txt1 .pop-tit2 {
  text-align: left;
  margin-bottom: 10px;
}
.pop-vst .txt1 .info {
  line-height: 1.5;
}
.pop-vst .txt2 {
  text-align: center;
  color: #F2F2F2;
  font-size: 16px;
  margin-top: 35px;
}
.pop-vst .txt2 .name {
  font-weight: bold;
}
.pop-vst .txt2 span {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.pop-vst .more {
  text-align: right;
  margin-top: 15px;
}
.pop-vst .more a {
  color: #fff;
  text-decoration: underline;
}
.pop-vst .more a:hover {
  color: #ec664e;
}
.pop-vst .imgs-list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.pop-vst .imgs-list .img {
  flex: 1;
  margin-right: 2%;
}
.pop-vst .imgs-list .img:last-child {
  margin-right: 0;
}
.pop-vst .imgs-list .img img {
  width: 100%;
}
.invoice-form .invoice-formcon {
  max-width: 750px;
  margin: 0 auto;
}
.invoice-form.form-box .form-row {
  display: flex;
  align-items: center;
}
.invoice-form.form-box .form-name {
  width: 150px;
  text-align: right;
}
.invoice-form.form-box .inputbox {
  float: left;
  width: calc(100% - 150px);
}
.invoice-form.form-box .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e97868;
  float: none;
  border-radius: 5px;
  font-size: 14px;
}
.invoice-form.form-box .radioinput label {
  margin-right: 20px;
}
.invoice-form.form-box .codebox {
  *zoom: 1;
}
.invoice-form.form-box .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.invoice-form.form-box .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.invoice-form.form-box .codebox .form-input {
  float: left;
  margin-right: 5px;
  width: calc(100% - 125px);
}
.invoice-form.form-box .codebox .codebtn {
  float: left;
  width: 120px;
  background-color: #95786a;
  padding: 13px 0;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.invoice-form.form-box .codebox .codebtn[disabled] {
  background-color: #bbb;
  cursor: no-drop;
}
.invoice-form .invoice-price {
  text-align: right;
  display: block !important;
}
.invoice-form .invoice-price .price {
  color: #ec664e;
  font-size: 20px;
  font-weight: bold;
}
.perspective-list {
  display: flex;
  flex-wrap: wrap;
}
.perspective-list li {
  width: calc(100%/5 - 1.4%);
  margin-right: 1.5%;
  margin-bottom: 2.5%;
}
.perspective-list li:nth-child(5n) {
  margin-right: 0;
}
.perspective-list li .imgbox {
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.perspective-list li .imgbox:before {
  display: block;
  content: "";
  padding-top: 100%;
  width: 100%;
}
.perspective-list li .imgbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.perspective-list li .imgbox a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/video-ico2.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.perspective-list li .imgbox a:hover:before {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.perspective-list li .imgbox img {
  width: 100%;
  display: block;
}
.perspective-list li .txtbox {
  margin-top: 10px;
}
.perspective-list li .txtbox .tit {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.perspective-list li .txtbox .p {
  display: block;
  color: #666;
}
.champion-list .li .imgbox {
  background-color: #efefef;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 0;
}
.champion-list .li .imgbox img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.champion-list .li .txtbox {
  padding: 20px;
  position: relative;
}
.champion-list .li .txtbox .icon {
  width: 48px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.champion-list .li .txtbox .info {
  color: #999999;
}
.champion-list .li .txtbox .tit {
  font-weight: bold;
  margin: 20px 0;
  font-size: 18px;
}
.review-imgswiper .li {
  border-radius: 20px;
  overflow: hidden;
}
.review-imgswiper .li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.review-imgswiper .li:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.review-imgswiper .li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.review-imgbox {
  position: relative;
}
.review-imgbox .swiper-pagination,
.review-imgbox .swiper-pagination-progressbar {
  position: static;
  margin-top: 20px;
}
.review-imgbox .swiper-container-horizontal > .swiper-pagination-progressbar,
.review-imgbox .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 8px;
  border-radius: 8px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.review-imgbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ec664e;
  border-radius: 8px;
}
.review-imgbox .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
}
.review-imgbox .swiper-pagination-bullet-active {
  background-color: #ec664e;
}
.review-imgcon .list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.review-imgcon .li {
  width: 21% !important;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 20px;
  height: 230px;
}
.review-imgcon .li img {
  display: block;
  width: 100%;
}
.review-imgcon .li.big {
  width: calc(100% - 70% - 40px) !important;
}
.memberauth-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
}
.memberauth-box .closebtn {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.3) url("../images/close-ico4.png") no-repeat center center;
  margin: 15px auto 0;
  border-radius: 50%;
  cursor: pointer;
}
.memberauth-con {
  position: relative;
  border-radius: 5px;
  background: linear-gradient(135deg, #fce6e3, #fff 40%);
  padding: 40px 10%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.memberauth-con.memberauth-login {
  overflow: visible;
}
.memberauth-con .time {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666;
}
.memberauth-con .login-type-switch {
  position: absolute;
  top: 0;
  right: 0;
}
.memberauth-con .login-type-switch .login-type-btn {
  position: relative;
}
.memberauth-con .login-type-switch .login-type-btn:hover .tiptxt {
  display: block;
}
.memberauth-con .login-type-switch svg {
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.memberauth-con .login-type-switch svg:hover {
  opacity: 0.8;
}
.memberauth-con .login-type-switch .tiptxt {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(-100% - 45px);
  background-color: #ffa932;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 36px;
}
.memberauth-con .login-type-switch .tiptxt:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #ffa932 #ffa932 transparent transparent;
}
.memberauth-con .title1 {
  font-size: 30px;
  color: #ec664e;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.memberauth-con .title2 {
  font-size: 24px;
  color: #ec664e;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.memberauth-con .switch-tab {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  background-color: #eeeeee;
  margin-bottom: 35px;
}
.memberauth-con .switch-tab .tab {
  flex: 1;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.memberauth-con .switch-tab .tab:first-child {
  border-radius: 30px 0 0 30px;
}
.memberauth-con .switch-tab .tab:last-child {
  border-radius: 0 30px 30px 0;
}
.memberauth-con .switch-tab .tab:hover {
  background-color: #ffe1dc;
}
.memberauth-con .switch-tab .tab.curr {
  background-color: #ec664e !important;
  color: #fff;
}
.memberauth-con .ewm-login {
  text-align: center;
  color: #666;
}
.memberauth-con .ewm-login .img {
  width: 280px;
  font-size: 0;
  margin: 0 auto 20px;
}
.memberauth-con .ewm-login .img img {
  width: 100%;
}
.memberauth-con .toptxt {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  padding: 10px 20px;
}
.memberauth-con .toptxt span {
  color: #ec664e;
  cursor: pointer;
}
.memberauth-con .process-step {
  position: relative;
  margin-bottom: 45px;
  *zoom: 1;
}
.memberauth-con .process-step:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.memberauth-con .process-step:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.memberauth-con .process-step .li {
  width: 33.33%;
  text-align: center;
  float: left;
  z-index: 1;
  position: relative;
}
.memberauth-con .process-step .li span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  background: #e97868;
}
.memberauth-con .process-step .li .tit {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
.memberauth-con .process-step .li.curr span {
  background: #ec664e;
  border: 8px solid #f9d1ca;
}
.memberauth-con .process-step .li.curr .tit {
  color: #ec664e;
}
.memberauth-con .process-step .top-bg {
  height: 4px;
  width: 67.5%;
  margin: 0 auto;
  background: #f4e9eb;
  border-radius: 25px;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.memberauth-con .process-step .top-bg span {
  background: #e97868;
  display: block;
  height: 100%;
  border-radius: 25px;
}
.memberauth-con .chkbox {
  max-height: 500px;
  overflow-y: auto;
}
.memberauth-con .chkbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.memberauth-con .chkbox .chklist {
  display: flex;
  flex-wrap: wrap;
}
.memberauth-con .chkbox .chklist .li {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
}
.memberauth-con .chkbox .chklist .chk-label {
  display: block;
  *zoom: 1;
  margin-bottom: 5px;
}
.memberauth-con .chkbox .chklist .chk-label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.memberauth-con .chkbox .chklist .chk-label:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.memberauth-con .chkbox .chklist .chk-label input {
  float: left;
  margin-top: 2px;
}
.memberauth-con .chkbox .chklist .chk-label span {
  float: left;
  width: calc(100% - 25px);
}
.memberauth-con .chkbox .chklist .subli {
  display: none;
  padding-left: 20px;
}
.memberauth-con .btnbox {
  margin-top: 30px;
}
.memberauth-con .btnbox .btn {
  display: block;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-size: 16px;
  box-shadow: none;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  background-color: #ec664e;
  border: 1px solid #ec664e;
}
.memberauth-con .btnbox .btn2 {
  background-color: #ffe1dc;
  color: #ec664e;
}
.memberauth-con .success-tip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberauth-con .success-tip .tit {
  font-weight: bold;
  font-size: 24px;
  color: #ec664e;
}
.memberauth-con .success-tip .img {
  margin-right: 20px;
}
.memberauth-con .remember {
  font-weight: bold;
  text-align: right;
}
.memberauth-con .remember a {
  color: #ec664e;
}
.form-member .form-row {
  margin-bottom: 15px;
}
.form-member .form-name-row {
  display: flex;
  align-items: center;
}
.form-member .form-name-row .form-name {
  flex-shrink: 0;
  margin-right: 10px;
  width: 80px;
}
.form-member .form-name-row > div {
  flex-grow: 1;
}
.form-member .form-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  height: 46px;
  background-color: transparent;
}
.form-member .form-input:disabled {
  background-color: #ddd;
}
.form-member .imginput {
  display: flex;
}
.form-member .imginput .form-input {
  margin-right: 10px;
  flex-grow: 1;
  border-right: 0;
}
.form-member .imginput .imgVcode {
  flex-shrink: 0;
  width: 130px;
  height: 46px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.form-member .imginput .imgVcode img {
  width: 100%;
  height: 100%;
  display: block;
}
.form-member .codeinput {
  border-radius: 5px;
  display: flex;
}
.form-member .codeinput .form-input {
  border-right: 0;
  flex-grow: 1;
  border-radius: 5px 0 0 5px;
}
.form-member .codeinput .codebtn {
  position: relative;
  flex-shrink: 0;
  width: 130px;
  height: 46px;
  text-align: center;
  padding: 0 5px;
  border: 0;
  background-color: #ec664e;
  color: #fff;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.form-member .codeinput .codebtn:disabled {
  background-color: #ddd;
  color: #fff;
}
.form-member .codeinput .imgVcode {
  flex-shrink: 0;
  width: 130px;
  height: 46px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 0 5px 5px 0;
}
.form-member .codeinput .imgVcode img {
  width: 100%;
  height: 100%;
  display: block;
}
.form-member .radioinput label {
  display: inline-block;
  margin-right: 30px;
}
.form-member .radioinput label:last-child {
  margin-right: 0;
}
.form-member .halfinput {
  display: flex;
}
.form-member .halfinput .form-input {
  flex: 1;
  margin-right: 10px;
}
.form-member .halfinput .form-input:nth-child(2) {
  margin-right: 0;
}
.form-member .halfinput2 {
  display: flex;
}
.form-member .halfinput2 .form-input {
  flex: 1;
  margin-right: 10px;
}
.form-member .halfinput2 .form-input:nth-child(2) {
  flex: 3;
  margin-right: 0;
}
.serve-list {
  display: flex;
  flex-wrap: wrap;
}
.serve-list li {
  display: flex;
  background-color: #fff;
  padding: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(100%/2 - 15px);
  border-radius: 5px;
}
.serve-list li:nth-child(2n) {
  margin-right: 0;
}
.serve-list li .imgbox {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
  padding-right: 30px;
}
.serve-list li .imgbox img {
  display: block;
  width: 100%;
}
.serve-list li .txtbox {
  width: 50%;
}
.serve-list li .tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.serve-btn {
  margin-top: 20px;
  *zoom: 1;
}
.serve-btn:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.serve-btn:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.serve-btn .btn-new2 {
  border-radius: 5px;
  min-width: 200px;
  padding: 10px;
  color: #fff;
}
.serve-btn .li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.theme-event-list {
  display: flex;
  flex-wrap: wrap;
}
.theme-event-list li {
  position: relative;
  border-radius: 5px;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.theme-event-list li:nth-child(4n) {
  margin-right: 0;
}
.theme-event-list li:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-event-list li .imgbox {
  overflow: hidden;
}
.theme-event-list li .imgbox img {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-event-list li .p {
  background-color: #e5f2f5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.search-list {
  margin-top: 20px;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
}
.search-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.search-list li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.search-list li .tit {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list li .date {
  float: right;
  color: #666;
}
.searchbox .inpbox {
  margin-top: 20px;
  background: #fff;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e97868;
}
.searchbox .inpbox input {
  width: calc(100% - 80px);
  height: 45px;
  border: none;
  background: transparent;
  padding: 0 14px;
  font-size: 16px;
  float: left;
}
.searchbox .inpbox button {
  width: 80px;
  height: 45px;
  border: none;
  text-align: center;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  color: #e97868;
  background-color: #fff;
}
.searchbox .inpbox button:before {
  width: 1px;
  height: 31px;
  content: '';
  background: #e9f0ff;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.searchbox .inpbox button:hover {
  color: #ff984d;
}
.tabbox {
  text-align: center;
  margin-bottom: 30px;
}
.tabbox.tagbox {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabbox.tagbox .tab {
  background-color: #fff;
  text-align: center;
}
.tabbox.tagbox .tab:hover {
  background-color: #fff;
  color: #333;
}
.tabbox.white .tab {
  background-color: #ec664e;
  color: #fff;
}
.tabbox.white .tab:hover,
.tabbox.white .tab.active {
  background-color: #fff;
  color: #ec664e;
}
.tabbox .tab {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: #f4f6fa;
  margin: 5px 2px;
  font-size: 16px;
  min-width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabbox .tab:hover,
.tabbox .tab.active {
  background-color: #ec664e;
  color: #fff;
  font-family: 'AlibabaPuHuiM';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  .tabbox-plain::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .tabbox-plain::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e97868;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .tabbox-plain::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
.tabbox-plain {
  border-bottom: 1px solid #EB664E;
  display: flex;
  overflow-x: auto;
}
.tabbox-plain .tab {
  margin: 0 20px;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #7f7f7f;
  font-size: 16px;
  padding: 10px 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabbox-plain .tab:hover,
.tabbox-plain .tab.active {
  color: #EB664E;
  border-bottom: 1px solid #EB664E;
  background: rgba(235, 102, 78, 0.2);
  font-weight: bold;
}
.tab-content .content-item {
  display: none;
}
.popup-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: 11;
}
.popup-box .kefu {
  display: block;
  border-radius: 5px;
  width: 85px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
}
.popup-box .kefu img {
  width: 100%;
}
.popup {
  position: relative;
}
.popup .bg {
  width: 135px;
}
.popup .list {
  position: absolute;
  list-style: none;
  bottom: 14px;
  right: 12%;
  left: 12%;
  padding: 0;
}
.popup .list li {
  position: relative;
  margin-top: 6%;
  text-align: center;
}
.popup .list li a {
  display: block;
  padding: 2px;
  border: 2px solid #ffe5bd;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.popup .list li > img {
  cursor: pointer;
}
.popup .floating {
  display: none;
  position: absolute;
  right: 110px;
  top: 50%;
  width: 150px;
  transform: translateX(0%) translateY(-50%);
  transition: all 0.5s;
  border-radius: 10px;
  background: linear-gradient(to right, #ee7560, #f0834b, #ed6b50);
  padding: 6px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.popup .floating:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -17px;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #ed6b50;
}
.popup .floating img {
  display: block;
  width: 100%;
}
.popup-index {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: 10;
}
.popup-index .linka {
  position: relative;
  width: 45px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  font-size: 18px;
  margin-bottom: 2px;
  background-color: #EB664E;
  color: #fff;
  padding: 10px;
  line-height: 1;
  margin-left: auto;
}
.popup-index .linka.yellow {
  background-color: #FF984D;
}
.popup-index .linka.pink {
  background-color: #DC8697;
}
.popup-index .linka.pink .floating {
  background: #DC8697;
}
.popup-index .linka.pink .floating:before {
  border-color: transparent transparent transparent #DC8697;
}
.popup-index .linka:hover.jumplink {
  opacity: 0.8;
}
.popup-index .linka:hover .floating {
  display: block;
}
.popup-index .linka .floating {
  display: none;
  position: absolute;
  right: 55px;
  top: 50%;
  width: 130px;
  transform: translate(0, -50%);
  transition: all 0.5s;
  border-radius: 10px;
  background: linear-gradient(to right, #ee7560, #f0834b, #ed6b50);
  padding: 6px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.popup-index .linka .floating:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -17px;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #ed6b50;
}
.popup-index .linka img {
  display: block;
  width: 100%;
}
.popup-index .top {
  border-radius: 5px;
  width: 45px;
  height: 45px;
  background-color: #EB664E;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-left: auto;
}
.popup-index .kefu {
  position: relative;
  display: block;
  border-radius: 5px;
  width: 65px;
  margin-top: 5px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}
.popup-index .kefu img {
  width: 100%;
}
.foot-btnbox-float {
  display: none;
}
.kefu-iframe {
  position: fixed;
  width: 500px;
  max-width: 80%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: #fff;
}
.kefu-iframe iframe {
  width: 100%;
  height: 100%;
}
.kefu-iframe .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9999;
  color: #e97868;
  cursor: pointer;
}
.kefu-iframe .close-btn .iconfont {
  font-size: 24px;
}
.txtrow {
  display: flex;
}
.txtrow .p1 {
  white-space: nowrap;
  color: #666;
}
.txtrow .p2 {
  flex-grow: 1;
}
.activity-form-box {
  border-top: 1px solid #ddd;
}
.activity-form-box .tit {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.activity-form-box .tit img {
  vertical-align: middle;
  margin-right: 10px;
}
.activity-form-box .btnbox {
  margin-top: 20px;
}
.activity-form-box .form-btn {
  display: inline-block;
  border-radius: 5px;
  background: #E4412D;
  height: 50px;
  width: 160px;
  border: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.activity-form-box .form-btn:hover {
  opacity: 0.8;
}
.activity-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-form .form-row {
  width: 48%;
  margin-bottom: 30px;
}
.activity-form .form-name {
  margin-bottom: 10px;
}
.activity-form .form-name span {
  color: red;
}
.activity-form .form-input {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  display: block;
  padding: 0 10px;
}
.activity-form .label {
  margin-right: 30px;
}
.marketplace-box .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.marketplace-box .subtit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.marketplace-box .disc-list li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 15px;
  color: #666;
}
.marketplace-box .disc-list li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ec664e;
  position: absolute;
  top: 8px;
  left: 0;
}
.marketplace-box .disc-list li .tit {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 14px;
}
.marketplace-box .btnbox .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-shadow: none;
  margin: 0 20px;
  margin-bottom: 10px;
  vertical-align: top;
  border-radius: 5px;
  width: 240px;
  font-size: 16px;
  font-family: 'AlibabaPuHuiM';
  font-weight: normal;
}
.marketplace-box .btnbox .btn.btnyellow {
  background-color: #ff9248;
}
.suspension-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(41, 45, 47, 0.8);
  color: #fff;
}
.suspension-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/suspension-bg-icon.png?v=1) no-repeat center bottom -40px;
  background-size: auto 150%;
}
.suspension-bottom a {
  color: #fff;
}
.suspension-bottom .con {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 5%;
  min-height: 100px;
}
.suspension-bottom .close {
  cursor: pointer;
  position: absolute;
  right: calc(5% - 40px);
  top: -54px;
  width: 20px;
}
.suspension-bottom .close svg {
  width: 100%;
}
.suspension-bottom .close path {
  fill: #ec694e;
}
.suspension-bottom .title {
  display: block;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.suspension-bottom .title .p1 {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.suspension-bottom .title .p2 {
  font-size: 16px;
}
.suspension-bottom .txtbox {
  display: block;
  margin-left: 5%;
  margin-right: calc(5% + 160px);
  flex-grow: 1;
}
.suspension-bottom .txtbox .txt {
  border-radius: 5px;
  border: 1px solid #fff;
  display: flex;
  margin: 3px 0 6px;
}
.suspension-bottom .txtbox .txt .p1 {
  background-color: #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #f3775f;
  width: 60%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.suspension-bottom .txtbox .txt .p1 span {
  font-size: 30px;
}
.suspension-bottom .txtbox .txt .p2 {
  width: 40%;
  text-align: center;
}
.suspension-bottom .txtbox .txt .p2 span {
  font-weight: bold;
  font-size: 20px;
  color: #f3775f;
}
.suspension-bottom .txtbox .tip {
  font-size: 12px;
  text-align: left;
}
.suspension-bottom .suspension-btn {
  position: absolute;
  bottom: 0;
  right: 5%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  width: 160px;
  height: calc(100% + 36px);
  background: url('../images/suspension-btn2.png') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.suspension-bottom .suspension-btn:before {
  content: "";
  display: block;
  width: 214px;
  height: 54px;
  background: url('../images/suspension-btn-bg2.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: calc(100% - 36px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.suspension-bottom .suspension-btn .strong {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
.suspension-bottom .suspension-btn .price {
  font-size: 24px;
}
.suspension-left {
  display: none;
  position: fixed;
  left: 0;
  bottom: 300px;
  z-index: 99;
}
.suspension-left .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -18px;
  width: 18px;
}
.suspension-left .close svg {
  width: 100%;
}
.suspension-left .close path {
  fill: #eb674f;
}
.suspension-left img {
  width: 138px;
}
/*正文*/
@media screen and (max-height: 950px) {
  .ind-category .category-con .item .img {
    height: 180px;
    line-height: 180px;
  }
  .ind-category .category-con .item .img .imgsrc {
    height: auto;
    width: 100%;
  }
  .ind-category .category-con .item:nth-of-type(3) .img:nth-of-type(1) {
    height: calc(180px * 2 + 5px);
  }
  .ind-category .category-con .item:nth-of-type(3) .img:nth-of-type(1) .imgsrc {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1750px) {
  .exh-history .swiper-button-next,
  .exh-history .swiper-button-prev {
    display: block;
  }
  .exh-history .swiper-button-next,
  .exh-history .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }
  .exh-history .swiper-button-prev,
  .exh-history .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }
}
@media screen and (max-width: 1600px) {
  .exhvst-box {
    right: 10px;
  }
  .index-about .left .imgbox {
    max-width: none !important;
  }
  .speaker-box .speaker-con .swiper-button-next,
  .speaker-box .speaker-con .swiper-container-rtl .swiper-button-prev {
    right: -25px;
  }
  .speaker-box .speaker-con .swiper-button-prev,
  .speaker-box .speaker-con .swiper-container-rtl .swiper-button-next {
    left: -25px;
  }
}
.item-book {
  width: 100px;
  display: block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff !important;
  background-color: #ffa932;
}
@media screen and (max-width: 1600px) {
  .header .header-fun .search-top .search-btn {
    padding: 20px 15px;
  }
  .header .lang-box:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .suspension-bottom .con {
    padding-left: 0;
    padding-right: 0;
    min-height: 93px;
  }
  .suspension-bottom .close {
    right: -25px;
    top: -44px;
  }
  .suspension-bottom .title .p1 {
    font-size: 18px;
  }
  .suspension-bottom .title .p2 {
    font-size: 14px;
  }
  .suspension-bottom .txtbox {
    margin-left: 4%;
    margin-right: calc(4% + 140px);
  }
  .suspension-bottom .txtbox .txt .p1 {
    font-size: 18px;
  }
  .suspension-bottom .txtbox .txt .p1 span {
    font-size: 24px;
  }
  .suspension-bottom .txtbox .txt .p2 {
    font-size: 12px;
  }
  .suspension-bottom .txtbox .txt .p2 span {
    font-size: 18px;
  }
  .suspension-bottom .txtbox .tip {
    font-size: 10px;
  }
  .suspension-bottom .suspension-btn {
    right: 0;
    width: 140px;
    font-size: 14px;
    height: calc(100% + 26px);
  }
  .suspension-bottom .suspension-btn:before {
    width: 174px;
    height: 44px;
    bottom: calc(100% - 26px);
  }
  .suspension-bottom .suspension-btn .strong {
    font-size: 26px;
  }
  .suspension-bottom .suspension-btn .price {
    font-size: 20px;
  }
  .rightBtn {
    left: auto;
    right: 10px;
  }
  .nav-box .nav-li > a {
    padding: 0 15px;
    font-size: 14px;
  }
  .index-base .countdown .li .txtbox .name,
  .index-base .countdown .li .timebox {
    font-size: 20px;
  }
  .index-base .scale-ul li .icon img {
    max-width: 60px;
  }
  .index-base .scale-ul li .p1 .counter {
    font-size: 20px;
  }
  .nolink {
    font-size: 24px;
  }
  .nolink .icon01 {
    width: 55px;
  }
  .index-schedule .right {
    padding: 20px 20px 30px;
  }
  .index-schedule .right .title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .schedule-list li .txtbox {
    padding-bottom: 15px;
  }
  .schedule-list li .txtbox.tit .p1 {
    margin-bottom: 10px;
  }
  .allyear-list li {
    width: calc(100%/4 - 7.5px);
    margin-right: 10px;
  }
  .allyear-list li .tit {
    font-size: 16px;
  }
  .recent-schedule {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recent-schedule .title {
    font-size: 22px;
    background-size: auto 75%;
  }
  .recent-schedule .schedule-list li .txtbox {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .pop-exh .close-btn {
    right: 20px;
  }
  .pop-vst .close-btn {
    right: 20px;
  }
  .pop-vst .pop-con {
    padding: 30px 0;
  }
  .pro-category .tit {
    font-size: 14px;
  }
  .media-apply .top .logo {
    width: 110px;
    top: 20px;
    left: 6%;
  }
  .exhreg-box .exhreg-con {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .exhreg-box .title {
    font-size: 26px;
  }
  .exhreg-box .item {
    width: calc(100%/2 - 2%);
    margin-left: 4%;
  }
  .exhreg-box .item .imgbox img {
    max-width: 150px;
  }
  .exhreg-box .item .tit {
    font-size: 26px;
  }
  .exhreg-box .item .p {
    font-size: 14px;
  }
  .index-themelist li {
    margin-bottom: 20px;
  }
  .links-list li a {
    padding: 20px 10px;
  }
  .index-events .imgbox {
    max-height: none;
    display: flex;
    align-items: center;
  }
  .speaker-box .txtbox .name {
    font-size: 16px;
  }
  .nolink {
    font-size: 20px;
  }
  .nolink .icon01 {
    width: 45px;
  }
  .nolink .icon02 {
    width: 25px;
  }
  .nolink2 .exhtip {
    font-size: 18px;
  }
  .nolink2 .exhtip .strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .wrap,
  .pageTitle,
  .ind-exhintro .pageTitle {
    width: 80%;
  }
  .pop-exh .exhinfo-box .row {
    width: 48%;
  }
  .pop-vst .two-box .btnbox {
    justify-content: space-around;
  }
  .pop-vst .two-box .btn {
    flex: 0 0 46%;
    margin-left: 0;
    margin-right: 0;
  }
  .pop-vst .data-box .item .num {
    font-size: 18px;
  }
  .event-top {
    padding-top: 100px;
  }
  .main-title {
    margin-bottom: 50px;
  }
  .nav-box .nav-ul .sub-nav {
    font-size: 12px;
  }
  .countdown {
    font-size: 18px;
  }
  .countdown .date-show {
    line-height: 26px;
  }
  .categorybox .buyer-catelist li .tit {
    font-size: 14px;
  }
  .nolink {
    font-size: 20px;
  }
  .nolink .icon01 {
    width: 45px;
  }
  .nolink .icon02 {
    width: 25px;
  }
  .nolink2 .exhtip {
    font-size: 18px;
  }
  .nolink2 .exhtip .strong {
    font-size: 20px;
  }
  .ievent-list li .imgbox {
    /*height: 180px;*/
  }
  .theme-top .theme-list {
    padding: 20px 15px;
  }
  .theme-top .theme-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-pro .item img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .forum-schedule .item:after,
  .forum-schedule .item:before {
    left: 50px;
  }
  .forum-schedule .item .title-box .date {
    width: 100px;
    height: 100px;
  }
  .forum-schedule .item .title-box .date .inner .p2 {
    font-size: 22px;
  }
  .forum-logo-wall .img {
    width: calc(100%/5 - 18px);
  }
  .forum-logo-wall .img:nth-child(6n) {
    margin-right: 20px;
  }
  .forum-logo-wall .img:nth-child(5n) {
    margin-right: 0px;
  }
  .awards-process-con3 .list li:before {
    padding-top: calc(100% + 140px);
  }
}
@media screen and (max-height: 910px) {
  .pop-vst,
  .pop-exh {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .pop-vst .pop-con,
  .pop-exh .pop-con {
    min-height: 0;
  }
}
@media screen and (max-width: 1320px) {
  .swiper-button-style.swiper-button-next,
  .swiper-button-style.swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 25px;
  }
  .swiper-button-style.swiper-button-next:after,
  .swiper-button-style.swiper-button-prev:after {
    font-size: 14px;
  }
  .exh-history .swiper-button-next,
  .exh-history .swiper-button-prev {
    display: block;
  }
  .exh-history .swiper-button-next,
  .exh-history .swiper-container-rtl .swiper-button-prev {
    right: -20px;
  }
  .exh-history .swiper-button-prev,
  .exh-history .swiper-container-rtl .swiper-button-next {
    left: -20px;
  }
  .speaker-box .speaker-con .swiper-button-next,
  .speaker-box .speaker-con .swiper-container-rtl .swiper-button-prev {
    right: -18px;
  }
  .speaker-box .speaker-con .swiper-button-prev,
  .speaker-box .speaker-con .swiper-container-rtl .swiper-button-next {
    left: -18px;
  }
  .index-base .quick-box .item .icon {
    height: 70px;
    line-height: 70px;
  }
  .index-base .quick-box .item p {
    font-size: 20px;
  }
  .index-base .countdown .img {
    max-width: 46%;
  }
  .index-base .countdown .li {
    padding-left: 24%;
  }
  .index-base .countdown .li .txtbox .name,
  .index-base .countdown .li .timebox {
    font-size: 18px;
  }
  .index-base .countdown .li .txtbox .name .time,
  .index-base .countdown .li .timebox .time {
    padding: 8px 5px;
  }
  .index-schedule .left .txtbox .list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header-fun .search-top .search-btn {
    display: none;
  }
  .ind-exhintro .main-title {
    margin-bottom: 50px;
  }
  .ind-exhintro .txtbox {
    padding-left: 10%;
    padding-right: 4%;
  }
  .ind-category .category-con .item .img .info img {
    width: 60px;
  }
  .match-box .match-list .info {
    min-height: 250px;
  }
  .achieve-con .scale-list li {
    width: calc(100%/4 - 60px);
    margin-right: 80px;
  }
  .pro-top10 .row .imgbox {
    height: 200px;
  }
  .pro-top10 .row .centerli {
    /*height: calc(~"(200px + 40px)*2 + 8px");*/
    padding: 40px 0;
  }
  .award-list .imgbox {
    height: 200px;
  }
  .categorybox .buyer-catelist li {
    height: 200px;
  }
  .achieve-con .scale-list li {
    /*font-size: 14px;*/
  }
  .organizer-info .info .item {
    margin-top: 10px;
  }
  .contact-list .info {
    min-height: 250px;
  }
  .ind-category .category-list li {
    height: 190px;
  }
  .review-list .tit,
  .pro-top10 .row .tit {
    font-size: 14px;
  }
  .pro-category .tit {
    font-size: 14px;
  }
  .pro-category li {
    width: calc(100%/4 - 8px);
  }
  .pro-category li:nth-of-type(5n) {
    margin-right: 10px;
  }
  .pro-category li:nth-of-type(4n) {
    margin-right: 0px;
  }
  .ind-category .pro-category li {
    width: calc(100%/6 - 8px);
    margin-right: 9px !important;
  }
  .ind-category .pro-category li:nth-of-type(6n) {
    margin-right: 0 !important;
  }
  .ind-category .pro-category .imgbox {
    height: 120px;
    line-height: 120px;
  }
  .prozone-list .detail {
    font-size: 12px;
  }
  .prozone-list .detail .item .name {
    font-size: 14px;
  }
  .ievent-list li .imgbox {
    /*height: 160px;*/
  }
  .serve-list li .tit,
  .theme-event-list li .p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .pop-exh .exhinfo-box .row {
    padding: 30px;
  }
  .pop-exh .exhinfo-box .row .data-box.data-box-3 .item {
    flex: 0 0 30%;
  }
  .header .logo {
    display: none;
  }
  .header .header-fr {
    width: 100%;
  }
  .countdown {
    font-size: 16px;
  }
  .pro-top10 .row .imgbox {
    height: 180px;
  }
  .pro-top10 .row .centerli {
    padding: 40px 0;
  }
  .achieve-con .scale-list li {
    width: calc(100%/4 - 45px);
    margin-right: 60px;
  }
  .pro-category .imgbox {
    height: 150px;
    line-height: 150px;
  }
  .sectors-list li {
    width: calc(100%/6 - 9px);
    margin-right: 10px;
  }
  .sectors-list li:nth-of-type(7n) {
    margin-right: 10px;
  }
  .sectors-list li:nth-of-type(6n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1130px) {
  .ind-category .pro-category li {
    width: calc(100%/5 - 8px);
    margin-right: 10px !important;
  }
  .ind-category .pro-category li:nth-of-type(6n) {
    margin-right: 10px !important;
  }
  .ind-category .pro-category li:nth-of-type(5n) {
    margin-right: 0 !important;
  }
  .set-con .row .p1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1092px) {
  .suspension-bottom .con {
    padding-left: 0;
    padding-right: 0;
    min-height: 80px;
  }
  .suspension-bottom .close {
    right: -25px;
    top: -44px;
  }
  .suspension-bottom .title .p1 {
    font-size: 18px;
  }
  .suspension-bottom .title .p2 {
    font-size: 14px;
  }
  .suspension-bottom .txtbox {
    margin-left: 4%;
    margin-right: calc(4% + 140px);
  }
  .suspension-bottom .txtbox .txt .p1 {
    font-size: 14px;
  }
  .suspension-bottom .txtbox .txt .p1 span {
    font-size: 20px;
  }
  .suspension-bottom .txtbox .txt .p2 {
    font-size: 10px;
  }
  .suspension-bottom .txtbox .txt .p2 span {
    font-size: 14px;
  }
  .suspension-bottom .txtbox .tip {
    font-size: 8px;
  }
  .suspension-bottom .suspension-btn {
    right: 0;
    width: 117px;
    height: calc(100% + 20px);
    font-size: 14px;
  }
  .suspension-bottom .suspension-btn:before {
    width: 136px;
    height: 34px;
    bottom: calc(100% - 20px);
  }
  .suspension-bottom .suspension-btn .strong {
    font-size: 22px;
  }
  .suspension-bottom .suspension-btn .price {
    font-size: 18px;
  }
  .links-stretchbox .links-list2.links-big {
    width: calc(100%/4 - 20px);
    margin-right: 20px;
  }
  .links-stretchbox .links-list2 li {
    width: calc(100%/3 - 16.67px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .countdown .date-show {
    line-height: 24px;
  }
  .page-inner-nav .page-nav {
    margin-top: -40px;
  }
  .page-inner-nav .page-nav .page-nav-list a {
    height: 40px;
    font-size: 14px;
  }
  .pro-top10 .row .imgbox {
    height: 160px;
  }
  .pro-top10 .row .centerli {
    padding: 40px 0;
  }
  .achieve-con .scale-list li {
    width: calc(100%/4 - 23px);
    margin-right: 30px;
  }
  .review-list .imgbox {
    height: 160px;
  }
  .award-list .imgbox {
    height: 200px;
  }
  .products-list li .txtbox {
    padding-top: 15px;
  }
  .ind-category .category-list li {
    height: 150px;
  }
  .ind-category .category-list li a .info img {
    width: 60px;
  }
  .perspective-list li {
    width: calc(100%/3 - 1%);
  }
  .perspective-list li:nth-child(5n) {
    margin-right: 1.5%;
  }
  .perspective-list li:nth-child(3n) {
    margin-right: 0;
  }
  .set-con2 .txtbox {
    padding: 20px;
  }
  .set-con2 .txtbox .p1 {
    font-size: 20px;
  }
  .set-con2 .txtbox .p2 {
    font-size: 14px;
  }
  .set-con2 .txtbox .list li {
    width: 100%;
    margin: 5px 0;
  }
}
