.about {
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.about .about_content {
  width: 100%;
  margin: auto;
}
.about .about_title {
  text-align: center;
  margin: 25px 0;
}
.about .line .line_box {
  width: 1200px;
  margin: auto;
}
.advert {
  position: fixed;
  right: 50px;
  top: 200px;
  width: 150px;
  z-index: 1888888;
  text-align: center;
}
.advert .advert-btn {
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: white;
  display: none;
}
.advert .advert-btn img {
  width: 100%;
  height: 100%;
}
.advert:hover ol {
  display: block;
}
.advert ol {
  display: none;
  margin: 10px;
}
.advert ol li {
  padding: 0 20px;
  line-height: 35px;
  border: 1px solid #a40000;
  margin-bottom: 10px;
  border-radius: 10px;
  background: white;
  color: #a40000;
  cursor: pointer;
}
.advert ol li:hover {
  color: white;
  background: #a40000;
}
/* ----------------- 关于我们 -----------------*/
.we {
  width: 100%;
  padding: 50px 0 ;
  min-width: 1200px;
  background: #f9f9f9;
}
.we .line_con {
  display: flex;
}
.we .we_img {
  flex: 1;
}
.we .we_img img {
  width: 100%;
}
.we .we_content {
  width: 60%;
  padding: 50px;
  line-height: 2.5;
  text-indent: 2em;
  font-size: 17px;
}
.we .we_content a {
  color: var(--mainBgColor);
}
/* ----------------- 智慧阅读 -----------------*/
.read {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.read ul li {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.read .fr {
  float: left;
  overflow: hidden;
}
.read .fr img {
  width: 100%;
  padding: 15px;
  height: 100%;
  transition: all 0.5s;
}
.read .fr:hover img {
  transform: scale(1.1);
}
.read .f1 {
  width: 50%;
  height: 500px;
}
.read .f2 {
  width: 25%;
  height: 250px;
}
/* ----------------- 智能穿戴 -----------------*/
.wear {
  width: 100%;
  padding: 50px 0 ;
  min-width: 1200px;
  background: #f9f9f9;
}
.wear .swiper3 {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}
.wear .swiper-slide a {
  display: block;
  width: 100%;
}
.wear .swiper-slide a img {
  width: 100%;
}
/* ----------------- 定制开发 -----------------*/
.develop {
  width: 1200px;
  margin: auto;
  padding: 50px 0 ;
}
.develop_box {
  display: flex;
  margin: 50px 0 30px;
}
.develop_box li {
  width: 20%;
}
.develop_box li a {
  width: 90%;
  margin: auto;
  display: block;
}
.develop_box li a:hover {
  /* color: var(--mainBgColor); */
  /* transform: translateY(-20px); */
}
.develop_box li a:hover img {
  transform: scale(1.1);
}
.develop_box li img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 5px 5px #b9b6b6;
  transition: all 0.5s;
}
.develop_box li p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
/* ----------------- 新闻资讯 -----------------*/
.information {
  width: 100%;
  padding: 50px 0 ;
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  background: #f9f9f9;
}
.information .line_box {
  width: 1200px;
  margin: a;
}
.information .new_box {
  width: 100%;
  display: flex;
}
.new_left {
  width: 50%;
  height: 400px;
  padding: 30px 40px;
}
.new_left a {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #c7c7c7;
  box-shadow: 1px 5px 5px #c7c7c7;
}
.new_left a:hover p {
  height: 70px;
}
.new_left img {
  width: 100%;
  height: 100%;
}
.new_left p {
  width: 520px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: white;
  line-height: 70px;
  background: rgba(32, 32, 32, 0.5);
  font-size: 22px;
  text-align: center;
  height: 0;
  transition: all 0.8s;
  cursor: pointer;
}
.new_right {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}
.new_right .new_list li {
  padding-right: 20px;
  line-height: 35px;
  font-size: 17px;
  display: flex;
}
.new_right .new_list li a {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_right .new_list li a span {
  width: 10px;
  height: 10px;
  background: #494747;
  border-radius: 50%;
  display: inline-block;
  margin: 14px 10px 0 0;
}
.new_right .new_list li a p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_right .new_list li a:hover {
  color: var(--mainBgColor);
}
.new_right .new_list li a:hover span {
  background: var(--mainBgColor);
}
.new_right .new_more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.new_right .new_more a {
  color: #a5a4a4;
}
.new_right .new_more a:hover {
  color: var(--mainBgColor);
}
/* ----------------- 技术支持 -----------------*/
.skill {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  width: 1200px;
  margin: auto;
}
.skill ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.skill ul li .skill-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.skill ul li .skill-content {
  width: 280px;
  font-size: 16px;
  padding: 10px 40px;
  position: relative;
}
.skill ul li .skill-content .skill-icon {
  width: 5px;
  height: 5px;
  left: 25px;
  top: 15px;
  background: black;
  position: absolute;
}
/*宗旨*/ 
.tenet {
  width: 1200px;
  margin: auto;
  padding: 40px 0;
  transition: all 2s;
}
.tenet ul {
  padding: 0 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tenet ul li img {
  display: block;
  margin: auto;
}
.tenet ul li p {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
}