.flex {
  display: flex;
}
/* // 自适应剩余空间 */
.flex-item {
  flex: 1;
  min-width: 0;
}

/* // 自动换行 */
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* // 两侧贴边布局 */
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* // 垂直居中对齐 */
.flex-middle {
  display: flex;

  align-items: center;
}

/* // 全居中布局 */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* // 文字单行省略 */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* // 文字多行省略 */
.multi-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  margin: 0 auto;
}
.header {
  background: rgba(14, 56, 86, 0.9);
  z-index: 100;
}
.hetong1 {
  height: 274px;
  background: #edf8ff;
  display: flex;
  align-items: center;
}
.hetong1 .box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
}

.hetong1 .box .item {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-img{
  width: 128px;
  height: 128px;
  transition:transform 0.2s;
}
.act-img{
  width: 128px;
  height: 128px;
  transform: scale(1.1,1.1);
}
.hetong1 .box .item :hover .top-img{
  transform: scale(1.1,1.1);
}
.hetong1 .box .item .top {
  width: 128px;
  height: 128px;
  margin-bottom: 25px;
}
.hetong1 .box .item .bot {
  font-size: 16px;
  color: #111111;
  line-height: 1;
}
.hetong1 .box .item:hover .bot {
  font-weight: bold;
  color: #135EAC;
}
.patent-synopsis {
  width: 1200px;
  margin: 0 auto;
  height: 676px;
  background-color: #fff;
}
.synopsis-title {
  font-size: 34px;
  font-weight: 400;
  color: #000000;
  margin-top: 49px;
  margin-bottom: 5px;
}
.synopsis-content {
  margin-top: 9px;
}
.synopsis-text {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
.synopsis-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  min-width: 1200px;
}
.synopsis-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.synopsis-bottom .left {
  width: 220px;
}
.bottom-box {
  margin-left: 15px;
}
.bottom-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}
.bottom-content {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.patent-bgc {
  width: 100%;
  background-color: #f6f9fc;
}
.patent-effect {
  width: 1200px;
  margin: 0 auto;
}
.effect-top {
  flex-direction: column;
}
.effect-title {
}
.effect-box {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}
.effect-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.effect-font {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.items-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
.left-content {
  color: #333;
  line-height: 26px;
}
.effect-bottom {
  float: left;
  margin-top: 50px;
  margin-bottom: 62px;
}
.effect-left {
  width: 260px;
  height: 516px;
  background: url('../image/lefti.png') no-repeat center center;
  padding: 29px 22px 0px 22px;
  text-justify: distribute-all-lines;
  float: left;
}
.left-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ri-box {
  float: right;
  width: 940px;
}
.trait-big-box {
}
.trait-box {
  width: 1200px;
  height: 600px;
  min-width: 1200px;
  margin: 0 auto;
}
.ri-item {
  float: left;
  width: 464px;
  height: 172px;
  padding: 22px 16px 0px 18px;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.item-title {
  font-size: 18px;

  font-weight: bold;
  color: #111111;
}
.item-content {
  font-size: 14px;

  color: #333333;
}
/* .bor-le{
  
  margin-right: 2px;
  margin-bottom: 2px;
}
.bor-ri{
  margin-bottom: 2px;
}
.bor-bo{
  margin-right: 1px;
} */
.bor-bo {
  border-bottom: none;
}
.bor-le {
  border-left: none;
}
.trait {
  height: 700px;
  width: 100%;
  min-width: 1200px;
  background: url('../image/zhuanli/bg\ \(2\).png') no-repeat center center;
  background-size: auto;
}
.trait-content {
  width: 1200px;
  height: 700px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.bgc-while {
  color: #fff;
}
.trait-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#04c5f0, #2461f4);
  line-height: 60px;
  text-align: center;
  color: #f6f9fc;
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  top: 460px;
  left: 470px;
}
.trait-top {
  height: 82px;
  width: 3px;
  border-left: 1px dashed #6ca5ff;
  transform: rotate(-7deg);
  position: absolute;
  left: 500px;
  top: 385px;
}
.trait-bottom {
  width: 3px;
  height: 51px;
  border-right: 1px dashed #6ca5ff;
  transform: rotate(-88deg);
  position: absolute;
  left: 470px;
  top: 360px;
}
.trait-item {
  color: #fff;
}
.trait-list {
  width: 435px;
  height: 152px;
  text-align: justify;
  position: absolute;
  top: 178px;
}
.trait-list-title {
  text-align: right;
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}
.trait-list-content {
  color: #fff;
}
.trait-list1 {
  width: 434px;
  height: 35px;
  text-align: right;
  position: absolute;
  top: 370px;
}
.trait-list2 {
  width: 434px;
  height: 35px;
  text-align: right;
  position: absolute;
  top: 485px;
}
.trait-list3 {
  width: 439px;
  height: 298px;
  text-align: justify;
  position: absolute;
  top: 180px;
  left: 765px;
}
.trait-list-ri {
  text-align: left;
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}
.condition {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 636px;
}
.condition-box {
  margin-top: 35px;
}
.condition-box-list {
  width: 380px;
  height: 410px;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(35, 35, 35, 0.14);
  padding: 45px 28px 0px 30px;
  position: relative;
}
.condition-box-num {
  position: absolute;
  top: 0px;
  left: 16px;
  font-size: 54px;
  font-weight: bold;
  color: #efefef;
}
.condition-content {
  padding-left: 26px;
  position: absolute;
  z-index: 100;
}
.condition-title {
  font-size: 20px;
  color: #111111;
}
.condition-icon {
  width: 20px;
  height: 2px;
  background: linear-gradient(270deg, #04c5f0, #2461f4);
  margin-top: 13px;
  margin-bottom: 18px;
}
.condition-text {
  color: #333;
  line-height: 22px;
}
.condition-bottom-icon {
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.icon-list li {
  width: 28px;
  height: 28px;
  background: #135eac;
  border-radius: 50%;
  float: left;
}
#bot-action{
  font-weight: bold;
  color: #135EAC;
}
.text-v{
  line-height: 22px;
  margin-top: 10px;
}