
/*** 
 .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}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 3573502 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') 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;
}
.module-about-index{
	background: #F0F4FC;
}
/*用户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;
}
/*文章内容样式初始化*/
.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 img{
	max-width:100%;
	height:auto !important;
}
.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;}


/*分页按钮*/
.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-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-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;
}
.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(8.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(9.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;
}

body{
	overflow-x: hidden;
	position:relative;
}
.syntaxhighlighter{
	display: block;
}
.topbox {
    position: fixed;
    bottom:50px;
    right: 20px;
    height: 40px;
    line-height: 44px;
    width: 40px; 
    text-align: center;
    z-index: 11;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #ccc;
}
.module-index-index .header{
	display:none;
}
.header {
	padding: 10px 100px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .3s;
}
.indexheader{
	padding: 10px 100px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .3s;
}
.indexheader.a{
	background: rgba(51,51,51,0.7);
	padding: 5px 100px;
}
.indexheader.a .menu li a{
	padding: 15px 35px;
}
.w960 .indexheader .menu li a{
	padding:  17px 12px 10px;
}
.w960 .indexheader.a .menu li a{
	padding: 10px 12px 10px;
}
.logo img{
	max-height: 70px;
	width: auto;
	transition: all .3s;
}
.w960 .logo img{
	max-height: 60px;
}
.indexheader.a .logo img{
	max-height: 55px;
}
.w960 .indexheader.a .logo img{
	max-height: 50px;
}
.indexheader.a .menu p{
	margin-top: 8px;
}
.w960 .indexheader.a .menu p{
	margin-top: 0;
}
.indexheader .menu > ul{
	float: left;
}
.indexheader .menu li a{
	color: #fff;
	font-size: 16px;
	padding: 20px 33px;
	display: block;
	transition: all .3s;
	position: relative;
}
.indexheader .w960 .menu li a{
	padding: 20px 30px;
}
.w960 .indexheader .menu li a{
	font-size: 14px;
}
.indexheader .menu > ul > li > a::before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0px;
    left: 50%;
    transition: all .4s;
    background: #fff;
}
.indexheader .menu > ul > li.a > a::before 
,.indexheader .menu > ul > li:hover > a::before{
	width: 50px;
	margin-left: -25px;
}
.indexheader .menu li ul {
    background: rgba(51,51,51 ,0.6);
    padding: 6px 0;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
    width: 100%;
}
.indexheader .menu li ul li {
    margin: 0;
}
.indexheader .menu li:hover ul{
	display: none;
}
.indexheader .menu li ul li a{
	font-size: 14px;
    font-weight: normal;
	padding: 8px 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
    transition: all .3s;
    background: url(../image/news_list_more.png) no-repeat 15px center;
    background-size: 5px;
}
.indexheader .menu li ul li:last-child a{
	border:none;
}
.indexheader.a .menu li ul li a {
	padding: 8px 0;
}
.indexheader .menu li ul li:hover a{
	background-position:25px center;
	text-indent:10px;
}
.header .menu p{
	padding-left: 40px;
	color: #2196F3;
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
	float: right;
	background:url(../image/b_tel.png) no-repeat center left;
}
.indexheader .menu p{
	padding-left: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
	float: right;
	background:url(../image/tel.png) no-repeat center left;
}
.w960 .indexheader .menu p{
	padding-left: 24px;
    font-size: 18px;
    background-size: 18px 18px;
    margin-left: 10px;
}
.banbox{
	position:relative;
	background-color:#000;
}
.banbox .banner li{
	text-align:center;
}
.banbox .banner .banner-text{
	color:#fff;
	text-align:center;
	line-height: 4.3em;
	font-family:cursive,fangsong,monospace,serif, Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif;
}
.banbox .banner .banner-text .p2 .num{
	font-family:fangsong,monospace,serif, Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif;
	font-size:15px;
}
.banbox .banner img{
	max-width:100%;
	height:auto;
}
@keyframes bannerText
{
    from {letter-spacing:0;}
    to {letter-spacing:10px;}
}

@-webkit-keyframes bannerText
{
    from {letter-spacing:0;}
    to {letter-spacing:10px;}
}
@keyframes bannerTextM
{
    from {letter-spacing:0;}
    to {letter-spacing:5px;}
}

@-webkit-keyframes bannerTextM
{
    from {letter-spacing:0;}
    to {letter-spacing:5px;}
}
.banbox .banner .banner-text .p1,
.ispc .banbox .banner .banner-text .p3{
	animation: bannerText 5s;
    -webkit-animation: bannerText 5s;
}
.ismobile .banbox .banner .banner-text .p3{
	animation: bannerTextM 5s;
    -webkit-animation: bannerTextM 5s;
}

.banbox .banner .banner-text .p3{
	font-size: 60px;
    font-weight: 600;
    letter-spacing: 10px;
}
.banbox .banner .banner-text .p2{
	font-size: 30px;
	color: #c7c7c7;
	letter-spacing: 1px;
}
.banbox .banner .banner-text .p1{
	font-size: 70px;
    font-weight: 600;
	letter-spacing: 10px;
}
.banbox .banner .banner-text span{
	display: inline-block;
    background: #808080;
    width: 1px;
    height: 77px;
    margin: 20px;
}
.banner li div{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.banner li div img{
	width: 100%;
	height: auto;
}
canvas{
	position: absolute;
	left: 0;
	top: 0;
}
.header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
    z-index: 11;
}
.header .logo a {
    display: block;
    line-height:90px;
}
.header .logo a img {
    max-height: 65px;
}
.menu li{
	clear:none;
}
.header .menu li a {
    display: block;
    font-size: 18px;
    padding: 30px 30px;
}
.w960 .header .menu li a{
	padding: 15px 22px;
}
.menu li:hover a.nav-a-1,.menu li.a a.nav-a-1{
	color: #348bf5;
}
.menu li ul {
    background: #fff;
    min-width: 120px;
    text-align: center;
    border-top: 2px solid #348bf5;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
	left:50%;
	transform:translateX(-50%);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.menu li:hover ul{
	display:none;
}
.header .menu li ul li a ,.w960 .header .menu li ul li a{
    font-size: 14px;
    padding: 8px 0;
}
.header .menu li ul li:hover a{
	color: #348bf5;
	background:#F0F4FC;
}
.fuwustyle{
	background: #000 url(../image/bg01.png) no-repeat center;
	padding: 200px 0;
	position: relative;
}
.fuwustyle .lx01
,.fuwustyle .lx02{
	position: fixed;
	width: 95px;
	height: 55px;
	background:url(../image/liux.png) no-repeat center;
	background-size: 100%;	
	webkit-animation: starAnimation1 4s linear infinite;
    -moz-animation: starAnimation1 4s linear infinite;
    -o-animation: starAnimation1 4s linear infinite;
    animation: starAnimation1 4s linear infinite;
	opacity: 0;
}
.fuwustyle .lx02{
	webkit-animation:starAnimation2 3s linear infinite;
    -moz-animation: starAnimation2 3s linear infinite;
    -o-animation: starAnimation2 3s linear infinite;
    animation: starAnimation2 3s linear infinite;
	opacity: 0;
}
@keyframes starAnimation2{
	0%, 25% {opacity: 1;} 0% {top: 150px;left: 90%;} 25% {top: 230px;left: 81%;}
	50%, 75% {opacity: 1;} 50% {top: 310px;left: 72%;} 75% {top: 390px;left: 63%;}
	100% {top: 470px;left: 54%;opacity: 0;}
}
@-webkit-keyframes starAnimation2 {
	0%, 25% {opacity: 1;} 0% {top: 150px;left: 90%;} 25% {top: 230px;left: 81%;}
	50%, 75% {opacity: 1;} 50% {top: 310px;left: 72%;} 75% {top: 390px;left: 63%;}
	100% {top: 470px;left: 54%;opacity: 0;}
}
@-moz-keyframes starAnimation2{
	0%, 25% {opacity: 1;} 0% {top: 150px;left: 90%;} 25% {top: 230px;left: 81%;}
	50%, 75% {opacity: 1;} 50% {top: 310px;left: 72%;} 75% {top: 390px;left: 63%;}
	100% {top: 470px;left: 54%;opacity: 0;}
}
@-o-keyframes starAnimation2{
	0%, 25% {opacity: 1;} 0% {top: 150px;left: 90%;} 25% {top: 230px;left: 81%;}
	50%, 75% {opacity: 1;} 50% {top: 310px;left: 72%;} 75% {top: 390px;left: 63%;}
	100% {top: 470px;left: 54%;opacity: 0;}
}
@keyframes starAnimation1{
	0%, 25% {opacity: 1;} 0% {top: 65px;left: 58%;} 25% {top: 200px;left: 47%;}
	50%, 75% {opacity: 1;} 50% {top: 335px;left: 36%;} 75% {top: 470px;left: 25%;}
	100% {top: 605px;left: 14%;opacity: 0;}
}
@-webkit-keyframes starAnimation1 {
	0%, 25% {opacity: 1;} 0% {top: 65px;left: 58%;} 25% {top: 200px;left: 47%;}
	50%, 75% {opacity: 1;} 50% {top: 335px;left: 36%;} 75% {top: 470px;left: 25%;}
	100% {top: 605px;left: 14%;opacity: 0;}
}
@-moz-keyframes starAnimation1{
	0%, 25% {opacity: 1;} 0% {top: 65px;left: 58%;} 25% {top: 200px;left: 47%;}
	50%, 75% {opacity: 1;} 50% {top: 335px;left: 36%;} 75% {top: 470px;left: 25%;}
	100% {top: 605px;left: 14%;opacity: 0;}
}
@-o-keyframes starAnimation1{
	0%, 25% {opacity: 1;} 0% {top: 65px;left: 58%;} 25% {top: 200px;left: 47%;}
	50%, 75% {opacity: 1;} 50% {top: 335px;left: 36%;} 75% {top: 470px;left: 25%;}
	100% {top: 605px;left: 14%;opacity: 0;}
}

.fade_in_down{
	opacity: 0;
	transform: translateY(80px);
	-ms-transform:translateY(80px);
	-moz-transform:translateY(80px);
	-webkit-transform:translateY(80px);
	-o-transform:translateY(80px);
}
.fade_in_up{
	opacity: 1;
	transform: translateY(0);
	transform: translateX(0);
	transition: 1.5s;
}
.fuwustyle .d01{
	width: 628px;
	margin: auto;
	margin-bottom: 50px;
}
.fuwustyle .d01 ul{
	position: relative;
	height: 402px;
}
.fuwustyle .d01 li{
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
	visibility: visible;
	position: absolute;
	width: 100%;
	left:0;
	top: 0;
}
.fuwustyle .d01 li.a{
	opacity: 1;
	transform: translateY(0);
	visibility:inherit;
}
.fuwustyle .d01 li img{
	width: 100%;
	height: auto;
}
.fuwustyle .d02 ul{
	text-align: center;
}
.fuwustyle .d02 li{
	display: inline-block;
	*display:inline;
	margin: 0 70px;
	transition: all .3s;
}
.w960 .fuwustyle .d02 li{
	margin: 0 60px;
}
.fuwustyle .d02 li span{
	display: block;
	width: 100px;
	height: 100px;
	background: #191919;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #191919;
}
.fuwustyle .d02 li h3 {
    color: #666;
    font-size: 20px;
    margin-top: 20px;
	transition: all .3s;
}
.fuwustyle .d02 li img{
	width: 100%;
	height: auto;
}
.ispc .fuwustyle .d02 li:hover
,.ispc .fuwustyle .d02 li.a{
	transform: translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.fuwustyle .d02 li:hover span
,.fuwustyle .d02 li.a span{
	border: 5px solid #444;
}
.fuwustyle .d02 li:hover h3
,.fuwustyle .d02 li.a h3{
	color: #fff;
}

.fuwustyle .d02.reColor li:hover h3
,.fuwustyle .d02.reColor li.a h3{
	color: #000;
}

.function{
	padding:70px 0;
	transition:all 0.5s;
	/*
	background:#000;
	*/
}
.function .tit01{
	color: #333;
	transition:all 1s;
}
.function.a{
	background:#fff;
}
.function.a .tit01{
	color: #333;
}
.tit01{
	text-align:center;
	color:#333;
	margin-bottom:30px;
}
.tit01 h2 {
    font-size: 35px;
    font-weight: bold;
	margin-bottom:10px;
}
.tit01 p {
    font-size: 16px;
    letter-spacing: 2px;
	text-transform: uppercase;	
}
.function li {
    float: left;
    width: 23.95%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
	position:relative;
}
.function li.f01,.function li.f02,.function li.f03{
	width:49.3%;
	margin-right:1.4%;
}
.function li.f02{
	margin-right:0;
}
.function li a{
	display:block;
	color:#fff;
}
.function li span{
	display:block;
	overflow:hidden;
}
.function li span img{
	width:100%;
	height:auto;
	transition:all .5s;
}
.ispc .function li:hover span img{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.function li div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
	transition:all .5s;
	background:url(../image/yybg.png) no-repeat center -28px;
}
.ispc .function li:hover div{
	padding-bottom:40px;
}
.function li div h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.function li div p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}
.part02{
	padding:70px 0;
	background:#fafafa;
}
.scenebox{
	position:relative;
}
.scenebox li a {
    display: block;
    position: relative;
	background:#000;
}
.scenebox li a img {
    width: 100%;
    height: auto;
    opacity: .8;
	transition:all .5s;
}
.scenebox li:hover a img{
	opacity:.3;
}
.scenebox li div {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
} 
.scenebox li div h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	transition:all .5s;
}
.scenebox li:hover div h3{
	transform: translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.scenebox li div p {
    width: 40px;
    height: 40px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    -webkit-text-stroke-width: initial;
	opacity:0;
	transform: translateY(40px);
	-ms-transform:translateY(40px);
	-moz-transform:translateY(40px);
	-webkit-transform:translateY(40px);
	-o-transform:translateY(40px);
	transition:all .5s;
}
.scenebox li:hover div p{
	transform: translateY(10px);
	-ms-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	-o-transform:translateY(10px);
	opacity:1;
}
.scenebox li div p:hover{
	background:#fff;
	color:#333;
}
.scenebox .prev01, .scenebox .next01 {
    width: 50px;
    height: 50px;
    left: -70px;
    position: absolute;
    top: 60%;
    font-size: 35px;
    text-align: center;
}
.scenebox .next01{
	left:auto;
	right:-70px;
}
.tit02 {
    margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.tit02 h2 {
    float: left;
    font-size:18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 20px;
	position:relative;
}
.tit02 h2::before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	bottom:-1px;
	left:0;
	background:#2468f2;
}
.tit02 h2 em {
    -webkit-text-stroke-width: inherit;
    margin-right: 5px;
    font-size: 18px;
	color: #1b5adc;
}
.tit02 a {
    float: right;
    color: #999;
	transition:all .3s;
}
.tit02 a:hover{
	color:#1b5adc;
}
.tit02 a:hover em{
	border-color:#1b5adc;
	color:#1b5adc;
}
.tit02 a em {
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    border-radius: 50%;
    display: inline-block;
	*display:inline;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    margin-left: 3px;
    color: #999;
	transition:all .3s;
}
.servicebox {
	padding:70px 0 130px 0;
	background:url(../image/logobg.png) no-repeat center;
	background-size: cover;
}
.tit03 h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.logobox{
	position:relative;
}
.service li {
    float: left;
    width: 15.66%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    margin: 0.5%;
}
.ismobile .service li{
	padding: 2px;
}
.ispc .service li img{
	max-width: 91%;
}
.service li a{
	display:block;
}
/*
.service li img {
    width: 100%;
    height: auto;
}
*/
.helpbox {
    padding: 30px;
    background: #fff;
    margin-top: -80px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.ispc .helpbox h2 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #497fec;
    margin-top: 16px;
}
.helpbox h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}
.ispc .helpbox ul {
    float: left;
    width: 66%;
    margin-left: 10%;
}
.helpbox .more {
    display: block;
    float: right;
    width: 100px;
    height: 60px;
    background: #497fec;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 16px;
}
.helpbox .more em {
    display: block;
    color: #fff;
    padding-top: 8px;
}
.helpbox .more::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #497fec;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    left: -5px;
    top: 50%;
    margin-top: -6px;
}
.helpbox li {
    float: left;
    width: 46%;
    margin-right: 4%;
}
.helpbox li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 31px;
	position:relative;
	padding-left:17px;
	transition:all .5s;
}
.helpbox li:hover a {
    color: #2468f2;
	text-decoration: underline;
}
.helpbox li:hover a em{
     background: #2468f2;
}
.helpbox li a em {
    display: block;
    width: 5px;
    height: 5px;
    background: #aaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
	transition:all .5s;
}
.part04 {
    box-sizing: border-box;
	margin-top: 40px;
	/*
    padding: 20px;
    border: 1px solid #dedede;
	*/
    
}
.ispc .part04 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.part04 h2 p {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 5px;
}
.part04 .guwen li {
    margin-right: 20px;
    float: left;
}
.part04 .guwen li a.gray{
	color: #b3b3b3;
}
.part04 .guwen li div{
}
.part04 .guwen li{
    display: block;
    font-size: 12px;
    color: #333;
    padding: 5px 0;
	transition:all .3s
}
.part04 .guwen .more02 {
    display: block;
    width: 80px;
    float: right;
    font-size: 16px;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-right: 20px;
    border: 20px solid #497fec;
    background: #1b5adc;
}
.part04 .guwen .more02::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
	left:50%;
	top:50%;
    border-radius: 50%;
    background: #2468f2;
	opacity:0;
	transition:all .8s;
}
.part04 .guwen .more02:hover::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    left: -20px;
    top: -20px;
	opacity:1;
}
.part04 .guwen .more02 span{
	display:block;
	position:relative;
}
.part04 .guwen .more02:hover span{
	color:#fff;
}

.part05 {
	margin-top: 70px;
	position:relative;
	height:400px;
	overflow:hidden;
}
@keyframes actionx{
	0% {
		margin-left: -1500px;
		top: 0px;
	}
	25% {
		margin-left: -1390px;
		top: 15px;
	}
	50% {
		margin-left: -1500px;
		top: -15px;
	}
	75% {
		margin-left: -1610px;
		top: 15px;
	}
	100% {
		margin-left: -1500px;
		top: 0px;
	}
}
.part05 .d01{
	width: 3000px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1500px;
    overflow: hidden;
    animation: actionx 50s linear 0s infinite alternate;
    -moz-animation: actionx 50s linear 0s infinite alternate;
    -webkit-animation: actionx 50s linear 0s infinite alternate;
    -o-animation: actionx linear 50s infinite alternate;
}
.part05 .d01 img{
	width:100%;
	height:auto;
}
.part05 .d02{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #6c6c6c;
	opacity: 0.8;
}
.part05 h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
	margin-top:70px;
}
.part05 h2 span {
    display: block;
    width: 1px;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}
.part05 ul {
    text-align: center;
}
.part05 li {
    display: inline-block;
    padding: 0 100px;
}
.w960 .part05 li{
	padding: 0 90px;
}
.part05 li h3 {
    font-size: 16px;
    color: #fff;
}
.part05 li h3 span {
    font-size: 70px;
    display: block;
	font-family: fantasy;
}
.ispc .part05 li h3 span{
	width:178px;
}
.part05 li em {
    font-style: normal;
    font-size: 20px;
    margin-left: 5px;
}
.indexft{
	padding:50px 0;
	background:#373F5E;
}
.indexft01 {
    /*width: 45%;*/
}
.indexft01 h2 {
    color: #fff;
    font-size: 25px;
	margin-bottom:20px;
}
.indexft01 h3 {
    font-size: 20px;
    color: #fff;
    font-family: cursive;
    letter-spacing: 5px;
}
.indexft01 .d01{
	margin-top:20px;
}
.indexft01 .d01 p {
    font-size: 16px;
    color: #828698;
    line-height:2;
}
.indexft01 .d01 p  a{
	color: #828698;
}
.indexft01 .d02 {
    margin-top: 20px;
}
.indexft01 .d02 span {
    display: block;
    float: left;
    width: 130px;
    margin-right: 20px;
}
.indexft01 .d02 span img {
    width: 100%;
    height: auto;
}
.indexft01 .d02 span h3 {
    font-family: auto;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
	color:#828698;
}
.indexft01 .d02 p a{
	font-size: 16px;
	color: #fff;
	line-height:2;
}
.indexft01 a.ftmore {
    display: block;
    width: 200px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient( 90deg, #1b5adc, #457cec);
    margin-top: 30px;
    font-size: 16px;
	color:#fff;
}
.indexft02{
	width:45%;
	padding-left: 5%;
	border-left: 1px solid #454e6f;
}
.indexft02 h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.indexft02 .layui-form-item{
	margin-bottom:10px;
}
.indexft02 .layui-form-item label {
    background-color: transparent;
    color: #828698;
    border: none;
    font-size: 16px;
    width: auto;
    padding:8px 0;
}
.indexft02 .layui-form-item input {
    background: none;
    border: none;
	color:#828698;
	font-size:16px;
    border: 1px solid #454e6f;
}
.indexft02 .layui-form-item input::placeholder{
	color:#373f5e;
}
.indexft02 .layui-form-item[pane]{
	border:none;
}
.indexft02 .layui-form-pane .layui-form-item[pane] .layui-form-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-width: 0 1px 0 0;
}
.indexft02 .layui-form-pane .layui-form-item[pane] .layui-input-block {
    margin-left: 0;
    padding-top: 40px;
}
.indexft02 .layui-form-item .layui-input-block {
    left: 0;
}
.indexft02 .default-form-field_message .layui-input-block{
	margin-left:0;
}
.indexft02 .layui-form-checkbox span {
    background-color: #454e6f;
	color: #9ca1b7;
}
.indexft02 .layui-form-checkbox,.indexft02 .layui-form-select dl dd.layui-disabled {
    background-color: #373f5e;
}
.indexft02 .layui-form-checkbox{
	border: 1px solid #454e6f;
	margin: 4px 10px 4px 0;
}
.indexft02 .layui-form-checked, .indexft02 .layui-form-checked:hover {
    border-color: #fff !important;
	background: #fff;
}
.indexft02 .layui-form-checked i, .indexft02 .layui-form-checked:hover i {
    color: #373f5e;
}
.indexft02 .layui-btn {
    padding: 0 30px;
    background: linear-gradient( 90deg, #1b5adc, #457cec);
}
.indexft02 .layui-form-pane .layui-form-text .layui-textarea{
    background: none;
    border-color: #454e6f;
    color: #828698;
    font-size: 16px;
}

.indexcopy {
    background: #2f3654;
    padding: 20px 0;
}
.indexcopy .d01 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.indexcopy .d01 span {
    margin: 0 20px;
    display: flex;
    align-items: center;
}
.indexcopy .d01 span img{
	width: 25px;
	height: auto;
	margin-right: 5px;
}
.links{
	text-align:center;
}
.links li {
    display: inline-block;
    margin-right: 5px;
    color: #828698;
}
.links li a {
    color: #828698;
	transition:all .3s;
}
.indexcopy .default-copyright {
    width: 100%;
    color: #828698;
    margin: auto;
    text-align: center;
}
.indexcopy .default-copyright a {
    color: #828698;
	transition:all .3s;
}
.indexcopy a:hover{
	color:#fff;
}
/*--------------------list-mallpage-------------*/
.mallban {
    position: relative;
}
.mallban img {
    width: 100%;
    height: auto;
}
.mallban .d01 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
	font-weight: bold;
    transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.mallban .d01 h2 {
    font-size: 50px;
    margin-bottom: 10px;
	font-weight: bold;
}
.mallban .d01 p {
    font-size: 40px;
    letter-spacing: 5px;
}
.mall-scene {
    padding: 70px  0 30px 0;
}
.mall-scene ul{
	margin-top:60px;
}
.mall-scene li {
    float: left;
    width: 20%;
    margin-right: 6.666%;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    transition: all .5s;
    border-radius: 15px;
    overflow: hidden;
}
.ispc .mall-scene li:hover{
	transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	-o-transform:translateY(-30px);
	box-shadow:0 5px 20px rgba(0,0,0,0.1);
}
.mall-scene li span {
    display: block;
    width: 120px;
    text-align: center;
    line-height: 120px;
    height: 120px;
    margin: auto;
    background: #F0F4FC;
    border-radius: 50%;
	transition:all .3s;
}
.mall-scene li:hover span{
	width:100%;
	border-radius:0;
}
.mall-scene li img {
    width: 50px;
    height: auto;
	opacity:.9;
	transition:all .3s;
}
.mall-scene li:hover img{
	opacity:1;
}
.mall-scene li div {
    padding: 20px 10px 0 0;
    transition: all .3s;
    text-align: center;
}
.mall-scene li div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin: 5px 0;
}
.mall-scene li div p {
    font-size: 12px;
    color: #666;
	opacity:0;
	transition:all .3s;
	transform:translateY(5px);
	-ms-transform:translateY(5px);
	-moz-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	-o-transform:translateY(5px);
}
.mall-scene li:hover div p 
,.mall-scene li:hover div a{
	opacity:1;
	transform:translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	-o-transform:translateX(0);
}
.mall-scene li div a {
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #3e78fb;
    border-radius: 30px;
    color: #3e78fb;
    margin: auto;
    margin-top: 10px;
	transform:translateY(5px);
	-ms-transform:translateY(5px);
	-moz-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	-o-transform:translateY(5px);
	opacity:0;
	transition:all .3s;
}
.mallstyle {
    padding: 70px 0;
    background:url(../image/mallstyle.jpg) no-repeat center;
}
.mallstyle li {
    float: left;
    width: 23%;
    margin: 0 1%;
    background: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
	border-radius:10px;
	box-shadow: 0px 0px 17px 0px rgba(36,104,242,.13);
	transition:all .3s;
}
.mallstyle li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	box-shadow: 0px 0px 25px 0px rgba(36,104,242,.20);
}
.mallstyle li span {
    display: block;
    width: 100px;
    margin: auto;
}
.mallstyle li img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.mallstyle li div h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}
.mallstyle li div p {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    color: #666;
}
.mallfenxiao {
    padding-top: 70px;
}
.mallfenxiao .fenxiao {
    padding: 30px 0;
}
.mallfenxiao li {
    float: left;
    width: 24%;
    padding-bottom:30px;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
	margin-right:1.32%;
	border-radius:5px;
}
.mallfenxiao li:last-child{
	margin-right:0;
}
.mallfenxiao li h3 {
    margin-bottom: 30px;
    position: relative;
}
.mallfenxiao li h3 span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    display: block;
    top: 24px;
    left: 25px;
	text-shadow: 2px 3px 0px rgba(0,0,0,0.2);
}
.mallfenxiao li h3 img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.mallfenxiao li .d01 p{
    font-size: 14px;
    margin: 5px 0;
    color: #666;
	transition:all .3s;
}
.mallfenxiao li .d01 p:hover{
	text-decoration:underline;
	color:#1b5adc;
}
.mallfenxiao .d02 ins p:hover{
	text-decoration:underline;
}
.mallfenxiao li .d02 {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff;
    top: 50%;
    opacity: 0;
	border-radius:5px;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0,0,0 ,0.15);
}
.mallfenxiao li:hover .d02 {
	width:120%;
	opacity:1;
	top:-10%;
	height:120%;
	left:-10%;
	box-sizing: border-box;
}
.mallfenxiao .d02 span{
	display:block;
	position:relative;
}
.mallfenxiao .d02 span img {
    width: 100%;
    height: auto;
	border-radius: 5px 5px 0 0;
}
.mallfenxiao .d02 span h4 {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    text-align: left;
    width: 70%;
    line-height: 1.3;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.mallfenxiao .d02 span h4 p {
    font-size: 14px;
    color: #fff;
    margin-top: 3px;
}
.mallfenxiao .d02 ins {
    display: block;
    text-align: left;
	padding:25px;
}
.mallfenxiao .d02 ins p {
    font-size: 12px;
    margin: 10px 0;
    color: #666;
    padding-left: 25px;
	background:url(../image/dagou.png) no-repeat left 1px;
	background-size:15px;
	transition:all .3s;
}
.mallfenxiao .d02 ins p strong{
	color:#f34c0d;
}
.mallmarketing{
	padding-top:50px;
}
.marttit {
    position: relative;
}
.marttit img{
	width:100%;
	height:auto;
	border-radius: 5px;
}
.marttit div {
    position: absolute;
    left: 5%;
    top:50px;
    color: #fff;
}
.marttit h3 {
    font-size: 30px;
    font-weight: bold;
}
.marttit p {
    font-size: 16px;
    margin-top: 10px;
}
.marketing {
    margin-top: 20px;
	padding-bottom:70px;
}
.marketing li a{
	display: block;
}
.marketing li span{
	display: block;
}
.marketing li img {
    width: 100%;
    height: auto;
	border-radius: 5px;
}
.marketing li .d01{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
	border-radius: 5px;
}
.marketing li span {
    display: block;
    width: 60px;
    margin: 15px 0 5px 15px;
}
.marketing li .d01 .d02 h3 {
    position: absolute;
    left: 15px;
    font-size: 16px;
    transition: all .5s;
}
.marketing li .d01 .d02 h3 p {
    text-transform: capitalize;
    font-size: 12px;
}
.marketing li .d01 .d02 .h02 {
    bottom: 80px;
    left: 30px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}
.marketing li .d01 .d02 em{
	position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #999;
    bottom: 15px;
    opacity: 0;
}
.marketing li .d01 .d02 em.e01 {
    left: 23px;
    opacity: .5;
}
.marketing li .d01 .d02 em.e02{
	right: 40px;
    opacity: 0;
    transition: all .5s;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}
.marketing li:hover .d01 .d02 em.e01{
    opacity: 0;
}
.marketing li:hover .d01 .d02 em.e02{
    opacity: 1;
    right: 15px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.marketing .markprev, .marketing .marknext {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    line-height: 40px;
    right: 70px;
    bottom: 10px;
    position: absolute;
    z-index: 2;
	cursor: pointer;
    transition: all .3s;
}
.marketing .marknext{
	right:10px;	
}
.marketing .markprev:hover, .marketing .marknext:hover{
	background:#1b5adc;
	color:#fff;
}
.mallmore {
    margin-top: 30px;
    text-align: center;
    position: relative;
	overflow:hidden;
}
.mallmore .diy-edit-but{
	top:-20px;
}
.mallmore img{
	width:100%;
	height:auto;
}
.mallmore h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin: 50px 0 30px 0;
}
.mallmore div.d01 {
    position: absolute;
    width: 100%;
	height:100%;
    text-align: center;
	left:0;
	top:0;
	background:rgba(0,90,255,0.7);
	z-index:2;
}
.mallmore div p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.mallmore span{
	display:block;
	position:absolute;
	width:400px;
	height:260px;
	bottom:0;
	right:10%;
	background:url(../image/hand_right.png) no-repeat center;
}
.mallmore div.d01 a {
    display: block;
    width: 150px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: auto;
    font-size: 14px;
    margin-top: 20px;
}
.mallmore .more {
    display: block;
    position: absolute;
    width: 80px;
    background: #fff;
    bottom: -40px;
    margin: auto;
    z-index: 2;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    border-radius: 50%;
    line-height: 46px;
    font-size: 16px;
    color: #348bf5;
}
.mallmore .more em{
	position:relative;
	font-style:normal;
}
.mallmore .more::before{
	position:absolute;
	content:'';
	width:100px;
	height:100px;
	left:-10px;
	top:-10px;
	background:#fff;
	opacity:0.2;
	border-radius: 50%;
	-webkit-animation: ripple 1.5s ease-out 0.7s infinite;
    animation: ripple 1.5s ease-out 0.7s infinite;
}
@keyframes ripple{
	0%{
	opacity:0;
	-webkit-transform:scale(.1);
	transform:scale(.1)
	}

	5%{
	opacity:1
	}

	to{
	opacity:0;
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
	}
}
.mallmore ul{
	text-align:center;
}
.mallmore li{
	display:inline-block;
	*display:inline;
	width:11.5%;
	position:relative;
}
.mallmore li::before{
	position:absolute;
	content:'';
	width:20px;
	height:20px;
	top:50%;
	margin-top:-10px;
	right:-10px;
	background:url(../image/xing02.png) no-repeat center;
}
.mallmore li:last-child::before{
	display:none;
}
.mallmore li div {
    width: 80px;
    border-radius: 80px;
    border: 1px solid rgba(255,255,255,0.45);
    height: 130px;
	margin: auto;
	transition:all .3s;
}
.mallmore li:hover div{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.mallmore li ins{
	display:block;
	width:80px;
	height:80px;
	background:#fff;
	border-radius:50%;
	margin:auto;
	text-align:center;
	line-height:80px;
}
.mallmore li ins img {
    width: 34px;
    height: auto;
    padding: 10px;
    background: #f0f4fc;
    border-radius: 50%;
}
.mallmore li h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}
.mallsecurity {
    padding-top: 70px;
}
.mallsecurity ul {
    border: 1px solid #eee;
    border-bottom: none;
    border-right: none;
}
.mallsecurity li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
	padding: 30px 0;
	background:#fff;
	transition:all .3s;
}
.mallsecurity li:hover{
	transform:scale(1.05);
	box-shadow:0 0 15px rgba(19,30,52,0.15);
}
.mallsecurity li span {
    display: block;
    width: 50px;
    margin: auto;
    margin-bottom: 20px;
}
.mallsecurity li span img {
    width: 100%;
    height: auto;
}
.mallsecurity li div {
    text-align: center;
    padding: 0 30px;
}
.mallsecurity li div h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mallsecurity li div p {
    font-size: 14px;
    color: #999;
    height: 63px;
    overflow: hidden;
}
.mallcase{
	padding:70px 0;
	margin-top: 70px;
	background:url(../image/mallcase.jpg) no-repeat center;
}
.mallcasebox{
	box-shadow: 0px 10px 40px 0px rgba(19,30,52,0.15);
	background:#fff;
}
.mallcasebox li a {
    display: block;
    padding: 50px 30px;
    background: #fff;
}
.mallcasebox li a span {
    display: block;
    float: left;
    width: 45%;
}
.mallcasebox li a span img{
	width:100%;
	height:auto;
}
.mallcasebox li a div {
    float: right;
    width: 50%;
}
.mallcasebox li a div h3 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mallcasebox li a div h3::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #1b5adc;
    bottom: 0;
    left: 0;
}
.mallcasebox li a div h4 {
    font-size: 20px;
    font-weight: bold;
	margin:23px 0;
	color: #333;
}
.mallcasebox li a div p {
    font-size: 16px;
    margin-bottom:20px;
    color: #333;
	line-height:1.2;
}
.mallcasebox li a div p em {
    font-style: normal;
    display: inline-block;
	*display:inline;
    width: calc(100% - 50px);
    vertical-align: text-top;
	color:#999;
}
.mallcasebox li a div ins {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    background: linear-gradient(90deg, #1b5adc, #457cec);
    color: #fff;
    margin-top: 20px;
	transition:all .3s;
}
.mallcasebox li a div ins:hover{
	opacity:.8;
}
.mallcase .numbox {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 3;
    width: 100px;
    left: auto;
    text-align: right;
    font-size: 16px;
    color: #999;
}
.mallcase .numbox span.swiper-pagination-current{
	font-size:30px;
	color:#1b5adc;
}
.mallcase01{
	position:relative;
}
.mallprev, .mallnext {
	position:absolute;
	display:block;
	left:-30px;
	top:50%;
	margin-top:-30px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 15px 40px 0px rgba(17,17,61,.1);
	z-index: 2;
}
.mallnext {
	left:auto;
	right:-30px;
}
.mallhelp {
    padding-top: 70px;
}
.mallhelp .tit01 {
    margin-bottom: 25px;
}
.mallhelp .mallkf {
	margin-bottom:10px;
}
.mallhelp .mallkf a{
    float: right;
    padding: 3px 12px;
    background: #1b5adc;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.mallhelp .mallkf a em {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}
.mallhelp li {
    float: left;
    width: 32.65%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.mallhelp li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    border-left: 3px solid #eee;
	transition:all .3s;
}
.mallhelp li:hover a {
	border: 1px solid #1b5adc;
	border-left: 5px solid #1b5adc;
	text-indent:10px;
}
.mallhelp li.limore a {
    text-align: center;
    line-height: 44px;
}
.mallhelp li.limore a em{
	font-size:14px;
	color:#333;
}
.malltips{
	font-size:14px;
	color:#666;
	margin:30px auto;
}
.malltips strong{
	color:#333;
}
.mallfoot {
    background: #373F5E;
    padding: 50px 0;
}
.mallfoot .part05{
	padding:50px 0;
	margin-top:0;
}
.mallfoot01 {
    float: left;
    width: 30%;
}
.mallft01 li{
	margin-bottom:20px;
}
.mallft01 h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.mallft01 li h3{
	font-size: 14px;
    color: #828698;
}
.mallft01 li h3 span {
    display: block;
    font-size: 40px;
    color: #fff;
	line-height: 1;
}
.mallft01 li h3 span em {
    font-style: normal;
    font-size: 20px;
    margin-left: 5px;
}
.mallft02 h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}
.mallft02 li {
    color: #828698;
    font-size: 14px;
    line-height: 1.8;
}
.mallft02 li em {
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}
.mallft03 {
    margin-top: 30px;
}
.mallft03 .d02 span {
    display: block;
    float: left;
    width: 100px;
    margin-right: 20px;
}
.mallft03 .d02 span img {
    width: 100%;
    height: auto;
}
.mallft03 .d02 span h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.malltel01 {
    margin-top: 20px;
    font-size: 14px;
    color: #828698;
}
.malltel01 {
    margin-top: 15px;
    font-size: 12px;
    color: #828698;
}
.malltel01 p em {
    font-size: 16px;
    margin-right: 5px;
    color: #fff;
}
.malltel01 p{
	font-size:18px;
	color: #fff;
}
.malltel02 {
	color: #828698;
    font-size: 14px;
    margin-top: 15px;
}
.malltel02 p a {
    display: block;
    width: 150px;
    line-height: 35px;
    text-align: center;
    margin-top: 3px;
    background: linear-gradient( 90deg, #1b5adc, #457cec);
    color: #fff;
}
.mallfoot02 {
    padding: 20px;
    background: #323a58;
    border: 1px solid #525b80;
	border-radius:3px;
	width: 68%;
    box-sizing: border-box;
}
.mallfoot02 .layui-form-pane .layui-form-item[pane] {
    border-color: #323a58;
}
.mallfoot02 form .layui-form-label{
	background-color:#323a58;
	color:#fff;
	border: none;
    font-size: 16px;
}
.mallfoot02 .layui-form-checkbox span {
    background-color: #454e6f;
    color: #9ca1b7;
}
.mallfoot02 .layui-form-checkbox {
    border: 1px solid #454e6f;
    margin: 4px 10px 4px 0;
}
.mallfoot02 .layui-form-checkbox, .mallfoot02 .layui-form-select dl dd.layui-disabled {
    background-color: #373f5e;
}
.mallfoot02 .layui-form-checked i, .mallfoot02 .layui-form-checked:hover i {
    color: #373f5e;
}
.mallfoot02 .layui-form-checked, .mallfoot02 .layui-form-checked:hover {
    border-color: #fff !important;
    background: #fff;
}
.mallfoot02 .layui-form-pane .layui-form-text .layui-textarea 
,.mallfoot02 .layui-form-pane .layui-input{
    min-height: 80px;
    background: #454e6f;
	border-color: #525b80 !important;
	color:#fff;
	font-size:14px;
}
.mallfoot02 .layui-form-pane .layui-input{
	min-height:38px;
}
.mallfoot02 .layui-form-pane input::placeholder
,.mallfoot02 .layui-form-pane .layui-form-text textarea::placeholder{
	color:#9ca1b7;
}
.mallfoot02 .layui-btn{
	width:200px;
	background:linear-gradient( 90deg, #1b5adc, #457cec);
	display: block;
    margin: auto;
    margin-top: 20px;
}
.mallfoot02 .layui-form-pane .layui-form-text .layui-input-block {
    margin-left: 110px;
    left: -1px;
}
.mallfoot02 .layui-form-pane .layui-form-text .layui-form-label {
    float: left;
    width: 110px;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
}
/*---------------list-website-------------------*/
.websiteban{
	position:relative;
}
.websiteban img{
	width:100%;
	height:auto;
}
.websiteban .d01 {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
	height:560px;
	margin-top:-280px;
}
.w960 .websiteban .d01{
	width:960px;
	margin-left:-480px;
	height:440px;
	margin-top:-220px;
}
.websiteban .d01 img{
	max-width:100%;
	width:auto;
	transition:all 1.5s;
	opacity:0;
	transform:translateY(50px);
	-ms-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-webkit-transform:translateY(50px);
	-o-transform:translateY(50px);
}
.websiteban .d01 h3 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
	transition:all 1.5s;
	opacity:0;
	transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-webkit-transform:translateY(-50px);
	-o-transform:translateY(-50px);
}
.w960 .websiteban .d01 h3{
	font-size:40px;
}
.websiteban .d01.a h3
,.websiteban .d01.a img {
	opacity:1;
	transform:translateY(0);
}
.websitecon {
    border: 1px solid #d1dcf3;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 25px;
	box-shadow: 0 5px 10px #d1dcf3;
	background:#fff;
}
.websitecon .d01 {
    float: left;
    width:33%;
    text-align: center;
	font-size: 12px;
    color: #999;
}
.websitecon .d01 a {
    display: block;
    width: 120px;
    line-height: 38px;
    color:#fff;
    text-align: center;
    margin: auto;
    margin-top: 10px;
	background:linear-gradient(90deg, #1b5adc, #457cec);
}
.websitecon .d02 {
    float: left;
    width:33%;
	text-align: center;
	font-size: 12px;
    color: #999;
}
.websitecon .d02 strong {
    display: block;
    font-size: 18px;
    line-height: 60px;
	color:#000;
}
.websitecon .d03 {
	float: right;
	width: 33%;
}
.websitecon .d03 span {
	display: block;
	width: 80px;
	float: left;
}
.websitecon .d03 span img {
	width: 100%;
	height: auto;
}
.websitecon .d03 div {
	float: left;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.websitecon .d03 div p {
	font-size: 14px;
	margin: 5px 0;
}
.websitecon .layui-btn{
	background:linear-gradient(90deg, #1b5adc, #457cec);
}

.websiteheart {
    padding-top: 70px;
}
.websiteheart li {
    float: left;
    width: 24%;
    margin-right: 1.32%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 50px 20px;
	position:relative;
	transition:all .3s;
}
.websiteheart li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	border: 1px solid #2361df;
}
.websiteheart li span {
    display: block;
    width: 50px;
    margin: -13px auto 25px auto;
}
.websiteheart li span img {
    width: 100%;
    height: auto;
}
.websiteheart li h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    width: 39px;
    top: 0;
    left: 30px;
    line-height: 27px;
    background: linear-gradient(90deg, #1b5adc, #457cec);
    border-radius: 0 0 30px 30px;
}
.websiteheart li p {
    font-size: 14px;
    text-align: center;
}
.websiteheart li p em {
    display: inline-block;
    font-style: normal;
    padding: 3px 20px;
    background: #e5edfd;
    border-radius: 520px;
    color: #666;
    margin: 5px 0;
}
.websiteheart li div {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
	text-align: center;
}
.websitecase{
	padding-top:70px;
}
.case-cattit{
	padding:10px 0;
	border-bottom:1px solid #dedede;
}
.case-cattit ul{
	float:left;
}
.case-cattit li {
    float: left;
}
.case-cattit li a {
    display: block;
    font-size: 16px;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}
.case-cattit li a::after{
	position:absolute;
	content:'';
	width:1px;
	height:14px;
	background:#ddd;
	right:0;
	top:4px;
}
.case-cattit li:last-child a::after{
	display:none;
}
.case-cattit .more {
    display: block;
    float: right;
    font-size: 14px;
}
.case-cattit .more em {
    color: #333;
    font-size: 14px;
}
.bancase{
	margin-top:70px;
}
.bancase img{
	width:100%;
	height:auto;
}
.websitecasebox{
	margin-top:50px;
	margin-bottom: 50px;
}
.websitecase-demo li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
	position:relative;
}
.websitecase-demo li::before{
	position:absolute;
	content:'';
	width: 38px;
    height: 10px;
    bottom: 30px;
	right:20px;
	background:url(../image/jt01.png) no-repeat center;
	background-size: 100%;
	transition:all .5s;
}
.websitecase-demo li:hover::before{
	right:0;
}
.websitecase-demo li span{
	display:block;
	background:#000;
	overflow:hidden;
}
.websitecase-demo li span a{
	display:block;
	position:relative;
}
.websitecase-demo li span a em {
    display: block;
    position: absolute;
    left: 25px;
    top: -20px;
    color: #fff;
    font-size: 14px;
	padding-left:16px;
	transition:all .5s;
	opacity:0;
}
.websitecase-demo li:hover span a em {
	opacity:1;
	top:25px;
}
.websitecase-demo li span a em::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    left: 0;
    top: 4px;
    border-radius: 10px;
}
.websitecase-demo li img{
	width:100%;
	height:auto;
	transition:all .5s;
}
.websitecase-demo li:hover img{
	opacity:.3;
	transform:scale(1.08);
}
.websitecase-demo li h3 {
    font-size: 16px;
    padding: 20px 0;
}
.websitecase-demo li em {
    font-style: normal;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}
.websitecasebox .more {
    display: block;
    margin: auto;
    width: 300px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: linear-gradient(90deg, #1b5adc, #457cec);
}
.websitecasebox .more em{
	color:#fff;
	margin-left:5px;
}
.websitecasebox .prev, .websitecasebox .next {
    position: absolute;
    width: 45px;
    height: 45px; 
    bottom: 0;
    left: 0;
    z-index: 2;
    left: 33%;
	background:url(../image/caseprev.png) no-repeat center;
	background-color: #1d5bdd;
	background-size: 16px;
}
.websitecasebox .next {
	left:auto;
	right:33%;
	background:url(../image/casenext.png) no-repeat center;
	background-color: #447bec;
	background-size: 16px;
}
.websiteyoushi{
	margin:70px auto;
}

.youshi01 li {
    float: left;
    width: 15%;
    margin-right: 2%;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
	transition:all .3s;
}
.youshi01 li:hover{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.youshi01 li span {
    display: block;
    position: relative;
    background: #000;
}
.youshi01 li span img {
    width: 100%;
    height: auto;
    opacity: .7;
}
.youshi01 li span em {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-size: 22px;
    box-sizing: border-box;
    margin-top: -25px;
    font-family: fantasy;
}
.youshi01 li h3 {
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
}
.W960 .youshi01 li h3{
	font-size:12px;
}
.youshi02 {
    margin-top: 50px;
    background: #F0F4FC;
}
.youshi02 h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    width: 30%;
    text-align: center;
    padding-top: 36px;
    color: #4179ea;
}
.w960 .youshi02 h2 {
    padding-top: 23px;
}
.youshi02 div {
    float: right;
    width: 70%;
}
.youshi02 div span {
    display: block;
    float: left;
    width: 48%;
    margin-left: 2%;
	position:relative;
}
.youshi02 div span img {
    width: 100%;
    height: auto;
}
.youshi02 div span h3 {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
	color:#fff;
}
.w960 .youshi02 div span h3{
	font-size:17px;
}
.youshi02 div span a {
    display: block;
    position: absolute;
    left: 30px;
    top: 70px;
    font-size: 14px;
    color: #fff;
    width: 100px;
    line-height: 30px;
    border: 1px solid #fff;
    text-align: center;
}
.w960 .youshi02 div span a {
    top: 64px;
    font-size: 13px;
    width: 90px;
    line-height: 27px;
}
.websitemind{
	margin-top:70px;
	padding:70px 0;
	background:#F0F4FC ;
	background:url(../image/websitemind.jpg) no-repeat center;
	background-size: cover;
}
.mindnews {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(19,30,52,0.15);
    width: 31%;
    margin-right: 3.5%;
}
.mindnews .mindtit {
    background: #1d5cdd;
    position: relative;
}
.mindnews .mindtit img {
    width: 100%;
    height: auto;
    opacity: .7;
}
.mindnews .mindtit h2 {
    position: absolute;
    top: 30px;
    font-weight: bold;
    width: 80%;
    color: #fff;
    left: 10%;
    font-size: 25px;
}
.mindnews .mindtit p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 6px;
}
.mindnews{
	transition:all .3s;
}
.mindnews:hover{
	transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-o-transform:translateY(-20px);
}
.mindnews ul {
    padding: 25px;
	min-height:180px;
}
.mindnews li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #666;
    line-height: 2;
	padding-left:20px;
	transition:all .3s;
}
.mindnews li a:hover{
	text-decoration:underline;
	color:#1b5adc;
}
.mindnews li a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #DAE2F2;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
.mindnews .more { 
	width: 150px;
    height: 44px;
    background:linear-gradient(90deg, #1b5adc, #457cec);
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin: 0 auto 35px auto;
}
.mindnews .more em{
	color:#fff;
}
/*------------------view-finction-----------------*/
.poxbox{
}
.poxbox {
    margin: 20px 0;
}
.view-function{
	background:#fff;
	padding:0 150px;
	margin-bottom:20px;
	position:relative;
}
.function-sum {
    padding-top: 50px;
}
.function-sum .d01 {
    width: 40%;
}
.function-sum .d01 img {
    width: 100%;
    /*height: auto;*/
    border-radius: 5px;
}
.function-sum .d02 {
    width: 55%;
}
.function-sum .d02 h3 {
    font-size: 23px;
    margin: 25px 0;
    font-weight: bold;
    color: #333;
}
.function-sum .d02 p {
    font-size: 16px;
    color: #666;
}
.function-sum .d02 span {
    display: block;
    margin-top: 30px;
}
.function-sum .d02 span a{
	display: block;
    float: left;
    width: 170px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    background-image: linear-gradient(135deg,#fe3a0a 0,#ff6500 100%);
    box-shadow: 0 2px 10px #f9b098;
    letter-spacing: 2px;
    transition: all .3s;
}
.function-sum .d02 span a em{
	color:#fff;
	margin-right:5px;
}
.function-sum .d02 span a.a02{
	background-image: linear-gradient(135deg,#0b72ff 0,#0c9df8 100%);
    margin-left: 15px;
    box-shadow: 0 2px 10px #86bbfb;
}
.default-article-content p {
    line-height: 1.8;
	font-size: 15px;
	margin: 0 0 1.5em 0;
}
.default-article-content a{
	color:#2196f3;
	margin: 0 2px;
}
.default-article-content a:after{
	font-family: "iconfont";
	content:"\e642";
	margin-left:5px;
	font-size:12px;
}
.pub{
	text-align:right;
	margin:10px;
}
.view-function .word{
	padding-top:30px;
	margin-top:30px;
	padding-bottom: 70px;
	border-top:1px solid #eee;
}
.poxbox .pox,.poxbox .pox a{
    font-size: 14px;
    margin-top: 6px;
    color: #999;
}
.poxbox .pox a:hover{
	color:#4175ef;
}
.poxbox .topfanye a {
	display: block;
    float: left;
	padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
	color: #999;
	transition:all .3s;
}
.poxbox .topfanye a.back {
	margin: 0 5px;
	line-height: 24px;
    height: 21px;
}
.poxbox .topfanye a.back em{
	margin:0;
}
.poxbox .topfanye a em {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
	transition:all .3s;
}
.poxbox .topfanye a:hover,.poxbox .topfanye a:hover em{
	color:#0b75ff;
}
.view-function .interface{
	margin-top:30px;
}
.view-function .interface h3
,.functionhelp h3 {
    border-bottom: 3px solid #1b5adc;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    line-height: 2.3;
	margin-bottom: 20px;
}
.view-function .interfacebox {
    background:#f0f4fc;
}
.view-function .interfacebox li{
	height:500px;
	text-align:center;
    padding: 20px 0; 
}
.view-function .interfacebox li h4{
    background: #0009;
    position: absolute;
    bottom: 0;
	left:0;
	right:0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
.view-function .interfacebox li img{
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.view-function .interfacebox .view-prev
, .view-function .interfacebox .view-next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    background: #fff;
    line-height: 50px;
    text-align: center;
	top:50%;
	margin-top:-25px;
	z-index: 2;
}
.view-function .interfacebox .view-next {
	left:auto;
	right:20px;
}
.functionhelp {
    margin-top: 30px;
}
.functionhelp h3{
}
.functionhelp li {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.functionhelp li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 2.3;
    position: relative;
    padding-left: 15px;
	transition:all .3s;
}
.functionhelp li:hover a {
	color:#1b5adc;
	text-decoration:underline;
}
.functionhelp li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #1b5adc;
    border-radius: 10px;
    left: 0;
    top: 14px;
}
.view-function .fanye
,.view-scene .fanye {
	/*
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
    bottom: -16px;
	*/
	margin-bottom: 20px;
    text-align: right;
}
.view-function .fanye a 
,.view-scene .fanye a{
    
    vertical-align: middle;
    font-size: 14px;
	color:#999;
	transition:all .3s;
	/*
	display: inline-block;
	border-radius: 20px;
	height: 35px;
    line-height: 35px;
	padding: 0 15px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 3px;
	max-width:40%;
	*/
}
.view-function .fanye a.back 
,.view-scene .fanye a.back{
	/*
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
	*/
	margin: 10px;
}
.view-function .fanye a em
,.view-scene .fanye a em {
    font-size: 12px;
	margin:0 3px;
	transition:all .3s;
}
.view-function .fanye a:hover
,.view-scene .fanye a:hover{
	/*
	border: 1px solid #1b5adc;
	color:#1b5adc;
	*/
	background: #ff6001;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.view-function .fanye a:hover em
,.view-scene .fanye a:hover em {
	color:#FFFFFF;
}
.ispc .function-related{
	padding-right:150px;
}
.function-related ul {
    float: right;
    width: 50%;
}
.function-related li {
    float: left;
    width: 33.33%;
}
.function-related li a {
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 5px 0;
	color: #888;
	transition:all .3s;
}
.function-related li:hover a {
	text-decoration:underline;
	color:#1b5adc;
}
.function-related p {
    width: 100%;
    float: left;
    text-align: right;
    color: #ababab;
    font-size: 12px;
    margin-top: 10px;
}
.view-page .websitecon {
    margin-bottom: 30px;
    box-shadow: none;
}
.float-title {
    position: fixed;
    left: calc(100% / 2 - 1188px / 2 - 80px);
	top:50%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.float-title li {
    font-size: 14px;
    padding: 10px 0 10px 25px;
    position: relative;
    cursor: pointer;
}
.float-title li::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border: 5px solid #ddd;
    background: #fff;
    left: 0;
    top: 14px;
    border-radius: 50%;
}
.float-title li::after {
    content: '';
    width: 2px;
    height: 30px;
    background: #ddd;
    position: absolute;
    left: 6px;
    top: 26px;
}
.float-title li:last-child::after{
	display:none;
}
.float-title li.a{
	color:#3370ff;
}
.float-title li.a::before{
	border-color:#3370ff;
}
/*----------------list-function-----------*/
.list-page{
	margin:50px auto;
}
.banner01{
	position:relative;
	width:100%;
}
.banner01 img{
	width:100%;
	height:auto;
}
.banner01 .tit01{
	position:absolute;
	top:50%;
	color:#fff;
	width:100%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.banner01 .tit01 h2{
	font-size:45px;
}
.banner01 .tit01 h2 span {
    text-transform: uppercase;
    margin-left: 10px;
}
.banner01  .tit01 p {
    font-size: 20px;
}
.list-funciton{
	margin-top:50px;
}
.list-funciton li {
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:5%;
}
.list-funciton li a {
    display: block;
    background: #fff;
	transition:all .3s;
	box-shadow: 0px 0px 18px 0px rgba(36,104,242,0.17);
	border-radius: 10px;
    overflow: hidden;
}
.ispc .list-funciton li:hover a{
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.list-funciton li span {
    display: block;
}
.list-funciton li img {
    width: 100%;
    /*height: auto;*/
}
.list-funciton li div {
    padding: 25px;
    box-sizing: border-box;
}
.list-funciton li div h3 {
    font-size: 18px;
    margin-bottom: 15px;
	color:#333;
	font-weight:bold;
}
.list-funciton li div p {
    font-size: 13px;
    color: #666;
    text-align: justify;
    height: 40px;
    overflow: hidden;
    line-height: 1.5;
}
.list-funciton li div em {
    display: block;
    font-style: normal;
    width: 120px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: linear-gradient( 90deg, #1b5adc, #457cec);
}
/*---------------view-scene--------------*/
.view-page{
	margin:50px auto;
}
.view-scene{
	padding: 50px 200px;
	background:#fff;
	position:relative;
}

.view-scene .d01 .cover01 {
    width: 40%;
}
.view-scene .d01 .cover01 img{
	width:100%;
	height:auto;
}
.view-scene .d01 .d02 {
    width: 56%;
}
.view-scene .d01 h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}
.view-scene .d01 .d02 p {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px dotted #e1e1e1;
}
.view-scene .d01 .d02 span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
/*------------list-scene-----------*/
.list-scene {
    margin: 50px auto;
}
.list-scene li {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 3.5%;
}
.list-scene li a{
	display: block;
}
.list-scene li span {
    display: block;
    overflow: hidden;
	background:#000;
	position:relative;
}
.list-scene li span em {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    top: 50%;
    left: 70%;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: -25px 0 0 -25px;
	transition:all .3s;
	opacity:0;
}
.list-scene li:hover span em{
	opacity:1;
	left:50%;
}
.list-scene li img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transition:all .5s;
	opacity: .7;
}
/*.list-scene li:hover img {*/
/*	transform:scale(1.2) translateX(8px);*/
/*	-ms-transform:transform:scale(1.2) translateX(8px);*/
/*	-moz-transform:transform:scale(1.2) translateX(8px);*/
/*	-webkit-transform:transform:scale(1.2) translateX(8px);*/
/*	-o-transform:transform:scale(1.2) translateX(8px);*/
/*	opacity:1;*/
/*}*/
.list-scene li div h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
	color:#333;
}
/*----------------list-case-------------*/
.list-pagebox{
	margin-top:70px;
}
.list-casebox {
    margin: 50px 100px;
}
.list-casebox .case-word {
    font-size: 14px;
    width: 60%;
    line-height: 1.8;
    color: #666;
	margin-bottom: 30px;
}
.list-nav {
    margin: 0 100px;
    padding: 10px 20px;
    background: #fff;
	border-radius: 5px;
}
.list-nav h4 {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 16px;
    max-width: 70px;
    margin-right:10px;
    padding: 5px 0;
    background: #348bf5;
    border-radius: 5px;
    color: #fff;
	font-weight: normal;
}
.list-nav01 {
    padding: 15px 0;
}
.list-nav01 ul{
	float:left;
	width:calc(100% - 90px);
}
.list-nav li {
    float: left;
    margin-right: 2px;
}
.list-nav li a {
    display: block;
    font-size: 16px;
    padding:5px 20px;
}
.list-nav01 li:hover a
,.list-nav li.a a{
	color: #348bf5;
}
.list-nav .tdy-screening-list a.a {
    background: #f0f4fc;
}
.list-nav .tdy-screening-select-item-show a,
.list-nav .tdy-screening-list a.a span {
    background: #348bf5;
}
.list-case li {
    float: left;
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 3%;
}
.list-case li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #f0f4fc;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition:all .5s;
}
.list-case li:hover a{
	transform:translateY(-5px);
	background:#fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}
.list-case li span{
	display: block;
	overflow:hidden;
	background:#000;
}
.list-case li img {
    width: 100%;
    height: auto;  
    transition:all .5s;	
}
.list-case li:hover img{
	transform:scale(1.1);
	opacity:.7;
}
.list-case li div{
	padding:20px;
}
.list-case li div h3 {
    font-size: 16px;
	margin-bottom:5px;
	color:#333;
	float:left;
	width:calc(100% - 100px);
}
.list-case li div p {
    font-size: 12px;
    color: #999;
	float:left;
	width:calc(100% - 100px);
}
.list-case li div ins {
    display: block;
    float: right;
    width: 80px;
    margin-top: -14px;
}
.list-case li div ins em{
	width: 16px;
    height: 16px;
    background: #FFF;
    border: 8px solid #DDD;
    border-radius: 10px;
    display: inline-block;
    margin-left: 8px;
	box-sizing: border-box;
	transition:all .5s;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.list-case li:hover div ins em{
	 border: 3px solid;
}
/*----------------list-helpbox----------------*/
.helpban{
	position:relative;
}
.helpban img{
	width:100%;
	height:auto;
}
.titbox {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.titbox h2 {
    font-size: 35px;
    font-weight: bold;
	margin-bottom:15px;
}
.titbox .search form {
    border-radius: 30px;
    overflow: hidden;
    padding-left: 20px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0 ,0.2);
    box-sizing: border-box;
    width: 570px;
}
.titbox .search form input.search-keyword {
    width: 480px;
    line-height: 40px;
    border: none;
	float: left;
}

.helpstyle {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    position: relative;
    margin-top: -50px;
}
.helpstyle li {
    float: left;
    width: 16.666%;
}
.helpstyle li a{
	display:block;
}
.helpstyle li span {
    display: block;
    width: 50px;
    margin: auto;
}
.helpstyle li img {
    width: 100%;
    height: auto;
}
.helpstyle li h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.list-help {
    margin-top: 100px;
	background:url(../image/wenbg.png) no-repeat center bottom;
}
.list-help h1 {
    font-size: 30px;
    margin-bottom: 40px;
}
.list-help h1 em {
    color: #3f77e8;
    font-size: 30px;
    margin-right: 10px;
}
.list-help .helpnews01 {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
	background:#fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.list-help .helpnews01 .helptit{
	background: linear-gradient(90deg, #2d66dc, #457cec);
    padding: 20px;
	position:relative;
	overflow: hidden;
}
.list-help .helpnews01 h2 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
	float:left;
	position:relative;
}
.list-help .helpnews01 .helptit::before {
    position: absolute;
    content: '';
    width: 125px;
    height: 104px;
    background: #4279ea;
    border-radius: 50%;
    left: -19px;
    top: -28px;
}
.list-help .helpnews01 .helptit em {
    display: block;
    position: absolute;
    width: 158px;
    height: 100px;
    background: #346de1;
    border-radius: 50px;
    right: -46px;
    top: 32px;
}
.list-help .helpnews01 .helptit a {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.list-help ul {
    padding: 30px;
}
.list-help li a {
    display: block;
    font-size: 14px;
    padding: 7px 0 7px 15px;
	position:relative;
}
.list-help li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #437aea;
    left: 0;
    top: 14px;
}
.othernews{
	padding:70px 0;
	background:url(../image/othernews.jpg) no-repeat center bottom;
}
.othernews ul {
    width: 48%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}
.othernews li.li01 {
    margin-bottom: 10px;
}
.othernews li.li01 h3 {
    font-size: 24px;
    float: left;
    line-height: 1;
    padding-left: 10px;
    border-left: 4px solid #3d75e7;
}
.othernews li a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
	transition:all .3s;
}
.othernews li:last-child{
	border:none;
	padding-bottom:0;
}
.othernews li.li01 a {
    display: block;
    float: right;
    font-size: 16px;
    color: #999;
    padding: 0;
    border: none;
}
.othernews li a:hover{
	color:#3d75e7;
}
.othernews li a em {
    display: inline-block;
	*display:inline;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #fd8f19;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 5px 5px 0 5px;
    margin-right: 10px;
    transform: translateY(-2px);
	-ms-transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	-o-transform:translateY(-2px);
}
/*--------------list-news----------------*/
.list-news{
	margin-bottom:70px;
}
.newsleft {
    width: 200px;
}
.newsnav {
    padding: 30px;
    background: #fff;
	border-radius: 3px;
}
.newsnav li a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
}
.newsnav li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 4px solid #eee;
    left: 0;
    top: 15px;
    border-radius: 10px;
}
.newsnav li.a a
,.newsnav li:hover a {
	color:#4175ef;
}
.newsnav li.a a::before,
.newsnav li:hover a::before {
	border-color: #4175ef;
}
.newsright {
    width: calc(100% - 230px);
    box-sizing: border-box;
    background: #fff;
	border-radius: 3px;
}
.newsright li div {
    display: block;
    padding:22px 40px 35px 40px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: all .3s;
}
.ispc .newsright li:hover div{
	box-shadow: 0 5px 10px #ddd;
    background: #f0f4fc;
}
.newsright li p{
	font-size: 14px;
    line-height: 28px;
    color: #999;
}
.newsright li h3 {
    font-size: 20px;
    color: #333;
	margin-bottom:15px;
}
.newsright li h3 a {
    display: block;
    float: left;
    width: calc(100% - 150px);
	line-height:1.3;
}
.newsright li h3 a:hover {
	color: #4175ef;
}
.newsright li h3 em{
	font-size: 14px;
    color: #999;
	float:right;
	font-style:normal;
	margin-top: 2px;
}
.pagination{
	padding:20px 50px !important;
}
.pagination li.active span, .pagination li:hover a {
    background: #2f3654 !important;
}
.nodata {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 200px 0;
}
/*--------------view-news----------------*/
.view-newsbox{
	margin-bottom:70px;
}
.view-news{
	padding:50px;
}
.view-news .word .title {
    font-size: 25px;
}
.view-news .word .newstime {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.view-news .word .newstime span{
	margin-right:10px;
}
.view-news .fanye {
    padding-top:30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
.view-news .fanye p {
    font-size: 14px;
    width: 45%;
    line-height: 22px;
}
.view-news .fanye p span {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 20px;
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
	transition:all .3s;
}
.view-news .fanye p a {
    display: inline-block;
    *display: inline;
    width: calc(100% - 35px);
    color: #666;
    vertical-align: middle;
	transition:all .3s;
}
.view-news .fanye p:hover span{
	border: 1px solid #4175ef;
	color:#4175ef;
}
.view-news .fanye p:hover a{
	color:#4175ef;
}
.related {
    width: calc(100% - 230px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
	padding-top:20px;
    border-top: 3px solid #4175ef;
}
.related h2 {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.related h2 a {
    display: block;
    font-size: 14px;
    float: right;
    color: #999;
    font-weight: normal;
}
.related li {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.related li a{
	display: block;
    font-size: 14px;
    padding: 7px 0 7px 15px;
    position: relative;
}
.related li a::before{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #437aea;
    left: 0;
    top: 14px;
}
.related li:hover a{
	color:#437aea;
}

/*------------------view-show--------------------*/

.showtit {
    text-align: center;
    color: #fff;
    padding: 70px 0;
}
.w960 .showtit{
	padding-bottom:0;
}
.showtit h2 {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.w960 .showtit h2{
	font-size:40px;
}
.showtit p {
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
}
.w960 .showtit p{
	font-size:20px;
}
.showtit a {
    display: block;
    margin: auto;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-top: 50px;
	transition:all .3s;
}
.showtit a:hover{
	transform:scale(1.2);
}
.coverbg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.coverbg img{
	width:100%;
	height:auto;
}
.coverbox{
	position: relative;
    z-index: 1;
}
.firstpic{
	width: 1500px;
	height:708px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:url(../image/pcbg.png) no-repeat center;
	background-size: 100%;
}
.w960 .firstpic{
	transform: scale(0.8);
	-ms-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-o-transform:scale(0.8);
    left: 50%;
    margin-left: -750px;
}
.firstpic .d01 {
    position: absolute;
    width: 1044px;
    left: 50%;
    margin-left: -528px;
    top: 10px;
    height: 600px; 
	border-radius: 30px 30px 0 0;
	overflow:hidden;
}
.firstpic .d01 div{
	 position: absolute;
	 width:100%;
	 height:103%;
	 left:0;
	 top:0;
	overflow: scroll;
}
.firstpic .d01 div::-webkit-scrollbar {
    width: 2px;
    background: #000;
}
.firstpic .d01 div::-webkit-scrollbar-thumb {
    width: 1px;
    background: #999;
}
.firstpic .d01 img { 
    width: 100%;
    height: auto;
}
.showsum{
	padding:100px 0;
}
.showsum .pub{
	width:100%;
}
.showsum h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
	margin-bottom:50px;
}
.showsum .d01 {
    width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.showsum .d02 p {
    font-size: 16px;
    color: #999;
	padding-bottom:10px;
}
.showsum .d03 {
    margin-left: 100px;
}
.showsum .d03 span{
	display:block;
	margin-bottom:20px;
}
.showsum .d03 span em {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.case-introduct{
	background:#fff;
	position:relative;
	z-index:1;
}
.contentpic{
	background:#F0F4FC;
	padding:50px 0;
	position:relative;
	z-index:1;
}
.contentpic ul{
	width:1400px;
	margin:auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.contentpic li {  
	margin-bottom:30px;
}
.contentpic li img {
    width: 100%;
    height: auto;
}
.casefanye a {
    display: block;
    position: fixed;
    height: 50px;
    left: 100px;
    bottom:45%;
    background: rgba(0,0,0 ,0.2);
    border-radius: 30px;
	transition:all .3s;
	z-index:2;
}
.w960 .casefanye a{
	bottom:35%;
}
.casefanye a.a{
	bottom:100px;
}
.w960 .casefanye a.a{
	bottom:50px;
}
.casefanye a em {
    display: inline-block;
	*display:inline;
    width: 50px;
    height: 50px;
	background:url(../image/caseprev.png) no-repeat center;
	background-size:22px;
	background-color: rgba(0,0,0 ,0.3) !important;
    border-radius: 50%;
	vertical-align: middle;
}
.casefanye a.back em {
	background:url(../image/casetxt-ml.png) no-repeat center;
}
.casefanye a.next em {
	background:url(../image/casenext.png) no-repeat center;
	background-size:22px;
}
.casefanye a span {
    display: inline-block;
    *display:inline;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
	text-align:center;
    color: #fff;    
	transition:all .5s;
	opacity:0;
	width:0px;
	overflow:hidden;
}
.casefanye a:hover span{
	opacity:1;
	font-size: 16px;
	width:130px;
}
.casefanye a.prev{
}
.casefanye a.next{
	left:auto;
	right:100px;
}
.casefanye a.back{
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
/*------------list-about--------------*/
.list-about{
	width: calc(100% - 230px);
}
.about-word {
    padding: 50px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.about-word h2 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.about-word p {
    margin-bottom: 20px;
	text-align:justify;
}
.list-honor {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-top: 70px;
	position: relative;
	padding-top: 100px;
}
.list-honor h2 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -60px;
    top: -60px;
    background: linear-gradient(90deg, #1b5adc, #457cec);
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    -webkit-text-stroke-width: initial;
    border: 10px solid #dce8ff;
}
.honorbox ul{
	padding-top:5px;
}
.honorbox li{
	width:auto;
	transition:all .3s;
}
.honorbox li:hover{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.honorbox li a{
	display:block;
}
.honorbox li span{
	display:block;
	padding:0 15px;
	padding-bottom:30px;
	background:url(../image/jianbg.jpg) no-repeat center bottom;
	background-size:100% 30px;
	text-align: center;
}
.honorbox li img{
	width:auto;
	height:180px;
}
.honorbox li h3 {
    font-size: 12px;
    padding:0 20px;
    text-align: center;
    height: 40px;
    margin: auto;
    margin-top: 15px;
}
.list-honor .honor-prev, .list-honor .honor-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    left: -70px;
    top: 50%;
    margin-top: -20px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	cursor: pointer;
    transition: all .3s;
}
.list-honor .honor-prev:hover, .list-honor .honor-next:hover {
	background:#4175ef;
	color:#fff;
}
.list-honor .honor-next {
	left:auto;
	right:-70px;
}
.list-hands{
	margin-top:0;
}
.list-hands .d01 h2 {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
}

.syntaxhighlighter .gutter {
    color: #afafaf!important;
    background-color: #f7f7f9!important;
    border-right: 1px solid #e1e1e8!important;
    padding: 9.5px 0 9.5px 9.5px!important;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    user-select: none!important;
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
}
.syntaxhighlighter td.code {
    width: 100%!important;
}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter, .syntaxhighlighter td, .syntaxhighlighter tr, .syntaxhighlighter tbody, .syntaxhighlighter thead, .syntaxhighlighter caption, .syntaxhighlighter textarea {
    -moz-border-radius: 0 0 0 0!important;
    -webkit-border-radius: 0 0 0 0!important;
    background: none!important;
    border: 0!important;
    bottom: auto!important;
    float: none!important;
    left: auto!important;
    line-height: 1.1em!important;
    margin: 0!important;
    outline: 0!important;
    overflow: visible!important;
    padding: 0!important;
    position: static!important;
    right: auto!important;
    text-align: left!important;
    top: auto!important;
    vertical-align: baseline!important;
    width: auto!important;
    box-sizing: content-box!important;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-weight: normal!important;
    font-style: normal!important;
    min-height: inherit!important;
    min-height: auto!important;
    font-size: 13px!important;
}
.syntaxhighlighter {
    width: 100%!important;
    margin: .3em 0 .3em 0!important;
    position: relative!important;
    overflow: auto!important;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    border-collapse: separate!important;
}
.syntaxhighlighter {
    background-color: #f5f5f5!important;
}
.syntaxhighlighter .keyword {
    font-weight: bold!important;
}
.syntaxhighlighter .keyword {
    color: #ff7800!important;
}
.syntaxhighlighter td.code .line {
    padding: 0 1em!important;
}
.syntaxhighlighter td.gutter .line {
    text-align: right!important;
    padding: 0 .5em 0 1em!important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: blue!important;
}

@media screen and (max-width:1440px){
.indexheader.a .menu li a
,.indexheader .menu li a {
    padding: 15px 23px;
}
}

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

	.mbhead {
		position: absolute;
		z-index: 10;
		width: 100%;
	}
	.default-shopcenter-top .headphoto div img{
		border-radius:50%;
	}
	.menuico a {
		display: block;
		color: #fff;
		font-size: 17px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		position: fixed;
		right: 10px;
		top: 12px;
		background: #222;
		border-radius: 50%;
		z-index:11;
	}
	.mblogo a {
		display: block;
		line-height: 60px;
		text-align: center;
		margin-left: 15px;
	}
	.mblogo a img{
		max-height:50px; 
		width:auto;
	}
	.mbsearch {
		padding-bottom: 8px;
		width: 200px;
		margin: 0 auto;
		display: inline-block;
		margin-top:17px;
	}

	.menubg{
		position: fixed;
		background: rgba(0, 0, 0, 0.35);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 13;
		display:none;
	}
	.mbmenu {
		position: fixed;
		width: 50%;
		background: #fff;
		height: 100%;
		top: 0;
		right:-100%;
		z-index:14;
		overflow-y: scroll;
	}
	.mbmenu .nav-ul-1 {
		padding-top: 70px; 
		height: 80vh;
		overflow-y: auto; 
	}
	.mbmenu li a {
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: none;
		padding-left: 30px;
		font-size:16px;
	}
	.mbmenu li ul li a {
		font-size: 14px;
		padding: 10px 10px;
		padding-left: 50px;
		color: #666;
	}
	.mbmenu li div{ 
		width:100%;
		right:0;
	}
	.mbmenu ul ul{
		background:#f5f5f5;
		padding-top:0;
	}
	.mbclose {
		position: absolute;
		z-index: 3;
		color: #fff !important;
		right: 15px;
		top: 15px;
		font-size: 12px;
		background: #333;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 31px;
		text-align: center;
	}
	.banner li img {
		opacity: 0;
		width: 100%;
		height: auto;
	}
	.banbox .banner .banner-text {
		line-height: 2.5em;
	}
	.banbox .banner .banner-text .p1 {
		font-size: 36px;
		letter-spacing: 8px;
	}
	.banbox .banner .banner-text .p2 {
		font-size: 16px;
	}
	.banbox .banner .banner-text .p3 {
		font-size: 17px;
		letter-spacing: 5px;
	}
	.fuwustyle {
		padding: 100px 0;
		margin-bottom: 30px;
	}
	.fuwustyle .d01 {
		width: 100%;
		margin-bottom: 30px;
	}
	.fuwustyle .d01 ul {
		height: 270px;
	}
	.fuwustyle .d02 li {
		float: left;
		margin: 0;
		width: 25%;
	}
	.fuwustyle .d02 li span {
		width: 60px;
		height: 60px;
		border: 3px solid #444;
		margin: auto;
	}
	.fuwustyle .d02 li:hover span, .fuwustyle .d02 li.a span {
		border: 3px solid #999;
	}
	.fuwustyle .d02 li h3 {
		font-size: 14px;
	}
	.function {
		padding: 0 0 40px 0;
	}
	.tit01 h2 {
		font-size: 20px;
	}
	.tit01 p {
		font-size: 12px;
		letter-spacing: 0px;
	}
	.mr0{
		margin-right:0 !important;
	}
	.function li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.function li div h3 {
		font-size: 15px;
	}
	.function li div p {
		font-size: 10px;
		letter-spacing: 0px;
	}
	.function li div {
		padding: 0 0 10px 10px;
	}
	.function li.li09 {
		width: 100%;
	}
	.function li.li09 a {
		width: 120px;
		line-height: 30px;
		background: #222;
		height: 30px;
		text-align: center;
		border-radius: 30px;
		margin: auto;
		color: #fff;
		margin-top: 20px;
		font-size: 14px;
	}
	.scenebox .prev01, .scenebox .next01{
		left:0;
		z-index:1;
		font-size: 20px;
		color:#fff;
	}
	.part02 {
		padding: 40px 0;
	}
	.scenebox .next01{
		left:auto;
		right:0;
	}
	.scenebox li div h3 {
		font-size: 17px;
	}
	.scenebox li div p{
		opacity:1;
		transform: translateY(10px);
	}
	.servicebox {
		padding: 10px 10px 30px 10px;
	}
	.tit02 h2 {
		padding-bottom: 12px;
	}
	.helpbox {
		width: 100%;
		box-shadow:none;
		margin-top:0;
	    padding: 30px 10px;
	}
	.part04 {
		margin: 10px;
	}
	.part04 .guwen ul {
		width: 100%;
		float:none;
	}
	.part04 .guwen li {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.part04 .guwen li div span {
		padding: 3px 0;
	}
	.part04 .guwen .more02 {
		width: 130px;
		float: none;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		border-radius: 20px;
		border: none;
		margin: auto;
	}
	.tit02 a {
		font-size: 14px;
	}
	.part05 .d01 {
		width: 2000px;
		margin-left: -100px;
	}
	.part05 {
		margin-top: 40px;
		height: 250px;
	}
	.part05 h2 {
		font-size: 25px;
		margin-top: 50px;
	}
	.part05 li {
		width: 32.33%;
		padding: 0;
	}
	.part05 li h3 span {
		font-size: 30px;
		font-family: HinTing;
		font-weight: bold;
	}
	.part05 li em {
		font-size: 14px;
		margin-left:2px;
	}
	.part05 li h3 {
		font-size: 12px;
	}
	.parlogo .prev02, .parlogo .next02{
		top:17px;
	}
	.indexft {
		padding: 35px 0;
	}
	.indexft01 {
		width: inherit;
		text-align:center;
	}
	.indexft01 h3 {
		font-size: 17px;
	}
	.indexft01 h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.indexft01 .d01 p {
		font-size: 14px;
		line-height: 1.7;
	}
	.indexft01 .d02 span {
		display: inline-block;
		float: none;
		width: 100px;
	}
	.indexft01 a.ftmore {
		width: 130px;
		line-height: 35px;
		font-size: 14px;
		margin: 20px auto;
	}
	.footer {
		background: #2d3552;
		text-align: center;
		padding:30px 0;
	}
	.footer .default-copyright {
		width: 70%;
		line-height: 1.5;
		color: #fff;
		font-size:10px;
		text-align: left;
		margin-left: 35px;
	}
	.footer .default-copyright .t-gonganicp img{ display:none }

	.default-copyright a {
		color: #fff;
		font-size:10px;
	}
	.banbox{
		overflow:hidden;
	}
	.part05 h2 span{
		margin-top:10px;
	}
	.mbcattit{
		height:250px;
		background:#3471fd;
		background-size: auto 180px;
		color:#fff;
		text-align:center;
		position: relative;
		overflow:hidden;
	}
	.mbcattit::after,.mbcattit::before{
		position:absolute;
		content:"";
		width: 40vw;
		height: 40vw;
		background-image:linear-gradient(0,#578afd,#3471fd 60%);
		border-radius: 50%;
		top: -3vw;
		left:50%;
		margin-left: -20vw;
		-webkit-animation: round1 10s linear infinite;
		animation: round1 8s linear infinite;
		opacity:.6;
	}
	.mbcattit::before{
		top:auto;
		right:auto;
		bottom: -3vw;
		-webkit-animation: round2 10s linear infinite;
		animation: round2 8s linear infinite;
		background-image:linear-gradient(0deg,#3471fd,#578afd 160%);
	}
	@keyframes round1 {
		0% {-webkit-transform:translateY(0%);transform:translateY(0%)}	
		25% {-webkit-transform:translateY(-5%);transform:translateY(-5%)}
		50%{-webkit-transform:translateX(5%);transform:translateX(5%)}
		75% {-webkit-transform:translateY(5%);transform:translateY(5%)}
		100% {-webkit-transform:translateY(0%);transform:translateY(0%)}	
	}
	@keyframes round2 {
		0% {-webkit-transform:translateY(0%);transform:translateY(0%)}	
		25% {-webkit-transform:translateY(5%);transform:translateY(5%)}
		50%{-webkit-transform:translateX(-5%);transform:translateX(-5%)}
		75% {-webkit-transform:translateY(-5%);transform:translateY(-5%)}
		100% {-webkit-transform:translateY(0%);transform:translateY(0%)}	
	}
	.mbcattit .d01 {
		position: absolute;
		top: 50%;
		width: 100%;
		z-index: 1;
		transform: translateY(-50%);
		-ms-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	.mbcattit p {
		font-size: 14px;
		font-weight: bold;
		text-transform: capitalize;
	}
	.mbcattit h2 {
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.mbcattit em{
		height: 2px;
		width: 30px;
		display: block;
		background-color: #FFF;
		margin: 12px auto 20px;
	}
	.mall-scene {
		padding: 40px 0 30px 0;
	}
	.mall-scene ul {
		margin-top: 30px;
	}
	.mall-scene li img {
		width: 30px;
	}
	.mall-scene li span {
		width: 60px;
		line-height: 60px;
		height: 60px;
	}
	.mall-scene li div h3 {
		font-size: 14px;
	}
	.mall-scene li div {
		padding: 0;
	}
	.mall-scene li div p
	,.mall-scene li div a{
		display:none;
	}
	.mall-scene li {
		width: 25%;
		margin-right: 0;
		padding: 0;
		margin-bottom: 15px;
	}
	.mallstyle {
		padding: 40px 0;
	}
	.mallstyle li {
		width: 48%;
		margin: 1%;
		padding: 20px 0;
	}
	.mallstyle li span {
		width: 60px;
	}
	.mallstyle li div h3 {
		font-size: 17px;
		margin: 15px 0;
	}
	.mallfenxiao {
		padding-top: 40px;
	}
	.mallfenxiao .fenxiao {
		padding: 0;
	}
	.mallfenxiao li {
		width: 48%;
		padding-bottom: 20px;
		margin: 1%;
	}
	.mallfenxiao li h3 {
		margin-bottom: 20px;
	}
	.mallfenxiao li h3 span {
		font-size: 17px;
		top: 11px;
		left: 14px;
	}
	.mallfenxiao .d02 span h4 {
		font-size: 14px;
		width:80%;
	}
	.mallfenxiao .d02 span h4 p {
		font-size: 10px;
	}
	.mallfenxiao .d02 ins {
		padding: 10px;
	}
	.mallfenxiao .d02 ins p {
		font-size: 10px;
	}
	.mallmarketing {
		padding-top: 35px;
	}
	.marttit div {
		left: 15px;
		top: 20px;
	}
	.marttit h3 {
		font-size: 17px;
	}
	.marttit p {
		font-size: 11px;
		margin-top: 4px;
	}
	.marketing li .d01 .d02 .h02 {
		bottom: auto;
		left: 12px;
		font-size: 17px;
		top: 10px;
	}
	.marketing {
		margin-top: 10px;
		padding-bottom: 60px;
	}
	.marketing .markprev, .marketing .marknext {
		width: 30px;
		height: 30px;
		line-height: 30px;
		right: 55px;
		font-size: 12px;
	}
	.marketing .marknext {
		right:10px;
	}
	.mallmore h2 {
		font-size: 20px;
		margin: 20px 0 15px 0;
	}
	.mallmore div p {
		font-size: 14px;
	}
	.mallmore li {
		width: 25%;
		margin-bottom: 10px;
	}
	.mallmore li ins img {
		width: 24px;
		padding: 8px;
	}
	.mallmore li ins {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.mallmore li div {
		width: 60px;
		height: 95px;
	}
	.mallmore li h3 {
		font-size: 12px;
		margin-top: 6px;
	}
	.mallmore span {
		right: -50%;
	}
	.mallmore .more {
		width: 70px;
		bottom: -35px;
		margin-left: -35px;
		height: 70px;
		line-height: 40px;
		font-size: 12px;
	}
	.mallmore li:nth-child(4)::before{
		display:none;
	}
	.mallmore .more::before {
		left: -15px;
		top: -15px;
	}
	.mallsecurity {
		padding-top: 40px;
	}
	.mallsecurity li {
		width: 50%;
		padding:20px 0;
	}
	.mallsecurity li div {
		padding: 0 5px;
	}
	.mallsecurity li div h3 {
		font-size: 14px;
	}
	.mallsecurity li div p {
		font-size: 10px;
		height: 60px;
	}
	.mallsecurity li span {
		margin-bottom: 13px;
	}
	.mallcase {
		padding: 40px 0;
		margin-top: 30px;
	}
	.mallcasebox li a span
	,.mallcasebox li a div{
		width:100%;
	}
	.mallcasebox li a div{
		margin-top:20px;
	}
	.mallcasebox li a div h3{
		font-size:20px;
	}
	.mallcasebox li a div p {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.mallprev, .mallnext {
		left: 0;
		top: 20%;
		margin-top: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.mallnext {
		left:auto;
		right:0;
	}
	.mallcasebox li a {
		padding: 30px;
	}
	.mallcasebox li a div h4 {
		font-size: 15px;
		margin: 15px 0;
	}
	.mallcasebox li a div ins {
		line-height: 40px;
		font-size: 14px;
		width: 130px;
		height: 40px;
		margin-top: 15px;
	}
	.mallhelp,.websiteheart,.websitecase{
		padding-top: 40px;
	}
	.mallhelp li {
		width: 100%;
		margin-right: 0;
	}
	.mallhelp li a {
		font-size: 14px;
		height: auto;
	}
	.malltips {
		font-size: 12px;
		margin: 20px auto;
	}
	.mallhelp li.limore a {
		text-align: center;
		line-height:normal;
	}
	.mallfoot {
		padding: 40px 0;
	}
	.mallfoot01 {
		width: 100%;
	}
	.mallft01 li {
		margin-bottom: 10px;
		width: 33.33%;
		float:left;
	}
	.mallft01 li h3 span {
		font-size: 25px;
	}
	.mallft01 h2 {
		font-size: 22px;
		margin-bottom: 13px;
	}
	.mallft02 {
		padding: 15px 0;
		border-top: 1px solid #454e6f;
		border-bottom: 1px solid #454e6f;
		margin-top: 10px;
	}
	.mallft02 li {
		color: #828698;
		font-size: 12px;
		width: 50%;
		float:left;
	}
	.mallft03 .d02{
		float:left;
		width:48%;
	}
	.mallft03 .malltel01
	,.mallft03 .malltel02{
		float:right;
		width:48%;
		margin-top:5px;
	}
	.mallft03 .d02 span {
		width: 46%;
		margin-right: 4%;
	}
	.mallfoot02 {
		padding: 15px 5px;
		width: 100%;
		margin-top:20px;
	}
	.mallfoot02 form .layui-form-label
	,.mallfoot02 .layui-form-pane .layui-form-text .layui-form-label {
		font-size: 14px;
		width: 100%;
		text-align:left;
		padding:5px 0;
		position: inherit !important;
	}
	.mallfoot02 .layui-form-checkbox span {
		font-size:12px;
	}
	.mallfoot02 .layui-form-pane .layui-input-block
	,.mallfoot02 .layui-form-pane .layui-form-text .layui-input-block{
		margin-left: 0;
		left:0;
	}
	.mallfoot02 .layui-form-item {
		margin-bottom: 10px;
	}
	.websiteheart li {
		width: 48%;
		margin:1%;
		padding: 30px 10px 20px 10px;
	}
	.websiteheart li h3 {
		font-size: 17px;
		padding: 5px 0;
		width: 30px;
		left: 17px;
		line-height: 23px;
	}
	.websiteheart li div {
		font-size: 12px;
		margin-top: 12px;
		height: 40px;
	}
	.websiteheart li span {
		width: 40px;
		margin: -15px auto 16px auto;
	}
	.websitecase-demo li {
		width: 49%;
		margin-right:2% !important;
	}
	.websitecase-demo li:nth-child(2n){
		margin-right:0 !important;
	}
	.websitecase-demo li a em {
		font-size: 12px;
		margin-left: 0;
		display:block;
	}
	.websitecase-demo li a::before{
		display:none;
	}
	.websitecase-demo li a h3 {
		font-size: 14px;
		padding: 10px 0 20px 0;
	}
	.websitecasebox .more {
		width: 200px;
		font-size: 14px;
		line-height: 40px;
	}
	.websitemind {
		margin-top: 40px;
		padding: 40px 0;
		background:#F0F4FC;
	}
	.mindnews {
		width: 100%;
		margin-right: 0;
	}
	.websitecasebox {
		padding:0 !important;
		margin:0 10px;
		margin-top: 30px;
	}
	.websitecase .tit01 {
		margin-bottom: 10px;
	}
	.websitecasebox .prev, .websitecasebox .next{
		width:41px;
		height:41px;
		left:calc(100% / 2 - 145px);
	}
	.websitecasebox .next{
		left:auto;
		right:calc(100% / 2 - 145px);
	}
	.case-cattit ul {
		width: 100%;
	}
	.case-cattit li {
		width: 20%;
	}
	.case-cattit li a {
		display: block;
		font-size: 12px;
		padding: 3px 0;
		margin: 3px;
		position: relative;
		text-align: center;
		background: #eee;
	}
	.case-cattit .more{
		display:none;
	}
	.helpstyle {
		padding: 10px 0;
		margin: 0 10px;
		margin-top: -40px;
	}
	.titbox .search form input.search-keyword {
		width: calc(100% - 55px);
		line-height:35px;
		font-size: 13px;
	}
	.titbox {
		width: 80%;
	}
	.titbox h2 {
		font-size: 23px;
	}
	.titbox .search form .search-submit {
		width: 55px;
		line-height: 35px;
		height: 35px;
		float: right;
		background-size: 20px;
	}
	.helpstyle li h3 {
		font-size: 12px;
		margin-top: 5px;
	}
	.list-help {
		margin-top: 40px;
	}
	.list-help h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.list-help h1 em {
		font-size: 18px;
		margin-right: 6px;
	}
	.list-help .helpnews01 {
		width: 100%;
		margin:0;
		margin-bottom:10px;
		border-radius: 10px;
		float: left !important;
	}
	.list-help .helpnews01 .helptit {
		padding: 10px;
	}
	.list-help ul {
		padding: 10px;
	}
	.list-help li a {
		font-size: 14px;
		padding: 5px 0 5px 10px;
	}
	.othernews{
		padding:40px 0;
	}
	.othernews ul {
		width: 100%;
		padding: 25px;
		margin-bottom:15px;
	}
	.othernews li a {
		font-size: 14px;
		padding: 15px 0;
	}	 
	.othernews li.li01 h3 {
		font-size: 20px;
	}
	.othernews li.li01 a {
		font-size: 14px;
	}
	.list-mbnav {
		padding: 15px 0;
		background: #fff;
		border-radius: 5px;
		margin: 0 10px;
		margin-top: -27px;
		border: 5px solid #fff;
		z-index:11;
	}
	.list-mbnav li{
		width:auto;
	}
	.list-mbnav li a {
		font-size: 14px;
		padding: 7px 10px;
		border-radius: 5px;
	}
	.list-mbnav li.a a {
		background: #4175ef;
		color: #fff;
	}
	.newsright {
		width: 100%;
		border-radius: 5px;
		margin-top: 20px;
	}
	.newsright li a {
		padding: 15px;
	}
	.newsright li a h3 em {
		display: block;
		width: 100%;
	}
	.newsright li a h3 {
		font-size: 16px;
		line-height: 1.7;
	}
	.newsright li a p {
		font-size: 12px;
		line-height: 28px;
	}
	.related {
		width: 100%;
		padding: 20px;
	}
	.related li {
		width: 100%;
		margin-right: 0;
	}
	.related li a {
		font-size: 13px;
		padding: 5px 0 5px 13px;
	}
	.list-news ,.view-newsbox{
		margin-bottom: 40px;
	}
	.view-news {
		padding: 20px 15px;
	}
	.view-news .word .title {
		font-size: 20px;
	}
	.view-news .word .newstime {
		font-size: 12px;
	}
	.view-news .fanye {
		padding-top: 20px;
		margin-top: 20px;
	}
	.view-news .fanye p {
		width: 100%;
		margin-bottom: 5px;
	} 
	.view-newsbox .newsright{
		margin-top:0;
	}
	.list-scene li {
		width: 100%;
		margin-right: 0;
	}
	.list-funciton {
		margin:40px auto;
	}
	.list-funciton li {
		width: 90%;
		margin: 2.5% 5%;
		margin-bottom: 5%;
	}
	.view-page {
		margin: 0;
		padding:0 !important;
	}
	.view-function {
		padding: 0;
	}
	.function-sum {
		padding-top: 0;
	}
	.function-sum .d01 {
		width: 100%;
	}
	.function-sum .d01 img {
		border-radius: 0;
	}
	.function-sum .d02 {
		width: 96%;
	}
	.function-sum .d02 h3 {
		font-size: 20px;
		margin: 20px 0;
	}
	.function-sum .d02 p {
		font-size: 14px;
	}
	.function-sum .d02 span a {
		width: 140px;
		font-size: 15px;
		letter-spacing: 0px;
	}
	.view-function .word {
		padding: 20px;
		padding-bottom:70px;
	}
	.function-related ul {
		width: auto;
		float:left;
		margin:0 10px;
	}
	.function-related li a {
		font-size: 13px;
		text-align:left;
	}
	.function-related p {
		float: left;
		text-align: left;
		font-size: 12px;
		padding: 10px;
		box-sizing: border-box;
	}
	.view-scene {
		padding: 0;
		margin-bottom: 50px;
	}
	.view-scene01{
		padding-bottom:50px;
	}
	.view-scene .d01 .cover01 {
		width: 100%;
	}
	.view-scene .d01 .d02 {
		width: 100%;
		padding:20px 15px;
		box-sizing: border-box;
	}
	.view-scene .d01 h3 {
		text-align: left;
		font-size: 20px;
		margin-bottom: 0;
		font-weight: bold;
		color: #333;
	}
	.view-scene .d01 .d02 p {
		font-size: 12px;
		padding: 10px 0;
	}
	.view-scene .d01 .d02 span {
		font-size: 12px;
		margin-top: 15px;
	}
	.view-scene .word{
		padding: 0 15px;
	}
	.view-scene .word {
		padding: 0 15px;
		border-top: 5px solid #f0f4fc;
	}
	.list-pagebox {
		margin-top: 0;
	}
	.list-nav h4 {
		width: 60px;
		font-size: 14px;
		max-width: 60px;
		padding: 5px 0;
	}
	.list-nav {
		margin: 0 10px;
		padding: 15px 0;
		position: relative;
		margin-top: -30px;
	}
	.list-nav01 {
		padding: 0;
	}
	.list-nav li a {
		font-size: 13px;
	}
	.list-casebox {
		margin: 40px 0;
	}
	.list-case li {
		width: 90%;
		margin: 2.5% 5%;
	}
	.showtit h2 {
		font-size: 20px;
	}
	.showtit p {
		font-size: 14px;
		letter-spacing: 0px;
	}
	.showtit a {
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
	.firstpic {
		width: 100%;
		height: 300px;
		background-size: 100%;
	}
	.firstpic .d01 {
		width: 69.5%;
		left: 15%;
		margin-left: 0;
		top: 56px;
		height: 168px;
		border-radius: 9px 9px 0 0;
	}
	.showtit {
		padding: 90px 0 0 0;
	}
	.showsum {
		padding: 40px 0;
	}
	.showsum h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.showsum .d02 p {
		font-size: 13px;
		padding-bottom: 6px;
	}
	.showsum .d01 {
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 20px;
		color:#999;
		text-align: justify;
	}
	.showsum .d01,
	.showsum .d02{
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
	.showsum .d03 {
		margin-left: 0;
	}
	.showsum .d03 p{
		padding-bottom:0;
	}
	.showsum .d03 span {
		margin-bottom: 5px;
	}
	.showsum .d03 span em {
		width: 14px;
		height: 14px;
		margin-right: 10px;
	}
	.casefanye a{
		height:35px;
	}
	.casefanye a em {
		width: 35px;
		height: 35px;
		background-size: 13px;
	}
	.casefanye a.prev {
		left: 10px;
	}
	.casefanye a.next{
		right:10px;
	}
	.view-newsbox{
		margin-top:20px;
	}
	.list-mbnav li {
		margin-right: 5px;
	}
	.list-nav .tdy-screening-select {
		display: block;
	}
	.ismobile .list-nav .tdy-screening-select-item-show{
		display:none;
	}
	.ismobile .list-nav .tdy-screening-select-item-sub {
		box-shadow: none;
		font-size: 12px;
		display: block;
		width: 100%;
		position: relative;
		width: auto;
		height: auto;
		max-width: inherit;
		max-height: inherit;
		z-index: 22;
		top: 15px;
		box-sizing: border-box;
		overflow: hidden;
		padding: 20px 10px 0 10px;
	}
	.ismobile .list-nav .tdy-screening-select-item-sub::after
	,.ismobile .list-nav .tdy-screening-select-item-sub::before{
		position: absolute;
		content: '';
		width: 14px;
		height: 14px;
		background: #f0f4fc;
		border-radius: 50%;
		left: -7px;
		top: 0px;
	}
	.ismobile .list-nav .tdy-screening-select-item-sub::before{
		left:auto;
		right:-7px;
	}
	.ismobile .list-nav .tdy-screening-select-item h4 {
		display: block;
		position: absolute;
		width: 96%;
		height: 1px;
		font-size: 0;
		background: none;
		border-top: 1px dashed #ddd;
		top: 20px;
		z-index: 11;
		max-width: 100%;
		left: 2%;
	}
	.list-nav .tdy-screening-select-item a {
		padding: 5px 10px;
		background: #f0f4fc;
		border-radius: 3px;
	}
	.list-nav .tdy-screening-select-item a.a{
		background: #4175ef;
		color: #fff;
	}
	.list-nav .tdy-screening-select-item {
		float: left;
		margin-right: 0;
		width: auto;
		flex-shrink: inherit;
		-webkit-flex-shrink: inherit;
	}
	.list-nav .tdy-screening-select-sub1 h5 {
		font-weight: normal;
	}
	.list-nav .tdy-screening-select-sub1 {
		border-bottom: none;
		float: left;
		padding: 0;
		margin: 0 5px 3px 0;
	}
	.mallstyle li div p{
		padding:0 10px;
		height: 42px;
	}
	.list-casebox .case-word {
		font-size: 12px;
		width: auto;
		margin: 20px 10px;
	}
	.list-about {
		width: 100%;
		margin-top: 20px;
	}
	.about-word {
		padding: 15px;
	}
	.about-word h2 {
	    font-size: 20px;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    line-height: 1.2;
	}
	.list-honor h2 {
		width: 70px;
		height: 70px;
		margin-left: -40px;
		top: -40px;
		line-height: 70px;
		font-size: 30px;
		border: 5px solid #dce8ff;
	}
	.list-honor .honor-prev, .list-honor .honor-next {
		left: 35%;
		top: auto;
		margin-top: 0;
		bottom: -20px;
	}
	.list-honor .honor-next {
		left:auto;
		right:35%;
	}
	.honorbox li img {
		height: 130px;
	}
	.honorbox li span {
		padding: 0 10px;
		padding-bottom: 20px;
		background-size: 100% 20px;
	}
	.honorbox li h3 {
		padding: 0;
		width: 120px;
	}
	.list-honor {
		padding: 10px;
		margin-top: 60px;
		padding-top: 55px;
	}
	.list-hands span {
		width: 50%;
		height: 140px;
		right: -10%;
		background-size: 100%;
	}
	.list-nav .list-mbnav {
		padding: 0;
		background: #fff;
		border-radius: 5px;
		margin-top: 0;
		border: none;
		z-index: 11;
	}
	.titbox{
		top:53%;
	}
	.service{
		position:relative;
	}
	.newsright li div{
		padding:15px;
	}
	.newsright li h3 a {
		width: calc(100% - 80px);
		padding: 0;
		font-size: 16px;
	}
	.newsright li h3 em{
		margin-top:0;
		font-size:12px;
	}
	.websitecase-demo li h3{
		font-size:12px;
	}
	.websitecase-demo li::before {
		width: 20px;
		right: 5px;
		bottom:23px;
	}
	.websiteyoushi {
		margin: 40px auto;
	}
	.youshi01 li {
		width: 32%;
		margin-bottom:2%;
	}
	.youshi01 li:nth-child(3n){
		margin-right:0 !important;
	}
	.youshi01 li h3 {
		padding: 15px 10px;
		font-size: 12px;
		height: 36px;
	}
	.youshi02 {
		margin-top: 40px;
		background: none;
	}
	.youshi02 h2 {
		font-size: 20px;
		margin-top: 0;
		padding-top: 0;
		width: 100%;
		color: #333;
		margin-bottom: 20px;
	}
	.youshi02 div {
		width: 100%;
	}
	.youshi02 div span{
		width:50%;
		margin:0;
	}
	.youshi02 div span h3 {
		top: 15px;
		left: 15px;
		font-size: 12px;
	}
	.youshi02 div span a {
		left: 15px;
		top: 39px;
		font-size: 10px;
		width: 55px;
		line-height: 16px;
	}
	.topbox {
		bottom: 15px;
		right: 10px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.module-index-crm .mbhead{
		position: inherit;
		z-index: 10;
		width: 100%;
		background: #4175ef;
		top: 0;
	}
	#newBridge .nb-icon-wrap{
		width: 11% !important;
	}
	.indexft01 .d03 {
	    color: #fff;
	    font-size: 14px;
	    display: flex;
	    justify-content: center;
	    padding-top: 15px;
	    border-top: 1px solid #434b6c;
	}
	.indexft01 .d03 span{
		margin: 0 10px;
		display: flex;
		align-items: center;
	}
	.indexft01 .d03 span img{
		width: 25px;
		height: auto;
		margin-right: 3px;
	}
	.indexft{
		padding-bottom: 15px;
	}
	.footer .d01{
		font-size: 12px;
	}
	.footer .d01 span {
	    margin-right: 10px;
	    display: flex;
	    align-items: center;
	}
	.footer .d01 {
	    margin-left: 35px;
	    text-align: left;
	    color: #fff;
	    font-size: 12px;
	    margin-bottom: 10px;
	    display: flex;
	}
	.footer .d01 img{
		width: 20px;
		height: auto;
		margin-right: 2px;
	}
	.fade_in_down{
		opacity: 0;
		transform: translateY(40px);
		-ms-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-webkit-transform:translateY(40px);
		-o-transform:translateY(40px);
	}
	.fade_in_up{
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
		transition: 1.5s;
	}
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:320px){   
	.indexft01 .d03 span{
		margin: 0 4px;
	}
}
