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

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

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

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

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

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

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

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





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

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



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

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

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

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




.default-append{ display:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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



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

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

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

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

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




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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

/*手机内容页被调整过宽度后的高度自适应*/
article .content img{
	height:auto !important;
}
/*去除默认的云视频手机版视频内边距*/
.prism-player .prism-info-display{
	padding:0 !important;
}
/*layui 弹窗关闭按钮*/
.layui-layer-setwin .layui-layer-close2{
	right: -12px;
    top: -12px;
}

.indexbox{
	height:100vh;
}
.banbox{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.ban01 {
    position: relative;
    width: 120%;
    height: 120%;
    left: 0;
    top: 0;
	transition:all 2s;
	animation: actionx 30s linear 0s infinite alternate;
    -moz-animation: actionx 30s linear 0s infinite alternate;
    -webkit-animation: actionx 30s linear 0s infinite alternate;
    -o-animation: actionx linear 30s infinite alternate;
}
@keyframes actionx{
	0% {
		left:-10%;
		top:-10%;
	}
	25% {
		left:-5%;
		top:-5%;
	}
	50% {
		left:0;
		top:0%;
	}
	75% {
		left:-5%;
		top:-5%;
	}
	100% {
		left:-10%;
		top:-10%;
	}
}
.banboxbg{
	position:absolute;
	content:'';
	left:0;
	top:0;
	z-index:11;
	width:calc(100% - 250px);
	height:calc(100% - 100px);
	visibility:hidden;
	cursor:pointer;
	border-radius:500px 0 0 0;
	background:#000;
	opacity:0;
	transition:all .3s;
}
.banbox.a .banboxbg{
	opacity:.2;
	visibility:inherit;
	top:100px;
	left:250px;
}
.menubox {
    position: absolute;
    z-index: 1;
    left: -250px;
    top: -100px;
	width: 250px;
    height: 100%;
	background:rgba(255,255,255,0.86);
	transition:all .3s;	
}
.banbox.a .menubox{
	left:0;
	top:0;
}
.menubox::before{
	position:absolute;
	content:'';
	width: 500px;
    height: 500px;
	left:250px;
	top:100px;
	opacity:.86;
	background:url(/template/index/public/54/54-0085/images/menubg.png) no-repeat left top;
}
.menubox::after {
    position: absolute;
    content: '';
    width: calc(100vw - 250px);
    height: 100px;
    top: 0;
    left: 250px;
    background: rgba(255,255,255,0.86);
}
.menubox .logo a{
	display:block;
}
.menubox .logo img {
    max-width: 110px;
    height: auto;
}
.menubox .d01 a {
    display: block;
    width: 90px;
    border: 1px solid #224289;
    line-height: 27px;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    color: #224289;
    margin-left: 10px;
	background:url(/template/index/public/54/54-0085/images/jt01.png) no-repeat 100px center;
}
.menubox .d01 a em{
	color: #224289;
}
.menubox .d01 span {
    display: block;
    width: 40px;
    height: 40px;
	line-height:40px;
    text-align: center;
    background: #224289;
    font-size: 25px;
    margin: 15px 0 0 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}
.menubox .top01{
	position:relative;
	top:100px;
	left:250px;
	transition:all .3s;
}
.banbox.a .menubox .top01{
	left:60px;
	top:0;
}
.banbox.a .d01 span.openmenu,.d01 span.closemenu{
	display:none;
}
.banbox.a .d01 span.closemenu{
	display:block;
	font-size: 18px;
}
.menu {
    margin-left: 80px;
    margin-top:100px;
}
.menu li {
    float: none;
    width: 150px;
}
.menu li a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    color: #224289;
}
.topcon {
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 2;
}
.topcon .sousuo {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 20px;
	transition:all .3s;
}
.topcon .sousuo:hover{
	border: 1px solid rgba(255,255,255,1);
	background:rgba(255,255,255,0.2);
}
.banbox.a .topcon .sousuo:hover{
	border: 1px solid rgba(34,66,137,1);
}
.topcon .sousuo .keyword01{
    float: left;
    height: 40px;
    background: none;
    border: none;
    opacity: 0;
    transition: all .3s;
    width:140px;
	padding-left:15px;
	box-sizing: border-box;
	color:#fff;
}
.topcon .sousuo:hover .keyword01 {
    opacity: 1;	
}
.topcon .sousuo .submit01 {
    width: 40px;
    height: 40px;
    border: none;
	background:url(/template/index/public/54/54-0085/images/sousuo.png) no-repeat center;
}
.banbox.a .topcon .sousuo .submit01 {
	background:url(/template/index/public/54/54-0085/images/sousuo02.png) no-repeat center;
}
.topcon a {
    display: inline-block;
	vertical-align:middle;
    width: 40px;
    height: 40px;
	margin-left:20px;
	background:url(/template/index/public/54/54-0085/images/tmall.png) no-repeat center;
	transition:all .3s;
	border-radius:50%;
}
.banbox.a .topcon a {
	background:url(/template/index/public/54/54-0085/images/tmall02.png) no-repeat center;
}
.topcon a.a02{
	background:url(/template/index/public/54/54-0085/images/jd.png) no-repeat center;
}
.banbox.a .topcon a.a02{
	background:url(/template/index/public/54/54-0085/images/jd02.png) no-repeat center;
}
.topcon a:hover{
	background-color:rgba(255,255,255,0.2);
}
.banbox.a .topcon a:hover{
	background-color:rgba(34,66,137,0.2);
}
.scroll {
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;
    z-index: 2;
	text-align: center;
	cursor:pointer;
}
.scroll p {
    font-size: 14px;
    color: #fff;
}
.scroll .embox em {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
	opacity: 0;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.scroll .embox em.e02{
	animation-delay: 0.2s;
}
.scroll .embox em.e03{
	animation-delay: 0.4s;
}
@keyframes fade{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.quanbox{
	background:url(/template/index/public/54/54-0085/images/quan02.png) no-repeat center;
	width: 420px;
    height: 420px;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -210px;
    position: absolute;
    z-index: 2;
	background-size:100px;
	opacity:0;
}
.quanbox .quan01{
	background:url(/template/index/public/54/54-0085/images/quan.png) no-repeat center;
    width: 416px;
    height: 416px;
    margin: auto;
    margin-top:2px;
	transform: rotate(0deg);
	animation: around 10s linear 0s infinite alternate;
    -moz-animation: around 10s linear 0s infinite alternate;
    -webkit-animation: around 10s linear 0s infinite alternate;
    -o-animation: around linear 10s infinite alternate;
	opacity:0;
}
@keyframes around{
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loading {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border: 10px solid rgba(255,255,255,0);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1s loader linear infinite;
    animation: 1s loader linear infinite;
    position: relative;
    box-sizing: border-box;
}
.loader:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 10px solid #fff;
    border-radius: 50%;
    opacity: .5;
}
.loading .d01 {
    position: absolute;
    left: 50%;
    color: #fff;
    text-align: center;
    top: 50%;
	font-size:20px;
    transform: translate(-50%,-50%);
}
.loading .d01 span {
    font-size: 40px;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.pro02 {
    width: 300px;
    position: relative;
    left: 50%;
    margin-left: -150px;
    bottom: 150px;
    z-index: 10;
}
.pro02 li{
	border:3px solid #fff;
	border-radius:10px;
	box-sizing:border-box;
}
.pro02 li.swiper-slide-thumb-active{
	border-color:#ea984f;
}
.pro02 li img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.productbox{
	height:100vh;
}
.pro01 li{
	height:100vh;
}
.pro01 li .d01 {
    position: absolute;
    width: 420px;
    height: 420px;
    left: 50%;
    top: 42%;
    margin-left: -210px;
    margin-top: -210px;
    text-align: center;
}
.pro01 li .d01::before
,.pro01 li .d01::after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	transform:translateY(100px);
	background:url(/template/index/public/54/54-0085/images/shui.png) no-repeat center bottom;
	transition:all .3s;
}
.pro01 li .d01::after{
	background:url(/template/index/public/54/54-0085/images/shui02.png) no-repeat center bottom;
}
.pro01 li .d01 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	opacity:0;
	bottom:50px;
	transition:all .3s;
}
.pro01 li.ani-slide .d01::before
,.pro01 li.ani-slide .d01::after{
	opacity:1;
	transform:translateY(0);
}
.pro01 li.ani-slide .d01 img {
	bottom:0;
	opacity:1;
}
.pro01 li .d02 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 15%;
    text-align: center;
	transform:translateX(200px);
	-ms-transform:translateX(200px);
	-moz-transform:translateX(200px);
	-webkit-transform:translateX(200px);
	-o-transform:translateX(200px);
	opacity:0;
	transition:all .3s;
}
.pro01 li.ani-slide .d02 {
	transform:translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	-o-transform:translateX(0);
	opacity:1;
}
.aboutbox {
    position: relative;
    height: 100vh;
	overflow:hidden;
	background:#fff;
}
.aboutbox .wp{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.aboutbox::before{
	position:absolute;
	content:'';
	width:370px;
	height:490px;
	right:-20px;
	bottom:-20px;
	background:url(/template/index/public/54/54-0085/images/lead_snow02.png) no-repeat bottom right;
	webkit-animation: skew1 5s infinite;
    -moz-animation: skew1 5s infinite;
    -o-animation: skew1 5s infinite;
    animation: skew1 5s infinite;
}
@keyframes skew1{
	0% {
		right:-20px;
		bottom:-20px;
	}
	50% {
		right:0;
		bottom:0;
	}
	100% {
		right:-20px;
		bottom:-20px;
	}	
}
@keyframes skew{
	0% {
		transform: skew(-5deg,-5deg);
		-ms-transform:skew(-5deg,-5deg);
		-moz-transform:skew(-5deg,-5deg);
		-webkit-transform:skew(-5deg,-5deg);
		-o-transform:skew(-5deg,-5deg);
	}
	50% {
		transform: skew(5deg,5deg);
		-ms-transform:skew(5deg,5deg);
		-moz-transform:skew(5deg,5deg);
		-webkit-transform:skew(5deg,5deg);
		-o-transform:skew(5deg,5deg);
	}
	100% {
		transform: skew(-5deg,-5deg);
		-ms-transform:skew(-5deg,-5deg);
		-moz-transform:skew(-5deg,-5deg);
		-webkit-transform:skew(-5deg,-5deg);
		-o-transform:skew(-5deg,-5deg);
	}	
}
.aboutbox .d01{
	position:relative;
	width:603px;
	height:566px;
	float:left;
	text-align:center;
}
.aboutbox .d01::before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(/template/index/public/54/54-0085/images/lead_snow01.png) no-repeat center;
	webkit-animation: skew 5s infinite;
    -moz-animation: skew 5s infinite;
    -o-animation: skew 5s infinite;
    animation: skew 5s infinite;
}
.aboutbox .d01 img {
    position: relative;
    max-width: 100%;
    height: auto;
}
.aboutbox .d02 {
    float: right;
    width: 45%;
    text-align: center;
    color: #385595;
}
.aboutbox .d02 h1 {
    font-size: 50px;
    font-family: 微軟正黑體;
}
.aboutbox .d02 h2{
	font-size: 30px;
    font-family: 微軟正黑體;
}
.aboutbox .d02 h3 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 30px;
}
.aboutbox .d02 div.sum {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 2;
    text-align: justify;
}
.aboutbox .d02 div.sum p{
	margin-bottom:20px;
}
.aboutbox .d02 .d03 {
    text-align: center;
    margin-top: 50px;
}
.aboutbox .d02 .d03 a {
    display: inline-block;
    padding: 0 35px 0 20px;
    color: #385595;
    font-size: 14px;
    border: 1px solid #385595;
    line-height: 34px;
    border-radius: 25px;
    margin: 0 10px;
	background:url(/template/index/public/54/54-0085/images/jt01.png) no-repeat 83px center;
	background-size:10px;
	transition:all .3s;
}
.aboutbox .d02 .d03 a:hover{
	background:#385595 url(/template/index/public/54/54-0085/images/jt02.png) no-repeat 83px center;
	background-size:10px;
	color:#fff;
}
.honorbox{
	background:url(/template/index/public/54/54-0085/images/szbg.jpg) no-repeat center;
	height:100vh;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.honorbox::before,.honorbox::after{
	position:absolute;
	content:'';
	width:507px;
	height:100%;
	left:-35px;
	top:0;
	background:url(/template/index/public/54/54-0085/images/sb01.png) no-repeat left top;
}
.honorbox::before{
	webkit-animation: skew 5s infinite;
    -moz-animation: skew 5s infinite;
    -o-animation: skew 5s infinite;
    animation: skew 5s infinite;
}
.honorbox::after{
	left:auto;
	top:auto;
	right:0;
	bottom:0;
	width:362px;
	height:492px;
	background:url(/template/index/public/54/54-0085/images/sb02.png) no-repeat right bottom;
	webkit-animation: skew1 5s infinite;
    -moz-animation: skew1 5s infinite;
    -o-animation: skew1 5s infinite;
    animation: skew1 5s infinite;
}
.honorbox h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-top: 110px;
    margin-bottom: 80px;
}
.honorbox h2 p {
    font-weight: normal;
    font-size: 17px;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}
.pchonorbox{
	position:relative;
}
.pcprev01, .pcnext01 {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: -60px;
    border: 1px solid #fff;
    top: 50%;
    margin-top: -30px;
    display: block;
    border-radius: 50%;
    color: #fff;
	z-index:2;
}
.pcnext01{
	left:auto;
	right:-60px;
}
.honorbox li {
    float: left;
    width: 23%;
    margin-right: 2.66%;
}
.honorbox li:nth-child(2n){
	margin-top:60px;
}
.honorbox li img{
	width:100%;
	height:auto;
}
.jituanbox{
	height:100vh;
}
.jituanbox{
	position:relative;
}
.jituanbox h2 {
    font-size: 40px;
    font-weight: bold;
}
.jituanbox span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 10px 0;
}
.jituanbox .d01 {
    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.jituanbox .d01 div{
	margin-top:50px;
}
.jituanbox .d01 p {
    font-size: 16px;
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}
.jituanbox .d01 a {
    display: block;
    width: 180px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
	transition:all .3s;
}
.jituanbox .d01 a:hover{
	background:#fff;
	color:#333;
}
.chengfen{
	height:100vh;
}
.chengfen .d01 {
    width: 50%;
    float: right;
    padding:8% 10% 0 10%;
    box-sizing: border-box;
}
.chengfen .d01 h3 {
    text-align: center;
    padding: 40px 0 30px 0;
	background:url(/template/index/public/54/54-0085/images/wenzi.png) no-repeat center;
}
.chengfen .d01 h3 span {
    display: block;
    background: #f1e9d4;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    letter-spacing: 35px;
    color: #8a3d1e;
}
.chengfen .d01 .sum {
    font-size: 15px;
    letter-spacing: 2px;
    color: #8a3d1e;
    margin: 70px auto;
    line-height: 2;
}
.chengfen .d01 .sum p{
	margin-bottom:20px;
}
.chengfen .d02{
	text-align:center;
	display: flex;
    justify-content: space-between;
}
.chengfen .d02 p {
    display: inline-block;
    width: 40px;
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #8a3d2f;
    color: #8a3d2f;
    border-radius: 10px;
    letter-spacing: 2px;
    text-align: center;
	transition:all .3s;
}
.chengfen .d02 p:hover{
	background:#8a3d2f;
	color:#fff;
	transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.footer{
	height:100vh;
	padding-top:100px;
	box-sizing:border-box;
	background:url(/template/index/public/54/54-0085/images/ftbg.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.num01 {
	text-align:center;
}
.num01 img{
	max-width:50%;
	height:auto;
	opacity:0;
	transform:translateY(30px);
	transition:all 2.5s;
}
.footerss.ani-slide .num01 img{
	transform:translateY(0);
	opacity:1;
}
.num01 p {
    color: #fff;
    font-size: 60px;
    font-family: fantasy;
    text-align: center;
	height:144px;
	line-height:144px;
    letter-spacing: 5px;
	background:url(/template/index/public/54/54-0085/images/linebg.png) no-repeat center;
}
.num01 p em {
    font-style: normal;
    font-size: 30px;
}
.footbox {
    background: rgba(255,255,255,0.1);
    padding: 6% 0 0 0;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}
.ftcon{
	width:33%;
}
.ftcon ul {
    margin-bottom: 30px;
}
.ftcon li {
    float: left;
    margin-right: 20px;
	position:relative;
}
.ftcon li div {
    position: absolute;
    width: 110px;
    left: 50%;
    bottom: 80px;
    margin-left: -55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.ftcon li:hover div{
	opacity:1;
	visibility:visible;
	bottom: 55px;
}
.ftcon li div img {
    width: 100%;
    height: auto;
}
.ftcon li div::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.ftcon li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background:url(/template/index/public/54/54-0085/images/wx.png) no-repeat center;
	border: 1px solid rgba(255,255,255,0.2);
	transition:all .3s;
}
.ftcon li a.a02{
	background:url(/template/index/public/54/54-0085/images/tmall.png) no-repeat center;
}
.ftcon li a.a03{
	background:url(/template/index/public/54/54-0085/images/jd.png) no-repeat center;
}
.ftcon li a:hover{
	background-color: rgba(255,255,255,0.2);
}
.ftcon p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
}
.ftcon p a{
	color:#fff;
}
.ftnav {
    float: left;
    width: 30%;
    margin: 0 10%;
}
.ftnav li {
    float: left;
    width: 33.33%;
    margin: 10px 0;
}
.ftnav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.ftlogo img {
    max-width: 100px;
    height: auto;
}
.copy{
	margin-top:5%;
	margin-bottom:30px;
}
.copy .default-copyright {
    color: #fff;
    font-size: 14px;
    margin: auto;
    text-align: center;
}
.copy .default-copyright a{
	color:#fff;
	font-size:14px;
	opacity:.7;
	transition:all .3s;
}
.copy .default-copyright a:hover{
	opacity:1;
}
/*---------------list-about------------------*/
.header{
	background:#fff;
}
.nyfootbox {
    background: #24448a;
    position: relative;
    padding-top: 80px;
}
.nyfootbox .copy {
    margin-bottom:0;
	margin-top:50px;
    padding: 20px 0;
}
.nylogo a{
	display:block;
}
.nylogo a img {
    max-height: 100px;
}
.nymenu li a {
    display: block;
    font-size: 16px;
    padding: 7px 25px;
    margin: 30px 0;
	border-radius: 30px;
}
.nymenu li.a a {
	background: #224289;
    color: #ffffff;
}
.list-about01 img{
	width:100%;
	height:auto;
}
.list-about02{
	padding:100px 0;
}
.list-about02 h2 {
    font-size: 35px;
    color: #333;
	margin-bottom:50px;
}
.list-about02 h2 p {
    font-size: 20px;
    color: #999;
    letter-spacing: 1px;
}
.list-about02 .d01 {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: #333;
}
.list-about02 .d01 p{
	margin-bottom:30px;
	text-indent:2em;
}
.list-about03{
	margin:100px auto;
}
.list-about03 span{
	display:block;
	float:left;
	width:40%;
}
.list-about03 img{
	width:100%;
	height:auto;
}
.list-about03 .d01 h2 {
    font-size: 35px;
    color: #333;
	padding-top:20px;
}
.list-about03 .d01 h2 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 5px;
	color:#999;
	margin-bottom: 20px;
}
.list-about03 .d01{
	float:right;
	width:52%;
}
.list-about03 .d01 p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
    color: #555;
}
.list-about04 {
    position: relative;
	background-attachment:fixed !important;
}
.list-about04 .d01 {
    padding: 100px 0;
    color: #fff;
    margin: auto;
}
.list-about04 .d01 h2 {
    font-size: 35px;
    font-weight: bold;
	float:left;
	width:40%;
	margin-top:40px;
}
.list-about04 .d01 span {
    font-size: 22px;
    letter-spacing: 5px;
    display: block;
}
.list-about04 .d01 div {
    font-size: 16px;
	float:right;
	width:55%;
}
.list-about04 .d01 div p {
    margin: 30px 0;
	text-indent:2em;
}
/*----------------list-product-----------------*/
.proban{
	position:relative;
}
.proban img{
	width:100%;
	height:auto;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.list-product{
	margin:80px auto;
}
.list-product li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    box-sizing: border-box;
}
.list-product li img {
    width: 100%;
    height: auto;
}
.list-product li a.a01 {
    display: block;
	position:relative;
	background: #fff;
    padding: 50px;
	border: 1px solid #eee;
	overflow:hidden;
}
.list-product li a.a01 span {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #224289;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    left: 20px;
    top: -50px;
    opacity: 0;
	transition:all .5s;
}
.list-product li:hover a.a01 span{
	top:20px;
	opacity:1;
}
.list-product li a.a01 em {
    display: block;
    position: absolute;
	background:#224289;
	opacity:0;
	transition:all .5s;
}
.list-product li a.a01 .e01 {
	width:0;
	height:1px;
	left:0;
	top:0;
}
.list-product li a.a01 .e02 {
	width:1px;
	height:0;
	right:0;
	top:0;
}
.list-product li a.a01 .e03 {
	width:0;
	height:1px;
	right:0;
	bottom:0;
}
.list-product li a.a01 .e04 {
	width:1px;
	height:0;
	bottom:0;
	left:0;
}
.list-product li:hover a.a01 .e01
,.list-product li:hover a.a01 .e03{
	width:100%;
	opacity:1;
}
.list-product li:hover a.a01 .e02
,.list-product li:hover a.a01 .e04{
	height:100%;
	opacity:1;
}
.list-product li a img {
    max-width: 100%;
    height: auto;
}
.list-product li h3 a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}

/*-------------------view-product-------------------*/
.propox{
	margin-top:-100px;
	position:relative;
}
.view-productbox {
    background: #fff;
    position: relative;
    padding: 50px 100px;
    box-sizing: border-box;
    margin-top: 10px;
}
.view-productbox .title {
    text-align: center;
    font-size: 30px;
    color: #333;
}
.view-productbox .d01 .ww {
    padding: 10px 0;
    color: #999;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}
.view-productbox .d01 .ww em{
	margin-right:5px;
}
/*--------------list-contact--------------*/
.list-contact .d01 {
    overflow: hidden;
    position: relative;
    height: 460px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.list-contact .d01 iframe {
    position: absolute;
    width: 1920px;
    height: 460px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.list-contact .d02 {
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: -70px;
    background: #fff;
    border: 1px solid #eee;
	margin-bottom:100px;
}
.list-contact .d02 ul{
	width: 45%;
}
.list-contact .d02 li{
	margin-bottom: 30px;
}
.list-contact .d02 li h3{
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
}
.list-contact .d02 li div{
	margin-top: 10px;
	font-size: 16px;
    color: #666;
}
.list-contact .d02 li div p{
}
.list-contact .d02 .divma {
	float: right;
    max-width: 45%;
}
.list-contact .d02 .divma h3{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.list-contact .d02 .divma span{
	display: block;
    float: left;
    margin-right: 20px;
}
.list-contact .d02 .divma span img{
	width: 150px;
    height: auto;
    border: 1px solid #eee;
}
.list-contact .d02 .divma span p{
	text-align: center;
    margin-top: 15px;
    font-size: 16px;
}
/*------------------list-honor-------------------*/
.proban h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #fff;
    left: 0;
    top: 50%;
    margin-top: -25px;
    font-weight: bold;
}
.list-hobor01 {
    margin: 100px auto;
    border: 1px solid #eee;
}
.list-hobor01 span {
    display: block;
    float: left;
    width: 40%;
}
.list-hobor01 span img{
	width:100%;
	height:auto;
}
.list-hobor01 .d01 {
    float: right;
    width: 60%;
    box-sizing: border-box;
    padding: 100px;
}
.list-hobor01 .d01 h3 {
    font-size: 30px;
    margin: 30px 0;
}
.list-hobor01 .d01 div {
    font-size: 16px;
    line-height: 2;
}
.list-honor02{
	margin-bottom:100px;
}
.list-honor02 .d01 {
    margin-bottom: 40px;
    border-bottom: 1px dotted #ddd;
}
.list-honor02 .d01 li{
	font-size: 20px;
	border-bottom: 2px solid #fff;
	position:relative;
	text-align:center;
	padding-bottom: 20px;
}
.list-honor02 .d01 li.swiper-slide-thumb-active{
	border-bottom: 2px solid #224289;
	color:#224289;
}
.list-honor02 .d02 li li{
	padding-bottom:70px;
}
.list-honor02 .d02 li li span{
	border:1px solid #eee;
	display:block;
}
.list-honor02 .d02 li img{
	width:100%;
	height:auto;
}
.list-honor02 .d02 li h3{
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.ky-prev01,.ky-next01
,.ky-prev02,.ky-next02
,.ky-prev03,.ky-next03{
	position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    left: 45%;
	cursor:pointer;
	outline-style:none;
	z-index:2;
	transition:all .3s;
}
.ky-next01
,.ky-next02
,.ky-next03{
	left:auto;
	right:45%;
}
.ky-prev01:hover,.ky-next01:hover
,.ky-prev02:hover,.ky-next02:hover
,.ky-prev03:hover,.ky-next03:hover{
	border-color:#224289;
	color:#224289;
}
.keyanbox li span{
	display:block;
}
.keyanbox li img{
	width:100%;
	height:auto;
}
.list-honor02 .d03{
}
.list-honor02 .d03 h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}
.list-honor02 .d03 li {
    background: #fff;
}
.list-honor02 .d03 li:hover img{
	border-color:#24448a;
}
.list-honor02 .d03 li img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: all .3s;
    padding: 5px;
}
.list-honor02 .d03 .swiper{
}
.list-honor02 .d03 .swiper .hz-prev01
,.list-honor02 .d03 .swiper .hz-next01{
    width: 20px;
    height: 30px;
    position: absolute;
    background: #000;
    text-align: center;
    line-height: 30px;
    color: #fff;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    opacity: .3;
	cursor: pointer;
	transition:all .3s;
}
.list-honor02 .d03 .swiper .hz-next01{
	left:auto;
	right:0;
}
.list-honor02 .d03 .swiper .hz-prev01:hover
,.list-honor02 .d03 .swiper .hz-next01:hover{
	opacity:.7;
}
/*-------list-news----------*/
.list-news{
	margin-bottom:100px;
}
.pub01{
	text-align:right;
	margin:10px auto;
}
.list-news li {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
	transition:all .3s;
}
.list-news li:hover{
	background:#fff;
}
.list-news li a{
	display:block;
}
.list-news li span {
    display: block;
    float: left;
    width: 25%;
}
.list-news li span img{
	width:100%;
	height:auto;
}
.list-news li div {
    float: right;
    width: 70%;
    padding-top: 25px;
}
.list-news li div ins {
    font-size: 30px;
    color: #555;
	letter-spacing:5px;
	display:block;
	transition:all .3s;
}
.ispc .list-news li:hover div ins {
	margin-left:50px;
}
.list-news li div ins em {
    font-size: 15px;
    font-style: normal;
	letter-spacing:0;
}
.list-news li div h3 {
    font-size: 25px;
    margin-top: 10px;
	line-height:1.3;
	position:relative;
	transition:all .3s;
}
.ispc .list-news li:hover div h3 {
	padding-left:50px;
	color:#224289;
}
.ispc .list-news li div h3::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #333;
    left: 0;
    top: 17px;
	transition:all .3s;
}
.ispc .list-news li:hover div h3::before {
	width:35px;
}
.list-news li div p {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
    letter-spacing: 1px;
}
/*---------------------view-news------------------*/
.view-newsbox{
	margin-bottom:70px;
}
.view-newsbox .view-box01 {
    background: #F0F4FC;
    padding: 100px 0 100px 0;
	margin-bottom:50px;
}
.view-newsbox .view-box01 .d01,.view-news{
	width:1000px;
	margin:auto;
}
.view-newsbox .view-box01 h2 {
    font-size: 30px;
    color: #333;
}
.view-newsbox .view-box01 .ww {
    font-size: 14px;
    color: #999;
	margin-top:10px;
}
.view-newsbox .view-box01 .ww a{
	color:#999;
	transition:all .3s;
	margin-right:20px;
}
.view-newsbox .view-box01 .ww a:hover,.view-newsbox .view-box01 .ww a:hover em{
	color:#2d5fcc;
}
.view-newsbox .view-box01 .ww em {
    margin-right: 5px;
}
.fanye {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.fanye p {
    font-size: 14px;
    width: 45%;
    line-height: 22px;
	color:#666;
}
.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;
}
.fanye p a {
    display: inline-block;
    *display: inline;
    width: calc(100% - 35px);
    color: #666;
    vertical-align: middle;
}
.fanye p:hover span {
    border-color: #2d5fcc;
}
.fanye p:hover span, .fanye p:hover a {
    color: #2d5fcc;
}
.w960 .menu{
	margin-top:30px;
}
.w960 .menu li a {
    font-size: 15px;
    padding: 5px 0;
}
.w960 .aboutbox .d01 {
    width: 40%;
    height: auto;
}
.w960 .aboutbox .d01 img {
    max-width: 80%;
}
.w960 .aboutbox .d01::before{
	background-size:100%;
}
.w960 .aboutbox .d02 {
    width: 50%;
}
.w960 .aboutbox .d02 h1 {
    font-size: 40px;
}
.w960 .aboutbox .d02 h3{
	margin-top:15px;
}
.w960 .aboutbox .d02 div.sum {
    font-size: 13px;
    margin-top: 15px;
}
.w960 .pro01 li .d02 img {
    max-width:35%;
    height: auto;
}
.w960 .honorbox h2 {
    font-size: 35px;
    padding-top: 70px;
    margin-bottom: 50px;
}
.w960 .chengfen .d01 {
    padding: 5% 5% 0 5%;
}
.w960 .chengfen .d01 .sum {
    font-size: 14px;
    letter-spacing: 0px;
    margin: 45px auto;
    line-height: 1.8;
}
.w960 .num01 p {
    font-size: 45px;
    height: 100px;
    line-height: 100px;
    letter-spacing: 3px;
    background-size: auto 100%;
}
.w960 .num01 img {
    max-width: 35%;
}
.w960 .footer{
	padding-top:70px;
}
.w960 .footbox{
	padding-top:4%;
}
.w960 .copy {
    margin-top: 3%;
    margin-bottom: 20px;
}
.w960 .nymenu li a {
    font-size: 14px;
    padding: 7px 20px;
}
.w960 .list-about04 .d01 {
    padding: 120px 0;
}
.w960 .list-about03 .d01 h2 {
    font-size: 35px;
    margin: 0 0 30px 0;
    padding-top: 0;
}
.w960 .list-about03 .d01 p {
    font-size: 14px;
}
.w960 .list-hobor01 .d01 {
    padding: 50px;
}
.w960 .view-newsbox .view-box01 .d01,.w960 .view-news {
    width: 960px;
}
.w960 .view-newsbox .view-box01{
	padding:50px 0;
}

@media screen and (max-width:1440px){
.chengfen .d02 p {
    padding: 5px 9px;
}
.jituanbox .d01 {
    width: 60%;
    left: 20%;
}


}



@media screen and (max-width:1024px){
	.mbcontent {
		background: #fff;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.mbcontent.a {
		position:relative;
		margin-top:-100vh;
	}	
	.mbbanbox {
		position: relative;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		z-index: 1;
		margin-bottom: calc(100vh + 100px);
	}
	.quanbox {
		width: 240px;
		height: 240px;
		margin-left: -120px;
		margin-top: -120px;
		background-size: 80px;
	}
	.quanbox .quan01 {
		width: 240px;
		height: 240px;
		margin-top: 0;
		background-size: 100%;
	}
	.ban01 {
		animation: actionx 15s linear 0s infinite alternate;
		-moz-animation: actionx 15s linear 0s infinite alternate;
		-webkit-animation: actionx 15s linear 0s infinite alternate;
		-o-animation: actionx linear 15s infinite alternate;
	}
	@keyframes actionx{
		0% {
			left:-10%;
			top:-10%;
		}
		25% {
			left:-5%;
			top:-5%;
		}
		50% {
			left:0;
			top:0%;
		}
		75% {
			left:-5%;
			top:-5%;
		}
		100% {
			left:-10%;
			top:-10%;
		}
	}
	.mbpro{
		position: relative;
		padding:50px 0;
	}
	.mbpro01{
		background:#d0dcf6;
		color: #768ec1;
	}
	.mbpro01::before{
		background:url(images/shuiwen02.jpg) no-repeat center;
	}
	.mbtit h2 {
		text-align: center;
		font-size: 25px;
		letter-spacing: 5px;
		padding-bottom: 20px;
	}
	.mbtit h2 span {
		display: block;
		width: 85px;
		line-height: 22px;
		font-size: 14px;
		font-weight: normal;
		margin: auto;
		border: 1px solid #768ec1;
		border-radius: 30px;
		letter-spacing: 0;
		margin-top:5px;
	}
	.mbpro02 .mbtit h2 span{
		border-color:#88839b;
	}
	.mbpro03 .mbtit h2 span{
		border-color:#779ea2;
	}
	.mbtit p {
		text-align: center;
		font-size: 14px;
	}
	.mbtit a{
		display: block;
		width: 100px;
		color: #768ec1;
		font-size: 12px;
		border: 1px solid #768ec1;
		text-align: center;
		line-height: 27px;
		margin:auto;
		margin-top: 20px;
	}
	.mbpro02 .mbtit a{
		color: #88839b;
		border: 1px solid #88839b;
	}
	.mbpro03 .mbtit a{ 
		color: #779ea2;
		border: 1px solid #779ea2;
	}
	.mbimg01 {
		width:60%;
		margin: 40px auto;
		position: relative;
	}
	.mbimg01 img{
		width:100%;
		height:auto;
	}
	.mbimg01 li{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		z-index:0;
		background: #d0dcf6;
	}
	.mbimg-02 li{
		background: #e0dbda;
	}
	.mbimg-03 li{
		background: #cedcdf;
	}
	.mbimg01 li:first-child{
		z-index:1;
	}
	.mbimg-01.a li.li01,.mbimg-02.a li.li01，.mbimg-03.a li.li01{
		z-index:1; 
	}
	.mbimg-01.a2 li.li02,.mbimg-02.a2 li.li02,.mbimg-03.a2 li.li02{
		z-index:2;
	}
	.mbimg-01.a3 li.li03,.mbimg-02.a3 li.li03,.mbimg-03.a3 li.li03{
		z-index:3;
	} 
	.mbimg-01.a4 li.li04,.mbimg-02.a4 li.li04,.mbimg-03.a4 li.li04{
		z-index:4;
	} 
	.mbd01{
		display: none;
	}
	.mbd01 li {
		float: left;
		width: 50%;
		text-align: center;
		margin-bottom:15px;
	}
	.mbd01 li span {
		display: block;
		width: 50px;
		margin: auto;
	}
	.mbd01 li img {
		width: 100%;
		height: auto;
	}
	.mbd01 li h3 {
		font-size: 14px;
		margin-top:5px;
	}
	.mbpro02{
		background:#e0dbda;
		color:#88839b;
	}
	.mbpro03{
		background:#cedcdf;
		color:#779ea2;
	}
	.mbbrand {
		position: relative;
		padding:50px 30px;
	}
	.mbbrand img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.mbbrand .d01 {
		color: #333;
	}
	.mbbrand .d01 h3 {
		font-size: 25px;
		font-weight: bold;
		margin-bottom:30px;
	}
	.mbbrand .d01 span {
		display: block;
		margin: 15px 0;
		letter-spacing: 5px;
	}
	.mbbrand .d01 p {
		font-size: 13px;
	}
	.mbbrand .d01 a {
		display: block;
		width: 100px;
		color: #333;
		font-size: 12px;
		border: 1px solid #333;
		text-align: center;
		line-height: 27px;
		margin-top: 20px;
	}
	.mbfoot01 .num01 img{
		opacity:1;
		transform: translateY(0);
	}
	.honorbox{
		height:auto;
		padding:50px 0;
		background:none;
	}
	.honorbox .d01{
		width:50%;
		margin:auto;
		padding:0 20px;
	}
	.honorbox .d01 li{
		margin:0;
	}
	.honorbox .d01 li img {
		width: 100%;
		height: auto;
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	.honorbox h2 {
		font-size: 25px;
		padding-top:0;
		margin-bottom:30px;
		color:#333;
	}
	.honorbox h2 span{
		display:block;
	}
	.honorbox h2 p {
		font-size: 13px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.honorbox::before, .honorbox::after {
		display:none;
	}
	.honorbox .d02{
		position:relative;
		z-index:2;
	}
	.mbprev01, .mbnext01 {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 10%;
		border: 1px solid #999;
		border-radius: 50%;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #999;
		top: 50%;
		margin-top: -36px;
		z-index:2;
		outline-style:none;
	}
	.mbnext01{
		left:auto;
		right:10%;
	}
	.honorbox .d02 .swiper-button-disabled{
		opacity:.2;
	}
	.mbdots {
		text-align: center;
		color: #333;
		margin-top: 20px;
		font-size: 14px;
	}
	.mbcfbox{
		padding:0 30px;
		position:relative;
	}
	.mbcfbox .d01 {
		color: #333;
	}
	.mbcfbox .d01 h3 {
		font-size: 25px;
		font-weight: bold;
	}
	.mbcfbox .d01 span {
		display: block;
		margin: 20px 0;
		font-size: 16px;
		letter-spacing: 5px;
	}
	.mbcfbox .d01 p {
		font-size: 13px;
	}
	.huabg {
		max-width: 70%;
		margin: auto;
	}
	.huabg img{
		width:100%;
		height:auto;
	}
	.mbnum {
		color: #fff;
		height: 100vh;
		position: relative;
	}
	.mbnum h3 {
		font-size: 40px;
		font-weight: bold;
		margin-bottom:30px;
		text-align: center;
		letter-spacing: 10px;
	}
	.mbnum .mbnum01 {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		border-top: 1px solid #fff;
		margin: 0 20px;
		border-bottom: 1px solid #fff;
		padding: 10px 0;
	}
	.mbnum .mbnum01 em {
		font-style: normal;
		font-size: 18px;
	}
	.mbnum .d01 {
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.mbfoot{
		height:100vh;
		position:relative;
	}
	.footer {
		padding-top: 50px;
		height: auto;
	}
	.copy{
		padding:20px 0;
		margin:0;
	}
	.num01 {
		height: 140px;
		background-size: 100% !important;
	}
	.num01 p {
		font-size: 34px;
		letter-spacing: 0;
		line-height: 70px;
		height: 70px;
		font-family: HinTing;
		background-size: auto 100%;
	}
	.ftcon {
		width: 100%;
		text-align:center;
	}
	.ftcon li {
		float: none;
		margin: 0 10px;
		display: inline-block;
	}
	.ftlogo{
		text-align: center;
		padding-top:50px;
	}
	.footbox {
		background: none;
		padding-top: 30px;
		position: relative;
	}
	.copy .default-copyright{
		font-size:12px;
	}
	.mbjituan {
		position: relative;
	}
	.mbjituan .d01 {
		padding:100px 30px;
		color: #fff;
	}
	.mbjituan .d01 h3 {
		font-size: 30px;
		font-weight: bold;
	}
	.mbjituan .d01 p {
		font-size: 13px;
	}
	.mbjituan .d01 span {
		display: block;
		margin: 20px 0;
		text-transform: uppercase;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.mbjituan .d01 a{
		display: block;
		width: 100px;
		color: #fff;
		font-size: 12px;
		border: 1px solid #fff;
		text-align: center;
		line-height: 27px;
		margin-top: 20px;
	}
	.mbcfbox02 .d01 h3 {
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		color: #333;
		margin-bottom:30px;
	}
.mbcfbox02 .d01{
	position:relative;
}
.mbcfbox02 .d01 .d02 img{
	width:100%;
	height:auto;
}
.mbcfbox02 .d01 ul li {
    position: absolute;
}
.mbcfbox02 .d01 ul li span .paobg {
    height: auto;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.mbcfbox02 .d01 ul li.li1 {
    left: 50%;
    margin-left: -15px;
    top: 16%;
}
.mbcfbox02 .d01 ul li.li2 {
    left: 7%;
    top: 23%;
}
.mbcfbox02 .d01 ul li.li3 {
    right: 20%;
    top: 18%;
}
.mbcfbox02 .d01 ul li.li4 {
    left: 24%;
    top: 19%;
}
.mbcfbox02 .d01 ul li.li5 {
    right: 6%;
    top: 22%;
}
.mbcfbox02 .d01 ul li.li6 {
    top: 36%;
    left: 1%;
}
.mbcfbox02 .d01 ul li.li7 {
    top: 40%;
    right: 2%;
}
.mbcfbox02 .d01 ul li.li8 {
    left: 14%;
    top: 39%;
}
.mbcfbox02 .d01 ul li.li9 {
    right: 6%;
    top: 53%;
}
.mbcfbox02 .d01 ul li.li10 {
    left: 4%;
    top: 52%;
}
.mbcfbox02 .d01 ul li.li11 {
    right: 16%;
    top: 35%;
}
.mbcfbox02 .d01 ul li.li12 {
    left: 8%;
    top: 64%;
}
.mbcfbox02 .d01 ul li.li13 {
    right: 11%;
    top: 64%;
}
.mbcfbox02 .d01 ul li.li14 {
    top: 65%;
    left: 2%;
}
.mbcfbox02 .d01 ul li.li15 {
    right: 1px;
    top: 66%;
}
.mbcfbox02 .d01 ul li.li9
,.mbcfbox02 .d01 ul li.li4
,.mbcfbox02 .d01 ul li.li8
,.mbcfbox02 .d01 ul li.li11{
	animation: updowm 2s linear 0s infinite alternate;
    -moz-animation: updowm 2s linear 0s infinite alternate;
    -webkit-animation: updowm 2s linear 0s infinite alternate;
    -o-animation: updowm linear 2s infinite alternate;
}
.mbcfbox02 .d01 ul li.li1
,.mbcfbox02 .d01 ul li.li3
,.mbcfbox02 .d01 ul li.li5
,.mbcfbox02 .d01 ul li.li7
,.mbcfbox02 .d01 ul li.li12{
	animation: updowm2 3s linear 0s infinite alternate;
    -moz-animation: updowm2 3s linear 0s infinite alternate;
    -webkit-animation: updowm2 3s linear 0s infinite alternate;
    -o-animation: updowm2 linear 3s infinite alternate;
}
.mbcfbox02 .d01 ul li.li2
,.mbcfbox02 .d01 ul li.li6
,.mbcfbox02 .d01 ul li.li10
,.mbcfbox02 .d01 ul li.li13{
	animation: updowm3 4s linear 0s infinite alternate;
    -moz-animation: updowm3 4s linear 0s infinite alternate;
    -webkit-animation: updowm3 4s linear 0s infinite alternate;
    -o-animation: updowm3 linear 4s infinite alternate;
}
@keyframes updowm{
	0% {
		transform:translate(-2px,-5px);
	}
	50% {
		transform: translate(0);
	}
	100% {
		transform: translate(2px,5px);
	}
}
@keyframes updowm2{
	0% {
		transform:translateX(-7px);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(7px);
	}
}
@keyframes updowm3{
	0% {
		transform:translate(-3px,-6px);
	}
	50% {
		transform: translate(0);
	}
	100% {
		transform: translate(3px,6px);
	}
}
.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);
	transition: 1.5s;
}
.mbcfbox02 .d01 ul li span {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 50px;
}
	.mbcfbox02 .d01 ul li span img{
		width:30px;
		height:auto;
	}
	.mbcfbox02 .d01 ul li h3{
		font-size:12px;
		text-align:center;
		font-weight:normal;
		margin-bottom:0;
	}
	.mbstore {
		width:80%;
		margin:auto;
		margin-top: 6%;
	}
	.mbstore li {
		float: left;
		width: 50%;
		text-align: center;
	}
	.mbstore li a {
		display: block;
	}
	.mbstore li span {
		display: block;
		width: 65px;
		height: 65px;
		margin: auto;
		line-height: 65px;
		border: 1px solid #fff;
		border-radius: 10px;
		background: rgba(255,255,255,.1);
	}
	.mbstore li span img {
		width: 40px;
		height: auto;
	}
	.mbstore li h3 {
		color: #fff;
		font-size: 14px;
		margin-top: 10px;
	}
	.ftcon span {
		display: block;
		margin: auto;
		width: 100px;
		margin-bottom:20px;
		background:url(/template/index/public/54/54-0085/images/ewmbg.png) no-repeat center top;
		background-size:100%;
	}
	.ftcon span img {
		width: 80px;
		height: auto;
		padding: 10px;
	}
	.ftcon p{
		line-height:1.5;
		font-size:14px;
	}
	.ftcon span p {
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.num01 p em{
		font-size:20px;
	}
	.mbindex{
		height:100vh;
	}
	.copy .default-copyright a {
		font-size: 12px;
	}
	.honorbox .diy-edit-but
	,.mbjituan .diy-edit-but
	,.mbbrand .diy-edit-but{
		margin-top:50px;
	}
	.menuico a {
		display: block;
		color: #fff;
		font-size: 25px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		position: fixed;
		z-index: 10;
		right: 20px;
		top: 20px;
		background: rgba(0,0,0,0.15);
		font-size: 18px;
		border-radius: 50%;
		border: 1px solid #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	.mbmenu {
		position: fixed;
		width: 100%;
		background: #fff;
		height: 100%;
		top: 0;
		right:-100%;
		z-index:20;
		overflow-y: scroll;
	}
	.mbmenu .nav-ul-1 {
		padding-top: 70px; 
		height: 80vh;
		overflow-y: auto; 
	}
	.mbmenu li a {
		color: #333;
		border-bottom: none;
		border-top: none;
		padding-left: 30px;
		font-size: 16px;
		text-align: center;
	}
	.mbmenu li ul li a {
		font-size: 14px;
		padding: 10px 10px;
		padding-left: 50px;
		color: #666;
	}
	.mbmenu li div{ 
		width:100%;
		right:20px;
	}
	.mbmenu ul ul{
		background:#f5f5f5;
		padding-top:0;
	}
	.mbclose {
		position: absolute;
		z-index: 3;
		color: #fff !important;
		right: 15px;
		top: 15px;
		font-size: 16px;
		background: #224289;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 31px;
		text-align: center;
	}
	.list-about02 {
		padding: 50px 0;
	}	
	.list-about02 h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}	
	.list-about02 h2 p {
		font-size: 16px;
	}
	.list-about02 .d01 {
		font-size: 14px;
	}	
	.list-about02 .d01 p {
		margin-bottom: 15px;
	}	
	.list-about04 .d01 {
		padding: 50px 0;
	}	
	.list-about04 .d01 h2 {
		font-size: 25px;
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.list-about04 .d01 span {
		font-size: 15px;
	}	
	.list-about04 .d01 div {
		font-size: 14px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.list-about04 .d01 div p {
		margin: 20px 0;
	}
	.list-about04 {
		background-attachment: inherit !important;
	}
	.list-about03 {
		margin: 50px auto;
	}
	.list-about03 span{
		display:none;
	}
	.list-about03 .d01 {
		width: 100%;
	}
	.list-about03 .d01 h2 {
		font-size: 25px;
		margin: 0;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.list-about03 .d01 h2 em {
		font-size: 17px;
	}
	.list-about03 .d01 p {
		font-size: 14px;
	}
	.nyfootbox {
		padding-top:50px;
		background:url(/template/index/public/54/54-0085/images/ftbg.jpg) no-repeat center;
	}
	.nyfootbox .footbox {
		padding-top: 0;
	}	
	.nyfootbox .copy {
		position: inherit;
		bottom: 0;
		margin:0;
		margin-top: 30px;
		padding:10px 0;
		padding-bottom:60px;
	}
	.list-product li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.propox {
		margin-top:10px;
		font-size: 14px;
	}
	.view-productbox .title {
		font-size: 25px;
	}
	.view-productbox {
		padding: 0 !important;
		margin-top: 30px;
	}
	.view-productbox .d01 .ww {
		padding: 5px 0;
		font-size: 12px;
		margin: 20px 0;
	}
	.view-productbox .d01 .ww em {
		font-size: 14px;
	}
	.proban h2 {
		font-size: 25px;
	}
	.list-hobor01 {
		margin: 50px auto;
		border: none;
	}
	.list-hobor01 span {
		width: 100%;
	}
	.list-hobor01 .d01 {
		width: 100%;
		padding: 30px;
		padding-top:0;
	}
	.list-hobor01 .d01 h3 {
		font-size: 25px;
		margin-top: 0;
	}
	.list-hobor01 .d01 div {
		font-size: 14px;
		text-align: justify;
	}
	.ky-prev01, .ky-next01, .ky-prev02, .ky-next02, .ky-prev03, .ky-next03{
		left:35%;
	}
	.ky-next01, .ky-next02, .ky-next03 {
		left:auto;
		right: 35%;
	}
	.list-honor02 .d02 li li {
		padding-bottom: 50px;
	}
	.list-honor02 .d01 li{
		font-size:15px;
	}
	.list-honor02 {
		margin-bottom: 50px;
	}
	.list-contact .d02 ul {
		width: 100%;
		margin-top: 20px;
	}
	.list-contact .d02 {
		padding: 20px;
		margin: 0;
	}
	.list-contact .d02 li h3 {
		font-size: 17px;
	}
	.list-contact .d02 li div {
		font-size: 14px;
	}
	.list-contact .d02 .divma span img {
		width: 115px;
	}
	.list-contact .d02 .divma {
		max-width: 100%;
		width: 100%;
		margin-top: 30px;
		margin-bottom:50px;
	}
	.list-contact .d02 .divma h3 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.list-news {
		margin-bottom: 50px;
	}
	.list-news li span {
		width: 150px;
	}
	.list-news li div {
		width: calc(100% - 160px);
		padding-top: 0;
	}
	.list-news li div ins {
		font-size: 20px;
		letter-spacing: 0;
	}
	.list-news li div h3 {
		font-size: 16px;
	}
	.list-news li div p {
		font-size: 13px;
	}
	.view-newsbox .view-box01 h2 {
		margin-top: 0;
		font-size: 25px;
	}
	.view-newsbox .view-box01 {
		padding: 27px 20px;
		margin-bottom: 0;
	}
	.view-newsbox .view-box01 .d01, .view-news {
		width: auto;
		margin: auto;
	}
	.view-news {
		padding:0 20px;
	}
	.default-article-content {
		font-size: 14px;
		line-height: 1.8;
	}
	.fanye {
		padding: 15px 0;
		margin-top: 20px;
	}
	.mbfootcontact {
		bottom: 15px;
		width: 80%;
		margin: 0 10%;
		background-color: rgba(0, 0, 0, 0.4);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		border-radius: 20px;
		z-index: 11;
		height: 40px;
		position: fixed;
		left:0;
	}
	.mbfootcontact a{
		display: inline-block;
		width: 23%;
		line-height: 40px;
		height: 40px;
		text-align: center;
		color: #fff;
		font-weight: normal;
		box-sizing: border-box;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 20px;
		-webkit-text-stroke-width: initial;
	}
	.mbfootcontact a.c04{
		border:none;
	}
	.mbfootcontact a.c03{
		font-size:16px;
	}
	.mbfootcontact a.c02{
		font-size:15px;
	}
	.erweima {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background: #CCC;
		z-index: 102;
		display: none;
		background:url(/template/index/default/images/bg02.png);
	}
	.erweima-1{
		width: 300px;
		background: #fff;
		z-index: 102;
		height: 300px;
		left: 50%;
		top: 50%;
		margin-top: -150px;
		margin-left: -150px;
		position: absolute;
	}
	.erweima-1 img{
		width:100%;
		height:auto;
	}
	.erweima .close {
		display: block;
		top: -12px;
		right: -12px;
		width: 20px;
		height: 20px;
		position: absolute;
		background: #111;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #fff;
		text-indent: 2px;
		box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
	}
	.list-product {
		margin: 40px auto;
		margin-bottom: 0;
	}
	.mbcattit{
		height:250px;
		background:#3562c7;
		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,#4573da,#3562c7 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,#3562c7,#4374e2 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 .d01 img {
		width: 80px;
		height: auto;
		margin-bottom: 10px;
	}
	.mbcattit p {
		font-size: 14px;
		font-weight: bold;
		text-transform: capitalize;
	}
	.mbcattit h2 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.mbcattit em{
		height: 2px;
		width: 30px;
		display: block;
		background-color: #FFF;
		margin: 12px auto 20px;
	}
	.mblogo {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
	}
	.mblogo img {
		width: 60px;
		height: auto;
	}
	.list-contact .d02 .divma span p{
		font-size:14px;
	}
	.mbcful{
	}
.mbcful li {
    position: relative;
}
.mbcful li img {
    width: 100%;
    height: auto;
}
.mbcful li div {
    position: absolute;
    width: 50%;
    top: 10%;
	left:25%;
    text-align: center;
}
.mbcful li div span {
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    margin: 5px 3px;
    border-radius: 30px;
    font-size: 14px;
}
.cf-prev01, .cf-next01 {
    top: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 10px;
    background: #fff;
    margin-top: -15px;
    text-align: center;
    border-radius: 50%;
	line-height:30px;
	opacity:.7;
	outline-style:none;
}
.cf-next01{
	left:auto;
	right:10px;
}
.list-honor02 .d03{
	margin-top:50px;
}
.list-honor02 .d03 h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
}
@media screen and (max-width:320px){
	.mbbrand .d01 h3 {
		font-size: 20px;
	}	
	.mbbrand .d01 span {
		letter-spacing: 3px;
		font-size: 14px;
	}
	.mbbrand .d01 p {
		font-size: 12px;
	}
	.mbtit h2 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.mbtit p {
		font-size: 12px;
	}
	.mbd01 li h3 {
		font-size: 12px;
		margin-top: 3px;
	}
	.mbimg01 {
		width: 55%;
		margin:5% auto;
	}
	.honorbox h2 ,.mbcfbox .d01 h3,.mbcfbox02 .d01 h3{
		font-size: 20px;
	}
	.honorbox h2 p {
		font-size: 12px;
	}
	.mbjituan .d01 span,.mbcfbox .d01 span  {
		margin: 15px 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.mbjituan .d01 h3 {
		font-size: 24px;
	}
	.mbjituan .d01 p,.mbcfbox .d01 p {
		font-size: 12px;
	}
	.copy {
		bottom: 0;
	}
	.mbstore li span img {
		width: 30px;
	}
	.mbstore li span {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.ftcon span img {
		width: 70px;
		padding: 10px;
	}
	.ftcon span {
		width: 90px;
		margin-bottom: 15px;
	}
	.ftcon span p {
		font-size: 10px;
	}
	.ftcon p {
		font-size: 12px;
		letter-spacing:0;
	}
	.mbmenu li a{
		padding:10px;
	}
	.mbcattit {
		height: 200px;
	}
	.list-hobor01 .d01 {
		padding: 20px;
	}
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
