@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 {
  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;
}
.wrap .news_content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.wrap .news_content .content {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 100%;
  padding-bottom: 30px;
}
.wrap .news_content .content .search_content {
  margin-top: 40px;
  position: relative;
  width: 1024px;
  height: 55px;
  border-radius: 2px;
  border: 1px solid #999999;
}
.wrap .news_content .content .search_content .search_page_input {
  overflow: hidden;
  padding-left: 20px;
  width: 750px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  border: 0px;
  color: #000;
}
.wrap .news_content .content .search_content .search_page_input::-webkit-input-placeholder {
  color: #999999;
}
.wrap .news_content .content .search_content .search_btn {
  cursor: pointer;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 242px;
  height: 55px;
  background: #c30000;
  border-radius: 0px 2px 2px 0px;
  line-height: 55px;
  text-align: center;
  color: white;
  font-size: 18px;
  box-sizing: border-box;
}
.wrap .news_content .content .search_content .search_btn:hover {
  background-color: #b20000;
}
.wrap .news_content .content .search_content .search_btn::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/search_b3e73a0.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 87px;
}
.wrap .news_content .content .category {
  margin-top: 40px;
  width: 1024px;
  overflow: hidden;
  height: 100px;
}
.wrap .news_content .content .category p {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #000;
  float: left;
  font-weight: 400;
  line-height: 30px;
  margin-left: 87px;
}
.wrap .news_content .content .category p::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #C30000;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s ease;
  transform: scaleX(0);
}
.wrap .news_content .content .category p:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.wrap .news_content .content .category p:first-child {
  margin: 0;
}
.wrap .news_content .content .category p.on {
  color: #C30000;
  border-bottom: 3px solid #C30000;
}
.wrap .news_content .content .category p.on span {
  color: #C30000;
}
.wrap .news_content .content .category p span {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
}
.wrap .news_content .content .news {
  padding: 5px 0;
  width: 100%;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
}
.wrap .news_content .content .news .item {
  display: block;
  position: relative;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.wrap .news_content .content .news .item::after {
  position: absolute;
  bottom: -65px;
  left: 0;
  content: '';
  width: 1027px;
  height: 1px;
  background: #000000;
  opacity: 0.06;
}
.wrap .news_content .content .news .item:hover img {
  top: -5px;
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.5);
}
.wrap .news_content .content .news .item img {
  position: absolute;
  right: 0;
  top: 12px;
  width: 296px;
  height: 176px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.wrap .news_content .content .news .item h2 {
  height: 24px;
  width: 700px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .news_content .content .news .item span {
  margin-top: 10px;
  margin-right: 8px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.wrap .news_content .content .news .item .text_content {
  position: absolute;
  top: 53px;
  left: 0;
  margin-top: 12px;
  height: 120px;
  width: 700px;
  box-sizing: border-box;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.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: 280px;
  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 .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;
}
