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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
.wp{
    width: 1250px;
    margin: auto;
}
.header{
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 2;
    top:0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.header .wp{
    display: flex;
    justify-content: space-between;
}
.header .head-l{
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.header .head-l img{
    max-height: 75px;
    width: auto;
    max-width: 300px;
}
.menuheight{
    height: 84px;
}
#article-swiper{
    display: none !important;
}
.back000 {
    background-color: transparent;
}
.logo{
    line-height: 84px;
}
.logo img{
    max-height:75px;
    width: auto;
    height: auto;
}
.menu li a{
    display: block;
    padding: 30px 25px;
    font-size: 16px;
}
.menu li.a a.nav-a-1,.menu li:hover a.nav-a-1{
    color: #eb6100;
}
.menu li ul.nav-ul-2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left: 50%;
    padding: 5px 0;
    min-width: 130px;
   transform: translateX(-50%);
   -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #eb6100;
}
.menu li ul.nav-ul-2 li a {
    padding:10px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.menu li ul li:hover a {
    background: #ffece8;
    color: #eb6100;
}
.menu li.aa{
    position:inherit;
}
.menu li .nav-ul-2.aa {
    width: auto;
    background: #fff;
    border: 1px solid #eb6100;
    text-align: center;
    left: 0;
    padding: 0;
    margin-left: 0;
    margin: 0 100px;
    box-sizing: border-box;
}
.menu li .nav-ul-2.aa::before{
    position:absolute;
    content:'';
    width:100%;
    height:1px;
    background:#eee;
    left:0;
    top:65px;
}
.menu li a.bb{
    position:relative;
}
.menu li a.bb::before{
    position:absolute;
    content:'';
}
.menu li a.bb::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #eb6100;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    z-index: 3;
    border-top: 1px solid #eb6100;
    opacity:0;
}
.menu li:hover a.bb::before{
    opacity:1;
}
.menu li:hover .nav-ul-2{
    display:none;
}
.menu li .nav-ul-2.aa li.nav-li-2 {
    width: 12.5%;
    display: inline-block;
    *display:inline;
    vertical-align: text-top;
    padding-left: 15px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    margin-top:-2px;
}
.menu li .nav-ul-2.aa li.nav-li-2:hover{
    box-shadow: 0 0 10px #ccc;
    z-index: 2;
}
.menu li .nav-ul-2.aa li.nav-li-2:last-child{
    border-right:none;
}
.menu li .nav-ul-2.aa li.nav-li-2 a {
    display: block;
    font-size: 16px;
    text-align: left;
    padding:0;
    padding-left:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.menu li .nav-ul-2.aa li.nav-li-2 a.nav-a-2 {
    padding:20px 0;
}
.topcon {
    position: absolute;
    right: 20px;
    top: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 0 20px;
}
.header .diy-edit-but{
    top: 50px;
}
.toptel p {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: 'DINCond-Bold';
    line-height: 1.2;
}
.toptel p img {
    width: 16px;
    height: auto;
}
.topcon a.a01 {
    display: block;
    color: #999;
    font-size: 14px;
    transition: all .3s;
}
.topcon a.a01:hover {
    color: #eb6100;
}
.banner li img{
    width: 100%;
    height: auto;
}
.banner .banword{
    position: absolute;
    top: 50%;
    left: 50%;
    color:#333;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.banner .banword h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom:30px;
}
.sid-1050 .banner .banword h3{
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.banner .banword p {
    font-size: 25px;
    margin-bottom: 50px;
}
.banner .banword .banmore{
    display: flex;
    gap: 0 20px;
}
.banner .banword .banmore a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    border: 1px solid #eb6100;
    font-size: 16px;
    color: #eb6100;
}
.banner .banword .banmore a:hover em{
    transform: translateX(7px);
}
.banner .banword .banmore a em{
    font-size: 20px;
    color: #eb6100;
    display: block;
    transition: all .3s;
}
.banner .banword .banmore a.a01{
    background: #eb6100;
    color: #fff;
}
.banner .banword .banmore a.a01 em{
    color: #fff;
}
.banner .while .banword{
    color: #fff;
}
/* .banner .while .banword .banmore a {
    border: 1px solid #fff;
    color: #fff;
}
.banner .while .banword .banmore a em{
    color: #fff;
}
.banner .while .banword .banmore a.a01{
    background: #fff;
    color: #333;
}
.banner .while .banword .banmore a.a01 em{
    color: #333;
} */
.banner .dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom: 50px !important;
    z-index:1;
    width: 1250px !important;
    display: none;
}
.banner .dots span{
    width: 10px;
    background: #eb6100;
    border-radius:15px;
    height:10px;
}
.banner .dots .swiper-pagination-bullet-active{
    width: 30px;
}
.notice{
    width: 1000px;
    margin: auto;
    position: relative;
    margin-top: -70px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.notice li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.notice li span{
    display: block;
    width: 250px;
}
.notice li img{
    width: 100%;
    height: auto;
}
.notice li div {
    width: calc(100% - 290px);
    padding-right: 50px;
    box-sizing: border-box;
}
.notice li div h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    transition: all .3s;
}
.notice li:hover div h3 {
    color: #f96300;
}
.notice li div p {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.notice li ins {
    display: flex;
    width: 110px;
    border: 1px solid #eb6100;
    text-align: center;
    border-radius: 20px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #eb6100;
    line-height: 30px;
    transition: all .3s;
}
.notice li ins em{
    font-size: 12px;
    color: #eb6100;
    transition: all .3s;
}
.notice li ins:hover {
    background: #eb6100;
    color: #fff;
}
.notice li ins:hover em{
    color: #fff;
}
.n-prev, .n-next {
    position: absolute;
    z-index: 1;
    right: 52px;
    bottom: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    transition: all .3s;
}
.n-next{
    right: 20px;
}
.n-prev:hover, .n-next:hover {
    background: #eb6100;
    color: #fff;
}
.notice .swiper-button-disabled{
    opacity: .5;
}
.xiaoyi{
    padding-top: 80px;
}
.ntit{
    text-align: center;
    margin-bottom: 50px;
}
.ntit h2{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.ntit p{
    font-size: 17px;
    color: #999;
    margin-top: 10px;
}
.xiaoyi ul{
    display: flex;
    gap: 30px;
}
.xiaoyi li{
    flex: 1;
    background-image: linear-gradient(135deg,#f9fafc 0,#fbfcfe 100%);  
    position: relative;
    transition: all .3s;
}
.xiaoyi li:hover{
    transform: translateY(-10px);
}
.xiaoyi li h3{
    line-height: 100px;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    background-image: linear-gradient(135deg,#f0f3f8 0,#fbfcfe 100%);  
    position: relative;
}
.sid-1050 .xiaoyi li h3 {
    height: 100px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.xiaoyi li h3::after{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(135deg,#ececed 0,#fbfcfe 100%);
}
.xiaoyi li div{
    padding:50px;
    font-size: 18px;
    color: #333;
    line-height: 2.5;
    position: relative;
    z-index: 1;
}
.sid-1050 .xiaoyi li div{
    font-size: 16px;
}
.xiaoyi li ins{
    display: block;
    position: absolute;
    right: 13px;
    bottom: 0;
    width: 143px;
    height: 180px;
    background: url(/template/index/public/54/54-0146/images/s01.png) no-repeat bottom right;
}
.fuwubox{
    margin-block-start: 100px;
    padding-block-end:100px;
    background: url(/template/index/public/54/54-0146/images/cbbg.jpg) no-repeat center top;
    background-size: cover;
}
.fuwubox .diy-edit-bg{
    position: relative;
}
.fuwubox .ntit{
    padding-top: 35px;
    margin-bottom: 0;
    padding-bottom: 50px;
    background: url(/template/index/public/54/54-0146/images/titbg.png) no-repeat center bottom;
    background-size: cover;
}
.fuwubox .ntit h2
,.fuwubox .ntit p{
    color: #fff;
}
.tabtit {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-block-start: 60px;
}
.tabtit span{
    width: 50%;
    display: flex;
    justify-content: center;
}
.tabtit span h3{
    font-size: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    transition: all .3s;
}
.tabtit span.a h3{
    color: #f56600;
}
.tabtit span h3::after{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    height: 3px;
    background: #f56600;
    transition: all .3s;
}
.tabtit span.a h3::after{
    width: 100%;
    opacity: 1;
}
.fuwubox .d02{
    display: none;
}
.fuwubox .d01 ul{
    display: flex;
    gap: 16px;
}
.fuwubox .d01 li{
    flex: 1;
    background: #fff;
    padding-bottom: 50px;
}
.fuwubox .d01 li .div01 {
    background-image: linear-gradient(135deg, #fff5ec 0, #fff 100%);
    padding:40px;
    position: relative;
    color: #f96300;
}
.sid-1050 .fuwubox .d01 li .div01{
    padding: 35px 40px;
}
.fuwubox .d01 li .div01 h3 {
    font-size: 25px;
    font-weight: bold;
}
.fuwubox .d01 li .div01 p {
    font-size: 18px;
    margin-block-start: 5px;
    position: relative;
    z-index: 1;
}
.sid-1050 .fuwubox .d01 li .div01 p{
    font-size: 14px;
    width: 75%;
    height: 40px;
}
.fuwubox .d01 li .div01 span {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 214px;
}
.fuwubox .d01 li .div01 span img{
    width: 100%;
    height: auto;
}
.fuwubox .d01 li .div02 {
    padding: 40px;
    font-size: 18px;
    line-height: 2.5;
    color: #333;
}
.sid-1050 .fuwubox .d01 li .div02{
    line-height: 1.3;
    font-size: 16px;
}
.sid-1050 .fuwubox .d01 li .div02 p{
    padding: 6px 0;
}
.fuwubox .d01 li a {
    display: flex;
    align-items: center;
    margin-inline-start: 40px;
    font-size: 18px;
    color: #f96300;
    margin-block-start: 30px;
    gap: 3px;
}
.sid-1050 .fuwubox .d01 li a{
    margin-top: 0;
}
.fuwubox .d01 li a em{
    color: #f96300;
    transition: all .3s;
}
.fuwubox .d01 li a:hover em{
    margin-inline-start: 5px;
}
.fuwubox .d02 ul{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.fuwubox .d02 li{
    width: calc((100% - 2*16px)/3);
    padding: 30px 35px;
    box-sizing: border-box;
    position: relative;
    background-image: linear-gradient(0deg, #fff6f1 0, #fff 100%);
}
.sid-1050 .fuwubox .d02 li{
    padding-right: 10px;
}
.fuwubox .d02 li h3 {
    font-size: 22px;
    font-weight: bold;
    color: #f96300;
    margin-bottom: 13px;
}
.fuwubox .d02 div {
    font-size: 18px;
    line-height: 2;
    position: relative;
    z-index: 1;
}
.sid-1050 .fuwubox .d02 div{
    font-size: 16px;
}
.fuwubox .d02 span{
    display: block;
    position: absolute;
    right: 0;
    width: 120px;
    bottom:20px;
}
.fuwubox .d02 span img{
    width: 100%;
    height: auto;
}
.servicebox{
    padding-top: 100px;
}
.tit{
    margin-bottom: 50px;
    text-align: center;
}
.tit h2{
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.servicebox li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 .375rem 1.25rem 0 rgba(66, 135, 255, .15);
    overflow: hidden;
}
.servicebox li span {
    display: block;
    width: 35%;
    position: relative;
}
.servicebox li span img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.servicebox li span ins{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.servicebox li span ins h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom:10px;
}
.servicebox li span ins p {
    font-size: 20px;
    color: #fff;
    text-align: justify;
}
.servicebox li span ins a {
    display: block;
    width: 120px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 5px;
    margin-top: 20px;
    transition: all .3s;
}
.servicebox li span ins a em{
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}
.servicebox li span ins a:hover{
    background: #fff;
    color: #eb6100;
}
.servicebox li span ins a:hover em{
    color: #eb6100;
}
.servicebox li div {
    width: 65%;
    box-sizing: border-box;
    padding: 40px 50px 0 50px;
}
.servicebox li div .p01 {
    font-size: 16px;
    color: #666;
}
.servicebox li div ins{
    display: block;
    margin-top: 30px;
}
.servicebox li div ins p{
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin: 5px 0;
    color: #666;
}
.servicebox li div ins p::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/template/index/public/54/54-0146/images/dagou.png) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 0;
}
.solution{
    margin-top: 80px;
}
.solution .diy-edit-bg{
    position: relative;
}
.solution .divbox{
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: relative;
}
.solution .d01{
    width: 300px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.solution .d01 li {  
    display: flex;
    padding: 17px 10px 17px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    gap: 30px;
    position: relative;
    background: #fcfcfc;
} 
.solution .d01 li ins{
    display: block;
    right: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
}
.solution .d01 li ins.ins01 img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    opacity: .1;
}
.solution .d01 li ins.ins02
,.solution .d01 li.a ins.ins01{
    display: none;
}
.solution .d01 li.a ins.ins02 {
    display: block;
    right: 13px;
    opacity: .5;
    width: 60px;
    bottom: 10px;
}
.solution .d01 li.a ins.ins02 img{
    width: 100%;
    height: auto;
}
.solution .d01 li.a { 
    background: #eb6100; 
}
.solution .d01 li:last-child{
    border: none;
}
.solution .d01 li span {
    display: block;
    width: 55px;
}
.solution .d01 li img{
    width: 100%;
    height: auto;
}
.solution .d01 li h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.sid-1050 .solution .d01 li h3{
    width:150px;
    font-size: 18px;
    line-height: 1.2;
}
.solution .d01 li.a h3 {
    color: #fff;
}
.solution .d02{
    width: calc(100% - 300px);
    position: relative;
    box-sizing: border-box;
    background: url(/template/index/public/54/54-0146/images/bg02.jpg) no-repeat right top;
    background-size: cover;
    overflow: hidden;
} 
.solution .d02 li .div01{
    padding: 70px 50px 106px 70px;
}
.solution .d02 li{
    height: 0;
    opacity: 0;
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transition: all .3s;
}
.solution .d02 li.li01
,.solution .d02 li.a{
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.solution .d02 li h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #eb6100;
}
.solution .d02 li .sum::after{
    position: absolute;
    content: '';
    width:70px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #eb6100;
}
.solution .d02 li .sum {
    font-size: 18px;
    color: #eb6100;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sid-1050 .solution .d02 li .sum
,.sid-1050 
.solution .d02 li .point p{
    font-size: 14px;
}
.solution .d02 li .point {
    margin-top: 40px;
}
.solution .d02 li .point p {
    position: relative;
    font-size: 18px;
    margin: 15px 0;
}
/* .solution .d02 li .point p::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid #ff6800;
    border-radius: 50%;
    left: 0;
    top: 5px;
} */
.solution .d02 li a.a01{
    display: flex;
    margin-top: 70px;
    align-items: center;
    font-size: 18px;
    color: #eb6100;
    transition: all .3s;
}
.solution .d02 li a.a01 em{
    color: #eb6100;
    font-size: 17px;
    transition: all .3s;
    margin-left: 5px;
}
.solution .d02 li a.a01:hover em{
    margin-left: 10px;
}
.solution .d02 li .caselogo{
    padding-top: 30px;
    padding-bottom: 10px;
}
.solution .d02 li .caselogo span{
    display: block;
    transition: all .3s;
}
.solution .d02 li .caselogo span:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.solution .d02 li .caselogo span img{
    width:100%;
    height: auto;
    border:1px solid #eee;
    box-sizing: border-box;
}
.s-prev,.s-next{
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 30px;
    left:-35px;
    bottom: 28px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    cursor: pointer;
}
.s-prev:hover,.s-next:hover{
    background: #eb6100;
    color: #fff;
}
.s-prev.swiper-button-disabled,.s-next.swiper-button-disabled{
    display: none;
}
.s-next{
    left: auto;
    right: -35px;
}
.solution .d03 {
    width: 250px;
    position: absolute;
    right: 27px;
    bottom: 117px;
}
.solution .d03 span{
    display: none;
}
.solution .d03 span.a{
    display: block;
}
.solution .d03 span img{
    width: 100%;
    height: auto;
    opacity: .5;
}
.youshi{
    margin-block-start: 80px;
}
.youshi .divbox{
    background: #f5f9fc;
}
.youshi .divbox .wp{
    display: flex;
    justify-content: space-between;
}
.youshi .d01{
    width: 250px;
    position: relative;
}
.youshi .d01 h3{
    position: absolute;
    left: 30px;
    top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.youshi .d01 h3 strong {
    font-size: 35px;
    font-family: 'DINCond-Bold';
    margin-right: 2px;
}
.youshi .d01 img{
    width: 100%;
    height: auto;
}
.youshi .d01 h3 p{
    font-weight: normal;
    font-size: 18px;
}
.youshi ul {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
}
.youshi li {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.youshi li.li5,.youshi li.li6,.youshi li.li7,.youshi li.li8{
    border-bottom: none;
}
.youshi li .div01 div {
    display: flex;
    align-items: end;
    color: #eb6100;
    line-height: 1;
    gap: 1px;
}
.youshi li .div01 div h3 {
    font-size: 40px;
    font-family: 'DINCond-Bold';   
}
.youshi li .div01 div i {
    font-size: 25px;
}
.youshi li .div01 div em {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    display: block;
    transform: translateY(-5px);
}
.youshi li .div01 p {
    font-size: 18px;
    margin-top: 5px;
    color: #333;
}
.sid-1050 .youshi li .div01 p{
    font-size: 15px;
    line-height: 1.2;
}
.newsbox{
    margin-top: 100px;
}
.newsbox li a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all .3s;
}
.newsbox li:hover a{
    transform: translateY(-10px);
}
.newsbox li span{
    display: block;
}
.newsbox li img{
    width: 100%;
    height: auto;
}
.newsbox li div{
    padding: 25px;
    border-radius: 15px 15px 0 0;
    margin-top: -15px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.newsbox li div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    transition: all .3s;
}
.newsbox li:hover div h3 {
    color: #eb6100;
}
.newsbox li div p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.newsbox li div ins {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #eb6100;
    position: relative;
    transition: all .3s;
}
.newsbox li div ins:hover{
    padding-left: 35px;
}
.newsbox li div ins::after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #eb6100;
    left: 0;
    top: 10px;
    opacity: 0;
    transition: all .3s;
}
.newsbox li div ins:hover::after{
    width: 25px;
    opacity: 1;
}
.newsbox li div ins em{
    font-size: 14px;
    color: #eb6100;
}
.news{
    padding: 10px 0 60px 0;
}
.news .dots{
    position: absolute;
    bottom: 0 !important;
    text-align: center;
}
.news .dots span{
    width: 40px;
    height: 6px;
    border-radius: 10px;
    background: #eb6100;
}
.logogroup{
    padding: 100px 0 150px 0;
    margin-top: 100px;
    background: #f5f5f5;
}
.logogroup .d01{
    margin-top: 100px;
}
.logogroup ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: -10px;
}
.logogroup li{
    position: relative;
    width: calc((100% - 7*60px)/8);
    transition: all .3s;
}
.logogroup li::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    background: #fff;
    border-radius: 10px;
    transition: all .3s;
}
.logogroup li:hover::after{
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.logogroup li:hover{
    transform: translateY(-7px);
}
.logogroup li span{
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.logogroup li span img{
    width: 100%;
    height: auto;
}
.footer{
    background: #161b25;
}
.foot01{
    background: #f5f5f5;
}
.module-index-index .foot01{
    background: #fff;
}
.ftservice ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}
.ftservice li {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.ftservice li img {
    width: 65px;
    height: auto;
}
.ftservice li h3{
    font-size: 18px;
    color: #333;
    line-height: 1.2;
}
.fttel {
    display: flex;
    justify-content: center;
    align-items: center;   
    padding: 30px 0;
}
.fttel h3{
    font-size: 45px;
    color: #333;
}
.fttel span{
    display: block;
}
.fttel span a{
    display: block;
    font-size:60px;
    color: #f96300;
    font-family: 'DINCond-Bold';
}
.sid-1050 .fttel span a{
    font-size: 50px;
}
.fttel a.a01 {
    display: block;
    width: 166px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #f96300;
    margin-left: 100px;
    transition: all .3s;
}
.fttel a.a01:hover{
    background: #e45d03;
}
.foot02 .divbox{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.ftnav{
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.ftnav li{
    margin-bottom: 10px;
}
.ftnav li.li01{
    font-size: 18px;
    color: #fff;
}
.ftnav li a{
    display: block;
    color: #b8babd;
    font-size: 14px;
    transition: all .3s;
}
.ftnav li:hover a{
    color: #f96300;
}
.ftlogo{
    text-align: center;
}
.ftlogo img{
    height: 85px;
    width: auto;
}
.ftbox .email {
    color: #fff;
    font-size: 16px;
    margin: 25px 0;
}
.ftbox .email a{
    color: #fff;
}
.ftbox ul{
    display: flex;
    gap: 50px;
    justify-content: center;
}
.ftbox li{
    position: relative;
}
.sid-1048 .zw{
    display: flex;
}
.sid-1048 .yw02{
    display: none;
}
.sid-1050 .zw{
    display: none;
}
.sid-1050 .yw02{
    display: flex;
}
.ftbox li span{
    display: block;
    width: 40px;
}
.ftbox ul.yw02{
    gap: 20px;
}
.ftbox .yw02 li span{
    width: 30px;
}
.ftbox li img{
    width: 100%;
    height: auto;
}
.ftbox li div {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 120px;
    border-radius: 10px;
    margin-left: -60px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.ftbox li:hover div {
    top:-130px;
    visibility: visible;
    opacity: 1;
}
.ftbox li div::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
}
.ftbox li div img{
    border-radius: 10px;
}
.module-index-form-index .layui-btn {
    background-color: #f96300;
    width: 100%;
}
.module-index-form-index .yu-box {
    background-color: #fff;
}
.module-index-form-index .default-site-search{
    padding: 50px 70px;
}
.module-index-form-index .default-site-search h2{
    font-size: 30px !important;
    margin-bottom: 30px;
    color: #f96300;
}
.copy{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
}
.copy .default-copyright {
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: auto;
}
.copy .default-copyright a{
    font-size: 14px;
    color: #999;
    transition: all .3s;
}
.copy .default-copyright a:hover{
    color: #f96300;
}
.kefu {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 100px;
}
.kefu .a01 {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f96300;
    border-radius: 30px 0 0 30px;
    color: #fff;
    padding:10px;
    margin-bottom: 3px;
    transform: translateX(70px);
    transition: all .3s;
}
.kefu .a01 em{
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}
.kefu .a01 em img{
    width: 100%;
    height: auto;
}
.kefu .a01 span {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    font-weight: lighter;
    width: 70px;
    height: 20px;
    white-space: nowrap;
    opacity: 0;
    transition: all .3s;
}
.kefu .a01:hover span{
    opacity: 1;
}
.kefu .a01:hover{
    transform: translateX(0);
}
.top {
    background: #eef0f4;
    box-shadow: 12px 15px 20px -3px rgba(86, 108, 130, .33);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    position: fixed;
    z-index: 3;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    transition: all .3s;
}
.top:hover{
    background: #f96300;
    color: #fff;
}
.popewmbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #000;
    opacity: .5;
    display: none;
}
.popewm{
    position: fixed;
    width: 400px;
    background: #fff;
    border-radius: 20px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    padding: 30px 0;
    display: none;
}
.popewm span {
    display: block;
    width: 300px;
    margin: auto;
}
.popewm span img{
    width: 100%;
    height: auto;
}
.popewm h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    line-height: 1.6;
    margin-top: 20px;
}
.closepop {
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    transition: all .3s;
}
.closepop:hover{
    color: #f96300;
}
.formboxbg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 15;
    left: 0;
    top: 0;
    display: none;
}
.tdy-form-verification-pop{
    z-index: 16;
}
.formbox{
    position: fixed;
    z-index: 16;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    display: none;
}
.formbox span img{
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}
.formbox form{
    padding:30px 50px 10px 50px;
}
.formbox form .layui-form-item {
    margin-bottom: 10px;
}
.formbox form .layui-form-label{
    display: none;
}
.formbox form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.formbox form .layui-input{
}
.formbox form .layui-btn{
    width: 100%;
    border-radius: 30px;
    font-size: 18px;
    background: #f96300;
}
.formbox p{
    text-align: center;
    color: #999;
    font-size: 14px;
}
.closeform {
    position: absolute;
    right: -50px;
    top: 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
/*-------------------list-solutionbox---------------*/
.list-solutionbox{
    padding: 100px 0;
}
.list-solutionbox .tit{
    margin-bottom: 70px;
}
.list-solutionbox ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list-solutionbox li{
    width: calc((100% - 2*30px)/3);
    background: #fffbf9;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 5px 15px 0 rgb(255 109 66 / 10%);
    border-radius: 1.25rem;
    border: 1px solid #ffded9;
    box-sizing: border-box;
    transition: all .3s;
}
.list-solutionbox li a {
    display: block;
}
.list-solutionbox li:hover{
    transform: translateY(-10px);
    box-shadow: 0 5px 25px 0 rgb(255 109 66 / 30%);
}
.list-solutionbox li a h3 {
    font-size: 25px;
    color: #333;
    margin-bottom: 15px;
    background-size: auto 30px !important;
    padding-left: 45px;
}
.sid-1050 .list-solutionbox li a h3{
    font-size: 22px;
}
.list-solutionbox li span{
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.list-solutionbox li img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.list-solutionbox li span:hover img{
    transform: scale(1.08);
}
.list-solutionbox li div {
    margin-top: 30px;
}
.list-solutionbox li div p {
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    margin: 8px 0;
    color: #333;
}
.list-solutionbox li div p::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #ff6800;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.list-solutionbox li ins {
    display: flex;
    width: 120px;
    text-align: center;
    margin-top: 25px;
    align-items: center;
    font-size: 14px;
    color: #eb6100;
    gap: 0 5px;
    transition: all .3s;
    position: relative;
}
.list-solutionbox li ins::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #eb6100;
    left: 0;
    top: 10px;
    opacity: 0;
    transition: all .3s;
}
.list-solutionbox li ins em{
    color: #eb6100;
    font-size: 14px;
    transition: all .3s;
}
.list-solutionbox li ins:hover{
    padding-left: 35px;
}
.list-solutionbox li ins:hover::after{
    width: 25px;
    opacity: 1;
}
.morebox {
    color: #fff;
    background: linear-gradient(270deg, #f0762b, #ef5e17);
    width: 200px;
    margin: auto;
    line-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 50px;
    gap: 10px;
    transition: all .3s;
}
.morebox em{
    color: #fff;
    font-size: 15px;
}
.morebox:hover{
    width: 250px;
    color: #fff;
}
/*------------------list-solution-------------*/
.banner01{
    position: relative;
}
.banner01 img{
    width:100%;
    height: auto;
}
.banner01 .divbox{
    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%);
}
.banner01 .divbox h3 {
    font-size: 35px;
    color: #333;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
.banner01 .divbox h3::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #eb6100;
}
.banner01 .divbox ins{
    display: block;
}
.banner01 .divbox ins p{
    position: relative;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    margin: 8px 0;
}
.banner01 .divbox ins p::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid #ff6800;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.banner01 .divbox a {
    display: block;
    width: 166px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #f96300;
    margin-top:35px;
    transition: all .3s;
}
.banner01 .divbox a:hover{
    background: #e45d03;
}
.list-nav{
    margin-top: 30px;
}
.list-nav ul {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
}
.list-nav ul::after{
    display: none;
}
.list-nav li a img {
    display: block;
    width: 40px;
    height: auto;
}
.list-nav li{
    width: calc((100% - 5*15px)/6);
}
.list-nav li a {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding: 5px 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #fbe7d9;
    line-height: 32px;
    color: #333;
    transition: all .3s;
}
.sid-1050 .list-nav li a{
    line-height: 1.2;
    font-size: 14px;
}
.list-nav li.a a
,.list-nav li:hover a {
    background: #fff4ed;
    color: #f96300;
    border-color: #f96300;
}
.list-solution{
    padding: 80px 0;
}
.nodata{
    background: #fafafa url(/template/index/public/54/54-0146/images/nodata.png) no-repeat center;
    height: 500px;
}
.sid-1050 .nodata{
    background: #fafafa url(/template/index/public/54/54-0146/images/nodata02.png) no-repeat center;
}
.pub{
    text-align: right;
}
.list-solution .ul01{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-solution .ul01 li{
    width: calc((100% - 3*20px)/4);
}
.list-solution .ul01 li a {
    display: block;
    background: #fff;
    border-radius:15px;
    border: 1px solid #fdece9;
    overflow: hidden;
    transition: all .3s;
}
.list-solution .ul01 li:hover a {
    box-shadow: 0 5px 15px 0 rgb(255 109 66 / 20%);
    transform: translateY(-10px);
}
.list-solution .ul01 li span {
    display: block;
    overflow: hidden;
}
.list-solution .ul01 li img{
    width: 100%;
    height: auto;
}
.list-solution .ul01 li div{
    padding: 20px;
}
.list-solution .ul01 li div h3 {
    font-size: 17px;
    height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-solution .ul01 li ins{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #eb6100;
    position: relative;
    transition: all .3s;
    margin-top: 20px;
}
.list-solution .ul01 li ins:hover{
    padding-left: 35px;
}
.list-solution .ul01 li ins::after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #eb6100;
    left: 0;
    top: 10px;
    opacity: 0;
    transition: all .3s;
}
.list-solution .ul01 li ins:hover::after{
    width: 25px;
    opacity: 1;
}
.list-solution .ul01 li ins em{
    font-size: 14px;
    color: #eb6100;
}
/*-------------list-news----------------*/
.n-tit {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}
.n-tit h2{
    font-size: 25px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.n-tit h2::after
,.list-nav02 li a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #eb6100;
}
.list-news01 ul{
    display: flex;
    gap: 50px;
}
.list-news01 ul li{
    width: calc((100% - 2*50px)/3);
}
.list-news01 li a{
    margin: 0;
}
.list-news{
    margin-top: 100px;
}
.list-nav02{
    border-bottom: 2px solid #eee;
    margin-bottom: 50px;
}
.list-nav02 li{
    float: left;
    margin-right: 10px;
}
.list-nav02 li a {
    font-size: 18px;
    color: #333;
    padding: 0 30px 10px 30px;
    position: relative;
    display: block;
}
.list-nav02 li a::after{
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 0;
    transition: all .3s;
}
.list-nav02 li.a a::after
,.list-nav02 li:hover a::after{
    width: 100%;
    opacity: 1;
}
.list-nav02 li.a a
,.list-nav02 li:hover a{
    color: #eb6100;
}
.list-news{
    padding-bottom: 100px;
}
.list-news .ul01 li{
    margin-bottom: 20px;
}
.list-news .ul01 li a {
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
    box-shadow: 0px 13px 36.86px 1.14px rgba(48, 49, 74, 0.04);
    transition: all .3s;
}
.list-news .ul01 li:hover a {
    box-shadow: 0px 13px 36.86px 1.14px rgba(48, 49, 74, 0.15);
    transform: translateY(-3px);
}
.list-news .ul01 li .s01 {
    display: block;
    width: 250px;
    overflow: hidden;
    border-radius: 5px;
}
.list-news .ul01 li .s01 img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.list-news .ul01 li .s01:hover img{
    transform: scale(1.05);
}
.list-news .ul01 li div {
    width: calc(100% - 280px);
}
.list-news .ul01 li div h3 {
    font-size: 22px;
    margin-bottom:10px;
    font-weight: bold;
    color: #333;
    transition: all .3s;
}
.list-news .ul01 li:hover div h3 {
    color: #f96300;
}
.list-news .ul01 li div p {
    font-size: 16px;
    color: #999;
}
.list-news .ul01 li div ins {
    display: flex;
    padding-top: 12px;
    border-top: 1px solid #eee;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.list-news .ul01 li div ins em {
    font-style: normal;
    font-size: 16px;
    color: #999;
    padding-left: 30px;
    background: url(/template/index/public/54/54-0146/images/riqi.png) no-repeat left center;
    background-size: 17px;
    line-height: 25px;
    display: block;
}
.list-news .ul01 li div ins .s02 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
    transition: all .3s;
}
.list-news .ul01 li ins .s02 i {
    -webkit-text-stroke-width: inherit;
    margin-left: 7px;
    font-size: 20px;
    font-weight: lighter;
    transition: all .3s;
}
.list-news .ul01 li div ins .s02:hover {
    color: #f96300;
}
.list-news .ul01 li ins .s02:hover i {
    margin-left: 15px;
    color: #f96300;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pagination li.active span, .pagination li:hover a {
    background: #f96300 !important;
}
/*----------------view-news-------------*/
.view-news{
    padding-top: 50px;
}
.view-news02{
    padding-bottom: 100px;
}
.pox{
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.pox em{
    font-size: 18px;
}
.pox a{
    color: #666;
    transition: all .3s;
}
.pox a:hover{
    color: #f96300;
}
.view-news .word{
    padding: 50px 100px;
    background: #fff;
}
.view-news .word .title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.view-news .word .ww{
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.view-news .word .ww em{
    font-style: normal;
    padding-left: 24px;
    background: url(/template/index/public/54/54-0146/images/riqi.png) no-repeat left center;
    background-size: 17px;
    font-size: 16px;
    color: #333;
    line-height: 27px;
}
.view-news .word .ww a{
    padding: 0px 15px;
    border: 1px solid #f96300;
    border-radius: 30px;
    color: #f96300;
    transition: all .3s;
}
.view-news .word .ww a:hover{
    background: #f96300;
    color: #fff;
}
.fanyebox{
    padding-top: 20px;
}
.fanye{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.fanye p{
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    color: #999;
    max-width: calc(50% - 25px);
    display: flex;
}
.fanye p a{
    transition: all .3s;
    color: #999;
}
.fanye p:hover a{
    color: #f96300;
}
.default-article-content video{
    max-height: 800px;
    width: 100%;
}
.ralated {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 70px;
}
.ralated ul{
    display: flex;
    gap:10px 50px;
    flex-wrap: wrap;
}
.ralated li{
    width: calc(50% - 25px);
}
.ralated li a{
    display: block;
}
.ralated li h3{
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 18px;
    transition: all .3s;
}
.ralated li:hover h3{
    color: #f96300;
    transform: translateX(5px);
}
.ralated li:hover h3::after{
    background: #f96300;
}
.ralated li h3::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #ccc;
    left: 0;
    top: 9px;
    border-radius: 10px;
    transition: all .3s;
}
/*------------list-videpbox---------------*/
.list-videpbox{
    padding: 100px 0;
}
/*---------------list-viddeobox------------------*/
.n-tit a {
    display: flex;
    font-size: 16px;
    color: #f96300;
    align-items: center;
    gap: 0 5px; 
}
.n-tit a em{
    color: #f96300;
    font-size: 14px;
    transition: all .3s;
}
.n-tit a:hover em{
    margin-left: 5px;
}
.l-videobox01 li.li1{
    width: 43%;
    margin-left: 0;
}
.l-videobox01 li {
    width: calc(19% - 20px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.l-videobox01 li a{
    display: block;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 4px 0 rgba(189, 193, 209, .5), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
    transition: all .3s;
}
.l-videobox01 li:hover a{
    transform: translateY(-3px);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.2), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
}
.l-videobox01 li span{
    display: block;
}
.l-videobox01 li img{
    width: 100%;
    height: auto;
}
.l-videobox01 li.li1 div{
    padding: 20px;
}
.l-videobox01 li div{
    padding: 10px;
}
.l-videobox01 li div h3{
    font-size: 14px;
    color: #333;
}
.l-videobox01 li.li1 div h3{
    font-size: 16px;
}
.l-videobox01 li ins{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.l-videobox01 li.li1 ins {
    margin-top: 22px;
}
.l-videobox01 li ins em {
    display: flex;
    gap: 5px;
    font-style: normal;
    align-items: center;
}
.l-videobox01 li ins em i{
    font-size: 12px;
}
.l-videobox02{
    margin-top: 70px;
}
.sid-1050 .l-videobox02{
    display: none;
}
/*-------------------list-video-----------------*/
.list-video{
    padding: 70px 0 100px 0;
}
.poxbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.poxbox .pox{
    margin-bottom: 0;
}
.search{
    display: flex;
}
.search .tdy-search {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.search .tdy-keyword {
    width: 200px;
    line-height: 35px;
    border: none;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.search .tdy-submit {
    width: 70px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    background: #f96300;
    border: 1px solid #f96300;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
}
.list-video .ul01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-video .ul01 li a{
    display: block;
}
.list-video .ul01 li{
    box-sizing: border-box;
    width: calc((100% - 3*20px)/4);
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 4px 0 rgba(189, 193, 209, .5), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
    transition: all .3s;
}
.list-video .ul01 li:hover{
    transform: translateY(-3px);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.2), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
}
.list-video .ul01 li span{
    display: block;
    overflow: hidden;
}
.list-video .ul01 li img{
    width: 100%;
    height: auto;
}
.list-video .ul01 li div{
    padding: 20px;
}
.list-video .ul01 li div h3{
    font-size: 16px;
    overflow: hidden;
    height:48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.list-video .ul01 li ins{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 15px
}
.list-video .ul01 li ins em{
    font-style: normal;
    color: #999;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.list-video .ul01 li ins em i{
    font-size: 12px;
}
/*---------------list-about-------------------*/
.numbox {
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 1;
    margin-top: -65px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.numbox ul {
    display: flex;
    justify-content: space-between;
}
.numbox li {
    width: 25%;
    text-align: center;
}
.numbox li h3 {
    font-size: 60px;
    line-height: 1;
    color: #f96300;
    font-family: DINCond-Bold;
}
@font-face {
    font-family: "DINCond-Bold";
    src: url(/template/index/public/54/54-0146/images/DINCond-Bold.otf); 
}
.numbox li span {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size:16px;
    gap: 10px;
    color: #f96300;
}
.numbox li p {
    font-size: 15px;
    color: #666;
    margin-top:5px;
}
.list-ab01 {
    padding: 150px 0 80px 0;
    background: #f5f5f5;
    margin-top: -68px;
}
.sid-1050 .list-ab01{
    margin-top: -86px;
}
.list-ab01 .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-ab01 span{
    display: block;
    width: 47%;
}
.list-ab01 span img{
    width: 100%;
    height: auto;
}
.list-ab01 .sum{
    width: 47%;
    background: url(/template/index/public/54/54-0146/images/about01.png) no-repeat left center;
}
.list-ab01 .sum h3 {
    font-size: 30px;
    color: #f96300;
    margin-bottom: 30px;
}
.list-ab01 .sum div p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}
.list-ab02{
    padding-top: 100px;
}
.list-ab02 .divbox{
    display: flex;
    justify-content: space-between;
}
.list-ab02 .d01 {
    width: 33%;
    padding-bottom: 70px;
}
.list-ab02 .d01 li{
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    /* box-shadow: 4px 3px 19px 0 rgba(189, 193, 209, .8), inset 1px 1px 16px 0 rgba(233, 234, 242, .5), inset -1px -1px 16px 0 rgba(245, 246, 250, .5); */
    color: #a0a4b8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 10px 20px;
    cursor: pointer;
}
.list-ab02 .d01 li.a{
    background: linear-gradient(270deg, #ffa667, #fb7a01);
    border: 1px solid;
    -o-border-image: linear-gradient(143deg, #e6e7ed, #f7f8fa) 1 1;
    border-image: linear-gradient(143deg, #e6e7ed, #f7f8fa) 1 1;
    box-shadow: 1px 1px 7px 0 #ebecf0, 4px 4px 20px 0 rgba(243, 97, 6, .5), -2px -2px 4px 0 #ffd9bc;
    color: #fff;
}
.list-ab02 .d01 li span{
    display: block;
    font-size: 48px;
}
.list-ab02 .d01 li div {
    width: calc(100% - 120px);
}
.list-ab02 .d01 li div h3 {
    font-size: 20px;
}
.list-ab02 .d01 li div p {
    font-size: 14px;
    margin-top: 5px;
}
.list-ab02 .d02 li ins {
    display: flex;
    gap: 15px;
    margin: 30px 0 20px 0;
}
.list-ab02 .d01 li.a ins{
    color: #fff;
}
.list-ab02 .d02{
    width: 58%;
    position: relative;
}
.list-ab02 .d02 li{
    display: none;
}
.list-ab02 .d02 li.a{
    display: block;
}
.list-ab02 .d02 li h3 {
    font-size: 24px;
    color: #333;
}
.list-ab02 .d02 li ins {
    display: flex;
    gap: 15px;
}
.list-ab02 .d02 li ins em{
    display: block;
    background: #f96300;
    height: 6px;
    width: 6px;
}
.list-ab02 .d02 li div {
    font-size: 16px;
    color: #677081;
    line-height: 3;
}
.list-ab02 .d02 li span{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
}
.list-ab02 .d02 li span img{
    width: 100%;
    height: auto;
}
.list-ab03{
    padding-top:80px;
    background: #f3f5fa;
    background: url(/template/index/public/54/54-0146/images/abbg02.jpg) no-repeat center;
    background-size: cover;
}
.list-ab03 .imgbox{
    width: 1440px;
    margin: auto;
}
.list-ab03 .imgbox img{
    width: 100%;
    height: auto;
}
.list-ab04 {
    padding-top:80px;
    position: relative;
}
.list-ab04 .tit{
    position: absolute;
    width: 100%;
}
.list-ab04 .divbox img{
    width: 100%;
    height: auto;
}
.list-ab04 .divbox .d01 {
    position: absolute;
    bottom: 30%;
    text-align: center;
    width: 100%;
    left: 0;
}
.list-ab04 .divbox .d01 h3 {
    font-size: 28px;
    margin-bottom: 25px;
}
.sid-1050 .list-ab04 .divbox .d01 h3{
    font-size: 16px;
}
.list-ab04 .divbox .d01 h4 {
    font-size: 36px;
}
.list-ab04 .divbox .d02 {
    width: 1100px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -550px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
}
.list-ab04 .divbox .d02 p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.list-ab04 .divbox .d02 p strong {
    font-size: 40px;
    color: #f96300;
    margin: 0 10px;
}
.list-ab04 .divbox .d02 ins {
    font-size: 16px;
    line-height: 2;
}
.list-ab05{
    padding: 80px 0;
    background: #f3f5fa;
    background: url(/template/index/public/54/54-0146/images/abbg01.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.tit p{
    font-size: 16px;
    color: #677081;
    margin-top: 10px;
}
.list-ab05 ul{
    display: flex;
    gap:70px 50px;
    flex-wrap: wrap;
}
.list-ab05 li{
    width: calc((100% - 3*50px)/4);
}
.list-ab05 li .d00{
    box-shadow: 10px 10px 20px 0 rgba(81, 87, 126, .15);
    box-sizing: border-box;
    background: #f1f3fa;
    border-radius: 5px 5px 5px 0;
    position: relative;
    padding: 25px;
}
.list-ab05 li .d00 div{
    min-height:150px;
}
.list-ab05 li .d01{
    margin-bottom: 70px;
}
.list-ab05 li .d00::after{
    background: #f1f3fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: -46px;
    box-shadow: 10px 10px 20px 0 rgba(81, 87, 126, .15);
    content: "";
    height: 46px;
    left: 0;
    position: absolute;
    width: 20px;
}
.list-ab05 li div h3 {
    font-size: 18px;
    color: #eb6100;
    margin-bottom: 20px;
}
.list-ab05 li div p {
    font-size: 16px;
    text-align: justify;
    color: #677081;
    line-height: 1.8;
}
.sid-1050 .list-ab05 li div h3{
    line-height: 1.2;
}
.sid-1050 .list-ab05 li div p{
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}
.list-ab05 li ins {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -40px;
    width: calc(100% + 60px);
    left: 5px;
    z-index: 1;
}
.list-ab05 li ins em{
    display: block;
    background: #ff9c5a;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.list-ab05 li .d00 ins em:first-child
,.list-ab05 li .d00 ins em:nth-child(6){
    background: #fa6401;
    transform: scale(1.5);
}
.list-ab05 li .d02{
    border-radius: 5px 0 5px 5px;
    display: none;
}
.ispc.sid-1050 .list-ab05 li .d02 div{
    min-height: 200px;
}
.list-ab05 li:last-child ins em:nth-child(7)
,.list-ab05 li:last-child ins em:nth-child(8){
    opacity: 0;
}
.list-ab05 li .d00{
    position: relative;
}
.list-ab05 li .d02::after{
    bottom: auto;
    top: -46px;
    left: auto;
    right: 0;
    border-radius: 10px 10px 0 0;
    background: #eaecf4;
}
.list-ab06{
    padding-top: 80px;
    background: url(/template/index/public/54/54-0146/images/ab02.png) no-repeat center bottom;
}
.list-ab06 ul{
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom:150px;
}
.list-ab06 li{
    width: 275px;
    position: relative;
}
.list-ab06 li div{
    position: relative;
    z-index: 1;
    height: 390px;
    background: linear-gradient(153deg, #f1f1f1, #f9f9f9);
    padding: 30px;
    box-sizing: border-box;
}
.list-ab06 li div h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.list-ab06 li div p{
    font-size: 16px;
    margin-top: 15px;
}
.list-ab06 li span{
    display: block;
    margin: auto;
    width: 194px;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -80px;
    transition: all .3s;
}
.list-ab06 li:hover span{
    bottom: -90px;
}
.list-ab06 li span img{
    width: 100%;
    height: auto;
}
.list-ab07{
    padding-top: 80px;
}
.list-ab07 .imgbox{
    text-align: center;
}
.list-ab07 .imgbox img{
    max-width: 100%;
    height: auto;
}
.list-ab08{
    padding: 50px 0 100px 0;
}
.list-ab08 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.list-ab08 li{
    width:calc((100% - 4*25px)/5);
}
.list-ab08 li span {
    display: block;
    box-shadow: 5px 5px 20px 0 rgba(189, 193, 209, .5), -5px -5px 20px 0 #fafcfc;
    transition: all .3s;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
}
.list-ab08 li:hover span {
    transform: translateY(-5px);
}
.list-ab08 li span img{
    width: 90%;
    height: auto;
}
/*----------------list-contact-------------------*/
.list-con01{
    padding-top: 80px;
}
.list-con01 ul{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.list-con01 li{
    width: calc(50% - 25px);
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgba(189, 193, 209, .5), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
}
.list-con01 li span{
    display: block;
}
.list-con01 li img{
    width: 100%;
    height: auto;
}
.list-con01 li div{
    padding: 30px;
    font-size: 16px;
    line-height: 2;
    color: #677081;
}
.list-con01 li div a{
    color: #677081;
}
.list-con02{
    margin-top: 50px;
    padding:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgba(189, 193, 209, .5), -2px -2px 4px 0 rgba(250, 252, 252, .5), inset 1px 1px 9px 0 #e6e7eb;
    margin-bottom: 80px;
}
.list-con02 .d01 {
    width: 35%;
}
.list-con02 .d01 p{
    font-size: 18px;
    margin-bottom: 20px;
    color: #677081;
}
.list-con02 .d01 p a{
    color: #677081;
}
.list-con02 ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sid-1048 .list-con02 ul.zw{
    display: flex;
}
.sid-1048 .list-con02 ul.yw{
    display: none;
}
.sid-1050 .list-con02 ul.zw{
    display: none;
}
.sid-1050 .list-con02 ul.yw{
    display: flex;
}
.sid-1050 .list-con02 ul.yw li span {
    box-shadow: none;
    border-radius: 0;
    width: 100px;
    margin: auto;
}
.list-con02 li{
    width: calc((100% - 2*30px)/3);
}
.list-con02 li span {
    display: block;
    box-shadow: 0 0 10px #dedede;
    border-radius: 12px;
    overflow: hidden;
}
.list-con02 li img{
    width: 100%;
    height: auto;
}
.list-con02 li h3{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.list-con03{
    margin-bottom: 80px;
}
.list-con03 form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     font-size:16px;
}
.list-con03 form .layui-form-item{
    width: 49%;
}
.sid-1050 .list-con03 form .default-form-field_message{
    width: 100%;
}
.list-con03 form .layui-form-item .layui-form-label{
    display: none;
}
.list-con03 form .layui-form-item .layui-input-block{
    margin-left: 0;
    left: 0;
}
.list-con03 form .layui-form-item .layui-input-block .layui-input{
    height: 50px;
    border-radius: 8px;
    background: #F5F7FA;
    border-color: #EBEDF0;
}
.list-con03 form .layui-form-item .layui-input-block .layui-textarea{
    border-radius: 8px;
    background: #F5F7FA;
    border-color: #EBEDF0;
}
.list-con03 form .layui-btn{
    width: 100%;
    background: #f96300;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 10px;
}
/*-----------------view-product--------------------*/
.proban{
    height:auto;
}
.proban .sum{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.proban li img{
    position: initial;
    left: 0;
    transform: translateX(0);
    width: 100%;
}
.proban .sum{
    color: #f96300;
}
.proban .sum.bai{
    color: #fff;
}
.proban .sum h3{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.proban .sum h3 span{
    display: block;
}
.sid-1050 .proban .sum h3{
    font-size: 35px;
}
.proban .sum p {
    font-size:35px;
}
.sid-1048 .proban .sum ins{
    display: none;
}
.proban .sum ins{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.proban .sum.bai ins a{
    background: #fff;
    color: #eb6100;
}
.proban .sum ins a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    background:#eb6100;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}
.proban .sum ins a:hover{
    transform: translateY(-5px);
}
.proban .sum ins a:last-child{
    opacity: .8;
}
.sid-1050 .proban .sum p{
    font-size: 25px;
}
.view-product{
    max-width: 1920px;
    margin: auto;
}
.view-product .default-article-content video{
    max-width: 1250px !important;
}
.view-proimg li img{
    width: 100%;
    height: auto;
}

/*--------------list-privacy--------------------*/
.list-privacy {
    padding: 100px 120px 200px 120px;
    margin: 100px auto;
    background: #fff;
    box-sizing: border-box;
}
.list-privacy h2{
    text-align: center;
    font-size: 36px;
    color: #f96300;
}
.list-privacy .sum{
    margin-top: 50px;
}
.list-privacy .sum p{
    font-size: 16px;
    color: #303133;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
}
.list-privacy .sum .d02{ 
    margin-top: 80px;  
}
.list-privacy .sum p a{
    color:#303133;
    transition: all .3s;
}
.list-privacy .sum p a:hover{
    color: #f96300;
}
/*-------------list-other------------*/
.list-other{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-other .divbox{
    text-align: center;
}
.list-other .divbox h2{
    font-size: 36px;
    color: #f96300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.list-other .divbox h2 span{
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #f96300;
    border-radius: 50%;
    line-height: 40px;
    font-size: 25px;
}
.list-other .divbox p{
    font-size: 25px;
    margin: 50px 0 60px 0;
    color: #606266;
}
.list-other .divbox a{
    display: block;
    width: 200px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    margin: auto;
    border: 1px solid #f96300;
    color: #f96300;
    transition: all .3s;
}
.list-other .divbox a:hover{
    background: #f96300;
    color: #fff;
}

@media screen and (max-width:1700px){
    .menu{
        padding-right:50px;
    }
    .sid-1050 .menu{
        padding-right:80px;
    }
}
@media screen and (max-width:1600px){
    .wp {
        width: 1200px;
    }
    .menu li a {
        padding: 30px 20px;
    } 
    .list-solutionbox li div p{
        font-size: 13px;
        padding-left: 15px;
    }
    .list-solutionbox li div p::after {
        width: 4px;
        height: 4px;
    }
    .l-videobox01 li{
        margin-bottom: 18px;
    }
}
@media screen and (max-width:1500px){
    .menu{
        padding-right:100px;
    }
    .sid-1050 .menu{
        padding-right:150px;
    }
}
@media screen and (max-width:1440px){ 
    .list-ab03 .imgbox {
        width: 1200px;
    }
    .menu li a {
        padding: 30px 15px;
    }
    .banner .dots{
        width: 1200px !important;
    }
}
@media screen and (max-width:1400px){
    .menu{
        padding-right:150px;
    }
}
@media screen and (max-width:1360px){
    .header .wp{
        max-width: calc(100% - 100px);
    }
    .menu li a {
        padding: 30px 12px;
    }
    .sid-1050 .menu li a {
        padding: 30px 9px;
    }
    .sid-1050 .menu {
        padding-right: 200px;
    }
}
@media screen and (max-width:1200px){
    .header .wp {
        max-width: calc(100% - 50px);
    }
    .sid-1050 .menu li a {
        padding: 30px 6px;
    }
    .header .head-l {
        gap: 0 10px;
    }
    .menu li a {
        padding: 30px 8px;
        font-size: 14px;
    }
    .topcon {
        right: 10px;
        gap: 0 10px;
    }
    .toptel p {
        font-size: 16px;
    }
}
/*--
@media screen and (max-width:1366px){ 
    .wp{
        width: 1000px;
    }
    .banner .dots{
        bottom: 75px !important;
        width: 1000px !important;
    }
    .banner .banword h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner .banword p {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .xiaoyi li div {
        padding: 30px;
        font-size: 16px;
        line-height: 2;
    }
    .xiaoyi li h3 {
        line-height: 75px;
        padding-left: 30px;
        font-size: 20px;
    }
    .fuwubox .d01 li .div02 {
        padding: 37px 40px 36px 40px;
        font-size: 16px;
        line-height: 2;
    }
    .fuwubox .d01 li a {
        font-size: 16px;
        margin-block-start: 0;
    }
    .fuwubox .d01 li .div01{
        padding: 30px;
    }
    .fuwubox .d01 li .div01 span img {
        width: 100%;
        height: auto;
    }
    .fuwubox .d01 li .div01 p {
        position: relative;
        z-index: 1;
    }
    .fuwubox .d01 li .div01 span {
        width: 160px;
    }
    .fuwubox .d02 li {
        width: calc((100% - 2* 16px) / 3);
        padding: 20px 30px;
    }
    .fuwubox .d02 div {
        font-size: 15px;
        line-height: 1.8;
    }
    .solution .d01 li {
        padding: 14px 10px 14px 0;
    }
    .solution .d02 li .point p {
        font-size: 16px;
    }
    .solution .d02 li .sum {
        font-size: 16px;
    }
    .solution .d02 li h3 {
        font-size: 27px;
    }
    .solution .d01 li span {
        width: 50px;
    }
    .solution .d02 li .div01 {
        padding: 62px 50px 60px 70px;
    }
    .youshi li .div01 p {
        font-size: 15px;
    }
    .youshi li {
        padding-left: 30px;
    }
    .youshi .d01 {
        width: 220px;
    }
    .youshi ul {
        width: calc(100% - 220px);
    }
    .newsbox {
        margin-top: 80px;
    }
    .tit h2 {
        font-size: 35px;
    }
    .tit {
        margin-bottom: 30px;
    }
    .newsbox li div {
        padding: 20px;
    }
    .newsbox li div h3 {
        font-size: 17px;
        margin-bottom: 13px;
    }
    .logogroup {
        padding: 80px 0 120px 0;
        margin-top: 80px;
    }
    .ftservice li img {
        width: 55px;
    }
    .ftservice li h3 {
        font-size: 16px;
    }
    .fttel span a {
        font-size: 50px;
    }
    .fttel h3 {
        font-size: 30px;
    }
    .fttel a.a01 {
        width: 150px;
        line-height: 42px;
        font-size: 16px;
        margin-left: 70px;
    }
    .ftnav {
        width: 65%;
    }
    .ftbox .email {
        font-size: 14px;
        margin: 15px 0;
    }
    .ftlogo img {
        height: 75px;
    }
    .ftnav li {
        margin-bottom: 7px;
    }
    .ftnav li a {
        font-size: 13px;
    }
    .proban .sum h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .proban .sum p {
        font-size: 25px;
    }
    .list-solutionbox {
        padding: 80px 0;
    }
    .list-solutionbox li a {
        padding: 15px 20px 20px 20px;
    }
    .list-solutionbox li div {
        margin-top: 20px;
    }
    .list-solutionbox li ins {
        margin-top: 14px;
    }
    .list-solutionbox li a h3 {
        font-size: 22px;
        background-size: auto 25px !important;
        padding-left: 35px;
    }
    .banner01 .divbox h3 {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .banner01 .divbox ins p {
        font-size: 14px;
        padding-left: 20px;
    }
    .banner01 .divbox ins p::after {
        width: 5px;
        height: 5px;
        border: 2px solid #ff6800;
    }
    .banner01 .divbox a {
        width: 140px;
        line-height: 42px;
        font-size: 15px;
        margin-top: 20px;
    }
    .list-nav li a {
        gap: 0 13px;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 30px;
    }
    .list-nav li a img {
        width: 35px;
    }
    .list-solution .ul01 li div h3 {
        font-size: 15px;
        height: 45px;
    }
    .view-news .word .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .pox {
        font-size: 14px;
    }
    .fanye p {
        font-size: 14px;
    }
    .l-videobox01 li ins {
        font-size: 13px;
        margin-top: 8px;
    }
    .numbox li h3 {
        font-size: 50px;
    }
    .numbox li span {
        font-size: 14px;
    }
    .numbox li p {
        font-size: 14px;
    }
    .list-ab01 .sum div p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .list-ab02 .d01 {
        padding-bottom: 30px;
    }
    .list-ab02 .d01 li span {
        font-size: 45px;
    }
    .list-ab02 .d01 li div {
        width: calc(100% - 110px);
    }
    .list-ab02 .d02 li div {
        font-size: 16px;
    }
    .list-ab02 .d02 li span {
        width: 350px;
    }
    .list-ab04 .divbox .d01 h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .list-ab04 .divbox .d01 h4 {
        font-size: 30px;
    }
    .list-ab04 .divbox .d01 {
        bottom: 35%;
    }
    .list-ab05 li {
        width: calc((100% - 3* 50px) / 4);
    }
    .list-ab05 ul {
        gap: 70px 50px;
    }
    .list-ab05 li div p {
        font-size: 13px;
    }
    .list-ab06 {
        padding-bottom: 140px;
    }
    .list-ab06 li div p {
        font-size: 15px;
    }
    .list-ab06 li span {
        width: 165px;
        bottom: -65px;
    }
    .list-ab06 ul{
        padding: 0;
    }
    .list-ab06 li div {
        height: 370px;
    }
    .list-con01 li div {
        padding: 25px;
        font-size: 15px;
    }
    .list-con02 li h3 {
        font-size: 14px;
    }
    .list-con02 .d01 p {
        font-size: 16px;
    }
    .ftbox li span {
        width: 35px;
    }
    .list-news .ul01 li div h3 {
        font-size: 20px;
    }
    .list-news .ul01 li div p {
        font-size: 14px;
    }
    .list-news .ul01 li div ins em {
        font-size: 14px;
        padding-left: 24px;
        background-size: 15px;
    }
    .list-news .ul01 li div ins .s02 {
        font-size: 14px;
    }
    .list-video .ul01 li div h3 {
        font-size: 14px;
        height: 45px;
    }
}
--*/
@media screen and (max-width:1024px){ 
    .wp1400,.wp {
        width: auto !important;
        min-width: auto !important;
    }
    .banner{
        height:auto;
    }
    .banner li img
    ,.banner01 img{
        width: 100%;
        position: inherit;
    }
    .proban{
        height: auto;
    }
    .banner01{
        height: auto;
    }
    .menuheight{
        height:55px;
    }
    .mbhead {
        padding:0 10px;
        background: #fff;
        position: fixed;
        line-height: 55px;
        height: 55px;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
    }
    .mbhead .a01{
        position: absolute;
        right: 55px;
        font-size: 12px;
        color: #999;
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height:40px;
    }
    body.nav-on {
        overflow: inherit;
    }
    .nav-click {
        color: #333;
        font-size: 25px;
        margin-top: -14px;
        right: 3px;
        text-align: center;
        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: #eb6100;
        font-size: 12px;
        color: #fff;
    }
    .mbmenu {
        position: fixed;
        width: 50%;
        background: #fff;
        height: 100%;
        top: 0;
        right:-100%;
        z-index:1000000;
        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;
    }
    .banner .banword{
        width: 90% !important;
        top: 27%;
    }
    .banner .banword h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .banner .banword p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .banner .banword .banmore{
        gap:0;
    }
    .banner .banword .banmore a {
        padding: 1px 10px;
        font-size: 14px;
        margin-right: 10px;
    }
    .notice {
        width: 94%;
        margin-top: -35px;
    }
    .notice li span {
        width: 130px;
    }
    .notice li div {
        width: calc(100% - 140px);
        padding-right:10px;
    }
    .notice li div p{
        display: none;
    }
    .notice li div h3 {
        font-size: 14px;
        font-weight: normal;
        white-space: normal;
    }
    .notice li ins {
       display: none;
    }
    .n-prev, .n-next {
        right: 35px;
        bottom: 6px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .n-next {
        right: 11px;
    }
    .servicebox {
        padding-top: 40px;
    }
    .tit {
        margin-bottom: 25px;
    }
    .tit h2 {
        font-size: 20px;
    }
    .servicebox li {
        margin-bottom: 20px;
        border-radius: 15px;
        flex-wrap: wrap;
    }
    .servicebox li span {
        width: 100%;
    }
    .servicebox li div {
        width: 100%;
        padding: 20px;
    }
    .servicebox li span ins {
        left: 30px;
    }
    .servicebox li span ins h3 {
        font-size: 22px;
    }
    .servicebox li span ins p {
        font-size: 16px;
    }
    .servicebox li span ins a {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
        gap: 5px;
        margin-top: 15px;
    }
    .servicebox li div .p01 {
        font-size: 14px;
    }
    .servicebox li div ins p {
        font-size: 14px;
    }
    .servicebox li span img {
        border-radius: 15px;
    }
    .solution {
        margin-top: 50px;
    }
    .solution .divbox {
        flex-wrap: wrap;
        padding: 0 !important;
        margin: 0 10px;
    }
    .solution .d01 {
        width: 100%;
        border-right:none;
    }
    .solution .d01 ul{
        display: flex;
        flex-wrap: wrap;
    }
    .solution .d01 li {
        box-sizing: border-box;
        padding:5px 10px;
        gap: 20px;
        width: 50%;
        border-right: 1px solid #f1f1f1;
    }
    .solution .d01 li:last-child {
        border-bottom: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    }
    .solution .d02 {
        width: 100%;
        box-sizing: border-box;
    }
    .solution .d01 li span {
        width: 50px;
    }
    .solution .d01 li h3
    ,.sid-1050 .solution .d01 li h3 {
        font-size: 15px;
    }
    .solution .d01 li ins {
        width: 50px;
    }
    .solution .d01 li.a ins.ins02 {
        right: 10px;
        width: 36px;
    }
    .solution .d02 li .div01{
        padding: 20px;
    }
    .solution .d02 li h3 {
        font-size: 20px;
        margin-bottom: 5px;
        color: #333;
    }
    .solution .d02 li .sum {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .solution .d02 li .point {
        margin-top: 20px;
    }
    .solution .d02 li .point p {
        font-size: 14px;
        margin: 5px 0;
    }
    .solution .d03 {
        width: 180px;
        right: 10px;
        bottom: 70px;
    }
    .solution .d02 li a.a01 {
        width: 100px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 28px;
    }
    .solution .d02 li a.a01 em {
        font-size: 12px;
        margin-left: 5px;
    }
    .solution .d02 li h3::after {
        width: 50px;
        height: 2px;
    }
    .newsbox {
        margin-top: 50px;
    }
    .newsbox li div {
        padding: 15px;
    }
    .newsbox li div h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .newsbox li div p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .newsbox li div ins {
        font-size: 13px;
    }
    .newsbox li div ins em {
        font-size: 12px;
    }
    .news .dots span {
        width: 28px;
        height: 4px;
    }
    .logogroup {
        padding: 50px 10px;
        margin-top: 50px;
    }
    .logogroup ul {
        gap: 0;
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: left;
    }
    .logogroup .d01 {
        margin-top: 0;
    }
    .logogroup li {
        width: calc((100% - 3* 10px) / 4);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .logogroup li:nth-child(4n){
        margin-right: 0;
    }
    .logogroup li::after{
        display: none;
    }
    .logogroup li span {
        padding: 10px;
        background: #fff;
        border-radius: 10px;
    }
    .ftservice ul {
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .ftservice li {
        gap: 5px;
        width: 50%;
    }
    .ftservice li img {
        width: 45px;
    }
    .ftservice li h3 {
        font-size: 14px;
    }
    .sid-1050 .ftservice li h3{
        font-size: 12px;
    }
    .fttel {
        justify-content: space-between;
        padding: 15px 0;
    }
    .fttel a.a01 {
        width: 80px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 10px;
    }
    .fttel span {
        width: calc(100% - 180px);
    }
    .fttel span a {
        font-size: 25px;
    }
    .sid-1050 .fttel span a{
        font-size: 20px;
    }
    .fttel h3 {
        font-size: 14px;
    }
    .foot02 .divbox {
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .ftnav {
        width: 100%;
        flex-wrap: wrap;
    }
    .ftnav .ul01{
        width: 100%;
    }
    .ftnav .ul01 h3 {
        font-size: 15px;
        color: #999;
        border-bottom: 1px solid #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .ftnav .ul01 h3 em{
        display: block;
        font-size: 14px;
    }
    .ftnav .ul01 h3.a em{
        transform: rotate(180deg);
    }
    .ftnav .ul01 ul{
        padding:10px 15px;
        background: rgba(255,255,255,0.07);
        display: none;
    }
    .ftnav li {
        margin-bottom: 0;
        line-height: 2;
    }
    .ftbox{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .ftbox ul {
        justify-content: center;
    }
    .ftlogo img {
        height: 70px;
    }
    .ftbox .email {
        font-size: 14px;
        margin: 20px 0;
    }
    .ftbox li span {
        width: 30px;
    }
    .copy {
        padding: 10px;
        overflow: hidden;
    }
    .copy .default-copyright {
        font-size: 12px;
        width: 100%;
    }
    .copy .default-copyright span{
        display: block;
    }
    .copy .default-copyright a {
        font-size: 12px;
    }
    .kefu span{
        display: none;
    }
    .kefu a {
        padding: 0;
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    .kefu {
        bottom: 35px;
    }
    .s-prev, .s-next {
        left: -17px;
        bottom: 17px;
        width: 15px;
        font-size: 12px;
    }
    .s-next {
        left: auto;
        right: -17px;
    }
    .numbox {
        padding: 0;
        border-radius: 10px;
        margin: 20px 10px;
        box-shadow: none;
    }
    .numbox ul {
        flex-wrap: wrap;
        gap: 0;
    }
    .numbox ul li{
        margin: 10px 0;
    }
    .numbox li h3 {
        font-size: 30px;
    }
    .numbox li span {
        font-size: 19px;
        gap: 5px;
    }
    .sid-1050 .numbox li span{
        font-size: 14px;
    }
    .numbox li:last-child span {
        font-size: 11px;
    }
    .numbox li {
        width: 50%;
    }
    .numbox li p {
        font-size: 12px;
    }
    .list-ab01 {
        padding: 40px 10px;
        margin-top: 0;
    }
    .list-ab01 .divbox
    ,.list-ab02 .divbox {
        flex-wrap: wrap;
    }
    .list-ab01 span {
        width: 100%;
    }
    .list-ab01 .sum {
        width: 100%;
        margin-top: 20px;
    }
    .list-ab01 .sum h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-ab01 .sum div p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .list-ab02 {
        padding-top: 50px;
    }
    .list-ab02 .d01 {
        width: 100%;
        padding-bottom:0px;
    }
    .list-ab02 .d01 ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .list-ab02 .d01 li{
        width: calc(50% - 8px);
        box-sizing: border-box;
        margin-bottom: 16px;
        margin-right: 16px;
    }
    .list-ab02 .d01 li:nth-child(2n){
        margin-right: 0;
    }
    .list-ab02 .d01 li div p {
        display: none;
    }
    .list-ab02 .d01 li span {
        font-size: 25px;
    }
    .list-ab02 .d01 li div h3 {
        font-size: 16px;
    }
    .list-ab02 .d01 li div {
        width: calc(100% - 80px);
    }
    .list-ab02 .d01 li ins {
        font-size: 13px;
    }
    .list-ab02 .d02 {
        width: 100%;
        padding: 20px;
        background: #f5f5f5;
        border-radius: 20px;
        margin-top: 20px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .list-ab02 .d02 li span {
        width: 200px;
    }
    .list-ab02 .d02 li div {
        font-size: 14px;
        line-height: 2;
        position: relative;
        z-index: 1;
    }
    .list-ab02 .d02 li ins {
        margin: 15px 0;
    }
    .list-ab03 {
        padding-top: 50px;
        margin-top: 50px;
    }
    .list-ab03 .imgbox {
        width: 96%;
    }
    .list-ab04{
        padding:50px 0;
    }
    .list-ab04 .divbox .d01 h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .list-ab04 .divbox .d01 h4 {
        font-size: 16px;
    }
    .list-ab04 .divbox .d02 p {
        font-size: 13px;
    }
    .list-ab04 .divbox .d02 p strong {
        font-size: 22px;
        margin: 0 3px;
    }
    .list-ab04 .divbox .d02 ins {
        font-size: 12px;
        line-height: 1.3;
    }
    .list-ab04 .divbox .d02 {
        width: 100%;
        padding: 10px;
        border-radius: 14px;
        margin: auto;
        position: inherit;
    }
    .list-ab04 .divbox .d01 {
        bottom: 48%;
    }
    .list-ab05 {
        padding: 50px 0;
    }
    .list-ab05 li {
        width:100%;
    }
    .list-ab05 ul {
        gap: 14px;
    }
    .list-ab05 li .d00{
        box-shadow: 5px 5px 10px 0 rgba(81, 87, 126, .10);
        padding: 15px;
        min-height: auto;
    }
    .list-ab05 li .d00::after
    ,.list-ab05 li ins{
        display: none;
    }
    .list-ab05 li .d01 {
        margin-bottom: 15px;
    }
    .list-ab05 li div h3 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .list-ab05 li div p {
        font-size: 13px;
        line-height: 1.6;
        min-height: auto;
    }
    .list-ab06 {
        padding-top: 50px;
    }
    .list-ab06 ul {
        padding: 0;
        gap: 0;
        flex-wrap: wrap;
    }
    .list-ab06 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-ab06 li div {
        min-height: 150px;
        padding: 20px;
        height: auto;
    }
    .list-ab06 li div h3 {
        font-size:20px;
    }
    .list-ab06 li div p {
        font-size: 14px;
        margin-top:5px;
    }
    .list-ab06 li span {
        width: 80px;
        margin-left: 0;
        bottom: 20px;
        right: 20px;
    }
    .list-ab06 li::after, .list-ab06 li::before{
        display: none;
    }
    .list-ab07 {
        padding-top: 50px;
    }
    .tit p {
        font-size: 12px;
    }
    .list-ab08 {
        padding: 50px 0;
    }
    .list-ab08 ul {
        gap: 0;
    }
    .list-ab08 li {
        width: calc((100% - 2* 10px) / 3);
        margin-right: 10px;
    }
    .list-ab08 li:nth-child(3n){
        margin-right: 0;
        margin-bottom: 10px;
    }
    .list-ab08 li span {
        box-shadow: 0 2px 10px 0 rgba(189, 193, 209, .5), -5px -5px 20px 0 #fafcfc;
    }
    .list-solutionbox {
        padding: 50px 0;
    }
    .list-solutionbox ul{
        gap: 0;
    }
    .list-solutionbox li {
        width: 100%;
        margin-bottom: 30px;
    }
    .list-solutionbox .tit {
        margin-bottom: 30px;
    }
    .list-solutionbox li a h3 {
        font-size: 18px;
        margin-bottom: 10px;
        background-size: auto 23px !important;
        padding-left: 34px;
        font-weight: bold;
    }
    .list-solutionbox li div {
        margin-top: 20px;
    }
    .list-solutionbox li ins {
        margin-top: 18px;
        font-size: 14px;
    }
    .morebox {
        width: 150px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 25px;
    }
    .morebox em {
        font-size: 12px;
    }
    .list-nav ul {
        gap: 10px;
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .list-nav li {
        width: calc((100% - 2* 10px) / 3);
    }
    .list-nav li a {
        gap: 0 5px;
        padding:2px 5px;
        font-size: 14px;
        line-height: 32px;
    }
    .list-nav li a img {
        width: 28px;
    }
    .banner01 .divbox {
        width: 90%;
    }
    .banner01 .divbox h3 {
        font-size: 23px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .banner01 .divbox h3::after {
        width: 50px;
        height: 2px;
    }
    .banner01 .divbox ins p {
        font-size: 13px;
        padding-left: 16px;
        margin: 7px 0;
    }
    .sid-1050 .banner01 .divbox ins p{
        font-size: 12px;
    }
    .banner01 .divbox ins p::after {
        width: 5px;
        height: 5px;
        border: 2px solid #ff6800;
    }
    .banner01 .divbox a {
        width: 100px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 20px;
    }
    .list-nav {
        margin-top: 20px;
    }
    .list-solution .ul01 {
        gap:20px 10px;
    }
    .list-solution .ul01 li {
        width: calc(50% - 5px);
    }
    .list-solution {
        padding: 30px 0;
    }
    .list-solution .ul01 li div {
        padding: 10px;
    }
    .list-solution .ul01 li div h3 {
        font-size: 13px;
        height: 40px;
    }
    .list-solution .ul01 li ins {
        margin-top: 10px;
    }
    .view-news {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .pox {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .view-news .word {
        padding: 20px 15px;
    }
    .view-news .word .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sid-1050 .view-news .word .title{
        line-height: 1.2;
    }
    .view-news .word .ww {
        padding-bottom: 20px;
        font-size: 12px;
        margin-bottom: 20px;
        gap: 15px;
    }
    .view-news .word .ww em {
        padding-left: 20px;
        background-size: 14px;
        font-size: 12px;
        line-height: 20px;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .fanye{
        flex-wrap: wrap;
        gap: 0;
    }
    .fanye p {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }
    .fanye p a {
        width: calc(100% - 70px);
    }
    .list-videpbox {
        padding: 30px 0;
    }
    .n-tit h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .n-tit a {
        font-size: 14px;
    }
    .n-tit {
        margin-bottom: 20px;
    }
    .l-videobox01 li.li1 {
        width: 100%;
    }
    .l-videobox01 li {
        width: calc(50% - 5px);
        margin-left: 0;
        margin-bottom: 0;
    }
    .l-videobox01 ul {
        flex-wrap: wrap;
        display: flex;
        gap: 15px 10px;
    }
    .l-videobox02 {
        margin-top: 30px;
    }
    .search {
        margin-top: 10px;
    }
    .list-con01 {
        padding-top: 50px;
    }
    .list-con01 ul{
        flex-wrap: wrap;
        gap: 0;
    }
    .list-con01 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .list-con01 li div {
        padding: 15px;
        font-size: 14px;
    }
    .list-con02 {
        padding: 30px;
        margin: 30px 10px;
        flex-wrap: wrap;
    }
    .list-con02 .d01 {
        width: 100%;
    }
    .list-con02 ul {
        width: 100%;
        gap: 10px;
        margin-top: 20px;
    }
    .list-con02 .d01 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .list-con02 li h3 {
        font-size: 10px;
    }
    .list-con02 li span {
        border-radius: 7px;
    }
    .list-nav02 li a {
        font-size: 14px;
        padding: 0 10px 5px 10px;
    }
    .list-news {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .list-nav02 {
        margin-bottom: 20px;
    }
    .list-news .ul01 li a {
        padding: 10px;
        box-shadow: 0px 4px 15px 1.14px rgba(48, 49, 74, 0.05);
    }
    .list-news .ul01 li .s01 {
        width: 130px;
    }
    .list-news .ul01 li div {
        width: calc(100% - 145px);
    }
    .list-news .ul01 li div h3 {
        font-size: 14px;
        margin-bottom: 10px;
        white-space: normal;
    }
    .list-news .ul01 li div p{
        display: none;
    }
    .list-news .ul01 li div ins {
        padding-top: 4px;
        margin-top: 10px;
    }
    .list-news .ul01 li div ins em {
        font-size: 12px;
        padding-left: 17px;
        background-size: 13px;
        line-height: 20px;
    }
    .list-news .ul01 li div ins .s02 {
        font-size: 12px;
    }
    .list-news .ul01 li ins .s02 i {
        margin-left: 5px;
        font-size: 12px;
    }
    .list-news .ul01 li {
        margin-bottom: 15px;
    }
    .popewm{
        width: 80%;
        padding: 20px 0;
    }
    .popewm span{
        width: 80%;
    }
    .popewm h3 {
        font-size: 18px;
    }
    .poxbox{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .poxbox .pox,.search{
        width: 100%;
    }
    .list-video {
        padding: 20px 0 50px 0;
    }
    .list-video .ul01 {
        gap: 0;
    }
    .list-video .ul01 li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .list-video .ul01 li:nth-child(2n){
        margin-right: 0;
    }
    .list-video .ul01 li div {
        padding: 10px;
    }
    .list-video .ul01 li div h3 {
        font-size: 13px;
        height: 39px;
    }
    .list-video .ul01 li ins {
        font-size: 12px;
        margin-top: 10px;
    }
    .list-video .ul01 li ins em i {
        font-size: 10px;
    }
    .ralated {
        padding: 14px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .ralated ul {
        gap: 10px 0;
    }
    .ralated li {
        width: 100%;
    }
    .ralated li h3 {
        width: calc(100% - 70px);
        font-size: 14px;
        padding-left: 12px;
    }
    .ralated li span{
        font-size: 13px;
    }
    .view-news{
        padding-bottom: 0;
    }
    .view-news02{
        padding-bottom: 30px;
        position: relative;
        z-index: 1;
    }
    .proban .sum {
        width: 90% !important;
    }
    .proban .sum h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .proban .sum p {
        font-size: 14px;
    }
    .view-product .default-article-content video{
        max-width: 100% !important;
    }
    .ntit {
        margin-bottom: 25px;
    }
    .ntit h2 {
        font-size: 20px;
    }
    .ntit p {
        font-size: 14px;
        margin-top: 5px;
    }
    .xiaoyi {
        padding-top: 50px;
    }
    .xiaoyi ul {
        gap: 0;
        flex-wrap: wrap;
    }
    .xiaoyi li:first-child{
        margin-right: 10px;
    }
    .xiaoyi li {
        flex: none;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .xiaoyi li:last-child{
        width: 100%;
    }
    .xiaoyi li h3 {
        line-height: 50px;
        padding-left: 25px;
        font-size: 17px;
    }
    .xiaoyi li div {
        padding: 15px 25px;
        font-size: 14px;
        line-height:1.8;
        position: relative;
        z-index: 1;
    }
    .sid-1050 .xiaoyi li div {
        font-size: 12px;
    }
    .xiaoyi li ins {
        width: 80px;
        height: 100px;
        background-size: 100%;
    }
    .fuwubox {
        margin-block-start: 50px;
        padding-block-end: 50px;
    }
    .fuwubox .d01 ul {
        gap: 0;
        flex-wrap: wrap;
    }
    .fuwubox .d01 li {
        flex: none;
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .fuwubox .d01 li .div01 {
        padding: 15px;
    }
    .fuwubox .d01 li .div01 span {
        right: 0;
        width: 80px;
    }
    .fuwubox .d01 li .div01 span img{
        width: 100%;
        height: auto;
    }
    .fuwubox .d01 li .div01 h3 {
        font-size: 18px;
    }
    .fuwubox .d01 li .div01 p {
        font-size: 14px;
        margin-block-start: 0;
    }
    .sid-1050 .fuwubox .d01 li .div01 p{
        width: 100%;
    }
    .sid-1050 .fuwubox .d01 li .div02 {
        font-size: 14px;
    }
    .fuwubox .d01 li .div02 {
        padding: 15px;
        font-size: 14px;
        line-height: 1.8;
        padding-top: 9px;
    }
    .tabtit {
        margin-bottom: 15px;
        padding-block-start: 30px;
    }
    .fuwubox .d01 li a {
        margin-inline-start: 15px;
        font-size: 14px;;
        margin-block-start: 0;
        gap: 1px;
    }
    .fuwubox .d01 li a em{
        font-size: 12px;
    }
    .tabtit span h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .fuwubox .ntit {
        padding:20px 0;
    }
    .fuwubox .d02 ul {
        gap: 0;
    }
    .fuwubox .d02 li {
        width: calc(50% - 5px);
        padding: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .fuwubox .d02 li:nth-child(2n){
        margin-right: 0;
    }
    .fuwubox .d02 li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sid-1050 .fuwubox .d02 li h3{
        font-size: 16px;
        line-height: 1.2;
    }
    .fuwubox .d02 div {
        font-size: 14px;
        line-height: 1.8;
        position: relative;
        z-index: 1;
    }
    .sid-1050 .fuwubox .d02 div {
        font-size: 12px;
    }
    .fuwubox .d02 span {
        width: 80px;
        bottom: 10px;
    }
    .fuwubox .d02 span img{
        width: 100%;
        height: auto;
    }
    .youshi {
        margin-block-start: 50px;
    }
    .youshi .d01{
        display: none;
    }
    .youshi ul {
        width: 100%;
    }
    .youshi li {
        width: 50%;
        padding: 15px;
    }
    .youshi li .div01 p {
        font-size: 14px;
    }
    .sid-1050 .youshi li .div01 p {
        font-size: 12px;
    }
    .youshi li .div01 div h3 {
        font-size: 30px;
    }
    .youshi li .div01 div i {
        font-size: 18px;
        font-style: normal;
    }
    .youshi li .div01 div {
        align-items: baseline;
    }
    .youshi li .div01 div em {
        font-size: 13px;
        transform: translateY(0px);
    }
    .youshi li.li5, .youshi li.li6{
        border-bottom: 1px solid #e4e7ec;
    }
    .youshi li.li2, .youshi li.li4
    ,.youshi li.li6, .youshi li.li8{
        border-right: none;
    }
    .list-ab06 {
        padding-bottom: 0;
    }
    .formbox {
        width: 90%;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .formbox form {
        padding: 20px 20px 10px 20px;
    }
    .formbox p {
        font-size: 12px;
    }
    .closeform {
        right: 0;
        top: -45px;
    }
    .sid-1050 .proban .sum h3 {
        font-size: 17px;
    }
    .sid-1050 .proban .sum p {
        font-size: 12px;
    }
    .sid-1050 .list-ab04 .divbox .d01 h3 {
        font-size: 11px;
    }
    .sid-1050 .notice li div h3{
        font-size: 12px;
    }
    .ismobile .default-site-search{
        padding: 0 !important;
        margin-top: 50px !important;
        box-shadow:none !important;
    }
    .module-index-form-index .default-site-search h2 {
        font-size: 20px !important;
    }
    .module-index-form-index form{
        font-size: 14px;
    }
    .proban .sum ins a {
        padding: 2px 10px;
        font-size: 12px;
    }
    .proban .sum ins {
        gap: 10px;
        margin-top: 10px;
    }
    .sid-1050 .list-con02 ul.yw li span{
        width: auto;
    }
    .list-con02{
        margin-top: 0;
    }
    .list-con03 form {
        font-size: 14px;
    }
    .list-con03 form .layui-form-item .layui-input-block .layui-input{
        height: 42px;
    }
    .list-con03 form .layui-btn{
        font-size: 16px;
        height: 42px;
        line-height: 42px;
    }
    .list-con03 {
        margin-bottom: 50px;
    }
    .list-privacy {
        padding:45px 15px !important;
        margin: 50px 15px;
        margin-top: 30px;
    }
    .list-privacy h2 {
        font-size: 23px;
    }
    .list-privacy .sum {
        margin-top: 25px;
    }
    .list-privacy .sum p {
        font-size: 14px;
        margin-bottom:20px;
        line-height: 1.6;
    }
    .list-privacy .sum .d02 {
        margin-top: 0;
    }
    .list-other .divbox h2 {
        font-size: 28px;
    }
    .list-other .divbox h2 span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 19px;
    }
    .list-other .divbox p {
        font-size: 20px;
    }
    .list-other .divbox a {
        width: 150px;
        line-height: 40px;
        font-size: 17px;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
