@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;
}
/*全局手机样式*/
html,body,header,footer{ max-width:1023px;}
html{ 
	position:relative; 
	/*
	background:url(url());
	*/
}
img{ max-width:100%;}
body{
	position: absolute; 
	left:0; 
	top:0;
	width:100%;
	font-size:1em;
	line-height:1.5;
	color:#666;
}
h1,h2,h3,h4{ font-weight:400;}

body .w1188,body .wp{
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }

header,footer{
	position:fixed;
	z-index:10;
	width:100%;
	line-height:1;
	
}
header{
	height:50px;
	top:0; 
	left:0; 
	
}
header .bg{
	height:100%;
	background-color:#333;
	opacity:0.8;
}
header .mobile-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:none;
}
footer .fcontact{
	position:relative;
}
footer .fcontact .bg{
	height:32px;
	background-color:#333; 
	opacity:0.8;
}
footer .fcontact .iconfont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:2em;
}
footer .fcontact .iconfont .r{
	font-size: 1.5em;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -24px;
}
header h1 a{
	display:block;
	margin-top: 5px;
	line-height:40px;
	height: 40px;
	font-size:0.65em;
	color:#fff;
    overflow: hidden;
}
header h1 img{
	height: 40px;
    margin-left: 5px;
	margin-right:10px;
}
#mobile-nav{
	position:fixed;
	background-color: #333;
	top: 0;
	height: 100%;
	right: 0px;
	line-height: 2;
	padding: 32px;
	z-index:3;
	color:#fff;
	margin-right:-300px;
}
#mobile-nav h3{ font-size:2em; text-align:center;}
.default-mobile-nav-menu{
	padding-bottom:50px;
}
.default-mobile-nav-menu > li > a{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}
.default-mobile-nav-menu li a em{ display:none;}
.default-mobile-nav-menu  li  a{
	padding: 15px 10px;
  	border-bottom: 1px solid #262626;
  	font-size: 15px;
  	display: block;
  	color: #fff;
}
/*---手机二级导航----*/
	.nav-click .text{
		display:none;
		padding-top:2px !important;
	}
	.default-mobile-nav-menu li ul{
		display:none;
		background-color: #000;
	}
	.default-mobile-nav-menu li{
		position:relative;
	}
	.default-mobile-nav-menu li div{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 60px;
	}
	.default-mobile-nav-menu li div::before{
		position: absolute;
		content: '';
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		border: 6px solid;
	    border-color: #666 #fff;
	    border-bottom-width: 0;
	}
.nav-click{
	color: #fff;
	font-size: 2.5em;
	line-height: 1;
	top: 50%;
	position: absolute;
	margin-top: -16px;
	right: 16px;
	width:50px;
}
.nav-click .text{
	font-size: 12px;
    float: left;
    width: 10px;
    line-height: 1;
    padding-top: 7px;
}
.nav-click .action-l{
	display:none;
}
/*
.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }
*/
body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}
body.nav-on .ui-mobile .ui-page-active{overflow:visible;}
body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}
body.nav-on #mobile-nav{overflow-y:auto;}
/*底部*/
footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}
footer a{ color:#fff;}

/*分页按钮*/
.default-mobile-page{ margin-top:10px;}
.default-mobile-page a{ background-color:#fff;}
.default-mobile-page a.a{ background-color:#333;}

/*列表页相关栏目列表*/
.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}
.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}
.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}
.default-mobile-list-cats nav{ display:none;}
.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}
.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}
.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}

/*导航滑动提示*/
.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}
.swipe-right-tip{ right:5%;  background:url(url()) no-repeat center;}
.swipe-left-tip{ right:95%; background:url(url()) no-repeat center;} 

/*导航 两个字*/
.action-r em,
.action-l em{
	font-size:0.75em;
}

/*动画效果*/
.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}

/*覆盖默认*/
.default-slider-single > .default-slider-box > ul > li img{
	height:auto;
}

/*底部版权*/
.default-mobile-copyright{ height:0; display:none;}
/*隐藏DIY 按钮*/
#diystart{
	display:none;
}
/*53客服被遮挡的 BUG*/
#mobile_minchat_div{
	z-index:999;
}
#mini_chat .close{
	background:none !important;
}
/*视频嵌入 100%宽度*/
.default-article-content iframe{ width:100% !important;}

/*手机内容页被调整过宽度后的高度自适应*/
article .content img{
	height:auto !important;
}
/*去除默认的云视频手机版视频内边距*/
.prism-player .prism-info-display{
	padding:0 !important;
}
/*layui 弹窗关闭按钮*/
.layui-layer-setwin .layui-layer-close2{
	right: -12px;
    top: -12px;
}
.wp {
    width: 1100px;
    margin: 0 auto;
}
.module-index-editarticle .wp {
    width: 1188px;
}
.header{
	box-shadow:0 0 5px #ccc;
}
.logo {
    line-height: 100px;
}
.loog a{
	display:block;
}
.logo a img{
	max-height:81px;
}
.menu {
    margin-top: 29px;
}
.menu li{
	margin-left:1px;
}
.menu li a{
	display:block;
	padding:0 30px;
	line-height:42px;
	font-size:15px;
}
.menu li:hover a
,.menu li.a a{
	background:#ff9c00;
	color:#fff;
}
.banner01{
	position:relative;
}
.banner01 .gonglve01 {
    position: absolute;
    top: 0;
    background:rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 290px;
	z-index: 2;
}
.banner01 .gonglve02 a{
	margin:0 10px;
}
.banner01 .gonglve01 li a{
	line-height:48px;
}
.banner01 .gonglve02 p {
    font-size: 14px;
}
.banner01 .gonglve01 li {
    border-bottom: 1px solid #ddd;
}
.banner01 .gonglve01 li:hover a {
    background: #fff;
}
.banner01 .gonglve02 {
    margin-top: 23px;
}
.banner{
	max-height:520px;
	overflow:hidden;
}
.banner .prev
,.banner .next{
	position: absolute;
	z-index: 1;
	width:50px;
	height:50px;
	line-height:50px;
	margin-top:-25px;
	font-size:16px;
	left:5%;
	top: 50%;
	opacity:.5;
	border-radius:50%;
	text-align:center;
	color:#333;
	background-color:#fff;
	transition: all .3s;
}
.banner .prev:hover
,.banner .next:hover{
	opacity: 1;
}
.banner .next{
	left:auto;
	right:5%;
}
.casebox{
	margin:70px auto;
}
.tit div{
	margin:30px 0;
}
.tit div h4{
	float:left;
	font-size: 22px;
    padding-left: 10px;
    border-left: 3px solid #ff9c00;
    line-height: 1;
}
.tit div a{
	display:block;
	float:right;
	font-size: 15px;
    color: #333;
	transition:all .3s;
}
.tit div a:hover{
	color:#ff9c00;
}
.tit div a i{
	color:#999;
}
.casebox01 .d01 {
    width: 61%;
	padding-bottom:50px;
}
.casebox01 .d01 li {
	margin-bottom:20px;
}
.casebox01 .d01 li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 3px;
	padding:20px 15px;
	transition: all .3s;
}
.ispc .casebox01 .d01 li:hover a{
	border: 1px solid #f1cd94;
}
.casebox01 .d01 li a span {
    display: block;
	float:left;
	width:88px;
}
.casebox01 .d01 li a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.casebox01 .d01 li a div {
    float: right;
    width: calc(100% - 110px);
}
.casebox01 .d01 li a div h3 {
    font-size: 14px;
    color: #333;
	font-weight: bold;
    margin:5px 0;
}
.casebox01 .d01 li a div p {
    font-size: 14px;
    color: #666;
}
.casebox01 .d01 .prev01, .casebox01 .d01 .next01 {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    color: #fff;
	cursor:pointer;
	transition:all .3s;
}
.casebox01 .d01 .prev01:hover
,.casebox01 .d01 .next01:hover{
	background:#aaa;
}
.casebox01 .d01 .next01 {
	left:50px;
}
.casebox01 .d02 {
    float: right;
    width: 37%; 
}
.casebox01 .d02 .diy-edit-bg{
	position:inherit;
}
.casebox01 .d02 .cattit02 {
    background: #fffaf2;
}
.casebox01 .d02 .cattit02 span {
    display: block;
    float: left;
    width: 16.666%;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
	color:#ff9c00;
	cursor:pointer;
}
.casebox01 .d02 .cattit02 span:hover
,.casebox01 .d02 .cattit02 span.a {
	background: #ff9c00;
    color: #fff;
}
.casebox01 .d02 li.l01{
	background:#f5f5f5;
}
.casescroll{
	height:213px;
	border:1px solid #eee;
	overflow:hidden;
	background:#fff;
	-webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
}
.gundongbox{
	position:relative;
}
.gungdong {
	display:block;
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.gungdong.a{
	z-index:2;
}
.casebox01 .d02 li p {
    float: left;
    width: 17%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.casebox01 .d02 li:hover p {
	background:#fafafa;
}
.casebox01 .d02 li{
	border-top:1px solid #eee;
	width:100%;
}
.casebox01 .d02 li p.p02 {
    width: 40%;
}
.casebox01 .d02 li p.p03 {
    width: 17%;
}
.casebox01 .d02 li p.p04 {
    width: 26%;
	border-right:none;
}
.casebox01 .d02 .ul02 {
    height: 213px;
    overflow-y: scroll;
}
.casebox01 .d02 .ul02::-webkit-scrollbar {
    width: 2px;
    background:#f9e0ba;
}
.casebox01 .d02 .ul02::-webkit-scrollbar-thumb {
    width: 5px;
    background:#ff9c00;
}
.teambox {
    background: #f7f7f7;
    padding: 70px 0;
}
.teambox01{
	position:relative;
}
.teambox01 .prev02, .teambox01 .next02 
,.teambox01 .prev03, .teambox01 .next03 {
    width: 40px;
    height: 40px;
    background: #ddd;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -70px;
	top:35%;
	margin-top:-20px;
	cursor:pointer;
	color:#fff;
	transition:all .3s;
	outline-style: none;
}
.teambox01 .prev03, .teambox01 .next03 {
	top:45%;
}
.teambox01 .prev02:hover, .teambox01 .next02:hover
,.teambox01 .prev03:hover, .teambox01 .next03:hover {
	background:#aaa;
}
.teambox01 .next02 
,.teambox01 .next03 {
	left:auto;
	right:-70px;
}
.teambox02{
	margin-top:50px;
}
.teambox01 li a{
	display:block;
}
.teambox01 li a span{
	display:block;
	background:#000;
	border-radius:5px;
}
.teambox01 li img{
	width:100%;
	height:auto;
	border-radius:5px;
	transition:all .3s;
}
.teambox01 li:hover img{
	opacity:.7;
}
.teambox01 li div{
	text-align:center;
}
.teambox01 li div h3 {
    margin: 15px 0;
    font-size: 16px;
}
.teambox01 li div p {
    font-size: 14px;
    color: #666;
}
.contactbox{
	padding:70px 0;
	background:#f7f7f7;
}
.contactbox .d01{
	margin-top:50px;
}
.contactbox .d01 span {
    width: 280px;
    display: block;
}
.contactbox .d01 span img {
    width: 100%;
    height: auto;
	border-radius:10px;
}
.contactbox .d02 {
    width: calc(100% - 250px);
    margin-left: -50px;
    background: #fff;
    padding: 35px 40px;
    box-sizing: border-box;
    border-radius: 10px;
	margin-top: 35px;
	box-shadow:0 0 10px rgba(51, 51, 51, 0.2);
}
.contactbox .d02 div {
    float: left;
    width: calc(100% - 170px);
}
.contactbox .d02 div p {
    font-size: 16px;
    color: #666;
    margin: 25px 0;
}
.contactbox .d02 div p em {
    display: inline-block;
	*display:inline;
    width: 26px;
    height: 26px;
    background: #999;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-right: 10px;
}
.contactbox .d02 ins {
    display: block;
    float: right;
    width: 150px;
    border-radius: 5px;
	text-align:center;
}
.contactbox .d02 ins img{
	width:100%;
	height:auto;
	padding:5px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.contactbox .d02 ins h4{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}
.plan{
	position:absolute;
	bottom:50px;
	height:73px;
	left:50%;
	margin-left:-350px;
	width:670px;
	padding:15px;
	border-radius:5px;
	background:url(/template/index/public/54/54-0004/images/bg001.png);
}
.plan h4{
	font-size:15px;
	color:#fff;
	margin-bottom:10px;
}
.plan form{
	position:relative;
	height:41px;
}
.plan .layui-form-pane .layui-form-label{
	display:none;
}
.plan .layui-form-item {
    width: 200px;
    background:none;
    border-radius: 5px;
    color: #999;
	border:none;
	display:inline-block;
	margin-bottom:0;
	margin-right:10px;
	height:41px;
}
.plan .layui-form-item {
	*display:inline;
}
.plan .layui-input{
	border:none;
	border-radius:5px;
	height:41px;
} 
.plan .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
	height:41px;
}
.plan .layui-btn{
	width:41px;
	height:41px;
	border-radius:5px;
	border:none;
	position:absolute;
	bottom:0;
	right:0;
	font-size:0;
	background:#ff9c00 url(/template/index/public/54/54-0004/images/search.png) no-repeat center center;
}
.tuij{
	margin:90px auto;
}
.tuij h2{
	text-align:center;
	font-size:25px;
	color:#3c3c3c;
}
.search form{
	width:398px;
	height:38px;
	border:2px solid #ff9c00;
	border-radius:5px;
	margin:0 auto;
	margin-top:45px;
}
.search .default-pc-search-keyword {
    width: 290px;
    float: left;
    border: none;
    padding-left: 10px;
    line-height: 34px;
	height:34px;
}
.search .default-pc-search-submit {
    display: block;
    width: 90px;
    float: right;
    background: #ff9c00;
    line-height: 38px;
    height: 38px;
    border: none;
    color: #fff;
	font-size: 16px;
}
.tuij01{
	margin-top:75px;
}
.tuij01 ul{
	text-align:center;
}
.tuij01 ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 7px;
}
.tuij01 ul li{
	*display:inline;
}
.tuij01 ul li a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #333;
	border-radius:5px;
}
.tuij01 ul li:hover a {
    border: 1px solid #ff9c00;
    background: #ff9c00;
    color: #fff;
}
.place{
	padding:50px 0;
	background:#f7f7f7;
}
.tit{
	text-align:center;
}
.tit h3{
	font-size:35px;
	color:#3c3c3c;
	line-height:1.3;
}
.tit span{
	display:block;
	font-size:15px;
	color:#666;
	text-transform:uppercase;
}
.tit em{
	display:block;
	width:80px;
	margin:10px auto;
	border-top:1px solid #fe0000;
}
.hottit{
	margin-top:65px;
}
.hottit h3 {
    font-size: 22px;
    padding-left: 10px;
    border-left: 3px solid #ff9c00;
    line-height: 1;
	float:left;
}
.hottit a {
	float:right;
	font-size:15px;
	color:#000;
}
.hottit a:hover{
	color:#ff9c00;
}
.place ul{
	margin-top:30px;
}
.place li {
    float: left;
    width: 23%;
    margin-right: 2.65%;
}
.place li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.place li a img {
    width: 100%;
	height:auto;
}
.place li a h3{
	position:relative;
	line-height:50px;
	padding:0 10px;
	text-align:center;
	font-size:16px;
}
.place li a h3 em{
	font-style:normal;
}
.place li a h3 span{
	position:absolute;
	display:block;
	width:18px;
	height:10px;
	left:50%;
	margin-left:-9px;
	top:-10px;
	background:url(/template/index/public/54/54-0004/images/sanj.png) no-repeat center center;
}
.service{
	padding:60px 0;
	background:url(/template/index/public/54/54-0004/images/bg01.png);
}
.service ul{
	margin-top:50px;
}
.service li{
	width:32%;
	float:left;
	margin-right:2%;
}
.service li a{
	display:block;
}
.service li a span{
	display:block;
	border-radius:5px;
	overflow:hidden;
}
.service li img{
	width:100%;
	height:auto;
}
.service li h3 {
    text-align: center;
    font-size: 16px;
    margin: 12px 0;
}
.service li p {
    font-size: 14px;
}
.strategy{
	padding:60px 0;
}
.gl-search{
	width:30%;
	float:left;
	margin-top:60px;
}
.gl-search h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.gl-search form{
	border:1px solid #eee;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
}
.gl-search form .default-pc-search-keyword{
	width:69%;
	padding:0 2%;
	float:left;
	background:#fff;
	border:none;
	line-height:40px;
	height:40px;
	font-size:14px;
	color:#999;
}
.gl-search form .default-pc-search-submit{
	width:26%;
	float:right;
	border:none;
	line-height:40px;
	height:40px;
	background: #ff9c00;
	font-size:16px;
	color:#fff;
}
.countries{
	margin-top:20px;
}
.countries h4 {
    font-size: 15px;
    color: #666;
    margin: 25px 0;
}
.countries li {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}
.countries li a{
	display:block;
}
.countries li span{
	display:block;
	width:88px;
	height:88px;
	border-radius:50%;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff !important;
	border:1px solid #fff;
	text-align:center;
}
.countries li span img{
	max-width:100%;
}
.countries li:hover span{
	border:1px solid #ff9c00;
}
.countries li h3{
	text-align:center;
	font-size:15px;
	margin:10px 0;
}
.countries li:hover h3{
	color:#ff9c00;
}
.tjgl {
    width: 65%;
    float: right;
}
.tjgl .hottit {
    margin-top:60px;
}
.tjgl ul{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #ddd;
}
.tjgl li {
    margin-bottom: 43px;
}
.tjgl li a{
	display:block;
}
.tjgl li a span{
	display:block;
	width:30%;
	float:left;
}
.tjgl li img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.tjgl li h3 {
    font-size: 18px;
    margin-bottom: 23px;
}
.tjgl li:hover h3{
	color:#ff9c00;
}
.tjgl li div{
	width:67%;
	float:right;
}
.tjgl li p {
    color: #999;
    line-height: 20px;
	height:60px;
	overflow:hidden;
}
.tjgl li div em {
    display: block;
    font-style: normal;
    text-align: right;
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.partner{
	padding:70px 0;
	background:#f7f7f7;
}
.hotschool ul{
	margin-top:30px;
}
.hotschool li {
    float: left;
    width: 15%;
    margin-right: 6.25%;
    margin-top: 3%;
    transition: all .3s;
}
.hotschool li:hover{
	transform: translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.hotschool li a{
	display:block;
}
.hotschool li a img{
	width:100%;
	height:auto;
}
.hotschool li span{
	display:block;
	padding:10px;
	transition:all .3s;
	background:#fff;
	border-radius:5px; 
}
.hotschool li:hover span{
	box-shadow:0 0 10px #ddd;
}
.hotschool li h3 {
    font-size: 16px;
	margin-top:20px;
	text-align:center;
}
.news{
	padding:70px 0;
}
.newstit{
	text-align:center;
	margin-top:70px;
	margin-bottom:60px;
}
.newstit li{
	display:inline-block;
}
.newstit li{
	*display:inline;
}
.newstit li a{
	font-size:16px;
	font-weight:bold;
	margin:0 20px;
	padding-left:15px;
}
.newstit li:hover a
,.newstit li.a a{
	color:#ff9c00;
	background:url(/template/index/public/54/54-0004/images/dots.png) no-repeat center left;
}
.news01{
	display:none;
}
.news01.aa{
	display:block
}
.news01 li{
	float:right;
	width:48%;
}
.news01 ul{
	width:48%;
}
.news01 li a{
	display:block;
}
.news01 li.n1{
	float:left;
}
.news01 li.n1 img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.news01 li.n1 h3{
	line-height:35px;
	background:rgba(0, 0, 0, 0.46);
	color:#fff;
	font-size:15px;
	padding:0 10px;
	position:relative;
	margin-top:-35px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.news01 li a {
    display: block;
    line-height: 31px;
    font-size: 14px;
	transition:all .3s;
}
.news01 li:hover a{
	color:#ff9c00;
}
.footer{
	padding-top:30px;
	overflow:hidden;
	border-top:20px solid #f7f7f7;
	margin-bottom:0;
}
.foot01{
	width:20%;
}
.foot01 li a{
	color:#999;
	font-size:14px;
	line-height:30px;
}
.foot01 li:hover a{
	color:#ff9c00;
}
.links{
	margin-top:30px;
}
.links dt
,.links dd a{
	font-size:14px;
	color:#999;
}
.links dd a{
	font-size:12px;
}
.foot02 {
    width: 52%;
    float: left;
    border-right: 1px solid #ddd;
}
.foot02 .nav-li-1 {
    float: left;
    width: 20%;
    margin: 0 6%;
}
.foot02 li a.nav-a-1{
	font-size:14px;
	margin-bottom:15px;
}
.foot02 li.nav-li-1 a:hover{
	color:#ff9c00;
}
.foot02 li a{
	color:#999;
	font-size:12px;
	line-height:23px;
	display:block;
}
.foot03{
	width:266px;
	height:134px;
	float:right;
	text-align:right;
	background:url(/template/index/public/54/54-0004/images/ewm.png) no-repeat center center;
}
.foot03 img {
    margin: 6px;
    margin-top: 10px;
}
.con01{
	padding:25px 0;
	margin-top:50px;
	border-top:1px solid #ddd;
}
.con01 p{
	font-size:14px;
	color:#999;
}
.con01 p span{
	margin-left:15px;
}
.copy{
	padding:20px 0;
	background:#333;
}
.default-copyright {
    text-align: center;
    margin: 0 auto;
	color:#fff;
}
.default-copyright a{
	color:#fff;
}
/*------------------list-news01------------------*/

.zixun01{
	padding-top:65px;
	background:#f7f7f7;
	padding-bottom: 30px;
}
.zixun01-l{
	width:71%;
}
.zixun01-l li{
	float:left;
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
}
.zixun01-l li a{
	display:block;
}
.zixun01-l li a img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.zixun01-l li h3 {
    margin: 7px 0;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
}
.zixun01-l li:hover h3 {
    color: #f34840;
}
.zixun01-r {
    width: 23.5%;
    padding: 1.5%;
    background: #fff;
}
.zixun01-r h2{
	margin-bottom:10px;
	font-size:18px;
}
.zixun01-r a{
	display:block;
}
.zixun01-r img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.zixun01-r li{
	margin-top:15px;
}
.zixun01-r li a{
	display:block;
}
.zixun01-r li span{
	float:left;
	width:50%;
}
.zixun01-r li span img{
	width:100%;
	height:auto;
	border-radius:0px;
}
.zixun01-r li div{
	width:47%;
	float:right;
}
.zixun01-r li h3 {
    color: #666;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
}
.zixun01-r li:hover h3 {
    color: #ec9a15;
}
.zixun01-r li p {
    color: #999;
    font-size: 12px;
    margin-top: 13px;
}
.zixun02{
	padding-bottom: 30px;
}
.zixun02-l{
	width:70%;
}
.zixun02-ll {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}
.zixun02-ll ul{
	width:46.5%;
	margin-bottom:20px;
}
.zixun02-ll li{
	line-height:27px;
}
.zixun02-ll li a{
	display:block;
}
.zixun02-ll li.z1{
	margin-bottom:10px;
}
.zixun02-ll li img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.zixun02-ll li h3{
	font-size:14px;
}
.zixun02-ll li:hover h3 {
    color: #ef9f1a;
}
.zixun02-r{
	width:26%;
}
.case{
	padding:20px 15px;
	border:1px solid #eee;
	border-radius:5px;
	margin:25px 0;
}
.case01{
	max-height:201px;
	overflow:hidden;
}
.case01 li span{
	width:100px;
	margin:0 auto;
	display:block;
	text-align:center;
}
.case01 li span img{
	border-radius:50%;
	margin-left:0 !important;
	left:0 !important;
	position:inherit !important;
}
.case01 li div{
	text-align:center;
}
.case01 li h3{
	font-size:16px;
	margin-top:10px;
}
.case01 li h4{
	font-size:14px;
	color:#888;
	margin-bottom:10px;
}
.case01 li p{
	font-size:12px;
	color:#999;
	text-align:center;
	height:36px;
	overflow:hidden;
}
.case01 .prev
,.case01 .next{
	width:20px;
	height:20px;
	font-size:16px;
	text-align:center;
	margin-top:-10px;
	line-height:20px;
	opacity:1;
	color:#666;
	background-color:transparent;
	top: -44px;
    right:8px;
	left:inherit;
}
.case01 .next{
	right:-17px;
}
.case02 li{
	margin-top:23px
}
.case02 ul{
	margin-top:23px;
	border-top:1px solid #eee;
}
.case02 li a{
	display:block;
}
.case02 li h3 {
    font-size: 14px;
	margin-bottom:5px;
}
.case02 li h3 span{
	color:#888;
	margin-left:10px
}
.case02 li:hover h3 span {
    color: #ff9c00;
}
.case02 li p{
	color:#999;
	height:36px;
	overflow:hidden;
}
.case03 img{
	width:100%;
	height:auto;
}
.case03 a{
	display:block;
}
.gonglve{
	margin-top:23px;
}
.gonglve01{
	float:left;
	left: calc((100% - 1100px) / 2);
}
.gonglve01 ul{
	border-radius:5px;
	border:1px solid #eee;
	border-bottom: none;
}
.gonglve01 li{
	border-bottom:1px solid #eee;
}
.gonglve01 li a {
    display: block;
    line-height: 43px;
    padding: 0 20px;
    font-size: 15px;
	color:#777;
}
.gonglve01 li:hover a {
	background:#f7f7f7;
}
.gonglve01 li p{
	float:left;
}
.gonglve01 li span{
	float:right;
}
.gonglve02{
	margin-top:15px;
}
.gonglve02 a {
    display: block;
    line-height: 50px;
    text-align: center;
    background: #ff9c00;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
	transition:all .3s;
}
.gonglve02 a:hover{
    background: #dd8903;
}
.gonglve02 p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.gonglve03{
	float:right;
	width:70.9%;
}
.gonglve03 a{
	display:block;
}
.gonglve03 img{
	width:100%;
	height:auto;
}
.help{
	margin:30px auto;
	border:1px solid #eee;
	border-radius:5px;
}
.help li{
	float:left;
	width:24.9%;
	padding-top:17px;
	padding-bottom:0;
}
.help li.h1{
	background:#fffaf2;
	padding:30px 0;
}
.help li.h1 h3 {
    padding-left: 40px;
    border-left: 20px solid #ff9c00;
}
.w960 .help li.h1 h3{
	padding-left:17px;
}
.help li span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ff9c00;
    text-align: center;
    float: left;
    line-height: 49px;
	margin-left: 30px;
}
.help li img{
	width:31px;
	height:auto;
}
.help li div{
	float:left;
	padding-left:20px;
}
.help li.h1 h3 {
    padding-left: 40px;
    border-left: 20px solid #ff9c00;
    font-size: 22px;
    font-weight: bold;
    color: #ff9c00;
    line-height: 1;
}
.help li h3{
	font-size:16px;
	color:#ff9c00;
	margin-top: 4px;
}
.help li p{
	color:#777;
	font-size:14px;
}
.help li em {
    float: right;
    color: #999;
    font-size: 25px;
    font-family: serif;
    font-style: normal;
    margin-top: 6px;
}
.hotzt ul{
	margin-top:30px;
}
.hotzt li{
	float:left;
	width:30%;
	margin-right:5%;
}
.hotzt li a{
	display:block;
	position:relative;
}
.hotzt li img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.hotzt li div.h01 {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ff9c00;
    width: 150px;
    padding: 7px 15px;
    padding-left: 24px;
	color:#fff;
}
.hotzt li h3 {
    font-size: 25px;
}
.hotzt li h4 {
    text-transform: capitalize;
    font-size: 13px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}
.hotzt li .h01 p{
	font-size:15px;
	margin-top:5px;
}
.hotzt li div.h02 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    padding: 18px;
}
.hotzt li ins{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:5px;
	background:url(/template/index/public/54/54-0004/images/bg04.png) no-repeat center center;
}
.hotzt li div.h02 span{
	margin:0 5px;
}
.productbox{
	margin-top:70px;
}
.protit{
}
.protit span{
	display:block;
}
.protit span h2 {
    float: left;
    font-size: 22px;
    padding-left: 10px;
    border-left: 3px solid #ff9c00;
    line-height: 1;
}
.protit span a{
	display: block;
    float: right;
    font-size: 15px;
    color: #333;
    transition: all .3s;
}
.protit span a:hover{
	color:#ff9c00;
}
.protit span a em{
	color: #999;
}
.protit ul {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.protit li {
    float: left;
    width: 10.22%;
    margin-right: 1%;
}
.protit li:last-child{
	margin-right:0;
}
.protit li a {
    display: block;
    text-align: center;
    font-size: 15px;
    background: #eee;
    line-height: 38px;
}
.protit li:hover a
,.protit li:first-child a{
	background:#ff9c00;
	color:#fff;
}
.product{
	margin-top:40px;
}
.product li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product li a{
	display: block;
}
.product li img{
	width:100%;
	height:auto;
}




.gonglve04{
	margin-top:20px;
}
.tjgl02{
	width:47%;
}
.tjgl03 {
    margin-top:25px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.tjgl03 ul{
	margin-bottom:40px;
}
.tjgl03 li{
	float:right;
	width:53%;
}
.tjgl02 li.tj01 {
    width: 42.5%;
    float: left;
}
.tjgl03 li a {
    display: block;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}
.tjgl03 li:hover a{
	color:#ff9c00;
}
.tjgl03 li a img{
	width:100%;
	height:auto;
	border-radius:5px;
}
/*-----------------list-gonglve02-------------------*/
.list-strategy{
	margin-top:23px;
}
.strategy01{
	width:27.5%;
	float:left;
}
.strategy01 li {
    float: left;
    width: 50%;
}
.strategy01 ul {
    border: 1px solid #eee;
    border-radius: 5px;
    border-right: none;
    border-bottom: none;
}
.strategy01 li a{
	display:block;
	padding:20px 19px;
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	transition:all .3s;
}
.w960 .strategy01 li a{
	padding:15px 10px;
}
.strategy01 li:hover a{
	background:#f7f7f7;
}
.strategy01 li span{
	display:block;
	float:left;
	width:38px;
	height:39px;
}
.strategy01 li img{
	width:38px;
	height:auto;
}
.strategy01 li h3{
	float:left;
	font-size:14px;
	color:#666;
	line-height: 39px;
	margin-left: 15px;
}
.strategy02{
	width:70%;
	float:right;
}
.strategy02 a{
	display:block;
}
.strategy02 img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.process{
	margin-top:30px;
}
.process ul{
	border-radius:5px;
	border:1px solid #eee;
}
.process ul li {
    float: left;
    width: 18.5%;
}
.process ul li.p1 {
    width: 25%;
    background: #fffaf2;
    font-size: 20px;
    font-weight: bold;
    color: #ff9c00;
    line-height: 88px;
	margin-right: 1%;
}
.w960 .process ul li.p1{
	font-size:17px;
}
.process ul li.p1 span{
	margin:0 10px !important;
}
.process ul li span {
    float: left;
    display: block;
    margin: 18px 20px;
	margin-right:5px;
}
.w960 .process ul li span{
	margin:18px 5px;
}
.process ul li div{
	float:left;
}
.process ul li h3 {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}
.process ul li h4 {
    color: #ff9c00;
    font-size: 16px;
}
.process ul li em {
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 30px;
    margin-right: 5px;
    color: #888;
    font-family: monospace;
    font-style: normal;
}
.news08 {
    padding-bottom: 50px;
}
.news08-1{
	width: 47%;
}
.news08-1 ul{
	margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
	min-height:150px;
}
.news08-1 li{
	float: right;
    width: 53%;
}
.news08-1 li.n01{
	width: 42.5%;
    float: left;
}
.news08-1 li.n01 img{
	width:100%;
	height:auto;
	border-radius: 5px;
}
.news08-1 li a{
	display: block;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}
.news08-1 li:hover a{
	color:#ff9c00;
}
/*----------------------list-about------------------*/

.ban03 a{
	display:block;
}
.ban03 a img{
	width:100%;
	height:auto;
}
.brand{
	margin:100px auto;
}
.brand h2 {
    text-align: center;
    font-size: 35px;
    color: #3c3c3c;
}
.brand div {
	padding:0 30px;
}
.brand div p {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    line-height: 1.7;
}
.brand a{
	display:block;
	width:160px;
	height:54px;
	border-radius:5px;
	background:#ff9c00;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:54px;
	margin:40px auto;
	transition:all .3s;
}
.brand a:hover{
	background:#d98602;
}
.item{
	padding:90px 0;
	background:url(/template/index/public/54/54-0004/images/bg04.jpg) no-repeat center center;
}
.item ul {
    border-radius: 5px;
    overflow: hidden;
}
.item li{
	float:left;
	width:50%;
	background:#fff;
}
.item li img{
	width:100%;
	height:auto;
}
.item li.i01{
}
.item li.i01 span{
	float:left;
	width:50%;
}
.item li span{
	float:right;
	width:50%;
	position:relative;
}
.item li div{
	float:left;
	width: 39%;
    padding: 5%;
}
.item li.i01 div{
	float:right;
}
.item li div h3 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 45px;
}
.item li div p {
    color: #999;
	line-height:1.7;
}
.item li em{
	display:block;
	width:14px;
	height:26px;
	position:absolute;
	top:50%;
	margin-top:-13px;
	left:0;
	background:url(/template/index/public/54/54-0004/images/sanj03.png) no-repeat center center;
}
.item li.i01 em{
	right:0;
	left: initial;
	background:url(/template/index/public/54/54-0004/images/sanj02.png) no-repeat center center;
}
.zscase{
	margin:80px auto;
}
.zscase h2{
	text-align:center;
	font-size:35px;
	margin-bottom:50px;
}
.zscase li{
	width:205px;
	margin-right:20px;
}
.zscase li a{
	display:block;
	padding:15px;
	background:#f7f7f7;
	border-radius:5px;
}
.zscase li:hover a{
	background: #ff9c00;
}
.zscase li span{
	display:block;
	width:80px;
	height:80px;
	margin:0 auto;
}
.zscase li img{
	width:100%;
	height:auto;
	border-radius:50%;
}
.zscase li h3{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:14px 0;
}
.zscase li h4{
	font-size:12px;
	margin-bottom:10px;
	height:35px;
	overflow:hidden;
}
.zscase li p{
	color:#999;
	font-size:12px;
}
.zscase li div{
	height:174px;
}
.zscase li:hover h3
,.zscase li:hover h4
,.zscase li:hover p{
	color:#fff;
}
.zscase .prev
,.zscase .next{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	border-radius:50%;
	text-align:center;
	left:-70px;
	margin-top: 30px;
	opacity:.2;
}
.zscase .prev:hover
,.zscase .next:hover{
	opacity:.4;
}
.zscase .next{
	left:inherit;
	right:-70px;
}
.youshi{
	padding-top:80px;
	padding-bottom:50px;
	background:#f7f7f7;
}
.youshi h2{
	text-align:center;
	font-size:35px;
	margin-bottom:50px;
	color:#3c3c3c;
}
.youshi span{
	display:block;
	float:left;
	width:41%;
}
.youshi span img{
	width:100%;
	height:auto;
}
.yousi01 {
    width: 53%;
    float: right;
}
.yousi01 h3 {
    font-size: 30px;
    color: #3c3c3c;
    margin-bottom: 10px;
}
.yousi01 div{
	margin-bottom:30px;
}
.yousi01 div p {
    color: #999;
    font-size: 16px;
    line-height: 1.7;
}
.yousi01 a{
	display:block;
	line-height:50px;
	height:50px;
	width:160px;
	text-align:center;
	color:#fff;
	background:#ff9c00;
	border-radius:5px;
	font-size:16px;
	margin-top: 50px;
	transition:all .3s;
}
.yousi01 a:hover{
	background:#df8a03;
}
/*------------------list-show------------------*/
.ban-show img{
	width:100%;
	height:auto;
}
.show-nav {
	line-height:55px;
	border-bottom:1px solid #eee;
}
.show-nav h2
,.show-nav ul{
	float:left;
}
.show-nav h2{
	width:16%;
	text-align:center;
	background:#ff9c00;
	color:#fff;
}
.show-nav h2 a{
	color:#fff;
}
.show-nav ul{
	width:84%;
}
.show-nav li {
    float: left;
    width: 16.6%;
}
.show-nav li a{
	display:block;
	font-size:16px;
	text-align:center;
	border-left: 1px solid #fff;
}
.show-nav li:hover a
,.show-nav li.a a{
	color:#ff9c00;
}
.show-nav li span{
	display:none;
}
.saixuan{
	margin-top:35px;
}
.search-show{
	margin-bottom:20px;
}
.search-show label {
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
    width: 80px;
    text-align: right;
}
.search-show input{
	float:left;
	border:1px solid #ff9c00;
	border-radius:5px;
	line-height:28px;
	height:28px;
	width:270px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-show [type="submit"]{
	width:50px;
	line-height:30px;
	height:30px;
	color:#fff;
	border:1px solid #ff9c00;
	background:#ff9c00;
	border-radius: 5px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sq-rank dl{
	margin:20px 0;
}
.sq-rank dt, .sq-rank dd {
    float: left;
    font-size: 15px;
    margin: 0 5px;
}
portal_list_pro….css?VN6hm:866

.sq-rank dt{
	margin-right:15px;
}
.sq-rank dd{
	padding:0 10px;
}
.sq-rank dd .a,
.sq-rank dd a:hover{
	color:#ff9c00;
}
.list-school {
    border-bottom: 20px solid #f7f7f7;
    margin-top: 40px;
}
.list-school h2 {
    font-size: 18px;
    font-weight: bold;
}
.list-school h2 span{
	color:#ff9c00;
}
.pub{
	text-align:right;
	margin:10px auto;
}
.list-school ul{
	margin-top:20px;
	padding-bottom:50px;
}
.list-school li {
	float:left;
	width:18%;
	margin-right:2.45%;
}
.list-school li a {
    padding: 20px;
    display: block;
	text-align: center;
	border-radius:5px;
}
.list-school li:hover a{
	box-shadow:0 0 10px #ccc;
}
.list-school li span {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.list-school li span img{
	width:100%;
	height:auto;
}
.list-school li h3 {
    font-size: 17px;
	margin-top:10px;
}
.list-school li h4 {
    color: #999;
	margin-top:3px;
}
.list-school li p{
	font-size:12px;
	margin-top:5px;
}
.page{
	text-align:center;
	margin-top:80px;
	margin-bottom:50px;
}
.page a{
	float:none;
	display:inline-block;
}
.page a{
	*display:inline;
}
/*------------------view-show-------------------*/
.ban-show02{
	position:relative;
	height:300px;
	width:100%;
	overflow:hidden;
}
.ban-show02 img{
	position:absolute;
	width:1920px;
	height:auto;
	left:50%;
	margin-left:-960px;
}
.view-sum{
	position:absolute;
	top:60px;
	left:0;
	width:100%;
}
.cover01 {
    width: 75%;
    float: left;
}
.cover01 span {
    display: block;
    width: 22%;
    float: left;
}
.cover01 span img {
    width: 100%;
    height: auto;
    position: inherit;
    margin-left: 0;
    left: 0;
    border-radius: 5px;
}
.cover01 div{
	float:left;
	width:70%;
	margin-left:3%;
}
.cover01 div h3{
	color:#fff;
	font-size:23px;
	font-weight:bold;
	margin-bottom:10px;
}
.cover01 div p {
    color: #fff;
    line-height: 2;
}
.cover01 p.ss{
	margin-top:15px;
}
.cover02 {
    width: 15%;
    float: right;
}
.cover02 li{
	float:left;
	width:48%;
	margin:0 1%;
}
.cover02 li span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:rgba(197, 222, 234, 0.4);
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	white-space: nowrap;
}
.cover02 li h4{
	color:#fff;
	margin:10px 0;
	font-size:12px;
	text-align:center;
}
.cover02 a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #ff9c00;
    color: #fff;
    font-size: 14px;
	margin-top:30px;
	transition:all .3s;
}
.cover02 a:hover{
    background: #cf8004;
}

.as01{
	border-bottom:1px solid #eee;
}
.as01 li{
	float:left;
	padding:0 30px;
	line-height:55px;
	font-size:14px;
	border-right:1px solid #fff;
}
.as01 li:hover{
    background: #ff9c00;
	color: #fff;
}
.as01 i a{
	display:block;
}
.article02{
	margin-top:40px;
}
.article02 h1 {
    font-size: 25px;
    font-weight: normal;
    padding-left: 20px;
    border-left: 3px solid #ff9c00;
    line-height: 1;
}
.article02 h1:nth-child(2){
	border-top:1px solid #eee;
}
.article02 hr {
    opacity: .2;
}
.article02 img{ 
	margin-left:20px;
	margin-bottom:20px;
}
.article02 h2 {
    font-size: 18px;
    color: #ff9c00;
}
.article02 p
,.article02 h2{
	padding-left:17px;
}
.zyjs
,.school-news{
	padding-top:50px;
	margin-top:30px;
	border-top:1px solid #eee;
}
.zyjs ul{
	margin-top:50px;
}
.zyjs h1
,.school-news h1{
	font-size: 25px;
    font-weight: normal;
    padding-left: 20px;
    border-left: 3px solid #ff9c00;
    line-height: 1;
}
.zyjs li{
	padding:20px;
	border-bottom:1px solid #eee;
}
.zyjs li:hover{
	box-shadow:0 0 10px #ddd;
	border-bottom:1px solid #fff;
}
.zyjs li div{
	float:left;
	width:50%;
}
.zyjs li div h3{
	font-size:17px;
	line-height:30px;
}
.zyjs li h3 span{
	color:#aaa;
	margin-left:20px;
}
.zyjs li p{
	line-height:30px;
	font-size:14px;
	color:#777;
}
.zyjs li p span{
	margin-left:10px;
}
.zyjs li a.sq01 {
    float: right;
    line-height: 40px;
    width: 130px;
    background: #ff9c00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    font-size: 14px;
}
.zyjs li em {
    display: block;
    font-style: normal;
    color: #ff9c00;
    font-size: 14px;
    margin-top: 5px;
}
.zyjs li em:hover{
	text-decoration:underline;
}
.zyjs .more01{
	display:block;
	width:160px;
	line-height:45px;
	text-align:center;
	border-radius:5px;
	margin:50px auto;
	color:#fff;
	background:#ff9c00;
	font-size:14px;
}
.school-news h1{
	margin-bottom:25px;
}
.school-news ul{
	width:47%;
}
.school-news li.n01 {
    width: 42.5%;
    float: left;
}
.school-news li a {
    display: block;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}
.school-news li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.school-news li {
    float: right;
    width: 53%;
}
.article-show{
	padding-bottom:70px;
	border-bottom:20px solid #f7f7f7;
}
.school-news li:hover a {
    color: #ff9c00;
}
/*-----------------list-news------------------*/
.list-news{
	padding-bottom:50px;
}
.pox{
	font-size:14px;
	margin:25px 0;
}
.pox a{
	color:#999;
}
.pox a:hover{
	color:#ff9c00;
}
.list-news01{
	width:70%;
}
.list-news01 li{
}
.list-news01 li a{
	display:block;
	padding:20px;
	border-bottom:1px solid #eee;
}
.list-news01 li:hover a{
	box-shadow:0 0 10px #ccc;
}
.list-news01 li a span{
	display:block;
	float:left;
	width:24%;
}
.list-news01 li img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.list-news01 li div {
    width: 71%;
    float: right;
}
.list-news01 li h3 {
    font-size: 18px;
}
.list-news01 li h3 span{
	display:block;
	float:none;
	width:50px;
	height:2px;
	background:#eee;
	margin:5px 0;
	transition:all .3s;
}
.list-news01 li:hover h3 span{
	width:100px;
	background:#ff9c00;
}
.list-news01 li p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.list-news01 li em{
	font-style:normal;
	font-size:14px;
	margin-top:10px;
	display:block;
	color:#999;
}
.list-news .zixun01-r{
	border:1px solid #eee;
}

/*-----------------view-news-------------------*/
.view-news {
    width:68%;
}
.view-news-ban{
}
.view-news-ban a{
	display:block;
}
.view-news-ban a img{
	width:100%;
	height:auto;
}
.word{
}
.word .ww{
	color:#999;
	margin-top:10px;
}
.word h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #3c3c3c;
}
.share{
	margin-top:10px;
}
.sh01 a {
    display: block;
    float: left;
    padding: 0 13px;
    line-height: 23px;
    border-radius: 20px;
    color: #ccc;
	font-size:12px;
    border: 1px solid #ccc;
	margin-top:5px;
}
.sh01 a:hover{
	color:#ff9c00;
	border: 1px solid #ff9c00;
}
.fanye{
	margin-bottom:50px;
	margin-top:20px;
}
.fanye p{
	font-size:14px;
	line-height:25px;
	margin-bottom:5px;
}
.fanye p a{
	color:#999;
}
.fanye p a:hover{
	color:#ff9c00;
}
.view-news .hottit{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ddd;
}
.view-news .zixun02-ll {
    padding: 0;
    margin-top: 0;
    border-top: none;
}

/*----------list-case---------*/
.list-case li{
	float:left;
	width:19%;
	margin-right:1.25%;
	margin-bottom:2%;
}
.view-case{
	background:#f7f7f7;
	padding:10px 0;
	margin-bottom:50px;
}
.view-case01{
	padding:30px;
	background:#fff;
}
.view-case .article {
    background: #fff;
    padding:20px 50px;
    border-top: 1px solid #eee;
}
.view-case01 span{
	float:left;
	display:block;
	width:30%;
}
.view-case01 span img{
	width:100%;
	height:auto;
	border-radius:10px;
}
.view-case01 div{
	float:right;
	width:65%;
}
.view-case01 h3 {
    font-size: 25px;
    color: #3c3c3c;
    margin-top: 30px;
}
.view-case01 h3 em{
	font-style:normal;
	font-size:18px;
	margin-left:10px;
	color:#999;
}
.view-case01 h4 {
    font-size: 14px;
    margin-top: 30px;
    color: #999;
	margin-bottom:30px;
}
.view-case01 p {
    line-height: 2;
	color:#666;
}
.view-case01 .fanye{
	width:100%;
	float:none;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #eee;
}
/*---------------list-process01-------------------*/
.list-process{
	margin-top:30px;
	padding-bottom:70px;
}
.list-process01{
	width:70%;
}
.list-process .zixun01-r{
	border:1px solid #eee;
}
.list-process .saixuan {
    margin-top: 0;
}
.sq-rank dt {
    width: 85px;
}
.list-process02
,.list-process03{
	margin-top:50px;
}
.list-process03 h2
,.list-process02 h2{
	font-size: 18px;
    font-weight: bold;
}
.list-process02 h2 span
,.list-process03 h2 span{
	color: #ff9c00;
}
.list-process02 h2 select
,.list-process03 h2 select{
	font-weight:normal;
	font-size:14px;
	border:none;
	margin-top:5px;
	color:#666;
}
.list-process03 .zyjs{
	padding-top:0;
}
.list-process03 .zyjs ul{
	margin-top:30px;
}
.list-process02 ul{
	margin-top:20px;
}
.list-process02 li{
	margin-bottom:10px;
}
.list-process02 li a{
	display:block;
	padding:15px;
}
.list-process02 li:hover a {
    box-shadow: 0 1px 10px #dedede;
    border-radius: 5px;
}
.list-process02 li img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.list-process02 li span {
    display: block;
    float: left;
    width: 20%;
	border:1px solid #eee;
	border-radius:5px;
}
.list-process02 li .p01{
	float:left;
	width:50%;
	margin-left:3%;
}
.list-process02 li .p01 h3 {
    font-size: 16px;
    line-height: 2;
}
.list-process02 li h3 em{
	font-style:normal;
	color:#999;
	margin-left:10px;
	font-size:12px;
}
.list-process02 li h4 {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}
.list-process02 li p{
	font-size:12px;
}
.list-process02 li p em{
	margin-left:20px;
	font-style:normal;
}
.list-process02 li strong {
    font-weight: normal;
    color: #ff9c00;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.list-process02 li .p02{
	float:right;
	width:120px;
	border:1px solid #ff9c00;
	border-radius:5px;
	margin-top:13px;
}
.list-process02 li .p02 p {
    text-align: center;
    padding: 12px 0;
    font-size: 30px;
    color: #ff9c00;
    font-weight: bold;
}
.list-process02 li .p02 em {
    display: block;
    line-height: 30px;
    text-align: center;
    background: #ff9c00;
    color: #fff;
    font-size: 14px;
	font-style:normal;
}
/*------------list-paaly----------------*/
.apply-ban{
	height:680px;
	background:url(/template/index/public/54/54-0004/images/92.jpg) no-repeat center center;
}
.apply-ban .wp{
	position:relative;
}
.apply01{
	padding:30px 40px;
	background:#fff;
	border-radius:5px;
	width:340px;
	position:absolute;
	top:100px;
}
.apply01 h4 {
    text-align: center;
    color: #ff9c00;
    margin-bottom:30px;
    font-size: 25px;
}
.apply01 li{
	width:25%;
	float:left;
}
.apply01 li a{
	display:block;
}
.apply01 li span{
	display:block;
	text-align:center;
	width:60px;
	height:60px;
	border-radius:50%;
	border:1px solid #f0f0f0;
	margin:0 auto;
	background:#f0f0f0;
}
.apply01 li img {
    height:60px;
    width: auto;
     filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    opacity: .5;
}
.apply01 li:hover img {
	filter: grayscale(0);
	-ms-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-o-filter: grayscale(0);
	opacity:1;
}
.apply01 li.a span
,.apply01 li:hover span{
	background:#f7f7f7;
	border:1px solid #ff9c00;
}
.apply01 li h3{
	text-align:center;
	font-size:12px;
	line-height:2.5;
}
.apply01 li:hover h3{
	color:#ff9c00;
}
.apply01 .default-form-field_guojia{
	/*
	display:none;
	*/
}
.apply01 .layui-form-select .layui-input
,.apply01 .layui-btn{
	width:100%;
	padding:0 3%;
	font-size:18px;
	border:1px solid #ddd;
	border-radius:5px;
	color:#ccc;
	line-height:55px;
	height:55px;
	margin-top:30px;
	margin-left:0;
}
.apply01 .layui-btn{
	background: #ffa23f;
    color: #fff;
    border: 1px solid #ffa23f;
	margin-top:10px;
}
.apply01 .layui-form-pane .layui-form-label{
	display:none;
}
.apply01 .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
}
.apply02{
	margin:100px auto;
}
.apply02 h2{
	text-align:center;
	font-size:35px;
	color:#3c3c3c;
	margin-bottom:100px;
}
.apply02 li {
    float: left;
    width: 24%;
    margin-right: 1.32%;
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    padding: 2%;
    margin-bottom: 3%;
    box-sizing: border-box;
}
.apply02 li span{
	display:block;
	width:44px;
	height:44px;
	border-radius:50%;
	background:#ffa23f;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	margin:0 auto;
	position:absolute;
	top:-22px;
	left:50%;
	margin-left:-22px;
}
.apply02 li h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}
.apply02 li p {
    font-size: 12px;
    color: #999;
    height: 120px;
}

.apply03{
	width:870px;
	margin:0 auto;
	border:1px solid #ffe2a2;
	border-radius:5px;
	margin-bottom:100px;
}
.apply03-1 {
	border-bottom:1px solid #ffe2a2;
}
.apply03-1 li{
	float:left;
	width:33%;
	padding:35px 0;
	text-align:center;
	position:relative;
	border-right:1px solid #fff;
}
.apply03-1 li.a01{
	background:#fffbf2;
	border-right:1px solid #ffe2a2;
}
.apply03-1 li span
,.apply03-1 li h3{
	display:inline-block;
}
.apply03-1 li span
,.apply03-1 li h3{
	*display:inline;
}
.apply03-1 li span{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border-radius:50%;
	margin:0 20px;
	background:#ffe2a2;
}
.apply03-1 li.a01 span{
	background:#ffa23f;
}
.apply03-1 li h3{
	font-size:16px;
	line-height:35px;
	color:#999;
}
.apply03-1 li.a01 h3{
	color:#ffa23f;
}
.apply03-1 li em{
	display:block;
	width:26px;
	height:11px;
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:-11px;
	background:url(/template/index/public/54/54-0004/images/sanj5.png) no-repeat center center;
}

.apply03-2{
	text-align:center;
}
.apply03-2 .liTolabel input{
	display:none;
}
.apply03-2 .liTolabel label,
.apply03-2 li{
	display:inline-block;
	width:60px;
	line-height:60px;
	height:60px;
	border-radius:50%;
	border:1px solid #ddd;
	margin:0 20px;
	font-size:14px;
	cursor: pointer;
}
.apply03-2 .liTolabel .a,
.apply03-2 .liTolabel label:hover,
.apply03-2 li:hover{
	border:1px solid #ffa23f;
	color:#ffa23f;
}
.apply03-2 .liTolabel label,
.apply03-2 li{
	*display:inline;
}
.apply03-2 h3{
	text-align:center;
	font-size:16px;
	margin:30px 0;
	color:#666;
}
.apply03-2 form{
	width:600px;
	margin:0 auto;
	text-align:left;
}
.ap02-1 {
    margin-top:30px;
    font-size: 15px;
    color: #999;
}
.ap02-1 input{
	margin-left:20px;
	margin-right:5px;
}
.ap02-2 {
    font-size: 15px;
    color: #999;
    margin-top: 20px;
}
.ap02-2 select{
	width:200px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#666;
	border-radius:5px;
	border:1px solid #ddd;
}
.but,
.apply03-2 form [type="submit"]
,.apply04-2 [type="submit"]
,.applay05 [type="submit"]{
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	background:#ffa23f;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin:40px auto;
	display:block;
	border:none;
}
.applay04 .apply03-1 li.a02{
	border-right:1px solid #ffe2a2;
}
.apply04-2{
	width:720px;
	margin:50px auto;
}
.apply04-2 h2{
	text-align:center;
	font-size:16px;
	color:#666;
}
.apply04-2 ul{
	margin-top:35px;
}
.apply04-2 li {
    width: 40%;
    padding: 3%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.apply04-2 li:hover {
    border: 1px solid #ffa23f;
}
.apply04-2 li div.ap04-1 h3 {
    float: left;
    font-size: 20px;
}
.apply04-2 li div.ap04-1 h4 {
    float: right;
    color: #ffa23f;
    font-size: 30px;
	line-height:1;
}
.apply04-2 li div.ap04-1 h4 span {
    display: block;
    font-size: 13px;
    color: #aaa;
    text-align: center;
	line-height:20px;
}
.apply04-2 li div.ap04-2 {
    margin-top: 35px;
}
.apply04-2 li div.ap04-2 span{
	display:block;
}
.apply04-2 li div.ap04-2 p {
    color: #999;
    line-height: 20px;
}
.apply04-2 [type="submit"]{
	margin-bottom:0;
}
.apply03-2 form [type="submit"]:hover
, .apply04-2 [type="submit"]:hover
,.applay05 [type="submit"]:hover{
	background:#e1831f;
}
.tishi{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	color:#999;
}
.tishi a{
	color:#ffa23f;
}
.tishi a:hover{
    color: #e1831f;
}
.applay05 .apply03-1 li.a01{
	border-right:none;
	float:right;
	width: 33.6%;
}
/*--
.applay05-1{
	padding:50px;
}
.apply05-1 h2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin:30px auto;
}
.applay05 label {
    float: left;
    display: block;
    width: 180px;
    text-align: right;
    font-size: 15px;
    color: #999;
    margin-right: 10px;
	line-height:40px;
}
.apply05-1 .a01{
	margin-bottom:20px;
}
.apply05-1 input
,.apply05-1 select {
    width: 220px;
    height: 40px;
	float:left;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}
.apply05-1 select {
	margin-right:10px;
	color:#999;
	width:240px;
}
.apply05-2{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #eee;
} 
.apply05-2 h3{
	text-align:center;
	color:#999;
	font-size:14px;
	margin-bottom:30px;
}
.apply05-2 h3 span {
    color: #ffa23f;
}
.apply05-2 .ap05-2{
	font-size:14px;
	color:#999;
}
.apply05-2 select
,.ap05-3 input{
	height:40px;
	height:40px;
	width:120px;
	border:1px solid #eee;
	border-radius:5px;
	color:#aaa;
	margin-right:10px;
	padding:0 10px;
}
.ap05-3{
	margin-top:20px;
	font-size:14px;
	color:#999;
}
.ap05-3 select{
	width:240px;
}
.ap05-3 input{
	width:200px;
}
.applay05 [type="submit"]{
	margin-bottom:0;
}
---*/
.form03{
	width: 600px;
    margin: 0 auto;
	padding-bottom:50px;
}
.form03 h4{
	text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
	margin-top:30px;
}
.form03 .layui-form-label {
    font-size: 15px;
    color: #999;
	width:180px;
	text-align:right;
	padding:0;
	line-height:40px;
	height:40px;
}
.form03 .layui-input-block {
    margin-left: 20px;
	float:left;
	width: 220px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.form03 .layui-input, .form03 .layui-select, .form03 .layui-textarea{
	border-radius:5px;
	line-height:38px;
}
.form03 .layui-select option{
	line-height:38px;
	height:38px;
}
.form03 .layui-input-block select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding-left: 6px;
    color: #666;
}
.form03 .layui-btn{
	width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #ffa23f;
    text-align: center;
	margin:0 auto;
	display:block;
}
.view-show02{
	padding:50px;
	box-shadow:0 0 10px #ddd;
	border-radius:10px;
	margin:30px 0;
}
.view-show02 h3{
	text-align:center;
}
.view-show02 .ww{
	text-align:center;
}
/*-----------list-team---------------*/
.list-team{
	margin:70px auto;
}
.list-team h2{
	text-align: center;
    font-size: 35px;
    margin-bottom:50px;
}
.list-team li {
    float: left;
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 30px;
}
.list-team li a{
	display:block;
}
.list-team li span{
	display:block;
	border-radius:5px;
	background:#000;
}
.list-team li img{
	width:100%;
	height:auto;
	border-radius:5px;
	transition:all .3s;
}
.list-team li:hover img{
	opacity:.7;
}
.list-team li div{
	text-align:center;
}
.list-team li div p{
	color:#666;
	font-size:14px;
}
.list-team li div h3{
	font-size:16px;
	margin:15px 0;
}




@media screen and (max-width:1024px){
	body.module-index{
		background:#fff;
	}
	#mobile-nav h3 {
		color: #ff9c00;
	}
	#mobile-nav {
		background-color: #f5f5f5;
	}
	.default-mobile-nav-menu li a {
		padding: 15px 10px;
		border-bottom: 1px solid #262626;
		font-size: 15px;
		display: block;
		 color: #333; 
	}
	.default-mobile-nav-menu li a {
		border-bottom: 1px solid #eee;
	}
	.default-mobile-nav-menu > li > a {
		border-top: 1px solid #eee;
	}
	.mr0{
		margin-right:0 !important;
	}
	header .bg{
		background-color: #fff;
		opacity: 1;
	}
	.mbsearch {
		position: relative;
		width: 48%;
		float: left;
		border: none;
		border-radius: 20px;
		background:#fff;
		overflow:hidden;
		margin-top:10px;
	}
	.mbsearch .default-pc-search-keyword{
		float:left;
		width:75%;
		margin-left:5%;
		border:none;
		line-height: 30px;
		height:30px;
	}
	.mbsearch .default-pc-search-submit {
		float: right;
		width: 20%;
		height: 30px;
		line-height: 30px;
		border: none;
		color: #fff;
		background:url(/template/index/public/54/54-0004/images/head_icon.png) no-repeat center center;
		font-size:0;
		background-size: 30px;
	}
	.nav01 ul {
		padding: 15px 0;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0 2px 7px #ececec;
		margin-top: -50px;
		position: relative;
		z-index: 2;
	}
	.nav01 li{
		float:left;
		width:25%;
	}
	.nav01 li a{
		display:block;
	}
	.nav01 li span{
		display:block;
		width:50px;
		height:50px;
		margin:0 auto;
		border-radius:50%;
		background:#ffd13e url(/template/index/public/54/54-0004/images/me01.png) no-repeat center center;
		background-size:27px !important;
	}
	.nav01 li.n2 span{	
		background:#62a7f4 url(/template/index/public/54/54-0004/images/me02.png) no-repeat center center;
	}
	.nav01 li.n3 span{
		background:#22d1b4 url(/template/index/public/54/54-0004/images/me03.png) no-repeat center center;
	}
	.nav01 li.n4 span{
		background:#fc7561 url(/template/index/public/54/54-0004/images/me04.png) no-repeat center center;
	}
	.nav01 li h3 {
		text-align: center;
		font-size: 12px;
		margin: 5px 0;
	}
	.mbplan{
		margin-top:50px;
	}
	.mbplan h4 {
		font-size: 16px;
		color: #ff9c00;
		margin-bottom:10px;
	}
	.mbplan .layui-form-item input{
		width: 100%;
		height: 45px;
		line-height: 45px;
		border: 1px solid #eee;
		border-radius: 5px;
		background: #fffefe;
		padding: 0 10px;
		color: #ccc;
		font-size: 14px;
	}
	.mbplan .layui-form-item .layui-form-label{
		display:none;
	}
	.mbplan .layui-form-pane .layui-input-block {
		margin-left: 0;
		left: 0;
	}
	.mbplan .layui-btn {
		line-height: 45px;
		height: 45px;
		border-radius: 5px;
		background: #ff9c00;
		width: 100%;
		border: none;
		color: #fff;
		font-size: 16px;
	}
	.mbplan .layui-form-item {
		margin-bottom: 13px;
	}
	.mbservice{
		margin:50px 0;
	}
	.mbservice li{
		float:left;
		width:33.33%;
	}
	.mbservice li a{
		display:block;
		padding:20px 0;
		background:url(/template/index/public/54/54-0004/images/mbg01.png) no-repeat center center;
		background-size:100% !important;
	}
	.mbservice li.s2 a{
		background:url(/template/index/public/54/54-0004/images/mbg02.png) no-repeat center center;
	}
	.mbservice li.s3 a{
		background:url(/template/index/public/54/54-0004/images/mbg03.png) no-repeat center center;
	}
	.mbservice li span{
		display:block;
		width:30px;
		height:30px;
		margin:0 auto;
		background:url(/template/index/public/54/54-0004/images/mb02.png) no-repeat center center;
		background-size:90% !important;
	}
	.mbservice li.s2 span{
		background:url(/template/index/public/54/54-0004/images/mb03.png) no-repeat center center;
	}
	.mbservice li.s3 span{
		background:url(/template/index/public/54/54-0004/images/mb01.png) no-repeat center center;
	}
	.mbservice li h3 {
		text-align: center;
		font-size: 10px;
		color: #888;
	}
	.place {
		padding: 0;
		background: none;
	}
	.place ul{
		margin-top:15px;
	}
	.place .mbplace li{
		width:150px;
		margin-right:10px;
	}
	.place .mbplace li h3 {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin: 8px 0;
	}
	.place .mbplace li h3 em{
		display:block;
	}
	.place li a h3 span{
		top:-16px;
	}
	.place .mbplace li a{
		background:#f7f7f7;
	}
	.hottit {
		margin-top: 50px;
	}
	.hottit h3 {
		font-size: 16px;
		color: #ff9c00;
		padding-left:6px;
	}
	.hottit a {
		float: right;
		font-size: 13px;
		color: #ccc;
	}
	.tjgl{
		float:none;
	}
	.tjgl ul {
		padding-top:15px;
		margin-top: 0;
		border-top: none;
	}
	.tjgl li {
		margin-bottom: 30px;
	}
	.tjgl li h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.tjgl li div em {
		text-align: left;
		color: #aaa;
		margin-top: 0;
	}
	.tjgl .mbmore01{
		margin-top:-10px;
		border-top: 1px solid #f2f2f2;
	}
	.mbmore01 {
		font-size: 14px;
		text-align: center;
		display: block;
		color: #ff9c00;
		line-height:50px;
	}
	.mbschool{
		border-top:10px solid #f5f5f5;
	}
	.mbschool li{
		float:left;
		width:32%;
		margin-right:2%;
	}
	.mbschool li:nth-child(3n){
		margin-right:0 !important;
	}
	.mbschool li:nth-child(7)
	,.mbschool li:nth-child(8)
	,.mbschool li:nth-child(9)
	,.mbschool li:nth-child(10){
		display:none;
	}
	.mbschool-tit{
		margin:10px 0;
	}
	.mbschool-tit li{
		float:left;
		margin-right:7px;
		margin-bottom:5px;
	}
	.mbschool-tit li a {
		display: block;
		padding: 0 7px;
		font-size: 12px;
		line-height: 25px;
		border: 1px solid #eee;
		border-radius: 3px;
	}
	.mbschool-tit li:hover a {
		background:#ffd13e ;
	}
	.mbschool01{
		margin-top:20px;
	}
	.mbschool01 li a{
		display:block;
		margin:10px;
	}
	.mbschool01 li img{
		width:98%;
		height:auto;
		border-radius:5px;
		border:1px solid #eee;
	}
	.mbschool01 li h3{
		font-size:12px;
		margin-top:10px;
		text-align:center;
	}
	.mbschool01 li p{
		font-size:12px;
	}
	.mbnews li p{
		font-size:12px;
		line-height:normal;
		height:30px;
	}
	.default-mobile-copyright2 {
		background-color: #3c3c3c;
		color: #cbcbcb;
		border-top:10px solid #f5f5f5;
	}
	.default-mobile-copyright2 a {
		color: #cbcbcb;
	}
	header.neitop .bg {
		background-color: #fff;
	}
	header.neitop h1 a {
		color: #ff9c00;
		margin-left:10px;
		font-size:16px;
	}
	header.neitop{
		text-align:center;
	}
	header.neitop h3 {
		text-align: center;
		color: #666;
		display:inline-block;
		margin-right:15%;
		margin-top: 13px;
		font-size: 25px;
	}
	header.neitop .nav-click {
		color: #ff9c00;
	}
	.brand {
		margin: 30px auto;
		margin-bottom:0;
		border-bottom: 10px solid #f5f5f5;
	}
	.brand h2 {
		font-size: 22px;
	} 
	.brand div {
		padding: 0 5px;
	}
	.brand div p {
		color: #acacac;
		font-size:12px;
	}
	.brand div p span{
		display:block;
		margin-top: 20px;
	}
	.brand div p:nth-child(2){
		display:none;
	}
	.brand a {
		width: 120px;
		height: 38px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 38px;
		margin: 30px auto;
	}
	.item {
		padding: 0;
		background: none;
		 border-bottom: 10px solid #f5f5f5;
	}
	.item li {
		width: 100%;
	}
	.item li div h3 {
		font-size: 17px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.item li div {
		width: 44%;
		padding:7% 3%;
	}
	.item li div p {
		color: #acacac;
		line-height: 1.7;
		font-size: 12px;
	}
	.item li.i02{
		display:none;
	}
	.item li span {
		width: 50%;
	}
	.item li div p {
		height: 97px;
		overflow: hidden;
		text-align: justify;
	}
	.zscase {
		margin: 25px auto;
	}
	.zscase h2
	,.youshi h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.zscase li {
		width: 100%;
		margin-right: 0;
		margin-bottom:10px;
		border-radius:5px;
	}
	.zscase li h3 {
		text-align: left;
		font-size: 15px;
		margin: 0;
	}
	.zscase li h4 {
		font-size: 12px;
		margin-bottom: 0;
		height: auto;
		margin-top: 8px;
	}
	.zscase li p em{
		font-style:normal;
	}
	.zscase li div {
		height: auto;
	}
	.youshi {
		background: #fff;
		padding-top:25px;
		padding-bottom:0;
		border-top: 10px solid #f5f5f5;
	}
	.youshi span {
		width: 70%;
		margin: 0 15%;
	}
	.yousi01 {
		width: 100%;
		margin-top: 25px;
	}
	.yousi01 h3 {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.yousi01 div p {
		color: #acacac;
		font-size: 12px;
	}
	.yousi01 a {
		line-height: 40px;
		height: 40px;
		width: 130px;
		font-size: 14px;
		margin: 30px auto;
		margin-bottom:0;
	}
	.zixun01 {
		background: #fff;
		border-top: 10px solid #f5f5f5;
		border-bottom: 10px solid #f5f5f5;
		padding: 15px 0;
	}
	.zixun01-l li h3 {
		font-size: 12px;
		height: 36px;
		color: #777;
	}
	.gonglve {
		margin-top: 0;
	}
	.gonglve03 {
		width: 100%;
		float:none;
	}
	.mb-gonglve01{
		padding:15px 0;
		border-bottom:10px solid #f5f5f5;
	}
	.mb-gonglve01 li{
		float:left;
		width:33.3%;
		margin-bottom:15px;
	}
	.mb-gonglve01 li a{
		display:block;
		text-align:center;
		font-size:12px;
		color: #666;
	}
	.mb-gonglve01 li span{
		display:block;
		width:60px;
		margin:0 auto;
		height:60px;
		margin-bottom:10px;
	}
	.mb-gonglve01 li img{
		width:100%;
		height:auto;
		border-radius:50%;
	}
	.list-strategy {
		margin-top: 0;
	}
	.strategy02
	,.strategy01{
		width:100%;
	}
	.strategy01 li{
		width:25%;
	}
	.strategy01 ul {
		border: none;
		border-bottom: 10px solid #f5f5f5;
	}
	.strategy01 li a {
		padding: 15px 0;
		text-align: center;
	}
	.strategy01 li span {
		float: none;
		margin: 0 auto;
	}
	.strategy01 li h3 {
		float:none;
		margin-left: 0;
		line-height: 20px;
	}
	.view-news {
		width: 100%;
	}
	.sh01 a {
		padding: 0 10px;
		line-height: 20px;
		margin-top: 0px;
	}
	.word h3 {
		font-size: 22px;
		margin-top: 10px;
	}
	.word .ww {
		color: #acacac;
		font-size: 12px;
		text-align: right;
		line-height: 20px;
	}
	.view-news-ban {
		border-bottom: 10px solid #f5f5f5;
	}
	.word {
		padding-bottom: 30px;
		border-bottom: 10px solid #f5f5f5;
	}
	.list-news {
		padding-bottom: 0;
	}
	.ban-show02{
		background:url(/template/index/public/54/54-0004/images/bg66.jpg) no-repeat center center;
		background-size:auto 100%;
		height:200px;
	}
	.view-sum {
		position: inherit;
		top: 0;
		left: 0;
		width: 100%;
	}
	.cover01 {
		width: 50%;
		margin-top: 30px;
	}
	.cover01 span {
		width: 40%;
	}
	.cover01 div {
		width: 57%;
	}
	.cover01 div h3 {
		font-size: 18px;
		margin-bottom:0;
	}
	.cover01 div p {
		color: #fff;
		font-size: 10px;
		line-height:normal;
	}
	.cover02 {
		width: 40%;
		margin-top: 30px;
	}
	.cover02 li h4 {
		text-align:center;
		font-size: 10px;
	}
	.mbsum{
		font-size:12px;
		color:#dedede;
		height:55px;
		overflow:hidden;
	}
	.as01 li {
		padding: 0;
		line-height: 45px;
		font-size: 12px;
		border-right: none;
		width: 20%;
		text-align:center;
	}
	.article02 p, .article02 h2 {
		padding-left: 5px;
	}
	.free01 {
		display: block;
		width: 94%;
		line-height: 40px;
		height: 40px;
		border-radius: 5px;
		text-align: center;
		background: #ff9c00;
		color: #fff;
		margin:0 3%;
		margin-top: 10px;
	}
	.xyshow{
		padding:10px 0;
		background:#f5f5f5;
	}
	.xyshow li{
		width:120px;
		float:left;
		margin-right:10px;
	}
	.xyshow li img{
		width:100%;
		height:auto;
	}
	.article-show {
		padding-bottom: 0;
		border-bottom: none;
	}
	.mbapply-ban img{
		width:100%;
		height:auto;
	}
	.apply04-2 {
		width: 100%;
		margin: 0;
	}
	.apply04-2 ul{
		position: relative;
		margin-top:-50px;
	}
	.apply04-2 li {
		width: 94%;
		float: none;
		border: none;
		box-shadow: 0 0px 10px #ddd;
		margin-bottom: 10px;
		background: #fff;
	}
	.apply04-2 li div.ap04-1 h3 input{
		margin-right:10px;
	}
	.apply04-2 li div.ap04-2 {
		margin-top: 10px;
		font-size: 12px;
	}
	.mb-applay05 h2 {
		font-size: 13px;
		margin: 15px 0;
		text-align: center;
		color: #666;
	}
	.apply05-1 input, .apply05-1 select {
		width: 94%;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
		border: none;
		padding: 0 3%;
		font-size: 14px;
		border-bottom: 1px solid #eee;
	}
	.apply05-1 .a01 {
		margin-bottom: 0;
	}
	.apply05-1 select{
		width:100%;
	}
	.apply05-1{
		border-radius: 5px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.apply05-2 {
		padding-top:15px;
		margin-top: 10px;
		border-top: 1px solid #eee;
		border-radius: 5px;
		overflow: hidden;
		background: #fff;
	}
	.apply05-2 h3 {
		text-align: left;
		color: #ff9c00;
		font-size: 15px;
		padding: 0 10px;
		margin-bottom:10px;
	}
	.apply05-2 h3 span{
		float:right;
	}
	.apply05-2 input, .apply05-2 select {
		width: 94%;
		padding: 0 3%;
		line-height: 50px;
		height: 50px;
		border: none;
		border-bottom: 1px solid #eee;
		font-size: 14px;
	}
	.mb-applay05 p {
		text-align: center;
		margin: 10px 0;
		color: #aaa;
		font-size: 14px;
	}
	.mb-applay05 .mbsubmit {
		margin: 0 10px;
		border-radius: 5px;
		line-height: 50px;
		height: 50px;
		background: #ff9c00;
		text-align: center;
		width: 95%;
		color: #fff;
		border: none;
		margin-top:20px;
	}
	.mbsearch01{
		width: 93.5%;
		margin:10px 3%;
		float: left;
		border: 1px solid #eee;
		border-radius: 20px;
		background: #fff;
		overflow: hidden;
	}
	.mbsearch01 .default-pc-search-keyword {
		line-height: 40px;
		height: 40px;
	}
	.mbsearch01 .default-pc-search-submit {
		height: 40px;
		line-height: 40px;
	}
	.paiming{
		background:#fff;
		border-bottom:1px solid #eee;
	}
	.paiming select{
		width:50%;
		float:left;
		line-height:50px;
		height:50px;
		font-size:14px;
		padding:0 20px;
		border:none;
		color:#acacac;
		border-right:1px solid #eee;
	}
	.paiming select.s3{
		border-right:none;
	}
	.list-process02 {
		margin-top: 10px;
	}
	.list-process02 ul {
		margin-top: 10px;
	}
	.list-process02 li{
		margin-bottom:10px;
		background:#fff;
	}
	.list-process02 li span{
		margin-right:10px;
	}
	.list-process02 li .mp01 {
		float: left;
		width: 75%;
	}
	.list-process02 li div.cl h3 em{
		display:block;
		font-style:normal;
	}
	.list-process02 li h4 {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.list-process02 li .mp02{
		float:right;
		width:22%;
	}
	.list-process02 li p {
		font-size: 10px;
		text-align: center;
	}
	.list-process02 li p em{
		display:none !important;
	}
	.list-process02 li .mp02 em {
		font-style: normal;
		font-size: 12px;
		text-align: center;
		color: #ff9c00;
		margin-top:24px;
		display:block;
	}
	.list-news01 {
		width: 100%;
		border-top: 10px solid #f5f5f5;
	}
	.list-news01 li a {
		padding: 10px;
	}
	.list-news01 li a span {
		width: 30%;
	}
	.list-news01 li div {
		width: 67%;
	}
	.list-news01 li h3 {
		font-size: 16px;
	}
	.list-news01 li p {
		color: #888;
		font-size: 12px;
		margin-top: 8px;
	}
	.page {
		margin: 30px 0;
	}
	.paiming01 select{
		width:49%;
	}
	.list-school li {
		width: 49%;
		margin-right: 2%;
	}
	.list-school {
		margin-top: 20px;
	}
	.list-school li h3 {
		font-size: 14px;
	}
	.list-school li a {
		padding: 10%;
	}
	.list-case .zscase {
		margin: 10px auto;
	}
	.view-case01 span {
		width: 50%;
		margin: 0 25%;
	}
	.view-case01 div {
		width: 100%;
	}
	.view-case01 h4 {
		margin-bottom: 10px;
		margin-top:15px;
	}
	.view-case01 p {
		font-size: 14px;
	}
	.zyjs ul {
		margin-top: 0;
	}
	.zyjs li {
		padding: 10px;
	}
	.zyjs {
		padding-top:0px;
		margin-top: 20px;
		border-bottom: 1px solid #eee;
	}
	.zyjs li p {
		line-height:25px;
		font-size: 12px;
	}
	.zyjs li a.sq01 {
		line-height: 35px;
		width: 95px;
		font-size: 14px;
	}
	.zyjs li div {
		width: 67%;
	}
	.zyjs li div h3 {
		font-size: 15px;
	}
	.zyjs li h3 span {
		margin-left: 10px;
	}
	.mb-banner .prev
	,.mb-banner .next{
		width:30px;
		height:30px;
		border-radius:50%;
		opacity:.3;
		line-height:30px;
		text-align:center;
		margin-top:-15px;
		font-size:14px;
		left:10px;
		position: absolute;
		z-index: 1;
	}
	.mb-banner .next{
		left:auto;
		right:10px;
	}
	.mb-banner li img{
		width:100%;
		height:auto;
		left:0 !important;
		margin-left:0 !important;
		position: initial !important;
	}
	.nav-click {
		font-size: 25px;
		text-align:center;
		margin-top: -11px;
		right: 10px;
		color:#ff9c00;
	}
	header .mobile-header{
		height:50px;
		box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
	}
	.mbfoot
	,.con01{
		display:none;
	}
	.footer{
		padding-top:0;
	}
	header h1 img{
		margin-left:10px;
	}
	.protit li{
		width:auto;
	}
	.protit li a {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 5px;
		padding: 0 10px;
	}
	.protit ul {
		padding-top: 15px;
		border-top: 1px solid #dedede;
		margin-top: 7px;
	}
	.productbox {
		margin-top: 30px;
	}
	.protit span h2 {
		font-size: 16px;
		color: #ff9c00;
	}
	.protit span a {
		font-size: 14px;
		color: #ccc;
	}
	.product {
		margin-top: 15px;
	}
	.product li {
		width: 49%;
	}
	.tit{
		margin-bottom:30px;
	}
	.casebox01 .d01{
		width:100%;
		padding-bottom:0;
	}
	.casebox01 .d01 li {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.casebox01 .d01 li a {
		border: none;
		border-radius: 0;
		padding: 0;
	}
	.casebox01 .d01 li a span {
		width: 70px;
	}
	.casebox01 .d01 li a div {
		width: calc(100% - 85px);
	}
	.casebox01 .d01 li:nth-child(4)
	,.casebox01 .d01 li:nth-child(5)
	,.casebox01 .d01 li:nth-child(6)
	,.casebox01 .d01 li:nth-child(7)
	,.casebox01 .d01 li:nth-child(8)
	,.casebox01 .d01 li:nth-child(9)
	,.casebox01 .d01 li:nth-child(10)
	,.casebox01 .d01 li:nth-child(11)
	,.casebox01 .d01 li:nth-child(12)
	,.casebox01 .d01 li:nth-child(13)
	,.casebox01 .d01 li:nth-child(14)
	,.casebox01 .d01 li:nth-child(15)
	,.casebox01 .d01 li:nth-child(16){
		display:none;
	}
	.casebox01 .d01 li a div p {
		font-size: 12px;
	}
	.casebox01 .d01 li a div p ins{
		margin-left:15px;
	}
	.tit div {
		margin: 10px 0;
	}
	.tit div h4 {
		font-size: 16px;
		color: #ff9c00;
	}
	.tit div a {
		color: #ccc;
	}
	.teambox{
		background:none;
		padding:30px 0;
		border-bottom:10px solid #f5f5f5;
	}
	.teambox .tit{
		margin-bottom:20px;
	}
	.teambox01 li div p{
		font-size:10px;
	}
	.teambox01 li div h3{
		font-size:14px;
		margin-bottom:5px;
	}
	.teambox02 {
		margin-top: 30px;
	}
	.mbcase{
		background: #fff;
		padding: 10px;
		padding-top:0;
		border-bottom: 10px solid #f5f5f5;
	}
	.contactbox {
		padding: 0;
	}
	.contactbox .d01 {
		margin-top:30px;
		padding-top:30px;
	}
	.contactbox .d02 {
		width: 100%;
		margin-left: 0;
		background: none;
		padding: 0;
		border-radius: 10px;
		margin-top: 0;
		box-shadow: none;
	}
	.contactbox .d02 ins {
		width: 100%;
		border-radius: 0;
	}
	.contactbox .d02 div {
		width: 100%;
	}
	.contactbox .d01 span {
		width: 120px;
		display: inline-block;
		margin:0 10px;
	}
	.contactbox .d01 span img{
		background:#fff;
	}
	.contactbox .d02 div p {
		font-size: 12px;
		margin: 15px 0;
	}
	.contactbox .d02 div p em {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
		font-size:12px;
	}
	.list-team {
		margin: 30px auto;
	}
	.list-team h2{
		font-size:25px;
		margin-bottom:25px;
	}
	.list-team li {
		width: 48.5%;
		margin-right:3%;
		margin-bottom: 20px;
	}
	.list-team li:nth-child(2n){
		margin-right:0 !important; 
	}
	.list-team li p{
		font-size:10px;
	}
	.view-case .article {
		padding: 20px 20px;
		margin-bottom:20px;
	}
}

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

@media screen and (max-width:480px){   
	.default-copyright{
		width:90%;
		margin:0 auto;
		line-height:1.5;
		font-size:10px;
	}
	.default-copyright a{
		font-size:10px;
	}
	.form03 {
		width: 100%;
	}
	.form03 .layui-form-label{
		display:none;
	}
	.form03 .layui-input-block {
		margin-left: 0;
		width: 100%;
		border: none;
		borde-radius:0;
		line-height:50px;
		height:50px;
		margin-bottom:0;
	}
	.form03 .layui-form-item {
		margin-bottom: 0;
	}.mb-banner li img

	.form03 h4{
		font-size:14px;
	}
	.form03 .layui-input
	,.form03 .layui-select
	,.form03 .layui-textarea{
		line-height:50px;
		height:50px;
		border:none;
		border-bottom:1px solid #eee;
		background:#fff;
		border-radius:0;
		font-size:14px;
	}
	.form03 .layui-btn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
		margin-top: 10px;
	}




}




