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


.wp{
	width:1400px;
	margin:0 auto;
}
.w960 .wp, .w960 .w1188{
	width:1200px;
}
.header{
	background:#fff;
}
.logo a {
    display: block;
    line-height: 80px;
}
.logo a img {
    max-height: 80px;
}
.logo div {
    padding-left: 20px;
    margin-left: 20px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 14px;
    position: relative;
}
.logo div::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #eee;
    left: 0;
    top: 14px;
}
.logo div img {
    height: 56px;
    width: auto;
}
.logo div h4 {
    font-size: 16px;    
}
.logo div p {
    font-size: 13px;
    color: #999;
	margin-top:3px;
}
.topcon{
	padding-top:22px;
}
.topcon01{
	margin-top:3px;
}
.toptel {
    font-size: 12px;
    font-style: italic;
	color:#333;
	padding-left:40px;
	margin-right: 30px;
	background:url(/template/index/public/54/54-0049/images/tel01.png) no-repeat left center;
}
.toptel p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
	color:#333;
}
.topcon01 .wx01 {
    display: block;
    width: 30px;
    height: 30px;
	padding: 0 20px 0 30px;
	float:left;
	position:relative;
	cursor:pointer;
	background:url(/template/index/public/54/54-0049/images/wxicon.png) no-repeat center;
}
.topcon01 .wx01 ins {
    display: block;
    position: absolute;
    width: 120px;
    top: 120px;
    left: 50%;
    z-index: -1;
    margin-left: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #d93045;
	opacity:0;
	transition:all .3s;
}
.topcon01 .wx01:hover ins {
	z-index:3;
	opacity:1;
	top:40px;
}
.topcon01 .wx01 ins img{
	width:100%;
	height:auto;
}
.topcon01 .wx01 ins em {
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    text-align: center;
    color: #d93045;
}
.topcon01 .wx01::after
,.topcon01 .wx01::before{
	position:absolute;
	content:"";
	left:0;
	top:5px;
	height:20px;
	width:1px;
	background:#eee;
}
.topcon01 .wx01::before{
	left:auto;
	right:0;
}
.topcon01 .search{
	float:left;
}
.topcon01 .search form {
    border: 1px solid #fff;
    border-radius: 20px;
	padding-right:5px;
	margin-left:15px;
	transition: all .3s;
	overflow:hidden;
}
.topcon01 .search form:hover {
	border: 1px solid #eee;
}
.topcon01 .search form .default-pc-search-keyword {
    border: none;
    line-height: 28px;
    height: 28px;
    width: 0;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	transition: all .3s;
}
.topcon01 .search form:hover .default-pc-search-keyword {
	width:100px;
	padding-left:10px;
}
.topcon01 .search form .default-pc-search-submit {
    height: 30px;
    width: 30px;
    border: none;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	background:url(/template/index/public/54/54-0049/images/sousuo.png) no-repeat center;
}
.menu {
    border-top: 1px solid #eee;
}
.menu ul.nav-ul-1 {
    display: flex;
    justify-content: space-between;
}
.menu li a {
    display: block;
    font-size: 15px;
    padding: 12px 30px;
	text-align:center; 
}
.menu li:hover a
,.menu li.a a{
	color:#d93045;
}
.menu ul ul {
    background: #fff;
	padding:5px 0;
    border-top: 2px solid #d93045;
}
.menu ul ul li a{
	padding:5px 30px;
	color:#666 !important;
}
.menu ul ul li:hover a{
	color:#d93045 !important;
}
.menu li:hover ul{
	display:none;
}
.banner{
	max-height:755px;
	overflow:hidden;
}
.banner li img{
	width:100%;
	height:auto;
}
.banner .dots {
    bottom: 30px;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner .dots span{
	height:5px;
	width:30px;
	opacity:.3;
	margin:10px;
	background:#fff;
	border-radius:0;
}
.banner .dots span.swiper-pagination-bullet-active{
	background:#fff;
	opacity:1;
}
.formonebox {
    width: 1200px;
    margin:50px auto;
}
.formonebox h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    color: #d93045;
    font-weight: bold;
}
.formonebox ins {
    display: inline-block;
    line-height: 38px;
    border-radius: 3px;
	background:url(/template/index/public/54/54-0049/images/num_icon.gif) no-repeat 25px center; 
    font-size: 20px;
    height: 38px;
    vertical-align: middle;
	position:relative;
	padding-left: 102px;
    font-size: 12px;
    color: #999;
    line-height: 44px;
    margin-right: 20px;
}
.formonebox ins::after {
	position:absolute;
	content:"";
	width:20px;
	height:38px;
	left:0;
	top:0;
	background:url(/template/index/public/54/54-0049/images/jisuan.png) no-repeat center; 
	background-size:100%;
}
.formonebox form {
    padding:23px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
	text-align:center;
}
.formonebox .layui-form-item {
    display: inline-block;
	*display:inline;
    margin-right:20px;
    vertical-align: middle;
	margin-bottom:0;
}
.formonebox form label.layui-form-label{
	width:85px;
	border:none;
	position:relative;
	background:#f5f5f5;
}
.formonebox form label.layui-form-label:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #ddd;
    right: 0;
    top: 11px;
    border-right: 1px solid #eee;
}
.formonebox form input::placeholder{
	color:#f5f5f5;
}
.formonebox .layui-input-block{
	margin-left: 85px;
}
.formonebox input{
	border:none;
	background:#f5f5f5;
}
.formonebox .layui-btn {
    background-color: #d93045;
	padding:0 30px;
	border-radius:5px;
	vertical-align: middle;
	*display:inline;
}
.tit01 {
    position: relative;
    text-align: center;
	margin-bottom:50px;
}
.w960 .tit01 {
	margin-bottom:35px;
}
.tit01 h3 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
}
.w960 .tit01 h3{
	font-size:40px;
}
.tit01 p {
    font-size: 17px;
    color: #777;
    letter-spacing: 10px;
    display: inline-block;
	*display:inline;
	padding:0 10px 0 20px;
    background: #fff;
	position:relative;
	z-index:1;
}
.tit01::after {
    position: absolute;
    content: "";
    width: 500px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 3px;
    left: 50%;
    margin-left: -250px;
    bottom: 11px;
}
.youshi01{
}
.youshi01 li{
	float:left;
	width:32%;
	margin-right:2%;
}
.youshi01 li a {
    display: block;
    position: relative;
    color: #fff;
	cursor: auto;
}
.youshi01 li a img{
	width:100%;
	height:auto;
}
.youshi01 li a div{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
	background:rgba(0, 0, 0, 0.4);
}
.youshi01 li a div span{
	display:block;
	width:90px;
	margin:0 auto;
	padding-top: 65px;
	transition:all .3s;
}
.youshi01 li:hover a div span{
	padding-top:50px;
}
.youshi01 li a div h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 15px 0;
}
.w960 .youshi01 li a div h3 {
    font-size: 16px;
}
.youshi01 li a div p {
    font-size: 14px;
    letter-spacing: 2px;
	opacity:0;
	margin-top:15px;
	transition:all .3s;
}
.youshi01 li:hover a div p {
	margin-top:0;
	opacity:1;
}
.w960 .youshi01 li a div p {
    font-size: 12px;
    letter-spacing: 0px;
}
.youshi01 .prev01, .youshi01 .next01 {
    position: absolute;
    width: 35px;
    height: 72px;
	outline-style: none;
    left: 0;
    top: 50%;
    margin-top: -36px;
	z-index:1;
	cursor:pointer;
	background:url(/template/index/public/54/54-0049/images/prev01.png) no-repeat center;
}
.youshi01 .next01 {
	left:auto;
	right:0;
	background:url(/template/index/public/54/54-0049/images/next01.png) no-repeat center;
}
.numbox{
	margin-top:50px;
}
.numbox li {
    float: left;
    width: 20%;
    text-align: center;
}
.numbox li h3 strong {
    font-size: 50px;
    color: #333;
    font-family: fantasy;
}
.numbox li h3 em {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin-left: 5px;
}
.numbox li p {
    font-size: 16px;
    color: #666;
}
.ourcase{
	background:url(/template/index/public/54/54-0049/images/bg03.jpg) no-repeat right bottom;
	width: 90%;
    padding: 0 5%;
	margin-top:80px;
	position: relative;
}
.ourcase01 {
    width: 73.33%;
    position: relative;
}
.w960 .ourcase01{
	width:77%;
}
.ourcase01 li div{
	padding:50px 0;
}
.ourcase01 li h3 {
    position: relative;
    float:left;
	max-width: calc(100% - 75%);
}
.ourcase01 li h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #d93045;
    bottom: 6px;
    left: 0;
}
.ourcase01 li em {
    color: #333;
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.ourcase01 li strong {
    font-size: 80px;
    opacity: .07;
    font-style: italic;
    font-family: fantasy;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1;
}
.ourcase01 li p {
    float: right;
    width: 70%;
    font-size: 16px;
    color: #999;
    line-height: 1.7;
	height:80px;
	overflow:hidden;
}
.w960 .ourcase01 li p {
    width: 65%;
    font-size: 13px;
}
.ourcase01 li span{
	display:block;
}
.ourcase01 li img{
	width:100%;
	height:auto;
}
.ourcase01 .prev02, .ourcase01 .next02 {
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    position: absolute;
    top: 45px;
    border-radius: 50%;
    right:-80px;
	cursor:pointer;
	outline-style: none;
	line-height: 45px;
    text-align: center;
	background-size:10px !important;
}
.ourcase01 .prev02:hover, .ourcase01 .next02:hover {
	color:#d93045;
	border-color:#d93045;
}
.ourcase01 .swiper-button-disabled{
	opacity:.5;
}
.ourcase01 .next02 {
	right:-170px;
}
.ourcasetit {
    width: 24%;
    position: absolute;
    bottom: 0;
    right: 5%;
	margin-right:1px;
}
.w960 .ourcasetit{
	width: 25.2%;
    right: 0.8%;
}
.ourcasetit img{
	width:100%;
	height:auto;
}
.ourcasetit div {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.ourcasetit h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 25%;
}
.w960 .ourcasetit h2 {
    font-size: 35px;
    padding-top: 60px;
}
.ourcasetit span {
    font-size: 35px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    display: block;
}
.w960 .ourcasetit span {
    font-size: 30px;
}
.ourcasetit a {
    color: #fff;
    display: block;
    width: 160px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 2px;
	transition:all .3s;
}
.ourcasetit a:hover{
	width:200px;
}
.anlibox{
	margin-top:100px;
}
.cattit01{
	text-align:center;
	margin-bottom:50px;
}
.cattit01 li {
    display: inline-block;
	*display:inline;
}
.cattit01 li a {
    padding: 8px 30px;
    border: 1px solid#666;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 6px;
    display: block;
	transition:all .3s;
}
.cattit01 li a:hover
,.cattit01 li.a a{
	border: 1px solid #d93045;
	color:#d93045;
}
.anlibox .tit01::after {
    width: 600px;
    margin-left: -300px;
}
.anlibox02.a{
	display:block;
}
.anli li a {
    display: block;
    position: relative;
	background:#000;
}
.anli li a img{
	width:100%;
	height:auto;
	opacity:.5;
}
.anli li.swiper-slide-active a img{
	opacity:.9;
}
.anli li a div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity:0;
	top:100%;
	transition:all .5s; 
}
.anli li.swiper-slide-active a:hover div {
	opacity:1;
	top:0;
}
.anli li a div em {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    background: #d93045;
    margin: 0 auto;
	margin-top: 15%;
}
.anli li a div h3 {
    text-align: center;
    width: 80%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    margin-top: 80px;
}
.anli .prev03, .anli .next03 {
    position: absolute;
    left: 20px;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
	opacity:.7;
	transition:all .3s;
	background:url(/template/index/public/54/54-0049/images/prev03.png) no-repeat center;
}
 .anli .next03 {
	 left:auto;
	 right:20px;
	 background:url(/template/index/public/54/54-0049/images/next03.png) no-repeat center;
 }
.anli .prev03:hover, .anli .next03:hover {
	opacity:1;
}
.tuijian ul {
    display: flex;
	margin-top:50px;
    justify-content: space-between;
}
.tuijian li a {
    display: block;
    width: 88px;
    height: 88px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
	transition:all .3s;
	color:#666;
}
.tuijian li:hover a {
	border: 1px solid #d93045;
	color:#d93045;
	transform: translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.tuijian li span {
    display: block;
    width: 30px;
    margin: 0 auto;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.tuijian li span img {
    max-width: 100%;
    width: auto;
    height: auto;
	-ms-filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	transition:all .3s;
}
.tuijian li:hover span img {
	-ms-filter:grayscale(0);
	-webkit-filter: grayscale(0);	
	-moz-filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-o-filter:grayscale(0);
}
.tuijian li h3 {
    font-size: 13px;
    margin-top: 5px;
}
.security {
    margin-top: 70px;
	display:none;
}
.security h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 18px;
    color: #d93045;
	margin-bottom:50px;
	background:url(/template/index/public/54/54-0049/images/bg01.png) repeat-x center 10px;
}
.security h2 span {
    display: inline-block;
	*display:inline;
    padding: 0 20px;
    background: #fff;
}
.security h2 p {
    font-size: 16px;
    margin-top: 10px;
	color:#333;
}
.security  .d01{
}
.security li {
    float: left;
    width: 8.333%;
}
.security li a {
    display: block;
    position: relative;
    border-right: 1px solid #eee;
	background:#000;
	transition:all .3s;
}
.security li:hover a {
	background:#d93045;
}
.security li div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.security li h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 15px;
	transition:all .3s;
	color: #fff;
}
.security li h3 span {
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #fff;
    margin-bottom: 5px;
    color: #fff;
	transition:all .3s;
}
.security li:hover h3 span {
	border: 1px solid #fff;
    color: #fff;
}
.security li:hover h3 {
	margin-top:15px;
	color:#fff;
}
.security li p {
    font-size: 14px;
}
.security li img{
	width:100%;
	height:auto;
	opacity:.5;
}
.security li:hover img{
	opacity:.3;
}

.teambox{
	margin-top:70px;
	background:#222;
}
.teambox h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 50px;
    z-index: 2;
    letter-spacing: 5px;
    line-height: 1;
    padding-left: 15px;
    border-left: 7px solid #d93045;
}
.w960 .teambox h2 {
	margin-left:-600px;
}
.teambox h2 span {
    display: block;
    font-size: 100px;
    position: absolute;
    bottom: -17px;
    opacity: .05;
    letter-spacing: 0;
    left: 0;
}
.team01 li {
    padding-top: 115px;
	background:#2b2b2b url(/template/index/public/54/54-0049/images/teambg.png) no-repeat center;
}
.team01 li .d01 {
    width: 42%;
    border: 2px solid #fff;
}
.team01 li .d01 a {
    float: left;
    width: 50%;
    padding: 3px;
    background: #fff;
    box-sizing: border-box;
}
.team01 li .d01 a.a01 {
    display: block;
    width: 100%;
}
.team01 li .d01 a img{
	width:100%;
	height:auto;
}
.team01 li .d02 {
    width: 57%;
    text-align: right;
	position:relative;
}
.team01 li .d02 img {
    width: 68%;
    height: auto;
}
.team01 li .d02 .d03 {
    position: absolute;
    bottom: 35%;
    color: #fff;
    text-align: left;
    left: 14%;
    width: 70%;
}
.team01 li .d02 .d03 {
    position: absolute;
    bottom: 100px;
    color: #fff;
    text-align: left;
    left: 100px;
}
.team01 li .d02 h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
.team01 li .d02 h3 span {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}
.team01 li .d02 .d04 {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.team01 li .d02 .d04 p {
    margin: 7px 0;
    font-size: 18px;
}
.team01 li .d02 ins{
	display:block;
}
.team01 li .d02 ins a
,.team01 li .d02 ins span{
    display: block;
    float: left;
    width: 125px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
	transition:all .3s;
}
.team01 li .d02 ins a:hover{
	background: #d93045;
	border-color:#d93045;
	color:#fff;
}
.team01 li .d02 ins span {
    background: #d93045;
    border-color: #d93045;
    margin-left: 20px;
	cursor:pointer;
}
.team01 li .d02 ins span:hover{
	opacity:.7;
}
.team02 {
    padding-top: 20px;
    margin-top: -21px;
}
.team02 ul{
	
}
.team02 li {
    padding: 30px 0;
    position: relative;
	cursor:pointer;
	background: #222;
    border-top: 1px solid #333;
}
.team02 li::after{
	position:absolute;
	content:"";
	width:100%;
	height:30px;
	top:-15px;
}
.team02 li.swiper-slide-thumb-active::after{
	background: url(/template/index/public/54/54-0049/images/dots02.png) no-repeat center;
}
.team02 li h3 {
    color: #fff;
    font-size: 25px;
	font-weight:bold;
    font-style: italic;
	text-align: center;
	height: 52px;
	line-height:52px;
}
.team02 li.swiper-slide-thumb-active h3 {   
	font-size:40px;
}
.team02 li.swiper-slide-thumb-active p{
	color:#fff;
}
.team02 li p {
    text-align: center;
    color: #999;
    font-size: 16px;
}
.team02 .prev04, .team02 .next04 {
    width: 50px;
    height: 30px;
	left:30px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	z-index:2;
	cursor: pointer;
	opacity:.5;
	background: url(/template/index/public/54/54-0049/images/jd02-1.png) no-repeat center;
}
.team02 .next04{
	right:30px;
	left:auto;
	background: url(/template/index/public/54/54-0049/images/jd02.png) no-repeat center;
}
.tit02 {
    padding: 0 25px;
    padding-bottom: 20px;
}
.tit02 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
    padding-left:40px;
	float:left;
	background: url(/template/index/public/54/54-0049/images/icon02.png) no-repeat left center;
}
.tit02 a.more01 {
    display: block;
    float: right;
    width: 140px;
    height: 38px;
    text-align: center;
    border: 1px solid #d93045;
    color: #d93045;
    line-height: 38px;
    font-size: 16px;
	transition:all .3s;
}
.building {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-top:30px;
	position:relative;
	margin:50px auto;
}
.building .line01
,.building .line02
,.building .line03{
	position:absolute;
	width:106%;
	height:1px;
	left:-3%;
	background:#eee;
	top:100px;
}
.building .line02 {
    top: auto;
    bottom: 110px;
}
.building .line03 {
    top: auto;
    bottom: 55px;
}
.building li {
    float: left;
    width: 33.33%;
}
.building li a {
    display: block;
    position: relative;
    border-right: 1px solid #eee;
    padding: 25px;
	padding-bottom:50px;
}
.building li:last-child a{
	border-color:#fff;
}
.building li a span {
    display: block;
    margin-bottom:25px;
}
.building li a span img{
	width:100%;
	height:auto;
}
.building li a ins {
    display: block;
    position: absolute;
    bottom: 175px;
    left: 0;
    padding: 12px 20px;
    background: #d93045;
    color: #fff;
    font-size: 14px;
    border-radius: 20px 0 20px 0;
}
.building li a div {
    padding: 20px 0;
}
.building li a div h3 {
    font-size: 17px;
    float: left;
    width: calc(100% - 120px);
}
.building li a div em {
    display: block;
    float: right;
    width: 100px;
    font-size: 15px;
    font-style: normal;
	line-height:25px;
	background: url(/template/index/public/54/54-0049/images/jt01.png) no-repeat right center;
}

.develop{
	height:550px;
	position:relative;
	background: url(/template/index/public/54/54-0049/images/bg02.jpg) no-repeat center;
}
.develop::after{
	position:absolute;
	content:"";
	width:100%;
	height:50px;
	bottom:50px;
	left:0;
	background: url(/template/index/public/54/54-0049/images/michi.png) no-repeat center;
}
.tit03 {
    width: 55px;
	padding: 20px 20px 0 13px;
    height: 295px;
    color: #fff;
	transform:translateY(-6px);
	writing-mode: vertical-lr;
	letter-spacing: 2px;
	background: url(/template/index/public/54/54-0049/images/tit02.png) no-repeat center top;
	margin-bottom:105px;
}
.tit03 h2{
	font-size: 35px;
    font-weight: bold;
}
.tit03 h2 span {
    font-weight: normal;
    margin-top: 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.develop01 {
    position: relative; 
    height: 550px;
}
.developul li {
	cursor:pointer;
}
.developul li h3 {
    width: 61px;
    height: 69px;
    text-align: center;
    color: #fff;
    line-height: 69px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}
.developul li::after{
	position:absolute;
	content:"";
	width:1px;
	height:20px;
	background:rgba(255, 255, 255, 0.36);
	left:50%;
	bottom:0;
}
.developul li.a::after{
	display:none;
}
.developul li.a h3 {
	background: url(/template/index/public/54/54-0049/images/icon04.png) no-repeat center;
}
.develop02{
    position: absolute;
    width: 500px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -250px;	
}
.develop02 li {
    display: none;
    position: relative;
    padding: 0px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    height: 200px;
	padding-top:40px;
    box-sizing: border-box;
}
.develop02 li div{
	float:left;
	width:100%;
}
.develop02 li span{
	display:block;
	width:120px;
	float:right;
	margin-top:20px;
}
.develop02 li span img{
	width:100%;
	height:auto;
}
.develop02 li em{
	position:absolute;
	width:28px;
	height:14px;
	left:50%;
	margin-left:-14px;
	bottom:-14px;
	opacity:.7;
	background: url(/template/index/public/54/54-0049/images/down01.png) no-repeat center;
}
.develop02 li h4 {
    font-size: 25px;
    font-weight: bold;
    color: #d93045;
    margin-bottom: 20px;
}
.develop02 li ins {
    display: block;
    font-size: 16px;
}
.develop02 li a {
    display: block;
    font-size: 14px;
    width: 100px;
    height: 30px;
    text-align: center;
    border: 1px solid #d93045;
    line-height: 28px;
    margin-top: 20px;
    color: #d93045;
    border-radius: 5px;
}
.developul .prev05, .developul .next05{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: .5;
    left: 0px;
    bottom: 20px;
	z-index:2;
    top: auto;
	color: #fff;
	position:absolute;
	cursor:pointer;
}
.developul .next05{
	left:auto;
	right:0px;
}
.developul .prev05:hover
, .developul .next05:hover{
	opacity:1;
}

.partnerbox{
	margin:100px auto;
}
.partner01 .p01 {
    float: left;
    width: 40%;
}
.partner01 .p01 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.partner01 .p01 p {
    font-size: 17px;
    margin-top: 20px;
}
.partner01 .p01 ul {
    margin: 70px 0;
}
.partner01 .p01 li {
    float: left;
    width: 33%;
}
.partner01 .p01 li h3 {
    font-size: 35px;
    font-weight: bold;
    color: #d93045;
}
.partner01 .p01 li h3 em {
    font-style: normal;
    font-size: 14px;
    margin-left: 3px;
}
.partner01 .p01 li span {
    display: block;
    font-size: 16px;
    color: #666;
}
.partner01 .p01 a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d93045;
    font-size: 15px;
    color: #d93045;
    border-radius: 30px;
	transition:all .3s;
}
.partner01 .p01 a:hover
,.tit02 a.more01:hover{
	background:#d93045;
	color:#fff;
}
.partner01 .p02 {
    float: right;
    width: 60%;
	text-align:right;
}
.partner01 .p02 img{
	width:auto;
	height:auto;
	max-width:100%;
}
.partner02 ul {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-top: 50px;
}
.partner02 li {
    float: left;
    width: 16.666%;
}
.partner02 li a {
    display: block;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	text-align:center;
	padding:15px 0;
}
.partner02 li:hover a img{
	-ms-filter:grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-o-filter:grayscale(0);
	opacity:1;
}
.partner02 li a img{
	width:60%;
	height:auto;
	-ms-filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	transition:all .3s;
	opacity:.7;
}
.newsbox .tit02{
	padding:0;
}
.newsbox .tit02 h2{
	background: url(/template/index/public/54/54-0049/images/icon03.png) no-repeat left center;
}
.newsbox .tit02 ul{
	margin-top:30px;
}
.newsbox .tit02 li{
	margin-left:20px;
	float:left;
}
.newsbox .tit02 li a {
    display: block;
    position: relative;
    font-size: 15px;
    padding-left: 50px;
	line-height:1;
	border-bottom:1px solid #fff;
}
.newsbox .tit02 li a::after{
	position:absolute;
	content:"";
	width:10px;
	height:2px;
	background:#333;
	left:0;
	top:5px;
}
.newsbox .tit02 li:hover a::after{
	background:#d93045;
}
.newsbox .tit02 li:hover a{
	color:#d93045;
	border-bottom:1px solid #d93045;
}
.news {
    border: 1px solid #eee;
    margin-top: 20px;
}
.news01 {
    width: 36%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.news01 li {
    border-bottom: 1px solid #eee;
	box-sizing:border-box;
}
.news01 li:last-child {
	border:none;
}
.news01 li a {
    display: block;
	transition:all .3s;
}
.news01 li:hover a {
	background:#c7293d;
}
.news01 li a span {
    display: block;
    font-size: 13px;
    color: #999;
    float: left;
    padding: 35px 20px;
    text-align: center;
	transition:all .3s;
}
.w960 .news01 li a span{
	padding:30px 20px;
}
.news01 li a span em {
    display: block;
    font-size: 25px;
    font-style: normal;
    line-height: 1.3;
	color:#333;
	transition:all .3s;
}
.news01 li:hover a span
,.news01 li:hover a span em
,.news01 li:hover a h3
,.news01 li:hover a p {
	color:#fff;
}
.news01 li a div {
    float: right;
    width: calc(100% - 75px);
    padding: 35px;
    position: relative;
    box-sizing: border-box;
}
.w960 .news01 li a div{
	padding:30px;
}
.news01 li a div ins{
	display:block;
	z-index:1;
	position:relative;
}
.news01 li a div::after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:-10px;
	top:0;
	background: #d93045;
	opacity:0;
	transition:all .4s;
}
.news01 li:hover a div::after{
	opacity:1;
	transform:translateY(10px);
	-ms-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	-o-transform:translateY(10px);
}
.news01 li a div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    line-height: 1.8;
	height:64px;
	overflow:hidden;
}
.news01 li a div p {
    font-size: 16px;
    color: #999;
    margin-top: 27px;
}
.news01 li a div p em{
	display:block;
	float:right;
	width:37px;
	height:18px;
	margin-right: 20px;
	opacity:0;
	transition:all .3s;
	background: url(/template/index/public/54/54-0049/images/newsjt.png) no-repeat right center;
}
.news01 li:hover a div p em{
	opacity:1;
	margin-right:0;
}
.news02 {
    width: 64%;
}
.news02 li a{
	display:block;
	background:#fff;
}
.news02 li a div {
    width: calc(100% - 407px);
    float: left;
    box-sizing: border-box;
    padding: 125px 45px 0 45px;
}
.w960 .news02 li a div {
    width: calc(100% - 385px);
    padding: 100px 30px 0 30px;
}
.news02 li a div ins {
    display: block;
    width: 90px;
    border: 1px solid #d93045;
    border-radius: 5px;
    padding: 2px 0 2px 10px;
    text-align: center;
    font-size: 16px;
    color: #d93045;
	position:relative;
	margin-bottom:20px;
}
.news02 li a div ins em {
    display: block;
    width: 7px;
    height: 7px;
    background: #d93045;
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.news02 li a div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
	transition:all .3s;
}
.news02 li:hover a div h3 {
    color: #d93045;
}
.news02 li a div p {
    font-size: 15px;
    color: #999;
    margin-top: 30px;
}
.w960 .news02 li a div p{
	font-size:12px;
}
.news02 li a div strong {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-top: 50px;
	width:90px;
	transition:all .3s;
	background: url(/template/index/public/54/54-0049/images/jt04.png) no-repeat right center;
}
.news02 li a div strong:hover {
	width:110px;
}
.news02 li a span {
    display: block;
    position: relative;
    width: 407px;
	float:right;
}
.w960 .news02 li a span{
	width:385px;
}
.news02 li a span img {
    width: 100%;
    height: auto;
    left: 0 !important;
    margin-left: 0 !important;
}
.news02 li a span em{
	position:absolute;
	left:0;
	width:30px;
	height:30px;
	background:#fff;
	left:-15px;
	top:50%;
	margin-top:-21px;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.news02 .more02 {
    font-size: 16px;
    display: block;
    position: absolute;
    width: calc(100% - 407px);
    bottom: 0;
    text-align: center;
    padding: 15px 0;
	z-index:2;
    border-top: 1px solid #eee;
}
.news02 .more02 span{
	display:inline-block;
	*display:inline;
	vertical-align:middle;
}
.news02 .more02 em{
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	width:20px;
    height: 30px;
	margin-left:10px;
	transition:all .3s;
	background: url(/template/index/public/54/54-0049/images/jt01.png) no-repeat right center;
}
.news02 .more02:hover{
	color:#d93045;
}
.news02 .more02:hover em{
	margin-left:30px;
}
.news02 .prev-xw, .news02 .next-xw {
	position:absolute;
	z-index:1;
    top: 0;
    margin-top: 0;
    height: 62px;
    border-bottom: 1px solid #eee;
    line-height: 62px;
    opacity: 1;
    background-color: transparent;
    color: #333;
    font-size: 0;
	left:0;
	box-sizing:border-box;
	background: url(/template/index/public/54/54-0049/images/jt0401.png) no-repeat center;
	cursor:pointer;
}
.news02 .next-xw {
	left:auto;
	right:407px;
	border-left:1px solid #eee;	
	background: #fff url(/template/index/public/54/54-0049/images/jt04.png) no-repeat center;
}
.process{
	margin-top:80px;
	position:relative;
}
.process h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 70px;
	background: #fff url(/template/index/public/54/54-0049/images/titibg33.png) no-repeat center;
}
.process li {
    float: left;
    width: 14.28%;
    text-align: center;
}
.process li span {
    display: block;
    width: 65px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.process li span img{
	width:auto;
	height:auto;
	max-width:65px;
}
.process li h3 {
    font-size: 16px;
    margin-top: 20px;
}
.process li p {
    color: #999;
    font-size: 14px;
}
.process li em {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 auto;
    background: #fff;
    font-size: 18px;
    color: #999;
    margin-top: 20px;
	position: relative;
    z-index: 1;
	font-style:normal;
}
.process ins {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 21px;
    background: #eee;
    height: 1px;
}
.footer{
	background:#fff url(/template/index/public/54/54-0049/images/ftbg.jpg) no-repeat center bottom;
	padding-top:70px;
	margin-top:80px;
}
.ftcon01 {
    width: 25%;
}
.w960 .ftcon01{
	width:30%;
}
.ftit {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.ftit em {
    margin-right: 5px;
    color: #fff;
    -webkit-text-stroke-width: inherit;
    font-size: 20px;
}
.ftcon01 p em {
    display: block;
    font-style: normal;
	font-size:12px;
}
.ftcon01 p {
    color: #fff;
    font-size: 20px;
	padding-left:30px;
	margin-bottom:30px;
	background:url(/template/index/public/54/54-0049/images/tel02.png) no-repeat left top;
}
.ftcon01 .p02{
	font-size:15px;
	background:url(/template/index/public/54/54-0049/images/add01.png) no-repeat left top;
}
.ftcon01 p ins{
	display:block;
	margin-top:10px;
}
.ftcon01 ul {
    padding-left: 20px;
}
.ftcon01 li {
    float: left;
    margin-right: 5px;
	position: relative;
}
.ftcon01 li a {
    display: block;
    width: 30px;
    height: 30px;
	background:url(/template/index/public/54/54-0049/images/qq01.png) no-repeat center;
	transition:all .3s;
	opacity:.3;
}
.ftcon01 li.l02 a{
	background:url(/template/index/public/54/54-0049/images/qq02.png) no-repeat center;
}
.ftcon01 li.l03 a{
	background:url(/template/index/public/54/54-0049/images/wb01.png) no-repeat center;
}
.ftcon01 li:hover a{
	opacity:1;
}
.ftcon01 li.l02 ins {
    display: block;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    transition: all .3s;
    top: 67px;
    opacity: 0;
    z-index: -1;
}
.ftcon01 li.l02:hover ins {
	opacity:1;
	top:40px;
	z-index:2;
}
.ftcon01 li.l02 ins img{
	width:100%;
	height:auto;
}
.ftcon01 li.l02 ins em {
    display: block;
    font-size: 20px;
    position: absolute;
    color: #fff;
    top: -18px;
    left: 51px;
}
.ftcon02 {
    width: 50%;
}
.ftcon02 ul li.nav-li-1 {
    float: left;
    width: 20%;
}
.ftcon02 ul li a.nav-a-1 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
	margin-bottom:10px;
	display: block;
}
.ftcon02 ul li ul li a {
    font-size: 13px;
    display: block;
    color: #666;
    padding: 2px 0;
}
.footer a:hover{
	color:#fff;
}
.ftcon03 span {
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
.ftcon03 span img {
    width: 115px;
    height: auto;
	float:left;
}
.ftcon03 span p {
    writing-mode: vertical-lr;
    float: right;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 16px 0;
    margin: 0 8px;
}
.copy {
    padding: 25px 0;
    margin-top: 70px;
    border-top: 1px solid rgba(51, 51, 51, 0.64);
}
.copy .default-copyright {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 10px;
}
.copy .default-copyright a {
    color: #999;
	transition:all .3s;
	font-size:10px;
}
.copy .default-copyright a:hover{
    color: #fff;
}
.copy .links{
	text-align:center;
}
.copy .links li {
    display: inline-block;
	*display:inline;
    margin-right:10px;
    color: #666;
    font-size: 12px;
}
.copy .links li a{
	display: block;
	color:#666;
}
.copy .links li:hover a{
	color:#fff;
}
.floatcon {
    position: fixed;
    top: 40%;
    right: 0;
	z-index:10;
}
.floatcon li{
	margin-bottom:5px;
	position:relative;
}
.floatcon li a {
    display: block;
    width: 65px;
    height: 65px;
    background: #d93045;
    border-radius: 5px;
    color: #fff;
	position:relative;
	z-index:2;
}
.floatcon li a:hover {
	background: #c11f33;
}
.floatcon li.l01 div {
    width: 200px;
    height: 65px;
    background: #c11f33;
    right:-200px;
    position: absolute;
    top: 0;
    border-radius: 5px 0 0 5px;
    line-height: 65px;
    font-size: 25px;
    text-align: center;
    opacity: 0;
	transition:all .3s;
	color:#fff;
}
.floatcon li.l01:hover div {
    right: 61px;
	opacity:1;
}
.floatcon li a p {
    font-size: 12px;
    text-align: center;
    padding-top: 40px;
	background:url(/template/index/public/54/54-0049/images/tel03.png) no-repeat center 13px;
}
.floatcon li.l02 a p{
	background:url(/template/index/public/54/54-0049/images/price.png) no-repeat center 13px;
}
.floatcon li.l03 a p{
	background:url(/template/index/public/54/54-0049/images/sao.png) no-repeat center 13px;
}
.floatcon li.l04 a{
	background:#d93045 url(/template/index/public/54/54-0049/images/top.png) no-repeat center;
}
.floatcon li.l04 a:hover{
	background-color:#c11f33;
}
.floatcon li  ins {
    display: block;
    position: absolute;
    width: 120px;
    right: -200px;
    bottom: 0;
	z-index:-1;
    border: 1px solid #d93045;
	opacity: 0;
}
.floatcon li:hover a ins {
	right:80px;
	opacity:1;
	z-index:1;
}
.floatcon li a ins img{
	width:100%;
	height:auto;
}
.floatcon li a em {
    display: block;
    position: absolute;
    right: -22px;
    bottom: 2px;
    font-size: 35px;
    color: #d93045;
}
.erweima {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 102;
    display: none;
	background:url(/template/index/default/images/bg02.png);
}
.erweima .erweima-1{
    width: 300px;
    background: #fff;
    z-index: 102;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}
.erweima .erweima-1 img{
	width:100%;
	height:auto;
}
.erweima .close {
    display: block;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: 2px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
}
.floatform {
    position: fixed;
    width: 730px;
    height: 460px;
    background: #d93045;
    left: 50%;
    margin-left: -365px;
    top: 50%;
    margin-top: -230px;
	z-index:10;
	background:#d93045 url(/template/index/public/54/54-0049/images/kuan01.png) no-repeat center;
	display:none;
}
.floatform h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-top: 55px;
}
.floatform p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 9px;
	margin:10px 0;
}
.floatform p strong {
    font-size: 27px;
}
.floatform form label{
	display:none;
}
.floatform form {
    width: 420px;
    margin: 0 auto;
}
.floatform .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
}
.floatform .layui-form-pane .layui-input{
    border-radius: 0;
    background-color: transparent;
    line-height: 48px;
    height: 48px;
    border: 1px solid #ef6072;
	color:#fff;
}
.floatform .layui-form-pane .layui-input:hover{
	border:1px solid #fff;
}
.floatform .layui-form-pane .layui-input::placeholder{
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
}
.floatform .layui-btn {
    width: 175px;
    display: block;
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    color: #d93045;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
	margin: 0 auto;
}
.floatform .close01 {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 36px;
    font-size: 24px;
	cursor:pointer;
	transition:all .3s;
    -webkit-text-stroke-width: inherit;
}
.floatform .close01:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.floatorder {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	display:none;
}
.floatorder .d01 {
    position: absolute;
    width: 500px;
    background: #fff;
    left: 50%;
    margin-left: -250px;
    z-index: 1;
    top: 50%;
    padding: 50px;
    transform: translateY(-50%);
}
.floatorder .d01 ins {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #d93045;
    color: #fff;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    border: 5px solid #fff;
    box-sizing: border-box;
}
.floatorder h2 {
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin:20px 0;
}
.floatorder form label{
	display:none;
}
.floatorder .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
}
.floatorder .layui-btn {
    background-color: #d93045;
    display: block;
    width: 100%;
}
.floatorder .close01{
	display: block;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: 2px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
}

/*--------------list-about---------------*/
.aboutban img{
	width:100%;
	height:auto;
}
.list-about01{
	position:relative;
	margin-top:80px;
}
.about01{
	float:left;
	width:60%;
	position:absolute;
	left:0;
	bottom:0;
}
.about01 h2{
	font-size:18px;
	margin-bottom:80px;
}
.about01 h2 em {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    width: 60px;
    margin-bottom: 14px;
    line-height: 1.2;
}
.about01 .d01 {
    background: #f5f5f5;
    padding:50px 100px;
}
.about01 .d01 h3 {
    font-size:20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #d93045;
    position: relative;
	padding-left:130PX;
}
.about01 .d01 h3::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #d93045;
    top: 15px;
    left: 0;
}
.about01 div {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.about01 div p{
	margin-bottom: 20px;
}
.list-about02{
	padding-top:100px;
	margin-top:50px;
	background:url(/template/index/public/54/54-0049/images/abbg01.jpg) no-repeat center;
}
.list-about01 .d02{
	float:right;
	width:40%;
}
.list-about01 .d02 img{
	width:100%;
	height:auto;
}
.list-about02 .ab01{
	margin-top:12%;
	width:50%; 
}
.list-about02 .ab02{
	width:45%; 
}
.list-about02 .ab01 li{
	text-align:center;
	float:left;
	width:20%;
	cursor:pointer;
}
.list-about02 .ab01 li span{
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	margin:0 auto;
}
.list-about02 .ab01 li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 2px;
}
.list-about02 .ab01 li img{
	width:100%;
	height:auto;
}
.list-about02 .ab02 {
    background: #fff;
    padding:80px;
    box-sizing: border-box;
}
.list-about02 .ab02 ul {
    border: 10px solid #eee;
}
.list-about02 .ab02 li{
	height:330px;
}
.list-about02 .ab02 li h3{
	padding:0 50px;
	margin-top:50px;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
	text-align:center;
}
.list-about02 .ab02 li div {
    padding: 0 50px;
    font-size: 14px;
    color: #666;
}
.list-about02 .ab02 .prev, .list-about02 .ab02 .next {
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    opacity: .5;
    background-color: transparent;
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    top: auto;
    margin-top: 0;
}
.list-about02 .ab02 .next {
	margin-left:10px;
}
.zongzhi{
	text-align:center;
	margin-top:100px;
}
.zongzhi h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
}
.zongzhi p{
	font-size:20px;
	color:#999;
	margin-top:30px;
}
.list-about03 {
    padding:100px 0;
	background:url(/template/index/public/54/54-0049/images/bg__pattern--dot.png);
}
.list-about03 h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.list-about03 h2 p {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    letter-spacing: 10px;
}
.list-about03 .d01 li {
    font-size: 16px;
	float:left;
	width:33.3%;
	padding:50px 0;
	text-align:center;
	position:relative;
}
.list-about03 .d01 li em {
    display: block;
    font-size: 100px;
    color: #d02f43;
    font-weight: bold;
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 34px;
    opacity: .05;
}
.list-about03 .d01 li span {
    display: block;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list-about03 .d01 li img{
	width:100%;
	height:auto;
}
.list-about03 .d01 li h3{
	padding:0 50px;
	font-size:20px;
}
.list-about04{
	padding:100px 0;
}
.list-about04 .d01 {
    width: 35%;
    position: relative;
}
.list-about04 .d01 h2 {
    position: absolute;
    font-size: 45px;
    color: #fff;
    top: 50%;
    text-align: center;
    width: 100%;
    line-height: 50px;
    height: 50px;
    margin-top: -25px;
    font-weight: bold;
    letter-spacing: 2px;
}
.list-about04 .s01 img{
	width:100%;
	height:auto;
}
.list-about04 .d02 {
    width: 60%;
    height: 500px;
    padding:35px 0;
	position: relative;
	box-sizing: border-box;
	padding-right: 0;
}
.list-about04 .d02 .d03{
	height: 465px;
	 overflow-y: scroll;
	 padding-right:35px;
	 padding-left:50px;
}
.list-about04 .d02::before{
	position:absolute;
	content:"";
	height:100%;
	left:13px;
	top:0;
	width:4px;
	background:#333;
}
.list-about04 .d02::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 10px solid #d93045;
}
.list-about04 .d02 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #eee;
}
.list-about04 .d02 li strong {
    display: block;
    float: left;
    width: 100px;
    font-size: 25px;
    color: #d93045;
    position: relative;
}
.list-about04 .d02 li strong::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #333333;
    top: 16px;
    left: -33px;
}
.list-about04 .d02 li div {
    float: right;
    width: calc(100% - 100px);
    font-size: 15px;
}
.list-about04 .d02 li div p {
    line-height: 1.8;
    position: relative;
	padding-left:15px;
	color: #999;
}
.list-about04 .d02 li div p::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 11px;
    background: #d93045;
    border-radius: 50%;
}
.list-about04 .d02 .d03::-webkit-scrollbar {
    width: 2px;
    background: #eee;
}
.list-about04 .d02 .d03::-webkit-scrollbar-thumb {
    width: 5px;
    background: #d93045;
}

.float-nav{
	left:50px;
	top:50%;
	border-left:1px solid #ddd;
	padding:15px 0 15px 30px;
	position:fixed;
	transition: all .3s;
	z-index:10;
}
.float-nav.a{
	transition: all .5s cubic-bezier(.25,0,0,1);
    -webkit-transition: all .5s cubic-bezier(.25,0,0,1);
    -moz-transition: all .5s cubic-bezier(.25,0,0,1);
    -ms-transition: all .5s cubic-bezier(.25,0,0,1);
    -o-transition: all .5s cubic-bezier(.25,0,0,1);
	top:20%;
}
.w960 .float-nav{
	left:10px;
	padding-left:22px;
}
.float-nav::after, .float-nav::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    border: 1px solid #ccc;
    top: -14px;
    left: -7px;
}
.float-nav::before{
	top:auto;
	bottom:-14px;
}
.float-nav li {
    margin: 10px 0;
}
.float-nav li a{
	display:block;
	font-size:14px;
	position:relative;
	color:#999;
}
.float-nav li.a a
,.float-nav li:hover a{
	color:#d93045;
}
.float-nav li.a a::after{
	position: absolute;
    content: "";
    width: 22px;
    height: 12px;
    top: 5px;
    left: -30px;
	background:url(/template/index/public/54/54-0049/images/nav-inside-arrow.png) no-repeat center;
}
.float-nav li a span{
	display:none;
}


/*-------------------list-case--------------------------*/
.banner01{
	position:relative;
	background:#000;
}
.banner01 .page-cattit {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.banner01 .page-cattit h2 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
	text-align:center;
	background:url(/template/index/public/54/54-0049/images/titibg33.png) no-repeat center 20px;
}
.banner01 .page-cattit h2 span {
    display: block;
    font-size: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
	font-weight:normal;
}
.banner01 img{
	width:100%;
	height:auto;
}
.list-case{
	/*
	margin-top:30px;
	*/
}
.tdy-screening-list a:hover{
	color:#d93045;
}
.tdy-screening-list a.a {
    background:#d93045;
    color: #fff !important;
}
/*--------------list-news---------------*/
.list-news{
	margin-top:80px;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.list-news li{
	float:left;
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
}
.list-news li a {
    display: block;
    padding: 25px;
    border: 1px solid #eee;
	transition:all .3s;
}
.list-news li a:hover {
	border: 1px solid #d93045;
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.list-news li a div h4 {
    font-size: 15px;
    color: #aaa;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.list-news li a div h4 em{
	font-style:normal;
}
.list-news li a div h3 {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
	transition:all .3s;
}
.list-news li:hover a div h3 {
	color:#d93045;
}
.list-news li a span {
    display: block;
    margin-top: 10px;
	background:#000;
}
.list-news li a span img {
    width: 100%;
    height: auto;
    opacity: .8;
}
/*-------------view-news--------------*/
.view-news{
	width:70%;
	padding:5% 15%;
	background:#fff;
	margin-top:50px;
}
.view-news .view-tit01 {
    font-size: 16px;
    color: #aaa;
}
.view-news .view-tit01 a {
    font-style: normal;
	color:#aaa;
	transition:all .3s;
}
.view-news .view-tit01 a:hover{
	color:#d93045;
}
.view-news .view-title {
    font-size: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}
.fanye{
	padding-top:20px;
	border-top:1px solid #eee;
	margin-top:20px;
}
.fanye p {
    margin-bottom: 10px;
	width:45%;
}
.fanye p.r{
	text-align:right;
}
.fanye p span {
    display: inline-block;
	*displau:inline;
	vertical-align:middle;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    color: #ccc;
    border-radius: 3px;
	transition:all .3s;
}
.fanye p a {
    display: inline-block;
	*displau:inline;
	vertical-align:middle;
    font-size: 16px;
    color: #999;
	transition:all .3s;
}
.fanye p:hover span {
	border:1px solid #d93045;
	color:#d93045;
}
.fanye p:hover a{
	color:#d93045;
}
.relatedcase {
    margin-top: 50px;
}
.relatedcase h2 {
    font-size: 20px;
    font-weight: bold;
    color: #d93045;
    margin-bottom: 30px;
}
.relatedcase h2 em {
    color: #d93045;
    margin-right: 5px;
    font-size: 20px;
    -webkit-text-stroke-width: inherit;
}
.relatedcase h2 a {
    display: block;
    float: right;
    width: 100px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #d93045;
    color: #d93045;
	transition:all .3s;
}
.relatedcase h2 a:hover{
	background:#d93045;
	color:#fff;
}
.relatedcase li a {
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
	transition:all .3s;
}
.relatedcase li a span{
	display: block;
}
.relatedcase li a span img {
    width: 100%;
    height: auto;
}
.relatedcase li a h3 {
    text-align: center;
    font-size: 18px;
    margin-top:20px;
    font-weight: bold;
	transition:all .3s;
}
.relatedcase li:hover a{
	border:1px solid #d93045;
}
.relatedcase li:hover a h3 {
	color: #d93045;
}
.relatedcase .prev06, .relatedcase .next06 {
    width: 30px;
    height: 60px;
    color:#fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    background: #d93045;
    z-index: 1;
	line-height:60px;
	text-align:center;
	cursor:pointer;
}
.relatedcase .next06 {
	left:auto;
	right:0;
}
/*-------------------list-hotbuild------------*/

.list-nav{
	text-align:center;
}
.list-nav {
    text-align: center;
    margin: 10px 0;
}
.list-nav li{
	display:inline-block;
	*display:inline;
	margin:0 10px;
	padding:10px 0;
}
.list-nav li a{
	display:block;
	font-size:15px;
	padding:5px 20px;
	border: 1px solid #fafafa;
}
.list-nav li:hover a
,.list-nav li.a a{
	border: 1px solid #d93045;
    color: #d93045;
    border-radius: 5px;
	background:#fff;
}
.list-hotbuild{
	margin-top:50px;
}
.list-hotbuild li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.list-hotbuild li a {
    display: block;
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
	padding-bottom: 0;
	transition:all .3s;
}
.list-hotbuild li:hover a {
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	box-shadow:0 10px 10px #eee;
	background:#fff;
}
.list-hotbuild li a span{
	display: block;
}
.list-hotbuild li a span img{
	width: 100%;
    height: auto;
}
.list-hotbuild li a ins{
	display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    background: #d93045;
    color: #fff;
    font-size: 14px;
    border-radius: 20px 0 20px 0;
}
.list-hotbuild li a ins p {
    padding: 0 20px;
	margin:5px 0;
}
.list-hotbuild li a div{
	padding: 20px 0;
}
.list-hotbuild li a div h3{
	font-size: 17px;
    float: left;
    width: calc(100% - 120px);
}
.list-hotbuild li a div em{
	display: block;
    float: right;
    width: 100px;
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
	background: url(/template/index/public/54/54-0049/images/jt01.png) no-repeat right center;
}
/*-------------------view-case-good------------*/

.view-case-good01{
	background:#1d2124;
}
.view-case-good01 span {
    display: block;
    float: left;
    width: 60%;
    position: relative;
}
.view-case-good01 span img {
    width: 100%;
    height: auto;
	opacity:.7;
}
.view-case-good01 span h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    top: 50%;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 100px;
    height: 100px;
    margin-top: -50px;
}
.view-case-good01 div.d01 {
    float: right;
    width: 35%;
    padding-left: 5%;
    padding-top:8%;
    color: #fff;
}
.goos-tit{
	position:relative;
	margin-bottom:50px;
}
.goos-tit h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.goos-tit strong {
    font-size: 100px;
    font-style: italic;
    opacity: .1;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}
.view-case-good01 div ul li {
    font-size: 16px;
    color: #999;
    padding: 7px 0;
}
.view-case-good01 div ul li em{
	font-style:normal;
	color:#fff;
}
.view-case-good02{
	position:relative;
	padding:100px 0;
}
.view-case-good02 .goos-tit{
	width:30%;
	position:absolute;
	left:0;
	text-align:center;
	top:50%;
	margin-top:-60px;
}
.view-case-good02 .goos-tit h1{
	color:#333;
}
.view-case-good02 .article{
	float:right;
	width:65%;
}
.view-case-good03{
	padding-top:100px;
	background:#2b2b2b url(/template/index/public/54/54-0049/images/teambg.png) no-repeat center;
}
.view-case-good03 .d01{
	float:left;
	width:40%;
}
.view-case-good03 .wp{
	position:relative;
}
.view-case-good03 .d01 img{
	width:100%;
	height:auto;
}
.view-case-good03 .d02 {
    float: right;
    width: 55%;     
}
.view-case-good03 .d03 {
	 height: 450px;
     overflow-y: scroll;
}
.view-case-good03 .d03::-webkit-scrollbar-thumb {
    width: 5px;
    background: #fff;
}
.view-case-good03 .d03::-webkit-scrollbar {
    width: 2px;
    background: #555;
}
.view-case-good03 .d02 h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
	margin-bottom: 10px;
}
.view-case-good03 .d02 h2 span {
    width: 120px;
    line-height: 36px;
    display: inline-block;
	*display:inline;
    background: #d93045;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    margin-left: 10px;
	cursor:pointer;
	transition:all .3s;
	vertical-align:middle;
	border-radius: 20px;
}
.view-case-good03 .d02 h2 span:hover{
	background:#fff;
	color:#d93045;
}
.view-case-good03 .d02 .d02-1 {
    font-size: 16px;
    color: #999;
    padding-top: 20px;
    border-top: 1px dotted #333;
    margin-top: 20px;
    line-height: 1.8;
}
.view-case-good03 .d02 .d02-1 h3 {
    font-size: 20px;
    color: #d93045;
    margin-bottom: 10px;
}
.scroll {
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 11px;
    z-index: 10;
    position: absolute;
    bottom: 70px;
    right: 20px;
}
.scroll span {
    display: block;
    background: #fff;
    width: 3px;
    height: 7px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: scroll 1s infinite;
    -moz-animation: scroll 1s infinite;
    -o-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
}
.list-about04 .d02 .scroll {
    border: 2px solid #d93045;
}
.list-about04 .d02 .scroll span{
	background: #d93045;
}
@-webkit-keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@-moz-keyframes scroll{
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@-o-keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
@keyframes scroll {
  0%{ top: 5px; }
  50%{ top: 9px; }
  100%{ top: 5px; }
}
.view-casebox {
    margin: 80px 0 100px 0;
}
.view-casebox .title{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}
.view-case01 {
    padding: 40px 0;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
}
.view-case-good04 ins {
    display: block;
    top: 20px;
    color: #d93045;
    font-size: 15px;
    text-align: center;
}
.view-case-good04 ins em {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    width: 40px;
    background: #d93045;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 auto;
	margin-bottom: 5px;
	cursor:pointer;
	transition:all .3s;
}
.view-case-good04 ins em:hover{
	background:#b91c30;
}
.view-case01 li span{
	display:block;
	height:500px;
	line-height:500px;
	text-align:center;
}
.view-case01 li span img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:500px;
}
.view-case02 {
    padding: 30px 0;
    margin-top: -35px;
}
.view-case02 li.swiper-slide-thumb-active span {
    border: 1px solid #d93045;
}
.view-case02 li span{
	display:block;
	padding:10px;
	border:1px solid #eee;
	background:#fff;
}
.view-case02 li img{
	width:100%;
	height:auto;
}
.view-case02 ul{
	margin-top:20px !important;
}
.view-case02 .swiper-pagination {
    top: 0;
    color: #d93045;
    font-size: 16px;
    height: 20px;
}
.view-case02 .swiper-pagination span{
	color:#d93045;
}
.view-case-good04{
	padding:100px 0;
	background:#f9f9f9;
}
.view-casebox01 .swiper-button-next, .view-casebox01 .swiper-button-prev {
    background: none;
    color: #d93045;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    left: 20px;
    font-size: 16px;
    border: 1px solid #d93045;
	cursor:pointer;
	outline-style: none;
}
.view-casebox01 .swiper-button-next {
	left:auto;
	right:20px;
}
.view-case-good04 .backlist{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s;
    z-index: 3;
    box-shadow: 0 7px 10px rgba(49, 61, 66, 0.1);
}
.view-case-good04 .backlist{
	color:#d93045;
}

/*-----------list-design----------------*/
.list-design {
    margin-top: 50px;
}
.list-design li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.list-design li.l03{
	border-right:none;
}
.list-design li a {
    display: block;
    width: 70%;
    padding: 15%;
    background: #fff;
    position: relative;
}
.list-design li a span {
    display: block;
    margin: 0 auto;
}
.list-design li a span img{
	width:100%;
	height:auto;
}
.list-design li a div {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    margin-left: -70px;
    bottom: 5%;
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.1);
	transition:all .3s;
}
.list-design li:hover a div {
	box-shadow:none;
	background:#d93045;
	color:#fff;
	bottom:50%;
	transform: translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	-o-transform:translateY(50%);
}
.list-design li a div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top:30px;
}
.list-design li div h3 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
}
/*--------------view-design------------------*/
.view-design{
	background:url(/template/index/public/54/54-0049/images/teambg02.jpg) no-repeat center;
	background:#333;
	background-attachment: fixed;
}
.view-design .wp {
    padding: 50px 100px;
    box-sizing: border-box;
	position:relative;
	min-height:960px;
}
.view-design .default-article-content p{
	margin:0;
	color:#999;
}
.view-design .design-intro{
	width:55%;
}
.view-design .design-intro h3 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
	color:#fff;
}
.view-design .design-intro h3 em {
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    padding: 7px 20px;
    background: #d93045;
    color: #fff;
    border-radius: 30px;
    margin-left: 10px;
    transform: translateY(-6px);
	-ms-transform:translateY(-6px);
	-moz-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
	-o-transform:translateY(-6px);
}
.view-design .cover01 {
    width: 35%;
    position: absolute;
    height: 100%;
    background: #d93045;
    right: 0;
    top: 0;
    padding: 5%;
    box-sizing: border-box;
}
.view-design .cover01 img{
	width:100%;
	height:auto;
	margin-top:50px;
}
.view-design .cover01 ins {
    display: block;
    width: 140px;
    line-height: 40px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    cursor:pointer;
	transition:all .3s;
}
.view-design .cover01 ins:hover{
	background:#fff;
	color:#d93045;
}
.view-design .cover01 .back01 {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c12a3d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all .3s;
}
.view-design .cover01 .back01:hover{
	background:#982230;
}
.view-design .cover01 .biaoyu01 {
    text-align: center;
    border: 10px solid #c12a3d;
    padding: 30px 10px;
    margin-top: 50px;
    color: #fff;
}
.view-design .cover01 .biaoyu01 h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: fantasy;
}
.view-design .cover01 .biaoyu01 h3 span{
	width:50px;
	height:50px;
	margin:0 auto;
	display:block;
	border-radius:50%;
	margin-bottom:10px;
	background:#fff url(/template/index/public/54/54-0049/images/tel01.png) no-repeat center;
}
.view-design .cover01 .biaoyu01 p {
    font-size: 15px;
    letter-spacing: 7px;
}
.view-design  .anli-fanye {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.view-design .anli-fanye p a span
,.view-design .anli-fanye p:hover a span{
    background: #fff;
	color:#d93045;
}
.view-design .anli-fanye p a {
    color: #fff;
}
.hisworks h2{
	text-align:center;
	font-size:35px;
	margin:50px 0;
	font-weight:bold;
	color:#333;
	background:url(/template/index/public/54/54-0049/images/titibg33.png) no-repeat center;
}
.hisworks li {
    float: left;
    width: 24%;
    margin-right: 1.32%;
    margin-bottom: 2%;
}
.hisworks li a {
    display: block;
    padding: 10px;
    border: 1px solid #eee;
	transition:all .3s;
}
.hisworks li:hover a {
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.hisworks li a span{
	display:block;
}
.hisworks li a span img{
	width:100%;
	height:auto;
}
.hisworks li a div h3 {
    font-size: 15px;
    margin: 5px 5px;
    margin-top: 15px;
}
.hisworks li a div p {
    font-size: 14px;
    color: #999;
}
.hisworks li a div p em {
    font-style: normal;
    margin: 0 5px;
}
.hisworks li a div p ins {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d93045;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #d93045;
	transition:all .3s;
}
.hisworks li a:hover div p ins {
	background: #d93045;
	color:#fff;
}

/*--------------view-vrshow--------------*/
.view-vrshow{
	position:relative;
}
.view-vrshow .pub{
	position:absolute;
	right:50px;
	top:30px;
	z-index:2;
}
.view-vrshow .default-article-content p{
	margin:0;
}
.view-vrshow .default-article-content p iframe{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0;
	top:0;
}
.view-vrshow ins.down {
    width: 200px;
    height: 50px;
    position: absolute;
    display: block;
    background: #fff;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
    z-index: 1;
    left: 50%;
	text-align:center;
    margin-left: -100px;
	bottom:0;
	cursor:pointer;
}
/*---------------list-brand-------------------*/
.list-brand {
    background: #fafafa;
}
.list-brand .brand01 {
    width: 65%;
    border-right: 1px solid #eee;
    background: #fff;
    padding: 50px 0;
	padding-right: 5%;
	box-sizing: border-box;
}
.list-brand .brand01 li {
    margin-bottom: 25px;   
}
.list-brand .brand01 li a{
	display:block;
	padding:25px;
	border: 1px dotted #eee;
	transition:all .3s;
}
.list-brand .brand01 li:hover a{
	border: 1px solid #d93045;
}
.list-brand .brand01 li a span {
    display: block;
    float: left;
    width: 160px;
}
.list-brand .brand01 li a span img{
	width:100%;
	height:auto;
}
.list-brand .brand01 li a div {
    float: left;
	margin-left:20px;
    width: calc(100% - 280px);
}
.list-brand .brand01 li a div h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
	transition:all .3s;
}
.list-brand .brand01 li:hover a div h3 {
	color:#d93045;
}
.list-brand .brand01 li a div p{
	margin:10px 0;
	color:#999;
	font-size:13px;
}
.list-brand .brand01 li a em {
    display: block;
    float: right;
    width: 80px;
    line-height: 22px;
    border: 1px solid #d93045;
    text-align: center;
    font-style: normal;
    color: #d93045;
    margin-top: 23px;
	transition:all .3s;
}
.list-brand .brand01 li:hover a em {
	background:#d93045;
	color:#fff;
}
.list-brand .brand02 {
    float: right;
    width: 27%;
    padding: 50px 4%;
}
.list-brand .brand02 li {
    float: left;
    width: 50%;
}
.list-brand .brand02 li a {
    display: block;
    text-align: center;
    margin: 10px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #eee;
}
.list-brand .brand02 li a img {
    width: 100%;
    height: auto;
}
/*--------------------view-brand-------------------*/
.view-brand01 {
    width: 65%;
	padding:50px 0;
    padding-right: 5%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
}
.view-brand01 .view-tit01 {
    font-size: 16px;
    color: #aaa;
}
.view-brand01 .view-tit01 a {
    font-style: normal;
    color: #aaa;
    transition: all .3s;
}
.view-brand01 .view-tit01 a:hover {
	color: #d93045;
}
.view-brand01 .view-title {
    font-size: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.list-honor{
	margin-top:100px;
}
.list-honor01{
	display:none;
}
.honor-nav {
    text-align: center;
    background: #fafafa;
    border-bottom: 3px solid #d93045;
}
.honor-nav li {
    width:25%;
    float: left;
	cursor:pointer;
	padding: 30px 0;
	position:relative;
}
.honor-nav li span{
	display:block;
	width:100px;
	margin:0 auto;
	border-radius:50%;
	transition:all .3s;
}
.honor-nav li:hover span
,.honor-nav li.a span{
	background: #d93045;
}
.honor-nav li:hover h3
,.honor-nav li.a h3{
	color: #d93045;
}
.honor-nav li img{
	width:100%;
	height:auto;
}
.honor-nav li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
	transition:all .3s;
}
.honor-nav li em {
    position: absolute;
    width: 100%;
    bottom: -12px;
    display: block;
    text-align: center;
    left: 0;
    color: #d93045;
    font-size: 30px;
    line-height: 1;
	opacity:0;
}
.honor-nav li.a em
,.honor-nav li:hover em {
	opacity:1;
}
.list-honor h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom:50px;
    color: #333;
}
.list-honor li {
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 3%;
    display: inline-block;
	*display:inline;
    vertical-align: bottom;
}
.list-honor li a{
	display:block;
	transition:all .3s;
}
.list-honor li:hover a{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.list-honor li span{
	display:block;
	padding-bottom:48px;
	text-align:center;
	background:url(/template/index/public/54/54-0049/images/jianbg.jpg) no-repeat center bottom;
}
.w960 .list-honor li span{
	padding-bottom:40px;
	background-size: 100%;
}
.list-honor li a img {
    width: 80%;
    height: auto;
}
.list-honor li a h3 {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}
.list-honor .dots01{
	position:absolute;
}
.list-honor02{
	padding:80px 0;
	background:#fafafa;
}

/*-----------------------list-contact-------------*/
.list-page {
    margin: 100px 0;
}
.list-tit02 h2 {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    font-family: -webkit-body;
    float: left;
	margin-bottom:100px;
}
.list-tit02 p {
    color: #666;
    letter-spacing: 10px;
    font-size: 30px;
    font-weight: normal;
}
.conmap{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	border:1px solid #aaa;
}
.conmap iframe{
	width:100% !important;
	max-width:100%;
	height:500px !important;
}
.list-con01{
	margin:150px auto;
	width:1000px;
}
.list-con01 .c01{
	float:left;
	width:40%;	
}
.list-con01 .c01 h3{
	font-size:40px;
	margin-bottom:50px;
}
.list-con01 .c01 p{
	font-size:14px;
	margin-bottom:15px;
}
.list-con01 .c01 div{
	margin-top:50px;
}
.list-con01 .c01 div h4{
	font-size:20px;
	margin-bottom:20px;
}
.list-con01 .c01 div span {
    display: block;
    width: 142px;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    color: #999;
    float: left;  
}
.list-con01 .c01 div img{
	width:120px;
	height:auto;
	padding: 10px;
    border: 1px solid #eee;
	border:1px solid #eee;
	margin-bottom:10px;
	background:#fff;
}
.con-message{
	float:right;
	width:50%;
}
.con-message h3{
	text-transform:uppercase;
	font-size:40px;
	margin-bottom:50px;
}
.con-message .layui-btn {
    background-color: #333;
}
.view-business .d01 {
    position:fixed;
    top: 129px;
    left: 0;
    width: 100%;
	transition:all .3s;
}
.view-business .d01.a{
	top:0;
	transition: all .5s cubic-bezier(.25,0,0,1);
    -webkit-transition: all .5s cubic-bezier(.25,0,0,1);
    -moz-transition: all .5s cubic-bezier(.25,0,0,1);
    -ms-transition: all .5s cubic-bezier(.25,0,0,1);
    -o-transition: all .5s cubic-bezier(.25,0,0,1);
}
.view-business .d01 img{
	width:100%;
	height:auto;
}
.view-business .d02 {
    padding: 50px 0;
    background: #fff;
	position:relative;
	z-index:1;
	padding-bottom:100px;
}
.view-business .d03 {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
}
.view-business .d03 .float-fanye {
    position: absolute;
    top: 25px;
    right: 0;
}
.view-business .d03 .float-fanye p {
    float: left;
    margin-left: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
	transition:all .3s;
}
.view-business .d03 .float-fanye p a{
	display:block;
}
.view-business .d03 .float-fanye p:hover{
	border: 1px solid #d93045;
}
.view-business .d03 .float-fanye p:hover a span{
	color:#d93045;
}
.view-business .d03 h2 {
    float: left;
    width: 45%;
    font-size: 35px;
    color: #333;
    margin-top: 20px;
}
.view-business .d03 ins {
    float: left;
    display: block;
    width: 50%;
    text-align: left;
}
.view-business .d03 ins p {
    font-size: 16px;
    color: #999;
    padding: 5px 0;
	position:relative;
	padding-left:50px;
}
.view-business .d03 ins p::after
,.list-business li a div ins p::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #ccc;
    top: 16px;
    left: 0;
}
.view-business .d03 .pub{
	float:left;
	width:100%;
}
/*-------------list-business---------------*/
.list-business{
	margin-top:80px;
}
.list-business li{
	margin-bottom:40px;
}
.list-business li a{
	display:block;
	background:#fff;
	transition:all .3s;
	position:relative;
	overflow:hidden;
}
.list-business li:hover a{
	transform:translateY(-10px);
	box-shadow:0 10px 10px #eee;
}
.list-business li a span{
	display:block;
	float:left;
	width:50%;
}
.list-business li.b02 a span{
	float:right;
}
.list-business li a span img{
	width:100%;
	height:auto;
}
.list-business li a div{
	float:right;
	padding:5%;
	width:40%;
}
.w960 .list-business li a div{
	padding:4% 5%;
}
.list-business li a div h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
	transition:all .3s;
}
.list-business li:hover a div h3 {
	color:#d93045;
}
.list-business li a div ins{
	display:block;
}
.list-business li a div ins p{
	font-size:16px;
	color:#999;
	padding:5px 0;
	padding-left:50px;
	position:relative;
}
.list-business li a div em {
    display: block;
    width: 160px;
    line-height: 45px;
    border: 1px solid #ddd;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: #aaa;
    margin-top: 30px;
	transition:all .3s;
}
.list-business li:hover a div em {
	border-color:#d93045;
	color:#d93045;
}
.list-business li a div strong{
	position:absolute;
	width:250px;
	height:177px;
	background:url(/template/index/public/54/54-0049/images/hand01.png) no-repeat center;
	bottom:-250px;
	opacity:0;
    right: 0;
    background-size: 100%;
	transition:all .3s;
}
.list-business li.b02 a div strong{
	right:50%;
}
.list-business li:hover a div strong{
	opacity:1;
	bottom:0;
}
.tdy-potrtal-list-content-box2 li a .s01 {
    padding: 0 !important;
}
.tdy-potrtal-list-content-box2 li a .d01 {
    padding: 10px 20px 20px !important;
}
.tdy-potrtal-list-content-box2 li a .s01{
	position:relative;
	transition:all .3s;
	background:#000;
}
.tdy-potrtal-list-content-box2 li a .s01 img{
	transition:all .3s;
}
.tdy-potrtal-list-content-box2 li:hover a .s01 img{
	opacity:.7;
}
.tdy-potrtal-list-content-box2 li a .s01::after {
    position: absolute;
    content: "";
    width: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 86%;
    top: 7%;
    box-sizing: border-box;
    left: 5%;
	opacity:0;
	transition:all .3s;
}
.tdy-potrtal-list-content-box2 li:hover a .s01::after{
	width:90%;
	opacity:.5;
}
.tdy-potrtal-list-content-box2 li a .s01::before {
    position: absolute;
    content: "";
    height: 0;
    width: 90%;
    left: 5%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 7%;
	box-sizing: border-box;
	transition:all .3s;
	opacity:0;
}
.tdy-potrtal-list-content-box2 li:hover a .s01::before {
	height:86%;
	opacity:1;
}
/*--------------view-case-----------------*/

.view-case {
    padding: 0 100px;
    padding-top: 50px;
}
.view-anlibox {
    width: 68%;
	position:relative;
}
.view-anli01 li {
    text-align: center;
    padding:50px 0;
	padding-bottom:30px;
    background: #252525;
}
.view-anli01 li span{
	display:block;
}
.view-anli01 li span img{
	width:auto;
	height:500px;
	max-width:90%;
	border:5px solid #fff;
}
.view-anli01 .backlist {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #333;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.view-anli02 .swiper-pagination {
    color: #fff;
    bottom: auto;
    top: 0;
    padding-bottom: 15px;
    background: #252525;
}
.view-anli01 .anli-prev, .view-anli01 .anli-next {
    position: absolute;
    left: -5px;
    width: 35px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
	z-index:1;
	cursor:pointer;
	background:url(/template/index/public/54/54-0049/images/prev01.png) no-repeat center;
	transition:all .3s;
}
.view-anli01 .anli-prev:hover{
	left:0;
}
.view-anli01 .anli-next{
	left:auto;
	right:-5px;
	background:url(/template/index/public/54/54-0049/images/next01.png) no-repeat center;
}
.view-anli01 .anli-next:hover{
	right:0;
}
.view-anli02 {
    padding-top: 50px;
}
.view-anli02 li span {
    display: block;
	background:#000;
	cursor:pointer;
	border: 1px solid #333;
	box-sizing: border-box;
}
.view-anli02 li.swiper-slide-thumb-active span {
    border: 1px solid #fff;
}
.view-anli02 li img{
	width:100%;
	height:auto;
	opacity:.3;
}
.view-anli02 li.swiper-slide-thumb-active img{
	opacity:1;
}
.view-anliintro {
    width: 28%;
    padding-top: 50px;
}
.view-anliintro .anli-tit h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
}
.w960 .view-anliintro .anli-tit h2{
	font-size: 20px;
}
.view-anliintro .anli-tit p{
	font-size: 16px;
	color:#999;
	padding:7px 0;
}
.view-anliintro .anli-tit p span{
	color:#d93045;
}
.anli-fanye{
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	margin-top:50px;
}
.anli-fanye {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 10px 30px;
}
.anli-fanye p a{
	font-size:14px;
	color:#999;
	transition:all .3s;
}
.anli-fanye p a span {
    margin-right: 5px;
    background: #444;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
	transition:all .3s;
}
.anli-fanye p a:hover{
	color:#fff;
}
.anli-fanye p a:hover span{
	background:#d93045;
	color:#fff;
}
.anli-design {
    padding: 30px;
    margin-top: 30px;
    background: #252525;
    border-radius: 50px 0 50px 0;
}
.w960 .anli-design{
	padding:25px 10px;
}
.anli-design span{
    display: block;
	float:left;
	width:50%;
}
.anli-design span img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.anli-design div {
    float: right;
    width: 45%;
    color: #fff;
    margin-top: 20px;
}
.w960 .anli-design div {
	margin-top:7px;
}
.anli-design div h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    letter-spacing: 5px;
}
.anli-design div a {
    font-size: 16px;
    color: #999;
    display: block;
	transition:all .3s;
}
.anli-design div a:hover{
	color:#fff;
}
.w960 .anli-design div a{
	font-size:14px;
}
.anli-design div a em{
	margin-right:10px;
}
.w960 .anli-design div a em{
	margin-right:5px;
}
.anli-design div p{
	margin-top:20px;
}
.w960 .anli-design div p {
    margin-top: 10px;
}
.anli-design div p a {
    border: 1px solid #333;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    padding: 9px 0;
    background: #333;
	transition:all .3s;
}
.w960 .anli-design div p a {
	width:100px;
	padding:3px 0;
}
.anli-design div p a em{
	font-size:14px;
	margin-right:10px;
	transition:all .3s;
}
.anli-design div p a:hover {
	color:#fff;
	background:#d93045;
}
.anli-design div p a:hover em {
	color:#fff;
}
.related-anli{
	padding:100px;
	background:#252525;
	margin-top:50px;
}
.related-anli h2{
	text-align:center;
	font-size:35px;
	color:#fff;
	margin-bottom:50px;
	padding-bottom:25px;
	font-weight: bold;
    letter-spacing: 2px;
	background:url(/template/index/public/54/54-0049/images/p2-line1-img6.png) no-repeat center bottom;
}
.related-anli li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.related-anli li a {
    display: block;
    border: 1px solid #444;
}
.related-anli li a span{
	display:block;
	position:relative;
}
.related-anli li a span ins {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(217, 48, 69, 0.7);
    left: 50%;
    top: 50%;
	transition:all .3s;
}
.ispc .related-anli li:hover a span ins {
	top: 13%;
	width: 80%;
    height: 74%;
	left:10%;
	opacity:1;
}
.related-anli li a span ins em {
    color: #fff;
    font-size: 30px;
    width: 90%;
    height: 100px;
    position: absolute;
    left: 5%;
    top: 65%;
    margin-top: -50px;
    text-align: center;
    line-height: 100px;
    transition: all .5s;
    opacity: 0;
    font-style: normal;
}
.related-anli li:hover a span ins em {
	opacity:1;
	top:50%;
}
.related-anli li a span img{
	width:100%;
	height:auto;
}
.related-anli li a div {
    padding: 25px;
    line-height: 24px;
}
.related-anli li a div h3 {
    font-size: 16px;
    color: #999;
    float: left;
}
.related-anli li a div p{
	float:right;
	color:#999;
	transition:all .3s;
}
.related-anli li a div p em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #666;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #333;
    margin-left: 5px;
	transition:all .3s;
}
.related-anli li a div p:hover{
	color:#fff;
}
.related-anli li a div p:hover em{
	background:#fff;
	margin-left:10px;
}
/*--------------list-service-------------------*/
.list-service01{
	padding:100px 0;
	background:url(/template/index/public/54/54-0049/images/servicebg.jpg) no-repeat center;
}
.list-service01 .order01 {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}
.w960 .list-service01 .order01{
	padding:40px;
}
.list-service01 .order01 form{
}
.list-service01 .order01 h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #d93045;
    font-weight: bold;
}
.list-service01 .layui-btn {
    background-color: #d93045;
    display: block;
    width: 100%;
}
.list-service01 .order01 form label{
	display:none;
}
.list-service01 .order01 form{
}
.list-service01 .order01 .layui-input-block {
    margin-left: 0;
    left: 0;
    width: 300px;
}
.list-service01 .order02 {
    margin-left: 10%;
    margin-top: 4%;
}
.w960 .list-service01 .order02 {
    margin-left: 0;
    width: 63%;
    float: right !important;
}
.list-service01 .order02 h2 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}
.list-service01 .order02 p {
    font-size: 25px;
    color: #fff;
    letter-spacing: 3px;
}
.list-service01 .order02 ul {
    margin-top: 70px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.1);
}
.list-service01 .order02 li {
    float: left;
    width: 200px;
	text-align:center;
}
.w960 .list-service01 .order02 li {
    width: 25%;
}
.list-service01 .order02 li span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}
.list-service01 .order02 li img{
	width:48px;
	height:auto;
}
.list-service01 .order02 li h4 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 10px 0;
}
.w960 .list-service01 .order02 li h4 {
    font-size: 16px;
}
.list-service01 .order02 li p {
    font-size: 14px;
    letter-spacing: 0;
}
.w960 .list-service01 .order02 li p {
    font-size: 12px;
}
.list-service02{
	padding-top:100px;
}
.list-service02 h2 {
    text-align: center;
    font-size: 45px;
    color: #333;
    font-weight: bold;
	margin-bottom:50px;
}
.list-service02 h2 p {
    font-size: 18px;
    color: #999;
    font-weight: normal;
}
.list-service02 .s01 li{
	float: left;
    width: 33.333%;
	position:relative;
}
.list-service02 .s01 li span{
	display: block;
    transition: all .5s;
    overflow: hidden;
}
.list-service02 .s01 li img{
	width: 100%;
    height: auto;
    transition: all .5s;
}
.list-service02 .s01 li:hover img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.list-service02 .s01 li div{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transition:all .3s;
	background: url(/template/index/public/54/54-0049/images/casebg.png) no-repeat center;
}
.list-service02 .s01 li div h3 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.list-service02 .s01 li div p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0 50px;
    margin-top: 15px;
    height: 0;
	transition:all .3s;
    opacity: 0;
}
.list-service02 .s01 li:hover div p {
	height:100px;
	opacity:1;
}
.list-service02 .s01 li ins{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/template/index/public/54/54-0049/images/sanjiao01.png) no-repeat right top;
}
.list-service02 .s01 li.d01 ins em{
	display:none;
}
.list-service02 .s01 li ins em{
	    display: block;
    height: 100%;
    width: 65px;
    background: url(/template/index/public/54/54-0049/images/sanjiao02.png) no-repeat right bottom;
}
.service-tel{
	text-align: center;
    margin: 80px 0;
    position: relative;
    margin-bottom: 0;
    height: 250px;
    overflow: hidden;
	background:#000;
}
.service-tel div strong{
	font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.service-tel div strong a{
	color:#fff;
}
.service-tel img{
	width: 1920px;
    height: auto;
    left: 50%;
    margin-left: -960px;
	opacity:.7;
    top: 0;
    position: absolute;
	transition:all .3s;
}
.service-tel:hover img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.service-tel div{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
}
.service-tel div strong em {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #fff;
    display: block;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 20px;
}
.service-tel div h3{
	display: block;
    width: 200px;
    line-height: 45px;
    color: #bf000d;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    background: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 7px;
    margin: 0 auto;
}
.list-service03{
	padding:100px 0;
}
.list-service03 li {
    float: left;
    width: 25%;
}
.list-service03 li span {
    display: block;
	background:#000;
}
.list-service03 li img{
	width:100%;
	height:auto;
}
.list-service03 .more01 {
    display: block;
    width: 200px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #d93045;
    color: #d93045;
    font-size: 16px;
	transition:all .3s;
}
.list-service03 .more01:hover{
	background:#d93045;
	color:#fff;
}
/*---------------view-show------------------*/

.witness{
	margin-top:100px;
}
.witness li {
    float: left;
    width: 24%;
    margin-right: 1.32%;
    margin-bottom: 2%;
	transition:all .3s;
}
.witness li:hover{
	box-shadow:0 15px 15px #eee;
	transform:translateY(-10px);
}
.witness li:nth-child(4n){
	margin-right:0;
}
.witness li a {
    display: block;
    border: 1px solid #eee;
}
.witness li a img{
	width:100%;
	height:auto;
}
.witness li a h3 {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}
/********-----------colorbox插件------------********/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/template/index/public/54/54-0049/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/template/index/public/54/54-0049/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/template/index/public/54/54-0049/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/template/index/public/54/54-0049/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/template/index/public/54/54-0049/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/template/index/public/54/54-0049/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/ 
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.view-hotbuild .anli-design .sum01 {
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 2;
	margin-top:0;
}
/*-----------------list-team----------------*/

.list-team {
    margin-top: 50px;
}
.list-team li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
}
.list-team li a {
    display: block;
    border: 1px solid #eee;
    background: #333;
}
.list-team li a span{
	display:block;
	float:left;
	width:40%;
}
.list-team li a img{
	width:100%;
	height:auto;
}
.list-team li a div {
    float: right;
    width: 50%;
    padding-right: 5%;
}
.list-team li a div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
	color:#fff;
}
.w960 .list-team li a div h3{
	margin-top:30px;
}
.list-team li a div p.p01 {
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    background: #444;
}
.list-team li a div p {
    font-size: 14px;
    color: #999;
}
.list-team li a div p strong {
    color: #d93045;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.list-team li a div ins {
    display: block;
    margin-top: 40px;
}
.w960 .list-team li a div ins {
    margin-top: 25px;
}
.list-team li a div ins em {
    display: block;
    width: 115px;
    margin-right: 10px;
    border: 1px solid #666;
    float: left;
    text-align: center;
    line-height: 36px;
    font-style: normal;
    color: #666;
    font-size: 15px;
	transition:all .3s;
}
.list-team li a div ins em:hover{
	background:#666;
	color:#fff;
}
.list-team li a div ins em.e01 {
    background: #666;
    color: #aaa;
}

/*-----------------view-team-----------------*/
.view-team{
	padding:50px;
	border:1px solid #eee;
	margin-top:50px;
	background:#fff;
}
.view-team .d01 {
    width: 24%;
}
.w960 .view-team .d01{
	width:30%;
}
.view-team .d01 img{
	width:100%;
	height:auto;
}
.view-team .d01 em {
    display: block;
    font-style: normal;
    width: 130px;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 30px;
    background: #d93045;
    color: #fff;
    font-size: 16px;
	cursor:pointer;
}
.view-team .d02 {
    width: 72%;
}
.w960 .view-team .d02 {
    width: 65%;
} 
.view-team .d02 .view-title {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}
.view-team .d02 .p01 {
    font-size: 16px;
}
.view-team  .default-article-content p{
	margin:0;
	line-height:1.8;
}
/*--------------------list-dangjian--------------------*/

.danjian01 {
	position:relative;
	width:100%;
	overflow:hidden;
	height:5900px;
}
.danjian01 ul{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.danjian01 li img{
	width:100%;
	height:auto;
}
.danjian02 {
    padding: 50px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
}
.danjian02 .dj-tit{
	text-align:center;
}
.danjian02 h2 {
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    display: inline-block;
	*display:inline;
    padding: 0px 50px;
    background: #a20202;
    border-radius: 30px;
    color: #fff;
	margin-bottom:20px;
}
.danjian02 .dj-tit p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: left;
    margin: 20px 0;
    line-height: 2;
}
.danjian02{
	position:relative;
}
.danjian02 li img{
	width:100%;
	height:auto;
}
.danjian02  .prev-dj, .danjian02  .next-dj {
    width: 30px;
    height: 30px;
    border: 1px solid #d93045;
    position: absolute;
    border-radius: 50%;
    left:10px;
    cursor: pointer;
    outline-style: none;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    color: #d93045;
    top: 70%;
    margin-top: -22px;
}
.danjian02 .next-dj{
	left:auto;
	right:10px;
}
/*-----------view-gongdi-----------------*/
.view-gongdi{
	margin-top:100px;
}
.view-gongdi .ul01  li{
	padding-bottom:100px;
}
.view-gongdi .ul01 li span{
	display:block;
}
.view-gongdi .ul01 li span img{
	width:100%;
	height:auto;
}
.gongdi-tit{
	text-align:center;
	margin-bottom:50px;
}
.gongdi-tit h1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #444;
    margin-bottom: 50px;
}
.gongdi-tit h1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #444;
}
.gongdi-tit ul{
	padding: 25px 0;
	padding-top:40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.gongdi-tit li {
    display: inline-block;
	*display: inline;
    border: 1px solid #d93045;
    padding:25px 20px 10px 20px; 
    margin: 0 5px;
	position: relative;
}
.w960 .gongdi-tit li {
    padding: 25px 10px 10px 10px;
    margin: 0 3px;
}
.gongdi-tit li span {
    display: block;
    width: 40px;
    height: 40px;
    background: #d93045;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -20px;
}
.gongdi-tit li h3 {
    font-size: 14px;
    margin-top:5px;
	color:#d93045;
}
.view-gongdi .ul01 li div.d01{
	padding:80px 0;
	width:50%;
	padding-left:50%;
	position:relative;
}
.view-gongdi .ul01  li div.d01 h2 {
    position: absolute;
    width: 50%;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.view-gongdi .ul01 li .d01 h2 em {
    font-size: 40px;
    font-style: normal;
    position: relative;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 3px;
    color: #444;
}
.view-gongdi .ul01 li div.d01 h2 strong {
    font-size: 100px;
    font-family: fantasy;
    opacity: .1;
    font-style: italic;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    display: block;
    line-height: 1;
    bottom: 0;
	color: #d93045;
}
.view-gongdi .ul01 li div.d01 div {
    font-size: 14px;
    color: #5f6061;
}
.view-gongdi .ul01 li div.d01 div h3 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 30px;
	color:#d93045;
}
.view-gongdi .ul01 li .down05 {
    position: absolute;
    width: 24px;
    height: 37px;
    border: 2px solid #d93045;
    border-radius: 18px;
    line-height: 37px;
    text-align: center;
    left: 50%;
    margin-left: -15px;
    color: #d93045;
}
.view-gongdi .ul01 li:last-child .down05{
	display:none;
}
.list-gongdi{
	margin-top:50px;
}
.list-gongdi li{
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}
.list-gongdi li a{
	display:block;
	transition:all .3s;
	position:relative;
}
.list-gongdi li a h3 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #d93045;
    font-weight: bold;
}
.list-gongdi  li a span{
	display:block;
	background:#000;
}
.list-gongdi  li a img{
	width:100%;
	height:auto;
	opacity:.7;
}
.list-gongdi li a div {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 30px;
    background: #fff;
    border-radius: 30px 0 0 0;
	transition:all .3s;
}
.ispc .list-gongdi li:hover a div {
	padding:15px 100px;
}
.list-case .tdy-potrtal-list-content-box2 li a .d04
,.list-case .tdy-potrtal-list-content-box2 li a .d01 p{
	display:none;
}


@media screen and (max-width:1024px){
	header {
		height: 55px;
	}	
	header h1 img {
		height: 40px;
		margin-right:0;
	}
	header h1 a {
		margin-top: 0;
		line-height: 55px;
		height: 55px;
	}
	.nav-click {
		color: #333;
		font-size: 30px;
		right: 0;
		width: 45px;
	}
	header .bg {
		background-color: #fff;
		opacity: 1;
	}
	.mbbanner li img{
		width:100%;
		height:auto;
	}
	.mbbanner .dots{
		position: absolute;
		width: 100%;
		bottom: 10px;
		text-align: center;
		z-index:2;
	}
	.mbbanner .dots span{
		width:20px;
		height:4px;
		margin:5px;
		border-radius:0;
		background-color: #fff;
	}
	.mbbanner .dots span.swiper-pagination-bullet-active{
		opacity:1;
	}
	.mbmenu {
		position: fixed;
	  	width: 50%;
		background: #fff;
		height: 100%;
		top: 0;
		right:-100%;
		z-index:11;
		overflow-y:scroll;
	}
	.mbmenu .nav-ul-1 {
		padding-top: 70px;
		overflow-y: auto;
		height: 80vh;
	}
	.mbmenu li a {
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: none;
		padding: 15px 0;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.mbmenu ul ul{
		background:#f9f9f9;
		padding-top:0;
	}
	.mbdaohang{
		margin:30px 0; 
	}
	.mbdaohang li{
		float:left;
		width:25%;
		text-align:center;
	}
	.mbdaohang li a{
		display:block;
	}
	.mbdaohang li a span {
		display: block;
		width: 60px;
		height:60px;
		line-height:60px;
		margin: 0 auto;
		background:#f77789;
		border-radius: 50%;
	}
	.mbdaohang li:nth-child(2) a span {
		background: #38d2a7;
	}
	.mbdaohang li:nth-child(3) a span {
		background: #58d2f7;
	}
	.mbdaohang li:nth-child(4) a span {
		background: #f7e50e;
	}
	.mbdaohang li a img{
		width:30px;
		height:auto;
	}
	.mbdaohang li a h3{
		font-size:14px;
		margin-top:10px;
	}
	.youshi{
		margin-top:30px;
	}
	.tit01 {
		margin-bottom: 20px;
	}
	.tit01 p {
		font-size: 12px;
		letter-spacing: 5px;
	}
	.tit01 h3 {
		font-size: 20px;
	}
	.youshi01 .prev01, .youshi01 .next01 {
		width: 17px;
		background-size: 17px !important;
		margin-top:-49px;
	}
	.youshi01 li a div span {
		padding-top: 19px;
		width: 60px;
	}
	.youshi01 li h3 {
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		margin-top: 10px;
	}
	.numbox {
		margin-top: 30px;
		text-align: center;
	}
	.numbox li h3 strong {
		font-size: 20px;
	}
	.numbox li h3 em {
		font-size: 12px;
		margin-left: 2px;
	}
	.numbox li {
		display: inline-block;
		width: 32%;
		float:none;
		text-align: center;
		margin-bottom: 20px;
	}
	.numbox li p {
		font-size: 12px;
	}
	.ourcase01 {
		width: 100%;
	}
	.ourcase01 li p {
		width: 100%;
		font-size: 12px;
		box-sizing: border-box;
		margin-top: 10px;
		height:auto;
	}
	.ourcase01 li em {
		font-size: 20px;
		color:#fff;
	}
	.ourcase01 li strong {
		font-size: 50px;
		color: #fff;
	}
	.ourcase01 li div {
		padding: 25px 0;
	}
	.ourcase {
		width: 100%;
		padding: 20px 10px;
		margin-top: 30px;
		background: #333;
		box-sizing: border-box;
	}
	.ourcase01 .prev02, .ourcase01 .next02{
		width: 25px;
		height: 25px;
		top: 20px;
		right: 50px;
		z-index:10;
		line-height:25px;
		font-size:12px;
	}
	.ourcase01 .next02 {
		right: 0;
	}
	.anlibox {
		margin-top: 30px;
	}
	.cattit01 li a {
		padding: 2px 15px;
		font-size: 12px;
		margin: 0 2px;
	}
	.cattit01 {
		text-align: center;
		margin-bottom: 20px;
	}
	.anli .prev03, .anli .next03{
		background-size:20px !important;
	}
	.tuijian ul {
		display: inherit;
		margin-top: 30px;
	}
	.tuijian ul li {
		width: 25%;
		text-align: center;
		float: left;
		margin-bottom:15px;
	}
	.tuijian ul li:last-child{
		display:none;
	}
	.tuijian li a {
		width: 60px;
		height: 60px;
		margin:0 auto;
	}
	.tuijian li span {
		width: 20px;
		margin-top: 9px;
		height: 20px;
		line-height: 20px;
	}
	.tuijian li h3 {
		font-size: 12px;
	}
	.tit01::after
	,.anlibox .tit01::after{
		width:100% !important;
		margin-left:0 !important;
		left:0 !important;
	}
	.team01 li{
		padding-top:30px;
	}
	.team01 li .d02 {
		width: 100%;
	}
	.team01 li .d02 h3 {
		font-size: 20px;
	}
	.team01 li .d02 .d04 p {
		margin: 5px 0;
		font-size: 12px;
	}
	.team01 li .d02 .d04 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.team01 li .d02 h3 span {
		font-size: 12px;
		margin-left: 0px;
	}
	.team01 li .d02 .d03 {
		bottom: 30px;
		left: 0;
	}
	.team01 li .d02 ins a, .team01 li .d02 ins span {
		width: 90px;
		font-size: 12px;
		line-height: 29px;
	}
	.teambox {
		margin-top: 10px;
	}
	.team02 li {
		padding: 15px 0;
	}
	.team02 li h3 {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	.team02 li.swiper-slide-thumb-active h3 {
		font-size: 22px;
	}
	.team02 li p {
		font-size: 12px;
	}
	.team02 .prev04, .team02 .next04 {
		width: 30px;
		left:0;
		background-size: 15px !important;
	}
	.team02 .next04 {
		left:auto;
		right:0;
	}
	.team02 li.swiper-slide-thumb-active::after {
		background-size: 400px;
	}
	.tit02 h2 {
		font-size: 20px;
		padding-left: 28px;
		background-size: 20px;
	}
	.mbbuilding{
		margin-top:20px;
	}
	.mbbuilding .tit02{
		padding: 10px 0;
	}
	.mbbuilding li {
		margin-bottom: 10px;
	}
	.mbbuilding li a {
		display: block;
		border: 1px solid #eee;
		position: relative;
	}
	.mbbuilding li span {
		float: left;
		width: 150px;
	}
	.mbbuilding li img {
		width: 100%;
		height: auto;
	}
	.mbbuilding li div {
		float: right;
		width: calc(100% - 170px);
		margin-top: 10px;
	}
	.mbbuilding li div h3 {
		font-size: 15px;
		margin: 5px 0;
	}
	.mbbuilding li div em {
		display: block;
		width: 20px;
		line-height: 20px;
		font-size: 12px;
		font-style: normal;
		margin-top: 10px;
		position: absolute;
		right:10px;
		top: 50%;
		height: 20px;
		border: 1px solid #aaa;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
		margin-top: -11px;
	}
	.mbbuilding li div ins {
		display: block;
	}
	.mbbuilding li div ins p {
		font-size: 12px;
	}
	.tit02 a.more01 {
		width: auto;
		border: none;
		color: #d93045;
		font-size: 12px;
	}
	.partner01 .p01 h2 {
		font-size: 20px;
	}
	.partner01 .p01
	,.partner01 .p02{
		width:50%;
	}
	.partner01 .p01 p {
		font-size: 12px;
		margin-top: 10px;
	}
	.partner01 .p01 ul {
		margin: 20px 0;
	}
	.partner01 .p01 li h3 {
		font-size: 20px;
	}
	.partner01 .p01 li span {
		font-size: 12px;
	}
	.partner01 .p01 a {
		width: 85px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.partnerbox {
		margin: 30px auto;
	}
	.partner02 ul {
		margin-top: 20px;
	}
	.partner01 .p02 {
		margin-top: 33px;
	}
	.news02 {
		width: 100%;
		border-bottom:1px solid #eee;
	}
	.news02 li a span{
		width:150px;
	}
	.news02 li a div {
		width: calc(100% - 150px);
		padding: 40px 15px 0 15px;
	}
	.news01 {
		width: 100%;
		border-right: none;
	}
	.news02 .prev, .news02 .next {
		height: 30px;
		border-bottom: 1px solid #eee;
		line-height: 30px;
		background-color:#fff;
		opacity:1;
	}
	.news02 .next {
		left: auto;
		right: 150px;
	}
	.news02 li a{
		background:#fff;
	}
	.news02 li a div ins {
		width: 70px;
		padding:1px 0 1px 10px;
		font-size: 12px;
		margin:15px 0;
	}
	.news02 li a div ins em{
		width:5px;
		height:5px;
		top:7px;
	}
	.news02 li a div h3 {
		font-size: 15px;
		max-height:68px;
		overflow:hidden;
	}
	.news02 li a div strong{
		font-size:14px;
		width:70px;
		margin-top:25px;
		background-size:10px;
	}
	.news02 li a span em {
		width: 20px;
		height: 20px;
		left: -10px;
		top: 50%;
		margin-top: -10px;
	}
	.newsbox{
		padding:20px 10px;
		background:#fafafa;
	}
	.newsbox .tit02 h2 {
		background-size: 20px;
	}
	.newsbox .tit02 ul {
		margin-top: 10px;
	}
	.newsbox .tit02 li a::after{
		display:none;
	}
	.newsbox .tit02 li a {
		font-size: 13px;
		padding-left: 0;
	}
	.newsbox .tit02 li {
		margin-left: 10px;
	}
	.news01 li a span em {
		font-size: 12px;
	}
	.news01 li a span {
		font-size: 12px;
		padding: 15px;
	}
	.news01 li a div {
		width: calc(100% - 60px);
		padding: 10px;
	}
	.news01 li a div h3 {
		font-size: 14px;
		line-height: 1.6;
		height:42px;
	}
	.news01 li a div p {
		font-size: 12px;
		margin-top: 5px;
	}
	.news01 li a {
		background: #fff;
	}
	.mbcon {
		position: fixed;
		bottom: 0;
		width: 100%;
		margin: 0;
		background-color: #2d3235;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		z-index: 11;
	}
	.mbcon a{
		display:inline-block;
		width:23%;
		text-align:center;
		color:#fff;
		font-weight:normal;
		box-sizing:border-box;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 20px;
		line-height:1;
		padding:8px 0;
	}
	.mbcon a.c03{
		border:none;
	}
	.mbcon a.c04{
		font-size:17px;
	}
	.mbcon a em{
		display:block;
		-webkit-text-stroke-width: initial;
	}
	.mbcon a p {
		text-align: center;
		font-size: 12px;
		margin-top: 6px;
		color: #999;
	}
	.footer {
		padding-top:25px;
		margin-top: 0;
		padding-bottom: 40px;
		overflow:hidden;
	}
	.copy {
		margin-top:0;
		padding-top:15px;
	}
	header .mobile-header {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	header, footer{
		z-index:12;
	}
	.list-business {
		margin-top: 30px;
	}
	.list-business li a span {
		width: 100%;
	}
	.list-business li a div {
		padding: 5%;
		width: 90%;
	}
	.list-business li a div ins p {
		font-size: 14px;
		padding: 3px 0;
		padding-left: 44px;
	}	
	.list-business li a div h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}	
	.list-business li a div em {
		width: 100px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 14px;
	}
	.list-business li {
		margin-bottom: 20px;
	}
	.view-business .d01{
		display:none;
	}
	.view-business .d02 {
		padding:30px 0;
		padding-bottom: 30px;
		margin-top: 0 !important;
	}	
	.view-business .d03 h2 {
		width: 100%;
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.view-business .d03 ins {
		width: 100%;
	}	
	.view-business .d03 ins p {
		font-size: 14px;
		padding: 3px 0;
		padding-left: 40px;
	}	
	.view-business .d03 .float-fanye p {
		margin-left: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.view-business .d03 .float-fanye p span{
		font-size:12px;
	}
	.view-business .d03 {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.view-business .d03 ins p::after, .list-business li a div ins p::after {
		top: 13px;
	}
	.view-case {
		padding: 10px;
	}
	.view-anlibox {
		width: 100%;
	}
	.view-anli01 li span img {
		height: 200px;
		border:3px solid #fff;
	}
	.view-anli01 .backlist {
		top: 10px;
		left: 10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.view-anliintro {
		width: 100%;
		padding-top: 40px;
	}
	.view-anliintro .anli-tit h2 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.view-anliintro .anli-tit p{
		padding:5px 0;
	}
	.anli-design {
		padding: 15px;
	}
	.anli-design span {
		width: 40%;
	}
	.anli-design div {
		width: 53%;
		margin-top: 5px;
	}
	.anli-design div h3 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.anli-design div a {
		font-size: 14px;
	}
	.anli-design div p {
		margin-top: 10px;
	}
	.anli-design div p a {
		font-size: 14px;
		padding: 5px 0;
		width: 120px;
	}
	.related-anli {
		padding: 10px;
		margin-top: 30px;
		padding-top:30px;
	}
	.related-anli h2 {
		font-size: 20px;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.related-anli li {
		width: 49%;
		margin-right: 2%;
	}
	.related-anli li.mr0{
		margin-right:2% !important;
	}
	.related-anli li:nth-child(2n) {
		margin-right:0 !important;
	}
	.related-anli li a div {
		padding: 15px 10px;
	}
	.related-anli li a div p {
		font-size: 12px;
	}
	.related-anli li a div h3 {
		font-size: 14px;
		width: calc(100% - 58px);
	}
	.view-vrshow ins.down{
		z-index:12;
	}
	.hisworks h2 {
		font-size: 20px;
		margin: 30px 0;
		background-size: 50%;
	}
	.hisworks li {
		width: 49%;
		margin-right: 2%;
	}
	.hisworks li a {
		padding: 5px;
	}
	.hisworks li:nth-child(2n){
		margin-right:0 !important;
	}
	.hisworks li a div p {
		font-size: 12px;
	}
	.list-hotbuild {
		margin-top: 30px;
	}
	.list-hotbuild li {
		width: 86%;
		margin-right: 2%;
		margin: 2% 7%;
	}
	.default-mobile-box, .box {
		margin-top: 10px;
		padding:5px 10px;
		border:1px solid #eee;
	}
	.default-mobile-list-cats h3 {
		font-size: 16px;
	}
	.list-hotbuild li a div h3 {
		font-size: 15px;
		width: calc(100% - 100px);
	}
	.list-hotbuild li a div em {
		width: 70px;
		font-size: 13px;
		background-size: 20px;
	}
	.default-mobile-list-cats nav ul li a {
		font-size: 16px;
	}
	.list-hotbuild li a div {
		padding: 15px 0;
	}
	.view-hotbuild .anli-design .sum01 {
		font-size: 12px;
	}
	.list-news {
		margin-top: 30px;
	}
	.list-news li {
		width: 100%;
		margin-right: 0;
	}
	.view-news {
		width: 90%;
		padding: 5%;
		margin-top: 20px;
	}
	.view-news .view-title {
		font-size: 22px;
		padding: 20px 0;
	}
	.view-news .view-tit01 {
		font-size: 14px;
	}
	.fanye p {
		width: 100%;
	}
	.fanye p.r {
		text-align: left;
	}
	.list-service01 .order01 {
		padding: 20px;
	}
	.list-service01 .order02 h2 {
		font-size: 30px;
	}
	.list-service01 .order02 p {
		font-size: 16px;
	}
	.list-service01 .order02 li {
		width: 50%;
	}
	.list-service01 .order02 ul {
		margin-top: 20px;
		padding: 15px;
	}
	.list-service01 .order02 {
		margin-left: 3%;
		margin-top: 4%;
	}
	.list-service01 {
		padding: 50px 0;
		background-size: auto 100%;
	}
	.list-service01 .order01 h2 {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.layui-form-item {
		margin-bottom: 10px;
	}
	.list-service01 .order01 .layui-input-block {
		width: 100%;
	}
	.list-service01 .order01 {
		padding: 20px;
		float: none !important;
		margin: 0 auto;
		width:76%;
	}
	.list-service01 .order02{
		text-align:center;
	}
	.list-service01 .order02 li img {
		width: 30px;
	}
	.list-service01 .order02 li span {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.list-service01 .order02 li {
		width: 50%;
		margin-bottom: 15px;
	}
	.list-service01 .order02 li h4 {
		font-size: 15px;
		margin: 10px 0;
	}
	.list-service01 .order02 li p {
		font-size: 12px;
		padding: 0 20px;
	}
	.list-service02 {
		padding-top: 50px;
	}
	.list-service02 h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.list-service02 h2 p {
		font-size: 14px;
	}
	.list-service02 .s01 li {
		width: 80%;
		margin: 0 10%;
		margin-bottom: 30px;
	}
	.list-service02 .s01 li ins{
		display:none;
	}
	.list-service02 .s01 li div p {
		font-size: 12px;
		margin: 0 10px;
		margin-top: 10px;
	}
	.service-tel {
		margin: 0px 0;
		height: 200px;
		background: #d93045;
	}
	.service-tel div strong {
		font-size: 35px;
	}
	.service-tel div h3 {
		color: #d93045;
	}
	.list-service03 {
		padding: 30px 0;
	}
	.list-service03 .more01 {
		width: 120px;
		line-height: 35px;
		margin-top: 30px;
		font-size: 14px;
	}
	.about01 {
		width: 100%;
		position: inherit;
	}
	.about01 h2 {
		margin-bottom: 30px;
	}
	.about01 .d01 {
		padding: 20px 30px;
	}
	.about01 .d01 h3 {
		font-size: 17px;
		padding-left: 70px;
		margin-bottom:15px;
	}
	.about01 .d01 h3::after {
		width: 55px;
		top: 13px;
	}
	.about01 div {
		font-size: 12px;
		line-height: 1.7;
	}
	.list-about01 .d02{
		display:none;
	}
	.list-about01 {
		margin-top: 30px;
	}
	.aboutmbbox{
		margin:10px ;
	}
	.zongzhi h2 {
		font-size: 25px;
	}
	.zongzhi {
		margin-top: 30px;
	}
	.zongzhi p {
		font-size: 12px;
		margin-top: 10px;
	}
	.list-about02 {
		padding-top: 30px;
		margin-top: 30px;
	}
	.list-about02 .ab01 {
		margin-top: 30px;
		width: 100%;
	}
	.list-about02 .ab02 {
		padding: 30px;
		width: 100%;
		margin-top: 20px;
	}
	.list-about02 .ab02 li h3 {
		padding: 0 20px;
		margin-top: 25px;
		font-size: 20px;
		margin-bottom: 15px;
	}
	.list-about02 .ab02 li div {
		padding: 0 15px;
		font-size: 12px;
	}
	.list-about02 .ab02 li{
		height:250px;
	}
	.list-about02 .ab01 li span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.list-about02 .ab01 li h3 {
		font-size: 13px;
	}
	.list-about02 .ab02 ul{
		border:none;
	}
	.list-about04 .d01{
		display:none;
	}
	.list-about04 .d02 {
		width: 100%;
	}
	.list-about04 .d02 li strong {
		width: 65px;
		font-size: 20px;
	}
	.list-about04 .d02 li div {
		width: calc(100% - 65px);
		font-size: 12px;
	}
	.list-about04 .d02 li strong::after {
		width: 11px;
		height: 3px;
		top: 13px;
	}
	.list-about04 .d02 .d03 {
		padding-right: 15px;
	}
	.list-about04 .d02 li div p::after {
		width: 4px;
		height: 4px;
		top: 7px;
	}
	.list-about04 {
		padding: 40px 0;
	}
	.list-about03 h2 {
		font-size: 25px;
	}
	.list-about03 {
		padding: 30px 0;
	}
	.list-about03 h2 p {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.list-about03 .d01 li em {
		font-size: 50px;
		top: 0;
	}
	.list-about03 .d01 li {
		font-size: 14px;
		padding: 20px 0;
	}
	.list-about03 .d01 li span {
		width: 30px;
		margin-bottom: 15px;
	}
	.list-about03 .d01 li h3 {
		padding: 0 10px;
		font-size: 12px;
	}
	.list-about02 .ab02 .prev, .list-about02 .ab02 .next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: -30px;
	}
	.list-about02 .ab02 .next{
		margin-left: 20px;
	}
	.list-design li {
		width: 100%;
		border-right: none;
	}
	.list-design {
		margin-top: 0;
	}
	.view-design .cover01 {
		width: 100%;
		position: inherit;
		padding:20px 0;
		background:#222;
		text-align:center;
	}
	.view-design .wp {
		padding: 0;
		min-height: auto;
	}
	.view-design .design-intro {
		width: 100%;
	}
	.view-design .cover01 img {
		width: 200px;
		margin-top: 0;
	}
	.view-design .design-intro {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.view-design .design-intro h3 {
		font-size: 25px;
		margin-top: 30px;
	}
	.view-design .design-intro h3 em {
		font-size: 12px;
		padding: 3px 12px;
	}
	.view-design .anli-fanye {
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
	}
	.view-design .default-article-content p {
		line-height: 1.8;
	}
	.view-case-good01 span {
		width: 100%;
	}
	.view-case-good01 span h3 {
		font-size: 30px;
	}
	.float-nav{
		display:none;
	}
	.view-case-good01 div.d01 {
		width: 95%;
		padding: 30px 0;
		padding-left:5%;
	}
	.goos-tit h1 {
		font-size:25px;
	}
	.goos-tit strong {
		font-size: 62px;
	}
	.goos-tit {
		margin-bottom: 20px;
	}
	.view-case-good01 div ul li {
		font-size: 12px;
		padding: 5px 0;
	}
	.view-case-good02 {
		padding: 30px 0;
	}
	.view-case-good02 .goos-tit {
		width: 100%;
		position: inherit;
		left: 0;
		margin-top: 20px;
	}
	.view-case-good02 .article {
		width: 100%;
	}
	.view-case-good02 .article  p{
		margin:0;
	}
	.view-case-good03 {
		padding-top: 30px;
	}
	.view-case-good03 .d01 {
		width: 100%;
		text-align:center;
	}
	.view-case-good03 .d01 img{
		width:50%;
	}
	.view-case-good03 .d02 {
		width: 95%;
		margin-top: 20px;
		padding: 0 2.5%;
	}
	.view-case-good03 .d02 h2 {
		font-size: 25px;
	}
	.view-case-good03 .d02 .d02-1 {
		font-size: 12px;
		padding-top: 0;
		margin-top: 20px;
		line-height: 1.8;
	}
	.view-case-good03 .wp {
		padding-bottom: 20px;
	}
	.view-case-good04 {
		padding: 30px 0;
	}
	.view-case01 li span {
		height: 200px;
		line-height: 200px;
	}
	.view-case01 li span img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 200px;
	}
	.view-casebox01 .swiper-button-next, .view-casebox01 .swiper-button-prev {
		width: 20px;
		height: 20px;
		line-height: 20px;
		left: 10px;
		font-size: 12px;
	}
	.view-casebox01 .swiper-button-next {
		left: auto;
		right: 10px;
	}
	.view-case02 li span{
		padding:0;.floatorder .d01 ins
	}
	.view-case-good04 .backlist {
		left: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.floatorder .d01 {
		width: 90%;
		left: 5%;
		padding: 15px;
		box-sizing: border-box;
		margin-left: 0;
	}
	.floatorder h2 {
		font-size: 20px;
		margin-top: 25px;
	}
	.formonebox {
		width: auto;
		margin: 30px 10px;
	}
	.formonebox .d01 {
		border: 2px solid #d93045;
		text-align: right;
		padding-right: 20px;
		margin: 0 20px;
		border-radius: 10px;
		background: #333;
	}
	.formonebox .d01 span {
		font-size: 25px;
		color: #fff;
		margin-right: 5px;
		font-weight:bold;
	}
	.formonebox .d02 {
		padding-top: 20px;
		border: 1px solid #eee;
		border-radius: 10px;
	}
	.formonebox ins{
		display:none;
	}
	.formonebox form {
		padding: 23px 0;
		border:none;
		padding-top:10px;
	}
	.formonebox .layui-form-item {
		width: 90%;
		margin: 0 5%;
		margin-bottom: 10px;
	}
	.formonebox form label.layui-form-label{
		display:none;
	}
	.formonebox .layui-input-block {
		margin-left: 0;
		left: 0;
	}
	.formonebox form input::placeholder{
		color:#999;
		font-size:12px;
	}
	.formonebox .layui-btn {
		margin-top: 14px;
		width:90%;
	}
	.list-brand .brand01 {
		width: 100%;
		border-right: none;
		padding: 20px 0;
		padding-right: 0;
	}
	.list-brand .brand01 li a span {
		width: 100px;
	}
	.list-brand .brand01 li {
		margin-bottom: 15px;
	}
	.list-brand .brand01 li a {
		padding: 20px 10px;
	}
	.list-brand .brand01 li a div {
		margin-left: 10px;
		width: calc(100% - 110px);
	}
	.list-brand .brand01 li a em {
		display: none;
	}
	.list-brand .brand01 li a div h3 {
		font-size: 14px;
	}
	.list-brand .brand02 {
		width: 92%;
		padding: 30px 4%;
	}
	.list-brand .brand02 li {
		width: 33.33%;
	}
	.view-brand01 {
		width: 100%;
		padding: 30px;
		border-right:none;
	}
	.view-brand01 .view-tit01 {
		font-size: 14px;
	}
	.view-brand01 .view-title {
		font-size: 22px;
		padding: 10px 0;
	}
	.witness {
		margin-top: 30px;
	}
	.witness li {
		width: 49%;
		margin-right: 2%;
	}
	.witness li:nth-child(2n){
		margin-right:0 !important;
	}
	.list-team {
		margin-top: 30px;
	}
	.list-team li {
		width: 100%;
		margin-right:0;
	}
	.list-team li a div p.p02{
		display:none;
	}
	.list-team li a div h3 {
		margin-top: 20px;
	}
	.list-team li a span {
		width: 150px;
	}
	.list-team li a div {
		width: calc(100% - 170px);
		padding-right: 0;
	}
	.list-team li a div ins {
		margin-top:20px;
	}
	.list-team li a div ins em {
		width: 100px;
		margin-right: 0;
		line-height: 30px;
		font-size: 14px;
		border: none;
		text-align: left;
	}
	.view-team {
		padding: 20px;
		margin:10px 0;
	}
	.view-team .d01 {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.view-team .d01 img {
		width: 200px;
	}
	.view-team .d01 {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.view-team .d01 em {
		position: absolute;
		left: 50%;
		margin-left: -65px;
		bottom: 20px;
	}
	.view-team .d02 {
		width: 100%;
	}
	.view-team .d02 .view-title {
		text-align: center;
		margin-bottom:10px;
	}
	.view-team .d02 .p01 {
		text-align: center;
	}
	.honor-nav li span{
		width:50px;
	}
	.honor-nav li h3 {
		font-size: 14px;
	}
	.list-honor {
		margin-top: 30px;
	}
	.list-honor h2 {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.list-honor li {
		width: 48%;
		margin:2% 1%;
		float:none;
		display:inline-block;
	}
	.list-honor li span {
		padding-bottom: 25px;
		background-size: 100% 25px;
	}
	.list-honor li a h3 {
		font-size: 12px;
		margin: 5px 0;
	}
	.list-tit02 h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.list-tit02 p {
		letter-spacing: 5px;
		font-size: 20px;
	}
	.list-page {
		margin: 30px 0;
	}
	.conmap iframe {
		height: 200px !important;
	}
	.list-con01 {
		margin: 30px 20px;
		width: auto;
	}
	.list-con01 .c01 {
		width: 100%;
	}
	.list-con01 .c01 h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.list-con01 .c01 p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.con-message {
		width: 100%;
		margin-top: 40px;
		font-size: 14px;
	}
	.con-message h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.formonebox h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.mbtel{
		padding-left:19px;
		font-size:16px;
		background:url(/template/index/public/54/54-0049/images/tel01.png) no-repeat left center;
		background-size: 15px;
		float: right;
		color: #333;
		font-weight: bold;
		line-height: 55px;
		margin-right: 52px;
	}
	.mbtel a{
		display:block;
		color:#333;
	}
	.partner02{
		border-right:1px solid #eee;
		margin-top:20px;
	}
	.partner02 ul{
		margin-top:0;
	}
	.partner02 li{
		width:33.33%;
	}
	.partner02 li a{
		padding:10px 0;
	}
	.partner02 li a img{
		width:70%;
	}
	.security {
		margin: 30px 0;
	}
	.security h2 {
		font-size: 18px;
		letter-spacing: 10px;
		background:none;
		margin-bottom:20px;
	}
	.security h2 p {
		font-size: 12px;
		margin-top: 5px;
	}
	.security li {
		width: 16.666%;
	}
	.security li a {
		margin-bottom: 1px;
	}
	.security li h3 span {
		height: 10px;
		line-height: 10px;
		border: none;
		font-style: italic;
	}
	.security li h3 {
		font-size: 11px;
		letter-spacing: 0px;
		margin-top: 17px;
		margin-bottom: 15px;
	}
	.floatform {
		width: 90%;
		height: 300px;
		left: 5%;
		margin-left: 0;
		margin-top: -150px;
		background-size: 92% 90%;
	}
	.floatform h3 {
		font-size: 20px;
		margin-top: 25px;
		letter-spacing: 2px;
	}
	.floatform p {
		font-size: 14px;
		letter-spacing: 4px;
		margin: 5px 0;
	}
	.floatform p strong {
		font-size: 16px;
	}
	.floatform form {
		width: 80%;
	}
	.floatform .layui-form-pane .layui-input {
		line-height: 36px;
		height: 36px;
	}
	.floatform .close01 {
		right: 23px;
		top: 18px;
		font-size: 20px;
	}
	.floatform .layui-form-pane .layui-input::placeholder{
		font-size:12px;
		letter-spacing:2px;
	}
	.mbdanjian01 img{
		width:100%;
		height:auto;
	}
	.danjian02 {
		padding: 20px !important;
		margin: 0 10px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.danjian02 h2 {
		font-size: 20px;
	}
	.danjian02 .dj-tit p {
		font-size: 12px;
		margin: 14px 0;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	.danjian02 .prev-dj, .danjian02 .next-dj{
		top:82%;
	}
	.view-gongdi {
		margin-top: 50px;
	}
	.gongdi-tit ul{
		padding-bottom:10px;
		padding-top:25px;
	}
	.gongdi-tit h1 {
		font-size: 20px;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
	.gongdi-tit li {
		width: 100%;
		border: none;
		text-align: left;
		padding: 5px 20px;
		background: #fbf2f3;
		box-sizing: border-box;
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}
	.gongdi-tit li span {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin: 0;
		top: 0;
		left: 0;
		text-align: center;
		position: initial;
		float: left;
		margin-right: 10px;
	}
	.gongdi-tit li h3 {
		margin-top: 0;
		line-height: 26px;
	}
	.gongdi-tit {
		text-align: center;
		margin-bottom: 30px;
	}
	.view-gongdi .ul01 li div.d01 {
		padding: 30px 0;
		width: 100%;
		padding-left: 0;
	}
	.view-gongdi .ul01 li .d01 h2 em {
		font-size: 22px;
	}
	.view-gongdi .ul01 li div.d01 h2 {
		position: inherit;
		width: 100%;
		text-align: left;
		transform: translateY(0);
		margin-bottom: 20px;
	}
	.view-gongdi .ul01 li div.d01 h2 strong {
		font-size: 50px;
		width: 50px;
	}
	.view-gongdi .ul01 li {
		padding-bottom: 70px;
	}
	.view-gongdi .ul01 li div.d01 div {
		font-size: 12px;
		color: #666;
		line-height: 1.7;
	}
	.list-gongdi li {
		width: 80%;
		margin: 0 10%;
		margin-bottom: 4%;
	}
	.list-gongdi li a div {
		position: inherit;
		padding: 5px 0;
	}
	.ftcon01 {
		width: auto;
		margin: 0 0 15px 10px;
		border-radius: 20px;
	}
	.ftcon01 p
	,.ftcon01 .p02  {
		font-size: 14px;
		padding-left:0;
		background:none;
		margin-bottom: 5px;
		background-size: 15px;
		text-align:left;
	}
	.ftcon01 p a{
		color:#fff;
		font-size:27px;
		font-weight:bold;
		display:block;
		line-height:1.2;
		text-align:center;
	}
	.view-vrshow ins.down{
		display:none;
	}
	.ftcon01 p a em {
		font-size: 20px;
		display: inline-block;
		margin-right: 6px;
		font-weight: normal;
		color: #fff;
		transform: translateY(-2px);
	}
	.ftcon01 .p02 {
		font-size: 12px;
		letter-spacing: 2px;
	}
	.copy .default-copyright {
		line-height: 1.6;
	}
	.pagination{
		margin-bottom:20px;
	}
	.floatorder .d01 .layui-input, .floatorder .d01 .layui-textarea{
		height: 30px;
		font-size:12px;
	}
	.floatorder .layui-form-pane .layui-input-block{
		min-height:25px;
	}
	.floatorder .layui-form-item{
		margin-bottom:6px;
	}
	.floatorder .d01 .layui-textarea{
		min-height:70px;
	}
	.floatorder .d01 ins {
		width: 70px;
		height: 70px;
		line-height: 60px;
		font-size: 20px;
		margin-left: -35px;
		top: -35px;
	}
	.ourcase01 li h3{
		max-width:100%
	}
	.tdy-screening-select-item-value {
		background: #fff;
		width: 100%;
	}
	.ismobile .tdy-screening-select-item-show {
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.ismobile .tdy-screening-select-item-show span{
		margin-left:5px;
	}
	.ismobile .tdy-screening-select-item {
		margin: 0 1.65%;
		width: 30%;
		padding: 3px 0 5px 0;
		background: #fff;
	}

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

}
@media screen and (max-width:320px){   
	header h1 img {
		height: 44px;
	}
	.mbtel {
		font-size: 14px;
	}
	.ismobile .tdy-screening-select-item-show {
		padding-left: 10px;
	}
}
