* {
  box-sizing: border-box;
  outline: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
  margin: 0;
  padding: 0;
  font-family: "Arial", "微软雅黑";
}
div, p, span, i, em {
  white-space: inherit !important;
}
a {
  color: #4e555e;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #0a4993;
}
ol, ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
/*
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}*/
body, html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 80px !important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px !important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px !important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px !important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.woff2');
  src: url('../fonts/Oswald-Bold.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.otf');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/POPPINS-BOLD.otf");
  src: url("../fonts/POPPINS-BOLD.otf");
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont2";
  src: url("../fonts/OPPOSANS-H.otf");
  src: url("../fonts/OPPOSANS-H.otf");
  src: url('../fonts/OPPOSANS-H.ttf');
  src: url('../fonts/OPPOSANS-H.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont3";
  src: url("../fonts/OPPOSANS-B.otf");
  src: url("../fonts/OPPOSANS-B.otf");
  src: url('../fonts/OPPOSANS-B.ttf');
  src: url('../fonts/OPPOSANS-B.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #4e555e;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
}
/*
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}
*/
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 12.6rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px !important;
    padding: 0 20px !important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close, .navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span, .navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3), .navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2), .navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child, .navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  /*height: 100vh;*/
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .fp-flex {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}
.button {
  text-align: center;
}
.button a, .button span {
  z-index: 2;
  color: #383838;
  font-size: 0.2rem;
  overflow: hidden;
  text-align: center;
  height: 0.46rem;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.65rem;
  line-height: 0.46rem;
  background: #0a4993;
  position: relative;
}
.button img {
  width: auto;
  height: auto;
  margin-top: 0.12rem;
  margin-left: 0.1rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .button a, .button span {
    font-size: 14px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before, .button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  line-height: 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.06rem transparent;
  border-bottom: solid 0.06rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #0a4993;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #0a4993;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.topbox {
  transition: all 334ms ease;
  background: #fff;
}
.topbox .container {
  align-items: center;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.topbox .tigs {
  color: rgba(0, 0, 0, 0.5);
}
.topbox .yuyan {
  margin-left: 0.2rem;
}
.topbox i {
  width: 1px;
  margin: 0 0.12rem;
  height: 0.13rem;
  background: #c4c4c4;
  display: inline-block;
  font-style: normal;
}
.topbox .info {
  display: flex;
}
.topbox .shijian span {
  color: #fff;
  line-height: 0.25rem;
  margin-left: 1px;
  padding: 0 0.07rem;
  display: inline-block;
  background: #1f2123;
  font-size: 0.18rem;
  /*font-family: "Oswald-Bold";*/
  font-family: Arial;
}
@media (max-width: 1024px) {
  .topbox {
    display: none;
  }
}
.botbox {
  color: #fff;
  padding: 0.1rem 0;
  background: #0a4993;
  transition: all 334ms ease;
}
.botbox .container {
  display: flex;
  align-items: center;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  transition: background-color 0.5s;
}
.header .container {
  position: relative;
  max-width: 17.9rem;
  max-width: 12.6rem;
}
.header .nav .container {
  max-width: 12.6rem;
}
.header .logo {
  line-height: 1rem;
  vertical-align: middle;
  text-align: center;
  /* border: solid 1px rgba(255, 255, 255, 0.3);
  width: 2.04rem; */
  height: 1.04rem;
  display: inline-block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.86rem;
  vertical-align: middle;
}
.header .logo-2 {
  padding-left: 0.4rem;
  padding-left: 0.2rem;
}
.header .logo-2 img {
  width: auto;
  height: auto;
  max-height: 0.44rem;
}
.header .time {
  padding-right: 0.6rem;
  margin-left: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.1rem;
  margin-left: 0.1rem;
  padding-left: 0.4rem;
}
.header .time .date, .header .time .add {
  font-size: 0.16rem;
  position: relative;
}
.header .time .date img, .header .time .add img {
  top: 0;
  left: -0.3rem;
  position: absolute;
  opacity: 0.6;
  width: auto;
  height: auto;
  max-height: 0.2rem;
}
.header .time .date {
  font-weight: 700;
  font-size: 0.18rem;
}
.header .other {
  right: 0;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
  position: absolute;
  max-width: 4.3rem;
  max-width: 2.3rem;
  width: 100%;
}
.header .other input {
  width: 100%;
  color: #0a4993;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding-right: 1rem;
  padding-left: 0.3rem;
  border-radius: 0.3rem;
  line-height: 0.5rem;
  height: 0.52rem;
  background: #fff;
  border: solid 1px #fff;
}
.header .other input::-webkit-input-placeholder {
  color: #0a4993;
}
.header .other input:-moz-placeholder {
  color: #0a4993;
  opacity: 1;
}
.header .other input::-moz-placeholder {
  color: #0a4993;
  opacity: 1;
}
.header .other input:-ms-input-placeholder {
  color: #0a4993;
}
.header .searchBtn {
  right: 0.06rem;
  top: 0.06rem;
  position: absolute;
  background: #fff;
  width: 0.54rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  cursor: pointer;
  z-index: 2;
  z-index: 1;
}
.header .searchBtn svg {
  fill: #0a4993;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover {
  background: #0a4993;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    position: fixed !important;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    z-index: 99;
    border-bottom: 0;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    position: relative;
  }
  .header .botbox {
    padding: 0;
    height: 60px;
  }
  .header .logo {
    border: 0;
    width: auto;
    line-height: inherit;
    height: auto;
    margin-top: 14px;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .time, .header .logo-2, .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    right: 20px;
    position: absolute;
    margin-top: 14px;
  }
}
.header-2 {
  top: auto;
  left: auto;
  position: relative;
}
.nav {
  transition: background 500ms linear;
  background: #f7f7f7;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-size: 0.18rem;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  position: relative;
}
.nav li > a {
  display: block;
  color: #484848;
  font-weight: bold;
}
.nav li i {
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  margin-bottom: 0.03rem;
  display: inline-block;
  border-right: solid 1px #7f7f7f;
  border-top: solid 1px #7f7f7f;
  transform: rotate(135deg);
}
.nav li .subnav {
  left: 50%;
  top: 0.5rem;
  text-align: center;
  padding: 0.2rem 0.1rem;
  font-size: 0.16rem;
  transform: translateX(-50%);
  position: absolute;
  width: 1.6rem;
  background: #fff;
  z-index: 99;
  display: none;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.nav li .subnav a {
  display: block;
  padding: 0.05rem 0;
}
.nav li:hover .subnav {
  display: block;
}
.nav li:hover > a, .nav .active > a {
  color: #0a4993;
}
.nav li:hover i, .nav .active i {
  border-right-color: #0a4993;
  border-top-color: #0a4993;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
}
.fixed .topbox {
  display: none;
}
.fixed .nav {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.fixed .header .logo {
  width: 0.8rem;
  height: 0.7rem;
  line-height: 0.68rem;
}
.fixed .header .time {
  line-height: 0.3rem;
}
.fixed .header .time .date img, .fixed .header .time .add img {
  top: 0.05rem;
}
.fp-viewing-section2 .topbox, .fp-viewing-section3 .topbox, .fp-viewing-section4 .topbox, .fp-viewing-section5 .topbox, .fp-viewing-section6 .topbox, .fp-viewing-section7 .topbox, .fp-viewing-section8 .topbox, .fp-viewing-section9 .topbox {
  display: none;
}
.fp-viewing-section2 .nav, .fp-viewing-section3 .nav, .fp-viewing-section4 .nav, .fp-viewing-section5 .nav, .fp-viewing-section6 .nav, .fp-viewing-section7 .nav, .fp-viewing-section8 .nav, .fp-viewing-section9 .nav {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.fp-viewing-section2 .header .logo, .fp-viewing-section3 .header .logo, .fp-viewing-section4 .header .logo, .fp-viewing-section5 .header .logo, .fp-viewing-section6 .header .logo, .fp-viewing-section7 .header .logo, .fp-viewing-section8 .header .logo, .fp-viewing-section9 .header .logo {
  width: 0.8rem;
  height: 0.7rem;
  line-height: 0.68rem;
}
.fp-viewing-section2 .header .time, .fp-viewing-section3 .header .time, .fp-viewing-section4 .header .time, .fp-viewing-section5 .header .time, .fp-viewing-section6 .header .time, .fp-viewing-section7 .header .time, .fp-viewing-section8 .header .time, .fp-viewing-section9 .header .time {
  line-height: 0.3rem;
}
.fp-viewing-section2 .header .time .date img, .fp-viewing-section3 .header .time .date img, .fp-viewing-section4 .header .time .date img, .fp-viewing-section5 .header .time .date img, .fp-viewing-section6 .header .time .date img, .fp-viewing-section7 .header .time .date img, .fp-viewing-section8 .header .time .date img, .fp-viewing-section9 .header .time .date img, .fp-viewing-section2 .header .time .add img, .fp-viewing-section3 .header .time .add img, .fp-viewing-section4 .header .time .add img, .fp-viewing-section5 .header .time .add img, .fp-viewing-section6 .header .time .add img, .fp-viewing-section7 .header .time .add img, .fp-viewing-section8 .header .time .add img, .fp-viewing-section9 .header .time .add img {
  top: 0.05rem;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner .pc {
  height: 78vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .container {
  padding-left: 0.4rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.6s fadeInDown2 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.7s fadeInUp2 ease;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  color: #fff;
  font-size: 0.4rem;
}
.banner .swiper-button-prev {
  left: 0.4rem;
}
.banner .swiper-button-next {
  right: 0.4rem;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 9999;
}
.banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  margin: 0 0.08rem;
  opacity: 1;
  z-index: 10;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active {
  background-color: #0a4993;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-weight: 700;
  line-height: 0.8rem;
  font-size: 0.78rem;
  font-family: "myfont";
  text-transform: uppercase;
  text-shadow: 0.07rem 0 0.07rem rgba(0, 0, 0, 0.48);
}
.banner .t2 {
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.banner .button {
  text-align: left;
  margin-top: 0.3rem;
}
.banner .button a {
  font-weight: 700;
  font-size: 0.16rem;
  color: #fff;
}
.banner .arrow {
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 1rem;
  position: absolute;
  animation: 1.5s fadeInUp2 alternate infinite;
}
.banner .arrow img {
  max-height: 0.52rem;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
    max-height: none;
  }
  .banner .pc {
    height: 360px;
  }
  .banner .container {
    padding: 0 40px !important;
  }
  .banner .text {
    transform: translateY(-50%);
  }
  .banner .arrow {
    display: none;
  }
  .banner .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .button {
    margin-top: 30px;
  }
  .banner .button a {
    font-size: 14px;
  }
  .banner .button img {
    margin-top: 12px;
  }
  .banner .index-modular {
    display: none;
  }
  .banner .swiper-button-prev {
    left: 20px;
  }
  .banner .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .banner .pc {
    height: 240px;
  }
  .banner .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .swiper-button-prev {
    left: 0px;
  }
  .banner .swiper-button-next {
    right: 0px;
  }
}
.index-modular {
  z-index: 9;
  /*height: 2.6rem;
  margin-top: -2rem;*/
  position: relative;
	margin-top:100px;
}
.index-modular .container {
  padding-left: 0;
}
.index-modular ul {
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0.4rem;
  border-radius: 0.1rem;
  padding: 0.15rem 0.05rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);*/
	
}
.index-modular li {
  width: 33.333%;
 /*padding: 0 0.1rem;*/
	padding: 0 0.2rem;
}
.index-modular li .item {
  text-align: left;
  position: relative;
  transition: all 500ms ease;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #0a4993, #0a4993);
  background: #0a4993;
  overflow: hidden;
}
.index-modular li .item:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
.index-modular li .item a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.15rem 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 1.5rem;
}
.index-modular li .icon {
  top: 0.3rem;
  left: 0.5rem;
  position: absolute;
}
.index-modular li .icon img {
  max-height: 0.6rem;
}
.index-modular li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.1rem;
  font-weight: 700;
  font-size: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  padding-right: 0.5rem;
  transition: color 500ms linear;
}
.index-modular li .tit:after, .index-modular li .tit:before {
  right: 0;
  top: 0;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  transition: all 500ms linear;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-modular li .tit:before {
  transform: scale(0);
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}
.index-modular li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "poppins";
}
@media (min-width: 1025px) {
  .index-modular li:hover .item {
    background: #eb200e;
    background: linear-gradient(to right, #0a4993, #eb200e);
    background: #0a4993;
  }
  .index-modular li:hover .item:before {
    transform: scale(1.05);
    animation: shine 1.5s ease-out infinite;
  }
  .index-modular li:hover .tit:after {
    opacity: 0;
  }
  .index-modular li:hover .tit:before {
    transform: scale(1);
    background: url(../images/arrow-3.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .index-modular {
    margin-top: 20px;
    height: auto;
  }
  .index-modular ul {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .index-modular li {
    width: 50%;
    margin-top: 0.2rem;
  }
  .index-modular li .item {
    padding: 15px 20px;
  }
  .index-modular li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-right: 40px;
  }
  .index-modular li .tit:after {
    width: 20px;
    height: 20px;
  }
  .index-modular li .txt {
    font-size: 14px;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
  }
  .index-modular li:last-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index-modular li {
    padding: 0;
    width: 100%;
  }
}
.index-numlist {
  margin-top: 0.5rem;
}
.index-numlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  background: #f7f7f7;
}
.index-numlist li {
  padding: 0 0.7rem;
  display: flex;
  width: 33.333%;
  color: #4e555e;
}
.index-numlist li .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: solid 1px #e6e2dc;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ffffff, #ffdc00);
}
.index-numlist li .icon img {
  max-height: 1rem;
}
.index-numlist li .item {
  width: 60%;
  padding-left: 0.3rem;
}
.index-numlist li p:first-child {
  color: #0a4993;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-family: "myfont3";
}
@media (max-width: 1024px) {
  .index-numlist {
    margin-top: 0;
  }
  .index-numlist ul {
    padding: 10px;
  }
  .index-numlist li {
    width: 33.333%;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .index-numlist li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .index-numlist ul {
    justify-content: center;
  }
  .index-numlist li {
    width: 100%;
  }
}
.index-aboutbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center !important;
}
.index-aboutbox .fp-flex {
  padding-bottom: 0;
}
.index-about {
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.index-about .left {
  width: 46%;
}
.index-about .left .tit {
  font-size: 0.46rem;
  line-height: 0.52rem;
}
.index-about .left .tit span {
  display: block;
}
.index-about .left .tag {
  font-size: 0.26rem;
  padding-top: 0.2rem;
}
.index-about .left .txt {
  line-height: 0.3rem;
}
.index-about .left .txt p {
  margin-top: 0.35rem;
}
.index-about .left .button {
  text-align: left;
  margin-top: 0.5rem;
}
.index-about .left .button a {
  color: #fff;
  margin-right: 0.1rem;
  line-height: 0.54rem;
  height: 0.54rem;
  font-weight: normal;
}
.index-about .left .button img {
  margin-left: 0;
  vertical-align: top;
  margin-top: 0.15rem;
  margin-right: 0.1rem;
  max-height: 0.24rem;
}
.index-about .left .last {
  background: #FFDE12;
}
.index-about .left .last a {
  color: #0a4993;
}
.index-about .right {
  width: 51.5%;
  position: relative;
  border-radius: 0.1rem;
}
.index-about .right .pic {
  border: solid 1px #fff;
}
.index-about .right .pic img {
  border-radius: 0.1rem;
}
.index-about .right .circl {
  top: 50%;
  left: 50%;
  z-index: 9;
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-about .right .circl img {
  max-height: 1.1rem;
}
@media (max-width: 1024px) {
  .index-about {
    padding: 40px 0 0 0;
    display: block;
  }
  .index-about .container {
    display: block;
  }
  .index-about .left, .index-about .right {
    width: 100%;
  }
  .index-about .right {
    margin-top: 30px;
  }
  .index-about .left .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .left .txt {
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .index-about .left .button a:first-child {
    margin-top: 0;
  }
  .index-about .left .button a {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
  .index-about .left .button img {
    display: none;
  }
}
.index-title {
  font-weight: 700;
  line-height: 0.6rem;
  font-size: 0.46rem;
  text-align: center;
}
@media (max-width: 640px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-product {
  overflow: hidden;
}
.index-product .container {
  max-width: 100%;
}
.index-product .index-title {
  margin-top: 1rem;
}
.index-product .list {
  width: 135%;
  margin: 0 -3.8rem;
}
.index-product .item {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.index-product .pic {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.index-product .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-product .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.index-product .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-product .text {
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 0.3rem;
  bottom: 0.35rem;
  position: absolute;
  transition: all 500ms linear;
}
.index-product .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.index-product .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .index-product .item:hover {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
  }
  .index-product .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-product .item:hover .pic:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(10, 73, 147, 0.87));
  }
  .index-product .item:hover .text {
    bottom: 0.3rem;
  }
  .index-product .item:hover .button {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .index-product {
    padding: 0;
  }
  .index-product .fp-flex {
    padding-top: 0;
  }
  .index-product .index-title {
    margin-top: 0;
  }
  .index-product .list {
    width: 100%;
    margin-top: 0px;
    margin: 0;
  }
  .index-product .item {
    margin-top: 30px;
  }
}
.index-partner {
  overflow: hidden;
  position: relative;
  background: #eaeaea;
}
.index-partner .container {
  max-width: 100%;
}
.index-partner .index-title {
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
}
.index-partner .right {
  position: relative;
}
.index-partner .right:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/gbg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.index-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.index-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.index-partner .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 240px;
  border-left: solid 0.06rem #f7f4ef;
  border-right: solid 0.06rem #f7f4ef;
  background: #f7fafe;
}
.index-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.index-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.index-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.48535565%;
}
.index-partner .hover {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 444;
  width: 100%;
  font-size: 0.26rem;
  transform: translateY(-40%);
}
.index-partner .hover .in {
  padding: 0 2.5rem;
}
.index-partner .hover .t1 {
  color: #0a4993;
  font-family: "Montserrat-Light";
  line-height: 0.7rem;
  font-size: 0.8rem;
  vertical-align: top;
}
.index-partner .hover .t1 span {
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  font-family: "Oswald";
  font-size: 1.22rem;
  line-height: 1.3rem;
}
.index-partner .hover .t2 {
  font-weight: 700;
}
.index-partner .button {
  padding-top: 0.5rem;
}
.index-partner .button a {
  color: #fff;
  height: 0.54rem;
  font-weight: 700;
  line-height: 0.54rem;
  min-width: 1.6rem;
}
@media (max-width: 1600px) {
  .index-partner .picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
    width: 200px;
  }
  .index-partner .picMarquee-top .bd ul li .pic {
    position: relative;
  }
  .index-partner .picMarquee-top .bd ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 45%;
  }
}
@media (max-width: 1024px) {
  .index-partner .index-title {
    padding-top: 0;
  }
  .index-partner .hover .in {
    padding: 0 20px;
  }
}
.index-vsitor {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-vsitor .index-title {
  color: #fff;
  padding-top: 1rem;
}
.index-vsitor ul {
  /*display: flex;
  flex-wrap: wrap;
	margin: 0 -0.12rem;*/
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	grid-gap: 0.24rem; 
  margin-top: 0.45rem;
}
.index-vsitor li {
  /*width: 33.333%;*/
	width:100%;
  padding: 0.12rem;
	background: #fff;
  box-shadow: 0 0 0.2rem rgba(10, 73, 147, 0.5);
  transition: all 500ms ease;
}
.index-vsitor li a {
  display: flex;
  width: 100%;
  height: 100%;
  /*padding: 0.2rem 0.3rem;*/
	padding: 0.2rem;
  align-items: center;
}
.index-vsitor li .item {
  /*background: #fff;
  box-shadow: 0 0 0.2rem rgba(10, 73, 147, 0.5);
  transition: all 500ms ease;*/
}
.index-vsitor li .pic {
  width: 36%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.index-vsitor li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-vsitor li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-vsitor li .text {
  width: 64%;
  padding-left: 0.25rem;
}
.index-vsitor li .tit {
  transition: all 500ms linear;
  color: #383838;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-vsitor li .text .desc p{
	line-height: 200%; 
}
.index-vsitor li .more {
  color: #888;
  position: relative;
  font-size: 0.16rem;
  /*margin-top: 0.6rem;*/
	margin-top: 0.4rem;
  transition: all 500ms linear;
}
.index-vsitor li .more i {
  right: 0;
  top: 0;
  vertical-align: middle;
  line-height: 0.22rem;
  position: absolute;
  text-align: center;
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  font-style: normal;
  background: #0a4993;
  border-radius: 50%;
  transition: all 500ms ease;
}
.index-vsitor li .more img {
  width: auto;
  height: auto;
  vertical-align: middle;
  max-height: 0.16rem;
}
@media (min-width: 1025px) {
  .index-vsitor li:hover .tit, .index-vsitor li:hover .more {
    color: #000;
  }
  .index-vsitor li:hover .tit {
    margin-top: 0.2rem;
  }
  .index-vsitor li:hover .more {
    margin-top: 0.3rem;
  }
  .index-vsitor li:hover .item {
    /* background: rgba(255, 255, 255, 0.9); */
    /* box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2); */
  }
  .index-vsitor li:hover .pic img {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .index-vsitor .index-title {
    padding-top: 0;
  }
  .index-vsitor li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .index-vsitor li {
    width: 100%;
  }
  .index-vsitor li .more {
    font-size: 14px;
    margin-top: 20px;
  }
  .index-vsitor li .more i {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .index-vsitor li .more img {
    max-height: 14px;
  }
}
.index-zhanhui .container {
  /*max-width: 19.2rem;*/
}
.index-zhanhui .index-title {
  padding-top: 1.4rem;
}
.index-zhanhui .list {
  padding-top: 0.2rem;
}
.index-zhanhui .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-zhanhui .list li {
  width: 49.8%;
  padding-top: 0.1rem;
}
.index-zhanhui .list .item {
  position: relative;
  transition: all 500ms ease-in-out;
}
.index-zhanhui .list .pic {
  overflow: hidden;
  position: relative;
}
.index-zhanhui .list .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-zhanhui .list .pic:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(10, 73, 147, 0.87));
}
.index-zhanhui .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 36.64921466%;
}
.index-zhanhui .list .text {
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 0.3rem;
  bottom: 0.35rem;
  position: absolute;
  transition: all 500ms linear;
}
.index-zhanhui .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.index-zhanhui .list .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .index-zhanhui .list .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-zhanhui .list .item:hover .text {
    bottom: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .index-zhanhui .list {
    margin-top: 20px;
  }
  .index-zhanhui .list ul {
    margin: 0 -5px;
  }
  .index-zhanhui .list li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .index-zhanhui .list li {
    width: 100%;
  }
}
.index-concurent {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.index-concurent .container {
  position: relative;
  max-width: 19.2rem;
}
.index-concurent .swiper-container {
  margin: 0 -3.46rem;
}
.index-concurent .index-title {
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.index-concurent .item {
  transition: all 500ms ease;
  margin-bottom: 0.4rem;
}
.index-concurent .item .pic {
  overflow: hidden;
  position: relative;
}
.index-concurent .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.57446809%;
}
.index-concurent .item .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-concurent .item .text {
  padding: 0.2rem;
  padding-bottom: 0.4rem;
  transition: all 300ms linear;
  border-bottom: solid 0.03rem #0a4993;
}
.index-concurent .item .tag span {
  font-size: 0.16rem;
  color: #a6a9b0;
  height: 0.3rem;
  min-width: 0.84rem;
  padding: 0 0.15rem;
  line-height: 0.28rem;
  display: inline-block;
  border: solid 1px #a6a9b0;
  border-radius: 0.3rem;
}
.index-concurent .item .tit {
  margin-top: 0.15rem;
  color: #383838;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-concurent .item .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #555;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.index-concurent .item .time {
  color: #333;
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.index-concurent .item .time img {
  width: auto;
  height: auto;
  margin-top: 0.02rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.index-concurent .item .time span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 0.28rem;
  background: #0a4993;
  display: inline-block;
  float: right;
}
.index-concurent .item .time span img {
  max-height: 0.2rem;
  margin-bottom: 0.03rem;
  margin-right: 0;
  vertical-align: middle;
}
.index-concurent .item:hover {
  box-shadow: 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}
.index-concurent .item:hover .text {
  border-color: #ffde12;
}
.index-concurent .item:hover .tit {
  color: #0a4993;
}
.index-concurent .item:hover .pic img {
  transform: scale(1.1);
}
.index-concurent .swiper-box {
  margin-bottom: 2px;
  text-align: center;
}
.index-concurent .swiper-button-next, .index-concurent .swiper-button-prev {
  right: auto;
  left: auto;
  vertical-align: middle;
  margin: 0 0.15rem;
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #1a1a1a;
  opacity: 1;
  transition: all 500ms ease;
  line-height: 0.46rem;
  border: solid 1px #c3c3c4;
  transform: translate(0, 0);
  top: auto;
}
.index-concurent .swiper-button-next:after, .index-concurent .swiper-button-prev:after {
  font-weight: 700;
  font-size: 0.16rem;
}
.index-concurent .swiper-button-next:hover, .index-concurent .swiper-button-prev:hover {
  border-color: #0a4993;
  background: #0a4993;
  color: #fff;
}
.index-concurent .swiper-button-prev {
  left: initial;
  right: auto;
}
.index-concurent .swiper-pagination-bullet {
  width: auto;
  margin: 0 0.04rem;
  background: #e1e1e3;
  width: 0.4rem;
  border-radius: 0;
  opacity: 1;
  height: 0.04rem;
}
.index-concurent .swiper-pagination-bullet-active {
  background: #000000;
}
.index-concurent .swiper-pagination {
  position: relative;
  width: auto;
  display: inline-block;
  bottom: auto;
}
@media (max-width: 1024px) {
  .index-concurent .swiper-container {
    margin: 0;
  }
  .index-concurent .index-title {
    padding-top: 0;
  }
}
.index-news {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.index-news .index-title {
  padding-top: 1.2rem;
}
.index-news .box {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.index-news .leftbox {
  width: 49%;
  position: relative;
}
.index-news .leftbox:before {
  opacity: 0;
  content: "";
  top: 0.15rem;
  left: -0.15rem;
  width: 100%;
  height: 4.18rem;
  position: absolute;
  background: #0a4993;
  transform: translate(0.9);
}
.index-news .leftbox .tit {
  font-size: 0.24rem;
  font-weight: 700;
}
.index-news .leftbox .pic {
  overflow: hidden;
  position: relative;
}
.index-news .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.97653194%;
}
.index-news .leftbox .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-news .leftbox:hover:before {
  opacity: 1;
  transform: scale(1);
}
.index-news .leftbox:hover .time:after {
  background: #0a4993;
}
.index-news .leftbox:hover .pic img {
  transform: scale(1.1);
}
.index-news .leftbox:hover .tit {
  color: #0a4993;
}
.index-news .rightbox {
  width: 49%;
}
.index-news .rightbox li {
  padding-top: 0.3rem;
}
.index-news .rightbox li:first-child {
  padding-top: 0;
}
.index-news .rightbox a {
  display: flex;
  justify-content: space-between;
}
.index-news .rightbox a:hover .pic img {
  transform: scale(1.1);
}
.index-news .rightbox a:hover .txtbox:after {
  background: #ffde12;
}
.index-news .rightbox a:hover .tit {
  color: #0a4993;
}
.index-news .rightbox .pic {
  width: 43%;
  overflow: hidden;
  position: relative;
}
.index-news .rightbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.78787879%;
}
.index-news .rightbox .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-news .rightbox .txtbox {
  width: 51%;
  position: relative;
  transition: all 500ms ease;
}
.index-news .rightbox .txtbox:after {
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: #d1d5da;
  height: 0.03rem;
}
.index-news .rightbox .tit {
  margin-top: 0;
}
.index-news .rightbox .time {
  transition: all 500ms ease;
  margin-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.index-news .rightbox .time:after {
  display: none;
}
.index-news .tit {
  transition: all 500ms ease;
  margin-top: 0.6rem;
  color: #383838;
  height: 1.05rem;
  line-height: 0.35rem;
  font-size: 0.20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .time {
  font-family: arial;
  font-size: 0.18rem;
  display: flex;
  color: #383838;
  position: relative;
  margin-top: 0.07rem;
  padding-bottom: 0.3rem;
  justify-content: space-between;
}
.index-news .time:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  background: #d1d5da;
  transition: width 500ms ease;
}
@media (max-width: 1024px) {
  .index-news .index-title {
    padding-top: 0;
  }
  .index-news .box {
    display: block;
  }
  .index-news .leftbox {
    width: 100%;
  }
  .index-news .leftbox:before {
    display: none;
  }
  .index-news .leftbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .leftbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .index-news .rightbox {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .index-news .rightbox a {
    display: block;
  }
  .index-news .rightbox .pic {
    width: 100%;
  }
  .index-news .rightbox .pic img {
    width: 100%;
  }
  .index-news .rightbox .txtbox {
    width: 100%;
    margin-top: 20px;
  }
  .index-news .rightbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .rightbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.footer {
  color: #383838;
  background: #e7e7e7;
  padding-top: 0.6rem;
}
.footer .container {
  position: relative;
}
.footer .list {
  margin-top: 0.35rem;
}
.footer .list .swiper-button-prev:after, .footer .list .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  font-size: 0.24rem;
}
.footer .list .swiper-button-prev {
  left: 0;
}
.footer .list .swiper-button-next {
  right: 0;
}
.footer .list .pic {
  margin: 0 auto;
  max-width: 2.4rem;
  position: relative;
}
.footer .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.footer .list2 {
  font-size: 0.18rem;
  margin-top: 0.5rem;
  vertical-align: middle;
}
.footer .list2 img {
  vertical-align: middle;
  max-height: 0.86rem;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.footer li {
  width: 14%;
}
.footer li:first-child {
  width: 24%;
}
.footer li:nth-child(2) {
  width: 20%;
}
.footer li:last-child {
  width: 18%;
}
.footer li h2 {
  color: #383838;
  font-size: 0.2rem;
  font-weight: normal;
  padding: 0.2rem 0;
}
.footer li h3 {
  color: #383838;
  font-size: 0.24rem;
  font-weight: normal;
  padding: 0.2rem 0;
}
.footer li p {
  line-height: 200%;
}
.footer li .tel {
  padding: 0.2rem 0;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.footer li .tel a {
  color: #383838;
}
.footer li .tel em{
	font-size: 0.18rem;
	font-style: normal;
}

.footer li .t1 {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding-left: 0.3rem;
  position: relative;
}
.footer li .t1 img {
  left: 0;
  width: auto;
  height: auto;
  top: 0.03rem;
  position: absolute;
  /*max-height: 0.24rem;*/
}
.footer li .t1 a {
  color: #383838;
}
.footer li .t2 {
  margin-top: 0.3rem;
  position: relative;
}
.footer li .t2 span {
  z-index: 2;
  position: relative;
  padding-right: 0.2rem;
  background: #e7e7e7;
  display: inline-block;
}
.footer li .t2:after {
  content: "";
  left: 0;
  top: 0.14rem;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.footer li .t3 {
  padding-top: 0.2rem;
}
.footer li dl {
  margin-top: 0.1rem;
  display: flex;
}
.footer li dt img {
  max-height: 1.2rem;
}
.footer li dd {
  padding-left: 0.25rem;
}
.footer li dd a {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 0.2rem;
}
.footer li dd img {
  max-height: 0.48rem;
}
.footer li .share {
  margin-top: 0.3rem;
}
.footer li .share a {
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #0a4993;
  display: inline-block;
  border-radius: 50%;
  transition: all 334ms ease;
}
.footer li .share a:hover {
  opacity: 0.9;
}
.footer li .share img {
  width: auto;
  height: auto;
  max-height: 0.36rem;
}
.footer .search {
  margin-top: 0.4rem;
}
.footer .search input {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border: 0;
  color: #666;
  width: 100%;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  font-family: "微软雅黑";
  border-radius: 0.3rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  appearance: none;
}
.footer .button {
  margin-top: 0.2rem;
  text-align: left;
}
.footer .button a {
  color: #fff;
  min-width: 1.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-weight: normal;
}
.footer .button img {
  max-height: 0.25rem;
  margin-top: 0.19rem;
  margin-left: 0;
  margin-right: 0.05rem;
}
.footer .copy {
  color: #555;
  padding: 0.15rem 0;
  background: #d5d5d5;
}
.footer .copy a {
  color: #555;
  display: inline-block;
}
.footer .tag {
  padding-left: 1.7rem;
  padding-right: 0.3rem;
}
.footer .menu {
  font-weight: lighter;
  color: #a3a3a3;
}
.footer .menu a {
  transition: all 500ms ease;
  padding: 0 0.3rem;
  display: inline-block;
}
.footer .menu a:hover {
  color: #0a4993;
}
.footer .topscorll {
  right: 0;
  font-size: 0.16rem;
  position: absolute;
}
.footer .topscorll img {
  margin-left: 0.15rem;
  max-height: 0.26rem;
}
.footer .topscorll:hover {
  color: #0a4993;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 20px;
  }
  .footer li {
    width: 100%;
    padding-right: 0 !important;
    padding-top: 40px;
  }
  .footer li h3 {
    font-size: 24px;
  }
  .footer li .t1 {
    padding-left: 30px;
    font-size: 16px;
    margin-top: 15px;
  }
  .footer li .t1 img {
    top: 3px;
    max-height: 20px;
  }
  .footer li .share a {
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
  .footer li .share img {
    max-height: 35px;
  }
  .footer li:first-child {
    display: none;
  }
  .footer .search input {
    font-size: 14px;
  }
  .footer .list {
    display: none;
  }
  .footer .copy {
    font-size: 14px;
  }
  .footer .tag {
    padding: 0 5px;
  }
  .footer .menu {
    display: none;
  }
  .footer .menu a {
    padding: 0 10px;
  }
  .footer .menu a:first-child {
    padding-left: 0;
  }
  .footer .topscorll {
    right: auto;
    position: relative;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .button a {
    width: 100%;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner .pic img {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
}
.inside-current {
  top: 50%;
  z-index: 6;
  left: 0;
  width: 100%;
  font-size: 0.16rem;
  transform: translateY(-50%);
  color: #ffffff;
  position: absolute;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #ffffff;
}
.inside-current a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.inside-current span {
  color: #ffffff;
}
.inside-current img {
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
    text-align: left;
    border-bottom: solid 1px #ddd;
    color: #666;
    margin-top: 0;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    display: none;
  }
  .inside-current a {
    color: #999;
  }
  .inside-current img {
    max-height: 17px;
  }
  .inside-current span {
    color: #0a4993;
  }
}
.inside-menu {
  z-index: 1;
  margin-top: 0rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  margin-top: -0.7rem;
  background: rgba(71, 74, 79, 0.4);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  width: 20%;
  font-weight: 700;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
}
.inside-menu li:before {
  top: 0;
  left: 0%;
  content: "";
  width: 0%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 700ms linear;
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-menu li:after {
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 0.2rem;
  bottom: 0rem;
  position: absolute;
  background: transparent;
  transition: all 500ms ease;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.2);
}
.inside-menu li a {
  z-index: 2;
  display: block;
  color: #fff;
  position: relative;
}
.inside-menu li:hover, .inside-menu .cur {
  font-weight: 700;
}
.inside-menu li:hover:before, .inside-menu .cur:before {
  width: 100%;
  opacity: 1;
  left: 0;
}
.inside-menu li:hover:after, .inside-menu .cur:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  width: 25%;
}
.inside-menu-3 li {
  width: 33.333%;
}
.inside-title {
  line-height: 1;
  color: #0a4993;
  font-size: .46rem;
  font-family: "myfont";
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.inside-zsxt {
  padding: 0.6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-zsxt .text {
  text-align: center;
  font-size: 0.18rem;
  padding-top: 0.8rem;
}
.inside-zhanhui {
  padding: 0.6rem 0;
}
.inside-zhanhui .item {
  position: relative;
}
.inside-zhanhui .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 1.9rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-zhanhui .t1 {
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 0.9rem;
}
.inside-zhanhui .t2 {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.4rem;
}
.inside-zhanhui .t3 {
  font-size: 0.26rem;
  font-weight: 700;
  padding-top: 0.8rem;
}
.inside-zhanhui .t4 {
  color: #000;
  padding-top: 0.05rem;
  font-size: 0.26rem;
}
.inside-zhanhui .item-2 {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}
.inside-zhanhui .item-2 .button {
  margin: 0 0.25rem;
}
.inside-zhanhui .item-2 .button a {
  color: #fff;
  padding: 0 0.45rem;
  text-align: left;
  font-size: 0.26rem;
  border-radius: 0.6rem;
  min-width: 2.9rem;
  height: 0.88rem;
  line-height: 0.88rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-zhanhui .item-2 .button img {
  top: 0.18rem;
  right: 0.5rem;
  margin-left: 0;
  max-height: 0.3rem;
  position: absolute;
}
.inside-yydj .item-2 {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}
.inside-yydj .item-2 .button {
  margin: 0 0.25rem;
}
.inside-yydj .item-2 .button a {
  color: #fff;
  padding: 0 0.45rem;
  text-align: left;
  font-size: 0.26rem;
  border-radius: 0.6rem;
  min-width: 2.9rem;
  height: 0.88rem;
  line-height: 0.88rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-yydj .item-2 .button img {
  top: 0.18rem;
  right: 0.5rem;
  margin-left: 0;
  max-height: 0.3rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .inside-zhanhui {
    padding: 40px 0 60px 0;
  }
  .inside-zhanhui .text {
    padding: 30px 0;
    color: #666;
    top: auto;
    left: auto;
    text-align: center;
    margin-top: auto;
    position: relative;
    transform: translate(0);
  }
  .inside-zhanhui .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-zhanhui .t2 {
    font-size: 16px;
    padding-top: 20px;
  }
  .inside-zhanhui .t3 {
    padding-top: 20px;
  }
  .inside-zhanhui .item-2 {
    padding-top: 40px;
  }
  .inside-zhanhui .item-2 .button {
    margin: 0 5px;
  }
  .inside-yydj .item-2 {
    padding-top: 40px;
  }
  .inside-yydj .item-2 .button {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .inside-zhanhui .item-2 {
    padding-top: 0;
    display: block;
  }
  .inside-zhanhui .item-2 .button {
    margin-top: 15px;
  }
  .inside-yydj .item-2 {
    padding-top: 0;
    display: block;
  }
  .inside-yydj .item-2 .button {
    margin-top: 15px;
  }
}
.inside-yydj {
  font-size: 0.18rem;
  text-align: center;
  padding: 1rem 0;
  line-height: 0.32rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-yydj .text {
  line-height: 0.4rem;
  padding: 0 1.3rem;
  margin-top: 0.5rem;
}
.inside-yydj .text-2 {
  line-height: 0.4rem;
  margin-top: 0.5rem;
}
.inside-yydj .text-4 {
  padding-top: 0.5rem;
}
.inside-yydj .text-4 .f20 {
  font-size: 0.2rem;
}
.inside-yydj .text-4 .icon {
  margin: 0.1rem auto;
  height: 0.7rem;
  width: 100%;
  max-width: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(to right, #0a4993, #eb200e);
}
.inside-yydj .bt {
  color: #0a4993;
  font-weight: 700;
  font-size: 0.24rem;
  padding-top: 0.5rem;
}
.inside-yydj .weixin {
  margin: 0 auto;
  max-width: 2rem;
}
.inside-yydj .weixin .ewm img {
  max-height: 2rem;
  border: solid 1px #0a4993;
}
.inside-yydj .button a {
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-yydj ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-yydj li {
  width: 16.66666667%;
  color: #333;
  position: relative;
  margin-top: 0.5rem;
}
.inside-yydj li:before {
  left: -5%;
  top: 24%;
  content: "";
  width: 0.5rem;
  height: 0.34rem;
  position: absolute;
  background: url(../images/arrow-10.png) no-repeat center center;
  background-size: cover;
  animation: 2s scrollArrow ease;
}
.inside-yydj li .icon {
  width: 100%;
  line-height: 1.2rem;
  vertical-align: middle;
  max-width: 1.26rem;
  height: 1.26rem;
  margin: 0 auto;
  background: url(../images/arrow-9.png) no-repeat center center;
  background-size: cover;
}
.inside-yydj li .icon img {
  vertical-align: middle;
  max-height: 1rem;
  transition: all 500ms ease;
}
.inside-yydj li .tit {
  margin-top: 0.2rem;
}
.inside-yydj li:first-child:before {
  display: none;
}
.inside-yydj li:hover .icon img {
  transform: scale(1.1);
}
.inside-yydj .button {
  font-weight: 700;
  font-size: 0.24rem;
  border-radius: 0.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  min-width: 3rem;
  margin-top: 0.55rem;
}
.inside-yydj .button img {
  margin-left: 0.1rem;
  max-height: 0.25rem;
}
.inside-yydj .ewm {
  font-size: 0.16rem;
  margin-top: 0.5rem;
  text-align: center;
}
.inside-yydj .ewm .tu {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  max-width: 2.01rem;
  border: solid 1px #0a4993;
}
.inside-yydj .ewm .tu img {
  max-height: 2.01rem;
}
@media (max-width: 1024px) {
  .inside-yydj {
    font-size: 15px;
  }
  .inside-yydj .text {
    padding: 0;
    line-height: 24px;
  }
  .inside-yydj .ewm {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-yydj li {
    width: 50% !important;
  }
  .inside-yydj li:before {
    display: none;
  }
}
.inside-yydj-2 {
  padding-top: 0.6rem;
}
.inside-yydj-2 .text {
  line-height: 0.32rem;
  font-size: 0.16rem;
  padding: 0 2.55rem;
  margin-top: 0.3rem;
}
.inside-yydj-2 .bt {
  color: #0a4993;
  font-size: 0.28rem;
  font-weight: normal;
  padding-top: 0.8rem;
}
.inside-yydj-2 li {
  width: 33.333%;
  color: #4e555e;
  font-size: 0.2rem;
  margin-top: 0.6rem;
}
.inside-yydj-2 .button {
  margin-top: 0.7rem;
  height: 0.88rem;
  line-height: 0.88rem;
}
.inside-yydj-2 .button a {
  font-size: 0.26rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  height: 0.88rem;
  position: relative;
  padding-left: 0.5rem;
  line-height: 0.88rem;
  min-width: 2.9rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.inside-yydj-2 .button img {
  right: 0.5rem;
  top: 0.28rem;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-yydj-2 {
    padding-top: 40px;
  }
  .inside-yydj-2 .text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .inside-yydj-2 ul {
    padding: 0;
  }
}
.inside-download {
  padding: 0.6rem 0;
}
.inside-download .list {
  margin-top: 0.4rem;
  border-top: solid 1px #0a4993;
}
.inside-download .list li:first-child {
  font-weight: 700;
}
.inside-download .list li:first-child span {
  color: #000;
}
.inside-download .list li:first-child span:last-child {
  border-color: #fff;
}
.inside-download .list li:hover {
  background: #0a4993 !important;
}
.inside-download .list li:hover a {
  color: #fff;
}
.inside-download .list li:hover span:last-child {
  color: #666;
  border-color: #0a4993;
}
.inside-download .list li:hover .img1 {
  opacity: 0;
}
.inside-download .list li:hover .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-download .list li:nth-child(2n) {
  background: #f9f9f9;
}
.inside-download .list li {
  font-size: 0.18rem;
  padding: 0 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  transition: all 334ms ease;
}
.inside-download .list li a {
  color: #666;
  display: block;
}
.inside-download .list li span {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.inside-download .list li span:first-child {
  width: 35%;
  text-align: left;
}
.inside-download .list li span:nth-child(2), .inside-download .list li span:nth-child(3) {
  width: 25%;
}
.inside-download .list li span:nth-child(4) {
  width: 11%;
  margin-top: 0.17rem;
  padding: 0 0.2rem;
  background: #fff;
  vertical-align: top;
  height: 0.44rem;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  border: solid 1px #eaeaea;
}
.inside-download .list li span:nth-child(4) img {
  margin-top: 0.1rem;
  margin-left: 0.15rem;
}
.inside-download .list li em {
  vertical-align: top;
  margin-right: 0.45rem;
  margin-top: 0.1rem;
  display: inline-block;
  position: relative;
  font-style: normal;
}
.inside-download .list li img {
  max-height: 0.6rem;
}
.inside-download .list li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: all 500ms ease;
}
@media (max-width: 1024px) {
  .inside-download {
    padding: 40px 0;
  }
  .inside-download .list li {
    padding: 0;
    padding-left: 15px;
  }
  .inside-download .list li em {
    display: none;
  }
  .inside-download .list li span:nth-child(2), .inside-download .list li span:nth-child(3) {
    display: none;
  }
  .inside-download .list li span:first-child {
    width: 82%;
  }
  .inside-download .list li span:last-child {
    width: 14%;
  }
}
@media (max-width: 630px) {
  .inside-download .list li span:first-child {
    width: 70%;
  }
  .inside-download .list li span:last-child {
    width: 27%;
  }
}
.inside-events-2 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.inside-events-2 li {
  padding-top: 0.4rem;
  position: relative;
}
.inside-events-2 li:first-child {
  padding-top: 0;
}
.inside-events-2 li a {
  display: flex;
  justify-content: space-between;
}
.inside-events-2 li .pic {
  width: 29%;
  overflow: hidden;
  position: relative;
}
.inside-events-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.48351648%;
}
.inside-events-2 li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.inside-events-2 li .text {
  padding-top: 0;
  position: relative;
  width: 68%;
}
.inside-events-2 li .text:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 0.03rem;
  background: #d1d5da;
  transition: all 500ms ease;
}
.inside-events-2 li .tit {
  color: #222;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-events-2 li .date {
	margin-top: 0.1rem;
}
.inside-events-2 li .date img {
	margin-right:0.1rem;
}
.inside-events-2 li .txt {
  height: 0.6rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-events-2 li .button {
  margin-top: 0.3rem;
  text-align: left;
}
.inside-events-2 li .button span {
  color: #fff;
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-events-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-events-2 li:hover .text:after {
  background: #0a4993;
}
.inside-events-2 li:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
@media (max-width: 1024px) {
  .inside-events-2 {
    padding-bottom: 50px;
  }
  .inside-events-2 .button img {
    max-height: 20px;
  }
  .inside-events-2 li:first-child {
    padding-top: 0;
  }
  .inside-events-2 li {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inside-events-2 li .pic {
    width: 45%;
  }
  .inside-events-2 li .text {
    width: 55%;
    padding-left: 30px;
    padding-bottom: 0px;
  }
  .inside-events-2 li .text:after {
    display: none;
  }
  .inside-events-2 li .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .inside-events-2 li .txt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    height: 52px;
  }
  .inside-events-2 li .button {
    display: none;
  }
}
@media (max-width: 500px) {
  .inside-events-2 li {
    display: block;
  }
  .inside-events-2 li .pic {
    width: 100%;
  }
  .inside-events-2 li .text {
    width: 100%;
    padding-left: 10px;
  }
}
.inside-zbxx {
  line-height: 0.3rem;
  padding: 0.6rem 0;
}
.inside-zbxx .t1 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-zbxx {
    line-height: 24px;
    padding: 40px 0;
  }
}
.inside-gyzh {
  color: #4e555e;
  font-size: 0.16rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}
.inside-gyzh .list {
  margin-top: 0.6rem;
}
.inside-gyzh .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-gyzh .list li {
  padding: 0 0.25rem;
  width: 33.3333%;
}
.inside-gyzh .list li .item {
  padding: 0.3rem;
  min-height: 100%;
  border-radius: 0.15rem;
  border: solid 1px #d8d7d4;
}
.inside-gyzh .list li .time {
  color: #333;
}
.inside-gyzh .list li .time img {
  margin-top: 0.04rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.inside-gyzh .list li .date {
  font-size: 0.24rem;
  margin-top: 0.15rem;
}
.inside-gyzh .list li .year {
  color: #393d41;
  font-weight: 700;
}
.inside-gyzh .list li .time2 {
  padding-left: 0.2rem;
  color: #0a4993;
}
.inside-gyzh .text {
  padding-top: 0.3rem;
  line-height: 0.34rem;
}
.inside-gyzh .text p {
  padding-top: 0.3rem;
}
.inside-gyzh .numlist {
  padding-top: 0.4rem;
}
.inside-gyzh .numlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.inside-gyzh .numlist li {
  width: 20%;
  padding: 0 0.12rem;
}
.inside-gyzh .numlist li .item {
  min-height: 100%;
  text-align: center;
  transition: all 500ms ease;
  padding: 0.3rem 0.1rem;
  border-radius: 0.1rem;
  /*border: solid 1px #0a4993;*/
}
.inside-gyzh .numlist li .icon img {
  width: auto;
  height: auto;
  max-height: 1.01rem;
}
.inside-gyzh .numlist li .counter {
  font-family: "myfont2";
  margin-top: 0.1rem;
  line-height: 0.4rem;
  font-size: 0.4rem;
  color: #0a4993;
}
.inside-gyzh .numlist li .tag {
  margin-top: 0.1rem;
}
.inside-gyzh .numlist li:hover .item {
  box-shadow: 0 0 0.2rem rgba(10, 73, 147, 0.1);
}
@media (max-width: 1024px) {
  .inside-gyzh {
    font-size: 14px;
  }
  .inside-gyzh .list ul {
    margin: 0 -5px;
  }
  .inside-gyzh .list li {
    padding: 0 5px;
  }
  .inside-gyzh .list li .item {
    text-align: center;
  }
  .inside-gyzh .list li .time img {
    margin-top: 0;
    max-height: 20px;
  }
  .inside-gyzh .list li .date {
    text-align: center;
    font-size: 14px;
  }
  .inside-gyzh .list li .date span {
    display: block;
    padding-left: 0;
  }
  .inside-gyzh .numlist {
    padding-top: 20px;
  }
  .inside-gyzh .numlist ul {
    margin: 0 -5px;
  }
  .inside-gyzh .numlist li {
    padding: 0 5px;
    width: 33.333%;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .inside-gyzh .list {
    margin-top: 20px;
  }
  .inside-gyzh .list li {
    width: 50%;
    margin-top: 10px;
  }
  .inside-gyzh .numlist li {
    width: 50%;
  }
}
.inside-gyzh-2 .pic img {
  width: 100%;
}
.inside-exshow-3 {
  padding-bottom: 1rem;
  padding-top: 0.8rem;
}
.inside-exshow-3 .text {
  text-align: center;
  font-size: 0.18rem;
}
.inside-exshow-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-exshow-3 li {
  width: 48.5%;
  margin-top: 0.4rem;
  width: 100%;
}
.inside-exshow-3 li .item {
  display: flex;
  min-height: 100%;
  padding: 0.2rem 0.5rem;
  border-radius: 0.1rem;
  transition: all 500ms ease;
  box-shadow: 0rem 0 0.2rem rgba(0, 53, 146, 0.1);
}
.inside-exshow-3 li .icon {
  margin-top: 0.04rem;
  display: inline-block;
  margin-right: 0.2rem;
  max-width: 0.51rem;
  position: relative;
}
.inside-exshow-3 li .icon:before {
  top: 0;
  left: -0.1rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #eb200e;
  position: absolute;
}
.inside-exshow-3 li .icon:after {
  top: 0.1rem;
  left: -0.1rem;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e5eaf4;
  position: absolute;
}
.inside-exshow-3 li .icon i {
  z-index: 1;
  position: relative;
  font-style: normal;
  display: inline-block;
}
.inside-exshow-3 li .icon img {
  max-height: 0.51rem;
}
.inside-exshow-3 li .icon .ic2 {
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 500ms ease;
}
.inside-exshow-3 li .txtbox {
  width: 89%;
  padding-left: 0.1rem;
  text-align: justify;
}
.inside-exshow-3 li .tit {
  color: #0a4993;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.inside-exshow-3 li .tag {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.inside-exshow-3 li .txt {
  line-height: 0.28rem;
  margin-top: 0.15rem;
}
.inside-exshow-3 li:hover .icon:after {
  background: rgba(255, 255, 255, 0.1);
}
.inside-exshow-3 li:hover .icon .ic1 {
  opacity: 0;
}
.inside-exshow-3 li:hover .icon .ic2 {
  transform: scale(1);
}
.inside-exshow-3 li:hover .item {
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-exshow-3 li:hover .tit, .inside-exshow-3 li:hover .tag, .inside-exshow-3 li:hover .txt {
  color: #fff;
}
.inside-exshow-3 li:hover .txt {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .inside-exshow-3 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .inside-exshow-3 .text {
    font-size: 14px;
  }
  .inside-exshow-3 li {
    width: 100%;
  }
  .inside-exshow-3 li .tit {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-exshow-3 li .tag {
    font-size: 15px;
    line-height: 30px;
  }
  .inside-exshow-3 li .item {
    min-height: 100%;
  }
  .inside-exshow-3 li .txt {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .inside-exshow-3 li .item {
    padding: 30px;
    display: block;
  }
  .inside-exshow-3 li .icon {
    display: none;
    margin-right: 0;
  }
}
.inside-hzhb {
  position: relative;
  background: #f7f7f7;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.inside-hzhb .txt {
  color: #999;
  text-align: center;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #ddd;
}
.inside-hzhb .list {
  padding-top: 0.5rem;
}
.inside-hzhb .list ul {
  margin: 0 -0.05rem;
  padding-top: 0.4rem;
  flex-wrap: wrap;
  display: flex;
}
.inside-hzhb .list ul li {
  padding: 0.05rem;
  width: 10%;
}
.inside-hzhb .list ul li .pic {
  border-radius: 0.05rem;
  border: solid 1px #eee;
  background: #fff;
  position: relative;
}
.inside-hzhb .list ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media (max-width: 1024px) {
  .inside-hzhb {
    padding: 40px 0;
  }
  .inside-hzhb .list ul li {
    width: 20%;
  }
}
.inside-zsml {
  padding: 1rem 0;
}
.inside-zsml dl {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.7rem;
  max-width: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inside-zsml dt {
  width: 57%;
  border-radius: 0.1rem;
}
.inside-zsml dt img {
  border-radius: 0.1rem;
}
.inside-zsml dd {
  width: 43%;
  text-align: left;
  padding-left: 0.5rem;
}
.inside-zsml .bt {
  color: #000;
  font-size: 0.26rem;
}
.inside-zsml .button {
  margin-top: 0.4rem;
  text-align: left;
}
.inside-zsml .button a {
  color: #fff;
  min-width: 1.5rem;
  font-weight: 700;
  font-size: 0.16rem;
  background: linear-gradient(to right, #0a4993, #eb200e);
}
@media (max-width: 1024px) {
  .inside-zsml {
    padding: 40px 0;
  }
  .inside-zsml dl {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-zsml dl {
    display: block;
  }
  .inside-zsml dt {
    width: 100%;
  }
  .inside-zsml dd {
    text-align: center;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .inside-zsml .button {
    text-align: center;
  }
  .inside-zsml .button a {
    font-size: 14px;
  }
  .inside-zsml .button img {
    max-height: 20px;
    margin-top: 10px;
  }
}
.inside-zsfl {
  padding: 0.6rem 0;
}
.inside-zsfl dl {
  position: relative;
  padding: 0 0.3rem;
  padding-top: 0.6rem;
}
.inside-zsfl dt {
  float: left;
  width: 50%;
  position: relative;
}
.inside-zsfl dt:before {
  top: -0.3rem;
  left: -0.3rem;
  content: "";
  width: 90%;
  height: 90%;
  z-index: 1;
  position: absolute;
  border: solid 1px #fde6be;
}
.inside-zsfl dt .pic {
  z-index: 3;
  position: relative;
}
.inside-zsfl dt .pic img {
	width:100%;
	height: 100%;
	object-fit:cover;
	object-position: center; 
}
.inside-zsfl dt .tag {
  bottom: 0;
  color: #1f3656;
  line-height: 0.2rem;
  font-size: 0.18rem;
  width: 0.14rem;
  right: -0.3rem;
  position: absolute;
  display: none;
}
.inside-zsfl dd {
  width: 49%;
  float: right;
  font-size: 0.18rem;
  padding-left: 0.6rem;
}
.inside-zsfl dd .bt {
  height: 0.75rem;
  background: url(../images/zpfl-bt.jpg) no-repeat top left;
  background-size: 100% 100%;
}
.inside-zsfl dd .t3 {
  color: #333;
  font-size: 0.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.7rem;
}
.inside-zsfl dd .t4 {
  color: #fff;
  height: 0.24rem;
  line-height: 0.24rem;
  font-family: arial;
  font-size: 0.12rem;
  padding-left: 0.7rem;
}
.inside-zsfl dd .t1 {
  padding-top: 0.4rem;
}
.inside-zsfl dd .t2 {
  margin-top: 0.1rem;
  display: inline-block;
}
.inside-zsfl dd .t1, .inside-zsfl dd .t2 {
  padding-left: 0.4rem;
	line-height: 200%;
}
.inside-zsfl dl:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-zsfl dl:nth-child(2n) dt {
  float: right;
}
.inside-zsfl dl:nth-child(2n) dt .tag {
  left: -0.3rem;
  right: auto;
}
.inside-zsfl dl:nth-child(2n) dt:before {
  left: auto;
  right: -0.3rem;
}
.inside-zsfl dl:nth-child(2n) dd {
  float: left;
  padding-right: 0.6rem;
  padding-left: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-zsfl {
    padding: 40px 0;
  }
  .inside-zsfl dt, .inside-zsfl dd {
    float: none;
    width: 100%;
  }
  .inside-zsfl dd {
    float: none;
    font-size: 16px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 30px;
  }
  .inside-zsfl dd .bt {
    background: transparent;
  }
  .inside-zsfl dd .t1, .inside-zsfl dd .t2 {
    padding-left: 0 !important;
    font-size: 16px;
    padding-top: 0px !important;
  }
  .inside-zsfl dd .t3 {
    padding-left: 0;
  }
  .inside-zsfl dt:before {
    display: none;
  }
  .inside-zsfl dt .tag {
    display: none;
  }
  .inside-zsfl dl {
    padding: 0;
    padding-top: 30px;
  }
}
.inside-contact {
  padding: 0.6rem 0;
}
.inside-contact .title {
  color: #fff;
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 700;
  padding: 0 0.4rem;
  background: #0a4993;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.inside-contact .table {
  padding-top: 0.35rem;
}
.inside-contact table, .inside-contact tr, .inside-contact td {
  border: 0;
}
.inside-contact tr {
  background: #f7f7f7;
  font-size: 0.16rem;
  border-top: solid 0.25rem #ffffff;
}
.inside-contact td {
  padding: 0.3rem;
}
.inside-contact .item {
  width: 14%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0a4993;
}
.inside-contact .item-2 {
  width: 43%;
  padding-left: 1.5rem;
}
.inside-contact .item-3 {
  width: 43%;
}
.inside-contact .item-3 img {
/*  max-height: 0.2rem;*/
  margin-top: 0.06rem;
  margin-right: 0.2rem;
}
.inside-contact .item-3 p {
  margin: 0.15rem 0;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact td {
    padding: 0 20px;
  }
  .inside-contact .table {
    padding-top: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inside-contact .table table {
    width: 1200px;
  }
  .inside-contact .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inside-contact .item-2 {
    padding-left: 30px;
  }
}
.inside-contact-2 {
  display: flex;
  align-items: center;
  height: 5.6rem;
  background-size: cover !important;
}
.inside-contact-2 .container {
  position: relative;
}
.inside-contact-2 .t1 {
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.inside-contact-2 .t2 {
  color: #505050;
  font-size: 0.18rem;
  line-height: 0.32rem;
  max-width: 6.3rem;
  padding-top: 0.4rem;
}
.inside-contact-2 .button {
  text-align: left;
  margin-top: 0.5rem;
}
.inside-contact-2 .button a {
  font-size: 0.22rem;
  padding-left: 0.3rem;
  position: relative;
  color: #fff;
  text-align: left;
  height: 0.7rem;
  min-width: 2.3rem;
  line-height: 0.7rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-contact-2 .button img {
  position: absolute;
  right: 0.3rem;
  top: 0.08rem;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-contact-2 {
    height: auto;
    padding: 50px 0;
  }
  .inside-contact-2 .t2 {
    font-size: 14px;
    line-height: 24px;
    max-width: 360px;
  }
}
.inside-zsfk {
  padding: 0.6rem 0;
  /* background: #fff7e8; */
}
.inside-zsfk .index-title {
  color: #4e555e;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .inside-zsfk {
    padding: 40px 0;
  }
}
.button-2 {
  padding-bottom: 1rem;
}
.button-2 a {
  font-size: 0.22rem;
  padding-left: 0.3rem;
  position: relative;
  color: #fff;
  text-align: left;
  height: 0.7rem;
  min-width: 2.3rem;
  line-height: 0.7rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #0a4993, #eb200e);
}
.button-2 img {
  position: absolute;
  right: 0.3rem;
  top: 0.08rem;
  max-height: 0.3rem;
}
.inside-news {
  padding: 0.4rem 0;
}
.inside-news .list {
  overflow: hidden;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  transition: all 500ms linear;
}
.inside-news .list li {
  overflow: hidden;
  width: 33.3333%;
  position: relative;
  padding: 0.4rem 0.5rem;
  border-left: solid 1px #ececec;
  margin-left: -1px;
}
.inside-news .list li .time {
  font-family: arial;
  color: #9e9e9e;
  font-size: 0.13rem;
}
.inside-news .list li .tit {
  margin-top: 0.1rem;
  color: #030f1b;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .list li .pic {
  margin-top: 0.45rem;
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 55.55555556%;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .txt {
  color: #888;
  overflow: hidden;
  font-size: 0.16rem;
  height: 0.48rem;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}
.inside-news .list li .arrow {
  margin-top: 0.3rem;
}
.inside-news .list li .arrow img {
  max-height: 0.21rem;
}
.inside-news .list li .txthover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
  padding: 0 0.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.45rem;
  position: absolute;
  transition: all 700ms ease;
  background: #0a4993;
}
.inside-news .list li .txthover .time, .inside-news .list li .txthover .tit, .inside-news .list li .txthover .txt {
  color: #fff;
}
.inside-news .list li .txthover .tit {
  margin-top: 0.3rem;
}
.inside-news .list li .txthover .txt {
  font-size: 0.15rem;
  overflow: hidden;
  height: 1.68rem;
  margin-top: 0.5rem;
}
.inside-news .list li .txthover .arrow {
  margin-top: 1.2rem;
}
.inside-news .list li .txthover .tu {
  bottom: 0.4rem;
  opacity: 0.2;
  right: 0.3rem;
  position: absolute;
}
.inside-news .list li .txthover .tu img {
  max-height: 0.7rem;
}
@media (min-width: 1025px) {
  .inside-news ul:hover {}
  .inside-news li:hover .txthover {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .inside-news {
    padding: 50px 0;
  }
  .inside-news .list ul {
    margin: 0;
  }
  .inside-news .list li {
    padding: 15px;
  }
  .inside-news .list li .time {
    font-size: 12px;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .inside-news .list li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news .list li .pic {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .inside-news .list li {
    width: 100%;
    border: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
.inside-newsshow {
  padding-bottom: 1rem;
  padding-top: 0.2rem;
}
.inside-newsshow .container {
  max-width: 12.6rem;
}
.inside-newsshow h1 {
  color: #333;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.36rem;
  padding: 0.6rem 0;
}
.inside-newsshow .inside-current {
  color: #999;
  margin-top: auto;
  text-align: left;
}
.inside-newsshow .inside-current a {
  color: #999;
}
.inside-newsshow .inside-current span {
  color: #0a4993;
}
.inside-newsshow .bg {
  background: #fff;
  margin-top: 0.3rem;
  line-height: 0.32rem;
  padding: 0.3rem 1rem;
  padding-bottom: 1rem;
}
.inside-newsshow .bg .time {
  font-family: "Roboto";
}
.inside-newsshow .bg .bt {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  position: relative;
}
.inside-newsshow .bg .bt:after {
  content: "";
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  height: 1px;
  width: 1.96rem;
  background: #0a4993;
}
.inside-newsshow .tigs {
  margin-top: 0.2rem;
  background: #eff4ff;
  padding: 0.5rem 0.9rem;
}
@media (max-width: 1024px) {
  .inside-newsshow .bg {
    padding: 40px 20px;
    line-height: 24px;
  }
  .inside-newsshow .tigs {
    padding: 20px;
  }
}
.inside-hzmt {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.inside-hzmt .tabnav {
  margin-top: 0.4rem;
}
.inside-hzmt .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-hzmt .tabnav li {
  padding: 0 0.15rem;
}
.inside-hzmt .tabnav li span {
  cursor: pointer;
  font-size: 0.18rem;
  height: 0.5rem;
  line-height: 0.46rem;
  padding: 0 0.45rem;
  display: block;
  border: solid 0.02rem #0a4993;
}
.inside-hzmt .tabnav .cur span {
  color: #fff;
  background: #0a4993;
}
.inside-hzmt .tabbox {
  margin-top: 0.6rem;
}
.inside-hzmt .tabcot {
  display: none;
}
.inside-hzmt .tabcot.show {
  display: block;
}
.inside-hzmt .list3 {
  margin: 0 auto;
  max-width: 15.8rem;
}
.inside-hzmt .list3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-hzmt .list3 li {
  width: 33.333%;
  padding: 0 0.1rem;
  padding-bottom: 0.4rem;
}
.inside-hzmt .list3 li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 334ms ease;
}
.inside-hzmt .list3 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-hzmt .list3 li .pic img {
  transition: all 700ms ease;
}
.inside-hzmt .list3 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.3828125%;
}
.inside-hzmt .list3 li .dow {
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  vertical-align: middle;
  line-height: 0.34rem;
  text-align: center;
  position: absolute;
}
.inside-hzmt .list3 li .dow img {
  vertical-align: middle;
  max-height: 0.5rem;
}
.inside-hzmt .list3 li:hover a {
  box-shadow: 0 0.2rem 0.4rem rgba(26, 57, 93, 0.8);
}
.inside-hzmt .list3 .button {
  padding-top: 0.4rem;
}
.inside-hzmt .list3 .button a {
  min-width: 1.6rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.inside-hzmt .list3 .button img {
  max-height: 0.15rem;
  margin-left: 0;
  margin-top: 0.14rem;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .inside-hzmt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-hzmt .list3 li {
    padding-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .inside-hzmt .tabnav li {
    padding: 0 3px;
  }
  .inside-hzmt .tabnav li span {
    padding: 0 10px;
  }
  .inside-hzmt .list3 li {
    width: 50%;
  }
}
.inside-partner {
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.inside-partner .container {}
.inside-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.inside-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.inside-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.inside-partner .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 240px;
  border-left: solid 0.06rem #f7f7f7;
  border-right: solid 0.06rem #f7f4ef;
  background: #fff;
}
.inside-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.inside-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.inside-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 1600px) {
  .inside-partner .picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
    width: 200px;
  }
  .inside-partner .picMarquee-top .bd ul li .pic {
    position: relative;
  }
  .inside-partner .picMarquee-top .bd ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 45%;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.7rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: #999;
  background: #fff;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  border: solid 1px #d8e0ec;
}
.inside-page a:hover, .inside-page .cur {
  color: #fff;
  border-width: 0;
  background: linear-gradient(to right, #0a4993, #eb200e);
  background: #0a4993;
}
.inside-page .prev, .inside-page .next {
  width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 12px;
  }
  .inside-page a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  border-bottom: solid 1px #eee;
  padding: 0.2rem 0;
}
.inside-map li a {
  font-weight: 700;
  display: inline-block;
}
.inside-map li .subnav {
  padding-top: 0.2rem;
}
.inside-map li .subnav a {
  font-weight: normal;
  padding-right: 0.3rem;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0a4993;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before, .navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #0a4993;
}
@media (max-width: 1024px) {
  .index-partner .hover {
    color: #0a4993;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .index-partner .picMarquee-top .bd ul li {
    width: 2.3rem !important;
  }
}
.inside-events {
  padding: .6rem 0;
  line-height: .3rem;
  font-size: .2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.inside-events .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inside-events .left {
  width: 52%;
  color: #1d3654;
  /* padding-top: .15rem; */
  line-height: .32rem;
  font-size: 0.16rem;
}
.inside-events .left .tit {
  line-height: .6rem;
  color: #0a4993;
  font-size: .46rem;
  font-family: "myfont";
  font-weight: 700;
}
.inside-events .left .txt {
  padding-top: .2rem;
  text-align: justify;
}
.inside-events .left .txt p {
  padding-top: .2rem;
}
.inside-events .right {
  width: 42.3%;
}
.inside-events .right img {
  width: auto;
  height: auto;
}
.inside-hzmt .scoll-yeal-box {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 6px #0a4993;
  max-width: 15.8rem;
}
.inside-hzmt .scoll-yeal span {
  height: 50px;
  width: 166px;
  margin-right: 2px;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  background: #e7e7e7;
  display: block;
  color: #fff;
  background: #0a4993;
}
.inside-hzmt .tabbox2 .tabcot ul {
  flex-wrap: wrap;
  display: flex;
}
.inside-hzmt .tabbox2 .tabcot li {
  width: 16.66%;
  padding: 0.1rem;
}
.inside-hzmt .tabbox2 .tabcot .pic {
  position: relative;
  background: #fff;
}
.inside-hzmt .tabbox2 .tabcot .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.inside-hzmt .tabbox2 .tabcot .pic img {
  background: #fff;
  width: 100%;
	object-fit: contain;
}
.inside-news-list-2 .nr {
  display: flex;
}
.inside-news-list-2 .news-left {
  width: 15%;
  /* padding-top: 0.4rem; */
}
.inside-news-list-2 .news-left .list1 {
  margin-bottom: 20px;
}
.inside-news-list-2 .news-left .list1 a {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  background: #0a4993;
  padding: 5px 10px;
  position: relative;
}
.inside-news-list-2 .news-left .list1 a:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
.inside-news-list-2 .news-left .list1 > a:hover:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-list-2 .news-left .list2 {
  margin-bottom: 5px;
}
.inside-news-list-2 .news-left .list2 a {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 10px;
  background: none;
  border-bottom: 1px #0a4993 solid;
}
.inside-news-list-2 .news-left .list2 > a.active, .inside-news-list-2 .news-left .list2 > a:hover {
  font-weight: bold;
  color: #0a4993;
}
/*
.inside-news-list-2 .news-right {
  width: 85%;
  padding-left: 20px;
}
*/
.inside-news-list-2 li .text {
  padding-top: 0.1rem;
}
.index-numlist {
  margin-top: 0;
}
.index-zhanhui .index-title {
  padding-top: 0;
}
.index-zhanhui .fp-flex {
  /*height: 80vh;*/
}
.index-product .index-title {
  margin-top: 0;
}
.index-product .fp-flex {
  height: 60vh;
}
.index-partner .index-title {
  padding-top: 0.4rem
}
.index-partner .fp-flex {
  /*height: 90vh;*/
}
.index-vsitor .index-title {
  padding-top: 0;
}
.index-vsitor .fp-flex {
  /*height: 74vh;*/
}
.index-concurent .index-title {
  padding-top: 0.4rem;
}
.index-concurent .fp-flex {
  /*height: 90vh;*/
}
.index-news .index-title {
  padding-top: 0.4rem;
}
.index-news .fp-flex {
  /*height: 90vh;*/
}
.floating {
  right: 0;
  bottom: 120px;
  z-index: 99;
  position: fixed
}
.floating li {
  height: 40px;
  width: 170px;
  right: -90px;
  line-height: 38px;
  margin-bottom: 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  color: #fff;
}
.floating li a {
  display: block
}
.floating li:before {
  content: "";
  height: 40px;
  width: 100%;
  right: -40px;
  top: 0;
  z-index: -1;
  border-radius: 5px;
  position: absolute;
  /*-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);*/
  background: linear-gradient(to right, #0a4993, #eb200e);
}
/*.floating li:after {
	content: "";
	height: 40px;
	width: 100%;
	right: -15px;
	top: 0;
	z-index: -2;
	border-radius: 5px;
	position: absolute;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	background: #0a4993
}*/
.floating li a {
  color: #fff;
  display: block;
  padding-left: 50px
}
.floating li span {
  opacity: 0;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in
}
.floating li img {
  margin: 6px 10px 0 0
}
.floating li:hover {
  right: 0
}
.floating li:hover span {
  opacity: 1
}
.floating li .hover {
  display: none;
}
.floating li.ewm:hover .hover {
  display: block;
}
@media (max-width:1279px) {
  .floating {
    display: none
  }
}
.inside-gyzh .contact {
  color: #4e555e;
  margin-top: .4rem;
  padding: 0;
}
.inside-gyzh .contact .t1 {
  font-size: 0.36rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.2rem;
}
.inside-gyzh .contact .t2 {
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.inside-gyzh .contact .t3 {
  font-size: 0.20rem;
  line-height: 1.5;
  text-align: center;
  color: #0a4993;
  margin-bottom: 0.1rem;
}
.inside-gyzh .contact .t4 {
  line-height: 1.5;
}
.inside-gyzh .contact .t5 {
  display: flex;
  padding: 20px;
  justify-content: space-around;
}
.inside-gyzh .contact .t5 .img {
  width: 40%;
}
.inside-gyzh .contact .t5 .text {
  width: 55%;
  padding: 20px;
}
.inside-gyzh .contact .t5 .text p {
  padding-top: 5px;
}
.inside-about-3 .contact {
  color: #4e555e;
  margin-top: .7rem;
  padding: .6rem;
  box-shadow: 0 0 1.5rem #e6f1fe inset;
  box-shadow: 0 0 1.5rem #0a499329 inset;
}
.inside-about-3 .contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.inside-about-3 .contact li {
  width: 25%
}
.inside-about-3 .contact li h3 {
  padding-bottom: .1rem;
  font-size: .18rem
}
.inside-about-3 .contact li p {
  margin-top: .1rem
}
.inside-about-3 .contact li .t1 {
  padding-left: .25rem;
  position: relative
}
.inside-about-3 .contact li .t1 img {
  top: .03rem;
  left: 0;
  position: absolute;
  max-height: .21rem
}
.inside-about-3 .contact li:nth-child(2n) {
  width: 50%;
  padding-left: .5rem;
  padding-right: 1.5rem
}
.inside-gyzh .expolist {
  padding-top: 0.4rem;
}
.inside-gyzh ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-gyzh .expolist li {
  width: 25%;
  padding: 0.1rem;
}
.inside-gyzh .expolist li .tit {
  color: #0a4993;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  margin-top: 0.15rem;
}
.inside-gyzh .expolist li .txt {
  line-height: 0.28rem;
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
}
.inside-zsfk2 li {
  width: 100%;
}
.inside-zsfk2 li .pic {
  width: 10%;
}
.inside-zsfk2 li .text {
  width: 19%;
}
.inside-zsfk2 li .txt {
  width: 70%;
  padding-left: 0.25rem;
}
.inside-hzmt .list3 li .txtbox {
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  padding: 0.3rem;
  background: #e7e7e7;
  position: relative;
}
.inside-hzmt .list3 li:hover .txtbox {
  background: #0a4993;
  color: #fff;
}
.inside-contact-2 {
  background: linear-gradient(to bottom, #ffffff, #0a499320);
}
.inside-contact-2 .pic {
  right: 0;
  bottom: -1.6rem;
  position: absolute;
}
.inside-contact-2 img {
  max-height: 5.5rem;
}
.xztit {
  line-height: 1;
  color: #0a4993;
  font-size: .46rem;
  font-family: "myfont";
  font-weight: 700;
}
.index-vsitor .index-title {
  line-height: 1;
  color: #0a4993;
  font-size: .46rem;
  font-family: "myfont";
  font-weight: 700;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ccontent {
  margin: .4rem 0;
}
.ccontent h1, .ccontent h2, .ccontent h3, .ccontent h4, .ccontent h5{
	color:#333; 
	line-height: 200%;
}
.ccontent p {
  line-height: 180%;
}
.ftlogo img { 
	max-height: 0.86rem;
	margin-bottom: 0.2rem;
}
.layui-form-label {
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  padding: 0;
	font-size:0.16rem;
}
.layui-input-block {
  margin-left: 0;
}
.layui-form-item {
  margin-bottom: 20px;
}
.layui-form-item:last-child {
  margin-bottom: 0;
}
.layui-form .layui-input-wrap {
  line-height: 50px;
}
.layui-form .layui-input {
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
	font-size:0.16rem;
}
.layui-form .layui-textarea {
  padding: 10px 20px;
  line-height: 180%;
  min-height: 120px;
  border: 1px solid #ddd;
  border-radius: 5px;
	font-size:0.16rem;
}
.layui-form .layui-textarea::placeholder {
  line-height: 180%;
}
.layui-input:focus, .layui-textarea:focus {
  border-color: #265eac !important;
  box-shadow: none;
}
.layui-form em {
  line-height: 50px;
  margin: 0 20px;
}
.layui-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background: #265eac;
  font-size: 18px;
}
.layui-btn:hover {
  opacity: 1;
}
.layui-layer {
  border-radius: 10px;
}
.layui-layer-setwin {
  top: 20px;
  right: 20px;
}
.layui-layer-setwin span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 28px;
}
.layui-layer-title {
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.lmbox {
  padding: 40px;
}
.applyform {
  width: 60%;
  margin: 0 auto;
}
.applyform .layui-form-item {
  margin-bottom: 20px;
}
.applyform .layui-form-label {
  width: 170px;
}
.applyform .layui-form-label em {
  display: inline-block;
  margin-right: 10px;
}
.applyform .layui-input-block {
  margin-left: 200px;
}
.applyform .combtn {
  cursor: pointer;
  padding: 0 40px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  border: none;
  transition: all 0.3s ease;
}
.pnav {
  display: block;
}
.mpnav {
  display: none;
}
@media only screen and (max-width:980px) {
  .pnav {
    display: none;
  }
  .mpnav {
    display: block;
  }
  .layui-form-label {
    line-height: 1.1rem;
    font-size: 0.38rem;
    float: none;
  }
  .layui-form-item {
    margin-bottom: 0.24rem;
  }
  .layui-input {
    height: 1.1rem;
    font-size: 0.38rem;
  }
  .layui-form-checkbox > div {
    font-size: 0.38rem;
  }
  .layui-form-checkbox[lay-skin=primary] {
    margin: 0.36rem 0 0.24rem;
  }
  .applyform .layui-form-label {
    padding: 0;
    width: 100%;
    line-height: 1.1rem;
    font-size: 0.38rem;
    text-align: left;
  }
  .applyform .layui-form-label em {
    margin-right: 5px;
  }
  .applyform .layui-input-block {
    margin-left: 0;
  }
  .applyform .layui-form-item {
    margin-bottom: 0.24rem;
  }
  .applyform .layui-form .layui-input {
    height: 1.1rem;
    font-size: 0.38rem;
  }
  .applyform .layui-form .layui-form-checkbox > div {
    font-size: 0.38rem;
  }
  .applyform .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin: 0.36rem 0 0.24rem;
  }
  .applyform .combtn {
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.38rem;
  }
  .layui-layer-dialog .layui-layer-content {
    font-size: 0.38rem;
  }
}