@charset "utf-8";
/* CSS Document */

/*top*/

.top{
	width: 100%;
}
.top-s{
	width: 1200px;
	margin: 0 auto
}
.top-s h1{
	float: left;
	margin-top: 2px;
}
.top-s h3{
	float: right;
	margin-top: 45px;
	text-transform: uppercase;
}
.top-s h3 img{
	float: left;
	margin-right: 4px;
}
.top-s h3 p{
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2px;
}
.top-s h3 p b{
	font-size: 24px;
	color: #4955bb;
	
}

.top-x{
	width: 100%;
	background: #265397;
	float: left;
	
	
}
.top-x .w1200{
	width: 1200px;
	margin: 0 auto;

}
.top-x .w1200 ul{
	height: 48px;
}
.top-x .w1200 ul li{
	height: 15px;
	float: left;
	padding:0px 55.4px;
	font-size: 16px;
	border-right:1px solid #f1f1f1;
	line-height: 14px;
	margin-top:16px;
	position: relative;
}
.top-x .w1200 ul li:last-child{
	border: 0;
}
.top-x .w1200 ul li a{
	color: #f1f1f1;
}
.top-x .w1200 ul li:hover{
	background: #383838;
	padding:24px 55.4px;
	margin-top: 0;
	line-height: 0;
	border-right:1px solid #3544b6;
	border-left:1px solid #3544b6;
	margin-left: -1px;

}.top-x ul li .top-pf{
	opacity: 0;
	display: none;
}
.top-x ul li:hover .top-pf{
	z-index: 88888;
	position: absolute;
	top:48px;
	text-align: center;
	width: 220%;
	left: 0;
	opacity: 1;
	display: block;
}
.top-x ul li .top-pf p{
	padding: 20px;
	background: #525252;
	border-bottom: 1px solid #353535;
}
.top-x ul li .top-pf p:hover{
	padding: 20px;
	background: #383838;
	border-bottom: 1px solid #353535;
}
/*gy*/
.sy-gy{
	width: 1200px;
	margin: 0 auto;
	padding:61px 0;
	position: relative;
}
.sy-gy img:nth-child(2){
	float: right;
}
.sy-gy .gy-pf{
	position: absolute;
	right: 0;
	top: 141px;
	width: 570px;
	background: #f1f1f1;
	border-radius: 2px;
	padding:41px 28px 20px 70px;
	box-shadow: 4px 4px 10px #c1c1c1; 
}
.sy-gy .gy-pf h2{
	font-size: 18px;
	font-weight: 600;
	color: #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
	width: 40px;
	white-space: nowrap
}
.sy-gy .gy-pf p{
	font-size: 14px;
	line-height: 24px;
	color: #898989;
	
}
.sy-gy .gy-pf a{
	float: right;
	padding: 6px 35px;
	background: #3544b6;
	color: #f1f1f1;
	margin: 40px 0 0 0;
	border-radius: 15px;
	font-size: 14px;
	border: 1px solid #3544b6
	
}
.sy-gy .gy-pf a:hover{
	float: right;
	background: #f1f1f1;
	color: #3544b6;
	margin: 40px 0 0 0;
	border-radius: 15px;
	font-size: 14px;
	border: 1px solid #3544b6
}


/*cp*/
.w1920{
	width: 100%;
	background: #f1f1f1;
	box-shadow: 0px 4px 6px #b1b1b1;
}
.sy-cp{
	width: 1200px;
	margin: 0 auto;
	padding:62px 0;
	overflow: hidden;
}
.sy-cp h3{
	float: right;
	text-align: right;
	text-transform:uppercase;
	line-height: 20px;
	font-size: 10px;
	padding-top: 9px;
}
.sy-cp h3 b{
	font-size: 16px;
}
.sy-cp ul{
		margin-top: 46px;
	margin-left: -21px;

}
.sy-cp ul li{
	width: 284px;
	height: 342px;
	position: relative;
	float: left;
	margin-left: 21px;
	margin-bottom: 21px;
	box-shadow: 1px 2px 5px #e1e1e1;
}
.sy-cp ul li h4{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px;
	background: url(../images/tubiao/8.png);
	color: #f1f1f1;
	z-index: 99999;
}
.sy-cp ul li:hover h4{
	opacity: 0;
}
.sy-cp ul li a>img{
	width: 100%;
}
.sy-cp ul li .cp-pf{
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/tubiao/8.png);
	padding: 0px;
	transition-duration:0.4s; 
	-moz-transition-duration:0.4s; 
	-webkit-transition-duration:0.4s; 
	-o-transition-duration:0.4s;
	opacity: 0;

	
}
.sy-cp ul li .cp-pf p{
	font-size: 18px;
	margin-bottom: 6%;
	margin-top: 56%;
	color: #f1f1f1;
	font-weight: 600;
}
.sy-cp ul li .cp-pf .kj{
	width: 100%;
	height: 100%;
	border: 1px solid #f1f1f1;
	transition-duration:0.6s; 
	-moz-transition-duration:0.6s; 
	-webkit-transition-duration:0.6s; 
	-o-transition-duration:0.6s;
	opacity: 0;


}
.sy-cp ul li:hover .cp-pf .kj {
	opacity: 1;
		width: 100%;
	height: 100%;

}
.sy-cp ul li:hover .cp-pf{
	padding: 30px;
	opacity: 1;
	
}
.sy-cp ul li:hover{
	box-shadow: 4px 6px 8px #e1e1e1;
		transition-duration:0.6s; 
	-moz-transition-duration:0.6s; 
	-webkit-transition-duration:0.6s; 
	-o-transition-duration:0.6s;

}

/*xw*/
.sy-xw{
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	padding:41px 0; 
	overflow: hidden;
}
.sy-xw h3{
	float: right;
	text-align: right;
	text-transform:uppercase;
	line-height: 20px;
	font-size: 10px;
	padding-top: 9px;
}
.sy-xw h3 b{
	font-size: 16px;
}
.sy-xw ul{
	margin-top: 41px;
	margin-left: -31px;
}
.sy-xw ul li{
	width: 378px;
	height: 417px;
	position: relative;
	float: left;
	margin-left: 31px;
}
.sy-xw ul li .xw-pfs h2{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 19px;
	width:30px;
	border-bottom: 1px solid #333;
	white-space: nowrap;
	margin-bottom: 19px;
	opacity: 1
}
.sy-xw ul li .xw-pfs p{
	
	font-size: 14px;
	padding-bottom:0px;
	line-height: 24px;
	
	
} 
.sy-xw ul li .xw-pfs p:nth-child(2){
	margin-bottom: 25px;
}
.sy-xw ul li .xw-pfs p:nth-child(3){
	margin-bottom: 16px;
}

.sy-xw ul li .xw-pfs{
	height: 160px;
	margin-top: 260px;
		transition-duration:0.6s; 
	-moz-transition-duration:0.6s; 
	-webkit-transition-duration:0.6s; 
	-o-transition-duration:0.6s;
}
.sy-xw ul li .xw-pfx{
	height: 240px;
	overflow: hidden;
	margin-top: -420px;
		transition-duration:0.6s; 
	-moz-transition-duration:0.6s; 
	-webkit-transition-duration:0.6s; 
	-o-transition-duration:0.6s;

}

.sy-xw ul li:hover .xw-pfs h2{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 19px;
	width:30px;
	border-bottom: 1px solid #3544b6;
	white-space: nowrap;
	margin-bottom: 19px;
	opacity: 0.9
}
.sy-xw ul li:hover .xw-pfs{
	height: 160px;
	margin-top: 0px;
	color: #3544b6;
	
	
}
.sy-xw ul li:hover .xw-pfx{
	height: 240px;
	overflow: hidden;
	margin-top: 16px;
}



/*hz*/
.hz{
	width: 100%;
	background: #f1f1f1;
	padding: 41px 0;
	text-align: center;
	overflow: hidden;
}
.hz>p{
	font-size: 14px;
	margin-top: 26px;
}
/*hz*/
#www_jb51_net {
overflow:hidden;
width: 1200px;
height:165px;
	margin: 51px  auto;
}
#www_jb51_net img {
border: 1px solid #F2F2F2;
	
}
	#www_jb51_net img:hover{opacity: 1}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo1 a{
	margin-left: 20px
}
#demo2  a{
	margin-left: 20px
}
#demo2 {
float: left;
	margin-left:5px;
}

.hz{margin-top:50px;text-align: center;}


/*fw*/
.fw{
	width: 100%;
	background: #333333;
	overflow: hidden;
	padding: 35px 0 30px 0;
}
.fw ul{
	width: 1200px;
	margin: 0 auto;
}
.fw ul li{
	float: left;
	background: #2686af;
	width: 225px;
	height: 105px;
	margin-left:18.7px;
}
.fw ul li:nth-child(1){
	margin-left:0
	
}
.fw ul li img{
	margin-left:26px;
	margin-top: 14px;
} 
.fw ul li:nth-child(2) img{
	margin-top:21px;
	
}
.fw ul li:nth-child(3) img{
	margin-top:17px;
	
}.fw ul li:nth-child(4) img{
	margin-top:30px;
	
}.fw ul li:nth-child(5) img{
	margin-top:30px;
	
}




/*YQLJ*/
.yqlj{
	width:100%;
	background: #eeeeee;
	overflow: hidden;
	padding: 15px 0;
	margin-top: 0px;


}

.yqlj ol{
	width: 1200px;
	margin: 0 auto;
}
.yqlj ol li{
	float: left;
	margin-top: 2px;
	margin-left: 31.5px;
	color: #828282;
}
.yqlj ol li a{
	color: #828282;
}
.yqlj ol h2{
	float: left;
	
	font-size: 16px;
	font-weight: 900;
	color: #444444;
}
.yqlj ol li:hover a{
	color: #444444;
}

/*di*/
.di {
	width: 100%;
	background: #282828;
	overflow: hidden;
}
.di-bj{
	background: url( ../images/tubiao/7.png);
	width: 100%;
	overflow:hidden;
}

.di-w1200{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.di-w1200 img{
	float:left;
}

.di-erwm {
	float: right;
	text-align: center;
	color: #f1f1f1;
	margin-bottom: 50px;
}
.di-erwm p{
	padding-top:160px; 
	
} 

.di ul{
	width: 572px;
	margin: 67px auto;
	padding-left: -65px;
}

.di ul li{
	float: left;
	font-size: 16px;
	font-weight: 800;
	color: #eeeeee;
	padding:0  0  0 60px; 
	position: relative;
	
}
.di ul li.xy{
	margin-left: -60px;
}

.di ul hr{
	float: left;
	clear: left;
	width: 100%;
	margin-top: -80px;
	opacity: 0.6;
}
.di ul li div{
	position: absolute;
	width: 100px;
	top: 70px;
	text-overflow : ellipsis;
	overflow: hidden;
}
.di ul li div a{
	float: left;
	margin-bottom: 10px;
	color: #9e9e9e;
	font-weight: 600;
	font-size:14px;
	white-space:nowrap;	
text-overflow : ellipsis;	
}
.di ul li div a:hover{
	color: #f1f1f1;
}

/*ne-banner*/
.ny-banner{width: 100%;z-index: 888;overflow: hidden;position: relative;float: left}
.ny-banner img{width: 100%;z-index: 99;height:auto}
.ny-banner .banner-pf{width: 1200px;margin: 0 auto;position: relative;}
.ny-banner .banner-pf>p{width:50px;height:4px;background: #f1f1f1;margin-right:10px;margin-top: 130px;float: left;position: absolute;left: 0;}
.ny-banner .banner-pf h2{font-size: 40px;float: left;font-weight: 900;color: #f1f1f1}
.ny-banner .banner-pf h2 p{font-size: 35px;font-weight: 600;} 
.ny-banner .gd{position: absolute;top:0;width: 100%;top:35%;}

/*框架*/
.ny-dh{width: 1200px;margin: 40px auto 40px auto}
.flet{float: left;margin-bottom: 80px;width: 100%;}
.z-dh{width: 270px;float:left;}
.z-dh ul {width: 100%;content:"";display:block;clear:both;position: relative;margin-top: -10px;}
.z-dh .dh-1 h2{
	width: 100%;
	background: #2f6ec4	;
	height: 60px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.z-dh .dh-1 h2 p{
	position: absolute;
	font-size:25px;
	color: #f1f1f1;
	top: 15px;
	font-weight: 600;
	left: 20px;
}
.z-dh ul h2 img{width:100%; }
.z-dh ul li {background: #f1f1f1;height: 40px;margin-top:2%;border-bottom: 2px  solid #d9dadc;z-index: 888;	
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.z-dh ul li p{color:#5d5e5f;padding:0 0 0 20px;line-height: 41px; }
.z-dh ul li p:before{content:"";display: block; background: url(../images/tubiao/10.png) no-repeat top -22px  right 10px;height:23px;width:40px;float: right;margin-top:9px;}
.z-dh ul li:hover{background: #2f6ec4}
.z-dh ul li:hover p{color: #f1f1f1;}
.z-dh ul li:hover p:before{content:"";display: block; background: url(../images/tubiao/10.png) no-repeat top  0px  right 10px;height:23px;width:40px;float: right;margin-top:9px;}

.z-dh .x-dh h2{height: 60px; }
.z-dh .x-dh {width: 100%;background: #f1f1f1;border: 1px solid #d9dadc;margin-top:6%;text-align: center;}
.z-dh .x-dh>div {width: 100%;border-bottom: 1px solid #d9dadc}
.z-dh .x-dh>div img{margin-top:10px;margin-bottom: 5px;}
.z-dh .x-dh li{text-align: left;padding:10px 10px 0px 20px; line-height: 18px;}

.y-dh{width: 900px;float: right;background: #f5f5f5;padding: 20px;margin-top: -9px;min-height:500px;}
.y-dh>ul{margin-top:5px ;}
.y-dh ul .z{font-size:18px;font-weight: 600;color: #484848;}
.y-dh ul .z p{height: 20px;width: 4px;background:#2f6ec4;float: left;margin-right: 8px;margin-top:4px}
.y-dh ul .y{float: right;margin-top: -15px;font-size: 12px;color: #979797;}

.y-dh ul div.xx{width: 100%;height:0px;border: 1px dashed #8C8C8C;margin-top: 5px}
#top0{margin-top: -17px;margin-bottom: 5px;}



/*框架*/

/*产品详细*/
.cp-zs{margin:20px 0 }
.cp-y{width: 530px;float:right; }
.cp-y h3{font-size: 18px;margin-top: 20px;color: #2f6ec4;border-bottom:1px solid  #E4E4E4;padding-bottom:10px;}
.cp-y p{
	line-height: 24px;
	margin-top:5px;
	color: #585858;
	font-size: 14px;
	
}
.products_detail_two{ display:block; height:auto; overflow:hidden; margin:36px 0 0 0; background:#fff; font-size:14px; color:#525252; line-height:24px;width: 100%;margin-top: 40px;float: left;}
.products_detwo_titel{ border-bottom:solid 1px #e8e8e8; border-top:solid 1px #e8e8e8; height:55px; line-height:55px;}
.products_detwo_titel a{ cursor:pointer; float:left; font-size:16px; text-align:center; display:block; height:55px; border-right:solid 1px #e8e8e8; border-top:none; padding:0 5%;}
.products_detwo_titel a.cur,.products_detwo_titel a:hover{ color:#fff; background:#096C3F; text-decoration:none;}
.borleft{ width:100%; border-left:solid 1px #e8e8e8;}


.banh{width: 100%;text-align:left;display: none;overflow: hidden}
.banh p{padding:1% 0 1% 0;background: #2E3032; margin-bottom: 48px;color: #f1f1f1;}

/*cpxx*/
.tab1{width:100%;margin:50px auto 0 auto;float:left}
.menu{border-bottom:#cccccc solid 1px;overflow: hidden}
.menu li{float:left;text-align:center;cursor:pointer;color:#666;font-size:14px;overflow:hidden;background:#E0E2EB;padding: 10px 40px;border-right:1px solid #CFCFCF}
.menu li.off{background:#FFFFFF;color:#336699;font-weight:bold;}

.menudiv{border-top:0;background:#fefefe;}
.menudiv p{color:#696969;line-height: 28px; }
.menudiv div{padding:15px;line-height:28px;}
.menu li  a{color:#096C3F}
.menudiv h3{
	color:#383838;font-size: 16px;font-weight: 600; margin-top: 20px;margin-bottom: 10px;
}
#con_one_2  img{margin-bottom: 10px;}


table{
	width: 100%;
	border:#CDCDCD;
	border-collapse: collapse;
	color: #696969;
}
table td{padding:5px 2px; }

/*DW*/
#dw{
	text-align: center;
	position: fixed;
	bottom: 120px;
	right: 40px;
	display: none;
}
#dw li{
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #343539;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 44px;
	
}
#dw li a{
	color: #f1f1f1;
}
#dw li:nth-child(1){
	border-radius: 4px 4px 0 0
}
#dw li:nth-child(1) img{
	border-radius: 4px 4px 0 0;
	margin-top: 9px;
} 
#dw li:nth-child(3){
	border-radius:0 0 4px 4px 
}
#dw li:nth-child(3) img{
	margin-top: -32px;
}
#dw li:hover{
	background: #3544b6;
} 
.ban{
	text-align: center;
	padding: 8px;
	width: 100%;
	overflow:hidden;
	border-top:1px solid #484848;
		color: #868686;
	margin-top: 40px;
	float: left

}
.ban a{
	color: #868686
}




/*cp*/
.cp{
	padding-top: 2%;
	margin-left: -2%;
}
.cp li{
	width:23%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
	border: 1px solid #f1f1f1;

}
.cp li img{
	width: 100%;
}
.cp li p{
	padding: 8px 8px;
	background: #e1e1e1;
	color: #484848;
	font-size: 16px;
	font-weight: 600
}
.cp li:hover p{
	padding: 8px 8px;
	background: #3544b6;
	color: #f1f1f1;

}
.cp li:hover{
	border: 1px solid #6F6F6F;
}


.qh{
	padding: 30px 0 20px 0;
	float: left
}
.qh a{
	padding: 8px 12px;
	background: #737373;
	color: #f1f1f1;
	margin-right: 14px;
	border-radius: 4px 0 0 0
}
.qh .s{
	background: #E51519;
}
.qh a:hover {
	background: #E51519;}


/*ny-gy*/
.ny-gy{
	margin-top: 2%;
	margin-bottom: 2%;
}

.ny-gy h3{
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}
.ny-gy  p{
	line-height: 24px;
	text-indent: 24px;
}

/*lian-xi*/
.lxfs{ overflow:hidden; position:relative;width: 100%;margin: 2% auto;}
.lxfs .lxfs_wz{width:50%;line-height:26px; color:#444; padding:40px;float: left;margin-top: 40px;background:#fff; }
.lxfs .lxfs_dt{width:50%; height:100%; position:absolute; right:0; top:0;float: right;margin-top: 40px;<!--border: 1px solid #DC1418;-->}

/*内页新闻和知识中心*/
.ny-kj{width:100%;margin:2% auto;}
.ny-kj ul{ margin-bottom: 40px;}
.ny-kj ul li img {float: left;transition: all 0.4s ease;margin-bottom: 10px;}
.ny-kj ul li{ border-bottom: 1px solid #D6D6D6; overflow: hidden; margin-bottom: 30px;}
.ny-kj ul li h2{ margin-bottom:20px;font-size:16px; margin-left:280px;transition: all 0.8s ease;
	 text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/

}
.ny-kj ul li h2 p{float:right;transition: all 0.2s ease;font-size: 16px;margin-right: 10px;}
.ny-kj ul li p{ font-size: 14px; line-height: 24px;color: #575757;margin-left:280px;transition: all 1.2s ease;
	 text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 6; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/

}

.ny-kj ul li:hover p{margin-left:290px;color: #34a9f2;}
.ny-kj ul li:hover h2{margin-left: 290px;color: #34a9f2;}
.ny-kj ul li:hover img{margin-left:10px;color: #34a9f2;}


/*fwbz*/
.fwbz{
	margin-top: 4%;
}
.fwbz h5{
	line-height: 24px;
}.fwbz p{
	margin-top: 20px;
}



.ny-yx{
	margin-top: 4%;
}
.ny-yx ul{
	margin-left: -2%;
}
.ny-yx ul li{
	width: 23%;
	float: left;
	margin-left: 2%;
	box-shadow: 2px 3px 6px #e1e1e1;
	margin-bottom: 2%;
}
.ny-yx ul li img{
	width: 100%;
	
}
.ny-yx ul li:hover{
	box-shadow: 2px 3px 10px #a1a1a1;
}



/*导航*/
.mobile-inner{ float:right; margin-top:16px; transition:all 0.5s;display: none;z-index: 888;text-align: left;}
.mobile-inner img{width: 100%;margin-bottom: 30px;}
.mobile-inner p{color: #676767;line-height: 25px;font-size: 16px;padding-bottom: 30px;padding-right: 30px;padding-left: 30px;margin:0px;}
.mobile-inner-header{height: 50px;z-index:10;}
.mobile-inner-header-icon{height:50px;text-align: center;width: 50px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;background: #f1f1f1}

.mobile-inner-nav{background:#34a9f2;width: 100%;position:fixed;top: 81px;left: 0px;bottom:0px;padding-top: 30px;padding-bottom: 80px;display: none;z-index:21;z-index: 99}
.mobile-inner-nav a{display:block;line-height: 50px;text-decoration: none;width:96%; margin:0 auto; color: #FFFFFF;border-bottom: solid 1px rgba(255,255,255,0.3);transition: all 0.5s;font-weight:300;}

.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 25px;height: 2px;background-color: rgba(0,0,0,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
	
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}		
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
/* flexslider */

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url( ../image/bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/


}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;

}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../image/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	background: none;
}
.block_home_slider .flex-control-paging li a {width:0px; height:12px; display:block; background-repeat:no-repeat; background-image:url(sprite_nav_3.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}



.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/*di*/
.AP_foot {position:fixed;bottom:0;width:100%;box-sizing:border-box;background:repeating-linear-gradient(#303030,#303030);opacity:0.9; z-index:99;display:none;}
.AP_foot:after {content:"";display:block;visibility:hidden;clear:both;}
.AP_foot a {width:25%;text-align:center;box-sizing:border-box;float:left;color:#fff;font-size:1.1em;padding:5px 0;}
.tel:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left top;background-size:20px auto;}
.signup:before {content:"" ;display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -20px;background-size:20px auto;} 
.ask:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -40px;background-size:20px auto;}
.query:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -80px;background-size:20px auto;}

/*nydh*/
.sj-dh{width: 96%;margin: 20px auto 5px auto;overflow: hidden}
.sj-dh ul{margin-top:10px }
.sj-dh ul .z{font-size:18px;font-weight: 600;color: #484848;}
.sj-dh ul .z p{height: 20px;width: 4px;background:#2156A3;float: left;margin-right: 8px;margin-top:4px}
.sj-dh ul .y{float: right;margin-top: -15px;font-size: 12px;color: #979797;}

.sj-dh ul div.xx{width: 100%;height:0px;border: 1px dashed #8C8C8C;margin-top: 5px}


/*cd*/

.content_left .title{ background:#265397; color:#fff; padding:5px 20px 15px 5px;  font-size:16px;width: 100%;}
.content_left .title span{background:url(img/ioc.png) no-repeat 0 center; padding-left:22px;}
.left_nav{border:1px solid #e6e6e6; border-top:0; overflow:hidden; padding-bottom: 10px;}
.left_nav ul{margin-top:-1px;}
.left_nav li{padding:0 0px}
.left_nav li .t{  padding:5px 10px ; position:relative;font-size: 12px;margin: 5px 0;border-bottom: 1px solid #f1f1f1}
#s{background: #265397}
 #s a{color: #f1f1f1;}

.cx{
	display: none;
}

/*xw*/
.xw_xq{ padding-bottom:20px; margin-bottom:40px; border-bottom:1px #ccc dotted; text-align:center;margin-top:40px; }
.xw_xq .xw_xq_bt{ font-size:18px; color:#444; font-weight:600;}
.xw_xq .xw_xq_rq{ margin-top:20px; font-size:13px;}
.xw_xq .xw_xq_rq span{ color:#999}

.xw_more{margin-top:40px;}
.xw_more a{display:inline-block; line-height:40px; padding:0 16px; color:#fff; background:#c82126 ;}

.jiathis_style_24x24{ overflow:hidden; margin-top:30px;}
.jiathis_style *{ border:none !important;}

.xwxq_sxp{width:100%; overflow:hidden; margin:30px 0 0 0;}
.xwxq_sxp a{display:block; margin-bottom:10px; transition: all 0.7s;}
.xwxq_sxp a:hover{color:#c82126;}
.xwxq_sxp a span{ font-weight:600; color:#444;}




/* WP8 and IE10 hack */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
.ie {
	height: 100%;
	width: 100%;
	background: url(../images/404.jpg) no-repeat center center #F3F2EE;
	position: fixed;
	z-index: 999999;
}


.fancybox{ margin-bottom:30px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 99999999999;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

/*2019.5.6*/
.top_yw{
	overflow: hidden;
	width: 100%;
	background: #265397;
	width: 100%;
	padding: 5px;	
	color: #f1f1f1;
	margin-bottom: 8px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.top_yw p{
	float: left;
}
.top_yw h4{
	float: right;
	text-transform:uppercase;
	
}
.top_yw a{
	color: #f1f1f1;
}
