@charset "UTF-8";
@font-face {
  font-family: "pingfangsc";
  /*src: url("http://img.borgneni.com/template/pc/skin/fonts/PingFang Heavy.ttf");*/
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "pingfangsc";
  /*src: url("http://img.borgneni.com/template/pc/skin/fonts/PingFang Medium.ttf");*/
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "pingfangsc";
  /*src: url("http://img.borgneni.com/template/pc/skin/fonts/PingFang Regular.ttf");*/
  font-weight: 400;
  font-style: normal;
}

.accent01 {
  color: #027ab5 !important;
}

.color01 {
  color: #5b6770 !important;
}




html {
  font-size: 5.208vw;
 
  overflow-x: hidden;
}

@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 62.496px;
  }
}

body {
  font-family: "pingfangsc", "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 1.875;
  color: #717b83;
  position: relative;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin-bottom: 0;
  color: #5b6770;
}

h1 {
  font-size: 0.4rem;
}

h2 {
  font-size: 0.36rem;
}

h3 {
  font-size: 0.24rem;
}

h4 {
  font-size: 0.2rem;
}

h5 {
  font-size: 0.14rem;
}

h6 {
  font-size: 0.12rem;
}

b {
  font-weight: 900;
}

i {
  font-style: normal;
}

.pt-4 {
  padding-top: 0.04rem !important;
}

.pb-5 {
  padding-bottom: 0.05rem !important;
}

.pb-10 {
  padding-bottom: 0.1rem !important;
}

.pb-20 {
  padding-bottom: 0.2rem !important;
}

.pb-25 {
  padding-bottom: 0.25rem !important;
}

.pb-30 {
  padding-bottom: 0.3rem !important;
}

.pb-35 {
  padding-bottom: 0.35rem !important;
}

.pb-45 {
  padding-bottom: 0.45rem !important;
}

.pb-50 {
  padding-bottom: 0.5rem !important;
}

.pb-60 {
  padding-bottom: 0.6rem !important;
}

.pb-70 {
  padding-bottom: 0.7rem !important;
}

.pb-80 {
  padding-bottom: 0.8rem !important;
}

.mb-1 {
  margin-bottom: 0.01rem !important;
}

.mb-2 {
  margin-bottom: 0.02rem !important;
}

.mb-3 {
  margin-bottom: 0.03rem !important;
}

.mb-4 {
  margin-bottom: 0.04rem !important;
}

.ml-30 {
  padding-left: 0.3rem !important;
}

.mr-30 {
  padding-right: 0.3rem !important;
}

.text-center {
  text-align: center !important;
}


.font-14 {
  font-size: 0.14rem !important;
}
.font-24{
  font-size:0.24rem !important;
}
.font-30 {
  font-size: 0.3rem !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 15.3rem;
    padding-left: .15rem;
    padding-right: .15rem;
  }
  .container-90{
    max-width:90%;
}
.container-100{
    max-width:100%;
}
  .container-1710 {
    max-width: 17.1rem;
  }
  .container-1230 {
    max-width: 12.3rem;
  }
  .row {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  [class*="col-"] {
    padding-left: .15rem;
    padding-right: .15rem;
  }
  .row-18 {
    margin-left: -0.09rem;
    margin-right: -0.09rem;
  }
  .row-18 [class*="col-"] {
    padding-left: .09rem;
    padding-right: .09rem;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.mod-icon01 {
  display: inline-block;
  background: url("../images/icons.png") no-repeat 0 0;
  background-size: 0.34rem;
  vertical-align: middle;
}

.mod-icon02 {
  display: inline-block;
  background: url("../images/links.png") no-repeat 0 0;
  background-size: 0.28rem;
  vertical-align: middle;
}

.mod-icon03 {
  display: inline-block;
  background: url("../images/downs.png") no-repeat 0 0;
  background-size: 0.24rem;
  vertical-align: middle;
}

/* header css */
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.header .container-box {
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo img {
  width: 2.81rem;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .search-box {
  position: relative;
  padding-right: 0.22rem;
  line-height: 1;
  margin-right: 0.18rem;
}

.header .search-box .icon {
  width: 0.25rem;
  height: 0.26rem;
}

.header .search-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.04rem;
  bottom: 0.04rem;
  border-left: 1px solid #bdc2c6;
}

.header .lang-box {
  position: relative;
  line-height: 1;
  margin-right: 0.48rem;
}

.header .lang-box .icon {
  position: relative;
  padding-right: 0.19rem;
}

.header .lang-box .icon i {
  width: 0.26rem;
  height: 0.26rem;
  background-position-y: -0.28rem;
}

.header .lang-box .icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #5b6770;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
}

.header .lang-box .pos{
  display: none;
  padding: 5px 20px;
  border: 1px solid #818B91;
}

.header .lang-box:hover .pos{
  display: inline-block;
  position: absolute;
}

.header .lang-box .pos a{
  color: #818B91;
}

/* mob-header css */
.header .bars {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.15rem;
  color: #027ab5;
  margin-right: -0.15rem;
}

/*.p-nav__open*/
@-webkit-keyframes navShadow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}
@keyframes navShadow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

.p-nav__open {
  letter-spacing: 2.5px;
}

.p-nav__close,
.p-nav__open {
  position: relative;
  color: #fff;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-nav__close,
  .p-nav__open {
    height: 23px;
  }
}

.p-nav__close > p,
.p-nav__open > p {
  font-weight: 900;
  font-size: 0.1125rem;
  -webkit-transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.p-nav__open > p {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-nav__close > p,
  .p-nav__open > p {
    display: none;
  }
}

.p-nav__open {
  width: 27px;
  display: block;
}

.p-nav__open::after {
  z-index: -1;
  right: -50px;
  top: -58px;
  width: 175px;
  height: 135px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-nav__open::after {
    top: -33px;
    right: -32px;
    width: 89px;
    height: 89px;
    display: none;
  }
}

.p-nav__open > span {
  position: absolute;
  right: 0;
  width: 27px;
  height: 2px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .p-nav__open {
    width: 35px;
  }
  .p-nav__open > span {
    width: 35px;
    height: 2px;
  }
}

.p-nav__open > span > span {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  -webkit-transition: opacity .3s, background-color .3s;
  transition: opacity .3s, background-color .3s;
}

.p-nav__open > span::after,
.p-nav__open > span::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #027ab5;
}

.p-nav__open > span::after {
  left: 0%;
}

.p-nav__open > span:nth-child(2) {
  top: 0;
}

.p-nav__open > span:nth-child(2)::after,
.p-nav__open > span:nth-child(2)::before {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s;
  transition: transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.p-nav__open > span:nth-child(2) > span {
  -webkit-animation: navShadow 1.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
          animation: navShadow 1.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
}

.p-nav__open > span:nth-child(3) {
  top: 9px;
}

.p-nav__open > span:nth-child(3)::after,
.p-nav__open > span:nth-child(3)::before {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.5s 0.05s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: background-color 0.3s, -webkit-transform 0.5s 0.05s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.5s 0.05s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s;
  transition: transform 0.5s 0.05s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s, -webkit-transform 0.5s 0.05s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.p-nav__open > span:nth-child(3) > span {
  -webkit-animation: navShadow 1.3s 0.1s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
          animation: navShadow 1.3s 0.1s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
}

@media screen and (max-width: 768px) {
  .p-nav__open > span:nth-child(3) {
    top: 11px;
  }
}

.p-nav__open > span:nth-child(4) {
  bottom: 0;
}

.p-nav__open > span:nth-child(4)::after,
.p-nav__open > span:nth-child(4)::before {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: background-color 0.3s, -webkit-transform 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s;
  transition: transform 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1), background-color 0.3s, -webkit-transform 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.p-nav__open > span:nth-child(4) > span {
  -webkit-animation: navShadow 1.3s 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
          animation: navShadow 1.3s 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96) infinite;
}

@media screen and (min-width: 769px) {
  .p-nav__open:hover > span::after,
  .p-nav__open:hover > span::before {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .p-nav__open:hover > span > span {
    opacity: 0;
  }
  .p-nav__open:hover > span:nth-child(2) {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  .p-nav__open:hover > span:nth-child(4) {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

.p-nav__close {
  width: 140px;
  display: block;
  letter-spacing: 3.3px;
  position: absolute;
  z-index: 1001;
  right: 1.36rem;
  top: 0.52rem;
}

@media screen and (max-width: 768px) {
  .p-nav__close {
    width: 23px;
    right: 0.32rem;
  }
}

.p-nav__close > span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 1px;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

@media screen and (max-width: 768px) {
  .p-nav__close > span {
    width: 30px;
  }
}

.p-nav__close > span > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.7s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: 0.7s cubic-bezier(0.08, 0.92, 0.35, 1);
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1);
}

.p-nav__close > span:nth-child(2) {
  top: 1px;
  -webkit-transform: translateX(0) rotate(-46deg) scaleX(1);
          transform: translateX(0) rotate(-46deg) scaleX(1);
}

.p-nav__close > span:nth-child(3) {
  bottom: -1px;
  -webkit-transform: translateX(0) rotate(46deg) scaleX(1);
          transform: translateX(0) rotate(46deg) scaleX(1);
}

@media screen and (min-width: 769px) {
  .p-nav__close:hover > p {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-nav__close:hover > span:nth-child(2) {
    -webkit-transform: translateX(10px) rotate(-46deg) scaleX(0.8);
            transform: translateX(10px) rotate(-46deg) scaleX(0.8);
  }
  .p-nav__close:hover > span:nth-child(3) {
    -webkit-transform: translateX(10px) rotate(46deg) scaleX(0.8);
            transform: translateX(10px) rotate(46deg) scaleX(0.8);
  }
  .p-nav__close:hover > span > span {
    -webkit-transform: translate3d(0, 0, 0) scaleX(0.4);
            transform: translate3d(0, 0, 0) scaleX(0.4);
  }
}

.p-nav__open {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: .4s 0s;
  transition: .4s 0s;
  z-index: 20;
}

.p-nav__close {
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .p-nav__close {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-nav__close > span:nth-child(2) {
    -webkit-transform: translateX(0) rotate(-46deg) scaleX(0);
            transform: translateX(0) rotate(-46deg) scaleX(0);
  }
  .p-nav__close > span:nth-child(3) {
    -webkit-transform: translateX(0) rotate(46deg) scaleX(0);
            transform: translateX(0) rotate(46deg) scaleX(0);
  }
}

.p-nav__close p {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity .2s, -webkit-transform 0s .5s;
  transition: opacity .2s, -webkit-transform 0s .5s;
  transition: transform 0s .5s, opacity .2s;
  transition: transform 0s .5s, opacity .2s, -webkit-transform 0s .5s;
}

body.is-navOpen .p-nav__close {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.3s 0.45s, -webkit-transform 0.4s 0.35s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: opacity 0.3s 0.45s, -webkit-transform 0.4s 0.35s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.4s 0.35s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.3s 0.45s;
  transition: transform 0.4s 0.35s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.3s 0.45s, -webkit-transform 0.4s 0.35s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}

@media screen and (max-width: 768px) {
  body.is-navOpen .p-nav__close {
    -webkit-transition: opacity 0s, -webkit-transform .5s .65s;
    transition: opacity 0s, -webkit-transform .5s .65s;
    transition: transform .5s .65s, opacity 0s;
    transition: transform .5s .65s, opacity 0s, -webkit-transform .5s .65s;
  }
  body.is-navOpen .p-nav__close > span {
    -webkit-transition: .5s .65s;
    transition: .5s .65s;
  }
  body.is-navOpen .p-nav__close > span:nth-child(2) {
    -webkit-transform: translateX(0) rotate(-46deg) scaleX(1);
            transform: translateX(0) rotate(-46deg) scaleX(1);
    -webkit-transition: .3s .6s;
    transition: .3s .6s;
  }
  body.is-navOpen .p-nav__close > span:nth-child(3) {
    -webkit-transform: translateX(0) rotate(46deg) scaleX(1);
            transform: translateX(0) rotate(46deg) scaleX(1);
    -webkit-transition: .3s .7s;
    transition: .3s .7s;
  }
}

body.is-navOpen .p-nav__close p {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .3s .45s;
  transition: .3s .45s;
}

body.nav-black .p-nav__open {
  color: #000;
  margin-top: 0;
}

body.nav-black .p-nav__open > span::after,
body.nav-black .p-nav__open > span::before {
  background-color: #191919;
}

.p-nav__SPentry.enter-black .p-nav__SPentry__text span {
  color: #191919;
}

body.nav-black .p-nav__open > span > span {
  background-color: #fff;
}

body.nav-black .p-nav__logo > a > p,
body.nav-black .p-nav__open > p {
  color: #191919 !important;
}

body.nav-black .p-nav__logo > a > svg {
  fill: #191919;
}

@media (max-width: 767px) {
  body {
    padding-top: 75px;
  }

  .header .search-box {
    display: none;
  }
  .header .lang-box {
    display: none;
  }
}

/*mobile-nav*/
.mobile-nav-bg:before {
  width: 0;
  height: 0;
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.66s;
          transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
          transition-timing-function: swing;
  z-index: 1000;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  -webkit-transition-duration: 0.66s;
          transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
          transition-timing-function: swing;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  line-height: 2;
}

.mobile-nav .nav-box {
  height: 100vh;
  padding-top: 0.625rem;
  overflow-y: auto;
}

.mobile-nav ul li:not(:last-of-type) {
  padding-bottom: 0.2rem;
}

.mobile-nav ul li .vlk {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.225rem;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  line-height: 1.3;
  padding: 0.09375rem 0;
  border-bottom: 1px solid transparent;
}

.mobile-nav ul li .vlk:hover {
  border-bottom: 1px solid #fff;
}

.mobile-nav ul li .vlk i {
  display: block;
  font-size: 0.15rem;
  text-transform: uppercase;
}

body.is-navOpen .lower-screen {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
}

body.is-navOpen .mobile-nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.is-navOpen .mobile-nav-bg:before {
  position: fixed;
  top: 0;
  right: -2000px;
  width: 4000px;
  height: 5000px;
  border-radius: 0%;
  background-color: rgba(30, 30, 30, 0.9);
}

@media screen and (max-width: 768px) {
  .mobile-nav ul li {
    padding: 10px 10%;
  }
  .mobile-nav ul li .vlk {
    font-size: 22px;
    text-align: left;
  }
  .mobile-nav ul li .vlk i {
    font-size: 0.7em;
  }
}

/* index css */
.index {
  font-size: 0.18rem;
  line-height: 1.66667;
  color: #696969;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}

.index-banner {
  color: #fff;
  
}
.index-banner .swiper-slide {
  height: 10.8rem;
  position: relative;
  background: url("../images/lym-banner01.jpg") no-repeat center center;
  background-size: cover;
}
.index-banner .box {
  padding-left: 1.5rem;
  padding-top: 35vh;
}

.index-banner .title {
  font-size: 0.52rem;
  line-height: 1.11111;
  color: #fff;
}

.index-banner .sub {
  padding-top: 0.08rem;
  font-size: 0.24rem;
  line-height: 1.25;
  font-weight: 900;
}

.index-banner .mod-btn02 {
  margin-top: 0.27rem;
}


.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: #fff !important;
  opacity: 1 !important;
}



.index-banner .swiper-pagination-bullet-active {
  background:#027ab5 !important;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.24rem;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  background-color: #f0f0f0;
  color: #000;
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 32px;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.index-banner .swiper-button-next img,
.index-banner .swiper-button-prev img {
  width: 20px;
}

.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
  content: "";
}

.index-banner .swiper-button-prev {
  left: -32px;
}

.index-banner .swiper-button-next {
  right: -32px;
}

.index-banner .swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-banner:hover .swiper-button-prev {
  left: 0;
}

.index-banner:hover .swiper-button-next {
  right: 0;
}


.index-sec02 {
  padding-top: 0.96rem;
}

.index-sec02 .mod-title01 {
  padding-bottom: 0.42rem;
}

.index-sec02 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.index-sec02 .bottom .mod-info01 {

  width:14.2857142857%;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  height: auto;
  display: block;
}

.index-sec02 .bottom .mod-info01 a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-sec02 .bottom .mod-info01 a img {
  max-width: 90%;
  max-height: 90%;
}

.index-sec02 .bottom .mod-info01::before {
  content:"";
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.index-sec02 .bottom .mod-info01::after {
  content:"";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}



.index-sec03 {
  margin-top: 0.99rem;
  background: url("../images/bg01.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 1rem;
  padding-top: 0.76rem;
}



.index-sec03 .bottom {
  position: relative;
}
.index-sec03 .bottom .mod-info01 {
  height: auto;
  display: block;
}
.index-sec03 .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #fff;
  z-index: 2;
}

.index-sec03 .bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  z-index: 2;
}

.index-sec03 .bottom .mod-info01 a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-sec03 .bottom .mod-info01 a img {
  max-width: 90%;
  max-height: 90%;
}

.index-sec03 .bottom .mod-info01::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.index-sec03 .bottom .mod-info01::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.index-sec03 .mod-title01 {
  padding-bottom: 0.43rem;
}

.index-sec03 .mod-info01 {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width:1200px){
  .index-sec03 .container-box {
    width:90%;
    margin:0 auto;
  }
}
/* .index-sec03 .mod-info01 img {
  max-width: 1.4rem;
} */

.index-sec04 {
  padding-top: 0.76rem;
  padding-bottom: 1.19rem;
}

.index-sec04 .mod-info02 {
  padding-bottom: 0.3rem;
}

.index-sec04 .bottom {
  padding-top: 0.87rem;
}

.index-sec05 {
  background: url("../images/tianqi01.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 1.06rem;
  padding-bottom: 1.26rem;
}

.index-sec05 .left {
  padding-top: 0.3rem;
}

.index-sec05 .left .box {
  padding-right: 0.29rem;
}

.index-sec05 .right {
  padding-top: 0.3rem;
}

.index-sec05 .right .box {
  margin-left: -0.22rem;
}

.index-sec05 .l-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.18rem;
}

.index-sec05 .l-bottom {
  padding-top: 0.42rem;
}

.index-sec05 .select-box {
  padding-right: 0.22rem;
}

.index-sec05 .select-box .title {
  font-weight: 900;
  color: #5b6770;
  font-size: 0.36rem;
  line-height: 1.33333;
}

.index-sec05 .select-box .title img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.21rem;
}

.index-sec05 .select-box .sub {
  font-size: 0.24rem;
  color: #5b6770;
  display: block;
  margin-top: -0.04rem;
}

.index-sec05 .change-box01 {
  color: #5b6770;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-sec05 .change-box01 .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0.68rem;
}

.index-sec05 .change-box01 .li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.58rem;
  border-left: 1px solid #d0d0d0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index-sec05 .change-box01 .li:not(:last-of-type) {
  padding-right: 0.33rem;
}

.index-sec05 .change-box01 .icon {
  margin-right: 0.11rem;
}

.index-sec05 .change-box01 .icon img {
  width: 0.24rem;
}

.index-sec05 .change-box01 .li-right {
  font-size: 0.24rem;
  line-height: 1.5;
}

.index-sec05 .change-box01 .sub {
  font-weight: 900;
  display: block;
}

.index-sec05 .change-box02 .weather {
  padding-right: 0.14rem;
}

.index-sec05 .change-box02 .weather img {
  max-width: 1.26rem;
}

.index-sec05 .change-box02 .txt {
  font-size: 0.24rem;
  line-height: 2;
  color: #5b6770;
}

.index-sec05 .r-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.15rem;
}

.index-sec05 .r-top .title {
  font-weight: 900;
  color: #5b6770;
  font-size: 0.24rem;
  line-height: 2;
}

.index-sec05 .r-top .title img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 0.21rem;
}

.index-sec05 .r-top .sub {
  font-size: 0.24rem;
  color: #5b6770;
  display: block;
  line-height: 1.2;
  padding-top: 0.1rem;
}

.index-sec05 .r-bottom {
  padding-top: 0.29rem;
}

.index-sec05 .r-bottom .title {
  font-size: 0.24rem;
  color: #5b6770;
  font-weight: 900;
}

.index-sec05 .r-bottom .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.12rem;
}

.index-sec05 .r-bottom .des .icon {
  margin-right: 0.17rem;
}

.index-sec05 .r-bottom .des .icon img {
  width: 0.24rem;
}

.index-sec05 .r-bottom .txt {
  font-size: 0.18rem;
  line-height: 1.33333;
}

.index-sec06 {
  padding-top: 0.76rem;
  padding-bottom: 0.8rem;
}

.index-sec06 .container-box {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.index-sec06 .bottom {
  padding-top: 0.43rem;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
  position: relative;
}

.index-sec06 .mod-info03 {
  padding: 0 0.12rem;
}

.index-sec06 .mod-info03 img {
  width:100%;
  height: 100%;
  -webkit-object-fit:cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}

.index-sec06 .swiper-button-next {
  right: -0.75rem !important;
}

.index-sec06 .swiper-button-prev {
  left: -0.75rem !important;
}

.index-sec07 {
  background: url("../images/bg02.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 0.76rem;
  padding-bottom: 0.98rem;
}

.index-sec07 .bottom {
  margin-top: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-sec07 .bottom .b-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
          
          width:800px;
          font-size:12px;
}
.index-sec07 .bottom .b-left svg{
  max-width:100%;
  width:100%;
  /* height: auto; */
}

.index-sec07 .bottom .b-right {
  padding:0.6rem 0 0.6rem 0.8rem;
  max-width:65%;
  margin-left:auto;
}

.index-sec07 .bottom .sub {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #585858;
  padding-top: 1px;
}

.index-sec07 .bottom .title {
  font-size: 0.3rem;
  color: #585858;
  text-transform: uppercase;
  line-height: 1.2;
}

.index-sec07 .bottom .title-box {
  padding-top: 0.55rem;
  text-align: right;
}

.index-sec07 .bottom .title-box::after {
  content: "";
  display: inline-block;
  width: 0.37rem;
  margin-top: 0.08rem;
  border-top: 1px solid #027ab5;
}
@media (max-width:1199px){
  .index-sec07 .bottom .b-left svg{
    height:auto !important;
  }
}
.index-sec08 {
  padding-top: 0.76rem;
  padding-bottom: 0.5rem;
}

.index-sec08 .bottom {
  padding-top: 0.43rem;
}

.index-sec08 [class*="col-"] {
  padding-bottom: 0.3rem;
}

.index-sec09 {
  padding-top: 0.55rem;
  padding-bottom: 0.58rem;
  /* background-color: #5b6770; */
  /* background-color: #1b7fb7 ; */
  background-color: rgba(27,127,183,.9);
}

.index-sec09 .container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-sec09 .left {
  font-size: 0.3rem;
  color: #fff;
  padding-right: 1.14rem;
}

.index-sec09 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-sec09 .right .r-item {
  position: relative;
  padding-top: 0.13rem;
}

.index-sec09 .right .r-item:not(:last-of-type) {
  padding-right: 0.67rem;
  margin-right: 0.28rem;
}

.index-sec09 .right .r-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.41rem;
  border-left: 1px solid #fff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index-sec09 .right a {
  display: inline-block;
  color: #fff !important;
  font-size: 0.24rem;
  line-height: 1.25;
  font-weight: 900;
}

.index-sec09 .right a .icon {
  margin-right: 0.16rem;
}

.index-sec09 .right .tel01 {
  padding-right: 0.8rem;
}

.index-sec09 .right .tel01 .icon {
  width: 0.29rem;
  height: 0.3rem;
  background-position-y: -2.42rem;
}

.index-sec09 .right .tel02 .icon {
  width: 0.22rem;
  height: 0.32rem;
  background-position-y: -2.74rem;
}

.index-sec09 .right .mail .icon {
  width: 0.34rem;
  height: 0.24rem;
  background-position-y: -3.08rem;
}

.index-sec10 {
  background: url("../images/bg03.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 0.49rem;
  
}
.index-sec10 .mod-title02{
    color:#252525;
    
}
.index-sec10 .mod-title02::after{
  border-color:#027ab5;
}

.index-sec10 .links-box {
  padding-top: 0.2rem;
}

.index-sec10 .links-box a {
  display: block;
  font-size: 0.14rem;
  color: #696969;
  margin-bottom: 0.06rem;
  position: relative;
  -webkit-transition: 0.3s background ease, 0.3s color ease;
  transition: 0.3s background ease, 0.3s color ease;
  padding:0.05rem 0;
}

.index-sec10 .links-box a span {
  position: relative;
  z-index: 2;
}

.index-sec10 .links-box a::before {
  content: "";
  position: absolute;
  left: -0.12rem;
  right: -0.12rem;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 1;
}

.index-sec10 .links-box a:hover,
.index-sec10 .links-box a:focus {
  color: #027ab5;
}

.index-sec10 .links-box a:hover::before,
.index-sec10 .links-box a:focus::before {
  background-color: #fff;
  border-color: #d5d5d5;
}

.index-sec10 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-sec10 .list li {
  padding-bottom: 0.31rem;
}

.index-sec10 .list li:not(:last-of-type) {
  padding-right: 15px;
}

.index-sec11 .content-box {
  width: 5.4rem;
  margin: 0 auto;
}

.index-sec11 .content-box::after {
  content: "";
  display: inline-block;
  width: 0.37rem;
  border-top: 1px solid #8dc3de;
  margin-top: 0.05rem;
}

.index-sec11 .title {
  width: 5.4rem !important;
  font-size: 0.36rem !important;
  line-height: 1.11111 !important;
  white-space: normal !important;
}

.index-sec11 .sub {
  width: 5.4rem !important;
  padding-top: 0.03rem !important;
  font-size: 0.18rem !important;
  white-space: normal !important;
}

.index-sec11 .sub::after {
  content: "";
  display: block;
  width: 0.37rem;
  border-top: 1px solid #8dc3de;
  margin-top: 0.08rem;
}

@media (min-width: 1199px) and (max-width: 1699px) {
  .index-sec11 .title {
    margin-top: -20px !important;
  }
}

@media (max-width: 991px) {
  .index-sec11 .title {
    margin-top: -20px !important;
  }
}

@media (max-width: 575px) {
  .index-banner .box{
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .index-sec11 .title {
    font-size: 14px !important;
    width: 60vw !important;
  }
  .index-sec11 .sub {
    font-size: 12px !important;
    width: 60vw !important;
  }
  #layerslider_2 {
    height: 200px !important;
  }
}

@media (max-width: 360px) {
  .index-sec11 .title {
    margin-top: -30px !important;
  }
}
@media (min-width:768px){
  .index-sec10 .list li:nth-of-type(2){
    width:16%;
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .index-sec02 .bottom .mod-info01 {
    width: 25%;
  }
  .index-sec07 .bottom .b-left {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .index-sec07 .bottom .b-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-sec09 .container-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-sec09 .left {
    padding-right: 0.15rem;
  }
}

@media (max-width: 767px) {
  .index-sec02 .bottom .mod-info01 {
    width: 33.33333%;
  }
  .index-sec05 .left .box {
    padding-right: 0;
  }
  .index-sec05 .right .box {
    margin-left: 0;
  }
  .index-sec10 .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-sec10 .list li {
    width: 33.33333%;
  }
  .index-sec07 .bottom{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-sec07 .bottom .b-right {

    max-width:636px;
  }
}

@media (max-width: 575px) {
  .index-sec02 .bottom .mod-info01 {
    width: 100%;
  }
  .index-sec05 .l-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-sec05 .change-box01 {
    padding-top: 0.3rem;
  }
  .index-sec05 .change-box01 .li:first-of-type {
    padding-left: 0;
  }
  .index-sec05 .change-box01 .li:first-of-type::before {
    display: none;
  }
  .index-sec07 .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-sec07 .bottom .b-left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .index-sec07 .bottom .b-right {
    width: 100%;

  }
  .index-sec09 .right .r-item:not(:last-of-type) {
    padding-right: 0;
  }
  .index-sec09 .right .r-item:not(:last-of-type)::after {
    display: none;
  }
  .index-sec09 .right .r-item {
    padding-top: 15px;
  }
  .index-sec10 .list li {
    width: 100%;
  }
  /* .index-sec10 .links-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  } */
  .index-sec10 .links-box a {
    width: 50%;
    float:right
  }
  .index-sec10 .links-box a:nth-of-type(odd) {
    padding-right: 15px;
    float: left;
  }
}

.mod-title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod-title01 .title {
  position: relative;
  padding-bottom: 0.18rem;
}

.mod-title01 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.37rem;
  border-top: 1px solid #027ab5;
}

.mod-title01 .sub {
  padding-top: 0.05rem;
  color: #5b6770;
}

.mod-title02 {
  font-size: 0.14rem;
  color: #252525;
  position: relative;
  padding-bottom: 0.14rem;
}

.mod-title02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  border-top: 2px solid #027ab5;
}

.mod-title03 {
  color: #717b83;
  text-align: center;
  position: relative;
  padding-bottom: 0.06rem;
}

.mod-title03 .title {
  color: #717b83;
  line-height: 1.2;
}

.mod-title03 .sub {
  font-size: 0.24rem;
  text-transform: uppercase;
}

.mod-title03::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.37rem;
  margin-left: -0.18rem;
  border-top: 1px solid #027ab5;
}

.mod-title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f7f7f7;
  padding-right: 0.22rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mod-title04 .title {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: 700;
  color: #5b6770;
}

.mod-title04 .title .letter {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #027ab5;
  text-transform: uppercase;
  min-width: 60px;
  padding:0 0.1rem;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.22rem;
}

.mod-title04 .sub {
  font-size: 0.18rem;
  line-height: 1.66667;
  color: #5b6770;
  padding: 0.15rem 0;
}

.mod-title05 {
  text-align: center;
}

.mod-title05 .title {
  font-weight: 400;
  font-size: 0.3rem;
  color: #5b6770;
}

.mod-title05 .sub {
  font-size: 0.18rem;
  line-height: 1.66667;
  color: #5b6770;
  padding-top: 0.04rem;
}

.mod-title06 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 400;
}

@media (max-width: 575px) {
  .mod-title04 {
    padding-left: 0.22rem;
    padding-top: 0.15rem;
  }
  .mod-title04 .sub {
    width: 100%;
    text-align: right;
  }
}

.mod-info01 {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.mod-info01 a{
  color: #fff;
}
.mod-info01 .pos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding:0.28rem 0.15rem 0 0.3rem;
  background-color: rgba(2, 122, 181, 0.6);
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mod-info01 .title {
  color: inherit;
  padding-bottom: 0.02rem;
}

.mod-info01 .sub {
  font-size: 12px;
  font-weight: 500;
}

.mod-info01 .icon {
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  width: 0.31rem;
  height: 0.31rem;
  background-position-y: -3.34rem;
}

.mod-info01:hover .pos {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mod-info01.style02 .pos {
  background-color: rgba(91, 103, 112, 0.6);
}

@media (max-width:575px){
  .mod-info01{
    height:auto;
  }
}
.mod-info02 {
  text-align: center;
}
.mod-info02>img{
  -webkit-transition: all .5s;
  transition: all .5s;
}
.mod-info02>img:hover{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mod-info02 .num {
  font-size: 0.48rem;
  color: #5b6770;
  line-height: 1;
  padding-top: 0.19rem;
}

.mod-info02 .sub {
  color: #5b6770;
}

.mod-info03 {
  color: #fff;
}

.mod-info03 .pic {
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
  padding-bottom: 100%;
}

.mod-info03 .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-info03 .info-bottom {
  background-color: #5b6770;
  padding: 0.07rem 0.15rem 0.2rem 0.2rem;
  min-height: 1.5rem;
}

.mod-info03 .time {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 900;
  color: #fff;
  background-color: #027ab5;
  padding: 0.03rem 0.07rem;
  position: relative;
  top: -0.19rem;
}

.mod-info03 .title {
  font-size: 0.14rem;
  color: #fff;
}

.mod-info03 .des {
  padding-top: 0.14rem;
  font-size: 0.14rem;
  line-height: 1.28571;
}

.mod-info04 {
  background-color: #f7f7f7;
  padding: 0.58rem 0.15rem 0.46rem;
  text-align: center;
}

.mod-info04 .pic {
  min-height: 0.81rem;
}

.mod-info04 .pic img {
  max-width: 0.92rem;
}

.mod-info04 .title {
  font-size: 0.3rem;
  color: #717b83;
  font-weight: 400;
  padding-top: 0.38rem;
}

.mod-info04 .des {
  padding-top: 0.08rem;
}

.mod-info05 {
  background: url("../images/bg08.jpg") no-repeat center center;
  background-size: cover;
  min-height: 4.87rem;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
}

.mod-info05 .container-box {
  max-width: 6.29rem;
  margin: 0 auto;
}

.mod-info05 .title {
  font-size: 0.3rem;
  font-weight: 400;
  color: #fff;
}

.mod-info05 .sub {
  font-size: 0.18rem;
  padding-top: 0.07rem;
}

.mod-info05 p {
  padding-top: 0.13rem;
}

.mod-info06 {
  background-color: #f7f7f7;
  padding: 0.3rem;
}

.mod-info06 .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mod-info06 .info-t-right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 0.12rem;
}

.mod-info06 .pic {

  padding: 0.12rem;
  background-color: #fff;
  margin-right: 0.43rem;
}

.mod-info06 .pic img{
  width:1.22rem;
}
.mod-info06 .li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.65;
}

.mod-info06 .li:first-of-type {
  padding-bottom: 0.06rem;
}

.mod-info06 .li:nth-of-type(2) {
  padding-top: 0.1rem;
  padding-bottom: 0.07rem;
}

.mod-info06 .name {
  font-size: 0.3rem;
}

.mod-info06 .info-bottom {
  padding-top: 0.31rem;
  padding-bottom: 0.02rem;
}

.mod-info06 .info-bottom a {
  color: #717b83;
}

@media (max-width: 575px) {
  .mod-info06 .info-t-right {
    padding-top: 0;
  }
}

.mod-info07 {
  background-color: #fff;
}

.mod-info07 .des {
  font-size: 0.14rem;
  line-height: 1.71429;
  color: #5b6770;
  padding: 0.12rem 0.15rem 0.16rem 0.19rem;
}

.mod-info07 .pic {
  height: 2.72rem;
}

.mod-info07 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-info08 .pic {
  height: 2.64rem;
}

.mod-info08 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-info08 .info-bottom {
  background-color: #f7f7f7;
  padding: 0 0.3rem 0.27rem;
  min-height: 1.66rem;
}

.mod-info08 .time {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: 900;
  color: #fff;
  background-color: #027ab5;
  padding: 0.06rem 0.19rem;
  position: relative;
  top: -0.25rem;
}

.mod-info08 .title {
  font-size: 0.18rem;
  line-height: 1.22222;
  font-weight: 900;
  color: #464646;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -0.06rem;
}

.mod-info08 .des {
  padding-top: 0.09rem;
  font-size: 0.14rem;
  line-height: 1.57143;
  color: #464646;
}

.mod-info09 {
  background-color: #f7f7f7;
  padding: 0 0.3rem 0.3rem;
  min-height: 2.8rem;
}

.mod-info09 .num {
  font-weight: 900;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.3rem;
  line-height: 1;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0.1rem;
  background-color: #027ab5;
}

.mod-info09 .des {
  padding-top: 0.23rem;
}

.mod-info10 {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.68rem;
  padding-left: 1.04rem;
  padding-bottom: 0.3rem;
}

.mod-info10 .info-left {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.76rem;
  padding-top:0.22rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.mod-info10 .info-right {
  border-left: 1px solid #d6d6d6;
  padding-left: 0.59rem;
  padding-right: 0.75rem;
  height:1.6rem;
  min-height:1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mod-info10 .info-right .des {
  width: 100%;
}

@media (max-width: 575px) {
  .mod-info10 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5rem;
  }
  .mod-info10 .info-right {
    padding: 0;
    border: none;
  }
}

.mod-swiper01 .swiper-button-next,
.mod-swiper01 .swiper-button-prev {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #5b6770;
}

.mod-swiper01 .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -0.9rem;
}

.mod-swiper01 .swiper-button-prev {
  left: -0.9rem;
}

.mod-swiper01 .swiper-button-next:after,
.mod-swiper01 .swiper-button-prev:after {
  content: "";
  width: 13px;
  height: 11px;
  background: url("../images/icons.png") no-repeat 0 0;
  background-position-y: -367px;
}

.mod-slide {
  position: fixed;
  right: -1.72rem;
  top: 30vh;
  color: #fff;
  font-size: 0.14rem;
  width: 2.2rem;
  -webkit-transition: right .2s;
  transition: right .2s;
  z-index: 999;
}

.mod-slide:hover {
  right: 0;
}

.mod-slide a {
  color: #fff;
}

.mod-slide li {
  background-color: #5b6770;
  margin-bottom: 1px;
}

.mod-slide li:hover {
  background-color: #027ab5;
}

.mod-slide .li-bottom {
  display: none;
}

.mod-slide .li-top {
  height: 0.5rem;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod-slide .li-top .icon {
  width: 0.24rem;
  height: 0.22rem;
  background-position-y: -0.63rem;
  margin-right: 0.13rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.mod-slide .li-t-right {
  line-height: 1;
}

.mod-slide .slide-phone .icon {
  width: 0.25rem;
  height: 0.26rem;
  background-position-y: -0.87rem;
}

.mod-slide .slide-phone a {
  display: block;
}
.mod-slide .slide-phone a:last-of-type{
  letter-spacing: 0.008rem;
  margin-top: 2px;
}
.mod-slide .slide-quote .icon {
  width: 0.25rem;
  height: 0.23rem;
  background-position-y: -1.15rem;
}

.mod-slide .slide-quote .li-bottom {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
}

.mod-slide .slide-quote .li-bottom a {
  display: block;
}

.mod-slide .slide-wx .icon {
  width: 0.22rem;
  height: 0.22rem;
  background-position-y: -1.4rem;
}

.mod-slide .slide-wx .li-bottom {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  text-align: center;
}

.mod-slide .slide-wx .li-bottom img {
  width: 1.25rem;
}

.mod-slide .slide-wx .li-bottom .sub {
  padding-top: 0.25rem;
}

@media (max-width: 1199px) {
  .mod-slide {
    width: 150px;
    right: -120px;
  }
}

.mod-tab01-links {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.75rem;
  padding-top: 0.37rem;
}

.mod-tab01-links a {
  color: #5b6770;
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: middle;
  min-width: 0.77rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.14rem;
  border-bottom: 0.04rem solid transparent;
  margin-bottom: -1px;
}

.mod-tab01-links a.active {
  border-color: #027ab5;
}

.mod-tab01-links a:not(:last-of-type) {
  margin-right: 0.26rem;
}

.mod-tab01-content .tab-pane:not(:first-of-type) {
  display: none;
}

@media (max-width: 575px) {
  .mod-tab01-links a {
    margin-bottom: 10px;
  }
}

.mod-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 1.7rem;
  min-height: 0.46rem;
  padding: 0.1rem 0.15rem !important;
  line-height: 1.5;
  background-color: #027ab5 !important;
  color: #fff !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

.mod-bread01 a {
  color: #5b6770 !important;
}

.mod-form01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mod-form01 .form-item {
  width: 50%;
  padding-bottom: 0.31rem;
}

.mod-form01 .form-item:nth-of-type(odd) {
  padding-right: 0.1rem;
}

.mod-form01 .form-item:nth-of-type(even) {
  padding-left: 0.1rem;
}

.mod-form01 label {
  font-size: 0.18rem;
  line-height: 1.66667;
  color: #5b6770;
  display: block;
  margin-bottom: 0.09rem;
}

.mod-form01 input,
.mod-form01 textarea {
  background-color: #fff;
  border: none;
  width: 100%;
  padding: 0.1rem 0.15rem;
  outline: none;
   -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
}

.mod-form01 input:focus,
.mod-form01 textarea:focus {
  -webkit-box-shadow: 0 0 10px #d2d2d2;
          box-shadow: 0 0 10px #d2d2d2;
  border: 2px solid #1b7fb7;
}

.mod-form01 input {
  min-height: 0.46rem;
}

.mod-form01 textarea {
  resize: none;
  height: 1.32rem;
}

.mod-form01 .textarea-item {
  width: 100%;
  padding: 0 !important;
}

.mod-form01 .submit-item {
  width: 100%;
  padding: 0.17rem 0 0 !important;
  text-align: center;
}

.mod-form01 .submit-item .mod-btn01 {
  width: auto;
  border:none !important;
}

@media (max-width: 575px) {
  .mod-form01 .form-item {
    width: 100%;
  }
}

.mod-next01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  padding-top: 0.43rem;
  padding-bottom: 0.32rem;
  margin-top: 0.74rem;
}

.mod-next01 a {
  font-size: 0.16rem;
  line-height: 1.875;
  color: #727b82;
}

.mod-next01 a span {
  padding: 0 0.11rem;
}

.mod-next01 .icon {
  display: inline-block;
}

.mod-next01 .icon img {
  width: 0.21rem;
}

.mod-next01 .next-left {
  padding-bottom: 0.15rem;
}

.mod-next01 .next-right {
  padding-bottom: 0.15rem;
}

.mod-next01 .next-right .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-video01 {
  /* height: 2.7rem; */
  height:2rem;
  position: relative;
}

.mod-video01 > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.mod-video01 .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  z-index: 3;
}

.mod-video01 .icon img {
  width: 0.7rem;
}

.mod-video01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

/* footer css*/
.footer {
  color: #fff;
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
}

.footer a {
  color: #fff !important;
}

.footer .top {
  background-color: #5b6770;
}

.footer .t-top {
  padding-top: 0.42rem;
  padding-bottom: 0.07rem;
  border-bottom: 1px solid #4c5256;
}

.footer .t-top .title {
  font-size: 0.3rem;
}

.footer .t-bottom {
  padding-bottom: 0.37rem;
}

.footer .t-bottom .t-b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .t-b-left {
  padding-top: 0.25rem;
}

.footer .t-b-left .name {
  font-size: 0.14rem;
  line-height: 1.71429;
}

.footer .t-b-left .list {
  font-size: 0.14rem;
  line-height: 1.42857;
  padding-top: 0.24rem;
}

.footer .t-b-left .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.06rem;
}

.footer .t-b-left .list .sub {
  min-width: 0.85rem;
}

.footer .t-b-right {
  padding-top: 0.25rem;
  text-align: right;
  font-size: 0.14rem;

}
.footer .t-b-r-top{
  display: flex;
  align-items: flex-start;
}
.footer .t-b-r-top>div:not(:last-of-type){
  padding-right: 0.15rem;
}
.footer .t-b-r-top .des-box{
  text-align: left;

}
.footer .t-b-r-top .des-box .icon img{
  width:0.32rem;
}
.footer .t-b-r-top .des-box p>br{
  display: inline-block;
}
.footer .t-b-right .code-box:first-of-type{
  padding-right: 15px;
}
.footer .t-b-right .code-box img{
  max-width: 1.22rem;
}
.footer .t-b-right .code-box .sub {
  padding-top: 0.16rem;
  display: block;
}

.footer .t-b-right .nets-box {
  padding-top: 0.1rem;
  width:100%;
}

.footer .t-b-right .nets-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .t-b-right .nets-box a {
  width: 0.27rem;
  height: 0.28rem;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.footer .t-b-right .nets-box .icon02 {
  width: 0.28rem;
  background-position-y: -0.3rem;
}

.footer .t-b-right .nets-box .icon03 {
  background-position-y: -0.6rem;
}

.footer .t-b-right .nets-box .icon04 {
  width: 0.28rem;
  background-position-y: -0.9rem;
}

.footer .t-b-right .nets-box .icon05 {
  background-position-y: -1.2rem;
}

.footer .t-b-right .nets-box .icon06 {
  width: 0.28rem;
  background-position-y: -1.5rem;
}

.footer .t-b-right .nets-box .icon07 {
  background-position-y: -1.8rem;
}

.footer .bottom {
  background-color: #333f48;
  font-size: 0.14rem;
  padding-top: 0.29rem;
  padding-bottom: 0.18rem;
}

.footer .bottom .b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .bottom .b-left a {
  margin-bottom: 0.1rem;
  margin-right: 0.3rem;
}
@media (max-width:767px){
  .footer{
    position: initial;
  }
}
@media (max-width:575px){
  .footer .t-bottom .t-b-box{
    flex-wrap: wrap;
  }
}

/* 1关于我们-1关于我们(about) css */
.about{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}
.public-sec01 {
  position: relative;
  overflow: hidden;
}

.public-sec01 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.public-sec01 .bg video {
  width: 100%;
}

.public-sec01 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.public-sec01 .content {
  position: relative;
  z-index: 2;
  min-height: 5.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 767px) {
  .public-sec01 .content {
    min-height: auto;
  }
}

.public-sec01 .title-box {
  color: #fff;
}

.public-sec01 .title-box .title {
  font-size: 0.72rem;
  line-height: 1;
}

.public-sec01 .title-box .sub {
  font-size: 0.3rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 0.1rem;
}

.public-sec01 .title-box::after {
  content: "";
  display: inline-block;
  width: 1.21rem;
  border-top: 0.06rem solid #fff;
  margin-top: 0.2rem;
}

.about-sub-sec01 {
  padding-top: 1.25rem;
  padding-bottom: 0.64rem;
}

.about-sub-sec01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-sub-sec01 li {
  padding: 0.04rem 1.14rem 0.02rem;
  max-width: 5.82rem;
  margin-bottom: 0.3rem;
}

.about-sub-sec01 li:nth-of-type(odd) {
  border-right: 1px solid #ebebeb;
}

.about-sub-sec01 li .des {
  padding-top: 0.35rem;
}

.about-sub-sec02 {
  background: url("../images/bg05.jpg") no-repeat center center;
  background-size: cover;
  min-height: 4.5rem;
  padding: 0.86rem 0;
}

.about-sub-sec02 .container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-sub-sec02 .container-box .right {
  max-width: 6.3rem;
}

.about-sub-sec02 .title {
  font-size: 0.3rem;
}

.about-sub-sec02 .des {
  padding-top: 0.19rem;
}

.about-sub-sec03 {
  text-align: center;
  padding-top: 1.36rem;
  padding-bottom: 1.06rem;
}

.about-sub-sec03 .des {
  padding-top: 0.18rem;
  max-width: 7.57rem;
  margin: 0 auto;
}

.about-sub-sec03 .sub {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #027ab5;
  margin-top: 0.89rem;
}

.about-sub-sec03 .sub::before {
  content: "";
  display: block;
  width: 1.75rem;
  border-top: 1px solid #027ab5;
  margin: 0 auto 0.66rem;
}

.about-sub-sec04 {
  text-align: center;
  padding-top: 0.76rem;
  padding-bottom: 0.35rem;
}

.about-sub-sec04 .des {
  max-width: 7.21rem;
  margin: 0 auto;
}

.about-sub-sec04 .list {
  padding: 0.61rem 0.65rem 0;
}

.about-sub-sec04 .list [class*="col-"] {
  margin-bottom: 0.53rem;
}

.about-sub-sec04 .list .pic {
  min-height: 0.42rem;
}

.about-sub-sec04 .list .pic img {
  max-width: 0.41rem;
}

.about-sub-sec04 .list .sub {
  font-size: 0.14rem;
  line-height: 2.14286;
}

.about-sub-sec05 {
  color: #fff;
  text-align: center;
  background: url("../images/bg06.jpg") no-repeat center center;
  background-size: cover;
  min-height: 4.2rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.about-sub-sec05 .sub {
  font-size: 0.3rem;
}

.about-sub-sec05 .des {
  padding-top: 0.16rem;
}

.about-sub-sec06 {
  padding-top: 0.06rem;
}

.about-sub-sec06 .container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-sub-sec06 .left {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 0.9rem;
}

.about-sub-sec06 .right {
  padding-bottom: 0.17rem;
}

.about-sub-sec06 .title {
  font-weight: 400;
  font-size: 0.3rem;
  color: #717b83;
}

.about-sub-sec06 .des {
  padding-top: 0.22rem;
}

.about-sub-sec07 {
  background-color: #f7f7f7;
  padding-top: 0.83rem;
  padding-bottom: 0.46rem;
  text-align: center;
}

.about-sub-sec07 .title {
  font-weight: 400;
  color: #717b83;
  font-size: 0.3rem;
}

.about-sub-sec07 .des {
  padding-top: 0.14rem;
  max-width: 8.9rem;
  margin: 0 auto;
}

.about-sub-sec07 img {
  margin-top: 0.29rem;
}

.about-sub-sec08 {
  color: #fff;
  text-align: center;
  background: url("../images/bg07.jpg") no-repeat center center;
  background-size: cover;
  min-height: 3.94rem;
  padding: 0.67rem 0;
}

.about-sub-sec08 .sub {
  font-size: 0.3rem;
  line-height: 1.2;
}

.about-sub-sec08 .des {
  padding-top: 0.38rem;
}

.about-sub-sec09 {
  padding-bottom: 0.62rem;
  padding-top: 0.38rem;
}

.about-sub-sec09 .mod-info04 {
  height: 100%;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.about-sub-sec09 .list {
  padding-top: 0.35rem;
}

.about-sub-sec09 [class*="col-"] {
  padding-bottom: 0.4rem;
}

.about-sub-sec09 [class*="col-"]:nth-of-type(odd) .mod-info04 {
  margin-right: 0.05rem;
}

.about-sub-sec09 [class*="col-"]:nth-of-type(even) .mod-info04 {
  margin-left: 0.05rem;
}

.about-sub-sec10 {
  padding-top: 0.47rem;
}

.about-sub-sec11 {
  padding-top: 0.47rem;
  padding-bottom: 1.02rem;
}

.about-sub-sec11 .pic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ebebeb;
  padding: 0.04rem;
}

.about-sub-sec11 .pic-list img {
  height: 2.02rem;
  width: auto;
  margin: 0.04rem;
}

.about-sub-sec11 .pic-list a {
  height: 2.02rem;
  width: 2.51rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.18rem;
  line-height: 1.11111;
  background-color: #fff;
  color: #717b83;
  margin: 0.04rem;
  text-align: center;
}

.about-sub-sec12 {
  background-color: #f7f7f7;
  padding-top: 0.55rem;
  padding-bottom: 0.58rem;
  margin-top: 0.47rem;
}

.about-sub-sec12 .left .box {
  margin-right: -0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.about-sub-sec12 .right .box {
  padding-left: 0.78rem;
}

.about-sub-sec12 .title {
  font-size: 0.3rem;
  line-height: 1.2;
}

.about-sub-sec12 .des {
  padding-top: 0.3rem;
}

.about-sub-sec12 .des p:not(:last-of-type) {
  padding-bottom: 0.29rem;
}

.about-sub-sec13 {
  text-align: center;
  padding-top: 0.58rem;
  padding-bottom: 0.37rem;
  background-color: #f7f7f7;
  margin-top: 0.47rem;
}

.about-sub-sec13 .map {
  position: relative;
  display: inline-block;
}

.about-sub-sec13 .map > img {
  width: 10.22rem;
}

.about-sub-sec13 .pos01 {
  position: absolute;
  bottom: 4.38rem;
  left: 4.26rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0.09rem 0.14rem 0.06rem;
  background-color: #fff;
}

.about-sub-sec13 .pos01 .icon {
  position: absolute;
  top: 100%;
  margin-top: -2px;
  left: 0.5rem;
}

.about-sub-sec13 .pos01 .pos-box {
  background-color: #fff;
  text-align: left;
}

.about-sub-sec13 .pos01 .pos-box .sub {
  font-size: 0.16rem;
  color: #717b83;
  line-height: 1;
  margin-bottom: -4px;
}

.about-sub-sec13 .pos02 {
  position: absolute;
  bottom: 3.83rem;
  left: 7.58rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0.09rem 0.14rem 0.06rem;
  background-color: #fff;
  min-width: 5.2rem;
}

.about-sub-sec13 .pos02 .icon {
  position: absolute;
  top: 100%;
  margin-top: -2px;
  left: 0.5rem;
}

.about-sub-sec13 .pos02 .pos-box {
  background-color: #fff;
  text-align: left;
}

.about-sub-sec13 .pos02 .pos-box .sub {
  font-size: 0.16rem;
  color: #717b83;
  line-height: 1;
  padding-bottom: 1px;
}

.about-sub-sec13 .pos02 .pos-box p {
  line-height: 1.2;
}

@media (max-width: 991px) {
  .about-sub-sec13 .pos01 {
    display: none;
  }
  .about-sub-sec13 .pos02 {
    display: none;
  }
}

.about-sub-sec14 {
  background-color: #717b83;
  color: #fff;
  padding-top: 0.51rem;
  padding-bottom: 0.44rem;
}

.about-sub-sec14 a {
  color: #fff;
}

.about-sub-sec14 .sub {
  display: inline-block;
  min-width: 0.64rem;
}

.about-sub-sec14 p > br {
  display: inline-block;
}

.about-sub-sec15 {
  padding-top: 0.56rem;
  padding-bottom: 0.5rem;
}

.about-sub-sec15 .list li {
  padding-bottom: 0.17rem;
}

.about-sub-sec15 .list li .mod-title01 {
  margin-bottom: 0.43rem;
}

.about-sub-sec15 .list [class*="col-"]:nth-of-type(odd) .mod-info06 {
  margin-right: 0.05rem;
}

.about-sub-sec15 .list [class*="col-"]:nth-of-type(even) .mod-info06 {
  margin-left: 0.05rem;
}

.about-sub-sec15 .list .mod-info06 {
  margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .about-sub-sec01 li {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-sub-sec02 .container-box .right {
    max-width: 55%;
  }
}

@media (max-width: 575px) {
  .about-sub-sec01 .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-sub-sec01 li {
    width: 100%;
    border: none !important;
  }
  .about-sub-sec02 {
    background: #f7f7f7;
  }
  .about-sub-sec02 .container-box .right {
    max-width: initial;
  }
  .about-sub-sec06 .container-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0.7rem;
  }
  .about-sub-sec06 .left {
    width: 100%;
    text-align: center;
  }
  .about-sub-sec11 .pic-list img {
    width: 100%;
    height: auto;
  }
  .about-sub-sec11 .pic-list a {
    width: 100%;
  }
  .about-sub-sec12 .left .box {
    margin-right: 0;
  }
  .about-sub-sec12 .right .box {
    padding-left: 0;
  }
}

/* 2产品中心(product01) css */
.product01{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}
.product01-sec02 {
  padding-top: 1rem;
  padding-bottom: 0.59rem;
}

.product01-sec02 .container-box {
  position: relative;
}

.product01-sec02 .container-box>.pos {
  position: absolute;
  right: -1.2rem;
  top: 0;
}

.product01-sec02 li {
  padding-bottom: 0.4rem;
}

.product01-sec02 .li-top .mod-title04 {
  margin-bottom: 0.39rem;
}

.product01-sec02 .li-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.product01-sec02 .li-bottom .mod-info01 {
  width: 16.66667%;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.product01-sec02 .li-bottom .mod-info01 img {
  /* max-width: 1.69rem; */
  max-width:85%;
}

@media (max-width: 1100px) {
  .product01-sec02 .container-box {
    padding-right: 1.2rem;
  }
  .product01-sec02 .container-box>.pos {
    right: 0;
  }
}

@media (max-width: 991px) {
  .product01-sec02 .li-bottom .mod-info01 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .product01-sec02 .li-bottom .mod-info01 {
    width: 33.33333%;
  }
}

@media (max-width: 575px) {
  .product01-sec02 .container-box {
    padding-right: 1rem;
  }
  .product01-sec02 .li-bottom .mod-info01 {
    width: 100%;
  }
}

/* 2产品中心-品牌详情(product02) css */
.porduct02{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}
.public-sec02 .mod-bread01 {
  padding-bottom: 0.24rem;
  padding-top: 0.45rem;
}

.public-sec02 .bottom {
  color: #636e77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  padding: 0.3rem;
}
/* 
.public-sec02 .b-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
} */

.public-sec02 .b-left .pic {
  width: 3.68rem;
  height: 3.68rem;
  padding:0.2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.public-sec02 .b-left .pic a{
  width:100%;
  height: 100%;
}
.public-sec02 .b-left .pic img{
    width:100%;
    height: 100%;
      -webkit-object-fit:cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
}
.public-sec02 .name {
  font-size: 0.3rem;
}

.public-sec02 .txt {
  padding: 0.12rem 0;
}

.public-sec02 .pic {
  background-color: #fff;
  margin-right: 0.6rem;
}

.public-sec02 .li {
  border-bottom: 1px solid #e1e1e1;
}

.public-sec02 .li span:not(:last-of-type) {
  padding-right: 0.5rem;
}

.public-sec02 .b-r-bottom {
  padding-top: 0.1rem;
}

.public-sec02 .b-r-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.public-sec02 .b-r-bottom .bottom-box .box-left {

  width: 1.9rem;
  height: 1.9rem;
  background-color: #fff;
  display: block;
  line-height: 1.9rem;
  margin: 0.12rem 0.33rem 0.12rem 0;
}
.public-sec02 .b-r-bottom .bottom-box .box-right{
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.public-sec02 .b-r-bottom .sub {
  font-weight: 700;
}

.public-sec02 .b-r-bottom .des {
  font-size: 0.14rem;
  line-height: 1.71429;
  padding-top: 0.08rem;
}

.public-sec02 .b-r-bottom .btn-box {
  padding-top: 0.07rem;
}

.public-sec02 .b-r-bottom .btn-box a {
  margin-top: 0.15rem;
}

.public-sec02 .b-r-bottom .btn-box a:not(:last-of-type) {
  margin-right: 0.18rem;
}

@media (max-width: 575px) {
  .public-sec02 .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .public-sec02 .b-right {
    padding-top: 0.15rem;
  }
  .public-sec02 .b-r-bottom .bottom-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.public-sec03 {
  padding-top: 0.3rem;
}

.public-sec03 .container-box {
  background-color: #f7f7f7;
  padding: 0.37rem 0.3rem 0.13rem;
}

.public-sec03 .mod-title01 {
  margin-bottom: 0.42rem;
}

.public-sec03 .mod-info07 {
  margin-bottom: 0.17rem;
}

.public-sec04 {
  padding-top: 0.3rem;
  padding-bottom: 0.85rem;
}

.public-sec04 .container-box {
  background-color: #f7f7f7;
  padding: 0.37rem 0.3rem 0;
}

.public-sec04 .bottom {
  padding-top: 0.3rem;
}

.public-sec04 .b-left {
  padding-bottom: 0.3rem;
}

.public-sec04 .b-left .box {
  margin-right: -0.15rem;
}

.public-sec04 .b-right {
  padding-bottom: 0.3rem;
}

.public-sec04 .b-right .box {
  padding-left: 0.05rem;
}

.public-sec04 .b-right .mod-info06 {
  background-color: #fff;
}

.product02-sec02 .b-left .pic{
  min-height: initial;
}

.product02-sec05 {
  padding-top: 0.3rem;
}

.product02-sec05 .container-box {
  background-color: #f7f7f7;
  padding: 0.37rem 0.3rem 0.53rem;
}

.product02-sec05 .bottom {
  font-size: 0.18rem;
  line-height: 1.66667;
  color: #5b6770;
  padding-top: 0.35rem;
  word-wrap:break-word;
}

.product02-sec05 .bottom *{
    max-width: 100% !important;
}

/* 2产品中心-字母分类(product03) css */
.product03{
  position: relative;
z-index: 2;
background-color: #fff;
border-top:5px solid #027ab5 ;
}

.product03-sec03{
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.product03-sec02 {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 0.3rem;
}

.product03-sec02 .top {
  color: #fff;
  padding: 0.13rem 0.3rem 0.16rem;
  background-color: #027ab5;
  text-align: center;
}

.product03-sec02 .bottom {
  background-color: #f7f7f7;
  padding: 0.2rem 0.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product03-sec02 .bottom a {
  margin: 0.1rem 0.25rem;
  background-color: #fff;
  min-width: 0.4rem;
  min-height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.2rem;
  color: #5b6770;
}

.product03-sec02 .bottom a:hover{
  color: #027ab5;
}

.product03-sec03 {
  padding-bottom: 0.99rem;
}

.product03-sec03 li {
  background-color: #f7f7f7;
  padding: 0 0.24rem 0.24rem;
  margin-top: 0.3rem;
}

.product03-sec03 li:first-child {
  margin-top: 0;
}

.product03-sec03 li .letter {
  min-width: 0.6rem;
  min-height: 0.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #027ab5;
  font-weight: 700;
  color: #fff;
  font-size: 0.48rem;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 0.06rem;
}

.product03-sec03 .li-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.24rem;
}

.product03-sec03 .li-bottom a {
  min-width: 1.8rem;
  min-height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.05rem;
  font-size: 0.14rem;
  color: #5b6770;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  margin: 0.06rem;
}

/* 3新闻中心(news) css */
.news{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}
.news-sub-sec01 .mod-info08 {
  margin-bottom: 0.3rem;
}

.news-sub-sec02 {
  color: #727b82;
  padding-bottom: 0.99rem;
}

.news-sub-sec02 .container-box {
  padding-top: 0.52rem;
  background-color: #f7f7f7;
}

.news-sub-sec02 .container-box .des {
  padding: 0 0.5rem;
}

.news-sub-sec02 .title-box {
  text-align: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.42rem;
}

.news-sub-sec02 .title-box .title {
  color: #727b82;
  font-weight: 400;
}

.news-sub-sec02 .title-box .sub {
  font-size: 0.14rem;
  line-height: 2.14286;
  padding-top: 0.05rem;
}

.news-sub-sec02 .title-box .sub span {
  margin: 0 0.12rem;
}

.news-sub-sec02 .title-box .sub a {
  color: #727b82 !important;
  margin: 0 0.12rem;
}

.news-sub-sec02 .mod-next01 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* 服务支持相关页面(serve) css */
.serve {
  color: #717b83;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}

.serve-sub-sec01 {
  padding-top: 0.72rem;
  padding-bottom: 1.28rem;
}

.serve-sub-sec02 {
  padding-top: 0.46rem;
  padding-bottom: 1.2rem;
}

.serve-sub-sec03 {
  padding-top: 0.68rem;
  padding-bottom: 1.7rem;
}

.serve-sub-sec04 {
  padding-top: 0.46rem;
}

.serve-sub-sec04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  color: #717b83 !important;
  padding: 0.12rem 0.21rem 0 0.15rem;
}

.serve-sub-sec04 a .txt {
  padding-bottom: 0.17rem;
}

.serve-sub-sec04 a .icon {
  margin-bottom: 0.17rem;
  width: 0.24rem;
  height: 0.24rem;
}

.serve-sub-sec04 a:hover {
  background-color: #f7f7f7;
}

.serve-sub-sec04 a:hover .icon {
  background-position-y: -0.26rem;
}

.serve-sub-sec05 {
  background: url("../images/bg13.jpg") no-repeat center center;
  background-size: cover;
  height: 6.54rem;
  padding: 1rem 0;
 
  color: #fff;
  text-align: center;
  margin-top: 0.46rem;
}
.serve-sub-sec05>div{
  display: inline-block;
  vertical-align: middle;
}
.serve-sub-sec05::after{
  content:"";
  display: inline-block;
  vertical-align: middle;
  height:100%;
}

.serve-sub-sec05 .des {
  padding: 0 0.65rem;
}

.serve-sub-sec05 .des p:not(:last-of-type) {
  padding-bottom: 0.27rem;
}
@media (max-width:1199px){
  .serve-sub-sec05{
    height:auto;
  }
}

.serve-sub-sec06 {
  text-align: center;
  padding-top: 0.36rem;
  padding-bottom: 1.02rem;
}

.serve-sub-sec06 p > br {
  display: inline-block;
}

.serve-sub-sec06 .list {
  padding-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serve-sub-sec06 .list > div {
  padding-bottom: 0.15rem;
}

.serve-sub-sec06 .list img {
  display: block;
  padding: 0 0.3rem;
  width: 5rem;
  padding-bottom: 0.18rem;
}

/* 流程相关页面(process) css */
.process{
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top:5px solid #027ab5 ;
}
.process-sub-sec01 {
  padding-top: 0.41rem;
}

.process-sub-sec01 .mod-title05 {
  padding-bottom: 0.53rem;
}

.process-sub-sec02 {
  padding-top: 0.56rem;
  padding-bottom: 0.59rem;
}

.process-sub-sec02 .mod-title05 {
  padding-bottom: 0.36rem;
}

.process-sub-sec02 [class*="col-"]:nth-of-type(odd) .mod-info06 {
  margin-right: 0.05rem;
}

.process-sub-sec02 [class*="col-"]:nth-of-type(even) .mod-info06 {
  margin-left: 0.05rem;
}

.process-sub-sec02 .mod-info06 {
  margin-bottom: 0.4rem;
}

.process-sub-sec03 {
  padding-top: 0.41rem;
  padding-bottom: 0.91rem;
}

.process-sub-sec03 .mod-title06 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 400;
  padding-bottom: 0.53rem;
}

.process-sub-sec03 .mod-info09 {
  margin-bottom: 0.3rem;
}

.process-sub-sec04 {
  padding-top: 0.39rem;
  padding-bottom: 1.15rem;
}

.process-sub-sec04 .mod-title06 {
  padding-bottom: 0.28rem;
}

.process-sub-sec05 {
  padding-top: 0.41rem;
  padding-bottom: 1.21rem;
}

.process-sub-sec05 .info-right {
  line-height: 2.25;
}

.process-sub-sec05 .mod-title06 {
  padding-bottom: 0.53rem;
}

.process-sub-sec06 {
  padding-top: 0.41rem;
  padding-bottom: 0.97rem;
}

.process-sub-sec06 .mod-title06 {
  padding-bottom: 0.53rem;
}

.process-sub-sec06 .mod-info06 {
  margin-top: 0.3rem;
}

.process-sub-sec07 {
  padding-top: 0.42rem;
  padding-bottom: 1.28rem;
}

.process-sub-sec07 .mod-title06 {
  padding-bottom: 0.53rem;
}

.process-sub-sec07 form {
  position: relative;
}

.process-sub-sec07 input {
  min-height: 0.5rem;
  background-color: #fff;
  border: none;
  padding: 0.1rem 0.65rem 0.1rem 0.22rem;
  color: #b7b7b7;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
}

.process-sub-sec07 input:focus {
  -webkit-box-shadow: 0 0 10px #d2d2d2;
          box-shadow: 0 0 10px #d2d2d2;
  border: 2px solid #1b7fb7;
}

.process-sub-sec07 .submit {
  width: 0.25rem;
  height: 0.26rem;
  position: absolute;
  top: 0.12rem;
  right: 0.2rem;
  outline: none;
  border: none;
}

.process-sub-sec08 {
  padding-top: 0.42rem;
  padding-bottom: 0.98rem;
}

.process-sub-sec08 .top {
  font-size: 0.24rem;
  line-height: 1.25;
  color: #fff;
  background-color: #027ab5;
  min-height: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.3rem;
}

.process-sub-sec08 .bottom {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.3rem 0.43rem;
}

.process-sub-sec08 .b-left {
  padding-top: 0.3rem;
  padding-right: 0.85rem;
}

.process-sub-sec08 .b-left .num {
  font-weight: 900;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.3rem;
  line-height: 1;
  min-width: 0.6rem;
  min-height: 0.6rem;
  padding: 0.1rem;
  background-color: #027ab5;
}

.process-sub-sec08 .b-left .time {
  display: block;
  padding-top: 0.18rem;
}

.process-sub-sec08 .b-right {
  padding-top: 0.3rem;
}

@media (max-width: 575px) {
  .process-sub-sec08 .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jiansuo a{
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 1px auto;
  line-height: 28px;
  text-decoration: none;
  color: #999;
  background-color: #ebebeb;
  font-size: .25rem;
}

.jiansuo a:hover{
  color: #fff;
  background-color: #999;
}

/* #keywords{
  border: 1px solid #616C75;
  border-radius: 2px;
  padding: 2px 10px;
  display: none;
} */

/* 时区展开样式 */
.select-box{
  position: relative;
}
.select-box .pos-div{
  position: absolute;
  display: none;
  width: 4rem;
  background: rgba(119,119,119,.89);
  z-index: 10;
}
.select-box .pos-div a{
  display: block;
  color: #fff;
  padding: 2px 10px;
}
.select-box .pos-div a:hover{
  background: #888888e3;
}

/* 展会活动 */
.swiper-container55{
  width: 100%;
  overflow: hidden;
  cursor: default;
}


.mod-search01 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0;
}

.mod-search01 .container-box {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  position: relative;
}

.mod-search01 form {
  position: relative;
}

.mod-search01 form .search-icon {
  position: absolute;
  left: 0.12rem;
  top: 0.18rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url("../images/search.svg") no-repeat left center;
  background-size: contain;
}

.mod-search01 form input {
  height: 0.58rem;
  line-height: 0.58rem;
  border: none;
  outline: none;
  width: 90%;
  font-size: 0.3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  padding: 0px 0.12rem;
  padding-left: 0.72rem;
}

.mod-search01 form input:focus {
  -webkit-box-shadow: 0 0 10px #d2d2d2;
          box-shadow: 0 0 10px #d2d2d2;
  border: 2px solid #1b7fb7;
}

.mod-search01 .cd-close {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.2rem;
  margin-top: -0.1rem;
}

.mod-search01.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mod-search01-bg {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.mod-search01-bg.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.mod-lang01 {
  position: fixed;
  z-index: 3001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0px 0;
  text-align: center;
  background-color: rgba(9, 60, 113, 0.98);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  overflow-y: hidden;
}

.mod-lang01 .close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.mod-lang01 .close img {
  display: block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.mod-lang01 .close:hover img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mod-lang01 .content {
  position: relative;
  margin-top: 0.3rem;
  top: 15%;
}

.mod-lang01 .list li {
  margin: 0.15rem 0;
}

.mod-lang01 .list a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.32rem;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mod-lang01 .list a::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.mod-lang01 .list a:hover {
  color: #ffffff;
}

.mod-lang01 .list a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.mod-lang01.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mod-lang01.active .close {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

@media (max-width: 767px) {
  .mod-search01 {
    padding: 20px 0;
    height: 1.2rem;
  }
  .mod-search01 .container-box {
    margin: 0 10px;
  }
  .mod-search01 form input {
    font-size: 14px;
  }
  .mod-lang01 .content {
    top: 20px;
  }
  .mod-lang01 .list a {
    font-size: 24px;
  }
  .mod-lang01 .close {
    width: 20px;
  }
}


#itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#itemContainer li {
  width: 16.6666666667%;
}
@media (max-width:575px){
  #itemContainer li{
    width:33.33%;
  }
}

.mod-slider01 .jp-previous,
.mod-slider01 .jp-next {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  background-color: #5b6770 !important;
  text-align: center;
  line-height: 0.64rem;
  margin-top: -0.32rem;
}

.mod-slider01 .jp-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -0.9rem;
}

.mod-slider01 .jp-previous {
  left: -0.9rem;
}

.mod-slider01 .jp-previous:after,
.mod-slider01 .jp-next:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url("../images/icons.png") no-repeat 0 0;
  background-position-y: -367px;
}
@media (max-width:1033px){
  .mod-slider01 .jp-previous{
    left: -0.15rem;
    z-index: 2;
    margin-left: 0;
  }
  .mod-slider01 .jp-next{
    right: -0.15rem;
    z-index: 2;
    margin-right: 0;
  }
}

.mod-slider01 .jp-disabled {
  opacity: 0.35;
}

.mod-slider01 .holder a {
  display: none;
}


.mod-btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.18rem;
  line-height: 2.11111;
  color: #fff !important;
  min-width: 2.17rem;
  text-align: center;
  border: 0.03rem solid #fff;
  min-height: 0.56rem;
  padding: 0.1rem 0.15rem;
}

/*# sourceMappingURL=index.css.map */