.header {
  background: url("https://www.eol.cn/e_zjyun/release/images/yuqing/banner_neirongxunjian.jpg") center no-repeat;
  background-size: cover;
  background-size: contain;
  overflow: hidden;
  background-color: #ecf2ff;
}
.yuqing-1 {
  width: 1200px;
  height: 585px;
  margin: 0 auto;
  background: url("https://www.eol.cn/e_zjyun/release/images/yuqing/yuqing_1.png") top center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.yuqing-1 .yuqing-1-wrap1,
.yuqing-1 .yuqing-1-wrap2 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yuqing-1 .yuqing-1-wrap1 {
  top: 0;
}
.yuqing-1 .yuqing-1-wrap2 {
  bottom: 0;
}

.yuqing-1 .yuqing-1-item1,
.yuqing-1 .yuqing-1-item2 {
  width: 511px;
  height: 183px;
  transition: all 0.3s ease-out;
}
.yuqing-1 .yuqing-1-item1:hover,
.yuqing-1 .yuqing-1-item2:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%); */
}
.yuqing-1 .yuqing-1-item1 {
  background: url("https://www.eol.cn/e_zjyun/release/images/yuqing/yuqing_1_item_bg1.png") top center no-repeat;
  background-size: 100% 100%;
}
.yuqing-1 .yuqing-1-item2 {
  background: url("https://www.eol.cn/e_zjyun/release/images/yuqing/yuqing_1_item_bg2.png") top center no-repeat;
  background-size: 100% 100%;
}
.yuqing-1 .top-logo {
  margin-bottom: 13px;
  padding: 30px 0 0 50px;
}
.yuqing-1 .top-logo img {
  width: 32px;
  height: 32px;
}
.yuqing-1 .top-logo span {
  margin-left: 7px;
  font-weight: 500;
  font-size: 24px;
  color: #363738;
  position: relative;
  top: 5px;
}
.yuqing-text {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  padding: 0 0 0 50px;
}
.yuqing-1 .yuqing-1-item2 .top-logo {
  padding: 30px 0 0 120px;
}
.yuqing-1 .yuqing-1-item2 .yuqing-text {
  padding: 0 0 0 120px;
}
.why-use {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1200px;
  margin: 0 auto 80px;
}
.why-use-item {
  width: 330px;
  height: 316px;
  /* background: #F7FAFF; */
  border-radius: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
.why-use-item:hover {
  border-radius: 8px;
  transform: translateY(-8px);
  box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
}
.why-use-item img {
  width: 140px;
  height: 140px;
}
.why-use-item + .why-use-item {
  margin-left: 30px;
}
.why-use-title {
  font-size: 18px;
  color: #363738;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  margin: 24px 0;
}
.why-use-desc {
  font-size: 18px;
  color: #363738;
  line-height: 24px;
  width: 300px;
  text-align: center;
}
.part3 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.part3 + .part3 {
  margin-top: 30px;
}
.part3-item {
  width: 380px;
  padding: 50px 40px;
  box-sizing: border-box;
  /* display: flex;
  justify-content: flex-start; */
  background-image: linear-gradient(180deg, #eaf2ff 0%, #ffffff 100%);
  border: 2px solid rgba(255, 255, 255, 1);
  /* box-shadow: 0px 8px 30px 0px rgba(105,123,140,0.06); */
  border-radius: 8px;
  /* cursor: pointer; */
  transition: all 0.2s ease-out;
}
.part3-item:hover {
  background: #ffffff;
  /*box-shadow: 0px 8px 30px 0px rgba(105,123,140,0.35); */
  transform: translateY(-8px);
  box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
  /* transition: all .2s ease-out; */
}
.part3-item-img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
.part3-item-name {
  font-size: 18px;
  color: #363738;
  line-height: 28px;
  font-weight: 600;
  display: block;
  margin: 20px 0 10px 0;
}
.part3-item-des {
  display: block;
  font-size: 16px;
  color: #656667;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}
.products-types-wrapper {
  background: #0073ff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.products-types-wrapper .cont-title {
  margin-top: 0px;
  color: #131415;
}
.products-types {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.products-types-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
  box-sizing: border-box;
}

.products-types-item .chuangzuo-img {
  width: 448px;
  height: 370px;
}

.products-types-item .text-box {
  width: 540;
}
.products-types-item .text-box .title-level1 {
  font-weight: bold;
  font-size: 40px;
  color: #0073ff;
  margin-bottom: 10px;
}
.products-types-item .text-box .title-level2 {
  font-weight: 400;
  font-size: 16px;
  color: #363738;
  margin-bottom: 5px;
  line-height: 26px;
}
.products-types-item .text-box .title-level3 {
  font-weight: 400;
  font-size: 16px;
  color: #656667;
  margin-bottom: 3px;
  line-height: 24px;
}
.products-types-item .text-box .title-level4 {
  font-weight: 500;
  font-size: 18px;
  color: #363738;
  margin-bottom: 10px;
}

.lijishiyong {
  display: inline-block;
  width: 300px;
  height: 48px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(0, 115, 255, 1);
  color: #0073ff;
  text-align: center;
  line-height: 48px;
  position: absolute;
  bottom: 40px;
}
.lijishiyong:hover {
  background: #0073ff;
  color: #fff;
}
.products-types .icon_gouxuan {
  width: 24px;
  position: absolute;
  left: -2px;
  top: -2px;
}
.demo-fa {
  margin: 50px;
  border: 1px solid red;
}
.demo-fa:hover .demo {
  animation: tpm-solution__nav-icon-enter 0.2s steps(10) forwards;
  -webkit-animation: tpm-solution__nav-icon-enter 0.2s steps(10) forwards;
}
.gengshaogongzuol {
  background: url("https://www.eol.cn/e_zjyun/release/images/aiwriting/img_gsgz_bg.png") 0 0 no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.gengshaogongzuol .cont-title {
  margin-top: 0;
}
.products-title {
  font-size: 24px;
  color: #131415;
  line-height: 32px;
  font-weight: 600;
}
.top-tip {
  font-size: 18px;
  color: #656667;
}
.zhuyaogongneng {
  font-size: 18px;
  color: #363738;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
