@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;
}
.wp{
    width: 1400px;
}
.wp1550{
    width: 1550px;
    margin: auto;
}
.wp1200{
    width:1200px;
    margin: auto;
}
.fade_in_down{
    opacity: 0;
    transform: translateY(80px);
    -ms-transform:translateY(80px);
    -moz-transform:translateY(80px);
    -webkit-transform:translateY(80px);
    -o-transform:translateY(80px);
}
.fade_in_up{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s;
}
.ispc .sectionleft.fade_in_down{
    opacity: 0;
    transform: translateX(-80px);
    -ms-transform:translateX(-80px);
    -moz-transform:translateX(-80px);
    -webkit-transform:translateX(-80px);
    -o-transform:translateX(-80px);
}
.ispc .sectionright.fade_in_down{
    opacity: 0;
    transform: translateX(80px);
    -ms-transform:translateX(80px);
    -moz-transform:translateX(80px);
    -webkit-transform:translateX(80px);
    -o-transform:translateX(80px);
}
.ispc .sectionleft.fade_in_up
,.ispc .sectionright.fade_in_up{
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s;
}
.ispc .sectiontop{
    animation:mymove06 1.2s;
    animation-delay:0;
    -webkit-animation:mymove06 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-top{
    animation:mymove05 1.2s;
    animation-delay:0;
    -webkit-animation:mymove05 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-left{
    animation:mymove03 1.2s;
    animation-delay:0;
    -webkit-animation:mymove03 1.2s;
    -webkit-animation-delay:0;
}
.ispc .section-right{
    animation:mymove04 1.2s;
    animation-delay:0;
    -webkit-animation:mymove04 1.2s;
    -webkit-animation-delay:0;
}
@keyframes mymove03{
    from {transform: translateX(-80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes mymove03{
    from {transform: translateX(-80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@keyframes mymove04{
    from {transform: translateX(80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes mymove04{
    from {transform: translateX(80px);opacity: 0;}
    to {transform: translateX(0);opacity: 1;}
}
@keyframes mymove05{
    from {top: 70%;opacity: 0;}
    to {top: 50%;opacity: 1;}
}
@-webkit-keyframes mymove05{
    from {top: 70%;opacity: 0;}
    to {top: 50%;opacity: 1;}
}
@keyframes mymove06{
    from {transform: translateY(80px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes mymove06{
    from {transform: translateY(80px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
.header {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.head01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuheight{
    height: 90px;
}
.logo img{
    max-height: 55px;
    width: auto;
    height: auto;
}
.menu li a.nav-a-1 {
    display: block;
    padding: 33px 25px;
    font-size: 16px;
}
.menu li.san a.nav-a-1{
    position: relative;
}
.header.a .menu li.san a.nav-a-1::after{
    border-color: #fff rgba(255,255,255,0);
}
.header.a .menu li.a a.nav-a-1::after
,.module-index .header.a2 .menu li a.nav-a-1::after{
    border-color: #1266ec rgba(255,255,255,0);
}
.menu li.san a.nav-a-1::after{
    position: absolute;
    content: '';
    border: 5px solid;
    border-color: #1266ec rgba(255,255,255,0);
    border-bottom-width: 0;
    right: 6px;
    top: 42px;
}
.menu li.a a.nav-a-1
,.menu li:hover a.nav-a-1{
    color: #1266ec !important;
}
.menu li ul{
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    min-width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.menu li:hover ul{
    display: none;
}
.menu li li a{
    font-size: 14px;
    display: block;
    line-height: 36px;
    color: #333;
    text-align: center;
}
.menu li li:hover a{
    color: #1266ec !important;
}
.header.a .topcon a{
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
.header.a .topcon a em{
    color: #fff;
}
.header.a2 .topcon a{
    border: 1px solid #1854f2;
    color: #1854f2;
}
.header.a2 .topcon a em{
    color: #1854f2;
}
.header.a2 .topcon a:hover em
,.header.a2 .topcon a:hover{
    color: #fff;
}
.topcon a {
    display: block;
    border: 1px solid #1854f2;
    color: #1854f2;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 16px;
    transition: all .3s;
}
.topcon a em {
    color: #1953f2;
    margin-right: 5px;
    -webkit-text-stroke-width: inherit;
    transition: all .3s;
}
.topcon a:hover{
    background: #1953f2;
    color: #fff;
}
.topcon a:hover em {
    color: #fff;
}
.topright {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.searchbox {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    margin-left: 20px;
    position: relative;
}
.searchbox span {
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
    transition: all .3s;
}
.search {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 90px;
    z-index: 3;
    border-bottom: 1px solid #eee;
    left: 0;
    padding: 15px 0;
    display: none;
}
.search01{
    align-items: center;
    display: flex;
    justify-content: center;
}
.search .closess {
    font-size: 25px;
    cursor: pointer;
    display: block;
    margin-left: 30px;
    transition: all .3s;
}
.search .closess:hover,.searchbox span:hover{
    color: #1266ec;
}
.search form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fc;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #dde5f2;
}
.search form .tdy-keyword {
    width: 500px;
    line-height: 45px;
    height: 45px;
    background: none;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}
.search form .tdy-submit {
    border: none;
    font-size: 20px;
    color: #1266ec;
}
.informbox a {
    display: block;
    background: #1266ec;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px;
    transition: all .3s;
}
.informbox a:hover{
    background: #0f53c0;
}
/*--------------------index2024----------------------*/
.wp1200{
    width: 1200px;
    margin: auto;
}
.module-index-index .header.a{
    background: rgba(0,0,0,0.3);
}
.module-index-index .header.a .logo .img01
,.header .logo span
,.module-index .header.a2 .logo span{
    display: none;
}
.module-index-index .header.a .logo span
,.module-index .header.a2 .logo .img01{
    display: block;
}
.module-index-index .menuheight{
    display: none;
}
.module-index-index .header.a .menu li a.nav-a-1
,.module-index-index .header.a .searchbox span{
    color: #fff;
}
.module-index .header.a2{
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.module-index .header.a2 .logo .img01{
    display: block;
}
.module-index-index .header.a2 .logo span{
    display: none;
}
.module-index-index .menuheight{
    display: none;
}
.module-index .header.a2 .menu li a.nav-a-1{
    color: #333;
}
.module-index .header.a2 .searchbox span{
    color: #aaa;
}
.newsbanner .diy-edit-but{
    top: 70px;
}
.newsbanner li img{
    width:100%;
    height:auto;
}
.newsbanner li.aa img{
    opacity: 0;
}
.newsbanner .dots {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 50px !important;
    text-align: center;
    display: none;
}
.newsbanner .dots span{
    background: #fff;
    width:60px;
    height:3px;
    border-radius: 0;
    opacity: .4;
    outline-style: none;
}
.newsbanner .dots .swiper-pagination-bullet-active{
    opacity: 1;
    width: 60px;
}
.newsbanner li .banvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none; 
}
.newsbanner li.swiper-slide-active .banvideo{
    display: block;
}
.newsabout{
    padding-top: 70px;
}
.xbtit{
    position: relative;
    padding-left: 45px;
}
.xbtit::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #1854f2;
    border-radius: 0 0 20px 0;
    left: 0;
    top: 9px;
}
.xbtit h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.xbtit h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #8e96a1;
    letter-spacing: 3px;
}
.aboutbox01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsabout .divbox {
    width: 40%;
}
.newsabout .divbox .d01 {
    font-size: 15px;
    color: #8e96a1;
    line-height: 1.8;
    text-align: justify;
    margin: 30px 0 45px 0;
}
.newsabout .divbox a{
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin-top: 7px;
    transition: all .3s;
}
.newsabout .divbox a:hover{
    background: #1854f2;
    color: #fff;
}
.xbvideobox{
    width: 55%;
}
.xbvideobox .d01{
    position: relative;
}
.xbvideobox .d01 span{
    display: block;
    cursor: pointer;
    background: #000;
}
.xbvideobox .d01 span img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.xbvideobox .d01 span:hover img{
    opacity: .8;
}
.xbvideobox .d01 span em {
    display: block;
    position: absolute;
    color: #fff;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    font-size: 85px;
    line-height: 1;
    text-align: center;
}
.xbvideobox .xbvideo{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.xbvideobox .xbvideo video{
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: "DINCond-Bold";
    src: url(/template/index/public/54/54-0137/images/DINCond-Bold.otf); 
  }
.xbnumbox{
    padding: 0 100px;
    margin-top: 60px;
}
.xbnumbox ul{
    display: flex;
    justify-content: space-between;
}
.xbnumbox li span {
    display: block;
    width: 50px;
    margin: auto;
}
.xbnumbox li img{
    width: 100%;
    height: auto;
}
.xbnumbox li div {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin: 10px 0;
    justify-content: center;
}
.xbnumbox li div i {
    position: absolute;
    left: -20px;
    bottom: 6px;
    font-style: normal;
    font-size: 17px;
    color: #1854f2;
    font-weight: bold;
}
.xbnumbox li.li3 div ins{
    right: -18px;
}
.xbnumbox li h3 {
    font-size: 80px;
    color: #1854f2;
    line-height: 1;
    font-family: DINCond-Bold;
}
.xbnumbox li em {
    font-size: 25px;
    color: #1854f2;
    font-weight: bold;
    margin-left: 5px;
}
.xbnumbox li ins {
    display: block;
    position: absolute;
    right: 13px;
    bottom: 6px;
    color: #1854f2;
    font-weight: bold;
    font-size: 17px;
}
.xbnumbox li p {
    font-size: 14px;
    color: #8e96a1;
    text-align: center;
}
.xbnumbox li.li5 h3{
    font-size: 100px;
    height: 80px;
    line-height: 66px;
    text-align: center;
    margin: auto;
    font-weight: bold;
}
.xbproduct{
    padding: 50px 0;
    background: #fafafa;
    margin-top: 60px;
}
.xbproduct .xbtitbg{
    display: inline-block;
    color: #fff;
    line-height: 37px;
    padding: 0 45px 0 25px;
    border-radius: 20px 0 0 0;
    font-size: 25px;
    background: url(/template/index/public/54/54-0137/images/titbg09.png) no-repeat center right;
    background-size: cover;
}
.xbproduct .dianzi{
    margin-top: 50px;
}
.xbproduct .dianzi a{
    display: block;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.xbproduct .dianzi a img{
    width: 100%;
    height: auto;
}
.xbtit01{
    text-align: center;
    margin-bottom: 50px; 
}
.xbtit01 h2{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.xbtit01 h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #8e96a1;
    letter-spacing: 3px;
}
.xbproduct ul{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.xbproduct ul li{
    height: 330px;
    width: calc(50% - 5px);
    background-size: auto 100% !important;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.ispc .xbproduct ul:hover li{
    width: calc(32% - 5px);
}
.ispc .xbproduct ul li:hover{
    width: calc(68% - 5px);
}
.xbproduct ul li .d01 {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 40px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    line-height: 100px;
    height: 100px;
}
.xbproduct ul li .d01 a{
    color: #fff;
}
.ispc .xbproduct ul li:hover .d01 {
    display: none;
}
.xbproduct ul li .d02 {
    padding:50px 0 0 50px;
    color: #fff;
    opacity: 0;
    transition: all .5s;
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
}
.xbproduct ul li:hover .d02 {
    opacity: 1;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.xbproduct ul li .d02 h3 {
    font-size: 40px;
    display: flex;
    margin-bottom: 10px;
}
.xbproduct ul li .d02 h3 span{
    font-size: 40px;
    display: block;
    position: relative;
    padding-bottom: 10px; 
}
.xbproduct ul li .d02 h3 span a{
    color: #fff;
}
.xbproduct ul li .d02 h3 span::after {
    position: absolute;
    content: '';
    width:calc(100% + 45px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.xbproduct ul li .d02 h3 span::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    left: calc(100% + 40px);
    bottom: -2px;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
.xbproduct ul li .d02 p {
    font-size: 18px;
    font-weight: lighter;
}
.xbproduct ul li .d02 ins {
    display: flex;
    margin-top: 100px;
}
.xbproduct ul li .d02 ins a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    transition: all .3s;
}
.xbproduct ul li .d02 ins a:hover{
    text-decoration: underline;
}
.xbproduct ul li .d02 ins a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    right: 1px;
    top: 4px;
    opacity: .5;    
}
.xbproduct ul li .d02 ins a:last-child::after{
    display: none;
}
.xbnewsbox{
    padding: 60px 0;
}
.xbnewsbox .diy-edit-bg{
    position: relative;
}
.xbnewsbox .divbox{
    display: flex;
    justify-content: space-between;
}
.xbnewsbox .divbox .d01{
    width: 50%;
    margin: 0;
}
.xbnewsbox .n-prev, .xbnewsbox .n-next {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    top: 34%;
    left: 10px;
    z-index: 1;
    font-size: 38px;
    transition: all .3s;
    opacity: .5;
}
.xbnewsbox .n-prev:hover,.xbnewsbox .n-next:hover{
    opacity: 1;
    color: #fff;
}
.xbnewsbox .n-next {
    right: 10px;
    left: auto;
}
.xbnewsbox .divbox .d02{
    width: 47%;
}
.xbnewsbox .d01 li a{
    display: block;
}
.xbnewsbox .d01 li span{
    display: block;
}
.xbnewsbox .d01 li img{
    width: 100%;
    height: auto;
}
.xbnewsbox .d01 li div{
    padding-top: 15px;
}
.xbnewsbox .d01 li div h3
,.xbnewsbox .d02 li h3{
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
    color: #333;
    transition: all .3s;
}
.xbnewsbox .d01 li:hover div h3
,.xbnewsbox .d02 li:hover h3{
    color: #1953f2;
}
.xbnewsbox .d01 li div em 
,.xbnewsbox .d02 li em{
    color: #1953f2;
    font-size: 16px;
    font-style: normal;
}
.xbnewsbox .d01 li div p
,.xbnewsbox .d02 li p{
    font-size: 16px;
    color: #8e96a1;
}
.xbnewsbox .d02 li{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.xbnewsbox .d02 li a{
    display: block;
}
.xbnewsbox .d02 .xbmore {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}
.xbnewsbox .d02 .xbmore a{
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin-top: 7px;
    transition: all .3s;
}
.xbnewsbox .d02 .xbmore a:hover{
    background: #1854f2;
    color: #fff;
}
.xbhengtu{
    position: relative;
}
.xbhengtu .diy-edit-bg{
    position: relative;
}
.xbhengtu img{
    width: 100%;
    height: auto;
}
.xbhengtu span ins {
    width: 193px;
    display: block;
    margin: auto;
    margin-top: 20px;
    height: 61px;
    overflow: hidden;
}
.xbhengtu span ins em {
    display: block;
    width: 0;
    transition: all 1s;
    overflow: hidden;
}
.xbhengtu.a span ins em{
    width: 100%;
}
.xbhengtu .img02{
    width: 193px; 
}
.xbhengtu .divbox{
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1100px;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xbhengtu .divbox span {
    display: block;
    width: 48%;
}
.xbhengtu .divbox .sum {
    width: 45%;
}
.xbhengtu .divbox .sum p {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
}
.xbhengtu .divbox .sum ins {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}
.xbhengtu .divbox .sum ins a {
    display: block;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s;
}
.xbhengtu .divbox .sum ins a:hover{
    background: #fff;
    color: #1854f2;
}
.footer{
    background: #fafafa;
    padding-top:50px;
    margin-top: 50px;
}
.module-index-index .footer{
    margin-top: 0;
}
.foot01{
    display: flex;
    justify-content: space-between;
}
.ftlogo{
    margin-right: 20px;
}
.ftlogo img{
    max-height: 77px;
    width: auto;
    height: auto;
}
.foot01 .divbox .d01 {
    display: flex;
    align-items: center;
}
.ftnav ul{
    display: flex;
    margin-top: 35px;
}
.ftnav li a{
    display: block;
    font-size: 16px;
    color: #c7c7c7;
    line-height: 1;
    border-right: 1px solid #c7c7c7;
    padding-right: 18px;
    margin-right: 18px;
    transition: all .3s;
}
.ftnav li a:hover{
    color: #fff;
}
.ftnav li:last-child a{
    border-right: none;
}
.ftsao {
    display: flex;
    align-items: end;
}
.ftsao p {
    font-size: 16px;
    color: #999;
    margin-right: 20px;
}
.ftsao p i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.ftsao span{
    display: block;
    width: 110px;
}
.ftsao span img{
    width: 100%;
    height: auto;
}
.links{
    margin-top: 20px;
    margin-right: 10px;
    background: #fff;
}
.links h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.links div{
    position: relative;
}
.links div span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    color: #333;
    padding: 0 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}
.links div span em {
    color: #0149f3;
    transform: rotate(180deg);
    transition: all .3s;
}
.links div.a span em {
    transform: rotate(0);
}
.links ul {
    width: 100%;
    position: absolute;
    bottom: 42px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1;
}
.links ul li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    color: #666;
}
.links ul li:hover a{
    background: #00162e;
    color: #fff;
}
.ftlj a.a01 {
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    padding: 0 12px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin-top: 20px;
    transition: all .3s;
}
.ftlj a.a01:hover{
    background: #1854f2;
    color: #fff;
}
.xbftcon .d01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xbftcon .d01 h3 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}
.xbftcon .d01 .wximg {
    position: relative;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.xbftcon .d01 .wximg span {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 33px;
    color: #b7b7b7;
    cursor: pointer;
    -webkit-text-stroke-width: inherit;
}
.xbftcon .d01 .wximg ins {
    width: 100px;
    margin-left: 30px;
    opacity: 0;
    transform: translateX(20px);
    transition: all .3s;
}
.xbftcon .d01 .wximg:hover ins{
    opacity: 1;
    transform: translateX(0);
}
.xbftcon .d01 .wximg ins img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.xbftcon p{
    font-size: 14px;
    color: #8e96a1;
    margin-top: 5px;
}
.xbftcon p i{
    color: #1953f2;
    font-size: 17px;
    margin-right: 5px;
}
.copy {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    background: #f1f1f1;
}
.default-copyright {
    text-align: center;
    margin: auto;
    font-size: 14px;
    color: #8e96a1;
}
.default-copyright a {
    font-size: 14px;
    color: #8e96a1;
}
.default-copyright a:hover{
    color: #1953f2;
}
.erweima {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #CCC;
    z-index: 102;
    display: none;
    background:url(/template/index/default/images/bg02.png);
}
.erweima-1{
    width: 300px;
    background: #fff;
    z-index: 102;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}
.erweima-1 img{
    width:100%;
    height:auto;
}
.erweima .close {
    display: block;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: 2px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
}
.xbftnav{ 
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.xbftnav .d01 h3{
    font-size: 17px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}
.xbftnav .d01 h3 a{
    color: #333;
    transition: all .3s;
}
.xbftnav .d01 h3 a:hover{
    color: #1266ec;
}
.xbftnav .d01 li a{
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: #8e96a1;
    transition: all .3s;
}
.xbftnav .d01 li:hover a{
    color: #1953f2;
}
.xblinks{
    margin-top: 40px;
}
.xblinks ul{
    display: flex;
    justify-content: center;
}
.xblinks li a {
    display: block;
    position: relative;
    padding: 0 14px;
    font-size: 15px;
    color: #8e96a1;
}
.xblinks li a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    right: 0;
    top: 4px;
    background: #aaa;
}
.xblinks li:last-child a::after{
    display: none;
}
.xblinks li:hover a{
    color: #1953f2;
}
.floatcon {
    position: fixed;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    z-index: 10;
}
.floatcon .d01 {
    background: #1953f2;
    padding: 20px 15px;
    border-radius: 50px;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    transition: all .3s;
}
.floatcon .d01:hover{
    background: #1647cf;
}
.floatcon .d01 a{
    color: #fff;
}
.floatcon .d01 em {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
    display: block;
    -webkit-text-stroke-width: inherit;
}
.floatcon .d02 {
    position: absolute;
    display: none;
    left: -350px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.floatcon .d02 ul{
    width: 350px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #eee;
    margin-right: 20px;
    transform: translateX(-20px);
    -ms-transform:translateX(-20px);
    -moz-transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
    -o-transform:translateX(-20px);
    position: relative;
}
.floatcon:hover .d02 {
    display: block;
}
.floatcon .d02 ul::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    right: -8px;
    top:50%;
    margin-top: -7px;
    background: #fff;
    border-top: 1px solid #eee;
    border-right:1px solid #eee;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.floatcon .d02 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.floatcon .d02 li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.floatcon .d02 li.li01 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floatcon .d02 li.li01 div h3{
    line-height: normal;
}
.floatcon .d02 li.li01 div p {
    color: #1953f2;
}
.floatcon .d02 li.li01 em {
    font-size: 20px;
    color: #333;
    margin-right: 10px;
    transition: all .3s;
}
.floatcon .d02 li.li01:hover em {
    margin-right: 0;
    color: #1953f2;
}
.floatcon .d02 li div h3 {
    font-size: 17px;
    color: #333;
    line-height: 1.3;
}
.floatcon .d02 li div p{
    color: #8e96a1;
    font-size: 16px;
}
.floatcon .d02 li div p span {
    font-size: 24px;
    font-weight: bold;
    color: #1953f2;
    font-family: cursive;
}

/*----------index---------------------*/
.banner{  
}
.banner li{  
    position: relative;
}
.banner li .divbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.banner li .divbox .d01{
    width: 45%;  
    transition: all 1s;
    opacity: 0;
    transform: translateY(200px);
    -ms-transform:translateY(200px);
    -moz-transform:translateY(200px);
    -webkit-transform:translateY(200px);
    -o-transform:translateY(200px);
}
.banner li.swiper-slide-active .divbox .d01{
    transform: translateY(0);
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    opacity: 1;
}
.banner li .divbox .d01 h3{ 
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.banner li .divbox .d01 p{  
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.banner li .divbox .d01 p em{
    display: block;
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #18469d;
    font-style: normal;
    margin-right: 15px;
}
.banner li .divbox .d01 a{  
    width: 140px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 60px
}
.banner li.li03 .divbox .d01 a{ 
    background: linear-gradient(90deg,#ec6538 15%, rgb(221 87 16 / 0%))!important;
    border: 0px solid rgba(255,255,255,0)!important;
    border-radius: 5px!important;
}
/*--
.banner li.li04 .divbox .d01 a{ 
    background: #1D44AA!important;
    border: 1px solid #1D44AA!important;
    border-radius: 5px!important;
}--*/
.banner li .divbox .d02{ 
    width: 520px;
    height: 520px;
    position: relative;
    display: none;
}
.banner li .divbox .d02 span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.banner li .divbox .d02 span img {
    max-width: 100%;
    width: auto;
}
.banner li .divbox .d02 .s01{  
   animation: myfirst2 15s infinite linear;
}
.banner li .divbox .d02 .s02{  
    z-index: 2;
    animation: myfirst 10s infinite linear;
}
.banner li .divbox .d02 .s02 img{
    width: 420px;
}
.banner li .divbox .d02 .s03{  
    z-index: 1;
}
@keyframes myfirst2 {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
@keyframes myfirst {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-359deg)
    }
}
.banner li img{
    width: 100%;
    height: auto;  
}
.banner .dots span{  
    width: 47px;
    height: 7px;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    background: #8797cb;
    transform: skewX(-50deg);
}
.banner .dots .swiper-pagination-bullet-active{  
    background: #18469d;
    width: 47px;
}
.aboutbox{
    padding:50px 0;
    background: url(/template/index/public/54/54-0137/images/bg1.png) no-repeat center;
    background-size: cover;
}
.aboutbox .divbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutbox .d01{
    width: 50%;
}
.titbox{
    padding-top: 20px;
    background: url(/template/index/public/54/54-0137/images/9.png) no-repeat left top;
}
.titbox h2{
    font-size: 20px;
    color: #444;
    display: block;
    font-weight: bold;
    line-height: 100%;
    margin-top: 15px;
}
.titbox p{
    font-size: 40px;
    color: #18469d;
    display: block;
    line-height: 100%;
    margin-top: 10px;
}
.aboutbox .d01 .sum{
    font-size: 16px;
    color: #777;
    margin-top: 5px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 80px;
}
.symore{
    width: 170px;
    height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #e05b28;
    transition: all .3s;
}
.aboutbox .d01 .symore{
    margin-top: 100px;
}
.symore:hover{
    background: #004ea2;
    color: #fff;
}
.symore em{
    display: block;
    width: 25px;
    height: 20px;
    margin-left: 15px;
    background: url(/template/index/public/54/54-0137/images/jt.png) no-repeat center;
}
.aboutbox .d02{
    width: 45%;
    position: relative;
}
.aboutbox .d02 .s01{
    display:block;
    cursor: pointer;
}
.aboutbox .d02 img {
    max-width: 100%;
    height: auto;
}
.aboutbox .d02 .fuimg{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    -webkit-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
.aboutbox .d02 .fuimg img{
    cursor: pointer;
}
.videoboxbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.9);
    z-index: 15;
}
.videoboxbg .video{
    width: 70%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.videoboxbg .video video{
  width: 100%;
}
.videoboxbg span{
  position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 25px;
    -webkit-text-stroke-width: initial;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
@keyframes rotate{
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.numbox{
    padding: 50px 0;
    background: #f7f6f6;
    border-top: 5px solid #e2e2e2;
}
.numbox ul{
    display: flex;
    justify-content: space-between;
}
.numbox li{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.numbox li::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 66px;
    background: #dadada;
    right: 0;
    top: 50%;
    margin-top: -33px;
}
.numbox li.li5::after{
    display: none;
}
.numbox li span {
    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.numbox li span img{
    max-width: 100%;
    height: auto;
}
.numbox li div{
    margin-left: 20px;
}
.numbox li div ins {
    display: flex;
}
.numbox li div ins h3 {
    font-size: 45px;
    color: #18469d;
    font-weight: bold;
    line-height: 1;
}
.numbox li.li5 div ins h3{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 64px;
    line-height: 0.6;
}
.numbox li div ins em {
    font-size: 20px;
    font-style: normal;
    color: #18469d;
    margin-left: 5px;
}
.numbox li div ins i {
    color: #18469d;
    font-size: 14px;
    font-style: normal;
    transform: translateY(21px);
    -ms-transform:translateY(21px);
    -moz-transform:translateY(21px);
    -webkit-transform:translateY(21px);
    -o-transform:translateY(21px);
    margin-left: 3px;
}
.numbox li div p{
    font-size: 16px;
    color: #333;
}
.productbox{
    padding: 75px 0;
    background: url(/template/index/public/54/54-0137/images/bg1.png) no-repeat center;
    background-size: cover;
}
.productbox .divbox{
    position: relative;
}
.titlebox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.product{
    margin: 0 130px;
    padding: 40px 20px;
}
.ispc .mbprev02,.ispc .mbnext02{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    left:0;
    top: 60%;
    margin-top: -25px;
    z-index: 1;
}
.ispc .mbnext02{
    left: auto;
    right: 0;
}
.productbox .swiper-button-disabled{
    display: none;
}
.product li a{
    display: block;
    box-shadow: 1px 1px 10px #e2e9f4;
    transition: all .3s;
}
.ispc .product li.a a{
    transform: translateY(-20px);
    -ms-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -webkit-transform:translateY(-20px);
    -o-transform:translateY(-20px);
}
.product li a span{
    display: block;
}
.product li a span img{
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all .3s;
}
.product li.a a span img{
    opacity: 1;
}
.product li a div{
    position: absolute;
    left: 50px;
    bottom: 60px;
    color: #333;
    transition: all .3s;
}
.product li.a a div{
    color: #fff;
}
.product li a div h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.product li a div h4{
    font-size: 18px;
}
.product li a div strong{
    font-size: 20px;
}
.product li a div p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.pdots {
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0 !important;
}
.pdots span{
    width: 47px;
    height: 7px;
    border-radius: 0;
    display: block;
    opacity: 1;
    cursor: pointer;
    margin: 0 5px;
    background: #e3e3e3;
    transform: skewX(-50deg);
    -ms-transform:skewX(-50deg);
    -moz-transform:skewX(-50deg);
    -webkit-transform:skewX(-50deg);
    -o-transform:skewX(-50deg);
}
.pdots span.swiper-pagination-bullet-active{
    background: #d97235;
}
.newsbox{
    padding: 50px 0;
    padding-top:0;
}
.newsbox .diy-edit-bg{
    position: relative;
}
.newsbox .titlebox{
    margin-bottom: 60px;
}
.newsbox .divbox{
    display: flex;
    justify-content: space-between;
}
.newsbox .d01 {
    width: calc(50% - 25px);
    margin: 0;
}
.newsbox .d01 li a{
    display: block;
}
.newsbox .d01 li span{
    display: block;
}
.newsbox .d01 li img{
    width: 100%;
    height: auto;
}
.newsbox .d01 li div{
    padding:0 20px;
}
.newsbox .d01 li div h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
    transition: all .3s;
}
.newsbox .d01 li:hover div h3
,.newsbox .d02 li:hover div h3{
    color: #d97235;
}
.newsbox .d01 li div p{
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 8px;
}
.newsbox .d01 li div em{
    font-size: 16px;
    color: #999;
    display: block;
    margin-top: 20px;
    font-style: normal;
}
.n-prev, .n-next {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    top: 34%;
    left: 20px;
    z-index: 1;
    font-size: 38px;
    transition: all .3s;
    opacity: .5;
}
.n-prev:hover, .n-next:hover{
    opacity: 1;
    color: #fff;
}
.n-next{
    right: 20px;
    left: auto;
}
.newsbox .d02{
    width: 50%;
}
.newsbox .d02 li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.newsbox .d02 li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.newsbox .d02 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsbox .d02 li span {
    display: block;
    width: 180px;
}
.newsbox .d02 li img{
    width: 100%;
    height: auto;
}
.newsbox .d02 li div{
    width: calc(100% - 200px);
}
.newsbox .d02 li div h3{
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    transition: all .3s;
    font-weight: bold;
}
.newsbox .d02 li div p{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox .d02 li div em {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #999;
}
/*------------------list-zixunbox-----------------------*/
.ban01{
    position: relative;
}
.ban01 img{
    width: 100%;
    height: auto;
}
.ban01 li div{
    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%);
    color: #fff;
}
.ban01 div h2{
    font-size: 60px;
    font-weight: bold;
}
.ban01 div h3{
    font-size: 28px;
    letter-spacing: 1.2px;
}
.ban01 div span{
    display: none;
}
.ban01 .dots{
    display: none;
}
.list-zixun01{
    padding: 50px 0;
}
.zixuntit {
    text-align: center;
    margin-bottom: 50px;
}
.zixuntit h2{
    font-size: 24px;
    color: #f06b08;
}
.zixuntit span{
    display: block;
    width: 160px;
    height: 1px;
    margin: auto;
    background: #efefef;
    margin-top: 10px;
}
.zixuntit span em{
    background: #f06b08;
    width: 24px;
    height: 3px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -1px;
}
.list-zixun01 .divbox{
    display: flex;
    justify-content: space-between;
}
.list-zixun01 .d01{
    width: 48%;
    margin: 0;
}
.list-zixun01 .d01 li span {
    display: block;
    position: relative;
}
.list-zixun01 .d01 li span img{
    width: 100%;
    height: auto;
}
.list-zixun01 .d01 li span ins{
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    background: #f06b08;
    color: #fff;
    text-align: center;
    font-size: 15px;
    color: #fff;
    left: 0;
    top: 0;
}
.list-zixun01 .d01 li span ins em{
    display: block;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    margin-top: 5px;
}
.list-zixun01 .d01 li h3{
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
    transition: all .3s;
}
.list-zixun01 .d01 li p{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.list-zixun01 .d02{
    width: 48%;
}
.list-zixun01 .d02 li{
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ispc .list-zixun01 .d02 li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.list-zixun01 .d02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-zixun01 .d02 li span {
    display: block;
    width: 60px;
    text-align: center;
    color: #999;
    font-size: 15px;
    color: #b0b0b0;
}
.list-zixun01 .d02 li span em{
    display: block;
    font-size: 32px;
    color: #b0b0b0;
    line-height: 1.2;
    font-style: normal;
}
.list-zixun01 .d02 li div {
    width: calc(100% - 85px);
}
.list-zixun01 .d02 li div h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.list-zixun01 .d02 li div p{
    font-size: 14px;
    color: #656565;
    line-height: 24px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-zixun01 li:hover div h3{
    color: #f06b08;
}
.zxmore{
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin: auto;
    margin-top: 50px;
    transition: all .3s;
}
.zxmore:hover{
    background: #1266ec;
    color: #fff;
}
.zxmore em{
    display: block;
    width: 20px;
    height: 20px;
    background: url(/template/index/public/54/54-0137/images/jt.png) no-repeat center;
    background-size: 20px;
    margin-left: 5px;
}
.list-zixun02{
    background: #fafafa;
    padding: 50px 0;
}
.list-zixun02 .zixuntit h2{
    color: #003893;
}
.list-zixun02 .zixuntit span em{
    background:  #003893;
}
.list-zixun02 ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.list-zixun02 li{
    width: calc((100% - 2*30px)/3);
}
.list-zixun02 li a{
    display: block;
}
.list-zixun02 li span{
    display: block;
}
.list-zixun02 li span img{
    width: 100%;
    height: auto;
}
.list-zixun02 li div h3{
    font-size: 18px;
    color: #2a2a2a;;
    margin: 15px 0 8px;
    transition: all .3s;
}
.list-zixun02 li:hover div h3{
    color: #e05b28;
}
.list-zixun02 li div p{
    font-size: 14px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-zixun03{
    padding-top: 50px;
}
.list-zixun03 ul {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.list-zixun03 li {
    width: calc((100% - 2*60px)/3);
}
.list-zixun03 li a{
    display: block;
}
.list-zixun03 li a h3{
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    background: url(/template/index/public/54/54-0137/images/newbg.png) no-repeat left center;
    transition: all .3s;
}
.list-zixun03 li:hover a h3{
    color: #f06b08;
}
.list-zixun03 li a span{
    width: 15px;
    height: 2px;
    background: #f06b08;
    display: block;
    transition: all .3s;
}
.list-zixun03 li:hover a span{
    width: 100px;
}
.list-zixun03 li a p{
    margin-top: 20px;
    font-size: 14px;
    color: #656565;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*-------------------------list-zixun------------------*/
.list-oldnav{
    background: #f5f5f5;
}
.list-oldnav ul{
    display: flex;
}
.list-oldnav ul ul{
    display: none;
}
.list-oldnav li{
     width: 12.5%;
    float: left;
}
.list-oldnav li a{
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #18469d;
    border-left: 1px solid #ddd;
    transition: all .3s;
}
.list-oldnav li:first-child a{
    border: none;
}
.list-oldnav li.a a
,.list-oldnav li:hover a{
    color: #e05b28;
}
.oldpox, .oldpox a {
    font-size: 14px !important;
}
.oldpox em {
    font-size: 16px !important;
}
.oldpox a:hover{
    color: #e05b28 !important;
}
.list-zixun .ul01 li{
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-zixun .ul01 li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.list-zixun .ul01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-zixun .ul01 li span {
    display: block;
    width: 60px;
    text-align: center;
    color: #999;
    font-size: 15px;
    color: #b0b0b0;
}
.list-zixun .ul01 li span em{
    display: block;
    font-size: 32px;
    color: #b0b0b0;
    line-height: 1.2;
    font-style: normal;
}
.list-zixun .ul01 li div {
    width: calc(100% - 85px);
}
.list-zixun .ul01 li div h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.list-zixun .ul01 li div p{
    font-size: 14px;
    color: #656565;
    line-height: 24px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-zixun .ul01 li:hover div h3{
    color: #f06b08;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top:20px;
}
.list-zixun .pagination
,.list-oldchaxun .pagination{
    margin-top: 50px;
}
.pagination li.active span,.pagination li:hover a{
    background: #1266ec !important;
}
/*-----------------view-oldnews-------------------*/
.view-oldnews .view-news{
    width: 670px;
    margin: auto;
    padding: 0;
}
.view-oldnews .list-divbox {
    justify-content: center;
}
.view-oldnews .view-news .title {
    font-size: 24px;
    font-weight: bold;
    color: #555;
}
.view-oldnews .view-news .ww {
    align-items: center;
    justify-content: center;
    color: #999;
}
.oldfanye{
    padding: 10px 20px;
    border: 1px solid #eee;
}
.oldfanye a{
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
.oldfanye a:hover{
    color: #e05b28;
}
/*--------------list-product-----------------------*/
.list-product01{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0137/images/pro3bg1.jpg) no-repeat center;
    background-size: cover;
}
.protit{
    text-align: center;
    color: #fff;
}
.protit h2{
    font-size: 32px;
    color: #fff;
    letter-spacing:1px;
}
.protit p{
    font-size: 18px;
    color: #81bdfd;
    margin-top: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}
.protit a{
    width: 110px;
    height: 32px;
    background: #e05b28;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    border-radius: 15px;
    margin-top: 35px;
}
.pldproduct{
    margin-top: 80px;
    padding-bottom: 30px;
}
.pldproduct li {
    display: flex;
    flex-wrap: wrap;
}
.pldproduct li a {
    display: block;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}
.pldproduct li span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: auto;
}
.pldproduct li img{
    width: 100%;
    height: auto;
}
.pldproduct li h3{
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    transition: all .3s;
}
.pldproduct li a:hover h3{
    color: #e05b28;
}
.pldproduct .pdots{
    bottom: 0 !important;
}
.pldproduct .pdots span{
    opacity: .7;
}
.pldproduct .pdots span.swiper-pagination-bullet-active{
    opacity: 1;
}
.list-product02{
    padding: 80px 0;
}
.list-product02 .protit h2
,.list-product02 .protit p
,.list-product02 .pldproduct li h3 {
    color: #18469d;
}
.list-product02 .protit a{
    background: #18469d;
}
.list-product03{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0137/images/pro3bg2.jpg) no-repeat center;
    background-size: cover;
}
/*-----------------list-about----------------------*/
.oldabtit{
    margin-bottom: 50px;
}
.oldabtit h2{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.oldabtit span{
    display: block;
    width: 400px;
    margin: auto;
    height: 2px;
    background: #18469d;
    margin-top: 10px;
}
.oldabtit span em{
    width: 200px;
    height: 3px;
    display: block;
    margin: auto;
    background: #f06b08;
    position: relative;
    top: -1px;
}
.list-oldabout01 .divbox{
    display: flex;
    justify-content: space-between;
}
.list-oldabout01 .d01{
    width: 40%;
}
.list-oldabout01 .d01 img{
    width: 100%;
    height: auto;
}
.list-oldabout01 .d02{
    width: 53%;
}
.list-oldabout01 .d02 h3{
    font-size: 18px;
    color: #595757;
    line-height: 1;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.list-oldabout01 .d02 h3::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 18px;
    background: #f06b08;
    left: 0;
    top: 0;
}
.list-oldabout01 .d02 h3 p{
    font-size: 12px;
    font-weight: normal;
    color: #595757;
    margin-top: 5px;
    letter-spacing: 1.2px;
}
.list-oldabout01 .d02 .sum p{
    font-size: 16px;
    color: #595757;
    display: block;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}
.list-oldabout02{
    padding:80px 0;
}
.list-oldabout02 ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.list-oldabout02 li{
    background: #e05b28;
    width: calc((100% - 4*30px)/5);
    transition: all .3s;
}
.list-oldabout02 li:hover{
    transform: translateY(-20px);
    -ms-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -webkit-transform:translateY(-20px);
    -o-transform:translateY(-20px);
}
.list-oldabout02 li.li02{
    background: #18469d;
}
.list-oldabout02 li .d01{
    padding-bottom: 20px;
    background: #fff;
}
.list-oldabout02 li .d01 h3{
    text-align: center;
    font-size: 18px;
    color: #18469d;
}
.list-oldabout02 li .d01 span {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.list-oldabout02 li .d01 span img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}
.list-oldabout02 li .d02 {
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.list-oldabout03 img{
    width: 100%;
    height: auto;
}
/*-------------------list-oldleader----------------*/
.list-oldleader {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.list-oldleader .d01 {
    width: 50%;
}
.list-oldleader .d01 h3{
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}
.list-oldleader .d01 .sum p{
    font-size: 14px;
    color: #595757;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: justify;
}
.list-oldleader .d01 ins {
    display: flex;
    justify-content: right;
}
.list-oldleader .d01 ins img{
    max-width: 168px;
    height: auto;
}
.list-oldleader .d02{
    width: 45%;
}
.list-oldleader .d02 img{
    width: 100%;
    height: auto;
}
/*----------------list-olddevelop--------------*/
.list-olddevelop{   
    padding: 0 15px;
    position: relative;
    padding-bottom: 30px;
}
.list-olddevelop::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #eee;
    top: 20px;
    left: 0;
}
.old-deprev,.old-denext{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:2px solid #eee;
    line-height: 30px;
    text-align: center;
    color: #ddd;
    top: 5px;
    left: 0;
    background: #fff;
    z-index: 1;
    font-size: 14px;
}
.old-denext{
    left: auto;
    right: 0;
}
.list-olddevelop li span{ 
    display: block;  
    width: 40px;
    height: 40px;
    background: url(/template/index/public/54/54-0137/images/time.jpg) no-repeat center;
    margin: auto;
    margin-bottom: 30px;
    transition: all .3s;
}
.list-olddevelop li.a span{ 
    background: url(/template/index/public/54/54-0137/images/timeh.jpg) no-repeat center;
}
.list-olddevelop li div{
    padding: 20px;
    background: #eee;
    border-radius: 10px;
    position: relative;
    color: #18469d;
    transition: all .3s;
}
.list-olddevelop li div::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: #eee;
    border-radius: 2px;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    top: -12px;
    left: 50%;
    margin-left: -12px;
    transition: all .3s;
}
.list-olddevelop li.a div{
    background: #18469d;
    color: #fff;
}
.list-olddevelop li.a div::after{
    background: #18469d;
}
.list-olddevelop li.a div h3{
    border-color: #fff;
}
.list-olddevelop li div h3{  
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #18469d; 
}
.list-olddevelop li div h4{  
    font-size: 24px;
    padding-top: 5px; 
}
.list-olddevelop li.a div p{
    color: #fff;
}
.list-olddevelop li div p{ 
    font-size: 14px;
    color: #595757;
    line-height: 24px;
    text-align: justify;  
    padding-top: 20px;
    height: 250px;
}
.list-olddevelop li div ins{ 
    display: block;  
}
.list-olddevelop li div ins img{
    width: 100%; 
    height: auto;
}
/*-------------------list-oldculture----------------*/
.list-oldculture01{
    position: relative;
}
.list-oldculture01 .imgbox{
}
.list-oldculture01 .imgbox img{
    width: 100%;
    height: auto;
}
.list-oldculture01 ul{
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    display: flex;
    justify-content: space-between;
}
.list-oldculture01 li{
    width: 30%;
    float: left;
    padding: 90px 45px;
    min-height: 560px;
    position: relative;
    box-sizing: border-box;
    border-left: 3px solid #2266e3;
    background: rgba(34,102,227,0.3);
    position: relative;
    transition: all .3s;
}
.list-oldculture01 li::after{
    position: absolute;
    content: '';
    position: absolute;
    left:-3px;
    top: 0;
    width: 8px;
    height: 35%;
    background: #2266e3;
}
.list-oldculture01 li:hover::after{
    background: #e05b28;
}
.list-oldculture01 li h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 12px;
}
.list-oldculture01 li div{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 5px;
}
.list-oldculture01 li div p{
    margin-bottom: 20px;
}
.list-oldculture01 li.li02{
    transform: translateY(-50px);
    -ms-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -webkit-transform:translateY(-50px);
    -o-transform:translateY(-50px);
}
.list-oldculture01 li:hover{
    transform: translateY(-30px);
    -ms-transform:translateY(-30px);
    -moz-transform:translateY(-30px);
    -webkit-transform:translateY(-30px);
    -o-transform:translateY(-30px);
    border-color: #e05b28;
}
.list-oldculture01 li.li02:hover{
    transform: translateY(-80px);
    -ms-transform:translateY(-80px);
    -moz-transform:translateY(-80px);
    -webkit-transform:translateY(-80px);
    -o-transform:translateY(-80px);
}
.list-oldculture02{
    padding: 50px 0;
}
.list-oldculture02 li{
    margin-bottom: 50px;
    position: relative;
}
.list-oldculture02 li h3{
    position: absolute;
    top: 0;
    left: 5%;
    width: 315px;
    height: 80px;
    background: #18469d;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius:0 0 30px 30px;
}
.list-oldculture02 li.li02 h3{
    left: auto;
    right: 5%;
}
.list-oldculture02 li img{
    width: 100%;
    height: auto;
}
.list-oldculture02 li .d02 {
    position: absolute;
    width: 55%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    padding: 50px 30px;
    right: 50px;
    box-sizing: border-box;
}
.list-oldculture02 li .d02 h4{
    font-size: 18px;
    text-align: right;
}
.list-oldculture02 li .d02 h4 a{
    color: #666;
    transition: all .3s;
}
.list-oldculture02 li .d02 h4:hover a{
    color: #18469d;
}
.list-oldculture02 li .d02 p{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    text-align: right;
}
.list-oldculture02 li .d02 ins{
    display: flex;
    justify-content: right;
}
.list-oldculture02 li .d02 .a01{
    display: block;
    width: 70px;
    height: 35px;
    background: url(/template/index/public/54/54-0137/images/jt02.png) no-repeat center;
    margin-top: 40px;
}
.list-oldculture02 li.li02 .d02{
    left: 50px;
    right: auto;
}
.list-oldculture02 li.li02 .d02 h4
,.list-oldculture02 li.li02 .d02 h4{
    text-align: left;
}
.list-oldculture02 li.li02 .d02 ins{
    justify-content: left;
}
.list-oldculture02 .oldmore{
    width: 140px;
    height: 36px;
    border: 1px solid #e05b28;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #e05b28;
    transition: all .3s;
}
.list-oldculture02 .oldmore:hover{
    background: #e05b28;
    color: #fff;
}
/*-----------------list-oldhonor-------------------*/
.list-oldhonor ul{
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.list-oldhonor li{
    width: calc((100% - 3*35px)/4);
    cursor: pointer;
}
.list-oldhonor li span{
    display: block;
}
.list-oldhonor li img{
    width: 100%;
    height: auto;
}
.list-oldhonor li h3{
    text-align: center;
    color: #595757;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
}
/*--------------list-oldduty---------------*/
.list-oldduty{
    padding: 80px 0;
    padding-bottom: 30px;
}
.list-oldduty li{
    margin-top: -50px;
}
.list-oldduty li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-oldduty li span{
    display: block;
    width: 48%;
}
.list-oldduty li img{
    width: 100%;
    height: auto;
}
.list-oldduty li div{
    width: 48%;
}
.list-oldduty li div h3{
    font-size: 24px;
    color: #18469d;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
}
.list-oldduty li:nth-child(2n) h3{
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}
.list-oldduty li:nth-child(2n) p{
    text-align: right;
}
.list-oldduty li div h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: #f06b08; 
}
.list-oldduty li:nth-child(2n) div h3::after{
    left:auto;
    right: 0;
}
.list-oldduty li div p{
    font-size: 16px;
    color: #595757;
    display: block;
    line-height: 24px;
    margin-top: 5px;
}
/*----------------list-oldcontact-------------*/
.list-oldcontact{
    background: #1442a0;
    padding: 50px 0;
}
.list-oldcontact .oldabtit h2 {
    color: #fff;
}
.list-oldcontact .oldabtit span{
    background: #fff;
    width: 150px;
}
.list-oldcontact .oldabtit span em{
    width: 50px;
}
.list-oldcontact .d01 h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    background: url(/template/index/public/54/54-0137/images/btxian1.png) no-repeat left top;
    margin-bottom: 40px;
}
.list-oldcontact .d01 li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.list-oldcontact .d01 li:nth-child(2n) span{
    background: #fff;
}
.list-oldcontact .d01 li:first-child span{
    background: #205CE2;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.list-oldcontact .d01 li span{
    display: block;
    padding: 10px 30px 10px 60px;
    box-sizing: border-box;
    font-size: 20px;
    color: #595757;
    background: #E4F5FF;
    display: flex;
    align-items: center;
}
.list-oldcontact .d01 li .s01{
    width: calc(42% - 4px)
}
.list-oldcontact .d01 li .s02{
    width: 58%;
}
.list-oldcontact .d02{
    margin-top: 50px;
}
.list-oldcontact .d02 p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 30px;
    background: url(/template/index/public/54/54-0137/images/btxian1.png) no-repeat left top;
}
.list-oldcontact .d02 .d03 p{
    display: flex;
}
.list-oldcontact .d02 .d03 p span{
    display: flex;
    align-items: center;
    padding-left: 40px;
    background: url(/template/index/public/54/54-0137/images/weixin02.png) no-repeat left center;
    background-size: 30px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.list-oldcontact .d02 .d03 p span em {
    font-style: normal;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.list-oldcontact .d02 .d03 ins{
    display: block;
    position: absolute;
    padding-top: 10px;
    width: 0;
    opacity: 0;
    top: 40px;
    transition: all .5s;
}
.list-oldcontact .d02 .d03:hover ins{
    opacity: 1;
    width: 150px;
}
.list-oldcontact .d02 .d03 ins img{
    width: 100%;
    height: auto;
}
.list-oldcontact02{
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-oldcontact02 .d01{
    width: 30%;
}
.list-oldcontact02 .d01 h2{
    font-size: 36px;
    font-weight: bold;
    color: #1442a0;
}
.list-oldcontact02 .d01 p{
    font-size: 20px;
    color: #1442a0;
}
.list-oldcontact02 .d01 span{
    font-size: 30px;
    color: #595757;
    padding-top: 30px;
    display: block;
}
.list-oldcontact02 ul{
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-oldcontact02 ul li{
    width: calc(50% - 20px);
}
.list-oldcontact02 ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.list-oldcontact02 ul li div{
    padding: 20px 20px 0 20px;
}
.list-oldcontact02 ul li h3{
    font-size: 18px;
    color: #595757;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-oldcontact02 ul li p{
    font-size: 16px;
    color: #595757;
}
/*---------------------list-oldbrand-----------------------*/
.list-oldbrand01{
    padding: 50px 0;
}
.list-oldbrand01 h2{
    font-size: 24px;
    color: #1f0b11;
    margin-bottom: 15px;
}
.list-oldbrand01 .divbox{
    position: relative;
}
.list-oldbrand01 .d01{
    width: 782px;
}
.list-oldbrand01 .d01 img{
    width: 100%;
    height: auto;
}
.list-oldbrand01 .d01 span {
    display: block;
    width: 198px;
    position: absolute;
    top: 0;
    right: 37%;
}
.list-oldbrand01 .d02{
    position: absolute;
    right: 0;
    top: 100px;
    width: 55%;
}
.list-oldbrand01 .d02 .oldtit{
    margin-bottom: 30px;
    margin-top: 15px;
}
.list-oldbrand01 .d02 .oldtit h3{
    font-size: 16px;
    color: #595757;
}
.list-oldbrand01 .d02 .oldtit h3 span{
    margin-top: 3px;
    display: block;
}
.list-oldbrand01 .d02 .oldtit p{
    font-size: 14px;
    color: #595757;
    margin-top: 20px;
}
.list-oldbrand01 .d02 li{
    background: #efefef;
    margin-top: 15px;
    border-right: 5px solid #2c6eb6;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}
.list-oldbrand01 .d02 li:hover{
    border-color: #e05b28;
}
.list-oldbrand01 .d02 li span{
    display: block;
    width: 120px;
    line-height: 75px;
    text-align: center;
}
.list-oldbrand01 .d02 li span img{
    max-width: 100%;
    height: auto;
}
.list-oldbrand01 .d02 li span.s02
,.list-oldbrand01 .d02 li:hover span.s01{
    display: none;
}
.list-oldbrand01 .d02 li:hover span.s02{
    display: block;
}
.list-oldbrand01 .d02 li div{
    width: calc(100% - 120px);
    padding: 0 30px;
    color: #51474f;
    background: url(/template/index/public/54/54-0137/images/xian2.png) no-repeat left center;
}
.list-oldbrand01 .d02 li div h3{
    font-size: 16px;
}
.list-oldbrand01 .d02 li div p{
    font-size: 12px;
    margin-top: 5px;
}
.list-oldbrand02{
    margin-top: 50px;
}
.list-oldbrand02 h2{
    font-size: 24px;
    color: #1f0b11;
    line-height: 30px;
    margin-bottom: 50px;
}
.list-oldbrand02 .divbox{
    padding: 50px 0;
    background: url(/template/index/public/54/54-0137/images/videbg.jpg) no-repeat center;
    background-size: cover;
}
.list-oldbrand02 .divbox01{
    display: flex;
    justify-content: space-between;
}
.list-oldbrand02 .d01 .swiper-container{
    height: 320px;
}
.list-oldbrand02 .d01{
    width: 170px;
    position: relative;
    padding: 75px 0;
    margin: 20px 0;
}
.old-bnext, .old-bprev {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
}
.old-bnext:hover, .old-bprev:hover {
    color: #fff;
}
.old-bnext{
    top: auto;
    bottom: 0;
}
.list-oldbrand02 .d01 li span{
    background: #3c5a93;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    padding: 15px 15px 20px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
}
.list-oldbrand02 .d01 li.swiper-slide-thumb-active span{
    background: #e05b28;
}
.list-oldbrand02 .d01 li span:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 30%;
    height: 1px;
    background: #ddd;
}
.list-oldbrand02 .d02{
    width: 75%;
    margin: 0;
}
.list-oldbrand02 .d02 li{
    height: 500px;
    background: #000;
}
.list-oldbrand02 .d02 li video{
    width: 100%;
}
.list-oldbrand03{
    padding: 50px 0;
}
.list-oldbrand03 h2
,.list-oldbrand04 h2{
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}
.list-oldbrand03 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-oldbrand03 li{
    width: 21%;
    margin-right: 5.33%;
}
.list-oldbrand03 li:last-child{
    margin-right: 0;
}
.list-oldbrand03 li span{
    display: block;
}
.list-oldbrand03 li span span a{
    display: block;
}
.list-oldbrand03 li span img{
    width: 100%;
    height: auto;
}
.list-oldbrand03 li div{
    display: flex;
    justify-content: right;
    margin-top: 10px;
}
.list-oldbrand03 li div a{
    font-size: 12px;
    border: 1px solid #18469d;
    padding: 1px 5px;
    display:block;
    padding-left: 15px;
    width: 55px;
    text-align: center;
    background: url(/template/index/public/54/54-0137/images/pc.png) no-repeat 5px center;
    transition: all .3s;
}
.list-oldbrand03 li div a:hover{
    color: #e05b28;
}
.pubxz{
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
}
.openmore {
    margin:40px auto auto auto;
}
.list-oldbrand04{
    padding-top: 30px;
}
.logogroup{
    position: relative;
    padding-bottom:50px;
}
.logogroup li .d01{
    position: relative;
    margin-bottom: 35px;   
}
.logogroup li.bb{
    display: none;
}
.logogroup li span{
    display: block;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    box-sizing: border-box;
    border: 1px solid #dedede;
}
.logogroup li img{
    width: 72%;
    height: auto;
}
.logogroup li a{
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height:40px;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s;
}
.logogroup li .d01:hover a{
    opacity: 1;
}
.logogroup li a em{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background: url(/template/index/public/54/54-0137/images/xiaz2.png) no-repeat center;
    background-size: 100%;
}
.old-lgnext,.old-lgprev{
    position: absolute;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #f06b08;
    left: calc(50% - 55px);
    text-align: center;
    color: #f06b08;
    transition: all .3s;
}
.old-lgnext{
    right: calc(50% - 55px);
    left: auto;
}
.old-lgnext:hover,.old-lgprev:hover{
    background: #f06b08;
    color: #fff;
}
.openbook{
    position: fixed;
    width: 800px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    z-index: 10;
    overflow: hidden;
    display: none;
    cursor: pointer;
}
.openbookbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 9;
    display: none;
}
.openbook .d01 img{
    width: 100%;
    height: auto;
}
.openbook .d02{
    padding:35px;
    padding-right: 15px;
}
.openbook .d02 ul{
    display: flex;
    flex-wrap: wrap;
    gap:20px 40px;
    height: 500px;
    overflow: hidden;
    padding-right: 20px;
}
.openbook .d02 ul.a{
    overflow-y: scroll;
}
.openbook .d02 ul::-webkit-scrollbar {
    width:10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}
.openbook .d02 ul::-webkit-scrollbar-thumb {
    width:10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
    border-radius: 10px;
}
.openbook .loadmore{
    width: 170px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: block;
    background: #e05b28;
    margin: 0 auto;
    margin-top: 15px;
}
.openbook .d02 li{
    width: calc((100% - 3*40px)/4);
}
.openbook .d02 li span{
    display: block;
}
.openbook .d02 li img{
    width: 100%;
    height: auto;
}
.openbook .d02 li div{
    margin-top: 5px;
    display: flex;
    justify-content: right;
}
.openbook .d02 li div a{
    font-size: 12px;
    border: 1px solid #18469d;
    padding: 1px 5px;
    display: block;
    padding-left: 15px;
    width: 55px;
    text-align: center;
    background: url(/template/index/public/54/54-0137/images/pc.png) no-repeat 5px center;
    transition: all .3s;
}
.openbook .d02 li div a:hover{
    color: #e05b28;
}
.closebook {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
/*-------------------list-qywhnews-------------------------*/
.list-qywhnews ul{
    position: relative;
}
.list-qywhnews ul li{
    position: absolute;
    width: 33.33%;
}
.list-qywhnews li a{
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-qywhnews li span{
    display: block;
}
.list-qywhnews li a img{
    width: 100%;
    height: auto;
}
.list-qywhnews li a div{
    padding: 20px;
    background: #f5f5f5;
}
.list-qywhnews li a div h3{
    font-size: 18px;
    color: #595757;
    transition: all .3s;
}
.list-qywhnews li:hover a div h3{
    color: #e05b28;
}
.list-qywhnews li a div p{
    margin-top: 10px;
    font-size: 14px;
    color: #595757;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*----------------list-oldpro01---------------*/
.list-oldpro01{
}
.list-oldpro01 ul{
}
.list-oldpro01 li{
    padding: 50px 0;
    background: #f5f5f5;
}
.list-oldpro01 li.li02{
    background: #fff;
}
.list-oldpro01 li.li01 .zixuntit{
    display: none;
}
.list-oldpro01 li .d01{
    width: 900px;
    margin: auto;
}
.list-oldpro01 li .d01 ins{
    display: block;
    font-size: 18px;
    color: #555;
}
.list-oldpro01 li .d01 span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.list-oldpro01 li .d01 span img{
    max-width: 100%;
    height: auto;
}
.list-oldpro01 li.li03 span img{
    width: 53%;
}
.list-oldpro01 li.li03 span .img02{
    width: 42%;
    margin-left: 5%;
}
.list-oldpro01-2 .zixuntit h2
,.list-oldpro01 .zixuntit h2
,.list-oldpro02 .zixuntit h2{
    color: #5a5a5a;
    font-weight: bold;
}
.list-oldpro01-2{
    padding-top:50px;
}
.list-oldpro01-2 ul {
    display: flex;
    flex-wrap: wrap;
}
.list-oldpro01-2 li {
    width: 25%;
    background: #003893;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    padding:40px 20px 25px 20px;
}
.list-oldpro01-2 li:nth-child(2n){
    background: #DD5710;
}
.list-oldpro01-2 li span{
    display: block;
    width: 100px;
    margin: auto;
}
.list-oldpro01-2 li img{
    width: 100%;
    height: auto;
}
.list-oldpro01-2 li div{
    color: #fff;
}
.list-oldpro01-2 li div h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.list-oldpro01-2 li div p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}
.openform{
    width: 170px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    display: block;
    background: #18469d;
    margin: 0 auto;
    margin-top:50px;
    transition: all .3s;
}
.openform:hover{
     background: #DD5710;
     color: #fff;
}
/*-------------------list-oldpro02----------------*/
.list-oldpro02 li{
    padding: 70px 0;
}
.list-oldpro02 li.li02{
    background: #f5f5f5;
}
.list-oldpro02 li .d01{
    width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-oldpro02 li .d01 span{
    display: block;
    width: 45%;
}
.list-oldpro02 li .d01 img{
    width: 100%;
    height: auto;
}
.list-oldpro02 li .d01 div{
    width: 40%;
    font-size: 16px;
    color: #595757;
    line-height: 2;
}
.list-oldpro02 li.li03 .d01 span{
    width: calc(50% - 5px);
}
.list-oldpro02 li.li03{
    padding-bottom: 0;
}
.list-oldpro02 li.li03 .d01 div{
    width: 50%;
}
.list-oldpro02 li .d01 div img{
    width: 100%;
    height: auto;
}
/*--------------------list-oldpro03-------------------*/
.list-oldpro03{
}
.list-oldpro03 .d01 {
    width: 1000px;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.list-oldpro03 .d01 span {
    display: block;
    width: 45%;
}
.list-oldpro03 .d01 img {
    max-width: 100%;
    height: auto;
}
.list-oldpro03 .d01 .sum {
    width: 40%;
    font-size: 16px;
    color: #595757;
    line-height: 1.8;
    text-align: justify;
}
.list-oldpro03 .d02{
    background: #f5f5f5;
    padding:90px 0;
}
.list-oldpro03 .d02 ul{
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.list-oldpro03 .d02 li{
    background: #053986;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    padding:35px 20px;
    width: calc((100% - 2*4px)/3);
}
.list-oldpro03 .d02 li:nth-child(2n){
    background: #d35710;
}
.list-oldpro03 .d02 li span{
    display: block;
    width: 60px;
}
.list-oldpro03 .d02 li img{
    width: 100%;
    height: auto;
}
.list-oldpro03 .d02 li h3{
    font-size: 18px;
    width: calc(100% - 80px);
}
/*----------------list-oldpro04-----------*/
.list-oldpro04 .d02{
    padding: 50px 0;
}
.list-oldpro04  .zixuntit span {
    background: #ccc;
}
.list-oldpro04 .divbox{
    width: 1000px;
    margin: auto;
}
.list-oldpro04 .divbox .imgbox img{
    width: 100%;
    height: auto;
}
.list-oldpro04 .divbox .pinheng {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.list-oldpro04 .divbox .pinheng span{
    display: block;
}
.list-oldpro04 .divbox .pinheng span img {
    width: 140px;
    height: auto;
}
.list-oldpro04 .divbox .pinheng h3{
    font-size: 40px;
    color: #18469d;
    font-weight: bold;
    padding: 0 50px;
}
.list-oldpro04 .divbox .pinheng span h4 {
    font-size: 22px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}
/*----------------------list-oldpro05-------------------------*/
.oldproban{
    position: relative;
}
.oldproban img{
    max-width: 100%;
    height: auto;
}
.oldproban .imgbox{
    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%);
}
.oldproban .imgbox img{
    max-width:35%;
}
.l-oldpro05-1{
    padding: 80px 0;
}
.pro05tit{
    margin-bottom: 50px;
}
.pro05tit h2{
    font-size: 30px;
    font-weight: bold;
    color: #221815;
    padding-top: 15px;
    background: url(/template/index/public/54/54-0137/images/btxian.png) no-repeat left top;
}
.l-oldpro05-1 ul{
    display: flex;
    justify-content: space-between;
}
.l-oldpro05-1 li{
    width: 28%;
}
.l-oldpro05-1 li span{
    display: block;
    width: 110px;
    margin: auto;
}
.l-oldpro05-1 li img{
    width: 100%;
    height: auto;
}
.l-oldpro05-1 li div{
    margin-top:25px;
}
.l-oldpro05-1 li div h3{
    font-size: 24px;
    font-weight: bold;
    color: #205CE2;
    text-align: center;
    padding: 0 0 10px 0;
    line-height: 1.5;
}
.l-oldpro05-1 li div p{
    font-size: 20px;
    color: #595757;
    line-height: 1.8;
    text-align: justify;
}
.l-oldpro05-2{
    background: #F9FAFB;
    padding: 80px 0;
}
.l-oldpro05-2 .pro05tit{
    margin-bottom: 0;
}
.l-oldpro05-2 .tixi h2{
    font-size: 30px;
    color: #205CE2;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.l-oldpro05-2 .tixi h2 p{
    font-size: 20px;
    color: #221815;
    font-weight: normal;
}
.l-oldpro05-2 .tixi ul{
    margin-top: 30px;
}
.l-oldpro05-2 .tixi li{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.l-oldpro05-2 .tixi li .d01 {
    background: #205CE2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 20px;
}
.l-oldpro05-2 .tixi li .d01 h3 {
    width: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 8px;
    padding-left: 8px;
}
.l-oldpro05-2 .tixi li .d02 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: calc(100% - 125px);
    margin-left: 125px;
}
.l-oldpro05-2 .tixi li .d02 p{
    width: calc((100% - 2*12px)/3);
    background: #E4F5FF;
    border-radius: 10px;
    color: #205CE2;
    font-size: 20px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
.l-oldpro05-3{
    padding: 80px 0;
}
.l-oldpro05-3 .divbox{
    padding-bottom: 150px;
    background: url(/template/index/public/54/54-0137/images/tsxian.png) no-repeat center bottom;
    background-size: 100%;
}
.l-oldpro05-3 .divbox ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.l-oldpro05-3 .divbox li{
    width: calc((100% - 6*10px)/7);
    background: url(/template/index/public/54/54-0137/images/tscptbbj.png) no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
    position: relative;
}
.ispc .l-oldpro05-3 .divbox li.li01
,.ispc .l-oldpro05-3 .divbox li.li03
,.ispc .l-oldpro05-3 .divbox li.li05
,.ispc .l-oldpro05-3 .divbox li.li07{
    transform: translateY(70px);
    -ms-transform:translateY(70px);
    -moz-transform:translateY(70px);
    -webkit-transform:translateY(70px);
    -o-transform:translateY(70px);
}
.l-oldpro05-3 .divbox li::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: url(/template/index/public/54/54-0137/images/cptsquan.png) no-repeat center;
    left: 50%;
    margin-left: -13px;
    bottom: -28px;
}
.l-oldpro05-3 .divbox li.li01::after{
    bottom: -89px;
}
.l-oldpro05-3 .divbox li.li02::after{
    bottom: -50px;
}
.l-oldpro05-3 .divbox li.li03::after{
    bottom: -77px;
}
.l-oldpro05-3 .divbox li.li05::after{
    bottom: -70px;
}
.l-oldpro05-3 .divbox li.li07::after{
    bottom: -66px;
}
.l-oldpro05-3 .divbox li span {
    display: block;
}
.l-oldpro05-3 .divbox li img {
    width: 100%;
    height: auto;
}
.l-oldpro05-3 .divbox li h3{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-top: 15px;
}
.l-oldpro05-4{
    background: #F9FAFB;
    padding: 80px 0;
}
.l-oldpro05-4 .divbox01 h2
,.l-oldpro05-4 .divbox02 h2{
    font-size: 30px;
    color: #205CE2;
    font-weight: bold;
    text-align: center;
    padding: 35px 0;
    width: 100%;
}
.l-oldpro05-4 .divbox01 ul{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.l-oldpro05-4 .divbox01 li{
    width: calc((100% - 5*2px)/6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #CFDFFF;
    box-shadow: 1px 1px 0px 1px rgba(207, 223, 255, 1);
    border-radius: 10px;
    padding:10px 20px;
    box-sizing: border-box;
}
.l-oldpro05-4 .divbox01 li h3{
    font-size: 20px;
    color: #595757;
}
.l-oldpro05-4 .divbox01 li img {
    max-height: 50px;
    width: auto;
}
.l-oldpro05-4 .divbox02 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-oldpro05-4 .divbox02 span {
    display: block;
    width: 63%;
}
.l-oldpro05-4 .divbox02 span img{
    width: 100%;
    height: auto;
}
.l-oldpro05-4 .divbox02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 36%;
}
.l-oldpro05-4 .divbox02 ul li{
    width: calc((100% - 2*10px)/3);
    text-align: center;
    border: 1px solid #CFDFFF;
    padding: 7px 5px;
    box-shadow: 1px 1px 0px 1px rgba(207, 223, 255, 1);
    box-sizing: border-box;
}
.l-oldpro05-4 .divbox02 ul li h3{
    font-size: 20px;
    color: #595757;
}
.l-oldpro05-4 .divbox02 ul li img{
    width: 85px;
    height: auto;
}
.l-oldpro05-4 .divbox03{
    margin-top: 30px;
}
.l-oldpro05-4 .divbox03 li{
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px 1px #E6E6E6;
}
.l-oldpro05-4 .divbox03 li h3{
    background: #E4F5FF;
    padding: 20px 50px;
    font-size: 24px;
    color: #205CE2;
    position: relative;
}
.l-oldpro05-4 .divbox03 li h3::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 24px;
    background: #205CE2;
    left: 31px;
    top: 26px;
}
.l-oldpro05-4 .divbox03 li div{
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}
.l-oldpro05-4 .divbox03 li div p{
    font-size: 20px;
    color: #595757;
    line-height: 2;
}
.l-oldpro05-5{
    padding: 80px 0;
}
.l-oldpro05-5 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    background: #E4F5FF;
    line-height: 50px;
    font-size: 20px;
    color: #595757;
}
.l-oldpro05-5 li.li1{
    background: #205CE2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
.l-oldpro05-5 li:nth-child(2n){
    background: #fff;
}
.l-oldpro05-5 li h3{
    width: calc(40% - 4px);
    box-sizing: border-box; 
    padding-left: 50px;
    font-size: 20px;
}
.l-oldpro05-5 li.li1 h3{
    font-size: 24px;
    font-weight: bold;
}
.l-oldpro05-5 li div{
    width: 60%;
    box-sizing: border-box;
    border-left: 4px solid #fff;
}
.l-oldpro05-5 li div p{
    padding-left: 50px;
}
.l-oldpro05-5 li div p.a{
   background: #E4F5FF;
}
.l-oldpro05-5 li.li1 h3
,.l-oldpro05-5 li.li1 div p{
    padding-left: 0;
}
.l-oldpro05-6{
    background: #F9FAFB;
    padding: 80px 0;
}
.l-oldpro05-6 .divbox{
    box-shadow: 4px 4px 0px 1px rgba(207, 223, 255, 1);
    border: 1px solid #CFDFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between;
}
.l-oldpro05-6 .divbox .d01 {
    width: 47%;
}
.l-oldpro05-6 .divbox .d01 span{
    display: block;
}
.l-oldpro05-6 .divbox .d01 img{
    max-width: 100%;
    height: auto;
}
.l-oldpro05-6 .divbox .d01 div{
    font-size: 20px;
    color: #221815;
    padding-left: 20px;
    line-height: 2;
    margin-top: 20px;
}
.l-oldpro05-6 .divbox .d02{
    width: 47%;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
    font-size: 20px;
}
/*-------------------list-oldpartner-----------------------*/
.oldhezuoban img{
    width: 100%;
    height: auto;
}
.list-oldhezuo{
    padding-top: 80px;
    padding-bottom: 40px;
}
.hezuotit{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.hezuotit span{
    position: relative;
}
.hezuotit span h2{
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.hezuotit span::after{
    position: absolute;
    content: '';
    width: 102%;
    height:30px;
    background: #FE3336;
    position: absolute;
    left: 12%;
    bottom:0;
}
.hezuotit span::before{
    position: absolute;
    content: '';
    width: 50px;
    height: 27px;
    right: -53px;
    bottom: 9px;
    background: url(/template/index/public/54/54-0137/images/titleImg.png) no-repeat center;
    z-index: 1;
}
.list-oldhezuo .divbox{
    padding: 30px 40px;
    background: linear-gradient(270deg, #001A5C 0%, #5629CD 100%);
    border-radius: 28px;
}
.list-oldhezuo .divbox h2{
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}
.list-oldhezuo .divbox ul {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.list-oldhezuo .divbox li{
    width: calc((100% - 2*40px)/3);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 17px 0px 0px rgba(7, 0, 0, 0.46);
    padding:40px 20px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
}
.list-oldhezuo .divbox li:hover{
    box-shadow: 0px 17px 15px 6px rgb(7 0 0 / 46%)
}
.list-oldhezuo .divbox li span{
    display: block;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.list-oldhezuo .divbox li img{
    max-width: 100%;
    height: auto;
}
.list-oldhezuo .divbox li h3{
    color: #DC6929;
    font-size: 27px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list-oldhezuo .divbox li div{
    color: #5e5d5d;
    font-size: 19px;
    line-height: 1.7;
}
.list-oldhezuo02{
    padding-top: 30px;
}
.list-oldhezuo02 .hezuotit {
    width: 1000px;
    margin: auto;
    position: relative;
}
.list-oldhezuo02 .hezuotit a{
    background: #1D44AA;
    border-radius: 1px;
    color: #fff;
    padding: 5px 15px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all .3s;
}
.list-oldhezuo02 .hezuotit a:hover{
    background: #FE3336;
}
.list-oldhezuo02 .hezuotit a em{
    margin-left: 5px;
    color: #fff;
}
.list-oldhezuo02 .d01{
    margin-top: 50px;
}
.list-oldhezuo02 .d01 h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.list-oldhezuo02 .d01 .sum{
    width: 1000px;
    margin: auto;
    color: #fff;
}
.list-oldhezuo02 .d01 .sum p{
    text-indent: 2em;
    font-size: 19px;
    line-height: 1.7;
    opacity: .8;
    margin-bottom: 15px;
}
.list-oldhezuo02 .d01 img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.list-oldhezuo02 .d02{
    margin-top: 30px;
}
.list-oldhezuo02 .d02 ul {
    display: flex;
    gap: 20px;
}
.list-oldhezuo02 .d02 li{
    width: calc((100% - 3*20px)/4);
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, rgba(30, 89, 230, 0.13) 0%, #5F41D7 100%);
    border-radius: 15px;
    padding: 20px 15px;
    box-sizing: border-box;
}
.list-oldhezuo02 .d02 li span {
    display: block;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.list-oldhezuo02 .d02 li span img{
    max-width: 60px;
    height: auto;
}
.list-oldhezuo02 .d02 li div {
    width: calc(100% - 100px);
    margin-left: 20px;
}
.list-oldhezuo02 .d02 li div ins{
    display: flex;
    color: #71fbfd;
}
.list-oldhezuo02 .d02 li div ins h3{
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}
.list-oldhezuo02 .d02 li div ins em {
    font-style: normal;
    font-size: 22px;
    margin-left: 3px;
}
.list-oldhezuo02 .d02 li div ins i{
    transform: translateY(21px);
    -ms-transform: translateY(21px);
    -moz-transform: translateY(21px);
    -webkit-transform: translateY(21px);
    -o-transform: translateY(21px);
    margin-left: 3px;
    font-style: normal;
}
.list-oldhezuo02 .d02 li div p{
    font-size: 17px;
    color: #fff;
}
.list-oldhezuo02 .d02 li:last-child div ins h3 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 64px;
    line-height: 0.6;
}
.list-oldhezuobox{
    background: url(/template/index/public/54/54-0137/images/anli.png) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.list-oldhezuo03 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.list-oldhezuo03 li{
    width: calc((100% - 40px)/2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #0048B2, #001A5C);
    border-radius: 21px;
    padding: 20px 30px;
    box-sizing: border-box;
}
.list-oldhezuo03 li span{
    display: block;
    width: 80px;
}
.list-oldhezuo03 li img{
    width: 100%;
    height: auto;
}
.list-oldhezuo03 li div{
    width: calc(100% - 100px);
}
.list-oldhezuo03 li div h3{
    color: #DC6929;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-oldhezuo03 li div p{
    font-size: 17px;
    color: #fff;
    opacity: .8;
}
.list-oldhezuo04{
    padding-top: 100px;
}
.list-oldhezuo04 .divbox{
    padding: 40px 0 20px 0;
    background: #fff;
    border-radius: 20px;
}
.list-oldhezuo04 .d01{
    margin-bottom: 30px;
}
.list-oldhezuo04 .d01 h2{
    background: linear-gradient(90deg, #FE002E, #002881);
    background-repeat: no-repeat;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    background-position: right;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
}
.list-oldhezuo04 .d01 h2::after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 17px solid transparent;
    border-right: 22px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 22px solid #fff;
    right: 0;
}
.list-oldhezuo04 .d01 h3 {
    font-size: 19px;
    line-height: 1.7;
    font-weight: bold;
    padding: 15px 0 0 30px;
}
.list-oldhezuo04 .d01 ul{
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.list-oldhezuo04 .d01 li img{
    width: auto;
    max-height: 47px;
    height: auto;
}
.list-oldhezuo04 .d02 li img{
    max-height: 68px;
}
.list-oldhezuo04 .d03 li img{
    max-height: 100px;
}
.list-oldhezuo04 .d04 li img{
    max-height: 83px;
}
.list-oldhezuo05{
    padding-top: 80px;
}
.list-oldhezuo05 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.list-oldhezuo05 li{
    background: linear-gradient(270deg, #001A5C 0%, #5629CD 100%);
    border-radius: 15px;
    padding: 20px 0;
    width: calc((100% - 40px)/2);
}
.list-oldhezuo05 li h3{
    padding: 5px 43px 5px 20px;
    display: inline-block;
    background-position: right;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    background: #FF8300;
    color: #fff;
}
.list-oldhezuo05 li h3::after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 17px solid transparent;
    border-right: 22px solid #4225b3;
    border-top: 30px solid transparent;
    border-bottom: 22px solid #4025b0;
    right: 0;
}
.list-oldhezuo05 li div{
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    padding: 14px 30px 0 30px;
}
.list-oldhezuo05 .d01 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin-top: 70px;
}
.list-oldhezuo05 .d01 div{
    margin-bottom: 15px;
}
.list-oldhezuo05 .d01 div span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    background: #FF8300;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 1px 10px;
    width: 100px;
    margin: auto;
    margin-top: 10px;
}
.list-oldhezuo05 .d01 .li2 span{
    cursor: pointer;
}
.list-oldhezuo05 .d01 div span a{
    color: #fff;
}
.list-oldhezuo05 .d01 .li2 span:hover{
    background: #FE3336;
}
.list-oldhezuo05 .d01 div span img{
    margin-left: 5px;
}
.oldmessagebg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 9;
    display: none;
}
.oldmessage{
    position: fixed;
    width: 800px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    margin-left: -400px;
    background: #fff;
    z-index: 10;
    display: none;
}
.oldmessage form{
    padding: 40px;
}
.oldmessage .d01 img{
    width: 100%;
    height: auto;
}
.oldmessage .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}
.oldmessage form{
    font-size: 14px;
}
.oldmessage .layui-btn{
    background: #e72919;
    border-radius: 30px;
    font-size: 15px;
    width: 100px;
    margin: auto;
    display: block;
    margin-top: 30px;
}
.oldmessage form #code {
    border: none;
    background: #e7f0ff;
    border-radius: 5px;
    color: #205ce2;
}
/*---------------list-oldchaxun-----------------*/
.chaxunban{
    padding: 60px 0;
    background-size: cover;
}
.chaxunban .d01 img{
    max-width: 100%;
    height: auto;
}
.cxsearchbox{
    padding-top:80px;
}
.cxsearchbox h3{
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    margin-right: 20px;
}
.cxsearch form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
}
.cxsearch form .tdy-keyword {
    width: 250px;
    line-height: 40px;
    border-radius:30px;
    border: none;
    padding-left: 20px;
    font-size: 18px;
    color: #555;
}
.cxsearch form .tdy-submit
,.cxsearchbox .reset {
    width: 140px;
    line-height: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
    background: #fff;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}
.cxsearchbox .reset{
    background: #FC012F;
    color: #fff;
    text-align: center;
}
.cxsearch form .inputnum {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 20px;
}
.cxsearch form .inputnum .in01 {
    line-height: 40px;
    padding: 0 15px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    width: 140px;
    box-sizing: border-box;
}
.cxsearch form .inputnum .in02{
    font-weight: bold;
    color: #001A5C;
    background: #efefef;
    font-size: 20px;
    margin-left: 8px;
    width: 140px;
}
.list-oldchaxun{
    padding-bottom: 70px;
}
.list-oldchaxun .pub{
    color: #fff;
    margin: 10px 0;
}
.list-oldchaxun .pub a
,.list-oldchaxun .pub a em{
    color: #fff;
}
.list-oldchaxun .d01 .ul01 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.list-oldchaxun .d01 .ul01 li {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    background: #fff;
    border-bottom: 1px solid #EEEEF0;
    transition: all .3s;
    font-family: 微软雅黑 Light;
    position: relative;
}
.list-oldchaxun .d01 .ul01 li .action_but {
    width: 30px;
    position: absolute;
    right: 6px;
    top: 13px;
    font-size: 12px;
}
.ismobile .list-oldchaxun .d01 .ul01 li .action_but {
    width: 25px;
    right: 0;
    top: 6px;
    font-size: 12px;
}
.list-oldchaxun .d01 .ul01 li.li01{
    background: #1266ec !important;
    color: #fff !important;
}
.list-oldchaxun .d01 .ul01 li:nth-child(2n){
    background: #E8F3FB;
}
.list-oldchaxun .d01 .ul01 li:hover{
    background: #F1F1F1;
}
.list-oldchaxun .d01 .ul01 li span{
    display: block;
    line-height: 60px;
    box-sizing: border-box;
    width: 10%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px;
}
.list-oldchaxun .d01 .ul01 li.li01 span{
    line-height: 70px;
}
.list-oldchaxun .d01 .ul01 li .s02{
    width: 30%;
}
.list-oldchaxun .d01 .ul01 li .s03{
    width: 30%;
}
.list-oldchaxun .d01 .ul01 li .s04{
    width: 20%;
}
.list-oldchaxun .d01 .ul01 li .s05{
    width: 10%;
}
.list-oldchaxun .d01 .ul01 li .s05 a{
    color: #0078D5;
}
.list-oldchaxun .d01 .ul01 li .d02{
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80vh;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    display: none;
    z-index: 2;
}
.list-oldchaxun .d01 .ul01 li .d02 .close{
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #FC012F;
    top: -18px;
    right: -18px;
    font-size: 14px;
    cursor: pointer;
}
.list-oldchaxun .d01 .ul01 li .d02 .tc img{
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px;
}
.chaxunban02{
    padding: 120px 0 70px 0;
}
/*----------------list-oldcaixin--------------------*/
.caixintop{ 
    position: relative;
}
.caixintop img {
    width: 100%;
    height: auto;
}
.caixintop .d01{ 
}
.caixintop .d01 .cxhead{
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caixintop .d01 .cxlogo{ 
    width: 162px;
}
.caixintop .d01 .cxmenu {
    display: flex;
}
.caixintop .d01 .cxmenu li{ 
    margin-left: 60px;
}
.caixintop .d01 .cxmenu li a{ 
    font-size: 18px;
    line-height: 2;
    color: #fff;
}
.caixintop .d02{ 
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    top: 40%;
    color: #fff;
}
.caixintop .d02 .sum{
    width: 40%;
}
.caixintop .d02 h3{ 
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
}
.caixintop .d02 p{
    padding-top: 10px;
    font-size: 24px;
    line-height: 37px;
}
.oldcaixin01{
    padding: 50px 0;
}
.oldcaixin01 h2
,.oldcaixin02 h2
,.oldcaixin03 h2
,.oldcaixin04 h2{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
}
.oldcaixin01 ul{
    display: flex;
    justify-content: space-between;
}
.oldcaixin01 li {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oldcaixin01 li span {
    display: block;
    width: 170px;
}
.oldcaixin01 li img{
    width: 100%;
    height: auto;
}
.oldcaixin01 li div{
    width: calc(100% - 200px);
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}
.oldcaixin02{
    padding: 50px 0;
    padding-bottom: 20px;
    background-size: cover !important;
}
.oldcaixin02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.oldcaixin02 li{
    width: 28%;
    margin: 0 2.5%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.oldcaixin02 li.li02{
    width: 45%;
    margin: 0 2.5%;
}
.oldcaixin02 li.li01{
    width: 35%;
    margin: 0 2.5%;
}
.oldcaixin02 li span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: url(/template/index/public/54/54-0137/images/cxbg.png) no-repeat;
    background-size: cover;
}
.oldcaixin02 li span h3 {
    width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
}
.oldcaixin02 li div {
    width: calc(100% - 60px);
    padding: 25px;
    box-sizing: border-box;
}
.oldcaixin02 li.li02 div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oldcaixin02 li.li02 div p{
    width: 48%;
}
.oldcaixin02 li div p{
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}
.oldcaixin03{
    padding: 50px 0;
}
.oldcaixin03 ul{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.oldcaixin03 li{
    width: calc((100% - 4*40px)/5);
    position: relative;
}
.oldcaixin03 li img{
    width: 100%;
    height: auto;
}
.oldcaixin03 li div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
}
.oldcaixin03 li div h3{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 40px 0;
}
.oldcaixin03 li div p{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.oldcaixin04{
    padding-bottom: 50px;
}
.oldcaixin04 ul{
    display: flex;
    justify-content: space-between;
}
.oldcaixin04 li h3{
    font-size: 18px;
    color: #555555;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.oldcaixin04 li h3 img{
    margin-right: 5px;
}
.oldcaixin04 li p{
    padding-top: 5px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
.oldcaixin05{
    background: #3265E0;
    padding: 25px 0;
}
.oldcaixin05 ul {
    display: flex;
    justify-content: space-between;
}
.oldcaixin05 li span {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
}
.oldcaixin05 li span img{
    width: 100%;
    height: auto;
}
.oldcaixin05 li h3{
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.cxfooter{
    padding: 50px 0;
    background: #333;
}
.cxfooter span {
    display: block;
    width: 20%;
    color: #fff;
}
.cxfooter span img{
    width: 90px;
    height: auto;
}
.cxfooter span h3{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.cxfooter span p{
    margin-top: 13px;
    font-size: 12px
}
.cxfooter ul{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.cxfooter li h3 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.cxfooter li div a {
    display: block;
    color: #fff;
    line-height: 2;
    font-size: 14px;
}
/*-------------------list-newsbox------------------------*/
.dots {
    z-index: 2;
    position: absolute;
    text-align: center;
    bottom: 15px !important;
}
.dots span {
    background: #1266ec;
    opacity: 1;
}
.dots span.swiper-pagination-bullet-active{
    width:30px;
    border-radius:10px;
}
.banner01 img{
    width: 100%;
    height: auto;
}
.banner01 .diy-edit-but
,.ban01 .diy-edit-but{
    top: 50px;
}
.list-nav01{
    padding: 20px 0;
    position: relative;
    width: 100%;  
    top: 0;
}
.list-nav01.active{
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 2;
    background: #fff;
}
.ispc .list-nav01 ul {
    display: flex;
    border-radius: 50px;
    background: #f5f5f5;
    justify-content: space-between;
}
.list-nav01 li a {
    display: flex;
    padding: 0 30px;
    font-size: 18px;
    line-height: 50px;
    align-items: center;
    color: #5a6875;
    border-radius: 50px;
    padding-left: 25px;
}
.list-nav01 li a img{
    display: block;
    margin-right: 5px;
}
.list-nav01 li:hover a{
    background: #e7eaf2;
    color: #333;
}
.list-nav01 li.a a
,.list-nav01 li.a:hover a{
    background: #1266ec;
    color: #fff;
}
.list-nav01 li.a:nth-child(2) a{
    background: #e7eaf2;
    color: #333;
}
.list-zqxx{
   padding-top: 50px;
}
.mask{
    width: 83px;
    height: 29px;
    background: #fff;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.list-tit{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-tit h2 {
    font-size: 28px;
    color: #1266ec;
    font-weight: bold;
}
.list-tit a{
    font-size: 18px;
    color: #8d96a3;
    transition: all .3s;
}
.list-tit a em{
    color: #8d96a3;
    font-style: normal;
    margin-left: 3px;
    font-size: 18px;
    transition: all .3s;
}
.list-tit a:hover{
    color: #1266ec;
}
.list-tit a:hover em{
    color: #1266ec;
    margin-left: 10px;
}
.list-zqxx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-zqxx .list-tit{
    width: 100%;
}
.zqxxtit{
    font-size: 16px;
    color: #333;
}
.zqxxtit h3{
}
.zqxxtit h2{
    font-size: 16px;
}
.zqxxtit h2 span {
    color: #1266ec;
    font-size:72px;
    font-weight: bold;
}
.zqxxtit div {
    display: flex;
}
.zqxxtit div span {
    font-size: 20px;
    width: 73px;
    display: block;
    font-weight: normal;
}
.zqxxtit div span.up{
    color: #f33333;
}
.zqxxtit div span.down{
    color: #0aab62;
}
.list-inform{
    margin-top: 27px;
}
.list-inform .down{
    color: #0aab62;
}
.list-inform .up{
    color: #f33333;
}
.list-inform li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}
.list-inform li::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 45px;
    left: 0;
    top: 0;
    background: #f4f2f3;
}
.list-inform li div{
    display: flex;
}
.list-inform li div span{
    display: block;
    width: 33.33%;
    line-height: 45px;
    position: relative;
    letter-spacing: 1px;
}
.list-inform li div span p{
    line-height: 40px;
}
.list-zqxx .d01{
    width:calc(100% - 800px); 
}
.list-zqxx .d02 {
    width: 750px; 
}
.list-zqxx .d02 img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.list-zqxx .d02 .gushibox{
    width: 100%;
    height: 444px;
    position: relative;
    overflow: hidden;
    background:#f5f5f5 url(/template/index/public/54/54-0137/images/jiazai.gif) no-repeat center;
    background-size: 100px;
}
.list-zqxx .d02 .gushibox iframe{
    position: absolute;
    top: -366px;
    left: -30px;
}
.line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 60px;
}
.list-zqxx02{
    padding-top: 50px;
}
.list-zqxx02 ul {
    display: flex;
    justify-content: space-between;
}
.list-zqxx02 li {
    width: 24%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}
.list-zqxx02 li:hover,.list-zqxx04 li:hover{
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.list-zqxx02 li a{
    display: block;
}
.list-zqxx02 li span{
    display: block;
}
.list-zqxx02 li span img{
    width: 100%;
    height: auto;
}
.list-zqxx02 li div{
    padding: 20px 25px;
}
.list-zqxx02 li div h3 {
    font-size: 20px;
    color: #092c4e;
    line-height: 1.3;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.list-zqxx02 li:hover div h3{
    color: #1266ec;
}
.list-zqxx02 li div p{
    font-size: 16px;
    color: #5a6875;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-zqxx03{
    padding-top: 50px;
}
.list-zqxx03 .divbox {
    display: flex;
    justify-content: space-between;
}
.list-zqxx03 .d01 {
    width: 69.5%;
}
.list-zqxx03 .d01 ul{
    background: #f2f6fa;
    padding:25px 30px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.tztit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:25px;
}
.tztit h3 {
    display: inline-block;
    font-size: 28px;
    color: #1266ec;
    font-weight: bold;
}
.list-zqxx03 .more02 {
    -webkit-text-stroke-width: initial;
    color: #1266ec;
    font-size: 30px;
    width: 40px;
    font-weight: normal;
    transition: all .3s;
    position: absolute;
    right: 17px;
    top: 13px;
    z-index: 2;
}
.list-zqxx03 .more02:hover{
    transform: translateX(10px); 
}
.list-zqxx03 .d01 li {
    width: 48%;
}
.list-zqxx03 .d01 li a {
    display: block;
    padding-left: 15px;
    color: #5a6875;
    font-size: 18px;
    position: relative;
    margin: 8px 0;
    transition: all .3s;
}
.list-zqxx03 .d01 li a span {
    display: block;
    width: 4px;
    height: 4px;
    background: #5a6875;
    left: 0;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    transition: all .3s;
}
.list-zqxx03 .d01 li:hover a{
    color: #1266ec;
}
.list-zqxx03 .d01 li:hover a span{
    background: #1266ec;
}
.list-zqxx03 .d02 {
    width: 29%;
    text-align: center;
}
.list-zqxx03 .d02 img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-zqxx03 .d02 .imgbox{
    background: #f2f5fa;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:28px 30px;
}
.list-zqxx04{
    padding-top: 50px;
}
.list-zqxx04 ul {
    display: flex;
    justify-content: space-between;
}
.list-zqxx04 li {
    width: 24%;
    transition: all .3s;
}
.list-zqxx04 li a{
    display: block;
}
.list-zqxx04 li span{
    display: block;
}
.list-zqxx04 li img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-zqxx04 li h3{
    text-align: center;
    font-size: 20px;
    color: #092c4e;
    margin-top: 10px;
    transition: all .3s;
}
.list-zqxx04 li:hover h3{
    color: #1266ec;
}
.list-zqxx05 {
    padding-top: 70px;
}
.list-zqxx05 .divbox{
    background: #ebf4ff;
}
.list-zqxx05 .divbox .cl{
    position: relative;
    padding:40px 0;
}
.list-zqxx05 .d01 {
    width: 44%;
    padding-left: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.list-zqxx05 .d01 img{
    width: 100%;
    height: auto;
}
.list-zqxx05 .d02 {
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
}
.list-zqxx05 .d02 li{
    margin-bottom: 10px;
}
.list-zqxx05 .d02 li a {
    display: flex;
    transition: all .3s;
    align-items: center;
}
.list-zqxx05 .d02 li a span {
    display: block;
    color: #838990;
    font-size: 17px;
    width: 100px;
    line-height: 1.3;
    text-align: right;
}
.list-zqxx05 .d02 li a h3 {
    font-size: 18px;
    color: #5a6875;
    width: calc(100% - 120px);
}
.list-zqxx05 .d02 li:hover a h3{
    color: #1266ec;
}
.list-zqxx05 .d02 li:hover a {
    transform: translateX(10px);
    -ms-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -webkit-transform:translateX(10px);
    -o-transform:translateX(10px);
}
.tzmore {
    display: block;
    width: 160px;
    line-height: 36px;
    border: 1px solid #1266ec;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #1266ec;
    margin-top: 25px;
    transition: all .3s;
}
.tzmore em{
    color: #1266ec;
    font-size: 18px;
    transition: all .3s;
}
.tzmore:hover{
    background: #1266ec;
    color: #fff;
}
.tzmore:hover em{
    color: #fff;
}
.list-zqxx06{
    margin-top: 120px;
}
.list-zqxx06 .list-tit {
    margin-bottom: 0;
}
.list-zqxx06 .divbox {
    position: relative;
}
.list-zqxx06 .divbox .d01 {
    position: absolute;
    left: 40px;
    top: 54%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    padding: 10px 0;
    padding-left:85px;
    background: url(/template/index/public/54/54-0137/images/tel.png) no-repeat left center;
}
.list-zqxx06 .divbox .d01 strong {
    font-size: 37px;
    color: #1266ec;
    line-height: 1;
}
.list-zqxx06 .divbox .d01 strong a{
    color: #1266ec;
}
.list-zqxx06 .divbox .d01 p{
    font-size: 18px;
    color: #595757;
}
.list-zqxx06 .divbox img {
    width: 100%;
    height: auto;
}

/*--------------list-news------------*/
.pox ,.pox a{
    font-size: 18px;
    padding: 30px 0;
    color: #5a6875;
}
.pox em{
    font-size: 20px;
    color: #5a6875;
}
.pox a:hover{
    color: #1266ec;
}
.list-divbox {
    display: flex;
    justify-content: space-between;
}
.list-left {
    width: 76% !important;
}
.list-news01{
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px;
    width: 100%;
}
.pub{
    text-align: right;
}
.list-news01 .ul01 li {
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
}
.list-news01 .ul01 li:last-child{
    border-bottom: none;
}
.list-news01 .ul01 li .d01 h3{ 
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-news01 .ul01 li .d01 p{
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-news01 .ul01 li.a .d01 p{
    display: none;
}
.list-news01 .ul01 li .d01 h3 a{
    display: block;
    width: calc(100% - 150px);
    font-size: 28px;
    color: #333;
    transition: all .3s;
}
.list-news01 .ul01 li .d01 h3 em{
    font-size: 16px;
    color: #999;
    font-style: normal;
}
.list-news01 .ul01 li:hover .d01 h3 a{
    color: #1266ec;
}
.list-news01 .ul01 li .tc{
    font-size: 18px;
    color: #666666;
/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    display: none;
}
.list-news01 .ul01 li.a .tc{
    -webkit-line-clamp:initial ;
    display: block;
}
.list-news01 .ul01 li .tc .default-article-content p {
    line-height: 1.8;
    color: #666;
    font-size: 18px;
}
.list-news01 .ul01 li ins{
    display: flex;
    justify-content: right;
    cursor: pointer;
}
.list-news01 .ul01 li.a ins{
    display: none;
}
.list-news01 .ul01 li ins a{
    font-size: 18px;
    color: #1266ec;
}
.list-right {
    width: 22.5%;
}
.related{
    background: #fff;
    padding: 20px;
}
.related h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.related li a {
    display: block;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    transition: all .3s;
}
.related li:hover a{
    color: #1266ec;
}
.related li a::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #666;
    left: 0;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    transition: all .3s;
}
.related li:hover a::before{
    background: #1266ec;
}
/*---------------view-news----------------*/
.view-news {
    background: #fff;
    padding: 50px 100px;
    position: relative;
}
.view-news .share{
    position: absolute;
    right: 0;
    top: 20px;   
}
.view-news .share .bdsharebuttonbox{
    border-radius: 20px 0 0 20px;
}
.view-newsbox .list-left{
    width: 68%;
}
.view-newsbox .list-right{
    width: 30.5%;
}
.view-news .title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: center;
}
.view-news .ww {
    font-size: 14px;
    color: #cbcbcb;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content:right;
    align-items: center;
}
.view-news .ww em{
    font-style: normal;
    margin-right: 15px;
}
.fanye {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.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-news02----------------*/
.list-news02 .ul01 li{
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    transition: all .3s;
}
.list-news02 .ul01 li .d01 {
    width: calc(100% - 150px);
}
.list-news02 .ul01 li .d01 span {
    font-size: 16px;
    color: #898989;
}
.list-news02 .ul01 li .d01 h3 {
    font-size: 28px;
    color: #333;
    margin-top: 5px;
}
.list-news02 .ul01 li:hover .d01 h3 a{
    color: #1266ec;
}
.list-news02 .ul01 li .d02 {
    padding-top: 34px;
}
.list-news02 .ul01 li .d02 a {
    display: block;
    width: 100px;
    line-height: 28px;
    font-size: 18px;
    border: 1px solid #1266ec;
    text-align: center;
    border-radius: 30px;
    color: #1266ec;
    transition: all .3s;
}
.list-news02 .ul01 li .d02 a:hover{
    background: #1266ec;
    color: #fff;
}
.list-news02 .download dt
,.list-news02 .download dd img
,.list-news02 .download dd h3
,.list-news02 .download dd h4 {
    display: none;
}
/*----------------view-news02--------------*/
.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: 40px;
    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: #1266ec;
    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;
}
.poxbox .pox{
    padding: 15px 0;
}
/*--------------list-newscenter---------------------*/
.list-newscenter .ul01 li .d01 h3{
    font-size: 28px;
    transition: all .3s;
}
.list-newscenter .ul01 li:hover .d01 h3{
    color: #1266ec;
}
.list-newscenter .ul01 li .d02{
    margin-top: 10px;
}
.list-newscenter .ul01 li .d02 span{
    font-size: 16px;
    color: #999;
}
/*---------------list-report----------------*/
.report-tit{
    margin-bottom: 10px;
}
.nodata{
    height: 500px;
    background: url(/template/index/public/54/54-0137/images/nodata.png) no-repeat center;
    background-color: #f9fafc;
}
.report-tit h2 {
    font-size: 46px;
    color: #5a6875;
}
.list-reportbox{
    margin-bottom: 50px;
}
.list-reportbox.none{
    display: none;
}
.poxdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yearbox .tdy-screening-select-item h4, .yearbox .tdy-screening-list h4 {
    max-width: 75px;
    font-size: 17px;
    color: #1266ec;
    margin-right: 0;
}
.yearbox .tdy-screening-list ul {
    width: calc(100% - 90px);
    margin-left:10px;
}
.yearbox .tdy-screening-list li{
    margin-right: 10px;
}
.yearbox .tdy-screening-list a {
    padding: 5px 18px;
    font-size: 16px;
    border-radius: 40px;
    background: #f5f5f5;
}
.yearbox .tdy-screening-list a:hover{
    color:  #1266ec;
}
.yearbox .tdy-screening-list a.a {
    background: #1266ec;
    color: #fff;
}
.yearbox .tdy-screening-list-item {
     margin-right: 0;
    display: flex;
    align-items: center;
}
.yearbox .tdy-screening-select-item-show {
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    background: #1266ec;
    color: #fff;
    cursor: pointer;
}
.yearbox .tdy-screening-select-item-show.a{
    border-bottom: none !important;
}
.yearbox .tdy-screening-select-item-show span{
    color: #fff;
    margin-left: 5px;
}
.yearbox .tdy-screening-select-item-show a,.yearbox .tdy-screening-list a.a span{
    display: none;
}
.yearbox .tdy-screening-select-item-sub {
    max-height: initial;
    border: 1px solid #dedede;
    position: absolute;
    min-width: 80px;
    max-width: inherit;
    max-height: inherit;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
    display: none;
    overflow-y: inherit;
    border-radius: 5px;
    right: -13px;
}
.yearbox .tdy-screening-select-item-sub::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    left: 50%;
    top: -6px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-left: -5px;
    background: #fff;
}
.yearbox .tdy-screening-select-sub1 {
    border-bottom: 1px #dedede dotted;
    text-align: center;
}
.yearbox .tdy-screening-select-sub1:last-child{
    border-bottom: none;
}
.yearbox .tdy-screening-select-sub1 h5 {
    float: none;
    font-weight: normal;
}
.yearbox .tdy-screening-select-item a:hover{
    color: #1266ec;
}
.nonediv{
    display: block;
    height: 30px;
}
.list-report{
    padding-bottom: 50px;
}
.list-report .swiper-slide{
    background: #fff;
    opacity: 0 !important;
}
.list-report .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.list-report ul{
    display:flex;
    flex-wrap: wrap;
}
.list-report li {
    width: 24%;
    margin-right: 1.32%;
    transition: all .3s;
}
.list-report02 li{
    margin-bottom: 50px;
}
.list-report li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.list-report li:nth-child(4n){
    margin-right: 0;
}
.list-report li a{
    display: block;
}
.list-report li a span {
    display: block;
}
.list-report li a span img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-report li a h3 {
    text-align: center;
    font-size: 20px;
    color: #092c4e;
    margin-top: 13px;
    transition: all .3s;
}
.list-report li:hover a h3 {
    color: #1266ec;
}
.re-fanye{
    display: flex;
    position: absolute;
    z-index: 2;
    justify-content: center;
    width: 100%;
    bottom: 0;
}
.re-fanye span {
    width: 31px;
    height: 31px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}
.re-fanye span.swiper-button-disabled{
    opacity: .5;
    cursor: inherit;
}
.re-dots span {
    border: 1px solid #ddd;
    background: none;
    opacity: 1;
    color: #999;
    font-size: 14px;
}
.re-dots span.swiper-pagination-bullet-active{
    background: #1266ec;
    color: #fff;
    border-color: #1266ec;
}
.re-dots {
    width: auto;
    display: flex;
}
/*--------------------view-report------------------*/
.view-report{
    background: #fff;
    padding: 100px;
    box-sizing: border-box;
}
.view-report .title {
    text-align: center;
    font-size: 25px;
    color: #87b6fa;
    margin-top: -100px;
}
.reportxz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reportxz .downloadbox .download{
    border: none;
}
.downloadbox .download dt
,.downloadbox .download dd img
,.downloadbox .download dd h3
,.downloadbox .download dd h4{
    display: none;
}
.reportxz .downloadbox .download dd a{
    display: block;
    width: 500px;
    height: 500px;
    float: none;
    margin: auto;
    color: transparent;
    background: url(/template/index/public/54/54-0137/images/xiazai.png) no-repeat center;
}
/*---------------view-download---------------*/
.view-tit {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 20px solid #f5f5f5;
}
.view-tit h3 {
    text-align: center;
    font-size: 30px;
    color: #666;
    width: 80%;
    margin: auto;
}
.view-tit .xiazaibox {
    position: absolute;
    right: 10px;
    top: 5px;
}
.view-tit .xiazaibox .download {
    padding: 0;
    background: none;
    border: none;
}
.view-tit .xiazaibox .downloadbox {
    margin-bottom: 0;
}
.view-tit .xiazaibox .download dd a {
    line-height: 30px;
    width: 100px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    background: #1266ec;
}
/*---------------list-support-----------*/
.l-support01 {
    margin-top:60px;
}
.l-support01 ul {
    display: flex;
    justify-content: space-between;
}
.l-support01 li {
    width: calc((100% - 20px*3)/4);
    position: relative;
    background: #f7f8f8;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 120px;
}
.l-support01 li::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1266ec;
    opacity: 0;
    z-index: 1;
    transition: all .3s;
}
.l-support01 li:hover::before{
    opacity: .85;
}
.l-support01 li div {
    padding: 30px;
    position: relative;
    z-index:2;
}
.l-support01 li div h3 {
    font-size: 24px;
    color: #595757;
    font-weight: bold;
    transition: all .3s;
}
.l-support01 li div em{
    display: block;
    width: 62px;
    height: 4px;
    border-radius: 5px;
    background: #236af6;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: all .3s;
}
.l-support01 li div p {
    font-size: 20px;
    color: #595757;
    line-height: 1.4;
    transition: all .3s;
}
.l-support01 li:hover div em{
    background: #fff;
}
.l-support01 li:hover div h3
,.l-support01 li:hover div p{
    color: #fff;
}
.l-support01 li span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 234px;
}
.l-support01 li span img{
    width: 100%;
    height: auto;
}
.l-support02{
    margin-top: 100px;
}
.l-support02 .divbox {
    background: #f7f8f8;
    padding: 60px 0;
}
.l-support02 .divbox .wp{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.l-support02 .divbox .d01{
    width: 58%;
}
.l-support02 .divbox .d01 h2{
    font-size: 24px;
    font-weight: bold;
    color: #595757;
    margin-bottom: 50px;
}
.l-support02 .divbox .d01 ul {
    display: flex;
    justify-content: space-between;
}
.l-support02 .divbox .d01 li{
    transition: all .3s;
    text-align: center;
}
.l-support02 .divbox .d01 li span {
    display: block;
    width: 205px;
}
.l-support02 .divbox .d01 li div{
    margin-top: 30px;
}
.l-support02 .divbox .d01 li div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #595757;
}
.l-support02 .divbox .d01 li div p {
    font-size: 18px;
    color: #595757;
}
.l-support02 .divbox .d01 li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.l-support02 .divbox .d02{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 453px;
}
.l-support02 .divbox .d02 img{
    width: 100%;
    height: auto;
}
.l-support03{
    margin-top: 100px;
}
.l-support03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-support03 li {
    width: calc((100% - 20px*3)/4);
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.l-support03 li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.l-support03 li:nth-child(4n){
    margin-right: 0;
}
.l-support03 li span {
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
    max-width: 137px;
}
.l-support03 li span img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.l-support03 li h3 {
    margin-left: 15px;
    color: #595757;
    font-size: 18px;
    line-height: 1.4;
}
.l-support04{
    margin: 100px auto;
}
.l-support04 ul{
    display: flex;
    justify-content: space-between;
}
.l-support04 li{
    background-image: linear-gradient(180deg,#f7f7f7,#fff 100%);
    border-radius: 10px;
    width: calc(50% - 10px);
}
.l-support04 li a{
    display: flex;
    padding: 80px 0;
    position: relative;
}
.l-support04 li div {
    width: 40%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
}
.l-support04 li div h3{
    font-size: 33px;
    color: #595757;
}
.l-support04 li div p{
    font-size: 14px;
    color: #595757;
    text-transform: uppercase;
}
.l-support04 li span{
    position: absolute;
    width: 60%;
    text-align: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transition: all .3s;
}
.l-support04 li span img{
    max-width: 360px;
    height: auto;
}
.l-support04 li:hover span{
    top: 45%;
}
.formbgbox{
    osition: fixed;
    background: rgba(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}
.support-form{
    position: fixed;
    background: rgba(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: none;
}
.support-form .divbox{
    position: absolute;
    left: 50%;
    top:50%;
    width: 550px;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    border-radius: 10px;
}
.support-form .divbox span img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.support-form .divbox .close{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -55px;
    left: 50%;
    margin-left: -22px;
    cursor: pointer;
}
.support-form .divbox form{
    padding: 10px 30px 40px 30px;
}
.support-form form .d01 {
    margin-bottom: 10px;
}
.support-form form .d01 label {
    font-size: 15px;
    color: #006af6;
    font-weight: bold;
    margin-bottom:5px;
    display: block;
}
.support-form form .d01 .selectbox {
    display: flex;
    flex-wrap: wrap;
}
.support-form form .d01 .selectbox .s01 {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}
.support-form form .d01 .selectbox .s01 span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #595757;
    border-radius: 50%;
    position: relative;
}
.support-form form .d01 .selectbox .s01.a span{
    border: 1px solid #006eff;
}
.support-form form .d01 .selectbox .s01.a span::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    background: #006eff;
    border-radius: 50%;
}
.support-form form .d01 .selectbox .s01 h4 {
    font-size: 15px;
    color: #595757;
    margin-left: 5px;
}
.support-form form .d01 select {
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid #555;
    color: #595757;
    border-radius: 5px;
}
.support-form form .d01 .input01 {
    width: 100%;
    line-height: 30px;
    border: 1px solid #555;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.support-form form .d01 .d02 .conbox01 {
    display: flex;
    justify-content: space-between;
}
.support-form form .d01 .d02 .conbox01 .c01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.support-form form .d01 .d02 .conbox01 .c01 label {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    width: 55px;
    margin-bottom: 0;
}
.support-form form .d01 .d02 .conbox01 .c01.tel{
    margin-right: 20px;
}
.support-form form .d01 .d02 .conbox01 .c01.tel label{
    width: 50%;
}
.support-form form .d01 .d02 .conbox01 .c01 .input01 {
    width: calc(100% - 55px);
}
.support-form form .d01 .d02 .conbox01 .c01.tel .input01 {
    width: calc(100% - 50px);
}
.support-form form .d01 .d02 .conbox02 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.support-form form .d01 .d02 .conbox02 label {
    font-size: 15px;
    color: #555;
    font-weight: normal;
    width: 118px;
}
.support-form form .layui-btn {
    background-color: #1379ff;
    width: 150px;
    display: block;
    margin: auto;
    border-radius: 50px;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 0 5px 10px rgb(19 121 255 / 44%);
}
.tipsbox {
    position: fixed;
    background: rgba(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: none;
}
.tipsbox .divbox {
    position: absolute;
    left: 50%;
    top: calc(50% + 30px);
    width: 550px;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border-radius: 10px;
}
.tipsbox .divbox .close{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -55px;
    left: 50%;
    margin-left: -22px;
    cursor: pointer;
}
.tipsbox .divbox div img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/*-----------------list-newsproduct-----------------*/
.list-newspro01{
    padding-top: 70px;
}
.list-newspro01 h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.list-newspro01 h2 p{
    font-size: 18px;
    margin-top: 5px;
    font-weight: normal;
}
.list-newspro01 .divbox
,.list-newspro03 .divbox02{
    position: relative;
}
.list-newspro01 .divbox img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.list-newspro01 .divbox ul{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.list-newspro01 .divbox li{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 13px;
}
.list-newspro01 .divbox li a{
    display: block;
    font-size: 14px;
    padding-left: 15px;
    background: url(/template/index/public/54/54-0137/images/liu.png) no-repeat left center;
    background-size: 10px;
    color: #666;
    transition: all .3s;
}
.list-newspro01 .divbox li:hover a{
    color: #1266ec;
    text-decoration: underline;
}
.list-newspro01 .divbox .a01
,.list-newspro03 .divbox02 .a01 {
    display: block;
    border: 1px solid #1266ec;
    width: 120px;
    text-align: center;
    color: #1266ec;
    border-radius: 40px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    line-height: 36px;
    font-size: 16px;
    transition: all .3s;
}
.list-newspro01 .divbox .a01:hover
,.list-newspro03 .divbox02 .a01:hover{
    background: #1266ec;
    color: #fff;
}
.list-newspro02 .divbox ul{
    width: calc(100% - 50px);
}
.list-newspro02 .divbox li{
    width: 23%;
    margin-right: 1%;
}
.list-newspro03 .divbox02 img{
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.list-newspro03 .divbox02 ul {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    box-sizing: border-box;
}
.list-newspro03 .divbox02 .a01 {
    left: 50%;
    margin-left: -61px;
    bottom: auto;
    top: 50px;
}
.list-newspro03 .divbox02 li{
    transition: all .3s;
}
.list-newspro03 .divbox02 li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.list-newspro03 .divbox02 li a{
    display: block;
}
.list-newspro03 .divbox02 li a span{
    display: block;
    width: 158px;
    text-align: center;
    margin: auto;
}
.list-newspro03 .divbox02 li a span img{
    max-width: 100%;
    height: auto;
    border-radius: 0;
}
.list-newspro03 .divbox02 li a h3{
    text-align: center;
    font-size: 14px;
    columns: #666;
    margin-top: 10px;
    transition: all .3s;
}
.list-newspro03 .divbox02 li:hover a h3{
    color: #1266ec;
}
.list-newspro04{
    margin-bottom: 100px;
}
/*-----------------view-newsproduct--------------------*/
.viewbanner{
    position: relative;
}
.viewbanner img{
    width: 100%;
    height: auto;
}
.viewbanner .d01{
    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%);
}
.viewbanner .d01 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #252b3a;
}
.viewbanner .d01 p {
    color: #595757;
    font-size: 18px;
    width: 45%;
    margin-top: 20px;
    text-align: justify;
}
.viewbanner .d01 a{
    display: block;
    margin-top: 20px;
    background: #1266ec;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    border-radius: 5px;
    font-size: 16px;
}
.viewbanner .d01 a:hover{
    background: #1e46f4;
}
.view-newspro01{
    padding: 70px 0;
}
.view-newspro01 .wp1200{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.view-newspro01 .d01 h2
,.view-newspro01 .d02 h2{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #595757;
}
.view-newspro01 .d01{
    width: 72%;
}
.view-newspro01 .d01 li{
    display: none;
}
.view-newspro01 .d01 li.a{
    display: block;
}
.view-newspro01 .d01 img{
    width: 100%;
    height: auto;
}
.view-newspro01 .d02{
    width:25%;
}
.view-newspro01 .d02 li {
    background: #f5f5f6;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 15px;
    cursor: pointer;
    transition: all .3s;
}
.view-newspro01 .d02 li span{
    display: block;
    width: 84px;
}
.view-newspro01 .d02 li span img{
    width: 100%;
    height: auto;
}
.view-newspro01 .d02 li h3 {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #555;
    transition: all .3s;
}
.view-newspro01 .d02 li.a{
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.view-newspro01 .d02 li.a h3 {
    color: #1266ec;
}
.view-newspro02{
    padding: 60px 0 70px 0;
    background: #f5f5f5;
}
.ispc .view-newspro02.shangxia li{
    padding: 20px;
}
.ispc .view-newspro02.shangxia li span {
    left: 50%;
    margin-left: -40px;
    top: -40px;
    width: 80px;
}
.ispc .view-newspro02.shangxia li h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
.ispc .view-newspro02.shangxia li p {
    font-size: 16px;
    line-height: 1.6;
}
.v-tit01{
    text-align: center;
    color: #595757;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
}
.view-newspro02 ul{
    gap: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding-top: 20px;
}
.view-newspro02 li{
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 5px #eee;
}
.view-newspro02 li span {
    display: block;
    width: 95px;
    position: absolute;
    left: 25px;
    top: -30px;
}
.view-newspro02 li img{
    width: 100%;
    height: auto;
}
.view-newspro02 li h3 {
    padding-left:100px;
    font-size: 22px;
    color: #595757;
    font-weight: bold;
    margin-bottom: 15px;
}
.view-newspro02 li p{
    font-size: 17px;
    color: #595757;
    text-align: justify;
}
.view-newspro02 li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.view-newspro03{
    padding: 70px 0;
}
.view-newspro03 .d01 ul {
    gap:10px 5px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}
.view-newspro03 .d01 .shangxia{
    padding-top: 40px;
}
.view-newspro03 .d01 .shangxia li span{
    position: initial;
    margin: auto;
    margin-top: -55px;
}
.view-newspro03 .d01 .shangxia li h3{
    width: 120px;
    padding: 0;
    margin: auto;
    max-width: 90%;
    text-align: center;
    margin-top: 15px;
}
.view-newspro03 .d01 li {
    box-sizing: border-box;
    padding: 20px 5px;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
}
.view-newspro03 .d01 li span{
    display: block;
    width: 80px;
    left: 10px;
    top: -15px;
    position: absolute;
}
.view-newspro03 .d01 li img{
    width: 100%;
    height: auto;
}
.view-newspro03 .d01 li h3{
    padding-left: 90px;
    font-size: 17px;
    color: #595757;
}
.view-newspro03 .d02{
    margin-top: 15px;
}
.view-newspro03 .d02 ul {
    gap: 5px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.ispc .view-newspro03 .d04 ul.morerow{
    flex-wrap: wrap;
    gap: 15px;
}
.view-newspro03 .d02 ul li {
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 10px;
    padding:30px;
    font-size: 17px;
    color: #595757;
    transition: all .3s;
}
.view-newspro03 .d02 ul li:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.view-newspro03 .d04 ul li:hover{
    transform: translateY(-3px);
    -ms-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -webkit-transform:translateY(-3px);
    -o-transform:translateY(-3px);
}
.view-newspro03 .d04{
    margin-top: 15px;
}
.view-newspro03 .d04 ul{
    display: flex;
    gap: 5px;
}
.view-newspro03 .d04 li{
    transition: all .3s;
}
.view-newspro03 .d04 li img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.view-newspro03 .d03 {
    margin-top: 50px;
}
.view-newspro03 .d03 span{
    display: block;
    text-align: center;
}
.view-newspro03 .d03 span img{
    max-width: 100%;
    height: auto;
}
.view-newspro03 .d01 li:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.view-newspro04{
    padding: 70px 0;
    background: #f5f5f5;
}
.view-newspro04 .divbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 50px;
}
.view-newspro04 .divbox::after{
    position: absolute;
    content: '';
    width: 520px;
    height: 64px;
    left: 40%;
    margin-left: -260px;
    top: 0;
    background: url(/template/index/public/54/54-0137/images/xuline.png) no-repeat center;
}
.view-newspro04 .divbox .d01 {
    width: 43%;
}
.view-newspro04 .d01 h2{
    color: #1754f1;
    font-size: 30px;
    text-align: center;
}
.view-newspro04 .d01 h4 {
    font-size: 22px;
    color: #9298b0;
    text-align: center;
    margin-top: 10px;
    font-family: 微软雅黑 Light;
}
.view-newspro04 .d01 div{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.view-newspro04 .d01 div span{
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    width: 50%;
    font-size: 18px;
    color: #595757;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.view-newspro04 .d01 div span em {
    display: block;
    color: #f79c38;
    font-size: 40px;
    margin-right: 13px;
    line-height: 1;
    transform: translateY(7px);
    -ms-transform:translateY(7px);
    -moz-transform:translateY(7px);
    -webkit-transform:translateY(7px);
    -o-transform:translateY(7px);
}
.view-newspro04 .d01 p {
    font-size: 18px;
    color: #595757;
    line-height: 1.8;
    width: 90%;
}
.view-newspro04 .d02 {
    width: 50%;
}
.view-newspro04 .d02 img{
    width: 100%;
    height: auto;
}
.view-newspro04 .d03 {
    font-size: 18px;
    color: #595757;
    line-height: 1.8;
    margin-top: 35px;
}
.view-newspro05{
    padding: 70px 0;
}
.while{
    background: #fff !important;
}
.grey{
    background: #f5f5f5;
}
.v-tit02 {
    text-align: center;
    font-size: 30px;
    color: #205ce2;
}
.v-tit02 span{
}
.v-tit02 span.s01 {
    color: #e83155;
    font-weight: bold;
}
.v-tit02 span.s01 strong {
    font-size: 48px;
}
.view-newspro05 .divbox {
    position: relative;
    margin: 20px auto;
}
.view-newspro05 .divbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.view-newspro05 .divbox li {
    width: 31%;
    text-align: right;
    margin: 25px 0;
}
.view-newspro05 .divbox li.li02 {
    text-align: left;
    margin-left: 38%;
}
.view-newspro05 .divbox li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #205ce2;
}
.view-newspro05 .divbox li p {
    font-size: 18px;
    margin-top: 5px;
    color: #3e3a39;
}
.view-newspro05 .imgbox {
    position: absolute;
    width: 370px;
    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%);
}
.view-newspro05 .imgbox img{
    width: 100%;
    height: auto;
}
.view-newspro06{
    padding: 70px 0;
    background: #f5f5f5;
}
.view-newspro06 .d01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-newspro06 .d01 span {
    display: block;
    width: 45%;
    text-align: center;
}
.view-newspro06 .d01.shangxia{
    flex-wrap: wrap;
}
.view-newspro06 .d01.shangxia span{
    display: block;
    width: 100%;
    font-size: 0;
}
.view-newspro06 .d01 img {
    max-width: 100%;
    height: auto;
}
.view-newspro06 .d01 div {
    width: 50%;
    font-size:18px;
    text-align: justify;
    color: #595757;
    line-height: 1.8;
}
.view-newspro06 .d01.shangxia div{
    width: 100%;
    margin-top: 0;
}
.view-newspro06 .d01 div p{
    font-size: 18px;
    color: #595757;
    margin:30px 0;
    line-height: 1.8;
    text-align: justify;
}
.view-newspro07{
    padding: 70px 0;
}
.view-newspro07 .swiper-container{
    padding-bottom:50px;
}
.view-newspro07 .dots {
    bottom: 0 !important;
}
.view-newspro07 ul {
    display: flex;
    flex-wrap: wrap;
    gap:20px 30px;
    padding-top: 5px;
    justify-content: center;
}
.view-newspro07 li {
    width: calc((100% - 7* 30px) / 8);
    transition: all .3s;
}
.view-newspro07 li:hover{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.view-newspro07 li span{
    display: block;
    max-width: 100%;
    width: 120px;
    margin: auto;
}
.view-newspro07 li span img{
    width: 100%;
    height: auto;
}
.view-newspro07 li h3{
    text-align: center;
    font-size: 16px;
}
.view-newspro08{
    padding: 70px 0;
    background: #f5f5f5;
}
.view-newspro08 ul{
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eee;
}
.view-newspro08 li{
    width: calc(54%/3);
    transition: all .5s;
    position: relative;
}
.ispc .view-newspro08 li::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 100%;
    right: -14px;
    top: 0;
    background: url(/template/index/public/54/54-0137/images/vline.png) no-repeat right center;
}
.view-newspro08 li:last-child::after
,.view-newspro08 li.a::after{
    display: none;
}
.ispc .view-newspro08 li.a{
    width: 46%;
    background: url(/template/index/public/54/54-0137/images/sfqbg.jpg) no-repeat;
    background-size: cover;
}
.view-newspro08 li div{
    padding-top: 50px;
    transition: all .5s;
    overflow: hidden;
}
.view-newspro08 li.a div{
    transform: translateY(-50px);
    -ms-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -webkit-transform:translateY(-50px);
    -o-transform:translateY(-50px);
}
.view-newspro08 li span {
    display: block;
    width: 170px;
    margin: auto;
}
.view-newspro08 li img{
    width: 100%;
    height: auto;
}
.view-newspro08 li h3{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #205ce2;
}
.view-newspro08 li p{
    font-size: 18px;
    color: #595757;
    line-height: 1.8;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    height:64px;
    opacity: 0;
    transform: translateY(50px);
    -ms-transform:translateY(50px);
    -moz-transform:translateY(50px);
    -webkit-transform:translateY(50px);
    -o-transform:translateY(50px);
    transition: all .3s;
}
.view-newspro08 li.a p{
    opacity: 1;
    transform: translateY(0);
    -ms-transform:translateY(0);
    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
}
.view-newspro09{
    padding: 70px 0;
}
.view-newspro09.grey li{
    background: #e9eef7;
}
.view-newspro09 ul {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding-top: 90px;
}
.view-newspro09 li {
    background: #f1f5fe;
    border-radius: 10px;
    position: relative;
    padding: 0 45px;
    padding-bottom: 30px;
    width: calc((100% - 3* 70px) / 4);
    transition: all .3s;
}
.view-newspro09 li:hover{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.view-newspro09 li span {
    display: block;
    width: 185px;
    margin: auto;
    margin-top: -90px;
}
.view-newspro09 li span img{
    width: 100%;
    height: auto;
}
.view-newspro09 li div{
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.view-newspro09 li div h3{
    font-size:30px;
    font-weight: bold;
    color: #595757;
}
.view-newspro09 li div ins{
    display: block;
    color: #595757;
    font-size: 20px;
    margin-top: 10px;
}
.view-newspro09 li div ins p{
    margin: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-newspro09 li div ins p i{
    width: 13px;
    height: 12px;
    display: block;
    margin-right:5px;
    background: url(/template/index/public/54/54-0137/images/san.png) no-repeat left center;
}
.view-newspro09 li em {
    display: block;
    position: absolute;
    width: 85%;
    height: 249px;
    bottom: 0;
    left: 0;
    background-size: 130% !important;
    opacity: .1;
    border-radius: 0 0 0 10px;
}
.view-newspro10{
    padding: 70px 0;
}
.view-newspro10 ul{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.view-newspro10 li{
    transition: all .3s;
}
.view-newspro10 li:hover{
    transform: translateY(-3px);
}
.view-newspro10 li img{
    width: 100%;
    height: auto;
}
.view-newspro11 {
    background: #f5f5f5;
    padding: 70px 0;
}
.view-newspro11  .v-tit01{
    margin-bottom: 30px;
}
.view-newspro11 .d01{
    margin-bottom: 40px;
}
.view-newspro11 .d01:last-child{
    margin-bottom: 0;
}
.view-newspro11 .d01 h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #1266ec;
    margin-bottom: 20px;
}
.view-newspro11 .d01 ul{
    gap:15px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.view-newspro11 .d01 ul li{
    transition: all .3s;
}
.view-newspro11 .d01 ul li:hover{
    transform: translateY(-3px);
    -ms-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -webkit-transform:translateY(-3px);
    -o-transform:translateY(-3px);
}
.view-newspro11 .d01 ul li img{
    width: 100%;
    height: auto;
}
.view-newspro11 .d01 ul li h3{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #595757;
}
/*--------------------list-yewuform--------------------*/
.list-yewuform{
    padding: 80px 0;
    background: url(/template/index/public/54/54-0137/images/formbg.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}
.list-yewuform .divbox{
    width: 800px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
}
.list-yewuform .divbox .d01 img{
    width: 100%;
    height: auto;
}
.list-yewuform .divbox h2{
    text-align: center;
    color: #1266ec ;
    font-size: 23px;
    font-weight: bold;
    margin:50px 0 30px 0;
}
.list-yewuform .divbox p{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 50px;
    color: #333;
}
.list-yewuform .divbox form{
    padding: 50px;
    border-top: 1px dashed #ddd;
}
.list-yewuform .divbox form .layui-form-item[pane] .layui-form-label{
    position: initial;
}
.list-yewuform .divbox form .layui-form-item{
    border: none;
    background: none;
    margin-bottom: 30px;
}
.list-yewuform .divbox form .layui-form-label {
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
    margin-bottom: 10px;
    background: none;
}
.list-yewuform .divbox form .layui-form-label  span{
    color: red;
}
.list-yewuform .divbox form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.list-yewuform .divbox form .layui-btn {
    display: block;
    width: 200px;
    margin: auto;
    background: #1266ec;
    font-weight: bold;
    border-radius: 5px;
    font-size: 17px;
    line-height: 43px;
    height: 43px;
}
/*---------------新版企业文化list-culture-------------------*/
.list-culture01{
    background: url(/template/index/public/54/54-0137/images/wenhua01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 0 0 100px 0;
    overflow: hidden;
}
.list-culture01 .xbtit01{
    padding-top: 100px;
}
.newsbanner .audio{
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 35px;
    bottom: 50px;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    border:1px solid rgba(255,255,255,0.2)
}
.newsbanner .audio span{
    display: block;
    width: 50px;
    height: 50px;
}
.newsbanner .audio .s01{
    background: url(/template/index/public/54/54-0137/images/laba.png) no-repeat center;
    background-size: 30px;
}
.newsbanner .audio .s02{
    background: url(/template/index/public/54/54-0137/images/laba02.png) no-repeat center;
    background-size: 30px;
    display: none;
}
.whyy{
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 1200px;
    height:990px;
    background: url(/template/index/public/54/54-0137/images/whyy03.png) no-repeat center;
    background-size: cover;
    -webkit-animation: skew2 12s infinite;
    -moz-animation: skew2 12s infinite;
    -o-animation: skew2 12s infinite;
    animation: skew2 12s infinite;
}
.list-culture01 .divbox{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.list-culture01 .ul01{
    width: 66%;
}
.list-culture01 .ul01 li {
    padding: 50px 100px;
    margin-bottom: 10px;
    border-radius: 20px;
    position: relative;
}
.list-culture01 .ul01 li:last-child{
    margin-bottom: 0;
}
.list-culture01 .ul01 li::after
,.list-culture01 .d02::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    border-radius: 20px;
    transition: all .5s;
}
.list-culture01 .ul01 li::before
,.list-culture01 .d02::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .3;
    border-radius: 20px;
    transition: all .8s;
}
.list-culture01 .ul01 li:hover::after
,.list-culture01 .d02:hover::after
,.list-culture01 .ul01 li:hover::before
,.list-culture01 .d02:hover::before{
    transform: scale(1.01);
}
.list-culture01 .ul01 li .div01{
    position: relative;
    z-index: 1;
}
.list-culture01 .ul01 li h3 {
    font-size: 33px;
    font-weight: bold;
    color: #1266ec;
}
.list-culture01 .ul01 li h4 {
    color: #1266ec;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: .7;
}
.list-culture01 .ul01 li .div01 div {
    font-size: 20px;
    margin-top: 20px;
    color: #666;
    font-weight: lighter;
}
.list-culture01 .ul01 li p{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-culture01 .ul01 li p::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #1266ec;
    opacity: .7;
    left: 0;
    top: 11px;
}
.list-culture01 .d02{
    position: relative;
    padding: 50px 70px;
    border-radius: 20px;
    box-sizing: border-box;
    width: 33%;
}
.list-culture01 .d02 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fe9285;
    position: relative;
    z-index: 1;
}
.list-culture01 .d02 p {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
}
.list-culture01 .d02 ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 50px;
    gap: 30px 0;
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 1;
}
.list-culture01 .d02 ul li {
    width: 50%;
    text-align: center;
    transition: all .3s;
}
.list-culture01 .d02 ul li:hover{
    transform: translateY(-5px);
}
.list-culture01 .d02 ul li span {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
    line-height: 65px;
    background: rgba(255,255,255,0.3);
    transition: all .3s;
}
.list-culture01 .d02 ul li:hover span {
    background: rgba(255,255,255,0.7);
}
.list-culture01 .d02 ul li img{
    max-width: 100%;
    height: auto;
}
.list-culture01 .d02 ul li h3 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: lighter;
    color: #666;
}
.wp1188{
    width: 1188px;
    margin: auto;
}
.list-culture02{
    padding: 100px 70px;
}
.list-culture02 ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.list-culture02 li{
    width: calc((100% - 4*10px)/5);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}
/* .list-culture02 li.li2
,.list-culture02 li.li4
,.list-culture02 li.li7
,.list-culture02 li.li9{
    transform: translateY(100px);
    -ms-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -webkit-transform:translateY(100px);
    -o-transform:translateY(100px);
} */
.list-culture02 li img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all .5s;
}
.ispc .list-culture02 li:hover img{
    filter: blur(5px);
    transform: scale(1.1);
}
.list-culture02 li .d01
,.list-culture02 li.li6 .d01{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding:50px 35px;
    color: #fff;
    background: rgba(60,125,205,0.8);
    opacity: 0;
    transition: all 0.5s;
}
.list-culture02 li:hover .d01{
    opacity: 1;
}
.list-culture02 li.li2 .d01
,.list-culture02 li.li7 .d01{
    background: rgba(185,61,9,0.4);
}
.list-culture02 li.li3 .d01
,.list-culture02 li.li8 .d01{
    background: rgba(217,177,81,0.4);
}
.list-culture02 li.li4 .d01
,.list-culture02 li.li9 .d01{ 
    background: rgba(93,106,214,0.4);
}
.list-culture02 li.li5 .d01
,.list-culture02 li.li10 .d01{
    background: rgba(19,26,182,0.4);
}
.list-culture02 li .d01 h3{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    transform: translateY(100px);
    opacity: 0;
    transition: all .5s;
}
.list-culture02 li .d01 p{
    font-size: 19px;
    font-weight: lighter;
    text-align: justify;
    transform: translateY(100px);
    opacity: 0;
    transition: all .5s;
}
.list-culture02 li:hover .d01 h3
,.list-culture02 li:hover .d01 p{
    transform: translateY(0);
    opacity: 1;
}
.list-culture02 li .d02
,.list-culture02 li.li6 .d02{
    position: absolute;
    width: 100%;
    height:50%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg,#3a7fcc 0,rgba(255,255,255,0) 100%);  
}
.list-culture02 li.li2 .d02
,.list-culture02 li.li7 .d02 {
    background-image: linear-gradient(0deg,#b93d09 0,rgba(255,255,255,0) 100%);  
}
.list-culture02 li.li3 .d02
,.list-culture02 li.li8 .d02 {
    background-image: linear-gradient(0deg,#d9b151 0,rgba(255,255,255,0) 100%);  
}
.list-culture02 li.li4 .d02
,.list-culture02 li.li9 .d02 {
    background-image: linear-gradient(0deg,#5d69d5 0,rgba(255,255,255,0) 100%);  
}
.list-culture02 li.li5 .d02
,.list-culture02 li.li10.d02 {
    background-image: linear-gradient(0deg,#1319b5 0,rgba(255,255,255,0) 100%);  
}
.list-culture02 li .d02 h3 {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    transition: all .3s;
}
.list-culture02 li:hover .d02 h3 {
    opacity: 0;
}
.list-culture03{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.list-culture03::after
,.list-culture04::after{
    position: absolute;
    content: "";
    width: 1200px;
    height: 990px;
    left: 35%;
    top: 0;
    background: url(/template/index/public/54/54-0137/images/wenhua02.png) no-repeat center right; 
    background-size: auto 100%;
    -webkit-animation: skew2 12s infinite;
    -moz-animation: skew2 12s infinite;
    -o-animation: skew2 12s infinite;
    animation: skew2 12s infinite;
}
.culture03{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.culture03 img{
    max-width: 80%;
    height: auto;
}
.list-culture03 .divbox
,.tabdiv{
    position: relative;
    z-index: 1;
}
.list-culture03 .d01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0 !important;
}
.list-culture03 .d01.swiper-slide-active{
    opacity: 1 !important;
}
.list-culture03 .d01 .danmu{
    width: 300px;
    height: 300px;
}
.list-culture03 .d01 .danmu span{
    display: flex;
    align-items: center;
    padding: 15px 0;
    box-sizing: border-box;
}
.list-culture03 .d01 .danmu span ins {
    display: block;
    position: relative;
    padding: 8px 15px;
    font-size: 22px;
    background: #01b0ff;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.list-culture03 .d01 .danmu span ins::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    left: 20px;
    bottom: -4px;
    background: #01b0ff;
}
.list-culture03 .d01 .danmu span:nth-child(2n) ins{
    transform: translateX(50px);
}
.list-culture03 .d01 .danmu span.s2 ins
,.list-culture03 .d01 .danmu span.s2 ins::after
,.list-culture03 .d01 .danmu span.s6 ins
,.list-culture03 .d01 .danmu span.s6 ins::after{
    background: #eed219;
}
.list-culture03 .d01 .danmu span.s3 ins
,.list-culture03 .d01 .danmu span.s3 ins::after
,.list-culture03 .d01 .danmu span.s7 ins
,.list-culture03 .d01 .danmu span.s7 ins::after{
    background: #ff5666;
}
.list-culture03 .d01 .danmu span.s4 ins
,.list-culture03 .d01 .danmu span.s4 ins::after
,.list-culture03 .d01 .danmu span.s8 ins
,.list-culture03 .d01 .danmu span.s8 ins::after{
    background: #0155d1;
}
.list-culture03 .d01 .danmu span ins::after{
    position: absolute;
    content: '';
}
.list-culture03 .d01 .tabimg{
    width: calc(100% - 300px);
    padding: 100px 0;
}
/* .ispc .list-culture03 .d01 .tabimg li{
    width: 800px;
    opacity: 0 !important;
}
.ispc .list-culture03 .d01 .tabimg li.swiper-slide-next
,.ispc .list-culture03 .d01 .tabimg li.swiper-slide-active {
    opacity: 1 !important;
} */
.ispc .list-culture03 .d01 .tabimg li{
    transform: scale(1.5) translateX(-17%);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius:10px;
    transition: all .3s;
    pointer-events: none;
}
.ispc .list-culture03 .d01 .tabimg li.swiper-slide-next {
    opacity: 1;
}
.ispc .list-culture03 .d01 .tabimg li.swiper-slide-active {
    transform: scale(1.8) translateX(23%);
    z-index: 2;
    opacity: 1;
}
.list-culture03 .d01 .tabimg li img{
    width: 100%;
    height: auto;
    border-radius:10px;
}
.list-culture03 .d01 .tabimg .l-next {
    position: absolute;
    width: 83px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}
.tabdiv{
    padding-top: 5px;
    margin-top: 70px;
}
.tabdiv li{
    border-top: 5px solid #f3f3f3;
    cursor: pointer;
}
.tabdiv li h3{
    font-size: 25px;
    color: #666;
    text-align: center;
    padding: 10px 0;
}
.tabdiv li.swiper-slide-thumb-active h3{
    color: #0149dc;
    transform: scale(1.08);
}
.tabdiv li.swiper-slide-thumb-active::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    top: -6px;
    background: #0149dc;
}
.list-culture04{
    padding: 100px 0;
    background: url(/template/index/public/54/54-0137/images/wenhua03.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.list-culture04 .xbtit01
,.list-culture04 .divbox{
    position: relative;
    z-index: 1;
}
.list-culture04 ul{
    padding:20px 0;
}
.list-culture04 li img{
    width: 100%;
    height: auto;
}
.list-culture04 li{
    box-sizing: border-box;
    transition: all .2s;
    width: 350px;
}
.list-culture04 li a{
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
/* .ispc .list-culture04 li.swiper-slide-prev
,.ispc .list-culture04 li.swiper-slide-next{
    transform: scale(1.2);
    z-index: 1;
}
.list-culture04 li.swiper-slide-active{
    transform: scale(1.4);
    z-index: 2;
} */
.list-culture04 .moreqk {
    display: block;
    width: 150px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #1266ec;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #1266ec;
    margin-top: 50px;
    transition: all .3s;
    position: relative;
    z-index: 1;
}
.list-culture04 .moreqk:hover{
    background: #1266ec;
    color: #fff;
}
.list-culture04 .wp1188{
    position: relative;
    z-index: 1;
}
.list-culture04 .c-prev
,.list-culture04 .c-next{
    position: absolute;
    width: 45px;
    height: 45px;
    border:1px solid #1266ec;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #1266ec;
    left: -80px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}
.list-culture04 .c-next{
    left: auto;
    right: -80px;
}
.list-culture05{
    background: url(/template/index/public/54/54-0137/images/wenhua04.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.whyy01{
    position: absolute; 
    top: -33%;
    left: -12%;
    width: 1000px;
    height: 1000px;
    background: url(/template/index/public/54/54-0137/images/whyy02.png) no-repeat center; 
    background-size: cover;
    -webkit-animation: skew 30s infinite; 
    -moz-animation: skew 30s infinite;
    -o-animation: skew 30s infinite;
    animation: skew 30s infinite;
}
.whyy02{
    position: absolute;
    top: -25%;
    right: -19%;
    width: 1200px;
    height: 990px;
    background: url(/template/index/public/54/54-0137/images/whyy03.png) no-repeat center;
    background-size: cover;
    -webkit-animation: skew2 12s infinite;
    -moz-animation: skew2 12s infinite;
    -o-animation: skew2  12s infinite;
    animation: skew2 12s infinite;
}

@keyframes skew{
	0% {
		transform:translate(100px,100px) skew(-5deg,-5deg) scale(1);
	}
	50% {
		transform: translate(0,0) skew(5deg,5deg) scale(1.25) rotate(360deg);
	}
	100% {
		transform:translate(100px,100px) skew(-5deg,-5deg) scale(1);
	}	
}
@keyframes skew2{
	0% {
		transform:translate(100px,100px) skew(-12deg,-12deg) scale(1);
	}
	50% {
		transform: translate(0,0) skew(12deg,12deg) scale(1.1) rotate(300deg);
	}
	100% {
		transform:translate(100px,100px) skew(-12deg,-12deg) scale(1);
	}	
}
.list-culture05 .xbtit01{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.list-culture05 .divbox{
    position: relative;
    display: flex;
    justify-content: space-between;   
    align-items: center;
    flex-wrap: wrap;
    margin-top: -50px;
    z-index: 1;
}
.list-culture05 .divbox::after{
    position: absolute;
    content: '';
    width: 65px;
    height: 59px;
    background: url(/template/index/public/54/54-0137/images/yinghao.png) no-repeat center;
    background-size: 100%;
    top: 40px;
    right: 130px;
}
.list-culture05 .divbox .s01{
    width: 344px;
    position: relative;
    z-index: 1;
}
.list-culture05 .divbox .s01 img{
    width: 100%;
    height: auto;
}
.list-culture05 .divbox .s01 span {
    display: block;
    position: absolute;
    width: 75px;
    top: 50px;
    left: 0;
    opacity: 0;
    -webkit-animation: maopao 6s infinite;
    -moz-animation: maopao 6s infinite;
    -o-animation: maopao 6s infinite;
    animation: maopao 6s infinite;
    display: none;
}
.list-culture05 .divbox .s01 .img01{
    animation-delay: 0s;
}
.list-culture05 .divbox .s01 .img02 {
    width: 210px;
    top: auto;
    left: auto;
    bottom: 65px;
    right: -153px;
    animation-delay: 3s;
}
.list-culture05 .divbox .s01 p {
    width: 20px;
    line-height: 1.1;
    position: absolute;
    bottom: 26px;
    left: 46px;
    font-size: 12px;
}

@keyframes maopao{
	0% {
		opacity: 0;
        transform: translateY(10px);
	}
	50% {
		opacity: 1;
        transform: translateY(0);
	}
	100% {
		opacity: 0;
        transform: translateY(10px);
	}	
}
.list-culture05 ul {
    width: calc(calc(100% - 330px));
    margin-left: -14px;
    display: flex;
    gap: 13px;
}
.list-culture05 li{
    width: calc((100% - 2*13px)/3);
    position: relative;
}
.list-culture05 li::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 102px;
    background: url(/template/index/public/54/54-0137/images/whjt.png) no-repeat center;
    transition: all .3s;
    bottom: -68px;
    right: -50px;
    opacity: 0;
    visibility: hidden;
}
.ispc .list-culture05 li:hover::before{
    opacity: 1;
    visibility: visible;
}
.list-culture05 li::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 105px;
    bottom: 0;
    left: 0;
    background: url(/template/index/public/54/54-0137/images/whline.png) no-repeat center;
    transition: all .3s;
    opacity: 0;
}
.ispc .list-culture05 li:hover::after{
    opacity: 1;
}
.list-culture05 li .div01{
    overflow: hidden;
    padding: 40px 30px 0 30px;
    background: url(/template/index/public/54/54-0137/images/wenhua05.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    height: 225px;
    box-sizing: border-box;
}
.list-culture05 li .d01{
    transition: all .3s;
}
.ispc .list-culture05 li:hover .d01{
    transform: translateY(-100px);
    opacity: 0;
}
.list-culture05 li .d01 h3 {
    font-size: 17px;
    color: #666;
    font-weight: lighter;
}
.list-culture05 li .d01 p {
    font-size: 21px;
    font-weight: lighter;
    color: #333;
    margin-top: 5px;
    height: 63px;
}
.list-culture05 li .d02{
    position: relative;
    z-index: 1;
    transform: translateY(100px);
    opacity: 0;
    transition: all .3s;
}
.ispc .list-culture05 li:hover .d02{
    transform: translateY(-100px);
    opacity: 1;
}
.list-culture05 li .d02 h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
}
.list-culture05 li .d02 span {
    display: block;
    width: 120px;
    margin: auto;
    background: rgba(255,255,255,0.4);
    border-radius: 15px;
    padding: 5px;
}
.list-culture05 li .d02 span img{
    width: 100%;
    height: auto;
    border-radius: 12px;
}
/*--------------list-xbpublic-------------*/
.publicban img{
    width: 100%;
    height: auto;
}
.list-xbpublic{
    position: relative;
    margin-top: -100px;
    z-index: 1;
    padding-bottom: 50px;
}
.list-xbpublic .ul01 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px 25px 70px;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.list-xbpublic .ul01 li .divbox {
    width: calc(100% - 300px);
}
.list-xbpublic .ul01 li .d01 h3{
    margin-bottom: 25px;
}
.list-xbpublic .ul01 li .d01 h3 a{
    display: block;
    font-size: 35px;
    color: #242635;
    font-weight: bold;
    transition: all .3s; 
}
.list-xbpublic .ul01 li .d01 h3:hover a
,.list-xbpublic .ul01 li .d01 ins p a:hover{
    color: #1266ec;
}
.list-xbpublic .ul01 li .d01 ins{
    display: block;
    margin-bottom: 30px;
}
.list-xbpublic .ul01 li .d01 ins p{
    font-size: 22px;
    color: #666;
    font-weight: lighter;
    line-height: 1.8;
}
.list-xbpublic .ul01 li .d01 ins p a {
    display: block;
    color: #666;
    transition: all .3s; 
}
.list-xbpublic .ul01 li .d02{
    display: flex;
    gap: 0 20px;
}
.list-xbpublic .ul01 li .d02 a{
    display: block;
    width: 120px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #666;
    transition: all .3s;
}
.list-xbpublic .ul01 li .d02 a:hover{
    border-color: #1266ec;
    background: #1266ec;
    color: #fff;
}
.list-xbpublic .ul01 li span {
    display: block;
    width: 210px;
}
.list-xbpublic .ul01 li span a{
    display: block;
}
.list-xbpublic .ul01 li span a img{
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.list-xbpublic .ul01 li span p{
    text-align: center;
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}
.publicarticle{
    position: relative;
    overflow: hidden;
}
.publicarticle .xiazaibox{
    position: absolute;
    top: 60px;
    right: 30px;
}
.publicarticle .downloadbox .download {
    background: none;
    border: none;
}
.publicarticle  .downloadbox .download dd a {
    line-height: 30px;
    width: 80px;
    border-radius: 30px;
    font-size: 16px;
    background: #1266ec;
}
/*---------------list-contact--------------------*/
.list-cbnav{
    padding-top: 20px;
}
.list-cbnav ul{
    display: flex;
    justify-content: center;
    gap: 0 50px;
}
.list-cbnav li a{
    display: block;
    font-size:20px;
    color: #888;
}
.list-cbnav li:hover a{
    color: #1266ec;
}
.list-cbnav li.a a{
    font-weight: bold;
    color: #333 !important;
}
.list-contact{
    padding-top: 80px;
    padding-bottom: 50px;
}
.contit {
    display: flex;
    padding-left: 40px;
    background: url(/template/index/public/54/54-0137/images/xbtel.png) no-repeat left 8px;
    background-size: 30px;
    margin-bottom: 50px;
}
.contit h2 {
    font-size:30px;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 2px solid #0049c3;
}
.list-contact .d01{
    padding: 40px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}
.ispc .list-contact .ul01 li:hover{
    transform: scale(1.035);
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}
.ispc .list-contact .d01:hover
,.ispc .list-contact .d02:hover
,.ispc .list-contact .ul01 li.li04:hover{
    transform: scale(1.01);
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}
.ispc .list-contact .ul01 li{
    transition: all .3s;
}
.ispc .list-contact .d01
,.ispc .list-contact .d02{
    transition: all .4s !important;
}
/* .ispc .list-contact .d01::after
,.ispc .list-contact .ul01 li::after
,.ispc .list-contact .d02::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    left: 0;
    top: 0;
    transition: all 0.7s;
}
.ispc .list-contact .ul01 li::after
,.ispc .list-contact .d02::after{
    border-radius: 15px;
}
.ispc .list-contact .d01:hover::after
,.ispc .list-contact .d02:hover::after{
    transform: scale(1.007);
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}
.ispc .list-contact .ul01 li:hover::after{
    transform: scale(1.02);
    box-shadow: 0 2px 15px rgba(0,0,0,0.12);
} */
.list-contact .d01 span {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 2;
    color: #333;
    position: relative;
    z-index: 1;
}
.list-contact .d01 div {
    font-size: 25px;
    font-weight: lighter;
    color: #777;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.list-contact .d01 div strong{
    color: #0049c3;
    font-size: 35px;
    font-family: cursive;
}
.list-contact .ul01{
    margin-top: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.list-contact .ul01 li{
    width: calc((100% - 2*12px)/3);
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
    padding: 40px 0 35px 0;
    position: relative;
}
.list-contact .ul01 li h3
,.list-contact .d02 .div01 h3 {
    text-align: center;
    font-size: 23px;
    color: #333;
    position: relative;
    z-index: 1;
}
.list-contact .ul01 li p
,.list-contact .d02 .div01 p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 10px;
    font-size: 20px;
    color: #888;
    font-weight: lighter;
    position: relative;
    z-index: 1;
}
.list-contact .ul01 li p span
,.list-contact .d02 .div01 p span {
    display: block;
    margin-top: 0;
    transform: translateY(-3px);
}
.list-contact .ul01 li p strong
,.list-contact .d02 .div01 p strong {
    color: #0049c3;
    font-size: 25px;
    line-height: 1;
    font-family: cursive;
}
.list-contact .ul01 li p strong ins{
    font-family: strange;
    font-size: 21px;
}
.list-contact .d02 {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.list-contact .d02 .div01 {
    width: 30%;
    position: relative;
    z-index: 1;
}
.list-contact .d02 .div02 {
    width: 65%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.list-contact .d02 .div02 span {
    display: block;
    width: calc((100% - 4* 10px) / 5);
    font-size: 19px;
    color: #888;
    font-weight: lighter;
}
.contit02{
    margin-top: 70px;
}
.list-contact .ul01 li.li04 {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 52px 10px 68px;
}
.list-contact .ul01 li.li04 ins{
    display: block;
    width: 123px;
}
.list-contact .ul01 li.li04 ins img{
    width: 100%;
    height: auto;
}
.list-contact .ul01 li.li04 ins h4{
    text-align: center;
    font-size: 14px;
    color: #888;
}
.list-contact .d03{
    margin-top: 70px;
}
.list-contact .d03 .divbox {
    background: #0148c4;
    display: flex;
    padding: 50px 50px 30px 50px;
    border-radius: 20px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.list-contact .d03 .divbox::after{
    position: absolute;
    content: '';
    width: 406px;
    height: 308px;
    background: url(/template/index/public/54/54-0137/images/xbyuan.png) no-repeat left top;
    left: -1px;
    top: 0;
    -webkit-animation: move01 8s infinite;
    -moz-animation: move01 8s infinite;
    -o-animation: move01 8s infinite;
    animation: move01 8s infinite;
}
.list-contact .d03 .divbox .div01{
    position: relative;
    z-index: 1;
}
.list-contact .d03 .divbox .div01 h2 {
    font-size: 50px;
    color: #fff;
    font-weight: lighter;
    line-height: 1;
    font-family: auto;
}
.list-contact .d03 .divbox .div01 strong {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    display: block;
    font-family: cursive;
}
.list-contact .d03 .divbox ul {
    display: flex;
    gap: 40px;
    width: 63%;
    position: relative;
    z-index: 1;
}
.list-contact .d03 .divbox ul li{
    width: calc(50% - 20px);
}
.list-contact .d03 .divbox ul li span{
    display: block;
    overflow: hidden;
    border-radius: 13px;
}
.list-contact .d03 .divbox ul li img {
    width: 100%;
    height: auto;
    border-radius: 13px;
    transition: all .3s;
}
.list-contact .d03 .divbox ul li:hover img {
    transform: scale(1.08);
}
.list-contact .d03 .divbox ul li div {
    color: #fff;
    margin-top: 15px;
}
.list-contact .d03 .divbox ul li div h3 {
    font-size: 20px;
    font-weight: bold;
}
.list-contact .d03 .divbox ul li div p {
    font-size: 15px;
    font-weight: lighter;
    margin-top: 5px;
}
@keyframes move01{
	0% {
		transform: scale(1);
        opacity: 1;
	}
	50% {
		transform: scale(1.2);
        opacity: .7;
	}
	100% {
		transform: scale(1);
        opacity: 1;
	}	
}
/*----------------------list-xbabout------------------*/
.l-xbabout01 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: url(/template/index/public/54/54-0137/images/abbg001.jpg) no-repeat center top;
    background-size: cover;
}
/* .l-xbabout01::after{
    position: absolute;
    content: '';
    width: 474px;
    height: 474px;
    background: url(/template/index/public/54/54-0137/images/abyuan.png) no-repeat center;
    left: 0;
    bottom: 0;
    -webkit-animation: abyuan 10s infinite;
    -moz-animation: abyuan 10s infinite;
    -o-animation: abyuan 10s infinite;
    animation: abyuan 10s infinite;
}
.l-xbabout01::before{
    position: absolute;
    content: '';
    width: 650px;
    height: 650px;
    background: url(/template/index/public/54/54-0137/images/abyuan02.png) no-repeat center;
    top:0;
    right: 20px;
    -webkit-animation: abyuan2 12s infinite;
    -moz-animation: abyuan2 12s infinite;
    -o-animation: abyuan2 12s infinite;
    animation: abyuan2 12s infinite;
} */
@keyframes abyuan{
	0% {
		transform:translate(0) rotate(0) scale(1);
	}
	50% {
		transform:translate(80px,-80px) rotate(150deg) scale(1.1);
	}
	100% {
		transform:translate(0) rotate(0) scale(1);
	}	
}
@keyframes abyuan2{
	0% {
		transform:translate(0) rotate(0) scale(1);
	}
	50% {
		transform:translate(-80px,80px) rotate(150deg) scale(1.1);
	}
	100% {
		transform:translate(0) rotate(0) scale(1);
	}	
}
.l-xbabout01 .divbox{
    width: 1030px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.l-xbabout01 .sum p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
}
.l-xbabout01 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    padding: 50px 50px 0 50px;
    box-sizing: border-box;
}
.l-xbabout01 li{
    width: calc((100% - 2*45px)/3);
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}
.l-xbabout01 li:hover{
    transform: translateY(-10px);
}
.l-xbabout01 li img{
    width: 100%;
    height: auto;
}
.l-xbabout01 li h3{
    position: absolute;
    padding: 0 40px;
    top: 50%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    font-size: 17px;
    text-align: center;
    color: #666;
}
.l-xbabout01 li:hover h3{
    color: #1266ec;
}
.l-xbabout02{
    padding: 80px 0 100px 0;
    background: url(/template/index/public/54/54-0137/images/devebg.jpg) no-repeat center;
    background-size: cover;
}
.l-xbabout02 .divbox .d01{
    margin-bottom: 70px;
}
.l-xbabout02 .divbox .d01 ul{
    display: flex;
}
.l-xbabout02 .divbox .d01 li{
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    color: #777;
    border-bottom: 5px solid #ddd;
    cursor: pointer;
    width: 25%;
    position: relative;
}
.l-xbabout02 .divbox .d01 li::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    bottom: -6px;
    left: 0;
    background: #0149dc;
    opacity: 0;
}
.l-xbabout02 .divbox .d01 li.a::after{
    opacity: 1;
}
.l-xbabout02 .divbox .d01 li.a{
    color: #0149dc;
}
.l-xbabout02 .divbox .d02{
    margin: 0 15px;
}
.l-xbabout02 .divbox .d02 li{
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transition: all .5s;
}
.l-xbabout02 .divbox .d02 li.a{
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.l-xbabout02 .divbox .d02 li span{
    display: block;
    width: 75%;
}
.l-xbabout02 .divbox .d02 li span img{
    width: 100%;
    height: auto;
    border-radius: 17px;
}
.l-xbabout02 .divbox .d02 li div {
    position: absolute;
    width: 43%;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    background: #f5f5f5;
    padding: 35px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 20px;
    transition: all .3s;
}
.l-xbabout02 .divbox .d02 li div:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.l-xbabout02 .divbox .d02 li div h3 {
    font-size: 25px;
    color: #333;
}
.l-xbabout02 .divbox .d02 li div em {
    display: block;
    width: 70px;
    height: 2px;
    background: #0149dc;
    margin: 20px 0;
    transition: all .3s;
}
.l-xbabout02 .divbox .d02 li div:hover em {
    width: 120px;
}
.l-xbabout02 .divbox .d02 li div p {
    font-size: 17px;
    text-align: justify;
    color: #666;
    line-height: 1.6;
    font-weight: lighter;
}
.l-xbabout03{
    padding: 80px 0;
}
.l-xbabout03 .diy-edit-bg{
    position: relative;
}
.zztab{
    display: flex;
    justify-content: center;
    gap:0 150px;
    margin-bottom: 50px;
}
.zztab span {
    display: block;
    font-size: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.zztab span::after{
    position: absolute;
    content: '';
    width: 94%;
    left: 3%;
    height:4px;
    bottom: 0;
    background-image: linear-gradient(135deg,#085bc5 0,#0169ec 100%); 
    opacity: 0; 
}
.zztab span.a{
    color: #0169ec;
}
.zztab span.a::after{
    opacity: 1;
}
.l-xbabout03 .divbox01{
}
.l-xbabout03 .divbox01 .name01{
    display: flex;
    gap: 0 100px;
    justify-content: center;
    align-items: center;
}
.l-xbabout03 .divbox01 .name01 .d01{
    width: 160px;
    position: relative;
}
.l-xbabout03 .divbox01 .name01 .li1{
    margin-top: 40px;
}
.l-xbabout03 .divbox01 .name01 .li1::after {
    position: absolute;
    content: '';
    width: 49px;
    height: 62%;
    top: 18px;
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 0;
    right: -50px;
    border-left: none;
}
.l-xbabout03 .divbox01 .name01 .li1::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 40%;
    background: #ddd;
    right: -100px;
}
.l-xbabout03 .divbox01 .name01 .d01 span {
    display: block;
    background: #0169ec;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.l-xbabout03 .divbox01 .name01 .d01 span:hover {
    box-shadow: 0 2px 10px rgba(1,105,236,0.5);
    background: #0046c9;
}
.l-xbabout03 .divbox01 .name02 span:hover
,.l-xbabout03 .divbox02 ul li:hover 
,.l-xbabout03 .divbox03 .d01 div h3:hover 
,.l-xbabout03 .divbox03 .d02 span:hover {
    box-shadow: 0 2px 15px rgba(1,105,236,0.5);
    background: #0046c9;
}
.l-xbabout03 .divbox01 .name01 .d01 span.a:hover
,.l-xbabout03 .divbox01 .name03 li span:hover 
,.l-xbabout03 .divbox03 .d01 div span em:hover 
,.l-xbabout03 .divbox02 ul li.li8:hover
,.l-xbabout03 .divbox03 .d02 span.a:hover {
    box-shadow: 0 2px 10px rgba(1,105,236,0.3);
    background: #91b4ff;
}
.l-xbabout03 .divbox01 .name01 .li1 span:nth-child(2)::after
,.l-xbabout03 .divbox01 .name01 .li1 span:nth-child(3)::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #ddd;
    right: -50px;
    top: 50%;
}
.l-xbabout03 .divbox01 .name01 .d01 span:last-child {
    margin-bottom: 0;
}
.l-xbabout03 .divbox01 .name01 .d01 span.a{
    background: #c3d6ff;
    color: #0169ec;
}
.l-xbabout03 .divbox01 .name01 .d01 span.a::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #ddd;
    top: -10px;
    left: 50%;
}
.l-xbabout03 .divbox01 .name01 .li2:after{
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 40px);
    background: #ddd;
    top: 0;
    left: calc(50% - 1px);
}
.l-xbabout03 .divbox01 .name01 .li2 span {
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 50px;
    z-index: 2;
}
.l-xbabout03 .divbox01 .name01 .li3 span{
    margin-bottom: 15px;
}
.l-xbabout03 .divbox01 .name01 .li3 span.a::after{
    height: 15px;
    top: -15px;
}
.l-xbabout03 .divbox01 .name01 .li3 span::after{
    position: absolute;
    content: '';
    width: 180px;
    height: 1px;
    background: #ddd;
    left: -180px;
    top: 50%;
}
.l-xbabout03 .divbox01 .name02{
    display: flex;
    gap: 0 20px;
    padding-top: 30px;
    position: relative;
    margin-top: 35px;
}
.l-xbabout03 .divbox01 .name02::after {
    position: absolute;
    content: '';
    width: 87%;
    left: 6.5%;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
    border-bottom: none;
    top: 0;
    height: 30px;
}
.l-xbabout03 .divbox01 .name02 span {
    width: calc((100% - 6* 20px) / 7);
    background: #0169ec;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:7px 10px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.l-xbabout03 .divbox01 .name02 span::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #ddd;
    top: -30px;
    left: 50%;
}
.l-xbabout03 .divbox01 .name02 span:first-child:after
,.l-xbabout03 .divbox01 .name02 span:last-child:after{
    display: none;
}
.l-xbabout03 .divbox01 .name03{
    padding-top: 30px;
    position: relative;
    margin-top: 35px;
    display: none;
}
.l-xbabout03 .divbox01 .name03 ul {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    align-items: baseline;
}
.l-xbabout03 .divbox01 .name03 li{
    width: calc((100% - 6* 20px) / 7);
    position: relative;
    padding-left: 15px;
}
.l-xbabout03 .divbox01 .name03 li::after {
    position: absolute;
    content: '';
    height:calc(100% - 5px);
    border: 1px solid #ddd;
    border-right: none;
    top: -20px;
    left: 0;
    width: 50%;
    border-radius: 10px 0 0 10px;
}
.l-xbabout03 .divbox01 .name03 li::before {
    position: absolute;
    content: '';
    height: 45px;
    background: #ddd;
    top: -65px;
    left: 50%;
    width: 1px;
}
.l-xbabout03 .divbox01 .name03 li span {
    display: block;
    background: #c3d6ff;
    color: #0169ec;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.l-xbabout03 .divbox01 .name03 li span.a2{
    font-size: 14px;
}
.l-xbabout03 .divbox01 .name03 li span::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    top: 50%;
    left: -15px;
    background: #ddd;
}
.l-xbabout03 .divbox01 .name03 li span:last-child::after{
    display: none;
}
.l-xbabout03 .divbox01 .name03 li span.a {
    width: calc(100% - 20px);
    margin-left: 20px;
}
.l-xbabout03 .divbox01 .name03 li span.a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 25px;
    border-radius: 0 0 0 7px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    left: -10px;
    top: -10px;
    background: none;
}
.l-xbabout03 .divbox01 .name03 li:last-child::after {
    border-top: none;
    border-radius: 0 0 0 10px;
    height: calc(100% - 45px);
    top: 20px;
    left: 25px;
}
.l-xbabout03 .divbox01 .name03 li:last-child::before {
    height: 66px;
}
.l-xbabout03 .divbox01 .name03 li:last-child span:first-child::after
,.l-xbabout03 .divbox01 .name03 li:last-child span.a:last-child::after{
    display: none;
}
.l-xbabout03 .divbox01 .name03 li:last-child span.a::after {
    border-radius: 0;
    border: none;
    display: block;
    height: 1px;
    background: #ddd;
    top: 50%;
}
.l-xbabout03 .divbox02 ul{
    width: 950px;
    margin: auto;
    display: flex;
    gap:18px 70px ;
    flex-wrap: wrap;
}
.l-xbabout03 .divbox02 ul li{
    width: calc(50% - 35px);
    position: relative;
    line-height: 50px;
    background: #0169ec;
    color: #fff;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 18px;
    box-sizing: border-box;
    transition: all .3s;
}
.l-xbabout03 .divbox02 ul li.li8
,.l-xbabout03 .divbox02 ul li.li10 {
    background: #c3d6ff;
    color: #0169ec;
    width: calc(50% - 100px);
    margin-left: 65px;
}
.l-xbabout03 .divbox02 ul li.li8::after
,.l-xbabout03 .divbox02 ul li.li10::after {
    position: absolute;
    content: '';
    height: 43px;
    width: 45px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    top: -18px;
    left: -45px;
    border-radius: 0 0 0 10px;
}
.l-xbabout03 .divbox02 ul li.li10::after{
    height: 50px;
    height: 73px;
    top: -48px;
}
.l-xbabout03 .divbox03 .zigs{
    width: 950px;
    margin: auto;
    display: flex;
    gap:0 70px ;
    flex-wrap: wrap;
}
.l-xbabout03 .divbox03 .d01{
    width: calc(50% - 35px);
}
.l-xbabout03 .divbox03 .d01 div {
    margin-bottom: 15px;
    position: relative;
}
.l-xbabout03 .divbox03 .d01 div:first-child::after {
    position: absolute;
    content: '';
    width: 23px !important;
    height: calc(50% - 20px);
    border: 1px solid #ddd;
    border-radius: 0 0 0 10px;
    border-top: none;
    border-right: none;
    top: 50px;
    left: 20px;
}
.l-xbabout03 .divbox03 .d01 div h3 {
    position: relative;
    line-height: 50px;
    background: #0169ec;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 30px;
    transition: all .3s;
}
.l-xbabout03 .divbox03 .d01 div span {
    display: block;
    margin-left: 65px;
    position: relative;
}
.l-xbabout03 .divbox03 .d01 div span::after {
    position: absolute;
    content: '';
    height: calc(100% - 35px);
    width: 44px;
    border: 1px solid #ddd;
    border-right: none;
    top: 17px;
    left: -22px;
    border-radius: 10px 0 0 10px;
}
.l-xbabout03 .divbox03 .d01 div span em {
    display: block;
    font-style: normal;
    background: #c3d6ff;
    color: #0169ec;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 17px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transition: all .3s;
}
.l-xbabout03 .divbox03 .d01 div span em::after{
    position: absolute;
    content: '';
    width: 22px;
    left: -22px;
    top: 50%;
    height: 1px;
    background: #ddd;
}
.l-xbabout03 .divbox03 .d01 div span em:first-child:after
,.l-xbabout03 .divbox03 .d01 div span em:last-child:after{
    display: none;
}
.l-xbabout03 .divbox03 .d02{
    width: calc(50% - 35px);
}
.l-xbabout03 .divbox03 .d02 span {
    line-height: 50px;
    background: #0169ec;
    color: #fff;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 18px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    transition: all .3s;
}
.l-xbabout03 .divbox03 .d02 span.a {
    background: #c3d6ff;
    color: #0169ec;
    width: calc(100% - 65px);
    margin-left: 65px;
    position: relative;
    line-height: 35px;
}
.l-xbabout03 .divbox03 .d02 span.a::after {
    position: absolute;
    content: '';
    height: 27px;
    width: 45px;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    top: -10px;
    left: -45px;
    border-radius: 0 0 0 10px;
}
.l-xbabout03 .divbox03 .d01 div:nth-child(3)::after {
    position: absolute;
    content: '';
    width: 45px;
    height: calc(50% - 20px);
    border: 1px solid #ddd;
    border-radius: 0 0 0 10px;
    border-top: none;
    border-right: none;
    top: 50px;
    left: 20px;
}
.l-xbabout03 .divbox03 .d01 div:nth-child(3) span:first-child::after
,.l-xbabout03 .divbox03 .d01 div:nth-child(3) span:last-child::after{
    display: none;
}
.l-xbabout03 .tabdiv01{
    display: none;
}
.l-xbabout03 .tabdiv01.a{
    display: block;
}
/*-----------list-xbhonor---------*/
.list-xbhonor{
    width: 950px;
    margin: auto;
    padding-top: 100px;
}
.list-xbhonor ul{
    display: flex;
    gap:50px 59px;
    flex-wrap: wrap;
}
.list-xbhonor li {
    width: calc((100% - 2* 59px) / 3);
}
.list-xbhonor li span{
    display: block;
    transition: all .3s;
}
.list-xbhonor li:hover span{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transform: translateY(-10px);
}
.list-xbhonor li img{
    width: 100%;
    height: auto;
}
.list-xbhonor li h3 {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #333;
}
.list-xbhonor .tips{
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 50px;
}
/*---------------list-xbzeren----------------*/
.list-xbzeren{
    padding: 20px 50px;
    background: #fff;
    position: relative;
    margin-top: -250px;
    border-radius: 50px 50px 0 0;
}
.zrtit{
    text-align: center;
    padding-top: 100px;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 20px;
}
.zrtit h2{
    font-size: 40px;
    color: #333;
}
.zrtit p{
    font-size: 20px;
    letter-spacing: 5px;
    color: #999;
}
.zrtit::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    background-image: linear-gradient(135deg,#1651b5 0,#df5326 100%);  
}
.l-xbzeren01 .sum{
    width: 900px;
    margin: auto;
}
.l-xbzeren01 .sum p{
    font-size: 17px;
    color: #888;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}
.l-zeren02{
    padding: 50px 100px;
    background-image: linear-gradient(180deg,#85a8d2 0,#fff 70%); 
    border-radius: 30px;
    margin-top: 70px;
}
.l-zeren02 .d01 {
    text-align: center;
}
.l-zeren02 .d01 img{
    max-width: 80%;
    height: auto;
}
.l-zeren02 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.l-zeren02 li {
    text-align: center;
    position: relative;
}
.l-zeren02 li span {
    display: block;
    font-size: 40px;
    font-weight: lighter;
    right: -60px;
    position: absolute;
    top: 30px;
    font-family: auto;
    color: #999;
}
.l-zeren02 li:hover img {
    transform: translateY(-5px);
}
.l-zeren02 li:hover div {
    transform: translateY(5px);
}
.l-zeren02 li:last-child span {
    display: none;
}
.l-zeren02 li img{
    width: 119px;
    transition: all .3s;
}
.l-zeren02 li div{
    margin-top: 10px;
    transition: all .3s;
}
.l-zeren02 li div h3 {
    font-size: 20px;
    color: #555;
}
.l-zeren02 li div ins {
    display: block;
    width: 2px;
    height: 20px;
    background: #999;
    margin: 10px auto;
}
.l-zeren02 li div p {
    font-size: 18px;
    color: #555;
}
.l-zeren03 .d01 {
    display: flex;
    justify-content: space-between;
}
.l-zeren03 .d01 .class01 {
    width: 73%;
    margin: 0;
    border-radius: 15px;
}
.l-zeren03 .d01 .class01 li{
    border-radius: 15px;
    overflow: hidden;
}
.l-zeren03 .d01 .class01 li span{
    display: block;
}
.l-zeren03 .d01 .class01 li img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.l-zeren03 .d01 .class01 li:hover img
,.l-zeren03 .d01 .pic01:hover img
,.l-zeren03 .d02 span:hover img
,.l-zeren03 .d03 li img:hover{
    transform: scale(1.05);
}
.l-zeren03 .d01 .class01 li h3{
    position: absolute;
    left: 0;
    bottom: 40px;
    background: #1266ec;
    color:#fff;
    padding: 7px 25px;
    border-radius: 0 30px 30px 0;
    font-size: 20px;
    transition: all .3s;
}
.l-zeren03 .d01 .class01 li h3:hover{
    background: #1743e3;
}
.l-zeren03 .d01 .pic01 {
    width: 25.5%;
    overflow: hidden;
    border-radius: 15px;
}
.l-zeren03 .d01 .pic01 img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 1s;
}
.l-zeren03 .d02 {
    margin-top: 1.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.l-zeren03 .d02 .leftimg
,.l-zeren03 .d02 .rightimg{
    width: 49.25%;
    margin: 0;
}
.l-zeren03 .d02 .leftimg{
    border-radius: 15px;
    overflow: hidden;
}
.leftimg .dots{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.leftimg .dots span{
    background: #fff;
}
.l-zeren03 .d02 span{
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.l-zeren03 .d02 .rightimg span:first-child{
    margin-bottom: 3%;
}
.l-zeren03 .d02 span img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 1s;
}
.l-zeren03 .d03{
    margin-top: 1.5%;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
}
.l-zeren03 .d03 .imgbox{
    width: 49.25%;
    overflow: hidden;
    border-radius: 15px;
}
.l-zeren03 .d03 .imgbox img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 1s;
}
.l-zeren03 .d03 .imgbox:hover img{
    transform: scale(1.05);
}
.l-zeren03 .d03 .saybox{
    width: 49.25%;
}
.l-zeren03 .d03 li div {
    padding: 60px 40px 0 70px;
}
.l-zeren03 .d03 li div ins{
    position: absolute;
    width: 65px;
    height: 69px;
    left: 50px;
    top: 20px;
    background: url(/template/index/public/54/54-0137/images/yinghao.png) no-repeat center;
    transform: rotate(180deg);
}
.l-zeren03 .d03 li div h3 {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    color: #333;
    max-height: 90px;
}
.l-zeren03 .d03 li div p{
    text-align: right;
    font-size: 18px;
    color: #999;
    margin-top:20px;
}
.l-zeren03 .class01 .dots {
    width: auto;
    text-align: right;
    left: auto;
    right: 30px;
    bottom: 25px !important;
}
.l-zeren03 .class01 .dots span{
    background: #fff;
}
.l-zeren03 .d03 .dots {
    width: auto;
    text-align: right;
    left: auto;
    right: 30px;
    bottom: 25px !important;
}
.l-zeren03 .d03 .dots span{
    background: #aaa;
}
.l-xbzeren04{
    width: 1180px;
    margin: auto;
}
.l-xbzeren04 .d01{
    position: relative;
}
.l-xbzeren04 .d01 img{
    width: 100%;
    height: auto;
}
.l-xbzeren04 .d01 p {
    position: absolute;
    width: 48%;
    left: 8%;
    bottom: 35px;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    font-weight: lighter;
}
.l-xbzeren04 .d02 {
    border-radius: 0 0 60px 60px;
    padding:50px 30px;
    position: relative;
    background: #083090;
}
.l-xbzeren04 .d02 .school{
    background: url(/template/index/public/54/54-0137/images/zrbg01.jpg) no-repeat top;
    background-size: 100%;
    padding: 90px 60px;
    position: relative;  
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.l-xbzeren04 .d02 .school::after{
    position: absolute;
    content: '';
    width: 100%;
    top: 115px;
    left: 0;
    height: calc(100% - 165px);
    background: url(/template/index/public/54/54-0137/images/zrbg02.jpg) repeat-y;
    background-size: 100%;
}
.l-xbzeren04 .d02 .school::before{
    position: absolute;
    content: '';
    width: 100%;
    height:50px;
    left: 0;
    bottom: 0;
    background: url(/template/index/public/54/54-0137/images/zrbg03.jpg) no-repeat center bottom;
    background-size: 100%;
}
.l-xbzeren04 .d02 .school01 {
    position: relative;
    z-index: 1;
    width: calc(50% - 15px);
    text-align:center;
}
.l-xbzeren04 .d02 .school01 h2 {
    text-align: center;
    background: #f7c913;
    line-height: 55px;
    border: 1px solid #083090;
    border-radius: 15px;
    position: relative;
    font-size: 35px;
    font-weight: lighter;
    color: #083090;
}
.l-xbzeren04 .d02 .school01 h2.h201{
    font-size:22px;
    margin-top: 20px;
}
.l-xbzeren04 .d02 .school01 h2::after {
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 4px;
    top: 4px;
    border: 1px solid #083090;
    border-radius: 13px;
}
.l-xbzeren04 .d02 .school01 .p01 {
    font-size: 25px;
    margin-top: 10px;
    color: #083090;
}
.l-xbzeren04 .d02 .school01 ul{
    box-sizing: border-box;
    border: 1px solid #083090;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 20px;
}
.l-xbzeren04 .d02 .school01 li {
    display: flex;
    border-bottom: 1px solid #083090;
}
.l-xbzeren04 .d02 .school01 li:hover{
    background: #90cbf1;
}
.l-xbzeren04 .d02 .school01 li:last-child{
    border: none;
}
.l-xbzeren04 .d02 .school01 li.li01 {
    background: #083090 !important;
}
.l-xbzeren04 .d02 .school01 li span {
    display: block;
    width: calc(100% - 85px);
    padding: 10px 0;
    font-size: 22px;
    color: #083090;
}
.l-xbzeren04 .d02 .school01 li .s01{
    width: 85px;
    border-right:1px solid #083090;
    box-sizing:border-box;
}
.l-xbzeren04 .d02 .school01 li.li01 span {
    color: #81c0e9;
    font-size: 25px;
    letter-spacing: 5px;
}
.l-xbzeren04 .d02 .school01 li.li01 .s01{
    border-color:#2a4e9a;
}
.l-xbzeren04 .d02::after{
    position: absolute;
    content: '';
    width: 230px;
    height: 200px;
    right: 150px;
    bottom: 100px;
    background: url(/template/index/public/54/54-0137/images/huoj.png) no-repeat center;
    background-size: 100%;
}
.l-xbzeren05{
    width: 50%;
    margin: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.l-xbzeren05 .imgbox{
    cursor: pointer;
}
.l-xbzeren05 .imgbox img
,.l-xbzeren05 span img{
    width: 100%;
    height: auto;
}
.l-xbzeren05 span {
    display: block;
    width: 200px;
    position: absolute;
    left: -80px;
    bottom: -54px;
    -webkit-animation: xqiu 13s infinite;
    -moz-animation: xqiu 13s infinite;
    -o-animation: xqiu 13s infinite;
    animation: xqiu 13s infinite;
}
@keyframes xqiu{
	0% {
		transform:translate(-10px,10px) rotate(0);
	}
	50% {
		transform:translate(40px,-40px) rotate(20deg);
	}
	100% {
		transform:translate(-10px,10px) rotate(0);
	}	
}
.classformbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #000;
    opacity: .7;
    z-index: 3;
    display: none;
}
.classform{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-sizing: border-box;
    width: 600px;
    z-index: 4;
    border-radius: 15px;
    display: none;
}
.classform form {
    margin: 30px;
    font-size: 14px;
}
.classform form label span{
    color: red;
}
.classform .layui-btn {
    width: 100%;
    background: #1266ec;
    border-radius: 5px;
    font-size: 17px;
    line-height: 43px;
    height: 43px;
}
.classform img{
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
}
.classform .close {
    position: absolute;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    right: -70px;
    top: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
/*----------------------list-xbbrand-----------------*/
.list-xbbrand{
    padding-top:100px;
}
.l-abbrand01 .divbox{
    padding: 50px 0;
    background-image: linear-gradient(180deg, #85a8d2 0, #fff 100%);
    border-radius: 30px;
}
.l-abbrand01 .diy-edit-bg{
    position: relative;
}
.l-abbrand01 .divbox01{
    width: 900px;
    margin: auto;
}
.l-abbrand01 .d01 {
    width: 478px;
    margin: auto;
    position: relative;
    margin-bottom: 250px;
    transform: translateX(-50px);
}
.l-abbrand01 .d01 img{
    width: 100%;
    height: auto;
}
.l-abbrand01 .sumbox {
    position: absolute;
    width: 240px;
    background: #eaf1f7;
    border-radius: 15px;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 15px;
    transition: all .3s;
    right: -265px;
    top: 50px;
}
.l-abbrand01 .sumbox::after{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #eaf1f7;
    border: 2px solid #fff;
    transform: rotate(45deg);
    left: -8px;
    bottom: 40px;
    border-right: none;
    border-top: none;
}
.l-abbrand01 .sumbox h3{
    font-size: 17px;
    color: #006eff;
    font-weight: bold;
}
.l-abbrand01 .sumbox p{
    font-size: 15px;
    color: #888;
    text-align: justify;
    margin-top: 5px;
}
.l-abbrand01 .ul01 li{
    position: absolute;
}
.l-abbrand01 .ul01 li.li1 {
    left: -35px;
    bottom: 12px;
}
.l-abbrand01 .ul01 li.li2 {
    left: 35%;
    bottom: -19px;
}
.l-abbrand01 .ul01 li.li3 {
    right: 16%;
    bottom: 33px;
}
.l-abbrand01 .ul01 li span {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #3f669f;
    transition: all .3s;
}
.l-abbrand01 .ul01 li span:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}
.l-abbrand01 .ul01 li img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.l-abbrand01 .ul01 li div {
    position: absolute;
    width: 200px;
    background:#eaf1f7;
    border-radius: 15px;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 15px;
    transition: all .3s;
}
.l-abbrand01 .ul01 li div:hover
,.l-abbrand01 .ul02 li div:hover
,.l-abbrand01 .sumbox:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.l-abbrand01 .ul01 li.li1 div {
    right: 0;
    top: 120px;
}
.l-abbrand01 .ul01 li.li2 div {
    left: 10px;
    top: 120px;
}
.l-abbrand01 .ul01 li.li3 div {
    left: 120px;
    top: 50px;
}
.l-abbrand01 .ul01 li div::after
,.l-abbrand01 .ul02 li div::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #eaf1f7;
    border: 2px solid #fff;
    transform: rotate(45deg);
    top: -8px;
    right: 40px;
    border-right: none;
    border-bottom: none;
}
.l-abbrand01 .ul01 li.li2 div::after {
    left: 40px;
    right: auto;
}
.l-abbrand01 .ul01 li.li3 div::after {
    left: -8px;
    top: 30px;
    right: auto;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
}
.l-abbrand01 .ul01 li div h3 {
    font-size: 17px;
    color: #006eff;
    font-weight: bold;
}
.l-abbrand01 .ul01 li div p {
    font-size: 15px;
    color: #888;
    text-align: justify;
    margin-top: 5px;
}
.l-abbrand01 .ul02 {
    display: flex;
    gap: 0 50px;
}
.l-abbrand01 .ul02 li.li2{
    padding-top: 12px;
}
.l-abbrand01 .ul02 li span{
    display: block;
    transition: all .3s;
}
.l-abbrand01 .ul02 li span:hover {
    transform: translateY(-5px);
}
.l-abbrand01 .ul02 li img {
    width: auto;
    height: auto;
}
.l-abbrand01 .ul02 li div {
    background: #f5f9fc;
    border-radius: 15px;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    transition: all .3s;
}
.l-abbrand01 .ul02 li div::after{
    background: #f5f9fc;
    left: 40px;
    right: auto;
}
.l-abbrand01 .ul02 li div strong{
    font-weight: normal;
    color: #333;
}
.l-xbbrand02 .xbtit01 h2 
,.l-xbbrand03 .xbtit01 h2{
    font-size: 30px;
    color: #333;
    line-height: normal;
    margin-bottom: 0;
}
.l-xbbrand02 .divbox{
    padding: 0;
    background: none;
}
.l-xbbrand02 .divbox01 {
    background: #f0f0f0;
    border-radius: 25px;
    overflow: hidden;
}
.l-xbbrand02 .d01 .swiper-container {
    height: 500px;
}
.l-xbbrand02 .d01 {
    width: 25%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.l-xbbrand02 .d02{
    border-radius: 25px;
}
.l-xbbrand02 .d01 li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    justify-content: center;
}
.l-xbbrand02 .d01 li span{
    background: none;
    padding: 0 20px;
    margin: 0;
    color: #888;
    font-size: 20px;
    text-align: center;
}
.l-xbbrand02 .d01 li span::after{
    display: none;
}
.l-xbbrand02 .d01 li.swiper-slide-thumb-active span{
    background: none;
    color: #006eff;
}
.l-xbbrand02 .old-bprev, .l-xbbrand02 .old-bnext {
    position: absolute;
    right: 20px;
    bottom: 55px;
    left: auto;
    top: auto;
    margin: 0;
    color: #999;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    background: #dedede;
    transition: all .3s;
}
.l-xbbrand02 .old-bnext {
    bottom: 20px;
}
.l-xbbrand02 .old-bprev:hover, .l-xbbrand02 .old-bnext:hover{
    background: #ccc;
    color: #fff;
}
.l-xbbrand02 .swiper-button-disabled{
    opacity: .3;
}
.l-xbbrand03{
    padding: 80px 0;
    background: #f0f0f0;
    margin-top: 80px;
}
.l-xbbrand03 .logogroup{
    padding-bottom: 0;
}
.l-xbbrand03 li{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.l-xbbrand03 li .d01{
   width: calc((100% - 3*20px)/4);
   margin-bottom: 0;
}
.l-xbbrand03 li .d01 span{
    border: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 123px;
    transition: all .3s;
}
.ispc .l-xbbrand03 li .d01:hover span{
    transform: translateY(-5px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.l-xbbrand03 li .d01 a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    left: auto;
    justify-content: center;
    transition: all .3s;
}
.l-xbbrand03 li .d01:hover a {
    bottom: 20px;
}
.l-xbbrand03 li .d01 a em{
    margin-right: 0;
}
.l-xbbrand03 .wp1200{
    position: relative;
}
.l-xbbrand03 .old-lgprev
,.l-xbbrand03 .old-lgnext{
    position: absolute;
    width: 47px;
    height: 90px;
    left: -100px;
    top: 50%;
    margin-top: -45px;
    border: none;
    background: url(/template/index/public/54/54-0137/images/xbprev.png) no-repeat center;
    background-size: 100%;
}
.l-xbbrand03 .old-lgnext{
    left: auto;
    right: -100px;
    background: url(/template/index/public/54/54-0137/images/xbnext.png) no-repeat center;
    background-size: 100%;
}
/*---------------------list-xbduty--------------*/
.list-xbduty{
    padding-top: 100px;
}
.l-xbduty01 img{
    width: 100%;
    height: auto;
}
.l-xbduty01{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.l-xbduty01 .video{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    top:0
}
.enter01 {
    display: block;
    width: 210px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    background: #1266ec;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    position: relative;
    transition: all .3s;
}
.enter01:hover {
    background: #ee5538;
    color: #fff;
}
.enter01::after{
    position: absolute;
    content: '';
    width: 37px;
    height: 36px;
    background: url(/template/index/public/54/54-0137/images/shou.png) no-repeat center;
    right: -15px;
    top: 10px;
}
.l-xbduty02{
    padding-top: 100px
}
.l-xbduty02 li {
    position: relative;
    margin-bottom: 65px;
}
.l-xbduty02 li span {
    display: block;
    width: 67%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}
.l-xbduty02 li img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 1s;
}
.l-xbduty02 li span:hover img{
    transform: scale(1.02);
}
.l-xbduty02 li div {
    width: 43%;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 340px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    background: url(/template/index/public/54/54-0137/images/xb01.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 50px 0 50px;
    z-index: 1;
    transition: all .3s;
}
.l-xbduty02 li div:hover {
    box-shadow: 0 3px 20px rgba(0,0,0,0.2);
}
.l-xbduty02 li:nth-child(2) div
,.l-xbduty02 li:nth-child(6) div  {
    background: url(/template/index/public/54/54-0137/images/xb02.jpg) no-repeat center;
    background-size: cover;
}
.l-xbduty02 li:nth-child(3) div
,.l-xbduty02 li:nth-child(7) div  {
    background: url(/template/index/public/54/54-0137/images/xb03.jpg) no-repeat center;
    background-size: cover;
}
.l-xbduty02 li:nth-child(4) div
,.l-xbduty02 li:nth-child(8) div  {
    background: url(/template/index/public/54/54-0137/images/xb04.jpg) no-repeat center;
    background-size: cover;
}
.l-xbduty02 li div h3 {
    font-size: 40px;
    font-weight: lighter;
}
.l-xbduty02 li div p {
    font-weight: lighter;
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.8;
}
.l-xbduty02 li:nth-child(2n) span{
    float: right;
}
.l-xbduty02 li:nth-child(2n) div {
    left: 0;
    right: auto;
}
/*-----------------------list-lianjie----------------------*/
.list-lianjie{
    padding-bottom: 50px;
}
.list-lj01 {
    position: relative;
    padding:40px 100px 30px 100px;
    background: #fff;
    margin-top: -110px;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.list-lj01 p {
    font-size: 18px;
    margin-bottom: 13px;
    color: #666;
    text-align: justify;
    font-weight: lighter;
}
.list-lj02{
    margin-top:70px;
}
.list-lianjie h2{
    font-size: 38px;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}
.list-lj02 ul{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.list-lj02 li {
    width: calc((100% - 2* 40px) / 3);
    box-sizing: border-box;
    background: #f8f9fd;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.list-lj02 li::before{
    position: absolute;
    content: '';
    background: linear-gradient(135deg,#236df4 0,#36bafa 100%);  
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
}
.list-lj02 li:hover::before{
    opacity: 1;
}
.list-lj02 li:hover{
    transform: translateY(-5px);
}
.list-lj02 li::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #1368ff;
    transform: rotate(45deg);
    left: -50px;
    top: -50px;
    transition: all .3s;
}
.list-lj02 li:hover::after{
    background: #ffa221;
}
.list-lj02 li span {
    display: block;
    position: absolute;
    left: 12px;
    top: 5px;
    font-size: 36px;
    line-height: 1;
    z-index: 1;
    color: #fff;
}
.list-lj02 li div{
    position: relative;
    z-index: 1;
}
.list-lj02 li div h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    transition: all .3s;
}
.list-lj02 li div p {
    font-size: 20px;
    color: #666;
    text-align: justify;
    height: 120px;
    font-weight: lighter;
    transition: all .3s;
}
.list-lj02 li:hover div h3
,.list-lj02 li:hover div p{
    color: #fff;
}
.list-lj03{
    margin-top: 80px;
}
.list-lj03 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.list-lj03 li {
    background: #f8f9fd;
    width: calc((100% - 3* 10px) / 4);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    transition: all .3s;
}
.list-lj03 li:hover{
    transform: translateY(-5px);
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.07);
}
.list-lj03 li h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
}
.list-lj03 li h3 img{
    width: 30px;
    height: auto;
}
.list-lj03 li p {
    font-size: 18px;
    color: #666;
    font-weight: lighter;
    margin-top: 15px;
    text-align: justify;
}
.list-lj04{
    margin-top: 80px;
}
.list-lj04 .divbox {
    border-radius: 15px;
    background-size: cover !important;
    padding: 70px 0 50px 100px;
}
.list-lj04 .divbox .d01 p {
    font-size: 18px;
    color: #666;
    font-weight: lighter;
    margin-bottom:40px;
}
.list-lj04 .divbox .d01 span {
    display: flex;
    gap: 12px;
    align-items: center;
}
.list-lj04 .divbox .d01 span ins {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    background: #1368ff;
    border-radius: 5px;
    gap: 5px;
}
.list-lj04 .divbox .d01 span ins em {
    color: #fff;
    -webkit-text-stroke-width: initial;
    font-size: 20px;
}
.list-lj04 .divbox .d01 span a {
    display: block;
    padding: 6px 13px;
    background: #fff;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    border: 1px solid #e5e3e3;
    transition: all .3s;
}
.list-lj04 .divbox .d01 span a:hover {
    border-color: #1368ff;
    color: #1368ff;
}
/*--------------list-dianzi-------------------*/
.dianziban .li01.swiper-slide-active{
    z-index: 1;
}
.dianziban .s01{
    display: block;
}
.dianziban .s01 img{
    width: 100%;
    height: auto;
}
.dianziban .s02 img{
    width: auto;
    height: 139px;
}
.dianziban .wp1200 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dianziban ul{
    display: flex;
    margin-top: 25px;
}
.dianziban li{
    padding-right: 30px;
    margin-right: 30px;
}
.dianziban li div{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.dianziban li div span{
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dianziban li div h3 {
    font-size:37px;
    color: #1360fe;
    line-height: 1;
    font-family: DINCond-Bold;
}
.dianziban li div ins{
    font-size: 20px;
    color: #1360fe;
}
.dianziban li p{
    font-size: 20px;
    color: #6e7681;
    font-weight: lighter;
}
.l-dianzi01{
    padding: 70px 0;
}
.l-dianzi01 .wp1200{
    position: relative;
    padding-bottom: 70px;
}
.l-dianzi01 .prev,.l-dianzi01 .next{
    width: 40px;
    height: 40px;
    outline-style: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    left: -70px;
    top: calc(50% - 35px);
    margin-top: -20px;
    transition: all .3s;
}
.l-dianzi01 .prev:hover,.l-dianzi01 .next:hover{
    background: #1953f2;
}
.l-dianzi01 .next{
    left: auto;
    right: -70px;
}
.l-dianzi01 .swiper-container{
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.l-dianzi01 li{
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff url(images/dzbg.jpg) no-repeat left top;
}
.l-dianzi01 li div{
    width:40%;
    padding: 0 50px;
    box-sizing: border-box;
}
.l-dianzi01 li div h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}
.l-dianzi01 li div p{
    font-size: 16px;
    color: #777;
    margin-top: 30px;
    text-align: justify;
    line-height: 1.8;
}
.l-dianzi01 li div a{
    display: block;
    width: 120px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    background: #eff0f2;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    transition: all .3s;
}
.l-dianzi01 li div a:hover{
    background: #2141f6;
    color: #fff;
}
.l-dianzi01 li span{
    display: block;
    width: 60%;
}
.l-dianzi01 li span img{
    width: 100%;
    height: auto;
}
.l-dianzi01 .dots{
    bottom:30px !important;
    position: absolute;
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.l-dianzi03{
    padding-top: 70px;
}
.l-dianzi03 .diy-edit-bg{
    position: relative;
}
.l-dianzi03 .divbox .diy-edit-bg{
    position: absolute;
}
.l-dianzi03 .dztabtit ul{
    display: flex;
}
.l-dianzi03 .dztabtit li{
    width: 20%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.l-dianzi03 .dztabtit li::after{
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    height:4px;
    background: #2141f6;
    bottom: 0;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .3s;
}
.l-dianzi03 .dztabtit li.a::after{
    width: 115px;
    opacity: 1;
}
.l-dianzi03 .dztabtit li.a h3{
    font-weight: bold;
    color: #333;
}
.l-dianzi03 .dztabtit li span{
    display: block;
    width: 60px;
    margin: auto;
}
.l-dianzi03 .dztabtit li img{
    width: 100%;
    height: auto;
}
.l-dianzi03 .dztabtit li h3{
    font-size: 18px;
    color: #777;
}
.l-dianzi03 .divbox{
    background: #fff;
    padding: 50px 100px;
    border-radius: 15px;
}
.l-dianzi03 .divbox ul{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.l-dianzi03 .divbox .ul01{
    display: none;
}
.l-dianzi03 .divbox .ul01.a{
    display: block;
}
.l-dianzi03 .divbox li{
    width: calc((100% - 5*50px)/6);
    transition: all .3s;
}
.ispc .l-dianzi03 .divbox li:hover{
    transform: translateY(-10px);
}
.l-dianzi03 .divbox li span{
    display: block;
    width: 60px;
    margin: auto;
}
.l-dianzi03 .divbox li img{
    width: 100%;
    height: auto;
}
.l-dianzi03 .divbox li h3{
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-size: 15px;
}
.l-dianzi04{
    padding: 70px 0;
}
.l-dianzi04 ul{
    display: flex;
    justify-content: space-between;
}
.l-dianzi04 li{
    width: 25%;
    transition: all .3s;
}
.l-dianzi04 li:hover{
    transform: translateY(-10px);
}
.l-dianzi04 li span{
    display: block;
    width: 178px;
    margin: auto;
}
.l-dianzi04 li img{
    width: 100%;
    height: auto;
}
.l-dianzi04 li h3{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
.l-dianzi04 li div{
    margin-top: 15px;  
    line-height: 1.8;
}
.l-dianzi04 li div a{
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    color: #6e7681;
    transition: all .3s;
}
.l-dianzi04 li div a:hover{
    color: #2141f6;
}
.l-video{
    position: relative;
    margin-top: 70px;
}
.l-video .v-prev
,.l-video .v-next{
    width: 40px;
    height: 40px;
    outline-style: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    left: -70px;
    top: 50%;
    margin-top: -20px;
    transition: all .3s;
}
.l-video .v-next{
    left: auto;
    right: -70px;
}
.l-video .v-prev:hover
,.l-video .v-next:hover{
    background: #1953f2;
}
.l-video .d01 li a{
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.l-video .d01 li span{
    display: block;
    overflow: hidden;
    border-radius:10px;
    background: #000;
    position: relative;
}
.l-video .d01 li span ins{
    display: block;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 35px;
}
.l-video .d01 li span img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.l-video .d01 li:hover span img{
    transform: scale(1.05);
    opacity: .8;
}
.l-video .d01 li h3{
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    transition: all .3s;
}
.l-video .d01 li:hover h3{
    color: #1854f2;
}
.l-video .xbmore a{
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin: auto;
    margin-top: 50px;
    transition: all .3s;
}
.l-video .xbmore a:hover{
    background: #1854f2;
    color: #fff;
}
.l-dianzi05 .divbox{
    display: flex;
    justify-content: space-between;
    min-height: 370px;
}
.l-dianzi05 .divbox .d01{
    width: 27.5%;
}
.l-dianzi05 .divbox .d01 .diy-edit-bg{
    position: relative;
}
.l-dianzi05 .divbox .d01 li{
    display: flex;
    align-items: center;
    padding:25px 20px;
    border-radius: 5px;
    gap: 10px;
    margin: 5px 0;
    cursor: pointer;
    transition: all .3s;
}
.l-dianzi05 .divbox .d01 li.a{
    background: #2141f6;
}
.l-dianzi05 .divbox .d01 li span{
    display: block;
    width: 35px;
}
.l-dianzi05 .divbox .d01 li span.s02
,.l-dianzi05 .divbox .d01 li.a span.s01{
    display: none;
}
.l-dianzi05 .divbox .d01 li.a span.s02{
    display: block;
}
.l-dianzi05 .divbox .d01 li img{
    width: 100%;
    height: auto;
}
.l-dianzi05 .divbox .d01 li h3{
    font-size: 20px;
    color: #666;
}
.l-dianzi05 .divbox .d01 li.a h3{
    color: #fff;
}
.l-dianzi05 .divbox .d02{
    width: 71%;
}
.l-dianzi05 .divbox .d02 h2 {
    padding: 0 65px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding-bottom: 25px;
}
.l-dianzi05 .divbox .d02 .ul01{
    padding:25px 20px;
    border-radius: 10px;
    background-image: linear-gradient(180deg,#b8e1fd 0,#fff 70%);  
    display: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.l-dianzi05 .divbox .d02 .ul01.a{
    display: block;
}
.l-dianzi05 .divbox .d02 .ul01 .sum{
    padding: 20px 65px;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
}
.l-dianzi05 .divbox .d02 .ul01 h4 {
    font-size: 20px;
    color: #666;
}
.l-dianzi05 .divbox .d02 .ul01 ul{
    display: flex;
    margin-top: 30px;
}
.l-dianzi05 .divbox .d02 .ul01 ul li{
    width: 25%;
    text-align: center;
    flex: 1;
    transition: all .3s;
}
.ispc .l-dianzi05 .divbox .d02 .ul01 ul li:hover{
    transform: translateY(-10px);
}
.l-dianzi05 .divbox .d02 .ul01 ul li span{
    display: block;
    width: 90px;
    margin: auto;
}
.l-dianzi05 .divbox .d02 .ul01 ul li img{
    width: 100%;
    height: auto;
}
.l-dianzi05 .divbox .d02 .ul01 ul li p{
    font-size: 17px;
    margin-top: 10px;
    color: #666;
}
.l-dianzi05 .divbox .d02 .ul01 ul li p strong{
    color:#2141f6 ;
}
.l-dianzi05 .divbox .d02 .ul01 ul li p ins{
    font-size: 14px;
}
.l-dianzi06{
    padding-top: 70px;
}
.l-dianzi06 .ul01{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.l-dianzi06 .ul01 .d02{
    margin-top: 50px;
}
.l-dianzi06 .ul01 .dz-tit{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-dianzi06 .ul01 .dz-tit h2{
    font-weight: 700;
    font-size: 22px;
    color: #333;
    position: relative;
    padding-left: 15px;
    line-height: 1;
}
.l-dianzi06 .ul01 .dz-tit h2::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 22px;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #006eff;
}
.l-dianzi06 .ul01 .dz-tit a {
    display: block;
    margin: 0;
    width: 90px;
    border-radius: 50px;
    line-height: 30px;
    height: 30px;
}
.l-dianzi06 .ul01 ul{
    position: relative;
}
.ispc .l-dianzi06 .ul01 ul::after
,.ispc .l-dianzi06 .ul01 ul::before
,.ispc .l-dianzi06 .ul01 ul li::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 45%;
    background: #eee;
    z-index: 1;
}
.ispc .l-dianzi06 .ul01 ul::before{
    left: 67%;
}
.ispc .l-dianzi06 .ul01 ul li::before{
    left: 85%;
}
.l-dianzi06 .ul01 li.li01{
    background: #eef5ff;
}
.l-dianzi06 .ul01 li.li01 span::after{
    background: #2141f6;
    height: 100%;
    top: 0;
}
.l-dianzi06 .ul01 li.li01 span{
    color: #333;
}
.l-dianzi06 .ul01 li{
    display: flex;
    align-items: center;
    padding: 12px 0;
    background: #f4f7fc;
    border-radius: 5px;
    position: relative;
}
.l-dianzi06 .ul01 li:nth-child(2n){
    background: #fff;
}
.l-dianzi06 .ul01 li span{
    display: block;
    width: 45%;
    min-height: 25px;
    text-align: center;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 17px;
    color: #888;
    position: relative;
}
.l-dianzi06 .ul01 li span i{
    font-style: normal;
}
.l-dianzi06 .ul01 li span::after{
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 24px);
    left: 0;
    top: -12px;
    z-index: 2;
}
.l-dianzi06 .ul01 li span:hover a{
    color: #2141f6;
}
.l-dianzi06 .ul01 li span a{
    display: block;
    text-align: left;
    color: #888;
    transition: all .3s;
}
.l-dianzi06 .ul01 li span.s01::after{
    display: none;
}
.l-dianzi06 .ul01 li .s02{
    width: 22%;
}
.l-dianzi06 .ul01 li .s03{
    width: 18%;
}
.l-dianzi06 .ul01 li .s04{
    width: 15%;
}
.l-dianzi06 .more{
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    border: 1px solid #1854f2;
    color: #1854f2;
    margin: 30px auto auto auto;
    transition: all .3s;
}
.l-dianzi06 .more:hover{
    background: #1854f2;
    color: #fff;
}
/*------list-video------------------*/
.list-video .l-video{
    margin-top: 0;
    padding-bottom: 70px;
}
.list-video .l-video .d01 ul{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.list-video .l-video .d01 ul li{
    width: calc((100% - 3*30px)/4);
}
.list-video .l-video .d01 ul li a{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width:1440px){ 
    .wp{
        width: 1200px;
    }
    .ispc .mbprev02, .ispc .mbnext02{
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -20px;
    }
    .ispc .mbnext02{
        left: auto;
        right: -20px;
    }
    .banner li .divbox .d01{
        width: 40%;
    }
    .numbox li div ins h3{
        font-size: 40px;
    }
    .newsbox .d02 li{
        margin-bottom: 10px;
        padding-bottom: 10px
    }
    .newsbox .d02 li span{
        width: 170px;
    }
    .newsbox .d02 li div {
        width: calc(100% - 190px);
    }
    .newsbox .d02 li div p{
        font-size: 12px;
    }
    .ftlogo img {
        max-height: 60px;
    }
    .links div span {
        width: 180px;
    }
    .ftsao p {
        font-size: 14px;
        margin-right: 10px;
    }
    .ftnav li a{
        font-size: 14px;
    }
    .ftsao span {
        width: 100px;
    }
    .menu li a.nav-a-1{
        padding: 33px 17px;
    }
    .list-zqxx03 .more02 {
        right: 0;
        top: -52px;
        z-index: 1;
        font-size: 25px;
        text-align: right;
    }
    .list-zqxx06 .divbox .d01{
        padding-left: 75px;
        background-size: 65px;
    }
    .list-zqxx06 .divbox .d01 strong{
        font-size: 31px;
    }
    .list-zqxx06 .divbox .d01 p{
        font-size: 15px;
    }
    .list-zqxx03 .d02 img{
        padding-top: 14px;
    }
    .list-news02 .ul01 li .d02 h3{
        font-size: 27px;
    }
    .list-zqxx03 .d01 li a{
        margin: 6px 0;
    }
    .list-zqxx03 .d01 ul{
        padding: 24px 30px;
    }
    .list-news02 .ul01 li .d02 p
    ,.list-zqxx03 .d01 li a
    ,.list-zqxx05 .d02 li a span
    ,.list-zqxx05 .d02 li a h3{
        font-size: 16px;
    }
    .list-zqxx03 .d02 .imgbox{
        padding: 20px 30px;
    }
    .view-news02 .title{
        font-size: 35px;
    }
    .list-news01 .ul01 li a .d01 h3{
        font-size: 22px;
    }
    .list-zqxx02 li div h3{
        font-size: 18px;
    }
    .list-zqxx02 li div p{
        font-size: 14px;
    }
    .related li a{
        font-size: 15px;
    }
    .pox, .pox a {
        font-size: 17px;
    }
    .list-report li a h3,.list-zqxx04 li h3{
        font-size: 18px;
    }
    .l-support01 li div p{
        font-size: 18px;
    }
    .l-support01 li span{
        width: 200px;
    }
    .l-support01 li{
        padding-bottom: 110px;
    }
    .l-support02 .divbox .d02 {
        width: 430px;
    }
    .l-support03 li span {
        height: 75px;
        max-width: 120px;
    }
    .l-support03 li h3 {
        margin-left: 10px;
        font-size: 16px;
    }
    .l-support03 li {
        padding: 10px 0;
    }
    .support-form .divbox{
        width: 450px;
    }
    .support-form form .d01 label
    ,.support-form form .d01 .selectbox .s01 h4 {
        font-size: 14px;
    }
    .support-form form .d01 .selectbox .s01 span {
        transform: scale(0.8);
    }
    .support-form form .d01 {
        margin-bottom: 5px;
    }
    .support-form form .d01 select
    ,.support-form form .d01 .input01 {
        line-height: 25px;
        height: 25px;
    }
    .support-form form .d01 .d02 .conbox01 .c01 label{
        font-size: 13px;
    }
    .support-form form .d01 .d02 .conbox02 label {
        font-size: 13px;
        width: 93px;
    }
    .support-form form .d01 .feedback_content{
        height: 60px !important;
    }
    .support-form .divbox form {
        padding: 0 30px 20px 30px;
    }
    .support-form form .d01 label {
        margin-bottom: 3px;
    }
    .support-form form .d01 .selectbox .s01 {
        margin-right: 8px;
        margin-bottom: 3px;
    }
    .support-form form .d01:first-child{
        margin-bottom: 3px;
    }
    .support-form .divbox .close {
        top: 0;
        left: auto;
        margin-left: 0;
        cursor: pointer;
        right: -70px;
    }
    .support-form form .layui-btn{
        line-height: 30px;
        height: 30px;
        font-size: 16px;
    }
    .tipsbox .divbox{
        width: 380px;
    }
    .list-zqxx05 .d02{
        padding-right: 50px;
    }
    .xbhengtu .divbox span{
        width: 40%;
    }
    .xbhengtu span ins{
        width: 150px;
    }
    .xbhengtu .img02{
        width: 150px;
    }
    .whyy {
        bottom: -15%;
        left: -9%;
        width: 1000px;
        height: 800px;
    }
    .list-culture02 li .d02 h3 {
        left: 20px;
        bottom: 20px;
        font-size: 25px;
    }
    .list-culture02 li .d01, .list-culture02 li.li6 .d01 {
        padding: 35px 25px;
    }
    .list-culture02 li .d01 h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .list-culture02 li .d01 p {
        font-size: 16px;
    }
    .list-culture04 .c-prev, .list-culture04 .c-next{
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -55px;
    }
    .list-culture04 .c-next{
        left: auto;
        right: -55px;
    }
    .list-xbpublic{
        margin-top:-70px;
    }
}

/*---------旧版兼容---*/
@media screen and (max-width:1650px){
    .wp1550{
        width: 1400px;
    }
    .list-oldculture01 li{
        min-height: 430px;
    }
}
@media screen and (max-width:1440px){
    .wp1550{
        width: 1200px;
    }
    .banner li .divbox .d02 {
        transform: scale(0.85);
    }
    .aboutbox .d01 .sum{
        margin-top: 50px;
        font-size: 15px;
    }
    .aboutbox .d01 .symore {
        margin-top: 50px;
    }
    .numbox li div p{
        font-size: 14px;
    } 
    .titbox p{
        font-size: 35px;
    }
    .titbox h2{
        font-size: 17px;
    }
    .symore {
        width: 155px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .product{
        margin:0 30px;
    }
    .n-prev, .n-next {
        top: 31%;
        font-size: 28px;
        transition: all .3s;
    }
    .menu li li a{
        padding: 0;
    }
    .ban01 div h2 {
        font-size: 50px;
    }
    .ban01 div h3 {
        font-size: 24px;
    }
    .ban01 div span {
        width: 65px;
        height: 6px;
    }
    .list-oldculture01 li {
        min-height: 420px;
    }
    .list-oldculture01 ul {
        bottom: 70px;
    }
    .list-oldculture01 li div {
        font-size: 16px;
    }
    .openbook{
        width: 570px;
    }
    .openbook .d02 ul{
        height: 340px;
    }
    .openbook .loadmore {
        width: 155px;
        height: 37px;
        font-size: 15px;
        line-height: 40px;
    }
    .oldmessage{
        width: 550px;
        margin-left:-272px;
    }
    .oldmessage form {
        padding: 20px 30px;
        font-size: 14px;
    }
    .oldmessage .layui-form-item {
        margin-bottom: 10px;
    }
    .l-oldpro05-4 .divbox02 ul li h3 {
        font-size: 16px;
    }
    .l-oldpro05-4 .divbox02 ul li img {
        width: 75px;
    }
    .l-oldpro05-6 .divbox .d01 div
    ,.l-oldpro05-6 .divbox .d02
    ,.l-oldpro05-3 .divbox li h3
    ,.l-oldpro05-1 li div p 
    ,.l-oldpro05-4 .divbox01 li h3{
        font-size: 18px;
    }
    .l-oldpro05-4 .divbox01 li{
        padding: 10px 15px;
    }
    .l-oldpro05-4 .divbox01 li img {
        max-height: 43px;
    }
    .classform{
        width: 450px;
    }
    .classform form{
        margin: 15px;
    }
    .l-xbbrand03 .old-lgprev, .l-xbbrand03 .old-lgnext{
        width: 30px;
        height: 70px;
        left: -60px;
    }
    .l-xbbrand03 .old-lgnext{
        left: auto;
        right: -60px;
    }
}


@media screen and (max-width:1024px){ 

    .wp1400,.wp {
        width: auto !important;
        min-width: auto !important;
    }
    .topheight{
        height:55px;
    }
    .mbhead {
        padding:0 10px;
        background: #fff;
        position: fixed;
        line-height: 55px;
        height: 55px;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        box-shadow:0 0 10px rgba(0,0,0,0.1);
        display: flex;
        justify-content: space-between;
    }
    .mblogo a{
        display: block;
        line-height: 50px;
    }
    .mblogo img {
        height: auto;
        max-height:35px;
    }
    body.nav-on {
        overflow: inherit;
    }
    .nav-click {
        color: #333;
        font-size: 25px;
        margin-top: -14px;
        right: 3px;
        text-align: center;
    }
    .mbclose {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        line-height: 26px;
        background: #1266ec;
        font-size: 12px;
        color: #fff;
    }
    .mbmenu {
        position: fixed;
        width: 50%;
        background: #fff;
        height: 100%;
        top: 0;
        right:-100%;
        z-index:10;
        overflow-y:scroll;
    }
    .mbmenu .nav-ul-1 {
        padding-top: 70px;
        overflow-y: auto;
        height: 80vh;
        border-left: 1px solid #eee;
    }
    .mbmenu li a {
        color: #333;
        border-bottom: 1px solid #eee;
        border-top: none;
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .mbmenu li div{ 
        width:100%;
        right:10px;
        background-size:15px;
    }
    .mbmenu li div.aa{
        display:none;
    }
    .mbmenu ul ul{
        background:#f9f9f9;
        padding-top:0;
    }
    .mbnav li {
        float: left;
        width: 33.33%;
        text-align: center;
    }
    .mbnav li a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 14px 0;
        position: relative;
    }
    .mbnav li a::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 13px;
        background: #fff;
        right: 0;
        top: 15px;
        opacity: .3;
    }
    .mbnav li:last-child a::before{
        display:none;
    }
    .default-mobile-nav-menu li a {
        color: #333;
        border-bottom: 1px solid #eee;
        border-top: none;
        padding: 10px 25px;
        font-size: 17px;;
    }
    .default-mobile-nav-menu li li a {
        font-size: 12px;
        padding: 10px 25px;
        font-weight: normal;
    }
    .default-mobile-nav-menu li li{
        border-bottom:1px solid #eee;
    }
    .default-mobile-nav-menu li div{ 
        width:30%;
        right:0;
        height: 45px;
        background-size:15px;
    }
    .default-mobile-nav-menu li li div{ 
        height:28px;
    }
    .default-mobile-nav-menu li ul {
        background-color: #f5f5f5;
    }
    .default-mobile-nav-menu li ul ul{
        background-color: #eee;
    } 
    .searchbox {
        padding-left: 10px;
        margin-left: 10px;
        line-height: 20px;
        height: 20px;
        border: none;
    }
    .informbox a {
        padding: 4px 11px;
        font-size: 12px;
        margin-left: 10px;
        height: 20px;
        line-height: 20px;
    }
    .banner01 {
        margin-top: 0;
        padding: 0 !important;
    }
    .list-mbnav {
        background: #f5f5f5;
        border-radius: 0;
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
    }
    .list-mbnav li{
        width:auto;
        margin-right: 5px;
    }
    .list-mbnav li a {
        font-size: 14px;
        padding: 0 5px;
        border-radius: 5px;
        line-height: initial;
        display: flex;
    }
    .list-nav01 li a img {
        width: 35px;
        height: auto;
        margin-right: 3px;
    }
    .list-mbnav li.a a {
        background: #2d6ee4;
        color: #fff;
        border-radius: 5px;
    }
    .list-tit h2 {
        font-size: 20px;
    }
    .list-tit{
        margin-bottom: 20px;
    }
    .list-zqxx {
        padding-top: 30px;
    }
    .line {
        margin-top: 40px;
    }
   
    .list-zqxx02 
    ,.list-zqxx03
    ,.list-zqxx04
    ,.list-zqxx05{
        padding-top: 40px;
    }
    .list-tit a {
        font-size: 14px;
    }
    .list-tit a em {
        margin-left: 1px;
        font-size: 12px;
    }
    .list-zqxx02 ul {
        flex-wrap: wrap;
    }
    .list-zqxx02 li {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .list-zqxx02 li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .list-zqxx02 li div {
        padding: 0;
        width: calc(100% - 165px);
        box-sizing: border-box;
        padding-right: 10px;
    }
    .list-zqxx02 li span {
        width: 150px;
    }
    .list-zqxx02 li div h3 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 0;
        -webkit-line-clamp: 4;
    }
    .list-zqxx03 .d01 {
        width: 100%;
    }
    .list-zqxx03 .d01 li {
        width: 100%;
    }
    .tztit h3 {
        padding: 0;
        font-size: 20px;
    }
    .tztit a {
        font-size: 23px;
    }
    .tztit {
        margin-bottom: 20px;
    }
    .list-zqxx03 .d01 li a {
        padding-left: 10px;
        font-size: 14px;
    }
    .list-zqxx03 .d01 li a span {
        width: 3px;
        height: 3px;
        top: 9px;
    }
    .list-zqxx03 .divbox
    ,.list-zqxx04 ul {
        flex-wrap: wrap;
    }
    .list-zqxx03 .d02 {
        width: 100%;
        margin-top: 30px;
    }
    .list-zqxx04 li {
        width: calc(50% - 5px);
        margin-bottom: 20px;
    }
    .list-zqxx04 li h3 {
        font-size: 14px;
    }
    .list-zqxx05 .d02 {
        width: 100%;
        box-sizing: border-box;
        padding:0 10px;
        position: relative;
    }
    .list-zqxx05 .d01 {
        width: 60%;
        left: auto;
        top: -80px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        right: 0;
    }
    .list-zqxx05 .divbox {
        margin-top: 20px;
    }
    .list-zqxx05 .d02 li a span {
        font-size: 14px;
        line-height: 1.5;
        width: 75px;
    }
    .list-zqxx05 .d02 li a h3 {
        font-size: 15px;
        margin-right: 15px;
        width: calc(100% - 95px);
    }
    .tzmore {
        width: 130px;
        line-height: 35px;
        font-size: 14px;
        margin: auto;
        margin-top: 20px;
    }
    .list-zqxx06 {
        margin-top: 40px;
    }
    .list-zqxx06 .divbox {
        padding-top: 50px;
        margin-top: 30px;
    }
    .list-zqxx06 .divbox .d01 {
        left: 0;
        top: 0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        padding: 0;
        padding-left: 60px;
        background-size:50px;
    }
    .list-zqxx06 .divbox .d01 strong {
        font-size: 25px;
    }
    .list-zqxx06 .divbox .d01 p {
        font-size: 14px;
    }
    .footer {
        margin-top: 40px;
        padding-top: 40px;
    }
    .foot01 {
        flex-wrap: wrap;
    }
    .ftlogo img {
        max-height: 40px;
    }
    .ftnav {
        width: 100%;
        margin-top: 25px;
    }
    .ftnav ul {
        flex-wrap: wrap;
    }
    .ftnav li ,.ftnav li:first-child{
        border-left: none;
        padding-left: 0;
        width: 100%;
        padding:10px 0;
        border-bottom: 1px dotted rgb(255 255 255 / 10%);
    }
    .ftnav li h3 {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .ftnav li h3 em {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }
    .ftnav li h3.a em{
        transform: rotate(90deg);
    }
    .ftnav li a {
        font-size: 14px;
        line-height: 2;
        padding-left: 14px;
        position: relative;
    }
    .ftnav li a::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #fff;
        left: 0;
        top: 12px;
        opacity: .5;
        transition: all .3s;
    }
    .ftnav li div{
        display: none;
        padding: 10px 0;
    }
    .links {
        margin-top: 20px;
        width: 100%;
    }
    .links div span {
        width: 100%;
        box-sizing: border-box;
    }
    .foot02 {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .ftcon{
        margin-top: 20px;
    }
    .ftcon p {
        font-size: 12px;
    }
    .ftcon p span {
        padding-left: 56px;
    }
    .ftcon02 .d02 a {
        font-size: 12px;
    }
    .default-copyright {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }
    .default-copyright a {
        font-size: 12px;
    }
    .copy {
        padding: 10px 0;
        margin-top: 30px;
    }
    .ftcon02 .d01 {
        justify-content: center;
    }
    .links div span.a em{
        transform: rotate(0);
    }
    .mbftnav {
        background-image: linear-gradient(90deg,#5497f7 0,#2d77e6 100%);
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
        padding: 5px 0;
        border-radius: 10px 10px 0 0;
    }
    .mbftnav ul {
        display: flex;
        justify-content: space-between;
    }
    .mbftnav li{
        width: 25%;
    }
    .mbftnav li a {
        display: block;
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    .mbftnav li.li4 a{
        border: none;
    }
    .mbftnav li span {
        display: block;
        width: 25px;
        margin: auto;
    }
    .mbftnav li img{
        width: 100%;
        height: auto;
    }
    .mbftnav li h3{
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin-top: 2px;
    }
    .ftcon02{
        width: 100%;
    }
    .view-tit .xiazaibox .download dd a{
        width: 80px;
    }
    .pox, .pox a {
        font-size: 13px;
        padding: 10px 0;
    }
    .pox em {
        font-size: 16px;
    }
    .list-divbox {
        flex-wrap: wrap;
    }
    .list-news01 {
        padding: 30px 15px;
    }
    .list-right,.list-left {
        width: 100%;
    }
    .list-news01 .ul01 li a {
        padding: 14px 0;
        flex-wrap: wrap;
    }
    .list-news01 .ul01 li a .d01 {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .list-news01 .ul01 li a .d02 ins {
        font-size: 16px;
    }
    .list-news01 .ul01 li a .d02 {
        width: 100%;
        justify-content: left;
    }
    .list-news01 .ul01 li a .d02 span::before {
        width: 2px;
        height: 27px;
        top: 17px;
        right: 5px;
    }
    .list-news01 .ul01 li a .d01 h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .list-news01 .ul01 li a .d01 p {
        font-size: 13px;
    }
    .list-news01 .ul01 li a .d02 span {
        font-size: 40px;
    }
    .list-news01 .ul01 li a .d01 ins {
        font-size: 14px;
    }
    .related {
        padding: 20px;
        margin-top: 20px;
    }
    .related h2 {
        font-size: 20px;
        color: #333;
    }
    .related li a {
        font-size: 14px;
    }
    .related li a::before {
        top: 8px;
    }
    .view-newsbox .list-left
    ,.view-newsbox .list-right {
        width: 100%;
    }
    .view-news {
        padding: 30px 15px;
    }
    .view-news .title {
        font-size: 23px;
        margin-bottom: 25px;
        color: #333;
    }
    .fanye .back {
        margin: 0 20px;
        font-size: 14px;
    }
    .fanye {
        margin-top: 20px;
        width: 100%;
    }
    .fanye .a01 {
        width: 85px;
        line-height: 30px;
    }
    .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;
    }
    .report-tit h2 {
        font-size: 30px;
    }
    .list-report li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .list-report li:nth-child(2n) {
        margin-right: 0;
    }
    .list-report li a h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .nonediv {
        height: 0;
    }
    .list-report {
        margin-top: 20px;
    }
    .ismobile .yearbox .tdy-screening-select-item h4 {
        display: block;
        margin-right: 10px;
    }
    .yearbox{
        margin-top: 20px;
    }
    .list-news02 .ul01 li a {
        padding: 15px 0;
        flex-wrap: wrap;
        align-items: center;
    }
    .list-news02 .ul01 li {
        padding: 15px 0;
        flex-wrap: wrap;
    }
    .list-news02 .ul01 li .d01 {
        width: calc(100% - 80px);
    }
    .list-news02 .ul01 li .d01 h3 {
        font-size: 16px;
        margin-top: 0;
    }
    .list-news02 .ul01 li .d01 span {
        font-size: 14px;
    }
    .list-news02 .ul01 li .d02 {
        padding-top: 20px;
    }
    .list-news02 .ul01 li .d02 a {
        width: 70px;
        line-height: 25px;
        font-size: 14px;
        padding: 0;
    }
    .poxbox {
        background: none;
    }
    .view-news02 {
        width: 100%;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .view-news02 .word {
        width: 100%;
        padding-left: 0;
    }
    .view-news02 .title {
        font-size: 23px;
        margin-bottom: 25px;
        color: #333;
    }
    .search {
        top: 55px;
        display: none;
        border-top: 1px solid #eee;
    }
    .search form .tdy-keyword {
        width: 200px;
        line-height: 40px;
        height: 40px;
        padding-left: 0;
        font-size: 14px;
    }
    .search .closess {
        font-size: 20px;
        margin-left: 20px;
    }
    .list-zqxx .d01 {
        width: 100%;
    }
    .zqxxtit h3 {
        font-size: 16px;
    }
    .zqxxtit h2 span {
        font-size: 30px;
    }
    .zqxxtit div span {
        font-size: 17px;
        width: 64px;
    }
    .list-inform li {
        padding-left: 10px;
        font-size: 13px;
    }
    .list-inform li::before {
        height: 34px;
    }
    .list-inform li div span p {
        line-height: 40px;
    }
    .list-inform li div span {
        line-height: 34px;
        letter-spacing: 0;
    }
    .list-inform {
        margin-top: 25px;
    }
    .list-zqxx .d02{
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
        position: relative;
    }
    .list-zqxx .d02 .gushibox {
        width:1000px;
        height:260px;
        overflow: hidden;
    }
/*    .list-zqxx .d02 .gushibox iframe {
        left: -50px;
        top: -570px;
        width: calc(100% - 155px);
        width: 84%;
    }*/
    .list-zqxx .d02::before{
        position: absolute;
        content: '';
        width: 40px;
        height: 20px;
        background: #fff;
        right: 5px;
        z-index: 1;
        top: 0;
    }
    .list-zqxx .d02 .gushibox iframe {
        left: -16%;
        top: -675px;
        width: 68%;
        transform: scale(0.6);
    }
    .reportxz .downloadbox .download dd a {
        width: 100%;
        height:400px;
        background-size: 100%;
    }
    .view-report .title{
        font-size: 20px;
    }
    .list-news01 .ul01 li .d01 h3 {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .list-news01 .ul01 li .d01 h3 a {
        width: 100%;
        font-size: 17px;
        padding: 0;
        padding-bottom: 5px;
    }
    .list-news01 .ul01 li .d01 h3 em {
        font-size: 14px;
    }
    .list-news01 .ul01 li .tc .default-article-content p
    ,.list-news01 .ul01 li .d01 p {
        line-height: 1.4;
        font-size: 14px;
        color: #666 !important;
    }
    .list-news01 .ul01 li ins a {
        font-size: 14px;
        padding: 0;
    }
    .view-tit .xiazaibox {
        right: 0;
        top: -35px;
    }
    .view-tit h3 {
        font-size: 20px;
        width: 100%;
        padding-top: 15px;
        font-weight: bold;
    }
    .foot01 .divbox .d01 {
        flex-wrap: wrap;
    }
    .ftlogo {
        margin-right: 0;
        width: 100%;
    }
    .links {
        width: 49%;
        margin-right: 2%;
    }
    .links:last-child{
        margin-right: 0;
    }
    .foot01 .divbox {
        width: 100%;
    }
    .ftlogo {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .ftsao {
        flex-wrap: wrap;
    }
    .ftsao p {
        font-size: 14px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .ftsao p i{
        display: none;
    }
    .list-support .list-tit {
        justify-content: center;
    }
    .l-support01 {
        margin-top: 40px;
    }
    .l-support01 ul {
        flex-wrap: wrap;
    }
    .l-support01 li {
        padding-bottom: 60px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .l-support01 li div {
        padding: 15px;
    }
    .l-support01 li div h3 {
        font-size: 18px;
    }
    .l-support01 li div p {
        font-size: 14px;
    }
    .l-support01 li span {
        width: 70%;
    }
    .l-support01 li div em {
        width: 40px;
        height: 3px;
    }
    .l-support02 {
        margin-top: 50px;
    }
    .l-support02 .divbox {
        padding: 40px 0;
    }
    .l-support02 .divbox .wp{
        flex-wrap: wrap;
    }
    .l-support02 .divbox .d01 {
        width: 100%;
    }
    .l-support02 .divbox .d02 {
        width: 70%;
        position: inherit;
        margin: 30px auto;
    }
    .l-support02 .divbox .d01 h2 {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }
    .l-support02 .divbox .d01 li {
        width: 33.33%;
    }
    .l-support02 .divbox .d01 li span {
        width:100%;
        margin: auto;
    }
    .l-support02 .divbox .d01 li div {
        margin-top: 10px;
    }
    .l-support02 .divbox .d01 li span img{
        width: 100%;
        height: auto;
    }
    .l-support02 .divbox .d01 li div h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .l-support02 .divbox .d01 li div p {
        font-size: 13px;
    }
    .l-support03 {
        margin-top: 50px;
    }
    .l-support03 li {
        padding: 10px 5px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .l-support03 li h3 {
        margin-left: 0;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .l-support03 li span {
        height: 50px;
        max-width: 70%;
        width: 80%;
        margin: auto;
        margin-bottom: 5px;
    }
    .l-support04 {
        margin: 40px auto;
        margin-bottom: 20px;
    }
    .l-support04 ul {
        flex-wrap: wrap;
    }
    .l-support04 li {
        width: 100%;
        margin-bottom: 15px;
    }
    .l-support04 li span img {
        width: auto;
        max-width: 100%;
    }
    .l-support04 li div h3 {
        font-size: 22px;
    }
    .l-support04 li div p {
        font-size: 10px;
    }
    .l-support04 li div {
        padding-left: 10px;
    }
    .support-form .divbox {
        width: 90%;
    }
    .support-form .divbox form {
        padding: 0 15px 15px 15px;
    }
    .support-form form .d01 label, .support-form form .d01 .selectbox .s01 h4 {
        font-size: 12px;
    }
    .support-form form .d01 .d02 .conbox01 .c01 label {
        font-size: 12px;
    }
    .support-form form .d01 .d02 .conbox01 .c01 label {
        font-size: 12px;
        width: 40px;
    }
    .support-form form .d01 .d02 .conbox01 .c01.tel label {
        width: 88px;
    }
    .support-form form .d01 .d02 .conbox01 .c01 .input01 {
        width: calc(100% - 35px);
    }
    .support-form form .d01 .d02 .conbox02 label {
        font-size: 12px;
        width: 88px;
    }
    .support-form .divbox .close ,.tipsbox .divbox .close{
        top: -50px;
        left: 50%;
        margin-left: -16px;
        cursor: pointer;
        right: auto;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .support-form form .layui-btn {
        font-size: 14px;
    }
    .tipsbox .divbox {
        width: 80%;
    }
    .list-reportbox{
        margin-bottom: 20px;
    }
    .re-fanye span {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin: 0 3px;
    }
    .list-newspro01 {
        margin-top: 50px;
    }
    .list-newspro01 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .list-newspro01 h2 p {
        font-size: 13px;
    }
    .list-newspro01 .divbox ul {
        position: initial;
        width: 100%;
        border-left: 1px solid #dedede;
        border-top: 1px solid #dedede;
    }
    .list-newspro01 .divbox .a01, .list-newspro03 .divbox02 .a01 {
        width: 100px;
        position: initial;
        line-height: 30px;
        font-size: 14px;
        margin: auto;
        margin-top: 20px;
    }
    .list-newspro01 .divbox li
    ,.list-newspro02 .divbox li {
        width: 50%;
        margin: 0;
        background: #f0f5ff;
        box-sizing: border-box;
        padding: 7px 5px 7px 7px;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .list-newspro01 .divbox li.li3,.list-newspro01 .divbox li.li4
    ,.list-newspro01 .divbox li.li7,.list-newspro01 .divbox li.li8
    ,.list-newspro01 .divbox li.li11,.list-newspro01 .divbox li.li12
    ,.list-newspro01 .divbox li.li15,.list-newspro01 .divbox li.li16
    ,.list-newspro01 .divbox li.li19,.list-newspro01 .divbox li.li20
    ,.list-newspro01 .divbox li.li24{
        background: #fff;
    }
    .list-newspro04 {
        margin-bottom: 50px;
    }
    .list-newspro03 .divbox02 ul {
        padding: 0;
        position: initial;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: center;
    }
    .list-newspro03 .divbox02 li a span {
        width:85px;
    }
    .list-newspro03 .divbox02 li {
        width: 33%;
        margin-bottom: 10px;
    }
    .list-newspro01 .divbox li a {
        background-size: 5px;
        background-position: left 5px;
        font-size: 12px;
        padding-left: 10px;
    }
    .list-newspro02 .divbox li:last-child {
        width: 50%;
    }
    .list-newspro01 .divbox img
    ,.list-newspro03 .divbox02 img{
        display: none;
    }
    .list-newspro03 .divbox02 li span img{
        display: block;
    }
    .viewbanner .d01 {
        width: 90%;
        top: 30px;
        transform: translate(0, 0);
        left: 5%;
        box-sizing: border-box;
    }
    .viewbanner .d01 h2 {
        font-size: 22px;
    }
    .viewbanner .d01 p {
        font-size: 13px;
        width: 100%;
        margin-top: 14px;
    }
    .viewbanner .d01 a {
        margin-top: 15px;
        width: 100px;
        line-height: 33px;
        font-size: 14px;
    }
    .view-newspro01 {
        padding: 35px 0;
        flex-wrap: wrap;
    }
    .view-newspro01 .d02 {
        width: 100%;
    }
    .view-newspro01 .d02 ul{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .view-newspro01 .d02 li {
        width: calc(50% - 5px);
        margin-bottom: 0;
        padding: 10px 5px;
        box-sizing: border-box;
    }
    .view-newspro01 .d02 li span {
        width: 50px;
    }
    .view-newspro01 .d02 li.a h3 {
        color: #1266ec;
    }
    .view-newspro01 .d02 li h3 {
        width: calc(100% - 60px);
        font-size: 13px;
        line-height: 1.3;
    }
    .view-newspro01 .d01 {
        width: 100%;
        margin-top: 20px;
    }
    .view-newspro02 {
        padding: 40px 0;
    }
    .v-tit01 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .view-newspro02 ul {
        gap: 10px;
        grid-template-columns: auto auto !important;
        padding-top: 0;
    }
    .view-newspro02 li {
        padding: 10px;
    }
    .view-newspro02 li span {
        width: 60px;
        position: initial;
        margin: auto;
    }
    .view-newspro02 li h3 {
        padding-left: 0;
        font-size: 17px;
        margin: 10px 0;
        text-align: center;
    }
    .view-newspro02 li p {
        font-size: 14px;
    }
    .view-newspro03 {
        padding: 35px 0;
    }
    .view-newspro03 .d01 ul{
        grid-template-columns:auto auto auto !important;
    }
    .view-newspro03 .d01 li {
        padding: 10px 5px;
        margin-top: 30px
    }
    .view-newspro03 .d01 li h3 {
        padding-left: 0;
        font-size: 14px;
        padding-top: 30px;
        text-align: center;
    }
    .view-newspro03 .d01 li span {
        width: 60px;
        left: 50%;
        top: -30px;
        margin-left: -30px;
    }
    .view-newspro03 .d02 ul {
        gap: 5px 0;
        grid-template-columns: auto !important;
    }
    .view-newspro03 .d02 ul li {
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }
    .view-newspro03 .d04 ul{
        flex-wrap: wrap;
    }
    .view-newspro03 .d04 ul li{ 
        width: calc((100% - 5px)/2);
    }
    .view-newspro03 .d04 ul li.only{
        width: auto;
        margin: auto;
    }
    .view-newspro03 .d03 {
        margin-top: 20px;
    }
    .view-newspro04 {
        padding: 40px 0;
    }
    .view-newspro04 .divbox {
        padding-top: 25px;
        flex-wrap: wrap;
    }
    .view-newspro04 .divbox .d01 {
        width: 100%;
    }
    .view-newspro04 .divbox::after{
        display: none;
    }
    .view-newspro04 .d01 h2 {
        font-size: 22px;
    }
    .view-newspro04 .d01 h4 {
        font-size: 16px;
        margin-top: 2px;
    }
    .view-newspro04 .d01 div {
        margin: 20px 0;
    }
    .view-newspro04 .d01 div span {
        padding-left: 12px;
        font-size: 15px;
        margin: 5px 0;
    }
    .view-newspro04 .d01 div span em {
        font-size: 30px;
        margin-right: 9px;
    }
    .view-newspro04 .d01 p {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }
    .view-newspro04 .d02 {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }
    .view-newspro04 .d03 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 30px;
        text-align: justify;
    }
    .view-newspro05 .divbox ul {
        gap:15px 10px;
    }
    .view-newspro05 .divbox li {
        width: calc(50% - 5px);
        text-align: left;
        margin: 0;
    }
    .view-newspro05 .imgbox {
        position: initial;
        transform: translate(0, 0);
        width: 60%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .view-newspro05 .divbox li h3 {
        font-size: 18px;
    }
    .view-newspro05 .divbox li p {
        font-size: 12px;
    }
    .v-tit02 {
        font-size: 22px;
    }
    .v-tit02 span.s01 strong {
        font-size: 34px;
    }
    .view-newspro05 {
        padding: 35px 0;
    }   
    .view-newspro05 .divbox li.li02 {
        margin-left: 0;
    } 
    .view-newspro06 {
        padding: 40px 0;
    }
    .view-newspro06 .d01 {
        flex-wrap: wrap;
    }
    .view-newspro06 .d01 span
    ,.view-newspro06 .d01 div {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
    .view-newspro06 .d01 div{
        margin-top: 15px;
    }
    .view-newspro06 .d01 div p {
        font-size: 14px;
        margin:15px 0;
        line-height: 1.5;
        text-align: justify;
    }
    .view-newspro07 ul {
        gap:10px;
    }
    .view-newspro07 li {
        width: calc((100% - 3* 10px) / 4);
    }
    .view-newspro07 li span {
        width: 70px;
        margin: auto;
    }
    .view-newspro07 li h3 {
        margin-top: 3px;
        font-size: 12px;
    }
    .view-newspro07 {
        margin-top: 40px;
    }
    .view-newspro08 {
        padding: 40px 0;
        margin-top: 0;
    }
    .view-newspro08 ul {
        background: none;
        flex-wrap: wrap;
        gap: 10px 0;
        box-shadow: none;
    }
    .view-newspro08 li{
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #eee;
    }
    .view-newspro08 li div{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        transform: translateY(0) !important;
    }
    .view-newspro08 li div span{
        width: 80px;
    }
    .view-newspro08 li div ins{
        display: block;
        width: calc(100% - 100px);
    }
    .view-newspro08 li div h3{
        font-size: 17px;
        text-align: left;
    }
    .view-newspro08 li div p{
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        opacity: 1;
        height: auto;
        transform:translateY(0);
        width: 100%;
    }
    .view-newspro09 {
        padding: 35px 0;
    }
    .mbview-newspro09{
        padding: 0 10px;
        padding-bottom: 50px;
    }
    .view-newspro09 li span {
        width: 120px;
        margin-top: -60px;
    }
    .view-newspro09 ul {
        display: flex;
        justify-content: initial;
        gap: 0;
        padding-top: 60px;
    }
    .view-newspro09 li div h3 {
        font-size: 22px;
    }
    .view-newspro09 li div ins {
        font-size: 14px;
        margin-top: 10px;
        height: 93px
    }
    .view-newspro09 li div ins p i {
        width: 10px;
        background-size: 10px;
    }
    .view-newspro09 li {
        padding: 0;
        padding-bottom: 20px;
        width: auto;
        box-sizing: border-box;
    }
    .view-newspro09 li div {
        margin-top: 20px;
    }
    .view-newspro09 li em {
        width: 72%;
        height: 180px;
    }
    .view-newspro01 .d01 h2, .view-newspro01 .d02 h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .view-newspro10 ul{
        gap: 10px;
    }
    .view-newspro10 li{
        width: calc(50% - 5px);
    }
    .view-newspro10 li.only{
        width: auto;
    }
    .view-newspro10 ,.view-newspro07{
        padding:35px 0;
        margin-top: 0;
    }
    .view-newspro11 {
        padding: 35px 0;
    }
    .view-newspro11 .v-tit01 {
        margin-bottom: 15px;
    }
    .view-newspro11 .d01 ul {
        gap: 10px;
        grid-template-columns: auto auto auto !important;
    }
    .view-newspro11 .d01 ul li h3 {
        font-size: 10px;
        margin-top: 5px;
    }
    .view-newspro11 .d01 h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

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

/*----------------旧版兼容手机版----------------------*/
@media screen and (max-width:1024px){ 
    .wp1550,.wp1200 {
        width: auto;
        padding: 0 10px;
    }
    .banner li .divbox{
        width: 90% !important;
        top: 28%;
    }
    .banner li .divbox .d01{
        width:85%;
    }
    .banner li .divbox .d01 h3{
        font-size: 30px;
    }
    .banner li .divbox .d01 a {
        width: 128px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 40px;
    }
    .banner li.li02 .divbox .d01 a{
        left: 60%;
        position: absolute;
        margin-top: 80px;
        transform: translateX(-50%);
    }
    .aboutbox {
        padding: 35px 0;
    }
    .titbox {
        background-position: center top;
        text-align: center;
    }
    .aboutbox .divbox {
        flex-wrap: wrap;
    }
    .aboutbox .d01 {
        width: 100%;
    }
    .titbox p {
        font-size: 23px;
    }
    .aboutbox .d01 .sum {
        margin-top: 25px;
        font-size: 14px;
    }
    .aboutbox .d01 .symore {
        width: 130px;
        line-height: 40px;
        height: 40px;
        margin: auto;
        margin-top: 20px;
        font-size: 14px;
    }
    .symore em {
        width: 16px;
        margin-left: 12px;
        background-size: 100%;
    }
    .aboutbox .d02 {
        width: 96%;
        margin: auto;
        margin-top: 30px;
    }
    .numbox {
        padding: 30px 0;
    }
    .numbox li div {
        margin-left: 13px;
    }
    .old-mbprev
    ,.old-mbnext{
        position: absolute;
        width: 24px;
        height: 24px;
        border: 1px solid #e05b28;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        z-index: 1;
        color: #e05b28;
        top: 50%;
        margin-top: -12px;
        left: 5px;
        font-size: 12px;
    }
    .old-mbnext{
        left: auto;
        right: 5px;
    }
    .numbox li div ins h3 {
        font-size: 30px;
    }
    .numbox li.li5 div ins h3 {
        font-size: 45px;
    }
    .numbox li div ins i {
        font-size: 12px;
        -webkit-transform: translateY(10px);
        margin-left: 2px;
    }
    .numbox li div p {
        font-size: 12px;
    }
    .productbox {
        position: relative;
        padding: 35px 0;
    }
    .productbox .old-mbprev
    ,.productbox .old-mbnext{
        top: 54%;
    }
    .titbox {
        width: 100%;
    }
    .product{
        padding:0 0 40px 0;
        margin: 0 50px;
    }
    .banner .dots span,.pdots span{
        width: 27px;
        height: 5px;
    }
    .banner .dots .swiper-pagination-bullet-active{
        width: 27px;
    }
    .product li a div {
        left: 34px;
        bottom: 50px;
        color: #fff;
    }
    .product li a div p{
        font-size: 14px;
    }
    .titlebox{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .symore {
        width: 130px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        margin: auto;
        margin-top: 30px;
    }
    .newsbox {
        padding: 0;
    }
    .newsbox .d02 {
        width: 100%;
    }
    .newsbox .d02 li span {
        width: 135px;
    }
    .newsbox .d02 li div {
        width: calc(100% - 145px);
    }
    .newsbox .d02 li div em {
        font-size: 12px;
    }
    .newsbox .d02 li div p {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }
    .newsbox .titlebox {
        margin-bottom: 25px;
    }
    .ban01 li div{
        width: 90%;
    }
    .ban01 div h2 {
        font-size: 23px;
    }
    .ban01 div h3 {
        font-size: 14px;
    }
    .ban01 div span {
        width: 55px;
        height: 4px;
    }
    .list-zixun01 {
        padding: 35px 10px!important;
    }
    .list-zixun01 .divbox {
        flex-wrap: wrap;
    }
    .list-zixun01 .d01 {
        width: 100%;
    }
    .zixuntit {
        margin-bottom: 25px;
    }
    .n-prev, .n-next {
        top: 28%;
    }
    .list-zixun01 .d01 li h3 {
        font-size: 17px;
    }
    .list-zixun01 .d01 li p {
        font-size: 14px;
    }
    .list-zixun01 .d02 {
        width: 100%;
        margin-top: 40px;
    }
    .list-zixun01 .d02 li div p{
        line-height: 20px;
    }
    .zxmore{
        margin-top: 20px;
    }
    .list-zixun02 li {
        width: 100%;
    }
    .list-zixun02 li a {
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 5px #deee;
    }
    .list-zixun02 {
        padding: 30px 0;
    }
    .list-zixun03{
        padding-top: 35px;
    }
    .list-zixun03 ul {
        gap: 10px 0;
    }
    .list-zixun03 li {
        width: 100%;
    }
    .list-zixun03 li a {
        padding: 15px;
        background: #fafafa;
    }
    .list-zixun03 li a p {
        margin-top: 15px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }
    .list-oldnav li {
        width: 25%;
    }
    .list-oldnav li a {
        line-height: 40px;
        font-size: 14px;
    }
    .view-oldnews .view-news {
        width: auto;
        padding: 0 15px !important;
    }
    .view-oldnews .view-news .title {
        font-size: 18px;
    }
    .view-oldnews .view-news {
        width: 100vw !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }
    .default-article-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .list-product01{
        padding: 35px 10px !important;
    }
    .protit h2{
        font-size: 23px;
    }
    .protit p {
        font-size: 15px;
        margin-top: 0;
    }
    .protit a{
        margin-top: 20px;
    }
    .pldproduct {
        margin-top: 50px;
        padding: 0;
    }
    .pldproduct li h3{
        font-size: 13px;
        padding: 0 8px;
    }
    .list-product02
    ,.list-product03 {
        padding: 40px 0;
    }
    .list-oldnav {
        margin-bottom: 30px;
    }
    .list-oldnav .wp1200{
        padding: 0 !important;
    }
    .list-oldnav ul {
        flex-wrap: wrap;
    }
    .list-oldnav li:nth-child(5)
    ,.list-oldnav li:nth-child(6)
    ,.list-oldnav li:nth-child(7)
    ,.list-oldnav li:nth-child(8){
        border-top:1px solid #ddd;
    }
    .list-oldnav li:nth-child(5) a{
        border-left: none;
    }
    .oldpox{
        display: none;
    }
    .oldabtit {
        margin-bottom: 25px;
    }
    .oldabtit span {
        width: 240px;
    }
    .oldabtit span em {
        width: 90px;
    }
    .list-oldabout01 .divbox {
        flex-wrap: wrap;
    }
    .list-oldabout01 .d01 {
        width: 85%;
        margin: auto;
    }
    .list-oldabout01 .d02 {
        width: 100%;
        margin-top: 25px;
    }
    .list-oldabout01 .d02 h3{
        margin-bottom: 20px;
    }
    .list-oldabout01 .d02 .sum p {
        font-size: 14px;
        line-height: 1.8;
    }
    .list-oldabout02 ul {
        gap: 15px 0;
        flex-wrap: wrap;
    }
    .list-oldabout02 li {
        width: 100%;
    }
    .list-oldabout02 li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none !important;
    }
    .list-oldabout02 li .d01 span {
        display: block;
        height: auto;
        line-height: 60px;
        text-align: center;
        width: 100px;
    }
    .list-oldabout02 li .d02 {
        padding:15px 20px;
        font-size: 14px;
        width: calc(100% - 120px);
        background: #e05b28;
    }
    .list-oldabout02 li.li02 .d02 {
        background: #18469d;
    }
    .list-oldabout02 li .d01 h3 {
        font-size: 16px;
    }
    .list-oldabout02 li .d01 span img {
        max-width: 35px;
    }
    .list-oldabout02 {
       margin: 35px auto;
    }
    .list-oldabout03 .imgbox {
        overflow: hidden;
        padding: 35px 0;
    }
    .list-oldabout03 .imgbox img{
        transform: scale(1.5);
    }
    .list-oldleader{
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .list-oldleader .d01 {
        width: 100%;
    }
    .list-oldleader .d02 {
       display: none;
    }
    .list-olddevelop{
        padding: 0 !important;
        margin: 0 20px;
    }
    .list-olddevelop li div p{
        height: 200px;
    }
    .list-olddevelop li.swiper-slide-active span{
        background: url(/template/index/public/54/54-0137/images/timeh.jpg) no-repeat center;
    }
    .list-olddevelop li.swiper-slide-active div h3 {
        border-color: #fff;
    }
    .list-olddevelop li.swiper-slide-active div {
        background: #18469d;
        color: #fff;
    }
    .list-olddevelop li.swiper-slide-active div p{
        color: #fff;
    }
    .list-olddevelop li.swiper-slide-active div::after {
        background: #18469d;
    }
    .list-oldculture01 {
        position: initial;
    }
    .list-oldculture01 ul {
        position: initial;
        left: 0;
        transform: translateX(0);
        flex-wrap: wrap;
    }
    .list-oldculture01 li {
        min-height: auto;
        width: 100%;
        float: none;
        padding: 24px;
        background: #18469d;
        margin-bottom: 10px;
        transform: translateY(0) !important;
    }
    .list-oldculture01 li div {
        font-size: 14px;
    }
    .list-oldculture02 li {
        margin-bottom: 15px;
        position: initial;
    }
    .list-oldculture02 li .d01{
        position: relative;
    }
    .list-oldculture02 li .d02 {
        width: 100%;
        transform: translateY(0);
        background: #18469d;
        position: initial;
        right: 0;
        padding: 50px 20px 20px 20px;
    }
    .list-oldculture02 li h3 {
        top: 0;
        left: 10px;
        width: 120px;
        height: 40px;
        background: #e05b28;
        line-height: 40px;
        font-size: 14px;
        border-radius: 0 0 10px 10px;
        z-index: 1;
    }
    .list-oldculture02 li .d02 h4 a {
        color: #fff;
        font-size: 16px;
    }
    .list-oldculture02 li .d02 p {
        color: #fff;
        margin-top: 10px;
    }
    .list-oldculture02 li .d02 .a01 {
        width: 40px;
        height: 30px;
        margin-top: 20px;
        background-size: 40px;
    }
    .list-oldculture02 li.li02 h3 {
        left: auto;
        right: 10px;
    }
    .list-oldculture02 .oldmore{
        margin-top: 20px;
    }
    .list-oldbrand01 .d01 img{
        display: none;
    }
    .list-oldbrand01 .d01 span img{
        display: block;
    }
    .list-oldbrand01 .d01 {
        width: 100%;
    }
    .list-oldbrand01 .d01 span {
        width: 140px;
        position: inherit;
    }
    .list-oldbrand01 .d02 {
        position: inherit;
        right: 0;
        top: auto;
        width: 100%;
    }
    .list-oldbrand01 h2,.list-oldbrand02 h2 
    ,.list-oldbrand03 h2, .list-oldbrand04 h2{
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-oldbrand01 .d02 li span {
        width: 80px;
    }
    .list-oldbrand01 .d02 li div {
        width: calc(100% - 80px);
        padding: 0 20px;
    }
    .list-oldbrand02 .divbox01 {
        flex-wrap: wrap;
    }
    .list-oldbrand02 .d02 {
        width: 100%;
    }
    .list-oldbrand02 .d02 li {
        height:auto;
        background: #000;
    }
    .list-oldbrand02 .d01 {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .list-oldbrand02 .d01 li span{
        margin: 0 30px;
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .list-oldbrand02 .d01 .swiper-container {
        height: auto;
    }
    .old-bnext, .old-bprev{
        left: 0;
        margin: 0;
        top: 63%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        margin-top: -25px;
    }
    .old-bnext{
        left: auto;
        right: 0;
    }
    .list-oldbrand02 .divbox{
        padding: 30px 0 10px 0;
    }
    .list-oldbrand03 {
        margin: 30px auto;
    }
    .list-oldbrand03 ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    .list-oldbrand03 li {
        width: calc((100% - 10px)/2);
        margin:0;
    }
    .openbook {
        width: 90%;
    }
    .openbook .d02 li {
        width: calc((100% - 1*20px)/2);
    }
    .openbook .d02 ul{
        height: 350px;
        gap: 20px;
        padding-right: 10px;
    }
    .openbook .d02 {
        padding: 25px;
        padding-right: 10px;
    }
    .logogroup li span{
       height: 85px;
    }
    .logogroup li .d01 {
        margin-bottom: 20px;
    }
    .old-lgnext, .old-lgprev {
        height: 30px;
        line-height: 30px;
    }
    .list-oldhonor ul{
        gap:20px 10px;
    }
    .list-oldhonor li {
        width: calc((100% - 10px)/2);
    }
    .list-oldhonor li h3 {
        line-height: normal;
        height: auto;
        font-size: 14px;
    }
    .list-oldduty li a {
        flex-wrap: wrap;
    }
    .list-oldduty li span {
        width: 100%;
    }
    .list-oldduty li {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .list-oldduty li div {
        width: 100%;
        margin-top: 20px;
    }
    .list-oldduty li div h3 {
        font-size: 20px;
        padding-left: 40px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }
    .list-oldduty li div h3::after {
        width: 90px;
        height: 2px;
    }
    .list-oldduty li div p {
        font-size: 14px;
    }
    .list-oldduty li:nth-child(2n) h3 {
        padding-left: 0;
        padding-right: 40px;
    }
    .list-oldcontact{
        position: relative;
        z-index: 1;
    }
    .list-oldcontact .d01 h2 {
        font-size: 20px;
        padding-top: 15px;
        margin-bottom: 40px;
        background-position: top center;
        text-align: center;
        margin-top: 50px;
    }
    .list-oldcontact .d01 li {
        margin-bottom: 2px;
    }
    .list-oldcontact .d01 li:first-child span {
        font-size: 17px;
    }
    .list-oldcontact .d01 li span{
        padding: 10px;
        font-size: 12px;
    }
    .list-oldcontact .d01 li .s01 {
        width: calc(40% - 2px);
    }
    .list-oldcontact .d01 li .s02 {
        width: 60%;
    }
    .list-oldcontact .d02 p {
        font-size: 17px;
    }
    .list-oldcontact .d02 .d03 p {
        flex-wrap: wrap;
    }
    .list-oldcontact .d02 .d03 p span {
        padding-left: 35px;
        background-size: 25px;
        margin-left: 0;
        cursor: pointer;
        margin-top: 10px;
    }
    .list-oldcontact02{
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .list-oldcontact02 .d01 {
        width: 100%;
        text-align: center;
    }
    .list-oldcontact02 .d01 h2 {
        font-size: 25px;
    }
    .list-oldcontact02 .d01 p {
        font-size: 17px;
    }
    .list-oldcontact02 ul {
        width: 100%;
        margin-top: 30px;
    }
    .list-oldcontact02 ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .list-oldcontact02 ul li div {
        padding: 20px 20px 0 20px;
        text-align: center;
    }
    .list-oldcontact02 ul li p {
        font-size: 14px;
    }
    .list-oldcontact02 ul li h3 {
        margin-bottom: 5px;
    }
    .mbtel{
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 50px;
        font-size: 18px;
    }
    .mbtel strong {
        font-size: 24px;
        color: #1442a0;
    }
    .list-qywhnews ul li {
        width:50%;
    }
    .list-qywhnews li a {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .list-qywhnews li a div h3 {
        font-size: 14px;
    }
    .list-qywhnews li a div {
        padding: 10px;
    }
    .list-qywhnews li a div p {
        margin-top: 5px;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .list-oldpro02 li {
        padding: 30px 10px;
    }
    .list-oldpro02 li .d01 {
        width: auto;
        flex-wrap: wrap;
    }
    .list-oldpro02 li .d01 div {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .list-oldpro02 li .d01 span
    ,.list-oldpro03 .d01 span {
        width: 70%;
        margin: auto;
        margin-top: 30px;
    }
    .list-oldpro02 li.li02 .d01 span {
        width: 100%;
        margin: auto;
        margin-top: 0;
    }
    .list-oldpro02 li.li02 .d01 div{
        margin-top: 20px;
    }
    .list-oldpro02 li.li03 .d01 span {
        width: 100%;
        margin-top: 0;
    }
    .list-oldpro02 li.li03 .d01 div {
        width: 100%;
        margin-top: 10px;
    }
    .openform {
        width: 130px;
        height: 37px;
        font-size: 14px;
        line-height: 37px;
        margin-top: 20px;
    }
    .list-oldpro03 .d01 {
        width: auto;
        padding: 35px 10px;
        flex-wrap: wrap;
    }
    .list-oldpro03 .d01 .sum {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .list-oldpro03 .d02 {
        padding: 35px 10px;
    }
    .list-oldpro03 .d02 ul {
        width: auto;
    }
    .list-oldpro03 .d02 li {
        padding: 15px 10px;
        width: calc((100% - 1*4px)/2);
    }
    .list-oldpro03 .d02 li span {
        width: 30px;
    }
    .list-oldpro03 .d02 li h3 {
        font-size: 14px;
        width: calc(100% - 40px);
    }
    .list-oldpro03 .d02 li.li03{
        background: #d35710;
    }
    .list-oldpro03 .d02 li.li04{
        background: #053986;
    }
    .list-oldpro04 .divbox {
        width: auto;
    }
    .zixuntit h2 {
        font-size: 20px;
    }
    .list-oldpro04 .divbox .pinheng h3 {
        font-size: 17px;
        padding: 0 15px;
    }
    .list-oldpro04 .divbox .pinheng span img {
        width: 80px;
    }
    .list-oldpro04 .divbox .pinheng span h4 {
        font-size: 14px;
    }
    .list-oldpro04 .divbox .pinheng{
        margin-top: 20px;
    }
    .oldproban .imgbox {
        top:50px;
        width: 70% !important;
        left: 30px;
        transform: translate(0);
    }
    .oldproban .imgbox img {
        max-width: 100%;
    }
    .pro05tit h2 {
        font-size: 22px;
        text-align: center;
        background-position: top center;
    }
    .l-oldpro05-1 {
        padding: 50px 10px;
        padding-bottom: 30px;
    }
    .l-oldpro05-1 li span {
        width: 90px;
    }
    .l-oldpro05-1 li div h3 {
        font-size: 18px;
    }
    .l-oldpro05-6 .divbox .d01 div
    , .l-oldpro05-6 .divbox .d02
    , .l-oldpro05-3 .divbox li h3
    , .l-oldpro05-1 li div p
    , .l-oldpro05-4 .divbox01 li h3 {
        font-size: 14px;
    }
    .l-oldpro05-1 li div p{
        text-align: center;
        padding: 0 15px;
    }
    .mbslide {
        padding-bottom:50px;
    }
    .l-oldpro05-1 li div {
        margin-top: 18px;
    }
    .pro05tit {
        margin-bottom: 30px;
    }
    .l-oldpro05-2 {
        padding: 50px 0;
        padding-bottom: 30px;
    }
    .l-oldpro05-2 .tixi h2 {
        font-size: 20px;
        margin-top: 25px;
    }
    .l-oldpro05-2 .tixi h2 p {
        font-size: 15px;
    }
    .l-oldpro05-2 .tixi li {
        padding: 14px;
        flex-wrap: wrap;
    }
    .l-oldpro05-2 .tixi li .d01 {
        width: 100%;
        height: auto;
        position: initial;
    }
    .l-oldpro05-2 .tixi li .d01 h3 {
        width: 100%;
        font-size: 18px;
        padding: 8px 0;
    }
    .l-oldpro05-2 .tixi li .d02 {
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .l-oldpro05-2 .tixi li .d02 p {
        width: calc((100% - 10px)/2);
        border-radius: 5px;
        font-size: 12px;
        padding: 10px 5px;
    }
    .l-oldpro05-3 {
        padding: 50px 0;
    }
    .l-oldpro05-3 .divbox {
        padding-bottom: 0;
        background: none;
        background-size: 100%;
    }
    .l-oldpro05-3 .divbox li::after{
        display: none;
    }
    .sdots{
        bottom: 0 !important;
    }
    .sdots span{
        width: 10px;
        height: 3px;
        margin: 2px;
        border-radius: 0px;
        background: #d1dff9;
    }
    .sdots span.swiper-pagination-bullet-active {
        background: #18469D;
        width: 10px;
    }
    .mbslide02 {
        padding-bottom:40px;
        margin: 0 15px;
    }
    .l-oldpro05-3 .divbox li span {
        text-align: center;
    }
    .l-oldpro05-3 .divbox li span img{
        width: 80%;
    }
    .l-oldpro05-4 {
        padding: 50px 0;
        padding-bottom: 30px;
    }
    .l-oldpro05-4 .divbox01 h2, .l-oldpro05-4 .divbox02 h2 {
        font-size: 20px;
        padding: 25px 0;
        width: 100%;
        padding-top: 0;
    }
    .l-oldpro05-4 .divbox01 ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .l-oldpro05-4 .divbox01 li {
        width: calc((100% - 10px)/2);
    }
    .l-oldpro05-4 .divbox01 li img {
        max-height: 35px;
    }
    .l-oldpro05-4 .divbox02 span {
        width: 100%;
    }
    .l-oldpro05-4 .divbox02 ul {
        width: 100%;
        margin-top: 10px;
    }
    .l-oldpro05-4 .divbox02 ul li h3 {
        font-size: 14px;
    }
    .l-oldpro05-4 .divbox02 ul li img {
        width: 70px;
    }
    .l-oldpro05-4 .divbox03 li h3 {
        padding: 13px 30px;
        font-size: 16px;
    }
    .l-oldpro05-4 .divbox03 li h3::after {
        height: 14px;
        left: 14px;
        top: 17px;
    }
    .l-oldpro05-4 .divbox03 li div {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: left;
    }
    .l-oldpro05-4 .divbox03 li div p {
        font-size: 13px;
        width: 33%;
    }
    .l-oldpro05-4 .divbox03 li.li01 div p{
        width: 50%;
    }
    .l-oldpro05-5 {
        padding: 50px 0;
    }
    .l-oldpro05-5 li{
        font-size: 12px;
        line-height: inherit;
        margin-bottom: 2px;
    }
    .l-oldpro05-5 li h3 {
        width: 125px;
        box-sizing: border-box;
        font-size: 20px;
        padding: 10px;
        font-size: 12px;
        line-height: 1.3;
    }
    .l-oldpro05-5 li div {
        width: calc(100% - 127px);
        border-left: 2px solid #fff;
    }
    .l-oldpro05-5 li.li1 h3
    ,.l-oldpro05-5 li.li1 div {
        font-size: 15px;
    }
    .l-oldpro05-5 li.li1 {
        line-height: 40px;
    }
    .l-oldpro05-5 li div p {
        padding: 10px;
    }
    .l-oldpro05-6 {
        padding: 50px 0;
    }
    .l-oldpro05-6 .divbox{
        padding: 20px;
    }
    .l-oldpro05-6 .divbox .d01
    ,.l-oldpro05-6 .divbox .d02
    ,.l-oldpro05-6 .divbox .d03 {
        width: 100%;
        line-height: 1.6;
        font-size: 14px;
        color: #333;
    }
    .l-oldpro05-6 .divbox .d03{
        margin-top: 20px;
        line-height: 2;
    }
    .list-oldpro01 li .d01 {
        width: auto;
        padding: 0 20px;
    }
    .list-oldpro01 li .d01 ins {
        font-size: 14px;
        text-align: justify;
    }
    .list-oldpro01 li .d01 span {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .list-oldpro01 li .d01 span img{
        width: 100%;
    }
    .list-oldpro01 li.li03 span .img02 {
        width: 85%;
        margin-left: 0;
        margin-top: 15px;
    }
    .list-oldpro01-2 {
        padding-top: 50px;
    }
    .list-oldpro01-2 li {
        width: 50%;
        padding: 25px 15px;
    }
    .list-oldpro01-2 li span {
        width: 50px;
    }
    .list-oldpro01-2 li div h3 {
        font-size: 17px;
        margin-top: 13px;
    }
    .list-oldpro01-2 li div p {
        margin-top: 10px;
        font-size: 14px;
    }
    .list-oldpro01-2 li:nth-child(3){
        background: #DD5710;
    }
    .list-oldpro01-2 li:nth-child(4){
        background: #003893;
    }
    .hezuotit {
        justify-content: left;
        margin-bottom: 35px;
    }
    .hezuotit span h2 {
        font-size: 23px;
    }
    .hezuotit span::after {
        height: 20px;
    }
    .hezuotit span::before {
        width: 35px;
        height: 24px;
        right: -37px;
        bottom: 6px;
        background-size: 100%;
    }
    .list-oldhezuo{
        margin-top: 30px;
    }
    .list-oldhezuo .divbox h2 {
        font-size: 16px;
    }
    .list-oldhezuo .divbox h2 strong{
        display: block;
    }
    .list-oldhezuo .divbox ul {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .list-oldhezuo .divbox li {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .list-oldhezuo .divbox li img {
        max-width: 50px;
    }
    .list-oldhezuo .divbox li span {
        height: auto;
        line-height: initial;
    }
    .list-oldhezuo .divbox li h3 {
        font-size: 17px;
        margin-top: 13px;
        margin-bottom: 6px;
    }
    .list-oldhezuo .divbox li div {
        font-size: 14px;
        line-height: 1.5;
    }
    .list-oldhezuo02 {
        padding: 50px 10px;
    }
    .list-oldhezuo02 .hezuotit {
        width: auto;
    }
    .list-oldhezuo02 .hezuotit a {
        padding: 3px 8px;
        font-size: 13px;
        right: 0;
        top: 3px;
    }
    .list-oldhezuo02 .hezuotit a em {
        margin-left: 0;
        font-size: 12px;
    }
    .list-oldhezuo02 .d01 .sum {
        width: auto;
        background: linear-gradient(270deg, #001A5C 0%, #5629CD 100%);
        border-radius: 14px;
        padding: 25px;
    }
    .list-oldhezuo02 .d01 h3 {
        font-size: 16px;
        text-align: center;
    }
    .list-oldhezuo02 .d01 .sum p {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
    .list-oldhezuo02 .d02 ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .list-oldhezuo02 .d02 li {
        width: calc((100% - 10px)/2);
        border-radius: 10px;
        padding: 10px;
    }
    .list-oldhezuo02 .d02 li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .list-oldhezuo02 .d02 li span img {
        max-width: 100%;
    }
    .list-oldhezuo02 .d02 li div ins h3 {
        font-size: 30px;
    }
    .list-oldhezuo02 .d02 li div {
        width: calc(100% - 40px);
        margin-left: 10px;
    }
    .list-oldhezuo02 .d02 li div p {
        font-size: 12px;
    }
    .list-oldhezuo02 .d02 li div ins em {
        font-size: 14px;
    }
    .list-oldhezuo02 .d02 li div ins i {
        -webkit-transform: translateY(10px);
        margin-left: 3px;
        font-size: 12px;
    }
    .list-oldhezuobox {
        padding: 0 0 50px 0;
    }
    .list-oldhezuo03 ul {
        gap: 10px 0;
    }
    .list-oldhezuo03 li {
        width: 100%;
        border-radius: 10px;
        padding: 10px;
    }
    .list-oldhezuo03 li span {
        width: 50px;
    }
    .list-oldhezuo03 li div {
        width: calc(100% - 70px);
    }
    .list-oldhezuo03 li div h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .list-oldhezuo03 li div p {
        font-size: 12px;
    }
    .list-oldhezuo02 .d01 {
        margin-top: 30px;
    }
    .list-oldhezuo02 .d02 li:last-child div ins h3 {
        font-size: 45px;
    }
    .list-oldhezuo04 {
        padding-top: 50px;
    }
    .list-oldhezuo04 .d01 h2 {
        padding: 5px 35px 5px 15px;
        font-size: 14px;
    }
    .list-oldhezuo04 .d01 h3 {
        font-size: 14px;
        padding: 10px 0 0 20px;
        color: #333;
    }
    .list-oldhezuo04 .d01 ul {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .list-oldhezuo04 .d01 ul li{
        width: 33.33%;
        box-sizing: border-box;
        padding: 5px;
    }
    .list-oldhezuo04 .d02 ul li{
        width: 25%;
    }
    .list-oldhezuo04 .d03 ul li
    ,.list-oldhezuo04 .d04 ul li{
        width: 20%;
    }
    .list-oldhezuo05 {
        padding-top: 50px;
    }
    .list-oldhezuo05 ul {
        gap: 10px;
    }
    .list-oldhezuo05 li {
        padding: 15px 0;
        width: 100%;
    }
    .list-oldhezuo05 li h3 {
        padding: 5px 40px 5px 15px;
        font-size: 17px;
    }
    .list-oldhezuo05 li div {
        font-size: 14px;
        line-height: 1.7;
        padding: 14px 15px 0 15px;
    }
    .list-oldhezuo05 .d01 {
        font-size: 14px;
        margin-top: 30px;
    }
    .list-oldhezuo05 .d01 div span {
        font-size: 16px;
        padding: 3px 10px;
    }
    .list-oldhezuo05 .d01 div span img {
        width: 12px;
    }
    .cxsearchbox {
        padding-top: 30px;
        flex-wrap: wrap;
        justify-content: left;
    }
    .cxsearchbox h3 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .list-oldchaxun{
        padding-bottom: 50px;
    }
    .list-oldchaxun .d01 .ul01 li {
        padding: 0 5px;
        width: 550px;
        box-sizing: border-box;
    }
    .list-oldchaxun .d01 .ul01 li span{
        font-size: 13px;
        padding: 15px 5px;
        line-height: 1.3;
    }
    .list-oldchaxun .d01 .ul01 li .s02 {
        width: 22%;
    }
    .list-oldchaxun .d01 .ul01 li .s03 {
        width: 34%;
    }
    .list-oldchaxun .d01 .ul01 li .s04 {
        width: 20%;
    }
    .list-oldchaxun .d01 .ul01 li .s05 {
        width: 15%;
    }
    .list-oldchaxun .d01 .ul01 {
        overflow-x: scroll;
    }
    .list-oldchaxun .d01 .ul01 li.li01 span {
        line-height: 2;
    }
    .cxsearch form {
        justify-content: left;
        padding: 0 10px;
    }
    .cxsearch form .tdy-keyword {
        width: 100%;
        margin-bottom: 10px;
    }
    .cxsearch form .tdy-submit, .cxsearchbox .reset {
        margin-left: 0;
        width: 48%;
    }
    .cxsearchbox .reset {
        margin-left: 4%;
    }
    .cxsearch form .inputnum {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .cxsearch form .inputnum .in01
    ,.cxsearch form .inputnum .in02 {
        width: 48%;
        margin: 0;
    }
    .cxsearchbox{
        padding-top: 40px;
    }
    .chaxunban {
        padding: 50px 0 35px 0;
        background-size: cover !important;
        background-position: left center !important;
    }
    .chaxunban .d01 img {
        max-width: 90%;
    }
    .chaxunban02 .d01 img {
        max-width: 80%;
        padding:30px 0 50px 0;
    }
    .list-oldchaxun .d01 .ul01 li .d02 {
        width: 94%;
        max-height: 80vh;
    }
    .list-zixun02 ul{
        gap: 15px 0;
    }
    .list-oldchaxun .d01 .ul01 li .d02 .tc img{
        max-height: 90vh;
    }
    .caixintop .d01 .cxmenu li {
        margin-left: 0;
        width: 33%;
    }
    .caixintop .d01 .cxmenu li a {
        font-size: 12px;
    }
    .caixintop .d01 .cxmenu {
        flex-wrap: wrap;
        width: calc(100% - 150px);
    }
    .caixintop .d01 .cxhead {
        top: 10px;
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .caixintop .d01 .cxlogo {
        width: 100px;
    }
    .caixintop .d02 {
        width: 96%;
        top: auto;
        bottom: 30px;
    }
    .caixintop .d02 .sum {
        width: 100%;
        text-align: center;
    }
    .caixintop .d02 h3 {
        font-size: 17px;
        line-height: 40px;
    }
    .caixintop .d02 p {
        padding-top: 0;
        font-size: 12px;
        line-height: 1.4;
    }
    .oldcaixin01 h2, .oldcaixin02 h2, .oldcaixin03 h2, .oldcaixin04 h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .oldcaixin01{
        padding: 30px 0;
    }
    .oldcaixin01 ul {
        flex-wrap: wrap;
    }
    .oldcaixin01 li {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .oldcaixin01 li span{
        width: 100px;
    }
    .oldcaixin01 li div {
        width: calc(100% - 110px);
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .oldcaixin02 li {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .oldcaixin02 li span h3 {
        width: 30px;
        font-size: 18px;
    }
    .oldcaixin02 li div {
        width: calc(100% - 50px);
        padding: 13px;
    }
    .oldcaixin02 li div p {
        font-size: 12px;
        line-height: 25px;
    }
    .oldcaixin02 .mbslide02{
        margin: 0;
    }
    .oldcaixin03 {
        margin: 50px 0;
    }
    .oldcaixin03 ul {
        display: flex;
        justify-content: initial;
        gap: 0;
    }
    .oldcaixin03 li div h3 {
        font-size: 17px;
        line-height: 28px;
        padding: 30px 0;
    }
    .oldcaixin03 li div p {
        font-size: 13px;
        line-height: 25px;
    }
    .oldcaixin04{
        padding-bottom: 20px;
    }
    .oldcaixin04 ul {
        flex-wrap: wrap;
    }
    .oldcaixin04 li{
        margin-bottom: 15px;
    }
    .oldcaixin04 li h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .oldcaixin04 li p {
        padding-top: 0px;
        font-size: 14px;
    }
    .oldcaixin05 li span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .oldcaixin05 li h3 {
        font-size: 12px;
        margin-top: 18px;
    }
    .oldcaixin05 {
        padding: 15px 0;
    }
    .cxfooter {
        padding: 30px 0;
    }
    .cxfooter ul {
        width: 70%;
    }
    .cxfooter li h3,.cxfooter span h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cxfooter li div a {
        font-size: 10px;
    }
    .cxfooter span img {
        width: 60px;
    }
    .cxfooter span p {
        margin-top: 10px;
        font-size: 10px;
    }
    .oldmessage {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }
    .oldmessage .close {
        right: 15px;
        top: 12px;
    }
    .oldmessage form {
        padding: 20px;
        font-size: 13px;
    }
    .oldmessage .layui-form-pane .layui-form-label {
        width: 90px;
    }
    .oldmessage .layui-form-pane .layui-input-block {
        margin-left: 90px;
    }
    .product li a span img{
        opacity: 1;
    }
    .product li div{
        color: #fff;
    }
    .numbox li span{
        width: 30px;
    }
    .videoboxbg .video {
        width: 94%;
    }
    .list-zixun03 li a h3{
        font-size: 16px;
    }
    .list-yewuform{
        padding: 30px 15px;
    }
    .list-yewuform .divbox {
        width: auto;
    }
    .list-yewuform .divbox h2 {
        font-size: 19px;
        margin: 25px 0 16px 0;
    }
    .list-yewuform .divbox form {
        padding: 20px;
        font-size: 14px;
    }
    .list-yewuform .divbox p {
        font-size: 14px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .list-yewuform .divbox form .layui-form-label {
        font-size: 14px;
        margin-bottom: 2px;
    }
    /*-----------------------------xxbindex-----------------------*/
    .wp1200{
        width: auto;
    }
    .ismobile .mbbanvideo li{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.9);
        z-index: 5;
        display: none;
    }
    .ismobile .mbbanvideo li .d01 {
        width:95%;
        max-height: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .ismobile .mbbanvideo li .d01 video {
        width: 100%;
    }
    .ismobile .mbbanvideo .closebv{
        position: absolute;
        right: 10px;
        top: 70px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 25px;
        -webkit-text-stroke-width: initial;
        width:50px;
        height: 50px;
        cursor: pointer;
    }
    .ismobile .mbnewsbanner li .openbv{
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        left: 50%;
        top: 50%;
        margin: -25px 0 0 -25px;
        color: #fff;
        font-size: 40px;
        display: none;
    }
    .ismobile .mbnewsbanner li.vv .openbv{
        display: block;
    }
    .newsabout {
        padding-top: 30px;
    }
    .xbtit {
        padding-left: 40px;
    }
    .xbtit h2 {
        font-size: 20px;
    }
    .xbtit::after {
        width: 20px;
        height: 20px;
        border-radius: 0 0 10px 0;
        left: 10px;
        top: 5px;
    }
    .xbtit h3 {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .newsabout .divbox {
        width: 100%;
    }
    .newsabout .divbox .d01 {
        font-size: 13px;
        line-height: 1.5;
        margin: 20px 0
    }
    .newsabout .divbox a {
        line-height: 32px;
        height: 32px;
        font-size: 12px;
        width: 100px;
        margin-top: 18px;
    }
    .xbvideobox {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .xbvideobox .d01 span em {
        font-size: 50px;
        line-height: 90px;
    }
    .xbnumbox {
        padding: 0 10px;
        margin-top: 30px;
    }
    .xbnumbox ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .xbnumbox ul li{
        width:50%;
        margin-bottom:20px;
    }
    .xbnumbox li h3 {
        font-size: 40px;
    }
    .xbnumbox li span {
        width: 35px;
    }
    .xbnumbox li div {
        margin: 5px 0;
        align-items: baseline;
    }
    .xbnumbox li p {
        font-size: 12px;
    }
    .xbnumbox li.li5 h3 {
        font-size: 50px;
        height: 40px;
        line-height: 40px;
    }
    .xbproduct {
        padding: 30px 0;
        margin-top: 30px;
    }
    .xbtit01 {
        margin-bottom: 30px;
    }
    .xbtit01 h2 {
        font-size: 20px;
    }
    .xbtit01 h3 {
        font-size: 12px;
        margin-top: 5px;
    }
    .xbproduct ul li {
        height: 150px;
        background-size:cover !important;
        background-position: center !important;
    }
    .xbproduct ul li .d01 {
        font-size: 18px;
        margin-top: -30px;
        line-height: 60px;
        height: 60px;
        font-weight: bold;
    }
    .xbproduct ul li .d02{
        display: none;
    }
    .xbnewsbox {
        padding: 30px 0;
    }
    .xbnewsbox .divbox {
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .xbnewsbox .divbox .d01 {
        width: 100%;
        margin: 0;
    }
    .xbnewsbox .divbox .d02 {
        width: 100%;
    }
    .xbnewsbox .d02 li p{
        display: none;
    }
    .xbnewsbox .n-prev, .xbnewsbox .n-next{
        top: 26%;
    }
    .xbnewsbox .d01 li div {
        padding: 10px;
        background: #f7f7f7;
    }
    .xbnewsbox .d01 li div em, .xbnewsbox .d02 li em {
        font-size: 14px;
    }
    .xbnewsbox .d01 li div h3, .xbnewsbox .d02 li h3 {
        font-size: 15px;
    }
    .xbnewsbox .d01 li div p{
        font-size: 14px;
    }
    .xbnewsbox .d02 li {
        padding: 10px 0;
    }
    .xbnewsbox .d02 .xbmore {
        justify-content: center;
        margin-top: 10px;
    }
    .xbnewsbox .d02 .xbmore a {
        line-height: 34px;
        height: 34px;
        width: 120px;
    }
    .xbhengtu .divbox {
        top: 30px;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .xbhengtu .divbox span {
        width: 50%;
        margin: auto;
    }
    .xbhengtu .divbox .sum {
        width: auto;
        margin: auto;
        padding: 0 10px;
        margin-top: 15px;
    }
    .xbhengtu .divbox .sum p {
        font-size: 12px;
        line-height: 1.5;
    }
    .xbhengtu .divbox .sum ins {
        justify-content: center;
        margin-top: 15px;
    }
    .xbhengtu .divbox .sum ins a {
        line-height: 32px;
        height: 32px;
        width: 120px;
    }
    .xbftcon{
        width: 80px;
    }
    .xbftcon .d01 {
        justify-content: center;
        margin-top: 15px;
    }
    .xbftcon .d01 h3
    ,.xbftcon .d01 .wximg span{
        display: none;
    }
    .xbftcon .d01 .wximg ins {
        display: block;
        width: 80px;
        opacity: 1;
        margin: 0;
        transform: translateX(0);
    }
    .xbftcon .d01 .wximg{
        margin: 0;
    }
    .xbftcon p {
        margin-top: 0;
        text-align: center;
        font-size: 12px;
    }
    .footer{
        padding-top: 30px;
    }
    .xbnumbox li em {
        font-size: 17px;
    }
    .xbnumbox li ins
    ,.xbnumbox li div i {
        right: 35px;
        bottom: 4px;
        font-size: 11px;
        position: initial;
    }
    .foot01 .divbox {
        width: calc(100% - 90px);
    }
    .ftlogo{
        text-align: left;
        margin-bottom: 0;
    }
    .ftlogo p{
        text-align: left;
        font-size: 12px;
        color: #666;
        margin-top: 5px;
    }
    .ftlogo p i{
        color: #1854f4;
        margin-right: 3px;
    }
    .xbvideobox .d01{
        width: 100%;
        margin: 0;
    }
    .xbhengtu span ins {
        width: 75px;
        height: 30px;
        margin-top: 10px;
    }
    .xbhengtu .img02 {
        max-width: none;
        width: 75px;
    }
    /*-----------list-culture-----------*/
    .list-culture01{
        padding:0 10px 50px 10px;
    }
    .list-culture01 .xbtit01 {
        padding-top: 35px;
    }
    .wp1188{
        width: auto;
    }
    .list-culture01 .divbox {
        flex-wrap: wrap;
    }
    .list-culture01 .ul01 {
        width: 100%;
    }
    .list-culture01 .ul01 li {
        padding: 23px;
        margin-bottom: 10px;
        border-radius: 15px;
        padding-right: 0;
    }
    .list-culture01 .ul01 li h3
    ,.list-culture01 .d02 h2 {
        font-size: 23px;
    }
    .list-culture01 .ul01 li h4
    ,.list-culture01 .d02 p {
        font-size: 14px;
    }
    .list-culture01 .ul01 li .div01 div {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-culture01 .ul01 li p::after {
        width: 7px;
        height: 7px;
        top: 7px;
    }
    .list-culture01 .ul01 li p {
        padding-left: 13px;
    }
    .list-culture01 .d02 {
        padding: 25px;
        border-radius: 15px;
        width: 100%;
        margin-top: 10px;
    }
    .list-culture01 .d02 ul {
        position: relative;
        gap: 20px 0;
        bottom: auto;
    }
    .list-culture01 .d02 ul li h3 {
        font-size: 14px;
    }
    .whyy {
        bottom: 0;
        left: -53%;
        width: 800px;
        height: 700px;
    }
    .list-culture02 li {
        width: calc(50% - 5px);
        border-radius: 15px;
    }
    .list-culture02 {
        padding: 50px 10px;
    }
    .list-culture02 li .d02 h3{
        display: none;
    }
    .list-culture02 li .d01, .list-culture02 li.li6 .d01 {
        padding: 11px 13px;
        opacity: 1;
        height: auto;
        bottom: 0;
        background: none !important;
        top: auto;
        z-index: 1;
    }
    .list-culture02 li .d01 h3 {
        font-size: 20px;
        margin-bottom: 10px;
        transform: translateY(0);
        opacity: 1;
    }
    .list-culture02 li .d01 p{
        transform: translateY(0);
        font-size: 10px;
        opacity: 1;
    }
    .list-culture02 li.li2, .list-culture02 li.li4, 
    .list-culture02 li.li7, .list-culture02 li.li9 {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform:translateY(0);
        -o-transform: translateY(0);
    }
    .list-culture02 li .d02{
        height: 60%;
    }
    .list-culture03 {
        padding:30px 0 50px 0;
        margin-top: 0;
    }
    .tabdiv li h3 {
        font-size: 15px;
        padding: 10px 0;
    }
    .tabdiv li {
        border-top: 3px solid #f3f3f3;
    }
    .tabdiv li.swiper-slide-thumb-active::after {
        height: 5px;
        top: -4px;
    }
    .list-culture03 .d01{
        flex-wrap: wrap;
    }
    .list-culture03 .d01 .danmu {
        width: 100%;
        height: auto;
    }
    .list-culture03 .d01 .tabimg {
        width: auto;
        padding: 0;
        margin: 0 10px;
    }
    .list-culture04 {
        padding: 50px 10px;
    }
    .list-culture04 li a {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .list-culture04 ul {
        padding: 50px 0;
    }
    .list-culture04 .moreqk {
        width: 120px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 30px;
    }
    .list-culture05{
        padding:50px 0;
    }
    .list-culture05 .divbox .s01 {
        width: 100px;
        margin-left: 10px;
        position: absolute;
        top: -120px;
    }
    .list-culture05 .divbox {
        margin-top: 30px;
    }
    .list-culture05 ul {
        width: auto;
        margin-left: 0;
        gap: 10px 0;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .list-culture05 li {
        width: 100%;
    }
    .list-culture05 li .div01 {
        padding: 15px;
        border-radius: 15px;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list-culture05 li .d02 {
        transform: translateY(0);
        opacity: 1;
    }
    .list-culture05 li .d01 h3 {
        font-size: 14px;
    }
    .list-culture05 li .d01 p {
        font-size: 16px;
        height: auto;
    }
    .list-culture05 li .d02 h3{
        display: none;
    }
    .list-culture05 li .d02 span {
        width: 80px;
        border-radius: 10px;
    }
    .list-culture05 li .d02 span img {
        border-radius: 8px;
    }
    .list-culture05 .divbox::after {
        width: 40px;
        height: 50px;
        top: -70px;
        right: 20px;
    }
    .list-culture04 .c-prev, .list-culture04 .c-next{
        display: none;
    }
    .list-culture03{
        padding-top: 50px;
        background-position: center !important;
    }
    .list-culture03 .d01 .danmu{
        padding-bottom: 30px;
        padding-left: 10px;
    }
    .list-culture03 .d01 .danmu span{
        width: auto;
    }
    .list-culture03 .d01 .danmu span ins {
        padding: 6px 10px;
        font-size: 14px;
    }
    .list-culture03 .d01 .danmu span:nth-child(2n) ins {
        transform: translateX(0) translateY(20px);
    }
    .culture03 img {
        max-width: 70%;
    }
    .culture03 {
        margin-bottom: 30px;
    }
    .c-dots{
        bottom: 10px;
        position: absolute;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    .c-dots span{
        background: #fff;
    }
    .tabdiv {
        padding-top: 5px;
        margin-top: 25px;
    }
    .list-xbpublic{
        margin-top: -50px;
        padding-bottom:0;
    }
    .list-xbpublic .ul01{
        margin: 0 10px;
    }
    .list-xbpublic .ul01 li {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        flex-wrap: wrap;
    }
    .list-xbpublic .ul01 li .divbox {
        width: 100%;
    }
    .list-xbpublic .ul01 li .d01 h3 a {
        font-size: 23px;
    }
    .list-xbpublic .ul01 li .d01 h3 {
        margin-bottom: 10px;
    }
    .list-xbpublic .ul01 li .d01 ins {
        margin-bottom: 10px;
    }
    .list-xbpublic .ul01 li .d01 ins p {
        font-size: 14px;
    }
    .list-xbpublic .ul01 li .d02 a {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .list-xbpublic .ul01 li span {
        display: block;
        width: 160px;
        margin: auto;
        margin-top: 25px;
    }
    .list-xbpublic .ul01 li span p {
        font-size: 14px; 
    }
    .publicarticle .xiazaibox{
        display: none;
    }
    .list-culture04 li.swiper-slide-active{
        transform: scale(1.4);
        z-index: 2;
    }
    .list-culture03::after, .list-culture04::after{
        width:900px;
        height: 700px;
        left: -50%;
        top: -20%;
        opacity: .8;
        background-size: cover !important;
    }
    .list-culture05 .divbox .s01 p {
        width: 8px;
        bottom: 0;
        left: 10px;
        font-size: 5px;
    }
    .list-culture05 .divbox .s01 span {
        width: 30px;
        top: 0;
    }
    .list-culture05 .divbox .s01 .img02 {
        width: 100px;
        top: auto;
        left: auto;
        bottom: 29px;
        right: -90px;
    }
    /*-----------list-contact-----------------*/
    .list-cbnav {
        padding-top: 15px;
    }
    .list-cbnav ul {
        gap: 5px 0;
        flex-wrap: wrap;
    }
    .list-cbnav ul li{ 
        width:33%;
        text-align: center;
    }
    .list-cbnav li a {
        font-size: 15px;
    }
    .list-contact {
        padding: 30px 10px;
    }
    .contit h2 {
        font-size: 20px;
    }
    .contit {
        padding-left: 27px;
        background-position:left 5px;
        background-size: 20px;
        margin-bottom: 20px;
    }
    .list-contact .d01 {
        padding: 15px;
        border-radius: 10px;
    }
    .list-contact .d01 br{
        display: none;
    }
    .list-contact .d01 span {
        font-size: 16px;
        line-height: 1.8;
    }
    .list-contact .d01 div {
        font-size: 17px;
        margin-top: 10px;
    }
    .list-contact .d01 div strong {
        font-size: 25px;
        font-family: HinTing;
    }
    .list-contact .ul01 {
        margin-top: 10px;
        gap: 10px;
    }
    .list-contact .ul01 li {
        width: calc(50% - 5px);
        border-radius: 10px;
        padding: 20px 0;
    }
    .list-contact .ul01 li h3, .list-contact .d02 .div01 h3 {
        font-size: 16px;
        padding: 0 10px;
        line-height: 1.3;
    }
    .list-contact .ul01 li p, .list-contact .d02 .div01 p {
        font-size: 13px;
    }
    .list-contact .ul01 li p span, .list-contact .d02 .div01 p span{
        transform: translateY(-2px);
    }
    .list-contact .ul01 li p strong, .list-contact .d02 .div01 p strong {
        font-size: 16px;
        font-family: HinTing;
    }
    .list-contact .ul01 li p strong ins{
        display: block;
        font-size: 13px;
    }
    .list-contact .d02 {
        padding: 20px 15px;
        border-radius: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .list-contact .d02 .div01 {
        width: 100%;
    }
    .list-contact .d02 .div02 {
        width: 100%;
        margin-top: 20px;
    }
    .list-contact .d02 .div02 span {
        width: calc((100% - 2* 10px) / 3);
        font-size: 14px;
    }
    .contit02 {
        margin-top: 30px;
    }
    .list-contact .ul02 li{
        width: 100%;
    }
    .list-contact .ul01 li.li04 {
        width: 100%;
        padding: 10px;
    }
    .list-contact .ul01 li.li04 div{
        width: calc(100% - 130px);
    }
    .list-contact .ul01 li.li04 ins {
        width: 100px;
    }
    .list-contact .ul01 li.li04 ins h4 {
        font-size: 12px;
    }
    .list-contact .d03 {
        margin-top: 30px;
    }
    .list-contact .d03 .divbox {
        padding: 20px;
        border-radius: 15px;
        flex-wrap: wrap;
    }
    .list-contact .d03 .divbox .div01 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .list-contact .d03 .divbox .div01 h2 {
        font-size:35px;
    }
    .list-contact .d03 .divbox .div01 strong {
        font-size: 23px;
        margin-top: 10px;
        font-family: HinTing;
    }
    .list-contact .d03 .divbox ul {
        gap: 20px 0;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .list-contact .d03 .divbox ul li {
        width: 100%;
    }
    .list-contact .d03 .divbox ul li div h3 {
        font-size: 17px;
    }
    .list-contact .d03 .divbox ul li div p {
        font-size: 14px;
    }
    .l-xbabout01 {
        padding: 50px 10px;
    }
    .l-xbabout01::after {
        width: 200px;
        height: 200px;
        background-size: 100%;
    }
    .l-xbabout01::before {
        width: 250px;
        height: 250px;
        right: 0;
        background-size: 100%;
    }
    .l-xbabout01 .divbox {
        width: 100%;
    }
    .l-xbabout01 .sum p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .l-xbabout01 ul {
        gap: 20px;
        padding:0;
    }
    .l-xbabout01 li {
        width: calc(50% - 10px);
    }
    .l-xbabout01 li h3 {
        padding: 0 20px;
        font-size: 12px;
    }
    .l-xbabout02 .divbox .d01 li {
        padding-bottom: 10px;
        font-size: 14px;
        border-bottom: 2px solid #ddd;
    }
    .l-xbabout02 {
        padding: 50px 0;
    }
    .l-xbabout02 .divbox .d01 {
        margin-bottom: 20px;
    }
    .l-xbabout02 .divbox .d02 li{
        padding: 0;
    }
    .l-xbabout02 .divbox .d02 {
        margin: 0;
    }
    .l-xbabout02 .divbox .d02 li span {
        width: 100%;
    }
    .l-xbabout02 .divbox .d02 li div {
        position: initial;
        width: 95%;
        transform: translateY(0);
        padding: 15px;
        border: 2px solid #fff;
        margin-top: -10px;
        margin-left: 2.5%;
    }
    .l-xbabout02 .divbox .d02 li div h3 {
        font-size: 18px;
    }
    .l-xbabout02 .divbox .d02 li div em {
        width: 55px;
        height: 2px;
        margin: 13px 0;
    }
    .l-xbabout02 .divbox .d02 li div p {
        font-size: 14px;
        line-height: 1.6;
    }
    .l-xbabout03 {
        padding: 50px 10px !important;
    }
    .zztab {
        gap: 0 30px;
        margin-bottom: 30px;
    }
    .zztab span {
        font-size: 14px;
        padding-bottom:5px;
    }
    .zztab span::after {
        height: 2px;
    }
    .list-xbbrand {
        padding-top: 50px;
    }
    .l-abbrand01 .divbox {
        padding: 30px 0;
        border-radius: 20px;
    }
    .l-abbrand01 .d01 {
        width: 100%;
        margin-bottom: 20px;
        transform: translateX(0);
        text-align: center;
    }
    .l-abbrand01 .d01 img{
        width: 60%;
        margin-bottom: 20px;
    }
    .l-abbrand01 .divbox01 {
        width: 95%;
    }
    .l-abbrand01 .ul01 li {
        position: inherit;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .l-abbrand01 .ul01 li.li1 {
        left: 0;
        bottom: -5%;
    }
    .l-abbrand01 .ul01 li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .l-abbrand01 .ul01 li img {
        max-width: 30px;
        max-height: 30px;
        margin-bottom: 0;
    }
    .l-abbrand01 .ul01 li div {
        border-radius: 10px;
        border: 2px solid #fff;
        padding: 7px;
        width: calc(100% - 70px);
        position: relative;
        left: auto !important;
        top: auto !important;
        text-align: left;
    }
    .l-abbrand01 .ul01 li div h3 {
        font-size: 16px;
    }
    .l-abbrand01 .ul01 li div p {
        font-size: 14px;
        margin-top: 2px;
    }
    .l-abbrand01 .ul01 li.li1 div {
        right: auto;
        top: 74px;
        left: 0;
    }
    .l-abbrand01 .ul01 li.li2 div {
        left: 0;
        top: 68px;
    }
    .l-abbrand01 .ul01 li div::after
    ,.l-abbrand01 .ul01 li.li2 div::after {
        left: -8px;
        top: 20px;
        right: auto;
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
    }
    .l-abbrand01 .ul02 {
        gap: 15px 0;
        flex-wrap: wrap;
    }
    .l-abbrand01 .ul02 li{
        width: 100%;
    }
    .l-abbrand01 .ul02 li div {
        padding: 10px;
        margin-top: 20px;
        font-size: 14px;
    }
    .l-abbrand01 .ul02 li.li1 img{
        height: 50px;
    }
    .l-abbrand01 .ul02 li.li2 img{
        height: 20px;
    }
    .l-xbbrand02 .xbtit01 h2, .l-xbbrand03 .xbtit01 h2 {
        font-size: 20px;
    }
    .l-xbbrand02 {
        margin-top: 20px;
    }
    .l-xbbrand02 .divbox{
        padding: 0;
    }
    .l-xbbrand02 .d01 li span{
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .l-xbbrand02 .d01 li{
        border: none;
        border-right: 1px solid #ddd;
    }
    .l-xbbrand02 .divbox01 {
        border-radius: 10px;
        padding: 0 !important;
        margin: 0 10px;
    }
    .l-xbbrand02 .d02 {
        border-radius: 10px;
    }
    .l-xbbrand03 {
        padding: 50px 0;
        margin-top: 50px;
    }
    .l-xbbrand03 li .d01 span {
        height: 90px;
    }
    .l-xbbrand03 .old-lgprev, .l-xbbrand03 .old-lgnext {
        width: 20px;
        height: 50px;
        left: 35%;
        top: auto;
        bottom: -30px;
        z-index: 222;
    }
    .l-xbbrand03 .old-lgnext {
        left: auto;
        right: 35%;
    }
    .l-xbbrand03 .logogroup {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .list-xbhonor {
        width: auto;
        padding: 50px 10px;
    }
    .list-xbhonor ul {
        gap: 20px 14px;
    }
    .list-xbhonor li {
        width: calc(50% - 7px);
    }
    .list-xbhonor li h3 {
        font-size: 12px;
    }
    .list-xbduty {
        padding-top: 50px;
    }
    .enter01 {
        width: 180px;
        line-height: 37px;
        border-radius: 7px;
        font-size: 15px;
        margin-top: 15px;
    }
    .l-xbduty02 li {
        margin-bottom: 20px;
    }
    .l-xbduty02 li div {
        width: 96%;
        border-radius: 10px;
        min-height: auto;
        position: inherit;
        right: auto;
        top: 50%;
        transform: translateY(-20px);
        padding: 15px;
        left: 2% !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }
    .l-xbduty02 li span {
        width: 100%;
        float: none;
        border-radius: 10px;
    }
    .l-xbduty02{
        padding-top: 50px;
    }
    .l-xbduty02 li div h3 {
        font-size: 23px;
    }
    .l-xbduty02 li div p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.6;
    }
    .l-xbduty02 li:nth-child(2n) span {
        float: none;
    }
    .list-xbzeren {
        padding: 10px;
        padding-top: 0;
        margin-top: -50px;
        border-radius: 15px 15px 0 0;
    }
    .zrtit {
        padding: 50px 0 20px 0;
        margin-bottom: 30px;
    }
    .zrtit h2 {
        font-size: 25px;
    }
    .zrtit p {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .zrtit::after {
        width: 60px;
        height: 4px;
        margin-left: -30px;
    }
    .l-xbzeren01 .sum {
        width: 100%;
    }
    .l-xbzeren01 .sum p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .l-zeren02 {
        padding: 30px 10px;
        border-radius: 20px;
        margin-top: 40px;
    }
    .l-zeren02 .d01 img {
        max-width: 65%;
    }
    .l-zeren02 ul {
        margin-top: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .l-zeren02 li {
        width: 33%;
        margin-bottom: 20px;
    }
    .l-zeren02 li img {
        width: 60px;
        height: auto;
    }
    .l-zeren02 li span{
        display: none;
    }
    .l-zeren02 li div h3 {
        font-size: 15px;
    }
    .l-zeren02 li div p {
        font-size: 13px;
    }
    .l-zeren02 li div {
        margin-top: 0;
    }
    .l-zeren03 .d01 .class01 li
    ,.l-zeren03 .d01 .pic01
    ,.l-zeren03 .d01 .pic01 img 
    ,.l-zeren03 .d01 .class01
    ,.l-zeren03 .d02 span img
    ,.l-zeren03 .d02 span{
        border-radius: 10px;
    }
    .l-zeren03 .d01 .class01 li h3 {
        bottom: 10px;
        padding: 3px 10px;
        font-size: 14px;
    }
    .l-zeren03 .class01 .dots {
        right: 0;
        bottom: 8px !important;
        transform: scale(0.7);
    }
    .l-zeren03 .d03 li {
        flex-wrap: wrap;
    }
    .l-zeren03 .d03 li span{
        width: 100%;
    }
    .l-zeren03 .d03 li div {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .l-zeren03 .d03 li div h3 {
        padding-left: 0;
        font-size: 16px;
    }
    .l-zeren03 .d03 li div p {
        font-size: 14px;
        margin-top: 20px;
    }
    .l-zeren03 .d03 li div ins {
        width: 30px;
        height: 35px;
        left: 20px;
        top: auto;
        bottom: 13px;
        background-size: 100%;
    }
    .l-zeren03 .d03 .dots {
        left: auto;
        right: 5px;
        bottom: 0px !important;
        transform: scale(0.7);
    }
    .l-xbzeren04 {
        width: 100%;
    }
    .l-xbzeren04 .d01 {
        position: relative;
        background: #083090;
        border-radius: 20px 20px 0 0;
    }
    .l-xbzeren04 .d01 p {
        position: initial;
        width: auto;
        font-size: 14px;
        font-weight: lighter;
        padding: 15px;
    }
    .l-xbzeren04 .d02 {
        border-radius: 0 0 20px 20px;
        padding: 23px 15px;
    }
    .l-xbzeren04 .d02 .school {
        padding: 40px 12px;
        gap: 30px 0;
        flex-wrap: wrap;
    }
    .l-xbzeren04 .d02 .school01 {
        width: 100%;
    }
    .l-xbzeren04 .d02 .school01 h2 {
        line-height: 50px;
        font-size: 20px;
    }
    .l-xbzeren04 .d02 .school01 .p01 {
        font-size: 17px;
        margin-top: 5px;
    }
    .l-xbzeren04 .d02 .school::after {
        height: calc(100% - 65px);
        top:50px;
    }
    .l-xbzeren04 .d02 .school01 ul {
        border-radius: 15px;
        margin-top: 15px;
    }
    .l-xbzeren04 .d02 .school01 li.li01 span {
        font-size: 17px;
    }
    .l-xbzeren04 .d02 .school01 li span {
        width: calc(100% - 60px);
        padding: 5px 0;
        font-size:14px;
    }
    .l-xbzeren04 .d02 .school01 li .s01 {
        width: 60px;
    }
    .l-xbzeren04 .d02::after {
        width: 100px;
        height: 100px;
        right: -8px;
        bottom: -30px;
        background-size: 100%;
    }
    .l-xbzeren05 {
        width: 70%;
        margin-top:20px;
        margin-bottom: 0;
    }
    .l-xbzeren05 span {
        width: 90px;
        left: -48px;
        bottom: -30px;
    }
    @keyframes xqiu{
        0% {
            transform:translate(-2px,2px) rotate(0);
        }
        50% {
            transform:translate(20px,-20px) rotate(10deg);
        }
        100% {
            transform:translate(-2px,2px) rotate(0);
        }	
    }
    .classform {
        width: 90%;
    }
    .classform form {
        font-size: 12px;
    }
    .classform .close {
        right: 7px;
        top: 7px;
        border: none;
        font-size: 20px;
    }
    .l-xbbrand02 .old-bprev, .l-xbbrand02 .old-bnext{
        right: auto;
        left: 5px;
        bottom: 10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }
    .l-xbbrand02 .old-bnext {
        left: auto;
        right: 5px;
    }
    .l-xbduty01{
        margin: 0 10px;
        border-radius: 10px;
    }
    .l-xbduty01 .video{
        border-radius: 10px;
    }
    .l-zeren03 .d03{
        flex-wrap: wrap;
    }
    .l-zeren03 .d03 .imgbox 
    ,.l-zeren03 .d03 .saybox{
        width: 100%;
    }
    .l-zeren03 .d03 .imgbox
    ,.l-zeren03 .d03 .imgbox img{
        border-radius: 10px;
    }
    .l-xbbrand03 li {
        gap: 10px;
    }
    .l-xbbrand03 li .d01 {
        width: calc((100% - 2* 10px) / 3);
        margin-bottom: 0;
    }
    .l-xbbrand03 li .d01 span {
        height: 60px;
        border-radius: 5px;
    }
    .l-xbbrand03 li img {
        width: 85%;
    }
    .l-abbrand01 .sumbox {
        position: initial;
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    .l-abbrand01 .sumbox p {
        font-size: 13px;
    }
    .l-abbrand01 .sumbox h3 {
        font-size: 16px;
    }
    .list-lj01 {
        padding: 20px;
        margin: 50px 10px 0 10px;
    }
    .list-lj01 p {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .list-lj02 {
        margin-top: 50px;
    }
    .list-lianjie h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .list-lj02 ul {
        gap: 10px;
    }
    .list-lj02 li {
        width: calc(50% - 5px);
        padding: 30px 10px 20px 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07);
    }
    .list-lj02 li span {
        font-size: 20px;
    }
    .list-lj02 li::after {
        width: 80px;
        height: 80px;
        left: -40px;
        top: -40px;
    }
    .list-lj02 li div h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .list-lj02 li div p {
        font-size: 14px;
        height: auto;
        font-weight:400;
    }
    .list-lj03 {
        margin-top: 50px;
    }
    .list-lj03 li {
        width: calc(50% - 5px);
        padding: 20px 15px;
        border-radius: 15px;
    }
    .list-lj03 li h3 {
        font-size: 18px;
    }
    .list-lj03 li h3 img {
        width: 22px;
    }
    .list-lj03 li p {
        font-size: 14px;
        font-weight:400;
    }
    .list-lj04 {
        margin-top: 50px;
    }
    .list-lj04 .divbox {
        border-radius: 10px;
        padding: 30px 20px 100px 20px;
    }
    .list-lj04 .divbox .d01 p {
        font-size: 14px;
        margin-bottom: 25px;
        font-weight:400;
    }
    .list-lj04 .divbox .d01 span ins {
        padding: 3px 10px;
        font-size: 14px;
    }
    .list-lj04 .divbox .d01 span ins em {
        font-size: 16px;
    }
    .list-lj04 .divbox .d01 span a {
        padding: 4px 10px;
        font-size: 14px;
    }
    .ftlj a.a01 {
        line-height: 20px;
        height: 20px;
        font-size: 12px;
        padding: 0 6px;
        margin-top: 5px;
        margin-left: 20px;
    }
    .floatcon{
        top:65%
    }
    .floatcon:hover .d02{
        display: none;
    }
    .floatcon .d01 {
        padding: 10px;
        width: 20px;
        font-size: 14px;
        line-height: 1.2;
    }
    .floatcon .d01 em {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .topcon a {
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        margin-top: 14px;
    }
    .topcon a em {
        margin-right: 3px;
        font-size: 14px;
    }
    .mbtop{
        display: flex;
    }
    .leftimg .dots {
        transform: scale(0.7);
    }
    .l-xbzeren04 .d02 .school01 h2.h201 {
        font-size: 14px;
        margin-top: 10px;
    }

    .dianziban{
        height: 200px;
        overflow: hidden;
    }
    .dianziban .wp1200{
        width: 90%;
    }
    .dianziban .s01 img {
        width: auto;
        height: 200px;
        max-width:initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .dianziban .s02{
        width: 50%;
        display: block;
    }
    .dianziban .s02 img{
        width: 100%;
        height: auto;
    }
    .dianziban li {
        padding-right: 15px;
        margin-right: 0;
    }
    .dianziban li p {
        font-size: 12px;
        width: 70px;
        font-weight: normal;
    }
    .dianziban li div span{
        width: 15px;
    }
    .dianziban li div h3 {
        font-size: 25px;
    }
    .dianziban li div ins {
        font-size: 13px;  
    }
    .dianziban ul {
        margin-top: 15px;
    }
    .l-dianzi01 {
        padding: 40px 10px 40px 10px;
    }
    .l-dianzi01 .wp1200{
        padding: 0 !important;
        background: #fff;
    }
    .l-dianzi01 li{
        flex-wrap: wrap;
    }
    .l-dianzi01 li div{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .l-dianzi01 li span{
        width: 100%;
    }
    .l-dianzi01 li div h3{  
        font-size: 18px;
    }
    .l-dianzi01 li div p{ 
        font-size: 14px;
        margin-top: 15px; 
    }
    .l-dianzi01 li div a {
        margin-top: 15px;
        font-size: 14px;
        width: 100px;
        line-height: 30px;
    }
    .l-dianzi03 .dztabtit li span {
        width: 35px;
    }
    .l-dianzi03 .dztabtit li h3 {
        font-size: 12px;
    }
    .l-dianzi03 .dztabtit li::after{
        height: 2px;
    }
    .l-dianzi03 .dztabtit li.a::after{
        width: 100%;
    }
    .l-dianzi03 .divbox {
        padding: 15px;
    }
    .l-dianzi03 .divbox ul {
        gap:20px 10px;
    }
    .l-dianzi03 .divbox ul li{
        width: calc((100% - 2*10px)/3);
    }
    .l-dianzi03 .divbox li span {
        width: 45px;
    }
    .l-dianzi03 .divbox li h3 {
        margin-top: 7px;
        font-size: 12px;
    }
    .l-dianzi04 {
        padding: 40px 10px;
    }
    .l-dianzi04 ul{
        flex-wrap: wrap;
        gap: 20px;
    }
    .l-dianzi04 ul li{
        width: calc(50% - 10px);
    }
    .l-dianzi04 ul li span{
        width: 80px;
    }
    .l-dianzi04 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .l-dianzi04 li div {
        margin-top: 6px;
    }
    .l-dianzi04 li div a{
        font-size: 10px;
        font-weight: normal;
    }
    .l-dianzi05 .divbox {
        min-height: auto;
        flex-wrap: wrap;
    }
    .l-dianzi05 .divbox .d01 {
        width: 100%;
    }
    .l-dianzi05 .divbox .d01 ul{
        display: flex;
        gap: 10px;
    }
    .l-dianzi05 .divbox .d01 ul li{
        width: calc((100% - 3*10px)/4);
        display: block;
        padding: 5px;
        margin: 0;
    }
    .l-dianzi05 .divbox .d01 li span{
        margin: auto;
    }
    .l-dianzi05 .divbox .d01 li h3 {
        font-size: 12px;
        text-align: center;
    }
    .l-dianzi05 .divbox .d02 {
        width: 100%;
        margin-top: 10px;
    }
    .l-dianzi05 .divbox .d02 .ul01{
        padding: 10px;
    }
    .l-dianzi05 .divbox .d02 h2 {
        font-size: 17px;
        padding: 8px 10px 15px 10px;
    }
    .l-dianzi05 .divbox .d02 .ul01 .sum {
        padding: 10px 0;
    }
    .l-dianzi05 .divbox .d02 .ul01 h4 {
        font-size: 14px;
        padding: 0 10px;
    }
    .l-dianzi05 .divbox .d02 .ul01 ul li span {
        width: 55px;
    }
    .l-dianzi05 .divbox .d02 .ul01 ul li p {
        font-size: 12px;
        margin-top: 4px;
    }
    .l-dianzi05 .divbox .d02 .ul01 ul {
        margin-top: 15px;
    }
    .l-dianzi05 .divbox .d02 .ul01 ul li p ins {
        font-size: 10px;
    }
    .l-dianzi05 .divbox .d02 .ul01 ul li {
        width: auto;
        flex: 1;
    }
    .l-dianzi06{
        padding-top: 40px;
    }
    .l-dianzi06 .ul01 {
        padding: 10px;
    }
    .l-dianzi06 .ul01 li{
        flex-wrap: wrap;
        background: none;
        border-bottom: 1px solid #eee;
    }
    .l-dianzi06 .ul01 li.li01{
        padding: 10px;
        justify-content: center;
        border: none;
    }
    .l-dianzi06 .ul01 li.li01 span{
        background: #fff;
    }
    .l-dianzi06 .ul01 li .s01{
        width: 100% !important;
        background: none;
        margin-right: 0;
        box-sizing: border-box;        
    }
    .l-dianzi06 .ul01 li span{
        font-size: 12px;
        text-align: left;
        padding: 2px 10px;
        border-radius: 30px;
        background: #f5f5f5;
        margin-right: 5px;
        margin-bottom: 5px;
        min-height: auto;
        width: auto !important;
    }
    .l-dianzi06 .ul01 li span::after{
        display: none;
    }
    .l-dianzi06 .ul01 li span a{
        font-size: 14px;
        color: #333;
    }
    .xbproduct .xbtitbg{
        line-height: 30px;
        padding: 0 30px 0 15px;
        border-radius: 14px 0 0 0;
        font-size: 17px;
        font-weight: bold;
        padding-top: 5px;
    }
    .l-dianzi01 .prev, .l-dianzi01 .next{
        width: 30px;
        height: 30px;
        left: 10px;
        z-index: 1;
        top: 22%;
        margin-top: -15px;
    }
    .l-dianzi01 .next{
        left: auto;
        right: 10px;;
    }
    .l-dianzi01 .wp1200{
        padding-bottom: 60px !important;
    }
    .l-dianzi06 .ul01 .dz-tit h2{
        font-size: 18px;
    }
    .l-dianzi06 .ul01 .dz-tit{
        margin-bottom: 10px;
    }
    .l-dianzi06 .ul01 .dz-tit h2::after{
        font-size: 18px;
    }
    .l-dianzi06 .ul01 .dz-tit a {
        width: 75px;
        line-height: 25px;
        height: 25px;
        font-size: 12px;
    }
    .l-dianzi06 .ul01 .d02 {
        margin-top: 25px;
    }
    .view-newspro03 .d01 .shangxia {
        padding-top: 0;
    }
    .view-newspro03 .d01 .shangxia li span {
        margin-top: -30px;
    }
    .l-video {
        margin-top: 40px;
    }
    .l-video .xbmore a{
        line-height: 32px;
        height: 32px;
        font-size: 12px;
        width: 100px;
        margin-top: 25px;
    }
    .l-video .d01 li a {
        border-radius: 5px;
        padding: 5px;
    }
    .l-video .d01 li h3 {
        padding: 10px 0;
        font-size: 14px;
    }
    .l-video .d01 li span ins {
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }
    .l-video .v-prev, .l-video .v-next {
        width: 20px;
        height: 20px;
        left: 20px;
        margin-top: -28px;
        z-index: 1;
        font-size: 12px;
    }
    .l-video .v-next{
        left: auto;
        right: 20px;
    }
    .list-video .l-video .d01 ul{
        gap: 20px 10px;
    }
    .list-video .l-video .d01 ul li{
        width: calc(50% - 5px);
    }
    .list-video .l-video {
        padding-bottom: 0;
    }
}



