@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;
}
h1 {
  font-size: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.ad-box{
  position: fixed;
  top: 200px;
  left: 50%;
  padding: 40px 60px;
  width: 686px;
  height: 364px;
  transform: translateX(-50%);
  background: url("../img/envelope-bg_ff55c37.png");
  z-index: 200;
}
.ad-box p, .ad-box span{
  color: #000000;
  line-height: 24px;
}
.ad-box .close-adbox{
  position: absolute;
  right: 28px;
  top: -45px;
  display: inline-block;
  width: 32px;
  height: 45px;
  text-align: center;
  background: url("../img/close-ad_de8efb7.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.ad-box .ad-texts{
  position: relative;
  padding-right: 10px;
  height: 354px;
  /* overflow-y: scroll; */
}
.ad-box .ad-cover-img{
  position: absolute;
  bottom: -80px;
  left: -7px;
  width: 818px;
  height: 135px;
  background: url("../img/envelope-cover_51e08e2.png") no-repeat;
  background-size: 100%;
  z-index: 20;
}
.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: 100vh;
  background: #fff;
}
@media screen and (max-width:980px){
  .wrap .header {
    height: 30vh;
  }
}
.wrap .header .swiper-container {
  width: 100%;
  height: 100%;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide a p {
  width: 100%;
  height: 100%;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide .context {
  position: absolute;
  top: 295px;
  left: 50%;
  margin-left: -513px;
  width: 610px;
  height: 400px;
  box-sizing: border-box;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide .context h2 {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  line-height: 84px;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide .context p {
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide .context .more_btn {
  text-align: center;
  line-height: 56px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 346px;
  height: 56px;
  background: #c8a56f;
  opacity: 0.8;
  border: 1px solid #979797;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.wrap .header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.wrap .header .swiper-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: 210px;
  top: 80%;
  width: 300px;
  height: 40px;
  padding-top: 32px;
}
.wrap .header .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #ffffff;
  transition: all 0.3s;
  width: 20px;
  height: 14px;
  border-radius: 8px;
}
.wrap .header .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 52px;
  background: #ffffff;
}
.wrap .content0 {
  position: relative;
  padding-bottom: 50px;
  background: #fff;
  width: 100%;
  height: 384px;
}
.wrap .content0 .global_index {
  top: 50px;
  position: absolute;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: 384px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(124, 24, 24, 0.1);
  z-index: 99;
}
.wrap .content0 .global_index .title {
  width: 100%;
  height: 115px;
  position: absolute;
  top: 51px;
  overflow: hidden;
}
.wrap .content0 .global_index .title i {
  position: absolute;
  top: 30px;
  left: 320px;
  display: block;
  height: 59px;
  width: 58px;
  background: url(../img/global_c79cf3b.png) no-repeat center center;
  background-size: auto 100%;
}
.wrap .content0 .global_index .title h2 {
  position: absolute;
  left: 430px;
  font-size: 46px;
  font-weight: 500;
  color: #000000;
  line-height: 65px;
}
.wrap .content0 .global_index .title h2::before {
  content: '';
  display: block;
  width: 7px;
  height: 37px;
  background: #e50012;
  position: absolute;
  left: -20px;
  top: 17px;
}
.wrap .content0 .global_index .title p {
  position: absolute;
  left: 410px;
  top: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #E6E4E4;
  line-height: 51px;
}
.wrap .content0 .global_index .date_content {
  width: 100%;
  height: 150px;
  text-align: center;
  margin-top: 215px;
}
.wrap .content0 .global_index .date_content .item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  height: 150px;
  text-align: center;
}
.wrap .content0 .global_index .date_content .item:last-child::after {
  display: none;
}
.wrap .content0 .global_index .date_content .item::after {
  content: "";
  width: 1px;
  height: 95px;
  background-color: #979797;
  position: absolute;
  top: 10px;
  right: 0px;
  margin-left: -15px;
}
.wrap .content0 .global_index .date_content .item h3 {
  position: relative;
  font-size: 18px;
  color: #060101;
  line-height: 25px;
}
.wrap .content0 .global_index .date_content .item h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #979797;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -15px;
}
.wrap .content0 .global_index .date_content .item .measurement {
  display: inline-block;
  color: #488c01;
  font-size: 18px;
}
.wrap .content0 .global_index .date_content .item p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #488c01;
  line-height: 60px;
}
.wrap .content0 .global_index .date_content .item span {
  display: inline-block;
  height: 16px;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0;
}
.wrap .content0 .global_index .date_content .item span i {
  position: relative;
  height: 16px;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(../img/xd_arrow_b375368.png) no-repeat center center;
  background-size: 100%;
  margin: 0 3px 0;
}
.wrap .content0 .global_index .date_content .item span i.on {
  background: url(../img/sz_arrow_9bca75d.png) no-repeat center center;
  background-size: 100%;
}
.wrap .content0 .global_index .date_content .item span i::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background-color: #488c01;
  left: -4px;
  top: -2px;
}
.wrap .content0 .global_index .date_content .item span em {
  position: relative;
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
  color: #488c01;
  line-height: 16px;
  display: inline-block;
}
.wrap .content0 .global_index .date_content .item span em.on {
  color: #BE1E2C;
}
.wrap .content0 .global_index .date_content .item span .rate::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background-color: #488c01;
  right: -5px;
  top: 3px;
}
.wrap .content0 .global_index .date_content .item.on2 h3 {
  color: #000;
}
.wrap .content0 .global_index .date_content .item.on2 p {
  color: #000;
}
.wrap .content0 .global_index .date_content .item.on2 span i {
  background: none;
}
.wrap .content0 .global_index .date_content .item.on2 span i::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background-color: #000;
  left: -4px;
  top: -2px;
}
.wrap .content0 .global_index .date_content .item.on2 span em {
  position: relative;
  font-style: normal;
  color: #000;
}
.wrap .content0 .global_index .date_content .item.on2 span em::after {
  content: "";
  background-color: #000;
}
.wrap .content0 .global_index .date_content .item.on h3 {
  color: #000;
}
.wrap .content0 .global_index .date_content .item.on p {
  color: #BE1E2C;
}
.wrap .content0 .global_index .date_content .item.on span i {
  background: url(../img/sz_arrow_9bca75d.png) no-repeat center center;
  background-size: 100%;
}
.wrap .content0 .global_index .date_content .item.on span i::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background-color: #BE1E2C;
  left: -4px;
  top: -2px;
}
.wrap .content0 .global_index .date_content .item.on span em {
  position: relative;
  font-style: normal;
  color: #BE1E2C;
}
.wrap .content0 .global_index .date_content .item.on span em::after {
  content: "";
  background-color: #BE1E2C;
}
.wrap .content1 {
  position: relative;
  background: #fff;
  width: 100%;
  height: 800px;
}
.wrap .content1 .title_content {
  position: absolute;
  left: 50%;
  top: 53px;
  margin-left: -512px;
  width: 1024px;
  height: 145px;
  z-index: 99;
}
.wrap .content1 .title_content .title {
  width: 500px;
  height: 115px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -184px;
}
.wrap .content1 .title_content .title i {
  position: absolute;
  top: 23px;
  left: 13px;
  display: block;
  height: 69px;
  width: 69px;
  background: url(../img/logo_b4f4ed3.png) no-repeat center center;
  background-size: auto 100%;
}
.wrap .content1 .title_content .title h2 {
  position: relative;
  left: 87px;
  font-size: 46px;
  font-weight: 500;
  color: #000000;
  line-height: 65px;
  padding-left: 44px;
}
.wrap .content1 .title_content .title h2::before {
  content: '';
  display: block;
  width: 7px;
  height: 37px;
  background: #e50012;
  position: absolute;
  left: 22px;
  top: 17px;
}
.wrap .content1 .title_content .title p {
  position: relative;
  left: 30px;
  padding-left: 77px;
  font-size: 36px;
  font-weight: 900;
  color: #E6E4E4;
  line-height: 26px;
}
.wrap .content1 .pic_content {
  width: 100%;
  height: 596px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}
.wrap .content1 .pic_content .pic {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  height: 596px;
  width: 100%;
  overflow: hidden;
}
.wrap .content1 .pic_content .pic p {
  width: 100%;
  height: 100%;
}
.wrap .content1 .pic_content .pic .text_content {
  box-sizing: border-box;
  padding: 10px;
  padding-right: 150px;
  padding-left: 20px;
  display: block;
  width: 1025px;
  height: 91px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -512.5px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap .content1 .pic_content .pic .text_content p {
  display: inline;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
}
.wrap .content1 .pic_content .pic .text_content div {
  display: inline;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
}
.wrap .content1 .pic_content .pic .text_content div a {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  text-decoration: none;
}
.wrap .content1 .pic_content .pic .text_content div em {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  font-style: normal;
}
.wrap .content1 .pic_content .pic .text_content a {
  display: inline;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  text-decoration: none;
}
.wrap .content1 .pic_content .pic .text_content em {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  font-style: normal;
}
.wrap .content1 .more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 371px;
  width: 141px;
  height: 72px;
  background: #ceab5c;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 72px;
  transition: all 0.3s;
}
.wrap .content1 .more::after {
  content: '';
  height: 6px;
  width: 6px;
  overflow: hidden;
  background: url(../img/aboutus_moreshadow_feec62c.png) no-repeat 1px center;
  position: absolute;
  left: -6px;
  bottom: 0;
}
.wrap .content1 .more:hover {
  background: #ba9748;
}
.wrap .content2 {
  padding-top: 100px;
  background: #fff;
  width: 100%;
  height: 490px;
  position: relative;
}
.wrap .content2 .title_content {
  position: absolute;
  left: 50%;
  margin-left: -802px;
  width: 1024px;
  height: 145px;
  z-index: 99;
}
.wrap .content2 .title_content .title {
  width: 100%;
  height: 115px;
  position: absolute;
  overflow: hidden;
}
.wrap .content2 .title_content .title i {
  position: absolute;
  top: 20px;
  left: 297px;
  display: block;
  height: 58px;
  width: 57px;
  background: url(../img/handle_f188f68.png) no-repeat center center;
  background-size: auto 100%;
}
.wrap .content2 .title_content .title h2 {
  position: relative;
  left: -22px;
  font-size: 46px;
  font-weight: 500;
  color: #000000;
  line-height: 65px;
  padding-left: 414px;
}
.wrap .content2 .title_content .title h2::before {
  content: '';
  display: block;
  width: 7px;
  height: 37px;
  background: #e50012;
  position: absolute;
  left: 395px;
  top: 17px;
}
.wrap .content2 .title_content .title p {
  position: relative;
  left: 30px;
  padding-left: 344px;
  font-size: 36px;
  font-weight: 900;
  color: #E6E4E4;
  line-height: 26px;
}
.wrap .content2 .pic_content {
  width: 100%;
  height: 333px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.wrap .content2 .pic_content .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  height: 333px;
  width: 1920px;
  background: url(../img/online_pic_2b20c6d.png) no-repeat center center;
  background-size: 100% 100%;
}
.wrap .content2 .pic_content .pic .items {
  top: 100px;
  height: 200px;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.wrap .content2 .pic_content .pic .items a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 130px;
  height: 200px;
  font-size: 24px;
  color: white;
  text-align: center;
  margin: 0px 30px 0px;
  padding-top: 105px;
}
.wrap .content2 .pic_content .pic .items a:hover p {
  top: -20px;
}
.wrap .content2 .pic_content .pic .items a p {
  width: 95px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.wrap .content2 .pic_content .pic .items a .wsyyt {
  background: url("../img/wsyyt_52618dd.png") no-repeat;
}
.wrap .content2 .pic_content .pic .items a .zcgl {
  background: url("../img/zcgl_46134ad.png") no-repeat;
}
.wrap .content2 .pic_content .pic .items a .wskh {
  background: url("../img/wskh_88abc95.png") no-repeat;
}
.wrap .content2 .pic_content .pic .items a .rjxz {
  background: url("../img/rjxz_0b33f1b.png") no-repeat;
}
.wrap .content3 {
  position: relative;
  background: #fff;
  width: 1024px;
  height: 922px;
  margin: 0 auto;
  padding-top: 50px;
}
.wrap .content3 .title {
  position: absolute;
  overflow: hidden;
  top: 100px;
  right: 0;
  height: 120px;
}
.wrap .content3 .title i {
  position: absolute;
  top: 20px;
  left: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../img/news_ba2a81c.png) no-repeat center center;
  background-size: 100%;
}
.wrap .content3 .title h2 {
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  line-height: 67px;
  position: relative;
  padding-left: 106px;
}
.wrap .content3 .title h2::before {
  content: '';
  width: 7px;
  height: 37px;
  background: #e50012;
  position: absolute;
  top: 15px;
  left: 86px;
}
.wrap .content3 .title p {
  padding-left: 81px;
  font-size: 60px;
  font-weight: 900;
  color: #E6E4E4;
  line-height: 52px;
}
.wrap .content3 .slider {
  position: absolute;
  top: 270px;
  box-sizing: border-box;
  width: 1024px;
  height: 438px;
  overflow: hidden;
}
.wrap .content3 .slider .swiper-container .swiper-button-prev{
  margin-top: -80px;
  left: -48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: url("../img/news-prev_e5f71c6.png");
  background-size: 100%;
}
.wrap .content3 .slider .swiper-container .swiper-button-next{
  margin-top: -80px;
  right: -48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: url("../img/news-next_31a8357.png");
  background-size: 100%;
}
.wrap .content3 .slider .swiper-container .swiper-pagination {
  padding: 0 24px;
  bottom: 18px;
  width: 976px;
  text-align: right;
}
.wrap .content3 .slider .swiper-container .swiper-pagination .swiper-pagination-bullet{
  border-radius: 4px;
  background: #D8D8D8;
  opacity: 1;
}
.wrap .content3 .slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 17px;
  background: #C30000;
}
.wrap .content3 .slider .swiper-container .swiper-slide {
  width: 1024px !important;
  height: 438px !important;
  overflow: hidden;
}
.wrap .content3 .slider .swiper-container .swiper-slide a {
  display: block;
  width: 1024px;
  height: 438px;
}
.wrap .content3 .slider .swiper-container .swiper-slide a .text_content {
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: rgba(10, 10, 10, 0.37);
}
.wrap .content3 .slider .swiper-container .swiper-slide a .text_content p {
  height: 56px;
  width: 430px;
  font-size: 16px;
  color: white;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap .content3 .slider .swiper-container .swiper-slide a .text_content span {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  color: white;
  line-height: 56px;
}
.wrap .content3 .slider .swiper-container .swiper-slide img {
  width: 1024px;
  height: 438px;
}
.wrap .content3 .slider .swiper-container .swiper-slide-prev,
.wrap .content3 .slider .swiper-container .swiper-slide-next {
  position: relative;
}
.wrap .content3 .slider .news_items {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 280px;
}
.wrap .content3 .slider .news_items a {
  position: relative;
  float: left;
  display: block;
  width: 330px;
  height: 280px;
  margin-right: 17px;
}
.wrap .content3 .slider .news_items a:last-child {
  margin-right: 0;
}
.wrap .content3 .slider .news_items a img,
.wrap .content3 .slider .news_items a .default-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -webkit-filter: brightness(90%);
}
.wrap .content3 .slider .news_items a img:hover,
.wrap .content3 .slider .news_items a .default-img:hover {
  filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.wrap .content3 .slider .news_items a .default-img {
  background: url("../img/news_item1_984becf.png") no-repeat;
}
.wrap .content3 .slider .news_items a .news {
  box-sizing: border-box;
  padding: 7px;
  width: 330px;
  height: 56px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.wrap .content3 .slider .news_items a .news p {
  font-size: 16px;
  line-height: 22px;
  color: white;
  width: 316px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .content3 .more {
  text-align: center;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 110px;
  height: 36px;
  border: 1px solid #c30000;
  color: #c30000;
  font-size: 24px;
  transition: all 0.3s;
}
.wrap .content3 .more:hover {
  color: #fff;
  background-color: #c30000;
}
