@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;
}
.w14{width:1400px;margin:auto;}
body{background:#fff;}

.partners{
	display:none;
}
/*公共头部*/
.ispc #diystart{
	z-index:10;
}
.headerbox{
	background:#fff;
	padding:11px 0;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	border-bottom:1px solid #dbdbdb;
	z-index:2;
}
.topphone{
	float:right;
	line-height:55px;
	margin-left:20px;
	font-size:16px;
	color: #8b3c3f;
	font-weight:bold;
}
.header{
	position:relative;
}
.header .logo{
	line-height:55px;
}
.header .logo img{
	height:55px;
	width:auto;
}
.toptext{
	float:left;
	margin-left:60px;
	overflow:hidden;
	height:46px;
	position:relative;
	margin-top:5px;
}
.toptext02{
	transition:0.4s;
	width:auto;
}
.headerbox.open .toptext02{
	position:absolute;
	top:0;
	left:-100%;
	transform:scale(0.20);
	-ms-transform:scale(0.20);
	-moz-transform:scale(0.20);
	-webkit-transform:scale(0.20);
	-o-transform:scale(0.20);
	width:0;
}
.toptext .opennav{
	display:block;
	float:left;
	font-size:16px;
	color:#666;
	line-height:22px;
	transition:0.3s;
	margin-top:12px;
	cursor:pointer;
}
.toptext .opennav em{
	color:#8b3c3f;
	font-size:18px;
}
.toptext .nav02 {
    float: left;
    margin-left: 30px;
}
.toptext .nav02 li{
	float:left;
	margin:12px 30px;
}
.toptext .nav02 ul{
	display:none !important;
}
.toptext .nav02 li a{
	font-size:16px;
	color:#666;
	line-height:22px;
	transition:0.3s;
	display:block;
}
.toptext .nav02 li:hover a,.toptext .opennav:hover{
	color:#8b3c3f;
}
.nav02 .diy{
	margin-top:20px;
}
.searchbox{
	position:absolute;
	top:9px;
	right:16%;
	width:0;
	overflow:hidden;
	transition:0.2s;
}
.headerbox.open .searchbox{
	width:720px;
	right:calc(50% - 360px);
	transition:0.4s;
}
.searchbox form{
	width:100%;
}
.searchbox input[type="text"]{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	border:1px solid #dbdbdb;
	box-sizing:border-box;
	padding:0 20px;
	padding-left:50px;
	outline-color: rgba(0,0,0,0);
}
.searchbox .search02{
	position:absolute;
	width:40px;
	height:40px;
	font-size:0;
	left:0;
	top:0;
	outline-color: rgba(0,0,0,0);
	background:rgba(0,0,0,0);
	border:none;
}
.searchbox span{
	display:block;
	position:absolute;
	width:40px;
	line-height:40px;
	font-size:24px;
	left:0;
	top:0;
	color:#8b3c3f;
	cursor:pointer;
	text-align:center;
}
.seek01,.seek02{
	display:block;
	line-height:56px;
	height:56px;
	font-size:24px;
	color:#8b3c3f;
	cursor:pointer;
	float:right;
}
.seek02{
	display:none;
}
.navbox{
	background: #fff;
	position:fixed;
	width:100%;
	height:calc(100% - 79px);
	left:0;
	top:79px;
	z-index:4;
	display:none;
}
.navbg{
	display:block;
	height:100%;
	background:#111214;
	position:absolute;
	top:0;
	left:0;
}
.nbox01{
	position:relative;
	height:100%;
}
.nav01{
	width: 24%;
    padding:10px 0;
    background-color: #111214;
	height:calc(100% - 20px);
}
.nav01 li{
	width: 100%;
	float:none;
	position:initial;
}
.nav01 li a{
	display:block;
	padding-right:20px;
	padding-left:10px;
	font-size:15px;
	color:#fff;
	line-height:46px;
	transition:0.4s;
	border-left:4px solid #111214;
	position:relative;
}
.nav01 > li:hover > a,.nav01 > li.b > a{
	border-left:4px solid #8b3c3f;
	background:#2f3034;
}
.nav01 > li > ul{
	display:block;
	width: calc(24% - 10px);
	position:absolute;
	top:0;
	left:24%;
	padding:10px 0;
	padding-left:10px;
    background-color: #2f3034;
	height:calc(100% - 20px);
	display:none;
}
.nav01 > li > ul > li{
	position:initial;
}
.nav01 > li > ul >li > a{
	border-left:4px solid #2f3034;
}
.nav01 li a em{
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	top:19px;
	right:20px;
	background: url(/template/index/public/54/54-0044/images/more02.png) no-repeat top center;
	background-size:100%;
} 
.nav01 > li > ul > li:hover > a,.nav01 > li > ul > li.b > a{
	border-left:4px solid #8b3c3f;
	background:#fff;
	color:#333
}
.nav01 > li > ul > li:hover > a em,.nav01 > li > ul > li.b > a em{
	background: url(/template/index/public/54/54-0044/images/more02.png) no-repeat bottom center;
	background-size:100%; 
}
.nav01 > li > ul ul{
	position: absolute;
    top: 0;
    left: 100% !important;
    padding: 40px 0;
    padding-left: 40px;
    background-color: #fff;
    height: calc(100% - 80px);
    width: 688px;
    display: none;
}
.nav01 > li:hover > ul,.nav01 > li.b > ul{
	z-index:4;
	background-color: #2f3034;
	display:block;
}
.nav01 > li.b > ul li.b ul,.nav01 > li > ul li.b ul,.nav01 > li > ul li:hover ul{
	display:block;
	z-index:4;
}
.nav01 > li > ul ul li{
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.nav01 > li > ul ul li a{
	color:#666;
	padding-left:0;
	line-height:20px;
	border:none;
}
.nav01 > li > ul ul li:hover a{
	color:#8b3c3f;
}
.headerbox.open .seek01{
	display:none;
}
.headerbox.open .seek02{
	display:block;
}
.topcontact{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:4;
}
.topcontact a{
	display:block;
	border-radius: 2px;
    text-align: center;
    background-color: #8b3c3f;
    color: #fff;
	font-size:16px;
	width:120px;
	line-height:40px;
	transition:0.3s;
}
.topcontact a:hover{
	opacity:0.8;
}
.nav01 > li.abc2 > ul
,.nav01 > li.abc4 > ul
,.nav01 > li.abc5 > ul{
	background:#fff;
	width: 76%;
	padding-left:0;
}
.nav01 > li.abc2 > ul > li
,.nav01 > li.abc4 > ul > li
,.nav01 > li.abc5 > ul > li{
	background:#fff;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
	width:calc(100% - 60px);
}
.nav01 > li.abc2 > ul > li > a
,.nav01 > li.abc4 > ul > li > a
,.nav01 > li.abc5 > ul > li > a{
	color:#000;
	border-left:none;
	width:auto;
	line-height:20px;
	padding:0;
}
.nav01 > li.abc2 > ul > li > a em
,.nav01 > li.abc4 > ul > li > a em
,.nav01 > li.abc5 > ul > li > a em{
	display:none;
}
.nav01 > li.abc2 > ul > li > a span
,.nav01 > li.abc4 > ul > li > a span
,.nav01 > li.abc5 > ul > li > a span{
	transition:0.2s;
}
.nav01 > li.abc2 > ul > li > a span:hover
,.nav01 > li.abc4 > ul > li > a span:hover
,.nav01 > li.abc5 > ul > li > a span:hover{
	color:#8b3c3f;
}





/*banner*/
.banner01{
	max-height:720px;
	overflow:hidden;
	margin-top:78px;
}
.banner01 .dots{
	left:0;
	bottom:30px;
}
.banner01 .dots span{
	margin:0;
	width:40px;
	height:3px;
	background:#fff;
	opacity: 0.3;
}
.banner01 .dots span.active{
	opacity:1;
	background:#fff;
}


/*关于我们*/
.about{
	margin:100px auto;
}
.about .abl{
	float:left;
	width:38%;
	position:relative;
}
.about .abl img{
	width:100%;
	height:auto;
}
.about .abl .link01{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:calc(50% - 30px);
	display:none;
}
.about .abl .link01 h3{
	font-size:14px;
	color:#fff;
	line-height:20px;
	margin-top:6px;
}
.about .abl .link01 a.play{
	display:block;
	margin:auto;
	width:60px;
	height:60px;
	background: url(/template/index/public/54/54-0044/images/play.png) no-repeat center;
	background-size:100%;
	transition:0.3s;
}
.about .abl .link01 a.play:hover{
	opacity:0.8;
}
.about .abr{
	float:right;
	width:62%;
}
.about .abr .ab01{
	width:calc(100% - 90px);
	margin-left:90px;
}
.about .abr .ab01 .text01{
	float:left;
	width:140px;
}
.about .abr .ab01 .text01 h1{
	font-size:38px;
	font-weight:bold;
	color:#333;
	line-height: 42px;
}
.about .abr .ab01 .text01 h2{
	font-size:22px;
	font-weight:bold;
	color:#333;
}
.about .abr .ab01 .text02{
	float:right;
	width:calc(100% - 200px);
}
.about .abr .ab01 .text02 p{
	line-height: 32px;
    font-size: 13px;
    color: #666;
}
.about .abr .ab01 .text02 ul li{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.about .abr .ab01 .text02 ul li a{
    font-size: 13px;
    color: #8b3c3f;
}
.about .abr .ab02{
	position:relative;
	margin:60px auto;
}
.about .abr .ab02 span{
	display:block;
	width:100%;
	height:1px;
	background:#ccc;
}
.about .abr .ab02 a{
	display:block;
	width:40px;
	line-height:38px;
	border:1px solid #000;
	color:#000;
	font-size:16px;
	text-align:center;
	position:absolute;
	top:-20px;
	left:290px;
	box-sizing:border-box;
	border-radius:20px;
	background:#fff;
	transition:0.3s;
}
.about .abr .ab02 a:hover{
	background:#8b3c3f;
	border-color:#8b3c3f;
	color:#fff;
}
.about .abr .ab03{
	width:calc(100% - 290px);
	margin-left:290px;
}
.about .abr .ab03 li{
	float:left;
	margin-right:80px;
}
.about .abr .ab03 li:last-child{
	margin-right:0;
}
.about .abr .ab03 li h3{
	font-size:42px;
	color:#8b3c3f;
	font-weight:bold;
	line-height: 52px;
	display:inline-block;
}
.about .abr .ab03 li em{
	font-size:24px;
	display:block;
	color:#8b3c3f;
	font-weight:bold;
	display:inline-block;
	
}
.about .abr .ab03 li h4{
	font-size:14px;
	color:#333;
}


/*产品与服务*/
.product{
	margin-bottom:80px;
}
.tit01{
	position:relative;
	padding:25px 0;
	margin-bottom:50px;
}
.tit01 span{
	display:block;
	width:100%;
	height:1px;
	background:#e6e6e6;
}
.tit01 div{
	text-align:center;
	width:200px;
	position:absolute;
	top:0;
	left:calc(50% - 100px);
	background:#f5f5f5;
}
.tit01 div h1{
	font-size:24px;
	color:#000;
	font-weight:bold;
	line-height:30px;
}
.tit01 div h2{
	font-size:12px;
	color:#666;
	line-height:22px;
}
.product .tit01 div{
	background:#fff;
}
.product ul{
	position:relative;
}
.product ul li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	border-radius:6px;
	overflow:hidden;
}
.product ul li.p04{
	position:absolute;
	right:0;
	top:25%;
}
.product ul li a{
	display:block;
	position:relative;
}
.product ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.product ul li img{
	width:100%;
	height:auto;
	transition:1.2s;
}
.product ul li .text{
	position:absolute;
	width:calc(100% - 60px);
	left:0;
	bottom:0;
	padding:30px;
	background-image: linear-gradient(0deg,rgba(0,0,0,0.60) 0,rgba(0,0,0,0.00) 100%);
}
.product ul li div h3{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	float:left;
	width:100%;
	line-height:26px;
	height:26px;
	overflow:hidden;
}
.product ul li div h4{
	font-size:26px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	height:30px;
	max-width:calc(100% - 46px);
	overflow:hidden;
	padding-right:40px;
	background: url(/template/index/public/54/54-0044/images/more01.png) no-repeat right center;
	background-size:26px;
	transition:0.4s;
	float:left;
}
.product ul li:hover img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.product ul li:hover div h4{
	padding-right:46px;
}
.rmore{
	display:block;
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:auto;
	margin-top:50px;
	border-bottom:2px solid #8b3c3f;
	width:96px;
	transition:0.3s;
}
.rmore:hover{
	color:#8b3c3f;
}
.product .rmore{
	margin-top:30px;
}



/*解决方案*/
.solution{
	margin-bottom:80px;
}
.solution .tit01 div{
	background:#fff;
}
.solution ul li{
	overflow:hidden;
}
.solution ul li a{
	display:block;
	position:relative;
}
.solution ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.solution ul li img{
	width:100%;
	height:auto;
	transition:0.6s;
}
.solution ul li .text{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	color:#fff;
	text-align:center;
}
.solution ul li .text div{
	position:absolute;
	width:52%;
	left:24%;
	top:calc(50% - 109px);
}
.solution ul li .text h3{
	font-size: 24px;
    font-weight: bold;
}
.solution ul li .text ins{
	display:block;
	width:32px;
	height:2px;
	background:#fff;
	margin:30px auto;
}
.solution ul li .text p{
	font-size:14px;
	line-height:30px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.solution ul li:hover img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.solution .prev01,.solution .next01{
	position:absolute;
	line-height:40px;
	display:block;
	top:calc(50% - 20px);
	font-size:40px;
	color:#fff;
	left:10px;
	z-index:2;
	outline-color: rgba(0,0,0,0);
}
.solution .next01{
	left:inherit;
	right:10px;
}





/*新闻资讯*/
.news{
	background: #f5f5f5;
    padding: 60px 0;
}
.news ul li{
	background:#fff;
	transition:0.4s;
}
.news ul li:last-child{
	margin-right:0;
}
.news ul li a{
	display:block;
}
.news ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.news ul li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.news ul li h3{
	font-size:15px;
	color:#333;
	width:calc(100% - 60px);
	margin-left:30px;
	margin-top:25px;
	transition:0.4s;
}
.news ul li p{
	font-size:12px;
	color:#666;
	width:calc(100% - 60px);
	margin-left:30px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	margin-top:8px;
	transition:0.4s;
}
.news ul li div{
	width:calc(100% - 60px);
	margin-left:30px;
	margin-top:20px;
	padding:20px 0;
	border-top:1px solid #eee;
	transition:0.4s;
}
.news ul li div h4{
	float:left;
	font-size:12px;
	color:#666;
	line-height:16px;
	transition:0.4s;
}
.news ul li div ins{
	display:block;
	width:24px;
	height:16px;
	background: url(/template/index/public/54/54-0044/images/more.png) no-repeat top center;
	background-size:100%;
	float:right;
	transition:0.4s;
}
.news ul li:hover{
	background:#8b3c3f;
}
.news ul li:hover h3,.news ul li:hover p,.news ul li:hover h4{
	color:#fff;	
}
.news ul li:hover div ins{
	background: url(/template/index/public/54/54-0044/images/more.png) no-repeat bottom center;
	background-size:100%;
}
.news ul li:hover div{
	border-top:1px solid rgba(255,255,255,0.10);
}
.news ul li:hover img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.news .prev01,.news .next01{
	position:absolute;
	top:calc(50% - 25px);
	left:0;
	width:50px;
	line-height:50px;
	display:block;
	text-align:center;
	background:#000;
	font-size:24px;
	color:#fff;
	z-index:2;
	opacity:0.5;
	transition:0.3s;
	outline-color:rgba(0,0,0,0);
}
.news .next01{
	left:inherit;
	right:0;
}
.news .prev01:hover,.news .next01:hover{
	opacity:0.8;
}


/*合作伙伴*/
.partners{
	margin:60px auto;
}
.partners .tit01{
	margin-bottom:30px;
}
.partners .tit01 div{
	background:#fff;
}
.partners ul li a{
	display:block;
	transition:0.3s;
}
.partners ul li img{
	width:100%;
	height:auto;
}
.partners ul li a:hover{
	opacity:0.8;
}
.partners .next01,.partners .prev01{
	font-size:14px;
	position:absolute;
	left:0;
	top:calc(50% - 18px);
	line-height:36px;
	color:#fff;
	outline-color:rgba(0,0,0,0);
	z-index:2;
	width:20px;
	text-align:center;
	background:rgba(139, 60, 63, 0.40);
}
.partners .next01{
	left:inherit;
	right:0;
}



/*公共底部*/
.footer{
	background:#1f1f1f;
	padding-top:50px;
}
.footer .f01{
	float:left;
}
.footer .f01 img{
	float:left;
	width:50px;
	height:auto;
	margin-top: 10px;
}
.footer .f01 div{
	float:left;
	margin-left:30px;
}
.footer .f01 div h3{
	color: #fff;
    font-size: 16px;
	line-height: 36px;
}
.footer .f01 div h4,.footer .f01 div a{
	color: #fff;
    font-size: 14px;
	line-height: 36px;
	color: #777;
	display:block;
}
.footer .fnav{
	float:left;
}
.footer .fnav > li{
	float:left;
	margin-left:80px;
}
.footer .fnav > li > a,.choosea dt{
	color: #fff;
    font-size: 16px;
	line-height: 36px;
}
.footer .fnav li ul li a,.choosea dd{
	color: #fff;
    font-size: 14px;
	line-height: 32px;
	color: #777;
	cursor:pointer;
}
.choosea {
	float:left;
	margin-left:80px;
}
.footer .f03{
	float: right;
}
.choosea dd:hover,.choosea dd.a{
	color:#aaa;
}
.footer .f03 li{
	width:120px;
	display:none;
}
.footer .f03 li img{
	width:120px;
	height:auto;
}
.footer .f03 li:first-child{
	display:block;
}
.top01{
	width: 46px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    font-size: 22px;
    color: #8b3c3f;
    box-shadow: 0 0 8px 0 #e0e0e0;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 3;
	cursor:pointer;
}
.jishu{
	text-align:center;
	padding:20px 0;
	background:#111;
	margin-top:50px;
}
.jishu p{
	color:#666;
	margin:auto;
}
.jishu p a{
	color:#666;
}
.jishu p a:hover{
	color:#ccc;
}


/*新闻资讯列表页---------------------------------------------------*/
.default-mod-add .nytit,.default-mod-add .lnav
,.default-diy-edit .nytit,.default-diy-edit .lnav
,.default-mod-diy .nytit,.default-mod-diy .lnav
,.default-api-diy .nytit,.default-api-diy .lnav{
	display: none;
}
.nyban img{
	width:100%;
	height:auto;
}
.nyban{
	position:relative;
	margin-top:79px;
}
.nyban .nytit{
	position:absolute;
	width:100%;
	left:0;
	top:calc(50% - 78px);
	text-align:center;
	color:#fff;
}
.nyban .nytit h1{
	font-size: 36px;
	line-height:40px;
	text-transform: uppercase;
}
.nyban .nytit h2{
	font-size: 18px;
	line-height:28px;
}
.nyban .nytit span.xian{
	width: 36px;
    height: 3px;
    background: #fff;
    margin: 15px auto;
    display: block;
}
.nyban .nytit ul{
	width: 100%;
    margin-top: 20px;
    text-align: center;
}
.nyban .nytit ul li{
	display: inline-block;
    margin: auto 10px;
}
.nyban .nytit ul li a{
	display: block;
    color: #fff;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #fff;
    font-size: 14px;
    transition: 0.3s;
}
.nyban .nytit ul li a:hover,.nyban .nytit ul li.a a{
	background: #fff;
    color: #8b3c3f;
}
.lnews{
	background:#f6f5f7;
	padding-top:60px;
	padding-bottom:100px;
}
.lnews ul li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.lnews .news{
	background:rgba(0,0,0,0);
	padding:0;
}
.pub01{
	text-align:right;
	margin-bottom:6px;
}
.page a{
	transition:0.2s;
}
.page a.a, .page a:hover {
    background: #8b3c3f;
    border-color: #8b3c3f;
}


/*合作伙伴列表页------------------------------------------------------------------*/
.lpartner{
	margin-top:60px;
	margin-bottom:100px;
}
.lpartner > ul li{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.lpartner > ul li img{
	float:left;
	width:156px;
	height:auto;
	margin-top:10px;
}
.lpartner > ul li .text{
	float:left;
	margin-left:40px;
	width:calc(100% - 400px);
}
.lpartner > ul li a{
	float: right;
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #8b3c3f;
	border:1px solid #8b3c3f;
    margin-top: 30px;
	transition:0.3s;
}
.lpartner > ul li a:hover{
	color: #fff;
    background: #8b3c3f;
}
.lpartner > ul li h3{
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:20px;
	margin-bottom:10px;
}
.lpartner > ul li p{
	font-size:13px;
	color:#666;
	line-height:24px;
}
.lpartner > ul li .text div{
	margin-top:15px;
}
.lpartner > ul li .text div span{
	display: block;
    float: left;
    padding: 0 12px;
    line-height: 24px;
    color: #333;
    background: #eee;
    font-size: 12px;
    margin-right: 20px;
}
.screenbox ul{
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.screenbox ul li{
	display:inline-block;
	margin:auto;
}
.screenbox ul li a{
	display:block;
	padding:0 15px;
	line-height:34px;
	transition:0.3s;
	font-size:14px;
	color:#333;
	background:#eee;
}
.screenbox ul li a.a,.screenbox ul li:hover a{
	background:#8b3c3f;
	color:#fff;
}
.allpartner{
	background:#f5f5f5;
	padding:60px 0;
}
.pwidth{
	width:1000px;
	margin:auto;
	position:relative;
	padding:0 92px;
}
.allpartner h1{
	font-size:20px;
	color:#000;
	font-weight:bold;
	margin-bottom:40px;
	text-align:center;
}
.allpartner li{
	float:left;
	width:20%;
	text-align:center;
	margin:10px 0;
}
.allpartner li a{
	display:block;
	margin:auto;
	padding: 2px 10px;
	width:156px;
	position:relative;
	background:#fff;
}
.allpartner li img{
	width:100%;
	height:auto;
}
.allpartner ul li div{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	transition:0.3s;
	text-align:center;
}
.allpartner li h3{
	position:absolute;
	left:0;
	top:calc(50% - 10px);
	line-height:20px;
	font-size:12px;
	color:#333;
	width:100%;
	font-weight:bold;
}
.allpartner ul li:hover div{
	opacity:1;
	background:rgba(255,255,255,0.80);
}
.allpartner .prev01,.allpartner .next01{
	display:block;
	line-height:40px;
	position:absolute;
	top:calc(50% + 12px);
	left:0px;
	font-size:40px;
	color:#ccc;
	outline-color:rgba(0,0,0,0);
	transition:0.3s;
}
.allpartner .next01{
	left:inherit;
	right:0px;
}
.allpartner .prev01:hover,.allpartner .next01:hover{
	color: #8b3c3f;
}



/*解决方案列表页-----------------------------------------------------*/
.lshow02{
	margin-top:60px;
	margin-bottom:100px;
}
.lshow02 ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	background: #fff;
	overflow: hidden;
	transition: 0.4s;
}
.lshow02 ul li a{
	display: block;
	padding: 25px;
	position: relative;
}
.lshow02 ul li img{
	float:left;
	width:180px;
	height:auto;
}
.lshow02 ul li div{
	float:right;
	width:calc(100% - 205px);
	margin-top:12px;
}
.lshow02 ul li h4{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	transition: 0.4s;
}
.lshow02 ul li h3{
	font-size: 16px;
	color: #333;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}
.lshow02 ul li p{
	font-size: 13px;
	line-height: 26px;
	color: #888;
	height: 52px;
	overflow: hidden;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}
.lshow02 ul li span{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 40px;
	bottom: -100px;
	background: url(/template/index/public/54/54-0044/images/icon01.png) no-repeat center;
	background-size: 100%;
	transition: 0.4s;
	opacity:0.3;
}
.lshow02 ul li:hover{
	opacity: 0.9;
}
.lshow02 ul li:hover h4{
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}
.lshow02 ul li:hover p{
	transform: translateY(10px);
	-ms-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.lshow02 ul li:hover span{
	bottom: calc(50% - 50px);
	opacity: 0.1;
}


/*解决方案内容页-----------------------------------------------*/
.vnav{
	border-bottom:1px solid #e6e6e6;
	background:#fff;
}
.vnav ul{
	text-align:center;
}
.vnav.a{
	position:fixed;
	width:100%;
	left:0;
	top:79px;
	z-index:2;
}
.vnav li{
	display:inline-block;
	margin:auto 5px;
}
.vnav li a{
	display:block;
	padding:16px 30px;
	font-size:15px;
	color:#666;
	transition:0.2s;
}
.vnav li.a a,.vnav li:hover a{
	background:#8b3c3f;
	color:#fff;
}
.vindustry .article01{
	width:960px;
	padding:80px 0;
}
.vindustry .article01 h1{
	font-size:32px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
}
.vindustry .article01 p{
	line-height: 28px;
    color: #666;
}
.vcase{
	padding:60px 0;
}
.vcase .tit01 div{
	background:#fff;
}
.vcase li{
	float:left;
	width:32%;
	margin-right:2%;
}
.vcase li:last-child{
	margin-right:0;
}
.vcase li a{
	display:block;
	position:relative;
}
.vcase li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.vcase li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.vcase li div{
	position:absolute;
	width:calc(100% - 40px);
	padding:20px;
	left:0;
	bottom:0;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0,rgba(0,0,0,0.70) 100%);
	transition:0.4s;
}
.vcase li div h3{
	font-size:16px;
	color:#fff;
	text-align: center;
}
.vcase li:hover div{
	padding:30px 20px;
}
.vcase li:hover img{
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
}
.resource{
	padding:60px 0;
	background:#f5f5f5;
}
.resource ul li{
	float:left;
	background:#fff;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	transition:0.4s;
}
.resource ul li a{
	padding:25px;
	display:block;
}
.resource ul li h4{
	font-size:12px;
	text-transform:uppercase;
	color:#ccc;
}
.resource ul li h3{
	font-size:15px;
	color:#000;
	margin:10px auto;
	transition:0.4s;
}
.resource ul li p{
	font-size:12px;
	color:#666;
	line-height: 22px;
    height: 44px;
	overflow:hidden;
}
.resource .rmore{
	margin-top:30px;
}
.resource ul li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	box-shadow:0 0 20px #e0e0e0;
}
.resource ul li:hover h3{
	color:#8b3c3f;
}
.vshow03 .vproduct{
	background:#fff;
	padding:0;
	margin-bottom:80px;
}
.vshow03 .vproduct .tit01 div{
	background:#fff;
}









/*新闻内容页----------------------------------------------------------*/
.vnewbox{
	margin-top:60px;
	margin-bottom:80px;
}
.vnews{
	float:left;
	width:62%;
	background:#fff;
	padding:40px 4%;
	padding-bottom:60px;
	box-shadow: 0 0 12px #efefef;
}
.vnews .vntop h1{
	font-size:22px;
	color:#000;
}
.vnews .vntop h4{
	font-size:12px;
	color:#888;
	margin-top:5px;
	margin-bottom:20px;
}
.hotnews{
	float:right;
	width:28%;
	background:#fff;
	box-shadow: 0 0 12px #efefef;
}
.hotnews dt{
	padding: 0 20px;
	line-height:42px;
	background:#8b3c3f;
	font-size:16px;
	color:#fff;
}
.hotnews dd a{
	display:block;
	padding:15px 20px;
	border-bottom:1px solid #eee;
}
.hotnews dd h3{
	font-size:14px;
	color:#333;
	transition:0.3s;
}
.hotnews dd h4{
	font-size:12px;
	color:#666;
	margin-top:5px;
}
.hotnews dd:last-child a{
	border:none;
}
.hotnews dd a:hover h3{
	color:#8b3c3f;
}
.fanye{
	margin-top:20px;
}
.fanye a:hover{
	color:#8b3c3f;
}


/*产品展示列表页------------------------------------------------------*/
.lshow{
	margin-top:60px;
	margin-bottom:80px;
}
.lshow li{
	padding:20px 60px;
	background:#fff;
	margin-bottom:40px;
	padding-left:30px;
}
.lshow li.lfr{
	padding-left:60px;
	padding-right:30px;
}
.lshow li img{
	float:left;
	width:47%;
	height:auto;
}
.lshow li .text div{
	float:right;
	width:47%;
	margin-top: 58px;
}
.lshow li.lfr img{
	float:right;
}
.lshow li.lfr .text div{
	float:left;
}
.lshow ul li h3{
	font-size:18px;
	color:#000;
}
.lshow ul li p{
	color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
	height:78px;
	overflow:hidden;
}
.lshow ul li a{
	display:block;
	width:126px;
	text-align:center;
	line-height:32px;
	border:1px solid #8b3c3f;
	color:#8b3c3f;
	transition:0.3s;
}
.lshow ul li a:hover{
	background:#8b3c3f;
	color:#fff;
}


/*产品展示内容页---------------------------------------------------------------*/
.vsnews{
	padding-top:60px;
	margin-bottom:40px;
}
.vsnews .tit01 div{
	background:#fff;
}
.vsnews li{
	float:left;
	width:32%;
	margin-right:2%;
}
.vsnews li:last-child{
	margin-right:0;
}
.vsnews li a{
	display:block;
	position:relative;
}
.vsnews li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.vsnews li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.vsnews li div{
	position:absolute;
	width:calc(100% - 60px);
	padding:20px 30px;
	left:0;
	bottom:0;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0,rgba(0,0,0,0.70) 100%);
	transition:0.4s;
	height:24px;
	overflow:hidden;
}
.vsnews li div h3{
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-bottom:22px;
}
.vsnews li div p{
	font-size:13px;
	color:#ccc;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-bottom:35px;
	transition:0.4s;
}
.vsnews li div ins{
	display:block;
	text-decoration:none;
	width:126px;
	text-align:center;
	line-height:32px;
	border:1px solid #fff;
	color:#fff;
	transition:0.4s;
}
.vsnews li div ins:hover{
	background:#fff;
	color:#333;
}
.vsnews li:hover div{
	height:calc(100% - 40px);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0,rgba(0,0,0,0.80) 100%);
}
.vsnews li:hover h3{
	margin-top:60px;
	margin-bottom:12px;
}
.vsnews li:hover img{
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
}
.vproduct{
	background:#f5f5f5;
	padding:60px 0;
}
.vproduct ul li{
	background:#fff;
}
.vproduct ul li .text{
	width:calc(100% - 90px);
	padding:20px 60px;
	padding-left:30px;
}
.vproduct ul li img{
	float:left;
	width:47%;
	height: auto;
	left:0 !important;
	margin-left:0 !important;
}
.vproduct ul li .text div{
	float:right;
	width:47%;
}
.vproduct ul li h3{
	font-size:18px;
	color:#000;
	margin-top:55px;
}
.vproduct ul li p{
	color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
	height:78px;
	overflow:hidden;
}
.vproduct ul li a{
	display:block;
	width:126px;
	text-align:center;
	line-height:32px;
	border:1px solid #8b3c3f;
	color:#8b3c3f;
	transition:0.3s;
}
.vproduct ul li a:hover{
	background:#8b3c3f;
	color:#fff;
}
.vproduct .next,.vproduct .prev{
	padding:0;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:24px;
	opacity:0.2;
	transition:0.3s;
	margin-top:-20px;
}
.vproduct .next:hover,.vproduct .prev:hover{
	opacity:0.6;
}







/*关于我们列表页-------------------------------------------------------*/
.lab01{
	margin:80px auto;
}
.lab01 .labl{
	float:left;
	width:60%;
}
.lab01 .labr{
	float:right;
	width:34%;
	margin-top:110px;
}
.lab01 .labl h1{
	font-family: fantasy;
    color: #8b3c3f;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: normal;
}
.lab01 .labl h2{
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
	color: #8b3c3f;
}
.lab01 .labl p{
	font-size:13px;
	color:#666;
	line-height: 30px;
    margin-bottom: 12px;
}
.lab01 .labr li{
	width:50%;
	text-align:center;
	box-sizing:border-box;
	padding:30px 0;
	float:left;
	border: 1px solid #fff;
}
.lab01 .labr li:first-child{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.lab01 .labr li.three{
	border-right:1px solid #eee;
}
.lab01 .labr li:last-child{
	border-top:1px solid #eee;
}
.lab01 .labr li h3{
	font-size: 50px;
    color: #8b3c3f;
    font-weight: bold;
    line-height: 52px;
	height: 52px;
}
.lab01 .labr li h3 b{
	font-size:24px;
	position: relative;
    top: -10px;
}
.lab01 .labr li h4{
	font-size: 14px;
    color: #333;
}
.lab02{
	position:relative;
}
.lab02 img{
	width:100%;
	height:auto;
}
.lab02 .text{
	position:absolute;
	width:100%;
	left:0;
	top:calc(50% - 110px);
	text-align:center;
}
.lab02 .text h3{
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.lab02 .text p{
	font-size: 14px;
    color: #fff;
    line-height: 26px;
    width: 600px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 36px;
}
.lab02 .text span{
	display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(/template/index/public/54/54-0044/images/play.png) no-repeat center;
    background-size: 100%;
    transition: 0.3s;
	cursor:pointer;
}
.lab02 .text span:hover{
	opacity:0.8;
}
.videobox{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none;
	z-index:2;
	background:rgba(0, 0, 0, 0.45);
}
.videobox01{
	position:absolute;
	width:1200px;
	height:600px;
	left:50%;
	margin-left:-600px;
	top:50%;
	margin-top:-300px;
	background:#333;
}
.videobox01 span {
    display: block;
    position: absolute;
    right: -16px;
    top: -22px;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    cursor: pointer;
}
.videobox01 video
,.videobox01 iframe{
	width:100% !important;
	height:100% !important;
}



/*关于我们内容页----------------------------------*/
.vabout{
	width: 880px;
    border-radius: 6px;
    padding: 50px 60px;
    background: #fff;
    margin: auto;
	margin:40px auto;
}
.vabout h1 {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.vabout .default-article-content p{
	line-height:30px;
	color:#444;
}
.default-article-content td{
	padding:10px;
}




/*荣誉资质列表页-----------------------------------------------------*/
.lhonor{
	margin-top:40px;
	margin-bottom:80px;
}
.lhonor ul li{
	float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.lhonor ul li a{
	display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.4s;
}
.lhonor ul li img{
	height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.lhonor ul li h3{
	font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
.lhonor ul li:hover a{
	border-color: #8b3c3f;
    background: #8b3c3f;
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}



/*加入我们列表页----------------------------------------------------------*/
.lzpbox{
	background: #f5f5f5;
	padding-top:60px;
    padding-bottom: 100px;
}
.lzhaopin div{
	background: #8b3c3f;
	color: #fff;
}
.lzhaopin div h4{
	width: 17%;
	text-align: center;
	font-size: 16px;
	line-height: 54px;
	float: left;
}
.lzhaopin div h4:first-child{
	width: 32%;
}
.lzhaopin ul{
	background: #fff;
}
.lzhaopin ul li{
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
}
.lzhaopin ul li h3{
	float: left;
	font-size: 14px;
	color: #333;
	width: 17%;
	text-align: center;
	line-height: 30px;
}
.lzhaopin ul li h3:first-child{
	width: 32%;
}
.lzhaopin ul li a{
	display: block;
	float: left;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: #8b3c3f;
	font-size: 14px;
	color: #fff; 
	margin-left: calc(8.5% - 40px);
	border-radius: 4px;
	transition: 0.3s;
}
.lzhaopin ul li a:hover{
	opacity: 0.7;
}
.ueditor_baidumap{
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}

.base_search_content{
	margin-top: 100px;
    margin-bottom: 60px;
}
.base_search{
	margin:auto;
}
.base_search_content ul{
	width:620px;
	margin:auto;
}
.search_item img{
	margin-right:20px !important;
}




/*案例展示列表页------------------------------------------------*/
.lcase {
	margin-top:60px;
	margin-bottom:80px;
}
.lcase .vcase{
	padding:0;
}
.lcase .vcase li{
	margin-bottom:2%;
}


/*不同尺寸下修改------------------------------*/
@media screen and (max-width:1540px){
	.w14,.wp{
		width:1100px;
	}
	.about .abr .ab01 {
		width: calc(100% - 50px);
		margin-left: 50px;
	}
	.about .abr .ab01 .text01 h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.about .abr .ab01 .text01 h2{
		font-size:19px;
	}
	.about .abr .ab01 .text01{
		width:120px;
	}
	.about .abr .ab01 .text02{
		width: calc(100% - 150px);
	}
	.about .abr .ab01 .text02 p {
		line-height: 26px;
		font-size: 12px;
	}
	.about .abr .ab01 .text02 ul li{
		margin-top:5px;
	}
	.about .abr .ab02 a {
		width: 34px;
		line-height: 32px;
		top: -17px;
		left: 200px;
	}
	.about .abr .ab02{
		margin:40px auto;
	}
	.about .abr .ab03 {
		width: calc(100% - 200px);
		margin-left: 200px;
	}
	.about .abr .ab03 li h3 {
		font-size: 32px;
		line-height: 34px;
	}
	.about .abr .ab03 li em {
		font-size: 16px;
	}
	.about .abr .ab03 li{
		margin-right:62px;
	}
	.footer .fnav > li{
		margin-left:52px;
	}
	.toptext .nav02 li{
		margin:12px 20px;
	}
	.toptext .nav02{
		margin-left:20px;
	}
	.toptext{
		margin-left:40px;
	}
	.searchbox{
		right:20%;
	}
	.headerbox.open .searchbox {
		width: 560px;
		right: calc(50% - 280px);
	}
	
}
@media screen and (max-width:1024px){ 
	.mnav{
		position:fixed;
		width:100%;
		height:calc(100% - 50px);
		top:50px;
		left:100%;
		background: #1b1b1b;
		overflow:scroll;
		z-index:6;
	}
	.mnav > ul{
		width:100%;
	}
	.mnav ul li a{
		padding:14px 25px;
		font-size:14px;
		border-bottom: 1px solid rgba(255,255,255,0.10);
		border-top:none;
	}
	.mnav ul li .nav-a-1{
		font-weight:bold;
	}
	.mnav ul li .nav-a-3{
		font-size:12px;
	}
	.mnav > ul > li:last-child > a{
		border-bottom:none;
	}
	.default-mobile-nav-menu li div::before {
	    border-color: #666 #1b1b1b;
	}
	.ismobile header .bg {
		background-color: #fff;
		opacity: 1;
		border-bottom: 1px solid #eee;
	}
	.nav-click {
		color: #000;
		font-size: 32px;
		margin-top: -12px;
		right: 15px;
		width: auto;
	}
	.w14, .wp{
		width:calc(100% - 30px);
		padding:0 15px;
	}
	.base_search_content{
		margin-top:10px;
	}
	.base_search_content ul{
		width:100%;
	}
	.banner01{
		margin-top:0;
	}
	.banner01 .dots{
		bottom:15px;
	}
	.banner01 .dots span{
		width:30px;
	}
	.about .abr,.about .abl,.about .abr .ab01 .text02{
		width:100%;
	}
	.about .abr .ab01 {
		width: 100%;
		margin-left: 0;
	}
	.about .abr .ab01 .text01 {
		width: 100%;
		margin-bottom: 14px;
	}
	.about .abr .ab01 .text01 h2 {
		font-size: 15px;
	}
	.about .abr .ab01 .text01 h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.about {
		margin: 40px auto;
	}
	.about .abr .ab02 a{
		left:0;
	}
	.about .abr .ab03 {
		width: 100%;
		margin-left: 0;
	}
	.about .abr .ab03 li h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.about .abr .ab03 li h3 b {
		font-size: 16px;
	}
	.about .abr .ab03 li h4{
		font-size:12px;
	}
	.about .abr .ab03 li {
		margin-right: 34px;
	}
	.about .abl{
		margin-top:30px;
	}
	.about .abl div a.play{
		width:50px;
		height:50px;
	}
	.tit01 div h1 {
		font-size: 16px;
		line-height: 22px;
	}
	.tit01 div h2 {
		font-size: 10px;
		line-height: 16px;
	}
	.tit01 div {
		width: 146px;
		left: calc(50% - 73px);
	}
	.tit01 {
		padding: 16px 0;
		margin-bottom: 25px;
	}
	.rmore {
		font-size: 12px;
		margin-top: 25px;
		width: 80px;
	}
	.rmore:hover{
		color:#000;
	}
	.product ul li{
		border-radius: 3px;
	}
	.product ul li:nth-child(2n){
		margin-right:0;
	}
	.product ul li .text{
		width: 100%;
		padding: 0;
		height:100%;
	}
	.product ul li .text div{
		width: calc(100% - 24px);
		padding: 0 12px;
		position:absolute;
		left:0;
		bottom:10px;
	}
	.product ul li div h4 {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
		max-width: calc(100% - 16px);
		padding-right: 16px;
		background-size: 14px;
	}
	.product ul li div h3 {
		font-size: 12px;
		margin-bottom: 4px;
		line-height: 16px;
		height: 16px;
	}
	.product,.solution{
		margin-bottom: 40px;
	}
	.solution ul li .text h3{
		font-size:15px;
	}
	.solution ul li .text ins {
		width: 22px;
		height: 1px;
		margin: 14px auto;
	}
	.solution ul li .text p {
		font-size: 12px;
		line-height: 24px;
		-webkit-line-clamp: 3;
	}
	.solution ul li .text div {
		width: calc(100% - 40px);
		left: 20px;
		top: calc(50% - 60px);
	}
	.solution .prev01, .solution .next01{
		line-height: 24px;
		top: calc(50% - 12px);
		font-size: 24px;
		left:0;
	}
	.solution .next01{
		right:0;
		left:inherit;
	}
	
	.allpartner{
		padding: 20px 0;
		padding-top:30px;
	}
	.allpartner h1{
		font-size:16px;
		margin-bottom:15px;
	}
	.pwidth{
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.allpartner li{
		width:calc(33.333% - 6px);
		margin: 5px 0;
		margin-right:9px;
	}
	.allpartner li:nth-child(3n){
		margin-right:0;
	}
	.allpartner li a{
		padding: 2px 5px;
		max-width: calc(100% - 10px);
	}
	.allpartner .prev01, .allpartner .next01{
		font-size:24px;
		z-index:2;
		top:50%;
	}
	
	
	.news{
		padding:40px 0;
	}
	.news ul li span{
		display:none;
	}
	.news ul li{
		margin-bottom:15px;
		display:none;
	}
	.news ul li:nth-child(1),.news ul li:nth-child(2),.news ul li:nth-child(3){
		display:block;
	}
	.news ul li:nth-child(3){
		margin-bottom:0;
	}
	.news ul li h3 {
		font-size: 14px;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-top: 0;
		padding-top:15px;
	}
	.news ul li p {
		font-size: 11px;
		width: calc(100% - 40px);
		margin-left: 20px;
		line-height: 20px;
		height: 40px;
		margin-top: 5px;
	}
	.news ul li div {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-top: 15px;
		padding: 15px 0;
	}
	.news ul li div ins{
		width:18px;
		height: 12px;
		margin-top:2px;
	}
	.news ul li:hover {
		background: #fff;
	}
	.news ul li:hover h3{
		color:#333;
	}
	.news ul li:hover p,.news ul li:hover h4{
		color: #666;
	} 
	.news ul li:hover div{
		border-top: 1px solid #eee;
	}
	.partners {
		margin: 40px auto;
	}
	.partners .next01, .partners .prev01{
		line-height:30px;
		top:calc(50% - 15px);
		width:16px;
		font-size:12px;
	}
	
	
	
	/*关于我们列表页*/
	.lab01 {
		margin: 50px auto;
	}
	.lab01 .labl h1{
		font-size:40px;
		line-height:40px;
	}
	.lab01 .labl h2 {
		font-size: 15px;
		margin-top: 6px;
		margin-bottom: 15px;
	}
	.lab01 .labl p {
		font-size: 12px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.lab01 .labr {
		width: 100%;
		margin-top: 20px;
	}
	.lab01 .labl{
		width:100%;
	}
	.lab01 .labr li h3 {
		font-size: 32px;
		line-height: 36px;
		height: 36px;
	}
	.lab01 .labr li h4{
		font-size:12px;
	}
	.lab01 .labr li h3 b {
		font-size: 20px;
		top: -4px;
	}
	.lab01 .labr li{
		padding:20px 0;
	}
	.lab02{
		width:100%;
		overflow:hidden;
	}
	.lab02 img {
		width: 1182px;
		max-width: none !important;
		margin: auto;
		margin-left: -100%;
	}
	.lab02 .text h3{
		font-size:18px;
	}
	.lab02 .text p {
		font-size: 12px;
		line-height: 24px;
		width: 90%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.lab02 .text span{
		width:50px;
		height:50px;
	}
	.lab02 .text{
		top: calc(50% - 90px);
	}
	.videobox01 {
		width: calc(100% - 30px);
		height: 210px;
		left: 15px;
		margin-left: 0;
		top: 50%;
		margin-top: -105px;
	}
	.videobox01 span {
		right: -10px;
		top: -16px;
		font-size: 20px;
	}
	
	.ismobile .copy{
		margin-top:0 !important;
	}
	.lnews{
		padding-bottom: 40px;
		padding-top: 1px;
	}
	.lnews ul li{
		width:100%;
		margin-right:0;
		display:block;
	}
	.lnews .news ul li:nth-child(3){
		margin-bottom:15px;
	}
	.mlistnav{
		background: #fff;
		padding: 10px;
		box-shadow: none;
		margin-bottom: 15px;
		margin-top:15px;
	}
	.mlistnav li {
		float: left;
		margin: 1%;
		width: 23%;
		text-align:center;
	}
	.lnews .mlistnav li{
		margin: 1%;
		width: 23%;
	}
	.mlistnav li a {
		display:block;
		color: #333;
		line-height: 28px;
		background: #f6f6f6;
		font-size: 11px;
	}
	.mlistnav li.a a{
		background: #8b3c3f;
		color:#fff;
	}
	.hotnews{
		display:none;
	}
	.vnewbox {
		margin: 0;
		width:100% !important;
		padding:0 !important;
	}
	.vnews {
		width: calc(100% - 30px);
		padding: 25px 15px;
		padding-bottom: 40px;
		box-shadow: none;
	}
	.pub01{
		display:none;
	}
	.vnews .vntop h1{
		font-size:18px;
	}
	.vnews .vntop h4{
		margin-bottom:10px;
	}
	.fanye p{
		font-size:12px;
	}
	.fanye p a{
		color:#666;
	}
	.lshow {
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.lshow li,.lshow li.lfr{
		margin-bottom:15px;
		padding:20px;
		padding-bottom: 25px;
	}
	.lshow li img{
		width:100%;
	}
	.lshow li .text div {
		width: 100%;
		margin-top: 10px;
	}
	.lshow ul li h3{
		font-size:15px;
	}
	.lshow ul li p {
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
		margin-bottom: 15px;
		height: 44px;
	}
	.lshow ul li a,.vproduct ul li a{
		width: 48px;
		line-height: 16px;
		font-size: 12px;
		border:none;
	}
	.lshow ul li a:hover,.vproduct ul li a:hover{
		background: #fff;
		color: #8b3c3f;
	}
	.vnav.a{
		top:0;
	}
	.vnav li a{
		padding: 12px 10px;
		font-size: 12px;
	}
	.vnav li:hover a{
		color:#666;
		background:#fff;
	}
	.vindustry .article01 {
		width: calc(100% - 30px);
		padding: 50px 15px;
	}
	.vindustry .article01 h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.vindustry .article01 p {
		line-height: 24px;
		font-size: 12px;
	}
	.resource{
		padding:40px 0;
	}
	.resource ul li{
		width:100%;
		margin:auto;
		margin-bottom:10px;
	}
	.resource ul li:nth-child(4),.resource ul li:nth-child(5),.resource ul li:nth-child(6){
		display:none;
	}
	.vsnews{
		margin:auto;
		padding:40px 0;
		padding-bottom:0;
	}
	.resource ul li:hover {
		transform: translateY(0);
		box-shadow:none;
	}
	.resource ul li:hover h3 {
		color: #000;
	}
	.vsnews li{
		width:49%;
	}
	.vsnews li:nth-child(2){
		margin-right:0;
	}
	.vsnews li:nth-child(3){
		display:none;
	}
	.vsnews li div{
		width: calc(100% - 20px);
		padding: 10px;
		height: 44px;
	}
	.vsnews li div h3,.vsnews li:hover h3{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 4px;
		margin-top:0;
	}
	.vsnews li div p{
		font-size: 11px;
		line-height: 16px;
		height: 16px;
	}
	.vsnews li:hover div{
		height: 44px;
		background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0,rgba(0,0,0,0.70) 100%);
	}
	.vsnews li:hover img,.vcase li:hover img{
		transform: scale(1);
	}
	.vcase{
		margin-bottom:40px;
		padding-top:40px;
	}
	.vcase li {
		width: 49%;
	}
	.vcase li:nth-child(3){
		display:none;
	}
	.vcase li:nth-child(2){
		margin-right:0;
	}
	.vcase li div h3{
		font-size:13px;
	}
	.vcase li div{
		width: calc(100% - 20px);
		padding: 10px;
	}
	.vcase li:hover div {
		padding: 10px;
	}
	.vproduct{
		padding:40px 0;
	}
	.vproduct ul li .text {
		width: calc(100% - 40px);
		padding: 20px;
	}
	.vproduct ul li img{
		width:100%;
	}
	.vproduct ul li .text div{
		width:100%;
	}
	.vproduct ul li h3 {
		font-size: 15px;
		margin-top: 10px;
	}
	.vproduct ul li p {
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
		margin-bottom: 15px;
		height: 44px;
	}
	.vshow03 .vproduct{
		margin-bottom:40px;
	}
	.lpartner {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.screenbox ul li a {
		padding: 0 10px;
		line-height: 30px;
		font-size: 12px;
	}
	.screenbox ul{
		margin-bottom:20px;
	}
	.lpartner > ul li img {
		width: 140px;
		margin-top: 0;
		margin-left: calc(50% - 70px);
	}
	.lpartner > ul li .text {
		margin-left: 0;
		width: 100%;
	}
	.lpartner > ul li a {
		float: left;
		width: 48px;
		line-height: 20px;
		font-size: 12px;
		border: none;
		margin-top: 20px;
		margin-left: calc(50% - 24px);
	}
	.lpartner > ul li h3,.lpartner > ul li .text div{
		text-align:center;
	}
	.lpartner > ul li .text div span {
		display: inline-block;
		float: none;
		padding: 0 10px;
		line-height: 24px;
		font-size: 12px;
		margin: 4px;
	}
	.lshow02 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.lshow02 ul li{
		width:100%;
		margin:auto;
		margin-bottom:10px;
	}
	.lshow02 ul li a{
		padding:16px;
	}
	.lshow02 ul li img{
		width: 90px;
	}
	.lshow02 ul li div{
		width:calc(100% - 105px);
		margin-top:0;
	}
	.lshow02 ul li h4{
		display:none;
	}
	.lshow02 ul li h3 {
		font-size: 14px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	.lshow02 ul li p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.lshow02 ul li:hover h4,.lshow02 ul li:hover p{
		transform: translateY(0);
	}
	.lshow02 ul li:hover{
		opacity:1;
	}
	.lshow02 ul li:hover span {
		bottom: -100px;
		opacity: 0;
	}
	.vabout{
		width: 100%;
		padding:0;
		margin-top:25px;
		transform: translateY(0);
	}
	.vabout h1{
		margin-bottom:15px;
		font-weight: bold;
		font-size:20px;
	}
	.lhonor ul li{
		width:49%;
	}
	.lhonor ul li:nth-child(2n){
		margin-right:0;
	}
	.lhonor ul li a{
		padding:4px;
	}
	.lhonor {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.lhonor ul li:hover a {
		border-color: #e6e6e6;
		background: #fff;
		transform: translateY(0);
	}
	.news ul li:hover div ins {
		background: url(/template/index/public/54/54-0044/images/more.png) no-repeat top center;
		background-size: 100%;
	}
	.default-article-content td {
		padding: 4px;
	}
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width:480px){   
	.lhonor ul li {
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}

















