@charset "utf_8";
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    color: #333;
    font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
    font-size: 18px;
    line-height: 1.5em;
}
/* body *{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    filter:gray;
} */
a{
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
}
ul,li{
    list-style: none;
}
input,textarea{
    outline: none;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}

/* 导航 */
.nav{
	width: 100%;
	height: 40px;
	background: var(--themes_color);
}
.nav_main{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.nav_main a{
	color: #fff;
	line-height: 40px;
}
.nav_main a:hover{
	font-weight: bold;
}
.nav_link{
	color: #fff;
}
.juzheng{
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
	display: block;
}
.juzheng span{
	line-height: 40px;
}
.juzheng i{
	border: 6px;
	border-style: solid;
	border-color: #fff transparent transparent  transparent ;
	position: absolute;
	top: 17px;
	right: -6px;
}
.juzheng_list{
	width: 120px;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 40px;
	transition: height 0.3s;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.juzheng a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
}
.juzheng_list a:hover{
	background: var(--themes_color);
	color: #fff;
}
.juzheng:hover .juzheng_list{
	height: 134px;
	overflow: hidden;
}

/* 顶部 */
.zt_top{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
.zt_top_l{
	width: 176px;
	height: auto;
	overflow: hidden;
	float: left;
}
.zt_top_r{
	float: right;
}
.zt_top_r_hot_search{
	float: left;
	font-size: 14px;
	line-height: 40px;
}
.zt_top_r_hot_search span{
	color: #999;
}
.zt_top_r_hot_search a{
	font-size: 14px;
}
.zt_search{
	width: 400px;
	height: 40px;
	float: left;
	margin-left: 20px;
}
.zt_search_q{
	width: 320px;
	height: 40px;
	border: solid #ddd;
	border-width: 1px 0 1px 1px;
	outline: none;
	border-radius: 25px 0 0 25px;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	color: #333;
	float: left;
}
.zt_search_btn{
	height: 40px;
	width: 60px;
	border-radius: 0 25px 25px 0;
	background: #E33F1C;
	float: left;
	border: none;
	outline: none;
	background: url(../../images/zt/info_08.png) no-repeat center;
	background-color: #E33F1C;
	cursor: pointer;
}

/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
/***************专题列表***************/
.special_list{
	width: 1300px;
	height: 870px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 36px;
}
.special_list_head{
    width: 1300px;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    border-bottom: 5px solid #f2f2f2;
    padding-bottom: 30px;
}
.special_list_head_l{
    width: 386px;
    height: 100%;
    float: left;
}
.special_list_head_l a{
    width: 213px;
    height: 50px;
    display: block;
    float: left;
}
.special_list_head_l span{
    width: 125px;
    height: 50px;
    display: block;
    float: left;
    margin-left: 20px;
}
.special_list_item{
	width: 310px;
	height: 257px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.special_list_item:nth-child(4n){
	margin-right: 0;
}
.special_list_item_img{
	display: block;
	width: 100%;
	height: 197px;
	overflow: hidden;
}
.special_list_item_title{
	width: 100%;
	margin-top: 10px;
}

/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
/***************专题文章页***************/
.show_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	padding-bottom: 60px;
}
.show_main_content{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.zt_postion{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px auto;
	font-size: 16px;
	color: #666;
}
.zt_postion a{
	font-size: 16px;
	color: #333;
}
.zt_postion span::before{
	content: "";
	width: 2px;
	height: 16px;
	background: #E33F1C;
	float: left;
	margin-right: 6px;
	margin-top: 12px;
}
.show_main_l{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 30px 70px;
	box-sizing: border-box;
	background: #fff;
}
.show_main_ttile{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.show_main_ttile::after{
	content: "";
	width: 100px;
	height: 1px;
	background: #E33F1C;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.show_main_ttile p{
	font-size: 18px;
	line-height: 36px;
}
.show_main_ttile h1{
	font-size: 32px;
	line-height: 50px;
}
.show_main_mid{
	width: 100%;
	height: 30px;
	margin-top: 30px;
}
.show_main_msg{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.show_main_msg span{
	margin: 0 6px;
}
.show_set_font{
	float: right;
	border: #ddd solid;
	border-width: 1px 1px 1px 0;
	box-sizing: border-box;
}
.show_set_font span{
	font-size: 16px;
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	border: solid #ddd;
	border-width: 0 0 0 1px;
	cursor: pointer;
}
.set_font_on{
	background: #E33F1C;
	color: #fff;
}
.zt_show_content{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 2em;
	margin-top: 40px;
	font-size: 18px;
}
.zt_show_content p{
	margin-bottom: 20px;
}
.zt_show_content div{
	margin-bottom: 20px;
}
.zt_show_content span{
	margin-bottom: 20px;
	/*display: block;*/
}
.zt_show_content img{
	max-width: 600;
	height: auto;
	display: inline-block;	
}
.zt_show_content video{
	display: block;
	margin: 0 auto;
}
.editor{
	width: 100%;
	height: 30px;
	margin-top: 50px;
	text-align: right;
}
.editor span{
	font-size: 16px;
	color: #666;
	background: url(../../images/zt/infoicox_03.jpg) no-repeat left center;
	background-size: auto 100%;
	height: 100%;
	padding-left: 24px;
}
.keywords{
	width: 100%;
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.keywords a{
	font-size: 16px;
	color: #999;
}
.zt_show_tips{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.zt_show_news_m_list3{
	padding: 10px 20px;
	box-sizing: border-box;
}
.zt_show_tips span{
	font-size: 16px;
	color: #999;
	float: left;
	color: #E33F1C;
}
.zt_show_tips a{
	padding: 0 16px;
	background: #fff;
	border-radius: 50px;
	color: #999;
	float: right;
	font-size: 16px;
	line-height: 30px;
}
.zt_show_news_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	background: #fff;
}
.zt_show_news_list > span{
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.zt_show_news_list a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}
.zt_show_news_list a:last-of-type{
	border: none;
}
.zt_show_news_list a span{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.zt_show_news_list a p{
	font-size: 14px;
	line-height: 21px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.zt_show_news_list a:hover span{
	color: #E33F1C;
}

.main_r{
	width:320px;
	height: 600px;
	float: right;
}
.zt_news_m_list2{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.zt_news_m_list2 > span{
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}
.zt_news_m_list2 a{
	font-size: 16px;
	display: block;
	margin-top: 14px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zt_news_m_list2 a:hover{
	color: #E33F1C;
}
.zt_news_m_list2 a span{
	font-size: 12px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #bebebe;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
}
.zt_news_m_list2 a .hot_f3{
	background: #E03718;
}

.baidu_share {
  position: fixed;
  top: 42%;
  margin-left: 10px;
  width: 35px;
}
.baidu_share .bdsharebuttonbox a {
  padding: 5px 0px;
  display: block;
  margin: 0;
}
.baidu_share .bdsharebuttonbox .bds_weixin {
  background: url(../../images/zt/share_03.png) no-repeat center;
  width: 35px;
  height: 35px;
}
.baidu_share .bdsharebuttonbox .bds_tsina {
  background: url(../../images/zt/share_06.png) no-repeat center;
  width: 35px;
  height: 35px;
}
.baidu_share .bdsharebuttonbox .bds_qzone {
  background: url(../../images/zt/share_08.png) no-repeat center;
  width: 35px;
  height: 35px;
}
.bdshare-button-style0-16 a:hover {
  color: #333;
  opacity: .8;
  filter: alpha(opacity=80);
}
#pages{
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	padding-top:20px;
}
#pages a{
    padding: 10px;
	margin: 0 2px;
    border: 1px solid #e1e1e1;
    color: #333333;
    transition: all 0.3s;
    border-radius: 5px;
    font-size: 14px;
    line-height: 33px;
}
#pages a:hover{
	background: #E03718;
	color: #fff;
	border-color: #E03718;
}
#pages span{
	padding: 10px;
	margin: 0 2px;
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
    font-size: 14px;
    line-height: 33px;
	background: #E03718;
}


/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
/***************专题列表页***************/
.zt_list_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 100px;
}
.banner{
	width: 100%;
	height: auto;
}
.zt_list_title{
	width: 1300px;
	border-bottom: 2px solid #E33F1C;
	font-weight: bold;
	color: #E03718;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: 40px;
}
.zt_news_list{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.zt_news_item{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 20px;
	box-sizing: border-box;
}
.zt_news_item:last-of-type{
	border: none;
}
.zt_news_item:hover {
	background: #f3f3f3;
}
.zt_news_item > span{
	display: block;
	font-weight: bold;
}
.zt_news_item p{
	color: #666;
	font-size: 16px;
	margin-top: 6px;
	line-height: 24px;
}
.zt_news_item_bot{
	font-size: 14px;
	margin-top: 20px;
	color: #999;
}
.zt_news_item_bot span{
	margin-right: 10px;
}

/* 底部 */
.foot{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: var(--themes_color);
	margin-top: 100px;
}
.foot p{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.foot a{
	color: #fff;
	margin: 0 10px;
}

.s_gotoip {
	width: 50px;
	height: 50px;
	background-color: var(--themes_color);
	border-radius: 5px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	background-image: url(../../images/zt/imain_15.png);
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	z-index: 1000;
}

/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/
/***************模块组件样式***************/

/*************** 公共 ***************/
/*************** 公共 ***************/
/*************** 公共 ***************/
:root{
	--img_scale:1.06;
}
.in_pc{
	display: block;
}
.in_ph{
	display: none;
}
.dateAndTime{
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.copyform{
	font-size: 14px;
	color: #666;
}
.inputtaime{
	font-size: 14px;
	color: #666;
	margin-left: 20px;
}
.img_scale{
	overflow: hidden;
}
.img_scale:hover img{
	transform: scale(var(--img_scale));
}
.img_scale img{
	transition: all 1s;
}

.wfull{width: 100%;}
.w1300{width: 1300px; margin: 0 auto;}

.col2{
	width: 625px;
	float: left;
}
.col2:nth-of-type(2n){
	float: right;
}
.col2:last-of-type{
	border: none;
	margin-bottom: 0;
}
.col2:nth-last-child(2){
	border: none;
	margin-bottom: 0;
}
.col3{
	width: 406px;
	float: left;
	margin-right: 41px;
}
.col3:nth-of-type(3n){
	margin-right: 0;
}
.col3:nth-last-child(1){
	border: none;
}
.col3:nth-last-child(2){
	border: none;
}
.col3:nth-last-child(3){
	border: none;
}
.col4{width: 295px; float: left; margin-right: 40px;}
.col4:nth-child(4n){margin-right: 0;}

.text_gradient{
	width: 100%;
	padding: 50px 0 10px 0;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
}
.text_gradient p{
	color: #fff;
	left: 0;
	bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.text_color{
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
	line-height: 27px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}
.text_full{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	transition: top 0.5s;
}
.text_full p{
	color: #fff;
}

.list_style, 
.list_style_cricle{
	padding-left: 15px !important;
}
.list_style::before{
	content: "";
	width: 6px;
	height: 6px;
	background: var(--themes_color);
	display: block;
	float: left;
	position:absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.list_style_cricle::before{
	content: "";
	width: 6px;
	height: 6px;
	background: var(--themes_color);
	display: block;
	float: left;
	position:absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}


/**************列表组件*************/
/**************列表组件*************/
/**************列表组件*************/

/* 缩略图标题摘要列表 */
.list_thumb_title_dis{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list_thumb_title_dis_item{
	overflow: hidden;
	display: block;
	padding: 20px 0;
	border-bottom: 1px #e2e2e2 solid;
}
.list_thumb_title_dis_item:last-of-type{
	border: none;
}

.list_thumb_title_dis_item_l{
	width: 120px;
	height: 76px;
	display: block;
	float: left;
	overflow: hidden;
}
.list_thumb_title_dis_item_r{
	width: calc(100% - 140px);
	float: right;
	position: relative;
}
.list_thumb_title_dis_item_r > span{
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.list_thumb_title_dis_item_r:hover > span{
	color: var(--themes_color);
	font-weight: bold;
}
.list_thumb_title_dis_item_r > p{
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 标题摘要列表 */
.list_title_dis{
	height: auto;
	overflow: hidden;
}
.list_title_dis_item{
	display: block;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.list_title_dis_item:last-of-type{
	border: none;
}
.list_ttile_dis_padding{
	transition: all 0.5s;
	padding: 20px 10px;
	box-sizing: border-box;
}
.list_ttile_dis_padding:hover{
	background: #f2f2f2;
	padding-left: 20px;
}
.list_ttile_dis_padding:hover span{
	color:var(--themes_color);
	font-weight: bold;
}
.list_ttile_dis_nopadding{
	padding-bottom: 15px;
	margin-top: 15px;
}
.list_ttile_dis_nopadding:last-of-type{
	padding-bottom: 0;
}
.list_ttile_dis_nopadding:first-of-type{
	margin-top: 0;
}
.list_ttile_dis_nopadding:hover span{
	color:var(--themes_color);
	font-weight: bold;
}
.list_title_dis_item span{
	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
	display: block;
}
.list_title_dis_item p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #999;
	margin-top: 4px;
	font-size: 16px;
}

/* 标题列表*/
.list_title{
	height: auto;
    overflow: hidden;
}
.list_title_item{
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.list_title_padding{
	padding-top: 15px;
	padding-bottom: 15px;
}
.list_title_padding:hover{
	transition: padding 0.5s;
	padding-left: 10px;
	background: #f2f2f2;
}
.list_title_item:hover{
	color: var(--themes_color);
	font-weight: bold;
}
.list_title_nopadding{
	padding-bottom: 20px;
	margin-top: 20px;
}
.list_title_nopadding:first-of-type{
	margin-top: 0 !important;
}
.list_title_nopadding:last-of-type{
	padding-bottom: 0 !important;
}


/* 标题+摘要+高度缩放 列表新闻 */
.list_title_dis_h{
	height: auto;
	overflow: hidden;
}
.list_title_dis_h_item{
	margin-bottom: 20px;
	display: block;
	background: #f2f2f2;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.list_title_dis_h_item:last-of-type{
	margin-bottom: 0;
}
.list_title_dis_h_item_t{
	height: 40px;
}
.list_title_dis_h_item a{
	display: block;
	line-height: 40px;
	float: left;
	width: 90%;
}
.list_title_dis_h_item span{
	font-size: 14px;
	color: #999;
	float: right;
	cursor: pointer;
}
.list_title_dis_h_item a:hover{
	color: var(--themes_color);
	font-weight: bold;
}
.list_title_dis_h_item_b{
	width: 100%;
	background: #f2f2f2;
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
}
.list_title_dis_h_item_b p{
	font-size: 16px;
	color: #999;
	background: #f2f2f2;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.list_title_dis_h_item:first-of-type .list_title_dis_h_item_b{
	height: 60px;
}

/**************静图组件*************/
/**************静图组件*************/
/**************静图组件*************/

/* 图片标题在图片内 */
.img_title_in{
	height: auto;
	overflow: hidden;
}
.img_title_in_item{
	display: block;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.img_title_in_item:last-of-type{
	margin-bottom: 0;
}


/* 图片+文本 文本摘要在图片外部 */
.img_title_out{
	height: auto;
	overflow: hidden;
}
.img_title_out_item{
	text-align: center;
	margin-bottom: 40px;
	display: block;
}
.img_title_out_img{
	display: block;
	width: 100%;
	height: 258px;
	overflow: hidden;
}
.img_title_out_text{
	width: 100%;
	height: 110px;
	text-align: left;
	margin-top: 10px;
}
.img_title_out_text span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.img_title_out_text p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	margin-top: 6px;
}
.img_title_out_line{
	width: 50px;
	height: 1px;
	background: var(--themes_color);
	margin-top: 20px;
	display: inline-block;
	transition: width 0.5s;
	border-radius: 1px;
}
.img_title_out_item:hover .img_title_out_line{
	width: 100%;
}
.img_title_out_item:hover .img_title_out_text span{
	color: var(--themes_color);
	font-weight: bold;
}

/* 图片+标题 标题在图片中心 */
.img_title_in_center{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.img_title_in_center_item{
	position: relative;
	display: block;
	overflow: hidden;
}
.img_title_in_center_item:hover .text_full{
	top: 0;
}

/**************动图组件*************/
/**************动图组件*************/
/**************动图组件*************/

/* 分页器 */
.dynImg_pageIcon_circle{
	bottom: 44px !important;
	left: inherit !important;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
.swiper-pagination-bullet-active{
	background: var(--themes_color);
}

/* 切换按钮 */
.dynImg_next, .dynImg_prev{
	color: #999;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: -30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
}
.dynImg_next{
	right: 10px;
}
.dynImg_prev{
	left: 10px;
}
.dynImg_next::after{
	content: 'next';
	font-family: swiper-icons;
	font-size: 26px;
}
.dynImg_prev::after{
	content: 'prev';
	font-family: swiper-icons;
	font-size: 26px;
}
.dynImg .dynImg_next:hover{
	background: rgba(255, 255, 255, 1);
	color: var(--themes_color);
}
.dynImg .dynImg_prev:hover{
	background: rgba(255, 255, 255, 1);
	color: var(--themes_color);
}
.dynImg_next_rect, .dynImg_prev_rect{
	width: 40px;
	height: 120px;
	color: #fff;
	font-size: 30px;
	transition: all 0.5s;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.dynImg_next_rect{
	right: 10px;
}
.dynImg_prev_rect{
	left: 10px;
}
.dynImg_next_rect::after{
	content: 'next';
	font-family: swiper-icons;
}
.dynImg_prev_rect::after{
	content: 'prev';
	font-family: swiper-icons;
}
.dynImg .dynImg_next_rect:hover{
	height: 160px;
	background: rgba(255, 255, 255, 1);
	color: var(--themes_color);
}
.dynImg .dynImg_prev_rect:hover{
	height: 160px;
	background: rgba(255, 255, 255, 1);
	color: var(--themes_color);
}

/* 遮罩 */
.swiper-3d .swiper-slide-shadow-left{
	background-image: linear-gradient(to left,rgba(0,0,0,.3),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right{
	background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(0,0,0,0));
}

/* 滚动条 */
.swiper-scrollbar-drag{
	background: var(--themes_color);
}

/* 轮播单元 */
.dynImg_item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
/**************动图模板*************/
.m_dynImg1{
	width: 1200px;
	height: 764px;
	margin: 0 auto;
	margin-top: 50px;
}
.m_dynImg1_swiper{
	width: 100%;
    height: 100%;
}

/* 动图2 */
.m_dynImg2{
	width: 100%;
	height: 600px;
	margin-top: 50px;
}
.m_dynImg2_swiper{
	width: 100%;
	height: 100%;
}
.m_dynImg2_swiper .swiper-slide{
	width: 942px;
	height: 100%;
}
.m_dynImg2_swiper .dynImg_pageIcon_circle{
	text-align: center;
}

/* 动图3 */
.m_dynImg3{
	width: 1300px;
	height: 600px;
	overflow: hidden;
	margin-top: 50px;
}
.m_dynImg3 .swiper-slide{
	width: 460px;
	height: 100%;
}

/* 动图4 */
.m_dynImg4{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_dynImg4_big{
	width: 1200px;
	height: 764px;
}
.m_dynImg4_small_box{
	width: 1200px;
	height: 135px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}
.m_dynImg4_small{
	width: 1100px;
	height: 100%;
}
.m_dynImg4_small .swiper-slide{
	width: 212px;
	height: 100%;
	box-sizing: border-box;
	background-color: #000;
}
.m_dynImg4_small .dynImg_item{
	opacity: 0.7;
	transition: all 0.5s;
}
.swiper4_small_active .dynImg_item{
	opacity: 1;
}
.m_dynImg4_small_box .dynImg_prev_rect{
	left: 0;
	background: var(--themes_color);
	border-radius: 6px 0 0 6px;
	opacity: 1;
	height: 100%;
}
.m_dynImg4_small_box .dynImg_prev_rect:hover{
	background: var(--themes_color);
	height: 100%;
}
.m_dynImg4_small_box .dynImg_next_rect{
	right: 0;
	height: 100%;
	background: var(--themes_color);
	border-radius: 0 6px 6px 0;
	margin-top: 0;
	opacity: 1;
}
.m_dynImg4_small_box .dynImg_next_rect:hover{
	background: var(--themes_color);
	color: #fff;
}

/* 动态图片5 */
.m_dynImg5{
	width: 1300px;
	height: 668px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_dynImg5_big{
	width: 1048px;
	height: 100%;
	float: left;
}
.m_dynImg5_big .swiper-slide{
	width: 1048px;
	height: 100%;
}
.m_dynImg5_big .dynImg_pageIcon_circle {
	top: 10px;
	transform: translate3d(0, 0, 0)!important;
}
.m_dynImg5_small_box{
	width: 212px;
	height: 100%;
	overflow: hidden;
	float: right;
	position: relative;
}
.m_dynImg5_small{
	width: 100%;
	height: 570px;
	margin-top: 50px;
}
.m_dynImg5_small .swiper-slide{
	width: 100%;
	height: 135px;
	background-color: #000;
}
.m_dynImg5_small .dynImg_item{
	opacity: 0.7;
	transition: all 0.5s;
}
.swiper4_small_active .dynImg_item{
	opacity: 1;
}
.m_dynImg5_small_prev,.m_dynImg5_small_next{
	width: 100%;
	height: 40px;
	background: var(--themes_color);
	color: #fff;
	position: absolute;
	left: 0;
	cursor: pointer;
	transform: translateY(0);
}
.m_dynImg5_small_prev{
	top: 0;
	border-radius: 6px 6px 0 0;
}
.m_dynImg5_small_next{
	top: initial;
	bottom: 0;
	border-radius: 0 0 6px 6px;
}
.m_dynImg5_small_prev::after{
	content: '';
    width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
	border: #fff solid;
	border-width: 3px 3px 0 0;
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%) rotate(-45deg) ;
}
.m_dynImg5_small_next::after{
	content: '';
    width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
	border: #fff solid;
	border-width: 0 0 3px 3px;
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%) rotate(-45deg) ;
}

/* 动态图片6 */
.m_dynImg6{
	width: 1300px;
	height: 220px;
	margin-top: 50px;
}
.m_dynImg6 .swiper-slide{
	width: 310px;
	height: 198px;
}
.m_dynImg6 .swiper-slide:hover .text_full{
	top: 0;
}

/* 动态图片7 */
.m_dynImg7{
	width: 1300px;
	height: 428px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_dynImg7_l{
	width: 620px;
	height: 100%;
	float: left;
}
.m_dynImg7_l .swiper-slide{
	width: 620px;
	height: 100%;
}
.m_dynImg7_l .dynImg_pageIcon_circle{
	text-align: center;
}
.m_dynImg7_r{
	width: 660px;
	height: 100%;
	float: right;
}
.m_dynImg7_r .img_title_in_center_item{
	width: 320px;
	height: 204px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.m_dynImg7_r .img_title_in_center_item:nth-child(2n){
	margin-right: 0;
}
.m_dynImg7_r .img_title_in_center_item:nth-child(3){
	margin-bottom: 0;
}
.m_dynImg7_r .img_title_in_center_item:nth-child(4){
	margin-bottom: 0;
}

/* 动态图片8 */
.m_dynImg8{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.m_dynImg8_main{
    width: 1300px;
    height: 484px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.m_dynImg8_img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 760px;
    height: 100%;
}
.m_dynImg8_text{
    width: 550px;
    height: 328px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    background: var(--themes_color);
    padding: 20px;
    box-sizing: border-box
}
.m_dynImg8_title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.m_dynImg8_dse{
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2em;
}
.dyn8_bigprev,.dyn8_bignext{
	width: 30px;
	height: 21px;
	position: absolute;
	bottom: 20px;
	cursor: pointer;
}
.dyn8_bignext{
	background: url(../../images/zt/m_dyn8_bignext.png);
	right: 20px;
}
.dyn8_bigprev{
	background: url(../../images/zt/m_dyn8_bigprev.png);
	right: 61px;
}

.m_dynImg8_pc{
    width: 530px;
    height: 96px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper8{
    width: 470px;
    height: 100%;
    margin: 0 auto;
}
.swiper8 .swiper-slide{
    width: 150px;
    height: 100%;
}
.swiper8_active{
    border: 1px solid var(--themes_color);
    box-sizing: border-box;
}
.swiper8 .swiper-slide p, 
.swiper8 .swiper-slide span{
    display: none;
}
.swiper8_btn{
    width: 20px;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.swiper8_btn_prev{
    left: 0;
    background-size: cover;
	background-color: var(--themes_color);
	border-radius: 6px 0 0 6px;
}
.swiper8_btn_next{
    right: 0 !important;
    background-size: cover;
	background-color: var(--themes_color);
	border-radius: 0 6px 6px 0;
}
.swiper8_btn_prev:hover{
}
.swiper8_btn_next:hover{
}

/**************列表模板*************/
/**************列表模板*************/
/**************列表模板*************/
/**************列表模板*************/
/**************列表模板*************/
/**************列表模板*************/

/* 列表1 */
.m_list1{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_list1_t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.m_list1_t_l{
	width: 794px;
	height: auto;
	overflow: hidden;
	float: left;
}
.m_list1_t_l .list_thumb_title_dis_item_l{
	width: 220px;
	height: 140px;
}
.m_list1_t_l .list_thumb_title_dis_item_r{
	width: calc(100% - 240px);
	height: 140px;
}
.m_list1_r{
	width: 486px;
	height: 310px;
	float: right;
}
.m_list1_r .img_title_in_item{
	width: 100%;
	height: 100%;
}
.m_list1_b{
	margin-top: 10px;
}

/* 列表2 */
.m_list2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_list2_l{
	width: 808px;
	float: left;
}
.m_list2_l .list_thumb_title_dis_item_l{
	width: 220px;
	height: 140px;
}
.m_list2_l .list_thumb_title_dis_item_r{
	width: calc(100% - 240px);
	height: 140px;
}
.m_list2_r{
	width: 452px;
	float: right;
}
.m_list2_r .img_title_in_item {
	width: 452px;
	height: 312px;
}

/* 列表三 */
.m_list3{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

/* 列表4 */
.m_list4{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_list4 .list_thumb_title_dis_item{
	width: 625px;
	height: 86px;
}
.m_list4 .list_thumb_title_dis_item_l{
	width: 135px;
	height: 100%;
}
.m_list4 .list_thumb_title_dis_item_r{
	width: 470px;
}

/* 列表5 */
.m_list5{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_list5_b{
	margin-top: 10px;
}

/* 列表6 */
.m_list6{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}

/* 列表7 */
.m_list7{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_list7 .list_thumb_title_dis_item_l{
	width: 220px;
	height: 140px;
}
.m_list7 .list_thumb_title_dis_item_r{
	width: 1060px;
	height: 140px;
}

/**************要闻模板*************/
/**************要闻模板*************/
/**************要闻模板*************/
/**************要闻模板*************/
/**************要闻模板*************/
/**************要闻模板*************/

/* 要闻1 */
.m_fg1{
	width: 1300px;
	height: 434px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.swiper_fg1{
	width: 680px;
	height: 100%;
	float: left;
}
.m_fg1_r{
	width: 570px;
	height: 100%;
	overflow: hidden;
	float: right;
}

/* 要闻2 */
.m_fg2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_fg2_l{
	width: 680px;
	height: auto;
	overflow: hidden;
	float: left;
}
.swiper_fg2{
	width: 100%;
	height: 434px;
}
.m_fg2_l_b{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.m_fg2_l_b .img_title_in_item{
	width: 320px;
	height: 204px;
	margin-bottom: 30px;
}
.m_fg2_r{
	width: 570px;
	float: right;
}

/* 要闻三 */
.m_fg3{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_fg3_l{
	width: 680px;
	height: auto;
	overflow: hidden;
	float: left;
}
.swiper_fg3{
	width: 100%;
	height: 434px;
}
.m_fg3_l_b{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	background: #f7f7f7;
	margin-top: 20px;
	position: relative;
}
.m_fg3_aside_title{
	display: block;
	width: 40px;
	height: auto;
	padding: 20px 8px;
	background: var(--themes_color);
	color: var(--font_color);
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 6px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.m_fg3_l_b_r{
	float: left;
	margin-left: 60px;
	width: calc( 100% - 60px );
}
.m_fg3_l_b .list_title_item{
	line-height: 48px;
	padding: 0;
}
.m_fg3_r{
	width: 570px;
	float: right;
}
.m_fg3_r .list_title_dis_item p{
	margin-top: 9px;
}

/* 要闻四 */
.m_fg4{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.swiper_fg4{
	width: 680px;
	height: 434px;
	float: left;
}
.fg4_r{
	width: calc(100% - 730px);
	float: right;
}
.fg4_r .list_title_item{
	border: 0;
}
.fg4_r .list_title_nopadding{
	padding-bottom: 12px;
	margin-top: 12px;
}
.fg4_r .list_title_item:first-of-type{
	font-weight: bold;
}
.fg4_r .list_title_item:nth-of-type(4){
	border-bottom: 2px solid #ededed;
	padding-bottom: 30px;
}
.fg4_r .list_title_item:nth-of-type(5){
	padding-top: 30px;
	font-weight: bold;
}

/* 要闻5 */
.m_fg5{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.swiper_fg5{
	width: 680px;
	height: 434px;
	float: left;
}
.m_fg5_r{
	width: calc(100% - 730px);
	float: right;
}
.m_fg5_r .list_thumb_title_dis_item{
	padding: 19px 0;
}
.m_fg5_r .list_thumb_title_dis_item:first-of-type{
	padding-top: 0;
}

/* 要闻6 */
.m_fg6{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.swiper_fg6{
	width: 680px;
	height: 434px;
	float: left;
}
.fg6_r{
	width: calc(100% - 720px);
	float: right;
}
.fg6_r .list_title_padding{
	padding-top: 13px;
	padding-bottom: 13px;
}

/**************静态图片*************/
/**************静态图片*************/
/**************静态图片*************/
/**************静态图片*************/
/**************静态图片*************/
/**************静态图片*************/
/**************静态图片*************/

/* 静态图片1 */
.m_sImg1{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

/* 静态图片2 */
.m_sImg2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg2_t{
	width: 100%;
	height: 404px;
	overflow: hidden;
}
.m_sImg2_l{
	display: block;
	width: 650px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.m_sImg2_r{
	width: 650px;
	height: 100%;
	float: right;
	position: relative;
}
.m_sImg2_r_t{
	width: 660px;
	position: absolute;
	left: -10px;
	top: 20px;
}
.m_sImg2_r_t p{
	background: var(--themes_color);
	color: var(--font_color);
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	transition: padding 0.5s;
}
.m_sImg2_r_t:hover p{
	padding-left: 20px;
}
.m_sImg2_r_t span{
	width: calc(100% - 50px);
	margin-left: 50px;
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.m_sImg2_r_t a{
	font-size: 16px;
	color: #999;
	margin-left: 50px;
	margin-top: 30px;
	display: inline-block;
}
.m_sImg2_r_t a:hover{
	color: var(--themes_color);
}
.m_sImg2_r_b{
	width: calc(100% - 40px);
	height: 182px;
	margin-left: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.m_sImg2_r_b .img_title_in_center_item{
	width: 285px;
	height: 182px;
	float: left;
	margin-right: 40px;
}
.m_sImg2_r_b .img_title_in_center_item:last-of-type{
	margin-right: 0;
}
.m_sImg2_b{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.m_sImg2_b .img_title_out_text{
	height: auto;
	text-align: center;
}

/* 静态图片3 */
.m_sImg3{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg3_l{
	width: 408px;
	height: 614px;
	float: left;
}
.m_sImg3_l .img_title_in_item{
	width: 100%;
	height: 100%;
}
.m_sImg3_r{
	width: 852px;
	height: 614px;
	overflow: hidden;
	float: right;
}
.m_sImg3_r .img_title_out_item{
	width: 406px;
	height: auto;
	overflow: hidden;
	float: left;
}
.m_sImg3_r .img_title_out_item:nth-of-type(2n){
	float: right;
	margin-left: 40px;
}
.m_sImg3_r .img_title_out_item:nth-of-type(1),
.m_sImg3_r .img_title_out_item:nth-of-type(2){
	margin-bottom: 28px;
}
.m_sImg3_r .img_title_out_text{
	height: auto;
}

/* 静态图片4 */
.m_sImg4{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.m_sImg4_item{
	width: 433px;
	height: 276px;
	float: left;
	position: relative;
	overflow: hidden;
}
.m_sImg4_img span{
	display: block;
	border: solid 20px;
	position: absolute;
}
.m_sImg4_img:nth-of-type(1) span{
	right: 0;
	top: 20px;
	border-color: transparent var(--themes_color) transparent transparent;
}
.m_sImg4_img:nth-of-type(3) span{
	left: 20px;
	bottom: 0;
	border-color: transparent transparent var(--themes_color) transparent;
}
.m_sImg4_img:nth-of-type(5) span{
	left: 0;
	top: 20px;
	border-color: transparent transparent transparent var(--themes_color);
}
.m_sImg4_text{
	background: var(--themes_color);
	color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	transition: padding 1s;
}
.m_sImg4_text:hover{
	padding: 40px 20px;
}
.m_sImg4_text span{
	font-weight: bold;
}
.m_sImg4_text p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

/* 静态图片5 */
.m_sImg5{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg5_line{
	width: 100%;
	height: 244px;
	display: flex;
	justify-content: space-between;
}
.m_sImg5_line a{
	display: block;
	width: 244px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.m_sImg5_line2{
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.m_sImg5_line2 a{
	margin: 0 10px;
}

/* 静态图片6 */
.m_sImg6{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg6 .img_title_in_item{
	height: 258px;
}

/* 静态图片7 */
.m_sImg7{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg7 .img_title_in_center_item{
	height: 258px;
	margin-bottom: 40px;
}
.m_sImg7 .img_title_in_center_item:nth-last-of-type(1),
.m_sImg7 .img_title_in_center_item:nth-last-of-type(2),
.m_sImg7 .img_title_in_center_item:nth-last-of-type(3){
	margin-bottom: 0;
}

/* 静态图片8 */
.m_sImg8{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.m_sImg8_aside{
	width: 432px;
	height: 432px;
	float: left;
}
.m_sImg8_aside:last-of-type{
	float: right;
}
.m_sImg8_aside a{
	width: 100%;
	height: 432px;
}
.m_sImg8_center{
	width: 432px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2px;
}
.m_sImg8_center a{
	width: 100%;
	height: 215px;
}
.m_sImg8_center a:last-of-type{
	margin-top: 2px;
}

/* 静态图片9 */
.m_sImg9{
	width: 1300px;
	height: 490px;
	margin: 0 auto;
	margin-top: 60px;
}
.m_sImg9_main{
	width: 100%;
	height: 450px;
	background: var(--themes_color);
	padding: 40px 30px 0 30px;
	box-sizing: border-box;
	position: relative;
}
.m_sImg9_l{
	width: 800px;
	height: 450px;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
}
.m_sImg9_l span{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../../images/zt/play.png) no-repeat;
	background-size: 100%;
}
.m_sImg9_r{
	width: 440px;
	height: auto;
	overflow: hidden;
	float: right;
}
.m_sImg9_r_t{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.m_sImg9_r_t a{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	display: block;
	background: #fff;
	transition: all 0.5s;
}
.m_sImg9_r_t a:hover{
	padding: 10px 10px 10px 20px;
	color: var(--themes_color);
}
.m_sImg9_r_t span{
	width: 420px;
	background: #f5e0aa;
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.m_sImg9_r_b{
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin-top: 40px;
	color: #fff;
	text-indent: 2em;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

/**************栏目标题*************/
/**************栏目标题*************/
/**************栏目标题*************/
/**************栏目标题*************/
/**************栏目标题*************/
/**************栏目标题*************/
/**************栏目标题*************/
.m_title{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 40px;
	font-weight: bold;
	color: var(--themes_color);
}
.m_title_more{
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
.m_title_more:hover{
	color: var(--themes_color);
}

/* 标题1 */
.m_title1{
	border-bottom: 4px solid var(--themes_color);
	line-height: 60px;
}
.m_title1 p{
	float: left;
}
.m_title1 a{
	float: right;
	line-height: 60px;
}

/* 标题2 */
.m_title2{
	position: relative;
	height: 75px;
}
.m_title2_line{
	width: 100%;
	height: 6px;
	background: var(--themes_color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_title2_main{
	max-width: 80%;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 4px solid var(--themes_color);
	position: absolute;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.m_title2_main p{
	max-width: 100%;
	line-height: inherit;
}
.m_title2_more{
	position: absolute;
	right: -60px;
	top: 0;
}

/* 标题3 */
.m_title3{
	position: relative;
	height: 80px;
}
.m_title3_line{
	width: 100%;
	height: 30px;
	background: var(--themes_color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.m_title3_main{
	max-width: 80%;
	height: 60px;
	background: var(--themes_color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: 60px;
	text-align: center;
}
.m_title3_triangle{
	position: absolute;
	top: 0;
	box-sizing: border-box;
	border: 60px solid;
	border-color: var(--themes_color) transparent transparent transparent;
	position: absolute;
	z-index: -1;
}
.m_title3_triangle_l{
	left: -60px;
}
.m_title3_triangle_r{
	right: -60px;
}
.m_title_skew_line{
	width: 10px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
}
.m_title_skew_line_l{
	left: -30px;
	transform: skew(45deg);
}
.m_title_skew_line_r{
	right: -30px;
	transform: skew(-45deg);
}
.m_title3_text{
	color: #fff;
	padding: 0 120px;
}
.m_title3_more{
	width: 80px;
	height: 22px;
	position: relative;
	top: 60px;
	background: var(--themes_color);
	margin: 0 auto;
}
.m_title3_triangle_s{
	position: absolute;
	top: 0;
	box-sizing: border-box;
	border: 22px solid;
	border-color: var(--themes_color) transparent transparent transparent;
	position: absolute;
	z-index: -1;
}
.m_title3_triangle_l_s{
	left: -20px;
}
.m_title3_triangle_r_s{
	right: -20px;
}
.m_title3_more_text{
	color: #fff;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.m_title3_more_text:hover{
	color: #fff;
	font-weight: 700;
}

/* 标题4 */
.m_title4{
	height: auto;
	overflow: hidden;
}
.m_title4_t{
	height: 45px;
	position: relative;
	text-align: center;
}
.m_title4_line{
	width: 255px;
	height: 30px;
	position: relative;
	top: 6px;
	display: inline-block;
}
.m_title4_line_l{
	transform: skew(-20deg);
}
.m_title4_line_r{
	transform: skew(20deg);
}
.m_title4_line span{
	background: var(--themes_color);
	height: 100%;
	display: block;
	float: left;
	margin-left: 10px;
}
.m_title4_line_l span:nth-of-type(1){
	width: 210px;
	margin-left: 0;
}
.m_title4_line_l span:nth-of-type(2){
	width: 10px;
}
.m_title4_line_l span:nth-of-type(3){
	width: 10px;
}
.m_title4_line_r span:nth-of-type(1){
	width: 10px;
	margin-left: 0;
}
.m_title4_line_r span:nth-of-type(2){
	width: 10px;
}
.m_title4_line_r span:nth-of-type(3){
	width: 210px;
	text-align: center;
	font-size: 0;
}
.m_title4_line_r span:nth-of-type(3) a{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	transform: skew(-20deg);
}
.m_title4_line_r span:nth-of-type(3) a:hover{
	font-weight: 700;
}

.m_title4_text{
	line-height: 50px;
	margin: 0 10px;
	display: inline-block;
}
.m_title4_b{
	width: 50%;
	height: 4px;
	background: var(--themes_color);
	margin: 0 auto;
	margin-top: 4px;
}

/* 标题5 */
.m_title5{
	position: relative;
	height: 110px;
}
.m_title5_main{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.m_title5_triangle{
	width: 10px;
	height: 80px;
	background: var(--themes_color);
	transform: skew(-16deg);
	display: block;
	position: absolute;
}
.m_title5_triangle_l{
	left: -15px;
	top: 0;
}
.m_title5_triangle_r{
	right: -15px;
	top: 30px;
}
.m_title5_text{
	background: var(--themes_color);
	line-height: 50px;
	padding: 10px 60px;
	transform: skew(-16deg);
	box-sizing: border-box;
	margin-top: 20px;
}
.m_title5_text p{
	color: #fff;
	transform: skew(16deg);
	white-space: nowrap;
}
.m_title5_more{
	line-height: 26px;
	background: var(--themes_color);
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
	transform: skew(-16deg);
	position: absolute;
	right: -11px;
	top: 54px;
	font-weight: normal;
}
.m_title5_more:hover{
	font-weight: 700;
}


/**************模板样式*************/
/**************模板样式*************/
/**************模板样式*************/
/**************模板样式*************/
/**************模板样式*************/
/**************模板样式*************/
/**************模板样式*************/

/* mb3 */
.mb3_tj{width: 1280px; height: 574px; margin: 0 auto; margin-top: 40px;}
.swiper_mb3{width: 100%; height: 100%;}
.swiper_mb3 .dynImg_item span{width: 900px; height: 100%; overflow: hidden; display: block; float: left;}
.swiper_mb3 .dynImg_item .dynImg_item_title{width: 380px; height: 100%; padding: 20px; box-sizing: border-box; float: right; position: relative; background: var(--themes_color);}
.swiper_mb3 .dynImg_item .zt_buDuanShui{background: url(../../images/zt/banner_buDuanShui.jpg) right bottom;}
.swiper_mb3 .dynImg_item .dynImg_item_title p{color: #333; font-size: 26px; line-height: 1.5em; font-weight: bold;}
.swiper_mb3 .dynImg_item .dynImg_item_title p:last-of-type{font-size: 18px; font-weight: normal; margin-top: 10px;}
.swiper_mb3 .dynImg_prev, .swiper_mb3 .dynImg_next{bottom:50px; top: initial; width: 40px; height: 40px;}
.swiper_mb3 .dynImg_prev{left:910px;}
.swiper_mb3 .swiper-pagination{width: 380px; text-align: center;right: 0; bottom: 80px !important; padding: 0;}
.swiper_mb3 .swiper-pagination-bullet-active{background: #fff;}
.mb3_lists{width: 1300px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 40px; padding: 0 12px; box-sizing: border-box;}
.mb3_lists_item{display: block; width: 295px; height: auto; overflow: hidden; float: left; margin-right: 32px; margin-bottom: 40px; padding-bottom: 20px; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.mb3_lists_item:nth-child(4n){margin-right: 0;}
.mb3_lists_item:hover{box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); border: none;}
.mb3_lists_item span{display: block; width: 100%; height: 188px; overflow: hidden;}
.mb3_lists_item p{ height: 60px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding: 10px 10px 0 10px; box-sizing: border-box;}

/* mb4 */
.mb4_tj{width: 100%; height: auto; overflow: hidden; background: var(--themes_color);}
.mb4_tj_title{width: 1300px; margin: 0 auto; line-height: 60px; border-bottom: 2px solid #fff; font-weight: bold; color: #fff; font-size: 22px;}
.mb4_tj_lists{width: 1300px; margin: 0 auto; height: auto; overflow: hidden; padding: 30px 10px 20px 10px;box-sizing: border-box;}
.mb4_lists{height: auto; overflow: hidden; margin-top: 40px;}
.mb4_lists_item{display: block; height: 584px; float: left; margin-right: 40px; margin-bottom: 40px; padding-bottom: 20px;}
.mb4_lists_item span{display: block; width: 100%; height: 524px;}
.mb4_lists_item p{ height: 60px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding: 10px 10px 0 10px; box-sizing: border-box;}
.mb4_lists_item:hover{box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); border: none;}
.mb4_lists_item:nth-child(4n){margin-right: 0;}
.mb4_tj_lists .mb4_lists_item{width: 289px; height: auto; overflow: hidden; margin-bottom: 0;}
.mb4_tj_lists .mb4_lists_item span{ height: 514px;}
.mb4_tj_lists .mb4_lists_item p{ color: #fff;}
