@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
    /* display: none; */
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }
 .default-slider .dots li{
	*display: inline;
}
 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}
.default-slider-2 .dots span{ *display: inline } /*IE兼容*/
.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/
.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(url(/template/index/default/images/slider_thumb_buttom.png)) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wp{
	width:1400px;
}
.w960 .wp, .w960 .w1188 {
    width: 1200px;
}
.module-index-index .banbox02{
	display:none;
}
.banbox{
	position:relative;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header .logo {
    width: 23%;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
	line-height:110px;
}
.header .logo img{
	max-width:95%;
	height:auto;
}
.headerbox{
	border-bottom: 1px solid #dedede;
	position:relative;
}
.headerbox .topright{
	border-left: 1px solid #dedede;
}
.headerbox .topright .search{
	border-top: 1px solid #dedede; 
}
.headerbox .menu li a {
    color: #333;
}
.headerbox .topnav .d01 a
,.headerbox .topnav .login a{
	color:#666; 
}
.headerbox .header .logo {
	border-right: 1px solid #dedede;  
}
.banner li a{
	display:block;
}
.banner li img{
	width:100%;
	height:auto;
}
.menu{
	width:58%; 
	text-align:center;
}
.menu li:hover ul{
	display:none;
}
.menu ul.nav-ul-1 {
    display: flex;
	padding-left:10%;
    justify-content: space-between;
}
.menu li.nav-li-1{
	display:inline-block;
	*display:inline;
	float:none;
}
.menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 43px 0;
}
.menu li ul {
    width: 120px;
    left: 50%;
    margin-left: -60px;
	padding:5px 0;
    background-color: rgba(0,0,0,0.3) !important;
    margin-top: -1px;
	border-top:3px solid #e6002d;
}
.menu li ul li a {
    padding: 5px 0;
    width: 120px;
    text-align: center;
    font-size: 15px;
}
.topright {
    width: 18%;
    border-left: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.topnav .d01{
	display:inline-block;
	*display:inline;
	vertical-align:middle;
}
.topnav .d01 a {
    display: block;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
	position:relative;
}
.topnav .d01 a::before
,.topnav .login a.dl::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
    background: #fff;
    right: 0;
    top: 15px;
}
.topnav .login a.dl::before {
	top:0;
}
.topnav .login{
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	padding-top:1px;
}
.topnav .login .layui-btn-sm{
	height: 22px;
    line-height: 22px;
	background-color: #e6002d;
}
.topnav .login a {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    position: relative;
}
.topright .search {
    border-top: 1px solid rgba(255,255,255,0.2);
    line-height: 69px;
	height:69px;
}
.topright .search .keyword {
    width: calc(100% - 100px);
	float:left;
	line-height: 69px;
	height:69px;
	border:none;
	padding-left:20px;
	background:none;
	color:#fff;
	font-size:14px;
}
.topright .search .keyword::placeholder{
	color:#999;
}
.topright .search .submit {
    float: right;
    width: 80px;
    height: 69px;
    line-height: 69px;
	border:none;
	background:url(/template/index/public/54/54-0065/images/sousuo.png) no-repeat center;
}
.banner .diy-edit-but{
	top: 120px;
}
.banner .dots {
    position: absolute;
	left:auto;
	bottom:auto;
    right: 50px;
    top: 50%;
	z-index:2;
	width: 100px;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.banner .dots span {
    position: relative;
    display: block;
    padding: 25px 0;
	margin:0 !important;
    background: none;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    text-align: right;
    width: 100px;
	transition:all .3s;
	outline-style: none;
}
.banner .dots span::before{
	position:absolute;
	content:"";
	width:0;
	height:1px;
	background:#e6002d;
	left: -20px;
    top: 34px;
	transition:all .3s;
}
.banner .dots span.swiper-pagination-bullet-active{
	color:#e6002d;
}
.banner .dots span.swiper-pagination-bullet-active::before{
	width:80px;
}
.acticity {
    padding: 75px 0;
	position:relative;
}
.acticity::before {
    position: absolute;
    content: "";
    width: 15%;
    right: 0;
    height: 3px;
    background: #e6002d;
    top: 132px;
}
.tit01{
	margin-bottom:80px;
}
.tit01 h2{
    width: 230px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    background: #e6002d;
    float: right;
    text-align: center;
}
.acticity li {
    float: left;
    width: 28%;
    margin-right: 8%;
}
.acticity li a {
    display: block;
}
.acticity li a h3 {
    font-size: 20px;
    line-height: 1.5;
	color:#333;
}
.acticity li a p {
    font-size: 12px;
    color: #999;
    margin: 25px 0;
	line-height:20px;
	height:40px;
	overflow:hidden;
}
.acticity li a em {
    font-size: 12px;
    font-style: normal;
    color: #e6002d;
    letter-spacing: 1px;
    display: block;
    position: relative;
}
.acticity li a em::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #e6002d;
    bottom: -2px;
	transition:all .3s;
}
.acticity li:hover a em::before {
	width:83px;
}
.aboutbox {
    position: relative;
    margin-top: 40px;
	background:url(/template/index/public/54/54-0065/images/pic01.jpg) no-repeat center;
}
.aboutbox::before {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 3px;
    background: #e6002d;
    top: 57px;
}
.tit02 h2{
	width: 230px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    background: #e6002d;
    float: left;
    text-align: center;
}
.about01 {
    width: 42%;
    padding-bottom: 90px;
}
.about01 .d01 h3 {
    font-size: 38px;
    color: #333;
	line-height:1.3;
	padding:50px 0;
}
.about01 .d01 h3 span {
    display: block;
    font-size: 17px;
    color: #aaa;
    letter-spacing: 1px;
}
.about01 .d02 p {
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 20px;
}
.about01 .d01 a {
    display: block;
    font-size: 16px;
    color: #e6002d;
    margin-top: 50px;
    position: relative;
	
}
.about01 .d01 a::before{
	position:absolute;
	content:"";
	width:100px;
	height:2px;
	background:#e6002d;
	bottom:-10px;
	left:20px;
	transition:all .3s;
}
.about01 .d01 a:hover::before{
	left:0; 
}
.about02 {
    width: 41%;
    position: relative;
	background:url(/template/index/public/54/54-0065/images/aboutbg02.png) no-repeat center; 
	padding: 50px 0 70px 0;
	margin-top: 10%;
}
.about02 h2 {
    float: left;
    width: 23px;
    line-height: 1.4;
    font-size: 25px;
    padding: 0 14px;
}
.about02 ul {
    float: right;
    width: calc(100% - 140px);
	padding: 0 20px;
}
.about02 li {
    float: left;
    width: 20%;
    writing-mode: vertical-lr; 
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
	height:126px;
	padding-top:26px;
	transition:all .3s;
	background:url(/template/index/public/54/54-0065/images/line01.png) no-repeat left top; 
}
.about02 li:hover{
	padding-top:50px;
}
.about02 li h3 {
    font-size: 20px;
}
.about02 li span{
	font-size:12px;
}
.upcompany{
	margin-bottom:40px;
}
.upcompany h2 {
    line-height: 1;
    padding-left: 15px;
    border-left: 7px solid #e6002d;
    font-size: 25px;
    margin: 20px 0;
}
.upcompany li {
    float: left;
    width: 19%;
    margin-right: 1.25%;
	padding:15px;
    border: 1px solid #eee;
    box-sizing: border-box;
	transition:all .3s;
}
.ispc .upcompany li:hover{
	border-color:#e6002d;
	transform:translateY(-5px);
}
.upcompany li a{
	display:block;
}
.upcompany li span {
    display: block;
    float: left;
    width: 75px;
	height:75px;
	line-height:75px;
    background: #f5f5f5;
    border-radius: 50%;
	text-align:center;
}
.upcompany li img {
    width: 50px;
    height: auto;
}
.upcompany li h3 {
    float: right;
    width: calc(100% - 95px);
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    padding-top: 10px;
}
.advbox a{
	display:block;
}
.advbox a img{
	width:100%;
	height:auto;
}
.tit03 {
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 45px;
}
.tit03::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -170px;
    top: 23px;
}
.tit03 h2 {
    font-size: 35px;
    color: #333;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
}
.tit03 p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.worksbox{
	margin-bottom:40px;
}
.works li {
    float: left;
    width: 33.3%;
}
.works li a{
	display:block;
	padding:15px;
}
.works li a span {
    display: block;
    position: relative;
    overflow: hidden;
	background:#000;
}
.works li a span img{
	width:100%;
	height:auto;
	transition:all .3s;
}
.works li:hover a span 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);
	opacity:.7;
}
.works li a span::before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    left: 20px;
    top: 20px;
    box-sizing: border-box;
    transition: all .3s;
	opacity:0;
}
.works li:hover a span::before {
	opacity:.5;
}
.works li a span::after {
    position: absolute;
    content: "+";
    width: 30px;
    height: 30px;
    background: rgba(230,0,45,0.65);
    line-height: 30px;
    text-align: center;
    color: #fff;
    left: 7px;
    top: -40px;
    font-size: 16px;
	transition: all .3s;
}
.works li:hover a span::after {
	top:40px;
}
.works li a h3 {
    font-size: 16px;
    color: #666;
    padding-top: 15px;
    padding-left: 30px;
}
.works li a p {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
    position: relative;
}
.works li a p::after{
	position:absolute;
	content:"";
	width:22px;
	height:1px;
	background:#aaa;
	top:10px;
	left:0;
}
.more01 {
    width: 250px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 13px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #999;
    transition: all .3s;
	margin-top:30px;
}
.more01:hover{
	width:300px;
	border-color:#e6002d;
	color:#e6002d;
}
.bigbox{
	padding:50px 0;
	background:#f9f9f9;
	margin-top:50px;
}
.bigbox h2 {
    font-size: 25px;
    color: #333;
    line-height: 1;
    padding-left: 15px;
    border-left: 8px solid #e6002d;
    margin-bottom: 30px;
}
.designbox ul{
	padding-bottom:30px;
}
.designbox li a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
	position:relative;
	transition:all .3s;
}
.designbox li:hover a{
	border-color:#e6002d;
}
.designbox li a::before{
	position:absolute;
	content:"+";
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #eee;
	left:50%;
	margin-left:-21px;
	bottom:-21px;
	background:#fff;
	border-radius:50%;
	color:#999;
	font-size:20px;
	transition:all .3s;
}
.designbox li:hover a::before{
	border-color:#e6002d;
	background:#e6002d;
	color:#fff;
}
.designbox li .d01 span {
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 30px;
}
.designbox li .d01 span img{
	width:100%;
	height:auto;
	border-radius:50%;
}
.designbox li .d01 h3 {
    float: right;
    width: calc(100% - 120px);
    font-size: 16px;
    padding-top: 24px;
}
.designbox li .d01 h3 em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.designbox li .d02 p {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
.designbox li .d02 p strong {
    display: block;
	color:#333;
}
.prev01, .next01 {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    color: #ccc;
    font-size: 12px;
	transition:all .3s;
	outline-style: none;
}
.prev01:hover, .next01:hover {
	border-color:#e6002d;
	color:#e6002d;
}
.prev01{
	right:45px;
}
.qiyebox{
	margin-top:50px;
	position:relative;
}
.qiyebox li a {
    display: block;
    border: 1px solid #eee;
    position: relative;
	background:#fff;
}
.qiyebox li a div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
	background:rgba(0,0,0,0.6);
	transition:all .3s;
	opacity:0;
}
.qiyebox li:hover a div {
	opacity:1;
}
.qiyebox li a img{
	width:100%;
	height:auto;
	-webkit-filter: grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	opacity:.5;
}
.qiyebox li a div h3 {
    margin-top: 30px;
    font-size: 15px;
	margin-bottom:5px;
	padding:0 15px;
}
.qiyebox li a div em {
    display: inline-block;
    font-style: normal;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 12px;
}
.prev02, .next02 {
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    color: #aaa;
	top: 50%;
    margin-top:17px;
	cursor:pointer;
	outline-style: none;
}
.next02 {
	right:-30px;
	left:auto;
}
.guwenbox{
	margin:50px auto;
}
.tit04{
	margin-bottom:30px;
}
.tit04 h2 {
    float: left;
    padding-left: 15px;
    line-height: 1;
    border-left: 8px solid #e6002d;
    font-size: 25px;
}
.tit04 a {
    display: block;
    padding: 0 30px 0 20px;
    line-height: 1;
    font-size: 14px;
    color: #e6002d;
    border-left: 1px solid #e6002d;
    float: right;
	background:url(/template/index/public/54/54-0065/images/jt01.png) no-repeat center right;
	transition:all .3s;
	-webkit-filter: grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	opacity:.5;
	 margin-top:5px;
}
.tit04 a:hover {
	-webkit-filter: grayscale(0);
	-ms-filter:grayscale(0);
	-moz-filter:grayscale(0);
	-o-filter:grayscale(0);
	opacity:1;	
	padding: 0 40px 0 30px;	
}
.guwen {
    border: 1px solid #eee;
}
.guwen .l01 {
    width: 26%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.guwen ul{
	width:74%;
}
.guwen li.l02 {
    float: left;
    width: 20%;
}
.guwen a{
	display:block;
}
.guwen li.l02 a{
	padding-top:40px;
}
.guwen li.l02 a span {
    display: block;
    width: 110px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    background: #e6002d;
}
.guwen li.l02:hover a span img{
	opacity:.5;
}
.guwen li.l02 a span::after {
    position: absolute;
    content: "+";
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 36px;
    left: 50%;
    margin-left: -19px;
    top: 70%;
    margin-top: -19px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all .3s;
    opacity: 0;
}
.guwen li.l02:hover a span::after {
	opacity:1;
	top:50%;
}
.guwen a img{
	width:100%;
	height:auto;
	transition:all .3s;	
}
.guwen li.l02 a h3 {
    text-align: center;
    margin-top:10px;
	color:#333;
}
.guwen li.l02 a em {
    font-size: 12px;
    color: #999;
    font-style: normal;
}
.guwen .l01 span{
	display:block;
}
.guwen .l01 .d01 {
    padding: 25px;
	padding-bottom:30px;
}
.guwen .l01 .d01 h3 {
    font-size: 20px;
    margin-bottom: 20px;
	color:#333;
}
.guwen .l01 .d01 div p {
    font-size: 14px;
    color: #666;
}
.guwen .l01 .d01 em {
    display: block;
    font-style: normal;
    font-size: 12px;
    margin-top: 20px;
    color: #e6002d;
    position: relative;
}
.guwen .l01 .d01 em::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background: #e6002d;
    bottom: -7px;
    left: 20px;
	transition:all .3s;
}
.guwen .l01 .d01 em:hover::after {
	left:0;
}
.newsbox{
	position:relative;
	margin-top:50px;
	padding-top:50px;
	background:url(/template/index/public/54/54-0065/images/newsbg.jpg) no-repeat center top;
}
.newsbox::before{
	position:absolute;
	content:"";
}
.news01 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.news01::before {
    position: absolute;
    content: "";
    width: 172px;
    height: 172px;
    background: #e6002d;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    right: -122px;
}
.news01 h2 {
    font-size: 30px;
    width: 30px;
    padding: 20px 13px;
    line-height: 1.1;
    background: #e6002d;
    color: #fff;
    float: left;
}
.news01 ul {
    float: left;
    padding:20px 30px;
    width: calc(100% - 180px);
}
.news01 li{
	float:left;
	width:46%;
	margin:0 2%;
}
.news01 li a {
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    color: #666;
	padding-left:20px;
	transition:all .3s;
}
.news01 li:hover a {
	color:#e6002d;
}
.news01 li a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    background: #e6002d;
    border-radius: 50%;
    top: 18px;
}
.news01 .more02 {
    float: right;
    width: 50px;
    font-size: 16px;
    position: relative;
    color: #fff;
    line-height: 172px;
	transition:all .3s;
}
.news01 .more02:hover{
	transform:translateX(-10px);
	-ms-transform:translateX(-10px);
	-moz-transform:translateX(-10px);
	-webkit-transform:translateX(-10px);
	-o-transform:translateX(-10px);
}
.news02{
	padding:50px;
	background: #fff;
	margin-top:50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.news02 h2 {
    font-size: 30px;
    line-height: 1;
    padding-left: 15px;
    border-left: 8px solid #e6002d;
    margin-bottom: 30px;
	color: #333;
}
.fencai{
	width:66%;
}
.fencai li {
    float: right;
    width: 46%;
}
.fencai li a{
	display:block;
	transition:all .3s;
}
.fencai li.l01 {
    float: left;
}
.fencai li.l01 span{
	display:block;
	overflow:hidden;
}
.fencai li.l01 span img{
	width:100%;
	height:auto;
	transition:all .3s;
}
.fencai li.l01 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);
}
.fencai li h3 {
    font-size: 16px;
    color: #333;
}
.fencai li.l01 h3 {
    margin-top:20px;
}
.fencai li.l01 em {
    display: block;
    width: 163px;
    height: 45px;
    background: #f5f5f5;
    line-height: 45px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    color: #999;
    margin-top: 25px;
	transition:all .3s;
}
.fencai li.l01 em:hover {
	background:#e6002d;
	color:#fff;
}
.fencai li.l02 {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.ispc .fencai li.l02:hover a{
	transform:translateX(10px);
	-ms-transform:translateX(10px);
	-moz-transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-o-transform:translateX(10px);
}
.fencai li p {
    font-size: 15px;
    color: #999;
    margin-top: 7px;
}
.fencai li p em {
    margin-right: 5px;
    color: #ccc;
}
.notice{
	width:30%;
}
.notice li{
	padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.notice li a{
	display: block;
	transition:all .3s;
}
.ispc .notice li:hover a{
	transform:translateX(10px);
	-ms-transform:translateX(10px);
	-moz-transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-o-transform:translateX(10px);
}
.notice li a h3 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.notice li a p{
	font-size: 15px;
    color: #999;
    margin-bottom: 7px;
}
.more03{
	display: block;
    width: 163px;
    height: 45px;
    background: #f5f5f5;
    line-height: 45px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    color: #999;
    margin-top: 35px;
	transition:all .3s;
}
.notice .more03:hover {
	background:#e6002d;
	color:#fff;
}
.partner{
	background:url(/template/index/public/54/54-0065/images/bg01.jpg) no-repeat center;
	margin-top:70px;
	position:relative;
	background-attachment: fixed;
}
.partner h2 {
    font-size: 60px;
    color: #fff;
    padding-left: 35px;
    padding-top: 80px;
    line-height: 1;
    position: absolute;
}
.partner h2::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 25px;
    background: #e6002d;
    transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
    left: 0;
    top: 87px;
}
.partner h2 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.partner p {
    font-size: 20px;
    position: absolute;
    bottom: 80px;
    color: #fff;
}
.partner p em {
    display: block;
    font-size: 12px;
    font-style: normal;
}
.logogroup{
	float:right;
	width:60%;
	position:relative;
	z-index:1;
}
.logogroup ul {
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding:50px 0 100px 0;
}
.logogroup ul::before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	left:33.33%;
	top:0;
	background:rgba(255,255,255,0.2);
}
.logogroup::after{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	right:33.33%;
	top:0;
	background:rgba(255,255,255,0.2);
}
.logogroup li {
    float: left;
    width: 33.33%;
    padding: 25px 0;
	transition:all .3s;
}
.logogroup li:nth-child(2)
,.logogroup li:nth-child(5)
,.logogroup li:nth-child(8) {
	transform:translateY(50px);
	-ms-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-webkit-transform:translateY(50px);
	-o-transform:translateY(50px);
}
.isppc .logogroup li:hover{
	transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-o-transform:translateY(-20px);
}
.logogroup li:nth-child(2):hover
,.logogroup li:nth-child(5):hover
,.logogroup li:nth-child(8):hover {
	transform:translateY(30px);
	-ms-transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-o-transform:translateY(30px);
}
.logogroup li a{
	display:block;
	width:255px;
	margin:auto;
}
.logogroup li img{
	width:100%;
	height:auto;
}
.footer{
	padding-top:70px;
	background:#fff;
}
.module-index-form .footer{
	border-top:1px solid #eee;
}
.yu-box {
	background-color: #ffffff !important;
}
.module-index-form .default-site-search h2 {
    margin-bottom: 30px;
    font-size: 25px;
}
.ftnav{
	width:40%;
}
.ftnav .nav-li-1{
	float:left;
	width:20%;
}
.ftnav .nav-li-1 .nav-a-1 {
    display: block;
    font-size: 15px;
    padding-bottom: 30px;
}
.ftnav li ul li a {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 2;
	transition:all .3s;
}
.ftnav li ul li:hover a{
	color:#666;
}
.ftcon {
    float: right;
    width: 50%;
}
.ftcon .d01 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.ftcon .d01 p 
,.ftcon .d02 .p01{
    font-size: 15px;
    color: #555;
    padding-left: 25px;
	background:url(/template/index/public/54/54-0065/images/tel01.png) no-repeat left 3px;
	background-size:15px;
	float:left;
	width:50%;
	box-sizing:border-box;
	line-height:1.7;
}
.ftcon .d01 p.p02{
	background:url(/template/index/public/54/54-0065/images/email.png) no-repeat left 5px;
	background-size:15px;
}
.ftcon .d01 p em,.ftcon .d02 .p01 em{
    display: block;
    font-style: normal;
}
.ftcon .d02 .p01{
	width:100%;
	float:none;
	background:url(/template/index/public/54/54-0065/images/addr.png) no-repeat left 3px;
	background-size:17px;
}
.ftcon .d02 ul {
    margin: 20px 0 0 25px;
}
.ftcon .d02 li{
	float:left;
	margin-right:15px;
}
.ftcon .d02 li a {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e6002d;
    border-radius: 50%;
	background:url(/template/index/public/54/54-0065/images/wx01.png) no-repeat center;
	background-size:15px;
}
.ftcon .d02 li.l02 a{
	background:url(/template/index/public/54/54-0065/images/wb01.png) no-repeat center;
	background-size:15px;
}
.ftcon .d02 li.l03 a{
	background:url(/template/index/public/54/54-0065/images/kf01.png) no-repeat center;
	background-size:15px;
}
.ftcon .d02 .ewm01 {
    width: 112px;
    margin-top: -22px;
}
.ftcon .d02 .ewm01 img {
    width: 110px;
    border: 1px solid #eee;
    height: auto;
}
.ftcon .d02 .ewm01 p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}
.copy {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.copy .default-copyright{
	width:100%;
	margin:auto;
	text-align:center;
	font-size:13px;
}
.copy .default-copyright a {
    color: #999;
    font-size: 13px;
	transition:all .3s;
}
.copy .default-copyright a:hover {
	color:#e6002d;
}
.erweima {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #CCC;
    z-index: 102;
    display: none;
	background:url(/template/index/default/images/bg02.png);
}
.erweima-1{
    width: 300px;
    background: #fff;
    z-index: 102;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}
.erweima-1 img{
	width:100%;
	height:auto;
}
.erweima .close {
    display: block;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: 2px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
}
.top {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
	opacity:.8;
	transition:all .3s;
}
.top:hover{
	opacity:1;
}

/*-----------list-news--------------*/
.banner01 img{
	width:100%;
	height:auto;
}
.default-article-content p {
    line-height: 1.7;
    font-size: 14px;
}
.default-article-content p img{
	margin:10px 0;
}
.tdy-tp-list-default{
	margin-top:30px;
}
.tdy-nodata{
	margin-bottom:30px;
}
/*--------------view-works----------------*/
.view-works{
	border-bottom:1px solid #eee;
	padding-bottom:100px;
}
.ispc .view-works .wp{
	width:1000px;
}
.cover01{
	background:#000;
}
.cover01 img{
	width:100%;
	height:auto;
	opacity:.7;
}
.view-tit {
    padding: 100px 0;
    border-bottom: 1px solid #eee;
}
.view-tit span {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    color: #999;
}
.view-tit h3 {
    float: left;
    width: 50%;
    font-size: 30px;
	margin-top:30px;
}
.view-tit .d01{
	float:right;
	width:50%;
}
.view-tit .d01 p {
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 40px;
    margin: 5px 0;
}
.view-tit .d01 p::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #aaa;
    top: 10px;
    left: 0;
}
.pub01{
	text-align:right;
	margin:10px 0;
}
.fanye p{
	font-size:14px;
}
/*----------960----------------*/
.w960 .about02 {
    padding: 33px 0 64px 0;
    background-size: 100%;
}
.w960 .about02 ul {
    width: calc(100% - 120px);
}
.w960 .about02 h2 {
    font-size: 22px;
    padding: 0 11px;
}
.w960 .about01 .d01 h3 {
    font-size: 30px;
    padding: 35px 0;
}
.w960 .about01 .d02 p {
    font-size: 14px;
}
.w960 .about01 {
    padding-bottom: 70px;
}
.w960 .upcompany li h3 {
    font-size: 14px;
}
.w960 .designbox li .d01 span{
	width:80px;
}
.w960 .designbox li .d01 h3 {
    width: calc(100% - 90px);
    font-size: 15px;
    padding-top: 10px;
}
.w960 .designbox li a{
	padding:13px;
}
.w960 .designbox li .d02 p {
    margin-bottom: 15px;
}
.w960 .qiyebox li a div h3 {
    margin-top: 25px;
    font-size: 12px;
    padding: 0 10px;
}
.w960 .guwen li.l02 a {
    padding-top: 30px;
}
.w960 .fencai li.l02
,.w960 .notice li {
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.w960 .logogroup li a {
    width: 200px;
}
.w960 .partner h2 {
    font-size: 45px;
}
.w960 .partner h2 span {
    font-size: 25px;
}
.w960 .topnav .d01 a{
	padding:0 8px;
}

@media screen and (max-width:1440px){ 
    .wp {
        width: 1200px;
    }
    .about02{
        width: 48%;
    }
    .about01 .d01 h3{
        font-size: 33px;
    }
    .about01 .d02 p{
        font-size: 14px;
    }
    .designbox li .d01 span{
        width: 80px;
        margin-bottom: 20px;
    }
    .designbox li .d01 h3 {
        width: calc(100% - 90px);
        padding-top: 11px;
    }
    .qiyebox li a div h3 {
        margin-top: 20px;
        font-size: 14px;
        padding: 0 10px;
    }
    .fencai li.l02 {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

}
@media screen and (max-width:1024px){ 
	.mbhead {
		position: fixed;
		z-index: 3;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow:0 0 10px rgba(0,0,0,0.1);
	}
	.module-index-home-column .mbhead{
		position:relative;
	}
	.mblogo a {
		display: block;
		line-height:60px;
		padding-left:5px;
	}
	.mblogo a img{
		max-height:50px;
		width:auto;
	}
	.mbhead-r .mbs01 {
		display: block;
		line-height: 60px;
		border-right: 1px solid #eee;
		width: 60px;
		border-left: 1px solid #eee;
		cursor:pointer;
	}
	.mbopen {
		margin: 10px 5px 0 0;
	}
	.mbopen span {
		width: 40px;
		height: 40px;
		font-size:20px;
		display:block;
		line-height:40px;
		text-align:center;
		color:#e6002d;
	}
	.mbopen .mbclose{
		display: none;
		font-size: 17px !important;
	}
	.mbsousuo {
		width: auto;
		padding: 10px;
		padding-top: 70px;
		border-radius: 30px;
	}
	.mbsousuo a {
		display: block;
		background: #fff;
		border-radius: 16px;
		padding-left: 20px;
		font-size: 12px;
		color: #888;
		line-height: 32px;
	}
	.signin p{
		line-height:30px;
	}
	.mbsousuo form {
		text-align: center;
		border-radius: 30px;
		overflow: hidden;
	}
	.mbsousuo form .keyword {
		border: 1px solid #fff;
		width: calc(100% - 70px);
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 14px 0 0 14px;
	}
	.mbsousuo .submit {
		width: 58px;
		height: 32px;
		float:right;
		border: 1px solid #1a51bb;
		vertical-align: middle;
		background: #1a51bb url(/template/index/public/54/54-0065/images/sousuo.png) no-repeat center center;
		background-size: 20px;
		margin-right: -1px;
		border-radius:0 14px 14px 0 ; 
	}
	.mbmenu {
		position: fixed;
		width: 100%;
		height: calc(100% - 60px);
		background: #fff;
		z-index: 2;
		bottom: 0;
		left: 100%;
		overflow-y: scroll;
	}
	.mbmenu ul.nav-ul-1 {
		width: 80%;
		position: absolute;
		top: 30px;
		left: 10%;
	}
	.default-mobile-nav-menu li ul {
		background-color: #fafafa;
	}
	.login {
		margin-top: 18px;
		margin-right: 10px;
	}
	.login a{
		font-size:14px;
		color: #666;
	}
	.login a.layui-btn-sm {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
	}
	.login .layui-btn-danger {
		background-color: #fff;
		color: #333;
	}
	.mbsearch {
		margin-top: 60px;
		padding-top: 1px;
	}
	.mbsearch form {
		margin: 10px;
		background: #f2f2f2;
		border-radius: 20px;
		overflow:hidden;
	}
	.mbsearch form .keyword {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 60px);
		border: none;
		height: 28px;
		line-height: 28px;
		font-size:13px;
		padding-left:10px;
		background:none;
	}
	.mbsearch form .submit{
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height:28px;
		border: none;
		background:url(/template/index/public/54/54-0065/images/sousuo.png) no-repeat center;

	}
	.banbox{
		margin:10px;
		border-radius:10px;
		overflow:hidden;
	}	
	.banner .dots span {
		padding: 10px 0;
		font-size: 12px;
		width: 60px;
	}	
	.banner .dots {
		right: 0;
		width: 80px;
	}
	.banner .dots span::before {
		left: 8px;
		top: 18px;
	}
	.banner .dots span.swiper-pagination-bullet-active::before {
		width: 40px;
	}
	.mbstyle{
		margin-top:30px;
	}
	.mbstyle li{
		float:left;
		width:25%;
	}
	.mbstyle li a {
		display: block;
		text-align: center;
	}
	.mbstyle li a span {
		display: block;
		background-image: linear-gradient(135deg,#f35a4a 0,#ff927b 100%);
		width: 50px;
		height: 50px;
		line-height:50px;
		text-align:center;
		border-radius: 50%;
		margin: auto;
	}
	.mbstyle li:nth-child(2) a span {
		background-image: linear-gradient(135deg,#ffc306 0,#fee45c 100%);
	}
	.mbstyle li:nth-child(3) a span {
		background-image: linear-gradient(135deg,#11c8a9 0,#5effe8 100%);
	}
	.mbstyle li:nth-child(4) a span {
		background-image: linear-gradient(135deg,#2badff 0,#76c9ff 100%);
	}
	.mbstyle li a img{
		width:25px;
		height:auto;
	}
	.mbstyle li a h3 {
		font-size: 12px;
		margin-top: 10px;
	}
	.mbacticity{
		position:relative;
		margin-top:30px;
	}
	.mbtit01 {
		width: 20px;
		padding: 8px 6px;
		line-height: 1;
		border: 1px solid #e6002d;
		border-radius: 5px;
		text-align: center;
		float: left;
		position: absolute;
		background: #fff;
		color:#e6002d;
		top:20px;
	}
	.mbtit01 h2 {
		font-size: 16px;
		line-height: 1.2;
	}
	.mbacticity ul {
		width: calc(100% - 55px);
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin-left: 18px;
		padding-left: 35px;
		padding-top: 20px;
	}
	.mbacticity li a {
		display: block;
		padding-bottom: 16px;
	}
	.mbacticity li a h3 {
		font-size: 14px;
		color: #666;
		width: calc(100% - 50px);
		float: left;
	}
	.mbacticity li a em {
		display: block;
		float: right;
		width: 20px;
		text-align: revert;
		font-size: 12px;
		-webkit-text-stroke-width: initial;
	}
	.default-mobile-nav-menu li a {
		border-bottom: 1px solid #eee;
		color: #333;
		border-top: none;
	}
	.upcompany {
		margin-bottom: 30px;
	}
	.aboutbox {
		margin-top: 30px;
		background: #f2f2f2;
	}
	.about01 {
		width: auto;
		padding-bottom: 30px;
		margin: 0 10px;
	}
	.aboutbox::before{
		display:none;
	}
	.about01 .d01 h3 {
		font-size: 20px;
		padding: 30px 0 20px 0;
		text-align:center;
	}
	.about01 .d01 h3 span {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.about01 .d02 p {
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.about01 .d01 a::before {
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
	}
	.about01 .d01 a {
		font-size: 14px;
		margin-top: 20px;
		width: 100%;
		background:#fff;
		text-align:center;
		line-height: 30px;
	}
	.upcompany h2 {
		font-size: 18px;
		margin: 20px 0;
		padding-left: 10px;
		border-left: 5px solid #e6002d;
	}
	.upcompany li span {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.upcompany li img {
		width: 30px;
	}
	.upcompany li h3 { 
		width: calc(100% - 65px);
		font-size: 12px;
		padding-top: 0px;
	}
	.upcompany li {
		width: 48%;
		margin: 1%;
		padding: 10px;
	}
	.mbworksbox {
		position: relative;
		margin:30px 10px;
	}
	.mbworksbox .mbtit01{
		top:50px;
	}
	.mbworksbox ul {
		width: calc(100% - 40px);
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin-left: 18px;
		padding: 20px 0 30px 20px;
	}
	.mbworksbox li{
		float:left;
		width:47%;
		margin-left:3%;
		margin-bottom:15px;
	}
	.mbworksbox li a{
		display:block;
	}
	.mbworksbox li img{
		width:100%;
		height:auto;
	}
	.mbworksbox li h3 {
		font-size: 13px;
		margin: 10px 0 5px 0;
		color: #666;
	}
	.mbworksbox li p {
		font-size: 10px;
		color: #999;
		height:36px;
		overflow:hidden;
	}
	.mbmore01 {
		display: block;
		width: 100px;
		font-size: 14px;
		margin: auto;
		background: #fff;
		margin-top: -15px;
		border: 1px solid #ddd;
		text-align: center;
		line-height: 30px;
		border-radius: 30px;
		color: #999;
	}
	.designbox li a{
		padding:10px;
	}
	.designbox li .d01 span{
		float:none;
		margin-bottom:0;
		margin:auto;
	}
	.designbox li .d01 h3{
		width:100%;
		float:none;
		padding-top:10px;
	}
	.designbox li .d02{
		margin-top:10px;
	}
	.designbox li .d02 p{
		font-size:10px;
	}
	.bigbox h2,.tit04 h2{
		font-size:18px;
		margin-bottom:20px;
		padding-left: 10px;
		border-left: 5px solid #e6002d;
	}
	.prev01, .next01{
		width:20px;
		height:20px;
		line-height:20px;
	}
	.prev01 {
		right: 30px;
	}
	.qiyebox {
		margin-top:30px;
	}
	.bigbox {
		padding: 30px 0;
		background: #f9f9f9;
		margin-top: 30px;
	}
	.prev02, .next02{
		z-index:2;
		left:0;
		margin-top:8px;
		background:#fff;
	}
	.next02{
		left:auto;
		right:0;
	}
	.guwenbox {
		margin: 30px auto;
	}
	.guwen{
		padding-bottom:20px;
	}
	.guwen .l01 img{
		border-radius:7px;;
	}
	.tit04 {
		margin-bottom: 0;
	}
	.guwen .l01 {
		width: 100%;
		border: none;
		padding: 15px;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
	}
	.guwen .l01 span {
		display: block;
		float: left;
		width: 120px;
	}
	.guwen .l01 .d01 {
		padding: 0;
		float: right;
		width: calc(100% - 140px);
	}
	.guwen .l01 .d01 h3 {
		font-size: 18px;
		margin: 10px 0;
		line-height:1;
	}
	.guwen .l01 .d01 div p {
		font-size: 12px;
	}
	.guwen .l01 .d01 em {
		font-size: 12px;
		margin-top: 10px;
	}
	.guwen li.l02 a{
		padding-top:0;
	}
	.mbguwen{
		width:100%;
		margin-top:20px;
	}
	.guwen ul {
		width: 100%;
	}
	.guwen li.l02 a span{
		width:70%;
	}
	.guwen li.l02 a h3{
		font-size:14px;
	}
	.newsbox {
		margin-top: 30px;
		padding-top: 30px;
	}
	.news02 {
		padding: 15px;
		margin-top: 10px;
	}
	.news02 h2 {
		font-size: 18px;
		padding-left: 10px;
		border-left: 5px solid #e6002d;
		margin-bottom: 20px;
		color: #e6002d;
	}
	.fencai {
		width: 100%;
	}
	.fencai li.l01 span {
		width: 150px;
		float:left;
	}
	.fencai li.l01 div{
		width:calc(100% - 165px);
		float:right;
	}
	.fencai li{
		width:100%;
	}
	.fencai li.l01 {
		margin-bottom: 20px;
	}
	.fencai li.l01 h3 {
		margin-top: 0;
		line-height:1.5;
	}
	.fencai li.l01 em {
		width: 80px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		margin-top: 10px;
	}
	.fencai li p {
		font-size: 12px;
		margin-top: 2px;
	}
	.fencai li p em {
		font-size: 14px;
	}
	.fencai li.l02 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.notice {
		width: 100%;
		margin-top: 30px;
	}
	.news01 ul {
		padding: 15px;
		width: auto;
		float:none;
	}
	.news01 h2 {
		font-size: 18px;
		width: auto;
		margin: 15px 10px 0 10px;
		background:none;
		padding-left:15px;
		border-left:5px solid #e6002d;
		color:#333;
		padding:0 0 0 15px;
		float:none;
		line-height:1;
		color:#e6002d;
		box-sizing:border-box;
	}
	.news01 .more02 {
		width: 50px;
		font-size: 14px;
		color: #e6002d;
		line-height: 1;
		text-align:right;
	}
	.news01 li {
		width: 100%;
		margin: 0;
	}
	.news01::before{
		display:none;
	}
	.news01 li a {
		font-size: 14px;
		padding: 5px 0;
		padding-left: 16px;
	}
	.news01 li a::after {
		width: 5px;
		height: 5px;
		left: 0;
		top: 11px;
	}
	.notice li a p {
		font-size: 12px;
		margin-bottom: 2px;
	}
	.notice li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.more03 {
		width: 100%;
		height: 33px;
		line-height: 33px;
		font-size: 14px;
		margin-top: 19px;
	}
	.fencai .more03{
		margin-top:15px;
	}
	.fencai li h3,.notice li a h3 {
		font-size: 14px;
		color: #333;
		line-height:23px;
	}
	.partner {
		margin-top: 30px;
		background-attachment:inherit;
		overflow:hidden;
	}
	.partner h2 {
		font-size: 25px;
		padding-left: 20px;
		padding-top: 30px;
		position: relative;
		margin-bottom: 30px;
	}
	.partner h2 span {
		font-size: 16px;
	}
	.partner h2::before {
		width: 10px;
		height: 17px;
		top: 33px;
	}
	.logogroup {
		width: 100%;
		position: initial;
	}
	.logogroup ul{
		padding:0;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.logogroup li a {
		width: 100%;
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.logogroup li:nth-child(2), .logogroup li:nth-child(5), .logogroup li:nth-child(8) {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.logogroup li {
		padding:0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.logogroup ul::before,.logogroup::after{
		display:none;
	}
	.mbcon{
		position:fixed;
		bottom:15px;
		width: 70%;
		margin: 0 15%;
		background-color: rgba(0, 0, 0, 0.4);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		text-align:center;
		border-radius:20px;
		z-index:11;
	}
	.mbcon a{
		display:inline-block;
		width:23%;
		line-height:35px;
		height:35px;
		text-align:center;
		color:#fff;
		font-weight:normal;
		box-sizing:border-box;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 20px;
		-webkit-text-stroke-width: initial;
	}
	.mbcon a.c03{
		border:none;
	}
	.mbcon a.c04{
		font-size:17px;
	}
	.footer {
		padding-top: 30px;
	}
	.ftcon{
		float:none;
	}
	.ftcon .d01 p, .ftcon .d02 .p01 {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.ftcon .d01 {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.copy{
		padding:10px;
		padding-bottom:50px;
		margin-top:20px;
	}
	.copy .default-copyright {
		font-size: 10px;
		overflow: hidden;
		line-height:1.5;
	}
	.copy .default-copyright a {
		font-size: 10px;
	}
	.tdy-tp-list-default
	,.tdy-potrtal-list {
		margin-top: 60px;
	}
	.ismobile .yu-box {
		padding-top: 100px;
		font-size: 14px;
	}
	.tdy-potrtal-view-content01 .d01 .title01 h3{
		font-size:20px !important;
	}
	.view-tit {
		padding-bottom: 30px;
	}
	.view-tit h3{
		font-size:20px;
		margin-top:0;
	}
	.view-tit h3
	,.view-tit .d01{
		width:100%;
	}
	.view-tit .d01 p {
		font-size: 14px;
		color: #999;
	}
	.view-works {
		padding-bottom: 50px;
	}

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

}

