@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;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

body{
    font-family: "comic";
}
@font-face {
    font-family: "comicbd";
    src: url(/template/index/public/54/54-0145/images/comicbd.ttf); 
}
@font-face {
    font-family: "comic";
    src: url(/template/index/public/54/54-0145/images/comic.ttf); 
}
@font-face {
    font-family: "bahnschrift";
    src: url(/template/index/public/54/54-0145/images/bahnschrift.ttf); 
}
.wp1400{
    width: 1400px;
    margin: auto;
}
.header{
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.headheight{
    height: 95px;
}
.header .wp1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0 100px;
}
.head-r{
    display: flex;
    align-items: center;
    gap:20px;
}
.openmenu{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
    display: none;
}
.menubg{
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}
.openmenu .divbox{
	width:45%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #195a57;
}
.openmenu .menu{
    position: absolute;
    top: 50%;
    left:20%;
    transform: translateY(-50%);
}
.openmenu .menu li{
    float: none;
}
.openmenu .menu li a{
    display: block;
    color: #fff;
    font-size: 35px;
    position: relative;
}
.openmenu .menu li.a a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -33px;
    top: 37px;
    background: #fff;
    border-radius: 50%;
}
.openmenu .menu li.a a{
    color: #fff;
}
.openmenu .tdy-search {
    position: absolute;
    left: 20%;
    top: 50px;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
}
.openmenu .tdy-search .tdy-keyword {
    width: 300px;
    line-height: 50px;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
}
.openmenu .tdy-search .tdy-keyword::placeholder{
    color: #fff;
}
.openmenu .tdy-search .tdy-submit {
    background: none;
    color: #fff;
    border: none;
    font-size: 20px;
}
.openmenu .shop{
    position: absolute;
    left: 20%;
    bottom: 50px;
} 
.openmenu .shop a{
    border: 2px solid #fff;
    box-sizing: border-box;
    background: none;
}
.banbox .langbox{
    margin-top: 20px;
}
.langbox{
    position: relative;
}
.langbox span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #fe732e;
    cursor: pointer;
}
.langbox span img {
    width: 25px;
    height: auto;
}
.langbox span em {
    font-size: 12px;
    color: #fe732e;
    transform: translateY(2px);
}
.langbox div {
    width: 120px;
    background: #ffeee6;
    padding: 10px 0;
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.ispc .langbox:hover div {
    opacity: 1;
    top: 30px;
    visibility: visible;
}
.langbox div::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    left: 20px;
    top: -5px;
    background: #ffeee6;
}
.langbox div a {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap:5px;
    padding: 5px 15px;
    color: #fb8a52;
    transition: all .3s;
}
.langbox div a em {
    font-size: 14px;
    color:#fb8a52;
    transition: all .3s;
}
.langbox div a:hover {
    background: #f9dfd3;
    color: #fe732e;
}
.langbox div a:hover em {
    color: #fe732e;
}
.nodata{
    height: 500px;
    background: url(/template/index/public/54/54-0145/images/nodata.png) no-repeat center;
}
.banbox{
    padding: 30px 30px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.banleft {
    width: 20%;
    background: #fff;
    padding-left: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo a{
    display: block;
}
.logo a img{
    max-height: 75px;
    width: auto;
}
.banleft .menu{
    padding: 100px 0;
}
.banleft .menu li{
    float: none;
}
.menu li a{
    display: block;
    font-size: 17px;
    padding: 15px 0;
    color: #514327;
    font-weight: bold;
}
.menu li.a a
,.menu li:hover a{
    color: #fe732e;
}
.header .menu li a{
    padding: 0 30px;
}
.shop a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 17px;
    border-radius: 50px;
    background-image: linear-gradient(135deg,#195a57 0,#22736f 100%);  
}
.shop a img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.header .shop a {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.header .shop a img {
    margin-right: 5px;
}
.menuico{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    width: 153px;
    height: 174px;
    background: url(/template/index/public/54/54-0145/images/yuanbg.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menuico .ico01 {
    margin: -15px 0 0 15px;
}
.menuico .ico01 span{
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin:10px auto;
}
.menuico .ico01.close01{
    display: none;
}
.menuico .close01 .s01{
    transform: rotate(135deg);
}
.menuico .close01 .s02{
    transform: translateY(-12px) rotate(45deg);
}
.menuico .ico01 p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-family: 微软雅黑 light;
    letter-spacing: 3px;
}
.searchbox span {
    font-size: 20px;
    cursor: pointer;
    color: #1b605d;
    transition: all .3s;
    font-weight: bold;
}
.search {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 95px;
    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;
    background: none;
}
.banner{
    width: 80%;
    margin: 0;
    border-radius:50px;
    margin-left: 20%;
}
.banner .diy-edit-but{
    right: 140px;
}
.banner li span{
    display: block;
    transform: scale(1.1);
    transition: all 5s;
}
.banner li.swiper-slide-active span{
    transform: scale(1);
}
.banner li img{
    width: 100%;
    height: auto;
    border-radius:50px;
}
.banner li .banlogo img{
    width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    opacity: 0;
    transition: all 2s;
}
.banner li.swiper-slide-active .banlogo img{
    opacity: 1;
    top: 50%;
}
.banner li .banlogo p {
    position: absolute;
    width: 100%;
    left:50%;
    top:60%;
    transform: translate(-50%,-50%);
    opacity: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 微软雅黑 light;
    text-transform: uppercase;
    transition: all 2s;
}
.banner li .banlogo p ins{
    display: block;
}
.banner li .banlogo em{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 25px;
    font-family: 微软雅黑 light;
}
.banner li.swiper-slide-active .banlogo p {
    opacity: 1;
    top: 50%;
}
.banner li .banvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none; 
}
.banner li.swiper-slide-active .banvideo{
    display: block;
}
.scico{
    padding-top: 100px;
    text-align: center;
}
.scico img{
    width: auto;
    max-height: 125px;
}
.mt100{
    margin-top: 100px !important;
}
.aboutbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutbox .d01{
    width: 48%;
}
.aboutbox .d01 h3{
    font-size: 65px;
    font-weight: bold;
    color: #fe732e;
    margin-bottom: 40px;
}
.aboutbox .d01 .sum p{
    font-size:20px;
    color:#514327;
    margin-bottom: 20px;
}
.aboutbox .more{
    margin-top: 50px;
}
.more {
    width: 180px;
    height: 55px;
    border: 1px solid #fe732e;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fe732e;
    font-family: HinTing;
    margin-top: 80px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}
.more ins{
    display: block;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.more:hover ins{
    color: #fff;
}
.more::after{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #fe732e;
    border-radius: 10px;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    transition: all .5s;
}
.more:hover::after{
    background: #fff;
}
.more em{
    display: block;
    width: 9px;
    height: 9px;
    background: #fe732e;
    border-radius: 10px;
    right: 30px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    transition: all .5s;
}
.more:hover em{
    transform: scale(50);
    -ms-transform:scale(50);
    -moz-transform:scale(50);
    -webkit-transform:scale(50);
    -o-transform:scale(50);
}
.aboutbox span{
    display: block;
    width: 41%;
    overflow: hidden;
    border-radius: 50px;
}
.aboutbox span img{
    width: 100%;
    height: auto;
    border-radius: 50px;
    transition: all 1s;
}
.aboutbox span:hover img{
    transform: scale(1.08);
}
.indexyoushi{
    padding: 150px 0;
    background: url(/template/index/public/54/54-0145/images/bg01.jpg) no-repeat center;
    background-size: 100% 100%;
}
.indexyoushi .tit h2
,.indexyoushi .tit p{
    color: #fff;
}
.indexyoushi .divbox{
    position: relative;
}
.indexyoushi .d01 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #514327;
}
.indexyoushi .d01 li span{
    display: block;
    width: 40%;
}
.indexyoushi .d01 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.indexyoushi .d01 li div{
    width: 55%;
}
.indexyoushi .d01 li div h3{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.indexyoushi .d01 li div ins{
    display: block;
}
.indexyoushi .d01 li div ins p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #fff;
}
.indexyoushi .prev01,.indexyoushi .next01{
    border-color: #fff;
    color: #fff;
    top: 64%;
}
.indexyoushi .prev01:hover,.indexyoushi .next01:hover{
    background:#fff;
    color: #fe732e;
}
.youshibox{
    padding: 150px 0;
    background: url(/template/index/public/54/54-0145/images/bg01.jpg) no-repeat center;
    background-size: 100% 100%;
}
.tit{
    margin-bottom:70px;
}
.youshibox .tit{
    margin-bottom:90px;
}
.tit h2{
    text-align: center;
    font-size: 45px;
    color: #fe732e;
    font-weight: bold;
    text-transform: uppercase;
}
.tit p{
    text-align: center;
    font-size: 20px;
    color: #514327;
}
.youshibox .tit h2{
    color: #fff;
}
.youshibox .diy-edit-bg{
    position: relative;
}
.youshibox .divbox{
    display: flex;
    justify-content: space-between;
    width: 1230px;
    margin: auto;
    font-family: "bahnschrift";
}
.youshibox .ul01{
    width: calc(60% - 12px);
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}
.youshibox .d02{
    width: calc(40% - 22px);
}
.youshibox .ul02{
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}
.youshibox .ul01 li{
    width: calc((100% - 2*34px)/3);
    background: #fff;
    padding: 35px 10px 36px 25px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fe732e;
}
.youshibox .ul01 li h3 {
    font-size: 36px;
}
.youshibox .ul01 li h3 span {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.youshibox .ul01 li h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.youshibox .ul01 li p {
    font-size: 17px;
    line-height: 1;
    height: 40px;
}
.youshibox .ul01 li.li5 p
,.youshibox .ul01 li.li6 p {
    font-size: 13px;  
}
.youshibox .ul02 li{
    width: calc((100% - 34px)/2);
    padding: 40px 10px 40px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 20px;
    background: rgba(255,255,255,0.2);
}
.youshibox .ul02 li div {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.yuanclbox{
    position: relative;
}
.yuancl li a{
    display: block;
}
.yuancl li span{
    display: block;
    overflow: hidden;
    border-radius: 30px;
}
.yuancl li span img{
    width: 100%;
    height: auto;
    border-radius: 30px;
    transition: all 1s;
}
.yuancl li:hover span img{
    transform: scale(1.08);
}
.yuancl li div{
    background: #195a57;
    margin: 0 25px;
    position: relative;
    margin-top: -70px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px 50px;
    color:#fff;
}
.yuancl li:nth-child(2n) div{
    background: #fe732e;
}
.yuancl li div h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.yuancl li div p {
    font-size: 16px;
    line-height: 1.8;
}
.yuancl li div ins {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    right: 30px;
    bottom: 30px;
    border: 1px solid #fff;
    line-height: 1;
    font-family: 微软雅黑;
    transition: all .3s;
}
.yuancl li div ins:hover {
    background: #fff;
    color: #195a57;
}
.yuancl li:nth-child(2n) div ins:hover {
    color: #fe732e;
}
.prev01,.next01{
    position: absolute;
    width: 58px;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fe732e;
    border: 1px solid #fe732e;
    top: 50%;
    margin-top: -27px;
    left: -100px;
    cursor: pointer;
    transition: all .3s;
}
.next01{
    left: auto;
    right: -100px;
}
.prev01:hover,.next01:hover{
    background: #fe732e;
    color: #fff;
}
.bgbox{
    background: url(/template/index/public/54/54-0145/images/bg03.png) no-repeat center bottom;
    padding-bottom: 150px;
}
.privatebox{
    position: relative;
    padding-bottom: 80px;
}
.privatebox .tit h2 p {
    font-size: 16px;
    font-weight: normal;
}
.jtdiv{
    position: absolute;
    display: flex;
    justify-self: center;
    bottom: -50px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.jtbox {
    display: flex;
    border-radius: 38px;
    border: 1px solid #a78e76;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
}
.jtbox .prev02, .jtbox .next02 {
    width: 40px;
    height: 30px;
    text-align: left;
    position: relative;
    font-size: 25px;
    color: #604c38;
    line-height: 1;
    cursor: pointer;
}
.jtbox .prev02.swiper-button-disabled
, .jtbox .next02.swiper-button-disabled {
    opacity: .5;
}
.jtbox .next02 {
    text-align: right;
    margin-left: 30px;
}
.jtbox .prev02::after, .jtbox .next02::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #604c38;
    top: 14px;
    left: 9px;
}
.jtbox .next02::after{
    left: auto;
    right:9px;
}
.private{
    padding-left: 35px;
}
.private li a{
    display: block;
}
.private li{
    padding-top: 10px;
    transition: all .3s;
}
.private li:hover{
    transform: translateY(-10px);
}
.private li span{
    display: block;
    position: relative;
}
.private li span img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.private li span ins {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    font-size: 170px;
    line-height: 1;
    color: #fff;
    opacity: .5;
    font-family: "bahnschrift";
    font-weight: bold;
}
.private li h3{
    text-align: center;
    font-size: 18px;
    color: #604c38;
    margin-top:20px;
}
.zhengshubox{
    position: relative;
    width: 1440px;
    margin: auto;
}
.zhengshubox .tit h2 {
    color: #12504d;
}
.zhengshubox .more{
    margin: 70px auto 0 auto;
}
.zhengshubox .tit .sum {
    font-size: 16px;
    line-height: 1.8;
    color: #514327;
    width:60%;
}
.zhengshubox .tit .sum .more01{
    position: relative;
    margin-top: 20px;
}
.zhengshubox .tit .sum .more01:hover::after{
    width: 88px;
}
.zhengshu {
    padding-top: 30px;
}
.zhengshu li:nth-child(2n){
    margin-top: 55px;
}
.zhengshu li span{
    display: block;
    padding:20px;
    border-radius: 20px;
    border:1px dashed #195a57;
}
.zhengshu li h3{
    text-align: center;
    margin-top: 15px;
    color: #514327;
    font-size: 14px;
    line-height: 1.3;
}
.zhengshu li img{
    width: 100%;
    height: auto;
}
.zhengshubox .prev01, .zhengshubox .next01{
    top: 55%;
    color: #195a57;
    border: 1px solid #195a57;
}
.zhengshubox .prev01:hover, .zhengshubox .next01:hover{
    background: #195a57;
    color: #fff;
}
.newsbox .divbox{
    position: relative;
    display: flex;
    gap: 50px;
}
.newsbox .divbox .div01{
    width: calc((100% - 2*50px)/3);
    position: relative;
    padding-bottom: 60px;
}
.newsbox .divbox h2{
    font-size: 20px;
    font-weight: bold;
    color: #fe732e;
    margin-bottom: 40px;
}
.newsbox .divbox .d01 li a{
    display: block;
}
.newsbox .divbox .d01 li span{
    display: block;
}
.newsbox .divbox .d01 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.newsbox .divbox .d01 li h3{
    font-size: 18px;
    font-weight: bold;
    color: #514327;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 30px;
    transition: all .3s;
}
.more01{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fe732e;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}
.more01:hover{
    color: #fe732e;
}
.more01::after{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    height: 2px;
    background: #fe732e;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.more01:hover::after{
    width: calc(100% - 26px);
    opacity: 1;
}
.more01 em{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #fe732e;
    margin-left: 10px;
    font-weight: normal;
}
.newsbox .divbox .d02 li a {
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e7dbd6;
}
.newsbox .divbox .d02 li p {
    font-size: 12px;
    color: #999;
}
.newsbox .divbox .d02 li h3{
    font-size: 18px;
    font-weight: bold;
    color: #514327;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    transition: all .3s;
}
.newsbox .divbox .d02 li:last-child a
,.newsbox .divbox .d03 li:last-child a{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.newsbox .divbox .d03 li a{
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7dbd6;
}
.newsbox .divbox .d03 li h4 {
    font-size: 30px;
    color: #fe732e;
    line-height: 1.05;
}
.newsbox .divbox .d03 li h3 {
    font-size: 25px;
    font-weight: bold;
    color: #514327;
    transition: all .3s;
}
.newsbox .divbox .d03 li p{
    font-size: 14px;
    color: #999;
}
.newsbox .divbox .d01 li:hover h3
,.newsbox .divbox .d02 li:hover h3
,.newsbox .divbox .d03 li:hover h3{
    color: #fe732e;
}
.saybox{
    background: url(/template/index/public/54/54-0145/images/bg02.png) no-repeat center;
    background-size: 100% 100%;
    padding: 150px 0;
    position: relative;
}
.saybox::after{
    position: absolute;
    content: '';
    width: 275px;
    height: 275px;
    background: url(/template/index/public/54/54-0145/images/jg02.png) no-repeat center;
    right:100px;
    top: -100px;
}
.saybox .more{
    margin:0 20px;
}
.saying{
    margin: 0 60px;
    padding: 20px 40px;
}
.saying li{
    padding:30px;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(0,0,0,0.07);
    border-radius: 20px;
    background: #fff;
}
.saying li .s01{
    width: 40px;
    height: 40px;
    display: block;
    background: url(/template/index/public/54/54-0145/images/yh.png) no-repeat center;
}
.saying li p{
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 30px 0;
}
.saying li .d01{
    display: flex;
    align-items: center;
}
.saying li .d01 span{
    display: block;
    width: 85px;
    border:1px solid #d2ebb2;
    border-radius: 10px;
    overflow: hidden;
}
.saying li .d01 img{
    width: 100%;
    height: auto;
}
.saying li .d01 div{
    margin-left: 20px;
}
.saying li .d01 div h3
,.saying li .d01 div h4{
    font-size: 16px;
    color: #514327;
}
.saying li .d01 ins{
    display: block;
    width: 111px;
    height: 15px;
    background: url(/template/index/public/54/54-0145/images/xing.png) no-repeat center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.qiehuan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.qiehuan .prev03
,.qiehuan .next03{
    width: 58px;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fe732e;
    border: 1px solid #fe732e;
    cursor: pointer;
    transition: all .3s;
}
.qiehuan .prev03:hover
,.qiehuan .next03:hover{
    background: #fe732e;
    color: #fff;
}
.dots02{
    margin: 0 50px;
}
.dots02 span{
    width: 10px;
    height: 10px;
    background: #fe732e;
    opacity: 1;
    margin: 0 5px;
}
.dots02 span.swiper-pagination-bullet-active{
    background: #fff;
    border: 2px solid #fe732e;
    transform: translateY(2px);
}
.highlight{
    margin-bottom: 50px;
}
.highlight .tit{
    margin-bottom: 100px;
}
.highlight ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.highlight li {
    flex: 1;
    box-shadow: 0px 6px 15px 0px rgb(247 231 222);
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
    background: #fff;
    transition: all .3s;
}
.highlight li:hover {
    transform: scale(1.2);
    z-index: 1;
}
.highlight li span {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    margin: auto;
    margin-top: -60px;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-family: cursive;
    background-image: linear-gradient(135deg, #fe732e 0, #ff97a5 100%);
    box-shadow: 0px 6px 10px 0px rgb(254 115 46 / 42%);
}
.highlight li div {
    margin-top: 20px;
    color: #514327;
}
.highlight li div h3 {
    font-weight: bold;
    font-size: 20px;
    height: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
.highlight li div p {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}
.wordbox{
    background: url(/template/index/public/54/54-0145/images/bg04.png) no-repeat center;
    background-size: 100% 100%;
    padding: 140px 150px 210px 150px;
    box-sizing: border-box;
    position: relative;
    margin:180px auto 200px auto;
}
.wordbox .d01{
    color: #fff;
    text-align: center;
    position: relative;
}
.wordbox .d01::after
,.wordbox .d01::before{
    position: absolute;
    content: '"';
    color: #fff;
    left: 0;
    top:0;
    font-size: 110px;
    line-height: 1;
    font-style: italic;
    font-weight: bold;
}
.wordbox .d01::before {
    content: '"';
    left: auto;
    right: 25px;
    bottom: -100px;
    top: auto;
}
.wordbox .d01 h3{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}
.wordbox .d01 p{
    font-size: 22px;
    font-weight: bold;
}
.wordbox li{
    position: absolute;
}
.wordbox li img{
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.wordbox li.li1{
    left: 0;
    top: -83px;
    z-index: -1;
    width: 256px;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.wordbox li{
    padding: 25px;
    background: #d1e3e2;
    border-radius: 20px;
    color: #514327;
}
.wordbox li h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wordbox li p{
    font-size: 14px;
}
.wordbox li.li2{
    right: 0;
    top: 0;
    width: 200px;
    background: #fde9df;
}
.wordbox li.li3 {
    left: 0;
    bottom: 0;
    width: 230px;
}
.wordbox li.li4 {
    left: 50%;
    bottom: -60px;
    width: 256px;
    background: #e0fbe6;
}
.footer{
    background: url(/template/index/public/54/54-0145/images/ftbg.png) no-repeat top center;
    background-size: cover;
}
.footer .divbox{
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}
.ftlogo img{
    width: 292px;
    height: auto;
}
.foot01 .d01{
    margin-top: 50px;
}
.foot01 .d01 p {
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}
.foot01 .d01 p a{
    color: #fff;
    transition: all .3s;
}
.foot01 .d01 p a:hover{
    text-decoration: underline;
}
.ftshop{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.ftshop img{
    width: 25px;
    height: auto;
}
.ftshop{
    font-size: 16px;
}
.ftshop a{
    color: #fff;
    margin-left: 10px;
}
.foot02 {
    padding-right: 25%;
    display: flex;
    padding-top: 40px;
}
.ftnav li a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    transition: all .3s;
}
.ftnav li:hover a
,.ftcon li:hover h3
,.copy .default-copyright a:hover{
    text-decoration: underline;
}
.copy .default-copyright a.t-domain-link{
    margin-right: 8px;
}
.ftcon{
    margin-left: 70px;
}
.ftcon li {  
    margin-bottom: 10px;
}
.ftcon li a{
    display: flex;
    align-items: center;;
}
.ftcon li span {
    display: block;
    width: 25px;
}
.ftcon li img {
    width: 100%;
    height: auto;
}
.ftcon li h3 {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    transition: all .3s;
}
.copy{
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
}
.copy .default-copyright {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    margin: auto;
    text-align: center;
}
.copy .default-copyright a{
    color: #fff;
    transition: all .3s;
    font-size: 16px;
}
.formgg{
    position: fixed;
    z-index: 2;
    right: 30px;
    bottom:-50px;
    bottom: 0px;
    background: #12504d;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.formgg.a{
    opacity: 1;
    bottom: 91px;
}
.formgg:hover{
    background: #fe732e;
}
.formgg a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    width: 56px;
    height: 56px;
    -webkit-text-stroke-width: inherit;
}
.top{
    position: fixed;
    font-family: Hinting;
    z-index: 2;
    width: 52px;
    height: 52px;
    right: 30px;
    bottom:-50px;
    opacity: 0;
    background: #fff;
    color: #195a57;
    border-radius: 50%;
    border: 2px solid #195a57;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
}
.top span {
    display: block;
    color: #195a57;
    font-size: 20px;
    padding-top: 6px;
    line-height: 1;
}
.top.a{
    bottom:30px;
    opacity: 1;
}
.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;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.banner01 .cattit{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.banner01 .cattit h2 {
    font-size: 40px;
    font-weight: bold;
}
.banner01 .cattit p {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 50px;
}
.list-nav{
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}
.list-nav ul{
    display: flex;
    gap: 0 30px;
}
.list-nav li a{
    display: block;
    font-size: 16px;
    position: relative;
}
.list-nav li a::after{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background:#63b200;
    transition: all .3s;
}
.list-nav li:hover a::after
,.list-nav li.a a::after{
    width: 100%;
    opacity: 1;
}
.list-nav li.a a
,.list-nav li:hover a{
    color: #63b200;
}
.pub{
    text-align: right;
}
.list-news{
    margin-top: 50px;
}
.list-news .ul01{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.list-news .ul01 li{
    width: calc((100% - 2*50px)/3);
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 5px rgba(254, 115, 46, 0.12);
}
.list-news .ul01 li a{
    display: block;
}
.list-news .ul01 li span{
    display: block;
    overflow: hidden;
}
.list-news .ul01 li img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.list-news .ul01 li:hover img{
    transform: scale(1.08);
}
.list-news .ul01 li div{
    padding: 25px;
}
.list-news .ul01 li div h3{
    font-size: 18px;
    font-weight: bold;
    color: #514327;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    transition: all .3s;
}
.list-news .ul01 li:hover div h3{
    color: #fe732e;
}
.list-news .ul01 li div p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-news .ul01 li div ins{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    bottom: 25px;
}
.list-news .ul01 li div ins em{
    display: block;
    padding-left: 30px;
    background: url(/template/index/public/54/54-0145/images/riqi.png) no-repeat left center;
    background-size: 20px;
    font-size: 15px;
    color: #333;
    font-style: normal;
}
.list-news .ul01 li div ins .s02{
    display: block;
    position: relative;
    font-size: 15px;
    color: #fe732e;
}
.list-news .ul01 li div ins .s02::after{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background:#fe732e;
    transition: all .3s;
}
.list-news .ul01 li div ins .s02:hover::after{
    width: 100%;
    opacity: 1;
}
/*-------------list-events----------------*/
.list-events {
    position: relative;
    padding-left: 150px;
    box-sizing: border-box;
}
.list-events::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left:35px;
    top: 0;
    background: #fe732e;
}
.list-events li {
    position: relative;
}
.list-events li h3 {
    font-size:40px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #fe732e;
    line-height: 1;
    margin-top:70px;
}
.list-events li div em {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #fe732e;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #fe732e;
    font-size: 20px;
    font-style: normal;
    background: #fff;
    left: -150px;
    top: -8px;
}
.list-events li div.d01 div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 100px;
    background: #fff;
}
.list-events li div.d01 div h4 {
    font-size: 22px;
    padding-left: 25px;
    position: relative;
    font-weight: bold;
    color: #514327;
}
.list-events li div.d01 div h4::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fe732e;
    left: 0;
    top: 12px;
}
.list-events li div.d01 div p {
    font-size: 16px;
    color: #514327; 
}
.list-events li .d01{
    box-shadow: 0 5px 20px rgba(254, 115, 46, 0.1);
}
.list-events li span{
    display: block;
}
.list-events li span img {
    width: 100%;
    height: auto;
}
/*-----------------list-ycailiao-----------------*/
.pub{
    margin-bottom: 10px;
}
.list-ycailiao .ul01{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.list-ycailiao .ul01 li{
    width: calc(50% - 15px);
}
.list-ycailiao .ul01 li a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(254, 115, 46, 0.12);
}
.list-ycailiao .ul01 li span {
    display: block;
    width: 280px;
    background: #fae9c8;
    border-radius: 20px;
    overflow: hidden;
}
.list-ycailiao li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 1s;
}
.list-ycailiao li:hover img{
    transform: scale(1.08);
}
.list-ycailiao li div{
    width: calc(100% - 320px);
}
.list-ycailiao li div h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #514327;
    margin-bottom: 20px;
    transition: all .3s;
}
.list-ycailiao li:hover div h3{
    color: #fe732e;
}
.list-ycailiao li div p {
    font-size: 14px;
    color: #514327;
    line-height: 1.8;
}
.list-ycailiao li div .more01{
    position: relative;
    margin-top: 30px;
}
.list-ycailiao li div .more01:hover::after{
    width: 73px;
}
/*-----------------list-productbox--------------------------*/
.list-productbox{
    width: 1350px;
    margin: auto;
}
.list-nav02{
    margin:50px auto;
}
.list-nav02 h2 {
    font-size:45px;
    font-weight: bold;
    color: #604c38;
}
.list-nav02 p {
    color: #604c38;
    font-size: 16px;
    margin-top: 20px;
}
.list-nav02 ul {
    display: flex;
    gap: 0 10px;
    margin-top: 40px;
}
.list-nav02 li a{
    display: block;
    background: #fff;
    color: #604c38;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(254,115,46,0.12);
}
.list-nav02 li a ins{
    position: relative;
    z-index: 1;
}
.list-nav02 li a::after{
    position: absolute;
    content: "";
    width: 0;
    height:0;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background: #fe732e;
    border-radius: 50px;
    transition: all .8s;
}
.list-nav02 li:hover a::after
,.list-nav02 li.a a::after{
    opacity: 1;
    width: 300px;
    height: 300px;
}
.list-nav02 li.a a ins
,.list-nav02 li:hover a ins{
    color: #fff;
}
.weizhi{
    height: 160px;
    position: absolute;
    z-index: -1;
    top: -160px;
}
.list-probox{
    margin-bottom: 80px;
    position: relative;
}
.protit{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccbba3;
    margin-bottom:50px;
}
.protit h2{
    font-size: 30px;
    color: #604c38;
    font-weight: bold;
}
.protit a {
    position: relative;
    left: auto;
    bottom: auto;
}
.list-probox ul{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.list-probox li{
    width: calc((100% - 2*50px)/3);
}
.list-probox li a{
    display: block;
}
.list-probox li a span{
    display: block;
    background: #fde7db;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.list-probox li a span em {
    display: block;
    position: absolute;
    background: #fe732e;
    bottom: -20px;
    left: 5%;
    margin-left: 0;
    width: 90%;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}
.list-probox li:hover a span em {
    bottom: 20px;
    opacity: 1;
}
.list-probox li a img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.list-probox li .d01{
    padding-top: 20px;
}
.list-probox li .d01 h3 {
    font-size: 20px;
    color: #514327;
    font-weight: bold;
}
.list-probox li .d01 div {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.list-probox li .d01 div em {
    font-style: normal;
    font-size: 12px;
    background: #fff;
    padding: 5px 13px;
    border-radius: 50px;
    color: #514327;
}

/*--------------list-product---------------*/
.prosumbox{
    padding-top:50px;
    color: #604c38;
}
.prosumbox h2{
    font-size: 45px;
    font-weight: bold;
}
.prosumbox .d01{
    margin-top: 20px;
}
.prosumbox .d01 h3{
    font-size: 16px;
}
.prosumbox .d01 div{
    font-size: 16px;
}
.prosumbox .d01 div h4{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    color: #fe7f3f;
}
.prosumbox .d02{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.prosumbox .d02 ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
.prosumbox .d02 ul{
    display: flex;
    gap: 10px;
}
.prosumbox .d02 h3{
    font-size: 16px;
    font-weight: bold;
}
.prosumbox .d02 li {
    font-style: normal;
    font-size: 13px;
    border: 1px dashed #fe8143;
    padding: 5px 13px;
    border-radius: 50px;
}
.prosumbox .d03{
    margin-top: 20px;
}
.prosumbox .d03 h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prosumbox .d03 li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.prosumbox .d03 li h4 {
    font-weight: bold;
}
.prosumbox .tips {
    font-size: 14px;
    margin-top: 20px;
    display: block;
}
.list-probox ul.pagination{
    gap: 0;
    justify-content: center;
}
.pagination li.active span, .pagination li:hover a {
    background: #fe7d3e !important;
}
/*-------------------view-news------------------------*/
.view-newsbox{
    display: flex;
    justify-content: space-between;
    padding:80px 0;
}
.xgnews{
    width: 25%;
}
.xgnews h2{ 
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fe732e;
}
.xgnews li{ 
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.xgnews li a{ 
    display: block;
}
.xgnews li span{ 
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.xgnews li img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.xgnews li:hover img{
    transform: scale(1.08);
}
.xgnews li h3{ 
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    color: #514327;
    transition: all .3s;
}
.xgnews li:hover h3{ 
    color: #fe732e;
}
.view-news{ 
    width:70%;
}
.view-news .title{
    font-size: 35px;
    color: #514327;
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight: bold;
}
.view-news .ww {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    margin-bottom: 30px;
}
.view-news .ww span{
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #514327;
    background: url(/template/index/public/54/54-0145/images/riqi.png) no-repeat left center;
    background-size: 18px;
    padding-left: 26px;
    margin-right: 30px;
}
.view-news .ww a{
    padding: 0 15px;
    border: 1px solid #fe732e;
    border-radius: 30px;
    color: #fe732e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.view-news .ww a:hover{
    background:#fe732e;
    color: #fff;
}
.fanye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px 100px;
    background: #fff0e8;
}
.fanye .a01{
    display: block;
    width: 120px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fe732e;
    font-size: 16px;
    border-radius: 30px;
    color: #fe732e;
    transition: all .3s;
}
.fanye .a01:hover{
    background: #fe732e;
    color: #fff;
}
.fanye .back{
    font-size: 16px;
    line-height: 38px;
    color: #fe732e;
    position: relative;
    transition: all .3s;
}
.fanye .back::after{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    height: 2px;
    background: #fe732e;
    bottom:8px;
    left: 0;
    transition: all .3s;
}
.fanye .back:hover::after{
    opacity: 1;
    width: 100%;
}
.base_search input[type="submit"] {
    background: #fe732e !important;
}
/*---------------------view-product----------------------*/
.view-probox{
    width: 1350px;
    margin: auto;
}
.pox{
    padding: 30px 0;
    font-size: 14px;
    color: #514327;
}
.pox a:hover{
    color: #fe732e;
}
.coverbox {
    display: flex;
    justify-content: space-between;
    background: #fde7db;
    border-radius: 20px;
}
.cover{
    background: #fde7db;
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.cover .d02{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    left: 0;
}
.cover .d02 li{
    width: 40px;
}
.coverbox .cover .d01 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.coverbox .cover .d02 li{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #998673;
    overflow: hidden;
    cursor: pointer;
}
.coverbox .cover .d02 li.swiper-slide-thumb-active {
    border: 1px solid #fe732e;
}
.coverbox .cover .d02 li img{
    width: 100%;
    height: auto;  
}
.cailiao {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    justify-content: right;
    align-items: center;
}
.cailiao li {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin: 10px 0;
}
.cailiao li::after
,.cailiao li::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fe732e;
    left: -50px;
    opacity: .3;
}
.cailiao li::before{
    opacity: 1;
    width: 0;
    transition: all .3s;
}
.cailiao li:hover::before{
    width: 50px;
}
.cailiao li em {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    left: -63px;
    top: 50%;
    margin-top: -7px;
    border: 3px solid #fe732e;
}
.cailiao li span {
    display: block;
    width: 110px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all .3s;
}
.cailiao li:hover span {
    border: 1px solid #fe732e;
}
.cailiao li img{
    width: 100%;
    height: auto;
}
.cailiao li h3 {
    font-size: 14px;
    width: 110px;
    transition: all .3s;
}
.cailiao li:hover h3 {
    color: #fe732e;
}
.sumbox {
    width: 30%;
    margin: 0 1%;
    color: #514327;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.sumbox .title {
    color: #514327;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
}
.sumbox .d01 {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.sumbox .d01 em {
    font-style: normal;
    font-size: 12px;
    background: #fff;
    padding: 5px 13px;
    border-radius: 50px;
    color: #514327;
}
.sumbox p {
    font-size: 18px;
}
.sumbox h4 ,.detailbox .title{
    margin-top: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-family: HinTing;
    display: inline-block;
    background: #fe732e;
    padding: 3px 15px;
    border-radius: 2px;
}
.sumbox ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;    
}
.sumbox li{
    width: 115px;
}
.sumbox li span{
    display: block;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ccbba3;
}
.sumbox li span img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.sumbox li h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.sumbox a.a01 {
    display: block;
    line-height: 48px;
    text-align: center;
    background: #fe732e;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: HinTing;
    transition: all .3s;
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
}
.sumbox a.a01:hover{
    background: #f06622;
}
.detailbox{
    display: flex;
    justify-content: space-between;
}
.detailbox .d01{
    width: 70%;
}
.detailbox .d01 .article{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.detailbox .related{
    width: 25%;
}
.default-article-content p {
    line-height: 1.8;
    color: #54472b;
    text-align: left;
}
.detailbox .related li {
    border: 1px solid #fbd4bf;
    margin-bottom: 15px;
    border-radius: 10px;
}
.detailbox .related li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    border-radius: 10px;
}
.detailbox .related li:hover a {
    background: #fff;
}
.detailbox .related li span {
    display: block;
    width: 150px;
}
.detailbox .related li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.detailbox .related li div{
    width: calc(100% - 165px);
    box-sizing: border-box;
    padding-right: 15px;
}
.detailbox .related li div h3 {
    font-size: 16px;
    color: #514327;
    font-weight: bold;
}
.detailbox .related li div ins {
    display: block;
    width: 90px;
    background: #fe732e;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    font-size: 12px;
    transition: all .3s;
}
.detailbox .related li div ins:hover {
    background: #e36628;
}
/*--------------------list-contact------------------*/
.list-contact{
    padding: 100px 0;
}
.contit{
    padding-bottom: 20px;
    border-bottom: 1px solid #ffdec2;
    margin-bottom: 50px;
}
.contit h2{
    font-size:40px;
    color: #fe732e;
    font-weight: bold;
}
.contit p{
    color: #514327;
    font-size: 16px;
}
.list-contact .divbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 600px;
}
.list-contact .divbox::after{
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1b605d;
    border-radius: 100px 0 0 0;
}
.list-contact .d01 {
    position: relative;
    width: 40%;
    z-index: 1;
    padding-left: 50px;
    box-sizing: border-box;
}
.list-contact .d01 h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}
.list-contact .d01 h3 span{
    display: block;
}
.list-contact ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.list-contact ul li span {
    display: block;
    width: 25px;
    margin-right: 5px;
}
.list-contact ul li span img{
    width: 100%;
    height: auto;
}
.list-contact ul li a{
    color: #fff;
}
.list-contact .mapbox {
    position: relative;
    width: 55%;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
}
.list-contact .mapbox img{
    width: 100%;
    height: auto;
}
.list-contact .mapbox iframe{
    position: absolute;
    width: 737px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.list-message{
   padding-top: 100px;
}
.list-message form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    color: #514327;
}
.list-message form .layui-form-item {
    width: 48%;
    margin-bottom: 40px;
}
.list-message form .layui-form-item label {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    border: none;
    background: none;
}
.list-message form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.list-message form .layui-input {
    line-height: 50px;
    height: 50px;
    border: 1px solid #ffdccb;
}
.list-message form .layui-input:hover
,.list-message form .layui-textarea:hover{
    border:1px solid #fe732e !important;
}
.list-message form .default-form-field_content{
    width: 100%;
}
.list-message form .layui-textarea{
    border: 1px solid #ffdccb;
}
.list-message form .layui-btn {
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #fe732e;
    border-radius: 0;
}
/*----------------------------list-about----------------------------*/
.list-brand h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fe732e;
    line-height: 1.2;
    margin-bottom: 50px;
}
.list-brand .sum p {
    font-size: 16px;
    color: #514327;
    margin-bottom: 20px;
}
.list-ab01 {
    color: #514327;
    position: relative;
    z-index: 1;
}
.list-ab01 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fe732e;
    margin-bottom: 30px;
}
.sid-1047 .list-ab01 h3 p{
    display: none;
}
.sid-1047 .about-mun li p {
    letter-spacing: 0;
}
.sid-1047 .about-mun li {
    width: 13%;
}
.list-ab01 .d01{
    text-align: center;
    font-size: 18px;
}
.list-ab01 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.list-ab01 li span{
    display: block;
    width: 40%;
}
.list-ab01 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.list-ab01 li div{
    width: 55%;
}
.list-ab01 li div h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.list-ab01 li div ins{
    display: block;
}
.list-ab01 li div ins p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.list-ab01 .renz{
    margin-top: 50px;
    text-align: center;
}
.list-ab01 .renz img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.abvideo{
    margin-top:50px;
}
.abvideo img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.about-mun {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.about-mun ul{
    display: flex;
    justify-content: space-between;
}
.about-mun li {
    width: 10%;
    font-family: "bahnschrift";
    color: #fe7632;
}
.about-mun li h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.about-mun li h3 span{
    font-size: 45px;
}
.about-mun li h4 {
    font-size: 18px;
    line-height: 1;
}
.about-mun li p {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 13px;
    letter-spacing: -1px;
}
.qualitybox{
    margin-bottom: 50px;
}
.qualitybox ul {
    display: flex;
    gap: 20px;
}
.qualitybox li {
    box-sizing: border-box;
    padding: 30px;
    background: #12504d;
    flex: 1;
    border-radius: 20px;
    color: #fff;
}
.qualitybox li:nth-child(2n){
    background: #fe732e;
}
.qualitybox li h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.qualitybox li p {
    font-size: 14px;
}
.list-zs01{
    padding: 150px 0;
    background: url(/template/index/public/54/54-0145/images/bg03.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -250px;
    padding-top: 350px;
    position: relative;
}
.list-zs01 .zhengshu li span{
    background: #fff;
}
.list-zs01 li span a
,.rongyubox li span a{
    outline-style: none;
}
.list-zs01 .zhengshubox .prev01,.list-zs01 .zhengshubox .next01 {
    top: auto;
    bottom: 20%;
}
.zhengshuabout .divbox{
    position: relative;
}
.zhengshuabout .tit h2{
    font-size: 35px;
}
.zhengshuabout .tit p{
    font-size: 15px;
    margin-top: 10px;
}
.list-ab02{
    padding: 150px 0;
    background: url(/template/index/public/54/54-0145/images/bg03.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -250px;
    padding-top: 350px;
    position: relative;
}
.list-ab02::after{
    position: absolute;
    content: '';
    width: 275px;
    height: 275px;
    background: url(/template/index/public/54/54-0145/images/jg02.png) no-repeat center;
    left: 50px;
    top: 100px;
}
.l-Values h2{
    font-size: 40px;
    font-weight: bold;
    color: #fe732e;
    line-height: 1.2;
    text-align: center;
}
.l-Values .d01 {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    color: #514327;
}
.l-Values .d01 span {
    display: block;
    flex: 1;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 25px;
}
.l-Values .d01 span h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l-Values .d01 span p {
    font-size: 14px;
}
.list-ab02 ul{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.list-ab02 li{
    flex: 1;
    background: #fff;
    color: #514327;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
}
.list-ab02 li h3{
    font-size: 30px;
    font-weight: bold;
    color: #fe732e;
    line-height: 1.2;
    margin-bottom: 20px;
}
.list-ab02 li p{
    font-size: 14px;
}
.list-ab03 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:100px;
}
.list-ab03 li span{
    display: block;
    width: 45%;
}
.list-ab03 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.list-ab03 li div{
    width:45%;
}
.list-ab03 li div h3{
    font-size: 40px;
    font-weight: bold;
    color: #fe732e;
    line-height: 1.2;
}
.list-ab03 li div p{
    color: #514327;
    font-size: 20px;
    margin-top:30px;
}
.list-ab03 li{
    margin-bottom: 0;
}
.list-ab03 li div ins{
    display: block;
}
.list-ab03 li div ins p{
    font-size: 16px;
}
.honorbox .d01{
    margin-left: calc(50% - 795px);
    display: flex;
    justify-content: space-between;
    padding:100px 0;
    align-items: center;
}
.tit02{
    color: #514327; 
}
.tit02 h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom:20px;
    color: #73c508;
}
.tit02 span{
    display: block;
    font-size:20px;
    width: 75%;
    margin-bottom: 15px;
}
.tit02 p {
    font-size: 13px;
    width: 75%;
}
.honorbox01{
    width: 45%;
    padding:130px 40px 102px 60px;
    background: url(/template/index/public/54/54-0145/images/ry01.png) no-repeat left bottom;
    position: relative;
}
.qhbox01,.qhbox02 { 
    position: absolute;
    right: 17%;
    z-index: 2;
    top: 0;
    bottom: auto;
    display: flex;
    align-items: center;
}
.qhbox01 .h-prev,.qhbox01 .h-next
,.h-prev2,.h-next2{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px #eee;
    cursor: pointer;
    transition: all .3s;
    outline-style: none;
}
.qhbox01 .h-prev:hover,.qhbox01 .h-next:hover
,.h-prev2:hover,.h-next2:hover{
    background: #fe732e;
    color: #fff;
}
.qhbox01 .h-dots, .h-dots2 {
    width: 80px;
    text-align: center;
    font-size: 14px;
}
.honorbox01 .honor01 li a img{
    width: 100%;
    height: auto;
}
.honorbox02{
    background: url(/template/index/public/54/54-0145/images/ry02.png) no-repeat right bottom;
    width: 65%;
    padding: 0 50px 115px 0;
    padding-left: calc(50% - 795px);
    box-sizing: border-box;
    position: relative;
}
.qhbox02 {
    right: -30%;
    top: 30%;
}
.honorbox02 .honor02 li a img{
    width: 100%;
    height: auto;
}
.honorbox02 .honor02 li a 
,.honorbox01 .honor01 li a{
    display: block;
    padding: 3px;
    background: #fff;
    outline-style: none;
}
#cboxCurrent{
    display: none !important;
}
.list-service{
    background: url(/template/index/public/54/54-0145/images/bg01.jpg) no-repeat left bottom;
    padding:100px 0;
    background-size: 100% 100%;
}
.list-service h2{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}
.list-service h2 p{
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}
.list-service li h3 {
    font-size: 30px;
    color: #fff;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ff9a66;
}
.list-service li h3 em{
    color: #fff;
}
.list-service li h3.a em {
    color: #fff;
    transform: rotate(180deg);
}
.list-service li h3.a {
    background: #ffa071;
    color: #fff;
    border-radius: 15px 15px 0 0;
    border-color: #fff;
}
.list-service li div {
    display: none;
    padding: 30px;
    font-size: 18px;
    background: #f5f9f0;
    border-radius:0 0 15px 15px;
}
.rongyu{
    position: relative;
}
.rongyu li span{
    display: block;
    background: url(/template/index/public/54/54-0145/images/img-8.jpg) no-repeat center;
    background-size: 100%;
    border-radius: 20px;
    padding: 50px 0 85px 0;
}
.rongyu li h3{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #514327;
}
.rongyu li p{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #514327;
}
.rongyu li span a{
    display: flex;
    justify-content: center;
    align-items: center;
    outline-style:none;
}
.rongyu li span img{
    width: auto;
    max-width: 55%;
    height: auto;
}
.rongyu02{
    margin-bottom: 50px;
}
.rongyu02 li span img{
    width: 120px;
}
.rongyu .prev01,.rongyu .next01{
    top: 43%;
}
.rongyubox h2,.rongyu h2{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 70px;
    color: #fe732e;
}
.rongyubox ul{
    display: flex;
    gap: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.rongyubox li{
    width: 20%;
    padding-bottom: 84px;
    background: url(/template/index/public/54/54-0145/images/ry01.png) no-repeat bottom;
    background-size: auto 100px;
}
.rongyubox li span{
    display: block;
    text-align: center;
    width: 85%;
    margin: auto;
}
.rongyubox li span img{
    width: 100%;
    height: auto;
}
/*--------------list-saying-----------------*/
.list-nav03 h2{
    text-align: center;
}
.list-saying {
    margin: 0;
    padding: 0;
}
.list-saying ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.list-saying li{
    background: #fff;
    width: calc(50% - 20px);
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 40px rgb(254 115 46 / 7%);
    transition: all .3s;
}
.list-saying li:hover{
    transform: translateY(-5px);
}
.list-saying li p {
    -webkit-line-clamp: none;
    font-size: 14px;
}
.list-saying li .action_but{
    position: absolute;
    right: 20px;
    top:30px;
    display: flex;
    gap: 10px;
}
.list-saying li .action_but a{
    font-size: 14px;
    color: #888;
}
.list-saying li .action_but a:hover{
    color: #333;
}

/*-------------sid-1047-----------*/
/*.sid-1047 .banner li .banlogo p ins {
    font-size: 40px;
}
.sid-1047 .banner li .banlogo p{
    font-size: 20px;
}*/
.sid-1047 .aboutbox .d01 h3 {
    font-size: 45px;
}
.sid-1047 .aboutbox .d01 .sum p {
    font-size: 16px;
    line-height: 1.8;
}
.sid-1047 .tit p {
    margin-top: 10px;
    font-size: 18px;
}
.sid-1047 .indexyoushi .d01 li div ins p {
    line-height: 1.8;
}
.sid-1047 .highlight li div h3{
    height: auto;
}
.sid-1047 .highlight li div p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.sid-1047 .wordbox .d01 h3 {
    font-size: 40px;
}
.sid-1047 .l-Values .d01 span h3 {
    font-size: 20px;
}
.sid-1047 .l-Values .d01 span p
,.sid-1047 .list-ab02 li p
,.sid-1047 .qualitybox li p {
    font-size: 16px;
}
.sid-1047 .list-service li div {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.sid-1047 .list-service h2 {
    font-size: 45px;
}
.sid-1047 .list-service h2 p {
    font-size: 18px;
}
body.sid-1047{
    font: 0.75em / 1.5 Arial, Verdana, "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, sans-serif;
}
.sid-1047 .list-nav02 h2 {
    font-size: 35px;
}
.sid-1047 .list-nav02 li a {
    font-size: 16px;
    padding: 10px 20px;
}

@media screen and (max-width:1440px){ 
    .header .wp1400{
        padding: 0 50px;
    }
    .banleft .menu {
        padding: 50px 0;
    }
    .banleft{
        padding-left: 30px;
    }
    .logo a img {
        max-height: 65px;
    }
    .shop a {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .banner li .banlogo img{
        width: 600px;
    }
    .banner li .banlogo p{
        font-size: 30px;
    }
    .menuico {
        width: 135px;
        height: 153px;
        background-size: 100%;
    }
    .openmenu .menu li a {
        font-size: 25px;
        padding: 10px 0;
    }
    .scico img {
        max-height: 100px;
    }
    .scico {
        padding-top: 70px;
    }
    .mt100 {
        margin-top: 70px !important;
    }
    .aboutbox {
        width: 1000px;
    }
    .aboutbox .d01 h3 {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .more{
        margin-top: 50px;
    }
    .youshibox .divbox {
        width: 1000px;
    }
    .youshibox .ul01 li h3 span {
        font-size: 50px;
    }
    .youshibox .ul01 li {
        padding: 23px 10px 20px 20px;
    }
    .youshibox .ul01 li.li5 p, .youshibox .ul01 li.li6 p {
        font-size: 11px;
    }
    .youshibox .ul02 li div {
        font-size: 20px;
    }
    .youshibox .ul02 li {
        padding: 26px 10px 30px 20px;
    }
    .youshibox .tit {
        margin-bottom: 60px;
    }
    .youshibox {
        padding: 130px 0;
        background-size: cover;
    }
    .prev01, .next01 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size:16px;
        margin-top: -23px;
        left: -60px;
    }
    .next01 {
        left: auto;
        right: -60px;
    }
    .tit h2{
        font-size: 40px;
    }
    .footer .divbox {
        padding: 70px 0 40px 0;
    }
    .ftlogo img {
        width: 250px;
    }
    .foot01 .d01 {
        margin-top: 30px;
    }
    .foot01 .d01 p {
        font-size: 14px;
    }
    .wp1400 {
        width: 1200px;
    }
    .yuancl li div h3 {
        font-size: 22px;
    }
    .yuancl li div p {
        font-size: 14px;
    }
    .private li h3 {
        font-size: 16px;
    }
    .zhengshubox {
        width: 1200px;
    }
    .zhengshu li span {
        padding: 13px;
        border-radius: 15px;
    }
    .zhengshubox .tit .sum {
        font-size: 15px;
    }
    .newsbox {
        padding: 120px 0;
    }
    .newsbox .divbox::after,.list-ab02::after {
        transform: scale(0.7);
    }
    .newsbox .divbox .d02 li a {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .newsbox .divbox .d03 li h4 {
        font-size: 25px;
    }
    .newsbox .divbox .d03 li h3 {
        font-size: 20px;
    }
    .more01 {
        font-size: 12px;
    }
    .newsbox .divbox .d02 li h3
    ,.newsbox .divbox .d01 li h3 {
        font-size: 16px;
    }
    .saying li{
        padding: 20px;
    }
    .saying li p {
        font-size: 14px;
        margin: 23px 0;
    }
    .saying li .d01 ins {
        width: 80px;
        right: 23px;
        bottom: auto;
        top: 30px;
        background-size: 100%;
    }
    .wordbox {
        padding: 120px 150px 170px 150px;
        margin: 130px auto 170px auto;
        width: 1000px;
    }
    .wordbox li.li1 {
        top: -58px;
        width: 200px;
    }
    .wordbox li.li3 {
        bottom: -10px;
    }
    .wordbox .d01 h3 {
        font-size: 35px;
    }
    .wordbox .d01 p {
        font-size: 17px;
    }
    .foot02 {
        padding-right: 17%;
    }
    .headheight {
        height: 85px;
    }
    .header .menu li a {
        padding: 0 20px;
    }
    .search {
        top: 85px;
    }
    .list-ab01 h3 {
        font-size: 30px;
    }
    .list-ab01 .renz img {
        max-height: 100px;
    }
    .list-ab02::after{
        left: 0;
    }
    .list-ab02 li div h3, .list-ab03 li div h3 {
        font-size: 34px;
    }
    .list-ab02 li div p, .list-ab03 li div p {
        font-size: 16px;
    }
    .honorbox .d01 {
        margin-left: 50px;
        padding: 80px 0;
    }
    .list-service h2 {
        font-size: 40px;
    }
    .list-ycailiao .ul01 li span {
        width: 240px;
    }
    .list-ycailiao li div {
        width: calc(100% - 270px);
    }
    .list-nav02 h2 {
        font-size: 35px;
        line-height: 1.3;
    }
    .list-productbox ,.view-probox{
        width: 1200px;
    }
    .sumbox p {
        font-size: 15px;
    }
    .sumbox li {
        width: 100px;
    }
    .detailbox .related li div h3 {
        font-size: 14px;
    }
    .detailbox .related li span {
        width: 120px;
    }
    .detailbox .related li div {
        width: calc(100% - 135px);
    }
    .protit h2 {
        font-size: 22px;
    }
    .list-contact .d01 h3 {
        font-size: 27px;
    }
    .list-contact ul li {
        font-size: 16px;
    }
    .list-contact .divbox {
        height: 580px;
    }
    .cailiao li::after, .cailiao li::before {
        width: 35px;
        left: -35px;
    }
    .cailiao li::before {
        width: 0;
    }
    .cailiao li:hover::before {
        width: 35px;
    }
    .cailiao li em{
        left: -48px;
    }
    .cailiao li span{
        width: 100px;
    }
    .highlight li{
        padding: 30px 10px;
    }
    .highlight li span {
        width: 50px;
        height: 50px;
        margin-top: -50px;
        font-size: 24px;
    }
    .highlight li div h3 {
        font-size: 14px;
        height: 38px;
        margin-bottom: 14px;
    }
    .tit p{
        font-size: 16px;
    }
    .saybox{
        padding: 120px 0;
    }
    .newsbox{
        padding: 0;
    }
    .qualitybox li h3 {
        font-size: 20px;
    }
    .qualitybox li p {
        font-size: 12px;
    }
    .list-ab01 li div ins p {
        font-size: 14px;
    }
    .indexyoushi {
        padding: 120px 0;
    }
    .indexyoushi .d01 li div ins p{
        font-size: 14px;
    }
    .zhengshuabout .tit h2 {
        font-size: 30px;
    }
    .zhengshuabout .tit p {
        font-size: 13px;
    }
}
@media screen and (max-width:1024px){ 
    .mbhead {
        padding:0 10px;
        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);  
        background: #fff;
    }
    .mbhead.a{
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        background: #fff;
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height: 35px;
    }
    .mbhead.a .mblogo .img01
    ,.mbhead .mblogo span{
        display: none;
    }
    .mbhead.a .mblogo span{
        display: block;
    }
    body.nav-on {
        overflow: inherit;
    }
    .nav-click {
        color: #fe732e;
        font-size: 25px;
        margin-top: -14px;
        right: 3px;
        text-align: center;
        z-index: 2;
    }
    .mbclose {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        line-height: 26px;
        background: #fe732e;
        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: 14px;
        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;
    } 
    .banbox {
        padding: 0;
        margin-top: 55px;
    } 
    .banner {
        width: 100%;
        margin: 0;
        border-radius: 0;
        margin-left: 0;
    }
    .banner li img{
        border-radius: 0;
    }
    .banner li .banlogo img{
        width: 70%;
    }
    .banner li .banlogo p{
        font-size:14px;
    }
    .banner li .banlogo p ins{
        font-size: 14px;
    }
     .banner li .banlogo em{
        font-size: 12px;
        bottom: 20px;
     }
    .scico {
        padding: 30px 20px;
        padding-bottom: 0;
    }
    .mt100{
        margin-top: 50px !important;
    }
    .aboutbox {
        flex-wrap: wrap;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .aboutbox .d01 h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .aboutbox .d01 .sum p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .more {
        width: 155px;
        height: 45px;
        font-size: 13px;
        margin-top: 25px;
    }
    .aboutbox span {
        display: none;
    }
    .youshibox {
        padding: 50px 0;
        background-size: cover;
    }
    .tit {
        margin-bottom: 30px;
    }
    .tit h2 {
        font-size: 20px;
    }
    .youshibox .divbox {
        width: auto;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .youshibox .tit {
        margin-bottom: 20px;
    }
    .youshibox .ul01 {
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }
    .youshibox .ul01 li {
        width: calc((100% - 2* 10px) / 3);
        padding:10px;
    }
    .youshibox .ul01 li h3 span {
        font-size: 35px;
    }
    .youshibox .ul01 li h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .youshibox .ul01 li p {
        font-size: 11px;
    }
    .youshibox .ul01 li.li5 p, .youshibox .ul01 li.li6 p {
        font-size: 10px;
    }
    .youshibox .d02{
        width: 100%;
    }
    .youshibox .ul02 {
        gap: 10px;
        margin-top: 10px;
    }
    .youshibox .ul02 li {
        width: calc((100% - 10px) / 2);
        padding: 20px;
        border-radius: 20px;
    }
    .youshibox .ul02 li div {
        font-size: 10px;
    }
    .youshibox .ul02 li {
        width: calc((100% - 3* 10px) / 4);
        padding: 20px 10px;
    }
    .wp1400{
        width: auto;
    }
    .yuancl{
        padding-left: 20px;
    }
    .yuancl li div {
        margin: 0 5px;
        margin-top: -20px;
        border-radius: 15px;
        padding: 10px;
        color: #fff;
    }
    .yuancl li div h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .yuancl li div p {
        font-size: 10px;
    }
    .yuancl li span img
    ,.yuancl li span{
        border-radius: 15px;
    }
    .yuancl li div ins{
        display: none;
    }
    .privatebox {
        padding: 0 10px;
        margin-top: 0 !important;
    }
    .private {
        padding-left: 0;
    }
    .jtbox {
        padding: 0px 5px;
    }
    .jtbox .prev02::after, .jtbox .next02::after {
        width: 20px;
    }
    .jtbox .prev02, .jtbox .next02 {
        width: 30px;
    }
    .jtbox .prev02, .jtbox .next02 {
        width: 30px;
        transform: scale(0.7);
    }
    .bgbox {
        padding: 1px 0 100px 0;
        margin-top: 30px;
    }
    .private li h3 {
        font-size: 13px;
        margin-top: 10px;
    }
    .private li span ins{
        font-size: 120px;
    }
    .zhengshubox .tit {
        flex-wrap: wrap;
    }
    .newsbox .divbox {
        gap: 20px 0;
        padding: 0 !important;
        flex-wrap: wrap;
    }
    .newsbox .divbox .div01 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .newsbox .divbox h2 {
        margin-bottom: 20px;
    }
    .newsbox .divbox .d01 li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .newsbox .divbox .d01 li span {
        width: 150px;
    }
    .newsbox .divbox .d01 li img {
        border-radius: 10px;
    }
    .newsbox .divbox .d01 li div{
        width: calc(100% - 160px);
    }
    .newsbox .divbox .d01 li h3{
        margin-top: 0;
        font-size: 14px;
    }
    .newsbox .divbox .d02{
        background: url(/template/index/public/54/54-0145/images/bg02.png) no-repeat center;
        background-size: auto 100%;
        padding: 40px 10px 70px 10px;
    }
    .newsbox .divbox .d02 .more01{
        bottom: 30px;
    }
    .newsbox .more01{
        left: 10px;
    }
    .newsbox .divbox::after {
        width: 100px;
        height: 100px;
        right: 10px;
        top: -80px;
        background-size: 100%;
    }
    .highlight li div p {
        font-size: 12px;
        text-align: left;
    }
    .more01{
        bottom: 10px;
        font-size: 12px;
    }
    .newsbox .divbox .d02 li a {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .newsbox .divbox .d02 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .newsbox .divbox .d03 li h4 {
        font-size: 23px;
    }
    .newsbox .divbox .d03 li h3 {
        font-size: 20px;
    }
    .newsbox .divbox .d03 li p {
        font-size: 12px;
    }
    .saying {
        margin: 0;
        padding:20px 0 0 10px;
    }
    .saying li {
        padding: 15px;
        border-radius: 15px;
    }
    .saying li p {
        font-size: 12px;
        margin: 15px 0;
    }
    .saying li .s01 {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }
    .saying li .d01 ins {
        width: 70px;
        height: 15px;
        right: 20px;
        bottom: auto;
        top: 20px;
        background-size: 100%;
    }
    .saying li .d01 span {
        width: 65px;
    }
    .saying li .d01 div h3, .saying li .d01 div h4 {
        font-size: 12px;
    }
    .qiehuan {
        margin-top: 29px;
    }
    .qiehuan .prev03, .qiehuan .next03 {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 15px;
    }
    .dots02 {
        margin: 0 25px;
    }
    .wordbox .d01 h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .wordbox .d01 p {
        font-size: 12px;
        padding: 0 20px;
    }
    .wordbox li.li1 {
        left: 0;
        top: 0;
        width: 100px;
    }
    .wordbox li.li2 {
        width: 80px;
    }
    .wordbox {
        padding: 0;
        margin: 50px 10px;
        background-size: 100% 150px;
        background-position: center top;
    }
    .wordbox .d01 {
        padding: 40px 0 10px 0;
        margin-bottom: 60px;
    }
    .wordbox .d01::after, .wordbox .d01::before {
        top: 15px;
        font-size: 60px;
    }
    .wordbox .d01::before {
        bottom: -33px;
        top:auto;
        left: auto;
        right: 50px;
    }
    .wordbox li.li3 {
        left: 0;
        bottom: -10px;
        width: 90px;
    }
    .wordbox li.li4 {
        bottom: -55px;
        width: 100px;
    }
    .wordbox li.li1{
        display: none;
    }
    .wordbox li {
        position: initial;
        width: 100% !important;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .footer .divbox {
        padding:40px 10px 20px 10px;
        flex-wrap: wrap;
    }
    .footer {
        background: #fe732e;
        margin-top: 50px;
    }
    .ftlogo img {
        width: 150px;
    }
    .foot01 .d01 {
        margin-top: 20px;
    }
    .foot01 .d01 p {
        font-size: 12px;
        line-height: 1.6;
    }
    .foot02 {
        padding-right: 0;
        padding-top: 20px;
        width: 100%;
    }
    .ftcon {
        margin-left: 0;
    }
    .ftcon {
        margin-left: 0;
        display: flex;
        gap: 0 20px;
    }
    .ftcon li h3{
        display: none;
    }
    .copy {
        padding-bottom: 0;
        border-top: 1px solid rgb(255 255 255 / 14%);
        padding-top: 15px;
    }
    .copy .default-copyright {
        font-size: 12px;
        width: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .copy .default-copyright a {
        font-size: 12px;
    }
    .prev01, .next01{
        display: none;
    }
    .default-copyright span {
        white-space: normal;
    }
    .list-ab01 h3 {
        font-size: 18px;
    }
    .list-ab01 .d01 {
        width: 100%;
        margin: auto;
        font-size: 15px;
        margin-top: 15px;
    }
    .list-ab01 .renz {
        margin-top: 20px;
    }
    .list-ab01 .abvideo img {
        border-radius: 20px;
    }
    .list-ab01 .abvideo {
        margin-top: 25px;
    }
    .list-ab02 li, .list-ab03 li {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .list-ab02 li span, .list-ab03 li span {
        width: 100%;
        margin-top: 20px;
    }
    .list-ab02 li div, .list-ab03 li div {
        width: 100%;
    }
    .list-ab02 li div h3, .list-ab03 li div h3 {
        font-size: 25px;
    }
    .list-ab02 li div p, .list-ab03 li div p {
        font-size: 14px;
        margin-top: 15px;
    }
    .list-ab02::after {
        width: 100px;
        height: 100px;
        left: auto;
        top: 35px;
        background-size: 100%;
        right: 10px;
    }
    .list-ab02 {
        padding: 50px 0;
        background-size: auto 100%;
        margin-top: -50px;
        padding-top: 100px;
    }
    .honorbox{
        padding: 50px 0;
    }
    .honorbox .d01 {
        margin-left: 0;
        padding: 0 0 0 10px;
        flex-wrap: wrap;
    }
    .tit02 h2 {
        font-size: 25px;
    }
    .tit02 span {
        font-size: 14px;
        width: 100%;
    }
    .honorbox01 {
        width: 100%;
        padding: 50px 0 35px 0;
        background-size: 100% 50px;
    }
    .honorbox02 {
        width: 100%;
        padding: 50px 0 45px 0;
        padding-left: 10px;
        background-size: 100% 50px;
    }
    .qhbox01 .h-prev, .qhbox01 .h-next, .h-prev2, .h-next2 {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .qhbox01, .qhbox02 {
        position: absolute;
        right: 10px;
    }
    .qhbox02 {
        top: 0;
    }
    .list-service h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .list-service li h3 {
        font-size: 18px;
        padding: 15px 10px;
    }
    .list-service li div {
        padding: 20px;
        font-size: 15px;
    }
    .list-ycailiao .ul01{
        margin: 0 10px;
        gap: 10px 0;
    }
    .list-ycailiao .ul01 li {
        width: 100%;
    }
    .list-ycailiao .ul01 li span {
        width: 140px;
    }
    .list-ycailiao li div {
        width: calc(100% - 155px);
    }
    .list-ycailiao li div p {
        font-size: 10px
    }
    .list-ycailiao li div h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .list-productbox {
        width: auto;
        padding:0;
    }
    .list-nav02 {
        margin: 75px 0 50px 0;
        padding: 0 10px;
    }
    .list-newsbox .list-nav02{
        margin: 20px 0;
    }
    .list-nav02 h2 {
        font-size: 25px;
    }
    .list-nav02 p {
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
    }
    .list-nav02 ul {
        gap: 5px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .list-nav02 li a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .protit {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }
    .protit h2 {
        font-size: 14px;
    }
    .protit a {
        font-size: 10px;
    }
    .list-probox{
        padding: 0 10px;
    }
    .list-probox ul {
        gap: 20px;
    }
    .list-probox li {
        width: calc((100% - 20px) / 2);
    }
    .list-probox li .d01 h3 {
        font-size: 14px;
    }
    .list-probox li .d01 div em {
        font-size: 10px;
        padding: 4px 6px;
    }
    .list-probox li .d01 {
        padding-top: 10px;
    }
    .list-probox li .d01 div {
        margin-top: 10px;
    }
    .view-probox {
        width: auto;
        padding: 0 10px;
        padding-top: 55px;
    }
    .pox {
        padding: 8px 0;
        font-size: 12px;
    }
    .cover .d02 li {
        width: 35px;
    }
    .coverbox ,.detailbox{
        flex-wrap: wrap;
    }
    .cover {
        width: 100%;
    }
    .sumbox {
        width: 100%;
        margin-top: 20px;
    }
    .sumbox .title {
        font-size: 20px;
    }
    .sumbox h4, .detailbox .title {
        margin-top: 30px;
        font-size: 12px;
        margin-bottom: 13px;
        padding: 2px 10px;
    }
    .sumbox li {
        width: 100px;
    }
    .sumbox a.a01 {
        line-height: 40px;
        margin-top: 30px;
        position: initial;
        width: 100%;
    }
    .detailbox .d01 {
        width: 100%;
    }
    .detailbox .d01 .article {
        padding: 15px;
    }
    .fanye {
        margin-top: 15px;
        padding: 10px 0;
        background: none;
    }
    .fanye .back {
        font-size: 12px;
        line-height: 30px;
    }
    .fanye .a01 {
        width: 75px;
        line-height: 30px;
        font-size: 12px;
    }
    .detailbox .related {
        width: 100%;
    }
    .banner01{
        margin-top: 55px;
    }
    .list-nav {
        padding: 14px 0;
    }
    .list-nav ul {
        gap: 0 10px;
    }
    .list-nav li a {
        font-size: 12px;
    }
    .list-news {
        margin-top: 20px;
    }
    .list-news .ul01 {
        gap: 20px 0;
        flex-wrap: wrap;
        margin: 0 10px;
    }
    .list-news .ul01 li {
        width: 100%;
        padding-bottom: 40px;
    }
    .list-news .ul01 li div {
        padding: 18px;
    }
    .list-news .ul01 li div h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list-news .ul01 li div p {
        font-size: 12px;
    }
    .list-news .ul01 li div ins {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .list-news .ul01 li div ins em {
        padding-left: 25px;
        background-size: 17px;
        font-size: 12px;
    }
    .list-news .ul01 li div ins .s02 {
        font-size: 12px;
    }
    .view-newsbox {
        padding: 80px 0 0 0;
        flex-wrap: wrap;
    }
    .view-news {
        width: 100%;
    }
    .view-news .title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .view-news .ww span {
        font-size: 12px;
        background-size: 15px;
        padding-left: 20px;
        margin-right: 10px;
        line-height: 24px;
    }
    .view-news .ww a {
        padding: 0 10px;
        font-size: 12px;
    }
    .xgnews {
        width: 100%;
        margin-top: 30px;
        border-top: 2px solid #fe732e;
        padding-top: 30px;
    }
    .xgnews h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .xgnews li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .xgnews li span {
        width: 150px;
    }
    .xgnews li h3 {
        font-size: 14px;
        margin-top: 0;
        width: calc(100% - 165px);
    }
    .default-article-content p {
        font-size: 14px;
    }
    .list-events::before {
        left: 15px;
    }
    .list-events ul{
        padding-left: 20px;
    }
    .list-events li h3 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .list-events li div.d01 div {
        margin-bottom: 20px;
        padding: 20px;
        flex-wrap: wrap;
    }
    .list-events li div.d01 div h4 {
        font-size: 16px;
        padding-left: 20px;
        width: 100%;
    }
    .list-events li div.d01 div h4::before {
        width: 8px;
        height: 8px;
        left: 0;
        top: 7px;
    }
    .list-events li div.d01 div p {
        font-size: 12px;
        width: 100%;
        margin-top: 15px;
    }
    .list-contact .divbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: auto;
        flex-wrap: wrap;
        margin: 0 10px;
    }
    .list-contact .d01 {
        width: 100%;
        padding-left: 25px;
    }
    .contit h2 {
        font-size: 25px;
    }
    .list-contact .d01 h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .list-contact .d01 {
        padding-top: 30px;
    }
    .list-contact ul li {
        font-size: 12px;
        padding: 10px 0;
    }
    .list-contact ul li span {
        width: 17px;
    }
    .list-contact .divbox::after {
        width: 100%;
        border-radius: 50px 0 0 0;
    }
    .list-contact .mapbox {
        width: 100%;
        margin-top: 20px;
    }
    .contit {
        padding-bottom: 20px;
        border-bottom: none;
        margin: 0 20px;
        text-align: center;
    }
    .list-message {
        padding-top: 50px;
    }
    .contit p {
        font-size: 12px;
    }
    .list-contact {
        padding: 80px 0 0 0;
    }
    .list-message form {
        font-size: 12px;
        padding: 0 10px;
    }
    .list-message form .layui-form-item label {
        font-size: 14px;
        height: 28px;
    }
    .list-message form .layui-form-item {
        margin-bottom: 15px;
    }
    .list-message form .layui-input {
        line-height: 40px;
        height: 40px;
    }
    .list-message form .layui-btn {
        line-height: 45px;
        height: 45px;
        font-size: 15px;
    }
    .dots02 span {
        width: 7px;
        height: 7px;
    }
    .langbox {
        position: absolute;
        right: 55px;
    }
    .langbox div a {
        height: 20px;
        font-size: 14px;
    }
    .langbox div {
        opacity: 1;
        visibility: visible;
        display: none;
        transition: inherit;
        top: 54px;
        width: 115px;
    }
    .langbox span{
        font-size: 14px;
    }
    .langbox span img {
        width: 22px;
    }
    .langbox span em {
        transform: translateY(0px);
    }
    .searchbox {
        margin: 0;
    }
    .searchbox span {
        font-size: 17px;
        position: absolute;
        right: 145px;
        color: #fe732e;
    }
    .search {
        top: 55px;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .search form .tdy-keyword {
        width: 100%;
        line-height: 40px;
        height: 40px;
        padding-left: 10px;
        font-size: 13px;
    }
    .search form {
        padding: 0;
        width: 80%;
    }
    .search .closess {
        font-size: 18px;
        margin-left: 0;
        position: absolute;
        right: 15px;
    }
    .search form .tdy-submit {
        font-size: 16px;
    }
    .ismobile .mbbanvideo li{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.9);
        z-index: 15;
        display: none;
    }
    .ismobile .mbbanvideo li .d01 {
        width:90%;
        max-height: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .ismobile .mbbanvideo li .d01 video {
        width: 100%;
    }
    .ismobile .mbbanvideo .closebv{
        position: absolute;
        right: 10px;
        top: 10px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 25px;
        -webkit-text-stroke-width: initial;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .ismobile .mbbanner li .openbv{
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        left: 50%;
        top: 50%;
        margin: -25px 0 0 -25px;
        color: #fff;
        font-size: 40px;
        display: none;
    }
    .ismobile .mbbanner li.vv .openbv{
        display: block;
    } 
    .cailiao {
        width: 100%;
        justify-content: left;
        margin-top: 20px;
    }
    .cailiao ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .cailiao li::after, .cailiao li::before
    ,.cailiao li em{
        display: none;
    }
    .cailiao li{
        width: calc(50% - 5px);
        gap: 10px;
        margin: 0;
    }
    .cailiao li span {
        width: 80px;
    }
    .cailiao li h3 {
        font-size: 12px;
        width: calc(100% - 90px);
    }
    .zhengshubox{
        width: auto;
        padding: 0 10px;
    }
    .list-zs01 {
        padding: 50px 0;
        margin-top: 50px;
        background-size: auto 100%;
    }
    .zhengshubox .tit .sum {
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
        line-height: 1.5;
    }
    .zhengshu li:nth-child(2n) {
        margin-top: 0;
    }
    .zhengshu {
        padding-top: 0;
    }
    .list-service {
        padding: 50px 0;
        background-size: auto 100%;
    }
    .rongyubox h2 ,.rongyu h2{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .rongyubox li {
        width: 48%;
        padding-bottom: 50px;
        background-size: auto 60px;
    }
    .rongyubox ul {
        gap: 20px 0;
    }
    .rongyu li span {
        background-size: cover;
        border-radius: 10px;
        padding: 23px 0 70px 0;
    }
    .rongyu ul{
        padding-left: 10px;
    }
    .rongyu li span img {
        max-width: 70%;
    }
    .coverbox{
        background: none;
    }
    .cailiao{
        display: block;
    }
    .sumbox{
        background: #fff;
    }
    .rongyu li h3 {
        margin-top: 15px;
        font-size: 14px;
    }
    .about-mun{
        margin-top: 25px;
    }
    .about-mun ul{
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .about-mun li
    ,.sid-1047 .about-mun li{
        width: 25%;
    }
    .about-mun li h3 span {
        font-size: 35px;
    }
    .about-mun li h4 {
        font-size: 15px;
    }
    .about-mun li p {
        font-size: 10px;
    }
    .tit p {
        font-size: 12px;
    }
    .privatebox .tit {
        flex-wrap: wrap;
    }
    .privatebox .tit h2 p {
        font-size: 12px;
        width: 100%;
        text-transform: none;
        margin-bottom: 20px;
    }
    .highlight {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .highlight ul {
        gap: 0;
        flex-wrap: wrap;
        border-radius: 15px;
    }
    .highlight .tit {
        margin-bottom: 20px;
    }
    .highlight li {
        box-shadow: none;
        padding: 10px 0 10px 55px;
        border-radius: 0;
        flex: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #fde8e3;
    }
    .highlight li div h3 {
        font-weight: bold;
        font-size: 14px;
        height: auto;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: left;
    }
    .highlight li span {
        width: 30px;
        height: 30px;
        margin-top: -20px;
        font-size: 16px;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -15px;
    }
    .highlight li div {
        margin-top: 0;
    }
    .list-brand h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .list-brand .sum p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .l-Values h2 {
        font-size: 25px;
    }
    .l-Values .d01 {
        gap: 20px;
        margin-top: 25px;
    }
    .l-Values .d01 {
        gap: 10px;
        flex-wrap: wrap;
    }
    .l-Values .d01 span {
        border-radius: 10px;
        padding: 15px 10px;
    }
    .l-Values .d01 span h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .l-Values .d01 span {
        border-radius: 10px;
        padding: 15px 10px;
        width: calc(50% - 5px);
        flex: auto;
        box-sizing: border-box;
    }
    .l-Values .d01 span p {
        font-size: 12px;
    }
    .list-ab02 ul {
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .list-ab02 li {
        flex: auto;
        padding: 15px;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    .list-ab02 li div h3, .list-ab03 li div h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .list-ab02 li div p, .list-ab03 li div p {
        font-size: 12px;
        margin-top: 10px;
    }
    .list-ab01 .d01 {
        width: 100%;
        margin: auto;
        font-size: 12px;
        margin-top: 0;
    }
    .list-ab01 li {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .list-ab01 li div {
        width: 100%;
    }
    .list-ab01 li span{
        display: none;
    }
    .list-ab01 li div h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .list-ab01 li div ins p {
        font-size: 12px;
    }
    .about-mun li, .sid-1047 .about-mun li {
        width: 33%;
    }
    .zhengshubox .tit .sum {
        font-size: 12px;
    }
    .qualitybox ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .qualitybox li {
        padding: 15px;
        flex: auto;
        border-radius: 10px;
    }
    .qualitybox li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .qualitybox li p {
        font-size: 12px;
    }
    .list-ab03 li div ins p
    ,.list-service h2 p {
        font-size: 12px;
    }
    .list-nav02 p {
        font-size: 12px;
    }
    .list-ycailiao .ul01 li a{
        padding: 10px;
    }
    .list-ycailiao li div .more01 {
        margin-top: 15px;
    }
    .prosumbox {
        padding: 70px 10px 0 10px;
    }
    .prosumbox h2 {
        font-size: 25px;
    }
    .prosumbox .d01 h3 ,.prosumbox .d01 div{
        font-size: 12px;
    }
    .prosumbox .d01 div h4 {
        font-size: 14px;
        margin: 12px 0;
    }
    .prosumbox .d02 {
        flex-wrap: wrap;
    }
    .prosumbox .d02 ul {
        gap: 5px;
        flex-wrap: wrap;
    }
    .prosumbox .d02 li {
        font-size: 12px;
        padding: 4px 10px;
    }
    .prosumbox .tips {
        font-size: 12px;
        margin-top: 10px;
    }
    .pro-nav{
        margin-top: 25px;
    }
    .list-saying ul {
        gap: 10px;
    }
    .list-saying li{
        width: 100%;
    }
    .list-saying{
        padding: 0 10px;
    }
    .saybox{
        padding: 50px 0;
        background-size: cover;
    }
    .saybox::after {
        width: 100px;
        height: 100px;
        right: 10px;
        top: -45px;
        background-size: 100%;
    }
    .newsbox {
        padding: 0;
    }
    .list-service li div{
        background: #fff;
    }
    .mbindexyoushi{
        padding-bottom: 70px;
    }
    .mbindexyoushi li h3 {
        font-size: 17px;
    }
    .abvideo img {
        border-radius: 15px;
    }
    .list-zs01 {
        padding-bottom: 10px;
    }
    .zhengshuabout .tit h2 {
        font-size: 20px;
    }
    .zhengshuabout .tit p {
        font-size: 12px;
    }
    .rongyu02 li span img {
        width: 100px;
    }
    .rongyu02 {
        margin-bottom: 50px;
    }
    .banner01 .cattit{
        width: 100%;
        box-sizing: border-box;
    }
    .banner01 .cattit h2 {
        font-size: 15px;
    }
    .banner01 .cattit p {
        font-size: 10px;
        line-height: 1.3;
        margin-top: 10px;
    }
    .sid-1047 .banner li .banlogo p {
        font-size: 18px;
    }
    .sid-1047 .aboutbox .d01 h3 {
        font-size: 30px;
    }
    .sid-1047 .list-service h2 {
        font-size: 20px;
    }
    .sid-1047 .list-service h2 p
    ,.sid-1047 .tit p {
        font-size: 12px;
        padding: 0 10px;
    }
    .sid-1047 .list-service li div {
        font-size: 14px;
    }
    .sid-1047 .privatebox {
        margin-top: 50px !important;
    }
    .sid-1047 .highlight li div p {
        font-size: 12px;
    }
    .sid-1047 .highlight li div h3 {
        font-size: 16px;
    }
    .sid-1047 .wordbox .d01 h3 {
        font-size: 20px;
    }
    .sid-1047 .list-brand h2 {
        font-size: 20px;
    }
    .sid-1047 .l-Values .d01 span h3 {
        font-size: 17px;
    }
    .sid-1047 .l-Values .d01 span p, .sid-1047 .list-ab02 li p, .sid-1047 .qualitybox li p {
        font-size: 14px;
    }
    .sid-1047 .list-nav02 h2 {
        font-size: 20px;
    }
    .sid-1047 .list-nav02 li a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .formgg{
        right: 10px;
    }
    .formgg a {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    .formgg.a {
        bottom: 55px;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
