.vnav{
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.vvnav{
	display: flex;
	padding-left: 20px;
	align-items: center;
	height: 100%;
	color: #af090b;
	font-weight: bold;
	font-size: 18px;
}
.vvnav li{
	margin:0px 10px;
}
.vvnav a{
	color: #af090b;
}
.vvnav a:hover{
	color: coral;
}

.topbanner{
	padding: 40px 30px 0px 30px;
	display: flex;
	justify-content: space-between;
}
.vvnav .tactive{
	font-size: 24px;
	color: #0066ac;
}
.topleft{
	width: 595px;
	height: 396px;
	margin-right: 30px;
}
.topleft img{
	width: 595px;
	height: 396px;
}
.topright{
	flex: 1;
}
.topright h2{
	margin-top: 0;
}
.topright p{
	font-size: 16px;
	padding: 0 12px;
	line-height: 30px;
	text-align: justify;
}
.zhuanjia{
	background: url("/static/img/zhuanjia.png") no-repeat;
	background-position: 30px center;
	background-size: 60px 60px;
	margin-top: 40px;
	padding: 0 120px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	font-weight: bold;
}
.zhuanjiainfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px;
	border: 3px solid #a6884f;
}
.zhuanjiainfo img{
	display: block;
	width: 290px;
	height: 315px;
}
.infomain{
	flex: 1;
	min-height: 315px;
	margin-left: 30px;
}
.zhiwei{
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	margin-bottom: 20px;
}
.zhiwei span{
	background-color: #203a7c;
	font-size: 16px;
	color: #ffffff;
	padding-left: 12px;
	float: left;
}
.zhiwei span i{
	display: inline-block;
	padding-right: 80px;
	background: url(/static/img/zhiwei_bg.jpg) 100% 0 no-repeat;
}
.infomain p{
	line-height: 24px;
	font-size: 16px;
	color: #777777;
	padding-top: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
.infomain a{
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.infomain a:hover{
	text-decoration: none;
}

/*.vmain{*/
	/*padding: 40px 30px 0px 30px;*/
/*}*/
/*.vvmain{*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*flex-wrap: wrap;*/
	/*width: 100%;*/
/*}*/
/*.vvmain li{*/
	/*display: flex;*/
	/*justify-content: space-around;*/
	/*align-items: center;*/
	/*width: 47%;*/
	/*height: 200px;*/
	/*background: white;*/
	/*box-shadow: 0 0 3px 3px rgb(230,230,230);*/
	/*margin-bottom: 20px;*/
	/*padding: 10px;*/
/*}*/
/*.vvmain a{*/
	/*display: block;*/
	/*width: 45%;*/
	/*height: 90%;*/
/*}*/
/*.vvmain img{*/
	/*width: 100%;*/
	/*height: 100%;*/
/*}*/
/*.show{*/
	/*width: 45%;*/
	/*height: 90%;*/
	/*padding: 0px 20px;*/
/*}*/
/*.show span{*/
	/*font-size: 20px;*/
	/*font-weight: bold;*/
/*}*/
/*.show p{*/
	/*text-align: justify;*/
	/*margin-top: 10px;*/
/*}*/