
/*动画*/
.animation-slide-top10 {
	animation-name: slide-top10;
	-webkit-animation-name: slide-top10;
	-moz-animation-name: slide-top10;
	-ms-animation-name: slide-top10;
	-o-animation-name: slide-top10;
}
.animation-slide-bottom10 {
	animation-name: slide-bottom10;
	-webkit-animation-name: slide-bottom10;
	-moz-animation-name: slide-bottom10;
	-ms-animation-name: slide-bottom10;
	-o-animation-name: slide-bottom10;
}
.animation-slide-left10 {
	animation-name: slide-left10;
	-webkit-animation-name: slide-left10;
	-moz-animation-name: slide-left10;
	-ms-animation-name: slide-left10;
	-o-animation-name: slide-left10;
}
.animation-slide-right10 {
	animation-name: slide-right10;
	-webkit-animation-name: slide-right10;
	-moz-animation-name: slide-right10;
	-ms-animation-name: slide-right10;
	-o-animation-name: slide-right10;
}
.animation-slide-top50 {
	animation-name: slide-top50;
	-webkit-animation-name: slide-top50;
	-moz-animation-name: slide-top50;
	-ms-animation-name: slide-top50;
	-o-animation-name: slide-top50;
}
.animation-slide-bottom50 {
	animation-name: slide-bottom50;
	-webkit-animation-name: slide-bottom50;
	-moz-animation-name: slide-bottom50;
	-ms-animation-name: slide-bottom50;
	-o-animation-name: slide-bottom50;
}
.animation-slide-left50 {
	animation-name: slide-left50;
	-webkit-animation-name: slide-left50;
	-moz-animation-name: slide-left50;
	-ms-animation-name: slide-left50;
	-o-animation-name: slide-left50;
}
.animation-slide-right50 {
	animation-name: slide-right50;
	-webkit-animation-name: slide-right50;
	-moz-animation-name: slide-right50;
	-ms-animation-name: slide-right50;
	-o-animation-name: slide-right50;
}
@-webkit-keyframes slide-top10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-top10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-top10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-bottom10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-bottom10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-bottom10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-left10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-left10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-left10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-right10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-right10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-right10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-top50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-top50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-top50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-bottom50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 50%, 0);
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-bottom50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 50%, 0);
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-bottom50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 50%, 0);
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-left50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-left50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-left50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-right50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-right50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes slide-right50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}



* {
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* box-sizing: border-box; */
}



    /* 首页盒子 */
    .met-index-body {
		padding: 70px 0px 0px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 600px;
	  }
  
	  .met-index-body h2 {
		font-size: 42px;
		margin-top: 0px;
		text-align: center;
		/* font-weight: 500; */
		color: #e7272d;
	  }
  
	  .met-index-body p.desc {
		font-size: 16px;
		font-weight: 300;
		text-align: center;
		width: 80%;
		color: #999;
		margin: 0px auto;
	  }
  
	  @media (max-width: 991px) {
		.met-index-body {
		  padding: 60px 0px;
		}
	  }
  
	  @media (max-width: 767px) {
		.met-index-body {
		  padding: 50px 0px;
		}
  
		.met-index-body h2 {
		  font-size: 28px;
		}
  
		.met-index-body p.desc {
		  font-size: 14px;
		}
	  }
  
	  .met-index-body .more {
		display: block;
		margin: 0 auto;
		width: 150px;
		padding: 0 5px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
		color: #514a45;
		border: 1px solid #514A45;
		margin-top: 50px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: background-color 0.5s linear;
		-moz-transition: background-color 0.5s linear;
		-webkit-transition: background-color 0.5s linear;
		-o-transition: background-color 0.5s linear;
	  }
  
	  .met-index-body .more:hover {
		color: #fff;
		background-color: #e7272d;
		border-color: #e7272d;
	  }
  
	  /* 服务 */
	  .met-index-about [class*=blocks] li {
		margin: 30px 0 0;
		clear: none;
	  }
  
	  .met-index-about [class*=blocks] li:hover i {
		background: #4E97D9;
		color: #fff;
	  }
  
	  .met-index-about [class*=blocks] li i {
		width: 120px;
		height: 120px;
		background: #eee;
		text-align: center;
		font-size: 50px;
		line-height: 120px;
		color: #5e7387;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;
		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;
	  }
  
	  .met-index-about [class*=blocks] li img {
		max-width: 100%;
		-moz-transition: all 1s ease 0s;
		-ms-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		-webkit-transition: all 18s ease 0s;
		transition: all 1s ease 0s;
	  }
  
	  .met-index-about [class*=blocks] li .about-info {
		padding: 5px 15px;
		background: #fff;
		display: block;
		position: relative;
	  }
  
	  .met-index-about [class*=blocks] li .about-info h3 {
		color: #333;
		font-size: 20px;
		font-weight: 500;
		margin: 5px 0;
		text-align: center;
	  }
  
	  .met-index-about [class*=blocks] li .about-info p {
		font-weight: 300;
		color: #999;
	  }
  
	  .met-index-about [class*=blocks] li .about-info:after {
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #c21f1f;
		position: absolute;
		left: 0;
		bottom: 0;
		-moz-transition: all 1s ease 0s;
		-ms-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	  }
  
	  .met-index-about [class*=blocks] li .about-shadow {
		display: block;
		width: 100%;
		overflow: hidden;
	  }
  
	  .met-index-about [class*=blocks] li a {
		text-decoration: none;
	  }
  
	  .met-index-about [class*=blocks] li a:active,
	  .met-index-about [class*=blocks] li a:focus,
	  .met-index-about [class*=blocks] li a:hover {
		text-decoration: none;
	  }
  
	  .met-index-about [class*=blocks] li:hover .about-info:after {
		width: 100%;
	  }
  
	  .met-index-about [class*=blocks] li:hover .about-info h3 {
		color: #c21f1f;
	  }
  
	  .met-index-about [class*=blocks] li:hover .about-shadow {
		box-shadow: 0px 5px 10px #e0e0e0;
	  }
  
	  .met-index-about [class*=blocks] li:hover img {
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		width: 100%
	  }





dl {
	margin-top: 0;
	/* margin-bottom: 22px */
}
dd, dt {
	line-height: 1.57142857
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}


@media (min-width:1200px) {
.container {
	width: 1200px
}
}



.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0
}
}

.blocks, [class*="blocks-"] {
 padding: 0;
 margin: 0;
 margin-top:15px;
 margin-right: -15px;
 margin-left: -15px;
 list-style: none;
}
.blocks:before, [class*="blocks-"]:before, .blocks:after, [class*="blocks-"]:after {
	display: table;
	content: " ";
}
.blocks:after, [class*="blocks-"]:after {
	clear: both;
}
.blocks > li, [class*="blocks-"] > li {
 position: relative;
 float: left;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
 margin-bottom: 22px;
}
.blocks.no-space, [class*="blocks-"].no-space {
	margin: 0;
}
.blocks.no-space > li, [class*="blocks-"].no-space > li {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.blocks-2 > li:nth-child(2n+3), .blocks-3 > li:nth-child(3n+4), .blocks-4 > li:nth-child(4n+5), .blocks-5 > li:nth-child(5n+6), .blocks-6 > li:nth-child(6n+7), .block-first {
	clear: both;
}
.blocks-100 > li {
	width: 100%;
}
.blocks-2 > li {
	width: 50%;
}
.blocks-3 > li {
	width: 33.33333333%;
}
.blocks-4 > li {
	width: 25%;
}
.blocks-5 > li {
	width: 20%;
}
.blocks-6 > li {
	width: 16.66666667%;
}
@media (min-width: 480px) {
.blocks-xs-100 > li {
	width: 100%;
}
}
@media (min-width: 480px) {
.blocks-xs-2 > li {
	width: 50%;
}
}
@media (min-width: 480px) {
.blocks-xs-3 > li {
	width: 33.33333333%;
}
}
@media (min-width: 480px) {
.blocks-xs-4 > li {
	width: 25%;
}
}
@media (min-width: 480px) {
.blocks-xs-5 > li {
	width: 20%;
}
}
@media (min-width: 480px) {
.blocks-xs-6 > li {
	width: 16.66666667%;
}
}
@media (min-width: 768px) {
.blocks-sm-100 > li {
	width: 100%;
}
}
@media (min-width: 768px) {
.blocks-sm-2 > li {
	width: 50%;
}
}
@media (min-width: 768px) {
.blocks-sm-3 > li {
	width: 33.33333333%;
}
}
@media (min-width: 768px) {
.blocks-sm-4 > li {
	width: 25%;
}
}
@media (min-width: 768px) {
.blocks-sm-5 > li {
	width: 20%;
}
}
@media (min-width: 768px) {
.blocks-sm-6 > li {
	width: 16.66666667%;
}
}
@media (min-width: 992px) {
.blocks-md-100 > li {
	width: 100%;
}
}
@media (min-width: 992px) {
.blocks-md-2 > li {
	width: 50%;
}
}
@media (min-width: 992px) {
.blocks-md-3 > li {
	width: 22%;
}
}
@media (min-width: 992px) {
.blocks-md-4 > li {
	width: 25%;
}
}
@media (min-width: 992px) {
.blocks-md-5 > li {
	width: 20%;
}
}
@media (min-width: 992px) {
.blocks-md-6 > li {
	width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.blocks-lg-100 > li {
	width: 100%;
}
}
@media (min-width: 1200px) {
.blocks-lg-2 > li {
	width: 50%;
}
}
@media (min-width: 1200px) {
.blocks-lg-3 > li {
	width: 33.33333333%;
}
}
@media (min-width: 1200px) {
.blocks-lg-4 > li {
	width: 22%;
}
}
@media (min-width: 1200px) {
.blocks-lg-5 > li {
	width: 20%;
}
}
@media (min-width: 1200px) {
.blocks-lg-6 > li {
	width: 16.66666667%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-100 > li {
	width: 100%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-2 > li {
	width: 50%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-3 > li {
	width: 22%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-4 > li {
	width: 22%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-5 > li {
	width: 20%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-6 > li {
	width: 16.66666667%;
}
}

/*metinfo.css*/
/*变量定义*/
/*变量*/
/*文字颜色（深）*/
/*鼠标经过文字颜色*/
/*选中状态*/
/*圆角度*/
/*导航高度*/
/*文字颜色（淡）*/
/*文字颜色（浅）*/
/*导航选中背景*/
/*首页间隔区块背景*/
/*面包屑导航*/
/*内页主体背景*/
/*编辑器内容背景*/
/*编辑器文字颜色*/
/*内页背景色*/
/*边框颜色*/
/*样式方法*/
/*超链接文字颜色*/

/* 背景渐变色 */
/*css3样式*/
/* . */
/*行高*/

/*图片画廊皮肤*/
.fngallery .lg-item-box img {
	cursor: zoom-in;
}

/* 省略号 */
.slh, .pager li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 延迟加载背景图片 */
img.imgloading:not([src*=base64]), img.slick-loading:not([src*=base64]) {
	object-fit: scale-down;
}
