@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: 100000000000000000000000000000000000000;
}

#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: #0e6eb8;
  }
  .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: #0e6eb8;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #0e6eb8;
  }
  .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;
    right: 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;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 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: #0e6eb8;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #0e6eb8;
  }
  .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: #0e6eb8;
  }
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots .slide-count {
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
::selection {
  color: #fff;
  background: #0e6eb8;
}

* {
  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: "AvertaRegular", arial, helvetica, sans-serif;
  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: #0e6eb8;
}

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: inherit;
}

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;
  /*鍘绘帀鑻规灉鐨勯粯璁I鏉ユ覆鏌撴寜閽�*/
}

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;
}

.f-box2 {
  width: 1600px;
}

@media screen and (max-width: 1660px) {
  .f-box2 {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .f-box2 {
    width: 1200px;
  }
}
.f-box3 {
  width: 1400px;
}

@media screen and (max-width: 1440px) {
  .f-box3 {
    width: 1200px;
  }
}
@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: #0e6eb8;
  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: #0e6eb8;
  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: #0e6eb8;
  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: 30px;
}

.m-desc a {
  color: #0e6eb8;
}

.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: 30px;
}

.m-desc p {
  min-height: 30px;
}

.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: #0e6eb8;
  }
  .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: auto;
  }
}
@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: #0e6eb8;
}

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: block;
}

[class*=-item] .item-desc a:hover {
  color: #0e6eb8;
}

.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 {
  padding-top: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.m-crm .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-crm .box-desc {
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-crm .box-desc a {
  color: #666;
}

.m-crm .box-desc a:hover {
  color: #0e6eb8;
}

.m-crm .box-desc a.active {
  color: #0e6eb8;
}

.m-crm .box-title {
  order: 2;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #0e6eb8;
}

.m-crm .box-title a {
  color: #0e6eb8;
}

@media screen and (max-width: 991px) {
  .m-crm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-crm .box-title {
    display: none;
  }
  .m-crm .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-oths {
  margin-top: 33px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-oths .oths-item {
  position: relative;
  max-width: 49%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #999;
}

.m-oths .oths-item a:hover {
  color: #0e6eb8;
}

.m-oths .oths-item i {
  position: absolute;
  top: 0;
  width: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #d5d5d5;
}

.m-oths .oths-item-1 {
  padding-left: 42px;
}

.m-oths .oths-item-1 i {
  left: 0;
}

.m-oths .oths-item-2 {
  padding-right: 42px;
}

.m-oths .oths-item-2 i {
  right: 0;
}

@media screen and (max-width: 991px) {
  .m-oths .oths-item {
    padding-right: 0;
    padding-left: 42px;
    width: 100%;
    max-width: 100%;
  }
  .m-oths .oths-item i {
    right: auto;
    left: 0;
  }
  .m-oths .oths-item-2 {
    margin-top: 10px;
  }
}
.m-page {
  margin-top: 80px;
  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: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}

.m-page a.big, .m-page span.big {
  min-width: 100px;
}

.m-page a:hover {
  color: white;
  border-color: #0e6eb8;
  background-color: #0e6eb8;
}

.m-page a.active {
  color: white;
  border-color: #0e6eb8;
  background-color: #0e6eb8;
}

.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-page .form-btn {
  min-width: 150px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #0e6eb8;
}

.m-page2 {
  position: relative;
}

.m-page .no:hover {
  color: #666;
  border: solid 1px #999999;
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a, .m-page span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-page a.big, .m-page span.big {
    min-width: 80px;
  }
}
.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: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #2d2d27;
  border-radius: 5px;
}

.m-kf .kf-item:hover {
  color: #fff;
  background-color: #0e6eb8;
}

.m-kf .kf-item.active {
  background-color: #0e6eb8;
}

.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: 50px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .g-ft {
    padding-bottom: 53px;
  }
}
.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: #0e6eb8;
  border-radius: 5px;
  display: none;
}

.returntop:hover {
  color: #fff;
  background-color: #0e6eb8;
}

@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: 92px;
  padding-bottom: 108px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-habt .box-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  line-height: 48px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .m-habt .box-desc {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hindustry {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.m-hindustry {
  padding-top: 9.7916666667%;
  padding-bottom: 13.0729166667%;
}

.m-hindustry .box-text {
  width: 700px;
  max-width: 100%;
  color: #fff;
}

.m-hindustry .box-text a {
  color: #fff;
}

.m-hindustry .box-text a:hover {
  color: #0e6eb8;
}

.m-hindustry .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
}

.m-hindustry .box-desc {
  margin-top: 51px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hindustry .box-desc p {
  min-height: 30px;
}

.m-hindustry .box-desc a {
  display: block;
}

@media screen and (max-width: 991px) {
  .m-hindustry .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hindustry .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hsolution {
  padding-top: 92px;
  padding-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .g-hsolution {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-htt {
  margin-bottom: 50px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #0e6eb8;
  text-align: center;
}

.m-htt a {
  color: #0e6eb8;
}

.m-htt a:hover {
  color: #333;
}

@media screen and (max-width: 991px) {
  .m-htt {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-hsolution .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -72px;
}

.m-hsolution .list-item {
  margin-right: 2%;
  margin-bottom: 62px;
  width: 23.5%;
  transition: all 550ms;
}

.m-hsolution .list-item:nth-child(4n) {
  margin-right: 0;
}

.m-hsolution .list-item:hover {
  transform: translate(0, -35px);
}

.m-hsolution .list-item:hover .item-pic {
  filter: grayscale(0%);
}

.m-hsolution .item-title {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hsolution .item-pic {
  filter: grayscale(100%);
}

@media screen and (max-width: 991px) {
  .m-hsolution .box-list {
    margin-bottom: -20px;
  }
  .m-hsolution .list-item {
    margin-bottom: 20px;
  }
  .m-hsolution .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hsolution .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-hwys {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.m-hwys {
  position: relative;
  overflow: hidden;
  padding-top: 23.0208333333%;
  padding-bottom: 70px;
}

.m-hwys .box-text {
  max-width: 790px;
  color: #fff;
}

.m-hwys .box-text a {
  color: #fff;
}

.m-hwys .box-text a:hover {
  color: #cfcfcf;
}

.m-hwys .box-title {
  margin-bottom: 14px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
}

.m-hwys .box-info {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hwys .box-info > a {
  display: block;
}

.m-hwys .box-info p {
  padding-left: 30px;
  background: url("../images/dui1.png") no-repeat left 10px;
}

.m-hwys:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 625px;
  background: url("../images/hwys-bg2.png") no-repeat center bottom;
}

@media screen and (max-width: 991px) {
  .m-hwys {
    background-color: rgba(14, 110, 184, 0.7);
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-hwys .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .m-hwys .box-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hwys .box-info p {
    background-position-y: 5px;
  }
  .m-hwys:before {
    display: none;
  }
}
.g-hnews {
  padding-top: 72px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hnews .box-list {
  width: 10000%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hnews .list-item {
  margin-right: 0.02%;
  width: 0.32%;
  border: 1px solid transparent;
}

.m-hnews .list-item:hover {
  border-color: #0e6eb8;
}

.m-hnews .item-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 17px;
  padding-bottom: 31px;
}

.m-hnews .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hnews .item-time {
  margin-top: 7px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hnews .item-desc {
  margin-top: 13px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hnews .item-desc a {
  color: #666;
}

.m-hnews .item-desc a:hover {
  color: #0e6eb8;
}

.m-hnews .item-link {
  margin-top: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hnews .item-link a {
  color: #666;
}

.m-hnews .item-link a:hover {
  color: #0e6eb8;
}

.m-hnews .btn-wp {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-hnews .box-btn {
  margin-left: 10px;
  margin-right: 10px;
  width: 42px;
  line-height: 38px;
  border: 2px solid #666;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.m-hnews .box-btn:hover {
  color: #0e6eb8;
  border-color: #0e6eb8;
}

@media screen and (max-width: 991px) {
  .m-hnews .btn-wp {
    margin-top: 20px;
  }
  .m-hnews .item-text {
    padding: 10px;
  }
  .m-hnews .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-time, .m-hnews .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .m-hnews .item-desc {
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-hnews .item-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.g-hctus {
  background: url("../images/hctus-bg1.jpg") no-repeat center;
  background-size: cover;
}

.m-hctus {
  padding-top: 95px;
  padding-bottom: 95px;
}

.m-hctus .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1272px;
  border-top: 2px solid #0e6eb8;
  padding-left: 5.75%;
  padding-right: 5.75%;
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hctus .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-align: center;
  margin-bottom: 11px;
  color: #0e6eb8;
}

.m-hctus .box-title a {
  color: #0e6eb8;
}

.m-hctus .box-title a:hover {
  color: #333;
}

.m-hctus .box-desc {
  margin-bottom: 23px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.m-hctus .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-hctus .form-item {
  margin-bottom: 20px;
}

.m-hctus .form-item1 {
  width: 30.9742647059%;
}

.m-hctus .form-item2 {
  width: 100%;
}

.m-hctus .form-fix {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.m-hctus .form-item3 {
  margin-right: 13px;
  width: 178px;
}

.m-hctus .form-item4 {
  margin-right: 13px;
  width: 178px;
}

.m-hctus .form-item5 {
  width: 195px;
}

.m-hctus .form-text {
  width: 100%;
  height: 66px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #a5a5a5;
}

.m-hctus .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-hctus .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-hctus .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-hctus .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-hctus .form-text2 {
  height: 137px;
}

.m-hctus .star .form-text {
  background: url("../images/star1.png") no-repeat 24px 28px;
}

.m-hctus .code-img {
  display: block;
  height: 66px;
  line-height: 64px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #a5a5a5;
  background-color: #f3fbfe;
}

.m-hctus .code-img img {
  max-height: 64px;
  vertical-align: middle;
}

.m-hctus .form-btn {
  width: 100%;
  height: 66px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #0e6eb8;
}

.m-hctus .form-btn:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-hctus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-hctus .box-wp {
    padding: 30px 20px;
  }
  .m-hctus .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hctus .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .form-text, .m-hctus .form-btn, .m-hctus .code-img {
    height: 50px;
    line-height: 48px;
  }
  .m-hctus .code-img {
    max-height: 48px;
  }
  .m-hctus .star .form-text {
    background-position: 10px 20px;
  }
  .m-hctus .form-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-hctus .form-text2 {
    height: 100px;
  }
  .m-hctus .form-item3 {
    width: calc(100% - 120px);
    margin-right: 20px;
  }
  .m-hctus .form-item4 {
    margin-right: 0;
    width: 100px;
  }
  .m-hctus .form-item5 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-hctus .form-item1 {
    width: 100%;
  }
}
.g-ft {
  background-color: rgba(1, 55, 131, 1);
  color: #fff;
}

.g-ft a {
  color: #fff;
}

.g-ft a:hover {
  color: #0e6eb8;
}

.m-ftfix1 {
  padding-top: 80px;
  padding-bottom: 22px;
}

.m-ftb1 {
  float: left;
  padding-right: 30px;
  width: 46.7142857143%;
}

.m-ftb2 {
  float: left;
  width: 34.2857142857%;
  padding-right: 30px;
}

.m-ftb3 {
  overflow: hidden;
}

.m-ftlogo {
  margin-bottom: 48px;
  line-height: 0;
  font-size: 0;
}

.m-ftshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ftshare .share-item {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 36px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #0e6eb8;
  border-color: #0e6eb8;
}

.m-ftt {
  margin-bottom: 21px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-ftinfo {
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ftinfo .info-item {
  position: relative;
  padding-left: 30px;
}

.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}

.m-ftnav {
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftext {
  margin-top: 40px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e5e5e5;
  text-align: center;
}

.m-ftext a {
  color: #e5e5e5;
}

.m-ftext a:hover {
  color: #fff;
}

.m-ftfix2 {
  padding-top: 8px;
  padding-bottom: 32px;
  border-top: 1px solid #717171;
}

.m-ftlnk {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e5e5e5;
}

.m-ftlnk a {
  color: #e5e5e5;
}

.m-ftlnk a:hover {
  color: #0e6eb8;
}

.m-ftlnk span, .m-ftlnk a {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-ftlogo, .m-ftfix2, .m-ftb2, .m-ftb3 {
    display: none;
  }
  .m-ftshare {
    justify-content: center;
  }
  .m-ftb1 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .m-ftext {
    margin-top: 10px;
    text-align: center;
  }
  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.g-hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

body {
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .g-hd.fixed .m-hdlogo img {
    width: 100px;
  }
  .g-hd.fixed .m-hdlogo a {
    line-height: 70px;
  }
  .g-hd.fixed .m-hdnav .nav-item > a {
    line-height: 70px;
  }
  .g-hd.fixed .m-hdnav .nav-item > a:hover:before, .g-hd.fixed .m-hdnav .nav-item > a.active:before, .g-hd.fixed .m-hdnav .nav-item > a.current:before {
    bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
.m-hdfix1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdlogo {
  text-align: center;
}

.m-hdlogo a {
  display: inline-block;
  line-height: 100px;
}

.m-hdlogo img {
  vertical-align: middle;
  width: 157px;
  transition: all 350ms;
}

.m-hdfix2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hdnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hdnav .nav-item {
  position: relative;
  margin-right: 65px;
}

.m-hdnav .nav-item > a {
  display: block;
  position: relative;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #0e6eb8;
}

.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 28px;
  height: 2px;
  background-color: #0e6eb8;
}

.m-hdnav .sbnav-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 285px;
  padding-top: 20px;
  padding-bottom: 27px;
  background-color: #0e6eb8;
  display: none;
}

.m-hdnav .sbnav-list.show {
  display: block;
}

.m-hdnav .sbnav-item {
  position: relative;
  margin-top: 14px;
}

.m-hdnav .sbnav-item a {
  display: block;
  position: relative;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 22px;
  padding-right: 10px;
}

.m-hdnav .sbnav-item a:before {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: none;
}

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #fff;
}

.m-hdnav .sbnav-item a:hover:before, .m-hdnav .sbnav-item a.active:before {
  display: block;
}

.m-hdsch {
  position: relative;
}

.m-hdsch .box-btn {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #0e6eb8;
  cursor: pointer;
  display: none;
}

.m-hdsch .box-form {
  width: 220px;
  position: relative;
  padding-right: 25px;
}

.m-hdsch .form-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #0e6eb8;
}

.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0e6eb8;
  text-align: center;
}

.m-hdsch .form-btn {
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .m-hdnav .nav-item {
    margin-right: 30px;
  }
  .m-hdsch .box-btn {
    display: block;
  }
  .m-hdsch .box-form {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .m-hdnav {
    display: none;
  }
  .m-hdlogo a {
    line-height: 60px;
  }
  .m-hdlogo img {
    width: 80px;
  }
  .m-hdsch {
    position: absolute;
    right: 60px;
    top: 15px;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 6.9791666667%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.banner .slick-dots li {
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
}

.banner .slick-dots a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
}

.banner .slick-dots .slick-active a {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .banner .slick-dots a {
    width: 12px;
    height: 12px;
  }
  .banner .slick-dots li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .pc-banner {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .mobile-banner {
    display: none;
  }
}
.m-abtbanner {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.m-abtbanner .box-text {
  padding-top: 11.375%;
  padding-bottom: 14.0625%;
  max-width: 1070px;
}

.m-abtbanner .box-title {
  position: relative;
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #fff;
}

.m-abtbanner .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 2px;
  background-color: #fff;
}

.m-abtbanner .box-desc {
  margin-top: 22px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.m-abtbanner .box-desc p {
  min-height: 36px;
}

.m-abtbanner .box-desc a {
  color: #fff;
}

.m-abtbanner .box-desc a:hover {
  color: #0e6eb8;
}

@media screen and (max-width: 991px) {
  .m-abtbanner .box-title {
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtbanner .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtbanner .box-desc p {
    min-height: 24px;
  }
}
.g-wp {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-bottom: 30px;
  }
}
.c-bg1 {
  background: url("../images/nbg1.jpg") no-repeat center;
  background-attachment: fixed;
}

.m-abtb1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.m-abtb1 .box-item {
  margin-right: 1.5%;
  margin-bottom: 1.6666666667%;
  width: 32.3333333333%;
}

.m-abtb1 .box-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .m-abtb1 .box-item {
    margin-right: 2% !important;
    margin-bottom: 2%;
    width: 49%;
  }
  .m-abtb1 .box-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.m-abtb2 {
  margin-top: 72px;
}

.m-abtb2 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-align: center;
}

.m-abtb2 .box-tag {
  margin-top: 19px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.m-abtb2 .tag-item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtb2 .tag-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background-color: #0e6eb8;
  border-radius: 50%;
}

.m-abtb2 .box-item {
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}

.m-abtb2 .box-item .item-pic {
  width: 49.1666666667%;
}

.m-abtb2 .box-item .item-text {
  width: 50.8333333333%;
  padding: 20px 30px;
}

.m-abtb2 .box-item .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #0e6eb8;
}

.m-abtb2 .box-item .item-desc {
  margin-top: 0px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-abtb2 .box-item .item-desc a {
  display: inline;
}

.m-abtb2 .box-item2 .item-pic {
  order: 2;
}

@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb2 .box-tag {
    margin-top: 15px;
  }
  .m-abtb2 .tag-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb2 .box-item {
    margin-top: 20px;
  }
  .m-abtb2 .box-item .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb2 .box-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb2 .box-item .item-text {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb2 .box-item .item-pic {
    width: 100%;
  }
  .m-abtb2 .box-item .item-text {
    width: 100%;
    order: 2;
  }
}
.m-prob {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.m-prob .box-wp {
  position: relative;
  padding-top: 12.0833333333%;
  padding-bottom: 12.96875%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.m-prob .box-wp a {
  color: #fff;
}

.m-prob .box-wp a:hover {
  color: #0e6eb8;
}

.m-prob .box-text {
  width: 38.875%;
}

.m-prob .box-fix {
  width: 54.125%;
  text-align: center;
  order: 2;
}

.m-prob .box-img {
  line-height: 0;
  font-size: 0;
  text-align: center;
  display: inline-block;
}

.m-prob .box-table {
  margin-top: 10.8545034642%;
}

@media screen and (max-width: 1220px) {
  .m-prob .box-table {
    overflow: scroll;
  }
}
.m-prob .box-table table {
  border-color: #fff;
  border: none;
}

.m-prob .box-table table tr td {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: rgba(14, 110, 184, 0.18);
  text-align: left;
}

.m-prob .box-table table tr:first-child td {
  background-color: rgba(14, 110, 184, 0.63);
}

.m-prob .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
}

.m-prob .box-desc {
  margin-top: 30px;
  color: #fff;
}

.m-prob .box-desc a {
  color: #fff;
}

.m-prob .box-desc a:hover {
  color: #0e6eb8;
}

.m-prob:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 13.28125%;
  background: url("../images/pro-bg1.png") no-repeat center;
  background-size: 100%;
}

.m-prob:nth-child(2n):before {
  background-image: url("../images/pro-bg2.png");
}

@media screen and (max-width: 991px) {
  .m-prob .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-prob .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob .box-fix {
    width: 100%;
  }
  .m-prob .box-text {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .m-prob .box-table {
    margin-top: 20px;
  }
}
.m-newsl .list-item {
  padding-top: 30px;
  padding-bottom: 27px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.m-newsl .list-item:first-child {
  padding-top: 0;
}

.m-newsl .item-pic {
  flex: 0 0 auto;
  width: 483px;
  margin-right: 5%;
}

.m-newsl .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-newsl .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-time {
  margin-top: 7px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-newsl .item-desc {
  margin-top: 13px;
  max-height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-newsl .item-desc a {
  color: #666;
}

.m-newsl .item-desc a:hover {
  color: #0e6eb8;
}

.m-newsl .item-link {
  margin-top: 43px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-newsl .item-link a {
  color: #666;
}

.m-newsl .item-link a:hover {
  color: #0e6eb8;
}

@media screen and (max-width: 991px) {
  .m-newsl .item-pic {
    width: 300px;
    margin-right: 20px;
  }
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-link {
    display: none;
  }
  .m-newsl .item-time, .m-newsl .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .m-newsl .item-desc {
    max-height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .m-newsl .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-newsl .item-pic {
    width: 180px;
  }
  .m-newsl .item-desc {
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 320px) {
  .m-newsl .list-item {
    display: block;
  }
  .m-newsl .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.m-news .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  text-align: center;
}

.m-news .box-info {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-news .box-time {
  margin-right: 10px;
}

.m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-news .share-title {
  margin-right: 5px;
}

.m-news .box-desc {
  margin-top: 28px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-news .box-info {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-news .box-desc {
    margin-top: 20px;
  }
}
.g-ctusbg {
  background: url("../images/ctusbg1.jpg") no-repeat center;
  background-size: cover;
  padding-top: 6.1458333333%;
  padding-bottom: 20.0520833333%;
}

.m-ctusfix .box-title {
  line-height: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 102px;
}

.m-ctusfix .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusfix .box-title2 {
  margin-bottom: 22px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-ctusfix .box-title {
    margin-bottom: 30px;
  }
  .m-ctusfix .box-title img {
    width: 250px;
  }
  .m-ctusfix .box-title2 {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-ctusinfo {
  width: 40%;
  color: #fff;
}

.m-ctusinfo a {
  color: #fff;
}

.m-ctusinfo a:hover {
  color: #0e6eb8;
}

.m-ctusinfo .info-item {
  margin-top: 20px;
}

.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}

.m-ctusinfo .info-item .title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
}

.m-ctusinfo .info-item .desc {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 9px;
}

@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
  }
  .m-ctusinfo .info-item {
    margin-top: 15px;
  }
  .m-ctusinfo .info-item .desc {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .info-item .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-ctusform {
  width: 48.9166666667%;
}

.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusform .form-item {
  margin-bottom: 20px;
}

.m-ctusform .form-item1 {
  width: 47.7001703578%;
}

.m-ctusform .form-item2 {
  width: 100%;
}

.m-ctusform .form-item3 {
  width: 48.8926746167%;
}

.m-ctusform .form-item4 {
  width: 47.1890971039%;
}

.m-ctusform .form-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 6px;
  background-color: #fff;
}

.m-ctusform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ctusform .form-text2 {
  height: 210px;
}

.m-ctusform .form-item3 {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-right: 120px;
}

.m-ctusform .code-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}

.m-ctusform .code-img img {
  max-height: 50px;
  vertical-align: middle;
}

.m-ctusform .form-btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 6px;
  background-color: #0e6eb8;
}

.m-ctusform .form-btn:hover {
  color: #fff;
  background-color: #333;
}

.m-ctusform .star .form-text {
  background: url("../images/star2.png") no-repeat 12px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .m-ctusform {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusform .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@font-face {
    font-display:swap;
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold.eot");
  src: url("../fonts/HelveticaNeueBold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeueBold.ttf") format("truetype"), url("../fonts/HelveticaNeueBold.svg#HelveticaNeueBold") format("svg");
}
@font-face {
      font-display:swap;
  font-family: "AvertaRegular";
  src: url("../fonts/AvertaRegular.eot");
  src: url("../fonts/AvertaRegular.eot") format("embedded-opentype"), url("../fonts/AvertaRegular.woff2") format("woff2"), url("../fonts/AvertaRegular.woff") format("woff"), url("../fonts/AvertaRegular.ttf") format("truetype"), url("../fonts/AvertaRegular.svg#AvertaRegular") format("svg");
}
@font-face {
      font-display:swap;
  font-family: "iconfont";
  /* Project id 3936964 */
  src: url("../fonts/iconfont.woff2?t=1678177955595") format("woff2"), url("../fonts/iconfont.woff?t=1678177955595") format("woff"), url("../fonts/iconfont.ttf?t=1678177955595") format("truetype");
}
.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";
}

.icon-jiantou_qiehuanxiangxia_o:before {
  content: "\eb8c";
}

.icon-jiantou_qiehuanyou_o:before {
  content: "\eb8d";
}

.icon-jiantou_qiehuanxiangshang_o:before {
  content: "\eb8e";
}

.icon-jiantou_qiehuanzuo_o:before {
  content: "\eb90";
}

.ppp {
  display: block;
  min-height: 500px;
  line-height: 100px;
}

.m-prob1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-prob1 .box-img {
  width: 49.1666666667%;
  line-height: 0;
  font-size: 0;
}
.m-prob1 .box-fix {
  width: 45.8333333333%;
}
.m-prob1 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-prob1 .box-share {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prob1 .share-title {
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  margin-right: 10px;
}
.m-prob1 .box-desc {
  margin-top: 28px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prob1 .box-link {
  margin-top: 31px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prob1 .box-link a {
  margin-right: 16px;
  margin-bottom: 10px;
  min-width: 166px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0e6eb8;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #0e6eb8;
}
.m-prob1 .box-link a:hover {
  color: #fff;
  background-color: #0e6eb8;
}
@media screen and (max-width: 991px) {
  .m-prob1 .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-prob1 .box-share {
    margin-top: 10px;
  }
  .m-prob1 .share-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-prob1 .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .box-link {
    margin-top: 10px;
  }
  .m-prob1 .box-link a {
    min-width: 100px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob1 .box-img {
    width: 100%;
  }
  .m-prob1 .box-fix {
    width: 100%;
    margin-top: 30px;
  }
}

.m-prott {
  margin-bottom: 28px;
  overflow: hidden;
}
.m-prott p {
  position: relative;
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
}
.m-prott p:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 18px;
  width: 1200px;
  height: 1px;
  background-color: rgba(172, 172, 172, 0.5);
}
@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 20px;
  }
  .m-prott p {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-prob2 {
  margin-top: 50px;
}
.m-prob2 .box-desc {
  color: #666;
}
.m-prob2 .box-desc table {
  border: none;
}
.m-prob2 .box-desc table tr td {
  background-color: #d4e4f2;
  color: #333;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
}
.m-prob2 .box-desc table tr:first-child td {
  color: #fff;
  background-color: #0e6eb8;
}
.m-prob2 .box-info {
  margin-top: 40px;
}
.m-prob2 .box-info table {
  table-layout: fixed;
}
.m-prob2 .box-info table tr td {
  background-color: #e6f0f8;
  color: #333;
  border: 1px solid #fff;
}
.m-prob2 .box-info table tr td:first-child {
  background-color: #0e6eb8;
  color: #fff;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  width: 214px;
}
.m-prob2 .box-info:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-prob2 {
    margin-top: 30px;
  }
}

.m-mpro {
  margin-top: 62px;
  position: relative;
}
.m-mpro .btn-wp {
  position: absolute;
  right: 0;
  top: 5px;
  padding-left: 20px;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-mpro .box-btn {
  width: 30px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: rgba(14, 110, 184, 0.3);
  cursor: pointer;
}
.m-mpro .box-btn:hover {
  color: #fff;
  background-color: #0e6eb8;
}
.m-mpro .prev {
  left: 5px;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-mpro .list-item {
  float: left;
  margin-right: 0.0166666667%;
  width: 0.325%;
}
.m-mpro .item-title {
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .btn-wp {
    top: 0;
  }
  .m-mpro .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}

.m-protag {
  margin-top: 75px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  background-color: #eee;
}
.m-protag a {
  color: #666;
}
.m-protag a:hover {
  color: #0e6eb8;
}
@media screen and (max-width: 991px) {
  .m-protag {
    margin-top: 30px;
    padding: 20px 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-mctus {
  background: url("../images/mctus-bg1.jpg") no-repeat center;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 60px;
}
.m-mctus .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "HelveticaNeueBold", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 37px;
}
.m-mctus .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
}
.m-mctus .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-mctus .form-item {
  margin-bottom: 14px;
}
.m-mctus .form-item1 {
  width: 47.7150537634%;
}
.m-mctus .form-item2 {
  width: 100%;
}
.m-mctus .form-item3 {
  width: 50.8064516129%;
}
.m-mctus .form-item4 {
  width: 47.7150537634%;
}
.m-mctus .form-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 6px;
  background-color: #fff;
}
.m-mctus .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-mctus .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-mctus .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-mctus .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-mctus .form-text2 {
  height: 210px;
}
.m-mctus .form-item3 {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-right: 120px;
}
.m-mctus .code-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.m-mctus .code-img img {
  max-height: 50px;
  vertical-align: middle;
}
.m-mctus .form-btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 6px;
  background-color: #0e6eb8;
}
.m-mctus .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-mctus .star .form-text {
  background: url("../images/star2.png") no-repeat 12px 20px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .m-mctus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-mctus .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-mctus .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
}