
html, body,
dl, dt, dd, ol, ul,
h1, h2, h3, h4, h5, h6,
pre, code, form, p,
fieldset, legend, figure{
    margin: 0;
    padding: 0;
}
body{
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #ffffff;
}
a{
	color: #3e3e3f;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}
.clear{
	clear: both;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.hide{
	display: none;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.mt10{
	margin-top: 10px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.mr5{
	margin-right: 5px;
}

.top{
	height: 85px;
}
.top .logo{
	margin-top:8px;
	margin-left: 0px;
	float: left;
}
.top .form-search{
	float: right;
	margin-right:0px;
	margin-top: 20px;
}
.top .form-search .inp{
	height: 30px;
	border: 1px solid #000;
	padding: 5px;
	box-sizing: border-box;
	float: left;
}
.top .form-search .btn-search{
	width: 40px;
	height: 30px;
	border: 0;
	background: url('../img/search.png') no-repeat;
	float: left;
}
.nav{
	height: 60px;
	line-height: 60px;
	background-color: #2c4684;
}
.nav ul{
	padding: 0 60px;
}
.nav ul li{
	margin: 0 30px;
	float: left;
}
.nav ul li>a{
	color: #fff;
	font-size: 18px;
}

.submenu{display:none}

.nav ul li:hover .submenu{ display:block}

.nav ul li:hover{position:relative; z-index:999}

.submenu{position:absolute;top:61px;left:-30px; right:0px; background:#4162b2;width:132px; text-align: center}

.submenu a{color: #fff;
	font-size: 16px;; display:block}


.banner img{
	width: 100%;
}
.section{
	margin: 30px 0;
}
.section-header{
	margin: 30px 0;
	text-align: center;
}
.section-content{
	margin-top: 20px;
}
.yewu-group{
	padding: 0 120px;
}
.yewu-item{
	margin: 0 50px;
	text-align: center;
	position: relative;
	float: left;
	width: 217px;
    height: 217px;
    display: block;
}
.yewu-item:hover {
	cursor: pointer;
}

.yewu-item .round {
	background: url(../img/round.png);		
}
	
.yewu-item:hover .bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display:block;
}

.yewu-item:hover .details {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index:450;
	display:block;	
}	
/* content styles */
.yewu-item .bg, 
.yewu-item .details {
	position: absolute;
	width: 217px;
	height:217px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
	display:none;  
}		
.yewu-item .bg {
	border-radius: 50%;
	background: #202020;
	opacity: .8	
}
.yewu-item .details p {
	color:#fff;
	width: 70%;
	font-size:24px;
	letter-spacing: 5px;
	position: absolute;
	top: 42%;
	left: 18%
}



.silder{
	width: 490px;
	height: 320px;
	float: left;
	margin-right: 10px;
	border: 5px solid #dde3ea;
}

.dongtai{
	width: 680px;
	margin-left: 10px;
	float: left;
	box-sizing: border-box;
	border: 5px solid #dde3ea;
}
.dongtai .dongtai-header{
	width: 590px;
	padding: 10px 40px;
	border-bottom: 5px solid #dde3ea;
}
.dongtai .dongtai-header .tab-item{
	display: block;
	width: 80px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.dongtai .dongtai-header .active{
	border-left: 3px solid #f00;
}
.dongtai .dongtai-header .tab-item span{
	
}
.dongtai .dongtai-content{
	padding: 20px 40px;
}
.dongtai .dongtai-content .hot{
	text-align: center;
}
.dongtai .dongtai-content .hot h3,.dongtai .dongtai-content .hot p{
	margin-bottom: 10px;
}
.dongtai .dongtai-content .hot h3 a{
	color: #f00;
}
.dongtai .dongtai-content .hot p{
	color: #aaa;
}
.dongtai-content ul li{
	width: 100%;
	padding-left: 3%;
	margin: 8px 0;
	background: url('../img/li.gif') no-repeat;
	background-position: 0 8px;
	float: left;
	font-size:16px;
	line-height:24px
}
.ygtd{
	width: 715px;
}
.qyry{
	width: 460px;
	margin-left: 5px;
}
.box{
	float: left;
	border: 5px solid #dde3ea;
}
.box .box-header{
	padding: 10px 0;
	background-color: #dde3ea;
	font-size: 16px;
	font-weight: bold;
}
.box .box-header span{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.box .box-header .more{
	float: right;
	background: url('../img/more.png') no-repeat;
}
.box .box-content{
	height:160px;
	overflow: hidden;
	padding: 20px 25px;
}
.box .box-content ul{
	width: 400px;
	float: left;
}
.box-content ul li{
	width: 97%;
	padding-left: 3%;
	margin: 8px 0;
	background: url('../img/li.gif') no-repeat;
	background-position: 0 8px;
	float: left;
}
.bank{
	height: 70px;
	padding: 20px 0;
	background-color: #e5e5e5;
}
.bank li{
	margin-left: 8px;
	float: left;
}

.footer{
	height: 60px;
	padding:30px 0px;
	line-height:30px;
	text-align: center;
	background-color: #2c4684;
	color:#fff
}

.footer p{
	color: #fff;
}
.address{
	height: 50px;
	line-height: 50px;
}
.list{
	padding-bottom: 20px;
	background-color: #f1f1f1;
}
.list-l{
	width: 250px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #fff;
	float: left;
}
.list-l .list-l-header{
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	background-color: #2c4684;
}
.list-l ul li{
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
.list-l ul li.active a{
	color: #f00;
}
.list-r{
	width: 920px;
	min-height: 300px;
	padding: 10px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	background-color: #fff;
	float: left;
}
.list-r .list-r-header{
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 10px;
}
.list-r .list-r-header span{
	color: #2c4684;
	font-size: 18px;
	border-bottom: 2px solid #2c4684;
	padding-bottom: 8px;
}
.list-r-content{
	padding: 10px;
}
.list-r-content ul li{
	width: 97%;
	padding-left: 3%;
	margin: 8px 0;
	background: url('../img/li.gif') no-repeat;
	background-position: 0 8px;
	float: left;
}
.show{
	padding-bottom: 50px;
	background-color: #f1f1f1;
}
.show .show-content{
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 30px 60px;
}
.show .show-content .show-title{
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.show .show-content .show-info{
	color: #aaa;
	text-align: center;
	margin: 20px 0 40px;
}
.show .show-content .show-body{
	line-height: 28px;
}

.page-code,.page{text-align:center; padding:20px 0px}

.page-code a,.page a{display:inline-block; padding:3px 8px; border:solid 1px #ccc; font-size:14px;margin: 0 5px;}

.page-code li.thisclass,.page li.thisclass{ background:#3179d3; border:solid 1px #3179d3;color:#fff}

#ry1,#ry2{float:left}

#rydemo{width:800%}

.link-list li{width:220px;float:left; margin-bottom:20px; }



.topic{display:flex; padding:20px 0px;}

.topic span{display: block; background: #c40000;color:#fff; font-size: 42px; line-height:2;width:105px; text-align: center; font-weight: bold;}

.t-hot {
    font-size: 30px;
    color: #de2626;
    text-align: center;
	background-color: #eee;
	flex:1; line-height: 84px;
}

.t-hot a{color:#2c4684}