/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	min-width:1200px;
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1200px;
	margin:0 auto;
}
.pulic_header_box{
	width: 100%;
	height: 40px;
	background:#f0f0f0;
}
.body_red{
	min-width:1200px;
        margin:0 auto;
        font-size:12px;
        font-family:"Microsoft Yahei";
        background:url(../i/red04.jpg)no-repeat center top;
        background-size:contain;
        color:#363636;
}
.pulic_header_box_red{
	        width: 100%;
	        height: 40px;
	        background: #f0f0f0;
}
			
.pulic_header_box .warpin{
	display: flex;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.pulic_header_box .lt{
	font-size:14px;
	color:#999999;
}
.pulic_header_box .rt{
	display: flex;
	align-items: center;
}
.pulic_header_box .rt a{
	font-size:14px;
	color:#999999;
	padding:0 10px;
	border-right: 1px solid #a6a6a6;
	font-size:14px;
	color:#999999;
}
.pulic_header_box .rt a:last-child{
	border-right: none;
}
.header_seach_box{
	display: flex;
	align-items: center;
	padding:20px 0;
	justify-content: space-between;
}

.header_box_back{
	align-items: center;
	background:url(../i/red04.jpg)no-repeat center top;
}
.header_seach_box .search_box{
	width: 404px;
	height: 35px;
	display: flex;
	align-items: center;
	border:1px solid #d00000;
	border-radius: 3px;
	overflow: hidden;
}
.header_seach_box .search_box input{
	display: block;
	width: 320px;
	height: 100%;
	border:none;
	padding-left:10px;
	font-size:14px;
}
.header_seach_box .search_box .btn{
	display: flex;
	width: calC(100% - 320px);
	height: 35px;
	background: #d00000;
	border-radius: 3px;
	font-size:15px;
	color:#ffffff;
	justify-content: center;
	align-items: center;
}
.header_seach_box .search_box .btn img{
	margin-right: 5px;
	width: 20px;
}
.header_navi_box{
	width: 100%;
	height: 48px;
	background: #d00000;
}
.header_navi_box .warpin{
	display: flex;
	height: 48px;
	justify-content: space-between;
	align-items: center;
}
.header_navi_box .warpin a{
	font-size:18px;
	color:#ffffff;
}
.index_banner_box{
	width: 100%;
	height: 404px;
}
.index_banner_box .swiper-slide img{
	width: 100%;
	height: 100%;
}
.index_banner_box .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.index_banner_box .swiper-pagination-bullet-active{
	background: #fea52f;
}
.index_banner_box .content_box{
	display: flex;
	height: 404px;
	justify-content: space-between;
	position: absolute;
	z-index:12;
	left:50%;
	top: 0;
	transform: translateX(-50%);
}
.index_banner_box .content_box .lt_cont_box{
	width: 282px;
	background: #e8ebee;
	padding:18px 14px;
}
/* */
.index_pulic_title{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:8px 6px;
	border-bottom: 2px solid #d00000;
}
.index_pulic_title .lt_cont{
	display: flex;
	align-items: center;
}
.index_pulic_title .lt_cont .tle{
	display: flex;
	align-items: center;
	font-size:20px;
	font-weight: bold;
	color:#333333;
}
.index_pulic_title .lt_cont .tle .line{
	display: block;
	width: 3px;
	height: 20px;
	background: #d00000;
	margin-right: 5px;
}
.index_pulic_title .lt_cont .navi_box{
	margin-left:10px;
	display: flex;
	align-items: center;
}
.index_pulic_title .lt_cont .navi_box li{
	padding:0 8px;
	border-right: 1px solid #dbdbdb;
}
.index_pulic_title .lt_cont .navi_box a{

	font-size:15px;
	color:#636363;
}
.index_pulic_title .lt_cont .navi_box a:hover{
	color:#f24141;
}
.index_pulic_title .lt_cont .navi_box li:last-child{
	border-right: none;
}
.index_pulic_title .more_btn{
	display: flex;
	width: 86px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border:1px solid #f4c4c4;
	border-radius: 3px;
	font-size:12px;
	color:#757070;
}
.hdxx_li_tag{

    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
    padding: 0px 12px;
    float: left;
    cursor: pointer;

}
.hdxx_li_tag_active{
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #c10d0c;
    border: 1px solid #d9d9d9;
    border-top: 2px solid #c10d0c;
    border-bottom: 0px;
    padding: 0px 11px;
}
/* */
.index_banner_box .lt_cont_box .tzgg_list_box{
	padding:10px 0;
}
.index_banner_box .lt_cont_box .tzgg_list_box .li{
	padding-left:20px;
	position: relative;
  margin-bottom:10px;
}
.index_banner_box .lt_cont_box .tzgg_list_box .li a{
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:15px;
	color:#333333;
}
.index_banner_box .lt_cont_box .tzgg_list_box .li:hover a{
	color:#408f24;
}
.index_banner_box .lt_cont_box .bit_img_box{
	width: 100%;
}
.index_banner_box .lt_cont_box .bit_img_box img{
	width: 100%;
}
.index_banner_box .rt_cont_box{
	width: 257px;
	height: 404px;
	background: #fff;
	padding:16px 8px;
}
/* */
.index_twice_last{
	display: flex;
	justify-content: space-between;
}
.index_twice_last .list_box{
	width: 49%;
}
.index_twice_last .list_box .img_cont{
	width: 100%;
	position: relative;
}
.index_twice_last .list_box .img_cont img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_twice_last .list_box .img_cont .bit_txt{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: rgba(0,0,0,0.4);
	padding:0 12px;
	font-size:15px;
	color:#ffffff;
}
.index_twice_last .txt{
	font-size:15px;
	color:#333333;
	padding:0.4rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* */
.index_banner_box .rt_cont_box .index_twice_last{
	margin:10px 0;
}
.index_banner_box .rt_cont_box .index_twice_last .list_box .img_cont{
  height: 100px;
}
.index_banner_box .rt_cont_box .news_last_cont{
	padding:6px 0;
}
.index_banner_box .rt_cont_box .news_last_cont a{
	display: block;
	width: 100%;
	line-height: 28px;
	font-size:15px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_banner_box .rt_cont_box .news_last_cont a:hover{
	color:#d00000;
}
.index_adver_box{
	margin:20px auto 30px;
}
.index_adver_box img{
	width: 100%;
}
/* */

.index_hdxx_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.last_cont_box{
	height:494px;
	display:none;
	width:100%;
	overflow:hidden;
}
.index_hdxx_content .last_cont_box .list_box{
	width: 49%;
	padding:30px 0;
	border-bottom: 1px dashed #e8e8e8;
	display:inline-block;
}
.index_hdxx_content .last_cont_box .list_box:last-child,.index_hdxx_content .last_cont_box .list_box:nth-last-of-type(2){
	border-bottom: none;
}
.index_hdxx_content .last_cont_box .list_box a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_hdxx_content .last_cont_box .list_box .i{
	display: block;
	width: 146px;
	height: 104px;
}
.index_hdxx_content .last_cont_box .list_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_hdxx_content .last_cont_box .list_box .txt_cont{
	width: calc(100% - 146px);
	padding-left:10px;
}
.index_hdxx_content .last_cont_box .list_box .txt_cont h2{
	font-size:16px;
	color:#333333;
}
.index_hdxx_content .last_cont_box .list_box .txt_cont p{
	font-size:12px;
	color:#959494;
	line-height: 22px;
	padding:10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_hdxx_content .last_cont_box .list_box .txt_cont .time{
	text-align: right;
	font-size:13px;
	color:#8e8d8d;
}
/* */
.index_fwxm_content{
	margin:40px auto;
}
.index_fwxm_content .content_box{
	width: 100%;
	padding:14px 0;
	border:1px solid #cccccc;
	display: flex;
	margin-top: 20px;
}
.index_fwxm_content .content_box .list_box{
	display: block;
	width: calc(100% / 6);
	padding:0 10px;
	border-right: 1px solid #ccc;
}
.index_fwxm_content .content_box .list_box .i{
	display: block;
	width: 100%;
	height: 136px;
	margin-bottom: 12px;
}
.index_fwxm_content .content_box .list_box .i img{
	width: 100%;
	height: 100%;
}
.index_fwxm_content .content_box .list_box h2{
	font-size:16px;
	color:#333333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
.index_fwxm_content .content_box .list_box p{
	font-size:12px;
	color:#666666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* */
.index_gqzx_content{
	display: flex;
	justify-content: space-between;
}
.index_gqzx_content .gqxx_cont{
	width: 804px;
}
.index_gqzx_content .rzfw_cont{
    width: 788px;
}
.index_gqzx_content .gqxx_cont table{
	width: 100%;
}
.index_gqzx_content .gqxx_cont table th{
	padding:0.8rem 0;
	text-align: center;
	font-size:17px;
	color:#2f2d2d;
  font-weight: normal;
}
.index_gqzx_content .gqxx_cont table td{
	padding:0.8rem 0.2rem;
	text-align: center;
	font-size:14px;
	color:#666666;
}
.index_gqzx_content .gqxx_cont table tbody td:first-child{
	text-align: left;
}
.index_gqzx_content .gqxx_cont table tbody tr:nth-child(even){
	background: #fef7f7;
}
.index_gqzx_content .zxdt_cont{
	width: 372px;
}
.index_gqzx_content .zxdt_cont .tis_list_box{
	margin-bottom: 20px;
	margin-top: 5px;
}
.index_gqzx_content .zxdt_cont .tis_list_box h2{
	font-size:16px;
	font-weight: bold;
	color:#333333;
	margin-bottom:0.2rem;
}
.index_gqzx_content .zxdt_cont .tis_list_box .txt_cont{
	display: flex;
	justify-content: space-between;
}
.index_gqzx_content .zxdt_cont .tis_list_box .txt_cont .i{
	display: block;
	width: 135px;
	height: 80px; overflow:hidden
}


.index_gqzx_content .zxdt_cont .tis_list_box .txt_cont .txt{
	width: calc(100% - 135px);
	padding-left:10px;
}
.index_gqzx_content .zxdt_cont .tis_list_box .txt_cont .txt {
  font-size:12px;
	color:#999999;
	line-height: 24px;
}
.index_gqzx_content .zxdt_cont .tis_list_box .txt_cont .txt span{
	color:#cc0000;
}
.index_gqzx_content .zxdt_cont  .news_list_box{
	margin-bottom: 10px;
}
.index_gqzx_content .zxdt_cont  .news_list_box .list{
	width: 100%;
	padding-right: 5rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  margin:0.4rem 0;
}
.index_gqzx_content .zxdt_cont  .news_list_box .list a{
	font-size:14px;
	color:#333333;
}
.index_gqzx_content .zxdt_cont  .news_list_box .list .time{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size:13px;
	color:#666666;
}
.index_gqzx_content .rzfw_cont .last_cont{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.index_gqzx_content .rzfw_cont .last_cont .list{
	width: calc((100% - 45px) / 4);
	margin-right: 8px;
	margin-bottom: 15px;
	border:1px solid #cccccc;
	padding:8px;
}
.index_gqzx_content .rzfw_cont .last_cont .list:nth-child(4n){
	margin-right: 0;
}
.index_gqzx_content .rzfw_cont .last_cont .list .i{
	display: block;
	width: 100%;
	height: 133px;
	margin-bottom: 10px;
}
.index_gqzx_content .rzfw_cont .last_cont .list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_gqzx_content .rzfw_cont .last_cont .list p{
	text-align: center;
	font-size:15px;
	color:#000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_thre_content{
	display: flex;
	margin:30px auto;
	display: flex;
	justify-content: space-between;
}
.index_thre_content .about_cont{
	width: 292px;
}
.index_thre_content .about_cont .i{
	display: block;
	width: 100%;
	height: 132px;
	margin-bottom: 12px;
	margin-top: 20px;
}
.index_thre_content .about_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_thre_content .about_cont .txt{
	font-size:14px;
	line-height: 25px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_thre_content .about_cont .bit_txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_thre_content .about_cont .bit_txt .li{
	text-align: center;
	border-right: 1px solid #a8a8a8;
	height:53px;
	width: 50%;
}
.index_thre_content .about_cont .bit_txt .li:last-child{
	border-right: none;
}
.index_thre_content .about_cont .bit_txt .li h2{
	font-size:18px;
	color:#333333;
}
.index_thre_content .about_cont .bit_txt .li p{
	font-size:12px;
	color:#333333;
}
.index_thre_content .link_cont{
	width: 400px;
}
.index_thre_content .link_cont .last_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:20px 12px;
}
.index_thre_content .link_cont .last_box .list{
	width: 48%;
	height: 106px;
	margin-right: 2%;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #cccccc; overflow:hidden;
}
.index_thre_content .link_cont .last_box .list:nth-child(2n){
	margin-right: 0;
}
.index_thre_content .link_cont .last_box .list img{
	display: block;
	max-width: 100%; overflow:hidden;
}
.index_thre_content .policy_cont{
	width: 462px;
}
.index_thre_content .policy_cont .tis_list{
	margin-top: 20px;
	margin-bottom:24px;
}
.index_thre_content .policy_cont .tis_list a{
	display: flex;
	width: 100%;
	align-items: center;
}
.index_thre_content .policy_cont .tis_list .i{
	width: 135px;
	height: 80px;
}
.index_thre_content .policy_cont .tis_list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_thre_content .policy_cont .tis_list .txt{
	width: calc(100% - 135px);
	padding-left:10px;
}
.index_thre_content .policy_cont .tis_list .txt h2{
	font-size:16px;
	font-weight: bold;
	color:#333333;
}
.index_thre_content .policy_cont .tis_list .txt p{
	font-size:12px;
	color:#999999;
	line-height: 24px;
}
.index_thre_content .policy_cont .policy_last{
	margin-bottom: 10px;
}
.index_thre_content .policy_cont .policy_last .li{
	position: relative;
	padding-right: 80px;
	padding:5px 0;
}
.index_thre_content .policy_cont .policy_last .li a{
	font-size:14px;
	color:#333333;
}
.index_thre_content .policy_cont .policy_last .li .time{
	position: absolute;
	right: 0;
	top: 0;
	font-size:13px;
	color:#666666;
}
.index_thre_content .policy_cont .bit_last_box{
	display: flex;
}
.index_thre_content .policy_cont .bit_last_box .li{
	width: 32%;
	margin-right: 2%;
}
.index_thre_content .policy_cont .bit_last_box .li .i{
	width: 100%;
	height: 97px;
	margin-bottom: 5px;
}
.index_thre_content .policy_cont .bit_last_box .li .i img{
	width: 100%;
	height: 100%;
}
.index_thre_content .policy_cont .bit_last_box .li p{
	font-size:16px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_link_content{
	padding:30px 0;
}
.index_link_content .last_cont{
	display: flex;
	flex-wrap: wrap;
	padding:20px 0;
}
.index_link_content .last_cont a{
	margin-right: 10px;
	margin-bottom: 10px;
	font-size:14px;
	color:#666666;
}
.pulic_footer_content{
  width: 100%;
	background: #f2f2f2 url(../i/footer_bg.png) no-repeat top center;
	background-size: 100%;
	padding:40px 0 60px;
}
.pulic_footer_content .warpin{
	display: flex;
	justify-content: space-between;
}
.pulic_footer_content .ys_cont{
	width: 350px;
	padding:0 20px;
	border-right: 1px solid #fff;
}
.pulic_footer_content .ys_cont h2{
	font-size:19px;
	color:#333333;
	margin-bottom: 10px;
}
.pulic_footer_content .ys_cont .list_box{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.pulic_footer_content .ys_cont .list_box .i{
	display: block;
	width: 40px;
	height: 40px;
}
.pulic_footer_content .ys_cont .list_box .i img{
	width: 100%;
	height: 100%;
}
.pulic_footer_content .ys_cont .list_box .txt{
	width: calc(100% - 40px);
	padding-left:10px;
}
.pulic_footer_content .ys_cont .list_box .txt h2{
	font-size:15px;
	font-weight: bold;
	color:#e89528;
}
.pulic_footer_content .ys_cont .list_box .txt p{
	font-size:12px;
	color:#666666;
}
.pulic_footer_content .ys_cont .list_box:nth-child(2) .txt h2{
	color:#4cc962;
}
.pulic_footer_content .news_content{
	border-left:1px solid #ededed;
	border-right: 1px solid #fff;
	display: flex;
}
.pulic_footer_content .news_content > div:last-child{
	border-right: none;
}
.pulic_footer_content .news_content .news_cont{
	border-left:1px solid #ededed;
	border-right: 1px solid #fff;
	padding:0 45px;
	width: 245px;
}
.pulic_footer_content .news_content .news_cont h2{
	font-size:15px;
	color:#333333;
	margin-bottom: 18px;
}
.pulic_footer_content .news_content .news_cont li{
	margin-bottom: 12px;
}
.pulic_footer_content .news_content .news_cont li a{
	font-size:13px;
	color:#666666;
}
.pulic_footer_content .news_content .news_cont .list_box{
	display: flex;
	flex-wrap: wrap;
}
.pulic_footer_content .news_content .news_cont .list_box a{
	width: 50%;
	margin-bottom: 20px;
	font-size:13px;
	color:#666666;
}
.pulic_footer_content .code_cont{
	width: 368px;
	padding-right: 50px;
	display: flex;
	justify-content: flex-end;
	border-left:1px solid #ededed;
}
.pulic_footer_content .code_cont .code{
	width: 104px;
	height: 104px;
	padding:10px;
	background: #fff;
	margin-bottom: 20px;
}
.pulic_footer_content .code_cont .code img{
	width: 100%;
	height: 100%;
}
.pulic_footer_content .code_cont p{
	text-align: center;
	font-size:14px;
	color:#333;
}
.pulic_footer_content .copy_box{
	width: 1200px;
	margin:0 auto;
	text-align: center;
	padding:20px 0;
	font-size:13px;
	color:#999999;
}
/* */
.content_tis_page{
	padding:20px 0;
	font-size:14px;
	color:#666666;
}
.content_tis_navi{
	padding:10px 0;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #d00000;
}
.content_tis_navi .tl{
	font-size:18px;
	color:#333333;
}
.content_tis_navi .tr{
	padding-left:10px;
	display: flex;
}
.content_tis_navi .tr a{
	font-size:16px;
	color:#666666;
	margin-right: 20px;
}
.content_tis_navi .tr a:hover{
	color:#d00000;
}
.content_pulic_box{
	padding:16px 20px;
	border:1px solid #e8e6e7;
	margin-bottom: 40px;
}
.content_pulic_title{
	border-bottom: 1px solid #e8e6e7;
}
.content_pulic_title span{
	display: inline-block;
	padding:8px 0;
	border-bottom: 3px solid #d00000;
	color:#d00000;
	font-size: 18px;
	font-weight: bold;
}
.fwxm_content_last .list{
	padding:30px 0;
	border-bottom: 1px dashed #dddddd;
	display: flex;
	align-items: center;
}
.fwxm_content_last .list .i{
	width: 190px;
	height: 164px;
	border:1px solid #e8e6e7;
}
.fwxm_content_last .list .i img{
	width: 100%;
	height: 100%;
}
.fwxm_content_last .list .txt_cont{
	width: calc(100% - 190px);
	padding-left:30px;
	position: relative;
	padding-right: 180px;
}
.fwxm_content_last .list .txt_cont h2{
	font-size:18px;
	color:#1da73a;
	margin-bottom:20px;
}
.fwxm_content_last .list .txt_cont p{
	font-size:16px;
	color:#333333;
	margin-bottom: 10px;
}
.fwxm_content_last .list .txt_cont p span{
	color:#666666;
	margin-right: 10px;
}
.fwxm_content_last .list .txt_cont .dl{
	display: flex;
	width: 74%;
}
.fwxm_content_last .list .txt_cont .dl .dt{
	width: 74px;
	font-size:15px;
	color:#666666;
	line-height: 26px;
}
.fwxm_content_last .list .txt_cont .dl .dd{
	width: calc(100% - 74px);
	font-size:15px;
	line-height: 26px;
	color:#333333;
	padding-left:10px;
}
.fwxm_content_last .list .txt_cont .btn{
	display: block;
	width: 165px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	position: absolute;
	border:1px solid #cc0000;
	border-radius: 3px;
	font-size:16px;
	color:#d00000;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fwxm_content_last .list .txt_cont .btn:hover{
	background: #d00000;
	color:#fff;
}
/* */
.fwxm_detail_content{
	margin-bottom: 46px;
  margin-top:20px;
	display: flex;
	justify-content: space-between;

}
.fwxm_detail_content .lt_cont{
	width: 874px;
	border:1px solid #efedee;
	padding:24px;
}
.fwxm_detail_content .lt_cont .tis_tle{
	text-align: center;
	font-size:26px;
	font-weight: bold;
	color:#1d1d1d;
	margin-bottom: 20px;
}
.fwxm_detail_content .lt_cont .tis_cont{
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.fwxm_detail_content .lt_cont .tis_cont .i{
	display: block;
	width: 336px;
	height: 285px;
}
.fwxm_detail_content .lt_cont .tis_cont .i img{
	width: 100%;
	height: 100%;
}
.fwxm_detail_content .lt_cont .tis_cont .txt{
	width: calc(100% - 336px);
	padding-left:20px;
}
.fwxm_detail_content .lt_cont .tis_cont .txt p{
	font-size:16px;
	color:#000000;
	padding:8px 0;
}
.fwxm_detail_content .lt_cont .tis_cont .txt p span{
	color:#666666;
	margin-right: 10px;
}
.fwxm_detail_content .lt_cont .det_cont{
  padding:20px 0;
}
.fwxm_detail_content .lt_cont .det_cont .tis_box{
	border-bottom: 1px solid #d00000;
	margin-bottom:20px;
}
.fwxm_detail_content .lt_cont .det_cont .tis_box span{
	display: block;
	width: 108px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #d00000;
	font-size:16px;
	color:#ffffff;
}
.fwxm_detail_content .lt_cont .det_cont p{
	font-size:15px;
	color:#333333;
	line-height: 28px;
}
.fwxm_detail_content .rt_cont{
	width: 300px;

}
.fwxm_detail_content .rt_cont .inf_tle{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left:22px;
	background: url(../i/fwxm_tle_bg.png) no-repeat center;
	background-size:cover;
	font-size:19px;
	color:#ffffff;
}
.fwxm_detail_content .rt_cont .inf_cont_box{
		border:1px solid #eeeced;
		border-top: none;
		padding:24px 22px;
}
.fwxm_detail_content .rt_cont .inf_cont_box h2{
	font-size:19px;
	color:#333333;
	text-align: center;
	margin-bottom: 20px;
}
.fwxm_detail_content .rt_cont .inf_cont_box .i{
	display: flex;
	width: 100%;
	height: 142px;
	align-items: center;
	justify-content: center;
}
.fwxm_detail_content .rt_cont .inf_cont_box .i img{
	max-width: 100%;
}
.fwxm_detail_content .rt_cont .inf_cont_box .p{
	font-size:15px;
	color:#333333;
	padding:6px 0;
}
.fwxm_detail_content .rt_cont .inf_cont_box .p span{
	color:#666666;
	margin-right: 10px;
}
.fwxm_detail_content .rt_cont .inf_cont_box .bit_btn{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #38c355;
	border-radius: 5px;
	font-size:15px;
	color:#ffffff;
	margin-top: 30px;
}
.xgtj_bit_content{
	border:1px solid #eae9ea;
	padding:14px 22px;
	margin-bottom: 30px;
}
.xgtj_bit_content .tis_title{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.xgtj_bit_content .tis_title span{
	padding:10px 5px 10px 0;
	font-size:18px;
	font-weight: bold;
	color:#333333;
	border-bottom: 3px solid #d00000;
}
.xgtj_bit_content .content_box{
	display: flex;
	flex-wrap: wrap;
}
.xgtj_bit_content .content_box .li{
	width: 218px;
	margin-right: 14px;
}
.xgtj_bit_content .content_box .li:nth-child(5n){
	margin-right: 0;
}
.xgtj_bit_content .content_box .li .i{
	width: 100%;
	height: 166px;
}
.xgtj_bit_content .content_box .li .i img{
	width: 100%;
	height: 100%;
}
.xgtj_bit_content .content_box .li p{
	font-size:17px;
	color:#161515;
	padding:10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about_content_box{
	margin:40px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about_content_box .lt_nav_box{
	width: 270px;
	border:1px solid #eeedee;
}
.about_content_box .lt_nav_box .li{
	padding:16px 20px;
	border-bottom: 1px dashed #d7d7d7;
}
.about_content_box .lt_nav_box .li:last-child{
	border-bottom: none;
}
.about_content_box .lt_nav_box .li a{
	font-size:18px;
	color:#333333;
}
.about_content_box .lt_nav_box .li:hover{
	background:#d00000 url(../i/fwxm_tle_bg.png) no-repeat center;
	background-size:100%;
}
.about_content_box .lt_nav_box .li:hover a{
	color:#fff;
}
.about_content_box .rt_content_box{
	width:909px;
	border:1px solid #e8e6e7;
	padding:20px 50px;
}
.about_content_box .rt_content_box .tis_title{
	padding:5px 0;
	border-bottom: 1px solid #e8e6e7;
	margin-bottom: 30px;
}
.about_content_box .rt_content_box .tis_title span{
	font-size:18px;
	font-weight: bold;
	color:#d00000;
	border-bottom: 2px solid #d00000;
}
.about_content_box .rt_content_box .text_cont{
	font-size:15px;
	line-height: 32px;
	color:#201e1e;
}
/* */
.hdxx_detail_content{
	padding:26px 20px;
	border:1px solid #eeeced;
}
.hdxx_detail_content .tis_title {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	padding:10px 0;
}
.hdxx_detail_content .tis_title  h2{
	font-size:26px;
	font-weight: bold;
	color:#1d1d1d;
	margin-bottom: 24px;
}
.hdxx_detail_content .tis_title p{
	font-size:14px;
	color:#999999;
	text-align: center;
}
.hdxx_detail_content .tis_cont{
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.hdxx_detail_content .tis_cont .i{
	display: block;
	width: 336px;
	height: 285px;
}
.hdxx_detail_content .tis_cont .i img{
	width: 100%;
	height: 100%;
}
.hdxx_detail_content .tis_cont .txt{
	width: calc(100% - 336px);
	padding-left:20px;
}
.hdxx_detail_content .tis_cont .txt p{
	font-size:16px;
	color:#000000;
	padding:8px 0;
}
.hdxx_detail_content .tis_cont .txt p span{
	color:#666666;
	margin-right: 10px;
}
.hdxx_detail_content .det_cont{
  padding:20px 0;
}
.hdxx_detail_content .det_cont .tis_box{
	border-bottom: 1px solid #d00000;
	margin-bottom:20px;
}
.hdxx_detail_content .det_cont .tis_box span{
	display: block;
	width: 108px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #d00000;
	font-size:16px;
	color:#ffffff;
}
.hdxx_detail_content .det_cont p{
	font-size:15px;
	color:#333333;
	line-height: 28px;
}
.hdxx_detail_content .det_cont img{
	max-width: 100%;
	display: block;
	margin:30px auto;
}
/* */
.rzfw_content_last{
	display: flex;
	flex-wrap: wrap;
	padding:20px 0;
}
.rzfw_content_last .list{
	width: calc((100% - 48px) / 5);
	margin-right: 12px;
	margin-bottom: 14px;
}
.rzfw_content_last .list:nth-child(5n){
	margin-right:0;
}
.rzfw_content_last .list .i{
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom:10px;
}
.rzfw_content_last .list .i img{
	width: 100%;
	height: 100%;
}
.rzfw_content_last .list h2{
	font-size:16px;
	color:#151515;
	margin-bottom: 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.rzfw_content_last .list .bit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rzfw_content_last .list .bit .lt{
	font-size:14px;
	color:#666666;
	width: 50%;
}
.rzfw_content_last .list .bit .rt{
	font-size:14px;
	color:#666666;
	width: 50%;
	text-align: right;
}
.rzfw_content_last .list .bit .rt span{
	color:#408f24;
}
.tzgk_content_last{
	margin:20px 0;
}
.tzgk_content_last .list{
	padding:8px 100px 8px 0;
	position: relative;
}
.tzgk_content_last .list a{
	font-size:16px;
	color:#000000;
}
.tzgk_content_last .list a:hover{
	color:#408f24;
}
.tzgk_content_last .list .time{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page_cont_box{
	padding:40px 0;
	text-align: center;
}
.page_cont_box a{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f2f2f2;
	font-size:12px;
	color:#666666;
	border-radius: 100%;
	margin:0 4px;
}
.page_cont_box a:first-child,.page_cont_box a:last-child{
	width:80px;
	border-radius: 100px;
}
.page_cont_box a:hover{
	background: #de1b2e;
	color:#fff;
}
.page_cont_box a.hover{
	background: #de1b2e;
	color:#fff;
}
.page_cont_box a.active{
	background: #de1b2e;
	color:#fff;
}
.page_cont_box a.notde{
	background: #c8c8c8;
	color:#fff;
  cursor: not-allowed;
}
/* */
.pro_last_cont{
	padding:20px 0;
}
.pro_last_cont .nav_box{
	width: 100%;
	height: 65px;
	position: relative;
	background: #e31a22;
}
.pro_last_cont .nav_box ul{
	float: left;
}
.pro_last_cont .nav_box ul li{
	float: left;
	height: 65px;
	line-height: 65px;
	padding:0 38px;
}
.pro_last_cont .nav_box ul li a{
	font-size:18px;
	color:#fff;
}
.pro_last_cont .nav_box ul li:hover{
	background: #c01017;
}
.pro_last_cont .nav_box .news_tip_nav{
	position: absolute;
	right: 0;
	top: 0;
	height: 66px;
	line-height: 66px;
}
.pro_last_cont .nav_box .news_tip_nav a{
	display: inline-block;
	width: 140px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
	margin:0 20px;
	vertical-align: middle;
}
.pro_last_cont .nav_box .news_tip_nav a:hover{
	background: #fff;
	color:#e31a22;
}
/* */

/* */
.cont_banner_box{
	width: 100%;
	height: 450px;
	position: relative;
}
.cont_banner_box .bg{
	display: block;
	width: 100%;
	height: 100%;
}
.cont_banner_box .text_box{
	width: 1200px;
	height: 450px;
	margin:0 auto;
	position:absolute;
	left:50%;
	top: 0;
	transform: translateX(-50%);
	padding-top: 184px;
	padding-left:16px;
}
.cont_banner_box .text_box::after{
  content: "";
	display: block;
	width: 13px;
	height: 204px;
	position: absolute;
	left:0;
	bottom: 60px;
	background: url(../i/cont_banner_line.png) no-repeat center;
	background-size:cover;
}
.cont_banner_box .text_box h2{
	font-size:52px;
	color:#ffffff;
	text-transform: uppercase;
}
.cont_banner_box .text_box h2 span{
	display: inline-block;
	color:#e31a22;
	font-size:52px;
}
.cont_banner_box .text_box p{
	font-size:40px;
	color:#ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cont_banner_box .text_box span{
	display: block;
	font-size:36px;
	color:#ffffff;
}
/* */
/* */
.pro_det_tle{
	float: left;
	height: 65px;
	line-height: 65px;
	padding:0 30px;
	font-size:24px;
	font-weight: bold;
	color:#ffffff;
}
.pro_det_tle span{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 1px;
	background: #fff;
	margin:0 5px;
}
.pro_det_ic{
	position: absolute;
	right: 20px;
	height: 65px;
	line-height: 65px;
}
.pro_det_ic img{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
}
.pro_det_infor_cont {
	padding:40px 0;
}
.pro_det_infor_cont .img_box{
	width: 502px;
	height: 652px;
	position: relative;
}
.pro_det_infor_cont .img_box img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_det_infor_cont .text_box{
	width: 670px;
	padding-top: 50px;
}
.pro_det_infor_cont .text_box h2{
	font-size:32px;
	color:#252526;
	margin-bottom: 34px;
}
.pro_det_infor_cont .text_box h3{
	font-size:18px;
	color:#333333;
	padding:6px 0;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
}
.pro_det_infor_cont .text_box p{
	font-size:15px;
	line-height: 28px;
	color:#666666;
}
/* */
.news_detail_cont .tip_title{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
}
.news_detail_cont .tip_title h2{
	font-size:35px;
	color:#141414;
}
.news_detail_cont .tip_title p{
	font-size:14px;
	color:#666666;
}
.news_detail_cont .txt_cont_box{
	padding:40px 0;
	border-bottom: 1px solid #dbdbdb;
}


.contact_pulic_cont{
	
	width: 1200px; margin:0px auto;
	background:#fff;
	padding:24px 0;
}
