* {
  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: Arial, Helvetica, sans-serif;
  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: #b81b25;
}

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-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 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

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

.c-nomr {
  margin-right: 0 !important;
}

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

.c-noml {
  margin-left: 0 !important;
}

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

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

.c-nopr {
  padding-right: 0 !important;
}

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

.c-nopl {
  padding-left: 0 !important;
}

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

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

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

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  -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: 991px) {
  .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: #b81b25;
  -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: #b81b25;
  -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: #b81b25;
  -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: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc a {
  color: #b81b25;
}

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

.m-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

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

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

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

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

  .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: #b81b25;
}

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

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

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

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -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-oths {
  margin-top: 47px;
}

.m-oths .oths-item {
  padding-left: 22px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

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

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

.m-oths .oths-item a.none:hover {
  color: #333 !important;
}

.m-oths .oths-item-1 {
  margin-bottom: 22px;
  background-image: url("../images/oths1.png");
}

.m-oths .oths-item-2 {
  background-image: url("../images/oths2.png");
}

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

  .m-oths .oths-item-1 {
    margin-bottom: 10px;
  }
}

.m-page {
  margin-top: 93px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0a0a0a;
  text-align: center;
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  -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:hover {
  color: #fff;
  background-color: #b81b25;
}

.m-page a.prev {
  margin-right: 10px;
}

.m-page a.next {
  margin-left: 10px;
}

.m-page a.big {
  width: auto;
  border: none;
  color: #333;
  background: none;
}

.m-page a.big:hover {
  border: none;
  color: #b81b25;
  background: none;
}

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

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

.m-page a.big.none:hover {
  color: #333
}

.m-page2 {
  position: relative;
}

.m-page2 .page-form {
  margin-left: 52px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 264px;
  padding-left: 93px;
  background: url("../images/page1.png") no-repeat left center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-page2 .form-btn {
  min-width: 170px;
  height: 32px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #b81b25;
}

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

  .m-page2 {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .m-page2 .page-form {
    left: 0;
    margin: 0 auto;
  }
}

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 86px;
  bottom: 100px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #b81b25;
  border-radius: 50%;
  display: none;
  text-align: center;
}

.returntop:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .returntop {
    bottom: 85px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.g-hd {
  position: relative;
  z-index: 9;
}

.m-hdfix1 {
  background-color: #b81b25;
  color: #fff;
}

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

.m-hdfix1 a:hover {
  color: #b81b25;
}

.m-hdkey {
  float: left;
  padding: 13px 0;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ebebeb;
}

.m-hdkey a {
  color: #ebebeb;
}

.m-hdkey a:hover {
  color: #b81b25;
}

.m-hdshare {
  float: left;
  margin-right: 10px;
  padding: 5px 0;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-hdshare .share-item {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-hdinfo {
  float: left;
  padding: 13px 0;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

.m-hdlang {
  position: relative;
  z-index: 4;
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-hdlang .lang-btn {
  display: block;
  min-width: 118px;
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdlang .lang-btn i {
  margin-left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hdlang .lang-btn:hover {
  color: #fff;
}

.m-hdlang .lang-btn.active {
  color: #b81b25;
  background-color: #fff;
}

.m-hdlang .lang-btn.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #b81b25;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  padding: 13px 0;
  background-color: #fff;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hdlang .lang-list.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.m-hdlang .lang-item {
  display: block;
  padding: 5px 18px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-hdlang .lang-item:hover,
.m-hdlang .lang-item.active {
  color: #fff;
  background-color: #b81b25;
}

.m-hdfix2 {
  background-color: #fff;
}

.m-hdlogo {
  float: left;
  display: block;
  height: 88px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-hdlogo img {
  max-height: 78px;
  vertical-align: middle;
}

.m-hdnav {
  float: left;
  margin-right: 16px;
  max-width: 900px;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.m-hdnav .nav-item>a {
  position: relative;
  display: block;
  padding-top: 35px;
  padding-bottom: 25px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-hdnav .nav-item>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 0;
  height: 4px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  background-color: transparent;
  transition: all 550ms;
}

.m-hdnav .nav-item>a.active,
.m-hdnav .nav-item>a.current,
.m-hdnav .nav-item>a.active {
  color: #b81b25;
}

.m-hdnav .nav-item>a.active:before,
.m-hdnav .nav-item>a.current:before,
.m-hdnav .nav-item>a.active:before {
  width: 100%;
  background-color: #b81b25;
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdnav .sbnav-wp {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}


.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 180px;
}


.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 180px;
}

.m-hdnav .sbnav-list3 {
  top: 0;
  left: 100%;
  width: 180px;
}

.m-hdnav .sbnav-list1 li,
.m-hdnav .sbnav-list2 li,
.m-hdnav .sbnav-list3 li {
  position: relative
}

.m-hdnav .sbnav-item a {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 15px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media screen and (max-width: 1219px) {
  .m-hdnav {
    max-width: 720px;
  }

  .m-hdnav .nav-item>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdnav .sbnav-item>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
  padding-top: 35px;
  padding-bottom: 25px;
}

.m-hdsch .sch-btn {
  display: block;
  line-height: 28px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #114f8d;
  border-radius: 50%;
  text-align: center;
}

.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -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-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.m-hdsch .sch-form .form-btn,
.m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #114f8d;
}

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

.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 991px) {

  .m-hdinfo,
  .m-hdnav,
  .m-hdsch,
  .m-hdkey,
  .m-hdshare {
    display: none;
  }

  .m-hdlang {
    float: left;
    position: absolute;
    left: 5px;
    top: 0;
    padding-top: 0;
  }

  .m-hdlang .lang-btn {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdlang .lang-btn i {
    border-top-color: #333;
  }

  .m-hdfix2 {
    background: none;
  }

  .m-hdfix1 {
    background: none;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

.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: #b81b25;
}

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

  .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: #b81b25;
  }
}

.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  width: 40px;
  height: 86px;
  line-height: 86px;
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner .carousel-control.left {
  left: 70px;
}

.banner .carousel-control.right {
  right: 70px;
}

.banner .carousel-control:hover {
  color: #b81b25;
}

.banner .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner .dotList ul li {
  margin: 0 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border-radius: 50%;
}

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

@media screen and (max-width: 991px) {
  .banner .carousel-control {
    display: none;
  }

  .banner .dotList {
    bottom: 16px;
  }

  .banner .dotList ul li {
    width: 12px;
    height: 12px;
  }
}

.g-hpro {
  padding-top: 75px;
  padding-bottom: 95px;
  background: url("../images/hbg1.jpg") no-repeat center top;
  background-attachment: fixed;
  background-color: #082149;
}

.g-hpro .box-title {
  position: relative;
  padding-top: 17px;
  text-align: center;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-family: "AkzidenzGrotesk-Super", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.g-hpro .box-title a {
  color: #fff;
}

.g-hpro .box-title a:hover {
  color: #b81b25;
  letter-spacing: 1px;
}

.g-hpro .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 82px;
  height: 5px;
  background-color: #ffffff;
}

.g-hpro .box-desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 82px;
  margin-top: 30px;
  max-width: 890px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.g-hpro .box-desc a {
  color: #fff;
}

.g-hpro .box-desc a:hover {
  color: #b81b25;
}

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

  .g-hpro .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .g-hpro .box-desc {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hpro {
  margin-bottom: -75px;
}

.m-hpro .list-item {
  float: left;
  margin-right: 4.16667%;
  margin-bottom: 75px;
  width: 28.33333%;
}

.m-hpro .item-pic {
  border-radius: 5%;
  overflow: hidden;
}

.m-hpro .item-text {
  margin-top: 16px;
}

.m-hpro .item-title {
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-title a {
  color: #fff;
}

.m-hpro .item-title:hover {
  color: #b81b25;
}

.m-hpro .item-title:hover a {
  color: #b81b25;
}

.m-hpro .item-desc {
  margin-top: 18px;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

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

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

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

  .m-hpro .list-item {
    margin-bottom: 30px;
  }

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

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

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

.m-hhd {
  margin-bottom: 48px;
  text-align: center;
}

.m-hhd .hd-title {
  position: relative;
  padding-top: 16px;
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "AkzidenzGrotesk-Super", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.m-hhd .hd-title a:hover {
  letter-spacing: 1px;
}

.m-hhd .hd-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 70px;
  height: 4px;
  background-color: #333;
}

.m-hhd .hd-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  max-width: 890px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

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

  .m-hhd .hd-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hhd .hd-desc {
    margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hhd2 {
  color: #fff;
}

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

.m-hhd2 a:hover {
  color: #b81b25;
}

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

.g-habt {
  padding-top: 93px;
  padding-bottom: 163px;
  clear: both
}

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

.m-habt .box-video {
  position: relative;
  float: left;
  margin-right: 44px;
  width: 52.08333%;

  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.m-habt .box-video iframe, .m-habt .box-img, .m-habt .box-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-habt .box-text {
  padding-top: 29px;
  overflow: hidden;
}

.m-habt .box-title {
  line-height: 52px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

.m-habt .box-desc {
  margin-top: 34px;
  line-height: 30px;
  max-height: 150px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-habt .box-link {
  margin-top: 60px;
}

.m-habt .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 206px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b81b25;
  text-align: center;
  border: 2px solid #b81b25;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-habt .box-link a:hover {
  color: #fff;
  background-color: #b81b25;
}

.m-habt .box-link i {
  margin-left: 10px;
}

@media screen and (max-width: 1219px) {
  .m-habt .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-habt .box-video {
    padding-top: 460px;
  }




}

@media screen and (max-width: 991px) {
  .m-habt .box-video {
    float: none;
    margin-right: 0;
    width: 83.33333%;
    padding-top: 62.53333%;
  }

  .m-habt .box-text {
    padding-top: 30px;
  }

  .m-habt .box-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

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

  .m-habt .box-link {
    margin-top: 15px;
  }
}

.g-hfix1 {
  padding-top: 65px;
  padding-bottom: 76px;
  background: url("../images/hbg2.jpg") no-repeat center top;
  clear: both
}

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

.g-hbox{
  padding-top: 50px;
  padding-bottom: 30px;
}

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

.m-happl .hd-title {
  text-align: left;
}

.m-happl .hd-title:before {
  right: auto;
}

.m-happl .box-img {
  float: right;
  margin-left: 4.41667%;
  width: 46.08333%;
  line-height: 0;
  font-size: 0;
}

.m-happl .box-img a {
  position: relative;
  display: block;
  overflow: hidden;
}

.m-happl .box-fix {
  padding-top: 2%;
  overflow: hidden;
}

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

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

.m-happl .box-text a:hover {
  color: #b81b25;
}

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

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

.m-happl .box-list {
  margin-top: 42px;
  margin-bottom: -15px;
}

.m-happl .list-item {
  float: left;
  margin-right: 3.367%;
  margin-bottom: 15px;
  width: 47.9798%;
}

@media screen and (max-width: 1219px) {
  .m-happl .box-fix {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .m-happl .box-img {
    float: none;
    margin-left: 0;
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  .m-happl .box-fix {
    padding-top: 20px;
  }

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

  .m-happl .box-desc,
  .m-happl .box-list {
    margin-top: 15px;
  }
}

.m-hadva {
  margin-top: 115px;
}

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

.m-hadva .box-item {
  margin-right: 9.33333%;
  margin-bottom: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 27%;
  text-align: center;
  color: #fff;
}

.m-hadva .box-item a {
  color: #fff;
}

.m-hadva .box-item a:hover {
  color: #b81b25;
}

.m-hadva .item-icon a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  font-size: 0;
}

.m-hadva .item-text {
  padding-top: 19px;
}

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

.m-hadva .item-desc {
  margin-top: 17px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 112px;
  overflow: hidden;
}

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

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

  .m-hadva .item-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 120px;
  }
}

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

@media screen and (max-width: 375px) {
  .m-hadva .box-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-hnews {
  margin-top: 132px;
}

.m-hnews .box-list {
  margin-bottom: -25px;
}

.m-hnews .list-item {
  float: left;
  margin-right: 2.16667%;
  margin-bottom: 25px;
  width: 31%;
  background-color: #f5f5f5;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hnews .list-item:hover {
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
  background-color: #fff;
}

.m-hnews .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 23px;
}

.m-hnews .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.m-hnews .item-desc {
  margin-top: 11px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

  .m-hnews .item-text {
    padding: 20px 15px;
  }

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

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

  .m-hnews .item-desc {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 375px) {
  .m-hnews .list-item {
    width: 98%;
  }
}

.g-ft {
  background-color: #2b3515;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

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

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

.m-ftfix1 {
  background-color: #fff;
  color: #fff;
  background-image:url("../images/footbj.jpg")
}

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

.m-ftfix1 a:hover {
  color: #b81b25;
}

.m-ftfix1 .box-wp {
  padding-top: 45px;
  padding-bottom: 74px;
}

.m-ftb {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb1 {
  padding-right: 20px;
  width: 23.16667%;
}

.m-ftb2 {
  margin-right: 10.83333%;
  width: 41.5%;
}

.m-ftb3 {
  float: none;
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 23px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.m-ftinfo .info-item {
  position: relative;
  padding-left: 37px;
  word-break: break-word;
}

.m-ftinfo .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-ftshare {
  float: right;
  margin-left: 30px;
  margin-bottom: -10px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}

.m-ftshare .share-item {
  margin-bottom: 10px;
  margin-right: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftshare .share-item:last-child {
  margin-right: 0;
}

.m-ftshare .share-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.m-ftform .form-bd {
  margin-bottom: -18px;
  overflow: hidden;
}

.m-ftform .form-item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 13px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  background-color: #fff;
}

.m-ftform .form-item.important {
  background: url("../images/star1.png") no-repeat left 17px;
}

.m-ftform .form-item1 {
  width: 47.18876%;
}

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

.m-ftform .form-item3 {
  width: 47.18876%;
}

.m-ftform .form-item4 {
  width: 28.11245%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #d2d2d2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}

.m-ftform .form-item4 img {
  max-height: 38px;
  vertical-align: middle;
}

.m-ftform .form-item5 {
  padding-left: 0;
  width: 100%;
  background: none;
  float: none;
  clear: both
}

.m-ftform .form-text {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a6a6a6;
  color: #a6a6a6 \9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #bfbfbf;
}

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

.m-ftform .form-text:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

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

.m-ftform .form-text2 {
  height: 88px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftform .form-btn {
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #b81b25;
  cursor: pointer
}

.m-ftfix2 {
  padding-top: 16px;
  padding-bottom: 14px;
}

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

.m-ftlnk .list-item {
  float: left;
  margin-right: 30px;
}

.m-ftext {
  line-height: 30px;
  overflow: hidden;
}

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

@media screen and (max-width: 991px) {
  .g-ft {
    background: #b81b25;
  }

  .m-ftb3,
  .m-ftb2,
  .m-ftt,
  .m-ftlnk,
  .m-ftinfo,
  .m-ftnav,
  .m-ftlnk,
  .m-ftfix1 {
    display: none;
  }

  .m-ftfix2 {
    padding: 30px 0;
  }

  .m-ftshare {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .m-ftb1 {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

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

.m-crm {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #666666;
}

.m-crm .box-cell {
  display: table-cell;
  width: 1200px;
  height: 228px;
  vertical-align: middle;
  text-align: center;
}

.m-crm .box-title {
  position: relative;
  line-height: 38px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}

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

.m-crm .box-title a:hover {
  color: #b81b25;
}

.m-crm .box-desc {
  margin-top: 13px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

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

.m-crm .box-desc a:hover,
.m-crm .box-desc a.active,
.m-crm .box-desc span.active {
  color: #b81b25;
}

@media screen and (max-width: 991px) {
  .m-crm .box-cell {
    height: 170px;
  }

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

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

.g-wp {
  padding-top: 44px;
  padding-bottom: 94px;
}

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

.m-abtext {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtext p,
.m-abtext span,
.m-abtext strong {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

.m-abtext h1 {
  position: relative;
  padding-bottom: 6px;
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.m-abtext h1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background-color: #666666;
}

.m-abtext .info-item {
}
.m-abtext .info-item2 {
  text-decoration: underline;width:600px;
}

@media screen and (max-width: 991px) {
  .m-abtext {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtext p,
  .m-abtext span,
  .m-abtext strong {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtext p {
    min-height: 14px;
  }
}

.m-ctusform {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 123px;
  margin-bottom: 95px;
  max-width: 919px;
}

.m-ctusform .box-title {
  margin-bottom: 29px;
  background-color: #f4f4f4;
}

.m-ctusform .box-title p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 213px;
  line-height: 36px;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #114f8d;
}

.m-ctusform .box-bd {
  padding-left: 5.22307%;
  padding-right: 10.33732%;
  padding-top: 9.358%;
  padding-bottom: 5.00544%;
  background: url("../images/ctusbg1.jpg") no-repeat center top;
  border: solid 1px #dcdcdc;
}

.m-ctusform .box-form {
  margin-bottom: -13px;
  overflow: hidden;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 18px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-item.important {
  background: url("../images/star2.png") no-repeat left 15px;
}

.m-ctusform .form-item-1 {
  width: 48.19588%;
}

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

.m-ctusform .form-item-2.important {
  background: url("../images/star2.png") no-repeat left 15px;
}

.m-ctusform .form-item-3 {
  margin-right: 1.67526%;
  width: 38.40206%;
}

.m-ctusform .form-item-4 {
  width: 20.87629%;
  height: 36px;
  padding-left: 0;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-item-4 img {
  vertical-align: middle;
  width: 100%;
  height: auto !important
}

.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 29.63918%;
  padding-left: 0;
}

.m-ctusform .item-btn1 {
  width: 100%;
  height: 36px;
  padding-left: 0;
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #114f8d;
  border-radius: 5px;
}

.m-ctusform .item-text {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

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

.m-ctusform .item-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}

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

.m-ctusform .item-text2 {
  height: 115px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px;
  }

  .m-ctusform .form-item.important {
    background-position: 0 15px;
  }

  .m-ctusform .form-item-3 {
    width: 100%;
    margin-right: 0;
  }

  .m-ctusform .form-item-4 {
    float: right;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding-left: 0;
  }

  .m-ctusform .form-item-4 img {
    max-height: 34px;
    width: auto;
    max-width: 100%;
  }

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

  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }

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

  .m-ctusform .form-item-5 {
    padding-left: 0;
  }
}

.g-mn {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-mn1 {
  padding-left: 300px;
}

.g-mn2 {
  padding-left: 295px;
}

.g-mn3 {
  padding-right: 370px;
}

@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.g-sd1 {
  float: left;
  width: 270px;
  margin-left: -100%;
}

.g-sd2 {
  float: left;
  width: 244px;
  margin-left: -100%;
}

.g-sd3 {
  float: left;
  width: 300px;
  margin-left: -300px;
}

@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.m-sdtt {
  margin-bottom: 10px;
}

.m-sdtt a,
.m-sdtt span {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 6px 10px;
  line-height: 34px;
  background-color: #b81b25;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.m-sdtt a:hover {
  color: #fff;
  background-color: #b81b25;
}

@media screen and (max-width: 991px) {
  .m-sdtt a {
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-sdnav {
  overflow: hidden;
}

.m-sdnav .sdnav-btn {
  position: relative;
  margin-bottom: 20px;
  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: #b81b25;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-sdnav .sdnav-btn>p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: white;
}

.m-sdnav .nav-name {
  margin-bottom: 5px;
}

.m-sdnav .nav-name a {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
  line-height: 30px;
  background-color: #666666;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.m-sdnav .nav-name a:hover {
  color: #fff;
  background-color: #b81b25;
}

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

.m-sdnav .nav-item {
  margin-top: 8px;
  background-color: #fff;
}

.m-sdnav .nav-item>a {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #333333;
}

.m-sdnav .nav-item>a:hover {
  color: #fff;
  background-color: #b81b25;
}

.m-sdnav .nav-item>a.active {
  color: #fff;
  background-color: #b81b25;
}

.m-sdnav .sbnav-list {
  background-color: #fff;
  display: none;
}

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

.m-sdnav .sbnav-list1 {
  padding: 8px 0;
}

.m-sdnav .sbnav-item {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
  padding-left: 34px;
  padding-right: 10px;
  line-height: 26px;
}

.m-sdnav .sbnav-item:hover,
.m-sdnav .sbnav-item.active {
  color: #b81b25;
}

.m-sdnav .sbnav-item2 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
}

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

  .m-sdnav .sdnav-btn {
    display: block;
  }

  .m-sdnav .nav-list {
    display: none;
  }
}

.m-sdtag {
  margin-top: 79px;
}

.m-sdtag .list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border-bottom: 1px solid #a9a9a9;
}

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

.m-sdtag .list-item a:hover {
  color: #b81b25;
}

.m-sdtag .box-title {
  margin-bottom: 0;
}

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

  .m-sdtag .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-keytext {
  margin-bottom: 33px;
}

.m-keytext .box-name {
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 180px;
  padding: 6px 10px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #b81b25;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #b81b25;
}

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

  .m-keytext .box-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

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

.m-prol .item-fix {
  float: left;
  margin-right: 44px;
  width: 238px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  box-sizing: border-box;
  border: #eee solid 1px
}

.m-prol .item-text {
  padding-top: 17px;
  overflow: hidden;
}

.m-prol .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-title input {
  margin-right: 10px;
}

.m-prol .item-desc {
  margin-top: 18px;
  height: 78px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-prol .item-desc a {
  display: block;
}

.m-prol .item-link {
  margin-top: 36px;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 170px;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b81b25;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b81b25;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #b81b25;
}

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

  .m-prol .item-fix {
    margin-right: 30px;
  }

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

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

  .m-prol .item-link {
    margin-top: 20px;
  }

  .m-prol .item-link a {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .m-prol .item-fix {
    float: none;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-propic {
}

@media screen and (max-width: 991px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 12px;
    height: 37px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

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

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

  .m-propic .box-bd {
    overflow: hidden;
  }

  .m-propic .box-list {
    width: 1000%;
    overflow: hidden;
  }

  .m-propic .list-item {
    float: left;
    margin-right: .2%;
    width: 3.2%;
  }

  .m-propic .item-pic {
    position: relative;
    border: 1px solid #b81b25;
  }

  .m-propic .item-pic iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .m-prob1 .prob-link a {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}


@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 4.9%;
  }
}

.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  margin-right: 32px;
  width: 354px;
}

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

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

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

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

.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}

.m-prob1 .prob-video iframe{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-prob1 .prob-video.show {
  display: block;
}

.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 11px;
  padding-left: 42px;
  padding-right: 42px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-btn.prev {
  left: 0;
}

.m-prob1 .prob-pic-btn.next {
  right: 0;
}

.m-prob1 .prob-pic-list {
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.48148%;
  width: 3%;
}

.m-prob1 .prob-pic-item .item-box {
  border: 1px solid #ebebeb;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  line-height: 0;
  font-size: 0;
  display: block;
}

.m-prob1 .prob-pic-item .item-box:hover {
  border-color: #b81b25;
}

.m-prob1 .prob-pic-item .item-box:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.m-prob1 .prob-pic-item .item-box.active {
  border-color: #b81b25;
}

.m-prob1 .prob-info {
  padding-top: 0;
}

.m-prob1 .prob-info-title {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.m-prob1 .prob-info-desc {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-prob1 .prob-info-desc p,
.m-prob1 .prob-info-desc span,
.m-prob1 .prob-info-desc b {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-prob1 .prob-info-link {
  margin-top: 42px;
}

.m-prob1 .prob-info-link a {
  margin-right: 24px;
  margin-bottom: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 9px 10px;
  min-width: 166px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #666666;
}

.m-prob1 .prob-info-link a:hover {
  background-color: #b81b25;
}

.m-prob1 .prob-info-link .iconfont {
  margin-right: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
}

.m-prob1 .prob-info-link a.none:hover {
  color: #fff !important;
  background-color: #666666 !important
}

.m-prob1 .prob-share {
  margin-top: 60px;
  letter-spacing: 0;
}

.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: #fff;
  height: 26px;
}

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

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

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

  .m-prob1 .prob-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-info-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc p {
    min-height: 10px;
  }

  .m-prob1 .prob-info-link a {
    margin-right: 15px;
    min-width: 100px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-pic-small {
    padding-left: 44px;
    padding-right: 44px;
  }

  .m-prob1 .prob-pic-btn.prev {
    left: 0;
  }

  .m-prob1 .prob-pic-btn.next {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
    display: none;
  }

  .m-prob1 .prob-pic-big {
    display: none;
  }

  .m-prob1 .prob-pic-small {
    margin-top: 0;
  }

  .m-prob1 .prob-pic-list ul li {
    margin-right: .2%;
    width: 4.9%;
  }

  .m-prob1 .prob-pic-item .item-box:before {
    display: none !important;
  }

  .m-prob1 .prob-info-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .m-prob1 .prob-share {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

  .m-prob1 .prob-down {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0;
    width: 10%;
  }
}

.m-prott {
  margin-bottom: 42px;
  overflow: hidden;
}

.m-prott p {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 44px;
  font-size: 34px;
  font-size: 2.4rem;
  color: #b81b25;
}

.m-prott p a {
  color: #b81b25;
}

.m-prott p a:hover {
  color: #114f8d;
}

.m-prott p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 30px;
  margin-top: -4px;
  width: 1200px;
  height: 8px;
  border-top: 1px solid #b81b25;
  border-bottom: 1px solid #b81b25;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

  .m-prott p {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .m-prott p:before {
    margin-left: 15px;
  }
}

.m-prob2 {
  margin-top: 79px;
}

.m-prob2 .box-item {
  margin-top: 46px;
}

.m-prob2 .box-item:first-child {
  margin-top: 0;
}

.m-prob2 .bitem-desc {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-prob2 .bitem-desc p,
.m-prob2 .bitem-desc span,
.m-prob2 .bitem-desc b {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

  .m-prob2 .box-item {
    margin-top: 30px;
  }

  .m-prob2 .bitem-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

  .m-prob2 .bitem-desc p {
    min-height: 14px;
  }
}

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

.m-mpro .box-list {
  margin-bottom: -30px;
}

.m-mpro .list-item {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 23%;
}

.m-mpro .item-pic {
  overflow: hidden;
}

.m-mpro .item-pic2{
  border-radius: 0;
}

.m-mpro .item-text {
  margin-top: 10px;
}

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

.m-mpro .item-title:hover {
  color: #b81b25;
}

.m-mpro .item-title:hover a {
  color: #b81b25;
}

.m-mpro .item-time {
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.m-mpro .item-desc {
  margin-top: 10px;
  height: 60px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
}

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

  .m-mpro .box-list {
    margin-bottom: -30px;
  }

  .m-mpro .list-item {
    margin-bottom: 30px;
  }

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

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

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

@media screen and (max-width: 320px) {
  .m-mpro .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-down a {
  cursor: pointer;
}

.m-down .list-item {
  position: relative;
  margin-top: 23px;
  padding-left: 116px;
  padding-right: 43px;
  padding-top: 22px;
  padding-bottom: 14px;
  border: 2px solid #b81b25;
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

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

.m-down .list-item:hover {
  background-color: #b81b25;
}

.m-down .list-item:hover .item-title,
.m-down .list-item:hover .item-desc {
  color: #fff;
}

.m-down .list-item:hover .item-title a,
.m-down .list-item:hover .item-desc a {
  color: #fff;
}

.m-down .list-item:hover .item-icon {
  color: #fff;
}

.m-down .item-font {
  float: left;
  width: 100%;
}

.m-down .item-font-box {
  margin-left: 0;
  margin-right: 304px;
}

.m-down .item-title {
  margin-top: 0;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.m-down .item-title a:hover {
  color: #fff;
}

.m-down .item-desc {
  margin-top: 12px;
}

.m-down .item-desc a {
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-down .item-link {
  position: relative;
  float: right;
  margin-top: 26px;
  margin-left: -166px;
  display: block;
  width: 166px;
  padding: 5px 5px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #b81b25;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #b81b25;
}

.m-down .item-icon {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -30px;
  line-height: 60px;
  font-size: 60px;
  font-size: 6rem;
  color: #b81b25;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

@media screen and (max-width: 991px) {
  .m-down .list-item {
    margin-top: 20px;
    padding: 25px 10px;
  }

  .m-down .item-icon {
    display: none;
  }

  .m-down .item-pic {
    float: none;
  }

  .m-down .item-font {
    float: none;
    margin-top: 0;
    margin-left: 0;
  }

  .m-down .item-font-box {
    margin: 0;
  }

  .m-down .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-down .item-desc {
    margin-top: 10px;
  }

  .m-down .item-desc a {
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    max-height: 72px;
    line-height: 24px;
  }

  .m-down .item-link {
    float: none;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-applst {
  margin-bottom: -47px;
}

.m-applst .list-item {
  position: relative;
  float: left;
  margin-right: 2.16667%;
  margin-bottom: 47px;
  width: 31%;
  overflow: hidden;
}

.m-applst .list-item:hover .item-modal1 {
  bottom: -70px;
}

.m-applst .list-item:hover .item-modal2 {
  bottom: 0;
}

.m-applst .item-modal1 {
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(52, 52, 53, 0.7);
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-applst .item-table {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.m-applst .item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.m-applst .item-title1 {
  padding-left: 11px;
  padding-right: 11px;
  max-height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.m-applst .item-title1 a {
  color: #fff;
}

.m-applst .item-title1:hover {
  color: #b81b25;
}

.m-applst .item-title1:hover a {
  color: #b81b25;
}

.m-applst .item-modal2 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  -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-applst .item-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #343435;
  background-color: rgba(184, 27, 37, 0.8);
}

.m-applst .item-fix a {
  color: #fff;
}

.m-applst .item-fix a:hover {
  color: #b81b25;
}

.m-applst .item-text {
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

.m-applst .item-title2 {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-applst .item-desc {
  margin-top: 30px;
  height: 96px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

  .m-applst .list-item {
    margin-bottom: 30px;
  }

  .m-applst .item-modal2 {
    display: none;
	color:#fff
  }

  .m-applst .item-modal1 {
    height: 36px;
    bottom: 0 !important;
  }

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

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

@media screen and (max-width: 320px) {
  .m-applst .list-item {
    margin-left: 0;
    margin-right: 0 !important;
    width: 100%;
  }
}

.m-appltext .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

.m-appltext .box-info{
  text-align: center;
  margin-top: 20px;
}

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

.m-appltext .share-font {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  line-height: 26px;
  color: #666;
}

.m-appltext .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-appltext .box-desc {
  margin-top: 35px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-appltext .box-desc p,
.m-appltext .box-desc span,
.m-appltext .box-desc b {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .m-appltext .box-title {
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-appltext .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

.m-newsl .list-item {
  margin-top: 30px;
  background-color: #f8f8f8;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

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

.m-newsl .list-item:hover {
  color: #fff;
  background-color: #b81b25;
}

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

.m-newsl .list-item:hover .item-title,
.m-newsl .list-item:hover .item-desc {
  color: #fff;
}

.m-newsl .list-item:hover .item-title a,
.m-newsl .list-item:hover .item-desc a {
  color: #fff;
}

.m-newsl .list-item:hover .item-title:before {
  background-color: #fff;
}

.m-newsl .list-item:hover .item-link a {
  color: #b81b25;
  background-color: #fff;
  border-color: #fff;
}

.m-newsl .item-pic {
  position: relative;
  width: 400px;
  overflow: hidden;
}

.m-newsl .item-pic1 {
  float: left;
}

.m-newsl .item-pic2 {
  float: right;
}

.m-newsl .item-text {
  padding-top: 31px;
  padding-left: 42px;
  padding-right: 42px;
  overflow: hidden;
}

.m-newsl .item-title {
  position: relative;
  padding-bottom: 18px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 4px;
  background-color: #333333;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-newsl .item-desc {
  margin-top: 31px;
  height: 96px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-newsl .item-link {
  margin-top: 0px;
}

.m-newsl .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 165px;
  padding: 6px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b81b25;
  text-align: center;
  border: 1px solid #b81b25;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-newsl .item-link a:hover {
  color: #fff;
  background-color: #b81b25;
}

@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .m-newsl .item-pic {
    float: none;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
  }

  .m-newsl .item-text {
    padding: 20px 15px;
  }

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

  .m-newsl .item-desc {
    margin-top: 15px;
    height: auto;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-newsl .item-link {
    margin-top: 15px;
  }
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px dotted #666666;
}

.m-news .box-title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: normal;
  line-height:50px;
}

.m-news .box-info {
  margin-top: 11px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.m-news .box-time, .m-news .box-oinfo {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  vertical-align: top;
}

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

.m-news .share-font {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  color: #666;
}

.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-news .box-desc {
  margin-top: 15px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-news .box-desc p,
.m-news .box-desc span,
.m-news .box-desc a {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media screen and (max-width: 991px) {
  .m-news .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

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

  .m-news .box-desc p {
    min-height: 14px;
  }
}

.m-tag {
  margin-top: 69px;
  bottom: -15px;
  font-size: 0;
  letter-spacing: 0;
}

.m-tag .tag-item {
  margin-bottom: 15px;
  margin-right: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 14px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b81b25;
  border: 1px solid #b81b25;
}

.m-tag .tag-item:hover {
  color: #fff;
  background-color: #b81b25;
}

.cuowup {
  line-height: 25px;
  font-size: 14px;
  font-size: 1.4rem
}

.hongsebj {
  color: #b81b25 !important
}

.m-classtext {
  margin-bottom: 36px;
}

.m-classtext .box-title {
  margin-bottom: 12px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Montserrat-Bold", arial, helvetica, sans-serif;
}

.m-classtext .box-desc {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-classtext .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}


.listcart {
  margin-top: 30px;
  width: 100%;
  clear: both
}

.listcart a {
  display: inline-block;
  color: #fff;
  min-width: 160px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  border: solid 1px #666;
  text-align: center;
  margin-bottom: 20px;
  background: #666
}

.listcart a:hover {
  border: solid 1px #b81b25;
  background: #b81b25;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .listcart a {
    width: 100%;
    display: block
  }
}

@media screen and (max-width:1219px) {
  .gaodeditu .iframe {
    overflow: scroll
  }
}

.xunpanc {
  margin-top: 25px;
  margin-bottom: 14px;
}

.xunpanc table {
  border: 1px solid #333;
  text-align: center
}

.xunpanc table tr:first-child {
  height: 40px;
  color: #fff;
  background-color: #333;
}

.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;

}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0;
}

.xunpanc a:hover {
  color: #b81b25
}

.down_file_content .submit {
  cursor: pointer !important
}

.m-hdmenu { 
  position: relative;
  float: left;
  right: 0;
  z-index: 2;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 0;
  margin-left: 10px;
}

.m-hdmenu .menu-btn { display: block; width: 42px; line-height: 28px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; }

.m-hdmenu .menu-btn img{ vertical-align: middle; }

.m-hdmenu .menu-btn.active { color: #333; background-color: #b81b25; }

.m-hdmenu .menu-list { position: absolute; right: 0; top: 100%; width: 186px; display: none; }

.m-hdmenu .menu-item { padding-top: 2px; }

.m-hdmenu .menu-item a { display: block; line-height: 26px; padding: 5px 12px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #150f03; background-color: rgba(21, 15, 3, 0.5); }

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active { color: #fff; background-color: #b81b25; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #b81b25; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; right: 100%; top: 0; width: 100%; display: none; }

@media screen and (max-width: 959px) { .m-hdmenu { display: none; } }

.m-cert {  overflow: hidden; }

.m-cert .list-item { float: left; margin-right: 2.78571%; margin-bottom: 30px; width: 22.85714%; }

.m-cert .item-top { position: relative; padding-top: 100%; overflow: hidden; border: 1px solid #ccc; }

.m-cert .item-top:hover .item-modal { top: 0; }

.m-cert .item-pic{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.m-cert .item-pic img { position: absolute; 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%) !important; max-width: 100%; max-height: 100%; }

.m-cert .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000000; background-color: rgba(0, 0, 0, 0.5); }

.m-cert .item-modal i { position: absolute; 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%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-cert .item-title { margin-top: 18px; height: 20px; line-height: 20px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 1024px) { .m-cert .item-modal { display: block; top: 0; background: none; } }

@media screen and (max-width: 991px) { .m-cert { margin-bottom: -25px; }
  .m-cert .list-item { margin-bottom: 25px; }
  .m-cert .item-title { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

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

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; 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: 1200px; height: 700px; max-height: 80%; max-width: 90%; }

.m-videolist { overflow: hidden; }

.m-videolist .list-item { float: left; margin-right: 2.71429%; margin-bottom: 50px; width: 22.85714%; }

.m-videolist .list-item .item-top { position: relative; overflow: hidden; }

.m-videolist .list-item iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-videolist .list-item .item-title { margin-top: 20px; height: 24px; line-height: 24px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; color: #333333; font-weight: bold; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-videolist .list-item .item-title a { color: #333333; }

.m-videolist .list-item .item-title a:hover { color: #b81b25; }

@media screen and (max-width: 991px) {
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 25px; width: 31.33%; }
  .m-videolist .list-item .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-videolist .list-item { width: 48%; } }
.m-faq { overflow: hidden;  margin-bottom: 40px; }

.m-faq .list-item { margin-top: 22px; overflow: hidden; }

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

.m-faq .item-title { background-color: #eeeeee; }

.m-faq .item-title a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }

.m-faq .item-title a i { position: absolute; left: 15px; top: 6px; /*width: 30px;*/ height: 30px; line-height: 30px; color: #fff; font-size: 20px; font-size: 2rem; text-align: center; background-color: #3d3d3d; padding: 0 5px; }

.m-faq .item-title a:before { content: ""; position: absolute; right: 20px; top: 50%; margin-top: -7px; display: block; width: 14px; height: 14px; background: url("../images/faq1.png") no-repeat center center; }

.m-faq .item-title a:hover { color: #b81b25; }

.m-faq .item-title.active a:before { background: url("../images/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none; padding-top: 20px; padding-left: 55px; padding-right: 26px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background: #fafafa; }

.m-faq .item-desc i { position: absolute; left: 15px; top: 20px; /*width: 30px;*/ height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #b81b25; padding: 0 5px; }

.m-faq .item-desc.show { display: block; }

@media screen and (max-width: 480px) { .m-faq .list-item { margin-top: 20px; }
  .m-faq .item-title, .m-faq .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-title a, .m-faq .item-desc a { font-size: 14px; font-size: 1.4rem; } }

  .m-ctusform .attachment { clear: both; }

  .m-ctusform .attachment span { float: left; }
  
  .m-ctusform .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  
  .m-ctusform .attachment .file-group { float: left; margin: 20px 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; }
  
  .m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #b81b25; border: 1px solid #b81b25; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
  
  .m-ctusform .attachment .file-group .file-single { width: 100%; height: 100%; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
  
  .m-ctusform .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
  
  .m-ctusform .attachment .file-name-p { height: 70px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 50px; }
  
  .m-ctusform .attachment .file-name-p i { cursor: pointer; }
  
  .m-ctusform .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  
  .m-ctusform .attachment .file-group:hover .file-btn { background-color: #fff; color: #b81b25; }
  
  
.attribute { font-size: 16px; margin-top: 50px; }

.attribute .box { margin-top: 20px; }

.attribute .name span { display: inline-block; color: #333; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name { line-height: 36px; padding: 10px; padding-right: 30px; background: #eaeaea; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #333; margin-bottom: 5px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name i { color: #999999; position: absolute; right: 10px; top: 50%; margin-top: -10px; line-height: 20px; font-size: 12px; font-size: 1.2rem; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name.active { background: #b81b25; }

.attribute .name.active span { color: #fff; }

.attribute .name.active i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); color: #fff; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; /*max-height: 180px;overflow-y: auto;*/ display: none; cursor: pointer; }

.attribute .item-box label { display: block; cursor: pointer; }

.attribute .item-box > div { color: #666f66; background: #eaeaea; padding: 20px; margin-bottom: 5px; position: relative; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 24px; font-size: 16px; font-size: 1.6rem; color: #1f1e19; }

.attribute .check-box-div { position: absolute !important; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }

.prat { margin-bottom: 33px; margin-top: 30px; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn { position: relative; padding-left: 50px; margin-top: 8px; }

.atsp { position: absolute; display: block; left: 0px; top: 0px; color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.atn label { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; cursor: pointer; }

.atn span { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; }
.slide-title2 { width:150px;font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; padding: 10px 14px; text-transform: uppercase; background-color: #1367AF; margin-bottom: 5px; position: relative; }
.subbar {
	line-height: 80px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e2e2e2
}

.subbar .wp1460 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.subbar-breadcon {
	font-size: 14px;
	color: #888;
	float:left;
	
}

.subbar-breadcon a {
	color: #888;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.subbar-breadcon a:hover {
	color: #e8a913
}

.subbar-breadcon a:hover .iconfont {
	color: #e8a913
}

.subbar-breadcon a,.subbar-breadcon span {
	display: inline-block;
	vertical-align: top
}

.subbar-breadcon .icon-shouye {
	margin-right: 2px;
	font-size: 16px;
	color: #3e3e3e
}

.subbar-menu {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	text-align: right
}

.subbar-menu.no-init .swiper-wrapper {
	display: block;
	width: 100%
}

.subbar-menu .swiper-wrapper {
	font-size: 0
}

.subbar-menu .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: auto
}

.subbar-menu .swiper-slide a {
	position: relative;
	display: block;
	margin: 0 17px;
	padding: 0 12px;
	font-size: 20px;
	color: #666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.subbar-menu .swiper-slide a:hover {
	color: #e8a913
}

.subbar-menu .swiper-slide.on a {
	color: #fff;
	background:#b81b25;

}

.subbar-menu .swiper-slide.on a:after {
	content: '';

	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #96000a
}

@media screen and (max-width: 1440px) {
	.subbar {
		line-height: 70px
	}

	.subbar-breadcon {
		font-size: 13px
	}

	.subbar-breadcon .icon-shouye {
		font-size: 15px
	}

	.subbar-menu .swiper-slide a {
		margin: 0 15px;
		padding: 0 10px;
		font-size: 15px
	}
}

@media screen and (max-width: 1200px) {
	.subbar {
		line-height: 60px
	}

	.subbar .wp1460 {
		display: block;
		padding: 0
	}

	.subbar-breadcon {
		display: none
	}

	.subbar-menu {
		text-align: center
	}
}

@media screen and (max-width: 750px) {
	.subbar {
		line-height: 45px
	}

	.subbar-menu .swiper-slide a {
		margin: 0 12px;
		padding: 0 5px;
		font-size: 14px
	}
}
