@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;
}

.wp1400{
    width: 1400px;
    margin: auto;
}
.header {
    background: #fff;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); 
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.head01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuheight{
    height: 90px;
}
.logo img{
    max-height: 60px;
    width: auto;
    height: auto;
}
.menu li a {
    display: block;
    padding: 32px 25px;
    font-size: 18px;
}
.menu li.a a
,.menu li:hover a{
    color: #177f3a;
}
.menu li:hover ul{
    display:none;
}
.menu li ul {
    width: 650px;
    background-color:transparent !important;
    text-align: left;
    left: 0;
    padding: 0;
    top: 91px;   
    z-index: 3; 
}
.menu li ul li {
    white-space: normal;
    display: inline-block;
    width: auto;
}
.menu li ul li a{
    font-weight:normal;
    font-size:15px;
    color:#666 !important;
    padding: 0;
    line-height: 65px;
    padding-right:30px;
}
.menu li ul li a:hover{
   color: #177f3a !important;
}
.menuheight {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 65px;
    left: 0;
    display: none;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.topright {
    display: flex;
    align-items: center;
}
.searchbox {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}
.searchbox span {
    font-size: 20px;
    cursor: pointer;
    color: #177f3a;
    transition: all .3s;
    font-weight: bold;
}
.search {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 90px;
    z-index: 3;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    left: 0;
    padding: 20px 0;
    display: none;
}
.search01{
    align-items: center;
    display: flex;
    justify-content: center;
}
.search .closess {
    font-size: 23px;
    cursor: pointer;
    display: block;
    margin-left: 30px;
    transition: all .3s;
    -webkit-text-stroke-width: inherit;
}
.search form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eef9f1;
    padding: 0 20px;
    border: 1px solid #cfe3d4;
}
.search form .tdy-keyword {
    width: 500px;
    line-height: 45px;
    height: 45px;
    background: none;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}
.search form .tdy-submit {
    border: none;
    font-size: 20px;
    color: #177f3a;
}
.banner li{
    overflow: hidden;
}
.banner li a{
    display: block;
    transform: scale(1.1);
    transition: all 5s;
}
.banner li img{
    width: 100%;
    height: auto;
}
.banner li.swiper-slide-active a{
    transform: scale(1);
}
.banner .diy-edit-but{
    top: 150px;
}
.banword {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}
.banword p {
    font-size: 20px;
    letter-spacing: 5px;
}
.banword span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 30px;
    font-size: 16px;
    letter-spacing: 7px;
}
.banwz01 li div {
    font-size: 58px;
    font-weight: bold;
    letter-spacing:5px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.banwz01{
    width: 1200px;
    margin: 30px auto;
}
.dots {
    position: absolute;
    bottom: auto !important;
    width:60px !important;
    right: 100px;
    top: 50%;
    left: auto !important;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.dots span{
    width: 31px;
    height: 4px;
    display: block;
    background: #fff;
    opacity: .5;
    margin: 10px 0 !important;
    border-radius: 0;
}
.dots span.swiper-pagination-bullet-active{
    opacity: 1;
    width: 60px;
}
.aboutbox{
    background: url(/template/index/public/54/54-0133/images/cloud.png) no-repeat top center;
    position: relative;
    margin-top: -300px;
    padding-top: 300px;
    z-index: 1;
}
.aboutbox::before{
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 250px);
    bottom: -150px;
    background: url(/template/index/public/54/54-0133/images/wave3.jpg) no-repeat bottom center;
    background-size: auto 100%;
}
.aboutbox .wp1400{
    padding: 100px 0 170px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tit01 h4 {
    font-size: 40px;
    color: #177f3a;
    font-family: 微软雅黑 Light;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.aboutbox .tit01 h4{
    margin-bottom: 30px;
}
.tit01 h4 span{
    display: block;
    line-height: 1;
    font-size: 60px;
}
.tit01 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #060e6d;
    margin-bottom: 30px;
}
.tit01 h2 span{
    color: #177f3a;
}
.aboutbox .d01 {
    width: 42%;
}
.aboutbox .d01 .absum p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}
.more {
    display: flex;
    width: 170px;
    line-height: 60px;
    align-items: center;
    color: #fff !important;
    background: #177f3a;
    border-radius: 20px 0 20px 0;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s;
    margin-top: 50px;
}
.more em{
    display: block;
    width: 30px;
    height: 30px;
    background: url(/template/index/public/54/54-0133/images/jt.png) no-repeat center;
    background-size: 16px;
    margin-left: 8px;
    transition: all .3s;
}
.more:hover em{
    animation: arrow 1s infinite;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.aboutbox .d02 {
    width: 43%;
    box-sizing: border-box;
}
.aboutbox .d02 span {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50px;
}
.aboutbox .d02 span img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 50px;
    transition: all 1s;
}
.aboutbox .d02 span:hover img {
    transform: scale(1.08);
}
.probox{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0133/images/bg01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.probox .tit02{
    margin-bottom: 70px;
}
.tit02 {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 80px;
}
.tit02 strong {
    font-size: 100px;
    opacity: .05;
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
}
.tit02 h2 {
    position: relative;
    font-size: 60px;
    font-weight: bold;
}
.tit02 p {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    width: 100%;
}
.product li{
    display: flex;
    justify-content: space-between;
}
.product li div{
    width: 40%;
    background: url(/template/index/public/54/54-0133/images/pbg.jpg) no-repeat left top;
    background-size: cover;
    border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 100px 50px 0 70px;
    position: relative;
}
.product li div h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.product li div h3 em {
    display: block;
    font-style: normal;
}
.product li div p {
    font-size: 20px;
    color: #fff;
    margin-top: 70px;
}
.product li div::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #0c7a31;
    right: -15px;
    top:70px;
    transform: rotate(45deg);
}
.more02 {
    background: #fff;
    color: #1a813c !important;
    margin-top: 70px;
}
.more02 em{
    background: url(/template/index/public/54/54-0133/images/jt02.png) no-repeat center;
    background-size: 16px;
}
.product li span{
    display: block;
    width: 57%;
}
.product li span a{
    display: block;
    border: 5px solid #6aeb8e;
    border-radius: 30px;
}
.product li span img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.dots02 {
    position: absolute;
    z-index: 1;
    left: 33%;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.dots02 span.swiper-pagination-current{
    font-size: 40px;
}
.dots02 span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.ispc .probox .divbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.libox li a {
    color: #fff;
    padding: 35px 0;
    display: block;
}
.libox li:last-child a {
    padding-bottom: 0;
}
.libox li span{
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    position: relative;
}
.libox li span::before{
    position: absolute;
    content: '';
    width: 132px;
    height: 132px;
    left: 50%;
    top: 50%;
    margin: -66px 0 0 -66px;
    background: url(/template/index/public/54/54-0133/images/yuan.png) no-repeat center;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.libox li span strong {
    display: block;
    width: 75px;
    height: 75px;
    background: #ccc;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    background-image: linear-gradient(135deg,#2ba751 0,#8df3a9 100%);  
}
.libox li div h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.libox li div h3 em{
    font-style: normal;
    display: block;
}
.libox li div p {
    font-size: 16px;
    text-align: center;
    opacity: .5;
}
.libox li div ins {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
    position: relative;
}
.libox li div ins::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    opacity: .5;
    transition: all .3s;
}
.libox li:hover div ins::before{
    transform: rotate(315deg);
}
.liucheng {
    text-align: center;
    position: relative;
    width: 1008px;
    margin-right: 100px;
}
.liucheng img{
    max-width: 100%;
    height: auto;
}
.liucheng li{
    position: absolute;
}
.liucheng li em{
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid #79d36a;
    display: block;
}
.liucheng li.li01 em
,.liucheng li.li02 em
,.liucheng li.li08 em{
    animation: lee 4s linear infinite;
    -moz-animation: lee 4s linear infinite;
    -webkit-animation: lee 4s linear infinite;
    -o-animation: lee 4s linear infinite;
}
@keyframes lee{
    0%{margin-left:0%; opacity:0;}
    10%{margin-left:10%; opacity:1;}
    90%{margin-left:90%; opacity:1;}
    100%{margin-left:100%;opacity:0;}
}
.liucheng li.li01 {
    width: 350px;
    height: 15px;
    top: 72px;
    left: 206px;
}
.liucheng li.li02 {
    width: 267px;
    height: 15px;
    right: 218px;
    top: 72px;
}
.liucheng li.li03 {
    width: 15px;
    height: 45%;
    right: 108px;
    top: 142px;
}
@keyframes lee2{
    0%{top: 0; opacity:0;}
    10%{top: 10%; opacity:1;}
    90%{top: 90%; opacity:1;}
    100%{top: 100%;opacity:0;}
}
.liucheng li.li03 em{
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid #79d36a;
    position: absolute;
    left: 1px;
    animation: lee2 4s linear infinite;
    -moz-animation: lee2 4s linear infinite;
    -webkit-animation: lee2 4s linear infinite;
    -o-animation: lee2 4s linear infinite;
}
.liucheng li.li04 {
    width: 329px;
    height: 15px;
    bottom: 56px;
    right: 263px;
}
.liucheng li.li04 em
,.liucheng li.li06 em
,.liucheng li.li07 em{
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-right: 7.5px solid #79d36a;
    border-left: none;
    animation: lee3 8s linear infinite;
    -moz-animation: lee3 8s linear infinite;
    -webkit-animation: lee3 8s linear infinite;
    -o-animation: lee3 8s linear infinite;
}
@keyframes lee3{
    0%{margin-right:0%; opacity:0;}
    10%{margin-right:10%; opacity:1;}
    90%{margin-right:90%; opacity:1;}
    100%{margin-right:100%;opacity:0;}
}
.liucheng li.li05 {
    width: 15px;
    height: 55%;
    bottom: 110px;
    left: 32px;
}
.liucheng li.li05 em,.liucheng li.li09 em
,.liucheng li.li10 em{
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #79d36a;
    position: absolute;
    left: 1px;
    animation: lee4 6s linear infinite;
    -moz-animation: lee4 6s linear infinite;
    -webkit-animation: lee4 6s linear infinite;
    -o-animation: lee4 6s linear infinite;
}
@keyframes lee4{
    0%{bottom: 0; opacity:0;}
    10%{bottom: 10%; opacity:1;}
    90%{bottom: 90%; opacity:1;}
    100%{bottom: 100%; opacity:0;}
}
.liucheng li.li06 {
    width: 395px;
    height: 15px;
    bottom: 56px;
    left: 200px;
}
.liucheng li.li07 {
    width: 175px;
    height: 15px;
    top: calc(50% - 4px);
    left: 294px;
}
.liucheng li.li08 {
    width: 130px;
    height: 15px;
    top: 205px;
    left: 500px;
    display: none;
}
.liucheng li.li09 {
    width: 15px;
    height:20%;
    top: 100px;
    left: 180px;
}
.liucheng li.li10 {
    width: 15px;
    height:20%;
    left: 180px;
    bottom: 95px;
}
.layoutbox{
    padding: 120px 0;
    background: url(/template/index/public/54/54-0133/images/bg03.jpg) no-repeat center;
    background-size: cover;
}
.layoutbox .tit01 h2 {
    text-align: center;
}
.layoutbox .d01 .sum01 p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
}
.layoutbox .d01 ul {
    display: flex;
    margin-top: 70px;
}
.layoutbox .d01 li {
    width: 124px;
    height: 124px;
    background: #fff;
    border-radius: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 0;
}
.layoutbox .d01 li img {
    width: 90px;
    height: auto;
}
.layoutbox .d01 li span {
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin-left: 5px;
    width: 100%;
}
.layoutbox .d01 li span h3 {
    font-size: 40px;
    font-family: fantasy;
    color: #177f3a; 
}
.layoutbox .d01 li p {
    font-size: 16px;
}
.layoutbox .tabtit ins{
    display: flex;
    justify-content: center;
}
.layoutbox .tabtit ins span {
    display: block;
    padding: 15px 70px;
    background: #fff;
    font-size: 25px;
    border-radius: 50px;
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold;
    color: #537e61;
}
.layoutbox .tabtit ins span.a{
    background: #1a813c;
    color: #fff;
}
.tabcon{
    padding-top: 30px;
}
.tabcon h4 {
    font-size: 20px;
    padding-bottom: 50px;
    color: #537e61;
    font-weight: bold;
}
.tabcon .tabmap{
    text-align: center;
    height: 0;
    opacity: 0;
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
    transition: all .5s;
}
.tabcon .tabmap.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);
}
.tabcon .tabmap img{
    max-width: 100%;
    height: auto;
}
.layoutbox .d02{
    width: 873px;
    max-width: 65%;
    margin: auto;
}
.layoutbox .d02 img{
    width: 100%;
    height: auto;
}
.layoutbox .d02 .divbox{
    position: relative;
}
.layoutbox .d02 ul li{
    position: absolute;
}
.layoutbox .d02 ul li.li01 {
    position: absolute;
    right: 18%;
    bottom: 30%;
}
.layoutbox .d02 ul li.li02 {
    right: 20%;
    bottom: 28%;
}
.layoutbox .d02 ul li.li03 {
    left: 47%;
    bottom: 37%;
}
.layoutbox .d02 ul li.li04 {
    right: 15%;
    top: 49%;
}
.layoutbox .d02 ul li.li05 {
    right: 16.5%;
    bottom: 27%;
}
.layoutbox .d02 ul li ins{
    display: block;
    color: #6b3ffd;
    font-size: 13px;
}
.layoutbox .d02 ul li ins em {
    display: block;
    color: #6b3ffd;
    font-size: 23px;
    line-height: 1;
}
.layoutbox .d02 ul li.li01 ins {
    color: #f81f09;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.layoutbox .d02 ul li.li01 ins em{
    display: block;
    color: #f81f09;
    font-size: 30px;
}
.layoutbox .d02 ul li span {
    display: block;
    position: absolute;
    width:100px;
    height: 100px;
    background: #6b3ffd;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    transform: scale(.01);
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -o-transform: scale(.01);
    -ms-transform: scale(.01);
    animation-delay: 0s;
    animation: ripple 5s ease-in-out infinite;
}
.layoutbox .d02 ul li.li01 span {
    width:300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    background: #1a813c;
    animation: ripple 5s ease-in-out infinite;
}
.layoutbox .d02 ul li.li01 .s02 {
    animation-delay: 1.4s;
}
.layoutbox .d02 ul li.li01 .s03{
    animation-delay: 3s;
}
.layoutbox .diy-edit-bg{
    position: relative;
}
@keyframes ripple{
    0% {
        transform: scale(.01);
        -webkit-transform: scale(.01);
        -moz-transform: scale(.01);
        -o-transform: scale(.01);
        -ms-transform: scale(.01);
        opacity: .2;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 0;
    }
}
.historybox{
    padding: 150px 0;
/*    background: url(/template/index/public/54/54-0133/images/bg02.jpg) no-repeat center bottom;*/
    background: url(/template/index/public/54/54-0133/images/wave3.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}
.titbox {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: end;
    margin-bottom: 150px;
}
.tit03 {
    width: 30%;
}
.tit03 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #177f3a;
}
.tit03 h2 span {
    color: #333;
}
.tit03 h4 {
    font-family: 微软雅黑 Light;
    font-size: 100px;
    text-transform: capitalize;
    line-height: 1;
    color: #177f3a;
}
.tabtime {
    width: 60%;
    position: relative;
    padding: 0 50px;
}
.tabtime::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    background: #177f3a;
    opacity: .15;
    top: 57px;
}
.tabtime .yuan {
    display: block;
    width: 12px;
    height: 12px;
    background: #177f3a;
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 51px;
}
.tabtime .yuan02{
    right: 0;
    left: auto;
}
.tabtime li{
    padding-top: 65px;
    cursor: pointer;
}
.tabtime li.swiper-slide-thumb-active span {
    color: #177f3a;
    font-size: 45px;
    display: block;
    margin-top: -65px;
}
.tabtime li.swiper-slide-thumb-active h3{
    color: #177f3a;
    font-size: 30px;
    line-height: 1;   
}
.tabtime li.swiper-slide-thumb-active h3::before{
    display: none;
}
.tabtime li span{
    display: none;
    text-align: center;
    width: 100px;
    margin: auto;
}
.tabtime li h3{
    font-size: 20px;
    font-weight: bold;
    color: #177f3a;
    text-align: center;
    width: 100px;
    position: relative;
    margin: auto;
}
.tabtime li h3::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 7px;
    background: #177f3a;
    left: 50%;
    top: -15px;
    opacity: .15;
}
.history li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history li{
    padding:80px 0;
}
.history li span {
    display: block;
    width: 40%;
    text-align-last: center;
    position: relative;
    color: rgba(0,0,0,0);
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-text-stroke: 2px #177f3a;
    text-align: center;
    font-size: 200px;
    font-family: fantasy;
    line-height: 1;
}
.history li .d01 {
    width: 50%;
    color: #177f3a;
}
.history li .d01 h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.history li .d01 div {
    position: relative;
    font-size: 17px;
    color: #333;
}
.history li .d01 div p{
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
}
.history li .d01 div p::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #177f3a;
    border-radius: 5px;
    left: 0;
    top: 9px;
}
.prev, .next,.h-prev, .h-next {
    width: 70px;
    height: 70px;
    border: 2px solid #177f3a;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 66%;
    margin-top: -37px;
    left: 0;
    background: url(/template/index/public/54/54-0133/images/jt.png) no-repeat center;
    background-size: 20px;
    transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    cursor: pointer;
    left: 100px;
}
.prev,.next{
    background: url(/template/index/public/54/54-0133/images/jt02.png) no-repeat center;
    background-size: 20px;
}
.next,.h-next{
    left: auto;
    right: 100px;
    transform: rotate(0);
    -ms-transform:rotate(0);
    -moz-transform:rotate(0);
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
}
.honorbox{
    padding: 100px 0;
    background: url(/template/index/public/54/54-0133/images/rbbg02.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.tit04{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 130px;
}
.tit04 h4 {
    margin-bottom: 0;
}
.tit04 .tit01 h2 {
    margin-bottom: 20px;
}
.tit01 p {
    font-size: 30px;
}
.tit04 ul {
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.tit04 li{
    width: 247px;
    background: url(/template/index/public/54/54-0133/images/rybg.png) no-repeat center;
    padding: 30px 0 50px 0;
}
.tit04 li span {
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #177f3a;
    font-weight: bold;
    align-items: baseline;
    line-height: 1.2;
}
.tit04 li span h3{
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
}
.tit04 li p {
    font-size: 18px;
    text-align: center;
    color: #177f3a;
}
.honorbox .divbox{
    padding-bottom: 105px;
    background: url(/template/index/public/54/54-0133/images/honort.png) no-repeat center bottom;
}
.honorbox .divbox .d01 ul{
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.honorbox li a{ 
    display: flex;
    height: 330px;
    justify-content: center;
    align-items: end;
    outline-style: none !important;
}
.honorbox li a img {
    max-width: 100%;
    max-height: 330px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 5px solid #af986a;
}
.h-prev, .h-next{
    background: url(/template/index/public/54/54-0133/images/jt02.png) no-repeat center;
    background-size: 20px;
    border-color: #177f3a;
    top: 60%;
}
.newsbox{
    padding: 150px 0 200px 0;
    background: url(/template/index/public/54/54-0133/images/wave3.jpg) no-repeat center;
    background-size: cover;
}
.tit05 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.tit05 h2{
    font-size: 40px;
    font-weight: bold;
    color: #060e6d;
}
.tit05 h2 span{
    color: #177f3a;
}
.tit05 div {
    display: flex;
    align-items: center;
}
.tit05 div span {
    display: flex;
    justify-content: space-between;
}
.tit05 div span em {
    font-size: 20px;
    color: #177f3a;
    font-style: normal;
    font-weight: bold;
    margin: 0 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.tit05 div span .a {
    background: #177f3a;
    color: #fff;
    border-radius: 50%;
}
.tit05 div a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #177f3a;
}
.tit05 div a em {
    display: block;
    width: 22px;
    height: 22px;
    background: #177f3a;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    line-height: 22px;
    -webkit-text-stroke-width: inherit;
}
.news {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.news .d01 {
    width: 47%;
}
.news .d01 li{
    display: none;
    position: relative;
}
.news .d01 li img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: auto;
}
.news .d01 li div {
    position: absolute;
    width: 100%;
    padding: 30px 30px 70px 40px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    color: #fff;
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);  
}
.news .d01 li div strong {
    font-size: 18px;
}
.news .d01 li div strong em {
    font-size: 30px;
    font-style: normal;
    margin-right: 5px;
}
.news .d01 li div h3 {
    font-size: 18px;
    font-weight: bold;
}
.news .d01 li a {
    position: absolute;
    bottom: -30px;
    left: 40px;
    box-shadow: 0 5px 20px rgb(106 151 121 / 46%);
}
.news .d01 li.a{
    display: block;
}
.news .d02 {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
}
.news .d02 li{
    border-bottom: 1px solid #eee;
}
.news .d02 li:hover a{
    transform: scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
.news .d02 li a {
    display: flex;
    align-items: center;
    padding: 21px 0;
    position: relative;
    transition: all .3s;
}
.news .d02 li:last-child{
    border-bottom: none;
}
.news .d02 li a::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #1a813c;
    left: -40px;
    top: 37px;
    transition: all .3s;
    opacity: 0;
}
.news .d02 li.a a::after{
    opacity: 1;
}
.news .d02 li strong {
    font-size: 17px;
    color: #dae0e6;
    margin-right: 30px;
}
.news .d02 li strong em {
    font-style: normal;
    font-size: 25px;
    margin-right: 5px;
}
.news .d02 li h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 100px);
    transition: all .3s;
}
.news .d02 li.a h3
,.news .d02 li.a strong
,.news .d02 li.a strong em{
    color: #177f3a;
}
.footer{
    background: url(/template/index/public/54/54-0133/images/ftbg.jpg) no-repeat center;
    background-size: cover;
    padding-top:70px;
}
.footer .wp1400{
    display: flex;
    justify-content: space-between;
}
.ftlogo {
    margin-bottom:35px;
}
.ftlogo img {
    max-height: 60px;
    width: auto;
    height: auto;
}
.links {
    position: relative;
}
.links span {
    line-height: 40px;
    padding: 0 15px;
     width: 200px;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.links span em{
    color: #fff;
    transition: all .3s;
}
.links span.a em{
    transform: rotate(180deg);
}
.links div {
    position: absolute;
    background: #fff;
    padding: 10px 0;
    bottom: 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
}
.links div::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.links div a {
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    transition: all .3s;
}
.links div a:hover{
    background: #f5f5f5;
    color: #1a813c;
}
.ftcon li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}
.ftcon li span {
    display: block;
    padding-left: 75px;
    width: 100%;
    box-sizing: border-box;
}
.ftcon li a{
    color: #fff;
}
.ftcon li img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    padding-top: 3px;
}
.foot02 {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.ftnav {
    width: 60%;
    margin-left: 5%;
}
.ftnav ul {
    display: flex;
    justify-content: space-between;
}
.ftnav li a{
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    transition: all .3s;
}
.ftnav li a:hover{
    text-decoration: underline;
}
.ftnav li a.a01 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.focun {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 30px;
}
.focun ul {
    display: flex;
}
.focun li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    margin-left: 30px;
    text-align: center;
}
.focun li a img {
    width: 30px;
    height: auto;
}
.focun li.li01{
    position: relative;
}
.focun li div {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -115px;
    left: 6px;
    display: none;
}
.focun li:hover div{
    display: block;
}
.focun li div::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    transform: rotate(45deg);
}
.focun li div img {
    width: 100%;
    height: auto;
}
.ewmbox {
    width: 232px;
    border: 1px solid rgb(255 255 255 / 18%);
    display: flex;
    padding: 10px;
    align-items: center;
     margin-left: 70px;
     box-sizing: border-box;
}
.ewmbox span {
    display: block;
    width: 100px;
}
.ewmbox span img{
    width: 100%;
    height: auto;
}
.ewmbox h3 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    width: 100px;
    padding-left: 10px;
}
.copy {
    padding: 25px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.default-copyright {
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.default-copyright a{
    font-size: 14px;
    color: #fff;
}
.default-copyright a:hover{
    text-decoration: underline;
}
.top{
    position: fixed;
    background:#fff url(/template/index/public/54/54-0133/images/jt02.png) no-repeat center;
    background-size: 20px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border: 2px solid #177f3a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    bottom: -20px;
    z-index: 11;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
}
.top.a {
    opacity: 1;
    bottom: 20px;
    transition: all .3s;
}
.fade_in_down{
    opacity: 0;
    transform: translateY(80px);
    -ms-transform:translateY(80px);
    -moz-transform:translateY(80px);
    -webkit-transform:translateY(80px);
    -o-transform:translateY(80px);
}
.fade_in_up{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s;
}
.ispc .sectionleft.fade_in_down{
    opacity: 0;
    transform: translateX(-80px);
    -ms-transform:translateX(-80px);
    -moz-transform:translateX(-80px);
    -webkit-transform:translateX(-80px);
    -o-transform:translateX(-80px);
}
.ispc .sectionright.fade_in_down{
    opacity: 0;
    transform: translateX(80px);
    -ms-transform:translateX(80px);
    -moz-transform:translateX(80px);
    -webkit-transform:translateX(80px);
    -o-transform:translateX(80px);
}
.ispc .sectionleft.fade_in_up
,.ispc .sectionright.fade_in_up{
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s;
}
/*----------------list-news---------------------*/
.banner01{
    position: relative;
    margin-top: 90px;
}
.banner01 .cattit{
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    position: absolute;
    left:calc(50% - 700px);
}
.banner01 .cattit h2{
    font-size: 50px;
    font-weight: bold;
}
.banner01 .cattit p {
    font-size: 25px;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.nodata{ 
    background: url(/template/index/public/54/54-0133/images/nodata.png) no-repeat center;
    height: 500px;
    width: 100%;
}
.list-page{
    background: url(images/fixbg3.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
}
.list-nav{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.list-navbox {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}
.list-nav .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-nav ul{
    display: flex;
}
.list-nav li a{
    display: block;
    font-size: 16px;
    margin-right: 50px;
    position: relative;
    padding: 20px 0;
    transition: all .3s;
}
.list-nav li a::after{
    position: absolute;
    content: '';
    width: 0;
    bottom: -1px;
    height: 2px;
    opacity: 0;
    left: 0;
    background: #177f3a;
    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: #177f3a;
}
.list-nav .pox{
    font-size: 16px;
}
.list-newsbox{
    padding:100px 0;
    width: 1600px;
    margin: auto;
    position: relative;
} 
.list-newsbox .d01{
    transition: all .3s;
    position: relative;
}
.list-newsbox .d01.a{
    position: fixed;
    top: 90px;
}
.list-newsbox .d01.a2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.list-newsbox .d01 h2 {
    font-size: 120px;
    color: transparent !important;
    -webkit-background-clip: text;
    background-image:linear-gradient(90deg,#177f3a 0,#1ad178 100%);
    text-align: center;
    font-weight: bold;
}
.list-newsbox .d01 .s01{
    position: relative;
    height: 460px;
    box-sizing: border-box;
    padding-top: 55px;
}
.list-newsbox .d01 .s01::before{
    position: absolute;
    content: '';
    top: -4px;
    left: 50%;
    margin-left: -5px;
    z-index: 2;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    line-height: 11px;
    text-align: center;
    background-color: #188841;
}
.list-newsbox .d01 .s01::after{
    position: absolute;
    content: '';
    width: 1px;
    margin-left: -1px;
    height: 100%;
    left: 50%;
    background: #188841;
    opacity: .2;
    top: 0;
}
.list-newsbox .d01 .s01 span{
    display: block;
    width: 200px;
    height: 200px;
    border: 70px solid #f0f8f5;
    border-radius: 50%;
    position: relative;
}
.list-newsbox .d01 .s01 span::after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #177f3a url(/template/index/public/54/54-0133/images/icn-scroll.png) no-repeat center;
    background-size: 35px;
}
.list-newsbox .d01 .ewmbox02{
    width: 120px;
    margin: auto;
}
.list-newsbox .d01 .ewmbox02 span{
    display: block;
    width: 120px;
}
.list-newsbox .d01 .ewmbox02 img{
    width: 100%;
    height: auto;
}
.list-newsbox .d01 .ewmbox02 p{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.pub{
    text-align: right;
    margin-bottom: 10px;
}
.l-search{
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
}
.l-search form {
    width: 430px;
    border-bottom: 2px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-search form .tdy-keyword {
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    border: none;
    width: calc(100% - 50px);
    font-size: 16px;
    background: none;
}
.l-search form .tdy-submit {
    font-size: 25px;
    color: #177f3a;
    border: none;
    background: none;
    margin-right: 10px;
}
.list-news .ul01{
    display: flex;
    flex-wrap: wrap;
    gap:50px;
}
.list-news li {
    border-radius: 15px;
    width: calc((100% - 50px*2)/3);
    overflow: hidden;
    transition: all .5s;
}
.list-news li:hover{
    box-shadow: 0 5px 45px rgba(0,0,0,0.3);
}
.list-news li a{
    display: block;
    position: relative; 
}
.list-news li a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0) 100%);;
}
.list-news li a::after{
    position: absolute;
    content: '';
    width: 120%;
    height: 100%;
    right: -25px;
    bottom: 0;
    background: #177f3a;
    opacity: 0;
    transition: all 1s;
    display: none;
}
.list-news li:hover a::after{
    opacity: .9;
}
.list-news li a span{
    display: block;
}
.list-news li img{
    width: 100%;
    height: auto;
}
.list-news li div{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    transition: all .3s;
}
.list-news li:hover div{
    background: rgba(23,127,58,0.8);
}
.list-news li div h3{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: calc(100% - 40px);
}
.list-news li div p{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.list-news li em{
    display: block;
    width: 22px;
    height: 30px;
    background: url(/template/index/public/54/54-0133/images/jt.png) no-repeat center;
    background-size: 100%;
    transition: all .5s;
    margin-left: 5px;
}
.list-news li:hover em{
    animation: arrow 1s infinite;
}
.list-news li ins{
    position: absolute;
    right: 25px;
    top: 25px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.list-newsbox .pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    margin-top: 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: #177f3a !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: #177f3a;
    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;
    margin-top: 91px;
}
.poxbox .pox {
    padding: 15px 0;
    font-size: 16px;
}
.pox a:hover{
    color: #177f3a;
}
.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 #177f3a;
    font-size: 16px;
    border-radius: 30px;
    color: #177f3a;
    transition: all .3s;
}
.fanye .a01:hover{
    background: #177f3a;
    color: #fff;
}
.fanye .back{
    margin: 0 200px;
    font-size: 16px;
    line-height: 38px;
    transition: all .3s;
}
.fanye .back:hover{
    color: #177f3a;
}
/*-----------------list-recurit------------*/
.list-recurit{
    padding:0 0 100px 0;
    background: url(images/fixbg3.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.list-recurit .d01{
    margin-bottom: 50px;
}
.list-recurit .d01 h2 {
    text-align: center;
    font-size: 35px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.list-recurit .d01 p {
    margin: auto;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.list-recurit .d01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.list-recurit .d01 ul li {
    width: 25%;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
    background: #126ae9;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
.list-recurit .d01 ul li:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    z-index: 1;
}
.list-recurit .d01 ul li.li2 {
    background: #44dce3;
}
.list-recurit .d01 ul li.li3 {
    background: #f77e50;
}
.list-recurit .d01 ul li.li4 {
    background: #8f5fed;
}
.list-recurit .d01 ul li.li5 {
    background: #f5c14c;
}
.list-recurit .d01 ul li.li6 {
    background: #fb5169;
}
.list-recurit01{
    position: relative;
    background: #fff;
    border-radius: 30px;
    margin-top: -80px;
}
.list-recurit02{
    margin-top: 20px;
}
.jianli {
    position: fixed;
    right: 20px;
    top: 44%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    z-index: 10;
    width: 140px;
    height: 140px;
}
.jianli span {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #00d2ff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    background: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    padding: 14px;
    transition: all .3s;   
}
.jianli span:hover{
    background: #00d2ff;
}
.jianli span:hover a{
    color: #fff;
}
.jianli span a{
    display: block;
    color: #08b2d6;
    transition: all .3s;  
}
.jianli::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0133/images/light.png) no-repeat center;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.jianli .divbox {
    position: absolute;
    padding: 30px 20px 50px 20px;
    right: 140px;
    background: #fff;
    border-radius: 20px;
    top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
}
.jianli:hover .divbox{
    display: block;
}
.jianli .divbox::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    right: -6px;
    top: 30px;
}
.jianli .divbox div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #177f3a;
}
.jianli .divbox div p {
    font-size: 15px;
    width: 240px;
    line-height: 2;
}
.jianli .divbox div p a{
   color: #177f3a; 
   transition: all .3s;
}
.jianli .divbox div p a:hover{
    text-decoration:underline;
}
.list-recurit01{
    padding: 40px;
}
.list-recurit01 h2 {
    font-size: 27px;
    font-weight: bold;
    color: #177f3a;
    padding-left: 22px;
    position: relative;
    margin-bottom: 20px;
}
.list-recurit01 h2::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 24px;
    background: #177f3a;
    left: 0;
    top: 9px;
}
.list-recurit01 .pub{
    padding-right: 40px;
    padding-top: 20px;
}
.list-recurit01 li .a01{
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    border-bottom: 1px solid #eee;
}
.list-recurit01 li:last-child a{
    border: none;
}
.list-recurit01 li .a01.aa{
    border-bottom: 1px solid #fff;
}
.list-recurit01 li .a01 h3 {
    font-size: 20px;
    width: 28%;
    color: #333;
}
.list-recurit01 li .a01 div {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.list-recurit01 li .a01 div p {
    font-size: 16px;
    color: #333;
}
.list-recurit01 li .a01 div .p01{
    width: 50px;
    text-align: center;
}
.list-recurit01 li .a01 em {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    border: 1px solid #177f3a;
    font-size: 17px;
    color: #177f3a;
    font-style: normal;
}
.list-recurit01 li .a01 em.e02
,.list-recurit01 li .a01.aa .e01{
    display: none;
}
.list-recurit01 li .a01.aa .e02{
    display: block;
}
.list-recurit01 li .tc{
    display:none;
}
.list-recurit01 li .tc01 {
    padding: 30px 50px;
    background: #177f3a;
    border-radius: 30px;
}
.list-recurit01 li .tc01 .default-article-content{
    color: #fff;
}
.list-recurit01 .default-article-content p {
    line-height: 1.8;
}
/*----------------list-inshenghe------------------------*/
.list-insh01{
    padding-top: 80px;
}
.inshtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/template/index/public/54/54-0133/images/icons.png) repeat-x center 13px;
    margin-bottom: 25px;
}
.inshtit h2 {
    font-size: 25px;
    font-weight: bold;
    color: #177f3a;
    display: flex;
    align-items: baseline;
    line-height: 1;
    background: #fff;
    padding-right: 10px;
}
.inshtit h2 em {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
}
.list-insh01 ul{
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.list-insh01 li span{
    display: block;
}
.list-insh01 li span img{
    width: 100%;
    height: auto;
}
.list-insh01 li h3{
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}
.list-insh02{
    padding: 80px 0;
}
.list-insh02 li {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    margin: 10px 0;
}
.list-insh02 li h3 {
    font-size: 17px;
    font-weight: bold;
    color: #177f3a;
}
/*--------------list-about-------------------*/
.aboutnav{
    border-bottom: 1px solid #eee;
    background: #fff;
}
.aboutnav ul {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.aboutnav li{
    position: relative;  
}
.aboutnav li a {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    position: relative;
}
.aboutnav li.a a{
    background: #177f3a;
    color: #fff;
    border-radius: 30px;
}
.list-about01{
    padding:100px 0;
    background: url(/template/index/public/54/54-0133/images/wave3.jpg) no-repeat center top;
}
.list-about01 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.list-about01 .tit01 h2 {
    font-size: 40px;
    margin-bottom:50px;
    line-height: 1.2;
}
.list-about01 li span.s01 {
    display: block;
    width: 55%;
    border-radius: 30px;
    overflow: hidden;
}
.list-about01 li img{
    width: 100%;
    height: auto;
    border-radius: 30px;
    transition: all 1s;
}
.list-about01 li span.s01:hover img{
    transform: scale(1.08);
}
.list-about01 li .d01 {
    width: 40%;
}
.list-about01 li .d01 h3 {
    font-size: 25px;
    color: #177f3a;
    margin-bottom: 50px;
}
.list-about01 li .d01 div{
    font-size: 17px;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.list-about01 li .d01 ins{
    position: absolute;
    right: 0;
    top: 0;
    color: #177f3a;
    font-size: 12px;
}
.list-about01 li .d01 div p{
    margin-bottom: 15px;
}
.list-about01 .d02 img {
    width: 100%;
    height: auto;
}
.list-about01 li .quan {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
}
.ispc .list-about01 li .quan{
    top: 35px;
}
.list-about01 li .quan span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/template/index/public/54/54-0133//images/wicon10.png) center center no-repeat;
    animation: rotating 10s infinite linear;
    background-size: cover;
}
.list-about01 li .quan em {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -25px;
    background: url(/template/index/public/54/54-0133/images/wicon9.png) center center no-repeat;
    background-size: 100%;
}
@keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@-moz-keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
.list-about02 {
    padding: 100px 0;
    position: relative;
    background: #f1fbf8;
}
.list-about02 .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-about02 .divbox .d01{
    width: 53%;
}
.list-about02 .divbox h2{
    font-size: 35px;
    font-weight: bold;
    margin-bottom:40px;
    color: #177f3a;
}
.list-about02 .divbox div{
    text-align: justify;
}
.list-about02 .divbox div p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
    color: #333;
}
.list-about02 span{
    display: block;
    width: 40%;
    background: url(/template/index/public/54/54-0133/images/ab09.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.list-about02 img{
    width: 100%;
    height: auto;
}
.list-about03{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.list-about03 ul{
    width: 40%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.list-about03 li{
    padding: 20px;
    background: #177f3a;
    box-sizing: border-box;
    width: calc(50% - 10px);
    border-radius: 0 30px 30px 30px;
    transition: all .3s;
}
.list-about03 li.li2{
    border-radius:30px 0 30px 30px;
    background: #242b56;
}
.list-about03 li.li3{
    border-radius: 30px 30px 30px 0;
    background: #242b56;
}
.list-about03 li.li4{
    border-radius: 30px 30px 0 30px;
}
.list-about03 li:hover{
    border-radius: 30px;
}
.list-about03 li span{
    display: block;
    width: 60px;
    margin: auto;
    transition: all .3s;
}
.list-about03 li:hover span{
    transform: scale(0.9);
}
.list-about03 li img{
    width: 100%;
    height: auto;
}
.list-about03 li h3{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.list-about03 .d01{
    width: 53%;
}
.list-about03 .d01 h3{
    font-size: 35px;
    font-weight: bold;
    margin-bottom:40px;
    color: #177f3a;
}
.list-about03 .d01 p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
    color: #666;
}
.list-about04{
    padding: 100px 0;
}
.list-about04 .d01 h3{
    font-size: 35px;
    font-weight: bold;
    margin-bottom:40px;
    color: #177f3a;
}
.list-about04 .d01 p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
    color: #666;
}
.list-about04 ul{
    display: flex;
    gap:40px;
    margin-top: 50px;
}
.list-about04 li{
    width: calc((100% - 3*40px)/4);
    box-sizing: border-box;
    padding:70px 0;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.08);
}
.list-about04 li span{
    display: block;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #eee;
    margin: auto;
    transition: all .3s;
}
.list-about04 li img{
    width: 50px;
    height: auto;
}
.list-about04 li h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
    color: #177f3a;
    transition: all .3s;
}
.list-about04 li:hover span{
    transform: translateY(-10px);
}
.list-about04 li:hover h3{
    transform: translateY(10px);
}
.l-about03{
    background-size: cover !important;
    padding:130px 0 250px 0;
}
.l-about03 li{
    text-align: center;
}
.l-about03 li h2 {
    font-size: 230px;
    font-family: fantasy;
    position: relative;
    color: rgba(0,0,0,0);
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-text-stroke: 2px #fff;
    text-align: center;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.l-about03 li.swiper-slide-active h2{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.l-about03 li h2 span {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    overflow: hidden;
    color: #fff;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-text-stroke: unset;
}
.l-about03 li.swiper-slide-active h2 span {
    height: 100%;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
.l-about03 li div {
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
    line-height: 2;
    margin: auto;
}
.l-about03 li div h4{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.l-about03 li.swiper-slide-active div {
    opacity: 1;
}
.de-qiehuan {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    width: 100%;
    bottom: 100px;
}
.de-dots {
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.de-dots .swiper-pagination-current{
    font-size: 20px;
}
.de-prev,.de-next{
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,.3);
    background: url(/template/index/public/54/54-0133/images/jt.png) no-repeat center;
    background-size:15px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.de-prev:hover,.de-next:hover{
    background-color: #177f3a;
    border-color: #177f3a;
}
.de-prev{
    transform: rotate(180deg);
}
.l-about04 {
    padding: 100px 0;
    background: #effaf6;
}
.l-abtit02{
    margin-bottom: 70px;
    position: relative;
}
.l-abtit02 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.l-honor{
    position: relative;
    padding-bottom: 100px;
}
.l-honor::before{
    position: absolute;
    content: '';
    height: 130px;
    width: 100%;
    background: url(/template/index/public/54/54-0133/images/bg.png) no-repeat center;
    bottom: 0;
    left: 0;
}
.l-honor li span{ 
    display: flex;
    height: 330px;
    justify-content: center;
    align-items: end;   
}
.l-honor li a{
    display: block;
    outline-style: none !important;
}
.l-honor li a img {
    max-width: 100%;
    max-height: 330px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 5px solid #af986a;
}
.l-about04 .h-prev, .l-about04 .h-next {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 100px;
    width: 60px;
    height: 60px
}
.l-about04 .h-next{
    right: 0;
}
.l-about05{
    margin:100px auto;
}
.l-about05 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.l-about05 li {
    padding:70px 30px;
    background: #f5f5f5;
    box-sizing: border-box;
    width: calc((100% - 2*50px)/3);
    border-radius: 20px;
    transition: all .3s;
}
.l-about05 li:hover{
    background: #177f3a;
}
.l-about05 li ins{
    display: block;
    transition: all .3s;
    margin: auto;
    width: 100px;
}
.l-about05 li:hover ins.i01
,.l-about05 li ins.i02{
    display: none;
}
.l-about05 li:hover ins.i02{
    display: block;
}
.l-about05 li h3 {
    font-size: 35px;
    color: #333;
    margin:30px 0;
    text-align: center;
    position: relative;
    transition: all .3s;
}
.l-about05 li h3 span {
    display: block;
    font-size: 18px;
    transition: all .3s;
}
.l-about05 li div {
    font-size: 18px;
    color: #666;
    text-align: center;
    transition: all .3s;
}
.l-about05 li div em{
    display: block;
    font-style: normal;
    font-size: 15px;
    margin-top: 20px;
}
.l-about05 li:hover h3
,.l-about05 li:hover span
,.l-about05 li:hover div{
    color: #fff;
}
/*------------------view-about---------------------*/
.view-about{
    padding: 70px 0;
}
.view-about .title{
    text-align: center;
    font-size: 40px;
    color: #333;
    margin-bottom: 30px;
}
/*----------------------list-zeren----------------------*/
.list-zeren01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:80px 0 60px 0;
}
.list-zeren01 .d02{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-zeren01 .d02 h3 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #177f3a;
}
.list-zeren01 .d02 img{
    width: 300px;
    height: auto;
}
.list-zeren01 .d02 div{
    width: 70%;
}
.list-zeren01 .d02 div p {
    font-size: 25px; 
}
.list-zeren01 .d01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-zeren01 .d01 p{
    font-size: 18px;
    line-height: 2;
    width: 38%;
    text-align: justify;
}
.list-zeren01 .d01 span {
    display: block;
    width: 55%;
}
.list-zeren01 .d01 span img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.list-zeren02 ul{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.list-zeren02 li {
    box-sizing: border-box;
    width: calc(50% - 25px);
    background: #fff;
    padding: 50px 50px 50px 70px;
    border: 1px solid #f3f2f2;
}
.list-zeren02 li span{
    display: block;
    width: 60px;
}
.list-zeren02 li span img{
    width: 100%;
    height: auto;
}
.list-zeren02 li .d01 h3
,.list-zeren03 li h3{
    font-size: 30px;
    font-weight: bold;
    color: #177f3a;
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    width: 70%;
}
.list-zeren02 li .d01 div
,.list-zeren03 li div{
    font-size: 16px;
    color: #666;
}
.list-zeren02 li .d01 p{
    margin-bottom: 10px;
}
.list-zeren03{
    margin-top: 100px;
    padding: 100px 0;
    background: linear-gradient(to left, #94d5e0, #2c9e41);
}
.list-zeren03 ul{
    display: flex;
    gap: 30px;
}
.list-zeren03 li{
    box-sizing: border-box;
    width: calc((100% - 2*30px)/3);
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 50px 50px 50px;
}
.list-zeren03 li h3{
    width: 100%;
}
.list-zeren03 li div p{
    margin-bottom: 20px;
}
.list-zeren04{
    margin: 100px auto;
    background: #fff;
    display: flex;
}
.list-zeren04 span {
    display: block;
    width: 50%;
}
.list-zeren04 span img {
    width: 100%;
    height: auto; 
}
.list-zeren04 .d01{
    width: 50%;
    box-sizing: border-box;
    padding: 50px 70px;
}
.list-zeren04 div h3{
    font-size: 30px;
    font-weight: bold;
    color: #177f3a;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.list-zeren04 .d01 div{
    font-size: 16px;
    color: #666;
}
.list-zeren04 div p{
    margin-bottom: 10px;
}
/*---------------list-contact---------------*/
.list-contact{
    margin-top: 120px;
}
.list-contact01{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.contit,.contit h2{
    font-size: 45px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}
.list-contact01 .d01 {
    width: 950px;
    height:460px;
    border: 1px solid #ddd;
    position:relative;
    overflow:hidden;
}
.list-contact01 .d01 iframe{
    position:absolute;
    width:950px;
    height:460px;
    left:50%;
    top:50%;
    margin:-231px 0 0 -475px;
}
.list-contact01 .d02 {
    width: calc(100% - 980px);
    background: #177f3a;
    box-sizing: border-box;
    padding: 50px 30px;
    color: #fff;
    position:relative;
    margin-left: 30px;
}
.list-contact01 .d02::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #177f3a;
    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;
}
.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 p a{
    color: #fff;
}
.ispc .list-contact01 .d02 .condiv{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
}
.list-con02{
    margin-top: 50px;
}
.list-con02 ul{
    display: flex;
    flex-wrap: wrap;
}
.list-con02 li{
    width: 24%;
    border-top: 3px solid #177f3a;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding:35px 15px;
    margin-bottom: 20px;
    margin-right: 1.32%;
}
.list-con02 li:nth-child(4n){
    margin-right: 0;
}
.list-con02 li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-con02 li h3 span{
    color: #177f3a;
}
.list-con02 li.a h3 span{
    color: #f3081b;
}
.list-con02 li div {
    font-size: 15px;
    color: #666;
}
.list-con02 p{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}
.list-con02 p span{
     color: #f3081b;
}
.list-con02 p ins{
    color: #177f3a;
}
.list-con03{
    margin:100px auto;
}
.list-con03 h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #177f3a;
    padding-bottom: 30px;
    border-bottom: 1px solid #177f3a;
}
.list-con03 .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f8f5;
}
.list-con03 .divbox .d01 {
    width: 45%;
    box-sizing: border-box;
    padding-left: 70px;
}
.list-con03 .divbox .d01 ins{
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #666;
}
.list-con03 .divbox span{
    display: block;
    width: 50%;
}
.list-con03 .divbox span img{
    width: 100%;
    height: auto;
}
/*-----------------list-partner------------------*/
.list-partner01{
    padding:130px 0;
}
.l-tit{
    margin-bottom: 50px;
}
.l-tit h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.l-tit p {
    font-size: 16px;
    text-align: justify;
    color: #666;
}
.list-partner01 ul {
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    background: #e7f2ee;
    padding: 70px;
    position: relative;
}
.list-partner01 ul::after{
    position: absolute;
    content: '';
    width: 200px;
    height: 20px;
    left: 50%;
    bottom: 50px;
    margin-left: -100px;
    background: url(/template/index/public/54/54-0133/images/moresj.png) no-repeat center;
    background-size: auto 15px;
}
.list-partner01 li {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 50px;
}
.list-partner01 li span {
    display: block;
    background: #fbfbfb;
    text-align: center;
    line-height: 120px;
}
.list-partner01 li span img{
    max-width: 75%;
    height: auto;
}
.list-partner01 li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
/*-----------------list-business--------------*/
.list-business{
    padding: 100px 0;  
}
.scroll02 {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 20px solid #f0f8f5;
    margin-top: 50px;
}
.scroll02 span{
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}
.scroll02 .s01{
    background: url(/template/index/public/54/54-0133/images/sbjt02.png) no-repeat center;
    background-size: 20px;
    margin-top: 20px;
    webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    animation: jump 2s infinite;
}
.scroll02 .s02{
    height: 10px;
    background: url(/template/index/public/54/54-0133/images/sbjt.png) no-repeat center;
    background-size: 8px;
    webkit-animation: jump2 2s infinite;
    -moz-animation: jump2 2s infinite;
    -o-animation: jump2 2s infinite;
    animation: jump2 2s infinite;
}
@-webkit-keyframes jump {
  0%{ transform:translateY(5px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(5px) }
}
@-moz-keyframes jump{
  0%{ transform:translateY(5px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(5px) }
}
@-o-keyframes jump {
  0%{ transform:translateY(5px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(5px) }
}
@keyframes jump {
  0%{ transform:translateY(5px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(5px) }
}
@-webkit-keyframes jump2 {
  0%{ transform:translateY(3px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(3px) }
}
@-moz-keyframes jump2{
  0%{ transform:translateY(3px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(3px) }
}
@-o-keyframes jump2 {
  0%{ transform:translateY(3px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(3px) }
}
@keyframes jump2 {
  0%{ transform:translateY(3px) }
  50%{ transform:translateY(0) }
  100%{ transform:translateY(3px) }
}
.l-business ul{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.l-business li{
    width: caLC((100% - 80px)/2);
}
.l-business li a{
    display: block;
}
.l-business li span{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.l-business li span::before{
    position: absolute;
    content: '';
    width: 130%;
    height: 100%;
    right: -25px;
    bottom: 0;
    background: #177f3a;
    background-size: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 1s;
    display: none;
}
.l-business li:hover span::before{
    opacity: .9;
}
.l-business li span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(23,127,58,0.5) 0,rgba(0,0,0,0) 100%);
}
.l-business li img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.l-business li span ins {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding:35px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    transition: all .3s;
}
.l-business li:hover span ins {
    background: rgba(23,127,58,0.8);
}
.l-business li span ins h3{  
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: calc(100% - 70px);
}
.l-business li span ins em {
    display: block;
    font-size: 16px;
    color: #fff;
    font-style: normal;
}
.s02-line{
    bottom: 0 !important;
    top: auto !important;
    width: 200px !important;
    height: 3px !important;
    border-radius: 5px !important;
    background: rgba(0,0,0,0.1) !important;
}
.s02-line .swiper-pagination-progressbar-fill{
    background:#177f3a !important;
}
/*-------------view-business---------------------*/
.view-business{
    padding-bottom: 100px;
}
.view-business h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #333;
    padding: 80px 0;
    padding-bottom: 60px;
}
.view-business .d01 h3 {
    text-align: center;
    font-size: 23px;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
    background: #f5f5f5;
    padding: 15px 0;
}
.view-business .d01 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:70px;
}
.view-business .d01 li .s01{
    display: block;
    width: 42%;
}
.view-business .d01 li .s01 img{
    width: 100%;
    height: auto;
}
.view-business .d01 li div {
    width: 53%;
    font-size: 16px;
    line-height: 1.7;
}
.view-business .d01 li div p{
    margin-bottom: 15px;
    text-align: justify;
}
.view-business .d01 li div span {
    color: #177f3a;
    font-weight: bold;
    display: block;
    font-size: 18px;
}
.view-business .d01 li div h4 {
    color: #177f3a;
    font-weight: bold;
    font-size:22px;
    margin-bottom: 20px;
}
.view-business .d02 p{
    font-size: 16px;
    line-height: 1.8;
}
.view-business .d02 span{
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}
.view-business .d02 span img{
    max-width: 100%;
    height: auto;
}
.view-business .d03 ul{
    display: flex;
    justify-content: space-between;
}
.view-business .d03 li{
    width: 19%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    padding-top: 70px;
}
.view-business .d03 li strong {
    display: block;
    width: 45px;
    height: 45px;
    background: #177f3a;
    text-align: center;
    line-height: 40px;
    border-radius: 0 0 30px 30px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 0;
}
.view-business .d03 li h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.view-business .d03 li div p{
    font-size: 15px;
    line-height: 2;
    padding-left: 15px;
    position: relative;
}
.view-business .d03 li div p::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #177f3a;
    left: 0;
    top: 12px;
}




@media screen and (max-width:1440px){ 
    .wp1400{
        width: 1200px;
    }
    .menu li a{
        padding: 33px 20px;
    }
    .banwz01 li div {
        font-size: 55px;
    }
    .banword p{
        font-size: 18px;
    }
    .banword span{
        font-size: 14px;
    }
    .aboutbox {
        margin-top: -360px;
        padding-top: 360px;
        background-size: 100%;
    }
    .aboutbox .wp1400{
        padding: 120px 0;
    }
    .tit01 h4{
        font-size: 35px;
    }
    .tit01 h4 span{
        font-size: 55px;
    }
    .aboutbox .tit01 h4 {
        margin-bottom: 15px;
    }
    .tit01 h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .aboutbox .d01 .absum p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .aboutbox .d02{
        width: 42%;
    }
    .tit02 h2{
        font-size: 55px;
    }
    .tit02 p{
        font-size: 30px;
    }
    .tit02 strong {
        font-size: 85px;
        top: -26px;
    }
    .libox li div h3{
        font-size: 17px;
        margin-top: 0;
    }
    .libox li div p{
        font-size: 15px;
    }
    .layoutbox .d02{
        max-width: 60%;
    }
    .layoutbox .d02 .fujian {
        right: 120px;
        bottom: 192px;
    }
    .layoutbox .d01 .sum01 p {
        font-size: 15px;
    }
    .more {
        width: 155px;
        line-height: 53px;
        margin-top: 40px;
    }
    .layoutbox .d01 ul {
        margin-top: 50px;
    }
    .layoutbox{
        padding: 100px 0;
    }
    .tit03 h2 {
        font-size: 35px;
    }
    .tit03 h4 {
        font-size: 85px;
    }
    .titbox{
        margin-bottom: 100px;
    }
    .history li span{
        font-size: 150px;
        font-family: HinTing;
        text-align-last: right;
    }
    .history li .d01 div {
        font-size: 15px;
        width: 80%;
    }
    .history li .d01 div p::before {
        width: 5px;
        height: 5px;
        top: 9px;
    }
    .prev, .next, .h-prev, .h-next {
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: 45px;
        background-size: 17px;
    }
    .prev, .next, .h-prev, .h-next{
        left: 20px;
    }
    .next, .h-next{
        left: auto;
        right: 20px;
    }
    .tit01 p {
        font-size: 25px;
    }
    .honorbox{
        padding-bottom: 80px;
    }
    .tit04 li {
        width: 220px;
        padding: 20px 0 40px 0;
        background-size: 100%;
    }
    .tit04 li span h3 {
        font-size: 45px;
        margin-right: 5px;
    }
    .tit04 li p{
        font-size: 16px;
    }
    .tit04{
        margin-bottom: 80px;
    }
    .h-prev, .h-next{
        top: 53%;
    }
    .newsbox {
        padding: 100px 0 150px 0;
    }
    .tit05 h2 {
        font-size: 35px;
    }
    .news .d02 {
        width: 50%;
        padding: 30px 50px;
    }
    .news .d02 li a {
        padding: 18px 0;
    }
    .news .d02 li h3 {
        font-size: 17px;
    }
    .news .d01 li div {
        padding: 30px 30px 50px 40px;
    }
    .ftcon li {
        font-size: 14px;
    }
    .ftcon li img {
        width: 16px;
        margin-right: 5px;
    }
    .ftnav li a.a01 {
        margin-bottom: 5px;
    }
    .ftnav li a {
        font-size: 12px;
    }
    .links span{
        width: 171px;
    }
    .links div a {
        padding: 7px 10px;
    }
    .ewmbox span {
        width: 80px;
    }
    .ewmbox {
        width: 203px;
        padding: 10px;
        margin-left: 50px;
    }
    .focun li a img {
        width: 25px;
    }
    .footer {
        padding-top: 55px;
    }
    .copy {
        padding: 20px 0;
        margin-top: 50px;
    }
    .top {
        background-size: 16px;
        width: 45px;
        height: 45px;
    }
    .banner01 .cattit {
        left: calc(50% - 600px);
    }
    .list-about01 .d01 .sum01 {
        font-size: 14px;
    }
    .list-about01 {
        padding: 120px 0;
    }
    .list-about01 .d01 h2 {
        font-size: 26px;
    }
    .l-about03 li h2{
        font-size: 180px;
    }
    .l-about03 {
        padding: 100px 0 200px 0;
    }
    .l-about03 li div{
        font-size: 14px;
    }
    .l-abtit02 h2 {
        font-size: 35px;
    }
    .l-about04 .h-prev, .l-about04 .h-next {
        width: 50px;
        height: 50px;
    }
    .l-about05 ul {
        padding: 0 80px;
        top: 110px;
    }
    .l-about05 li h3 {
        font-size: 38px;
        padding-left: 40px;
    }
    .l-about05 li div {
        font-size: 16px;
        padding-left: 40px;
    }
    .l-about05 li h3::before {
        height: 65px;
    }
    .banner01 .cattit h2 {
        font-size: 43px;
    }
    .banner01 .cattit p {
        font-size: 22px;
    }
    .l-business li span ins{
        padding: 25px;
    }
    .list-business .divbox {
        padding-left: 100px;
    }
    .l-business li span ins h3 {
        font-size: 20px;
        width: calc(100% - 60px);
    }
    .l-business li span ins em{
        font-size: 14px;
    }
    .list-partner01 {
        padding: 100px 0;
    }
    .l-tit h2 {
        font-size: 32px;
    }
    .l-tit p {
        font-size: 14px;
    }
    .list-partner01 li span {
        line-height: 100px;
    }
    .list-partner01 li {
        margin-bottom: 35px;
    }
    .list-nav li a {
        font-size: 15px;
        padding: 15px 0;
    }
    .list-nav .pox {
        font-size: 15px;
    }
    .list-newsbox .d01 h2 {
        font-size: 90px;
    }
    .list-newsbox {
        padding: 100px 0 20px 0;
        width: 1200px;
    }
    .list-newsbox .d01 .s01 span {
        width: 130px;
        height: 130px;
        border: 40px solid #f0f8f5;
        margin: auto;
    }
    .list-newsbox .d01 .s01 span::after {
        margin: -35px 0 0 -35px;
    }
    .list-newsbox .d01 .s01 {
        height: 300px;
        padding-top: 40px;
    }
    .l-search form {
        width: 360px;
    }
    .list-news li div h3 {
        font-size: 15px;
        width: calc(100% - 50px);
    }
    .list-news li div {
        padding: 20px;
    }
    .list-news li ins {
        right: 20px;
        top: 20px;
        font-size: 14px;
    }
    .list-newsbox .d01 .ewmbox02 span {
        width: 100px;
        margin: auto;
    }
    .poxbox .pox {
        font-size: 15px;
    }
    .view-news02 .title {
        font-size: 25px;
        margin-bottom: 35px;
    }
    .contit, .contit h2 {
        font-size: 38px;
    }
    .list-contact01 .d02 {
        width: calc(100% - 810px);
        padding: 50px 30px;
    }
    .list-contact01 .d01 {
        width: 750px;
        height: 430px;
    }
    .list-con02 li div {
        font-size: 14px;
    }
    .list-con03 h2 {
        font-size: 35px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .list-con03 .divbox .d01 ins {
        font-size: 15px;
    }
    .list-con03 {
        margin: 80px auto;
    }
    .list-recurit .d01 p {
        font-size: 14px;
    }
    .list-zeren02 li {
        padding: 40px 30px 40px 40px;
    }
    .list-zeren04 .d01 {
        padding: 30px 50px;
    }
    .list-about01 li .d01 h3 {
        font-size: 33px;
        margin-bottom: 40px;
    }
    .list-about01 li .d01 div {
        font-size: 16px;
    }
    .list-about01 {
        padding: 80px 0;
    }
    .list-about02 .divbox h2 
    ,.list-about03 .d01 h3{
        font-size: 28px;
        margin-bottom: 25px;
    }
    .list-about02 .divbox div p
    ,.list-about03 .d01 p {
        font-size: 16px;
        text-align: justify;
    }
    .list-about03 li span {
        width: 50px;
    }
    .list-about03 li h3 {
        font-size: 30px;
    }
}
@media screen and (max-width:1380px){ 
    .ispc .probox .divbox{
        transform: scale(0.8);
    }
    .ispc .libox{
        width: calc(100% - 1058px);
    }
}
@media screen and (max-width:1024px){ 
    .wp1400,.wp {
        width: auto !important;
        min-width: auto !important;
    }
    .topheight{
        height:55px;
    }
    .mbhead {
        padding:0 10px;
        background: #fff;
        position: fixed;
        line-height: 55px;
        height: 55px;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height:35px;
    }
    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: #177f3a;
        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: 17px;;
    }
    .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;
    }
    .topright {
        margin-right: 60px;
    } 
    .aboutbox {
        margin-top: -240px;
        padding-top: 240px;
        background-size: 100% 240px;
    }
    .banbox{
        position: relative;
    }
    .banword{
        width: 90%;
        top: 37%;
    }
    .banwz01 {
        width: 100%;
        margin: 10px auto;
    }
    .banwz01 li div {
        letter-spacing: 0;
        font-size: 25px;
    }
    .banwz01 li div ins{
        display: block;
    }
    .banword p {
        font-size: 10px;
    }
    .banword span {
        font-size: 10px;
        padding: 1px 10px;
        letter-spacing: 5px;
    }
    .dots {
        width: 40px !important;
        right: 15px;
        top: auto;
        bottom: 150px !important;
    }
    .dots span {
        width: 25px;
        height: 3px;
        margin: 5px 0 !important;
    }
    .aboutbox .wp1400 {
        flex-wrap: wrap;
        padding: 50px 10px;
        padding-top: 0;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .aboutbox .tit01 h4 {
        font-size: 20px;
    }
    .tit01 h4 span {
        font-size: 35px;
    }
    .tit01 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .aboutbox .d01 .absum p {
        font-size: 14px;
    }
    .more {
        width: 120px;
        line-height: 40px;
        margin-top: 30px;
        font-size: 14px;
        border-radius: 10px 0 10px 0;
    }
    .more em {
        width: 23px;
        height: 20px;
        background-size: 13px;
        margin-left: 5px;
        transition: all .3s;
    }
    .probox {
        padding: 50px 0;
    }
    .tit02 h2 {
        font-size: 30px;
    }
    .tit02 strong {
        font-size: 50px;
        top: -19px;
    }
    .tit02 p {
        font-size: 15px;
    }
    .liucheng {
        width: 100%;
        margin: auto;
        margin-top:0;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .tit02{
        margin-bottom: 50px;
    }
    .libox ul {
        flex-wrap: wrap;
    }
    .libox li {
        width: 100%;
        margin-bottom: 10px;
    }
    .libox {
        margin-top: 50px;
    }
    .libox li a {
        display: block;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .libox li div {
        margin-top: 0;
        width: calc(100% - 100px);
    }
    .libox li span{
        margin-right: 15px;
    }
    .libox li div h3 {
        font-size: 14px;
        text-align: left;
        width: 100%;
    }
    .libox li div p {
        font-size: 12px;
        text-align: left;
    }
    .libox li div ins{
        display: none;
    }
    .libox li div ins {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: .5;
    }
    .libox li span strong {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        margin: 13px;
    }
    .libox li span::before {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        background-size: 100%;
    }
    .layoutbox {
        padding: 50px 10px;
    }
    .layoutbox .wp1400 {
        flex-wrap: wrap;
    }
    .layoutbox .d01 {
        width: 100%;
    }
    .layoutbox .d01 .sum01 p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .layoutbox .d02 {
        max-width: 100%;
    }
    .layoutbox .d01 li {
        width: 100px;
        height: 100px;
        margin-right: 20px;
        padding: 15px 0;
    }
    .layoutbox .d01 li img {
        width: 80px;
    }
    .layoutbox .d01 li span h3 {
        font-size: 32px;
    }
    .layoutbox .d01 li p {
        font-size: 14px;
    }
    .layoutbox .d01 li span {
        font-size: 18px;
    }
    .layoutbox .d01 ul {
        margin-top: 25px;
    }
    .layoutbox .d02 {
        max-width: 100%;
        margin-top: 50px;
        overflow: hidden;
    }
    .layoutbox .d02 .fujian {
        right: 15%;
        bottom: 23%;
    }
    .layoutbox .d02 .fujian span {
        width: 200px;
        height: 200px;
        margin: -100px 0 0 -100px;
    }
    .historybox{
        padding: 50px 0;
        padding-bottom: 90px;
    }
    .tabtime{
        display: none;
    }
    .titbox {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .tit03 {
        width: 100%;
        text-align: center;
    }
    .tit03 h2 {
        font-size: 25px;
    }
    .tit03 h4{
        display: none;
    }
    .history li {
        padding: 0;
        flex-wrap: wrap;
    }
    .history li span {
        font-size: 85px;
        text-align-last: center;
        width: 100%;
    }
    .history li .d01 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .history li .d01 h4 {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .history li .d01 div {
        font-size: 12px;
        width: 100%;
    }
    .history li .d01 div p {
        margin: 10px 0;
        padding-left: 15px;
    }
    .history li .d01 div p::before {
        width: 4px;
        height: 4px;
        top: 7px;
    }
    .prev, .next, .h-prev, .h-next {
        width: 40px;
        height: 40px;
        top: auto;
        margin-top: 0;
        background-size: 14px;
        bottom: 30px;
    }
    .prev, .next, .h-prev, .h-next {
        left: 30%;
    }
    .next, .h-next {
        left: auto;
        right: 30%;
    }
    .honorbox{
        padding: 50px 0;
        padding-bottom: 90px;
    }
    .tit04 {
        margin-bottom: 20px;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .tit01 p {
        font-size: 17px;
    }
    .tit04 .tit01 h2 {
        margin-bottom: 5px;
    }
    .tit04 ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
    }
    .tit04 li {
        width: 32%;
        padding: 13px 0 27px 0;
        background-size: 100%;
    }
    .tit04 li span h3 {
        font-size: 25px;
        margin-right: 3px;
    }
    .tit04 li span {
        font-size: 14px;
    }
    .tit04 li p {
        font-size: 12px;
    }
    .honorbox .divbox {
        padding-bottom: 40px;
        background-size: auto 50px;
    }
    .honorbox li a {
        height: 220px;
    }
    .honorbox li a img {
        max-height: 220px;
    }
    .h-prev, .h-next {
        bottom: 25px;
    }
    .honorbox .divbox{
        padding-left: 10px;
    }
    .newsbox {
        padding: 50px 10px;
        background: none;
    }
    .tit05 {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .tit05 h2 {
        font-size: 25px;
    }
    .tit05 div span{
        display: none;
    }
    .news .d01 li {
        display: block;
    }
    .news .d01 li div {
        padding: 15px;
    }
    .news .d01 li.li02 div {
        padding: 30px 30px 50px 40px;
        position: initial;
        background: none;
        color: #333;
        padding: 10px;
    }
    .news .d01 li.li02:last-child{
        border: none;
    }
    .news .d01 {
        width: 100%;
    }
    .news .d01 li a {
        display: block;
        position: initial;
        bottom: inherit;
        left: inherit;
        box-shadow: none;
    }
    .news .d01 li div strong em {
        font-size: 20px;
    }
    .news .d01 li div strong {
        font-size: 14px;
    }
    .news .d01 li div h3 {
        font-size: 15px;
    }
    .news .d01 li img {
        border-radius: 20px 20px 0 0;
    }
    .news .d01 li.li02 div strong {
        color: #999;
    }
    .news .d01 li.li02 {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .footer .wp1400 {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer {
        padding-top: 20px;
    }
    .foot01{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .ftlogo {
        margin-bottom: 0;
        width: 100px;
    }
    .ftcon{
        width: 60%;
    }
    .ftcon li {
        font-size: 12px;
    }
    .ftcon li img {
        width: 12px;
        margin-right: 3px;
    }
    .foot02,.links {
        width: 100%;
    }
    .links div{
        width: 100%;
        box-sizing: border-box;
    }
    .links span{
        width: 100%;
        box-sizing: border-box;
    }
    .ftnav ul{
        display: none;
    }
    .focun {
        justify-content: left;
        margin-top: 0;
        flex-wrap: wrap;
    }
    .focun ul {
        width: 100%;
    }
    .focun li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-left: 0;
        text-align: center;
        margin-right: 17px;
    }
    .focun li a img {
        width: 18px;
    }
    .ftlogo img {
        max-height: 33px;
    }
    .ewmbox {
        width: 150px;
        padding: 5px;
        margin-left: 0;
        margin-top: 15px;
    }
    .ewmbox h3 {
        font-size: 12px;
        width: 92px;
        padding-left: 0px;
    }
    .copy {
        padding: 15px 0;
        margin-top: 30px;
    }
    .default-copyright {
        width: 100%;
        font-size: 10px;
    }
    .default-copyright a {
        font-size: 10px;
    }
    .banner01 {
        margin-top: 0;
    }
    .list-about01 {
        padding: 50px 0;
    }
    .list-about01 .wp1400 {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .list-about01 .d01 {
        width: 100%;
    }
    .list-about01 .d01 h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 20px;
    }
    .list-about01 .d02 {
        width: 100%;
    }
    .list-about01 .d02 span {
        width: 150px;
        height: 80px;
        line-height: 80px;
        margin: -70px 0 0 -75px;
    }
    .l-about03 li h2 {
        font-size: 100px;
        font-family: HinTing;
    }
    .l-about03 {
        padding: 50px 0 100px 0;
    }
    .l-about03 li div {
        font-size: 12px;
    }
    .de-qiehuan {
        bottom: 20px;
    }
    .de-prev, .de-next {
        width: 40px;
        height: 40px;
    }
    .l-about03 li div h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .l-about04 {
        padding: 50px 0;
    }
    .l-abtit02 {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .l-abtit02 h2 {
        font-size: 25px;
    }
    .l-about04 .h-prev, .l-about04 .h-next {
        width: 35px;
        height: 35px;
    }
    .l-about04 .h-prev{
        right: 60px;
    }
    .l-honor li span {
        height: 220px;
    }
    .l-honor01{
        padding-left: 10px;
    }
    .l-honor::before {
        height: 50px;
        background-size: auto 50px;
    }
    .l-honor {
        padding-bottom: 40px;
    }
    .l-about05 ul {
        padding: 0 10px;
        top: 50px;
        flex-wrap: wrap;
        width: 100% !important;
        box-sizing: border-box;
    }
    .l-about05 ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .l-about05 li h3 {
        font-size: 25px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .l-about05 li h3 span {
        font-size: 14px;
    }
    .l-about05 li h3::before {
        height: 45px;
        top: 7px;
    }
    .l-about05 li div {
        font-size: 12px;
        padding-left: 0;
    }
    .banner01 .cattit {
        left: 20px;
    }
    .banner01 .cattit h2 {
        font-size: 25px;
    }
    .banner01 .cattit p {
        font-size: 14px;
    }
    .list-business {
        padding: 50px 10px;
    }
    .l-businessbg {
        top: 0;
    }
    .list-business .d01 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .list-business .d01 {
        width: 100%;
    }
    .list-business .d01 div {
        font-size: 14px;
    }
    .l-business {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .scroll02 {
        width: 55px;
        height: 55px;
        border: 15px solid #f0f8f5;
        margin-top: 24px;
    }
    .scroll02 .s01{
        margin-top: 13px;
    }
    .l-business li span {
        border-radius: 15px;
    }
    .l-business li img {
        border-radius: 15px;
    }
    .l-business li span ins {
        padding: 20px;
    }
    .l-business li span ins h3 {
        font-size: 17px;
    }
    .l-business ul{
        gap: 0;
    }
    .l-business li {
        margin-bottom: 20px;
        width: 100%;
    }
    .list-partner01 {
        padding: 50px 10px;
    }
    .l-tit h2 {
        font-size: 18px;
    }
    .list-partner01 ul {
        padding: 15px;
        padding-bottom: 30px;
    }
    .list-partner01 ul::after {
        bottom: 14px;
        background-size: auto 12px;
    }
    .list-partner01 li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .list-partner01 li:nth-child(3n){
        margin-right: 0;
    }
    .list-partner01 li span {
        line-height: 60px;
    }
    .list-partner01 li span img {
        max-height: 60px;
        width: auto;
    }
    .list-partner01 li h3 {
        font-size: 12px;
    }
    .list-page {
        padding: 50px 0;
    }
    .list-mbnav {
        padding: 0 20px;
    }
    .list-mbnav .mbtit{
        margin-bottom: 20px;
    }
    .list-mbnav .mbtit h2{
        font-size: 50px;
        font-weight: bold;
        color: transparent !important;
        -webkit-background-clip: text;
        background-image: linear-gradient(90deg,#177f3a 0,#1ad178 100%);
        line-height: 1;
    }
    .list-mbnav .mbtit p {
        font-size: 18px;
        position: relative;
        padding-left: 55px;
        color: #177f3a;
        margin-top: 10px;
    }
    .list-mbnav .mbtit p::before{
        position: absolute;
        content: '';
        width: 40px;
        height: 2px;
        background: #177f3a;
        left: 0;
        top: 8px;
    }
    .default-mobile-box, .box {
        border: solid #ffffff 1px;
        margin: 10px 0;
        margin-top: 20px;
        padding: 10px 15px;
        position: relative;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.13);
        border-radius:0;
        border: 1px solid #cadfd1;
    }   
    .default-mobile-list-cats h3 {
        font-size: 15px;
        line-height: 2;
        color: #333;
    }   
    .default-mobile-list-cats h3 em {
        margin-top: 13px;
        border-color: #999 #fff;
    }
    .default-mobile-list-cats nav ul li a {
        font-size: 15px;
        color: #333;
        line-height: 2.5;
    }  
    .default-mobile-list-cats nav ul li {
        border-top: 1px solid #eee;
    } 
    .list-newsbox {
        padding: 30px 0 0 0;
        width: auto;
    }
    .l-search{
        display: none;
    }
    .list-newsbox .d02 {
        width: 100%;
    }
    .list-news li {
        width: auto;
        margin: 20px;
        margin-top: 0;
    }
    .list-news li.li02 {
        margin-top: 0;
    }
    .list-news li div h3 {
        font-size: 15px;
    }
    .list-newsbox {
        padding: 30px 0 0 0;
    }
    .list-news li ins {
        right: 20px;
        top: 20px;
        font-size: 14px;
    }
        .view-news02 {
        width: auto;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .poxbox {
        margin-top: 0;
    }
    .poxbox .pox {
        padding: 10px;
        font-size: 14px;
    }
    .view-news02 .word {
        width: auto;
        padding: 0 20px;
    }
    .view-news02 .title {
        font-size: 25px;
        margin-bottom: 30px;
        color: #333;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .share .bdsharebuttonbox {
        width: 35px;
        padding: 13px 0;
        border-radius: 20px 0 0 20px;
    }
    .share .bdsharebuttonbox h3 {
        font-size: 12px;
        padding: 0 5px;
    }
    .share .bdsharebuttonbox a {
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
    }
    .share .bdsharebuttonbox a i{
        font-size: 18px;
    }
    .share .bdsharebuttonbox a.s02::before {
        width: 20px;
        left: 8px;
    }
    .share {
        bottom: 120px;
        position: fixed !important;
        z-index: 3;
        top: auto !important;
        left: auto !important;
        right: 0;
    }
    .fanye .back {
        margin: 0 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .fanye {
        margin-top: 0;
        padding: 20px 0;
        border: none;
    }
    .fanye .a01 {
        width: 90px;
        line-height: 30px;
        font-size: 14px;
    }
    .nodata {
        height:90vh;
        background-size: 300px;
    }
    .list-contact {
        margin-top: 50px;
        padding: 0 10px;
    }
    .contit, .contit h2 {
        font-size: 22px;
    }
    .list-contact01 {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .list-contact01 .d01 {
        width: 100%;
        height: 300px;
    }
    .list-contact01 .d02 {
        width: 100%;
        padding: 30px;
        margin-left: 0;
    }
    .list-contact01 .d02::before{
        display: none;
    }
    .list-contact01 .d02 h2 {
        font-size: 18px;
    }
    .list-contact01 .d02 li p {
        font-size: 13px;
    }
    .list-contact01 .d02 li {
        margin: 20px 0;
    }
    .list-con02 ul {
        flex-wrap: wrap;
    }
    .list-con02 li {
        width: 100%;
        padding: 20px;
        margin-bottom: 15px;
        border-top: 1px solid #177f3a;
    }
    .list-con02 li h3{
        margin-bottom: 10px;
    }
    .list-con02 {
        margin-top: 20px;
    }
    .list-con03 {
        margin: 40px auto;
    }
    .list-con03 .divbox {
        flex-wrap: wrap;
    }
    .list-con03 .divbox .d01 {
        width: 100%;
        padding: 20px;
    }
    .list-con03 h2 {
        font-size: 25px;
        margin-bottom: 17px;
        padding-bottom: 17px;
    }
    .list-con03 .divbox .d01 ins {
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    .list-con03 .divbox span {
        width: 100%;
    }
    .list-recurit {
        padding: 50px 10px;
    }
    .list-recurit .d01 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-recurit .d01 p {
        text-align: justify;
    }
    .list-recurit .d01 ul li {
        line-height: 60px;
        font-size: 14px;
    }
    .list-recurit .d01 ul {
        margin-top: 30px;
    }
    .list-recurit .d01 {
        margin-bottom: 30px;
    }
    .list-recurit01 ul {
        padding: 10px;
    }
    .list-recurit01 li .a01 {
        padding: 10px 0;
    }
    .list-recurit01 li .a01 h3 {
        font-size: 17px;
        width: calc(100% - 50px);
        font-weight: bold;
    }
    .list-recurit01 li .tc01 {
        padding: 20px 15px;
        border-radius: 20px;
    }
    .list-recurit01 .default-article-content p {
        font-size: 12px;
    }
    .search {
        top: 55px;
        padding: 10px 0;
    }
    .search form .tdy-keyword {
        width: 200px;
        line-height: 40px;
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    .search form .tdy-submit {
        font-size: 16px;
    }
    .search form{
        padding: 0 10px;
    }
    .search .closess {
        font-size: 17px;
    }
    .ismobile .pagination li a, .ismobile .pagination li span {
        height: 26px !important;
    }
    .pagination li {
        margin: 0 5px!important;
    }
    .list-newsbox .pagination {
        margin-top: 20px;
    }
    .erweima {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background: #CCC;
        z-index: 102;
        display: none;
        background:url(/template/index/default/images/bg02.png);
    }
    .erweima-1{
        width: 200px;
        background: #fff;
        z-index: 102;
        height: 200px;
        left: 50%;
        top: 50%;
        margin-top: -100px;
        margin-left: -100px;
        position: absolute;
    }
    .erweima-1 img{
        width:100%;
        height:auto;
    }
    .erweima .close {
        display: block;
        top: -12px;
        right: -12px;
        width: 20px;
        height: 20px;
        position: absolute;
        background: #111;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #fff;
        text-indent: 2px;
        box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
    }
    .list-business .divbox {
        padding-left: 0;
    }
    .list-business .d01 {
        padding-right: 0;
    }
    .l-business{
        margin-top:0;
    }
    .aboutmbnav {
        padding:10px;
        background: #fff;
        border-radius: 5px;
        border-bottom: 1px solid #eee;
    }
    .aboutmbnav li{
        width:auto;
    }
    .aboutmbnav li a {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .aboutmbnav li.a a {
        background: #187f3b;
        color: #fff;
    }
    .tabcon {
        padding-top: 30px;
    }
    .layoutbox .d02{
        margin-top: 0;
    }
    .layoutbox .tabtit ins span {
        padding: 9px 25px;
        font-size: 14px;
    }
    .layoutbox .d02 ul li.li01 ins em
    ,.layoutbox .d02 ul li ins em{
        font-size: 16px;
    }
    .layoutbox .d02 ul li.li01 ins
    ,.layoutbox .d02 ul li ins{
        font-size: 8px;
    }
    .tabcon h4 {
        font-size: 17px;
        padding-bottom: 25px;
    }
    .l-about05 {
        margin: 30px auto;
    }
    .l-about05 ul{
        gap:0;
    }
    .l-about05 ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 50px 30px;
    }
    .list-news .ul01 {
        gap: 0;
    }
    .banner01 .cattit{
        width: calc(100% - 20px);
    }
    .jianli {
        position: initial;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .jianli span,.jianli::before{
        display: none;
    }
    .jianli .divbox{
        display: block;
        position: initial;
    }
    .jianli .divbox::after{
        display: none;
    }
    .view-business h2 {
        font-size: 23px;
        padding: 30px 0;
    }
    .view-business .d01 h3 {
        font-size: 18px;
        margin-bottom: 25px;
        padding: 13px 0;
    }
    .view-business .d01 li {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .view-business .d01 li .s01 {
        width: 100%;
    }
    .view-business .d01 li div {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 20px;
    }
    .view-business .d01 li div span {
        font-size: 15px;
    }
    .view-business {
        padding-bottom: 30px;
    }
    .view-business .d01 li div h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .view-business .d02 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .view-business .d03 ul {
        flex-wrap: wrap;
    }
    .view-business .d03 li {
        width: 100%;
        margin-bottom: 15px;
    }
    .view-business .d03 li h3 {
        color: #333;
    }
    .view-business .d03 li div p {
        font-size: 14px;
    }
    .view-business .d03 li div p::after {
        top: 11px;
    }
    .list-recurit01 {
        padding: 15px;
        border-radius: 15px;
    }
    .list-recurit01 h2 {
        font-size: 20px;
        padding-left: 18px;
        margin-bottom: 10px;
    }
    .list-recurit01 h2::after {
        width: 3px;
        height: 19px;
        left: 0;
        top: 7px;
    }
    .list-recurit01 ul {
        padding: 0;
    }
    .list-recurit01 li:last-child .a01{
        border: none; 
    }
    .list-insh01 {
        padding-top: 40px;
    }
    .inshtit h2 {
        font-size: 18px;
        padding-right: 6px;
    }
    .inshtit h2 em {
        font-size: 10px;
        margin-left: 5px;
    }
    .inshtit {
        background-position: center 7px;
        margin-bottom: 25px;
    }
    .list-insh02 {
        padding: 40px 0;
    }
    .list-insh02 ul {
        padding-top: 0;
    }
    .list-insh02 li h3 {
        font-size: 15px;
        width: 100%;
    }
    .list-insh02 li {
        font-size: 14px;
    }
    .ftcon li span {
        padding-left: 51px;
    }
    .list-about01 li span.s01{
        margin-bottom: 20px;
    }
    .list-about01 li span.s01
    ,.list-about01 li .d01 {
        width: 100%;
    }
    .list-about01 .d01 h2{
        margin-bottom: 15px;
        font-size: 25px;
    }
    .list-about01 li .d01 ins{
        display: none;
    }
    .list-about01 li .d01 h3, .list-about01 li .d01 h4 {
        font-size: 20px;;
        margin: 15px 0;
    }
    .list-about01 li .d01{
        position: relative;
    }
    .list-about01 li .quan {
        width: 80px;
        height: 80px;
        right: 0;
        top: -8px;
    }
    .list-about01 li .quan em {
        transform: scale(0.6);
    }
    .list-about01 li .d01 h3 {
        margin-top: 0;
        font-size: 16px;
    }
    .list-about01 li .d01 div {
        font-size: 14px;
    }
    .list-about01 {
        padding: 20px 10px;
    }
    .list-about02 {
        padding:40px 10px 150px 10px;
    }
    .list-about02 .divbox div {
        width: 100%;
    }
    .list-about02 .divbox h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .list-about02 .divbox div p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .list-about02 span {
        margin-top: 30px;
    }
    .list-about03 {
        padding: 40px 10px;
        flex-wrap: wrap;
    }
    .list-about03 ul {
        width: 100%;
        gap: 10px;
    }
    .list-about03 li {
        padding: 15px 20px;
        width: calc(50% - 5px);
    }
    .list-about03 li span {
        width: 40px;
    }
    .list-about03 li h3 {
        font-size: 22px;
        margin-top: 5px;
    }
    .list-about03 .d01 {
        width: 100%;
        margin-top: 40px;
    }
    .list-about03 .d01 h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .list-about03 .d01 p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .list-zeren01 {
        padding: 40px 10px;
    }
    .list-zeren01 .d02 img {
        width: 100px;
    }
    .list-zeren01 .d02 h3{
        font-size: 25px;
        margin-bottom: 14px;
    }
    .list-zeren01 .d02 img {
        width: 130px;
    }
    .list-zeren01 .d02 div {
        width: calc(100% - 130px);
    }
    .list-zeren01 .d02 div p {
        font-size: 15px;
    }
    .list-zeren02 ul {
        gap: 20px 0;
        margin: 0 10px;
    }
    .list-zeren02 li {
        padding: 20px;
        width: 100%;
    }
    .list-zeren02 li span {
        width: 40px;
    }
    .list-zeren02 li .d01 h3, .list-zeren03 li h3 
    ,.list-zeren04 div h3{
        font-size: 24px;;
        margin: 15px 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .list-zeren02 li .d01 div, .list-zeren03 li div
    ,.list-zeren04 .d01 div {
        font-size: 14px;;
    }
    .list-zeren03 {
        margin-top: 40px;
        padding: 40px 10px;
    }
    .list-zeren03 ul {
        gap: 20px 0;
        flex-wrap: wrap;
    }
    .list-zeren03 li {
        width: 100%;
        padding: 20px;
    }
    .list-zeren04 {
        margin: 40px 10px;
        flex-wrap: wrap;
        border-radius: 20px;
        overflow: hidden;
    }
    .list-zeren04 span {
        width: 100%;
    }
    .list-zeren04 .d01 {
        padding: 10px 20px 20px 20px;
        width: 100%;
    }
    .list-about04 {
        padding: 50px 10px;
    }
    .list-about04 .d01 h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .list-about04 .d01 p {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }
    .list-about04 ul {
        gap: 15px;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .list-about04 li {
        width: calc((100% - 20px) / 2);
        padding: 30px 0;
    }
    .list-about04 li span {
        width: 80px;
        height: 80px;
    }
    .list-about04 li img {
        width: 40px;
    }
    .list-about04 li h3 {
        font-size: 20px;
        margin-top: 15px;
    }
    .list-about02 .divbox .d01{
        width: 100%;
    }
    .list-about02 .divbox {
        flex-wrap: wrap;
    }
    .list-about02 span {
        width: 70%;
        margin: auto;
        margin-top: 20px;
        background-attachment: inherit;
    }
    .list-about02 {
        padding: 40px 10px;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
