@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 .news_content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrap .news_content .content {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 130px;
}
.wrap .news_content .content .title {
  position: relative;
  width: 500px;
  height: 150px;
  margin-top: 60px;
}
.wrap .news_content .content .title i {
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
  height: 58px;
  width: 58px;
  background: url(../img/shareholder_icon_c65cd0f.png) no-repeat center center;
  background-size: 100%;
}
.wrap .news_content .content .title h2 {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  line-height: 67px;
  margin-left: 100px;
}
.wrap .news_content .content .title h2::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 14px;
  width: 7px;
  height: 35px;
  background: #c30000;
}
.wrap .news_content .content .title p {
  font-size: 36px;
  font-weight: 900;
  color: #999999;
  line-height: 30px;
  padding-top: 0px;
  padding-left: 82px;
}
.wrap .news_content .content .company_details_container {
  width: 1024px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.wrap .news_content .content .null {
  display: none;
  width: 140px;
  height: 90px;
  background: url(../img/null_news_pic_5af4c94.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap .news_content .content .null p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  padding-top: 100px;
}
.wrap .news_content .content .null.on {
  display: block;
}
.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;
}
