@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%; }
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{
	*display: inline;
}
 .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{ *display: inline } /*IE兼容*/
.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/
.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(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;
}


body{
	background:#f1f7f5 url(/template/index/public/54/54-0105/images/bg.jpg) no-repeat top center;
}
.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
    position: relative;
}
.login {
    position: absolute;
    right: 6px;
    top: 42px;
}
.login a.zc{
    margin-left: 10px;
}
.login a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.login .layui-btn-danger {
   background-color: #007c5a;
}
.login .ht {
    color: #007c5a;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.logo img {
    max-height: 100px;
}
.topimg {
    text-align: center;
    width: 40%;
    margin: 0 5%;
}
.topimg img{
	max-width:100%;
	height:auto;
}
.search form {
    text-align: right;
    background: #fff;
}
.search .tdy-keyword {
    line-height: 40px;
    height: 40px;
    border: none;
    padding-left: 20px;
    width: 200px;
	display: inline-block;
    vertical-align: middle;
}
.search .tdy-submit {
    width: 55px;
    height: 40px;
    border-radius: 0;
    border: none;
    background: #007c5a;
    color: #fff;
    font-size: 14px;
	display: inline-block;
    vertical-align: middle;
}
.menu {
    background: #007c5a;
}
.menu li ul {
    border-top: 1px solid #eee;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	padding:10px 0;
}
.menu li:hover ul{
	display:none;
}
.menu li ul li a {
    color: #333;
    padding: 7px 0;
    font-size: 15px;
}
.menu li ul li:hover a {
	background:#f5f5f5;
	color:#007c5a;
}
.menu li a {
    display: block;
    font-size: 17px;
    padding: 18px 53px;
    color: #fff;
	position:relative;
}
.menu li:last-child a.nav-a-1::before{
	display:none;
}
.menu li a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    right: 0;
    top: 23px;
    opacity: .2;
}
.menu li.a a.nav-a-1{
	background:#fff;
	color:#007c5a;
	font-weight:bold;
}
.menu li:hover a.nav-a-1{
	background:#03664b;
	color:#fff;
}
.banner{
	margin-top:20px;
}
.banner li img{
	width:100%;
	height:auto;
}
.dots {
    z-index: 2;
    position: absolute;
    text-align: center;
    bottom:20px !important;
}
.dots span {
    background: #fff;
    opacity: 1;
}
.dots span.swiper-pagination-bullet-active{
	width:30px;
	border-radius:10px;
}
.part01{
	margin-top:20px;
}
.newsbox {
    width: 41%;
}
.newsban li{
}
.newsban li a{
}
.newsban li a img{
	width:100%;
	height:auto;
}
.newsban li a div {
    position: absolute;
    line-height: 35px;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.newsban li a div h3 {
    font-size: 14px;
    color: #fff;
    width: calc(100% - 120px);
}
.newsban .num {
    position: absolute;
    right: 20px;
    left: auto;
    z-index: 2;
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    bottom: 0;
}
.newsban .num .swiper-pagination-current{
	font-size:20px;
}
.newsimg {
    margin-top: 20px;
}
.newsimg li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative;
}
.newsimg li a{
	display: block;
	overflow:hidden;
	background:#000;
}
.newsimg li a img {
    width: 100%;
    height: auto;
	transition:all .3s;
}
.newsimg li:hover a img {
	opacity:.7;
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.newsimg li h3 {
    position: absolute;
    line-height: 30px;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    bottom: 0;
}
.events {
    width: 28%;
    margin-left: 1.5%;
    background: #fff;
    box-sizing: border-box;
}
.tit {
    padding: 15px 20px;
    border-bottom: 1px solid #007c5a;
}
.tit h2 {
    float: left;
    font-weight: bold;
    color: #007c5a;
    font-size: 18px;
}
.tit img {
    margin-right: 5px;
    width: 20px;
    height: auto;
}
.tit a.more {
    float: right;
    display: block;
    font-size: 14px;
    color: #666;
}
.tit a.more em {
    font-size: 14px;
    color: #999;
    margin-left: 3px;
}
.events ul {
    padding: 20px;
}
.events li.li01{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #eee;
}
.events li a {
    display: block;
    line-height: 32px;
    font-size: 14px;
	transition:all .3s;
}
.events li a h3 {
    font-size: 16px;
    color: #333;
	transition:all .3s;
}
.events li:hover a,.events li:hover a h3,.events li:hover a em 
,.tit a.more:hover,.tit a.more:hover em{
	color: #f19335;
}
.events li a em {
    font-size: 12px;
    color: #007c5a;
    margin-right: 5px;
	transition:all .3s;
}
.events li a p {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice {
    width: 28%;
    box-sizing: border-box;
    background: #fff;
}
.notice h2 {
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #007c5a;
    border-bottom: 1px dotted #eee;
	position:relative;
}
.notice h2::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #007c5a;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
}
.notice ul {
    margin: 20px;
    height: 370px;
    overflow-y: scroll;
	margin-left:0;
	padding-left:20px;
}
.notice li{
	padding-bottom:20px;
	padding-left:19px;
	border-left:1px dotted #fad0a6;
}
.notice li span {
    display: block;
    font-size: 14px;
    color: #999;
	position:relative;
}
.notice li span::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #f19335;
    border-radius: 14px;
    border: 5px solid #f5b473;
    left: -26px;
	top: 4px;
}
.notice li h3{
	margin-top: 5px;
}
.notice li h3 a{
	font-size: 14px;
    color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	transition:all .3s;
}
.notice li:hover h3 a{
	color: #f19335;
}
.notice ul::-webkit-scrollbar {
	width:8px;
	background:#eee;
	border-radius:10px;
}
.notice ul::-webkit-scrollbar-thumb {
	width:8px;
	background:#999;
	border-radius:10px;
}
.part02{
	margin-top:20px;
}
.public {
    width: 70.5%;
    background: #fff;
}
.public ul{
	padding:20px;
}
.public li{
}
.public li.li01{
	margin-bottom:12px;
}
.public li a {
    display: block;
    padding:6px 0;
}
.public li.li01 a{
	padding:0;
}
.public li span {
    display: block;
    float: left;
    width: 220px;
}
.public li span img{
	width:100%;
	height:auto;
}
.public li div {
    width: calc(100% - 240px);
    float: right;
}
.public li a div h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    color: #333;
    margin: 5px 0;
	width:100%;
	padding-left:0;
	float:none;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.public li div p {
    font-size: 12px;
    color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.public li div ins {
    display: block;
    width: 80px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #00847f;
    color: #007c5a;
    transition: all .3s;
    margin-top: 10px;
}
.public li div ins:hover {
	background:#007c5a;
	color:#fff;
}
.public li a h3 {
    position: relative;
    width: calc(100% - 150px);
    padding-left: 15px;
    float: left;
    font-size: 14px;
	transition:all .3s;
}
.public li:hover a h3 {
	color:#f08c28;
}
.public li.li01 a h3::before{
	display:none;
}
.public li a h3::before{
	position:absolute;
	content:'';
	width:4px;
	height:4px;
	background:#ee8215;
	border-radius:5px;
	left:0;
	top:8px;
}
.public li a em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999;
    float: right;
}
.paycost {
    background: #fff;
    width: 28%;
}
.paycost ul{
	padding:19px 20px;
}
.paycost li a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
	transition:all .3s;
}
.paycost li:hover a {
	color:#ee8215;
}
.paycost li a em {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
	transition:all .3s;
}
.paycost li:hover a em {
	background:#ee8215;
}
.part03{
	margin-top:20px;
}
.yhysnews {
    float: left;
    background: #fff;
    width: 70.5%;
}
.tit ul {
    float: right;
}
.tit ul li{
	float:left;
	margin-left:15px;
}
.tit ul li a {
    display: block;
    font-size: 14px;
    color: #007c5a;
    border: 1px solid #007c5a;
    padding: 3px 10px;
	transition:all .3s;
}
.tit ul li.a a{
	background:#007c5a;
	color:#fff;
}
.yhysul {
    padding: 20px;
    position: relative;
}
.yhysul::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 50px);
    border-left: 1px dotted #eee;
    left: 50%;
    top: 25px;
}
.yhysul ul{
	display:none;
}
.yhysul .ul01{
	display:block;
}
.yhysul li {
    float: left;
    width: 45%;
}
.yhysul li a {
    display: block;
    padding: 5px 0;
}
.yhysul li a h3 {
    font-size: 14px;
    color: #333;
    float: left;
    width: calc(100% - 80px);
	transition:all .3s;
}
.yhysul li:hover a h3 {
	color:#ee8215;
}
.yhysul li a em {
    display: block;
    float: right;
    color: #999;
    font-size: 14px;
    font-style: normal;
}
.service {
    float: right;
    width: 28%;
    background: #fff;
}
.service h2 {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #007c5a;
    color: #fff;
}
.service ul {
    padding: 30px 24px;
    padding-bottom: 11px;
}
.service li {
    float: left;
    width: 46%;
    margin-bottom: 8%;
}
.service li.li2,.service li.li4{
	float:right;
}
.service li.li2 a{
	background:#fff5d2;
	color:#905c0d;
}
.service li.li4 a{
	background:#fae0e0;
	color:#b73838;
}
.service li.li3 a{
	background:#e2f0fc;
	color:#0a55a8;
}
.service li a {
    background: #dff5dd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-radius: 5px;
	color:#489141;
}
.service li a span {
    display: block;
    margin-right: 5px;
	transition:all .3s;
}
.service li:hover a span {
	margin-right:12px;
}
.service li img {
    width: 24px;
    height: auto;
}
.part04{
	margin-top:20px;
}
.industry {
    width: 70.5%;
    background: #fff;
}
.industry ul {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}
.industry li {
    margin-right: 2.5%;
    width: 31.5%;
}
.industry li a{
	display:block;
}
.industry li a span{
	display:block;
	background:#000;
	overflow:hidden;
}
.industry li a img {
    width: 100%;
    height: auto;
	transition:all .3s;
}
.industry li:hover a img {
	opacity:.7;
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.industry li a h3 {
    font-size: 14px;
    margin: 15px 0 5px 0;
    color: #333;
	transition:all .3s;
}
.industry li:hover a h3 {
	color:#ee8215;
}
.industry li a em {
    display: block;
    font-style: normal;
    color: #999;
}
.industry li a em i{
	margin-right:5px;
}
.yuangong ul {
    padding: 16px 20px;
}
.yuangong li a {
    padding: 5px 0;
}
.footer {
    background: #007c5a;
    margin-top: 20px;
}
.foot01 {
    padding: 40px 0 30px 0;
}
.ftlogo {
    width: 30%;
}
.ftlogo img {
    max-height:80px;
    width: auto;
}
.ftcon {
    float: left;
    color: #fff;
    width: 30%;
    margin: 0 5%;
    margin-top: 15px;
}
.ftcon p {
    font-size: 14px;
	margin-bottom:10px;
}
.ftcon p em {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    -webkit-text-stroke-width: inherit;
}
.ftcon p a{
	color:#fff;
	font-weight:bold;
}
.ftewm span {
    display: block;
    width: 100px;
    text-align: center;
}
.ftewm span img{
	width:100%;
	height:auto;
}
.ftewm span p {
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
}
.copy {
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.copy .ys{
	text-align: center;
	color: #fff;
	font-size: 14px;
	opacity: .5;
	display: block;
	transition: all .3s;
}
.copy .ys:hover{
	opacity: 1;;
}
.copy .default-copyright {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.copy .default-copyright a {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    transition: all .3s;
}
.copy .default-copyright a:hover{
	opacity:1;
}
/*-------------list-news-----------------------*/
.list-page{
	margin:50px auto;
}
.poxbox{
	margin-bottom:10px;
}
.poxbox p a{
	color:#007c5a;
}
.news-l {
    width: 200px;
    float: left;
}
.list-nav {
    background: #fff;
}
.list-nav li a{
	padding: 13px 40px;
    font-size: 14px;
    display: block;
	transition:all .3s;
}
.list-nav li.a a {
    background: #e5f5f4;
    border-radius: 0;
    border-left: 2px solid #007c5a;
    color: #007c5a;
}
.list-nav li:hover a {
	 color: #007c5a;
}
.list-style {
    padding: 10px 0;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 5px #eee;
}
.list-style li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
}
.list-style li a{
	display:block;
}
.list-style li span{
	display:block;
	width:55px;
	margin:auto;
}
.list-style li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #dbf5ec;
}
.list-style li h3{
	font-size:14px;
	margin-top:5px;
}
.news-r {
    float: right;
    width: calc(100% - 230px);
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.pub{
	text-align:right;
}
.list-news02 li{
	padding-bottom: 20px;
    margin-top: 19px;
    border-bottom: 1px dotted #dedede;
}
.list-news02 li a{
	display: block;
    transition: all .3s;
}
.ispc .list-news02 li:hover a{
	transform:translateX(20px);
	-ms-transform:translateX(20px);
	-moz-transform:translateX(20px);
	-webkit-transform:translateX(20px);
	-o-transform:translateX(20px);
}
.list-news02 li h3{
	font-size: 16px;
    color: #666;
	transition:all .3s;
}
.list-news02 li h3 em{
	color:#007c5a;
	margin-right:5px;
	transition:all .3s;
}
.list-news02 li:hover h3,.list-news02 li:hover h3 em{
	color:#f2953a;
}
.list-news02 li div{
	margin-left: 10px;
    margin-top: 10px;
}
.list-news02 li div span{
	display: block;
    float: left;
    color: #888;
    font-size: 12px;
    line-height: 20px;
}
.list-news02 li div span i{
	margin-right: 5px;
    font-size: 14px;
}
.list-news02 li div .s2{
	margin-left: 20px;
}
/*----------------------list-news--------------------*/
.list-news li{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	position:relative;
}
.list-news li a{
	display:block;
}
.list-news li .n1 {
    float: left;
    width: 220px;
}
.list-news li .n1 img{
	width:100%;
	height:auto;
}
.list-news li .n2{
	float:right;
	width:calc(100% - 250px);
}
.list-news li h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.list-news li:hover h3{
	color: #e60012;
}
.list-news li p{
	font-size:13px;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow:hidden;
}
.list-news li .n3{
	margin-top:15px;
}
.list-news li .n3 span{
	display:block;
	float:left;
	font-size: 13px;
	color: #999;
}
.list-news li .n3 span i{
	font-size:14px;
	margin-right:3px;
}
.list-news li .n3 em {
    display: block;
    font-style: normal;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    color: #007c5a;
    border-radius: 8px 0 8px 0;
    margin-left: 30px;
    background: #f0fffb;
    line-height: 24px;
}
.list-news li .n3 em:hover{
	color: #e60012;
}
.list-news li .n3 strong {
    font-weight: normal;
    display: block;
    float: right;
    color: #999;
	font-size:14px;
}
.list-news li .n3 strong i{
	margin-right:3px;
	color:red;
}
.list-news li .n4 {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #007c5a;
    left: 0;
    width: 60px;
    transition: all .3s;
}
.list-news li:hover .n4{
	width:100px;
}
.nodata{
	line-height:500px;
	background:#f5f5f5;
	text-align:center;
	font-size:16px;
}
/*---------------view-news----------------*/
.view-news {
    padding: 30px 50px;
    position: relative;
}
.view-news h2.title{
	font-size: 23px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.view-news .ww{
	color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.view-news .ww em {
    font-style: normal;
    margin-right: 20px;
}
.fanye{
	padding:30px 0;
	margin-top:30px;
	border-top:1px solid #eee;
}
.fanye p {
    font-size: 14px;
    width: 45%;
	line-height:22px;
}
.fanye p span {
    display: inline-block;
	*display:inline;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 23px;
    color: #999;
    margin-right: 10px;
	vertical-align: middle;
}
.fanye p a{
	display: inline-block;
	*display:inline;
	width: calc(100% - 35px);
	color:#666;
	vertical-align: middle;
}
.fanye p:hover span
,.fanye p:hover a{
	color:#f43131;
}
.fanye p:hover span{
	border-color:#f43131;
}
.view-about h2.title {
    border-left: 5px solid #f19335;
    line-height: 1;
    padding-left: 20px;
}
.view-about .word{
	padding-top: 30px;
    border-top: 1px dotted #eee;
    margin-top: 30px;
}
.view-about .default-article-content p {
    line-height: 1.8;
}
.top {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    right: -50px;
    bottom: 20px;
    z-index: 2;
    border-radius: 50%;
    color: #007c5a;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    cursor: pointer;
}
/*--------------list-honor-----------*/
.list-honor{
	padding:30px;
}
.list-honor ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px dotted #eee;
    padding-top: 50px;
	margin-top:30px;
}
.list-honor .title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}
.list-honor li {
    width: 46%;
    margin: 0 2%;
	margin-bottom:50px;
}
.list-honor li span{
	display:block;
	padding:0 20px;
	padding-bottom:52px;
	text-align:center;
	background:url(/template/index/public/54/54-0105/images/dijia.png) no-repeat bottom center;
}
.list-honor li img {
    height: auto;
    max-height: 150px;
    width: auto;
    max-width: 100%;
}
.list-honor li h3 {
    font-size: 12px;
    text-align: center;
	color:#333;
}
/*-------------list-contact-----------*/
.list-contact{
	padding:30px;
}
.list-contact .d01 {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px dotted #eee;
	margin-bottom:30px;
}
.list-contact .d01 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #eee;
}
.list-contact .d01 li h3 {
    font-size: 17px;
    font-weight: bold;
    color: #007c5a;
    line-height: 1;
    padding-left: 15px;
    border-left: 4px solid #007c5a;
    margin-bottom: 20px;
}
.list-contact .d01 li div {
    font-size: 14px;
    line-height: 2;
    color: #999;
}
.list-contact .d01 li div a{
	color:#999;
}
.list-contact .mapbox {
    position: relative;
    width: 100%;
    height: 398px;
    overflow: hidden;
	border: 10px solid #ffffff;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 10px #eee;
}
.list-contact .mapbox iframe {
    position: absolute;
    width: 900px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -450px;
}
/*---------------list-download----------------*/
.list-download li h3
,.list-download li div{
	float:left;
	width:80%;
}
.list-download li ins {
    display: block;
    float: right;
    padding: 5px 15px;
    background: #007c5a;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
	margin-right:20px;
	transition:all .3s;
}
.list-download li:hover ins{
	background:#f2953a;
}
.list-download li ins em {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}
/*---------------view-download------------*/
.view-download .downloadbox .download {
    padding: 50px;
    background: #f5f5f5;
}
.view-download .downloadbox .download dd a {
    background: #007c5a;
}

@media screen and (max-width:1024px){ 

	.mbhead {
		padding:0 10px;
		position: relative;
		height: 55px;
		box-shadow:0 5px 10px rgba(0,0,0,0.1);
	}
	.mblogo a {
		display: block;
		line-height:50px;
		height:50px;
	}
	.mblogo img {
		max-width: 200px;
		max-height: 40px;
		width: auto;
		height: auto;
	}
	.nav-click {
		margin-top: -14px;
		right: 10px;
		text-align: center;
		width: 30px;
		height: 30px;
		background: #047a58;
		border-radius: 50%;
		color: #fff;
		font-size: 16px;
		line-height: 30px;
	}
	.default-mobile-nav-menu li a {
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: none;
		padding: 10px 15px;
		font-size: 16px;;
	}
	.default-mobile-nav-menu li li a{
		font-size:14px;
		padding:10px 0;
		text-align:center;
	}
	.default-mobile-nav-menu li div{ 
		width:100%;
		right:0;
		background-size:15px;
		line-height:50px;
		height:53px;
	}
	.default-mobile-nav-menu li ul {
		background-color: #eee;
	}
	#mobile-nav{
		background-color:#fff;
	}
	.part01 {
		margin-top: 10px;
	}
	.newsbox {
		width: 100%;
	}
	.newsban{
		border-radius:10px;
	}
	.mbnotice {
		background: #fff;
		border-radius: 5px;
		margin-top: 15px;
		width: 100%;
		overflow: hidden;
	}
	.mbnotice01 {
		float: right;
		width: calc(100% - 70px);
		margin-top: 10px;
	}
	.mbnotice h2 {
		float: left;
		width: 30px;
		font-size: 14px;
		font-weight: bold;
		line-height: 15px;
		text-align: center;
		padding: 10px;
		background: #047a58;
		color: #fff;
	}
	.mbnotice li a {
		display: block;
		font-size: 14px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.mbevents {
		margin-top: 20px;
	}
	.mbtit{
		margin-bottom:10px;
	}
	.mbtit h2 {
		font-size: 17px;
		font-weight: bold;
		color: #047a58;
		float:left;
	}
	.mbtit h2 img {
		width: 18px;
		height: auto;
		margin-right: 3px;
	}
	.mbtit .more {
		display: block;
		float: right;
		font-size: 14px;
		color: #999;
	}
	.mbtit .more em{
		font-size:14px;
		margin-left:3px;
	}
	.mbevents ul {
		background: #fff;
		padding: 15px;
		border-radius:5px;
	}
	.mbevents li a {
		display: flex;
		justify-content: space-around;
		margin-bottom: 15px;
		align-items: center;
	}
	.mbevents li span {
		display: block;
		width: 130px;
	}
	.mbevents li img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}
	.mbevents li div {
		float: left;
		width: calc(100% - 145px);
	}
	.mbevents li div h3 {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.mbevents li div em {
		display: block;
		font-style: normal;
		font-size: 14px;
		color: #999;
	}
	.public {
		width: 100%;
		border-radius: 5px;
		background:none;
	}
	.public ul,.paycost ul,.yhysul  {
		padding: 15px;
		background: #fff;
		border-radius: 5px;
	}
	.public li span {
		float: right;
		width: 130px;
	}
	.public li div {
		width: calc(100% - 145px);
		float: left;
	}
	.public li div ins{
		display:none;
	}
	.paycost {
		background: none;
		width: 100%;
		margin-top: 20px;
	}
	.paycost li:nth-child(6),.paycost li:nth-child(7)
	,.paycost li:nth-child(8),.paycost li:nth-child(9)
	,.paycost li:nth-child(10)
	,.yhysul li:nth-child(6),.yhysul li:nth-child(7)
	,.yhysul li:nth-child(8),.yhysul li:nth-child(9)
	,.yhysul li:nth-child(10){
		display:none;
	}
	.yhysnews {
		width: 100%;
		background:none;
	}
	.mbtit {
		margin-bottom: 10px;
		padding: 0;
		border-bottom: none;
	}
	.yhysul li {
		width: 100%;
	}
	.yhysul::before{
		display:none;
	}
	.public li span img {
		border-radius: 5px;
	}
	.ftlogo {
		width: 100%;
	}
	.ftcon {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.ftcon p {
		font-size: 12px;
		margin-bottom: 1px;
	}
	.ftcon p em {
		font-size: 12px;
	}
	.ftlogo img {
		max-height: 40px;
	}
	.ftewm{
		float: left !important;
		margin-top:20px;
	}
	.ftewm span {
		display: flex;
		width: auto;
		align-items: center;
	}
	.ftewm span img {
		width: 70px;
		height: auto;
		margin-right: 20px;
	}
	.ftewm span p {
		font-size: 13px;
		width: 50px;
		text-align: left;
		margin-top:0;
	}
	.copy .default-copyright {
		font-size: 10px;
		width: 100%;
	}
	.copy .default-copyright a {
		font-size: 10px;
	}
	.foot01 {
		padding: 30px 0;
	}
	.mbftnav {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 2;
		bottom: 0;
		padding: 5px 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		border-radius: 10px 10px 0 0;
	}
	.mbftnav li {
		float: left;
		width: 20%;
		text-align: center;
		position:relative;
	}
	.mbftnav li a{
		display:block;
	}
	.mbftnav li span {
		display: block;
		width: 25px;
		height:26px;
		margin: auto;
	}
	.mbftnav li span img {
		width: 100%;
		height: auto;
	}
	.mbftnav li h3 {
		font-size: 12px;
		margin-top: 2px;
		height:20px;
	}
	.footer{
		padding-bottom:60px;
	}
	.list-mbnav {
		padding:10px;
		background: #fff;
		border-radius: 5px;
		margin-bottom:10px;
	}
	.list-mbnav li{
		width:auto;
	}
	.list-mbnav li a {
		font-size: 14px;
		padding: 5px 10px;
		border-radius: 5px;
	}
	.list-mbnav li.a a {
		background: #047a58;
		color: #fff;
	}
	.view-news {
		padding: 20px 15px;
		width: 100%;
		border-radius: 5px;
	}
	.list-page{
		margin-top:15px;
		margin-bottom:30px;
	}
	.view-about h2.title {
		padding-left: 12px;
		font-size: 20px;
	}
	.news-r {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 15px;
		border-radius:5px;
	}
	.list-news li .n1 {
		width: 130px;
	}
	.list-news li .n1 img {
		border-radius: 5px;
	}
	.list-news li .n2 {
		width: calc(100% - 145px);
	}
	.list-news li .n3{
		display:none;
	}
	.list-contact .d01 li {
		width: 100%;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 10px;
	}
	.list-contact .d01 {
		margin-top: 20px;
		padding-top: 20px;
	}
	.list-honor li span {
		padding-bottom: 30px;
		background-size: 100%;
	}
	.list-honor li img {
		max-height: 100px;
	}
	.list-honor li h3 {
		font-size: 10px;
	}
	.view-news h2.title {
		font-size: 17px;
	}
	.view-news .ww {
		font-size: 12px;
	}
	.fanye {
		padding: 15px 0;
		margin-top: 20px;
	}
	.list-download li h3, .list-download li div {
		width: 100%;
	}
	.list-download li ins {
		padding: 3px 10px;
		font-size: 12px;
		margin-right: 0;
		margin-top: 10px;
		float:left;
	}
	.view-download .downloadbox .download {
		padding: 20px;
	}
	.view-download .downloadbox .download dd a {
		float:left;
		margin-top: 20px;
	}
    .default-mobile-nav-menu li div::before{
        right: 0;
    }

}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}

