@charset "utf-8";
/*公用*/
*{
      -moz-user-select: -moz-none;
      -moz-user-select: none;
      -o-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
}
html {
  font-size: 19px;
}
html,
body {
  font-family: "微软雅黑", Helvetica Neue, Tahoma, Arial;
  color: #212121;
  line-height: 1.6;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
label {
  font-weight: normal;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  color: #212121;
  text-decoration: none;
}
.clearr {
  clear: both;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
.imgs {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.nt_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 3%;
  margin: 0px auto ;
}
.nt_gy {
  margin-bottom: 2.8125rem;
  overflow: hidden;
}
.nt_pc {
  display: block;
}
.nt_m {
  display: none;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*head*/
.pc_head {
  width: 100%;
  height: 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_headl {
  flex: 0 1 20.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_headl img {
  max-width: 100%;
}
.pc_headr {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc_headr_nav {
  position: relative;
  line-height: 5.625rem;
}
.pc_headr_nav > a {
  padding: 0px 1.25rem;
  font-weight: bold;
}
.pc_headr_nav > a:last-child {
  margin-right: 0px;
}
.pc_headr_ej {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 3;
}
.pc_headr_nav > a.active {
  color: #0059AC;
}
.pc_headr_nav > a:hover {
  color: #0059AC;
}
.pc_headr_ej p {
  line-height: 35px;
  border-bottom: 1px #fff solid;
  text-align: center;
}
.pc_headr_ej p a {
  color: #fff;
  font-size: 14px;
  background: #0059AC;
  display: block;
}
.pc_headr_nav:hover .pc_headr_ej {
  display: block;
}
.pc_headr_ej p:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pc_headr_ej p a:hover {
  background: #fff;
  color: #0059AC;
}
.swiper-container {
  max-width: 100%;
  max-height: 100%;
}
.ng_slide {
  font-size: 0.94736842rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.ng_slide {
  position: relative;
}
.ng_slide img {
  display: block;
  position: relative;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 100%;
}
.ng_swipe .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipe .swiper-pagination-bullet-active {
  background: #0059AC;
}
.ng_swipea .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipea .swiper-pagination-bullet-active {
  background: #0059AC;
}
#nt_main {
  margin: 3.75rem 0px 2.5rem 0px;
}
.nt_jjfa_item {
  width: calc((100% - 6%) / 4);
  float: left;
  margin-right: 2%;
}
.jjfa_bd .nt_jjfa_item:nth-of-type(4) {
  margin-right: 0px;
}
.nt_jjfa_itemi {
  overflow: hidden;
  position: relative;
}
.nt_jjfa_itemi img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  height: 185px;
}
.nt_jjfa_item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nt_jjfa_itemib {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0%;
  right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 5px;
  transition: all 0.5s ease-in-out;
}
.nt_jjfa_item:hover .nt_jjfa_itemib {
  right: 0px;
}
.nt_jjfa_itemt {
  padding: 1.25rem 6.5% 0;
  padding-bottom: 7px;
  border: 1px solid #f2f2f2;
}
.nt_jjfa_itemt h6 {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
.nt_jjfa_itemt p {
  border-top: 1px solid #f2f2f2;
  margin-top: 0.9375rem;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nt_jjfam {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #212121;
  margin-top: 2.1875rem;
}
.nt_gywm {
  background: url(../about.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 3.75rem 0px;
  color: #fff;
  min-height: 28.125rem;
  overflow: hidden;
  box-sizing: border-box;
}
.nt_gywm_box h2 {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.nt_gywmc p {
  text-indent: 2rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
}
.nt_gywmm {
  display: block;
  text-align: left;
  color: #fff;
  margin-top: 0.9375rem;
}
.nt_gywm_bd a:hover {
  color: #fff;
}
.gy_tit {
  margin-bottom: 2.1875rem;
}
.gy_tit h4 {
  font-size: 1.875rem;
  text-align: center;
}
.gy_tit h5 {
  width: 1.875rem;
  margin: 0.625rem auto;
  height: 3px;
  background: #0059AC;
}
.gy_tit h6 {
  text-align: center;
  color: #999;
}
.nt_pro_nav {
  display: flex;
  justify-content: center;
  align-self: start;
  margin-bottom: 2.1875rem;
  overflow: hidden;
}
.nt_pro_nav a {
  margin-right: 1.5625rem;
}
.nt_pro_nav a:hover {
  color: #0059AC;
}
.nt_pro_item {
  width: calc((100% - 3%) / 4);
  float: left;
  margin-right: 1%;
  border: 1px #f1f1f1 solid;
  box-sizing: border-box;
  box-shadow: 0 1px 10px #eee;
  padding: 0.9375rem;
}
.nt_pro_item:nth-of-type(4) {
  margin-right: 0px;
}
.nt_pro_itemi {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 330px;
}
.nt_pro_itemi img {
  max-width: 100%;
  display: block;
  padding: 1px;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  max-height: 100%;
}
.nt_pro_item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nt_pro_itemt {
  position: relative;
  min-height: 150px;
}
.nt_pro_itemt h6 {
  font-size: 1rem;
  color: #212121;
  padding: 0.9375rem 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-top: 1px #f1f1f1 solid;
  text-align: center;
}
.nt_pro_itemt p {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nt_pro_itemt a {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: #A91410 1px solid;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 6px;
  color: #A91410;
  transition: all 0.5s ease-in;
}
.nt_pro_item:hover a {
  background: #A91410;
  color: #fff;
}
.nt_gc_item {
  overflow: hidden;
  width: calc((100% - 3%) / 3);
  float: left;
  margin-right: 1%;
  height: 247px;
  margin-bottom: 1%;
}
.nt_gc_item:nth-of-type(3n) {
  margin-right: 0px;
}
.nt_gc_item img {
  width: 100%;
  height: 100%;
  display: block;
}
.nt_gc_itemi {
  position: relative;
  width: 100%;
  height: 100%;
}
.nt_gc_itemb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 89, 172, 0.6);
  top: 0%;
  left: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.nt_gc_item:hover .nt_gc_itemb {
  left: 0px;
}
.nt_gc_itemb p {
  width: 70%;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.nt_gc_itemb p i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
.nt_gc_itemb p::after {
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
}
#footer {
  overflow: hidden;
}
.footera {
  background: url(../f.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3.4375rem;
}
.footera_bd {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footeral {
  flex: 0 1 55%;
  box-sizing: border-box;
}
.footerar {
  flex: 0 1 45%;
  box-sizing: border-box;
}
.footerar p {
  line-height: 2.5rem;
}
.footeral_item {
  width: 23%;
  float: left;
  margin-right: 2%;
}
.footeral_item h2 {
  font-size: 1.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.footeral_item h2 i {
  font-size: 12px;
}
.footeral_item a {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
  padding-left: 15px;
}
.footerb {
  background: #202020;
  padding: 2.1875rem 0px;
}
.footerb p {
  text-align: center;
  color: #868686;
  padding: 0px 3%;
}
.footerb p a {
  color: #868686;
}
.nt_news_con {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px #eee;
  box-shadow: 0 1px 10px #eee;
}
.nt_news_conl {
  width: 49%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  height: 390px;
}
.nt_news_conr {
  width: 49%;
  float: left;
}
.nt_news_conr {
  border: 1px #f1f1f1 solid;
  box-sizing: border-box;
  padding: 1.25rem;
}
.nt_news_conl_itemi {
  position: relative;
}
.nt_news_conl_itemi img {
  width: 100%;
}
.nt_news_conl_itemit {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  position: absolute;
  bottom: 5px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.nt_news_conl_itemit h6 {
  font-size: 14px;
  line-height: 1.75rem;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nt_news_conl_itemit p {
  font-size: 12px;
}
.nt_news_conr_item {
  margin-bottom: 7px;
  border-bottom: 1px #f1f1f1 dashed;
  padding-bottom: 7px;
}
.nt_news_conr_item h5 {
  color: #212121;
  font-size: 1rem;
  margin-bottom: 5px;
  transition: all 0.4s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nt_news_conr_item h6 {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 5px;
}
.nt_news_conr_item p {
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nt_news_conr_item:hover h5 {
  padding-left: 10px;
  color: #0059AC;
}
.ny_ban_bd {
  position: relative;
}
.ny_ban_bd img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.ny_ban_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.ny_ban_titx {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ny_ban_titx h5 {
  font-size: 2.1875rem;
  position: relative;
  color: #fff;
}
.ny_ban_titx h5::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #0059AC;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
#web {
  background: #F7F7F7;
  padding-bottom: 3.75rem;
}
.web_nav {
  background: #fff;
  height: 4.375rem;
  line-height: 4.375rem;
}
.web_main {
  margin-top: 2.1875rem;
  border-radius: 5px;
  box-shadow: 0px 1px 10px #eee;
  box-sizing: border-box;
}
.web_nav_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.web_nav_box a {
  padding: 0px 0.9375rem;
}
.web_nav_box a:hover {
  background: #0059AC;
  color: #fff;
}
.web_nav_box a.active {
  background: #0059AC;
  color: #fff;
}
.web_nav_box a.active:hover {
  color: #fff;
}
.web_main_cont {
  background: #fff;
  box-sizing: border-box;
  padding: 1.875rem 3.125rem;
}
.web_img_con {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  box-sizing: border-box;
}
.web_img_con_item {
  width: calc((100% - 8%) / 4);
  margin-bottom: 2%;
  margin-right: 2%;
}
.web_img_con_item:nth-of-type(3n) {
  margin-right: 2%;
}
.web_img_ym {
  background: #fff;
  padding: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.web_img_ym li span {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li span.current {
  background: #0059AC;
  color: #fff;
}
.web_img_ym li a {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li.active a {
  background: #0059AC;
  color: #fff;
}
.web_img_ym li a:hover {
  background: #0059AC;
  color: #fff;
}
.web_img_con_item .nt_jjfa_itemi img {
  height: 185px;
}
.new_box {
  margin-top: 15px;
}
.new_item {
  width: 100%;
  padding: 2.2%;
  background-color: #ffffff;
  margin-bottom: 18px;
  box-shadow: 0 1px 10px #eee;
  box-sizing: border-box;
}
.new_itemc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new_itemi {
  flex: 0 1 204px;
  margin-right: 1.875rem;
}
.new_itemi img {
  width: 204px;
  height: 130px;
}
.new_itemt {
  flex: 1;
}
.new_itemt h5 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease-in;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new_item:hover .new_itemt h5 {
  padding-left: 0.9375rem;
}
.new_itemt p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_itemt h6 {
  font-size: 12px;
  color: #999;
  margin-top: 0.625rem;
}
#news_show h1 {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px #f1f1f1 dashed;
}
.news_showt p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.news_show {
  margin-top: 0.9375rem;
}
.news_sx {
  background: #fff;
  margin-top: 0.9375rem;
  padding: 0.9375rem;
}
.news_sxl,
.news_sxr {
  width: 50%;
  float: left;
}
.news_showt {
  margin-bottom: 1.25rem;
}
.news_showti img {
  max-width: 100%;
  display: block;
  padding: 2px;
  border: 1px #f1f1f1 solid;
  margin-left: auto;
  margin-right: auto;
}
.pro_item {
  background: #fff;
  margin-bottom: 2%;
  width: calc((100% - 8%) / 4);
  margin-right: 2%;
}
.pro_box_con {
  margin-top: 15px;
}
.pro_item .nt_pro_itemt {
  min-height: auto;
}
.pro_item:nth-of-type(4) {
  margin-right: 2%;
}
.pro_item .nt_pro_itemi{
  height: 244px;
}
.pro_item .nt_pro_itemi img {
  height: 244px;
}
/* 统一滚动条样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  width: 20px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0059AC;
}
.news_show img{
  max-width: 100%;
}
.web_main_cont img {
  max-width: 100%;
}

.web_main_cont video {
  max-width: 100%;
}

/* 首页视频新增 */
.nt_gywmc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nt_gywmcl {
  flex: 0 1 40%;
  margin-right: 3%;
}

.nt_gywmcr {
  flex: 0 1 57%;
}

.nt_gywmcr p {
  text-indent: 2rem;
  line-height: 2.3rem;
  font-size: 1.125rem;
}

/* 底部修改 */
.footeral {
  flex: 0 1 50%;
}

.footerar {
  flex: 1;
  margin-right: 3%;
}

.footerar p {
  line-height: 1.7;
}

