@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;
}
.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/lading.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;}
/*全局手机样式*/
html,body,header,footer{ max-width:1023px;}
html{ 
	position:relative; 
	/*
	background:url(url());
	*/
}
img{ max-width:100%;}
body{
	position: absolute; 
	left:0; 
	top:0;
	width:100%;
	font-size:1em;
	line-height:1.5;
	color:#666;
}
h1,h2,h3,h4{ font-weight:400;}

body .w1188,body .wp{
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }

header,footer{
	position:fixed;
	z-index:10;
	width:100%;
	line-height:1;
	
}
header{
	height:50px;
	top:0; 
	left:0; 
	
}
header .bg{
	height:100%;
	background-color:#333;
	opacity:0.8;
}
header .mobile-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:none;
}
footer .fcontact{
	position:relative;
}
footer .fcontact .bg{
	height:32px;
	background-color:#333; 
	opacity:0.8;
}
footer .fcontact .iconfont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:2em;
}
footer .fcontact .iconfont .r{
	font-size: 1.5em;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -24px;
}
header h1 a{
	display:block;
	margin-top: 5px;
	line-height:40px;
	height: 40px;
	font-size:0.65em;
	color:#fff;
    overflow: hidden;
}
header h1 img{
	height: 40px;
    margin-left: 5px;
	margin-right:10px;
}
#mobile-nav{
	position:fixed;
	background-color: #333;
	top: 0;
	height: 100%;
	right: 0px;
	line-height: 2;
	padding: 32px;
	z-index:3;
	color:#fff;
	margin-right:-300px;
}
#mobile-nav h3{ font-size:2em; text-align:center;}
.default-mobile-nav-menu{
	padding-bottom:50px;
}
.default-mobile-nav-menu > li > a{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}
.default-mobile-nav-menu li a em{ display:none;}
.default-mobile-nav-menu  li  a{
	padding: 15px 10px;
  	border-bottom: 1px solid #262626;
  	font-size: 15px;
  	display: block;
  	color: #fff;
}
/*---手机二级导航----*/
	.nav-click .text{
		display:none;
		padding-top:2px !important;
	}
	.default-mobile-nav-menu li ul{
		display:none;
		background-color: #000;
	}
	.default-mobile-nav-menu li{
		position:relative;
	}
	.default-mobile-nav-menu li div{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 60px;
	}
	.default-mobile-nav-menu li div::before{
		position: absolute;
		content: '';
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		border: 6px solid;
	    border-color: #666 #fff;
	    border-bottom-width: 0;
	}
.nav-click{
	color: #fff;
	font-size: 2.5em;
	line-height: 1;
	top: 50%;
	position: absolute;
	margin-top: -16px;
	right: 16px;
	width:50px;
}
.nav-click .text{
	font-size: 12px;
    float: left;
    width: 10px;
    line-height: 1;
    padding-top: 7px;
}
.nav-click .action-l{
	display:none;
}
/*
.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }
*/
body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}
body.nav-on .ui-mobile .ui-page-active{overflow:visible;}
body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}
body.nav-on #mobile-nav{overflow-y:auto;}
/*底部*/
footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}
footer a{ color:#fff;}

/*分页按钮*/
.default-mobile-page{ margin-top:10px;}
.default-mobile-page a{ background-color:#fff;}
.default-mobile-page a.a{ background-color:#333;}

/*列表页相关栏目列表*/
.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}
.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}
.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}
.default-mobile-list-cats nav{ display:none;}
.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}
.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}
.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}

/*导航滑动提示*/
.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}
.swipe-right-tip{ right:5%;  background:url(url()) no-repeat center;}
.swipe-left-tip{ right:95%; background:url(url()) no-repeat center;} 

/*导航 两个字*/
.action-r em,
.action-l em{
	font-size:0.75em;
}

/*动画效果*/
.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}

/*覆盖默认*/
.default-slider-single > .default-slider-box > ul > li img{
	height:auto;
}

/*底部版权*/
.default-mobile-copyright{ height:0; display:none;}
/*隐藏DIY 按钮*/
#diystart{
	display:none;
}
/*53客服被遮挡的 BUG*/
#mobile_minchat_div{
	z-index:999;
}
#mini_chat .close{
	background:none !important;
}
/*视频嵌入 100%宽度*/
.default-article-content iframe{ width:100% !important;}

/*手机内容页被调整过宽度后的高度自适应*/
article .content img{
	height:auto !important;
}
/*去除默认的云视频手机版视频内边距*/
.prism-player .prism-info-display{
	padding:0 !important;
}
/*layui 弹窗关闭按钮*/
.layui-layer-setwin .layui-layer-close2{
	right: -12px;
    top: -12px;
}
.w960 .wp, .w960 .w1188 {
    width: 1188px;
}
.zsbg{
	min-height: 400px;
}
.toubu{
	line-height:35px;
	background:#f9f9f9;
}
.toubu p{
	float:left;
	color:#666;
}
.toubu .login{
	float:right;
}
.toubu .login a {
	display:block;
	float:left;
}
.toubu .login a:hover{
	color:#258a57 ;
}
.toubu .login span{
	margin:0 10px;
	color:#999;
	float:left;
}
.toubu .login .layui-btn-sm {
    height: 22px;
    line-height: 22px;
    margin-top: 6px;
    margin-left: 10px;
}
.toubu .login .layui-btn-danger {
    background-color: #f39800;
}
.toubu .login .layui-btn-danger:hover{
	color:#fff;
}
.default-site-header{
	padding:10px 0;
	position:relative;
}
.default-site-header .tel01{
	position:absolute;
	right:50px;
	top:32px;
	line-height:45px;
	padding-right:15px;
	height:45px;
	padding-left:45px;
	background:#258a57 url(/template/index/public/54/54-0011/images/tel.png) no-repeat 10px center;
	font-size:23px;
	font-weight:bold;
	color:#fff;
	display:none;
}
.default-site-header .tel01-1 {
    right: 0;
    top: 109px;
    z-index: 10;
}
.default-site-header .logo a{
	display:block;
}
.default-site-header .logo img{
	max-height:90px;
}
.default-site-header .menu {
    margin-top: 25px;
}
.default-site-header .menu li{
	margin-left:1px;
	padding-bottom:10px;
}
.default-site-header .menu li a{
	display: block;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 5px;
}
.default-site-header .menu li:hover a
,.default-site-header .menu li.a a{
	background:#f39800;
	color:#fff;
}
.default-site-header .menu li ul {
    padding:10px 5px;
    background: #fff;
    border: 1px solid #eee;
	z-index:-1;
	margin-top:80px;
	opacity:0;
	display:block;
	transition:all .4s;
}
.default-site-header .menu li:hover ul {
	z-index:1;
	margin-top:0;
	opacity:1;	
}
.default-site-header .menu li ul li{
	padding-bottom:0;
	margin-left:0;
}
.default-site-header .menu li ul li a{
	background:#fff !important;
	color:#666 !important;
	text-align:center;
}
.default-site-header .menu li ul li:hover a.nav-a-2
,.default-site-header .menu li ul li li:hover a.nav-a-3{
	background:#f39800 !important;
	color:#fff !important;
}
.default-site-header .menu li ul li ul{
	display:none;
}
.default-site-header .menu li ul li:hover ul{
	display:block;
}
.default-site-banner{
	max-height:628px;
	overflow:hidden;
}
.default-site-banner .dots span{
	width:15px;
	height:15px;
	background:url(/template/index/public/54/54-0011/images/dots02.png) no-repeat center center;
}
.default-site-banner .dots span.active{
	background:url(/template/index/public/54/54-0011/images/dots01.png) no-repeat center center;
}
.default-site-question{
	text-align:center;
	margin:90px 0;
}
.default-site-question h2{
	font-size:32px;
	color:#543b3b;
	line-height:1;
}
.default-site-question p{
	display:inline-block;
	background:url(/template/index/public/54/54-0011/images/wenti.png) no-repeat 20px center;
	padding-left:50px;
	padding-right:100px;
	line-height:50px;
	height:50px;
	border:1px solid #f39800;
	border-radius:5px;
	margin:50px 0;
}
.default-site-question p{
	*display:inline;
}
.default-site-question p a{
	display:block;
	color:#777;
	font-size:16px;
}
.default-site-question p{
	*display:inline;
}
.default-site-question .more01{
	display:block;
	width:140px;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#fff;
	background:#f39800;
	margin:0 auto;
	border-radius:5px;
	transition:all .3s;
}
.default-site-question .more01:hover{
	background:#da8a04;
}
.default-site-course{
	text-align:center;
	padding:80px 0;
	background:#f5f5f5;
}
.default-site-title{
	position:relative;
	color:#543b3b;
	height:80px;
	text-align:center;
}
.default-site-title h2{
	font-size:32px;
}
.default-site-title p{
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.default-site-title em {
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    background: #f39800;
    bottom: 15px;
    left: 50%;
    margin-left: -25px;
}
.default-site-course ul{
	margin-top:40px;
}
.default-site-course li {
    float: left;
    width: 15%;
    margin-right: 2%;
	transition:all .3s;
}
.default-site-course li:hover{
	box-shadow:0 0 30px #ccc;
	transform:translateY(-3px);
}
.default-site-course li a{
	display:block;
	background:#fff;
	padding-bottom:30px;
	color:#543b3b;
	 border-radius: 5px;
    overflow: hidden;
}
.default-site-course li div{
	position:relative;
}
.default-site-course li a div img{
	width:100%;
	height:auto;
}
.default-site-course li div h3 {
    font-size: 24px;
	margin-top:80px;
	transition:all .3s;
}
.default-site-course li ins{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-decoration:none;
	background:#fff;
}
.default-site-course li:hover ins{
	background:url(/template/index/public/54/54-0011/images/bg01.png);
}
.default-site-course li ins p {
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 22px;
}
.default-site-course li ins em {
    display: block;
    height: 28px;
    width: 3px;
    background: #f39800;
    margin:0 auto;
	transition:all .3s;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-1px;
}
.default-site-course li:hover a{
	color:#fff;
}
.default-site-course li:hover ins em {
	height:0;
	opacity:0;
}
.default-site-course li:hover h3{
	margin-top:50px;
	color:#fff;
}
.default-site-course li span{
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	margin:0 auto;
	font-size:20px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#535353;
	margin-top:27px;
}

.default-site-service{
	margin:80px auto;
}
.default-site-service ul{
	margin-top:35px;
}
.default-site-service li {
    float: left;
    width: 31.325%;
    margin-right: 3%;
}
.default-site-service li a{
	display:block;
	text-align:center;
}
.default-site-service li img{
	width:100%;
	height:auto;
	opacity:.7;
	transition:all .3s;
}
.default-site-service li:hover img{
	opacity:.5;
}
.default-site-service li .default-site-box{
	background:#000;
	position:relative;
}
.default-site-service li .default-site-box01{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	color:#fff;
}
.default-site-service li .default-site-box01 em {
    font-style: normal;
    display: block;
    letter-spacing: 5px;
    margin-top: 19%;
    text-transform: uppercase;
}
.default-site-service li .default-site-box01 h3{
	font-size:25px;
}
.default-site-service li span{
	display:block;
	height:50px;
	border:1px solid #eee;
	border-left:none;
	border-right:none;
	transition:all .3s;
	background:url(/template/index/public/54/54-0011/images/more.png) no-repeat center center;
}
.default-site-service li:hover span{
	border-color:#999;
}
.default-site-service li p {
    padding: 0 10px;
    text-align: left;
    margin: 20px 0;
    font-size: 13px;
    color: #666;
}
.default-site-news{
	padding:70px 0;
	background:#f5f5f5;
}
.default-site-news ul{
	width:880px;
	margin:0 auto;
	margin-top:20px;
}
.default-site-news li{
	padding:0 10px;
	border-bottom:1px solid #ddd;
}
.default-site-news li a {
    display: block;
    padding: 16px 0;
}
.default-site-news li span{
	display:block;
	float:left;
	font-size:15px;
}
.default-site-news li h3{
	float:left;
	margin-left:50px;
	width:70%;
	font-size:16px;
}
.default-site-news li p{
	background:url(/template/index/public/54/54-0011/images/jiantou.png) no-repeat center right;
	float:right;
	width:50px;
	height:20px;
	transform:translateX(-50px);
	transition:all .3s;
	opacity:0;
}
.default-site-news li:hover p{
	transform:translateX(0px);
	opacity:1;
}
.default-site-news li:hover h3{
	color:#258a57;
}
.default-site-news .default-site-more02{
	display:block;
	width:240px;
	margin:0 auto;
	height:48px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	line-height:48px;
	font-size:14px;
	margin-top:60px;
	letter-spacing: 7px;
}
.default-site-news .default-site-more02:hover{
	border-top:1px solid #258a57;
	border-bottom:1px solid #258a57;
	color:#258a57;
}
.default-site-professor{
	margin:70px auto;
}
.default-site-professor-box{
	width:95%;
	margin:0 auto;
}
.default-site-professor-box ul{
	padding:30px 0;
}
.default-site-professor-box li{
	width:300px !important;
	margin:0 40px;
	transition:all .3s;
	border-radius:5px;
}
.default-site-professor-box li:hover{
	box-shadow:0 0 30px #ccc;
}
.default-site-professor-box li a{
	display:block;
	padding:43px 20px;
	border-radius:5px;
	overflow:hidden;
}
.default-site-professor-box li img{
	width:100%;
	height:auto;
}
.default-site-professor-box li:hover img{
	opacity:.5;
}
.default-site-professor-box li h3{
	font-size:16px;
	text-align:center;
	margin:20px 0;
}
.default-site-professor-box li div{
	width:160px;
	height:160px;
	margin:0 auto;
	border:1px solid #ddd;
}
.default-site-professor-box li span{
	margin:3%;
	display:block;
	width:94%;
	position:relative;
	background:#009944;
}
.default-site-professor-box li span em{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	transition:all .3s;
	background:url(/template/index/public/54/54-0011/images/sousuo.png) no-repeat center center;
}
.default-site-professor-box li:hover span em{
	opacity:1;
}
.default-site-professor-box li p{
	font-size:14px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	overflow:hidden;
}
.default-site-professor-box .prev
,.default-site-professor-box .next{
	width:30px;
	height:30px;
	text-align:center;
	border-radius:3px;
	background:#c9c9c9;
	line-height:30px;
	margin-top:-15px;
	font-size:17px;
	opacity:1;
	left:-50px;
}
.default-site-professor-box .next{
	left:auto;
	right:-50px;
}
.default-site-professor-box .prev:hover
,.default-site-professor-box .next:hover{
	background-color: #f39800;
}
.default-site-more03{
	display:block;
	padding-left:50px;
	height:50px;
	width:100px;
	padding-right:90px;
	text-align:center;
	margin:0 auto;
	border-radius:5px;
	background:#258a57;
	line-height:50px;
	font-size:14px;
	color:#fff;
	transition:all .3s;
	margin-top:30px;
	background:#258a57 url(/template/index/public/54/54-0011/images/jiantou02.png) no-repeat 160px center;
}
.default-site-more03:hover{
	color:#fff;
	background-color:#1d6b44;
}
.default-site-join{
	padding:70px 0;
	background:#f5f5f5;
}
.default-site-join-box{
	width:1060px;
	margin:0 auto;
	background:#eee;
	margin-top:40px;
}
.default-site-search {
    float: left;
    width: 30%;
    padding:28px 2.5%;
	text-align:center;
}
.default-site-search h2{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding-left:45px;
	margin-bottom:10px;
	color:#258a57;
	background:url(/template/index/public/54/54-0011/images/xie.png) no-repeat left center;
}
.default-site-search h2{
	*display:inline;
}
.default-site-search .layui-form-item{
	margin-bottom:5px;
}
.default-site-search .layui-form-pane .layui-form-text .layui-textarea{
	min-height:70px;
}
.default-site-search .layui-form-label{
	display:none;
}
.default-site-search .layui-input-block {
    margin-left: 0;
    left: 0;
}
.default-site-search form{
	width:80%;
	margin:0 auto;
}
.default-site-search .layui-input{
	line-height:30px;
	height:40px;
}
.default-site-search .layui-btn{
	width:100%;
	padding:0;
	line-height:40px;
	height:40px;
	background:#258a57;
}
.default-site-join-box01{
	background:#fff;
	width:59%;
	padding:42px 3%;
}
.default-site-join-box01 li{
	float:left;
	width:30%;
	margin:1.6%;
}
.default-site-join-box01 li.j6 a {
    display: block;
    font-size: 35px;
    text-align: center;
    border: 1px solid #eee;
    height: 88px;
    color: #f39800;
    line-height: 88px;
}
.default-site-join-box01 li img{
	width:100%;
	height:auto;
	border:1px solid #eee;
}
.default-site-join-box01 li:hover img
,.default-site-join-box01 li.j6:hover a{
	border: 1px solid #f39800;
}
.default-site-footer{
	padding-top:80px;
}
.default-site-footer-con01{
	width:18%;
}
.default-site-footer h2 {
    color: #258a57;
    font-size: 22px;
	float:left;
	line-height:1.2;
}
.default-site-footer-con01 ul{
	float:right;
}
.default-site-footer-con01 li{
	float:left;
	margin-right:8px;
}
.default-site-footer-con01 li a{
	display:block;
	width:27px;
	height:26px;
	background:url(/template/index/public/54/54-0011/images/ftcon.png) no-repeat;
}
.default-site-footer-con01 li.wx01 a {
    background-position: -32px center;
}
.default-site-footer-con01 li.wb01 a{
	background-position: -66px center;
}
.default-site-footer-con02{
	width:50%;
	float:left;
	margin-left:6%;
}
.default-site-footer-con02 div{
	float:left;
	margin-left:30px;
}
.default-site-footer-con02 div p {
    font-size: 14px;
    margin-bottom:7px;
    color: #666;
}
.default-site-footer-logo{
	width:25%;
}
.ftmenu{
	text-align:center;
	margin:30px 0;
}
.ftmenu li{
	display:inline-block;
	margin:0 10px;
}
.ftmenu li{
	*display:inline;
}
.ftmenu li a{
	display:block;
	font-size:14px;
}
.ftmenu li:hover a{
	color:#258a57;
}
.default-site-footer-copy{
	background:#333;
	padding:20px 0;
	margin-top:50px;
}
.default-site-footer-copy .default-copyright{
	margin:0 auto;
	text-align:center;
}
.default-site-footer-copy .default-copyright span{
	color:#fff;
}
.default-site-footer-copy .default-copyright a {
    color: #258a57;
}
.default-site-con03{
	position:fixed;
	bottom:25px;
	right:10px;
}
.default-site-con03 li{
	border:1px solid #ddd;
	border-bottom:none;
}
.default-site-con03 li.top{
	border:1px solid #616161;
}
.default-site-con03 li a{
	display:block;
	width:40px;
	height:40px;
	background:url(/template/index/public/54/54-0011/images/qq01.png) no-repeat center center;
	background-color:#fff !important;
}
.default-site-con03 li:hover a{
	opacity:.7;
}
.default-site-con03 li.top:hover a{
	opacity:1;
}
.default-site-con03 li.wx02 a{
	background:url(/template/index/public/54/54-0011/images/wx01.png) no-repeat center center;
}
.default-site-con03 li.wb02 a{
	background:url(/template/index/public/54/54-0011/images/wb01.png) no-repeat center center;
}
.default-site-con03 li.top a {
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background: #616161;
	color:#fff;
	background-color:#616161 !important;
}
.erweima {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background: #CCC;
	z-index: 102;
	display:none;
	background: url(/template/index/public/54/54-0011/images/bg02.png);
}
.erweima-1 {
  width: 300px;
  background: #fff;
  z-index: 102;
  height: 300px;
  left: 50%;
  top:50%;
  margin-top:-150px;
  margin-left: -150px;
  position: absolute;
}
.erweima-1 p a.sao{
	float:left;
	font-size: 16px;
	color: #666;
	text-align: center;
	width: 100%;
	height:30px;
	line-height:30px;
	padding-top:15px;
	width:85%;
}
.erweima-1 img{
	width:100%;
	height:auto;
}
.erweima .close{
  display: block;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent url(/template/index/public/54/54-0011/images/fancybox.png) -40px 0px;
  cursor: pointer;
}

/*---------list-news----------------*/
.default-site-banner01 img{
	width:100%;
	height:auto;
}
.default-site-page{
	padding-top:70px;
	background:#f9f9f9;
	padding-bottom:30px;
}
.default-site-page .default-site-course {
	margin-top:70px;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.default-site-cattitle {
    width: 37px;
    border: 4px solid #258a57;
    padding:30px 17px;
    background: #fff;
    position: relative;
    float: left;
    text-align: center;
	margin-top: 14%;
	z-index:2;
}
.default-site-cattitle h2{
	position:relative;
	z-index:1;
	font-size:20px;
	font-weight:bold;
	color: #258a57;
}
.default-site-cattitle span {
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    transform: rotateZ(90deg);
    display: block;
    height: 50px;
    margin-left: -31px;
    margin-top: 20px;
}
.default-site-cattitle em{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:0;
	transition:all .3s;
}
.default-site-cattitle:hover em{
	height:100%;
	background:#258a57;
}
.default-site-cattitle:hover h2{
	color:#fff;
}
.list-news{
	position:relative;
}
.default-site-line {
    width: 2px;
    height: 100%;
    background: #258a57;
    position: absolute;
    left: 38px;
    top: 0;
}
.list-news ul{
	margin-top:20px;
	float:right;
	width:85%;
}
.list-news li{
	padding:20px;
	border-bottom:1px solid #ddd;
}
.list-news li:hover{
	background:#fff;
}
.list-news li a{
	display:block;
}
.list-news li a span{
	display:block;
	float:left;
	width:10%;
	font-size:55px;
	text-align:center;
	color:#999;
	line-height:1.1;
	font-family: fantasy;
	margin-top: 24px;
}
.list-news li a span em{
	display:block;
	font-style:normal;
	font-size:12px;
}
.list-news li div {
    float: left;
    width: 56%;
    margin-left: 5%;
	margin-top: 24px;
}
.list-news li div h3{
	font-size:17px;
	font-weight:bold;
}
.list-news li:hover div h3{
	color: #258a57;
}
.list-news li p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    max-height: 18px;
    overflow: hidden;
	margin:20px 0;
}
.list-news li ins{
	display:block;
	height:20px;
	width:90px;
	text-decoration:none;
	font-size:14px;
	line-height:20px;
	transition:all .3s;
	background:url(/template/index/public/54/54-0011/images/jiantou.png) no-repeat -50px center;
}
.list-news li:hover ins{
	background-position:right center;
}
.list-news li img {
    width: 20%;
    height: auto;
    float: right;
}
.page09{
	width:100%;
}
.pagination{
	text-align:center;
	margin-top:30px;
}
.pagination li{
	display:inline-block;
	float:none;
	border: 1px solid #258a57;
	color:#258a57;
}
.pagination li{
	*display:inline;
}
.pagination li.active span,.pagination li:hover a{
    background: #258a57 !important;
}
/*--------------view-news-----------*/
.pox{
	margin-bottom:10px;
}
.pox a{
	color:#888;
}
.pox a:hover{
	color:#258a57;
}
.view-news{
	background:#fff;
	padding:60px 0;
	position: relative;
}
.view-left{
	float:left;
	width:630px;
	margin-left:80px;
}
.view-left .word h3 {
    font-size: 20px;
    font-weight: bold;
    color: #258a57;
}
.view-left .ww{
	font-size:12px;
	color:#999;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.fanye p{
	font-size:14px;
}
.fanye p a{
	color:#999;
}
.fanye p a:hover{
	 color: #258a57;
}
.view-right{
	width:330px;
	float:right;
	margin-right:80px;
}
.biaoti01{
	border:1px solid #eee;
	padding:10px;
	text-align:center;
	position:relative;
}
.biaoti01 h4{
	color:#6f6f6f;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:7px;
	display:inline-block;
	padding:0 13px;
	background:#fff;
	top:-11px;
	position:absolute;
}
.biaoti01 h4{
	*display:inline;
}
.biaoti01 h3 {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 46px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    line-height: 46px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #258a57;
    box-shadow: 0 0 10px #ccc;
}
.biaoti01 img{
	width:100%;
	height:auto;
}
.biaoti01 div{
	position:relative;
	margin-top:20px;
}
.biaoti02 ul{
	margin-top:10px;
}
.biaoti02  li{
	line-height:35px;
	display:inline-block;
	text-align:center;
	margin:4px 3px;
}
.biaoti02  li{
	*display:inline;
}
.biaoti02 li:hover a{
	background:#f90;
	color:#fff; 
}
.biaoti02 li a {
    display: block;
    font-size: 14px;
    color: #777;
	background:#eee;
	padding:0 15px;
}
.con-right{
	margin-top:30px;
}
.con-right h2{
	margin-top:30px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	color: #258a57;
}
.con-right div{
	padding:0 10px;
	margin-top:20px;
}
.con-right p{
	margin-bottom:10px;
	color:#666;
	text-align:left;
}
.related{
	margin-top:30px;
}
.related ul{
	text-align:left;
	margin-top:30px;
}
.related li a{
	display:block;
	line-height:35px;
	padding-left:14px;
	background:url(/template/index/public/54/54-0011/images/icon02.png) no-repeat left center;
	background-size:6px;
}
.related li:hover a{
	color: #258a57;
}
.view-news .rtop_ewm
,.view-video .rtop_ewm{
	position: absolute;
	right: 10px;
	top: 10px;
	padding-bottom:15px;
}
.view-news .rtop_ewm ins
,.view-video .rtop_ewm ins{
	display: block;
	width: 20px;
	height: 20px;
	background:url(/template/index/public/54/54-0011/images/erweima.png) no-repeat center;
	background-size: 100%;
}
.view-news .rtop_ewm div
,.view-video .rtop_ewm div{
	position: absolute;
	right: 0;
	top: 25px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px #bbb;
	width: 120px;
	height: 140px;
	padding: 10px;
	display: none;
}
.view-news .rtop_ewm div a
,.view-video .rtop_ewm div a{
	display:block;
	position:absolute;
	bottom:10px;
	text-align:center;
	width:120px;
}
.view-news .rtop_ewm div img
,.view-video .rtop_ewm div img{
	width:100%;
	height: auto;
}
.view-news .rtop_ewm:hover div
,.view-video .rtop_ewm:hover div{
	display: block;
}










/*-------------list-team----------*/
.zs_zearch{
	margin-top: 30px;
	
	text-align: center;
}
.zs_zearch a{
	display: block;
	width: 110px;
	line-height: 34px;
	color: #fff;
	background: #258a57;
	font-size: 14px;
	border-radius: 17px;
	transition: 0.3s;
	margin: auto;
}
.zs_zearch a:hover{
	
}




.chaxun{
	margin-top:20px;
}
.chaxun label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #258a57;
	line-height:42px;
	margin-right:10px;
}
.chaxun .default-pc-search-keyword{
	float:left;
	height:40px;
	border:1px solid #eee;
	line-height:40px;
	width:200px;
	padding-left:10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.chaxun .default-pc-search-submit{
	height:42px;
	line-height:42px;
	border:1px solid #258a57;
	width:60px;
	background:#258a57;
	color:#fff;
	background-size:20px;
	margin-right:-20px;
	font-size:14px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.list-team .default-site-professor-box li{
	float:left;
	width:30%;
	margin:0;
	margin-bottom:30px;
	margin-right:5%;
}
.list-team .default-site-professor-box li a{
	border:1px solid #eee;
}
.default-site-cover{
	float:left;
	width:30%;
}
.view-team h3 {
    font-size: 20px;
    font-weight: bold;
    color: #258a57;
}
.default-site-cover img{
	width:94%;
	padding:3%;
	border:1px solid #eee;
	height:auto;
}
.team-jianjie{
	float:right;
	width:62%;
}
.view-team .ww{
	margin-bottom:30px;
}
.view-team .fanye {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.view-team .fanye p {
	float:left;
}
.fanye p {
    border: 1px solid #eee;
    padding: 5px 10px;
    margin-right: 10px;
	padding-left:0;
	margin-bottom:10px;
}
.fanye p span{
	padding:9px;
	border-right:1px solid #eee;
	margin-right:10px;
}
.fanye p:hover span{
	border-right:1px solid #258a57;
	color:#258a57;
}
.fanye p:hover{
	border: 1px solid #258a57;
}
/*-----------------list_meterial-----------*/

.default-site-meterial{
	padding-bottom:70px;
}
.meterial01 li{
	float:left;
	width:31%;
	margin-right:3.5%;
	margin-bottom:3%;
	transition:all .3s;
}
.meterial01 li:hover{
	transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	box-shadow: 3px 3px 5px #eee;
}
.meterial01 li a{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding-top:25px;
}
.meterial01 li span{
	display:block;
	text-align:center;
}
.meterial01 li span img{
	width:auto;
	height:200px;
}
.meterial01 li div {
    padding: 20px;
	border-top:1px solid #eee;
	margin-top:25px;
}
.meterial01 li h4
,.meterial01 li h3{
	float:left;
	font-size:20px;
	font-weight:bold;
	width:70%;
	color: #258a57;
}
.meterial01 li h3{
	font-size:16px;
	color:#666;
}
.meterial01 li em{
	display:block;
	font-style:normal;
	width:30px;
	height:30px;
	background:#ccc;
	line-height:30px;
	border-radius:50%;
	float:right;
	text-align:center;
	font-size:15px;
	color:#fff;
	margin-top: -10px;
}
.meterial01 li:hover em{
	background:#f90;
}
/*------------------view-meterial--------------*/
.view-meterial-box{
	background:#fff;
}
.view-meterial{
	padding:50px 80px;
}
.meterial-left{
	float:left;
	width:32%;
	border:1px solid #eee;
}
.meterial-left h3 {
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    background: #258a57;
    color: #fff;
    font-weight: bold;
}
.meterial-left span{
	display:block;
	text-align:center;
	margin:30px 0;
}
.meterial-left span img{
	width:200px;
	height:auto;
}
.meterial-url{
}
.meterial-url a
,.meterial-url strong{
	display:block;
	float:left;
	width:49.5%;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	line-height:50px;
	height:50px;
	font-size:16px;
	text-align:center;
}
.meterial-url a:hover{
	background:#f39800;
	color:#fff;
}
.meterial-url strong{
	float:right;
	border-right:none;
	color:#f39800;
}
.related02{
	margin-top:30px;
}
.related02 ul{
	margin:20px 0;
}
.related02 li{
	float:left;
	width:44%;
	margin:3%;
	text-align:center;
}
.related02 li a{
	display:block;
}
.related02 li a span{
	display:block;
	text-align:center;
	margin:10px 0;
}
.related02 li a img{
	width:70%;
	height:auto;
}
.related02 li a h5{
}
.related02 li a strong{
	display:block;
}
.meterial-right{
	width:61%;
	float:right;
}
.intro01 {
    line-height: 50px;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
    color: #258a57;
    border-left: 3px solid #258a57;
    line-height: 1;
    margin-top: 20px;
}
.meterial-right .article{
	margin-top:20px;
	border-top:1px solid #eee;
}
.related .layui-btn {
	padding:0;
    background-color: #258a57;
    width: 100%;
}
/*-------------list-traning---------*/
.traning-box{
	margin:70px auto;
	width:80%;
}
.traning-nav{
	float:left;
	width:20%;
	border:1px solid #eee;
	padding:3%;
	min-height: 294px;
}
.traning-nav li a {
    font-size: 15px;
    padding: 15px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.traning-nav li:hover a
,.traning-nav li.a a{
	color: #fff;
	background:#258a57;
}
.traning{
	width:60%;
	padding:5%;
	margin:0 auto;
	border:1px solid #eee;
	float:right;
}
.traning h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
    color: #258a57;
}
.online-apply{
	padding:80px;
	width:80%;
	margin:0 auto;
	background:#fff;
	width:700px;
}
.online-apply h2{
	text-align:center;
	color:#258a57;
	font-weight:bold;
	font-size:25px;
	margin-bottom:20px;
}
.online-apply .layui-btn {
    padding: 0 38px;
    background-color: #258a57;
}
/*-------------list-video-------------*/
.list-video{
}
.list-nav {
	margin-bottom:20px;
}
.list-nav li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.list-nav li a{
	display:block;
	padding:5px 20px;
	background:#fff;
	font-size:14px;
	border:1px solid #eee;
	color:#666;
}
.list-nav li span{
	display:none;
}
.list-nav li:hover a
,.list-nav li.a a{
	border-color:#258a57;
	color:#258a57;
}
.list-video01 li{
	float:left;
	width:24%;
	margin-right:1.32%;
	margin-bottom:2%;
}
.list-video01 li div{
	position:relative;
	background-image:linear-gradient(135deg,#56ec8e 0,#71d0c9 23%,#a0e043 100%);
}
.list-video01 li div span{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(/template/index/public/54/54-0011/images/video.png) no-repeat center center;
}
.list-video01 li a{
	display:block;
	padding:10px;
	background:#fff;
	border:1px solid #eee;
}
.list-video01 li a img{
	width:100%;
	height:auto;
	opacity:0;
	transition:all .3s;
}
.list-video01 li:hover a img{
	opacity:0;
}
.list-video01 li a h3{
	font-size:15px;
	margin-top:10px;
	font-weight:bold;
}
.list-video01 li a h3 span{
	display:block;
	float:left;
	width:70%;
}
.list-video01 li p{
	float:right;
}
.view-video-pox{
	width:960px;
	margin:0 auto;
	margin-bottom:10px;
}
.view-video{
	width:800px;
	margin:0 auto;
	padding:50px 80px;
	background:#fff;
	position:relative;
}
.view-video .view-left{
	width:100%;
	float:none;
	margin-left:0;
}
/*-----------list-download----------*/
.list-download{
	width:700px;
	margin:0 auto;
}
.download01 li{
	margin-bottom:30px;
	transition:all .3s;
}
.download01 li:hover {
    box-shadow: 0 3px 5px #ddd;
}
.download01 li a{
	display:block;
	padding:30px;
	border:1px solid #eee;
	background:#fff;
}
.download01 li div{
	float:left;
	width:75%;
	padding-right:5%;
	border-right:1px dotted #eee;
}
.download01 li h3{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:15px;
	color: #258a57;
	border-bottom:1px solid #eee;
}
.download01 li p{
	font-size:14px;
	line-height:1.5;
	max-height:40px;
	overflow:hidden;
	color:#666;
}
.download01 li span{
	display:block;
	width:15%;
	height:120px;
	float:right;
	background:url(/template/index/public/54/54-0011/images/xiazai.png) no-repeat center center;
}
.download01 li em {
    display: block;
    font-style: normal;
    margin-top: 15px;
    border: 1px solid #eee;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    color: #999;
}
.download01 li:hover em {
	border: 1px solid #258a57;
	color:#258a57;
}
/*---------------list-join------------------*/

.list-join01{
	margin-top:70px;
}
.join01{
	border: 1px solid #eee;
	padding:30px 50px;
	margin-top:50px;
}
.join01 h3
,.join03 h3 {
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    margin-bottom:50px;
    color: #258a57;
}
.join01 li{
	float:left;
	width:20%;
	margin-bottom:50px;
}
.join01 li a {
    display: block;
	text-align:center;
}
.join01 li img{
	width:204px;
	height:auto;
}
.join01 .more09 {
    display: block;
    text-align: center;
    width: 110px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #258a57;
    color: #258a57;
}
.join01 .more09:hover{
	background:#258a57;
	color:#fff;
}
.join02{
	margin-top:50px;
}
.join03{
	padding:30px 50px;
	border:1px solid #eee;
	margin-top:50px;
}
.join03 form{
	width:500px;
	margin:0 auto;
}
/*-----------list-about---------------*/
.default-site-about-banner{
}
.default-site-about-banner img{
	width:100%;
	height:auto;
}
.about01{
	width:700px;
	margin:70px auto;
}
.about01 h3{
	text-align:center;
	font-size:40px;
	color:#666;
	margin-bottom:40px;
}
.about01 h4 {
    font-size: 16px;
    font-weight: bold;
    color: #258a57;
    margin-bottom: 10px;
}
.about01 p{
	color:#666;
	line-height:1.7;
	font-size:14px;
	margin-bottom:30px;
}
.about01 a
,.about02 .about-more {
    color: #fff;
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: #f39800;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
	margin-top:50px;
    border: 1px solid #d88905;
}
.about01 a:hover
,.about02 .about-more:hover{
	background:#d88905;
}
.about02{
	padding:70px 0;
	background:#f5f5f5;
}
.about02 .default-site-title{
	margin-bottom:50px;
}
.about02-1 li{
	width:350px;
	margin:0 23px;
}
.about02-1 li a{
	display:block;
	border:1px solid #eee;
}
.about02-1 li span{
	display:block;
}
.about02-1 li img{
	width:100%;
	height:auto;
}
.about02-1 li h4{
	line-height:50px;
	text-align:center;
	background:#fff;
	font-size:14px;
	border-top:1px solid #eee;
}
.about02-1 .prev
,.about02-1 .next{
	width:30px;
	height:30px;
	line-height:30px;
	opacity:1;
	margin-top:-15px;
	text-align:center;
	font-size:15px;
	border-radius:3px;
	left:-50px;
	background-color:#999;
}
.about02-1 .prev:hover
,.about02-1 .next:hover{
	background-color:#f39800;
}
.about02-1 .next{
	left:auto;
	right:-50px;
}

.about03{
	width:900px;
	margin:0 auto;
	margin-top:70px;
}
.about03 ul{
	position:relative;
	margin-top:50px;
}
.about03 .a03{
	height:100%;
	width:1px;
	background:#eee;
	position:absolute;
	left:14%;
	top:0;
	padding:0;
}
.about03 li{
	padding:25px 0;
}
.about03 li h3 {
    float: left;
    width: 15%;
    font-weight: bold;
    font-size: 20px;
    color: #258a57;
}
.about03 li span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #258a57;
    border-radius: 50px;
    float: right;
    margin-top: 6px;
	background:#fff;
	position:relative;
}
.about03 li div {
    float: right;
    width: 76%;
    font-size: 14px;
    color: #666;
}
.about04{
	padding:70px 0;
	background:#f5f5f5;
	margin-top:70px;
}
.about04 ul{
	margin-top:50px;
}
.about04 li {
    float: left;
    width: 16%;
    margin: 0 1%;
    padding: 1%;
    background: #fff;
    border-radius: 5px;
	height:150px;
	text-align:center;
	position:relative;
	transition:all .3s;
}
.about04 li:hover{
	transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	box-shadow:0 3px 3px #ddd;
}
.about04 li span{
	display:block;
	width:80%;
	height:76%;
	left:10%;
	top:11%;
	border:1px solid #258a57;
	border-radius:5px;
	position:absolute;
}
.about04 li h3 {
    font-size: 25px;
    color: #666;
    margin-top: 30px;
}
.about04 li h3 em{
	display:block;
	width:50px;
	height:3px;
	background:#258a57;
	margin:15px auto;
}
.about04 li p {
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    margin-top: 15px;
}
/*-----list-question------------*/
.list-question h2 {
    font-size: 22px;
    padding-left: 13px;
    line-height: 1;
    color: #258a57;
    border-left: 3px solid #258a57;
    font-weight: bold;
}
.list-question ul{
	margin-top:20px;
}
.list-question li{
	padding:15px 0;
	border-bottom:1px solid #eee;
}
.list-question li a{
	display:block;
}
.list-question li h3{
	padding-left:25px;
	float:left;
	width:60%;
	font-size:14px;
	color:#999;
	background:url(/template/index/public/54/54-0011/images/wenti.png) no-repeat left 2px;
	background-size:18px;
}
.list-question li:hover h3{
	color:#333;
}
.list-question li p{
	float:right;
	color:#999;
}
.list-question li div{
	display:none;
}
.list-question li:hover div {
	display:block;
}
.list-question div textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #258a57;
    border-radius: 5px;
    margin-top: 10px;
}
.list-question div input {
    background: #258a57;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
	margin-top:5px;
	float:right;
}
/*------------view-question--------*/
.question-search{
	text-align:center;
	margin-bottom:10px;
}
.question-search input{
	width: 120px;
    height: 40px;
    line-height: 40px;
    border: none;
    display: inline-block;
}
.question-search input{
	*display:inline;
}
.question-search .s01{
	width: 385px;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #eee;
}
.question-search .s02 {
    background: #258a57;
    color: #fff;
}
.view-question h3 {
    font-size: 20px;
    padding-left: 31px;
	background:url(/template/index/public/54/54-0011/images/wenti.png) no-repeat left 6px;
	background-size:20px;
	margin-bottom:20px;
}
.view-question .re02{
	color:#999;
}
.view-question .re03{
	margin-top:30px;
}
.review02-2 #default-article-comments .publish input[type="submit"]{
	background: #258a57;
}
/*--------------list-kecheng------*/
.list-kecheng .kecheng01{
	padding:50px;
	background:#fff;
}
.list-kecheng .kecheng01 li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.list-kecheng .kecheng01 li a{
	display:block;
}
.list-kecheng .kecheng01 li strong {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #258a57;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #258a57;
}
.list-kecheng .kecheng01 li:hover strong {
	background:#258a57;
	color:#fff;
}
.list-kecheng .kecheng01 li h3{
	font-size:16px;
	color:#666;
	float:left;
	width:70%;
	margin-left:5%;
	line-height:40px;
}
.list-kecheng .kecheng01 li:hover h3{
	color:#258a57;
}
.list-kecheng .kecheng01 li span{
	display:block;
	float:right;
	width:10%;
	line-height:40px;
	color:#999;
	font-size:14px;
}
.list-kecheng .kecheng01 li span em{
	margin-right:5px;
}
/*----------list-lveying----------------*/
.list-lveying{
	margin-top:50px;
}
.lvying li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.lvying li a{
	display:block;
}
.lvying li span{
	display:block;
	padding:10px;
	border:1px solid #eee;
}
.lvying li:hover span{
	border-color:#258a57;
}
.lvying li span img{
	width:100%;
	height:auto;
}
.lvying li h3{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.lvying li:hover h3{
	color:#258a57;
}
.module-index-mall-column .default-site-con03{
	display:none;
}



@media screen and (max-width:1024px){
	header .bg {
		background-color: #fff;
		opacity: 1;
	}
	.nav-click {
		color: #f39800;
		text-align:right;
		font-size: 30px;
		line-height: 39px;
		margin-top: -15px;
		right: 10px;
		width: auto;
	}
	.default-mobile-nav-menu li a {
		border-bottom: 1px solid #ddd;
		color: #666;
		border-top:none;
	}
	#mobile-nav{
		background-color:#fff;
		box-shadow: 0 0 10px #eee;
	}
	#mobile-nav h3 {
		color: #094;
	}
	.mr0{
		margin-right:0 !important;
	}
	.default-site-professor-box li:hover{
		box-shadow:none;
	}
	.copy{
		padding:20px 10px;
		background:#333;
		padding-bottom: 46px;
	}
	.copy .default-copyright {
		width:100%;
		font-size: 12px;
		text-align: center;
		overflow:hidden;
		line-height:1.5;
	}
	.default-mobile-nav-menu li ul{
		background:#f9f9f9;
	}
	.pox{
		padding:10px;
		background:#f5f5f5;
		font-size:14px;
		margin-bottom:0;
	}
	.chaxun label {
		font-size: 14px;
		line-height: 35px;
		margin-right: 10px;
	}
	.chaxun .default-pc-search-keyword {
		height: 35px;
		line-height: 34px;
		width: 180px;
		font-size: 12px;
	}
	.chaxun .default-pc-search-submit {
		height: 37px;
		line-height: 37px;
		font-size: 12px;
	}
	
	.view-news .biaoti02
	,.view-news .con-right {
		display:none;
	}
	.view-right {
		margin-right: 0;
	}
	.related li a {
		font-size: 14px;
	}
	.default-site-professor-box li{
		margin:0 10px;
	}
	.default-site-professor-box .prev
	,.about02-1 .prev{
		left:0;
	}
	.default-site-professor-box .next
	,.about02-1 .next{
		right:0;
	}
	.default-site-join-box{
		width:100%;
	}
	.about02-1 li{
		width:300px;
		margin:0 18px;
	}
	.view-left 
	,.view-right{
		width: 84%;
		margin-left: 0;
		margin: 0 8%;
	}
	.mb-team ul{
		margin-top:20px;
	}
	.mb-team li{
		float:left;
		width:31%;
		margin:0 1%;
		margin-bottom:20px;
	}
	.mb-team li a{
		display:block;
		padding:20px 15px;
		border:1px solid #eee;
		border-radius:5px;
	}
	.mb-team li a span{
		display:block;
		width:50%;
		margin:0 auto;
	}
	.mb-team li a img{
		width:100%;
		height:auto;
	}
	.mb-team li a h3{
		font-size:16px;
		font-weight:bold;
		text-align:center;
		margin:10px 0;
	}
	.mb-team li a p {
		height: 42px;
		overflow: hidden;
		margin-top: 5px;
		color: #999;
		font-size: 14px;
	}
	.default-copyright a {
		color: #fff;
	}
	.mobile-header .personal {
		margin-right: 50px;
		margin-top: 13px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
		border-radius: 14px;
		background: #4d9f76;
		color: #fff;
		display: block;
		width: 84px;
		text-align: center;
		float: right;
	}
	header{
		border-bottom:1px solid #f5f5f5;
	}
	.mbclass{
		margin-top:20px;
	}
	.mbclass li{
		float:left;
		width:33.33%;
		text-align:center;
		margin-bottom:10px;
	}
	.mbclass li a{
		display:block;
	}
	.mbclass li a span{
		display:block;
		width:50px;
		margin:0 auto;
	}
	.mbclass li a span img{
		width:100%;
		height:auto;
		border-radius:50%;
	}
	.mbclass li a h3{
		margin-top:10px;
		font-size:12px;
		color:#333;
		height:40px;
		line-height:20px;
	}
	.default-mobile-nav-menu li div::before {
	    right: 0;
	    border-color: #4d9f76 #fff;
	}
}
@media screen and (max-width:768px){ 
	.about03{
		width:90%;
	}
	.about04 li p {
		font-size: 12px;
	}
	.default-site-course li ins em {
		top: 15px;
	}
	.default-site-course li div h3 {
		font-size: 20px;
		margin-top: 47px;
	}
	.default-site-course li a div img{
		opacity:0;
	}
	.default-site-course li ins p {
		font-size: 12px;
		padding: 0 8px;
	}
	.default-site-course li span{
		margin-top:20px;
	}
	.default-site-course li a{
		padding-bottom:15px;
	}
	.default-site-course li:hover{
		box-shadow: none;
		transform: translateY(0);
	}
	.default-site-course li:hover a {
		color: #543b3b;
	}
	.default-site-course li:hover ins{
		background:#fff;
	}
	.default-site-course li:hover h3{
		margin-top:34px;
		color:#543b3b;
	}
	.default-site-course li:hover ins em {
		height: 14px;
		opacity: 1;
	}
	.default-site-news ul{
		width:100%;
	}
	.default-site-professor-box li{
		margin:0 30px;
	} 
	.default-site-search{
		padding:14px 1.4%;
	}
	.default-site-search .layui-input {
		height: 35px;
	}
	
	
}
@media screen and (max-width:480px){   
	.default-site-question h2{
		font-size:20px;
	}
	.default-site-question p {
		padding-right:50px;
		margin:20px 0;
		height:40px;
		line-height:40px;
		background-size:18px;
		width:150px;
	}
	.default-site-question p a{
		font-size:12px;
	}
	.default-site-question {
		margin: 30px 0;
	}
	.default-site-question .more01 {
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.default-site-question .richScan{
		display:block;
		text-align:center;
		width: 110px;
		height: 35px;
		line-height: 35px;
		background: #f39800;
		margin: auto;
		border-radius: 5px;
	}
	.default-site-question .richScan em{
		display:inline-block;
		font-size:16px;
		color:#fff;
	}
	.default-site-question .richScan h3{
		display:inline-block;
		font-size:14px;
		margin-left:10px;
		color: #fff;
	}
	.default-site-course {
		padding: 30px 0;
	}
	.default-site-title {
		height: 56px;
	}
	.default-site-title h2 {
		font-size: 23px;
	}
	.default-site-title p {
		font-size: 13px;
	}
	.default-site-title em {
		width: 40px;
		height: 3px;
		bottom: 12px;
		margin-left: -20px;
	}
	.default-site-course ul{
		margin-top:20px;
	}
	.default-site-course li {
		width:30%;
		margin:5px 1%;
		float:none;
		display:inline-block;
	}
	.default-site-course li ins em {
		height: 14px;
		width: 2px;
		top: 14px;
		margin-left: -1px;
	}
	.default-site-course li div h3 {
		font-size: 15px;
		margin-top: 34px;
	}
	.default-site-course li ins p {
		font-size: 10px;
		padding: 0 4px;
		line-height:1.2;
	}
	.default-site-course li span{
		margin-top:0;
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}
	.default-site-course li a{
		padding-bottom:10px;
	}
	.default-site-service {
		margin: 30px auto;
	}
	.default-site-service ul {
		margin-top: 20px;
	}
	.default-site-service li{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.default-site-news {
		padding: 30px 0;
	}
	.default-site-news li span {
		font-size: 14px;
		width: 100%;
		color: #999;
	}
	.default-site-news ul {
		width: 100%;
		margin-top:5px;
	}
	.default-site-news li h3 {
		margin-left: 0;
		width: 100%;
		font-size: 14px;
		float: right;
	}
	.default-site-news li {
		border-bottom: 1px dotted #ddd;
	}
	.default-site-news li:nth-child(4),.default-site-news li:nth-child(5){
		display:none;
	}
	.default-site-news li p{
		display:none;
	}
	.default-site-news .default-site-more02 {
		width: 200px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin-top: 25px;
		letter-spacing: 3px;
	}
	.default-site-professor{
		margin:30px auto;
	}
	.default-site-professor-box{
		width:300px;
	}
	.default-site-professor-box li{
		width:300px;
		margin:0 auto;
	}
	.default-site-professor-box .prev{
		left:-30px;
	}
	.default-site-professor-box .next{
		right:-30px;
	}
	.default-site-professor-box li a{
		padding:0 20px;
	}
	.default-site-professor-box li p{
		font-size:12px;
		max-height:70px;
	}
	.default-site-service li .default-site-box01 em{
		letter-spacing:3px;
		font-size:12px;
	}
	.default-site-service li .default-site-box01 h3 {
		font-size: 22px;
		letter-spacing: 2px;
	}
	.default-site-more03 {
		padding-left: 30px;
		height: 43px;
		width: 73px;
		padding-right: 70px;
		line-height: 43px;
		font-size: 12px;
		background-position:120px center;
		background-size:25px;
		margin-top:0;
	}
	.default-site-join{
		padding:30px 0;
		padding-bottom:0;
	}
	.default-site-join-box {
		width: 100%;
		margin-top: 10px;
	}
	.default-site-join-box01 {
		width: 94%;
		padding: 10px 3%;
	}
	.default-site-join-box01 li.j6 a {
		height: 49px;
		line-height: 48px;
	}
	.default-site-search {
		width: 90%;
		padding:20px 5%;
		background:none;
	}
	.default-site-search .layui-input
	,.default-site-search .layui-form-pane .layui-form-text .layui-textarea{
		font-size:12px;
		padding:5px 10px;
	}
	.about01 {
		width: 100%;
		margin: 30px auto;
	}
	.about01 h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.about01 div{
		padding:0 10px;
	}
	.about01 a {
		width: 150px;
		height: 38px;
		line-height: 38px;;
		font-size: 14px;
		margin-top: 30px;
	}
	.about02 {
		padding: 30px 0;
	}
	.about02-1{
		width:300px !important;
		margin:0 auto;
	}
	.about02 .default-site-title{
		margin-bottom:20px;
	}
	.about02-1 li{
		width:300px;
		margin:0 auto;
	}
	.about02-1 .prev{
		left:-20px;
	}
	.about02-1 .next{
		left:auto;
		right:-20px;
	}
	.about03 {
		width: 94%;
		margin: 0 3%;
		margin-top: 30px;
	}
	.about03 li h3{
		width:100%;
	}
	.about03 ul{
		margin-top:20px;
	}
	.about03 li {
		padding: 10px 0;
	}
	.about03 li span
	,.about03 .a03{
		display:none;
	}
	.about03 li div {
		width: 100%;
	}
	.about04 {
		padding: 30px 0;
		margin-top: 30px;
	}
	.about04 ul{
		text-align:center;
	}
	.about04 li{
		float:none;
		display:inline-block;
		width:30%;
		margin:0 1%;
		padding:0;
		height:90px;
	}
	.about04 li p {
		font-size: 10px;
		margin-top: 5px;
		text-transform: capitalize;
	}
	.about04 li span {
		width: 86%;
		height: 85%;
		left: 6%;
		top: 7%;
	}
	.about04 li h3 {
		font-size: 18px;
		margin-top: 15px;
	}
	.about04 li h3 em {
		width: 30px;
		height: 2px;
		margin: 7px auto;
	}
	.about04 ul{
		margin-top:20px;
	}
	.default-site-page{
		padding-top:3px;
	}
	.list-nav{
		margin:20px 0;
		padding-top:20px;
		margin-top:0;
	}
	.meterial01 li span img{
		height:140px;
	}
	.meterial01 li 
	,.meterial01 li.mr0
	,.list-video01 li{
		width: 49%;
		margin-right: 2% !important;
	}
	.meterial01 li:nth-child(2n)
	,.list-video01 li:nth-child(2n){
		margin-right:0 !important;
	}
	.meterial01 li a{
		padding-top:15px;
	}
	.meterial01 li div {
		padding: 5px;
		margin-top: 15px;
	}
	.meterial01 li h3 {
		font-size: 14px;
		height:21px;
		overflow:hidden;
	}
	.meterial01 li h4, .meterial01 li h3{
		 font-size: 14px;
		 width:80%;
	}
	.meterial01 li em {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-top: -10px;
	}
	.default-site-page .default-site-title{
		display:none;
	}
	.list-video01 li a h3 {
		font-size: 13px;
	}
	.online-apply {
		padding: 30px 3%;
		width: 80%;
		width: 94%;
		margin-top: 20px;
	}
	.default-site-page{
		padding-bottom:30px !important;
	}
	.default-site-cattitle {
		width: 100%;
		border:1px solid #258a57;
		padding: 0;
		position: initial;
		float: none;
		margin-top: 20px;
	}
	.default-site-cattitle h2{
		padding:5px 0;
		background: #258a57;
		color:#fff;
	}
	.default-site-cattitle span {
		transform: none;
		margin-left: 7px;
		margin-top: 0;
		height: auto;
		display: inline-block;
	}
	.default-site-line{
		display:none;
	}
	.list-news ul {
		margin-top: 10px;
		width: 100%;
	}
	.list-news li{
		padding:10px 0;
	}
	.list-news li span {
		display:none;
	}
	.list-news li div {
		margin-top: 0;
		float:right;
		width:67%;
		margin-left:0;
	}
	.list-news li img {
		width: 28%;
		float:left;
	}
	.list-news li div h3 {
		font-size: 16px;
		font-weight:normal;
	}
	.list-news li ins
	,.default-site-page .default-site-course{
		display:none;
	}
	.list-news li p{
		display:none;
	}
	.default-site-page .default-site-course {
		margin-top: 30px;
	}
	.view-left {
		width: 100%;
		margin-left: 0;
	}
	.view-news {
		padding: 30px 0;
	}
	.default-site-page{
		padding-top:0 !important;
	}
	.traning {
		width: 84%;
		padding: 5%;
		margin: 50px 3%;
		margin-bottom:120px;
	}
	.traning-nav {
		float: none;
		width: 96%;
		border: none;
		padding: 0;
		min-height: auto;
		background:#f5f5f5;
		padding:0 2%;
	}
	.traning-nav li{
		width:20%;
		float:left;
		text-align:center;
	}
	.traning-box {
		margin: 30px auto;
		width: 100%;
	}
	.traning-nav li a{
		font-size:12px;
		padding:10px 0;
		margin-bottom:0;
		border:none;
	}
	.view-video {
		width: 90%;
		padding: 5%;
	}
	.view-video .view-left{
		float:left;
		background:#fff;
	}
	.view-video-pox {
		width: 94%;
		padding: 3%;
	}
	.list-join01 {
		margin-top: 20px;
	}
	.join01 {
		padding: 20px 0;
		margin: 10px;
	}
	.join01 li {
		width:80%;
		margin:0 10%;
		margin-bottom: 20px;
	}
	.join01 h3, .join03 h3 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.join01 .more09{
		font-size:14px;
	}
	.join03 {
		padding: 5%;
		border: none;
		margin-top:20px;
		width: 90%;
	}
	.join03 form{
		width:100%;
	}
	.list-question li h3{
		width:94%;
	}
	.list-question li p {
		margin-top: 5px;
		width: 93%;
		text-align: left;
		font-size: 12px;
		margin-left: 5%;
	}
	.question-search{
		padding-top:10px;
	}
	.question-search .s01 {
		width: 52%;
		padding-left:3%;
		font-size:12px;
	}
	.question-search input {
		width: 20%;
		height: 37px;
		line-height: 37px;
		font-size: 12px;
	}
	.view-question .re02 {
		font-size: 12px;
	}
	.list-download {
		width: 96%;
		margin: 0 auto;
		padding: 1px 2%;
	}
	.download01 li {
		margin-bottom: 10px;
	}
	.download01 li a {
		padding: 15px;
	}
	.download01 li h3 {
		margin-bottom: 10px;
	}
	.download01 li p {
		font-size: 12px;
		line-height: 1.5;
		max-height: 35px;
	}
	.download01 li em {
		margin-top: 10px;
		font-size: 12px;
	}
	.default-site-cover {
		width: 100%;
		text-align: center;
	}
	.default-site-cover img {
		width: 160px;
		padding: 5px;
	}
	.team-jianjie {
		width: 100%;
	}
	.view-meterial {
		padding: 20px 0;
	}
	.meterial-left {
		width: 100%;
		border: none;
	}
	.related02{
		display:none;
	}
	.meterial-left span img {
		width: 150px;
	}
	.meterial-url {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.meterial-right {
		width: 100%;
	}
	.list-news {
		padding-top:1px;
		margin-top:0;
	}
	.page{
		margin-top:30px;
	}
	.mb-team ul{
		margin-top:20px;
	}
	.mb-team li{
		margin:auto;
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px solid #eee;
		width:100%;
	}
	.mb-team li a{
		display:block;
		padding:0;
		border:none;
	}
	.mb-team li a span{
		display:block;
		float:left;
		width:88px;
	}
	.mb-team li a img{
		width:100%;
		border-radius:5px;
	}
	.mb-team li a h3{
		text-align:left;
	}
	.mb-team li a div{
		float:right;
		width: calc(100% - 100px);
	}
	.view-right
	,.view-left{
		width:100%;
		margin:0;
	}
	.list-kecheng .kecheng01 {
		padding:0;
		background:none;
	}
	.list-kecheng .kecheng01 li{
		background:#fff;
		border-bottom:none;
		padding:10px;
		margin-bottom:10px;
	}
	.list-kecheng .kecheng01 li strong {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.list-kecheng .kecheng01 li h3 {
		width: 80%;
		margin-left: 3%;
		line-height:30px;
	}
	.list-kecheng .kecheng01 li span{
		width:80%;
		float:left;
		margin-left:10px;
    	line-height: inherit;
	}
	.list-lveying {
		padding-top: 30px;
		border-top: 1px solid #eee;
		margin-top: 0;
	}
	.lvying li
	,.lvying li.mr0{
		width:49%;
		margin-right:2% !important;
		margin-bottom:20px;
	}
	.lvying li:nth-child(2n){
		margin-right:0 !important;
	}
	.view-about01 h3 {
		font-size: 25px !important;
		margin: 30px 0 !important;
	}
	.view-about01 table td{
		padding:5px !important;
	}
	.tdy-mall-mbcolumn{
		background:#f7f7f7 !important;
		padding:5px !important;
	}
	.tdy-mall-mbdetail-default
	,.tdy-mall-mbdetail-default .t-mbxqtit h3{
		background:#f7f7f7 !important;
	}
	.tdy-mall-mbdetail-default .t-mbxianqing .t-mbxq02{
		padding:0 10px !important;
	}
	.tdy-mall-mbdetail-default .t-mbxianqing .t-mbxq02 p{
		font-size:14px !important;
	}
	.zs_zearch a{
		width: 100px;
		line-height: 30px;
		border-radius: 15px;
	}
	.zs_zearch {
		margin: 30px auto;
	}
	.mbmore {
		font-size: 14px;
		color: #999;
		text-align: center;
		display: block;
	}
	.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;
	}
	.mbfoot {
		padding: 25px 20px;
	}
	.ftlogo {
		width: 100%;
		margin-top: 0;
		padding-top:0;
	}
	.ftlogo img {
		max-width: 150px;
		height: auto;
	}
	.mbcon{
		margin:20px 0;
	}
	.mbcon p {
		font-size: 12px;
		color: #333;
		line-height: 1.7;
	}
	.mbcon p img{
		width:15px;
		height:auto;
		margin-right:5px;
	}
	.mbcon p a {
		color: #333;
	}
	.mbcon02{
		margin-top:15px;
	}
	.mbcon02 li {
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.mbcon02 li a {
		display: block;
		color: #666;
		font-size: 11px;
	}
	.mbcon02 li img {
		width: 75px;
		height: auto;
		margin-right:10px;
		display:inline-block;
		vertical-align:middle;
	}
	.mbcon02 li h3 {
		display:inline-block;
		width: 54px;
		vertical-align:middle;
	}
	.ftewm {
		background: none;
		padding: 0;
	}
	.ftewm span {
		width: 80px;
		float:left;
	}
	.ftewm span img{
		width:100%;
		height:auto;
	}
	.ftewm div {
		float: left;
		text-align: left;
		padding-top: 15px;
		font-size: 14px;
		margin-left: 10px;
	}
	.copy {
		padding-bottom: 70px;
		background: none;
		border-top: 1px solid #eee;
		padding-top: 10px;
	}
	.copy p a{
		color:#999;
	}
}






