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

  .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: #2ba8e0;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #2ba8e0;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
       -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
         -o-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
       -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
         -o-transform: scale(1.1) translate(60px, -35px);
            transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #2ba8e0;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #2ba8e0;
  }
  .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: #2ba8e0;
  }
}

.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}
@charset "UTF-8";
::-moz-selection {
  color: #fff;
  background: #2ba8e0;
}
::selection {
  color: #fff;
  background: #2ba8e0;
}

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

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

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

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none;
  /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

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

em, i {
  font-style: normal;
}

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

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

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

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

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.c-bbx {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.c-pr {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
     -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
       -o-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  overflow: visible;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@-moz-keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}
.an-hoverbtn-beforey > * {
  position: relative;
}
.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #2ba8e0;
  -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: #2ba8e0;
  -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: #2ba8e0;
  -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: #2ba8e0;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #2ba8e0;
  }
  .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: #2ba8e0;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #2ba8e0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#object_one {
  -webkit-animation: object_one 1.5s infinite;
     -moz-animation: object_one 1.5s infinite;
          animation: object_one 1.5s infinite;
}

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

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

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-moz-keyframes object_one {
  75% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}

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

.m-crm {
  margin-top: 16px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-crm a {
  color: #999;
}
.m-crm a:hover {
  color: #2ba8e0;
}
.m-crm a.active {
  color: #2ba8e0;
}

.m-oths {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #f5f5f5;
}
.m-oths .oths-item {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-oths .oths-item a {
  color: #999;
}
.m-oths .oths-item a:hover {
  color: #2ba8e0;
}
.m-oths .oths-item-1 {
  margin-bottom: 12px;
}

.m-page {
  margin-top: 52px;
  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: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #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: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  -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: 70px;
}
.m-page a:hover {
  color: white;
  border-color: #2ba8e0;
  background-color: #2ba8e0;
}
.m-page a.active {
  color: white;
  border-color: #2ba8e0;
  background-color: #2ba8e0;
}

.m-page2 {
  position: relative;
}
.m-page2 .page-form {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  padding-right: 18px;
  background: url("../images/page1.png") no-repeat right center;
}
.m-page2 .form-btn {
  display: inline-block;
  background: none;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2ba8e0;
}

@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: 0;
  top: 30%;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #c8c8c8;
  border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #2ba8e0;
}
.m-kf .kf-item.active {
  background-color: #2ba8e0;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}
.m-kf .kf-wx3 {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  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-item3 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .kf-wx3 {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #2ba8e0;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #2ba8e0;
}

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

.g-hfix1 {
  position: relative;
  z-index: 3;
  margin-top: -88px;
  background: url("../images/hbg1.jpg") no-repeat right 83px;
}
@media screen and (max-width: 991px) {
  .g-hfix1 {
    margin-top: 0;
    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: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-hwys .box-item {
  position: relative;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 24px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hwys .box-item:first-child {
  border-radius: 10px 0px 0px 10px;
}
.m-hwys .box-item:last-child {
  border-radius: 0px 10px 10px 0px;
}
.m-hwys .box-item:hover {
  background-color: #2ba8e0;
}
.m-hwys .box-item:hover .item-icon, .m-hwys .box-item:hover .item-title, .m-hwys .box-item:hover .item-desc {
  color: #fff;
}
.m-hwys .box-item:hover .item-icon a, .m-hwys .box-item:hover .item-title a, .m-hwys .box-item:hover .item-desc a {
  color: #fff;
}
.m-hwys .box-item2:hover {
  background-color: #2ba8e0;
  background-color: rgba(43, 168, 224, 0.2);
}
.m-hwys .box-item2:hover .item-icon, .m-hwys .box-item2:hover .item-title {
  color: #333;
}
.m-hwys .box-item2:hover .item-icon a, .m-hwys .box-item2:hover .item-title a {
  color: #333;
}
.m-hwys .box-item2:hover .item-desc {
  color: #666;
}
.m-hwys .box-item2:hover .item-desc a {
  color: #666;
}
.m-hwys .item-icon {
  line-height: 1;
  font-size: 52px;
  font-size: 5.2rem;
}
.m-hwys .item-title {
  margin-top: 25px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hwys .item-desc {
  margin-top: 22px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.m-hwys .item-desc a {
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-hwys .box-item {
    padding: 30px 15px;
  }
  .m-hwys .item-icon {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .m-hwys .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hwys .item-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hwys {
    -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;
  }
  .m-hwys .box-item {
    width: 100%;
  }
}

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

.m-habt {
  overflow: hidden;
}
.m-habt .box-img {
  position: relative;
  float: right;
  margin-left: 4.1666666667%;
  width: 52.9166666667%;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-img a {
  display: inline-block;
}
.m-habt .box-btn{
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-size: 3rem;
    color: #666;
}
.m-habt .box-btn:hover{
    color: #2ba8e0;
}
.m-habt .box-btn.prev{
    left: 10px;
}
.m-habt .box-btn.next{
    right: 10px;
}
.m-habt .box-list{
    width: 10000%;
    overflow: hidden;
}
.m-habt .list-item{
    float: left;
    width: 1%;
}
.m-habt .box-text {
  overflow: hidden;
}
.m-habt .box-title {
  position: relative;
  padding-bottom: 27px;
  line-height: 54px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
}
.m-habt .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 5px;
  background-color: #2ba8e0;
}
.m-habt .box-desc {
  margin-top: 31px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.m-habt .box-desc a {
  color: #666;
}
.m-habt .box-desc a:hover {
  color: #2ba8e0;
}
.m-habt .box-link {
  margin-top: 34px;
}
.m-habt .box-link a {
  display: inline-block;
  min-width: 192px;
  line-height: 30px;
  padding: 10px;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-habt .box-link a:hover {
  color: #fff;
  background-color: #2ba8e0;
}
@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-habt .box-img {
    margin-left: 0;
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }
}

.m-hhd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
  text-align: center;
}
.m-hhd .hd-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
}
.m-hhd .hd-desc {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #2ba8e0;
}
@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-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-hpro {
  padding-top: 92px;
  padding-bottom: 62px;
  background: url("../images/hbg2.jpg") no-repeat center bottom;
}
@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 40px;
  }
}

.m-hpro {
  position: relative;
}
.m-hpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hpro .list-wp {
  float: left;
  width: 1%;
  overflow: hidden;
}
.m-hpro .list-item {
  float: left;
  margin-right: 4.1666666667%;
  width: 30.5%;
  text-align: center;
}
.m-hpro .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-hpro .item-title {
  margin-top: 23px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}
.m-hpro .item-title a {
  color: #fff;
}
.m-hpro .item-title a:hover {
  color: #cfcfcf;
}
.m-hpro .item-desc {
  margin-top: 6px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-hpro .item-desc a {
  color: #fff;
}
.m-hpro .item-desc a:hover {
  color: #cfcfcf;
}
.m-hpro .item-link {
  margin-top: 18px;
}
.m-hpro .item-link a {
  display: inline-block;
  min-width: 182px;
  line-height: 30px;
  padding: 6px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  border: solid 1px #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hpro .item-link a:hover {
  color: #2ba8e0;
  background-color: #fff;
}
.m-hpro .box-page {
  margin-top: 55px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.m-hpro .page-item {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.m-hpro .page-item.active {
  width: 30px;
}
@media screen and (max-width: 991px) {
  .m-hpro .item-link {
    display: none;
  }
  .m-hpro .item-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .box-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-top: 20px;
    width: 98%;
  }
  .m-hpro .list-item:first-child {
    margin-top: 0;
  }
  .m-hpro .item-title {
    color: #333;
  }
  .m-hpro .item-title a {
    color: #333;
  }
  .m-hpro .item-title a:hover {
    color: #333;
  }
  .m-hpro .item-desc {
    color: #333;
  }
  .m-hpro .item-desc a {
    color: #333;
  }
  .m-hpro .item-desc a:hover {
    color: #333;
  }
}

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

.m-hnews .box-left {
  float: left;
  width: 65.8333333333%;
}
.m-hnews .box-right {
  float: right;
  width: 32.3333333333%;
  border-top: 8px solid #2ba8e0;
}
.m-hnews .box-item {
  background-color: #fff;
}
.m-hnews .box-item .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 41px;
  padding-bottom: 43px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.m-hnews .box-item .item-time {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2ba8e0;
}
.m-hnews .box-item .item-title {
  margin-top: 17px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hnews .box-item .item-link {
  margin-top: 45px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-hnews .box-item .item-link a {
  color: #666;
}
.m-hnews .box-item .item-link a:hover {
  color: #2ba8e0;
}
.m-hnews .box-list {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.m-hnews .list-item {
  border-top: 1px dashed #e5e5e5;
}
.m-hnews .list-item .item-text {
  padding-top: 27px;
  padding-bottom: 61px;
}
.m-hnews .list-item .item-time {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2ba8e0;
}
.m-hnews .list-item .item-title {
  margin-top: 17px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hnews .list-item .item-desc {
  margin-top: 13px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hnews .list-item .item-desc a {
  color: #666;
}
.m-hnews .list-item .item-desc a:hover {
  color: #2ba8e0;
}
.m-hnews .list-item .item-link {
  margin-top: 35px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-hnews .list-item .item-link a {
  color: #666;
}
.m-hnews .list-item .item-link a:hover {
  color: #2ba8e0;
}
.m-hnews .list-item:first-child {
  border-top: none;
}
@media screen and (max-width: 991px) {
  .m-hnews .box-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-hnews .box-item .item-text, .m-hnews .list-item .item-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-hnews .box-item .item-time, .m-hnews .list-item .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .box-item .item-title, .m-hnews .list-item .item-title {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .box-item .item-desc, .m-hnews .list-item .item-desc {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .box-item .item-link, .m-hnews .list-item .item-link {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews .box-left, .m-hnews .box-right {
    float: none;
    width: 100%;
  }
  .m-hnews .box-right {
    margin-top: 20px;
  }
}

.m-ftfix1 {
  padding-top: 63px;
  padding-bottom: 21px;
  background-color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ftfix1 a {
  color: #666;
}
.m-ftfix1 a:hover {
  color: #2ba8e0;
}

.m-ftb1 {
  float: left;
  margin-right: 6.3333333333%;
  width: 16.6666666667%;
}

.m-ftb2 {
  float: left;
  width: 22.9166666667%;
  margin-right: 8.3333333333%;
}

.m-ftb3 {
  float: left;
  width: 21.3333333333%;
  padding-right: 40px;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftlogo {
  line-height: 0;
  font-size: 0;
  text-align: center;
  padding-right: 10px;
}

.m-ftshare {
  margin-top: 48px;
  font-size: 0;
  letter-spacing: 0;
}
.m-ftshare .share-item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 28px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.m-ftshare .share-item i {
  position: relative;
}
.m-ftshare .share-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #8e8e8e;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-ftshare .share-item:hover {
  color: #fff;
}
.m-ftshare .share-item:hover:before {
  background-color: #2ba8e0;
}

.m-ftt {
  position: relative;
  margin-bottom: 42px;
  padding-bottom: 15px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}
.m-ftt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background-color: #2ba8e0;
}

.m-ftb4 .box-title {
  margin-left: 14px;
}

.m-ftform .form-item {
  margin-bottom: 16px;
  padding-left: 14px;
}
.m-ftform .form-item:last-child {
  margin-bottom: 0;
}
.m-ftform .star {
  background: url("../images/star1.png") no-repeat left 14px;
}
.m-ftform .form-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f3f3;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ftform .form-code {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-ftform .code-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  margin-right: 10px;
}
@media screen and (max-width: 1219px) {
  .m-ftform .code-text {
    width: 110px;
  }
}
.m-ftform .code-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #f3fbfe;
}
.m-ftform .code-img img {
  vertical-align: middle;
  max-height: 38px;
}
.m-ftform .form-btn {
  display: inline-block;
  min-width: 148px;
  padding: 8px 15px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .form-btn img {
  margin-right: 10px;
  vertical-align: middle;
}
.m-ftform .form-btn:hover {
  color: #fff;
  background-color: #2ba8e0;
}

.m-ftkey {
  margin-top: 13px;
  line-height: 26px;
}

.m-ftfix2 {
  padding-top: 18px;
  padding-bottom: 16px;
  background-color: #2ba8e0;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.m-ftfix2 a {
  color: #fff;
}
.m-ftfix2 a:hover {
  color: #cfcfcf;
}

@media screen and (max-width: 991px) {
  .m-ftlogo, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftlnk, .m-ftkey {
    display: none;
  }

  .m-ftb1 {
    float: none;
    margin-right: 0;
    width: 100%;
  }

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

  .m-ftshare {
    text-align: center;
  }
  .m-ftshare .share-item {
    margin-right: 10px;
    width: 34px;
    line-height: 34px;
    background-color: #666;
  }
  .m-ftshare .share-item:nth-child(3n) {
    margin-right: 10px;
  }
  .m-ftshare .share-item:last-child {
    margin-right: 0;
  }
  .m-ftshare .share-item:before {
    display: none;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 26px;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: none !important;
}
.banner .slick-dots li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  vertical-align: top;
}
.banner .slick-dots li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.banner .slick-dots li.slick-active a {
  background-color: #2ba8e0;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 44px;
  height: auto;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  text-align: center;
  display: block !important;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
.banner .slick-arrow.slick-prev {
  left: 90px;
}
.banner .slick-arrow.slick-next {
  right: 90px;
}
.banner .slick-arrow:hover {
  color: #fff;
  background-color: #2ba8e0;
}
.banner.hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 15px;
    text-align: center;
    display: block !important;
  }
  .banner .slick-dots li a {
    width: 12px;
    height: 12px;
  }
  .banner.hide {
    display: block;
  }
  .banner.n-banner {
    display: none;
  }
}

.g-hd {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
  }
}

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

.m-hdlogo {
  float: left;
  line-height: 0;
  font-size: 0;
}
.m-hdlogo a {
  display: inline-block;
  vertical-align: middle;
}

.m-hdnav {
  float: left;
  max-width: 930px;
}
.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-right: 70px;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 100px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #333;
}
.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 2px;
  background: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #2ba8e0;
}
.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  background: #2ba8e0;
}
.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #f1f1f1;
}
.m-hdnav .sbnav-wp {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 300px;
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 228px;
}
.m-hdnav .sbnav-list3 {
  top: 0;
  right: 100%;
  width: 160px;
}
.m-hdnav .sbnav-item {
  position: relative;
}
.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8 px;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #fff;
  background-color: #2ba8e0;
}
@media screen and (max-width: 1219px) {
  .m-hdnav {
    max-width: 690px;
  }
  .m-hdnav .nav-item {
    margin-right: 30px;
  }
}

.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 100px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  text-align: center;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 226px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 38px;
  height: 38px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #2ba8e0;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

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

  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    border-top-width: 2px;
  }

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

  .m-hdnav {
    display: none;
  }

  .m-hdfix1 {
    background: none;
    padding-top: 40px;
  }

  .m-hdlang {
    position: absolute;
    right: 30px;
    top: 0;
  }

  .m-hdsch {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #2ba8e0;
  }

  .m-hdlogo {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .m-hdlogo img {
    width: auto;
    max-height: 70px;
  }
}
.g-wp {
  padding-top: 30px;
  padding-bottom: 122px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-bottom: 40px;
  }
}

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

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

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

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

.m-sdtt {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  background-color: #e6e6e6;
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #2ba8e0;
  -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: 4px;
}
.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f1f1f1;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  color: #fff;
  background-color: #2ba8e0;
}
.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}
.m-sdnav1 .sbnav-list {
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-list1 {
  padding-top: 15px;
}
.m-sdnav1 .sbnav-list2 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-sdnav1 .sbnav-item > a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active, .m-sdnav1 .sbnav-item > a.current {
  color: #2ba8e0;
}

@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 .sbnav-item a {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-sdname {
  margin-bottom: 9px;
  padding-bottom: 7px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .m-sdname {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-sdtag {
  margin-top: 47px;
}
.m-sdtag .box-tags {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdtag .box-tags a {
  color: #666;
}
.m-sdtag .box-tags a:hover {
  color: #2ba8e0;
}
@media screen and (max-width: 991px) {
  .m-sdtag {
    margin-top: 30px;
  }
}

.m-sdnews {
  margin-top: 42px;
}
.m-sdnews .list-item1 {
  padding-bottom: 16px;
  overflow: hidden;
}
.m-sdnews .list-item1 .item-pic {
  float: left;
  width: 130px;
  margin-right: 15px;
}
.m-sdnews .list-item1 .item-title {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-sdnews .list-item1 .item-title a {
  color: #666;
}
.m-sdnews .list-item1 .item-title a:hover {
  color: #2ba8e0;
}
.m-sdnews .list-item2 {
  border-top: 1px solid #e6e6e6;
  padding-top: 11px;
  padding-bottom: 13px;
}
.m-sdnews .list-item2 .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2ba8e0;
}
.m-sdnews .list-item2 .item-title {
  margin-top: 2px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .m-sdnews {
    margin-top: 30px;
  }
}

.m-clstext {
  margin-bottom: 29px;
}
.m-clstext .box-title {
  position: relative;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
}
.m-clstext .box-desc {
  position: relative;
  margin-top: 6px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}
.m-clstext .box-desc:first-child {
  margin-top: 0;
}
.m-clstext .hid {
  max-height: 90px;
}
.m-clstext .hid:before {
  display: block;
}
.m-clstext .box-link {
  margin-top: 9px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2ba8e0;
  display: none;
}
.m-clstext .box-link a {
  color: #2ba8e0;
}
.m-clstext .box-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-clstext .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-clstext .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prol {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -42px;
}
.m-prol .list-item {
  margin-right: 3.595505618%;
  margin-bottom: 42px;
  display: inline-block;
  vertical-align: top;
  width: 30.8988764045%;
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .item-text {
  text-align: center;
  padding-top: 11px;
}
.m-prol .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-desc {
  margin-top: 6px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  height: 52px;
}
.m-prol .item-desc a {
  color: #666;
}
.m-prol .item-desc a:hover {
  color: #2ba8e0;
}
.m-prol .item-link {
  margin-top: 6px;
}
.m-prol .item-link input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.m-prol .item-link a {
  display: inline-block;
  min-width: 120px;
  vertical-align: middle;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  border-radius: 18px;
  border: solid 1px #c9c9c9;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-prol .item-link a:hover {
  color: #fff;
  background-color: #2ba8e0;
}
@media screen and (max-width: 991px) {
  .m-prol .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol .item-desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-link a {
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-prob1 .box-left {
  position: relative;
  float: left;
  width: 46.6666666667%;
}
.m-prob1 .box-right {
  float: right;
  width: 44.1666666667%;
}
.m-prob1 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .list-item {
  float: left;
  width: 1%;
}
.m-prob1 .box-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #cdcdcd;
}
.m-prob1 .box-btn:hover {
  color: #2ba8e0;
}
.m-prob1 .prev {
  left: 8px;
}
.m-prob1 .next {
  right: 8px;
}
.m-prob1 .box-title {
  padding-bottom: 14px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 1px solid #e3e3e3;
}
.m-prob1 .box-desc {
  margin-top: 27px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-prob1 .box-fix {
  margin-top: 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 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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-prob1 .box-link {
  margin-right: 25px;
  margin-bottom: 10px;
  min-width: 240px;
  line-height: 30px;
  padding: 10px;
  border-radius: 25px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #666;
}
.m-prob1 .box-link:hover {
  color: #fff;
  background-color: #2ba8e0;
}
.m-prob1 .box-share {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-prob1 .share-title {
  margin-right: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 991px) {
  .m-prob1 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-prob1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .box-fix {
    margin-top: 30px;
  }
  .m-prob1 .box-link {
    min-width: 140px;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 18px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob1 .box-left, .m-prob1 .box-right {
    float: none;
    width: 100%;
  }
  .m-prob1 .box-right {
    margin-top: 30px;
  }
}

.m-prott {
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}
.m-prott span {
  position: relative;
  display: inline-block;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  padding-right: 10px;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
}
.m-prott span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 1200px;
  background: url("../images/probd1.png") repeat-x center;
}
@media screen and (max-width: 991px) {
  .m-prott {
    margin-bottom: 30px;
  }
  .m-prott span {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-prob2 {
  margin-top: 39px;
}
.m-prob2 .title {
  color: #2ba8e0;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.m-prob2 p strong {
  color: #2ba8e0;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.m-prob2 .hsicon {
  position: relative;
  padding-left: 12px;
}
.m-prob2 p em{
  position: relative;
  padding-left: 12px;
  font-style: normal;
}
.m-prob2 .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: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2ba8e0;
}
.m-prob2 p em: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: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2ba8e0;
}

.m-protag {
  margin-top: 37px;
}
.m-protag .box-tag {
  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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-protag .box-tag a {
  margin-right: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-protag .box-tag a:hover {
  color: #2ba8e0;
}
.m-protag .box-tag i {
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .m-protag {
    margin-top: 30px;
  }
  .m-protag .box-tag a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-mpro {
  margin-top: 70px;
}
.m-mpro .box-title {
  margin-bottom: 39px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
  text-align: center;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-mpro .list-wp {
  float: left;
  width: 1%;
  overflow: hidden;
}
.m-mpro .list-item {
  float: left;
  margin-right: 4.1666666667%;
  width: 30.5%;
  text-align: center;
}
.m-mpro .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-mpro .item-title {
  margin-top: 23px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-mpro .item-desc {
  margin-top: 6px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-mpro .item-desc a {
  color: #666;
}
.m-mpro .item-desc a:hover {
  color: #2ba8e0;
}
.m-mpro .item-link {
  margin-top: 18px;
}
.m-mpro .item-link a {
  display: inline-block;
  min-width: 182px;
  line-height: 30px;
  padding: 6px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  border: solid 1px #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-mpro .item-link a:hover {
  color: #2ba8e0;
  background-color: #fff;
}
.m-mpro .box-page {
  margin-top: 25px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.m-mpro .page-item {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #2ba8e0;
  border-radius: 6px;
}
.m-mpro .page-item.active {
  width: 30px;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-mpro .item-link {
    display: none;
  }
  .m-mpro .item-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-mpro .box-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-top: 20px;
    width: 98%;
  }
  .m-mpro .list-item:first-child {
    margin-top: 0;
  }
  .m-mpro .item-title {
    color: #333;
  }
  .m-mpro .item-title a {
    color: #333;
  }
  .m-mpro .item-title a:hover {
    color: #333;
  }
  .m-mpro .item-desc {
    color: #333;
  }
  .m-mpro .item-desc a {
    color: #333;
  }
  .m-mpro .item-desc a:hover {
    color: #333;
  }
}

.m-abtb1 {
  overflow: hidden;
}
.m-abtb1 .box-img {
  float: right;
  margin-left: 3.75%;
  width: 52.9166666667%;
  line-height: 0;
  font-size: 0;
}
.m-abtb1 .box-title {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "RALEWAY-BOLD_0", arial, helvetica, sans-serif;
}
.m-abtb1 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 5px;
  background-color: #2ba8e0;
}
.m-abtb1 .box-desc {
  margin-top: 26px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 .box-img {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .m-abtb1 .box-text {
    padding-top: 20px;
  }
}

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

.m-newsl {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -50px;
}
.m-newsl .list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 5%;
  margin-bottom: 50px;
  width: 47.5%;
}
.m-newsl .list-item:nth-child(2n) {
  margin-right: 0;
}
.m-newsl .item-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 27px;
  padding-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.m-newsl .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2ba8e0;
}
.m-newsl .item-title {
  margin-top: 9px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}
.m-newsl .item-link {
  margin-top: 28px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-newsl .item-link a {
  color: #666;
}
.m-newsl .item-link a:hover {
  color: #2ba8e0;
}
@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
  .m-newsl .item-title {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-time, .m-newsl .item-link {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-newsl .item-link {
    margin-top: 10px;
  }
  .m-newsl .item-text2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .m-newsl .list-item {
    width: 98%;
  }
}

.m-news .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #333;
  text-align: left;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}
.m-news .box-info {
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: left;
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.m-news .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .box-desc {
  margin-top: 25px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-news .box-desc {
    margin-top: 30px;
  }
}

.m-reposts .box-title {
  padding: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  color: #fff;
  background-color: #2ba8e0;
}
.m-reposts .box-list {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.m-reposts .list-item {
  padding-top: 19px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
}
.m-reposts .item-title {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-reposts .item-title a {
  color: #666;
}
.m-reposts .item-title a:hover {
  color: #2ba8e0;
}

.m-ctusb1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 42px;
  padding-left: 60px;
  padding-right: 50px;
  background-color: #f9f9f9;
  box-shadow: -4px 2px 16px 0px rgba(51, 51, 51, 0.3);
  border-radius: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusb1 > .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.m-ctusform {
  float: left;
  width: 49.5412844037%;
  padding-right: 6.880733945%;
  padding-top: 2.9357798165%;
  padding-bottom: 36px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .box-title {
  font-size: 30px;
  font-size: 3rem;
}
.m-ctusform .box-desc {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d4d4d;
}
.m-ctusform .box-form {
  margin-top: 33px;
  max-width: 380px;
  overflow: hidden;
}
.m-ctusform .form-item {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.m-ctusform .form-item.important {
  background: url("../images/star2.png") no-repeat left 9px;
}
.m-ctusform .form-item-1 {
  width: 100%;
}
.m-ctusform .form-item-2 {
  width: 100%;
}
.m-ctusform .form-item-3 {
  margin-right: 4.2105263158%;
  width: 41.0526315789%;
}
.m-ctusform .form-item-4 {
  margin-right: 2.3684210526%;
  width: 86px;
  height: 30px;
  padding-left: 0;
  line-height: 28px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .form-item-4 img {
  max-height: 28px;
  vertical-align: middle;
}
.m-ctusform .form-item-5 {
  border: none;
  width: 28.4210526316%;
  padding-left: 0;
}
.m-ctusform .item-btn1 {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}
.m-ctusform .item-btn1:hover {
  background-color: #2ba8e0;
}
.m-ctusform .item-text {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding-left: 34px;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4d4d4d;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #c9c9c9;
}
.m-ctusform .item-text::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.m-ctusform .item-text:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.m-ctusform .item-text::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.m-ctusform .item-text:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.m-ctusform .item-text3 {
  padding-left: 11px;
}
.m-ctusform .item-text2 {
  height: 110px;
  line-height: 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ctusform .iconfont {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2ba8e0;
}

.m-ctusinfo {
  padding-left: 50px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: url("../images/ctusbg1.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0 10px 10px 0;
  word-break: break-word;
}
.m-ctusinfo .box-wp {
  padding-top: 30px;
  padding-bottom: 37px;
  color: #fff;
}
.m-ctusinfo .box-wp a {
  color: #fff;
}
.m-ctusinfo .box-wp a:hover {
  text-decoration: underline;
}
.m-ctusinfo .box-title {
  font-size: 30px;
  font-size: 3rem;
}
.m-ctusinfo .box-name {
  margin-top: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-ctusinfo .box-name span {
  font-size: 20px;
  font-size: 2rem;
}
.m-ctusinfo .box-info {
  margin-top: 20px;
}
.m-ctusinfo .info-item {
  position: relative;
  padding-left: 48px;
  /*margin-top: 16px;*/
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}
.m-ctusinfo .iconfont {
  position: absolute;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 1219px) {
  .m-ctusform {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .m-ctusb1 {
    padding: 0;
    box-shadow: none;
  }
  .m-ctusb1 .box-wp {
    display: block;
  }

  .m-ctusform {
    float: none;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
  .m-ctusform .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .m-ctusform .form-item-4 {
    float: right;
    width: 86px;
  }

  .m-ctusinfo {
    padding: 0 25px;
    min-height: 0;
  }
  .m-ctusinfo .box-wp {
    padding: 35px 0;
  }
  .m-ctusinfo .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .box-info {
    margin-top: 25px;
  }
  .m-ctusinfo .info-item {
    margin-top: 15px;
    padding-left: 25px;
  }
  .m-ctusinfo .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-ctusfix {
  position: relative;
  z-index: 2;
}

.m-ctusmap {
  position: relative;
  z-index: 1;
  margin-top: -2.6041666667%;
  line-height: 0;
  font-size: 0;
}

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

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

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

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

.icon-tag:before {
  content: "\e643";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-youbian:before {
  content: "\e60f";
}

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

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

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

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

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

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

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

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-zhiliang-xianxing:before {
  content: "\e88b";
}

.icon-shiliangzhinengduixiang-:before {
  content: "\e662";
}

.icon-gongchang:before {
  content: "\e732";
}

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

.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #999!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: 18px;
    border: solid 1px #999999;
    background-color: #fff;
    box-sizing: border-box;
    }
    .listcart a:hover {color: #fff;  background: #2ba8e0;}
    .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: #2ba8e0;}

.m-abtb1 .box-img {
  position: relative;
}
.m-abtb1 .box-img a {
  display: inline-block;
}
.m-abtb1 .box-btn{
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-size: 3rem;
    color: #666;
}
.m-abtb1 .box-btn:hover{
    color: #2ba8e0;
}

.m-abtb1 .box-btn.prev{
    left: 10px;
}
.m-abtb1 .box-btn.next{
    right: 10px;
}
.m-abtb1 .box-list{
    width: 10000%;
    overflow: hidden;
}

.m-abtb1 .box-list .list-item{
    width: 1%;
    float: left;
}

