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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banbox{
    position: relative;
}  
.wp1500{
    width: 1590px;
    margin: auto;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url(/template/index/public/54/54-0123/images/SourceHanSansCN-Heavy.otf); 
}
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all .3s;
}
.logo{
    line-height: 85px;
}
.logo img{
    max-height: 85px;
}
.menubox{   
    display: flex;
    align-items: center;
    width: 80%;
}
.menu{
    width: calc(100% - 250px);
}
.menu > ul{
    display: flex;
    justify-content: space-between;
}
.menu > ul > li{
    float: none;
}
.menu li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding:28px 0;
}
.menu li:hover ul{
    display:none;
}
.menu li div{
    display:none;
    height:49px;
    width:100%;
}
.menu li ul {
    width: 110px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #eee;
    overflow: hidden;
    left: 50%;
    margin-left: -55px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.menu li ul li a {
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    line-height: 40px;
    color: #333;
}
.menu li ul li:hover a {
    color: #0daacd;
    background: #f5f5f5;
}
.menu li .nav-a-1{
    position: relative;
}
.menu li .nav-a-1::before{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #0daacd;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom: -1px;
    transition: all .3s;
}
.menu li:hover .nav-a-1::before
,.menu li.a .nav-a-1::before{
    width: 75px;
}
.menuheight {
    border-top: 1px solid #eee;
    position: absolute;
    top: 86px;
    height: 50px;
    width: 100%;
    left: 0;
    display:none;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.07);
}
.head-r{
    display: flex;
    align-items: center;
}
.head-r .search {
    margin-right: 28px;
    margin-left: 20px;
    cursor: pointer;
}
.head-r .search .s01{
    color: #fff;
}
.head-r .toptel{
    padding-left: 30px;
    background: url(/template/index/public/54/54-0123/images/tel.png) no-repeat left center;
    background-size: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.logo .a02
,.header.a .logo .a01
,.header.aa .logo .a01
,.header.a3 .logo .a01{
    display: none;
}
.header.a
,.header.a3{
    background: #fff;
}
.header.a{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.header.a .menu li a.nav-a-1
,.header.a .head-r .search .s01
,.header.aa .menu li a.nav-a-1
,.header.aa .head-r .search .s01
,.header.a3 .menu li a.nav-a-1
,.header.a3 .head-r .search .s01{
    color: #333;
}
.header.a .head-r .toptel
,.header.aa .head-r .toptel
,.header.a3 .head-r .toptel{
    color: #2145a8;
    background: url(/template/index/public/54/54-0123/images/tel02.png) no-repeat left center;
    background-size: 20px;
}
.header.a .logo .a02
,.header.aa .logo .a02
,.header.a3 .logo .a02{
    display: block;
}
.menuprobox {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 86px;
    left: 0;
    z-index: 3;
    padding: 30px 0;
    border-top: 1px solid #eee;
    display: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.menuprobox .divbox {
    width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuprobox .divbox .ul01{
    width: 50%;
}
.menuprobox .divbox .ul01 li a {
    display: flex;
    font-size: 16px;
    line-height: 2.3;
    position: relative;
    transition: all .3s;
    align-items: center;
}
.menuprobox .divbox .ul01 li a::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    left: 0;
    background: #0daacd;
    top: 10px;
    opacity: 0;
    transition: all .3s;
}
.menuprobox .divbox .ul01 li:hover a::before
,.menuprobox .divbox .ul01 li.a a::before{
    opacity: 1;
}
.menuprobox .divbox .ul01 li:hover a
,.menuprobox .divbox .ul01 li.a a {
    color: #0daacd;
    padding-left: 20px;
}
.menuprobox .divbox .ul01 li a em {
    transition: all .3s;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    margin-left: 10px;
    -webkit-text-stroke-width: initial;
    transform: scale(0.9);
    color: #ddd;
}
.menuprobox .divbox .ul01 li:hover a em
,.menuprobox .divbox .ul01 li.a a em{
    color: #fff;
    background:#0daacd;
    border-color: #0daacd;
}
.menuprobox .divbox .ul02 {
    width: 300px;
}
.menuprobox .divbox .ul02 li{
    display: none;
}
.menuprobox .divbox .ul02 li.a{
    display: block;
}
.menuprobox .divbox .ul02 li img{
    width: 100%;
    border-radius: 20px;
}
.menuprobox .divbox .ul02 li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
.searchbox {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 87px;
    padding: 40px 0;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.searchbox form {
    width: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
}
.searchbox form .tdy-keyword {
    border: none;
    width: 650px;
    font-size: 16px;
    line-height: 50px;
}
.searchbox form .tdy-submit {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    cursor: pointer;
}
.banner li{
    overflow: hidden;
}
.banner li a{
    display: block;
    transform: scale(1.1);
    transition: all 5s;
}
.banner li img{
    width: 100%;
    height: auto;
}
.banner li.swiper-slide-active a{
    transform: scale(1);
}
.banner .diy-edit-but{
    top: 150px;
}
.banword {
    position: absolute;
    left: 50%;
    top: 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%);
    z-index: 2;
    color: #fff;
    text-align: center;
}
.banword p {
    text-transform: uppercase;
    font-size: 20px;
}
.banword span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 30px;
    font-size: 16px;
    letter-spacing: 7px;
}
.banwz {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.banwz ins {
    font-size: 75px;
    font-weight: bold;
}
.banwz01 li div {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 10px;
}
.banwz01{
    width: 800px;
}
.dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.dots span{
    width: 40px;
    background: #fff;
    opacity: .5;
    border-radius: 0;
    transform: skewX(-15deg);
}
.dots span.swiper-pagination-bullet-active{
    opacity: 1;
}
.productbox{
    background: #141333;
    padding: 80px 0;
}
.protit{
    color: #fff;
    padding: 20px 0;
    background: url(/template/index/public/54/54-0123/images/ptobg.png) no-repeat left center;
    margin-bottom:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.protit h2 {
    font-size: 40px;
    font-weight: bold;
}
.protit p {
    font-size: 30px;
    font-weight: normal;
}
.fybox{
    display: flex;
    align-items: center;
}
.fybox .prev,.fybox .next{
    width: 70px;
    height: 70px;
    background: url(/template/index/public/54/54-0123/images/prev.png) no-repeat center;
    background-size: 40px;
    cursor: pointer;
    outline-style: none;
    opacity: .5;
}
.fybox .prev:hover,.fybox .next:hover{
    opacity: 1;
}
.fybox .next{
    background: url(/template/index/public/54/54-0123/images/next.png) no-repeat center;
    background-size: 40px;
}
.fybox .more{
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 20px;
}
.fybox .more a {
    display: block;
    position: relative;
}
.fybox .more::before
,.more02::before
,.topbox::before
,.back a::before
,.scrolltips::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0123/images/light.png) no-repeat center;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fybox .more a span {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin: 34px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    transition: all .3s;
}
.fybox .more a:hover span{
    background: #0d16f5;
    color: #fff;
}
.probox{
   margin-left: calc(50% - 795px)
}
.probox li a{
    background: url(/template/index/public/54/54-0123/images/probg01.jpg) no-repeat right bottom;
    border: 2px solid #355394;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 130px 70px;
    padding-top: 100px;
    align-items: center;
    background-size: 100%;
}
.probox li div {
    width: 40%;
    color: #fff;
    transition: all 1s;
}
.probox li div h3 {
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.probox li div p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.probox li div ins {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #355394;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
    margin-top: 50px;
}
.probox li div ins:hover {
    background: #0d16f5;
    border-color: #0d16f5;
}
.probox li div ins em {
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
}
.probox li span {
    display: block;
    width: 40%;
    margin-right: 7.5%;
    transition: all 1s;
}
.ispc .probox li span
,.ispc .probox li div {
    transform: translateY(-50px);
    -ms-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -webkit-transform:translateY(-50px);
    -o-transform:translateY(-50px);
}
.probox li.swiper-slide-active span
,.probox li.swiper-slide-active div  {
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.probox li span img{
    width: 100%;
    height: auto;
}
.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;
}
.fieldbox{
    padding-top: 100px;
    background: url(/template/index/public/54/54-0123/images/bg02.png) no-repeat bottom center;
}
.tit01 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.tit01 h2{
    font-size: 55px;
    font-weight: bold;
}
.tit01 p{
    font-size: 30px;
}
.fieldbox ul {
    display: flex;
    justify-content: center;
}
.fieldbox li {
    width: 224px;
    margin: 0 -10px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s;
}
.fieldbox li:nth-child(2){
    transition: all 0.8s;
}
.fieldbox li:nth-child(3){
    transition: all 1.1s;
}
.fieldbox li:nth-child(4){
    transition: all 1.4s;
}
.fieldbox li:nth-child(5){
    transition: all 1.7s;
}
.fieldbox.a li {
    transform: translateY(0);
    opacity: 1;
}
.fieldbox li.li02 {
    margin-top: 99px;
}
.fieldbox li a {
    display: block;
    position: relative;
    background: url(/template/index/public/54/54-0123/images/liu02.png) no-repeat center;
    background-size: 100%;
}
.fieldbox li a img{
    width: 100%;
    height: auto;
    transition: all .3s;
}
.fieldbox li:hover a img{
    opacity: 0;
}
.fieldbox li a h3 {
    position: absolute;
    padding: 0 33px;
    color: #fff;
    left: 0;
    text-align: center;
    top: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: all .3s;
}
.fieldbox li:hover a h3 {
    opacity: 1;
    top: 50%;
}
.more02{
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    margin-top: -50px;
}
.more02 a{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background: #fff url(/template/index/public/54/54-0123/images/more01.png) no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    transition: all .3s;
}
.more02 a:hover{
    background: #0d16f5 url(/template/index/public/54/54-0123/images/next.png) no-repeat center;
     background-size: 20px;
}
.aboutbox{
    padding-top: 100px;
}
.about01 {
    padding: 0 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about01 .d01 {
    width: 38%;
}
.about01 .d01 span {
    display: block;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1;
    color: #2145a8;
    font-family: fantasy;
}
.about01 .d01 span.s01 {
    transform: translateX(30px);
    transition: all 2.2s;
}
.about01 .d01 span.s02 {
    transform: translateX(50px);
    transition: all 2s;
}
.about01 .d01 span.s03 {
    transform: translateX(60px);
    transition: all 2.4s;
}
.about01 .d02 {
    width: 50%;
}
.about01 .d02 h2 {
    font-size: 35px;
    color: #2145a8;
}
.about01 .d02 p {
    font-size: 16px;
    line-height: 1.8;
    color: #818091;
    opacity: 1 !important;
    margin-top: 50px;
    text-align: justify;
}
.about01 .d02 p a
,.about01 .d02 p a em{
    color: #fff;
    transition: all .3s;
}
.about01 .d02 p a:hover
,.about01 .d02 p a:hover em{
    color: #42b1fc;
}
.about01 .d02 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.about01 .d02 ul li{
    min-width: 135px;
}
.about01 .d02 ul li h4 {
    font-size: 16px;
}
.about01 .d02 ul li div{
    display: flex;
    align-items: baseline;
}
.about01 .d02 ul li div h3 {
    font-size: 50px;
    font-family: fantasy;
    color: #2145a8;
    line-height: 1.1;
}
.about01 .d02 ul li div span {
    font-size: 23px;
    margin-left: 5px;
}
.about01 .d02 ul li:first-child div span{
    font-size: 15px;
}
.about02 {
    position: relative;
    padding-top: 100px;
    margin-top: 30px;
    overflow: hidden;
}
.about02 img {
    width: 100%;
    height: auto;
    border-radius: 150px 150px 0 0;
    transition: all 1s;
    transform: translateY(150px);
}
.about02 .d01{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.honorbox{
    background: url(/template/index/public/54/54-0123/images/bg01.jpg) no-repeat left bottom;
    padding-bottom: 50px;
    background-size: auto 100%;
}
.honorbox .d01{
    margin-left: calc(50% - 795px);
    display: flex;
    justify-content: space-between;
    padding:100px 0;
    align-items: center;
}
.tit02{
    color: #2145a8; 
}
.tit02 h1{
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}
.tit02 h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tit02 p {
    font-size: 30px;
    line-height: 1.3;
}
.tit02 .more02{
    margin: 0;
    margin-top: 20px;
}
.honorbox01{
    width: 45%;
    padding:130px 40px 102px 60px;
    background: url(/template/index/public/54/54-0123/images/ry01.png) no-repeat left bottom;
    position: relative;
}
.qhbox01,.qhbox02 {
    position: absolute;
    right: 17%;
    z-index: 2;
    top: 0;
    bottom: auto;
    display: flex;
    align-items: center;
}
.qhbox01 .h-prev,.qhbox01 .h-next
,.h-prev2,.h-next2{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px #eee;
    cursor: pointer;
    transition: all .3s;
    outline-style: none;
}
.qhbox01 .h-prev:hover,.qhbox01 .h-next:hover
,.h-prev2:hover,.h-next2:hover{
    background: #0d16f5;
    color: #fff;
}
.qhbox01 .h-dots, .h-dots2 {
    width: 80px;
    text-align: center;
    font-size: 14px;
}
.honorbox01 .honor01 li span img{
    width: 100%;
    height: auto;
}
.honorbox02{
    background: url(/template/index/public/54/54-0123/images/ry02.png) no-repeat right bottom;
    width: 65%;
    padding: 0 50px 115px 0;
    padding-left: calc(50% - 795px);
    box-sizing: border-box;
    position: relative;
}
.qhbox02 {
    right: -30%;
    top: 30%;
}
.honorbox02 .honor02 li span img{
    width: 100%;
    height: auto;
}
.module-index-index .list-strength .ul02 {
    top: 0;
    height: 100%;
}
.list-strength .ul02 .diy-edit-but{
    top: 70px;
}
.module-index-index .list-strength .ul02 li{
    padding-left: 0;
}
.module-index-index .list-strength .ul02 li ins a{
    display: block;
}
.module-index-index .list-strength .ul02 li ins a em {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: relative;
}
.module-index-index .list-strength .ul02 li ins a em::after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    transition: all .3s;
}
.module-index-index .list-strength .ul02 li ins a em:hover::after {
    transform: rotate(180deg);
}
.strengthbox ul{
    display: flex;
    background: #141333;
}
.strengthbox li{
    height: 100vh;
    width: 21%;
    background-size: auto 100%;
    transition: all .3s;
    position: relative;
}
.strengthbox li::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .5;
    transition: all .3s;
}
.strengthbox li.a::before{
    opacity: .3;
    background: #110cb1;
}
.strengthbox li.a{
    width: 37%;
}
.strengthbox li div {
    position: absolute;
    color: #01278f;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 15%;
    text-align: center;
    transition: all .3s;
}
.strengthbox li.a div {
    color: #fff;
}
.strengthbox li div h3 {
    font-size: 30px;
    font-weight: bold;
}
.strengthbox li div p {
    font-size: 16px;
    margin-top: 30px;
}
.strengthbox li a{
    position: absolute;
    display: block;
    width: 170px;
    height: 50px;
    left: 50%;
    margin-left: -87px;
    bottom: 20%;
    color: #fff;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all .3s;
}
.strengthbox li a:hover{
    background: #0d16f5;
    border-color: #0d16f5;
}
.strengthbox li.a a{
    opacity: 1;
}
.strengthbox li a em{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}
.servicebox{
    padding: 70px 0;
    background: url(/template/index/public/54/54-0123/images/bg02.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.tit03{
    background: url(/template/index/public/54/54-0123/images/sbg.png) no-repeat left center;
    color: #fff;
    padding: 20px 0;
    margin-bottom:50px;
}
.tit03 h2{
    font-size: 40px;
    font-weight: bold;
}
.tit03 p{
    font-size: 30px;
}
.servicebox ul{
    display: flex;
}
.servicebox li{
    width: 23.5%;
    margin-right: 1.5%;
    transition: all .3s;
    border-radius: 10px;
}
.servicebox li.a{
    width: 50%;
}
.servicebox li a{
    display: block;
    position: relative;
    background: #1f1e55 url(/template/index/public/54/54-0123/images/guan.png) no-repeat left top;
    border: 2px solid #355394;
    border-radius: 10px;
    height: 380px;
}
.servicebox li.a a{
    background: none;
    background: rgba(0,0,0,0.3);
}
.servicebox li div{
    position: absolute;
    color: #fff;
    left: 50px;
    top: 50px;
}
.servicebox li div h3 {
    font-size: 30px;
    font-weight: bold;
}
.servicebox li div span {
    font-size: 16px;
}
.servicebox li p {
    position: absolute;
    width:300px;
    color: #fff;
    font-size: 14px;
    left: 50px;
    bottom: 0px;
    opacity: 0;
    transition: all .3s;
}
.servicebox li.a p {
    opacity: 1;
    bottom: 50px;
}
.servicebox li ins{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    background: #1115cc url(/template/index/public/54/54-0123/images/jt02.png) no-repeat center;
    transition: all .3s;
}
.servicebox li ins:hover{
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.servicebox li.a ins{
    background: rgba(255,255,255,0.2) url(/template/index/public/54/54-0123/images/jt02.png) no-repeat center;
}

.servicebox li:last-child{
    margin-right: 0;
}
.newsbox{
    margin-top: 100px;
}
.tit04{
    color: #2145a8;
    text-align: center;
    position: relative;
}
.tit04 h2 {
    position: absolute;
    width: 100%;
    line-height: 100px;
    font-size: 40px;
    font-weight: bold;
    z-index: 1;
}
.tit04 strong {
    font-size: 100px;
    opacity: .1;
    line-height: 1;
}
.newsbox ul{
    display: flex;
    margin-top: 50px;
}
.newsbox ul li {
    width: 31.5%;
    margin-right: 2.75%;
    box-shadow: 0 5px 30px #eee;
    border-radius: 30px;   
    transition: all .3s;
}
.newsbox ul li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    box-shadow: 0 5px 30px #dedede;
}
.newsbox ul li:last-child{
    margin-right: 0;
}
.newsbox ul li a {
    display: block;
}
.newsbox ul li span{
    display: block;
}
.newsbox ul li span img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
}
.newsbox ul li div {
    padding: 25px 40px;
}
.newsbox ul li div h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s
}
.newsbox ul li:hover div h3 {
    color: #2145a8;
}
.newsbox ul li div p {
    font-size: 14px;
    color: #2145a8;
    margin-top: 10px;
    margin-left: -7px;
}
.newsbox ul li div p ins {
    margin-left: 10px;
}
.more03{
    display: block;
    width: 170px;
    height: 50px;
    color: #2145a8;
    line-height: 50px;
    border: 2px solid #2145a8;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-top: 50px;
    transition: all .3s;
}
.more03 em{
    color: #2145a8;
    font-size: 16px;
    margin-left: 5px;
}
.more03:hover{
    background: #0d16f5;
    border-color: #0d16f5;
    color: #fff;
}
.more03:hover em{
    color: #fff;
}
.floatright {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    z-index: 3;
}
.floatright ul{
    background: #2145a8;
}
.floatright ul li{
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.floatright ul li a {
    display: block;
    width: 50px;
    height: 50px;
    background:#2145a8;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.floatright ul li img {
    width: 25px;
    height: auto;
}
.floatright ul li div {
    position: absolute;
    background: #fff;
    display: none;
}
.floatright ul li:hover div {
    display: block;
}
.floatright ul li.li01 div {
    width: 100px;
    height: 100px;
    right: 60px;
    top: 0;
}
.floatright ul li.li02 div {
    right: 60px;
    width: auto;
    font-size: 17px;
    font-weight: bold;
    padding: 0 15px;
    top: 0;
    color: #2145a8;
}
.floatright ul li.li01 div::after{
    top:10px;
}
.floatright ul li div::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    right: -5px;
    top: 19px;
}
.floatright ul li.li01 div img{
    width: 100%;
}
.floatright li.top02 {
    text-align: center;
    line-height: 50px;
    background: #333;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-bottom: none;
}
.footer{
    background: url(/template/index/public/54/54-0123/images/ftbg.jpg) no-repeat;
    padding-top: 125px;
    margin-top: 100px;
    position: relative;
    border-radius: 100px 100px 0 0;
    background-size: cover !important;
}
.foot01{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot01 .ftwz {
    font-size: 62px;
    line-height: 1;
    width: 34%;
    color: transparent !important;
    -webkit-background-clip: text;
    background-image:url(/template/index/public/54/54-0123/images/bg001.jpg);
    background-size: 100%;
    font-family: fantasy;
}
.ftnav{
    width: 33%;
}
.ftnav li {
    text-align: center;
}
.ftnav li a {
    font-size: 15px;
    color: #fff;
    line-height: 2;
}
.ftnav li a:hover{
    text-decoration: underline;
}
.ftcon{
    width: 34%;
}
.ftlogo img{
    max-height:30px;
    width: auto;
}
.ftcon .d01{
    display: flex;
    margin-top: 20px;
}
.ftcon .d01 .ewm img{
    width: 100px;
    height: auto;
}
.ftcon .d01 .ewm h3{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.ftcon .d01 .d02 {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.ftcon .d01 .d02 p {
    padding: 4px 0;
    display: flex;
}
.ftcon .d01 .d02 p a{
    color: #fff;
}
.ftcon .d01 .d02 p em {
    color: #fff;
    margin-right: 5px;
    -webkit-text-stroke-width: inherit;
    font-size: 14px;
}
.copy{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    text-align: center;
    margin-top: 70px;
}
.copy .default-copyright{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: auto;
}
.copy .default-copyright a{
    color: #fff;
    font-size: 14px;
    opacity: .7;
}
.copy .default-copyright a:hover{
    opacity: 1;
}
.topbox {
    position: absolute;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    top: -59px;
    left: 50%;
    margin-left: -59px;
}
.topbox span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background: #fff url(/template/index/public/54/54-0123/images/more01.png) no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transition: all .3s;
    z-index: 2;
    cursor: pointer;
}
/*---------------------list-news--------------------------*/
.newsban{
    padding-top: 170px;
    background-size:100% 65% !important;
}
.cat-tit {
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin-bottom: 50px;
}
.tjnews {
    width: 1360px;
    box-sizing: border-box;
    padding: 80px;
    padding-bottom: 30px;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 15px 15px 0 0;
}
.tjnews .pox {
    position: absolute;
    top: -50px;
    left: 80px;
}
.tjnews .pox a,.tjnews .pox em{
    color: #fff;
}
.tjnews li.li02{
    float:right;
    width: 31%;
}
.tjnews li.li01 {
    position: relative;
    width: 65%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}
.tjnews li.li01::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(17, 14, 65, 0.65), rgba(17, 14, 65, 0.01));
    height: 170px;
}
.tjnews li.li02 a {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.tjnews li.li01 img {
    width: 100%;
    height: auto;
}
.tjnews li.li01 div {
    position: absolute;
    color: #fff;
    bottom: 50px;
    left: 50px;
}
.tjnews li.li01 div h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
}
.tjnews li.li01 div p {
    font-size: 16px;
    margin-top:15px;
}
.tjnews li.li01 div p em{
    color: #fff;
    margin-left: 3px;
    transition: all .3s;
}
.tjnews li.li01 div p:hover em{
    margin-left: 10px;
}
.tjnews li.li02 a p {
    font-size: 16px;
    line-height: 1.75;
    color: #2145a8;
    margin-bottom: 10px;
}
.tjnews li.li02 a h3 {
    font-size: 18px;
    line-height: 1.65;
    color: #333333;
    height: 58px;
    overflow: hidden;
    transition: all 0.36s;
}
.tjnews li.li02:hover a h3 {
    color: #2145a8;
}
.pub{
    text-align: right;
    margin-bottom: 10px;
}
.list-news{
    width: 1200px;
    margin: auto;
}
.list-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-nav .d01 {
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 33.33%;
    box-sizing: border-box;
    position: relative;
}
.list-nav .d01 h2{
    width: 100%;
    display: flex;
    line-height: 40px;
    padding:10px 20px;
    font-size: 16px;
    justify-content: space-between;
    cursor: pointer;   
}
.list-nav .d01 h2 em{
    transition: all .3s;
}
.list-nav .d01 h2.a em{
    transform: rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
}
.list-nav ul {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 75px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 2;
    display: none;
    padding: 6px 0;
}
.list-nav ul::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    top: -8px;
    left: 20px;
}
.list-nav li a {
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    transition: all .3s;
    border-bottom: 1px solid #eee;
}
.list-nav li:last-child a{
    border-bottom: none;
}
.list-nav li.a a,.list-nav li:hover a {
    color:  #2145a8;
    background: #f5f5f5;
}
.news-search{
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 5px;
    width: 66%;
    box-sizing: border-box;
}
.news-search form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-search form .tdy-keyword {
    border: none;
    font-size: 16px;
    width: calc(100% - 50px);
    line-height: 40px;
}
.news-search form .tdy-submit {
    display: block;
    text-align: center;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
}
.nodata{
    background: #f5f5f5;
    line-height: 500px;
    text-align: center;
    font-size: 16px;
}
.list-news .ul01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.list-news .ul01 li{
    width: 33.33%;
    margin-bottom: 50px;
    padding: 40px;
    border-right: 1px solid #eee;
    transition: all .3s;
    box-sizing: border-box;
}
.list-news .ul01 li a{
    display: block;
    overflow: hidden;
}
.list-news .ul01 li:hover{
    background: url(/template/index/public/54/54-0123/images/b1pic02.jpg) no-repeat top center;
    border-right: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}
.list-news .ul01 li:nth-child(3n){
    border-right: 1px solid #fff;
}
.list-news .ul01 li span{
    display: block;
    transition: all .3s;
}
.list-news .ul01 li span img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.list-news .ul01 li div {
    padding-top: 20px;
    transition: all .3s;
}
.list-news .ul01 li:hover span
,.list-news .ul01 li:hover div{
    transform: translateY(-154px);
    -ms-transform:translateY(-154px);
    -moz-transform:translateY(-154px);
    -webkit-transform:translateY(-154px);
    -o-transform:translateY(-154px);
}
.list-news .ul01 li p {
    font-size: 16px;
    color: #2145a8;
}
.list-news .ul01 li div h3 {
    font-size: 22px;
    line-height: 1.3;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:30px;
    transition: all .3s;
}
.list-news .ul01 li:hover div h3{
    color: #2145a8;
}
.list-news .ul01 li div ins {
    font-size: 16px;
    line-height: 1.75;
    color: #2145a8;
    margin-bottom: 10px;
    display: block;
}
.list-news .ul01 li p em{
    color: #2145a8;
    margin-left: 3px;
    transition: all .3s;
}
.list-news .ul01 li p:hover em{
    margin-left: 10px;
}
/*------------------------view-news------------------------*/
.viewban {
    position: relative;
}
.viewban img{
    width: 100%;
    height: auto;
}
.viewban .title {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.viewban .title h2 {
    font-size: 36px;
    line-height: 1.65;
    color: #fff;
}
.viewban .title p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.viewban .title p em {
    color: #fff;
    margin-right: 3px;
    -webkit-text-stroke-width: inherit;
}
.view-news{
    width: 960px;
    margin:80px auto;
}
.fanye {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
.fanye p {
    font-size: 16px;
    width: 45%;
    line-height: 22px;
    color:#666;
}
.fanye p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 20px;
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
}
.fanye p a {
    display: inline-block;
    width: calc(100% - 35px);
    color: #666;
    vertical-align: middle;
}
.fanye p:hover span {
    border-color: #2145a8;
}
.fanye p:hover span, .fanye p:hover a {
    color: #2145a8;
}
.back {
    width: 118px;
    position: fixed;
    left: 9%;
    top: 50%;
}
.back a{
    display: block;
    width: 118px;
    height: 118px;
    position: relative;
}
.back a span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background: #fff url(/template/index/public/54/54-0123/images/back.png) no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.back p {
    text-align: center;
    font-size: 16px;
    color: #999;
}
/*---------------------list-product---------------------*/
.list-productbox {
    min-height: 100vh;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 100px;
    background-attachment: fixed !important;
}
.pro-tit{
    margin-bottom: 30px;
    position: relative;
}
.pro-tit h1 {
    font-size: 100px;
    line-height: 1;
    color: #2145a8;
    font-family: fantasy;
}
.pro-tit h2 {
    font-size: 40px;
    margin-top: 20px;
}
.scrolltips {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
}
.scrolltips::before{
    background-size: 100%;
}
.scrolltips span {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #00d2ff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
}
.scrolltips span em {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}
.scrolltips span .e01{
    background: url(/template/index/public/54/54-0123/images/shubiao.png) no-repeat center;
    background-size:20px;
    margin-top: 20px;
    webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    animation: jump 2s infinite;
}
.scrolltips span .e02{
    height: 10px;
    background: url(/template/index/public/54/54-0123/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;
}
@-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) }
}
.list-productbox .list-nav{
    width: 66%;
}
.list-nav .d01 h2,.news-search{
    background: #fff;
}
.list-product{
    margin-top: 30px;
}
.prodiv{
    width: 1500px;
    margin: auto;
}
.list-product .ul01 {
    display: flex;
    flex-wrap: wrap;
}
.list-product .ul01 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.list-product .ul01 li a {
    display: block;
    background: #eef2f6;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px 0;
}
.list-product .ul01 li span {
    display: block;
    width: 70%;
    margin: auto;
}
.list-product .ul01 li img {
    width: 100%;
    height: auto;
}
.list-product .ul01 li .d01 {
    padding: 30px 50px;
    padding-top: 0;
    text-align: center;
}
.list-product .ul01 li .d01 h3 {
    font-size: 25px;
    color: #333;
}
.list-product .ul01 li .d01 p,.list-product .ul01 li .d02 p {
    font-size: 14px;
    margin-top: 15px;
    color: #2145a8;
}
.list-product .ul01 li .d02 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0daacd;
    transition: all .5s;
    opacity: 0;
}
.list-product .ul01 li:hover .d02 {
    opacity: 1;
}
.list-product .ul01 li .d02 ins {
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    text-align: center;
}
.list-product .ul01 li .d02 h3 {
    font-size: 25px;
    color: #fff;
}
.list-product .ul01 li .d02 p{
    color: #fff;
}
.list-product .ul01 li .d02 em {
    display: block;
    font-style: normal;
    color: #0daacd;
    font-size: 16px;
    padding: 10px 20px;
    background: #fff;
    width: 120px;
    margin: auto;
    margin-top: 30px;
}
.list-product .ul01 li .d02 em i {
    color: #0daacd;
    margin-left: 5px;
}

/*---------------------view-product------------------------*/
.view-product{
    background-size: cover !important;
    background-attachment: fixed !important;
    padding-bottom:200px;
}
.proban {
    padding: 150px 0 70px 0;  
}
.proban .wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proban span {
    display: block;
    width: 45%;
    text-align: center;
}
.proban span img{
    max-width: 100%;
    height: auto;
}
.proban .d01 {
    width: 50%;
}
.proban .d01 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.proban .d01 p.p01 {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 25px 0;
    opacity: .7;
}
.proban .d01 ins {
    display: block;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.proban .d01 ins h4 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-bottom:5px;
}
.proban .d01 ins p {
    font-size: 15px;
    color:rgba(255,255,255,0.7);
}
.proban .d01 .d02{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    display: flex;
}
.proban .d01 .d02 a,.proban .d01 .d02 em {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    padding:15px 45px;
    line-height:20px;
    box-sizing: content-box;
    font-size: 16px;
    transition: all .3s;
}
.proban .d01 .d02 a:hover,.proban .d01 .d02 em:hover {
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.proban .d01 .d02 a i {
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
}
.proban .d01 .d02 em{
    margin-left: 15px;
    background: #fff;
    color: #2145a8;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}
.proban .d01 .d02 em i{
    color: #2145a8;
    margin-right: 5px;
    font-size: 20px;
    font-weight: normal;
}
.view-product .word {
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 50px 100px;
}
.casefanye {
    position: fixed;
    left: calc(50% - 700px);
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.w960 .casefanye{
    left: 0;
}
.casefanye p {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 10px 0;
    border-radius: 50%;
    background: #fff;
    transition: all .3s;
}
.casefanye p a{
    font-size: 20px;
    display: block;
    transition: all .3s;
}
.casefanye p:hover{
    background: #1115cc ;
    color: #fff;
}
.casefanye p:hover a{
    color: #fff;
}
/*----------------list-contact-----------------------*/
.conban{
    position: relative;
}
.conban img{
    width: 100%;
    height: auto;
}
.conban .contit{
    left: calc(50% - 795px);
    bottom: 100px;
    position: absolute;
}
.conban .contit h1{
    color: #fff;
}
.conban .contit h2{
     color: #fff;
}
.list-contact{
    background: #f9f9f9 url(/template/index/public/54/54-0123/images/maps.png) no-repeat top center;
    background-size: 70%;
    padding: 100px 0 200px 0;
}
.list-contact .divbox{
    display: flex;
    justify-content: space-between;
}
.list-contact .d03 {
    border: 1px solid #ddd;
    width: 48%;
}
.list-contact .d03 iframe {
    margin: -1px 0 0 -1px;
    width: 100%;
}
.list-contact .d01 {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 4%;
    margin-top: 70px;
}
.list-contact .d02{
    width: 48%;
}
.contit02 {
    font-size: 44px;
    color: #333;
    margin-bottom: 20px;
}
.contit02 p {
    font-size: 20px;
    color: #666;
}
.list-contact .d01 .contit02{
    text-align: center;
    margin-bottom: 50px;
}
.list-contact .d01 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
}
.list-contact .d01 form .layui-form-item {
    width: 24.3%;
    margin-bottom: 30px;
}
.list-contact .d01 form .layui-form-label {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    height: 27px;
    color: #999;
    display: none;
}
.list-contact .d01 form .layui-input-block {
    margin-left: 0;
    left: 0;
}
.list-contact .d01 form .layui-input-block input {
    line-height: 45px;
    height: 45px;
    min-height: auto;
}
.list-contact .d01 form .default-form-field_message {
    width: 100%;
}
.list-contact .d01 form .layui-btn {
    width: 200px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background: #2145a8;
    border-radius: 0;
    display: block;
    margin: auto;
}
.list-contact .d02 ul li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}
.list-contact .d02 ul li span {
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.list-contact .d02 ul li img{
    width: 100%;
    height: auto;
}
.list-contact .d02 ul li div {
    display: flex;
    align-items: center;
    color: #333;
    margin-left: 20px;
}
.list-contact .d02 ul li div h3 {
    margin-right: 20px;
    font-size: 18px;
}
.list-contact .d02 ul li div p {
    color: #888;
    font-size: 18px;
}
.list-contact .d02 .conewm {
    display: flex;
    margin-top: 30px;
}
.list-contact .d02 .conewm span {
    display: block;
    max-width: 300px;
    text-align: center;
}
.list-contact .d02 .conewm span img{
    width: 100%;
    height: auto;   
}
.list-contact .d02 .conewm span h3{
    font-size: 14px;
    margin-top: 5px;
}
/*------------------------------list-recurit---------------------*/
.list-recurit01 {
    position: relative;
    width: 1400px;
    margin: auto;
    margin-top: -97px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.recuritban .contit {
    bottom: 125px;
    left: calc(50% - 700px);
}
.list-recurit01 li {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.list-recurit01 li:last-child{
    border-bottom: none;
}
.list-recurit01 li a.a01 {
    display: flex;
    align-items: center;
    padding: 30px 100px;
    justify-content: space-between;
}
.list-recurit01 li  a.a01 h3 {
    width: 35%;
    box-sizing: border-box;
    font-size: 25px;
    color: #2145a8;
    font-weight: bold;
}
.list-recurit01 li  a.a01 div.d01 p {
    font-size: 20px;
    color: #333;
}
.list-recurit01 li  a.a01 div.d01 {
    width:35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 5%;
}
.list-recurit01 li em.e01 {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #2145a8;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #2145a8;
    font-size: 15px;
}
.list-recurit01 li a.aa{
    background: #2145a8;
}
.list-recurit01 li  a.aa h3
,.list-recurit01 li a.aa div.d01 p {
    color: #fff;
}
.list-recurit01 li .aa em.e01{
    background: #fff;
    color: #2145a8;
    transform: rotate(180deg);
}
.list-recurit01 li .tc{
    display:none;
}
.list-recurit01 li .tc01 {
    padding: 30px 100px;
}
.list-recurit01 li .tc .default-article-content p {
    line-height: 1.8;
}
.view-recurit{
    background: #fff;
    border-radius: 50px;
    position: relative;
}
.view-recurit .word{
    display: flex;
}
.view-recurit .title{
    width: 30%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding: 4%;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #2145a8;
}
.view-recurit .article{
    width: 70%;
    box-sizing: border-box;
    padding: 4% 5%;
    position: relative;
}
.view-recurit .default-article-content h3
,.list-recurit01 li .tc .default-article-content h3{
    width: 110px;
    height: 35px;
    background: #2145a8;
    line-height: 35px;
    text-align: center;
    color: #fff;
    transform: skewX(-10deg);
}
.list-recurit li .d02 .ins02 {
    display: block;
    margin-top: 30px;
}
.view-recurit .word h3{
    position: relative;
    margin-bottom: 20px;
}
/*.view-recurit .word h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2145a8;
    transform: skew(-15deg);
    -ms-transform:skew(-15deg);
    -moz-transform:skew(-15deg);
    -webkit-transform:skew(-15deg);
    -o-transform:skew(-15deg);
}*/

/*---------------------list-about------------------------------*/
.l-about01 {
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-about01 span{
    display: block;
    width: 45%;
}
.l-about01 span img{
    width: 100%;
    height: auto;
}
.l-about01 .d01 {
    width: 45%;
}
.l-about01 .d01 h2 {
    font-size: 35px;
    color: #2145a8;
    margin-bottom: 30px;
}
.l-about01 .d01 div {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}
.l-about01 .d01 div p{
    margin-bottom: 30px;
}
.l-about02{
    padding: 150px 0;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.l-about02 .d01 ul {
    display: flex;
    justify-content: space-between;
}
.l-about02 .d01 li {
    width: calc((100% - 5*20px)/6);
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    padding: 50px 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(13,51,159,0.6);
    transition: all .3s;
}
.l-about02 .d01 li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.l-about02 .d01 li::after {
    position: absolute;
    content: '';
    width: 90px;
    background: #0947f3;
    height: 17px;
    top: -18px;
    left: 50%;
    margin-left: -45px;
    border-radius: 15px 15px 0 0;
}
.l-about02 .d01 li strong{
    display: block;
    position: absolute;
    width: 144px;
    height: 62px;
    left: 50%;
    margin-left: -72px;
    top: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background: url(/template/index/public/54/54-0123/images/mbl.png) no-repeat top center;
    font-family: fantasy;
    font-weight: normal;
}
.l-about02 .d01 li span {
    display: block;
    width: 50px;
    margin: 20px auto;
}
.l-about02 .d01 li span img{
    width: 100%;
    height: auto;
}
.l-about02 .d01 li h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.l-about02 .d02{
    margin-bottom: 70px;
}
.l-about02 .d02 ul {
    display: flex;
    justify-content: center;
}
.l-about02 .d02 li{
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(13,51,159,0.6);
    margin: 0 50px;
}
.l-about02 .d02 li:last-child{
    transform: scale(0.85);
    -ms-transform:scale(0.85);
    -moz-transform:scale(0.85);
    -webkit-transform:scale(0.85);
    -o-transform:scale(0.85);
}
.l-about02 .d02 li div {
    width: 200px;
    height: 200px;
    background: #1b4dd7;
    border-radius: 50%;
    margin: 30px;
    text-align: center;
}
.l-about02 .d02 li span {
    display: block;
    width: 80px;
    margin: auto;
    padding-top: 35px;
}
.l-about02 .d02 li img {
    width: 100%;
    height: auto;
}
.l-about02 .d02 li h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
}
.l-about03{
    background-size: cover !important;
    padding: 200px 0 300px 0;
}
.l-about03 li{
    text-align: center;
}
.l-about03 li h2 {
    font-size: 230px;
    font-family: fantasy;
    position: relative;
    color: rgba(0,0,0,0);
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-text-stroke: 2px #fff;
    text-align: center;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.l-about03 li.swiper-slide-active h2{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.l-about03 li h2 span {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    overflow: hidden;
    color: #fff;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-text-stroke: unset;
}
.l-about03 li.swiper-slide-active h2 span {
    height: 100%;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
.l-about03 li div {
    font-size: 18px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
    width: 60%;
    margin: auto;
}
.l-about03 li.swiper-slide-active div {
    opacity: 1;
}
.de-qiehuan {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    width: 100%;
    bottom: 50px;
}
.de-dots {
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.de-dots .swiper-pagination-current{
    font-size: 20px;
}
.de-prev,.de-next{
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,.3);
    background: url(/template/index/public/54/54-0123/images/prev.png) no-repeat center;
    background-size:15px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.de-prev:hover,.de-next:hover{
    background-color: #1115cc;
    border-color: #1115cc;
}
.de-next{
    background: url(/template/index/public/54/54-0123/images/next.png) no-repeat center;
    background-size: 15px;
}
.l-about04{
    padding: 100px 0;
    background: #2c2b48;
    padding-bottom: 150px;
}
.abtit04 {
    color: #efd787;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
}
.abtit04 p {
    font-size: 63px;
    margin-left: 20px;
}
.l-about04 .d01{
    background: url(/template/index/public/54/54-0123/images/hbg01.jpg) no-repeat center;
    background-size: 100%;
    padding: 13% 0 5% 0;
    position: relative;
}
.l-about04 .d01 .s01{
    width: 67%;
    margin: auto;
}
.l-about04 .d01 .s01 li span 
,.l-about04 .d02 li span{
    display: block;
}
.l-about04 .d01 .s01 li span img
,.l-about04 .d02 .s02 li span img{
    width: 100%;
    height: auto;
}
.l-about04 .d01 .s01 li h3
,.l-about04 .d02 .s02 li h3{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.l-about04 .d02{
    background: url(/template/index/public/54/54-0123/images/hbg02.jpg) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 100px;
    position: relative;
}
.l-about04 .d02 .s02{
    width: 80%;
    margin: auto;
}
.l-about04 .d02 .s02 li a
,.l-about04 .d01 .s01 li a{
    display: block;
    outline-style: none;
}
.l-about04 .zs-prev01
,.l-about04 .zs-next01
,.l-about04 .zs-prev02
,.l-about04 .zs-next02{
    position: absolute;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height:55px;
    text-align: center;
    color: #fff;
    opacity: .3;
    top: 55%;
    left: 12%;
    cursor: pointer;
}
.l-about04 .zs-prev01:hover
,.l-about04 .zs-next01:hover
,.l-about04 .zs-prev02:hover
,.l-about04 .zs-next02:hover{
    opacity: 1;
}
.l-about04 .zs-prev02
,.l-about04 .zs-next02{
    top: 30%;
    left: 5%;
}
.l-about04 .zs-next02{
    left: auto;
    right: 5%;
}
.l-about04 .zs-next01{
    left: auto;
    right: 12%;
}
/*------------------------list-strength----------------------*/
.list-strength{
    position: relative;
}
.list-strength .ul01{
}
.list-strength .ul01 li{
    display: none;
}
.list-strength .ul01 li.a{
    display: block;
}
.list-strength .ul01 li img{
    width: 100%;
    height: auto;
}
.list-strength .ul02 {
    position: absolute;
    display: flex;
    width: 100%;
    top: 86px;
    left:0;
    z-index: 1;
    height:calc(100% - 185px);
}
.list-strength .ul02 li {
    width: 33.333%;
    box-sizing: border-box;
    padding-left: 60px;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21,40,110,0.1);
    transition: all .3s;
}
.list-strength .ul02 li.a{
    background: rgba(21,40,110,0.7);
}
.list-strength .ul02 li ins{
    display: block;
    width: 70%;
    margin: auto;
}
.list-strength .ul02 li span {
    display: block;
    width: 70px;
    margin-bottom: 30px;
    transition: all .5s;
}
.list-strength .ul02 li.a span{
    transform: translateY(-20px);
}
.list-strength .ul02 li span img{
    width: 100%;
    height: auto;
}
.list-strength .ul02 li.a div{
    transform: translateY(20px);
}
.list-strength .ul02 li div{
    color: #fff;
    transition: all .5s;
}
.list-strength .ul02 li div h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-strength .ul02 li div p {
    font-size: 20px;
    height: 200px;
    overflow: hidden;
}
/*---------------------list-solution----------------------*/
.list-solution{
    padding-top: 150px;
}
.l-solution,.list-solution h2{
    width: 1300px;
    margin: auto;
}
.list-solution h2{
    font-size: 50px;
}
.l-solution{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.list-solution .d01{
    width: 40%;
    height: calc(100vh - 250px) !important;
    margin: 0;
}
.list-solution .d01 li{
    height: auto !important;
    padding: 15px 0;
    cursor: pointer;
    opacity: .3;
}
.list-solution .d01 li.swiper-slide-thumb-active{
    opacity: 1;
    padding: 20px 0;
}
.list-solution .d01 li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2145a8;
}
.list-solution .d01 li p {
    display: none;
    font-size: 16px;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.list-solution .d01 li.swiper-slide-thumb-active p{
    display: -webkit-box;
}
.list-solution .d02 {
    width: 45%;
    height: calc(100vh - 200px) !important;
    margin: 0;
}
.list-solution .d02 li {
    height: auto !important;
}
.list-solution .d02 li span
,.l-solution02 .s02 li span{
    display: block;
    position: relative;
    background: #eef2f6;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s;
}
.list-solution .d02 li:hover span,
.l-solution02 .s02 li:hover span{
    background: #0daacd;
}
.list-solution .d02 li span ins
,.l-solution02 .s02 li span ins{
    display: block;
    position: absolute;
    width: 150px;
    background: #fff;
    line-height: 45px;
    left: 50%;
    top: 70%;
    margin-left: -75px;
    margin-top: -22px;
    color: #0daacd;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all .5s;
}
.list-solution .d02 li:hover span ins
,.l-solution02 .s02 li:hover span ins{
    opacity: 1;
    top: 50%;
}
.list-solution .d02 li span ins em
,.l-solution02 .s02 li span ins em{
     color: #0daacd;
     margin-left: 5px;
}
.list-solution .d02 li span img 
,.l-solution02 .s02 li span img{
    width: 100%;
    height: auto;
    border-radius: 30px;
    transition: all .3s;
}
.list-solution .d02 li:hover span img
,.l-solution02 .s02 li:hover span img {
    opacity: .1;
}
.list-solution .d02 li h3
,.l-solution02 .s02 li h3 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.l-solution02 {
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.fybox02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.fybox02 .fybox
,.l-solution02 .pub{
   margin-right: 150px;
}
.fybox .s02-prev, .fybox .s02-next {
    width: 70px;
    height: 70px;
    background: url(/template/index/public/54/54-0123/images/more02.png) no-repeat center;
    background-size: 40px;
    cursor: pointer;
    outline-style: none;
    opacity: .5;
}
.fybox .s02-next {
    background: url(/template/index/public/54/54-0123/images/more01.png) no-repeat center;
    background-size: 40px;
}
.fybox .s02-prev:hover, .fybox .s02-next:hover {
    opacity: 1;
}
.l-solution02 .divbox{
   margin-left: 150px;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.l-solution02 .s02{
    padding-bottom: 70px;
}
.s02-line{
    bottom: 0 !important;
    top: auto !important;
    width: 200px !important;
    height: 3px !important;
    border-radius: 5px !important;
    background: rgba(0,0,0,0.1) !important;
}
.s02-line .swiper-pagination-progressbar-fill{
    background:#2145a8 !important;
}
.l-solution02 h2 {
    font-size: 50px;
    color: #2145a8;
}
/*--------------------view-solution-----------------------*/
.newsban{
    background-size: 100% !important;
}
.view-solutionbox {
    background: #fff;
    border-radius: 50px 50px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.view-solutionbox .pox{
    position: absolute;
    top: -50px;
    left: 50px;
}
.view-solutionbox .pox a
,.view-solutionbox .pox em{
    color: #fff;
}
.list-nav02 {
    width: 30%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding: 50px;
}
.list-nav02 li a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px dotted #eee;
    color: #333;
}
.list-nav02 li.a a {
    color: #2145a8;
}
.view-solution {
    width: 70%;
    box-sizing: border-box;
    padding: 50px 100px;
}
.view-solution .title {
    font-size: 33px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}
/*----------------list-form--------------*/
.list-form{
    padding-top: 200px;
    padding-bottom: 100px;
    background-size: cover !important;
}
.formbox{
    width: 900px;
    margin: auto;
    background: #fff;
    padding: 50px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: relative;
}
.formbox::before,.formbox::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 60px;
    background: url(/template/index/public/54/54-0123/images/jiazi.png) no-repeat center;
    left: 100px;
    top: -42px;
    background-size: 100%;
}
.formbox::after{
    left: auto;
    right: 100px;
}
.formbox h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #2145a8;
}
.formbox .layui-btn {
    width: 200px;
    margin: auto;
    display: block;
    border-radius: 50px;
    line-height: 45px;
    height: 45px;
    font-size: 17px;
    font-weight: bold;
    background-color: #2145a8;
}
.jianli {
    position: fixed;
    right: 20px;
    top: 44%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    z-index: 10;
}
.jianli span {
    background: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    padding: 14px;
    transition: all .3s;   
}
.jianli span:hover{
    background: #00d2ff;
}
.jianli span:hover a{
    color: #fff;
}
.jianli span a{
    display: block;
    color: #08b2d6;
    transition: all .3s;  
}
@media screen and (max-width:1600px){
    .wp1500 {
        width: 1400px;
    }
    .banwz{
        transform: scale(0.9);
    }
    .probox,.honorbox .d01 {
        margin-left: calc(50% - 700px);
    }
    .about01 {
        padding: 0 130px;
    }
    .l-solution02 .divbox{
        margin-left: 100px;
    }
    .fybox02 .fybox,.l-solution02 .pub {
        margin-right: 100px;
    }
    .honorbox02{
        padding-left: calc(50% - 700px);
    }
    .conban .contit{
        left:calc(50% - 700px);
    }
    .list-strength .ul02 li{
        padding-left: 0;
    }
    .recuritban .contit {
        bottom: 100px;
    }
    .pro-tit h1 {
        font-size: 75px;
    }
    .pro-tit h2 {
        font-size: 35px;
        margin-top: 10px;
    }
    .tit02 h1 {
        font-size: 75px;
    }
    .about01 .d01 span{
        font-size: 90px;
    }
    .menu li a {
        padding: 29px 0;
        font-size: 18px;
    }
    .prodiv {
        width: 1400px;
    }
    .list-contact .d02 ul li div p {
        font-size: 16px;
    }
    .list-recurit01 {
        width: calc(100% - 300px);
    }
    .recuritban .contit {
       left: 150px;
    }
    .jianli{
        right: 0;
    }
}
@media screen and (max-width:1440px){
    .wp1500,.prodiv {
        width: 1200px;
    }
    .header{
        padding: 0 30px;
    }
    .menubox{
        width: 83%;
    }
    .menu li:hover .nav-a-1::before, .menu li.a .nav-a-1::before {
        width: 64px;
    }
    .head-r .toptel{
        font-size: 20px;
        background-size: 17px !important;
        padding-left: 25px;
    }
    .logo img {
        max-height: 75px;
        max-width: 150px;
    }
    .about01 .d02 p{
        font-size: 14px;
    }
    .about02 img{
        border-radius: 114px 114px 0 0;
    }
    .l-solution02 h2 {
        font-size: 40px;
    }
    .fybox02{
        margin-bottom: 30px;
    }
    .l-solution02 .s02 {
        padding-bottom: 50px;
    }
    .probox,.honorbox .d01 {
        margin-left: calc(50% - 600px);
    }
    .banwz01{
        width: 700px;
    }
    .banwz01 li div,.banwz ins{
        font-size: 65px;
    }
    .productbox {
        padding: 65px 0;
    }
    .protit,.tit03{
        margin-bottom: 30px;
        background-size: 50%;
    }
    .tit01 p, .tit02 p, .tit03 p {
        font-size: 20px;
    }
    .protit p,.probox li div h3 {
        font-size: 20px;
    }
    .probox li div p{
        font-size: 14px;
        margin-top: 30px;
    }
    .probox li div ins{
        margin-top: 30px;
    }
    .probox li a{
        background-size: 100%;
        padding: 100px 60px;
    }
    .tit01 h2 {
        font-size: 45px;
    }
    .tit01 p,.tit02 p,.tit03 p {
        font-size: 25px;
    }
    .about01 {
        padding: 0 20px;
    }
    .about01 .d02 ul li div h3 {
        font-size: 40px;
    }
    .honorbox02{
        padding-left: calc(50% - 600px);
    }
    .strengthbox li div{
        width: 250px;
        margin-left: -125px;
    }
    .strengthbox li{
        width: 22%;
    }
    .strengthbox li.a{
        width: 34%;
    }
    .servicebox li a{
        height: 320px;
    }
    .servicebox li div {
        left: 35px;
        top: 35px;
    }
    .servicebox li p{
        left: 35px;
    }
    .servicebox li.a p,.servicebox li ins{
        bottom: 35px;
    }
    .newsbox ul li div {
        padding: 20px 25px;
    }
    .newsbox ul li div h3{
        font-size: 18px;
    }
    .foot01{
        width: 1000px;
    }
    .foot01 .ftwz{
        font-size: 55px;
    }
    .footer{
        padding-top: 100px;
    }
    .conban .contit{
        left:calc(50% - 600px);
    }
    .list-strength .ul02 li{
        padding-left: 0;
    }
    .recuritban .contit {
        bottom: 90px;
        left: 150px;
    }
    .list-recurit01 li a.a01 h3{
        font-size: 20px;
    }
    .list-recurit01{
        margin-top: -92px;
    }
    .list-recurit01 li a.a01{
        padding: 30px 70px;
    }
    .list-recurit01 li a.a01 div.d01 p{
        font-size: 17px;
    }
    .pro-tit h1 {
        font-size: 60px;
    }
    .pro-tit h2 {
        font-size: 30px;
        margin-top: 0;
    }
    .tit02 h1 {
        font-size:75px;
    }
    .about01 .d01 span{
        font-size: 90px;
    }
    .menu li a {
        padding: 31px 0;
        font-size: 16px;
    }
    .menu li ul li a {
        font-size: 15px;
        line-height: 35px;
    }
    .l-about01,.l-about02 {
        padding: 100px 0;
    }
    .l-about01 .d01 div {
        font-size: 14px;
    }
    .l-about01 .d01 h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .l-about02 .d02 li div {
        width: 170px;
        height: 170px;
    }
    .l-about02 .d02 li span {
        width: 60px;
        padding-top: 30px;
    }
    .l-about02 .d02 li h3 {
        font-size: 22px;
    }
    .l-about03 {
        padding: 150px 0 250px 0;
    }
    .l-about03 li h2{
        font-size: 200px;
    }
    .abtit04{
        font-size: 32px;
        top: 30px;
    }
    .l-about04 .zs-prev01, .l-about04 .zs-next01, .l-about04 .zs-prev02, .l-about04 .zs-next02 {
        transform: scale(0.75);
        top: 50%;
    }
    .l-about04 .zs-prev02, .l-about04 .zs-next02 {
        top: 23%;
    }
    .l-about04 .d01 .s01 li h3, .l-about04 .d02 .s02 li h3 {
        font-size: 12px;
    }
    .abtit04 p{
        font-size: 50px;
    }
    .list-strength .ul02 li div h3 {
        font-size: 30px;
    }
    .list-strength .ul02 li div p {
        font-size: 16px;
    }
    .list-product .ul01 li .d02 h3
    ,.list-product .ul01 li .d01 h3{
        font-size: 20px;
    }
    .list-product .ul01 li .d01{
        padding: 30px 20px;
        padding-top: 0;
    }
    .casefanye {
        left: calc(50% - 665px);
    }
    .l-solution{
        margin-top: 30px;
    }
    .list-solution{
        padding-top: 130px;
        background-size: cover !important;
    }
    .l-solution, .list-solution h2 {
        width: 1200px;
    }
    .list-solution .d01{
        height: calc(100vh - 270px) !important;
    }
    .list-solution .d01 li p{
        font-size: 15px;
    }
    .list-nav02 {
        width: 30%;
        padding: 30px;
    }
    .list-nav02 li a {
        padding: 16px 0;
        font-size: 16px;
    }
    .cat-tit {
        font-size: 50px;
    }
    .view-solution .title {
        font-size: 25px;
    }
    .tjnews{
        width: 1200px;
        padding: 65px;
    }
    .tjnews li.li02 a {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .list-news .ul01 li div h3 {
        font-size: 18px;
        height:46px;
    }
    .list-news{
        width: 1070px;
    }
    .contit02 {
        font-size: 35px;
    }
    .contit02 p {
        font-size: 16px;
    }
    .list-contact .d01 form {
        font-size: 14px;
    }
    .list-contact .d02 ul li div h3 {
        font-size: 16px;
    }
    .list-recurit li .d02 ins span {
        font-size: 14px;
    }
    .list-recurit li .d01 h2 {
        font-size: 30px;
    }
    .list-recurit li .d01 strong{
        font-size: 2.7rem;
    }
    .back {
        left: 20px;
    }
    .view-news,.viewban .title {
        width: 900px;
    }
    .viewban .title{
       top: 65%;
    }
    .viewban .title h2{
        font-size: 30px;
        line-height: 1.3;
    }
    .viewban .title p {
        font-size: 14px;
        margin-top: 10px;
    }
}

/*--------背景色修改---*/
.module-index-index {
    background: #141333;
}
.about01 .d02 h2
,.about01 .d02 ul li div h3
,.tit04 h2
,.tit04 strong
,.tit02{
    color: #fff;
}
.about01 .d01 span{
    color: transparent !important;
    -webkit-background-clip: text;
   background-image:linear-gradient(0,#0d16f5 0,#5cffff 100%);
}
.about01 .d02 ul li h4
,.about01 .d02 ul li div span{
    color: #fff;
    opacity: .5;
}
.newsbox ul li{
    box-shadow: none;
    background: #fff;
}
.newsbox ul li:hover
,.qhbox01 .h-prev, .qhbox01 .h-next, .h-prev2, .h-next2{
    box-shadow: none;
}
.more03,.more03 em{
    color: #fff;
}
@media screen and (max-width:1280px){
    .casefanye{
        left: 0;
    }
    .casefanye p {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .casefanye p a{
        font-size: 16px;
    }
}
@media screen and (max-width:1024px){
    .wp1500{
        width: auto;
    }
  .mbheader,.module-index-index .mbheader.a{
        position: fixed;
        z-index: 12;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    .module-index-index .mbheight{
        height: 0;
    }
    .module-index-index .mbheader{
        background: none;
        box-shadow: none;
    }
    .module-index-index .wp{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mbcontent{
        margin-top: 100vh;
        position: relative;
        z-index: 2;
        background: #fff;
    }
    .mbheight{
        height: 55px;
    }
    .mblogo {
        line-height: 55px;
        padding-left: 10px;
    }
    .mblogo img {
        max-height: 30px;
        width: auto;
    }
    .mblogo{
        display: block;
        line-height: 55px;
        align-items: center;
        height: 55px;
    }
    .mblogo .img02{
        display: none;
    }
    .module-index-index .mblogo .img02
    ,.module-index-index .mbheader.a .mblogo .img01{
        display: block;
    }
    .module-index-index .mblogo .img01
    ,.module-index-index .mbheader.a .mblogo .img02{
        display: none;
    }
    .module-index-index .nav-click{
        color: #fff;
    }
    .nav-click,.module-index-index .mbheader.a .nav-click{
        color: #333;
        font-size: 26px;
        font-weight: bold;
        right: 0;
        margin-top: -14px;
        text-align: center;
    }
    .nav-click .action-l {
        font-weight: normal;
        font-size: 23px;
        color: #333;
    }
    #mobile-nav{
        padding-top: 70px;
    }
    #mobile-nav h3 {
        font-size: 25px;
        text-align: center;
    }
    #mobile-nav {
        background-color: #fff;
        color: #333;
        margin-right: -300px;
    }
    .default-mobile-nav-menu li div::before {
        right: 0;
        top: 43%;
    }
    .default-mobile-nav-menu li ul {
        background-color: #f5f5f5;
    }
    .default-mobile-nav-menu li a {
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-size: 16px;
        border-top: none;
    }
    .banwz{
        margin: 20px 0;
    }
    .banner li a{
        background-size: cover !important;
    }
    .banner li a{
        display: block;
        height:70vh;
    }
    .banner .dots{
        transform: scale(0.7);
    }
    .banword{
        width: 90%;
    }
    .banwz01 li div, .banwz ins {
        font-size: 1.8rem;
    }
    .banwz01 li div{
        letter-spacing: 0;
    }
    .banword p {
        font-size: 10px;
    }
    .banword span {
        padding: 3px 20px;
        font-size: 12px;
        letter-spacing: 5px;
    }
    .banwz01 {
        width: 80% !important;
        margin: 0;
    }
    .productbox {
        padding: 50px 0;
    }
    .protit {
        background-size: 80%;
        background-position: center;
        text-align: center;
        display: block;
        margin-bottom: 30px;
        padding: 10px 0;
    }
    .protit h2 {
        font-size: 25px;
    }
    .protit p{
        font-size: 14px;
    }
    .probox li a {
        display: block;
        padding: 30px 20px;
        background: url(/template/index/public/54/54-0123/images/mbprobg01.jpg) no-repeat center bottom;
        background-size: 100%;
    }
    .probox li div h3{
        font-size: 20px;
        height: 60px;
    }
    .probox li div p{
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px;
        opacity: .5;
        height: 63px;
    }
    .probox li div {
        width: 100%;
    }
    .probox li span{
        width: 100%;
        margin: 0;
    }
    .probox, .honorbox .d01 {
        margin: 0 10px;
    }
    .probox li div ins {
        width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 20px;
    }
    .probox li div ins em {
        font-size: 12px;
    }
    .probox li span {
        width: 80%;
        margin: auto;
    }
    .fybox {
        width: 100%;
        justify-content: center;
        transform: scale(.7);
    }
    .fieldbox {
        padding-top: 30px;
    }
    .tit01 {
        margin-bottom: 40px;
    }
    .tit01 h2 {
        font-size: 30px;
    }
    .tit01 p, .tit02 p, .tit03 p {
        font-size: 14px;
    }
    .fieldbox li a h3 {
        padding: 0 8px;
        font-size: 11px;
        opacity: 0;
    }
    .fieldbox li {
        width: 27%;
        margin: 0 -5%;
        transform: translateY(50px);
    }
    .fieldbox li.li02 {
        margin-top: 85px;
    }
    .more02{
        transform: scale(.7);
        margin-top: 0;
    }
    .honorbox .more02{
        margin-top: 50px;
    }
    .aboutbox {
        padding-top:0;
    }
    .about01 {
        padding: 0 20px;
        display: block;
    }
    .about01 .d02 {
        width: 100%;
    }
    .about01 .d02 h2 {
        font-size: 1.3rem;
        text-align: center;
    }
    .about01 .d02 p {
        font-size: 14px;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .about01 .d02 ul {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .about01 .d02 ul li {
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }
    .about01 .d02 ul li div {
        justify-content: center;
    }
    .about01 .d02 ul li div h3 {
        font-size: 30px;
        font-family: HinTing;
        font-weight: bold;
    }
    .about02{
        padding-top: 50px;
    }
    .about02 img {
        border-radius: 30px 30px 0 0;
        transform: translateY(50px);
    }
    .honorbox .d01 {
        padding: 50px 0;
        display: block;
    }
    .honorbox01 {
        width: auto;
        box-sizing: border-box;
        padding: 20px 20px 30px 20px;
        background-size: 100% 30px;
    }
    .honorbox02 {
        background-size: 100% 30px;
        width: auto;
        margin: 0 10px;
        padding: 20px 0 30px 0;
    }
    .qhbox01 .h-prev, .qhbox01 .h-next, .h-prev2, .h-next2 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .qhbox01, .qhbox02{
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px;
        height: 30px;
        top: auto;
        right: auto;
    }
    .tit02 {
        text-align: center;
        margin-bottom: 20px;
    }
    .tit02 h2{
        font-size: 30px;
    }
    .honorbox{
        padding-bottom:30px;
    }
    .strengthbox ul{
        flex-wrap: wrap;
        position: relative;
    }
    .strengthbox ul::after
    ,.strengthbox ul::before{
        position: absolute;
        content: '';
        background: #fff;
        opacity: .3;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
    }
    .strengthbox ul::before{
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        z-index: 1;
    }
    .strengthbox li {
        width: 50%;
        height: auto;
    }
    .strengthbox li div h3 {
        font-size: 20px;
        position: relative;
        z-index: 3;
    }
    .strengthbox li.a {
        width: 50%;  
    }
    .strengthbox li a {
        width: 120px;
        height:38px;
        margin-left: -62px;
        line-height: 38px;
        font-size: 14px;
        opacity: 1;
        transform: scale(.7);
    }
    .strengthbox li::before {
        opacity: .3;
        background: #110cb1;
    }
    .strengthbox li div p {
        font-size: 12px;
        margin-top: 20px;
    }
    .strengthbox li a em {
        font-size: 12px;
    }
    .strengthbox li div {
        width: 80%;
        margin-left: 0;
        left: 10%;
        color: #fff;
    }
    .strengthbox li img{
        width: 100%;
        height: auto;
    }
    .servicebox {
        padding: 50px 0;
    }
    .tit03 {
        padding: 10px 0;
        margin-bottom:30px;
        background-size: 80%;
        background-position: center;
        text-align: center;
    }
    .tit03 h2 {
        font-size: 30px;
    }
    .servicebox li {
        width: 100%;
        margin: 5px 0;
    }
    .servicebox ul {
        flex-wrap: wrap;
        margin: 0 10px;
    }
    .servicebox li.a {
        width: 100%;
    }
    .servicebox li div h3 {
        font-size: 18px;
    }
    .servicebox li div {
        left: 20px;
        top: 20px;
    }
    .servicebox li div span {
        font-size: 12px;
    }
    .servicebox li ins {
        bottom: 15px;
        right: 10px;
        transform: scale(.7);
    }
    .servicebox li a {
        height: 90px;
    }
    .servicebox li.a a {
        height: 200px;
    }
    .servicebox li.a p {
        bottom:25px;
        left: 15px;
        width: 220px;
        font-size: 12px;
    }
    .tit04 strong {
        font-size: 60px;
    }
    .tit04 h2 {
        line-height: 77px;
        font-size: 25px;
    }
    .newsbox {
        margin-top: 0;
    }
    .newsbox ul {
        display: block;
        margin: 0 10px;
        margin-top: 30px;
    }
    .newsbox ul li {
        width: 100%;
        margin-right: 0;
        border-radius: 10px;
        transition: all .3s;
        margin-bottom: 15px;
    }
    .newsbox ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .newsbox ul li span{
        width: 140px;
    }
    .newsbox ul li div {
        width: calc(100% - 155px);
        padding: 0;
    }
    .newsbox ul li span img {
        border-radius: 10px;
    }
    .newsbox ul li div h3 {
        font-size: 16px;
        line-height: 1.3;
    }
    .newsbox ul li div p ins {
        margin-left: 0;
    }
    .newsbox ul li div p {
        font-size: 12px;
    }
    .more03 {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 25px;
    }
    .more03 em{
        font-size: 12px;
    }
    .footer {
        padding: 50px 20px 0 20px;
        border-radius: 0;
        margin-top:0;
    }
    .module-index-index .footer{
        margin-top: 50px;
    }
    .ftcon .d01 .ewm img {
        width: 80px;
    }
    .ftcon .d01 .ewm h3 {
        font-size: 12px;
    }
    .ftcon .d01 .d02 p {
        padding: 0;
    }
    .ftcon .d01 .d02 {
        font-size: 12px;
        padding-top: 0;
        width: calc(100% - 120px);
    }
    .copy {
        padding: 10px 0;
        margin-top: 30px;
    }
    .copy .default-copyright {
        font-size: 10px;
        width: 100%;
    }
    .copy .default-copyright a {
        font-size: 10px;
    }
    .ftcon,.foot01 {
        width: 100%;
    }
    .conban .contit {
        left: 20px;
        bottom: 50px;
        margin-bottom: 0;
    }
    .pro-tit h1 {
        font-size: 40px;
        font-family: HinTing;
        font-weight: bold;
    }
    .pro-tit h2 {
        font-size: 20px;
        margin-top: 5px;
    }
    .l-about01, .l-about02 {
        padding: 50px 10px;
        flex-wrap: wrap;
    }
    .l-about01 span {
        display: block;
        width: 100%;
    }
    .l-about01 .d01{
        width: 100%;
    }
    .l-about01 .d01 h2 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .l-about01 .d01 div {
        line-height: 1.6;
    }
    .l-about01 .d01 div p {
        margin-bottom: 20px;
    }
    .l-about02 {
        background-attachment: initial !important;
        padding-bottom: 20px;
    }
    .l-about03 li h2 {
        font-size: 6rem;
        font-family: HinTing;
        font-weight: bold;
    }
    .l-about03 li div {
        font-size: 15px;
        width: 80%;
    }
    .l-about03 {
        padding: 100px 0 130px 0;
    }
    .de-qiehuan{
        bottom: 30px;
    }
    .de-prev, .de-next {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }
    .de-next{
        background-size: 10px;
    }
    .abtit04 {
        font-size: 17px;
        top: 0;
    }
    .abtit04 h2{
        font-size: 20px;
    }
    .abtit04 p {
        font-size: 22px;
        margin-left: 5px;
    }
    .l-about04 {
        padding: 50px 0;
    }
    .l-about04 .zs-prev01, .l-about04 .zs-next01, .l-about04 .zs-prev02, .l-about04 .zs-next02 {
        transform: scale(0.5);
        top: 34%;
        left: 0;
    }
    .l-about04 .zs-next01{
        right: 0;
        left: auto;
    }
    .l-about04 .d01 .s01 li h3, .l-about04 .d02 .s02 li h3 {
        font-size: 10px;
        margin-top: 10px;
    }
    .l-about04 .zs-prev02, .l-about04 .zs-next02 {
        top: 25%;
        left: -13px;
    }
    .l-about04 .zs-next02 {
        right: -13px;
        left: auto;
    }
    .l-about04 .d02{
        padding-bottom: 0;
    }
    .list-strength{
        height: calc(100vh - 55px);
    }
    .list-strength .ul01 li {
        display: none;
        height: calc(100vh - 55px);
        background-size: cover !important;
    }
    .list-strength .ul02 {
        top: 0;
        height: 100%;
        flex-wrap: wrap;
    }
    .list-strength .ul02 li {
        padding-left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-right: none;
        height: 33.33%;
    }
    .list-strength .ul02 li span {
        width: 30px;
        margin-bottom: 20px;
    }
    .list-strength .ul02 li.a span {
        transform: translateY(0);
    }
    .list-strength .ul02 li div h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .list-strength .ul02 li div p {
        font-size: 13px;
        height: auto;
    }
    .list-strength .ul02 li.a div {
        transform: translateY(0);
    }
    .list-strength .ul02 li ins {
        width: 80%;
    }
    .prodiv{
        width: auto;
        padding: 0 10px;
    }
    .news-search{
        display: none;
    }
    .list-productbox .list-nav {
        width: 100%;
    }
    .list-nav .d01 {
        width: 100%;
    }
    .list-nav .d01 h2 {
        padding: 3px 20px;
        font-size: 14px;
    }
    .list-nav li a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .list-nav ul{
        top: 57px;
    }
    .scrolltips {
        right: -30px;
        bottom: -40px;
        transform: scale(.5);
    }
    .list-productbox {
        min-height: 70vh;
        padding-top: 30px;
        padding-bottom: 50px;
        background-attachment: inherit !important;
    }
    .list-product {
        margin-top: 10px;
    }
    .list-product .ul01 li {
        width: 49%;
        margin-right: 2%;
    }
    .list-product .ul01 li:nth-child(2n){
        margin-right: 0;
    }
    .list-product .ul01 li a {
        border-radius: 10px;
        padding: 0 0 20px 0;
    }
    .list-product .ul01 li .d02 h3, .list-product .ul01 li .d01 h3 {
        font-size: 13px;
    }
    .list-product .ul01 li .d02{
        display: none;
    }
    .list-product .ul01 li .d01 {
        padding: 10px 10px;
        padding-top: 0;
    }
    .list-product .ul01 li .d01 p, .list-product .ul01 li .d02 p {
        font-size: 10px;
        margin-top: 5px;
    }
    .proban {
        padding:0;
        padding-bottom: 50px;
    }
    .proban .wp {
        flex-wrap: wrap;
    }
    .proban span {
        width: 80%;
        text-align: center;
        margin: auto;
    }
    .proban .d01 {
        width: 100%;
    }
    .proban .d01 h2 {
        font-size: 20px;
    }
    .proban .d01 p.p01 {
        font-size: 13px;
        margin: 15px 0;
    }
    .proban .d01 ins p {
        font-size: 14px;
    }
    .proban .d01 ins {
        padding: 15px 0;
    }
    .proban .d01 ins h4 {
        font-size: 15px;
    }
    .proban .d01 .d02 a, .proban .d01 .d02 em {
        padding: 12px 0;
        width: 40%;
        text-align: center;
    }
    .proban .d01 .d02 em {
        width: 55%;
    }
    .view-product .word {
        border-radius: 20px;
        padding: 30px 15px;
        margin: 0 10px;
    }
    .view-product .word .default-article-content p{
        font-size: 14px;
        line-height: 1.8;
    }
    .view-product {
        background-attachment: inherit !important;
        padding-bottom: 50px;
    }
    .list-solution {
        padding: 50px 15px;
    }
    .l-solution, .list-solution h2 {
        width: auto;
    }
    .list-solution h2 {
        font-size: 30px;
        color: #274aab;
        text-align: center;
        font-weight: bold;
    }
    .list-solution .d02 {
        width: 100%;
        height: auto !important;
        margin: 0;
    }
    .list-solution .d02 li span img
    ,.list-solution .d02 li span {
        border-radius: 20px;
    }
    .l-solution {
        margin-top: 20px;
    }
    .list-solution .d02 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-solution .d02 li {
        margin-bottom: 30px;
    }
    .list-nav02{
        display: none;
    }
    .view-solution {
        width: 100%;
        padding: 15px;
    }
    .cat-tit {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .newsban {
        padding-top: 50px;
    }
    .view-solutionbox {
        border-radius: 20px 20px 0 0;
    }
    .view-solutionbox .pox {
        top: -31px;
        left: 23px;
    }
    .view-solutionbox .pox a, .view-solutionbox .pox em {
        font-size: 12px;
    }
    .view-solution .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .newsban {
        padding: 50px 0;
        background-size: cover !important;
    }
    .fanye p {
        font-size: 14px;
        width: 100%;
        line-height: 25px;
    }
    .newsban .cat-tit{
        margin-bottom: 0;
    }
    .list-news {
        width: auto;
        border-radius: 20px 20px 0 0;
        padding: 20px;
        background: #fff;
        margin-top: -20px;
        position: relative;
    }
    .list-news .ul01 {
        margin-top: 20px;
    }
    .list-news .ul01 li {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .list-news .ul01 li div h3 {
        height: auto;
    }
    .view-news, .viewban .title {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .viewban .title h2 {
        font-size: 22px;
    }
    .viewban .title {
        top: 50%;
    }
    .view-news {
        margin: 30px auto;
    }
    .back {
        left: auto;
        right: -20px;
        bottom: -21px;
        top: auto;
        transform: scale(.5);
    }
    .list-contact .wp1500 {
        padding: 0 10px;
        display: block;
    }
    .list-contact .d02 {
        width: 100%;
    }
    .contit02 {
        font-size: 25px;
    }
    .contit02 p {
        font-size: 14px;
    }
    .list-contact .d02 ul li {
        padding: 10px 0;
    }
    .list-contact .d02 ul li span {
        width: 35px;
        height: 35px;
    }
    .list-contact {
        padding: 30px 0;
    }
    .contit02 {
        margin-bottom: 15px;
    }
    .list-contact .d02 ul li div h3 {
        display: none;
    }
    .list-contact .d02 ul li div {
        margin-left: 10px;
        width: calc(100% - 40px);
    }
    .list-contact .d02 ul li div p {
        font-size: 14px;
    }
    .list-contact .d02 .conewm span {
        width: 70%;
        margin: auto;
    }
    .list-contact .d02 .conewm {
        margin-top: 20px;
    }
    .list-contact .d01 {
        width: 100%;
        padding: 4%;
        margin-top: 30px;
    }
    .list-contact .d01 form .layui-btn {
        width: 130px;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .list-recurit {
        border-radius: 20px 20px 0 0;
        margin-top: -20px;
        padding-bottom: 50px;
    }
    .list-recurit li {
        flex-wrap: wrap;
    }
    .list-recurit li .d01 {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .list-recurit li .d01 strong
    ,.list-recurit li .d01 em
    ,.list-recurit li .d02::after
    ,.list-recurit li .d02::before{
        display: none;
    }
    .list-recurit li .d02 {
        width: 100%;
        padding: 4% 5%;
    }
    .list-recurit li .d01 h2 {
        font-size: 25px;
        padding: 0 20px;
    }
    .list-recurit li .d02 ins span {
        font-size: 12px;
    }
    .ftcon .d01 .d02 p a{
        color: #fff;
    }
    .solutionban .cat-tit{
        margin-bottom: 35px;
    }
    .ftlogo img {
        max-height: 20px;
    }
    .casefanye {
        left: 0;
        width: 100%;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
        text-align: center;
    }
    .casefanye p {
        display: inline-block;
        margin: 0 5px;
        background: #eee;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .casefanye p a {
        font-size: 12px;
    }
    .list-recurit01 li a.a01 div.d01{
        display: none;
    }
    .list-recurit01 li a.a01 h3 {
        width: calc(100% - 50px);
        font-size: 17px;
    }
    .list-recurit01 li em.e01 {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .list-recurit01 li a.a01 {
        padding: 10px 20px;
    }
    .list-recurit01 {
        width: auto;
        border-radius: 10px;
        margin: 20px 10px;
    }
    .list-recurit01 li .tc01 {
        padding: 20px;
    }
    .view-recurit .default-article-content h3, .list-recurit01 li .tc .default-article-content h3 {
        width: 90px;
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
    .list-contact .d01 form .layui-form-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-contact .d01 .contit02 {
        margin-bottom: 15px;
    }
    .module-index-index .list-strength .ul02 li{
        height: 25%;
        position: relative;
    }
    .module-index-index .list-strength .ul02 li a {
        display: block;
        font-size: 14px;
        color: #fff;
        width: 52px;
        position: absolute;
        right: 0;
        bottom: 20px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 30px 0 0 30px;
        border-right: none;
    }
    .l-about02 .d02 li{
        margin: 0 10px;
    }
    .l-about02 .d02 li div {
        width: 100px;
        height: 100px;
        margin: 15px;
    }
    .l-about02 .d02 li span {
        width: 40px;
        padding-top: 15px;
    }
    .l-about02 .d02 li h3 {
        font-size: 17px;
    } 
    .l-about02 .d02 {
        margin-bottom: 40px;
    }
    .l-about02 .d01 ul {
        flex-wrap: wrap;
    }
    .l-about02 .d01 li {
        width: calc((100% - 2*10px)/3);
        padding: 30px 0;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .l-about02 .d01 li:nth-child(2n){
        margin-right: 0;
    }
    .l-about02 .d01 li::after {
        width: 60px;
        height: 15px;
        top: -16px;
        margin-left: -30px;
    }
    .l-about02 .d01 li strong {
        width: 86%;
        height: 30px;
        left: 7%;
        margin-left: 0;
        top: 0;
        font-size: 13px;
        line-height: 22px;
        font-family: HinTing;
        font-weight: normal;
        background-size: 100% 100%;
        font-weight: bold;
    }
    .l-about02 .d01 li span {
        width: 40px;
        margin: 10px auto;
    }
    .l-about02 .d01 li h3 {
        font-size: 14px;
    }
    .jianli {
        right: -30px;
        bottom: 0;
        transform: scale(.5) translateY(0);
        top: auto;
    }
    .list-form {
        padding: 50px 0;
        font-size: 14px;
    }
    .formbox {
        width: 100%;
        margin: auto;
        background: none;
        padding: 0 15px;
        box-shadow: none;
        box-sizing: border-box;
    }
    .formbox .layui-form-item{
        margin-bottom: 10px;
        background: #fff;
    }
    .formbox .layui-form-item .layui-form-radio{
        margin-right: 0;
    }
    .formbox h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
     .formbox::before, .formbox::after{
        display: none;
     }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}

