@charset "UTF-8";
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #00a2e8;
  }
  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #00a2e8;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #00a2e8;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #00a2e8;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #00a2e8;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #00a2e8;
  }
}
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo > div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo > div:hover .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}

.imgtoVideo .imgtoVideoDetail > div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail > div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}

#picturetoVideo .carouse .slideItem > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

::selection {
  color: #fff;
  background: #00a2e8;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family:"Microsoft YaHei","微软雅黑";
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 550ms;
}

a:hover {
  color: #00a2e8;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family:"Microsoft YaHei","微软雅黑";
}

input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  transition: all 550ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}

.an-hoverbtn-beforey > * {
  position: relative;
}

.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #00a2e8;
  transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
  color: #fff;
}

.an-hoverbtn-beforey:hover:before {
  transform: scaleY(1);
}

.an-hoverbtn-beforex {
  position: relative;
}

.an-hoverbtn-beforex > * {
  position: relative;
}

.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #00a2e8;
  transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
  color: #fff;
}

.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.an-hoverbtn-beforer {
  position: relative;
  overflow: hidden;
}

.an-hoverbtn-beforer > * {
  position: relative;
}

.an-hoverbtn-beforer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00a2e8;
  transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
  color: #fff;
}

.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

.m-desc a {
  color: #00a2e8;
}

.m-desc a:hover {
  text-decoration: underline;
}

.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

.m-desc p {
  min-height: 28px;
  text-indent: 2em;
}

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #00a2e8;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }
  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}
.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}
.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}
.j-fadein {
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}
.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

[class*=-item] .item-pic img {
  transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}

[class*=-item] .item-title {
  overflow: hidden;
}

[class*=-item] .item-title a:hover {
  color: #00a2e8;
}

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: block;
}

[class*=-item] .item-desc a:hover {
  color: #00a2e8;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  animation: object_one 1.5s infinite;
}

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-crm a {
  color: #666;
}

.m-crm a:hover {
  color: #00a2e8;
}

.m-crm a.active {
  color: #00a2e8;
}

.m-oths {
  margin-top: 18px;
}

.m-oths .oths-item {
  padding-left: 36px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #666;
}

.m-oths .oths-item a:hover {
  color: #00a2e8;
}

.m-oths .oths-item-1 {
  background-image: url("../images/oths1.png");
}

.m-oths .oths-item-2 {
  background-image: url("../images/oths2.png");
}

.m-oths a {
  color: #666666;
}

.m-page {
  margin-top: 65px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-page a, .m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}

.m-page a.big, .m-page span.big {
  min-width: 84px;
}

.m-page a:hover {
  color: white;
  border-color: #fdd95a;
  background-color: #fdd95a;
}

.m-page a.active {
  color: white;
  border-color: #fdd95a;
  background-color: #fdd95a;
}

.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  background: url("../images/page1.png") no-repeat right center;
}

.m-page .form-btn {
  min-width: 166px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #fdd95a;
}

.m-page .form-btn:hover {
  color: #fff;
  background-color: #00a2e8;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}

.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 70px;
  line-height: 70px;
  margin-bottom: 1px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  background-color: #2d2d27;
  border-radius: 5px;
}

.m-kf .kf-item:hover {
  color: #fff;
  background-color: #00a2e8;
}

.m-kf .kf-item.active {
  background-color: #00a2e8;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}

.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #00a2e8;
  border-radius: 5px;
  display: none;
}

.returntop:hover {
  color: #fff;
  background-color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.g-habt {
  padding-top: 75px;
  padding-bottom: 82px;
}

@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-habt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-habt .box-title {
  flex: 0 0 auto;
  margin-right: 40px;
  position: relative;
  padding-left: 64px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-habt .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 64px;
  height: 2px;
  background-color: #333;
}

.m-habt .box-title span {
  color: #00a2e8;
}

.m-habt .box-title img {
  vertical-align: middle;
}

.m-habt .box-wp {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.m-habt .box-text {
  width: 32.5309043591%;
}

.m-habt .box-slide {
  order: 2;
  width: 62.4593363696%;
}

.m-habt .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-habt .list-item {
  float: left;
  width: 1%;
}

.m-habt .box-page {
  margin-top: 45px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-habt .page-item {
  margin-right: 25px;
  margin-bottom: 5px;
  width: 63px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
}

.m-habt .page-item.active {
  width: 63px;
  height: 4px;
  background-color: #fdd95a;
  border-radius: 2px;
}

.m-habt .box-name {
  position: relative;
  padding-bottom: 25px;
  line-height: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-habt .box-name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #333;
}

.m-habt .box-desc {
  margin-top: 77px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 252px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.m-habt .box-desc a {
  color: #666;
}

.m-habt .box-desc a:hover {
  color: #00a2e8;
}

.m-habt .box-desc p {
  min-height: 28px;
  text-indent: 2em;
}

.m-habt .box-link {
  margin-top: 116px;
  display: inline-block;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/line1.png") no-repeat center bottom;
  background-size: 100%;
}

@media screen and (max-width: 1440px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-name {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-habt .box-desc {
    margin-top: 30px;
  }
  .m-habt .box-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-habt {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
    display: block;
  }
  .m-habt .box-title {
    margin-right: 0;
  }
  .m-habt .box-wp {
    display: block;
  }
  .m-habt .box-slide {
    margin-top: 30px;
    width: 100%;
  }
  .m-habt .box-text {
    margin-top: 30px;
    width: 100%;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .m-habt .box-desc p {
    min-height: 0;
  }
}
.g-hproc {
  padding-top: 80px;
  padding-bottom: 140px;
  background: url("../images/hbg1.png") no-repeat right bottom;
  background-color: #ecf7fd;
}

@media screen and (max-width: 991px) {
  .g-hproc {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ecf7fd;
  }
}
.m-hproc {
  position: relative;
  padding-right: 357px;
  padding-top: 27px;
}

.m-hproc .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hproc .box-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  overflow: hidden;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-transform: uppercase;
}

.m-hproc .box-title span {
  position: relative;
  display: inline-block;
  color: #00a2e8;
}

.m-hproc .box-title span:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 8px;
  width: 138px;
  height: 2px;
  background-color: #00a2e8;
}

.m-hproc .box-fix {
  flex: 1 1 auto;
  order: 1;
  overflow: hidden;
  background: url("../images/hbg2.png") no-repeat left 80px;
  background-size: 100%;
}

.m-hproc .box-img {
  margin: 0 auto;
  width: 90%;
  max-width: 510px;
}

.m-hproc .box-img .fix {
  position: relative;
  padding-top: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.m-hproc .box-img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.m-hproc .box-img .show {
  opacity: 1;
  visibility: visible;
}

.m-hproc .box-slide {
  order: 2;
  flex: 0 0 auto;
  margin-left: 4.5947670708%;
  width: 33.8225909381%;
  height: 470px;
}

.m-hproc .swiper {
  position: relative;
  padding-right: 30px;
  height: 100%;
}

.m-hproc .swiper-slide {
  height: auto;
}

.m-hproc .list-item {
  margin-top: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.m-hproc .list-item:first-child {
  margin-top: 0;
}

.m-hproc .active .item-pic {
  border-color: #00a2e8;
}

.m-hproc .active .item-title {
  color: #00a2e8;
}

.m-hproc .item-pic {
  margin-right: 30px;
  flex: 0 0 auto;
  width: 110px;
  border: 1px solid #d1d1d1;
}

.m-hproc .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-hproc .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hproc .item-desc {
  margin-top: 6px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 56px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-hproc .swiper-scrollbar-drag {
  background-color: #00a2e8;
}

@media screen and (max-width: 1440px) {
  .m-hproc .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hproc .box-slide {
    margin-left: 2%;
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .m-hproc {
    position: relative;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
  }
  .m-hproc .box-title {
    margin-bottom: 30px;
    position: relative;
  }
  .m-hproc .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproc .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproc .item-pic {
    width: 80px;
    margin-right: 20px;
  }
  .m-hproc .list-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-hproc .box-wp {
    display: block;
  }
  .m-hproc .box-img {
    width: 100%;
  }
  .m-hproc .box-slide {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.g-hpro {
  padding-top: 58px;
  padding-bottom: 56px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-hpro .box-hd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  text-align: center;
}

.m-hpro .hd-title {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-hpro .hd-desc {
  margin-top: 20px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hpro .hd-desc a {
  color: #666;
}

.m-hpro .hd-desc a:hover {
  color: #00a2e8;
}

.m-hpro .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-hpro .list-wp {
  float: left;
  width: 1%;
  padding-top: 46px;
  padding-bottom: 39px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hpro .list-item {
  margin-right: 4.9450549451%;
  width: 15.9340659341%;
}

.m-hpro .list-item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .m-hpro .list-item:hover .item-pic {
    transform: scale(1.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
}
.m-hpro .item-text {
  padding-top: 25px;
  text-align: center;
}

.m-hpro .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-desc {
  margin-top: 6px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-hpro .item-desc a {
  color: #666;
}

.m-hpro .item-desc a:hover {
  color: #00a2e8;
}

.m-hpro .item-pic {
  background-color: #fff;
}

.m-hpro .box-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-hpro .page-item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 64px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
}

.m-hpro .page-item.active {
  background-color: #fdd95a;
}

@media screen and (max-width: 991px) {
  .m-hpro {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
  }
  .m-hpro .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hpro .hd-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .item-desc {
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .item-text {
    padding-top: 10px;
  }
  .m-hpro .list-wp {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 20px;
    width: 18%;
  }
  .m-hpro .page-item {
    margin-left: 8px;
    margin-right: 8px;
    width: 25px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    width: 48%;
  }
}
.m-hhd {
  text-align: center;
}

.m-hhd .hd-title {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-hhd .hd-title span {
  color: #00a2e8;
}

.m-hhd .hd-title img {
  vertical-align: middle;
}

.m-hhd .hd-desc {
  margin-top: 12px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hhd .hd-desc a {
  color: #666;
}

.m-hhd .hd-desc a:hover {
  color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hhd .hd-title img {
    width: 10px;
  }
  .m-hhd .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hwys {
  padding-top: 87px;
}

.g-hwys .box-hd {
  margin-bottom: 74px;
}

@media screen and (max-width: 991px) {
  .g-hwys {
    padding-top: 40px;
  }
  .g-hwys .box-hd {
    margin-bottom: 30px;
  }
}
.m-hwys {
  padding-top: 54px;
  background: url("../images/hwysbg1.png") no-repeat center top;
}

.m-hwys .box-wp {
  position: relative;
  min-height: 464px;
}

.m-hwys .box-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 0;
  font-size: 0;
}

.m-hwys .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-hwys .list-item {
  margin-top: 58px;
  width: 26.6666666667%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.m-hwys .list-item .item-icon {
  position: relative;
  width: 70px;
  padding-left: 8px;
  padding-top: 8px;
  line-height: 0;
  font-size: 0;
  flex: 0 0 auto;
}

.m-hwys .list-item .item-icon a {
  position: relative;
  display: inline-block;
}

.m-hwys .list-item .item-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #fdd95a;
  border-radius: 50%;
}

.m-hwys .list-item .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-hwys .list-item .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-hwys .list-item .item-desc {
  margin-top: 4px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-hwys .list-item .item-desc a {
  color: #666;
}

.m-hwys .list-item .item-desc a:hover {
  color: #00a2e8;
}

.m-hwys .list-item:nth-child(1), .m-hwys .list-item:nth-child(2) {
  margin-top: 0;
}

.m-hwys .list-item1 {
  margin-right: 18.3333333333%;
  text-align: right;
}

.m-hwys .list-item1 .item-icon {
  order: 2;
  margin-left: 25px;
}

.m-hwys .list-item2 .item-icon {
  margin-right: 25px;
}

@media screen and (max-width: 991px) {
  .m-hwys .box-img {
    position: relative;
    left: 0;
    transform: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .m-hwys .list-item {
    width: 45%;
    margin-right: 0;
    margin-top: 30px;
  }
  .m-hwys .list-item .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hwys .list-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hwys .list-item .item-icon {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-hwys .list-item {
    width: 100%;
    margin-top: 20px !important;
  }
  .m-hwys .list-item .item-icon {
    order: 1;
    margin-left: 0;
    margin-right: 20px;
  }
  .m-hwys .list-item .item-text {
    order: 2;
    text-align: left;
  }
  .m-hwys .list-item:first-child {
    margin-top: 0 !important;
  }
}
.g-hcase {
  padding-top: 115px;
}

.g-hcase .box-hd {
  margin-bottom: 49px;
}

@media screen and (max-width: 991px) {
  .g-hcase {
    padding-top: 40px;
  }
  .g-hcase .box-hd {
    margin-bottom: 30px;
  }
}
.m-hcase .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hcase .list-item {
  position: relative;
  width: 25%;
}

.m-hcase .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 26px;
  z-index: 2;
  color: #fff;
}

.m-hcase .item-text a {
  color: #fff;
}

.m-hcase .item-text a:hover {
  color: #00a2e8;
}

.m-hcase .item-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hcase .item-desc {
  margin-top: 20px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-hcase .item-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .m-hcase .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hcase .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .m-hcase .list-item {
    width: 50%;
  }
}
.g-hnews {
  padding-top: 82px;
  padding-bottom: 100px;
}

.g-hnews .box-hd {
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .g-hnews .box-hd {
    margin-bottom: 30px;
  }
}
.m-hnews {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -55px;
}

.m-hnews .list-item {
  margin-bottom: 55px;
  width: 46.6666666667%;
  border: solid 1px #e5e5e5;
}

.m-hnews .item-text {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 45px;
  padding-bottom: 25px;
}

.m-hnews .item-time {
  display: inline-block;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/line1.png") no-repeat center bottom;
  background-size: 100%;
}

.m-hnews .item-title {
  margin-top: 11px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hnews .item-desc {
  margin-top: 14px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-indent: 2em;
}

.m-hnews .item-desc a {
  color: #666;
}

.m-hnews .item-desc a:hover {
  color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .m-hnews {
    margin-bottom: -30px;
  }
  .m-hnews .list-item {
    margin-bottom: 30px;
  }
  .m-hnews .item-text {
    padding: 20px 10px;
  }
  .m-hnews .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hnews .item-time, .m-hnews .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-desc {
    height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .m-hnews .list-item {
    width: 100%;
  }
}
.g-ft {
  background-color: #f9f9f9;
}

.m-ftfix1 {
  padding-top: 52px;
  padding-bottom: 36px;
}

.m-ftlogo .logo-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-ftlogo .img {
  line-height: 0;
  font-size: 0;
}

.m-ftlogo .line {
  margin: 0 30px;
  width: 2px;
  height: 32px;
  background-color: #00a2e8;
}

.m-ftlogo .title {
  line-height: 62px;
  font-size: 52px;
  font-size: 5.2rem;
  color: #00a2e8;
}

.m-ftlogo .title span {
  background-image: linear-gradient(to right, #00a2e8, #ed1c24);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.m-ftfix2 {
  padding-top: 62px;
  padding-bottom: 31px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-ftfix2 a {
  color: #666;
}

.m-ftfix2 a:hover {
  color: #00a2e8;
}

.m-ftb1 {
  float: left;
  width: 41.5%;
  padding-right: 30px;
}

.m-ftb2 {
  float: left;
  width: 24.5%;
  padding-right: 30px;
}

.m-ftb3 {
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 13px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.m-ftinfo .info-item {
  margin-top: 16px;
  position: relative;
  padding-left: 36px;
}

.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  color: #00a2e8;
}

.m-ftshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ftshare .share-item {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.m-fttext {
  margin-top: 12px;
}

.m-ftfix3 {
  padding-top: 29px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-ftfix1, .m-ftb1, .m-ftb2, .m-ftt, .m-ftfix3 {
    display: none;
  }
  .m-ftfix2 {
    border-top: none;
    border-bottom: none;
  }
  .m-ftshare {
    justify-content: center;
  }
  .m-fttext {
    text-align: center;
  }
}
.banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner .dotList {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 0 50px;
}

.banner .dotList ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.banner .dotList ul li {
  width: 48px;
  line-height: 46px;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: rgba(0, 162, 232, 0.5);
}

.banner .dotList ul li.active {
  color: #00a2e8;
  border-color: #00a2e8;
}

.banner .slide-count {
  display: none;
}

.banner .carousel-control {
  position: absolute;
  bottom: 55px;
  top: auto;
  width: 82px;
  height: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.banner .carousel-control:hover {
  color: #fff;
  background-color: #fdd95a;
  border-color: #fdd95a;
}

.banner .carousel-control.right {
  right: 85px;
}

.banner .carousel-control.left {
  left: auto;
  right: 167px;
}

@media screen and (max-width: 991px) {
  .banner .carousel-control {
    display: none;
  }
  .banner .dotList {
    bottom: 20px;
  }
  .banner .dotList ul {
    justify-content: center;
  }
  .banner .dotList ul li {
    width: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hd {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}

body {
  padding-top: 137px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}
.m-hdfix1 {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.m--hdfix {
  position: relative;
  background-color: #f5f5f5;
}

.m--hdfix:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.m-hdshare {
  margin-right: 25px;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 12px;
}

.m-hdshare .share-item {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.m-hdshare .share-item:hover {
  color: #00a2e8;
}

.m-hdinfo {
  overflow: hidden;
  padding-left: 25px;
}

.m-hdinfo .info-item {
  float: left;
  margin-right: 25px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hdinfo .info-item a {
  color: #666;
}

.m-hdinfo .info-item a:hover {
  color: #00a2e8;
}

.m-hdinfo .info-item .iconfont {
  margin-right: 5px;
  color: #00a2e8;
}

.m-hdlang {
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-hdlang a {
  color: #666;
}

.m-hdlang a:hover {
  color: #00a2e8;
}

.m-hdlang .lang-btn {
  display: inline-block;
  min-width: 100px;
  padding: 4px 5px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background-color: #fff;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #b7b7b7;
}

.m-hdlang .lang-btn i {
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 160%;
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
}

.m-hdlang .lang-list.active {
  visibility: visible;
  opacity: 1;
  top: 110%;
}

.m-hdlang .lang-item a {
  display: block;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #00a2e8;
}

.m-hdlogo {
  float: left;
  padding-top: 26px;
  padding-bottom: 21px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-hdlogo a {
  display: inline-block;
}

.c-ps {
  position: static !important;
}

.m-hdnav {
  float: left;
  max-width: 930px;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-right: 30px;
}

.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 86px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 27px;
  height: 3px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #00a2e8;
}

.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  background-image: url("../images/line2.png");
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.m-hdnav .sbnav-wp {
  box-sizing: border-box;
  background-color: #fff;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 225px;
}

.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 228px;
}

.m-hdnav .sbnav-list3 {
  top: 0;
  right: 100%;
  width: 160px;
}

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #fff;
  background-color: #00a2e8;
}

@media screen and (max-width: 1440px) {
  .m-hdnav {
    max-width: 750px;
  }
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdnav .sbnav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav {
    max-width: 690px;
  }
  .m-hdnav .nav-item {
    margin-right: 20px;
  }
}
.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
}

.m-hdsch .sch-btn {
  display: block;
  line-height: 86px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
}

.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}

.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}

.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #00a2e8;
}

.m-hdsch .sch-form .form-btn {
  z-index: 2;
}

.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    border-top-width: 2px;
    overflow: hidden;
  }
  .m-hdinfo, .m-hdshare {
    display: none;
  }
  .m-hdnav {
    display: none;
  }
  .m-hdfix1 {
    position: static;
    overflow: visible;
    background-color: #f5f5f5;
    height: 40px;
  }
  .m--hdfix {
    position: static;
  }
  .m-hdlang {
    position: absolute;
    right: 45px;
    top: 5px;
    line-height: 30px;
  }
  .m-hdsch {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #00a2e8;
  }
  .m-hdlogo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.m-hdsbnav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 26px;
  background-color: #fdd95a;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}

.m-hdsbnav .hdsbnav-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 19.6666666667%;
}

.m-hdsbnav .hdsbnav-list {
  flex: 1 1 auto;
}

.m-hdsbnav .hdsbnav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-hdsbnav .hdsbnav-item a {
  position: relative;
  display: block;
  padding-left: 28px;
  color: #fff;
}

.m-hdsbnav .hdsbnav-item i {
  position: absolute;
  left: 0;
}

.m-hdsbnav .hdsbnav-item:hover, .m-hdsbnav .hdsbnav-item.active {
  color: #00a2e8;
}

.m-hdsbnav .hdsbnav-item:hover a, .m-hdsbnav .hdsbnav-item.active a {
  color: #00a2e8;
}

.m-hdsbnav .hdsbnav-img {
  flex: 0 0 auto;
  width: 290px;
  height: 290px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.m-hdsbnav .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.m-hdsbnav .img.show {
  display: block;
}

.m-hdsbnav.show {
  opacity: 1;
  visibility: visible;
}

.m-hdsbnav .swiper {
  position: relative;
  padding-right: 30px;
  height: 400px;
}

.m-hdsbnav .swiper-slide {
  height: auto;
}

.m-hdsbnav .swiper-scrollbar-drag {
  background-color: #00a2e8;
}

.m-crm {
  padding-top: 170px;
  padding-bottom: 19px;
  background: url("../images/crmbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-crm .box-title {
  line-height: 74px;
  font-size: 64px;
  font-size: 6.4rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #fdd95a;
}

.m-crm .box-crm {
  margin-top: 122px;
  text-align: right;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-crm .box-crm a {
  color: #fff;
}

.m-crm .box-crm a:hover, .m-crm .box-crm a.active {
  color: #00a2e8;
}

.m-crm .box-crm span, .m-crm .box-crm a, .m-crm .box-crm i {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-crm {
    padding-top: 40px;
  }
  .m-crm .box-title {
    line-height: 1.2;
    font-size: 30px;
    font-size: 3rem;
  }
  .m-crm .box-crm {
    margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-bd {
  overflow: hidden;
}

.g-wp {
  padding-top: 52px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-btline {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.m-btline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #fdd95a;
}

.m-btline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  border-left: 8px solid #ed1c24;
  border-right: 8px solid #00a2e8;
  height: 6px;
}

.m-nhd .hd-name {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fdd95a;
}

.m-nhd .hd-title {
  margin-top: 4px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #00a2e8;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .m-nhd .hd-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-nhd .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-abtb1 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-abtb1 .box-hd {
  flex: 0 0 auto;
  margin-right: 6.5%;
}

.m-abtb1 .box-desc {
  line-height: 28px;
  color: #666;
}

.m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b {
  line-height: 28px;
}

.m-abtb1 .box-desc p {
  min-height: 28px;
  text-indent: 2em;
}

.m-abtb1 .box-img {
  margin-top: 37px;
}

@media screen and (max-width: 991px) {
  .m-abtb1 .box-desc {
    line-height: 24px;
  }
  .m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b {
    line-height: 24px;
  }
  .m-abtb1 .box-desc p {
    min-height: 24px;
  }
  .m-abtb1 .box-img {
    margin-top: 30px;
  }
  .m-abtb1 .box-wp {
    display: block;
  }
  .m-abtb1 .box-hd {
    margin-bottom: 30px;
  }
}
.m-abtb2 {
  margin-top: 42px;
}

.m-abtb2 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-abtb2 .box-img {
    position: relative;
  flex: 0 0 auto;
  width: 38%;
  line-height: 0;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  border: solid 4px #fdd95a;
}
.m-abtb2 .box-list{
    width: 10000%;
    overflow: hidden;
    
}
.m-abtb2 .list-item{
    float: left;
    width: 1%;
}
.m-abtb2 .box-text {
  position: relative;
  flex: 1 1 auto;
  padding-left: 7%;
  padding-right: 26px;
  padding-top: 32px;
  padding-bottom: 18px;
  background-color: #e5f6fd;
}

.m-abtb2 .box-text:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 960px;
  height: 100%;
  background-color: #e5f6fd;
}

.m-abtb2 .box-desc {
  color: #666;
}

.m-abtb2 .box-btn{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}

.m-abtb2 .box-btn:hover{
    color: #00a2e8;
}

.m-abtb2 .prev{
    left: 10px;
}

.m-abtb2 .next{
    right: 10px;
}

@media screen and (max-width: 480px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .box-wp {
    display: block;
  }
  .m-abtb2 .box-img {
    width: 100%;
  }
  .m-abtb2 .box-text {
    padding: 30px 15px;
  }
  .m-abtb2 .box-text:before {
    display: none;
  }
}
.m-abtb3 {
  margin-top: 43px;
}

.m-abtb3 .box-desc {
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-abtb3 {
    margin-top: 30px;
  }
}
.m-abtb4 {
  margin-top: 57px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-abtb4 .box-img {
  position: relative;
  order: 2;
  flex: 0 0 auto;
  width: 50%;
  line-height: 0;
  font-size: 0;
}

.m-abtb4 .box-img:before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -14px;
  width: 40px;
  height: 40px;
  background-color: #fdd95a;
}

.m-abtb4 .box-fix {
  flex: 1 1 auto;
  padding: 0 3.6458333333%;
  overflow: hidden;
}

.m-abtb4 .box-text {
  float: right;
  width: 100%;
  max-width: 528px;
}

.m-abtb4 .box-item {
  margin-top: 48px;
}

.m-abtb4 .box-item:first-child {
  margin-top: 0;
}

.m-abtb4 .bitem-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #00a2e8;
}

.m-abtb4 .bitem-title img {
  width: 9px;
  vertical-align: middle;
  margin-left: 5px;
}

.m-abtb4 .bitem-desc {
  margin-top: 19px;
  color: #666;
}

.m-abtb4 .bitem-info {
  margin-top: 14px;
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #00a2e8;
  background-color: #e5f6fd;
}

@media screen and (max-width: 991px) {
  .m-abtb4 {
    margin-top: 30px;
  }
  .m-abtb4 .bitem-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb4 .bitem-info {
    padding: 20px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb4 .box-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb4 {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    display: block;
  }
  .m-abtb4 .box-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .m-abtb4 .box-img:before {
    width: 20px;
    height: 20px;
    left: -3px;
    bottom: -3px;
  }
  .m-abtb4 .box-fix {
    padding: 0;
  }
}
.m-abtb5 {
  margin-top: 77px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -20px;
}

.m-abtb5 .box-item {
  margin-right: 5%;
  margin-bottom: 20px;
  width: 30%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 27px;
  padding-bottom: 26px;
  text-align: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #e5e5e5;
}

.m-abtb5 .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-abtb5 .item-icon {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 0;
  font-size: 0;
}

.m-abtb5 .item-icon img {
  position: relative;
}

.m-abtb5 .item-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fdd95a;
}

.m-abtb5 .item-title {
  margin-top: 12px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-abtb5 .item-info {
  margin-top: 6px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-abtb5 {
    margin-top: 30px;
  }
  .m-abtb5 .box-item {
    padding: 20px 15px;
  }
  .m-abtb5 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb5 .item-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb5 .box-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-abtb6 {
  margin-top: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-abtb6 .box-hd {
  flex: 0 0 auto;
  margin-right: 13.0833333333%;
}

.m-abtb6 .box-wp {
  position: relative;
  flex: 1 1 auto;
}

.m-abtb6 .box-wp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #00a2e8;
}

.m-abtb6 .box-item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-abtb6 .box-item:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fdd95a;
}

.m-abtb6 .item-left {
  flex: 0 0 auto;
  margin-right: 21.1081794195%;
}

.m-abtb6 .item-right {
  flex: 1 1 auto;
}

.m-abtb6 .item-year {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00a2e8;
}

.m-abtb6 .item-date {
  margin-top: 8px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-abtb6 .item-desc {
  color: #666;
}

.m-abtb6 .item-desc a {
  display: inline;
}

@media screen and (max-width: 991px) {
  .m-abtb6 {
    margin-top: 30px;
    display: block;
  }
  .m-abtb6 .box-hd {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .m-abtb6 .box-wp {
    margin-left: 8px;
  }
  .m-abtb6 .item-year {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb6 .item-date {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb6 .item-left {
    margin-right: 20px;
  }
  .m-abtb6 .box-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .m-abtb6 .box-item:before {
    top: 15px;
  }
}
.m-casel {
  position: relative;
  padding-top: 1px;
}

.m-casel .box-hd {
  margin-bottom: 103px;
  width: 53.8333333333%;
}

.m-casel .hd-info {
  margin-top: 66px;
  padding-left: 6.8111455108%;
}

.m-casel .hd-info p {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  padding-right: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-casel .hd-info p:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #333;
}

.m-casel .hd-info p:after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #fdd95a;
}

.m-casel .hd-info span {
  color: #00a2e8;
}

.m-casel .hd-info p em {
  color: #00a2e8;
  font-style: normal;
}

.m-casel .box-list {
  margin-bottom: -100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-casel .list-item {
  margin-bottom: 100px;
  position: relative;
  width: 46.1666666667%;
}

.m-casel .list-item:nth-child(2n) {
  transform: translate(0, -300px);
}

.m-casel .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 39px;
  z-index: 2;
  color: #fff;
}

.m-casel .item-text a {
  color: #fff;
}

.m-casel .item-text a:hover {
  color: #00a2e8;
}

.m-casel .item-title {
  line-height: 40px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-casel .item-desc {
  margin-top: 24px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-casel .item-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .m-casel .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-casel .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
  }
  .m-casel .box-list {
    margin-bottom: -30px;
  }
  .m-casel .list-item {
    margin-bottom: 30px;
  }
  .m-casel .list-item:nth-child(2n) {
    transform: none;
  }
  .m-casel .box-hd {
    margin-bottom: 30px;
    width: 100%;
  }
  .m-casel .hd-info {
    margin-top: 20px;
    padding-left: 0;
  }
  .m-casel .hd-info p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-casel .hd-info p:before, .m-casel .hd-info p:after {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-casel .list-item {
    width: 48%;
  }
}
.m-htpro {
  margin-top: 72px;
}

.m-htpro .box-hd {
  position: relative;
  margin-bottom: 35px;
}

.m-htpro .box-hd:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #fdd95a;
}

.m-htpro .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-transform: uppercase;
  padding-bottom: 12px;
}

.m-htpro .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-htpro .list-wp {
  float: left;
  margin-bottom: -30px;
  width: 1%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-htpro .list-item {
  margin-right: 6.3333333333%;
  margin-bottom: 30px;
  width: 20.1666666667%;
}

.m-htpro .list-item:nth-child(4n) {
  margin-right: 0;
}

.m-htpro .item-pic {
  border: solid 1px #e5e5e5;
}

.m-htpro .item-title {
  margin-top: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-htpro .box-page {
  margin-top: 38px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-htpro .page-item {
  margin: 0 12px 5px;
  width: 64px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
}

.m-htpro .page-item.active {
  background-color: #fdd95a;
}

@media screen and (max-width: 991px) {
  .m-htpro {
    margin-top: 40px;
  }
  .m-htpro .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-htpro .box-hd {
    margin-bottom: 30px;
  }
  .m-htpro .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htpro .box-page {
    margin-top: 30px;
  }
  .m-htpro .page-item {
    width: 34px;
    height: 3px;
  }
}
@media screen and (max-width: 480px) {
  .m-htpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-mn1 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 330px;
}

@media screen and (max-width: 991px) {
  .g-mn1 {
    float: none;
    padding-left: 0;
  }
}
.g-mn2 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 37%;
}

@media screen and (max-width: 991px) {
  .g-mn2 {
    float: none;
    padding: 0;
  }
}
.g-sd1 {
  float: left;
  margin-left: -100%;
  width: 260px;
}

@media screen and (max-width: 991px) {
  .g-sd1 {
    float: none;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.g-sd2 {
  float: left;
  width: 28.3333333333%;
  margin-left: -28.3333333333%;
}

@media screen and (max-width: 991px) {
  .g-sd2 {
    float: none;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.m-news {
  padding-bottom: 30px;
  border-bottom: 1px dashed #d1d1d1;
}

.m-news .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  font-weight: normal;
}

.m-news .box-info {
  margin-top: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-news .box-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-news .box-desc {
  margin-top: 30px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-sdcase .box-title {
  padding-bottom: 13px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 2px solid #e4e4e4;
}

.m-sdcase .list-item {
  margin-top: 28px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-sdcase .item-pic {
  flex: 0 0 auto;
  margin-right: 13px;
  width: 134px;
}

.m-sdcase .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-sdcase .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-sdcase .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media screen and (max-width: 991px) {
  .m-sdcase .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-sdcase .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdcase .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-down {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -46px;
}

.m-down .list-item {
  margin-right: 1.6666666667%;
  margin-bottom: 46px;
  width: 32.1666666667%;
}

.m-down .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-down .item-pic {
  border: 1px solid #e5e5e5;
}

.m-down .item-text {
  margin-top: 21px;
  text-align: center;
}

.m-down .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-down .item-link {
  margin-top: 19px;
}

.m-down .item-link a {
  display: inline-block;
  min-width: 126px;
  line-height: 24px;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.m-down .item-link a:hover {
  color: #fff;
  background-color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .m-down {
    margin-bottom: -30px;
  }
  .m-down .list-item {
    margin-bottom: 30px;
  }
  .m-down .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-down .item-link {
    margin-top: 10px;
  }
  .m-down .item-link a {
    min-width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-down .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-sdnews .box-title {
  margin-bottom: 14px;
  padding-bottom: 12px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
}

.m-sdnews .box-list {
  margin-bottom: -23px;
}

.m-sdnews .list-item {
  margin-bottom: 23px;
}

.m-sdnews .item-title {
  margin-top: 22px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-sdnews .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media screen and (max-width: 991px) {
  .m-sdnews .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .m-sdnews .list-item {
    width: 48%;
  }
}
.m-ctusb1 {
  position: relative;
}

.m-ctusb1 > .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-ctusb1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18.75%;
  height: 100%;
  /*background-color: #fdd95a;*/
  background-color: none;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .m-ctusb1 > .box-wp {
    display: block;
  }
}
.m-ctusform {
  width: 42.5833333333%;
  order: 1;
  padding-top: 52px;
  padding-bottom: 45px;
}

.m-ctusform .box-title {
  margin-bottom: 16px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-transform: uppercase;
}

.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.m-ctusform .form-item.important {
  background: url("../images/star1.png") no-repeat left 18px;
}

.m-ctusform .form-item-1 {
  width: 100%;
}

.m-ctusform .form-item-2 {
  width: 100%;
}

.m-ctusform .form-item-3 {
  margin-right: 4.3137254902%;
  width: 43.137254902%;
}

.m-ctusform .form-item-4 {
  width: 123px;
  height: 44px;
  padding-left: 0;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.m-ctusform .form-item-4 img {
  max-height: 42px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  margin-top: 43px;
  width: 100%;
}

.m-ctusform .item-btn1 {
  max-width: 154px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #00a2e8;
}

.m-ctusform .item-btn1:hover {
  color: #fff;
  background-color: #fdd95a;
}

.m-ctusform .item-text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 46px;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
}

.m-ctusform .item-text::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.m-ctusform .item-text:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.m-ctusform .item-text:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.m-ctusform .item-text3 {
  padding-left: 16px;
}

.m-ctusform .item-text2 {
  height: 160px;
  line-height: 44px;
  box-sizing: border-box;
}

.m-ctusform .iconfont {
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 44px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .m-ctusform {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-item-3 {
    margin-right: 10px;
    width: calc(100% - 130px);
  }
  .m-ctusform .form-item-4 {
    width: 120px;
  }
  .m-ctusform .form-item-5 {
    margin-top: 0;
    width: 100%;
  }
}
.m-ctusinfo {
  order: 2;
  position: relative;
  color: #fff;
  width: 50%;
}

.m-ctusinfo:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -20px;
  top: -16px;
  width: 37px;
  height: 37px;
  background-color: #ed1b24;
}

.m-ctusinfo a {
  color: #fff;
}

.m-ctusinfo a:hover {
  color: #fdd95a;
}

.m-ctusinfo .box-wp {
  position: relative;
  background-color: #00a3e8;
  padding-top: 48px;
  /*padding-bottom: 191px;*/
  padding-bottom: 70px;
  padding-left: 6.6666666667%;
  padding-right: 30px;
  height: 100%;
}

.m-ctusinfo .box-wp:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 960px;*/
  width: 280px;
  height: 100%;
  background-color: #fcd959;
}

.m-ctusinfo .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-ctusinfo .box-info {
  /*margin-top: 49px;*/
  margin-top: 20px;
  padding-left: 38px;
}

.m-ctusinfo .info-item {
  margin-top: 30px;
  position: relative;
  padding-left: 27px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
    margin-bottom: 30px;
  }
  .m-ctusinfo .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ctusinfo .box-wp {
    padding: 30px 15px;
  }
  .m-ctusinfo .box-info {
    padding-left: 0;
    margin-top: 30px;
  }
  .m-ctusinfo .info-item {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 30px;
  }
  .m-ctusinfo .info-item i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-sdnav1 .nav-btn {
  position: relative;
  margin-bottom: 10px;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  background-color: #00a2e8;
  box-sizing: border-box;
}

.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}

.m-sdnav1 .nav-item {
  margin-top: 6px;
  transition: all 550ms;
}

.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 28px;
  padding-right: 2px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border-radius: 5px;
  background-color: #eeeeee;
}

.m-sdnav1 .nav-item > a:hover {
  color: white;
  background-color: #00a2e8;
}

.m-sdnav1 .nav-item > a.active {
  color: white;
  background-color: #00a2e8;
}

.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}

.m-sdnav1 .nav-item:hover {
  transform: translateX(10px);
}

.m-sdnav1 .nav-item .iconfont {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-sdnav1 .sbnav-list {
  display: none;
}

.m-sdnav1 .sbnav-list.show {
  display: block;
}

.m-sdnav1 .sbnav-list1 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.m-sdnav1 .sbnav-item > a {
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding-left: 23px;
}

.m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active {
  color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
  .m-sdnav1 .nav-list1 {
    display: block;
  }
}
.m-clstext {
  margin-bottom: 41px;
}

.m-clstext .box-img {
  line-height: 0;
  font-size: 0;
}

.m-clstext .box-title {
  margin-top: 25px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-clstext .box-desc {
  margin-top: 8px;
  color: #666;
  text-indent: 2em;
}

@media screen and (max-width: 991px) {
  .m-clstext .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -37px;
}

.m-prol .list-item {
  margin-right: 2.5287356322%;
  margin-bottom: 37px;
  width: 31.6091954023%;
}

.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-prol .list-item:hover .item-pic {
  z-index: 2;
  transform: scale(1.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.m-prol .item-pic {
  border: solid 1px #e5e5e5;
  background-color: #fff;
}

.m-prol .item-text {
  margin-top: 19px;
  text-align: center;
}

.m-prol .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-desc {
  margin-top: 5px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-prol .item-desc a {
  color: #666;
}

.m-prol .item-desc a:hover {
  color: #00a2e8;
}

.m-prol .item-link {
  margin-top: 12px;
}

.m-prol .item-link input {
  margin-right: 4px;
}

.m-prol .item-link a {
  display: inline-block;
  min-width: 124px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border: solid 1px #e5e5e5;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #fdd95a;
  border-color: #fdd95a;
}

@media screen and (max-width: 991px) {
  .m-prol {
    margin-bottom: -30px;
  }
  .m-prol .list-item {
    margin-bottom: 30px;
  }
  .m-prol .item-title {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-protag {
  margin-top: 57px;
  background-color: #f4f4f4;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 3px;
  overflow: hidden;
}

.m-protag .box-title {
  float: left;
  margin-right: 15px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #00a2e8;
}

.m-protag .box-tags {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-protag .box-tags a {
  margin-right: 20px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 28px;
  border: solid 1px #999999;
  text-align: center;
}

.m-protag .box-tags a:hover {
  color: #fff;
  background-color: #00a2e8;
  border-color: #00a2e8;
}

@media screen and (max-width: 991px) {
  .m-protag .box-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-protag .box-tags a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 499px) {
  .m-protag .box-tags a {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-prob1 {
  margin: 0 auto;
  max-width: 845px;
}

.m-prob1 .slide-wp {
  position: relative;
  display: none;
}

.m-prob1 .slide-wp.show {
  display: block;
}

.m-propic .slide-fix {
  margin: 0 auto;
  max-width: 500px;
}

.m-propic .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-propic .list-item {
  float: left;
  width: 1%;
}

.m-propic .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  color: #b2b2b2;
  cursor: pointer;
}

.m-propic .box-btn:hover {
  color: #00a2e8;
}

.m-propic .prev {
  left: 0;
}

.m-propic .next {
  right: 0;
}

@media screen and (max-width: 991px) {
  .m-propic .slide-fix {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-propic .box-btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-procolor {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

.m-procolor .box-title {
  flex: 0 0 auto;
  margin-right: 15px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-procolor .box-colors {
  flex: 0 1 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-procolor .colors-item {
  margin-right: 18px;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .m-procolor .box-title {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-procolor .colors-item {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
}
.m-projisuan {
  margin-top: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-projisuan .box-form, .m-projisuan .jieguo-item {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.m-projisuan .jieguo-item {
  justify-content: flex-start;
}

.m-projisuan .box-title {
  margin-right: 10px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #888;
}

.m-projisuan .box-control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.m-projisuan .control-btn {
  flex: 0 0 auto;
  width: 18px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  background-color: #e5e5e5;
  cursor: pointer;
}

.m-projisuan .control-btn::selection {
  color: #666;
  background: transparent;
}

.m-projisuan .control-input {
  flex: 1 1 auto;
  width: 90px;
}

.m-projisuan .control-input input {
  width: 100%;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.m-projisuan .box-zhi {
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family:"Microsoft YaHei","微软雅黑";
  color: #c92028;
}

@media screen and (max-width: 991px) {
  .m-projisuan .box-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-projisuan .box-zhi {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-proinfo {
  margin-top: 27px;
  text-align: center;
}

.m-proinfo .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family:"Microsoft YaHei","微软雅黑";
}

.m-proinfo .box-desc {
  margin-top: 4px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-proinfo .box-share {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-proinfo .share-title {
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-proinfo .share-img {
  line-height: 0;
  font-size: 0;
}

.m-proinfo .box-btn {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-proinfo .box-btn a {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 20px;
  min-width: 170px;
  line-height: 30px;
  padding: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  background-color: #fdd95a;
}

.m-proinfo .box-btn a:hover {
  color: #fff;
  background-color: #00a2e8;
}

.m-prott {
  position: relative;
  margin-bottom: 35px;
}

.m-prott:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #fdd95a;
}

.m-prott .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family:"Microsoft YaHei","微软雅黑";
  text-transform: uppercase;
  padding-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 30px;
  }
  .m-prott .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-probd .box-item {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .m-probd .box-item {
    margin-top: 30px;
  }
}
.m-probd .box-desc {
  line-height: 30px;
}

.m-probd .box-desc p, .m-probd .box-desc span, .m-probd .box-desc b {
  line-height: 30px;
}

.m-probd .box-desc em {
  display: block;
  padding-left: 28px;
  background: url("../images/lengxing.png") no-repeat left 9px;
}

@media screen and (max-width: 991px) {
  .m-probd .box-desc {
    line-height: 24px;
  }
  .m-probd .box-desc p, .m-probd .box-desc span, .m-probd .box-desc b {
    line-height: 24px;
  }
  .m-probd .box-desc em {
    place-self: 25px;
    background-position-y: 6px;
  }
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "iconfont"; /* Project id 3492599 */
  src: url("../fonts/iconfont.eot?t=1656574019820"); /* IE9 */
  src: url("../fonts/iconfont.eot?t=1656574019820#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2?t=1656574019820") format("woff2"), url("../fonts/iconfont.woff?t=1656574019820") format("woff"), url("../fonts/iconfont.ttf?t=1656574019820") format("truetype"), url("../fonts/iconfont.svg?t=1656574019820#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

@media screen and (min-width: 992px) {
  .contcts {
    margin-top: -140px;
    padding-top: 140px;
  }
}
.m-kefu-chat.mobile-hide {
  right: 6px !important;
}

.m-page a.no:hover {
  color: #333 !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
}

.ppp {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.m-ftshare .at-resp-share-element .at-icon {
  width: 32px !important;
  height: 32px !important;
}

.m-ftshare .at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.m-ftshare .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 32px !important;
  height: 32px !important;
}

.m-ftshare .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.listcart {
  width: 100%;
  text-align: center;
}

.listcart a {
  display: inline-block;
  height: 32px;
  width: 200px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.listcart a:hover {
  color: #fff;
  border-color: #fdd95a;
  background: #fdd95a;
}

.xunpanc {
  margin-bottom: 20px;
}

.xunpanc .table table {
  margin-top: 20px;
}

.xunpanc table tr td {
  border: 1px solid #ccc;
  padding: 3px;
}

.xunpanc table tr td a:hover {
  color: #fdd95a;
}

.cots{
    font-size: 20px;
    margin-top: 30px;
    position: relative;
    margin-bottom: -20px;
    line-height: 26px;
}

@media screen and (max-width: 991px) {
    .cots{
        margin-top: 20px;
        margin-bottom: -10px;
    }
}







