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;
}
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;
  background-color: transparent;
  border: 0;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #e64d21;
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
}
body {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑";
  color: #333;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}
/*Common Style*/
.hidden {
  display: none !important;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fs18 {
  font-size: 18px;
}
.fcbase {
  color: #0e5498 !important;
}
.fcactive {
  color: #e64d21 !important;
}
.fcblack {
  color: #333 !important;
}
.fcred {
  color: red !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.pad60 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.margin60 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.marginb60 {
  margin-bottom: 50px;
}
/*版心*/
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.mb-show {
  display: none;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #0e5498;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn img {
  margin-left: 10px;
}
.btn.btn-success {
  background-color: #e64d21;
}
.btn.btn-warning {
  background-color: #e7d400;
}
.btn.btn-default {
  background-color: #f1f6fb;
}
.disc-list {
  padding-left: 20px;
  list-style-type: disc;
}
.disc-list li::marker {
  color: #e64d21;
}
.decimal-list {
  padding-left: 20px;
  list-style: decimal;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  height: 100px;
}
.header .logo {
  flex-shrink: 0;
  width: 200px;
  background-color: #fff;
  height: 100%;
  font-size: 0;
}
.header .logo picture,
.header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.header .logo img {
  max-width: 80%;
  max-height: 80%;
}
.header .menu-btn {
  display: none;
}
.header .head-right {
  width: calc(100% - 200px);
  background-color: #054f9b;
}
.head-top {
  padding: 0 3%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  *zoom: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head-top:after {
  display: block;
  content: "";
  clear: both;
}
.head-top .left {
  float: left;
}
.head-top .p {
  display: inline-block;
  vertical-align: middle;
}
.head-top .countdown {
  display: inline-block;
  vertical-align: middle;
}
.head-top .countdown .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.head-top .countdown .item .time-span {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  min-width: 35px;
  height: 35px;
  color: #e64d21;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 2px;
  line-height: 35px;
}
.head-top .system-btn {
  float: right;
}
.head-top .system-btn .linka {
  display: inline-block;
  position: relative;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 20px;
  margin-left: 20px;
}
.head-top .system-btn .linka:hover {
  color: #e64d21;
}
.head-top .system-btn .linka .fa {
  font-size: 16px;
  margin-left: 4px;
  color: #e64d21;
}
.nav-box {
  padding: 0 3%;
  height: 50px;
  *zoom: 1;
}
.nav-box:after {
  display: block;
  content: "";
  clear: both;
}
.nav-box .search-top {
  float: left;
  line-height: 90px;
  width: 210px;
  height: 35px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 5px 0;
  *zoom: 1;
}
.nav-box .search-top:after {
  display: block;
  content: "";
  clear: both;
}
.nav-box .search-top input {
  height: 100%;
  padding: 10px;
  float: left;
  width: calc(100% - 30px);
  background: none;
  color: #fff;
}
.nav-box .search-top .search-btn {
  float: left;
  width: 30px;
  font-size: 16px;
  color: #e64d21;
  text-align: center;
  line-height: 35px;
  -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;
}
.nav-box .search-top .search-btn:hover {
  background-color: #e64d21;
  color: #fff;
}
.nav-ul {
  float: left;
  width: calc(100% - 210px);
  display: flex;
  justify-content: space-between;
}
.nav-ul .nav-li {
  position: relative;
  float: left;
  height: 50px;
  line-height: 46px;
}
.nav-ul .nav-li.curr .nav-li-a {
  color: #e64d21;
  border-bottom: 2px solid #e64d21;
}
.nav-ul .nav-li-a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.nav-ul .nav-li-a:hover {
  color: #e64d21;
}
.nav-ul .sub-nav {
  display: none;
  position: absolute;
  width: auto;
  min-width: 160px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 8px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  z-index: 2;
}
.nav-ul .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-ul .sub-nav a:hover,
.nav-ul .sub-nav a.curr {
  color: #e64d21;
  -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-ul .sub-nav a span {
  display: block;
}
.search-page {
  width: 100%;
  height: 100%;
  background-color: #1d2a4d;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.search-page .search-close {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 70px;
  top: 70px;
  cursor: pointer;
}
.search-page .search-close img {
  width: 12px;
  display: inline;
}
.search-page .search-close:hover {
  position: absolute;
  right: 70px;
  top: 70px;
  border-color: #fff;
}
.search-page .search-con {
  width: 900px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-page .search-tit {
  font-size: 48px;
  letter-spacing: 4px;
  margin-bottom: 100px;
}
.search-page .search .searchInput {
  width: calc(100% - 134px);
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  height: 60px;
  border: 0;
  padding: 0 10px;
  float: left;
  font-size: 16px;
}
.search-page .search .searchBtn {
  width: 134px;
  border-radius: 0 5px 5px 0;
  background-color: #e64d21;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  height: 60px;
  border: 0;
  color: #fff;
  font-size: 32px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.search-page .search .searchBtn:hover {
  opacity: 0.9;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.toggle-nav-btn {
  display: none;
  float: right;
  font-size: 18px;
  color: #e64d21;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 15px;
}
.toggle-nav-btn img {
  width: 25px;
  vertical-align: middle;
}
.menu-row {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  transition: all 0.4s;
  min-height: 100%;
  overflow-y: auto;
  z-index: 9999;
}
.menu-row .menu-top {
  height: 60px;
  background: #e64d21;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.menu-row .menu-close {
  width: 60px;
  height: 60px;
  float: right;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.menu-row .extra-link {
  padding: 0 20px;
}
.menu-row .extra-link a {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  margin: 15px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.menu-row .extra-link a img {
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
}
.menu-row .extra-link .exh-a {
  background: #0e5498;
}
.menu-row .extra-link .vst-a {
  background: #e64d21;
}
.menu-row .menu-ul {
  padding: 80px 20px 20px;
}
.menu-row .menu-ul .menu-li {
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
}
.menu-row .menu-ul .menu-li-a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.menu-row .menu-ul .menu-li-a img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.menu-row .menu-ul .menu-li-a img.active {
  display: none;
}
.menu-row .menu-ul .menu-li-a.curr {
  background: #e64d21;
  color: #fff;
}
.menu-row .menu-ul .menu-li-a.curr.hasSubmenu:after {
  content: '-';
}
.menu-row .menu-ul .hasSubmenu:after {
  content: '+';
  position: absolute;
  right: 10px;
  height: 100%;
  font-size: 26px;
  line-height: 46px;
}
.menu-row .menu-ul .sub-menu-a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.menu-row .menu-ul .sub-menu-a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #e64d21;
  border-radius: 50%;
  margin-right: 5px;
}
.menu-row .menu-ul .sub-menu-a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
}
.menu-row .menu-ul .sub-menu-a.curr.hasThreemenu:after {
  transition: all 400ms;
  transform: rotate(-45deg);
}
.menu-row .menu-ul .hasThreemenu:after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  transition: all 400ms;
  transform: rotate(-135deg);
}
.menu-row .menu-ul .sub-menu-ul,
.menu-row .menu-ul .three-menu-ul {
  display: none;
  background: #fff;
}
.menu-row .menu-ul .three-menu-a {
  padding-left: 40px;
  display: block;
}
.footer {
  position: relative;
  background: #0e5396;
  border-radius: 0 300px 0 0;
  width: 100%;
  color: #fff;
  margin-top: 100px;
}
.footer a {
  color: #fff;
}
.footer .foot-newsletter {
  display: flex;
  align-items: center;
  background-color: #e64d21;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
  color: #fff;
  padding: 20px 40px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .foot-newsletter .title {
  width: 42%;
  padding-right: 3%;
}
.footer .foot-newsletter .title .p1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.footer .foot-newsletter .footer-email {
  width: 58%;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
}
.footer .foot-newsletter .footer-email input {
  float: left;
  padding: 0 20px;
  border: 0;
  height: 100%;
}
.footer .foot-newsletter .footer-email .E-mail-name {
  background: transparent;
  width: 22%;
  border-radius: 30px 0 0 30px;
  background: url(../images/input-line.png) no-repeat right center;
}
.footer .foot-newsletter .footer-email .E-mail-address {
  background: transparent;
  width: calc(100% - 110px - 22%);
}
.footer .foot-newsletter .footer-email .E-mail-address-but {
  float: right;
  border: 1px solid #fff;
  background: #e64d21;
  height: 50px;
  border-radius: 30px;
  width: 110px;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .foot-newsletter .footer-email .E-mail-address-but:hover {
  color: #e64d21;
  background: #fff;
  border-color: #e64d21;
}
.footer .footer-top {
  padding: 45px 0;
  padding-top: 95px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-contact {
  flex: 1;
  position: relative;
  padding-right: 4%;
  margin-right: 6%;
}
.footer .footer-contact:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}
.footer .share-box {
  margin-top: 40px;
}
.footer .share-box .share-icon {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  background: #007ebe;
  width: 36px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 0;
  margin-bottom: 8px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .share-box .share-icon img {
  vertical-align: middle;
}
.footer .share-box .share-icon i {
  font-size: 22px;
  line-height: 39px;
}
.footer .share-box .share-icon:hover {
  background: #e64d21;
}
.footer .footer-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer .footer-info p {
  margin-bottom: 10px;
}
.footer .foot-quick {
  flex: 3;
  margin-right: 6%;
}
.footer .foot-quick .link {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  margin-bottom: 20px;
}
.footer .footer-wechat .wechat-img {
  background: #fff;
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
}
.footer .footer-wechat .wechat-img img {
  width: 100%;
  display: block;
}
.footer .footer-wechat .p1 {
  text-align: center;
  margin-top: 5px;
}
.footer .footer-seek {
  padding: 15px 0;
  *zoom: 1;
}
.footer .footer-seek:after {
  display: block;
  content: "";
  clear: both;
}
.footer .footer-seek .copyright {
  float: left;
}
.footer .footer-seek .filling {
  float: right;
}
.footer .footer-seek .filling span {
  display: inline-block;
  margin: 0 10px;
}
.backtop {
  display: none;
  position: fixed;
  bottom: 30%;
  right: 5%;
  z-index: 999;
  width: 54px;
  height: 54px;
  border: 5px solid #fff;
  background-color: #e64d21;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.backtop:hover {
  background-color: #e7d400;
}
/*右侧悬浮*/
.right-frame {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 999;
}
.right-frame .box {
  width: 92px;
  position: relative;
}
.right-frame .item {
  width: 92px;
  height: 92px;
  background-color: #e64d21;
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.right-frame .item:hover {
  background-color: #0e5498;
}
.right-frame .item:first-of-type {
  border-radius: 5px 0 0 0 ;
}
.right-frame .item:last-of-type {
  border-radius: 0 0 0 5px ;
}
.right-frame .item .imgbox img {
  max-height: 30px;
  max-width: 35px;
}
.right-frame .item p {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.right-frame .right-ewm {
  display: none;
  opacity: 0;
  position: absolute;
  right: 95px;
  width: 130px;
  height: 130px;
  background: #fff;
  top: -20px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 400ms;
}
.right-frame .right-ewm:before {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  display: block;
  content: "";
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.right-frame .right-ewm img {
  display: block;
  width: 100%;
}
.right-frame .js-right-ewm:hover .right-ewm {
  display: block;
  opacity: 1;
  transition: all 400ms;
}
.right-frame .aip-back-top {
  cursor: pointer;
}
.right-frame .subbox {
  display: none;
  position: absolute;
  left: calc(-100% - 8px);
  top: 0;
}
.right-frame .subbox .item:first-of-type {
  border-radius: 5px 5px 0 0 ;
}
.right-frame .subbox .item:last-of-type {
  border-radius: 0 0 5px 5px ;
}
/*侧面banner*/
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner .img {
  display: block;
  width: 100%;
}
.inner-banner .inner-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/bg-img2.png) no-repeat left -18% center;
  background-size: 45% auto;
}
.inner-banner .inner-txt .wrap {
  height: 100%;
  width: 90%;
  max-width: 1400px;
  display: flex;
  align-items: center;
}
.inner-banner .h1-title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.inner-banner .h1-title:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e64d21;
  position: absolute;
  top: 15px;
  right: -22px;
}
.inner-banner .h1-title span {
  position: relative;
  z-index: 2;
}
/*面包屑*/
.breadcrumb .crumbs {
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
}
.breadcrumb .crumbs .crumbs-a:hover {
  color: #e64d21;
}
.breadcrumb .crumbs .crumbs-a:after {
  display: inline-block;
  content: ">";
  margin-left: 4px;
  margin-right: 3px;
}
.breadcrumb .crumbs .crumbs-a:last-of-type {
  color: #e64d21;
}
.breadcrumb .crumbs .crumbs-a:last-of-type:after {
  display: none;
}
.breadcrumb .crumbs .crumbs-a:first-of-type:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/ico-home.png) no-repeat center center;
  background-size: 100%;
  margin-right: 3px;
  vertical-align: middle;
}
.breadcrumb .crumbs .crumbs-a:first-of-type:after {
  content: "：";
}
.breadcrumb .crumbs .crumbs-curr {
  color: #0e5498;
}
.page-menu {
  text-align: center;
}
.page-menu a {
  display: inline-block;
  vertical-align: top;
  min-width: 130px;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #e7ebf0;
  text-align: center;
  margin: 5px;
  -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;
}
.page-menu a:hover,
.page-menu a.curr {
  background-color: #e64d21;
  color: #fff;
}
/*分页器*/
.pagging {
  text-align: center;
  margin: 30px 0 50px;
}
.pagging li {
  display: inline-block;
  margin: 2px;
}
.pagging li.active span {
  background: #e64d21;
  border-color: #e64d21;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #d5d5e6;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #e64d21;
  border-color: #e64d21;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #e64d21;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.maintit {
  color: #0e5498;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.titbox {
  *zoom: 1;
  margin-bottom: 10px;
}
.titbox:after {
  display: block;
  content: "";
  clear: both;
}
.titbox .maintit {
  float: left;
  margin-bottom: 0;
}
.titbox .more {
  float: right;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #e64d21;
  color: #e64d21;
  -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;
}
.titbox .more img {
  vertical-align: middle;
  margin-left: 10px;
}
.titbox .more:hover {
  background-color: #e64d21;
  color: #fff;
}
.tit-arrow {
  display: inline-block;
  font-size: 18px;
  color: #e64d21;
  font-style: italic;
  margin-bottom: 10px;
}
.tit-arrow::after {
  display: inline-block;
  content: "";
  background: url(../images/icon-right.png) no-repeat center center;
  background-size: 100%;
  width: 25px;
  height: 16px;
  margin-left: 2px;
  vertical-align: middle;
}
.ibanner-box {
  margin-top: 100px;
  background-color: #fff;
  display: flex;
}
.ibanner-box .ibanner-btn {
  position: relative;
  width: 200px;
}
.ibanner-box .ibanner-swiper {
  width: calc(100% - 200px);
  border-radius: 0 0 0 20%;
  overflow: hidden;
}
.ibanner-box img {
  display: block;
  width: 100%;
}
.ibanner-box .button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.ibanner-box .swiper-button-next,
.ibanner-box .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #e64d21;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #e64d21;
  position: static;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 35px;
  -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;
}
.ibanner-box .swiper-button-next:after,
.ibanner-box .swiper-button-prev:after {
  font-size: 20px;
}
.ibanner-box .swiper-button-next:hover,
.ibanner-box .swiper-button-prev:hover {
  background-color: #fff;
  color: #e64d21;
}
.ibanner-box .pagination {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.ibanner-box .pagination:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #f3f3f3;
}
.ibanner-box .pagination .thumb {
  display: block;
  width: 2px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #e64d21;
}
.ibanner-box .pagination .swiper-pagination {
  position: static;
}
.ibanner-box .swiper-pagination-bullet {
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  color: #999999;
  border-radius: 50%;
  border: 1px dashed #e6e6e6;
  font-style: italic;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
  margin-bottom: 100%;
  opacity: 1;
}
.ibanner-box .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.ibanner-box .swiper-pagination-bullet-active {
  background-color: #e64d21;
  color: #fff;
  border: 5px solid #fff;
}
.ibanner-box .swiper-pagination-bullet-active:after,
.ibanner-box .swiper-pagination-bullet-active:before {
  background-color: #e64d21;
}
.iabout-box {
  *zoom: 1;
}
.iabout-box:after {
  display: block;
  content: "";
  clear: both;
}
.iabout-box .imgbox {
  float: left;
  width: 35%;
}
.iabout-box .imgbox img {
  display: block;
  width: 100%;
}
.iabout-box .txtbox {
  float: left;
  width: 68%;
  padding-right: 6%;
}
.iabout-box .iabout-top {
  margin-bottom: 20px;
}
.iabout-box .iabout-top .date {
  color: #e64d21;
  font-size: 16px;
}
.iabout-box .iabout-top .date span {
  display: inline-block;
  vertical-align: top;
}
.iabout-box .iabout-top .date span:after {
  content: "|";
  display: inline-block;
  margin: -1px 10px 0;
  color: #ddd;
  vertical-align: top;
}
.iabout-box .iabout-top .date span:last-child:after {
  display: none;
}
.iabout-box .btn {
  margin-right: 10px;
}
.iabout-box .info {
  color: #666;
  line-height: 1.8;
  margin: 30px 0;
}
.iabout-box .disc-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.iabout-box .disc-list li {
  width: 48%;
  margin-bottom: 10px;
}
.iabout-box .disc-list li:nth-child(2n+1) {
  margin-right: 4%;
}
.iabout-box .iexh-box {
  margin-top: -120px;
  float: right;
  width: 32%;
  background: url(../images/exh-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.iabout-box .iexh-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
}
.iabout-box .iexh-list li {
  width: 50%;
  position: relative;
  padding: 12% 3%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.iabout-box .iexh-list li:nth-child(2n) {
  border-right: 0;
}
.iabout-box .iexh-list li:nth-child(1),
.iabout-box .iexh-list li:nth-child(2) {
  border-top: 0;
}
.iabout-box .iexh-list li.big {
  width: 100%;
  border-right: 0;
}
.iabout-box .iexh-list .p1 .counter {
  font-size: 30px;
  color: #e7d400;
  font-weight: bold;
}
.iunit-box {
  padding: 30px 0;
  border-top: 1px solid #fdf3f0;
  border-bottom: 1px solid #fdf3f0;
  display: flex;
  justify-content: space-between;
}
.iunit-box .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.iunit-box .item:last-child {
  margin-right: 0;
}
.iunit-box .p1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.iunit-box .p2 {
  color: #666;
}
.ibrand-box {
  position: relative;
  color: #fff;
}
.ibrand-box:before {
  content: "";
  display: block;
  width: calc(100% - (100% - 1400px)/2);
  height: 100%;
  background: url(../images/bg04.png) no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ibrand-box .top {
  padding-right: 12%;
}
.ibrand-box .info {
  line-height: 1.8;
}
.ibrand-box .maintit {
  color: #fff;
}
.ibrand-box .ibrand-list {
  margin-top: 60px;
  padding-right: 5%;
  *zoom: 1;
}
.ibrand-box .ibrand-list:after {
  display: block;
  content: "";
  clear: both;
}
.ibrand-box .ibrand-list li {
  float: left;
  position: relative;
  width: calc(100%/3 - 2%);
  margin-right: 3%;
  margin-top: 2%;
  border-radius: 30px;
  overflow: hidden;
}
.ibrand-box .ibrand-list li:before {
  content: "";
  display: block;
  padding-top: 54%;
}
.ibrand-box .ibrand-list li:nth-child(3n) {
  margin-right: 0;
}
.ibrand-box .ibrand-list li:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
.ibrand-box .ibrand-list li:hover .desc {
  display: -webkit-box;
}
.ibrand-box .ibrand-list li:hover .txtbox {
  text-align: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -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;
}
.ibrand-box .ibrand-list li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.ibrand-box .ibrand-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.ibrand-box .ibrand-list li .txtbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ibrand-box .ibrand-list li .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.ibrand-box .ibrand-list li .desc {
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.logo-list .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.logo-list .li {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
.logo-list .li img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
.partner-swiper .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.bg1 {
  background: url(../images/bg01.png) no-repeat top 10% left;
  background-size: 50% auto;
}
.inews-top {
  margin-bottom: 20px;
}
.inews-top li {
  text-align: center;
  font-size: 16px;
  display: inline-block;
  min-width: 80px;
  cursor: pointer;
  color: #e64d21;
  line-height: 1.8;
  padding: 0 20px;
  background-color: #fff;
  border: 2px solid #e64d21;
  border-radius: 30px;
  margin-right: 10px;
}
.inews-top li.curr {
  background-color: #e64d21;
  color: #fff;
}
.inews-tab-con {
  position: relative;
  display: none;
  *zoom: 1;
}
.inews-tab-con:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-first {
  width: 100%;
  *zoom: 1;
}
.inews-tab-con .inews-first:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-first .imgbox {
  float: right;
  width: 50%;
  padding-left: 4%;
  overflow: hidden;
  height: 220px;
  line-height: 220px;
  background: #fafafa;
  position: relative;
  min-height: 80px;
  border-radius: 0 80px 0 80px;
  margin-top: -60px;
}
.inews-tab-con .inews-first .imgbox img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inews-tab-con .inews-first .txtbox {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.inews-tab-con .inews-first .date {
  color: #e64d21;
}
.inews-tab-con .inews-first .inews-info {
  margin-top: 20px;
}
.inews-tab-con .inews-first .inews-info a {
  color: #e64d21;
  text-decoration: underline;
}
.inews-tab-con .inews-tit {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #0e5498;
  margin-bottom: 10px;
}
.inews-tab-con .inews-info {
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.inews-tab-con .inews-ul {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 2px solid #eef8fe;
  *zoom: 1;
}
.inews-tab-con .inews-ul:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-ul li {
  float: left;
  width: calc(100%/3 - 2.67%);
  margin-right: 4%;
  border-bottom: 1px solid #f2f4f9;
  padding: 20px 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;
  *zoom: 1;
}
.inews-tab-con .inews-ul li:after {
  display: block;
  content: "";
  clear: both;
}
.inews-tab-con .inews-ul li:nth-child(3n) {
  margin-right: 0;
}
.inews-tab-con .inews-ul li:nth-last-child(1),
.inews-tab-con .inews-ul li:nth-last-child(2),
.inews-tab-con .inews-ul li:nth-last-child(3) {
  border-bottom: 0;
}
.inews-tab-con .inews-ul li .tit {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.inews-tab-con .inews-ul li .date {
  color: #e64d21;
}
.divide-box {
  margin: 0 20px;
  background: url(../images/bg02.png) no-repeat center center;
  background-size: 100% 100%;
}
.divide-box .maintit {
  color: #fff;
  margin-bottom: 20px;
}
.divide-box .divide-con {
  padding: 0 50px;
  position: relative;
}
.divide-box .divide-swiper {
  width: 100%;
}
.divide-box .divide-list {
  -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;
}
.divide-box .divide-list:hover {
  opacity: 0.9;
}
.divide-box .divide-list .img {
  max-width: 90%;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  position: relative;
}
.divide-box .divide-list .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.divide-box .divide-list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}
.divide-box .divide-list .title {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.divide-box .swiper-button-next,
.divide-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 10px;
}
.divide-box .swiper-button-next,
.divide-box .swiper-container-rtl .swiper-btn.swiper-button-prev {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23028286'%2F%3E%3C%2Fsvg%3E");
}
.divide-box .swiper-button-prev,
.divide-box .swiper-btn.swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23028286'%2F%3E%3C%2Fsvg%3E");
}
.layer-radius {
  border-radius: 8px !important;
}
.divide-pop {
  display: none;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(to bottom, #f7fdfd 90%, #fff);
  width: 780px;
  max-width: 90vw;
  max-height: 80vh;
  padding: 40px 30px;
}
.divide-pop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.divide-pop > * {
  position: relative;
  z-index: 2;
}
.divide-pop .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #dfe3e4;
  border-radius: 0 8px 0 0;
  cursor: pointer;
}
.divide-pop .close img {
  vertical-align: middle;
}
.divide-pop .tit {
  font-size: 18px;
  color: #0e5498;
  margin-bottom: 10px;
}
.divide-pop ul {
  padding-left: 20px;
  list-style: disc;
  color: #666666;
  line-height: 1.8;
}
.ievent-box {
  background: url(../images/bg05.png) no-repeat top right;
  background-size: 50% 100%;
}
.ievent-box .titbox .more {
  border-color: #fff;
  color: #fff;
}
.ievent-box .swiper-btnbox {
  float: left;
}
.ievent-box .swiper-btnbox .swiper-button-next,
.ievent-box .swiper-btnbox .swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #e64d21;
  background-color: #fff;
  color: #e64d21;
  margin-left: 10px;
  border-radius: 50%;
  opacity: 1;
  margin-top: 0;
}
.ievent-box .swiper-btnbox .swiper-button-next:after,
.ievent-box .swiper-btnbox .swiper-button-prev:after {
  font-size: 20px;
}
.ievent-box .swiper-btnbox .swiper-button-next:hover,
.ievent-box .swiper-btnbox .swiper-button-prev:hover {
  background-color: #e64d21;
  color: #fff;
}
.ievent-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
  background-color: #cccccc;
  opacity: 1;
}
.ievent-swiper .swiper-pagination-bullet-active {
  background-color: #0e5498;
}
.ievent-slide {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 80px 0 80px 0;
  background-color: #fff;
}
.ievent-slide:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-slide .imgbox {
  height: 300px;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ievent-slide .imgbox img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ievent-slide .txtbox {
  padding: 20px;
  padding-right: 80px;
  position: relative;
}
.ievent-slide .txtbox:after {
  content: "+";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #e64d21;
  color: #fff;
  font-size: 24px;
  border: 5px solid #f8e0d9;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.ievent-slide .event-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ievent-slide .p1 {
  color: #999999;
  margin-top: 8px;
}
.ievent-slide .p1 span {
  display: inline-block;
  margin-right: 20px;
}
.ievent-slide .p1 span:last-child {
  margin-right: 0;
}
.swiper-box {
  position: relative;
}
.swiper-btn-box {
  max-width: calc(90% + 40px);
  width: calc(1400px + 120px);
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper-btn-box .swiper-btn.swiper-button-next,
.swiper-btn-box .swiper-container-rtl .swiper-btn.swiper-button-prev {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-btn-box .swiper-btn.swiper-button-prev,
.swiper-btn-box .swiper-btn.swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-btn-box .swiper-button-next,
.swiper-btn-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #0e5498;
  border-radius: 50%;
  background-size: 10px;
  color: #0e5498;
  opacity: 1;
}
.swiper-btn-box .swiper-button-next.swiper-button-disabled,
.swiper-btn-box .swiper-button-prev.swiper-button-disabled {
  background-color: #e5e5e5;
}
.swiper-btn-box .swiper-container-rtl .swiper-btn.swiper-button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23283b6a'%2F%3E%3C%2Fsvg%3E");
}
.swiper-btn-box .swiper-btn.swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23283b6a'%2F%3E%3C%2Fsvg%3E");
}
.page-box {
  margin: 50px 0 100px;
}
.pagetit {
  font-size: 24px;
  color: #0e5498;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-subtit {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1;
}
.page-subtit:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #e64d21;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.txtinfo {
  color: #666666;
  line-height: 1.8;
}
.about-top {
  margin-bottom: 40px;
}
.about-top .pagetit {
  margin-bottom: 10px;
}
.about-top .date {
  color: #e64d21;
  font-size: 16px;
}
.about-top .date span {
  display: inline-block;
  vertical-align: top;
}
.about-top .date span:after {
  content: "|";
  display: inline-block;
  margin: -1px 10px 0;
  color: #ddd;
  vertical-align: top;
}
.about-top .date span:last-child:after {
  display: none;
}
.about-top .txtinfo {
  margin-top: 20px;
}
.about-top .txtinfo p {
  margin-bottom: 10px;
}
.about-top .imgbox {
  *zoom: 1;
}
.about-top .imgbox:after {
  display: block;
  content: "";
  clear: both;
}
.about-top .imgbox .img {
  float: left;
  width: calc(100%/3 - 6.7px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.about-top .imgbox .img:nth-child(3n) {
  margin-right: 0;
}
.about-top .imgbox .img img {
  display: block;
  width: 100%;
}
.about-zone {
  background: linear-gradient(to bottom, #f2f7fb, #fff);
  padding-bottom: 0;
}
.about-zone .zone-imgbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-zone .zone-imgbox .img {
  position: relative;
  width: calc(100%/3 - 6.7px);
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.about-zone .zone-imgbox .img:nth-child(3n) {
  margin-right: 0;
}
.about-zone .zone-imgbox .img:before {
  content: "";
  display: block;
  padding-top: 41%;
}
.about-zone .zone-imgbox .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent, #0d468b);
  z-index: 2;
}
.about-zone .zone-imgbox .img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-zone .zone-imgbox .img a:hover .p {
  color: #e64d21;
}
.about-zone .zone-imgbox .img .p {
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 16px;
  z-index: 3;
}
.about-detail .about-detail-list {
  display: flex;
  flex-wrap: wrap;
}
.about-detail .about-detail-list .li {
  width: calc(100%/3 - 2%);
  margin-right: 3%;
  margin-top: 30px;
}
.about-detail .about-detail-list .li:last-child {
  margin-right: 0;
}
.about-detail .about-detail-list .li.all {
  width: 100%;
}
.about-detail .about-detail-list .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #0e5498;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-vstrange .desc {
  margin-bottom: 20px;
}
.about-vstrange .desc .li {
  margin-bottom: 10px;
}
.about-vstrange .desc .name {
  font-weight: bold;
  color: #0e5498;
  float: left;
}
.about-vstrange .desc .p {
  overflow: hidden;
  color: #666;
}
.about-contact .contact-item {
  padding: 30px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
.about-contact .contact-item .tit {
  color: #0e5498;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-contact .contact-item .p {
  display: inline-block;
  vertical-align: bottom;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.about-contact .contact-item .p:nth-child(4n) {
  margin-right: 0;
}
.about-contact .contact-item .pb {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
}
.venue-box {
  *zoom: 1;
}
.venue-box:after {
  display: block;
  content: "";
  clear: both;
}
.venue-box .txtbox {
  float: left;
  width: 50%;
}
.venue-box .imgbox {
  float: left;
  width: 50%;
  padding-left: 5%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
.venue-box .imgbox img {
  display: block;
  width: 100%;
}
.floorplan-box {
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  text-align: center;
  padding: 5%;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
}
.download-list li {
  position: relative;
  width: calc(100%/4 - 3%);
  margin-right: 4%;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  padding: 80px 20px 30px;
  text-align: center;
  -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;
}
.download-list li:nth-child(4n) {
  margin-right: 0;
}
.download-list li:hover {
  border-color: #e64d21;
  background-color: #e64d21;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.download-list li:hover .p2 {
  color: #fff;
}
.download-list li:hover .btn {
  opacity: 1;
  background-color: #fff;
}
.download-list li .icon {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f6f6f6;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
.download-list li .icon img {
  max-width: 50%;
}
.download-list li .p1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.download-list li .p2 {
  color: #666666;
}
.download-list li .p2 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.download-list li .p2 span:last-child {
  margin-right: 0;
}
.download-list li .btn {
  margin-top: 30px;
  background-color: #f1f6fb;
  color: #e64d21;
}
.guide-top {
  background: #f1f6fb url(../images/guide-bg.png) no-repeat right center;
  background-size: 50% 100%;
  padding: 5%;
  border-radius: 10px;
}
.guide-top .txtbox {
  width: 50%;
}
.guide-top .info {
  line-height: 1.8;
}
.guide-top .imgbox {
  width: 50%;
  float: left;
  border-radius: 7px;
  overflow: hidden;
}
.guide-top .imgbox img {
  display: block;
  width: 100%;
}
.guide-row {
  position: relative;
}
.guide-row:not(:last-child) {
  padding-bottom: 50px;
}
.guide-row:not(:last-child):before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #efe4e1;
  position: absolute;
  top: 0;
  left: 34.6px;
}
.guide-row:not(:last-child):after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/jiantou.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -19px;
}
.guide-row:last-child .name:after {
  display: none;
}
.guide-row .time {
  float: left;
  margin-right: 20px;
}
.guide-row .name {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #e64d21;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
}
.guide-row .name:after {
  display: block;
  content: "";
  border-width: 14px 10px 14px 10px;
  border-style: solid;
  border-color: #e64d21 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -10px;
}
.guide-row .guide-infobox {
  overflow: hidden;
}
.guide-row .guide-infobox .tit {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 10px;
}
.guide-row .guide-detail {
  display: flex;
  flex-wrap: wrap;
}
.guide-row .guide-detail .li {
  width: calc(100%/4 - 7.5px);
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f5f4;
}
.guide-row .guide-detail .li:nth-child(4n) {
  margin-right: 0;
}
.guide-row .guide-detail .li .tab {
  background-color: #0e5498;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.guide-row .guide-detail .li .guide-d-con {
  min-height: 288px;
  padding: 20px;
  background-color: #f9f5f4;
  line-height: 1.8;
}
.guide-row .guide-detail .li .guide-d-con .guide-a {
  display: block;
  color: #e64d21;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: underline;
}
.guide-row .guide-detail .li .guide-d-con .guide-a:hover {
  text-decoration: none;
}
.guide-row .guide-detail .li .guide-d-con .gray-info {
  color: #666;
}
.guide-row .guide-detail .li .guide-d-con .ewm-box {
  *zoom: 1;
}
.guide-row .guide-detail .li .guide-d-con .ewm-box:after {
  display: block;
  content: "";
  clear: both;
}
.guide-row .guide-detail .li .guide-d-con .ewm-box .txt {
  float: left;
  width: 55%;
}
.guide-row .guide-detail .li .guide-d-con .ewm-box .ewm {
  width: 40%;
  float: right;
  padding: 8px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
}
.guide-row .guide-detail .li .guide-d-con .ewm-box .ewm img {
  display: block;
  width: 100%;
}
.vip-box .guide-top {
  background-image: url(../images/vip-bg.png);
  padding: 4% 5%;
}
.vip-box .vip-how {
  *zoom: 1;
}
.vip-box .vip-how:after {
  display: block;
  content: "";
  clear: both;
}
.vip-box .vip-how .imgbox {
  float: left;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
.vip-box .vip-how .imgbox img {
  display: block;
  width: 100%;
}
.vip-box .vip-how .txtbox {
  float: right;
  padding-left: 4%;
  width: 48%;
}
.vip-box .vip-how .txtbox .disc-list li {
  margin-bottom: 10px;
}
.vip-box .vip-how .txtbox .disc-list a {
  color: #e64d21;
  text-decoration: underline;
}
.vip-box .vip-how .txtbox .disc-list a:hover {
  text-decoration: none;
}
.vip-box .courtesy-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f8fb;
  border-radius: 20px;
  padding: 20px 0;
}
.vip-box .courtesy-list li {
  width: 50%;
  padding: 30px 3%;
  border-bottom: 1px solid #ecf0f2;
}
.vip-box .courtesy-list li:nth-of-type(2n) {
  margin-right: 0;
}
.vip-box .courtesy-list li:nth-last-child(1),
.vip-box .courtesy-list li:nth-last-child(2) {
  border-bottom: 0;
}
.vip-box .courtesy-list li .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #e64d21;
  margin-bottom: 5px;
}
.vip-box .half-box {
  *zoom: 1;
}
.vip-box .half-box:after {
  display: block;
  content: "";
  clear: both;
}
.vip-box .half-box .half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.vip-box .half-box .half:nth-child(2n) {
  margin-right: 0;
}
.vip-box .half-box .half .info {
  color: #666666;
}
.vip-box .half-box .half .info p {
  margin-bottom: 10px;
}
.vip-box .half-box .half .disc-list {
  color: #666666;
}
.vip-box .half-box .half .disc-list li {
  margin-bottom: 10px;
}
.vst-contact {
  display: flex;
  flex-wrap: wrap;
}
.vst-contact .item {
  width: calc(100%/4 - 1.9%);
  margin-right: 2.5%;
  background-color: #f9f3f1;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 2.5%;
}
.vst-contact .item:nth-child(2n) {
  background-color: #f1f6fb;
}
.vst-contact .item:nth-child(4n) {
  margin-right: 0;
}
.vst-contact .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.vst-contact .item .info {
  color: #666;
  line-height: 1.8;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-list li {
  position: relative;
  width: calc(100%/3 - 2%);
  margin-right: 3%;
  border-radius: 10px;
  background-color: #fdf4f1;
  padding: 30px 10px;
  padding-left: 110px;
  margin-top: 55px;
  margin-bottom: 30px;
}
.contact-list li:nth-child(3n) {
  margin-right: 0;
}
.contact-list li .head {
  position: absolute;
  top: -55px;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-list li .head img {
  display: block;
  width: 100%;
}
.contact-list li .p1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-list li .p2 {
  margin-top: 10px;
  color: #666;
}
.news-list .li {
  position: relative;
  background-color: #fbf7f6;
  padding: 20px;
  padding-right: 60px;
  margin-bottom: 20px;
  border-radius: 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;
}
.news-list .li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #e64d21;
  color: #fff;
}
.news-list .li:hover .tit,
.news-list .li:hover .info,
.news-list .li:hover .date {
  color: #fff;
}
.news-list .li:hover:after {
  color: #fff;
  border-color: #fff;
}
.news-list .li:after {
  content: ">";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e64d21;
  color: #e64d21;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: '宋体';
  font-weight: bold;
}
.news-list .li .tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: bold;
}
.news-list .li .info {
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .li .date {
  color: #e64d21;
  margin-bottom: 8px;
}
.newsinfo-con .news-title {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  font-weight: bold;
}
.newsinfo-con .sub-box {
  color: #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  line-height: 40px;
  *zoom: 1;
}
.newsinfo-con .sub-box:after {
  display: block;
  content: "";
  clear: both;
}
.newsinfo-con .sub-box .date {
  float: left;
}
.newsinfo-con .sub-box .share-box {
  float: right;
  margin-left: 10px;
  *zoom: 1;
}
.newsinfo-con .sub-box .share-box:after {
  display: block;
  content: "";
  clear: both;
}
.newsinfo-con .sub-box .share-box span {
  display: inline-block;
  vertical-align: middle;
}
.newsinfo-con .sub-box .share-box .share-con {
  display: inline-block;
  vertical-align: middle;
}
.newsinfo-con .sub-box .share-box .share-icon {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  background: transparent;
  font-size: 16px;
  color: #999999;
}
.newsinfo-con .sub-box .share-box .share-icon:hover {
  color: #e64d21;
}
.newsinfo-con .sub-box .back-btn {
  float: right;
  border-radius: 5px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.newsinfo-con .detail {
  width: 988px;
  margin: 0 auto;
  max-width: 100%;
}
.newsinfo-con .detail p {
  margin-bottom: 10px;
}
.newsinfo-con .detail img {
  max-width: 100%;
  height: auto !important;
}
.newsinfo-con .news-paging {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f6f6f6;
}
.newsinfo-con .news-paging .links .links-a {
  margin-bottom: 10px;
}
.newsinfo-con .news-paging .links .links-a a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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;
}
.newsinfo-con .news-paging .links .links-a a:hover {
  color: #e64d21;
  text-decoration: underline;
}
.media-list {
  *zoom: 1;
}
.media-list:after {
  display: block;
  content: "";
  clear: both;
}
.media-list .li {
  float: left;
  width: calc(100%/6 - 20px);
  margin-right: 24px;
  margin-bottom: 24px;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  height: 80px;
  font-size: 0;
  line-height: 80px;
  text-align: center;
}
.media-list .li:nth-child(6n) {
  margin-right: 0;
}
.media-list .li img {
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url(../images/ico-select.png) no-repeat right 10px center;
  outline: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  outline: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: 1px;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcd3d5;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  border-color: #e64d21;
}
input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -2px;
  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%;
  margin-top: 2px;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #e64d21;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #e64d21;
}
input[type="radio"]:checked:after {
  display: block;
}
.btn:disabled,
button:disabled {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #fff !important;
}
input[readonly],
input[disabled] {
  color: #999;
}
.newsletter-con {
  max-width: 628px;
  margin: 0 auto;
}
.newsletter-con .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.newsletter-con .txtinfo {
  text-align: center;
}
.newsletter-con .newsletter_form {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 5%;
  margin-top: 30px;
}
.newsletter-con .form-row {
  margin-bottom: 20px;
}
.newsletter-con .form-row .form-name {
  margin-bottom: 8px;
  font-size: 16px;
}
.newsletter-con .form-row .form-input {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 10px;
}
.newsletter-con .radio-row label {
  display: inline-block;
  margin-right: 30px;
}
.newsletter-con .btn {
  width: 100%;
  border-radius: 10px;
  padding: 0;
  line-height: 50px;
  height: 50px;
  margin-top: 30px;
  font-size: 16px;
}
.trafic-box .trafic-map {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.trafic-box .trafic-map img {
  width: 100%;
  display: block;
}
.trafic-box .trafic-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.trafic-box .exposition-map {
  margin-top: 50px;
  *zoom: 1;
}
.trafic-box .exposition-map:after {
  display: block;
  content: "";
  clear: both;
}
.trafic-box .exposition-map .item {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.trafic-box .exposition-map .item:nth-of-type(2) {
  margin-right: 0;
}
.trafic-box .exposition-map .item .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.trafic-box .exposition-map .item .imgbox {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f6f6f6;
}
.trafic-box .exposition-map .item .imgbox img {
  display: block;
  width: 100%;
}
.trafic-list li {
  margin-bottom: 26px;
  border-radius: 10px;
  overflow: hidden;
}
.trafic-list li .title {
  background: #e64d21;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}
.trafic-list li .detail {
  padding: 20px;
  background-color: #fff8f6;
  *zoom: 1;
}
.trafic-list li .detail:after {
  display: block;
  content: "";
  clear: both;
}
.trafic-list li .detail .row {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.trafic-list li .detail .row:nth-child(2n) {
  margin-right: 0;
}
.trafic-list li .detail .name {
  font-weight: bold;
  color: #e64d21;
  margin-bottom: 10px;
}
.trafic-list li .detail .p {
  margin-bottom: 10px;
  color: #666;
  line-height: 1.8;
}
.hotel-list {
  display: flex;
  flex-wrap: wrap;
}
.hotel-list li {
  width: calc(100%/3 - 1.6%);
  margin-right: 2%;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 50px;
}
.hotel-list li:nth-child(3n) {
  margin-right: 0;
}
.hotel-list li .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.hotel-list li .imgbox img {
  display: block;
  width: 100%;
}
.hotel-list li .txtbox {
  margin-top: 20px;
}
.hotel-list li .p1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.hotel-list li .p2 {
  line-height: 1.8;
  color: #666;
}
.grogshop-note {
  *zoom: 1;
}
.grogshop-note:after {
  display: block;
  content: "";
  clear: both;
}
.grogshop-note .note {
  float: left;
  width: 60%;
}
.grogshop-note .contact {
  float: left;
  width: 40%;
  padding-left: 5%;
}
.grogshop-note .p1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.grogshop-note .p2 {
  color: #666;
  margin-bottom: 10px;
}
.tour-box .tour-title {
  font-size: 18px;
  color: #e64d21;
  margin-bottom: 20px;
}
.tour-box .tour-title .gray-info {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}
.tour-list {
  display: flex;
  flex-wrap: wrap;
}
.tour-list li {
  width: calc(100%/2 - 2%);
  margin-right: 4%;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 50px;
}
.tour-list li:nth-child(2n) {
  margin-right: 0;
}
.tour-list li .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.tour-list li .imgbox img {
  display: block;
  width: 100%;
}
.tour-list li .txtbox {
  margin-top: 20px;
}
.tour-list li .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.tour-list li .gray-info {
  line-height: 1.8;
  color: #666;
}
.support-box .imgbox-top {
  border-radius: 10px;
  overflow: hidden;
}
.support-box .imgbox-top img {
  display: block;
  width: 100%;
}
.support-box .visa-tit {
  font-weight: bold;
  color: #e64d21;
  margin-bottom: 10px;
  font-size: 18px;
}
.support-box .subtit {
  font-weight: bold;
  font-size: 16px;
}
.support-box .info {
  line-height: 1.8;
  color: #666;
}
.support-box .decimal-list {
  padding-left: 55px;
}
.support-box .visa-invite {
  *zoom: 1;
}
.support-box .visa-invite:after {
  display: block;
  content: "";
  clear: both;
}
.support-box .visa-invite .visa-half {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.support-box .visa-invite .visa-half:nth-child(2) {
  margin-right: 0;
}
.support-box .visa-invite .imgbox img {
  display: block;
  width: 100%;
}
.support-box .visa-invite .btn {
  border-radius: 10px;
  min-width: 120px;
  text-align: center;
  margin-top: 30px;
}
.event-list {
  display: flex;
  flex-wrap: wrap;
}
.event-list li {
  position: relative;
  width: calc(100%/2 - 1%);
  margin-right: 2%;
  margin-bottom: 20px;
  background-color: #fdf7f5;
  border-radius: 10px;
  padding: 30px;
  -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;
}
.event-list li:nth-of-type(2n) {
  margin-right: 0;
}
.event-list li:after {
  content: ">";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e64d21;
  color: #fff;
  background-color: #e64d21;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-family: '宋体';
  font-weight: bold;
}
.event-list li:hover {
  background-color: #e64d21;
  color: #fff;
}
.event-list li:hover a {
  color: #fff;
}
.event-list li:hover .p {
  color: #fff;
}
.event-list li:hover .p i {
  color: #fff;
}
.event-list li:hover:after {
  background-color: #fff;
  color: #e64d21;
}
.event-list li .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.event-list li .p {
  margin-top: 10px;
  color: #666;
}
.event-list li .p i {
  color: #e64d21;
  font-size: 18px;
  margin-right: 5px;
}
.brand-list {
  *zoom: 1;
}
.brand-list:after {
  display: block;
  content: "";
  clear: both;
}
.brand-list li {
  float: left;
  position: relative;
  width: calc(100%/2 - 1.5%);
  margin-right: 3%;
  margin-bottom: 2%;
  border-radius: 30px;
  overflow: hidden;
  max-height: 268px;
}
.brand-list li:nth-child(2n) {
  margin-right: 0;
}
.brand-list li:hover::before {
  background: rgba(230, 77, 33, 0.8);
}
.brand-list li:hover .desc {
  display: -webkit-box;
}
.brand-list li:hover .txtbox {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  -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;
}
.brand-list li img {
  display: block;
  width: 100%;
}
.brand-list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent, #0d468b);
}
.brand-list li .txtbox {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.brand-list li .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.brand-list li .desc {
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
/*展商展品*/
.exhibitor-box {
  *zoom: 1;
}
.exhibitor-box:after {
  display: block;
  content: "";
  clear: both;
}
.exhibitor-box .box-left {
  width: 254px;
  float: left;
}
.exhibitor-box .box-left .searchbar {
  background: #0e5498;
  padding: 30px 20px;
  overflow: hidden;
  border-radius: 5px;
  *zoom: 1;
}
.exhibitor-box .box-left .searchbar:after {
  display: block;
  content: "";
  clear: both;
}
.exhibitor-box .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;
  -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;
}
.exhibitor-box .box-left .searchbar .btnsearch:hover {
  background-color: #e64d21;
  color: #fff;
}
.exhibitor-box .box-left .searchbar input {
  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;
}
.exhibitor-box .box-left .searchBtn {
  height: 56px;
  padding: 0;
  line-height: 56px;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
}
.exhibitor-box .box-left .itembox {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.exhibitor-box .box-left .itembox .namebox {
  width: 100%;
  height: 56px;
  text-align: left;
  line-height: 56px;
  background-color: #0e5498;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.exhibitor-box .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;
}
.exhibitor-box .box-left .itembox .namebox.nameSelect:hover {
  background-color: #e64d21;
}
.exhibitor-box .box-left .itembox .namebox.nameSelect.curr {
  background-color: #e64d21;
}
.exhibitor-box .box-left .itembox .namebox.nameSelect.curr:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.exhibitor-box .box-left .itembox .chkList label {
  display: block;
  margin: 5px 0;
}
.exhibitor-box .box-left .itembox .chkList-sub {
  display: none;
  padding-left: 20px;
}
.exhibitor-box .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;
}
.exhibitor-box .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;*/
}
.exhibitor-box .box-left .itembox select option {
  background: #fff8f6;
  color: #333;
}
.exhibitor-box .box-left .itembox .item-sub {
  display: none;
  background: #fff8f6;
  padding: 15px;
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
}
.exhibitor-box .box-left .itembox .item-sub .letter {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: 0.6s;
  cursor: pointer;
}
.exhibitor-box .box-left .itembox .item-sub .letter:hover {
  background-color: #e64d21;
  color: #fff;
}
.exhibitor-box .box-left .itembox .item-sub .current {
  background-color: #e64d21;
  color: #fff;
}
.exhibitor-box .box-left .itembox .item-sub .itemaa .tit_aaa {
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.exhibitor-box .box-left .itembox .item-sub .itemaa .tit_aaa .arrbox {
  float: right;
  font-size: 18px;
}
.exhibitor-box .box-left .itembox .item-sub .itemaa .box-inside {
  display: none;
}
.exhibitor-box .box-left .itembox .item-sub .itemaa .box-inside .lablebox {
  display: block;
  margin-bottom: 10px;
}
.exhibitor-box .box-left .itembox .item-sub .itemaa .box-inside .lablebox .spanname {
  margin-left: 10px;
  color: #999999;
}
.exhibitor-box .box-left .itembox.itembox1 .item-sub {
  background: #e64d21;
}
.exhibitor-box .box-right {
  float: right;
  width: calc(97% - 254px);
  margin-left: 3%;
}
.exhibitor-box .box-right .letterbox {
  border-bottom: 1px solid #e7ecf1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.exhibitor-box .box-right .letterbox .p {
  margin-bottom: 5px;
  font-weight: bold;
}
.exhibitor-box .box-right .letterbox .item-sub {
  display: flex;
}
.exhibitor-box .box-right .letterbox .letter {
  flex: 1;
  display: inline-block;
  text-align: center;
  transition: 0.6s;
  padding: 2px 10px;
  cursor: pointer;
}
.exhibitor-box .box-right .letterbox .letter.current,
.exhibitor-box .box-right .letterbox .letter:hover {
  background-color: #e64d21;
  border-radius: 20px;
  color: #fff;
}
.exhibitor-box .box-right .result {
  margin-bottom: 20px;
  *zoom: 1;
}
.exhibitor-box .box-right .result:after {
  display: block;
  content: "";
  clear: both;
}
.exhibitor-box .box-right .result .btn {
  float: right;
  border-radius: 5px;
}
.exhibitor-box .box-right .result .left {
  float: left;
  width: calc(100% - 130px);
}
.exhibitor-box .box-right .result .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  color: #0e5498;
}
.exhibitor-box .box-right .result .item .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  color: #e64d21;
}
.exhibitor-box .box-right .result .item .del {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e64d21;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exhibitor-box .box-right .result .item .del:hover {
  background-color: #bbb;
}
.exhibitions-list li {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff8f6;
  border-radius: 10px;
  padding: 15px 15px 20px;
  display: flex;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exhibitions-list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.exhibitions-list li .logo {
  width: 30%;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.exhibitions-list li .logo img {
  max-width: 90%;
  max-height: 90px;
}
.exhibitions-list li .txtbox {
  position: relative;
  width: 65%;
}
.exhibitions-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibitions-list li .txtbox .info {
  line-height: 1.8;
}
.exhibitions-list li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.exhibitions-list li .txtbox .info .p:last-child {
  margin-right: 0;
}
.exhibitions-list li .txtbox .sign {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fceeec;
  color: #e64d21;
}
.exhibitions-list li .fun-box {
  position: absolute;
  top: 0;
  right: 0;
}
.exhibitions-list li .fun-box .fun {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #e64d21;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exhibitions-list li .fun-box .fun.book-btn {
  background-color: #0e5498;
}
.exhibitions-list li .fun-box .fun:hover {
  opacity: 0.8;
}
.exhibitions-list li .fun-box .fun.collect-btn.current {
  background-color: #e7d400 !important;
}
.exhibitions-list li .fun-box .fun.book-btn.current {
  background-color: #ccc !important;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
}
.products-list li {
  width: calc(100%/3 - 13.4px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff8f6;
  border-radius: 10px;
  padding: 6px;
}
.products-list li:nth-child(3n) {
  margin-right: 0;
}
.products-list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.products-list li a {
  display: block;
}
.products-list li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .imgbox {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.products-list li .imgbox:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.products-list li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-list li .txtbox {
  position: relative;
  padding: 20px 15px;
}
.products-list li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-list li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.products-list li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.products-list li .txtbox .info .p:last-child {
  margin-right: 0;
}
.exh-top {
  background: linear-gradient(to bottom, #fcede8, #fff);
  border-radius: 50px 50px 0 0;
  padding: 30px 30px 40px;
  position: relative;
  display: flex;
  min-height: 180px;
  margin-top: -120px;
}
.exh-top .logo {
  width: 250px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.exh-top .logo img {
  max-width: 100%;
  max-height: 100%;
}
.exh-top .txtbox {
  margin-left: 20px;
  flex-grow: 1;
  padding-right: 100px;
  border-bottom: 1px solid #f2eeec;
}
.exh-top .company {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.exh-top .p1 {
  margin-bottom: 8px;
  color: #666666;
}
.exh-top .p1 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.exh-top .p1 span:last-child {
  margin-right: 0;
}
.exh-top .p2 {
  color: #666;
}
.exh-top .fun-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.exh-top .fun-box .fun {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #e64d21;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exh-top .fun-box .fun.book-btn {
  background-color: #0e5498;
}
.exh-top .fun-box .fun:hover {
  opacity: 0.8;
}
.exh-top .fun-box .fun.curr {
  background-color: #ccc !important;
}
.exh-top .fun-box .fun.curr:hover {
  opacity: 1;
}
.exh-info {
  *zoom: 1;
}
.exh-info:after {
  display: block;
  content: "";
  clear: both;
}
.exh-info .txtbox {
  float: left;
  width: 48%;
  margin-right: 4%;
  line-height: 1.8;
  color: #666666;
}
.exh-info .imgbox {
  float: left;
  width: 48%;
}
.exh-info .imgbox img,
.exh-info .imgbox video {
  width: 100%;
  display: block;
}
.products-swiper .li {
  background-color: #fff8f6;
  border-radius: 10px;
  padding: 6px;
}
.products-swiper .li:nth-child(3n) {
  margin-right: 0;
}
.products-swiper .li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.products-swiper .li a {
  display: block;
}
.products-swiper .li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-swiper .li .imgbox {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.products-swiper .li .imgbox:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.products-swiper .li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products-swiper .li .txtbox {
  position: relative;
  padding: 20px 15px;
}
.products-swiper .li .txtbox .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-swiper .li .txtbox .info {
  line-height: 1.8;
  color: #999;
}
.products-swiper .li .txtbox .info .p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.products-swiper .li .txtbox .info .p:last-child {
  margin-right: 0;
}
.login-box {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 90vw;
  max-width: 700px;
  position: relative;
}
.login-box .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0e5498;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.login-box .closebtn:hover {
  color: #e64d21;
}
.login-box .title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.login-box .form-row {
  margin-bottom: 20px;
}
.login-box .label {
  margin-right: 30px;
}
.login-box .label:last-child {
  margin-right: 0;
}
.login-box .reg-box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.login-box .reg-box .p1 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0e5498;
}
.login-box .reg-box .btn {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 120px;
  border-radius: 8px;
}
.form-box .form-row {
  margin-bottom: 20px;
}
.form-box .input-box {
  width: 100%;
}
.form-box .btn {
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 120px;
}
.form-box .code-row {
  *zoom: 1;
}
.form-box .code-row:after {
  display: block;
  content: "";
  clear: both;
}
.form-box .code-row .form-input {
  float: left;
  width: calc(100% - 120px - 10px);
  margin-right: 10px;
}
.form-box .code-row .btn {
  float: left;
}
.form-box .name {
  margin-bottom: 5px;
}
.form-box .form-input {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 50px;
}
.form-box textarea.form-input {
  height: 120px;
  outline: none;
}
.form-box .tip {
  color: #999;
  margin-top: 5px;
}
.form-box .limit-txt {
  text-align: right;
  color: #999;
}
.submit-btnbox {
  margin-top: 30px;
}
.submit-btnbox .btn {
  width: 100%;
  padding: 0;
  line-height: 52px;
  height: 52px;
  border-radius: 8px;
  font-size: 16px;
}
.layer-radius {
  border-radius: 30px !important;
}
.layer-radius2 {
  border-radius: 20px !important;
}
.popbox {
  display: none;
  max-width: 1300px;
  width: 90vw;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}
.popbox .pop-close {
  color: #e64d21;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popbox .pop-close:hover {
  color: #0e5498;
}
.popbox .pop-close i {
  font-size: 30px;
}
.popbox .pop-close.close2 {
  top: 15px;
  right: 15px;
}
.popbox .popcon {
  overflow-y: auto;
  max-height: 70vh;
}
.pro-popbox {
  background-color: #fff8f6;
  border-radius: 5px;
}
.pro-popcon {
  display: flex;
}
.pro-popcon .imgbox {
  width: 60%;
  margin-right: 5%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  min-height: 450px;
}
.pro-popcon .imgbox img {
  display: block;
  width: 100%;
}
.pro-popcon .right {
  width: 35%;
}
.pro-popcon .tit {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.pro-popcon .info {
  color: #999;
  line-height: 1.8;
  margin: 30px 0;
}
.pro-popcon .btn {
  border-radius: 10px;
  line-height: 46px;
  padding: 0 20px;
}
/*notice 弹框*/
.layer-notice {
  border-radius: 10px;
  overflow: hidden;
}
.notice-pop {
  display: none;
  width: 800px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.notice-pop .top {
  background: #0e5498;
  color: #fff;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  padding-right: 0;
}
.notice-pop .notice-tit {
  float: left;
}
.notice-pop .notice-close {
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-top: 4px;
}
.notice-pop .con {
  padding: 40px 25px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
.notice-pop .con-top {
  border-bottom: 1px solid #f0f0f0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.notice-pop .detail {
  font-size: 16px;
  line-height: 30px;
}
.notice-pop .detail p {
  margin-bottom: 25px;
}
.notice-pop .detail ul {
  list-style-image: url("../images/redpoint.png");
  list-style-type: disc;
  padding-left: 20px;
}
.notice-pop .detail ul li {
  margin-bottom: 25px;
}
.notice-pop .detail .bot {
  font-size: 14px;
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .nav-ul .nav-li-a {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1366px) {
  .head-top {
    padding: 0 20px;
  }
  .nav-box {
    padding: 0 20px;
  }
  .nav-ul .nav-li-a {
    font-size: 14px;
  }
  footer .footer-top > div {
    margin-right: 6%;
  }
  .right-frame .box {
    width: 85px;
  }
  .right-frame .item {
    padding: 12px 0;
    width: 85px;
    height: 85px;
  }
  .right-frame .item p {
    font-size: 12px;
  }
  .iabout-box .iexh-list .p1 .counter,
  .iabout-box .iexh-list .p1 .sign {
    font-size: 24px;
  }
  .iabout-box .iexh-list .p2 {
    font-size: 14px;
  }
  .download-list li {
    width: calc(100%/3 - 16.67px);
    margin-right: 20px;
  }
  .download-list li:nth-child(4n) {
    margin-right: 20px;
  }
  .download-list li:nth-child(3n) {
    margin-right: 0;
  }
  .media-list .li {
    width: calc(100%/6 - 16.67px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .event-list li {
    padding: 30px 20px;
  }
  .contact-list li {
    margin-top: 45px;
    padding-left: 90px;
  }
  .contact-list li .head {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 1266px) {
  .nav-box .search-top {
    display: none;
  }
  .nav-ul {
    width: 100%;
  }
  .exhibitor-box .box-right .letterbox .item-sub {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .exhibitor-box .box-right .letterbox .letter {
    flex: none;
    margin: 2px;
  }
}

