/* CSS Document */
body {
	font-family: "微软雅黑","Arial";
	font-size: 14px;
	color: #666;
	line-height: 24px;
	background: #eee;
}
td, th {
    padding: 3px 0px;
}
table .active{
	background: #eee;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus, a:hover {
	color: #333;
	text-decoration: none;
}

* {
	outline: 0!important;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

ul,li,ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.text-indent {
	text-indent: 25px;
}

header .navbar {
	margin-bottom: 0px;
}

header .navbar {
	border: none;
	background-color: #105d98;
}

.navbar-brand {
	padding: 30px 15px;
}

#top_nav .navbar-nav > li > a {
	padding: 30px 20px;
	color: #afc9dc;
}

#top_nav .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
	color: #fff;
	background: none;
}
#top_nav .dropdown>.dropdown-menu{
	left:0;
	border-radius: 0;
	background: #105d98;
}
#top_nav .dropdown>.dropdown-menu>li>a,#top_nav .dropdown>.dropdown-menu>li>a:hover{
	color: #fff;
	background: none;
	padding: 10px 15px;
}
#top_nav .open > a, .nav .open > a:hover, .nav .open > a:focus,#top_nav .dropdown > a, .nav .dropdown > a:hover, .nav .dropdown > a:focus{
	background: none;
	color: #fff;
}

.carousel-caption {
	position: absolute;
	width: 100%;
	height: auto;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.carousel-caption h1 {
}

.carousel-caption p {
	padding-top: 30px;
	font-size: 24px;
	color: #FFF;
}

.series {
	font-size: 18px;
	color: #FFF;
	padding: 30px 0px;
	overflow: hidden;
	background: linear-gradient(to right, #0c4d87, #156eaa);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.series i {
	margin-right: 10px;
}

.series:hover {
	background: linear-gradient(to right, #46494c, #5b5e60);
}

.application {
	width: 100%;
	overflow: hidden;
}

.application-title {
	padding: 60px 15px;
}

.application-title h2 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.application-title span {
	color: #888;
}

.application-info {
}

.show-item {
	width: 100%;
}

.show-item ul {
	margin-left: -2px;
	margin-right: -2px;
}

.show-item ul li {
	float: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding: 1px;
}

.item_warp {
	overflow: hidden;
	position: relative;
}

.show-item ul li img {
	max-width: 100%;
	height: auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.show-item li:hover img,.leader-list1:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-o-opacity: 0;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.mask_warp {
	display: table;
	width: 100%;
	height: 100%;
}

.mask-cont {
	display: table-cell;
	vertical-align: middle;
}

.mask:before,.mask:after {
	content: '';
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	-webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
	transition: opacity .35s ease-in-out,transform .35s ease-in-out;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.mask:before {
	border-top: 3px solid rgba(255,255,255,0.5);
	border-bottom: 3px solid rgba(255,255,255,0.5);
	-webkit-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.mask:after {
	border-left: 3px solid rgba(255,255,255,0.5);
	border-right: 3px solid rgba(255,255,255,0.5);
	-webkit-transform: scale3d(1, 0, 1);
	-ms-transform: scale3d(1, 0, 1);
	-o-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.mask:hover:before,.mask:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.mask-cont h1,.mask-cont p,.mask-cont span {
	color: white;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-o-opacity: 0;
	transition: .35s;
}

.mask-cont h1 {
	font-size: 20px;
	font-weight: normal;
	max-width: 70%;
	margin: 0 auto;
}

.mask-cont span {
	display: block;
	font-size: 12px;
	width: 102px;
	height: 34px;
	line-height: 34px;
	margin: -3% auto 0;
	color: white;
	background: #e54e12;
}

.item-box:hover>.mask {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	-o-opacity: 100;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000),alpha(opacity=0);
}

.item-box:hover>.mask p,.item-box:hover>.mask h1,.item-box:hover>.mask span {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	-o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
	margin: 3% auto 0;
}

.about {
	width: 100%;
	overflow: hidden;
}

.about-title {
	padding: 60px 0px;
}

.about-title h2 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.about-title span {
	color: #888;
}

.about-info {
	width: 100%;
	background: #FFF;
	overflow: hidden;
}

.about-info .text {
	padding: 30px 30px;
	line-height: 30px;
}

.about-info .text h3 {
	margin-bottom: 30px;
}

.about-info .text .btn {
	margin-top: 30px;
}

footer {
	margin-top: 60px;
	color: #fff;
	background: linear-gradient(to right, #0c4d87, #156eaa);
}

footer .bottom-nav {
	padding: 30px 0px;
}

footer .bottom-nav  p {
	color: #FFF;
	font-size: 18px;
	line-height: 48px;
}

footer .bottom-nav  li,footer .bottom-nav  li a {
	color: #fff;
	line-height: 30px;
	list-style: none;
	opacity: 0.8;
}

footer .bottom-nav  li a:hover {
	opacity: 1;
}

footer .bottom-nav  li i {
	margin-right: 10px;
}

footer .copyright {
	clear: both;
	padding: 30px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}
.ny_main{padding:20px 0;}
.ny_main_t{margin-bottom:30px;border-bottom:1px solid #ddd;}
.ny_main h5,.ny_main_t a{display:inline-block;padding:5px 10px 5px 0;}
.ny_main_t h5{padding-left:10px;color:#666;}
.ny_content{color:#666;line-height:28px;}
.ny_about p{text-indent:2em;}
.ny_news .media_news{position:relative;margin-bottom:20px;padding:20px 12px;min-height:322px;background:#f5f5f5;}
.ny_news .media_news h4{font-weight:700;font-size:16px;line-height:26px;}
.ny_news .media_news h5{margin-top:0;color:#666;line-height:26px;}
.ny_news .media_news span{position:absolute;bottom:0;left:15px;display:inline-block;margin:10px 0;padding:10px 20px;border-radius:6px;background:#00518f;color:#fff;}
.shownews h3{margin-bottom:5px;text-align:center;}
.shownews span{display:inline-block;width:100%;color:#666;text-align:center;font-size:12px;}
.shownews p{color:#555;line-height:22px;}
.nav_pro_t{padding:15px 20px;background:#105d98;color:#fff;}
.nav_pro_t h4{letter-spacing:2px;font-weight:700;}
.nav_pro ul{perspective:1000px;-webkit-perspective:1000px; transform-style: preserve-3d;-webkit-transform-style: preserve-3d; /* Safari and Chrome */}
.nav_pro ul li{position:relative;margin:8px 0;background:#BFBFBF;transition:.3s;}
.nav_pro ul li a{display:block;padding:15px 20px;color:#fff;}
.nav_pro ul li:hover{transform:translateZ(50px);background:#105d98;}
.nav_pro ul li span{position:absolute;top:50%;right:10px;display:block;color:#fff;transform:translateY(-50%);}
.ny_pro .media_pro{margin-bottom:30px;}
.ny_pro .media_pro .pro_img{border:1px solid #ededed;}
.ny_pro .media_pro .pro_body{width:100%;background:#105d98;color:#fff;text-align:center;line-height:36px;}
.ny_app_c,.ny_download_c{position:relative;margin-bottom:30px;padding:40px 15px;min-height:350px;background:#f5f5f5;}
.ny_app_c h5{color:#888;line-height:26px;}
.ny_app_c a,.ny_download_c a{position:absolute;bottom:15px;left:15px;z-index:2;display:inline-block;padding:10px 15px;border-radius:4px;background:#00518f;color:#fff;}
.ny_download_c{background-position:50%;background-size:cover;background-repeat:no-repeat;}
.ny_download_c span{position:absolute;top:0;left:0;z-index:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.4);}
.ny_download_c h3{position:relative;z-index:1;color:#fff;}
.ny_download_c h5{position:relative;z-index:1;color:#f5f5f5;line-height:26px;}
.panel-title>a{display:block;width:100%;}
#map{width:100%;height:500px;}
.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.row p img {
	width: 100%;
}
.ny_pro ul li a{
	background: #eee;
}
.dropdown-menu{
	min-width: 220px;
}

/* 首页新闻区块 */
.news_list_met_16_2.met-index-body{background:;}
.news_list_met_16_2.met-index-body.bgcolor{background:;}
.news_list_met_16_2.met-index-body.bgpic{background:url() no-repeat;background-size: cover;background-position: center;}
.news_list_met_16_2.met-index-body{padding:70px 0px 0px;}
.news_list_met_16_2.met-index-body .container{max-width: 1310px;}
.news_list_met_16_2.met-index-body h2{font-size:36px;color:#164074;}
.news_list_met_16_2.met-index-body p.desc{padding:0 10%;font-size:16px;color:#999999;color:;}
.news_list_met_16_2 .index-news-list{margin-top:20px;}
.news_list_met_16_2 .index-news-list li{padding: 15px; border: 1px solid transparent; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;margin: 10px 1%; float: left; width: 48%; background: #ffffff;}
.news_list_met_16_2 .index-news-list li .media{position:relative;}
.news_list_met_16_2 .index-news-list li h4{font-size:16px;}
.news_list_met_16_2 .index-news-list li p.des{line-height:1.8;font-size:13px;}
.news_list_met_16_2 .index-news-list li .media-body{padding: 10px 25px; text-align: left; padding-right: 80px;}
.news_list_met_16_2 .index-news-list li img{width: 100%; border-radius: 3px;}
.news_list_met_16_2 .index-news-list li a{color:#164074;}
.news_list_met_16_2 .index-news-list li p{color:#999999;color:;}
.news_list_met_16_2 .index-news-list li.shadow:hover{ box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);}
.news_list_met_16_2 .index-news-list li .details {position: absolute; bottom: 34px; right: 25px; display: block; width: 29px; height: 29px; border: 1px solid #ddd; border-radius: 3px; color: transparent; -webkit-transition: all ease-out 0.3s; transition: all ease-out 0.3s; text-indent: 6px; }
.news_list_met_16_2 .index-news-list li .details i{font-size: 18px; color: #ddd; line-height: 28px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.news_list_met_16_2 .index-news-list li:hover a,.news_list_met_16_2 .index-news-list li:hover .details i{color:#164074;color:;}
.news_list_met_16_2 .index-news-list li:hover .details{right: 0; border-color: #164074;border-color: ;}
@media (max-width:991px){
    .news_list_met_16_2.met-index-body{padding:60px 0px;}
  .news_list_met_16_2 .index-news-list li p.des{max-height:5.4em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
}
@media (max-width:767px){
    .news_list_met_16_2.met-index-body{padding:30px 0px 0px;}
  .news_list_met_16_2 .index-news-list li{width:100%!important;margin-top:20px;}
  .news_list_met_16_2 .index-news-list li h4{font-size:16px;}
  .news_list_met_16_2 .index-news-list li p.des{max-height:3.6em;-webkit-line-clamp:2;}
}
@media (max-width:991px){
  .news_list_met_16_2 .index-news-list{margin-top:10px;}
}
.links {
	padding-bottom: 10px; overflow: hidden; width: 100%;
}
.links p {display: initial;color: #ffffff;}
.links p a {color: #ffffff;}
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}