﻿body{
	background:#fafafa;
}

	#mainbnr .swiper-pagination .swiper-pagination-bullet{
		width:5px;
		height:5px;
	}
	#mainbnr .swiper-pagination .swiper-pagination-bullet-active{
		width:35px;
	}
	#mainbnr .swiper-pagination{
		bottom:10px;
	}


.footwrap .foot{
	width:100%;
	max-width:1380px;
	padding:40px 0 40px 0;
	margin:0 auto;
}
@media (max-width:1230px){
	.footwrap .foot{
		padding:10px 0 0 0;
	}
}




.page_head{
	width:100%;
	position:relative;
	overflow:hidden;
}
.page_head img{
	width:100%;
}

.page_head_tit{
	width:100%;
	max-width:1380px;
	color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.page_head_tit h2{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.page_head_tit h3{
	font-size:40px;
	font-weight:normal;
}

@media (max-width:1400px){
	.page_head_tit{
		padding:0 4%;
	}
}

@media (max-width:1000px){
	.page_head_tit h2{
		font-size:16px;
	}
	.page_head_tit h3{
		font-size:32px;
	}
}
@media (max-width:580px){
	.page_head_tit h2{
		font-size:14px;
	}
	.page_head_tit h3{
		font-size:24px;
	}
}
@media (max-width:480px){
	.page_head_tit h2{
		font-size:12px;
	}
	.page_head_tit h3{
		font-size:20px;
	}
}
@media (max-width:380px){
	.page_head_tit h2{
		font-size:12px;
	}
	.page_head_tit h3{
		font-size:18px;
	}
}






.page_mwrap{
	width:auto;
	position:relative;
}
.page_main{
	max-width:1380px;
	padding:2.4%;
	background-color:#fff;
	margin:0 auto 20px auto;
	position:relative;
	z-index:1;
}
.page_bnr{
	width:100%;
	position:relative;
	overflow:hidden;
}
.page_bnr img{
	width:100%;
}

@media (max-width:1230px){
	.page_bnr{
		margin-bottom:0;
	}
	.page_mwrap{
		padding:0;
		background:#ffffff;
	}
	#mainbnr{margin-bottom:0;}
	.page_main{
		width:100%;
		padding:0 15px;
		overflow:hidden;
	}
}


.topline{
	height:21px;
	border-top:1px dashed #eee;
}
.location{
	width:100%;
	height:60px;
	padding:0 15px;
	background:#ffffff;
	border-bottom:1px solid #eeeeee;
	margin:0 auto;
	position:relative;
}
.location h3{
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#0e3678;
	padding-right:20px;
	padding-left:20px;
	font-weight:normal;
	position:absolute;
	border-bottom:2px solid #0e3678;
	left:0;
	top:0;
	display:none;
}
.location p{
	max-width:1380px;
	padding-right:10px;
	height:60px;
	line-height:60px;
	color:#666;
	font-size:14px;
	text-align:left;
	margin:0 auto;
}
.location p a,.location p a:visited{
	margin-left:5px;
	margin-right:5px;
	color:#666;
}
.location p a:hover{	
	color:#0e3678;
}


.submenu_title{
	max-width:1380px;
	height:auto;
	padding:10px 0;
	border-bottom: 1px solid #eee;
	margin:0 auto;
	position:relative;
	display:none;
}

.submenu_title h3{
	line-height:32px;
	font-size:18px;
	color:#0e3678;
	padding-right:20px;
	padding-left:20px;
	font-weight:normal;
}
.submenu_title span{
	display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #0e3678;
    background-color: #0e3678;
    background-image: url(/img/icon-sd26986d847.png);
    background-repeat: no-repeat;
    background-position: -82px center;
    background-size: auto 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s;
}
.submenu_title span.ov{
	transform: rotate(90deg);
}
@media (max-width:580px){
	.submenu_title{
		padding:5px 0;
	}
	.submenu_title span{
		top:5px;
	}
}

@media (max-width:1230px){
	.location{
		display:none;
	}
	.topline{
		display:block;
	}
	.submenu_title{
		display:block;
		background:#f4f6ff;
	}
}


.page_submenu{
	width:100%;
	padding:0 2.4%;
	margin:0 auto 10px auto;
	position:relative;
}

.page_submenu ul{
	display:block;
	max-width:1380px;
	margin:0 auto;
}
.page_submenu ul li{
	width:12.5%;
	display:inline;
	padding:0 0 0 0;
	text-align:center;
	float:left;
	margin-bottom:5px;
} 
.page_submenu ul li a{
	border:1px solid #dbdbdb ;
	border-radius:0;
	background:#ffffff;
	margin-right:5px;
	color:#666;
	display:inline-block;
	padding:14px 0;
	font-size:16px;
	display:block;
	transition:all .3s;
	position:relative;
	overflow:hidden;
}
.page_submenu ul li a:hover{
	border-color:#0e3678;
	background:#0e3678;
	color:#fff;
}
.page_submenu ul li.ov a,.page_submenu ul li a.ov{
	border-color:#0e3678;
	background:#0e3678;
	color:#fff;
}
/*.page_submenu ul li a:after{
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:50%;
	bottom:-16px;
	margin-left:-8px;
	border-width:8px;
	border-color:transparent transparent #fff  transparent;
	border-style:solid;
	opacity:0;
	transition:all .3s ease-out;
	
}
*/
/*.page_submenu ul li a:hover:after,
.page_submenu ul li.ov a:after,
.page_submenu ul li a.ov:after{
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-8px;
	border-width:8px;
	border-color:transparent transparent #fff  transparent;
	border-style:solid;
	opacity:1;
}
*/

@media (max-width:1230px){
	.page_submenu{
		width:100%;
		padding:0;
		background:#0e3678;
		position:absolute;
		left:0;
		top:52px;
		z-index:2;
		display:none;
	}
	.page_submenu ul{
		background:none;
	}
	.page_submenu ul li{
		width:100%;
		padding:0;
		background:none;
		float:none;
		display:block;
		margin-bottom:0;
	}
	.page_submenu ul li a,.page_submenu ul li a:visited{
		width:100%;
		font-size:13px;
		text-align:center;
		background:none;
		padding:8px;
		height:auto;
		line-height:20px;
		background:none;
		color:#fff;
		display:block;
		margin:0;
		border:0;
		border-top:1px solid #0b2858;
	}
	.page_submenu ul li a:hover{
		color:#fff;
		background:none
	}
	.page_submenu ul li.ov a,.page_submenu ul li a.ov{
		color:#fff;
		background:none;
	}	
	.page_submenu ul li a:hover:after,
	.page_submenu ul li.ov a:after,
	.page_submenu ul li a.ov:after{
		display:none;
	}
}
@media (max-width:580px){
	.page_submenu{
		top:42px;
	}
}



.page_columnname{
	width:100%;
	padding:20px 0 15px 0;
	text-align:center;
	display:none;
}
.page_columnname h3{
	font-size:24px;
	font-weight:normal;
	color:#0e3678;
	text-align:center;
	margin-bottom:5px;
	display:none;
	
}
@media (max-width:1230px){
	.page_columnname{padding:5px 0;}
}
@media (max-width:640px){
	.page_columnname h3{
		font-size:20px;
	}
}





.page_container{
	padding:20px 0;
}
.page_content{
	text-align:justify;
	line-height:2.5em;
	font-size:16px;
}
.page_content img{
	max-width:100%;
}
@media (max-width:1380px){
	.page_container{
		
	}
}
@media (max-width:500px){
	.page_container{
		padding:0;
	}
}




.page_photolist{
	padding-top:20px;
	margin:0 -15px;
}
.page_photolist dl{
	width:33.33333333%;
	padding:0 15px 25px 15px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_photolist dl dd{
	width:100%;
	padding:8px;
	border:1px solid #e5e5e5;
	border-bottom:0;
	background:#ffffff;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
	transition:all .3s;
}
.page_photolist dl dd img{
	width:100%;
}
.page_photolist dl:hover dd{
	background:#0e3678;
	border-color:#0e3678;
}

.page_photolist dl dt{
	width:100%;
	height:50px;
	padding:0 8px;
	border:1px solid #e5e5e5;
	border-top:0;
	background:#ffffff;
	line-height:40px;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0 auto;
	display:block;
	overflow:hidden;
	transition:all .3s;
}
.page_photolist dl dt a,.page_photolist dl dt a:visited{
	
}
.page_photolist dl:hover dt{
	background:#0e3678;
	border-color:#0e3678;
}
.page_photolist dl:hover dt a{
	color:#fff;
}

@media (max-width:1000px){
	.page_photolist{
		margin:0 -10px;
	}
	.page_photolist dl{
		padding:0 10px 20px 10px;
	}	
}
@media (max-width:768px){
	.page_photolist{
		padding-top:10px;
		margin:0 -6px;
	}
	.page_photolist dl{
		width:50%;
		padding:0 6px 15px 6px;
	}
	.page_photolist dl dd{
		padding:5px;
	}
	.page_photolist dl dt{
		height:42px;
		line-height:36px;
		font-size:15px;
	}
}
@media (max-width:480px){
	.page_photolist dl dt{
		height:36px;
		line-height:30px;
		font-size:13px;
	}
}





.page_line{
	height:30px;
	
}





.page_photolist2{
	padding-top:0;
	margin:0 -15px;
}
.page_photolist2 dl{
	width:25%;
	padding:0 15px 25px 15px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_photolist2 dl dd{
	width:100%;
	padding:8px 8px 0 8px;
	border:1px solid #e5e5e5;
	border-bottom:0;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
	transition:all .3s;
}
.page_photolist2 dl:hover dd{
	background:#0e3678;
	border-color:#0e3678;
}
.page_photolist2 dl dd a{
	width:100%;
	text-align:center; 
	display:block; 
	overflow:hidden;
	transition: all .5s ease;
}
.page_photolist2 dl dd img{
	width:100%;
	transition: all .5s ease;
}
.page_photolist2 dl dd a:hover{
	
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-backface-visibility: hidden;
}
.page_photolist2 dl:hover dd a img{
	transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;-webkit-backface-visibility: hidden;
	transform:scale(1.12,1.12);-ms-transform:scale(1.12,1.12); -webkit-transform:scale(1.12,1.12);
}
.page_photolist2 dl:hover dd a{
	
}

.page_photolist2 dl dt{
	width:100%;
	height:50px;
	background:#ffffff;
	padding:0 8px 8px 8px;
	border:1px solid #e5e5e5;
	border-top:0;
	line-height:44px;
	text-align:center;
	font-size:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	overflow:hidden;
	transition:all .3s;
}
.page_photolist2 dl:hover dt{
	background:#0e3678;
	border-color:#0e3678;
}
.page_photolist2 dl dt a,.page_photolist2 dl dt a:visited{
	
}
.page_photolist2 dl dt a:hover{
	
}
.page_photolist2 dl:hover dt a{
	color:#fff;
}

@media (max-width:1000px){
	.page_photolist2 dl{
		padding:0 10px 20px 10px;
	}	
	.page_photolist2{
		padding-top:20px;
		margin:0 -10px;
	}
}
@media (max-width:900px){
	.page_photolist2{
		padding-top:0;
		margin:0 -6px;
	}
	.page_photolist2 dl{
		width:33.33333333%;
		padding:0 6px 12px 6px;
	}
	.page_photolist2 dl dd{
		padding:5px 5px 0 5px;
	}
	.page_photolist2 dl dt{
		height:40px;
		line-height:36px;
		font-size:14px;
	}
}
@media (max-width:480px){
	.page_photolist2{
		padding-top:10px;
		margin:0 -6px;
	}
	.page_photolist2 dl{
		width:50%;
		padding:0 6px 15px 6px;
	}
	.page_photolist2 dl dt{
		height:36px;
		line-height:36px;
		font-size:13px;
	}
}






.team_list{
	margin:0 auto;
	padding-top:20px;
}
.team_list dl{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #dedede;
}
.team_list dl:after {
	content:" ";  
	visibility:hidden;  
	display:block;  
	clear:both;  
}
.team_list dl dt{
	width:22.8%;
	float:left;
}
.team_list dl dt img{
	width:100%;
	border:1px solid #dedede;
	padding:5px;
	border-radius:3px;
}
.team_list dl dd{
	width:75%;
	float:right;
}
.team_list dl dd h3{
	font-size:20px;
	color:#0e3678;
	font-weight:bold;
	line-height:30px;
	padding:0 10px 0 0;
	min-width:160px;
	display:inline-block;
	margin-bottom:10px;
}
.team_list dl dd h3:after{
	content:'';
	width:62px;
	height:6px;
	border-bottom:2px solid #0e3678;
	display:block;
}

.team_list dl dd h3 span{
	color:#666;
	font-weight:normal;
	font-size:16px;
	display:block;
}
.team_list dl dd .intro{
	color:#666;
	line-height:24px;
	font-size:13px;
	margin-bottom:14px;
	overflow:hidden;
}
.team_list dl dd h4{
	font-size:14px;
	color:#0e3678;
}
.team_list dl dd ul{
	display:inline-block;
	margin:1em auto;
}
.team_list dl dd ul li{
	line-height:1.8em;
	display:inline-block;
	padding-left:15px;
	background:url(../icon_point.png) no-repeat 2px center;
	color:#999;
	font-size:14px;
	margin-right:1em;
}
.team_list dl dd .more{
	padding:8px 30px;
	border:1px solid #dedede;
	display:table;
	text-align:center;
	margin:0 auto;
	transition: ease-in-out .2s;
}
.team_list dl dd .more a,.team_list dl dd .more a:visited{
	color:#333;
}
.team_list dl dd .more:hover{
	background:#0e3678;
	color:fff;
	border-color:#0e3678;
	border-radius:3px;
}
.team_list dl dd .more:hover a{
	color:#fff;
}

@media (max-width:1200px){
	
	.team_list dl dd .intro{
		max-height:120px;
		margin-bottom:10px;
	}
	.team_list dl dd h4,.team_list dl dd ul{
		display:none;
	}
}

@media (max-width:780px){
	.team_list dl dt{
		width:30%;
		float:left;
	}
	
	.team_list dl dd{
		width:66%;
		float:right;
	}
}
@media (max-width:640px){
	.team_list dl dt{
		width:100%;
		text-align:center;
		margin-bottom:10px;
		float:none;
	}
	.team_list dl dt img{
		width:260px;
		height:320px;
	}
	.team_list dl dd{
		width:100%;
		float:none;
	}
	
	.team_list dl dd h3{
		font-size:18px;
		line-height:32px;
		padding:0;
		border:none;
		display:block;
		text-align:center;
		margin:0 auto 10px auto;
	}
	.team_list dl dd h3:after{
		margin:0 auto;
	}
	.team_list dl dd h3 span{
		font-size:14px;
	}
	.team_list dl dd h4,.team_list dl dd ul{
		display:block;
	}
}








.p_order{
	height:20px;
	width:200px;
	position:absolute;
	right:20px;
	top:4px;
	font-size:12px;
	text-align:right;
}
.p_order select{
	height:20px;
}

.pagekey{
	padding:10px;
	background:#e5e5e5;
}
.pageshare{
	height:20px;
	padding:10px;
	text-align:right;
	box-sizing:content-box;
}
.pageshare a,.pageshare img,.pageshare div,.pageshare span{
	box-sizing:content-box;
}

.newslist{
	margin:0 auto;	
}
.newslist dl{
	width:100%;
	display:table;	
	padding:20px 10px 20px 15px;
	border:1px solid #f0f0f0;
	border-radius:5px;
	margin-bottom:25px;
	transition:all .5s ease-out;
}
.newslist dl:hover{
	background:#f8f8f8;
	box-shadow:0 0 15px #ccc;
}
.newslist dl:after{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
	content:" ";
	display:block;
	overflow:hidden;
}
.newslist dl dd{
	width:420px;
	padding-right:40px;
	display:inline;
	float:left;
}
.newslist dl dd a{
	width:100%;
	border:4px solid #f5f5f5;
	display:block;
	overflow:hidden;
	transition:all .5s;
}
.newslist dl dd img{
	width:100%;
	transition:all .5s;
}
.newslist dl dd a:hover,.newslist dl:hover dd a{
	border:4px solid #0e3678;
	padding:0px;
}
.newslist dl dd a:hover img,.newslist dl:hover dd a img{
	transform:scale(1.15,1.15);
}
.newslist dl dt{
	display:inline;
	overflow:hidden;
}
.newslist dl dt h3{
	font-size:20px;
	height:40px;
	line-height:40px;
	color:#333;
	margin-bottom:5px;
	margin-top:5px;
	overflow:hidden;
}
.newslist dl dt h3 a,.newslist dl dt h3 a:visited{
	color:#333;	
}
.newslist dl dt h3 a:hover{
	color:#0e3678;
}
.newslist dl dt h4{
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#888;
	font-weight:normal;
	margin-bottom:5px;
}
.newslist dl dt h4 a,.newslist dl dt h4 a:visited,.newslist dl dt h4 span{
	margin-right:20px;
	padding-left:20px;
	font-size:12px;
	color:#888;
}
.newslist dl dt h4 a:hover{
	color:#0e3678;
}
.newslist dl dt h4 .sp01{
	background: url(/img/list_sp01.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp02{
	background: url(/img/list_sp02.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp03{
	background: url(/img/list_sp03.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp04{
	background: url(/img/list_sp04.gif) 0 center no-repeat;
}
.newslist dl dt h4 .sp05{
	background: url(/img/list_sp05.gif) 0 center no-repeat;
}

.newslist dl dt p{
	max-height:120px;
	line-height:30px;
	font-size:16px;
	color:#666;
	overflow:hidden;
}
.newslist dl dt p a,.newslist dl dt p a:visited{
	color:#666;
	margin-left:10px;
}
.newslist dl dt p a:hover{
	color:#0e3678;
}

@media (max-width:1230px){
	.newslist dl dd{
		width:340px;
		padding-right:20px;
		display:inline;
		float:left;
	}
}
@media (max-width:900px){
	.newslist dl dd{
		width:280px;
		padding-right:20px;
		display:inline;
		float:left;
	}
	.newslist dl dt h3{
		font-size:18px;
		height:32px;
		line-height:32px;
	}
	.newslist dl dt p{
		max-height:96px;
		line-height:24px;
		font-size:14px;
		color:#666;
		overflow:hidden;
	}
}
@media (max-width:840px){
	.newslist dl dt h4 .sp04{
		display:none;
	}
	.newslist dl dt h4 .sp05{
		display:none;
	}
}
@media (max-width:780px){
	.newslist dl dd{
		width:220px;
		padding-right:20px;
		display:inline;
		float:left;
	}
	.newslist dl dt h3{
		font-size:16px;
		margin-top:0;
	}
	.newslist dl dt p{
		max-height:72px;
		line-height:24px;
		font-size:12px;
		color:#666;
		overflow:hidden;
	}
}
@media (max-width:600px){
	.newslist{
		padding:0;
		margin:0 -6px;
	}
	.newslist dl{
		padding:6px;
		width:50%;
		border:0;
		float:left;
	}
	.newslist dl dd{
		width:100%;
		padding:0;
		margin-bottom:10px;
		display:block;
		float:none;
	}
	.newslist dl dd img{
		width:100%;
		height:auto;
	}
	.newslist dl dt{
		height:auto;
		display:block;
		overflow:hidden;
	}
	.newslist dl dt h3{
		font-size:14px;
		height:24px;
		line-height:24px;
		color:#333;
		margin-bottom:5px;
		margin-top:0;
		overflow:hidden;
	}
	.newslist dl dt h4{
		display:none;
	}
	.newslist dl dt p{
		height:48px;
	}
	
}

@media (max-width:480px){
	.newslist dl{
		margin-bottom:0;
	}
	.newslist dl dd{
		margin-bottom:3px;
	}
	.newslist dl dt h3{
		font-size:12px;
		height:24px;
		line-height:24px;
		text-align:center;
		margin-bottom:5px;
	}
	.newslist dl dt p{
		display:none;
	}
	
}





.page_acttext{
	margin:0 auto;
	line-height:2.5em;
}
.act_title{
	width:80%;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	padding-bottom:10px;
	padding-top:20px;
	margin:0 auto;
}
@media (max-width:500px){
	.act_title{
		width:96%;
	}
}
.act_info{
	text-align:center;
	line-height:22px;
	padding-bottom:20px;
}
.act_info span{
	margin-left:6px;
	margin-right:6px;
}

.act_content{
	padding:5px 0 20px 0;
	line-height:2.5em;
	font-size:16px;
	overflow:hidden;
}
.act_content div{
	font-size:16px;
}
.act_content img{
	max-width:100%;
	height:auto;
}
.act_nextprev{
	padding:10px 0;
	border-top:1px dotted #7f9c90;
}
.act_nextprev span{
	
}

.act_next,.act_prev{	
	height:24px;
	line-height:24px;
	font-size:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.act_prev{
	margin-bottom:5px;
}
.PageNextPrev{
	padding:10px;
}




.page_titlelist{
	padding-top:0px;
	margin:0 auto 30px auto;
	overflow:hidden;
}
.page_titlelist ul{
	margin-bottom:30px;
	list-style:none;
}
.page_titlelist ul li{
	padding:15px 0 15px 18px;
	line-height:22px;
	border-bottom:1px dotted #bbb;
	vertical-align:top;
	transition: ease-in-out .2s;
	overflow:hidden;
	background:url(/img/ico02.gif) 4px 24px no-repeat;
}
.page_titlelist ul li a,.page_titlelist ul li a:visited{
	float:left;
	font-size:16px;
	
	transition: ease-in-out .2s;
}
.page_titlelist ul li a:hover{
	
}

.page_titlelist ul li span{
	float:right;
	padding-right:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	transition: ease-in-out .2s;
}
.page_titlelist ul li:hover{
	background-color:#efefef;
}
.page_titlelist ul li:hover a{
	
}
.page_titlelist ul li:hover span{
	
}

@media (max-width:768px){
	.page_titlelist ul li a{
		float:none;
		font-size:14px;
	}
	.page_titlelist ul li span{
		float:none;
		padding:0 10px;
	}
	
}






.newslist2{
	padding:0px 0 15px 0;
	margin:0 auto;
}
.newslist2 dl{
	padding:20px 10px 20px 15px;
	border:1px solid #f0f0f0;
	border-radius:5px;
	margin-bottom:25px;
	transition:all .3s ease-out;
}
.newslist2 dl:hover{
	background:#f8f8f8;
	box-shadow:0 0 15px #ccc;
}
.newslist2 dl dt{
	padding-left:24px;
	background:url(/img/listicon.gif) no-repeat 0px 12px;
	overflow:hidden;
}
.newslist2 dl dt h3{
	font-size:20px;
	height:40px;
	line-height:40px;
	
	color:#444;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newslist2 dl dt h3 a,.newslist2 dl dt h3 a:visited{
	
}
.newslist2 dl dt h3 a:hover,.newslist2 dl:hover dt h3 a{
	color:#0e3678;
}
.newslist2 dl dt h4{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}
.newslist2 dl dt h4 a,.newslist2 dl dt h4 a:visited,.newslist2 dl dt h4 span{
	margin-right:20px;
	padding-left:20px;
	color:#aeaeae;
}
.newslist2 dl dt h4 a:hover{
	color:#0e3678;
}
.newslist2 dl dt h4 .sp01{
	background: url(/img/list_sp01.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp02{
	background: url(/img/list_sp02.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp03{
	background: url(/img/list_sp03.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp04{
	background: url(/img/list_sp04.gif) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp05{
	background: url(/img/list_sp05.gif) 0 center no-repeat;
}


.newslist2 dl dt p{
	line-height:30px;
	color:#8f8f8f;
	font-size:16px;
	padding-bottom:0px;
	overflow:hidden;
}
.newslist2 dl dt p a,.newslist2 dl dt p a:visited{
	color:#333;
	margin-left:10px;
}
.newslist2 dl dt p a:hover{
	color:#0e3678;
}

@media (max-width:1230px){
	.newslist2 dl dt{
		background:url(/img/listicon.gif) no-repeat 0px 7px;
	}
	.newslist2 dl dt h3{
		font-size:18px;
		height:32px;
		line-height:32px;
	}
	.newslist2 dl dt p{
		line-height:24px;
		font-size:14px;
	}
	
}
@media (max-width:640px){
	.newslist2 dl{
		padding:10px 10px 10px 10px;
		margin-bottom:15px;
	}
	.newslist2 dl dt{
		padding-left:16px;
		background:url(/img/icon_b.gif) no-repeat 0px 10px;
	}
	.newslist2 dl dt h3{
		font-size:16px;
		font-weight:normal;
	}
	.newslist2 dl dt h4{
		display:none;
	}
	.newslist2 dl dt p{
		font-size:12px;
		height:48px;
		overflow:hidden;
		position:relative;	
		display: -webkit-box;		
		-webkit-box-orient: vertical;		
		-webkit-line-clamp: 2;		
		overflow: hidden;
	}
	
	.newslist2 dl dt p a{
		display:none;
	}
}
@media (max-width:480px){
	.newslist2 dl dt h3{
		font-size:16px;
	}
	.newslist2 dl dt p{
		font-size:12px;
		height:40px;
		line-height:20px;
	}
}



.page_Videolist{
	padding-top:0;
}
.videoList{
	margin:0 -15px;
}
.videoList li{
	width:33.33333333%;
	float:left;
	_display:inline;
	padding:0 15px 30px 15px;
	overflow:hidden;
}
.videoList li .pic{
	display:block;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.videoList li a img{
	width:100%;
	border:1px solid #C0C0C0;
	padding:4px;
	-webkit-transition: border-color .5s ease;-moz-transition: border-color .5s ease;-ms-transition: border-color .5s ease;-o-transition: border-color .5s ease;

}
.videoList li a:hover img{
	border:5px solid #0e3678;
	padding:0px;
}
.videoList li .pic .img-mask {
	position:absolute;
	left:0;
	bottom:45px;
	width:100%;
	height:40px;
	background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.8));
	background-image:-moz-linear-gradient(top,rgba(225,225,225,0),rgba(0,0,0,.8));
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
	z-index:0
}
.videoList li .pic .icon-play {
	display:none\9;
	position:absolute;
	top:40%;
	left:50%;
	width:52px;
	height:52px;
	margin:-26px 0 0 -26px;
	background:url(/img/play_bddc2e17.png) no-repeat 50% 50%;
	opacity:0;
	cursor:pointer;
	-webkit-transition:opacity .4s ease-in;
	-moz-transition:opacity .4s ease-in;
	-ms-transition:opacity .4s ease-in;
	transition:opacity .4s ease-in
}
.videoList li a:hover .icon-play {
	display:block;
	opacity:1
}
.videoList li .pic .play-num{
    background: url(/img/arrow_836c87e4.gif) 0 50% no-repeat;
	position: absolute;
    bottom:45px;
	left: 5px;
    padding-left: 13px;
    height: 22px;
    overflow: hidden;
    color: #ccc;
    line-height: 22px;
	box-sizing:content-box;
}
.videoList li .pic p{
	width:100%;
	height:45px;
	padding-top:5px;
	line-height:20px;
	font-size:13px;
	overflow:hidden;
}


@media (max-width:1000px){
	.videoList{
		margin:0 -10px;
	}
	.videoList li{
		width:33.33333333%;
		padding:0 10px 20px 10px;
	}
}
@media (max-width:768px){
	.videoList{
		margin:0 -6px;
	}
	.videoList li{
		width:50%;
		padding:0 6px 12px 6px;
	}
	.videoList li .pic p{
		font-size:12px;
	}
}

@media (max-width:320px){

	.videoList li{
		width:100%;
	}
}




.videoList2{
	
}
.videoList2 li{
    position: relative;
	background:#f3f3f3;
	border:2px solid #f3f3f3;
	margin-bottom:20px;
	overflow:hidden;
}
.videoList2 li:hover{
	box-shadow:#666 0px 0px 5px;
	border:2px solid #0e3678;
	transition: ease-in-out .2s;
}
.videoList2 li img{
	width: 30%;
	max-width:300px;
	padding:5px;
    float: left;
	vertical-align: middle;
}
.videoList2 li div.desc{
	width:68%;
	padding:15px 0;
	margin-left:10px;
	display:inline;
	float:right;
}
.videoList2 li div.desc .title{
	font-size:16px;
	color:#0e3678;
	margin:5px 20px 5px 0;
}
.videoList2 li div.desc .author {
    font-size: 14px;
    color: #7e7e7e;
	margin-bottom:6px;
	margin-right:20px;
}
.videoList2 li div.desc .content {
    max-height:72px;
	font-size: 12px;
    line-height:24px;
    color: #888;
	margin-bottom:10px;
	margin-right:20px;
	overflow:hidden;
}
.videoList2 li div.desc .btn {
    width: 120px;
    height: 32px;
    background: #333;
    display: block;
    border: 0px;
    text-indent: 0px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 0px;
    color: #FFFFFF;
    padding: 0px;
}
.videoList2 li div.desc a.btn:hover{
	background:#0e3678;
	transition: ease-in-out .2s;
}


@media (max-width:1000px){
	.videoList2 li img{
		width: 35%;
	}
	.videoList2 li div.desc{
		width:63%;
	}
}

@media (max-width:640px){
	.videoList2 li img{
		width: 42%;
	}
	.videoList2 li div.desc{
		width:55%;
		padding:3px 0 10px 0;
	}
}

@media (max-width:380px){
	.videoList2 li img{
		max-width:100%;
		width: 100%!important;
		float:none;
	}
	.videoList2 li div.desc{
		width:100%;
		float:none;
		margin:0;
		padding:10px;
		display:block;
	}
	.videoList2 li div.desc .title{
		font-size:20px;
		color:#0e3678;
		margin:5px 0 10px 0;
	}
	.videoList2 li div.desc .author {
		margin-right:0;
	}
	.videoList2 li div.desc .content {
		margin-right:0;
	}
	.videoList2 li div.desc .btn{
		margin:0 auto;
	}
	
}








.searchul{border: solid 1px #cdddf0; padding-top:18px;}
.searchul ul{ width:96%;height:auto; display:block; overflow:hidden; margin:0 auto;font-family:Arial, Helvetica, sans-serif;}
.searchul li{ margin:0px 0px 18px 0px;}
.searchul h3,.searchul h3 a{ font-size:16px;  }
.searchul li p{ font-size:13px; margin-top:4px; margin-bottom:4px;}
.searchul li span{color:#008000;}
.searchul li span a{color:#666666;text-decoration: underline;}
.search_pages{ text-align:center;}











.CaseShow{width:690px;height:700px;margin:30px auto 0 auto;position:relative;z-index:1;}
.cBig{width:688px;height:500px;margin:0 auto; text-align:center; overflow:hidden; background:#fff;}
.cBig img{ max-width:688px; max-height:500px;}
.cTitBg{width:690px;height:105px;padding-top:45px;background:#ebebeb;position:absolute;left:0px;top:505px;z-index:2;}
.cLeft{width:34px;height:57px;position:absolute;left:10px;bottom:115px;cursor:pointer;z-index:3;}
.cLeft a{width:34px;height:57px;display:block; font-size:50px; line-height:57px; color:#999; font-family:"宋体";}
.cLeft a:hover{color:#7fbe26;}
.cRight{width:34px;height:57px;position:absolute;right:10px;bottom:115px;cursor:pointer;z-index:4;}
.cRight a{width:34px;height:57px;display:block; font-size:50px; line-height:57px; color:#999; font-family:"宋体";}
.cRight a:hover{color:#7fbe26;}

.cPicList{width:576px;height:90px;padding:5px 0;overflow:hidden;position:absolute;left:55px;bottom:100px;z-index:5;}
.cPicList ul li{width:96px;height:80px; padding-top:10px; text-align:center;float:left;}
.cPicList ul li img{width:80px;height:60px;cursor:pointer;}

.cTitle{width:688px;height:29px;padding:0 10px;text-align:right;line-height:29px;font-size:14px;color:#FFF;position:absolute;left:1px;top:475px;z-index:8;}






.page_picnewslist{
	margin:0;
	padding:0;
}

.page_picnewslist dl{
	width:100%;
	padding:20px;
	background-color:#f5f5f5;
	display:block;
	float:left;
	vertical-align:top;
	transition:all .5s;
}
.page_picnewslist dl:hover{
	box-shadow:0 0 10px #333;
	background-color:#0e3678;
}

@media (min-width: 320px){
	.page_picnewslist dl {
		width: 50%;
	}
}
@media (min-width: 992px){
	.page_picnewslist dl {
		width: 33.33333333%;
	}
	.page_picnewslist dl dd img{
		
	}
}

.page_picnewslist dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_picnewslist dl dd img{
	width:100%;
	transition:all .8s;
}
.page_picnewslist dl:hover dd img{
	transform:scale(1.15,1.15);
}

.page_picnewslist dl dt{
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.page_picnewslist dl dt h3{
	font-size: 16px;
    color: #0e3678;
    margin: 0;
    padding:10px 0;	
}
.page_picnewslist dl dt a,.page_picnewslist dl dt a:visited{
	line-height:20px;
	height:45px;
	font-size:14px;
	font-weight:bold;
	color:#717071;
	padding-top:5px;
	display: -webkit-box;		
	-webkit-box-orient: vertical;		
	-webkit-line-clamp: 2;		
	overflow: hidden;
}
.page_picnewslist dl dt p{
	font-size: 14px;
    color: #717071;
    margin: 0;
    padding-top:10px;
    height: 70px;
	line-height:20px;
}

.page_picnewslist dl:hover dt a,.page_picnewslist dl:hover dt h3,.page_picnewslist dl:hover dt p{
	color:#fff;
}


@media (max-width: 680px){
	.page_picnewslist{
		margin:0 -8px;		
	}
	
	.page_picnewslist dl{
		padding:0 8px 18px 8px;
	}
	.page_picnewslist dl dt{
		height:auto;
	}
	.page_picnewslist dl dt h3{
		display:none;
	}
	.page_picnewslist dl dt p{
		display:none;
	}
}






.page_picnewslist2{
	margin:0 -20px;
	padding:0;
}

.page_picnewslist2 dl{
	width:100%;
	padding:20px;
	display:block;
	float:left;
	vertical-align:top;
	transition:all .5s;
}
.page_picnewslist2 dl:hover{
	box-shadow:0 0 10px #333;
	background-color:#0e3678;
}

.page_picnewslist2 dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_picnewslist2 dl dd img{
	width:100%;
	transition:all .8s;
}
.page_picnewslist2 dl:hover dd img{
	transform:scale(1.15,1.15);
}

.page_picnewslist2 dl dt{
	height:100px;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.page_picnewslist2 dl dt h3{
	font-size:16px;
    color:#0e3678;
	text-align:center;
	line-height:40px;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.page_picnewslist2 dl dt a,.page_picnewslist2 dl dt a:visited{
	color: #0e3678;
}
.page_picnewslist2 dl dt p{
	font-size: 12px;
    color: #717071;
    margin: 0;
    height:60px;
	line-height:20px;
	overflow:hidden;
}

.page_picnewslist2 dl:hover dt a,.page_picnewslist2 dl:hover dt h3,.page_picnewslist2 dl:hover dt p{
	color:#fff;
}
@media (max-width: 578px){
	
	.page_picnewslist2 dl dt{
		height:auto;
		padding-bottom:8px;
	}
	.page_picnewslist2 dl dt h3{
		font-size:14px;
		line-height:30px;
		height:30px;
		margin-bottom:0;
	}
	.page_picnewslist2 dl dt p{
		display:none;
	}
}
@media (min-width: 320px){
	.page_picnewslist2{
		margin:0 -6px;
	}
	.page_picnewslist2 dl {
		width: 50%;
		padding:10px 6px 0 6px;
	}
	.page_picnewslist2 dl dt p{
		height:40px;
		line-height:20px;
		display: -webkit-box;		
		-webkit-box-orient: vertical;		
		-webkit-line-clamp: 2;		
		overflow: hidden;
	}
}
@media (min-width: 992px){
	.page_picnewslist2{
		margin:0;
	}
	.page_picnewslist2 dl {
		width:33.33333333%;
		padding:20px;
	}
}




#proIntroBox{padding:10px; line-height:1.5em; font-size:12px; border:#0e3678 2px solid; background:#fcfcfc; color:#462015; position:absolute; z-index:10000;}
#proIntroBox .arow{width:20px; height:25px; background:url(/img/icon_a2.gif) no-repeat; position:absolute; top:50px; left:-20px;}
#proIntroBox img{ max-width:220px;}







.page_productlist{
	
	margin:0 -18px;
}
.page_productlist dl{
	width:33.33333333%;
	padding:0 18px 25px 18px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_productlist dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_productlist dl dd img{
	width:100%;
	border:5px solid #e5e5e5;
	transition:all .3s;
}
.page_productlist dl dd a:hover img{
	border:5px solid #0e3678;
}
.page_productlist dl:hover dd a img{
	border:5px solid #0e3678;
}

.page_productlist dl dt{
	width:100%;
	background:#e5e5e5;
	height:36px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	padding:0 10px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all .3s;
}
.page_productlist dl dt a{
	font-size:16px;
	font-weight:bold;
	color:#0e3678;
}
.page_productlist dl dt p{
	font-size:14px;
	color:#666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.page_productlist dl:hover dt{
	background:#0e3678;
}
.page_productlist dl:hover dt a,.page_productlist dl:hover dt p{
	color:#fff;
}
@media (max-width:1000px){
	.page_productlist{
		margin:0 -10px;
	}
	.page_productlist dl{
		padding:0 10px 20px 10px;
	}

}
@media (max-width:768px){
	
	.page_productlist{
		padding-top:10px;
		margin:0 -6px;
	}
	.page_productlist dl{
		width:50%;
		padding:0 6px 15px 6px;
	}
	.page_productlist dl dt{
		height:30px;
		line-height:30px;
	}
	.page_productlist dl dt a{
		font-size:14px;
	}
	.page_productlist dl dt p{
		font-size:12px;
		line-height:20px;
	}
}


.page_productlist2{
	
}
.page_productlist2 ul{
	margin:0 -18px;
}
.page_productlist2 ul li{
	width:33.33333333%;
	padding:18px;
	float:left;
}
.page_productlist2 ul li a{
	display:block;
	overflow:hidden;
	position:relative;
}
.page_productlist2 ul li a .pimg{
	width:100%;
	border:5px solid #f5f5f5;
	overflow:hidden;
	transition:all 0.25s ease-in-out;
}
.page_productlist2 ul li a .pimg img{
	width:100%;
	transition:all 0.25s ease-in-out;
}
.page_productlist2 ul li a .link-setion-text{
	display:block;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	z-index:10;
	color:#fff;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translateY(-50%);
	transition:all 0.25s ease-in-out;
}
.page_productlist2 ul li a .link-setion-text .link-name{
	padding:0 20px 10px 20px;
	box-sizing:content-box;
}
.page_productlist2 ul li a .link-setion-text .link-name h3{
	max-height:48px;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	overflow:hidden;
	margin:0 20px 10px;
	margin-top:-20px;
	transition:all 0.25s ease-in-out;
}

.page_productlist2 ul li a .link-setion-text .link-price{
	
}
.page_productlist2 ul li a .link-setion-text .link-price p { 
	margin:0 20px 10px;
	margin-top:-55px;
	font-size:30px;
	font-weight:normal;
	color:#FF0;
	line-height:normal;
	transition:all 0.35s ease-out;
}
.page_productlist2 ul li a .link-setion-text .link-more{
	line-height: normal;
    display: inline-block;
	*display:inline;
	*zoom:1; 
    margin-top:10px;
    padding: 6px 20px;
    border: 2px solid #fff;
    font-size: 13px;
	transition:all 0.25s ease-in-out;
	box-sizing:content-box;
}
.page_productlist2 ul li a .opacity-overlay{
	width:100%;
	height:100%;
	background:#0e3678;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	left:5px;
	top:5px;
	z-index:2;
	transition:all 0.25s ease-in-out;
}
.page_productlist2 ul li a:hover .link-setion-text { opacity:1; filter:alpha(opacity=100); }
.page_productlist2 ul li a:hover .pimg{
	border:5px solid #0e3678;
}
.page_productlist2 ul li a:hover .pimg img{
	transform:scale(1.05,1.05)
}
.page_productlist2 ul li a:hover .link-name h3{
	margin-top:0;	
}
.page_productlist2 ul li a:hover .link-price p{
	margin-top:0;	
}
.page_productlist2 ul li a:hover .opacity-overlay{
	opacity:0.75; filter:alpha(opacity=75);
}

@media (max-width: 1200px){
	.page_productlist2 ul{
		margin:0 -15px;
	}
	.page_productlist2 ul li{
		padding:15px;
	}
	.page_productlist2 ul li a .link-setion-text{
		position:static;
		color:#0e3678;
		opacity:1;
		filter:alpha(opacity=100);
		transform:translateY(0);
	}
	.page_productlist2 ul li a .link-setion-text .link-name{
		padding:0 20px 10px 20px;
		box-sizing:content-box;
		background:#f5f5f5;
	}
	.page_productlist2 ul li a .link-setion-text .link-name h3{
		height:30px;
		line-height:30px;
		font-size:14px;
		margin:0;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.page_productlist2 ul li a:hover .link-setion-text .link-name{
		background:#0e3678;
	}
	.page_productlist2 ul li a:hover .link-setion-text .link-name h3{
		color:#fff;
	}
	
	.page_productlist2 ul li a .link-setion-text .link-price{
		display:none;
	}
	.page_productlist2 ul li a .link-setion-text .link-more{
		display:none;
	}
	.page_productlist2 ul li a:hover .opacity-overlay{
		display:none;
	}
}
@media (max-width: 1000px){
	.page_productlist2 ul{
		margin:0 -10px;
	}
	.page_productlist2 ul li{
		padding:10px;
	}
	.page_productlist2 ul li{
		width:33.33333333%;
	}
}
@media (max-width: 768px){
	.page_productlist2 ul{
		margin:0 -6px;
	}
	.page_productlist2 ul li{
		width:50%;
		padding:6px;
	}
}













.page_productlist3{
	
}
.page_productlist3 ul{
	margin:0 -10px;
}
.page_productlist3 ul li{
	width:33.33333333%;
	padding:10px;
	margin-bottom:10px;
	float:left;
}
.page_productlist3 ul li a{
	display:block;
	border:1px solid #e6e6e6;
	border-radius:2px;
	padding:14px;
	overflow:hidden;
	position:relative;
	transition:all .5s;
}
.page_productlist3 ul li a:after{
	content:'';
	display:block;
	width:23%;
	height:100%;
	background:url(/img/pro_logo.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	left:4.5%;
	top:4.5%;
	z-index:2;
}
.page_productlist3 ul li a:hover{
	border-color:#0e3678;
	box-shadow:0 0 15px #0e3678;
	transform:translateY(-10px);
}
.page_productlist3 ul li a p{
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
}
.page_productlist3 ul li a p img{
	width:100%;
	transition:all .5s;
}
.page_productlist3 ul li a:hover p img{
	transform:scale(1.15,1.15)
}
.page_productlist3 ul li a h3{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:36px;
	margin:8px auto 20px auto;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all .5s;
}
.page_productlist3 ul li a span{
	width:124px;
	height:40px;
	border:1px solid #e6e6e6;
	border-radius:40px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#666666;
	display:block;
	margin:10px auto 20px auto;
	transition:all .3s ease-out;
	position:relative;
}
.page_productlist3 ul li a:hover span{
	color:#fff;
	background:#0e3678;
}
@media (max-width:1200px){
	.page_productlist3 ul li a:hover{
		transform:none;
	}
}
@media (max-width: 768px){
	.page_productlist3 ul li{
		width:50%;
	}
}
@media (max-width: 640px){
	.page_productlist3 ul li a span{
		width:100px;
		height:32px;
		font-size:13px;
		line-height:30px;
		margin:10px auto 10px auto;
	}
}
@media (max-width: 520px){
	.page_productlist3 ul{
		margin:0 -6px;
	}
	.page_productlist3 ul li{
		padding:6px;
	}
	.page_productlist3 ul li a{
		padding:6px;
	}
	.page_productlist3 ul li a h3{
		font-size:14px;
		line-height:32px;
		margin:0;
	}
	.page_productlist3 ul li a span{
		display:none;
	}
}
@media (max-width: 320px){
	.page_productlist3 ul{
		margin:0 -4px;
	}
	.page_productlist3 ul li{
		padding:4px;
	}
	.page_productlist3 ul li a{
		padding:3px;
	}
	.page_productlist3 ul li a p{
		margin-bottom:0;
	}
	.page_productlist3 ul li a h3{
		font-size:12px;
		line-height:28px;
	}
}










/******分页*******/
.page_navigation{
	padding:10px 10px 10px 10px;
	text-align:center;
	font-size:14px;
}
.page_navigation a{
    padding: 4px 10px;
    background:#f5f5f5;
	border-radius:4px;
    color: #333;
	margin-left:2px;
	margin-right:2px;
}
.page_navigation a:hover{
	color:#0e3678;
}
.page_navigation strong{
    padding: 4px 10px;
	border-radius:4px;
    background:#0e3678;
    color: #ffffff;
    font-weight:normal;
	margin-left:2px;
	margin-right:2px;
}
.page_navigation span{
    padding: 4px 10px;
    border-radius:4px;
    background:#f5f5f5;
    color: #999;
	margin-left:2px;
	margin-right:2px;
}


@media (max-width:768px){
	.page_navigation *:nth-child(n){
		display:none;
	}
	.page_navigation *:first-child,.page_navigation *:nth-child(2){
		display:inline-block;
	}
	.page_navigation *:last-child,.page_navigation *:nth-last-child(2){
		display:inline-block;
	}
}






.contact_msg{
	margin:10px auto;
	max-width:650px;
}

.contact_msg input,.contact_msg textarea{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	background:none;
	line-height:22px;
	font-size:14px;
	border:1px solid #898e9d;
	width:100%;
}
.contact_msg .msg_i input{
	padding:9px 12px;
	
}
.contact_msg .msg_t textarea{
	padding:9px 12px;
	line-height:24px;
	resize:none;
	min-height:120px;
	font-family: inherit;
}
.msg_i{
	width:50%;
	padding:0 10px;
	margin-bottom:20px;
	position:relative;
	float:left;
}

.msg_t{
	width:100%;
	padding:0 10px;
	margin-bottom:20px;
	clear:both;
	position:relative;
}
.msg_btn{
	padding:0 10px;
}
.msg_btn input{
	width:100%;
	padding:12px 0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	border:0;
}
.msg_btn .btn1{
	background:#bebebe;
}
.msg_btn .btn2{
	background:#0e3678;
}

@media (max-width:640px){
	.msg_i{
		width:100%;
		float:none;
	}
}






.team_list2{
	margin:0 -20px;
	padding-top:20px;
	overflow:hidden;
}
.team_list2 dl{
	width:50%;
	padding:0 20px;
	padding-bottom:30px;
	margin-bottom:30px;
	float:left;
}
.team_list2 dl:after {
	content:" ";  
	visibility:hidden;  
	display:block;  
	clear:both;  
}
.team_list2 dl dt{
	width:34%;
	float:left;
}
.team_list2 dl dt img{
	width:100%;
	border:1px solid #dedede;
	padding:5px;
	border-radius:3px;
}
.team_list2 dl dd{
	width:66%;
	padding-left:15px;
	float:left;	
}
.team_list2 dl dd h3{
	width:100%;
	font-size:18px;
	color:#0e3678;
	line-height:24px;
	padding:15px 10px 0 0;
	display:inline-block;
	margin-bottom:5px;
	overflow:hidden;
}
.team_list2 dl dd h3 span{
	width:100%;
	color:#999;
	font-size:14px;
	font-weight:normal;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.team_list2 dl dd h3 span:after{
	content:'';
	display:block;
	width:62px;
	height:6px;
	border-bottom:2px solid #0e3678;
}
.team_list2 dl dd .intro{
	height:72px;
	color:#666;
	line-height:24px;
	font-size:13px;
	margin-bottom:5px;
	overflow:hidden;
}
.team_list2 dl dd h4{
	font-size:14px;
	color:#0e3678;
}
.team_list2 dl dd ul{
	display:inline-block;
	margin:1em auto;
}
.team_list2 dl dd ul li{
	line-height:1.8em;
	display:inline-block;
	padding-left:15px;
	background:url(/img/icon_point.png) no-repeat 2px center;
	color:#999;
	font-size:14px;
	margin-right:1em;
}
.team_list2 dl dd .more{
	padding:8px 30px;
	border:1px solid #dedede;
	border-radius:3px;
	display:table;
	text-align:center;
	
	transition: ease-in-out .2s;
}
.team_list2 dl dd .more a,.team_list2 dl dd .more a:visited{
	color:#333;
}
.team_list2 dl dd .more:hover{
	background:#0e3678;
	color:fff;
	border-color:#0e3678;
	
}
.team_list2 dl dd .more:hover a{
	color:#fff;
}



.team_list2 dl dd .t_link{
	padding:10px 0;
}
.team_list2 dl dd .t_link a{
	background:#fff;
	display:inline-block;
	margin-right:10px;
	padding:3px 25px;
	border:1px solid #cccccc;
	border-radius:20px;
	font-size:14px;
	text-align:center;
	color:#0e3678;
	transition:all .5s ease-out;
	margin-bottom:8px;
}
.team_list2 dl dd .t_link a:hover{
	background:#0e3678;
	border-color:#0e3678;
	color:#fff;
}

@media (max-width:1230px){
	.team_list2 dl dt{
		width:41%;
		float:left;
	}
	.team_list2 dl dd{
		width:59%;
	}
}


@media (max-width:900px){
	.team_list2 dl{
		width:100%;
		float:none;
	}
}



@media (max-width:640px){
	.team_list2{
		margin:0 -10px;
		padding-top:0;
	}
	.team_list2 dl{
		width:50%;
		padding:0 10px 15px 10px;
		margin-bottom:0;
		float:left;
	}
	.team_list2 dl dt{
		width:100%;
		text-align:center;
		margin-bottom:10px;
		float:none;
	}
	.team_list2 dl dt img{
		width:100%;
		height:auto;
	}
	.team_list2 dl dd{
		width:100%;
		float:none;
	}
	
	.team_list2 dl dd h3{
		font-size:18px;
		height:auto;
		line-height:28px;
		padding:0;
		border:none;
		display:block;
		text-align:center;
		margin:0 auto 5px auto;
	}
	.team_list2 dl dd h3 span{
		
	}
	.team_list2 dl dd h3 span:after{
		margin:0 auto;
	}
	.team_list2 dl dd .t_link a{
		padding:5px 15px;
		margin-right:0;
		display:block;
	}
	.team_list2 dl dd .t_link a:nth-child(2),.team_list2 dl dd .t_link a:nth-child(3)
	{
		display:none;
	}
}







.ProductImgBox{padding-bottom:20px;}

.ProductPic{
	width:64%;
	padding-right:20px;
	margin-bottom:20px;
	float:left;
	position:relative;
}

#ProductImg{
  width:80%;
  border:1px solid #ececec;
  box-sizing:border-box;
  margin-left:20%;
}
#ProductImg .swiper-slide{
	position:relative;
}
#ProductImg .swiper-slide:after{
	content:'';
	display:block;
	width:23%;
	height:100%;
	background:url(/img/pro_logo.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	left:4.5%;
	top:4.5%;
	z-index:2;
}

#ProductSmallImg{
	height:100%;
}
#ProductImg .swiper-wrapper img{
	width:100%;
}

#ProductSmallImg .swiper-wrapper img{
	height:100%;
	width:100%;
}
#ProductSmallImg .swiper-slide span{
	width:100%;
	height:100%;
	background:#cccccc;
	/*border:2px solid #0e3678;*/
	display:block;
	position:relative;
	box-sizing:border-box;
	cursor:pointer;
	overflow:hidden;
}

#ProductSmallImg .swiper-slide-thumb-active span {
	border-color:#cccccc;
}
#ProductSmallImg .swiper-slide span img{
	opacity:.6;
}
#ProductSmallImg .swiper-slide-thumb-active span img{
	opacity:1;
}

.ProductSmall{
	width:18%;
	height:100%;
	padding:35px 0;
	position:absolute;
	left:0;
	top:0;
}
.ProductSmall .ProductSmallImg-button-prev,.ProductSmall .ProductSmallImg-button-next{
	width:100%;
	height:30px;
	background:#f2f2f2;
	border:1px solid #e9e9e9;
	border-radius:2px;
	position:absolute;
	left:0;
	cursor:pointer;
	outline:none;
}
.ProductSmall .ProductSmallImg-button-prev:hover,.ProductSmall .ProductSmallImg-button-next:hover{
	background:#ddd;
	border-color:#ddd;
}
.ProductSmall .ProductSmallImg-button-prev{
	top:0;	
}
.ProductSmall .ProductSmallImg-button-next{
	bottom:0;	
}
.ProductSmall .ProductSmallImg-button-prev:after,.ProductSmall .ProductSmallImg-button-next:after{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:30px;
	font-family:serif;
	color:#666;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	display:block;
}
.ProductSmall .ProductSmallImg-button-prev:after{
	content:'<';
	transform:translateY(-50%) rotate(90deg);
}
.ProductSmall .ProductSmallImg-button-next:after{
	content:'>';
	transform:translateY(-50%) rotate(90deg);
}





.ProductInfo{
	width:36%;
	float:left;
}


.ProductName{
    width:100%;
    padding:10px 0;
    text-align: left;
}

.ProductName h2{
	word-break: break-all;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:20px;
	font-weight:700;
	color:#2a3e5a;
}

.productPrice{
	width:100%;
	padding:10px 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
    position: relative;
}
.productPrice span{
	color: #2d2d2d;
    display: inline-block;
    font-size: 20px;
	display:inline-block;
}

.ProductDesc{
	padding:10px 0;
	line-height:1.8em;
	color:#666;
}
.ProductDesc2{
	padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f3f3f3;
    margin-bottom: 10px;
}
@media (max-width:640px){
	.ProductDesc2,.ProductDesc2 div,.ProductDesc2 p,.ProductDesc2 span{
		font-size:18px!important;
	}
}
.ProductInfo ul.other{padding:5px 0; float:left; margin-bottom:20px;box-sizing:content-box;}
.ProductInfo ul.other li{padding:5px 0;box-sizing:content-box;}
.ProductInfo ul.other li .addfav2{padding:3px 5px 3px 20px; background:url(/img/addfav.gif) no-repeat;box-sizing:content-box;}
.ProductInfo ul.other li a,.ProductInfo ul.other li span{box-sizing:content-box;}


@media (max-width:1200px){
	.ProductPic{
		width:100%;
		padding-right:0;
		float:none;
	}
	#ProductImg{
	  width:100%;
	  margin:0;
	}
	.ProductInfo{
		width:100%;
		float:none;
	}
	.ProductInfo ul.other{display:none;}
	.ProductSmall{display:none;}
	.zoomImg{display:none; visibility:hidden;}
}



.productDetailTabPanel{
	margin-bottom: 30px;
}
.productDetailTab{
	
}
.productDetailTab ul{
	width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display:table;
}
.productDetailTab ul li{
	width: 50%;
	color: #333;
    font-size:16px;
	height:40px;
    line-height:40px;
    display:table-cell;
    cursor: default;
}
.productDetailTab ul li.tabActive{
	color: #0e3678;
	font-weight:bold;
	background:#ececec;
}

.tabBody {
	position: relative;
	overflow: hidden;
	border-top: 0;
	z-index: 0;
	-webkit-transition: height .3s;
	transition: height .3s
}
.tabBody .tabPanel {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	float: left;
	visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.tabBody .tabPanel.tabPanelAtive {
	position: relative;
	z-index: 0;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.tabBody .tabPanel.tabPanelAtive~.tabPanel {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.productDetailInfoPanel {
	line-height: 2em;
	padding:0 10px;
	white-space: normal;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	text-align: left;
	margin:10px 0;
	font-size:14px;
}
.productDetailInfoPanel a {
	text-decoration: underline;
}
.productDetailInfoPanel img{
	max-width:100%;
}
.propInfo {
	width: 100%;
	display: table;
	border-collapse: collapse;
}
.propInfoRow {
	border-bottom: 1px solid #eee;
	display: table-row;
	text-align: left;
}
.propInfoCell {
	word-break: break-all;
	display: inline-block;
	display: table-cell;
	height:30px;
	vertical-align: middle;
	color: #333;
	font-size:14px;
}
.propInfoRow .propName {
	width: 33%;
	text-indent:1em;
	color: #b8b8b8
}
.propValue.propInfoCell .mallPrice {
	font-size:12px;
	height: initial;
	line-height: initial;
	color: #4e4e4e;
}

.tabUl_fix {
	position: fixed;
	top: 2.4rem;
	border-top: 1px solid #ddd;
	z-index: 9
}
.tabUl.tabUl_fix~.tabBody {
	margin-top: 2.2rem
}


.mProductListBox{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mProductListBox h3{
	color: #333;
    font-size:16px;
	font-weight:normal;
	height:42px;
    line-height:42px;
    padding-left:5px;
	border-top: 1px solid #ddd;
}
.mProductList{
	width:100%;
	position:relative;
	overflow:hidden;
}

.mProductListBox ul{
	display:block;
}
.mProductListBox ul li{
	width:25%;	
	margin-bottom:15px;
	overflow: hidden;
    float: left;
    background: #FFF;
	display:block;
}
.mProductListBox ul li a{
	margin:0 5px;
	display:block;
	line-height:0;
	position:relative;
}
.mProductListBox ul li a:after{
	content:'';
	display:block;
	width:23%;
	height:100%;
	background:url(/img/pro_logo.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	left:4.5%;
	top:4.5%;
	z-index:2;
}
.mProductListBox ul li a .pic{
	border:1px solid #bfbfbf;
}
.mProductListBox ul li a .pic img{
	width:100%;
	height:100%;
}
.mProductListBox ul li a h4{
    height:24px;
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding:0 5px;
    word-break: break-all;
    width: 100%;
    box-sizing: border-box;
	overflow:hidden;
}
.mProductListBox ul li a p{
	font-size:12px;
	color: #2d2d2d;
	padding:0 5px;
    height:20px;
    line-height:20px;
}


.mProductListBox .prev,
.mProductListBox .next{ position:absolute; top:10px; display:block; width:10px; height:13px; filter:alpha(opacity=50);opacity:0.5;}
.mProductListBox:hover .prev,.mProductListBox:hover .next{display:block;}
.mProductListBox .prev{ left:auto; right:30px; background:url(/img/slide_01.png) no-repeat; background-size:10px 13px; background-color:#333; }
.mProductListBox .next{ left:auto; right:10px; background:url(/img/slide_02.png) no-repeat; background-size:10px 13px; background-color:#333; }
.mProductListBox .prev:hover,
.mProductListBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.mProductListBox .prevStop{ display:none;  }
.mProductListBox .nextStop{ display:none;  }


@media (max-width:768px){
	.mProductListBox ul li{
		width:33.33333333%;
	}	
}
@media (max-width:500px){
	.mProductListBox ul li{
		width:50%;
	}	
}
@media (max-width:300px){
	.mProductListBox ul li{
		width:100%;
	}	
}










/*20240304-1*/
.newslist4{
	margin:0 auto;	
}
.newslist4 dl{
	width:100%;
	display:table;	
	padding:20px 20px 20px 20px;
	border:1px solid #f0f0f0;
	border-radius:5px;
	margin-bottom:25px;
	transition:all .5s ease-out;
}
.newslist4 dl:hover{
	background:#f8f8f8;
	box-shadow:0 0 15px #ccc;
}
.newslist4 dl:after{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
	content:" ";
	display:block;
	overflow:hidden;
}

.newslist4 dl dd{
	width:420px;
	padding-right:40px;
	display:inline;
	float:left;
}
/*.newslist4 dl dd a{
	width:100%;
	border:4px solid #f5f5f5;
	display:block;
	overflow:hidden;
	transition:all .5s;
}
.newslist4 dl dd img{
	width:100%;
	transition:all .5s;
}
*/
.newslist4 dl dd a{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	transition:all .5s;
}
.newslist4 dl dd a:after{
	content:'';
	display:block;
	padding-top:66.67%;
}
.newslist4 dl dd a img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position:50% 50%;
	position:absolute;
	left:0;
	top:0;
	transition:all .5s;
}
.newslist4 dl dd a:hover,.newslist4 dl:hover dd a{
	padding:0px;
}
.newslist4 dl dd a:hover img,.newslist4 dl:hover dd a img{
	transform:scale(1.15,1.15);
}


.newslist4 dl dt{
	display:inline;
	overflow:hidden;
}
.newslist4 dl dt h3{
	height:50px;
	font-size:24px;
	line-height:40px;
	color:#333;
	margin-bottom:1%;
	padding-top:10px;
	padding-right:1%;
	overflow:hidden;
}
.newslist4 dl dt h3 a,.newslist4 dl dt h3 a:visited{
	color:#333;
	display:inline-block;
	
}
.newslist4 dl dt h3 a:hover{
	color:#0e3678;
}

.newslist4 dl dt p{
	max-height:120px;
	line-height:30px;
	font-size:16px;
	color:#666;
	text-align:justify;
	padding-right:1%;
	margin-bottom:2%;
	display: -webkit-box;		
	-webkit-box-orient: vertical;		
	-webkit-line-clamp: 3;		
	overflow: hidden;
}
.newslist4 dl dt p a,.newslist4 dl dt p a:visited{
	color:#666;
	margin-left:10px;
}
.newslist4 dl dt p a:hover{
	color:#0e3678;
}
.newslist4 dl dt span{
	display:block;
	padding-right:1%;
}
.newslist4 dl dt span a{
	display:block;
	width:160px;
	height:48px;
	border-radius:3px;
	border:1px solid #cccccc;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#999999;
	float:right;
	transition:all .5s;
}
.newslist4 dl dt span a:hover{
	border-color:#0e3678;
	color:#ffffff;
	background:#0e3678;
}

@media (max-width:1230px){
	.newslist4 dl dd{
		width:340px;
		padding-right:20px;
		display:inline;
		float:left;
	}
	.newslist4 dl dt h3{
		font-size:20px;
		height:40px;
		line-height:32px;
		margin-bottom:10px;
		padding-top:8px;
	}
	.newslist4 dl dt p{
		-webkit-line-clamp: 3;		
	}
	.newslist4 dl dt span a{
		width:140px;
		height:46px;
		line-height:44px;
		font-size:16px;
	}
}
@media (max-width:900px){
	
	.newslist4 dl dd{
		width:280px;
		padding-right:20px;
		display:inline;
		float:left;
	}
	
	.newslist4 dl dt h3{
		font-size:20px;
		height:38px;
		line-height:32px;
		margin-bottom:5px;
		padding-top:6px;
	}
	.newslist4 dl dt p{
		max-height:96px;
		line-height:24px;
		font-size:15px;
		color:#666;
		overflow:hidden;
	}
	.newslist4 dl dt span a{
		width:132px;
		height:42px;
		line-height:40px;
		font-size:15px;
	}
}
@media (max-width:840px){
	
}
@media (max-width:780px){
	.newslist4 dl dd{
		width:260px;
		padding-right:20px;
		display:inline;
		float:left;
	}
	.newslist4 dl dt h3{
		font-size:18px;
		height:33px;
		line-height:30px;
		margin-bottom:3px;
		padding-top:3px;
	}
	.newslist4 dl dt p{
		max-height:72px;
		line-height:24px;
		font-size:14px;
		color:#666;
		overflow:hidden;
	}
	.newslist4 dl dt span a{
		width:100px;
		height:32px;
		line-height:30px;
		font-size:14px;
	}
}
@media (max-width:600px){
	.newslist4{
		padding:0;
		margin:0 -6px;
	}
	.newslist4 dl{
		padding:6px;
		width:50%;
		border:0;
		margin-bottom:15px;
		float:left;
	}
	.newslist4 dl dd{
		width:100%;
		padding:0;
		margin-bottom:10px;
		display:block;
		float:none;
	}
	.newslist4 dl dd img{
		width:100%;
		height:auto;
	}
	.newslist4 dl dt{
		height:auto;
		display:block;
		overflow:hidden;
	}
	.newslist4 dl dt h3{
		font-size:15px;
		height:24px;
		line-height:24px;
		color:#333;
		margin-bottom:5px;
		margin-top:0;
		overflow:hidden;
	}
	
	.newslist4 dl dt p{
		height:48px;
		font-size:13px;
	}
	.newslist4 dl dt span{
		display:none;
	}
}

@media (max-width:480px){
	.newslist4 dl{
		margin-bottom:0;
	}
	.newslist4 dl dd{
		margin-bottom:3px;
	}
	.newslist4 dl dt h3{
		font-size:14px;
		height:24px;
		line-height:24px;
		text-align:center;
		margin-bottom:5px;
	}
	.newslist4 dl dt p{
		display:none;
	}
	
}



/*20240304-2*/
.newslist5{
	margin:0 auto;	
}
.newslist5 dl{
	width:100%;
	display:table;	
	padding:20px 20px 20px 20px;
	border:1px solid #f0f0f0;
	border-radius:5px;
	margin-bottom:25px;
	transition:all .5s ease-out;
}
.newslist5 dl:hover{
	background:#f8f8f8;
	box-shadow:0 0 15px #ccc;
}
.newslist5 dl:after{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
	content:" ";
	display:block;
	overflow:hidden;
}

.newslist5 dl dd{
	width:420px;
	padding-left:40px;
	display:inline;
	float:right;
}
/*.newslist5 dl dd a{
	width:100%;
	border:4px solid #f5f5f5;
	display:block;
	overflow:hidden;
	transition:all .5s;
}
.newslist5 dl dd img{
	width:100%;
	transition:all .5s;
}
*/
.newslist5 dl dd a{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	transition:all .5s;
}
.newslist5 dl dd a:after{
	content:'';
	display:block;
	padding-top:66.67%;
}
.newslist5 dl dd a img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position:50% 50%;
	position:absolute;
	left:0;
	top:0;
	transition:all .5s;
}
.newslist5 dl dd a:hover,.newslist5 dl:hover dd a{
	padding:0px;
}
.newslist5 dl dd a:hover img,.newslist5 dl:hover dd a img{
	transform:scale(1.15,1.15);
}


.newslist5 dl dt{
	display:inline;
	overflow:hidden;
}
.newslist5 dl dt h3{
	height:50px;
	font-size:24px;
	line-height:40px;
	color:#333;
	margin-bottom:1%;
	padding-top:10px;
	padding-right:1%;
	overflow:hidden;
}
.newslist5 dl dt h3 a,.newslist5 dl dt h3 a:visited{
	color:#333;
	display:inline-block;
	
}
.newslist5 dl dt h3 a:hover{
	color:#0e3678;
}

.newslist5 dl dt p{
	max-height:120px;
	line-height:30px;
	font-size:16px;
	color:#666;
	text-align:justify;
	padding-right:1%;
	margin-bottom:2%;
	display: -webkit-box;		
	-webkit-box-orient: vertical;		
	-webkit-line-clamp: 3;		
	overflow: hidden;
}
.newslist5 dl dt p a,.newslist5 dl dt p a:visited{
	color:#666;
	margin-left:10px;
}
.newslist5 dl dt p a:hover{
	color:#0e3678;
}
.newslist5 dl dt span{
	display:block;
	padding-right:1%;
}
.newslist5 dl dt span a{
	display:block;
	width:160px;
	height:48px;
	border-radius:3px;
	border:1px solid #cccccc;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#999999;
	float:none;
	transition:all .5s;
}
.newslist5 dl dt span a:hover{
	border-color:#0e3678;
	color:#ffffff;
	background:#0e3678;
}

@media (max-width:1230px){
	.newslist5 dl dd{
		width:340px;
		padding-left:20px;
	}
	.newslist5 dl dt h3{
		font-size:20px;
		height:40px;
		line-height:32px;
		margin-bottom:10px;
		padding-top:8px;
	}
	.newslist5 dl dt p{
		-webkit-line-clamp: 3;		
	}
	.newslist5 dl dt span a{
		width:140px;
		height:46px;
		line-height:44px;
		font-size:16px;
	}
}
@media (max-width:900px){
	
	.newslist5 dl dd{
		width:280px;
		padding-left:20px;
	}
	
	.newslist5 dl dt h3{
		font-size:20px;
		height:38px;
		line-height:32px;
		margin-bottom:5px;
		padding-top:6px;
	}
	.newslist5 dl dt p{
		max-height:96px;
		line-height:24px;
		font-size:15px;
		color:#666;
		overflow:hidden;
	}
	.newslist5 dl dt span a{
		width:132px;
		height:42px;
		line-height:40px;
		font-size:15px;
	}
}
@media (max-width:840px){
	
}
@media (max-width:780px){
	.newslist5 dl dd{
		width:260px;
		padding-left:20px;
	}
	.newslist5 dl dt h3{
		font-size:18px;
		height:33px;
		line-height:30px;
		margin-bottom:3px;
		padding-top:3px;
	}
	.newslist5 dl dt p{
		max-height:72px;
		line-height:24px;
		font-size:14px;
		color:#666;
		overflow:hidden;
	}
	.newslist5 dl dt span a{
		width:100px;
		height:32px;
		line-height:30px;
		font-size:14px;
	}
}
@media (max-width:600px){
	.newslist5{
		padding:0;
		margin:0 -6px;
	}
	.newslist5 dl{
		padding:6px;
		width:50%;
		border:0;
		margin-bottom:15px;
		float:left;
	}
	.newslist5 dl dd{
		width:100%;
		padding:0;
		margin-bottom:10px;
		display:block;
		float:none;
	}
	.newslist5 dl dd img{
		width:100%;
		height:auto;
	}
	.newslist5 dl dt{
		height:auto;
		display:block;
		overflow:hidden;
	}
	.newslist5 dl dt h3{
		font-size:15px;
		height:24px;
		line-height:24px;
		color:#333;
		margin-bottom:5px;
		margin-top:0;
		overflow:hidden;
	}
	
	.newslist5 dl dt p{
		height:48px;
		font-size:13px;
	}
	.newslist5 dl dt span{
		display:none;
	}
}

@media (max-width:480px){
	.newslist5 dl{
		margin-bottom:0;
	}
	.newslist5 dl dd{
		margin-bottom:3px;
	}
	.newslist5 dl dt h3{
		font-size:14px;
		height:24px;
		line-height:24px;
		text-align:center;
		margin-bottom:5px;
	}
	.newslist5 dl dt p{
		display:none;
	}
	
}










/*20240304-3*/
.page_photolist9{
	margin:0 auto;	
}
.page_photolist9 dl{
	width:100%;
	display:table;	
	padding:20px 20px 20px 20px;
	border-radius:5px;
	margin-bottom:25px;
	transition:all .5s ease-out;
}
.page_photolist9 dl:hover{
	background:#f8f8f8;
	box-shadow:0 0 15px #ccc;
}
.page_photolist9 dl:after{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
	content:" ";
	display:block;
	overflow:hidden;
}

.page_photolist9 dl dd{
	width:45%;
	float:right;
}
/*.page_photolist9 dl dd a{
	width:100%;
	border:4px solid #f5f5f5;
	display:block;
	overflow:hidden;
	transition:all .5s;
}
.page_photolist9 dl dd img{
	width:100%;
	transition:all .5s;
}
*/
.page_photolist9 dl dd a{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	transition:all .5s;
}
.page_photolist9 dl dd a:after{
	content:'';
	display:block;
	padding-top:56.25%;
}
.page_photolist9 dl dd a img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position:50% 50%;
	position:absolute;
	left:0;
	top:0;
	transition:all .5s;
}
.page_photolist9 dl dd a:hover,.page_photolist9 dl:hover dd a{
	
}
.page_photolist9 dl dd a:hover img,.page_photolist9 dl:hover dd a img{
	transform:scale(1.15,1.15);
	
}


.page_photolist9 dl dt{
	width:55%;
	padding:2.5% 3% 1.5% 1.5%;
	float:left;
	overflow:hidden;
}
.page_photolist9 dl dt h3{
	font-size:24px;
	line-height:32px;
	color:#333;
	text-align:justify;
	margin-bottom:10px;
	display: -webkit-box;		
	-webkit-box-orient: vertical;		
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page_photolist9 dl dt h3 a,.page_photolist9 dl dt h3 a:visited{
	color:#333;
}
.page_photolist9 dl dt h3 a:hover{
	color:#0e3678;
}

.page_photolist9 dl dt p{
	max-height:120px;
	line-height:30px;
	font-size:16px;
	color:#666;
	text-align:justify;
	margin-bottom:30px;
	display: -webkit-box;		
	-webkit-box-orient: vertical;		
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.page_photolist9 dl dt p a,.page_photolist9 dl dt p a:visited{
	color:#666;
	margin-left:10px;
}
.page_photolist9 dl dt p a:hover{
	color:#0e3678;
}
.page_photolist9 dl dt span{
	display:block;
	padding-right:1%;
}
.page_photolist9 dl dt span a{
	display:block;
	width:160px;
	height:48px;
	border-radius:3px;
	border:1px solid #cccccc;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#999999;
	float:none;
	transition:all .5s;
}
.page_photolist9 dl dt span a:hover{
	border-color:#0e3678;
	color:#ffffff;
	background:#0e3678;
}

@media (max-width:1230px){
	.page_photolist9 dl dd{
		
	}
	.page_photolist9 dl dt h3{
		font-size:20px;
		line-height:30px;
	}
	.page_photolist9 dl dt p{
		-webkit-line-clamp: 3;		
	}
	.page_photolist9 dl dt span a{
		width:140px;
		height:46px;
		line-height:44px;
		font-size:16px;
	}
}
@media (max-width:900px){
	
	.page_photolist9 dl dd{
		
	}
	
	.page_photolist9 dl dt h3{
		font-size:20px;
		line-height:32px;
		margin-bottom:5px;
	}
	.page_photolist9 dl dt p{
		max-height:96px;
		line-height:24px;
		font-size:15px;
		color:#666;
		margin-bottom:20px;
		overflow:hidden;
	}
	.page_photolist9 dl dt span a{
		width:132px;
		height:42px;
		line-height:40px;
		font-size:15px;
	}
}
@media (max-width:840px){
	
}
@media (max-width:780px){
	.page_photolist9 dl dt{
		padding:1% 3% 1.5% 1.5%;
	}
	.page_photolist9 dl dt h3{
		font-size:18px;
		line-height:26px;
		margin-bottom:3px;
	}
	.page_photolist9 dl dt p{
		max-height:72px;
		line-height:24px;
		font-size:14px;
		color:#666;
		margin-bottom:15px;
		overflow:hidden;
	}
	.page_photolist9 dl dt span a{
		width:100px;
		height:32px;
		line-height:30px;
		font-size:14px;
	}
}
@media (max-width:640px){
	.page_photolist9{
		
	}
	.page_photolist9 dl{
		padding:2.5%;
		background:#f8f8f8;
		margin-bottom:15px;
	}
	.page_photolist9 dl dd{
		width:100%;
		padding:0;
		display:block;
		float:none;
	}
	.page_photolist9 dl dd a:after{
		padding-top:43.75%;
	}
	
	.page_photolist9 dl dt{
		width:100%;
		padding:3.5% 1.5% 1% 1.5%;
		height:auto;
		display:block;
		overflow:hidden;
	}
	.page_photolist9 dl dt h3{
		font-size:18px;
		line-height:24px;
		margin-bottom:5px;
		margin-top:0;
		overflow:hidden;
	}
	
	.page_photolist9 dl dt p{
		font-size:14px;
		margin-bottom:0;
	}
	.page_photolist9 dl dt span{
		display:none;
	}
}

@media (max-width:480px){
	.page_photolist9 dl{
		margin-bottom:10px;
	}
	.page_photolist9 dl dd{
		
	}
	.page_photolist9 dl dt h3{
		font-size:16px;
		line-height:24px;
		margin-bottom:5px;
	}
	.page_photolist9 dl dt p{
		-webkit-line-clamp: 2;
	}
	
}
@media (max-width:320px){
	.page_photolist9 dl{
		margin-bottom:8px;
	}
	.page_photolist9 dl dd{
		
	}
	.page_photolist9 dl dt h3{
		font-size:15px;
		line-height:22px;
	}
	.page_photolist9 dl dt p{
		font-size:13px;
	}
	
}




















/*打印样式*/
@media print{
	.hidetel,.head,.navwrap,#mainbnr,.location,.submenu_title,.page_submenu,.page_columnname,.act_nextprev,.footwrap,.foot_copyright,.page_toolbar,.navbar-toggle,.pagemask{
		display:none!important;
	}
	 
	
}