#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: Verdana, Geneva, sans-serif;
}

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

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 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;
  -moz-border-radius: 15%;
       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: #e31f10;
  }

  .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: #e31f10;
  }
}
.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: 20px;
    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: #fff;
  }
  .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;
    -moz-border-radius: 50%;
         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: #e31f10;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #e31f10;
  }
  .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: #e31f10;
  }
}

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

@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; } }
@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; } }
.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}
::-moz-selection {
  color: #fff;
  background: #e31f10;
}

::selection {
  color: #fff;
  background: #e31f10;
}

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

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
a:hover {
  color: #e31f10;
}

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: inherit;
}
input[type=submit], textarea[type=submit] {
  cursor: pointer;
}
input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}
input[type=radio], textarea[type=radio] {
  cursor: pointer;
}
input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

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

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 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: 100%;
  }

}
@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: #e31f10;
  -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: #e31f10;
  -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: #e31f10;
  -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: #e31f10;
}
.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{
  margin: 0;
  padding:0;
}
.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: #e31f10;
  }
  .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 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  color: #e31f10;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #e31f10;
}

.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;
  -moz-border-radius: 2px !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;
  -moz-border-radius: 2px !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;
  -moz-border-radius: 50% 50% 50% 50%;
       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 .box-wp {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  color: #666;
  border-bottom: 1px solid #dadada;
}
.m-crm .box-wp a {
  color: #666;
}
.m-crm .box-wp a:hover {
  color: #e31f10;
}
.m-crm .box-wp a.active {
  color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-crm .box-wp {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.m-oths .oths-item {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-oths .oths-item a {
  color: #888;
}
.m-oths .oths-item a:hover {
  color: #e31f10;
}
.m-oths .oths-item-1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .m-oths {
    padding: 15px 10px;
  }
  .m-oths .oths-item {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-oths .oths-item-1 {
    margin-bottom: 10px;
  }
}

.m-page {
  margin-top: 84px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  padding: 0 5px;
  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: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  padding: 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-page a.big {
  min-width: 61px;
}
.m-page a:hover {
  color: white;
  border-color: #e31f10;
  background-color: #e31f10;
}
.m-page a.active {
  color: white;
  border-color: #e31f10;
  background-color: #e31f10;
}

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

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 6px;
  top: 30%;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 70px;
  line-height: 70px;
  margin-bottom: 1px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  background-color: #2d2d27;
  -moz-border-radius: 5px;
       border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #e31f10;
}
.m-kf .kf-item.active {
  background-color: #e31f10;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 130px;
  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: 0px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #e31f10;
}

@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-hhd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 41px;
  max-width: 990px;
  text-align: center;
}
.m-hhd .hd-title {
  position: relative;
  display: inline-block;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hhd .hd-title a {
  position: relative;
}
.m-hhd .hd-title:before {
  content: attr(data-first);
  position: absolute;
  left: -30px;
  bottom: 0;
  line-height: 1;
  font-size: 86px;
  font-size: 8.6rem;
  color: #333;
  opacity: 0.1;
}
.m-hhd .hd-desc {
  margin-top: 18px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }
  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hhd .hd-title:before {
    font-size: 30px;
    font-size: 3rem;
    left: -10px;
  }
  .m-hhd .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.m-hpro {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -35px;
}
.m-hpro .list-item {
  margin-right: 1.5%;
  margin-bottom: 45px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23.5%;
}
.m-hpro .item-top {
  position: relative;
  padding-bottom: 7.8549848943%;
}
.m-hpro .item-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 9.9697885196%;
  background: url("../images/yy1.png") no-repeat center;
  background-size: 100% 100%;
}
.m-hpro .item-fix {
  position: relative;
  overflow: hidden;
  border: solid 1px #e1e1e1;
}
.m-hpro .item-fix: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-hpro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
}
.m-hpro .item-modal a {
  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%);
  max-width: 90%;
  padding: 10px 22px;
  line-height: 24px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  -moz-border-radius: 6px;
       border-radius: 6px;
  background-color: #e31f10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hpro .item-title {
  margin-top: 3px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .m-hpro {
    margin-bottom: -30px;
  }
  .m-hpro .list-item {
    margin-bottom: 30px;
  }
  .m-hpro .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hpro .list-item {
    width: 48%;
  }
}

.g-hprocess {
  margin-top: 69px;
  padding-bottom: 113px;
 background: url("../images/bj2.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .g-hprocess {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hprocess {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 8.5964912281%;
  padding-right: 8.5964912281%;
  padding-top: 5.6140350877%;
  padding-bottom: 4.3859649123%;

}
.m-hprocess .box-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.m-hprocess .box-text a {
  color: #fff;
}
.m-hprocess .box-text a:hover {
  color: #e31f10;
}
.m-hprocess .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hprocess .box-desc {
  margin-top: 28px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.8rem;
}
.m-hprocess .box-link {
  margin-top: 37px;
}
.m-hprocess .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 175px;
  line-height: 32px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 1px #ffffff;
}
.m-hprocess .box-link a:hover {
  color: #fff;
  background-color: #0782bb;
  border-color: #0782bb;
}
@media screen and (max-width: 991px) {
  .m-hprocess {
    padding: 30px 20px;
  }
  .m-hprocess .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hprocess .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hprocess .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hprocess .box-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}

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

.m-hequiment {
  font-size: 0;
  letter-spacing: 0;
}
.m-hequiment .list-item {
  position: relative;
  margin-right: 2.3571428571%;
  margin-bottom: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 23.1428571429%;
}
.m-hequiment .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 18px;
  padding-bottom: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hequiment .item-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 27px;
  width: 38px;
  height: 3px;
  background-color: #fff;
}
.m-hequiment .item-title {
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  color: #fff;
  overflow: hidden;
}
.m-hequiment .item-title a {
  color: #fff;
}
.m-hequiment .item-title a:hover {
  color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-hequiment .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m-hequiment .item-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-hequiment .item-text:before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .m-hequiment .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-hshow {
  padding-top: 109px;
  padding-bottom: 60px;
  background: url("../images/hbg2.jpg") no-repeat center;
  background-size: cover;
}
.g-hshow .hd-title {
  color: #fff;
}
.g-hshow .hd-title a {
  color: #fff;
}
.g-hshow .hd-title a:hover {
  color: #e31f10;
}
.g-hshow .hd-title:before {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .g-hshow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-hshow .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;
}
.m-hshow .box-item {
  width: 25%;
  padding-left: 2.8571428571%;
  padding-right: 2.8571428571%;
  padding-top: 15px;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-right: 1px solid #fff;
}
.m-hshow .box-item:last-child {
  border-right: none;
}
.m-hshow .item-text {
  text-align: center;
  color: #fff;
}
.m-hshow .item-text a {
  color: #fff;
}
.m-hshow .item-text a:hover {
  color: #e31f10;
}
.m-hshow .item-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
.m-hshow .item-title {
  margin-top: 25px;
  line-height: 30px;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hshow .item-desc {
  margin-top: 32px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  height:240px;
  overflow: hidden;
}
.m-hshow .item-link {
  margin-top: 73px;
}
.m-hshow .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 123px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  border: solid 1px #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hshow .item-link a:hover {
  color: #333;
  background-color: #fff;
}
.m-hshow .box-link {
  margin-top: 54px;
  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-hshow .link-item {
  width: 33.333%;
}
@media screen and (max-width: 991px) {
  .m-hshow .item-icon {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-hshow .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hshow .item-desc {
    margin-top: 15px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
   height:308px;
  }
  .m-hshow .item-link {
    margin-top: 20px;
  }
  .m-hshow .item-link a {
    min-width: 60px;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hshow .box-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-hshow .box-item {
    width: 50%;
    border-right: 1px solid #fff;
  }
  .m-hshow .box-item:nth-child(2n) {
    border-right: none;
  }
}

.g-hcase {
  position: relative;
  padding-top: 87px;
}
.g-hcase:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 28.9583333333%;
  background-color: #ebebeb;
}
.g-hcase .box-hd {
  text-align: left;
  position: relative;
  max-width: 100%;
  padding-right: 29.7142857143%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.g-hcase .hd-title {
  margin-left: 25px;
}
.g-hcase .btn-wp {
  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%);
  font-size: 0;
  letter-spacing: 0;
}
.g-hcase .box-btn {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 48px;
  line-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #878787;
  text-align: center;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
}
.g-hcase .box-btn:hover {
  color: #333;
}
@media screen and (max-width: 991px) {
  .g-hcase {
    padding-top: 30px;
  }
  .g-hcase .box-hd {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .g-hcase .btn-wp {
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .g-hcase .box-btn {
    width: 38px;
    line-height: 38px;
    background-color: #666;
    color: #fff;
  }
  .g-hcase .box-btn:hover {
    color: #fff;
    background-color: #e31f10;
  }
}

.m-hcase {
  padding-left: 13.5416666667%;
}
.m-hcase .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hcase .list-item {
  float: left;
  margin-right: 0.0174698795%;
  width: 0.2355421687%;
}
.m-hcase .item-pic {
  border: solid 1px #ebebeb;
}
.m-hcase .item-title a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  padding: 0 10px;
  text-align: center;
  background-color: #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hcase .item-title a:hover {
  color: #fff;
  background-color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-hcase .item-title a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hcase .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 740px) {
  .m-hcase {
    padding-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .m-hcase .list-item {
    width: 0.49%;
  }
}

.g-hwys {
  padding-top: 91px;
  position: relative;
  overflow: hidden;
}
.g-hwys:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 129px;
  width: 392px;
  height: 526px;
  border: 70px solid #e31f10;
  -moz-border-radius: 50%;
       border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .g-hwys {
    padding-top: 30px;
  }
}

.m-hwys {
  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-hwys .box-img {
  width: 50%;
  line-height: 0;
  font-size: 0;
}
.m-hwys .box-fix {
  width: 50%;
  padding-left: 73px;
  padding-right: 73px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.m-hwys .box-text {
  float: left;
  max-width: 620px;
}
.m-hwys .box-name {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
}
.m-hwys .box-hd {
  margin-top: 47px;
  margin-bottom: 47px;
  text-align: left;
}
.m-hwys .hd-title {
  margin-left: 30px;
}
.m-hwys .box-desc {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-hwys .box-desc a {
  color: #666;
}
.m-hwys .box-desc a:hover {
  color: #e31f10;
}
.m-hwys .box-link {
  margin-top: 34px;
}
.m-hwys .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 230px;
  line-height: 30px;
  padding: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #666;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.m-hwys .box-link a:hover {
  color: #fff;
  background-color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-hwys {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
  }
  .m-hwys .box-img, .m-hwys .box-fix {
    width: 100%;
  }
  .m-hwys .box-fix {
    padding: 0;
    margin-top: 30px;
  }
  .m-hwys .box-text {
    float: none;
    max-width: 100%;
  }
  .m-hwys .box-hd {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .m-hwys .hd-title {
    margin-left: 10px;
  }
  .m-hwys .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hwys .box-link {
    margin-top: 15px;
  }
  .m-hwys .box-link a {
    min-width: 120px;
    line-height: 22px;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hwysl {
  margin-top: 13px;
  font-size: 0;
  letter-spacing: 0;
}
.m-hwysl .list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 10px #ffffff;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .m-hwysl .list-item {
    border-width: 5px;
  }
}
@media screen and (max-width: 480px) {
  .m-hwysl .list-item {
    width: 50%;
  }
}

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

.m-hnews {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -30px;
}
.m-hnews .list-item {
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 31.7142857143%;
  padding-bottom: 90px;
}
.m-hnews .item-fix {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hnews .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 27px;
  padding-bottom: 28px;
  box-shadow: 2px 4px 12px 0px rgba(3, 0, 0, 0.13);
  -moz-border-radius: 4px;
       border-radius: 4px;
  background-color: #fff;
}
.m-hnews .item-title {
  height: 36px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
}
.m-hnews .item-time {
  margin-top: 23px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hnews .item-time i {
  margin-right: 5px;
  color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-hnews .item-text {
    padding: 15px 10px;
  }
  .m-hnews .item-fix {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-hnews .item-title {
    height: 28px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-time {
    margin-top: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hnews .list-item {
    width: 98%;
  }
}

.g-ft {
  background-color: #383838;
  color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
}
.g-ft a {
  color: #f1f1f1;
}
.g-ft a:hover {
  color: #e31f10;
}

.m-ftfix1 {
  padding-top: 56px;
  padding-bottom: 50px;
}

.m-ftinfo {
  float: left;
  width: 56.4285714286%;
  word-break: break-word;
}
.m-ftinfo .box-wp {
  overflow: hidden;
}
.m-ftinfo .box-fix1 {
  float: right;
  margin-left: 11.3924050633%;
}
.m-ftinfo .box-fix2 {
  overflow: hidden;
}
.m-ftinfo .box-item {
  position: relative;
  margin-top: 23px;
  padding-left: 55px;
}
.m-ftinfo .box-item:first-child {
  margin-top: 0;
}
.m-ftinfo .box-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}
.m-ftinfo .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.m-ftinfo .item-desc {
  margin-top: 7px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftt {
  margin-bottom: 62px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-ftform {
  float: right;
  width: 34.2857142857%;
}
.m-ftform .form-bd {
  overflow: hidden;
}
.m-ftform .form-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}
.m-ftform .form-item.important {
  background: url("../images/star1.png") no-repeat 5px 16px;
}
.m-ftform .form-item1 {
  width: 50%;
}
.m-ftform .form-item2 {
  width: 100%;
}
.m-ftform .form-item3 {
  margin-right: 1.6666666667%;
  width: 37.5%;
}
.m-ftform .form-item4 {
  width: 29.1666666667%;
  padding-left: 0;
  height: 46px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #999999;
  overflow: hidden;
  padding-left: 0;
}
.m-ftform .form-item4 img {
  max-height: 44px;
  vertical-align: middle;
}
.m-ftform .form-item5 {
  padding-left: 0;
  width: 30%;
  background: none;
}
.m-ftform .form-text {
  width: 100%;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 44px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  color: #fff \9 ;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #d8d8d8;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #d8d8d8;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #d8d8d8;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #d8d8d8;
  opacity: 1;
}
.m-ftform .form-text2 {
  line-height: 44px;
  height: 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .iconfont {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.m-ftform .form-btn {
  width: 100%;
  height: 46px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-transform: uppercase;
  background-color: #e31f10;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-ftfix2 {
  padding-top: 25px;
  padding-bottom: 18px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #cbcbcb;
  border-top: 1px solid rgba(149, 149, 149, 0.6);
}
.m-ftfix2 a {
  color: #cbcbcb;
}
.m-ftfix2 a:hover {
  color: #e31f10;
}

.m-ftshare {
  float: right;
  margin-left: 20px;
}
.m-ftshare .share-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 30px;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
.m-ftshare .share-item .tutu{
    display: inline-block;width:30px;height:30px;background: url("../images/instagram.png") no-repeat center center;}
.m-ftshare .share-item .tutu:hover{background: url("../images/instagramh.png") no-repeat center center;}
.m-ftshare .share-item .icon-twitter{display:none;}
.m-ftkey {
  margin-top: 12px;
}
.m-ftkey span, .m-ftkey a {
  margin-right: 10px;
}

.m-ftfix3 {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e31f10;
}

.m-ftlnk span, .m-ftlnk a {
  margin-right: 10px;
}
.m-ftlnk a {
  color: #fff;
}
.m-ftlnk a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .m-ftfix1, .m-ftfix3, .m-ftkey {
    display: none;
  }

  .m-ftfix2 {
    border-top: none;
    text-align: center;
  }

  .m-ftshare {
    float: none;
    margin-left: 0;
	padding-top: 20px;
  }
  .m-ftshare .share-item {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
  }

  .m-ftext {
    margin-top: 15px;
	font-size:14px;
  }
  .m-ftfix2 {
      padding-top: 0;
      padding-bottom: 0;
  	}
}
.g-hd {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ce0000;
}

body {
  padding-top: 168px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.m-hdlogo {
  float: left;
  line-height: 0;
  font-size: 0;
  padding-top: 40px;
  padding-bottom: 12px;
  text-align: center;
}
.m-hdlogo img{
  width: auto;
}
@media screen and (max-width: 765px) {
  .m-hdlogo img{
    width: 180px;
  }
}
.m-hdlogo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-hdinfo {
  padding-top: 34px;
  padding-bottom: 34px;
  float: left;
  overflow: hidden;
}
.m-hdinfo .info-item {
  float: left;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-right: 1px dashed #e1e1e1;
}
.m-hdinfo .info-item i {
  margin-right: 5px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}
.m-hdinfo .info-item a {
  color: #fff;
}
.m-hdinfo .info-item a:hover {
  color: #e31f10;
}

.m-hdsch {
  position: relative;
  float: left;
  padding-top: 40px;
  padding-bottom: 35px;
}
.m-hdsch .sch-btn {
  display: none;
}
.m-hdsch .box-form {
  position: relative;
  width: 352px;
  padding-right: 56px;
  background-color: #ebebeb;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hdsch .form-text {
  padding-left: 18px;
  padding-right: 18px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hdsch .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 44px;
  line-height: 44px;
}
.m-hdsch .form-btn {
  z-index: 2;
}
.m-hdsch .form-icon {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #e31f10;
}

.m-hdlang {
  overflow: hidden;
}
.m-hdlang .lang-item {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
}

.m-hdfix2 {
  position: relative;
  background-color: #555;
}

.m-hdnav {
  float: left;
  font-size: 0;
  letter-spacing: 0;
}
.m-hdnav .nav-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
}
.m-hdnav .nav-item > a {
  display: block;
  padding: 0 32px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.7rem;
  color: #fff;
}
.m-hdnav .nav-item > a i {
  font-size: 10px;
  font-size: 1rem;
}
.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.m-hdnav .nav-item2 {
  position: static;
}
.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hdnav .sbnav-wp {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fdfcfa;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 176px;
}
.m-hdnav .sbnav-list3 {
  top: 0;
  left: 100%;
  width: 176px;
}
.m-hdnav .sbnav-item { position: relative; }
.m-hdnav .sbnav-item a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 10px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #fff;
  background-color: #e31f10;
}

.m-hdlnk {
  float: right;
}
.m-hdlnk a {
  display: block;
  padding: 0 22px;
  line-height: 64px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.m-hdlnk a i {
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlnk a:hover, .m-hdlnk a.active, .m-hdlnk a.current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hdlnk a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
  }

  .m-hdfix2, .m-hdinfo, .m-hdline, .m-hdshare {
    display: none;
  }

  .m-hdlogo {
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .m-hdfix1 .box-fix {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .m-hdsch {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .m-hdsch .sch-btn {
    display: block;
  }
  .m-hdsch .box-form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    display: none;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -41px;
  width: 41px;
  height: 82px;
  font-size: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: none !important;
}
.banner .slick-dots {
  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: 45px;
  width: 96%;
  max-width: 1400px;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
.banner .slick-dots li {
  margin: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
}
.banner .slick-dots li a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: solid 1px #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.banner .slick-dots li.slick-active a {
  background-color: #fff;
}
.banner.hide {
  display: none;
}
@media screen and (max-width: 1219px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 20px;
    background: none;
  }
  .banner .slick-dots li {
    margin: 0 5px;
  }
  .banner .slick-dots li a {
    width: 12px;
    height: 12px;
  }
  .banner.hide {
    display: block;
  }
  .banner.n-banner {
    display: none;
  }
}

.g-wp {
  padding-top: 50px;
  padding-bottom: 120px;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.g-mn {
  width: 100%;
  -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;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.m-sdtt {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e31f10;
}
.m-sdtt a {
  color: #fff;
}

.m-sdnav1 .nav-btn {
  position: relative;
  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: #e31f10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}
.m-sdnav1 .nav-list {
  margin-top: 0;
}
.m-sdnav1 .nav-item {
  margin-top: 1px;
}
.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f3f3f3;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  color: #fff;
  background-color: #e31f10;
}
.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}
.m-sdnav1 .sbnav-list {
  background-color: #fbfbfb;
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-item {
  border-top: 1px solid #eee;
}
.m-sdnav1 .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}
.m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active, .m-sdnav1 .sbnav-item > a.current {
  color: #e31f10;
}
.m-sdnav1 .sbnav-item > a:hover:before, .m-sdnav1 .sbnav-item > a.active:before, .m-sdnav1 .sbnav-item > a.current:before {
  content: ">";
}

@media screen and (max-width: 991px) {
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
  .m-sdnav1 .nav-item > a, .m-sdnav1 .sbnav-item > a {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-clstext {
  margin-bottom: 30px;
}
.m-clstext .box-title {
  padding-top: 11px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  /* text-transform: uppercase; */
}
.m-clstext .box-desc {
  margin-top: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-clstext .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prol .list-item {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 60px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  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-prol .list-item:hover {
  background-color: #fff;
  box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.m-prol .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 500px;
  margin-right: 30px;
  margin-left: 30px;
}
.m-prol .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-prol .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}
.m-prol .item-desc a {
  color: #666;
}
.m-prol .item-desc a:hover {
  color: #e31f10;
}
.m-prol .item-link {
  margin-top: 19px;
}
.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 128px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #dfdfdf;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.m-prol .item-link a:hover {
  color: #fff;
  background-color: #e31f10;
}
@media screen and (max-width: 991px) {

  .m-prol .list-item {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
	flex-wrap:wrap;
  }
  .m-prol .item-title {
    line-height: 34px;
    font-size: 18px;
	margin-bottom:10px;
  }
  .m-prol .item-desc {
    margin-top: 0px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-prol .item-link {
    margin-top: 10px;
  }
  .m-prol .item-link a {
    min-width: 80px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-pic {

      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
  }
  .m-prol .item-text {

			width: 100%;
			flex-wrap:wrap;
  }
}
@media screen and (max-width: 375px) {
  .m-prol .list-item {
    display: block;
    padding: 15px 10px;
  }
  .m-prol .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  margin-right: 2.8571428571%;
  width: 55.2142857143%;
}
.m-prob1 .prob-pic-big {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.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: 52px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  max-width: 556px;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  opacity: 0.3;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 2;
}
.m-prob1 .prob-pic-btn:hover {
  color: #fff;
  background-color: #e31f10;
}
.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.0161870504%;
  width: 0.3201438849%;
}
.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: #e31f10;
}
.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: #e31f10;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-info {
  padding-top: 43px;
}
.m-prob1 .prob-info-title {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-prob1 .prob-info-desc {
  margin-top: 18px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prob1 .prob-share {
  margin-top: 36px;
  letter-spacing: 0;
}
.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 2rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  color: #666;
}
.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: 47px;
  margin-bottom: -16px;
  overflow: hidden;
}
.m-prob1 .prob-info-link a {
  margin-bottom: 24px;
  margin-right: 16px;
  display: inline-block;
  padding: 10px 10px;
  min-width: 190px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #555;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ebebeb;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.m-prob1 .prob-info-link a:last-child {
  margin-right: 0;
}
.m-prob1 .prob-info-link a:hover {
  color: white;
  background-color: #e31f10;
  border-color: #e31f10;
}

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

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }
  .m-prob1 .prob-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .m-prob1 .prob-info-desc {
    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-small {
    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: #333;
    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 #e31f10;*/
  }
}
@media screen and (max-width: 640px) {
  .m-propic .list-item {
    width: 0.99%;
  }
}
@media screen and (max-width: 375px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prob2 {
  margin-top: 57px;
}
.m-prob2 .box-tabhd {
  font-size: 0;
  letter-spacing: 0;
}
.m-prob2 .tabhd-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 34px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #ebebeb;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-prob2 .tabhd-item.active {
  background-color: #f6f6f6;
}
.m-prob2 .tabhd-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #e31f10;
}
.m-prob2 .box-tabbd {
  padding-top: 57px;
  padding-bottom: 62px;
  background-color: #f6f6f6;
}
.m-prob2 .tabbd-item {
  display: none;
}
.m-prob2 .tabbd-item.show {
  display: block;
}
@media screen and (max-width: 991px) {
  .m-prob2 .box-tabbd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-prob2 .tabhd-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-provideo {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.m-provideo .item-video {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: -4px 0px 15px 0px rgba(0, 0, 0, 0.19);
}
.m-provideo .item-title {
  margin-top: 37px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-provideo .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-probd {
  background-color: #fff;
  padding-top: 41px;
  padding-bottom: 68px;
}
.m-probd .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1045px;
  width: 94%;
}
.m-probd .box-item {
  margin-top: 45px;
}
.m-probd .box-item:first-child {
  margin-top: 0;
}
.m-probd .bitem-title {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-probd .bitem-desc {
  color: #666;
}
.m-probd .bitem-desc p{
  margin: 0;
  padding:0;
}
.m-probd .hsicon {
  position: relative;
  padding-left: 10px;
}
.m-probd .hsicon: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: 5px;
  height: 5px;
  background-color: #464646;
}
@media screen and (max-width: 991px) {
  .m-probd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-probd .box-item {
    margin-top: 30px;
  }
}

.m-mpro {
  margin-top: 43px;
}
.m-mpro .box-title {
  margin-bottom: 41px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-odmoem .box-hd {
  margin-bottom: 52px;
}
.m-odmoem .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-odmoem .hd-desc {
  margin-top: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-odmoem .list-item {
  margin-top: 63px;
  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-odmoem .list-item:first-child {
  margin-top: 0;
}
.m-odmoem .item-pic {
  width: 41.5714285714%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.m-odmoem .item-text {
  width: 54.2857142857%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.m-odmoem .item-pic2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-odmoem .item-text2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-odmoem .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
}
.m-odmoem .item-desc {
  margin-top: 24px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-odmoem .box-hd {
    margin-bottom: 30px;
  }
  .m-odmoem .hd-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-odmoem .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-odmoem .list-item {
    margin-top: 30px;
  }
  .m-odmoem .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-odmoem .item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-odmoem .list-item {
    display: block;
  }
  .m-odmoem .item-text, .m-odmoem .item-pic {
    width: 100%;
  }
  .m-odmoem .item-text {
    padding-top: 10px;
  }
}

.m-casel .list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  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-casel .list-item:first-child {
  padding-top: 0;
}
.m-casel .item-pic {
  margin-right: 3.2857142857%;
  width: 462px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.m-casel .item-text {
  overflow: hidden;
}
.m-casel .item-title {
  height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-casel .item-desc {
  margin-top: 22px;
  max-height: 208px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  color: #666;
}
.m-casel .item-desc:hover {
  color: #e31f10;
}
.m-casel .item-link {
  margin-top: 31px;
}
.m-casel .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 128px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
  text-align: center;
  background-color: #dfdfdf;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-casel .item-link a:hover {
  color: #fff;
  background-color: #e31f10;
}
@media screen and (max-width: 991px) {
  .m-casel .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-casel .item-pic {
    width: 280px;
  }
  .m-casel .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-casel .item-desc {
    margin-top: 10px;
    max-height: 176px;
    line-height: 22px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-casel .item-link {
    margin-top: 15px;
  }
  .m-casel .item-link a {
    min-width: 90px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-casel .list-item {
    display: block;
  }
  .m-casel .item-pic {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

.m-case .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-case .box-info {
  margin-top: 22px;
  letter-spacing: 0;
  padding-bottom: 30px;
  line-height: 26px;
  border-bottom: 3px solid #ebebeb;
}
.m-case .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  vertical-align: top;
}
.m-case .box-time .iconfont {
  position: absolute;
  left: 0;
}
.m-case .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-case .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-case .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-case .box-desc {
  margin-top: 50px;
  padding-bottom: 0;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-case .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-case .box-desc {
    margin-top: 30px;
  }
}

.m-software .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-software .box-desc {
  margin-top: 20px;
  line-height: 26px;
  color: #666;
}
.m-software .box-desc p, .m-software .box-desc span, .m-software .box-desc b {
  line-height: 26px;
}
.m-software .box-tag {
  margin-top: 21px;
  font-size: 0;
  letter-spacing: 0;
}
.m-software .box-tag p{ display: inline-block; }
.m-software .box-tag span, .m-software .box-tag a, .m-software .box-tag strong {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 164px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ebebeb;
}
.m-software .box-tag strong { font-weight: normal; }
.m-software .box-fix {
  margin-top: 49px;
}
.m-software .box-item {
  margin-top: 45px;
}
.m-software .box-item:first-child {
  margin-top: 0;
}
.m-software .bitem-title {
  margin-bottom: 31px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-software .bitem-desc table {
  border-left: none;
  border-right: none;
}
.m-software .bitem-desc table tr td {
  line-height: 30px;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #ededed;
}
.m-software .bitem-desc table tr td:first-child {
  border-left: none;
}
.m-software .bitem-desc table tr td:last-child {
  border-right: none;
}
.m-software .bitem-desc table tr:nth-child(2n) td {
  background-color: #ededed;
}
.m-software .box-list {
  font-size: 0;
  letter-spacing: 0;
}
.m-software .list-item {
  margin-right: 1.5714285714%;
  margin-bottom: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49.2142857143%;
}
@media screen and (max-width: 991px) {
  .m-software .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-software .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-software .box-desc p, .m-software .box-desc span, .m-software .box-desc b {
    line-height: 24px;
  }
  .m-software .box-desc p {
    min-height: 24px;
  }
  .m-software .box-fix {
    margin-top: 30px;
  }
  .m-software .box-item {
    margin-top: 30px;
  }
  .m-software .item-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-bg1 {
  background: url("../images/qualitybg1.jpg") no-repeat right bottom;
}

.m-quality .box-hd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  text-align: center;
}
.m-quality .hd-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-quality .hd-desc {
  margin-top: 25px;
  color: #666;
}
.m-quality .box-img {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .m-quality .hd-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-quality .hd-desc {
    margin-top: 20px;
  }
  .m-quality .box-img {
    margin-top: 20px;
  }
}

.m-abtb1 {
  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-abtb1 .box-video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 53.9285714286%;
}
.m-abtb1 .box-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42.1428571429%;
}
.m-abtb1 .box-title,.m-abtb2 .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.m-abtb1 .box-desc {

  color: #666;
}
@media screen and (max-width: 640px) {
  .m-abtb1 {
    display: block;
  }
  .m-abtb1 .box-text {
    padding-top: 20px;
    width: 100%;
  }
  .m-abtb1 .box-video {
    width: 100%;
  }
  .m-abtb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb1 .box-desc {
    margin-top: 15px;
  }
}

.m-abtb2 {
  margin-top: 50px;
  margin-bottom: 50px;
  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-abtb2 .box-pic {
  -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;
  width: 42.7142857143%;
}
.m-abtb2 .box-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54.2857142857%;
}
.m-abtb2 .box-desc {
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb2 {
    display: block;
  }
  .m-abtb2 .box-text {
    padding-top: 20px;
    width: 100%;
  }
  .m-abtb2 .box-pic {
    width: 100%;
  }
  .m-abtb2 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-abtb3 {
  margin-top: 50px;
}
.m-abtb3 .box-desc {
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb3 {
    margin-top: 30px;
  }
}

.m-abtb4 {
  margin-top: 45px;
  text-align: center;
  background-color: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 54px;
  padding-bottom: 55px;
}
.m-abtb4 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-abtb4 .box-desc {
  margin-top: 21px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb4 {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .m-abtb4 .box-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb4 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-newsl .list-item {
  position: relative;
  margin-top: 47px;
  padding-top: 16px;
  padding-bottom: 23px;
}
.m-newsl .list-item .item-pic {
  position: absolute;
  width: 444px;
  left: 0;
  top: 0;
}
.m-newsl .list-item .item-text {
  position: relative;
  padding-left: 28px;
  padding-right: 24px;
  padding-top: 27px;
  padding-bottom: 26px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  background-color: #ffffff;
  box-shadow: 2px 4px 12px 0px rgba(3, 0, 0, 0.13);
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.m-newsl .list-item .item-text:hover {
  background-color: #e31f10;
  color: #fff;
}
.m-newsl .list-item .item-text:hover .item-title, .m-newsl .list-item .item-text:hover .item-desc, .m-newsl .list-item .item-text:hover .item-time {
  color: #fff;
}
.m-newsl .list-item .item-text:hover .item-title a, .m-newsl .list-item .item-text:hover .item-desc a, .m-newsl .list-item .item-text:hover .item-time a {
  color: #fff;
}
.m-newsl .list-item .item-text:hover .item-title i, .m-newsl .list-item .item-text:hover .item-desc i, .m-newsl .list-item .item-text:hover .item-time i {
  color: #fff;
}
.m-newsl .list-item .item-text:hover .item-link a {
  color: #e31f10;
  background-color: #fff;
}
.m-newsl .list-item .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsl .list-item .item-time {
  margin-top: 6px;
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.m-newsl .list-item .item-time i {
  color: #e31f10;
}
.m-newsl .list-item .item-desc {
  margin-top: 23px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-newsl .list-item .item-link {
  margin-top: 20px;
}
.m-newsl .list-item .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 138px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #e31f10;
  -moz-border-radius: 6px;
       border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-newsl .list-item:first-child {
  margin-top: 0;
}
.m-newsl .list-item1 {
  padding-left: 430px;
}
@media screen and (max-width: 991px) {
  .m-newsl {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: -30px;
  }
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 48%;
    padding: 0;
  }
  .m-newsl .list-item .item-pic {
    position: relative;
    right: auto;
    width: 100%;
  }
  .m-newsl .list-item .item-text {
    padding: 20px 15px;
  }
  .m-newsl .list-item .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .list-item .item-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .list-item .item-desc {
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .list-item .item-link {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .m-newsl .list-item {
    width: 98%;
  }
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px dashed #d9d9d9;
}
.m-news .box-title {
  line-height: 38px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
  text-align: center;
  font-weight: normal;
}
.m-news .box-time {
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  font-family: "barlow_semi_condensedlight", arial, helvetica, sans-serif;
  text-align: center;
}
.m-news .box-time i {
  color: #e31f10;
}
.m-news .box-share {
  margin-top: 20px;
  line-height: 26px;
  text-align: center;
}
.m-news .share-title, .m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.m-news .share-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-family: "barlow_semi_condensedlight", arial, helvetica, sans-serif;
}
.m-news .box-desc {
  margin-top: 53px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-news .box-time, .m-news .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-news .box-desc {
    margin-top: 30px;
  }
}

.m-htpro {
  margin-top: 92px;
}
.m-htpro .box-title {
  margin-bottom: 33px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-align: center;
}
.m-htpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-htpro .list-item {
  float: left;
  margin-right: 0.0157142857%;
  width: 0.2378571429%;
}
.m-htpro .item-pic {
  border: solid 1px #ebebeb;
}
.m-htpro .item-title a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  padding: 0 10px;
  text-align: center;
  background-color: #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-htpro .item-title a:hover {
  color: #fff;
  background-color: #e31f10;
}
.m-htpro .btn-wp {
  margin-top: 45px;
  text-align: center;
}
.m-htpro .box-btn {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 48px;
  line-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ebebeb;
  -moz-border-radius: 50%;
       border-radius: 50%;
  text-align: center;
}
.m-htpro .box-btn i {
  opacity: 0.5;
}
.m-htpro .box-btn:hover i {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .m-htpro {
    margin-top: 30px;
  }
  .m-htpro .box-title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-htpro .item-title a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-htpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 375px) {
  .m-htpro .list-item {
    width: 0.49%;
  }
}

.m-abtwyb {
  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-abtwyb .box-pic {
  -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-abtwyb .box-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46.7857142857%;
}
.m-abtwyb .box-pic2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-abtwyb .box-text2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-abtwyb .box-info {
  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: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-abtwyb .info-item {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
  padding-bottom: 11px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  word-break: break-word;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-abtwyb .info-item:last-child {
  margin-right: 0;
}
.m-abtwyb .item-fix {
  width: 100%;
}
.m-abtwyb .item-num {
  line-height: 1;
  color: #e31f10;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-abtwyb .item-num .span1 {
  font-size: 72px;
  font-size: 7.2rem;
}
.m-abtwyb .item-num .span2 {
  font-size: 36px;
  font-size: 3.6rem;
}
.m-abtwyb .item-num sub {
  font-size: 24px;
  font-size: 2.4rem;
}
.m-abtwyb .item-title {
  margin-top: 7px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-abtwyb .box-desc {
  color: #666;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .m-abtwyb .item-num .span1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-abtwyb .item-num .span2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtwyb .item-num sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtwyb .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtwyb {
    display: block;
    margin-top: 30px;
  }
  .m-abtwyb .box-text, .m-abtwyb .box-pic {
    width: 100%;
  }
  .m-abtwyb .box-text {
    padding-top: 30px;
  }
  .m-abtwyb:first-child {
    margin-top: 0;
  }
}

.m-shownav {
  margin-bottom: 56px;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-shownav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 214px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 19px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f5f5f5;
}
.m-shownav .nav-item:hover, .m-shownav .nav-item.active {
  color: #fff;
  background-color: #e31f10;
}
.m-shownav .nav-item:hover .item-icon, .m-shownav .nav-item:hover .item-title, .m-shownav .nav-item.active .item-icon, .m-shownav .nav-item.active .item-title {
  color: #fff;
}
.m-shownav .item-icon {
  font-size: 38px;
  font-size: 3.8rem;
}
.m-shownav .item-title {
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .m-shownav {
    margin-bottom: 30px;
  }
  .m-shownav .item-icon {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-shownav .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-bg2 {
  background: url("../images/ctusbg1.jpg") no-repeat center;
  background-size: cover;
}

.m-ctusinfo {
  float: left;
  width: 50.1428571429%;
  margin-right: 2.1428571429%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusinfo .box-title {
  position: relative;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-ctusinfo .box-info {
  margin-top: 8px;
}
.m-ctusinfo .box-info p{
  font-size: 16px;
  line-height: 30px;
}
.m-ctusinfo .info-item {
  margin-top: 24px;
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e31f10;
}
.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    float: none;
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .m-ctusinfo .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-ctusinfo .box-info {
    margin-top: 30px;
  }
  .m-ctusinfo .info-item {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .info-item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-ctusform {
  overflow: hidden;
}
.m-ctusform .box-title {
  margin-bottom: 61px;
  position: relative;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}
.m-ctusform .box-desc {
  margin-bottom: 33px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusform .form-item {
  position: relative;
  margin-bottom: 23px;
  line-height: 0;
  font-size: 0;
  padding-left: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .form-item.important {
  background: url("../images/star2.png") no-repeat 8px 26px;
}
.m-ctusform .form-item-1 {
  width: 50%;
}
.m-ctusform .form-item-2 {
  width: 100%;
}
.m-ctusform .form-item-3 {
  margin-right: 2.6854219949%;
  width: 26.0869565217%;
}
.m-ctusform .form-item-4 {
  width: 23.0179028133%;
  height: 54px;
  padding-left: 0;
  line-height: 52px;
  text-align: center;
  background-color: transparent;
  -moz-border-radius: 0;
       border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #e2e2e2;
}
.m-ctusform .form-item-4 img {
  max-height: 52px;
  vertical-align: middle;
}
.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 31.9693094629%;
  padding-left: 0;
}
.m-ctusform .item-btn1 {
  width: 100%;
  height: 54px;
  padding-left: 0;
  line-height: 54px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #e31f10;
}
.m-ctusform .item-text {
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
}
.m-ctusform .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text2 {
  height: 194px;
  line-height: 30px;
  padding-top: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-ctusform .box-title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-ctusform .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-ctusform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-ctusform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item-3 {
    float: left;
    margin-right: 0;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .m-ctusform .form-item-4 {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 34px;
  }
  .m-ctusform .form-item-4 img {
    max-height: 34px;
  }
}

.m-ctusmap {
  margin-top: 62px;
}
@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}
@font-face {
  font-family: "BarlowSemiCondensed-SemiBold";
  src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2.woff2") format("woff2"),
       url("../fonts/BarlowSemiCondensed-SemiBold.woff2.woff") format("woff"),
       url("../fonts/BarlowSemiCondensed-SemiBold.woff2.ttf") format("truetype"),
       url("../fonts/BarlowSemiCondensed-SemiBold.woff2.eot") format("embedded-opentype"),
       url("../fonts/BarlowSemiCondensed-SemiBold.woff2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'barlow_semi_condensedlight';
  src: url('../fonts/barlowsemicondensed-light-webfont.eot');
  src: url('../fonts/barlowsemicondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/barlowsemicondensed-light-webfont.woff2') format('woff2'),
       url('../fonts/barlowsemicondensed-light-webfont.woff') format('woff'),
       url('../fonts/barlowsemicondensed-light-webfont.ttf') format('truetype'),
       url('../fonts/barlowsemicondensed-light-webfont.svg#barlow_semi_condensedlight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'barlow_semi_condensedregular';
  src: url('../fonts/barlowsemicondensed-regular-webfont.eot');
  src: url('../fonts/barlowsemicondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/barlowsemicondensed-regular-webfont.woff2') format('woff2'),
       url('../fonts/barlowsemicondensed-regular-webfont.woff') format('woff'),
       url('../fonts/barlowsemicondensed-regular-webfont.ttf') format('truetype'),
       url('../fonts/barlowsemicondensed-regular-webfont.svg#barlow_semi_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: "iconfont"; /* Project id 2711197 */
  src: url('../fonts/iconfont.eot?t=1627892859058'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1627892859058#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont.woff2?t=1627892859058') format('woff2'),
       url('../fonts/iconfont.woff?t=1627892859058') format('woff'),
       url('../fonts/iconfont.ttf?t=1627892859058') format('truetype'),
       url('../fonts/iconfont.svg?t=1627892859058#iconfont') format('svg');
}

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

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-weixin:before {
  content: "\e64f";
}

.icon-bangongshi:before {
  content: "\e640";
}

.icon-kefu:before {
  content: "\e6ab";
}

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

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

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

.icon-vk:before {
  content: "\e735";
}

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

.icon-jian2:before {
  content: "\e600";
}

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

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

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

.icon-jia2:before {
  content: "\e608";
}

.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-youxiang:before {
  content: "\e612";
}

.icon-dianhua:before {
  content: "\e603";
}

.icon-id:before {
  content: "\e8ed";
}

.icon-CAD:before {
  content: "\e6ac";
}

.icon-cpu-full:before {
  content: "\e94f";
}

.icon-cad-fill:before {
  content: "\e7d8";
}

.icon-windows:before {
  content: "\e633";
}

.icon-anzhuo:before {
  content: "\e613";
}

.icon-sheji:before {
  content: "\e643";
}
.icon-windows:before {
  content: "\e633";
}

.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: 0px 19px 19px 19px;
    border: solid 2px #999999;
    background-color: #fff;
    box-sizing: border-box;
    }
    .listcart a:hover {color: #e4040c; border-color: #e4040c; 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: #e4040c;}
    /*===========index video=========*/
    .m-hwys { width: 100%; overflow: hidden; margin: 0 auto; }

    .m-hwys .box-video { position: relative; overflow: hidden; padding-bottom: 28.95833%; height: 0; width: 50%; }
    
    .m-hwys .box-video iframe, .m-hwys .box-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
    
    .m-hwys .box-video iframe body { margin: 0px !important; }
    @media screen and (max-width: 991px) {
    .m-hwys .box-video {  padding-bottom: 56.407669%;  width: 100%; }
    }
    /*===========about video=========*/
    .m-abtb1 { width: 100%; overflow: hidden; margin: 0 auto; }

    .m-abtb1 .box-video { position: relative; overflow: hidden; padding-bottom: 58.95833%; height: 0; width: 50%; }
    
    .m-abtb1 .box-video iframe, .m-abtb1 .box-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
    
    .m-abtb1 .box-video iframe body { margin: 0px !important; }
	
	
	
	.message{
		width: 800px;
		margin: 0 auto;
	}
    @media screen and (max-width: 991px) {
    .m-abtb1 .box-video {  padding-bottom: 56.407669%;  width: 100%; }
	.message{
		width: 100%;
		margin: 0 auto;
	}
    }
    
    

.prolist{
	width: 78%;
	float: right;
}
    @media screen and (max-width: 991px) {
    .prolist{
    	width: 100%;
    	float: none;
    }
    }