@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100% !important; text-size-adjust: 100% !important;}
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
    /* display: none; */
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }

 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}

.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(/template/index/default/images/slider_thumb_buttom.png) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
.popbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 2;
}
.poptips {
    position: absolute;
    width: 800px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.poptips h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.poptips .s01 {
    font-size: 14px;
    text-align: justify;
}
.poptips .s01 p{
	margin-bottom: 15px;
}
.poptips .s02 {
    font-size: 14px;
    text-align: right;
    margin-top: 40px;
}
.poptips .close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    right: -20px;
    top: -35px;
    color: #fff;
    cursor: pointer;
}
body{
	background:url(/template/index/public/54/54-0020/images/bg01.jpg) no-repeat center top;
}
.header{
	padding:32px 0;
}
.logo{
	float:left;
	margin-top:7px;
}
.logo a{
	display:block;
}
.logo a img {
    max-width: 370px;
    height: auto;
}
.head-r{
	float:right;
}
.toncon{
	margin-bottom:15px;
	text-align:center;
	margin-top:15px;
}
.con01
,.login{
	display:inline-block;
	*display:inline;
	vertical-align:middle;  
}
.con01{
	margin-right:10px;
}
.con01 a{
	display:block;
	float:left;
	color:#fff;
	font-size:13px;
	padding-left:18px;
	margin-left:10px;
	position:relative;
}
.con01 a div{
	position:absolute;
	width:120px;
	height:120px;
	left:50%;
	margin-left:-60px;  
	top:20px;
	background:url(/template/index/public/54/54-0020/images/topbg01.png) no-repeat center center;
	display:none;
}
.con01 a:hover{
	color:#c90132;
}
.con01 a:hover div{
	display:block;
	z-index:2;
}
.con01 a div img {
    width: 100px;
    height: auto;
    margin: 15px 10px;
}
.con01 a.c01{
	background:url(/template/index/public/54/54-0020/images/gzh.png) no-repeat center left;
}
.con01 a.c02{
	background:url(/template/index/public/54/54-0020/images/toutiao.png) no-repeat center left;
}
.con01 a.c03{
	background:url(/template/index/public/54/54-0020/images/weibo.png) no-repeat center left;
}
.login a{
	color:#c90132;
	font-size:13px;
}
.toppic {
    float: left;
    width: 543px;
    margin-left: 2%;
    margin-top: 16px;
}
.toppic img{
	width:100%;
	height:auto;
}
.login .layui-btn-danger {
    background-color: #c90132;
	color:#fff;
}
.login a.border span{
	margin:0 5px;
}
.layui-btn-sm {
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
}
.search form {
    background: #fff;
    border-radius: 3px;
    height: 35px;
    float: right;
}
.search form .input01{
	line-height:35px;
	height:35px;
	border:none;
	padding-left:10px;
	width:170px;
	border-radius:3px;
}
.search .submit01{ 
	display:block;
	width:50px;
	height:35px;
	border:none;
	background:url(/template/index/public/54/54-0020/images/search.png) no-repeat center center;
	background-size:20px;
}
.search .input01
,.search .submit01{ 
	display:inline-block;
	*display:inline;
	vertical-align:middle;
}
.menu{
	height:51px;
	background:#3faaf9;
}
.menu li{
	width:14.28%;
}
.menu li a{
	display:block;
	font-size:18px;
	line-height:51px;
	color:#fff;
	text-align:center;
	background:url(/template/index/public/54/54-0020/images/h_nav1.png) no-repeat right center;
	transition:0.2s;
}
.menu li:hover a{
	color: #ff4e00;
}
.menu li ul {
    background: #fff;
    width: 100%;
    text-align: center;
	display:block;
	transition:all .5s;
	transform:translateY(100px);
	-ms-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-webkit-transform:translateY(100px);
	-o-transform:translateY(100px);
	opacity:0;
	z-index:-1;
	border-top:5px solid #ff4e00;
}
.menu li:hover ul{
	display:block;
	z-index:100;
	transform:translateY(0);
	opacity:1;
}
.menu li ul li a{
	border-bottom:1px solid #eee;
	margin:0 10px;
	color: #666 !important;
	background:none;

}
.menu li ul li:hover a{
	color: #ff4e00 !important;
}
.adv01{
	margin:10px 0;
	margin-top:20px;
}
.adv01 a
,.ad03 a{
	transition:all .3s;
	display:block;
}
.adv01 img{
	width:100%;
	height:auto;
}
.adv01 a:hover
,.ad03 a:hover{
	opacity:.8;
}
.banbox{
	margin:10px auto;
}
.banner{
	max-height:400px;
	overflow:hidden;
	border-radius:4px;
	float:left;
	width:65%;
}
.banner ul li a{
	display:block;
	position:relative;
}
.banner ul li h3{
	line-height:46px;
	font-size:15px;
	color:#fff;
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	background: rgba(0,0,0,0.60);
}
.banner .dots{
	bottom:56px;
}
.banner .dots span{
	width:12px;
	height:12px;
	border-radius:50%;
}
.banner .dots span.active{
	background-color:#fef600;
}
.part01{
	margin:25px 0;
}
.part01-l{
	width:65%;
}
.tit01{
	margin-bottom:10px;
}
.tit01 h3{
	font-size:30px;
	font-weight:bold;
	color:#444;
	float:left;
}
.tit01 h3 span{
	font-weight:normal;
	font-size:16px;
	color:#666;
	margin-left:10px;
}
.tit01 a {
    display: block;
    float: right;
    width: 45px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
	transition:all .3s;
	background: #ff4e00;
}
.tit01 a:hover {
    border: 1px solid #ff4e00;
    background: #de4502;
}
.events li{
	float:left;
	width:24%;
	margin-right:1.3%;
	border-radius:4px;
	overflow:hidden;
	box-shadow:0 0 10px #ddd;
	transition:all .3s;
}
.events li:hover{
	transform:translateY(-3px);
}
.events li a{
	display:block;
}
.events li.e01{
	width:45%;
	margin-left:0;
	box-shadow:none;
}
.events li.e01 a{
	position:relative;
}
.events li.e01 span {
    display: block;
    position: absolute;
    width: 65px;
    height: 37px;
    line-height: 37px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 3px;
    bottom: 20px;
    right: 20px;
    text-align: center;
}
.events li img{
	width:100%;
	height:auto;
}
.events li div {
    padding:10px 14px;
	position:relative;
}
.events li div span{
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	height:4px;
	left:0;
	background:#ff4e00;
	opacity:0;
	transition:all .3s;
}
.events li:hover div span{
	opacity:1;
}
.events li div h3 {
    font-size: 13px;
    margin-bottom:11px;
    color: #666;
    height: 55px;
    line-height: 1.5;
}
.events li div p{
	color:#999;
}
.events li div p em{
	font-style:normal;
	display:block;
	font-size:13px;
}
.events li div p em.e01{
	float:left;
	padding-left:20px;
	background:url(/template/index/public/54/54-0020/images/eyes02.png) no-repeat left center;
	background-size:15px;
}
.tit02 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.tit02 h3{
	font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
	color:#333;
	background:url(/template/index/public/54/54-0020/images/hezuo.png) no-repeat left center;
}
.tit04 h3{
	float:left;
}
.tit04 a{
	display:block;
	width:25px;
	height:27px;
	float:right;
	background:url(/template/index/public/54/54-0020/images/more.png) no-repeat center center;
	transition:all .3s;
}
.tit04 a:hover{
	transform:translateX(-3px);
}

/*电子报*/
.epaper{
	margin-bottom:20px;
}
.epaper .tit02 h3{
	background:url(/template/index/public/54/54-0020/images/baozhi.png) no-repeat left center;
	background-size:28px; 
}
.epaper01 a{
	display:block;
}
.epaper01 img{
	width:100%;
	height:auto;
	cursor:pointer;
}


.tougao{
	margin-bottom:20px;
}
.tougao01{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	background:#000;
}
.tougao01 img{
	width:100%;
	height:auto;
	opacity:.8;
}
.tougao01 div {
    position: absolute;
    width: 80%;
    top: 57px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 7%;
    padding: 3%;
}
.tougao01 div p {
    color: #fff;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
	padding-left:40px;
	line-height:40px;
}
.tougao01 div p.p01{
	background:url(/template/index/public/54/54-0020/images/tel.png) no-repeat left center;
}
.tougao01 div p.p02{
	background:url(/template/index/public/54/54-0020/images/email.png) no-repeat left center;
}
.tougao01 div span {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: -45px;
    right: 20px;
    letter-spacing: 19px;
	text-align:center;
}
.tougao01 div span em {
    font-style: normal;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #ff4e00;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0;
}
.part02{
	padding-top:5px;
}
.part02 .adv01{
	margin-top:0;
}
.activity{
	width:100%;
}
.activity .tit03 {
    margin-bottom:20px;
}
.tit03 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    border-left: 8px solid #ff4e00;
    line-height: 1;
}
.activity li{
	margin-bottom:22px;
	transition:all .3s;
}
.activity li a{
	display:block;
}
.activity li a img {
    width: 22%;
    height: auto;
	border-radius:5px;
}
.activity li div {
    float: right;
    width: 73%;
    padding: 10px 0;
    position: relative;
    transition: all .3s;
    padding-right: 2%;
}
.activity li ins{
	display:block;
	position:absolute;
	right:0;
	top:50%;
	background:#fff;
	width:3px;
	height:0;
	transition:all .3s;
}
.activity li:hover div{
	transform:translateX(-5px);
}
.activity li:hover ins{
	background:#ff4e00;
	height:100%;
	top:0;
}
.activity li div h3 {
    font-size: 16px;
	margin-bottom:5px;
}
.activity li:hover div h3
,.guoji li.g02:hover a{
	color:#ff4e00;
}
.activity li div p{
	font-size:12px;
	color:#999;
}
.activity li div span{
	display:block;
	margin-top:20px;
	color:#999;
}
.activity li div span em{
	display:block;
	float:left;
	font-style:normal;
	padding-left:20px;
	background:url(/template/index/public/54/54-0020/images/eyes02.png) no-repeat left center;
	background-size:17px;
	margin-right:20px;
}
.activity .more01 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    font-size: 14px;
    color:#ff4e00;
	transition:all .3s;
}
.activity .more01:hover {
    background: #ff4e00;
    color: #fff;
}

/*慈善组织*/
.cuttit {
	margin:20px auto;
}
.cuttit h3{
	font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    border-left: 8px solid #ff4e00;
    line-height: 18px;
    float: left;
}
.cuttit ul{
	float:right;
}
.diy .cuttit ul{
	margin-right:40px;
}
.cuttit ul li{
	float:left;
	margin-left:40px;
}
.cuttit ul li a{
	font-size:14px;
	color:#666;
	line-height:18px;
	display:block;
}
.cuttit ul li.a a,.cuttit ul li a:hover{
	font-weight:bold;
	color:#ff4e00;
}
.charity_t{
	display:none;
}
.charity_t:first-child{
	display:block;
}
.charity_t li{
	float:left;
	width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3%;
    transition: all .3s;
	border-bottom:2px solid #fff;
}
.charity_t li a{
	display:block;
}
.charity_t li img{
	width:100%;
	height:auto;
	border-radius:8px;
}
.charity_t li h3{
	font-size:15px;
	margin:15px auto;
}
.charity_t li:hover{
	border-bottom:2px solid #ff4e00;
	transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-moz-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
	-o-transform:translateY(-6px);
}
.figures{
	float:left;
	width:65%;
}
.figures .charity_t li{
	border-bottom: 2px solid #f7f7f7;
}





.part01-r{
	width:33%;
	float:right;
}
.guoji{
	margin-top:20px;
	float:right;
	width:33%;
}
.guoji .tut02 h3{
	background:url(/template/index/public/54/54-0020/images/xin4.png) no-repeat left center;
}
.guoji li{
	margin-bottom:10px;
}
.guoji li a{
	display:block;
}
.guoji li span{
	display:block;
	float:left;
	width:40%;
	overflow:hidden;
	border-radius:4px;
}
.guoji li span img{
	width:100%;
	height:auto;
	transition:all .5s;
}
.guoji li:hover span img{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.guoji li div{
	float:right;
	width:56%;
}
.guoji li div h3 {
    font-size: 15px;
    color: #666;
	transition:all .3s;
}
.guoji li:hover div h3 {
	color:#ff4e00;
}
.guoji li div p{
	margin-top:10px;
	color:#999;
	height:36px;
	overflow:hidden;
}
.guoji li.g02{
	padding: 18px 0;
    margin: 0;
    border-bottom: 1px dotted #dedede;
}
.guoji li.g02:last-child{
	padding-bottom:0;
	border:none;
}
.guoji li.g02 a{
	display:block;
}
.guoji li.g02 h3{
	float:left;
	font-size:15px;
	line-height:20px;
	padding-left:13px;
	color:#666;
	background:url(/template/index/public/54/54-0020/images/jiant5.png) no-repeat left center;
	width:calc(100% - 100px);
	transition:all .3s;
}
.guoji li.g02 h3:hover{
	color:#ff4e00;
}
.guoji li.g02 h4{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#888;
}
.help {
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #eee;
	float:right;
	width:33%;
}
.help a{
	display:block;
}
.help img{
	width:100%;
	height:auto;
}
.help01{
	margin:20px;
	overflow:hidden;
}
.help li{
	width:100%;
}
.help li:first-child{
	margin-bottom:20px;
} 
.help li a{
	display:block;
}
.help li a span{
	float:left;
	width:36%;
}
.help li a span img{
	width:100%;
	height:auto;
	border-radius:4px;
	margin-left:1px !important;
	left:0 !important;
}
.help li a div{
	float:right;
	width:60%;
}
.help li a div h3{
	font-size:14px;
	color:#666;
}
.help li a div em {
    font-style: normal;
    margin-top: 20px;
    display: block;
	color:#999;
}
.help li a div em:hover{
	text-decoration:underline;
	color:#ff4e00;
}
.advbox{
	margin:20px auto;
}
.advbox a{
	display:block;
	transition:all .3s;
}
.advbox a:hover{
	opacity:.8;
}
.advbox .adv02{
	width:65%;
}
.advbox .adv02-2{
	width:33%;
}
.advbox a img{
	width:100%;
	height:auto;
}
.part03{
	padding:25px 0;
}
.waishen{
	float:left;
	width:65%;
}
.waishen .tit05{
	padding-top:5px;
	border-bottom: 1px solid #ddd;
}
.tit05 {
    padding-bottom: 6px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.tit05 h3{
	font-size:30px;
	font-weight:bold;
	float:left;
	color:#444;
}
.tit05 ul {
    float: left;
}
.tit05 li{
	float:left;
	margin-left:10px;
}
.tit05 li a{
	display:block;
	font-size:14px;
	color:#999;
}
.tit05 li a:hover{
	color:#ff6029;
}
.tit05 a.r{
    font-size: 12px;
	border-radius: 3px;
	width: 40px;
    line-height: 20px;
    text-align: center;
	transition:all .3s;
	color: #fff;
    background: #ff4e00;
}
.tit05 a.r:hover {
    background: #ce4103;
    
}
.waishen01 .fm01 a{
	display:block;
	width:47.5%;
}
.waishen01 .fm01 img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.waishen01 ul{
	margin-top:10px;
}
.waishen01 li{
	float:left;
	width:47.5%;
	margin-right:5%;
	transition:all .3s;
	background:url(/template/index/public/54/54-0020/images/jt02.png) no-repeat 110% center;
}
.waishen01 li:hover{
	background-position:100% center;
}
.waishen01 li a {
    display: block;
    font-size: 15px;
    color: #666;
    padding: 6px 0;
	padding-right:15px;
	transition:all .3s;
}
.waishen01 li:hover a {
	transform:translateX(3px);
	-ms-transform:translateX(3px);
	-moz-transform:translateX(3px);
	-webkit-transform:translateX(3px);
	-o-transform:translateX(3px);
}
.waishen01 li:hover a
,.item li:hover div h3{
	color:#ff6029;
}
.waishen01 li a em {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff6029;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.item .tit02 {
    border-bottom: 1px solid #dedede;
}
.item .tit02 h3{
	background:url(/template/index/public/54/54-0020/images/gy01.png) no-repeat left center;
}
.item li{ 
	margin-bottom:20px;
	transition:all .3s;
}
.item li a{
	display:block; 
}
.item li a span{
	display:block;
	float:left;
	width:38%;
	overflow:hidden;
	border-radius:4px;
	background:#000;
}
.item li a img{
	width:100%;
	height:auto; 
}
.item li div{
	float:right;
	width:56%;
	transition:all .5s;
}
.item li:hover div{
	margin-right: 3px;
}
.item li div h3{
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}
.item li div p{
	background:url(/template/index/public/54/54-0020/images/time.png) no-repeat left center;
	padding-left:20px;
	font-size:14px;
	color:#999;
	float:left;
	transition:all .3s;
}
.item li:hover div p{
}
.advbox .adv03 {
    width: 49%;
} 
.advbox .adv03 img{
	width:100%;
	height:auto;
}
.part04{
	padding:25px 0;
	background:#f7f7f7;
}
.video{
	width:65%;
}
.tit05{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:13px;
}
.tit05 h3{
	font-size:23px;
	font-weight:bold;
	color:#444;
	line-height:1;
	border-left:8px solid #ff4e00;
	padding-left:10px;
}
.video li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3%;
	transition:all .3s;
}
.video li:hover a{
	transform:translateY(-3px);
	border-bottom:2px solid #ff4e00;
}
.video li a{
	display:block;
	border-bottom:2px solid #f7f7f7;
	padding-bottom:7px;
	transition:all .3s;
}
.video li a img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.video li a h3 {
	font-size:14px;
	margin-top:10px;
	color:#666;
	height:42px;
}
.fagui{
	float:right;
	width: 29%;
    padding: 25px 2%;
	background: rgba(255,255,255,0.60);
}
.fagui ul{
	margin-top:18px;
}
.fagui li{
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom: 1px dashed #eee;
}
.fagui li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.fagui li a{
	display:block;
	font-size:15px;
	color:#666;
}
.fagui li:hover a {
    color: #ff4e00;
}
.fagui li a span {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #ff4e00;
    border-radius: 4px;
    margin-right: 10px;
}
.fagui .tup02{
	margin-top:20px;
}
.fagui .tup02 img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.footer{
	margin-top:30px;
	background:#63bcfe;
	overflow:hidden;
}
.ftnav01{
	/*--background:url(/template/index/public/54/54-0020/images/line17.png)repeat-x bottom;---*/
	padding-bottom: 1px;
	border-bottom: 1px solid #52adf3;
}
.ftnav01 li{
	width: 14.28%;
	float:left;
}
.ftnav01 li a{
	display:block;
	font-size:15px;
	color:#999;
	text-align:center;
	color:#fff;
	padding: 20px 0;
	transition:all .3s;
}
.ftnav01 li:hover a{
	background: #52adf3;
}
.foot01{
	padding-top:20px;
}
.ftlogo a{
	display:block;
}
.ftcon01 {
    float: left;
    width: 39%;
    /* background: url(/template/index/public/54/54-0020/images/line19.png)repeat-y right center; */
    border-right: 1px solid #52adf3;
}
.ftcon01 h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
.ftcon01 p{
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
	padding-left: 30px;
	background:url(/template/index/public/54/54-0020/images/icon22.png)no-repeat 0 -4px;
}
.ftcon01 p.p02{
	background-position: 0 -56px;
}
.ftcon01 p.p03{
	background-position: 0 -82px;
}
.ftabout{
	float:left;
	width:30%;
	padding:45px 5%;
	background:url(/template/index/public/54/54-0020/images/line19.png)repeat-y right center;
}
.ftabout h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #FFF;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 10px;
}
.ftabout div {
    color: #fff;
    line-height: 2;
    font-size: 14px;
}
.ftcon02 {
    float: right;
    margin-top: 40px;
}
.ftcon02 p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    float: left;
    margin-left:50px;
}
.ftcon02 p img{
	width:90px;
	height:auto;
	float:left;
}
.ftcon02 p span{
	display:block;
	float:left;
	margin-left:18px;
	padding-left:20px;
	line-height: 90px;
	background:url(/template/index/public/54/54-0020/images/gzh.png)no-repeat left center;
}
.ftcon02 p.p02 span{
	background:url(/template/index/public/54/54-0020/images/toutiao.png)no-repeat left center;
}
.ftcon02 p.p03 span{
	background:url(/template/index/public/54/54-0020/images/weibo.png)no-repeat left center;
}
.copy{
	padding:10px 0;
	background:#4dabf1;
	margin-top:20px;
}
.default-copyright {
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
	text-align: center;
}
.default-copyright a{
	color:#fff;
}



.part05 {
    border: 1px solid #eee;
    margin-top: 20px;
	background:#f9f9f9;
}
.partner{
	padding:20px;
}
.partner h3{
	padding-left:30px;
	background:url(/template/index/public/54/54-0020/images/tit7.png) no-repeat left center;
	font-size:16px;
}
.partner ul{
	margin-top:20px;
	margin-bottom:10px;
}
.partner li {
    float: left;
    width: 13.4%;
    margin-right: 1%;
}
.partner li img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}
.links{
	border-top:1px solid #eee;
	margin-bottom:20px;
}
.links h3{
	font-size:16px;
	padding-left:30px;
	background:url(/template/index/public/54/54-0020/images/tit9.png) no-repeat left center;
	margin:20px 0 0 20px;
}
.links ul{
	padding:20px;
}
.links li{
	float:left;
	font-size:12px;
	line-height:30px;
	position:relative;
}
.links li a {
    color: #666;
    display: block;
    padding: 0 15px;
}
.links li:hover a{
	color:#e60012;
}
.links li div {
    position: absolute;
    width: 500px;
    left:50%;
	margin-left:-270px;
    bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
	display:none;
}
.links li div:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    z-index: 1;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.links li:hover div {
	display:block;
}
.links li div a {
	float:left;
}
.links li:hover div a{
	color:#777 !important;
}
.links li div a:hover{
	color:#e60012 !important;
}
.links li em{
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	right:0px;
	bottom:10px;
	background:url(/template/index/public/54/54-0020/images/2014fjsmzt_icon7.png) no-repeat center center;
}
.ad03 img{
	width:100%;
	height:auto;
}
/*----------------list-news----------------------*/
.list-page{
	margin-top:50px;
}
.pox{
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.pox a{
	color:#999;
}
.pox a:hover{
	color:#ff4e00;
}
.list-news {
    float: left;
    width: 66%;
    background: #fff;
    padding: 2% 3%;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.list-news li{
	padding:20px 0;
	border-bottom:1px solid #eee;
	transition:all .3s;
}
.list-news li:hover{
	background:#f9f9f9;
}
.list-news li a{
	display:block;
}
.list-news li a img{
	width:22%;
	height:auto;
	border-radius: 5px;
}
.list-news li a div {
    float: right;
    width: 74%;
	transition:all .3s;
}
.list-news li:hover a div {
	margin-right:10px;
}
.list-news li a div h3 {
    font-size: 16px;
   margin: 10px 0;
}
.list-news li:hover a div h3 {
	color:#ff4e00;
}
.list-news li a div p {
    color: #999;
}
.list-news li a div span {
    display: block;
    font-size: 12px;
    color: #999;
	margin-top: 20px;
}
.list-news li a div span em {
    display: block;
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    font-style: normal;
	background:url(/template/index/public/54/54-0020/images/eyes02.png) no-repeat center left;
	background-size:15px;
}
.list-nav{
	float:right;
	width:25%;
}
.news-nav{
	padding:20px;
	background:#fff url(/template/index/public/54/54-0020/images/title.jpg) repeat-x top;
}
.news-nav h3{
	font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1;
    border-left: 8px solid #ff4e00;
}
.news-nav ul{
	margin-top: 50px;
}
.news-nav li{
	width:85%;
	margin:0 auto;
}
.news-nav li a{
	display:block;
	padding-left:30px;
	background:url(/template/index/public/54/54-0020/images/li.png) no-repeat left center;
	line-height: 40px;
    border-bottom: 1px solid #eee;
	font-size:14px;
}
.news-nav li:hover a
,.news-nav li.a a{
	color:#ff4e00;
}
.news-nav li a span{
	display:none;
}
.list-nav .item {
    width: 100%;
	margin-top:20px;
}
.list-nav  .item li div h3 {
    margin-bottom: 6px;
}
.list-nav .item li a span{
	width:35%;
}
.list-nav .item li a div{
	width:60%;
}
.list-nav .tougao01{
	margin-top:20px;
}
.list-nav .tougao01 div p{
	font-size:15px;
}
.list-nav .tougao01 div {
    top: 38px;
}
.list-nav .tougao01 div span {
    font-size: 16px;
    bottom: -36px;
    right: -17px;
}
.list-nav .tougao01 div span em {
    width: 24px;
    height: 24px;
}
/*-------------view-news--------------------*/
.word{
}
.word h3{
	font-size:20px;
	font-weight:bold;
	color:#666;
}
.word .ww{
	margin:10px 0;
	margin-bottom:20px;
}
.word .ww em{
	font-style:normal;
	display:block;
	float:left;
	margin-right:20px;
	padding-left:20px;
	color:#999;
	background:url(/template/index/public/54/54-0020/images/time.png) no-repeat left center;
}
.word .ww .e02{
	background:url(/template/index/public/54/54-0020/images/eyes02.png) no-repeat left center;
	background-size:18px;
}
.word .fanye {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.word .fanye p{
	margin-bottom:10px;
}
.word .fanye p span
,.word .fanye p a{
	display:inline-block;
	*display:inline;
	color:#999;
}
.word .fanye p span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    background: #ff4e00;
    color: #fff;
}
.word .fanye p a:hover{
	color:#ff4e00;
}
/*---------------list-news02----------------*/
.list-news02{
}
.nav-tit02{
}
.nav-tit02 h3{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#666;
	margin-bottom:30px;
}
.nav-tit02 ul{
	text-align:center;
}
.nav-tit02 li{
	display:inline-block;
	*display:inline;
}
.nav-tit02 li a{
	display:block;
	font-size:14px;
}
.nav-tit02 li a span{
	display:none;
}
.list-news02 li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	transition:all .3s;
}
.list-news02 li:hover{
	transform:translateY(-5px);
}
.list-news02 li a {
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.list-news02 li a img{
	width:100%;
	height:auto;
}
.list-news02 li div{
	padding:10px;
}
.list-news02 li h3 {
    font-size: 16px;
    margin: 13px 0;
}
.list-news02 li p {
    font-size: 12px;
    color: #888;
    height: 55px;
    overflow: hidden;
    margin-bottom: 20px;
}
.list-news02 li em {
    display: block;
    font-style: normal;
    width: 81px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.list-news02 li:hover em {
    border: 1px solid #09afc9;
    color: #fff;
    background: #09afc9;
}
/*--------------list-show---------------*/
.list-show{
	float:left;
	width:66%;
	padding:2% 3%;
	background:#fff;
}
.list-show li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2%;
	transition:all .3s;
	padding-bottom: 10px;
    border-bottom: 2px solid #eee;  
}
.list-show li:hover {
	transform:translateY(-3px); 
	border-color:#ff4e00;
} 
.list-show li a{
	display:block;
}
.list-show li a img{
	width:100%;
	height:auto;
	border-radius:5px; 
}
.list-show li a h3 {
    font-size: 14px;
    margin: 10px 0;
    height: 42px;
    overflow: hidden;
}
 
@media screen and (max-width:1024px){
	body{
		background:#fff;
	}
	.banner {
		float: none;
		width: 100%;
		border-radius: 0
	}
	header .bg{
		opacity:1;
		background-color: #fff;
	}
	.activity {
		float: none;
		width: auto;
		padding: 0 10px;
		margin-top:10px;
	}
	.activity li {
		margin-bottom: 10px;
	}
	.activity li a img {
		width: 110px;
	}
	.activity li div {
		width: calc(100% - 125px);
		padding: 0px;
	}
	.activity li div span {
		margin-top: 13px;
		font-size: 12px;
	}
	.nav-click {
		color: #ff4e00;
		text-align:center;
		right:9px;
		font-size: 25px;
    	margin-top: -12px
	}
	header h1 img{
		margin-right:0;
	}
	.guoji{
		margin-top:20px;
	}
	.guoji li div p {
		font-size: 12px;
	}
	.guoji li.g02 a {
		font-size: 13px;
		line-height: 30px;
	}
	.waishen {
		float: none;
		width: auto;
		padding: 10px;
		background: #f9f9f9;
		margin-top: 20px;
	}
	.tit05 h3 {
		font-size: 18px;
	}
	.waishen01 .fm01 a {
		width: 100%;
	}
	.waishen01 li {
		width: 100%;
		margin-right: 0;
	}
	.waishen01 li a {
		font-size: 13px;
		padding: 5px 0;
	}
	.waishen01 li a em {
		margin-top: 7px;
	}
	.item
	,.video{
		width:auto;
		padding:10px;
		float:none;
	}
	.mr0{
		margin-right:0 !important;
	}
	.video {
		background: #f9f9f9;
		padding-top: 14px;
	}
	.video li a h3 {
		font-size: 12px;
		height: 36px;
		overflow: hidden;
	}
	.fagui {
		float: none;
		width: auto;
		padding: 10px;
		padding-top: 18px;
	}
	.fagui li a span {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 10px;
	}
	.tit05 a {
		font-size: 12px;
	}
	.copy .default-copyright {
		font-size: 12px;
	}
	.tougao{
		width:32.5%;
	}
	.tougao01 {
		border-radius: 0;
		background:#000;
		margin-top:20px;
	}
	.tougao01 img{
		opacity:.5;
	}
	.tougao01 div p{
		font-size:17px;
	}
	.help li a div em{
		font-size:12px;
	}
	.advbox .adv02 {
		width: 100%;
		margin-bottom: 10px;
	}
	.advbox .adv02-2 {
		width: 100%;
	}
	.advbox .adv03 {
		width: 100%;
		margin-bottom: 10px;
	}
	.mbadvbox{
		margin-bottom:0;
	}
	.default-copyright span {
		white-space: normal;
		line-height: 1.5;
	}
	.list-news {
		width:100%;
		padding: 2% 0;
	}
	.mbnav li {
		float: left;
		margin-right: 20px;
	}
	.mbnav li a{
		display:block;
		font-size:13px;
	}
	.mbnav li a span{
		display:none;
	}
	.mbnav li:hover a 
	,.mbnav li.a a{
		color: #26a0b3;
	}
	.list-page {
		margin-top: 0;
		border-top: 10px solid #f9f9f9;
		padding-top: 15px;
	}
	.pox{
		margin-bottom:15px;
	}
	.mbnav{
		border-bottom: 1px solid #eee;
		padding-bottom:15px;
	}
	.list-news li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.list-news li a img {
		width: 33%;
	}
	.list-news li a div {
		width: 63%;
	}
	.list-news li a div p {
		font-size: 12px;
	}
	.list-news li a div h3 {
		font-size: 14px;
		margin-top: 0;
		margin-bottom:7px;
	}
	.list-news li a div span {
		margin-top: 12px;
	}
	.word .fanye p 
	,.word .ww{
		font-size: 14px;
	}
	.word {
		padding: 10px;
	}
	.list-show{
		width:100%;
		padding:2% 0;
	}
	.list-show li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom:2%;
	}
	.list-news02 li{
		width:48.5%;
		margin-right:3%;
		margin-bottom:3%;
	}
	.list-news02 {
		padding: 0 10px;
	}
	.list-news02 li:nth-child(2n){
		margin-bottom:0 !important;
	}
	.login{
		margin-right: 60px;
		margin-top: 14px;
		line-height:22px;
	}
	.tougao01 div p.p01 a{
		color:#fff;
	}
	.copy {
		margin-bottom: 40px;
	}
	.mbftcon{
		position:fixed;
		width:100%;
		height:40px;
		background:#ff4e00;
		bottom:0;
		left:0;
		text-align:center;
	}
	.mbftcon a{
		display:inline-block;
		font-size:14px;
		color:#fff;
		position:relative;
		width:75px;
		text-align:center;
		line-height:40px;
		padding-right:4%;
		margin-right:4%;
		border-right: 1px solid #d44303;
		background:url(/template/index/public/54/54-0020/images/gzh.png) no-repeat left center;
	}
	.mbftcon a.c02{
		width:95px;
		background:url(/template/index/public/54/54-0020/images/toutiao.png) no-repeat left center;
	}
	.mbftcon a.c03{
		width:65px;
		padding-right:0;
		margin-right:0;
		border-right: none;
		background:url(/template/index/public/54/54-0020/images/weibo.png) no-repeat left center;
	}
	.mbftcon a div{
		position:absolute;
		display:none;
	}
	.default-mobile-nav-menu li div::before {
	    right: 0;
	    border-color: #fff #e84801;
	}
	.mbewm01{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:rgba(0, 0, 0, 0.5);
		display:none;
	}
	.mbewm01 span{
		display:none;
		position:absolute;
		width:250px;
		height:250px;
		left:50%;
		margin-left:-125px;
		top:50%;
		margin-top:-125px;
	}
	.mbewm01 span img{
		width:100%;
		height:auto;
	}
	.mbewm01 span em{
		position: absolute;
		width: 30px;
		height: 30px;
		background: #c90132;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		top: -15px;
		right: -10px;
		color: #fff;
	}
	.hotnews {
		margin-top: 10px;
		padding: 0 10px;
	}
	.hotnews img {
		width: 100%;
	}
	.hotnews ul {
		width: 96%;
		padding: 10px 2%;
		padding-left: 0;
	}
	.hotnews li {
		width: 100%;
		margin-left: 0;
	}
	#mobile-nav {
		background-color: #e84801;
	}
	.default-mobile-nav-menu li a {
		border-bottom: 1px solid #ca4b13;
		border-top: 1px solid #f77339;
	}
	.module-index .copy{
		margin-top:0;
	}
	.default-mobile-nav-menu li ul {
		background-color: #d24304;
	}
	.help{
		margin:0 10px;
		margin-top:12px;
	}
	.video {
		margin-top: 20px;
	}
	
	/*手机版修改*/
	.banner ul li h3{
		line-height: 30px;
		font-size: 12px;
	}
	.banner .dots {
		bottom: 32px;
	}
	.banner .dots span{
		width:8px;
		height:8px;
	}
	.fagui ul {
		margin-top: 0px;
	}
	.fagui .tit05{
		margin-bottom:0;
		padding-bottom: 15px;
	}
	.fagui ul li{
		margin-bottom:0;
		padding-bottom:0;
	}
	.fagui li a{
		padding:12px 0;
		font-size: 13px;
	}
	.part01-l {
		width: 100%;
	}
	.part01 {
		margin: 0 auto;
		border-top: 1px solid #eee;
		padding-top: 10px;
	}
	.banbox{
		margin-bottom:0;
		margin-top:0;
	}
	.activity li div h3 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.activity li div span{
		margin-top:10px;
	}
	.activity{
		padding:0;
	}
	.cuttit ul li a{
		font-size:13px;
	}
	.cuttit ul li{
		margin-left: 20px;
	}
	.charity_t li{
		width:31.333%;
		margin-right:3%;
		border:none;
	}
	.charity_t li h3 {
		font-size: 12px;
		margin:auto;
		margin-top:8px;
	}
	.charity_t li:hover{
		border:none;
		transform:translateY(0);
	}
	.part01-r{
		width:100%;
		margin-top: 15px;
	}
	.item{
		padding:0;
	}
	.item li a span{
		width:130px;
	}
	.item li div{
		width:calc(100% - 145px);
	}
	.item li div h3{
		margin-bottom: 14px;
		line-height: 20px;
		max-height: 40px;
		overflow: hidden;
	}
	.advbox .adv02{
		display:none;
	}
	.advbox{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.figures{
		width:100%;
	}
	.guoji{
		margin-top:10px;
		width:100%;
	}
	.guoji li.g02{
		padding:12px 0;
	}
	.guoji li:nth-child(6),.guoji li:nth-child(7){
		display:none;
	}
	.guoji li.g02 h3{
		font-size:14px;
	}
	.guoji li.g02:nth-child(5) {
		padding-bottom: 0;
		border: none;
	}
	.waishen{
		padding: 0;
		background: #fff;
		margin-top: 0;
	}
	.tit05 li{
		margin-left:8px;
	}
	.tit05 li a{
		font-size:12px;
	}
	.tit05 li:nth-child(6),.tit05 li:nth-child(7),.tit05 li:nth-child(8){
		display:none;
	}
	.waishen01 .fm01 a:nth-child(2){
		display:none;
	}
	.help{
		width:100%;
		margin:auto;
		margin-top: 15px;
	}
	.copy .default-copyright{
		color:#fff;
	}
	.poptips {
	    width: 90%;
	    padding: 20px;
	 }	
	.poptips .close {
	    width: 26px;
	    height: 26px;
	    line-height: 26px;
	    font-size: 12px;
	    right: -8px;
	}	
	.poptips h2 {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.poptips .s01 {
	    font-size: 13px;
	}
	.poptips .s02{
		font-size: 13px;
		margin-top: 30px;
	}
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   

}
.events li div p em.e01
,.activity li div span em.e01
,.word .ww .e02
,.list-news li a div span em.e01{
	display:none;
}

