<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layer-wrapper {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.layer-wrapper .wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.mod-table {
  display: table;
  width: 100%;
}

.mod-table .mod-td {
  display: table-cell;
  vertical-align: middle;
}

.imageScale {
  transition: transform 600ms ease;
}

.imageScale:hover {
  transform: scale(1.1);
}

.split-4 {
  position: relative;
}

.split-4 .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.split-4 .item .inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.split-4 .core {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.split-4 .core .inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.split-4 .rowspan2 {
  width: 50%;
}

.split-4 .rowspan3 {
  width: 75%;
}

.split-4 .rowspan4 {
  width: 100%;
}

.split-3 {
  position: relative;
}

.split-3 .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

.split-3 .item .inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.split-3 .core {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

.split-3 .core .inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.split-2 {
  position: relative;
}

.split-2 .core, .split-2 .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.split-2 .core .inner, .split-2 .item .inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.span-15 {
  position: relative;
  margin-right: -15px;
}

.span-15 .item,
.span-15 .core {
  padding-right: 15px;
}

.span-15 .core {
  margin-bottom: 15px;
}

.span-20 {
  margin-right: -20px;
}

.span-20 .item,
.span-20 .core {
  padding-right: 20px;
}

.span-20 .core {
  margin-bottom: 20px;
}

.span-30 {
  margin-right: -30px;
}

.span-30 .item,
.span-30 .core {
  padding-right: 30px;
}

.span-30 .core {
  margin-bottom: 30px;
}

.span-40 {
  margin-right: -40px;
}

.span-40 .item,
.span-40 .core {
  padding-right: 40px;
}

.span-40 .core {
  margin-bottom: 40px;
}

.rows1 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.rows2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.rows3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.rows4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.rows5 {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

/* banner */
.mode-banner {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.mode-banner .mode-inner {
  display: inline-block;
  position: relative;
  line-height: 0;
  left: 50%;
}

.mode-banner .mode-inner img {
  max-width: inherit;
  display: block;
}

.mode-banner .mode-inner .banner-cnt {
  display: inline-block;
  height: auto;
  position: relative;
  left: -50%;
  line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mode-banner .mode-inner .banner-cnt .context .public-title {
  padding-top: 0;
}

.mode-banner .mode-inner .banner-cnt .context .public-title .cn {
  color: #fff;
}

.mode-banner .mode-inner .banner-cnt .context .public-title .cn span {
  font-size: 56px;
  line-height: 60px;
}

.mode-banner .mode-inner .banner-cnt .context .public-title .en {
  color: #fff;
  opacity: 0.33;
  font-size: 86px;
}

.mode-banner .mode-inner .banner-cnt .context .mod-table {
  height: 100%;
}

.page-header {
  position: relative;
  z-index: 10;
}

.fixed-header {
  height: 90px;
  background-color: #fff;
  box-shadow: 2px 3px 4px 0px rgba(4, 0, 0, 0.1);
}

.fixed-header .logo {
  width: 1px;
}

.fixed-header .logo a {
  display: block;
}

.fixed-header .logo img {
  display: block;
  max-width: none;
}

.fixed-header .menu {
  width: 100%;
  box-sizing: border-box;
  padding: 0 7.6% 0 9.5%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0;
  line-height: 0;
}

.fixed-header .menu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 90px;
  position: relative;
  cursor: pointer;
}

.fixed-header .menu li:hover .submenu {
  display: block;
}

.fixed-header .menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.fixed-header .menu .submenu {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  line-height: 22px;
	
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 19.95px 1.05px rgba(153, 153, 153, 0.24);
  background-color: #fff;
}
.fixed-header .menu .submenu  .item{ padding-top: 15px; padding-bottom: 15px;}
.fixed-header .menu .submenu:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  background: url(../images/submenubg.png) no-repeat left top;
  left: 0;
  top: -4px;
}

.fixed-header .menu .submenu .item + .item {
  border-top: 1px solid #eeeeee;
}

.fixed-header .right {
  width: 1px;
  white-space: nowrap;
  color: #666;
  font-size: 0;
  line-height: 0;
  user-select: none;
}

.fixed-header .right .search {
  display: inline-block;
  vertical-align: middle;
}

.fixed-header .right .search .iconfont {
  font-size: 24px;
  vertical-align: middle;
}

.fixed-header .right .search span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  margin-right: 40px;
}

.fixed-header .right .language {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.fixed-header .right .language ul {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px;
  background-color: #fff;
  padding: 5px 8px;
  box-shadow: 2px 3px 4px 0px rgba(4, 0, 0, 0.1);
  display: none;
  border: 1px solid #f1f1f1;
}

.fixed-header .right .language:hover ul {
  display: block;
}

.page-footer {
  background-color: #272727;
}

.page-footer .bottom {
  padding: 45px 0 25px 0;
}

.page-footer .bottom .contacts {
  float: right;
}

.page-footer .bottom .contacts .ewm {
  overflow: hidden;
  color: #999999;
  font-size: 0;
  line-height: 0;
}

.page-footer .bottom .contacts .ewm img {
  display: inline-block;
  vertical-align: baseline;
  width: 120px;
  height: 120px;
  margin-right: 15px;
}

.page-footer .bottom .contacts .ewm .tips {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 24px;
	width: 120px;
}

.page-footer .bottom .contacts .telphone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding-left: 50px;
  background: url(../images/telphone-icon.png) no-repeat left center;
  margin-bottom: 35px;
}

.page-footer .bottom .menu {
  float: none;
  overflow: hidden;
}

.page-footer .bottom .menu li {
  float: left;
  max-width:200px;
}

.page-footer .bottom .menu li &gt; a {
  display: block;
  font-size: 15px;
  color: #fff;
}

.page-footer .bottom .menu li .submenu {
  font-size: 12px;
  color: #b2b2b2;
  line-height: 36px;
  margin-top: 10px;
}
.page-footer .bottom .menu li .submenu .item{ line-height: 20px; margin-top: 10ppx; margin-bottom: 10px;}
.page-footer .bottom .menu li + li {
  margin-left:30px;
}

.page-footer .copy-right {
  border-top: 1px solid #3e3e3e;
  overflow: hidden;
  font-size: 16px;
  line-height: 60px;
  color: #999999;
}

.page-footer .copy-right .bom-link {
  float: left;
}

.page-footer .copy-right .bom-link li {
  float: left;
  padding-right: 13px;
  margin-right: 11px;
  position: relative;
}

.page-footer .copy-right .bom-link li:after {
  content: "";
  width: 2px;
  height: 17px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.page-footer .copy-right .bom-link li a {
  display: block;
}

.page-footer .copy-right .bom-link li:last-child:after {
  display: none;
}

.page-footer .copy-right .copyright {
  float: right;
}
</pre></body></html>