#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, -o-transform .4s ease;
  -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  -moz-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  -moz-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
main {
  display: block
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/

  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

/*********************************************************

/ When clicking on thumbs jqzoom will add the class

/ "zoomThumbActive" on the anchor selected

/*********************************************************/

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

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

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

.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .ggtu {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo>div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo>div:hover .imgtoVideoDetail {
  display: block
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none
}

.imgtoVideo .imgtoVideoDetail>div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%
}

#picturetoVideo .carouse .slideItem>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

* {
  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: "OPEN SANS", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

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

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"],
input[type="button"],
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: 1400px;
}

.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: 1400px;
  overflow: visible;
}

@media screen and (min-width: 1220px) and (max-width: 1419px) {
  .f-box {
    width: 1200px;
  }
}

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

.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%;
  display: inline-block;
}

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

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

.m-desc table tr td {
  padding: 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;
  }
}

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

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

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

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

.loading_wrap {
  text-align: center;
  margin: 0 auto;
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.loading_wrap img {
  -webkit-animation: fliping 1.5s infinite linear;
  -moz-animation: fliping 1.5s infinite linear;
  animation: fliping 1.5s infinite linear;
}

@-webkit-keyframes fliping {
  0% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: translateZ(150px) rotateY(170deg);
    transform: translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: translateZ(150px) rotateY(190deg);
    transform: translateZ(150px) rotateY(190deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes fliping {
  0% {
    -moz-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -moz-transform: translateZ(150px) rotateY(170deg);
    transform: translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -moz-transform: translateZ(150px) rotateY(190deg);
    transform: translateZ(150px) rotateY(190deg);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -moz-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes fliping {
  0% {
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: translateZ(150px) rotateY(170deg);
    -moz-transform: translateZ(150px) rotateY(170deg);
    transform: translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: translateZ(150px) rotateY(190deg);
    -moz-transform: translateZ(150px) rotateY(190deg);
    transform: translateZ(150px) rotateY(190deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    -moz-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    -moz-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

.site-welcome.active {
  visibility: visible;
  opacity: 1;
}

.m-crm {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

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

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

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

.m-oths {
  margin-top: 63px;
}

.m-oths .oths-item {
  position: relative;
  padding-left: 58px;
  height: 23px;
  line-height: 23px;
  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: #e52029;
}

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

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

.m-oths .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 22px;
  line-height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e52029;
  text-align: center;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.m-page a,
.m-page span.none {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #e52029;
  border: 1px solid #e52029;
  -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,
.m-page a.active {
  color: #333;
  border: 1px solid #e52029;
  background-color: #fff;
}

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

.m-pag .none:hover {
  color: #fff !important;
  background-color: #e52029 !important;
  border: 1px solid #e52029 !important;
}

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

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

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

.m-page2 {
  position: relative;
  min-height: 30px;
  padding-right: 0;
}

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

.m-page2 .form-btn {
  min-width: 148px;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e52029;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 96px;
  bottom: 30px;
  width: 68px;
  height: 68px;
  background-color: #eee;
  border-radius: 10px;
  line-height: 68px;
  font-size: 24px;
  color: #e52029;
  display: none;
  text-align: center;
}

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

@media screen and (max-width: 991px) {
  .returntop {
    right: 0;
    bottom: 65px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.g-hd {
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.m-hdlogo {
  float: left;
  display: block;
  line-height: 100px;
}

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

.m-hdfix2 {
  float: right;
}

.m-hdfix3 {
  position: relative;
  z-index: 2;
  float: right;
  padding-top: 2px;
}

.m-hdlang {
  position: relative;
}

.m-hdlang .lang-btn {
  display: block;
  min-width: 100px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
}

.m-hdlang .lang-btn i {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 8px solid #222;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 160%;
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #ccc;
  background: #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;
  opacity: 1;
  top: 110%;
}

.m-hdlang .lang-item a {
  display: block;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #e52029;
}

.m-hdsch {
  position: relative;
  padding-top: 13px;
  padding-bottom: 19px;
}

.m-hdsch .box-btn {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

.m-hdsch .box-form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  display: none;
  width: 180px;
  height: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e52029;
  border-radius: 5px;
  background-color: #fff;
}

.m-hdsch .form-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdsch .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../images/sch2.png") no-repeat center;
}

.m-hdnav {
  margin-right: 10px;
  margin-top: 15px;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  padding-top: 13px;
  padding-bottom: 19px;
}

.m-hdnav .nav-item>a {
  display: block;
  padding: 5px 35px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  border-radius: 20px;
}

.m-hdnav .nav-item>a:hover,
.m-hdnav .nav-item>a.active,
.m-hdnav .nav-item>a.current {
  color: #fff;
  background-color: #e52029;
}

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

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

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

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 12px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media screen and (max-width: 1419px) {
  .m-hdnav .nav-item {
    margin-right: 5px;
  }

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

  .m-hdnav .sbnav-list2 {
    width: 160px;
  }

  .m-hdnav .sbnav-item {
    position: relative;
  }

  .m-hdnav .sbnav-item a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 12px;
    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: #e52029;
  }

  .m-hdinfo .info-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1219px) {
  .m-hdlogo img {
    max-height: 90px;
  }

  .m-hdnav .nav-item>a {
    padding: 0 10px;
  }
}

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

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

  .m-hdfix3 {
    position: static;
    padding: 0;
  }

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

  .m-hdlang .lang-btn {
    height: 30px;
    line-height: 28px;
  }

  .m-hdlang .lang-btn .iconfont {
    margin-left: 5px;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    height: auto;
    line-height: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .m-hdlogo img {
    max-height: 70px;
  }
}

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

.dugg .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  letter-spacing: 0;
  text-align: center;
}

.dugg .dotList ul li {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: url("../images/dot1.png") no-repeat center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% 100%;
  border-radius: 50%;
}

.dugg .dotList ul li.active {
  background-image: url("../images/dot2.png");
}

.dugg .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dugg .carousel-control.left {
  left: 3.22917%;
}

.dugg .carousel-control.right {
  right: 3.22917%;
}

.dugg .carousel-control:hover {
  background-color: #e52029;
}

.dugg.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .dugg .dotList {
    bottom: 10px;
  }

  .dugg .dotList ul li {
    width: 10px;
    height: 10px;
  }

  .dugg .carousel-control {
    display: none;
  }

  .dugg.hide {
    display: block;
  }

  .n-banner {
    display: none;
  }
}

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

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

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

.m-hhd {
  position: relative;
  text-align: center;
}

.m-hhd .hd-title {
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-hhd .hd-info {
  margin-top: 12px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.m-hhd .hd-info a {
  color: #666; display:block
}

.m-hhd .hd-info a:hover {
  color: #e52029;
}

.g-hpro {
  padding-top: 84px;
  padding-bottom: 107px;
}

.g-hpro .box-hd {
  margin-bottom: 40px;
}

.m-hpro .box-tabhd {
  position: relative;
  margin-bottom: -20px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hpro .tabhd-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 20px;
  line-height: 30px;
  padding: 10px 18px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 26px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.m-hpro .tabhd-item.active {
  color: #fff;
  background-color: #e52029;
}

.m-hpro .box-tabbd {
  margin-top: 46px;
}

.m-hpro .tabbd-item {
  display: none;
}

.m-hpro .tabbd-item.show {
  display: block;
}

.m-hpro .tbitem-wp {
  position: relative;
}

.m-hpro .box-list {
  padding: 10px;
}

.m-hpro .box-btn {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  line-height: 52px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #d2d2d2;
  background-color: rgba(210, 210, 210, 0.5);
  border-radius: 50%;
  z-index: 4;
}

.m-hpro .box-btn.prev {
  left: 0;
  margin-left: -15px;
}

.m-hpro .box-btn.next {
  right: 0;
  margin-right: -15px;
}

.m-hpro .box-btn:hover {
  background-color: #e52029;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.m-hpro .box-list {
  width: 1000%;
  overflow: hidden;
  box-sizing: border-box
}

.m-hpro .list-item {
  float: left;
  margin-right: 0.26%;
  width: 3.11429%;
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-hpro .list-item:hover .item-text:before {
  top: 0;
}

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

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

.m-hpro .item-text {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #dedede;
}

.m-hpro .item-text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background-color: #e52029;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-hpro .item-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1480px) {
  .m-hpro .box-btn {
    z-index: 2;
  }

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

  .m-hpro .box-btn.next {
    left: auto;
    margin-right: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .m-hhd .hd-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hhd .hd-info {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .g-hpro {
    padding: 30px 0;
  }

  .g-hpro .box-hd {
    margin-bottom: 30px;
  }

  .m-hpro .tabhd-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .m-hpro .box-tabbd {
    margin-top: 30px;
  }

  .m-hpro .tbitem-wp {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .m-hpro .box-list {
    padding: 0;
  }

  .m-hpro .box-btn {
    margin-top: 20;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hpro .item-text {
    padding: 5px 10px;
  }

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

@media screen and (max-width: 640px) {
  .m-hpro .tabhd-item {
    width: 48%;
  }

  .m-hpro .list-item {
    margin-right: .2%;
    width: 4.9%;
  }
}

@media screen and (max-width: 370px) {
  .m-hpro .list-item {
    margin-right: .1%;
    width: 10%;
  }
}

.g-happl {
  padding-top: 60px;
  padding-bottom: 60px;
 
  background-size: cover;
  background: #E9E9E9;
}

.g-happl .box-hd {
  color: #fff;
}

.g-happl .box-hd a {
  color: #333;
}

.g-happl .box-hd a:hover {
  color: #e52029;
}

.g-happl .box-line {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 3px;
  height: 35px;
  background-color: #ccc;
}

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

  .g-happl .box-line {
    margin-bottom: 30px;
  }
}

.m-happl {
  position: relative;
  padding-bottom: 125px;
}

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

.m-happl .list-item {
  float: left;
  margin-right: 0.32143%;
  width: 2.27143%;
  background-color: #fff;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-happl .list-item:hover {
  color: #000;
   
}

.m-happl .list-item:hover a {
  color: #000;
}

.m-happl .item-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 31px;
  padding-bottom: 32px;
}

.m-happl .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-happl .item-desc {
  margin-top: 33px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

.m-happl .box-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #d2d2d2;
}

.m-happl .box-btn.prev {
  right: 50%;
  margin-right: 5px;
}

.m-happl .box-btn.next {
  left: 50%;
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .m-happl {
    padding-bottom: 56px;
  }

  .m-happl .box-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .m-happl .item-text {
    padding-top: 15px;
  }

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

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

@media screen and (max-width: 640px) {
  .m-happl .list-item {
    margin-right: .4%;
    width: 4.8%;
  }
}

@media screen and (max-width: 320px) {
  .m-happl .list-item {
    margin-right: .2%;
    width: 10%;
  }
}

.g-habt {
  padding-top: 62px;
  padding-bottom: 61px;
  background-color: #fff;
}

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

.m-habt .box-fix {
  position: relative;
  float: left;
  margin-right: 5.71429%;
  padding-top: 19px;
  padding-right: 22px;
  width: 562px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-habt .box-fix:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 302px;
  height: 249px;
  background-color: #e52029;
  background-color: rgba(229, 32, 41, 0.1);
}

.m-habt .box-video {
  position: relative;
  padding-top: 79.25926%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

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

.m-habt .box-text {
  overflow: hidden;
}

.m-habt .box-title {
  position: relative;
  padding-bottom: 20px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #e52029;
  text-transform: uppercase;
}

.m-habt .box-title a {
  color: #e52029;
}

.m-habt .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 3px;
  background-color: #e52029;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-habt .box-title:hover:before {
  width: 240px;
}

.m-habt .box-name {
  margin-top: 37px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
}

.m-habt .box-desc {
  margin-top: 16px;
 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

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

.m-habt .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 124px;
  padding: 5px 10px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
}

@media screen and (max-width: 1219px) {
  .m-habt .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-habt .box-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-habt .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .m-habt .box-fix {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 562px;
  }

  .m-habt .box-title {
    padding: 25px 0 15px;
  }

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

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

    line-height: 24px;
  }

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

.g-hnews {
 
  padding-bottom: 113px;
}

.g-hnews .box-hd {
  margin-bottom: 63px;
}

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

  .g-hnews .box-hd {
    margin-bottom: 30px;
  }
}

.m-hnews {
  margin-bottom: -60px;
}

.m-hnews .list-item {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 60px;
  width: 47.5%;
}

.m-hnews .item-fix {
  float: left;
  margin-left: 60px;
  margin-right: 27px;
  width: 45.56391%;
}

.m-hnews .item-text {
  padding-top: 10px;
}

.m-hnews .item-title {
  height: 52px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  overflow: hidden;
}

.m-hnews .item-title a {
  display: block;
}

.m-hnews .item-desc {
  margin-top: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

.m-hnews .item-time {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  line-height: 24px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 17px;
  padding-bottom: 13px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e52029;
}

@media screen and (max-width: 1219px) {
  .m-hnews .item-title {
    height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .m-hnews .item-desc {
    margin-top: 20px;
   overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

  .m-hnews .list-item {
    margin-right: 4%;
    margin-bottom: 25px;
    width: 48%;
  }

  .m-hnews .item-fix {
    float: none;
    width: 100%;
    margin: 0;
  }

  .m-hnews .item-time {
    padding: 10px;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

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

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

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

.g-ft {
  margin-top: 1px;
  background-size: cover;
  background: url(/images/abc.jpg);
}

.m-ftfix1 {
  padding-top: 86px;
  padding-bottom: 40px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  overflow: hidden;
}

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

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

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

.m-ftb1 {
  padding-right: 20px;
  width: 21.64286%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb2 {
  padding-right: 20px;
  width: 25.28571%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb3 {
  width: 27.85714%;
}

.m-ftb4 {
  float: right;
  width: 23.07143%;
}

.m-fttt {
  position: relative;
  margin-bottom: 30px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #fff;
}

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

.m-fttt a:hover {
  color: #e52029;
}

.m-ftshare {
  margin-bottom: 18px;
}

.m-ftshare .share-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 17px;
  line-height: 25px;
  font-size: 20px;
  font-size: 2rem;
}

.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-ftfix2 .box-wp {
  padding-top: 21px;
  padding-bottom: 21px;
  border-top: 1px solid #4c4c4c;
}

.m-ftlnk {
  overflow: hidden;
  min-height: 30px;
}

.m-ftlnk .list-item {
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

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

.m-ftlnk .list-item a:hover {
  color: #e52029;
}

.m-ftlnk .list-item span {
  margin: 0 10px;
}

.m-ftlnk .list-item:first-child {
  margin-right: 15px;
}

.m-ftlnk:first-child {
  margin-top: 0;
}

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

.m-ftinfo .info-item {
  position: relative;
  word-break: break-word;
}

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

  .m-ftlnk,
  .m-ftb1,
  .m-ftb2,
  .m-ftb3,
  .m-fttt,
  .m-ftfix2 {
    display: none;
  }

  .m-ftb4 {
    float: none;
    width: 100%;
    text-align: center;
  }

  .m-ftfix1 {
    padding: 0;
    border: none;
    background: none;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .g-ft {
    padding: 30px 0;
  }

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

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

.m-nbanner {
  background: url("../images/crm1.jpg") no-repeat center;
  background-size: cover;
}

.m-nbanner .box-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.m-nbanner .box-title {
  position: relative;
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #fff;
}

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

.m-nbanner .box-title a:hover {
  color: #e52029;
}

.duzjis52 {
  color: #e52029 !important;
}

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

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

.g-wp {
  padding-top: 61px;
  padding-bottom: 118px;
}

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

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

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

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

.m-sdtt a,
.m-sdtt span {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  line-height: 34px;
  background-color: #e52029;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

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

.fenhogse {
  color: #e52029 !important;
}

@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: #e52029;
  -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-list {
  margin-top: 0;
}

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

.m-sdnav .nav-item>a {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #333;
  background: url(../images/sdicon1.png) no-repeat 13px 15px;
  background-color: #eee;
  border: 1px solid #d2d2d2;
}

.m-sdnav .nav-item>a:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
}

.m-sdnav .nav-item>a:hover {
  color: #fff;
  background-image: url("../images/sdicon2.png");
  background-color: #e52029;
}

.m-sdnav .nav-item>a.active {
  color: #fff;
  background-image: url("../images/sdicon2.png");
  background-color: #e52029;
}

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

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

.m-sdnav .sbnav-list1 {
  padding: 13px 0;
  border: 1px solid #d2d2d2;
}

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

.m-sdnav .sbnav-item:hover {
  color: #e52029;
}

.m-sdnav .sbnav-item1 {
  position: relative;
}

.m-sdnav .sbnav-item1>a {
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
}

.m-sdnav .sbnav-item1.current:before {
  content: "";
  position: absolute;
  left: 45px;
  top: 22px;
  width: 12px;
  height: 2px;
  background-color: #e52029;
}

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

@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-sdnav .sbnav-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
  }
}

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

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

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

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

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

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

.m-keytext .box-name {
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 166px;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #e52029;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e52029;
}

.m-keytext .box-desc{
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-keytext .more-btn{
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

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

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

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

.m-prol .list-item {
  float: left;
  margin-right: 6.31068%;
  margin-bottom: 57px;
  width: 29.12621%;
}

.m-prol .item-pic {
  border: solid 1px #dcdcdc;
}

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

.m-prol .item-link {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-prol .item-link input {
  vertical-align: middle;
  margin-right: 15px;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 140px;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

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

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

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

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

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

  .m-prol .item-link a {
    min-width: 120px;
  }
}

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

.m-prob1 {
  margin-bottom: 50px;
}

.m-prob1 .prob-pic {
  position: relative;
  z-index: 8;
  margin-right: 5.71429%;
  width: 700px;
}

.m-prob1 .prob-pic-big {
  position: relative;
  float: right;
  margin-top: 20px;
  width: 512px;
  border: 1px solid #dadada;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

.m-prob1 .prob-pic-small {
  position: relative;
  float: left;
  width: 176px;
  padding-top: 27px;
  padding-bottom: 27px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  max-width: 166px;
  height: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999999;
  border-radius: 10px;
}

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

.m-prob1 .prob-pic-btn.prev:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

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

.m-prob1 .prob-pic-btn.next:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.m-prob1 .prob-pic-btn:hover {
  background-color: #e52029;
}

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

.m-prob1 .prob-pic-list ul {
  padding-right: 9px;
  height: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  margin-bottom: 4px;
}

.m-prob1 .prob-pic-item .item-box {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  border: 1px solid #dadada;
  overflow: visible;
}

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

.m-prob1 .prob-pic-item .item-box:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

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

.m-prob1 .prob-pic-item .item-box:hover:before,
.m-prob1 .prob-pic-item .item-box.active:before {
  border-left-color: #e52029;
}

.m-prob1 .prob-info {
  padding-top: 45px;
  overflow: hidden;
}

.m-prob1 .prob-title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
}

.m-prob1 .prob-link {
  margin-top: 25px;
  overflow: hidden;
}

.m-prob1 .prob-link a {
  float: left;
  display: block;
  width: 166px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #363a3a;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #363a3a;
  box-sizing: border-box;
  text-transform: uppercase;
}

.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #e52029;
  border-color: #e52029;
}

.m-prob1 .prob-link a:first-child {
  margin-right: 50px;
}

.m-prob1 .prob-fix1 {
  margin-top: 108px;
}

.m-prob1 .prob-share {
  margin-bottom: 10px;
  margin-right: 50px;
}

.m-prob1 .prob-down {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #363a3a;
}

.m-prob1 .prob-down i {
  margin-left: 5px;
  color: #e52029;
  font-size: 20px;
  font-size: 2rem;
}

.m-prob1 .prob-down:hover {
  color: #e52029;
}

.m-prob1 .prob-desc {
  margin-top: 23px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-prob1 .prob-desc strong {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-proshare .share-img {
  float: left;
  height: 26px;
}

@media screen and (max-width: 1219px) {
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    padding-top: 0;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-desc {
    margin-top: 25px;

  }

  .m-prob1 .prob-fix1 {
    margin-top: 25px;
  }

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

  .m-prob1 .prob-link a:first-child {
    margin-right: 10px;
  }
}

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

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}

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

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

  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

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

  .m-prob1 .prob-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

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

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

  .m-prob1 .prob-link a {
    width: 120px !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-propic {
  display: none;
}

@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: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #e52029;
    text-align: center;
    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%;
    position: relative;
    overflow: hidden;
  }

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

  .m-propic .item-pic {
    border: 1px solid #e52029;
  }
}

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

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

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

.m-prob2 .bitem-title {
  position: relative;
  margin-bottom: 29px;
  padding-bottom: 12px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  border-bottom: 1px solid #b1b1b1;
}

.m-prob2 .bitem-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 171px;
  height: 3px;
  background-color: #e52029;
}

.m-prob2 .bitem-desc {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #363a3a;
}

.m-prob2 .bitem-desc p,
.m-prob2 .bitem-desc span,
.m-prob2 .bitem-desc b {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

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

  .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-protags {
  position: relative;
  margin-top: 38px;
  padding-left: 72px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-protags .box-title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  color: #363a3a;
}

.m-protags .box-bd span {
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .m-protags {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-repro {
  margin-top: 87px;
}

.m-repro .box-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 18px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-align: center;
  border-bottom: 1px solid #b1b1b1;
}

.m-repro .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  width: 171px;
  height: 3px;
  background-color: #e52029;
}

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

.m-repro .box-list .list-item {
  float: left;
  margin-right: 4.64286%;
  margin-bottom: 25px;
  width: 21.42857%;
}

.m-repro .box-list .item-pic {
  border: solid 1px #dcdcdc;
}

.m-repro .box-list .item-title {
  margin-top: 17px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

  .m-repro .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-repro .box-list .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.m-abttext .box-desc {
  line-height: 27px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abttext .box-desc p,
.m-abttext .box-desc span,
.m-abttext .box-desc b {
  line-height: 27px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abttext .box-desc p {
  min-height: 27px;
}

.m-abttext .box-desc .info-title {
  margin-bottom: 29px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-abttext .box-desc .info-item {
  position: relative;
  padding-left: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abttext .box-desc .info-item .iconfont {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  font-size: 2rem;
}

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

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

  .m-abttext .box-desc p {
    min-height: 10px;
  }

  .m-abttext .box-desc .info-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-abttext .box-desc .info-item {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abttext .box-desc .info-item .iconfont {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-ctusform {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1115px;
  overflow: hidden;
}

.m-ctusform .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.m-ctusform .box-desc {
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.m-ctusform .box-form {
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  overflow: hidden;
}

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

.m-ctusform .form-item.important {
  background: url("../images/star1.png") no-repeat 0 21px;
}

.m-ctusform .form-item-1 {
  width: 48%; margin-left:1%; margin-right:1%;
}

.m-ctusform .form-item-2 {
  width: 98%; margin-left:1%; margin-right:1%;
}

.m-ctusform .form-item-2.important {
  background: url("../images/star1.png") no-repeat 0 21px;
}

.m-ctusform .form-item-3 {
  margin-right: 7px;
  width: 25.53398%; margin-left:1%;
}

.m-ctusform .form-item-4 {
  margin-right: 34px;
  width: 160px;
  height: 50px;
  padding-left: 0;
  line-height: 48px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-item-4 img {
  max-height: 48px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  float: left;
  border: none;
  width: 200px;
  padding-left: 0;
}

.m-ctusform .item-btn1 {
  width: 100%;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e52029;
}

.m-ctusform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333333;
  background-color: #fff;
}

.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: 188px;
  line-height: 28px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media screen and (max-width: 991px) {
  .m-ctusform .box-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .m-ctusform .box-desc {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ctusform .box-form {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px; box-sizing:border-box; margin-left:0%; margin-right:0%;
  }

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

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

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

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

  .m-ctusform .form-item-3 {
    float: left;
    margin-right: 0;
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }

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

  .m-ctusform .form-item-4 {
    margin-right: 0;
    float: right;
    width: 118px;
    padding-left: 0;
  }
}

.m-ctusmap {
  margin-top: 40px;
  line-height: 0;
  font-size: 0;
}

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

.m-faq .list-item {
  margin-top: 67px;
}

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

.m-faq .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
}

.m-faq .item-desc {
  margin-top: 25px;
  line-height: 27px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-faq .item-desc p,
.m-faq .item-desc span,
.m-faq .item-desc b {
  line-height: 27px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-faq .item-desc p {
  min-height: 27px;
}

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

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

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

  .m-faq .item-desc p {
    min-height: 10px;
  }
}

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

.m-applst .list-item {
  float: left;
  margin-right: 8%;
  margin-bottom: 41px;
  width: 28%;
}

.m-applst .item-top {
  position: relative;
  box-shadow: 0px 4px 24px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}

.m-applst .item-top:hover .item-modal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.m-applst .item-top:hover .item-pic 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);
}

.m-applst .item-modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  background: url("../images/applicon1.png") no-repeat center;
  background-color: rgba(0, 0, 0, 0.42);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.m-applst .item-text {
  margin-top: 28px;
}

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

.m-applst .item-desc {
  margin-top: 12px;
 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

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

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

  .m-applst .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 30px;
    width: 31%;
  }

  .m-applst .item-top {
    box-shadow: none;
  }

  .m-applst .item-text {
    margin-top: 15px;
  }

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

  .m-applst .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

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

.m-news .box-title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
}

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

.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  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: #333;
}

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

.m-news .box-desc {
  margin-top: 38px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-news .box-desc p,
.m-news .box-desc span,
.m-news .box-desc a {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

@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-down .list-item {
  margin-top: 34px;
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 23px;
  background-color: #efefef;
  overflow: hidden;
}

.m-down .list-item a {
  cursor: pointer
}

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

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

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

.m-down .item-title {
  margin-top: 0;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e52029;
}

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

.m-down .item-title a:hover {
  text-decoration: underline;
}

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

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

.m-down .item-desc a:hover {
  color: #e52029;
}

.m-down .item-link {
  position: relative;
  float: right;
  margin-top: 38px;
  margin-left: -140px;
  display: block;
  width: 140px;
  padding: 6px 5px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "OPEN SANS BOLD", arial, helvetica, sans-serif;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e52029;
  border-radius: 5px;
}

.m-down .item-link:hover {
  color: #fff;
  background-color: #e52029;
  border-color: #e52029;
}

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

  .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-newsl .list-item {
  padding-top: 58px;
  overflow: hidden;
}

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

.m-newsl .item-pic {
  float: left;
  margin-right: 2.85714%;
  width: 400px;
}

.m-newsl .item-fix {
  overflow: hidden;
}

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

.m-newsl .item-desc {
  margin-top: 27px;
}

.m-newsl .item-desc a {
  display: block;
  max-height: 130px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
}

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

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

.m-newsl .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 140px;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border: solid 1px #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

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

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

  .m-newsl .item-pic {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 324px;
  }

  .m-newsl .item-fix {
    padding-top: 0;
  }

  .m-newsl .item-time {
    margin-top: 10px;
  }

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

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

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

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

  .m-newsl .item-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@font-face {
  font-family: "OPEN SANS";
  src: url("../fonts/OPEN SANS.woff2") format("woff2"), url("../fonts/OPEN SANS.woff") format("woff"), url("../fonts/OPEN SANS.ttf") format("truetype"), url("../fonts/OPEN SANS.eot") format("embedded-opentype"), url("../fonts/OPEN SANS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OPEN SANS BOLD";
  src: url("../fonts/OPEN SANS BOLD.woff2") format("woff2"), url("../fonts/OPEN SANS BOLD.woff") format("woff"), url("../fonts/OPEN SANS BOLD.ttf") format("truetype"), url("../fonts/OPEN SANS BOLD.eot") format("embedded-opentype"), url("../fonts/OPEN SANS BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1573198923919');
  /* IE9 */
  src: url('../fonts/iconfont.eot?t=1573198923919#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('../fonts/iconfont.woff?t=1573198923919') format('woff'), url('../fonts/iconfont.ttf?t=1573198923919') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg?t=1573198923919#iconfont') format('svg');
  /* iOS 4.1- */
}
@font-face {
  font-family: "iconfont2"; /* Project id 2696524 */
  src: url('../fonts/iconfont2.eot?t=1629863798789'); /* IE9 */
  src: url('../fonts/iconfont2.eot?t=1629863798789#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont2.woff2?t=1629863798789') format('woff2'),
       url('../fonts/iconfont2.woff?t=1629863798789') format('woff'),
       url('../fonts/iconfont2.ttf?t=1629863798789') format('truetype'),
       url('../fonts/iconfont2.svg?t=1629863798789#iconfont2') format('svg');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-vk:before {
  content: "\ec70";
}



.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-home:before {
  content: "\e624";
}

.icon-0601bianji:before {
  content: "\e611";
}

.icon-web3:before {
  content: "\e6fd";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up10:before {
  content: "\e72e";
}

.icon-bottom10:before {
  content: "\e72f";
}

.icon-left10:before {
  content: "\e730";
}

.icon-right10:before {
  content: "\e731";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up18:before {
  content: "\e74e";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download1:before {
  content: "\e7a0";
}

.icon-download8:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-delete1:before {
  content: "\e7d4";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-calendar5:before {
  content: "\e7e3";
}

.icon-top10:before {
  content: "\e7ed";
}

.at-resp-share-element .at-icon {
  width: 26px !important;
  height: 26px !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: 26px !important;
  height: 26px !important;
}

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

.listcart {
  clear: both;
  width: 100%
}

.listcart a {
  background: #e52029;
  display: inline-block;
  min-width: 200px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid#e52029;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}

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

@media screen and (max-width:999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }

  .listcart {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width:640px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

.xunpanc a:hover {
  color: #e52029
}

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

.xunpanc table {
  border: 1px solid#e52029;
}

.xunpanc table tr:first-child td {
  height: 40px;
  color: #fff !important;
  background-color: #e52029;
}

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

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

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

.attribute { font-size: 16px; margin-top: 50px; margin-bottom: 19px; }

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

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

.des { font-weight: bold; text-transform: uppercase; }

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

@media screen and (max-width: 767px){
  .attribute { margin-top: 30px; }
}


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

.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; cursor: pointer;}

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

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

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

.m-hdmenu li:hover > a { background: #e52029; 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: 991px) { .m-hdmenu { display: none; } }


.m-cert {  overflow: hidden; font-size:0; letter-spacing:0; }

.m-cert .list-item { display:inline-block; vertical-align:top; margin-right: 2.78571%; margin-top: 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;  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: 767px) {
  .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; font-size:0; letter-spacing:0; }

.m-videolist .list-item { display:inline-block; vertical-align:top;margin-right: 2.71429%; margin-top: 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;  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: #e52029; }

@media screen and (max-width: 767px) {
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-top: 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-top: 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: #e52029; }

.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: #e52029; 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-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-videomodal .close {position: absolute;right: 10px;top: 10px;z-index: 9;}


.m-mnews {
	margin-bottom: -30px;
}

.m-mnews .list-item {
	position: relative;
	float: left;
	margin-right: 4.16667%;
	margin-bottom: 30px;
	padding-top: 18px;
	width: 21.41667%;
}

.m-mnews .item-time {
	position: absolute;
	left: 6px;
	top: 0;
	width: 111px;
	line-height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #e52029;
}

.m-mnews .item-text {
	padding-top: 11px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 16px;
	background-color: #fafafa;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-mnews .item-text:hover {
	color: #fff;
	background-color: #e52029;
}

.m-mnews .item-text:hover a {
	color: #fff;
}

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

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

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

.m-mnews .item-link {
	margin-top: 15px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #e52029;
}

.m-mnews .item-link a {
	color: #e52029;
}

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

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


.m-ctusform .attachment { clear: both; width:98%; margin-left:1%; margin-right:1%; box-sizing:border-box; }

.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.important{    background: url(../images/star1.png) no-repeat 0 21px;}
.m-ctusform .attachment .file-group { float: left; margin: 0 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; box-sizing:border-box; padding-left:10px; margin-left:1%; }

.m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #e52029; border: 1px solid #e52029; 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: #e52029; }

.g-hbox {
	padding-top: 43px;
	padding-bottom: 65px;
}

.g-hbox .box-hd {
	margin-bottom: 41px;
}

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

	.g-hbox .box-hd {
		margin-bottom: 30px;
	}
}
::selection { color: #fff; background: #e52029; }
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
.inquiry-success *{text-align: center;}
.inquiry-success p i{font-size: 60px; font-size:6rem;color:#e52029}
.inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
.inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #e52029;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#e52029}

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

.listcart2 a,.listcart2 button{display:inline-block;
  min-width: 200px; box-sizing:border-box;
  font-size:16px;font-size: 1.6rem;
  margin-right:10px;text-align: center;margin-bottom:10px;
  padding-left:5px; padding-right:5px; border:none;
  cursor:pointer; color:#666; border:#666 solid 1px;line-height: 34px;line-height:34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#e52029;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}



}


/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#e52029; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #e52029;}
@media screen and (max-width: 520px){
  .xunpanlb .table{border-top: 1px solid #dcdcdc;}
  .xunpanlb .table .thead{display: none;}
  .xunpanlb .table .tbody .td{width: 100% !important;}
  .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span {

  font-family: Arial, Helvetica, sans-serif;
}




.m-hnews li:nth-child(2){ 
    
    
    
    float: right !important;
    margin-right: 0px !important;
}



.m-hnews li:nth-child(4){ 
    
    
    
    float: right !important;
    margin-right: 0px !important;
}














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