html {
  scroll-behavior: smooth;
}

body {
  min-width: 1280px;
  overflow-x: hidden;
}

ul, ol {
  padding: 0;
  margin: 0;
}

input {
  outline: none;
}

p {
  margin: 0;
}

h4, h5 {
  margin-bottom: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.wid-1280 {
  width: 100%;
  max-width: 1280px;
}

.multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
}

.auto-img {
  overflow: hidden;
}

.auto-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*header*/
.site-header {
  position: relative;
}

.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: url("/themes/cms/pc/assets/img/header-line.png") repeat-x;
}

.site-header .site-menu {
  height: 88px;
  margin: 0 auto;
  overflow: hidden;
}

.site-header .company-logo {
  overflow: hidden;
  display: inline-block;
}

.site-header .company-logo .logo {
  float: left;
  height: 88px;
  line-height: 88px;
}

.site-header .company-logo .logo1-1 {
  display: inline-block;
  width: 66px;
  height: 66px;
}

.site-header .company-logo .logo1-2 {
  display: inline-block;
  width: 138px;
  height: 52px;
  padding-left: 14px;
}

.site-header .menu-items {
  height: 88px;
  line-height: 88px;
  float: right;
  list-style: none;
}

.site-header .menu-items a {
  display: block;
  color: #212529;
}

.site-header .menu-item {
  float: left;
  margin-right: 66px;
  position: relative;
  cursor: pointer;
}

.site-header .menu-item.active:after,
.site-header .menu-item:hover:after {
  content: '_';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 0;
  background: #000000;
}

.site-header .menu-item:last-child {
  margin-right: 0;
}

.site-header .current-menu-item-wrapper {
  display: none;
  width: 100%;
  margin-right: -16px;
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 20px;
  background: #ffffff;
  z-index: 3;
  /*white-space: nowrap;*/
}

.site-header .menu-item.drop:hover .current-menu-item-wrapper {
  display: block;
}

.site-header .current-menu-item-wrapper-center {
  margin: 0 auto;
}

.site-header .current-menu-item {
  margin-right: -16px;
  overflow: hidden;
}

.site-header .current-menu-item img {
  display: block;
  width: 169px;
  height: 120px;
  object-fit: cover;
}

.site-header .current-menu-item div {
  float: left;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
}

.site-header .current-menu-item span {
  display: block;
  height: 56px;
  line-height: 52px;
}

/*footer*/
.site-footer {
  height: 302px;
  display: block;
  background: #15172c;
}

.site-footer .footer-top-bottom {
  height: 100%;
  margin: 0 auto;
}

.site-footer .footer-top {
  height: 100%;
  padding-top: 33px;
  list-style: none;
}

.site-footer .footer-top .items {
  float: left;
  position: relative;
  overflow: hidden;
}

.site-footer .footer-top .items:before {
  content: '|';
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 195px;
  background: #666666;
}

.site-footer .footer-top .items:first-child:before {
  content: none;
}

.site-footer .items {
  font-size: 14px;
  color: #e5e5e5;
  box-sizing: content-box;
}

.site-footer .items h4 {
  padding-bottom: 60px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.site-footer .items h4:after {
  content: '-';
  font-size: 0;
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  bottom: 31px;
  left: 0;
  background: #ffffff;
}

.site-footer .items ul {
  overflow: hidden;
}

.site-footer .items a {
  color: #ffffff;
}

.site-footer .items a:hover {
  text-decoration: none;
}

.site-footer .links {
  width: 330px;
  padding-right: 52px;
}

.site-footer .links ul {
  line-height: 36px;
  list-style: none;
}

.site-footer .links li {
  width: 165px;
  float: left;
}


.site-footer .contact {
  width: 610px;
}

.site-footer .contact-main {
  padding-left: 96px;
}

.site-footer .contact-main p {
  padding-left: 36px;
  padding-bottom: 16px;
  position: relative;
}

.site-footer .contact-main .tel-icon:before,
.site-footer .contact-main .email-icon:before,
.site-footer .contact-main .addr-icon:before {
  content: 'img';
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.site-footer .contact-main .tel-icon:before {
  width: 20px;
  height: 22px;
  background: url("/themes/cms/pc/assets/img/index/footer-tel-icon.png");
}

.site-footer .contact-main .email-icon:before {
  width: 20px;
  height: 17px;
  background: url("/themes/cms/pc/assets/img/index/footer-email-icon.png");
}

.site-footer .contact-main .addr-icon:before {
  width: 20px;
  height: 25px;
  background: url("/themes/cms/pc/assets/img/index/footer-address-icon.png");
}

.site-footer .social {
  width: 214px;
  padding-left: 74px;
}

.site-footer .social ul {
  margin-right: -10px;
}

.site-footer .social li {
  float: left;
  width: 96px;
  margin-right: 16px;
  text-align: center;
}

.site-footer .social li:after {
  margin-right: 0;
}

.site-footer .social img {
  display: block;
  width: 96px;
  height: 96px;
}

.site-footer .footer-bottom {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #111325;
  color: #cccccc;
  font-size: 14px;
}

/*contact layout*/
.fix-contact {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 6;
}

.fix-contact li {
  width: 46px;
  height: 46px;
  display: block;
  cursor: pointer;
  border-radius: 2px;
}

.fix-contact .online {
  background: #ffffff url("../img/success-case-online.png") no-repeat center center;
  background-size: 27px 26px;
  margin-bottom: 6px;
}

.fix-contact .online:hover {
  background: #4c98fe url("../img/success-case-online-hover.png") no-repeat center center;
}

.fix-contact .qq {
  background: #ffffff url("../img/success-case-qq.png") no-repeat center center;
  background-size: 27px 29px;
  margin-bottom: 6px;
}

.fix-contact .qq:hover {
  background: #4c98fe url("../img/success-case-qq-hover.png") no-repeat center center;
}

.fix-contact .qr {
  background: #ffffff url("../img/success-case-qr.png") no-repeat center center;
  background-size: 27px 27px;
  margin-bottom: 6px;
  position: relative;
}

.fix-contact .qr:hover {
  background: #4c98fe url("../img/success-case-qr-hover.png") no-repeat center center;
}

.fix-contact .online-sub {
  display: none;
}

.fix-contact .online:hover .online-sub {
  width: 198px;
  height: 128px;
  display: block;
  position: absolute;
  top: 2px;
  right: 55px;
  border: 1px solid #e1e6ec;
  background-color: #f6f8fb;
  color: #333333;
  font-size: 16px;
}

.fix-contact .online-sub:before {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e1e6ec;
}

.fix-contact .online-sub:after {
  content: '';
  display: block;
  position: absolute;
  right: -8.6px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f6f8fb;
}

.fix-contact .online-sub .top {
  display: block;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

.fix-contact .online-sub .online-btn {
  display: inline-block;
  width: 156px;
  height: 40px;
  line-height: 40px;
  background-color: #4c98fe;
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
}

.fix-contact .online-sub .bottom {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #ffffff;
}

.fix-contact .qr-sub {
  display: none;
}

.fix-contact .qr:hover .qr-sub {
  display: block;
  width: 158px;
  height: 172px;
  padding-top: 15px;
  position: absolute;
  top: 2px;
  right: 60px;
  border: 1px solid #e1e6ec;
  background-color: #f6f8fb;
  color: #333333;
  text-align: center;
  font-size: 16px;
}

.fix-contact .qr-sub:before {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e1e6ec;
}

.fix-contact .qr-sub:after {
  content: '';
  display: block;
  position: absolute;
  right: -8.6px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f6f8fb;
}

.fix-contact .qr-sub span {
  display: block;
  text-align: center;
}

.fix-contact .qr-pic {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.fix-contact .arrow {
  background: #ffffff url("../img/success-case-arrow.png") no-repeat center center;
  background-size: 27px 16px;
  margin-bottom: 6px;
}

.fix-contact .arrow:hover {
  background: #4c98fe url("../img/success-case-arrow-hover.png") no-repeat center center;
}

.fix-contact li:after {
  margin-bottom: 0;
}

/* banner */
.banner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .fix-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .fix-on .on-bottom {
  width: 1320px;
  height: 68px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -660px;
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  text-align: center;
}

.banner .category {
  display: inline-block;
  height: 68px;
  padding-top: 16px;
  font-size: 18px;
  /*font-weight: 600;*/
  cursor: pointer;
  overflow: hidden;
  list-style: none;
}

.banner .category li {
  float: left;
  height: 44px;
  line-height: 44px;
  padding-left: 33px;
  padding-right: 33px;
  position: relative;
}

.banner .category li.selected:before {
  /*content: '¡£¡£¡£¡£¡£¡£';*/
  position: absolute;
  left: -16px;
  top: -10px;
}

.banner .category li.selected {
  padding-left: 0;
  padding-right: 0;
  background: #242746;
  border-radius: 20px;
}

.banner .category li.selected a {
  display: block;
  padding-left: 33px;
  padding-right: 33px;
  color: #ffffff;
}

/*page wrapper*/
.page-wrapper {
  /*height: 166px;*/
  padding-top: 28px;
  padding-bottom: 82px;
  text-align: center;
}

.page-wrapper .page-items {
  display: inline-block;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  clear: both;
  overflow: hidden;
  list-style: none;
}

.page-wrapper .page-items * {
  float: left;
}

.page-wrapper .page-items .page-item {
  margin-left: 23px;
  margin-right: 23px;
  position: relative;
}

.page-wrapper .page-items .page-item:after {
  padding-right: 0;
}

.page-wrapper .page-items .page-item.current a:after {
  content: '_';
  font-size: 0;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111111;
}

/*.page-wrapper .page-items .page-item:first-child:before {
  content: '<<';
  position: absolute;
  top: 0;
  right: 46px;
}

.page-wrapper .page-items .page-item:last-child:after {
  content: '>>';
  position: absolute;
  top: 0;
  left: 46px;
}*/

.items-wrapper .items {
  list-style: none;
}
<!--ºÄÊ±1756515929.5914Ãë-->