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



/*头部内容*/
.bannerbox{
	position:relative;
}
.header{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
}
.header .h01{
	padding:20px 0;
}
.header .h01 .logo{
	float:left;
	line-height:50px;
}
.header .h01 .logo img{
	height:59px;
	width:auto;
}
.header .phone {
    float: right;
    color: #fff;
    display: flex;
    align-items: center;
}
.header .phone .d01 em{
	float:left;
	line-height:50px;
	font-size:22px;
	color:#f08200;
	margin-right: 4px;
}
.header .phone .d01 h4{
	font-size:14px;
	line-height:50px;
	float:left;
}
.header .phone .d01 h3{
	font-size:20px;
	line-height:50px;
	font-weight:bold;
	float:left;
}
.language{
	position: relative;
    color: #fff;  
    font-size: 14px;
    margin-left: 25px;   
}
.language ins{
	display: block;
	background: url(/template/index/public/54/54-0076/images/diqiu.png) no-repeat left center;
    background-size: 20px;
    padding-left: 24px;
    cursor: pointer;
    font-size: 14px;
}
.language ins em {
    color: #fff;
}
.language .div01{
	background: #fff;
    width: 120px;
    position: absolute;
    right: -15px;
    border-radius: 10px;
    padding: 7px 0;
    top: 70px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
}
.language:hover .div01 {
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.language .div01::before{
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}
.language .div01 a{
	display: block;
    font-size: 14px;
    line-height: 2.3;
    color: #333;
    text-indent: 15px;
    transition: all .3s;
}
.language .div01 a em{
	font-size: 14px;
    margin-right: 5px;
    color: #aaa;
    -webkit-text-stroke-width: initial;
    transition: all .3s;
}
.language .div01 a:hover{
	background: #eee;
	color: #f08101;
}
.language .div01 a:hover em{
	color: #f08101;
}


.header .h02{
	border-top:1px solid rgba(255,255,255,0.20);
}
.nav01 > li > a{
	display:block;
	padding-top:24px;
	font-size:14px;
	color:#fff;
	line-height:20px;
	position:relative;
	padding-bottom:10px;
}
.nav01 > li{
	padding-right:61px;
	margin-right:60px;
	position:relative;
}
.nav01 > li::after{
	content:"";
	position:absolute;
	width:1px;
	height:14px;
	background:#fff;
	top:27px;
	right:0;
	opacity: 0.3;
}
.nav01 > li:last-child{
	padding-right:0;
	margin-right:0;
}
.nav01 > li:last-child::after{
	display:none;
}
.nav01 > li > a::after{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#f08200;
	top:-2px;
	right:0;
	opacity: 0;
	transition:0.3s;
}
.nav01 > li.a > a::after{
	opacity:1;
}
.nav01 li ul{
	background:rgba(0,0,0,0.40);
	left:-26px;
	z-index:4;
}
.nav01 li ul li a{
	width:110px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.10);
	transition:0.3s;
}
.nav01 li ul li:hover a{
	background:#f18101;
}
.nav01 li:hover ul{
	background:rgba(0,0,0,0.40) !important;
	display:none;
}
.header .gowith{
	width: 56px;
    height: 3px;
    background: #f08200;
    position: absolute;
    left: 0;
    top: -2px;
    opacity: 0;
	z-index:2;
}
.banner01{
	max-height:800px;
	overflow:hidden;
}
.banner01 .dots{
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width:auto;
	padding:0 20px;
	background:rgba(255,255,255,0.15);
	border-radius:11px;
	height:22px;
	bottom:30px;
}
.banner01 .dots span{
	width:6px;
	height:6px;
	border-radius:3px;
	margin:0 10px;
	position:relative;
	bottom:5px;
}
.banner01 .dots span.active{
	width:10px;
	height:10px;
	border-radius:5px;
	border:2px solid #fff;
	box-sizing:border-box;
	background:rgba(0,0,0,0);
}
.nybanner img{
	width:100%;
	height:auto;
}
.nybanner .nytit{
	position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
}
.nybanner .nytit h1 {
    font-size: 40px;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 0;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
}
.nybanner .nytit h1:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #f08200;
    height: 12px;
    z-index: -1;
}
.nybanner .nytit h2 {
    font-size: 24px;
    color: #fff;
}
.default-mod-add .nytit
,.default-diy-edit .nytit
,.default-mod-diy .nytit
,.default-api-diy .nytit{
	display: none;
}


/*about*/
.about{
	padding:100px 0;
}
.about .imgbox{
	float:left;
	width:50%;
	text-align:left;
	margin-top:20px;
}
.about .textbox{
	float:right;
	width:44%;
	position:relative;
}
.about .textbox h1{
	float:left;
	font-size:32px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	text-transform: uppercase;
}
.about .textbox h2{
	float:left;
	font-size:26px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	margin-left:10px;
}
.about .textbox span{
	background:rgba(0,0,0,0.12);
	display:block;
	height:1px;
	margin:40px 0;
}
.about .textbox div p{
	font-size:12px;
	color:#666;
	line-height:30px;
	text-align: justify;
}
.about .textbox ul{
	margin:40px auto;
}
.about .textbox ul li{
	float:left;
	width:32%;
}
.about .textbox ul li:last-child{
	margin-right:0;
}
.about .textbox ul li h3{
	float:left;
	font-size:32px;
	color:#000;
	font-weight:bold;
	line-height:32px;
}
.about .textbox ul li h4{
	float:left;
	font-size:12px;
	color:#000;
	margin-left:10px;
	margin-top:10px;
}
.about .textbox ul li h5{
	float:left;
	font-size:12px;
	width:100%;
	color:#666;
	margin-top:5px;
}
.more01{
	display:block;
	line-height:34px;
	border:1px solid #000;
	width:114px;
	padding: 0 25px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	transition:0.3s;
}
.more01 em{
	margin-left:10px;
	font-weight:inherit;
	font-size:18px;
	color:#000;
	transition:0.3s;
}
.more01:hover{
	width:120px;
	padding-right:19px;
}
.more01:hover em{
	margin-left:16px;
	color:#f08200;
}


/*搜索内容*/
.searchbox{
	padding:20px 0;
	border-bottom:1px solid #e5e5e5;
}
.hotsearch{
	float:left;
	margin-top:9px;
}
.hotsearch h1{
	float:left;
	font-size:16px;
	color:#f08200;
	font-weight:bold;
	line-height:20px;
	margin-right:10px;
}
.hotsearch ul {
	float:left;
}
.hotsearch ul li{
	float:left;
	margin-right:40px;
}
.hotsearch ul li a{
	font-size:12px;
	color:#808080;
	display:block;
	line-height:20px;
	transition:0.2s;
}
.hotsearch ul li a:hover{
	color:#f08200;
}
.search{
	float:right;
	height:38px;
}
.search form{
	height:38px;
	position:relative;
}
.search form .search01{
	width:240px;
	height:38px;
	line-height:38px;
	border:none;
	padding-left:12px;
	font-size:12px;
	padding-right:48px;
	background:#eee;
}
.search form .search02{
	font-size:0;
	width:38px;
	height:38px;
	border:none;
	background: #eee url(/template/index/public/54/54-0076/images/search.png) no-repeat center;
	background-size:18px;
	position:absolute;
	right:0;
	top:0; 
	cursor:pointer;
}


/*案例展示*/
.casebox{
	margin-top:60px;
	margin-bottom:40px;
}
.casebox .tit01{
	margin-bottom:50px;
	text-align:center;
}
.casebox .tit01 h1{
	display:inline-block;
	margin:0 3px;
	font-weight:bold;
	font-size:30px;
	color:#000;
}
.casebox .tit01 h1.h02{
	color:#f08200;
}
.casebox .tit01 h2{
	display:inline-block;
	width:100%;
	font-size:18px;
	color:#000;
}
.casebox .tit01 h1,.casebox .tit01 h2{
	*display:inline;
}
.casebox ul li{
	float:left;
	width:32.5%;
}
.casebox ul li.c02,.casebox ul li.c05{
	width:37.49%;
}
.casebox ul li.c03,.casebox ul li.c04{
	width:30%;
}
.casebox ul li a{
	display:block;
	position:relative;
	overflow:hidden;
}
.casebox ul li img{
	width:100%;
	height:auto;
	transition:0.6s;
}
.casebox ul li .text{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	position:absolute;
	top:0;
	left:0;
	transition:0.6s;
}
.casebox ul li h5{
	position:absolute;
	top:50px;
	left:50px;
	font-size:40px;
	color:#fff;
	font-weight:bold;
	opacity:0.2;
	transition:0.6s;
}
.casebox ul li .text div{
	width:calc(100% - 100px);
	position:absolute;
	left:50px;
	bottom:40px;
	color:#fff;
	height:56px;
	overflow:hidden;
	transition:0.6s;
}
.casebox ul li h3{
	font-size:20px;
	line-height:30px;
}
.casebox ul li h4{
	font-size:14px;
	text-transform:uppercase;
	margin-top:5px;
	transition:0.4s;
}
.casebox ul li p{
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	position:relative;
	padding-right:120px;
	transition:0.6s;
}
.casebox ul li p em{
	font-size:30px;
	display:block;
	line-height:30px;
	top:0;
	right:0;
	position:absolute;
	color:#fff;
}
.casebox ul li:hover .text div{
	height:66px;
}
.casebox ul li:hover h4{
	opacity:0;
}
.casebox ul li:hover p{
	margin-top:-20px;
}
.casebox ul 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);
}
.casebox ul li:hover h5{
	opacity:1;
}
.casebox ul li:hover .text{
	background:rgba(0,0,0,0.70);
}
.casebox .rmore{
	margin:auto;
	margin-top:50px;
	width:160px;
	line-height:44px;
	padding-left:20px;
	position:relative;
	font-size:16px;
	color:#fff;
	border:1px solid #f08200;
	background:#f08200;
	display:block;
	transition:0.3s;
}
.casebox .rmore em{
	display:block;
	line-height:44px;
	position:absolute;
	right:12px;
	top:0;
	color:#fff;
	font-size:14px;
	transition:0.3s;
}
.casebox .rmore:hover{
	background:#fff;
	color:#f08200;
}
.casebox .rmore:hover em{
	color:#f08200;
}
.pox {
    text-align: right;
    margin-bottom: 10px;
}
.pox a{
	color:#999;
	transition:all .3s;
}
.pox a:hover{
	color:#f08200;
}
/*产品展示*/
.product{
	padding:100px 0;
	background: url(/template/index/public/54/54-0076/images/pbg.jpg) no-repeat center;
	position:relative;
	padding-bottom:140px;
}
.product .title{
	float:left;
	width:28%;
}
.product .title h1{
	font-size:32px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
}
.product .title h2{
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-bottom:80px;
	margin-top: 10px;
}
.product .title span{
	display:block;
	position:absolute;
	height:1px;
	left:0;
	top:210px;
	background:rgba(0,0,0,0.12);
}
.product .title ul li{
	margin-bottom:30px;
}
.product .title ul li a.a01 {
    display: block;
    font-size: 16px;
    color: #666;
    transition: 0.3s;
    margin-bottom: 10px;
}
.product .title ul li div a {
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    width: 30%;
	transition:all .3s;
}
.product .title ul li div a:hover{
	color:#f08200;
}
.product .title ul li a.a01:hover{
	margin-left:5px;
	color:#f08200;
}
.tabbox{
	text-align:center;
	margin-top:30px;
}
.product .proprev,.product .pronext,.product .prodots{
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
.product .prodots span{
	margin:0 5px !important;
}
.prodots .swiper-pagination-bullet-active {
    background: #f08200;
}
.allgoods{
	position:absolute;
	top:100px;
	right:0;
	padding-bottom: 60px;
}
.allgoods li{
	width:32%;
	float:left;
}
.allgoods li a{
	display:block;
	background:#fff;
	border:1px solid #fff;
	transition:0.4s;
}
.allgoods li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.allgoods li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.allgoods li .text{
	padding-top:20px;
	transition:0.4s;
}
.allgoods li h3{
	font-size:15px;
	color:#333;
	margin-bottom:8px;
	padding:0 25px;
	transition:0.4s;
}
.allgoods li p{
	font-size:12px;
	color:#808080;
	line-height:22px;
	height:44px;
	overflow:hidden;
	margin-bottom:30px;
	padding:0 25px;
	transition:0.4s;
}
.allgoods li .text div{
	border-top:1px solid #e5e5e5;
	transition:0.4s;
}
.allgoods li .text div h4{
	float:left;
	font-size:12px;
	line-height:46px;
	color:#808080;
	width:calc(100% - 85px);
	margin-left:25px;
	transition:0.4s;
	display:none;
}
.allgoods li .text div em{
	display:block;
	width:46px;
	line-height:46px;
	font-size:14px;
	color:#d9d9d9;
	border-left:1px solid rgba(255,255,255,0.12);
	float:right;
	text-align:center;
	transition:0.4s;
}
.product .swiper-scrollbar{
	background:rgba(0,0,0,0.06);
	left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
}
.product .swiper-scrollbar-drag {
    background: #f08200;
}
.allgoods li:hover a{
	border-color:#f08200;
}
.allgoods 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);
}
.allgoods li:hover .text{
	background:#f08200;
}
.allgoods li:hover h3
,.allgoods li:hover p
,.allgoods li:hover div h4
,.allgoods li:hover .text div em{
	color:#fff;
}
.allgoods li:hover .text div{
	border-top:1px solid rgba(255,255,255,0.12);
}


/*经营理念*/
.business{
	padding:100px 0;
	position:relative;
	padding-bottom:40px;
}
.business .bbg{
	display:block;
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 830px;
    background: url(/template/index/public/54/54-0076/images/bbg.jpg) no-repeat center;
    background-attachment: fixed;
}
.business .all{
	position: relative;
	z-index:3;
}
.business .title{
	float:left;
	width:45%;
	color:#fff;
}
.business .title h1{
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
}
.business .title h2{
	font-size:20px;
	line-height:30px;
	margin-bottom:80px;
	margin-top: 10px;
}
.business .title span{
	display:block;
	position:absolute;
	height:1px;
	top:110px;
	background:rgba(255,255,255,0.40);
}
.business .title p{
	font-size:14px;
	line-height:30px;
}
.business .title a{
	display:block;
	width:38px;
	line-height:38px;
	text-align:center;
	border-radius:20px;
	background:#f08200;
	border:1px solid #f08200;
	font-size:16px;
	color:#fff;
	margin-top:80px;
	transition:0.3s;
}
.business .title a:hover{
	background:rgba(0,0,0,0);
	color:#f08200;
}
.business ul{
	float:right;
	width:52%;
}
.business ul li{
	float:left;
	width:50%;
	text-align:center;
	transition:0.3s;
	margin-bottom:80px;
}
.business ul li div{
	margin-left:60px;
	width:calc(100% - 60px);
	cursor:default;
}
.business ul li div img{
	width:56px;
	height:auto;
	margin:auto;
	margin-bottom:20px;
	transition:0.3s;
}
.business ul li div h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.business ul li div p{
	font-size:12px;
	line-height:24px;
	color:#fff;
	letter-spacing: 1px;
}
.business ul li div:hover img{
	transform:translateY(-8px);
	-ms-transform:translateY(-8px);
	-moz-transform:translateY(-8px);
	-webkit-transform:translateY(-8px);
	-o-transform:translateY(-8px);
}


/*新闻资讯*/
.newbox{
	background:#f5f7f9;
	padding:80px 0;
	position:relative;
	padding-bottom:100px;
}
.newbox .xian{
	display:block;
	height:1px;
	position:absolute;
	left:0;
	top:176px;
	background:rgba(0,0,0,0.10);
}
.newbox .title{
	margin-bottom:50px;
}
.newbox .title div{
	float:left;
	width:32%;
}
.newbox .title h1{
	font-size: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}
.newbox .title h2 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.newbox .title span{
	display:block;
	width:100%;
	height:3px;
	background:#f08200;
	margin-top:25px;
}
.newbox .title ul{
	float:right;
}
.newbox .title ul li{
	float:left;
	margin-left:50px;
}
.newbox .title ul li a{
	display:block;
	padding-top:8px;
	padding-bottom:10px;
	position:relative;
	text-align:center;
}
.newbox .title ul li a h3{
	font-size:14px;
	color:#333;
	transition:0.3s;
}
.newbox .title ul li a span{
	display:block;
	width:16px;
	height:2px;
	position:absolute;
	left:calc(50% - 8px);
	bottom:0;
	background:#f5f7f9;
}
.newbox .title ul li:first-child a span{
	background:#f08200;
}
.newbox .title ul li:first-child a h3,.newbox .title ul li:hover a h3{
	color:#f08200;
}
.inews .n01{
	float:left;
	width:44%;
	margin-right:2%;
}
.inews .n01 a{
	display:block;
	position:relative;
	overflow:hidden;
}
.inews .n01 img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.inews .n01 .text{
	position:absolute;
	width:calc(100% - 60px);
	padding:25px 30px;
	background:rgba(0,0,0,0.40);
	left:0;
	bottom:0;
	transition:0.4s;
}
.inews .n01 .text div{
	float:left;
	width:calc(100% - 90px);
}
.inews .n01 .text div h3{
	font-size:16px;
	color:#fff;
}
.inews .n01 .text div p{
	font-size:13px;
	color:#b2b2b2;
	line-height:20px;
	margin-top:5px;
	transition:0.4s;
}
.inews .n01 .text span{
	display: block;
    float: right;
    font-size: 12px;
    width: 46px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 28px;
    margin-top: -4px;
	color:#fff;
}
.inews .n01 .text span em{
	display: block;
    font-style: normal;
    border-bottom: 1px solid #fff;
	font-size:16px;
}
.inews .n01:hover .text{
	background:#f08200;
}
.inews .n01:hover .text div p{
	color:#fff;
}
.inews .n01: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);
}
.inews .n02{
	float:left;
	margin-right:2%;
	width:26%;
	background:#fff;
	transition:0.4s;
}
.inews .n02:last-child{
	margin-right:0;
}
.inews .n02 a{
	display:block;
	padding:0 24px;
	padding-top:25px;
}
.inews .n02 h4{
	font-size:12px;
	color:#808080;
}
.inews .n02 h4 em{
	display:none;
}
.inews .n02 h3{
	font-size:15px;
	color:#000;
	margin:20px auto;
	margin-top: 10px;
	transition:0.4s;
}
.inews .n02 img{
	width:100%;
	height:auto;
}
.inews .n02 p{
	font-size:12px;
	color:#999;
	line-height:22px;
	margin-top:20px;
	height:44px;
	overflow:hidden;
}
.inews .n02 div{
	margin-top:58px;
	padding: 16px 0;
	border-top:2px solid #eee;
}
.inews .n02 div h5{
	float:left;
	font-size:12px;
	color:#999;
	line-height:16px;
}
.inews .n02 div em{
	display:block;
	float:right;
	font-size:14px;
	color:#ccc;
	line-height:16px;
}
.inews .n02:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.10);
	transform:translateY(-8px);
	-ms-transform:translateY(-8px);
	-moz-transform:translateY(-8px);
	-webkit-transform:translateY(-8px);
	-o-transform:translateY(-8px);
}
.inews .n02:hover h3{
	color:#f08200;
}


/*公共底部*/
.footer{
	background: url(/template/index/public/54/54-0076/images/fbg.jpg) no-repeat center;
}
.top01{
	width:60px;
	height:26px;
	position:absolute;
	top:-26px;
	left:calc(50% - 30px);
	display:block;
	background: url(/template/index/public/54/54-0076/images/top.png) no-repeat center;
	background-size:100%;
	z-index:3;
}
.footer .fcontact{
	padding:30px 0;
	border-bottom:1px solid rgba(255,255,255,0.08);
	margin-bottom:60px;
	position:relative;
}
.fcontact .logo{
	float:left;
	line-height:50px;
}
.fcontact .logo img{
	max-height:59px;
	width:auto;
	opacity:.5;
}
.fcontact .fphone{
	float:right;
	text-align:right;
}
.fcontact .fphone h4{
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.fcontact .fphone h3{
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
}
.fnav{
	float:left;
}
.fnav > li{
	float:left;
	margin-right:90px;
}
.fnav > li a{
	font-size:16px;
	color:#fff;
	transition:0.2s;
}
.fnav > li ul{
	margin-top:20px;
}
.fnav > li ul li{
	margin-bottom:15px;
}
.fnav > li ul li a{
	font-size:13px;
	color:#fff;
	opacity:.7;
}
.fnav li a:hover{
	color:#fff;
	opacity:1;
}
.footer .ftwx{
	float:right;
}
.footer .ftwx div{
	text-align:center;
	float:left;
	margin-left:50px;
}
.footer .ftwx div img{
	width:100px;
	height:auto;
}
.footer .ftwx div h3{
	font-size:12px;
	color:#fff;
	margin-top:8px;
}
.jishu{
	margin-top:80px;
	padding:35px 0;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.08);
}
.default-copyright{
	width:100%;
	color:#fff;
}
.jishu p a{
	color:#fff;
	transition:0.2s;
	opacity:.7;
}
.jishu p a:hover{
	color:#fff;
	opacity:1;
}


/*新闻资讯列表页-----------------------------------------------------------------*/
.lnavbox{
	background:#fff;
	border-bottom:1px solid #eaeaea;
	margin-bottom:60px;
}
.lnavbox ul{
	text-align:center;
}
.lnavbox ul li{
	display:inline-block;
	margin:0 5px;
}
.lnavbox ul li{
	*display:inline;
}
.lnavbox ul li a{
	display:block;
	line-height:50px;
	font-size:14px;
	color:#666;
	padding:0 35px;
	transition:0.3s;
}
.lnavbox ul li.a a,.lnavbox ul li:hover a{
	background:#f08200;
	border-radius:12px 0 0 0;
	color:#fff;
}
.pub01{
	text-align:right;
	margin-bottom:6px;
}
.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:17px;
	color:#333;
	margin-top:10px;
	margin-bottom:15px;
	font-weight: bold;
	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:#f08200;
}
.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);
}
.pagination{
	margin-top:30px;
}
.pagination li span,.pagination li a{
	transition:0.2s;
}
.pagination li.active span, .pagination li:hover a {
    background: #f08200 !important;
    border-color: #f08200 !important;
}
.lnews .pagination{
	text-align:center;
}
.lnews .pagination li{
	float:none;
	display:inline-block;
	margin:0 5px;
}




/*合作伙伴列表页--------------------------------------------------*/
.lpartner{
	margin-bottom:80px;
}
.allpartner li{
	float:left;
	width:18.25%;
	margin-right:2%;
	margin-bottom:2%;
}
.allpartner li a{
	display:block;
	padding:2px 10px;
}
.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);
}



/*产品展示列表页---------------------------------------------------------*/
.lbg{
	background:#f5f7f9;
	padding-bottom:100px;
}
.lgoods .allgoods{
	position: inherit;
    top: 0;
    right: 0;
    padding-bottom: 0;
}
.lgoods .allgoods li{
	margin-right:2%;
	margin-bottom:2%;
}
.lgoods .allgoods .pox{
	text-align:left;
}

/*人才招聘列表页------------------------------------------------------------------------------*/
.lzhaopin div{
	background: #f08200;
	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: #f08200;
	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;
}


/*案例展示列表页-------------------------------------------------------------------*/
.lshow{
	margin-bottom:80px;
}
.allshow{
	position:relative;
}
.allshow li{
    margin-bottom: 60px;
	position: relative;
}
.allshow li .lsbox{
	position:relative;
	padding:50px;
	background: #eee;
}
.allshow li .lsbox span{
	display: block;
    background: #f08200;
    width: 320px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.allshow li ins{
	display:block;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	background: #eee;
	z-index:-1;
}
.allshow li .text{
	float: left;
    width: 42%;
    margin-top: 60px;
}
.allshow li .text h3{
	font-size: 20px;
    margin-bottom: 20px;
}
.allshow li .text p{
	font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    max-height: 60px;
	color:#666;
}
.allshow li .text a{
	display:block;
    width: 154px;
    height: 38px;
    border-radius: 19px;
    background:#f08200;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    transition: 0.3s;
}
.allshow li .text a:hover{
	opacity:0.8;
}
.allshow li .imgbox{
	display:block;
	float: right;
    width: calc(58% - 60px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.allshow li .imgbox img{
	width:100%;
	height:auto;
	transition: 0.6s;
}
.allshow li .imgbox: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);
}
.allshow li.ls02 .imgbox{
	float:left;
}
.allshow li.ls02 .text{
	float:right;
}
.allshow li.ls02 ins{
	left:inherit;
	right:0;
}
.allshow li.ls02 .lsbox span{
	right:inherit;
	left:0;
}
.lshow .pagination{
	text-align:center;
	margin-top:0;
}
.lshow .pagination li{
	float:none;
	display:inline-block;
}
.lshow .pagination li{
	*display:inline;
}


/*新闻内容页--------------------------------------------------------------------*/
.vnews{
	margin-bottom:80px;
}
.vnews .vnleft{
	float:left;
	width:24%;
}
.vnews .vnleft .vnl01 a{
	float:left;
	display:block;
	line-height:20px;
	padding:0 12px;
	background: #f08200;
    color: #fff;
	font-size:12px;
	text-transform:uppercase;
}
.vnews .vnleft .vnl01 h4{
	float:left;
	margin-left:20px;
	font-size:12px;
	color:#666;
	line-height:20px;
}
.vnews .vnleft img{
	width:100%;
	height:auto;
	margin:30px 0;
	border: 1px solid #f2f2f2;
}
.vnews .vnleft .fanye a{
	display:block;
	float:left;
	margin-right:20px;
	width:36px;
	line-height:36px;
	text-align:center;
	font-size:20px;
	color:#000;
	transition:0.3s;
}
.vnews .vnleft .fanye a:hover{
	background: #f08200;
	color:#fff;
}
.vnews .vntext{
	float:right;
	width:64%;
	padding:40px 4%;
	background:#fafafa;
}
.vnews h1{
	text-align: center;
   margin-bottom:50px;
    font-size: 28px;
    color: #333;
}
.vnews .vntext p{
	font-size:14px;
}


/*关于我们内容页------------------------------------------------------------------------*/
.vabout{
	width:960px;
	margin:auto;
	margin-bottom:100px;
}
.vabout h1{
	width: 100%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    background:#f7f7f7;
    font-weight: bold;
    margin-bottom: 40px;
}
.article p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
}
.ueditor_baidumap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}


/*关于我们列表页---------------------------------------------------------------*/
.labbox .lab01{
	margin:80px auto;
}
.labbox .lab01 .text{
	float:right;
	width:50%;
}
.labbox .lab01 img{
	float:left;
	width:45%;
	height:auto;
}
.labbox .lab01 h1{
	font-size: 35px;
    color: #333;
    margin-bottom: 20px;
	font-weight:bold;
}
.labbox .lab01 p{
	font-size: 14px;
    color: #888;
    line-height:1.8;
    margin-top: 10px;
	text-align:justify;
}
.labbox .lab01 ul{
	margin-top:30px;
}
.labbox .lab01 ul li{
	float:left;
	margin-right:20px;
}
.labbox .lab01 ul li:last-child{
	margin-right:0;
}
.labbox .lab01 ul li h3{
	font-size: 42px;
    color: #f08200;
    margin-right: 8px;
    line-height: 40px;
    font-weight: bold;
	float:left;
}
.labbox .lab01 ul li h4{
	font-size:14px;
	color:#000;
	line-height:20px;
	float:left;
	margin-top: 15px;
}
.labbox .lab01 ul li h5{
	font-size: 14px;
    color: #888;
    width: 100%;
    margin-top: 6px;
	float:left;
	width:100%;
}
.labbox .lab02{
	background: url(/template/index/public/54/54-0076/images/abbg.jpg) no-repeat center;
	padding:60px 0;
	color:#fff;
}
.labbox .lab02 h3{
	font-size: 30px;
    text-align: center;
    line-height: 40px;
	font-weight:bold;
}
.labbox .lab02 span{
	margin: 40px auto;
    width: 80%;
    height: 1px;
    background: #fff;
    display: block;
    opacity: 0.16;
    margin-bottom: 20px;
}
.labbox .lab02 ul{
	width:90%;
	margin:auto;
}
.labbox .lab02 ul li{
	float: left;
    width: 38%;
    padding: 0 6%;
    margin-top: 40px;
    text-align: center;
}
.labbox .lab02 ul li img{
	width:56px;
	height:auto;
	margin-bottom:20px;
}
.labbox .lab02 ul li h3{
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.labbox .lab02 ul li p{
	font-size:12px;
	color:#fff;
	letter-spacing:2px;
}
.labbox .lab02 h4{
	font-size:12px;
	color:#fff;
	letter-spacing:8px;
	text-align:center;
	margin-top:80px;
	text-transform:uppercase;
}
.labbox .lab03{
	margin:80px auto;
}
.labbox .lab03 img{
	float:left;
	width:40%;
	height:auto;
}
.labbox .lab03 .text{
	float:right;
	width:54%;
}
.labbox .lab03 .text h1{
	font-size:30px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
}
.labbox .lab03 .text h2{
	font-size:20px;
	color:#000;
}
.labbox .lab03 .text p{
	font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 45px;
    margin-top: 15px;
}
.labbox .lab03 .more01{
	width: 85px;
    padding: 0 30px;
}
.labbox .lab03 .more01:hover{
	width: 101px;
    padding-right:14px;
}


/*在线留言页面----------------------------------------------------------------------*/
.lapply{
	background: #eaeff5;
    padding-bottom: 100px;
}
.apply{
	margin: auto;
	margin-top: 120px;
	width: 700px;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 80px;
	padding-top: 100px;
	position: relative;
	background: #fff;
}
.apply img{
	position: absolute;
	top: -60px;
	left: calc(50% - 60px);
	width: 120px;
	height: auto;
	border-radius: 60px;
}
.apply h3{
	font-size: 22px;
	font-weight: bold;
	color: #f08200;
	text-align: center;
}
.apply h5{
	font-size: 15px;
	color: #888;
	margin-top: 5px;
	margin-bottom: 40px;
	text-align: center;
}
.apply h4{
	display: none;
}
.apply label{
	display: none;
}
.apply .layui-form-item{
	width: 100%;
	margin-bottom: 20px;
}
.apply input[type="text"]{
	width: 100%;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #eaeaea;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	outline-color: #f08200;
}
.apply textarea{
	width: 100%;
    padding: 0 20px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #eaeaea;
    height: 120px;
    outline-color: #eb3d00;
    padding-top: 10px;
}
.apply .default-form-item input::-webkit-input-placeholder
,.apply textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #888;
	font-family: "微软雅黑";
}
.apply .layui-btn{
	border: none;
	background: #f08200;
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.apply .layui-input-block{
	margin-left:0;
	left:0;
}
.layui-input:hover, .layui-textarea:hover
,.layui-input:focus, .layui-textarea:focus{
    border-color: #eaeaea !important;
}
/*--------------------list-contact------------------*/
.con01{
	padding-top:100px;
}
.con01 li {
    float: left;
    width: 25%;
    text-align: center;
}
.con01 li span {
    display: block;
    width: 100px;
    margin: auto;
}
.con01 li img{
	width:100%;
	height:auto;
}
.con01 li div {
    margin-top: 20px;
}
.con01 li div h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.con01 li div p {
    font-size: 14px;
    color: #999;
}
.mapbox {
    border: 10px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
    height: 480px;
    margin-top: 50px;
    position: relative;
}
.mapbox iframe {
    position: absolute;
    width: 1188px;
    height: 460px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.formbox {
    padding: 100px 0;
    background: #f5f5f5;
    margin-top: 100px;
}
.formbox h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.formbox h3 p {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
    margin-top: 20px;
}
.formbox .form01 {
    width: 50%;
}
.formbox .form01 label {
    display: none;
}
.formbox .form01 .layui-input-block{
	margin-left: 0;
    left: 0;
}
.formbox .form01 .layui-input-block input{
}
.formbox .layui-btn {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #f08200;
    color: #f08200;
    font-size: 16px;
}
.formbox .layui-btn:hover{
	background:#f08200;
	color:#fff;
}
.formbox .s01 {
    width: 45%;
}
.formbox .s01 img{
	width:100%;
	height:auto;
}

/*不同尺寸下修改----------------------------------------------------------*/
@media screen and (max-width:1500px){ 
	.casebox ul li h5{
		top:30px;
		left:30px;
	}
	.casebox ul li .text div {
		width: calc(100% - 60px);
		left: 30px;
		bottom: 30px;
		height: 46px;
	}
	.casebox ul li h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.casebox ul li h4{
		font-size:12px;
	}
	.casebox ul li:hover .text div {
		height: 58px;
	}
	.casebox ul li p em{
		font-size:24px;
	}
	.casebox ul li p{
		padding-right:64px;
	}
	.product .title{
		width:25%;
	}
	.product{
		padding-bottom:100px;
	}
	
	
}
@media screen and (max-width:1024px){ 
	.ismobile .wp, .ismobile .w960 .wp, .ismobile .w960 .w1188 {
		width: auto;
		padding-left: 14px;
		padding-right: 14px;
	}
	.header .h01 {
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255,0.20);
	}
	.header .h01 .logo{
		margin-left:10px;
	}
	.header .h01 .logo img{
		height:32px;
	}
	.header .h01 span,.topclose{
		display: block;
		line-height: 30px;
		margin-right: 10px;
		font-size: 26px;
		color: #fff;
		float: right;
		margin-top: 7px;
	}
	.topclose{
		float: none;
		position: absolute;
		color: #000;
		right: 6px;
		top: 0;
		font-size: 20px;
	}
	.banner01 .dots{
		padding:0 10px;
		height: 18px;
		bottom: 15px;
	}
	.banner01 .dots span{
		bottom:11px;
		margin: 0 8px;
	}
	.mbmenu{
		background: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		height: calc(100% - 50px);
		right: -100%;
		z-index:5;
		padding-top:50px;
	}
	.mbmenu ul li a{
		padding: 15px 20px;
		border-bottom: 1px solid #eee;
		text-align: center;
		color:#000;
		border-top:0;
	}
	.mbmenu ul li ul{
		background:#f7f7f7;
	}
	.nybanner .nytit{
		top: 44%;
	}
	.nybanner .nytit h2{
		font-size: 18px;
	}
	.nybanner .nytit h1 {
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 0px;
		line-height: 14px;
	}
	.nybanner .nytit h1::after{
		display:none;
	}
	.about .imgbox{
		width:100%;
		float:none;
		text-align:center;
		margin-top: 0;
	}
	.about .imgbox img{
		max-width:92%;
		height:auto;
	}
	.about .textbox{
		width:100%;
	}
	.about{
		padding:40px 0;
	}
	.about .textbox h1 {
		font-size: 22px;
		line-height: 24px;
	}
	.about .textbox h2{
		font-size:17px;
		line-height: 24px;
	}
	.about .textbox span {
		background: rgba(0,0,0,0.10);
		margin: 20px 0;
		width: 100% !important;
	}
	.about .textbox div p {
	    line-height: 25px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.about .textbox div p:nth-child(2){
		display:none;
	}
	.about .textbox ul{
		text-align:center;
		margin: 30px auto;
	}
	.about .textbox ul li{
		width:calc(100% / 3);
		text-align:center;
	}
	.about .textbox ul li h3,.about .textbox ul li h4,.about .textbox ul li h5{
		display:inline-block;
		float:none;
	}
	.about .textbox ul li h5{
		width:100%;
	}
	.about .textbox ul li h3 {
		font-size: 24px;
		line-height: 22px;
	}
	.about .textbox ul li h4{
		margin-left:8px;
	}
	.about .textbox ul li h5{
		margin-top:0;
	}
	.more01{
		margin:auto;
	}
	.searchbox{
		padding:15px 0;
	}
	.hotsearch{
		display:none;
	}
	.search{
		width:100%;
	}
	.search form .search01{
		width: calc(100% - 60px);
	}
	.casebox{
		margin:34px auto;
	}
	.casebox .tit01 h1{
		font-size:24px;
	}
	.casebox .tit01 h2{
		font-size:15px;
	}
	.casebox .tit01{
		margin-bottom:25px;
	}
	.casebox ul li{
		width:50% !important;
	}
	.casebox ul li:last-child{
		display:none;
	}
	.casebox ul li .text div {
		width: calc(100% - 20px);
		left: 10px;
		bottom: 6px;
		height: 20px;
	}
	.casebox ul li h3 {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	.casebox ul li h5,.casebox ul li p{
		display:none;
	}
	.casebox ul li .text {
		height: 32px;
		top: inherit;
		bottom: 0;
	}
	.casebox ul li:hover .text {
		background: rgba(0,0,0,0.40);
	}
	.casebox ul li:hover img {
		transform: scale(1);
	}
	.casebox ul li:hover .text div {
		height: 20px;
	}
	.casebox .rmore em {
		line-height: 32px;
		right: 5px;
		font-size: 12px;
	}
	.casebox .rmore {
		margin-top: 25px;
		width: 126px;
		line-height: 32px;
		padding-left: 12px;
		font-size: 12px;
	}
	.casebox .rmore:hover {
		background: #f08200;
		color: #fff;
	}
	.casebox .rmore:hover em {
		color: #fff;
	}
	.product{
		padding:50px 0;
	}
	.product .title {
		width: 100%;
		text-align: center;
	}
	.product .title ul,.product .title span{
		display:none;
	}
	.allgoods {
		position: inherit;
		top: 0;
		padding-bottom: 36px;
		width: calc(100% - 10px) !important;
		margin-left:10px;
	}
	.product .title h2 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 25px;
		margin-top: 4px;
	}
	.product .title h1{
		font-size:26px;
	}
	.allgoods li .text div{
		display:none;
	}
	.allgoods li .text {
		padding-top: 12px;
		border-top: 1px solid #eee;
	}
	.allgoods li h3 {
		font-size: 14px;
		margin-bottom: 2px;
		padding: 0 15px;
	}
	.allgoods li p {
		line-height: 18px;
		height: 18px;
		margin-bottom: 12px;
		padding: 0 15px;
	}
	.allgoods li:hover a {
		border-color: #fff;
	}
	.allgoods li:hover img {
		transform: scale(1);
	}
	.allgoods li:hover .text {
		background: #fff;
	}
	.allgoods li:hover h3{
		color:#333;
	}
	.allgoods li:hover p{
		color:#808080;
	}
	.business{
		padding: 50px 0;
		padding-bottom: 20px;
		background: url(/template/index/public/54/54-0076/images/bbg.jpg) no-repeat center;
	}
	.business .bbg{
		display:none;
	}
	.business .title{
		display:none;
	}
	.business ul{
		width:100%;
	}
	.business ul li{
		margin-bottom:40px;
	}
	.business ul li div {
		margin-left: 0;
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.business ul li div img {
		width:40px;
		margin-bottom: 12px;
	}
	.business ul li div p {
		font-size: 11px;
		line-height: 20px;
	}
	.business ul li div:hover img {
		transform: translateY(0);
	}
	.newbox .title div{
		width:100%;
		text-align: center;
	}
	.newbox{
		padding:50px 0;
		padding-bottom:30px;
	}
	.newbox .title h1{
		font-size:24px;
		line-height:22px;
	}
	.newbox .title h2 {
		font-size: 16px;
		line-height: 20px;
		margin-top: 8px;
	}
	.newbox .title span{
		display:none;
	}
	.newbox .title ul {
		width: 100%;
		text-align: center;
	}
	.newbox .title ul li{
		float:none;
		display:inline-block;
		margin:0 20px;
	}
	.newbox .title ul li a{
		padding-top:0;
	}
	.newbox .title {
		margin-bottom: 25px;
	}
	.inews .n02{
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	.inews .n02 img{
		display: none !important;
	}
	.inews .n02 h3 {
		font-size: 14px;
		margin: 8px auto;
		margin-top: 5px;
	}
	.inews .n02 p {
		line-height: 20px;
		margin-top: 8px;
		height: 40px;
	}
	.inews .n02 a {
		padding: 0 18px;
		padding-top: 20px;
	}
	.inews .n02 div {
		margin-top: 20px;
		padding: 10px 0;
		border-top: 1px solid #eee;
	}
	.inews .n02 div em{
		font-size:12px;
	}
	.inews .n02:hover {
		box-shadow: none;
		transform: translateY(0);
	}
	.inews .n02:hover h3 {
		color: #000;
	}
	.more01:hover {
		width: 114px;
		padding-right: 25px;
		color: #000;
	}
	.more01:hover em {
		margin-left: 10px;
		color: #000;
	}
	
	
	/*关于我们*/
	.lnavbox{
		display:none;
	}
	.labbox{
		margin-top:30px;
	}
	.labbox .lab01{
		margin-bottom:40px;
		margin-top:0;
	}
	.labbox .lab01 img{
		display:none !important;
	}
	.labbox .lab01 .text{
		width:100%;
	}
	.labbox .lab01 h1{
		font-size:20px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.labbox .lab01 p {
		font-size: 11px;
		color: #888;
		line-height: 26px;
		width: 100%;
		margin: auto;
		margin-top: 8px;
	}
	.labbox .lab01 ul{
		margin-top:30px;
	}
	.labbox .lab01 ul li {
		margin: 0;
		width: calc(100% / 3);
	}
	.labbox .lab01 ul li h3 {
		font-size: 24px;
		margin-right: 8px;
		line-height: 20px;
	}
	.labbox .lab01 ul li h4{
		font-size:12px;
		margin-top:0;
	}
	.labbox .lab01 ul li h5{
		font-size:12px;
		margin-top: 5px;
	}
	.labbox .lab02 h3 {
		font-size: 15px;
		line-height: 26px;
	}
	.labbox .lab02{
		padding:40px 0;
	}
	.labbox .lab02 span {
		margin: 20px auto;
		width: 100%;
	}
	.labbox .lab02 ul {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	}
	.labbox .lab02 ul li img {
		width: 40px;
		margin-bottom: 10px;
	}
	.labbox .lab02 ul li {
		width: calc(50% - 24px);
		padding: 0px 12px;
		margin-top: 30px;
	}
	.labbox .lab02 ul li p {
		font-size: 11px;
		line-height: 22px;
	}
	.labbox .lab02 h4 {
		font-size: 10px;
		margin-top: 60px;
	}
	.labbox .lab03 .text{
		width:100%;
		text-align:center;
	}
	.labbox .lab03 {
		margin: 45px auto;
	}
	.labbox .lab03 .text h1{
		font-size:22px;
		margin-top:0;
	}
	.labbox .lab03 .text h2{
		font-size:16px;
	}
	.labbox .lab03 .text p {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 35px;
		margin-top: 12px;
	}
	.labbox .lab03 img {
		width: 100%;
		margin: auto;
		margin-top: 40px;
		max-width: 500px;
	}
	.labbox .lab03 .more01:hover {
		width: 85px;
		padding-right: 30px; 
	}
	
	/*产品列表页*/
	.pub01{
		display:none;
	}
	.lbg {
		padding-bottom: 50px;
		padding-top: 20px;
	}
	.lgoods{
		padding-top:0;
	}
	.default-mobile-list-cats{
		margin-top:0;
		padding: 2px 15px;
		border-radius: 0px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom:15px;
	}
	.default-mobile-list-cats h3,.default-mobile-list-cats nav ul li a{
		font-size: 16px;
		line-height: 44px;
	}
	.default-mobile-list-cats nav ul li {
		border-top: 1px solid #eee;
	}
	.lgoods .allgoods{
		width:100% !important;
		margin-left:0 !important;
		min-height: 47vh;
	}
	.lgoods .allgoods li:nth-child(2n){
		margin-right:0;
	}
	.lgoods .allgoods li h3{
		font-size:13px;
		padding: 0 10px;
	}
	.lgoods .allgoods li p{
		font-size:11px;
		padding: 0 10px;
	}
	.lgoods .allgoods li .text{
		text-align:center;
	}
	.pagination {
		margin-top: 20px;
	}
	
	/*合作伙伴列表页*/
	.allpartner li{
		width:32%;
	}
	.allpartner li:nth-child(3n){
		margin-right:0;
	}
	.allpartner li a{
		padding:10px 5px;
	}
	.lpartner {
		margin-bottom: 60px;
		margin-top: 20px;
	}
	.allpartner li img{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-ms-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter: grayscale(0);
	}
	
	
	/*新闻资讯内容页*/
	.vnews {
		margin-bottom: 50px;
		margin-top: 20px;
	}
	.mbnewspox{
		position: relative;
		margin-top: -30px;
		line-height: 30px;
		color: #fff;
		margin-bottom: 0 !important;
	}
	.mbnewspox a,.mbnewspox em{
		color: #fff;
	}
	.vnews h1 {
		margin-bottom: 0;
		font-size: 18px;
		color: #333;
		font-weight: bold;
	}
	.vnews .mvn01{
		padding-bottom: 16px;
		border-bottom: 1px solid #eee;
	}
	.vnews .mvn01 h4{
		text-align: center;
		font-size: 12px;
		color: #888;
		margin-top: 4px;
	}
	.vnews .vntext {
		float: none;
		width: 100%;
		padding: 0;
		background: #fff;
		margin-top: 15px;
	}
	.mfanye{
		margin-top: 30px;
		position: relative;
		background: #f7f7f7;
	}
	.mfanye .prev01,.mfanye .next01{
		display: block;
		float: left;
		font-size: 20px;
		color: #999;
		line-height: 36px;
		width: 36px;
		text-align: center;
		background: #eee;
	}
	.mfanye .next01{
		float:right;
	}
	.mfanye .back{
		width:40px;
		text-align:center;
		line-height:36px;
		display:block;
		font-size:12px;
		color:#666;
		position:absolute;
		left:calc(50% - 20px);
		top:0;
	}
	
	/*案例展示列表页*/
	.allshow li .imgbox{
		width:100%;
		float:none !important;
	}
	.lshow {
		background:#f7f7f7;
		margin:auto;
		padding-bottom: 40px;
		padding-top: 20px;
	}
	.allshow li{
		margin-bottom:20px;
		background:#fff;
		float:left;
		width:49%;
		margin-right:2%;
	}
	.allshow li:nth-child(2n){
		margin-right:0;
	}
	.allshow li a{
		display:block;
	}
	.allshow li img{
		width:100%;
		height:auto;
	}
	.allshow li .mtext{
		padding:10px 14px;
	}
	.allshow li .mtext div{
		float:left;
		width:calc(100% - 40px);
	}
	.allshow li .mtext div h3{
		font-size:14px;
		line-height:20px;
		color:#000;
		margin-bottom:4px;
	}
	.allshow li .mtext div p{
		font-size:11px;
		line-height:16px;
		height:16px;
		overflow:hidden;
		color:#888;
	}
	.allshow li .mtext em{
		float:right;
		line-height:40px;
		font-size:14px;
		color:#999;
	}
	
	/*关于我们内容页*/
	.vabout {
		width: 100%;
		margin-bottom: 50px;
	}
	.vabout h1 {
		width: calc(100% - 20px);
		line-height: 54px;
		font-size: 18px;
		background: #fff;
		margin-bottom: 25px;
		color: #000;
		border-bottom: 1px solid #eee;
		padding: 0 10px;
	}
	.vabout .article{
		padding: 0 12px;
	}
	
	/*在线留言列表页*/
	.apply img {
		top: -36px;
		left: calc(50% - 36px);
		width: 72px;
	}
	.apply {
		margin-top: 0;
		padding: 50px;
		padding-top: 60px;
		border-radius: 0;
		border:none;
	}
	.apply h3{
		font-size:18px;
	}
	.apply h5 {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.lapply{
		padding:0;
	}
	.apply input[type="text"]{
		padding:0 12px;
	}
	.apply textarea{
		padding:0 12px;
		padding-top:10px;
	}
	
	/*人才招聘列表页*/
	.mzhaopin ul li{
		width:100%;
		background:#fff;
		margin-bottom:15px;
	}
	.mzhaopin ul li a{
		display:block;
	}
	.mzhaopin ul li h3 {
	    font-size: 16px;
	    padding: 0 15px;
	    color: #333;
	    padding-top: 20px;
	    margin-bottom: 5px;
	    font-weight: bold;
	    line-height: 1.3;
	}
	.mzhaopin ul li p{
		font-size:12px;
		padding:0 15px;
		color:#888;
		margin-bottom:20px;
		line-height:20px;
		height:40px;
		overflow:hidden;
	}
	.mzhaopin ul li div{
		border-top:1px solid #eee;
	}
	.mzhaopin ul li div h4{
		float:left;
		line-height:36px;
		margin-left:15px;
		font-size:12px;
		color:#888;
	}
	.mzhaopin ul li div em{
		display:block;
		width:36px;
		line-height:36px;
		text-align:center;
		font-size:14px;
		color:#999;
		border-left:1px solid #eee;
		float:right;
	}
	.mlnew{
		padding-top:0;
	}
	.business ul li div h3 {
		font-size: 14px;
	}
	.default-mobile-nav-menu li div{
		right:10px;
	}
	.labbox .lab02 ul li h3 {
		line-height: 20px;
	}	
	.labbox .lab02 ul li p{
	letter-spacing:0;
	}
	.con01 {
		padding-top: 50px;
	}
	.con01 li {
		width: 50%;
		margin-bottom: 20px;
	}
	.con01 li span {
		width: 70px;
	}
	.con01 li div h3 {
		margin-bottom: 0;
	}
	.con01 li div {
		margin-top: 10px;
	}
	.con01 li div p {
		font-size: 12px;
	}
	.mapbox {
		border: 5px solid #eee;
		height: 200px;
		margin-top: 30px;
	}
	.formbox {
		padding:50px 0 20px 0;
		margin-top: 50px;
	}
	.formbox .form01 {
		width: 100%;
	}
	.formbox h3 {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.formbox h3 p {
		font-size: 12px;
		margin-top: 10px;
	}
	.formbox .form01 .layui-input-block {
		font-size: 13px;
	}
	.formbox .layui-btn {
		background: #f08200;
		color:#fff;
	}
	.formbox .s01 {
		width: 80%;
		margin: 0 10%;
		margin-top: 30px;
	}
	.erweima {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 102;
		display: none;
		background:rgba(0,0,0,0.5);
	}
	.erweima-1{
		width: 300px;
		background: #fff;
		z-index: 102;
		height: 300px;
		left: 50%;
		top: 50%;
		margin-top: -150px;
		margin-left: -150px;
		position: absolute;
	}
	.erweima-1 img{
		width:100%;
		height:auto;
	}
	.erweima .close {
		display: block;
		top: -12px;
		right: -12px;
		width: 20px;
		height: 20px;
		position: absolute;
		background: #111;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #fff;
		text-indent: 2px;
		box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
	}
	.view-product {
		margin-top: 0;
	}
	.view-product .vnleft {
		width: 100%;
		float: none;
	}
	.view-product .vnleft img {
		width: 100%;
		margin: 0;
		border: none;
	}
	.view-product .vntext{
		padding:0 15px;
		box-sizing:border-box;
	}
	.view-product h1 {
		color: #333;
		background: #f5f5f5;
		padding: 10px 0;
		font-weight: bold;
	}
	.allgoods .more01{
		margin-top:30px;
	}
	.product{
		padding-bottom:0;
	}
	.mbpox{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.mbpox a{
		font-size: 12px;
	}
	.language{
		position: absolute;
		right: 50px;
    	top: 12px;
	}
	.language .div01{
		display: none;
	}
}
@media screen and (max-width:768px){ 
	
}
@media screen and (max-width:480px){   
	.lgoods .allgoods li{
		width:49%;
	}
	.allshow li{
		width:100%;
		margin-right:0;
	}
	
}





