@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;
}
.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,
.wrap .header .default-img {
  position: relative;
  width: 100%;
  height: 708px;
}
.wrap .header .header_bg p,
.wrap .header .default-img p {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 708px;
}
.wrap .header .header_bg .default-img,
.wrap .header .default-img .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;
  padding-bottom: 160px;
}
.wrap .news_content .content {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 100%;
  box-sizing: border-box;
  min-height: 400px;
}
.wrap .news_content .content .null_content {
  display: none;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
}
.wrap .news_content .content .null_content .no-data {
  width: 140px;
  height: 90px;
  background: url("../img/null_news_pic_5af4c94.png") no-repeat;
}
.wrap .news_content .content .null_content .no-data-text {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.wrap .news_content .content .null_content.on {
  display: block;
}
.wrap .news_content .content .title {
  position: relative;
  width: 700px;
  height: 120px;
  margin-top: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .news_content .content .title img {
  display: block;
  position: absolute;
  top: 28px;
  left: 35px;
  height: 45px;
  width: 45px;
}
.wrap .news_content .content .title h2 {
  padding-left: 20px;
  position: relative;
  top: 16px;
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  line-height: 67px;
  margin-left: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .news_content .content .title h2::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 14px;
  width: 7px;
  height: 35px;
  background: #c30000;
}
.wrap .news_content .content .title p {
  font-size: 24px;
  font-weight: 900;
  color: #999999;
  line-height: 33px;
  padding-top: 0px;
  padding-left: 100px;
}
.wrap .news_content .content .news {
  width: 100%;
  overflow: hidden;
}
.wrap .news_content .content .news .item {
  padding-top: 70px;
  position: relative;
  height: 330px;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.wrap .news_content .content .news .item img {
  width: 567px;
  height: 285px;
}
.wrap .news_content .content .news .item .news-default-img {
  width: 567px;
  height: 285px;
  background: url("../img/news-default-img_0e33cac.png") no-repeat;
}
.wrap .news_content .content .news .item .new_title {
  position: absolute;
  right: 0;
  top: 70px;
  width: 400px;
  height: 283px;
}
.wrap .news_content .content .news .item .new_title h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrap .news_content .content .news .item .new_title p {
  padding: 0 10px 0;
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  height: 20px;
  line-height: 20px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.wrap .news_content .content .news .item .new_title a {
  position: relative;
  position: absolute;
  font-size: 24px;
  bottom: 24px;
  left: 0;
  color: #C30000;
  padding-bottom: 5px;
}
.wrap .news_content .content .news .item .new_title a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #C30000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s ease;
  transform: scaleX(0);
}
.wrap .news_content .content .news .item .new_title a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.wrap .news_content .fenye {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap .news_content .fenye .my-page .my-page-prev {
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.wrap .news_content .fenye .my-page .my-page-next {
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.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;
}
