@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
}

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;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

a:hover {
  color: #0126be;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

table,
embed,
video {
  max-width: 100%;
}

input,
textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input[type=submit],
textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox],
textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio],
textarea[type=radio] {
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em,
i {
  font-style: normal;
}

/* .c-xx start */
.c-bdnone {
  border: none !important;
}

.c-bg-f6 {
  background-color: #f6f6f6;
}

.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 {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.c-bbx {
  -moz-box-sizing: border-box;
  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 {
	padding-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%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
  .f-box {
    width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .f-box {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* .f-xx end */
/* @keyframes start */
@-webkit-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);
  }
}
@-moz-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 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;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  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;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  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%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #0126be;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
  color: #fff;
}

.an-hoverbtn-beforey:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  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%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #0126be;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
  color: #fff;
}

.an-hoverbtn-beforex:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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: #0126be;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
  color: #fff;
}

.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #666;
}

.m-desc a {
  color: #0126be;
}

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

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 90%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

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

.m-table table tr td {
  padding: 3px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .m-table {
    width: 100%;
    overflow-x: scroll;
  }

  .m-table table {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .m-tt1 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }

  .m-tt2 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  .m-tt3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .m-desc1 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .m-desc2 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }

  [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 {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.j-offset-left {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.j-offset-right {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.j-fadein {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.j-lazy {
  min-width: 20%;
}

/* .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 {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

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

[class*=-item] .item-title a:hover {
  color: #0126be;
}

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

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

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

#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 {
  -webkit-animation: object_one 1.5s infinite;
  -moz-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  -moz-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  -webkit-animation: object_three 1.5s infinite;
  -moz-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_one {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_two {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes object_three {
  75% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-crm {
  margin-top: 17px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

.m-crm a:hover {
  color: #0126be;
}

.m-crm a.active {
  color: #0126be;
}

.m-oths {
  margin-top: 42px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 9px;
  padding-right: 9px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.m-oths .oths-item {
  max-width: 48%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

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

.m-oths .oths-item a:hover {
  color: #0126be;
}

.m-oths .oths-item-1 {
  float: left;
}

.m-oths .oths-item-2 {
  float: right;
}

.m-oths .item-name {
  color: #333;
}

@media screen and (max-width: 991px) {
  .m-oths {
    margin-top: 30px;
    padding: 5px 0;
  }

  .m-oths .oths-item {
    width: 100%;
    max-width: 100%;
  }
}
.m-page {
  margin-top: 62px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-page a.big {
  min-width: 61px;
}

.m-page a:hover {
  color: white;
  border-color: #0126be;
  background-color: #0126be;
}

.m-page a.active {
  color: white;
  border-color: #0126be;
  background-color: #0126be;
}

.m-page2 {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  background: url("../images/gotop.png") no-repeat center;
  background-color: #0126be;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .returntop {
    bottom: 65px;
    width: 36px;
    height: 36px;
  }
}
.g-hd {
  position: relative;
  z-index: 9;
}

.m-hdfix1 {
  background-color: #d7d7d7;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0126be;
}

.m-hdfix1 a {
  color: #0126be;
}

.m-hdfix1 a:hover {
  text-decoration: underline;
}

.m-hduser {
  float: left;
}

.m-hduser .user-line {
  margin: 0 10px;
}

.m-hdinfo {
  float: left;
  overflow: hidden;
}

.m-hdinfo .info-item {
  float: left;
  margin-left: 30px;
}

.m-hdlogo {
  float: left;
  padding-top: 10px;
  padding-bottom: 14px;
}

.m-hdlogoname {
  position: relative;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 23px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-hdlogoname:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 1px;
  height: 60px;
  background-color: #959595;
  opacity: 0.8;
}

.m-hdlink {
  float: right;
  padding-top: 29px;
  overflow: hidden;
}

.m-hdlink .link-item {
  float: left;
  margin-left: 40px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdlink .link-item i {
  margin-right: 5px;
  color: #0126be;
  font-size: 2.6rem;
  vertical-align: middle;
}

.m-hdlink .link-item:first-child {
  margin-left: 0;
}

.m-hdfix3 {
  background-color: #0126be;
}

.m-hdjijia {
  float: right;
  margin-left: 5px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hdjijia a {
  display: block;
  min-width: 136px;
  padding-left: 53px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/jijia1.png") no-repeat 16px 16px;
}

.m-hdjijia:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.m-hdnav {
  float: left;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
}

.m-hdnav .nav-item > a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.m-hdnav .nav-item > a img {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.m-hdnav .nav-item > a:hover,
.m-hdnav .nav-item > a.current,
.m-hdnav .nav-item > a.active {
  color: #0126be;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hdnav .sbnav-list {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -80px;
  width: 160px;
  background-color: #0126be;
  background-color: rgba(1, 38, 190, 0.5);
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.m-hdnav .sbnav-item a {
  display: block;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-hdnav .sbnav-item a:hover {
  color: #0126be;
  background-color: #fff;
}

.m-hdsch {
  float: left;
  position: relative;
}

.m-hdsch .box-btn {
  display: block;
  padding: 10px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-hdsch .box-form {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 200px;
  padding-right: 34px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #0126be;
}

.m-hdsch .box-form .form-btn,
.m-hdsch .box-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

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

.m-hdsch .box-form .iconfont {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #0126be;
}

.m-hdsch .box-form .form-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hdtt,
.m-hdlink,
.m-hdinfo,
.m-hdlogoname,
.m-hdfix3 {
    display: none;
  }

  .m-hdfix1 .box-fix {
    float: left;
  }

  .m-hdfix2 .box-fix1 {
    float: none;
  }

  .m-hdlogo {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
}
.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}

.wap-nav .nav span {
  font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}

.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav > ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wap-nav .nav > ul > li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}

.wap-nav .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
  background-image: url("../images/yizi.png");
}

.wap-nav .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.wap-nav .nav > ul > li > a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.wap-nav .nav > ul > li > a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.wap-nav .nav > ul > li .c-show {
  display: none;
  width: 100%;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
  margin-right: 40px;
  padding-left: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  padding-left: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > dl {
  padding: 20px;
}

.wap-nav .nav > ul > dl dd {
  float: left;
  margin: 0 2px;
}

.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #0126be;
}

@media screen and (min-width: 992px) {
  .wap-nav,
.menubtn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0126be;
  }

  .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: #0126be;
  }
}
.banner {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .dotList {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 26px;
  font-size: 0;
  letter-spacing: 0;
}

.banner .dotList ul li {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.banner .dotList ul li.active {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner .dotList {
    bottom: 10px;
  }

  .banner .dotList ul li {
    width: 10px;
    height: 10px;
  }
}
.m-bnfix {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 86px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-bnfix > .box-wp {
  margin: 0 auto;
  width: 96%;
  max-width: 1474px;
}

@media screen and (max-width: 1500px) {
  .m-bnfix > .box-wp {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .m-bnfix > .box-wp {
    max-width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .m-bnfix {
    display: none;
  }
}
.m-bnfix > .box-wp {
  position: relative;
  margin: 0 auto;
  width: 96%;
  max-width: 1620px;
}

@media screen and (max-width: 1630px) {
  .m-bnfix > .box-wp {
    max-width: 1200px;
  }
}
.m-bnfix2 {
  padding-top: 26px;
}

.m-bnform {
  float: left;
  margin-left: 15px;
  width: 410px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 23px;
  padding-bottom: 28px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.m-bnform .box-title {
  margin-bottom: 9px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0126be;
}

.m-bnform .box-form {
  margin-bottom: -16px;
  font-size: 0;
  letter-spacing: 0;
}

.m-bnform .form-item {
  margin-right: 3.55805%;
  margin-bottom: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
}

.m-bnform .form-item1 {
  width: 48.12734%;
}

.m-bnform .form-label {
  margin-bottom: 4px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-bnform .form-text {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background-color: #fff;
  border: 1px solid #bababa;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.m-bnform .form-chicun {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #e1e1e1;
}

.m-bnform .form-info {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-bnform .chicun-fix1,
.m-bnform .chicun-dw {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-bnform .chicun-fix1 {
  width: 109px;
}

.m-bnform .chicun-fix1 input {
  height: 36px;
  line-height: 34px;
}

.m-bnform .chicun-dw {
  padding: 0 5px;
  line-height: 36px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #666;
}

.m-bnform .form-item2 {
  margin-right: 2.62172%;
  width: 70.59925%;
}

.m-bnform .form-item3 {
  width: 140px;
}

.m-bnform .form-btn {
  width: 100%;
  height: 46px;
  padding-left: 54px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/jijia1.png") no-repeat 21px 13px;
  background-color: #0126be;
}

.m-bnform2 {
  width: 495px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 19px;
  padding-bottom: 24px;
}

.m-bnform2 .box-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

.m-bnform2 .form-label {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnform2 .form-text {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnform2 .form-item1 {
  width: 48.1153%;
}

.m-bnform2 .form-item2 {
  width: 70.50998%;
}

.m-bnform2 .form-item3 {
  width: 26.60754%;
}

.m-bnform2 .form-btn {
  padding-left: 45px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  background-image: url("../images/jijia2.png");
  background-position: 18px 12px;
}

.m-bnform2 .chicun-fix1 {
  width: 92px;
}

.m-bnform2 .chicun-fix1 input {
  height: 30px;
  line-height: 28px;
}

.m-bnform2 .chicun-dw {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 30px;
}

.m-bnform2 .form-info {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-bnztzd {
  float: right;
  width: 205px;
  border: 8px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.m-bnztzd .list-item {
  margin-top: 8px;
  background-color: #0126be;
  background-color: rgba(1, 38, 190, 0.5);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  overflow: hidden;
}

.m-bnztzd .list-item:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.m-bnztzd .list-item:first-child {
  margin-top: 0;
}

.m-bnztzd .item-pic {
  float: right;
  width: 75px;
  margin-right: 10px;
  margin-left: 10px;
}

.m-bnztzd .item-title {
  padding-left: 14px;
  padding-top: 19px;
  overflow: hidden;
}

.m-bnztzd .item-title a {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-bnztzd2 {
  width: 180px;
}

.m-bnztzd2 .list-item {
  margin-top: 6px;
}

.m-bnztzd2 .item-pic {
  margin-left: 0;
  margin-right: 3px;
  width: 67px;
}

.m-bnztzd2 .item-title {
  padding-left: 10px;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnjszd {
  float: right;
  margin-right: 18px;
  width: 108px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-bnjszd2 {
  width: 95px;
}

.m-bnjszd3 {
  float: left;
  margin-right: 0;
}

.m-bnjszd2 .box-title {
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnjszd2 .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnjszd .box-title {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #0126be;
}

.m-bnjszd .box-title a {
  display: block;
  color: #fff;
}

.m-bnjszd .box-title a:hover {
  color: #fff;
}

.m-bnjszd .list-item {
  position: relative;
  padding: 0 7px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-bnjszd .list-item:hover {
  color: #fff;
  background-color: #0126be;
}

.m-bnjszd .list-item:hover .item-title {
  border-bottom: none;
}

.m-bnjszd .list-item:hover a {
  color: #fff;
}

.m-bnjszd .item-title {
  padding: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #919191;
}

.m-bnjszd .item-title:last-child {
  border-bottom: none;
}

.m-bnjszd2 {
  width: 95px;
}

.m-bnjszd2 .box-title {
  font-size: 14px;
  font-size: 1.4rem;
}

.m-bnjszd2 .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.g-hcgzd {
  padding-top: 18px;
  padding-bottom: 72px;
}

.g-hcgzd .box-title {
  margin-bottom: 35px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .g-hcgzd {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .g-hcgzd .box-title {
    margin-bottom: 30px;
  }
}
.m-hcgzd {
  margin-bottom: -30px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.m-hcgzd .box-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1.08333%;
  margin-bottom: 30px;
  width: 32.5%;
}

.m-hcgzd .bitem-hd {
  margin-bottom: 12px;
  text-align: center;
  background-color: #d7d7d7;
  background-color: rgba(215, 215, 215, 0.6);
}

.m-hcgzd .bitem-hd a {
  display: block;
}

.m-hcgzd .bitem-hd span {
  padding-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-hcgzd .bitem-hd1 span {
  background-image: url("../images/cgzdicon1.png");
}

.m-hcgzd .bitem-hd1 a:hover {
  color: #fff;
  background-color: #0126be;
}

.m-hcgzd .bitem-hd1 a:hover span {
  color: #fff;
  background-image: url("../images/cgzdicon1h.png");
}

.m-hcgzd .bitem-hd2 span {
  background-image: url("../images/cgzdicon2.png");
}

.m-hcgzd .bitem-hd2 a:hover {
  color: #fff;
  background-color: #0126be;
}

.m-hcgzd .bitem-hd2 a:hover span {
  color: #fff;
  background-image: url("../images/cgzdicon2h.png");
}

.m-hcgzd .bitem-hd3 span {
  background-image: url("../images/cgzdicon3.png");
}

.m-hcgzd .bitem-hd3 a:hover {
  color: #fff;
  background-color: #0126be;
}

.m-hcgzd .bitem-hd3 a:hover span {
  color: #fff;
  background-image: url("../images/cgzdicon3h.png");
}

.m-hcgzd .bitem-bd {
  padding-left: 18px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), color-stop(0%, #ecebeb), to(#fafafa));
  background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ecebeb 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(bottom, #ececec 0%, #ecebeb 0%, #fafafa 100%);
  background-image: linear-gradient(0deg, #ececec 0%, #ecebeb 0%, #fafafa 100%);
  border: solid 1px #dddddd;
  overflow: hidden;
}

.m-hcgzd .bitem-img {
  float: right;
  margin-left: 10px;
  width: 94px;
  line-height: 0;
  font-size: 0;
}

.m-hcgzd .box-list {
  padding-top: 38px;
  overflow: hidden;
}

.m-hcgzd .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .m-hcgzd .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }

  .m-hcgzd .box-item:last-child {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .m-hcgzd .box-item {
    width: 98%;
  }
}
.m-hhd {
  margin-bottom: 39px;
  text-align: center;
}

.m-hhd .hd-title {
  position: relative;
  padding-bottom: 16px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #b7b7b7;
}

.m-hhd .hd-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  width: 27px;
  height: 4px;
  background-color: #0126be;
}

.m-hhd .hd-desc {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 855px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hhd .hd-desc a {
  color: #666;
}

.m-hhd .hd-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }
}
.m-hhd2 {
  color: #fff;
}

.m-hhd2 .hd-title {
  border-bottom-color: #fff;
}

.m-hhd2 .hd-title:before {
  background-color: #fff;
}

.m-hhd2 .hd-title,
.m-hhd2 .hd-desc {
  color: #fff;
}

.m-hhd2 .hd-title a,
.m-hhd2 .hd-desc a {
  color: #fff;
}

.m-hhd2 .hd-title a:hover,
.m-hhd2 .hd-desc a:hover {
  color: #ccc;
}

.g-hhexin {
  padding-top: 51px;
  padding-bottom: 70px;
  background: url("../images/hbg1.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .g-hhexin {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hhexin {
  margin-bottom: -30px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.m-hhexin .box-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3.25%;
  margin-bottom: 30px;
  width: 22.08333%;
  min-height: 274px;
  padding-left: 2.08333%;
  padding-right: 2.08333%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hhexin .box-item:hover {
  background-color: #fff;
}

.m-hhexin .item-wp {
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-hhexin .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-hhexin .item-title {
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hhexin .item-desc {
  margin-top: 12px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-hhexin .item-desc a {
  display: block;
  color: #666;
}

.m-hhexin .item-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 991px) {
  .m-hhexin .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hhexin .box-item {
    width: 98%;
  }
}
.g-hpro1 {
  margin-top: 51px;
}

@media screen and (max-width: 991px) {
  .g-hpro1 {
    margin-top: 30px;
  }
}
.g-hpro2 {
  padding-top: 60px;
  padding-bottom: 103px;
}

@media screen and (max-width: 991px) {
  .g-hpro2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hpro {
  margin-bottom: -22px;
}

.m-hpro .list-item {
  float: left;
  margin-right: 1%;
  margin-bottom: 22px;
  width: 24%;
}

.m-hpro .list-item:hover .item-pic:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.m-hpro .list-item:hover .item-text {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}

.m-hpro .item-pic {
  position: relative;
  background-color: #f1f1f1;
}

.m-hpro .item-pic:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hpro .item-text {
  margin-top: 4px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #eeeeee;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hpro .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-desc {
  margin-top: 3px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

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

.m-hpro .item-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .m-hpro .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}
.g-hkhfx {
  padding-top: 59px;
  padding-bottom: 83px;
  background: url("../images/hbg2.jpg") no-repeat center;
  background-size: cover;
}

.g-hkhfx .box-hd {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .g-hkhfx {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .g-hkhfx .box-hd {
    margin-bottom: 30px;
  }
}
.m-hkhfx {
  position: relative;
}

.m-hkhfx .box-btn {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  opacity: 0.5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.m-hkhfx .box-btn.prev {
  right: 100%;
  margin-right: 25px;
}

.m-hkhfx .box-btn.next {
  left: 100%;
  margin-left: 25px;
}

.m-hkhfx .box-btn:hover {
  opacity: 1;
}

.m-hkhfx .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-hkhfx .list-item {
  float: left;
  margin-right: 0.01333%;
  width: 0.18917%;
  background-color: #fff;
}

.m-hkhfx .item-text {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 23px;
}

.m-hkhfx .item-title {
  margin-bottom: 15px;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  overflow: hidden;
}

.m-hkhfx .item-title a {
  display: block;
  color: #555;
}

.m-hkhfx .item-title a:hover {
  color: #0126be;
}

.m-hkhfx .item-fix1 {
  float: left;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.m-hkhfx .item-fix2 {
  float: right;
  padding-top: 17px;
  line-height: 0;
  font-size: 0;
  min-width: 85px;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .m-hkhfx {
    padding-left: 45px;
    padding-right: 45px;
  }

  .m-hkhfx .box-btn.prev {
    right: auto;
    margin-right: 0;
    left: 0;
  }

  .m-hkhfx .box-btn.next {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-hkhfx .list-item {
    margin-right: 0.02%;
    width: 0.231%;
  }

  .m-hkhfx .list-item .item-fix1 {
    float: none;
  }

  .m-hkhfx .list-item .item-fix2 {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .m-hkhfx .list-item {
    width: 0.32%;
  }
}
@media screen and (max-width: 480px) {
  .m-hkhfx .list-item {
    width: 0.49%;
  }
}
@media screen and (max-width: 375px) {
  .m-hkhfx .list-item {
    width: 1%;
  }
}
.g-bd {
  overflow: hidden;
}

.g-hfix {
  margin-top: 59px;
  margin-bottom: -30px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.g-hfix .box-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1%;
  margin-bottom: 30px;
  width: 32%;
}

.g-hfix .bitem-hd {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 13px;
  line-height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #acacac;
}

.g-hfix .bitem-hd:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 46px;
  height: 3px;
  background-color: #0126be;
}

.g-hfix .bitem-link {
  float: right;
  margin-left: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}

.g-hfix .bitem-link:hover {
  color: #0126be;
}

.g-hfix .bitem-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .g-hfix .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }

  .g-hfix .box-item:last-child {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .g-hfix .box-item {
    width: 98%;
  }
}
.m-hnews .box-img {
  line-height: 0;
  font-size: 0;
}

.m-hnews .list-item {
  padding-top: 25px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #acacac;
}

.m-hnews .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hnews .item-time {
  margin-top: 4px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.m-hnews .item-desc {
  margin-top: 3px;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  overflow: hidden;
}

.m-hnews .item-desc a {
  display: block;
  color: #555;
}

.m-hnews .item-desc a:hover {
  color: #0126be;
}

.m-hgy .list-item {
  padding-top: 19px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #acacac;
}

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

.m-hgy .item-title {
  position: relative;
  padding-left: 12px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hgy .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.m-hgy .item-time {
  padding-left: 14px;
  padding-top: 4px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.m-hfaq .list-item {
  margin-top: 22px;
}

.m-hfaq .list-item:first-child {
  margin-top: 0;
}

.m-hfaq .item-title {
  position: relative;
  padding-left: 43px;
  padding-right: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hfaq .item-title span {
  position: absolute;
  left: 10px;
  top: 0;
  width: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #0126be;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.m-hfaq .item-desc {
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 15px;
  background-color: #f7f8f8;
}

.m-hfaq .item-desc p {
  position: relative;
  padding-left: 33px;
  max-height: 66px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  color: #666;
}

.m-hfaq .item-desc span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0126be;
  text-align: center;
  border: 1px solid #0126be;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.g-habtinfo {
  padding-top: 46px;
  padding-bottom: 47px;
}

@media screen and (max-width: 991px) {
  .g-habtinfo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-habtinfo {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -30px;
}

.m-habtinfo .box-item {
  position: relative;
  margin-right: 1.33333%;
  margin-bottom: 30px;
  padding-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-habtinfo .box-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 95px;
  background-color: #acacac;
}

.m-habtinfo .box-item1 {
  width: 26.16667%;
}

.m-habtinfo .box-item2 {
  width: 19.83333%;
}

.m-habtinfo .box-item3 {
  width: 28.16667%;
}

.m-habtinfo .box-item4 {
  margin-right: 0;
  width: 21.66667%;
}

.m-habtinfo .item-icon {
  float: left;
  margin-right: 14px;
  width: 66px;
}

.m-habtinfo .item-text {
  overflow: hidden;
}

.m-habtinfo .item-title {
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-habtinfo .item-desc {
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

@media screen and (max-width: 991px) {
  .m-habtinfo .box-item:before {
    display: none;
  }

  .m-habtinfo .item-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-habtinfo .box-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }
}
.g-ft {
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #cacaca;
  background-color: #252525;
}

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

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

.m-ftfix1 {
  padding-top: 54px;
  padding-bottom: 54px;
  border-top: 6px solid #0126be;
  background: #555555;
}

@media screen and (max-width: 991px) {
  .m-ftfix1 {
    display: none;
  }
}
.m-ftb {
  float: left;
  padding-top: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dashed #acacac;
  min-height: 178px;
  border-color: rgba(172, 172, 172, 0.8);
}

.m-ftb1 {
  width: 16.5%;
  padding-right: 3.33333%;
}

.m-ftb2 {
  width: 20%;
  padding-left: 20px;
  padding-right: 3.33333%;
}

.m-ftb3 {
  width: 19.58333%;
  padding-left: 20px;
  padding-right: 3.33333%;
}

.m-ftb4 {
  margin-right: 3.08333%;
  width: 28.66667%;
  padding-left: 20px;
  padding-right: 3.33333%;
}

.m-ftb5 {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.m-ftt {
  margin-bottom: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

.m-ftel {
  line-height: 36px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.m-ftaddr {
  margin-top: 24px;
}

.m-ftfix2 {
  padding-top: 30px;
  padding-bottom: 38px;
  text-align: center;
}

.m-ftlnk {
  margin-top: 5px;
  overflow: hidden;
}

.m-ftlnk .lnk-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 15px;
}

.g-bd {
  overflow: hidden;
}

.g-wp {
 padding-top: 40px; 
  padding-bottom: 128px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-nnav {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 10px;
  margin-bottom: -11px;
}

.m-nnav .nav-item {
  margin-bottom: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 229px;
  line-height: 30px;
  padding: 13px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-bottom-color: #0126be;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-nnav .nav-item.current,
.m-nnav .nav-item.active {
  margin-top: -10px;
  line-height: 40px;
  color: #fff;
  border-color: #0126be;
  background-color: #0126be;
}

@media screen and (max-width: 991px) {
  .m-nnav .nav-item {
    min-width: 0;
    width: 25%;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-nnav .nav-item.current,
.m-nnav .nav-item.active {
    margin-top: 0;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .m-nnav .nav-item {
    width: 48%;
  }
}
.m-nbox {
  background-color: #fff;
  border: 1px solid #c4c4c4;
}

.m-cgzdwp {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 25px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .m-cgzdwp {
    padding: 30px 10px;
  }
}
.m-jgzdlst .list-item {
  padding-left: 11px;
  padding-right: 11px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-jgzdlst .list-item:hover {
  background-color: #fbfbfb;
}

.m-jgzdlst .item-wp {
  padding-top: 31px;
  padding-bottom: 36px;
  padding-right: 15px;
  border-bottom: 1px dashed #d0d0d0;
}

.m-jgzdlst .item-time {
  float: left;
  width: 117px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  text-align: center;
}

.m-jgzdlst .item-time .date {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
}

.m-jgzdlst .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-jgzdlst .item-desc {
  margin-top: 7px;
  height: 52px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
}

.m-jgzdlst .item-desc a {
  display: block;
  color: #666;
}

.m-jgzdlst .item-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 480px) {
  .m-jgzdlst .item-wp {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m-jgzdlst .item-time {
    width: 65px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
  }

  .m-jgzdlst .item-time .date {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-cgzdtext .box-title {
  padding: 0 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-cgzdtext .box-info {
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border-bottom: 1px dashed #d0d0d0;
}

.m-cgzdtext .box-desc {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .m-cgzdtext .box-title,
.m-cgzdtext .box-info,
.m-cgzdtext .box-desc {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-tjyd {
  margin-top: 29px;
}

.m-tjyd .box-title {
  margin-bottom: 18px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-tjyd .list-item {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 9px;
  padding-right: 9px;
  border-bottom: 1px dashed #d0d0d0;
}

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

.m-tjyd .item-time {
  float: right;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-tjyd .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .m-tjyd {
    margin-top: 30px;
  }

  .m-tjyd .box-title,
.m-tjyd .list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .m-tjyd .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .m-tjyd .item-time {
    font-size: 10px;
    font-size: 1rem;
  }

  .m-tjyd .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-prosch {
  margin-bottom: 44px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.m-prosch .box-form {
  position: relative;
  float: right;
  margin-left: 15px;
  width: 282px;
  padding-right: 25px;
  border-radius: 18px;
  border: 1px solid #d0d0d0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-prosch .box-form .form-btn,
.m-prosch .box-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 34px;
  line-height: 34px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prosch .box-form .form-text {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.m-prosch .box-keyword {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-prosch .box-keyword a {
  color: #666;
}

.m-prosch .box-keyword a:hover {
  color: #0126be;
}

@media screen and (max-width: 991px) {
  .m-prosch .box-form {
    float: none;
    margin-left: 0;
  }

  .m-prosch .box-keyword {
    margin-top: 10px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.g-mn1 {
  float: left;
  padding-left: 286px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .g-mn1 {
    padding-left: 0;
  }
}
.g-mn2 {
  float: left;
  padding-right: 292px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .g-mn2 {
    padding-right: 0;
  }
}
.g-mn3 {
  float: left;
  padding-right: 35.58333%;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .g-mn3 {
    padding-right: 0;
  }
}
.g-sd1 {
  float: left;
  margin-left: -100%;
  width: 246px;
}

@media screen and (max-width: 991px) {
  .g-sd1 {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.g-sd2 {
  float: left;
  margin-left: -273px;
  width: 273px;
}

@media screen and (max-width: 991px) {
  .g-sd2 {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.g-sd3 {
  float: left;
  margin-left: -33.16667%;
  width: 33.16667%;
}

@media screen and (max-width: 991px) {
  .g-sd3 {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.m-sdtt {
  position: relative;
  margin-bottom: 5px;
  display: block;
  padding: 15px 16px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0126be;
}

.m-sdtt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .m-sdtt {
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
a.m-sdtt:hover {
  color: #fff;
  background-color: #333;
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #0126be;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}

.m-sdnav1 .nav-list {
  margin-top: 0;
}

.m-sdnav1 .nav-item {
  margin-top: 3px;
}

.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 35px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e7e7e7;
}

.m-sdnav1 .nav-item > a i {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
}

.m-sdnav1 .nav-item > a:hover,
.m-sdnav1 .nav-item > a.active {
  color: #fff;
  background-color: #0126be;
}

.m-sdnav1 .nav-item > a:hover i,
.m-sdnav1 .nav-item > a.active i {
  color: #fff;
}

.m-sdnav1 .nav-item:first-child {
  border-top: none;
}

.m-sdnav1 .sbnav-list {
  display: none;
}

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

.m-sdnav1 .sbnav-list2 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-sdnav1 .sbnav-item {
  margin-top: 2px;
}

.m-sdnav1 .sbnav-item > a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  padding-right: 20px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #212121;
  background-color: #fafafa;
}

.m-sdnav1 .sbnav-item > a:hover,
.m-sdnav1 .sbnav-item > a.active {
  color: #0126be;
}

.m-sdnav1 .sbnav-item2 a {
  padding-left: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .m-sdnav1 .nav-name {
    display: none;
  }

  .m-sdnav1 .nav-btn {
    display: block;
  }

  .m-sdnav1 .nav-list {
    display: none;
  }
}
.m-sdctus {
  margin-top: 41px;
  border-top: 2px solid #0126be;
  background: url("../images/sdctusbg1.jpg") no-repeat right top;
  background-color: #f1efef;
}

.m-sdctus .box-wp {
  padding-left: 10px;
  padding-right: 95px;
  padding-top: 14px;
  padding-bottom: 20px;
}

.m-sdctus .box-title {
  margin-bottom: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-sdctus .item-title {
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-sdctus .item-title img {
  vertical-align: middle;
}

.m-sdctus .item-desc {
  margin-top: 1px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-sdctus .item-tel {
  color: #ff6000;
  font-weight: bold;
}

.m-sdctus .info-line {
  margin-top: 9px;
  margin-bottom: 14px;
  border-bottom: 1px solid #707070;
  opacity: 0.4;
}

.m-cpcctext {
  margin-bottom: 25px;
}

.m-cpcctext .box-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-cpcctext .box-desc {
  margin-top: 15px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-cpcctext .box-desc p,
.m-cpcctext .box-desc span,
.m-cpcctext .box-desc b {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-prol {
  margin-bottom: -25px;
}

.m-prol .list-item {
  float: left;
  margin-right: 1.75055%;
  margin-bottom: 25px;
  width: 31.50985%;
}

.m-prol .list-item:hover .item-pic:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.m-prol .list-item:hover .item-text {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}

.m-prol .item-pic {
  position: relative;
  background-color: #f1f1f1;
}

.m-prol .item-pic:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-prol .item-text {
  margin-top: 4px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #eeeeee;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-prol .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-desc {
  margin-top: 3px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

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

.m-prol .item-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .m-prol .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}
.m-prob1 .box-pic {
  position: relative;
  z-index: 3;
  margin-right: 36px;
  width: 440px;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .pic-big {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
}

.m-prob1 .pic-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .pic-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}

.m-prob1 .box-fix {
  padding-top: 22px;
}

.m-prob1 .box-title {
  position: relative;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #444;
}

.m-prob1 .box-desc {
  margin-top: 31px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
}

.m-prob1 .box-desc p,
.m-prob1 .box-desc span,
.m-prob1 .box-desc b {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-prob1 .box-desc table {
  width: 100%;
  border: none;
}

.m-prob1 .box-desc table tr td {
  border: none;
}

@media screen and (max-width: 991px) {
  .m-prob1 .box-desc table {
    width: 576px !important;
    max-width: 576px !important;
  }
}
.m-prob1 .box-fix2 {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid #b7b7b7;
  overflow: hidden;
}

.m-prob1 .box-link {
  float: right;
  margin-left: 10px;
  width: 130px;
  padding: 6px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0126be;
}

.m-prob1 .box-link:hover {
  background-color: #333;
}

.m-prob1 .box-tel {
  overflow: hidden;
}

.m-prob1 .tel-img {
  float: left;
  margin-right: 5px;
  width: 34px;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .tel-title {
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-prob1 .tel-desc {
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-prob1 .box-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .box-fix {
    padding-top: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .box-pic {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-prott {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #c4c4c4;
}

.m-prott .box-title {
  position: relative;
  margin-right: 5px;
  padding-left: 29px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #444;
  font-weight: bold;
  background: url("../images/picon1.png") no-repeat left center;
}

.m-prott .box-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-prott:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 103px;
  height: 3px;
  background-color: #0126be;
}

.m-probd {
  margin-top: 41px;
}

.m-probd .box-desc {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-probd .box-desc p,
.m-probd .box-desc span,
.m-probd .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-mpro {
  margin-top: 40px;
}

.m-khsdlst {
  margin-bottom: -35px;
  font-size: 0;
  letter-spacing: 0;
}

.m-khsdlst .list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 2.91667%;
  margin-bottom: 35px;
  width: 22%;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 17px;
  padding-bottom: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-khsdlst .item-text {
  padding-top: 22px;
}

.m-khsdlst .item-title {
  margin-bottom: 20px;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  overflow: hidden;
}

.m-khsdlst .item-title a {
  display: block;
  color: #555;
}

.m-khsdlst .item-title a:hover {
  color: #0126be;
}

.m-khsdlst .item-fix1 {
  float: left;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-khsdlst .item-fix2 {
  float: right;
  padding-top: 17px;
  line-height: 0;
  font-size: 0;
  min-width: 85px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .m-khsdlst .item-fix1,
.m-khsdlst .item-fix2 {
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .m-khsdlst .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-khsdlst .list-item {
    width: 98%;
  }
}
.m-khsdtext {
  padding-left: 26px;
  padding-right: 19px;
  padding-top: 23px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.m-khsdtext .box-hd {
  padding-bottom: 28px;
  border-bottom: 1px dashed #cccccc;
}

.m-khsdtext .box-share {
  float: right;
  padding-top: 20px;
  line-height: 0;
  font-size: 0;
}

.m-khsdtext .box-pic {
  float: left;
  margin-right: 11px;
  width: 54px;
  border-radius: 50%;
}

.m-khsdtext .box-info {
  float: left;
  margin-right: 11px;
  padding-top: 8px;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-khsdtext .box-xing {
  float: left;
  line-height: 54px;
  min-width: 110px;
}

.m-khsdtext .box-xing img {
  vertical-align: middle;
}

.m-khsdtext .box-desc {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .m-khsdtext .box-share {
    float: none;
    margin-bottom: 15px;
  }

  .m-khsdtext .box-xing {
    float: none;
    clear: both;
    line-height: 0;
    padding-top: 15px;
  }
}
.m-comments {
  margin-top: 23px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.m-comments .box-hd {
  border-bottom: 1px solid #cccccc;
}

.m-comments .box-title {
  margin-bottom: -1px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 4px;
  min-width: 136px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.m-comments .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #f54c18;
}

.m-comments .box-bd {
  padding: 30px;
  background-color: #fff;
  border-right: 1px solid #cccccc;
}

.m-comments .box-desc {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-comments .box-desc a {
  color: #888;
}

.m-comments .box-desc a:hover {
  color: #0126be;
}

.m-sdsd .box-title {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-sdsd .box-list {
  overflow: hidden;
}

.m-sdsd .list-item {
  margin-top: 20px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 17px;
  padding-bottom: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-sdsd .list-item:first-child {
  margin-top: 0;
}

.m-sdsd .item-text {
  padding-top: 22px;
}

.m-sdsd .item-title {
  margin-bottom: 20px;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  overflow: hidden;
}

.m-sdsd .item-title a {
  display: block;
  color: #555;
}

.m-sdsd .item-title a:hover {
  color: #0126be;
}

.m-sdsd .item-fix1 {
  float: left;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-sdsd .item-fix2 {
  float: right;
  padding-top: 17px;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 991px) {
  .m-sdsd .box-list {
    font-size: 0;
    letter-spacing: 0;
  }

  .m-sdsd .list-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
    margin-bottom: 25px;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .m-sdsd .item-fix2 {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }

  .m-sdsd .item-fix1 {
    float: none;
  }
}
@media screen and (max-width: 375px) {
  .m-sdsd .list-item {
    width: 98%;
  }
}
.m-jgzjlst {
  overflow: hidden;
}

.m-jgzjlst .list-item {
  margin-top: 21px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-jgzjlst .list-item:first-child {
  margin-top: 0;
}

.m-jgzjlst .list-item:hover {
  border-color: #0126be;
}

.m-jgzjlst .item-pic {
  float: left;
  margin-right: 27px;
  width: 193px;
}

.m-jgzjlst .item-text {
  padding-top: 8px;
}

.m-jgzjlst .item-title {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-jgzjlst .item-time {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-jgzjlst .item-desc {
  margin-top: 5px;
}

.m-jgzjlst .item-desc a {
  display: block;
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-jgzjlst .item-desc a:hover {
  color: #0126be;
}

@media screen and (max-width: 480px) {
  .m-jgzjlst .item-pic {
    float: none;
    margin-right: 0;
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.m-jgzjtext .box-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-jgzjtext .box-info {
  margin-top: 14px;
  line-height: 26px;
}

.m-jgzjtext .box-time {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-jgzjtext .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 26px;
}

.m-jgzjtext .box-desc {
  margin-top: 27px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-jgzjtext .box-desc p,
.m-jgzjtext .box-desc span,
.m-jgzjtext .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-down {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 23px;
  background-color: #f6f6f6;
  border: solid 1px #cccccc;
}

.m-down .list-item {
  padding-top: 24px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
}

.m-down .item-fix1 {
  float: right;
  margin-left: 10px;
  overflow: hidden;
}

.m-down .item-time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 20px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-down .item-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 82px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0126be;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0126be;
}

.m-down .item-link:hover {
  color: #fff;
  background-color: #0126be;
}

.m-down .item-title {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-down .item-title img {
  float: left;
  width: 30px;
  margin-right: 10px;
}

.m-down .box-link {
  margin-top: 25px;
  text-align: center;
}

.m-down .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 128px;
  line-height: 26px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  text-align: center;
  border: 1px solid #acacac;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-down .box-link a:hover {
  color: #fff;
  background-color: #0126be;
}

@media screen and (max-width: 640px) {
  .m-down .item-fix1 {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .m-down .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-zznltable .box-fix1 {
  float: left;
  width: 48.08333%;
}

.m-zznltable .box-fix2 {
  float: right;
  width: 48.66667%;
}

.m-zznltable .box-table {
  margin-top: 33px;
}

.m-zznltable .box-table .table {
  border: 1px solid #d7d7d7;
}

.m-zznltable .box-table .table th {
  text-align: left;
  padding: 6px 13px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-zznltable .box-table .table tr {
  background-color: #fff;
}

.m-zznltable .box-table .table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.m-zznltable .box-table .table td {
  padding: 10px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}

.m-zznltable .box-table .table td:first-child {
  text-align: center;
  font-weight: bold;
}

.m-zznltable .box-table:hover {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 991px) {
  .m-zznltable .box-table .table {
    width: 584px !important;
    max-width: 584px;
  }

  .m-zznltable .box-table2 .table {
    width: 1200px !important;
    max-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .m-zznltable .box-fix1,
.m-zznltable .box-fix2 {
    float: none;
    width: 100%;
  }
}
.g-gsjs {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 23px;
  padding-bottom: 65px;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .g-gsjs {
    padding: 0;
    border: none;
  }
}
.m-gsjstt {
  margin-bottom: 23px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-gsjstt div,
.m-gsjstt p {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-gsjstt div:before,
.m-gsjstt p:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 16px;
  height: 3px;
  background-color: #888;
}

.m-gsjstt div {
  padding-left: 28px;
}

.m-gsjstt div:before {
  left: 0;
}

.m-gsjstt p {
  padding-right: 28px;
}

.m-gsjstt p:before {
  right: 0;
}

.m-gsjjb1 .box-img {
  position: relative;
  float: right;
  margin-left: 30px;
  width: 48.01402%;
  padding-top: 12px;
  padding-right: 12px;
  line-height: 0;
  font-size: 0;
}

.m-gsjjb1 .box-img img {
  position: relative;
}

.m-gsjjb1 .box-img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
  height: 53px;
  background-color: #0126be;
}

.m-gsjjb1 .box-desc {
  padding-top: 7px;
}

.m-gsjjb1 .box-name {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-gsjjb1 .box-desc {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

.m-gsjjb1 .box-desc p,
.m-gsjjb1 .box-desc span,
.m-gsjjb1 .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-gsjjb1 .box-desc p {
  min-height: 26px;
}

@media screen and (max-width: 991px) {
  .m-gsjjb1 .box-desc p {
    min-height: 14px;
  }
}
@media screen and (max-width: 375px) {
  .m-gsjjb1 .box-img {
    float: none;
    margin-left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.m-gsjjb2 {
  margin-top: 33px;
}

.m-gsjjb2 .box-item {
  width: 47.78037%;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 27px;
  padding-bottom: 49px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
}

.m-gsjjb2 .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-gsjjb2 .item-name {
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-gsjjb2 .item-title {
  margin-top: 3px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-gsjjb2 .item-desc {
  margin-top: 7px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-gsjjb2 .box-item {
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px;
  }

  .m-gsjjb2 .box-item:first-child {
    margin-top: 0;
  }
}
.m-gsjjb3 {
  margin-top: 36px;
  overflow: hidden;
}

.m-gsjjb3 .box-img {
  float: left;
  width: 322px;
  margin-right: 24px;
  line-height: 0;
  font-size: 0;
}

.m-gsjjb3 .box-text {
  padding-top: 12px;
}

.m-gsjjb3 .box-desc {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

.m-gsjjb3 .box-desc p,
.m-gsjjb3 .box-desc span,
.m-gsjjb3 .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-gsjjb3 .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.m-gsjjb4 {
  margin-top: 32px;
}

.m-gsjjb4 .box-bd {
  position: relative;
}

.m-gsjjb4 .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-gsjjb4 .list-item {
  float: left;
  margin-right: 0.01636%;
  width: 0.3236%;
}

.m-gsjjb4 .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.m-gsjjb4 .box-btn:hover {
  color: #fff;
  background-color: #0126be;
}

.m-gsjjb4 .box-btn.prev {
  left: 0;
}

.m-gsjjb4 .box-btn.next {
  right: 0;
}

@media screen and (max-width: 480px) {
  .m-gsjjb4 .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.g-qywh {
  padding: 19px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 991px) {
  .g-qywh {
    padding: 0;
    border: none;
  }
}
.m-qywhb1 {
  position: relative;
  height: 234px;
  background: url("../images/qywhbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-qywhb1 .box-table {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.m-qywhb1 .box-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.m-qywhb1 .box-title {
  margin-bottom: 0;
  color: #fff;
}

.m-qywhb1 .box-title div:before,
.m-qywhb1 .box-title p:before {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .m-qywhb1 {
    height: 120px;
  }
}
.m-qywhb2 {
  margin-top: 29px;
  background-color: #f7f7f7;
  overflow: hidden;
}

.m-qywhb2 .box-img {
  float: left;
  width: 298px;
  line-height: 0;
  font-size: 0;
}

.m-qywhb2 .box-text {
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 31px;
  padding-bottom: 20px;
  overflow: hidden;
}

.m-qywhb2 .box-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-qywhb2 .box-desc {
  margin-top: 11px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-qywhb2 .box-desc p,
.m-qywhb2 .box-desc span,
.m-qywhb2 .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-qywhb2 {
    background: none;
  }

  .m-qywhb2 .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-qywhb2 .box-text {
    padding: 0;
    padding-top: 15px;
  }
}
.m-qywhb3 {
  font-size: 0;
  letter-spacing: 0;
}

.m-qywhb3 .box-item {
  margin-right: 1.94508%;
  margin-top: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 32.03661%;
  min-height: 220px;
  text-align: center;
  background-color: #f3f3f3;
}

.m-qywhb3 .item-wp {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-qywhb3 .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-qywhb3 .item-title {
  margin-top: 12px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-qywhb3 .item-desc {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-qywhb3 .box-item {
    width: 100%;
    margin-right: 0;
  }
}
.g-hxys {
  padding-top: 28px;
  padding-bottom: 30px;
  border: 1px solid #cccccc;
}

.g-hxys .pd17 {
  padding-left: 17px;
  padding-right: 17px;
}

@media screen and (max-width: 991px) {
  .g-hxys {
    padding: 0;
    border: none;
  }

  .g-hxys .pd17 {
    padding: 0;
  }
}
.m-hxysb1 {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}

.m-hxysb1 .box-name {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-hxysb1 .box-desc {
  margin-top: 8px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hxysb1 .box-desc p,
.m-hxysb1 .box-desc span,
.m-hxysb1 .box-desc b {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hxysb2 {
  margin-top: 12px;
}

.m-hxysb2 .list-item {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-hxysb2 .list-item:nth-child(2n) {
  background-color: #f9f9f9;
}

.m-hxysb2 .item-icon {
  float: left;
  margin-right: 20px;
  width: 80px;
  border-radius: 10px;
  line-height: 0;
  font-size: 0;
  background-color: #e6ebf1;
}

.m-hxysb2 .item-text {
  overflow: hidden;
}

.m-hxysb2 .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-hxysb2 .item-desc {
  margin-top: 3px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hxysb3 {
  margin-top: 38px;
}

.m-hxysb3 .box-title {
  margin-bottom: 17px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-hxysb3 .box-list {
  margin-top: 17px;
}

.m-hxysb3 .list-item {
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-hxysb3 .list-item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
}

.m-gssblst {
  margin-bottom: -28px;
}

.m-gssblst .list-item {
  float: left;
  margin-right: 2.3%;
  margin-bottom: 28px;
  width: 31%;
}

.m-gssblst .item-pic {
  position: relative;
}

.m-gssblst .item-pic:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-gssblst .item-pic:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.m-gssblst .item-title {
  margin-top: 4px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-gssblst .item-title:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 480px) {
  .m-gssblst .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-fkzh {
  border: 1px solid #cccccc;
}

@media screen and (max-width: 991px) {
  .g-fkzh {
    border: none;
  }
}
.m-fkzhb1 .box-title {
  padding: 10px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f3f3f3;
}

.m-fkzhb1 .box-bd {
  padding: 18px;
}

.m-fkzhb1 .box-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
}

.m-fkzhb1 .item-wp {
  text-align: center;
  font-size: 0;
}

.m-fkzhb1 .item-img {
  margin-right: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 265px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}

.m-fkzhb1 .item-fix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-fkzhb1 .item-cell {
  display: table-cell;
  height: 142px;
  vertical-align: middle;
}

.m-fkzhb1 .item-text {
  min-width: 215px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.m-fkzhb1 .box-info {
  margin-top: 27px;
}

.m-fkzhb1 .info-item {
  position: relative;
  padding-left: 17px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-fkzhb1 .info-item span {
  position: absolute;
  left: 0;
  color: #bf0000;
}

.c-ctusbg {
  background: url("../images/ctusbg1.jpg") no-repeat right 46px;
}

.m-ctusb1 .box-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-ctusb1 .box-info {
  margin-top: 4px;
  margin-bottom: 47px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ctusb1 .box-bd {
  margin-bottom: -44px;
  font-size: 0;
  letter-spacing: 0;
}

.m-ctusb1 .box-item {
  margin-right: 2.5%;
  margin-bottom: 44px;
  width: 48.66667%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border: solid 1px #ebebeb;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusb1 .box-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
}

.m-ctusb1 .item-title {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ebebeb;
}

.m-ctusb1 .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 45px;
  background-color: #0126be;
}

.m-ctusb1 .item-bd {
  padding: 19px 13px 32px 13px;
  overflow: hidden;
}

.m-ctusb1 .item-pic {
  float: left;
  margin-right: 18px;
  width: 227px;
}

.m-ctusb1 .item-text {
  padding-top: 12px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-ctusb1 .box-item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-ctusb1 .item-pic {
    float: none;
    margin-right: 0;
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.m-zxjjtt {
  margin-bottom: 8px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  min-height: 30px;
}

.m-zxjjctus {
  margin-bottom: 29px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ed1a04;
}

.m-zxjjctus img {
  vertical-align: middle;
}

.m-zxjjwp {
  background-color: #fff;
  border: 1px solid #d0d0d0;
}

.m-zxjjwp {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 40px;
  padding-bottom: 49px;
}

@media screen and (max-width: 991px) {
  .m-zxjjwp {
    padding: 25px 10px;
  }
}
.m-pcbform .form-item {
  position: relative;
  padding-left: 105px;
  min-height: 34px;
  margin-top: 10px;
}

.m-pcbform .form-item.hide {
  display: none;
}

.m-pcbform .form-item:first-child {
  margin-top: 0;
}

.m-pcbform .form-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 128px;
  padding-right: 0px;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.m-pcbform .label-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
}

.m-pcbform .form-mradiobox {
  font-size: 0;
  letter-spacing: 0;
}

.m-pcbform .mradio-item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  text-align: center;
  border: solid 1px #cccccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-pcbform .mradio-item.active {
  border-color: #0126be;
  color: #0126be;
}

.m-pcbform .mradio-item.active:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: url("../images/tick1.png") no-repeat center;
}

.m-pcbform .form-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 5px 0;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-pcbform .form-color {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
}

.m-pcbform .form-size {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: top;
}

.m-pcbform .form-sizefix,
.m-pcbform .form-sizetext {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border: solid 1px #cccccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-pcbform .form-sizefix1 {
  position: relative;
  width: 174px;
  padding-right: 45px;
}

.m-pcbform .form-sizefix2 {
  position: relative;
  width: 148px;
  padding-right: 44px;
  border: none;
}

.m-pcbform .form-sizefix2 .form-sizedw {
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-pcbform .form-sizeinput {
  width: 100%;
  padding: 0 11px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-pcbform .form-sizeinput:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-pcbform .form-sizeinput::-moz-placeholder {
  color: #666;
  opacity: 1;
}

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

.m-pcbform .form-sizedw {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 32px;
  text-align: center;
  background-color: #f5f5f5;
  border-left: 1px solid #ccc;
}

.m-pcbform .form-sizetext {
  width: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.m-pcbform .form-sl {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
}

.m-pcbform .form-sl:hover .sl-bd {
  display: block;
}

@media screen and (max-width: 991px) {
  .m-pcbform .form-sl {
    display: block;
  }
}
.m-pcbform .sl-bd {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  width: 502px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 0;
  font-size: 0;
}

.m-pcbform .sl-bd s {
  position: absolute;
  top: -19px;
  *top: -20px;
  left: 2px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  border-width: 9px;
}

.m-pcbform .sl-bd i {
  position: absolute;
  top: -9px;
  *top: -9px;
  left: -10px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .m-pcbform .sl-bd {
    width: 250px;
  }

  .m-pcbform .sl-bd s,
.m-pcbform .sl-bd l {
    display: none;
  }
}
.m-pcbform .form-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-pcbform .form-select:first-child {
  margin-top: 0;
}

.m-pcbform .select-btn {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.m-pcbform .form-gyb {
  margin-bottom: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-pcbform .form-gyb .form-select {
  width: 100px;
}

.m-pcbform .form-bzsl {
  position: relative;
}

.m-pcbform .bzsl-model {
  cursor: text;
}

.m-pcbform .bzsl-radio {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  width: 383px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 20px;
  font-size: 0;
  display: none;
  letter-spacing: 0;
}

.m-pcbform .bzsl-radio .radio-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20%;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-pcbform .bzsl-radio {
    width: 225px;
  }

  .m-pcbform .bzsl-radio .radio-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-pcbform .form-fhsj {
  width: 145px;
}

@media screen and (max-width: 767px) {
  .m-pcbform .form-item {
    padding-left: 0;
  }

  .m-pcbform .form-label {
    float: none;
    position: relative;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  .m-pcbform .form-label br {
    display: none;
  }

  .m-pcbform .label-tooltip {
    position: relative;
    right: auto;
  }

  .m-pcbform .mradio-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-tooltip {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.m-tooltip:hover .tooltip-bd {
  display: block;
}

.m-tooltip .tooltip-icon {
  display: block;
  height: 34px;
  width: 12px;
  background: url("../images/tooltip1.png") no-repeat center;
}

.m-tooltip .tooltip-bd {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  display: none;
  width: 195px;
  padding: 7px 12px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e60000;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebeef7;
  border: solid 1px #c5c5c5;
}

.m-select .select-wp {
  position: relative;
}

.m-select .select-btn {
  position: relative;
  display: block;
  width: 100%;
  line-height: 32px;
  text-indent: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-select .select-btn .sj {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url("../images/sj1.png") no-repeat center;
}

.m-select .select-btn.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-select .select-list {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  margin-top: 6px;
  display: none;
  width: 100%;
  max-height: 136px;
  background-color: #fff;
  overflow-y: scroll;
}

.m-select .select-item a {
  display: block;
  padding: 5px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}

.m-select .select-item a:hover,
.m-select .select-item a.active {
  color: #0126be;
}

.m-sdzxjj {
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
}

.m-sdzxjj .box-price1 {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 21px;
  padding-bottom: 15px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
}

.m-sdzxjj .box-price1 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #cd0000;
}

.m-sdzxjj .box-price2 {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 30px;
  overflow: hidden;
  background-color: #edf5f9;
}

.m-sdzxjj .box-price2 .price {
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #cd0000;
}

.m-sdzxjj .box-price2 .title {
  font-size: 14px;
  font-size: 1.4rem;
}

.m-sdzxjj .box-bd {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 34px;
}

.m-sdzxjj .box-table table {
  width: 100%;
  border: 0.5px solid #e5e5e5;
}

.m-sdzxjj .box-table table tr td {
  width: 25%;
  padding: 4px 8px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 0.5px solid #e5e5e5;
}

.m-sdzxjj .box-table table tr .td1 {
  background-color: #f5f5f5;
}

.m-sdzxjj .box-btn {
  margin-top: 30px;
}

.m-sdzxjj .box-btn a {
  display: block;
  margin: 0 auto;
  max-width: 292px;
  padding: 5px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0126be;
  border-radius: 5px;
}

.m-sdzxjj .box-btn a:hover {
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-sdzxjj .box-price1,
.m-sdzxjj .box-price2,
.m-sdzxjj .box-bd {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-sdctusimg {
  margin-top: 22px;
}

.m-tjddb1 {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 21px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
}

.m-tjddb1 .box-fix1 {
  line-height: 0;
  font-size: 0;
  text-align: right;
}

.m-tjddb1 .box-btn {
  margin-bottom: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 130px;
  padding: 5px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 5px;
  border: solid 1px #d0d0d0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-tjddb1 .box-btn:hover {
  color: #fff;
  background-color: #0126be;
  border-color: #fff;
}

.m-tjddb1 .box-btn1 {
  margin-right: 9px;
}

.m-tjddb1 .box-btn2 {
  min-width: 192px;
}

.m-tjddb1 .box-table table tr td {
  width: 20%;
  padding: 8px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-tjddb1 .box-price {
  margin-top: 15px;
  text-align: right;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-tjddb1 .box-price span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #cd0000;
}

@media screen and (max-width: 991px) {
  .m-tjddb1 {
    padding: 20px 10px;
  }

  .m-tjddb1 .box-btn {
    min-width: 100px;
    padding: 5px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-tjddb1 .box-table table {
    width: 740px !important;
    max-width: 740px;
  }

  .m-tjddb1 .box-price span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.g-tjddb2 {
  margin-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
}

.g-tjddb2 .box-item {
  padding-top: 14px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d0d0d0;
}

.g-tjddb2 .box-item:first-child {
  padding-top: 0;
}

.g-tjddb2 .bitem-title {
  margin-bottom: 9px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .g-tjddb2 {
    padding: 20px 15px;
  }
}
.m-tjddfile {
  font-size: 0;
  letter-spacing: 0;
}

.m-tjddfile .file-btn {
  margin-right: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 78px;
  padding: 0 5px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #0126be;
}

.m-tjddfile .file-name {
  margin-right: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 4px 0;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #cd0000;
}

.m-tjddfile .file-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 4px 0;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.m-tjddbz .box-textarea {
  width: 100%;
  height: 58px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #d0d0d0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-tjddbz .box-info {
  position: relative;
  margin-top: 10px;
  padding-left: 42px;
  line-height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.m-tjddbz .info-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.m-tjddqt {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.m-tjddqt .box-checkbox {
  font-size: 0;
  letter-spacing: 0;
}

.m-tjddqt .checkbox-item {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-tjddqt .checkbox-item input {
  vertical-align: middle;
}

.m-sdscxx {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
}

.m-sdscxx .box-title {
  margin-bottom: 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-sdscxx .box-table table {
  width: 100%;
  border: 0.5px solid #e5e5e5;
}

.m-sdscxx .box-table table tr td {
  width: 25%;
  padding: 4px 8px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 0.5px solid #e5e5e5;
}

.m-sdscxx .box-table table tr .td1 {
  background-color: #f5f5f5;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-sdscxx {
    padding: 20px 10px;
  }
}
.m-fpxx .box-fix1 {
  font-size: 0;
  letter-spacing: 0;
}

.m-fpxx .fp-item {
  margin-right: 14px;
  margin-bottom: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  border-radius: 2px;
  border: solid 1px #d0d0d0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-fpxx .fp-item.active {
  color: #0126be;
  border-color: #0126be;
}

.m-fpxx .box-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  padding: 4px 0;
}

.m-fpxx .box-tt {
  margin-bottom: 11px;
  display: none;
}

.m-fpxx .box-ttfix {
  position: relative;
  width: 250px;
  padding-left: 70px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  background-color: #ccc;
}

.m-fpxx .box-ttfix span {
  position: absolute;
  left: 5px;
  top: 0;
}

.m-fpxx .box-ttfix input {
  width: 100%;
  height: 24px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-fpxx .box-price {
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}

.m-fpxx .box-price span {
  color: #e60000;
  font-weight: bold;
}

.m-loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/timg.gif") no-repeat center;
  background-color: #fff;
  background-color: white;
  opacity: 0.6;
  display: none;
}

.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}

.m-kf .kf-item {
  display: block;
  width: 50px;
  line-height: 0;
  font-size: 0;
  margin-bottom: 1px;
  background-color: #666666;
  border-radius: 4px;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 90px;
}

.m-kf1 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .m-kf1 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #666;
  }

  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    background-color: #666;
  }

  .m-kf .kf-item2 {
    position: relative;
  }

  .m-kf .kf-wx {
    top: auto;
    bottom: 100%;
    left: 0;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.m-hkf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 10%;
  width: 148px;
  padding-top: 100px;
}

.m-hkf .box-close {
  position: absolute;
  z-index: 3;
  right: 9px;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url("../images/close1.png") no-repeat center;
}

.m-hkf .box-hd {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 134px;
  height: 134px;
  text-align: center;
  padding-top: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/hkfimg1.png") no-repeat center;
  background-size: 100%;
}

.m-hkf .box-wp {
  position: relative\9 ;
  position: relative\0 ;
  z-index: 2\9 ;
  z-index: 2\0 ;
  border: 9px solid #f1b765;
  border-radius: 6px;
  background-color: #f1b765;
}

.m-hkf .box-bd {
  position: relative;
  z-index: 3;
  padding: 15px 10px;
  background-color: #ffffee;
  border-radius: 6px;
  border: solid 1px #a37330;
}

.m-hkf .kf-item {
  margin-top: 10px;
}

.m-hkf .kf-item a {
  display: block;
  padding-left: 32px;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #025230;
  background: url("../images/hkfimg2.png") no-repeat 7px 6px;
  background-color: #fff;
  border-radius: 17px;
  border: solid 1px #a37330;
}

.m-hkf .kf-item a:hover {
  color: #0126be;
}

.m-hkf .kf-item:first-child {
  margin-top: 0;
}

.m-hkf .box-rtop {
  margin-top: 16px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-hkf .box-rtop a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-hkf.active .box-hd {
  padding-top: 38px;
}

@media screen and (max-width: 1024px) {
  .m-hkf {
    display: none;
  }
}
.m-pform {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -300px;
  z-index: 10;
  width: 306px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
  display: none;
}

.m-pform .box-img {
  line-height: 0;
  font-size: 0;
  border: 1px solid #b7b7b7;
}

.m-pform .box-hd {
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0126be;
  border: 1px solid #b7b7b7;
}

.m-pform .box-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 25px;
  line-height: 0;
  font-size: 0;
}

.m-pform .box-bd {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #b7b7b7;
}

.m-pform .form-item {
  margin-top: 10px;
}

.m-pform .form-item:first-child {
  margin-top: 0;
}

.m-pform .form-text {
  width: 100%;
  height: 38px;
  line-height: 36px;
  padding: 0 14px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-pform .form-textarea {
  padding-top: 10px;
  height: 109px;
  line-height: 22px;
}

.m-pform .form-btn {
  width: 109px;
  height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #0126be;
  border-radius: 2px;
  border: solid 1px #b7b7b7;
}

@media screen and (max-width: 1440px) {
  .m-pform {
    width: 200px;
    margin-top: -250px;
  }

  .m-pform .box-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-pform .form-text {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-pform .form-textarea {
    height: 88px;
  }
}
.form-label em.tis {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/tip@icon.png);
}

.form-label em.tis:hover {
  background: url(../images/tip-hover@icon.png);
}

.m-hdcert {
  float: left;
  margin-left: 160px;
  padding-top: 15px;
}

.m-hdcert .link-item {
  margin-top: 6px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0126be;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.m-hdcert .link-item a {
  color: #0126be;
}

.m-hdcert .link-item a:hover {
  color: #333;
}

.m-hdcert .link-item img {
  vertical-align: middle;
}

.m-hdcert .link-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1219px) {
  .m-hdcert {
    margin-left: 30px;
  }

  .m-hdcert .link-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hdcert {
    display: none;
  }
}
.m-certl {
  margin-bottom: -40px;
}

.m-certl .list-item {
  float: left;
  margin-right: 9.40919%;
  margin-bottom: 40px;
  width: 26.91466%;
}

.m-certl .item-top {
  position: relative;
  overflow: hidden;
}

.m-certl .item-top:hover .item-modal {
  top: 0;
}

.m-certl .item-modal,
.m-certl .item-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-certl .item-link {
  z-index: 2;
  top: 0;
}

.m-certl .item-modal {
  top: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-certl .item-modal .iconfont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  line-height: 60px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

.m-certl .item-title {
  margin-top: 21px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .m-certl {
    margin-bottom: -30px;
  }

  .m-certl .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-certl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-hvideo {
  padding-top: 60px;
  padding-bottom: 66px;
  background: url("../images/hvideobg.jpg") no-repeat center;
  background-size: cover;
}

.g-hvideo .box-title {
  margin-bottom: 55px;
  line-height: 32px;
  padding: 15px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0126be;
  text-align: center;
  background: url("../images/hvideobd1.png") no-repeat center top;
  background-size: auto 100%;
}

@media screen and (max-width: 959px) {
  .g-hvideo {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }

  .g-hvideo .box-title {
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-hvideo .box-item {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.m-hvideo .box-item:first-child {
  margin-top: 0;
}

.m-hvideo .box--video {
  width: 52.66667%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m-hvideo .box--video a {
  display: inline-block;
}

.m-hvideo .box--video1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  float: right;
  margin-left: 30px;
}

.m-hvideo .box--video2 {
  float: left;
  margin-right: 30px;
}

.m-hvideo .box--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-hvideo .box--text1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-hvideo .box--title {
  margin-bottom: 31px;
  padding-left: 16px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.m-hvideo .info-item {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hvideo .info-item span {
  font-weight: bold;
}

.m-hvideo .info-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: #0126be;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .m-hvideo .box-item {
    margin-top: 30px;
  }

  .m-hvideo .box--title {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hvideo .info-item {
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hvideo .info-item:before {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-hvideo .box-item {
    display: block;
  }

  .m-hvideo .box--video {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.j-videomodal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.j-videomodal iframe {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 885px;
  height: 498px;
  max-width: 90%;
  max-height: 70%;
}

.j-videomodal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 3;
  background: url("../images/closeVideo.png") no-repeat center;
  background-size: 100% 100%;
}

.g-hhc {
  padding-top: 49px;
  padding-bottom: 42px;
  background: url("../images/hcbg1.jpg") no-repeat center;
  background-size: cover;
}
.g-hhc .hd-title {
  color: #0126be;
}
.g-hhc .hd-title a {
  color: #0126be;
  background-image: -webkit-gradient(linear, left top, right top, from(#071e7b), to(#3254de));
  background-image: -webkit-linear-gradient(left, #071e7b, #3254de);
  background-image: -moz-linear-gradient(left, #071e7b, #3254de);
  background-image: linear-gradient(to right, #071e7b, #3254de);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991px) {
  .g-hhc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hhc {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-hhc .box-item {
  margin-right: 1.6666666667%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 18.6666666667%;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.m-hhc .box-item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.m-hhc .box-item2 {
  width: 39%;
}
.m-hhc .item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  height: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0126be;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.m-hhc .item-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hhc .item-desc {
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-hhc .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hhc .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hhc .box-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-hhc .box-item {
    width: 48%;
  }
  .m-hhc .box-item2 {
    width: 98%;
  }
}

.g-hys {
  padding-top: 62px;
}
.g-hys .hd-title {
  color: #0126be;
}
.g-hys .hd-title a {
  color: #0126be;
  background-image: -webkit-gradient(linear, left top, right top, from(#071e7b), to(#3254de));
  background-image: -webkit-linear-gradient(left, #071e7b, #3254de);
  background-image: -moz-linear-gradient(left, #071e7b, #3254de);
  background-image: linear-gradient(to right, #071e7b, #3254de);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991px) {
  .g-hys {
    padding-top: 30px;
  }
}

.m-hys .box-img {
  line-height: 0;
  font-size: 0;
}
.m-hys .box-img1 {
  float: right;
  width: 45.5%;
  margin-left: 5%;
}
.m-hys .box-img2 {
  float: left;
  width: 46.4166666667%;
  margin-right: 5.8333333333%;
}
.m-hys .box-fix2 {
  margin-top: 64px;
}
.m-hys .box-list {
  overflow: hidden;
}
.m-hys .list-item {
  margin-top: 37px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hys .list-item:first-child {
  margin-top: 0;
}
.m-hys .item-num {
  float: left;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  height: 52px;
  line-height: 48px;
  background: url("../images/hysicon1.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.m-hys .item-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-hys .box-img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .m-hys .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-nhc {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-nhc .box-item {
  margin-right: 1.6666666667%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 18.6666666667%;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-nhc .box-item:hover {
  color: #fff;
  background-color: #0126be;
  box-shadow: 0px 2px 18px 0px rgba(0, 19, 95, 0.7);
  -webkit-transform: translateY(-13px);
     -moz-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
       -o-transform: translateY(-13px);
          transform: translateY(-13px);
}
.m-nhc .box-item:hover .item-title, .m-nhc .box-item:hover .item-desc {
  color: #fff;
}
.m-nhc .box-item2 {
  width: 39%;
}
.m-nhc .item-title {
  position: relative;
  padding-top: 24px;
  padding-bottom: 11px;
  line-height: 24px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0126be;
  border-bottom: 1px solid #cccccc;
}
.m-nhc .item-title p {
  min-height: 48px;
}
.m-nhc .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 22px;
  height: 3px;
  background-color: #0126be;
}
.m-nhc .item-desc {
  padding-top: 17px;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 991px) {
  .m-nhc .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-nhc .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-nhc .box-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-nhc .box-item {
    width: 48%;
  }
  .m-nhc .box-item2 {
    width: 98%;
  }
}

.g-nys {
  margin-top: 48px;
  padding-top: 79px;
  padding-bottom: 106px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .g-nys {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-nys {
  overflow: hidden;
}
.m-nys .box-list {
  width: 49.6666666667%;
}
.m-nys .box-list .list-item {
  position: relative;
  overflow: hidden;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 66px;
  padding-right: 20px;
  margin-top: 13px;
}
.m-nys .box-list .list-item:first-child {
  margin-top: 0;
}
.m-nys .box-list .item-num {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  color: #444;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}
.m-nys .box-list .item-desc {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  min-height: 48px;
  position: relative;
  padding-left: 17px;
  border-left: 1px solid rgba(161, 161, 161, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-nys .box-list .item-desc p {
  overflow: hidden;
}
.m-nys .box-list1 {
  float: left;
}
.m-nys .box-list1 .list-item:nth-child(1) {
  background-color: #ced8e5;
}
.m-nys .box-list1 .list-item:nth-child(2) {
  background-color: #e7d4c3;
}
.m-nys .box-list1 .list-item:nth-child(3) {
  background-color: #d9ede0;
}
.m-nys .box-list1 .list-item:nth-child(4) {
  background-color: #d5bee1;
}
.m-nys .box-list1 .list-item:nth-child(5) {
  background-color: #f3d1cc;
}
.m-nys .box-list2 {
  float: right;
}
.m-nys .box-list2 .list-item:nth-child(1) {
  background-color: #f3d1cc;
}
.m-nys .box-list2 .list-item:nth-child(2) {
  background-color: #bdcdd3;
}
.m-nys .box-list2 .list-item:nth-child(3) {
  background-color: #ced8e5;
}
.m-nys .box-list2 .list-item:nth-child(4) {
  background-color: #f0aac9;
}
.m-nys .box-list2 .list-item:nth-child(5) {
  background-color: #d9ede0;
}
@media screen and (max-width: 991px) {
  .m-nys .box-list {
    width: 100%;
    float: none;
  }
  .m-nys .box-list2 {
    margin-top: 13px;
  }
}

.g-nsbzs {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .g-nsbzs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-nsbzs .box-list {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-nsbzs .box-item {
  margin-right: 2.0833333333%;
  margin-bottom: 22px;
  display: inline-block;
  vertical-align: top;
  width: 23.3333333333%;
  background-color: #ffffff;
  border-radius: 10px;
}
.m-nsbzs .box-item:nth-child(4n) {
  margin-right: 0;
}
.m-nsbzs .box-item:nth-child(1) .item-title {
  background-color: #43b9a3;
}
.m-nsbzs .box-item:nth-child(2) .item-title {
  background-color: #f4a13b;
}
.m-nsbzs .box-item:nth-child(3) .item-title {
  background-color: #95c728;
}
.m-nsbzs .box-item:nth-child(4) .item-title {
  background-color: #4493cb;
}
.m-nsbzs .box-item:nth-child(5) .item-title {
  background-color: #b69aef;
}
.m-nsbzs .box-item:nth-child(6) .item-title {
  background-color: #d78db2;
}
.m-nsbzs .item-title {
  padding: 15px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.m-nsbzs .item-info {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-nsbzs .item-info span {
  font-weight: bold;
}
.m-nsbzs .box-img {
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .m-nsbzs .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-nsbzs .item-info {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-nsbzs .box-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-nsbzs .box-item {
    width: 48%;
  }
  .m-nsbzs .box-item2 {
    width: 98%;
  }
}

.g-ngnqy {
  padding-top: 56px;
  padding-bottom: 111px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .g-ngnqy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-ngnqy {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-ngnqy .box-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 22px;
  width: 49%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 155px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 1px #e1e1e1;
}
.m-ngnqy .box-item:before {
  content: "";
  position: absolute;
  left: 117px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #e1e1e1;
}
.m-ngnqy .box-item2 {
  width: 100%;
}
.m-ngnqy .item-num {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 66px;
  line-height: 66px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0126be;
  border-radius: 50%;
}
.m-ngnqy .item-text {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-ngnqy .item-title {
  line-height: 28px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.m-ngnqy .item-desc {
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 991px) {
  .m-ngnqy .box-item {
    padding-left: 85px;
  }
  .m-ngnqy .box-item:before {
    left: 72px;
  }
  .m-ngnqy .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ngnqy .item-desc {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-ngnqy .item-num {
    width: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 1.8rem;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-ngnqy .box-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-ngnqyimg {
  margin-top: 28px;
  font-size: 0;
  letter-spacing: 0;
}
.m-ngnqyimg .list-item {
  margin-right: 0.8333333333%;
  margin-bottom: 27px;
  width: 24.1666666667%;
  display: inline-block;
  vertical-align: top;
}
.m-ngnqyimg .item-title {
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .m-ngnqyimg .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}