@charset "utf-8";

@font-face {
	font-family:"iconfont";src:url('../fonts/iconfont.eot');src:url('../fonts/iconfont.eot') format('embedded-opentype'),url('../fonts/iconfont.woff') format('woff'),url('../fonts/iconfont.ttf') format('truetype'),url('../fonts/iconfont.svg') format('svg')
}

.iconfont {
	font-family: "iconfont"!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-next:before {
	content: "\e601"
}

.icon-next2:before {
	content: "\e636"
}

.icon-prev2:before {
	content: "\e637"
}

.icon-prev1:before {
	content: "\e648"
}

.icon-next1:before {
	content: "\e655"
}

.icon-prev:before {
	content: "\e606"
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide:not(:first-child) {
	display: none
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family:'slick';font-weight:normal;font-style:normal;src:url('../../../public/plugins/slick/./fonts/slick.eot');src:url('../fonts/slick.eot') format('embedded-opentype'),url('../fonts/slick.woff') format('woff'),url('../fonts/slick.ttf') format('truetype'),url('../fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

@font-face {
	font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;src:url('../fonts/pe-icon-7-stroke.eot');src:url('../fonts/pe-icon-7-stroke.eot') format('embedded-opentype'),url('../fonts/pe-icon-7-stroke.woff') format('woff'),url('../fonts/pe-icon-7-stroke.ttf') format('truetype'),url('../fonts/pe-icon-7-stroke.svg') format('svg')
}[class*=" pe-"],[class^=pe-] {
	position: relative;
	display: inline-block;
	font-family: Pe-icon-7-stroke;
	font-style: normal;
	font-weight: 400;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pe-album:before {
	content: "\e6aa"
}

.pe-arc:before {
	content: "\e6ab"
}

.pe-back-2:before {
	content: "\e6ac"
}

.pe-bandaid:before {
	content: "\e6ad"
}

.pe-car:before {
	content: "\e6ae"
}

.pe-diamond:before {
	content: "\e6af"
}

.pe-door-lock:before {
	content: "\e6b0"
}

.pe-eyedropper:before {
	content: "\e6b1"
}

.pe-female:before {
	content: "\e6b2"
}

.pe-gym:before {
	content: "\e6b3"
}

.pe-hammer:before {
	content: "\e6b4"
}

.pe-headphones:before {
	content: "\e6b5"
}

.pe-helm:before {
	content: "\e6b6"
}

.pe-hourglass:before {
	content: "\e6b7"
}

.pe-leaf:before {
	content: "\e6b8"
}

.pe-magic-wand:before {
	content: "\e6b9"
}

.pe-male:before {
	content: "\e6ba"
}

.pe-map-2:before {
	content: "\e6bb"
}

.pe-next-2:before {
	content: "\e6bc"
}

.pe-paint-bucket:before {
	content: "\e6bd"
}

.pe-pendrive:before {
	content: "\e6be"
}

.pe-photo:before {
	content: "\e6bf"
}

.pe-piggy:before {
	content: "\e6c0"
}

.pe-plugin:before {
	content: "\e6c1"
}

.pe-refresh-2:before {
	content: "\e6c2"
}

.pe-rocket:before {
	content: "\e6c3"
}

.pe-settings:before {
	content: "\e6c4"
}

.pe-shield:before {
	content: "\e6c5"
}

.pe-smile:before {
	content: "\e6c6"
}

.pe-usb:before {
	content: "\e6c7"
}

.pe-vector:before {
	content: "\e6c8"
}

.pe-wine:before {
	content: "\e6c9"
}

.pe-cloud-upload:before {
	content: "\e68a"
}

.pe-cash:before {
	content: "\e68c"
}

.pe-close:before {
	content: "\e680"
}

.pe-bluetooth:before {
	content: "\e68d"
}

.pe-cloud-download:before {
	content: "\e68b"
}

.pe-way:before {
	content: "\e68e"
}

.pe-close-circle:before {
	content: "\e681"
}

.pe-id:before {
	content: "\e68f"
}

.pe-angle-up:before {
	content: "\e682"
}

.pe-wristwatch:before {
	content: "\e690"
}

.pe-angle-up-circle:before {
	content: "\e683"
}

.pe-world:before {
	content: "\e691"
}

.pe-angle-right:before {
	content: "\e684"
}

.pe-volume:before {
	content: "\e692"
}

.pe-angle-right-circle:before {
	content: "\e685"
}

.pe-users:before {
	content: "\e693"
}

.pe-angle-left:before {
	content: "\e686"
}

.pe-user-female:before {
	content: "\e694"
}

.pe-angle-left-circle:before {
	content: "\e687"
}

.pe-up-arrow:before {
	content: "\e695"
}

.pe-angle-down:before {
	content: "\e688"
}

.pe-switch:before {
	content: "\e696"
}

.pe-angle-down-circle:before {
	content: "\e689"
}

.pe-scissors:before {
	content: "\e697"
}

.pe-wallet:before {
	content: "\e600"
}

.pe-safe:before {
	content: "\e698"
}

.pe-volume2:before {
	content: "\e601"
}

.pe-volume1:before {
	content: "\e602"
}

.pe-voicemail:before {
	content: "\e603"
}

.pe-video:before {
	content: "\e604"
}

.pe-user:before {
	content: "\e605"
}

.pe-upload:before {
	content: "\e606"
}

.pe-unlock:before {
	content: "\e607"
}

.pe-umbrella:before {
	content: "\e608"
}

.pe-trash:before {
	content: "\e609"
}

.pe-tools:before {
	content: "\e60a"
}

.pe-timer:before {
	content: "\e60b"
}

.pe-ticket:before {
	content: "\e60c"
}

.pe-target:before {
	content: "\e60d"
}

.pe-sun:before {
	content: "\e60e"
}

.pe-study:before {
	content: "\e60f"
}

.pe-stopwatch:before {
	content: "\e610"
}

.pe-star:before {
	content: "\e611"
}

.pe-speaker:before {
	content: "\e612"
}

.pe-signal:before {
	content: "\e613"
}

.pe-shuffle:before {
	content: "\e614"
}

.pe-shopbag:before {
	content: "\e615"
}

.pe-share:before {
	content: "\e616"
}

.pe-server:before {
	content: "\e617"
}

.pe-search:before {
	content: "\e618"
}

.pe-film:before {
	content: "\e6a5"
}

.pe-science:before {
	content: "\e619"
}

.pe-disk:before {
	content: "\e6a6"
}

.pe-ribbon:before {
	content: "\e61a"
}

.pe-repeat:before {
	content: "\e61b"
}

.pe-refresh:before {
	content: "\e61c"
}

.pe-add-user:before {
	content: "\e6a9"
}

.pe-refresh-cloud:before {
	content: "\e61d"
}

.pe-paperclip:before {
	content: "\e69c"
}

.pe-radio:before {
	content: "\e61e"
}

.pe-note2:before {
	content: "\e69d"
}

.pe-print:before {
	content: "\e61f"
}

.pe-network:before {
	content: "\e69e"
}

.pe-prev:before {
	content: "\e620"
}

.pe-mute:before {
	content: "\e69f"
}

.pe-power:before {
	content: "\e621"
}

.pe-medal:before {
	content: "\e6a0"
}

.pe-portfolio:before {
	content: "\e622"
}

.pe-like2:before {
	content: "\e6a1"
}

.pe-plus:before {
	content: "\e623"
}

.pe-left-arrow:before {
	content: "\e6a2"
}

.pe-play:before {
	content: "\e624"
}

.pe-key:before {
	content: "\e6a3"
}

.pe-plane:before {
	content: "\e625"
}

.pe-joy:before {
	content: "\e6a4"
}

.pe-photo-gallery:before {
	content: "\e626"
}

.pe-pin:before {
	content: "\e69b"
}

.pe-phone:before {
	content: "\e627"
}

.pe-plug:before {
	content: "\e69a"
}

.pe-pen:before {
	content: "\e628"
}

.pe-right-arrow:before {
	content: "\e699"
}

.pe-paper-plane:before {
	content: "\e629"
}

.pe-delete-user:before {
	content: "\e6a7"
}

.pe-paint:before {
	content: "\e62a"
}

.pe-bottom-arrow:before {
	content: "\e6a8"
}

.pe-notebook:before {
	content: "\e62b"
}

.pe-note:before {
	content: "\e62c"
}

.pe-next:before {
	content: "\e62d"
}

.pe-news-paper:before {
	content: "\e62e"
}

.pe-musiclist:before {
	content: "\e62f"
}

.pe-music:before {
	content: "\e630"
}

.pe-mouse:before {
	content: "\e631"
}

.pe-more:before {
	content: "\e632"
}

.pe-moon:before {
	content: "\e633"
}

.pe-monitor:before {
	content: "\e634"
}

.pe-micro:before {
	content: "\e635"
}

.pe-menu:before {
	content: "\e636"
}

.pe-map:before {
	content: "\e637"
}

.pe-map-marker:before {
	content: "\e638"
}

.pe-mail:before {
	content: "\e639"
}

.pe-mail-open:before {
	content: "\e63a"
}

.pe-mail-open-file:before {
	content: "\e63b"
}

.pe-magnet:before {
	content: "\e63c"
}

.pe-loop:before {
	content: "\e63d"
}

.pe-look:before {
	content: "\e63e"
}

.pe-lock:before {
	content: "\e63f"
}

.pe-lintern:before {
	content: "\e640"
}

.pe-link:before {
	content: "\e641"
}

.pe-like:before {
	content: "\e642"
}

.pe-light:before {
	content: "\e643"
}

.pe-less:before {
	content: "\e644"
}

.pe-keypad:before {
	content: "\e645"
}

.pe-junk:before {
	content: "\e646"
}

.pe-info:before {
	content: "\e647"
}

.pe-home:before {
	content: "\e648"
}

.pe-help2:before {
	content: "\e649"
}

.pe-help1:before {
	content: "\e64a"
}

.pe-graph3:before {
	content: "\e64b"
}

.pe-graph2:before {
	content: "\e64c"
}

.pe-graph1:before {
	content: "\e64d"
}

.pe-graph:before {
	content: "\e64e"
}

.pe-global:before {
	content: "\e64f"
}

.pe-gleam:before {
	content: "\e650"
}

.pe-glasses:before {
	content: "\e651"
}

.pe-gift:before {
	content: "\e652"
}

.pe-folder:before {
	content: "\e653"
}

.pe-flag:before {
	content: "\e654"
}

.pe-filter:before {
	content: "\e655"
}

.pe-file:before {
	content: "\e656"
}

.pe-expand1:before {
	content: "\e657"
}

.pe-exapnd2:before {
	content: "\e658"
}

.pe-edit:before {
	content: "\e659"
}

.pe-drop:before {
	content: "\e65a"
}

.pe-drawer:before {
	content: "\e65b"
}

.pe-download:before {
	content: "\e65c"
}

.pe-display2:before {
	content: "\e65d"
}

.pe-display1:before {
	content: "\e65e"
}

.pe-diskette:before {
	content: "\e65f"
}

.pe-date:before {
	content: "\e660"
}

.pe-cup:before {
	content: "\e661"
}

.pe-culture:before {
	content: "\e662"
}

.pe-crop:before {
	content: "\e663"
}

.pe-credit:before {
	content: "\e664"
}

.pe-copy-file:before {
	content: "\e665"
}

.pe-config:before {
	content: "\e666"
}

.pe-compass:before {
	content: "\e667"
}

.pe-comment:before {
	content: "\e668"
}

.pe-coffee:before {
	content: "\e669"
}

.pe-cloud:before {
	content: "\e66a"
}

.pe-clock:before {
	content: "\e66b"
}

.pe-check:before {
	content: "\e66c"
}

.pe-chat:before {
	content: "\e66d"
}

.pe-cart:before {
	content: "\e66e"
}

.pe-camera:before {
	content: "\e66f"
}

.pe-call:before {
	content: "\e670"
}

.pe-calculator:before {
	content: "\e671"
}

.pe-browser:before {
	content: "\e672"
}

.pe-box2:before {
	content: "\e673"
}

.pe-box1:before {
	content: "\e674"
}

.pe-bookmarks:before {
	content: "\e675"
}

.pe-bicycle:before {
	content: "\e676"
}

.pe-bell:before {
	content: "\e677"
}

.pe-battery:before {
	content: "\e678"
}

.pe-ball:before {
	content: "\e679"
}

.pe-back:before {
	content: "\e67a"
}

.pe-attention:before {
	content: "\e67b"
}

.pe-anchor:before {
	content: "\e67c"
}

.pe-albums:before {
	content: "\e67d"
}

.pe-alarm:before {
	content: "\e67e"
}

.pe-airplay:before {
	content: "\e67f"
}

body.met-navfixed {
	padding-top: 210px
}

.navbar-shadow {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1)
}

.head_nav_met_28_5_1 {
	min-height: 60px;
	margin-bottom: 0;
	box-shadow: none;
	background-color:;
	background-color: #064d9c;
	border-radius: 0
}

.head_nav_met_28_5_1 .met-head-user {
	margin-left: 15px
}

.head_nav_met_28_5_1.navbar-shadow {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

.head_nav_met_28_5_1.navbar-fixed-top .navbar-right {
	margin-right: 0
}

.head_nav_met_28_5_1 .met-logo {
	height: 60px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	display: block
}

.head_nav_met_28_5_1 .met-logo img {
	max-height: 50px;
	max-width: 100%
}

.head_nav_met_28_5_1 .nav-item .nav-link {
	color: #212121;
	color: #ffffff;
	padding: 0 42px!important;
	line-height: 60px
}

.head_nav_met_28_5_1 .dropdown.open>a,.head_nav_met_28_5_1 .nav li a.active {
	color: #064d9c!important;
	color: #ffffff!important;
	background-color: transparent!important
}

.head_nav_met_28_5_1 .nav-item .nav-link:after {
	content: '';
	width: 1px;
	background-color: #393738;
	position: absolute;
	right: 0;
	height: 25px;
	top: 50%;
	margin-top: -12.5px;
	top-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: 1;
	border: none
}

.head_nav_met_28_5_1 .nav-item .nav-link {
	top-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_nav_met_28_5_1 .nav-item .nav-link.active {
	height: 100%;
	background: #d0041f!important
}

.head_nav_met_28_5_1 .nav-item.open .nav-link {
	height: 100%;
	background: #d0041f!important
}

.head_nav_met_28_5_1 .nav-item .nav-link:hover {
	height: 100%;
	background: #d0041f!important
}

.head_nav_met_28_5_1 .nav-item .nav-link.active:after {
	display: none
}

.head_nav_met_28_5_1 .nav-item.open .nav-link:after {
	display: none
}

.head_nav_met_28_5_1 .nav-item .nav-link:hover:after {
	display: none
}

.head_nav_met_28_5_1 .dropdown-item:hover,.dropdown-item.active {
	background: #064d9c!important;
	background: #ffffff!important;
	color: #030303!important
}

.head_nav_met_28_5_1 .nav-item .nav-link i {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 5px
}

.head_nav_met_28_5_1 .nav-item .nav-link:hover i,.head_nav_met_28_5_1 .dropdown.open>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #064d9c;
	color: #ffffff
}

.head_nav_met_28_5_1 #met-head-user-collapse {
	line-height: 60px
}

.head_nav_met_28_5_1 #met-head-user-collapse .btn-primary,.head_nav_met_28_5_1_top #met-head-user-collapseTop .btn-primary {
	color: #212121;
	color:;
	background-color: transparent;
	border-color: #212121;
	border-color:;
	padding: 4px 10px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_nav_met_28_5_1 #met-head-user-collapse .btn-primary:hover,.head_nav_met_28_5_1_top #met-head-user-collapseTop .btn-primary:hover {
	color: #030303!important;
	background-color: #064d9c;
	background-color:;
	border-color: #064d9c;
	border-color:
}

.head_nav_met_28_5_1 #met-head-user-collapse .btn-success,.head_nav_met_28_5_1_top #met-head-user-collapseTop .btn-success {
	color: #212121;
	color:;
	background-color: transparent;
	border-color: #212121;
	border-color:;
	padding: 4px 10px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_nav_met_28_5_1 #met-head-user-collapse .btn-success:hover,.head_nav_met_28_5_1_top #met-head-user-collapseTop .btn-success:hover {
	color: #030303;
	background-color: #064d9c;
	background-color:;
	border-color: #064d9c;
	border-color:
}

.head_nav_met_28_5_1 .dropdown-item {
	color: #212121;
	color: #ffffff
}

.head_nav_met_28_5_1 .overflow-visible {
	overflow: visible!important
}

.head_nav_met_28_5_1 .navlist-2 {
	opacity: 0;
	transform: translateY(-10%)
}

.head_nav_met_28_5_1 .navbar-toggle {
	height: 60px;
	float: right
}

.head_nav_met_28_5_1 .nav>li>a {
	color: #064d9c;
	color: #ffffff
}

.head_nav_met_28_5_1 .nav>li>a i {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.head_nav_met_28_5_1 .nav li .link.active:after {
	content: '';
	width: 100%;
	background-color: #064d9c;
	background-color: #ffffff;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: -1
}

.head_nav_met_28_5_1 .nav>li>.link:after {
	content: '';
	width: 0;
	background-color: #064d9c;
	background-color: #ffffff;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: -1
}

.head_nav_met_28_5_1 .nav>li>.link:hover:after {
	content: '';
	width: 100%;
	background-color: #064d9c;
	background-color: #ffffff;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: -1
}

.head_nav_met_28_5_1 .nav>li>a:hover,.head_nav_met_28_5_1 .dropdown.open>a,.head_nav_met_28_5_1 .nav>li>a:hover span {
	color: #064d9c!important;
	color: #ffffff!important;
	background-color: transparent!important
}

.head_nav_met_28_5_1 .head_nav_met_28_5_1-login {
	padding-top: 15px;
	text-align: center
}

.head_nav_met_28_5_1 .dropdown-menu {
	text-align: center;
	left: 0!important;
	background-color: !important;
	background-color: #d0041f!important
}

.head_nav_met_28_5_1 .dropdown-menu>li>a {
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.head_nav_met_28_5_1 .dropdown-menu>li>a:hover {
	background: #f2f2f2 none repeat scroll 0 0;
	text-indent: 5px;
	-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_nav_met_28_5_1 .met-langlist {
	line-height: 60px;
	position: relative
}

.head_nav_met_28_5_1 .met-langlist a {
	line-height: 21px
}

.head_nav_met_28_5_1 .met-langlist .btn {
	color: #212121;
	color: #ffffff;
	border-color: #212121;
	border-color: #ffffff
}

.head_nav_met_28_5_1 .met-langlist .dropdown-menu {
	min-width: 100%
}

.head_nav_met_28_5_1 .met-langlist .btn:hover,.head_nav_met_28_5_1 .met-langlist .btn:focus,.head_nav_met_28_5_1 .met-langlist .btn:active {
	color: #030303;
	background-color: #064d9c;
	background-color: #ffffff;
	border-color: #064d9c;
	border-color: #ffffff
}

.head_nav_met_28_5_1 .navhover-bg,.met-head-user .dropdown > a {
	background: transparent;
	color: #212121;
	color: #ffffff
}

.head_nav_met_28_5_1 .met-head-user i {
	color: #212121;
	color: #ffffff
}

.head_nav_met_28_5_1 .met-head-user .dropdown-item {
	line-height: 22px
}

.head_nav_met_28_5_1 .met-head-user .dropdown-item i {
	color: #212121;
	color: #ffffff
}

.head_nav_met_28_5_1_top .fr .tel.s {
	background: url('../images/tel.jpg') no-repeat left center
}

.head_nav_met_28_5_1_top .fr .tel {
	padding-left: 55px;
	margin-top: 35px;
	text-align: left;
	background-position: left top
}

.head_nav_met_28_5_1_top .fr .tel h2 {
	color: #333;
	font-size: 14px;
	margin: 0
}

.head_nav_met_28_5_1_top .fr .tel .Telephone {
	color: #dd0000;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	font-family: Impact;
	margin: 0
}

.head_nav_met_28_5_1_top.topbox {
	background: #ffffff
}

.head_nav_met_28_5_1 .dropdown-menu {
	min-width: 480%
}

@media (min-width:768px) {
	.head_nav_met_28_5_1 #met-head-user-collapse {
		display: none!important
	}

	.head_nav_met_28_5_1_top #met-head-user-collapseTop {
		position: absolute;
		right: 40px;
		top: 10px
	}

	.head_nav_met_28_5_1 .nav-item .nav-link.active:before, .nav-item.open .nav-link:before, .nav-item .nav-link:hover:before {
		content: '';
		width: 20px;
		background-color: #064d9c;
		background-color: #ffffff;
		left: 50%;
		position: absolute;
		top: 73%;
		height: 3px;
		-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
		transition: all .66s cubic-bezier(.17,.84,.44,1);
		z-index: 1;
		border: none;
		margin-left: -10px
	}

	.head_nav_met_28_5_1 .met-langlist .dropdown-menu {
		margin: 0;
		top: 50px
	}

	.head_nav_met_28_5_1 .navbar-header {
		display: none
	}

	.head_nav_met_28_5_1_top.topbox {
		height: 110px
	}

	.head_nav_met_28_5_1_top.topbox .navbar-header img {
		margin-top: 10px;
		margin-right: 30px;
		max-height: 80px
	}

	.head_nav_met_28_5_1 .nav>li>a {
		padding: 0;
		height: 60px;
		line-height: 60px
	}

	.head_nav_met_28_5_1 .dropdown-menu {
		top: 60px;
		border: none;
		border-radius: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1)
	}

	.head_nav_met_28_5_1 .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.head_nav_met_28_5_1 .dropdown-menu .dropdown-submenu>a i {
		position: absolute;
		right: 10px
	}

	.head_nav_met_28_5_1 .dropdown-menu.bullet {
		top: 60px
	}

	.head_nav_met_28_5_1 .head_nav_met_28_5_1-login {
		height: 60px;
		padding-top: 0;
		margin-left: 10px
	}

	.head_nav_met_28_5_1 .navlist .list-li.lasttwolist .dropdown-menu, .head_nav_met_28_5_1 .navlist .list-li.lastlist .dropdown-menu {
		left: auto!important;
		right: 0!important
	}
}

@media (max-width:1400px) {
	.head_nav_met_28_5_1 .dropdown-menu {
		min-width: 400%
	}

	.head_nav_met_28_5_1 .navlist .list-li.lastthdlist .dropdown-menu, .head_nav_met_28_5_1 .navlist .list-li.lastfourlist .dropdown-menu {
		left: -200%!important
	}
}

@media (max-width:991px) {
	body.met-navfixed {
		padding-top: 192px
	}

	.head_nav_met_28_5_1 .nav-item .nav-link {
		padding: 0 10px!important
	}

	.head_nav_met_28_5_1 .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.head_nav_met_28_5_1 .dropdown-menu .dropdown-submenu>a>i {
		float: right
	}

	.head_nav_met_28_5_1 .met-logo img {
		max-height: 50px
	}

	.head_nav_met_28_5_1 .nav>li>a>i {
		float: right
	}
}

@media (max-width:991px) {
	.head_nav_met_28_5_1_top .fr .tel {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.head_nav_met_28_5_1_top #met-head-user-collapseTop {
		display: none
	}

	.head_nav_met_28_5_1 {
		background:;
		background: #ffffff
	}

	.head_nav_met_28_5_1 .nav-item .nav-link {
		color: #212121;
		color:
	}

	.head_nav_met_28_5_1 .dropdown-menu .rightbox {
		float: none!important;
		padding: 0!important
	}

	.head_nav_met_28_5_1 .dropdown-menu .imgbox {
		display: none
	}

	.head_nav_met_28_5_1 .dropdown-menu .rightbox .dropdown-item {
		float: none!important
	}

	.head_nav_met_28_5_1 .met-langlist .btn {
		color: #212121;
		color:;
		border-color: #212121;
		border-color:
	}

	.head_nav_met_28_5_1_top {
		display: none
	}

	.head_nav_met_28_5_1 .dropdown-menu {
		min-width: 100%!important
	}

	.head_nav_met_28_5_1 .dropdown-menu .rightbox .dropdown-item:after {
		display: none
	}

	.head_nav_met_28_5_1 .navbar-header {
		float: left!important
	}

	.head_nav_met_28_5_1 {
		max-height: 100vh;
		overflow-y: scroll
	}

	body.met-navfixed {
		padding-top: 66px
	}

	.head_nav_met_28_5_1 .met-langlist {
		padding: 0 15px
	}

	.head_nav_met_28_5_1 .nav>li {
		margin-left: 0!important
	}

	.head_nav_met_28_5_1 .dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 40px
	}

	.head_nav_met_28_5_1 .dropdown-menu.bullet:before, .head_nav_met_28_5_1 .dropdown-menu.bullet:after {
		display: none
	}

	.head_nav_met_28_5_1 .navbar-collapse-toolbar.in {
		overflow-y: scroll;
		-webkit-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2);
		box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2)
	}

	.head_nav_met_28_5_1 .met-logo {
		float: none;
		max-width: 250px;
		margin-left: 15px
	}

	.head_nav_met_28_5_1 .navbar-collapse-toolbar {
		width: 100%;
		padding: 20px!important
	}

	.head_nav_met_28_5_1 .nav>li>a {
		padding: 10px 15px;
		line-height: 25px
	}

	.head_nav_met_28_5_1 .nav li .link.active:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_met_28_5_1 .nav>li>.link:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_met_28_5_1 .nav>li>.link:hover:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.head_nav_met_28_5_1 .met-head-user {
		width: 100%;
		margin: 0
	}

	.head_nav_met_28_5_1 .navbar-toggler {
		color: #212121;
		color:
	}
}

.head_nav_met_28_5_1 .navbar-header {
	float: none
}

.head_nav_met_28_5_1 .dropdown-menu .imgbox {
	width: 40%;
	float: left;
	padding: 20px 10px 20px 20px
}

.head_nav_met_28_5_1 .dropdown-menu .rightbox {
	width: 60%;
	float: left;
	padding: 25px 10px 0 0
}

.head_nav_met_28_5_1 .dropdown-menu .imgbox img {
	max-width: 100%;
	border: 2px solid #fff
}

.head_nav_met_28_5_1 .dropdown-menu .rightbox .dropdown-item {
	float: left;
	width: auto;
	clear: none;
	transition: all 0.6s;
	color: #333333!important;
	color: #ffffff!important
}

.head_nav_met_28_5_1 .secondmenu .nav-parent {
	color: #333333!important;
	color: #ffffff!important
}

.head_nav_met_28_5_1 .dropdown-menu .rightbox .dropdown-item:hover {
	background: transparent!important;
	font-weight: bold
}

.head_nav_met_28_5_1 .dropdown-menu .rightbox .dropdown-item:after {
	content: '';
	width: 1px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	top-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
	transition: all .66s cubic-bezier(.17,.84,.44,1);
	z-index: 1;
	border: none
}

.head_nav_met_28_5_1 .nav.navbar-nav .list-li.lastlist>a:after {
	display: none!important
}

@media (max-width:991px) {
	.head_nav_met_28_5_1_top.topbox {
		
	}

	.head_nav_met_28_5_1_top.topbox .navbar-header img {
		max-height: 55px
	}
}

@media (max-width:1440px) and (min-width:768px) {
	.head_nav_met_28_5_1 .navbar-collapse .lastlist .dropdown-menu, .navbar-collapse .lasttwolist .dropdown-menu {
		min-width: 400%
	}

	.head_nav_met_28_5_1 .navbar-collapse .lastlist .dropdown-menu .rightbox .dropdown-item, .navbar-collapse .lasttwolist .dropdown-menu .rightbox .dropdown-item {
	}

	.head_nav_met_28_5_1 .navbar-collapse .lastlist .dropdown-menu .rightbox, .navbar-collapse .lasttwolist .dropdown-menu .rightbox {
		padding: 10px 10px 0 0
	}

	.head_nav_met_28_5_1 .navbar-collapse .lastlist .dropdown-menu .imgbox, .navbar-collapse .lasttwolist .dropdown-menu .imgbox {
		padding: 10px 5px 10px 10px
	}
}

@media (max-width:767px) {
	.head_nav_met_28_5_1 .navlist-2 {
		opacity: 1
	}
}

.banner_met_16_1_59 {
	width: 100%;
	height: auto;
	display: table
}

.banner_met_16_1_59.fixedheight {
	display: -moz-deck
}

.banner_met_16_1_59.fixedheight .slick-slide {
	height: 100%
}

.banner_met_16_1_59.fixedheight .slick-slide img {
	height: 100%
}

@media screen\0 {
	.banner_met_16_1_59.fixedheight .slick-slide img {
		left: 0;
		width: 100%
	}
}

.banner_met_16_1_59.banner-ny-h {
	height: 150px
}

.banner_met_16_1_59.banner-ny-h .slick-slide img {
	min-height: 100px
}

@media (max-width:991px) {
	.banner_met_16_1_59.banner-ny-h {
		height: 100px
	}
}

.banner_met_16_1_59 .slick-slide {
	display: block;
	width: 100%
}

.banner_met_16_1_59.slick-slider {
	display: block
}

.banner_met_16_1_59:hover .slick-arrow {
	display: block!important
}

.banner_met_16_1_59 .slick-list,.banner_met_16_1_59 .slick-track {
	height: 100%
}

.banner_met_16_1_59 .slick-prev:before,.banner_met_16_1_59 .slick-next:before {
	display: none
}

.banner_met_16_1_59 .slick-slide {
	height: auto;
	position: relative;
	overflow: hidden
}

.banner_met_16_1_59 .slick-slide .banner-text>a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.banner_met_16_1_59 .slick-slide img {
	min-height: 100px
}

.banner_met_16_1_59 .slick-slide img[data-lazy] {
	max-height: 150px
}

.banner_met_16_1_59 .slick-slide img {
	display: none
}

.banner_met_16_1_59 .slick-slide:nth-child(1) img {
	display: block!important;
	height: auto
}

.banner_met_16_1_59 .slick-arrow {
	width: 15%;
	height: 100%;
	display: none!important;
	z-index: 1
}

.banner_met_16_1_59 .slick-arrow.slick-prev {
	background: rgba(0,0,0,0.24995);
	background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background: linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#80000000,endColorStr=#00000000,GradientType=1)
}

@media screen\0 {
	.banner_met_16_1_59 .slick-arrow.slick-prev {
		background: rgba(0,0,0,.001)
	}
}

.banner_met_16_1_59 .slick-arrow.slick-next {
	background: rgba(0,0,0,-0.24995);
	background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background: linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000,endColorStr=#80000000,GradientType=1)
}

@media screen\0 {
	.banner_met_16_1_59 .slick-arrow.slick-next {
		background: rgba(0,0,0,.001)
	}
}

.banner_met_16_1_59 .slick-arrow i {
	font-size: 40px;
	color: #ffffff!important
}

.banner_met_16_1_59 .slick-arrow:hover i {
	color: #ffffff!important
}

.banner_met_16_1_59 .slick-dots {
	bottom: 5px
}

.banner_met_16_1_59 .slick-dots li {
	margin: 0 2px
}

.banner_met_16_1_59 .slick-dots li button:before {
	color: #000000
}

.banner_met_16_1_59 .slick-dots li.slick-active button:before {
	color: #000000
}

@media (max-width:767px) {
	.banner_met_16_1_59 {
		min-height: auto
	}

	.banner_met_16_1_59 .slick-slide img {
		min-height: auto
	}

	.banner_met_16_1_59 .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0
	}
}

.banner_met_16_1_59 .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12
}

.banner_met_16_1_59 .banner-text .container {
	height: 100%;
	display: table;
	text-align: center
}

.banner_met_16_1_59 .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle
}

.banner_met_16_1_59 .banner-text.p-0 .container {
	text-align: left
}

.banner_met_16_1_59 .banner-text.p-0 .container .banner-text-con>div {
	width: 70%;
	float: left
}

.banner_met_16_1_59 .banner-text.p-1 .container {
	text-align: right
}

.banner_met_16_1_59 .banner-text.p-1 .container .banner-text-con>div {
	width: 70%;
	float: right
}

.banner_met_16_1_59 .banner-text.p-2 {
	top: 10%
}

.banner_met_16_1_59 .banner-text.p-2 .container .banner-text-con {
	vertical-align: top
}

.banner_met_16_1_59 .banner-text.p-3 {
	top: auto;
	bottom: 10%
}

.banner_met_16_1_59 .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom
}

.banner_met_16_1_59 .banner-text.p-2 .container .banner-text-con>div,.banner_met_16_1_59 .banner-text.p-3 .container .banner-text-con>div,.banner_met_16_1_59 .banner-text.p-4 .container .banner-text-con>div {
	width: 70%;
	display: inline-block
}

.banner_met_16_1_59 .banner-text h4,.banner_met_16_1_59 .banner-text p {
	color: #fff
}

.banner_met_16_1_59 .banner-text h4 {
	margin: 0;
	font-size: 30px
}

.banner_met_16_1_59 .banner-text p {
	font-size: 36px;
	margin: 20px 0 0;
	text-shadow: none
}

.banner_met_16_1_59 .banner-text .banner-btn {
	position: relative;
	z-index: 2
}

.banner_met_16_1_59 .banner-text .banner-btn .btn {
	line-height: 2.5
}

@media (max-width:991px) {
	.banner_met_16_1_59 .banner-text h4 {
		font-size: 20px
	}

	.banner_met_16_1_59 .banner-text p {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.banner_met_16_1_59 .banner-text .container {
		width: 100%
	}

	.banner_met_16_1_59 .banner-text.p-4 .container .banner-text-con {
		width: 100%
	}

	.banner_met_16_1_59 .banner-text h4 {
		font-size: 18px
	}

	.banner_met_16_1_59 .banner-text p {
		margin-top: 15px;
		font-size: 24px
	}

	.banner_met_16_1_59 .banner-text .banner-btn {
		margin-top: 10px
	}

	.banner_met_16_1_59 .banner-text .banner-btn .btn {
		line-height: 2;
		margin-left: 5px !important;
		margin-right: 5px !important;
		font-size: 14px
	}
}

@media (max-width:479px) {
	.banner_met_16_1_59 .banner-text h4 {
		font-size: 16px
	}

	.banner_met_16_1_59 .banner-text p {
		margin-top: 10px;
		font-size: 20px
	}
}

.banner_met_16_1_59-ny {
	height: 120px;
	background:;
	background:
}

.banner_met_16_1_59-ny h1,.banner_met_16_1_59-ny h2 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color:;
	font-weight: 300
}

.service_list_met_16_4_75.met-index-body {
	background:;
	min-height: 63px
}

.service_list_met_16_4_75.met-index-body.bgcolor {
	background:
}

.service_list_met_16_4_75.met-index-body.bgpic {
	background: url(../images/1576734115.jpg) no-repeat;
	background-size: cover;
	background-position: center
}

.service_list_met_16_4_75 i {
	width: 60px;
	height: 60px;
	border: 1px solid;
	text-align: center;
	font-size: 35px;
	line-height: 60px;
	color: #212121;
	color: #ffffff;
	border-radius: 100%;
	transition: background 0.5s,color 0.5s;
	-moz-transition: background 0.5s,color 0.5s;
	-webkit-transition: background 0.5s,color 0.5s;
	-o-transition: background 0.5s,color 0.5s;
	float: left
}

.service_list_met_16_4_75 .pull-xs-left {
	text-align: left;
	display: inline-block;
	margin-left: 20px
}

.service_list_met_16_4_75 .service-shadow h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 20px;
	color: #212121;
	color: #ffffff
}

.service_list_met_16_4_75 .service-list li {
	margin: 20px 0;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translatY(50px)
}

.service_list_met_16_4_75 li p {
	width: 90%;
	margin: 0px auto;
	font-weight: 300;
	color: #333333;
	color: #ffffff
}

.service_list_met_16_4_75 .service-list li:hover i {
	background: #212121;
	background: #ffffff;
	color: #064d9c;
	color: #064d9c
}

@media (max-width:1024px) {
	.service_list_met_16_4_75 i {
		float: none
	}

	.service_list_met_16_4_75 .pull-xs-left {
		float: none !important;
		text-align: center;
		margin-left: 0px
	}
}

@media (max-width:991px) {
	.service_list_met_16_4_75 .service-list li,.service_list_met_16_4_75 .service-list .pull-xs-left {
		text-align: center
	}
}

@media (max-width:767px) {
	.service_list_met_16_4_75 .pull-xs-left {
		display: block
	}
}

.foot_nav_met_76_2_63 h2,.foot_nav_met_76_2_63 h1,.foot_nav_met_76_2_63 p,.foot_nav_met_76_2_63 ul,.foot_nav_met_76_2_63 li,.foot_nav_met_76_2_63 dl,.foot_nav_met_76_2_63 dd {
	margin: 0;
	padding: 0
}

.foot_nav_met_76_2_63 ul li {
	list-style: none
}

.foot_nav_met_76_2_63 .text-center {
	text-align: center
}

.foot_nav_met_76_2_63 .transition {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.foot_nav_met_76_2_63 .middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.foot_nav_met_76_2_63 .full-img img {
	display: block;
	margin: 0 auto;
	width: 127px;
}

.foot_nav_met_76_2_63 .float-left {
	float: left
}

.foot_nav_met_76_2_63 .float-right {
	float: right
}

.foot_nav_met_76_2_63 {
	position: relative;
	width: 100%;
	height: auto !important;
	background-color:;
	background-color: #062c5b;
	background-image: url();
	background-size: cover;
	background-position: center center
}

.foot_nav_met_76_2_63 .container {
	position: relative !important;
	top: 0 !important;
	transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important
}

.foot_nav_met_76_2_63 .container.top-con {
	padding-top: 40px;
	padding-bottom: 20px
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item {
	padding-right: 10px
}

.foot_nav_met_76_2_63 .box {
	padding: 2px 0
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item .title {
	font-size: 15px;
	color: #212121;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 10px
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item dl dd {
	padding: 5px 0;
	opacity: 0.7;
	white-space: nowrap;
	overflow: hidden
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item a:hover span {
	color: #064d9c !important;
	color: #4093ff !important
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item dl dd {
	padding-bottom: 0
}

.foot_nav_met_76_2_63 .foot-nav-list .nav-item a {
	cursor: pointer;
	display: inline-block;
	color: #333333;
	color: #ffffff
}

.foot_nav_met_76_2_63 .code-img {
	padding-top: 5px;
	width:100%;
	height: 150px
}

.foot_nav_met_76_2_63 .tel-msg {
	margin-bottom: 0;
	font-weight: bold !important;
	line-height: 1.2;
	font-size: 22px !important;
	color: #333333;
	color: #ffffff
}

.foot_nav_met_76_2_63 .time-text {
	color: #333333;
	color: #ffffff
}

.foot_nav_met_76_2_63 .share {
	position: relative
}

.foot_nav_met_76_2_63 .share .icon {
	padding: 5px
}

.foot_nav_met_76_2_63 .share .icon:first-child:hover + .wechat-code,.foot_nav_met_76_2_63 .wechat-code:hover {
	display: block
}

.foot_nav_met_76_2_63 .wechat-code {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 100%;
	padding: 6px;
	width: 100px;
	background-color:;
	background-color: #062c5b;
	box-shadow: 0 0 5px rgba(0,0,0,0.4)
}

.foot_nav_met_76_2_63 .foot-msg {
	padding: 15px 0;
	background-color:;
	background-color: #062c5b
}

.foot_nav_met_76_2_63 .foot-msg,.foot_nav_met_76_2_63 .foot-msg a,.breadcrumb-item + .breadcrumb-item::before {
	color: #333333;
	color: #ffffff
}

.foot_nav_met_76_2_63_bottom {
	display: none
}

.foot_nav_met_76_2_63_bottom.iskeshi {
	display: block
}

@media screen and (min-width:1025px) {
	.foot_nav_met_76_2_63.on,.swiper-sub > .swiper-wrapper > .swiper-slide.foot_nav_met_76_2_63.on {
		padding-left: 288px !important
	}
}

@media screen and (min-width:992px) {
	.foot_nav_met_76_2_63 .foot-nav-list li {
		float: left;
		width: 12%
	}

	.foot_nav_met_76_2_63 .contact-wrap {
		padding-right: 0 !important;
		width: 28% !important
	}

	.foot_nav_met_76_2_63 .foot-msg .foot-left {
		float: left
	}

	.foot_nav_met_76_2_63 .foot-msg .foot-right {
		text-align: right
	}

	.nav-fixed,.close-btn2 {
		display: none
	}

	.foot_nav_met_76_2_63 .link-title {
		float: left
	}

	.foot_nav_met_76_2_63 .breadcrumb {
		float: left
	}
}

@media screen and (max-width:991px) {
	.foot_nav_met_76_2_63 .nav-hide {
		display: none
	}

	.foot_nav_met_76_2_63 .nav-item {
		text-align: center
	}

	.foot_nav_met_76_2_63 .code-img {
		margin: 0 auto
	}

	.foot_nav_met_76_2_63 .contact-wrap {
		margin-top: 20px
	}

	.foot_nav_met_76_2_63 .foot-msg {
		text-align: center
	}

	.foot_nav_met_76_2_63 .breadcrumb {
		display: inline-block
	}

	.foot_nav_met_76_2_63 .container.top-con {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.close-btn2 {
		position: absolute;
		top: 10%;
		right: 0%;
		padding: 5px 10px;
		background-color:;
		background-color:;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		color: #212121;
		color: #ffffff;
		text-align: center
	}

	.close-btn2 span {
		display: inline-block;
		margin-left: 5px;
		font-size: 14px
	}

	.nav-fixed {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		padding-left: 25%;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4)
	}

	.close-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		right: 75%;
		padding: 15px 10px;
		background-color:;
		background-color:;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		color: #212121;
		color:
	}

	.nav-fixed .list-group {
		margin-bottom: 0;
		transform: translateX(75%);
		-webkit-transform: translateX(75%);
		transition: 0.2s;
		-webkit-transition: 0.2s
	}

	.nav-fixed.active .list-group {
		transform: translateX(0);
		-webkit-transform: translateX(0)
	}

	.nav-fixed .list-group-item {
		border-radius: 0
	}

	.list-one {
		width: 100%;
		height: 100%;
		background-color:;
		background-color:;
		overflow: scroll;
		-webkit-overflow-scrolling: touch
	}

	.list-one .list-group-item {
		margin-bottom: 0;
		border: none;
		border-bottom: 1px solid;
		border-color: #e6e6e6
	}

	.list-one .list-group-item.one-list {
		background-color:;
		background-color:;
		color: #212121;
		color:
	}

	.list-two .list-group-item {
		padding-left: 30px;
		background-color:;
		background-color:;
		color: #333333;
		color:
	}

	.foot_nav_met_76_2_63 .link-img.link-logo li:first-child {
		width: 100%
	}

	.foot_nav_met_76_2_63 .link-title {
		display: inline-block;
		width: 100%
	}

	.foot_nav_met_76_2_63 .breadcrumb {
		margin-top: 5px;
		max-width: 90%;
		overflow-y: hidden
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (max-width:767px) {
	.foot_nav_met_76_2_63_bottom {
		display: block
	}

	.foot_nav_met_76_2_63 .foot-nav-list .nav-item .title {
		margin-bottom: 5px
	}

	.foot_nav_met_76_2_63_bottom.iskeshi {
		display: block
	}
}

.foot_nav_met_76_2_63_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_nav_met_76_2_63_bottom a.item {
	color:;
	padding: 5px 0;
	display: inline-block
}

.foot_nav_met_76_2_63_bottom a.item i {
	font-size: 16px;
	display: block;
	color: #ffffff
}

.foot_nav_met_76_2_63_bottom a.item span {
	color: #ffffff
}

.foot_nav_met_76_2_63_bottom.iskeshi {
	display: block
}

.foot_nav_met_76_2_63_bottom .main {
	display: flex
}

.foot_nav_met_76_2_63_bottom .main > div {
	flex: 1
}

.service_list_met_28_22_91.met-index-body.bgcolor {
	background:;
	background:
}

.service_list_met_28_22_91.met-index-body {
	padding: 0px 0px
}

.service_list_met_28_22_91.met-index-body h2 {
	font-size: 24px;
	font-size: px;
	color: #212121;
	color:;
	padding: 30px 0 0 0;
	text-transform: uppercase;
	margin-bottom: 2px
}

.service_list_met_28_22_91.met-index-body p.desc {
	padding: 0 0 30px 0;
	font-size: 18px;
	font-size: px;
	color: #333333;
	color:;
	text-transform: uppercase
}

.service_list_met_28_22_91 .index-service-list li h3 {
	color: #064d9c;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin: 0
}

.service_list_met_28_22_91 .index-service-list li p {
	color: #333333;
	color:
}

.service_list_met_28_22_91 .index-service-list li i {
	color: #333333;
	color:
}

@media (min-width:768px) {
	.service_list_met_28_22_91.conceal {
		display: none
	}
}

@media (max-width:991px) {
	.service_list_met_28_22_91.met-index-body {
		padding: 0px 0px
	}
}

@media (max-width:767px) {
	.service_list_met_28_22_91.met-index-body {
		padding: 0px 0px
	}

	.service_list_met_28_22_91.met-index-body h2 {
		font-size: 28px
	}

	.service_list_met_28_22_91.met-index-body p.desc {
		font-size: 14px
	}
}

.service_list_met_28_22_91 .index-service-list li {
	float: left;
	display: block;
	padding: 0 0 30px 0;
	position: relative;
	margin-bottom: 0;
	cursor: pointer
}

.service_list_met_28_22_91 .index-service-list li>a {
	display: block;
	color: red
}

.service_list_met_28_22_91 .index-service-list li.donttop {
	margin: 0 !important
}

.service_list_met_28_22_91 .index-service-list {
	overflow: hidden
}

.service_list_met_28_22_91 .index-service-list li i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	color: #064d9c;
	display: block;
	margin: 0 auto
}

.service_list_met_28_22_91 .index-service-list li.cur i {
	color: #064d9c;
	color: #d0041f
}

.service_list_met_28_22_91 .index-service-list li.cur h3 {
	color: #064d9c;
	color: #d0041f
}

.service_list_met_28_22_91 .index-service-list li img {
	max-width: 100%
}

@media (max-width:991px) {
	.service_list_met_28_22_91 .index-service-list li {
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.service_list_met_28_22_91 .index-service-list li {
		margin-top: 30px
	}
}

@media (min-width:480px) {
	.service_list_met_28_22_91 .index-service-list li p {
		padding: 0 10%
	}
}

.service_list_met_28_22_91 .index-service-list li:hover h3 {
	color: #064d9c;
	color: #d0041f;
	color:
}

.service_list_met_28_22_91 .index-service-list li:hover p {
	color: #064d9c;
	color: #d0041f;
	color:
}

.service_list_met_28_22_91 .news-bg {
	margin-top: 20px;
	opacity: 1
}

.service_list_met_28_22_91 .news-bg .bg {
	height: 100%;
	no-repeat;background-size: cover;
	background-position: center
}

.service_list_met_28_22_91 .news-bg .bg img {
	width: 100%
}

.service_list_met_28_22_91 .container-fluid {
	padding: 0
}

.service_list_met_28_22_91 .more {
	text-align: left;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #064d9c;
	color: #333333;
	color: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.service_list_met_28_22_91 .more:hover {
	color: #ffffff;
	background-color: #064d9c;
	background-color: #062c5b;
}

.service_list_met_28_22_91 .subtitle {
	color: #333333;
	color:
}

.service_list_met_28_22_91 .in01_col_w {
	height: 400px;
	overflow: hidden
}

.service_list_met_28_22_91 .in01_col_w.bgcolor {
	background: #f7f7f7
}

.service_list_met_28_22_91 .in01_col_w.hasbgimg {
	background: url() center center no-repeat;
	background-size: cover
}

.service_list_met_28_22_91 .in01_col_w .container {
	height: 100%
}

.service_list_met_28_22_91 .in01_col_w .in01_col {
	display: none;
	height: 100%
}

.service_list_met_28_22_91 .in01_col_w .in01_col.active {
	display: block
}

.service_list_met_28_22_91 .in01_col .col {
	height: 100%;
	position: relative
}

.service_list_met_28_22_91 .in01_col .col .txt {
	width: 40%;
	position: absolute;
	left: 50px;
	top: 70px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.service_list_met_28_22_91 .in01_col .col .txt h3.t {
	display: block;
	font-size: 20px;
	color: #212121;
	color:;
	font-weight: bold;
	text-align: left;
	margin: 0
}

.service_list_met_28_22_91 .in01_col .col .txt .des {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	color:;
	margin: 20px 0;
	text-align: left
}

.service_list_met_28_22_91 .in01_col .col .img {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -50px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.service_list_met_28_22_91 .in01_col .col .img img {
	max-width: 100%
}

@keyframes leftfadeInUp {
	0% {
		opacity: 0;
		left: 50px
	}

	to {
		opacity: 1;
		left: 0px
	}
}

@-webkit-keyframes leftfadeInUp {
	0% {
		opacity: 0;
		left: 50px
	}

	to {
		opacity: 1;
		left: 0px
	}
}

@-moz-keyframes leftfadeInUp {
	0% {
		opacity: 0;
		left: 50px
	}

	to {
		opacity: 1;
		left: 0px
	}
}

@-o-keyframes leftfadeInUp {
	0% {
		opacity: 0;
		left: 50px
	}

	to {
		opacity: 1;
		left: 0px
	}
}

.service_list_met_28_22_91 .leftfadeInUp {
	-webkit-animation-name: leftfadeInUp;
	animation-name: leftfadeInUp
}

@keyframes rightfadeInUp {
	0% {
		opacity: 0;
		bottom: -50px
	}

	to {
		opacity: 1;
		bottom: 0
	}
}

@-webkit-keyframes rightfadeInUp {
	0% {
		opacity: 0;
		bottom: -50px
	}

	to {
		opacity: 1;
		bottom: 0
	}
}

@-moz-keyframes rightfadeInUp {
	0% {
		opacity: 0;
		bottom: -50px
	}

	to {
		opacity: 1;
		bottom: 0
	}
}

@-o-keyframes rightfadeInUp {
	0% {
		opacity: 0;
		bottom: -50px
	}

	to {
		opacity: 1;
		bottom: 0
	}
}

.service_list_met_28_22_91 .rightfadeInUp {
	-webkit-animation-name: rightfadeInUp;
	animation-name: rightfadeInUp
}

.service_list_met_28_22_91 .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .25s;
	-webkit-animation-delay: .35s
}

.service_list_met_28_22_91 .maintitle ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f7f7f7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.service_list_met_28_22_91 .in01_col_w .container-fluid {
	height: 100%
}

.service_list_met_28_22_91 .maintitle ul li.cur:after {
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (min-width:1600px) {
	.service_list_met_28_22_91 .in01_col_w {
		height: 427px
	}

	.service_list_met_28_22_91 .in01_col .col .txt .des {
		font-size: 20px;
		line-height: 36px;
		margin: 20px 0 30px
	}

	.service_list_met_28_22_91 .in01_col .col .txt h3.t {
		font-size: 26px
	}
}

@media (max-width:991px) {
 @	-webkit-keyframes leftfadeInUp {
		0%{opacity: 0
	}

	to {
		opacity: 1
	}
}

.service_list_met_28_22_91 .index-service-list li {
	margin-top: 0;
	padding-bottom: 10px
}

.service_list_met_28_22_91.met-index-body h2 {
	padding: 20px 0 0 0;
	font-size: 28px
}

.service_list_met_28_22_91.met-index-body p.desc {
	font-size: 18px;
	padding: 0 0 20px 0
}

.service_list_met_28_22_91 .maintitle ul li:after {
	display: none
}

.service_list_met_28_22_91 .in01_col .col .img {
	display: none
}

.service_list_met_28_22_91 .in01_col .col .txt {
	position: static;
	width: 100%
}

.service_list_met_28_22_91 .in01_col_w {
	height: auto;
	padding: 20px 0
}

.service_list_met_28_22_91 .index-service-list li i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px
}}

.adbanner_met_16_1_92.met-index-body {
	background-color:;
	background-color:
}

.adbanner_met_16_1_92.met-index-body {
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.adbanner_met_16_1_92.met-index-body {
	padding: 0px 0px
}

.adbanner_met_16_1_92 {
	overflow: hidden;
	text-align: center
}

.adbanner_met_16_1_92 img {
	width: 100%
}

@media (max-width:991px) {
	.adbanner_met_16_1_92.met-index-body {
		padding: 0px 0px
	}
}

@media (max-width:767px) {
	.adbanner_met_16_1_92.met-index-body {
		padding: 0px 0px
	}
}

.product_list_met_35_19_96 .imgbox img {
	max-width: 100%
}

.product_list_met_35_19_96 .container {
	text-align: center
}

.product_list_met_35_19_96 .desctop {
	margin-top: 12px;
	font-size: 24px;
	text-align: center;
	color: #333333;
	color:;
	background: url('') no-repeat center center;
	background-size: 201px 19px
}

.product_list_met_35_19_96 .mh2 {
	font-size: 40px;
	color: #212121;
	color:;
	text-align: center;
	text-transform: uppercase
}

.product_list_met_35_19_96 .card {
	display: inline-block
}

.product_list_met_35_19_96 .txt {
	text-align: center;
	height: 52px;
	border: 1px solid #e0e0e0
}

.product_list_met_35_19_96 .listli:hover .txt {
	background-color: #064d9c;
	background-color:;
	transition: all ease 600ms;
	border: none
}

.product_list_met_35_19_96 .listli:hover .txt .tit {
	color: #ffffff
}

.product_list_met_35_19_96 .txt .tit {
	margin: 0px;
	line-height: 52px;
	font-size: 20px;
	color: #212121;
	color:
}

.product_list_met_35_19_96 .centerbox {
	margin-top: 19px
}

.product_list_met_35_19_96 .more {
	display: block;
	width: 364px;
	height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: #064d9c;
	color:;
	line-height: 50px;
	text-align: center;
	border: 1px solid #e0e0e0;
	transition: all ease 600ms;
	margin-top: 0px;
	background-color: #ffffff
}

.product_list_met_35_19_96 .more:hover {
	background-color: #064d9c;
	background-color:;
	border: 1px solid #064d9c;
	border: 1px solid;
	color: #ffffff;
	width: 388px;
	transition: all ease 600ms
}

.product_list_met_35_19_96.met-index-body {
	background: rgba(0,0,0,0);
	background-color:;
	background-color:;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0px 30px
}

.product_list_met_35_19_96 .txt {
	overflow: hidden
}

@media (max-width:991px) {
	.product_list_met_35_19_96.met-index-body {
		padding: 0 0px 15px
	}

	.product_list_met_35_19_96 .txt .tit {
		font-size: 18px;
		padding: 0px 10px
	}
}

@media (max-width:767px) {
	.product_list_met_35_19_96 .more {
		margin-top: 0px;
		width: 300px
	}

	.product_list_met_35_19_96 .txt {
		height: 50px
	}

	.product_list_met_35_19_96 .txt .tit {
		font-size: 15px;
		line-height: 50px
	}

	.product_list_met_35_19_96 .centerbox {
		margin-top: 15px
	}

	.product_list_met_35_19_96 .mh2 {
		font-size: 28px
	}

	.product_list_met_35_19_96 .mdesc {
		font-size: 16px
	}

	.product_list_met_35_19_96.met-index-body {
		padding: 10px 0px
	}
}

.about_list_met_36_2_98.met-index-body {
	padding: 70px 0px;
	background-color:;
	background-color:;
	background-image: url('../images/1576732416.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

@media (max-width:991px) {
	.about_list_met_36_2_98.met-index-body {
		padding: 50px 0px
	}
}

@media (max-width:768px) {
	.about_list_met_36_2_98.met-index-body {
		padding: 20px 0px
	}

	.about_list_met_36_2_98 .col-xs-12 {
		float: left;
		width: 100%;
	}
}

.about_list_met_36_2_98 .video-bg img {
	display: none
}

.about_list_met_36_2_98 .about-video {
	position: relative;
	width: 550px;
	max-width: 100%
}

.about_list_met_36_2_98 .about-video * {
	max-width: 100%
}

.about_list_met_36_2_98 .about-video .video-mask video {
	display: block
}

.about_list_met_36_2_98 .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.about_list_met_36_2_98 .btn-group-vertical>.btn-group:after,.about_list_met_36_2_98 .btn-group-vertical>.btn-group:before,.about_list_met_36_2_98 .btn-toolbar:after,.about_list_met_36_2_98 .btn-toolbar:before,.about_list_met_36_2_98 .clearfix:after,.about_list_met_36_2_98 .clearfix:before,.about_list_met_36_2_98 .container-fluid:after,.about_list_met_36_2_98 .container-fluid:before,.about_list_met_36_2_98 .container:after,.about_list_met_36_2_98 .container:before,.about_list_met_36_2_98 .dl-horizontal dd:after,.about_list_met_36_2_98 .dl-horizontal dd:before,.about_list_met_36_2_98 .form-horizontal .form-group:after,.about_list_met_36_2_98 .form-horizontal .form-group:before,.about_list_met_36_2_98 .modal-footer:after,.about_list_met_36_2_98 .modal-footer:before,.about_list_met_36_2_98 .modal-header:after,.about_list_met_36_2_98 .modal-header:before,.about_list_met_36_2_98 .nav:after,.about_list_met_36_2_98 .nav:before,.about_list_met_36_2_98 .navbar-collapse:after,.about_list_met_36_2_98 .navbar-collapse:before,.about_list_met_36_2_98 .navbar-header:after,.about_list_met_36_2_98 .navbar-header:before,.about_list_met_36_2_98 .navbar:after,.about_list_met_36_2_98 .navbar:before,.about_list_met_36_2_98 .pager:after,.about_list_met_36_2_98 .pager:before,.about_list_met_36_2_98 .panel-body:after,.about_list_met_36_2_98 .panel-body:before,.about_list_met_36_2_98 .row:after,.about_list_met_36_2_98 .row:before {
	display: table;
	content: " "
}

.about_list_met_36_2_98 .row {
	margin-right: -15px;
	margin-left: -15px
}

.about_list_met_36_2_98 a,.about_list_met_36_2_98 i,.about_list_met_36_2_98 button,.about_list_met_36_2_98 img,.about_list_met_36_2_98 input,.about_list_met_36_2_98 span,.about_list_met_36_2_98 *::before,.about_list_met_36_2_98 *::after {
	transition: all 0.3s ease 0s
}

.about_list_met_36_2_98 img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: auto
}

.about_list_met_36_2_98 .video-icon a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 0;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	color: #3ba5f7;
	z-index: 99
}

.about_list_met_36_2_98 a,.about_list_met_36_2_98 button,.about_list_met_36_2_98 input {
	outline: medium none;
	color: #606060;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.about_list_met_36_2_98 a {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s
}

.about_list_met_36_2_98 .about-content {
	margin-top: 11px
}

.about_list_met_36_2_98 .section-title h3 {
	font-size: 36px;
	color: #212121;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 22px;
	margin-bottom: 2px;
	position: relative;
	top: 0
}

.about_list_met_36_2_98 h1,.about_list_met_36_2_98 h2,.about_list_met_36_2_98 h3,.about_list_met_36_2_98 h4,.about_list_met_36_2_98 h5,.about_list_met_36_2_98 h6 {
	font-weight: 700;
	margin: 0;
	padding: 0
}

.about_list_met_36_2_98 .section-title h3 span {
	font-weight: 600
}

.about_list_met_36_2_98 .section-title h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url();
	width: 100px;
	height: 5px;
	content: ""
}

.about_list_met_36_2_98 p.bold {
	font-size: 18px;
	color: #666666;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px
}

.about_list_met_36_2_98 p.subp {
	background-color:;
	background-color:;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff
}

.about_list_met_36_2_98 .about-content a {
	margin-top: 5px;
	box-shadow: 0 1px 10px rgba(59,59,59,0.1)
}

.about_list_met_36_2_98 .default-btn {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	margin-top: 25px;
	overflow: hidden;
	padding: 5px 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 9;
	background:;
	background:;
	transition: .3s
}

.about_list_met_36_2_98 .ti-control-play:before {
	content: "\e6ad"
}

.about_list_met_36_2_98 .about-video .about-text {
	position: absolute;
	z-index: 11;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-align: center
}

.about_list_met_36_2_98 .about-video .about-text .svg-title {
	font-size: 26px;
	padding-top: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background-size: 100% auto;
	padding-bottom: 10px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-repeat: no-repeat;
	opacity: 0;
	color: #fff;
	transform: translate3d(0px,40%,0px);
	text-shadow: 0 1px 1px #fff
}

.about_list_met_36_2_98 .about-video .about-text .svg-subtitle {
	font-size: 46px;
	margin-bottom: 70px;
	letter-spacing: 3px;
	background-size: 100% auto;
	padding-bottom: 10px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-repeat: no-repeat;
	transform: translate3d(0px,40%,0px);
	opacity: 0;
	color: #fff;
	text-shadow: 0 1px 1px #fff
}

.about_list_met_36_2_98 .about-video .about-text .video-play {
	width: 70px;
	height: 70px;
	background-image: url('../images/play.png');
	background-size: 70px 70px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	transition: all 218ms ease-out
}

.about_list_met_36_2_98 .video-bg {
	height: 100%
}

.about_list_met_36_2_98 .video-bg:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0
}

.about_list_met_36_2_98 .video-bg video {
	width: 100%;
	height: 100%
}

.about_list_met_36_2_98 .about-video .video-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about_list_met_36_2_98 .is-start {
	opacity: 1;
	z-index: 12
}

.about_list_met_36_2_98 .is-end {
	z-index: -1;
	display: none
}

.about_list_met_36_2_98 .about-full-video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s
}

.about_list_met_36_2_98 .about-full-video .video-close {
	position: absolute;
	z-index: 13;
	right: 18px;
	top: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #333;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 60px;
	-webkit-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	background: #fff
}

.about_list_met_36_2_98 .about-full-video .video-close:hover {
	color: #333;
	background-color: rgba(255,255,255,0.5)
}

.about_list_met_36_2_98 .about-full-video .res-16v9 {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%
}

.about_list_met_36_2_98 .about-full-video .res-16v9 .full-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.about_list_met_36_2_98 .about-content a:hover {
	background-color: #064d9c;
	background-color: #ffffff;
	border: 1px solid #064d9c;
	border: 1px solid #ffffff;
	color: #064d9c
}

@media (max-width:767px) {
	.about_list_met_36_2_98 .about-video {
		width: 100%
	}

	.about_list_met_36_2_98 .about-video .video-bg img {
		display: block;
		width: 100%;
		height: 100%
	}

	.about_list_met_36_2_98 .video-bg:after {
		height: 100%
	}

	.about_list_met_36_2_98 .video-bg video {
		display: none
	}
}

.about_list_met_36_2_98 .about-video .video-bg video {
	width: 550px;
	height: 372px
}

@media (max-width:1024px) {
	.about_list_met_36_2_98 .col-lg-6 {
		float: left;
		width: 100%
	}
}

.news_list_met_16_14_100 .transition {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.news_list_met_16_14_100 .over-scale {
	position: relative;
	display: block;
	overflow: hidden
}

.news_list_met_16_14_100 .over-scale:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.news_list_met_16_14_100 {
	padding: 35px 0
}

@media (max-width:1025px) {
	.news_list_met_16_14_100 {
		padding: 30px 0
	}
}

@media (max-width:767px) {
	.news_list_met_16_14_100 {
		padding: 30px 0
	}
}

.news_list_met_16_14_100.met-index-body {
	background-color:;
	background-color: #f7f7f7
}

.news_list_met_16_14_100.met-index-body {
	background-image: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.news_list_met_16_14_100 .title {
	text-align: center
}

.news_list_met_16_14_100 .title h3 {
	font-size: 24px;
	color: #212121;
	color:;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0px
}

.news_list_met_16_14_100 .title h3:before {
	content: '';
	height: 1px;
	background-color: #064d9c;
	background-color:;
	width: 25px;
	display: block;
	position: absolute;
	left: -35px;
	top: 50%
}

.news_list_met_16_14_100 .title h3:after {
	content: '';
	height: 1px;
	background-color: #064d9c;
	background-color:;
	width: 25px;
	display: block;
	position: absolute;
	right: -35px;
	top: 50%
}

.news_list_met_16_14_100 .met-case-list {
	margin-top: 35px
}

.news_list_met_16_14_100 .met-headline-case {
	padding-right: 8px
}

.news_list_met_16_14_100 .met-headline-case .headline-case-title {
	padding-top: 20px
}

.news_list_met_16_14_100 .met-headline-case li:nth-child(n+2) {
	list-style: disc;
	list-style-position: inside
}

.news_list_met_16_14_100 .met-headline-case li:nth-child(n+2) h4 {
	display: inline-block
}

.news_list_met_16_14_100 .met-headline-case li:nth-child(n+2) a {
	
}

.news_list_met_16_14_100 .met-headline-case .headline-case-title a {
	font-size: 18px;
	color: #212121;
	color:;
	margin: 0px
}

.news_list_met_16_14_100 .met-headline-case .headline-case-title a:hover,.news_list_met_16_14_100 .items .media-heading a:hover,.news_list_met_16_14_100 .items:nth-child(n+3) a:hover,.news_list_met_16_14_100 .met-headline-case .headline-case-title a:hover span,.news_list_met_16_14_100 .items .media-heading a:hover span,.news_list_met_16_14_100 .items:nth-child(n+3) a:hover span {
	text-decoration: underline;
	color: #064d9c !important;
	color: !important
}

.news_list_met_16_14_100 .met-headline-case .headline-case-title p {
	font-size: 12px;
	color: #333333;
	color:;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px
}

.news_list_met_16_14_100 .met-headline-case img {
	width: 100%;
	max-height: 420px;
}

.news_list_met_16_14_100 .media-lg .media-object {
	width: 276px
}

.news_list_met_16_14_100 .items .media-left a {
	display: block
}

.news_list_met_16_14_100 .items+.items {
	margin-top: 30px
}

.news_list_met_16_14_100 .items .media-heading {
	margin: 0px 0px
}

.news_list_met_16_14_100 .items a {
	font-size: 18px;
	color: #212121;
	color:
}

.news_list_met_16_14_100 .items .desc {
	text-align: justify;
	color: #333333;
	color:;
	margin: 0px
}

.news_list_met_16_14_100 .items:nth-child(n+3) {
	list-style: disc;
	list-style-position: inside;
	margin-top: 30px
}

@media (max-width:1600px) {
	.news_list_met_16_14_100 .met-headline-case {
		padding-right: 12px
	}

	.news_list_met_16_14_100 .media-lg .media-object {
		width: 368px
	}
}

@media (max-width:1600px) {
	.news_list_met_16_14_100 .media-lg .media-object {
		width: 254px
	}

	.news_list_met_16_14_100 .items .media-heading {
		margin: 0px
	}
}

@media (max-width:1025px) {
	.news_list_met_16_14_100 .met-case-list {
		margin-top: 40px
	}
}

@media (max-width:992px) {
	.news_list_met_16_14_100 .met-headline-case {
		margin-bottom: 40px
	}
}

@media (max-width:767px) {
	.news_list_met_16_14_100 .met-case-list {
		margin-top: 30px
	}
}

@media (max-width:480px) {
	.news_list_met_16_14_100 .media-lg .media-object {
		width: 100%
	}

	.news_list_met_16_14_100 .media-left {
		padding-right: 0px
	}
}
.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	font-weight: bold;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #dd0000;
	padding: 0;
}
.pc-slide {
	float: left;
	width: 301px;
}
.pc-slide .view {border: 1px solid #064d9c;}
.view .swiper-slide .img-center {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .active-nav .img-center {
	border-color: #dd0000;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}