@charset "utf-8";

/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #666;
  overflow-x: hidden;
  font-family: regular, sc;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #0055a2;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}

input,
textarea {
  background: transparent;
  padding: 0px;
  font-size: 12px;
  color: #888;
  outline: none;
  border: 0px;
}

em {
  font-style: normal;
}

.btn1 {
  cursor: pointer;
}

.wal {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

.wal2 {
  width: 1000px;
  margin: 0px auto;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flex {
  align-items: center;
  -webkit-align-items: center;
}

.flex {
  justify-content: center;
  -webkit-justify-content: center;
}

.flex {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.service .list li .mxfDiv {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

a,
.indexP1 .btnDiv a:after,
.indexP3 .leftTop .more,
.indexP3 .rightTop .more,
.indexP3 .list li .more,
.indexP4 .leftDiv li .box,
.indexP4 .leftDiv li .name,
.indexP4 .rightDiv li .name,
.indexP4 .btnDiv a:after,
.indexP5 .btnDiv a:after {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.sNav,
.sideTitleTel .con img,
.indexP2 li .txtLayer {
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.indexP4 .leftDiv li .imgDiv img {
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}


input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

@font-face {
  font-family: regular;
  src: url(../font/HarmonyOS_Sans_Regular.ttf);
}

@font-face {
  font-family: bold;
  src: url(../font/HarmonyOS_Sans_Bold.ttf);
}

@font-face {
  font-family: sc;
  src: url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}

@font-face {
  font-family: mont;
  src: url(../font/MontserratBold.ttf);
}

.w290 {
  width: 290px;
}

.w1020 {
  width: 1020px;
}

.Phone-Box {
  display: none;
}

.fangda {
  overflow: hidden;
}

.fangda img {
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s;
}

.fangda:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.l1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.l3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.l4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gradient {
  background-image: linear-gradient(left, #206daa, #2e9dd7);
  background-image: -webkit-linear-gradient(left, #206daa, #2e9dd7);
  background-image: -moz-linear-gradient(left, #206daa, #2e9dd7);
  background-image: -o-linear-gradient(left, #206daa, #2e9dd7);
  background-image: linear-gradient(to right, #206daa, #2e9dd7);
  background-image: -webkit-linear-gradient(to right, #206daa, #2e9dd7);
  background-image: -moz-linear-gradient(to right, #206daa, #2e9dd7);
  background-image: -o-linear-gradient(to right, #206daa, #2e9dd7);
}

.gradient2 {
  background-image: -webkit-linear-gradient(left, #206daa, #2e9dd7);
  background-image: linear-gradient(to right, #206daa, #2e9dd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes am_top {
  0% {
    -webkit-transform: translate(0, 30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0px);
    opacity: 1
  }
}

@-webkit-keyframes am_top {
  0% {
    -webkit-transform: translate(0, 30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0px);
    opacity: 1
  }
}

@keyframes am_left {
  0% {
    -webkit-transform: translate(30px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0px);
    opacity: 1
  }
}

@-webkit-keyframes am_left {
  0% {
    -webkit-transform: translate(30px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0px);
    opacity: 1
  }
}

.img_rotate {
  -moz-animation: rotate 15s infinite linear;
  -webkit-animation: rotate 15s infinite linear;
  animation: rotate 15s infinite linear;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes iconAni {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/*按钮动画--start*/
.ico_h {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ico_h:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.ico_h:hover,
.ico_h:focus,
.ico_h:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*按钮动画--end*/

.headD {
  height: 92px;
}

.headDiv {
  position: fixed;
  height: 92px;
  width: 100%;
  z-index: 5;
  background: #fff;
}

.headDiv .wal {
  position: relative;
  height: 92px;
}

.wal_right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.headDiv .logo {
  /*  position: absolute; */
  left: 0;
  /* top: 0px; */
  z-index: 2;
}

.headDiv .logo img {
  width: 200px;
}

.sous {
  width: 80px;
  height: 100%;
  /* background-color: #0055a2;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.sous a {
  color: #0055a2;
}

.sous select {
  width: 120px;
  height: 35px;
  background: #0055a2;
  border: none;
  outline: none;
  color: #fff;
  border: 1px solid #ededed;
}

.sous select option {
  width: 120px;
  height: 35px;
  background: #fff;
  padding: 10px 0;
  color: #333;
}

.sous>img {
  width: 24px;
  height: 24px;
}

.nav {
  /* position: absolute;
  right: 40px;
  top: 0;
  z-index: 1;*/
}

.nav ul {
  /*   display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; */
}

.nav li {
  display: inline-block;
  height: 92px;
  font-size: 16px;
  position: relative;
  padding-left: 42px;
}

.nav a {
  display: block;
  position: relative;
  line-height: 92px;
  color: #666;
}

.nav a:hover,
.nav .aNow,
.nav .aNow1 {
  color: #1365a5 !important;
}

.headDiv .topRight {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}

.headDiv .topSearch {
  height: 52px;
  position: relative;
  margin-left: 30px;
}

.headDiv .topSearch em {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/nimg16_1.png) right center no-repeat;
  cursor: pointer;
  position: relative;
}

.headDiv .form {
  height: 32px;
  margin-left: 30px;
  position: relative;
  width: 240px;
}

.headDiv .form .input1 {
  width: 160px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: #eee solid 1px;
  border-radius: 4px;
}

.headDiv .form .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 32px;
  background: #1365a5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.headDiv .lan {
  padding-left: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 5;
}

.headDiv .lan a {
  display: block;
  line-height: 32px;
  color: #0055a2;
  font-size: 16px;
  text-transform: uppercase;
}

.headDiv .lan a:hover {
  text-decoration: underline;
}

.navIco {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.0rem;
  height: 1.2rem;
  background: url(../images/navIco.png) center no-repeat;
  background-size: 0.36rem;
}

.head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 59;
}

.head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  margin-top: -62px;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #1264a5;
}

.head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: none;
}

.head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: #fff;
}

.head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}

.head-search .search-box .box-cent .box-icon img {
  width: 20px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}

.head-search .search-box .box-hiden {
  cursor: pointer;
  width: 24px;
  margin: 50px auto 0;
}

.head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.head-search .search-box .box-hiden:hover img {
  opacity: 1;
}

/*导航触发效果*/
.sNav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -1;
  width: 150px;
  top: 102px;
}

.sNav .list {
  background: #fff;
  border-top: #0055a2 solid 2px;
  /* padding: 20px 0 10px;*/
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

.sNav .list::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 42%;
  width: 0px;
  height: 0px;

  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0055a2;
}

.sNav li {

  font-size: 14px;

}

.sNav li a {
  display: block;
  text-align: center;
  color: #222;
  padding: 18px 25px 18px 25px;
}

.sNav li:hover {
  background: #2E3192;
}

.sNav li a:hover {

  color: #fff;

}

.sNav.on {
  opacity: 1;
  visibility: visible;
  top: 92px;
  z-index: 5;
}

.navLayer {
  overflow-x: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 22;
  right: -100%;
  top: 0px;
}

.navLayer .bg {
  overflow-x: auto;
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
}

.navLayer .toptop {
  height: 1.2rem;
  position: relative;
  border-bottom: #d6d6d6 solid 1px;
}

.navLayer .closeBtn {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  line-height: 1.2rem;
}

.navLayer .closeBtn img {
  width: 0.48rem;
}

.sideNav {
  padding: 0 0.3rem 0.3rem;
}

.subNav {
  cursor: pointer;
  display: block;
  height: 1.0rem;
  line-height: 1.0rem;
  position: relative;
  font-size: 0.34rem;
  border-bottom: #d6d6d6 solid 1px;
}

.subNav1 {
  background: url(../images/ico4.png) right center no-repeat;
  background-size: 24px;
  color: #333;
}

.subNav .name {
  position: relative;
}

.subNav a {
  color: #333;
  display: block;
}

.currentDt {
  background: url(../images/ico4on.png) right center no-repeat;
  background-size: 24px;
  color: #0055a2;
}

.navContent {
  display: none;
}

.navContent a {
  display: block;
  height: 0.88rem;
  border-bottom: #d6d6d6 solid 1px;
  line-height: 0.88rem;
  color: #666;
  font-size: 0.3rem;
}

.pageBg {
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  left: 0px;
  top: 0px;
}

.footDiv {
  padding-top: 90px;
  height: 586px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}

.footDiv .rightDiv {
  width: 465px;
}

.footDiv .tel {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #0055a2;
  text-align: right;
  font-family: bold;
}

.footDiv .address {
  padding: 0.35rem 0 0.25rem;
  text-align: right;
  font-size: 14px;
  color: #868585;
  line-height: 14px;
}

.footDiv .dnm {
  padding-top: 35px;
  clear: both;
}

.footDiv .list {
  width: 210px;
  position: relative;
}

.footDiv .list .name {
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #797979;
  padding-left: 28px;
  background: #fff;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
}

.footDiv .list .name:after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(../images/ico2.png) center no-repeat;
}

.footDiv .list dl {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 42px;
  width: 100%;
  display: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.footDiv .list dd {
  position: relative;
}

.footDiv .list dd:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.footDiv .list dd:last-child:after {
  display: none;
}

.footDiv .list a {
  display: block;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding-left: 28px;
  overflow: hidden;
  background: #fff;
  color: #797979;
  font-size: 12px;
}

.footDiv .list a:hover {
  color: #0055a2;
}

.footDiv .share {
  padding-left: 0.65rem;
}

.footDiv .share li {
  float: left;
  margin-left: 30px;
}

.footDiv .share li:first-child {
  margin-left: 0;
}

.footDiv .share li a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
}

.footDiv .share li:nth-child(1) a {
  background: #0fc14a;
}

.footDiv .share li:nth-child(2) a {
  background: #4f4b56;
}

.footDiv .share li:nth-child(3) a {
  background: #ff8401;
}

.footDiv .share li img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.footDiv .ewmDiv .limg img {
  width: 133px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.footDiv .botDiv {
  position: absolute;
  left: 50%;
  margin-left: -7.68rem;
  bottom: 55px;
  width: 15.36rem;
}

.footDiv .msg {
  line-height: 36px;
  font-size: 14px;
  color: #666;
}

.footDiv .msg a {
  color: #666;
}

.footDiv .msg a:hover {
  color: #0055a2;
}

.footDiv .links {
  font-size: 14px;
  line-height: 36px;
  position: relative;
}

.footDiv .links a {
  padding-right: 40px;
  color: #666;
}

.footDiv .links a:hover {
  color: #0055a2;
}

.footNav li {
  float: left;
  width: 1.76rem;
}

.footNav li:last-child {
  width: auto;
}

.footNav li h2 {
  color: #3d4144;
  font-size: 18px;
  line-height: 18px;
  height: 45px;
}

.footNav li dd a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #989898;
}

.footNav li dd a:hover {
  color: #1264a5;
}

.pageBox {
  padding: 120px 0;
}

.pageBanner {
  position: relative;
  height: 480px;
  background: center no-repeat;
  background-size: cover;
}

.pageBanner .txtLayer {
  color: #fff;
}

.pageBanner .en {
  font-size: 48px;
  line-height: 48px;
  font-family: bold;
  text-transform: uppercase;
}

.pageBanner .cn {
  font-size: 30px;
  line-height: 30px;
  padding-top: 20px;
  font-weight: bold;
}

.pageNav {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 1;
  text-align: center;
}

.pageNav:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.pageNav ul {
  font-size: 0;
}

.pageNav li {
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.pageNav li a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #333;
  position: relative;
}

.pageNav li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1365a5;
}

.pageNav li .aNow,
.pageNav li a:hover {
  color: #1365a5;
}

.pageNav li .aNow:after {
  width: 100%;
  left: 0;
}

.pageTitleTel {
  height: 1.1rem;
  background: #1365a5;
  position: relative;
}

.sideTitleTel {
  width: 100%;
  height: 1.1rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sideTitleTel .con {
  font-size: 0.36rem;
  height: 1.1rem;
  line-height: 1.1rem;
  position: relative;
  padding-right: 10px;
}

.sideTitleTel .con a {
  color: #fff;
  display: block;
  height: 1.1rem;
  padding-left: 0.3rem;
}

.sideTitleTel .con img {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.12rem;
  width: 0.4rem;
}

.sideTitleTel .con.on img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sideTitleNav {
  position: absolute;
  top: 1.1rem;
  z-index: 10;
  width: 100%;
  max-height: 5.0rem;
  overflow-y: auto;
  background: #fff;
  display: none;
  box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
}

.sideTitleNav::-webkit-scrollbar {
  width: 2px;
}

.sideTitleNav::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

.sideTitleNav::-webkit-scrollbar-thumb {
  background-color: #e62129;
}

.sideTitleNav li {
  font-size: 0.3rem;
  height: 1.0rem;
  position: relative;
}

.sideTitleNav li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}

.sideTitleNav li a {
  display: block;
  height: 1.0rem;
  line-height: 1.0rem;
  padding-left: 0.3rem;
  color: #666;
}

.sideTitleTel .con em {
  display: block;
  color: #fff;
  padding-left: 0.3rem;
}


/*分页*/
.pageNum {
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
}

.pageNum a {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 0 4px;
  font-size: 18px;
  color: #3f4150;
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
}

.pageNum a:hover,
.pageNum .aNow {
  background: #1365a5;
  color: #fff;
}

.pageNum .prev,
.pageNum .next {
  width: 110px;
  border-radius: 24px;
  font-size: 16px;
}


.pageMore {
  padding-top: 0.3rem;
}

.pageMore a {
  display: block;
  height: 1.0rem;
  line-height: 1.0rem;
  background: #1365a5;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
}

.tabContent {
  display: none;
}

.tab li {
  cursor: pointer;
}

.tabContent2 {
  display: none;
}

.tab2 li {
  cursor: pointer;
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@media (print),
(prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}

@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

.navs {
  display: none;
  box-sizing: border-box;
  padding: 50px 20px;
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  height: 100vh;
  background-color: #0055a2;
  z-index: 9;
}

.navs a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 16px;
}

.navs a.nav_on {
  color: orange !important;
}

.navs span {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 25px;
  color: #fff;
}