@import "/iconfont/iconfont.css";
body {
  font-size: 14px;
  margin: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #505050;
  overflow: auto;
  text-align: center;
  /* background-color:#f2f2f2 */
}
* {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
html,
body {
  height: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
  background-color: #ffffff;
  padding: 10px 40px; 
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  /* padding: 0 100px; */
}
.homeHead {
  /* width: 100%; */
}
.header .layui-nav {
  background-color: #ffffff;
  color: #505050;
}
.header .layui-nav * {
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .layui-nav .layui-nav-item {
    margin-right: 40px;
  }
}

/*屏幕在1024px到1199之间（中屏幕电脑）*/
@media screen and (min-width: 1215px) and (max-width: 1599px) {
  .layui-nav .layui-nav-item {
    margin-right: 5px;
  }
}
.layui-nav .layui-this a {
  color: #505050;
}
.layui-nav .layui-nav-item a {
  color: #505050;
}
.layui-nav .layui-nav-item a:hover {
  color: #505050;
}
.header .loginImg {
  /* float: left; */
  margin-right: 100px;
  margin-left: 20px;
  /* margin-top: 10px; */
}
.contentTitle {
  font-size: 36px;
  font-weight: bold;
  color: #505050;
}
.btn-group {
  display: flex;
  align-items: center;
  margin-top: 130px;
}
.free {
  width: 130px;
  height: 46px;
  background: #ffaf2c;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
.free a {
  color: #ffffff;
}
.videoLook {
  width: 130px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  color: #1890ff;
  cursor: pointer;
}
.hasBgColor {
  background: #ddefff;
}
.freeUse {
  width: 100px;
  height: 38px;
  background: #1890ff;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.freeUse a {
  color: #ffffff;
}
.freeUse:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: normal;
}
.freeLearn {
  height: 100px;
  background: #1890ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freeLearn > p {
  font-size: 30px;
  color: #ffffff;
}
.freeLearn > div {
  width: 130px;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  color: #1890ff;
  margin-left: 44px;
  cursor: pointer;
}
.freeLearn > div a {
  color: #1890ff;
}

.footA {
  padding-top: 50px;
  background-color: #2f2f34;
  display: flex;
  justify-content: center;
}
.footA .el-divider {
  background-color: #ccc;
}

.footK {
  /* margin-bottom: 45px; */
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.footA > div {
  width: 1400px;
  margin: 0 auto 10px;
}
.footK::after {
  content: "";
  display: block;
  clear: both;
}
.footK .ftQk {
  width: 120px;
}
.footK .ftQk .ftNs {
  width: 95px;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  line-height: 18px;
}
.footK .ftXk {
  width: 245px;
}
.footK .ftGk {
  width: 380px;
}
.footK .ftGk .ftGkn {
  font-size: 14px;
  color: #ccc;
  line-height: 22px;
  margin-top: 18px;
  text-align: justify;
}

.ftHd {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.ftNav {
  margin-top: 18px;
}
.ftNav .ftNavA {
  font-size: 14px;
  color: #ccc;
  line-height: 38px;
  display: block;
}

.ftXkn {
  margin-top: 15px;
}
.ftXkn span {
  padding-right: 15px;
  display: inline-block;
  font-size: 14px;
  color: #ccc;
}
.ftXkn p {
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}

.ftLin {
  color: #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  /* display: flex;
    align-items: center; */
  text-align: left;
  margin-bottom: 20px;
}
.ftLin > span {
  padding-right: 30px;
  display: inline-block;
  font-size: 16px;
}
.ftLin a {
  color: #ccc;
  padding: 0 8px;
  display: inline-block;
}

.footC {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #9d9d9d;
}
.footC a {
  color: #9d9d9d;
}

.ftlt {
  margin-top: 17px;
  margin-right: 80px;
  color: #ffffff;
}
.ftlt .contactType {
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 10px;
}
.codeDiv {
  /* margin-bottom: 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.codeDiv img {
  margin-bottom: 5px;
  width: 120px;
  height: 120px;
}
.codeDiv > p {
  color: #ccc;
}
.codeDiv p {
  line-height: 24px;
}
.video_box_common {
  width: 90%;
  height: 90%;
  background-color: #000;
  position: fixed;
  left: 5%;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
}
.del_icon_common {
  position: absolute;
  right: -8px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}
.video_data_common {
  width: 90%;
  height: 90%;
  background-color: #000;
  position: absolute;
  left: 5%;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
}
.menuList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 30px 0 40px;
  margin: 0 auto;
  color: #666666;
  width: 1200px;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
.menuList .menuBox {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 260px;
  display: flex;
}
.menuList .menuBox .el-menu-item {
  height: 30px;
}
.menuList .menuBox > p {
  color: #797979;
  font-size: 14px;
  text-align: left;
}
.menuList .menuBox .menuMain > p {
  color: #797979;
  font-size: 14px;
  text-align: left;
}
.menuList .menuBox > div {
  display: flex;
  align-items: center;
}
.menuList .menuBox > div span {
  font-size: 16px;
}
.menuList .underMore {
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #409eff;
  border-radius: 16px;
  margin-left: 20px;
  cursor: pointer;
}
.menuList .underMore a {
  display: inline-block;
  height: 100%;
  color: #409eff;
  border-radius: 16px;
  font-size: 14px;
}
.menuList .underMore:hover a {
  background-color: #409eff;
  color: #ffffff;
}
.menuList .underMore:hover {
  background-color: #409eff;
  color: #ffffff;
}
.menuList .menuBox a {
  text-align: left;
  padding: 0;
}
.menuList .menuBox a:hover {
  background-color: transparent;
  color: #409eff;
}
.menuList .menuBox a h3 {
  font-size: 16px !important;
}
.menuList .menuBox .menuIcon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.menuList .menuBox .menuMain {
  display: block;
  line-height: 1.2em;
}
.navfull {
  position: fixed;
}
.main {
  padding-top: 60px;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #1e9fff;
}
.form_box {
  height: 380px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
}
.left_box {
  width: 335px;
  height: 380px;
  float: left;
  color: #ffffff;
  background: no-repeat;
  border-radius: 20px;
  background-size: 100% 380px;
  /* background: url(../images/form/left.png); */
}
.left_box .title {
  font-size: 28px;
  font-weight: 600;
  padding: 45px 0 10px 50px;
}
.left_box .titlesub {
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0 0 80px;
  letter-spacing: 0px;
  text-align: left;
}
.mainform {
  width: 340px;
  float: right;
  border-radius: 10px;
  margin: 0 auto;
}
.mfsybox {
  width: 350px;
  height: 370px;
  margin: 0 auto;
  padding: 7px 30px 7px 0;
  position: relative;
  box-sizing: border-box;
}
.mfsybox h1 {
  font-family: 微软雅黑;
  font-size: 29px;
  color: #1890ff;
  text-align: center;
  background: #ffffff;
  width: 280px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
}
.mfsybox > p {
  font-size: 13px;
  color: #999999;
  text-align: center;
  margin: 8px 0 32px 0;
}
.mfsybox .phone {
  margin-bottom: 60px;
}
.layui-layer-mfsy {
  width: 750px !important;
}
.layui-layer-mfsy .layui-input {
  height: 46px;
  line-height: 46px;
  border-radius: 6px;
}
.layui-layer-mfsy .layui-btn {
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
}
.layui-input,
.layui-textarea {
  height: 40px;
  line-height: 40px;
  color: #606266;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}
.mfsyInputs input {
  padding-left: 30px;
  margin-bottom: 24px;
}
.mfsyInputs .layui-textarea {
  margin-bottom: 24px;
}
.layui-textarea {
  min-height: 54px;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #c0c4cc;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c0c4cc;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0c4cc;
}
textarea::-moz-placeholder,
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c0c4cc;
}
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c4cc;
}
.my-input {
  position: relative;
  font-size: 14px;
  width: 100%;
}
.my-input .iconfont {
  position: absolute;
  top: 0;
  left: 8px;
  transition: all 0.3s;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
  line-height: 40px;
}
.layui-nav .layui-nav-more {
  border-top-color: #505050;
}
.layui-nav .layui-nav-mored {
  border-color: transparent transparent #505050;
}
.line {
  height: 15px;
  width: 1px;
  clear: both;
  border-right: 1px solid #e6e6e6;
  margin: 0 10px;
  display: inline-block;
  transform: translateY(3px);
}
.fixed-right {
  position: fixed;
  right: -128px;
  top: 48%;
  transform: translateY(-50%);
  /* font-size: 30px; */
  color: #fff;
  z-index: 99999;
  text-align: left;
}
.fixed-right .top-item {
  background: #006eff !important;
}
.fixed-right-item span {
  color: #ffffff;
}
.fixed-right .fixed-right-item {
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  background: #333;
  transition: all 1s;
  width: 184px;
  display: flex;
  align-items: center;
}
.fixed-right .phone-item {
  cursor: inherit;
}
.fixed-right .top-item:hover,
.fixed-right .connect-item:hover,
.fixed-right .tryout-item:hover {
  background-color: #006eff;
  transform: translateX(-94px);
}
.fixed-right .phone-item:hover {
  background-color: #006eff;
  transform: translateX(-120px);
}
.fixed-right .wx-item:hover .wx-code {
  display: block;
}
.fixed-right .iconfont {
  padding: 0 14px;
  font-size: 30px;
}
.fixed-right span {
  font-size: 18px;
}
.fixed-right .wx-item {
  position: relative;
}
.fixed-right .wx-item .wx-code {
  position: absolute;
  z-index: 9999;
  right: 190px;
  top: -95px;
  padding: 10px;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.fixed-right .wx-item .wx-code img {
  margin: 0;
  border: 1px solid #eee;
  width: 126px;
  height: 126px;
}
.headerPhone {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}
.headerPhone .iconfont {
  margin-right: 5px;
}
.layui-nav .underMore.layui-this:after {
  display: none;
}
.gridContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 46px;
  grid-auto-flow: row;
}
.menusBox {
  width: 587px;
  /* height: 139px; */
  background: #ffffff;
  padding: 25px 12px;
  display: flex;
  text-align: left;
  border: 1px solid #ffffff;
}
.menusBox > img {
  margin-right: 17px;
}
.menusBox a:hover {
  color: #1890ff;
  opacity: 0.8;
}
.menusBox > div {
  width: calc(100% - 100px);
}
.menusBox:hover {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 11px 0px rgba(222, 222, 222, 0.51);
  border-radius: 10px;
}
.f20 {
  font-size: 20px;
}
.blue {
  color: #1890ff;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.greyfont {
  color: #999999;
}
.mt13 {
  margin-top: 13px;
}

.page {
  text-align: initial;
}
.banner {
  overflow: hidden;
  height: 630px;
  display: flex;
  justify-content: center;
}
.banner-inner {
  width: 1231px;
  text-align: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-header {
}
.banner-header__title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #505050;
}
.banner-header__desc {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
.banner-title {
  font-size: 28px;
  font-weight: bold;
  color: #505050;
  display: flex;
  align-items: center;
}
.banner-title-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.banner-desc {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
.banner-tags {
  margin-top: 36px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 10px;
}
.banner-tag {
  height: 30px;
  background: #ddefff;
  border-radius: 4px 4px 4px 4px;
  font-size: 13px;
  font-weight: 400;
  color: #1890ff;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
}
.banner-tag.banner-tag--white {
  background: #ffffff;
  color: #1890ff;
}
.banner__main {
  width: 440px;
}
.banner__img {
  width: 660px;
}
.banner__img img {
  width: 100%;
}
.banner.banner--reverse .banner-inner {
  flex-direction: row-reverse;
}
/* .banner.banner--reverse .banner__main{
  order:1;
}
.banner.banner--reverse .banner__img{
  order:0;
} */
.banner.banner--ext {
  height: 790px;
  flex-direction: column;
  align-items: center;
}
.banner.banner--bule {
  background-color: #ddefff;
}

.header .layui-btn.layui-btn-radius.layui-btn-normal {
  border-radius: 4px;
}

.button-white {
  background-color: #fff;
  color: #1890ff;
  border: 1px solid #1890ff;
}

.pkgl-pkgl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pkgl-pkgl__left {
  width: 397px;
}
.pkgl-pkgl__title {
}
.pkgl-pkgl__title-icon {
}
.pkgl-pkgl__desc {
  margin-top: 25px;
}
.pkgl-pkgl__tags {
  margin-top: 30px;
}
.pkgl-pkgl__right {
  width: 676px;
}
.pkgl-pkgl__right-img {
  width: 100%;
}

.cwgl-czgl {
  background: #ddefff;
}

.banner-big {
  height: 630px;
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.banner-big__inner {
  width: 1231px;
  text-align: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-big__main {
}
.banner-big__title {
  font-size: 58px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 1rem;
}
.banner-big__desc {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
}
.banner-big__icons {
  margin-top: 4rem;
  display: flex;
}
.banner-big__icon{
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-big__icon .banner-big__icon-img{
  width: 100%;
  height: auto;
}
.banner-big__icon .banner-big__icon-text{
}
.khyl {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.khyl-item {
  text-align: initial;
  margin-right: 10px;
  transition: transform 0.3s;
}
.khyl-item:hover {
  transform: scale(1.1);
}
.khyl-item__img {
  box-sizing: border-box;
  padding: 0 8px;
  width: 100%;
  height: 180px;
}
.khyl-item__main {
  padding: 8px;
}
.khyl-item__title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.khyl-item__date {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}
.section__title {
  margin: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.section__title-desc {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #7b8390;
}
.section__img {
  margin: 40px;
  height: 536px;
}
.section__img img {
  height: 100%;
}
.section__list {
  width: 1200px;
  margin: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}
.section__item {
}
.section__item-img {
  height: 80px;
}
.section__item-img img {
  height: 100%;
}
.section__item-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.section__item-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #7b8390;
}
.section__main {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 1200px;
  padding: 16px;
}
.section__main:only-child {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__main-img {
  flex: 1 1 auto;
}
.section__main-main {
  flex: 1 0 auto;
}
.section__main-img {
  width: 100%;
}
.section__main-img img {
  width: 100%;
}
.section__main-main {
  text-align-last: left;
}
.section__main-title {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}
.section__main-desc {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
.section__main-list {
  margin-top: 64px;
}
.section__main-item {
  margin-bottom: 32px;
}
.section__main-item-header {
  display: flex;
  align-items: center;
}
.section__main-item-icon {
  height: 20px;
  margin-right: 8px;
}
.section__main-item-icon img {
  height: 100%;
}
.section__main-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.section__main-item-desc {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #7b8390;
}
.section.section--blue {
  background: #f8fbff;
}
.section__main.section__main--reverse {
  flex-direction: row-reverse;
}
.section__main-button {
  padding: 0 32px;
  height: 46px;
  background: #2878ff;
  box-shadow: 0px 5px 20px 1px rgba(40, 120, 255, 0.5019607843137255);
  border-radius: 28px 28px 28px 28px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: none;
}
.xw-list {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.xw-box {
}
.xw-box__header {
  margin-bottom: 16px;
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.xw-box__title {
  border-left: 2px solid #2878ff;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  transform: translate(-16px);
  padding-left: 16px;
}
.xw-box__more {
  font-size: 14px;
  font-weight: 400;
  color: #7b8390;
}
.xw-box__top {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.xw-box__top-img {
  width: 140px;
  height: 94px;
}
.xw-box__top-img img {
  height: 100%;
  width: 100%;
}
.xw-box__top-title {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.xw-box__top-main {
  text-align: left;
  margin-left: 16px;
  position: relative;
}
.xw-box__top-content {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #7b8390;
}
.xw-box__top-content-date {
  position: absolute;
  right: 0;
  bottom: 0;
}

.xw-box__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 16px;

}
.xw-box__item-img {
  flex-shrink: 0;
  display: none;
  width: 140px;
  height: 94px;
  margin-right: 16px;
}
.xw-box__item-img img {
  width: 100%;
  height: 100%;
}
.xw-box__item-main {
  flex: 1 1 auto;
  text-align: left;
  position: relative;
}
.xw-box__item-title {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width: 18em;
}
.xw-box__item-title-dot{
  display: inline;
}
.xw-box__item-content {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #7b8390;
  display: none;
  line-height: 1.2em;
  height: 2.4em;
}
.xw-box__item-date {
  position: absolute;
  right: 0;
  bottom: 0;
}

.xw-box__item.xw-box__item--hover{
  margin: 16px 0;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  justify-content: space-between;
}
.xw-box__item.xw-box__item--hover .xw-box__item-img {
  display: block;
}
.xw-box__item.xw-box__item--hover .xw-box__item-main {
}
.xw-box__item.xw-box__item--hover .xw-box__item-title {
  width: 12em;
}
.xw-box__item.xw-box__item--hover .xw-box__item-main .xw-box__item-title .xw-box__item-title-dot{
  display: none;
}
.xw-box__item.xw-box__item--hover .xw-box__item-content {
  display: block;
}
.xw-box__item.xw-box__item--hover .xw-box__item-date {
}

.bg-blue{
  background-color: #f8fbff;
}
.button-white:hover{
  color: #1890ff;
}

.sidebar{
  position: sticky;
  top: 6rem;
}
