@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;
	/* z-index: -1; */
    display: none; /*部分页面下有透视BUG（已知 sid:33 的关于我们），因此隐藏*/
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
.header {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.topbox {
    background: #f5f5f5;
    padding: 3px 0;
}
.topbox .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbox p{
    font-size: 14px;
    color: #999;
}
.topright {
    display: flex;
    align-items: center;
}
.topright span{
    display: flex;
}
.topright span a{
    font-size: 14px;
    color: #999;
    margin-right: 15px;
    transition: all .3s;
}
.topright span a:hover{
    color: #ff7d11;
}
.topbox ul{
    display: flex;
    align-items: center;
}
.topbox ul li{
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}
.topbox ul li span {
    color: #999;
    font-size: 20px;
    transition: all .3s;
}
.topbox ul li:hover span{
    color: #ff7d11;
}
.topbox ul li.li03 span {
    font-size: 17px;
}
.topbox ul li div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    width: 100px;
    border: 1px solid #eee;
    top: 32px;
    display: none;
}
.topbox ul li:hover div{
    display: block;
}
.topbox ul li a{
    display: block;
}
.topbox ul li div img{
    width: 100%;
    height: auto;
}
.topbox ul li div::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    left: 50%;
    margin-left: -5px;
    top: -5px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.head01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.logo{
    display: flex;
}
.logo a {
    display: block;
}
.logo a img {
    max-height: 50px;
}
.logo span {
    display: block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 25px;
    color: #999;
    margin-left: 20px;
}
.logo span em {
    color: #999;
    margin-right: 2px;
}
.search form{
    width: 450px;
    border: 1px solid #ff7d11;
}
.search .tdy-keyword {
    line-height: 40px;
    height: 40px;
    border: none;
    padding-left: 20px;
    width: calc(100% - 90px);
    float: left;
}
.search .tdy-submit {
    width: 70px;
    border: none;
    background: #ff7d11;
    color: #fff;
    line-height: 40px;
    height: 40px;
    float: right;
}
.toptel {
    font-size: 14px;
    color: #999;
    padding-left: 50px;
    background: url(/template/index/public/54/54-0119/images/tel.png) no-repeat left center;
}
.toptel p {
    color: #ff7d11;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.menubox {
    display: flex;
    justify-content: space-between;
}
.menubox .s01 {
    display: none;
    line-height: 45px;
    color: #fff;
    background-image: linear-gradient(135deg,#ff7d11 0,#f18b36 100%);
    padding: 0 23px;
    font-size: 16px;
    border-radius: 15px 15px 0 0;
}
.module-index-index .menubox .s01{
    display: block;
}
.menubox .s01 em {
    color: #fff;
    margin-right: 6px;
}
.menubox .menu {
    width: 100%;
}
.module-index-index .menubox .menu{
    width: calc(100% - 180px);
}
.menubox .menu ul {
    display: flex;
    justify-content: space-between;
}
.menubox .menu ul li a {
    display: block;
    font-size: 16px;
    line-height: 45px;
}
.menubox .menu ul li.a a
,.menubox .menu ul li:hover a{
    color: #ff7d11;
}
.banbox{
    position: relative;
}
/*.coursestyle {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    z-index: 2;
}*/
.coursestyle .d01 {
    width: 240px;
    background: #fff;
    position: absolute;
    height: 100%;
    left: calc((100% - 1188px)/2);
    box-sizing: border-box;
    border-top: 2px solid #fb801a;
    padding-top: 10px;
    border-bottom: 2px solid #fb801a;
    z-index: 2;
    top: 0;
}
.coursestyle .d01 li {
    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
}
.coursestyle .d01 li.a {
    border-left: 2px solid #ff7d11;
    background: #fff6ee;
}
.coursestyle .d01 li a.a01 {
    display: block;
    font-size: 16px;
    color: #fc811a;
}
.coursestyle .d01 li div {
    display: flex;
    flex-wrap: wrap;
}
.coursestyle .d01 li div a {
    display: block;
    margin-right: 9px;
    color: #666;
    font-size: 12px;
    transition: all .3s;
}
.coursestyle .d01 li div a:hover{
    text-decoration: underline;
     color: #fc811a;
}
.coursestyle .d02 ul{
    position: absolute; 
    width: calc(1188px - 240px);
    height: 100%;
    display: none;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;   
    padding: 20px 50px; 
    right: calc((100% - 1188px)/2);
    z-index: 2;
    top: 0;
}
.coursestyle .d02 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #eee;
}
.coursestyle .d02 li:last-child{
    border-bottom: none;
}
.coursestyle .d02 li a.a01 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    padding-left: 15px;
    position: relative;
    transition: all .3s;
}
.coursestyle .d02 li a.a01:hover{
    color: #ff7d11;
}
.coursestyle .d02 li .a01::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #ff7d11;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.coursestyle .d02 li div {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.coursestyle .d02 li div a {
    display: block;
    padding-right: 15px;
    position: relative;
    color: #666;
    font-size: 14px;
    transition: all .3s;
}
.coursestyle .d02 li div a:hover{
    color: #ff7d11;
    text-decoration: underline;
}
/*.coursestyle .d02 li div a::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #ddd;
    height: 12px;
    right: 0;
    top: 4px;
}*/
.banner{
    position: relative;
}
.ispc .banner li{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.ispc .banner li img{
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
}
.dots{
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
}
.dots span{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
}
.dots span.swiper-pagination-bullet-active{
    width: 30px;
}
.newscourse{
    display: flex;
    margin-top: 40px;
}
.newscourse .ntit {
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.newscourse ul{
    width: calc(100% - 60px);
    display: flex;
}
.newscourse li {
    width: calc(20% - 12px);
    margin-left: 12px;
}
.newscourse li a{
    display: block;
    position: relative;
}
.newscourse li a img{
    width: 100%;
    height: auto;
}
.newscourse li div{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #ff7d11;
}
.newscourse li.li2 div{
    color: #246bf9;
}
.newscourse li.li3 div{
    color: #5a43f8;
}
.newscourse li.li4 div{
    color: #13d279;
}
.newscourse li.li5 div{
    color: #c7aa10;
}
.newscourse li div h3 {
    font-size: 20px;
    font-weight: bold;
}
.newscourse li div p {
    font-size: 14px;
}
.newscourse li div span {
    display: inline-block;
    padding:1px 7px 1px 10px;
    background: #fec58f;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s;
}
.newscourse li.li2 div span{
    background: #6497fd;
}
.newscourse li.li3 div span{
    background: #7d73fe;
}
.newscourse li.li4 div span{
    background: #9aeebe;
}
.newscourse li.li5 div span{
    background: #e2d39a;
}
.newscourse li:hover div span{
    background: #ff7d11;
    margin-top: 15px;
}
.newscourse li.li2:hover div span{
    background: #246bf9;
}
.newscourse li.li3:hover div span{
    background: #5a43f8;
}
.newscourse li.li4:hover div span{
    background: #13d279;
}
.newscourse li.li5:hover div span{
    background: #c7aa10;
}
.newscourse li div span em {
    color: #fff;
    font-size: 14px;
    -webkit-text-stroke-width: inherit;
    margin-left: 2px;
}
.hotnews{
    margin-top: 40px;
    position: relative;
}
.hotnews .prev01, .hotnews .next01
,.prev02,.next02 {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    background: #eee;
    border-radius: 50%;
    left: -60px;
    top: 50%;
    cursor: pointer;
    transition: all .3s;
}
.hotnews .next01
,.next02{
    left: auto;
    right: -60px;
}
.hotnews .prev01:hover, .hotnews .next01:hover
,.prev02:hover,.next02:hover {
    background: #ff7d11;
    color: #fff;
}
.tit01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.hotnews .tit01{
    margin-bottom: 10px;
}
.tit01 h2 {
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.tit01 h2::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 20px;
    border-radius: 10px;
    background: #ff7d11;
    left: 0;
    top: 5px;
}
.tit01 a {
    font-size: 14px;
    color: #999;
    transition: all .3s;
}
.tit01 a:hover{
    color: #ff7d11;
}
.hotnews01{
    padding-top: 5px;
}
.hotnews01 li a{
    display: block;
    border: 1px solid #eee;
    transition: all .3s;
}
.hotnews01 li:hover a{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.hotnews01 li span{
    display: block;
}
.hotnews01 li span img{
    width: 100%;
    height: auto;
}
.hotnews01 li div {
    position: relative;
    padding: 15px;
    overflow: hidden;
    padding-bottom: 25px;
}
.hotnews01 li div h3{
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.hotnews01 li div em{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: -40px;
    bottom: -40px;
    background: #ffecdf;
    position: absolute;
    transition: all .3s;
}
.hotnews01 li div em i{
    color: #ff7d11;
    position: absolute;
    left:15px;
    top: 12px;
    transition: all .3s;
}
.hotnews01 li:hover div em{
    background: #ff7d11;
}
.hotnews01 li:hover div em i{
    color: #fff;
}
.planbox{
    margin-top: 40px;
}
.planbox ul{
    display: flex;
}
.planbox li {
    width: calc((100% - 20px*2)/3);
    margin-right: 20px;
    box-shadow: 0 0 5px #eee;
    transition: all .3s;
}
.planbox li.li3{
    margin-right: 0;
}
.planbox li a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg,#2039ff 0,#24bdff 100%);
}
.planbox li.li2 a::before{
    background-image: linear-gradient(135deg,#35e4e0 0,#38d989 100%);
}
.planbox li.li3 a::before{
    background-image: linear-gradient(135deg,#eb2e30 0,#fd3d97 100%);
}
.planbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.planbox li:hover{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    box-shadow: 0 0 10px #ddd;
}
.planbox li a span {
    display: block;
    width: 150px;
}
.planbox li a img {
    width: 100%;
    height: auto;
}
.planbox li a h3 {
    width: calc(100% - 170px);
    color: #333;
}
.coursediv{
    margin-top:25px;
}
.ieltsbox{
    margin-top: 40px;
}
.tit01 h2 span{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}
.coursediv .d01{
    display: flex;
    justify-content: space-between;
}
.coursediv .c-tit01 {
    width: 200px;
    position: relative;
}
.coursediv .c-tit01 div.d02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
    color: #d27f0c;
}
.coursediv .c-tit01 img{
    width: 100%;
    height: auto;
}
.coursediv .c-tit01 h2 {
    font-size: 25px;
    font-weight: bold;
}
.coursediv .c-tit01 h2 span{
    display: block;
}
.coursediv .c-tit01 a.a01 {
    background-image: linear-gradient(135deg,#d27f0c 0,#eca23e 100%);
    display: block;
    width: 107px;
    margin: auto;
    line-height: 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    transition: all .3s
}
.coursediv .c-tit01 a.a01:hover{
    opacity: .8;
}
.coursediv ul {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
}
.coursediv li {
    width: calc((100% - 16px*3)/3);
    margin-left: 16px;
    margin-bottom: 15px;
}
.coursediv li a {
    display: block;
    position: relative;
    transition: all .3s;
    border-radius: 5px;
    cursor: pointer;
}
.coursediv li:hover a{
    box-shadow: 0 5px 10px rgba(210,127,12 ,0.2);
}
.coursediv li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.coursediv li div {
    position: absolute;
    left: 50px;
    top: 30px;
    color: #d27f0c;
}
.coursediv li div h4 {
    font-size: 14px;
}
.coursediv li div h3 {
    font-size: 18px;
    font-weight: bold;
}
.coursediv li div span {
    display: block;
    width: 70px;
    background: #fff;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    line-height: 23px;
    margin-top: 6px;
    box-shadow: 0 2px 5px rgba(210,127,12 ,0.2);
    transition: all .3s;
}
.coursediv li:hover div span {
    background: #d27f0c;
    color: #fff;
}
.toeflbox .tit01 h2::before{
    background: #463db2;
}
.toeflbox .c-tit01 div.d02
,.toeflbox li div{
    color: #463db2;;
}
.toeflbox li div span{
    box-shadow: 0 2px 5px rgba(82,75,185,0.3);
}
.toeflbox li:hover div span{
    background: #463db2;
}
.toeflbox .c-tit01 a.a01 {
    background-image: linear-gradient(135deg,#463db2 0,#8e8ed6 100%);
}
.toeflbox li:hover a {
    box-shadow: 0 5px 10px rgba(82,75,185,0.2);
}
.otherbox .c-tit01 h2 a {
    display: block;
    font-size: 18px;
    color: #3a9e6a;
    line-height: 2.5;
    transition: all .3s;
    cursor: pointer;
}
.otherbox .c-tit01 h2 a:hover{
    text-decoration: underline;
}
.otherbox .c-tit01 a.a01{
    background-image: linear-gradient(135deg,#3a9e6a 0,#50d39b 100%);
}
.otherbox li div{
    color: #3a9e6a;
}
.otherbox li div span {
    box-shadow: 0 2px 5px rgba(61,166,113 ,0.3);
}
.otherbox li:hover a{
    box-shadow: 0 5px 10px rgba(61,166,113 ,0.2);
}
.otherbox li:hover div span
,.otherbox .tit01 h2::before {
    background: #3a9e6a;
}
.teambox{
    margin-top: 45px;
    position: relative;
}
.teambox .prev02,.teambox .next02{
    margin-top: -20px;
}
.teambox .tit01 {
    margin-bottom: 5px;
}
.teambox01 li {
    padding: 10px 0 25px 0;
}
.teambox01 li a{
    display: block;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: #fff;
    overflow: hidden;
    transition: all .3s;
}
.teambox01 li:hover a{
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.teambox01 li span {
    display: block;
    position: relative;
    background: #000;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.teambox01 li span img{
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    transition: all .3s;
}
.teambox01 li:hover span img{
    opacity: .7;
}
.teambox01 li span em {
    font-size: 20px;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #3a9e6a;
    color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 60%;
    margin: -25px 0 0 -18px;
    transition: all .3s;
    opacity: 0;
}
.teambox01 li:hover span em{
    opacity: 1;
    top: 50%;
}
.teambox01 li:nth-child(5n-1) span em { 
    background: #5320fb;
}
.teambox01 li:nth-child(5n-2) span em { 
    background: #fb1a49;
}
.teambox01 li:nth-child(5n-3) span em {
    background: #246bf9;
}
.teambox01 li:nth-child(5n-4) span em {
    background: #f7d30b;
}
.teambox01 li div.d01 {
    position: relative;
    padding: 20px;
    background: #fff;
    margin-top: -20px;
    padding-bottom: 25px;
}
.teambox01 li div.d01::after {
    position: absolute;
    content: '';
    width: 44px;
    height: 4px;
    background: #3a9e6a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 3px 3px 0 0;
    transition: all .3s;
}
.teambox01 li:hover div.d01::after {
    width: 100%;
    border-radius: 0;
}
.teambox01 li:nth-child(5n-1) div.d01::after{ 
    background: #5320fb;
}
.teambox01 li:nth-child(5n-2) div.d01::after{ 
    background: #fb1a49;
}
.teambox01 li:nth-child(5n-3) div.d01::after{
    background: #246bf9;
}
.teambox01 li:nth-child(5n-4) div.d01::after{
    background: #f7d30b;
}
.teambox01 li div.d01::before {
    position: absolute;
    content: '';
    width: 600px;
    height: 400px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -300px;
}
.teambox01 li div.d01 div {
    position: relative;
    text-align: center;
    margin-top: -10px;
}
.teambox01 li div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.teambox01 li div h3 em {
    font-style: normal;
    font-size: 15px;
    margin-left: 10px;
    font-weight: normal;
}
.teambox01 li div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    height: 36px;
    line-height: 18px;
    padding: 0 10px;
}
.gongju {
    margin-top: 20px;
}
.gongju ul {
    display: flex;
    justify-content: space-between;
}
.gongju li a{
    cursor: pointer;
}
.gongju li a span {
    display: block;
    width: 145px;
    text-align: center;
    height: 145px;
    line-height: 125px;
    background: url(/template/index/public/54/54-0119/images/gjbg.png) no-repeat center;
    transition: all .3s;
}
.gongju li a img {
    width: 50px;
    height: auto;
}
.gongju li a h3 {
    text-align: center;
    color: #333;
    font-size: 14px;
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    transition: all .3s;
}
.gongju li:hover a span{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.gongju li:hover a h3 {
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.newsbox{
    margin-top: 40px;
}
.newsbox .divbox{
    display: flex;
}
.newsbox .divbox .d01 {
    width: 32%;
    margin: 0;
    box-shadow: 0 0 5px #eee;
}
.newsbox .divbox .d01 li a{
    display: block;
    background: #fff;
}
.newsbox .divbox .d01 li span{
    display: block;
}
.newsbox .divbox .d01 li span img{
    width: 100%;
    height: auto;
}
.newsbox .divbox .d01 li div{
    padding: 20px;
}
.newsbox .divbox .d01 li div h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    transition: all .3s;
}
.newsbox .divbox .d01 li div p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox .divbox .d01 li div em {
    width: 85px;
    font-style: normal;
    color: #999;
    margin-top: 10px;
    transition: all .3s;
    background: #eee;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 20px;
}
.newsbox .divbox .d01 li:hover div em{
    color: #fff;
    background: #ff7d11;
}
.newsbox .dots02{
    position: absolute;
    top: 173px;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: auto;
}
.newsbox .dots02 span{
    background: #fff;
}
.newsbox .divbox .d02 {
    width: 32%;
    margin-left: 2%;
    box-shadow: 0 0 5px #eee;
    padding-bottom: 20px;
}
.newsbox .divbox .d02 .n-tit {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsbox .divbox .d02 .n-tit h2 {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.newsbox .divbox .d02 .n-tit h2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #ff7d11;
    bottom: -17px;
}
.newsbox .divbox .d02 .n-tit a {
    display: block;
    font-size: 14px;
    color: #999;
    transition: all .3s;
}
.newsbox .divbox .d02 .n-tit a:hover
,.newsbox .divbox .d02 li a:hover{
    color: #ff7d11;
}
.newsbox .divbox .d02 ul{
    padding: 15px 20px;
}
.newsbox .divbox .d02 li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    padding-left: 15px;
    transition: all .3s;
}
.newsbox .divbox .d02 li:hover a::before{
    background: #ff7d11;
}
.newsbox .divbox .d02 li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 5px;
    left: 0;
    top: 14px;
    transition: all .3s;
}
.newsbox .divbox .d02 .imgbox {
    margin: 0 20px;
}
.newsbox .divbox .d02 .imgbox a{
    display: block;
    cursor: pointer;
}
.newsbox .divbox .d02 .imgbox img{
    width: 100%;
    height: auto;
}
.footer{
    background: #272727;
    padding-top: 50px;
    margin-top: 70px;
}
.foot01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.ftlogo{
    width: 170px;
    padding-bottom: 20px;
}
.ftlogo img{
    width: 100%;
    height: auto;
}
.ftadd {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.ftadd .d01 {
    width: 50%;
    margin-bottom:30px;
}
.ftadd .d01 h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ftadd .d01 h3 em {
    color: #ff7d11;
    margin-right: 5px;
    font-size: 20px;
}
.ftadd .d01 p {
    color: #999;
    font-size: 14px;
    padding-left: 24px;
}
.ftadd .d01 p a{
    color: #999;
}
.foot02{
    background: #1f1f1f;
    padding: 15px 0;
}
.links{
    display: flex;
    justify-content: center;
}
.links li{
    color: #fff;
    font-size: 14px;
}
.links li a{
    position: relative;
    display: block;
    color: #fff;
    padding-right: 20px;
    transition: all .3s;
}
.links li:hover a{
    color: #f46819;
}
.links li a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 11px;
    background: #fff;
    right: 9px;
    top: 5px;
}
.links li:last-child a::before{
    display: none;
}
.default-copyright {
    width: 100%;
    line-height:1.5;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.default-copyright a {
    color: #999;
    transition: all .3s;
    font-size: 14px;
}
.default-copyright a:hover{
    color: #fff;
}
.top {
    width: 45px;
    height: 45px;
    background: #fff;
    position: fixed;
    z-index: 22;
    right: 20px;
    bottom: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    color: #999;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all .3s;
}
.top em {
    display: block;
    padding-top: 7px;
    transition: all .3s;
}
.top:hover,.top:hover em{
    color: #ff7d11;
}
/*---------------list-team-------------------*/
.banner01{
    margin-top: 20px;
}
.banner01 li img{
    width: 100%;
    height: auto;
}
.banner01 .dots {
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: 2;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.banner01 .dots span{
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 7px !important;
    opacity: .5;
}
.banner01 .dots span.swiper-pagination-bullet-active{
    opacity: 1;
}
.list-page{
    margin-top: 20px;
}
.list-left{
    width: 75%;
    float: left;
}
.poxbox {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.pox a:hover{
    color: #ff7d11;
}
.list-team li {
    background: #fff;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all .3s;
}
.list-team li:hover{
    border: 1px solid #ff7d11;
}
.list-team li span {
    display: block;
    width: 170px;
}
.list-team li a{
    display: block;
}
.list-team li span img {
    width: 100%;
    height: auto;
}
.list-team li .d01 {
    width: calc(100% - 200px);
    margin-left: 30px;
}
.list-team li .d01 .d02 {
    display: flex;
    align-items: center;
}
.list-team li .d01 .d02 h3 {
    font-size: 20px;
    font-weight: bold;
}
.list-team li .d01 .d02 h3:hover a{
    color: #ff7d11;
}
.list-team li .d01 .d02 h4 {
    padding: 2px 10px;
    margin-left: 30px;
    border: 1px solid #ff7d11;
    color: #ff7d11;
    border-radius: 10px 10px 10px 0;
}
.list-team li .d01 ins {
    display: block;
    margin: 15px 0;
}
.list-team li .d01 ins em {
    display: block;
    font-style: normal;
    font-size: 14px;
}
.list-team li .d01 ins em i {
    color: #ff7d11;
    margin-right: 5px;
}
.list-team li .d01 p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-team li .d01 .d03 {
    margin-top: 15px;
    display: flex;
}
.list-team li .d01 .d03 em {
    display: block;
    padding: 5px 20px;
    margin-right: 20px;
    font-style: normal;
    font-size: 14px;
    background-image: linear-gradient(135deg,#fe3a0a 0,#ff6500 100%);
    border-radius: 5px;
    box-shadow: 0 2px 10px #f9b098;
    transition: all .3s;
}
.list-team li .d01 .d03 em:hover{
    opacity: .8;
}
.list-team li .d01 .d03 em a{
    color: #fff;
    cursor: pointer;
}
.list-team li .d01 .d03 em.e02 {
    background-image:linear-gradient(135deg,#0b72ff 0,#0c9df8 100%);
    box-shadow: 0 2px 10px #86bbfb;
}
.list-right {
    float: right;
    width: calc(25% - 20px);
}
.related-kc{
    background: #fff;
    margin-bottom: 20px;
}
.retit {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.retit h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #ff7d11;
    line-height: 1;
    padding-left: 10px;
}
.retit a {
    display: block;
    font-size: 14px;
    color: #999;
    transition: all .3s;
}
.retit a:hover{
    color: #ff7d11;
}
.related-kc ul{
    padding-bottom: 2px;
}
.related-kc li {
    margin-bottom: 17px;
}
.related-kc li h3{
    padding-left: 43px;
    background: url(/template/index/public/54/54-0119/images/kc02.png) no-repeat left center;
    background-size: 36px;
    padding: 5px 0;
    padding-left: 40px;
    transition: all .3s;
    font-size: 14px;
}
.related-kc li:hover h3{
    color: #ff7d11;
}
.related-kc li a {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
}
.related-kc li span {
    display: block;
    width: 125px;
}
.related-kc li span img {
    width: 100%;
    height: auto;
}
.related-kc li div {
    width: calc(100% - 140px);
}
.related-kc li div h3 {
    font-size: 16px;
    color: #333;
}
.related-kc li div p {
    font-size: 14px;
    color: #999;
}
.related-kc li div em {
    font-style: normal;
    padding: 3px 12px;
    background: #fff0f0;
    border-radius: 30px;
    color: #fe3f09;
    margin-top: 7px;
    display: inline-block;
    font-size: 12px;
    transition: all .3s;
}
.related-kc li div em:hover{
    background: #fe3f09;
    color: #fff;
}
.related-news {
    background: #fff;
}
.related-news ul{
    padding-bottom: 1px;
}
.related-news li a {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    transition: all .3s;
    padding: 0 15px;
    transition: all .3s;
}
.related-news li:hover a{
    color: #ff7d11;
}
.related-news li a span{
    display: block;
    float: left;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    font-style: normal;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-top: 1px;
    transition: all .3s;
}
.related-news li:hover a span{
    border: 1px solid #f36f02;
}
.related-news li.li1 a span
, .related-news li.li2 a span
, .related-news li.li3 a span {
    border: 1px solid #f36f02;
    background: #ff7d11;
    color: #fff;
}
.toolbox{
    background: #fff;
    margin-bottom: 20px;
}
.toolbox .retit{
    margin-bottom: 12px;
}
.toolbox ul {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.toolbox li {
    width: 50%;
}
.toolbox li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px;
    background: #eefff8;
    border-radius: 5px;
    margin: 3px;
    color: #333;
    justify-content: center;
    cursor: pointer;
}
.toolbox li.li2 a{
    background: #fff6ee;
}
.toolbox li.li3 a{
    background: #fff6f7;
}
.toolbox li.li4 a{
    background: #f5f3ff;
}
.toolbox li.li5 a{
    background: #eef5ff;
}
.toolbox li.li6 a{
    background: #fdf9ea;
}
.toolbox li.li7 a{
    background: #f1fff7;
}
.toolbox li.li8 a{
    background: #eefffe;
}
.toolbox li span{
    display: block;
    margin-right:3px;
    transition: all .3s;
}
.toolbox li:hover span{
    margin-right: 10px;
}
.toolbox li img {
    width: 35px;
    height: auto;
}
.toolbox li{
}
/*----------------view-team---------------*/
.view-team{
    background: #fff;
}
.pox01{
    margin-bottom: 10px;
}
.cover01 {
    padding: 20px;
    display: flex;
}
.cover01 span {
    display: block;
    width: 200px;
}
.cover01 span img {
    width: 100%;
    height: auto;
}
.cover01 .d01 {
    width: calc(100% - 230px);
    margin-left: 30px;
}
.cover01 .d01 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.cover01 .d01 h3 em {
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    margin-left: 30px;
    padding: 3px 10px;
    border: 1px solid #ff7d11;
    border-radius: 0 10px 10px 10px;
    color: #ff7d11;
}
.cover01 .d01 ins {
    display: block;
    margin: 15px 0;
}
.cover01 .d01 ins em {
    display: block;
    font-style: normal;
    font-size: 14px;
}
.cover01 .d01 ins em i {
    color: #ff7d11;
    margin-right: 5px;
}
.cover01 .d01 p {
    font-size: 14px;
    color: #999;
}
.cover01 .d01 .zx01 {
    display: inline-block;
    padding: 7px 25px;
    margin-right: 20px;
    font-style: normal;
    font-size: 14px;
    background-image: linear-gradient(135deg,#fe3a0a 0,#ff6500 100%);
    border-radius: 5px;
    box-shadow: 0 2px 10px #f9b098;
    transition: all .3s;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
.cover01 .d01 .zx01:hover{
    opacity: .8;
}
.articlebox {
    padding: 20px;
    border-top: 10px solid #f5f5f5;
}
.pub01{
    text-align: right;
    margin-bottom: 10px;
}
.fanye {
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.fanye p {
    font-size: 14px;
    width: 45%;
    line-height: 22px;
    color:#333;
}
.fanye p span {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 20px;
    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 a{
    color:#ee2923;
}
/*------------------list-news---------------------*/
.list-news{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.list-nav{
    margin-bottom: 20px;
}
.list-nav ul.default-pc-sidebar-ul {
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.list-nav ul .sidebar-ul-1 {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    display: flex;
}
.list-nav ul li{
    margin-right: 20px;
}
.list-nav ul li.a a.sidebar-a-1{
    background: #ff7d11;
    color: #fff;
}
.list-nav ul li a.sidebar-a-1 {
    display: block;
    font-size: 16px;
    padding: 3px 20px;
    border-radius: 30px;
    background: #f5f5f5;
}
.list-nav ul .sidebar-ul-1 {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    line-height: 40px;
    display: none;
    background: #f5f5f5;
    padding-left: 20px;
    box-sizing: border-box;
}
.list-nav ul li.a .sidebar-ul-1 {
    display: flex;
}
.list-nav ul .sidebar-ul-1 li a {
    font-size: 14px;
    color: #666;
}
.list-nav ul .sidebar-ul-1 li.a a
,.list-nav ul .sidebar-ul-1 li a:hover{
    color: #ff7d11;
}
.nodata{
    background: #eee;
    line-height: 500px;
    text-align: center;
    font-size: 16px;
}
.list-news .ul01 li a {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dotted #eee;
    justify-content: space-between;
}
.list-news .ul01 li a h3 {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    width: calc(100% - 150px);
    transition: all .3s;
}
.list-news .ul01 li a h3::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    left: 0;
    top: 9px;
    transition: all .3s;
}
.list-news .ul01 li:hover a h3{
    color: #ff7d11;
}
.list-news .ul01 li:hover a h3::before{
    background: #ff7d11;
}
.list-news .ul01 li a ins {
    font-size: 14px;
    color: #999;
    transition: all .3s;
}
.list-news .ul01 li a ins em{
    margin-right: 5px;
    transition: all .3s;
}
.coursebox{
    background: #fff;
    margin-bottom: 20px;
}
.coursebox ul {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
}
.coursebox li {
    width: 33.33%;
    margin-bottom: 20px;
    transition: all .3s;
}
.coursebox li:hover{
    transform: translateY(-3px);
    -ms-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -webkit-transform:translateY(-3px);
    -o-transform:translateY(-3px);
}
.coursebox li a {
    display: block;
}
.coursebox li a span {
    display: block;
    width: 60px;
    margin: auto;
}
.coursebox li a img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.coursebox li h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
    color: #333;
}
/*---------------- list-news02---------------*/
.list-news02 ul{
    background: #fff;
}
.list-news02 li a {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: all .3s;
}
.list-news02 li:hover a{
    box-shadow: 0 0 14px #ddd;
}
.list-news02 li a span {
    width: 200px;
    display: block;
}
.list-news02 li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-news02 li a div {
    width: calc(100% - 230px);
    margin-left: 30px;
}
.list-news02 li a div h3 {
    font-size: 17px;
    color: #333;
    transition: all .3s;
    font-weight: bold;
}
.list-news02 li:hover a div h3
,.list-news02 li a div ins:hover
,.list-news02 li a div ins:hover em
,.list-news .ul01 li a ins:hover
,.list-news .ul01 li a ins:hover em{
    color: #ff7d11;
}
.list-news02 li a div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 14px;
    margin: 10px 0;
}
.list-news02 li a div ins {
    display: block;
    color: #999;
    font-size: 14px;
    transition: all .3s;
}
.list-news02 li a div ins em {
    margin-right: 5px;
    transition: all .3s;
}
/*----------------------view-news------------------*/
.view-news {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
}
.view-news .title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}
.view-news .ww {
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
}
.view-news .ww span em{
    color: #999;
    font-size: 14px;
    font-style: normal;
}
.view-news .ww span i{
    margin-right: 5px;
}
.view-news .word{
    border-top: 1px dotted #eee;
    margin-top: 30px;
    padding-top: 30px;
}

/*----------------list-course----------------*/
.list-nav02{
    background: #fff;
    float: left;
    width: 200px;
}
.list-nav02 .default-pc-sidebar-ul .sidebar-li-1 .sidebar-a-1 {
    display: block;
    line-height: 45px;
    padding-left: 20px;
    border-bottom: 1px solid #e3e2fd;
    font-size: 17px;
    font-weight: bold;
    color: #443c90;
    background: #edecfd;
}
.list-nav02 .default-pc-sidebar-ul .sidebar-li-1.a .sidebar-a-1,.list-nav03 li.a a{
    background:#443c90;
    color: #fff;
}
.list-nav02 .sidebar-ul-1 li.a a
,.list-nav02 .sidebar-ul-1 li:hover a {
    color: #ff7d11;
}
.list-nav02 .sidebar-ul-1 li a,.list-nav03 li a {
    display: block;
    padding-left: 20px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
.list-nav03 li:last-child a{
    border-bottom: none;
}
.list-course,.view-course{
    float: right;
    width: calc(100% - 220px);
    background: #fff;
}
.list-course h2{
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: bold;
    color: #333;
}
.pub02{
    margin: 10px 20px;
    text-align: right;
    margin-left: 20px;
}
.list-course h2::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 20px;
    background: #ff7d11;
    left: 0;
    top: 19px;
}
.list-course .ul01 {
    padding: 30px;
    min-height: 525px;
}
.list-course .nodata{
    margin: 30px;
}
.list-course .ul01 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
     border-bottom: 1px dotted #eee;
}
.list-course .ul01 li h3 {
    font-size: 16px;
    padding: 15px 0;
    padding-left: 43px;
    position: relative;
    background: url(/template/index/public/54/54-0119/images/kc02.png) no-repeat left center;
    background-size:38px;
    width: calc(100% - 200px);
    transition: all .3s;
}
.list-course .ul01 li:hover h3
,.list-course .ul01 li span:hover
,.list-course .ul01 li span:hover em{
    color: #ff7d11;
}
.list-course .ul01 li span{
    color: #999;
    transition: all .3s;
}
.list-course .ul01 li span em{
    margin-left: 5px;
    transition: all .3s;
}
.list-course .pagination{
    margin: 0 0 40px 30px;
}
/*------------------view-course------------------*/
.view-course .cover01 {
    padding: 30px 50px;
}
.view-course .cover01 span {
    width: 300px;
}
.view-course .cover01 .d01 {
    width: calc(100% - 330px);
}
.view-course .cover01 .d01 h3{
    margin-bottom: 20px;
}
.view-course .cover01 .d01 p {
    margin:10px 0;
}
.view-course .cover01 .d01 p a {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ff7d11;
    color: #ff7d11;
    border-radius: 5px;
    transition: all .3s;
}
.view-course .cover01 .d01 p a:hover{
    background:  #ff7d11;
    color: #fff;
}
.view-course .cover01 .d01 ins a.bm01{
    display: inline-block;
    padding: 7px 25px;
    margin-right: 20px;
    font-style: normal;
    font-size: 14px;
   background-image: linear-gradient(135deg,#0b72ff 0,#0c9df8 100%);
    box-shadow: 0 2px 10px #86bbfb;
    border-radius: 5px;
    transition: all .3s;
    color: #fff;
    margin-top: 20px;
}
.view-course .cover01 .d01 ins a.bm01:hover{
    opacity: .8;
}
.view-course .word {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #eee;
    margin: 40px 50px;
    min-height: 250px;
}
.kcjs01 {
    position: absolute;
    width: 150px;
    line-height: 40px;
    top: -40px;
    background: #ff7d11;
    text-align: center;
    left: 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.formbox {
    border-radius: 5px;
    margin-bottom: 20px;
}
.formbox h2 {
    text-align: center;
    line-height: 56px;
    background: url(/template/index/public/54/54-0119/images/formbg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
.formbox form {
    padding:20px 15px;
    background: #fff;
}
.formbox form label{
    display: none;
}
.formbox form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.formbox form .layui-input-block .layui-input{
    border: 1px solid #eee;
    border-radius: 5px;
}
.formbox form .layui-btn {
    border-radius: 30px;
    width: 100%;
    background: #ef4900;
    font-size: 14px;
}
/*------------------view-about-----------*/
.abouttit {
    margin: 30px 50px;
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding-left: 15px;
    border-left: 5px solid #ff7d11;
}
.view-aboutleft{
    width:200px ;
    float: left;
}
.view-aboutleft .list-nav03{
    float: none;
}
.view-aboutleft .toolbox{
    margin-top: 20px;
}
.view-aboutleft .toolbox ul{
    padding: 12px 0;
}
.view-aboutleft .toolbox li a{
    background: none !important;
    display: block;
    text-align: center;
}
.view-aboutleft .toolbox li span {
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 10px;
}
.view-aboutleft .toolbox li.li1 a span{
    background: #eefff8;
}
.view-aboutleft .toolbox li.li2 a span{
    background: #fff6ee;
}
.view-aboutleft .toolbox li.li3 a span{
    background: #fff6f7;
}
.view-aboutleft .toolbox li.li4 a span{
    background: #f5f3ff;
}
.view-aboutleft .toolbox li.li5 a span{
    background: #eef5ff;
}
.view-aboutleft .toolbox li.li6 a span{
    background: #fdf9ea;
}
.view-aboutleft .toolbox li.li7 a span{
    background: #f1fff7;
}
.view-aboutleft .toolbox li.li8 a span{
    background: #eefffe;
}

@media screen and (max-width:1024px){ 
   .mbhead {
        padding:0 10px;
        position: fixed;
        height: 55px;
        background:#fff;
        box-sizing: border-box;
        width: 100%;
        z-index: 11;
    }
    .mbhead.a{
        box-shadow:0 5px 10px rgba(0,0,0,0.1);
    }
    .mbheight{
        height: 55px;
    }
    .mblogo a {
        display: block;
        line-height:50px;
        height:50px;
    }
    .mblogo img {
        max-width: 200px;
        max-height: 30px;
        width: auto;
        height: auto;
    }
    .nav-click {
        margin-top: -14px;
        right: 10px;
        text-align: center;
        width: 30px;
        height: 30px;
        background: #ff7c11;
        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 25px;
        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 !important;
        background-size:15px;
        line-height:50px;
        height:53px;
    }
    .default-mobile-nav-menu li div::before{
        right: 0 !important;
    }
    .default-mobile-nav-menu li ul {
        background-color: #f5f5f5;
    }
    #mobile-nav{
        background-color:#f9f9f9;
    }
    #mobile-nav ul{
    }
    #mobile-nav ul li{
    }
    #mobile-nav ul li a {
        font-size: 16px;
        padding: 10px 0;
        display: block;
        color: #333;
        border-bottom: 1px solid #eee;
    }
    .topadd {
        font-size: 14px;
        margin-left: 0;
        margin-top: 15px;
        margin-right: 40px;
        padding: 2px 12px;
        border-radius: 30px;
        float: right;
        background: #fff2e8;
        color: #ff7d11;
        border: 1px solid #f7d1b1;
    }
    .topadd em {
        font-size: 14px;
        color: #ff7d11;
        margin-right: 3px;
    }
    .mbsearch {
        margin: 10px;
        margin-top: 0;
    }
    .mbsearch form {
        border: 1px solid #eee;
        border-radius: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px;
        padding-right: 0;
        background: #f5f5f5;
    }
    .mbsearch form .tdy-keyword {
        width: calc(100% - 50px);
        border: none;
        font-size: 14px;
        color: #999;
        box-sizing: border-box;
        padding-left: 15px;
        background: none;
    }
    .mbsearch form .tdy-submit {
        border: none;
        width: 50px;
        background: none;
        color: #ff7c11;
        font-size: 15px;
        font-weight: normal;
        border-radius: 30px;
        line-height: 25px;
    }
    .mbmenu {
        margin: 10px 0 10px 20px;
    }
    .mbmenu ul {
        display: flex;
        justify-content: space-between;
    }
    .mbmenu li{
    }
    .mbmenu li a {
        display: block;
        font-size: 14px;
    }
        .banner{
        margin: 0 10px;
    }
    .banner li img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .dots span {
        width: 8px;
        height: 8px;
    }
    .dots span.swiper-pagination-bullet-active {
        width: 25px;
    }
    .mbstyle {
        margin: 30px 0 10px 0;
    }
    .mbstyle ul{
        display: flex;
        flex-wrap: wrap;
    }
    .mbstyle li {
        width: 25%;
        margin-bottom: 20px;
    }
    .mbstyle li a{
        display: block;
        text-align: center;
    }
    .mbstyle li img {
        width: 55px;
        height: auto;
        border-radius:10px;
    }
    .mbstyle li h3{
        font-size: 14px;
        margin-top: 5px;
    }
    .adbox a{
        display: block;
    }
    .adbox a img{
        width: 100%;
        height: auto;
        border-radius: 100px;
    }
    .mnewsbox {
        height: 40px;
        border-radius: 25px;
        background: #fff2e8;
        border: 1px solid #ffe7d4;
        box-sizing: border-box;
        margin: 0 10px;
        padding: 5px 0;
    }
    .mnewsbox .mtit01{
        float:left;
        margin-left:20px;
        margin-top:7px;
    }
    .mnewsbox .mtit01 h1,.mnewsbox .mtit01 h2{
        float:left;
        font-size:14px;
        font-weight:bold;
        color:#000;
        line-height:16px;
    }
    .mnewsbox .mtit01 h2{
        color:#ff7c11;
        padding-right:10px;
        border-right:1px solid #ccc;
    }
    .mnewsbox .mnews{
        float:right;
        margin-right:20px;
        width:calc(100% - 120px);
        height:20px;
        margin-top:5px;
    }
    .mnewsbox .mnews li a{
        display:block;
        line-height:20px;
    }
    .mnewsbox .mnews li h3{
        font-size:12px;
        color:#333;
        width:calc(100% - 20px);
        float:left;
    }
    .mnewsbox .mnews li em{
        display:block;
        line-height:20px;
        font-size:12px;
        color:#cccc;
        float:right;
    }
    .mbcoursebox {
        margin-top:50px;
    }
    .mbcoursebox h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .mbtab ul {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .mbtab li {
        font-size: 14px;
        padding: 3px 15px;
        margin: 0 5px;
        background: #f5f5f5;
        border-radius: 30px;
    }
    .mbtab li.a {
        background: #ff7c11;
        color: #fff;
    }
    .mbcontent{
        margin-top: 20px;
    } 
    .mbcontent .d01{
        display: none;
    } 
    .mbcontent .d01.a{
        display: block;
    }
    .mbcontent .d01 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mbcontent .d01 li {
        width: calc(50% - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .mbcontent .d01 li:nth-child(2n){
        margin-right: 0;
    }
    .mbcontent .d01 li a {
        display: block;
        position: relative;
    }
    .mbcontent .d01 li img {
        width: 100%;
        height: auto;
        border-radius: 3px;
    } 
    .mbcontent .d01 li div {
        position: absolute;
        left: 15px;
        top: 10px;
        color: #d27f0c;
    }
    .mbcontent .d01 li div h3 {
        font-weight: bold;
        font-size: 14px;
    }
    .mbcontent .d01 li div span {
        display: block;
        width: 50px;
        background: #fff;
        text-align: center;
        border-radius: 10px 10px 10px 0;
        line-height: 20px;
        margin-top:2px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        transition: all .3s;
        font-size: 12px;
    }
    .mbcontent .d01 li div span i{
        font-size: 12px;
        color: #d27f0c;
        margin-right: 2px;
    }
    .mbcontent .d02 li div
    ,.mbcontent .d02 li div span i{
        color: #463db2;
    }
    .mbcontent .d03 li div
    ,.mbcontent .d03 li div span i{
        color: #3a9e6a;
    }
    .teambox01 li div.d01 {
        padding: 5px;
        margin-top: -10px;
        padding-bottom: 15px;
    }
    .teambox01 li div.d01::before {
        height: 300px;
        margin-top: -24px;
    }
    .teambox01 li div h3 {
        align-items: center;
        font-size: 14px;
        display: flex;
        white-space: nowrap;
        justify-content: center;
    }
    .teambox01 li div h3 em {
        font-size: 12px;
        margin-left: 5px;
    }
    .teambox01 li div p {
        font-size: 10px;
        min-height: 30px;
        line-height: inherit;
        padding: 0;
        height: auto;
    }
    .mbtit01{
        display: flex;
        justify-content: center;
    }
    .mbtit01 h2 {
        text-align: center;
        font-size: 20px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 0 35px;
        position: relative;
    }
    .mbtit01 h2::before,.mbtit01 h2::after{
        position: absolute;
        content: '';
        width: 20px;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .5;
        background: url(/template/index/public/54/54-0119/images/titbg02.png) no-repeat left center;
        background-size: 15px;
    }
    .mbtit01 h2::after{
        left: auto;
        right: 0;
    }
    .mbmore {
        text-align: center;
        font-size: 14px;
        display: block;
        width: 110px;
        margin: auto;
        border-radius: 30px;
        line-height: 30px;
        color: #fff;
        background-image: linear-gradient(135deg,#ff7d11 0,#fda45a 100%);
        margin-top: 10px;
    }
    .mbcontent .d01 .mbmore{
        background-image: linear-gradient(135deg,#d27f0c 0,#eca23e 100%);
    }
    .mbcontent .d02 .mbmore{
        background-image: linear-gradient(135deg,#463db2 0,#8e8ed6 100%);
    }
    .mbcontent .d03 .mbmore{
        background-image: linear-gradient(135deg,#3a9e6a 0,#50d39b 100%);
    }
    .mbmore  em{
        color: #fff;
        margin-left: 3px;
    }
    .teambox01{
        padding-left: 10px;
    }
    .mbnews{
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    .mbnews div{
        width: calc(50% - 5px);
    }
    .mbnews div a{
        display: block;
    }
    .mbnews div img{
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .mbform h2 {
        line-height: 1.5;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }
    .mbform h2 p {
        font-size: 14px;
        font-weight: normal;
        color: #999;
    }
    .mbform {
        margin: 50px 10px;
        padding:15px;
        background: #fff2e8;
        border-radius: 10px;
    }
    .mbform form {
        font-size: 14px;
    }
    .mbform form label {
        display: none;
    }
    .mbform form .layui-form-item {
        margin-bottom: 10px;
    }
    .mbform form input {
        border-radius: 5px !important;
        border-color: #fff;
    }
    .mbform form .layui-input-block{
        margin-left: 0;
        left: 0;
    }
    .mbform form .layui-btn{
        display: block;
        margin: auto;
        border-radius: 30px;
        padding: 0 50px;
        background: #ff7c11;
    }
    .footer {
        padding-top: 30px;
        margin-top: 30px;
        position: relative;
    }
    .foot01 {
        margin-bottom:20px;
        flex-wrap: wrap;
    }
    .ftlogo {
        width: 100px;
    }
    .ftadd {
        width: 100%;
    }
    .ftadd .d01 h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ftadd .d01 h3 em {
        margin-right: 5px;
        font-size: 13px;
    }
    .ftadd .d01 p {
        font-size: 10px;
        padding-left: 17px;
    }
    .copy {
        padding: 15px 0;
        background: #151515;
        padding-bottom: 35px;
    }
    .default-copyright {
        font-size: 12px;
    }
    .default-copyright a {
        font-size: 12px;
    }
    .ftadd .d01 {
        margin-bottom: 20px;
    }
    .mbftheight{
        height: 50px;
    }
    .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: 33.3%;
        text-align: center;
        position:relative;
    }
    .mbftnav li a{
        display:block;
    }
    .mbftnav li span {
        display: block;
        width: 35px;
        margin: auto;
        position: relative;
    }
    .mbftnav li span img {
        width: 100%;
        height: auto;
    }
    .mbftnav li span em {
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        right: -18px;
        top: -2px;
        font-size: 12px;
        background: #8f4ff0;
        color: #fff;
        line-height: 16px;
        text-align: center;
        border-radius: 50%;
        font-style: normal;
        border: 1px solid #7045b1;
        -webkit-animation: icon 3s infinite;
        -moz-animation: scroll 3s infinite;
        -o-animation: scroll 3s infinite;
        animation: scroll 3s infinite;
    }
    @keyframes scroll{
        0%{
        opacity: 1;
        transform: scale(1);
        }

        50%{
        opacity: 0;
        transform: scale(0);
        }

        100%{
        opacity: 1;
        transform: scale(1);
        }
    }
/*    .mbftnav li.li03 span {
        width: 50px;
        height: 50px;
        position: absolute;
        border-radius: 50%;
        left: 50%;
        margin-left: -28px;
        background-image:linear-gradient(0deg,#4637e1 0,#766ccf 100%);
        line-height: 50px;
        text-align: center;
        top: -30px;
        border: 3px solid #fff;
        box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
    }
    .mbftnav li.li03 span img {
        width: 25px;
    }
    .mbftnav li.li03 h3{
        margin-top:26px;
    }*/
    .mbftnav li h3 {
        font-size: 14px;
        margin-top: -2px;
    }
    .banner01 {
        margin-top: 0;
    }
    .default-mobile-box, .box {
        margin: 10px 0;
        margin-top: 10px;
        position: relative;
        border-radius: 5px;
        border: none;
        padding: 7px 15px;
    }
    .default-mobile-list-cats h3 {
        font-size: 15px;
        line-height: 2;
        color: #333;
    }   
    .default-mobile-list-cats h3 em {
        margin-top: 13px;
        border-color: #999 #fff;
    }
    .default-mobile-list-cats nav ul li {
        border-top: 1px solid #eee;
    }
    .default-mobile-list-cats nav ul li a {
        font-size: 12px;
        color: #888;
        line-height: 2.5;
    }
    .mblist-nav li .sidebar-ul-1{
        padding-left: 20px;
        background: #f5f5f5;
    }
    .list-page {
        margin-top: 10px;
    } 
    .list-course, .view-course {
        width: 100%;
        border-radius: 5px;
    }
    .pox{
        font-size: 13px;
    }
    .pox a{
        font-size: 13px;
        color: #999;
    }
    .list-course .ul01 {
        padding: 10px;
        min-height: initial;
    }
    .list-course .ul01 li h3 {
        font-size: 14px;
        padding: 13px 0;
        padding-left: 33px;
        background-size: 30px;
        width: calc(100% - 100px);
    }
    .list-course .ul01 li span {
        font-size: 12px;
    }
    .view-course .cover01 {
        padding: 10px;
    }
    .view-course .cover01 span {
        width: 130px;
        height: auto;
        border-radius: 0;
    }
    .view-course .cover01 .d01 {
        width: calc(100% - 140px);
        margin-left: 10px;
    }
    .cover01 .d01 h3 {
        font-size: 18px;
    }
    .view-course .cover01 .d01 h3 {
        margin-bottom: 15px;
    }
    .cover01 .d01 ins {
        display: flex;
        margin:0;
        flex-wrap: wrap;
    }
    .view-course .cover01 .d01 .zx01{
        margin-right: 0;
    }
    .cover01 .d01 .zx01,.view-course .cover01 .d01 ins a.bm01 {
        padding: 5px 10px;
        margin-right: 5px;
        font-size: 12px;
        margin-top: 0;
    }
    .view-course .word {
        padding: 30px 0;
        margin: 20px 10px;
        margin-top: 30px;
    }
    .kcjs01 {
        width: 100px;
        line-height: 30px;
        top: -30px;
        font-size: 13px;
    }
    .default-article-content p {
        font-size: 14px;
    }
    .fanye p {
        font-size: 12px;
    }
    .banner01 .dots {
        padding-right: 0;
        text-align: center;
    }
    .banner01 .dots span{
        width: 8px;
        height: 8px;
    }
    .banner01 .dots span.swiper-pagination-bullet-active{
        width: 25px;
    }
    .list-left {
        width: 100%;
    }
    .list-team li span {
        width: 100px;
    }
    .list-team li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .list-team li .d01 {
        width: calc(100% - 115px);
        margin-left: 15px;
    }
    .list-team li .d01 .d02 h3 {
        font-size: 17px;
    }
    .list-team li .d01 .d02 h4 {
        margin-left: 15px;
        font-size: 12px;
    }
    .list-team li .d01 ins {
        margin: 3px 0;
    }
    .list-team li .d01 ins em {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-team li .d01 .d03 {
        margin-top: 7px;
    }
    .list-team li .d01 .d03 em {
        padding: 3px 14px;
        margin-right: 10px;
        font-size: 12px;
    }
    .list-right {
        width: 100%;
        margin-top: 20px;
    }
    .retit h2 {
        font-size: 17px;
        padding-left: 10px;
    }
    .formbox h2{
        font-size: 20px;
    }
    .formbox form {
        font-size: 14px;
    }
    .formbox form .layui-form-item {
        margin-bottom: 10px;
    }
    .view-team .cover01 span {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }
    .cover01 {
        padding: 20px;
        flex-wrap: wrap;
    }
    .view-team .cover01 .d01 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .view-team .cover01 .d01 h3 em{
        margin-left: 15px;
    }
    .view-team .cover01 .d01 .zx01{
        margin-top: 10px;
    }
    .list-news02 li a {
        padding: 10px;
    }
    .list-news02 li a span {
        width: 110px;
    }
    .list-news02 li a div {
        width: calc(100% - 125px);
        margin-left: 15px;
    }
    .list-news02 li a div h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.3;
    }
    .list-news02 li a div ins {
        font-size: 12px;
    }
    .view-news {
        padding: 20px 15px;
    }
    .view-news .title {
        font-size: 17px;
        line-height: 1.3;
    }
    .view-news .word{
        margin-top: 15px;
        padding-top: 15px;
    }
    .coursebox li {
        width: 25%;
        margin-bottom: 20px;
    }
    .coursebox li:last-child{
        display: none;
    }
    .list-news {
        padding: 13px;
    }
    .list-news .ul01 li a h3 {
        padding-left: 13px;
        font-size: 14px;
        width: calc(100% - 50px);
    }
    .list-news .ul01 li a h3::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .ftewm {
        position: absolute;
        right: 10px;
        top: 38px;
        background: #3c3c3c;
        border-radius: 30px;
        border: 1px solid #444;
    }
    .ftewm ul{
        display: flex;
        padding: 0 7px;
    }
    .ftewm li span {
        font-size: 20px;
        color: #999;
        margin: 0 7px;
        display: block;
        -webkit-text-stroke-width: inherit;
    }
    .erweima {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 102;
        display: none;
        background:rgba(0,0,0,0.5);
    }
    .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 img{
        width:100%;
        height:auto;
    }
    .erweima .close {
        display: block;
        top: -12px;
        right: -12px;
        width: 20px;
        height: 20px;
        position: absolute;
        background: #111;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #fff;
        text-indent: 2px;
        box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
    }
    .abouttit {
        margin: 27px 10px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .coursebox li a span{
        width: 50px;
    }

}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
@media screen and (max-width:320px){
    .view-course .cover01 span {
        width: 120px;
    }
    .view-course .cover01 .d01 {
        width: calc(100% - 130px);
    }
    .cover01 .d01 .zx01, .view-course .cover01 .d01 ins a.bm01{
        font-size: 11px;
    }
    .cover01 .d01 h3 {
        font-size: 15px;
    }


}


