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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
/*全局手机样式*/
html,body,header,footer{ max-width:1023px;}
html{ 
	position:relative; 
	/*
	background:url(url());
	*/
}
img{ max-width:100%;}
body{
	position: absolute; 
	left:0; 
	top:0;
	width:100%;
	font-size:1em;
	line-height:1.5;
	color:#666;
}
h1,h2,h3,h4{ font-weight:400;}

body .w1188,body .wp{
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }

header,footer{
	position:fixed;
	z-index:10;
	width:100%;
	line-height:1;
	
}
header{
	height:50px;
	top:0; 
	left:0; 
	
}
header .bg{
	height:100%;
	background-color:#333;
	opacity:0.8;
}
header .mobile-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:none;
}
footer .fcontact{
	position:relative;
}
footer .fcontact .bg{
	height:32px;
	background-color:#333; 
	opacity:0.8;
}
footer .fcontact .iconfont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:2em;
}
footer .fcontact .iconfont .r{
	font-size: 1.5em;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -24px;
}
header h1 a{
	display:block;
	margin-top: 5px;
	line-height:40px;
	height: 40px;
	font-size:0.65em;
	color:#fff;
    overflow: hidden;
}
header h1 img{
	height: 40px;
    margin-left: 5px;
	margin-right:10px;
}
#mobile-nav{
	position:fixed;
	background-color: #333;
	top: 0;
	height: 100%;
	right: 0px;
	line-height: 2;
	padding: 32px;
	z-index:3;
	color:#fff;
	margin-right:-300px;
}
#mobile-nav h3{ font-size:2em; text-align:center;}
.default-mobile-nav-menu{
	padding-bottom:50px;
}
.default-mobile-nav-menu > li > a{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}
.default-mobile-nav-menu li a em{ display:none;}
.default-mobile-nav-menu  li  a{
	padding: 15px 10px;
  	border-bottom: 1px solid #262626;
  	font-size: 15px;
  	display: block;
  	color: #fff;
}
/*---手机二级导航----*/
	.nav-click .text{
		display:none;
		padding-top:2px !important;
	}
	.default-mobile-nav-menu li ul{
		display:none;
		background-color: #000;
	}
	.default-mobile-nav-menu li{
		position:relative;
	}
	.default-mobile-nav-menu li div{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 60px;
	}
	.default-mobile-nav-menu li div::before{
		position: absolute;
		content: '';
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		border: 6px solid;
	    border-color: #666 #fff;
	    border-bottom-width: 0;
	}
.nav-click{
	color: #fff;
	font-size: 2.5em;
	line-height: 1;
	top: 50%;
	position: absolute;
	margin-top: -16px;
	right: 16px;
	width:50px;
}
.nav-click .text{
	font-size: 12px;
    float: left;
    width: 10px;
    line-height: 1;
    padding-top: 7px;
}
.nav-click .action-l{
	display:none;
}
/*
.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }
*/
body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}
body.nav-on .ui-mobile .ui-page-active{overflow:visible;}
body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}
body.nav-on #mobile-nav{overflow-y:auto;}
/*底部*/
footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}
footer a{ color:#fff;}

/*分页按钮*/
.default-mobile-page{ margin-top:10px;}
.default-mobile-page a{ background-color:#fff;}
.default-mobile-page a.a{ background-color:#333;}

/*列表页相关栏目列表*/
.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}
.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}
.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}
.default-mobile-list-cats nav{ display:none;}
.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}
.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}
.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}

/*导航滑动提示*/
.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}
.swipe-right-tip{ right:5%;  background:url(url()) no-repeat center;}
.swipe-left-tip{ right:95%; background:url(url()) no-repeat center;} 

/*导航 两个字*/
.action-r em,
.action-l em{
	font-size:0.75em;
}

/*动画效果*/
.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}

/*覆盖默认*/
.default-slider-single > .default-slider-box > ul > li img{
	height:auto;
}

/*底部版权*/
.default-mobile-copyright{ height:0; display:none;}
/*隐藏DIY 按钮*/
#diystart{
	display:none;
}
/*53客服被遮挡的 BUG*/
#mobile_minchat_div{
	z-index:999;
}
#mini_chat .close{
	background:none !important;
}
/*视频嵌入 100%宽度*/
.default-article-content iframe{ width:100% !important;}

/*手机内容页被调整过宽度后的高度自适应*/
article .content img{
	height:auto !important;
}
/*去除默认的云视频手机版视频内边距*/
.prism-player .prism-info-display{
	padding:0 !important;
}
/*layui 弹窗关闭按钮*/
.layui-layer-setwin .layui-layer-close2{
	right: -12px;
    top: -12px;
}
.wp{
    width: 1400px;
    margin: auto;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 60px 0;
    transition: all .3s;
}
.logo a{
    display: block;
}
.logo img{
    max-height: 60px;
    width: auto;
}
.header .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu li a{
    color: #fff;
    padding: 0 30px;
    font-size: 17px;
    font-weight: bold;
}
.menu li.a a
,.menu li:hover a{
    color: #01c3ba !important;
}
.header.a{
    background: rgba(0,0,0,0.4);
    padding: 10px 0;
}
.header .logo span{
    display: none;
}
.header.a2 .logo .img01{
    display: none;
}
.header.a2 .logo span{
    display: block;
}
.header.a2 .menu li a{
    color: #333;
}
.banner .diy-edit-but{
    top: 150px;
}
.banner li{
    height: 100vh;
}
.banword{
    position: absolute;
    width: 1200px;
    margin: auto;
    z-index: 1;
    left: 50%;
    top: 60%;
    color: #fff;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    opacity: 0;
    transition: all 1s;
}
.banner li.swiper-slide-active .banword{
    top: 50%;
    opacity: 1;
}
.banword h3 {
    font-size: 40px;
    font-weight: bold;
}
.banword p{
    font-size: 20px;
    margin-top: 30px;
}
.dots{
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 1;
    bottom: 30px !important;
}
.dots span{
    background: #fff;
    width: 50px;
    height: 3px;
    border-radius: 0;
}
.productbox{
    margin-top: 88px;
}
.productbox ul{
    display: flex;
    flex-wrap: wrap;
    gap: 88px 30px;
}
.productbox li{
    width: 100%;
}
.productbox li a {
    display: block;
    background: #255363;
    position: relative;
}
.productbox li .d01 {
    float: left;
    width: 550px;
    color: #fff;
    box-sizing: border-box;  
}
.productbox li .d01 .d02{
    padding: 60px 60px 0 60px;
    text-align: right;
}
.productbox li .d01 .d02 h3 {
    font-size: 30px;
}
.productbox li .d01 .d02 p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: lighter;
}
.productbox li span {
    display: block;
    width: calc(100% - 550px);
    float: right; 
    overflow: hidden;
}
.productbox li span img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.productbox li span:hover img{
    transform: scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
.productbox li ins {
    display: block;
    width: 130px;
    left: 20px;
    bottom: 35px;
    position: absolute;
    transition: all .5s;
}
.productbox li ins img{
    width: 100%;
    height: auto;
}
.ispc .productbox li:hover ins img{
    animation: arrow 1s infinite;
}
@keyframes arrow {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
.productbox li.li02 .d01
,.productbox li.li02 span
,.productbox li.li07 .d01
,.productbox li.li07 span  {
    width: 50%;
}
.productbox li.li03 .d01
,.productbox li.li06 .d01{
    float: right;
}
.productbox li.li03 .d02
,.productbox li.li06 .d02{
   text-align: left;
}
.productbox li.li03 span
,.productbox li.li06 span {
    float: left;
}
.productbox li.li03 ins
,.productbox li.li05 ins
,.productbox li.li06 ins  {
    left: auto;
    right: 20px;
}
.productbox li.li04
,.productbox li.li05{
    width: calc(50% - 15px);
}
.productbox li.li04 .d01
,.productbox li.li05 .d01
,.productbox li.li04 span
,.productbox li.li05 span{
    width: 100%;
}
.productbox li.li04 .d02 {
    padding: 30px 50px 90px 50px;
}
.productbox li.li05 .d02 {
    padding: 30px 50px 90px 50px;
    text-align: left;
}
.copy{
    margin-top: 88px;
    padding: 30px 0;
    background: #255363;
}
.ftnav{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftnav ul{
    display: flex;
    justify-content: center;
}
.ftnav li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
    padding: 0 20px;
}
.ftnav div{
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.ftnav div em {
    font-size: 23px;
    color: #fff;
    -webkit-text-stroke-width: inherit;
    margin-right: 5px;
    display: block;
    transform: translateY(-2px);
    -ms-transform:translateY(-2px);
    -moz-transform:translateY(-2px);
    -webkit-transform:translateY(-2px);
    -o-transform:translateY(-2px);
    transition: all .3s;
}
.ftnav div:hover em
,.ftnav div:hover{
    color: #01c3ba;
}
.ftnav div span {
    display: block;
    position: absolute;
    top: -120px;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}
.ftnav div span::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.ftnav div:hover span {
    opacity: 1;
    z-index: 1;
    top: -110px;
}
.ftnav div img{
    width: 100%;
    height: auto;
}
.ftnav li a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
    right: 0;
    top: 5px;
}
.ftnav li:hover a{
    color: #01c3ba;
}
.default-copyright {
    line-height: 1.8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.default-copyright a{
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}
.default-copyright span {
    margin: 0;
    display: block;
}
.default-copyright a:hover{
    color: #01c3ba;
}
.top {
    position: fixed;
    z-index: 2;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    right: 20px;
    bottom:0;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    color: #255363;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}
.top:hover{
    background: #01c3ba;
    color: #fff;
}
.top.a{
    opacity: 1;
    bottom: 20px;
}
.top em {
    display: block;
    text-align: center;
    font-style: normal;
    color: #255363;
    font-size: 20px;
    line-height: 1;
    padding-top: 6px;
    transition: all .3s;
}
.top:hover em{
    color: #fff;
}
.fade_in_down{
    opacity: 0;
    transform: translateY(80px);
    -ms-transform:translateY(80px);
    -moz-transform:translateY(80px);
    -webkit-transform:translateY(80px);
    -o-transform:translateY(80px);
}
.fade_in_up{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s;
}
.ispc .sectionleft.fade_in_down{
    opacity: 0;
    transform: translateX(-80px);
    -ms-transform:translateX(-80px);
    -moz-transform:translateX(-80px);
    -webkit-transform:translateX(-80px);
    -o-transform:translateX(-80px);
}
.ispc .sectionright.fade_in_down{
    opacity: 0;
    transform: translateX(80px);
    -ms-transform:translateX(80px);
    -moz-transform:translateX(80px);
    -webkit-transform:translateX(80px);
    -o-transform:translateX(80px);
}
.ispc .sectionleft.fade_in_up
,.ispc .sectionright.fade_in_up{
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s;
}
.ispc .sectiontop{
    animation:mymove06 1.2s;
    animation-delay:0;
    -webkit-animation:mymove06 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-top{
    animation:mymove05 1.2s;
    animation-delay:0;
    -webkit-animation:mymove05 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-left{
    animation:mymove03 1.2s;
    animation-delay:0;
    -webkit-animation:mymove03 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-right{
    animation:mymove04 1.2s;
    animation-delay:0;
    -webkit-animation:mymove04 1.2s;
    -webkit-animation-delay:0;
}
@keyframes mymove03{
    from {transform: translateX(-80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes mymove03{
    from {transform: translateX(-80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@keyframes mymove04{
    from {transform: translateX(80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes mymove04{
    from {transform: translateX(80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@keyframes mymove05{
    from {top: 70%;opacity: 0;}
    to {top: 50%;opacity: 1;}
}
@-webkit-keyframes mymove05{
    from {top: 70%;opacity: 0;}
    to {top: 50%;opacity: 1;}
}
@keyframes mymove06{
    from {transform: translateY(80px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes mymove06{
    from {transform: translateY(80px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
/*-----------------------list-solution-----------------------*/
.banner01{
    position: relative;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.banner01 .divbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 590px;
    right: 100px;
}
.banner01 .divbox h3 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
}
.banner01 .divbox p {
    font-size: 21px;
    margin-top: 50px;
    text-align: justify;
    color: #444;
}
.list-solution li{
    margin-top: 88px;
}
.list-solution li .divbox{
    position: relative;
}
.list-solution li .d01 {
    position: absolute;
    width: 49%;
    background: #255363;
    height: 76%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: right;
    padding: 65px;
    padding-bottom: 0;
    z-index: 1;
}
.list-solution li.li02 .d01 {
    left: auto;
    right: 0;
    text-align: left;
}
.list-solution li .d01 h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.list-solution li .d01 p {
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.7;
}
.list-solution li ins {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 16px;
    color: #555;
    letter-spacing: 1px;
}
.list-solution li.li02 ins {
    left: auto;
    right: 50px;
}
.list-solution li span {
    display: block;
    float: right;
    width: 60%;
    overflow: hidden;
}
.list-solution li.li02 span {
    float: left;
}
.list-solution li span img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.list-solution li span:hover img{
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}
/*---------------------list-product------------------*/
.proban{
    position: relative;
}
.proban img{
    width: 100%;
    height: auto;
}
.proban .d01{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    display: flex;
    justify-content: right;
}
.proban .sum{
    color: #fff;
}
.proban .sum h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.proban .sum p{
    font-size: 40px;
}
.list-pro .ul01{
    display: flex;
    gap:88px 34px;
    flex-wrap: wrap;
}
.list-pro .ul01 li {
    width: calc((100% - 2* 34px) / 3);
    border-bottom: 1px solid #dedede;
}
.list-pro .ul01 li a{
    display: block;
}
.list-pro .ul01 li span {
    display: block;
    overflow: hidden;
    padding: 75px;
    background: #e6e6e6;
}
.list-pro .ul01 li img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.list-pro .ul01 li:hover img{
    transform: scale(1.08);
}
.list-pro .ul01 li div {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-pro .ul01 li div h3 {
    font-size: 20px;
    color: #333;
    transition: all .3s;
    width: calc(100% - 100px);
    transition: all .3s;
}
.list-pro .ul01 li:hover div h3 {
    color: #01c3ba;
}
.list-pro .ul01 li div ins {
    display: block;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
    transition: all .3s;
    color: #333;
}
.list-pro .ul01 li div ins::after {
    position: absolute;
    content: '';
    height: 2px;
    background: #333;
    left: 8px;
    top: 15px;
    width: 25px;
    transition: all .3s;
}
.list-pro .ul01 li:hover div ins{
    margin-right: 0;
    color: #01c3ba;
}
.list-pro .ul01 li:hover div ins::after{
    background: #01c3ba;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top: 88px;
}
.pagination li.active span, .pagination li:hover a {
    background: #01c3ba !important;
}
/*---------------------view-product------------------*/
.prohead{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
}
.prohead.a{
    background: rgba(0,0,0,0.4);
}
.prohead .wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    transition: all .5s;
}
.prohead.a .wp{
    padding: 10px 0;
}
.height02{
    height: 180px;
}
.prohead .pox {
    display: flex;
    font-weight: bold;
}
.prohead .pox a{
    font-size: 16px;
    color: #333;
    transition: all .3s;
}
.pox em{
    font-style: normal;
}
.ispc .prohead.a .pox a
,.ispc .prohead.a .pox{
    color: #fff;
}
.prohead .pox a:hover
,.prohead.a .pox a:hover{
    color: #01c3ba;
}
.prohead .pox em {
    margin: 0 10px;
    display: block;
    font-size: 16px;
}
.prohead .logo a{
    display: block;
}
.ispc .prohead.a .logo .img01{
    display: block;
}
.prohead .logo span{
    display: block;
}
.ispc .prohead.a .logo span
,.prohead .logo .img01{
    display: none;
}
.view-pro01 .title {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
.view-pro01 .divbox{
    display: flex;
}
.view-pro01 .divbox .d01{
    width: 50%;
    background: #eee;
    text-align: center;
}
.view-pro01 .divbox .d01 img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.view-pro01 .divbox .d02 {
    width: 50%;
    box-sizing: border-box;
    background: #255363;
    padding: 50px 50px 0 50px;
    color: #fff;
}
.view-pro01 .divbox .d02 h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 25px;
}
.view-pro01 .divbox .d02 ul{
    border-top: 1px solid rgba(255,255,255,0.3);
}
.view-pro01 .divbox .d02 li {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 16px;
    font-weight: lighter;
}
.view-pro01 .divbox .d02 li span {
    padding:7px 25px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.view-pro01 .divbox .d02 li p{
    padding: 7px 0;
    padding-left: 25px;   
}
.pub{
    text-align: right;
}
.view-pro02 .article h3 {
    font-size: 35px;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}
#article-swiper{
    display: none !important;
}
.back000 {
    background-color: transparent !important;
}
.fanyebox{
    padding: 20px 0;
    background: #eee;
}
.fanye p{
    font-size: 18px;
    line-height: 1.8;
    display: flex;
}
.fanye p a{
    transition: all .3s;
}
.fanye p:hover a{
    color: #01c3ba;
}
.servicebox{
    padding: 88px 0;
    background-size: cover !important;
}
.servicebox .wp{
    display: flex;
    justify-content: space-between;
}
.servicebox .d01 {
    width: 50%;
    color: #fff;
    position: relative;
}
.servicebox .d01 h3 {
    font-size: 35px;
}
.servicebox .con {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 1.7;
}
.servicebox .con a{
    color: #fff;
}
.servicebox .con span{
    margin-left: 22px;
}
.servicebox .formbox {
    width: 46%;
}
.formbox .layui-form-item label {
    display: none;
}
.formbox .layui-form-item .layui-input-block {
    margin: 0;
    left: 0;
}
.formbox .layui-form-item .layui-input {
    line-height: 65px;
    background: rgba(0,0,0,0.5);
    font-size: 17px;
    height: 65px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    color: #fff;
}
.formbox .layui-form-item .layui-textarea{
    background: rgba(0,0,0,0.5);
    font-size: 17px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    color: #fff;
    padding-top: 15px;
}
.formbox .layui-form-item ::placeholder{
    color: #aaa;
}
.formbox .layui-btn {
    background: #01c3ba;
    height: 65px;
    line-height: 65px;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 20px;
}

/*---------------list-about-----------------*/
.aboutban {
    position: relative;
}
.aboutban img{
    width: 100%;
    height: auto;
}
.aboutban .divbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 50px 0;
    left: 0;
    color: #fff;
}
.aboutban .divbox h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.aboutban .divbox .sum p {
    font-size: 25px;
    margin: 10px 0;
}
.aboutban .divbox .sum p span{
    color: #01c3ba;
}
.mt88{
    margin-top: 88px;
}
.list-about01{
    padding: 88px 0;
    background: #eee;
}
.abtit{
    font-size: 35px;
    margin-bottom: 88px;
}
.list-about01 ul{
    display: flex;
    gap: 20px;
}
.list-about01 li{
    width: calc((100% - 2*20px)/3);
    box-sizing: border-box;
    background: #fff;
}
.list-about01 li div {
    padding: 50px 35px;
}
.list-about01 li div h3 {
    font-size: 35px;
    color: #333;
}
.list-about01 li div p {
    font-size: 18px;
    color: #888;
    margin-top: 10px;
    height: 60px;
}
.list-about03 li div p {
    font-size: 20px;
}
.list-about01 li span {
    margin: 0 50px 50px 0;
    display: flex;
    justify-content: right;
}
.list-about01 li span img{
    width: 162px;
    height: auto;
    transition: all .5s;
}
.list-about01 li:hover span img{
    transform: rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
}
.list-about02 ul{
    display: flex;
    gap: 88px 20px;
    flex-wrap: wrap;
}
.list-about02 li {
    position: relative;
    width: calc(50% - 10px);
    padding-top: 20px;
    border-top: 1px solid #333;
}
.list-about02 li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    top: -1px;
    left: 0;
    transition: all .5s;
    background: #01c3ba;
}
.list-about02 li h3 {
    font-size: 35px;
    color: #333;
    transition: all .5s;
}
.list-about02 li p {
    font-size: 18px;
    color: #888;
    margin-top: 13px;
    transition: all .5s;
}
.list-about02 li:hover h3 ,.list-about02 li:hover p{
    color: #01c3ba;
}
.list-about02 li:hover::after{
    width: 100%;
}
.developbox{
    padding-bottom: 55px;
}
.developbox li {
    box-sizing: border-box;
    padding: 50px 50px 0 30px;
    background: #eee;
    min-height: 350px;
}
.developbox li h3{
    font-size: 35px;
    margin-bottom: 20px;
    color: #333;
}
.developbox li div p{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}
.developbox li div p::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top:10px;
    background: #555;
}
.dots02{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.dots02 span{
    background: #255363;
    width: 95px;
    height: 5px;
    border-radius: 10px;
    margin: 0 7px;
}
.list-about05{
    padding: 88px 0;
    background: #eee;
}
.logogroup{
    padding-bottom: 55px;
}
.logogroup li img{
    width: 100%;
    height: auto;
}
.logogroup .dots02 span{
    background: #fff;
    opacity: 1;
}
.logogroup .dots02 span.swiper-pagination-bullet-active{
    background: #255363;
}
.list-about06{
    position: relative;
}
.zhengshu{
    padding-bottom:50px;
}
.zhengshu li{
    width: auto !important;
    height: 355px;
}
.zhengshu li img{
    width: auto;
    height: 100%;
}
/*------------------list-join---------------*/
.joinban {
    position: relative;
}
.joinban img{
    width: 100%;
    height: auto;
}
.joinban .divbox{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.joinban ul{
    display: flex;
    justify-content: space-between;
}
.joinban li {
    color: #fff;
    text-align: center;
}
.joinban li h3 {
    font-size: 58px;
}
.joinban li h3 span {
    font-size: 25px;
    margin-left: 20px;
}
.joinban li p {
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
}
.list-join{
}
.list-join .ul01{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 35px;
}
.list-join .ul01 li{
    width: calc((100% - 2*35px)/3);
}
.list-join .ul01 li a{
    display: block;
    padding: 28px;
    background: #eee;
    border: 2px solid #eee;
    transition: all .3s;
}
.list-join .ul01 li:hover a{
    border: 2px solid #01c3ba;
}
.list-join .ul01 li h3 {
    font-size: 25px;
    color: #01c3ba;
    margin-bottom: 15px;
    display: flex;
}
.list-join .ul01 li h3 span{
    display: block;
    position: relative;
}
.list-join .ul01 li h3 span::after{
    position: absolute;
    content: '';
    right: -40px;
    top: 0;
    width: 25px;
    height: 15px;
    background: url(/template/index/public/54/54-0144/images/hot.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: all .3s;
}
.list-join .ul01 li:hover h3 span::after{
    right: -30px;
    opacity: 1;
}
.list-join .ul01 li p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.list-join .ul01 li div {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-join .ul01 li div span {
    font-size: 16px;
    color: #666;
}
.list-join .ul01 li div span em {
    color: #3fc5bd;
    font-size: 23px;
    margin-right: 5px;
}
.list-join .ul01 li div ins{
    display: block;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    transition: all .3s;
    color: #333;
}
.list-join .ul01 li div ins::after{
    position: absolute;
    content: '';
    height: 2px;
    background: #333;
    left: 8px;
    top: 15px;
    width: 25px;
    transition: all .3s;
}
.list-join .ul01 li:hover div ins{
    color: #01c3ba;
    transform: translateX(15px);
}
.list-join .ul01 li:hover div ins::after{
    background: #01c3ba;
}

/*------------------view-join---------------*/
.view-join {
    margin-top: 30px;
}
.view-join .title{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
.view-join .divbox{
    display: flex;
    flex-wrap: wrap;
}
.view-join .divbox .s01 {
    width:500px;
    display: block;
    background: #eee;
}
.view-join .divbox .s01 img{
    width: 100%;
    height: auto;
}
.view-join .divbox .article {
    width: calc(100% - 500px);
    background: #255363;
    box-sizing: border-box;
    padding: 0 60px;
    padding-bottom: 0;
    position: relative;
}
.view-join .divbox .article .pub{
    position: absolute;
    top: 40px;
    right:50px;
}
.view-join .divbox .article .pub a:hover{
    color: #fff;
}
.ispc .view-join .divbox .article .default-article-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.view-join .divbox .article p {
    color: #fff;
    line-height: 2;
}
.jianlibox{
    padding: 120px 0;
}
.jianlibox .wp{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.jianlibox .d01 {
    font-size: 25px;
    line-height: 2.3;
}
.jianlibox .d01 .s01 {
    margin-bottom: 55px;
}
.jianlibox .d01 .s01 span {
    margin-left: 24px;
}
.jianlibox .d02 {
    font-size: 25px;
    line-height: 2.3;
}
/*----------------list-news------------------*/
.proban .sum h2 {
    font-size: 50px;
    font-weight: bold;
}
.list-news li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;  
}
.list-news li a {
    display: block;
    position: relative;
}
.list-news .ul01 li span.s01 {
    display: block;
    width: 30%;
    float: left;
    overflow: hidden;
}
.list-news li span img {
    width: 100%;
    height: auto;
    transition: all .5s;
}
.list-news li:hover span img {
    transform: scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
.list-news li div {
    float: right;
    width: 66%;
    box-sizing: border-box;
    margin-top: 15px;
}
.list-news li div ins {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    transition: all .5s;
}
.list-news li div ins span {
    font-size: 16px;
    color: #01c3ba ;
}
.list-news li div ins em
,.view-news .ww em {
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #333;
    background: url(images/add03.png) no-repeat left center;
    background-size: 16px;
    padding-left:26px;
    margin-right: 30px;
    line-height: 26px;
}
.list-news li div ins em.e02
,.view-news .ww .e02{
    background: url(/template/index/public/54/54-0144/images/riqi.png) no-repeat left center;
    background-size: 20px;
}
.view-news .ww span{
    font-size: 16px;
    color: #01c3ba ;
    margin-right: 20px;
}
.list-news li div h3 {
    font-size: 25px;
    color: #333;
    line-height: 1.1;
    transition:all .5s;
    position: relative;
    width: calc(100% - 70px);
}
.list-news li div h3::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #01c3ba ;
    left: 0;
    top: 13px;
    width: 0;
    opacity: 0;
    transition: all .5s;
}
.ispc .list-news li a:hover div h3
,.ispc .list-news li a:hover div ins
,.ispc .list-news li a:hover div p
,.ispc .list-news li a:hover div .s02{
    padding-left: 70px;
}
.ispc .list-news li a:hover div h3::before {
    width: 50px;
    opacity: 1;
}
.ispc .list-news li a:hover div h3{
    color: #01c3ba ; 
}
.list-news li div p {
    font-size: 16px;
    color: #777;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: calc(100% - 70px);
    transition: all .5s;
}
.list-news li div .s02 {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    color: #999;
    transition: all .5s;
} 
.list-news li:hover div .s02{
    color: #01c3ba ; 
}
.list-news li div .s02 i {
    display: inline-block;
    margin-left: 5px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: all .3s;
    -webkit-text-stroke-width: inherit;
}
.list-news li:hover div i{
    background: #01c3ba ;
    color: #fff;
    border: 1px solid #01c3ba ;
}
.list-news .pagination {
    margin-left: 50px;
}
/*-------------view-news-------------------*/
.backlist {
    float: none;
    display: inline-block;
}
.articletime {
    color: #aaa;
    font-size: 14px;
    margin-top: 15px;
}
.view-news{
    position: relative;
    background: #fff;
    margin-top: 200px;
}
.view-news .word{  
    padding: 70px 0;
    width: 1188px;
    margin: auto;
}
.view-news .ww {
    padding-bottom:20px;
    border-bottom: 1px #eee solid;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.view-news .ww a {
    padding: 0px 15px;
    border: 1px solid #01c3ba;
    border-radius: 30px;
    color: #01c3ba;
    transition: all .3s;
}
.view-news .ww a:hover{
    background: #01c3ba;
    color: #fff;
}
.view-news .title {
    font-size: 35px;
    color: #333;
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight: bold;
}



@media screen and (max-width:1440px){ 
    .wp {
        width: 1200px;
    }
    .productbox li .d01 .d02 {
        padding: 45px 50px 50px 50px;
    }
    .productbox li .d01 .d02 h3 {
        font-size: 27px;
    }
    .productbox li .d01 .d02 p {
        font-size: 16px;
    }
    .productbox li ins {
        width: 100px;
    }
    .productbox {
        margin-top: 70px;
    }
    .productbox ul {
        gap: 70px 30px;
    }
    .banner01 .divbox{
        width: 500px;
        right: 80px;
    }
    .banner01 .divbox h3 {
        font-size: 32px;
    }
    .banner01 .divbox p {
        font-size: 18px;
        margin-top: 40px;
    }
    .list-solution li .d01 {
        padding: 50px;
        padding-bottom: 0;
    }
    .list-solution li .d01 h3 {
        font-size: 27px;
        margin-bottom: 25px;
    }
    .list-solution li .d01 p {
        font-size: 15px;
    }
    .list-solution li,.copy {
        margin-top: 70px;
    }
    .proban .sum p ,.proban .sum h3{
        font-size: 35px;
    }
    .list-pro .ul01 li div h3 {
        font-size: 18px;
        width: calc(100% - 80px);
    }
    .list-pro .ul01 li span {
        padding: 60px;
    }
    .view-pro01 .title {
        font-size: 32px;
    }
    .view-pro01 .divbox .d02 h3 {
        font-size: 27px;
    }
    .view-pro01 .divbox .d02 li {
        font-size: 14px;
    }
    .view-pro01 .divbox .d02 {
        padding: 35px 35px 0 35px;
    }
    .fanye p {
        font-size: 16px;
    }
    .mt88 {
        margin-top: 70px;
    }
    .aboutban .divbox{
        padding: 25px 0;
    }
    .aboutban .divbox h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .aboutban .divbox .sum p {
        font-size: 22px;
        margin: 10px 0;
    }
    .abtit {
        font-size: 32px;
        margin-bottom: 70px;
    }
    .list-about01 li div h3 {
        font-size: 32px;
    }
    .list-about01 li div p {
        font-size: 16px;
        height: 54px;
    }
    .list-about03 li div p {
        font-size: 18px;
    }
    .list-about01 li span img {
        width: 140px;
    }
    .list-about01 li div {
        padding: 34px 30px;
    }
    .list-about01 li span {
        margin: 0 34px 34px 0;
    }
    .list-about02 li h3
    ,.view-join .title{
        font-size: 32px;
    }
    .list-about01 {
        padding: 70px 0;
    }
    .developbox li {
        padding: 35px 34px 0 30px;
        min-height: 300px;
    }
    .developbox li div p {
        padding-left: 17px;
        font-size: 16px;
    }
    .developbox li div p::after {
        width: 6px;
        height: 6px;
        top: 8px;
    }
    .zhengshu li {
        height: 302px;
    }
    .default-copyright,
    .default-copyright a
    ,.ftnav li a{
        font-size: 16px;
    }
    .ftnav li a::after {
        height: 14px;
        top: 5px;
    }
    .ftnav div{
        font-size: 16px;
    }
    .ftnav div em{
        font-size: 20px;
    }
    .joinban li h3 {
        font-size: 48px;
    }
    .joinban li h3 span {
        font-size: 20px;
        margin-left: 15px;
    }
    .joinban li p {
        font-size: 22px;
    }
    .list-join .ul01 li h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .list-join .ul01 li p {
        font-size: 15px;
        line-height: 1.8;
    }
    .list-join .ul01 li div {
        margin-top: 20px;
    }
    .list-join .ul01 li div span {
        font-size: 15px;
    }
    .list-join .ul01 li div span em {
        font-size: 19px;
        margin-right: 4px;
    }
    .list-join .ul01 li a {
        padding: 25px;
    }
    .view-join .divbox .article {
        width: calc(100% - 500px);
        padding: 0 55px;
    }
    .jianlibox {
        padding: 100px 0;
    }
    .jianlibox .d01,.jianlibox .d02 {
        font-size: 22px;
    }
    .servicebox .d01 h3 {
        font-size: 32px;
    }
    .formbox .layui-form-item .layui-input {
        line-height: 57px;
        font-size: 16px;
        height: 57px;
    }
    .formbox .layui-form-item .layui-textarea {
        font-size: 16px;
    }
    .formbox .layui-btn {
        height: 57px;
        line-height: 57px;
        font-size: 18px;
    }
    .pagination{
        margin-top: 70px;
    }
    .list-join .ul01 {
        gap: 50px 30px;
    }
    .list-pro .ul01 {
        gap: 70px 30px;
    }
    .list-pro .ul01 li
    ,.list-join .ul01 li {
        width: calc((100% - 2* 30px) / 3);
    }
    .view-pro01 .divbox .d01 img {
        max-height: 450px;
    }
}
@media screen and (max-width:1024px){
    .mbhead {
        padding:0 10px;
        position: fixed;
        line-height: 55px;
        height: 55px;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;   
    }
    .mbhead.a{
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        background: #fff;
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height: 35px;
    }
    .mbhead.a .mblogo .img01
    ,.mbhead .mblogo span{
        display: none;
    }
    .mbhead.a .mblogo span{
        display: block;
    }
    body.nav-on {
        overflow: inherit;
    }
    .nav-click {
        color: #fff;
        font-size: 25px;
        margin-top: -14px;
        right: 3px;
        text-align: center;
        z-index: 2;
    }
    .mbhead.a .nav-click{
        color: #333;
    }
    .mbclose {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        line-height: 26px;
        background: #255363;
        font-size: 12px;
        color: #fff;
    }
    .mbmenu {
        position: fixed;
        width: 50%;
        background: #fff;
        height: 100%;
        top: 0;
        right:-100%;
        z-index:10;
        overflow-y:scroll;
    }
    .mbmenu .nav-ul-1 {
        padding-top: 70px;
        overflow-y: auto;
        height: 80vh;
        border-left: 1px solid #eee;
    }
    .mbmenu li a {
        color: #333;
        border-bottom: 1px solid #eee;
        border-top: none;
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .mbmenu li div{ 
        width:100%;
        right:10px;
        background-size:15px;
    }
    .mbmenu li div.aa{
        display:none;
    }
    .mbmenu ul ul{
        background:#f9f9f9;
        padding-top:0;
    }
    .mbnav li {
        float: left;
        width: 33.33%;
        text-align: center;
    }
    .mbnav li a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 14px 0;
        position: relative;
    }
    .mbnav li a::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 13px;
        background: #fff;
        right: 0;
        top: 15px;
        opacity: .3;
    }
    .mbnav li:last-child a::before{
        display:none;
    }
    .default-mobile-nav-menu li a {
        color: #333;
        border-bottom: 1px solid #eee;
        border-top: none;
        padding: 10px 25px;
        font-size: 17px;;
    }
    .default-mobile-nav-menu li li a {
        font-size: 14px;
        padding: 10px 25px;
        font-weight: normal;
    }
    .default-mobile-nav-menu li li{
        border-bottom:1px solid #eee;
    }
    .default-mobile-nav-menu li div{ 
        width:100%;
        right:0;
        height: 45px;
        background-size:15px;
    }
    .default-mobile-nav-menu li li div{ 
        height:28px;
    }
    .default-mobile-nav-menu li ul {
        background-color: #f5f5f5;
    }
    .default-mobile-nav-menu li ul ul{
        background-color: #eee;
    } 
    .banword{
        width: 90%;
    } 
    .banword h3 {
        font-size: 18px;
    }
    .banword p {
        font-size: 12px;
        margin-top: 15px;
    }
    .banner li{
        height: 40vh;
        background-size: cover !important;
    }
    .dots {
        bottom: 15px !important;
    }
    .dots span {
        width: 35px;
        height: 2px;
    }
    .productbox ul {
        gap: 35px 0;
    }
    .productbox li span
    ,.productbox li .d01 {
        width: 100%;
    }
    .productbox li .d01 .d02 {
        padding: 20px;
        text-align: left;
    }
    .productbox li .d01 .d02 h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .productbox li .d01 .d02 p {
        font-size: 12px;
        margin-top: 10px;
        width: calc(100% - 50px);
        text-align: justify;
    }
    .productbox {
        margin-top: 35px;
    }
    .productbox li ins {
        width: 50px;
        right: 5px;
        left: auto;
        bottom: 20px;
    }
    .list-solution li, .copy {
        margin-top: 35px;
    }
    .copy{
        padding: 15px 0;
    }
    .default-copyright{
        width: 100%;
        font-size: 12px;
    }
    .default-copyright a{
        font-size: 12px;
    }
    .proban .d01{
        width: 100%;
        box-sizing: border-box;
    }
    .proban .sum {
        width: 52%;
    }
    .proban .sum h3 {
        font-size: 20px;
        font-weight: bold;
    }
    .proban .sum p{
        font-size: 14px;
    }
    .list-pro .ul01 {
        gap: 35px 10px;
    }
    .list-pro .ul01 li, .list-join .ul01 li {
        width: calc(50% - 5px);
    }
    .list-pro .ul01 li span {
        padding: 25px;
    }
    .mt88 {
        margin-top: 35px;
    }
    .list-pro .ul01 li div {
        padding: 10px 0;
    }
    .list-pro .ul01 li div ins{
        display: none;
    }
    .list-pro .ul01 li div h3 {
        font-size: 14px;
        width: 100%;
    }
    .logo img {
        max-height: 35px;
    }
    .prohead .wp {
        padding: 15px;
    }
    .prohead.a .wp {
        padding: 10px 15px;
    }
    .prohead.a {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .height02 {
        height: 100px;
    }
    .prohead .pox a {
        font-size: 14px;
    }
    .prohead .pox em {
        font-size: 14px;
    }
    .view-pro01 .title {
        font-size: 20px;
    }
    .view-pro01 .divbox {
        flex-wrap: wrap;
    }
    .view-pro01 .divbox .d01 {
        width: 100%;
    }
    .view-pro01 .divbox .d02 {
        padding:20px 10px;
        width: 100%;
    }
    .view-pro01 .divbox .d01 img {
        max-height: none;
        width: 65%;
    }
    .view-pro01 .divbox .d02 h3 {
        font-size: 20px;
    }
    .view-pro01 .divbox .d02 h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 10px
    }
    .view-pro01 .divbox .d02 li span {
        padding: 5px 10px;
    }
    .view-pro01 .divbox .d02 li p {
        padding: 5px 0;
        padding-left: 15px;
    }
    .view-pro01 .divbox .d02 li {
        font-size: 12px;
    }
    .fanye p {
        font-size: 14px;
    }
    .fanyebox {
        padding: 13px 0;
    }
    .servicebox {
        padding: 35px 0;
    }
    .servicebox .wp {
        flex-wrap: wrap;
    }
    .servicebox .d01 {
        width: 100%;
    }
    .servicebox .formbox {
        width: 100%;
        margin-top: 30px;
    }
    .servicebox .con {
        position: initial;
        font-size: 15px;
    }
    .servicebox .con span {
        margin-left: 14px;
    }
    .servicebox .d01 h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .formbox .layui-form-item .layui-input {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    .formbox .layui-form-item {
        margin-bottom: 10px;
    }
    .formbox .layui-form-item .layui-textarea {
        font-size: 14px;
    }
    .formbox .layui-btn {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    .aboutban .divbox {
        padding: 50px 0 10px 0;
        position: inherit;
        color: #333;
    }
    .aboutban .divbox h3 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .aboutban .divbox .sum p {
        font-size: 14px;
        margin: 10px 0;
        text-align: justify;
    }
    .list-about01 {
        padding: 35px 0;
    }
    .abtit {
        font-size: 22px;
        margin-bottom: 35px;
        color: #333;
    }
    .list-about01 ul {
        gap: 20px 0;
        flex-wrap: wrap;
    }
    .list-about01 li {
        width: 100%;;
    }
    .list-about01 li div {
        padding: 20px;
        padding-bottom: 0;
    }
    .list-about01 li div h3 {
        font-size: 22px;
    }
    .list-about01 li div p {
        font-size: 14px;
        height: auto;
    }
    .list-about01 li span {
        margin: 0 20px 20px 0;
    }
    .list-about01 li span img{
        width: 60px;
    }
    .list-about02 ul {
        gap: 20px 0;
    }
    .list-about02 li {
        width: 100%;
        padding-top: 10px;
    }
    .list-about02 li h3, .view-join .title {
        font-size: 22px;
    }
    .list-about02 li p {
        font-size: 15px;
        margin-top: 5px;
    }
    .developbox li {
        padding: 20px;
        min-height: 250px;
    }
    .developbox li h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .developbox li div p {
        padding-left: 15px;
        font-size: 14px;
    }
    .developbox li div p::after {
        width: 5px;
        height: 5px;
        top: 7px;
    }
    .dots02 span {
        width: 30px;
        height: 3px;
        margin: 0 5px;
    }
    .list-about05 {
        padding: 35px 0;;
    }
    .zhengshu li {
        height: 150px;
    } 
    .joinban .divbox {
        position: inherit;
        transform: translateY(0);
        -ms-transform:  translateY(0);
        -moz-transform:  translateY(0);
        -webkit-transform:  translateY(0);
        -o-transform:  translateY(0);
    }
    .joinban li {
        color: #333;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;
    }
    .joinban ul {
        flex-wrap: wrap;
        gap: 25px 0;
        margin-top:35px;
    }
    .joinban li h3 {
        font-size: 32px;
    }
    .joinban li h3 span {
        font-size: 16px;
        margin-left: 15px;
    }
    .joinban li p {
        font-size: 16px;
        margin-top: 0;
        text-align: left;
    }
    .list-join .ul01 li{
        width: 100%;
    }
    .list-join .ul01 {
        gap: 35px 0;
    }
    .list-join .ul01 li a {
        padding: 20px;
    }
    .pagination {
        margin-top: 35px;
    }
    .view-join .divbox .s01 img {
        width: 50%;
    }
    .view-join .divbox .s01 {
        width: 100%;
        text-align: center;
    }
    .view-join .divbox .article {
        width: 100%;
        padding: 20px 15px;
    }
    .view-join .divbox .article p {
        font-size: 14px;
    }
    .jianlibox .wp {
        flex-wrap: wrap;
    }
    .jianlibox .d01 .s01 {
        margin-bottom: 25px;
    }
    .jianlibox .d01, .jianlibox .d02 {
        font-size: 16px;
        line-height: 2;
    }
    .jianlibox .d02 {
        margin-top: 25px;
    }
    .jianlibox {
        padding: 35px 0;
    }
    .banner01 .divbox {
        width: 45%;
        right: 10px;
    }
    .banner01 .divbox p {
        font-size: 12px;
        margin-top: 10px;
    }
    .banner01 .divbox h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .banner01 .divbox {
        width: 90%;
        right: 5%;
        top: auto;
        bottom: 15px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform:translateY(0);
        -o-transform: translateY(0);
    }
    .list-solution li span {
        width: 100%;
        float: none !important;
    }
    .list-solution li .d01 {
        position: initial;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 20px;
    }
    .list-solution li .d01 h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .list-solution li .d01 p {
        font-size: 12px;
        text-align: justify;
    }
    .list-solution li.li02 ins
    ,.list-solution li ins {
        left: auto;
        top: 0;
        right: 0;
        padding: 5px 15px;
        background: rgba(0,0,0,0.5);
        bottom: auto;
        color: #fff;
        border-radius: 0 0 0 15px;
        font-size: 14px;
    }
    .ftnav li a {
        font-size: 12px;
        padding: 0 10px;
    }
    .ftnav li a::after {
        width: 1px;
        height: 11px;
        right: -1px;
        top: 4px;
    }
    .proban .sum h2 {
        font-size: 25px;
    }
    .list-news .ul01 li span.s01{
        width: 100%;
    }
    .list-news li div {
        width: 100%;
        margin-top: 0;
    }
    .list-news li a {
        padding: 0 !important;
        background: #fff;
        margin: 0 10px;
    }
    .list-news li div {
        width: 100%;
        margin-top: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .list-news li div h3 {
        font-size: 18px;
        width: 100%;
        font-weight: bold;
    }
    .list-news li div p {
        font-size: 14px;
        margin-top: 15px;
        width: 100%;
    }
    .list-news li div ins {
        margin-bottom: 15px;
    }
    .list-news li div .s02 {
        font-size: 14px;
        margin-top: 15px;
    }
    .list-news li {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: none;
    }
    .list-news li div ins em.e02, .view-news .ww .e02 {
        background-size: 17px;
        font-size: 14px;
    }
    .view-news .word {
        padding: 30px 0;
        width: 100%;
        margin: auto;
    }
    .view-news {
        border-top: 1px solid #eee;
        margin-top:55px;
    }
    .view-news .title {
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .view-news .ww a {
        padding: 0px 10px;
        font-size: 13px;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .list-about06{
        overflow: hidden;
        padding-right: 0 !important;
    }
    .default-copyright {
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        line-height: 1;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
