/* 本例子css */
.slideBox {
	width: 100%;
	height: 475px;
	overflow: hidden;
	position: relative;
	background: #dce6ee;
  	top: 20px;opacity: 0;
}
.slideBox .hd {
	height: 11px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 80px;
	margin: auto;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 9px;
	height: 9px;
	line-height: 14px;
	text-align: center;
	border-radius: 5px;
	background: #9c9c9c /*url(icoCircle.png) top center no-repeat*/;
	cursor: pointer;
}
.slideBox .hd ul li.on{
	background: #0e90d2 /*url(icoCircle.png) bottom center no-repeat*/;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	height: 475px;
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.slideBox .bd .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.prev, .next  {
	position: absolute;
	left: 3%;
	bottom: 0px;
	display: block;
	width: 38px;
	height: 64px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.prev {
	background: url(btn_nl.png) left center no-repeat;
}
.next {
	background: url(btn_nr.png) right center no-repeat;
	left: auto;
	right: 3%;
	/*background-position: 0px 0px;*/
}
.prev:hover, .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}


#slideBox .bd li .pic{margin-right: 3%;width: 65%;height: 475px;overflow: hidden;}
#slideBox .bd li .pic img{width: 100%;}
#slideBox .bd li .pic .nt{position: absolute;left: 0px;top: 22px;background: #004d9e;text-align: center;font-size: 16px;color: #ffffff;width: 90px;height: 30px;line-height: 30px;}
#slideBox .bd li .n_con{width: 32%;height: 100%;}
#slideBox .bd li .n_con .ct, #slideBox .bd li .n_con .ct a{font-size: 18px;color: #585858;}
#slideBox .bd li .n_con .tit{font-size: 24px;color: #093389;text-align: left;margin-bottom: 11px;margin-top: 35px;padding-right: 30px;}
#slideBox .bd li .n_con .tit a{font-size: 24px;color: #093389;}
#slideBox .bd li .n_con .dt{font-size: 16px;color: #8d8d8d;text-align: left;position: absolute;bottom: 37px;}
#slideBox .bd li .n_con .dt > span{color: #000000;}
#slideBox .bd li .n_con .dt > span > span{color: #0058ff;}
#slideBox .bd li .n_con .dt i{display: inline-block;background: url("dot_view_dt.gif") center center no-repeat;width: 15px;height: 15px;margin-right: 4px;display: none;}
#slideBox .bd li .n_con .info{font-size: 16px;line-height: 28px;color: #474747;text-indent: 2em;padding-right: 30px;padding-top: 25px;}
#slideBox .bd li .n_con .info a{font-size: 16px;line-height: 28px;color: #474747;}
#slideBox .bd li .n_con .more{position: absolute;bottom: 16px;background: url("ico_new_pic_more.png") left center no-repeat;line-height: 32px;height: 32px;}
#slideBox .bd li .n_con .more a{font-size: 16px;color: #353535;}
#slideBox .hd{width: auto;right: 0;bottom: 37px;display: none;}
#slideBox .prev, #slideBox .next{display: none;}


.pic_li {position: relative;top: 30px;opacity: 0;}
.pic_li ul li {padding: 15px;}
.pic_li ul li .am-gallery-item{padding-bottom: 12px;}
.pic_li ul li .am-gallery-item .pc{background: #f6f6f6;text-align: center;position: relative;}
.pic_li ul li .am-gallery-item img{width: 100%;}
/*.pic_li ul li:nth-child(3n+0) .am-gallery-item{margin-right: 0;}*/
.pic_li ul li .am-gallery-title{text-align: left;background: #ffffff;font-size: 18px;color: #000000;line-height: 26px; min-height: 54px;}
.pic_li ul li .am-bt{text-align: left;font-size: 16px;color: #b8b8b8;line-height: 24px;margin-top: 8px;display: none;}
.pic_li ul li:hover .am-gallery-item{background: #013888;}
.pic_li ul li:hover .am-gallery-title{background: #013888;color: #ffffff;padding: 0px 22px;}
.lb-data .lb-number{display: none !important;}

.list_pcn_pd {position: relative;top: 20px;opacity: 0;}
.list_pcn_pd ul li{padding: 15px;}
.list_pcn_pd ul li .am-gallery-item{position: relative;height: 480px;background: #ffffff;margin-bottom: 12px;box-shadow: 0 0 15px #eee; }
.list_pcn_pd ul li .nl-tit {font-size: 20px;color: #0a3289;margin-top: 30px;margin-bottom: 11px;}
.list_pcn_pd ul li .nl-pic {
	background: #ffffff;
	max-height: 240px;
	position: relative;
    overflow: hidden;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn_pd ul li .ico_n {background: url("ico_news.png") no-repeat center;width: 60px;height: 60px;position: absolute;margin-top: -15px;right: 3%;opacity: 0;-webkit-transition: all .8s;
	transition: all .8s;z-index: 99;}
.list_pcn_pd ul li .am-gallery-item .nt {position: absolute;left: 0px;top: 22px;background: #004d9e;text-align: center;font-size: 16px;color: #ffffff;width: 90px;height: 30px;line-height: 30px;z-index: 99;}
.list_pcn_pd ul li .nl-dt {font-size: 14px;color: #666666;position: absolute;bottom: 5%;}
.list_pcn_pd ul li .nl-dt span {color: #0058ff;}
.list_pcn_pd ul li .nl-not {
	line-height: 26px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
	text-indent: 2em;
}
.list_pcn_pd ul li .am-gallery-item .nl-pic img{transition: all 0.5s;-webkit-transition: all 0.5s}
/*.list_pcn_pd ul li .am-gallery-item:hover {box-shadow: 0 0 15px #ccc;}*/
.list_pcn_pd ul li .am-gallery-item .nl-tit, .list_pcn_pd ul li .am-gallery-item .nl-dt, .list_pcn_pd ul li .am-gallery-item .nl-not {padding-left: 25px;padding-right: 25px;}
.list_pcn_pd ul li .am-gallery-item:hover .ico_n {opacity: 1;margin-top: -35px;}
.list_pcn_pd ul li .am-gallery-item:hover .nl-pic img  {transform:scale(1.05);-webkit-transform:scale(1.05);z-index: -1;}


.list_pcn {position: relative;top: 0px;opacity: 0;}
.list_pcn ul li{padding: 15px;}
.list_pcn ul li .am-gallery-item{position: relative;height: 420px;background: #ffffff;margin-bottom: 12px;border: 1px #f1f1f1 solid;/*box-shadow: 0 0 15px #eee;*/ }
.list_pcn ul li:nth-child(3n+0) .am-gallery-item{margin-right: 0;}
.list_pcn ul li .nl-info {padding-top: 26px;}
.list_pcn ul li .nl-tit {
	line-height: 36px;
	font-size: 20px;
	color: #0a3289;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn ul li .nl-dt {
	line-height: 18px;
	font-size: 14px;
	color: #b5b5b5;
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn ul li .nl-dt span{color: #0058ff;}
.list_pcn ul li .nl-pic {
	background: #ffffff;
	height: 230px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn ul li .nl-ph{width: 100%;height: 35px;}
.list_pcn ul li .nl-pic img{width: 100%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn ul li:hover .nl-pic img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.list_pcn ul li:hover .am-gallery-item: {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
	transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
}
.list_pcn ul li .am-gallery-item:before {
	content: "";
	width: 100%;
	height: 0px;
	background: #003585;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s 0s ease-in-out;
	transition: all .5s 0s ease-in-out;
	z-index: 1;
}
.list_pcn ul li:hover .am-gallery-item:before {
	height: 100%;
	visibility: visible;
}
.list_pcn ul li .nl-not {
	line-height: 26px;
	font-size: 16px;
	color: #717171;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 22px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 52px;
	margin-top: 8px;
}
.list_pcn ul li .nl-not a {
	line-height: 26px;
	font-size: 14px;
	color: #717171;
	text-decoration: underline;
}
.list_pcn ul li .fx{height: 54px;line-height: 54px;text-align: right;display: none;border-top: 1px #eaeaea solid;display:none;}
.list_pcn .rt_subtit{display:none;}

.list_pcn ul li:hover .am-gallery-item .nl-dt{color: #ffffff;opacity: 0.6;}
.list_pcn ul li:hover .am-gallery-item .nl-dt span{color: #ffffff;}
.list_pcn ul li:hover .am-gallery-item .nl-not{color: #ffffff;opacity: 0.6;}
.list_pcn ul li:hover .am-gallery-item .nl-tit{color: #ffffff;}
.list_pcn ul li:hover .pic img {transform:scale(1.05);-webkit-transform:scale(1.05);z-index: -1;}

.rt_tt .more{float: right;margin-top: -50px;margin-right: 12px;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced{position: relative;margin-bottom: 20px;border: none;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .pc{position: relative;background: #124390;width: 100%;height: 100%;min-height: 240px;line-height: 240px;text-align: center;font-size: 22px;color: #ffffff;}
.list_pcn .am-list-news-default .am-list-item-hd a{font-size: 20px;line-height: 56px;height: 56px;color: #013684;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .am-list-item-text{font-size: 14px;line-height: 26px;max-height: 140px;color: #8d8d8d;text-indent: 2em;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .am-more{border-radius: 8px;font-size: 14px;line-height: 27px;height: 27px;color: #e70012;width: 96px;text-align: center;border: 1px #e70012 solid;position: absolute;bottom: 10px;right: 10px;}
.list_pcn .am-list-news-default .am-list .dt{font-size: 14px;color: #8d8d8d;text-align: left;margin-bottom: 35px;}
.list_pcn .am-list-news-default .am-list .dt span{color: #8e8e8e;}
.list_pcn .am-list-news-default .am-list .dt i{display: inline-block;background: url("dot_view_dt.gif") center center no-repeat;width: 15px;height: 15px;margin-right: 4px;}

.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover{box-shadow: 0 0 15px #ccc;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-list-item-hd a{color: #e50112;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-list-item-text{color: #000000;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-more{color: #ffffff;background: #d31b19;}

.list_mtjj ul li .am-gallery-item{height: 200px;}

.li_jtxw ul li{padding: 0px;}
.li_jtxw ul li .am-gallery-item{height: 480px;}
.li_jtxw ul li .nl-tit{padding-top: 30px;height: auto;}
.li_jtxw ul li .nl-not{padding-top: 10px;padding-bottom: 0px;height: 66px;overflow: hidden;}
.li_jtxw ul li .nl-dt{padding-top: 10px;padding-bottom: 10px;height: auto;}
.li_jtxw ul li .nl-pic{position: relative;height: 50%;}
.li_jtxw ul li:nth-child(3) .nl-pic{position: absolute;bottom: 0;width: 100%;}
.li_jtxw ul li .nl-pic i{width: 23px;background: url("ico_wt.png") bottom center no-repeat;height: 12px;position: absolute;bottom: 0;z-index: 99;left: 50%;margin-left: -11px;}
.li_jtxw ul li:nth-child(3) .nl-pic i{background: url("ico_wb.png") bottom center no-repeat;top: 0;}
.li_jtxw ul li:hover .nl-pic i{background: url("ico_wt_ov.png") bottom center no-repeat;}
.li_jtxw ul li:nth-child(3):hover .nl-pic i{background: url("ico_wb_ov.png") bottom center no-repeat;}

.li_mtj ul li .am-gallery-item{padding: 20px;height: 160px;}
.li_mtj ul li .am-gallery-item .nl-tit{padding: 0px;height: auto;}
.li_mtj ul li .am-gallery-item .nl-dt{padding: 0px;height: auto;}
.li_mtj ul li .nl-mor{font-size: 16px;color: #004d9e;}
.li_mtj ul li:hover .nl-mor{color: #ffffff;z-index: 99;position: relative;}

/*** 资质荣誉 ***/
.honor_menu{width: 100%;height: 68px;line-height: 68px;border-top: 1px #ebebeb solid;border-right: 1px #ebebeb solid;
	-webkit-animation-name: am-slide-bottom-fixed;
	animation-name: am-slide-bottom-fixed;}
.honor_menu a{float: left;height: 68px;line-height: 68px;width: 20%;text-align: center;font-size: 20px;color: #000000;border-bottom: 1px #ebebeb solid;border-left: 1px #ebebeb solid;position: relative;}
.honor_menu a > span{font-size: 22px;}
.honor_menu a:before{content: "";position: absolute;bottom: 0px;height: 3px;width: 0%;background: #004ca4;opacity: 0;left: 50%;
	-webkit-transition: all .5s 0s ease-in-out;
	transition: all .5s 0s ease-in-out;}
.honor_menu a:hover{color: #154897;/*border-bottom: 3px #004ca4 solid;height: 66px;line-height: 66px;*/}
.honor_menu a:hover:before{width: 100%;opacity: 1;left: 0%;}
.honor_menu a.on {background: #004ca4;color: #ffffff;}

.li_honor ul li {padding: 15px;position: relative;}
.li_honor ul li .am-gallery-item{background: url("bg_honor_tit.jpg") top center no-repeat #e8f2fb;padding: 32px 36px 32px 45px;max-width: 340px;/*background-size: cover;*/}
.li_honor ul li .am-gallery-item .nl-dt{color: #686868;font-size: 18px;height: 40px;line-height: 40px;display: none;}
.li_honor ul li .am-gallery-item .nl-pic{display: none;height: 0;/*max-height: 180px;overflow: hidden;*/}
/*.li_honor ul li .am-gallery-item .nl-pic img{height: 100%;width: auto;}*/
.li_honor ul li .am-gallery-item .nl-tit{color: #014e9c;font-size: 18px;min-height: 60px;line-height: 22px;max-width: 250px;font-weight: bold;text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;}
/*.li_honor ul li:hover .am-gallery-item {position: absolute;margin-right: 15px;z-index: 9999;width: 92%;}
.li_honor ul li:hover .am-gallery-item .nl-pic{display: inline-block;height: auto;}*/

.bt_more{/*background: url("dot_back.gif") left center no-repeat;padding-left: 22px;*/font-size: 18px;color: #124999;cursor: pointer;float: right;margin-top: -52px;}

@media only screen and (min-width: 1200px) {
	.li_honor ul li .am-gallery-item {padding: 32px 44px 32px 50px;}
}
@media only screen and (max-width: 1400px) {
	.li_honor ul li {padding: 6px;}

	.li_jtxw ul li .am-gallery-item{height: 400px;}
	.li_jtxw ul li .nl-pic img{height: 100%;}
}
@media only screen and (max-width: 1024px) {
	.pic_li ul li  {padding: 12px 5px;}
	.pic_li ul li .am-gallery-item {background: #f5f5f5;}
	.pic_li ul li .am-gallery-title{text-align: center;background: #f5f5f5;font-size: 16px;line-height: 28px; min-height: auto;}

	/*** 资质荣誉 ***/
	.m_honor_mu .honor_mu {width: 20%;height: 52px;line-height: 52px;font-size: 20px;color: #000000;background: #eaeaea;position: relative;text-align: center;}
	.m_honor_mu .honor_mu.on {background: #004d9e;}
	.m_honor_mu .honor_mu.on a{color: #ffffff;font-size: 18px;}
	/*.m_honor_mu .honor_mu.on:before {width: 40%;border-top: 1px #004d9e solid;}*/
  
  
}
@media only screen and (max-width: 640px) {
	/*** 资质荣誉 ***/
	.honor_menu{width: 100%;height: 68px;line-height: 68px;}
	.honor_menu a{height: 68px;line-height: 68px;width: 20%;font-size: 18px;}
	.honor_menu a > span{font-size: 20px;}
  
	.m_honor_mu .honor_mu {width: 30%;}

	.li_honor ul li {padding: 5px;}
	.li_honor ul li .am-gallery-item{background: url("bg_honor_tit_m.jpg") top center no-repeat #e8f2fb;padding: 30px 48px 22px 53px;max-width: 600px;background-size: cover;height: 166px;}
	.li_honor ul li .am-gallery-item .nl-tit{font-size: 18px;min-height: 60px;line-height: 22px;max-width: 420px;}

	.list_pcn ul {margin-top: 15px;}
	.list_pcn ul li {padding: 10px;}
	.list_pcn ul li .nl-info {padding-top: 16px;}
	.list_pcn ul li .nl-pic {height: auto;}
	.list_pcn ul li .nl-tit {line-height: 28px;font-size: 18px;padding: 0 10px;}
  	.list_pcn ul li .nl-not {line-height: 24px;font-size: 15px;text-indent: 0em;}
	.list_pcn ul li .am-gallery-item{height: auto;padding-bottom: 12px;}

}
@media only screen and (max-width: 420px) {

	.li_honor ul li .am-gallery-item{height: auto;}
}

