@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;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .3s;
}
.module-index-index{
    background: #212b3a;
}
.wp1600{
    width: 1600px;
    margin: auto;
}
.header.a{
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.header.a3{
    background: #fff;
}
.header .head01{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 100px; 
}
.header .head-r{
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
    line-height:80px;
}
.logo img {
    max-width: 200px;
    width: auto;
    height: auto;
    max-height: 80px;
}
.menu li.nav-li-1{
    margin: 0 30px;
}
.menu li a.nav-a-1 {
    display: block;
    font-size: 17px;
    color: #fff;
    padding:33px 0;
    font-weight: bold;
    transition: all .3s;
}
.menu li:hover a.nav-a-1
,.menu li.a a.nav-a-1{
    color: #1248f9 !important;
}
.header.a .menu li a.nav-a-1{
    color: #333;
    padding: 25px 0;
}
.header.a3 .menu li a.nav-a-1
,.header.a2 .menu li a.nav-a-1{
    color: #333;
}
.menu li:hover ul{
    display:none;
}
.menu li ul {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.07);
}
.menu li ul li a{
    display: block;
    font-weight:normal;
    font-size:15px;
    color:#666;
    padding: 0 25px;
    line-height:35px;
    text-align: center;
    background: none;
}
.menu li ul li a:hover{
   color: #1248f9;
}
/*.menuheight {
    position: absolute;
    top: 91px;
    width: 100%;
    height: 65px;
    left: 0;
    display: none;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}*/
.header.a .menuheight{
    top: 71px;
}
.header.a .toptel
,.header.a2 .toptel
,.header.a3 .toptel{
    color: #1248f9;
    background: url(/template/index/public/54/54-0131/images/tel02.png) no-repeat left center;
    background-size: 17px;
}
.toptel{
    background: url(/template/index/public/54/54-0131/images/tel.png) no-repeat left center;
    font-size: 21px;
    color: #fff;
    padding-left: 25px;
    font-weight: bold;
    background-size: 17px;
}
.header .search {
    margin-right: 35px;
    cursor: pointer;
}
.header.a .search .s01
,.header.a2 .search .s01
,.header.a3 .search .s01{
    color: #999;
}
.header .search .s01{
    color: #fff;
}
.searchbox {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 20;
    top: 92px;
    padding: 40px 0;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.searchbox.a{
    top: 80px;
}
.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;
}
.pronavbox {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 91px;
    left: 0;
    z-index: 3;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    display: none;
}
.header.a .pronavbox{
    top: 71px;
}
.pronavbox .divbox{
    display: flex;
}
.pronavbox .d01{
    width: 30%;
    box-sizing: border-box;
    padding: 20px 50px;
    background: #f5f5f5;
}
.pronavbox .d01 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.pronavbox .d01 li a h3{
    font-size: 16px;
}
.pronavbox .d01 li.a a h3
,.pronavbox .d01 li.a a em{
    color: #1248f9;
}
.pronavbox .d01 li a em{
    transition: all .3s;
    margin-right: 20px;
    font-size: 20px;
    opacity: 0;
}
.pronavbox .d01 li.a a em{
    opacity: 1;
    margin-right: 0;
}
.pronavbox .d02 {
    width: 70%;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 50px;
}
.pronavbox .d02 li{
    display: none;
}
.pronavbox .d02 li div{
    display: flex;  
    flex-wrap: wrap; 
}
.pronavbox .d02 li.a{
    display: block;
}
.pronavbox .d02 li a{
    display: flex;
    align-items: center;
    width: 33.33%;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.pronavbox .d02 li a span{
    display: block;
    width: 50px;
}
.pronavbox .d02 li a img{
    width: 100%;
    height: auto;
}
.pronavbox .d02 li a h3 {
    font-size: 16px;
    margin-left: 10px;
    transition: all .3s;
}
.pronavbox .d02 li a:hover h3{
    color: #1248f9;
    margin-left:20px;
}
.banner .diy{
    margin-top: 50px;
}
.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 .divbox {
    position: absolute;
    left: 9%;
    bottom: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.prev, .next
,.prev03, .next03 {
    width: 58px;
    height: 58px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    color: #fff;
    margin-right:40px;
    opacity: .5;
    cursor: pointer;
    transition: all .3s;
}
.prev:hover, .next:hover
,.prev03:hover, .next03:hover{
    opacity: 1;
}
.dots {
    color: #fff;
    font-size: 23px;
    width: 100px;
}
.aboutbox{
    padding: 150px 0;
    background: url(/template/index/public/54/54-0131/images/abbg.jpg) center;
    background-size: cover;
}
.aboutbox .divbox{
    display: flex;
    justify-content: space-between;
}
.aboutbox .d01 {
    width: 40%;
}
.aboutbox .d01 h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.aboutbox .d01 div {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    text-align: justify;
}
.aboutbox .d01 ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 50px;
}
.aboutbox .d01 li span {
    display: flex;
    align-items: baseline;
    font-size: 20px;
}
.aboutbox .d01 li span h3 {
    font-size: 45px;
    font-family: fantasy;
    margin-right: 5px;
}
.aboutbox .d01 li p {
    font-size: 15px;
    color: #fff;
}
.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 50px;
    background: url(/template/index/public/54/54-0131/images/morebg.png) no-repeat center;
    transition: all .3s;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.more::before{
    position: absolute;
    content: '';
    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%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);  
    opacity: 0;
    transition: all .8s;
}
.more:hover::before{
    opacity: 1;
    width: 300px;
    height: 300px;
}
.more span{
    display: flex;
    position: relative;
    z-index: 1;
}
.more em {
    color: #fff;
    margin-left: 8px;
    font-size: 13px;
    transition: all .3s;
}
.more:hover em{
    animation: arrow 1s infinite;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.aboutbox .d02 {
    width: 50%;
    position: relative;
}
.aboutbox .d02 img{
    width: 100%;
    height: auto;
}
.aboutbox .d02 .openvideo {
    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%);
    cursor: pointer;
}
.aboutbox .d02 .openvideo span {
    position: relative;
    width: 60px;
    display: block;
    margin: auto;
}
.aboutbox .d02 .openvideo span::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: #1248f9;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    opacity: .1;
    -webkit-animation: ripple 2.4s ease-out 1.8s infinite;
    animation: ripple 2.4s ease-out 1.8s infinite;
    transition: all .3s;
}
.aboutbox .d02 .openvideo span::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #1248f9;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    opacity: .2;
    -webkit-animation: ripple 2s ease-out 1.5s infinite;
    animation: ripple 2s ease-out 1.5s infinite;
    transition: all .3s;
}
@keyframes ripple{
    0%{
    opacity:0;
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
    }
    5%{
    opacity:.5
    }
    to{
    opacity:0;
    -webkit-transform:scale(1.3);
    transform:scale(1.3)
    }
}
@keyframes ripple02{
    0%{
    opacity:0;
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
    }
    5%{
    opacity:.5
    }
    to{
    opacity:0;
    -webkit-transform:scale(1.2);
    transform:scale(1.2)
    }
}
.aboutbox .d02 .openvideo span em {
    display: block;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #1248f9;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
}
.aboutbox .d02 .openvideo p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 5px;
}
.videoboxbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.9);
    z-index: 15;
}
.videoboxbg .video{
    width: 70%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.videoboxbg .video iframe{
    border:10px solid #333;
}
.videoboxbg .video video{
  width: 100%;
}
.videoboxbg span{
  position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 25px;
    -webkit-text-stroke-width: initial;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.youshibox{
    background: linear-gradient(90deg,#225fb8 0,#7ce2e3 100%);
    padding: 130px 0;
}
.fade_in_down{
    opacity: 0;
    transform: translateY(80px);
    -ms-transform:translateY(80px);
    -moz-transform:translateY(80px);
    -webkit-transform:translateY(80px);
    -o-transform:translateY(80px);
}
.fade_in_up{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s;
}
.ispc .sectionleft.fade_in_down{
    opacity: 0;
    transform: translateX(-80px);
    -ms-transform:translateX(-80px);
    -moz-transform:translateX(-80px);
    -webkit-transform:translateX(-80px);
    -o-transform:translateX(-80px);
}
.ispc .sectionright.fade_in_down{
    opacity: 0;
    transform: translateX(80px);
    -ms-transform:translateX(80px);
    -moz-transform:translateX(80px);
    -webkit-transform:translateX(80px);
    -o-transform:translateX(80px);
}
.ispc .sectionleft.fade_in_up
,.ispc .sectionright.fade_in_up{
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s;
}
.tit h2{
    font-size: 40px;
    padding-bottom:40px;
    color: #fff;
    font-weight: bold;
    background: url(/template/index/public/54/54-0131/images/titbg.png) no-repeat left bottom;
}
.youshibox .d01 p {
    font-size: 20px;
    margin-top: 50px;
    color: #fff;
    width: 75%;
}
.more02 {
    border: 2px solid #fff;
    box-sizing: border-box;
    background: none;
}
.more02::before{
    background: #fff;
}
.more02:hover
,.more02:hover em{
    color: #2667ba !important;
}
.youshibox .d01 {
    margin-top: 150px;
}
.youshibox .d02 {
    padding:0 calc(50% - 800px);
}
.youshibox .d02 li a.a01{
    border-radius: 20px;
    display: block;
    overflow: hidden;
    position: relative;
}
.youshibox .d02 li a.a01::before{
    position: absolute;
    content: '';
    width: 101%;
    height: 100%;
    left: -1px;
    top: 0;
    background: url(/template/index/public/54/54-0131/images/yybg.png) no-repeat top;
    background-size: 100%;
    z-index: 1;
}
.youshibox .d02 li img {
    width: 100%;
    height: auto;
    transition: all .3s;
}
.youshibox .d02 li:hover img{
    transform: scale(1.08);
}
.youshibox .d02 li .d03{
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 2;
}
.youshibox .d02 li .d03 h3{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.youshibox .d02 li .d03 h3 span{
    color: transparent !important;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
    margin-right: 5px;
}
.youshibox .d02 li .d03 p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.youshibox .d02 li .a01 .more{
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transform: all .3s;
}
.youshibox .d02 li:hover .a01 .more{
    opacity: 1;
    bottom: 50px;
    background: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
}
.prev02,.next02{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url(/template/index/public/54/54-0131/images/prev.png) no-repeat center;
    z-index: 2;
    top: 50%;
    margin-top: -27px;
    left: 52px;
    cursor: pointer;
}
.next02{
    background: url(/template/index/public/54/54-0131/images/next.png) no-repeat center;
    left: auto;
    right: 52px;
}
.youshibox .swiper-button-disabled{
    opacity: 0;
}
.productbox{
    padding: 130px 0;
    background: url(/template/index/public/54/54-0131/images/cpbg.jpg) no-repeat center;
    background-size: cover;
    background: #fff;
}
.productbox .divbox{
    display: flex;
    justify-content: space-between;
}
.prev03,.next03{
    top: 50%;
    margin-top: -30px;
    left: 40px;
    bottom: auto;
    position: absolute;
    z-index: 1;
    margin-right: 0;
}
.next03{
    left: auto;
    right: 40px;
}
.productbox .d01
,.productbox .d02{
    width: 48.5%;
}
.productbox .d01{
    background:#212939 url(/template/index/public/54/54-0131/images/probg01.jpg) no-repeat center;
    background-size: 100%;
}
.productbox .d02 li{
    background:#212939 url(/template/index/public/54/54-0131/images/probg02.jpg) no-repeat center;
    background-size: 100%;
}
.productbox .d01 li a{
    display: block;
}
.productbox .d01 li div {
    padding-top: 80px;
    padding-bottom: 20px;
}
.productbox .d01 li div span {
    display: flex;
    text-align: center;
    justify-content: center;
}
.productbox .d01 li div span img {
    width: 380px;
    height: auto;
    transition: all 1s;
    transform: translateY(-50px) ;
}
.productbox .d01 li.swiper-slide-active div span img {
    transform: translateY(0);
}
.productbox .d01 li div h3
,.productbox .d02 li div h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 80px;
}
.productbox .d01 li div .more {
    margin: 20px auto 0 auto;
}
.productbox .d02 li:first-child{
    margin-bottom: 3%;
}
.productbox .d02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
}
.productbox .d02 li div {
    width: calc(100% - 300px);
}
.productbox .d02 li span.s01 {
    display: block;
    text-align: center;
    width: 240px;
    padding: 35px 0 75px 0;
    margin-right: 30px;
}
.productbox .d02 li span.s01 img{
    width: 100%;
    height: auto;
}
.productbox .d02 li div h3{
    margin-top: 0;
    text-align: left;
}
.productbox .d02 li div .more{
    margin-top: 40px;
}
.partnerbox{
    background: #2b3545;
    padding: 200px 0;
}
.partnerbox .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partnerbox .d01 {
    width: 20%;
}
.partnerbox .d01 p{
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
}
.partnerbox .d02 {
    width: 73%;
}
.partnerbox .d02 li {
    float: right;
    width: 28%;
    margin: 20px 0;
    margin-left: 2%;
}
.partnerbox .d02 li span {
    display: block;
    text-align: center;
}
.partnerbox .d02 li span img{
    width: auto;
    max-width: 100%;
    height: auto;
    opacity: .5;
    cursor: pointer;
    transform: all .3s;
}
.partnerbox .d02 li:hover span img{
    opacity: 1;
}
.partnerbox .d02 li.li1{
    float: left;
    width: 393px;
    height: 393px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 60px;
    position: relative;
}
.partnerbox .d02 li.li1::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0131/images/hezuo01.png) no-repeat center;
    background-size: 100%;
    -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);
  }
}
.partnerbox .d02 li.li1 img{
    width: auto;
    max-width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
}
.newsbox{
    position: relative;
    padding: 130px 0;
}
.tit02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.tit02 .more{
    margin-top: 0;
}
.tit02 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.tit02 h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}
.newsbox ul{
    display: flex;
    justify-content: space-between;
}
.newsbox li {
    width: calc((100% - 30px*3)/4);
    background: #323f56;
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
    transition: all .3s;
}
.newsbox li:hover{
    transform: translateY(-10px);
}
.newsbox li:hover,.newsbox li:nth-child(1),.newsbox li:nth-child(3){
    background: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
}
.newsbox li::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/template/index/public/54/54-0131/images/newsbg.png) no-repeat left center;
    opacity: 0;
    transition: all .3s;
}
.newsbox li:hover::before
,.newsbox li:nth-child(1)::before
,.newsbox li:nth-child(3)::before{
    opacity: 1;
}
.newsbox li a{
    display: block;
    padding: 30px;
    transition: all .3s;
}
.newsbox li span{
    display: block;
    transition: all .3s;
}
.newsbox li span img{
    width: 100%;
    height: auto;
}
.newsbox li div {
    padding-top: 30px;
    transition: all .3s;
    position: relative;
    margin-bottom: 130px;
}
.newsbox li div p{
    font-size: 16px;
    color: #fff;
    opacity: .3;
    transition: all .3s;
}
.newsbox li div h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.newsbox li ins {
    display: flex;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 16px;
    color: #fff;
    opacity: .3;
    transition: all .3s;
}
.newsbox li ins i{
    display: block;
    margin-left: 3px;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}
.newsbox li ins:hover i{
    animation: arrow 1s infinite;
}
.newsbox li:hover div p
,.newsbox li:hover ins{
    opacity: 1;
}
.footer{
    background: url(/template/index/public/54/54-0131/images/ftbg.jpg) no-repeat center;
    background-size: cover;
}
.ftlogo{
    transform: translateX(100px);
}
.foot01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
}
.ftnav{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.ftnav li a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.ftwenzi {
    position: relative;
    width: 30%;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 60px;
}
.ftwenzi::before
,.ftwenzi::after{
    position: absolute;
    content: '';
    width: 39px;
    height: 34px;
    left: 0;
    top: -10px;
    background: url(/template/index/public/54/54-0131/images/yh.png) no-repeat center;
}
.ftwenzi::after{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    left: auto;
    right: 0;
    bottom: -10px;
    top: auto;
}
.foot02{
    padding:50px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
}
.ftcon {
    width:32%;
}
.ftcon li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ftcon li span{
    display: block;
}
.ftcon li span img{
    width: 18px;
    height: auto;
}
.ftcon li div {
    margin-left: 10px;
    color: #fff;
    display: flex;
}
.ftcon li div h3{
    font-size: 16px;
    margin-right: 5px;
}
.ftcon li div p{
    font-size: 16px;
}
.ftcon li div p a{
    color: #fff;
}
.ftsao {
    display: flex;
    align-items: center;
    padding-right: 50px;
}
.ftsao span{
    display: block;
    width: 120px;
    position: relative;
    text-align: center;
    line-height: 120px;
    background: url(/template/index/public/54/54-0131/images/bg4.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.ftsao span::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0131/images/sm.png) no-repeat top center;
    background-size: 100%;
    animation: run1 2s infinite;
    -webkit-animation: run1 2s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
.ftsao span img{
    width: 100px;
    height: auto;
}
.ftsao p{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-left:30px;
}
.copy{
    padding: 20px 0;
}
.default-copyright {
    color: #fff;
    font-size: 14px;
    margin: auto;
    text-align: center;
}
.default-copyright a{
    font-size: 14px;
    color: #fff;
}
.top{
    position: fixed;
    background:#1248f9 url(/template/index/public/54/54-0131/images/next.png) no-repeat center;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    bottom: -20px;
    z-index: 11;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transition: all .3s;
    opacity: 0;
}
.top.a{
    opacity: 1;
    bottom: 20px;
    transition: all .3s;
}
.top.a:hover{
    opacity: 1;
}
/*---------------------list-news--------------------------*/
.banner01{
    position: relative;
}
.banner01 .cattit{
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    position: absolute;
    left:calc(50% - 800px);
}
.banner01 .cattit h2{
    font-size: 60px;
    font-weight: bold;
}
.banner01 .cattit p {
    font-size: 25px;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.list-nav{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.list-navbox {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    margin-top: 91px;
}
.list-nav02{
    margin-top: 0;
}
.list-nav02 .divbox{
    width: 1200px;
    margin: auto;
}
.list-nav .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-nav ul{
    display: flex;
}
.list-nav li a{
    display: block;
    font-size: 16px;
    margin-right: 50px;
    position: relative;
    padding: 20px 0;
    transition: all .3s;
}
.list-nav li a::after{
    position: absolute;
    content: '';
    width: 0;
    bottom: -1px;
    height: 2px;
    opacity: 0;
    left: 0;
    background: #1248f9;
    transition: all .3s;
}
.list-nav li:hover a::after
,.list-nav li.a a::after{
    width: 100%;
    opacity: 1;
}
.list-nav li:hover a
,.list-nav li.a a{
    color: #1248f9;
}
.list-nav .pox{
    font-size: 16px;
}
.search{
    display: flex;
    justify-content: right;
}
.search form {
    width: 450px;
    border-bottom: 2px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(83px);
}
.search form .tdy-keyword {
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    border: none;
    width: calc(100% - 50px);
    font-size: 16px;
    background: none;
}
.search form .tdy-submit {
    font-size: 25px;
    color: #1248f9;
    border: none;
    background: none;
    margin-right: 10px;
}
.pub{
    text-align: right;
    margin-bottom: 10px;
}
.list-news{
    width: 1200px;
    margin:70px auto;
}
.nodata{
    background: #f4f5f8 url(/template/index/public/54/54-0131/images/nodata.png) no-repeat center;
    line-height: 500px;
    text-align: center;
    font-size: 16px;
    color: transparent;
}
.list-news .ul01 {
    margin-top: 50px;
}
.list-news .ul01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    position: relative;
}
.list-news .ul01 li:hover a{
    border-bottom: 1px solid #fff;
}
.list-news .ul01 li a::before{
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #2d6ee4;
    transition: all .3s;
}
.list-news .ul01 li:hover a::before{
    width: 100%;
    opacity: 1;
}
.list-news .ul01  li ins{
    color: #333;
    font-size: 20px;
    display: block;
    width: 145px;
    transition: all .3s;
}
.list-news .ul01  li:hover ins
,.list-news .ul01 li:hover .d01 div h3{
    color: #2d6ee4;
}
.list-news .ul01  li ins i{
    position: relative;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 15px;
    font-style: normal;
    display: block;
}
.list-news .ul01  li ins i::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background: #dcdcdc;
    left: 0;
    top: 0;
    transition: all .3s;
}
.list-news .ul01 li:hover ins i::before{
    background: #2d6ee4;
}
.list-news .ul01 li .d01 {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
}
.list-news .ul01 li .d01 span {
    display: block;
    width: 265px;
}
.list-news .ul01 li .d01 span img {
    width: 100%;
    height: auto;
}
.list-news .ul01 li .d01 div {
    width: calc(100% - 350px);
    margin-left: 50px;
}
.list-news .ul01 li .d01 div h3 {
    font-size: 20px;
    color: #333;
    transition: all .3s
}
.list-news .ul01  li .d01 div p{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.list-news .ul01  li em{
    display: block;
    width: 80px;
    height: 50px;
    border-left: #eeeeee solid 1px;
    background: url(/template/index/public/54/54-0131/images/more01.png) no-repeat center;
    transition: all .3s;
}
.list-news .ul01  li:hover em{
    background: url(/template/index/public/54/54-0131/images/more02.png) no-repeat center;
}
.pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.pagination li {
    margin: 0 10px!important;
    border: none !important;
    background: none;
}
.pagination li.disabled{
    display: none;
}
.pagination li a, .pagination li span {
    padding: 0 !important;
    line-height: 40px !important;
    color: #666 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    background: #fff !important;
    font-size: 17px;
}
.pagination li.active span, .pagination li:hover a {
    background: #154af9  !important;
    color: #fff;
}
/*----------------view-news--------------*/
.view-news02 {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.view-news02 .word{
    width: 840px;
    padding-left: 144px
}
.view-news02 .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.view-news02 .ww{
    font-size: 14px;
    color: #cbcbcb;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-news02 .ww em{
    font-style: normal;
    margin-right: 15px;
}
.share{
    margin-top: 200px;
}
.share .bdsharebuttonbox {
    background: #1248f9;
    width: 60px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.share .bdsharebuttonbox h3{
    text-align: center;
    color: #fff;
}
.share .bdsharebuttonbox a {
    display: block;
    background: none;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke-width: initial;
    transition: all .3s;
}
.share .bdsharebuttonbox a  i{
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke-width: initial;
}
.share .bdsharebuttonbox a.s01{
    position: relative;
}
.share .bdsharebuttonbox a.s01 img {
    position: absolute;
    right: 76px;
    top: -32px;
    border: 1px solid #eee;
    padding: 8px;
    background: #fff;
    display: none !important;
}
.share .bdsharebuttonbox a.s01:hover img {
    display: block !important;
}
.share .bdsharebuttonbox a:hover{
    color: #fff;
    opacity: .8;
}
.share .bdsharebuttonbox a.s02 {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
}
.share .bdsharebuttonbox a.s02::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 16px;
}
.poxbox{
    background: #f5f5f5;
    margin-top: 91px;
}
.poxbox .pox {
    padding: 15px 0;
    font-size: 16px;
}
.pox a:hover{
    color: #1248f9;
}
.fanye {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.fanye .a01{
    display: block;
    width: 120px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #1266ec;
    font-size: 16px;
    border-radius: 30px;
    color: #1266ec;
    transition: all .3s;
}
.fanye .a01:hover{
    background: #1266ec;
    color: #fff;
}
.fanye .back{
    margin: 0 200px;
    font-size: 16px;
    line-height: 38px;
    transition: all .3s;
}
.fanye .back:hover{
    color: #1266ec;
}
/*------------------list-contact----------------------*/
.wp1400{
    width: 1400px;
    margin: auto;
}
.con-tit{
    margin: 100px 0;
}
.con-tit span {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 6px 0 6px 0;
    margin-bottom: 10px;
    width: 75px;
    background-image: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
}
.con-tit p {
    font-size: 2.1875vw;
    line-height: 2.7083333333vw;
    font-weight: bold;
}
.list-con02{
    margin-top: 100px;
}
.list-con02 ul {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.list-con02 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.list-con02 ul {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.list-con02 li{
    max-width: 33%;
}
.list-con02 li span {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1248f9;
    text-align: center;
    line-height: 60px;
}
.list-con02 li span img{
    width: 25px;
    height: auto;
}
.list-con02 li div{
    margin-top: 15px;
}
.list-con02 li div h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-con02 li div ins{
    display: block;
}
.list-con02 li div p{
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    margin-bottom: 3px;
}
.list-con02 li div p a{
    color: #666;
}
.list-mapbox{
    width: 1000px;
    margin: 100px auto;
    position: relative;
}
.list-mapbox img{
    width: 100%;
    height: auto;
    opacity: .5;
}
.list-mapbox li {
    position: absolute;
}
.list-mapbox li.li1 {
    right: 213px;
    bottom: 156px;
}
.list-mapbox li.li2 {
    right: -66px;
    bottom: 207px;
}
.list-mapbox li.li3 {
    bottom: 30%;
    left: 22%;
}
.list-mapbox li span {
    display: block;
    width: 10px;
    height: 10px;
    background: #1248f9;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 38px;
}
.list-mapbox li span::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #1248f9;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    opacity: .1;
    -webkit-animation: ripple 2.4s ease-out 1.8s infinite;
    animation: ripple 2.4s ease-out 1.8s infinite;
    transition: all .3s;
}
.list-mapbox li span::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #1248f9;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    opacity: .2;
    -webkit-animation: ripple 2.4s ease-out 1.8s infinite;
    animation: ripple 2.4s ease-out 1.8s infinite;
    transition: all .3s;
}
.list-mapbox li.li1 span {
    right: -43px;
    left: auto;
    top: 44px;
    background: #f00c0c;
}
.list-mapbox li.li3 span {
    right: -43px;
    left: auto;
    top: 44px;
}
.list-mapbox li.li1 span::after
,.list-mapbox li.li1 span::before{
    background: #f00c0c;
}
.list-mapbox li div {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: relative;
}
.list-mapbox li div::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: 50%;
    right: -5px;
    margin-top: -5px;
}
.list-mapbox li.li2 div::before{
    right: auto;
    left: -5px;
}
.list-mapbox li div h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.list-mapbox li div p {
    font-size: 13px;
    color: #666;
}
.list-mapbox li div p a{
    color: #555;
    transition: all .3s;
}
.list-mapbox li div p a:hover{
    color: #1248f9;
    text-decoration: underline;
}
.list-con03 {
    position: relative;
    margin-top: 100px;
}
.list-con03 img{
    width: 100%;
    height: auto;
}
.list-con03 div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    width: 500px;
}
.list-con03 div span{
    position: relative;
    width: 60px;
    display: block;
    margin: auto;
}
.list-con03 div span::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: #1248f9;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    opacity: .1;
    -webkit-animation: ripple 2.4s ease-out 1.8s infinite;
    animation: ripple 2.4s ease-out 1.8s infinite;
    transition: all .3s;
}
.list-con03 div span::before{
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #1248f9;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    opacity: .2;
    -webkit-animation: ripple 2s ease-out 1.5s infinite;
    animation: ripple 2s ease-out 1.5s infinite;
    transition: all .3s;
}
.list-con03 div span a {
    display: block;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #1248f9;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 27px;
}
.list-con03 div p {
    text-align: center;
    color: #1248f9;
    font-size: 17px;
    margin-top: 25px;
    font-weight: bold;
}
.list-con04{
    position: relative;
}
.list-con04 img{
    width: 100%;
    height: auto;
/*    -webkit-clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);*/
}
.list-con04 .divbox{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-con04 .d01 {
    width: 28%;
    color: #fff;
}
.list-con04 .d01 h4{
    font-size: 15px;
    line-height: 2;
}
.list-con04 .d01 h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
}
.list-con04 .d01 h3 span{
    display: block;
}
.list-con04 .d01 p{
    font-size: 16px;
    margin-top:50px;
}
.list-con04 .d02 {
    width: 40%;
    background: #2d6ee4;
    box-sizing: border-box;
    padding: 60px 60px;
}
.list-con04 .d02 form label {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    color: #fff;
    display: none;
}
.list-con04 .d02 form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.list-con04 .d02 form .layui-form-item{
    margin-bottom: 30px;
}
.list-con04 .d02 form .layui-input-block .layui-input
,.list-con04 .d02 form .layui-input-block .layui-textarea{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding-left: 0;
    border-radius: 0;
}
.list-con04 .d02 form .layui-input-block .layui-input::placeholder
,.list-con04 .d02 form .layui-input-block .layui-textarea::placeholder{
    color: rgba(255,255,255,.5);
}
.list-con04 .d02 form .layui-btn {
    background: #fff;
    border-radius: 10px 0 10px 0;
    color: #2d6ee4;
    font-size: 18px;
    padding: 0;
    width: 150px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
}
/*------------------list-about---------------------*/
.list-about01{
    padding-top: 100px;
}
.list-about01 .divbox {
    display: flex;
    justify-content: space-between;
}
.list-about01 .d01 {
    width: 22%;
    position: relative;
}
.list-about01 .d01 h2,.list-about01 .d02 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.list-about01 .d02 h2{
    display: none;
}
.list-about01 .d01 ul{
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 0;
}
.list-about01 .d01 li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.list-about01 .d01 li span {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
}
.list-about01 .d01 li span h3 {
    font-size: 50px;
    font-family: fantasy;
    line-height: 1;
}
.list-about01 .d01 li span em {
    font-style: normal;
    margin-left: 5px;
    font-size: 15px;
}
.list-about01 .d01 li p {
    font-size: 17px;
}
.list-about01 .d02 {
    width: 75%;
}
.list-about01 .d02 .sum01 {
    font-size: 16px;
    color: #666;
}
.list-about01 .d02 .sum01 p {
    margin-bottom: 20px;
}
.list-about01 .d02 .img01 img{
    width: 100%;
    height: auto;
}
.l-zuzhi{
    padding: 150px 0;
    margin-top: 100px;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.l-zuzhi .d01{
    margin-bottom: 70px;
}
.l-zuzhi .d01 ul {
    display: flex;
    justify-content: center;
    align-items: end;
}
.l-zuzhi .d01 li{
    background: rgba(255,255,255,0.3);
    border: 1px dashed rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(13,51,159,0.6);
    margin: 0 50px;
}
.l-zuzhi .d01 li div {
    width: 200px;
    height: 200px;
    background: #1b4dd7;
    border-radius: 50%;
    margin: 30px;
    text-align: center;
}
.l-zuzhi .d01 li:last-child div{
    width: 130px;
    height: 130px;
    margin: 25px;
}
.l-zuzhi .d01 li:last-child span{
    width: 50px;
    padding-top: 24px;
}
.l-zuzhi .d01 li:last-child h3 {
    font-size: 20px;
}
.l-zuzhi .d01 li span {
    display: block;
    width: 80px;
    margin: auto;
    padding-top: 35px;
}
.l-zuzhi .d01 li img {
    width: 100%;
    height: auto;
}
.l-zuzhi .d01 li h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
}
.l-zuzhi .d02 ul{
    display: flex;
    justify-content: space-between;
}
.l-zuzhi .d02 li{
    width: calc((100% - 7*20px)/8);
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    padding: 45px 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(13,51,159,0.6);
    transition: all .3s;
}
.l-zuzhi .d02 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-zuzhi .d02 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-0131/images/mbl.png) no-repeat top center;
    font-family: fantasy;
    font-weight: normal;
}
.l-zuzhi .d02 li:hover{
    transform: translateY(-10px);
}
.l-zuzhi .d02 li span {
    display: block;
    width: 50px;
    margin: 20px auto;
}
.l-zuzhi .d02 li img {
    width: 100%;
    height: auto;
}
.l-zuzhi .d02 li h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.list-about02{
    margin-top: 100px;
    padding: 150px 0;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.list-about02 .divbox {
    display: flex;
    justify-content: space-between;
}
.list-about02 .d01{
    width: 35%;
}
.list-about02 .d01 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.list-about02 .d02{
    width: 60%;
}
.list-about02 .d02 li {
    color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.list-about02 .d02 li h3 {
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.list-about02 .d02 li h3 em {
    color: #fff;
    font-weight: normal;
}
.list-about02 .d02 li h3.a em{
    transform: rotate(180deg);
}
.list-about02 .d02 li div {
    font-size: 18px;
    width: 70%;
    padding-top: 30px;
    display: none;
}
.historybox{
    padding: 100px 0;
    background: url(images/bg02.jpg) no-repeat center bottom;
    background-size: cover !important;
    position: relative;
    margin-top: 92px;
}
.titbox {
    color: #fff;
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.tit03 {
    width: 30%;
}
.tit03 h2 {
    font-size: 40px;
    font-weight: bold;
}
.tit03 h2 span {
    color: #fff;
}
.tit03 h4 {
    font-family: 微软雅黑 Light;
    font-size: 100px;
    text-transform: capitalize;
    line-height: 1;
}
.history li{
    padding:80px 0;
}
.history li .d01 {
    color: #fff;
    position: relative;
    padding-left: 50px;
}
.history li .d01::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    left: 1px;
    top: 17px;
}
.history li .d01::after{
    position: absolute;
    content: '';
    width: 2px;
    height:180px;
    background-image: linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%);  
    left: 6px;
    top: 20px;
}
.history li .d01 h4{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.history li .d01 div {
    position: relative;
    font-size: 20px;
}
.history li .d01 div p{
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
}
.history li .d01 div p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    left: 0;
    top: 10px;
}
.honorbox{
    padding: 100px 0;
    background: url(images/rbbg02.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.de-fanye {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
}
.de-dotsbox {
    display: flex;
    align-items: center;
}
.de-dotsbox span {
    font-size: 25px;
    margin: 0 10px;
    font-weight: bold;
}
.de-dotsbox span.s01{
    font-size: 34px;
}
.de-dotsbox .de-dots{
    display: flex;
}
.de-dotsbox .de-dots span{
    display: block;
    width: 25px;
    height: 30px;
    margin: 0 10px;
    background: url(/template/index/public/54/54-0131/images/dejt.png) no-repeat center;
    background-size: auto 100%;
}
.de-prev, .de-next {
    z-index: 2;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    outline-style: none;
}
.de-prev.swiper-button-disabled, .de-next.swiper-button-disabled{
    opacity: .3;
    cursor: inherit;
}
.list-about03{
    padding: 150px 0;
    background-size: cover !important;
    position: relative;
}
.list-about03 h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.list-about03::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top:13px;
    background: url(/template/index/public/54/54-0131/images/line.png) no-repeat center
}
.list-about03 li h3 {
    font-size: 40px;
    font-family: fantasy;
    color: #888;
    text-align: center;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-about03 li.swiper-slide-active h3{
    font-size: 13rem;
}
.list-about03 li.swiper-slide-active h3 span{
    color: #1248f9;
}
.list-about03 li.swiper-slide-active div{
    display: block;
}
.list-about03 li div{
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: #666;
    display: none;
    height: 81px;
}
.list-about03 li.swiper-slide-active div{
    display: block;
}
.list-about04{
    padding: 100px 0;
    background:#2c2c48 url(/template/index/public/54/54-0131/images/hbg01.jpg) no-repeat center;
    background-size: 100%;
}
.abtit01{
    position: relative;
    margin-bottom: 70px;
}
.abtit01 h2 {
    font-size:55px;
    font-weight: bold;
    color: #ebd39e;
    text-align: center;
}
.dotsline {
    position: absolute;
    width: 200px;
    background: #ddd;
    right: 0;
    top: 70px;
    z-index: 2;
    height: 5px;
}
.dotsline .swiper-pagination-progressbar-fill {
    background: #1248f9;
}
.list-about04 .divbox{
    padding-bottom: 105px;
    background: url(/template/index/public/54/54-0131/images/honort.png) no-repeat center bottom;
}
.list-about04 li a{ 
    display: flex;
    height: 330px;
    justify-content: center;
    align-items: end;
    outline-style: none !important;
}
.list-about04 li a img {
    max-width: 100%;
    max-height: 330px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 5px solid #af986a;
}
.h-prev, .h-next
,.h-prev02, .h-next02 {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    right: 80px;
    top:0;
    border-radius: 50%;
    cursor: pointer;
    outline-style: none;
    transition: all .3s;
}
.h-next,.h-next02 {
    right: 0;
}
.h-prev:hover, .h-next:hover
,.h-prev02:hover, .h-next02:hover{
    background: #1248f9;
    color: #fff;
}
.l-honor{
    padding:100px 0;
    margin-top: 92px;
    box-sizing: border-box;
    min-height: calc(100vh - 92px);
}
.l-honor .divbox{
    background: none;
    position: relative;
    margin-top: 50px;
}
.l-honor li a{
    height: 300px;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: end;
    padding-bottom:45px;
    justify-content: center;
    margin: auto;
    background: url(/template/index/public/54/54-0131/images/dijia.png) no-repeat bottom center;
}
.ispc .l-honor li.li01 a
,.ispc .l-honor li.li02 a{ 
    height: 300px;
    max-width: 500px;
}
.l-honor li a img {
    max-width: 100%;
    max-height:100%;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 5px solid #dfc986;
}
.l-honor .swiper-button-disabled{
    opacity: 0;
}
.l-honor .h-prev, .l-honor .h-next {
    left: -60px;
    top: 26%;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.l-honor .h-next{
    left: auto;
    right: -60px;
}
.l-honor .divbox02{
    position: relative;
}
.l-honor .divbox02 .h-prev, .l-honor .divbox02 .h-next {
    left: -60px;
    top:39%;
}
.l-honor .divbox02 .h-next{
    left: auto;
    right: -60px;
}
.list-about05 {
    background: url(/template/index/public/54/54-0131/images/honorbg.jpg) no-repeat center;
    padding: 100px 0;
    background-size: cover;
    box-sizing: border-box;
    margin-top: 92px;
    min-height: calc(100vh - 92px);
}
.list-about05 h2{
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom:70px;
}
.list-about05 h2 p{
    font-size: 16px;
    font-weight: normal;
}
.list-about05 .divbox {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-about05 .d01 {
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list-about05 .d01::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0131/images/hezuo02.png) no-repeat center;
    background-size: 100%;
    -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;
}
.list-about05 .d01 img{
    width: auto;
    max-width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
}
.list-about05 .d01 h3 {
    font-size: 20px;
    text-align: left;
    margin-top: 15px;
}
.list-about05 ul {
    display: flex;
    width: calc(100% - 400px);
    flex-wrap: wrap;
    margin-top: 30px;
}
.list-about05 li{
    width: 25%;
    margin-bottom:40px;
}
.list-about05 li span{
    width: 200px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.list-about05 li img {
    width: 70%;
    height: auto;
}
/*----------------list-fengcai----------*/
.list-fengcai{
    padding: 100px 0;
}
.list-fengcai ul{
    display: flex;
    flex-wrap: wrap;
}
.list-fengcai li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.list-fengcai li a {
    display: block;
    padding: 10px;
    box-shadow: 0 5px 10px #eee;
    position: relative;
}
.list-fengcai li a em {
    background: url(/template/index/public/54/54-0131/images/fangda.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    bottom: 0;
    transition: all .3s;
}
.list-fengcai li:hover a em{
    bottom: 30px;
    opacity: 1;
}
.list-fengcai li a img{
    width: 100%;
    height: auto;
}
.list-fengcai li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
/*---------------list-jidi---------------*/

.jidibox{
    width: 58%;
}
.list-jidibox{
    margin-top: 100px;
}
.list-jidi{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.list-jidi li span{
    display: block;
}
.list-jidi li img{
    width: 100%;
    height: auto;
}
.list-jidi div.d02 {
    width: 40%;
    box-sizing: border-box;
    padding: 50px;
    background: #f5f5f5;
    transition: all .3s;
}
.list-jidi div.d02 h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom:30px;
    color: #333;
    transition: all .3s;
}
.list-jidi div.d02 ins {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    transition: all .3s;
}
.jddots{
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.jddots span{
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
    margin: 6px 7px !important;
}
.jddots span.swiper-pagination-bullet-active{
    background: #1248f9;
}
.list-jidi:hover div.d02{
    background: #154af9;
}
.list-jidi:hover div.d02 h3
,.list-jidi:hover div.d02 ins{
    color: #fff;
}
/*-----------------list-recurit------------*/
.list-recurit{
    padding: 180px 0 100px 0;
    background: url(/template/index/public/54/54-0131/images/fixbg3.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.list-recurit .d01{
    margin-bottom: 50px;
}
.list-recurit .d01 h2 {
    text-align: center;
    font-size: 35px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.list-recurit .d01 p {
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}
.list-recurit .d01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.list-recurit .d01 ul li {
    width: 17%;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
    background: #126ae9;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
.list-recurit .d01 ul li:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    z-index: 1;
}
.list-recurit .d01 ul li.li2 {
    background: #44dce3;
}
.list-recurit .d01 ul li.li3 {
    background: #f77e50;
}
.list-recurit .d01 ul li.li4 {
    background: #8f5fed;
}
.list-recurit .d01 ul li.li5 {
    background: #f5c14c;
}
.list-recurit .d01 ul li.li6 {
    background: #fb5169;
}
.list-recurit01 ul{
    padding:40px;
    border: 1px solid #eee;
}
.list-recurit01 ul li{
    position: relative;
}
.list-recurit01 ul li .a02 {
    position: absolute;
    display: block;
    right: 150px;
    top: 30px;
    font-size: 16px;
    color: #f08200;
    transition: all .3s;
}
.list-recurit01 ul li .a02:hover{
    text-decoration: underline;
}
.list-recurit01 li:last-child a{
   border: none;
}
.list-recurit01 li .a01{
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    border-bottom: 1px solid #eee;
}
.list-recurit01 li .a01.aa{
    border-bottom: 1px solid #fff;
    background: #0a53bd;
    border-radius: 20px;
}
.list-recurit01 li .a01 h3 {
    font-size: 20px;
    width: 25%;
    color: #333;
}
.list-recurit01 li .a01.aa h3
,.list-recurit01 li .a01.aa div p{
    color: #fff;
}
.list-recurit01 li .a01 div {
    width: 45%;
    display: flex;
    justify-content: space-between;
    padding-right: 15%;
}
.list-recurit01 li .a01 div p {
    font-size: 16px;
    color: #333;
    width: 100px;
}
.list-recurit01 li .a01 em {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    border: 1px solid #0a53bd;
    font-size: 17px;
    color: #0a53bd;
    font-style: normal;
}
.list-recurit01 li .a01 em.e02
,.list-recurit01 li .a01.aa .e01{
    display: none;
}
.list-recurit01 li .a01.aa .e02{
    display: block;
    background: #fff;
    border-color: #fff;
}
.list-recurit01 li .tc{
    display:none;
}
.list-recurit01 li .tc01 {
    padding: 30px 50px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.list-recurit01 .default-article-content p {
    line-height: 1.8;
}
.list-recurit01 .default-article-content h3, .list-recurit01 li .tc .default-article-content h3 {
    width: 120px;
    height: 35px;
    background: #0a53bd;
    line-height: 35px;
    text-align: center;
    color: #fff;
    transform: skewX(-10deg);
    -ms-transform:skewX(-10deg);
    -moz-transform:skewX(-10deg);
    -webkit-transform:skewX(-10deg);
    -o-transform:skewX(-10deg);
}
/*----------------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-0131/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;  
}
/*----------------list-product-----------------*/
.list-product{
    padding:150px 0 0 0;
}
.l-probg{
    background: url(/template/index/public/54/54-0131/images/probg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
}
.list-product .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.list-product .divbox h2.t01 {
    font-size: 80px;
    font-weight: bold;
    color: transparent !important;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
    line-height: 1;
}
.list-product .divbox h2.t01 p::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #0086fa;
    left: 0;
    top: 14px;
}
.list-product .divbox h2.t01 p{
    font-size: 30px;
    position: relative;
    padding-left: 65px;
    color: #0086fa;
}
.list-product .divbox .search form{
    transform: translateY(0);
}
.list-product ul {
    display: flex;
    flex-wrap: wrap;
}
.list-product li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: all .5s;
}
.list-product li:hover{
    background: none;
}
.list-product li::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(135deg,#003cfc 0,#00d8f9 100%);
    opacity: 0;
    transition: all .5s;
}
.list-product li:hover::after{
    opacity: 1;
}
.list-product li a{
    display: block;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px 0;
    z-index: 1;
    transition: all .5s;
}
.list-product li a::after
,.list-product li a::before{
    position: absolute;
    content: '';
    background-image: linear-gradient(270deg,#0086fa 0,rgba(255,255,255,0) 100%);  
    width: 200px;
    height: 200px;
    border-radius:0 100px 100px 0;
    left: 50px;
    top: 100px;
    opacity: .2;
    -webkit-animation: roundf1 10s linear infinite;
    animation: roundf1 8s linear infinite;
}
.list-product li a::before{
    position: absolute;
    content: '';
    left: auto;
    right:50px;
    border-radius: 100px 0 0 100px;
    background-image: linear-gradient(270deg,rgba(255,255,255,0) 0,#0086fa 100%);  
    -webkit-animation: roundf2 10s linear infinite;
    animation: roundf2 8s linear infinite;
}
.list-product li:hover a::after{
    background-image: linear-gradient(270deg,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);  
}
.list-product li:hover a::before{
    background-image: linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 100%);  
}
    @keyframes roundf1 {
        0% {-webkit-transform:translateY(0%);transform:translateY(0%)}  
        25% {-webkit-transform:translateY(-5%);transform:translateY(-5%)}
        50%{-webkit-transform:translateX(5%);transform:translateX(5%)}
        75% {-webkit-transform:translateY(5%);transform:translateY(5%)}
        100% {-webkit-transform:translateY(0%);transform:translateY(0%)}    
    }
    @keyframes roundf2 {
        0% {-webkit-transform:translateY(0%);transform:translateY(0%)}  
        25% {-webkit-transform:translateY(5%);transform:translateY(5%)}
        50%{-webkit-transform:translateX(-5%);transform:translateX(-5%)}
        75% {-webkit-transform:translateY(-5%);transform:translateY(-5%)}
        100% {-webkit-transform:translateY(0%);transform:translateY(0%)}    
    }
.list-product li a span {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.list-product li img {
    width: 70%;
    height: auto;
}
.list-product li h3 {
    font-size: 25px;
    text-align: center;
    transition: all .3s;
}
.list-product li:hover h3 {
    color: #fff;
}
.list-product li ins{
    margin: auto;
    background: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
    opacity: 0;
    margin-top: 20px;
    transform: translateY(50px);
    transition: all .3s;
}
.list-product li:hover ins{
    transform: translateY(0);
    opacity: 1;
}
.list-product li ins span{
    width: auto;
    padding: 0;
}
/*--------------view-product---------------*/
.view-product{
    padding:100px 0;
    background: linear-gradient(90deg,#225fb8 0,#7ce2e3 100%);
    margin-top: 91px;
}
.view-product .title {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.view-product .article {
    background: #fff;
    padding: 100px;
    border-radius: 30px;
    box-sizing: border-box;
}
.float-fanye {
    position: fixed;
    left: calc(50% - 594px);
    margin-left: -80px;
    top: 40%;
    width: 50px;
    transition: all .3s;
}
.float-fanye.a{
    display: none;
}
.float-fanye a {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
}
.float-fanye a:hover{
    background: #1248f9;
    color: #fff;
}
/*----------------------list-shebei--------------------*/
.list-shebeibox{
    background: linear-gradient(90deg,#225fb8 0,#7ce2e3 100%);
    padding:150px 0 150px 0;
    overflow: hidden;
}
.list-shebeibox .tabd01 {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}
.list-shebeibox .tabd01 .diy-edit-bg{
    position: relative;
}
.list-shebeibox .tabd01 ul {
    display: flex;
    justify-content: center;
}
.list-shebeibox .tabd01 li {
    font-size: 20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 0 10px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all .3s;
}
.list-shebeibox .tabd01 li:hover
,.list-shebeibox .tabd01 li.a{
    background-image: linear-gradient(135deg,#003cfc 0,#00d8f9 100%);
    color: #fff;
}
.list-shebeibox .d03{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.list-shebeibox .d03 span{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.list-shebeibox .d03 span.a{
    display: block;
}
.list-shebeibox .d02 {
    position: relative;
    z-index: 2;
}
.list-shebeibox .d02 .diy:last-child{
    margin-top: 50px;
}
.list-shebeibox .d02 .shebeibox {
    display: flex;
    justify-content: space-between;
}
.list-shebeibox .d02 .shebeibox{
    height: 0;
    opacity: 0;
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
    transition: all .5s;
}
.list-shebeibox .d02 .shebeibox.a{
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.list-shebeibox .d02 .shebeibox.a{
    display: flex;
}
.list-shebeibox .d02 .shebeibox .shebei {
    width: 63%;
    border-radius: 20px;
    overflow: hidden;
}
.list-shebeibox .d02 .shebeibox .shebei li img{
    width: 100%;
    height: auto;
}
.list-shebeibox .d02 .shebeibox .sbsum {
    width: 34%;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px;
}
.list-shebeibox .d02 .shebeibox .sbsum h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.list-shebeibox .d02 .shebeibox .sbsum div p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.list-shebeibox .d02 .shebeibox .sbsum div p strong {
    color: #1248f9;
    font-size: 25px;
}
/*----------------list-shili----------------------------*/
.list-shili .list-about04{
    padding: 150px 0 0 0;
    background: none;
    width: 100%;
    background: url(/template/index/public/54/54-0131/images/honort.png) no-repeat center bottom;
}
.list-shili .list-about04 .divbox{
    position: relative;
    background: none;
}
.list-shili .h-prev,.list-shili .h-next {
    top: 30%;
    left: -90px;
}
.list-shili .h-next {
    left: auto;
    right: -90px;
}
.list-shili .d02 .shebeibox{
    justify-content: center;
}
.newsshebei ul{
    border-radius: 20px;
    overflow: hidden;
}
.newsshebei li {
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.newsshebei li .sbd01 {
    width: 50%;
    margin: 0;
}
.newsshebei li .sbd01 div img{
    width:100%;
    height: auto;
}
.newsshebei li .sbd02 {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
}
.newsshebei li .sbd02 h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.newsshebei li .sbd02 p{
    font-size: 16px;
    line-height: 1.8;
}
.shilitest {
    position: relative;
    padding-bottom: 30px;
}
.shilitest .h-prev02{
    top: 50%;
    margin-top: -65px;
    left: -90px;
}
.shilitest .h-next02{
    left: auto;
    top: 50%;
    margin-top: -65px;
    right: -90px;
}
.shilitest li {
    width: 18.5%;
    margin-right: 1.87%;
    margin-bottom: 2%;
    float: left;
}
.shilitest li:nth-child(5n){
    margin-right: 0;
}
.shilitest li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.shilitest li h3{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}
.jcdots{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:0 !important;
}
.jcdots span{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
    margin: 0 7px;
}
.jcdots span.swiper-pagination-bullet-active{
    width: 35px;
}
.teambox{
    position: relative;
    margin-top: 50px;
}
.teambox ul{
    display: flex;
}
.teambox li {
    background: #fff;
    box-sizing: border-box;
    padding:30px 30px;
    border-radius: 20px;
    height: auto !important;
}
.teambox li span {
    display: block;
    width: 80px;
    height: 80px;
    background: #ccc;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    border: 10px solid #dff4fb;
    background-image: linear-gradient(135deg,#003cfc 0,#00d8f9 100%);
}
.teambox li div{
    margin-top: 30px;
}
.teambox li div p {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.3;
}
.teambox li div p::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.teambox .s02-prev
,.teambox .s02-next{
    left: -90px;
    top: 42%;
}
.teambox .s02-next{
    left: auto;
    right: -90px;
}
/*------------------list-gongyi-------------------*/
.list-gongyi01{
    padding:100px 0;
}
.list-gongyi01 .gytit h2{
    color: #333;
}
.list-gongyi01 .gytit p{
    color: #999;
}
.gytit{
    text-align: center;
    margin-bottom: 50px;
}
.gytit h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.gytit p{
    font-size: 18px;
    color: #fff;
}
.list-gongyi01 ul{
    display: flex;
    flex-wrap: wrap;
}
.list-gongyi01 li{
    width: calc((100% - 3*20px)/4);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
    background: #000;
    transition: all .3s;
}
.list-gongyi01 li:nth-child(4n){
    margin-right: 0;
}
.list-gongyi01 li img{
    width: 100%;
    height: auto;
    opacity: .5;
    transition: all .3s;
}
.list-gongyi01 li:hover img{
    opacity: 1;
}
.list-gongyi01 li div{
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all .3s;
}
.list-gongyi01 li:hover div{
    top: -100px;
    opacity: 0;
}
.list-gongyi01 li div strong {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: auto;
    transition: all .3s;
    background-image: linear-gradient(135deg,#003cfc 0,#00d8f9 100%);
    font-size: 25px;
}
.list-gongyi01 li div h3{
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}
.list-gongyi02{
    padding-top: 50px;
}
.list-gongyi02 .d01 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.list-gongyi02 .d01 ul::before {
    position: absolute;
    content: '';
    width: 100%;
    border-radius: 0 100px 100px 0;
    border: 1px dashed #0046fc;
    height: 166px;
    border-left: none;
    top: 56px;
}
.list-gongyi02 .d01 li {
    width: 20%;
    margin: 0 2.5%;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
    border-radius: 20px;
    padding: 1px;
    overflow: hidden;
}
.list-gongyi02 .d01 li span {
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0062fb;
    background: #fff;
    border-radius: 18px 18px 0 0;
}
.list-gongyi02 .d01 li h3 {
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}
.list-gongyi02 .d02 {
    display: flex;
    justify-content: space-between;
}
.list-gongyi02 .d02 span {
    display: block;
    width: 48%;
}
.list-gongyi02 .d02 span img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.list-gongyi02 .d02 span h3{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}
.l-solution02 {
    width: 100%;
    overflow: hidden;
    background: url(/template/index/public/54/54-0131/images/pbg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.l-solution02 .divbox{ 
   position: relative;
   margin-left: calc(50% - 800px);
}
.l-solution02 .s02{
    padding-bottom: 100px;
}
.s02-line{
    bottom: 25px !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:#194ef9 !important;
}
.l-solution02 h2 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}
.l-solution02 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #fff;
}
.l-solution02 li h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: #333;
}
.s02-prev, .s02-next {
    bottom: 0;
    position: absolute;
    left: 250px;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.s02-prev:hover, .s02-next:hover{
    background: #1248f9;
    color: #fff;
}
.s02-next{
    left: 320px;
}
.list-gongyi04{
    padding: 100px 0;
    background: #f5f5f5;
}
.list-gongyi04 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.list-gongyi04 li span{
    width: 45%;
}
.list-gongyi04 li img {
    max-width: 100%;
    height: auto;
}
.list-gongyi04 li div {
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
.list-gongyi04 li div h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.list-gongyi04 li div ins {
    display: block;
    font-size: 16px;
}
.list-gongyi04 li div ins p {
    margin-bottom: 10px;
    text-align: justify;
    color: #666;
}
@media screen and (max-width:1700px){
    .wp1600 {
        width: 1400px;
    }
    .aboutbox .d01 h2{
        margin-bottom: 30px;
    }
    .aboutbox .d01 ul,.more{
        margin-top: 30px;
    }
    .youshibox .d02 {
        padding: 0 calc(50% - 700px);
    }
    .productbox .d02 li span.s01 {
        width: 240px;
        padding: 20px 0 54px 0;
        margin-right: 0;
        transform: translateX(-22px);
    }
    .productbox .d02 li a{
        padding-left: 60px;
    }
    .productbox .d01 {
        background-size: cover;
    }
    .productbox .d01 li div{
        padding-top: 30px;
    }
    .partnerbox {
        padding: 150px 0;
    }
    .newsbox li div {
        margin-bottom: 100px;
    }
    .banner01 .cattit{
        left: calc(50% - 700px);
    }
    .list-about03::before {
        background-size: 100%;
    }
    .list-about03 li.swiper-slide-active h3 {
        font-size: 12rem;
    }
    .l-solution02 .divbox {
        margin-left: calc(50% - 700px);
    }
    .list-con04 .d02 form .layui-form-item {
        margin-bottom: 30px;
    }
    .list-con04 .d02 {
        width: 43%;
        padding: 45px 80px;
    }
    .menu li.nav-li-1 {
        margin: 0 25px;
    }
    .list-product li a::after, .list-product li a::before{
        width: 150px;
        height: 150px;
        top: 70px;
    }

}
@media screen and (max-width:1440px){ 
    .wp1600,.wp1400{
        width: 1200px;
    }
    .header .head01 {
        padding: 0 50px;
    }
    .productbox .d01 li div span img {
        width: 300px;
    }
    .productbox .d02 li a {
        padding: 0 50px;
    }
    .productbox .d02 li span.s01 {
        width: 200px;
        padding: 0px 0 45px 0;
        margin-right: 25px;
    }
    .productbox .d01 li div h3, .productbox .d02 li div h3 {
        font-size: 20px;
        margin-top: 40px;
    }
    .productbox .d02 li div h3 {
        margin-top: 0;
    }
    .prev, .next, .prev03, .next03 {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .productbox,.youshibox ,.partnerbox,.newsbox,.aboutbox{
        padding: 110px 0;
    }
    .youshibox .d02 {
        padding: 0 calc(50% - 600px);
    }
    .youshibox .d01 {
        margin-top: 90px;
    }
    .aboutbox .d01 div {
        font-size: 15px;
        line-height: 1.8;
    }
    .aboutbox .d01 li span h3 {
        font-size: 40px;
    }
    .aboutbox .d02 {
        margin-top: 50px;
    }
    .pronavbox .d01 {
        width: 25%;
    }
    .pronavbox .d02 {
        width: 75%;
        padding-left: 50px;
        padding-top: 40px;
    }
    .partnerbox .d02 li.li1 {
        width: 320px;
        height: 320px;
        margin-top: 60px;
    }
    .partnerbox .d01 {
        width: 24%;
    }
    .partnerbox .d01 p {
        font-size: 18px;
    }
    .newsbox li a {
        padding: 20px;
    }
    .newsbox li div p {
        font-size: 15px;
    }
    .newsbox li div h3 {
        font-size: 17px;
        height: 76px;
    }
    .newsbox li div {
        margin-bottom: 80px;
    }
    .ftwenzi {
        font-size: 22px;
    }
    .banner01 .cattit {
        left: calc(50% - 600px) !important;
        margin-top: 20px;
    }
    .banner01 .cattit h2 {
        font-size: 45px;
    }
    .banner01 .cattit p {
        font-size: 18px;
    }
    .list-about01 .d02 .sum01 {
        font-size: 15px;
    }
    .list-about01 .d01 li span h3 {
        font-size: 40px;
        font-family: HinTing;
        font-weight: bold;
    }
    .list-about03 li.swiper-slide-active h3 {
        font-size: 10rem;
    }
    .list-about03 {
        padding: 120px 0;
    }
    .list-about05 .d01 h3 {
        font-size: 17px;
    }
    .list-jidi div.d02 h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .list-product .divbox h2.t01 {
        font-size: 100px;
    }
    .list-product .divbox h2.t01 p {
        font-size: 30px;
    }
    .list-product .divbox h2.t01 p::before {
        top: 14px;
    }
    .search form {
        width: 400px;
    }
    .list-product {
        padding: 110px 0 0 0;
    }
    .list-product li a span {
        padding: 0;
    }
    .list-product li h3 {
        font-size: 22px;
    }
    .list-product li a {
        padding: 15px 0 30px 0;
    }
    .list-shebeibox .d02 .shebeibox .sbsum h3 {
        font-size: 28px;
    }
    .list-shebeibox .d02 .shebeibox .sbsum div p {
        font-size: 14px;
    }
    .list-shebeibox .d02 .shebeibox .sbsum div p strong {
        font-size: 22px;
    }
    .l-solution02 .divbox {
        margin-left: calc(50% - 600px);
    }
    .list-gongyi04 li div ins {
        font-size: 14px;
    }
    .list-gongyi04 li div h3 {
        font-size: 25px;
    }
    .list-shili .list-about04 {
        padding: 110px 0 0 0;
    }
    .teambox li {
        padding: 30px 20px;
    }
    .teambox li div p {
        font-size: 13px;
    }
 
    .list-con02 li div p {
        font-size: 15px;
    }
    .list-con04 .d02 form .layui-input-block .layui-input, .list-con04 .d02 form .layui-input-block .layui-textarea {
        font-size: 16px;
    }
    .list-con04 .d02 form label {
        font-size: 12px;
        height: 23px;
    }
    .list-con04 .d01 {
        width: 33%;
    }
    .list-con04 .d02 form .layui-form-item {
        margin-bottom: 20px;
    }
    .list-con04 .d02 {
        padding: 40px 80px;
    }
    .menu li.nav-li-1 {
        margin: 0 20px;
    }
    .l-zuzhi .d02 li{
        padding: 40px 0 25px 0;
    }
    .abtit01 h2{
        font-size: 45px;
    }
    .history li .d01 div{
        font-size: 16px;
    }
    .l-honor li a{
        width: 250px;
        max-height: 270px;
        background-size: 100%;
    }
    .list-about05 li span {
        width: 180px;
        height: 100px;
    }

}

@media screen and (max-width:1270px){ 
    .header .head01 {
        padding: 0 15px;
    }   
    .menu li.nav-li-1 {
        margin: 0 7px;
    }
    .header .search {
        margin-right: 20px;
    }
    .prev, .next, .prev03, .next03 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .wp1600, .wp1400 ,.wp{
        width: 95%;
    }
    .productbox, .youshibox, .partnerbox, .newsbox, .aboutbox {
        padding: 80px 0;
    }
    .productbox .d02 li span.s01 {
        width: 160px;
        padding: 0px 0 14px 0;
        margin-right: 0;
    }
    .productbox .d02 li div {
        width: calc(100% - 200px);
    }
    .productbox .d02 li div .more {
        margin-top: 20px;
    }
    .productbox .d01 li div h3, .productbox .d02 li div h3 {
        font-size: 17px;
        margin-top:20px;
    }
    .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background-size: 100%;
    }
    .productbox .d01 li div span img {
        width: 180px;
    }
    .youshibox{
        padding: 80px 20px;
    }
    .youshibox .d01 {
        margin-top: 30px;
    }
    .aboutbox .d01 h2{
        font-size: 25px;
    }
    .aboutbox .d01 div {
        font-size: 13px;
    }
    .partnerbox .d02 li {
        width: 25%;
    }
    .partnerbox .d02 li.li1{
        width: 295px;
        margin-top: 0;
    }
    .partnerbox .d01 p {
        font-size: 16px;
        margin-top: 35px;
    }
    .tit02 h4{
        font-size: 16px;
    }
    .newsbox li div {
        margin-bottom: 40px;
    }
    .tit h2,.tit02 h3{
        font-size: 30px;
    }
    .newsbox li div h3 {
        font-size: 16px;
        height: 76px;
    }
    .ftlogo {
        transform: translateX(0);
    }
    .ftcon {
        width: 35%;
    }
    .banner01 .cattit {
        left: calc(50% - 450px) !important;
    }
    .banner01 .cattit h2 {
        font-size: 30px;
    }
    .banner01 .cattit p,.list-gongyi01 .gytit p {
        font-size: 16px;
    }
    .list-about01 .d01 h2, .list-about01 .d02 h2,.gytit h2 {
        font-size: 26px;
    }
    .l-zuzhi .d02 li span {
        margin: 5px auto;
    }
    .l-zuzhi .d02 li h3 {
        font-size: 17px;
    }
    .l-zuzhi {
        padding: 100px 0;
    }
    .l-honor .h-prev, .l-honor .h-next{
        left: 0;
    }
    .l-honor .h-next{
        right: 0;
    }
    .l-honor .divbox02 .h-prev{
        left: 0;
    }
    .l-honor .divbox02 .h-next {
        right: 0;
    }
    .list-about05 li span {
        width: 95%;
        height: 85px;
    }
    .list-about05 .d01 {
        width: 280px;
        height: 280px;
    }
    .list-jidi div.d02,.newsshebei li .sbd02{
        padding: 30px;
    }
    .list-jidi div.d02 h3,.newsshebei li .sbd02 h3 {
        font-size: 20px;
    }
    .list-jidi div.d02 ins,.newsshebei li .sbd02 p {
        font-size: 14px;
    }
    .list-jidi{
        margin-bottom: 50px;
    }
    .list-gongyi01 li div{
        top: 36px;
    }
    .list-gongyi01 {
        padding: 80px 0;
    }
    .pronavbox .d02 li a h3{
        font-size: 14px;
    }
    .list-product .divbox h2.t01 {
        font-size: 60px;
    }
    .list-product li h3 {
        font-size: 18px;
    }
    .list-product {
        padding: 80px 0 0 0;
    }
    .list-product .divbox {
        margin-bottom: 50px;
    }
    .view-product .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .list-gongyi04 li{
        padding: 20px 0;
    }
    .list-news,.list-nav02 .divbox {
        width: 90%;
    }
    .view-news02{
        width: 100%;
    }
    .view-news02 .word {
        width: 80%;
        padding-left: 0;
        margin: auto;
    }
    .view-news02 .title {
        font-size: 25px;
    }
    .list-mapbox {
        width: 1000px;
        transform: scale(0.8);
        margin: 50px auto;
    }
    .list-con04 .d01{
        margin-top: 30px;
    }
    .list-con04 .d01 h3 {
        font-size: 30px;
    }
    .list-con04 .d01 p {
        font-size: 13px;
        margin-top: 30px;
    }
}


@media screen and (max-width:1024px){ 
    .wp1600,.wp1400{
        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: 42px;
        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;
    }
    .banner .divbox {
        left: 0;
        bottom: 20px;
        transform: scale(.7);
    }
    .productbox, .youshibox, .partnerbox, .newsbox, .aboutbox {
        padding: 50px 20px;
    }
    .aboutbox .divbox,.productbox .divbox
    ,.partnerbox .divbox {
        flex-wrap: wrap;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .aboutbox .d01 ul{
        display: none;
    }
    .aboutbox .d01 h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .aboutbox .d01 div {
        font-size: 14px;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .aboutbox .d02 {
        margin-top: 35px;
        width: 100%;
    }
    .more {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 20px;
        background-size: 100%;
    }
    .youshibox .d01 {
        margin-top: 0;
    }
    .tit h2 {
        font-size: 25px;
        padding-bottom: 18px;
        background-size: auto 7px;
    }
    .youshibox{
        padding-right: 0;
    }
    .youshibox .d01 p {
        font-size: 14px;
        margin-top: 20px;
    }
    .youshibox .d02 {
        padding: 0;
        margin-top: 40px;
    }
    .youshibox .d02 li .d03 {
        left: 25px;
        top: 25px;
    }
    .youshibox .d02 li .d03 h3 {
        font-size: 20px;
    }
    .youshibox .d02 li .d03 p {
        font-size: 10px;
    }
    .youshibox .d02 li:hover .a01 .more {
        bottom: 25px;
        left: 25px;
    }
    .productbox .d01 {
        width: 100%;
    }
    .productbox .d01 li div span img {
        width: 200px;
    }
    .productbox .d01 li div h3, .productbox .d02 li div h3 {
        font-size: 16px;
        margin-top: 25px;
    }
    .prev, .next, .prev03, .next03 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 20px;
        border: 1px solid #fff;
    }
    .next03 ,.next{
        left: auto;
        right: 20px;
    }
    .productbox .d01 li div .more {
        margin: 13px auto 0 auto;
    }
    .productbox .d01, .productbox .d02 {
        width: 100%;
    }
    .productbox .d02{
        margin-top: 20px;
    }
    .productbox .d02 li span.s01 {
        width: 150px;
        padding: 0;
        margin-right: 0;
    }
    .productbox .d02 li div {
        width: calc(100% - 150px);
    }
    .productbox .d02 li a {
        padding: 0 20px;
    }
    .productbox .d02 li div .more {
        margin-top: 10px;
    }
    .productbox .d02 li div h3 {
        margin-top: 0;
    }
    .productbox .d02 li {
        background-size: cover;
    }
    .productbox .d02 li:first-child {
        margin-bottom: 20px;
    }
    .partnerbox .d01 {
        width: 100%;
    }
    .partnerbox .d01 p {
        font-size: 15px;
        margin-top: 20px;
    }
    .more em {
        margin-left: 5px;
    }
    .partnerbox .d02 li.li1 {
        width: 100%;
        height: 200px;
        margin: 30px auto;
    }
    .partnerbox .d02 li.li1::before{
        background-size: 200px;
    }
    .partnerbox .d02 li.li1 span {
        width: 200px;
    }
    .partnerbox .d02 {
        width: 100%;
    }
    .partnerbox .d02 li {
        float: left;
        width: 33.33%;
        margin: 0;
    }
    .newsbox{
        padding-right: 0;
    }
    .tit02 {
        margin-bottom: 25px;
        padding-right: 20px;
    }
    .tit02 h3 {
        font-size: 25px;
    }
    .tit02 h4 {
        font-size: 15px;
    }
    .tit02 .more {
        margin-top: 25px;
    }
    .newsbox li div {
        padding-top: 10px;
        margin-bottom:50px;
    }
    .newsbox li div h3 {
        font-size: 15px;
        height: 67px;
    }
    .newsbox li ins {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
    }
    .ftcon ul {
        flex-wrap: wrap;
    }
    .footer{
        padding-top: 25px;
    }
    .foot02 {
        padding:0 20px;
        flex-wrap: wrap;
        border: none;
    }
    .ftlogo{
        display: none;
    }
    .ftlogo img{
        width: auto;
        height:55px;
    }
    .ftcon {
        width: calc(100% - 100px);
    }
    .ftcon li span{
        width: 20px;
    }
    .ftcon li span img {
        width: 12px;
    }
    .ftcon li div {
        width: calc(100% - 20px);
        margin-left: 0;
    }
    .ftcon li {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .ftcon li div h3 {
        font-size: 12px;
        display: none;
    }
    .ftcon li div p {
        font-size: 13px;
    }
    .mbftbox {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .ftsao {
        padding-right: 0;
        width: 80px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .ftsao span {
        width: 80px;
        padding: 8px;
        height: auto;
        line-height: 80px;
    }
    .ftsao p {
        font-size: 13px;
        line-height: 1.6;
        margin-left: 0;
        text-align: center;
        display: none;
    }
    .default-copyright {
        font-size: 12px;
        width: 100%;
    }
    .default-copyright a {
        font-size: 12px;
    }
    .copy {
        padding: 14px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin-top: 25px;
    }
    .banner01 .cattit {
        left: 20px !important;
        margin-top: 0;
    }
    .list-about01 {
        padding-top: 50px;
    }
    .banner01 .cattit h2 {
        font-size: 25px;
    }
    .banner01 .cattit p {
        font-size: 14px;
        width: 70%;
        margin-top: 5px;
    }
    .list-about01 .divbox {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .list-about01 .d02 {
        width: 100%;
    }
    .list-about01 .d02 .sum01 {
        font-size: 14px;
        text-align: justify;
    }
    .list-about01 .d02 h2 {
        display: block;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-about01 .d01 {
        width: 100%;
    }
    .list-about01 .d01 ul {
        position: initial;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .list-about01 .d01 li span {
        display: flex;
        align-items: end;
        margin-bottom: 5px;
        justify-content: center;
    }
    .list-about01 .d01 li span h3 {
        font-size: 40px;
        color: #333;
    }
    .list-about01 .d01 li p {
        font-size: 14px;
    }
    .list-about01 .d01 li span em {
        font-size: 13px;
    }
    .list-about02 {
        margin-top: 50px;
        padding: 50px 0;
        background-attachment: inherit !important;
    }
    .list-about02 .divbox {
        flex-wrap: wrap;
    }
    .list-about02 .d01 {
        width: 100%;
        text-align: center;
    }
    .list-about02 .d01 h2 {
        font-size: 25px;
    }
    .list-about02 .d02 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .list-about02 .d02 li h3 {
        font-size: 20px;
    }
    .list-about02 .d02 li div {
        font-size: 16px;
        width: 100%;
        padding-top: 15px;
    }
    .list-about02 .d02 li {
        padding: 25px 0;
    }
    .list-about03 {
        padding: 50px 0;
    }
    .list-about03 h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .list-about03 li.swiper-slide-active h3 {
        font-size: 6rem;
    }
    .list-about03 li h3 {
        font-size: 20px;
        height: 150px;
        font-family: HinTing;
        font-weight: bold;
    }
    .de-prev, .de-next {
        width: 30px;
        height: 30px;
        border: 1px solid #aaa;
        font-size: 14px;
        left: 20px;
        line-height: 30px;
    }
    .de-next {
        left: auto;
        right: 20px;
    }
    .list-about03::before{
        display: none;
    }
    .list-about03 li div {
        width: 80%;
        font-size: 16px;
        height: 81px;
    }
    .list-about04 .divbox {
        padding-bottom: 43px;
        background-size: auto 50px;
    }
    .l-honor .divbox{
        margin-top: 30px;
        padding-bottom: 0;
    }
    .l-honor li a {
        height: 200px !important;
    }
    .l-honor li a img {
        max-height: 100% !important;
    }
    .list-about04 ,.list-about05{
        padding: 50px 0;
    }
    .abtit01 {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .abtit01 h2 {
        font-size: 25px;
    }
    .h-prev, .h-next, .h-prev02, .h-next02 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 68px;
    }
    .h-next, .h-next02 {
        right: 20px;
    }
    .list-about04 li a {
        height: 250px;
        margin: auto;
    }
    .list-about04{
        margin-top: 0;
    }
    .l-honor .h-prev, .l-honor .h-next {
        bottom: -30px;
        margin-left: -50px;
    }
    .l-honor .h-next {
        margin-left: 15px;
    }
    .list-about04 li a img {
        max-height: 250px;
    }
    .list-about01 .d01 li {
        padding-top: 30px;
        border-bottom: none;
        width: 50%;
        padding-bottom: 0;
    }
    .list-about05{
        margin-top: 0;
        padding: 50px 10px;
    }
    .list-about05 h2{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .list-about05 .divbox {
        flex-wrap: wrap;
        padding: 0;
    }
    .list-about05 .d01 {
        height: 200px;
        width: 200px;
        margin: auto;
    }
    .list-about05 h2 p {
        font-size: 14px;
    }
    .list-about05 ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }
    .list-about05 .d01 img{
        width: 80%;
    }
    .list-about05 li {
        text-align: center;
        width: calc((100% - 2*10px)/3);
        margin-bottom: 0;
    }
    .list-about05 li span{
        text-align: center;
        width: 100%;
        position: inherit;
        height: 60px;
        line-height: 60px;
    }
    .list-about05 li img {
        max-width: 75%;
    }
    .list-product .divbox h2.t01 {
        font-size: 50px;
        padding-left: 20px;
    }
    .list-product .divbox h2.t01 p {
        font-size: 20px;
        margin-top: 10px;
    }
    .list-product .divbox h2.t01 p::before {
        top: 8px;
    }
    .list-product {
        padding: 50px 0 0 0;
    }
    .list-page{
        padding:50px 0;
    }
    .list-mbnav {
        padding: 0 20px;
    }
    .list-mbnav .mbtit{
        margin-bottom: 20px;
    }
    .list-mbnav .mbtit h2{
        font-size:42px;
        font-weight: bold;
        color: transparent !important;
        -webkit-background-clip: text;
        background-image: linear-gradient(90deg,#003cfc 0,#00d8f9 100%);
        line-height: 1;
    }
    .list-mbnav .mbtit p {
        font-size: 18px;
        position: relative;
        padding-left: 55px;
        color: #0086fa;
        margin-top: 10px;
    }
    .list-mbnav .mbtit p::before{
        position: absolute;
        content: '';
        width: 40px;
        height: 2px;
        background: #0086fa;
        left: 0;
        top: 8px;
    }
    .default-mobile-box, .box {
        border: solid #ffffff 1px;
        margin: 10px 0;
        margin-top: 20px;
        padding: 10px 15px;
        position: relative;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.13);
        border-radius:0;
        border: 1px solid #c5d8f4;
    }   
    .default-mobile-list-cats h3 {
        font-size: 15px;
        line-height: 2;
        color: #333;
    }   
    .default-mobile-list-cats h3 em {
        margin-top: 13px;
        border-color: #999 #fff;
    }
    .default-mobile-list-cats nav ul li a {
        font-size: 15px;
        color: #333;
        line-height: 2.5;
    }  
    .default-mobile-list-cats nav ul li {
        border-top: 1px solid #eee;
    } 
    .list-product {
        padding: 20px;
    }
    .list-product li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .list-product li:nth-child(2n){
        margin-right: 0;
    }
    .list-product li a {
        padding: 10px 0 20px 0;
        border-radius: 10px;
    }
    .list-product li a span {
        padding: 0;
        width: 90%;
    }
    .list-product li h3 {
        font-size: 14px;
        padding: 0 10px;
    }
    .list-product li ins{
        display: none;
    }
    .view-product {
        padding: 50px 0;
        margin-top: 0;
    }
    .view-product .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .view-product .article {
        padding: 20px;
        border-radius: 20px;
        margin: 0 10px;
    }
    .view-product .fanye .back {
        color: #fff;
    }
    .fanye .back {
        margin: 0 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .fanye {
        margin-top: 0;
        padding: 20px 0;
        border: none;
    }
    .fanye .a01 {
        width: 90px;
        line-height: 30px;
        font-size: 14px;
    }
    .view-product .fanye .a01 {
        border: 1px solid #fff;
        color: #fff;
    }
    .list-shebeibox {
        padding: 50px 10px;
    }
    .list-shebeibox .tabd01 li {
        font-size: 17px;
        padding: 15px 15px;
        border-radius: 10px;
        margin: 0 8px;
    }
    .list-shebeibox .d02 .shebeibox{
        flex-wrap: wrap;
    }
    .list-shebeibox .d02 .shebeibox .shebei {
        width: 100%;
        border-radius: 10px;
    }
    .list-shebeibox .d02 .shebeibox .sbsum {
        width: 100%;
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px;
    }
    .list-shebeibox .d02 .shebeibox .sbsum h3 {
        font-size: 22px;
        color: #333;
        margin-bottom: 10px;
    }
    .list-shebeibox .d02 .shebeibox .sbsum div p strong {
        font-size: 18px;
    }
    .list-gongyi01 {
        padding:50px 20px 0 20px !important;
    }
    .gytit {
        margin-bottom: 25px;
    }
    .gytit h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .gytit p {
        font-size: 14px;
    }
    .list-gongyi01 li {
        width: calc(50% - 10px);
        border-radius: 10px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .list-gongyi01 li:nth-child(2n){
        margin-right: 0;
    }
    .list-gongyi01 li div strong {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .list-gongyi01 li div {
        top: 20px;
    }
    .list-gongyi02 {
        padding-top: 0;
    }
    .list-gongyi02 .d01 li span {
        padding: 5px;
        font-size: 15px;
        height: 60px;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-gongyi02 .d01 ul::before {
        height: 130px;
        border-left: none;
        top: 50px;
    }
    .list-gongyi02 .d01 li h3 {
        line-height: 25px;
        font-size: 17px;
    }
    .list-gongyi02 .d01 li{
        margin-bottom: 30px;
    }
    .list-gongyi02 .d02 span h3 {
        font-size: 14px;
    }
    .l-solution02 .divbox {
        margin-left: 20px;
    }
    .l-solution02 {
        padding: 50px 0;
    }
    .l-solution02 h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .l-solution02 li h3 {
        font-size: 15px;
    }
    .list-gongyi04 {
        padding: 50px 0;
    }
    .list-gongyi04 li {
        flex-wrap: wrap;
        margin:0 20px 20px 20px;
    }
    .list-gongyi04 li span {
        width: 100%;
    }
    .list-gongyi04 li div {
        width: 100%;
        padding:20px;
    }
    .list-gongyi04 li div h3 {
        font-size: 22px;
    }
    .list-shili .list-about04 {
        padding: 0;
        background-size: auto 50px;
        padding-bottom: 40px;
    }
    .list-shili {
        padding: 50px 0;
    }
    .list-shili .list-about04 .divbox {
        padding: 0;
    }
    .shilitest,.teambox {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .teambox {
        padding-right: 0;
    }
    .shilitest li,.shilitest li:nth-child(5n) {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .shilitest li:nth-child(2n){
        margin-right: 0 !important;
    }
    .list-shili .h-prev, .list-shili .h-next {
        left:20px;
        top: 0;
    }
    .list-shili .h-next{
        left: auto;
        right: 20px;
    }
    .shilitest li h3 {
        font-size: 14px;
    }
    .teambox {
        margin-top: 0;
    }
    .teambox li span {
        font-size: 17px;
    }
    .teambox li div p {
        font-size: 12px;
    }
    .con-tit {
        margin: 50px 20px;
    }
    .con-tit p {
        font-size: 25px;
        line-height: 1.3;
        font-weight: bold;
        color: #333;
    }
    .con-tit span {
        font-size: 14px;
    }
    .list-con02{
        padding: 0 20px;
        margin-top: 50px;
    }
    .list-con02 h2 {
        font-size: 20px;
    }
    .list-con02 ul {
        padding:0;
        flex-wrap: wrap;
        border: none;
    }
    .list-con02 li {
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
        border-top: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list-con02 li div {
        margin-top: 0;
        width: calc(100% - 66px);
    }
    .list-con02 li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .list-con02 li span img {
        width: 18px;
    }
    .list-con02 li div h3 {
        color: #333;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .list-con04 {
        margin-top: 0;
    }
    .list-con04 img {
        clip-path: inherit;
    }
    .list-con04 .divbox {
        position: inherit;
        width: 100%;
        flex-wrap: wrap;
    }
    .list-con04 .d01 {
        width: 100%;
        position: relative;
    }
    .list-con04 .d01 div{
        position: absolute;
        left: 20px;
        top: 50px;
    }
    .list-con04 .d02 {
        padding: 40px 80px;
        width: 100%;
    }
    .list-con03 {
        margin-top: 30px;
    }
    .list-con03 div {
        left: 0;
        margin-left: 0;
        margin-top: -50px;
        width: 100%;
    }
    .list-con04 .d01 h3 {
        font-size: 30px;
    }
    .list-con04 .d01 p {
        font-size: 14px;
        margin-top: 20px;
        padding-right: 20px;
    }
    .list-con04 .d02 {
        padding: 30px;
        width: 100%;
    }
    .list-recurit {
        padding: 50px 0;
        background-attachment: inherit;
    }
    .list-recurit .d01 h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .list-recurit .d01 p {
        font-size: 12px;
        line-height: 1.5;
    }
    .list-recurit .d01 ul {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .list-recurit .d01 ul li {
        width: 33.33%;
        line-height: 70px;
    }
    .list-recurit01 ul {
        padding: 0 10px;
        border: none;
    }
    .list-recurit01 li .a01 {
        padding: 20px 10px;
    }
    .list-recurit01 li .a01 h3 {
        width: 80%;
        font-weight: bold;
        font-size: 17px;
    }
    .list-recurit01 ul li .a02 {
        right: 55px;
        top: 22px;
    }
    .list-recurit01 li .tc01 {
        padding: 30px 10px;
        border-radius: 15px;
        font-size: 14px;
    }
    .list-recurit01 .default-article-content p {
        line-height: 1.8;
        font-size: 14px;
    }
    .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;
    }
    .list-fengcai {
        padding: 50px 20px;
    }
    .list-fengcai li {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .list-fengcai li:nth-child(2n){
        margin-right: 0;
    }
    .list-fengcai li a {
        padding: 5px;
    }
    .list-fengcai li h3 {
        font-size: 14px;
    }
    .list-jidi {
        margin: 0 20px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .jidibox {
        width: 100%;
    }
    .list-jidi div.d02 {
        width: 100%;
        padding: 20px;
    }
    .list-jidi div.d02 h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .list-jidi div.d02 ins {
        font-size: 14px;
        line-height: 1.6;
    }
    .list-jidibox {
        margin-top: 50px;
    }
    .view-news02 {
        width: auto;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .poxbox {
        margin-top: 0;
    }
    .poxbox .pox {
        padding: 10px;
        font-size: 14px;
    }
    .view-news02 .word {
        width: auto;
        padding: 0 20px;
    }
    .view-news02 .title {
        font-size: 25px;
        margin-bottom: 30px;
        color: #333;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .share .bdsharebuttonbox {
        width: 35px;
        padding: 13px 0;
        border-radius: 20px 0 0 20px;
    }
    .share .bdsharebuttonbox h3 {
        font-size: 12px;
        padding: 0 5px;
    }
    .share .bdsharebuttonbox a {
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
    }
    .share .bdsharebuttonbox a i{
        font-size: 18px;
    }
    .share .bdsharebuttonbox a.s02::before {
        width: 20px;
        left: 8px;
    }
    .share {
        bottom: 120px;
        position: fixed !important;
        z-index: 3;
        top: auto !important;
        left: auto !important;
        right: 0;
    }
    .jcdots {
        width: 90%;
        bottom: -15px !important;
    }
    .ismobile .pagination li a, .ismobile .pagination li span {
        height: 26px !important;
    }
    .l-probg {
        background-attachment: inherit;
    }
    .list-news {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    .list-nav .d01 {
        width: 100%;
    }
        .list-news .ul01 {
        margin-top: 0;
    }
    .list-news .ul01 li a {
        padding:15px 10px;
        flex-wrap: wrap;
    }
    .list-news .ul01 li ins {
        font-size: 14px;
        color: #999;
        margin-bottom: 5px;
    }
    .list-news .ul01 li .d01 {
        width: 100%;
        flex-wrap: wrap;
    }
    .list-news .ul01 li .d01 span {
        width: 130px;
    }
    .list-news .ul01 li .d01 div {
        width: calc(100% - 140px);
        margin-left: 10px;
    }
    .list-news .ul01 li .d01 div h3 {
        font-size: 16px;
        line-height: 1.3;
    }
    .list-news .ul01 li .d01 div p
    ,.list-news .ul01 li em{
        display: none;
    }
    .l-zuzhi .d01 li{
        margin: 0 10px;
    }
    .l-zuzhi .d01 li div {
        width: 100px;
        height: 100px;
        margin: 15px;
    }
    .l-zuzhi .d01 li span {
        width: 40px;
        padding-top: 15px;
    }
    .l-zuzhi .d01 li h3 {
        font-size: 17px;
    } 
    .l-zuzhi .d01 {
        margin-bottom: 40px;
    }
    .l-zuzhi .d02 ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .l-zuzhi .d02 li {
        width: calc((100% - 5*10px)/4);
        padding: 20px 0 20px 0;
        margin: 0 5px;
        margin-bottom: 30px;
    }
    .history li .d01 h4{
        font-size: 30px;
    }
    .l-zuzhi .d02 li span {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .l-zuzhi .d02 li::after {
        width: 50px;
        height: 13px;
        top: -14px;
        margin-left: -25px;
        border-radius: 10px 10px 0 0;
    }
    .l-zuzhi .d02 li strong {
        width: 100%;
        height: 50px;
        left: 0;
        margin-left: 0;
        top: 0;
        font-size: 17px;
        line-height: 30px;
        background-size: 100%;
    }
    .l-zuzhi .d02 li img {
        width: 27px;
    }
    .l-zuzhi .d02 li h3 {
        font-size: 15px;
        margin-top: 12px;
    }
    .l-zuzhi {
        padding: 50px 0;
        margin-top: 50px;
    }
    .historybox {
        padding: 50px 10px;
        margin-top: 0;
    }
    .tit03 h2 {
        font-size: 20px;
    }
    .tit03 h4 {
        font-size: 40px;
    }
    .de-dots,.de-fanye::before{
        display: none;
    }
    .de-prev, .de-next {
        border: 1px solid #fff;
    }
    .titbox{
        margin-bottom: 0;
    }
    .ftwenzi {
        width: 100%;
        padding: 0 45px;
        font-size: 17px;
    }
    .ftwenzi::before, .ftwenzi::after {
        background-size: 20px;
    }
    .history li .d01 div {
        font-size: 15px;
    }
    .list-mapbox {
        width: 100%;
        margin: 50px auto 20px auto;
    }
    .list-mapbox li { 
        width: 10px;
        height: 10px;
    }
    .list-mapbox li.li1 span {
        right: 0;
        left: 0;
        top: 0;
    }
    .list-mapbox li.li1 {
        right: 17%;
        bottom: 23%;
    }
    .list-mapbox li.li2 {
        right: 8%;
        bottom: 37%;
    }
    .list-mapbox li.li3 {
        bottom: 46%;
        left: 40%;
    }
    .mbul {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .mbul .d01 {
        padding:15px 0;
        border-bottom: 1px solid #eee;
    }
    .mbul .d01 h3 {
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }
    .mbul .d01 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .newsshebei {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .newsshebei li{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .newsshebei li .sbd01
    ,.newsshebei li .sbd02 {
        width: 100%;
    }
    .newsshebei li .sbd02{
        padding: 20px;
    }
    .newsshebei li .sbd02 h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .newsshebei li .sbd02 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .videoboxbg .video iframe{
        width: 100%;
        box-sizing: border-box;
        border: 5px solid #333;
        height: 220px !important;
    }
    .videoboxbg .video{
        width: 90%;
    }
    .list-product li a::after, .list-product li a::before{
        width: 70px;
        height: 70px;
        top: 30px;
        left: 25px;
    }
    .list-product li a::before{
        left: auto;
        right:25px;
    }
    .de-dotsbox .de-dots span {
        width: 13px;
        height: 15px;
        margin: 0 3px;
        background-size: auto 100%;
    }
    .de-dotsbox span {
        font-size: 17px;
        margin: 0 5px;
        color: #fff;
    }
    .de-dotsbox span.s01 {
        font-size: 20px;
    }
    .list-about04 .divbox{
        background: none;
        margin-top: 0;
    }
    .l-honor .divbox02 {
        margin: 50px auto;
    }
    .list-about04 li a {
        background-size: 95%;
        max-width: 100%;
        padding-bottom: 28px;
    }
    .list-about04 {
        background: #2c2c48;
    }
    .search {
        margin-right: 60px;
        margin-top: 15px;
    }
    .search .s01
    ,.mbheader.a .search .s01
    ,.module-index-index .mbheader.a .search .s01{
        color: #999;
    }
    .module-index-index .mbheader .search .s01{
        color: #fff;
    }
    .searchbox {
        top: 54px;
        padding: 25px 0;
    }
    .searchbox form {
        width: 90%;
    }
    .searchbox form .tdy-keyword {
        width: 100%;
        font-size: 14px;
        line-height: 45px;
    }
    .formbox::before, .formbox::after{
        display: none;
     }
    .l-honor .h-prev, .l-honor .h-next{
        left: 10px !important;
        margin-left: 0 !important;
        bottom: auto;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .l-honor .h-next{
        left: auto !important;
        right: 10px !important;
        margin-right: 0 !important;
    }
    .l-zuzhi .d01 li:last-child div {
        width: 80px;
        height: 80px;
        margin: 10px;
    }
    .l-zuzhi .d01 li:last-child span {
        width: 31px;
        padding-top: 12px;
    }
    .l-zuzhi .d01 li:last-child h3 {
        font-size: 14px;
    }

}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}

