/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

 @font-face{font-family:swiper-icons;src:url('/skin/fonts/cbb6774951424fc5b861bcd4982e6f90.woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
#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);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#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;
  transition: left 0.4s ease, transform 0.4s ease;
}

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

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

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  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;
  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: 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(/skin/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: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #2251a1;
  }
  .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: #2251a1;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 19991;
    padding-top: 25px;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 10px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #2251a1;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    right: 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;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    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;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    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%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #2251a1;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #2251a1;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    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: #2251a1;
  }
}

@charset "UTF-8";
::selection {
  color: #fff;
  background: #2251a1;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-x: hidden;
  font-family: "NunitoRegular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

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

ol, ul {
  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:focus, textarea:focus {
  outline: none;
}

input[type=button] {
  cursor: pointer;
}
input[type=submit] {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

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-pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 1219px) {
  .c-pt80 {
    padding-top: 30px;
  }
}

.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-tsn {
  transition: all 550ms;
}

.c-pr {
  position: relative;
}

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

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

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

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

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

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

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

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

.c-scrollbar {
  padding-right: 10px;
}
.c-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: #dddddd;
}
.c-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #2251a1;
}

/* .c-xx end */
/* .f-xx start */
.f-box {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .f-box {
    max-width: 96%;
    width: 100%;
  }
}
.g-bd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}

.banner img {
  width: 100%;
}

/* .f-xx end */
/* @keyframes start */
@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, .an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:before {
  z-index: 2;
  transform: scaleX(0);
}
.an-hoverimg-xy:after {
  z-index: 1;
  transform: scaleY(0);
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverbtn-beforex {
  position: relative;
}
.an-hoverbtn-beforex em, .an-hoverbtn-beforex span, .an-hoverbtn-beforex i {
  position: relative;
}
.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #2251a1;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.an-boxsd:hover {
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.m-desc a {
  color: #2251a1;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p {
  min-height: 24px;
}
.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: 1219px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #2251a1;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p {
    min-height: 24px;
  }
}

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

.table table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-word;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
  .table table {
    min-width: 640px;
  }
}
.m-ftname {
  display: none;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-right: 20px;
  max-width: 300px;
}
.m-ftname:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.m-ftname.active:after {
  content: "-";
}
@media screen and (max-width: 767px) {
  .m-ftname {
    display: block;
    margin-bottom: 10px;
  }
}

/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}
.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}
.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}
.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}

.j-fadein {
  transition: all 750ms;
  opacity: 0;
}
.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}

.j-lazy {
  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 {
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-desc {
  overflow: hidden;
}

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

.m-crm {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-crm > div {
  position: relative;
}
.m-crm a {
  color: #999;
}
.m-crm a:hover {
  color: #2251a1;
}
.m-crm .active {
  color: #2251a1;
}
.m-crm:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.1;
}
@media screen and (max-width: 1219px) {
  .m-crm {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-oths .oths-item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 49%;
}
.m-oths .oths-item:hover .iconfont {
  color: #fff;
  background-color: #2251a1;
}
.m-oths .iconfont {
  flex: 0 0 auto;
  width: 42px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #333333;
  border-radius: 4px;
}
.m-oths .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-oths .item-name {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-oths .item-title {
  margin-top: 3px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-oths .item-title a {
  color: #666;
}
.m-oths .item-title a:hover {
  color: #2251a1;
}
.m-oths .oths-item-1 .iconfont {
  margin-right: 25px;
}
.m-oths .oths-item-2 {
  text-align: right;
}
.m-oths .oths-item-2 .iconfont {
  order: 2;
  margin-left: 25px;
}
@media screen and (max-width: 1219px) {
  .m-oths {
    margin-top: 30px;
  }
  .m-oths .item-title, .m-oths .item-name {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-oths .item-title {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .m-oths .oths-item {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .m-oths .oths-item:first-child {
    margin-top: 0;
  }
  .m-oths .oths-item .iconfont {
    margin-left: 0;
    margin-right: 10px;
  }
  .m-oths .oths-item .item-text {
    order: 2;
  }
}

.m-page {
  margin-top: 80px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-page a, .m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(56, 56, 56, 0.3);
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page a:hover, .m-page a.active {
  color: white;
  border-color: #2251a1;
  background-color: #2251a1;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
}
.m-page .form-btn {
  min-width: 150px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #2251a1;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 1219px) {
  .m-page {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a, .m-page span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 36px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-page .page-form {padding-top: 0}
}
.returntop {
  position: fixed;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 60px;
  height: 60px;
  padding: 5px;
  line-height: 50px;
  font-size: 20px;
  font-size: 20rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, rgba(34, 81, 161, .5), rgba(34, 120, 114, .5));
  border-radius: 16px 0px 16px 0px;
  display: none;
}
.returntop .iconfont{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 16px 0px 16px 0px;
  line-height: 50px;
  background: linear-gradient(90deg, #2251A1, #227872);
}
.returntop:hover .iconfont{
  color: #fff;
  background: linear-gradient(-90deg, #2251A1, #227872);
}

@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;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}
.j-videomodal:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
}

.g-hpro {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
}
.g-hpro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.1;
}
@media screen and (max-width: 1219px) {
  .g-hpro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hhd {
  text-align: center;
}
.m-hhd .box-title {
  padding-bottom: 14px;
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  background: url("/skin/images/htt-line1.png") no-repeat center bottom;
}
.m-hhd .box-desc {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1175px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #777;
}
.m-hhd .box-desc a {
  color: #777;
}
.m-hhd .box-desc a:hover {
  color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-hhd .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .m-hhd .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hlnk a {
  display: inline-block;
  min-width: 140px;
  line-height: 20px;
  padding: 8px 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #2251a1;
  text-align: center;
  border: 2px solid #2251a1;
  border-radius: 4px;
}
.m-hlnk a:hover {
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-hlnk a {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 100px;
    padding: 5px 10px;
    border-width: 1px;
  }
}

.m-hpro .box-hd {
  margin-bottom: 37px;
}
.m-hpro .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -26px;
}
.m-hpro .list-item {
  margin-right: 1.8571428571%;
  margin-bottom: 26px;
  width: 31.4%;
}
.m-hpro .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-hpro .list-item:hover .item-link {
  /*opacity: 1;*/
  /*visibility: visible;*/
  bottom: 10px;
}
.m-hpro .item-top {
  position: relative;
  overflow: hidden;
}
.m-hpro .item-pic {
  background-color: #fff;
  border-radius: 10px;
}
.m-hpro .item-link {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  /*opacity: 0;*/
  /*visibility: hidden;*/
  transition: all 550ms;
}
.m-hpro .item-title {
  margin-top: 11px;
  max-height: 48px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
.m-hpro .item-title a {
  display: block;
}
@media screen and (max-width: 1219px) {
  .m-hpro .box-hd {
    margin-bottom: 30px;
  }
  .m-hpro .item-title {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 44px;
  }
  .m-hpro .box-list {
    margin-bottom: -20px;
  }
  .m-hpro .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hpro .list-item {
    width: 98%;
  }
}

.g-hctus {
  position: relative;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  padding-top: 48px;
  padding-bottom: 70px;
}
.g-hctus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44.4791666667%;
  height: 100%;
  box-shadow: 10px 0px 32px 0px rgba(0, 0, 0, 0.21);
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .g-hctus {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .g-hctus:before {
    display: none;
  }
}

.m-hctus {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hctus .box-hd {
  width: 39.2857142857%;
}
.m-hctus .box-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hctus .box-title a {
  color: #fff;
}
.m-hctus .box-title a:hover {
  color: #a7d0da;
}
.m-hctus .box-desc {
  margin-top: 6px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a7d0da;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hctus .box-desc a {
  color: #a7d0da;
}
.m-hctus .box-desc a:hover {
  color: #fff;
}
.m-hctus .box-link {
  margin-top: 33px;
}
.m-hctus .box-link a {
  display: inline-block;
  min-width: 182px;
  line-height: 24px;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
.m-hctus .box-link a:hover {
  color: #2251a1;
  background-color: #fff;
}
.m-hctus .box-wp {
  width: 57.1428571429%;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hctus .box-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.m-hctus .item-wp {
  position: relative;
  max-width: 100%;
}
.m-hctus .item-wp:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.m-hctus .item-fix {
  position: relative;
  padding-top: 21px;
}
.m-hctus .item-icon {
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.m-hctus .item-num {
  margin-top: 10px;
  font-size: 68px;
  font-size: 6.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  line-height: 1;
  color: #fff;
}
.m-hctus .item-num sup {
  vertical-align: top;
}
.m-hctus .item-num a {
  color: #fff;
}
.m-hctus .item-num a:hover {
  color: #a7d0da;
}
.m-hctus .item-title {
  position: relative;
  margin-top: 12px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #a7d0da;
  font-style: italic;
}
.m-hctus .item-title a {
  color: #a7d0da;
}
.m-hctus .item-title a:hover {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-hctus .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hctus .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .box-link {
    margin-top: 20px;
  }
  .m-hctus .box-link a {
    min-width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 5px 10px;
  }
  .m-hctus .item-icon img {
    width: 36px;
  }
  .m-hctus .item-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hctus .item-title {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .item-wp:before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .m-hctus .box-hd {
    width: 100%;
  }
  .m-hctus .box-wp {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-hctus .box-item {
    width: 100%;
  }
}

.g-habt {
  padding-top: 78px;
  padding-bottom: 82px;
}
@media screen and (max-width: 1219px) {
  .g-habt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .g-habt {
    padding-bottom: 40px;
  }
}

.m-videoplay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/skin/images/play1.png") no-repeat center;
}
@media screen and (max-width: 1219px) {
  .m-videoplay {
    background-size: 40px;
  }
}

.m-habt {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-habt .box-video {
  order: 2;
  position: relative;
  width: 53.125%;
  padding-left: 50px;
  padding-bottom: 50px;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-video img {
  border-radius: 70px 0px 70px 0px;
  border: 10px solid #fff;
  border-top: none;
  border-right: none;
}
.m-habt .box-video a, .m-habt .box-video img {
  position: relative;
}
.m-habt .box-video a {
  display: inline-block;
}
.m-habt .box-video:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 336px;
  height: 346px;
  background-color: #2251a1;
}
.m-habt .box-wp {
  width: 43.75%;
  padding-left: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.m-habt .box-fix {
  width: 100%;
  max-width: 570px;
}
.m-habt .box-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-habt .box-name {
  margin-top: 4px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #444;
}
.m-habt .box-name a {
  color: #444;
}
.m-habt .box-name a:hover {
  color: #2251a1;
}
.m-habt .box-desc {
  margin-top: 13px;
  height: 72px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
}
.m-habt .box-desc a {
  color: #666;
}
.m-habt .box-desc a:hover {
  color: #2251a1;
}
.m-habt .box-info {
  margin-top: 48px;
}
.m-habt .box-item {
  margin-top: 33px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-habt .box-item:first-child {
  margin-top: 0;
}
.m-habt .item-icon {
  flex: 0 0 auto;
  width: 58px;
  line-height: 0;
  font-size: 0;
  margin-right: 22px;
}
.m-habt .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-habt .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #444;
}
.m-habt .item-title a {
  color: #444;
}
.m-habt .item-title a:hover {
  color: #2251a1;
}
.m-habt .item-desc {
  margin-top: 4px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-habt .item-desc a {
  color: #666;
}
.m-habt .item-desc a:hover {
  color: #2251a1;
}
.m-habt .box-link {
  margin-top: 74px;
}
@media screen and (max-width: 1219px) {
  .m-habt .box-video {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .m-habt .box-video img {
    border-width: 5px;
  }
  .m-habt .box-video:before {
    width: 120px;
    height: 120px;
  }
  .m-habt .box-name {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-habt .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .item-title, .m-habt .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-info {
    margin-top: 20px;
  }
  .m-habt .box-item {
    margin-top: 20px;
  }
  .m-habt .item-icon {
    width: 40px;
    margin-right: 10px;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .m-habt {
    padding-left: 2%;
  }
  .m-habt .box-wp {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .m-habt {
    padding-right: 2%;
  }
  .m-habt .box-video {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .m-habt .box-video, .m-habt .box-wp {
    width: 100%;
  }
  .m-habt .box-wp {
    order: 2;
    margin-top: 20px;
  }
}

.g-happl {
  padding-top: 80px;
  padding-bottom: 30px;
  background: url("/skin/images/happl-bg1.jpg") no-repeat center top;
}
@media screen and (max-width: 1219px) {
  .g-happl {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.m-happl {
  padding-left: 54px;
  padding-right: 54px;
}
.m-happl .box-title {
  color: #fff;
}
.m-happl .box-title a {
  color: #fff;
}
.m-happl .box-title a:hover {
  color: #a7d0da;
}
.m-happl .box-desc {
  color: #a7d0da;
}
.m-happl .box-desc a {
  color: #a7d0da;
}
.m-happl .box-desc a:hover {
  color: #fff;
}
.m-happl .box-hd {
  margin-bottom: 46px;
}
.m-happl .box-slide {
  position: relative;
}
.m-happl .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -43px;
  width: 42px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2251a1;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.m-happl .box-btn:hover {
  color: #fff;
}
.m-happl .prev {
  left: -14px;
}
.m-happl .next {
  right: -14px;
}
.m-happl .item-pic {
  border-radius: 10px 10px 0px 0px;
}
.m-happl .item-text {
  margin-top: 2px;
  background-color: #e8f1f1;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 17px;
}
.m-happl .item-text:hover {
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
.m-happl .item-text:hover .item-title, .m-happl .item-text:hover .item-link {
  color: #fff;
}
.m-happl .item-text:hover .item-title a, .m-happl .item-text:hover .item-link a {
  color: #fff;
}
.m-happl .item-title {
  flex: 1 1 auto;
  margin-right: 10px;
  max-width: 320px;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-happl .item-title a {
  display: block;
}
.m-happl .item-link {
  flex: 0 0 auto;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-happl .item-link a {
  color: #666;
}
@media screen and (max-width: 1219px) {
  .m-happl .item-text {
    padding: 10px;
  }
  .m-happl .item-title, .m-happl .item-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-happl {
    padding-left: 2%;
    padding-right: 2%;
  }
  .m-happl .box-btn {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 0;
  }
  .m-happl .btn-wp {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-happl .prev {
    left: auto;
    margin-right: 20px;
  }
  .m-happl .next {
    right: auto;
  }
}

.g-hnews {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .g-hnews {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.m-hnews .box-hd {
  margin-bottom: 38px;
}
.m-hnews .box-item {
  position: relative;
}
.m-hnews .box-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-hnews .box-item:hover:before {
  opacity: 0.1;
}
.m-hnews .item-wp {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #d9d9d9;
}
.m-hnews .box-item:hover .item-wp{border-color: transparent;}
.m-hnews .box-item.active .item-wp{border-color: transparent;}
.m-hnews .item-time, .m-hnews .item-pic {
  flex: 0 0 auto;
}
.m-hnews .item-text {
  flex: 1 1 auto;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 750px;
}
.m-hnews .item-time .date {
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
.m-hnews .item-time .date em {
  font-size: 2em;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hnews .item-time .year {
  margin-top: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hnews .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-hnews .item-title {
  max-height: 52px;
  line-height: 26px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .item-title a {
  display: block;
}
.m-hnews .item-desc {
  margin-top: 11px;
  max-height: 72px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-hnews .item-desc a {
  color: #666;
}
.m-hnews .item-desc a:hover {
  color: #2251a1;
}
.m-hnews .item-link {
  margin-top: 20px;
}
.m-hnews .item-pic {
  width: 280px;
}
@media screen and (max-width: 1219px) {
  .m-hnews .box-hd {
    margin-bottom: 30px;
  }
  .m-hnews .item-wp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-hnews .item-time .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hnews .item-time .year {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-title, .m-hnews .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-title {
    max-height: 44px;
  }
  .m-hnews .item-desc {
    margin-top: 5px;
    max-height: 66px;
  }
  .m-hnews .item-link {
    margin-top: 10px;
  }
  .m-hnews .item-pic {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .item-wp {
    display: block;
  }
  .m-hnews .item-text {
    margin: 15px 0;
  }
}

.g-hvideo {
  padding-top: 45px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .g-hvideo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.m-hvideo .box-hd {
  margin-bottom: 58px;
}
.m-hvideo .box-video {
  line-height: 0;
  font-size: 0;
}
.m-hvideo .box-video a {
  display: inline-block;
  position: relative;
}
.m-hvideo .box-video img {
  border-radius: 12px;
}
@media screen and (max-width: 1219px) {
  .m-hvideo .box-hd {
    margin-bottom: 30px;
  }
}

.g-hcert {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1219px) {
  .g-hcert {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.m-hbtn {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hbtn .box-btn {
  width: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #7f7f7f;
  cursor: pointer;
}
.m-hbtn .box-btn:hover {
  color: #fff;
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-hbtn .box-btn {
    width: 32px;
  }
}

.m-hcert .box-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.m-hcert .box-hd {
  flex: 1 1 auto;
  margin-right: 20px;
  max-width: 1020px;
}
.m-hcert .btn-wp {
  flex: 0 0 auto;
}
.m-hcert .prev {
  margin-right: 20px;
}
.m-hcert .box-title {
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hcert .box-desc {
  margin-top: 16px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #777;
}
.m-hcert .swiper-slide {
  padding-right: 10px;
  padding-bottom: 10px;
}
.m-hcert .box-item {
  position: relative;
  padding-left: 25px;
  padding-top: 45px;
}
.m-hcert .box-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.1;
  border-radius: 4px;
}
.m-hcert .box-item:hover:before {
  opacity: 1;
  cursor: pointer;
}
.m-hcert .box-item:hover .item-title {
  color: #fff;
}
.m-hcert .box-item:hover .item-icon .icon2 {
  opacity: 1;
}
.m-hcert .box-item:hover .item-icon .icon1 {
  opacity: 0;
}
.m-hcert .item-icon {
  position: relative;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  margin-top: 40px;
}
.m-hcert .item-icon .icon2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.m-hcert .item-wp {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hcert .item-fix {
  width: 43.9024390244%;
}
.m-hcert .item-title {
  height: 52px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hcert .item-img {
  position: relative;
  margin-top: 18px;
  width: 53.6585365854%;
  padding-top: 53.6585365854%;
  line-height: 0;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.m-hcert .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
@media screen and (max-width: 1219px) {
  .m-hcert .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hcert .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .m-hcert .prev {
    margin-right: 10px;
  }
  .m-hcert .box-fix {
    margin-bottom: 30px;
  }
  .m-hcert .box-item {
    padding-left: 20px;
    padding-top: 20px;
  }
  .m-hcert .item-icon {
    margin-top: 10px;
    max-width: 58px;
  }
  .m-hcert .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    height: 44px;
  }
}

.g-hdown {
  padding-top: 50px;
  padding-bottom: 58px;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .g-hdown {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hdown {
  text-align: center;
  color: #fff;
}
.m-hdown a {
  color: #fff;
}
.m-hdown a:hover {
  color: #a7d0da;
}
.m-hdown .box-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hdown .box-name {
  margin-top: 24px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hdown .box-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a7d0da;
}
.m-hdown .box-desc a {
  color: #a7d0da;
}
.m-hdown .box-desc a:hover {
  color: #fff;
}
.m-hdown .box-link {
  margin-top: 40px;
  text-align: center;
}
.m-hdown .link {
  display: inline-block;
  position: relative;
  min-width: 242px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.89);
  overflow: hidden;
}
.m-hdown .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-hdown .link em {
  position: relative;
}
.m-hdown .link:hover {
  color: #fff;
}
.m-hdown .link:hover:before {
  opacity: 0.89;
}
@media screen and (max-width: 1219px) {
  .m-hdown .box-name {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .m-hdown .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .m-hdown .box-link {
    margin-top: 20px;
  }
  .m-hdown .link {
    min-width: 120px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .m-hdown .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.g-hfaq {
  padding-top: 72px;
  padding-bottom: 98px;
}
@media screen and (max-width: 1219px) {
  .g-hfaq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hfaq .box-hd {
  margin-bottom: 38px;
}
.m-hfaq .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.m-hfaq .box-img {
  position: relative;
  z-index: 2;
  width: 42.8571428571%;
  line-height: 0;
  font-size: 0;
}
.m-hfaq .box-img img {
  border-radius: 10px 70px 10px 70px;
}
.m-hfaq .box-fix {
  width: 57.1428571429%;
}
.m-hfaq .box-item {
  position: relative;
  padding-left: 50px;
}
.m-hfaq .box-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 100px);
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-hfaq .box-item:hover:before {
  opacity: 0.1;
}
.m-hfaq .item-wp {
  position: relative;
  padding-top: 28px;
  padding-bottom: 33px;
  padding-right: 14px;
  border-bottom: 1px solid #cccccc;
}
.m-hfaq .item-title {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hfaq .item-title .title {
  flex: 1 1 auto;
  overflow: hidden;
  margin-right: 10px;
  max-width: 610px;
}
.m-hfaq .item-title .icon {
  flex: 0 0 auto;
  cursor: pointer;
}
.m-hfaq .item-title .icon-up1 {
  display: none;
}
.m-hfaq .item-desc {
  margin-top: 17px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: none;
}
.m-hfaq .item-desc .desc {
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-hfaq .item-desc.show {
  display: block;
}
@media screen and (max-width: 1219px) {
  .m-hfaq .box-hd {
    margin-bottom: 30px;
  }
  .m-hfaq .box-item {
    padding-left: 30px;
  }
  .m-hfaq .item-wp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-hfaq .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hfaq .item-desc {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hfaq .item-desc .desc {
    max-height: 66px;
  }
}
@media screen and (max-width: 640px) {
  .m-hfaq .box-img {
    width: 100%;
  }
  .m-hfaq .box-fix {
    width: 100%;
  }
  .m-hfaq .box-item {
    padding-left: 0;
  }
  .m-hfaq .item-wp {
    padding-left: 14px;
  }
}

.g-ft {
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #c3cbcc;
  background-color: #272b37;
  word-break: break-word;
}
.g-ft a {
  color: #c3cbcc;
}
.g-ft a:hover {
  color: #fff;
}

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

.m-ftfix2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-ftb1 {
  margin-right: 10.2857142857%;
  width: 38.9285714286%;
}

.m-ftb2 {
  width: 24.2857142857%;
  padding-right: 20px;
}

.m-ftb3 {
  width: 26.4285714286%;
}

.m-ftt {
  margin-bottom: 23px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-ftt a {
  color: #fff;
}
.m-ftt a:hover {
  color: #cfcfcf;
}

.m-ftform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ftform .form-item {
  position: relative;
  margin-bottom: 20px;
}
.m-ftform .form-item1 {
  width: 47.8821362799%;
}
.m-ftform .form-item2 {
  width: 100%;
}
.m-ftform .form-item3 {
  width: calc(100% - 144px);
}
.m-ftform .form-item4 {
  width: 122px;
  padding: 3px;
  border: 1px solid #e8f1f1;
  border-radius: 4px;
}
.m-ftform .form-text {
  display: block;
  width: 100%;
  height: 260px;
  height: 40px;
  line-height: 38px;
  padding-left: 44px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #e8f1f1;
  border-radius: 4px;
}
.m-ftform .form-text2 {
  height: 88px;
  line-height: 24px;
  padding-top: 6px;
}
.m-ftform .form-item3 {
  padding-right: 138px;
}
.m-ftform .form-item3 .form-text {
  padding-left: 20px;
}
.m-ftform .form-item3.star {
  background-position-x: 11px;
}
.m-ftform .star {
  background: url("/skin/images/star1.png") no-repeat 34px 14px;
}
.m-ftform .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 116px;
  height: 40px;
  line-height: 40px;
  background-color: #f3fbfe;
  overflow: hidden;
  text-align: center;
}
.m-ftform .form-code img {
  max-height: 40px;
  vertical-align: middle;
}
.m-ftform .iconfont {
  position: absolute;
  left: 10px;
  line-height: 40px;
  color: #fff;
}
.m-ftform .form-btn {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
.m-ftform .form-btn:hover {
  color: #fff;
  background: #2251a1;
}

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

.m-ftshare {
  padding-top: 27px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 14px;
  margin-bottom: 10px;
  width: 34px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e8f1f1;
  text-align: center;
  border-radius: 4px;
}
.m-ftshare .share-item:last-child {
  margin-right: 0;
}
.m-ftshare .share-item:hover {
}

.m-ftext {
  padding-top: 61px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(232, 241, 241, 0.5);
  text-align: center;
}
.m-ftext a {
  color: rgba(232, 241, 241, 0.5);
}
.m-ftext a:hover {
  color: #fff;
}
.nav-item a:hover{display: block;padding-left: 16px}
.m-ftfix3 {
  padding-top: 11px;
  padding-bottom: 18px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  text-align: center;
}
.m-ftfix3 a {
  color: #fff;
}
.m-ftfix3 a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 1219px) {
  .m-ftt {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .g-ft {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ftform .form-item {
    margin-bottom: 10px;
  }
  .m-ftform .form-item3 {
    padding-right: 100px;
    width: 100%;
  }
  .m-ftform .form-code {
    width: 90px;
  }
  .m-ftshare {
    padding-top: 10px;
  }
  .m-ftfix2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-ftb {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .m-ftb:first-child {
    margin-top: 0;
  }
  .m-ftt, .m-ftbox, .m-ftnav, .m-ftinfo {
    display: none;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.banner .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 5px;
  width: 70px;
  height: 12px;
  cursor: pointer;
  border-radius: 0;
  transform: skewX(-20deg);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #227872;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: pointer;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  display: none;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
  background-color: rgba(34, 81, 161, 0.4);
}
.banner .swiper-button-prev {
  left: 40px;
}
.banner .swiper-button-next {
  right: 40px;
}
.banner .swiper-slide {
  align-self: stretch;
  height: auto;
}

.banner .swiper-slide a， .banner .swiper-slide img, .banner .swiper-slide picture{display: inline-block;vertical-align: top;width: 100%;}

.banner .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner video {
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .banner .swiper-button-prev, .banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
}

.g-hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.m-hdflex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdfix1 {
  padding-top: 15px;
}

.m-hdlogo {
  line-height: 0;
  font-size: 0;
}
.m-hdlogo a {
  display: inline-block;
}
.m-hdlogo img {
  max-height: 80px;
}

.m-hdsch {
  margin-right: 19px;
}
.m-hdsch .sch-btn {
  display: inline-block;
  width: 38px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2251a1;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #cccccc;
  cursor: pointer;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 37px 2%;
  background-color: #e8eef5;
  transition: all 550ms;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.m-hdsch .sch-form.run {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.m-hdsch .form-wp {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 710px;
}
.m-hdsch .form-text {
  display: block;
  width: 100%;
  padding-right: 50px;
  padding-left: 18px;
  height: 56px;
  line-height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  border-radius: 8px;
  border: solid 2px #d4dbe7;
  text-transform: uppercase;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 40px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-size: 2rem;
  color: #2251a1;
}
.m-hdsch .form-btn {
  z-index: 2;
  cursor: pointer;
}

.m-hdlang {
  position: relative;
  z-index: 4;
}
.m-hdlang .lang-btn {
  display: block;
  min-width: 125px;
  line-height: 26px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
}
.m-hdlang .lang-btn i {
  margin-left: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlang .img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
}
.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 13px 0;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  border: solid 1px #cccccc;
  border-top-color: #fff;
  box-sizing: border-box;
  display: none;
  transform: translateY(-3px);
}
.m-hdlang .lang-item a {
  display: block;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-hdlang .lang-item a:hover, .m-hdlang .lang-item a.active {
  color: #2251a1;
}
.m-hdlang .img {
  background: url(/skin/images/language.png) no-repeat;
  background-size: 24px 1664px;
}
.m-hdlang .no {
  height: 16px;
  width: 24px;
  background-position: 0 0;
}
.m-hdlang .ny {
  height: 16px;
  width: 24px;
  background-position: 0 -16px;
}
.m-hdlang .pa {
  height: 16px;
  width: 24px;
  background-position: 0 -32px;
}
.m-hdlang .my {
  height: 16px;
  width: 24px;
  background-position: 0 -48px;
}
.m-hdlang .ne {
  height: 16px;
  width: 24px;
  background-position: 0 -64px;
}
.m-hdlang .nl {
  height: 16px;
  width: 24px;
  background-position: 0 -80px;
}
.m-hdlang .ro {
  height: 16px;
  width: 24px;
  background-position: 0 -96px;
}
.m-hdlang .ru {
  height: 16px;
  width: 24px;
  background-position: 0 -112px;
}
.m-hdlang .sd {
  height: 16px;
  width: 24px;
  background-position: 0 -128px;
}
.m-hdlang .pl {
  height: 16px;
  width: 24px;
  background-position: 0 -144px;
}
.m-hdlang .ps {
  height: 16px;
  width: 24px;
  background-position: 0 -160px;
}
.m-hdlang .pt {
  height: 16px;
  width: 24px;
  background-position: 0 -176px;
}
.m-hdlang .mt {
  height: 16px;
  width: 24px;
  background-position: 0 -192px;
}
.m-hdlang .lt {
  height: 16px;
  width: 24px;
  background-position: 0 -208px;
}
.m-hdlang .lv {
  height: 16px;
  width: 24px;
  background-position: 0 -224px;
}
.m-hdlang .mg {
  height: 16px;
  width: 24px;
  background-position: 0 -240px;
}
.m-hdlang .la {
  height: 16px;
  width: 24px;
  background-position: 0 -256px;
}
.m-hdlang .lb {
  height: 16px;
  width: 24px;
  background-position: 0 -272px;
}
.m-hdlang .lo {
  height: 16px;
  width: 24px;
  background-position: 0 -288px;
}
.m-hdlang .mn {
  height: 16px;
  width: 24px;
  background-position: 0 -304px;
}
.m-hdlang .mr {
  height: 16px;
  width: 24px;
  background-position: 0 -320px;
}
.m-hdlang .ms {
  height: 16px;
  width: 24px;
  background-position: 0 -336px;
}
.m-hdlang .mi {
  height: 16px;
  width: 24px;
  background-position: 0 -352px;
}
.m-hdlang .mk {
  height: 16px;
  width: 24px;
  background-position: 0 -368px;
}
.m-hdlang .ml {
  height: 16px;
  width: 24px;
  background-position: 0 -384px;
}
.m-hdlang .si {
  height: 16px;
  width: 24px;
  background-position: 0 -400px;
}
.m-hdlang .tw {
  height: 16px;
  width: 24px;
  background-position: 0 -416px;
}
.m-hdlang .uk {
  height: 16px;
  width: 24px;
  background-position: 0 -432px;
}
.m-hdlang .ur {
  height: 16px;
  width: 24px;
  background-position: 0 -448px;
}
.m-hdlang .th {
  height: 16px;
  width: 24px;
  background-position: 0 -464px;
}
.m-hdlang .tl {
  height: 16px;
  width: 24px;
  background-position: 0 -480px;
}
.m-hdlang .tr {
  height: 16px;
  width: 24px;
  background-position: 0 -496px;
}
.m-hdlang .yi {
  height: 16px;
  width: 24px;
  background-position: 0 -512px;
}
.m-hdlang .yo {
  height: 16px;
  width: 24px;
  background-position: 0 -528px;
}
.m-hdlang .zu {
  height: 16px;
  width: 24px;
  background-position: 0 -544px;
}
.m-hdlang .uz {
  height: 16px;
  width: 24px;
  background-position: 0 -560px;
}
.m-hdlang .vi {
  height: 16px;
  width: 24px;
  background-position: 0 -576px;
}
.m-hdlang .xh {
  height: 16px;
  width: 24px;
  background-position: 0 -592px;
}
.m-hdlang .tg {
  height: 16px;
  width: 24px;
  background-position: 0 -608px;
}
.m-hdlang .so {
  height: 16px;
  width: 24px;
  background-position: 0 -624px;
}
.m-hdlang .sq {
  height: 16px;
  width: 24px;
  background-position: 0 -640px;
}
.m-hdlang .sr {
  height: 16px;
  width: 24px;
  background-position: 0 -656px;
}
.m-hdlang .sl {
  height: 16px;
  width: 24px;
  background-position: 0 -672px;
}
.m-hdlang .sm {
  height: 16px;
  width: 24px;
  background-position: 0 -688px;
}
.m-hdlang .sn {
  height: 16px;
  width: 24px;
  background-position: 0 -704px;
}
.m-hdlang .sw {
  height: 16px;
  width: 24px;
  background-position: 0 -720px;
}
.m-hdlang .ta {
  height: 16px;
  width: 24px;
  background-position: 0 -736px;
}
.m-hdlang .te {
  height: 16px;
  width: 24px;
  background-position: 0 -752px;
}
.m-hdlang .st {
  height: 16px;
  width: 24px;
  background-position: 0 -768px;
}
.m-hdlang .su {
  height: 16px;
  width: 24px;
  background-position: 0 -784px;
}
.m-hdlang .sv {
  height: 16px;
  width: 24px;
  background-position: 0 -800px;
}
.m-hdlang .ky {
  height: 16px;
  width: 24px;
  background-position: 0 -816px;
}
.m-hdlang .el {
  height: 16px;
  width: 24px;
  background-position: 0 -832px;
}
.m-hdlang .en {
  height: 16px;
  width: 24px;
  background-position: 0 -848px;
}
.m-hdlang .eo {
  height: 16px;
  width: 24px;
  background-position: 0 -864px;
}
.m-hdlang .cy {
  height: 16px;
  width: 24px;
  background-position: 0 -880px;
}
.m-hdlang .da {
  height: 16px;
  width: 24px;
  background-position: 0 -896px;
}
.m-hdlang .de {
  height: 16px;
  width: 24px;
  background-position: 0 -912px;
}
.m-hdlang .fa {
  height: 16px;
  width: 24px;
  background-position: 0 -928px;
}
.m-hdlang .fi {
  height: 16px;
  width: 24px;
  background-position: 0 -944px;
}
.m-hdlang .fr {
  height: 16px;
  width: 24px;
  background-position: 0 -960px;
}
.m-hdlang .es {
  height: 16px;
  width: 24px;
  background-position: 0 -976px;
}
.m-hdlang .et {
  height: 16px;
  width: 24px;
  background-position: 0 -992px;
}
.m-hdlang .eu {
  height: 16px;
  width: 24px;
  background-position: 0 -1008px;
}
.m-hdlang .cs {
  height: 16px;
  width: 24px;
  background-position: 0 -1024px;
}
.m-hdlang .az {
  height: 16px;
  width: 24px;
  background-position: 0 -1040px;
}
.m-hdlang .be {
  height: 16px;
  width: 24px;
  background-position: 0 -1056px;
}
.m-hdlang .bg {
  height: 16px;
  width: 24px;
  background-position: 0 -1072px;
}
.m-hdlang .af {
  height: 16px;
  width: 24px;
  background-position: 0 -1088px;
}
.m-hdlang .am {
  height: 16px;
  width: 24px;
  background-position: 0 -1104px;
}
.m-hdlang .ar {
  height: 16px;
  width: 24px;
  background-position: 0 -1120px;
}
.m-hdlang .ceb {
  height: 16px;
  width: 24px;
  background-position: 0 -1136px;
}
.m-hdlang .cn {
  height: 16px;
  width: 24px;
  background-position: 0 -1152px;
}
.m-hdlang .co {
  height: 16px;
  width: 24px;
  background-position: 0 -1168px;
}
.m-hdlang .bn {
  height: 16px;
  width: 24px;
  background-position: 0 -1184px;
}
.m-hdlang .bs {
  height: 16px;
  width: 24px;
  background-position: 0 -1200px;
}
.m-hdlang .ca {
  height: 16px;
  width: 24px;
  background-position: 0 -1216px;
}
.m-hdlang .fy {
  height: 16px;
  width: 24px;
  background-position: 0 -1232px;
}
.m-hdlang .is {
  height: 16px;
  width: 24px;
  background-position: 0 -1248px;
}
.m-hdlang .it {
  height: 16px;
  width: 24px;
  background-position: 0 -1264px;
}
.m-hdlang .ja {
  height: 16px;
  width: 24px;
  background-position: 0 -1280px;
}
.m-hdlang .hy {
  height: 16px;
  width: 24px;
  background-position: 0 -1296px;
}
.m-hdlang .id {
  height: 16px;
  width: 24px;
  background-position: 0 -1312px;
}
.m-hdlang .ig {
  height: 16px;
  width: 24px;
  background-position: 0 -1328px;
}
.m-hdlang .km {
  height: 16px;
  width: 24px;
  background-position: 0 -1344px;
}
.m-hdlang .kn {
  height: 16px;
  width: 24px;
  background-position: 0 -1360px;
}
.m-hdlang .ko {
  height: 16px;
  width: 24px;
  background-position: 0 -1376px;
}
.m-hdlang .jv {
  height: 16px;
  width: 24px;
  background-position: 0 -1392px;
}
.m-hdlang .ka {
  height: 16px;
  width: 24px;
  background-position: 0 -1408px;
}
.m-hdlang .kk {
  height: 16px;
  width: 24px;
  background-position: 0 -1424px;
}
.m-hdlang .ku {
  height: 16px;
  width: 24px;
  background-position: 0 -1440px;
}
.m-hdlang .gl {
  height: 16px;
  width: 24px;
  background-position: 0 -1456px;
}
.m-hdlang .gu {
  height: 16px;
  width: 24px;
  background-position: 0 -1472px;
}
.m-hdlang .ha {
  height: 16px;
  width: 24px;
  background-position: 0 -1488px;
}
.m-hdlang .hu {
  height: 16px;
  width: 24px;
  background-position: 0 -1504px;
}
.m-hdlang .ga {
  height: 16px;
  width: 24px;
  background-position: 0 -1520px;
}
.m-hdlang .gd {
  height: 16px;
  width: 24px;
  background-position: 0 -1536px;
}
.m-hdlang .hmn {
  height: 16px;
  width: 24px;
  background-position: 0 -1552px;
}
.m-hdlang .hr {
  height: 16px;
  width: 24px;
  background-position: 0 -1568px;
}
.m-hdlang .ht {
  height: 16px;
  width: 24px;
  background-position: 0 -1584px;
}
.m-hdlang .haw {
  height: 16px;
  width: 24px;
  background-position: 0 -1600px;
}
.m-hdlang .he {
  height: 16px;
  width: 24px;
  background-position: 0 -1616px;
}
.m-hdlang .hi {
  height: 16px;
  width: 24px;
  background-position: 0 -1632px;
}
.m-hdlang .sk {
  height: 16px;
  width: 24px;
  background-position: 0 -1648px;
}

.m-hdnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hdnav .nav-item {
  position: relative;
  margin-right: 36px;
}
.m-hdnav .nav-item:nth-last-of-type(1){margin-right: 0 !important}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 28px;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #333;
  min-width: 160px;
}
.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #2251a1;
}
.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before {
  background-color: #227872;
}
.m-hdnav .sbnav-list {
  position: absolute;
  width: 298px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-list1 {
  left: 0;
  top: 100%;
}
.m-hdnav .sbnav-list2 {
  left: 100%;
  top: 0;
}
.m-hdnav .sbnav-item {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
}
.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hdnav .sbnav-item > a i {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #fff;
  background-color: #2251a1;
}
.m-hdnav .sbnav-item > a:hover i, .m-hdnav .sbnav-item > a.active i {
  opacity: 1;
}

.m-hdmenu {
  position: relative;
}
.m-hdmenu .menu-btn {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 28px;
  padding-lwft: 30px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hdmenu .menu-list {
  position: absolute;
  width: 168px;
  padding-top: 19px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
  display: none;
}
.m-hdmenu .menu-list.show {
  display: block;
}
.m-hdmenu .menu-list1 {
  top: 100%;
  right: 0;
}
.m-hdmenu .menu-list2 {
  right: 100%;
  top: 0;
}
.m-hdmenu .menu-item {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
.m-hdmenu .menu-item a {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active, .m-hdmenu .menu-item a.current {
  color: #2251a1;
}

.m-mbsch {
  margin-left: 40px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.m-mbsch .form-wp {
  position: relative;
}
.m-mbsch .form-text {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 10px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  border-radius: 8px;
  background-color: #fff;
  border: solid 2px #d4dbe7;
}
.m-mbsch .form-btn, .m-mbsch .form-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2251a1;
}
.m-mbsch .form-btn {
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1560px) {
  .m-hdnav .nav-item {
    margin-right: 24px;
  }
  .m-hdnav .nav-item > a {
    min-width: 142px;
  }
}
@media screen and (max-width: 1440px) {
  .m-hdnav .nav-item {
    margin-right: 20px;
  }
  .m-hdnav .nav-item > a {
    padding-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 120px;
  }
  .m-hdnav .sbnav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .m-hdnav .sbnav-list {
    width: 180px;
  }
  .m-hdmenu .menu-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    padding-right: 10px;
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  .m-hdfix2, .m-hdsch {
    display: none;
  }
  .m-hdlang {
    position: absolute;
    right: 50px;
    top: 8px;
    display:none ;
  }
  .m-hdlang .lang-btn {
    min-width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hdfix1 {
    padding-top: 0;
  }
  .m-hdsch {
    margin-right: 10px;
  }
  .m-hdlogo {
    line-height: 50px;
  }
  .m-hdlogo img {
    max-height: 40px;
    max-width: 350px;
    vertical-align: middle;
  }
}
.f-hdpt {
  padding-top: 110px;
}
@media screen and (max-width: 991px) {
  .f-hdpt {
    padding-top: 50px;
  }
}

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

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

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

.m-htproc {
  margin-bottom: 80px;
}
.m-htproc .box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #e8edf5;
}
.m-htproc .item-pic {
  width: 48.5714285714%;
}
.m-htproc .item-text {
  align-self: center;
  padding-left: 3.1428571429%;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 51.4285714286%;
}
.m-htproc .item-title {
  max-height: 64px;
  line-height: 32px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-htproc .item-desc {
  margin-top: 22px;
  max-height: 182px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.m-htproc .item-desc a {
  color: #666;
}
.m-htproc .item-desc a:hover {
  color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-htproc {
    margin-bottom: 40px;
  }
  .m-htproc .item-title, .m-htproc .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htproc .item-title {
    max-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-htproc .item-desc {
    margin-top: 10px;
    max-height: 154px;
  }
}
@media screen and (max-width: 480px) {
  .m-htproc .item-pic, .m-htproc .item-text {
    width: 100%;
  }
  .m-htproc .item-text {
    padding: 20px 15px;
  }
}

.m-proclst .list-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-proclst .list-item .item-pic {
  width: 50%;
}
.m-proclst .list-item .item-fix {
  position: relative;
  width: 50%;
  align-self: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-proclst .list-item .item-fix:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-proclst .list-item .item-text {
  position: relative;
  width: 100%;
  padding: 20px;
  max-width: 360px;
}
.m-proclst .list-item .item-title {
  max-height: 60px;
  line-height: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-proclst .list-item .item-title a {
  display: block;
}
.m-proclst .list-item .item-desc {
  margin-top: 10px;
  max-height: 78px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-proclst .list-item .item-desc a {
  color: #666;
}
.m-proclst .list-item .item-desc a:hover {
  color: #2251a1;
}
.m-proclst .list-item .item-link {
  margin-top: 48px;
}
.m-proclst .list-item:hover .item-fix:before {
  opacity: 0.1;
}
.m-proclst .list-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-proclst .list-item .item-title, .m-proclst .list-item .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proclst .list-item .item-title {
    max-height: 44px;
  }
  .m-proclst .list-item .item-desc {
    margin-top: 10px;
    max-height: 66px;
  }
  .m-proclst .list-item .item-link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .m-proclst .list-item .item-pic {
    width: 100%;
  }
  .m-proclst .list-item .item-fix {
    width: 100%;
    order: 2;
  }
}
.sch-warp{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 22;
  display: none;
}
.m-sdtt {
  padding: 25px 30px;
  padding-right: 10px;
  line-height: 36px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  border-radius: 30px 0px 0px 0px;
}
.m-sdtt a{ color: #fff;}
.m-sdtt a:hover{color: #34c5ca}

@media screen and (max-width: 1219px) {
  .m-sdtt {
    padding: 15px 20px;
    padding-right: 10px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 10px;
    border-radius: 15px 0 0 0;
  }
}

.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;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  background-color: #2251a1;
  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 {
  background-color: #ffffff;
  border-radius: 0px 0px 0px 30px;
  border: solid 1px #d5d5d5;
}
.m-sdnav1 .nav-item {
  position: relative;
}
.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 25px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.m-sdnav1 .nav-item > a i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2251a1;
}
.m-sdnav1 .nav-item > a .icon-bottom1 {
  display: none;
}
.m-sdnav1 .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}
.m-sdnav1 .nav-item > a:after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  background-color: #f7f7f7;
}
.m-sdnav1 .nav-item > a:hover:before, .m-sdnav1 .nav-item > a.active:before {
  background-color: #227872;
}
.m-sdnav1 .nav-item > a:hover .icon-right1, .m-sdnav1 .nav-item > a.active .icon-right1 {
  display: none;
}
.m-sdnav1 .nav-item > a:hover .icon-bottom1, .m-sdnav1 .nav-item > a.active .icon-bottom1 {
  display: block;
}
.m-sdnav1 .nav-item:last-child > a:after {
  display: none;
}
.m-sdnav1 .sbnav-list {
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-list1 {
  padding-left: 25px;
  padding-right: 25px;
}
.m-sdnav1 .sbnav-item1 > a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 20px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e5e5e5;
}
.m-sdnav1 .sbnav-item1 > a .iconfont {
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  top: 20px;
}
.m-sdnav1 .sbnav-item1 > a .icon-right7 {
  left: 0;
}
.m-sdnav1 .sbnav-item1 > a .icon-jia2, .m-sdnav1 .sbnav-item1 > a .icon-jian2 {
  right: 0;
}
.m-sdnav1 .sbnav-item1 > a:hover, .m-sdnav1 .sbnav-item1 > a.active {
  color: #2251a1;
}
.m-sdnav1 .sbnav-item1 > a:hover .icon-jia2, .m-sdnav1 .sbnav-item1 > a.active .icon-jia2 {
  display: none;
}
.m-sdnav1 .sbnav-list2 {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 10px;
}
.m-sdnav1 .sbnav-item2 a {
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  padding: 5px 0;
}
.m-sdnav1 .sbnav-item2 a:hover, .m-sdnav1 .sbnav-item2 a.active {
  color: #2251a1;
}

@media screen and (max-width: 1219px) {
  .m-sdnav1 .nav-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-sdnav1 .nav-item > a .iconfont {
    top: 10px;
  }
  .m-sdnav1 .sbnav-item a {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdnav1 .sbnav-item1 > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-sdnav1 .sbnav-item1 > a .iconfont {
    top: 10px;
  }
  .m-sdnav1 .nav-list {
    border-radius: 0px 0px 0px 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-sdnav1 {
    padding: 0;
    border: none;
  }
  .m-sdnav1 .nav-title {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
    margin-top: 10px;
  }
  .m-sdnav1 .sbnav-item a {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-mbox .box-hd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.m-mbox .box-title {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #2251a1;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.m-mbox .box-title a {
  color: #2251a1;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-mbox .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 127px;
  height: 3px;
  background-color: #2251a1;
}
.m-mbox .btn-wp {
  margin-bottom: 10px;
}
.m-mbox .prev {
  margin-right: 20px;
}
@media screen and (max-width: 1219px) {
  .m-mbox .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .m-mbox .box-title:before {
    width: 60px;
    height: 2px;
  }
}

.m-mnews {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-mnews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.1;
}
.m-mnews .box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-mnews .item-pic {
  order: 2;
  width: 41.7910447761%;
}
.m-mnews .item-text {
  width: 53.7313432836%;
  align-self: center;
}
.m-mnews .item-title {
  margin-top: 4px;
  max-height: 52px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-mnews .item-title a {
  display: block;
}
.m-mnews .item-time {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #2251a1;
}
.m-mnews .item-desc {
  margin-top: 6px;
  max-height: 48px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-mnews .item-desc a {
  color: #666;
}
.m-mnews .item-desc a:hover {
  color: #2251a1;
}
.m-mnews .item-link {
  margin-top: 33px;
}
@media screen and (max-width: 1219px) {
  .m-mnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-mnews .item-time, .m-mnews .item-title, .m-mnews .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-mnews .item-title, .m-mnews .item-desc {
    margin-top: 5px;
    max-height: 44px;
  }
  .m-mnews .item-link {
    margin-top: 10px;
  }
}

.m-mappl .swiper {
  padding: 0;
}

.m-mfaq .box-item {
  position: relative;
  margin-top: 20px;
  padding-top: 27px;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
}
.m-mfaq .box-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.1;
  border-radius: 8px;
}
.m-mfaq .box-item:first-child {
  margin-top: 0;
}
.m-mfaq .box-item.active:before {
  opacity: 1;
}
.m-mfaq .box-item.active .item-title {
  color: #fff;
}
.m-mfaq .box-item.active .item-title .icon {
  background-color: #fff;
  color: #2251a1;
}
.m-mfaq .box-item.active .item-title .icon1 {
  display: none;
}
.m-mfaq .box-item.active .item-title .icon2 {
  display: block;
}
.m-mfaq .box-item.active .item-desc {
  display: block;
}
.m-mfaq .item-title {
  position: relative;
  padding-right: 40px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-mfaq .item-title .icon {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  background-color: #2251a1;
}
.m-mfaq .item-title .icon2 {
  display: none;
}
.m-mfaq .item-desc {
  position: relative;
  margin-top: 10px;
  padding-top: 18px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a7d0da;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-mfaq .item-desc a {
  color: #a7d0da;
}
.m-mfaq .item-desc a:hover {
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-mfaq .box-item {
    margin-top: 10px;
    padding: 15px;
  }
  .m-mfaq .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-mfaq .item-title .icon {
    right: 0;
    width: 26px;
  }
  .m-mfaq .item-desc {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-clstext {
  margin-bottom: 37px;
}
.m-clstext .box-title {
  position: relative;
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-clstext .box-desc {
  position: relative;
  margin-top: 20px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  line-height: 40px;
}
.m-clstext .box-desc p {
  min-height: 20px;
}
.m-clstext .box-desc.hid {
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-clstext .box-desc.hid:before {
  display: block;
}
.m-clstext .box-desc:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 100%);
  display: none;
}
.m-clstext .box-link {
  margin-top: 22px;
  display: none;
}
.m-clstext .box-link .span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #2251a1;
}
.m-clstext .box-link .span i {
  font-size: 12px;
  font-size: 1.2rem;
}
.m-clstext .box-link .span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.m-clstext .box-link .span2 {
  display: none;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}
@media screen and (max-width: 1219px) {
  .m-clstext {
    margin-bottom: 30px;
  }
  .m-clstext .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-clstext .box-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-clstext .box-link {
    margin-top: 10px;
  }
  .m-clstext .box-link .span {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prodsc {
  margin-bottom: 68px;
}
.m-prodsc .box-hd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2px;
}
.m-prodsc .box-title {
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-prodsc .btn-wp {
  margin-bottom: 10px;
}
.m-prodsc .prev {
  margin-right: 20px;
}
.m-prodsc .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prodsc .list-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 48.9285714286%;
}
.m-prodsc .list-item .item-pic {
  width: 262px;
}
.m-prodsc .list-item .item-fix {
  position: relative;
  width: calc(100% - 262px);
  align-self: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-prodsc .list-item .item-fix:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-prodsc .list-item .item-text {
  position: relative;
  width: 100%;
  padding: 20px;
  max-width: 325px;
}
.m-prodsc .list-item .item-title {
  max-height: 52px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-prodsc .list-item .item-title a {
  display: block;
}
.m-prodsc .list-item .item-desc {
  margin-top: 4px;
  max-height: 72px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-prodsc .list-item .item-desc a {
  color: #666;
}
.m-prodsc .list-item .item-desc a:hover {
  color: #2251a1;
}
.m-prodsc .list-item .item-link {
  margin-top: 16px;
}
.m-prodsc .list-item:hover .item-fix:before {
  opacity: 0.1;
}
.m-prodsc .list-item2 .item-pic {
  order: 2;
}
@media screen and (max-width: 1219px) {
  .m-prodsc {
    margin-bottom: 30px;
  }
  .m-prodsc .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prodsc .prev {
    margin-right: 10px;
  }
  .m-prodsc .list-item .item-pic {
    width: 200px;
  }
  .m-prodsc .list-item .item-fix {
    width: calc(100% - 200px);
  }
  .m-prodsc .list-item .item-title, .m-prodsc .list-item .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prodsc .list-item .item-title {
    max-height: 44px;
  }
  .m-prodsc .list-item .item-desc {
    margin-top: 10px;
    max-height: 66px;
  }
  .m-prodsc .list-item .item-link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-prodsc .list-item {
    width: 100%;
    margin-top: 20px;
  }
  .m-prodsc .list-item .item-fix {
    order: 2;
    width: calc(100% - 160px);
  }
  .m-prodsc .list-item .item-text {
    width: 100%;
    max-width: 100%;
  }
  .m-prodsc .list-item .item-pic {
    width: 160px;
  }
  .m-prodsc .list-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .m-prodsc .list-item .item-pic {
    width: 100%;
  }
  .m-prodsc .list-item .item-fix {
    width: 100%;
    order: 2;
  }
}

.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -29px;
}
.m-prol .list-item {
  margin-right: 2.3913043478%;
  margin-bottom: 29px;
  width: 31.7391304348%;
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .item-pic {
  border-radius: 10px;
  border: solid 1px #e4e4e4;
}
.m-prol .item-title {
  margin-top: 14px;
  max-height: 48px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-prol .item-title a {
  display: block;
}
.m-prol .item-link {
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}
.m-prol .item-link input {
  vertical-align: middle;
}
.m-prol .item-link a {
  color: #999;
}
.m-prol .item-link a:hover {
  color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-prol .item-title {
    margin-top: 10px;
    max-height: 44px;
  }
  .m-prol .item-link {
    margin-top: 5px;
  }
  .m-prol .item-title, .m-prol .item-link {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-prol .list-item {
    width: 98%;
  }
}

.m-sdattr {
  margin-top: 40px;
}
.m-sdattr .box {
  padding: 25px;
  padding-top: 0;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 30px;
  border: solid 1px #d5d5d5;
}
.m-sdattr .name {
  padding: 19px 0;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.m-sdattr .item-box {
  margin-top: 28px;
  max-height: 180px;
  overflow-y: auto;
  display: none;
}
.m-sdattr .item-box.show {
  display: block;
}
.m-sdattr .item {
  margin-top: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7e7e7e;
}
.m-sdattr .item label {
  position: relative;
  display: block;
  padding-left: 30px;
}
.m-sdattr .item input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
}
.m-sdattr .item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1219px) {
  .m-sdattr {
    margin-top: 30px;
  }
  .m-sdattr .box {
    border-radius: 0px 0px 0px 15px;
  }
  .m-sdattr .name {
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-sdattr .item {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-sdtag {
  margin-top: 36px;
}
.m-sdtag .box-tags {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  padding-bottom: 36px;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 30px;
  border: solid 1px #d5d5d5;
  line-height: 34px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
}
.m-sdtag .box-tags a {
  color: #999;
}
.m-sdtag .box-tags a:hover {
  color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-sdtag {
    margin-top: 30px;
  }
  .m-sdtag .box-tags {
    padding: 20px 15px;
    border-radius: 0 0 0 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prob1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
  width: 50%;
}
.m-prob1 .prob-pic-big {
  position: relative;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  background-color: #fff;
}
.m-prob1 .prob-pic-big .img {
  width: 100%;
}
.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}
.m-prob1 .prob-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-prob1 .prob-video.show {
  display: block;
}
.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}
.m-prob1 .prob-pic-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-prob1 .prob-pic-btn:hover {
  color: #2251a1;
}
.m-prob1 .prob-pic-btn.prev {
  left: 0;
}
.m-prob1 .prob-pic-btn.next {
  right: 0;
}
.m-prob1 .prob-pic-list {
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.023255814%;
  width: 0.2325581395%;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 1px solid #eef3fa;
  background-color: #fff;
  overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #2251a1;
}
.m-prob1 .prob-pic-item .item-pic:hover img, .m-prob1 .prob-pic-item .item-video:hover img {
  transform: scale(1);
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #2251a1;
}
.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-prob1 .prob-text {
  width: 46.7391304348%;
  align-self: center;
}
.m-prob1 .prob-title {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-prob1 .prob-desc {
  margin-top: 14px;
  color: #666;
  line-height: 40px;
}
.m-prob1 .prob-share {
  margin-top: 32px;
  letter-spacing: 0;
}
.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}
.m-prob1 .prob-link {
  margin-top: 28px;
  margin-bottom: -10px;
  overflow: hidden;
}
.m-prob1 .prob-link .link {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  padding: 10px;
  min-width: 180px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #333333;
  cursor: pointer;
}
.m-prob1 .prob-link .link:last-child {
  margin-right: 0;
}
.m-prob1 .prob-link .link:hover {
  color: #fff;
  background-color: #2251a1;
  border-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-prob1 .prob-link {
    margin-top: 20px;
  }
  .m-prob1 .prob-link .link {
    min-width: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .m-prob1 .prob-share {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }
  .m-prob1 .prob-text {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .m-prob1 .prob-desc em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
  }
  .m-prob1 .prob-pic-item .item-pic:before {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0.02%;
    width: 0.32%;
  }
  .m-prob1 .prob-link .link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-prott {
  padding-bottom: 22px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  border-bottom: 1px solid rgba(214, 214, 214, 0.9);
}
@media screen and (max-width: 1219px) {
  .m-prott {
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-prob2 {
  margin-top: 56px;
}
.m-prob2 .box-desc {
  color: #666;
  margin-top: 26px;
  line-height: 40px;
}
.m-prob2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1219px) {
  .m-prob2 {
    margin-top: 30px;
  }
  .m-prob2 .box-desc {
    margin-top: 20px;
  }
}

.m-proattr {
  margin-top: 26px;
}
.m-proattr .box-title {
  margin-bottom: 22px;
}
.m-proattr .box-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 38px;
}
.m-proattr .box-item:first-child {
  margin-top: 0;
}
.m-proattr .item-title {
  flex: 0 0 auto;
  margin-right: 30px;
}
.m-proattr .item-info {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-proattr .item-info span {
  margin-right: 30px;
}
.m-proattr .item-info span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .m-proattr {
    margin-top: 30px;
  }
  .m-proattr .box-item {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .m-proattr .item-title {
    margin-right: 15px;
  }
  .m-proattr .item-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proattr .item-info span {
    margin-right: 10px;
  }
}

.m-protags {
  margin-top: 57px;
}
.m-protags .box-title {
  margin-bottom: 20px;
}
.m-protags .box-tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-protags .box-tags a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.2);
}
.m-protags .box-tags a:hover {
  color: #fff;
  background-color: #2251a1;
  border-color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-protags {
    margin-top: 30px;
  }
  .m-protags .box-tags a {
    padding: 8px 15px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-mpro .list-item {
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(65, 65, 65, 0.2);
}
.m-news .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-news .box-info {
  padding-top: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-news .box-time {
  margin-right: 20px;
  color: #2251a1;
  font-style: italic;
}
.m-news .share-title {
  margin-right: 10px;
}
.m-news .box-info, .m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-news .box-desc {
  margin-top: 26px;
  color: #666;
  line-height: 40px;
}
@media screen and (max-width: 1219px) {
  .m-news .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-news .box-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-abtext .box-title {
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-abtext .box-desc {
  margin-top: 14px;
  color: #666;
  line-height: 40px;
}
@media screen and (max-width: 1219px) {
  .m-abtext .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-ctusform {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}
.m-ctusform::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0.2;
}
.m-ctusform .box-title {
  margin-bottom: 22px;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-ctusform .box-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 925px;
}
.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  margin-bottom: 20px;
}
.m-ctusform .form-item1 {
  width: 48.6486486486%;
}
.m-ctusform .form-item2 {
  width: 100%;
}
.m-ctusform .form-item3 {
  position: relative;
  width: 48.6486486486%;
}
.m-ctusform .form-item3 .form-text {
  padding-right: 100px;
}
.m-ctusform .form-item4 {
  width: 48.6486486486%;
}
.m-ctusform .form-text {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 36px;
  padding-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
}
.m-ctusform .form-text:focus {
  border-color: #333;
}
.m-ctusform .form-text2 {
  height: 140px;
  line-height: 28px;
  padding-top: 10px;
}
.m-ctusform .star .form-text {
  background: url("/skin/images/star1.png") no-repeat 20px 20px;
  background-color: #fff;
}
.m-ctusform .form-code {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 90px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f3fbfe;
  overflow: hidden;
}
.m-ctusform .form-code img {
  max-height: 50px;
  vertical-align: middle;
}
.m-ctusform .form-btn {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
}
.m-ctusform .form-btn:hover {
  color: #fff;
  background: #2251a1;
}
.m-ctusform .attachment {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-ctusform .attachment #file-name {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-ctusform .attachment .file-group {
  margin-right: 10px;
  min-width: 140px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.m-ctusform .attachment .file-group .file-btn {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  border: 1px solid #2251a1;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 550ms;
}
.m-ctusform .attachment .file-group .file-single {
  width: 100%;
  height: 100%;
  line-height: 42px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}
.m-ctusform .attachment .file-group .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}
.m-ctusform .attachment .file-name-p {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ctusform .attachment .file-name-p i {
  cursor: pointer;
}
.m-ctusform .attachment .file-name-p i:hover {
  columns: #2251a1;
}
.m-ctusform .attachment .file-name-p span {
  margin-right: 3px;
}
.m-ctusform .attachment .file-group:hover .file-btn {
  background: #2251a1;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .m-ctusform {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .m-ctusform .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
  }
  .m-ctusform .form-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusform .form-item {
    width: 100%;
  }
}

.m-downl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -40px;
}
.m-downl .box-item {
  position: relative;
  margin-right: 1.8571428571%;
  margin-bottom: 40px;
  width: 23.5714285714%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 27px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #e8eef5;
  overflow: hidden;
}
.m-downl .box-item:nth-child(4n) {
  margin-right: 0;
}
.m-downl .box-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  opacity: 0;
}
.m-downl .box-item:hover:before {
  opacity: 0.1;
}
.m-downl .box-item:hover .item-icon {
  background-color: #2251a1;
  color: #ffffff;
}
.m-downl .item-icon {
  display: inline-block;
  width: 86px;
  line-height: 86px;
  font-size: 20px;
  font-size: 2rem;
  color: #2251a1;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 5px 9px 0px rgba(34, 81, 161, 0.16);
}
.m-downl .item-title {
  margin-top: 23px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-downl .item-desc {
  margin-top: 8px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-downl .item-desc a {
  color: #666;
}
.m-downl .item-desc a:hover {
  color: #2251a1;
}
.m-downl .item-link {
  margin-top: 29px;
}
.m-downl .item-link a {
  cursor: pointer;
}
.m-downl .item-wp {
  position: relative;
}
@media screen and (max-width: 1219px) {
  .m-downl {
    margin-bottom: -30px;
  }
  .m-downl .box-item {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .m-downl .item-icon {
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-downl .item-title, .m-downl .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-downl .item-title {
    margin-top: 10px;
  }
  .m-downl .item-desc {
    margin-top: 5px;
  }
  .m-downl .item-link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-downl .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .m-downl .box-item {
    width: 98%;
  }
}

.m-appl .box-wp {
  padding: 0;
  margin-bottom: -46px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-appl .box-item {
  margin-right: 3.0714285714%;
  margin-bottom: 46px;
  width: 31.2857142857%;
}
.m-appl .box-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1219px) {
  .m-appl .box-wp {
    margin-bottom: -20px;
  }
  .m-appl .box-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-appl .box-item {
    margin-right: 0;
    width: 100%;
  }
}

.m-certl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -35px;
}
.m-certl .list-item {
  margin-right: 1.8571428571%;
  margin-bottom: 35px;
  width: 23.5714285714%;
}
.m-certl .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-certl .item-pic {
  padding-top: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(11, 11, 11, 0.07);
}
.m-certl .item-pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.m-certl .item-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
  opacity: 0;
  z-index: 2;
}
.m-certl .item-pic .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  z-index: 2;
}
.m-certl .item-pic:hover:before, .m-certl .item-pic:hover .iconfont {
  opacity: 1;
}
.m-certl .item-title {
  margin-top: 17px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 1219px) {
  .m-certl {
    margin-bottom: -20px;
  }
  .m-certl .list-item {
    margin-bottom: 20px;
  }
  .m-certl .item-title {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-certl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-videol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -36px;
}
.m-videol .list-item {
  margin-bottom: 36px;
  width: 48.5714285714%;
}
.m-videol .item-title {
  margin-top: 9px;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
}
.m-videol .item-desc {
  margin-top: 5px;
  color: #666;
}
.m-videol .play {
  background-size: 135px;
}
@media screen and (max-width: 1219px) {
  .m-videol {
    margin-bottom: -20px;
  }
  .m-videol .list-item {
    margin-bottom: 20px;
  }
  .m-videol .item-title {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-videol .play {
    background-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .m-videol .list-item {
    width: 100%;
  }
}

.m-mctus {
  border-radius: 12px;
  background-image: linear-gradient(90deg, #2251a1 0%, #227872 100%), linear-gradient(#227872, #227872);
  background-blend-mode: normal, normal;
  background-color: #2251a1;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 68px;
  padding-left: 20px;
  padding-right: 20px;
}
.m-mctus .box-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "NunitoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-mctus .box-link {
  margin-top: 37px;
}
.m-mctus .box-link a {
  display: inline-block;
  min-width: 160px;
  line-height: 26px;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
}
.m-mctus .box-link a:hover {
  background-color: #fff;
  color: #2251a1;
}
@media screen and (max-width: 1219px) {
  .m-mctus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-mctus .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-mctus .box-link {
    margin-top: 20px;
  }
  .m-mctus .box-link a {
    min-width: 120px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: 'NunitoBold';
  src: url('../fonts/NunitoBold.eot');
  src: url('/skin/fonts/nunitobold.eot') format('embedded-opentype'),
       url('/skin/fonts/nunitobold.woff2') format('woff2'),
       url('/skin/fonts/nunitobold.woff') format('woff'),
       url('/skin/fonts/nunitobold.ttf') format('truetype'),
       url('/skin/fonts/nunitobold.svg#nunitobold') format('svg');
       font-display: swap;
}
@font-face {
  font-family: 'NunitoRegular';
  src: url('/skin/fonts/nunitoregular.eot');
  src: url('/skin/fonts/nunitoregular.eot') format('embedded-opentype'),
       url('/skin/fonts/nunitoregular.woff2') format('woff2'),
       url('/skin/fonts/nunitoregular.woff') format('woff'),
       url('/skin/fonts/nunitoregular.ttf') format('truetype'),
       url('/skin/fonts/nunitoregular.svg#nunitoregular') format('svg');
       font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 4789677 */
  src:
       url('/skin/fonts/5d6c68435d5c46edbedd75cd017afdcb.woff') format('woff2'),
       url('/skin/fonts/iconfont.woff') format('woff'),
       url('/skin/fonts/iconfont.ttf') format('truetype');
}

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

.icon-caidan:before {
  content: "\eaf1";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

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

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

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-Conversation:before {
  content: "\e760";
}

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

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

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

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

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

.icon-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: "";
}

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

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

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


.m-hcert .box-item:hover .item-wp {
  cursor: pointer;
}
.m-hfaq .box-item:hover .item-wp {
  cursor: pointer;
}
.m-page a.active{
  cursor: default!important;
}

.m-mfaq .box-item:hover {
  cursor: pointer;
}

