@charset "utf-8";
/*导航*/
.head-v3 {
	width: 100%;
	min-width: 1280px;
	float: left;
	height: 75px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.head-v3 .navigation-inner {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.navigation-up {
	height: 75px;
	background: #fff
}
.navigation-up .navigation-v3 {
	width: 1200px;
	float: left;
}
.navigation-up .navigation-v3 .logo {
	float: left;
}
.navigation-up .navigation-v3 .logo img {
	margin-top: 18px;
}
.navigation-up .navigation-v3 ul {
	float: left;
	margin-left: 30px;
}
.navigation-up .navigation-v3 li {
	float: left;
	font: normal 16px/59px "microsoft yahei";
	color: #fff;
}
.navigation-up .navigation-v3 .nav-up-selected {
	color: #3366cc;
	font-weight: bold;
}
.navigation-up .navigation-v3 .nav-up-selected-inpage {
	color: #3366cc;
}
.navigation-up .navigation-v3 li h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.navigation-up .navigation-v3 li h2 a:hover {
	color: #3366cc;
	font-weight: bold;
}
.navigation-up .navigation-v3 li h2 a {
	padding: 0 14px;
	color: #222;
	display: inline-block;
	height: 75px;
	line-height: 75px;
	font-family: "microsoft yahei";
}
.navigation-up .navigation-v3 ul li[nav="zhsz"] h2 a{
	width:97px;
	background: url(../../../image/index/zp-icon.png) 12px 21px no-repeat;
}
.navigation-up .navigation-v3 ul li[nav="zhsz"] h2 a:hover{
	background: url(../../../image/index/zp-icon-hover.png) 13px 18px no-repeat;
}
/*导航*/
/*搜索*/
.search {
    float: right;
    width: 236px;
    height: 35px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #3366cc;
    border-radius: 2px;
}
.search input {
	width: 170px;
	height: 33px;
	line-height: 30px;
	background: #fff;
	font-size: 14px;
	color: #666;
	text-indent: 5px;
	float: left;
}
.search button {
	width: 66px;
	height: 35px;
	background: url(../../../image/index/index-icon.png) 35px -82px no-repeat #3366cc;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	float: right;
	text-align: left;
	text-indent: 10px;
}
.search button:hover {
	background: url(../../../image/index/index-icon.png) 35px -82px no-repeat #2b5dc1;
}
/*搜索*/

.wrap{
	float: left;
	width:100%;
	min-width: 1280px;
	height:auto;
}
/*面包屑*/
.wrap .banner-main{
    width: 1200px;
    margin: 0 auto;
}
.wrap .banner-main .crumb{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.wrap .banner-main .crumb dl{
    float: left;
    width: 100%;
}
.wrap .banner-main .crumb dl dt{
    float: left;
    width: 16px;
    height: 16px;
    background: url(../../../image/bakActivity/list/in-icon.png) no-repeat;
    margin-right: 10px;
}
.wrap .banner-main .crumb dl dd{
    float: left;
    color: #3366cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.wrap .banner-main .crumb dl dd a{
    float: left;
    color: #3366cc;
    font-size: 14px;
    line-height: 16px;
}
.wrap .banner-main .crumb dl dd a:hover{
    text-decoration: underline;
}
.wrap .banner-main .crumb dl dd samp{
    float: left;
    font-family: "宋体";
    margin:0 10px;
}
/*面包屑*/
.wrap .main{
	width: 1200px;
	margin:0 auto 70px;
}

.wrap .main .main-topic{
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.wrap .main .banner{
	width:100%;
	height:227px;
	border-radius: 2px;
	margin:18px 0;
}
.wrap .main>h1{
	width:100%;
	color:#222;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}
.wrap .main .flo1{
	width:1198px;
	height:226px;
	border:1px solid #ccc;
	border-radius: 3px;
	margin-top:20px;
	position: relative;
}
.wrap .main .flo1>a{
	float: left;
	width:728px;
	height:228px;
	overflow: hidden;
}
.wrap .main .flo1 img{
	float: left;
	width:728px;
	height:228px;
	margin-top: -1px;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wrap .main .flo1 a:hover img{
	transform: scale(1.2, 1.2);
	transition: all 0.6s ease 0.1s;
	-webkit-transition: all 0.6s ease 0.1s;
}
.wrap .main .flo1 .flo-text{
	float:left;
	width:430px;
	padding:30px 20px 0;
}
.wrap .main .flo1 .flo-text .text-title{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.wrap .main .flo1 .flo-text .text-title h2{
	float: left;
	max-width:380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#222;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.wrap .main .flo1 .flo-text .text-title span.ing{
	float: left;
	width:40px;
	height:20px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	background: #ff6029;
	margin-top: 3px;
}
.wrap .main .flo1 .flo-text .text-title span.end{
	float: left;
	width:40px;
	height:20px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	background: #a5a5a5;
	margin-top: 3px;
}
.wrap .main .flo1 .flo-text p{
	float: left;
	width:100%;
	color:#505050;
	font-size: 14px;
	line-height: 24px;
}
.wrap .main .flo1 .flo-text>span{
	float: left;
	width:100%;
	color:#505050;
	font-size: 14px;
	line-height: 24px;
}
.wrap .main .flo1 .flo-text>a{
	float:right;
	width:78px;
	height: 28px;
	border:1px solid #222;
	border-radius: 3px;
	color:#333;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	bottom:10px;
	right:20px;
}
.wrap .main .flo1 .flo-text>a em{
	font-family: simsun;
	font-style:normal;
	margin-left: 5px;
	line-height: 28px;
}
.wrap .main .flo1 .flo-text>a:hover{
	border-color:#3366cc;
	color:#3366cc;
}