.index_xwzx_main_latestnews_nav a, .index_xwzx_main_hmzs_nav a{
	text-decoration: none;
}

.index_xwzx_main img{width: 100%;display: block;}
/*顶部*/
.index_xwzx_main_top{
	width: 100%;
	border-bottom: 2px solid #12036f;
	padding-bottom: 0.3%;
	position: relative;
}
.index_xwzx_main_top>div{
	overflow: hidden;
}
.index_xwzx_main_top>div img{
	animation: to_big_small 7s linear 0s infinite normal none;
    animation-fill-mode: forwards;
}
.index_xwzx_main_top>div img:hover{
	/*animation-play-state: paused;*/
}
@keyframes to_big_small{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.index_xwzx_main_top .index_xwzx_main_top_tit{
	position: absolute;
	width: 33%;
	left: 0;
	top: 10%;
	padding: 1% 0;
	/*background-color: #12036f;*/
	background-color: #ff8a00;
}
.index_xwzx_main_top .index_xwzx_main_top_tit div:first-of-type{
	width: 25.4%;
	margin-left: 40.4%;
}
.index_xwzx_main_top .index_xwzx_main_top_tit div:nth-of-type(2){
	width: 41.8%;  
	margin-left: 47.8%;
	margin-top: 2%;
}

/*近期资讯*/
.index_xwzx_main_latestnews{
	width: 63.9%;
	margin: 0 auto;
	margin-top: 152px;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_tit{
	text-align: center;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_tit h3{
	margin: 0 auto;
	color: #12036f;
	font-size: 40px;
} 
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main{
	margin-top: 2%;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul{}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item{
	padding: 2% 0 3% 0%;
	border-bottom: 1px solid #c9c9c9;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item:first-of-type{
	border-top: 1px solid #c9c9c9;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item a{
	text-decoration: none;
	color: #2c2c2d;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item a:hover{
	/*color: #6d4c32;*/
	/*color: #59482c;*/
	/*color: #704f34;*/
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_above{
	display: flex;
	justify-content: space-between;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_above span{
	font-size: 25px;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_above span:first-of-type{
	width: 75%;
	width: 1060px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transform-origin: 0% 0%;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_above span:nth-of-type(2){
	width: 175px;
	white-space: nowrap;
	transform-origin: 100% 0%;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_below{
	margin-top: 1%;
	width: 65.2%;
	overflow: hidden;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_below img{
	transition: all 2s ease-out 0s;
	transform: scale(1);
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_main ul .index_xwzx_main_latestnews_main_item_below img:hover{
	transition: all 2s ease-out 0s;
	transform: scale(1.05);
}

.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav{
	margin-top: 2%;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul{
	margin: 0 auto;
	padding: 2% 0; 
	display: flex;
	justify-content: center;
	font-size: 1em;
	line-height: 1em;
	font-size: 14px;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul span{
	padding: 0;
	font-size: 14px;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul a{
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul>a{
	margin-left: 0.5em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul>a:first-of-type{
	width: 2em;
	margin-left: 0em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul>a:last-of-type{
	width: 2em;
	margin-left: 0em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul li{
	width: 2em;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul li span{
	display: block; 
	color: #12036f;
	text-align: center;
	width: 1em;
	height: 1em;
	line-height: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
}
.index_xwzx_main_latestnews .index_xwzx_main_latestnews_nav ul li .current{
	color: #fff;
	background-color: #1d2088;
}


/*吴腾飞漫谈*/
.index_xwzx_main_wtfmt{
	margin-top: 5%;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_above{
	width: 100%;
	display: flex;
	color: #fff;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_above .index_xwzx_main_wtfmt_above_left{
	/*width: 47.9%;*/
	width: 100%;
	border-bottom: 2px solid #12036f;
	padding-bottom: 0.3%;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_above .index_xwzx_main_wtfmt_above_right{
	width: 52.1%;
	background-color: #000;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_above .index_xwzx_main_wtfmt_above_right .index_xwzx_main_wtfmt_above_right_above{
	margin-top: 18%;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_above .index_xwzx_main_wtfmt_above_right .index_xwzx_main_wtfmt_above_right_below{
	border-top: 1px solid #8c8b8b;
	width: 49%;
	margin-top: 2%;
	padding-top: 4%;
	font-size: 13px;
	min-width: 450px;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below{
	width: 75.9%;
	margin: 0 auto;
	/*border-bottom:0.25vw solid #000;*/
	/*padding-bottom: 0.1%;*/
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_items{
	background-color: #e5e5e5;
	padding: 5.8%;
	padding-top: 3%; 
	padding-bottom: 0px;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item{
	border-bottom: 1px solid #c9c9c9;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item:first-of-type{
	border-top : 1px solid #c9c9c9;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item a{
	display: block;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item a label{
	display: block;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid #22258a;
	border-radius: 50%;
	margin-left: 1%;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item a div{
	display: flex;
	justify-content: space-between;
	margin-left: 1%;
	width: 97%;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_item a div span{
	color: #2c2c2d;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_nav{
	margin: 0 auto;
	background-color: #e5e5e5;
	padding: 2% 0; 
	display: flex;
	justify-content: center;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_nav li{
	width: 2em;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_nav li span{
	display: block; 
	color: #12036f;
	text-align: center;
	width: 1em;
	height: 1em;
	line-height: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
}
.index_xwzx_main_wtfmt .index_xwzx_main_wtfmt_below .index_xwzx_main_wtfmt_nav li .current{
	color: #fff;
	background-color: #1d2088;
}

/*红木知识*/
.index_xwzx_main_hmzs{
	width: 66.7%;
	margin: 0 auto;
	margin-top: 3.4%;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_tit{
	text-align: center;
	width: 12.6%;
	margin: 0 auto;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_tit h3{
	margin: 0 auto;
	color: #12036f;
	font-size: 40px;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main{
	width: 100%;
	/*border-bottom:0.25vw solid #000;*/
	/*padding-bottom: 0.1%;*/
	margin-top: 1.4%;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main ul{
	padding-top: 3%; 
	padding-bottom: 0px;
	width: 1280px;
	height: 321px;
	transform-origin: 0 0;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item{
	border-bottom: 0.2vw solid #c9c9c9;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item:first-of-type{
	border-top : 0.2vw solid #c9c9c9;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item a{
	display: block;
	width: 100%;
	height: 103px;
	line-height: 3.5em;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item a label{
	display: block;
	width: 1em;
	height: 1em;
	border: 1px solid #22258a;
	border-radius: 50%;
	margin-left: 1%;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item a div{
	display: flex;
	justify-content: space-between;
	margin-left: 1%;
	width: 97%;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_main .index_xwzx_main_hmzs_main_item a div span{
	color: #2c2c2d;
	font-size:25px;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav{
	width: 100%;
	margin-top: 1.5%;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul{
	margin: 0 auto;
	padding: 2% 0; 
	display: flex;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	justify-content: center;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul span{
	padding: 0;
	font-size: 14px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin-left: 0.5em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul a{
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul>a{
	margin-left: 0.5em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul>a:first-of-type{
	width: 2em;
	margin-left: 0em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul>a:last-of-type{
	width: 2em;
	margin-left: 0em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul li{
	width: 2em;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul li span{
	display: block; 
	color: #12036f;
	text-align: center;
	width: 1em;
	height: 1em;
	line-height: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
}
.index_xwzx_main_hmzs .index_xwzx_main_hmzs_nav ul li .current{
	color: #fff;
	background-color: #1d2088;
}