/* 头部 S */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  transition: all 0.2s;
}

.header-scro {
  color: #666;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px #7d88c11a;
}

.header-cont {
  min-width: 1200px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-top{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}

.logo {
  width: 84px;
  height: 27px;
}

.logo-img-01 {
  display: block;
}

.logo-img-02 {
  display: none;
}

.header-scro .logo-img-01 {
  display: none;
}

.header-scro .logo-img-02 {
  display: block;
}

.head-item {
  position: relative;
  height: 80px;
  flex-shrink: 0;
}

.head-item-txt {
  display: block;
  line-height: 80px;
  padding: 0 30px;
}

.head-item-txt:hover {
  color: #1561EB;
}

.head-subnav {
  position: absolute;
  top: -600px;
  width: 1920px;
  min-width: 1200px;
  height: 600px;
  display: flex;
  background-color: #fff;
  transition: all 0.2s;
}

.head-subnav-hovered{
  top: 80px;
}

.head-subnav-left {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 32px 32px 32px 0;
  background: url('./../images/ico27.png') no-repeat right bottom;
}

.head-subnav-right {
  width: 1420px;
  display: flex;
  flex-direction: column;
  background-color: #F0F4FC;
  box-sizing: border-box;
  padding: 32px 0 0 56px;
}

.hsubnav-item {
  margin-bottom: 8px;
  width: 160px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 4px;
  color: #8E8E8E;
  cursor: pointer;
}

.hsubnav-active {
  color: #1561EB;
  background-color: rgba(21, 97, 235, 0.10);
}

.hsubnav-cont{
  display: none;
}

.hsubnav-cont.active{
  display: block;
}

.hsubnav-rtwo {
  display: grid;
  grid-template-columns: repeat(3, 333px);
  grid-auto-rows: 56px;
  grid-gap: 56px 28px;
}

.hsubnav-ritem {
  width: 333px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.hsubnav-ritem-ico {
  margin-right: 8px;
  width: 56px;
  height: 56px;
}

.hsubnav-ritem-box {
  display: flex;
  flex-direction: column;
}

.hsubnav-ritem-ti {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.hsubnav-ritem-txt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 24px;
}

.hsubnav-rone {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.hsubnav-iptbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  height: 48px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 24px;
}

.hsubnav-ipt {
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  border: none;
}

.hsubnav-iptico {
  background: url('./../images/ico25.png') no-repeat;
  width: 24px;
  height: 24px;
}

.hsubnav-hotsearch {
  margin-left: 16px;
  position: relative;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: #DFE5ED;
  border-radius: 4px 4px 4px 4px;
}

.box-lunbo {
  width: 1200px;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-swiper {
  margin: 0;
  width: 1920px;
  height: 100%;
}

.main-swiper-img {
  width: 1920px;
  height: 100%;
}

.main-bullet {
  margin: 0 10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}

.main-bullet-active {
  background-color: #fff;
}


/* 头部 E */

/* 底部 S */
.footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222;
}

.footer-pinzhi-box {
  width: 100%;
  background: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-pinzhi {
  width: 1200px;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pinzhi-item {
  width: 215px;
  display: flex;
}

.pinzhi-ico {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.pinzhi-ri {
  position: relative;
  display: flex;
  flex-direction: column;
}

.pinzhi-ti {
  font-size: 18px;
  color: #fff;
}

.pinzhi-txt {
  color: #999;
  font-size: 14px;
}

.footer-contact {
  width: 1200px;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-le {
  width: 660px;
  display: flex;
  flex-direction: row;
}

.contact-litem {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.contact-lti {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 13px;
}

.contact-ltxt {
  line-height: 30px;
  color: #aaa;
  font-size: 14px;
}

.contact-ri {
  width: 490px;
  display: flex;
  flex-direction: column;
}

.contact-rione {
  display: flex;
}

.contact-ritem {
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-rimg {
  margin-right: 12px;
  width: 50px;
  height: 50px;
}

.contact-rtbox {
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-rtxt01 {
  font-size: 14px;
  color: #999;
}

.contact-rtxt02 {
  font-size: 23px;
  color: #fff;
}

.contact-rrow {
  display: flex;
  flex-direction: row;
}

.contact-rowit {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-rowitimg {
  width: 110px;
  height: 110px;
}

.contact-rowittxt {
  line-height: 44px;
  color: #999;
  font-size: 14px;
}

.footer-solution {
  width: 1200px;
  padding: 23px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.solution-item {
  margin: 0 25px;
  font-size: 14px;
  color: #999;
}

.footer-copy {
  margin-top: 10px;
  width: 1200px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copy-txt {
  font-size: 14px;
  line-height: 2;
  color: #737373;
}

.copy-atxt {
  margin-left: 20px;
  color: #aaa;
}

/* 底部 E */

/* 侧边固定 S */
.wp-fixed {
  position: fixed;
  /*top: 200px;*/
  bottom: 200px;
  right: 40px;
  z-index: 200;
  display: flex;
  flex-direction: column;
}

.fixed-box {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #1561EB;
  border-radius: 8px;
  background-color: #fff;
}

.fixed-item {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fixed-line {
  width: 48px;
  height: 1px;
  background-color: #EDEDED;
}

.fixed-ico {
  width: 32px;
  height: 32px;
}

.fixed-txt {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.fixed-item:hover .fixed-item-abs {
  display: block;
}

.fixed-item:hover .fixed-item-abs-phone {
  display: block;
}

.fixed-item-abs {
  position: absolute;
  right: 80px;
  z-index: 1;
  padding-right: 10px;
  display: none;
}

.fixed-item-absbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border: 1px solid #1561EB;
  background-color: #fff;
  border-radius: 8px;
}

.fixed-item-absimg {
  width: 110px;
  height: 110px;
}

.fixed-item-abstxt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}

.fixed-item-absbox02 {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #1561EB;
  background-image: linear-gradient(to top, #1561EB, #15DEEB);
  border-radius: 8px;
  color: #fff;
}

.fixed-item-absbox02-txt01 {
  font-size: 12px;
}

.fixed-item-absbox02-txt02 {
  font-size: 24px;
  white-space: nowrap;
}

.fixed-item-absbox02-le {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.fixed-item-absbox02-ri {
  display: flex;
  flex-direction: column;
}


/* 侧边固定 E */