@charset "utf-8";


/*初始化样式表*/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font: 0.75em/1.5 Arial, Verdana, "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ins {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word
}

/*icon 字体样式*/
@font-face {
	font-family: 'iconfont';
	/* Project id 43068 */
	src: url('fonts/font.woff2') format('woff2'),
		url('fonts/font.woff') format('woff'),
		url('fonts/font.ttf') format('truetype');
}

.tdy-icon,
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #a5a5a5;
}

/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC'] {
	max-height: 20px;
}

/*用户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%;
}

.default-article-content table {
	max-width: 100%;
}

/*控制网页宽度*/
.wp {
	width: 1188px;
	margin: 0 auto;
}

.w960 .wp,
.w960 .w1188 {
	width: 960px;
}

.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188 {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/*浮动设置*/
.l,
.left {
	float: left !important;
}

.r,
.right {
	float: right !important;
}

/*清除浮动*/
.cl {
	zoom: 1;
}

.cl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*单行文本*/
.s {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

/*边距*/
.ispc .mr0 {
	margin-right: 0 !important;
}

/*快转化 可见*/
.block {
	display: block;
}

.none {
	display: none;
}

/*页面加载中*/
#global_showload {
	background:url("{F file=" images/showload.gif?11"}");
	position: fixed;
	z-index: 1025;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -75px;
	margin-top: -75px;
}

/*图片上传中状态*/
.imgloading {
	background:url({F file="images/load.gif?11"});
	height: 100px;
	margin-top: -100px;
	position: relative;
}

/*禁止编辑器上传本地视频*/
#videoTab #upload,
#videoTab .tabhead span {
	display: none;
}

/*百度地图默认宽度*/
.ueditor_baidumap {
	width: 700px;
}





/*分页按钮*/
.page {
	font-size: 14px;
	line-height: 28px;
}

.page a {
	display: block;
	float: left;
	padding: 0 12px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-right: 8px;
	margin-top: 8px;
}

.page a.a,
.page a:hover {
	background: #ccc;
	color: #fff;
}

/*默认导航样式*/
.default-pc-nav-menu {}

.default-pc-nav-menu li {
	position: relative;
}

.default-pc-nav-menu>li li {
	position: relative;
	width: 100%;
	white-space: nowrap;
}

.default-pc-nav-menu ul {
	display: none;
	position: absolute;
	z-index: 2;
}

.default-pc-nav-menu>li>ul {
	top: 100%;
	left: 0;
}

.default-pc-nav-menu>li>ul>li>ul {
	top: 0;
	left: 100%;
}

.default-pc-nav-menu>li {
	float: left;
}

.default-pc-nav-menu li a em {
	display: none;
	font-style: initial;
}

.default-pc-nav-menu>li:hover>ul {
	display: block;
	background-color: #fff;
}

.default-pc-nav-menu>li ul>li:hover>ul {
	display: block;
}

.nav-thumb {
	display: none
}

/*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination {
	margin-top: 10px;
	padding: 0 !important;
	background: rgba(0, 0, 0, 0) !important;
}

.pagination li {
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 8px !important;
	border-radius: 3px !important;
	float: left;
	border: 1px solid #dedede !important;
	width: auto !important;
	overflow: hidden;
	background: #fff;
}

.pagination li a,
.pagination li span {
	display: block !important;
	padding: 0 12px !important;
	width: auto !important;
	height: auto !important;
	margin: auto !important;
	line-height: 28px !important;
	border: none !important;
	float: none !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #666 !important;
}

.pagination li.active span,
.pagination li:hover a {
	background: #ccc !important;
	color: #fff !important;
}

.ismobile .pagination li a,
.ismobile .pagination li span {
	font-size: 12px !important;
	width: 26px !important;
	line-height: 26px !important;
	text-align: center;
	padding: 0 !important;
}

.ismobile .pagination li {
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text {}

.default-pc-links-text dt,
.default-pc-links-text dd {
	float: left;
}

.default-pc-links-pic li {
	float: left;
}

/*默认版权样式*/
.default-copyright {
	width: 70%;
	line-height: 2;
	color: #666;
	font-size: 12px;
}

.default-copyright a {
	color: #FFD400;
	font-size: 12px;
}

.default-copyright span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px;
}

.default-copyright em {
	font-style: normal;
}

.default-copyright .t-gonganicp img {
	line-height: 30px;
	display: inline-block;
	margin-top: -3px;
	margin-right: 2px;
}

/*默认发布文章按钮*/
.default-pc-button-publish {
	padding-left: 21px;
	background: no-repeat url("{F file=" images/publish.png?11"}");
	transition: opacity .3s;
}

.default-pc-button-publish:hover {
	opacity: 0.5;
}

/*默认编辑文章 && 删除*/
.default-pc-button-edit a {
	margin-left: 10px;
	font-size: 14px;
	color: #ccc;
}

.default-pc-button-edit a:hover {
	color: #000;
}

/*默认背景音乐*/
.default-bgmp3 {
	display: block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index: 999;
	width: 200px;
	max-width: 30%;

}

.default-bgmp3 audio {
	width: 100%;
	opacity: 0.5;
}




.default-append {
	display: none;
}

/*幻灯片默认样式*/
.default-slider {
	position: relative;
	overflow: auto;
}

.default-slider li {
	list-style: none;
}

.default-slider ul li {
	float: left;
	width: 100%;
	overflow: hidden;
}

.default-slider ul li img {
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}

.default-slider .dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.default-slider .dots li {
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	margin: 5px;
	width: 47px;
	font-size: 0;
	height: 12px;
}

.default-slider .dots li {
	*display: inline;
}

.default-slider .dots li.active {
	background-color: #FFE401;
}

.default-slider .next,
.default-slider .prev {
	position: absolute;
	bottom: 50%;
	width: 50px;
	height: 100px;
	margin-bottom: -50px;
	opacity: 0.7;
	font: 50px/58px Simsun;
	color: #fff;
	line-height: 100px;
	text-align: center;
}

.default-slider .next:hover,
.default-slider .prev:hover {
	background-color: #000;
}

.default-slider .next {
	right: 0;
}

.default-slider .prev {
	left: 0;
}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img {
	display: none;
}

.default-pc-sidebar-ul li a span {
	display: none;
}

.default-pc-sidebar-dl {
	border: 1px solid #dedede;
}

.default-pc-sidebar-dl dt,
.default-pc-sidebar-dl dd {
	border-bottom: 1px solid #dedede;
}

.default-pc-sidebar-dl dt,
.default-pc-sidebar-dl dd a {
	display: block;
	line-height: 48px;
	padding: 0 28px;
}

/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: ../images/833758e666d949e8b5fe8dad9a42464f.gif"url()");}
.default-pc-contactcard .tel{ background-image: ../images/833758e666d949e8b5fe8dad9a42464f.gif"url()");}
.default-pc-contactcard .email{ background-image: ../images/833758e666d949e8b5fe8dad9a42464f.gif"url()");}
.default-pc-contactcard .fax{ background-image: ../images/833758e666d949e8b5fe8dad9a42464f.gif"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;
}

/*文章评论*/
#default-article-comments {
	margin-top: 15px;
}

#default-article-comments .not-login {
	line-height: 100px;
	color: #333;
	background-color: #fff7f7;
	font-size: 16px;
	border: 1px dashed #f5cece;
	text-align: center;
}

#default-article-comments .not-login a {
	color: #36cc42;
	font-weight: bold;
	margin: 0 2px;
}

#default-article-comments .publish .textarea {
	padding: 20px;
	background: #f6f6f6;
}

#default-article-comments .publish textarea {
	width: 98%;
	height: 40px;
	padding: 1%;
	border: #dedede 1px solid;
}

#default-article-comments .publish .textarea span {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin: 5px;
	cursor: pointer;
	background: url(../images/yy18.png) no-repeat;
}

#default-article-comments .publish input[type="submit"] {
	width: 100px;
	height: 35px;
	border: none;
	line-height: 35px;
	text-align: center;
	float: right;
	border-radius: 3px;
	background: #1b75b5;
	color: #fff;
	margin-top: 5px;
}

#default-article-comments .best h3 {
	font-size: 16px;
	color: #478fc3;
	line-height: 40px;
}

#default-article-comments .best h3 span {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

#default-article-comments .best h3 em {
	display: block;
	font-style: normal;
	float: right;
	color: #999;
	font-size: 12px;
}

#default-article-comments .list {
	margin-top: 20px;
}

#default-article-comments .list h2 {
	font-size: 14px;
	font-weight: bold;
}

#default-article-comments .item {
	padding: 20px 20px;
	background: #f6f6f6;
	border: 1px solid #eee;
	margin-top: 10px;
}

#default-article-comments .item p {
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title {
	line-height: 36px;
	margin-bottom: 10px;
}

#default-article-comments .item .title img {
	width: 30px;
	margin-top: 3px;
	height: auto;
	border-radius: 50%;
	float: left;
}

#default-article-comments .item .title h5 {
	float: left;
	margin-left: 10px;
	color: #1b75b5;
}

#default-article-comments .item .title p {
	float: left;
	font-size: 12px;
	margin: 0;
	margin-left: 10px;
	line-height: 36px;
	color: #999;
}

#default-article-comments .item .title span {
	display: block;
	float: left;
	margin-left: 20px;
	width: 50%;
	height: 36px;
	background: url(../images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like {
	margin-top: 20px;
}

#default-article-comments .item .like span {
	float: right;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 0 7px;
}

#default-article-comments .item .like span a {
	display: block;
	float: left;
	line-height: 28px;
	padding: 0 10px;
	color: #1b75b5;
	font-style: normal;
	border-right: 1px solid #ddd;
	margin-right: 7px;
}

#default-article-comments .item .like span a em {
	font-style: inherit;
	font-size: 12px;
	margin-left: 3px;
}

#default-article-comments .item .like span a.sure i {
	color: #1b75b5;
}

#default-article-comments .item .like span a.deny {
	border-right: none;
	color: #999;
	margin-right: 0;
}

#default-article-comments .item .action {
	display: none;
}

#default-article-comments .item .action i {
	margin-right: 4px;
}

#default-article-comments .item:hover .action {
	display: block;
	font-size: 12px;
}

#default-article-comments .item:hover .action a {
	margin-left: 10px;
}


.default-islike {
	color: #1b75b5;
}

.default-islike i {
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart {
	display: block;
	position: fixed;
	top: 0;
	right: 50px;
	background-color: #F90;
	color: #fff;
	z-index: 3;
	text-align: center;
	padding: 5px 10px;
	border-radius: 0 0 10px 10px;
	transition: background .5s;
}

#diy_tips_box {
	position: relative;
	height: 42px;
}

#diy_tips {
	line-height: 28px;
	text-align: center;
	padding: 7px 0;
	background: #fff;
	border-bottom: 1px dashed #F93;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1680;
}

#diy_tips a {
	margin-left: 12px;
	color: #1068df;
}

#diy_tips a:hover {
	text-decoration: underline;
}

.diy {
	position: relative;
	margin-bottom: 1px;
}

.diy a {
	position: relative;
	z-index: 1;
}

.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top: 3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a {
	color: #fff;
}




/*聊天框样式*/
#tdy-chat-box {
	position: fixed;
	right: 0;
	bottom: -4px;
	z-index: 9999;
}

.tdy-chat-btn {
	width: 195px;
	height: 42px;
	line-height: 42px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}

.tdy-chat-btn .layui-badge {
	position: absolute;
	top: -8px;
	left: 100px;
}

/*限制云视频最大宽度不超过容器*/
.prism-player {
	max-width: 100%;
}

/*TP 内部分页样式*/
.pagination {
	zoom: 1;
}

.pagination:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*表单提交报错样式*/
.tdy-form-error {
	border: 1px solid red !important;
}

/*加入购物车*/
.tdy-mall-cart-num {
	display: inline-block;
}


@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
		opacity: 1;
	}

	10% {
		transform: scale(3);
		opacity: 1;
	}

	20% {
		transform: scale(1);
		opacity: 1;
	}

	30% {
		transform: scale(6);
		/*开始为原始大小*/
		opacity: 1;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}

	99.9% {
		transform: scale(20);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
		opacity: 1;
	}

	10% {
		transform: scale(3);
		opacity: 1;
	}

	20% {
		transform: scale(1);
		opacity: 1;
	}

	30% {
		transform: scale(6);
		/*开始为原始大小*/
		opacity: 1;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}

	99.9% {
		transform: scale(20);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.tdy-add-mall-cart-num {
	animation: mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}

/*** 没有数据公共样式***/
.tdy-no-data {
	width: 100%;
	line-height: 400px;
	text-align: center;
	background: #fbf7ea;
	font-size: 16px;
}

/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title {
	text-align: center;
}

.tdy-notice .layui-layer-content {
	padding: 10px;
}

/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth {
	text-align: center;
	line-height: 300px;
	background-color: #fff7f7;
	margin: 10px 0;
	color: #333;
	font-size: 16px;
	border: 1px dashed #f5cece;
}

.tdy-article-noauth a {
	color: #36cc42;
	font-weight: bold;
	margin: 0 2px;
}

/*** DIY 延时加载提示***/
.tdy-diy-lazy {
	float: left;
	width: 100%;
	text-align: center;
	color: #999;
	padding: 10px 0;
}

/*** 门户列表页 ***/
.tdy-potrtal-list {
	overflow-y: hidden;
	;
}

/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4 {
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	max-width: 56px;
	padding: 2px;
}

.tdy-screening-list {
	font-size: 14px;
	margin-bottom: 10px;
}

.tdy-screening-list a {
	padding: 2px 8px;
	display: block;
}

.tdy-screening-list a.a {
	position: relative;
	background: #dedede;
	border-radius: 5px;
}

.tdy-screening-select-item-show a,
.tdy-screening-list a.a span {
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #f2acac;
	color: #fff;
	border-radius: 50%;
	width: 12px;
	font-size: 12px;
	text-align: center;
	height: 12px;
	line-height: 12px;
	padding: 4px;
	transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}

.tdy-screening-list-item {
	padding: 5px 0;
}

.tdy-screening-list ul {
	float: left;
	width: calc(100% - 80px);
}

.tdy-screening-list li {
	float: left;
}

.tdy-screening-select {
	margin-bottom: 10px;

}

.tdy-screening-select-item {
	float: left;
	float: left;
	margin-right: 20px;
	width: auto;
}

.tdy-screening-select-item a {
	padding: 3px;
}

.tdy-screening-select-item h4 {
	line-height: 28px;
	font-size: 14px;
}


.tdy-screening-select-item-value {
	float: left;
	background: #fff;
}

.tdy-screening-select-item-show {
	border: 1px solid #ccc;
	padding: 3px 10px;
	position: relative;
}

.tdy-screening-select-item-show.a {
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4 {
	display: none;
}

.ismobile .tdy-screening-select-item-show {
	padding: 0px 5px;
	font-size: 12px;
	border: 0;
}

.ismobile .tdy-screening-select-item {
	margin-right: 10px;
}

/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub {
	border: 1px solid #ccc;
	position: absolute;
	min-width: 100px;
	max-width: 800px;
	max-height: 200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top: -1px;
	background: #fff;
	line-height: 26px;
	display: none;
	overflow-y: auto;
}

.ismobile .tdy-screening-select-item-sub {
	box-shadow: #ccc 1px 9px 5px;
	border: 0;
}

/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1 {
	border-bottom: 1px #ccc dotted;
	padding: 5px 0;
}

.tdy-screening-select-sub1 h5 {
	float: left;
	font-weight: bold;
}

.tdy-screening-select-sub1 ul {}

.tdy-screening-select-sub1 ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.tdy-screening-select-sub1 ul li h6 {
	border: 1px solid #fff;
}

.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren {
	border: 1px solid #ccc;
	;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 2;
}

.tdy-screening-select-sub3 {
	position: absolute;
	z-index: 1;
	background: #fff;
	border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
	max-width: 400px;
	display: none;
}

.tdy-screening-select-sub3 a {
	margin-right: 5px;
}

.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3 {
	display: block;
}

.tdy-screening-select-sub3 a {
	float: left;
}

/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1 {
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}

.screening .tdy-screening-list .tdy-screening-list-sub2 {
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}

.screening .tdy-screening-list .tdy-screening-list-sub1 a {
	font-size: 12px;
}

.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a {
	color: #000;
}

.screening .tdy-screening-list .tdy-screening-list-sub1 a.a {
	background: #dedede;
	color: #000;
}

.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span {
	background: #a9a9a9;
}

/***暂无数据***/
.tdy-nodata {
	background: #fff;
	text-align: center;
	padding: 100px;
	font-size: 20px;
	color: #a5a5a5;
}

.tdy-nodata .iconfont {
	font-size: 100px;
}

/***商城页面默认背景颜色***/
.module-mall {
	background-color: #f5f5f5;
}

/*** 公共点赞 ***/
.tdy-likes .iconfont {
	cursor: pointer;
}

.tdy-likes .iconfont.a {
	color: red;
}

/*** 前往APP ***/
.toappbnt {
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}

.toappbnt img {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}

.toappbnt ins {
	margin-left: 29px;
	text-decoration: inherit;
}

.toappbnt .iconfont {
	color: #fff;
}

/**m 文章底部版权**/
.pu-m-copyright {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 95px;
	margin-top: 30px;
}

.pu-m-copyright .pu-m-copy {
	margin: 5px 0;
}

.pu-m-copyright img {
	width: 50px;
	border-radius: 50%;
	opacity: 0.2;
}

.pu-m-copyright .m-support a,
.pu-m-copyright .m-support {
	font-size: 12px;
	color: #ccc;
}

.tdy-portal-view-exif {
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0, -100%);
}

.tdy-portal-view-exif .but {
	display: block;
}

.tdy-portal-view-exif .content {
	display: none;
}

.module-index-index.ispc .wp {
	width: 1300px;
	margin: auto;
}

.videobox {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
}

.videobox video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.scroll {
	position: absolute;
	background: url(../images/mouse.png) no-repeat center;
	width: 24px;
	height: 72px;
	left: 50%;
	margin-left: -12px;
	bottom: 160px;
	-webkit-animation: scroll 1s infinite;
	-moz-animation: scroll 1s infinite;
	-o-animation: scroll 1s infinite;
	animation: scroll 1s infinite;
	cursor: pointer;
}

@keyframes scroll {
	0% {
		bottom: 100px;
	}

	50% {
		bottom: 105px;
	}

	100% {
		bottom: 100px;
	}
}

.menubox {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 22px 0;
}

.topmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/menubg.png) repeat-y bottom;
	background-size: cover;
}

.menubox01 {
	padding: 40px 0;
	background: #fff;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}

.menubox01.a {
	position: fixed;
	padding: 0;
	z-index: 11;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.menubox01.a .logo img {
	max-height: 42px;
}

.logo {
	margin-right: 70px;
	line-height: 60px;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.menubox01.a .logo {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.logo img {
	max-height: 60px;
}

.menu li a {
	display: block;
	font-size: 16px;
	padding: 17px 30px;
	color: #333;
}

.menu li a span {
	position: relative;
}

.menu li a span::before {
	position: absolute;
	content: '';
	width: 0;
	opacity: 0;
	height: 1px;
	background: #333;
	bottom: -5px;
	left: 0;
	transition: all .3s;
}

.menu li.a a span::before,
.menu li:hover a span::before {
	width: 100%;
	opacity: 1;
}

.topmenu .menu li a {
	color: #fff;
}












.default-mobile-nav-menu {
	padding-bottom: 50px;
}

.default-mobile-nav-menu>li>a {
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}

.default-mobile-nav-menu li a em {
	display: none;
}

.default-mobile-nav-menu li a {
	padding: 15px 10px;
	border-bottom: 1px solid #262626;
	font-size: 15px;
	display: block;
	color: #fff;
}


.default-mobile-nav-menu li ul {
	display: none;
	background-color: #000;
}

.default-mobile-nav-menu li {
	position: relative;
}

.default-mobile-nav-menu li div {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 60px;
}

.default-mobile-nav-menu li div::before {
	position: absolute;
	content: '';
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border: 6px solid;
	border-color: #666 #fff;
	border-bottom-width: 0;
}










.module-index-index .content {
	position: relative;
	margin-top: 100vh;
	background: #fff;
}

.banner .dots {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	text-align: center;
}

.banner .dots span {
	margin: 0 10px !important;
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #fff;
	cursor: pointer;
}

.banner .dots span.swiper-pagination-bullet-active {
	position: relative;
}

.banner .dots span.swiper-pagination-bullet-active::after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	left: -6px;
	top: -6px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.banner li img {
	width: 100%;
	height: auto;
}

.aboutbox {
	width: 880px;
	margin: 100px auto;
	text-align: center;
	letter-spacing: 1px;
}

.aboutbox h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
}

.aboutbox .d01 {
	font-size: 16px;
	line-height: 2;
	color: #999;
}

.tdy-more {
	display: block;
	width: 180px;
	line-height: 45px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #999;
	border: 1px solid #ddd;
	margin-top: 50px;
	transition: all .3s;
}

.tdy-more:hover {
	width: 200px;
}

.tdy-more em {
	display: inline-block;
	height: 20px;
	width: 30px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../images/jt02.png) no-repeat left top;
	background-size: 20px;
	transition: all .3s;
}

.tdy-more:hover em {
	margin-left: 20px;
}

.branch {
	position: relative;
}

.branch .ul01 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.branch .ul01 li {
	float: left;
	width: 33.32%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	transition: all .3s;
}

.branch .ul01 li:last-child {
	border: none;
}

.branch .ul01 li.a {
	width: 33.3%;
}

.branch .ul01 li a {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.branch .ul01 li.a a {
	background: #0d7a7854;
}

.branch .ul01 li .d01,
.branch .ul01 li .d02 {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.branch .ul01 li .d02 {
	top: 100%;
	opacity: 0;
	text-align: left;
}

.branch .ul01 li.a .d01 {
	top: -100%;
	opacity: 0;
}

.branch .ul01 li.a .d02 {
	top: 50%;
	opacity: 1;
	box-sizing: border-box;
	padding-left: 60px;
}

.branch .ul01 li .d01 span {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: auto;
	border-radius: 50%;
	display: block;
	position: relative;
}

.branch .ul01 li .d01 span::after,
.branch .ul01 li .d01 span::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 50%;
	opacity: .5;
	-webkit-animation: ripple 2.4s ease-out 1.8s infinite;
	animation: ripple 2.4s ease-out 1.8s infinite;
}

.branch .ul01 li .d01 span::before {
	width: 50px;
	height: 50px;
	margin-left: -26px;
	margin-top: -26px;
	opacity: .2;
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.branch .ul01 li .d01 h3 {
	font-size: 24px;
	margin: 50px 0 30px 0;
}

.branch .ul01 li .d01 em {
	display: block;
	font-style: normal;
	padding: 0 10px;
	width: 50px;
	margin: auto;
	position: relative;
}

.branch .ul01 li .d01 em::after,
.branch .ul01 li .d01 em::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 9px;
	transition: all .3s;
}

.branch .ul01 li .d01 em::before {
	left: auto;
	right: 0;
}

.branch .ul01 li .d02 h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	opacity: 0;
	transition: all 1s;
	transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
}

.branch .ul01 li .d02 p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
	opacity: 0;
	width: 290px;
	transition: all 1s;
	transform: translateY(50px);
	-ms-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
}

.branch .ul01 li.a .d02 p,
.branch .ul01 li.a .d02 h3,
.branch .ul01 li.a .d02 em {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
}

.branch .ul01 li .d02 em {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	background: url(../images/liubian.png) no-repeat center;
	margin-top: 50px;
	opacity: 0;
	transition: all 1s;
	transform: translateY(50px);
	-ms-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
}

.branch .ul01 li.a .d02 em:hover {
	transform: translateY(0) rotate(180deg);
	-ms-transform: translateY(0) rotate(180deg);
	-moz-transform: translateY(0) rotate(180deg);
	-webkit-transform: translateY(0) rotate(180deg);
	-o-transform: translateY(0) rotate(180deg);
}













.branch .ul01 li .d02 h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	opacity: 0;
	transition: all 1s;
	transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
}

.branch .ul01 li .d02 p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
	opacity: 0;
	width: 290px;
	transition: all 1s;
	transform: translateY(50px);
	-ms-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
}

.branch .ul01 li.a .d02 p,
.branch .ul01 li.a .d02 h3,
.branch .ul01 li.a .d02 em {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
}

.branch .ul01 li .d02 em {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	background: url(../images/liubian.png) no-repeat center;
	margin-top: 50px;
	opacity: 0;
	transition: all 1s;
	transform: translateY(50px);
	-ms-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
}

.branch .ul01 li.a .d02 em:hover {
	transform: translateY(0) rotate(180deg);
	-ms-transform: translateY(0) rotate(180deg);
	-moz-transform: translateY(0) rotate(180deg);
	-webkit-transform: translateY(0) rotate(180deg);
	-o-transform: translateY(0) rotate(180deg);
}

.branch .ul02 li {
	display: none;
}

.branch .ul02 li.a {
	display: block;
}

.branch .ul02 li img {
	width: 100%;
	height: auto;
}

.newsbox {
	margin-top: 100px;
	padding: 80px 0;
	background: #ebf4fb;
}

.indexnewsbox {
	margin-top: 0px;
	padding: 80px 0;
	background: #ebf4fb;
}

.tit {
	margin-bottom: 50px;
}

.tit h2 {
	font-size: 35px;
	color: #333;
	float: left;
}

.tit h2 p {
	font-size: 20px;
	color: #999;
	letter-spacing: 5px;
}

.tit a {
	display: block;
	font-size: 16px;
	float: right;
	color: #666;
	padding-right: 50px;
	background: url(../images/jt01.png) no-repeat right center;
	margin-top: 30px;
	opacity: .5;
	transition: all .3s;
}

.tit a:hover {
	opacity: 1;
}

.newsbox li {
	float: left;
	width: 32%;
	margin-right: 2%;
	transition: all .5s;
}

.indexnewsbox li {
	float: left;
	width: 32%;
	margin-right: 2%;
	transition: all .5s;
}






.ispc .newsbox li:hover {
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}

.ispc .indexnewsbox li:hover {
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}

.newsbox li a {
	display: block;
	padding: 15px;
	background: #fff;
	position: relative;
}

.indexnewsbox li a {
	display: block;
	padding: 15px;
	background: #fff;
	position: relative;
}

.newsbox li a span {
	display: block;
	width: 250px;
	float: left;
	overflow: hidden;
}

.indexnewsbox li a span {
	display: block;
	width: 160px;
	float: left;
	overflow: hidden;
}

.newsbox li a img {
	width: 100%;
	height: 140px;
	transition: all .5s;
}

@media screen and (max-width:1024px) {
	.newsbox li a img {
		width: 100%;
		height: 100px;
		transition: all .5s;
	}
}

.indexnewsbox li a img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.ispc .newsbox li:hover a img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ispc .indexnewsbox li:hover a img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsbox li a div {
	float: right;
	width: calc(100% - 290px);
}

.indexnewsbox li a div {
	float: right;
	width: calc(100% - 190px);
}

.newsbox li a div p {
	font-size: 15px;
	color: #aaa;
}

.indexnewsbox li a div p {
	font-size: 15px;
	color: #aaa;
}

.newsbox li a div em {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/jt02.png) no-repeat right center;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.indexnewsbox li a div em {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/jt02.png) no-repeat right center;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.newsbox li a div h3 {
	font-size: 18px;
	color: #666;
	right: 15px;
	margin-bottom: 10px;
	width: calc(100% - 10px);
}

.indexnewsbox li a div h3 {
	font-size: 16px;
	color: #666;

	right: 15px;
	bottom: 30px;
	width: calc(100% - 5px);
}

.w960 .newsbox li a div h3 {
	font-size: 14px;
}

.w960 .indexnewsbox li a div h3 {
	font-size: 14px;
}

.productbox {
	margin: 70px auto !important;
}

.productbox .tdy-more {
	margin-top: 0;
}

.certificatebox {
	margin: 70px auto !important;
}

.certificatebox .tdy-more {
	margin-top: 0;
}

.footer {
	background: #00b1ad;
	padding-top: 50px;
}

.ftcon01 {
	width: 33%;
}

.ftcon01 p {
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 20px;
}

.ftcon01 strong {
	display: block;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
}

.ftcon01 ul {
	margin-top: 35px;
}

.ftcon01 li {
	float: left;
	margin-right: 30px;
}

.ftcon01 li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	transition: all .3s;
	position: relative;
}

.ftcon01 li span {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.ftcon01 li:hover a {
	transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-o-transform: translateY(-3px);
}

.ftcon01 li div {
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	bottom: 35px;
	left: 50%;
	margin-left: -60px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

.ftcon01 li div::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
}

.ftcon01 li:hover div {
	visibility: visible;
	opacity: 1;
	bottom: 55px;
}

.ftcon01 li div img {
	width: 100%;
	height: auto;
}

.ftcon01 li img {
	width: 20px;
	height: auto;
}

.ftnav {
	width: 30%;
	margin-left: 5%;
}

.ftnav li {
	float: left;
	width: 50%;
}

.ftnav li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	opacity: .7;
	transition: all .3s;
}

.ftewm div {
	float: left;
	margin-left: 30px;
}

.ftewm div img {
	width: 110px;
	height: auto;
}

.ftewm div p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.copy {
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.default-copyright {
	color: #fff;
	font-size: 14px;
	margin: auto;
	text-align: center;
}

.default-copyright a {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	transition: all .3s;
}

.default-copyright a:hover,
.ftnav li a:hover {
	opacity: 1;
}

/*---------------list-news------------------*/
.newsban {
	position: relative;
}

.newsban span {
	display: block;
	float: right;
	width: 60%;
}

.newsban span img {
	width: 100%;
	height: auto;
}

.newsban h2 {
	font-size: 35px;
}

.newsban h2 em {
	font-style: normal;
	line-height: 1;
	margin-left: 20px;
}

.newsban h2 p {
	font-size: 22px;
	margin-top: 5px;
	color: #666;
}

.newsban .d01 h3 {
	font-weight: bold;
	font-size: 25px;
	margin: 30px 0;
	color: #488175;
	padding-left: 20px;
	border-left: 10px solid #488175;
	line-height: 1;
}

.ispc .newsban .d01 {
	position: absolute;
}

.newsban .d01 {
	width: 50%;
	left: 100px;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	padding: 100px;
}

.newsban .d01 div p {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.list-news {
	padding: 0;
	border: none;
	background: none;
	margin: 100px auto;
}

.pagepox {
	position: relative;
	margin-top: -50px;
	color: #fff;
	font-size: 14px;
}

.pagepox em {
	color: #fff;
}

.pagepox a {
	color: #fff;
}

.pub {
	text-align: right;
	margin-bottom: 10px;
}

.list-news .ul01 li {
	float: left;
	width: 100%;
	margin-right: 3%;
	margin-bottom: 3%;
}



.list-news li a {
	padding: 20px;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	float: none;
}

.pagination li.active span,
.pagination li:hover a {
	background: #3a9a3e !important;
}

/*---------------------view-news------------------*/
.view-newsbox {
	margin-bottom: 70px;
}

.view-newsbox .view-box01 {
	background: #F0F4FC;
	padding: 100px 0 100px 0;
	margin-bottom: 50px;
}

.view-newsbox .view-box01 .d01,
.view-news {
	width: 1000px;
	margin: auto;
}

.view-newsbox .view-box01 h2 {
	font-size: 30px;
	color: #333;
}

.view-newsbox .view-box01 .ww {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.view-newsbox .view-box01 .ww a {
	color: #999;
	transition: all .3s;
	margin-right: 20px;
}

.view-newsbox .view-box01 .ww a:hover,
.view-newsbox .view-box01 .ww a:hover em {
	color: #333;
}

.view-newsbox .view-box01 .ww em {
	margin-right: 5px;
}

.fanye {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.fanye p {
	font-size: 14px;
	width: 45%;
	line-height: 22px;
	color: #333;
	opacity: .5;
}

.fanye p span {
	display: inline-block;
	*display: inline;
	width: 20px;
	height: 20px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 20px;
	color: #999;
	margin-right: 10px;
	vertical-align: middle;
}

.fanye p a {
	display: inline-block;
	*display: inline;
	width: calc(100% - 35px);
	color: #666;
	vertical-align: middle;
}

.fanye p:hover {
	opacity: 1;
}

/*---------------list-branch--------------*/
.banner01 {
	position: relative;
}

.banner01 img {
	width: 100%;
	height: auto;
}

.banner01 h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: Arial;
}

.mbbanner01 {
	position: relative;
}

.mbbanner01 img {
	width: 100%;
	height: auto;
}

.mbbanner01 h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: Arial;
}

.list-branch {
	padding: 0px 0 50px 0;
}

.list-branch li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	transition: all .3s;
}


.list-branch li:nth-child(2n) {
	float: left;
	width: 48%;
	margin-right: 0 !important;
	margin-bottom: 4%;
	transition: all .3s;
}


.ispc .list-branch li:hover {
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}

.list-branch li a {
	display: block;
	padding: 30px;
	background: #fff;
}

.list-branch li span {
	display: block;
	margin-top: 30px;
	overflow: hidden;
}

.list-branch li img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.list-branch li:hover img {
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.list-branch li h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.list-branch li div p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	margin: 30px 0;
}

.list-branch li div em {
	display: block;
	width: 112px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #3a9a3e;
	text-align: center;
	transition: all .3s;
	font-style: normal;
}

.list-branch li div em:hover {
	background: #000;
}

/*----------------view-branch---------------------*/
.view-branchbox .view-box01 .d01 {
	width: auto;
}

.view-branchbox .view-box01 {
	padding: 100px 0 270px 0;
	margin-bottom: 0;
}

.view-branchbox .view-box01 h2,
.view-branchbox .view-box01 .ww {
	text-align: center;
}

.view-branchbox .cover01 {
	display: block;
	position: relative;
	margin-top: -230px;
	margin-bottom: 50px;
}

.view-branchbox .cover01 img {
	width: 100%;
	height: auto;
}

.relatedbox {
	margin: 50px auto;
}

.relatedbox .wp {
	padding: 50px 0;
	position: relative;
}

.relatedbox h2 {
	text-align: center;
	position: relative;
	font-size: 35px;
	color: #333;
	padding-bottom: 15px;
}


.relatedbox h3 {
	text-align: center;
	position: relative;
	font-size: 35px;
	color: #333;
	padding-bottom: 15px;
}

@media screen and (max-width:1024px) {
	.relatedbox h3 {
		text-align: center;
		position: relative;
		font-size: 25px;
		color: #333;
		padding-bottom: 15px;
	}
}

.relatedbox h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	left: 0;
	bottom: 0;
}

.relatedbox h2::after {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	background: #000;
}

.relatedbox h2 p {
	font-family: fangsong;
	font-size: 25px;
}

.relatedbox .prev01,
.relatedbox .next01 {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #333;
	text-align: center;
	line-height: 40px;
	color: #fff;
	left: -70px;
	top: 50%;
	margin-top: -40px;
	transition: all .3s;
	cursor: pointer;
	outline-style: none;
	opacity: .3;
}

.relatedbox .prev01:hover,
.relatedbox .next01:hover {
	opacity: 1;
}


.relatedbox .prev02,
.relatedbox .next02 {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #333;
	text-align: center;
	line-height: 40px;
	color: #fff;
	left: -70px;
	top: 50%;
	margin-top: -40px;
	transition: all .3s;
	cursor: pointer;
	outline-style: none;
	opacity: .3;
}

.relatedbox .prev02:hover,
.relatedbox .next02:hover {
	opacity: 1;
}

.relatedbox .next01 {
	right: -70px;
	left: auto;
}

.relatedbox .next02 {
	right: -70px;
	left: auto;
}

.relatedbox li span {
	display: block;
}

.relatedbox li img {
	width: 100%;
	height: auto;
}

.relatedbox li h3 {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}










.relatedbox2 {
	margin: 0px auto;
}

.relatedbox2 .wp {
	padding: 50px 0;
	position: relative;
}

.relatedbox2 h2 {
	text-align: center;
	position: relative;
	font-size: 35px;
	color: #333;
	padding-bottom: 15px;
}

.relatedbox2 h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	left: 0;
	bottom: 0;
}

.relatedbox2 h2::after {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	background: #000;
}

.relatedbox2 h2 p {
	font-family: fangsong;
	font-size: 25px;
}











.view-lianxi {
	text-align: center;
	padding-top: 20px;
}

.view-lianxi span {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	color: #0a3383;
}

.view-lianxi span em {
	color: #0a3383;
	margin-right: 5px;
}

.float-fanye {
	position: fixed;
	left: calc((100% - 1188px) / 2);
	margin-left: -120px;
	top: 45%;
	z-index: 2;
}

.float-fanye a {
	display: block;
	width: 40px;
	height: 40px;
	background: #aaa;
	text-align: center;
	line-height: 40px;
	margin-bottom: 1px;
	color: #fff;
	z-index: 2;
	transition: all .3s;
}

.float-fanye a:hover {
	background: #888;
}

.float-fanye a span {
	color: #fff;
}

/*-------------------list-about--------------------*/
.list-about01 {
	margin: 80px auto;
	line-height: 1.8;
}

.yuanjing h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 25px;
}

.yuanjing .d01 {
	font-size: 16px;
}

.aboutgs {
	margin-top: 50px;
}

@media screen and (max-width: 1200px) {
	.aboutgs {
		margin-top: 5px;
	}
}

.aboutgs span {
	display: block;
	width: 35%;
	float: left;
}


.aboutgs img {
	max-width: 1200px;
}


@media screen and (max-width: 1200px) {
.aboutgs img {
	width: 100%;
}
}


.aboutgs span img {
	width: 100%;
	height: auto;
}

.aboutgs .d02 {
	float: right;
	width: 55%;
	margin-top: 15px;
}

.aboutgs .d02 h2 {
	font-size: 35px;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
}

.aboutgs .d02 h2 em {
	font-style: normal;
	font-size: 20px;
	display: block;
	font-family: arial;
}

.aboutgs .d02 div {
	font-size: 16px;
}


/*-------------------jiaoneng--------------------*/


.jiaoneng {
	margin-top: 60px;
}



@media screen and (max-width: 1200px) {
	.jiaoneng {
		margin-top: 5px;
	}
}

.jiaoneng span {
	display: block;
	width: 40%;
	float: left;
}

.jiaoneng span img {
	width: 100%;
	height: auto;
}

.jiaoneng .d02 {
	float: right;
	width: 55%;
	margin-top: 30px;
}

.jiaoneng .d02 h2 {
	font-size: 35px;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
}

.jiaoneng .d02 h2 em {
	font-style: normal;
	font-size: 25px;
	display: block;
	font-family: fangsong;
}

.jiaoneng .d02 div {
	font-size: 16px;
}


.jiaoneng .d02 .layui-icon-biaodan {
	color: #2196F3;
	font-size: 36px;
	line-height: 36px;
}

.jiaoneng .d02 .layui-icon-list {
	color: #2196F3;
	font-size: 45px;
	line-height: 40px;
}

.jiaoneng .d02 .line {
	width: 100%;
	height: 0.01em;
	background-color: #000;
	margin: 10px 0px 20px 0px;
}







/* ferment_technology */

.SerPart_2 .ico .layui-icon-tree {
	color: #4caf50;
	font-size: 110px;
	line-height: 40px;
}

.SerPart_2 .ico .layui-icon-template {
	color: #2196F3;
	font-size: 90px;
	line-height: 40px;
}








.licheng {
	padding: 100px 0;
	background: #ebf4fb;
}

.licheng h2,
.honorbox h2,
.keyanbox .d01 h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
}

.keyanbox2 .d01 h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
}

.licheng h2 em,
.honorbox h2 em,
.keyanbox .d01 h2 em {
	display: block;
	font-style: normal;
	font-family: fangsong;
}

.keyanbox2 .d01 h2 em {
	display: block;
	font-style: normal;
	font-family: fangsong;
}

.licheng h2 {
	text-align: center;
}

	{
	* .licheng .d01 {
		width: 55%;
	}

	.licheng .d01 li {
		padding: 15px 0;
	}

	.licheng .d01 li h3 {
		float: left;
		font-size: 16px;
		width: 100px;
		line-height: 30px;
		background: #0a3383;
		text-align: center;
		color: #fff;
	}

	.licheng .d01 li div {
		float: right;
		font-size: 14px;
		line-height: 30px;
		color: #0a3383;
		width: calc(100% - 130px);
	}

	.licheng .d01 li div p em {
		font-style: normal;
		width: 80px;
		display: inline-block;
	}

	.licheng .d02 {
		width: 40%;
		margin-top: 14%;
	}

	.licheng .d02 span {
		display: block;
		width: 100%;
		position: relative;
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 65px;
	}

	.licheng .d02 span::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 3px;
		background: #333;
		bottom: 0;
		left: 0;
	}

	.licheng .d02 span.li2::before {
		width: 80%;
	}

	.licheng .d02 span.li3::before {
		width: 60%
	}

	*
}

.list-develop .d01 {
	position: relative;
	padding-bottom: 50px;
	background: url(../images/x1.png) repeat-x 0 45px;
}

.nav-next,
.nav-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 1;
	line-height: 30px;
	left: 0;
	bottom: 0;
	text-align: center;
	background: #488175;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	outline-style: none;
	cursor: pointer;
	transition: all .3s;
}

.nav-next.swiper-button-disabled,
.nav-prev.swiper-button-disabled {
	background: #eee;
}

.nav-next:hover,
.nav-prev:hover {
	background: #488175;
}

.nav-next {
	right: 0;
	left: auto;
}

.list-develop .d01 li {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.list-develop .d01 li.swiper-slide-thumb-active {
	color: #488175;
}

.list-develop .d01 li.swiper-slide-thumb-active::before {
	background: #488175;
}

.list-develop .d01 li::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 20px;
	background: #999;
	left: 50%;
	bottom: -35px;
	margin-left: -1px;
}

.list-develop .d02 {
	box-sizing: border-box;
	padding: 50px;
	padding-bottom: 20px;
	background: #fff;
	margin-top: 50px;
}

.list-develop .d02 .ul01 li h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.list-develop .d02 .ul01 li div p {
	display: inline-block;
	width: 47.8%;
	padding: 30px;
	box-sizing: border-box;
	background: #F0F4FC;
	margin: 1%;
	border: 1px solid #f5f5f5;
	transition: all .3s;
	color: #666;
	vertical-align: top;
	font-size: 14px;
}

.list-develop .d02 .ul01 li div p em {
	font-style: normal;
	display: block;
	color: #333;
	font-size: 20px;
}

.list-develop .d02 .ul01 li div p:hover {
	border: 1px solid #488175;
}



.keyanbox {
	padding: 50px 0px 100px;
	background-size: cover !important;
}

.keyanbox .d02 {
	width: 57%;
}

.keyanbox .d01 h2 {
	margin-bottom: 30px;
}

.keyanbox .d02 h4 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.keyanbox .d02 h4 p {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.keyanbox .d01 ul {
	width: 100%;
	background: #fff;
	padding: 30px 0px;
}

.w960 .keyanbox .d01 ul {
	width: 60%;
	padding: 30px 30px;
}

.keyanbox .d01 li {
	display: flex;
	justify-items: center;
	padding: 20px 30px;
}


@media (max-width:1024px) {
	.keyanbox .d01 li {
		display: flex;
		justify-items: center;
		padding: 20px 0px;
	}

}

.keyanbox .d01 li span {
	display: block;
	width: 100px;
	margin-right: 20px;
}

.keyanbox .d01 li img {
	width: 100px;
	height: auto;
}

.keyanbox .d01 li div h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.keyanbox .d01 li div p {
	font-size: 12px;
	color: #666;
}













.keyanbox2 {
	padding: 50px 0px 0px;
	background-size: cover !important;
}

.keyanbox2 .d02 {
	width: 57%;
}

.keyanbox2 .d01 h2 {
	margin-bottom: 30px;
}

.keyanbox2 .d02 h4 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.keyanbox2 .d02 h4 p {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.keyanbox2 .d01 ul {
	width: 100%;
	background: #fff;
	padding: 30px 0px;
}

.w960 .keyanbox2 .d01 ul {
	width: 60%;
	padding: 30px 30px;
}

.keyanbox2 .d01 li {
	display: flex;
	justify-items: center;
	padding: 20px 0;
}

.keyanbox2 .d01 li span {
	display: block;
	width: 100px;
	margin-right: 20px;
	margin-left: 30px;
}

@media(max-width:1024px) {
	.keyanbox2 .d01 li span {
		display: block;
		width: 100px;
		margin-right: 20px;
		margin-left: 0px;
	}
}



.keyanbox2 .d01 li img {
	width: 100px;
	height: auto;
}

.keyanbox2 .d01 li div h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.keyanbox2 .d01 li div p {
	font-size: 12px;
	color: #666;
}













.honorbox {
	margin: 100px auto;
	position: relative;
}

.honorbox h2 {
	text-align: center;
}

.honorbox li {
	outline-style: none;
}

.honorbox li a {
	display: block;
}

.honorbox li a span {
	display: block;
	line-height: 400px;
	border: 1px solid #eee;
}

.w960 .honorbox li a span {
	line-height: 300px;
}

.honorbox li img {
	width: 100%;
	height: auto;
	outline-style: none;
}

.honorbox li h3 {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}

.ky-prev01,
.ky-next01 {
	position: absolute;
	top: 56%;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	left: -60px;
	cursor: pointer;
	outline-style: none;
	z-index: 2;
	transition: all .3s;
}

.ky-next01 {
	left: auto;
	right: -60px;
}

.ky-prev01:hover,
.ky-next01:hover {
	border-color: #333;
	color: #333;
}

.linkbox {
	display: block;
	width: 200px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	border: 2px solid #eee;
	line-height: 45px;
	font-size: 16px;
	color: #999;
	transition: all .3s;
}

.linkbox:hover em {
	color: #488175;
}

.linkbox:hover {
	border-color: #488175;
	color: #488175;
}


/*----------------list-culture---------------------*/
.feiyibox {
	padding: 100px 0;
	text-align: center;
}

.feiyibox h2 {
	font-size: 35px;
	color: #333;
}

.feiyibox h3 {
	font-size: 25px;
}

.feiyibox div {
	width: 70%;
	margin: 50px auto;
	font-size: 16px;
	margin-top: 50px;
	line-height: 1.8;
}

.feiyibox span img {
	width: 100%;
	height: auto;
}

.list-culture01 {
	padding: 100px 0;
	background: #ebf4fb;
}

.list-culture01 h2 {
	font-size: 35px;
	margin-bottom: 50px;
	text-align: center;
}

.list-culture01 h2 p,
.list-culture02 h2 p {
	font-family: fangsong;
	text-transform: capitalize;
	font-size: 25px;
}

.list-culture01 li {
	box-sizing: border-box;
	float: left;
	width: 24%;
	margin-right: 1.32%;
	background: #fff;
}

.list-culture01 li h3 {
	font-size: 23px;
	margin: 15px 0;
	text-align: center;
	transition: all .3s;
}

.list-culture01 li span {
	display: block;
	margin: auto;
	transition: all .3s;
	height: 160px;
	background: #0a3383;
	text-align: center;
	line-height: 160px;
}

.list-culture01 li:hover span {
	transform: translateY(-10px);
}

.list-culture01 li:hover p,
.list-culture01 li:hover h3 {
	transform: translateY(10px);
}

.list-culture01 li span img {
	width: 50px;
	height: auto;
	padding: 25px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.list-culture01 li div {
	padding: 20px 30px;
}

.list-culture01 li div p {
	font-size: 14px;
	text-align: center;
	min-height: 85px;
	color: #999;
	transition: all .3s;
}

.list-culture02 {
	padding: 100px 0;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.list-culture02 h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 40px;
}

.list-culture02 .d01 p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.8;
	text-align: justify;
}

.list-culture02 span {
	display: block;
	width: 35%;
}

.list-culture02 span img {
	width: 100%;
	height: auto;
}

.list-culture02 .d01 {
	width: 55%;
	margin-top: 20px;
}

.w960 .list-culture02 .d01 p {
	font-size: 12px;
	line-height: 1.6;
}

.list-culture03 {
	position: relative;
}

.list-culture03 img {
	width: 100%;
	height: auto;
}

.list-culture03 .d01 {
	position: absolute;
	left: 20%;
	top: 100px;
	color: #fff;
	width: 42%;
}

.list-culture03 .d01 h2 {
	font-size: 35px;
}

.list-culture03 .d01 h3 {
	font-size: 25px;
}

.list-culture03 .d01 p {
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
}

/*-----------list-contact---------------------*/
.conban img {
	width: 100%;
	height: auto;
}

.list-con01 {
	padding: 50px;
	background: #fff;
	position: relative;
	margin-top: -100px;
	border-radius: 10px;
	box-sizing: border-box;
}

.w960 .list-con01 {
	padding: 25px 20px;
}

.list-con01 li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.list-con01 li .layui-icon-cellphone {
	font-size: 50px;
}

.list-con01 li .layui-icon-email {
	font-size: 58px;
}

.list-con01 li .layui-icon-flag {
	font-size: 58px;
}

.list-con01 li span {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}

.list-con01 li img {
	width: 100%;
	height: auto;
}

.list-con01 li div {
	margin-top: 20px;
}

.list-con01 li div h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.list-con01 li div ins {
	display: block;
	font-size: 14px;
	color: #999;
}

.list-contab {
	margin: 100px auto;
}

.w960 .list-contab {
	margin: 70px auto;
}

.list-contab h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 35px;
	font-weight: bold;
	color: #333;
}

.list-contab2 h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #333;
}

.list-contab .divbox {
	background: #fff;
}

.list-contab .d01 {
	width: 750px;
	border-right: 1px solid #ddd;
}

.w960 .list-contab .d01 {
	width: 600px;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.w960 .list-contab .d01 li iframe {
	margin-left: -75px;
}

.list-contab .d01 li {
	display: none;
}

.list-contab .d01 li.a {
	display: block;
}

.list-contab .d02 {
	width: calc(100% - 751px);
}

.w960 .list-contab .d02 {
	width: calc(100% - 602px);
}

.list-contab .d02 li {
	box-sizing: border-box;
	padding: 27.5px 30px;
	border-bottom: 1px solid #eee;
}

.w960 .list-contab .d02 li {
	padding: 29px 25px;
	border-bottom: 1px solid #eee;
}

.list-contab .d02 li.a {
	background: #00b1ad;
}

.list-contab .d02 li.a h3,
.list-contab .d02 li.a p {
	color: #fff;
}

.list-contab .d02 li h3 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.list-contab .d02 li p {
	font-size: 14px;
	margin-top: 9px;
	color: #999;
}

.mapbox {
	background: #fff;
	margin-bottom: 100px;
}

.maptit {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #0a3383;
	margin-top: 80px;
}

.mapbox .d01 {
	float: left;
	width: 880px;
	position: relative;
}

.mapbox .d01 img {
	width: 100%;
	height: auto;
}

.mapbox .d01 li {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	left: 5%;
	top: 84px;
	cursor: pointer;
}

.mapbox .d01 li.li2 {
	top: 56%;
	left: 48%;
}

.mapbox .d01 li.li2 em {
	-webkit-animation: scroll 1.2s infinite;
	-moz-animation: scroll 1.2s infinite;
	-o-animation: scroll 1.2s infinite;
	animation: scroll 1.2s infinite;
}

.mapbox .d01 li.li3 {
	top: 64%;
	left: 49%;
}

.mapbox .d01 li.li4 {
	left: auto;
	right: 14%;
	bottom: 13%;
	top: auto;
}

.mapbox .d01 li.li4 {
	-webkit-animation: scroll 1.5s infinite;
	-moz-animation: scroll 1.5s infinite;
	-o-animation: scroll 1.5s infinite;
	animation: scroll 1.5s infinite;
}

.mapbox .d01 li em {
	font-size: 35px;
	color: #f54336;
	-webkit-animation: scroll 1s infinite;
	-moz-animation: scroll 1s infinite;
	-o-animation: scroll 1s infinite;
	animation: scroll 1s infinite;
	display: block;
	transition: all .3s;
}

.mapbox .d01 li.a em {
	color: #f54336;
}

.mapbox .d01 li:hover em {
	font-size: 50px;
}

@keyframes scroll {
	0% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(5px);
	}

}

.mapbox .d02 {
	width: calc(100% - 880px);
	float: right;
}

.mapbox .d02 ul {
	padding: 100px 25px;
}

.mapbox .d02 li {
	display: none;
}

.mapbox .d02 li.a {
	display: block;
}

.mapbox .d02 li h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}

.mapbox .d02 li ins {
	margin-top: 50px;
	display: block;
}

.mapbox .d02 li ins p {
	font-size: 16px;
}






/*----------产品系列-------------*/
.list-product {
	margin: 100px 0 50px auto;
}

.list-product li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}


.list-product ul li .text {
	color: #000000;
	display: flex;
	flex-direction: column;
	padding: 5px 0px;
	transition: 0.5s;
}

.list-product ul li:hover .text {
	background: #00b1ad;
	padding: 5px 15px;
}

.list-product ul li:hover .text h3,
.list-product ul li:hover .text p,
.list-product ul li:hover .text h3 a,
.list-product ul li:hover .text-bottom h5,
.list-product ul li:hover .text-more:before {
	color: #fff;
}

.list-product ul li .text p {
	padding-top: 5px;
	color: #666666;
	font-size: 14px;
	font-weight: 300;
}


@media screen and (min-width:1024px) {
	.list-product li:nth-child(3n) {
		float: left;
		width: 30%;
		margin-right: 0 !important;
		margin-bottom: 5%;
	}
}


.list-product li a {
	display: block;
	position: relative;
}

.list-product li span {
	display: block;
	overflow: hidden;
}

.list-product li img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.ispc .list-product li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.list-product li h3 {
	/* text-align: center; */
	padding-top: 15px;
	font-size: 18px;
	color: #333;

}

.list-product li a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	/* content: ""; */
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	border-top: 6px solid rgba(0, 0, 0, 0.6);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.ispc .list-product li:hover a::before {
	bottom: -20px;
	opacity: 1;
}








@media screen and (max-width:1024px) {

	.list-product {
		margin: 50px 0 30px auto;
	}

	.list-product li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.list-product li:nth-child(2n) {
		margin-right: 0 !important;
	}



	.list-product li h3 {
		padding-top: 10px;
		font-size: 14px;
	}

}













/*----------资质证书-------------*/
.list-certificate {
	margin: 100px 0 50px auto;
}

.list-certificate li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}


@media screen and (min-width:1024px) {
	.list-certificate li:nth-child(3n) {
		float: left;
		width: 30%;
		margin-right: 0 !important;
		margin-bottom: 5%;
	}
}


.list-certificate li a {
	display: block;
	position: relative;
}

.list-certificate li span {
	display: block;
	overflow: hidden;
}

.list-certificate li img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.ispc .list-certificate li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.list-certificate li h3 {
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	color: #333;
}

.list-certificate li a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	/* content: ""; */
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	border-top: 6px solid rgba(0, 0, 0, 0.6);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.ispc .list-certificate li:hover a::before {
	bottom: -20px;
	opacity: 1;
}




@media screen and (max-width:1024px) {

	.list-certificate {
		margin: 50px 0 30px auto;
	}

	.list-certificate li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.list-certificate li:nth-child(2n) {
		margin-right: 0 !important;
	}



	.list-certificate li h3 {
		padding-top: 10px;
		font-size: 14px;
	}

}








/*----------专家团队-------------*/
.list-team {
	margin: 100px 0 50px auto;
}

.list-team li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}

@media screen and (min-width:1024px) {
	.list-team li:nth-child(3n) {
		float: left;
		width: 30%;
		margin-right: 0 !important;
		margin-bottom: 5%;
	}
}


.list-team li a {
	display: block;
	position: relative;
}

.list-team li span {
	display: block;
	overflow: hidden;
}

.list-team li img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.ispc .list-team li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.list-team li h3 {
	/* text-align: center; */
	padding: 15px 10px 0px 10px;
	font-size: 18px;
	color: #333;
}

.list-team li p {
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-team li a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	border-top: 6px solid rgba(0, 0, 0, 0.6);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.ispc .list-team li:hover a::before {
	bottom: -20px;
	opacity: 1;
}




@media screen and (max-width:1024px) {

	.list-team {
		margin: 50px 0 30px auto;
	}

	.list-team li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.list-team li:nth-child(2n) {
		margin-right: 0 !important;
	}



	.list-team li h3 {
		padding-top: 10px;
		font-size: 14px;
	}

}







/*------------------------------------*/
.view-product {
	margin: 100px auto;
}

.view-product .pox {
	margin-bottom: 15px;
}

.view-product .tdy-article {
	box-sizing: border-box;
	padding: 50px;
	background: #fff;
}

.view-product .d01 {
	width: 40%;
}

.view-product .d01 img {
	width: 100%;
	height: auto;
}

.view-product .d02 {
	width: 55%;
}

.view-product .d02 .title {
	font-size: 30px;
	margin-bottom: 30px;
}

.view-product .fanye {
	padding: 20px;
	margin-top: 1px;
	background: #fff;
	border: none;
}


.ispc .fade_in_down {
	opacity: 0;
	transform: translateY(80px);
	-ms-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-o-transform: translateY(80px);
}

.ispc .fade_in_up {
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;
}

@media screen and (max-width:1440px) {
	.module-index-index.ispc .wp {
		width: 90%;
	}
}

.w960 .branch .ul01 li .d02 p {
	width: 330px;
}

.w960 .aboutgs span {
	margin-top: 70px;
}

.w960 .jiaoneng span {
	margin-top: 70px;
}

.w960 .ky-prev01,
.w960 .ky-next01 {
	top: 60%;
}

.w960 .ftcon01 li {
	margin-right: 25px;
}

.w960 .float-fanye {
	left: calc((100% - 960px) / 2);
}

.w960 .feiyibox div {
	width: 100%;
}

.w960 .list-culture01 li span {
	height: 130px;
	line-height: 130px;
}

.w960 .list-culture01 li span img {
	width: 40px;
	padding: 20px;
}

.w960 .list-culture01 li div {
	padding: 20px 10px;
}

.w960 .list-culture01 li div p {
	font-size: 12px;
}

.w960 .list-culture03 .d01 {
	left: 14%;
	top: 59px;
	width: 42%;
}

.w960 .newsban .d01 {
	width: 60%;
	left: 50px;
	padding: 50px;
	padding-bottom: 0;
}

.w960 .newsban h2 {
	font-size: 30px;
}

.w960 .newsban h2 p {
	font-size: 20px;
}

.w960 .list-contact01 .d01 {
	padding: 35px 50px;
}

.w960 .list-contact02 li div p {
	font-size: 14px;
	margin: 7px 0;
}

.w960 .list-contact02 li h3 {
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.w960 .view-product .d02 .title {
	font-size: 25px;
	margin-bottom: 20px;
}

.w960 .view-product .default-article-content p {
	font-size: 15px;
	line-height: 2;
}


@media screen and (min-width:1024px) {



	.indexnewsbox li:nth-child(3n) {
		float: left;
		width: 32%;
		margin-right: 0 !important;
		transition: all .5s;
	}

	.list-news .ul01 li:nth-child(2n) {
		float: left;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 3%;
	}

	.mbhead {
		display: none;
	}

	.menubg {
		display: none;
	}

	.mbmenu {
		display: none;
	}

	.mbbanner01 {
		display: none;
	}

	.mb {
		display: none;
	}


}


@media screen and (max-width:1024px) {

	.newsbox li a div p {
		font-size: 15px;
		display: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #333;
	}

	.default-mobile-nav-menu li {
		position: relative;
	}

	.pc {
		display: none;
	}

	.menubox {
		display: none;
	}

	.banner01 {
		display: none;
	}

	.wp {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.mbhead {
		padding: 0 10px;
		position: relative;
		line-height: 55px;
		height: 55px;
		background: #fff;
	}

	.mblogo a {
		display: block;
		line-height: 50px;
	}

	.mblogo img {
		max-width: 127px;
		height: auto;
	}

	.mbopen {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		margin-top: 7px;
		font-size: 20px;
	}

	.mbmenu {
		position: fixed;
		width: 60%;
		background: #fff;
		height: 100%;
		top: 0;
		right: -100%;
		z-index: 10;
		overflow-y: scroll;
	}

	.mbmenu .nav-ul-1 {
		padding-top: 70px;
		overflow-y: auto;
		height: 80vh;
	}

	.mbmenu li a {
		color: #333;
		border-bottom: 1px solid #eee;
		border-top: none;
		padding: 15px 0;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
	}

	.mbmenu li div {
		width: 100%;
		right: 20px;
		background-size: 15px;
	}

	.mbmenu ul ul {
		background: #f9f9f9;
		padding-top: 0;
	}

	.mbclose {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 26px;
		height: 26px;
		text-align: center;
		border-radius: 50%;
		line-height: 26px;
		/* background: #333; */
		font-size: 18px;
		color: #333;
	}

	.aboutbox {
		width: 100%;
		margin: 50px auto;
		letter-spacing: 0;
	}

	.aboutbox h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.aboutbox .d01 {
		font-size: 12px;
		padding: 0 20px;
		text-align: justify;
	}

	.tdy-more {
		width: 150px;
		line-height: 33px;
		font-size: 14px;
		margin-top: 30px;
	}

	.mbbranch {
		margin: 0 10px;
	}

	.mbbranch li {
		margin-bottom: 40px;
	}

	.mbbranch li a {
		display: block;
	}

	.mbbranch li span {
		display: block;
	}

	.mbbranch li img {
		width: 100%;
		height: auto;
	}

	.mbbranch li div {
		margin-top: 15px;
	}

	.mbbranch li h3 {
		row-gap: 17px;
		font-weight: bold;
	}

	.mbbranch li p {
		font-size: 14px;
		margin-top: 10px;
		color: #999;
	}

	.mbbranch li em {
		width: 100px;
		font-size: 12px;
		font-style: normal;
		color: #999;
		padding: 5px 0;
		border-radius: 20px;
		margin-top: 20px;
		display: block;
		background: #eee;
		text-align: center;
	}

	.newsbox {
		margin-top: 20px;
		padding: 0px 0;
	}

	.indexnewsbox {
		margin-top: 20px;
		padding: 50px 0;
	}

	.tit {
		margin-bottom: 20px;
		text-align: center;
	}

	.tit h2 {
		font-size: 25px;
		width: 100%;
	}

	.tit h2 p {
		font-size: 16px;
		letter-spacing: 0;
	}

	.newsbox li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.newsbox li a span {
		width: 100px;
	}

	.newsbox li a div {
		width: calc(100% - 120px);
	}

	.newsbox li a div h3 {
		font-size: 14px;
		width: calc(100% - 0px);
		line-height: 20px;
		max-height: 40px;
		overflow: hidden;
	}

	.indexnewsbox li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.indexnewsbox li a span {
		width: 100px;
	}

	.indexnewsbox li a div {
		width: calc(100% - 120px);
	}

	.indexnewsbox li a div h3 {
		font-size: 14px;
		bottom: 40px;
		width: calc(100% - 0px);
		line-height: 20px;
		max-height: 40px;
		overflow: hidden;
	}

	.mbmore {
		display: block;
		width: 100px;
		margin: auto;
		text-align: center;
		font-size: 14px;
		background: #fff;
		line-height: 30px;
		padding-right: 20px;
		color: #999;
		background: #fff url(../images/jt02.png) no-repeat 80px center;
		background-size: 18px;
	}

	.ftcon01 {
		width: 100%;
		text-align: center;
	}

	.ftcon01 li {
		float: none;
		display: inline-block;
		margin: 0 15px;
	}

	.ftewm {
		margin-top: 30px;
		text-align: center;
	}

	.ftewm div {
		display: inline-block;
		margin: 0 20px;
		float: none;
	}

	.ftewm div img {
		width: 80px;
	}

	.ftewm div p {
		font-size: 12px;
	}

	.ftcon01 p {
		display: inline-block;
	}

	.ftcon01 ul {
		margin-top: 10px;
		text-align: center;
	}

	.ftcon01 li span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
	}

	.ftcon01 li a {
		font-size: 12px;
		line-height: 30px;
	}

	.ftcon01 li img {
		width: 15px;
	}

	.copy {
		padding: 10px 0;
		margin-top: 25px;
	}

	.default-copyright,
	.default-copyright a {
		font-size: 12px;
	}

	.banner01 h2,
	.licheng .d01 h2 {
		font-size: 30px;
	}

	.mbbanner01 h2,
	.licheng .d01 h2 {
		font-size: 20px;
	}

	.list-about01 {
		margin: 50px auto;
		margin-bottom: 50px;
	}

	.yuanjing .d01 {
		font-size: 16px;
		text-align: justify;
	}

	.yuanjing h2,
	.licheng .d01 h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.aboutgs span {
		width: 100%;
		margin: 10px 0;
		/* display: none; */
	}

	.aboutgs .d02 {
		width: 100%;
		margin-top: 5px;
	}

	.aboutgs .d02 h2 {
		font-size: 24px;
	}

	.aboutgs .d02 h2 em,
	.licheng .d01 h2 em,
	.relatedbox h2 p,
	.list-culture01 h2 p,
	.list-culture02 h2 p {
		font-size: 18px;
		font-family: HinTing;
	}

	.aboutgs .d02 div {
		font-size: 14px;
		text-align: justify;
	}






	/* jiaoneng */
	.jiaoneng span {
		width: 100%;
		margin: 10px 0;
		/* display: none; */
	}

	.jiaoneng .d02 {
		width: 100%;
		margin-top: 5px;
	}

	.jiaoneng .d02 h2 {
		font-size: 24px;
	}

	.jiaoneng .d02 h2 em,
	.licheng .d01 h2 em,
	.relatedbox h2 p,
	.list-culture01 h2 p,
	.list-culture02 h2 p {
		font-size: 18px;
		font-family: HinTing;
	}

	.jiaoneng .d02 div {
		font-size: 16px;
		text-align: justify;
	}







	.licheng {
		padding: 50px 0;
	}

	.list-develop .d02 {
		padding: 10px;
		margin-top: 20px;
	}

	.licheng h2 {
		margin-bottom: 20px;
	}

	.list-develop .d02 .ul01 li div p {
		width: 100%;
		padding: 15px;
		margin: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.list-develop .d02 .ul01 li h2 {
		margin-bottom: 10px;
	}

	.list-develop .d01 li {
		font-size: 17px;
		line-height: 29px;
	}

	.list-branch li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}


	.list-branch li:nth-child(2n) {
		float: left;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 4%;
		transition: all .3s;
	}


	.list-branch {
		padding: 50px 0;
	}

	.view-newsbox .view-box01 .d01,
	.view-news {
		width: 80%;
		margin: auto;
	}

	.view-lianxi span {
		margin: 0 10px;
		font-size: 14px;
	}

	.view-branchbox .view-box01 {
		padding: 50px 0 100px 0;
		margin-bottom: 0;
	}

	.view-newsbox .view-box01 h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.view-branchbox .cover01 {
		margin-top: -45px;
	}

	.default-article-content p {
		font-size: 14px;
		line-height: 1.8;
	}

	.float-fanye a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.float-fanye {
		left: auto;
		margin-left: 0;
		top: auto;
		right: 0;
		bottom: 100px;
	}

	.relatedbox h2,
	.feiyibox h2,
	.list-culture02 h2,
	.list-culture01 h2 {
		font-size: 24px;
	}

	.relatedbox .prev01,
	.relatedbox .next01 {
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 40%;
		top: auto;
		margin-top: 0;
		bottom: 0;
	}

	.relatedbox .next01 {
		left: auto;
		right: 40%;
	}


	.relatedbox .prev02,
	.relatedbox .next02 {
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 40%;
		top: auto;
		margin-top: 0;
		bottom: 0;
	}

	.relatedbox .next02 {
		left: auto;
		right: 40%;
	}

	.relatedbox li h3 {
		font-size: 14px;
		margin-top: 15px;
	}

	.view-newsbox {
		margin-bottom: 50px;
	}

	.feiyibox h3 {
		font-size: 18px;
		letter-spacing: 5px;
	}

	.feiyibox div {
		width: 100%;
		margin: 30px auto;
		font-size: 14px;
	}

	.feiyibox {
		padding: 50px 0;
	}

	.list-culture02 {
		padding: 50px 0;
	}

	.list-culture01 {
		padding: 50px 0;
	}

	.list-culture01 li {
		width: 100%;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 10px;
	}

	.list-culture01 li div p {
		min-height: auto;
	}

	.list-culture01 li h3 {
		font-size: 20px;
	}

	.list-culture01 h2 {
		margin-bottom: 20px;
	}

	.list-culture03 .d01 {
		position: initial;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 30px;
	}

	.list-culture03 .d01 h2 {
		font-size: 24px;
		color: #333;
	}

	.list-culture03 .d01 h3 {
		font-size: 16px;
		color: #333;
	}

	.list-culture03 .d01 p {
		font-size: 14px;
		margin-top: 20px;
		line-height: 1.8;
		text-align: justify;
		color: #999;
	}

	.newsban span {
		width: 100%;
	}

	.newsban .d01 {
		float: left;
		width: 100%;
		left: 0;
		bottom: auto;
		box-sizing: border-box;
		padding: 20px;
		margin-top: 50px;
		margin: 0;
	}

	.newsban h2 {
		font-size: 25px;
		position: absolute;
		left: 20px;
		top: 100px;
		color: #fff;
	}

	.newsban h2 em {
		margin-left: 0;
		display: block;
	}

	.newsban h2 p {
		font-size: 14px;
		margin-top: 20px;
		color: #fff;
	}

	.newsban .d01 h3 {
		position: initial;
	}

	.list-news {
		margin-bottom: 0;
	}

	.view-newsbox .view-box01 {
		padding: 50px 0;
	}

	.view-newsbox .view-box01 .d01,
	.view-news {
		width: auto;
		margin: auto;
		padding: 0 20px;
	}

	.view-newsbox .view-box01 .ww {
		font-size: 12px;
	}

	.fanye {
		padding: 10px 0;
	}

	.list-contact01 .d01 {
		position: initial;
		padding: 25px;
	}

	.list-contact01 .d01 h2 {
		font-size: 25px;
	}

	.list-contact01 .d01 div p {
		font-size: 14px;
		margin: 5px 0;
	}

	.list-contact02 {
		margin: 50px auto;
	}

	.list-contact02 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 20px;
	}

	.list-contact02 li h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.list-contact02 li div p {
		font-size: 14px;
		margin: 5px 0;
	}

	.ftcon01 strong a {
		color: #fff;
	}

	.honorbox {
		margin: 50px auto;
		padding-bottom: 50px;
	}

	.licheng .d01 h2 em,
	.honorbox h2 em {
		font-size: 18px;
	}

	.licheng .d01 h2,
	.honorbox h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.ky-prev01,
	.ky-next01 {
		bottom: 0;
		top: auto;
		left: 40%;
	}

	.ky-next01 {
		left: auto;
		right: 40%;
	}

	.videobox {
		position: relative;
		height: auto;
	}

	.videobox video {
		height: auto;
		position: initial;
	}

	.module-index-index .content {
		margin-top: 0;
	}

	.videobox video {
		height: auto;
	}

	.honorbox li a span {
		line-height: 240px;
	}

	.keyanbox {
		padding: 40px 0;
	}

	.keyanbox .d01 h2 {
		font-size: 25px;
	}

	.keyanbox .d02 {
		width: 100%;
	}

	.keyanbox .d01 ul {
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.keyanbox .d01 li span {
		width: 70px;
		margin-right: 0;
	}

	.keyanbox .d01 li span img {
		width: 70px;
	}

	.keyanbox .d01 li div {
		width: calc(100% - 70px);
	}

	.keyanbox .d01 li div h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}



	.keyanbox2 {
		padding: 40px 0;
	}

	.keyanbox2 .d01 h2 {
		font-size: 25px;
	}

	.keyanbox2 .d02 {
		width: 100%;
	}

	.keyanbox2 .d01 ul {
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.keyanbox2 .d01 li span {
		width: 70px;
		margin-right: 0;
	}

	.keyanbox2 .d01 li span img {
		width: 70px;
	}

	.keyanbox2 .d01 li div {
		width: calc(100% - 70px);
	}

	.keyanbox2 .d01 li div h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}




	.list-news .ul01 li {
		width: 100%;
		margin-right: 0;
	}

	.list-contab {
		padding-top: 10px;
	}

	.list-con01 {
		padding: 10px;
		background: none;
		margin: 20px 0;
	}

	.list-con01 li {
		width: 100%;
		text-align: left;
		padding: 10px 0;
		border-bottom: 1px dotted #eee;
	}

	.list-con01 li span {
		display: none;
	}

	.list-con01 li div h3 {
		margin-bottom: 0;
	}

	.list-con01 li div {
		margin-top: 0;
	}

	.list-contab .d01 {
		width: 100%;
		border: none;
	}

	.list-contab {
		margin: 30px auto;
		background: #fff;
	}

	.list-contab .d01 {
		display: none;
	}

	.list-contab .d01 iframe {
		width: 100%;
	}

	.list-contab .d02 {
		width: 100%;
	}

	.list-contab .d02 li {
		padding: 18px 20px;
	}

	.list-contab .d02 li p {
		font-size: 12px;
	}

	.list-contab .d02 li h3 {
		font-size: 15px;
	}

	.list-contab h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}


	.list-contab2 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	
	.pagepox {
		margin-top: -35px;
		font-size: 12px;
	}

	.productbox {
		margin: 50px 10px !important;
	}

	.certificatebox {
		margin: 50px 10px !important;
	}

	.relatedbox .wp {
		padding-top: 30px;
	}

	.productbox .tdy-more {
		margin-top: 30px;
	}

	.certificatebox .tdy-more {
		margin-top: 30px;
	}

	.view-product .d01 {
		width: 100%;
	}

	.view-product .d02 {
		width: 100%;
		margin-top: 30px;
	}

	.view-product {
		margin: 30px auto;
	}

	.view-product .pox {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.view-product .d02 .title {
		font-size: 23px;
		color: #000;
	}

	.view-product .tdy-article {
		padding: 20px;
	}

	.scroll {
		bottom: 20px;
		background-size: 12px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
	.list-culture02 span {
		display: block;
		width: 100%;
	}

	.list-culture02 .d01 {
		width: 100%;
		margin-top: 20px;
	}

}




/* 产学研布局 */
.fixok {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fixok li {
	width: 20%;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
}

@media screen and (max-width:1024px) {

	.fixok li {
		width: 49%;
		text-align: center;
		font-size: 14px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
		line-height: 40px;

	}
}

/* 委员会 */
scjd {
	width: 100%;
	border-bottom: 5px solid #f2f2f2
}

.scjd .scjd01 {
	width: 100%
}

.scjd .scjd01 .nr {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
}

.scjd .scjd01 .nr .swiper-container-s1 {
	width: 100%
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide {
	width: 100%;
	background: url(g_56.png) center center repeat
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .pic {
	width: 620px;
	float: left
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .pic img {
	width: 100%
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita {
	width: 580px;
	float: right;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	height: 554px
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 {
	width: 80%;
	padding:0px 49px;
	margin:0 auto;
	height: 100%;
	background: #fff;
	text-align: center
}

@media screen and (max-width:1024px) {
	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 {
		width: 90%;
		padding:0px 10px;
		margin:0 auto;
		height: 100%;
		background: #fff;
		text-align: center
	}
}


.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 h3 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	padding: 95px 0 40px;
	font-weight: normal;
	position: relative
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #959595;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 .intro {
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 20px
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .more {
	font-size: 14px;
	color: #006ab0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px
}


.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 .intro p{
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 20px;
	text-align:left;
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .more a {
	color: #006ab0
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-prev-s1 {
	top: 40%;
	width: 60px;
	height: 80px;
	background: url(g_55.png) center center no-repeat rgba(00, 00, 00, 0.2);
	left: 0;
	opacity: 1;
	transform: rotate(180deg)
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-prev-s1:after {
	content: "";
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-next-s1 {
	top: 40%;
	width: 60px;
	height: 80px;
	background: url(g_55.png) center center no-repeat rgba(00, 00, 00, 0.2);
	left: 560px;
	opacity: 1;
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-next-s1:after {
	content: "";
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-prev-s1:hover {
	background: url(g_55.png) center center no-repeat rgba(00, 00, 00, 0.6);
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-next-s1:hover {
	background: url(g_55.png) center center no-repeat rgba(00, 00, 00, 0.6);
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 {
	width: 50%
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff
}

.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 .swiper-pagination-bullet-active {
	background: #006ab0
}

@media (max-width:1200px) {
	.scjd .scjd01 .nr {
		width: 96%
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .pic {
		width: 100%
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita {
		width: 100%;
		height: auto
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 {
		padding-bottom: 80px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-next-s1 {
		left: auto;
		right: 0
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 {
		width: 100%;
		bottom: 40px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 .swiper-pagination-bullet {
		background: rgba(00, 00, 00, 0.5)
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 .swiper-pagination-bullet-active {
		background: #006ab0
	}
}

@media (max-width:750px) {
	.scjd .scjd01 .nr {
		margin-top: 20px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita {
		padding: 15px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 h3 {
		padding: 30px 0 15px;
		font-size: 18px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 .intro {
		font-size: 12px;
		margin-top: 10px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .more {
		margin-top: 10px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-slide .tita .s1 {
		padding-bottom: 40px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-pagination-s1 {
		bottom: 25px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-prev-s1 {
		top: 50%;
		width: 40px;
		height: 50px
	}

	.scjd .scjd01 .nr .swiper-container-s1 .swiper-button-next-s1 {
		top: 50%;
		width: 40px;
		height: 50px
	}
}










/* 实用新型与软件著作权专利 */

.g-in {
	width: 1150px;
	margin: 0 auto;
}

.g-in:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}

.g-in {
	*zoom: 1
}

.about01Box01 {
	padding: 0% 0;
}

.about01 .container {
	background: #f8f8f8;
}

.about01Box01 .ul01 {
	widows: 100%;
	margin: 0 auto
}

.about01Box01 .ul01 li {
	box-shadow: 0 0 6px #ddd;
	background: #fff;
	/* border: 1px solid #ccc;*/
	margin-bottom: 20px;
	overflow: hidden;
}

.about01Box01 .ul01 .liOn {
	padding: 3% 24px;
	position: relative;
}

.about01Box01 .ul01 .liOn .date {
	width: 12.5%;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #00b1ad;
	float: left;
	position: relative;
}

.about01Box01 .ul01 .liOn .date:before {
	display: block;
	content: "";
	clear: both;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 50px;
	background: #ccc;
	margin-top: -25px;
}

.about01Box01 .ul01 .liOn .title {
	width: 50%;
	padding-left: 5%;
	font-size: 20px;
	float: left;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	color: #888;
	line-height: 45px;
}

.about01Box01 .ul01 .liOn .img {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.about01Box01 .ul01 .liOn .more {
	margin-top: 18px;
	width: 26px;
	height: 10px;
	margin-right: 5%;
	float: right;
	display: block;
	background: url(more02.png) no-repeat left center;
}

.about01Box01 .ul01 li:hover {
	background: #00b1ad;
}

.about01Box01 .ul01 li:hover .liOn .date {
	color: #fff;
}

.about01Box01 .ul01 li:hover .liOn .date:before {
	background: #fff;
}

.about01Box01 .ul01 li:hover .liOn .title a {
	padding-left: 14px;
	color: #fff;
}

.about01Box01 .ul01 li:hover .liOn .more {
	background: url(more02.png) no-repeat right center;
}


@media screen and (max-width: 1200px) {
	.about01Box01 {
		width: 96%
	}

	.about01Box01 .ul01 .liOn .date {
		width: 20%;
	}

	.about01Box01 .ul01 .liOn .title {
		width: 65%;
		padding-left: 5%;
	}

	.about01Box01 .ul01 .liOn .more {
		margin-right: 2%;
	}
}

@media screen and (max-width: 640px) {
	.about01 .footer_ny {
		padding-top: 20px;
	}

	.about01Box01 .ul01 .liOn {
		padding: 10px 16px;
	}

	.about01Box01 .ul01 .liOn .date {
		width: 20%;
		font-size: 20px;
	}

	.about01Box01 .ul01 .liOn .title {
		width: 65%;
		padding-left: 5%;
		font-size: 14px;
	}

	.about01Box01 .ul01 .liOn .more {
		margin-right: 1%;
	}

}

@media screen and (max-width: 414px) {
	.about01Box01 .ul01 .liOn .date:before {
		display: none;
	}

	.about01Box01 .ul01 .liOn {
		padding: 5px 10px;
	}

	.about01Box01 .ul01 .liOn .date {
		width: 20%;
		font-size: 16px;
	}

	.about01Box01 .ul01 .liOn .title {
		width: 62%;
		padding-left: 2%;
		font-size: 14px;
	}

	.about01Box01 .ul01 .liOn .more {
		margin-right: 0%;
		width: 15%;
		background: url(more02sj.png) no-repeat center;
	}

}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}

.clearfix {
	*zoom: 1
}

.clear {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}


/* 独家发酵科技 */
/*以下代码中，根元素即为html*/

p {
	font-size: 1rem;
	/*1rem等于根元素的字体大小，即16px*/
	line-height: 1.5rem;
	/*1.5rem等于根元素的字体大小乘以1.5，即24px*/
	margin-bottom: 0.5rem;
	/*0.5rem等于根元素的字体大小乘以0.5，即8px*/
}

.Service .SerPart_1 {
	margin-bottom: 80px;
}

.Service .SerPart_1 .Title {
	text-align: center;
	margin-bottom: 50px;
}

.Service .SerPart_1 .Title h1 {
	font-size: 50px;
}

.Service .SerPart_1 .Title h2 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
}

.Service .SerPart_1 .Title h3 {
	font-size: 35px;
	margin-top: 50px;
}

.Service .SerPart_1 .Title b {
	display: block;
	width: 200px;
	height: 5px;
	border-radius: 5px;
	background: #dadada;
	margin: 10px auto;
}

.Service .SerPart_1 ul {
	margin-left: -5%;
}

.Service .SerPart_1 ul li {
	width: 20.9%;
	float: left;
	margin-left: 4%;
	text-align: center;
}

.Service .SerPart_1 ul li .ico {
	width: 160px;
	height: 160px;
	padding: 26px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
}

.Service .SerPart_1 ul li .txt {
	margin-top: 20px;
}

.Service .SerPart_1 ul li .txt h1 {
	font-size: 24px;
}

.Service .SerPart_1 ul li .txt .dec {
	font-size: 18px;
	line-height: 40px;
	margin-top: 10px;
}

.Service .SerPart_2 {}

.Service .SerPart_2 ul {
	margin-left: -3%;
}

.Service .SerPart_2 ul li {
	width: 47%;
	float: left;
	margin-left: 3%;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	padding: 60px 30px;
	text-align: center;
}

.Service .SerPart_2 ul li .num {
	font-size: 64px;
	font-family: pfm;
}

.Service .SerPart_2 ul li h1 {
	font-size: 22px;
	margin: 15px 0;
}

.Service .SerPart_2 ul li .dec {
	font-size: 18px;
	line-height: 35px;
	height: 70px;
}

@media(max-width:1800px) {
	.Service .SerPart_1 {
		margin-bottom: 64px;
	}

	.Service .SerPart_1 .Title {
		margin-bottom: 40px;
	}

	.Service .SerPart_1 .Title h1 {
		font-size: 35px;
	}

	.Service .SerPart_1 .Title h2 {
		font-size: 24px;
		margin-top: 0.8px;
	}

	.Service .SerPart_1 .Title h3 {
		font-size: 28px;
		margin-top: 40px;
	}

	.Service .SerPart_1 .Title h4 {
		font-size: 18px;
		margin-top: 30px;
	}

	.Service .SerPart_1 .Title b {
		width: 160px;
		margin: 8px auto;
	}

	.Service .SerPart_1 ul li .ico {
		width: 128px;
		height: 128px;
		padding: 10px;
	}

	.Service .SerPart_1 ul li .txt {
		margin-top: 12px;
	}

	.Service .SerPart_1 ul li .txt h1 {
		font-size: 19.2px;
	}

	.Service .SerPart_1 ul li .txt .dec {
		font-size: 14.4px;
		line-height: 32px;
		margin-top: 8px;
	}

	.Service .SerPart_2 ul li {
		border-radius: 16px;
		padding: 48px 24px;
	}

	.Service .SerPart_2 ul li .num {
		font-size: 51.2px;
	}

	.Service .SerPart_2 ul li h1 {
		font-size: 17.6px;
		margin: 12px 0;
	}

	.Service .SerPart_2 ul li .dec {
		font-size: 14.4px;
		line-height: 28px;
		height: 56px;
	}
}

@media(max-width:640px) {
	.Service .SerPart_1 .Title h1 {
		font-size: 20px;
	}

	.Service .SerPart_1 .Title h2 {
		font-size: 16px;
	}

	.Service .SerPart_1 .Title h3 {
		font-size: 18px;
	}

	.Service .SerPart_1 ul li {
		width: 45%;
		margin-bottom: 20px;
	}

	.Service .SerPart_1 ul li .txt h1 {
		font-size: 16px;
	}

	.Service .SerPart_1 ul li .txt .dec {
		font-size: 14px;
		line-height: 25px;
	}

	.Service .SerPart_2 ul li {
		width: 97%;
		margin-bottom: 15px;
		padding: 30px;
	}

	.Service .SerPart_2 ul li .num {
		font-size: 25px;
	}

	.Service .SerPart_2 ul li h1 {
		font-size: 16px;
	}

	.Service .SerPart_2 ul li .dec {
		font-size: 14px;
		line-height: 25px;
		height: auto;
	}
}

.w1300 {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}

@media(max-width:1024px) {
	.w1300 {
		max-width: 1300px;
	}
}



/* 高校联合研究&临床功效验证 */
.colleges {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.colleges li {
	width: 50%;
	font-size: 16px;
	line-height: 60px;
}

.colleges li div {
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {
	.colleges {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.colleges li {
		width: 100%;
		font-size: 16px;
		line-height: 60px;
	}

}


.domopp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.itemtw {
	width: 50%;
	font-size: 16px;
	line-height: 60px;
}


.itemtw img {
	width: 100%;

}

.cermmttt {
	margin: 30px 50px 30px 0px;
}

@media screen and (max-width: 1200px) {
	.domopp {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.itemtw {
		width: 100%;
		font-size: 16px;
		line-height: 60px;
	}

	.itemtw img {
		width: 100%;

	}

	.cermmttt {
		margin: 0px;
	}

}


/* 关于我们 */
@media(min-width:1024px) {

	.ntit {
		font-size: 30px;
		margin-bottom: 25px;
		margin-top: 30px;
	}

	.AboutJyln ul {
		padding: 24px 0;
		/* margin-left:-3%; */
	}

	.AboutJyln ul li {
		float: left;
		width: 22%;
		margin-left: 3%;
		padding: 0 32px;
		box-sizing: border-box;
		border-left: 1px solid #333;
	}

	.AboutJyln ul li h1 {
		font-size: 24px;
	}

	.AboutJyln ul li .dec {
		font-size: 14px;
		line-height: 32px;
		margin-top: 10px;
		color: #666;
	}

}

@media(max-width:640px) {
	.ntit {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.AboutJyln ul {
		padding: 24px 0;
		/* margin-left:-3%; */
	}

	.AboutJyln ul li {
		float: left;
		width: 44%;
		margin: 0px 3% 0px 3%;
		padding: 0 32px;
		box-sizing: border-box;
		border-left: 1px solid #333;
	}

	.AboutJyln ul li h1 {
		font-size: 24px;
	}

	.AboutJyln ul li .dec {
		font-size: 14px;
		line-height: 32px;
		margin-top: 10px;
		color: #666;
	}

}


.gcon_1 {
	margin-top: 60px;
}

.gcon_1 .nr .rt .num {
	width: 100%;
	text-align: center;
}

.gcon_1 .nr .rt .num li {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 15px
}

.gcon_1 .nr .rt .num li .p1 {
	font-size: 84px;
	color: #1d2830;
	font-family: Arial;
	font-weight: bold;
	line-height: 1
}

.gcon_1 .nr .rt .num li .p1 i {
	font-size: 28px
}

.gcon_1 .nr .rt .num li .p2 {
	font-size: 14px;
	color: #666666
}



@media (max-width:1000px) {
	.gcon_1 {
		margin-top: 10px;
	}

	.gcon_1 .nr {
		width: 800px
	}

	.gcon_1 .nr .lt h3 {
		font-size: 30px
	}

	.gcon_1 .nr .lt .p1 {
		font-size: 24px
	}

	.gcon_1 .nr .lt .intro {
		font-size: 14px
	}

	.gcon_1 .nr .lt {
		width: 300px
	}

	.gcon_1 .nr .lt .intro {
		width: 300px
	}

	.gcon_1 .nr .rt {
		width: 470px
	}

	.gcon_1 .nr .rt video {
		width: 470px;
		height: 470px
	}

	.gcon_1 .nr .rt .num li {
		width: 50%
	}

	.gcon_1 .nr .rt .num li .p1 {
		font-size: 70px
	}
}

@media (max-width:800px) {
	.gcon_1 .nr {
		width: 96%;
		padding: 40px 0
	}

	.gcon_1 .nr .lt {
		width: 100%
	}

	.gcon_1 .nr .lt .intro {
		width: 100%
	}

	.gcon_1 .nr .lt .pic {
		display: none
	}

	.gcon_1 .nr .rt {
		width: 100%
	}

	.gcon_1 .nr .rt .tab01 {
		width: 100%;
		height: 400px;
	}

	.gcon_1 .nr .rt .tab01 video {
		width: 100%;
		height: 400px
	}

	.gcon_1 .nr .rt .prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 100%
	}

	.gcon_1 .nr .rt .next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 100%
	}

	.gcon_1 .nr .rt .num li {
		width: 25%
	}

	.gcon_1 .nr .rt .num li .p1 {
		font-size: 50px
	}

	.gcon_1 .nr .rt .num li .p1 i {
		font-size: 28px
	}
}

@media (max-width:450px) {
	.gcon_1 .nr {
		width: 100%;
		padding: 0px 0
	}

	.gcon_1 .nr .lt h3 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px
	}

	.gcon_1 .nr .lt .p1 {
		font-size: 17px
	}

	.gcon_1 .nr .lt .intro {
		margin-top: 15px;
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 15px
	}

	.gcon_1 .nr .lt .more a {
		width: 140px;
		height: 34px;
		border-radius: 17px;
		line-height: 34px;
		font-size: 12px;
		margin-bottom: 15px
	}

	.gcon_1 .nr .rt .tab01 {
		width: 100%;
		height: 300px;
	}

	.gcon_1 .nr .rt .tab01 video {
		width: 100%;
		height: 300px
	}

	.gcon_1 .nr .rt .num li .p1 {
		font-size: 30px
	}

	.gcon_1 .nr .rt .num li .p1 i {
		font-size: 18px
	}

	.gcon_1 .nr .rt .num li .p2 {
		font-size: 12px
	}
}





.scjd .scjd02 {
	width: 100%;
	margin-top: 60px
}

.scjd .scjd02 .nr {
	width: 1200px;
	margin: 0 auto
}

.scjd .scjd02 .nr .swiper-container-s2 {
	width: 100%;
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	width: 33.5%;
	margin: 0 auto;
	position: relativea
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .pic {
	width: 100%
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide img {
	width: 100%
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit {
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 0 55px;
	color: #fff;
	box-sizing: border-box;
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s1 i {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	text-align: center
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s2 {
	font-size: 14px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s2 .m {}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide-active .tit .s1 {
	display: none
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide-active .tit .s1:after {
	display: block
}

.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide-active .tit .s2 {
	display: flex
}

@media (max-width:1200px) {
	.scjd .scjd02 .nr {
		width: 96%
	}

	.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide {
		width: 60%
	}

	.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s2 {
		font-size: 12px
	}

	.scjd .scjd02 {
		width: 100%;
		margin-top: 20px
	}
}

@media (max-width:450px) {
	.scjd .scjd02 .nr .swiper-container-s2 .swiper-slide .tit .s2 {
		font-size: 10px
	}
}


.layui-icon-line {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-top: 10px;
}


.topandbottom1 {
	margin: 60px 0px;
}

@media (max-width:1200px) {
	.topandbottom1 {
		margin: 20px 0px;
	}
}


.topandbottom2 {
	margin: 100px 0px;
}

@media (max-width:1200px) {
	.topandbottom2 {
		margin: 50px 0px;
	}
}



.beijinglan {
	padding: 50px 0 0px 0;
	background: #ebf4fb;
}











/* OEM */
.oemcontainer:nth-child(2n+1) {
	display: flex;
	margin: 0px auto;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oemcontainer {
	display: flex;
	margin: 0px auto;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}


.oempic {
	width: 62%;
}

@media (max-width:1024px) {
	.oempic {
		width: 100%;
	}
}

.oempic img {
	width: 100%;
	height: 100%;
}

.oemcontainer .content1 {
	width: 38%;
	background-color: #00b1ad;
}


@media (max-width:1024px) {
	.oemcontainer .content1 {
		width: 100%;
	}
}


.oemcontainer .content2 {
	width: 38%;
	background-color: #ced6e1;
}


@media (max-width:1024px) {
	.oemcontainer .content2 {
		width: 100%;

	}
}


.oemcontainer .txt {
	width: 80%;
	margin: 70px 50px;
	font-size: 18px;
	line-height: 24px;

}


@media (max-width:1024px) {
	.oemcontainer .txt {
		width: 80%;
		margin: 50px 50px;
		font-size: 18px;
		line-height: 24px;

	}
}

.oemcontainer .txt h2 {
	margin: 30px 0px;
}




/* 关于我们公司介绍 */

.image-container {
	position: relative;
	width: 100%;
	/* 设置图像容器的宽度 */
	height: 800px;
	/* 设置图像容器的高度 */
}

.image-container img {
	width: 100%;
	/* 设置图像的宽度为其容器的宽度 */
	height: 100%;
	/* 设置图像的高度为其容器的高度 */
}

.text-overlay {
	position: absolute;
	width: 1079px;
	top: 50%;
	/* 将文本垂直居中 */
	left: 50%;
	/* 将文本水平居中 */
	transform: translate(-50%, -50%);
	/* 使用transform属性将文本位置调整为居中 */
	color: white;
	/* 设置文本颜色 */
	font-size: 24px;
	/* 设置文本字体大小 */
	text-align: center;
	/* 设置文本水平对齐方式为居中 */
}

.text-overlay p {
	text-align: left;
}

.text-overlay h2 {
	margin-bottom: 50px;
}


.text-overlay i {
	width: 50px;
	height: 5px;
	background: #00b1ad;
	border-radius: 3px;
	display: block;
	margin: 24px auto;
}


.text-overlay span {
	color: rgba(240, 240, 240, 0.3);
	font-size: 52px;
}

.index-aboutus {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 120px;
}

.index-aboutus li {
	width: 31%;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}


.index-aboutus li a {
	color: #fff;
	font-size: 20px;
}

.index-aboutus li a:hover {
	color: #00b1ad;
}


/* 产品导航 */

.text-overlay2 {
	position: absolute;
	width: 1300px;
	top: 50%;
	/* 将文本垂直居中 */
	left: 50%;
	/* 将文本水平居中 */
	transform: translate(-50%, -50%);
	/* 使用transform属性将文本位置调整为居中 */
	color: white;
	/* 设置文本颜色 */
	font-size: 24px;
	/* 设置文本字体大小 */
	text-align: center;
	/* 设置文本水平对齐方式为居中 */
}



/* 首页新闻资讯 */
.i-news-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.i-news-li {
	width: 29%;
	padding: 20px;
	background: #f9f9f9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.i-news-list .i-news-li:hover {
	background: #00b1ad;
}


.i-news-list .i-news-li .i-news-con .img-box {
	padding-bottom: 60.36585365853659%;
	border: 3px solid rgba(255, 255, 255, 0);
}

.i-news-list .i-news-li:hover .i-news-con .img-box {
	border-color: rgba(255, 255, 255, 1);
}

.i-news-list .i-news-li .i-news-con .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.i-news-list .i-news-li:hover .i-news-con .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.i-news-list .i-news-li .i-news-con .i-news-li-txt {
	padding: 0px 20px 0px 20px;
}

.i-news-list .i-news-li .i-news-con .i-news-li-p {
	font-size: 24px;
	height: 80px;
	line-height: 40px;
	margin: 36px 0 24px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.i-news-list .i-news-li .i-news-con .i-news-li-p a {
	color: #000;
}

.i-news-list .i-news-li:hover .i-news-con .i-news-li-p a {
	color: #fff;
}

.i-news-list .i-news-li .i-news-con .i-news-li-d {
	line-height: 18px;
	padding-top: 18px;
	border-top: 1px solid #f1f0f0;
}

.i-news-list .i-news-li .i-news-con .i-news-li-d span {
	font-size: 16px;
	color: #cccbcb;
}

.i-news-list .i-news-li .i-news-con .i-news-li-d a {
	display: inline-block;
	float: right;
	width: 36px;
	height: 16px;
	background: url(../images/more1.png) no-repeat;
}

.i-news-list .i-news-li:hover .i-news-con .i-news-li-d a {
	background: url(../images/more1-on.png) no-repeat;
}

.i-news-list .i-news-li:hover .i-news-con .i-news-li-d span {
	color: #b8defc;
}


.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}

.img-box>img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1024px) {
	.i-news-li {
		width: 100%;
		padding: 20px;
		margin: 20px auto;
		background: #f9f9f9;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.i-news-list .i-news-li .i-news-con .i-news-li-p {
		font-size: 14px;
		height: 50px;
		line-height: 28px;
		margin: 16px auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;

	}
}






.list-team2 .yjy {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-team2 .yjy li {
	width: 30%;
	margin-bottom: 5%;
}


.list-team2 .yjy li a {
	display: block;
	position: relative;
}

.list-team2 .yjy li h3 {
	padding: 15px 0px 10px 0px;
	font-size: 16px;
	color: #333;
}

.list-team2 .yjy li p {
	font-size: 16px;
	color: #333;
}

.list-team2 .yjy li span {
	display: block;
	overflow: hidden;
}

.list-team2 .yjy li img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

@media screen and (max-width:1024px) {
	.list-team2 .yjy li {
		width: 100%;
		margin-bottom: 5%;
	}
}

.productbox .base {width:100%;margin: 0 auto;}
.productbox .base img{width:100%}