#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 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#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: "Microsoft YaHei", "微软雅黑";
}

#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 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  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 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.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;
    * width:100px;
    * height:49px;
}


.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;
}

@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 wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #324273;
  }

  .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: #324273;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #324273;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
       -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
         -o-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
       -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
         -o-transform: scale(1.1) translate(60px, -35px);
            transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #324273;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #324273;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
       -moz-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
       -moz-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
       -moz-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
       -moz-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
       -moz-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
       -moz-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
       -moz-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #324273;
  }
}


.clear {
  clear: both;
}

.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}

.slick-prev {
  position: absolute;
}

.slick-next {
  position: absolute;
}

@media screen and (max-width: 1219px) {
  .slideshow .wp {
    margin-left: -490px;
  }
}

@media screen and (max-width: 999px) {

  .slideshow:hover .slick-prev,
  .slick-next {
    display: none !important;
  }

  .slideshow .wp {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 80%;
    top: 0;
    margin-top: 20px;
  }
}

.slideshow .item.slick-active.item_one 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);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  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%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
      object-position: inherit;
      object-fit: inherit;
      width: 100%;
      height: 100%;
      transform: translate(0, 0);
      left: 0;
      top: 0;
  }
}
@charset "UTF-8";
::-moz-selection {
  color: #fff;
  background: #324273;
}
::selection {
  color: #fff;
  background: #324273;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
a:hover {
  color: #324273;
}

ol, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
   font-family: "Microsoft YaHei", "微软雅黑";
}
input[type=submit], textarea[type=submit] {
  cursor: pointer;
}
input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}
input[type=radio], textarea[type=radio] {
  cursor: pointer;
}
input:focus, textarea:focus {
  outline: none;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none;
  /*åŽ»æŽ‰è‹¹æžœçš„é»˜è®¤UIæ¥æ¸²æŸ“æŒ‰é’®*/
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-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;
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .f-box {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .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: #324273;
  -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: #324273;
  -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: #324273;
  -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: #324273;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #324273;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }

  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  -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;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.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;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.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;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.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;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}

.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img {
  -webkit-transition: all 3000ms;
  -o-transition: all 3000ms;
  -moz-transition: all 3000ms;
  transition: all 3000ms;
}
[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: #324273;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #324273;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
     -moz-animation: object_one 1.5s infinite;
          animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
     -moz-animation: object_two 1.5s infinite;
          animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  -webkit-animation: object_three 1.5s infinite;
     -moz-animation: object_three 1.5s infinite;
          animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-moz-keyframes object_one {
  75% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-moz-keyframes object_two {
  75% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-moz-keyframes object_three {
  75% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-crm {
  background: url("../images/crmbg1.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-top: 27px;
  padding-bottom: 21px;
  color: #fff;
}
.m-crm a {
  color: #fff;
}
.m-crm a:hover, .m-crm a.active {
  color: #fff;
  text-decoration: underline;
}
.m-crm .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-crm .box-desc {
  margin-top: 7px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .m-crm {
    background: #414141;
  }
  .m-crm .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-crm .box-form {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 37px;
}
.m-oths .oths-item {
  height: 30px;
  line-height: 30px;
  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: #324273;
}

.m-page {
  margin-top: 72px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 40px;
  height: 38px;
  line-height: 36px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  -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 span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 40px;
  height: 38px;
  line-height: 36px;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  /*border: 1px solid #e5e5e5;*/
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-page a.big {
  min-width: 100px;
}
.m-page a:hover {
  color: white;
  border-color: #324273;
  background-color: #324273;
}
.m-page a.active {
  color: white;
  border-color: #324273;
  background-color: #324273;
}

.m-page2 {
  position: relative;
}
.m-page2 .page-form {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  background: url("../images/page1.png") no-repeat right 10px;
}
.m-page2 .form-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 186px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  margin-left: 5px;
  margin-background-origin: 5px;
}
.m-page2 .form-btn:hover {
  color: #fff;
  background-color: #324273;
}

@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;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-page a.big {
    min-width: 60px;
  }

  .m-page2 .form-btn {
    min-width: 120px;
    line-height: 24px;
    padding: 4px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 62px;
  line-height: 62px;
  margin-bottom: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #666666;
  border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #324273;
}
.m-kf .kf-item.active {
  background-color: #324273;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 90px;
  font-size: 0;
  line-height: 0;
}
.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #324273;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #324273;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -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: 600px;
  max-width: 90%;
  max-height: 80%;
}

.m-hvm {
  position: relative;
  padding-left: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hvm a {
  position: relative;
}
.m-hvm:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #324273;
  border-right: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 991px) {
  .m-hvm {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hhd {
  margin-bottom: 63px;
}
.m-hhd .hd-fix {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hhd .hd--fix2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
.m-hhd .hd--fix1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.m-hhd .hd-name {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hhd .hd-name:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: #313131;
  vertical-align: middle;
  margin-right: 10px;
}
.m-hhd .hd-title {
  margin-top: 11px;
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-hhd .hd-desc {
  margin-top: 21px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 90px;
  overflow: hidden;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #324273;
}
@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }
  .m-hhd .hd-name {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hhd .hd-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 72px;
  }
}

.g-hproc {
  padding-top: 108px;
}
@media screen and (max-width: 991px) {
  .g-hproc {
    padding-top: 40px;
  }
}

.m-hproc .box-list {
  overflow: hidden;
}
.m-hproc .list-item {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 0.7291666667%;
  margin-bottom: 0.625%;
}
.m-hproc .list-item:hover .item-modal {
  visibility: visible;
  opacity: 1;
}
.m-hproc .list-item: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-hproc .list-item1 {
  width: 49.7395833333%;
}
.m-hproc .list-item2 {
  width: 24.375%;
}
.m-hproc .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 66, 115, 0.5);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
  opacity: 0;
}
.m-hproc .item-text {
  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: 90%;
  text-align: center;
}
.m-hproc .item-name {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fefefe;
  opacity: 0.46;
}
.m-hproc .item-title {
  margin-top: 8px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.m-hproc .item-title a {
  color: #fff;
}
.m-hproc .item-title:hover {
  color: #cfcfcf;
}
.m-hproc .item-title:hover a {
  color: #cfcfcf;
}
.m-hproc .item-link {
  position: relative;
  margin-top: 14px;
  padding-bottom: 6px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-hproc .item-link a {
  color: #fff;
}
.m-hproc .item-link a:hover {
  color: #cfcfcf;
}
.m-hproc .item-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 44px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .m-hproc .item-modal {
    height: auto;
    top: auto;
    bottom: 0;
    height: 30px;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .m-hproc .item-name, .m-hproc .item-link {
    display: none;
  }
  .m-hproc .item-title {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .m-hproc .list-item1 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
  .m-hproc .list-item2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}

.g-hpro {
  padding-top: 81px;
}
@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 30px;
  }
}

.m-hpro {
  position: relative;
}
.m-hpro .box-control {
  position: absolute;
  right: 0;
  top: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hpro .box-num {
  margin-left: 5px;
  margin-right: 5px;
}
.m-hpro .box-btn {
  font-size: 50px;
  font-size: 5rem;
}
.m-hpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hpro .list-item {
  float: left;
  margin-right: 0.0164285714%;
  width: 0.2357142857%;
  background-color: #f7f7f7;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  padding-bottom: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hpro .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.m-hpro .item-fix {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.m-hpro .item-fix:hover .item-modal {
  visibility: visible;
  opacity: 1;
}
.m-hpro .item-fix: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-hpro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 66, 115, 0.5);
  visibility: hidden;
  opacity: 0;
}
.m-hpro .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%);
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
}
.m-hpro .item-text {
  text-align: center;
}
.m-hpro .item-desc {
  margin-top: 18px;
  /*height: 76px;*/
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hpro .item-link {
  display: inline-block;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .m-hpro .item-link {
    display: none;
  }
  .m-hpro .box-wp {
    position: relative;
    padding-top: 50px;
  }
  .m-hpro .box-control {
    top: 0;
  }
  .m-hpro .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hpro .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    width: 0.49%;
  }
}

.g-hctus {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .g-hctus {
    padding-top: 30px;
  }
}

.m-hctus {
  background: url("../images/hbg1.webp") no-repeat center top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hctus .box-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10.4166666667%;
  padding-top: 103px;
  padding-bottom: 72px;
  padding-left: 30px;
  padding-right: 30px;
  width: 53.90625%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hctus .box-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 15px;
}
.m-hctus .box-desc {
  max-width: 836px;
  overflow: hidden;
  line-height: 46px;
  max-height: 138px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.m-hctus .box-desc a {
  color: #333;
}
.m-hctus .box-desc a:hover {
  color: #324273;
}
.m-hctus .box-link a {
  display: block;
  min-width: 236px;
  line-height: 30px;
  padding: 13px;
  font-size: 20px;
  font-size: 2rem;
  color: #324273;
  text-align: center;
  background-color: #ffffff;
  border-radius: 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hctus .box-link a:hover {
  color: #fff;
  background-color: #324273;
}
@media screen and (max-width: 991px) {
  .m-hctus {
    display: block;
    background: #444;
    padding: 30px 15px;
  }
  .m-hctus .box-left {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .m-hctus .box-desc {
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
    max-height: 78px;
  }
  .m-hctus .box-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 700px;
    text-align: center;
  }
  .m-hctus .box-link a {
    min-width: 180px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-hgy {
  padding-top: 16.25%;
  padding-right: 50px;
  padding-left: 50px;
  background: url("../images/hbg2.webp") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .g-hgy {
    padding: 40px 15px;
  }
}

.m-hgy {
  float: right;
  max-width: 740px;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 36px;
  padding-bottom: 86px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.61);
  color: #fff;
}
.m-hgy a {
  color: #fff;
}
.m-hgy a:hover {
  color: #324273;
}
.m-hgy .box-title {
  position: relative;
  padding-top: 17px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-hgy .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 2px;
  background-color: #324273;
}
.m-hgy .box-desc {
  margin-top: 32px;
  line-height: 30px;
  max-height: 150px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
.m-hgy .box-link {
  margin-top: 35px;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .m-hgy {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
  }
  .m-hgy .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hgy .box-desc {
    margin-top: 15px;
    max-height: 96px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hgy .box-link {
    margin-top: 30px;
  }
}

.g-hwys {
  position: relative;
  padding-top: 83px;
  padding-bottom: 73px;
  overflow: hidden;
}
.g-hwys:before {
  content: "";
  position: absolute;
  right: 4.4791666667%;
  top: 0;
  width: 6.6145833333%;
  padding-top: 41.0416666667%;
  background: url("../images/choose.png") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .g-hwys {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hwys {
  position: relative;
}
.m-hwys .box-img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40.5714285714%;
  line-height: 0;
  font-size: 0;
  background: url("../images/hwysbg1.jpg") no-repeat center;
  background-size: 100%;
}
.m-hwys .box-img img {
  -webkit-transition: all 3000ms;
  -o-transition: all 3000ms;
  -moz-transition: all 3000ms;
  transition: all 3000ms;
}
.m-hwys .box-img: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);
}
.m-hwys .box-info {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-hwys .info-item {
  position: relative;
  width: 26.7857142857%;
  margin-bottom: 100px;
  margin-right: 35.7142857143%;
  padding-top: 8px;
}
.m-hwys .info-item:nth-child(2n) {
  margin-right: 0;
}
.m-hwys .info-item3, .m-hwys .info-item4 {
  margin-bottom: 0;
}
.m-hwys .item-num {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 88px;
  font-size: 8.8rem;
  font-weight: bold;
  color: #666;
  opacity: 0.08;
}
.m-hwys .item-text {
  position: relative;
}
.m-hwys .item-icon {
  position: relative;
  line-height: 0;
  font-size: 0;
  padding-left: 8px;
}
.m-hwys .item-icon a {
  position: relative;
  display: inline-block;
}
.m-hwys .item-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #f5f5f5;
}
.m-hwys .item-title {
  margin-top: 4px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-hwys .item-desc {
  margin-top: 15px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  max-height: 160px;
  overflow: hidden;
}
.m-hwys .item-desc a {
  color: #666;
}
.m-hwys .item-desc a:hover {
  color: #324273;
}
@media screen and (max-width: 991px) {
  .m-hwys .info-item {
    margin-bottom: 50px;
  }
  .m-hwys .item-num {
    font-size: 60px;
    font-size: 6rem;
  }
  .m-hwys .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hwys .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 144px;
  }
}
@media screen and (max-width: 640px) {
  .m-hwys .box-img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-hwys .box-info {
    margin-top: 30px;
  }
  .m-hwys .info-item {
    margin-bottom: 30px;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-habt {
  position: relative;
  padding-top: 85px;
  padding-bottom: 88px;
  background: url("../images/hbg3.webp") no-repeat center;
  overflow: hidden;
}
.g-habt:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8.75%;
  padding-top: 46.0416666667%;
  background: url("../images/about.png") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-habt {
  position: relative;
  overflow: hidden;
}
.m-habt .box-img {
  line-height: 0;
  font-size: 0;
}
.m-habt .box-img a {
  display: inline-block;
  overflow: hidden;
}
.m-habt .box-img img {
  -webkit-transition: all 3000ms;
  -o-transition: all 3000ms;
  -moz-transition: all 3000ms;
  transition: all 3000ms;
}
.m-habt .box-img: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);
}
.m-habt .box-img1 {
  float: left;
  margin-right: 10.7142857143%;
  width: 45.2857142857%;
  border-radius: 317px 317px 0px 0;
  overflow: hidden;
}
.m-habt .box-img2 {
  position: absolute;
  left: 33.0714285714%;
  top: 0;
  width: 32.2857142857%;
}
.m-habt .box-text {
  padding-top: 20.7142857143%;
  overflow: hidden;
}
.m-habt .box-title {
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.m-habt .box-info {
  margin-top: 12px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-style: italic;
  color: #666;
}
.m-habt .box-info a {
  color: #666;
}
.m-habt .box-info a:hover {
  color: #324273;
}
.m-habt .box-desc {
  margin-top: 16px;
  line-height: 32px;
  max-height: 192px;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
  color: #666;
}
.m-habt .box-desc a {
  color: #666;
}
.m-habt .box-desc a:hover {
  color: #324273;
}
.m-habt .box-link {
  margin-top: 33px;
}
@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-habt .box-info {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 120px;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-habt .box-img1 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .m-habt .box-img2 {
    position: relative;
    width: 100%;
    left: 0;
  }
  .m-habt .box-text {
    padding-top: 30px;
  }
}

.g-hcase {
  position: relative;
  background: url("../images/hbg4.webp") no-repeat 606px top;
  overflow: hidden;
}
.g-hcase:before {
  content: "";
  position: absolute;
  left: 50.625%;
  top: 32px;
  width: 34.375%;
  padding-top: 8.75%;
  background: url("../images/case.png") no-repeat center;
  background-size: 100% 100%;
}

.m-hcase {
  position: relative;
  padding-top: 75px;
  max-width: 1515px;
}
.m-hcase .box-control {
  position: absolute;
  right: 0;
  top: 33px;
  left: 23.3663366337%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hcase .box-num {
  margin-left: 5px;
  margin-right: 5px;
}
.m-hcase .box-btn {
  font-size: 50px;
  font-size: 5rem;
}
.m-hcase .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hcase .list-item {
  float: left;
  width: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.m-hcase .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 3.6303630363%;
  width: 63.3663366337%;
}
.m-hcase .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  color: #fff;
  padding-bottom: 50px;
}
.m-hcase .item-text a {
  color: #fff;
}
.m-hcase .item-text a:hover {
  color: #324273;
}
.m-hcase .item-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  /*text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.m-hcase .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 2px;
  background-color: #ffffff;
}
.m-hcase .item-desc {
  margin-top: 36px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 120px;
  overflow: hidden;
}
.m-hcase .item-link {
  margin-top: 33px;
}

@media screen and (max-width: 991px) {
  .g-hcase {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: url("../images/hbg4.webp") no-repeat center;
    background-size: cover;
  }

  .m-hcase {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
  .m-hcase .box-control {
    left: 0;
    color: #fff;
  }
  .m-hcase .box-control a {
    color: #fff;
  }
  .m-hcase .item-pic {
    width: 50%;
  }
  .m-hcase .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hcase .item-text {
    padding-bottom: 0;
  }
  .m-hcase .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 96px;
  }
}
@media screen and (max-width: 480px) {
  .m-hcase .list-item {
    display: block;
  }
  .m-hcase .item-pic {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.g-hnews {
  position: relative;
  padding-top: 89px;
  padding-bottom: 90px;
}
.g-hnews:before {
  content: "";
  position: absolute;
  right: 57px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8.75%;
  padding-top: 38.1770833333%;
  background: url("../images/news.png") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hnews .box-control {
  position: absolute;
  right: 0;
  top: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hnews .box-num {
  margin-left: 5px;
  margin-right: 5px;
}
.m-hnews .box-btn {
  font-size: 50px;
  font-size: 5rem;
}
.m-hnews .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hnews .list-wp {
  float: left;
  width: 1%;
  overflow: hidden;
}
.m-hnews .list-item {
  float: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hnews .list-item1 {
  margin-right: 4.3571428571%;
  width: 27.0714285714%;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.m-hnews .list-item1 .item-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 26px;
  padding-bottom: 35px;
}
.m-hnews .list-item1 .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hnews .list-item1 .item-title {
  margin-top: 16px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
}
.m-hnews .list-item1 .item-link {
  margin-top: 27px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hnews .list-item1 .item-link a {
  color: #666;
}
.m-hnews .list-item1 .item-link a:hover {
  color: #324273;
}
.m-hnews .list-item2 {
  width: 37%;
  margin-bottom: 24px;
  background-color: #f5f5f5;
}
.m-hnews .list-item2 .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 51px;
  padding-bottom: 50px;
}
.m-hnews .list-item2 .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hnews .list-item2 .item-title {
  margin-top: 16px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
}
.m-hnews .list-item2 .item-link {
  margin-top: 21px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hnews .list-item2 .item-link a {
  color: #666;
}
.m-hnews .list-item2 .item-link a:hover {
  color: #324273;
}
.m-hnews .list-item2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .m-hnews {
    position: relative;
    padding-top: 50px;
  }
  .m-hnews .box-control {
    top: 0;
    right: auto;
    left: 0;
  }
  .m-hnews .list-item {
    margin-left: 0;
    margin-right: 2%;
    width: 49%;
  }
  .m-hnews .list-item .item-text {
    padding: 20px 10px;
  }
  .m-hnews .list-item .item-title {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hnews .list-item .item-link {
    margin-top: 10px;
  }
  .m-hnews .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .m-hnews .list-item2 {
    margin-top: 20px;
  }
}

.g-hquote {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.g-hquote:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 521px;
  background-color: #324273;
}
@media screen and (max-width: 991px) {
  .g-hquote {
    padding-bottom: 40px;
  }
  .g-hquote:before {
    display: none;
  }
}

.g-mquote {
  padding-top: 90px;
  padding-bottom: 116px;
  background-color: rgba(145, 15, 18, 0.05);
}
.g-mquote:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .g-mquote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hquote {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-hquote .box-hd {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .m-hquote .box-hd {
    margin-bottom: 30px;
  }
}
.m-hquote .hd-desc {
  margin-top: 0;
}
.m-hquote .hd-title {
  margin-top: 11px;
}
.m-hquote .box-img {
  width: 42.5714285714%;
  position: relative;
  padding-top: 35.1428571429%;
  position: relative;
  overflow: hidden;
}
.m-hquote .box-img img {
  -webkit-transition: all 3000ms;
  -o-transition: all 3000ms;
  -moz-transition: all 3000ms;
  transition: all 3000ms;
}
.m-hquote .box-img .img {
  position: absolute;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.m-hquote .box-img .img: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);
}
.m-hquote .box-img .img1 {
  left: 0;
  top: 0;
  width: 57.7181208054%;
}
.m-hquote .box-img .img2 {
  right: 0;
  bottom: 0;
  width: 45.9731543624%;
}
.m-hquote .box-fix {
  width: 50%;
}
.m-hquote .box-form {
  margin-bottom: -37px;
  overflow: hidden;
}
.m-hquote .form-item {
  position: relative;
  margin-bottom: 22px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.m-hquote .form-item.important input, .m-hquote .form-item.important textarea {
  background: url("../images/star1.png") no-repeat 13px 18px;
  background-color: #ebebeb;
}
.m-hquote .form-item-1 {
  width: 49.1428571429%;
}
.m-hquote .form-item-2 {
  width: 100%;
}
.m-hquote .form-item-3 {
  margin-right: 1.2857142857%;
  width: 29.7142857143%;
}
.m-hquote .form-item-4 {
  width: 16.1428571429%;
  height: 42px;
  padding-left: 0;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #d2d2d2;
}
.m-hquote .form-item-4 img {
  max-height: 40px;
  vertical-align: middle;
}
.m-hquote .form-item-5 {
  float: right;
  border: none;
  width: 48.8571428571%;
  padding-left: 0;
}
.m-hquote .item-btn1 {
  width: 100%;
  height: 42px;
  padding-left: 0;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #666;
  border-radius: 6px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hquote .item-btn1:hover {
  color: #fff;
  background-color: #324273;
}
.m-hquote .item-text {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ebebeb;
  border-radius: 6px;
}
.m-hquote .item-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-hquote .item-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-hquote .item-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-hquote .item-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-hquote .item-text2 {
  height: 118px;
  line-height: 28px;
  padding-top: 7px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-hquote {
    display: block;
  }
  .m-hquote .box-img {
    width: 82.7777777778%;
    position: relative;
    padding-top: 68.3333333333%;
  }
  .m-hquote .box-fix {
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-hquote .form-item {
    width: 100%;
    margin-right: 0;
  }
  .m-hquote .form-item-3 {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .m-hquote .form-item-4 {
    float: right;
    width: 120px;
  }
}

.g-ft {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
.g-ft a {
  color: rgba(255, 255, 255, 0.8);
}
.g-ft a:hover {
  color: #324273;
}

.m-ftfix1 {
  padding-top: 53px;
  padding-bottom: 14px;
  line-height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftb1 {
  float: left;
  width: 20.2857142857%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.m-ftb2 {
  float: left;
  width: 23.5714285714%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.m-ftb3 {
  float: left;
  width: 20.857%;
  margin-right: 7.3571428571%;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftt {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.m-ftt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 1px;
  background-color: #ffffff;
}

.m-ftinfo .info-item {
  position: relative;
  padding-left: 27px;
  line-height: 30px;
  margin-top: 11px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftctus a {
  display: block;
  max-width: 325px;
  line-height: 30px;
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftctus a:hover {
  color: #fff;
  background-color: #324273;
}

.m-ftshare {
  margin-top: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-ftfix2 {
  border-top: 1px dashed rgba(255, 255, 255, 0.48);
  padding-top: 20px;
  padding-bottom: 7px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .m-ftb1, .m-ftb2, .m-ftt, .m-ftctus, .m-ftlnk {
    display: none;
  }

    .m-ftb3 { width: 100%; float: none;  margin-bottom: 30px; }
    .m-ftb3 .m-ftt{ display:block; }

  .m-ftshare {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .m-ftfix1, .m-ftfix2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 19px;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.3);
  cursor: pointer;
  /*display: none !important;*/
}
.banner .slick-arrow:hover {
  color: #fff;
  background-color: #324273;
}
.banner .slick-prev {
  left: 64px;
}
.banner .slick-next {
  right: 64px;
}
.banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #cfcfcf;
  cursor: pointer;
height: 20px;border-radius: 50%;margin: 5px;}
.banner .slick-dots .item-num {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.banner .slick-dots li.slick-active{
  background-color: #324273;
}
.banner .slick-dots .item-title {
  margin-top: 5px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .slick-dots .item-name {
  margin-top: 7px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}
.banner .slick-dots .slick-active .item-num, .banner .slick-dots .slick-active .item-title {
  color: #333;
}
@media screen and (max-width: 991px) {
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    display: none !important;
  }
}

.g-hd {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  background-color: #ffffff;
}

.m-hdlogo {
  float: left;
  display: block;
  line-height: 72px;
  text-align: center;
}
.m-hdlogo img {
  max-height: 49px;
  vertical-align: middle;
  width: auto;
}
@media screen and (max-width: 1219px) {
  .m-hdlogo img {
    width: 160px;
  }
}

.m-hdnav {
  float: left;
}
.m-hdnav .hassbnav {
  position: relative;
}
.m-hdnav .nav-item {
  float: left;
  margin-left: 35px;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 72px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-hdnav .nav-item > a span {
  position: relative;
}
.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 31px;
  height: 28px;
  background-color: #ec6146;
}
.m-hdnav .nav-item:first-child {
  margin-left: 0;
}
.m-hdnav .sbnav-list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
     -moz-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 17px 0;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hdnav .sbnav-list.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m-hdnav .sbnav-wp {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 280px;
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 210px;
}
.m-hdnav .sbnav-list3 {
  top: 0;
  left: 100%;
  width: 176px;
}
.m-hdnav .sbnav-item {
  margin-top: 0;
}
.m-hdnav .sbnav-item a {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  padding-left: 50px;
  color: #324273;
}
.m-hdnav .sbnav-item a:hover:before, .m-hdnav .sbnav-item a.active:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 14px;
  width: 15px;
  height: 2px;
  background-color: #324273;
}
.m-hdnav .sbnav-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .m-hdnav .nav-item {
    margin-left: 30px;
  }
  .m-hdnav .nav-item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hdnav .sbnav-list {
    width: 200px;
  }
  .m-hdnav .sbnav-item {
    margin-top: 10px;
  }
  .m-hdnav .sbnav-item a {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item {
    margin-left: 20px;
  }
  .m-hdnav .nav-item > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hdnav .sbnav-list {
    width: 160px;
  }
  .m-hdnav .sbnav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-hdsch {
  position: relative;
  float: left;
  z-index: 3;
  margin-left: 20px;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 72px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  border-radius: 50%;
  text-align: center;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 256px;
  padding-right: 44px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  width: 44px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #324273;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

.m-hdlnk {
  float: left;
  margin-left: 20px;
  padding-top: 14px;
}
.m-hdlnk a {
  display: inline-block;
  min-width: 140px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #666;
}
.m-hdlnk a:hover {
  color: #fff;
  background-color: #324273;
}

@media screen and (max-width: 991px) {
  .m-hdinfo, .m-hdnav, .m-hdtitle, .m-hdshare, .m-hdlnk {
    display: none;
  }

  .m-hdsch {
    float: none;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .m-hdsch .sch-btn {
    line-height: 40px;
  }

  .m-hdlang {
    float: none;
    right: 45px;
    top: 0;
    position: absolute;
  }
  .m-hdlang .lang-btn {
    line-height: 40px;
  }

  .m-hdfix2 {
    background: none;
  }

  .m-hdfix1 {
    background: none;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    height: auto;
    line-height: 0;
    text-align: center;
  }
}
.g-wp {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-odmoemtitle {
  margin-bottom: 39px;
  padding: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #324273;
  overflow: hidden;
}
.m-odmoemtitle .box-title {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 40px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #324273;
  text-transform: uppercase;
  overflow: hidden;
}
.m-odmoemtitle .box-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 30px;
  background-color: #333333;
}
.m-odmoemtitle .box-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .m-odmoemtitle {
    margin-bottom: 30px;
    padding: 25px 15px;
  }
  .m-odmoemtitle .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-odmoemtitle .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-servhd {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
.m-servhd .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #324273;
}
.m-servhd .title {
  display: inline-block;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.m-servhd .title:before, .m-servhd .title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 55px;
  height: 3px;
  background-color: #324273;
}
.m-servhd .title:before {
  left: 0;
}
.m-servhd .title:after {
  right: 0;
}
.m-servhd .hd-info {
  margin-top: 10px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
}
.m-servhd .hd-info:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-servhd {
    margin-bottom: 30px;
  }
  .m-servhd .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-servhd .hd-info {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-oemserv .box-list {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-oemserv .list-item {
  position: relative;
  margin-right: 12.1428571429%;
  margin-bottom: 30px;
  width: 24.7142857143%;
  text-align: center;
}
.m-oemserv .list-item:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 49.1329479769%;
  padding-top: 100%;
  background: url("../images/right1.png") no-repeat center;
}
.m-oemserv .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-oemserv .list-item:nth-child(3n):before {
  display: none;
}
.m-oemserv .item-top {
  position: relative;
}
.m-oemserv .item-pic {
  padding: 10px;
  border: dashed 1px #b2b2b2;
  border-radius: 50%;
}
.m-oemserv .item-pic img {
  border-radius: 50%;
}
.m-oemserv .item-num {
  position: absolute;
  right: 15.8959537572%;
  bottom: 0;
  width: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 0.7);
}
.m-oemserv .item-title {
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  line-height: 28px;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 18px;
  border: 1px dashed #afafaf;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-oemserv .list-item:before {
    background-size: 20px;
  }
  .m-oemserv .item-title {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 15px;
  }
  .m-oemserv .item-num {
    right: 0;
    width: 38px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-oemserv .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
  .m-oemserv .list-item:before {
    display: none;
  }
}

.m-odmserv {
  margin-top: 66px;
}
.m-odmserv .list-item {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-odmserv .list-item:first-child {
  margin-top: 0;
}
.m-odmserv .list-item .item-fix {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.m-odmserv .list-item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.m-odmserv .list-item .item-num {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  line-height: 70px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #324273;
}
.m-odmserv .list-item .item-desc {
  line-height: 36px;
  font-size: 22px;
  font-size: 2.2rem;
}
.m-odmserv .list-item .item-desc p {
  min-height: 36px;
}
.m-odmserv .list-item_1 .item-fix {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 4.8571428571%;
}
.m-odmserv .list-item_1 .item-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-odmserv .list-item_2 .item-fix {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 4.8571428571%;
}
.m-odmserv .list-item_2 .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  .m-odmserv {
    margin-top: 30px;
  }
  .m-odmserv .list-item {
    margin-top: 30px;
  }
  .m-odmserv .list-item .item-num {
    width: 60px;
    line-height: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-odmserv .list-item .item-desc {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-odmserv .list-item .item-desc p {
    min-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .m-odmserv .list-item {
    display: block;
  }
  .m-odmserv .list-item .item-fix {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .m-odmserv .list-item .item-text {
    padding-top: 20px;
  }
}

.m-abouthd .hd-num {
  padding-bottom: 18px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.m-abouthd .hd-title {
  margin-top: 19px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #324273;
}
.m-abouthd .hd-title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-abouthd .hd-num {
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abouthd .hd-title {
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-abtb1 .box-fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-abtb1 .box-fix .box-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.m-abtb1 .box-fix .box-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.m-abtb1 .box-fix .box-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-abtb1 .box-fix .box-desc p {
  min-height: 30px;
}
.m-abtb1 .box-fix1 .box-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 3.5714285714%;
  width: 50%;
}
.m-abtb1 .box-fix1 .box-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-abtb1 .box-fix1 .box-desc {
  margin-top: 14px;
}
.m-abtb1 .box-fix2 {
  margin-top: 46px;
}
.m-abtb1 .box-fix2 .box-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 6.4285714286%;
  width: 450px;
}
.m-abtb1 .box-fix2 .box-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-fix {
    display: block;
  }
  .m-abtb1 .box-fix .box-img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .m-abtb1 .box-fix .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-fix .box-desc p {
    min-height: 24px;
  }
}

.m-abtb2 {
  margin-top: 87px;
  padding-top: 40px;
  padding-bottom: 104px;
  background: url("../images/abtbg1.jpg") no-repeat center;
  background-size: cover;
}
.m-abtb2 .hd-title, .m-abtb2 .hd-num {
  color: #fff;
}
.m-abtb2 .hd-num {
  border-bottom-color: #e5e5e5;
}
.m-abtb2 .box-hd {
  margin-bottom: 92px;
}
.m-abtb2 .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -30px;
}
.m-abtb2 .box-item {
  position: relative;
  margin-right: 8.2142857143%;
  margin-bottom: 30px;
  width: 27.7857142857%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 89px;
  padding-bottom: 38px;
  border-radius: 5px 139px 5px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-abtb2 .box-item:nth-child(3n) {
  margin-right: 0;
}
.m-abtb2 .item-icon {
  line-height: 0;
  font-size: 0;
}
.m-abtb2 .item-icon img {
  width: 60px;
}
.m-abtb2 .item-icon .icon_1 {
  position: absolute;
  left: 11px;
  top: 35px;
  width: 116px;
  opacity: 0.04;
}
.m-abtb2 .item-title {
  margin-top: 35px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.m-abtb2 .item-desc {
  margin-top: 9px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb2 .box-hd {
    margin-bottom: 30px;
  }
  .m-abtb2 .box-item {
    border-radius: 5px 60px 5px 5px;
    width: 100%;
    margin-right: 0;
    padding: 30px 25px;
    padding-top: 60px;
  }
  .m-abtb2 .item-icon img {
    width: 50px;
  }
  .m-abtb2 .item-icon .icon_1 {
    top: 15px;
    width: 90px;
  }
  .m-abtb2 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-history {
  position: relative;
  margin-top: 72px;
  overflow: hidden;
}
.m-history:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 21px;
  width: 100%;
  height: 2px;
  background-color: #324273;
  max-width: 1400px;
}
.m-history .box-hd {
  margin-bottom: 105px;
}
.m-history .box-years {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.m-history .btn-wp {
  position: absolute;
  right: 0;
  top: 80px;
}
.m-history .box-btn {
  margin-right: 20px;
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  color: #c3c3c3;
}
.m-history .box-btn:hover {
  color: #324273;
}
.m-history .box-btn:last-child {
  margin-right: 10px;
}
.m-history .prev {
  left: 0;
}
.m-history .next {
  right: 0;
}
.m-history .box-years {
  margin-top: 80px;
}
.m-history .years-wp {
  overflow: hidden;
}
.m-history .years-item {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.m-history .years-item .dot {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #324273;
}
.m-history .years-item .year {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #324273;
}
.m-history .years-item.active .dot, .m-history .years-item.swiper-slide-active .dot {
  background-color: #324273;
}
.m-history .years-item.active .dot:before, .m-history .years-item.swiper-slide-active .dot:before {
  content: "";
  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: 100%;
  height: 100%;
  padding: 6px;
  border: 1px solid #324273;
  border-radius: 50%;
}
.m-history .years-item.active .year, .m-history .years-item.swiper-slide-active .year {
  color: #324273;
}
.m-history .box-content {
  overflow: hidden;
}
.m-history .content-item {
  display: none;
}
.m-history .content-item .item-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-history .content-item .item-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 54px;
  padding-right: 57px;
  padding-top: 16px;
  padding-bottom: 60px;
  line-height: 80px;
  font-size: 70px;
  font-size: 7rem;
  color: #324273;
  border-right: 2px solid #324273;
  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;
}
.m-history .content-item .item-left span {
  margin-left: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-history .content-item .item-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 590px;
}
.m-history .content-item .item-desc {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-history .content-item.show {
  display: block;
}
@media screen and (max-width: 991px) {
  .m-history {
    margin-top: 30px;
  }
  .m-history .btn-wp {
    top: 60px;
  }
  .m-history .box-hd {
    margin-bottom: 30px;
  }
  .m-history .box-years {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .m-history .box-btn {
    width: auto;
    background: none;
    top: 2px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-history .years-item .year {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-history .years-item.active .year, .m-history .years-item.swiper-slide-active .year {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-history .box-content {
    margin-top: 30px;
  }
  .m-history .content-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-history .content-item .item-left {
    margin-right: 30px;
    padding-right: 30px;
  }
  .m-history .content-item .item-year {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .m-history .content-item .item-wp {
    display: block;
  }
  .m-history .content-item .item-left {
    margin-bottom: 10px;
    padding: 0;
    border: none;
  }
}

.m-factory {
  margin-top: 80px;
}
.m-factory .box-hd {
  margin-bottom: 49px;
}
.m-factory .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-factory .box-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 72.3571428571%;
}
.m-factory .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 45px;
  line-height: 60px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-factory .box-btn:hover {
  color: #fff;
  background-color: #324273;
}
.m-factory .prev {
  left: 0;
}
.m-factory .next {
  right: 0;
}
.m-factory .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-factory .list-item {
  float: left;
  width: 1%;
}
.m-factory .box-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 66px;
  padding-bottom: 30px;
  overflow: hidden;
  background-color: #324273;
  color: #fff;
}
.m-factory .box-title {
  position: relative;
  padding-bottom: 9px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}
.m-factory .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 1px;
  background-color: #ffffff;
}
.m-factory .box-desc {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-factory .box-link {
  margin-top: 43px;
}
.m-factory .box-link a {
  display: inline-block;
  min-width: 126px;
  line-height: 26px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #324273;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}
.m-factory .box-link a:hover {
  color: #fff;
  background-color: #324273;
}
.m-factory .box-imglist {
  margin-top: 16px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-factory .img-item {
  margin-right: 0.6428571429%;
  width: 24.4285714286%;
  padding-top: 14px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border: solid 5px #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-factory .img-item:nth-child(4n) {
  margin-right: 0;
}
.m-factory .item-title {
  padding: 17px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #626262;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .m-factory .box-wp {
    display: block;
  }
  .m-factory .box-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-factory .box-hd {
    margin-bottom: 30px;
  }
  .m-factory .box-btn {
    width: 36px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-factory .box-text {
    padding: 30px 15px;
  }
  .m-factory .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-factory .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factory .box-link {
    margin-top: 20px;
  }
  .m-factory .box-link a {
    min-width: 100px;
  }
  .m-factory .item-title {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-factory .img-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-topcase {
  margin-bottom: 67px;
}
.m-topcase .box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-topcase .item-pic {
  margin-right: 6.0714285714%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 49.8571428571%;
}
.m-topcase .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.m-topcase .item-title {
  position: relative;
  padding-bottom: 17px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-topcase .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background-color: #333333;
}
.m-topcase .item-desc {
  margin-top: 34px;
  line-height: 30px;
  max-height: 150px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .m-topcase {
    margin-bottom: 30px;
  }
  .m-topcase .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-topcase .item-desc {
    margin-top: 15px;
    line-height: 24px;
    max-height: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-topcase .box-item {
    display: block;
  }
  .m-topcase .item-pic {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.m-casel {
  margin-bottom: -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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-casel .list-item {
  margin-right: 5.5714285714%;
  margin-bottom: 45px;
  width: 29.5714285714%;
}
.m-casel .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-casel .item-title {
  margin-top: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-casel {
    margin-bottom: -30px;
  }
  .m-casel .list-item {
    margin-bottom: 30px;
  }
  .m-casel .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-casel .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-mpro {
  margin-top: 123px;
  position: relative;
}
.m-mpro .box-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 14px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-mpro .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 2px;
  background-color: #333333;
}
.m-mpro .btn-wp {
  position: absolute;
  right: 0;
  top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-mpro .box-btn {
  width: 32px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
}
.m-mpro .box-btn:hover {
  color: #324273;
  border-color: #324273;
}
.m-mpro .prev {
  margin-right: 10px;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-mpro .list-item {
  float: left;
  margin-right: 0.0571428571%;
  width: 0.2071428571%;
}
.m-mpro .item-pic {
  border: solid 1px #dcdcdc;
}
.m-mpro .item-title {
  margin-top: 15px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-mpro .box-wp {
    position: relative;
    padding-top: 50px;
  }
  .m-mpro .btn-wp {
    right: auto;
    left: 0;
    top: 0;
  }
  .m-mpro .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 375px) {
  .m-mpro .list-item {
    width: 0.49%;
  }
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.m-news .box-img {
  margin-bottom: 27px;
  line-height: 0;
  font-size: 0;
}
.m-news .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}
.m-news .box-info {
  margin-top: 22px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-news .box-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-news .share-title {
  margin-right: 10px;
}
.m-news .share-img {
  line-height: 0;
  font-size: 0;
}
.m-news .box-desc {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-news .box-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-mn {
  float: left;
  width: 100%;
  padding-left: 345px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    padding-left: 0;
  }
}

.g-sd {
  float: left;
  margin-left: -100%;
  width: 270px;
}
@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.m-sdname {
  position: relative;
  padding-left: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.m-sdname a, .m-sdname span {
  position: relative;
}
.m-sdname:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #324273;
  border-right: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .m-sdname {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-sdbox {
  padding-top: 44px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e5e5e5;
}
.m-sdbox .box-wp {
  margin-top: 20px;
  padding-left: 26px;
}
.m-sdbox:first-child {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .m-sdbox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-sdpronav {
  overflow: hidden;
}
.m-sdpronav .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #324273;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-sdpronav .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdpronav .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #fff;
}
.m-sdpronav .nav-item > a {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdpronav .nav-item > a:hover, .m-sdpronav .nav-item > a.active {
  color: #324273;
}
.m-sdpronav .nav-item:first-child {
  margin-top: 0;
}
.m-sdpronav .nav-item:last-child {
  border-bottom: none;
}
.m-sdpronav .sbnav-list {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.m-sdpronav .sbnav-list.show {
  display: block;
}
.m-sdpronav .sbnav-item a {
  display: block;
  padding: 3px 0;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-sdpronav .sbnav-item a.active, .m-sdpronav .sbnav-item a:hover {
  color: #324273;
}

@media screen and (max-width: 991px) {
  .m-sdpronav .nav-name {
    display: none;
  }
  .m-sdpronav .nav-btn {
    display: block;
  }
  .m-sdpronav .nav-list {
    display: none;
  }
  .m-sdpronav .nav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdpronav .nav-item > a .iconfont {
    top: 10px;
  }
  .m-sdpronav .sbnav-item a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-sdtag .box-tags {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdtag .box-tags a {
  color: #666;
}
.m-sdtag .box-tags a:hover {
  color: #324273;
}

.m-sdctus .info-item {
  position: relative;
  padding-left: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 11px;
}
.m-sdctus .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  color: #324273;
}

.m-clstext {
  margin-bottom: 35px;
}
.m-clstext .box-img {
  line-height: 0;
  font-size: 0;
}
.m-clstext .box-text {
  margin-top: 40px;
}
.m-clstext .box-text:first-child {
  margin-top: 0;
}
.m-clstext .box-title {
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-clstext .box-desc {
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-clstext .box-desc:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-clstext .box-text {
    margin-top: 30px;
  }
  .m-clstext .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-clstext .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prol {
  margin-bottom: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-prol .list-item {
  margin-right: 8.7203791469%;
  margin-bottom: 27px;
  width: 27.4881516588%;
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .item-top {
  border: solid 1px #dcdcdc;
  position: relative;
  overflow: hidden;
}
.m-prol .item-top:hover .item-modal {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.m-prol .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-prol .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 15, 18, 0.4);
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}
.m-prol .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%);
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.m-prol .item-text {
  margin-top: 14px;
  text-align: center;
}
.m-prol .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-link {
  margin-top: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prol .item-link a {
  color: #666;
  text-decoration: underline;
}
.m-prol .item-link a:hover {
  color: #324273;
}
.m-prol .item-link input {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .m-prol .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    width: 48%;
  }
}

.m-prob1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  margin-right: 10.5714285714%;
  width: 582px;
}
.m-prob1 .prob-pic-big {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #cf1e21;
  border: solid 1px #dcdcdc;
}
.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}
.m-prob1 .prob-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-prob1 .prob-video.show {
  display: block;
}
.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 8px;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #676767;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-prob1 .prob-pic-btn:hover {
  color: #324273;
}
.m-prob1 .prob-pic-btn.prev {
  left: 0;
}
.m-prob1 .prob-pic-btn.next {
  right: 0;
}
.m-prob1 .prob-pic-list {
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.044921875%;
  width: 0.1640625%;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 1px solid #eaeaea;
  background-color: #fff;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #324273;
}
.m-prob1 .prob-pic-item .item-pic:hover img, .m-prob1 .prob-pic-item .item-video:hover img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #324273;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-info-title {
  position: relative;
  padding-bottom: 9px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-weight: normal;
  color: #324273;
  border-bottom: 1px solid #e5e5e5;
}
.m-prob1 .prob-info-desc {
  margin-top: 21px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-prob1 .prob-info-desc em {
  margin-top: 21px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
}
.m-prob1 .prob-share {
  margin-top: 58px;
  letter-spacing: 0;
  float: left;
}
.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: #fff;
  height: 26px;
}
.m-prob1 .prob-info-link {
  margin-top: 62px;
  margin-bottom: -16px;
  overflow: hidden;
}
.m-prob1 .prob-info-link a {
  margin-bottom: 16px;
  margin-right: 16px;
  display: inline-block;
  padding: 8px 10px;
  min-width: 166px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #363a3a;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 24px;
  border: solid 1px #363a3a;
  text-transform: uppercase;
}
.m-prob1 .prob-info-link a:last-child {
  margin-right: 0;
}
.m-prob1 .prob-info-link a:hover {
  color: white;
  background-color: #324273;
  border-color: #324273;
}

@media screen and (max-width: 991px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-prob1 {
    display: block;
  }
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .m-prob1 .prob-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .m-prob1 .prob-info-desc {
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-info-desc p {
    min-height: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0.2%;
    width: 3.14%;
  }
  .m-prob1 .prob-pic-item .item-pic:before {
    display: none !important;
  }
  .m-prob1 .prob-info-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-info-link a {
    min-width: 120px !important;
    margin-right: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-info-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob1 .prob-share {
    margin-top: 20px;
  }
  .m-prob1 .prob-info-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .prob-info-desc .c-hsradio:before {
    top: 9px;
  }
}
@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0.4;
    width: 4.8%;
  }
}
.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;
    z-index: 3;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #324273;
    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: 10000%;
    overflow: hidden;
  }

  .m-propic .list-item {
    position: relative;
    float: left;
    margin-right: 0.02%;
    width: 0.32%;
  }

  .m-propic .item-video, .m-propic .item-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic .item-pic {
    border: 1px solid #324273;
  }
}
@media screen and (max-width: 640px) {
  .m-propic .list-item {
    width: 0.49%;
  }
}
@media screen and (max-width: 375px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prott {
  position: relative;
  margin-bottom: 42px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-prott:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 101px;
  height: 3px;
  background-color: #333333;
}
@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prott:before {
    width: 80px;
    height: 2px;
  }
}

.m-proname {
  position: relative;
  padding-left: 22px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.m-proname a {
  position: relative;
}
.m-proname:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #324273;
  border-right: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .m-proname {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-designconcept {
  margin-top: 50px;
  padding-top: 37px;
  padding-bottom: 90px;
  background-color: rgba(145, 15, 18, 0.05);
}
.m-designconcept .box-name {
  margin-bottom: 22px;
}
.m-designconcept .box-wp {
  padding-left: 22px;
}
.m-designconcept .box--title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #324273;
}
.m-designconcept .box-desc {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .m-designconcept {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-designconcept .box--title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-chairdesc {
  margin-top: 50px;
}
.m-chairdesc .box-item {
  position: relative;
  margin-top: 40px;
  border-radius: 0px 0px 53px 0px;
  border: solid 1px #e5e5e5;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.m-chairdesc .box-item .item-fix {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-chairdesc .box-item .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 30%;
}
.m-chairdesc .box-item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.m-chairdesc .box-item .item-name {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 2;
}
.m-chairdesc .box-item .item-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #324273;
}
.m-chairdesc .box-item .item-desc {
  margin-top: 33px;
}
.m-chairdesc .box-item:first-child {
  margin-top: 0;
}
.m-chairdesc .box-item1 .item-pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 5.223880597%;
}
.m-chairdesc .box-item1 .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-chairdesc .box-item2 {
  padding-top: 91px;
  padding-bottom: 74px;
}
.m-chairdesc .box-item2 .item-pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5.223880597%;
}
.m-chairdesc .box-item2 .item-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 991px) {
  .m-chairdesc .box-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .m-chairdesc .box-item .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-chairdesc .box-item .item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-chairdesc .box-item .item-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-chairdesc .box-item .item-pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .m-chairdesc .box-item .item-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.m-newsl .list-item {
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-newsl .list-item:first-child {
  margin-top: 0;
}
.m-newsl .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 35px;
  width: 36.018957346%;
}
.m-newsl .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.m-newsl .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-newsl .item-title {
  margin-top: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsl .item-desc {
  margin-top: 8px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-newsl .item-desc a {
  color: #666;
}
.m-newsl .item-desc a:hover {
  color: #324273;
}
.m-newsl .item-link {
  margin-top: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #324273;
}
.m-newsl .item-link a {
  color: #324273;
}
.m-newsl .item-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .m-newsl .item-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    margin-top: 30px;
  }
  .m-newsl .item-time, .m-newsl .item-link {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-newsl .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 72px;
  }
  .m-newsl .item-title, .m-newsl .item-link, .m-newsl .item-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .m-newsl .list-item {
    display: block;
  }
  .m-newsl .item-pic {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.m-ctusform {
  position: relative;
  float: left;
  width: 59.5714285714%;
  padding-left: 5%;
  padding-right: 18.0714285714%;
  padding-bottom: 44px;
  padding-top: 39px;
  background-color: #e7e7e7;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .box-title {
  margin-bottom: 32px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.m-ctusform .box-form {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.m-ctusform .form-item {
  position: relative;
  float: left;
  margin-bottom: 14px;
  padding-left: 0;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.m-ctusform .form-item.important {
  background: url("../images/star1.png") no-repeat left 19px;
}
.m-ctusform .form-item-1 {
  width: 100%;
}
.m-ctusform .form-item-2 {
  width: 100%;
}
.m-ctusform .form-item-3 {
  margin-right: 4.4921875%;
  width: 42.7734375%;
}
.m-ctusform .form-item-4 {
  width: 148px;
  height: 42px;
  padding-left: 0;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .form-item-4 img {
  max-height: 40px;
  vertical-align: middle;
}
.m-ctusform .form-item-5 {
  border: none;
  margin-top: 50px;
  width: 100%;
  padding-left: 0;
}
.m-ctusform .item-btn1 {
  width: 100%;
  max-width: 154px;
  height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #324273;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-ctusform .item-btn1:hover {
  color: #fff;
  background-color: #333;
}
.m-ctusform .item-text {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 48px;
  padding-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
}
.m-ctusform .item-text3 {
  padding-left: 16px;
}
.m-ctusform .item-text2 {
  height: 160px;
  line-height: 42px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .iconfont {
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 42px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px 15px;
  }
  .m-ctusform .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .m-ctusform .form-item-4 {
    float: right;
    width: 100px;
  }
}

.m-ctusinfo {
  position: relative;
  float: left;
  margin-left: -6.1428571429%;
  margin-top: 80px;
  width: 46.4285714286%;
  background-color: #333333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 5.7142857143%;
  padding-right: 5.7142857143%;
  padding-top: 98px;
  padding-bottom: 13%;
  color: #fff;
}
.m-ctusinfo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/fk.png") no-repeat center;
  width: 54px;
  height: 54px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo:before {
    width: 20px;
    height: 20px;
  }
}
.m-ctusinfo a {
  color: #fff;
}
.m-ctusinfo a:hover {
  color: #324273;
}
.m-ctusinfo .box-title {
  margin-bottom: 49px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.m-ctusinfo .box-info {
  padding-left: 60px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
  word-break: break-word;
  max-width: 423px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusinfo .info-item {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 26px;
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 15px;
    width: 100%;
  }
  .m-ctusinfo .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .box-info {
    padding-left: 20px;
  }
  .m-ctusinfo .info-item {
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-ctusmap {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}

.m-excellent {
  text-align: center;
}

.m-profunction {
  margin-top: 80px;
  padding-top: 49px;
  padding-bottom: 64px;
  background-color: rgba(145, 15, 18, 0.05);
}
.m-profunction .box-wp {
  position: relative;
  padding-left: 9.6875%;
}
.m-profunction .box-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-profunction .box-tabhd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 32px;
}
.m-profunction .box-tabbd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
  border-radius: 53px 0px 0px 0px;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 47px;
  padding-bottom: 38px;
  overflow: hidden;
}
.m-profunction .tabhd-item {
  position: relative;
  display: block;
  padding-left: 70px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  margin-top: 27px;
  text-transform: uppercase;
}
.m-profunction .tabhd-item:first-child {
  margin-top: 0;
}
.m-profunction .tabhd-item.active {
  color: #324273;
}
.m-profunction .tabhd-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 61px;
  height: 2px;
  background-color: #324273;
}
.m-profunction .tabbd-item {
  display: none;
  max-width: 1113px;
}
.m-profunction .tabbd-item.show {
  display: block;
}
@media screen and (max-width: 991px) {
  .m-profunction {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-profunction .tabhd-item {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    padding-left: 40px;
  }
  .m-profunction .tabhd-item.active:before {
    width: 30px;
  }
  .m-profunction .box-tabbd {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 640px) {
  .m-profunction .box-tab {
    display: block;
  }
  .m-profunction .box-tabhd {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.m-materials {
  margin-top: 70px;
}
.m-materials .box-title {
  text-align: left;
}
.m-materials .box-title:before {
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.m-materials .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-materials .box-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  width: 31.4285714286%;
  text-align: center;
}
.m-materials .box-img .img {
  line-height: 0;
  font-size: 0;
}
.m-materials .box-img .text {
  margin-top: 5px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  text-transform: uppercase;
}
.m-materials .box-img .num {
  color: #324273;
}
.m-materials .box-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-materials .box-info p {
  min-height: 30px;
}
.m-materials .box-info em {
  display: block;
  position: relative;
  padding-left: 22px;
}
.m-materials .box-info em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .m-materials {
    margin-top: 30px;
  }
  .m-materials .box-img .text {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-materials .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-materials .box-info p {
    min-height: 24px;
  }
  .m-materials .box-info em:before {
    top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .m-materials .box-wp {
    display: block;
  }
  .m-materials .box-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.m-proparam {
  margin-top: 64px;
}

.m-proparam .box-wp{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-proparam .box-wp .table{
  max-width: 50%;
  margin-left: 20px;
}
.m-proparam .box-wp .table table tr td{
  padding: 2px 10px;
  height: 20px;
  font-size: 15px;
}
/*.m-proparam .box-wp .table table tr td:first-child{
  width: 30%;
}*/
@media screen and (max-width: 991px) {
  .m-proparam {
    margin-top: 30px;
  }
  .m-proparam .box-wp{
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .m-proparam .box-wp .table{
    margin-left: 0;
    max-width: 100%;
  }
}

.m-reandpa {
  margin-top: 43px;
  padding-top: 52px;
  padding-bottom: 65px;
  background-color: rgba(145, 15, 18, 0.05);
}
.m-reandpa .box-title {
  text-align: left;
}
.m-reandpa .box-title:before {
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.m-reandpa .box-wp{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-reandpa .box-wp .table{
  max-width: 50%;
  margin-left: 20px;
}
.m-reandpa .box-wp .table table tr td{
  padding: 2px 10px;
  height: 20px;
  font-size: 15px;
}
/*.m-reandpa .box-wp .table table tr td:first-child{
  width: 30%;
}*/
@media screen and (max-width: 991px) {
  .m-reandpa .box-wp{
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .m-reandpa .box-wp .table{
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .m-reandpa {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-proappl {
  float: left;
  margin-top: 72px;
  width: 48.3571428571%;
}
.m-proappl .box-title {
  text-align: left;
}
.m-proappl .box-title:before {
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.m-promesh {
  float: right;
  margin-top: 72px;
  width: 48.3571428571%;
}
.m-promesh .box-title {
  text-align: left;
}
.m-promesh .box-title:before {
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.m-promesh .box-list {
  margin-bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-promesh .list-item {
  margin-right: 10.7142857143%;
  margin-bottom: 40px;
  width: 25.9970457903%;
}
.m-promesh .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-promesh .item-title {
  text-align: center;
  margin-top: 7px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Microsoft YaHei", "微软雅黑";
}

@media screen and (max-width: 991px) {
  .m-proappl, .m-promesh {
    margin-top: 30px;
  }

  .m-promesh .box-list {
    margin-bottom: -20px;
  }
  .m-promesh .list-item {
    margin-bottom: 20px;
  }
  .m-promesh .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-proappl {
    width: 100%;
    float: none;
  }

  .m-promesh {
    float: none;
    width: 100%;
  }
}
.m-profaq {
  margin-top: 85px;
}
.m-profaq .box-title {
  text-align: left;
}
.m-profaq .box-title:before {
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.m-profaq .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -13px;
}
.m-profaq .list-item {
  margin-right: 5.7142857143%;
  margin-bottom: 13px;
  width: 47.1428571429%;
}
.m-profaq .list-item:nth-child(2n) {
  margin-right: 0;
}
.m-profaq .item-title {
  padding: 8px 14px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Microsoft YaHei", "微软雅黑";
  background-color: #eeeeee;
}
.m-profaq .item-desc {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 17px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-profaq .item-desc span {
  color: #324273;
}
@media screen and (max-width: 991px) {
  .m-profaq {
    margin-top: 30px;
  }
  .m-profaq .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-profaq .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-profaq .list-item {
    margin-right: 0;
    width: 100%;
  }
}

.m-protag {
  margin-top: 40px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .m-protag {
    margin-top: 30px;
  }
}
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}






@font-face {
  font-family: "iconfont"; /* Project id 3207187 */
  src: url('../fonts/iconfont.eot?t=1646010555649'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1646010555649#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont.woff2?t=1646010555649') format('woff2'),
       url('../fonts/iconfont.woff?t=1646010555649') format('woff'),
       url('../fonts/iconfont.ttf?t=1646010555649') format('truetype'),
       url('../fonts/iconfont.svg?t=1646010555649#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-changyou:before {
  content: "\e8ac";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-changzuo:before {
  content: "\e601";
}


.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: #fff!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 10px;
    border: solid 1px #999999;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    }
    .listcart a:hover {color: #324273; border-color: #324273; background: none;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table table{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #324273;}



/*.m-reandpa .box-wp .table{*/
/*  max-width: 50%;*/
/*  margin-left: 20px;*/
/*}*/
/*.m-reandpa .box-wp .table table tr td{*/
/*  padding: 2px 10px;*/
/*  height: 20px;*/
/*  font-size: 15px;*/
/*}*/

.banner .slick-dots{ display: block !important; }




body .m-kefu-chat.mobile-hide{ bottom:80px !important;}

.g-hd .safe {
  margin: 0 auto;
  width: 1700px;
}

/* g-hd */

@media screen and (max-width: 1750px) {
  .f-box {
    width: 1500px !important;
  }
}

@media screen and (max-width: 1600px) {
  .f-box {
    width: 1400px !important;
  }
}

@media screen and (max-width: 1440px) {
  .f-box {
    width: 1200px !important;
  }
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px !important;
  }
}

@media screen and (max-width: 991px) {
  .f-box {
    width: 720px !important;
  }
}

@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}



.c-fr {
  display: flex;
  align-items: center;
}

.c-fr .addbox {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.c-fr .box {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-family: "Microsoft YaHei", "微软雅黑";
}

.c-fr .box img {
  display: block;
}

.c-fr .box:last-child {
  margin-right: 0;
}

.c-fr .box .svgbox {
  margin-right: 20px;
  flex-shrink: 0;
}

.c-fr .erweima {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.c-fr .resu {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}

@media(max-width:1333px) {
  .c-fr .box .svgbox {
    margin-right: 10px;
    flex-shrink: 0;
  }

  .c-fr .box {
    margin-right: 20px;
  }

  .c-fr .resu {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
  }

}

@media(max-width:999px) {
  .c-fr .addbox {
    display: none;
  }
}

.banner .slick-dots {
  display: none !important;
}

.txts_intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 900px;
  height: 121px;
  background-color: #324273;
  display: flex;
  flex-wrap: wrap;
}

.txts_intro .inner p {
  line-height: 27px;
}

.txts_intro .inner {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  box-sizing: border-box;
  padding-top: 23px;
}

.txts_intro .inner:nth-of-type(1) {
  padding-left: 8%;
}

.txts_intro .inner:nth-child(2n) {
  padding-left: 4.5%;
}

.txts_intro .inner:nth-child(3n) {
  padding-left: 3%;
}

.txts_intro .number {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.txts_intro .seat {
  font-family: AdobeHeitiStd-Regular;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}

.txts_intro .name {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  opacity: 0.82;
}

@media(max-width:1600px) {
  .txts_intro .inner {
    padding-top: 0;
    justify-content: center;
  }
}

@media(max-width:1333px) {
  .txts_intro .inner {
    padding-left: 5% !important;
  }

  .txts_intro {
    width: 800px;
    height: 121px;
  }
}

@media(max-width:999px) {
  .txts_intro {
    position: static;
    width: 100%;
    height: 121px;
  }

  .banner .slick-dots {
    display: block !important;
  }
}

@media(max-width:768px) {
  .txts_intro .number {
    font-size: 18px;
  }

  .txts_intro .seat {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .txts_intro .name {
    font-size: 14px;
  }

  .txts_intro {
    position: static;
    width: 100%;
    height: 100px;
  }
}

@media(max-width:570px) {
      .txts_intro .number {
        font-size: 16px;
    }
        .txts_intro .seat {
        font-size: 14px;
        margin-bottom: 0px;
    }
}