/*通用类*/
*{
	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:1100px;
	margin:0 auto;
   font: 12px Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
	    font-family: auto;
}
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: 984px;
	margin:0 auto;
}
.pulic_header_cont{
	background: #f9f9f9;
	border-bottom: 1px solid #e8e8e8;
}
.pulic_header_cont .warpin{
	display: flex;
	align-items: center;
	justify-content: space-between;
  padding:10px 0;
}
.pulic_header_cont .warpin .dlh_a{
	text-decoration: underline;
	font-size:13px;
}
.pulic_header_cont .warpin .dlh_hy{
	font-size:13px;
}
.pulic_header_cont .nav_li{
	display: flex;
	align-items: center;
}
.pulic_header_cont .nav_li a{
	padding:0 16px;
	border-right: 1px solid #cacaca;
	font-size:13px;
	color:#333333;
}
.pulic_header_cont .nav_li a:first-child{
	padding-left:0px;
}
.pulic_header_cont .nav_li a:last-child{
	border-right: 0px;
}
/*
.pulic_header_cont .regis_box{
	display: flex;
	align-items: center;
}*/
.pulic_header_cont .li{
	display: flex;
	align-items: center;
	margin-right: 8px;
	font-size:13px;
	color:#353333;
}
.pulic_header_cont .li input{
	margin-left:4px;
	height: 24px;
	width: 120px;
	background: #fff;
	border:1px solid #cfcfcf;
}
.pulic_header_cont .li .code_i{
	width: 74px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border:1px solid #cfcfcf;
	margin-left:4px;
}
.pulic_header_cont .li .code_i img{
	max-width: 100%;
}
.pulic_header_cont .login{
	display: flex;
	align-items: center;
}
.pulic_header_cont .login a{
	margin-right: 5px;
	font-size:13px;
	color:#c5140f;
	display: block;
	text-align: center;
	line-height: 24px;
	padding:0 12px;
	border-radius: 5px;
}
.pulic_header_cont .tijiao{
	background: #c5140f;
	color: #fff;
	margin-right: 5px;
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 24px;
	padding: 0 12px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.pulic_header_cont a.btn{
	background: #c5140f;
	color:#fff;
	margin-right: 5px;
	font-size:13px;
	display: block;
	text-align: center;
	line-height: 24px;
	padding:0 12px;
	border-radius: 5px;
}
.pulic_header_cont .code_btn{
	display: none;
}
.header_search_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px 16px;
	background:linear-gradient(#fff, #f2ecd1);
	border: 1px solid #ccc;
	margin-bottom: 6px;
}
.header_search_cont .l_int_box{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#333;
	font-weight: bold;
}
.header_search_cont .l_int_box img{
	margin-right: 10px;
	width: 32px;
}
.header_search_cont input[type=text]{
  border:none;
	background:#fff url(../i/ico_1.png) no-repeat 98% center;
	background-size: 16px;
	padding-right: 24px;
	padding-left:5px;
	margin-right: 15px;
	margin-left:15px;
	height: 30px;
  width: 200px;
}
.header_search_cont .radio_box{
	display: flex;
	align-items: center;
}
.header_search_cont .radio_box label{
  display: flex;
	align-items: center;
	margin-right: 8px;
}
.header_search_cont .radio_box label input[type=radio]{
	margin-right: 5px;
}
.header_search_cont .search_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 30px;
	border-radius: 5px;
	background: #c5140f;
	font-size:12px;
	color:#fff;
	margin-left:50px;
}
.header_adver_box{
	padding:6px 0;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.header_adver_box .logo{
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_adver_box .logo img{
	display: block;
  height: 70px;
}
.header_adver_box .adver{
	width: calc(100% - 256px);
}
.header_adver_box .adver img{
	display: block;
	width: 100%;
	height: 70px;
}
.pulic_header_navi{
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(#116ccc, #0d5098,#0563c5);
	padding:2px 4px;
	border-radius: 3px;
	margin-bottom: 6px;
}
.pulic_header_navi a{
	display: block;
	width: calc(100% / 13);
	width: 75px\0;
	text-align: center;
	font-size:13px;
	color:#fff;
	margin:3px 0;
}
.header_product_last{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.header_product_last .list{
	width:192px;
	height: 72px;
	border:1px solid #d0d0d0;
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.header_product_last .list img{
	max-width:100%;
}
.header_product_last .list:nth-child(6n){
	margin-right: 0;
}
.header_product_last.product_w5 .list:nth-child(5n){
	margin-right: 0;
}
.index_anno_cont{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.index_anno_cont .time{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 28px;
	background: linear-gradient(#f7f4f4, #e4e4e4);
}
.index_anno_cont .anno_last{
	width: 690px;
	padding:0 20px;
	position: relative;
}
.index_anno_cont .anno_last .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.anno_last .anno_prev{
	width: 6px;
	height: 10px;
	background: url(../i/anno_arr_l.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}
.anno_last .anno_next{
	width: 6px;
	height: 10px;
	background: url(../i/anno_arr_r.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}
.anno_last a{
	font-size:13px;
	font-weight: bold;
	padding:0 20px;
	margin-right: 10px;
	color:#eb0000;
}
.pulic_tis_title{
	padding:5px 3px;
	position: relative;
	border:1px solid #cccccc;
	/*margin-bottom: 6px;*/
	display: flex;
	align-items: center;
	background: linear-gradient(rgb(250, 250, 250), rgb(246,241,222));
}
.pulic_tis_title img{
	margin-right: 4px;
	margin-left:4px;
}
.pulic_tis_title span{
	position: relative;
	font-size:17px;
	color:#111010;
	font-weight: bold;
}
.pulic_tis_title span::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left:0;
	bottom: -6px;
	background: #108acf;
}
.pulic_tis_title span.br::after{
	background: #108acf;
}
.pulic_tis_title a{
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color:#999999;
}
.index_news_content{
	display: flex;
	margin-bottom: 6px;
}
.index_news_content .consu_box{
	width: 158px;
}
.index_news_content .consu_box .bg{
	border:1px solid #CCCCCC;
	margin-bottom: 5px;
}
.index_news_content .consu_box .bg .pulic_tis_title {
	border:0px;
	border-bottom:1px solid #ccc;
}
.index_news_content .consu_box .bg .pulic_tis_title span::after{
	left:-14px;
}
.index_news_content .consu_box .list_box{
	display:flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0 4px;
}
.index_news_content .consu_box .list_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 87px;
}
.index_news_content .consu_box .list_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_news_content .consu_box .list_box .txt_box{
	width: calc(100% - 66px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_news_content .consu_box .list_box .txt_box a{
	display: block;
	width: 100%;
}
.index_news_content .consu_box .list_box .txt_box .txt{
 text-align: center;
}
.index_news_content .consu_box .list_box .txt_box h2{
	font-size:13px;
	color:#000000;

}
.index_news_content .consu_box .list_box .txt_box p{
	font-size:12px;
	color:#000000;
}

.index_news_content .consu_box .code_cont{
	padding:31px 0;
	/*background: url(../i/consu_code_bg.png) no-repeat center;
	background-size:cover;*/
	    border: 1px solid #ccc;
}
.index_news_content .consu_box .code_cont .ewmimg{
	width: 100%;
}
.index_news_content .consu_box .code_cont .i{
	display: block;
	width: 90px;
	height: 80px;
	margin:0 auto 6px;
}
.index_news_content .consu_box .code_cont .txt{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.index_news_content .consu_box .code_cont .txt h2{
	font-size:19px;
	color:#eb0000;
	font-weight: bold;
	width: 100%;
}
.index_news_content .consu_box .code_cont .txt h3{
	font-size:15px;
	color:#111010;
	width: 100%;
}
.index_news_content .consu_box .code_cont .txt p{
	font-size:14px;
	color:#111010;
	opacity: 0.8;
	width: 100%;
}
.index_news_content .news_content_box{
	width: 653px;
	margin: 0 10px;
}
.news_content_box .tis_cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.news_content_box .tis_cont .index_news_last{
	width: 329px;
	height: 266px;
	margin:0;
}
.index_news_last img{
	display: block;
	width: 100%;
	height: 240px;
}
.index_news_last .txt{
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0 40px 0px 14px;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #dadada;
}
.index_news_last .news_pagin{
	text-align: right;
	color:#fff;
	padding-right: 0;
	bottom:26px;
}
.index_news_last .news_pagin .swiper-pagination-bullet{
	width: 25px;
	height: 15px;
	border-radius: 0;
	text-align: center;
	line-height: 15px;
	margin: 0;
	background: #000;
	border-right: 1px solid #fff;
	opacity: 1;
}
.index_news_last .news_pagin .swiper-pagination-bullet:first-child{
	border-left:1px solid #fff;
}
.index_news_last .news_pagin .swiper-pagination-bullet-active{
	background: #eb0000;
}
.index_news_last .swiper-pagination-current{
	color:#179dd3;
}
.index_news_last .swiper-slide .txt:hover{
	color:#eb0000;
}
.news_content_box .tis_cont .inter_news_cont{
	width: 318px;
}
.inter_news_cont .tis_nav_cont{
	border-bottom: 1px solid #eb0000;
	position: relative;
	padding-right: 40px;
	margin-bottom: 12px;
}
.inter_news_cont .tis_nav_cont .more{
	position: absolute;
	right:2px;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color:#999999;
}
.inter_news_cont .tis_nav_cont span{
	display: inline-block;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	position: relative;
	font-size:17px;
	color:#1e1d1d;
	cursor: pointer;
}
.inter_news_cont .tis_nav_cont span.hover{
	background: #eb0000;
	color:#fff;
}
.inter_news_cont .tis_nav_cont span::after{
	content: "";
	position: absolute;
	right: -30px;
	bottom: 0;
	display: none;
	width: 0;
	height: 0;
	border-bottom: 30px solid #eb0000;
	border-right: 30px solid transparent;
}
.inter_news_cont .tis_nav_cont span.hover{
	background: #eb0000;
	color:#fff;
}
.news_content_box .bit_cont{
	display: flex;
	justify-content: space-between;
}
.news_content_box .bit_cont .list_box{
	width: 49%;
}
.news_content_box .bit_cont .list_box .pulic_tis_title{
	border:0px;
	margin-bottom: 12px;
}
.pulic_disc_ul{
	padding-left:15px;
	margin-left:14px;
}
.pulic_disc_ul li{
	list-style-type: disc;
	margin-bottom: 14px;
	position: relative;
	height: 19px;
  line-height: 19px;
}
.pulic_disc_ul li a{
	float: left\0;
	font-size:15px;
	color:#262626;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 85%;
}
.pulic_disc_ul li span{
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
	font-size:13px;
	color:#999999;
}
.pulic_disc_ul li:last-child{
	margin-bottom: 0;
}
.pulic_disc_ul li:hover a{
	color:#eb0000;
	font-weight: bold;
}
.index_news_content .r_adver_box {
	width: 152px;
}
.index_news_content .r_adver_box .li{
	display: flex;
	width: 152px;
	height: 72px;
	border:1px solid #000;
	margin-bottom: 8px;
	overflow: hidden;
}
.index_news_content .r_adver_box .li img{
	max-width: 100%;
}
.index_news_content .r_adver_box .li:last-child{
	margin-bottom: 0;
}
.index_adver_w{
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_adver_w .li{
	width: 49.8%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;

  overflow: hidden;
}

.index_adver_w .li img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
/* */
.index_terpri_content{
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
}
.index_terpri_content .firm_content{
    width: calc(100% - 264px);
}
.index_terpri_content .firm_content .content_box{
	display: flex;
	justify-content: space-between;
}
.index_terpri_content .firm_content .last_box{
	width: 49.5%;
	border: 1px solid #ccc;
	padding: 5px 2%;
}
.index_terpri_content .firm_content .last_box .tle{
	display: flex;
	align-items: center;
	font-size:17px;
	color:#1759a7;
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}
.index_terpri_content .firm_content .last_box .tle img{
	margin-right: 4px;
}
.index_terpri_content .firm_content .last_box .list{
	margin-bottom: 7px;
}
.index_terpri_content .firm_content .last_box .li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.index_terpri_content .firm_content .last_box .li:last-child{
	margin-bottom: 0;
}
.index_terpri_content .firm_content .last_box .li .dt{
	width: 72px;
	border-right: 1px solid #505050;
	font-size:14px;
	color:#eb0000;
}
.index_terpri_content .firm_content .last_box .li .dd{
	width: calc(100% - 72px);
	padding-left:10px;
}
.index_terpri_content .firm_content .last_box .li .dd a{
	font-size:14px;
	color:#1e1d1d;
}
.index_terpri_content .firm_content .last_box .li .dd a:hover{
	color:#2981e8;
}
.index_terpri_content .video_box{
	width: 258px;
}
.index_terpri_content .video_box .video{
	width: 100%;
	height: 254px;
	border:1px solid #ccc;
	padding:5px;
}
.index_terpri_content .video_box .video video{
	width: 100%;
	height: 100%;
}
/* */
.index_recom_content{
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
}
.index_recom_content .pro_content_box{
  width: calc(100% - 264px);
}
.index_recom_content .pro_content_box .pulic_tis_title{
	margin-bottom: 0;
	border-bottom: 0px;
}
.index_recom_content .pro_content_box .last_box{
	border: 1px solid #ccc;
  padding: 20px 10px 4px;
}
.index_recom_content .pro_content_box .last_box .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index_recom_content .pro_content_box .last_box .swiper-slide{
	margin:0 0 12px 0;
}
.index_recom_content .pro_content_box .last_box .li .i{
	display: flex;
	width: 100%;
  height: 90px;
  margin:0 auto 10px;
	align-items: center;
	justify-content: center;
}
.index_recom_content .pro_content_box .last_box .li .i img{
	display: block;
	width: 90px;
  height: 90px;
}
.index_recom_content .pro_content_box .last_box .li .txt{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	color:#1f1f1f;
}
.index_recom_content .member_content{
	width: 258px;
}
.index_recom_content .member_content .pulic_tis_title{
	margin-bottom: 0px;
	border-bottom: 0px;
}
.index_recom_content .member_content .tis_li{
	margin-top: 10px;
	margin-bottom: 8px;
}
.index_recom_content .member_content .tis_li a{
	display: flex;
	align-items: center;
}
.index_recom_content .member_content .tis_li .i{
	display: block;
	width: 95px;
	height: 90px;
}
.index_recom_content .member_content .tis_li .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_recom_content .member_content .tis_li .txt{
	width: calc(100% - 95px);
	padding-left:10px;
}
.index_recom_content .member_content .tis_li h2{
	font-size:15px;
	line-height: 20px;
	color:#1089ce;
}
.index_recom_content .member_content .tis_li p{
	font-size:12px;
	line-height: 20px;
	color:#999999;
}
.index_recom_content .member_content .member_qyhy_box{
		overflow: hidden;
		height: 298px;
		width: 100%;
border: 1px solid #ccc;
}
.index_recom_content .member_content .last_box{
	padding:8px ;

}

.index_recom_content .member_content .last_box a{
	display: block;
	width: 100%;
	font-size:14px;
	color:#1e1d1d;
	margin:5.9px 0;
}
.index_recom_content .member_content .last_box a:hover{
	color: #d84c28;
}
.index_pulic_adver{
	margin-bottom:6px;
}
.index_pulic_adver img{
	display: block;
	width: 100%;
}

/* */
.index_hyfz_content{
	display: flex;
	justify-content: space-between;
	    /*align-items: flex-start;*/
	margin-bottom:6px;
}
.index_hyfz_content .l_cont{
	width: calc(100% - 264px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	position: relative;
}
.index_hyfz_content .l_cont .list{
	width:49.5%;
	border:1px solid #ccc;
	margin-bottom: 6px;
}
.index_hyfz_content .l_cont .list .pulic_tis_title{
	border-top: 0px;
	border-left:0px;
	border-right: 0px;
}
.index_hyfz_content .l_cont .list .pulic_disc_ul{
	padding:10px 10px;
}
.index_hyfz_content .l_cont .list .qyfc_list {
	padding:0px ;
	margin-bottom: 0;
}
.index_hyfz_content .l_cont .list .qyfc_list .i{
	height: 96px;
  width: 150px;
  float: left;
  margin: 12px 5px 0;
}
.index_hyfz_content .l_cont .list .qyfc_list .txt{
	/*width: calc(100% - 110px);*/
	width: 100%;
	padding:5px;
	    text-align: justify;
}
.index_hyfz_content .l_cont .list .qyfc_list .txt h2{
  display: none;
	font-size:14px;
}
.index_hyfz_content .l_cont .list:nth-child(3){
	margin-bottom: 0;
}
.index_hyfz_content .l_cont .list:nth-child(4){
	margin-bottom: 0;
}
.qyfc_list{
  width: 100%;
	margin-bottom: 12px;
}
.qyfc_list a{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	margin-top: -3px;
display: block;
	overflow: hidden;
}
.qyfc_list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 85px;
}
.qyfc_list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.qyfc_list .txt{
	width: calc(100% - 130px);
	padding-left:10px;
}
.qyfc_list .txt h2{
	display: none;
	font-size:15px;
	color:#000000;
	line-height: 20px;
	/*height: 50px;*/
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.qyfc_list .txt p{
	font-size: 15px;
  line-height: 26px;
  color: #333;
	/*display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
	height: 231px;
}
.qyfc_list .txt:hover p{
  color:#eb0000;
}
.index_hyfz_content .r_cont{
	width: 258px;
	border:1px solid #ccc;
	/*background:#f5f5f5;*/
}
.index_hyfz_content .r_cont .htlt_cont{
	width:100%;

}
.index_hyfz_content .r_cont .pulic_tis_title{
	border-top: 0px;
	border-left:0px;
	border-right: 0px;
}
.index_hyfz_content .r_cont .htlt_cont .i{
	width: 100%;
	height: 153px;
	padding:10px;
}
.index_hyfz_content .r_cont .htlt_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_hyfz_content .r_cont .htlt_cont .txt{
	padding:10px 10px;
	display: flex;
	/*height: 354px;*/
  overflow: hidden;
}
.index_hyfz_content .r_cont .htlt_cont .txt p{
	font-size:14px;
	line-height: 24px;
	text-indent: 2em;
	color:#333;
	    text-align: justify;
}
.index_hyfz_content .r_cont .htlt_cont .txt a{
	color:#eb0000;
}
.index_hyfz_content .r_cont .htlt_cont .txt:hover{
	color:#eb0000;
}
.index_hyfz_content .r_cont .htlt_cont .txt:hover p{
	color:#eb0000;
}
.index_cyzl_content{
	margin-bottom: 30px;
}
.index_cyzl_content .pulic_tis_title{
	margin-bottom: 0px;
}
.index_cyzl_content .content_box{
	display: flex;
	flex-wrap: wrap;
	margin:0 0 10px;
	padding:0 10px;
	border:1px solid #ccc;
	border-top: 0px;
	position: relative;
}
.index_cyzl_content .content_box::after{
	content: "";
	display: block;
	width: 96%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.index_cyzl_content .content_box .list_box{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.index_cyzl_content .content_box .list_box:nth-child(3n){
	margin-right: 0;
}
.index_cyzl_content .content_box .list_box .pulic_disc_ul{
	position: relative;
	margin-left:0;
}
.index_cyzl_content .content_box .list_box .pulic_disc_ul::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	background: #ccc;
}
.index_cyzl_content .content_box .list_box:nth-child(3n) .pulic_disc_ul::after{
	display: none;
}
.index_cyzl_content .content_box .list_box .tis_tle{
	display: flex;
	align-items: center;
	position: relative;
	font-size:17px;
	color:#1064ad;
	margin-bottom: 10px;
}
.index_cyzl_content .content_box .list_box .tis_tle img{
	display: block;
    margin-right: 4px;
}
.index_cyzl_content .content_box .list_box .tis_tle a{
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color:#999999;
}
.index_link_box{
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
.index_link_box .title{
	font-size: 15px;
	color: #333333;
	width: 75px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.index_link_box .link_box{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 75px);
}
.index_link_box .link_box a{
	font-size:13px;
	color:#111010;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pulic_footer_content{
	padding:10px 0 20px;
}
.pulic_footer_content .warpin{
	border-top: 2px solid #C60601;
}
.pulic_footer_content .tis_cont{
	padding:20px 0 8px;
	position: relative;
	display: flex;
	align-items: center;
  justify-content: center;
}
.pulic_footer_content .tis_cont .nav{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.pulic_footer_content .tis_cont .nav a{
	padding:0 12px;
	font-size:15px;
	color:#333;
	border-right: 2px solid #ccc;
}
.pulic_footer_content .tis_cont .nav a:last-child{
	border-right: 0px;
}
.pulic_footer_content .tis_cont p{
	font-size:14px;
	color:#333;
	text-align: center;
}
.pulic_footer_content .tis_cont .code_box{
	display: flex;
	align-items: center;
}
.pulic_footer_content .tis_cont .code_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
}
.pulic_footer_content .tis_cont .code_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.pulic_footer_content .tis_cont .code_box .txt{
	margin-left:10px;
}
.pulic_footer_content .copy_cont{
	padding:8px 0 20px 0;
	text-align: center;
}
.pulic_footer_content .copy_cont p{
	font-size:14px;
	color:#333;
	line-height: 30px;
	text-align: center;
}
/* ***** */
.pulic_posi_maps{
	padding:6px 0;
	font-size:15px;
	color:#0d0d0d;
	/*display: flex;*/
	/*align-items: center;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pulic_posi_maps .arr{
	margin-right: 5px;
	width: 4px;
}
.engine_last_content{
	display: flex;
	flex-wrap: wrap;
}
.engine_last_content .list{
	width: 148px;
	margin-right: 19px;
	margin-bottom: 16px;
}
.engine_last_content .list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px;
	border:1px solid #a9c0d8;
	margin-bottom: 10px;
	height: 130px;
}
.engine_last_content .list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.engine_last_content .list .txt{
	font-size:13px;
	line-height: 20px;
	color:#000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.engine_last_content .list:nth-child(6n){
	margin-right: 0;
}
/* */
.pulic_content_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pulic_content_box .pulic_content_right{
	width: 195px;
}
.pulic_content_box .adver_box {

}
.pulic_content_box .adver_box .li{
	border:1px solid #000;
	margin-bottom:10px;
	overflow: hidden;
}
.pulic_content_box .adver_box .li img{
	display: block;

}
.gys_cont_lnav{
	width: 196px;
}
.gys_cont_lnav .tle_box{
	width: 100%;
	height: 40px;
	background: linear-gradient(#f36a6a, #eb0101);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1px;
}
.gys_cont_lnav .tle_box span{
	border:1px solid #f98888;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size:15px;
	font-weight: bold;
	color:#ffffff;
}
.gys_cont_lnav .nav_cont{
	border-top: 0;
}
.gys_cont_lnav .list_box{
	width: 100%;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-top: 0;
}
.gys_cont_lnav .list_box .tle{
	height: 40px;
	line-height:40px;
	padding-left:20px;
	position: relative;
}
.gys_cont_lnav .list_box .tle a{
	position: relative;
	display: inline;
	width: 100%;
	font-size:14px;
}
.gys_cont_lnav .list_box .tle .more_box{
	display: block;
	width: 14px;
	height: 14px;
	background: #eb0000;
	border-radius: 3px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.gys_cont_lnav .list_box .tle .more_box::after{
	content: "";
	display: block;
	width: 6px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.gys_cont_lnav .list_box .tle .more_box::before{
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.gys_cont_lnav .list_box .cont{
	display: none;
	padding:10px 6px 10px 28px;
	font-size:14px;
	color:#333;
}
.gys_cont_lnav .list_box .cont a{
	display:block;
	font-size:12px;
	padding:9px 0;
	border-bottom:1px dashed #aeaeae ;
}
.gys_cont_lnav .list_box .cont a:hover{
	color: #d84c28;
}
.gys_cont_lnav .list_box .cont a.hover{
	color: #a80f0f;
}
.gys_cont_lnav .list_box .tle a.hover{
	color: #a80f0f;
}
.gys_cont_lnav .list_box.active .cont{
	display: block;
}
.gys_detail_cont{
	width: 772px;
}
.gys_detail_cont .last_cont{
	margin-bottom: 32px;
}
.gys_detail_cont .last_cont .tis_title{
	display: flex;
	align-items: center;
	position: relative;
	font-size:17px;
	color:#0d0d0b;
	margin-bottom:6px;
}
.gys_detail_cont .last_cont .tis_title .line{
	display: block;
	width: 3px;
	height: 20px;
	background: #ef3737;
	margin-right: 10px;
}
.gys_detail_cont .last_cont .tis_title a{
 position: absolute;
 right: 4px;
 top: 50%;
 transform: translateY(-50%);
 font-size:13px;
 color:#ef3030;
}
.gys_detail_cont .last_cont .tab_cont{
	border:1px solid #dcdcdc;
	border-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	margin:5px 20px;
}
.gys_detail_cont .last_cont .tab_cont .li{
	width: 50%;
	height: 30px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	padding-left:20px;
}
.gys_detail_cont .last_cont .tab_cont .li a{
	font-size:14px;
	color:#333;
}

.gys_detail_cont .last_cont .tab_cont .li a:hover{
	color:#d84c28;
}
.gys_detail_cont .last_cont .tab_cont .li:nth-child(2n){
	border-right: 0px;
}
/* */
.gyinf_cont_box{
	width: 816px;
}
.gyinf_cont_box .tis_title{
	border-bottom: 1px solid #ededed;
	display: flex;
	align-items: center;
}
.gyinf_cont_box .tis_title span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 28px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: linear-gradient(#efefef, #fafafa);
	border:1px solid #d7d6d6;
	color:#3f3f3f;
	font-size:14px;
	margin-right: 10px;
}
.gyinf_cont_box .tis_title span.hover{
	background: #e85e37;
	border:1px solid #e85e37;
	color:#fff;
}
.gyinf_list_box{
	display: flex;
	justify-content: space-between;
	padding:14px 0;
	border-bottom: 1px dashed #e9e8e8;
	margin-bottom: 10px;
}
.gyinf_list_box .l_cont{
	width: 596px;
	border-right: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
}
.gyinf_list_box .l_cont .i{
	width: 144px;
	height: 120px;
	border:1px solid #e5e5e5;
	padding:10px 12px;
}
.gyinf_list_box .l_cont .i img{
	width: 100%;
	height: 100%;
}
.gyinf_list_box .l_cont .tab_box{
	width: calc(100% - 144px);
	padding-left:14px;
	padding-right: 20px;
}
.gyinf_list_box .l_cont .tab_box .tle{
	font-size:15px;
	color:#e85e37;
	margin-bottom: 16px;
}
.gyinf_list_box .l_cont .tab_box .tab_ul{
 border:1px solid #e5e5e5;
 border-bottom: 0px;
 display: flex;
 flex-wrap: wrap;
}
.gyinf_list_box .l_cont .tab_box .tab_ul .li{
	display: flex;
	align-items: center;
	height: 36px;
	width: 50%;
	border-bottom: 1px solid #e5e5e5;
}
.gyinf_list_box .l_cont .tab_box .tab_ul .li .dt{
	width:85px;
	height: 100%;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#333333;
}
.gyinf_list_box .l_cont .tab_box .tab_ul .li .dd{
	width: calc(100% - 85px);
	text-align: center;
	font-size:14px;
	color:#333333;
}
.gyinf_list_box .r_cont{
	width: calc(100% - 596px);
	padding-left:10px;
}
.gyinf_list_box .r_cont p{
	font-size:13px;
	color:#999999;
	margin:5px 0;
}
.gyinf_adver_cont{
	width: 154px;
	background: #faffe1;
}
.gyinf_adver_cont .li{
	width: 100%;
	height: 72px;
	border:1px solid #000000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gyinf_adver_cont .li img{
	display: block;
	width: 100%;
	height: 100%;
}
/* */
.gyinf_detail_txt{
	width: 774px;
	padding:10px;
/*  border: 1px solid #e8e8e8;*/
}

.gyinf_detail_txt .tis_cont{
	padding: 10px;
  border: 1px solid #e8e8e8;
  /*margin-bottom: 10px;*/
	border-bottom:0px;
}
.gyinf_detail_txt .title_box{
	padding-top: 12px;
	padding-bottom: 16px;
	/*border-top: 1px solid #e8e8e8;*/
	margin-bottom: 14px;
	text-align: center;
}
.gyinf_detail_txt .title_box h2{
	font-size:20px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #aaaaaa;
}
.gyinf_detail_txt .title_box p{
	font-size:13px;
	color:#999999;
}
.gyinf_detail_txt .title_box p span{
	margin:0 10px;
}
.gyinf_detail_txt .txt_cont img{
	display: block;
	margin:15px auto;
	max-width: 70%;
}
.gyinf_detail_txt .txt_cont {
	font-size:15px;
	line-height: 26px;
}
.gyinf_detail_txt .txt_cont p{
	font-size:15px;
	line-height: 26px;
	/*color:#2f2b2b;*/
	text-align: justify;
}
.gyinf_detail_txt .txt_cont table{
	width:100% !important;
}

.gyinf_gyxx_cont{
	width: 196px;
	border:1px solid #e8e8e8;
	margin-bottom: 20px;
}
.gyinf_gyxx_cont .title_box{
	height: 36px;
	line-height: 36px;
	padding-left:16px;
	background: #f6f6f6;
	font-size:15px;
	color:#c5140f;
	font-weight: bold;
}
.gyinf_gyxx_cont ul{
	padding:10px 10px 10px 20px;
}
.gyinf_gyxx_cont ul li{
	list-style-type: square;
	margin-bottom: 12px;
}
.gyinf_gyxx_cont ul li a{
	font-size:12px;
	color:#1673d6;
}
.gyinf_gyxx_cont ul li a span:first-child{
	display: inline-block;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gyinf_gyxx_cont .gyinf_gyxx_zxdh a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	border-bottom: 1px dashed #d1d0d0;
	font-size:14px;
	color:#c5140f;
	font-weight: bold;
}
.gyinf_gyxx_cont .gyinf_gyxx_zxdh a.hover{
	color: #287eda;
}
.gyinf_gyxx_cont .gyinf_gyxx_zxdh a:last-child{
	border-bottom: 0px;
}
/* */
.gcw_news_content{
	display: flex;
	flex-wrap: wrap;
}
.gcw_news_content .last_box{
	width: 265px;
	margin-right: 12px;
	margin-bottom: 14px;
	border:1px solid #e5e5e5;
}
.gcw_news_content .last_box:nth-child(3n){
	margin-right: 0;
}
.gcw_news_content .last_tle{
	display: flex;
	align-items: center;
	border-bottom:1px solid #e5e5e5;
	width: 100%;
	height: 38px;
	background: #f5f5f5;
	position: relative;
	padding-left:12px;
	font-size:15px;
	color:#1064ad;
	font-weight: bold;
}
.gcw_news_content .last_tle img{
	margin-right: 4px;
	margin-left: 4px;
}
.gcw_news_content .last_tle span{
	display: none;
	width: 3px;
	height: 14px;
	background: #1064ad;
	margin-right: 12px;
}
.gcw_news_content .last_tle a{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color:#999999;
}
.gcw_news_content .last_tle.br{
	color:#e45931;
}
.gcw_news_content .last_tle.br span{
	background: #e45931;
}
.gcw_news_content .cont_box{
	padding:5px 10px;
}
.gcw_news_content .cont_box ul {
	padding-left:14px;
}
.gcw_news_content .cont_box ul li{
	list-style-type: square;
	margin-bottom: 12px;

}
.gcw_news_content .cont_box ul li a{
	font-size:14px;
	color:#252626;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}
.gcw_news_content .cont_box ul li:last-child{
	margin-bottom:0;
}
.gcw_news_content .cont_box .txt_img{
	width: 100%;
	height: 127px;
	margin-bottom: 15px;
}
.gcw_news_content .cont_box .txt_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.gcw_news_content .cont_box .txt_box{
	font-size:14px;
	color:#131313;
	line-height: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gcw_adver_box{
	width: 150px;
}
.gcw_adver_box .li{
	width: 100%;
	height: 70px;
	border:1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.gcw_adver_box .li:last-child{
	margin-bottom: 0;
}
/* ***** */
.hdxw_nav_cont{
	width: 170px;
	    border: #d5b888 1px solid;
	    background: #fbf7f0;
	    height: 524px;
}
.hdxw_nav_cont .tle{
	display: none;
	align-items: center;
	width: 100%;
	height: 54px;
	padding-left:14px;
	font-size:20px;
	color:#ffffff;
	background: linear-gradient(rgba(23,116,215,0.8), rgb(23,116,215));
}
.hdxw_nav_cont .nav_cont .li{
	border-bottom: 1px dashed #bcccdd;
	padding-left:30px;

}
.hdxw_nav_cont .nav_cont .li span{
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
  border-left: 5px solid #999999;
  border-bottom: 3px solid transparent;
	margin-right: 17px;
}
.hdxw_nav_cont .nav_cont .li a{
	width: 100%;
	height: 48px;
	font-size:15px;
	color:#c5140f;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.hdxw_nav_cont .nav_cont .li a.hover{
	color: #287eda;
}
.hdxw_nav_cont .nav_cont .li:last-child{
/*	border-bottom:0px;*/
}
.hdxw_detail_content{
	display: flex;
	justify-content: space-between;
	margin-bottom:80px;
}
.hdxw_detail_content .cont_box{
	width: 620px;
	margin-left:15px;
	margin-right: 15px;
}
.hdxw_detail_content .cont_box2{
	width: 800px;
}

.hdxw_detail_content .cont_box .last_box ul{

}
.hdxw_detail_content .cont_box .last_box ul li{
	padding:9px 40px 8.5px 30px;
	position: relative;
	border-bottom:1px dashed #dbdbdb;
}
.hdxw_detail_content .cont_box .last_box ul li::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	left:10px;
	top: 50%;
	transform: translateY(-50%);
}
.hdxw_detail_content .cont_box .last_box ul li:hover a .txt{
	color: red;
}
.hdxw_detail_content .cont_box .last_box ul li .txt{
	font-size:15px;
	color:#2a2a2a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	display: block;
}
.hdxw_detail_content .cont_box .last_box ul li .time{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size:14px;
	color:#999999;
}
.hdxw_detail_content .qyfc_last_box li{
	list-style-type: none !important;
}
.hdxw_detail_content .qyfc_last_box li a{
	display: flex;
	align-items: center;
}
.hdxw_detail_content .qyfc_last_box li .i{
	width:90px;
	height: 80px;
}
.hdxw_detail_content .qyfc_last_box li .i img{
	display: block;
	width:100%;
	height:100%;
}
.hdxw_detail_content .qyfc_last_box li .txt_box{
	width:calc(100% - 90px);
	padding-left:10px;
}
.hdxw_detail_content .qyfc_last_box li .txt_box .title{
	display: flex;
}
.hdxw_detail_content .qyfc_last_box li .txt_box .tle{
 font-size:13px;
 COLOR: #e85e37;
	margin-right:20px;
}
.hdxw_detail_content .qyfc_last_box .last_box ul li .time{
  font-size:14px;
	color:#333;
	position: relative;
	top:0;
	transform: translateY(0%);
}
.hdxw_detail_content .qyfc_last_box li .txt{
	font-size:12px;
	padding:5px;
	color:#333;
}
.hdxw_detail_content .adver_box{
	width: 150px;
}
.hdxw_detail_content .adver_box .li{
	width: 100%;
	height: 70px;
	border:1px solid #000;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hdxw_detail_content .adver_box .li img{
	max-width: 100%;
	height: 70px;
}
/* */
.article_page_box{
	padding:20px;
}
.article_page_box .li{
	display: flex;
	align-items: center;
	font-size:15px;
	color:#333333;
	margin-bottom: 20px;
}
.article_page_box a{
	font-size:15px;
	color:#1672d4;
	margin:0 20px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_comment_box{
	width: 100%;
	border:1px solid #e8e8e8;
	/*margin-bottom: 30px;*/
	border-bottom: 0px;
}
.article_comment_box .tle{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left:20px;
	background: #d9e6f7;
	font-size:15px;
	font-weight: bold;
	color:#333333;
}
.article_comment_box .pulic_tis_title{
  	border:none;
		border-bottom: 1px solid #cccccc;
	  padding: 5px 15px;
}
.article_comment_box .pulic_tis_title span{
	font-size:15px;
	color:#333333;
}
.article_comment_box .content_box{
	padding:12px 20px;
}
.article_comment_box .content_box .int_box{
	display: flex;
	align-items: center;
	margin-bottom:12px;
	font-size:14px;
	color:#363535;
}
.article_comment_box .content_box .int_box input{
	width: 190px;
	height: 30px;
	margin:0 10px;
	border:1px solid #d7d6d6;
}
.article_comment_box .content_box textarea{
	width: 100%;
	height: 82px;
	border:1px solid #dfdede;
	margin-bottom: 10px;
	resize: none;
}
.article_comment_box .content_box .code_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article_comment_box .content_box .code_box .code{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#363535;
}
.article_comment_box .content_box .code_box .code input{
	width: 110px;
	height: 30px;
	border:1px solid #d7d6d6;
	margin:0 8px;
}
.article_comment_box .content_box .code_box .code_i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
}
.article_comment_box .content_box .code_box .code_i img{
	max-width: 100%;
}
.article_comment_box .content_box .code_box .code_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 30px;
	background: #1673d6;
	border-radius: 3px;
	font-size:14px;
	color:#ffffff;
}
.article_bits_cont{
	width: 100%;
	/*background: #d9e6f7;*/
	border: 1px solid #e8e8e8;
  padding: 0px;
}
.article_bits_cont .pulic_tis_title{
	border:none;
	border-bottom: 1px solid #cccccc;
	padding: 5px 15px;
}
.article_bits_cont .pulic_tis_title span{
	font-size:15px;
	color:#333333;
}
.article_bits_cont h2{
	font-size:15px;
	color:#333333;
	margin-bottom:14px;
}
.article_bits_cont p{
	padding-left:20px;
	margin-bottom: 10px;
	font-size:14px;
	line-height: 24px;
	color:#333333;
	position: relative;
	margin:10px 20px;
}
.article_bits_cont p::after{
	content: "";
	display:block;
	width: 3px;
	height: 3px;
	background: #62686f;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}
.article_bits_cont p a{
	font-size:14px;
	color: rgb(0,0,255);
}
/* */
.hdz_last_content{
  margin-bottom: 10px;
}
.hdz_last_content .hdz_title_box{
	/*border-bottom: 1px solid #e9e9e9;*/
	margin-bottom: 5px;
}
.hdz_last_content .hdz_title_box img{
	display: block;
}
.hdz_last_content .hdz_title_box span{
	display: none;
	padding:12px 0;
  position: relative;
	font-size:20px;
	font-weight: bold;
	color:#2e2f2f;
}
.hdz_last_content .hdz_title_box span em{
	color:#0068b6;
}
.hdz_last_content .hdz_title_box span::after{
	content: "";
	display: block;
	width: 96px;
	height: 2px;
	background: #0068b6;
	position: absolute;
	bottom: 0;
	left:0;
}
.hdz_last_content .hdz_title_box.cor_1 span em{
	color:#61a44a
}
.hdz_last_content .hdz_title_box.cor_1 span::after{
	background:#61a44a
}
.hdz_last_content .hdz_title_box.cor_2 span em{
	color:#f29336
}
.hdz_last_content .hdz_title_box.cor_2 span::after{
	background:#f29336
}
.hdz_last_content .last_cont{
	display: flex;
	flex-wrap: wrap;
}
.hdz_last_content .last_cont .list{

	width: 186px;
	border:1px solid #e7e7e7;
	margin-bottom:14px;
	margin-right: 13px;
	padding:14px 14px;
}
.hdz_last_content .last_cont .list:nth-child(5n){
	margin-right: 0;
}
.hdz_last_content .last_cont .i{
	display: flex;
	width: 100%;
	height: 122px;
	margin-bottom: 6px;
}
.hdz_last_content .last_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.hdz_last_content .last_cont .txt_cont{
	text-align: center;
}
.hdz_last_content .last_cont .txt_cont h2{
	font-size:14px;
	color:#217105;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.hdz_last_content .last_cont .txt_cont p{
	font-size:14px;
	color:#1a1a19;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
/* ******* */
.hdz_jbxx_cont{
	border:1px solid #e8e8e8;
	margin-bottom: 20px;
}
.hdz_jbxx_cont .tle{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #ededed;
	font-size:14px;
	color:#d81616;
	font-weight: bold;
}
.hdz_jbxx_cont .dl{
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #a5a5a5;
	width: 100%;
}
.hdz_jbxx_cont .dl .dt{
	width: 64px;
	text-align: center;
	padding:4px 0;
	background: #f8f8f8;
	border-right: 1px dashed #a5a5a5;
	font-size:12px;
	color:#323232;
	font-weight: bold;
}
.hdz_jbxx_cont .dl .dd{
	width: calc(100% - 64px);
	padding-left: 5px;
	font-size:12px;
	color:#3a4b59;
}
.hdz_jbxx_cont .dl:last-child{
	border-bottom: 0px;
}
.hdz_dsj_cont{
	width: 100%;
	border:1px solid #e8e8e8;
	margin-bottom: 20px;
}
.hdz_dsj_cont .title_box{
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ededed;
	font-size:14px;
	color:#d81515;
	font-weight: bold;
}
.hdz_dsj_cont .cont_box{
	padding:16px 10px;
	font-size: 14px;
	line-height: 26px;
}
.hdz_dsj_cont .cont_box h2{
	text-align: center;
	font-size:14px;
	color:#3333ff;
	margin-bottom: 20px;
}
.hdz_dsj_cont .cont_box p{
	font-size:14px;
	color:#003366;
	line-height: 24px;
}
/* */
.hyhz_last_cont{
}
.hyhz_last_cont .list{
	padding:20px 0;
	border-bottom: 1px solid #e3e2e2;
	display: flex;
	justify-content: space-between;
}
.hyhz_last_cont .list .l_txt{
	width: 610px;
	border-right: 1px solid #f0f0f0;
}
.hyhz_last_cont .list .l_txt h2{
  font-size:15px;
	color:#e85e37;
	margin-bottom: 12px;
}
.hyhz_last_cont .list .l_txt h3{
	font-size:13px;
	color:#737272;
	margin-bottom: 8px;
}
.hyhz_last_cont .list .l_txt p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size:13px;
	line-height: 26px;
	color:#3e3e3e;
}
.hyhz_last_cont .list .r_detail{
	width: calc(100% - 610px);
	padding-left:10px;
}
.hyhz_last_cont .list .r_detail p{
	font-size:14px;
	color:#999999;
	padding:5px 0;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
/* */
.rwfc_last_cont{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;

		position: relative;
}
.rwfc_last_cont::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #cccccc;
	position: absolute;
	bottom:0px;
	left:0;
}
.rwfc_last_cont .list{
	width: calc(100% / 5);
	padding:20px 0;
  border-bottom: 1px dashed #cccccc;
}
.rwfc_last_cont .list:nth-last-child(1){
	border-bottom: 0px;
}
.rwfc_last_con::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left:0;
	border-bottom: 1px dashed #cccccc;
}
.rwfc_last_cont .list .i{
	display: block;
	width: 90px;
	height: 100px;
	margin:0 auto 14px;
	overflow: hidden;
}
.rwfc_last_cont .list .i img{
	width: 100%;
	height:100%;
}
.rwfc_last_cont .list h2{
	font-size:14px;
	font-weight: bold;
	color:#e85e37;
	text-align: center;
}
/* ********** */
.hdqg_content_box{
	display: flex;
	justify-content: space-between;
}
.hdqg_content_box .l_cont{
	width: 204px;
}
.hdqg_content_box .l_cont .i{
	display: block;
	width: 114px;
	padding:6px 5px;
	background: #ebebeb;
	margin:0 auto 10px;
}
.hdqg_content_box .l_cont .i img{
	display: block;
	width: 100%;
}
.hdqg_content_box .l_cont h2{
	font-size:14px;
	color:#0839c7;
	font-weight: bold;
	margin:10px 0;
	display: block;
}
.hdqg_content_box .l_cont p{
	font-size:12px;
	color:#0839c7;
	margin-bottom: 4px;
}
.hdqg_content_box .l_cont ul{
	padding-left:10px;
	margin:20px 0;
}
.hdqg_content_box .l_cont ul li{
	margin-bottom: 8px;
	list-style-type: disc;
}
.hdqg_content_box .l_cont ul li a{
	font-size:12px;
	color:#0839c7;
}
.hdqg_content_box .r_cont{
	width: 764px;
}
.hdqg_content_box .r_cont .detail_cont{
	width: 100%;
	margin-bottom: 40px;
}
.hdqg_content_box .r_cont .detail_cont img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.hdqg_content_box .r_cont .bit_down_tg .tis_tle{
	font-size:14px;
	color:#333333;
	margin-bottom: 10px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box{
	width: 100%;
	padding:4px;
	border:1px solid #dcdcdc;
	display: flex;
	align-items: center;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .i{
	display: block;
	width: 98px;
	height: 140px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .txt_box{
	width: calc(100% - 98px);
	padding-left:10px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .txt_box h2{
	font-size:18px;
	color:#333333;
	margin-bottom:10px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .txt_box h3{
	font-size:14px;
	color:#123392;
	margin-bottom: 10px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .txt_box a{
	display: block;
	font-size:14px;
	color:#9a06d8;
	margin-bottom: 10px;
}
.hdqg_content_box .r_cont .bit_down_tg .cont_box .txt_box p{
	font-size:12px;
	color:#333333;
}








/* 国产化论坛  */
.gchlt_content_bg{
	display: flex;
	justify-content: space-between;

}
.gchlt_content_bg .l_cont{
	width: 230px;
}

.gchlt_content_bg .l_cont .last_box{
	width: 100%;
	border:1px solid #e3e3e3;
	margin-bottom: 10px;
}
.gchlt_content_bg .l_cont .last_box .tis_title{
	display: flex;
	align-items: center;
	width: 100%;
	padding:10px 0 10px 24px;
	border-radius: 5px;
	background: #3a8ce3;
	font-size:16px;
	color:#fff;
}
.gchlt_content_bg .l_cont .lcase_1{
	padding:12px 10px;
	display: flex;
	align-items: center;
}
.gchlt_content_bg .l_cont .lcase_1 .i{
	display: block;
	width: 90px;
	height: 100px;
}
.gchlt_content_bg .l_cont .lcase_1 .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.gchlt_content_bg .l_cont .lcase_1 .txt{
	width: calc(100% - 90px);
	padding-left:10px;
}
.gchlt_content_bg .l_cont .lcase_1 .txt h2{
	font-size:14px;
	color:#000000;
	margin-bottom: 20px;
}
.gchlt_content_bg .l_cont .lcase_1 .txt p{
	font-size:12px;
	line-height: 16px;
	color:#2b2a2a;
}
.gchlt_content_bg .l_cont .lcase_2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:10px;
}
.gchlt_content_bg .l_cont .lcase_2 .li{
	width: 84px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin:3px 5px;
	background: #bedcfb;
	font-size:13px;
	color:#000000;
}
.gchlt_content_bg .l_cont .lcase_3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:20px 0;
	background: #e6f0fc;
}
.gchlt_content_bg .l_cont .lcase_3 img{
	max-width: 100%;
}
.gchlt_content_bg .l_cont .lcase_4{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:10px;
}
.gchlt_content_bg .l_cont .lcase_4 img{
	max-width: 100%;
}
.gchlt_content_bg .l_cont .lcase_5{
	padding:20px 0;
}
.gchlt_content_bg .l_cont .lcase_5 a{
	display: block;
	width: 100%;
	font-size:13px;
	color:#000000;
	margin-bottom: 10px;
	text-align: center;
	padding:0 10px;
}
.gchlt_content_bg .l_cont .lcase_6{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:10px;
	padding:10px 0;
}
.gchlt_content_bg .l_cont .lcase_6 img{
	max-width: 100%;
}
.gchlt_content_bg .l_cont > div{
	margin-bottom:0px !important;
}
.gchlt_content_bg .r_cont{
	width: calc(100% - 260px);
	background: #e3f3f4;
	padding:24px 20px;

}
.gchlt_content_bg .r_cont .tis_detail_cont{
	margin-bottom:20px;
}
.gchlt_content_bg .r_cont .tis_detail_cont .tle{
	font-size:20px;
	color:#333333;
	margin-bottom: 20px;
	text-align: center;
}
.gchlt_content_bg .r_cont .tis_detail_cont .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin:20px auto;
}
.gchlt_content_bg .r_cont .tis_detail_cont .i img{
	max-width: 100%;
}
.gchlt_content_bg .r_cont .tis_detail_cont .txt{
	font-size:14px;
	line-height: 24px;
	color:#292929;
}
.gchlt_content_bg .r_cont .last_box{
	margin:20px 0;
}
.gchlt_content_bg .r_cont .last_box .title_box{
	width: 100%;
	background: url(../i/lt_i_5.png) no-repeat center left;
	background-size: contain;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 20px;
}
.gchlt_content_bg .r_cont .last_box .last_case_1 a{
	display: block;
	font-size:15px;
	color:#000000;
	margin-bottom: 14px;
}
.gchlt_content_bg .r_cont .last_box .last_case_2 .li{
	padding:14px 0;
	border-bottom: 1px dashed #b9c5c5;
	font-size:14px;
	color:#666666;
}
.gchlt_content_bg .r_cont .last_box .last_case_2 .li:last-child{
	border-bottom: none;
}
.gchlt_news_last{
	width: calc(100% - 260px);
}
.gchlt_news_last li{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #1A51A3;
	height:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
}
.gchlt_news_last li a:hover{
	color: #FF0000;
	TEXT-DECORATION: underline;
}
.gyinf_bit_copy{
	display:flex;
	align-items: center;
	padding:10px 0;
	margin: 20px auto;
}
.gyinf_bit_copy .li{
	width:50%;
	font-size:12px;
	text-align: center;
}
.gyinf_bit_copy .li span{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.detail_tis_title{
	text-align: center;
	padding:24px 0 16px 0;

}

.detail_case1_cont p{
	font-size: 15px;
	line-height: 26px;
	color: #2f2b2b;
}
.detail_bit_case1{
	display: flex;
	flex-wrap: wrap;
}
.detail_bit_case1 .list{
	width: 50%;
	padding:20px;
}
.detail_video_title{
	padding:15px 0;
	text-align: center;
	font-size:16px;
	color:#333;
}
.detail_bit_case1 .list .img_box{
	display: block;
	width:90%;
	margin:20px auto;
}
.detail_bit_case1 .list .img_box img{
	display: block;
	max-width:100%;
	margin:0 auto;
}
.detail_bit_case1 .list .img_box p{
	text-align: center;
	font-size:16px;
	color:#333;
}

.detail_bit_case1 .list a{
	display: block;
	text-align: center;
}
.detail_bit_case1 .list .ul_list{
	display: block;
}
.detail_bit_case1 .list .ul_list a{
	display: block;
	font-size:13px;
	line-height:24px;
	color:#000;
	text-align: left !important;
	margin-bottom: 4px;
}
.detail_bit_case1 .list .ul_list a.hover{
	color: red;
}.detail_bit_case1 .list .ul_list a:hover{
	color: red;
}
.detail_bit_case1 .list .video_box{
	width: 100%;
	height: 400px;
    background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail_bit_case1 .list video{
	width:100%;
	height: 100%;
	display: block;

}
.detail_bit_case1 .list p{
	font-size:16px;
	color:#333;
}
.detail_bit_tab1{
	margin:10px auto 20px;
}
.detail_bit_tab1 .tle{
	background-color: rgb(225, 237, 230);
	font-size:14px;
	color:#333333;
	padding:0 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.detail_bit_tab1 .tr{
	display: flex;
	flex-wrap: wrap;
}
.detail_bit_tab1 .tr .td{
	padding:10px 10px;
	width:50%;
	border-bottom: 1px solid #dcdcdc;
	font-size:14px;
	color:#333;
}
.text_pulic_content{
	display: block !important;
}
.text_pulic_content .tis_cont{
	padding: 10px;
	border: 1px solid #e8e8e8;
	/* margin-bottom: 10px; */
}
.pulic_border_cont{
	padding: 10px;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.pulic_padding_box{
	padding:10px ;
}
.pulic_border_cont.plf{
	padding:10px 0;
}
.detail_bit_imgs{
	margin:10px auto;
}
.detail_bit_imgs .tle{
	background-color: rgb(225, 237, 230);
	font-size:14px;
	color:#333333;
	padding:0 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom:30px;
	font-weight: bold;
}
.detail_bit_imgs .last_box{
	display: flex;
	flex-wrap: wrap;
	padding:0 20px;
}
.detail_bit_imgs .last_box .list{
	width:calc(97% / 4);
	height:150px;
	margin-right:1%;
}
.detail_bit_imgs .last_box .list img{
	display: block;
	height:100%;
	width: 100%;
}
.detail_bit_imgs .last_box .list:nth-child(4n){
	margin-right:0;
}
.detail_tab_cont{
	display: flex;
	flex-wrap: wrap;
}
.detail_tab_cont .li{
	width:50%;
	height:30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	border-bottom:1px dashed #efefef;
}
.detail_tab_cont .li .dt{
	width:50%;
	text-align: right;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.detail_tab_cont .li dd{
	width:50%;
	text-align: left;
	font-size:12px;
	color:#333;
}
.detail_company_content{
	padding: 20px;
	height: auto;
	background: #EAFBFE;
	/*border: 1px solid #dedede;*/
	margin:20px 0;
}
.detail_company_content .tle{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.detail_company_content .txt{
	font-size:12px;
	color:#000;
	margin:5px 0;
}
.detail_company_content .txt a{
	display: block;
	font-size:12px;
	color:#000;
}
/* ******************* */
.gysxxq_cont_lnav{
	width: 196px;
	background: #d2e4f9;
	padding:10px 14px;
}
.gysxxq_cont_lnav .li{
	text-align: center;
	margin: 4px 0;
	padding:5px 0;
	width: 100%;
	background: url(../i/member_menu_bg_7.gif) no-repeat 10px 50%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:12px;;
	color:#000;
}
.gysxq_deteil_content .gysxq_pulic_title{
	BACKGROUND: url(../i/ctitle_bg_7.gif) no-repeat;
	background-size:cover;
	display: flex;
	width: 100%;
	height:30px;
	padding:0 10px;
	align-items: center;
	justify-content: space-between;
}
.gysxq_deteil_content .gysxq_pulic_title .tl{
	font-size:12px;
	color:#000;
}
.gysxq_deteil_content .gysxq_pulic_title .more{
	font-size:12px;
	color:#000;
}
.gysxq_case_1{
  padding:10px 0;

}

.gysxq_case_1 .txt_cont{
	border:1px solid #ccc;
	padding:10px 5px;
}
.gysxq_case_1 .txt_cont .i{
	width: 30%;
	float: left;
	margin: 0 1em;
}
.gysxq_case_1 .txt_cont .i img{
	display: block;
	width:100%;
}
.gysxq_case_1 .txt_cont .txt{
	font-size: 14px;
	line-height: 22px;
	color: #000;
	height: 170px;
	overflow: hidden;

}
.deta_txt{
	border: 1px solid #ccc;
}
.gysxq_case_1 .deta_txt h2{
	font-size:12px;
	color:#000;
	text-align: center;
}
.gysxq_case_1 .deta_txt h2.jiachu{
	font-weight: bold;
	margin: 8px 0;
}
.gysxq_case_1 .deta_txt .txt{
	font-size:12px;
	color:#000;
}
.gysxq_case_1 .deta_txt .txt a{
	color:#000;
}
.gysxq_case_1 .deta_txt .txt a:hover{
	text-decoration: underline;
}
.gysxq_case_2{
	padding:10px 0;
}
.gysxq_case_2 .txt_cont .i{
	width: 270px;
}
.gysxq_case_2 .txt_cont img{
	float: left;
	padding: .1em;
	width: 100%;
}
.gysxq_case_2 .txt_cont  p{
	font-size:12px;
	line-height:22px;
	text-align:left;
	padding:2px;
}
.gysxq_case_2 table{
	width:100%;
  border:1px solid #ececec;
	margin:10px 0;
}
.gysxq_case_2 table td{
	border:1px solid #ececec;
	padding:10px;
}
.gysxq_case_2 table td:nth-child(odd){
	width: 100px;
	background: #f0f0f0;
	font-weight: bold;
}
.gysxq_case_2 table td:nth-child(even){
	width: 260px;
}
.gysxq_cpzs_baner{
	border:1px solid #ccc;
}
.gysxq_cpzs_baner .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.gysxq_cpzs_baner .i{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.gysxq_cpzs_baner .i img{
	display: block;
	max-width: 100%;
}
.gysxq_cpzs_baner .txt{
	padding:8px 4px;
}
.gysxq_cpzs_baner .txt h2{
	text-align: center;
	font-size:12px;
	color:#000;
	height: 34px;
}
.gysxq_cpzs_baner .txt .dl{
	display: flex;
}
.gysxq_cpzs_baner .txt .dl .dt{
	width: 40%;
	font-size:12px;
	color:#000;
}
.gysxq_cpzs_baner .txt .dl .dd{
	width: 60%;
	font-size:12px;
	color:#000;
}
.gysxq_cpzs_baner .txt .dl:last-child .dd{
	font-weight: bold;
	color:red;
}
.qysxq_case_3{
	display: flex;
	flex-wrap: wrap;
}
.qysxq_case_3 .warpin{
	width: 100%;
}
.qysxq_case_3 .cont_box2{
	width:100%;
}
.qysxq_case_3 .list{
	width:24%;
	margin:0 0.5%;
	background-color: #fff;
	border:1px dashed #cbcbcb;
}

.qysxq_case_3 .list .i{
	width:100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qysxq_case_3 .list .i img{
	width:100%;
}
.qysxq_case_3 .list .tle{
	padding:5px 0;
	font-size:12px;
	color:#000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.qysxq_case_3.qyzz .list{
	width:calc(96% / 5);
	margin:0 1% 10px 0;
}
.qysxq_case_3.qyzz .list:nth-child(5n){
	margin-right:0;
}
.qysxq_case_3.qyzz .list .tle{
	text-align: center;
}
.qysxq_case_4{
	padding:10px;
	border:1px dashed #cbcbcb;
}
.qysxq_case_4 .tis_tle{
	padding:10px 0;

}
.qysxq_case_4 .tis_tle h2 {
  font-size:12px;
	font-weight: bold;
	color:#000;
}
.qysxq_case_4 .tis_tle .nav_box{
	display: flex;
	align-items: center;
	margin:10px 0;
}
.qysxq_case_4 .tis_tle .nav_box a{
	margin-right:10px;
	font-size:12px;
	color:#000;
}
.qysxq_case_4 .last_box{
	display:flex;
	flex-wrap: wrap;
}
.qysxq_case_4 .last_box .li{
	width:19%;
   margin-right:1.25%;
	padding: 5px 5px;
	border: 1px dashed #cbcbcb;
	margin-bottom: 10px;
}
.qysxq_case_4 .last_box .li:nth-child(5n){
	margin-right:0;
}
.qysxq_case_4 .last_box .li .i{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qysxq_case_4 .last_box .li .i img{
	width:70%;
}
.qysxq_case_4 .last_box .txt_cont{
	padding:5px 0;
}
.qysxq_case_4 .last_box .txt_cont a{
	font-size:12px;
	color:#000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.qysxq_case_4 .last_box .txt_cont p{
	font-size:12px;
	color:#333;
	text-align: center;
}
.qysxq_c4_detail{
	border: 1px solid #CBCBCB;
	width:100%;
}
.qysxq_c4_detail .tis_img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.qysxq_c4_detail .tis_img img{
	max-width:100%;
}
.qysxq_c4_detail .tis_header{
	text-align: center;
	background: #f8f8f8;
    border-bottom:#dadada 1px dashed;
	font-size:18px;
	font-weight: bold;
	color:#000;
}
.qysxq_c4_detail .last_box{
	display:flex;
	flex-wrap: wrap;
}
.qysxq_c4_detail .li{
   width:50%;
	padding:6px 0;
	background: #f8f8f8;
	border-bottom:#dadada 1px dashed;
	font-size:12px;
	color:#333;
}
.qysxq_c4_detail .detail_txt_box .tis_tle{
	display:flex;
	border-bottom:1px solid #aaa;
}
.qysxq_c4_detail .detail_txt_box .tis_tle span{
	padding:5px 20px;
	border:1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: linear-gradient(rgb(238,238,238), rgb(244,244,244),rgb(251,251,251));
	font-size:12px;
	color:#333;
}
.qysxq_c4_detail .detail_txt_box .txt{
	padding:10px;
	font-size:12px;
	/*line-height:16px;*/
	color:#666666;
}
.qysxq_c4_detail .detail_txt_box .txt>p{
	margin: 12px 0;
}
.qysxq_c4_detail .news_title{
	font-size:16px;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #dedede;
	padding: 8px 0;
}
.qysxq_c4_detail .news_content > p{
	line-height: 20px;
	margin: 14px 0;
	font-size:14px;
}
.qysxq_case_5{
	padding:50px 0;
	background-color: #EBEBEB;
	text-align: center;
	font-size:14px;
	color:#333;
}
.qysxq_case_6 .list{
	display: flex;
	align-items: center;
	margin:10px 0;
}
.qysxq_case_6 .list .dt{
	font-size:14px;
	color:#333;
	width:20%;
}
.qysxq_case_6 .list .dd{
	display: flex;
	align-items:center;
}
.qysxq_case_6 .list .dd .btn{
	display: flex;
	align-items:center;
	justify-content: center;
	width:120px;
	height:30px;
	background-color: #ccc;
	color:#fff;
	cursor: pointer;
}
.qysxq_case_6 .list .dd .btn.tijiao{
	background-color: #6aaaf8;
	margin-right:10px;
}
.gysxq_header_baner{
	width:100%;
}
.gysxq_header_baner img{
	width:100%;
	display: block;
}

.wimg{
	height:140px;
	overflow: hidden;
}
.wimg img{
	width: 100%;
}
.gysxq_header_logo{
	display: flex;
	align-items: center;
	padding: 20px;
	border: #5a98ef 1px solid;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	height:80px;
	margin-top:20px;
	overflow: hidden;
}
.gysxq_header_logo img{
	width:80px;
}
.gysxq_header_logo h2{
	font-size:20px;
	font-weight:bold;
	margin-left:50px;
}
.tw_lr_content.keliadddiv_memorabilia {
	font-size: 12px;
	line-height: 26px;
	padding:20px 13px 20px 17px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.keliadddiv_memorabilia h2{
	text-align: center;
	font-size:26px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}
.keliadddiv_memorabilia p{
	LINE-HEIGHT: 20px;
	COLOR: #000000;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	margin:13px 0;
}
.keliadddiv_memorabilia  p em{
	font-weight:bold;
}
.keliadddiv_memorabilia strong{

}
.keliadddiv_memorabilia img{
	display: block;
	margin:0px auto;
}
.keliadddiv_memorabilia p span{
	display: block;
	text-align: center;
	margin-top: 6px;
}
.tw_lr_content.keliadddiv_memorabilia .list{
	border-bottom:0;
}
.tw_lr_content.keliadddiv_memorabilia .list .dt{
	width:80px;
}
.tw_lr_content.keliadddiv_memorabilia .list .dd input{
	margin:0 5px;
}
.content_boder{
	padding:10px;
	border:1px solid #e8e8e8;
}

/****************注册**********************/
.register_content_box{
	padding: 5px 0 20px 0;
}
.register_content_box .tis_title{
	padding:4px 0;
	border-bottom: 2px solid red;
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
}
.register_content_box .last_cont_box{
	padding:0 20px;
}
.register_content_box .last_cont_box .last_tle{
	display: flex;
	align-items: center;
	padding:8px 0;
	font-size:14px;
	color:#000;
	font-weight: bold;
	BORDER-BOTTOM: #666 1px dotted;
}
.register_content_box .last_cont_box .list_box{
	display: flex;
	align-items: center;
	margin:6px 0;
}
.register_content_box .last_cont_box .list_box .dt{
	width: 170px;
	text-align: right;
	font-size:12px;
	color:#333;
}
.register_content_box .last_cont_box .list_box .dd{
	width: calc(100% - 170px);
	padding-left:10px;
	position:relative;
	display: flex;
	align-items: center;
}
.register_content_box .last_cont_box .list_box .dd a{
	margin-left:5px;
}
.register_content_box .last_cont_box .list_box .dd a:hover{
	text-decoration: underline;
}
.register_content_box .last_cont_box .list_box .zd{
	font-size:14px;
	color:red;
	padding:0 5px;
	width: 20px;
	display: inline-block;
}
.register_content_box .last_cont_box .list_box input[type="text"]{
	width: 240px;
	height: 30px;
	padding-left:10px;
}
.register_content_box .last_cont_box .list_box input[type="password"]{
	width: 240px;
	height: 30px;
	padding-left:10px;
}
.register_content_box .last_cont_box .list_box input.code{
	width: 70px;
}
.register_content_box .last_cont_box .list_box .code_i{
	width: 50px;
	height: 30px;
}
.register_content_box .last_cont_box .list_box textarea{
	width: 320px;
	height: 100px;
}
.register_content_box .last_cont_box .list_box select{
	height: 30px;
	padding:4px;
	border:1px solid #767676;
}
.register_content_box .last_cont_box .list_box .tis_txt{
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	color:#333;
	font-size:12px;

}
.register_content_box .last_cont_box .list_box .sub_btn{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	background: linear-gradient(#2d8bee, #1672d5,#2d8bee);
	font-size:14px;
	color:#fff;
}
.regis_cg_content{
	padding:30px 0 230px;
	text-align: center;
	background: #fff;
	border: 10px solid #dcdcdc;

}
.regis_cg_content img{
	display: block;
	margin:30px auto;
}
.regis_cg_content h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:30px;
	color:#333333;
}
.regis_cg_content h3{
	font-weight: bold;
	font-size: 14px;
	color:#333333;
}
.regis_cg_content p{
	padding:20px 0 30px;
	font-weight: bold;
	font-size: 14px;
}
.regis_cg_content a.return{
	font-size:12px;
	color:#000000;
	display: block;
	width:100%;
	text-align: center;
}
.regis_cg_content a:hover{
	COLOR: #d84c28;
	TEXT-DECORATION: underline;
}
.regis_cgxy_content{
	background: #fff;
	border: 10px solid #dcdcdc;
	padding:20px;
	text-align: justify;
	line-height: 26px;
	color: #000000;
	font-size: 14px;
}
.regis_cgxy_tle{
	display: flex;
	align-items: center;
	padding:10px 0;
	margin:0 0 10px 0;
	border-bottom:3px solid #5395d1;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}
.regis_cgxy_tle img{
	margin:0 5px;
}
.menu14px{
	padding:7px 0;
	display: block;
}
a.xiahua:hover{
	text-decoration: underline;
	COLOR: #d84c28;
}
/* */
.wzpl_add_content{
	border:1px solid #ccc;
}
.wzpl_add_content .tis_title_box{
	text-align: center;
}
.wzpl_add_content .tis_title_box .tle{
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	padding: 10px;
}
.wzpl_add_content .tis_title_box .tis_cont{
	display:flex;
	justify-content: center;
	padding:10px 0;
}
.wzpl_add_content .tis_title_box .tis_cont .li{
	width:50%;
	text-align: center;
	font-size:14px;
	color:#333;
}
.wzpl_add_content .tis_title_box .tis_cont a.li{
	color:#c42704;
}
.wzpl_add_content .page_cont{
		padding:10px 8px;
	background:#ebebeb;
	display:flex;
	justify-content: space-between;
}
.wzpl_add_content .user_pl_last{
	margin-bottom:10px;
}
.wzpl_add_content .user_pl_last .tle{
	display:flex;
	align-items: center;
	justify-content: space-between;
    background: #dce5e9;
	padding:5px 10px;
}
.wzpl_add_content .user_pl_last .tle span{
	display: block;
	width:calc(100% / 3);
	font-size:14px;
	color:#333;
}
.wzpl_add_content .user_pl_last .txt{
	padding:14px;
	font-size:14px;
	color:#333;
}
.wzpl_add_content .txt_box{
	padding: 16px 8px;
}
