.pos_video iframe{display: none;}
.h_main{width: 100%;margin: auto;max-width: 1760px;}

.h_mu_li{ /*height:80px;*/width: 100%; position: relative;z-index: 999; }
.h_mu_li ul li{ float: left;width: 25%; position: relative; }
.h_mu_li ul li .item{ border-left: 1px #e8e8e8 solid;border-bottom: 1px #e8e8e8 solid;padding: 80px 0;height: 360px;transition: all 0.5s;-webkit-transition: all 0.5s }
.h_mu_li ul li .pc{color: #000000; height: 80px;text-align: center; position: relative;transition: all 0.5s;-webkit-transition: all 0.5s;}
.h_mu_li ul li:nth-child(1) .pc{background: url("ico_home01.png") top center no-repeat;}
.h_mu_li ul li:nth-child(2) .pc{background: url("ico_home02.png") top center no-repeat;}
.h_mu_li ul li:nth-child(3) .pc{background: url("ico_home03.png") top center no-repeat;}
.h_mu_li ul li:nth-child(4) .pc{background: url("ico_home04.png") top center no-repeat;}
.h_mu_li ul li .t{font-size: 21px; position: relative;color: #000000; padding-bottom: 22px;text-align: center;transition: all 0.5s;-webkit-transition: all 0.5s}
.h_mu_li ul li .t i{width: 21px; position: absolute;background: #dfdfdf; height: 1px;left: 50%;margin-left: -10px;bottom: 0;}
.h_mu_li ul li .w{font-size: 16px; position: relative;color: #9d9d9d; padding: 0 11%;text-align: center;margin-top: 16px;transition: all 0.5s;-webkit-transition: all 0.5s}
.h_mu_li ul li:nth-child(1):hover .pc{background: url("ico_home01_ov.png") top center no-repeat;}
.h_mu_li ul li:nth-child(2):hover .pc{background: url("ico_home02_ov.png") top center no-repeat;}
.h_mu_li ul li:nth-child(3):hover .pc{background: url("ico_home03_ov.png") top center no-repeat;}
.h_mu_li ul li:nth-child(4):hover .pc{background: url("ico_home04_ov.png") top center no-repeat;}
.h_mu_li ul li:hover .item{padding-top: 60px;}
.h_mu_li ul li:hover .pc{height: 120px;}
.h_mu_li ul li:hover .t{color: #db231b;}
.h_mu_li ul li:hover .w{color: #000000;}
.h_info .t{text-align: center;color: #16303b;font-size: 35px;line-height: 64px;font-weight: bold;}
.h_info .w{text-align: center;color: #4d4d4d;font-size: 16px;line-height: 28px;}
.h_bt_pic ul li {padding: 0;}
.h_bt_pic ul li .am-gallery-item{position: relative;}
.h_bt_pic ul li .am-gallery-item .info{position: absolute;left: 7%;bottom: 15%;/*border-left: 2px #ffffff solid;*/padding-left: 26px;width: 90%;}
.h_bt_pic ul li .am-gallery-item .info:before {
	content: "";
	width: 2px;
	height: 90%;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transition: all .5s 0s ease-in-out;
	transition: all .5s 0s ease-in-out;
	z-index: 1;
}
.h_bt_pic ul li .am-gallery-item .info .t{font-size: 28px;font-weight: bold;color: #ffffff;}
.h_bt_pic ul li .am-gallery-item .info .w{font-size: 18px;line-height: 26px;color: #ffffff;margin-top: 10px;}
.h_bt_pic ul li.hp2 .am-gallery-item {float: left;width: 50%;position: relative;background: #3f3f3f;}
.h_bt_pic ul li.hp2 .h-item2 .info {width: 90%;position: relative;bottom: 0;top: 26%;}

/*新闻*/
.h_tit{font-size: 35px;color: #142f38;font-weight: bold;padding: 0 4%;}
.h_tit a{font-size: 15px;color: #272727;float: right;width: 150px;height: 40px;line-height: 40px;text-align: center;border: 1px #bcbdbe solid;}
.h_tit a:hover{color: #9d0d07;}
.list_pcn {padding: 0 2%;}
.list_pcn ul li{padding: 0 2%;}
.list_pcn ul li .am-gallery-item{position: relative;height: 440px;background: #ffffff;margin-bottom: 12px; }
.list_pcn ul li:nth-child(3n+0) .am-gallery-item{margin-right: 0;}
.list_pcn ul li .nl-tit {
	line-height: 26px;
	font-size: 22px;
	color: #333333;
	max-height: 64px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
	height: 52px;
}
.list_pcn ul li .nl-dt {
	line-height: 18px;
	font-size: 14px;
	color: #666666;
	margin-top: 28px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.list_pcn ul li .nl-dt span{color: #a1a1a1;}
.list_pcn ul li .nl-pic {
	background: #ffffff;
	height: 240px;
	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: 28px;
	font-size: 16px;
	color: #717171;
	padding-right: 15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s;
	transition: all .8s;
	/*text-indent: 2em;*/
}
.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-not{color: #000000;}
.list_pcn ul li:hover .am-gallery-item .nl-tit{color: #9d0d07;}
.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;}


/*.left_menu{background: url("bg_left_mu.jpg") left top no-repeat #e5ecf2;background-size: cover;position: fixed;top: 0;left: 0;width: 6%;height: 100%;z-index: 999;max-width: 100px;min-width: 60px;animation:showLmu_ .5s linear;}
.left_menu .mu{position: absolute;top: 0;left: 0;width: 100%;height: 100px;cursor: pointer;}
.left_menu .b{position: absolute;bottom: 3%;left: 0;width: 100%;line-height: 18px;cursor: pointer;font-size: 13px;color: #666666;text-align: center;}
.left_menu .b span{color: #000000;font-size: 12px;}
.over_menu{position: fixed;width: 100%;height: 100%;background: #ffffff;z-index: 9999;left: -100%;!*animation:showLmu2_ 1.5s linear;animation-delay:6s;animation-direction: 4s;*!}
.over_menu .menu_lt_pic{position: relative;width: 24.7%;}
.over_menu .menu_lt_pic .cloe{position: absolute;width: 33px;background: url("menu_xx.png") no-repeat;height: 33px;left: 5%;top: 5%;cursor: pointer;}
.over_menu .rt_logo{position: absolute;width: 164px;height: 66px;right: 3%;top: 5%;}

.m_top{ width: 66%; background:#ffffff; position: relative;top: 100px;z-index: 9999;max-width: 990px;margin-left: 5%; }
.m_top .ml{ line-height: 50px;height: 50px; }
.m_top .ml a{ line-height: 50px;height: 50px;float: left;padding-left: 50px;margin-right: 40px;position: relative;font-size: 15px;color: #000000; }
.m_top .ml a i{ left: 0px;width: 50px;position: absolute;height: 1px;background: #9a9a9a;top: 50%; }
.m_top .ml a:hover{ color: #144a99; }
.m_top .mr { margin-right: 22px;margin-top: 14px; }
.m_top .mr a{ color: #9a9999;font-size: 17px; }
.m_top .mr a.cn{ color: #144a99; }
.m_top .menu{  width: 100%;left: 0px;position: relative;top: 15px; }
.m_top .menu ul{width: 100%;}
.m_top .menu ul li{float:left;line-height: 54px;height: 54px;width: 20%;}
.m_top .menu ul li .xx{position: absolute;width: 180px;height: 2px;background: #144a99;left: -180px;margin-top: 56px;}
.m_top .menu ul li .mu{}
.m_top .menu ul li .mu a{ font-size:24px; color:#000000; text-transform:uppercase;position: relative;text-align: left;float:left;width: 100%;!*border-bottom:3px solid #ffffff;padding-bottom: 7px;*!
	-webkit-transition: color .5s ease .1s;
	transition: color .5s ease-out .1s,border-bottom-color .5s ease-out .1s; }
.m_top .menu ul li .mu a span{font-size: 18px; }
.m_top .menu ul li .mu a i{position: absolute;width: 100%;height: 3px;background: #072170;left: -80px;bottom: 0;opacity: 1;transform:translateX(80px); }
!*.m_top .menu ul li .mu a:hover{color: #144a99;}*!
.m_top .menu ul li .mu a:hover, .top .menu ul li .mu a.current, .top .menu ul li:hover .mu a{ !*padding-bottom:26px; background:#b42517; border-bottom:2px solid #144a99;*! color:#144a99!important;}
.m_top .menu ul li ul{position: relative;top: 20px;width: 90%;margin-left: 10%;}
.m_top .menu ul li ul li{width: 100%;text-align: left;line-height: 30px;height: 30px;}
.m_top .menu ul li ul a{display: block;width: 100%;font-size: 15px;line-height: 30px;color: #000000;}
.m_top .menu ul li ul a:hover{color: #144a99;text-decoration: underline;}

.menu_bottom{position: absolute;width: 66%;max-width: 990px;bottom: 5%;left: 30%;}

.sub_menu{width: 100%;border-bottom: 1px #ebebeb solid;height: 74px;position: relative;}
.sub_menu > i{width: 40%;border-bottom: 3px #154897 solid;position: absolute;bottom: -1px;}
.sub_menu .mu a{float: left;height: 74px;line-height: 74px;font-size: 20px;color: #323232;padding: 0 26px;}
.sub_menu .mu a.current{border-bottom: 3px #154897 solid;color: #014e9e;}
.sub_menu .sub_me_tl{width: 100%;height: 5px;background: #072170;position: absolute;left: -50%;margin-left:-410px;opacity:0;}
.sub_menu .sub_me_tit{float: left;font-size: 22px;color: #000000;position: absolute;background: url("dot_sub_mu.jpg") left center no-repeat;padding-left: 56px;line-height: 69px;height: 69px;opacity:0;}
.sub_menu .mur{font-size: 22px;color: #000000;position: absolute;right: 50%;margin-right: -590px;top: 0;opacity:0;}
.sub_menu_st{width: 100%;height: 70px;display: none;}*/

@media only screen and (max-width: 1024px) {
	#vd-popup-h{width: 100%;height: 650px;background: none;left: 0%;margin-left: 0px;top: 50%;}
	#vd-popup-h .am-popup-inner{padding: 0px;}
	#vd-popup-h .am-popup-hd{display: none;}
	#vd-popup-h .am-popup-bd{background: none;}

	.m_list_pch .swiper-container {padding-bottom: 20px;position: relative;}
	.m_list_pch .swiper-container .swiper-slide .nl-tit {line-height: 26px;font-size: 20px;color: #333333;position: relative;}
	.m_list_pch .swiper-container .swiper-slide .nl-dt {line-height: 18px;font-size: 14px;color: #666666;margin-top: 20px;margin-bottom: 6px;position: relative;}
	.m_list_pch .swiper-container .swiper-slide .nl-not {line-height: 28px;font-size: 16px;color: #717171;position: relative;margin-top: 8px;margin-bottom: 16px;}
	.m_list_pch .swiper-container .swiper-slide .pc img {width: 100%;}
	.m_list_pch .swiper-container .swiper-pagination {bottom: 0px;}
  
  
}
@media only screen and (max-width: 640px) {

	#vd-popup-h{width: 100%;height: 365px;left: 0%;}
	#vd-popup-h .am-popup-bd{padding: 0;}
	.h_mu_li {border-bottom: 1px #e8e8e8 solid;}
	.h_mu_li ul li .item{padding: 10px 0;height: auto;border: none;}
	.h_mu_li ul li .pc{ height: 60px;background-size: auto 56px !important;}
	.h_mu_li ul li .t{padding-bottom: 8px;font-size: 15px;}
	.h_mu_li ul li .t i{display: none;}
	.h_mu_li ul li .w{display: none;}
	.h_mu_li ul li:nth-child(1):hover .pc{background: url("ico_home01.png") top center no-repeat;}
	.h_mu_li ul li:nth-child(2):hover .pc{background: url("ico_home02.png") top center no-repeat;}
	.h_mu_li ul li:nth-child(3):hover .pc{background: url("ico_home03.png") top center no-repeat;}
	.h_mu_li ul li:nth-child(4):hover .pc{background: url("ico_home04.png") top center no-repeat;}
	.h_mu_li ul li:hover .item{padding-top: 10px;}
	.h_mu_li ul li:hover .pc{height: 64px;}
	.h_mu_li ul li:hover .t{color: #db231b;}
	.h_info {margin-top: -10px;}
	.h_info .t{display: none;}
	.h_info .w{font-size: 15px;line-height: 24px;width: 94%;margin: auto;}

	.h_main{width: 94%;margin: auto;}
	.h_bt_pic ul li .am-gallery-item .info{position: absolute;left: 0%;bottom: 50%;margin-bottom: -12px;padding-left: 0;width: 100%;text-align: center;}
	.h_bt_pic ul li .am-gallery-item .info:before {display: none;}
	.h_bt_pic ul li .am-gallery-item .info .t{font-size: 24px;font-weight: bold;color: #ffffff;}
	.h_main .rt_tit {font-weight: bold;margin-bottom: -12px;}

	.m_list_pch .swiper-container .swiper-slide .nl-tit {font-size: 18px;}
	.m_list_pch .swiper-container .swiper-slide .nl-not {line-height: 24px;font-size: 15px;}

}




