@charset "UTF-8";
a, .transition, .head .topSearch .form, .head .language dl, .nav .list, .indexFlash .swiper-slide a .layer, .indexPart2 .layer, .indexPart3 li .img, .indexPart3 li p, .indexPart3 li .more, .news li, .Overseas .layer, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .nav .list a, .indexPart2 .layer .name, .Overseas .name a, .Overseas .msg, .pageSearch li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head .topSearch .form, .nav .list dl, .footDiv .list ul, .footDiv dl.ewm, .indexPart2 dl.tag, .indexPart3 ul, .about_04 ul, .about_04 li, .pageNum, .pageNav ul, .product ul, .Overseas ul {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .about_04 li {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .pageNum {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .about_04 ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav .list dl, .footDiv .list ul, .indexPart2 dl.tag, .indexPart3 ul, .about_04 ul, .pageNav ul, .product ul, .Overseas ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #144a8c;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

.blue {
  color: #144a8c; }

.headD {
  height: 1rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: url(/picture/105/2311031651134773321.png) no-repeat;
  background-color: #10193A;
  background-size: auto 100%;
  border-bottom: #e8e8e8 solid 1px; }
  .head .wal {
    height: 1rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 1.96rem;
    height: 100%;
    background: url(/picture/105/2311031650053953149.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .topSearch {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.78rem;
    top: 0;
    bottom: auto;
    width: .38rem;
    height: 100%;
    background: url(/picture/105/2311031652459928305.png) center no-repeat;
    background-size: .14rem; }
    .head .topSearch .form {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.68rem;
      top: 100%;
      bottom: auto;
      width: 4rem;
      background: #fff;
      padding: 0 .1rem;
      border-top: #e8e8e8 solid 1px;
      opacity: 0;
      visibility: hidden;
      transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
    .head .topSearch .input {
      border: #e8e8e8 solid 1px;
      height: .45rem;
      width: 100%; }
      .head .topSearch .input input {
        width: 100%;
        height: .43rem;
        line-height: .43rem;
        padding: 0 .2rem;
        font-size: .14rem; }
    .head .topSearch .submit {
      background: #10193A;
      width: 1rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
      .head .topSearch .submit input {
        width: 100%;
        height: .45rem;
        font-size: .14rem;
        color: #fff; }
    .head .topSearch.on .form {
      padding: .1rem;
      opacity: 1;
      visibility: visible;
      z-index: 20;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 1rem;
    line-height: 1rem;
    font-size: .17rem; }
    .head .language span {
      padding-right: .15rem;
      color: #fff;
      background: url(/picture/105/2311031652460594963.png) right center no-repeat;
      background-size: .09rem; }
    .head .language dl {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 100%;
      bottom: auto;
      width: 1rem;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
      .head .language dl dd {
        border-top: #e8e8e8 solid 1px; }
      .head .language dl a {
        display: block;
        line-height: .3rem;
        padding-left: .2rem;
        font-size: .14rem; }
    .head .language.on dl {
      opacity: 1;
      visibility: visible;
      z-index: 20;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s; }
      .head .language.on dl a {
        line-height: .45rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.33rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    padding-left: .37rem; }
  .nav a.name {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: .17rem;
    color: #fff;
    position: relative;
    overflow: hidden; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      width: .23rem;
      height: .07rem;
      background: url(img23_20191112.png) center no-repeat;
      background-size: cover;
      left: 50%;
      margin-left: -.12rem;
      top: 100%;
      margin-top: 0; }
    .nav a.name:hover, .nav a.name.on {
      color: #144a8c; }
  .nav li.on a.name {
    color: #144a8c; }
    .nav li.on a.name:before {
      margin-top: -.07rem; }
  .nav li.on .list {
    opacity: 1;
    visibility: visible;
    padding: .12rem 0;
    z-index: 20;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s; }
  .nav .list {
    position: fixed;
    left: 0;
    top: 1rem;
    background: rgba(0, 74, 143, 0.8);
    width: 100%;
    min-height: .4rem;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s; }
    .nav .list dl {
      position: relative;
      left: 50%;
      top: 0; }
    .nav .list a {
      display: block;
      padding: 0 .4rem;
      font-size: .16rem;
      color: #fff;
      height: .4rem;
      line-height: .4rem;
      background: url(img180.png) center no-repeat;
      background-size: 100% 0; }
    .nav .list a:hover {
      background-size: 100% .28rem; }
    .nav .list.list-1 dl {
      margin-left: -3.7rem; }
    .nav .list.list-2 dl {
      margin-left: -1.55rem; }
    .nav .list.list-3 dl {
      margin-left: -4rem;
      width: 10rem; }
    .nav .list.list-3 dd {
      width: 33.333%; }
    .nav .list.list-3 a {
      padding-right: 0; }
    .nav .list.list-5 dl {
      margin-left: 2.25rem; }

.topA {
  display: block;
  background: #10193A url(img30.png) center no-repeat;
  background-size: .25rem;
  width: .54rem;
  height: .54rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  z-index: 20;
  bottom: .5rem;
  right: 50%;
  margin-right: -6.7rem; }

@media screen and (max-width: 1320px) {
  .topA {
    right: 0;
    margin-right: 0; } }

.footDiv {
  background: #333; }
  .footDiv .wal {
    min-height: 3.15rem;
    position: relative; }
  .footDiv .list ul {
    padding-top: .6rem; }
  .footDiv .list li {
    width: 2.57rem; }
  .footDiv .list a {
    color: #fff;
    display: block;
    font-size: .14rem;
    line-height: .3rem; }
  .footDiv .list a:hover {
    text-decoration: underline; }
  .footDiv .list h2 a {
    font-size: .16rem;
    padding: .05rem 0;
    font-weight: 400; }
  .footDiv dl.ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.83rem;
    bottom: auto; }
    .footDiv dl.ewm dd {
      text-align: center;
      color: #fff;
      width: 1.13rem;
      margin-left: .73rem; }
    .footDiv dl.ewm span {
      display: block;
      line-height: .5rem;
      font-size: .14rem; }

.foot {
  background: #333;
  border-top: #858585 solid 1px;
  font-size: .14rem;
  color: #fff; }
  .foot .wal {
    min-height: 1.23rem;
    position: relative;
    padding: .4rem 0;
    line-height: .35rem; }
  .foot p {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.4rem;
    bottom: auto; }

.indexFlash {
  width: 100%;
  height: 6.3rem;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide a {
    display: block;
    height: 6.3rem;
    background: center no-repeat;
    background-size: cover;
    position: relative; }
    .indexFlash .swiper-slide a img {
      width: 7.31rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 1.48rem;
      bottom: auto;
      margin-left: -1.95rem;
      opacity: 0; }
    .indexFlash .swiper-slide a .layer {
      opacity: 0;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 1.48rem;
      bottom: auto;
      color: #fff;
      white-space: nowrap;
      padding-left: .62rem;
      text-shadow: 0 0.02rem 0.08rem rgba(20, 74, 140, 0.25);
      min-height: 2.4rem;
      letter-spacing: .03rem; }
      .indexFlash .swiper-slide a .layer:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url(img238.png) center no-repeat;
        background-size: cover;
        width: 2.38rem;
        height: 2.37rem; }
      .indexFlash .swiper-slide a .layer h2 {
        font-weight: 100;
        font-size: .48rem;
        padding: .6rem 0 .07rem 0; }
      .indexFlash .swiper-slide a .layer p {
        font-weight: bold;
        font-size: .36rem; }
  .indexFlash .swiper-slide-active a img, .indexFlash .swiper-slide-active a .layer {
    opacity: 1;
    margin-left: -3.95rem;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.33rem;
    font-size: 0;
    text-align: center;
    width: 100%; }
    .indexFlash .dots span {
      display: inline-block;
      margin: 0 .12rem;
      width: .08rem;
      height: .08rem;
      background: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background: #004A8F; }

.pageMore a {
  display: block;
  position: relative;
  border: #10193A solid 1px;
  width: 1.6rem;
  height: .5rem;
  line-height: .48rem;
  text-align: center;
  font-size: .16rem;
  color: #10193A; }
  .pageMore a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #10193A; }
  .pageMore a span {
    position: relative;
    letter-spacing: .02rem; }
  .pageMore a:hover {
    color: #fff; }
    .pageMore a:hover:before {
      width: 100%; }

.indexPart1 {
  min-height: 6.45rem;
  position: relative;
  padding: 1.15rem 0; }
  .indexPart1 h2.title {
    font-weight: 400;
    letter-spacing: .02rem;
    font-size: .28rem;
    color: #144a8c; }
  .indexPart1 .content {
    max-width: 6.8rem;
    min-height: 2.35rem;
    padding: .5rem 0;
    font-size: .14rem;
    line-height: 1.72em;
    text-indent: 2em;
    text-align: justify; }
  .indexPart1 .img {
    width: 3.94rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.55rem;
    bottom: auto; }
    .indexPart1 .img:before {
      content: "";
      display: block;
      position: absolute;
      left: -.2rem;
      top: -.2rem;
      border: #e9e9ec solid .02rem;
      width: 3.6rem;
      height: 2.85rem; }
    .indexPart1 .img div {
      position: relative;
      width: 100%;
      overflow: hidden; }
    .indexPart1 .img:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.indexPart2 {
  background: #10193A;
  color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexPart2 .wal {
    min-height: 9.05rem;
    position: relative; }
  .indexPart2 .box {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    max-width: 5.6rem; }
    .indexPart2 .box h2 {
      font-weight: 400;
      letter-spacing: .02rem;
      font-size: .28rem;
      padding: .75rem 0 .3rem 0; }
    .indexPart2 .box p {
      font-size: .14rem;
      line-height: 2em;
      text-align: justify;
      opacity: .7; }
  .indexPart2 dl.tag {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.85rem;
    bottom: auto; }
    .indexPart2 dl.tag dd {
      line-height: .3rem;
      font-size: .16rem;
      margin-left: .3rem;
      padding-left: .25rem;
      background: url(1img13.png) left center no-repeat;
      background-size: .13rem; }
    .indexPart2 dl.tag dd.dd_02 {
      background-image: url(1img13_1.png); }
	  .indexPart2 dl.tag dd.dd_03 {
      background-image: url(1img13_2.png); }
  .indexPart2 .map {
    background: url(xximg.png) center no-repeat;
    background-size: 100%;
    width: 13.48rem;
    height: 6.84rem;
    position: absolute;
    z-index: 1;
    left: -0.5rem;
    right: auto;
    top: 1.6rem;
    bottom: auto; }
    .indexPart2 .map li {
      position: absolute;
      width: .18rem;
      height: .23rem;
      background: url(1img18.png) center no-repeat;
      background-size: cover;
      margin-left: -.09rem;
      margin-top: -.09rem; }
    .indexPart2 .map li:hover {
      z-index: 11; }
    .indexPart2 .map span {
      position: absolute;
      font-size: .16rem;
      color: #fff;
      white-space: nowrap;
      line-height: .3rem; }
    .indexPart2 .map li.left span {
      top: 50%;
      margin-top: -.15rem;
      right: 100%;
      padding-right: .07rem; }
    .indexPart2 .map li.right span {
      top: 50%;
      margin-top: -.15rem;
      left: 100%;
      padding-left: .07rem; }
    .indexPart2 .map li.top span {
      top: -.3rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }
    .indexPart2 .map li.bottom span {
      bottom: -.3rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }
  .indexPart2 .layer {
    width: 4.88rem;
    min-height: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .1rem;
    margin-left: .32rem;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.76);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s; }
    .indexPart2 .layer.show {
      opacity: 1;
      visibility: visible;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s; }
    .indexPart2 .layer:before {
      content: "";
      display: block;
      position: absolute;
      left: -.17rem;
      top: 50%;
      margin-top: -.1rem;
      background: url(img17.png) center no-repeat;
      background-size: cover;
      width: .17rem;
      height: .2rem; }
    .indexPart2 .layer dd {
      min-height: 1.4rem;
      position: relative;
      padding: .15rem 1.55rem 0 .2rem;
      font-size: .14rem;
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
      .indexPart2 .layer dd:last-child {
        border: 0; }
    .indexPart2 .layer .name {
      height: .4rem;
      line-height: .4rem;
      color: #8bb833; }
    .indexPart2 .layer .name a {
      color: #8bb833; }
    .indexPart2 .layer p {
      line-height: 2em;
      color: #fff;
      height: 4em;
      overflow: hidden; }
    .indexPart2 .layer .img {
      width: 1.06rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      top: .17rem;
      right: .23rem; }
  .indexPart2 .layer-r {
    margin-left: -5.05rem; }
    .indexPart2 .layer-r:before {
      background-image: url(img17_2.png);
      left: auto;
      right: -.17rem; }

.pageBg {
  min-height: 2rem;
  background: #eff4f8; }

.indexPart3 {
  min-height: 9.2rem;
  padding-bottom: 1rem; }
  .indexPart3 h2.title {
    font-size: .28rem;
    color: #144a8c;
    letter-spacing: .02rem;
    padding: 1.2rem 0 .35rem 0;
    font-weight: 400; }
  .indexPart3 ul {
    margin-left: -.3rem; }
  .indexPart3 li {
    width: 33.333%;
    padding-left: .3rem;
    height: 5.3rem; }
    .indexPart3 li a {
      display: block;
      border-top: #c0c2c3 solid .04rem;
      height: 5.8rem;
      position: relative; }
    .indexPart3 li .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: -0.04rem;
      bottom: auto;
      width: 100%;
      height: 2.34rem;
      background: center no-repeat;
      background-size: cover;
      opacity: 0; }
    .indexPart3 li .time {
      padding: .35rem 0 .2rem 0;
      font-size: .14rem; }
    .indexPart3 li .name {
      font-size: .22rem;
      line-height: .36rem;
      min-height: .72rem; }
    .indexPart3 li p {
      font-size: .14rem;
      line-height: 2em;
      text-align: justify;
      color: #999;
      padding: .4rem 0 .3rem 0;
      position: relative; }
      .indexPart3 li p:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .2rem;
        width: 0;
        height: 1px;
        background: #9dc157; }
    .indexPart3 li .more {
      font-size: .16rem; }

@media screen and (min-width: 800px) {
  .indexPart3 li a:hover {
    color: #fff;
    background: #8bb833;
    border-color: #8bb833;
    padding: 2.15rem .28rem 0 .28rem;
    z-index: 11; }
    .indexPart3 li a:hover .img {
      opacity: 1; }
    .indexPart3 li a:hover p {
      color: rgba(255, 255, 255, 0.8); }
      .indexPart3 li a:hover p:before {
        width: 100%; }
    .indexPart3 li a:hover .more {
      opacity: 0; } }

.pageBanner {
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .wal {
    height: 4rem;
    position: relative; }
  .pageBanner .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: .36rem;
    font-weight: 100; }
    .pageBanner .title h2 {
      font-weight: 400;
      font-size: .48rem;
      padding: 2.2rem 0 .06rem 0; }

.pageNow {
  text-align: right;
  padding: .35rem 0;
  font-size: .14rem;
  color: #96989f; }
  .pageNow a {
    color: #96989f; }
  .pageNow a:hover {
    color: #144a8c; }

.pageTitle {
  text-align: center;
  position: relative;
  padding: .6rem 0 .25rem 0; }
  .pageTitle h2 {
    font-weight: 400;
    letter-spacing: .02rem;
    color: #144a8c;
    position: relative;
    z-index: 11;
    font-size: .28rem; }
  .pageTitle div {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.56rem;
    bottom: auto;
    width: 100%; }
    .pageTitle div img {
      width: auto;
      height: .4rem; }

.about_01 {
  font-size: .14rem;
  line-height: .24rem;
  text-align: justify;
  padding-bottom: .9rem; }

.about_02 {
  background: #eff4f8;
  color: #fff;
  font-size: .14rem; }
  .about_02 .wal {
    min-height: 3.73rem;
    background: #8ab923; }
    .about_02 .wal .swiper-wrapper {
      height: auto; }
  .about_02 .fl {
    width: 50%;
    overflow: hidden;
    position: relative; }
  .about_02 .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
    .about_02 .dots span {
      display: block;
      float: left;
      margin-right: 2px;
      width: .2rem;
      height: .2rem;
      background: rgba(0, 0, 0, 0.4);
      line-height: .2rem;
      text-align: center; }
    .about_02 .dots span.swiper-pagination-bullet-active {
      background: rgba(138, 185, 35, 0.8); }
  .about_02 .fr {
    width: 50%;
    padding: 0 .8rem 1.05rem .7rem;
    position: relative;
    min-height: 3.73rem; }
    .about_02 .fr:before {
      content: "";
      display: block;
      position: absolute;
      right: .4rem;
      bottom: .55rem;
      width: .8rem;
      height: .5rem;
      border-right: #fff solid .03rem;
      border-bottom: #fff solid .03rem; }
    .about_02 .fr h2 {
      font-weight: 400;
      font-size: .28rem;
      letter-spacing: .02rem;
      position: relative;
      padding: .65rem 0 .4rem .38rem;
      background: url(img34.png) left 0.7rem no-repeat;
      background-size: .34rem; }
    .about_02 .fr .content {
      font-size: .14rem;
      line-height: .24rem;
      text-align: justify;
      letter-spacing: .01rem; }

.about_03 {
  text-align: center;
  padding: .4rem 0 1rem 0; }
  .about_03 .content {
    font-size: .14rem;
    line-height: .24rem;
    padding: .25rem 0 .3rem 0;
    text-align: justify; }
  .about_03 .img {
    max-width: 8.5rem;
    margin: 0 auto; }

.about_04 {
  min-height: 3.88rem;
  background: #eff4f8; }
  .about_04 .pageTitle {
    padding: 1rem 0 .5rem 0; }
  .about_04 ul {
    margin-right: -.2rem; }
  .about_04 li {
    color: #6a6a6a; }
    .about_04 li .img {
      width: .94rem;
      margin-right: .12rem; }
    .about_04 li p {
      font-size: .13rem;
      line-height: 2em; }
    .about_04 li h2 {
      font-weight: 400;
      font-size: .24rem;
      padding-bottom: .05rem; }
    .about_04 li span {
      font-size: .18rem; }
  .about_04 li:hover .img img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }

.news li {
  position: relative;
  border-bottom: #e8e8e8 solid 1px; }

.news .wal {
  min-height: 3.75rem;
  position: relative;
  padding: .7rem 0 .7rem 4.7rem; }

.news .img {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0.7rem;
  bottom: auto;
  width: 4.16rem;
  overflow: hidden; }
  .news .img .swiper-slide {
    height: 2.34rem;
    background: center no-repeat;
    background-size: cover; }
  .news .img .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
    .news .img .dots span {
      display: block;
      float: left;
      margin-right: 2px;
      width: .2rem;
      height: .2rem;
      background: rgba(0, 0, 0, 0.4);
      line-height: .2rem;
      text-align: center;
      color: #fff; }
    .news .img .dots span.swiper-pagination-bullet-active {
      background: rgba(138, 185, 35, 0.8); }

.news .time {
  opacity: .8;
  font-size: .14rem;
  padding: .15rem 0 .1rem 0; }

.news .name {
  font-size: .22rem;
  line-height: .36rem; }

.news p {
  font-size: .14rem;
  line-height: 2em;
  opacity: .6;
  padding: .2rem 0;
  min-height: 1.05rem; }

.news .more {
  font-size: .16rem;
  line-height: .24rem;
  opacity: .9; }

.news a {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%; }

.news li:hover {
  background: #8bb833;
  color: #fff; }

.pageNum {
  padding: .8rem 0 1.4rem 0; }
  .pageNum a {
    margin: 0 .03rem;
    font-size: .14rem;
    color: #999;
    border: #e6e6e6 solid 1px;
    width: .36rem;
    height: .36rem;
    line-height: .34rem;
    text-align: center;
    background: #fff center no-repeat;
    background-size: .1rem; }
    .pageNum a:hover, .pageNum a.on {
      color: #fff;
      background-color: #10193A;
      border-color: #10193A; }
    .pageNum a.arrow:hover {
      background-color: #fff;
      border-color: #6a6a6a; }
    .pageNum a.prev {
      background-image: url(prev10.jpg); }
    .pageNum a.next {
      background-image: url(next10.jpg); }

.newShow {
  padding-top: .4rem; }
  .newShow .container {
    text-align: center;
    background: #8ab923;
    color: #fff;
    padding: .3rem; }
    .newShow .container h2.title {
      font-weight: 400;
      font-size: .22rem;
      padding-bottom: .15rem;
      line-height: 1.7em; }
    .newShow .container .time {
      opacity: .75;
      font-size: .12rem; }
      .newShow .container .time span {
        padding: 0 1em; }
  .newShow .content {
    font-size: .14rem;
    line-height: .24rem;
    padding: .55rem 0;
    text-align: justify; }
    .newShow .content img {
      width: auto; }
    .newShow .content .img {
      padding-top: .4rem; }

.pageNum2 {
  padding: .2rem 0 .5rem 0;
  min-height: 2.15rem;
  position: relative;
  border-top: #dfdfdf solid 1px; }
  .pageNum2 li {
    font-size: .14rem;
    line-height: .24rem; }
    .pageNum2 li em {
      color: #999; }
    .pageNum2 li a {
      color: #144a8c; }
    .pageNum2 li a:hover {
      text-decoration: underline; }
  .pageNum2 .pageMore {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.2rem;
    bottom: auto; }

.pageNav {
  padding-bottom: .5rem;
  margin-top: -.3rem; }
  .pageNav ul {
    margin-left: -.23rem; }
  .pageNav li {
    padding-left: .23rem; }
  .pageNav a {
    display: block;
    position: relative;
    border: #10193A solid 1px;
    width: 2.9rem;
    height: .66rem;
    line-height: .64rem;
    text-align: center;
    font-size: .22rem; }
    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #10193A; }
    .pageNav a span {
      position: relative;
      letter-spacing: .02rem; }
    .pageNav a:hover, .pageNav a.on {
      color: #fff; }
      .pageNav a:hover:before, .pageNav a.on:before {
        width: 100%; }

.product ul {
  margin-left: -.18rem;
  padding-bottom: 1rem; }

.product li {
  width: 33.333%;
  padding: 0 0 .18rem .18rem; }

.product .box {
  position: relative;
  height: 3.3rem; }

.product .img {
  background: center no-repeat;
  background-size: cover;
  height: 3.3rem; }

.product a {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(138, 185, 35, 0.8);
  color: #fff;
  padding: .35rem .3rem;
  opacity: 0; }
  .product a:hover {
    opacity: 1; }
  .product a h2 {
    font-weight: 400;
    position: relative;
    padding-bottom: .28rem;
    font-size: .24rem; }
    .product a h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .13rem;
      width: .4rem;
      height: .02rem;
      background: rgba(255, 255, 255, 0.6); }
  .product a p {
    font-size: .14rem;
    line-height: .26rem; }
  .product a .more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.35rem;
    font-size: .12rem;
    padding-right: .2rem;
    background: url(img13_2.png) right center no-repeat;
    background-size: .13rem; }

.product li.li_01 .img, .product li.li_01 a {
  height: 6.78rem; }

.product li.li_02 {
  width: 66.666%; }

.productShow .back {
  padding: .6rem 0 .3rem 0; }
  .productShow .back a {
    font-size: .14rem;
    display: inline-block;
    line-height: .32rem;
    padding-left: .33rem;
    background: url(img23_1.png) left center no-repeat;
    background-size: .23rem; }

.productShow .fl {
  width: 4.7rem; }
  .productShow .fl h2.title {
    font-weight: 400;
    font-size: .24rem;
    color: #144a8c;
    padding-bottom: .2rem;
    border-bottom: #e8e8e8 solid 1px; }
  .productShow .fl .content {
    padding: .5rem 0;
    font-size: .14rem;
    line-height: .24rem;
    text-align: justify; }
    .productShow .fl .content h2 {
      font-size: .18rem;
      font-weight: 400;
      padding-bottom: .24rem; }
    .productShow .fl .content .blue b {
      font-size: 1.7em; }

.productShow .fr {
  width: 6.59rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem; }
  .productShow .fr a.arrow {
    display: block;
    width: .21rem;
    height: .5rem;
    background: url(prev21.png) center no-repeat;
    background-size: .21rem;
    position: absolute;
    left: 0;
    bottom: 1rem; }
    .productShow .fr a.arrow.next {
      background-image: url(next21.png);
      left: .4rem; }
    .productShow .fr a.arrow.prev:hover {
      background-image: url(prev21on.png); }
    .productShow .fr a.arrow.next:hover {
      background-image: url(next21on.png); }
  .productShow .fr .dots {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 1rem;
    font-weight: bold; }
    .productShow .fr .dots span {
      display: block;
      float: left;
      margin-left: .25rem;
      font-size: .16rem;
      height: .26rem;
      border-bottom: rgba(0, 0, 0, 0) solid 1px; }
    .productShow .fr .dots span.swiper-pagination-bullet-active {
      color: #004A8F;
      border-color: #004A8F; }

.cpgyl .fl {
  width: 6.6rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem; }
  .cpgyl .fl a.arrow {
    display: block;
    width: .21rem;
    height: .5rem;
    background: url(prev21.png) center no-repeat;
    background-size: .21rem;
    position: absolute;
    left: 0;
    bottom: 1rem; }
    .cpgyl .fl a.arrow.next {
      background-image: url(next21.png);
      left: .4rem; }
    .cpgyl .fl a.arrow.prev:hover {
      background-image: url(prev21on.png); }
    .cpgyl .fl a.arrow.next:hover {
      background-image: url(next21on.png); }
  .cpgyl .fl .dots {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 1rem;
    font-weight: bold; }
    .cpgyl .fl .dots span {
      display: block;
      float: left;
      margin-left: .25rem;
      font-size: .16rem;
      height: .26rem;
      border-bottom: rgba(0, 0, 0, 0) solid 1px; }
    .cpgyl .fl .dots span.swiper-pagination-bullet-active {
      color: #217fc4;
      border-color: #004A8F; }

.cpgyl .fr {
  width: 4.75rem; }
  .cpgyl .fr .msg {
    font-size: .18rem;
    line-height: .3rem;
    padding-bottom: .35rem; }
  .cpgyl .fr h2.title {
    color: #144a8c;
    font-weight: 400;
    font-size: .24rem;
    padding-bottom: .2rem;
    border-bottom: #e6e6e6 solid 1px; }
  .cpgyl .fr .content {
    font-size: .14rem;
    line-height: .24rem;
    text-align: justify;
    padding: .55rem 0; }

.service {
  padding-top: .5rem; }
  .service .fl {
    width: 7rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5rem; }
    .service .fl .swiper-wrapper {
      height: auto; }
    .service .fl a.arrow {
      display: block;
      width: .21rem;
      height: .5rem;
      background: url(prev21.png) center no-repeat;
      background-size: .21rem;
      position: absolute;
      left: 0;
      bottom: 1rem; }
      .service .fl a.arrow.next {
        background-image: url(next21.png);
        left: .4rem; }
      .service .fl a.arrow.prev:hover {
        background-image: url(prev21on.png); }
      .service .fl a.arrow.next:hover {
        background-image: url(next21on.png); }
    .service .fl .dots {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 1rem;
      font-weight: bold; }
      .service .fl .dots span {
        display: block;
        float: left;
        margin-left: .25rem;
        font-size: .16rem;
        height: .26rem;
        border-bottom: rgba(0, 0, 0, 0) solid 1px; }
      .service .fl .dots span.swiper-pagination-bullet-active {
        color: #004A8F;
        border-color: #004A8F; }
  .service .fr {
    width: 4.05rem; }
    .service .fr h2.title {
      color: #144a8c;
      font-weight: 400;
      font-size: .18rem;
      line-height: .3rem;
      padding: .25rem 0; }
    .service .fr .content {
      font-size: .14rem;
      line-height: .24rem;
      text-align: justify; }
    .service .fr .line {
      height: .46rem;
      position: relative; }
      .service .fr .line:before {
        content: "";
        display: block;
        position: absolute;
        width: 2.08rem;
        height: .03rem;
        background: #217fc4;
        left: -1.55rem;
        top: .2rem;
        z-index: 11; }

.Overseas {
  padding-top: .5rem; }
  .Overseas ul {
    margin-left: -.3rem; }
  .Overseas li {
    width: 33.333%;
    padding: 0 0 .65rem .3rem;
    position: relative; }
    .Overseas li:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .45rem;
      width: .4rem;
      height: .02rem;
      background: #144a8c;
      margin-left: -.05rem; }
  .Overseas .box {
    position: relative; }
  .Overseas .img a {
    display: block;
    height: 2.5rem;
    background: center no-repeat;
    background-size: cover; }
  .Overseas .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(138, 185, 35, 0.8);
    padding: .1rem .12rem;
    opacity: 0; }
    .Overseas .layer p {
      font-size: .14rem;
      line-height: .24rem; }
    .Overseas .layer a {
      display: block;
      font-size: .12rem;
      text-align: right;
      color: #fff;
      padding-right: .25rem;
      background: url(img13_2.png) right center no-repeat;
      background-size: .13rem;
      line-height: 2em; }
  .Overseas .name {
    text-align: center;
    padding-top: .15rem; }
    .Overseas .name a {
      display: block;
      font-size: .24rem;
      height: 2em;
      line-height: 2em; }
  .Overseas .msg {
    text-align: center;
    font-size: .14rem;
    color: #999;
    height: 1.3em;
    line-height: 1.3em; }
  .Overseas li:hover .layer {
    opacity: 1; }

.kcsfz {
  margin-top: -.5rem; }
  .kcsfz .wal {
    min-height: 6rem;
    position: relative; }
  .kcsfz .img {
    width: 7rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 1rem;
    bottom: auto;
    overflow: hidden; }
    .kcsfz .img a {
      display: block;
      background: center no-repeat;
      background-size: cover;
      height: 4rem; }
  .kcsfz .container {
    max-width: 4rem;
    padding-bottom: .5rem;
    margin-left: auto; }
    .kcsfz .container h2 {
      font-size: .28rem;
      font-weight: 400;
      color: #144a8c;
      position: relative;
      padding: 1.1rem 0 .55rem 0; }
      .kcsfz .container h2:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 11;
        left: -1.55rem;
        bottom: .25rem;
        background: #217fc4;
        width: 2.08rem;
        height: .02rem; }
    .kcsfz .container h3 {
      font-size: .18rem;
      font-weight: 400;
      padding-bottom: .15rem; }
    .kcsfz .container .content {
      font-size: .14rem;
      line-height: .24rem; }
    .kcsfz .container dd {
      font-size: .14rem;
      line-height: .24rem;
      padding-bottom: .24rem; }
      .kcsfz .container dd div {
        font-weight: bold; }
  .kcsfz li:nth-child(even) {
    background: #eff4f8; }
    .kcsfz li:nth-child(even) .img {
      left: auto;
      right: 0; }
    .kcsfz li:nth-child(even) .container {
      margin-left: 0;
      max-width: 4.2rem; }
  .kcsfz li:hover .img a {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }

@media screen and (min-width: 800px) {
  .kcsfz .scroll {
    height: 2.95rem;
    overflow: hidden;
    position: relative; } }

.job .title {
  color: #144a8c;
  text-align: center;
  font-size: .18rem;
  padding: .35rem 0;
  border-bottom: #e8e8e8 solid 1px; }

.job .content {
  padding: .4rem 0;
  font-size: .14rem;
  line-height: .24rem;
  text-align: justify; }

.job .img .fl {
  width: 7rem; }

.job .img .fr {
  width: 4.8rem; }

.job .img .h50 {
  height: 1rem; }

.jobList {
  padding: .3rem 0 1.5rem 0; }
  .jobList ul {
    border-top: #e8e8e8 solid 1px; }
  .jobList li {
    border-bottom: #e8e8e8 solid 1px; }
  .jobList .name {
    position: relative;
    height: .9rem;
    line-height: .9rem;
    font-size: .16rem;
    color: #999;
    cursor: pointer; }
    .jobList .name b {
      font-weight: 400;
      color: #333;
      padding: 0 .1rem 0 .3rem;
      font-size: .2rem; }
    .jobList .name:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .5rem;
      width: .2rem;
      height: 100%;
      background: url(img20.png) center no-repeat;
      background-size: .2rem; }
  .jobList .container {
    padding-left: .3rem;
    display: none; }
    .jobList .container h2 {
      font-size: .14rem;
      line-height: .24rem; }
    .jobList .container .content {
      font-size: .14rem;
      line-height: .24rem;
      padding-bottom: .24rem; }
    .jobList .container .pageMore {
      padding: .15rem 0 .35rem 0; }
      .jobList .container .pageMore a {
        width: 1.9rem; }
  .jobList li.on .name:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }

.pageSearch .title {
  font-size: .3rem;
  color: #144a8c;
  padding: .6rem 0 .45rem 0;
  border-bottom: #e8e8e8 solid 1px; }

.pageSearch li {
  border-bottom: #e8e8e8 solid 1px; }
  .pageSearch li a {
    display: block;
    font-size: .2rem;
    padding: 0 .9rem 0 .3rem;
    height: .9rem;
    line-height: .9rem;
    position: relative; }
    .pageSearch li a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .55rem;
      width: .08rem;
      height: 100%;
      background: url(img8.png) center no-repeat;
      background-size: 100%; }
  .pageSearch li a:hover {
    color: #144a8c; }
    .pageSearch li a:hover:before {
      background-image: url(img8on.png); }

/*# sourceMappingURL=index.css.map */

