@charset "UTF-8";
::selection {
  color: #fff;
  background: #027ec8;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-x: hidden;
  font-family: "InterRegular", 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: #027ec8;
}

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=button] {
  cursor: pointer;
}
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-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-tsn {
  transition: all 550ms;
}

.c-pr {
  position: relative;
}

.c-nomg {
  margin: 0 !important;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

.c-scrollbar {
  padding-right: 10px;
}
.c-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: #dddddd;
}
.c-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #027ec8;
}

/* .c-xx end */
/* .f-xx start */
.f-box {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .f-box {
    max-width: 96%;
    width: 100%;
  }
}
.g-bd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}

.banner img {
  width: 100%;
}

/* .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, .an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:before {
  z-index: 2;
  transform: scaleX(0);
}
.an-hoverimg-xy:after {
  z-index: 1;
  transform: scaleY(0);
}
.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-hoverbtn-beforex {
  position: relative;
}
.an-hoverbtn-beforex em, .an-hoverbtn-beforex span, .an-hoverbtn-beforex i {
  position: relative;
}
.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #027ec8;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.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: 26px;
}
.m-desc a {
  color: #027ec8;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p {
  min-height: 26px;
}
.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: 1219px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #027ec8;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p {
    min-height: 24px;
  }
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-word;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
  .table table {
    min-width: 640px;
  }
}
.m-ftname {
  display: none;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  position: relative;
  padding-right: 20px;
}
.m-ftname:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.m-ftname.active:after {
  content: "-";
}
@media screen and (max-width: 767px) {
  .m-ftname {
    display: block;
    margin-top: 20px;
  }
  .m-ftname:nth-child(2) {
    margin-top: 0;
  }
}

/* .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 {
  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-desc {
  overflow: hidden;
}

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

.m-crm {
  padding-top: 24px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.m-crm a {
  color: #333;
}
.m-crm a:hover {
  color: #027ec8;
}
.m-crm .active {
  color: #027ec8;
}
@media screen and (max-width: 1219px) {
  .m-crm {
    padding-top: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-oths .oths-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 49%;
}
.m-oths .oths-item i {
  flex: 0 0 auto;
  width: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #d5d5d5;
}
.m-oths .oths-item:hover i {
  background-color: #027ec8;
}
.m-oths .oths-item:hover .item-title {
  color: #027ec8;
}
.m-oths .oths-item:hover .item-title span {
  color: #027ec8;
}
.m-oths .item-title {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-oths .item-title span {
  color: #333;
}
.m-oths .oths-item-2 {
  text-align: right;
}
.m-oths .oths-item-2 i {
  order: 2;
  margin-left: 14px;
}
.m-oths .oths-item-1 i {
  margin-right: 14px;
}
@media screen and (max-width: 1219px) {
  .m-oths .oths-item i {
    width: 32px;
    line-height: 32px;
  }
  .m-oths .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-oths .oths-item {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .m-oths .oths-item .item-title {
    order: 2;
  }
  .m-oths .oths-item i {
    margin-left: 0;
    margin-right: 14px;
  }
  .m-oths .oths-item-2 {
    margin-top: 10px;
  }
}

.m-page {
  margin-top: 75px;
  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: #333;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #999999;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page .big {
  min-width: 100px;
}
.m-page a:hover, .m-page a.active {
  color: white;
  border-color: #027ec8;
  background-color: #027ec8;
}
.m-page .page-form {
  padding-right: 36px;
  background: url("../images/page1.png") no-repeat right center;
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-page .form-btn {
  min-width: 178px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #027ec8;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 1219px) {
  .m-page {
    margin-top: 35px;
    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: 36px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-page .big {
    min-width: 75px;
  }
  .m-page .form-btn {
    height: 30px;
    line-height: 30px;
    min-width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.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: 36px;
  line-height: 36px;
  margin-bottom: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #565353;
  border-radius: 5px;
  cursor: pointer;
}
.m-kf .kf-item:hover, .m-kf .kf-item.active {
  color: #fff;
  background-color: #027ec8;
}
.m-kf .kf-item2:hover, .m-kf .kf-item2.active {
  border-radius: 5px 5px 5px 0;
}
.m-kf .kf-info {
  position: absolute;
  display: none;
  top: 0;
  right: 100%;
  margin-left: 3px;
  white-space: nowrap;
  border-radius: 5px 0 0 5px;
  background-color: #027ec8;
  color: #fff;
}
.m-kf .kf-info a {
  color: #fff;
}
.m-kf .kf-info a:hover {
  color: #333;
}
.m-kf .kf-wx {
  width: 120px;
  padding: 10px;
  line-height: 0;
  font-size: 0;
}
.m-kf .kf-email {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}
.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: #333;
  }
  .m-kf .kf-item {
    position: static;
    width: 20%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
    background-color: #333 !important;
  }
  .m-kf .kf-info {
    width: 100vw;
    bottom: 100%;
    top: auto;
    left: 0;
    white-space: initial;
    margin-left: 0;
    border-radius: 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: #027ec8;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #027ec8;
}

@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;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}
.j-videomodal:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
}

.g-bd1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.g-hproc {
  padding-top: 67px;
  padding-bottom: 68px;
  background: url("../images/hpro-bg1.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1219px) {
  .g-hproc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-htt {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url("../images/habt-bg1.png") no-repeat left center;
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .m-htt {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    background-size: auto 74px;
  }
}

.m-hproc .box-hd {
  padding-bottom: 82px;
}
.m-hproc .box-desc {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hproc .box-wp {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.m-hproc .swiper-slide {
  opacity: 0;
  transition: all 550ms;
}
.m-hproc .swiper-slide .item-title {
  margin-top: 46px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.m-hproc .swiper-slide-visible, .m-hproc .swiper-slide-next, .m-hproc .swiper-slide-prev {
  opacity: 1;
}
.m-hproc .swiper-slide-active .item-title {
  display: block;
}
.m-hproc .btn-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hproc .box-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.m-hproc .box-btn:hover {
  color: #fff;
  background-color: rgba(2, 126, 200, 0.5);
}
.m-hproc .prev {
  left: 0;
}
.m-hproc .next {
  right: 0;
}
@media screen and (max-width: 1219px) {
  .m-hproc .box-hd {
    padding-bottom: 30px;
  }
  .m-hproc .box-wp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-hproc .box-btn {
    width: 30px;
    line-height: 30px;
  }
  .m-hproc .swiper-slide .item-title {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hwys {
  padding-top: 52px;
  padding-bottom: 60px;
  background: url("../images/hwys-bg1.png") no-repeat center bottom;
}
.m-hwys .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hwys .box-item {
  width: 10%;
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
}
.m-hwys .box-item:hover .item-title {
  color: #027ec8;
}
.m-hwys .item-icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.m-hwys .item-title {
  margin-top: 20px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  .m-hwys {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-hwys .item-icon {
    width: 50px;
  }
  .m-hwys .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hwys .box-item {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .m-hwys .box-item {
    width: 50%;
  }
}

.g-habt {
  padding-top: 65px;
}
@media screen and (max-width: 1219px) {
  .g-habt {
    padding-top: 30px;
  }
}

.m-habt {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-habt .box-img {
  width: 45.7142857143%;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-wp {
  width: 49.1428571429%;
}
.m-habt .box-desc {
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-habt .box-info {
  margin-top: 46px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -45px;
}
.m-habt .info-item {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 45px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-habt .item-icon {
  flex: 0 0 auto;
  margin-right: 18px;
  width: 30px;
  padding-top: 8px;
}
.m-habt .item-text {
  flex: 1 1 auto;
}
.m-habt .item-num {
  line-height: 1;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
.m-habt .item-num span, .m-habt .item-num sup {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "InterRegular", arial, helvetica, sans-serif;
}
.m-habt .item-title {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  .m-habt .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-info {
    margin-top: 30px;
    margin-bottom: -20px;
  }
  .m-habt .info-item {
    margin-bottom: 20px;
  }
  .m-habt .item-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-habt .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-habt .box-img, .m-habt .box-wp {
    width: 100%;
  }
  .m-habt .box-wp {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .m-habt .info-item {
    width: 100%;
  }
}

.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .swiper-slide img {
  transform: scale(1);
  transition: all 16s;
}
.banner .swiper-slide-active {
  pointer-events: auto;
  z-index: 2;
}
.banner .swiper-slide-active img {
  transform: scale(1.1);
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: auto;
  line-height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  display: none;
}
.banner .swiper-button-prev {
  left: 50px;
}
.banner .swiper-button-next {
  right: 50px;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.banner .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .swiper-pagination-bullet-active {
  background-color: #027ec8;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .banner .swiper-button-prev, .banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
}

.g-hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .g-hd.fixed .m-hdfix1 {
    display: none;
  }
}

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

.m-hdlogo {
  line-height: 90px;
}
.m-hdlogo a {
  display: inline-block;
}
.m-hdlogo img {
  vertical-align: middle;
}

.m-hdinfo {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hdinfo .info-item {
  margin-right: 30px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hdinfo .info-item i {
  color: #027ec8;
}

.m-hdnav {
  width: 100%;
  justify-content: space-between;
}
.m-hdnav .nav-item {
  position: relative;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 20px;
}
.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #fff;
  background-color: #02a1ff;
}
.m-hdnav .nav-item:first-child {
  margin-left: 0;
}
.m-hdnav .sbnav-list {
  position: absolute;
  width: 284px;
  padding: 12px 20px;
  background-color: #027ec8;
  display: none;
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-list1 {
  left: 0;
  top: 100%;
}
.m-hdnav .sbnav-list2 {
  left: 100%;
  top: 0;
}
.m-hdnav .sbnav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-hdnav .sbnav-item a {
  color: #fff;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1440px) {
  .m-hdnav .sbnav-list {
    width: 200px;
  }
  .m-hdnav .sbnav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-hdlang {
  position: relative;
  z-index: 4;
  margin-left: 30px;
}
.m-hdlang .lang-btn {
  display: block;
  line-height: 90px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #666;
}
.m-hdlang .lang-btn i {
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: middle;
}
.m-hdlang .lang-btn img {
  vertical-align: middle;
}
.m-hdlang .lang-btn em {
  margin-left: 3px;
  margin-right: 3px;
}
.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 112px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 5px;
  padding-top: 14px;
  background-color: rgba(2, 126, 200, 0.9);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
  border-radius: 0px 0px 10px 10px;
}
.m-hdlang .lang-list.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.m-hdlang .lang-item {
  display: block;
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #cfcfcf;
}
.m-hdlang .lang-item:first-child {
  margin-top: 0;
}

.m-hdsch {
  position: relative;
  z-index: 3;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #027ec8;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 280px;
  padding-right: 44px;
  border-radius: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  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: 42px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-hdsch .sch-form .iconfont {
  background-color: #027ec8;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 1220px) {
  .m-hdsch .sch-btn {
    display: none;
  }
  .m-hdsch .sch-form {
    position: relative;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.m-hdsch .form-text::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.m-hdsch .form-text:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.m-hdsch .form-text::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.m-hdsch .form-text:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.m-hdfix2 {
  background-color: #027ec8;
}

@media screen and (max-width: 1660px) {
  .m-hdlogo img {
    width: 180px;
  }
  .m-hdnav .nav-item > a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdlang {
    margin-left: 20px;
  }
  .m-hdlang .lang-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hdlang .lang-list {
    padding-left: 10px;
  }
  .m-hdlang .lang-item {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdlogo img {
    width: 120px;
  }
  .m-hdnav .nav-item > a {
    padding: 0 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    background-color: #fff;
  }
  .m-hdnav, .m-hdinfo {
    display: none;
  }
  .m-hdlogo {
    line-height: 50px;
  }
  .m-hdsch {
    position: absolute;
    right: 55px;
    top: 0;
    margin-left: 0;
  }
  .m-hdsch .sch-btn {
    line-height: 50px;
  }
  .m-hdsch .sch-form {
    width: 230px;
  }
  .m-hdlang {
    position: absolute;
    right: 85px;
    top: 0;
    margin-left: 0;
  }
  .m-hdlang .lang-btn {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: inherit;
  }
  .m-hdlang .lang-btn i {
    margin-left: 3px;
  }
}
.f-hdpt {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .f-hdpt {
    padding-top: 50px;
  }
}

.m-prob1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  width: 42.8571428571%;
}
.m-prob1 .prob-pic-big {
  position: relative;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  background-color: #fff;
}
.m-prob1 .prob-pic-big .img {
  width: 100%;
}
.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}
.m-prob1 .prob-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-prob1 .prob-video.show {
  display: block;
}
.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}
.m-prob1 .prob-pic-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-prob1 .prob-pic-btn:hover {
  color: #027ec8;
}
.m-prob1 .prob-pic-btn.prev {
  left: 0;
}
.m-prob1 .prob-pic-btn.next {
  right: 0;
}
.m-prob1 .prob-pic-list {
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.0203703704%;
  width: 0.2314814815%;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 1px solid #eef3fa;
  background-color: #fff;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #027ec8;
}
.m-prob1 .prob-pic-item .item-pic:hover img, .m-prob1 .prob-pic-item .item-video:hover img {
  transform: scale(1);
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #027ec8;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-text {
  width: 52.7142857143%;
  align-self: center;
  padding-top: 27px;
}
.m-prob1 .prob-title {
  position: relative;
  padding-bottom: 15px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: normal;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
.m-prob1 .prob-desc {
  margin-top: 31px;
  color: #666;
  line-height: 30px;
}
.m-prob1 .prob-desc p {
  min-height: 30px;
}
.m-prob1 .prob-desc strong {
  font-size: 20px;
  font-size: 2rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  color: #027ec8;
}
.m-prob1 .prob-desc em {
  position: relative;
  display: block;
  padding-left: 28px;
}
.m-prob1 .prob-desc em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #027ec8;
  border-radius: 50%;
}
.m-prob1 .prob-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}
.m-prob1 .prob-link {
  margin-top: 66px;
  margin-bottom: -10px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prob1 .prob-link .link {
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #027ec8;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #027ec8;
  cursor: pointer;
  border-radius: 10px;
}
.m-prob1 .prob-link .link:last-child {
  margin-right: 0;
}
.m-prob1 .prob-link .link:hover {
  color: #fff;
  background-color: #027ec8;
  border-color: #027ec8;
}
@media screen and (max-width: 1219px) {
  .m-prob1 .prob-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-link .link {
    min-width: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .m-prob1 .prob-desc {
    margin-top: 20px;
  }
  .m-prob1 .prob-desc strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-desc em:before {
    top: 8px;
  }
  .m-prob1 .prob-desc p {
    min-height: 24px;
  }
  .m-prob1 .prob-share .font {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }
  .m-prob1 .prob-text {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
  }
  .m-prob1 .prob-pic-item .item-pic:before {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
.g-hctus {
  margin-top: 58px;
  padding-top: 23px;
  padding-bottom: 77px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1219px) {
  .g-hctus {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.m-hctus {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-hctus .box-text {
  flex: 1 1 auto;
  margin-right: 20px;
  max-width: 690px;
  color: #fff;
}
.m-hctus .box-text a {
  color: #fff;
}
.m-hctus .box-title {
  background-image: url("../images/htt-bg2.png");
}
.m-hctus .box-desc {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hctus .box-link {
  flex: 0 0 auto;
}
.m-hctus .box-link a {
  display: inline-block;
  min-width: 200px;
  line-height: 20px;
  padding: 20px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
.m-hctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-hctus .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .box-link a {
    min-width: 120px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hctus {
    display: block;
  }
  .m-hctus .box-link {
    margin-top: 20px;
  }
}

.g-hpro {
  padding-top: 60px;
}
@media screen and (max-width: 1219px) {
  .g-hpro {
    padding-top: 30px;
  }
}

.m-hbtn {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hbtn .box-btn {
  width: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
.m-hbtn .box-btn:hover {
  background-color: #027ec8;
  color: #fff;
}

.m-hpro .box-hd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
}
.m-hpro .prev {
  margin-right: 5px;
}
.m-hpro .item-text {
  padding-left: 15px;
  padding-right: 15px;
}
.m-hpro .item-title {
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.m-hpro .item-desc {
  margin-top: 10px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .m-hpro .item-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-hpro .item-title, .m-hpro .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .item-title {
    margin-top: 10px;
  }
  .m-hpro .item-desc {
    height: 44px;
  }
}

.g-hnews {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.m-hnews .box-title {
  margin-bottom: 10px;
}
.m-hnews .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hnews .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 20px;
  width: 22.8571428571%;
}
.m-hnews .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-hnews .item-title {
  margin-top: 23px;
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .item-time {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-hnews .item-time i {
  color: #027ec8;
}
.m-hnews .item-desc {
  margin-top: 7px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .item-link {
  margin-top: 30px;
}
.m-hnews .item-link a {
  display: inline-block;
  min-width: 160px;
  line-height: 22px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #027ec8;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #027ec8;
}
.m-hnews .item-link a:hover {
  background-color: #027ec8;
  color: #fff;
}
.m-hnews .item-text {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1219px) {
  .m-hnews .item-text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .m-hnews .item-title, .m-hnews .item-time, .m-hnews .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-title, .m-hnews .item-desc {
    height: 44px;
  }
  .m-hnews .item-title, .m-hnews .item-link {
    margin-top: 10px;
  }
  .m-hnews .item-desc, .m-hnews .item-time {
    margin-top: 5px;
  }
  .m-hnews .item-link a {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hnews .list-item {
    width: 98%;
  }
}

.g-ft {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #027ec8;
  color: #fff;
}
.g-ft a {
  color: #fff;
}
.g-ft a:hover {
  color: #ddd;
}
@media screen and (min-width: 992px) {
  .g-ft.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .g-ftfixed {
    padding-bottom: 0 !important;
  }
}
.m-ftfix1 {
  padding-top: 45px;
  padding-bottom: 46px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ftb {
  padding-right: 20px;
}

.m-ftb1 {
  margin-right: 8.0714285714%;
  width: 28.5714285714%;
  padding-right: 0;
}

.m-ftb2 {
  width: 23.9285714286%;
}

.m-ftb3 {
  width: 22.8571428571%;
}

.m-ftb4 {
  width: 16.4285714286%;
  padding-right: 0;
}

.m-ftlogo {
  line-height: 0;
  font-size: 0;
}

.m-ftinfo {
  margin-top: 44px;
  word-break: break-word;
}
.m-ftinfo .info-item {
  margin-top: 20px;
  position: relative;
  padding-left: 38px;
  line-height: 24px;
  min-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftshare {
  margin-top: 22px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 16px;
  margin-bottom: 10px;
  width: 32px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
}
.m-ftshare .share-item:hover {
  background-color: #fff;
  color: #027ec8;
}
.m-ftshare .share-item:last-child {
  margin-right: 0;
}

.m-ftt {
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  margin-top: 14px;
}
.m-ftt:first-child {
  margin-top: 0;
}

.m-ftnav {
  line-height: 30px;
  color: #ddd;
}
.m-ftnav a {
  color: #ddd;
}
.m-ftnav a:hover {
  color: #fff;
}

.m-ftfix2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 19px;
  padding-bottom: 48px;
  line-height: 26px;
  text-align: center;
}

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

@media screen and (max-width: 1219px) {
  .g-hd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ftt {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-ftnav {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ftinfo .info-item {
    margin-top: 10px;
  }
  .m-ftlogo img {
    width: 120px;
  }
  .m-ftinfo {
    margin-top: 30px;
  }
  .m-ftshare {
    margin-right: 10px;
  }
  .m-ftshare .share-item {
    width: 32px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-ftfix1 {
    justify-content: space-between;
  }
  .m-ftb {
    margin-right: 0;
    margin-bottom: 20px;
    width: 49%;
    padding-right: 0;
  }
  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .m-ftfix2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-ftb {
    width: 100%;
  }
  .m-ftt, .m-ftnav {
    display: none;
    margin-top: 10px;
  }
}
.m-nbanner {
  position: relative;
  z-index: 2;
}

.g-wp {
  padding-top: 96px;
  padding-bottom: 86px;
}
@media screen and (max-width: 1219px) {
  .g-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-abtb1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-abtb1 .box-img {
  width: 45.7142857143%;
  line-height: 0;
  font-size: 0;
}
.m-abtb1 .box-text {
  width: 49.2857142857%;
}
.m-abtb1 .box-desc {
  margin-top: -10px;
}
.m-abtb1 .box-fix {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-abtb1 .box-item {
  margin-bottom: 20px;
  width: 50%;
  padding-right: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-abtb1 .box-item .item-icon {
  margin-right: 15px;
  flex: 0 0 auto;
  width: 72px;
  line-height: 0;
  font-size: 0;
  background-color: #027ec8;
  border-radius: 10px;
}
.m-abtb1 .box-item .item-text {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 10px;
}
.m-abtb1 .box-item .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
.m-abtb1 .box-item .item-desc {
  margin-top: 3px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-abtb1 .box-info {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -45px;
}
@media screen and (max-width: 1219px) {
  .m-abtb1 .box-fix {
    margin-top: 20px;
  }
  .m-abtb1 .box-item .item-icon {
    width: 50px;
  }
  .m-abtb1 .box-item .item-title, .m-abtb1 .box-item .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-info {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-img {
    width: 100%;
  }
  .m-abtb1 .box-text {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 .box-item {
    width: 100%;
  }
}

.m-abtb2 {
  margin-top: 102px;
}
.m-abtb2 .box-wp {
  margin-top: 47px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-abtb2 .box-wp .box-img {
  width: 45.7142857143%;
  line-height: 0;
  font-size: 0;
}
.m-abtb2 .box-wp .box-text {
  width: 51.4285714286%;
  align-self: center;
}
.m-abtb2 .box-wp .box-desc {
  margin-top: 15px;
}
.m-abtb2 .box-wp:first-child {
  margin-top: 0;
}
.m-abtb2 .box-wp1 .box-img {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .box-wp {
    margin-top: 30px;
  }
  .m-abtb2 .box-wp .box-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .m-abtb2 .box-wp {
    overflow: hidden;
    display: block;
  }
  .m-abtb2 .box-wp .box-img {
    float: left;
  }
  .m-abtb2 .box-wp .box-text {
    width: auto;
  }
  .m-abtb2 .box-wp1 .box-img {
    float: right;
    margin-left: 20px;
  }
  .m-abtb2 .box-wp2 .box-img {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb2 .box-wp .box-img, .m-abtb2 .box-wp .box-text {
    width: 100%;
  }
  .m-abtb2 .box-wp .box-text {
    order: 2;
    margin-top: 10px;
  }
  .m-abtb2 .box-wp .box-img {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.m-abtb3 {
  margin-top: 84px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 115px;
}
.m-abtb3 .box-text {
  width: 100%;
  max-width: 710px;
}
.m-abtb3 .box-title {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.m-abtb3 .box-desc {
  margin-top: 22px;
  color: #fff;
}
.m-abtb3 .box-desc a {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-abtb3 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb3 .box-desc {
    margin-top: 10px;
  }
}

.m-abtb4 {
  margin-top: 64px;
}
.m-abtb4 .box-desc {
  max-width: 1340px;
}
.m-abtb4 .box-link {
  margin-top: 52px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-abtb4 .box-link a {
  margin-right: 45px;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 20px 38px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #027ec8;
}
.m-abtb4 .box-link a i {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  vertical-align: middle;
}
.m-abtb4 .box-link a:last-child {
  margin-right: 0;
}
.m-abtb4 .box-link a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-abtb4 {
    margin-top: 30px;
  }
  .m-abtb4 .box-link {
    margin-top: 20px;
  }
  .m-abtb4 .box-link a {
    min-width: 120px;
    margin-right: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-pronav {
  padding-bottom: 23px;
}
.m-pronav .box-title {
  text-align: center;
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
.m-pronav .box-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-pronav .nav-item {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 7px 14px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 10px;
}
.m-pronav .nav-item:hover, .m-pronav .nav-item.active {
  color: #fff;
  background-color: #027ec8;
}
@media screen and (max-width: 1219px) {
  .m-pronav .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-pronav .nav-item {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -50px;
}
.m-prol .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 50px;
  width: 22.8571428571%;
}
.m-prol .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-prol .item-text {
  padding: 0 15px;
}
.m-prol .item-title {
  margin-top: 21px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-desc {
  margin-top: 10px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-prol .item-link {
  margin-top: 28px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prol .item-link input {
  margin-right: 10px;
}
.m-prol .item-link a {
  min-width: 140px;
  padding: 10px;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #027ec8;
  text-align: center;
  border: 1px solid #027ec8;
  border-radius: 10px;
}
.m-prol .item-link a:hover {
  color: #fff;
  background-color: #027ec8;
}
@media screen and (max-width: 1219px) {
  .m-prol {
    margin-bottom: -30px;
  }
  .m-prol .list-item {
    margin-bottom: 30px;
  }
  .m-prol .item-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-prol .item-title, .m-prol .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-title {
    margin-top: 10px;
  }
  .m-prol .item-desc {
    height: 44px;
  }
  .m-prol .item-link {
    margin-top: 10px;
  }
  .m-prol .item-link a {
    min-width: 80px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-prol .list-item {
    width: 98%;
  }
}

.m-prob2 {
  margin-top: 92px;
}
.m-prob2 .box-hd {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.m-prob2 .box-title {
  padding-left: 84px;
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  background: url("../images/prob2-icon1.png") no-repeat left center;
}
.m-prob2 .box-desc {
  margin-top: 32px;
}
.m-prob2 .box-desc strong {
  color: #027ec8;
  font-weight: normal;
  font-family: "InterBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.m-prob2 .box-desc table {
  border: none;
}
.m-prob2 .box-desc table tr td {
  background-color: #f2f2f2;
  border: none;
}
.m-prob2 .box-desc table tr:nth-child(2n) td {
  background-color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-prob2 {
    margin-top: 30px;
  }
  .m-prob2 .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 40px;
    background-size: 30px;
  }
  .m-prob2 .box-desc {
    margin-top: 20px;
  }
  .m-prob2 .box-desc strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-newsl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -55px;
}
.m-newsl .list-item {
  margin-right: 3.9285714286%;
  margin-bottom: 55px;
  width: 30.7142857143%;
}
.m-newsl .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-newsl .item-title {
  margin-top: 9px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsl .item-time {
  margin-top: 28px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-newsl .item-time i {
  color: #027ec8;
}
.m-newsl .item-desc {
  margin-top: 11px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-newsl .item-link {
  margin-top: 30px;
}
.m-newsl .item-link a {
  display: inline-block;
  min-width: 160px;
  line-height: 22px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #027ec8;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #027ec8;
}
.m-newsl .item-link a:hover {
  background-color: #027ec8;
  color: #fff;
}
.m-newsl .item-text {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1219px) {
  .m-newsl {
    margin-bottom: -20px;
  }
  .m-newsl .list-item {
    margin-bottom: 20px;
  }
  .m-newsl .item-text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .m-newsl .item-title, .m-newsl .item-time, .m-newsl .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-desc {
    height: 44px;
  }
  .m-newsl .item-time, .m-newsl .item-link {
    margin-top: 10px;
  }
  .m-newsl .item-desc, .m-newsl .item-title {
    margin-top: 5px;
  }
  .m-newsl .item-link a {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-newsl .list-item {
    width: 98%;
  }
}

.m-news .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-news .box-info, .m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-news .box-info {
  padding-top: 9px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-news .box-time {
  margin-right: 20px;
}
.m-news .box-time i {
  color: #027ec8;
}
.m-news .share-title {
  margin-right: 10px;
}
.m-news .share-img {
  line-height: 0;
}
.m-news .box-desc {
  margin-top: 25px;
}
@media screen and (max-width: 1219px) {
  .m-news .box-title {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

.m-ctusinfo {
  width: 42.3571428571%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 106px;
  padding-bottom: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.m-ctusinfo a {
  color: #fff;
}
.m-ctusinfo a:hover {
  color: #027ec8;
}
.m-ctusinfo .box-title {
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
.m-ctusinfo .box-name {
  margin-top: 13px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-ctusinfo .box-info {
  margin-top: 50px;
}
.m-ctusinfo .info-item {
  margin-top: 21px;
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
}
.m-ctusinfo .box-share {
  margin-top: 43px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ctusinfo .share-item {
  margin-right: 17px;
  margin-bottom: 10px;
}
.m-ctusinfo .share-item .iconfont {
  display: inline-block;
  width: 44px;
  line-height: 44px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.m-ctusinfo .share-item .iconfont:hover {
  color: #027ec8;
  background-color: #fff;
}
.m-ctusinfo .share-item .icon-facebook {
  background-color: #3b5998;
}
.m-ctusinfo .share-item .icon-twitter-new2 {
  background-color: #29c5f6;
}
.m-ctusinfo .share-item .icon-pinterest {
  background-color: #c61118;
}
.m-ctusinfo .share-item .icon-linkedin {
  background-color: #006dc0;
}
.m-ctusinfo .share-item .icon-instagram {
  background-color: #b50ac9;
}
.m-ctusinfo .share-item .icon-youtube {
  background-color: #dd332c;
}
.m-ctusinfo .share-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .m-ctusinfo {
    padding: 40px 20px;
  }
  .m-ctusinfo .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .share-item {
    margin-right: 10px;
  }
  .m-ctusinfo .share-item .iconfont {
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .info-item {
    margin-top: 10px;
  }
  .m-ctusinfo .box-info {
    margin-top: 20px;
  }
  .m-ctusinfo .box-name {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
  }
}

.m-ctusform {
  width: 55%;
  padding-top: 12px;
}
.m-ctusform .box-hd {
  padding-bottom: 37px;
  padding-left: 28px;
}
.m-ctusform .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "InterBold", arial, helvetica, sans-serif;
}
.m-ctusform .box-desc {
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
}
.m-ctusform .form-item1 {
  width: 50%;
}
.m-ctusform .form-item2 {
  width: 100%;
}
.m-ctusform .form-item3 {
  position: relative;
  width: 58.4415584416%;
  padding-right: 178px;
}
.m-ctusform .form-item3 .form-text {
  padding-left: 10px;
}
.m-ctusform .form-item4 {
  width: 39.6103896104%;
}
.m-ctusform .form-text {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.m-ctusform .form-text2 {
  height: 133px;
  line-height: 26px;
  padding-top: 12px;
}
.m-ctusform .star {
  background: url("../images/star1.png") no-repeat 11px 22px;
}
.m-ctusform .form-icon {
  position: absolute;
  left: 28px;
  width: 40px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #acacac;
  text-align: center;
}
.m-ctusform .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #cfcfcf;
  overflow: hidden;
}
.m-ctusform .form-code img {
  max-height: 48px;
  vertical-align: middle;
}
.m-ctusform .form-btn {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #027ec8;
  border-radius: 5px;
}
.m-ctusform .form-btn:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-ctusform .form-text, .m-ctusform .form-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item3 {
    padding-right: 110px;
  }
  .m-ctusform .form-code {
    width: 100px;
  }
  .m-ctusform .box-title {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-ctusform .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .box-hd {
    padding-bottom: 20px;
  }
  .m-ctusform .form-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusform .form-item {
    width: 100%;
  }
}

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

.m-ctusmap {
  margin-top: 66px;
}
@media screen and (max-width: 1219px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}