.content-all .column {
  margin-top: 30px;
}
.content-all .banner {
  position: relative;
  height: 340px;
  background: url("../img/banner2.png") no-repeat center top;
  background-size: 100% auto;
  margin-top: 25px;
}
.content-all .banner .btn-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 200px;
  left: 150px;
}
.content-all .banner .btn-all a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  transition: 0.5s;
}
.content-all .banner .btn-all a:first-of-type {
  margin-right: 25px;
}
.content-all .banner .btn-all a .down-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #326598;
  color: #ffffff;
  width: 130px;
  height: 40px;
}
.content-all .banner .btn-all a .down-all span {
  font-size: 14px;
  margin-left: 5px;
}
.content-all .banner .btn-all a .down-all img.liji {
  width: 20px;
}
.content-all .banner .btn-all a .down-all img.xunlei {
  width: 25px;
}
.content-all .banner .btn-all a.teaching {
  color: #ffffff;
}
.content-all .banner .btn-all a.teaching:hover {
  color: #fe8919;
  text-decoration: underline;
}
.content-all .banner .tip {
  position: absolute;
  top: 270px;
  left: 150px;
  color: #ffffff;
  font-size: 14px;
}
.content-all .column-system .column-title {
  width: 100%;
}
.content-all .column-system .column-title .column-nav {
  width: 1168px;
}
.content-all .column-system .download-type {
  padding: 25px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-system .download-type ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 15px;
}
.content-all .column-system .download-type ul li {
  width: 280px;
  background-color: #F6F6F6;
}
.content-all .column-system .download-type ul li .pic {
  display: block;
  width: 100%;
  height: 180px;
}
.content-all .column-system .download-type ul li .pic img {
  width: 100%;
  height: 100%;
}
.content-all .column-system .download-type ul li .text {
  padding: 15px 20px;
}
.content-all .column-system .download-type ul li .text .title_text a {
  font-size: 15px;
  color: #535353;
}
.content-all .column-system .download-type ul li .text .title_text a:hover {
  color: #358ff0;
}
.content-all .column-system .download-type ul li .text .time {
  font-size: 12px;
  color: #b2b2b2;
  margin: 15px 0;
}
.content-all .column-system .download-type ul li .text .time span:last-of-type {
  margin-left: 15px;
}
.content-all .column-system .download-type ul li .text .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 20px;
}
.content-all .column-system .download-type ul li .text .download a {
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 46.5%;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 14px;
}
.content-all .column-system .download-type ul li .text .download a:last-of-type {
  border: 1px solid #9A9A9A;
  color: gray;
}
.content-all .column-system .download-type ul li .text .download a:last-of-type:hover {
  background-color: #F9A123;
  border: 1px solid #F9A123;
  color: #ffffff;
}
.content-all .column-system .download-type ul li .text .download a:first-of-type {
  color: #358ff0;
  border: 1px solid #358ff0;
}
.content-all .column-system .download-type ul li .text .download a:first-of-type:hover {
  background-color: #358ff0;
  border: 1px solid #358ff0;
  color: #ffffff;
}
.content-all .column-brand .column-title {
  width: 100%;
}
.content-all .column-brand .column-title .column-nav {
  width: 1168px;
}
.content-all .column-brand .download-type {
  padding: 25px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-brand .download-type ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.content-all .column-brand .download-type ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 48.8%;
  height: 180px;
  background-color: #F6F6F6;
  margin: 10px 0;
}
.content-all .column-brand .download-type ul li .pic {
  display: block;
  height: 100%;
}
.content-all .column-brand .download-type ul li .pic img {
  width: 275px;
  height: 180px;
}
.content-all .column-brand .download-type ul li .text {
  padding: 0px 30px;
  width: 100%;
}
.content-all .column-brand .download-type ul li .text .title_text a {
  display: block;
  font-size: 15px;
  color: #535353;
  margin-top: 20px;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-all .column-brand .download-type ul li .text .title_text a:hover {
  color: #358ff0;
}
.content-all .column-brand .download-type ul li .text .time {
  font-size: 12px;
  color: #b2b2b2;
  margin: 25px 0;
}
.content-all .column-brand .download-type ul li .text .time span:last-of-type {
  margin-left: 15px;
}
.content-all .column-brand .download-type ul li .text .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 20px;
}
.content-all .column-brand .download-type ul li .text .download a {
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 46.5%;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 14px;
}
.content-all .column-brand .download-type ul li .text .download a:last-of-type {
  border: 1px solid #9A9A9A;
  color: gray;
}
.content-all .column-brand .download-type ul li .text .download a:last-of-type:hover {
  background-color: #F9A123;
  border: 1px solid #F9A123;
  color: #ffffff;
}
.content-all .column-brand .download-type ul li .text .download a:first-of-type {
  color: #358ff0;
  border: 1px solid #358ff0;
}
.content-all .column-brand .download-type ul li .text .download a:first-of-type:hover {
  background-color: #358ff0;
  border: 1px solid #358ff0;
  color: #ffffff;
}
.content-all .column-app {
  margin: 30px 0;
}
.content-all .column-app .tab-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-all .column-app .tab-content .tab-top {
  margin-bottom: 15px;
}
.content-all .column-app .tab-content .tab-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.content-all .column-app .tab-content .tab-top ul:last-of-type {
  margin: 15px 0;
}
.content-all .column-app .tab-content .tab-top ul li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 110px;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-top ul li a img {
  width: 55px;
  height: 55px;
}
.content-all .column-app .tab-content .tab-top ul li a p {
  width: 90%;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  background-color: #000000;
  padding: 0 5%;
}
.content-all .column-app .tab-content .tab-left {
  width: 858px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-app .tab-content .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .column-app .tab-content .tab-left .tab-list .list {
  width: 47%;
  margin: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a {
  font-size: 14px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type {
  color: #999999;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
  width: 80%;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name i {
  margin: 0 15px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name b {
  font-weight: normal;
  width: 245px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title span.active {
  color: red;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type:hover,
.content-all .column-app .tab-content .tab-left .tab-list .list a.title:hover b {
  color: #ffc24a;
}
.content-all .column-news {
  margin: 30px 0;
}
.content-all .column-news .column-title {
  width: 100%;
}
.content-all .column-news .column-title .column-nav {
  width: 1168px;
}
.content-all .column-news .tab-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-all .column-news .tab-left {
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-news .tab-left .tab-content .pic-text {
  width: 274px;
}
.content-all .column-news .tab-left .tab-content .pic-text a {
  position: relative;
  display: block;
  width: 100%;
  height: 203px;
}
.content-all .column-news .tab-left .tab-content .pic-text a img {
  width: 100%;
  height: 100%;
}
.content-all .column-news .tab-left .tab-content .pic-text a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
  line-height: 40px;
  padding: 0 8%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-left .tab-content .pic-text a:first-of-type {
  margin-bottom: 15px;
}
.content-all .column-news .tab-left .tab-content .text_news {
  width: 850px;
}
.content-all .column-news .tab-left .tab-content .text_news .topping {
  padding-bottom: 15px;
  border-bottom: 1px dotted #999999;
}
.content-all .column-news .tab-left .tab-content .text_news .topping h2 {
  font-weight: normal;
  font-size: 18px;
  color: #535353;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-news .tab-left .tab-content .text_news .topping p.introduction {
  text-indent: 24px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px ;
}
.content-all .column-news .tab-left .tab-content .text_news ul {
  width: 100%;
  margin-top: 15px;
}
.content-all .column-news .tab-left .tab-content .text_news ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 15px;
  margin-top: 13px;
}
.content-all .column-news .tab-left .tab-content .text_news ul li:first-of-type {
  margin-top: 0;
}
.content-all .column-news .tab-left .tab-content .text_news ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 50%;
}
.content-all .column-news .tab-left .tab-content .text_news ul li a {
  color: #535353;
  font-size: 14px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-left .tab-content .text_news ul li a:hover {
  color: #1b76d8;
}
.content-all .column-news .tab-left .tab-content .text_news ul li span {
  color: #535353;
  font-size: 13px;
}
.content-all .column-news .reload a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 15px;
}
.content-all .column-news .reload a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-all .column-news .reload a .hierarchy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.content-all .column-news .reload a .hierarchy p.text-title {
  position: absolute;
  width: 130px;
  top: 10px;
  left: 10px;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-news .reload a .hierarchy .text-number {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  bottom: 5px;
  right: 5px;
  color: #ee4b19;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-1 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-1:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 0px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-2 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-2:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -15px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-3 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-3:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -32px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-4 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-4:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -49px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-5 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-5:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -66px;
  background-size: 85px auto;
}
.content-all .column-special {
  margin: 30px 0;
}
.content-all .column-special .column-title {
  width: 100%;
}
.content-all .column-special .column-title .column-nav {
  width: 1168px;
}
.content-all .column-special .tab-content .tab-left .list-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 15px 0;
  position: relative;
  height: 300px;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max {
  width: 590px;
  height: 300px;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a img.big-picture {
  width: 590px;
  height: 300px;
  object-fit: cover;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 550px;
  color: #ffffff;
  font-size: 24px;
  padding: 0 20px;
  line-height: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.content-all .column-special .tab-content .tab-left .tab-right {
  width: 590px;
  margin-left: 20px;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 590px;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li {
  position: relative;
  width: 285px;
  height: 145px;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li img.small-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  color: #ffffff;
  font-size: 16px;
  padding: 0 2.5%;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.content-all .column-special .tab-content .tab-left .tab-right ul li:nth-child(1) {
  margin-bottom: 10px;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li:nth-child(2) {
  margin-bottom: 10px;
}
.content-all .column-cooperation .column-title {
  width: 100%;
}
.content-all .column-cooperation .column-title h2 {
  padding: 10px 15px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 0;
}
.content-all .column-cooperation .column-title h2 span.right {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
.content-all .column-cooperation .cooperation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-cooperation .cooperation a {
  font-size: 14px;
  color: #535353;
  margin-right: 25px;
}
.content-all .column-cooperation .cooperation a:hover {
  text-decoration: underline;
  color: #1b76d8;
}
.ranking-right {
  margin-top: -45px;
}
/*# sourceMappingURL=index.css.map */

.infoheadwrap {
  background: #eee none repeat scroll 0 0;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.infoheadwrap .infohead-item{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.infoheadwrap .infohead-item.on{
  opacity: 1;
  visibility: visible;
}
.infoheadwrap .page-wrap{
  position: relative;
}
.infoheadwrap .page-wrap .prev{
  position: absolute;
  left: -65px;
  top: 170px;
  border-radius: 3px;
  width: 40px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1) url(../img/ic_hdbtn.png) no-repeat -45px 2px;
}
.infoheadwrap .page-wrap .prev:hover{
  background: rgba(255, 255, 255, 0.3) url(../img/ic_hdbtn.png) no-repeat 0 3px;
}
.infoheadwrap .page-wrap .next{
  position: absolute;
  right: -65px;
  top: 170px;
  border-radius: 3px;
  width: 40px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1) url(../img/ic_hdbtn.png) no-repeat -43px -73px;
}
.infoheadwrap .page-wrap .next:hover{
  background: rgba(255, 255, 255, 0.3) url(../img/ic_hdbtn.png) no-repeat 2px -72px;
}
.infoheadwrap .page-wrap .page-radius{
  position: absolute;
  bottom: -385px;
  left: 0;
  width: 100%;
  text-align: center;
}
.infoheadwrap .page-wrap .page-radius span{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid #358ff0;
  background-color: #ffffff;
  cursor: pointer;
}
.infoheadwrap .page-wrap .page-radius span.active{
  background-color: #358ff0;
  border: 2px solid #ffffff;
}
.content-all .win10banner{
  background: rgba(0, 0, 0, 0) url("../img/win10banner.png") no-repeat scroll center center;
}
.content-all .win7banner{
  background: rgba(0, 0, 0, 0) url("../img/win7banner.jpg") no-repeat scroll center center;
}
.content-all .win11banner{
  background: rgba(0, 0, 0, 0) url("../img/win11banner.jpg") no-repeat scroll center center;
}
.infoheadwrap .prev-next{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
.infoheadwrap:hover .prev-next{
  visibility: visible;
  opacity: 1;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.infoheadwrap .headleft {
  float: left;
  height: 400px;
  overflow: hidden;
}
.infoheadwrap .headleft .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
}
.infoheadwrap .headleft .lis {
  margin: 20px 0 0;
  overflow: hidden;
}
.infoheadwrap .headleft .lis li {
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 30px;
  margin: 10px 3% 0 0;
  width: 30%;
}
.infoheadwrap .headleft .head_downl_lis {
  float: left;
  width: 760px;
}
.infoheadwrap .headleft .head_downl_lis .lis {
  margin: 0;
  width: 760px;
}
.infoheadwrap .headleft .head_downl_lis .lis a {
  background: #ccc none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  transition: all 0.1s linear 0s;
  width: 230px;
}
.infoheadwrap .headleft .head_downl_lis .lis .bendi {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #12b27d 0px, #afe545 100%) repeat scroll 0 0;
  text-align: left;
  text-indent: 36px;
}
.infoheadwrap .headleft .head_downl_lis .lis a i {
  background: rgba(0, 0, 0, 0) url("../img/icon_downl.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 16px;
  margin: 0 14px -1px 0;
  width: 16px;
}
.infoheadwrap .headleft .head_downl_lis .lis a u {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  text-decoration: none;
  top: 0;
}
.infoheadwrap .headleft .head_downl_lis .lis .bendi u {
  text-align: center;
  text-indent: 0;
}
.infoheadwrap .headleft .head_downl_lis .lis a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.infoheadwrap .headleft .head_downl_lis .lis .bendi {
  text-align: left;
  text-indent: 36px;
}
.infoheadwrap .headleft .head_downl_lis .lis .xunlei {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #39f 0px, #b799ff 100%) repeat scroll 0 0;
}
.infoheadwrap .headleft .head_downl_lis .lis .baidu {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #2e6be6 0px, #2feaeb 100%) repeat scroll 0 0;
}
.infoheadwrap .headleft .tjlink a {
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 30px;
  margin-right: 18px;
  margin-top: 40px;
  text-decoration: underline;
}
/*-------首页win10系统品牌(版本2) 开始 ------*/
.wd {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font: 14px/1.5 微软雅黑,宋体,arial;
  margin: 0 auto;
  width: 100%;
}
.mt {
  margin-top: 20px;
}
.index .index_xtmk {
  height: 538px;
}
.fl {
  float: left;
}
.wd740 {
  width: 740px;
}
.wd890 {
  width: 890px;
}
.cmtit {
  border-bottom: 2px solid #eaeaea;
  font-size: 20px;
  height: 28px;
  line-height: 22px;
  position: relative;
}
.cmtit span {
  border-bottom: 2px solid #03a3e8;
  color: #494949;
  display: block;
  float: left;
  height: 28px;
  padding-left: 10px;
}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.sort_nav {
  background: #f0f7ff none repeat scroll 0 0;
  height: 360px;
  overflow: hidden;
  width: 104px;
}
.index .sort_nav {
  height: 500px;
}
.sort_nav li a {
  border-bottom: 1px dashed #ddd;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  width: 104px;
}
.index .index_xtmk .sort_nav li a {
  line-height: 48px;
}
.sort_nav li a:hover, .sort_nav li a.cur {
  background-color: #fbfafa;
  border-left: 2px solid #00a9e4;
  font-weight: 700;
}
.index_xtmk .sort_cnt {
  display: none;
  height: 349px;
  overflow: hidden;
  width: 785px;
}
.index .index_xtmk .sort_cnt {
  height: 500px;
}
.index_xtmk .sort_cnt ul {
  height: auto;
  width: 780px;
}
.index .index_xtmk .sort_cnt ul {
  padding-left: 5px;
  padding-top: 8px;
}
.index_xtmk .sort_cnt li {
  display: inline;
  float: left;
  height: 106px;
  padding: 36px 2px 22px 7px;
  width: 370px;
}
.index .index_xtmk .sort_cnt li {
  padding: 7px 5px 8px 10px;
}
.index_xtmk .sort_cnt li a.fl {
  border: 1px solid #ddd;
  height: 102px;
  padding: 1px;
  width: 132px;
}
.index_xtmk .sort_cnt li a.fl img {
  height: 102px;
  width: 132px;
}
.index_xtmk .sort_cnt li .info {
  display: inline;
  font-size: 14px;
  height: 106px;
  line-height: 25px;
  margin-left: 10px;
  width: 220px;
}
.index_xtmk .sort_cnt li .info a {
  color: #186f00;
  display: block;
  height: 50px;
  overflow: hidden;
}
.index_xtmk .sort_cnt li .info p {
  font-size: 12px;
  line-height: 18px;
}
.index_xtmk .sort_cnt li p span {
  float: left;
  margin-right: 0;
}
.index_xtmk .sort_cnt li p span.star {
  background-image: url("/statics/2021/img/evaluate.png");
  background-size: 100% auto;
  display: block;
  height: 14px;
  margin-left: 4px;
  margin-top: 2px;
  width: 85px;
}

.index_xtmk .sort_cnt li p span.star.star-1{

}
.index_xtmk .sort_cnt li p span.star.star-2 {
  background-position: 0 -17px;
}
.index_xtmk .sort_cnt li p span.star.star-3 {
  background-position: 0 center;
}
.index_xtmk .sort_cnt li p span.star.star-4 {
  background-position: 0 30px;
}
.index_xtmk .sort_cnt li p span.star.star-5 {
  background-position: 0 14px;
}
.sort_more {
  color: #000;
  display: block;
  height: 21px;
  text-align: right;
}
.wd240 {
  width: 240px;
}
.wd290 {
  width: 290px;
}
.fg {
  float: right;
}
.cmtit {
  border-bottom: 2px solid #eaeaea;
  font-size: 20px;
  height: 28px;
  line-height: 22px;
  padding-top: 9px;
  position: relative;
}
.clpot {
  bottom: -2px;
  position: absolute;
}
.cmtit a {
  display: inline-block;
  float: left;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.cmtit a.cur {
  border-bottom: 2px solid #03a3e8;
  color: #494949;
  font-size: 20px;
}
.soft_topcnt p {
  border-bottom: 1px dashed #ddd;
  height: 44px;
  line-height: 44px;
}
.index .soft_topcnt p {
  height: 48px;
  line-height: 48px;
}
.sftop_cnt li span, .soft_topcnt p span {
  color: #03a3e8;
  font-size: 18px;
  font-style: italic;
  line-height: 36px;
  width: 26px;
}
.index .index_xtmk .soft_topcnt p span {
  line-height: 48px;
}
.soft_topcnt p a {
  color: #000;
  height: 44px;
  overflow: hidden;
  width: 240px;
  word-break: break-all;
}
.index .index_xtmk .soft_topcnt p a {
  height: 48px;
}
/*-------首页win10系统品牌(版本2) 结束 ------*/

/*-------首页win10系统品牌下面两大块(版本2) 开始 ------*/
.ziliao9 {
  background-color: #fff;
  display: flex;
  padding: 15px;
}
.zl9_list {
  flex-grow: 0.333;
}
.r15 {
  margin-right: 15px;
}
.zl9_ico {
  background: #0096e3 none repeat scroll 0 0;
  float: left;
  height: 22px;
  width: 5px;
}
.zl9_text {
  color: #494949;
  float: left;
  font-family: microsoft yahei,arial;
  font-size: 18px;
  margin-left: 8px;
  width: 190px;
}
.clear {
  clear: both;
}
.zl9_line1 {
  border-bottom: 1px solid #0096e3;
  float: left;
  margin-top: 8px;
  width: 130px;
}
.zl9_line2 {
  border-bottom: 1px solid #dddddd;
  float: left;
  margin-top: 8px;
  width: 191px;
}
.zl9_list1 ul {
  margin-top: 5px;
}
.zl9_list1 ul li {
  background: rgba(0, 0, 0, 0) url("/statics/2021/img/dot.gif") no-repeat scroll 5px 14px;
  border-bottom: 1px dashed #ccc;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-left: 20px;
  width: 300px;
}
.zl9_list1 ul li:last-child {
  border: medium none;
}
.zl9_list1 ul li a {
  color: #393939;
  font-family: microsoft yahei,arial;
  font-size: 14px;
}

.cz_box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 10px 0 5px;
}
.cz_box .ad {
  flex-grow: 0.34;
}
.cz_box .ad + .ad {
  padding-left: 10px;
}
.cz_box .ad img {
  height: auto;
  width: 100%;
}
/*-------首页win10系统品牌下面两大块(版本2) 结束 ------*/
