@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #62a1c9;
}
body,
html {
  width: 100%;
  min-height: 930px;
  height: auto;
  font-family: 'Noto Sans SC', 'Helvetica', 'Arial', 'sans-serif';
  background: #fff;
}
#NIE-topBar {
  width: 100%;
  min-width: 1420px !important;
  height: 55px;
  z-index: 997 !important;
}
#NIE-topBar #NIE-topBar-main {
  z-index: 997 !important;
}
#NIE-copyRight {
  width: 100%;
  min-width: 1420px;
  background: #000;
}
#NIE-copyRight a,
#NIE-copyRight p,
#NIE-copyRight span {
  color: #fff;
}
#NIE-copyRight #ncp-l3 {
  display: inline-block;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
/************************公共部分***********************/
/*********遮罩层*********/
.zzc {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  /**遮罩全屏top,left都为0,width,height为100%**/
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.zzc.on {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 9998;
}
body,
html {
  font-family: 'Noto Sans SC', 'Helvetica', 'Arial', 'sans-serif';
}
h1 {
  font-size: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
}
.wrap {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.wrap a:focus {
  outline: none;
}
.wrap .header {
  position: relative;
  width: 100%;
  height: 708px;
  background: #fff;
}
.wrap .header .header_bg {
  position: relative;
  width: 100%;
  height: 708px;
}
.wrap .header .header_bg p {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 708px;
}
.wrap .header .header_bg .default-img {
  background: url("../img/son_header_bg_88e0e35.jpg") no-repeat;
  background-size: 100% 100%;
}
.wrap .load_content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrap .load_content .null_content {
  display: none;
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
}
.wrap .load_content .null_content .no-data {
  width: 140px;
  height: 90px;
  background: url("../img/null_news_pic_5af4c94.png") no-repeat;
}
.wrap .load_content .null_content .no-data-text {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.wrap .load_content .null_content.on {
  display: block;
}
.wrap .load_content .content {
  margin: 0 auto;
  width: 1084px;
  height: 100%;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
  min-height: 700px;
}
.wrap .load_content .content .group1 {
  width: 1084px;
}
.wrap .load_content .content .group1 .swiper-box {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  width: 1024px;
}
.wrap .load_content .content .group1 .swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}
.wrap .load_content .content .group1 .swiper-box .swiper-container .swiper-slide .load_software {
  display: inline-block;
  width: 224px;
  height: 55px;
  background: rgba(216, 216, 216, 0.17);
  border: 1px solid rgba(151, 151, 151, 0.39);
  margin: 51px 13px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 55px;
  transition: all 0.2s;
}
.wrap .load_content .content .group1 .swiper-box .swiper-container .swiper-slide .load_software.on {
  background: #c30000;
  color: #ffffff;
}
.wrap .load_content .content .group1 .swiper-box .swiper-container .swiper-slide .load_software:hover {
  background: #c30000;
  color: #ffffff;
}
.wrap .load_content .content .group1 .swiper-box .swiper-container .swiper-scrollbar {
  bottom: 27px;
}
.wrap .load_content .content .group1 .swiper-box .swiper-button-prev {
  left: 0px;
}
.wrap .load_content .content .group1 .swiper-box .swiper-button-next {
  right: 0px;
}
.wrap .load_content .content .group2 {
  margin: 0 auto;
  overflow: hidden;
  display: none;
  min-height: 483px;
  width: 1024px;
}
.wrap .load_content .content .group2.on {
  display: block;
}
.wrap .load_content .content .group2 .main_software {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 499px;
  height: 131px;
  border: 1px solid #979797;
  margin-bottom: 30px;
  padding-left: 14px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 120px;
}
.wrap .load_content .content .group2 .main_software:hover {
  background: #cdaa62;
  border: 1px solid #cdaa62;
}
.wrap .load_content .content .group2 .main_software:hover h2 {
  color: #fff;
}
.wrap .load_content .content .group2 .main_software:hover h2 span {
  color: #fff;
}
.wrap .load_content .content .group2 .main_software:hover p {
  color: #fff;
}
.wrap .load_content .content .group2 .main_software:hover .btns a {
  border: 1px solid #fff;
  color: #fff;
}
.wrap .load_content .content .group2 .main_software:hover .btns a:hover {
  background-color: #fff;
  color: #c30000;
}
.wrap .load_content .content .group2 .main_software:hover .des_text {
  top: 0;
}
.wrap .load_content .content .group2 .main_software .des_text {
  transition: all .3s;
  position: absolute;
  top: 130px;
  left: 0;
  width: 376px;
  height: 129px;
  background-color: rgba(255, 50, 50, 0.5);
  padding: 15px;
  box-sizing: border-box;
  z-index: 999;
}
.wrap .load_content .content .group2 .main_software .des_text p {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100px;
  -webkit-line-clamp: 5;
  color: white;
}
.wrap .load_content .content .group2 .main_software:nth-child(even) {
  margin-left: 26px;
}
.wrap .load_content .content .group2 .main_software .software_icon {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  overflow: hidden;
}
.wrap .load_content .content .group2 .main_software .software_icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 72px;
  height: 72px;
}
.wrap .load_content .content .group2 .main_software h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  padding-top: 16px;
}
.wrap .load_content .content .group2 .main_software h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.wrap .load_content .content .group2 .main_software p {
  height: 40px;
  overflow: hidden;
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap .load_content .content .group2 .main_software .btns {
  position: absolute;
  width: 84px;
  height: 90px;
  right: 20px;
  bottom: 0px;
}
.wrap .load_content .content .group2 .main_software .btns a {
  display: block;
  width: 82px;
  height: 24px;
  border: 1px solid #C30000;
  color: #C30000;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  transition: all .2s;
}
.wrap .load_content .content .group2 .main_software .btns a:hover {
  background-color: #c30000;
  color: white;
}
.wrap .footer {
  height: 324px;
}
.wrap .footer .content {
  height: 100%;
  background: url(../img/son_footer_bg_67cc036.jpg) no-repeat center center;
  background-size: 100%;
}
.wrap .footer .content .text_content {
  background: none;
}
.wrap .pop_window {
  display: none;
  position: fixed;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  height: 400px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 30px;
  padding-top: 50px;
  z-index: 999;
  overflow: hidden;
}
.wrap .pop_window.on {
  display: block;
}
.wrap .pop_window p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-indent: 2em;
}
.wrap .pop_window span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/close_pop.png) no-repeat center center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
