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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}

.header{
    background: #fff;
}
.header .wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbox {
    padding:5px 0;
    background: #033679;
}
.topbox .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbox p{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.topbox p em {
    margin-right: 5px;
    color: #fff;
    -webkit-text-stroke-width: inherit;
    font-size: 14px;
}
.topbox .top-r{
    display: flex;
}
.topbox .top-r p{
    margin-left: 30px;
}
.topbox .top-r p em{
    font-size: 16px;
}
.logo img{
    max-height: 60px;
}
.menu li a{
    display: block;
    padding: 30px 25px;
    font-size: 16px;
}
.menu li.a a.nav-a-1,.menu li:hover a.nav-a-1{
    color: #e60012;
}
.menu li ul.nav-ul-2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left: 50%;
    padding: 5px 0;
    min-width: 130px;
   transform: translateX(-50%);
   -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #e60012;
}
.menu li ul.nav-ul-2 li a {
    padding: 6px 10px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.menu li ul li:hover a {
    background: #ffece8;
    color: #e60012;
}
.menu li.aa{
    position:inherit;
}
.menu li .nav-ul-2.aa {
    width: auto;
    background: #fff;
    border: 1px solid #e60012;
    text-align: center;
    left: 0;
    padding: 0;
    margin-left: 0;
    margin: 0 100px;
    box-sizing: border-box;
}
.menu li .nav-ul-2.aa::before{
    position:absolute;
    content:'';
    width:100%;
    height:1px;
    background:#eee;
    left:0;
    top:65px;
}
.menu li a.bb{
    position:relative;
}
.menu li a.bb::before{
    position:absolute;
    content:'';
}
.menu li a.bb::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #e60012;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    z-index: 3;
    border-top: 1px solid #e60012;
    opacity:0;
}
.menu li:hover a.bb::before{
    opacity:1;
}
.menu li:hover .nav-ul-2{
    display:none;
}
.menu li .nav-ul-2.aa li.nav-li-2 {
    width: 12.5%;
    display: inline-block;
    *display:inline;
    vertical-align: text-top;
    padding-left: 15px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    margin-top:-2px;
}
.menu li .nav-ul-2.aa li.nav-li-2:hover{
    box-shadow: 0 0 10px #ccc;
    z-index: 2;
}
.menu li .nav-ul-2.aa li.nav-li-2:last-child{
    border-right:none;
}
.menu li .nav-ul-2.aa li.nav-li-2 a {
    display: block;
    font-size: 16px;
    text-align: left;
    padding:0;
    padding-left:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.menu li .nav-ul-2.aa li.nav-li-2 a.nav-a-2 {
    padding:20px 0;
}
.menu li .nav-ul-2.aa ul {
    display: block;
    position: initial;
    min-height:300px;
    margin-top:20px;
}
.menu li .nav-ul-2.aa li li a{
    color:#666;
    line-height:2;
    font-size:14px !important;
    position:relative;
    transition:all .3s;
    padding:0;
}
.menu li .nav-ul-2.aa li.nav-li-2:hover a
,.menu li .nav-ul-2.aa li.nav-li-3:hover a{
    background:none !important;
}
.menu li .nav-ul-2.aa li.nav-li-2 a:hover
,.menu li .nav-ul-2.aa li.nav-li-3 a:hover{
    color: #e60012;
}
.menu li .nav-ul-2.aa li li a::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #e60012;
    left: 0;
    top: 10px;
    border-radius:50%;
}
.banner li img{
    width: 100%;
    height: auto;
}
.banner .dots{
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 1;
}
.banner .dots span{
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 10px !important;
}
.aboutbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}
.aboutbox .d01 {
    width: 45%;
}
.aboutbox .d01 .abtit{
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.aboutbox .d01 .abtit::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 34px;
    background: #ef1c25;
    left: 0;
    top: 9px;
}
.aboutbox .d01 .abtit h2 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
}
.aboutbox .d01 .abtit p {
    font-size: 15px;
}
.aboutbox .d01 .sum{
    margin-bottom: 50px;
}
.aboutbox .d01 .sum p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.more{
    display: flex;
    width: 148px;
    height: 47px;
    border-radius: 20px 0 20px 0;
    background: #ef1c25;
    color: #fff;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.more em{
    display: block;
    width: 26px;
    height: 25px;
    background: url(/template/index/public/54/54-0135/images/right02.png) no-repeat center;
    background-size: 26px;
    margin-left:10px;
    transition: all .3s;
}
.more:hover{
    color: #fff;
    background: #db1720;
}
.more:hover em{
    animation: arrow 1s infinite;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.businessbox{
    padding: 80px 0;
    background: #f7faff;
}
.business{
}
.titbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titbox .tit{
    position: relative;
    padding-left: 30px;
}
.titbox .tit::after{
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    background: #ef1c25;
    width: 10px;
    height: 25px;
}
.titbox .tit h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}
.titbox .tit p{
    font-size: 18px;
    font-weight: bold;
}
.tit-r{
    display: flex;
    align-items: center;
}
.tit-r .prev, .tit-r .next {
    display: block;
    width: 47px;
    height: 47px;
    background: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    margin-left: 30px;
    color: #666;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.tit-r .prev:hover, .tit-r .next:hover{
    background: #ef1c25;
    color: #fff;
}
.tit-r .swiper-button-disabled:hover{
    background: #fff;
    color: #666;
}
.business01{
    padding: 25px 0;
}
.business01 li{
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    padding-right: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.business01 li a{
    display: block;
}
.business01 li:hover{
    box-shadow: 0 4px 25px rgba(65,159,57,0.5);
}
.business01 li.li2:hover{
    box-shadow: 0 4px 25px rgba(239,28,37,0.5);
}
.business01 li.li3:hover
,.business01 li.li7:hover{
    box-shadow: 0 4px 25px rgba(115,49,238,0.5);
}
.business01 li.li4:hover
,.business01 li.li8:hover{
    box-shadow: 0 4px 25px rgba(249,212,64,0.5);
}
.business01 li.li5:hover{
    box-shadow: 0 4px 25px rgba(122,241,231,0.5);
}
.business01 li::before{
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background: #419e39;
    border-radius: 50% 50% 0 50%;
    right: -10px;
    bottom: -15px;
    transition: all .5s;
}
.business01 li:hover::before{
    width:150%;
    height: 150%;
}
.business01 li.li2::before{
    background: #ef1c25;
}
.business01 li.li3::before
,.business01 li.li7::before{
     background: #7331ee;
}
.business01 li.li4::before
,.business01 li.li8::before{
     background: #f9d440;
}
.business01 li.li5::before{
     background: #7af1e7;
}
.business01 li div{
    position: relative;
    z-index: 1;
}
.business01 li span{
    display: block;
    width: 73px;
    border-radius: 50%;
    overflow: hidden;
}
.business01 li span.s01{
    background: #f7faff;
}
.business01 li span.s02{
    background: rgba(255,255,255,0.2);
    display: none;
}
.business01 li:hover span.s01{
    display: none;
}
.business01 li:hover span.s02{
    display: block;
}
.business01 li span img{
    width: 100%;
    height: auto;    
}
.business01 li h3{
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.business01 li p{
    font-size: 12px;
    color: #aaa;
}
.business01 li:hover h3{
    color: #fff;
}
.business01 li:hover p{
    color: #fff;
    opacity: .3;
}
.numbox{
    margin-top: 70px;
}
.numbox ul{
    display: flex;
    justify-content: space-between;
}
.numbox li span{
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: end;
}
.numbox li span h3 {
    font-size: 65px;
    line-height: 1;
    margin-right: 5px;
    font-family: "DINCond-Bold";
    color: #333;
}
.numbox li p{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 5px;
}
@font-face {
  font-family: "DINCond-Bold";
  src: url(/template/index/public/54/54-0135/images/DINCond-Bold.otf); 
}
.schoolbox{
    padding-top:80px;
    position: relative;
}
.schoolbox .wp{
    position: relative;
    z-index: 1;
}
.schoolbox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
    background: url(/template/index/public/54/54-0135/images/bg01.jpg) no-repeat center bottom;
}
.titbox02{
    color: #fff;
}
.titbox02 .tit ins{
    margin-top: 10px;
    font-size: 16px;
    display: block;
}
.titbox02 .tit-r .prev,.titbox02 .tit-r .next{
    border: 1px solid #fff;
    background: none;
    color: #fff;
    box-shadow: none;
}
.titbox02 .tit-r .prev:hover,.titbox02 .tit-r .next:hover{
    background: #fff;
    color: #333;
}
.titbox02 .tit-r .swiper-button-disabled:hover{
    border: 1px solid #fff;
    background: none;
    color: #fff;
}
.school {
    margin-top: 41px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.school li {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
    background: #fff;
}
.school li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.school li a{
    display: block;   
}
.school li span{
    display: block;
}
.school li span img{
    width: 100%;
    height: auto;
}
.school li div {
    padding: 20px;
}
.school li div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.school li div p {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    height: 30px;
}
.school li div ins{
    background: #f5f5f5;
    width: 93px;
    height: 27px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    margin-top: 15px;
    transition: all .3s;
}
.school li div ins em {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef1c25;
    margin-right: 5px;
    transition: all .3s;
}
.school li:hover div ins{
    background: #ef1c25;
    color: #fff;
}
.school li:hover div ins em{
    background: #fff;
}
.process{
    margin-top: 70px;
}
.process ul{
    display: grid;
    grid-template-columns: auto auto auto auto auto; 
    gap:40px;
    margin-top: 50px;
}
.process li {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.process li span {
    display: block;
    width: 62px;
    margin-right: 20px;
}
.process li img{
    width: 100%;
    height: auto;
}
.process li h3{
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.worksbox{
    padding: 80px 0;
    background: #f7faff;
    margin-top: 80px;
}
.tit02 {
    text-align: center;
    margin-bottom: 50px;
}
.tit02 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
}
.tit02 p {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
}
.worksbox .divbox{
    display: flex;
    justify-content: space-between;
}
.worksbox .divbox .d01 {
    width: 43%;
}
.worksbox .divbox .d01 li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    height: 0;
    opacity: 0;
    transform: translateY(80px);
    -ms-transform:translateY(80px);
    -moz-transform:translateY(80px);
    -webkit-transform:translateY(80px);
    -o-transform:translateY(80px);
    transition: all .5s;
}
.worksbox .divbox .d01 li ins{
    display: block;
    padding: 30px;
}
.worksbox .divbox .d01 li.a{
    display: block;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.worksbox .divbox .d01 li span{
    display: block;
}
.worksbox .divbox .d01 li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.worksbox .divbox .d01 li div h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.worksbox .divbox .d01 li div p {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    height: 50px;
}
.worksbox .divbox .d02 ul {
    display: flex;
    border-bottom: 3px solid #ddd;
}
.worksbox .divbox .d02{
    width: 50%;
}
.worksbox .divbox .d02 li {
    width: 25%;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 30px 0;
    cursor: pointer;
}
.worksbox .divbox .d02 li.a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #ef1c25;
    bottom:-3px;
    left: 0;
}
.worksbox .divbox .d02 .sum {
    font-size: 16px;
    color: #666;
    padding: 50px 0;
    line-height: 1.8;
    text-align: justify;
}
.casebox{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0135/images/bg02.jpg) no-repeat center;
    background-size: cover;
}
.case{
    padding: 50px 1px;
}
.case li{
    padding:40px 30px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    transition: all .5s;
}
.case li a{
    display: block;
    color: #fff;
}
.case li.swiper-slide-active{
    transform: scale(1.17);
    -ms-transform:scale(1.17);
    -moz-transform:scale(1.17);
    -webkit-transform:scale(1.17);
    -o-transform:scale(1.17);
    background: #fff;
    color: #333;
}
.case li.swiper-slide-active a h3
,.case li.swiper-slide-active a h4{
    color: #333;
}
.case li.swiper-slide-active a p{
    color: #999;
}
.case li h3{
    font-size: 17px;
    font-weight: bold;
    height: 50px;
}
.case li p{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.case li div {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.case li div span{
    display: block;
    width: 40px;
}
.case li div span img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.case li div h4{
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
}
.titbox02 .dots02{
    width: 50px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    font-size: 14px;
}
.titbox02 .dots02 .swiper-pagination-current{
    font-size: 20px;
}
.newsbox{
    margin-top: 80px;
}
.newsbox .divbox{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.newsbox .divbox .ul01{
    width: 45%;
}
.newsbox .divbox .ul01 li a {
    display: flex;
    padding: 27px 0;
    align-items: center;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}
.newsbox .divbox .ul01 li a h3 {
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 120px);
    color: #333;
    position: relative;
    transition: all .3s;
}
.newsbox .divbox .ul01 li.a a h3{
    padding-left: 30px;
}
.newsbox .divbox .ul01 li a h3::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 3px solid #ef1c25;
    border-radius: 50%;
    left: -20px;
    opacity: 0;
    top: 7px;
    transition: all .3s;
}
.newsbox .divbox .ul01 li.a a h3::after{
    opacity: 1;
    left: 5px;
}
.newsbox .divbox .ul01 li a ins {
    font-size: 14px;
    color: #999;
    display: flex;
    width: 80px;
    height: 25px;
    overflow: hidden;
}
.newsbox .divbox .ul01 li a ins em{
    font-style: normal;
    display: block;
    transition: all .3s;
}
.newsbox .divbox .ul01 li.a a ins .e01{
    display: none;
}
.newsbox .divbox .ul01 li a ins .e02{
    transform: translateX(50px);
    -ms-transform:translateX(50px);
    -moz-transform:translateX(50px);
    -webkit-transform:translateX(50px);
    -o-transform:translateX(50px);
    opacity: 0;
    width: 70px;
}
.newsbox .divbox .ul01 li.a a ins .e02{ 
    background: url(/template/index/public/54/54-0135/images/right.png) no-repeat center right;
    background-size: 40px;
    transform: translateX(0);
    -ms-transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
    -o-transform:translateX(0);
    opacity: 1;
}
.newsbox .divbox .ul02{
    width: 48%;
}
.newsbox .divbox .ul02 li{
    height: 0;
    opacity: 0;
    transform: translateY(80px);
    -ms-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -o-transform: translateY(80px);
    transition: all .5s;
}
.newsbox .divbox .ul02 li.a{
    display: block;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.newsbox .divbox .ul02 li a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.newsbox .divbox .ul02 li a img {
    width: 100%;
    height: auto;
}
.newsbox .divbox .ul02 li div {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);  
}
.newsbox .divbox .ul02 li div h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: calc(100% - 100px);
}
.newsbox .divbox .ul02 li div em{
    display: block;
    width: 50px;
    height: 20px;
    background: url(/template/index/public/54/54-0135/images/right02.png) no-repeat center right;
    background-size: 40px;
}
.problembox{
    margin-top: 80px;
    position: relative;
    background: #f7faff;
    display: flex;
    justify-content: space-between;
    background:#f7faff url(/template/index/public/54/54-0135/images/titbg.png) no-repeat top left;
    border-radius: 20px;
}
.problembox .d01 {
    width: 448px;
    transform: translateY(-40px);
}
.problembox .d01 img{
    width: 100%;
    height: auto;
}
.problembox .d02 {
    width: calc(100% - 540px);
    box-sizing: border-box;
    padding-top: 45px;
}
.problembox .d02 ul{
    display: flex;
    flex-wrap: wrap;
}
.problembox .d02 li{
    padding: 10px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    margin-right: 25px;
    transition: all .3s;
}
.problembox .d02 li:hover{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.problembox .d02 li a{
    display: flex;
    align-items: center;
}
.problembox .d02 li.li03{
    margin-left: -50px;
}
.problembox .d02 li em {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #2192e9;
}
.problembox .d02 li.li02 em{
    color: #f9d440;
}
.problembox .d02 li.li03 em{
    color: #f25b69;
}
.problembox .d02 li.li04 em{
    color: #7331ee;
}
.problembox .d02 li.li05 em{
    color: #7af1e7;
}
.problembox .d02 li.li06 em{
    color: #419f39;
}
.problembox .d02 li h3 {
    font-size: 14px;
    margin-left: 10px;
    color: #333;
}
.consultbox{
    margin-top: 80px;
    padding-top: 80px;
    background: url(/template/index/public/54/54-0135/images/bg03.jpg) no-repeat center top;
}
.consultbox .tit02{
    margin-bottom: 50px;
}
.consultbox .tit02 h2
,.consultbox .tit02 p{
    color: #fff;
}
.consult {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}
.consult form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.consult form .layui-form-item{
    width: 24%;
}
.consult form label{
    display: none;
}
.consult form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.consult form .layui-input-block input {
    line-height: 48px;
    height: 48px;
    border: none;
    background: #f8faff;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 15px;
}
.consult form .default-form-field_message{
    width: 100%;
    margin-right: 0;
}
.consult form .default-form-field_message .layui-textarea{
    border: none;
    background: #f8faff;
    border-radius: 10px;
    font-size: 14px;
    padding-top: 15px;
}
.consult form .layui-btn{
    width: 224px;
    height: 57px;
    background: #ef1c25;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 20px;
}
.footer{
    background: #232323;
    padding-top: 60px;
    margin-top: 100px;
}
.footer .divbox{
    display: flex;
    justify-content: space-between;
}
.ftlogo img{
    max-height: 54px;
    width: auto;
}
.ft01{
    width: 31%;
}
.ft01 ul{
    margin-top: 30px;
}
.ft01 ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.ft01 ul li img {
    width: 16px;
    height: auto;
}
.ft01 ul li h3 {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.ft01 ul li h3 a{
    color: #fff;
}
.ft02{
    width: 20%;
}
.ft02 h2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ft02 h2 img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.ft02 .ftitem {
    display: flex;
    flex-wrap: wrap;
}
.ft02 .ftitem a {
    display: block;
    width: 50%;
    color: #999;
    font-size: 14px;
    padding: 5px 0;
    transition: all .3s;
}
.ft02 .ftitem a:hover{
    color: #fff;
}
.ft03{
    display: flex;
    width: 40%;
    justify-content: right;
    align-items: center;
}
.ft03 span{
    display: block;
    width: 280px;
    margin-right: 70px;
}
.ft03 span img{
    width: 100%;
    height: auto;
}
.saobox ins {
    display: block;
    width: 120px;
    position: relative;
    text-align: center;
    line-height: 120px;
    background: url(/template/index/public/54/54-0135/images/bg4.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.saobox ins img{
    width: 100px;
    height: auto;
}
.saobox ins::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0135/images/sm.png) no-repeat top center;
    background-size: 100%;
    animation: run1 2s infinite;
    -webkit-animation: run1 2s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
.saobox p{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.copy{
    padding: 20px 0;
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top: 70px;
}
.default-copyright {
    width: 70%;
    font-size: 14px;
    margin: auto;
    text-align: center;
}
.default-copyright a{
    font-size: 14px;
    color: #999;
}
.default-copyright a:hover{
    font-size: 14px;
    color: #fff;
}
.top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    cursor: pointer;
    color: #666;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.top:hover{
    background: #ef1c25;
    color: #fff;
}
/*---------------------list-news--------------------------*/
.banner01{
    position: relative;
}
.banner01 .cattit{
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    left:50%;
}
.banner01 .cattit h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.banner01 .cattit p {
    font-size: 18px;
    color: #999;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.list-nav{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.list-navbox {
    border-bottom: 1px solid #eee;
}
.list-nav .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-nav ul{
    display: flex;
    justify-content: center;
}
.list-nav li a{
    display: block;
    font-size: 16px;
    margin-right: 50px;
    position: relative;
    padding: 15px 0;
    transition: all .3s;
}
.list-nav li a::after{
    position: absolute;
    content: '';
    width: 0;
    bottom: -1px;
    height: 2px;
    opacity: 0;
    left: 0;
    background: #ef1c25;
    transition: all .3s;
}
.list-nav li:hover a::after
,.list-nav li.a a::after{
    width: 100%;
    opacity: 1;
}
.list-nav li:hover a
,.list-nav li.a a{
    color: #ef1c25;
}
.list-nav .pox{ 
    font-size: 14px;
}
.pub{
    text-align: right;
    margin-bottom: 10px;
}
.list-news{
    margin:70px auto;
}
.nodata{
    background: #f4f5f8 url(/template/index/public/54/54-0135/images/nodata.png) no-repeat center;
    line-height: 500px;
    text-align: center;
    font-size: 16px;
    color: transparent;
}
.list-news .ul01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    position: relative;
}
.list-news .ul01 li:hover a{
    border-bottom: 1px solid #fff;
}
.list-news .ul01 li a::before{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #ef1c25;
    transition: all .3s;
}
.list-news .ul01 li:hover a::before{
    width: 100%;
    opacity: 1;
}
.list-news .ul01  li ins{
    color: #333;
    font-size: 20px;
    display: block;
    width: 145px;
    transition: all .3s;
}
.list-news .ul01  li:hover ins
,.list-news .ul01 li:hover .d01 div h3{
    color: #ef1c25;
}
.list-news .ul01  li ins i{
    position: relative;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
    font-style: normal;
    display: block;
}
.list-news .ul01  li ins i::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background: #dcdcdc;
    left: 0;
    top: 0;
    transition: all .3s;
}
.list-news .ul01 li:hover ins i::before{
    background: #ef1c25;
}
.list-news .ul01 li .d01 {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
}
.list-news .ul01 li .d01 span {
    display: block;
    width: 265px;
}
.list-news .ul01 li .d01 span img {
    width: 100%;
    height: auto;
}
.list-news .ul01 li .d01 div {
    width: calc(100% - 350px);
    margin-left: 50px;
}
.list-news .ul01 li .d01 div h3 {
    font-size: 20px;
    color: #333;
    transition: all .3s
}
.list-news .ul01  li .d01 div p{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.list-news .ul01  li em{
    display: block;
    width: 80px;
    height: 50px;
    border-left: #eeeeee solid 1px;
    background: url(/template/index/public/54/54-0135/images/more01.png) no-repeat center;
    transition: all .3s;
}
.list-news .ul01  li:hover em{
    background: url(/template/index/public/54/54-0135/images/more02.png) no-repeat center;
}
.pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.pagination li {
    margin: 0 10px!important;
    border: none !important;
    background: none;
}
.pagination li.disabled{
    display: none;
}
.pagination li a, .pagination li span {
    padding: 0 !important;
    line-height: 40px !important;
    color: #666 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    background: #fff !important;
    font-size: 17px;
}
.pagination li.active span, .pagination li:hover a {
    background: #154af9  !important;
    color: #fff;
}
/*----------------view-news--------------*/
.view-news02 {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.view-news02 .word{
    width: 840px;
    padding-left: 144px
}
.view-news02 .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.view-news02 .ww{
    font-size: 14px;
    color: #cbcbcb;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-news02 .ww em{
    font-style: normal;
    margin-right: 15px;
}
.share{
    margin-top: 200px;
}
.share .bdsharebuttonbox {
    background: #ef1c25;
    width: 60px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.share .bdsharebuttonbox h3{
    text-align: center;
    color: #fff;
}
.share .bdsharebuttonbox a {
    display: block;
    background: none;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke-width: initial;
    transition: all .3s;
}
.share .bdsharebuttonbox a  i{
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke-width: initial;
}
.share .bdsharebuttonbox a.s01{
    position: relative;
}
.share .bdsharebuttonbox a.s01 img {
    position: absolute;
    right: 76px;
    top: -32px;
    border: 1px solid #eee;
    padding: 8px;
    background: #fff;
    display: none !important;
}
.share .bdsharebuttonbox a.s01:hover img {
    display: block !important;
}
.share .bdsharebuttonbox a:hover{
    color: #fff;
    opacity: .8;
}
.share .bdsharebuttonbox a.s02 {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
}
.share .bdsharebuttonbox a.s02::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 16px;
}
.poxbox{
    background: #f5f5f5;
}
.poxbox .pox {
    padding: 15px 0;
    font-size: 16px;
}
.pox a:hover{
    color: #1248f9;
}
.fanye {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.fanye .a01{
    display: block;
    width: 120px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ef1c25;
    font-size: 16px;
    border-radius: 30px;
    color: #ef1c25;
    transition: all .3s;
}
.fanye .a01:hover{
    background: #ef1c25;
    color: #fff;
}
.fanye .back{
    margin: 0 200px;
    font-size: 16px;
    line-height: 38px;
    transition: all .3s;
}
.fanye .back:hover{
    color: #ef1c25;
}
/*------------------list-service------------------------*/
.list-ym01{
    padding-top: 80px;
}
.list-ym01 ul{
    display: grid;
    grid-template-columns: auto auto auto auto auto; 
    gap: 20px;
}
.list-ym01 li {
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 5px 10px #eee;
    transition: all .3s;
}
.list-ym01 li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.list-ym01 li span {
    display: block;
    background: #ef1c25;
    width: 60px;
    height: 70px;
    line-height: 70px;
    border-radius: 0 0 50px 50px;
    margin-left: 20px;
    text-align: center;
}
.list-ym01 li img{
    width: 30px;
    height: auto;
}
.list-ym01 li div{
    padding: 20px;
}
.list-ym01 li div h3{
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.list-ym01 li div p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.list-ym01 .li02 span
,.list-ym01 .li08 span{
    background: #7af1e7;
}
.list-ym01 .li03 span
,.list-ym01 .li06 span{
    background: #f9d440;
}
.list-ym01 .li04 span{
    background: #f25b69;
}
.list-ym01 .li09 span{
    background: #2192e9;
}
.list-ym01 .li05 span
,.list-ym01 .li07 span{
    background: #7331ee;
}
.list-ym02{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0135/images/ym01.jpg) no-repeat center;
    background-size: cover;
    margin-top: 80px;
}
.list-ym02 .tit02 h2
,.list-ym02 .tit02 p{
    color: #fff;
}
.list-ym02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list-ym02 ul li {
    width: calc((100% - 2*30px)/3);
}
.list-ym02 ul li a {
    display: block;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.list-ym02 ul li span {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ef1c25;
}
.list-ym02 ul li span em
,.list-liuxue01 li span em {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 80%;
    margin: -26px 0 0 -26px;
    color: #fff;
    font-size: 20px;
    transition: all .3s;
    opacity: 0;
}
.list-ym02 ul li:hover span em
,.list-liuxue01 li:hover span em{
    opacity: 1;
    top: 50%;
}
.list-ym02 ul li img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.list-ym02 ul li:hover img{
    opacity: .3;
}
.list-ym02 ul li div {
    padding: 20px;
}
.list-ym02 ul li div h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.list-ym02 ul li div p {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.caseretated{
    background: none;
    padding-bottom: 0;
}
.caseretated .titbox02 .tit-r .prev,.caseretated  .titbox02 .tit-r .next {
    border: 1px solid #ddd;
    color: #ddd;
}
.caseretated .case li p{
    color: #999;
}
.caseretated .titbox02 .dots02{
    color: #ddd;
}
.caseretated .titbox02{
    color: #333;
}
.caseretated .case li a{
    color: #333;
}
.caseretated .case li {
    border: 1px solid #eee;
}
.case li.swiper-slide-active{
    background: #f2f9ff;
}
/*---------------list-liuxue--------------------------*/
.list-liuxue01{
    padding:80px 0;
}
.tit02 ins{
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
.list-liuxue01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list-liuxue01 li{
    width: calc((100% - 2*30px)/3);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #eee;
}
.list-liuxue01 li a{
    display: block;
    padding: 20px;
}
.list-liuxue01 li span {
    display: block;
    position: relative;
    background: #ef1c25;
    border-radius: 15px;
    overflow: hidden;
}
.list-liuxue01 li img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.list-liuxue01 li:hover img{
    opacity: .3;
}
.list-liuxue01 li div{
    margin-top: 20px;
}
.list-liuxue01 li div p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-liuxue01 li div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
/*------------------view-service--------------------*/
.view-service01{
    padding: 100px 0;
    background: #6a71bc;
}
.view-service01 .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-service01 .d01{
    color: #fff;
    width: 45%;
}
.view-service01 .d01 h2{
    font-size: 40px;
    font-weight: bold;
}
.view-service01 .d01 .sum{
    font-size: 16px;
    line-height: 1.7;
    margin-top: 30px;
}
.view-service01 .d02{
    width: 45%;
}
.view-service01 .d02 img{
    width: 100%;
    height: auto;
    border-radius: 50px 0 50px 0;
}
.view-service02{
    background: #f5f5f5;
    padding: 80px 0;
}
.view-service02 .word{
    background: #fff;
    padding: 50px 100px;
    box-sizing: border-box;
}
.view-service02 .word .default-article-content p {
    line-height: 1.8;
}
.view-service03{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0135/images/bg05.jpg) no-repeat center;
    background-size: cover;
}
.view-service03 .tit02 h2
,.view-service03 .tit02 p{
    color: #fff;
}
.view-service03 ul {
    display: flex;
    justify-content: center;
    padding: 0 100px;
}
.view-service03 li {
    margin: 0 30px;
}
.view-service03 li span {
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    margin: auto;
}
.view-service03 li img{
    width: 100%;
    height: auto;
}
.view-service03 li strong {
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: block;
    margin:10px 0 0 0;
}
.view-service03 li h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    max-width: 200px;
}
.view-service03 .more{
    margin: auto;
    margin-top: 50px;
}
/*---------------------view-liuxue-----------------*/
.view-liuxue03{
    padding: 80px 0;
    background-image: linear-gradient(160deg, #80d0c7 0%, #0093e9 100%);
}
.view-liuxue03 .tit02 h2
,.view-liuxue03 .tit02 p{
    color: #fff;
}
.view-liuxue03 .wp{
    position: relative;
}
.view-liuxue03 .prev
,.view-liuxue03 .next{
    position: absolute;
    left: -70px;
    display: block;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    top: 60%;
    margin-top: -30px;
}
.view-liuxue03 .next{
    left: auto;
    right: -70px;
}
.liuxuetj li a{
    display: block;
}
.liuxuetj li span{
    display: block;
}
.liuxuetj li span img{
    width: 100%;
    height: auto;
}
.liuxuetj li div{
    padding-top: 20px;
    text-align: center;
    color: #fff;
}
.liuxuetj li div h3{
    font-size:20px;
    font-weight: bold;
}
.liuxuetj li div p{
    font-size: 14px;
}
.back {
    display: block;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 16%);
    text-align: center;
    line-height: 37px;
    margin-bottom: 5px;
    transition: all .3s;
}
.back:hover{
    background: #fff;
    color: #333;
}
/*--------------------list-school----------------------*/
.list-school {
    padding: 80px 0;
}
.list-school .ul01 {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
.list-school .ul01 li {
}
.list-school .ul01 li a{
    display: block;
}
.list-school .ul01 li a span{
    display: block;
    box-shadow: 0 0 10px #eee;
}
.list-school .ul01 li a span img{
    width: 100%;
    height: auto;
}
.list-school .ul01 li a div {
    text-align: center;
    padding-top: 20px;
}
.list-school .ul01 li a div h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.list-school .ul01 li a div p {
    font-size: 14px;
    color: #666;
}
/*-----------------view-school----------------*/
.view-school01{
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.view-school01 .d01 h2{
    margin-bottom: 0;
    font-size: 37px;
}
.view-school01 h3 {
    font-size: 22px;
}
.view-school02{
    padding: 0;
}
.view-school02 .word{
    position: relative;
    transform: translateY(-50px);
    -ms-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -webkit-transform:translateY(-50px);
    -o-transform:translateY(-50px);
    border-radius: 30px;
}
/*-----------------list-case--------------------*/
.choosebox{
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
}
.tdy-screening-list{
    margin-bottom: 0;
}
.tdy-screening-list a {
    padding: 2px 15px;
}
.tdy-screening-list a.a {
    background: #ef1c25;
    color: #fff;
}
.list-case{
    margin-top: 50px;
}
.list-case ul{
    display: flex;
    gap:30px;
    flex-wrap: wrap;
}
.list-case li{
    width: calc((100% - 2*30px)/3);
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all .3s;
}
.list-case li:hover{
    border: 1px solid #ef1c25;
}
.list-case li a {
    display: block;
    padding: 30px;   
}
.list-case li a h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.list-case li p {
    font-size: 13px;
    color: #999;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.list-case li div{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.list-case li div span{
    display: block;
    width: 50px;
}
.list-case li div span img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.list-case li div h4 {
    font-size: 15px;
    margin-left: 20px;
    font-weight: bold;
    color: #333;
}
/*-------------list-work01-------------*/
.list-work01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}
.list-work01 .d01{
    width: 45%;
}
.list-work01 .d01 h2{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.list-work01 .d01 div{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 30px;
    text-align: justify;
}
.list-work01 .d02{
    width: 45%;
}
.list-work01 .d02 img{
    width: 100%;
    height: auto;
}
.list-work02{
    padding: 80px 0;
    background: #f5f5f5;
    margin-top: 80px;
}
.list-work02 .d01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.list-work02 .d01 li {
    width: calc((100% - 3*25px)/4);
    box-sizing: border-box;
    padding:30px;
    background: #fff;
    border-radius: 20px;
}
.list-work02 .d01 li span {
    display: block;
    width: 50px;
}
.list-work02 .d01 li span img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.list-work02 .d01 li h3{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.list-work03{
    padding: 80px 0;
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.list-work03 .d01 h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.list-work03 .divbox{
    display: flex;
    justify-content: space-between;
}
.list-work03 .divbox .d01{
    width: 45%;
}
.list-work03 .divbox .ul01 {
    display: flex;
    flex-wrap: wrap;
    gap:20px;  
}
.list-work03 .divbox .ul01 li {
    width: calc((100% - 2*20px)/3);
    background: rgba(255,255,255,0.3);
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.list-work03 .divbox .ul01 li.a{
    background: #fff;
    color: #333;
}
.list-work03 .divbox .ul01 li span {
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.list-work03 .divbox .ul02{
    width: 45%;
}
.list-work03 .divbox .ul02 li {
    display: none;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.list-work03 .divbox .ul02 li.a{
    display: block;
}
.list-work03 .divbox .ul02 li span{
    display: block;
}
.list-work03 .divbox .ul02 li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.list-work03 .divbox .ul02 li div{
    padding-top: 20px;
}
.list-work03 .divbox .ul02 li div h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.list-work03 .divbox .ul02 li div p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    height: 72px;
}
/*----------------list-item-----------------*/
.list-item01{
    padding: 80px 0;
}
.list-item01 .d01{
    font-size: 16px;
    line-height: 1.8;
}
.list-item01 .more{
    margin:50px auto auto auto;
}
.list-item02{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0135/images/bg05.jpg) no-repeat center;
}
.list-item02 .tit02 h2
,.list-item02 .tit02 p{
    color: #fff;
}
.list-item02 .divbox{
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.list-item02 .divbox .d01{
    display: flex;
    justify-content: center;
}
.list-item02 .divbox .d01 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.ispc .list-item02 .divbox .d01 span:last-child{
    border-right:none;
}
.list-item02 .divbox .d01 span.a{
    background: #fff;
    color: #1c92e3;
}
.list-item02 .divbox .d02{
    padding: 50px;
    min-height: 100px;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.list-item02 .divbox .d02 span{
    font-size: 16px;
    line-height: 1.8;
    display: none;
}
.list-item02 .divbox .d02 span.a{
    display: block;
}
.list-item03.schoolbox::after{
    background: #f5f5f5;
}
.list-item03 .titbox02 {
    color: #333;
}
.list-item03 .titbox02 .tit-r .prev,.list-item03 .titbox02 .tit-r .next {
    border: 1px solid #ddd;
    background: none;
    color: #ddd;
    box-shadow: none;
}
/*----------------list-bank---------------------*/
.list-bank01{
    padding: 80px 0;
}
.list-bank01 ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.list-bank01 li{
    width: calc((100% - 2*30px)/3);
    transition: all .3s;
    border-radius: 15px;
    color: #333;
}
.list-bank01 li:hover{
    background:#2192e9;
    transform: translateY(-10px);
    color: #fff;
}
.list-bank01 li span {
    display: block;
}
.list-bank01 li span img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.list-bank01 li div{
    padding: 15px;
}
.list-bank01 li h3
,.list-bank01 li p{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.list-bank02{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0135/images/bg05.jpg) no-repeat center;
    background-size: cover;
}
.list-bank02 .tit02 h2
,.list-bank02 .tit02 p{
    color: #fff;
}
.list-bank02 ul {
    display: flex;
    justify-content: space-between;
}
.list-bank02 li {
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    padding: 38px 10px;
    width: 18%;
    transition: all .3s;
}
.list-bank02 li:hover{
    transform: translateY(-10px);
}
.list-bank02 li span{
    display: block;
    width: 80px;
    margin:auto;
}
.list-bank02 li img{
    width: 100%;
    height: auto;
}
.list-bank02 li strong {
    font-family: "DINCond-Bold";
    font-size: 30px;
    margin: 10px auto;
    display: block;
}
.list-bank02 li h3{
    font-size: 17px;
    font-weight: bold;
}
.list-bank02 li p{
    font-size: 14px;
    letter-spacing: 2px;
}
.list-bank02 .more{
    margin:50px auto auto auto;
}
/*-----------------------list-about------------------------*/
.list-about01{
    padding-top: 80px;
}
.list-about01 .divbox{
    font-size: 16px;
}
.list-about01 .divbox p{
    margin-bottom: 20px;
}
.list-about01 .abimg{
    margin-top:50px;
}
.list-about01 .abimg img{
    width: 100%;
    height: auto;
}
.list-about02{
    padding: 80px 0;
    margin-top: 80px;
    background: url(/template/index/public/54/54-0135/images/ym01.jpg) no-repeat center;
    background-size: cover;
}
.list-about02 .tit02 h2
,.list-about02 .tit02 p{
    color: #fff;
}
.list-about02 .d01{
    font-size: 16px;
    color: #fff;
}
.list-about02 .d01 p{
    margin-bottom: 20px;
}
.list-about02 span{
    display: block;
    margin-top: 30px;
}
.list-about02 span img{
    width: 100%;
    height: auto;
}
/*---------------list-contact---------------*/
.list-contact01{
    margin-top:100px;
}
.list-contact01 .d01 {
    float: left;
    width: 800px;
    height:460px;
    border: 1px solid #ddd;
    position:relative;
    overflow:hidden;
}
.w960 .list-contact01 .d01 {
    width: 600px;
    height:380px;
}
.list-contact01 .d01 iframe{
    position:absolute;
    width:800px;
    height:460px;
    left:50%;
    top:50%;
    margin:-230px 0 0 -400px;
}
.list-contact01 .d02 {
    float: right;
    width: calc(100% - 830px);
    background: #6a71bc;
    box-sizing: border-box;
    padding: 50px 30px;
    color: #fff;
    position:relative;
}
.w960 .list-contact01 .d02 {
    width: calc(100% - 630px);
    padding: 40px 30px;
}
.list-contact01 .d02::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #6a71bc;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    left: -10px;
}
.list-contact01 .d02 h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.w960 .list-contact01 .d02 h2 {
    font-size: 20px;
}
.list-contact01 .d02 li {
    margin: 37px 0;
}
.w960 .list-contact01 .d02 li {
    margin: 29px 0;
}
.list-contact01 .d02 li h3 {
    font-size: 20px;
}
.list-contact01 .d02 li p{
    font-size: 15px;
}
.list-contact01 .d02 li a{
    color: #fff;
}
/*-------------------list-problem-------------------*/
.list-problem{
    padding-top: 80px;
}
.list-problem ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 100px;
    border: 1px solid #eee;
}
.list-problem ul li {
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    color: #333;
    width: 100%;
    transition: all .3s;
}
.list-problem ul li h3 {
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    border-radius: 10px 10px 0 0;
    background: url(/template/index/public/54/54-0135/images/wenti.png) no-repeat 20px center;
    background-size: 30px;
    padding-left: 60px;
    border-bottom: 1px dotted #dedede;
}
.list-problem ul li h3.a {
    color: #ef1c25;
    border-bottom: none;
}
.list-problem ul li h3 em {
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
}
.list-problem ul li h3.a em.em02{
    display: block;
    color: #ef1c25;
}
.list-problem ul li h3.a em.em01
,.list-problem ul li h3 em.em02{
    display: none;
}
.list-problem ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
    position: relative;
    display: none;
    padding: 50px 60px;
    background: #cd3036;
    border-radius: 20px;
}
.list-problem li::before{
    background: url(/template/index/public/54/54-0135/images/wenti.png) no-repeat center;
    background-size: 100px;
} 
/*------------------list-shenxue-------------------*/
.list-shenxue02{
}
.list-shenxue02 li{
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
    padding: 80px 0;
    color: #fff;
}
.list-shenxue02 li.li02{
    background: #fff;
    color: #333;
}
.list-shenxue02 li:nth-child(3){
    background-image: linear-gradient(160deg, #4345c9 0%, #80d0c7 100%);
}
.list-shenxue02 li span{
    display: block;
    width: 45%;
}
.list-shenxue02 li span img {
    width: 100%;
    height: auto;
    border-radius: 50px 0 50px 0;
}
.list-shenxue02 li div.d01{
    width: 45%;
}
.list-shenxue02 li div.d01 h3 {
    font-size: 30px;
    font-weight: bold;
}
.list-shenxue02 li div.d01 h4 {
    font-size: 20px;
    font-weight: bold;
}
.list-shenxue02 li div.d01 div{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.list-shenxue02 li div.divbox{
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-shenxue02 li .more{
    margin-top: 30px;
}
/*---------------view-news02-------------------*/
.view-sili02{
    padding: 80px 0;
}
.view-sili02 .d01{
    margin-bottom: 30px;
}
.view-sili02 h2{
    font-size:20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.view-sili02 .d01 div{
    font-size: 16px;
}
.view-sili02 .d01 div p{
    margin-bottom: 15px;
}
.view-sili03,.view-sili03-2{
    padding: 80px 0;
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
    color: #fff;
}
.view-sili03 .tit02 h2
,.view-sili03 .tit02 p
,.view-sili03-2 .tit02 h2
,.view-sili03-2 .tit02 p{
    color: #fff;
}
.view-sili03-2 ul{
    display: flex;
    justify-content: space-between;
}
.view-sili03-2 li{
    width: 31%;
}
.view-sili03-2 li span{
    display: block;
}
.view-sili03-2 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.view-sili03-2 li div{
     font-size: 15px;
    line-height: 1.6;
}
.view-sili03-2 li div h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.view-sili03-2 li div h4{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.view-sili03-2 li div p{
    font-size: 14px;
    line-height: 1.6;
}
.view-sili04-2{
    padding-top: 0 !important;
}
.view-sili03 li{
    text-align: center;
    padding-top: 50px;
}
.view-sili03 li:first-child{
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    padding-top: 0;
}
.view-sili03 li h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.view-sili03 li img{
    max-width: 100%;
    height: auto;
}
.view-sili04 {
    padding-top:80px;
}
.view-sili04 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:80px;
}
.view-sili04 li span {
    display: block;
    width: 45%;
}
.view-sili04 li span img{
    width: 100%;
    height: auto;
}
.view-sili04 li div{
    width: 45%;
    font-size: 15px;
    line-height: 1.8;
}
.view-sili04 li div h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.view-sili04 li div h4{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    color: #92d050;
}
.view-sili04 li div p{
    font-size: 15px;
    line-height: 1.8;
}
@media screen and (max-width:1024px){ 
        .mbheight{
        height:55px;
    }
    .mbhead {
        padding:0 10px;
        background: #fff;
        position: relative;
        line-height: 55px;
        height: 55px;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height:40px;
    }
    body.nav-on {
        overflow: inherit;
    }
    .nav-click {
        color: #333;
        font-size: 25px;
        margin-top: -14px;
        right: 3px;
        text-align: center;
    }
    .mbclose {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        line-height: 26px;
        background: #ef1c25;
        font-size: 12px;
        color: #fff;
    }
    .mbmenu {
        position: fixed;
        width: 50%;
        background: #fff;
        height: 100%;
        top: 0;
        right:-100%;
        z-index:10;
        overflow-y:scroll;
    }
    .mbmenu .nav-ul-1 {
        padding-top: 70px;
        overflow-y: auto;
        height: 80vh;
        border-left: 1px solid #eee;
    }
    .mbmenu li a {
        color: #333;
        border-bottom: 1px solid #eee;
        border-top: none;
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .mbmenu li div{ 
        width:100%;
        right:10px;
        background-size:15px;
    }
    .mbmenu li div.aa{
        display:none;
    }
    .mbmenu ul ul{
        background:#f9f9f9;
        padding-top:0;
    }
    .mbnav li {
        float: left;
        width: 33.33%;
        text-align: center;
    }
    .mbnav li a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 14px 0;
        position: relative;
    }
    .mbnav li a::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 13px;
        background: #fff;
        right: 0;
        top: 15px;
        opacity: .3;
    }
    .mbnav li:last-child a::before{
        display:none;
    }
    .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: 12px;
        padding: 10px 25px;
        font-weight: normal;
    }
    .default-mobile-nav-menu li li{
        border-bottom:1px solid #eee;
    }
    .default-mobile-nav-menu li div{ 
        width:100%;
        right:0;
        height: 45px;
        background-size:15px;
    }
    .default-mobile-nav-menu li li div{ 
        height:28px;
    }
    .default-mobile-nav-menu li ul {
        background-color: #f5f5f5;
    }
    .default-mobile-nav-menu li ul ul{
        background-color: #eee;
    }
    .banner .dots span {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
    }
    .aboutbox{
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .aboutbox .d01 .abtit h2 {
        font-size: 22px;
    }
    .aboutbox .d01 .abtit p {
        font-size: 12px;
    }
    .aboutbox .d01 .abtit::after {
        width: 5px;
        height: 20px;
        top: 6px;
    }
    .aboutbox .d01 .sum p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .aboutbox .d01 .abtit {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .more {
        width: 124px;
        height: 40px;
        border-radius: 15px 0 15px 0;
        font-size: 13px;
    }
    .aboutbox .d01 .sum {
        margin-bottom: 25px;
    }
    .aboutbox .d02{
        display: none;
    }
    .businessbox {
        padding: 40px 0;
    }
    .businessbox .wp{
        padding-right: 0 !important;
    }
    .titbox .tit::after {
        top: 3px;
        width: 5px;
        height: 20px;
    }
    .titbox .tit h2 {
        font-size: 22px;
        color: #333;
    }
    .titbox .tit p {
        font-size: 15px;
        color: #333;
    }
    .tit-r {
        margin-right: 10px;
    }
    .tit-r .prev, .tit-r .next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
    }
    .business01 li p {
        font-size: 9px;
        line-height: 1.3;
        height: 20px;
    }
    .business01 li h3 {
        margin-top: 18px;
        font-size: 15px;
    }
    .business01 li span {
        width: 55px;
    }
    .business01 li{
        padding: 16px;
        box-shadow: 0 0 10px rgba(0,0,0,0.07);
    }
    .numbox {
        margin-top: 20px;
    }
    .numbox li span h3 {
        font-size: 30px;
        margin-right:3px;
    }
    .numbox li p {
        font-size: 12px;
        margin-top: 5px;
    }
    .numbox li span{
        font-size: 14px;
    }
    .schoolbox {
        padding-top: 40px;
    }
    .titbox .tit {
        padding-left: 20px;
    }
    .titbox02 .tit p{
        color: #fff;
    }
    .titbox02 .tit ins{
        display: none;
    }
    .school {
        margin-top: 20px;
    }
    .school li div {
        padding: 15px 10px;
    }
    .school li div h3 {
        font-size: 15px;
    }
    .school li div p {
        font-size: 10px;
        height: 20px;
    }
    .school li div ins {
        font-size: 12px;
        margin-top: 10px;
    }
    .schoolbox::after{
        height: 66%;
    }
    .process {
        margin-top: 30px;
    }
    .process ul {
        gap:15px 10px;
        margin-top: 30px;
    }
    .process li {
        display: block;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .process li span {
        width: 45px;
        margin: auto;
    }
    .process li h3 {
        font-size: 14px;
        text-align: center;
        margin-top: 7px;
        font-weight: normal;
        color: #333;
    }
    .worksbox {
        padding: 40px 0;
        margin-top: 40px;
    }
    .worksbox .divbox {
        flex-wrap: wrap;
    }
    .worksbox .divbox .d02
    ,.worksbox .divbox .d01 {
        width: 100%;
    }
    .tit02 h2 {
        font-size: 22px;
    }
    .tit02 p {
        font-size: 12px;
    }
    .tit02 {
        margin-bottom: 20px;
    }
    .worksbox .divbox .d02 li {
        width: 25%;
        font-size: 14px;
        padding: 15px 0;
        padding-top: 0;
    }
    .worksbox .divbox .d01{
        margin-top: 20px;
    }
    .worksbox .divbox .more{
        margin: 30px auto auto auto;
    }
    .worksbox .divbox .d01 li div h3 {
        font-size: 17px;
        margin-top: 20px;
        color: #333;
    }
    .worksbox .divbox .d01 li div p {
        font-size: 14px;
        margin-top: 15px;
        height: auto;
    }
    .casebox {
        padding: 40px 0;
    }
    .case li.swiper-slide-active{
        transform: scale(1);
    }
    .case li {
        padding: 20px 15px;
    }
    .case li h3 {
        font-size: 15px;
    }
    .case li div {
        margin-top: 20px;
    }
    .titbox02 .tit h2{
        color: #fff;
    }
    .case {
        padding: 30px 1px;
        padding-bottom: 20px;
    }
    .newsbox {
        margin-top: 40px;
    }
    .newsbox .divbox {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .newsbox .divbox .ul01 {
        width: 100%;
    }
    .newsbox .divbox .ul01 li a {
        padding: 15px 0;
    }
    .newsbox .divbox .ul01 li a h3 {
        font-size: 17px;
        width: calc(100% - 100px);
    }
    .newsbox .divbox .ul02 {
        width: 100%;
        margin-top: 20px;
    }
    .problembox .d02 {
        width: 100%;
        padding-top: 100px;
    }
    .problembox {
        flex-wrap: wrap;
        padding-bottom: 30px;
        border-radius: 0;
    }
    .problembox .d01 {
        width: 40%;
        transform: translate(0);
        position: absolute;
        right: 0;
        top: -40px;
    }
    .problembox .d02 li {
        padding: 10px;
        margin-bottom: 15px;
        margin-right: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .problembox .d02 li.li03 {
        margin-left: 0;
    }
    .problembox .d02 li.li04,.problembox .d02 li.li05,.problembox .d02 li.li06{
        display: none;
    }
    .consultbox {
        margin-top: 0;
        padding: 40px 0;
        background-size: cover;
    }
    .consult {
        padding: 15px !important;
        border-radius: 10px;
        margin: 0 10px;
    }
    .consultbox .tit02 {
        margin-bottom: 20px;
    }
    .consult form .layui-form-item {
        width: 48%;
    }
    .consult form .default-form-field_message {
        width: 100%;
    }
    .consult form .layui-btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
        margin-top: 0;
    }
    .footer {
        padding-top: 40px;
        margin-top: 0;
        padding-bottom: 60px;
    }
    .footer .divbox {
        align-items: end;
    }
    .ft01 {
        width: calc(100% - 100px);
    }
    .ft01 ul {
        margin-top: 20px;
    }
    .ftlogo img {
        max-height: 40px;
    }
    .ft01 ul li h3 {
        font-size: 12px;
        margin-left: 8px;
    }
    .ft01 ul li {
        align-items: start;
        padding: 5px 0;
    }
    .ft01 ul li img {
        width: 13px;
        padding-top: 3px;
    }
    .ft03{
        width: 90px;
    }
    .saobox ins {
        width: 90px;
        line-height: 90px;
    }
    .saobox ins img {
        width: 75px;
    }
    .saobox p {
        font-size: 12px;
        margin-top: 10px;
    }
    .copy {
        padding:10px 0;
        margin-top: 40px;
    } 
    .default-copyright {
        width: 100%;
        font-size: 12px;
        line-height: 1.3;
    }
    .banner01 .cattit h2 {
        font-size: 24px;
        text-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .default-mobile-box, .box {
        border: solid #ffffff 1px;
        margin: 10px;
        position: relative;
        border-radius:0;
        border:1px solid #eee;
    }   
    .default-mobile-list-cats h3 {
        font-size: 15px;
        line-height: 2;
        color: #333;
    }   
    .default-mobile-list-cats h3 em {
        margin-top: 13px;
        border-color: #aaa #fff;
    }
    .default-mobile-list-cats nav ul li {
        border-top: 1px solid #eee;
    }
    .default-mobile-list-cats nav ul li a {
        font-size: 15px;
        color: #333;
    }   
    .list-ym01 {
        padding-top: 40px;
    }
    .list-ym01 ul {
        grid-template-columns: auto auto;
        gap: 15px;
    }
    .list-ym01 li span {
        width: 50px;
        height: 50px;
        line-height:45px;
        margin-left: 15px;
    }
    .list-ym01 li img {
        width: 20px;
    }
    .list-ym01 li div {
        padding: 15px;
    }
    .list-ym01 li div p {
        font-size: 12px;
        margin-top:5px;
    }
    .list-ym02 {
        padding: 40px 0;
        margin-top: 40px;
    }
    .list-ym02 ul li {
        width: calc((100% - 10px)/2);
    }
    .list-ym02 ul {
        gap: 10px;
    }
    .list-ym02 ul li div {
        padding: 20px 10px;
    }
    .list-ym02 ul li div h3 {
        font-size: 15px;
    }
    .list-ym02 ul li div p {
        font-size: 10px;
    }
    .caseretated .titbox02 h2
    ,.caseretated .titbox02 p{
        color: #333;
    }
    .titbox02 .dots02 {
        width: 34px;
        margin-left: 10px;
        font-size: 12px;
    }
    .caseretated .tit-r {
        margin-right: 0;
    }
    .list-liuxue01 {
        padding: 40px 0;
    }
    .tit02 ins {
        font-size: 12px;
        margin-top: 20px;
    }
    .list-liuxue01 ul {
        gap: 10px;
    }
    .list-liuxue01 li {
        width: calc((100% - 10px)/2);
        border-radius: 10px;
        box-shadow: 0 0 10px #eee;
    }
    .list-liuxue01 li a {
        padding: 10px;
    }
    .list-liuxue01 li div {
        margin-top: 10px;
    }
    .list-liuxue01 li div h3 {
        font-size: 14px;
    }
    .list-liuxue01 li div p {
        font-size: 12px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
    .list-item01 {
        padding: 40px 0;
    }
    .list-item01 .d01 {
        font-size: 14px;
        line-height: 1.6;
    }
    .list-item01 .more {
        margin: 30px auto auto auto;
    }
    .list-item02{
        padding: 40px 0;
    }
    .list-item02 .divbox .d01 {
        flex-wrap: wrap;
        justify-content: left;
    }
    .list-item02 .divbox .d01 span {
        width: 50%;
        padding: 15px 10px;
        text-align: center;
        font-size: 13px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .list-item02 .divbox {
        margin: 10px;
        padding: 0 !important;
    }
    .list-item02 .divbox .d02 {
        padding: 20px;
        min-height: 100px;
    }
    .list-item02 .divbox .d02 span {
        font-size: 13px;
        line-height: 1.6;
    }
    .list-bank01 {
        padding: 40px 0;
    }
    .list-bank01 li {
        width: calc((100% - 10px)/2);
    }
    .list-bank01 ul {
        gap: 10px;
    }
    .list-bank01 li h3, .list-bank01 li p {
        font-size: 14px;
        line-height: 1.4;
    }
    .list-bank02 ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .list-bank02 li {
        padding: 20px 10px;
        width: calc((100% - 2*10px)/3);
    }
    .list-bank02 li span {
        width: 50px;
    }
    .list-bank02 li strong {
        font-size: 20px;
        line-height: 1;
    }
    .list-bank02 li h3 {
        font-size: 15px;
    }
    .list-bank02 li p {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .list-bank02 {
        padding: 40px 0;
    }
    .choosebox {
        background: none;
        margin-top: 10px;
        padding: 0;
        border-radius: 0;
    }
    .choosebox .tdy-screening-select-item h4 {
        display: block;
        color: #333;
    }
    .choosebox .tdy-screening-select-item {
        margin-right: 0;
        display: flex;
        align-items: center;
    }
    .choosebox .tdy-screening-select-item-show {
        padding: 5px 20px;
        font-size: 14px;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .choosebox .tdy-screening-select-item-value {
        background: #ee1b24;
        border-radius: 5px;
    }
    .choosebox .tdy-screening-select-item-show span{
        color: #fff;
    }
    .choosebox .tdy-screening-select-item a{
        display: none;
    }
    .choosebox .tdy-screening-select-item .tdy-screening-select-item-sub a{
        display: block;
    }
    .choosebox .tdy-screening-select-sub1 {
        border-bottom: 1px solid #eee;
        padding: 0;
    }
    .choosebox .tdy-screening-select-item-sub {
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 13%);
        border: 0;
        max-height: none;
        overflow: inherit;
    }
    .list-case ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .list-case li {
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.07);
    }
    .list-case {
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .list-case li p
    ,.list-case li div{
        margin-top: 30px;
    }
    .list-news .ul01 li a {
        padding: 20px 0;
    }
    .list-news .ul01 li .d01 {
        width: 100%;
        flex-wrap: wrap;
    }
    .list-news .ul01 li .d01 span {
        width: 100%;
    }
    .list-news .ul01 li .d01 div {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }
    .list-news .ul01 li ins {
        font-size: 14px;
        color: #999;
    }
    .list-news .ul01 li .d01 div h3 {
        font-size: 17px;
        margin-top: 10px;
        font-weight: bold;
    }
    .list-news .ul01 li .d01 div p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-news {
        margin: 20px auto;
        padding-bottom: 40px;
    }
    .view-news02 {
        width: 100%;
        padding: 30px 0;
    }
    .view-news02 .word {
        width: 100%;
        padding-left: 0;
    }
    .share .bdsharebuttonbox {
        width: 30px;
        padding: 10px 0;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
    }
    .share .bdsharebuttonbox h3 {
        font-size: 10px;
    }
    .share .bdsharebuttonbox a {
        height: 20px;
        line-height: 20px;
        font-size: 16px;;
    }
    .share .bdsharebuttonbox a i {
        font-size: 16px;
    }
    .share .bdsharebuttonbox a.s02::before {
        width: 20px;
        left: 5px;
    }
    .share .bdsharebuttonbox a.s02 {
        position: relative;
        padding-top: 5px;
        margin-top: 5px;
    }
    .poxbox{
        padding-left: 10px;
    }
    .poxbox .pox {
        font-size: 14px;
    }
    .view-news02 {
        width: 100%;
        padding: 30px 10px;
        box-sizing: border-box;
    }
    .view-news02 .title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 25px;
        color: #333;
        font-weight: bold;
    }
    .view-news02 .ww {
        font-size: 12px;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .fanye .back {
        margin: 0 20px;
        font-size: 14px;
        color: #ef1c25;
        width: auto;
    }
    .fanye .a01 {
        width: 90px;
        line-height: 28px;
        font-size: 14px;
    }
    .fanye {
        margin-top: 20px;
        padding: 14px 0;
    }
    .list-work01 {
        padding-top: 40px;
        flex-wrap: wrap;
    }
    .list-work01 .d01 {
        width: 100%;
    }
    .list-work01 .d01 h2 {
        font-size: 22px;
    }
    .list-work01 .d01 div {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 20px;
    }
    .list-work01 .d02 {
        width: 100%;
        margin-top: 20px;
    }
    .list-work02 {
        padding: 40px 0;
        margin-top: 40px;
    }
    .list-work02 .d01 li {
        width: calc((100% - 10px)/2);
        padding: 25px;
        border-radius: 20px;
    }
    .list-work02 .d01 ul {
        gap: 10px;
    }
    .list-work02 .d01 li h3 {
        font-size: 14px;
    }
    .list-work03 {
        padding: 40px 0;
    }
    .list-work03 .divbox .d01 {
        width: 100%;
    }
    .list-work03 .divbox {
        flex-wrap: wrap;
    }
    .list-work03 .divbox .ul01 li {
        width: calc((100% - 2*10px)/3);
        display: flex;
        align-items: center;
        height: 70px;
        padding: 10px;
    }
    .list-work03 .divbox .ul01 {
        gap: 10px;
    }
    .list-work03 .d01 h2 {
        font-size: 22px;
        text-align: center;
    }
    .list-work03 .divbox .ul02 {
        width: 100%;
        margin-top: 20px;
    }
    .list-work03 .divbox .ul02 li div p {
        font-size: 14px;
        margin-top: 10px;
        height: auto;
    }
    .list-contact01 {
        padding: 40px 0;
        margin-top: 0;
    }
    .list-contact01 .d02 {
        width: 100%;
        background: none;
        box-sizing: border-box;
        padding: 0;
        color: #333;
        position: relative;
    }
    .list-contact01 .d02::before{
        display: none;
    }
    .list-contact01 .d02 li {
        margin: 15px 0;
    }
    .list-contact01 .d02 li a {
        color: #333;
    }
    .consult form .layui-input-block {
        font-size: 14px;
    }
    .list-school .ul01 {
        grid-template-columns: auto;
        gap: 20px;
    }
    .list-school .ul01 li a div h3 {
        font-size: 17px;
    }
    .list-school .ul01 li a div p {
        font-size: 12px;
    }
    .list-school {
        padding: 40px 0;
    }
    .view-service01 .wp {
        flex-wrap: wrap;
    }
    .view-service01 .d01 {
        width: 100%;
    }
    .view-school01 .d01 h2 {
        font-size: 24px;
    }
    .view-service01 {
        padding: 50px 0;
    }
    .view-school01 h3 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .view-service01 .d02 {
        width: 100%;
        margin-bottom: 0;
    }
    .view-service01 .d02 img {
        border-radius: 20px;
    }
    .view-service02 .word {
        padding: 30px 15px;
        border-radius: 20px;
    }
    .view-service01 .d01 h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .view-service01 .d01 .sum {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .view-service02 {
        background: #f5f5f5;
        padding: 40px 10px;
    }
    .view-service03 {
        padding: 40px 0;
    }
    .view-service03 ul {
        padding: 0;
        flex-wrap: wrap;
    }
    .view-service03 li {
        margin: 0;
        width: 33.33%;
        margin-bottom: 20px;
    }
    .view-service03 li span {
        width: 60px;
        height: 60px;
    }
    .view-service03 li strong {
        font-size: 15px;
        margin: 5px 0 0 0;
    }
    .view-service03 li h3 {
        padding: 0 5px;
        font-size: 12px;
        max-width: inherit;
    }
    .view-service03 .more {
        margin-top: 30px;
    }
    .view-service02 .word .default-article-content p span{
        text-wrap: inherit !important;
    }
    .list-about01 {
        padding-top: 40px;
    }
    .list-about01 .divbox {
        font-size: 14px;
    }
    .list-about02 {
        padding: 40px 0;
        margin-top: 40px;
    }
    .list-about02 .d01 {
        font-size: 14px;
    }
    .mbftnav {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 2;
        bottom: 0;
        padding: 7px 0;
        box-shadow: 0 0 7px 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;
        margin: auto;
    }
    .mbftnav li span img {
        width: 100%;
        height: auto;
    }
    .mbftnav li h3 {
        font-size: 12px;
        margin-top: 2px;
    }
    .newsbox .divbox .ul02{
        display: none;
    }
    .list-problem {
        padding-top: 40px;
    }
    .list-problem ul {
        padding: 30px 10px;
    }
    .list-problem ul li h3 {
        font-size: 14px;
        line-height: 1.2;
        padding: 17px 0px;
        background-size: 26px;
        padding-left: 30px;
        background-position: 0 11px;
    }
    .list-problem ul li p {
        font-size: 13px;
        line-height: 1.6;
        padding: 20px 10px;
    }
    .list-shenxue02 li{
        padding: 40px 0;
    }
    .list-shenxue02 li div.divbox {
        flex-wrap: wrap;
    }
    .list-shenxue02 li span
    ,.list-shenxue02 li div.d01 {
        width: 100%;
    }
    .list-shenxue02 li div.d01 h3 {
        font-size: 23px;
        margin-top: 20px;
    }
    .list-shenxue02 li div.d01 h4 {
        font-size: 17px;
    }
    .list-shenxue02 li div.d01 div {
        margin-top: 15px;
        font-size: 14px;
    }
    .view-sili02 {
        padding: 40px 0;
    }
    .view-sili02 .d01 div {
        font-size: 14px;
    }
    .view-sili03, .view-sili03-2 {
        padding: 40px 0;
    }
    .view-sili03 li h3 {
        font-size: 17px;
    }
    .view-sili04 li {
        margin-bottom:30px;
        flex-wrap: wrap;
    }
    .view-sili04 {
        padding-top:40px;
    }
    .view-sili04 li span
    ,.view-sili04 li div{
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .view-sili04 li div h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #333;
    }
    .view-sili04 li div p {
        font-size: 14px;
        line-height: 1.6;
    }
    .view-sili04 li div h4 {
        margin-top: 10px;
    }
    .view-sili03-2 ul {
        flex-wrap: wrap;
    }
    .view-sili03-2 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .view-sili03-2 li div {
        font-size: 14px;
    }
    .view-sili02{
        padding-bottom: 0;
    }
    .default-copyright a {
        font-size: 12px;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
