* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
  font-family: 'PingFang SC', 'Arial', 'Microsoft YaHei', sans-serif !important;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}
body {
  font-size: 0.26rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  border: 0;
  font-style: normal;
}
nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
  display: block;
}
img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
  display: inline-block;
}
header,
section,
footer {
  position: relative;
}
ol,
ul {
  list-style: none;
}
input,
button,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
input[type='button'],
input[type='submit'],
input[type='file'],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
span,
i {
  font-style: normal;
  display: inline-block;
}
body {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.un-select {
  moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.font-right {
  text-align: right;
}
.font-center {
  text-align: center;
}
.font-left {
  text-align: left;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.arrowhead {
  border: #a8b9d5 solid;
  border-width: 2px 2px 0 0;
  width: 0.2rem;
  height: 0.2rem;
  top: 0.04rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

html,
body {
  min-width: 1200px;
}
.menu-ui {
  height: 437px;
  background: url(/images/introduction/头图@3x.png) no-repeat center center;
  background-size: cover;
}
.menu-ui h3 {
  padding-top: 120px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  padding-bottom: 30px;
}
.menu-ui p {
  color: #fff;
  text-align: center;
  font-size: 25px;
}
.page-wrap {
  width: 1200px;
  margin: 0 auto;
}
.menu-ui-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(255, 255, 255, 0.66);
  font-size: 20px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu-ui-row > div {
  margin-right: 96px;
  padding-top: 30px;
  padding-bottom: 12px;
  cursor: pointer;
}
.menu-ui-row .active {
  color: #fff;
  position: relative;
}
.menu-ui-row .active::after {
  position: absolute;
  content: ' ';
  bottom: 0;
  height: 4px;
  background-color: #fff;
  left: 0;
  right: 0;
  border-radius: 2px;
}
.menu-ui-row div:last-child {
  margin-right: 0;
}
.menu-ui-row .logo {
  padding: 0;
  padding-top: 18px;
}
.logo img {
  width: 159px;
}
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 55px;
  font-size: 18px;
}
.tab-item {
  margin-right: 45px;
  padding-top: 16px;
  padding-bottom: 22px;
  cursor: pointer;
}
.tab-item-active {
  color: #135bd2;
  position: relative;
}
.tab-item-active::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #135bd2;
}
.panel {
  display: none;
}
.panel h3 {
  font-size: 24px;
}
.panel h4 {
  font-size: 12px;
  color: #c1c1c1;
  padding-top: 11px;
}
.panel-introduction {
  padding-top: 44px;
}
.panel-introduction > p {
  font-size: 18px;
  color: #989898;
  line-height: 1.4;
  padding-top: 31px;
  padding-bottom: 111px;
}
.block-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 107px;
}
.block-one .block-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.block-one .block-item * {
  display: block;
}
.block-one .block-item img {
  margin: 0 auto;
}
.block-one .block-item strong {
  font-size: 28px;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 60px;
  position: relative;
}
.block-one .block-item strong::after {
  content: ' ';
  position: absolute;
  background-color: #e7eefa;
  height: 3px;
  width: 26px;
  left: 50%;
  margin-left: -13px;
  bottom: 30px;
}
.block-one .block-item p {
  color: #989898;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.block-two {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.block-two .block-item {
  width: 355px;
  height: 321px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding-top: 43px;
  margin-bottom: 45px;
  padding-left: 32px;
  padding-right: 32px;
}
.block-two .block-item strong {
  display: block;
  text-align: center;
  font-size: 28px;
  padding-bottom: 68px;
  position: relative;
}
.block-two .block-item strong::after {
  content: ' ';
  position: absolute;
  background-color: #135bd2;
  height: 3px;
  width: 26px;
  left: 50%;
  margin-left: -13px;
  bottom: 30px;
}
.block-two .block-item p {
  color: #989898;
  font-size: 16px;
  padding-bottom: 17px;
}
.footer {
  height: 313px;
  background-color: #363636;
  padding-top: 21px;
}
.footer table {
  height: 100%;
}
.footer table thead {
  font-size: 24px;
  color: #fff;
}
.footer table thead td {
  text-align: center;
  padding-bottom: 38px;
  width: 11.111111%;
}
.footer table tbody td {
  vertical-align: top;
}
.footer table tbody a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  padding-bottom: 8px;
}
.footer table .footer-bar td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  height: 66px;
}
.footer table .footer-bar td i {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  height: 66px;
  line-height: 66px;
}
.footer .footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.footer .footer-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 51px;
  position: relative;
  height: 100%;
}
.footer .footer-box .box img {
  margin-right: 14px;
}
.box-wechat:hover .div-wechat-QRCode {
  display: block;
}
.div-wechat-QRCode {
  position: absolute;
  display: inline-block;
  top: -133px;
  left: 12px;
  width: 130px;
  height: 136px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACIAgMAAABW9tsIAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAN/DXzJb2AAAATUlEQVRYw+3KMRXAIBAE0aWJiZiJhDiJlYjAB2YQQEvDUUPBGpgp532FqSEQCAQCgUAgEAgEAoFAILSWSlSd++I34h6PEVeXKWW53n1MfQmyfzotrBYAAAAASUVORK5CYII=)
    center / cover;
  overflow: hidden;
  display: none;
}
.div-wechat-QRCode-image {
  width: 130px;
  height: 130px;
  background: url(/images/introduction/wechat-qrcode.2b0380c8.jpg) center /
    cover;
}
.qr-img {
  background-color: #fff;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
}
.block-two .block-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.block-two .block-item:hover {
  border-color: transparent;
}
.block-two .block-item:hover p,
.block-two .block-item:hover strong {
  color: #fff;
}
.block-two .block-item:hover strong::after {
  background-color: #fff;
}
.block-item-1:hover {
  background-image: url(/images/introduction/用户第一@3x.png);
}
.block-item-2:hover {
  background-image: url(/images/introduction/开放进取@3x.png);
}
.block-item-3:hover {
  background-image: url(/images/introduction/简单可信@3x.png);
}
.block-item-4:hover {
  background-image: url(/images/introduction/艰苦奋斗@3x.png);
}
.block-item-5:hover {
  background-image: url(/images/introduction/学习成长@3x.png);
}
.block-item-6:hover {
  background-image: url(/images/introduction/极致思维@3x.png);
}
.contact-row {
  padding-top: 60px;
  padding-bottom: 58px;
  border-bottom: 1px solid #d8d8d8;
}
.contact-row h5 {
  font-size: 24px;
  padding-bottom: 16px;
}
.contact-row p {
  color: #989898;
  font-size: 18px;
  line-height: 28px;
}
.contact-row .contact-row-img {
  padding-top: 25px;
}
.contact-row .contact-row-img img {
  display: block;
  width: 100%;
}
.contact-span {
  color: #135bd2;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.contact-span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #135bd2;
  height: 1px;
  content: ' ';
  width: 100%;
}
.panel-inus {
  padding-top: 44px;
  width: 100%;
}
.panel-inus .swiper-container {
  padding-top: 41px;
  padding-bottom: 95px;
}
.panel-inus h3,
.panel-inus h4 {
  width: 1200px;
  margin: 0 auto;
}
.panel-inus .swiper-slide {
  width: 769px;
  height: 400px;
  background-color: #fff;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
}
.panel-inus .swiper-pagination-bullet {
  width: 14px;
  height: 6px;
  border-radius: 3px;
}
.panel-inus .swiper-pagination {
  bottom: 40px;
}
.panel-inus .icon-1,
.panel-inus .icon-2,
.panel-inus .icon-3,
.panel-inus .icon-4,
.panel-inus .icon-5,
.panel-inus .icon-6 {
  display: inline-block;
  width: 366px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.panel-inus .icon-1 {
  background-image: url(/images/introduction/薪资福利@3x.png);
}
.panel-inus .icon-2 {
  background-image: url(/images/introduction/健康福利@3x.png);
}
.panel-inus .icon-3 {
  background-image: url(/images/introduction/快乐工作@3x.png);
}
.panel-inus .icon-4 {
  background-image: url(/images/introduction/关怀福利@3x.png);
}
.panel-inus .icon-5 {
  background-image: url(/images/introduction/假期福利@3x.png);
}
.panel-inus .icon-6 {
  background-image: url(/images/introduction/保障福利@3x.png);
}
.panel-inus .inus-row {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  vertical-align: top;
  padding-top: 101px;
  padding-left: 60px;
}
.panel-inus .inus-row strong {
  display: block;
  font-size: 40px;
  padding-bottom: 64px;
  position: relative;
}
.panel-inus .inus-row strong::after {
  content: ' ';
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 3px;
  width: 26px;
  background-color: #135bd2;
}
.panel-inus .inus-row p {
  font-size: 18px;
  color: #989898;
  width: 270px;
}
.inus-table {
  padding-top: 27px;
  padding-bottom: 86px;
}
.inus-table table {
  width: 960px;
  margin: 0 auto;
}
.inus-table table td {
  text-align: center;
}
.inus-table table .head {
  font-size: 18px;
  border-radius: 10px;
}
.inus-table table .head span {
  background-color: #c3d6f5;
  width: 100%;
  height: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.inus-table table .head .left {
  border-radius: 10px 0 0 10px;
  text-align: left;
  padding-left: 48px;
}
.inus-table table .head .right {
  border-radius: 0 10px 10px 0;
}
.inus-table table .head-1 span {
  background-color: #f3f6f8;
}
.inus-table table .head-2 span {
  background-color: #e1e4e6;
}
.inus-table table .content p {
  text-align: left;
  color: #989898;
  font-size: 18px;
  padding-left: 32px;
  line-height: 32px;
  display: none;
  padding-bottom: 31px;
}
.inus-table table .content p i {
  padding: 31px 0 20px 0;
  display: block;
}
.inus-table table .head-1:hover span {
  background-color: #e1e4e6;
}
.arrow {
  width: 18px;
  height: 10px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAPCAYAAAAVk7TYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2NDlDMUEzNzZDNTExRTlBODk5QzcxOUU0NEYxQTc4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2NDlDMUE0NzZDNTExRTlBODk5QzcxOUU0NEYxQTc4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTY0OUMxQTE3NkM1MTFFOUE4OTlDNzE5RTQ0RjFBNzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTY0OUMxQTI3NkM1MTFFOUE4OTlDNzE5RTQ0RjFBNzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wmgO2AAABdUlEQVR42qyTzysEYRyHZ5fkR9qkOLhwk6IkF5L2JC4oKYkkbLIphXVYIjkgN7RTuKyECwdCWsSf4u7iJtt63vpsTZttd3bnW0/vfN6Zd5533vcdXywWs1xWCxzDBHyGQqG8B/pditrgFXrhHZrcDHYja4cXqFNuhA/btpu9lnVCAmqVv9Q2wBvCVq9kXfAMNcpX+qoH5XqztAg7ipX1wCMElM9hHL5hCG7Ub744gbC7UFlQomrlM5iCpPIPjMKFspnQE8KgW1kf3EGlsg0zDlG6fmFSEzFVBfcI+/OVDcCtQ3QI85D67wX8Z0lN5EhdFWY8wuFcskHtQ7nyASxmEzmEKQhzuaeuMrhGOJZNNmIe0IOmdmE5lyhDGqHZUiyFOMLpTJmZwaVDtA1rVgGFcJMmolgCJwgX0jKzwXHdMBWFDauIQmiWM6xV8Zl9R7ji17+UFq3CjuVBITQHZtZxggNGNqcTtwT7loeF8FQrt8519E+AAQDQwWCEq6Vz6AAAAABJRU5ErkJggg==)
    no-repeat center;
  background-size: cover;
  margin-right: 23px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-news .news-item {
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f7;
}
.panel-news .news-item h2 {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-news .news-item .sub {
  padding-top: 16px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.panel-news .news-item .sub i {
  font-size: 12px;
  color: #989898;
  margin-right: 20px;
}
.panel-news .news-item .sub strong {
  font-size: 12px;
  color: #989898;
  font-weight: normal;
  padding-left: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAASCAYAAACq26WdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIzMzQ3RTM0Nzc4RTExRTk4QTI3OTY0MzMxMDA2QjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIzMzQ3RTM1Nzc4RTExRTk4QTI3OTY0MzMxMDA2QjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjMzNDdFMzI3NzhFMTFFOThBMjc5NjQzMzEwMDZCNUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjMzNDdFMzM3NzhFMTFFOThBMjc5NjQzMzEwMDZCNUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4b3OXPAAACWUlEQVR42pTVWUhVURTGcRulwmyUXq4mPgiCQSUlSGVgSSVFkk2QQfQSIYEIQfRgD1YQCSXIJY1QikAtChu0gYquQmBkRKBFVgQFSoMhWkrZf8N34Lg7+5468Hu5+5y19rD2upOi0WhCyDMZBdiClUjHHHzDWzzBddzD73iBpoYk2YsjSMNj3MRr/MQsZCEfB/AGx9HgSupKlq6PluMMavApzsQycRh12IdSrfqv2dvPOjzV7LO0Mi9RMkpQhg1I1O+9SmK2eS66sCos2XbcQC0K8d43tgvv0ISzuIUe5PreMZNcofO7i22uZCZ4Iw7hqLXv63ER3cjBPP32A21Y7Ht3GDtRj0uKOyFZNq5qy4LK8xQeqCrN7L9q5mZVn3HMen9cW92suNlesiS04AKqAxKlYokq7Zc1Nqji2Rzw3bjOsVvxk0yyE9qOckelLfIVQdDTo3s3I2BsVAU1HydNsgzN2HUNvEqMOMYjuuAjce6riZ/hXdyFuIwpAS9/wHMcDBibrt9bHYmSVbVmhaUmWT82Yg3OOxJWqPSrFcBbkVeJlQHfzMQ1nbmJ3+9V4wsUoVidY5r1obk3O7BHk/uoOxfRFeiz3l+AO+pARYo/4Zxi6gqtmrG5KwO+8StoV/mnqB09xJiVaJnKfbZWFHN1kA61GTPjZ9hkjQ9pa87pno1ZfbZcwUcVJxbWG1+qS7Spdd3G6jhN2Gz5bhXRaRVajuL8U9f/jv1qUVV4pDO6j1cq9RRd9gI1306s1db+9/9Zgj7Mw1KdodmareqNX5S4Tm2pK+xf+I8AAwCNgo8vqnaN7gAAAABJRU5ErkJggg==)
    no-repeat left center;
  background-size: 18px 12px;
}
.panel-news .news-item p {
  color: #989898;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 100px;
}
.panel-news .news-item a {
  color: #135bd2;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.panel-news .tag-wrap {
  padding-top: 29px;
  padding-bottom: 39px;
}
.panel-news .tag-wrap span {
  font-size: 20px;
  padding: 8px 11px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.tag-blue {
  border: 1px solid rgba(19, 91, 210, 0.3);
  color: #135bd2;
  background-color: #d9e5f9;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 25px;
  line-height: 1;
}
.tag-yellow {
  border: 1px solid #ffa366;
  color: #ff822f;
  background-color: rgba(255, 130, 47, 0.16);
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 25px;
  line-height: 1;
}
.paging {
  padding-bottom: 73px;
  color: #989898;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.paging input {
  width: 44px;
  height: 23px;
  font-size: 16px;
  background-color: #f5f5f7;
  border-radius: 4px;
  text-align: center;
  margin: 0 10px;
}
.paging .paging-item {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.paging span {
  padding: 0 18px;
  font-size: 18px;
  cursor: pointer;
}
.paging .active {
  color: #000;
}
.paging .paging-go {
  color: #323232;
  padding: 0 10px;
  cursor: pointer;
}
.panel-clause {
  padding-top: 23px;
  padding-bottom: 22px;
}
.panel-clause h2 {
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}
.panel-clause p {
  color: #989898;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 35px;
}
.bottom-1px {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}
.qrCode {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 400px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.swiper-button-box {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  min-height: 88px;
  width: 20%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-button-box .swiper-button-prev,
.swiper-button-box .swiper-button-next {
  outline: none;
  padding: 30px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.swiper-button-box .swiper-button-prev:hover,
.swiper-button-box .swiper-button-next:hover {
  border: 3px solid rgba(19, 95, 255, 0.5);
  border-radius: 50%;
}
.nav-link {
  color: #fff;
}
.menu-ui-row:hover {
  background: #fff;
  color: #000;
}
.menu-ui-row:hover .nav-link,
.menu-ui-row:hover .nav2-link {
  color: #000;
}
.menu-ui-row:hover .active {
  color: #000;
}
.menu-ui-row:hover .active::after {
  background-color: #000;
}
.nav-link:hover,
.nav2-link:hover {
  color: #246ee6 !important;
}
.nav2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  bottom: -70px;
  height: 70px;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* z-index: -2 */
}
.menu-ui-item:hover .nav2-wrap {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 99;
}
.nav-link::after,
.nav2-link::after {
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  content: '';
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 2px;
}
.nav-link:hover::after,
.nav2-link:hover::after {
  background: #91b6f2 !important;
  left: 0;
  right: 0;
}
.nav2-link {
  margin: 0 25px;
}
.nav-link,
.nav2-link {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}

.menu-ui-row::after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(216, 216, 216);
}
.menu-ui-row:hover::after {
  display: block;
}
