@charset "utf-8";

/* CSS Document */
/*重置浏览器默认样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 12px;
}

em,
i {
  font-style: normal;
}

input {
  outline: none;
}

/*全局设定*/
html {
  background: #f5f5f5;
  overflow-y: scroll;
}

body {
  color: #333;
  font: 12px/1.5 Helvetica, Tahoma, Arial, sans-serif;
  font-family: sans-serif, Arial;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #333333;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


/*公用样式*/
html {
  font-size: 10vw;
}

body {
  font-size: 14px;
  color: #333333;
  font-family: sans-serif, Arial;
  margin: 0;
  padding: 0;
  background-color: #F7F8FC;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

li {
  list-style-type: none;
}

input {
  outline: none;
}

.pa {
  position: absolute;
}

/*页面宽度 - 根据设计页面宽度修改*/
.full {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}

/*用于铺满屏幕宽度 【铺满容器宽度用w100p】*/
.all {
  width: 1200px;
}

/* 可结合“m[0a~100a]”使窗口居中: <div class="all m0a"></div> ; */
.pc_elem {
  display: block !important;
}

.m_elem {
  display: none !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*公用样式end*/

/*头部样式*/
.top_wrap,
.slider_wrap,
.content_wrap,
.footer_wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}

.top_wrap .top_content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}

.top_wrap .top_content .logo,
.top_wrap .top_content ul {
  display: inline-flex;
}

.top_wrap .top_content .logo {
  position: relative;
  top: 20px;
}

.top_wrap .top_content .toplist {
  padding-left: 0px;
  position: absolute;
  top: 24px;
  margin: 0;
  left: 350px;
}

.top_wrap .top_content .toplist .hot {
  color: red;
  font-size: 12px;
  top: -12px;
  right: 435px;
}

.top_wrap .top_content .toplist li {
  width: 88px;
  margin-right: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Bold';
  cursor: pointer;
  text-align: center;
}

.top_wrap .top_content .toplist li:hover {
  background: #FEF3F1;
  border-radius: 31px;
}

.top_wrap .top_content .toplist li:hover a {
  color: #E83B18;
}

.top_wrap .top_content .toplist .activ618 a {
  color: #333333;
}

.top_wrap .top_content .toplist .softwareall {
  background: #F0F0F0;
  border-radius: 31px;
  width: 88px;
  text-align: center;
}

.top_wrap .top_content .toplist .softwareall_activ {
  background: #FEF3F1 !important;
  color: #E83B18 !important;

}


.slider_wrap .slider_content {
  width: 100%;
  height: 440px;
  background: url(/images/slider/2.png) center center no-repeat;
}

.slider_wrap .row {
  display: block;
  width: 1000px;
  position: relative;
  top: -252px;
  left: 200px;
}

.slider_wrap .row .sw_upper {
  float: left;
  width: 56px;
  height: 56px;
  background: url(/images/slider_preview.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  outline: none;
}

.slider_wrap .row .sw_next {
  float: right;
  width: 56px;
  height: 56px;
  background: url(/images/slider_next.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  outline: none;
}

.slider_wrap .row .sw_upper:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}

.slider_wrap .row .sw_next:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}

.content_wrap .content_title {
  position: relative;
  width: 1200px;
  line-height: 58px;
  margin: 0 auto;
  font-family: '微软雅黑';
  font-size: 22px;
  font-weight: bold;
  text-indent: 18px;
}

.content_wrap .content_list {
  width: 1200px;
  margin: 0 auto;
}

.content_wrap .content_list .content_item {
  position: relative;
  float: left;
  width: 272px;
  height: 208px;
  border: #d4d4d4 1px solid;
  margin-left: 6px;
  margin-top: 6px;
  padding: 10px;
  font-family: 微软雅黑;
}

.content_wrap .content_list .hot {
  background: url("/images/hot.png") 10px 10px no-repeat;
}

.content_wrap .content_list .content_item p.item_img {
  display: block;
  text-align: center;
}

.content_wrap .content_list .content_item p img {
  width: 72px;
  height: 72px;
}

.content_wrap .content_list .content_item p.item_name {
  display: block;
  margin-top: 10px;
  line-height: 38px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.content_wrap .content_list .content_item p.item_desc {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 28px;

}


.content_wrap .content_list .content_item .item_button,
.content_wrap .content_list .content_item .item_button_down {
  float: left;
  width: 118px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: #d8d8d8 1px solid;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 10px;
  transition: background-color 0.5s;
}

.content_wrap .content_list .content_item .item_button_down {
  cursor: pointer;
}

.content_wrap .content_list .content_item .item_button:hover,
.content_wrap .content_list .content_item .item_button_down:hover {
  background-color: #FF333E;
  color: #dedede;
  font-weight: bold;
}

.content_wrap .content_list .content_item .item_button a {
  display: block;
  width: 118px;
  height: 35px;
  transition: color 0.5;
}

.content_wrap .content_list .content_item .item_button a:hover {
  color: #dedede;
  font-weight: bold;
}

.content_wrap .content_list .content_item .item_downlist {
  visibility: hidden;
  position: absolute;
  bottom: 60px;
  left: 10px;
  width: 252px;
  padding: 8px;
  line-height: 35px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.content_wrap .content_list .content_item .item_downlist li {
  float: left;
  text-indent: 16px;
  text-align: center;
}

.content_wrap .content_list .content_item .item_downlist li.dn {
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: #d8d8d8 solid 1px;
}

.content_wrap .content_list .content_item .item_downlist a {
  color: #333;
}

.content_wrap .content_list .content_item .item_downlist a:hover {
  color: #f00;
}

.footer_wrap {
  background-color: #222;
}

.footer_wrap .footer_content {
  position: relative;
  margin: 10px auto 0px auto;
  width: 1140px;
  height: 150px;
  background: url(/images/logo-bottom.png) 50px 60px no-repeat;
}

.footer_wrap .footer_content .footer_best {
  position: absolute;
  width: 60%;
  top: 30px;
  left: 350px;
  padding: 10px;
  border-left: #444 solid 1px;
}

.footer_wrap .footer_content .footer_best p {
  float: left;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: '微软雅黑';
  text-indent: 72px;
}

.footer_wrap .footer_content .footer_copyright {
  position: absolute;
  width: 60%;
  top: 79px;
  left: 350px;
  padding: 10px;
  border-left: #444 solid 1px;
}

.footer_wrap .footer_content .footer_copyright p {
  float: left;
  color: #6b6969;
  font-family: '微软雅黑';
  text-indent: 72px;
}

.footer_wrap .footer_content .footer_copyright p a {
  color: #6b6969;
  font-family: '微软雅黑';
  padding-left: 22px;
  background: url(/images/beian.png) center left no-repeat;
  background-size: 20px;
}