@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%;min-width: 1280px; }
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
/*
*{
	transition-property:border-color, background-color, color;
	transition-duration:.3s;
	transition-timing-function:ease-in;
	transition-delay:.1s;
	
}
*/

li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/*icon 字体样式*/
/*--
@font-face {
  font-family: 'iconfont';
  src: url(//at.alicdn.com/t/font_43068_y46akwwgct.eot);
  src: url('//at.alicdn.com/t/font_43068_y46akwwgct.eot?#iefix') format('embedded-opentype'),
  url(//at.alicdn.com/t/font_43068_y46akwwgct.woff2) format('woff2'),
  url(//at.alicdn.com/t/font_43068_y46akwwgct.woff) format('woff'),
  url(//at.alicdn.com/t/font_43068_y46akwwgct.ttf) format('truetype'),
  url('//at.alicdn.com/t/font_43068_y46akwwgct.svg#iconfont') format('svg');
}
--*/
/*--
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_43068_hl3psbvjkn.woff2?t=1629343136737') format('woff2'),
       url('//at.alicdn.com/t/font_43068_hl3psbvjkn.woff?t=1629343136737') format('woff'),
       url('//at.alicdn.com/t/font_43068_hl3psbvjkn.ttf?t=1629343136737') format('truetype');
}
--*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('fonts/font_43068_c2amtvilbm.woff2?t=1631783223188') format('woff2'),
       url('fonts/font_43068_c2amtvilbm.woff?t=1631783223188') format('woff'),
       url('fonts/font_43068_c2amtvilbm.ttf?t=1631783223188') format('truetype');
}

/*--
@font-face {
  font-family: 'iconfont';  
  src: url(//at.alicdn.com/t/font_43068_jdez23largh.eot);
  src: url('//at.alicdn.com/t/font_43068_jdez23largh.eot?#iefix') format('embedded-opentype'),
  url(//at.alicdn.com/t/font_43068_jdez23largh.woff2) format('woff2'),
  url(//at.alicdn.com/t/font_43068_jdez23largh.woff) format('woff'),
  url(//at.alicdn.com/t/font_43068_jdez23largh.ttf) format('truetype'),
  url('//at.alicdn.com/t/font_43068_jdez23largh.svg#iconfont') format('svg');
}--*/
/*.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;
}
/*文章内容样式初始化*/
.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;
}
.default-article-content video{
	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;}
.clear{clear: both;}
/*单行文本*/
.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;}


/*分页按钮*/
.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{
	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 span{
	display:block !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: #f3e248 !important;
    color: #000 !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(../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;
}

/*聊天框样式*/
#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;
} 

.w17{
	width:1700px;
	margin:auto;
	overflow: hidden;
}
.wp{
	width:1400px;
}


/*公共头部*/
.header .top{
	padding: 80px 30px 40px 30px;
	background: linear-gradient(#addbd9, #fff);//从上到下
}
.header .logo{
	line-height:110px;
}
.header .logo img{
	height:auto;
	width:auto;
}
.header .top01{
	display:block;
	float:right;
	width:286px;
	height:71px;
	margin-top:19px;
	background:url(../images/t01.png) no-repeat center;
	margin-left:40px;
}
.header .languages{z-index: 6; position: absolute; right: 7%; top: 5%; height:24px; margin-left: 20px; line-height:18px; width:114px; border:1px solid #fff; padding:2px; overflow:hidden; text-align:center; border-radius:20px; margin-top:12px; font-size:14px;transition:all 0.4s;}
.header .languages a{ float:left; width:50%; text-align: center; line-height: 24px; overflow:hidden;border-radius:20px; text-transform:uppercase; color:#999999; height: 24px;}
.header .languages a:hover{ color:#fff;}
.header .languages a.isel{ background:#fff; color:#addbd9;}
.jishu .headr {
	position: absolute;
    height: auto;
	right: 80px;
	top: 32px;
}
.jishu .headr div{
	float: left;
	margin-left: 56px;
	text-align: center;
	color: #fff;
}
.jishu .headr a {
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	color: #fff;
	border: solid 2px #addbd9;
}
.jishu .headr div span{
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.jishu .headr a.search {
    background: url(../images/ewm.jpg) 0 0 no-repeat;
	background-size: 100%;
}

.jishu .headr a.qr {
    background: url(../images/ewma.jpg) 0 0 no-repeat;
    background-size: 100%;
}
.nav01 > li{
	margin-left:66px;
	position:relative;
	padding:24px 0;
}
.nav01 > li a{
	display:block;
	font-size:22px;
	color:#777;
	line-height:22px;
	width:30px;
	text-align:center;
	transition:0.3s;
	line-height: 30px;
}
.nav01 > li a em{
	font-size:0;
	display:block;
	position:absolute;
	width:1px;
	height:80px;
	background:#b1834d;
	top:-90px;
	right:-16px;
	transition:0.3s;
	opacity:0;
}
.nav01 > li a em::before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#b1834d;
	bottom:-10px;
	left:-4px;
}
.nav01 > li.a a,.nav01 > li a:hover{
	color:#b1834d;
}
.nav01 > li.a a em,.nav01 > li a:hover em{
	opacity:1;
	top:0;
}


/*banner*/
.banner01{
	max-height:700px;
	overflow:hidden;
	position:relative;
}
.banner01 .banbg{
	display:block;
	width:694px;
	height:404px;
	/* background:url(../images/ban01.png) no-repeat center; */
	position:absolute;
	left:calc(50% - 347px);
	bottom:calc(50% - 200px);
	z-index:4;
}
.banner01 .next,.banner01 .prev{
	padding:0;
	line-height:40px;
	background:rgba(0,0,0,0);
	opacity:0.6;
	font-size:40px;
	transition:0.2s;
	left:40px;
}
.banner01 .next{
	left:inherit;
	right:40px;
}
::-moz-selection {
  background: #addbd9;
  color: #878787;
  text-shadow: none;
}
::selection {
  background: #addbd9;
  color: #878787;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
/* 关于我们 */
.contain{position: relative;}
.dif1,
.sProduct-columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.index-about {
  padding: 60px 0 60px;
}
.index-about-info {
  width: 50%;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-about-info .dt {
  position: relative;
  text-align: left;
}
.index-about-info .dt .en {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}
.index-about-info .dt .en:before,
.index-about-info .dt .en:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-about-info .dt .en:before {
  width: 75%;
  border-top: #d1d1d1 dashed 1px;
}
.index-about-info .dt .en:after {
  width: 75px;
  height: 4px;
  background-color: #addbd9;
}
.index-about-info .dt .cn {
  margin-left: 0;
  margin-top: 20px;
}
.index-about-info .dd {
  margin-top: 60px;
  line-height: 32px;
  overflow: hidden;
  height: auto;
  color: #878787;
  font-size: 15px;
}
.index-about-info .df {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.index-about-info .df:after {
  display: none;
}
.index-about-info .df .col:nth-child(1n+2) {
  margin-left: 10%;
}
.index-about-info .df .col .sdt {
  color: #addbd9;
  white-space: nowrap;
}
.index-about-info .df .col .sdt .num {
  font-family: "Swiss721BT", Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  font-style: inherit;
}
.index-about-info .df .col .sdt sup {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-left: 3px;
  font-size: 18px;
}
.index-about-info .df .col .sdd {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1920px) {
  .index-about-info {
    max-width: 700px;
  }
}
@media screen and (max-width: 1440px) {
	.index-about-info{width: 42%;}
	.index-about-switch{width: 50%;}
  .index-about-info .dd {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
  }
}
.index-about-switch {
  position: relative;
  width: 50%;
  padding-bottom: 50px;
/*  background-image: url(../images/dcti-about.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; */
  overflow: hidden;
}
.index-about-switch .shade {
  height: auto;
/*  border-radius: 20px; */
  height: 480px;
  overflow: hidden;
  width: 100%;
}
.index-about-switch .swiper-pagination-bullet-active{background-color: #addbd9;}
.index-about-switch .shade:after {
  content: " ";
  z-index: 30;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 194px;
  pointer-events: none;
}
.index-about-switch .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-about-switch .item.moveItem {
  position: absolute;
}
.index-about-switch .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
}
.index-about-switch .pagination {
  z-index: 23;
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.index-about-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 12px;
  width: 10px;
  height: 10px;
  border: 0 solid #addbd9;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  opacity: .5;
  background-color: #fff;
}
.index-about-switch .pagination .btn > em {
  display: none;
}
.index-about-switch .pagination .btn.on {
  width: 30px;
  opacity: 1;
}
/* @media screen and (max-width: 1024px) {
  .index-about-switch {
    width: 100%;
    margin-top: 120px;
  }
} */
.bg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.bg{z-index:-1}
.bg{position:absolute!important;left:0;top:0;max-width:none!important;width:100%;height:100%}
.index-dexiya {
  position: relative;
}
.index-dexiya .contain {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.index-dexiya-list4 {
  position: relative;
  z-index: 2;
  background-color: rgba(173, 219, 217, 0.7);
  padding: 60px 40px 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 40%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-dexiya-list4:after {
  display: none;
}
.index-dexiya-list4 .col {
  max-width: 286px;
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
.index-dexiya-list4 .col:nth-child(3),.index-dexiya-list4 .col:nth-child(4){margin-bottom: 0px;}
.index-dexiya-list4 .col .ico {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
}
.index-dexiya-list4 .col .ico .icoImg {
  width: 100%;
  height: 100%;
  display: block;
}
.index-dexiya-list4 .col .ico:before,
.index-dexiya-list4 .col .ico:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.index-dexiya-list4 .col .ico:before {
  border: #ffffff dashed 1px;
}
.index-dexiya-list4 .col .ico:after {
  opacity: 0;
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(../images/bgi-dexiya-list4-item.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-dexiya-list4 .col .dt {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}
.index-dexiya-list4 .col .dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
/*  opacity: .8; */
}
.index-dexiya-list4 .col:hover .ico:before {
  opacity: 0;
}
.index-dexiya-list4 .col:hover .ico:after {
  opacity: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 1600px) {
  .index-dexiya-list4 .col .ico {
    width: 72px;
    height: 72px;
  }
}
.index-dexiya-why {
  padding: 50px 30px;
  color: #fff;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-dexiya-why .head .dt{font-size: 28px;}
.index-dexiya-why .head .dd {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 16px;
}

.index-dexiya-why-tab {
  margin-top: 20px;
  width: 100%;
}
.index-dexiya-why-tab .Tg {
  position: relative;
  overflow: hidden;
}
.index-dexiya-why-tab .Tg .hScroll {
  overflow: hidden;
}
.index-dexiya-why-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 20px 35px;
}
.index-dexiya-why-tab .Tg .block {
  position: absolute;
  width: 134px;
  overflow: visible !important;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
/*  display: none; */
}
.index-dexiya-why-tab .Tg .block:before,
.index-dexiya-why-tab .Tg .block:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 1500px;
  height: 2px;
  background-color: #fff;
  opacity: .2;
}
.index-dexiya-why-tab .Tg .block:before {
  right: 60%;
}
.index-dexiya-why-tab .Tg .block:after {
  left: 60%;
}
.index-dexiya-why-tab .Tg .block s {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 140px;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/bgi-dexiya-Tg.png);
  background-size: 100% auto;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.index-dexiya-why-tab .Tt {
  margin-top: 40px;
}
.index-dexiya-why-tab .Tt .dt {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}
.index-dexiya-why-tab .Tt .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #addbd9;
}
.index-dexiya-why-tab .Tt .dd {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #d4d4d4;
}
.index-dexiya-why-tab .Tt .dd.imax {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.index-dexiya-why-tab .Tt .dd + .dt {
  margin-top: 70px;
}
.index-dexiya-why-tab .Tt .ico {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 12px;
}
.index-dexiya-why-tab .Tt .ico .icoImg {
  width: 45px;
  height: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Tt>.box,.Tt>.ysqJsBox,.Tt>.ysqMoveBox{display:none}
.Tt>.box.on,.Tt>.ysqJsBox.on,.Tt>.ysqMoveBox.on{display:block}
@media screen and (min-width: 1025px) {
  .index-dexiya-why-tab .Tg .btn {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .index-dexiya-why-tab .Tg .btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media screen and (max-width: 1600px) {
  .index-dexiya-why-tab .Tg .btn {
    padding: 40px;
  }
}
/* @media screen and (max-width: 1024px) {
  .index-dexiya-why-tab .Tt .col .ico .icoImg {
    width: 40px;
    height: 40px;
  }
} */
@media screen and (max-width: 1600px) {
  .index-dexiya-why {
    width: 60%;
  }
}
.bg,.mask,.shade .box,.shade .ysqJsBox,.shade .ysqMoveBox,.shadow,.wh100{position:absolute!important;left:0;top:0;max-width:none!important;width:100%;height:100%}
.index-head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.index-head .en {
  position: relative;
  font-family: Times New Roman, sans-serif;
  text-transform: capitalize;
  color: #addbd9;
  font-size: 48px;
}
.index-head .cn {
  margin-left: 50px;
  line-height: 36px;
  color: #878787;
  font-size: 28px;
}
.index-head .more {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.more {
  position: relative;
  z-index: 2;
}
.more.more1 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  color: #addbd9;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.more.more1:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #addbd9;
  border-radius: inherit;
}
.more.more1:hover {
  background-color: #e9f5f5;
  color: #87bbb0;
}
.more.more2 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: #addbd9;
  color: #fff;
  text-align: center;
}
.more.more2 s {
  font-family: 'SimSun', '宋体';
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  white-space: nowrap;
}
.videobox{
	margin-top: 80px;
	margin-bottom: 40px;
	width: 100%;
	/* border:1px solid #eee; */
	box-sizing:border-box;
	position:relative;
}
.videobox .tit02 {
    padding: 0px 0;
    margin-bottom:0;
    /* border-bottom: 1px solid #eee; */
}
.videobox .tit02 a {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
	top:43px;
}
.videobox .tit02 a.prev02{
	right:133px;
	background:url(../images/jt02.png) no-repeat center;
	background-size:16px;
}
.videobox .tit02 a.next02{
	right:25px;
	background:url(../images/jt01.png) no-repeat center;
	background-size:16px;
}
.videobox .tit02 a.more03{
	width:auto;
	right:70px;
	line-height:20px;
}
.video{
	padding: 30px 0px 40px 0px;
}
.video li{
}
.video li a{
	display:block;
}
.video li a span{
	display:block;
	position:relative;
	background: #addbd9;
	padding: 7px;
}
.video li a span img{
	width:100%;
	height:auto;
	transition:all .4s;
}
.video li:hover a span img{
	opacity:.5;
}
.video li a span em{
	display:block;
	position:absolute;
	color:#fff;
	font-size:60px;
	left:50%;
	top:40%;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	line-height:50px;
	text-align:center;
	opacity:0;
	transition:all .4s;
}
.video li:hover a span em{
	top:50%;
	opacity:1;
}
.video li a div{
	padding-top:10px;
}
.video li a div h3{
	float:left;
	font-size:14px;
	width:calc(100% - 100px);
	display: none;
}
.video li a div p{
	float:right;
	font-size:14px;
}
/* 产品 */
.index-product {
  padding: 1.2rem 0;
}
.index-product-list{
	width: 80%;
	margin: 0 auto;
}
.index-product-list .l{width: 47.2%;}
.index-product-list .r{width: 49%;}
.index-product-list .r .item:after,.index-product-list .l .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 219, 217, 0.6);
  z-index: 8;
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(45% 0 round 0);
          clip-path: inset(45% 0 round 0);
}
.index-product-list .l .item .pic,.index-product-list .r .item .pic {
  height: 0;
  padding-bottom: 100%;
  background-color: #f5f5f5;
}
.index-product-list .l .item .pic > img,.index-product-list .r .item .pic > img {
	width: 100%;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-product-list .r .item .txt {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 80px;
  -webkit-transition: all 250ms ease 300ms;
  transition: all 250ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.index-product-list .l .item .txt {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 80px;
  -webkit-transition: all 250ms ease 300ms;
  transition: all 250ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.index-product-list .l .item .txt h3,.index-product-list .r .item .txt h3 {
  position: relative;
  overflow: hidden;
  color: #af8049;
  width: 100%;
  font-size: 54px;
  font-family: "宋体";
  font-weight: bold;
  line-height: 72px;
}
@media screen and (min-width: 1025px) {
  .index-product-list .l .item .txt .more:hover s,.index-product-list .r .item .txt .more:hover s {
    width: 0;
    text-indent: 1em;
  }
  .index-product-list .l .item:hover:after,.index-product-list .r .item:hover:after {
    -webkit-clip-path: inset(0 0 round 0);
            clip-path: inset(0 0 round 0);
    -webkit-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .index-product-list .l .item:hover .pic img,.index-product-list .r .item:hover .pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .index-product-list .l .item:hover .border.b_t,.index-product-list .r .item:hover .border.b_t {
    left: -1px;
    right: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .l .item:hover .border.b_r,.index-product-list .r .item:hover .border.b_r {
    top: -1px;
    bottom: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .l .item:hover .border.b_b,.index-product-list .r .item:hover .border.b_b {
    left: -1px;
    right: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .l .item:hover .border.b_l,.index-product-list .r .item:hover .border.b_l {
    top: -1px;
    bottom: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .l .item:hover .txt,.index-product-list .r .item:hover .txt {
    -webkit-transition: all 250ms ease 300ms;
    transition: all 250ms ease 300ms;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
	text-align: center;
  }
}
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ysqRow:after {
  display: none;
}
.ysqRow:after {
  display: none;
}
.ysqRow .l .col,
.ysqRow .r .col{
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}

.ysqRow .l .col3{
    width: 100%;
  }
.ysqRow .r .col3 {
    width: 46%;
    margin-left: 4%;
  }
.ysqRow .r .col3:nth-child(1n+3) {
    margin-top: 4.1%;
  }
/* 新闻 */
.index-news {
  /* padding-bottom: 120px; */
  padding: 60px 0;
}
.index-news .contain {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-news .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #e2f1f4 solid 10px;
  padding: 40px 30px 30px;
}
.index-news .col .dt {
  margin-bottom: 20px;
  position: relative;
  border-bottom: #eaeaea solid 1px;
}
.index-news .col .dt span {
  display: inline-block;
  vertical-align: top;
  color: #addbd9;
  padding-bottom: 12px;
  border-bottom: #addbd9 solid 2px;
  font-size: 24px;
}
.index-news .col.col1 {
  width: 100%;
}
.index-news .col.col2 {
  width: 49%;
}
.index-news .col.col3 .section {
  height: 191px;
}
.index-news .col.col3 .section:nth-child(1n+2) {
  margin-top: 48px;
}

.index-news-switch {
	width: 35%;
	float: left;
  position: relative;
  overflow: hidden;
}
.index-news-switch .shade {
  /* height: 0;.qwh(@pdtRadio); */
  height: 364px;
  padding-bottom: 52px;
}
.index-news-switch .shade .swiper-pagination-bullet-active{background-color: #fff;}

.index-news-switch .item {
  width: 100%;
  height: 100%;
  background-color: #addbd9;
  overflow: hidden;
}
.index-news-switch .item:first-child {
  position: relative !important;
}
.index-news-switch .item .pic {
  background-color: #f1f1f1;
  width: 100%;
  height: 364px;
}
.index-news-switch .item h3 {
  padding: 15px 220px 15px 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.index-news-switch .ctr {
  display: none;
  z-index: 28;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.index-news-switch .ctr s {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #addbd9;
  border-radius: inherit;
}
.index-news-switch .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.index-news-switch .ctr:hover {
  color: #ffffff;
}
.ysqUEO .index-news-switch .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .index-news-switch .ctr s:before,
.ysqUEO .index-news-switch .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .index-news-switch .ctr .ysqUEO s:before,
  .index-news-switch .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-news-switch .ctr .ysqUEO:hover s:before,
  .index-news-switch .ctr .ysqUEO:hover s:after {
    background-color: #ffffff;
  }
}
/* @media screen and (max-width: 1024px) {
  .index-news-switch .ctr:active s:before,
  .index-news-switch .ctr:active s:after {
    background-color: #ffffff;
  }
} */
.ysqUEO .index-news-switch .ctr.prev s:before,
.ysqUEO .index-news-switch .ctr.prev s:after {
  margin-left: -3px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .index-news-switch .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-news-switch .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-news-switch .ctr.next s:before,
.ysqUEO .index-news-switch .ctr.next s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .index-news-switch .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-news-switch .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .index-news-switch .ctr.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .index-news-switch .ctr.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .index-news-switch .ctr.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .index-news-switch .ctr.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
}
.index-news-switch .ctr.prev {
  left: -20px;
}
.index-news-switch .ctr.prev s {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.index-news-switch .ctr.next {
  right: -20px;
}
.index-news-switch .ctr.next s {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.index-news-switch .ctr:hover {
  opacity: .9;
}
.index-news-switch .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 21;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}
.index-news-switch .pagination .btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin-left: 6px;
  background-color: #fff;
  opacity: .5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-news-switch .pagination .btn.on {
  opacity: 1;
}
.index-news-switch .link {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .index-news-switch .item .pic img {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
	height: 364px;
	width: 100%;
  }
  .index-news-switch .item .pic:after {
    content: " ";
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .index-news-switch .item:hover .pic:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .index-news-switch .item:hover .pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.index-news-marquee {
  width: 48%;
  float: right;
  position: relative;
  height: 376px;
}
.index-news-marquee .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: #cecece dashed 1px;
  line-height: 1.5;
}
.index-news-marquee .item:nth-child(1n+2) {
  margin-top: 12px;
}
.index-news-marquee .item .time {
  color: #999999;
  font-size: 14px;
  float: right;
}
.index-news-marquee .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #878787;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .index-news-marquee .item h3 {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-news-marquee .item:hover {
    border-bottom-color: #addbd9;
  }
  .index-news-marquee .item:hover h3 {
    color: #addbd9;
  }
}
.index-news-list{float: right; width: 63%;}
.index-news-list .item {
  position: relative;
  padding-left: 80px;
}
.index-news-list .item:nth-child(1n+2):before {
  content: " ";
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -80px;
  border-top: #cfcfcf dashed 1px;
}
.index-news-list .item:nth-child(1n+2) .time {
  top: 16px;
}
.index-news-list .item:nth-child(1n+2) .link.pa100 {
  top: 16px;
}
.index-news-list .item .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 24px;
  text-align: center;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  font-size: 14px;
}
.index-news-list .item .time .md {
  height: 24px;
  color: #878787;
  background-color: ##addbd9;
}
.index-news-list .item .time .y {
  height: 24px;
  color: #fff;
  background-color: #addbd9;
}
.index-news-list .item h3,
.index-news-list .item p {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
}
.index-news-list .item h3 {
  color: #878787;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-news-list .item p {
  color: #666666;
}
@media screen and (min-width: 1025px) {
  .index-news-list .item:hover h3 {
    color: #addbd9;
  }
}

.sLeague-head {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.sLeague-head .cn {
  position: relative;
  z-index: 3;
  font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
}
.sLeague-head .en {
  margin-top: -0.25em;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #eee;
  text-transform: uppercase;
}
.sLeague-section {
  position: relative;
  overflow: hidden;
}
.sLeague-axdvantage {
  padding-bottom: 232px;
  padding-top: 200px;
}
.sLeague-axdvantage .sLeague-head {
  padding-bottom: 132px;
}
.sLeague-axdvantage .bg {
  top: auto;
  bottom: 0;
  height: auto;
}
.sLeague-axdvantage .qImg {
  width: 100%;
  height: 0;
  padding-bottom: 25.69444444%;
}
.sLeague-axdvantage .oList {
  position: relative;
  margin-top: 200px;
  padding: 80px 2%;
}
.sLeague-axdvantage .oList:before,
.sLeague-axdvantage .oList:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: #89c52f dashed 1px;
  pointer-events: none;
}
.sLeague-axdvantage .oList:before {
  margin-left: -1px;
  margin-top: 3px;
}
.sLeague-axdvantage .oList .oLi {
  position: relative;
}
.sLeague-axdvantage .oList .oLi:before {
  content: " ";
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #89c52f;
}
.sLeague-axdvantage .oList .oLi .dt {
  display: inline-block;
  vertical-align: top;
  min-width: 420px;
  position: relative;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background-color: #89c52f;
  border-radius: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sLeague-axdvantage .oList .oLi .dt i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 50px;
  border-radius: 50%;
  font-family: "Geometr415", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #89c52f;
  line-height: 50px;
  pointer-events: none;
}
.sLeague-axdvantage .oList .oLi .dt span {
  display: inline-block;
  vertical-align: top;
  min-width: 12.5em;
}
.sLeague-axdvantage .oList .oLi .dd {
  padding: 20px;
  margin-top: 40px;
  color: #666666;
  line-height: 1.77777778;
}
@media screen and (min-width: 1025px) {
  .sLeague-axdvantage .oList .oLi.even {
    padding-left: 54%;
    text-align: left;
  }
  .sLeague-axdvantage .oList .oLi.even .dt {
    padding-left: 72px;
    padding-right: 40px;
  }
  .sLeague-axdvantage .oList .oLi.even .dt i {
    left: 4px;
  }
  .sLeague-axdvantage .oList .oLi.odd {
    padding-right: 54%;
    text-align: right;
  }
  .sLeague-axdvantage .oList .oLi.odd .dt {
    padding-left: 40px;
    padding-right: 72px;
  }
  .sLeague-axdvantage .oList .oLi.odd .dt i {
    right: 4px;
  }
}
.sLeague-agency {
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: -15px;
}
.sLeague-agency .bg {
  background-repeat: repeat;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 15px) 0, 50% 15px, calc(50% + 15px) 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 15px) 0, 50% 15px, calc(50% + 15px) 0);
}
.sLeague-agency .list3 .oLi {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sLeague-agency .list3 .oLi:after {
  display: none;
}
.sLeague-agency .list3 .oLi:nth-child(1n+2) {
  margin-top: 20px;
}
.sLeague-agency .list3 .oLi:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sLeague-agency .list3 .oLi .pic {
  width: 50%;
  height: 100%;
  height: 0;
  padding-bottom: 26.38888889%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f1f1f1;
}
.sLeague-agency .list3 .oLi .txt {
  padding: 30px 80px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.sLeague-agency .list3 .oLi .txt .dt {
  font-weight: bold;
}
.sLeague-agency .list3 .oLi .txt .dt:after {
  content: " ";
  display: block;
  margin-top: 20px;
  width: 30px;
  height: 3px;
  background-color: #addbd9;
}
.sLeague-agency .list3 .oLi .txt .dd {
  margin-top: 12px;
  line-height: 1.75;
}

.sLeague-agency .sLeague-head {
  padding-top: 40px;
  padding-bottom: 25px;
}
.sLeague-agency .sLeague-head .cn {
  color: #fff;
  font-size: 36px;
}
.sLeague-agency .sLeague-head .en {
  color: #fff;
  opacity: .15;
  font-size: 24px;
}
.sLeague-agency .list5 {
	width: 90%;
	margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow-x: auto;
}
.sLeague-agency .list5:after {
  display: none;
}
.sLeague-agency .list5 .oLi {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px 60px;
  min-width: 72px;
}
.sLeague-agency .list5 .oLi:before {
  content: " ";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: #ffffff dashed 1px;
  -webkit-clip-path: polygon(100% 0, 100% calc(50% - 15px), 50% calc(50% - 15px), 50% calc(50% + 15px), 100% calc(50% + 15px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(50% - 15px), 50% calc(50% - 15px), 50% calc(50% + 15px), 100% calc(50% + 15px), 100% 100%, 0 100%, 0 0);
}
.sLeague-agency .list5 .oLi:after {
  content: " ";
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 20px;
  border-top: #ffffff dashed 1px;
  border-right: #ffffff dashed 1px;
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.sLeague-agency .list5 .oLi:nth-child(1n+2) {
  margin-left: 50px;
}
.sLeague-agency .list5 .oLi:last-child:before {
  -webkit-clip-path: none;
          clip-path: none;
}
.sLeague-agency .list5 .oLi:last-child:after {
  display: none;
}
.sLeague-agency .list5 .oLi i {
  display: block;
  font-family: "Geometr415", Arial, sans-serif;
  font-size: 30px;
}
.sLeague-agency .list5 .oLi p {
  margin-top: 4px;
  font-size: 18px;
}
.sLeague-apply {
  padding-top: 200px;
  padding-bottom: 220px;
}
.sLeague-apply .sLeague-head {
  padding-bottom: 100px;
}
.sLeague-apply .sLeague-head .cn {
  color: #fff;
}
.sLeague-apply .sLeague-head .en {
  color: #fff;
  opacity: .15;
}
.sLeague-apply .tel {
  margin-top: 80px;
  background-color: #89c52f;
  line-height: 30px;
  border-radius: 60px;
  padding: 30px;
  text-align: center;
}
.sLeague-apply .tel,
.sLeague-apply .tel a {
  color: #ffffff;
}
.sLeague-apply .tel .icoImg {
  margin-right: 4px;
  width: 32px;
  height: 32px;
}
.sLeague-apply .qImg {
  width: 41.66666667%;
}
.sLeague-apply-form {
  width: 48.5%;
  padding: 110px 160px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sLeague-apply-form .dt {
  color: #89c52f;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.sLeague-apply-form .formItem {
  line-height: 54px;
}
.sLeague-apply-form .formItem:nth-child(1n+2) {
  margin-top: 12px;
}
.sLeague-apply-form .formItem .skin {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 54px;
  line-height: 22px;
  border: #e1e1e1 solid 1px;
  border-radius: 5px;
  padding: 15px 50px;
  background-color: #fff;
}
.sLeague-apply-form .formItem textarea.skin {
  height: 140px;
}
.sLeague-apply-form .enter {
  display: block;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  background-color: #89c52f;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.sLeague-apply-form .enter:after {
  border-color: #fff;
}



/*招商加盟*/
.joinus{
/* 	background:#addbd9; */
	padding-top:70px;
	position:relative;
}
.joinus::before{
	content:"";
	position:absolute;
	width:90px;
	height:430px;
	left:0;
	top:50px;
	background:url(../images/join.png) no-repeat center;
}
.tit01{
	text-align:center;
	margin-bottom:50px;
}
.tit01 h1{
	font-size:34px;
	color:#878787;
	position:relative;
	line-height:40px;
}
.tit01 h1::after{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	background:#addbd9;
	top:15px;
	left:calc(50% - 105px);
	transform: rotateZ(45deg);
}
.tit01 h1::before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	background:#addbd9;
	top: 15px;
    right: calc(50% - 105px);
    transform: rotateZ(45deg);
}
.tit01 h2{
	font-size: 14px;
    text-transform: uppercase;
    color: #addbd9;
    letter-spacing: 2px;
    position: relative;
    line-height: 20px;
    margin-top: 15px;
}
.tit01 h2::after{
	content:"";
	position:absolute;
	width:60px;
	height:1px;
	background:#addbd9;
	top:9px;
	left:calc(50% - 160px);
}
.tit01 h2::before{
	content:"";
	position:absolute;
	width:60px;
	height:1px;
	background:#addbd9;
	top:9px;
	right:calc(50% - 160px);
}
.join{
	margin-left:150px;
	width:calc(100% - 150px);
	background:#fff;
}
.join .jtitle{
	width:240px;
}
.join .jtitle li{
	background:#c2e4e5;
	border-bottom:1px solid #fff;
	text-align:center;
	position:relative;
	padding:60px 20px;
	transition:0.3s;
	cursor:pointer;
}
.join .jtitle li::after{
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	background:#addbd9;
	right:0;
	top:calc(50% - 12px);
	opacity:0;
	transform: rotateZ(45deg);
	transition:0.3s;
}
.join .jtitle li h3{
	font-size:28px;
	color:#fff;
	line-height:32px;
	margin-bottom:5px;
	transition:0.3s;
}
.join .jtitle li h4{
	font-size:12px;
	color:#fff;
	line-height:20px;
	text-transform:uppercase;
	transition:0.3s;
}
.join .jtitle li:hover h3,.join .jtitle li:hover h4
,.join .jtitle li.a h3,.join .jtitle li.a h4{
	color:#fff;
}
.join .jtitle li:hover,.join .jtitle li.a{
	background:#addbd9;
}
.join .jtitle li:hover::after,.join .jtitle li.a::after{
	right:-12px;
	opacity:1;
	background:#addbd9;
}
.switch{
	display:none;
}
.advantage{
	display:block;
	width: calc(100% - 760px);
    padding: 50px 80px;
	padding-bottom:0;
}
.advantage li{
	width:50%;
	float:left;
	margin-bottom:40px;
}
.advantage li .t01{
	float:left;
	width:58px;
	border:1px solid #addbd9;
	text-align:center;
}
.advantage li .t01 em{
	display:block;
	width:100%;
	line-height:58px;
	background:#addbd9;
	font-size:26px;
	color:#fff;
}
.advantage li .t01 h3{
	font-size:20px;
	color:#878787;
	padding: 15px 10px;
    line-height: 26px;
}
.advantage li .t02{
	width:calc(100% - 90px);
	float:right;
	margin-top: 50px;
}
.advantage li .t02 h5,.advantage li .t02 p{
	font-size:15px;
	color:#878787;
	line-height:30px;
}
.advantage li .t02 p{
	width:50%;
	float:left;
}
.require{
	width: calc(100% - 760px);
    padding: 90px 80px;
	padding-bottom:0;
}
.require li{
	float:left;
	width:47.5%;
	margin-right:5%;
	margin-bottom:90px;
}
.require li em{
	float:left;
	width:36px;
	line-height:36px;
	display:block;
	border-radius:50%;
	background:#addbd9;
	font-size:15px;
	color:#fff;
	font-style:normal;
	text-align:center;
}
.require li p{
	float:right;
	width:calc(100% - 70px);
	font-size:16px;
	color:#878787;
	line-height:26px;
}
.process{
	width: calc(100% - 800px);
    padding: 80px 100px;
	padding-bottom:0;
}
.process .protit{
	position:relative;
}
.process .protit::before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#addbd9;
	left:0;
	top:54px;
}
.process .protit li{
	position:relative;
	float:left;
	width:25%;
}
.process .protit li::before{
	content:"";
	position:absolute;
	width:12px;
	height:18px;
	background:#addbd9;
	right:-6px;
	top:45px;
	background:url(../images/more02.png) no-repeat center;
}
.process .protit li:last-child::before{
	display:none;
}
.process .protit li a{
	display:block;
	width:108px;
	height:108px;
	background:#addbd9;
	border-radius:50%;
	border:1px solid #addbd9;
	text-align:center;
	vertical-align: middle;
	margin:auto;
	transition:0.3s;
}
.process .protit li h3{
	padding:0 15px;
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin-top: 40px;
	transition:0.3s;
}
.process .protit li a:hover ,.process .protit li.a a{
	background:#addbd9;
}
.process .protit li a:hover h3,.process .protit li.a a h3{
	color:#fff;
}
.process .protext{
	margin-top:80px;
}
.process .protext li{
	display:none;
	padding:30px;
	border:1px solid #addbd9;
	border-radius:6px;
}
.process .protext li:first-child{
	display:block;
}
.process .protext li p{
	float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6px;
    font-size: 16px;
    color: #878787;
    line-height: 24px;
}
.process .protext li p:nth-child(2n){
	margin-right:0;
}
.jphone{
	float:right;
	width:360px;
	position:relative;
}
.jphone img{
	width:100%;
	height:auto;
}
.jphone div{
	position:absolute;
	width:calc(100% - 100px);
	padding:0 50px;
	top:0;
	left:0;
	text-align:center;
}
.jphone div em{
	display:block;
	width:80px;
	line-height:80px;
	background:#fff;
	border-radius:50%;
	font-size:40px;
	color:#addbd9;
	margin:120px auto 20px auto;
}
.jphone div h3{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height: 40px;
}
.jphone div h4{
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.jphone div a{
	display:block;
	width:100%;
	text-align:center;
	line-height:50px;
	border:1px solid #fff;
	font-size:16px;
	color:#fff;
	transition:0.3s;
	margin-top:30px;
}
.jphone div a:hover{
	background:#e7f6f3;
	color:#6da198;
}

/* 合作伙伴 */
.row{width:90%; margin: 0 auto;}
.mtit,.mtit .en{position:relative}
.mtit .en{color:#addbd9; font-size:48px; padding-bottom: 20px; line-height:60px;text-transform:uppercase;z-index:2}
.mtit .en:before,
.mtit .en:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}
.mtit .en:before {
  width: 75%;
  border-top: #d1d1d1 dashed 1px;
}
.mtit .en:after {
  width: 75px;
  height: 4px;
  background-color: #addbd9;
}
.mtit .en .bubble{left:-20px;position:absolute;top:25px;z-index:-1}
.mtit .cn{font-size:28px;line-height:36px;margin-top:20px; color: #878787;}
.mbtn1>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;border-radius:100px;padding:4px 25px 4px 25px}
.mbtn1>.s1{background-color:#fff}
.mbtn1>.s1 span{color:#addbd9}
.mbtn1>.s1 i{color:#fff}
.mbtn1>.s1 i,.mbtn1>.s2{background-color:#addbd9}
.mbtn1>.s2 span{color:#fff; font-size: 18px; line-height: 30px;}
.grid{display: grid;}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.flex_item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.partner{border-top: #e2f1f4 solid 10px; padding-top:6vw;position:relative;z-index:2}
.partner .mbg1 img{-o-object-position:bottom;object-position:bottom}
.partner .group{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.partner .group .info{padding-bottom:6.25vw;}
.partner .group .info .mtit .tip{margin-top:2.34375vw; font-size: 16px; color: #878787;}
.partner .group .info .mbtn1{margin-top:3.125vw}
.partner .group .list{-ms-flex-negative:0;grid-gap:3.6458333333vw;flex-shrink:0;grid-template-columns:repeat(5,minmax(0,1fr));position:relative;-webkit-transform:translateX(3.90625vw);transform:translateX(3.90625vw)}
.partner .group .list .item:nth-child(n+5):not(:nth-child(n+10)){-webkit-transform:translate(4.9479166667vw,-3.90625vw);transform:translate(4.9479166667vw,-3.90625vw)}
.partner .group .list .item:nth-child(5){-webkit-transform:translate(-44.53125vw,5.9895833333vw)!important;transform:translate(-44.53125vw,5.9895833333vw)!important}
.partner .group .list .item:nth-child(n+10){-webkit-transform:translate(9.8958333333vw,-7.8125vw);transform:translate(9.8958333333vw,-7.8125vw)}
.partner .group .list .item:nth-child(10){-webkit-transform:translate(-39.5833333333vw,2.1875vw)!important;transform:translate(-39.5833333333vw,2.1875vw)!important}
.partner .group .list .item>div{border-radius:.7901041667vw;-webkit-box-shadow:4.792px 11.182px 23.164px 0 rgba(73,140,68,.14);box-shadow:4.792px 11.182px 23.164px 0 rgba(73,140,68,.14);cursor:pointer;height:6.25vw;overflow:hidden;position:relative;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;width:6.25vw}
.partner .group .list .item>div:hover{-webkit-transform:scale(1.1) rotate(-45deg);transform:scale(1.1) rotate(-45deg)}
.partner .group .list .item>div:after,.partner .group .list .item>div:before{border-radius:.7901041667vw;content:"";height:100%;left:0;position:absolute;top:0;width:100%}
.partner .group .list .item>div:before{border:1px solid #addbd9;z-index:3}
.partner .group .list .item>div:after{background-color:#fff;z-index:1}
.partner .group .list .item>div img{height:auto;left:50%;max-height:80%;max-width:80%;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:auto;z-index:2}

/*门店地址*/
.adress{
	position:relative;
	border-top:6px solid #addbd9;
}
.adress .all li{
	position:relative;
	display:none;
}
.adress .all li:first-child{
	display:block;
}
.adress .all img{
	width:100%;
	height:auto;
}
.adress .all li .text{
	text-align:center;
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	top:135px;
	background:url(../images/store.png) no-repeat center;
}
.adress .all li .text a{
	display:block;
	width: 180px;
    height: 180px;
    position: absolute;
    top: 10px;
    left: calc(50% - 95px);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(0,0,0,0.32);
    overflow: hidden;
}
.adress .all li .text a div{
	position:absolute;
	width:100%;
	height: 120px;
	padding:30px 0;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.58);
	border-radius:50%;
}
.adress .all li .text a div em{
	font-size:45px;
	color:#fff;
}
.adress .all li .text a div h3{
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.adress .tab01{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:2;
}
.adress .tab01 li{
	float:left;
	width:33%;
	text-align:center;
	box-sizing:border-box;
	border-right:1px solid rgba(255,255,255,0.2);
	cursor:pointer;
	background:#addbd9;
	transition:0.3s;
	position:relative;
}
.adress .tab01 li::before{
	content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #addbd9;
    top: 0;
    left: calc(50% - 9px);
    opacity: 0;
    transform: rotateZ(45deg);
    transition: 0.3s;
}
.adress .tab01 li:last-child{
	border:none;
}
.adress .tab01 li em{
	display:inline-block;
	line-height:74px;
	font-size:20px;
	color:#fff;
	margin-right:10px;
	transition:0.3s;
}
.adress .tab01 li h3{
	display:inline-block;
	line-height:74px;
	font-size:16px;
	color:#fff;
	transition:0.3s;
}
.adress .tab01 li:hover::before,.adress .tab01 li.a::before{
	top:-9px;
	opacity:1;
	background:#addbd9;
}
.adress .tab01 li:hover,.adress .tab01 li.a{
	background:#addbd9;
}
.adress .tab01 li:hover em,.adress .tab01 li.a em
,.adress .tab01 li:hover h3,.adress .tab01 li.a h3{
	color:#fff;
}


/*公共底部*/
.footerbox{
	background:url(../images/fbg.jpg) no-repeat center;
}
.footer{
	padding:70px;
	position:relative;
}
.footer .logo img{
	height:70px;
	width:auto;
}
.footer .fnav{
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:15px 5px;
	margin:20px 0;
}
.footer .fnav li{
	float:left;
	margin-right:42px;
}
.footer .fnav li:last-child{
	margin-right:0;
}
.footer .fnav li a{
	font-size:16px;
	color:#fff;
	transition:0.2s;
}
.footer .f01 h4{
	font-size:14px;
	color:#fff;
	line-height:36px;
}
.footer .f01 h4 em{
	font-style:normal;
	font-size:30px;
	color:#addbd9;
	position: relative;
    top: 5px;
}
.footer .fnav li a:hover{
	color:#addbd9;
}
.footer .f02{
	position:absolute;
	width:240px;
	left:calc(50% - 120px);
	top:100px;
}
.footer .f02 img{
	width:100%;
	height:auto;
}
.footer .f03{
	width:310px;
}
.footer .f03 h3{
	position:relative;
	font-size:20px;
	color:#addbd9;
	line-height:24px;
	margin-bottom:30px;
	float:left;
	width:100%;
}
.footer .f03 h3::after{
	content:"";
	position:absolute;
	width:100px;
	height:1px;
	background:rgba(255,255,255,0.10);
	top:11px;
	left:120px;
}
.footer .f03 div{
	float:left;
	width:140px;
	text-align:center;
	margin-right:30px;
}
.footer .f03 div:last-child{
	margin-right:0;
}
.footer .f03 div img{
	width:100%;
	height:auto;
	border-radius:5px;
}
.footer .f03 div h4{
	font-size:14px;
	color:#fff;
	margin-top:10px;
}
.jishu{
	padding:60px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	position: relative;
}
.jishu p{
	width:100%;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.jishu p a{
	color:#fff;
	transition:0.2s;
}
.jishu p a:hover{
	color:#fff;
}

/* 关于我们页面 */
.mainpage{padding: 60px 0px;}
.mainpage .container{width: 100%;}
.col-sm-3{width: 25%; float: left;}
.col-sm-9{width: 75%; float: left; margin: 0 15px;}
.container{width: 80%; margin: 0 auto;}
.pageHeader.about {
    background: url(../images/pageabout.jpg) repeat-x;
    margin: 0;
    height: 140px;
    background-position-x: center;
}
.pageHeader .page-name {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
    height: 140px;
    position: relative;
}
.pageHeader .page-name span {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: bolder;
}
.pageHeader .page-name small {
    position: absolute;
    bottom: 60px;
    right: 20px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 7px;
}

.pageSider {
    background: #e2f1f4;
    padding-top: 30px;
    min-height: 400px;
}
.pageSider ul {
    margin-left: 20%;
}
.pageSider ul li {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 30px;
}
.pageSider ul li a {
    font-size: 18px;
    padding: 10px 0;
	color: #878787;
}
.pageSider ul li.active a {
    color: #b1834d;
}
.pageSider ul li:hover a{
	color: #b1834d;
}
.pageSider ul li a:before {
    opacity: 0;
    content: "";
    width: 1px;
    height: 1px;
    background-color: #fff;
    border: solid 1px #addbd9;
    display: block;
    position: absolute;
    left: 9px;
    top: 13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pageSider ul li.active a:before,
.pageSider ul li:hover a:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 1px #b1834d;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 1;
}
.pageMain {
    background-color: #fff;
}
.pageMain .container {
	width: 100%;
    display: flex;
}
.page-title {
    text-align: center;
    position: relative;
    margin: 50px 0px;
}
.page-title:after {
    content: "";
    border-bottom: solid 1px #addbd9;
    width: 100%;
    display: block;
    position: absolute;
    top: 20px;
    z-index: 0;
}
.page-title span {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 0 10px;
    color: #b1834d;
	font-size: 30px;
}
.page-title small {
    display: block;
    font-size: 12px;
    letter-spacing: 6px;
    margin-top: 10px;
    font-family: "Songti SC", arial;
    color: #bcbcbc;
}

.Article_content {
    border: none;
    color: #4a4a4a;
    text-align: justify;
    text-indent: 2em;
    line-height: 2;
    overflow: hidden;
	font-size: 16px;
}

/*新闻列表页--------------------------------------------------------------*/
.nybanner img{
	width:100%;
	height:420px;
}
.lnews{
	margin-bottom:100px;
}
.pub01{
	text-align:right;
	margin-bottom:8px;
}
.lnews .all li{
	padding:30px 0;
	border-bottom:1px solid #eee;
}
.lnews .all li:first-child{
	padding-top:0;
}
.lnews .all li a{
	display:block;
}
.lnews .all li span{
	float:left;
	display:block;
	overflow:hidden;
	width:26%;
	border-radius: 10px;
}
.lnews .all li img{
	width:100%;
	height:auto;
	transition:0.5s;
}
.lnews .all li .text{
	float:left;
	width:calc(74% - 290px);
	margin-left:80px;
	transition: 0.4s;
}
.lnews .all li h3{
	font-size: 20px;
    color: #333;
    transition: 0.4s;
    margin-top: 15px;
}
.lnews .all li p{
	font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 60px;
}
.lnews .all li h4{
	font-size: 14px;
    color: #999;
}
.lnews .all li .more{
	float: right;
    width: 130px;
    text-align: center;
    border-left: 1px solid #eaeaea;
    padding: 30px 0;
    margin-top: 48px;
}
.lnews .all li .more em{
	display: block;
    margin: auto;
    width: 32px;
    border-left: 2px solid #999;
    line-height: 20px;
    font-size: 20px;
    color: #999;
    margin-bottom: 10px;
	transition: 0.4s;
}
.lnews .all li .more h5{
	font-size:14px;
	color:#666;
}
.lnews .all li:hover img{
	transform:scale(1.07);
}
.lnews .all li:hover .text{
	margin-left:95px;
}
.lnews .all li:hover h3{
	color:#addbd9;
}
.lnews .all li:hover .more em{
	color:#addbd9;
	border-color:#addbd9;
}


/*产品列表页--------------------------------------------------------------*/
.z_page_content{background: #fff; position: relative;z-index: 1;}

.l_proCenNav {
	width: 95%;
	margin: auto;
	padding:40px 20px 0px 0px;
}

.l_proCenNav .item {
	padding: 1.25vw 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.l_proCenNav .item:first-child {
	border-top: unset;
}

.l_proCenNav .title {
	display: inline-block;
}

.l_proCenNav .title span {
	font-size: 16px;
	font-weight: bold;
	color: #addbd9;
	vertical-align: middle;
}

.l_proCenNav .title i {
	display: inline-block;
	background-image: url(../images/arrow.png);
	width: 6px;
	height: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 0.78125vw;
}

.l_proCenNav .list {
	display: inline-block;
	margin-left: 0.67708vw;
	vertical-align: middle;
}

.l_proCenNav .list a {
	display: inline-block;
	font-size: 16px;
	background-color: unset;
	color: #6f6f6f;
	margin-right: 0.78125vw;
	padding: 0.26041vw 0.78125vw;
	cursor: pointer;
	border-radius: 1.30208vw;
	transition: 0.3s;
}

.l_proCenNav .list a:hover {
	background-color: #addbd9;
	color: #FFF;
}

.l_proCenNav .list .proActive {
	background-color: #addbd9;
	color: #FFF;
}

.l_proItme {
	width: 100%;
	margin-top: 1.30208vw;
	padding-bottom: 3.64583vw;
	position: relative;
}

.l_proItmeBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid #f1f1f1; */
}

.l_proItmeBox .item {
	width: 24%;
	/* border-left: 1px solid #f1f1f1; */
	border-top: 1px solid #f1f1f1;
	background-color: #FFF;
	margin: 0% 0.4%;
}

.l_proItmeBox .item a {
	display: block;
	padding: 0 0 1.82291vw 0;
	text-align: center;
	overflow: hidden;
}

.l_proItmeBox .item:nth-child(4n-3) {
	border-left: unset;
}

.l_proItmeBox .item:nth-child(1),
.l_proItmeBox .item:nth-child(2),
.l_proItmeBox .item:nth-child(3),
.l_proItmeBox .item:nth-child(4) {
	border-top: unset;
}

.l_proItmeBox .item .img {
	margin: auto;
	max-width: 100%;
	height: 20.925vw;
	line-height: 20.925vw;
	width: 100%;
	position: relative;
}

.l_proItmeBox .item .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.05);
}

.l_proItmeBox .item a:hover img {
	transform: translate(-50%, -50%) scale(1.0);
}
.l_proItmeBox .item:hover .parameter {
	background-color: #addbd9;
}

.l_proItmeBox .item .parameter {
	padding: 0.20833vw 0.52083vw;
	color: #FFF;
	font-size: 12px;
	
	background-color: #a0a0a0;
	display: inline-block;
	transition: .3s;
	border-radius: 1.04166vw;
}
.l_proItmeBox .item .price{margin-top: 2.08333vw; text-align: center; margin-bottom: 10px;font-size: 14px;}
.l_proItmeBox .item .price span{ font-size: 16px; color: #addbd9; font-weight: bold;}
.l_proItmeBox .item .name {
	color: #202020;
	font-size: 16px;
	margin-top: 0.52083vw;
	font-family: "Scan";
	font-weight: bold;
}

.proMore {
	margin-top: 3.125vw;
	cursor: pointer;
	text-align: center;
}

.proMore span {
	display: inline-block;
	background-image: url(../l_img/proMore.png);
	width: 1.71875vw;
	height: 2.1875vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.proMore div {
	font-size: 14px;
	font-family: "Scan";
	color: #404040;
	margin-top: 0.26041vw;
}

.l_proDetail {
	background-color: #f5f6fa;
	padding-top: 2.08333vw;
	padding-bottom: 5.72916vw;
}

.l_proDetailNav {
	margin-left: 2.60416vw;
}

.l_proDetailNav span {
	font-size: 14px;
	color: #6f6f6f;
	vertical-align: middle;
	font-family: "Scan";
}

.l_proDetailNav a {
	vertical-align: middle;
	font-size: 14px;
	color: #6f6f6f;
	font-family: "Scan";
	transition: 0.3s;
}

.l_proDetailNav a:hover {
	color: #000;
}

/*产品详细*/

.pro_one{ overflow:hidden; margin-top:2%; margin-bottom:2%;}

.pro_one .pro_box{ margin:0 auto; width:94%; max-width:1540px; overflow:hidden; padding-top:30px; padding-bottom:30px; position:relative;}
.pro_one .pro_box .com_pro_one_limg{ float:left; overflow:hidden; width:51%; min-width:767px;  position:relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt{ width:calc(100% - 112px);width:-webkit-calc(100% - 112px);width:-moz-calc(100% - 112px); overflow:hidden; text-align:center; position: relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt img{ width:100%;overflow: hidden; margin:0 auto;}
.pro_one .pro_box .com_pro_one_limg .content_timglt .content_timglt{ width:calc(100% - 0x);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); }
.pro_one .pro_one_r .content_timgr{ width: 655px; height: 655px; float: left; overflow: hidden; display: inline; border: 1px solid #eee; display: none; position: absolute; left: 0; top:0; background-color: #FFF; z-index:9;}
.pro_one .pro_one_r .content_timgr img{width: 1000px; height:650px; }
.pro_one .i_t{ text-align:center; overflow:hidden; margin-top:2%; margin-bottom: 1%;}
.pro_one .i_t .h2{font-size: 28px; letter-spacing: 3px; display:inline-block; vertical-align:top; position:relative; padding-left:124px; padding-right:124px; font-weight:normal; line-height:30px;}
.pro_one .i_t .h2 span{ display:block; width:284px;}
.pro_one .i_t .p{ color:#333; font-size:16px; overflow:hidden; line-height:22px; letter-spacing: 2px;}
.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ position:absolute; right:15px; top:20px; width:82px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{position:relative; overflow:hidden; height:540px; width:82px;  margin:0 auto;margin-top:30px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul{position:absolute;left:0px;top:0px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ width:82px; height:82px;  float:left;margin-bottom:9px; border-radius:6px; overflow:hidden; position:relative;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li:after{ content:""; position:absolute; top:0; left:0px; width:0; height:0; background:url(../images/product_bg3.png) no-repeat; background-size:100% 100%;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel img{ border:none;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel:after{width:100%; height:100%;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{width:80px; height:80px;border:1px solid #ececec;  display:block; }
.pro_one .pro_box .com_pro_one_limg .productT{ height:100%; width:0%; position:absolute; top:0;}
.pro_one .pro_box .com_pro_one_limg .productT a{ width:24px; left:30px; height:24px; overflow:hidden; position:absolute; display:block; top:0; cursor:pointer;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar{ background:url(../images/product_left.png) center center no-repeat; top:0;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar:hover{background:url(../images/product_left_on.png) center center no-repeat;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ background:url(../images/product_right.png) center top no-repeat; bottom:-36px; top:auto;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al:hover{background:url(../images/product_right_on.png) center top no-repeat;}
.pro_one .pro_one_r{ overflow:hidden;color:#000; font-size:14px;}
.pro_one .pro_one_r .boxs{ float:right; width:94%; max-width:690px; overflow:hidden; position:relative;}
.pro_one .pro_one_r .label{margin-top:5%; display:block; overflow:hidden; margin-bottom:5px; font-weight:lighter;}
.pro_one .pro_one_r .h2{ font-weight:lighter; padding-bottom:6%; line-height:1.5; }
.pro_one .pro_one_r .b{ display:block; font-weight:bold; font-size:16px;text-transform:uppercase;}
.pro_one .pro_one_r .span{ display:block; position:relative; overflow:hidden; font-size:16px; padding-bottom:12px; margin-top:5px;}
.pro_one .pro_one_r .span:after{ position:absolute; content:""; bottom:0; left:0; width:20px; height:1px; background:#b88c16;}
.pro_one .pro_one_r .p{ margin-top:10px; font-weight:lighter; line-height:22px;}
.pro_one .pro_one_r .p.ss{text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden;}
.pro_one .pro_one_r .p_more{ font-size:12px; text-align:right; margin-top:15px; cursor:pointer;}
.pro_one .pro_one_r .divs{line-height:22px;overflow:hidden; border-bottom:1px solid #b88c16;  border-top:1px solid #b88c16;padding-top:1%; padding-bottom:1%; margin-top:3%;}
.pro_one .pro_one_r .divs ul li{ display:block;padding-top:0.8%; padding-bottom:0.8%; overflow:hidden;}
.pro_one .pro_one_r .divs ul li label{ color:#d7b184;}
.pro_one .pro_one_r .pro_price{ overflow:hidden; padding-top:6px; }
.pro_one .pro_one_r .pro_price b{ font-weight:bold; color:#b88c16; font-size:24px;}
.pro_one .pro_one_r .pro_price label{ font-size:16px; padding-left:3px; padding-right:3px;}
.pro_one .pro_one_r .com_pro_two{ line-height:50px; font-size:12px; padding-top:10px; clear:both;}
.pro_one .pro_one_r .com_pro_two .loves{ float:left; padding-left:30px;background:url(../images/product_bg4.png) left center no-repeat;}
.pro_one .pro_one_r .com_pro_two .loves:hover{color:#ff4400;}
.pro_one .pro_one_r .com_pro_two .fenxiang{ float:left; padding-left:30px;background:url(../images/product_bg5.png) left center no-repeat; margin-left:12px; margin-top:12px; font-size:12px; line-height:28px; height:28px;}
.pro_one .pro_one_r .com_pro_two .fenxiang:hover{color:#ff4400;}

.product_bg{ background:#fff; margin-top:2%; margin-bottom:2%; padding-bottom:2%; overflow:hidden;}
.product_t2{ text-align:center; margin-top:4%;margin-bottom:2%;}
.product_t2 .h2{ display:inline-block; padding-left:3px; padding-right:3px; font-weight:normal;color:#000; height:40px; line-height:40px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #b88c16;transition:all 0.3s;}
.product_t2 p{ display:block; clear:both; color:#000; overflow:hidden;font-family:Arial;}





.pagination{
	text-align:center;
}
.pagination li{
	transition:0.2s;
	display:inline-block;
	float:none;
	margin:0 4px !important;
}
.pagination li a, .pagination li span{
	line-height: 30px !important;
	font-size: 14px;
	transition:0.2s;
}
.pagination li.active a, .pagination li:hover a {
    background: #addbd9 !important;
    color: #fff !important;
}
.pagination li.active, .pagination li:hover{
	border-color: #addbd9 !important;
}


/*门店展示列表页------------------------------------------------------------*/
.lstore{
	margin-bottom:80px;
}
.lstore .all li{
	float:left;
	width:23%;
	margin-right:2%;
	margin-bottom:4%;
	background:#fff;
	box-shadow:0 0 14px rgba(0,0,0,0.08);
	text-align:center;
}
.lstore .all li:nth-child(4n){margin-right:0%;}
.lstore .all li .img{
	position:relative;
	overflow:hidden;
	max-height: 320px;
}
.lstore .all li span{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:0.3s;
}
.lstore .all li span::before{
	content:"查看详情";
	position:absolute;
	width:100%;
	line-height:30px;
	top:calc(50% - 15px);
	left:0;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.lstore .all li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.lstore .all li .text{
	padding:20px;
}
.lstore .all li a{
	display:block;
	overflow:hidden;
}
.lstore .all li h3{
	font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.lstore .all li h4{
	font-size:15px;
	color:#666;
}
.lstore .all li h4 em{
	margin-right:5px;
	color: #addbd9;
}
.lstore .all li:hover span{
	opacity:1;
	background:rgba(173,219,217,0.6);
}
.lstore .all li:hover img{
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
}
.ueditor_baidumap {
    width: 100%;
	max-width:100%;
	overflow:hidden;
}

/*联系我们列表页------------------------------------------------------------*/
.lcontact{
	background:#f7f7f4;
}
.tit02{
	text-align:center;
	padding:60px 0 50px 0;
}
.tit02 span{
	margin:auto;
	position:relative;
}
.tit02 span b{
	font-size:36px;
	color:#6f6f6f;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}
/* .tit02 span::after{
	content:"";
	position:absolute;
	width:100%;
	height:12px;
	left:0;
	bottom:-3px;
	background:#f3e248;
} */
.tit02 h2{
	font-size:18px;
	color:#6f6f6f;
}
.contact01{
	background:#fff;
	padding:40px 0;
}
.contact01 img{
	float:left;
	height:100px;
	width:auto;
	margin:0 120px;
	margin-top:32px;
}
.contact01 div{
	float:left;
	padding:30px 0 30px 80px;
	border-left:1px solid #eee; max-width: 500px;
}
.contact01 div h3{
	font-size:26px;
	color:#000;
	font-weight:bold;
}
.contact01 div span{
	display:block;
	width:60px;
	height:4px;
	margin:25px 0;
	background:#addbd9;
}
.contact01 div h4{
	font-size:18px;
	color:#000;
}
.contact02{
	margin:20px auto 60px auto;
}
.contact02 div{
	float:left;
	background:#fff;
	width:calc(100% / 3 - 14px);
	margin-right:21px;
	padding:30px 0;
}
.contact02 div:last-child{
	margin-right:0;
}
.contact02 div em{
	display:block;
	float:left;
	margin-left:30px;
	font-size: 26px;
	color:#addbd9;
	line-height:30px;
}
.contact02 div h3{
	float:left;
	margin-left:10px;
	font-size:18px;
	color:#000;
	line-height:30px;
}


/*新闻展示内容页------------------------------------------------------------*/
.vnews{
	background:#f7f7f4;
	padding:60px 0 80px 0;
}
.vnews .text{
	background:#fff;
	padding-top:50px;
}
.article,.vnews .pub01{
	padding:0 120px;
}
.vndate{
	text-align:center;
	margin-bottom:40px;
}
.vndate h1{
	font-size:24px;
	color:#addbd9;
	font-weight:bold;
	margin-bottom:10px;
}
.vndate h4{
	font-size:14px;
	color:#999;
}
.vndate h4 em{
	margin-right:8px;
}
.fanye{
	margin-top:50px;
	background:#addbd9;
}
.fanye a{
	display:block;
	width:50%;
	padding:0 40px;
	box-sizing:border-box;
	font-size:16px;
	color:#fff;
	line-height:60px;
}
.fanye a em{
	font-size:12px;
	color:#fff;
	margin-right:6px;
}
.fanye a.next01{
	text-align:right;
}
.fanye a.next01 em{
	margin-right:0;
	margin-left:6px;
}


/*招商加盟页面-------------------------------------------------------------*/
.join01{
	margin:80px auto;
}
.tit03{
	text-align:center;
	margin-bottom:50px;
}
.tit03 h1{
	font-size:28px;
	color:#000;
	font-weight:bold;
}
.tit03 span{
	display:block;
	width:26px;
	height:4px;
	background:#addbd9;
	margin:15px auto;
}
.tit03 h2{
	font-size:14px;
	color:#666;
}
.join01 ul li{
	float:left;
	width:calc(25% - 45px);
	margin-right:60px;
	text-align:center;
	padding:80px 60px;
	padding-bottom:30px;
	box-sizing:border-box;
	transition:0.4s;
	position:relative;
	background:#f5f5f5;
}
.join01 ul li:last-child{
	margin-right:0;
}
.join01 ul li div{
	width:60px;
	height:60px;
	margin:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.join01 ul li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.join01 ul li h3{
	font-size:20px;
	color:#000;
}
.join01 ul li span{
	display:block;
	width:24px;
	height:4px;
	background:#addbd9;
	margin:20px auto;
}
.join01 ul li p{
	font-size:14px;
	color:#666;
	line-height:30px;
	height:210px;
	position:relative;
	z-index:2;
}
.join01 ul li ins{
	display:block;
	width:40px;
	height:40px;
	margin:auto;
	margin-top:60px;
	background:url(../images/j02.png) no-repeat top center;
	transition:0.4s;
	position:relative;
	z-index:2;
}
.join01 ul li::before{
	content:"";
	position:absolute;
	width:100%;
	height:160px;
	background:url(../images/j01.png) no-repeat bottom center;
	background-size:100% auto;
	left:0;
	bottom:0;
	transition:0.4s;
}
.join01 ul li:hover{
	background:#addbd9;
}
.join01 ul li:hover img{
	transform:translateY(-60px);
	-ms-transform:translateY(-60px);
	-moz-transform:translateY(-60px);
	-webkit-transform:translateY(-60px);
	-o-transform:translateY(-60px);
}
.join01 ul li:hover h3,.join01 ul li:hover p{
	color:#fff;
}
.join01 ul li:hover span{
	background:#f3e248;
}
.join01 ul li:hover::before{
	opacity:0.15;
}
.join01 ul li:hover ins{
	background:url(../images/j02.png) no-repeat bottom center;
}
.join02{
	padding:60px 0;
	background:#f5f5f5 url(../images/joinbg.jpg) no-repeat center;
}
.join02 ul li{
	float:left;
	width:calc(50% - 20px);
	margin-right:40px;
	background:#fff;
	text-align:center;
	padding-bottom:20px;
}
.join02 ul li:last-child{
	margin-right:0;
}
.join02 ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.join02 ul li img{
	width:100%;
	height:auto;
	transition:0.5s;max-height: 360px;
}
.join02 ul li h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-top:20px;
	width:92%;
	margin-left:4%;
}
.join02 ul li p{
	font-size: 13px;
    color: #666;
    width: 92%;
    margin-left: 4%;
    margin-top: 4px;
}
.join02 .t01{
	margin-top:60px;
	text-align:center;
}
.join02 ul li span:hover img{
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
}
.join03{
	margin:80px auto;
}
.join03 .text{
	border-top:4px solid #eee;
}
.join03 li{
	float:left;
	width:calc(20% - 40px);
	margin-right:50px;
	position:relative;
	margin-top:70px;
	box-shadow:1px 1px 12px rgba(0,0,0,0.1);
	border-radius:0 0 10px 10px;
}
.join03 li:last-child{
	margin-right:0;
}
.join03 li span{
	display:block;
	width:100%;
	text-align:center;
	line-height:52px;
	background:#addbd9;
	font-size:28px;
	color:#fff;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	position:relative;
}
.join03 li span::before{
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #addbd9;
    transform: rotateZ(45deg);
	-ms-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-webkit-transform:rotateZ(45deg);
	-o-transform:rotateZ(45deg);
    left: calc(50% - 8px);
    top: -8px;
}
.join03 li::before{
	content: "";
    position: absolute;
	width:8px;
	height:8px;
	background:#fff;
	border:6px solid #addbd9;
	border-radius:10px;
	left:calc(50% - 10px);
	top:-82px;
}
.join03 li::after{
	content: "";
    position: absolute;
	width:1px;
	height:60px;
	background:#addbd9;
	left:50%;
	top:-62px;
}
.join03 li p{
	background:#fff;
	padding:30px 40px;
	font-size:14px;
	color:#666;
	line-height:28px;
	text-align:center;
	height:84px;
	border-radius:0 0 10px 10px;
}
.join04{
	background:#f5f5f5;
	padding:60px 0 80px 0;
}
.join04 .text{
	background:url(../images/lcbg.jpg) no-repeat center;
}
.join04 .text .t01{
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.join04 .text .t01 li{
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.1);
	box-sizing:border-box;
	padding:20px 0;
	transition:0.2s;
	cursor:pointer; 
}
.join04 .text .t01 li:last-child{
	border:none;
}
.join04 .text .t01 li h3{
	font-size:18px;
	color:#fff;
	margin-top:8px;
}
.join04 .text .t01 li:hover,.join04 .text .t01 li.a{
	background:#addbd9;
}
.join04 .text .t02{
	padding:60px 100px;
}
.join04 .text .t02 li{
	display:none;
	height:120px;
}
.join04 .text .t02 li:first-child{
	display:block;
}
.join04 .text .t02 li p{
	float:left;
	width:50%;
	font-size:16px;
	color:#fff;
	line-height:40px;
}
.join05{
	margin:80px auto;
}
.join05 ul li,.join06 ul li{
	background:#eee;
	vertical-align: middle;
	padding:15px 80px;
}
.join05 ul li:first-child,.join06 ul li:first-child{
	background:#f3e248;
}
.join05 ul li:nth-child(2n),.join06 ul li:nth-child(2n){
	background:#fff;
}
.join05 ul li h3,.join05 ul li h4,.join05 ul li p{
	float:left;
	width:24%;
	margin-right:2%;
	font-size:15px;
	color:#333;
	line-height:24px;
}
.join05 ul li p{
	width:48%;
	margin-right:0;
}
.join05 ul li:first-child h3,.join05 ul li:first-child h4,.join05 ul li:first-child p,.join06 ul li:first-child h3{
	font-size:18px;
	color:#000;
	font-weight:bold;
}
.join06{
	margin-bottom:80px;
}
.join06 ul li{
	padding: 15px 20px;
}
.join06 ul li h3{
	float:left;
	width:calc(25% - 30px);
	padding:0 15px;
	font-size:15px;
	color:#333;
	line-height:24px;
	text-align:center;
}
.join06 p{
	font-size:15px;
	color:#333;
	margin-bottom:20px;
}
.join06 p.p02{
	margin:20px auto auto 0;
}
.advantage01 ul li h3{
	text-align:left;
}
.join07{
	margin-bottom:80px;
}
.join07 ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.join07 ul li:last-child{
	margin-right:0;
}
.join07 ul li a{
	display:block;
}
.join07 ul li span{
	display:block;
	width:100%;
	overflow:hidden;
}
.join07 ul li img{
	width:100%;
	height:auto;
	transition:0.4s;
}
.join07 ul li h3{
	font-size: 16px;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	color:#333;
	transition:0.3s;
}
.join07 ul li p{
	font-size: 14px;
    color: #888;
    line-height: 24px;
}
.join07 ul li:hover img{
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
}
.join07 ul li:hover h3{
	color:#addbd9;
}
.applybox{
	margin-top:80px;margin-bottom:80px;
}
.applybox .layui-form-pane .layui-form-label{
	display:none;
}
.applybox .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
}
.applybox .layui-form-item{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	clear: inherit;
}
.applybox .default-form-field_adress{
	margin-right:0;
}
.applybox .default-form-field_text{
	margin-right:0;
	width:100%;
}
.applybox .layui-btn{
	float:left;
	margin-left:calc(50% - 210px);
    height: 42px;
    line-height: 42px;
    padding: 0 180px;
    background-color: #addbd9;
	color:#fff;
    font-size: 15px;
}
.applybox .layui-input, .layui-textarea{
	line-height:40px;
	height:50px;
	padding:5px 15px;
	box-sizing:border-box;
	border-color:#f1f1f1;
	background:#f7f7f7;
	font-size:14px;
	outline-color:#addbd9 !important;
}
.applybox .layui-form-pane .layui-form-text .layui-textarea{
	min-height:150px;
	padding-top: 12px;
}
.applybox .layui-input:focus, .applybox .layui-textarea:focus
,.applybox .layui-input:hover, .applybox .layui-textarea:hover{
	border-color: rgba(0,0,0,0) !important;
}
.applybox .layui-btn:hover{
	color:#000;
}

.applybox .appbox{
	width: 80%;
	margin: 0 auto;
}
.applybox .appbox h2{
	font-size: 18px;
	margin: 15px 0;
	padding-bottom: 10px;
	color:#333;
	transition:0.3s;
	line-height: 40px;
	text-align: center;
}
.applybox .appbox a{
	width: 200px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	background-color: #addbd9;
	color:#fff;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.applybox .appbox a:hover{
	width: 200px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	background-color: #addbd9;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	margin-top: 20px;
}
.applybox .appbox img{width: 150px; margin: 0 auto; display: block;}
/*不同尺寸下修改------------------------------------------------------------------------------------------*/
@media screen and (max-width:1780px){
	.w17{
		width:calc(100% - 80px);
		padding-left:40px;
		padding-right:40px;
	}
	.wp {
		width: 1120px;
	}
	.banner01 li img{
		width:100%;
		height:auto;
		margin-left:0 !important;
		left:0 !important;
	}
	.nav01 > li{
		margin-left:40px;
		padding: 30px 0;
	}
	.nav01 > li a em{
		right:-14px;
	}
	.nav01 > li a{
		font-size:16px;
		line-height:20px;
	}
	.header .logo {
		line-height: 100px;
	}
	.header .logo img{
		height:48px;
	}
	.header .top01 {
		width: 230px;
		height: 60px;
		margin-top: 20px;
		margin-left: 60px;
		background-size: 100% auto;
	}
	.nav01 > li a em{
		height:70px;
	}
	
	.join .jtitle li{
		padding:60px 15px;
	}
	.join .jtitle {
		width: 220px;
	}
	.advantage{
		width: calc(100% - 680px);
		padding: 50px;
		padding-bottom: 0;
	}
	.require,.process{
		width: calc(100% - 700px);
		padding: 60px;
		padding-bottom: 0;
	}
	.require li p {
		width: calc(100% - 60px);
		font-size: 15px;
	}
	.process{
		padding-top:80px;
	}
	.process .protext {
		margin-top: 70px;
	}
	.advantage li .t01{
		width:50px;
	}
	.advantage li .t01 h3 {
		font-size: 18px;
		padding: 15px 10px;
		line-height: 24px;
	}
	.adress .tab01 li h3{
		line-height:64px;
		font-size:14px;
	}
	.advantage li .t02 h5, .advantage li .t02 p{
		font-size:13px;
	}
	.adress .tab01 li em{
		line-height:64px;
	}
	.footer .logo img{
		height:70px;
	}
	.footer .fnav li{
		margin-right:34px;
	}
	.footer .fnav li a{
		font-size:14px;
	}
	.footer .f01 h4{
		font-size:13px;
	}
	.footer .f02{
		width: 210px;
		left: calc(50% - 105px);
	}
	.footer .f03 div{
		width:120px;
	}
	.footer .f03 {
		width: 270px;
	}
	.footer{
		padding:60px 0;
	}
	.news li h3{
		font-size:16px;
	}
	.tit01 h1{
		font-size:28px;
	}
	.tit01 h2{
		margin-top:6px;
	}
	.tit01,.tit03{
		margin-bottom:40px;
	}
	.lab01 .tit03 p {
		width: 100%;
		margin-left: 0;
		font-size: 13px;
		line-height: 28px;
	}
	.lab01 .tit03 a{
		font-size:14px;
	}
	.lab01 ul li h3{
		font-size:20px;
	}
	.lab01 ul li h4{
		font-size:11px;
	}
	.lab01 ul li{
		padding:24px 0;
	}
	.lab01 {
		margin: 60px auto;
	}
	.lab02 ul li{
		padding: 50px 25px 42px 25px;
	}
	.lab02 ul li h3 {
		font-size: 18px;
		line-height: 26px;
		width: 80px;
	}
	.lab02 ul li span {
		padding-top: 36px;
		line-height: 16px;
	}
	.lab02 ul li div {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.lab02 ul li p {
		font-size: 13px;
		line-height: 22px;
	}
	.lab02 ul li img{
		margin-top:30px;
	}
	.lab02{
		padding:60px 0;
	}
	.join01 ul li {
		width: 23.5%;
		margin-right: 2%;
		padding: 50px 30px;
		padding-bottom: 30px;
	}
	.join01 ul li div{
		margin-bottom:20px;
	}
	.join01 ul li h3{
		font-size:18px;
	}
	.join01 ul li ins{
		margin-top:50px;
	}
	.join02 ul li{
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	.join02 ul li p{
		font-size: 12px;
		width: 94%;
		margin-left: 3%;
	}
	.tit03 h1{
		font-size:24px;
	}
	.tit03 span{
		margin:10px auto;
	}
	.join02 .t01{
		margin-top:40px;
	}
	.join02{
		padding:50px 0;
	}
	.join03 li p {
		padding: 20px;
		font-size: 12px;
		line-height: 22px;
		height: 66px;
	}
	.join03{
		margin-top:60px;
	}
	.advantage li .t02{
		width: calc(100% - 75px);
	}
	.advantage li .t01 em{
		line-height:50px;
	}
	.join04 .text .t02 li p {
		font-size: 14px;
		line-height: 34px;
	}
	.join04 .text .t01 li img{
		width:40px;
		height:auto;
	}
	.join04 .text .t01 li h3 {
		font-size: 16px;
		margin-top: 5px;
	}
	.join04 .text .t01 li{
		padding:16px 0;
	}
	.join04 .text .t02 {
		padding: 50px 80px;
	}
	.join05 ul li:first-child h3, .join05 ul li:first-child h4, .join05 ul li:first-child p, .join06 ul li:first-child h3{
		font-size:18px;
	}
	.join05 ul li h3, .join05 ul li h4, .join05 ul li p{
		font-size:14px;
		line-height:22px;
	}
	.join05 {
		margin: 60px auto;
	}
	.lstore .all li h3{
		font-size:15px;
	}
	.lstore .all li h4{
		font-size:13px;
	}
	.tit02 span b{
		font-size:32px;
	}
	.lnews .all li .text {
		width: calc(74% - 260px);
		margin-left: 60px;
	}
	.lnews .all li:hover .text {
		margin-left: 75px;
	}
	.lnews .all li h3 {
		font-size: 17px;
		margin-top: 5px;
	}
	.lnews .all li p {
		margin-top: 15px;
		margin-bottom: 50px;
	}
	.lnews .all li .more{
		margin-top:33px;
	}
	.contact01 img {
		height: 86px;
		margin: 0 90px;
		margin-top: 40px;
	}
	.contact01 div h3{
		font-size:22px;
	}
	.contact01 div{
		padding: 30px 0 30px 60px;
	}
	.contact02 div h3{
		font-size:16px;
		margin-left: 6px;
	}
	.contact02 div em {
		margin-left: 25px;
		font-size: 22px;
	}
	.fanye a{
		font-size:15px;
	}
	.article, .vnews .pub01 {
		padding: 0 80px;
	}
	.adress .all li .text{
		background-size: auto 140px;
		top: calc(50% - 120px);
	}
	.adress .all li .text a {
		width: 150px;
		height: 150px;
		top: 25px;
		left: calc(50% - 75px);
	}
	.adress .all li .text a div{
		padding:15px 0;
	}
	
	
	
}
@media screen and (max-width:1400px){
	.advantage li .t02 p{
		width:100%;
		font-size: 12px;
		line-height: 24px;
	}
	.advantage li .t02{
		margin-top: 10px;
	}
	.advantage li .t02 {
		width: calc(100% - 70px);
	}
	.advantage {
		width: calc(100% - 660px);
		padding: 50px 40px;
		padding-bottom: 0;
	}
	.join {
		margin-left: 80px;
		width: calc(100% - 80px);
	}
	.joinus::before{
		width:80px;
		height:400px;
		background-size:100% auto;
	}
	.banner01 .banbg{
		width:450px;
		left: calc(50% - 225px);
		background-size:100%;
	}
	.nav01 > li{
		margin-left:34px;
	}
	.nav01 > li a em {
		right: -8px;
	}
	
	
}
@media screen and (max-width:1300px){
	.header .top01{
		height:60px;
	}
	.nav01 > li{
		margin-left:28px;
	}
	.banner01 .banbg{
		width:540px;
		left: calc(50% - 270px);
		background-size:100% auto;
	}
	.require li{
		margin-bottom:40px;
	}
	.require, .process {
		width: calc(100% - 660px);
		padding: 60px 40px 0 40px;
	}
	.process .protit li a {
		width: 90px;
		height: 90px;
	}
	.process .protit li h3 {
		padding: 0 15px;
		font-size: 15px;
		margin-top: 30px;
	}
	.process .protit li::before{
		display:none;
	}
	

	
}
