@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;
}



/*公共头部*/
.header01{
	background:#1a1a1a;
}
.header01 h4{
	float:left;
	font-size:15px;
	color:#999;
	line-height:40px;
}
.header01 .login{
	float:right;
}
.header01 .login a{
	float:left;
	font-size:12px;
	color:#999;
	line-height:40px;
	display:block;
	margin-left:5px;
}
.header01 .login a:first-child{
	margin-right:5px;
}
.header01 .login h5{
	float:left;
	font-size:12px;
	color:#666;
	line-height:36px;
	margin:0 5px;
}
.header02{
	background:#fff;
}
.h02box{
	padding:25px 0;
	position:relative;
}
.header02 .logo{
	line-height:60px;
	float:left;
}
.header02 .logo img{
	max-height:60px;
	width:auto;
}
.searchbox{
	position:absolute;
	top:35px;
	left:calc(50% - 260px);
	width:520px;
}
.searchbox form{
	width:100%;
	height:auto;
}
.searchbox .search01{
	float:left;
	width:480px;
	line-height:40px;
	height:40px;
	border:1px solid #6cb022;
	box-sizing:border-box;
	padding:0 15px;
}
.searchbox .search02{
	float:left;
	width:40px;
	height:40px;
	background:#6cb022 url(/template/index/public/54/54-0048/images/search.png) no-repeat center;
	background-size:18px;
	cursor:pointer;
	border:none;
}
.header02 .phone{
	float:right;
	margin-top:6px;
}
.header02 .phone span{
	display:block;
	width:44px;
	height:44px;
	float:left;
	background: url(/template/index/public/54/54-0048/images/phone.png) no-repeat center;
	background-size:100%;
}
.header02 .phone div{
	float:left;
	margin-left:5px;
}
.header02 .phone h4{
	font-size:12px;
	color:#666;
}
.header02 .phone h3{
	font-size:24px;
	color:#6cb022;
	font-weight:bold;
	line-height:30px;
}

/*导航*/
.nav_box{
	background:#1a1a1a;
}
.nbox01{
	position:relative;
}
.nbox01 .nav01{
	width:240px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.nav01_t{
	background:#6cb022;
	position:relative;
}
.nav01_t a{
	display:block;
	text-align:center;
}
.nav01_t em{
	color:#fff;
	display:inline-block;
	line-height:40px;
	margin-right:5px;
	font-size:20px;
	position: relative;
    top: 2px;
}
.nav01_t h3{
	font-size:15px;
	color:#fff;
	display:inline-block;
	line-height:46px;
}
.nav01_t em,.nav01_t h3{
	*display:inline;
}
.nav01_link {
	width:100%;
	background:rgba(0,0,0,0.80);
	position:relative;
}
.nbox01 .nav02{
	float:left;
	width:calc(100% - 270px);
	margin-left:270px;
}
.nbox01 .nav02 li{
	margin:13px 30px;
}
.nbox01 .nav02 li a{
	display:block;
	line-height:20px;
	font-size:15px;
	color:#fff;
	transition:0.2s;
}
.nbox01 .nav02 li.a a,.nbox01 .nav02 li:hover a{
	color:#6cb022;
}
.nbox01 .nav01_link{
	height:600px;
}
.nav01 .nt01 > a{
	display:block;
	padding: 0 15px;
    border-top: 1px solid rgba(255,255,255,0.10);
	transition:0.4s;
	line-height:59px;
	box-sizing:border-box;
}
.nav01 .nt01 img{
	float:left;
	width:20px;
	height:auto;
	margin-right:10px;
	margin-top:20px;
}
.nav01 .nt01 h3{
	float:left;
	width:calc(100% - 44px);
	line-height:59px;
	color:#fff;
	font-size: 15px;
	transition:0.4s;
}
.nav01 .nt01 em{
	float:right;
	color:#666;
	line-height:59px;
	font-size:12px;
	transition:0.4s;
}
.nav01 .nt01:hover > a em{
	color:#fff;
}
.nav01 .nt01:hover > a{
	background:#6cb022;
}
.nav01 .nt01 ul{
	position:absolute;
	width:740px;
	left:240px;
	top:0;
	height:540px;
	background:#fff;
	display:none;
	padding:30px;
}
.nav01 .nt01 ul::-webkit-scrollbar{
	width:5px;
	background:#eee;
}
.nav01 .nt01 ul::-webkit-scrollbar-thumb{
	width:2px;
	background: rgba(108,176,34,0.40);
}
.nav01 .nt01 ul.a{
	display:block;
}
.nav01 .nt01 ul dl{
	margin-bottom:20px;
}
.nav01 .nt01 ul dl dt{
	margin-bottom:10px;
	border-bottom:1px solid #eaeaea;
	padding-bottom: 10px;
}
.nav01 .nt01 ul dl dt .more01{
	color:#888;
}
.nav01 .nt01 ul dl dt .bigtit{
	font-weight: bold;
	font-size: 15px;
	color: #333;
}
.nav01 .nt01 ul dl dd a{
	color:#666;
	margin-right:20px !important;
	margin-bottom:3px !important;
}
.nav01 .nt01 ul dl a{
	transition:0.2s;
}
.nav01 .nt01 ul dl a:hover{
	color:#6cb022;
}


/*banner*/
.banner01{
	max-height:600px;
	overflow:hidden;
}
.banner01 .dots{
	left:0;
	bottom:20px;
	z-index:2;
}
.banner01 .dots span{
	width:10px;
	height:10px;
	border-radius:5px;
	margin:0 10px;
	background:#fff;
}
.banner01 .dots span.active{
	background:#6cb022;
}


/*优势*/
.advantage{
	margin-top:60px;
}
.advantage li{
	float:left;
	width:calc(100% / 3);
	padding:45px 0;
	background:#62a11f;
}
.advantage li:first-child,.advantage li:last-child{
	background:#6cb022;
}
.advantage li .atext{
	padding:0 40px;
}
.advantage li .atext h1{
	float:left;
	font-size:80px;
	font-weight:bold;
	line-height:64px;
	margin-right:20px;
	color:#fff;
	width:90px;
	text-align:center;
}
.advantage li .atext div{
	float:left;
	padding-bottom:15px;
	border-bottom:1px solid rgba(255,255,255,0.18);
	width:calc(100% - 110px);
}
.advantage li .atext h3{
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin-bottom:6px;
}
.advantage li .atext h4{
	font-size:12px;
	color:#fff;
	opacity:0.60;
	line-height:14px;
	text-transform: uppercase;
}
.advantage li img{
	margin-left:calc(50% - 26px);
	margin-top:30px;
	width:52px;
	height:auto;
	opacity:0.6;
}


/*产品展示*/
.product{
	margin:80px auto;
}
.tit01{
	text-align:center;
	margin-bottom:50px;
}
.tit01 div{
	text-align:center;
}
.tit01 h1,.tit01 h2{
	display:inline-block;
	margin:0 2px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
}
.tit01 h2{
	color:#6cb022;
}
.tit01 span{
	display:block;
	width:26px;
	height:4px;
	margin:15px auto;
	background:#6cb022;
}
.tit01 h3{
	font-size:20px;
	color:#000;
}
.product ul li{
	float:left;
	width:22.75%;
	margin-right:3%;
}
.product ul li:last-child{
	margin-right:0;
}
.product ul li a{
	display:block;
}
.product ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.product ul li img{
	width:100%;
	height:auto;
	transition:0.6s;
}
.product ul li h3{
	font-size:15px;
	color:#333;
	margin-top:15px;
}
.product ul li div{
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:2px solid #eee;
	position:relative;
}
.product ul li div ins{
	position:absolute;
	width:40px;
	opacity:0;
	background:#6cb022;
	left:0;
	bottom:-2px;
	height:2px;
	transition:0.6s;
}
.product ul li div h4{
	float:left;
	font-size:15px;
	color:#000;
	font-weight:bold;
	line-height:20px;
}
.product ul li div em{
	float:right;
	font-size:20px;
	color:#6cb022;
	line-height:20px;
}
.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 ins{
	width:100%;
	opacity:1;
}
.more01{
	display:block;
	width:160px;
	line-height:40px;
	border-radius:20px;
	text-align:center;
	background:#6cb022;
	font-size:14px;
	color:#fff;
	margin:auto;
	margin-top:40px;
	border:1px solid #fff;
	box-sizing:border-box;
	transition:0.3s;
}
.more01:hover{
	color:#6cb022;
	background:#fff; 
	border-color:#6cb022;
}


/*关于我们*/
.about{
	padding:30px 0;
	position:relative;
}
.aleft{
	float:left;
	width:44%;
	position:relative;
	margin-top: 50px;
}
.aleft img{
	width:100%;
	height:auto;
}
.aleft h5{
	position:absolute;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	z-index:2;
	left: -70px;
    top: 42%;
	line-height:40px;
}
.aright{
	float:right;
	width:50%;
}
.aright h2{
	font-size:15px;
	color:#999;
}
.aright h1{
	font-size:28px;
	color:#62a11f;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	font-weight:bold;
}
.aright p{
	font-size:14px;
	color:#666;
	line-height:30px;
	margin-bottom:15px;
}
.more02{
	display:block;
	width:150px;
	line-height:36px;
	border-radius:20px;
	text-align:center;
	font-size:14px;
	color:#6cb022;
	margin-top:30px;
	border:1px solid #6cb022;
	box-sizing:border-box;
	transition:0.3s;
}
.more02:hover{
	background:#6cb022;
	color:#fff;
}
.aboutbg{
	display:block;
	position:absolute;
	height:100%;
	width:32%;
	left:0;
	top:0;
	background:url(/template/index/public/54/54-0048/images/aboutbg.jpg) no-repeat center;
	background-size:100% auto;
	z-index:-1;
}


/*应用行业*/
.industry{
	margin:80px auto;
}
.industry ul li{
	float:left;
	width:25%;
}
.industry ul li a{
	display:block;
}
.industry ul li span{
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
}
.industry ul li span ins{
	display:block;
	width:18px;
	height:14px;
	background:url(/template/index/public/54/54-0048/images/sanjiao.png) no-repeat bottom center;
	position:absolute;
	bottom:0;
	left:calc(50% - 9px);
}
.industry ul li.i02 span ins{
	background:url(/template/index/public/54/54-0048/images/sanjiao.png) no-repeat top center;
	bottom:inherit;
	top:0;
}
.industry ul li img{
	width:100%;
	height:auto;
	transition:0.5s;
}
.industry ul li .tbox{
	position:relative;
}
.industry ul li .text{
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	top:0;
	left:0;
}
.industry ul li .text div{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	padding:0 60px;
	width:calc(100% - 120px);
}
.industry ul li .text div h3{
	font-size:18px;
	color:#000;
	transition:0.5s;
}
.industry ul li .text div em{
	display:block;
	width:26px;
	height:2px;
	background:#e5e5e5;
	margin:12px 0;
	transition:0.5s;
}
.industry ul li .text div p{
	font-size:14px;
	color:#666;
	line-height:26px;
	height:52px;
	overflow:hidden;
}
.industry ul li .text div h5{
	font-size:14px;
	color:#6cb022;
	margin-top:30px;
}
.nextbox{
	text-align:center;
	margin-top:50px;
}
.industry .prev01,.industry .next01{
	display:inline-block;
	font-size:32px;
	color:#ccc;
	margin:0 10px;
	line-height:26px;
	transition:0.3s;
	outline-color: rgba(0,0,0,0);
}
.industry .prev01{
	transform: rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	position: relative;
    top: -4px;
}
.industry .prev01:hover,.industry .next01:hover{
	color:#6cb022;
}
.industry ul li span: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);
}
.industry ul li .tbox:hover div h3{
	color:#6cb022;
}
.industry ul li .tbox:hover div em{
	width:120px;
}


/*新闻资讯*/
.tit01 ul{
	margin-top:25px;
	text-align:center;
}
.tit01 ul li{
	position:relative;
	padding:0 22px;
	display:inline-block;
}
.tit01 ul li a{
	font-size:12px;
	color:#666;
	transition:0.2s;
}
.tit01 ul li a:hover{
	color:#6cb022;
}
.tit01 ul li::after{
	position:absolute;
	content: "";
	width:10px;
	height:2px;
	background:#d9d9d9;
	right:-5px;
	top:calc(50% - 1px);
}
.tit01 ul li.nono::after{
	display:none;
}
.newbox .tit01{
	margin-bottom:20px;
}
.news li{
	float:left;
	width:32%;
	margin-right:2%;
}
.news li:last-child{
	margin-right:0;
}
.news li.n02{
	margin-top:60px;
}
.news li a{
	display:block;
}
.news li span{
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
}
.news li img{
	width:100%;
	height:auto;
	transition:0.5s;
}
.news li span h4{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(108,176,34,0.60);
	font-size:12px;
	line-height:26px;
	padding:0 15px;
	color:#fff;
}
.news li h3{
	font-size:15px;
	color:#000;
	margin-top:30px;
	transition:0.5s;
}
.news li p{
	font-size:12px;
	color:#666;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:30px;
}
.news li em{
	float:left;
	font-size:13px;
	color:#62a11f;
	display:block;
	line-height:16px;
	width:76px;
}
.news li ins{
	float:left;
	margin-left:10px;
	display:block;
	width:80px;
	height:2px;
	background:#ebebeb;
	margin-top:7px;
	transition:0.5s;
}
.news 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 li:hover ins{
	width:calc(100% - 86px);
	background:#62a11f;
}
.news li:hover h3{
	color:#62a11f;
}


/*合作伙伴*/
.partners{
	margin:80px auto;
	position:relative;
}
.partners ul li{
	float:left;
	width:calc(100% / 6);
	transition:0.3s;
}
.partners ul li a{
	display:block;
	padding:0 10px;
}
.partners ul li img{
	width:100%;
	height:auto;
}
.partners .prev01,.partners .next01{
	height:100%;
	line-height:89px;
	width:36px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:rgba(108,176,34,0.40);
	position:absolute;
	left:-56px;
	top:0;
	transition:0.3s;
	display:block;
	z-index:2;
	outline-color: rgba(0,0,0,0);
}
.partners .next01{
	left:inherit;
	right:-56px;
}
.partners .prev01:hover,.partners .next01:hover{
	background:rgba(108,176,34,0.80);
}
.partners ul li:hover{
	opacity:0.8;
}


/*公共底部*/
.footer{
	background:#262626;
	padding-top:70px;
}
.footer .f01{
	float:left;
}
.footer .f01 img{
	height:50px;
	width:auto;
}
.footer .f01 .flink{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.footer .f01 .flink a{
	display:inline-block;
	margin:0 6px;
	font-size:24px;
	color:#666;
	transition:0.2s;
}
.fclass{
	float:left;
	margin-left:40px;
	width:25%;
}
.fcontact h3,.fclass dt,.ftwx h3{
	width:100%;
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.fcontact,.ftwx{
	margin-left:40px;
	float:left;
}
.fclass dt{
	float:left;
}
.fclass dd{
	float:left;
	width:50%;
	margin-bottom:10px;
}
.fclass dd a,.fcontact h4{
	font-size:13px;
	color:#999;
	margin-bottom:10px;
	transition:0.2s;
}
.fclass dd a:hover,.default-copyright a:hover,.footer .f01 .flink a:hover{
	color:#ccc;
}
.ftwx img{
	width:110px;
	height:auto;
}
.jishu{
	margin:auto;
	margin-top:60px;
	width:100%;
	text-align:center;
	border-top:1px solid #333;
	padding:25px 0;
}
.default-copyright{
	width:100%;
	margin:auto;
}
.default-copyright a{
	color:#888;
	transition:0.2s;
}
.top01{
	display:block;
	width:46px;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
	background:#6cb022;
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:4;
}
.top01:hover{
	color:#fff;
}
.erweima{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
	display: none;
	z-index: 2;
}
.erweima-1{
	position: absolute;
	top: calc(50% - 120px);
	left: calc(50% - 120px);
}
.erweima-1 img{
	width: 240px;
	height: auto;
}
.erweima-1 span{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -13px;
	right: -13px;
	background: url(/template/index/public/54/54-0048/images/close.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
} 



/*新闻内容页----------------------------------------------------------------------*/
.lbg{
	background:#f4f6f8;
	padding:50px 0;
}
.pub01{
	text-align:right;
	margin-bottom:8px;
}
.vnews{
	background:#fff;
	float:right;
	box-sizing:border-box;
	width:72%;
	padding: 40px 50px;
	padding-bottom:60px;
	border-radius:5px;
}
.vnews .vntop{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.vnews .vntop div{
	float:left;
	width:calc(100% - 160px);
}
.vnews .vntop h1{
	font-size:22px;
	color:#000;
	margin-bottom:10px;
}
.vnews .vntop h4{
	font-size:12px;
	color:#999;
}
.vnews .vntop a{
	float:right;
	width:100px;
	line-height:32px;
	border:1px solid #6cb022;
	color:#6cb022;
	font-size:14px;
	text-align:center;
	border-radius:4px;
	margin-top:13px;
}
.vnews .vntop a.ysc{
	border-color:#b7b7b7;
	background:#b7b7b7;
	color:#fff;
}
.fanye{
	margin-top:30px;
}
.fanye p{
	font-size:12px;
	color:#666;
	margin-bottom:10px;
}
.fanye a{
	color:#666;
	transition:0.2s;
}
.fanye a:hover{
	color:#6cb022;
}
.hotnews{
	float:left;
	width:26%;
	background:#fff;
	box-shadow: 0 0 12px #efefef;
}
.hotnews dt{
	padding: 0 20px;
	line-height:42px;
	background:#6cb022;
	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:#6cb022;
}


/*关于我们内容页---------------------------------------*/
.vabout{
	width:920px;
	margin:60px auto;
	margin-bottom:80px;
}
.vabout h1{
	width: 100%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 40px;
}
.ueditor_baidumap{
	width:100% !important;
	max-width:100% !important;
	overflow:hidden;
}


/*新闻资讯列表页------------------------------------------------------*/
.lnavbox{
	border-bottom:1px solid #eee;
	padding:12px 0;
}
.lnavbox .pox01{
	float:left;
	font-size:12px;
	color:#888;
	margin-top:3px;
}
.lnavbox .pox01 a{
	color:#888;
	transition:0.2s;
}
.lnavbox .pox01 a:hover{
	color:#6cb022;
}
.lnavbox{
	margin-bottom:60px;
}
.lnews .lnavbox{
	margin-bottom:20px;
}
.lnavbox .listnav{
	float:right;
}
.listnav li{
	float:left;
	margin-left:12px;
}
.listnav li a{
	display:block;
	line-height:28px;
	padding:0 21px;
	font-size:12px;
	color:#888;
	border:1px solid #ddd;
	border-radius:15px;
	transition:0.2s;
}
.listnav li a:hover,.listnav li.a a{
	color:#6cb022;
	border-color:#6cb022;
}
.lnews{
	margin-bottom:80px;
}
.allnews li{
	padding:30px 0;
	border-bottom:1px solid #eee;
	transition:0.6s;
}
.allnews li a{
	display:block;
}
.allnews li .date{
	float:left;
	text-align:center;
	width:60px;
	margin-top: 56px;
}
.allnews li .date h4{
	font-size: 52px;
    color: #666;
    font-weight: bold;
    line-height: 46px;
}
.allnews li .date h5{
	font-size:12px;
	color:#666;
	letter-spacing: 2px;
}
.allnews li .text{
	float:left;
	width:calc(100% - 650px);
	margin-left:100px;
	transition:0.4s;
}
.allnews li .imgbox{
	float:right;
	width: 370px;
	overflow:hidden;
}
.allnews li img{
	width: 100%;
    height: auto;
	transition:0.6s;
}
.allnews li span{
	display:block;
	font-size:12px;
	color:#888;
	text-transform:uppercase;
}
.allnews li h3{
	font-size:15px;
	color:#000;
	margin-top:10px;
	margin-bottom:15px;
	transition:0.6s;
}
.allnews li p{
	font-size:12px;
	color:#666;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-bottom:40px;
}
.allnews li em{
	font-style:normal;
	font-size:12px;
	color:#888;
}
.allnews li:hover .text{
	margin-left:120px;
}
.allnews li:hover{
	background:#f9f9f9;
}
.allnews li:hover h3{
	color:#6cb022;
}
.allnews 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);
}


/*合作伙伴列表页--------------------------------------------------*/
.lpartner{
	margin-bottom:80px;
}
.allpartner li{
	float:left;
	width:18.25%;
	margin-right:2%;
	margin-bottom:2%;
}
.allpartner li a{
	display:block;
	padding:5px 15px;
}
.allpartner li img{
	width:100%;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter:grayscale(100%);
	transition:0.3s;
}
.allpartner li:hover img{
	-webkit-filter: grayscale(0);
	filter:grayscale(0);
	-ms-filter:grayscale(0);
	-moz-filter:grayscale(0);
	-webkit-filter: grayscale(0);
	-o-filter:grayscale(0);
}


/*图片展示列表页------------------------------------------------*/
.lshow{
	margin-bottom:80px;
}
.allshow li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	transition:0.4s;
}
.allshow li a{
	display:block;
}
.allshow li .imgbox{
	width:100%;
	overflow:hidden;
}
.allshow li img{
	width:100%;
	height:auto;
}
.allshow li span{
	display:block;
	width:100%;
	height:1px;
	background:#eee;
	margin-top:30px;
	transition:0.4s;
}
.allshow li h3{
	font-size:15px;
	color:#000;
	margin-top:30px;
	transition:0.4s;
}
.allshow li p{
	font-size:12px;
	color:#666;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin:20px auto;
}
.allshow li h5{
	font-size:12px;
	color:#6cb022;
	padding-left:15px;
	background:url(/template/index/public/54/54-0048/images/sanjiao02.png) no-repeat left center;
	background-size: 8px;
}
.allshow li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.allshow li:hover h3{
	color:#6cb022;
}
.allshow li:hover span{
	background:#6cb022;
}


/*图片内容页------------------------------------------------*/
.vshow{
	float:none;
	width:100%;
	margin:60px auto;
	padding:0;
}
.cp_box{
	background: #f5f5f5;
	padding: 80px 0;
}
.cp_box .vproduct{
	background: #fff;
	position: relative;
}
.cp_img{
	float: right;
	width:calc(82% - 60px);
	background: #fff;
	padding: 20px;
	padding-bottom: 0;
	border-left: 20px solid #f5f5f5;
}
.cp_img li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.cp_img li a{
	display: block;
	overflow: hidden;
}
.cp_img li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.cp_img li img{
	width: 100%;
	height: auto;
	transition:0.4s;
}
.cp_img 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);
}
.cp_img li h3{
	text-align: center;
	margin-top: 18px;
	margin-bottom:8px;
	font-size: 14px;
	color: #333;
	transition: 0.4s;
}
.cp_img li h4{
	float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}
.cp_img li div em {
    float: right;
    font-size: 20px;
    color: #6cb022;
    line-height: 20px;
}
.cp_img li:hover h3{
	color: #6cb022;
}
.cp_tit{
	float: left;
	width: 18%;
}
.cp_tit .cptit{
	background: #6cb022;
	padding: 18px 25px;
	color: #fff;
}
.cp_tit .cptit h1{
	font-family: "Arial";
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 36px;
}
.cp_tit .cptit h2{
	font-size: 16px;
}
.cp_tit ul{
	margin: 13px auto;
}
.cp_tit ul li{
	width:100%;
}
.cp_tit ul li a{
	display: block;
	width: calc(100% - 50px);
	font-size: 14px;
	color: #333;
	padding: 10px 25px;
	transition: 0.3s;
}
.cp_tit ul a:hover{
	color: #fff;
	background: #6cb022;
	padding-left: 30px;
	width: calc(100% - 55px);
}
.vproduct .cp_more{
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18%;
	background: #6cb022;
	transition: 0.3s;
}
.vproduct .cp_more a{
	display: block;
	padding: 15px 25px;
}
.vproduct .cp_more a h3{
	float: left;
	font-size: 14px;
	color: #fff;
}
.vproduct .cp_more span{
	float: left;
	margin-left: 5px;
	width: 60px;
	height: 12px;
	background: url(/template/index/public/54/54-0048/images/jiantou.png) no-repeat right 1px;
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: -2px;
	transition: 0.4s;
}
.vproduct .cp_more:hover{
	opacity: 0.9;
}
.vproduct .cp_more:hover span{
	width: 80px;
}



/*在线商城样式调整*/
.tdy-mall-column .spzs-bt
,.tdy-mall-column .spzs-bt .jgcx
,.tdy-mall-column .l-xptj .l-bt{
	background: #6cb022 !important;
}
.tdy-mall-column .spzs-bt h3.a
,.tdy-mall-column .spzs-bt h3:hover{
	background:#629e1f !important;
}
.tdy-mall-column .spzs-bt .jgcx div{
	border: 1px solid #6cb022 !important;
}
.tdy-mall-column .t-guest h2{
	border-left: 3px solid #6cb022 !important;
    color: #6cb022 !important;
}
.styleitem .item01 .li01 img{
	display:none !important;
}
.styleitem .item01 .li01 span{
	height:20px !important;
	line-height:20px !important;
	text-align:left !important;
}
.list{
	width:105px !important;
}
.list .dataItem{
	width:calc(100% - 8px) !important;
	font-size:12px !important;
	padding:0 5px !important;
	padding: 8px 4px !important;
	height:auto !important;
	text-align: center;
}
.details{
	width:calc(100% - 110px) !important;
}
.product .li02 .div01 .div02 .more01{
	margin-top:0 !important;
}



/*手机版导航弹出*/
.ismobile .mbmenu{
	background:#1f1f1f;
	position:fixed;
	left:-50%;
	top:0;
	width:50%;
	height:100%;
	z-index:10;
}
.ismobile .mbmenu ul{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:80%;
	left:10%;	
}
.ismobile .default-mobile-nav-menu li div {
	right: 0;
	background-size: 10px;
}
.ismobile .mbmenu li a {
	display: block;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid #292929;
}
.ismobile .mbmenu li ul {
	width:100%;
	left:0;
	top:0;
	transform:translateY(0);
	position:inherit;
}
/*---弹窗----*/
.opentips {
    position: fixed;
    background: rgb(0 0 0 / 48%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	display:none;
}
.opentips span {
    display: block;
    width: 500px;
    height: 200px;
    background: #fff;
    position: absolute;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -100px;
}
.opentips span em {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #6cb022;
    line-height: 40px;
    color: #fff;
	cursor:pointer;
}

/*不同尺寸下修改*/
@media (max-width:1580px){
	.industry ul li .text div{
		padding: 0 40px;
		width: calc(100% - 80px);
	}
	.industry ul li .text div h3{
		font-size:16px;
	}
	.industry ul li .text div p {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
	}
	.industry ul li .text div h5{
		margin-top:20px;
	}
	
	
}
@media (max-width:1024px){
	/*公共头部*/
	body{
		background:#fff;
	}
	.banner01 ul li img{
		width:100%;
		height:auto;
	}
	.mitop{
		position:relative;
		background-image: linear-gradient(160deg,#b4d492 0,#6cb022 100%);
	}
	.mtop01{
		padding:0 10px;
		padding-top:10px;
	}
	.mlogo{
		position:absolute;
		line-height:44px;
		top:0;
		left:50%;
		transform:translateX(-50%);
	}
	.mlogo a{
		display:block;
	}
	.mlogo img{
		height:32px;
		width:auto;
	}
	.mitop .mitop01{
		float:left;
		width:34px;
		height:34px;
		line-height:34px;
		text-align:center;
		color:#fff;
		font-size:24px;
	}
	.mitop .topclose{
		display:none;
		z-index:12;
		position:relative;
		color:#fff;
	}
	.mitop .muser{
		float:right;
	}
	.mlogin a,.musername a{
		float:left;
		font-size:12px;
		color:#fff;
		display:block;
		line-height:18px;
		margin-top:8px;
	}
	.mlogin h5{
		float:left;
		font-size:12px;
		color:#ccc;
		margin:0 10px;
		line-height:34px;
	}
	.musername a:first-child{
		margin-right:10px;
	}
	.msearchbox{
		padding:10px;
		padding-top:0;
	}
	.msearch{
		display:block;
		margin-top:5px;
		background:#eee;
		line-height:32px;
		border-radius:17px;
		text-align:center;
		width:100%;
	}
	.msearch h3{
		display:inline-block;
		font-size:12px;
		margin-left:5px;
		color:#888;
		line-height:32px;
	}
	.msearch em{
		display: inline-block;
		line-height: 20px;
		font-size: 18px;
		color: #888;
		transform: translateY(2px);
	}
	
	.advantage {
		margin-top: -1px;
	}
	.advantage li{
		width:100%;
		padding:25px 0;
		position:relative;
	}
	.advantage li .atext{
		padding:0 20px;
	}
	.advantage li .atext h1{
		font-size: 40px;
		width: 50px;
		line-height: 38px;
		margin-right:10px;
	}
	.advantage li .atext div{
		width:calc(100% - 60px);
		padding-bottom: 0;
		border:none;
	}
	.advantage li .atext h3 {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.advantage li img {
		position:absolute;
		top:calc(50% - 16px);
		right:20px;
		width: 32px;
		margin:auto;
	}
	.banner01 .dots{
		bottom:12px;
	}
	.banner01 .dots span{
		margin:0 6px;
	}
	.product {
		margin: 40px auto;
	}
	.tit01 h1, .tit01 h2{
		font-size:20px;
	}
	.tit01 span {
		width: 22px;
		height: 3px;
		margin: 8px auto;
	}
	.tit01 h3{
		font-size:14px;
	}
	.tit01{
		margin-bottom:20px;
	}
	.product ul li {
		width: 48.5%;
	}
	.product ul li:nth-child(2n){
		margin-right:0;
	}
	.more01{
		width: 124px;
		line-height: 32px;
		font-size: 12px;
		margin-top: 25px;
	}
	.product ul li:hover img{
		transform:scale(1);
	}
	.product ul li:hover div ins {
		width: 100%;
		opacity: 0;
	}
	.more01:hover {
		color: #fff;
		background: #6cb022;
		border-color: #fff;
	}
	.aleft{
		width:100%;
		margin-top:0;
	}
	.aboutbg{
		display:none;
	}
	.aright {
		width: 100%;
		margin-top: 20px;
	}
	.aright h2{
		font-size:12px;
	}
	.aright h1{
		font-size:20px;
	}
	.aright h1{
		margin-bottom:15px;
		padding-bottom:15px;
	}
	.aright p {
		line-height: 22px;
		margin-bottom: 10px;
		font-size:12px;
	}
	.more02 {
		width: 132px;
		line-height: 32px;
		font-size: 12px;
		margin-top: 26px;
	}
	.more02:hover {
		background: #fff;
		color: #6cb022;
	}
	.about{
		padding:0;
		margin-top:30px;
	}
	.industry {
		margin: 40px auto;
	}
	.industry ul li .text{
		background:#f5f5f5;
	}
	.industry ul li .text div{
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	.industry ul li .text div h3{
		font-size:16px;
	}
	.industry ul li .text div p {
		font-size: 12px;
		line-height: 24px;
		height: 48px;
	}
	.industry ul li .text div h5 {
		font-size: 12px;
		margin-top: 20px;
	}
	.nextbox{
		margin-top:20px;
	}
	.industry .prev01, .industry .next01{
		font-size:26px;
		line-height: 22px;
	}
	.industry .prev01{
		top:-3px;
	}
	.industry ul li span:hover img,.news li:hover img,.allnews li:hover img{
		transform:scale(1);
	}
	.industry ul li .tbox:hover div h3,.news li:hover h3{
		color: #000;
	}
	.industry ul li .tbox:hover div em {
		width: 26px;
	}
	.news li:hover ins {
		width: 80px;
		background: #ebebeb;
	}
	.news li{
		width:100%;
		margin-right:0;
		padding-bottom:20px;
		border-bottom:1px solid #eee;
	}
	.news li img{
		display:none;
	}
	.news li:first-child img{
		display:block;
	}
	.news li.n02 {
		margin-top: 0;
	}
	.news li h3 {
		font-size: 14px;
		margin-top: 20px;
	}
	.news li p{
		margin-top:6px;
		line-height: 22px;
		height: 44px;
		margin-bottom:0;
	}
	.news li a div{
		display:none;
	}
	.partners{
		margin:40px auto;
	}
	.partners ul li a{
		padding:0;
	}
	.product ul li h3{
		font-size: 12px;
		margin-top: 10px;
	}
	.product ul li div{
		margin-top:5px;
	}
	.product ul li div h4{
		font-size:14px;
		line-height:18px;
	}
	.product ul li div em{
		font-size:16px;
		line-height:18px;
	}
	.product ul li div{
		padding-bottom:10px;
	}
	
	
	/*公共底部*/
	.mifooter{
		position:fixed;
		background:#fff;
		width:100%;
		left:0;
		bottom:0;
		border-top:1px solid #eaeaea;
		padding:10px 0;
		z-index:2;
	}
	.mifooter li{
		float:left;
		width:25%;
		text-align:center;
	}
	.mifooter li a{
		display:block;
	}
	.mifooter li em{
		font-style:normal;
		font-size:22px;
		line-height:24px;
		color:#666;
	}
	.mifooter li h3{
		font-size:12px;
		line-height:14px;
		color:#666;
	}
	.mifooter li:first-child h3,.mifooter li:first-child em
	,.mifooter li.a h3,.mifooter li.a em{
		color:#ff4714;
	}
	
	/*关于我们*/
	.vabout {
		width: calc(100% - 24px);
		margin: 22px 12px;
		margin-bottom: 30px;
	}
	.vabout h1 {
		line-height: 26px;
		font-size: 18px;
		border-top: none; 
		margin-bottom: 20px;
		color: #000;
		padding-bottom: 15px;
	}
	
	/*新闻列表页*/
	.mlnavbox{
		position:relative;
		padding:0 10px;
	}
	.mlnavbox .beijing{
		background-image: linear-gradient(160deg,#98c667 0,#6cb022 100%);
		width:100%;
		position:absolute;
		top:0;
		left:0;
		display:block;
		height:100%;
		border-radius:0 0 50% 50%;
	}
	.listnav li{
		float:left;
		margin: 1%;
		width: 23%;
	}
	.listnav li a{
		line-height: 28px;
		padding: 0;
		border-radius: 4px;
		background:#f6f6f6;
		font-size:11px;
		display:block;
		text-align:center;
		border:none;
	}
	.listnav li.a a{
		color:#fff;
		background:#6cb022;
	}
	.listnav{
		background:#fff;
		padding: 15px 10px; 
		position:relative;
		z-index:1;
		border-radius: 6px;
		box-shadow:none;
	}
	.pub01{
		display:none;
	}
	
	.page{
		text-align:center;
	}
	.lnews .page{
		margin-bottom:90px;
	}
	.page a{
		float:none;
		display:inline-block;
	}
	.page a{
		*display:inline;
	}
	.lnews .allnews {
		padding: 5px 15px;
		width: calc(100% - 30px);
		background: #fff;
	}
	.allnews li img{
		float:left;
		width:120px;
	}
	.allnews li{
		padding:16px 0;
	}
	.allnews li:first-child{
		padding-top:0;
	}
	.lnews .allnews li div {
		width: calc(100% - 134px);
		float:right;
	}
	.lnews .allnews li div h3{
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		line-height: 18px;
		color:#000;
	}
	.lnews .allnews li p {
		line-height: 20px;
		height: 38px;
		font-size: 11px;
		color:#888;
		margin-bottom:0;
	}
	.allnews li:hover{
		background:#fff;
	}
	.pagination li.active span, .pagination li:hover a{
		background: #6cb022 !important;
		border-color: #6cb022 !important;
	}
	.pagination{
		margin-top:15px;
		text-align:center;
	}
	.pagination li{
		float:none !important;
		display: inline-block !important;
	}
	
	/*新闻内容页*/
	.vnews{
		margin:10px;
		margin-bottom:71px;
		padding: 20px 15px !important;
	}
	.vnews h1 {
		margin-bottom: 15px;
		text-align: left;
		font-size: 18px;
		font-weight:bold;
		color: #333;
	}
	.vnews span.view{
		text-align:left;
		font-size:12px;
		margin-bottom: 20px;
	}
	.fanye{
		margin-bottom:30px;
	}
	.fanye p{
		font-size:12px;
	}
	.fanye span{
		float:left;
	}
	.fanye a{
		float: left;
		width: calc(100% - 16px);
		line-height: 24px;
	}
	
	/*合作伙伴列表页*/
	.allpartner li:nth-child(5n){
		margin-right:0;
	}
	.allpartner li img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-ms-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-webkit-filter: grayscale(0);
		-o-filter: grayscale(0);
	}
	
	/*图片列表页*/
	.lshow {
		margin-bottom: 40px;
	}
	.allshow{
		padding:0 25px !important;
	}
	.allshow li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.allshow li:nth-child(2n){
		margin-right:0;
	}
	.allshow li h3 {
		font-size: 13px;
		margin-top: 12px;
		margin-bottom: 5px;
	}
	.allshow li h5 {
		padding-left: 10px;
		background-size: 6px;
	}
	.allshow li span,.allshow li p{
		display:none;
	}
	.allshow li:hover{
		transform: translateY(0);
	}
	.allshow li:hover h3 {
		color: #000;
	}
	.vnews .vntop h1 {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.vnews .vntop{
		padding-bottom:15px;
	}
	.vnews .vntop a {
		width: 52px;
		line-height: 24px;
		font-size: 12px;
		margin-top: 12px;
	}
	.vnews .vntop div{
		width:calc(100% - 66px);
	}
	.cp_box {
		padding: 10px 0;
		padding-bottom: 10px;
	}
	.cp_tit{
		width:100%;
	}
	.cp_tit ul {
		margin: 0;
	}
	.cp_tit ul li {
		width: calc(100% / 3);
		float: left;
		text-align: center;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}
	.cp_tit ul li:nth-child(3n){
		border-right:none;
	}
	.cp_img {
		width: calc(100% - 20px);
		padding: 15px 10px;
		border-left: none;
		border-top: 5px solid #eee;
	}
	.cp_img li{
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.cp_img li:nth-child(2n){
		margin-right:0;
	}
	.cp_img li:nth-child(7),.cp_img li:nth-child(8)
	,.cp_img li:nth-child(5),.cp_img li:nth-child(6){
		display:none;
	}
	.cp_img li h3 {
		margin-top: 8px;
		margin-bottom: 4px;
		font-size: 12px;
	}
	.cp_img li h4 {
		font-size: 14px;
		line-height: 18px;
	}
	.cp_img li div em {
		font-size: 16px;
		line-height: 18px;
	}
	.vproduct .cp_more{
		display:none;
	}
	.cp_tit .cptit{
		padding:12px 10px;
	}
	.cp_tit .cptit h1{
		font-size:24px;
		line-height: 30px;
	}
	.cp_tit .cptit h2 {
		font-size: 14px;
	}
	.cp_tit ul li a {
		width: calc(100% - 8px);
		font-size: 12px;
		padding: 8px 4px;
	}
	.cp_tit ul a:hover {
		color: #333;
		background: #fff;
		padding-left: 10px;
		width: calc(100% - 20px);
	}
	.cp_img li:hover img{
		transform:scale(1);
	}
	.cp_img li:hover h3{
		color:#333;
	}
	.vproduct .cp_more a{
		padding:10px 15px;
	}
	.vproduct .cp_more:hover{
		opacity:1;
	}
	.vproduct .cp_more:hover span {
		width: 60px;
	}
	.vnews {
		margin: 0 10px;
		margin-bottom: 10px;
		padding: 15px 10px !important;
		margin-top: 5px;
		float: none;
	}
	.fanye a{
		display: initial;
	}
	.partners .prev01, .partners .next01{
		display:none;
	}
	.vshow {
		margin: 0;
		margin-bottom: 20px;
		padding: 20px 2px !important;
	}
	.default-article-content p{
		font-size:14px;
	}
	
}
@media screen and (max-width:768px){ 
	
}
@media screen and (max-width:480px){   
	.video li{
		width:100%;
		margin:auto;
		margin-bottom:20px;
	}
	.allpartner li{
		width:32%;
	}
	.allpartner li:nth-child(3n){
		margin-right:0;
	}
	.allpartner li a{
		padding:0;
	}
	.opentips span {
		width: 80%;
		height: 150px;
		line-height: 150px;
		font-size: 16px;
		left: 10%;
		margin-left: 0;
		margin-top: -75px;
	}
}















