:root {
  font-size: 16px;
}
@media screen and (min-width: 1680px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  :root {
    font-size: 18px;
  }
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%;
}
/*本地字体引用*/
/* @font-face {
    font-family: "Avan";
    src: url(../fonts/Avan.ttf), url(../fonts/Avan.woff), url(../fonts/Avan.woff2);
  } */
* {
  margin: 0;
  padding: 0;
}
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
td,
tr,
th,
p {
  padding: 0;
  margin: 0;
}
li,
dd,
ol,
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  border: none;
  outline: medium none;
}
img a {
  border: none;
}
input,
select,
button {
  outline: medium none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Helvetica, sans-serif, "宋体";
}
textarea {
  outline: medium none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  resize: none;
  font-family: "Microsoft YaHei", Helvetica, sans-serif, "宋体";
}
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li img {
  display: block;
  /* width: 100%; height: 100%;*/
  cursor: pointer;
}
:focus {
  outline: none;
}
a:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*div:after,div:before,ul:after,ul:before,li:after,li:before {*/
/*    content: " ";*/
/*    clear: both;*/
/*    display: block;*/
/*}*/
.w1280 {
  width: 1280px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.mr {
  margin-right: 0 !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mt-90 {
  margin-top: 5.625rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mt-110 {
  margin-top: 6.875rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mt-130 {
  margin-top: 8.125rem;
}
.mt-140 {
  margin-top: 8.75rem;
}
.mt-150 {
  margin-top: 9.375rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mb-70 {
  margin-bottom: 4.375rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.mb-90 {
  margin-bottom: 5.625rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
.mb-110 {
  margin-bottom: 6.875rem;
}
.mb-120 {
  margin-bottom: 7.5rem;
}
.mb-130 {
  margin-bottom: 8.125rem;
}
.mb-140 {
  margin-bottom: 8.75rem;
}
.mb-150 {
  margin-bottom: 9.375rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 1.25rem;
}
.ml-30 {
  margin-left: 1.875rem;
}
.ml-40 {
  margin-left: 2.5rem;
}
.ml-50 {
  margin-left: 3.125rem;
}
.ml-60 {
  margin-left: 3.75rem;
}
.ml-70 {
  margin-left: 4.375rem;
}
.ml-80 {
  margin-left: 5rem;
}
.ml-90 {
  margin-left: 5.625rem;
}
.ml-100 {
  margin-left: 6.25rem;
}
.ml-110 {
  margin-left: 6.875rem;
}
.ml-120 {
  margin-left: 7.5rem;
}
.ml-130 {
  margin-left: 8.125rem;
}
.ml-140 {
  margin-left: 8.75rem;
}
.ml-150 {
  margin-left: 9.375rem;
}
.mr-10 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 1.25rem;
}
.mr-30 {
  margin-right: 1.875rem;
}
.mr-40 {
  margin-right: 2.5rem;
}
.mr-50 {
  margin-right: 3.125rem;
}
.mr-60 {
  margin-right: 3.75rem;
}
.mr-70 {
  margin-right: 4.375rem;
}
.mr-80 {
  margin-right: 5rem;
}
.mr-90 {
  margin-right: 5.625rem;
}
.mr-100 {
  margin-right: 6.25rem;
}
.mr-110 {
  margin-right: 6.875rem;
}
.mr-120 {
  margin-right: 7.5rem;
}
.mr-130 {
  margin-right: 8.125rem;
}
.mr-140 {
  margin-right: 8.75rem;
}
.mr-150 {
  margin-right: 9.375rem;
}
@font-face {
  font-family: "qtbf";
  src: url("../fonts/qt.ttf") format("truetype");
}
table,
table tr td {
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.875rem;
  word-wrap: break-word;
  table-layout: fixed;
}
table {
  width: 100%;
  min-height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.h992 {
  display: block;
}
.s992 {
  display: none;
}
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pageList {
  margin-top: 2.5rem;
  padding-bottom: 6.25rem;
}
.pageList dl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList dl dd {
  display: inline-block;
  border: 1px solid #ccc;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 2px;
}
.pageList dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: center;
}
.n_nav_list {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.n_nav_list > div {
  line-height: 4.375rem;
  position: relative;
  overflow: initial;
}
.n_nav_list > div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div .list {
  line-height: inherit;
  float: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.n_nav_list > div .list ul {
  line-height: inherit;
  overflow: hidden;
}
.n_nav_list > div .list ul li {
  float: left;
  padding: 0 2.25rem;
  line-height: inherit;
  height: 4.375rem;
  box-sizing: border-box;
}
.n_nav_list > div .list ul li:nth-of-type(1) {
  padding-left: 0;
}
.n_nav_list > div .list ul li i {
  color: #333;
}
.n_nav_list > div .list ul li a {
  font-size: 1rem;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .list ul li:hover {
  background-image: url(../images/nav_list_hover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.n_nav_list > div .list ul li:hover a {
  color: #00449a;
  font-weight: 700;
}
.n_nav_list > div .list .list_title {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/images/list_titleBg.jpg);
  background-position: left top;
  width: 15rem;
  height: 6.875rem;
  padding: 1.875rem 1.25rem;
  box-sizing: border-box;
}
.n_nav_list > div .list .list_title p {
  font-size: 1.5rem;
  color: #00449a;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "宋体";
  text-transform: uppercase;
}
.n_nav_list > div .list .list_title h3 {
  font-size: 1.75rem;
  color: #00449a;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "宋体";
}
.n_nav_list > div .list .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.n_nav_list > div .list .search p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 2.5rem;
}
.n_nav_list > div .list .search p span {
  font-weight: bold;
}
.n_nav_list > div .list .search > div {
  width: 15rem;
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
}
.n_nav_list > div .list .search > div input {
  width: 100%;
  background-color: #e6f2f8;
  line-height: 3.125rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  border-radius: 1.5625rem;
}
.n_nav_list > div .list .search > div button {
  position: absolute;
  top: 50%;
  margin-top: -0.875rem;
  right: 1.5rem;
  z-index: 6;
  cursor: pointer;
}
.n_nav_list > div .list .search > div button i {
  font-size: 1.875rem;
  color: #333;
}
.n_nav_list > div .backhome {
  float: right;
  font-size: 0.8125rem;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.n_nav_list > div .backhome a {
  font-size: 0.8125rem;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .backhome a i {
  margin-right: 0.625rem;
}
.n_banner {
  overflow: hidden;
  width: 100%;
  height: 41.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 6.25rem;
}
.n_banner.about_banner {
  background-image: url(/images/about_banner.jpg);
}
.n_banner.news_banner {
  background-image: url(/images/news_banner.jpg);
}
.n_banner.touzizhe_banner {
  background-image: url(/images/zichan_banner.jpg);
}
.n_banner.shebei_banner {
  background-image: url(/images/shebei_banner.jpg);
}
.n_banner.huanjing_banner {
  background-image: url(/images/changfang_banner.jpg);
}
.n_banner.product_banner {
  background-image: url(/images/product_banner.jpg);
}
.n_banner.yanfa_banner {
  background-image: url(/images/yanfa_banner.jpg);
}
.n_banner.contact_banner {
  background-image: url(/images/contact_banner.jpg);
}
.n_banner .text > div .txt {
  position: absolute;
  top: 44%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
}
.n_banner .text > div .txt h1 {
  font-size: 2.125rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.875rem;
}
.n_banner .text > div .txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0.875rem;
}
.n_banner .text > div .txt h4 {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  opacity: 0.6;
}
.n_banner .text > div .txt h4 a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.n_banner .img {
  position: relative;
  width: 100%;
  height: inherit;
  z-index: 0;
}
.n_banner .img img {
  display: block;
  position: absolute;
  animation: scale-bg 3.5s ease-in-out 0s 1;
}
.n_banner .n_list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00449a;
}
.n_banner .n_list > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.n_banner .n_list > div ul li {
  width: 10%;
}
.n_banner .n_list > div ul li a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 3.875rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .n_banner {
    height: 32rem;
    margin-top: 5.625rem;
  }
  .n_banner .img img {
    width: 100%;
  }
  .n_banner .text > div .txt h1 {
    font-size: 1.9rem;
    margin-bottom: 3.125rem;
  }
  .n_banner .text > div .txt p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .n_banner .text > div .txt h4 {
    font-size: 1rem;
  }
  .n_banner .text > div .txt h4 a {
    font-size: 1rem;
  }
  .n_banner .text > div .txt {
    top: 46%;
  }
  .n_banner .n_list > div ul li a {
    line-height: 3.375rem;
  }
  .n_nav_list > div .list ul li {
    padding: 0 2rem;
  }
  .n_nav_list > div .list ul li a {
    font-size: 1.125rem;
  }
  .n_nav_list > div .backhome a {
    font-size: 0.8125rem;
  }
  .news .main .part01 ul li a .text span i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .n_banner {
    height: 11.25rem;
    margin-top: 3.125rem;
  }
  .n_banner .n_list {
    display: none;
  }
  .n_banner .text > div .txt h1 {
    width: 86%;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .n_banner .text > div .txt p {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .n_banner .text > div .txt h4 {
    font-size: 12px;
    display: none;
  }
  .n_banner .text > div .txt {
    top: 52%;
  }
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tanchu .t_content {
  padding: 0.625rem;
  background: #ffffff;
  box-sizing: border-box;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content.cq {
  width: 44%;
}
.tanchu .t_content .img {
  width: 100%;
}
.tanchu .t_content .img img {
  width: 100%;
}
.tanchu .t_content .changeBtn {
  width: 8.75rem;
  position: absolute;
  right: -8.75rem;
  top: 0;
}
.tanchu .t_content .changeBtn .left {
  cursor: pointer;
  width: 8.75rem;
  height: 3.75rem;
  background-color: #00449a;
  overflow: hidden;
}
.tanchu .t_content .changeBtn .left h3 {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  font-size: 0.875rem;
  color: #ffffff80;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.tanchu .t_content .changeBtn .left p {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.tanchu .t_content .changeBtn .right {
  cursor: pointer;
  margin-top: 4px;
  width: 8.75rem;
  height: 3.75rem;
  background-color: #00449a;
  overflow: hidden;
}
.tanchu .t_content .changeBtn .right h3 {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  font-size: 0.875rem;
  color: #ffffff80;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.tanchu .t_content .changeBtn .right p {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00449a;
  padding: 1rem;
  cursor: pointer;
}
.icon {
  width: 8px;
  height: 8px;
  background-color: #00449a;
  text-align: center;
  line-height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.animate-wave {
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.animate-wave * {
  background: #fed414;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave .w2 {
  animation-delay: 1s;
}
.animate-wave .w3 {
  animation-delay: 2s;
}
.animate-wave .w4 {
  animation-delay: 3s;
}
.animate-wave .w5 {
  animation-delay: 4s;
}
.animate-wave .w6 {
  animation-delay: 5s;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
}
@media screen and (max-width: 992px) {
  .h992 {
    display: none;
  }
  .s992 {
    display: block;
  }
  .n_banner {
    margin-top: 3.125rem;
    height: 12rem;
  }
  .n_banner > div .text p {
    font-size: 1.125rem;
  }
  .n_nav_list {
    display: none;
  }
  .tanchu .t_content {
    width: 100%;
  }
  .tanchu .t_content .changeBtn {
    left: 0;
    top: auto;
    bottom: -3.75rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .tanchu .t_content .changeBtn .right {
    margin-top: 0;
  }
  .n_banner .img img {
    width: 150%;
  }
  .tanchu .t_content.cq {
    width: 100%;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  .n_banner {
    height: 34rem;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  .n_banner {
    height: 42rem;
  }
}
