@charset "utf-8";
@import url("animate.css");
@import url("lib.css");

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-size: 100% 100%; /*z-index: 999;*/
}
html {
  font-size: 100px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-size: 0.16rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB",
    sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  display: block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic; /* max-width:100%; */
  max-height: 100%;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  border: none;
  border-top: 2px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 90%;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.none {
  display: none;
}
.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.check:checked + label,
.check:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}
.check + label:after,
.check + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 13px;
  border-radius: 3px;
  content: "";
  background: #000;
}
.check:checked + label:after {
  background: #ca140d;
}

.radio:checked + label,
.radio:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 20px;
}
.radio + label:after,
.radio + label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
}
.radio:not(:checked) + label:after,
.radio:not(:checked) + label:before {
  border: 1px solid #888;
}
.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.radio:checked + label:before {
  border: 1px solid #d9a65c;
}
.radio:checked + label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9a65c;
  top: 3px;
  left: 4px;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
:-ms-input-placeholder {
  color: #999;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
}
.l {
  float: left;
}
.r {
  float: right;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.bor {
  border: 1px dashed #999;
}
.poab {
  position: absolute;
}
.pore {
  position: relative;
}
.texto a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgInline {
  display: inline-block !important;
  vertical-align: middle;
}
.imgMargin {
  margin: 0 auto;
}
.imgW100 {
  width: 100%;
}

.text-r {
  text-align: right;
}
.text-m {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 100;
}
.text-up {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.trans {
  transition: all 0.5s;
}
.trans-mask {
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative; /* width: 220px; */ /* height: 292px; */
}
.trans-mask img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%; /* min-height: 3.4rem; */
}
.trans-mask:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-mask .pic {
  overflow: hidden;
}

.bg-mask .pic .a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(1.01);
}
.bg-mask:hover .pic .a {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ablink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}
.wp {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}
.nywp {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.wp1 {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.greybg {
  background: #f2f2f2;
}
.textup {
  text-transform: uppercase;
}
.co {
  color: #bd2323;
}
.co-fff {
  color: #fff !important;
}
.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-show {
  display: none;
}
.filter-page {
  filter: blur(5px);
}

@keyframes go5 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.zi6 {
  position: relative;
  z-index: 6;
}
.zi5 {
  position: relative;
  z-index: 5;
}
.zi4 {
  position: relative;
  z-index: 4;
}
.zi3 {
  position: relative;
  z-index: 3;
}
.zi2 {
  position: relative;
  z-index: 2;
}
.zi1 {
  position: relative;
  z-index: 1;
}
@keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
@-webkit-keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}

@keyframes go {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overhide {
  overflow: hidden;
}

.slide-banner a {
  display: block;
  position: relative;
}
.slide-banner video {
  width: 100%;
  display: block;
}
.slide-banner .txt {
  position: absolute;
  top: 30%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.slide-banner .txt h4 {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.slide-banner .txt span {
  display: block;
  line-height: 1.2em;
  font-weight: bold;
}
.banner .slide-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .slide-banner .swiper-slide-active a img {
  transform: scale(1);
}
.banner .slide-banner a img {
  transform: scale(1.1);
  transition: 5s;
  opacity: 0.9;
}
.banner .slide-banner a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 30%;
  background: url(/Q_public/images/bamask.png) no-repeat bottom center;
  background-size: 101% 101%;
}
.slide-banner .swiper-pagination {
  bottom: 1.2rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  margin: 0 0.08rem !important;
  vertical-align: middle;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

.intit {
  margin-bottom: 0.5rem;
}
.intit h3 {
  font-size: 0.42rem;
  font-weight: normal;
  line-height: 1em;
}
.intit h3:after {
  height: 4px;
  width: 0.75rem;
  background: linear-gradient(45deg, #0082e6 0%, #00c09c 100%);
  display: block;
  margin: 0 auto;
  content: "";
  margin-top: 0.16rem;
}

.homec {
  padding: 0.25rem 0 0.25rem;
  background: url(/Q_public/images/hc.jpg) no-repeat center;
  background-size: cover;
}
.homec-a .slideHd {
  margin-bottom: 0.6rem;
}
.homec-a .slideHd .swiper-slide {
  width: 6.59rem;
  height: 3.7rem;
}
.homec-a .slideHd .swiper-slide a {
  display: block;
  position: relative;
}
.homec-a .slideHd .swiper-slide a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.homec-a .slideHd .swiper-slide-prev a:before {
  content: "";
  position: absolute;
  right: 30%;
  left: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(/Q_public/images/shal.png) no-repeat right center;
  background-size: 80% 101%;
  z-index: 2;
}
.homec-a .slideHd .swiper-slide-next a:before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(/Q_public/images/shar.png) no-repeat left center;
  background-size: 80% 101%;
  z-index: 2;
}
.homec-a .slideHd .swiper-slide-active a:before {
  display: none;
}
.homec-a .ssbtn a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #d93f00;
  font-size: 0.26rem;
  z-index: 6;
}
.homec-a .ssbtn a:hover {
  color: #194199;
}
.homec-a .ssbtn .prev {
  left: 0.2rem;
}
.homec-a .ssbtn .next {
  right: 0.2rem;
}
.homec-b {
  margin-bottom: 0.6rem;
}
.homec-b ul li {
  width: 32%;
  position: relative;
  height: 2.3rem;
}
.homec-b ul li:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  right: -0.1rem;
  bottom: 0;
  height: 0.28rem;
  background: url(/Q_public/images/sha.png) no-repeat top center;
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.homec-b ul li:hover:after {
  opacity: 1;
  visibility: inherit;
  bottom: -0.28rem;
  transition: 0.3s;
}
.homec-b ul li .pic {
  height: 1.95rem;
  transition: 0.3s;
  position: relative;
  z-index: 3;
}
.homec-b ul li .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  right: 0.3rem;
  color: #fff;
}
.homec-b ul li .txt h4 {
  font-weight: normal;
  font-size: 0.3rem;
}
.homec-b ul li .txt span {
  font-size: 0.14rem;
  opacity: 0.6;
}
.homec-b ul li:hover .pic {
  height: 2.3rem;
}

.homec-c .intit h3:after {
  margin-left: 0;
}
.homec-c .slideHcp {
  width: 1600px;
  margin-left: -10px;
}
.homec-c .slideHc .swiper-slide:last-child {
  margin-right: 0.1rem;
}
.homec-c .slideHc .swiper-slide .item {
  background: #fff;
  margin: 10px;
}
.homec-c .slideHc .swiper-slide:hover .item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.homec-c .slideHc .swiper-slide .pic {
  height: 2.3rem;
}
.homec-c .slideHc .swiper-slide .txt {
  height: 2.2rem;
  background: #fff;
  padding: 0.3rem 0.35rem;
  position: relative;
}
.homec-c .slideHc .swiper-slide .txt:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(45deg, #0082e6 0%, #00c09c 100%);
  transition: 0.3s;
  opacity: 0;
}
.homec-c .slideHc .swiper-slide:hover .txt:before {
  width: 100%;
  opacity: 1;
}

.homec-c .slideHc .swiper-slide .txt .media a {
  display: block;
  height: 0.2rem;
  line-height: 0.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
}
.homec-c .slideHc .swiper-slide .txt .media a:last-child {
  margin-right: 0;
}
.homec-c .slideHc .swiper-slide .txt .media .weixin {
  background-image: url(/Q_public/images/wx.svg);
  background-size: 0.3rem 0.24rem;
  padding-left: 0.33rem;
}
.homec-c .slideHc .swiper-slide .txt .media .weibo {
  background-image: url(/Q_public/images/wb.svg);
  background-size: 0.3rem 0.24rem;
  padding-left: 0.33rem;
}
.homec-c .slideHc .swiper-slide .txt .media .douyin {
  background-image: url(/Q_public/images/dy.svg);
  background-size: 0.2rem 0.2rem;
  padding-left: 0.26rem;
}
.homec-c .slideHc .swiper-slide .txt .media .kuaishou {
  background-image: url(/Q_public/images/ks.png);
  background-size: 0.2rem 0.2rem;
  padding-left: 0.33rem;
  color: #b9b4b4;
}
.homec-c .slideHc .swiper-slide .txt .media .weixin:hover {
  color: #00b900;
}
.homec-c .slideHc .swiper-slide .txt .media .weibo:hover {
  color: #e71f19;
}
.homec-c .slideHc .swiper-slide .txt .media .douyin:hover {
  color: #07a6a4;
}
.homec-c .slideHc .swiper-slide .txt .media .kuaishou:hover {
  color: #b9b4b4;
}

.homec-c .slideHc .swiper-slide .txt h4 {
  font-size: 0.2rem;
  padding-right: 0.7rem;
  position: relative;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.homec-c .slideHc .swiper-slide .txt h4 a {
  max-height: 0.56rem;
  display: block\0;
}
.homec-c .slideHc .swiper-slide .txt h4 time {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 0.16rem;
}
.homec-c .slideHc .swiper-slide:hover .txt h4 a {
  color: #004fa1;
}

.homec-c .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  max-width: 1280px;
  margin-top: 0.5rem;
  position: static;
  background: transparent;
}
.homec-c .swiper-pagination-progressbar:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  background: rgba(0, 0, 0, 0.25);
}
.homec-c .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(45deg, #0082e6 0%, #00c09c 100%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 5;
  transform: scale(0);
  transform-origin: left top;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.sub_banner:after,
.sub_banner1:after,
.sub_banner2:after,
.sub_banner3:after,
.sub_banner4:after {
  height: 420px;
  width: 100%;
  background: url(/Q_public/images/nyzms.png) no-repeat left center;
  background-size: 101% 101%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@charset "utf-8";
@import url('animate.css');
@import url('lib.css');

.loader{position: fixed;left: 0;top: 0;right:0;bottom: 0;background: #fff;background-size: 100% 100%;/*z-index: 999;*/}
html{font-size: 100px}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;position: relative;overflow-x:hidden;font-size: .16rem;
  font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,"Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
ol,ul{list-style:none}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}

abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{display:block;padding:0;border:none;-ms-interpolation-mode:bicubic;/* max-width:100%; */max-height:100%}
address,cite,dfn,em,var,i{font-style: normal;}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{height:0;border: none; border-top: 2px solid #f4f3f2; -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
:focus{outline:0}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}
legend{padding:0;border:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-spacing:0;border-collapse:collapse;    width: 90%;}
td,th{padding:0}
@media print{
*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100%!important}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
}
.none{display: none}
.check:checked,.check:not(:checked){position:absolute;left:-9999px;opacity:0}
.check:checked+label,.check:not(:checked)+label{position:relative;display:inline-block;
	height:14px;font-size:14px;cursor:pointer;padding-left: 20px;}
.check+label:after,.check+label:before{position:absolute;top:2px;left:0;z-index:0;width:16px;height:13px;
	border-radius:3px;content:'';background: #000}
.check:checked+label:after{background: #ca140d}

.radio:checked+label,.radio:not(:checked)+label{position:relative;display:inline-block;height:16px;font-size:14px;line-height:16px;cursor:pointer;padding-left: 20px}
.radio+label:after,.radio+label:before{position:absolute;top:-1px;left:0;z-index:0;width:16px;height:16px;border-radius:50%;content:''}
.radio:not(:checked)+label:after,.radio:not(:checked)+label:before{border:1px solid #888}
.radio:checked,.radio:not(:checked){position:absolute;left:-9999px;opacity:0}
.radio:checked+label:before{border:1px solid #d9a65c}
.radio:checked+label:after{width:8px;height:8px;border-radius:50%;background:#d9a65c;top:3px;left:4px}


::-webkit-input-placeholder{color:#999;opacity:.54}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
:-ms-input-placeholder {color:#999 }  
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:"."}
.l{float:left}
.r{float:right}
.fl{float:left!important}
.fr{float:right!important}
.bor{border:1px dashed #999}
.poab{position:absolute}
.pore{position:relative}
.texto a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eclip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.imgInline{display:inline-block!important;vertical-align:middle}
.imgMargin{margin:0 auto}
.imgW100{width:100%}

.text-r{text-align:right}
.text-m{text-align:center}
.text-bold{font-weight: 700;}
.text-light{font-weight:100;}
.text-up{text-transform: uppercase;}

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}

.trans{transition:all .5s}
.trans-mask{display:block;overflow:hidden;cursor:pointer;position: relative;/* width: 220px; *//* height: 292px; */}
.trans-mask img{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;width: 100%;/* min-height: 3.4rem; */}
.trans-mask:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}

.bg-mask .pic{overflow: hidden;}

.bg-mask .pic .a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;
  display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;transform: scale(1.01);}
.bg-mask:hover .pic .a{-webkit-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);}
.bgimg{background-repeat: no-repeat;background-position: center;background-size: cover;}
.ablink{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background: rgba(255,255,255,0);}
.wp{width:90%;margin:0 auto;max-width:1440px}
.nywp{width:90%;margin:0 auto;max-width:1200px}
.wp1{width:90%;margin:0 auto;max-width:1200px}
.greybg{background:#f2f2f2}
.textup{text-transform:uppercase}
.co{color:#bd2323}
.co-fff{color:#fff!important}
.fixdbody{position:fixed;top:0;left:0;right:0;bottom:0}
.m-show{display:none}
.filter-page{filter: blur(5px);}

@keyframes go5{
  0%{transform: translateX(0);}
  50%{transform: translateX(-5px);}
  100%{transform: translateX(0);}
}
.zi6{position: relative;z-index: 6}
.zi5{position: relative;z-index: 5}
.zi4{position: relative;z-index: 4}
.zi3{position: relative;z-index: 3}
.zi2{position: relative;z-index: 2}
.zi1{position: relative;z-index: 1}
@keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}

@keyframes go{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

.overhide{overflow: hidden}

.header:before{width:100%;height: 1.1rem;content: '';position: absolute;left: 0;top: -1.32rem;z-index: -1;background:rgba(255,255,255,1.0);transition: .3s}
.scrolling .header:before{top: 0;box-shadow: 0 0 .1rem rgba(0,0,0,.2)}
.header{height: 1.1rem;position: fixed;top:0; left: 0;right: 0;z-index: 30;}

.iconfont{font-size: inherit;}
.header .logo{padding-top: .1rem}
.header .logo img{height: .4rem}
.hd-r {}

.menu_main {background-color: rgba(255,255,255,0.0)!important; }







.slide-banner a{display: block;position: relative;}
.slide-banner video{width: 100%;display: block;}
.slide-banner .txt{position: absolute;top:30%;z-index: 10;left: 50%;transform: translateX(-50%);color:#fff;text-shadow: 0 0 5px rgba(0,0,0,.4)}
.slide-banner .txt h4{font-size: .8rem;font-weight: normal;margin-bottom: .1rem}
.slide-banner .txt span{display: block;line-height: 1.2em;font-weight: bold;}
.banner .slide-banner a{display: block;;position: relative;overflow: hidden;}
.banner .slide-banner .swiper-slide-active a img{transform: scale(1)}
.banner .slide-banner a img{transform: scale(1.1);transition: 5s;opacity: .9;}
.banner .slide-banner a:after{position: absolute;content: '';left: 0;bottom: 0;right: 0;z-index: 1;height: 30%;
background: url(../images/bamask.png) no-repeat bottom center;background-size: 101% 101%}
.slide-banner .swiper-pagination{bottom: 1.2rem}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {width: 6px;height: 6px;opacity:1;transition: .3s;margin: 0 .08rem!important;vertical-align: middle;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 12px;height: 12px}

.intit{margin-bottom: .5rem}
.intit h3{font-size: .42rem;font-weight: normal;line-height: 1em}
.intit h3:after{height: 4px;width:.75rem;background: linear-gradient(45deg,#0082e6 0%,#00c09c 100%);display: block;margin: 0 auto;content: '';margin-top: .16rem}

.homec{padding: .25rem 0 .25rem;background: url(../images/hc.jpg) no-repeat center;background-size: cover}
.homec-a  .slideHd{margin-bottom: .6rem}
.homec-a  .slideHd .swiper-slide{width:6.59rem;height:3.7rem}
.homec-a  .slideHd .swiper-slide a{display: block;position: relative;}
.homec-a  .slideHd .swiper-slide a:before{content: '';position: absolute;left: 0;top: 0;bottom: 0;width: 100%;z-index: 2;background: rgba(0,0,0,.3);}
.homec-a  .slideHd .swiper-slide-prev a:before{content: '';position: absolute;right: 30%;left: auto; top: 0;bottom: 0;width: 100%;background: url(../images/shal.png) no-repeat right center;background-size:80% 101%;z-index: 2}
.homec-a  .slideHd .swiper-slide-next a:before{content: '';position: absolute;left: 30%;top: 0;bottom: 0;width: 100%;background: url(../images/shar.png) no-repeat left center;background-size:80% 101%;z-index: 2}
.homec-a  .slideHd .swiper-slide-active a:before{display: none}
.homec-a .ssbtn a{position: absolute;top:50%;transform: translateY(-50%);color: #d93f00;font-size: .26rem;z-index: 6}
.homec-a .ssbtn a:hover{color: #194199}
.homec-a .ssbtn .prev{left: .2rem}
.homec-a .ssbtn .next{right: .2rem}
.homec-b{margin-bottom: .6rem}
.homec-b ul li{width: 32%;position: relative;height: 2.3rem}
.homec-b ul li:after{content: '';position: absolute;left: -.1rem;right: -.1rem;bottom:0;height: .28rem;background: url(../images/sha.png) no-repeat top center;background-size: 100% auto;opacity: 0;visibility: hidden;z-index: 0}
.homec-b ul li:hover:after{opacity: 1;visibility: inherit;bottom: -.28rem;transition: .3s}
.homec-b ul li .pic{height: 1.95rem;transition: .3s;position: relative;z-index: 3}
.homec-b ul li  .txt{position: absolute;top:50%;transform: translateY(-50%);z-index: 4;right: .3rem;color: #fff}
.homec-b ul li  .txt h4{font-weight: normal;font-size: .3rem}
.homec-b ul li  .txt span{font-size: .14rem;opacity: .6;}
.homec-b ul li:hover .pic{height: 2.3rem}

.homec-c .intit h3:after{margin-left: 0}
.homec-c .slideHcp{width:1600px;margin-left: -10px}
.homec-c .slideHc .swiper-slide:last-child{margin-right:.1rem}
.homec-c .slideHc .swiper-slide .item{background: #fff;margin: 10px}
.homec-c .slideHc .swiper-slide:hover .item{box-shadow: 0 3px 10px rgba(0,0,0,.2)}
.homec-c .slideHc .swiper-slide .pic{height: 2.3rem}
.homec-c .slideHc .swiper-slide .txt{height: 2.2rem;background: #fff;padding: .3rem .35rem;;position: relative;}
.homec-c .slideHc .swiper-slide .txt:before{content: '';position: absolute;height: 4px;width: 0;left: 0;top:0;z-index: 2;background: linear-gradient(45deg,#0082e6 0%,#00c09c 100%);transition: .3s;opacity: 0}
.homec-c .slideHc .swiper-slide:hover  .txt:before{width: 100%;opacity: 1}

.homec-c .slideHc .swiper-slide .txt .media a{display: block;height: .2rem;line-height: .2rem;background-position: left center;background-repeat: no-repeat;margin-right: .2rem;}
.homec-c .slideHc .swiper-slide .txt .media a:last-child{margin-right: 0}
.homec-c .slideHc .swiper-slide .txt .media .weixin{background-image: url(../images/wx.svg);background-size: .30rem .24rem;padding-left: .33rem;}
.homec-c .slideHc .swiper-slide .txt .media .weibo{background-image: url(../images/wb.svg);background-size: .30rem .24rem;padding-left: .33rem;}
.homec-c .slideHc .swiper-slide .txt .media .douyin{background-image: url(../images/dy.svg);background-size: .2rem .2rem;padding-left: .26rem;}
.homec-c .slideHc .swiper-slide .txt .media .kuaishou{background-image: url(../images/ks.png);background-size: .2rem .2rem;padding-left: .33rem;color:#b9b4b4}
.homec-c .slideHc .swiper-slide .txt .media .weixin:hover{color:#00b900  }
.homec-c .slideHc .swiper-slide .txt .media .weibo:hover{color:#e71f19}
.homec-c .slideHc .swiper-slide .txt .media .douyin:hover{color:#07a6a4 }
.homec-c .slideHc .swiper-slide .txt .media .kuaishou:hover{color:#b9b4b4}

.homec-c .slideHc .swiper-slide .txt h4{font-size: .2rem;padding-right: .7rem;position: relative;font-weight: normal;margin-bottom: .25rem}
.homec-c .slideHc .swiper-slide .txt h4 a{max-height: .56rem;display: block\0;}
.homec-c .slideHc .swiper-slide .txt h4 time{position: absolute;top: 0;right: 0;color: #666;font-size: .16rem}
.homec-c .slideHc .swiper-slide:hover .txt h4 a{color: #004fa1}

.homec-c .swiper-pagination-progressbar{width: 100%;height: 5px;max-width: 1280px;margin-top: .5rem;position: static;background: transparent}
.homec-c .swiper-pagination-progressbar:after{content: '';height: 1px;width: 100%;position: absolute;left: 0;top:2px;background: rgba(0,0,0,.25);}
.homec-c .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: linear-gradient(45deg,#0082e6 0%,#00c09c 100%);border-radius: 5px;position: absolute;left: 0;top: 0;width: 100%;height: 5px;z-index: 5;transform: scale(0);transform-origin: left top;
}



.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}

.hd-nav {
    float: right;
    width: 800px;
    position: relative;
	margin-top: 30px;
}

pore{position:relative}



.hd-nav>ul>li{margin-left: .3rem;font-size: .16rem;}
.hd-nav>ul>li>a{color: #fff;position: relative;display: block;line-height: .26rem;height: 36px;}
.hd-nav>ul>li:hover>a:after{content: '';display: block;height: 3px;width: 100%;position: absolute;left: 0;bottom: -.12rem;
background: linear-gradient(45deg,#194199 0%,#d0101b 100%)}
.hd-nav>ul>li.topser:hover>a:after{display: none}
.hd-nav .subnav{opacity: 0;visibility: hidden;transform: translateY(.2rem);transition: .3s;position: absolute;top:100%;right: 0;
  padding-top: .12rem}
.hd-nav>ul>li:hover .subnav{opacity: 1;visibility: inherit;transform: translateY(0);}
.hd-nav>ul>li:nth-child(1) .subnav{width: 9.4rem;}
.hd-nav>ul>li:nth-child(2) .subnav{width: 9.4rem;}
.hd-nav>ul>li:nth-child(3) .subnav{width: 8.2rem;}
.hd-nav>ul>li:nth-child(4) .subnav{width: 9.4rem;}
.hd-nav>ul>li:nth-child(5) .subnav{width: 9.5rem;}
.hd-nav>ul>li:nth-child(6) .subnav{width: 8.6rem;}
.hd-nav>ul>li:nth-child(7) .subnav{width: 12rem;}
.hd-nav>ul>li .subnav .navCon ul li{width: 45%;height: inherit;padding: .08rem 0;}
.hd-nav>ul>li:nth-child(3) .subnav  .navCon ul li{width: 100%;}
.hd-nav>ul>li:nth-child(6) .subnav  .navCon ul li{width: 100%;}
.hd-nav>ul>li:nth-child(7) .subnav  .navCon ul li{width: 28%;}

.hd-nav>ul>li>.subnav .navCon{background: rgba(255,255,255,.9);padding: .35rem .5rem}
.hd-nav>ul>li>.subnav .navCon .pic{width: 5.08rem}
.hd-nav>ul>li>.subnav .navCon .navs{width:calc(100% - 5.88rem);display: flex;flex-direction: column;justify-content: center;}
.hd-nav>ul>li>.subnav .navCon ul{display: flex;;flex-wrap: wrap;justify-content: space-between;}
.hd-nav>ul>li>.subnav .navCon ul li a{display: flex;justify-content: space-between;font-size: .15rem;line-height: .26rem}
.hd-nav>ul>li>.subnav .navCon ul li a:after{content: "\e676";font-family: "swiper-icons" !important;font-size: .12rem;}
.hd-nav .topser a{display: block;font-size: .2rem;color: #fff;line-height: .26rem}

.scrolling .hd-r .hd-ra .link a{color: #555;} 
.scrolling .hd-r .hd-ra .link a i{color: #004fa1;} 
.scrolling .hd-r .hd-ra .link a:hover{color: #004fa1;} 
.scrolling .hd-r .hd-ra .link:before{background: #ccc} 
.scrolling .hd-nav>ul>li>a{color: #333;font-weight: 500;height: 36px;}
.scrolling .topser a{color: #333}

.sub_banner:after,.sub_banner1:after,.sub_banner2:after,.sub_banner3:after,.sub_banner4:after {
    height: 420px;
    width: 100%;
    background: url(../images/nyzms.png) no-repeat left center;
    background-size: 101% 101%;
    content: '';
    position: absolute;
    left: 0;
    top: 0
}
.footer .foot_logo img{
  height: 40px;
}