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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

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

.wp1400{
    width: 1400px;
    margin: auto;
}
body.module-index-index{
    background: #ecf5ff;
}
.header{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.headboxheight{
    height: 90px;
}
.head01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    max-width: 320px;
    height: auto;
}
.menu li a {
    display: block;
    padding: 32px 25px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.menu li.a a
,.menu li:hover a{
    color: #337ecc;
}
.menu li:hover ul{
    display:none;
}
.menu li ul {
    width: 500px;
    background-color:transparent !important;
    text-align: center;
    left: 50%;
    padding: 0;
    top: 91px;   
    z-index: 3; 
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.menu li ul li {
    white-space: normal;
    display: inline-block;
    width: auto;
}
.menu li ul li a{
    font-weight:normal;
    font-size:15px;
    color:#666 !important;
    padding: 0 15px;
    line-height: 65px;
}
.menu li ul li a:hover{
   color: #337ecc !important;
}
.menuheight {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 65px;
    left: 0;
    display: none;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.topright {
    display: flex;
    align-items: center;
}
.searchbox {
    padding-left: 20px;
    position: relative;
}
.searchbox span {
    font-size: 20px;
    cursor: pointer;
    color: #337ecc;
    transition: all .3s;
    font-weight: bold;
}
.search {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 90px;
    z-index: 3;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    left: 0;
    padding: 20px 0;
    display: none;
}
.search01{
    align-items: center;
    display: flex;
    justify-content: center;
}
.search .closess {
    font-size: 23px;
    cursor: pointer;
    display: block;
    margin-left: 30px;
    transition: all .3s;
    -webkit-text-stroke-width: inherit;
}
.search form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eff4fb;
    padding: 0 20px;
    border: 1px solid #c7daf7;
}
.search form .tdy-keyword {
    width: 500px;
    line-height: 45px;
    height: 45px;
    background: none;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}
.search form .tdy-submit {
    border: none;
    font-size: 20px;
    color: #337ecc;
}
.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;
}
.banner{
    position: relative;
}
.banner li img{
    width: 100%;
    height: auto;
}
.banner li div{
    transform: scale(1.1);
    transition: all 5s;
}
.banner li.swiper-slide-active{
    z-index: 1;
}
.banner li.swiper-slide-active div{
    transform: scale(1);
}
.banner li span{
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 1100px;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 1s;
}
.banner li.swiper-slide-active span{
    opacity: 1;
    top: 50%;
}
.scroll {
    display: block;
    position: absolute;
    width: 40px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    left: 50%;
    bottom: 50px;
    z-index: 1;
    margin-left: -21px;
}
.scroll em {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}
.scroll .e01{
    background: url(/template/index/public/54/54-0141/images/shubiao.png) no-repeat center;
    background-size: 20px;
    margin-top: 11px;
    webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    animation: jump 2s infinite;
}
.scroll .e02{
    height: 10px;
    background: url(/template/index/public/54/54-0141/images/jt03.png) no-repeat center;
    webkit-animation: jump2 2s infinite;
    -moz-animation: jump2 2s infinite;
    -o-animation: jump2 2s infinite;
    animation: jump2 2s infinite;
    background-size: 8px;
    margin-top:1px;
}
@-webkit-keyframes jump {
    0%{ transform:translateY(5px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(5px) }
  }
  @-moz-keyframes jump{
    0%{ transform:translateY(5px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(5px) }
  }
  @-o-keyframes jump {
    0%{ transform:translateY(5px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(5px) }
  }
  @keyframes jump {
    0%{ transform:translateY(5px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(5px) }
  }
  @-webkit-keyframes jump2 {
    0%{ transform:translateY(3px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(3px) }
  }
  @-moz-keyframes jump2{
    0%{ transform:translateY(3px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(3px) }
  }
  @-o-keyframes jump2 {
    0%{ transform:translateY(3px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(3px) }
  }
  @keyframes jump2 {
    0%{ transform:translateY(3px) }
    50%{ transform:translateY(0) }
    100%{ transform:translateY(3px) }
  }
  .qiehuan {
    position: absolute;
    right: calc(50% - 700px);
    z-index: 1;
    bottom: 50px;
    display: flex;
    align-items: center;
    color: #fff;
}
.qiehuan .prev
,.qiehuan .next{
    width: 40px;
    height: 26px;
    cursor: pointer;
    background: url(/template/index/public/54/54-0141/images/prev.png) no-repeat center;
}
.qiehuan .next{
    background: url(/template/index/public/54/54-0141/images/next.png) no-repeat center;
}
.qiehuan .swiper-button-disabled {
    opacity: .5;
    cursor: auto;
}
.qiehuan .dots{
    width: 120px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}
.qiehuan .dots span{
    font-size: 30px;
}
.qiehuan .dots .swiper-pagination-total{
    font-size: 16px;
}
.companybox{
    padding:50px 0;
}
.titbox {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}
.titbox .tit h2 {
    font-size: 34px;
    color: #337ecc;
    padding-left: 35px;
    background: url(/template/index/public/54/54-0141/images/btbg.png) no-repeat left center;
    background-size: 23px;
    position: relative;
}
.titbox .tit h2::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: url(/template/index/public/54/54-0141/images/btbg.png) no-repeat left center;
    background-size: 100%;
    border-radius: 50%;
    top:5px;
    left: 0;
    animation: move01 2s infinite;
}
/* .titbox .tit h2::before{
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    animation: move02 2s infinite;
} */
@keyframes move01 {
    0% {
       transform:translateY(5px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}
@keyframes move02 {
    0% {
       transform:translateY(2px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(2px)
    }
}
.aboutbox .titbox .tit h2{
    padding-left: 0;
    background: none;
}
.aboutbox .titbox .tit h2::after{
    display: none;
}
.titbox .tit h2 span{
    font-weight: lighter;
}
.titbox .tit p{
    font-size: 16px;
    font-weight: lighter;
}
.more{
    display: flex;
    font-size: 16px;
    color: #337ecc;
    transition: all .3s;
    position: relative;
}
.more::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #1150b8;
    top: 11px;
    left: -50px;
    opacity: 0;
    transition: all .3s;
}
.more:hover::after {
    width: 27px;
    left: -39px;
    opacity: 1;
}
.more:hover{
    color: #337ecc;
}
.more span{
    display: block;
    background: url(/template/index/public/54/54-0141/images/more.png) no-repeat center;
    background-size: 100%;
    width: 40px;
    margin-left: 10px;
}
.more:hover span{
    animation: arrow 1s infinite;
}
@keyframes arrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0);
    }
  }
.companybox .diy-edit-bg{
    position: relative;
}
.companybox .divbox {
    display: flex;
    justify-content: space-between;
}
.companybox .d01 {
    width: 52.5%;
    margin: 0;
}
.companybox .d01 li a{
    display: block;
    position: relative;
}
.companybox .d01 li a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%); 
    opacity: .5;
}
.companybox .d01 li a img{
    width: 100%;
    height: auto;
}
.companybox .d01 li a h3{
    position: absolute;
    width: calc(100% - 200px);
    left:30px;
    bottom:30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}
.companybox .d01 .dots {
    right: 30px;
    bottom: 30px;
    position: absolute;
    z-index: 3;
    width: auto;
    left: auto;
}
.companybox .d01 .dots span{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0;
    margin-left: 10px;
}
.companybox .d02{
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.companybox .d02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.companybox .d02 li h3 {
    position: relative;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    width: calc(100% - 150px);
    transition: all .3s;
}
.companybox .d02 li h3::after {
    height: 4px;
    position: absolute;
    content: '';
    width: 4px;
    border: 2px solid #828a99;
    left: 0;
    top: 7px;
    border-radius: 50%;
    transition: all .3s;
}
.companybox .d02 li:hover h3 {
    color: #337ecc;
    transform: translateX(15px);
    -ms-transform:translateX(15px);
    -moz-transform:translateX(15px);
    -webkit-transform:translateX(15px);
    -o-transform:translateX(15px);
}
.companybox .d02 li:hover h3::after{
    border: 2px solid #337ecc;
}
.companybox .d02 li span{
    display: block;
    color: #828a99;
    font-size: 15px;
}
.companybox .d02{
    width: 46%;
}
.newsbox{
    padding: 50px 0;
    background: #d9ecff;
}
.newsbox .titbox .tit h2{
    font-size: 30px;
}
.newsbox .titbox{
    margin-bottom: 20px;
}
.newsbox .divbox{
    display: flex;
    justify-content: space-between;
}
.newsbox .divbox .d01
,.newsbox .divbox .d02{
    width: 48.5%;
}
.newsbox .divbox .d01 ul{
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}
.newsbox .divbox .d01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}
.newsbox .divbox .d01 li a h3 {
    font-size: 16px;
    padding-left: 30px;
    background: url(/template/index/public/54/54-0141/images/notice.png) no-repeat left center;
    width: calc(100% - 150px);
    transition: all .3s;
}
.newsbox .divbox .d01 li:hover a h3
,.newsbox .divbox .d02 li:hover a h3{
    color: #337ecc;
    transform: translateX(15px);
    -ms-transform:translateX(15px);
    -moz-transform:translateX(15px);
    -webkit-transform:translateX(15px);
    -o-transform:translateX(15px);
}
.newsbox .divbox .d01 li a span
,.newsbox .divbox .d02 li a span{
    display: block;
    color: #828a99;
    font-size: 15px;
}
.newsbox .divbox .d02 .djimg{
    display: flex;
    justify-content: space-between;
}
.newsbox .divbox .d02 .djimg a{
    display: block;
    width: calc(50% - 10px);
}
.newsbox .divbox .d02 .djimg img{
    max-width: 100%;
    height: auto;
}
.newsbox .divbox .d02 li{
    margin-top: 10px;
}
.newsbox .divbox .d02 li a {
    display: flex;
    padding: 12px 15px;
    background: #fff;
    justify-content: space-between;
    border-radius: 3px;
}
.newsbox .divbox .d02 li a h3{
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 150px);
    transition: all .3s;
}
.newsbox .divbox .d02 li a h3::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #efa516;
    left: 0;
    top: 8px;
}
.casebox{
    padding: 50px 0;
    position: relative;
}
.casebox .tit{
    display: flex;
    align-items: baseline;
}
.casebox .tit ul {
    margin-left: 40px;
    display: flex;
}
.casebox .tit ul li a{
    display: block;
    font-size: 16px;
    font-weight: lighter;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    transition: all .3s;
}
.casebox .tit ul li:hover a{
    color: #337ecc;
}
.casebox .tit ul li a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #555;
    top: 5px;
    right: -1px;
}
.casebox .tit ul li:last-child a::after{
    display: none;
}
.case li a{
    display: block;
    position: relative;
    overflow: hidden;
    background: #337ecc;
}
.case li a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #337ecc 0, rgba(0, 0, 0, 0) 100%);
    opacity: .5;
}
.case li span{
    display: block;
}
.case li span img{
    width: 100%;
    height: auto;
    opacity: .2;
    transition: all .3s;
}
.case li.swiper-slide-active span img{
    opacity: 1;
}
.case li h3 {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: -100px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}
.case li.swiper-slide-active h3{
    opacity: 1;
    bottom:30px;
}
.caseprev,.casenext{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10%;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background: url(/template/index/public/54/54-0141/images/prev.png) no-repeat center;
}
.casenext{
    left: auto;
    right: 10%;
    background: url(/template/index/public/54/54-0141/images/next.png) no-repeat center;
}
.casedots{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.casedots span{
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #888;
    opacity: 1;
    margin:0 18px !important;
}
.casedots span.swiper-pagination-bullet-active::before{
    position: absolute;
    content: '';
    border: 1px solid #888;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -16px 0 0 -16px;
}
.aboutbox{
    padding:50px 0;
    position: relative;
    margin-top: 50px;
}
.aboutbox::after{
    position: absolute;
    content: '';
    width:calc(1400px*0.56 + (50% - 700px));
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0141/images/bg01.png) no-repeat right bottom;
    background-size: cover;
}
.aboutbox .divbox {
    display: flex;
    justify-content: space-between;
}
.aboutbox .titbox .tit p{
    margin-top: 20px;
}
.titbox .tit p span{
    display: block;
}
.aboutbox .d01{
    width: 56%;
    position: relative;
    z-index: 2;
}
.aboutbox .d01 .videobox{
    position: relative;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    background: #000;
    margin: 0 20px 70px 0;
}
.aboutbox .d01 .videobox img{
    width: 100%;
    height: auto;   
    transition: all .3s;
}
.aboutbox .d01 .videobox:hover img{
    opacity: .8;
}
.aboutbox .d01 .videobox .open{
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    cursor: pointer;
    background: url(/template/index/public/54/54-0141/images/video.png) no-repeat center;
}
.videoboxbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.9);
    z-index: 15;
}
.videoboxbg .video{
    width: 70%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.videoboxbg .video video{
  width: 100%;
}
.videoboxbg span{
  position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 25px;
    -webkit-text-stroke-width: initial;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.aboutbox .d02{
    width: 36%;
}
.aboutbox .numbox {
    display: flex;
}
.aboutbox .numbox li {
    width: 50%;
}
.aboutbox .numbox li div {
    display: flex;
    align-items: baseline;
    font-size: 18px;
}
.aboutbox .numbox li div h3 {
    font-size: 50px;
    color: #337ecc;
    font-weight: bold;
    margin-right: 5px;
    line-height: 1.2;
}
.aboutbox .numbox li p{
    font-size: 16px;
}
.aboutbox .sum {
    font-size: 16px;
    margin: 50px 0;
    text-align: justify;
    line-height: 1.8;
}
.aboutbox .ul02 li{
    margin-top: 20px;
}
.aboutbox .ul02 li a {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    padding-right: 40px;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s;
}
.aboutbox .ul02 li:hover a {
    background: #337ecc;
}
.aboutbox .ul02 li:hover a h3{
    color: #fff;
}
.aboutbox .ul02 li div {
    display: flex;
    align-items: center;
}
.aboutbox .ul02 li div span{
    display: block;
    width: 83px;
}
.aboutbox .ul02 li div span img{
    width: 100%;
    height: auto;
}
.aboutbox .ul02 li div h3 {
    font-size: 17px;
    margin-left: 50px;
    font-weight: bold;
    color: #337ecc;
    transition: all .3s;
}
.aboutbox .ul02 li a em{
    display: block;
    width: 40px;
    height: 20px;
    background: url(/template/index/public/54/54-0141/images/more.png) no-repeat center;
    transition: all .3s;
    background-size: 100%;
    opacity: .3;
}
.aboutbox .ul02 li:hover a em{
    opacity: 1;
    background: url(/template/index/public/54/54-0141/images/more04.png) no-repeat center;
    background-size: 100%;
    animation: arrow 1s infinite;
}
.business{
    padding:40px 0 70px 0;
}
.business .titbox .tit p{
    margin-top: 20px;
}
.business .titbox .more{
    transform: translateY(40px);
}
.business li{
    width: 50%;
}
.business li a{
    display: block;
    position: relative;
    background: #000;
}
.business li.li1 a{
    background-image: linear-gradient(135deg,#1e0fe4 0,#337ecc 100%);  
}
.business li span {
    display: block;
}
.business li span img{
    width: 100%;
    height: auto;
    opacity: .8;
    transition: all .3s;
}
.business li.li1 span img{
    opacity: .5;
}
.business li.li1:hover span img{
    opacity: .3;
}
.business li:hover span img{
    opacity: .5;
}
.business li div {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}
.business li div h3 {
    font-size: 25px;
    font-weight: bold;
}
.business li div p {
    font-size: 12px;
    letter-spacing: 2px;
}
.business li div ins {
    display: block;
    width: 100px;
    position: relative;
    margin-top: 30px;
    padding-left: 85px;
    transition: all .3s;
}
.business li div ins::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 10px;
    transition: all .3s;
}
.business li div ins em{
    display: block;
    background: url(/template/index/public/54/54-0141/images/more03.png) no-repeat center;
    width: 20px;
    height: 20px;
}
.business li:hover div ins {
    width: 200px;
    padding-left: 185px;
}
.business li:hover div ins::after{
    width: 170px;
}
.industrybox{
    padding: 30px 0 50px 0;
}
.industrybox ul{
    display: flex;
    gap: 25px;
}
.industrybox li {
    width: calc((100% - 25px* 2) / 3);
    background: #fff;
    padding: 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.ispc .industrybox li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}
.industrybox li a{
    display: block;
}
.industrybox li::after{
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    right: -40px;
    bottom: -40px;
    background: url(/template/index/public/54/54-0141/images/logo02.png) no-repeat center;
}
.industrybox li span {
    display: block;
    font-size: 16px;
    color: #828a99;
}
.industrybox li h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.industrybox li:hover h3{
    color: #337ecc;
}
.industrybox li ins{
    display: block;
    width: 100px;
    position: relative;
    margin-top: 30px;
    padding-left: 85px;
    transition: all .3s;
    -webkit-filter: grayscale(100%);
    opacity: .3;
    box-sizing: border-box;
}
.industrybox li:hover ins{
    -webkit-filter: grayscale(0);
    opacity: 1;
    width: 100%;
    padding-left: calc(100% - 40px);
}
.industrybox li ins::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #828a99;
    left: 0;
    top: 10px;
    transition: all .3s;
}
.industrybox li:hover ins::after {
    width: calc(100% - 50px);
    background: #337ecc;
}
.industrybox li ins em{
    display: block;
    background: url(/template/index/public/54/54-0141/images/more02.png) no-repeat center;
    background-size: 14px;
    width: 20px;
    height: 20px;
} 
.footer{
    background: #333e4e;
}
.foot01{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.foot01 .ftlogo img {
    max-width: 350px;
    height: auto;
}
.foot01 .ftcon {
    width:50%;
    display: flex;
    flex-wrap: wrap;
}
.foot01 .ftcon li{
    width: 48%;
    margin: 1%;
    display: flex;
    align-items: center;
}
.foot01 .ftcon li span{
    display: block;
    width: 20px;
}
.foot01 .ftcon li span img{
    width: 100%;
    height: auto;
}
.foot01 .ftcon li h3{
    font-size: 16px;
    margin-left: 10px;
    color: #818791;
}
.foot01 .ftcon li h3 a{
    color: #818791;
}
.foot01 .ftsao span img{
    width: 100%;
    height: auto;
}
.foot01 .ftsao span {
    display: block;
    width: 120px;
    margin: auto;
}
.foot01 .ftsao h3{
    text-align: center;
    color: #818791;
    font-size: 16px;
    margin-top: 10px
}
.copy{
    padding: 20px 0;
}
.copy .d01{
    text-align: center;
}
.copy .d01 span{
    color: #818791;
    font-size: 15px;
    margin: 0 5px;
}
.copy .d01 span a{
    color: #818791;
}
.copy .default-copyright {
    line-height: 2;
    color: #818791;
    font-size: 15px;
    margin: auto;
    text-align: center;
}
.copy .default-copyright a{
    font-size: 15px;
    color: #fff;
}
.top {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: fixed;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    right: 10px;
    bottom: -100px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
}
.top.a{
    bottom: 10px;
    opacity: 1;
}
.top:hover span{
    color: #337ecc;
}
/*-----------------list-news---------------------*/
.banner01{
    position: relative;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.banner01 .cattit{
    position: absolute;
    top: 50%;
    left: 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 .cattit h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
}
.list-nav{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.list-nav .divbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-nav ul {
    display: flex;
}
.list-nav li a {
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
    padding: 20px 0;
}
.list-nav li a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #337ecc;
    opacity: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transition: all .3s;
}
.list-nav li.a a::after
,.list-nav li:hover a::after{
    width: 100%;
    opacity: 1;
}
.list-nav li.a a
,.list-nav li:hover a{
    color: #337ecc;
}
.list-nav li{
    padding-right: 30px;
    margin-right: 30px;
}
.pox{
    font-size: 14px;
}
.pox a{
    color: #666;
}
.pox a:hover{
    color: #337ecc;
}
.pub{
    text-align: right;
    margin: 10px 0;
}
.hotnews{
    margin-top: 50px;
}
.hotnews li{
}
.hotnews li a{
    display: flex;
    background: #fff;
    align-items: center;
}
.hotnews li span{
    display: block;
    width: 50%;
}
.hotnews li span img{
    width: 100%;
    height: auto;
}
.hotnews li div{
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
}
.hotnews li div i{
}
.hotnews li div h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.hotnews li div p {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: lighter;
    margin-top: 20px;
}
.hotnews li div ins
,.list-business li div ins{
    display: block;
    width: 100px;
    position: relative;
    margin-top: 30px;
    padding-left: 85px;
    transition: all .3s;
    -webkit-filter: grayscale(100%);
    opacity: .3;
    box-sizing: border-box;
}
.hotnews li ins::after 
,.list-business li div ins::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #828a99;
    left: 0;
    top: 10px;
    transition: all .3s;
}
.hotnews li div ins em
,.list-business li div ins em{
    display: block;
    background: url(/template/index/public/54/54-0141/images/more02.png) no-repeat center;
    background-size: 14px;
    width: 20px;
    height: 20px;
}
.hotnews li:hover ins
,.list-business li:hover div ins{
    -webkit-filter: grayscale(0);
    opacity: 1;
    width: 100%;
    padding-left: calc(100% - 40px);
}
.hotnews li:hover ins::after
,.list-business li:hover div ins::after {
    width: calc(100% - 50px);
    background: #337ecc;
}
.n-prev,.n-next{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #337ecc;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
}
.n-next{
    right:0 ;
    background: #1b68b9;
}
.n-prev:hover,.n-next:hover{
    opacity: .8;
}
.list-news{
    margin:50px auto;
}
.list-news .ul01 li{
    margin-bottom: 20px;
}
.list-news .ul01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: #fff;
    transition: all .3s;
}
.list-news .ul01 li:hover a{
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.list-news .ul01 li span {
    display: block;
    width: 250px;
    overflow: hidden;
}
.list-news .ul01 li img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.list-news .ul01 li:hover img{
    transform: scale(1.08);
}
.list-news .ul01 li .d01 {
    width: calc(100% - 280px);
}
.list-news .ul01 li .d01 h3 {
    font-size: 24px;
    font-weight: bold;
    transition: all .3s;
}
.list-news .ul01 li:hover .d01 h3{
    color: #337ecc;
}
.list-news .ul01 li .d01 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #999;
    margin-top:10px;
    font-weight: lighter;
}
.list-news .ul01 li .d01 .d02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}
.list-news .ul01 li .d01 .d02 ins {
    font-family: 微软雅黑 light;
    display: block;
    font-size: 16px;
    color: #999;
}
.list-news .ul01 li .d01 .d02 em{
    display: block;
    width: 40px;
    height: 20px;
    background: url(/template/index/public/54/54-0141/images/more.png) no-repeat center;
    background-size: 100%;
    -webkit-filter: grayscale(100%);
    opacity: .3;
    transition: all .3s;
    margin-right: 10px;
}
.list-news .ul01 li:hover .d01 .d02 em{
    opacity: 1;
    -webkit-filter: grayscale(0);
    animation: arrow 1s infinite;
}
/*---------------view-news-----------------*/
.view-news {
    background: #fff;
    padding: 50px 100px;
    margin-top: 15px;
}
.poxbox{
    margin-top: 50px;
}
.view-news .title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.view-news .ww{
    font-size: 16px;
    font-weight: lighter;
    color: #999;
    padding:25px 0;
    margin-bottom: 30px;
    background: url(/template/index/public/54/54-0141/images/articleLine.png) repeat-x bottom;
}
.view-news .ww em{
    font-style:normal;
    margin-right: 30px;
}
.fanye {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.fanye .a01{
    display: block;
    width: 120px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #337ecc;
    font-size: 16px;
    border-radius: 30px;
    color: #337ecc;
    transition: all .3s;
}
.fanye .a01:hover{
    background: #337ecc;
    color: #fff;
}
.fanye .back{
    margin: 0 200px;
    font-size: 16px;
    line-height: 38px;
    transition: all .3s;
}
.fanye .back:hover{
    color: #337ecc;
}
.list-news02 .ul01 li .d01 {
    width: 100%;
}
/*----------------------list-news03-----------------*/
.list-news03 .ul01{
    margin:50px auto;
}
.list-news03 .ul01 li{
    margin-bottom: 20px;
}
.list-news03 .ul01 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background: #fff;
    transition: all .3s;
}
.list-news03 .ul01 li:hover a {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.list-news03 .ul01 li:last-child a{
    border: none;
}
.list-news03 .ul01 li ins {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #828a99;
    border-right: 1px solid #eee;
    padding: 0 30px 0 10px;
}
.list-news03 .ul01 li ins strong {
    display: block;
    font-size: 50px;
    line-height: 1.1;
}
.list-news03 .ul01 li div {
    width: calc(100% - 220px);
    padding-left: 30px;
}
.list-news03 .ul01 li h3 {
    font-size: 22px;
    padding-left: 30px;
    background: url(/template/index/public/54/54-0141/images/notice.png) no-repeat left center;
    transition: all .3s;
}
.list-news03 .ul01 li:hover h3 {
    color: #337ecc;
    transform: translateX(15px);
    -ms-transform:translateX(15px);
    -moz-transform:translateX(15px);
    -webkit-transform:translateX(15px);
    -o-transform:translateX(15px);
}
.list-news03 .ul01 li p {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}
.list-news03 .ul01 li span {
    display: block;
    width: 60px;
    line-height: 40px;
    background: #eee;
    text-align: center;
    border-radius: 50px;
    color: #828a99;
    font-size: 17px;
    transition: all .3s;
    margin-left: 20px;
}
.list-news03 .ul01 li:hover span{
    background: #337ecc;
    color: #fff;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.pagination li.active span, .pagination li:hover a {
    background: #337ecc !important;
}
/*-------------------list-case----------------*/
.list-case{
    margin:50px auto;
}
.list-nav .sidebar-ul-1 {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
}
.list-nav .sidebar-li-1.a .sidebar-ul-1 {
    display: flex;
}
.list-nav .sidebar-ul-1 li a {
    color: #999 !important;
    font-size: 15px;
}
.list-nav .sidebar-ul-1 .sidebar-li-2{
   padding-left: 20px;
}
.list-nav .sidebar-ul-1 .sidebar-li-2.a a
,.list-nav .sidebar-ul-1 .sidebar-li-2 a:hover{
    color: #0a53bd !important;
}
.list-case ul.ul01 {
    display: flex;
    flex-wrap: wrap;
}
.list-case .ul01 li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.list-case .ul01 li a{
    display: block;
}
.list-case .ul01 li span{
    display: block;
    overflow: hidden;
}
.list-case .ul01 li img{
    width: 100%;
    height: auto;
    transition: all .4s;
}
.list-case .ul01 li: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-case .ul01 li div {
    padding: 20px 0;
    position: relative;
    transition: all .3s;
}
.list-case .ul01 li div h3 {
    font-size: 22px;
    font-weight: bold;
    transition: all .3s;
    width: calc(100% - 70px);
    color: #333;
    transition: all .3s;
}
.list-case .ul01 li div p {
    font-size: 17px;
    color: #999;
    margin-top: 5px;
    transition: all .3s;
    width: calc(100% - 70px);
    transition: all .3s;
}
.list-case .ul01 li:hover div h3
,.list-case .ul01 li:hover div p{
    padding-left: 20px;
}
.list-case .ul01 li div em {
    display: block;
    top: 70%;
    right:20px;
    margin-top: -20px;
    position: absolute;
    transition: all .3s;
    color: #fff;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.list-case .ul01 li:hover div em {
    opacity: 1;
    top: 50%;
}
.list-case .ul01 li:hover div{
    background: #337ecc;
}
.list-case .ul01 li:hover div h3
,.list-case .ul01 li:hover div p{
    color: #fff;
}

/*------------------------view-case---------------------------*/
.headheight{
    height: 50px;
}
.caseimg li img{
    width: 100%;
    height: auto;
}
.view-case{
    margin-bottom: 100px;
}
.view-case .pox{
    margin-bottom: 15px;
}
.casedots02{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.casedots02 span{
    background: #fff;
}
.c-prev, .c-next {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    color: #fff;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    left: 0;
    transition: all .3s;
    opacity: .5;
    cursor: pointer;
}
.c-prev:hover, .c-next:hover{
    opacity: 1;
}
.c-next{
    left: auto;
    right: 0;
}
.divcont {
    padding-top: 50px;
}
.float-title{
    float: left;
    position: relative;
    width: 200px;
    top: 0;
    border-right: 1px solid #eee;
    transition: all .3s;
}
.float-title.a{
    position: fixed;
    top: 130px;
}
.float-title li{
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.float-title li::before{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    top: 10px;
    background: #0a53bd;
    opacity: 0;
    transition: all .3s;
}
.float-title li:hover::before
,.float-title li.a::before{
    width: 15px;
    opacity: 1;
}
.float-title li:hover
,.float-title li.a{
    color: #0a53bd;
}
.caseinfo .divtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.caseinfo .divtitle span{
    display: block;
    padding-left: 30px;
    background: url(/template/index/public/54/54-0141/images/fangda.png) no-repeat left center;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.caseinfo h3.title {
    font-size: 35px;
    padding: 50px 0;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    width: calc(100% - 100px);   
}
.caseinfo .d02 {
    margin-top: 50px;
    display: flex;
    margin-bottom: 80px;
}
.caseinfo .d01 h3{
    font-size: 25px;
    font-weight: bold;
}
.caseinfo .d02 p {
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    width: 23%;
    margin-right: 2%;
}
.caseinfo .d02 p strong{
    color: #0a53bd;
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}
.casefanye {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.casefanye p {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    border-radius: 50%;
    background: #eee;
    transition: all .3s;
}
.casefanye p a{
    font-size: 15px;
    display: block;
    transition: all .3s;
}
.casefanye p:hover{
    background: #0a53bd;
    color: #fff;
}
.casefanye p:hover a{
    color: #fff;
}
.popcaseimg {
    background: #fff;
    position: fixed;
    z-index: 22;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.popcaseimg.a{
    opacity: 1;
    visibility: visible;
}
.popcaseimg .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%);
}
.popcaseimg .d01 li{
    height: 630px;
    line-height: 630px;
    text-align: center;
}
.popcaseimg .d01 li img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.pc-prev, .pc-next {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 30px;
    left: -70px;
    top: 50%;
    margin-top: -80px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}
.popcaseimg .d02 li.swiper-slide-thumb-active::before{
    border: 2px solid #0a53bd;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.pc-prev:hover, .pc-next:hover{
    background: #eee;
}
.pc-next{
    left: auto;
    right: -70px;
}
.popcaseimg .d02{
    margin-top: 10px;
}
.popcaseimg .d02 li{
    position: relative;
    cursor: pointer;
}
.popcaseimg .d02 li img{
    width: 100%;
    height: auto;
}
.closebox {
    display: block;
    position: absolute;
    right: 50px;
    top: 43px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.related02{
    background: #f5f5f5;
    padding: 50px 0;
}
.related02 .wp1400{
    position: relative;
}
.related02 .g-prev, .related02 .g-next {
    position: absolute;
    cursor: pointer;
    bottom: auto;
    top: 0;
    right:60px;
    left: auto;
    color: #999 !important;
    background: none;
    font-size: 18px;
}
.related02 .g-next{
    right: 0;
}
.related02 h2{
    font-size: 23px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.related02 li img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.related {
    margin-top: 70px;
}
.related h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.related li a,.related02 li a{
    display: block;
}
.related li a span,.related02 li span{
    display: block;
    overflow: hidden;
}
.related li a img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.related li:hover a img,.related02 li: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);
}
.related li a h3,.related02 li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #333;
}
.list-award{
    margin-bottom: 100px;
}
.list-award ul{
    flex-wrap: wrap;
}
.list-award li{
    margin-bottom: 30px;
}
/*------------------list-djnews------------------------*/
.list-djnews{
    background: url(/template/index/public/54/54-0141/images/dj.png) no-repeat top center;
    background-size: 100%;
    padding-top: 100px;
}
.djtit { 
    font-size: 40px;
    color: #f7fb8b;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    background: url(/template/index/public/54/54-0141/images/titbg.png) no-repeat center;
    letter-spacing: 10px;
}
.nodata{
    line-height: 500px;
    background: url(/template/index/public/54/54-0141/images/nodata.png) no-repeat center;
}
/*-------------------list-con---------------------*/
.list-con{
    background: url(/template/index/public/54/54-0141/images/conbg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.list-con .divbox {
    display: flex;
    justify-content: space-between;
}
.list-con .d01 h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
}
.list-con .d01 h2::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #d90b0b;
    bottom: 15px;
    right: -16px;
}
.list-con .d01 h3 {
    font-size: 33px;
    color: #fff;
}
.list-con .d02 {
    width: 65%;
}
.list-con .d02 ul {
    display: flex;
    flex-wrap: wrap;
}
.list-con .d02 li {
    width: 50%;
    display: flex;
    margin: 20px 0;
}
.list-con .d02 li span {
    display: block;
    width: 30px;
}
.list-con .d02 li img{
    width: 100%;
    height: auto;
}
.list-con .d02 li h3 {
    color: #fff;
    font-size:22px;
    margin-left: 10px;
    width: calc(100% - 40px);
}
.list-con .d02 li h3 a{
    color: #fff;
}
.mapbox {
    margin-top: 60px;
    height: 500px;
    position: relative;
    border: 5px solid #888;
    box-sizing: border-box;
    overflow: hidden;
}
.mapbox iframe{
    position: absolute;
    width: 1400px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
/*------------------list-about--------------------------*/
.list-ab01 {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}
.list-ab01 .abtit{
    width: 25%;
    position: relative;
}
.list-ab01 h2 {
    font-size: 40px;
}
.list-ab01 .abtit .quan {
    position: absolute;
    width: 232px;
    height: 232px;
    left: 0;
    bottom: 0;
}
.list-ab01 .abtit .quan span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/template/index/public/54/54-0141//images/wicon10.png) center center no-repeat;
    animation: rotating 10s infinite linear;
    background-size: cover;
}
.list-ab01 .abtit .quan em{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -40px;
    background: url(/template/index/public/54/54-0141/images/wicon9.png) center center no-repeat;
}
@keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@-moz-keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
@keyframes rotating {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
.list-ab01 .abtit .quan::after{
    position: absolute;
    content: '';
}
.list-ab01 .divbox {
    width: 70%;
}
.list-ab01 .d01 p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.list-ab01 .videobox{
    position: relative;
    background: #000;
    overflow: hidden;
}
.list-ab01 .videobox img {
    width: 100%;
    height: auto;
    transition: all 1s;
}
.list-ab01 .videobox:hover img {
    opacity: .9;
    transform: scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.list-ab01 .videobox .open{
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    background: url(/template/index/public/54/54-0141/images/video.png) no-repeat center;
}
.list-ab02{
    padding: 70px 0;
    background: #f9f9f9;
}
.abtit02 {
    text-align: center;
    margin-bottom: 50px;
}
.abtit02 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
}
.abtit02 span {
    display: block;
    width: 200px;
    height: 1px;
    background: #337ecc;
    margin: 10px auto;
    position: relative;
}
.abtit02 span em {
    display: block;
    width: 50px;
    height: 3px;
    background: #337ecc;
    left: 50%;
    top: -1px;
    position: absolute;
    margin-left: -25px;
}
.abtit02 p {
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    font-family: 微软雅黑 light;
    letter-spacing: 2px;
}
.list-ab02 ul {
    display: flex;
    border: 1px solid #e5e5e5;
    border-right: none;
}
.list-ab02 li{
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
}
.list-ab02 li div {
    position: absolute;
    padding: 50px;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.list-ab02 li div h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.list-ab02 li.li03 div h3 {
    margin-bottom: 5px;
}
.list-ab02 li div h4{
    font-size: 25px;
    margin-bottom: 5px;
}
.list-ab02 li div p {
    font-size: 18px;
    color: #777;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: lighter;
}
.ispc .list-ab02 li:hover div
,.ispc .list-ab02 li:hover div p {
    color: #fff;
}
.list-ab02 li img{
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all .6s;
}
.list-ab02 li:hover img{
    opacity: 1;
}
.list-ab02 li:hover span{
    display: none;
}
.list-ab02 li span {
    display: block;
    position: absolute;
    width: 220px;
    height: 180px;
    right: -50px;
    bottom: 0;
    opacity: .1;
}
.list-ab02 li span img{
    opacity: 1;
}
.list-ab03{
    padding: 70px 0;
    position: relative;
}
.list-ab03 li a{
    outline-style: none;
}
.list-ab03 li img{
    width: 100%;
    height: auto;
}
.list-ab03 li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.ab-prev, .ab-next {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    left: -90px;
    bottom: 36%;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
}
.ab-prev:hover, .ab-next:hover{
    border-color: #337ecc;
    color: #337ecc;
}
.ab-next{
    left: auto;
    right: -90px;
}
/*-----------------list-develop----------------*/
.list-develop{
    padding: 140px 0;
    background: url(/template/index/public/54/54-0141/images/devebg.png) no-repeat center;
    background-attachment: fixed;
    background-position: cover;
}
.list-develop .wp1400{
    position: relative;
}
.list-develop .d01{
    width: 640px;
    background: #fff;
    box-shadow: 0 0 24px rgba(18,35,62,0.05);
    margin: auto;
}
.list-develop .d01 li {
    height: 280px;
    position: relative;
}
.list-develop .d01 li strong{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #F4F8FF;
    font-size: 135px;
    line-height: 1;
}
.list-develop .d01 li div {
    position: absolute;
    text-align: center;
    width: 90%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.list-develop .d01 li div h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.list-develop .d01 li div p {
    font-size: 16px;
    color: #666;
}
.list-develop .d02{
    position: relative;
    background: url(/template/index/public/54/54-0141/images/line.png) no-repeat center 45px;
    margin-top: 50px;
}
.list-develop .d02 li{
    text-align: center;
    cursor: pointer;
    height: 100px;
}
.list-develop .d02 li span{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 36px;
    background: #D8DEEF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.list-develop .d02 li h3 {
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 55px;
}
.list-develop .d02 li.swiper-slide-thumb-active span {
    width: 80px;
    height: 80px;
    margin-left: -50px;
    border: 10px solid #d8deef;
    top: 0;
    background-image: linear-gradient(135deg, #1e0fe4 0, #337ecc 100%);
}
.list-develop .d02 li.swiper-slide-thumb-active h3 {
    font-size: 25px;
    position: relative;
    color: #fff;
    margin-top: 30px;
}
.de-prev, .de-next {
    position: absolute;
    left: 100px;
    width: 50px;
    height: 50px;
    border: 2px solid #d8deef;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    top: 44%;
    color: #d8deef;
    cursor: pointer;
    transition: all .3s;
}
.de-next{
    left: auto;
    right: 100px;
}
.de-prev:hover, .de-next:hover{
    border-color: #337ecc;
    color: #337ecc;
}
/*---------------list-honor-----------------------*/
.honorbox{
    padding: 100px 0;
    background: url(/template/index/public/54/54-0141/images/rbbg02.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.tit04{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}
.tit01 h4 {
    font-size: 40px;
    color: #337ecc;
    font-family: 微软雅黑 Light;
    text-transform: uppercase;
}
.tit04 h4 span {
    display: block;
    line-height: 1;
    font-size: 60px;
}
.tit04 .tit01 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.tit04 h2 span {
    color: #337ecc;
}
.tit04 p {
    font-size: 30px;
}
.tit04 ul {
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.tit04 li{
    width: 247px;
    background: url(/template/index/public/54/54-0141/images/rybg.png) no-repeat center;
    padding: 30px 0 50px 0;
}
.tit04 li span {
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #337ecc;
    font-weight: bold;
    align-items: baseline;
    line-height: 1.2;
}
.tit04 li span h3{
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
}
.tit04 li p {
    font-size: 18px;
    text-align: center;
    color: #337ecc;
}
.honorbox .divbox{
    padding-bottom: 105px;
    background: url(/template/index/public/54/54-0141/images/honort.png) no-repeat center bottom;
}
.honorbox .divbox .wp1400{
    display: flex;
    justify-content: space-between;
}
.honorbox .divbox .imgbox{
    width: 300px;
}
.honorbox .divbox .imgbox img{
    width: 100%;
    height: auto;
}
.honorbox .divbox .d01{
    width: calc(100% - 335px);
    margin: 0;
}
.honorbox .divbox .d01 ul{
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.honorbox li a{ 
    display: flex;
    height: 417px;
    justify-content: center; 
    align-items: end;
    outline-style: none !important;
}
.honorbox li a img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    box-sizing: border-box;
}
.h-prev, .h-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #aaa;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 60%;
    margin-top: -37px;
    right: 100px;
    cursor: pointer;
    transition: all .3s;
}
.h-next{
    right:0;
}
.h-prev:hover, .h-next:hover {
    border-color: #337ecc;
    color: #337ecc;
}
/*---------------list-business------------------------*/
.l-business01{
    padding: 100px 0;
}
.l-business01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}
.l-business01 li{
    width: calc((100% - 50px)/2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}
.l-business01 li:hover{
   box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.l-business01 li div{
    width: calc(100% - 100px);
}
.l-business01 li p {
    font-size: 18px;
    color: #aaa;
    text-transform: uppercase;
    font-family: 微软雅黑 light;
    margin-bottom: 20px;
}
.l-business01 li h3 {
    font-size: 22px;
    color: #b49a7f;
    font-weight: bold;
}
.l-business01 li span{
    display: block;
    width: 60px;
    height: 75px;
    background: url(/template/index/public/54/54-0141/images/ry02.png) no-repeat center;
}
.l-business01 li img{
    width: 50px;
    height: auto;
}
.list-business{
    margin: 50px auto;
}
.list-business li{
    margin-bottom: 50px;
    transition: all .3s;
}
.list-business li:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.list-business li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    position: relative;
    padding: 50px;
}
.list-business li span{
    display: block;
    width: 40%;
    overflow: hidden;
}
.list-business li span img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.list-business li div{
    width: 55%;
    box-sizing: border-box;
}
.list-business li div h3{
    font-size: 28px;
    color: #333;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-business li:hover div h3{
    color: #337ecc;
}
.list-business li div p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}
/*------------------view-business---------------*/
.view-business{
    padding-bottom: 50px;
}
.view-business .title {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    margin: 50px 0;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.view-business .d01 li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    align-items: center;
}
.view-business .d01 li span {
    width: 50%;
}
.view-business .d01 li span img{
    width: 100%;
    height: auto;
}
.view-business .d01 li div{
    width: 45%;
}
.view-business .d01 li div h4 {
    font-size: 20px;
    font-weight: bold;
    color: #337ecc;
    margin-bottom:10px;
}
.view-business .d01 li div p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}
/*-------------------list-leader---------------*/
.list-leader{
    padding: 100px 0;
    background: url(/template/index/public/54/54-0141/images/bg02.jpg) no-repeat center bottom;
    padding-bottom: 300px;
}
.list-leader li {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.list-leader li .d01{
    display: flex;
    color: #333;
    padding: 30px 50px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.list-leader li .d02 {
    font-size: 18px;
    padding: 50px;
    border-top: 1px dotted #eee;
    line-height: 2;
    display: none;
}
.list-leader li h3 {
    font-size: 25px;
    font-weight: bold;
    width: 150px;
}
.list-leader li p{
    font-size: 25px;
    border-left: 1px solid #ddd;
    padding-left: 80px;
    box-sizing: border-box;
}
.list-leader li .d01 em {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #337ecc;
    line-height: 25px;
    text-align: center;
    color: #337ecc;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -13px;
    transition: all .3s;
}
.list-leader li .d01.a em{
    transform: rotate(180deg);
    border-color:#fff;
    color: #fff;
}
.list-leader li .d01.a{
    background: #337ecc;
    color: #fff;
}

@media screen and (max-width:1440px){ 
    .wp1400 {
        width: 1200px;
    }
    .menu li a{
        padding: 32px 15px;
    }
    .banner li span{
        width: 600px;
    }
    .companybox .d02{
        padding:24px 25px;
    }
    .companybox .d02 li a{
        padding: 9px 0;
    }
    .companybox .d01 li a h3{
        font-size: 18px;
    }
    .newsbox .divbox .d01 li a {
        padding: 8px 0;
    }
    .aboutbox .sum {
        font-size: 15px;
        margin: 30px 0;
    }
    .industrybox li h3 {
        font-size: 17px;
        margin-top: 20px;
    }
    .industrybox li {
        padding: 25px;
    }
    .aboutbox::after{
        width:calc(1200px*0.56 + (50% - 600px));
    }
    .list-ab01 .d01 p{
        font-size: 16px;
    }
    .foot01 .ftcon {
        width: 55%;
    }
    .foot01 .ftcon li h3 {
        font-size: 15px;
    }
    .foot01 .ftsao span {
        width: 100px;
    }
    .list-ab01 .abtit .quan {
        width: 180px;
        height: 180px;
    }
    .list-ab02 li div p{
        font-size: 16px;
    }
    .list-develop .d02 {
        background-size: 100%;
    }
    .list-develop{
        padding: 120px 0;
    }
    .list-case .ul01 li div h3{
        font-size: 20px;
    }
    .caseinfo h3.title{
        font-size: 30px;
    }
    .list-con .d01 h2 {
        font-size: 50px;
    }
    .list-con .d01 h3 {
        font-size: 28px;
    }
    .list-con .d02 li span {
        width: 25px;
    }
    .list-con .d02 li h3 {
        font-size: 18px;
        width: calc(100% - 35px);
    }
    .qiehuan {
        right: calc(50% - 600px);
    }
}

@media screen and (max-width:1024px){ 
    .wp1400,.wp {
        width: auto !important;
        min-width: auto !important;
    }
    .topheight{
        height:55px;
    }
    .mbhead {
        padding:0 10px;
        background: #fff;
        position: fixed;
        line-height: 55px;
        height: 55px;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height:30px;
    }
    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: #337ecc;
        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;
    }
    .searchbox span{
        margin-right: 50px;
        font-size: 18px;
    }
    .search {
        top: 55px;
        padding: 15px;
        display: none;
        box-sizing: border-box;
    }
    .search form {
        padding: 0 10px;
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
    .search form .tdy-keyword {
        width: 100%;
        line-height: 40px;
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    .search .closess {
        font-size: 17px;
        margin-left: 15px;
        margin-right: 0;
    }
    body.module-index{
        background: #f5f5f5;
    }
    .banner li{
        height: 40vh;
        background-size: cover !important;
    }
    .banner li span{
        width: 80%;
    }
    .scroll {
        bottom: 10px;
        transform: scale(0.7);
    }
    .qiehuan {
        right: 10px;
        bottom: 20px;
    }
    .qiehuan .prev, .qiehuan .next {
        width: 20px;
        height: 15px;
        background-size: 100% !important;
    }
    .qiehuan .dots {
        width: 80px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .qiehuan .dots span {
        font-size: 20px;
    }
    .qiehuan .dots .swiper-pagination-total {
        font-size: 12px;
    }
    .mbcompany{
        margin: 10px;
        background: #fff;
        border-radius: 15px;
        padding: 10px;
        padding-bottom: 20px;
    }
    .mbtit{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .mbtit h2{
        position: relative;
    }
    .mbtit h2 span {
        line-height: 1;
        padding-bottom: 10px;
        color: #337ecc;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        z-index: 1;
    }
    .mbtit h2::after {
        position: absolute;
        content: "";
        height: 4px;
        width: 67px;
        background: #efa516;
        bottom: 8px;
        left: 4px;
    }
    .mbtit a.mbmore{
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #1a61c9;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        margin-right: 5px;
        color: #1a61c9;
        margin-top: 3px;
    }
    .mbtit ul{
        display: flex;
    }
    .mbtit li a{
        font-size: 14px;
        color: #999;
    }
    .mbcompany .d01 li a{
        display: block;
    }
    .mbcompany .d01 li img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .mbcompany .d01 li p {
        background: #4787ef;
        border-radius: 10px 0 10px 0;
        font-size: 12px;
        padding: 2px 10px;
        transform: translateY(-10px);
        margin-left: 10px;
        color: #fff;
        display: inline-block;
    }
    .mbcompany .d01 li:nth-child(2n) p {
        background: #ffd03c;
    }
    .mbcompany .d01 li h3{
        font-size: 14px;
        margin-top: 5px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .mbcompany .d02{
        margin-top: 20px;
    }
    .mbcompany .d02 li:nth-child(6)
    ,.mbcompany .d02 li:nth-child(7)
    ,.mbcompany .d02 li:nth-child(8)
    ,.mbcompany .d02 li:nth-child(5){
        display: none;
    }
    .mbcompany .d02 li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-top: 1px dotted #eee;
    }
    .mbcompany .d02 li h3{
        font-size: 14px;
        width: calc(100% - 65px);
    }
    .mbcompany .d02 li span{
        font-size: 12px;
        color: #828a99;
        display: block;
    }
    .newsbox {
        padding: 0 10px;
        background: none;
        margin-top: 10px;
    }
    .newsbox .divbox {
        flex-wrap: wrap;
    }
    .newsbox .divbox .d01, .newsbox .divbox .d02 {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .newsbox .divbox .d01 ul {
        padding: 0;
    }
    .newsbox .divbox .d01 li a{
        padding: 5px 0;
    }
    .newsbox .divbox .d01 li a h3 {
        font-size: 14px;
        padding-left: 20px;
        width: calc(100% - 90px);
        background-size: 15px;
    }
    .newsbox .divbox .d01 li a span, .newsbox .divbox .d02 li a span {
        font-size: 12px;
    }
    .newsbox .divbox .d02 {
        margin-top: 10px;
    }
    .newsbox .divbox .d02 .djimg a {
        width: calc(50% - 5px);
    }
    .newsbox .divbox .d02 li a {
        padding: 5px 10px;
        background: #f5f5f5;
    }
    .newsbox .divbox .d02 li a h3 {
        font-size: 14px;
        padding-left: 14px;
        width: calc(100% - 90px);
        transition: all .3s;
    }
    .newsbox .divbox .d02 li {
        margin-top: 7px;
    }
    .casebox {
        padding: 20px 10px;
    }
    .case{
        padding-bottom: 15px;
    }
    .case li h3{
        font-size: 15px;
        bottom: 20px;
        padding: 0 10px;
    }
    .case li.swiper-slide-active h3{
        bottom: 20px;
    }
    .case li a::after{
        height: 100px;
    }
    .caseprev, .casenext {
        width: 25px;
        height: 25px;
        left: 15px;
        margin-top: -13px;
        background-size: 100%;
    }
    .casenext {
        left: auto;
        right: 15px;
    }
    .casedots span{
        margin: 0 10px !important;
    }
    .casedots span.swiper-pagination-bullet-active::before{
        width: 20px;
        height: 20px;
        margin-left: -11px;
        margin-top: -11px;
    }
    .aboutbox {
        padding: 20px 10px;
        margin-top: 20px;
    }
    .aboutbox .divbox {
        flex-wrap: wrap;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .titbox .tit h2 {
        font-size: 20px;
    }
    .titbox .tit p {
        font-size: 13px;
    }
    .aboutbox .titbox .tit p {
        margin-top: 10px;
    }
    .aboutbox .d02 {
        width: 100%;
    }
    .titbox {
        margin-bottom: 15px;
    }
    .aboutbox .sum {
        font-size: 14px;
        margin: 20px 0;
    }
    .videoboxbg .video{
        width: 94%;
    }
    .videoboxbg span {
        right: 10px;
        top: 70px;
        text-align: center;
    }
    .aboutbox .d01 .videobox .open {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }
    .aboutbox::after{
        display: none;
    }
    .aboutbox .ul02{
        display: flex;
        justify-content: space-between;
    }
    .aboutbox .ul02 li {
        width: 32%;
    }
    .aboutbox .ul02 li a {
        display: block;
        background: none;
        padding-right: 0;
    }
    .aboutbox .ul02 li div span {
        width: 70px;
        margin: auto;
    }
    .aboutbox .ul02 li div h3 {
        font-size: 17px;
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }
    .aboutbox .ul02 li div {
        display: block;
    }
    .aboutbox .ul02 li a em{
        display: none;
    }
    .more {
        font-size: 14px;
    }
    .more span {
        width: 34px;
        margin-left: 8px;
    }
    .industrybox {
        padding: 10px;
        margin:0;
        margin-bottom: 20px;
        border-radius: 0;
        background: none;
    }
    .industrybox ul {
        gap: 10px 0;
        flex-wrap: wrap;
    }
    .industrybox li {
        width: 100%;
        padding: 15px;
        overflow: hidden;
        border-radius: 10px;
    }
    .industrybox li span {
        font-size: 12px;
    }
    .industrybox li h3 {
        font-size: 15px;
        margin-top: 5px;
    }
    .industrybox li ins{
        display: none;
    }
    .foot01 {
        padding: 20px 10px;
        flex-wrap: wrap;
    }
    .foot01 .ftlogo img {
        max-height: 30px;
        width: auto;
    }
    .foot01 .ftcon {
        width: calc(100% - 85px);
        margin-top: -5px;
    }
    .foot01 .ftcon li {
        width: 100%;
        margin: 0;
    }
    .foot01 .ftcon li span {
        width: 14px;
    }
    .foot01 .ftcon li h3 {
        font-size: 12px;
        margin-left: 7px;
    }
    .foot01 .mbftcon{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .foot01 .ftsao{
        width: 70px;
    }
    .foot01 .ftsao span {
        width: 100%;
    }
    .foot01 .ftsao h3 {
        font-size: 12px;
        margin-top: 6px;
    }
    .copy {
        padding: 10px 0;
    }
    .copy .default-copyright {
        line-height: 1.3;
        font-size: 12px;
        width: 100%;
        margin-top: 10px;
    }
    .copy .default-copyright a{
        font-size: 12px;
    }
    .banner01 .cattit h2 {
        font-size: 25px;
    }
    .list-ab01 {
        padding: 30px 10px;
        flex-wrap: wrap;
    }
    .list-ab01 .abtit {
        width: 100%;
    }
    .list-ab01 h2 {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        color: #333;
    }
    .list-ab01 .divbox {
        width: 100%;
        margin-top: 20px;
    }
    .list-ab01 .d01 p {
        font-size: 14px;
        margin-bottom: 14px;
        color: #333;
        line-height: 1.8;
    }
    .list-ab01 .videobox img {
        width: auto;
        height: 100px;
    }
    .list-ab01 .videobox .open {
        width: 60px;
        height: 60px;
        background-size: 100%;
    }
    .list-ab01 .abtit .quan {
        width:70px;
        height: 70px;
        left: auto;
        bottom: -13px;
        right: 0;
    }
    .list-ab01 .abtit .quan em {
        width: 30px;
        height: 30px;
        margin: -14px 0 0 -20px;
        background-size: 100%;
        transform: rotate(90deg);
    }
    .list-ab02 {
        padding: 30px 10px;
    }
    .abtit02 h2 {
        font-size: 25px;
    }
    .abtit02 span {
        width: 150px;
        height: 1px;
        margin: 7px auto;
    }
    .abtit02 p {
        font-size: 10px;
        letter-spacing: 2px;
    }
    .list-ab02 ul {
        flex-wrap: wrap;
        border:none;
    }
    .list-ab02 li {
        width: 100%;
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
    .abtit02 {
        margin-bottom: 20px;
    }
    .list-ab02 li div {
        padding: 25px;
        position: inherit;
    }
    .list-ab02 li div h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .list-ab02 li div p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .list-ab02 li div h4 {
        font-size: 20px;
    }
    .list-ab02 li img{
        display: none;
    }
    .list-ab02 li span img {
        display: block;
    }
    .list-ab02 li span {
        width: 150px;
        height: 120px;
    }
    .list-ab03 {
        padding: 30px 10px;
    }
    .list-ab03 li h3 {
        font-size: 14px;
    }
    .list-develop {
        padding:60px 0 150px 0;
    }
    .list-develop .d01 {
        width: 90%;
    }
    .list-develop .d01 li strong {
        font-size: 100px;
    }
    .list-develop .d01 li div p {
        font-size: 14px;
    }
    .list-develop .d02 li.swiper-slide-thumb-active span {
        width: 60px;
        height: 60px;
        margin-left: -35px;
        border: 5px solid #d8deef;
        top: 10px;
    }
    .list-develop .d02 li.swiper-slide-thumb-active h3 {
        font-size: 18px;
        margin-top: 25px;
    }
    .list-develop .d02 li h3 {
        font-size: 14px;
    }
    .list-develop .d02{
        margin-top: 20px;
    }
    .de-prev, .de-next {
        left: 100px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        top: auto;
        bottom: -60px;
    }
    .de-next {
        left: auto;
        right: 100px;
    }
    .honorbox {
        padding: 50px 10px;
    }
    .honorbox .divbox .imgbox {
        width: 100%;
        background: #fff;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .honorbox .divbox .imgbox img {
        width: auto;
        height: 250px;
    }
    .honorbox .divbox .d01{
        width: 100%;
    }
    .honorbox .d01 ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .honorbox .d01 ul li{
        width: calc((100% - 15px)/2);
    }
    .honorbox li a img {
        max-width: 100%;
        max-height: 100%;
    }
    .honorbox .d01 ul li a {
        height: 200px;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        align-items: center;
    }
    .honorbox .divbox {
        padding-bottom: 0;
        background: none;
    }
    .list-leader {
        padding: 50px 0;
        padding-bottom: 100px;
        background-size: cover;
    }
    .list-leader li {
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .list-leader li .d01{
        padding: 20px;
    }
    .list-leader li h3 {
        font-size: 20px;
        width: 100px;
    }
    .list-leader li p {
        font-size: 18px;
        padding-left: 40px;
    }
    .list-leader li .d01 em {
        width: 20px;
        height: 20px;
        line-height: 20px;
        right: 20px;
        margin-top: -11px;
        font-size: 14px;
    }
    .list-leader li .d02 {
        font-size: 16px;
        padding: 20px;
        line-height: 1.8;
    }
    .list-nav .divbox {
        display: flex;
        flex-wrap: wrap;
    }
    .list-nav ul {
        justify-content: center;
        width: 100%;
    }
    .list-nav li {
        margin: 0;
        padding: 0 20px;
    }
    .list-nav li a {
        font-size: 14px;
        padding: 10px 0;
    }
    .l-business01 {
        padding: 30px 0;
    }
    .l-business01 ul {
        gap: 10px 0;
    }
    .l-business01 li {
        width: 100%;
        padding: 20px;
        background: #fff;
        box-shadow: none;
    }
    .l-business01 li span {
        width: 40px;
        height: 60px;
        background-size: 100%;
    }
    .l-business01 li div {
        width: calc(100% - 60px);
    }
    .l-business01 li p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .l-business01 li h3 {
        font-size: 17px;
    }
    .list-business {
        margin: 30px auto;
    }
    .list-business li {
        margin-bottom: 20px;
    }
    .list-business li a {
        background: #fff;
        padding: 15px;
        flex-wrap: wrap;
    }
    .list-business li span {
        width: 100%;
    }
    .list-business li div {
        width: 100%;
        margin-top: 10px;
    }
    .list-business li div h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .list-business li div p {
        font-size: 13px;
    }
    .hotnews li div ins, .list-business li div ins {
        margin-top: 12px;
    }
    .list-case {
        margin: 30px 10px;
    }
    .list-case .ul01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list-case .ul01 li a {
        background: #fff;
    }
    .list-case .ul01 li div {
        padding: 15px 10px;
    }
    .list-case .ul01 li div h3 {
        font-size: 17px;
        width: calc(100% - 50px);
    }
    .list-case .ul01 li div em {
        top: 70%;
        right: 10px;
        margin-top: -15px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .list-case .ul01 li:hover div h3, .list-case .ul01 li:hover div p {
        padding-left: 0;
    }
    .list-con .divbox {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .list-con .d01 h2 {
        font-size: 40px;
    }
    .list-con .d01 h3 {
        font-size: 20px;
    }
    .list-con .d02 {
        width: 100%;
        margin-top: 30px;
    }
    .list-con .d02 li {
        width: 100%;
        margin: 10px 0;
    }
    .list-con .d02 li span {
        width: 18px;
    }
    .list-con .d02 li h3 {
        font-size: 15px;
        width: calc(100% - 30px);
    }
    .mapbox {
        height: 300px;
        margin: 30px 10px 0 10px;
    }
    .list-con {
        padding: 70px 0;
        background-attachment: initial;
    }
    .list-news {
        margin: 30px auto;
    }
    .list-news .ul01 li a {
        padding: 10px;
    }
    .list-news .ul01 li span {
        width: 120px;
    }
    .list-news .ul01 li .d01 {
        width: calc(100% - 130px);
    }
    .list-news .ul01 li .d01 p{
        display: none;
    }
    .list-news .ul01 li .d01 h3 {
        font-size: 14px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-news .ul01 li .d01 .d02 {
        padding-top: 10px;
        border-top: none;
        margin-top: 0;
    }
    .list-news .ul01 li .d01 .d02 ins {
        font-size: 12px;
    }
    .list-news .ul01 li .d01 .d02 em {
        width: 30px;
        height: 15px;
    }
    .list-news .ul01 li {
        margin-bottom: 10px;
    }
    .list-news03 .ul01 li span
    ,.list-news03 .ul01 li p{
        display: none;
    }
    .list-news03 .ul01 li ins {
        font-size: 12px;
        padding: 0 10px 0 0;
    }
    .list-news03 .ul01 li ins strong {
        font-size: 30px;
    }
    .list-news03 .ul01 li a {
        padding: 10px;
    }
    .list-news03 .ul01 li div {
        width: calc(100% - 70px);
        padding-left: 0;
    }
    .list-news03 .ul01 li h3 {
        font-size: 14px;
        padding-left: 0;
        background: none;
        white-space: normal;
    }
    .list-news03 .ul01 li {
        margin-bottom: 10px;
    }
    .list-news03 .ul01 {
        margin: 30px auto;
    }
    .list-news02 .ul01 li .d01 {
        width: 100%;
    }
    .hotnews li a{
        flex-wrap: wrap;
    }
    .hotnews li span {
        width: 100%;
    }
    .hotnews li div{
        width: 100%;
        padding: 20px;
    }
    .hotnews {
        margin: 0 10px !important;
        padding: 0 !important;
        display: none;
    }
    .list-djnews{
        background: none;
        padding-top: 0;
    }
    .mbdjtit{
        background: url(/template/index/public/54/54-0141/images/mbdj.jpg) no-repeat top center;
        background-size: 100%;
        height: 150px;
    }
    .djtit {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 150px;
        background-size: 250px;
    }
    .poxbox {
        margin-top: 15px;
    }
    .view-news {
        padding: 20px 10px;
        margin-top: 15px;
    }
    .view-news .title {
        font-size: 20px;
    }
    .view-news .ww {
        font-size: 12px;
        padding: 10px 0 20px 0;
        margin-bottom: 20px;
    }
    .fanye .back {
        margin: 0 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .fanye .a01 {
        line-height: 30px;
        font-size: 14px;
        padding: 0 13px;
        width: auto;
    }
    .view-business .title {
        padding: 0;
        background: none;
        margin: 30px 0;
        font-size: 22px;;
    }
    .view-business .d01 li {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .view-business .d01 li span {
        width: 100%;
    }
    .view-business .d01 li div {
        width: 100%;
        margin-top: 20px;
    }
    .view-business .d01 li div h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .view-business .d01 li div p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .headheight {
        height: 0;
    }
    .caseinfo{
        padding: 0 10px;
    }
    .caseinfo .divtitle {
        flex-wrap: wrap;
        position: relative;
    }
    .caseinfo h3.title {
        font-size: 20px;
        padding: 20px 0;
        width: 100%;
    }
    .casefanye {
        bottom: 10px;
        right: 0;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .caseinfo .divtitle span {
        font-size: 14px;
        position: absolute;
        top: -27px;
        right: -10px;
        z-index: 2;
        background-color: #fff;
        padding: 3px;
        padding-left: 23px;
        background-position: 5px center;
        background-size: 13px;
    }
    .view-case01{
        margin-bottom: 20px;
    }
    .casedots{
        left: 0;
    }
    .fanye{
        padding: 20px 0;
    }
    .divcont {
        padding-top: 25px;
    }
    .view-case {
        margin-bottom: 0;
    }
    .related02 {
        padding: 30px 10px;
    }
    .related02 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .related li a h3, .related02 li h3 {
        font-size: 14px;
        margin-top: 14px;
    }
    .casefanye p {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 10px;
        background: #eee;
        font-size: 13px;
    }
    .popcaseimg .divbox{
        width: 94% !important;
    }
    .popcaseimg .d01 li {
        height: 400px;
        line-height: 400px;
    }
    .pc-prev, .pc-next {
        width: 30px;
        height: 30px;
        font-size:20px;
        left: 0;
        top: auto;
        margin-top: 0;
        bottom: 10px;
    }
    .pc-next {
        left: auto;
        right: 0;
    }
    .ab-prev, .ab-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        left: 20px;
        bottom: 36%;
        color: #fff;
        z-index: 1;
    }
    .ab-next {
        left: auto;
        right: 20px;
    }
    .copy .d01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copy .d01 span.s01{
        width: 100%;
    }
    .copy .d01 span{
        font-size: 12px;
    }
    .aboutbox .d01 .videobox{
        margin: 0;
    }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
