body{
	min-width: 1200px;
}
.header{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1200px;
	width: 100%;
	height: 94px;
	border-bottom: none;
	background-color: rgba(0,0,0,.8);
	-webkit-transition:all 1s;
	   -moz-transition:all 1s;
		 -o-transition:all 1s;
			transition:all 1s;
}
.logo{
	position: absolute;
	top: 10px;
	left: 56px;
	width: auto;
	height: 70px;
	overflow: hidden;
}
.logo a{
	display: inline-block;
	width: auto;
	height: 70px;
}
.logo a img{
	width: auto;
	height: 70px;
}
.menu{
	margin: 0 auto;
	height: 94px;
	text-align: center;
}
.menu li {
	position: relative;
	display: inline-block;
	margin: 0 16px;
}
.menu li .menulist{
	/* display: none; */
	position: fixed;
	z-index: 1;
	left: 0;
	top: 94px;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		 -o-transition:all 0.5s;
			transition:all 0.5s;
	opacity: 0;
}
.menu li .menulist>div{
	display: inline-block;
}
.menu li:hover .menulist{
	/* display: block; */
	padding-bottom: 8px;
	opacity: 1;
	height: auto;
}
.menulist-about{
	background-color: rgba(0,0,0,.6);
	/* background: url(../../../images/pcweb/menulist-bg1.jpg) center center no-repeat; */
	background-size: cover;
}
/* .menulist-about{
	filter: url(../../../images/pcweb/blur.svg);
    -webkit-filter: blur(20px);
       -moz-filter: blur(20px);
        -ms-filter: blur(20px);
            filter: blur(20px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
} */

.menu li .menulist::beforea{
	content: '';
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	/* filter: blur(20px); */
	margin:0;
	filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
	-webkit-filter: blur(40px); /* Chrome, Opera */
	   -moz-filter: blur(40px);
		-ms-filter: blur(40px);
			filter: blur(40px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
.menulist {
	float: left;
	text-align: center;
}
.menulist .menulist-img{
	float: left;
	margin-top: 12px;
	display: inline-block;
	width: 213px;
	height: auto;
	border-radius: 5px;
	font-size: 0;
	overflow: hidden;
	color: #fff;
}
.menulist .menulist-btn{
	float: left;
	text-align: left;
	margin-top: 18px;
	margin-left: 40px;
	display: inline-block;
	/* height: 82px; */
	border-radius: 5px;
	overflow: hidden;
}
.menu li .menulist .menulist-btn>a {
	display: block;
}
.menu li .menulist .menulist-btn>a {
	position: relative;
	padding-left: 7px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	border: 0;
}
.menulist .menulist-img img{
	width: 213px;
	height: auto;
}
.menulist .menulist-btn{

}
.f-list{
	padding-left: 30px;
}
.menu li .menulist .menulist-btn .f-list a{
	display: block;
	height: 42px;
	line-height: 30px;
	font-size: 16px;
}
.menulist .menulist-btn a{
	height: 62px;
	line-height: 62px;
	color: #fff !important;
}
.menu li a{
	padding: 0 12px;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	height: 94px;
	border-bottom: 3px solid transparent;
	line-height: 94px;
	-webkit-transition:color,border 0.5s;
	   -moz-transition:color,border 0.5s;
		 -o-transition:color,border 0.5s;
			transition:color,border 0.5s;
	cursor:pointer;
}
.menu li.act>a{
	color: #00984b;
	border-bottom: 3px solid #00984b;
	font-weight: bold;
}
.menu2 li a{
	/* color: #fff !important; */
	border-bottom: 3px solid transparent !important;
}

.menu2 li:hover>a{
    color: #00984b !important;
    border-bottom: 3px solid #00984b !important;
	font-weight: bold;
}


.jiugong{
	position: absolute;
	width: 94px;
	height: 94px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.jiugong img{
	margin: 34px 0 0 34px;
	width: 26px;
	height: 26px;
}
/* 头部css3动画集合 */
/* .header2{
	background-color: rgba(255,255,255,0);
	border: 1px solid #e9e9e9;
}
 */


/* banner */
.banner-about{
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.banner-about img{
	width: 100%;
	height: auto;
}
.titleboxs{
	position: absolute;
	top: 50%;
	width: 100%;
}
.titleboxs{
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);		/* IE 9 */
	-webkit-transform: translate(0,-50%);	/* Safari and Chrome */
	-o-transform: translate(0,-50%);		/* Opera */
	-moz-transform: translate(0,-50%);		/* Firefox */
}
.titleboxs h2{
	height: 90px;
	line-height: 90px;
	font-family: 'PingFang SC Medium';
	font-size: 68px;
	color: #ffffff;
	text-align: center;
}
.titleboxs p{
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
}
.about-btnlist,
.hd-btnlist{
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.about-btnlist .about-btn{
	position: relative;
	z-index: 9;
	float: left;
	width: 33.333%;
	height: 100px;
}
.hd-btnlist .about-btn{
	position: relative;
	z-index: 9;
	float: left;
	width: 25% !important;
	height: 100px;
}
.about-btnlist .about-btn.active::before,
.hd-btnlist .about-btn.active::before{
	position: absolute;
	display: block;
	content: '';
	bottom: -28px;
	left: 50%;
	margin-left: -14px;
	width: 0px;
	height: 0px;
	border: 14px solid #059950;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.about-btnlist .about-btn a,
.hd-btnlist .about-btn a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: no-repeat;
	color: #a3a3a3;
	font-size: 28px;
	text-align: center;
}
.about-btnlist .about-btn i,
.hd-btnlist .about-btn i{
	margin-top: 10px;
	display: inline-block;
	background: #cccccc;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.about-btnlist .about-btn a span,
.hd-btnlist .about-btn a span{
	color: #000000;
}
.about-btnlist .about-btn.active a,
.hd-btnlist .about-btn.active a{
	color: #82cca8;
	background: #059950;
}
.about-btnlist .about-btn.active a span,
.hd-btnlist .about-btn.active a span{
	color: #ffffff;
}
.about-btnlist .about-btn.active i,
.hd-btnlist .about-btn.active i{
	background: #37ad73;
}
.about-btnlist0{
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.about-btnlist0 .about-btn{
	position: relative;
	z-index: 9;
	float: left;
	width: 25%;
	height: 100px;
}
.about-btnlist0 .about-btn.active::before{
	position: absolute;
	display: block;
	content: '';
	bottom: -28px;
	left: 50%;
	margin-left: -14px;
	width: 0px;
	height: 0px;
	border: 14px solid #059950;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.about-btnlist0 .about-btn a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: no-repeat;
	color: #a3a3a3;
	font-size: 28px;
	text-align: center;
}
.about-btnlist0 .about-btn i{
	margin-top: 10px;
	display: inline-block;
	background: #cccccc;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.about-btnlist0 .about-btn a span{
	color: #000000;
}
.about-btnlist0 .about-btn.active a{
	color: #82cca8;
	background: #059950;
}
.about-btnlist0 .about-btn.active a span{
	color: #ffffff;
}
.about-btnlist0 .about-btn.active i{
	background: #37ad73;
}
.wrap{
	width: 100%;
	overflow: hidden;
}
.wrap .wrap-boxs{
	display: none;
	width: 100%;
}
.wrap .wrap-boxs.active{
	display: block;
}
.wrap-boxsjj01-swiper{
	float: left;
	width: 50%;
	font-size: 0;
}
.wrap-boxsjj01-swiper img{
	width: 100%;
}

.wrap-boxsjj-01,
.wrap-boxsjj-02,
.wrap-boxsjj-03{
	position: relative;
}
/* 公司简介 */
.wrap-boxs-content{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: #f7f7f7;
}
.wrap-boxsjj01-txt{
	position: absolute;
	top: 50%;
	padding: 0 8%;
	transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.wrap-boxs-title{
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #000000;
	font-size: 48px;
	text-align: center;
}
.wrap-boxs-ms{
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #000000;
	font-size: 16px;
	text-align: center;
}
.wrap-boxs-link{
	margin: 0 auto;
	margin-top: 7px;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.wrap-boxs-title2{
	margin-top: 32px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #000000;
	font-size: 28px;
	text-align: center;
}
.wrap-boxs-title2 span{
	position: relative;
	display: inline-block;
}
.wrap-boxs-title2 span i{
	position: absolute;
	display: inline-block;
	width: 84px;
	height: 1px;
	border: 1px solid #acacac;
}
.wrap-boxs-title2 span i.left{
	top: 13px;
	left: -105px;
}
.wrap-boxs-title2 span i.right{
	top: 13px;
	right: -105px;
}
.wrap-boxs-txt{
	margin-top: 26px;
	width: 100%;
	line-height: 36px;
	color: #000000;
	font-size: 22px;
	text-align: justify;
	text-indent: 2em;
}
.wrap-boxs-txt p{
	/*margin-top: 26px;*/
	/*width: 100%;*/
	/*line-height: 36px;*/
	/*color: #000000;*/
	/*font-size: 22px;*/
	/*text-align: justify;*/
	/*text-indent: 2em;*/
}
.gsjj-prev{
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
    right: 120px;
	bottom: 26px;
    left: auto;
	background-image: url('../../../images/pcweb/icon-btn-left.png');
	background-size: 100% 100%;
}
.gsjj-prev:hover{
	background-image: url('../../../images/pcweb/icon-btn-left2.png');
	background-size: 100% 100%;
}
.gsjj-next{
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
    right: 38px;
	bottom: 26px;
    left: auto;
	background-image: url('../../../images/pcweb/icon-btn-right.png');
	background-size: 100% 100%;
}
.gsjj-next:hover{
	background-image: url('../../../images/pcweb/icon-btn-right2.png');
	background-size: 100% 100%;
}
.gsjj2-prev{
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
    left: 38px;
	bottom: 26px;
    right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.gsjj2-prev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.gsjj2-next{
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
    left: 120px;
	bottom: 26px;
    right: auto;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.gsjj2-next:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
.wrap-boxs-content2{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #f7f7f7;
}
.wrap-boxsjj02-swiper{
	float: right;
	width: 50%;
	font-size: 0;

}
.wrap-boxsjj02-swiper img{
	width: 100%;
}
.wrap-boxsjj02-txt{
	padding: 0 8%;
	position: absolute;
	top: 50%;
	padding: 0 8%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	font-size: 22px;
	text-align: justify;
	line-height: 36px;
	color: #000000;
	text-indent: 2em;
}

.wrap-boxsjj03-img{
	width: 50%;
	float: left;
	font-size: 0;
}
.wrap-boxsjj03-img img{
	width: 100%;
	height: auto;
}
.wrap-boxs-content3{
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	font-size: 0;
}
.wrap-boxsjj03-txt {
    padding: 0 5%;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    font-size: 22px;
    text-align: justify;
    line-height: 36px;
    color: #000000;
	text-indent: 2em;
}


.gsjj3img{
	width: 100%;
	height: auto;
}
.gsjj3-prev{
	margin: 0;
	width: 62px;
	height: 62px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.gsjj3-prev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.gsjj3-next{
	margin: 0;
	width: 62px;
	height: 62px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.gsjj3-next:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
#gsjj3 .swiper-slide{
	font-size: 0;
}
#gsjj3 .swiper-slide .gsjj3img-txt{
	padding: 0 18%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	width: 100%;
	line-height: 38px;
	font-size: 20px;
	color: #ffffff;
	text-align: justify;
}
#gsjj .swiper-slide{
	height: auto !important;
}


/* 公司愿景 */
.about-smyj{
	position: relative;
	width: 100%;
	font-size: 0;
}
.about-smyj .smyjbg{
	width: 100%;
}
.about-smyj-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74%;
	transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.about-smyj-txt ul li{
	padding-left: 86px;
	margin-bottom: 63px;
	width: 680px;
	height: 86px;
	background-color: #059a4e;
	border-radius: 43px 0 0 43px;
}
.about-smyj-txt ul li:nth-child(1){
	background-image: url(../../../images/pcweb/icon-yj-01.png);
	background-size: 86px 86px;
	background-repeat: no-repeat;
}
.about-smyj-txt ul li:nth-child(2){
	background-image: url(../../../images/pcweb/icon-yj-02.png);
	background-size: 86px 86px;
	background-repeat: no-repeat;
}
.about-smyj-txt ul li:nth-child(3){
	background-image: url(../../../images/pcweb/icon-yj-03.png);
	background-size: 86px 86px;
	background-repeat: no-repeat;
}
.about-smyj-txt ul li>i{
	display: inline-block;
	float: left;
	margin-left: 25px;
	height: 86px;
	line-height: 86px;
	font-size: 32px;
	color: #fff;
}
.about-smyj-txt ul li>span{
	float: left;
	margin-left: 15px;
	margin-top: 45px;
	display: block;
	width: 44px;
	height: 2px;
	background: #dec090;
}
.about-smyj-txt ul li>div{
	float: left;
	margin-left: 15px;
	display: block;
	/*width: 395px;*/
	height: 86px;
	line-height: 86px;
	color: #ffffff;
	font-size: 20px;
	text-align: justify;
}
/*.about-smyj-txt ul li:nth-child(2)>div .subwrap{*/
/*	padding: 13px 0;*/
/*	line-height: 30px;*/
/*}*/
/* 公司荣誉 */

.about-gsyr-wraptop{
	font-size: 0;
}
.about-gsry-img{
	float: left;
	width: 50%;
	height: auto;
}
.about-gsry-txt{
	position: relative;
	float: left;
	width: 50%;
	background: #f7f7f7;
}

.about-gsry-time{
	padding-top: 36px;
}
#gsry {
	padding-top: 100px;
}
#gsry .swiper-pagination{
	height: 50px;
	bottom: 0;
	top: 0;
}
#gsry .swiper-pagination-bullet{
	position: relative;
	margin: 0;
	padding: 0 25px;
	width: auto;
	height: 50px;
	line-height: 42px;
	color: #adadad;
	font-size: 16px;
	background: none;
	opacity: 1;
}
#gsry .swiper-pagination-bullet-active{
	color: #00984a;
	background: none;
}
#gsry .swiper-pagination-bullet i{
	display: none;
}
#gsry .swiper-pagination-bullet-active i{
	position: absolute;
	bottom: 6px;
	display: block;
	width: 38px;
	height: 3px;
	background: #00984a;
}
.gsry-prev {
    margin: 0;
	margin-right: 375px;
    width: 50px;
    height: 50px;
    top: 0;
    right: 50%;
    bottom: auto;
    left: auto;
    background-image: url(../../../images/pcweb/icon-btn-left-hui.png);
    background-size: 100% 100%;
}
.gsry-prev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left-hui2.png);
	background-size: 100% 100%;
}
.gsry-next {
    margin: 0;
	margin-left: 375px;
    width: 50px;
    height: 50px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    background-image: url(../../../images/pcweb/icon-btn-right-hui.png);
    background-size: 100% 100%;
}
.gsry-next:hover{
	background-image: url(../../../images/pcweb/icon-btn-right-hui2.png);
	background-size: 100% 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
#currentyear{
	position: relative;
	width: 100%;
	height: 125px;
}
#currentyear p{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #e5eaf0;
}
#currentyear span{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 125px;
	line-height: 125px;
	background: #ffffff;
	text-align: center;
	font-size: 35px;
	color: #333333;
}
#gsry{
	background: url(../../../images/pcweb/about-list-bg.jpg) center 100px no-repeat;
	background-size: cover;
}
#gsry .swiper-slide{
	padding: 0 13%;
}
.about-gsry-list ul{
	padding: 62px 0 80px 0;
	height: auto;
	overflow: hidden;
}
.about-gsry-list ul li{
	float: left;
	margin-left: 1%;
	margin-top: 12px;
	padding: 43px 0 27px 0;
	width: 24.25%;
	background: url(../../../images/pcweb/about-ry-bg.png) center center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-gsry-list ul li:nth-child(4n+1){
	margin-left: 0;
}
.about-gsry-list ul li i{
	opacity: 0;
	display: block;
	width: 100%;
	height: 28px;
	background: url(../../../images/pcweb/icon-jiangbei.png) center center no-repeat;
	background-size: 30px 28px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about-gsry-list ul li p{
	position: relative;
	width: 100%;
	height: 64px;
	line-height: 32px;
	color: #ffffff;
	font-size: 18px;
}
.about-gsry-list ul li p span{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	padding: 0 15px;
	display: block;
	width: 100%;
	line-height: 32px;
	text-align: center;
	text-shadow:2px 2px 6px #222;
}
.about-gsry-list ul li div{
	width: 100%;
	height: 35px;
	background: url(../../../images/pcweb/tsingtao.png) center center no-repeat;
	background-size: contain;
}
.about-gsry-list ul li:hover{
	background: url(../../../images/pcweb/about-ry-bgact.png) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.about-gsry-list ul li:hover i{
	opacity: 1;
}
.about-gsry-list ul li:hover div{
	background: url(../../../images/pcweb/tsingtao-active.png) center center no-repeat;
	background-size: contain;
}
/* 新闻详情页 */
.page-news{
	padding: 70px 13% 0 13%;
	width: 100%;
}
.page-news-top{
	/* margin-top: 13px; */
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.page-news-top .page-news-title{
	padding: 10px 9%;
	width: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 36px;
	color: #2e2e33;
}
.page-news-top .page-news-info{
	padding: 0 9%;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.page-news-top .page-news-info time{
	padding-left: 25px;
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #666666;
	background: url(../../../images/pcweb/icon-time.png) left center no-repeat;
	background-size: 20px 20px;
}
.page-news-top .page-news-info span{
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #666666;
}
.page-pic{
	margin-top: 40px;
	font-size: 0;
	height: auto;
	overflow: hidden;
}
.page-pic img{
	float: left;
	width: 49%;
	height: auto;
}
.page-pic img:last-child{
	float: right;
}
.page-news-content{
	padding: 0 9% 50px 9%;
	font-size: 20px;
	line-height: 36px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
}
.page-news-content p{
	margin-top: 36px;
}
.fy-page{
	padding: 36px 9% 103px 9%;
}
.fy-page p{
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}
.fy-page p:hover,
.fy-page p:hover a{
	color: #00984b;
}
.fy-page p a{
	font-size: 16px;
	color: #666666;
}
.page-news-info .share{
	display: inline-block;
	margin-top: 0px;
	text-align: right;
}
.page-news-info .share .bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis{
	display: none;
}
.page-news-info .share .bshare-custom.icon-medium-plus a{
	margin-right: 0;
	margin-left: 0;
	width: 48px;
	height: 60px;
}
.page-news-info .share .bshare-custom.icon-medium-plus a.bshare-sinaminiblog{
	background: url(../../../images/pcweb/icon-weibo2.png) center center no-repeat;
	background-size: 28px 28px;
}
.page-news-info .share .bshare-custom.icon-medium-plus a.bshare-weixin{
	background: url(../../../images/pcweb/icon-weixin2.png) center center no-repeat;
	background-size: 28px 28px;
}
/* 新闻列表页 */
.page-list{
    padding: 0;
    width: 100%;
}
.page-list-rm{
	position: absolute;
	top: 0;
	left: 4%;
	padding-left: 20px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #75c49d;
	background: url(../../../images/pcweb/icon-baogao.png) 3px center no-repeat;
	background-size: 12px 14px;
	font-size: 16px;
	color: #00974d;
}
.page-list-top{
	width: 100%;
}
.page-list-top h3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #000000;
	font-size: 45px;
}
.page-list-top p{
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #000000;
	font-size: 16px;
}
.page-list-top div{
	margin: 0 auto;
	margin-top: 8px;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.page-list-swiper{
	/* position: relative; */
	padding: 59px 0;
	background: #f5f5f5;
}
.swiper-fade{
	margin: 0 auto;
	width: 84%;
}
.swiper-fade .swiper-slide {
	background-position: center;
	background-size: cover;
}
/*.swiper-fade .swiper-slide{opacity:0!important;}*/
/*.swiper-fade .swiper-slide-active{opacity:1!important;}*/
.news-st{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-st .news-st-txt{
	position: absolute;
	top: 50%;
	margin-left: 5%;
	width: 40%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.news-st .news-st-txt .news-st-txt-title{
	width: 100%;
	line-height: 52px;
	font-size: 30px;
	color: #333333;

	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-st .news-st-txt .news-st-txt-time{
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}
.news-st .news-st-txt .news-st-txt-cont{
	margin-top: 16px;
	width: 80%;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-st .news-st-txt a{
	display: block;
	margin-top: 16px;
	width: 220px;
	height: 56px;
	background: url(../../../images/pcweb/icon-more02.png) center center no-repeat;
	background-size: 220px 56px;
}
.news-st .news-st-txt a:hover{
	background: url(../../../images/pcweb/icon-more01.png) center center no-repeat;
	background-size: 100% 100%;

}
.sbn-fade{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.sbp-fade{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 0px;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.sbn-fade:hover {
    background-image: url(../../../images/pcweb/icon-btn-right2.png);
    background-size: 100% 100%;
}
.sbp-fade:hover {
    background-image: url(../../../images/pcweb/icon-btn-left2.png);
    background-size: 100% 100%;
}
.news-st .news-st-img{
	float: right;
	margin-left: 6%;
	width: 46%;
	font-size: 0;
}
.news-st .news-st-img img{
	width: 100%;
	height: auto;
}
.page-list-bottom{
	padding-top: 30px;
	padding-bottom: 120px;
	margin: 0 auto;
	width: 84%;
}
.page-list-bottom ul{
	height: auto;
	overflow: hidden;
}
.page-list-bottom ul li{
	float: left;
	margin-left: 1.8%;
	margin-top: 30px;
	width: 23.65%;
	border: 1px solid #e5e5e5;
}
.page-list-bottom ul li:nth-child(4n+1){
	margin-left: 0;
}
.page-list-bottom ul li a{
	padding-bottom: 44px;
	display: block;
}
.page-list-bottom ul li .page-list-bottom-img{
	font-size: 0;
	width: 100%;
	overflow: hidden;
}
.page-list-bottom-img img{
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
	transition: .5s all linear;
	-ms-transition: .5s all linear; /* IE 9 */
	-moz-transition: .5s all linear; /* Firefox */
	-webkit-transition: .5s all linear; /* Safari 和 Chrome */
	-o-transition: .5s all linear; /* Opera */
}
.page-list-bottom ul li:hover a .page-list-bottom-img img{
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
}
.page-list-bottom-time{
	padding: 0 30px;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333333;
}
.page-list-bottom-title{
	padding: 0 30px;
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	text-align: justify;

	height: 80px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer{
	width: 100%;
	height: auto;
	background: #00984b;
}
.footer-center{
	padding-bottom: 12px;
	margin: 0 auto;
	width: 84%;
}
.footer-logo{
	padding: 42px 0 28px 0;
	border-bottom: 1px solid #48b782;
}
.footer-logo .footer-logo-div {
	margin: 0 auto;
	width: 84%;
}
.footer-logo .footer-logo-div .logo-img{
	display: block;
	float: left;
    width: 60px;
    height: 47px;
}
.footer-logo .footer-logo-div .logo-img img{
    /*width: 60px;*/
    height: 47px;
}
.contact{
	margin-top: 13px;
	float: right;
	width: 50%;
	text-align: right;
	font-size: 14px;
	color: #a3d0b1;
}
.contact a{
	font-size: 14px;
	color: #a3d0b1;
}
.footer-list .footer-list-boxs{
	float: left;
	width: 11.25%;
	text-align: left;
}
.footer-list-boxs .footer-list-boxs-title{
	margin-top: 30px;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.footer-list-boxs .footer-list-boxs-title a{
	color: #ffffff;
	font-size: 18px;
}
.footer-list-boxs .footer-list-boxs-ul1{
	margin-top: 16px;
}
.footer-list-boxs .footer-list-boxs-ul1 > li{
	height: 30px;
	line-height: 30px;
}
.footer-list-boxs .footer-list-boxs-ul1 li a{
	color: #ffffff;
	font-size: 16px;
}
.footer-list .footer-list-boxs2{
	float: left;
	width: 8%;
}
.footer-list-boxs2 .footer-list-boxs-title{
	text-align: left;
	margin-top: 30px;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.footer-list-boxs2 .footer-list-boxs-title a{
	color: #ffffff;
	font-size: 18px;
}
.footer-list-boxs2 .footer-list-boxs-ul1{
	margin-top: 16px;
}
.footer-list-boxs2 .footer-list-boxs-ul1 li{
	text-align: right;
	height: 30px;
	line-height: 30px;
}
.footer-list-boxs2 .footer-list-boxs-ul1 li a{
	color: #ffffff;
	font-size: 16px;
}
.footer-list-boxs3{
	float: right;
	width: 24.5%;
}
.footer-list .share{
	float: right;
	margin-top: 30px;
	text-align: right;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis{
	display: none;
}
.footer-list .share .bshare-custom.icon-medium-plus a{
	margin-right: 0;
	margin-left: 15px;
	width: 52px;
	height: 52px;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-sinaminiblog{
	background: url(../../../images/pcweb/icon-weibo.png) no-repeat;
	background-size: 52px 52px;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-weixin{
	background: url(../../../images/pcweb/icon-weixin.png) no-repeat;
	background-size: 52px 52px;
}
.footer-list-boxs3 .p1{
	float: right;
	margin-top: 22px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: right;
	color: #a3d0b1;
}
.footer-list-boxs3 .p2{
	float: right;
	margin-top: 9px;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: right;
	color: #ffffff;
}
.footer-list-boxs3 .p2 i{
	margin-right: 2px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../../../images/pcweb/icon-phone.png') center center no-repeat;
	background-size: 22px 22px;
}
/* 二维码 */
.erweima{
	float: right;
	margin-top: 35px;
	margin-right: -45px;
	font-size: 0;
	width: 590px;
}
.erweima img{
	width: 100%;
	height: auto;
}
.footer-list-boxs3 .p3{
	margin-top: 8px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: right;
	color: #a3d0b1;
}
.footer-list-boxs3 .p4{
	margin-top: 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: right;
	color: #ffffff;
}
.footer-list-two{
	padding-left: 15px;
	margin-top: 0;
	width: 900px;
	height: auto;
	overflow: hidden;
}
.footer-list-two-boxs{
	display: inline-block;
	float: left;
	width: auto;
}
.list-two-boxs-title{
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	left: 30px;
	font-size: 16px;
	color: #fff;
}
.list-two-boxs-title a{
	color: #fff;
}
.list-two-boxs-title i{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../../images/pcweb/icon-jian.png) center center no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}
.footer-list-two-boxs .list-two-boxs-ul{
	margin-top: 2px;
}
.footer-list-two-boxs .list-two-boxs-ul li{
	line-height: 30px;
	color: #a3d0b1;
	font-size: 14px;
}
.footer-list-two-boxs .list-two-boxs-ul li a{
	line-height: 30px;
	color: #a3d0b1;
	font-size: 14px;
}
.copy{
	width: 100%;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 14px;
	color: #a3d0b1;
	border-top: 1px solid #48b782;
}
.btnmore{
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	width: 248px;
	height: 68px;
	background: url(../../../images/pcweb/btnmore.png) center center no-repeat;
	background-sizing: 100%;
	outline: none;
	cursor: pointer;
}

.page-list-bottom .layui-flow-more{
	margin: 100px 0 0 0;
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
}
.page-list-bottom .layui-flow-more a{
	display: block;
	margin: 0 auto;
	width: 248px;
	height: 68px;
	background: url(../../../images/pcweb/btnmore.png) center center no-repeat;
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
}
.page-list-bottom .layui-flow-more a:hover{
	background: url(../../../images/pcweb/btnmore02.png) center center no-repeat;
	background-size: 100% 100%;
}
.page-list-bottom .layui-flow-more a cite{
	display: none;
}
/* 引导页 */
.choice{
	z-index: 10000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #009d4c;
	opacity: 1;
	/* display: none; */
}
.choice-center{
	position: relative;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: auto;
	text-align: center;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.indexlogo{
	display: block;
	margin: 0 auto;
	width: 170px;
	height: auto;
}
.choice-jiu{
	margin-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.indexyes{
	float: left;
	margin-left: 215px;
	width: 220px;
	height: auto;
}
.indexno{
	float: right;
	margin-right: 215px;
	width: 220px;
	height: auto;
}
.index-btn{
	/*margin-top: 25px;*/
	position: relative;
	width: 100%;
}
.index-btn .btnyes{
	position: absolute;
	top: 0;
	left: 270px;
	width: 108px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	background: #FFFFFF;
	color: #5ac26c;
	font-size: 28px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}
.index-btn .btnno{
	position: absolute;
	top: 0;
	right: 270px;
	width: 108px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	background: #FFFFFF;
	color: #5ac26c;
	font-size: 28px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}
.index-btn p{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #ffffff;
}
.welcome{
	margin-top: 52px;
	width: 100%;
	height: 102px;
	text-align: center;
	line-height: 102px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.webcomin{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	background: url(../../../images/pcweb/welcome-in.png);
	background-size: 100% 100%;
	font-size: 18px;
	color: #449552;
	outline: none;
	cursor: pointer;
}
.welcome-tips{
	margin-top: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
/* 选择页面 */
.choice.choicekey{
	-webkit-animation: hiddenkey 1s infinite;
	   -moz-animation: hiddenkey 1s infinite;
		 -o-animation: hiddenkey 1s infinite;
			animation: hiddenkey 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* logo */
.choice.choicekey .indexlogo{
	-webkit-animation: indexlogo 1s infinite;
	   -moz-animation: indexlogo 1s infinite;
		 -o-animation: indexlogo 1s infinite;
			animation: indexlogo 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* btn */
.choice.choicekey .index-btn{
	-webkit-animation: indexbtn 1s infinite;
	   -moz-animation: indexbtn 1s infinite;
		 -o-animation: indexbtn 1s infinite;
			animation: indexbtn 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* 头部 */
.header.headerkey{
	-webkit-animation: showkey 1s infinite;
	   -moz-animation: showkey 1s infinite;
		 -o-animation: showkey 1s infinite;
			animation: showkey 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* 首页身体 */
.index-main.index-mainkey{
	-webkit-animation: showkey 1s infinite;
	   -moz-animation: showkey 1s infinite;
		 -o-animation: showkey 1s infinite;
			animation: showkey 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/* ------------------------自定义动画------------------------ */
/* 消失 */
@keyframes hiddenkey
{
	from {opacity: 1;}
	to {opacity: 0;z-index: -1;}
}
@-moz-keyframes hiddenkey /* Firefox */
{
	from {opacity: 1;}
	to {opacity: 0;z-index: -1;}
}
@-webkit-keyframes hiddenkey /* Safari 和 Chrome */
{
	from {opacity: 1;}
	to {opacity: 0;z-index: -1;}
}
@-o-keyframes hiddenkey /* Opera */
{
	from {opacity: 1;}
	to {opacity: 0;z-index: -1;}
}
/* 显示 */
@keyframes showkey /* Opera */
{
	from {opacity: 0;}
	to {opacity: 1;}
}
/* logo */
@keyframes indexlogo /* Opera */
{
	from {margin-top: 0;}
	to {margin-top: -500px;}
}
/* 选择进入按钮 */

@keyframes indexbtn /* Opera */
{
	from {margin-top: 0;}
	to {margin-top: 1500px;}
}







/* 首页 */
.index-main{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}
.index-main>.swiper-wrapper>.swiper-slide {
	width: 100%;
	height: 100% ;
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
/* 	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; */
}
.index-main .swiper-slide:last-child{
	/* height: 500px; */
}
.index-one{
	/* padding-top: 94px; */
}
#ping-video{
	width: 100%;
	height: 100%;
	background: #187;
}
#ping-video .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#ping-video .swiper-slide video.ping-video-zs{
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
    transform: translateX(-50%) translateY(-50%);
}
#ping-video .swiper-slide .mask{
	/* z-index: 1; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.5);*/
}
#ping-video .swiper-slide.banner-index img{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
#ping-video .index-video-pagination{
	bottom: 54px;
}
#ping-video .index-video-pagination .swiper-pagination-bullet{
	width: 55px;
	height: 25px;
	line-height: 25px;
	background: none;
	opacity: 0.2;
	color: #ffffff;
}
#ping-video .index-video-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}
.video-content{
	z-index: 98;
	position: absolute;
	top: 54%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	width: 100%;
	height: auto;
	color: #ffffff;
}
.video-content .video-title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 10px;
}
.video-content .video-title-img{
	text-align:center;
}
.video-content .video-ms{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align:center;
	opacity: 0.5;
	letter-spacing: 8px;
}
.webcom-video{
	display: block;
	margin: 0 auto;
	margin-top: 374px;
	width: 300px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	background: url(../../../images/pcweb/welcome-in.png);
	background-size: 100% 100%;
	font-size: 18px;
	color: #000000;
	outline: none;
	cursor: pointer;
	letter-spacing: 4px;
	font-weight: bold;
}
.icon-group{
	position: absolute;
	z-index: 98;
	width: 15px;
	height: 38px;
	opacity: 0.8;
}
.banner-video{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner-video video{
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
    transform: translateX(-50%) translateY(-50%);
}
/* banner-video */
.swiper-slide.index-two{
	position: relative;
	width: 100%;
	height: 100%;
}
.index-about{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72%;
	height: auto;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.index-about-left{
	float: left;
	width: 50%;
	height: auto;
	font-size: 0;
}
.index-about-left img{
	width: 100%;
	height: auto;
}
.index-about-right{
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}
.about-right-center{
	position: absolute;
	top: 50%;
	padding-left: 8%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	text-align: left;
}
.index-about-right .about-title{
	width: 100%;
	height: 98px;
	line-height: 98px;
	text-align: center;
	font-size: 46px;
	color: #000000;
	font-weight: bold;
}
.index-about-right .about-right-center > span{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.index-about-right p{
	font-size: 18px;
	color: #5e5e5e;
	line-height: 36px;
	text-align: justify;
    text-indent: 2em;
}

.webcom-about {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 300px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: url(../../../images/pcweb/icon-moreGr.png);
	background-size: 100% 100%;
	font-size: 18px;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	letter-spacing: 4px;
	font-weight: bold;
}

/*.swiper-slide.index-two .mask2{*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgba(0,0,0,0.1);*/
/*}*/
/*.index-two .banner-content{*/
/*    z-index: 98;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(0,-50%);*/
/*    -ms-transform: translate(0,-50%);*/
/*    -webkit-transform: translate(0,-50%);*/
/*    -o-transform: translate(0,-50%);*/
/*    -moz-transform: translate(0,-50%);*/
/*    width: 100%;*/
/*    height: auto;*/
/*    color: #ffffff;*/
/*}*/
.banner-qiye{
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	font-size: 1;
	opacity: 0.5;
}
.banner-text{
	margin-top: 32px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000000;
	font-size: 48px;
	font-weight: bold;
}
.banner-info{
	margin-top: 50px;
	text-align: center;
}
.banner-info .banner-info-boxs{
	display: inline-block;
	width: 230px;
	height: 88px;
	font-size: 0;
}
.banner-info .banner-info-boxs .num{
	height: 56px;
	line-height: 56px;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
}
.banner-info .banner-info-boxs .wenzi{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #000000;
}
.index-three{
	position: relative;
}
.djgz{
	position: absolute;
	top: 50%;
	padding: 0 14% 0 14%;
	width: 100%;
	background: #ffffff;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.djgz-left{
	padding-top: 15px;
	float: left;
	width: 46%;
}
.djgz-left-title{
	width: 100%;
	height: 98px;
	line-height: 98px;
	text-align: left;
	font-size: 46px;
	color: #000000;
	font-weight: bold;
}
.djgz-left-news{
	width: 100%;
	height: auto;
}
.djgz-left-news a{
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}
.djgz-left-news a+a{
	margin-top: 23px;
}
.djgz-left-news a .djgz-left-news-img{
	position: relative;
	width: 100%;
}
.djgz-left-news a .djgz-left-news-img img{
	width: 100%;
	height: auto;
}
.mask3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../../images/pcweb/news-zz.png);
	background-size: 100% 100%;
}
.djgz-left-news-txt{
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: left;
}
.djgz-left-news-txt p{
	padding: 0 30px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.djgz-left-news-txt time{
	padding: 0 30px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.djgz-right{
	margin-left: 2.5%;
	float: left;
	width: 51%;
}
.djgz-right-more{
	margin-top: 15px;
	width: 100%;
	height: 98px;
	line-height: 98px;
	text-align: right;
	border-bottom: 1px solid #e8e8e8;
}
.djgz-right-more a{
	font-size: 16px;
	color: #000000;
}
.djgz-right-list{
	width: 100%;
}
.djgz-right-list li{
	position: relative;
	padding-right: 45px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.djgz-right-list li div{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.djgz-right-list li div span{
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	color: #000;
	background: url(../../../images/pcweb/tool-dangqis.png) left center no-repeat;
	background-size: 18px 18px;
}
.djgz-right-list li div p{
	padding-left: 30px;
	padding-right: 45px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.djgz-right-list li a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #000000;
	opacity: 0.4;
	width: 45px;
}





.index-music{
	z-index: 99;
	position: fixed;
	bottom: 45px;
	left: 60px;
	padding-left: 30px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: url(../../../images/pcweb/icon-music.png) left center no-repeat;
	background-size: 21px 15px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
			transition: all 0.5s;
}
.index-main .index-pagination{
	left: 55px !important;
	right: auto !important;
}
.index-main .index-pagination .swiper-pagination-bullet{
	margin: 10px 0;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	background: url(../../../images/pcweb/icon-opop3.png);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-main .index-pagination .swiper-pagination-bullet-active{
	background: url(../../../images/pcweb/icon-opop-active3.png);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* 媒体眼中的青岛 */
.index-four{
	overflow: hidden;
}
.mtyzdqd{
	padding: 12px 0 0 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background: url(../../../images/pcweb/bg-mtyzdqp.jpg) left center no-repeat;
	background-size: auto 100%;
}
.mtyzdqd-top{
	padding: 0 13%;
	width: 100%;
}
.mtyzdqd-content{
	position: relative;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.mtyzdqd-top-left{
	text-align: left;
	float: left;
	width: 50%;
	height: 46px;
}
.mtyzdqd-top-left-one{
	height: 36px;
	line-height: 36px;
	color: #fff;
	opacity: 0.2;
}
.mtyzdqd-top-left-two{
	padding: 8px;
	margin-top: 8px;
	width: 220px;
	height: 70px;
	line-height: 54px;
	color: rgba(255,255,255,0.2);
	background: #000;
	border-radius: 35px;
}
.mtyzdqd-top-left-three{
	margin-top: 30px;
	height: 46px;
	line-height: 46px;
	color: #ffffff;
	font-size: 46px;
}
.mtyzdqd-top-right{
	float: right;
	width: 50%;
}
.news-indexbtn button{
	width: 140px;
	height: 60px;
	line-height: 60px;
	outline: none;
	background: none;
	cursor: pointer;
	opacity: 0.4;
}
.news-indexbtn button.active{
	opacity: 1;
	border-bottom: 1px solid #c5c7c9;
}
.mtyzdqd-bottom{
	padding: 0 40px;
	margin-top: 55px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mtyzdqd-bottom-swiper{
	position: relative;
	float: right;
	width: 62.5%;
	height: auto;
}
#news-swiper01{
	padding: 4px;
	float: right;
	width: 100%;
	height: auto;
}
#news-swiper01 .swiper-slide{
	background: #ffffff;
	-moz-box-shadow:0px 0px 5px #ddd; -webkit-box-shadow:0px 0px 5px #ddd; box-shadow:0px 0px 5px #ddd;
}
#news-swiper01 .swiper-slide a{
	display: block;
	color: #000000;
}
.news-swiper-pic{
	font-size: 0;
}
.news-swiper-pic img{
	width: 100%;
	height: auto;
}
.news-swiper-info{
	margin-top: 22px;
	padding: 0 28px;
	height: 50px;
	line-height: 50px;
}
.news-swiper-info span{
	float: left;
	font-size: 16px;
}
.news-swiper-info time{
	float: right;
	font-size: 16px;
	color: rgba(0,0,0,.3);
}
.news-swiper-txt{
	padding: 0 28px;
	margin-top: 22px;
	margin-bottom: 40px;
	height: 48px;
	line-height: 24px;
	font-size: 15px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-swiper-laiyuan{
	margin-top: 80px;
	padding-bottom: 22px;
}
.mtyzdqd-bottom-swiper{
	/* bottom: 10px; */
	left: -40px;
}
.mtyzdqd-bottom-swiper .swiper-newsprev{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
	left: -86px;
	right: auto;
	top: auto;
	bottom: 64px;
}
.mtyzdqd-bottom-swiper .swiper-newsnext{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
	left: -86px;
	right: auto;
	top: auto;
	bottom: 0;
}
.mtyzdqd-bottom-swiper .swiper-newsprev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.mtyzdqd-bottom-swiper .swiper-newsnext:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}


.index-five{
	background-image: -webkit-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: -moz-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: -o-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
}
.index-product{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.index-product-info{
	font-family: 'PingFang SC';
	font-weight: bold;
}
.index-product-info div{
	font-size: 46px;
	line-height: 65px;
	color: #000000;
}
.index-product-info p{
	font-size: 16px;
	opacity: 0.5;
	line-height: 36px;
	color: #000000;
}
.index-product-swiper{
	margin: 0 auto;
	margin-top: 60px;
	font-size: 0;
	width: 84%;
}
.index-product-swiper .swiper-slide img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 400px;
}
#product-swiper .swiper-productprev{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
#product-swiper .swiper-productprev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
#product-swiper .swiper-productnext{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
#product-swiper .swiper-productnext:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
#product-swiper .swiper-slide a,
#product-swiper .swiper-slide button{
	margin: 0 auto;
	margin-top: 35px;
	display: inline-block;
	width: auto;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #0b5c36;
	background: url(../../../images/pcweb/icon-btn-baituoyuan.png);
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#product-swiper .swiper-slide a:hover,
#product-swiper .swiper-slide button:hover{
	background: url(../../../images/pcweb/icon-moreGr.png);
	background-size: 100% 100%;
	color: #fff;
}
#product-swiper .swiper-slide a .icon-mai,
#product-swiper .swiper-slide button .icon-mai{
	display: inline-block;
	width: 52px;
	height: 56px;
}
#product-swiper .swiper-slide a span,
#product-swiper .swiper-slide button span{
	display: inline-block;
	height: 56px;
}
#product-swiper .swiper-slide a .icon-maileft,
#product-swiper .swiper-slide button .icon-maileft{
	background: url(../../../images/pcweb/icon-mai-left.png) center center no-repeat;
	background-size: 50px 11px;
}
#product-swiper .swiper-slide a .icon-mairight,
#product-swiper .swiper-slide button .icon-mairight{
	background: url(../../../images/pcweb/icon-mai-right.png) center center no-repeat;
	background-size: 50px 11px;
}
#product-swiper .swiper-slide .product-shadow{
	position: absolute;
	bottom: 46px;
	/* left: 46px; */
	width: 100%;
	height: 115px;
	background: url(../../../images/pcweb/product-shadow.png) center center no-repeat;
	background-size: 100% 100%;
}
/* 悬浮 */
.right-QRcode{
	z-index: 9999;
	right: 0;
	position: fixed;
	top: 50%;
	margin-top: -133px;
	width: 88px;
	height: 267px;
}
.right-QRcode li{
	display: block;
	margin-top: 1px;
	width: 88px;
	height: 88px;
	background-color: rgba(0,0,0,.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-QRcode li:hover{
	background-color: rgba(255,255,255,1);
}
.right-QRcode li .QRcode-one{
	position: relative;
	z-index: 9999;
	width: 88px;
	height: 88px;
}
.right-QRcode li .QRcode-one img{
	margin-top: 22px;
	margin-left: 22px;
	width: 44px;
	height: 44px;
}
.right-QRcode li .QRcode-two {
	position: absolute;
	z-index: 9998;
	top: 0;
	right: 90px;
	width: 0;
	height: 267px;
	background-color: rgba(0,0,0,.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.right-QRcode li:hover .QRcode-two{
	width: 216px;
	opacity: 1;
}
.right-QRcode2 li:nth-child(3) .QRcode-two{
	width: 0;
	opacity: 0;
}
.right-QRcode2 li:nth-child(3) .QRcode-two div{
	width: 432px;
}
.right-QRcode2 li:nth-child(3) .QRcode-two p{
	float: left;
	width: 48%;
}
.right-QRcode2 li:nth-child(3):hover .QRcode-two{
	width: 432px;
	opacity: 1;
}
.right-QRcode li .QRcode-two p{
	width: 216px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.right-QRcode li .QRcode-two img{
	margin-left: 20px;
	width: 176px;
	height: 176px;
	border-radius: 8px;
	overflow: hidden;
}
.webcom-video2 {
    display: block;
    margin-top: 20px;
	margin-left: -10px;
    width: 300px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    background: url(../../../images/pcweb/welcome-in.png);
    background-size: 100% 100%;
    font-size: 18px;
    color: #000000;
    outline: none;
    cursor: pointer;
    letter-spacing: 4px;
    font-weight: bold;
}
.shejiao{
	z-index: 9999;
	position: fixed;
	bottom: 36px;
	right: 44px;
	width: auto;
	height: 26px;
}
.shejiao>div{
	float: left;
}
.shejiao img{
	margin: 0 14px;
	width: 24px;
	height: 24px;
}
/* 品牌与产品 */
.classification .classification-tab{
	margin: 0;
	margin-top: 44px;
}
.classification .classification-tab .layui-tab-title{
	margin: 0;
	text-align: center;
	height: 56px;
	border: 0;
}
.classification .classification-tab .layui-tab-title li{
	position: relative;
	margin: 0 20px;
	padding: 0;
	width: 142px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #4d4d4d;
}
.classification .classification-tab .layui-tab-title .layui-this{
	color: #009a4e;
}
.classification .classification-tab .layui-tab-title li::after{
	display: none;
}
.classification .classification-tab .layui-tab-title li::before{
	position: absolute;
	top: auto;
	left: 0;
	bottom: -4px;
	content: '';
	width: 100%;
	height: 4px;
	background: #e8e8e8 ;
	border-radius: 2px;
	border: 0;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
.classification .classification-tab .layui-tab-title li.layui-this::before{
	background: #009a4e ;
}
.classification .classification-tab .layui-tab-content{
	margin: 0 auto;
	width: 84%;
}
.classification .layui-tab-content .layui-tab-item>div{
	padding-bottom: 120px;
    height: auto;
    overflow: hidden;
}
.classification .layui-tab-content{
	padding: 0;
}
.classification .layui-tab-content .layui-tab-item>div ul li{
    float: left;
    margin-left: 3.125%;
    margin-top: 50px;
    width: 31.25%;
    border: 1px solid #e5e5e5;
}
.classification .layui-tab-content .layui-tab-item>div ul li:nth-child(3n+1) {
    margin-left: 0;
}
.classification .layui-tab-content .layui-tab-item>div ul li a .page-list-bottom-img{
	font-size: 0;
	width: 100%;
	overflow: hidden;
}
.classification .layui-tab-content .layui-tab-item>div ul li:hover a .page-list-bottom-img img{
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
}
.classification .layui-tab-content .layui-tab-item>div .layui-flow-more {
    margin: 100px 0 0 0;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
}
.classification .layui-tab-content .layui-tab-item>div .layui-flow-more a {
    display: block;
    margin: 0 auto;
    width: 248px;
    height: 68px;
    background: url(../../../images/pcweb/btnmore.png) center center no-repeat;
    background-size: 100% 100%;
    outline: none;
    cursor: pointer;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		 -o-transition:all 0.5s;
			transition:all 0.5s;
}
.classification .layui-tab-content .layui-tab-item>div .layui-flow-more a:hover {
    background: url(../../../images/pcweb/btnmore02.png) center center no-repeat;
    background-size: 100% 100%;
}
.classification .layui-tab-content .layui-tab-item>div .layui-flow-more a cite{
	display: none;
}
.hd-class-title{
	position: relative;
	margin-top: 24px;
	padding: 0 40px;
	height: 80px;
	line-height: 40px;
	font-size: 22px;
	color: #333333;
	text-align: justify;
	overflow: hidden;
}
.hd-class-title time{
	position: absolute;
	display: block;
	top: 40px;
	right: 40px;
	width: 100px;
	height: 40px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	background: #fff;
}
.hd-class-txt{
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0 40px;
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.footer-list .share{
	float: right;
	margin-top: 30px;
	text-align: right;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis{
	display: none;
}
.footer-list .share .bshare-custom.icon-medium-plus a{
	position: relative;
	display: inline-block;
	margin-right: 0;
	margin-left: 15px;
	width: 52px;
	height: 52px;
	cursor: pointer;
}
.footer-list .share .bshare-custom.icon-medium-plus a img{
	position: absolute;
	top: 62px;
	left: 50%;
	opacity: 0;
	width: 120px;
	margin-left: -60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-list .share .bshare-custom.icon-medium-plus a:hover img{
	opacity: 1;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-sinaminiblog{
	background: url(../../../images/pcweb/icon-weibo.png) no-repeat;
	background-size: 52px 52px;
}
.footer-list .share .bshare-custom.icon-medium-plus a.bshare-weixin{
	background: url(../../../images/pcweb/icon-weixin.png) no-repeat;
	background-size: 52px 52px;
}
/* --
----------------------------------社会责任---------------------------------- */
.newbd{
	margin-top: 40px;
	padding-top: 35px;
	padding-bottom: 135px;
	/* background: #fafafc; */
	background: #fafafc url(../../../images/pcweb/shzr-modbg.jpg) center bottom no-repeat;
	background-size: auto 100%;;
}
.mods2-top{
	margin: 0 auto;
	width: 84%;
	height: 75px;
	line-height: 75px;
	position: relative;
	font-size: 24px;
	color: #009a47;
	font-weight: bold;
}
.mods2-top hr{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 4px;
	border: 0;
	background: #dfc091;
}
.newbd-wrap{
	margin: 0 auto;
	width: 84%;
}
.newbd-left{
	float: left;
	padding-right: 20px;
	margin-top: 32px;
	width: 49%;
	overflow-y: scroll;
	border-bottom: 1px solid #dfdfe1;
}
.newbd-left ul{
	border-top: 1px solid #dfdfe1;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.newbd-left::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #e7e7e7;
}
/*定义滚动条轨道 内阴影+圆角*/
.newbd-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #e7e7e7;
}

/*定义滑块 内阴影+圆角*/
.newbd-left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #009949;
}

.newbd-left li{
	width: 100%;
}
.newbd-left li a{
	position: relative;
	display: block;
	padding-right: 120px;
	width: 100%;
	height: 114px;
	line-height: 114px;
	font-size: 18px;
	border-bottom: 1px solid #dfdfe1;
}
.newbd-left li:last-child a{
	border-bottom: 0;
}
.newbd-left li a p{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333333;
}
.newbd-left li a time{
	position: absolute;
	display: block;
	color: #959595;
	top: 0;
	right: 0;
	width: 120px;
	text-align: right;
}
.newbd-right{
	float: right;
	width: 49%;
	margin-top: 32px;
    border-bottom: 1px solid #dfdfe1;
}
.newbd-swipe{
	width: 100%
}
.newbd-right-swiperimg{
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.newbd-right-swiperimg img{
	width: 100%;
	height: 100%;
}
.newbd-right--info{
	padding: 24px 40px;
}
.newbd-right--info a{
	position: relative;
	padding-right: 100px;
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newbd-right--info a time{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	color: #939395;
	font-size: 16px;
	text-align: right;
}
.newbd-right--info p{
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	height: 105px;
	line-height: 35px;
	font-size: 20px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#laypageList{
	margin-top: 90px;
	text-align: center;
}
#laypageList .layui-laypage{
	margin: 0 auto;
}
#laypageList .layui-laypage a,
#laypageList .layui-laypage span{
	padding: 0 21px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#laypageList .layui-laypage a{
	color: #343434;
}
#laypageList .layui-laypage span{
	/* color: #ffffff; */
}
#laypageList .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #00984b;
}
/* --
----------------------------------投资者关系---------------------------------- */
.r-banner{
	width: 100%;
	height: auto;
	font-size: 0;
}
.r-banner img{
	width: 100%;
	height: auto;
}
.pdf-tzz{
	padding-top: 20px;
	padding-bottom: 90px;
	margin: 0 auto;
	width: 84%;
}
.pdf-tzz-time .layui-input-inline input{
	padding: 0 15px;
	width: 300px;
	height: 50px;
	font-size: 16px;
	color: #000000;
	border: 1px solid #7f7f7f;
}
.pdf-tzz-time .layui-input-inline input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
	color: #000000;
}
.pdf-tzz-time .layui-input-inline input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
	color: #000000;
}
.pdf-tzz-time .layui-input-inline input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
	color: #000000;
}
.pdf-tzz-time .layui-input-inline input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
	color: #000000;
}
.layui-laydate{
	z-index: 9 !important;
}
.layui-laydate .layui-laydate-content .layui-this,
.layui-laydate-content td.laydate-selected{
	background-color: #00984b !important;
	color: #fff !important;
}
.pdf-tzz-list{
	margin-top: 30px;
	height: auto;
}
.pdf-tzz-list ul{
	border-top: 1px solid #f1f1f1;
}
.pdf-tzz-list ul li{
	position: relative;
	padding: 32px 0 32px 85px;
	border-bottom: 1px solid #f1f1f1;
}
.pdf-tzz-list ul li time{
	position: absolute;
	top: 32px;
	left: 0;
	width: 85px;
	height: 55px;
	line-height: 30px;
	font-size: 16px;
	color: #cacaca;
	text-align: center;
}
.pdf-tzz-list ul li time span{
	line-height: 25px;
	color: #cccccc;
	font-size: 18px;
}
.pdf-tzz-list ul li div{
	padding-left: 40px;
	width: 100%;
}
.pdf-tzz-list .pdf-tzz-p{
	padding-right: 300px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pdf-tzz-list .pdf-tzz-fbz{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #bababa;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pdf-tzz-list ul li .icon-pdf{
	position: absolute;
	top: 32px;
	right: 0px;
	display: block;
	width: 124px;
	height: 50px;
	background: url(../../../images/pcweb/icon-pdf.jpg);
	background-size: 100% 100%;
	cursor: pointer;
}
.pdf-tzz-list ul li .icon-pdf2{
	position: absolute;
	top: 32px;
	right: 0;
	display: block;
	width: 124px;
	height: 50px;
	background: url(../../../images/pcweb/icon-pdf.jpg);
	background-size: 100% 100%;
	cursor: pointer;
}
.pdf-tzz-list ul li>a{
	position: absolute;
	display: block;
	top: 32px;
	right: 0;
	width: 124px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #43414c;
	font-size: 18px;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}
.pdf-tzz-list ul li>a i{
	margin-left: 14px;
	display: inline-block;
	width: 18px;
	height: 50px;
	background: url(../../../images/pcweb/icon-xiazai.png) center center no-repeat;
	background-size: 18px 18px;
}
.swiper-pagination-newbd{
	top: 100px;
	height: 20px;
}
.filelist{
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 80px;
	width: 84%;
}
.filelist .filelist-ul{
	height: auto;
	overflow: hidden;
}
.filelist .filelist-ul li{
	margin-top: 30px;
	margin-left: 2%;
	float: left;
	width: 23.5%;
	border: 1px solid #eaeaea;
}
.filelist .filelist-ul li:nth-child(4n+1){
	margin-left: 0;
}
.filelist .filelist-ul li a{
	display: block;
	width: 100%;
	height: auto;
}
.filelist .filelist-ul li .file-img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.filelist .filelist-ul li .file-img img{
	width: 100%;
	height: auto;
}
.filelist .filelist-ul li .file-info{
	padding: 35px 29px 42px 29px;
	width: 100%;
	border-top: 1px solid #eaeaea;
}
.filelist .filelist-ul li .file-info p{
	padding-left: 36px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	background: url(../../../images/pcweb/icon-yuedu.png) left center no-repeat;
	background-size: 27px 17px;
}
.filelist .filelist-ul li .file-info p a{
	display: inline-block;
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #8d8d8d;
	text-align: center;
	border: 1px solid #e5e5e5;
	outline: none;
	cursor: pointer;
}
.filelist .filelist-ul li .file-info p a i{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../../images/pcweb/icon-pdf.png) center center no-repeat;
	background-size: 20px 20px;
}
.filelist .filelist-ul li .file-info > a{
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 72px;
	line-height: 36px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	text-align: justify;
}
.paging{
	margin-top: 90px;
	text-align: center;
}
.paging .layui-laypage{
	margin: 0 auto;
}
.paging .layui-laypage a,
.paging .layui-laypage span{
	padding: 0 21px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.paging .layui-laypage a{
	color: #343434;
}
.paging .layui-laypage span{
	/* color: #ffffff; */
}
.paging .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #00984b;
}
/* tab切换 */
.changes-btnlist{
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.changes-btnlist .changes-btn{
	position: relative;
	z-index: 9;
	float: left;
	width: 50%;
	height: 100px;
}
.changes-btnlist .changes-btn.active::before{
	position: absolute;
	display: block;
	content: '';
	bottom: -28px;
	left: 50%;
	margin-left: -14px;
	width: 0px;
	height: 0px;
	border: 14px solid #059950;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.changes-btnlist .changes-btn a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: no-repeat;
	color: #a3a3a3;
	font-size: 28px;
	text-align: center;
}
.changes-btnlist .changes-btn i{
	margin-top: 10px;
	display: inline-block;
	background: #cccccc;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.changes-btnlist .changes-btn a span{
	color: #000000;
}
.changes-btnlist .changes-btn.active a{
	color: #82cca8;
	background: #059950;
}
.changes-btnlist .changes-btn.active a span{
	color: #ffffff;
}
.changes-btnlist .changes-btn.active i{
	background: #37ad73;
}
/* 定期报告 tab */
.regular{
	padding-bottom: 90px;
}
.regular .regular-tab{
	margin: 0;
	margin-top: -4px;
}
.regular .regular-tab .layui-tab-title{
	margin: 0;
	text-align: center;
	height: 56px;
	border: 0;
}
.regular .regular-tab .layui-tab-title li{
	position: relative;
	margin: 0 20px;
	padding: 0;
	width: 142px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #4d4d4d;
}
.regular .regular-tab .layui-tab-title .layui-this{
	color: #009a4e;
}
.regular .regular-tab .layui-tab-title li::after{
	display: none;
}
.regular .regular-tab .layui-tab-title li::before{
	position: absolute;
	top: auto;
	left: 0;
	bottom: -4px;
	content: '';
	width: 100%;
	height: 4px;
	background: #e8e8e8 ;
	border-radius: 2px;
	border: 0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.regular .regular-tab .layui-tab-title li.layui-this::before{
	background: #009a4e ;
}
.regular .layui-tab-content{
	padding: 0;
	padding-top: 18px;
	margin: 0 auto;
	width: 84%;
}














/* --
----------------------------------党建引领---------------------------------- */
.page-djtop{
	padding-bottom: 16px;
	margin: 0 auto;
	padding-left: 8%;
	padding-right: 8%;
	width: 100%;
	border-bottom: 1px solid #ded3d1;
}
.page-djtop-left{
	float: left;
	width: 54%;
}
.page-tree{
	text-align: center;
	font-size: 0;
	height: auto;
	overflow: hidden;
}
.page-tree-link-1{
	width: 100%;
	height: 70px;
}
.page-tree-boxs1{
	display: inline-block;
	width: 23%;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009947;
}
.page-tree-boxs2{
	float: left;
	display: inline-block;
	width: 23%;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009947;
}
.page-tree-boxs3{
	float: left;
	padding: 14px 0;
	display: inline-block;
	width: 23%;
	height: 100px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #009947;
}
.page-tree-boxs4{
	float: left;
	/* padding: 14px 0; */
	display: inline-block;
	width: 23%;
	height: 190px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.page-tree-boxs4 div{
	padding-top: 15px;
	float: left;
	width: 31%;
	height: 190px;
	background: #42b277;
}
.page-tree-boxs4 div span{
	display: block;
	margin: 0 auto;
	width: 36px;
	writing-mode: vertical-rl;
	text-orientation:upright;
}
.page-tree-boxs4 div+div{
	margin-left: 3.5%;
}
.page-tree-boxs5{
	float: left;
	display: inline-block;
	width: 23%;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.page-tree-boxs5{
	float: left;
	display: inline-block;
	width: 22%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.page-tree .page-tree-boxs2+.page-tree-boxs2,
.page-tree .page-tree-boxs3+.page-tree-boxs3,
.page-tree .page-tree-boxs4+.page-tree-boxs4,
.page-tree .page-tree-boxs5+.page-tree-boxs5{
	margin-left: 2.66666%;
}
.page-tree-boxs2-1,
.page-tree-boxs3-1,
.page-tree-boxs4-1{
	background: #fff;
}
.page-tree-boxs4 div.page-tree-boxs5-1{
	background: #fff;
}
.page-tree-boxs5.page-tree-boxs5-2{
	padding: 20px 0;
	width: 75%;
	line-height: 30px;
}
.page-tree-boxs5.page-tree-boxs5-2 span{
	font-size: 22px;
	color: #00984b;
}

.page-djtop-right{
	position: relative;
	margin-left: 2%;
	float: left;
	width: 44%;
}
.djtop-right-div{
	padding: 0 20px;
	position: absolute;
	top: 50%;
	text-indent: 2em;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	text-align: justify;
}
.djtop-right-div p{
	font-size: 16px;
	color: #333;
	line-height: 38px;
}
.djtop-right-div div{
	margin-top: 50px;
	font-size: 25px;
	color: #00984b;
	line-height: 45px;
}
.page-djbottom{
	width: 100%;
	padding-bottom: 170px;
}
.djgz-wrap{
	margin: 0 auto;
	width: 84%;
}
.djgzboxs-left{
	float: left;
	width: 49%;
	margin-top: 32px;
	border: 1px solid #dfdfe1;
}
.djgzboxs-left-swiperimg {
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.djgzboxs-left-swiperimg img {
	width: 100%;
	height: 100%;
}
.djgzboxs-right {
	float: right;
	padding-right: 20px;
	margin-top: 32px;
	width: 49%;
	overflow-y: scroll;
	border-bottom: 1px solid #dfdfe1;
}
.djgzboxs-right ul {
	border-top: 1px solid #dfdfe1;
}
.djgzboxs-right li {
	width: 100%;
}
.djgzboxs-right li a {
	position: relative;
	display: block;
	padding-right: 120px;
	width: 100%;
	height: 114px;
	line-height: 114px;
	font-size: 18px;
	border-bottom: 1px solid #dfdfe1;
}
.djgzboxs-right li a p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}
.djgzboxs-right li a time {
	position: absolute;
	display: block;
	color: #959595;
	top: 0;
	right: 0;
	width: 120px;
	text-align: right;
}
.djgzboxs-left-info{
	display: block;
	padding: 20px 40px 20px 40px;
	width: 100%;
}
.djgzboxs-left-info a{
	display: block;
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	color: #00984b;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.djgzboxs-left-info p{
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	height: 105px;
	line-height: 35px;
	font-size: 20px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.healthy{
	width: 100%;
}
.healthy-prince,
.healthy-hans{
	position: relative;
}
.swiper-prince,
.swiper-hans{
	position: relative;
	width: 100%;
}
.prince-img,
.prince-img img,
.hans-img,
.hans-img img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.swiper-prince .sbn-prince,
.swiper-hans .sbn-hans{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 0px;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.swiper-prince .sbp-prince,
.swiper-hans .sbp-hans{
	margin: 0;
	margin-top: -22.5px;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 12%;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left-hui.png);
	background-size: 100% 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.swiper-prince .sbn-prince,
.swiper-hans .sbn-hans{
	margin: 0;
	margin-top: -22.5px;
	width: 50px;
	height: 50px;
	top: 50%;
	right: 12%;
	bottom: auto;
	left: auto;
	background-image: url(../../../images/pcweb/icon-btn-right-hui.png);
	background-size: 100% 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.swiper-prince .sbp-prince:hover,
.swiper-hans .sbp-hans:hover {
	background-image: url(../../../images/pcweb/icon-btn-left-hui2.png);
	background-size: 100% 100%;
}
.swiper-prince .sbn-prince:hover,
.swiper-hans .sbn-hans:hover {
	background-image: url(../../../images/pcweb/icon-btn-right-hui2.png);
	background-size: 100% 100%;
}
.healthy-center{
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -120px;
	width: 500px;
	height: 240px;
	text-align: center;
	color: #ffffff;
}
.healthy-center h2{
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-size: 48px;
}
.healthy-center p{
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
}
.healthy-center>a,
.healthy-center button{
	display: inline-block;
	margin-top: 40px;
	width: 268px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	background: url(../../../images/pcweb/icon-btn-opacity.png);
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
	color: #000;
}
.healthy-center>a:hover,
.healthy-center button:hover{
	background: url(../../../images/pcweb/icon-moreGr.png);
	background-size: 100% 100%;
	color: #fff;
}
.healthy-center button a{
	display: block;
	color: #000;
}
/* 党建引领 第二版 */
.djyl-wrap{
	width: 100%;
	height: auto;
	background: #f7f7f7;
}
.djyl-mods01{
	width: 100%;
	height: 920px;
	background: url(../../../images/pcweb/djmods01-2.png) bottom center no-repeat;
	background-size: 100% auto;
}
.djyl-mods01-biao{
	width: 100%;
	height: 880px;
	background: url(../../../images/pcweb/djmods01-1.png) top right no-repeat;
	background-size: auto auto;
	border-bottom: 1px solid rgba(52,52,52,.1);
}
.djyl-mods01-c{
	position: relative;
	top: 50%;
	left: 50%;
	width: 84%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.djyl-mods01-left{
	float: left;
	width: 50%;
	text-align: center;
}
.djyl-mods01-left img{
	max-width: 100%;
}
.djyl-mods01-left p{
	text-align: center;
	line-height: 145px;
	color: #333333;
	font-size: 26px;
}
.djyl-mods01-left p strong{
	color: #cc3333;
	font-size: 40px;
	font-weight: bold;
}
.djyl-mods01-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.djyl-mods01-right div{
	padding-left: 20%;
	position: relative;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.djyl-mods01-right .p1{
	font-size: 40px;
	font-weight: bold;
	color: #cc3333;
	line-height: 70px;
}
.djyl-mods01-right .p2{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 55px;
}
.djyl-mods01-right .p2>p{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 55px;
}
.reddj{
	width: 100%;
}
.reddj-top{
	margin: 0 auto;
	width: 84%;
	line-height: 112px;
	font-size: 42px;
	color: #cc3333;
}
.reddj p{
	width: 100%;
	height: 112px;
	line-height: 112px;
}
.reddj span{
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.reddj-txt{
	margin: 0 auto;
	margin-top: 50px;
	width: 84%;
	padding: 40px 100px;
	border: 1px solid #e19595;
	line-height: 60px;
	color: #5b5959;
	font-size: 24px;
	text-align: justify;
	text-indent: 2em;
}
.djyl-btnlist{
	margin: 0 auto;
	margin-top: 46px;
	width: 84%;
}
.djyl-btnlist .djyl-btn{
	position: relative;
	float: left;
	margin-left: 2%;
	width: 18.4%;
	height: 98px;
	background: #f0d7d7;
}
.djyl-btnlist .djyl-btn.active{
	background: #cd3737
}
.djyl-btnlist .djyl-btn:first-child{
	margin-left: 0;
}
.djyl-btnlist .djyl-btn a {
	display: block;
	width: 100%;
	height: 98px;
	line-height: 98px;
	color: rgba(235,115,115,.5);
	font-size: 28px;
	text-align: center;
}
.djyl-btnlist .djyl-btn.active a {
	color: rgba(255,255,255,.5);
}
.djyl-btnlist .djyl-btn i {
	margin-top: 10px;
	display: inline-block;
	background: rgba(247,102,102,.2);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.djyl-btnlist .djyl-btn.active i {
	background: rgba(255,255,255,.2);
}
.djyl-btnlist .djyl-btn a span {
	color: #303030;
}
.djyl-btnlist .djyl-btn.active a span {
	color: #ffffff;
}
.djyl-btnlist .djyl-btn.active::before {
	position: absolute;
	display: block;
	content: '';
	bottom: -28px;
	left: 50%;
	margin-left: -14px;
	width: 0px;
	height: 0px;
	border: 14px solid #cd3737;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.djyl-btnlist .djyl-btn.active strong{
	position: absolute;
	top: -32px;
	right: -11px;
	display: block;
	width: 47px;
	height: 42px;
	background: url(../../../images/pcweb/icon-danghui.png);
	background-size: 100% 100%;
}
.anchorlink01{
	padding: 162px 0 150px 8%;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.anchorlink01-left{
	position: relative;
	margin-top: 208px;
	width: 55%;
	height: 640px;
	background: url(../../../images/pcweb/tiananmen-bg.png) bottom right no-repeat;
	background-size: auto auto;
}
.anchorlink01-num{
	position: absolute;
	top: -208px;
	right: 0;
	width: auto;
	height: 208px;
}
.anchorlink01-left{
	margin-top: 208px;
	width: 50%;
}
.anchorlink01-left-txt{
	padding: 0 16% 0 8%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.anchorlink01-left-txt .p1{
	line-height: 82px;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
}
.anchorlink01-left-txt .p2{
	line-height: 42px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
}
.anchorlink01-left-txt span{
	margin-top: 35px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.anchorlink01-left-txt .p3{
	margin-top: 48px;
	line-height: 36px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
#keepmind_txt p{
	margin-top: 48px;
	line-height: 36px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-indent: 2em;
}
.anchorlink01-right{
	position: absolute;
	top: 162px;
	right: 0;
	width: 50%;
}
.anchorlink01-right:before{
	display: block;
	content: '';
	position: absolute;
	top: 72px;
	right: 72px;
	width: 85%;
	height: 100%;
	background: rgba(199,12,56,.9);
}
.al01-rswiper{
	float: right;
	width: 85%;
}
.al01-rswiper .swiper-slide img{
	width: 100%;
	height: auto;
}
.al01-p {
	/* position: relative; */
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
	right: auto;
	bottom: -68px;
	left: 15%;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.al01-n {
	margin: 0;
	width: 62px;
	height: 62px;
	top: auto;
	right: auto;
	bottom: -68px;
	left: 27%;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.anchorlink02{
	position: relative;
	padding: 174px 0 0 0;
	width: 100%;
}
.anchorlink02-num{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 208px;
}
.anchorlink02-top{
	position: relative;
	padding-right: 345px;
	padding-left: 8%;
	width: 92%;
	height: auto;
	background: #f2f1f1;
}
.anchorlink02-top-l{
	padding: 85px 0 85px 8%;
	width: 100%;
	font-size: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	text-indent: 2em;
}
.anchorlink02-top-l p{
	width: 100%;
	font-size: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	text-indent: 2em;
}
.anchorlink02-top-r{
	padding-right: 80px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 345px;
	text-align: right;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.anchorlink02-top-r .p1{
	float: right;
	width: 100%;
	color: #090808;
	line-height: 80px;
	font-weight: bold;
	font-size: 48px;
}
.anchorlink02-top-r .p2{
	float: right;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.anchorlink02-top-r span{
	margin-top: 22px;
	float: right;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.anchorlink02-content{
	position: relative;
	padding-left: 8%;
	width: 100%;
	background: #f2f1f1;
}
.anchorlink02-content-l{
	float: left;
	width: 52%;
	font-size: 0;
}
.anchorlink02-content-l img{
	display: none;
	width: 100%;
	height: auto;
}
.anchorlink02-content-l img.actcs {
	 display: block;
 }
.anchorlink02-content-r{
	position: absolute;
	right: 0;
	left: 56%;
	top: 0;
	bottom: 0;
	padding: 40px 8% 40px 4%;
	width: 44%;
	height: 100%;
	background: #fff;
}
.anchorlink02-content-r ul li{
	display: block;
	width: 100%;
	font-size: 24px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.anchorlink02-content-r ul li.liacts{
	color: #000;
}
.anchorlink02-content-r ul li:last-child a{
	border-bottom: 0;
}
.anchorlink02-content-r ul li a:hover{
	color: #000000;
}
.anchorlink02-content-r ul li a:hover{
	color: #000000;
}
.dhpst{
	z-index: 99;
	position: absolute;
	bottom: -70px;
	right: 0;
	width: auto;
	height: 230px;
}
.anchorlink03{
	padding: 80px 8% 200px 8%;
}
.anchorlink-ctop{
	position: relative;
}
.anchorlink-ctop .anchorlink03-num{
	position: absolute;
	top: 0;
	left: 51%;
	width: auto;
	height: 208px;
}
.anchorlink-ctop-c{
	padding-top: 54px;
}
.anchorlink-ctop-c .p1{
	font-size: 44px;
	color: #000;
	line-height: 84px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.anchorlink-ctop-c .p2{
	font-size: 14px;
	color: #2d2b2b;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}
.anchorlink-ctop-c span{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.anchorlink-ctop-c .p3{
	margin-top: 60px;
	line-height: 36px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
#sofortress_txt p{
	margin-top: 60px;
	line-height: 36px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-indent: 2em;
}
#power_txt p{
	margin-top: 60px;
	line-height: 36px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-indent: 2em;
}
.anchorlink03-content{
	position: relative;
	padding: 0 90px;
	margin-top: 95px;
}
.anchorlink03-content div:nth-child(1){
	position: absolute;
	width: 52%;
}
.anchorlink03-content div:nth-child(2){
	position: relative;
	margin-top: 100px;
	float: right;
	width: 52%;
}
.anchorlink03-content div img{
	width: 100%;
}
.anchorlink-ctop .anchorlink05-num{
	position: absolute;
	top: 0;
	left: 51%;
	width: auto;
	height: 208px;
}
.anchorlink03-content div p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 34px;
	background: rgba(0,0,0,.5);
}
.anchorlink04{
	width: 100%;
	height: auto;
	background: url(../../../images/pcweb/changcheng01.png) bottom left no-repeat;
}
.anchorlink04-content{
	position: relative;
	float: right;
	width: 92%;
}
.anchorlink04-content{
	float: right;
	width: 92%;
}
.anchorlink04-content-l{
	float: left;
	width: 50%;
}
.anchorlink04-num{
	width: auto;
	height: 202px;
}
.anchorlink04-content-lb{
	padding: 100px 7% 66px 11%;
	width: 100%;
}
.ac-lb-top{
	position: relative;
	width: 100%;
	height: auto;
}
.ac-lb-top .p1{
	font-size: 44px;
	color: #000;
	line-height: 80px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}
.ac-lb-top .p2{
	font-size: 14px;
	color: #2d2b2b;
	line-height: 46px;
	text-align: left;
	letter-spacing: 2px;
	font-weight: bold;
}
.ac-lb-top span{
	margin-top: 30px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.ac-lb-top .p3{
	margin-top: 30px;
	line-height: 36px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
#pioneer_txt p{
	margin-top: 30px;
	line-height: 36px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-indent: 2em;
}
.ac-lb-top ul{
	margin-top: 45px;
	height: auto;
	overflow: hidden;
}
.ac-lb-top ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.ac-lb-top ul li img{
	width: 70px;
	height: 70px;
}
.ac-lb-top ul li p{
	margin-top: 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #000;
}
.ac-lb-top-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
}
.ac-lb-top-right .pr1{
	font-size: 44px;
	color: #c70c38;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ac-lb-top-right .pr2{
	font-size: 20px;
	color: #000;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
}
.anchorlink04-content-r{
	position: absolute;
	padding: 0 1.5% 0 4.5%;
	top: 150px;
	bottom: 150px;
	right: 0;
	width: 50%;
	background: #c30c3a;
}
.al04-cr{
	width: 100%;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.sbp-al04-cr {
	margin: 0;
	margin-left: -75px;
	width: 50px;
	height: 50px;
	top: auto;
	left: 50%;
	bottom: 60px;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left-hui.png);
	background-size: 100% 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sbn-al04-cr {
	margin: 0;
	margin-right: -75px;
	width: 50px;
	height: 50px;
	top: auto;
	right: 50%;
	bottom: 60px;
	left: auto;
	background-image: url(../../../images/pcweb/icon-btn-right-hui.png);
	background-size: 100% 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sbp-al04-cr:hover{
	/* opacity: 0.8; */
	background-image: url(../../../images/pcweb/icon-btn-left-fen.png);
	background-size: 100% 100%;
}
.sbn-al04-cr:hover{
	/* opacity: 0.8; */
	background-image: url(../../../images/pcweb/icon-btn-right-fen.png);
	background-size: 100% 100%;
}
.al04-cr .swiper-slide>div{
	position: relative;
	width: 100%;
}
.al04-cr .swiper-slide>div>img{
	float: left;
	display: block;
	width: 44%;
	height: auto;
}
.al04-cr .swiper-slide>div+div{
	margin-top: 30px;
}
.al04-cr .swiper-slide>div>p{
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	width: 50%;
	text-align: justify;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}
.al04-cr .swiper-slide>div>p>span{
	display: block;
	line-height: 42px;
	margin-bottom: 20px;
	font-size: 24px;
}
.anchorlink05{
	padding: 90px 0 0 0;
	background: url(../../../images/pcweb/changcheng02.png) top left no-repeat;
}
.anchorlink05-c{
	padding: 0 0 380px 0;
	background: url(../../../images/pcweb/bg-jnb.png) bottom right no-repeat;
	/* background-size: cover; */
}
.anchorlink05 .anchorlink-ctop .anchorlink-ctop-c .p3{
	padding: 0 20% 0 14%;
}
.anchorlink05-swiper{
	position: relative;
	width: 100%;
}
.as05-swiper {
	width: 100%;
	margin: 100px 0 45px 0;
}
.as05-swiper .swiper-slide {
	position: relative;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.as05-swiper .swiper-slide-active,
.as05-swiper .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.as05-swiper .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.as05-swiper .swiper-slide-active a:after {
	background: none;
}
.as05-swiper .swiper-slide img {
	width: 100%;
	display: block;
}
.as05-swiper .swiper-slide p{
	display: none;
}
.as05-swiper .swiper-slide-active p{
	display: block;
	padding: 30px 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: auto;
	line-height: 58px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,.5);
	opacity: 1;
}

.as05-swiper .swiper-slide-active p time{
	display: block;
	line-height: 48px;
	font-size: 25px;
	color: #f80808;
	font-weight: bold;
}
.sbp-as05 {
	margin: 0;
	margin-left: -75px;
	width: 50px;
	height: 50px;
	top: auto;
	left: 50%;
	bottom: -85px;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left-hui.png);
	background-size: 100% 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sbn-as05 {
	margin: 0;
	margin-right: -75px;
	width: 50px;
	height: 50px;
	top: auto;
	right: 50%;
	bottom: -85px;
	left: auto;
	background-image: url(../../../images/pcweb/icon-btn-right-hui.png);
	background-size: 100% 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sbp-as05:hover{
	background-image: url(../../../images/pcweb/icon-btn-left-hong.png);
	background-size: 100% 100%;
}
.sbn-as05:hover{
	background-image: url(../../../images/pcweb/icon-btn-right-hong.png);
	background-size: 100% 100%;
}










/* 品牌与产品 */
.ppycp-banner{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.ppycp-banner img{
	width: 100%;
	height: auto;
}
.ppycp-banner h2{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	line-height: 80px;
	font-size: 64px;
	color: #ffffff;
	text-align: center;
}
.ppycp-wrap{
	width: 100%;
}
.bwg-img,
.bwg-img img,
.jb-img,
.jb-img img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.swiper-bwg .sbn-bwg,
.swiper-jb .sbn-jb{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 0px;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.swiper-bwg .sbp-bwg,
.swiper-jb .sbp-jb{
	margin: 0;
	margin-top: -22.5px;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 12%;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left-hui.png);
	background-size: 100% 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.swiper-bwg .sbn-bwg,
.swiper-jb .sbn-jb{
    margin: 0;
    margin-top: -22.5px;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 12%;
    bottom: auto;
    left: auto;
    background-image: url(../../../images/pcweb/icon-btn-right-hui.png);
    background-size: 100% 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.swiper-bwg .sbp-bwg:hover,
.swiper-jb .sbp-jb:hover {
    background-image: url(../../../images/pcweb/icon-btn-left-hui2.png);
    background-size: 100% 100%;
}
.swiper-bwg .sbn-bwg:hover,
.swiper-jb .sbn-jb:hover {
    background-image: url(../../../images/pcweb/icon-btn-right-hui2.png);
    background-size: 100% 100%;
}
.ppycp-boxs{
	position: relative;
	width: 100%;
}
.ppycp-center{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	margin-left: -355px;
	width: 710px;
	color: #fff;
	text-align: center;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.ppycp-center h3{
	width: 100%;
	height: 75px;
	line-height: 75px;
	font-size: 48px;
}
.ppycp-center .p1{
	width: 100%;
	line-height: 38px;
	font-size: 20px;
}
.ppycp-center .p2{
	margin-top: 38px;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	text-align: justify;
    text-indent: 2em;
}
.ppycp-center a,
.ppycp-center button{
    display: block;
    margin: 0 auto;
	margin-top: 40px;
	width: 268px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background: url(../../../images/pcweb/icon-btn-opacity.png);
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
}
.breadcrumb{
	z-index: 9;
	position: absolute;
	left: 55px;
	bottom: 35px;
	font-size: 14px;
}
.breadcrumb a{
	color: #fff !important;
	font-size: 14px;
}
.breadcrumb a cite {
    color: #fff !important;
	font-size: 14px;
}
.breadcrumb span[lay-separator]{
    color: #fff !important;
	font-size: 14px;
}

.mbxnav{
	padding: 50px 10px 20px 10px;
	margin: 0 auto;
	margin-top: 96px;
	width: 84%;
	border-bottom: 1px solid #f1f1f1;
}
.breadcrumb2{
	font-size: 16px;
}
.breadcrumb2 a{
	color: #333 !important;
	font-size: 16px;
}
.breadcrumb2 a cite {
	color: #333 !important;
	font-size: 16px;
}
.breadcrumb2 span[lay-separator]{
	color: #333 !important;
	font-size: 16px;
}
/* 品牌主张 */
.opinion{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
}
.opinion .opinion-bg{
	width: 100%;
	height: auto;
	font-size: 0;
}
.opinion-content{
	z-index: 9;
	position: absolute;
	top: 0;
	right: 12%;
	width: 540px;
	height: 100%;
	padding-left: 64px;
	background: rgba(0,151,71,.6);
}
.opinion-content div{
	position: relative;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.opinion-content h2{
	line-height: 54px;
	font-size: 48px;
	color: #fff;
}
.opinion-content span{
	margin-top: 32px;
	display: block;
	width: 62px;
	height: 5px;
	background: #fff;
}
.opinion-content img{
	margin-top: 50px;
	width:auto;
	height: 60px;
}
.opinion-content p{
	margin-top: 18px;
	line-height: 30px;
	font-size: 30px;
	color: #fff;
	letter-spacing: 11px;
}
.law{
	padding: 70px 0 0 0;
	width: 100%;
	height: auto;
}
.law-wrap{
	margin-top: 54px;
	padding: 96px 8% 134px 8%;
	background: url(../../../images/pcweb/law-bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: justify;
}
.law-wrap p{
	line-height: 28px;
	font-size: 16px;
	color: #000000;
}
.law-wrap h4{
	margin-top: 22px;
	line-height: 45px;
	font-size: 24px;
	color: #000000;
}
.contactus{
	width: 100%;
	height: auto;
}
.contactus-l{
	float: left;
	width: 50%;
	height: auto;
	font-size: 0;
}
.contactus-l img{
	width: 100%;
	height: auto;
}
.contactus-r{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}
.contactus-r>div{
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 104px;
	width: 100%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.contactus-r>div h3{
	font-size: 44px;
	line-height: 44px;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
}
.contactus-r>div span{
	margin-top: 40px;
	margin-bottom: 24px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.contactus-r>div p{
	margin-top: 18px;
	font-size: 20px;
	color: #000;
}
.contactus-r>div i{
	color: #00984b;
}




/* 品牌与产品 健康 */
.healthy-wrap{
	width: 100%;
	padding: 250px 0 90px 0;
	background: -webkit-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background: -moz-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background: -o-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background: linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
}
#healthy-swiper{
	margin: 0 auto;
	width: 84%;
}
#healthy-swiper .swiper-wrapper{

	height: auto !important;
	/*overflow: hidden;*/
}
#healthy-swiper .swiper-productprev{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
#healthy-swiper .swiper-productprev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
#healthy-swiper .swiper-productnext{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
#healthy-swiper .swiper-productnext:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
#healthy-swiper .swiper-slide {
	display: inline-block;
	text-align: center;
}
#healthy-swiper .swiper-slide{
	max-height: 500px;
}
#healthy-swiper .swiper-slide>img {
	display: block;
	margin: 0 auto;
	/*width: 164px;*/
	height: 400px;
}
#healthy-swiper .swiper-slide button{
	margin: 0 auto;
	margin-top: 35px;
	display: inline-block;
	width: auto;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #0b5c36;
	background: url(../../../images/pcweb/icon-btn-baituoyuan.png);
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#healthy-swiper .swiper-slide a:hover,
#healthy-swiper .swiper-slide button:hover {
	background: url(../../../images/pcweb/icon-moreGr.png);
	background-size: 100% 100%;
	color: #fff;
}
#healthy-swiper .swiper-slide button .icon-mai{
	display: inline-block;
	width: 52px;
	height: 56px;
}
#healthy-swiper .swiper-slide button span{
	display: inline-block;
	height: 56px;
}
#healthy-swiper .swiper-slide button .icon-maileft{
	background: url(../../../images/pcweb/icon-mai-left.png) center center no-repeat;
	background-size: 50px 11px;
}
#healthy-swiper .swiper-slide button .icon-mairight{
	background: url(../../../images/pcweb/icon-mai-right.png) center center no-repeat;
	background-size: 50px 11px;
}
#healthy-swiper .swiper-slide .product-shadow{
	position: absolute;
	bottom: 46px;
	/* left: 46px; */
	width: 100%;
	height: 115px;
	background: url(../../../images/pcweb/product-shadow.png) center center no-repeat;
	background-size: 100% 100%;
}


.healthy-list{
	position: relative;
	padding:  0 8%;
	width: 100%;
	background: url(../../../images/pcweb/healthy-dandubg.jpg) center center no-repeat;
	background-size: cover;
}
.healthy-boxs{
	z-index: -1;
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 84%;
	opacity: 0;
}
.healthy-boxs.active{
	z-index: 1;
	opacity: 1;
}
.healthy-boxs-l{
	float: left;
	width: 50%;
}
.healthy-boxs-r{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
}
.healthy-boxs-content{
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 104px;
	width: 100%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.healthy-boxs-content h3 {
	font-size: 44px;
	line-height: 44px;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
}
.healthy-boxs-content span {
	margin-top: 30px;
	margin-bottom: 24px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.healthy-boxs-content p {
	font-size: 18px;
	color: #000;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}
.healthy-dandu .swiper-slide{
	padding: 160px 0;
	text-align: center;
}
.healthy-dandu .swiper-slide img{
	width: auto;
	height: 350px;
}
.healthy-dandu .healthy-prev{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.healthy-dandu .healthy-prev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.healthy-dandu .healthy-next{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.healthy-dandu .healthy-next:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
.mods-bswiper{
	padding: 84px 8% 125px 8%;
	width: 100%;
	height: auto;
	background: url(../../../images/pcweb/mods-bswiper-bg.jpg) center center no-repeat;
	background-size: cover;
}
.mods-bswiper .swiper-slide{
	padding: 0 4.5%;
}
.healthy-bottom-video{
	float: left;
	width: 48%;
	overflow: hidden;
}
.healthy-bottom-video video {
	width: auto;
	height: 100%;
}
.healthy-bottom-img{
	margin-left: 4%;
	float: left;
	width: 48%;
	height: auto;
}
.healthy-bottom-img img{
	width: 100%;
	height: auto;
}

/* 1903酒吧 */
.top1903{
	background: url(../../../images/pcweb/1903text.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.top1903 ul{
	padding: 60px 0 76px 0;
	display: inline-block;
}
.top1903 ul li{
	position: relative;
	padding-left: 20px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.top1903 ul li span{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5.5px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #009948;
	border-radius: 50%;
}
.datamaps{
	position: relative;
}
.maps-info{
	z-index: 9;
	position: absolute;
	top: 124px;
	left: 160px;
}
.maps-info h3{
	height: 98px;
	line-height: 98px;
	font-size: 38px;
	color: #000;
	font-weight: bold;
}
.maps-info span{
	display: block;
	width: 44px;
	height: 4px;
	color: #000;
	background: #ddbf93;
}
.maps-info p{
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.wraplr{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wraplr-boxs{
	width: 100%;
}
.wraplr-boxs .wrap-lboxs{
	float: left;
	width: 66%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.wraplr-boxs .wrap-lboxs img{
	width: 100%;
	height: auto;
}
.wraplr-boxs .wrap-rboxs{
	float: left;
	width: 34%;
}
.text1903{
	margin: 0 auto;
	margin-top: 50%;
	width: 70%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.text1903 .text1903-title{
	font-size: 46px;
	color: #000;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.text1903 .text1903-link{
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 36px;
	display: block;
	width: 44px;
	height: 4px;
	background: #ddbf93;
}
.text1903 .text1903-txt{
	line-height: 35px;
	color: #000000;
	font-size: 18px;
	text-align: justify;
	text-indent: 2em;
}
.bottom1903{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
}
.bottom1903>img{
	width: 100%;
	height: auto;
}
.bottom1903-center{
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.bottom1903-center img{
	display: block;
	margin: 0 auto;
	width: 222px;
	height: 222px;
}
.bottom1903-center span{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 36px;
	height: 36px;
	text-align: center;
	background: url(../../../images/pcweb/icon-dianhua-6.png) center center no-repeat;
	background-size: 36px 36px;
}
.bottom1903-center div{
	margin-top: 10px;
	font-size: 26px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
}
.bottom1903-center p{
	margin-top: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

/* 博物馆 */
.bwg-info{
	padding: 60px 11% 94px 11%;
	width: 100%;
	height: auto;
	background: #f8f8f8;
}
.bwg-info-boxs{
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
}
.bwg-info-boxsl{
	position: absolute;
	float: left;
	width: 50%;
	/*min-height: 200px;*/
	height: auto;
	top: 50%;
	padding: 0 60px 0 60px;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
/*.bwg-info-boxsl div{*/
/*	position: relative;*/
/*}*/
.bwg-info-boxsl div h2{
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 45px;
	color: #000000;
}
.bwg-info-boxsl div span{
	display: block;
	margin-top: 20px;
	width: 44px;
	height: 4px;
	background: #dec090;
}
.bwg-info-boxsl div p.p1{
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: 18px;
	color: #000;
	line-height: 36px;
	text-align: justify;
	font-weight: bold;
}
.bwg-info-boxsl div p.p2{
		margin-top: 3px;
		line-height: 60px;
		text-align: justify;
		font-size: 18px;
		font-weight: bold;
}
.bwg-info-boxsl div p.p2 .icon-bwg{
	display: inline-block;
	margin-right: 10px;
	width: 64px;
	height: 60px;
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-bh{
	background: url(../../../images/pcweb/icon-bwg-bh.png) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-jq{
	background: url(../../../images/pcweb/icon-bwg-jq.png) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-bwg{
	background: url(../../../images/pcweb/icon-bwg-bwg.jpg) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-sf{
	background: url(../../../images/pcweb/icon-bwg-sf.png) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-cx{
	background: url(../../../images/pcweb/icon-bwg-cx.png) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsl div p.p2 .icon-bwg.icon-bwg-pp{
	background: url(../../../images/pcweb/icon-bwg-pp.png) center center no-repeat;
	/* background-size: cover; */
}
.bwg-info-boxsr{
	float: right;
	width: 50%;
	height: auto;
}
#bwg-info-swiper{

}
#bwg-info-swiper .swiper-slide{
	font-size: 0;
}
#bwg-info-swiper img{
	width: 100%;
	height: auto;
}
#bwg-info-swiper .bwginfo-next{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	right: 10px;
	bottom: auto;
	left: auto;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
#bwg-info-swiper .bwginfo-prev{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 10px;
	bottom: auto;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
#bwg-info-swiper .bwginfo-next:hover {
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
#bwg-info-swiper .bwginfo-prev:hover {
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
#bwg-bottom-swiper .swiper-slide{
	font-size: 0;
	/*-webkit-transition: all 0.5s;*/
	/*-moz-transition: all 0.5s;*/
	/*-o-transition: all 0.5s;*/
	/*transition: all 0.5s;*/
}

#bwg-bottom-swiper .swiper-slide .bwg-bottom-one{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 52%;
}
#bwg-bottom-swiper .swiper-slide .bwg-bottom-two{
	position: relative;

	z-index: 10;
	float: right;
	margin-top: 90px;
	width: 52%;
}
#bwg-bottom-swiper .swiper-slide .bwg-bottom-one img,
#bwg-bottom-swiper .swiper-slide .bwg-bottom-two img{
	width: 100%;
}
#bwg-bottom-swiper .swiper-slide .bwg-bottom-one p,
#bwg-bottom-swiper .swiper-slide .bwg-bottom-two p{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	background: -webkit-linear-gradient(to bottom, #0d863f,#06803b, #017b3c);
	background: -moz-linear-gradient(to bottom, #0d863f,#06803b, #017b3c);
	background: -o-linear-gradient(to bottom, #0d863f,#06803b, #017b3c);
	background: linear-gradient(to bottom, #0d863f,#06803b, #017b3c);
}

#bwg-bottom-swiper .swiper-slide img{
	width: 100%;
}
#bwg-bottom-swiper .bwgbottom-prev{
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: auto;
	left: 36%;
	bottom: 20px;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
#bwg-bottom-swiper .bwgbottom-next {
	margin: 0;
	margin-top: -22.5px;
	width: 55px;
	height: 55px;
	top: auto;
	left: 42%;
	bottom: 20px;
	right: auto;
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
.bottom-ss-bwg{
	position: relative;
	width: 100%;
	height: 990px;
	font-size: 0;
	background: url(../../../images/pcweb/text-ss-bwg.jpg) center center no-repeat;
	background-size: cover;
}
.bottom-ss-bwg>img{
	width: 100%;
	height: auto;
}
.bottom-ss-bwg .bottom-ss-bwg-center{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.bottom-ss-bwg-center .p1,
.bottom-ss-bwg-center .p1 p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}
.bottom-ss-bwg-center>span{
	display: block;
	text-align: center;
	margin-top: 85px;
}
.bottom-ss-bwg-center>span i{
	display: inline-block;
	line-height: 72px;
	font-size: 18px;
	color: #fff;
	border-top: 1px solid #7c6859;
	border-bottom: 1px solid #7c6859;
}
.bottom-ss-bwg-center .div1{
	text-align: center;
}
.bottom-ss-bwg-center .div1 span{
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
	background: url(../../../images/pcweb/icon-dianhua-5.png) 10px 12px no-repeat;
	font-size: 22px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
.bottom-ss-bwg-center .bwgerweima{
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	width: 266px;
	height: 266px;
	border-radius: 5px;
}
.bottom-ss-bwg-center .p2{
	margin-top: 32px;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}

.banner-agg{
	width: 100%;
	height: auto;
	font-size: 0;
}
.banner-agg img{
	display: none;
	width: 100%;
	height: auto;
}
.banner-agg img.act{
	display: block;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.djgzboxs-right::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #e7e7e7;
}
/*定义滚动条轨道 内阴影+圆角*/
.djgzboxs-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #e7e7e7;
}

/*定义滑块 内阴影+圆角*/
.djgzboxs-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #009949;
}
.footer-list-boxs3 a.bshareDiv{
	display: none !important;
}
.footer-list-one{
	padding-left: 15px;
}
.footer-list-one li {
	height: 30px;
	line-height: 30px;
}

.banner-next {
	z-index: 99;
	position: fixed;
	bottom: 88px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
.banner-next span {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
}
.banner-next span img {
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.banner-next span .mouse {
	display: none;
	-webkit-animation: bounceY 2s infinite;
	animation: bounceY 2s infinite;
}
.banner-next span .arrows-1 {
	/* 	-webkit-transform: rotate(90deg);
        transform: rotate(90deg); */
    width: 80px;
    height: auto;
	left: 4px;
	top: -60px;
	-webkit-animation: bounceY 2s infinite;
	animation: bounceY 2s infinite;
}
.banner-next span .arrows-2 {
	/* 	-webkit-transform: rotate(90deg);
        transform: rotate(90deg); */
    width: 80px;
    height: auto;
	left: 4px;
	top: -30px;
	-webkit-animation: bounceY 2s infinite;
	animation: bounceY 2s infinite;
}
@-webkit-keyframes bounceY {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 1;
	}
}
@keyframes bounceY {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 1;
	}
}
@-webkit-keyframes fade {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@keyframes fade {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}


.cp-bottom{
	padding: 84px 8% 125px 8%;
	width: 100%;
	height: auto;
	overflow: hidden;

	background: url(../../../images/pcweb/newbackgroundimg.jpg) center center no-repeat;
	background-size: cover;
}
.cp-bottom-c{
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cp-bottom-c.act{
	display: block;
}
.cp-bottom-c div{
	float: left;
	width: 48%;
	height: auto;
}
.cp-bottom-c div+div{
	margin-left: 4%;
}

.cp-bottom-c div video,
.cp-bottom-c div img{
	width: 100%;
	height: auto;
	outline: none;
}
/* 20200804 首页  */
.index-six{
	overflow: hidden;
	background-image: -webkit-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: -moz-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: -o-linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
	background-image: linear-gradient(to bottom, #fefdfe,#ebeff3, #f6f6f6);
}
.index-pphd{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.index-pphd-top{
	margin-top: 30px;
	font-size: 46px;
	line-height: 65px;
	color: #000000;
	font-weight: bold;
}
.index-pphd-swiper{
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 72%;
}
#six-pphd {
	padding: 5px;
}
#six-pphd .swiper-slide{
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}
.sixhdimg{
	font-size: 0;
}
.sixhdimg img{
	width: 100%;
	height: auto;
}
.sixhdtxt{
	padding: 0 10% 30px 10%;
}
.sixhdtxt .p1{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #000000;
}
.sixhdtxt .p2{
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pphd-ljgd{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 300px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	background: url(../../../images/pcweb/welcome-in.png);
	background-size: 100% 100%;
	font-size: 18px;
	color: #000000;
	outline: none;
	cursor: pointer;
	letter-spacing: 4px;
	font-weight: bold;
}
.six-hdprev{
	margin-top: -27.5px;
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
	left: -66px;
	right: auto;
	top: 50%;
}
.six-hdnext{
	margin-top: -27.5px;
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
	right: -66px;
	left: auto;
	top: 50%;
}
.six-hdprev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.six-hdnext:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
/* 20200810 新增加的样式 */
.gbl-next{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.gbl-prev{
	width: 55px;
	height: 55px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.gbl-next:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
.gbl-prev:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}





@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.3),
(min-resolution: 1.19dppx) and (max-resolution: 1.48dppx){
	.wrap-boxs-title{
		height: 55px;
		line-height: 55px;
		font-size: 40px;
	}
	.wrap-boxs-title2{
		margin-top: 20px;
		font-size: 24px;
	}
	.wrap-boxs-txt{
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj02-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj03-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.about-gsry-list ul li p span{
		font-size: 16px;
		line-height: 24px;
	}
	.news-st .news-st-txt{
		margin-top: 40px;
		margin-left: 6%;
	}
	.news-st .news-st-txt .news-st-txt-title{
		margin-top: 8px;
		font-size: 24px;
		line-height: 36px;
	}
	.news-st .news-st-txt .news-st-txt-cont{
		margin-top: 0;
		width: 100%;
		line-height: 30px;
	}
	.news-st .news-st-txt a{
		margin-top: 16px;
		width: 155px;
		height: 42px;
		background: url(../../../images/pcweb/icon-more02.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-txt a:hover{
		background: url(../../../images/pcweb/icon-more01.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-img{
		margin-left: 2%;
	}
	.page-list-rm{
		position: absolute;
		left: 6%;
	}
	.page-list-bottom ul li a{
		padding-bottom: 22px;
	}
	.page-list-bottom-title{
		font-size: 18px;
		line-height: 32px;
	}
	.indexlogo{
		/*width: 160px;*/
	}
	.indexyes,
	.indexno{
		width: 180px;
		height: auto;
	}
	.indexyes{
		margin-left: 280px;
	}
	.indexno{
		margin-right: 280px;
	}
	.index-btn{
		margin-top: 0;
	}
	.index-btn .btnyes,
	.index-btn .btnno{
		height: 45px;
		line-height: 45px;
		border-radius: 22.5px;
		font-size: 18px;
	}
	.index-btn .btnyes{
		left: 310px;
	}
	.index-btn .btnno{
		right: 310px;
	}
	.index-btn p{
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.welcome{
		margin-top: 22px;
		height:60px;
		line-height: 60px;
		font-size: 32px;
	}
	.webcomin{
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.webcom-video{
		margin-top: 160px;
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.news-swiper-laiyuan{
		margin-top: 20px;
		padding-bottom: 22px;
	}
	.mtyzdqd-bottom{
		margin-top: 35px;
	}
	.index-product-swiper{
		margin-top: 10px;
	}
	.index-product-swiper .swiper-slide img{
		width: auto;
		height: 280px;
	}

	/* 二维码 */
	.erweima{
		float: right;
		margin-top: 35px;
		margin-right: -45px;
		font-size: 0;
		width: 360px;
	}
	.erweima img{
		width: 100%;
		height: auto;
	}
	.index-about-right .about-title{
		font-size: 38px;
	}
	.index-about-right p{
		font-size: 16px;
		line-height: 32px;
	}
	.index-about-right p{
		font-size: 16px;
		/*text-indent: 2em;*/
	}
	.footer-logo{
		padding: 12px 0;
	}
	.copy {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.webcom-about{
		margin-top: 0;
		width: 240px;
	}
	.webcom-video2{
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.djgz-left-title,
	.index-product-info div,
	.mtyzdqd-top-left-three{
		font-size: 40px;
	}
	.footer-list-boxs .footer-list-boxs-title{
		margin-top: 12px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs2 .footer-list-boxs-title{
		margin-top: 12px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs .footer-list-boxs-ul1{
		margin-top: 6px;
	}

	.anchorlink01{
		padding: 80px 0 60px 8%;
	}
	.al04-cr .swiper-slide>div>p{
		font-size: 14px;
		line-height: 20px;
	}
	.al04-cr .swiper-slide>div>p>span{
		display: block;
		line-height: 24px;
		margin-bottom: 10px;
		font-size: 18px;
	}

	#healthy-swiper .swiper-slide {
		height: 400px;
	}
	#healthy-swiper .swiper-slide>img {
		max-height: 300px;
	}
	#product-swiper .swiper-slide a .icon-mai,
	#product-swiper .swiper-slide button .icon-mai{
		display: none;
	}
	#product-swiper .swiper-slide a, #product-swiper .swiper-slide button{
		padding: 0 20px;
	}
	.footer-list-boxs .footer-list-boxs-title a,
	.footer-list-boxs2 .footer-list-boxs-title a{
		font-size: 16px;
	}
	.footer-list-two-boxs .list-two-boxs-ul li{
		height: 24px;
		line-height: 24px;
	}
	.banner-next{
		bottom: 75px;
	}
	.banner-next span{
		width: 60px;
	}
	.banner-next span .arrows-1{
		width: 60px;
		height: auto;
		left: 4px;
		top: -20px;
	}
	.banner-next span .arrows-2{
		width: 60px;
		height: auto;
		left: 4px;
		top: 10px;
	}
	.djgz {
		top: 52%;
	}

	.copy{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.bwg-info-boxsr {
		padding: 60px 0;
	}
	.bwg-info-boxsl div p.p2{
		margin-top: 3px;
	}
	.anchorlink04-content-r{
		top: 200px;
		bottom: 200px;
	}
}





@media only screen and (max-width: 1500px ) {
	.wrap-boxs-title{
		height: 55px;
		line-height: 55px;
		font-size: 40px;
	}
	.wrap-boxs-title2{
		margin-top: 20px;
		font-size: 24px;
	}
	.wrap-boxs-txt{
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj02-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj03-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.about-gsry-list ul li p span{
		font-size: 16px;
		line-height: 24px;
	}
	.news-st .news-st-txt{
		margin-top: 40px;
		margin-left: 6%;
	}
	.news-st .news-st-txt .news-st-txt-title{
		margin-top: 8px;
		font-size: 24px;
		line-height: 36px;
	}
	.news-st .news-st-txt .news-st-txt-cont{
		margin-top: 0;
		width: 100%;
		line-height: 30px;
	}
	.news-st .news-st-txt a{
		margin-top: 16px;
		width: 155px;
		height: 42px;
		background: url(../../../images/pcweb/icon-more02.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-txt a:hover{
		background: url(../../../images/pcweb/icon-more01.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-img{
		margin-left: 2%;
	}
	.page-list-rm{
		position: absolute;
		left: 6%;
	}
	.page-list-bottom ul li a{
		padding-bottom: 22px;
	}
	.page-list-bottom-title{
		font-size: 18px;
		line-height: 32px;
	}
	.indexlogo{
		/*width: 160px;*/
	}
	.indexyes,
	.indexno{
		width: 180px;
		height: auto;
	}
	.indexyes{
		margin-left: 280px;
	}
	.indexno{
		margin-right: 280px;
	}
	.index-btn{
		margin-top: 0;
	}
	.index-btn .btnyes,
	.index-btn .btnno{
		height: 45px;
		line-height: 45px;
		border-radius: 22.5px;
		font-size: 18px;
	}
	.index-btn .btnyes{
		left: 310px;
	}
	.index-btn .btnno{
		right: 310px;
	}
	.index-btn p{
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.welcome{
		margin-top: 22px;
		height:60px;
		line-height: 60px;
		font-size: 32px;
	}
	.webcomin{
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.webcom-video{
		margin-top: 160px;
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.news-swiper-laiyuan{
		margin-top: 20px;
		padding-bottom: 22px;
	}
	.mtyzdqd-bottom{
		margin-top: 35px;
	}
	.index-product-swiper{
		margin-top: 10px;
	}
	.index-product-swiper .swiper-slide img{
		width: auto;
		height: 320px;
	}
	/* 二维码 */
	.erweima{
		float: right;
		margin-top: 35px;
		margin-right: -45px;
		font-size: 0;
		width: 360px;
	}
	.erweima img{
		width: 100%;
		height: auto;
	}

	.index-about-right .about-title{
		font-size: 38px;
	}
	.index-about-right p{
		font-size: 16px;
		line-height: 32px;
	}

	.index-about-right p{
		font-size: 16px;
		text-indent: 2em;
	}
	.footer-logo{
		padding: 20px 0;
	}
	.copy {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.footer-list-boxs .footer-list-boxs-title{
		margin-top: 12px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs2 .footer-list-boxs-title{
		margin-top: 12px;
	}
	.footer-list-boxs .footer-list-boxs-ul1{
		margin-top: 6px;
	}
	#product-swiper .swiper-slide a, #product-swiper .swiper-slide button{
		padding: 0 20px;
	}
	.footer-list-boxs .footer-list-boxs-title a,
	.footer-list-boxs2 .footer-list-boxs-title a{
		font-size: 16px;
	}
	.bwg-info-boxsr{
		padding: 60px 0;
	}

	.bwg-info-boxsl div p.p2{
		margin-top: 3px;
	}
	.anchorlink04-content-r{
		top: 200px;
		bottom: 200px;
	}
}
/* 品牌活动 */
.wrap-boxs-top{
	width: 100%;
	height: auto;
	background: #f5f5f5;
}
.wrap-boxs-top-centent{
	position: relative;
	padding: 100px 0;
	margin: 0 auto;
	width: 84%;
}
.wbt-left{
	float: left;
	margin: 0 auto;
	width: 48%;
	height: auto;
	padding: 0 30px;
	text-align: justify;
}
.wbt-left p{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 42px;
	color: #666666;
	text-indent: 2em;
}
.wbt-left p+p{
	margin-top: 40px;
}
.wbt-right{
	position: absolute;
	right: 0;
	width: 52%;
	top: 50%;
	margin-top: -95px;
}
.wbt-right .wbt-swiper{
	margin: 0 auto;
	width: 90%;
}
.wbt-right .wbt-swiper .swiper-slide{
	cursor: pointer;
}
.wbt-right .wbt-swiper .swiper-slide img.img-icon{
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 100px;
}
.wbt-right .wbt-swiper .swiper-slide img.pic-icon,
.wbt-right .wbt-swiper .swiper-slide a img.pic-icon{
	margin: 0 auto;
	display: block;
	width: 80%;
	height: auto;
}
.wbt-right .wbt-swiper .swiper-slide p,
.wbt-right .wbt-swiper .swiper-slide a p{
	margin-top: 10px;
	width: 100%;
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.swiper-wbtp{
	margin: 0;
	width: 55px;
	height: 55px;
	right: 120px;
	left: 0;
	top: 50%;
	margin-top: -27.5px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.swiper-wbtp:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.swiper-wbtn{
	margin: 0;
	width: 55px;
	height: 55px;
	right: 0;
	left: auto;
	top: 50%;
	margin-top: -27.5px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.swiper-wbtn:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}
.wrap-boxs-bottom{
	padding-top: 35px;
	padding-bottom: 200px;
	width: 100%;
	height: auto;
	background: url(../../../images/pcweb/hdbbg.jpg) center bottom no-repeat;
	background-size: cover;
}
.wrap-boxs-bottom-mods{
	position: relative;
	padding: 36px;
	margin: 0 auto;
	width: 84%;
}
.wrap-boxs-bottom-mods-l{
	width: 25%;
}
.wrap-boxs-bottom-mods-l .wbbm-title{
	/*height: 100%;*/
}
.wrap-boxs-bottom-mods-l .wbbm-title p{
	position: relative;
	display: inline-block;
	width: auto;
	height: 90px;
	line-height: 84px;
	color: #000;
	font-size: 28px;
}
.wrap-boxs-bottom-mods-l .wbbm-title p span{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: #059950;
	border-radius: 3px;
}
.wrap-boxs-bottom-mods-l .wbbm-txt{
	padding-bottom: 20px;
	margin-top: 48px;
	line-height: 40px;
	color: #666666;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: justify;
	text-indent: 2em;
}
.wrap-boxs-bottom-mods-l{
	/* width: 25%; */
}
.hd-mods{
	/* padding: 0 70px; */
}
.wrap-boxs-bottom-mods-r{
	padding: 0 70px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 73%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.hd-mods .swiper-slide{
	border: 1px solid #d9d9d9;
	padding-bottom: 40px;
}
.hd-mods .hd-mods-img,
.hd-mods a .hd-mods-img{
	width: 100%;
	height: auto;
	font-size: 0;
	overflow: hidden;
}
.hd-mods .hd-mods-img img,
.hd-mods a .hd-mods-img img{
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
	transition: .5s all linear;
	-ms-transition: .5s all linear;
	-moz-transition: .5s all linear;
	-webkit-transition: .5s all linear;
	-o-transition: .5s all linear;
}
.hd-mods .swiper-slide:hover .hd-mods-img img,
.hd-mods .swiper-slide:hover a .hd-mods-img img{
	transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-moz-transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
}
.hd-mods .hd-mods-link {
	padding: 0 25px;
	margin-top: 12px;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hd-mods .hd-mods-p {
	padding: 0 25px;
	margin-top: 15px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.swiper-hdp{
	margin: 0;
	width: 55px;
	height: 55px;
	right: 120px;
	left: 0;
	top: 50%;
	margin-top: -27.5px;
	background-image: url(../../../images/pcweb/icon-btn-left.png);
	background-size: 100% 100%;
}
.swiper-hdp:hover{
	background-image: url(../../../images/pcweb/icon-btn-left2.png);
	background-size: 100% 100%;
}
.swiper-hdn{
	margin: 0;
	width: 55px;
	height: 55px;
	right: 0;
	left: auto;
	top: 50%;
	margin-top: -27.5px;
	background-image: url(../../../images/pcweb/icon-btn-right.png);
	background-size: 100% 100%;
}
.swiper-hdn:hover{
	background-image: url(../../../images/pcweb/icon-btn-right2.png);
	background-size: 100% 100%;
}

/* 0630 */
.hd-news-list{
	padding: 20px 0 80px 0;
	margin: 0 auto;
	width: 84%;
	height: auto;
}
.hd-news-list ul li a{
	display: inline-block;
	position: relative;
	padding: 32px 20px 32px 85px;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.hd-news-list ul li time {
	position: absolute;
	top: 32px;
	left: 0;
	width: 85px;
	height: 55px;
	line-height: 30px;
	font-size: 16px;
	color: #cacaca;
	text-align: center;
}
.hd-news-list ul li div {
	padding-left: 40px;
	width: 100%;
}
.hd-news-list .hd-news-p {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hd-news-list .hd-news-fbz {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #bababa;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media only screen and (max-width: 1500px ) {
	.wrap-boxs-title{
		height: 55px;
		line-height: 55px;
		font-size: 40px;
	}
	.wrap-boxs-title2{
		margin-top: 20px;
		font-size: 24px;
	}
	.wrap-boxs-txt{
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj02-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-boxsjj03-txt{
		font-size: 18px;
		line-height: 30px;
	}
	.about-gsry-list ul li p span{
		font-size: 16px;
		line-height: 24px;
	}
	.news-st .news-st-txt{
		margin-top: 40px;
		margin-left: 6%;
	}
	.news-st .news-st-txt .news-st-txt-title{
		margin-top: 8px;
		font-size: 24px;
		line-height: 36px;
	}
	.news-st .news-st-txt .news-st-txt-cont{
		margin-top: 0;
		width: 100%;
		line-height: 30px;
	}
	.news-st .news-st-txt a{
		margin-top: 16px;
		width: 155px;
		height: 42px;
		background: url(../../../images/pcweb/icon-more02.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-txt a:hover{
		background: url(../../../images/pcweb/icon-more01.png) center center no-repeat;
		background-size: 100% 100%;
	}
	.news-st .news-st-img{
		margin-left: 2%;
	}
	.page-list-rm{
		position: absolute;
		left: 6%;
	}
	.page-list-bottom ul li a{
		padding-bottom: 22px;
	}
	.page-list-bottom-title{
		font-size: 18px;
		line-height: 32px;
	}
	.indexlogo{
		/*width: 160px;*/
	}
	.indexyes,
	.indexno{
		width: 180px;
		height: auto;
	}
	.indexyes{
		margin-left: 280px;
	}
	.indexno{
		margin-right: 280px;
	}
	.index-btn{
		margin-top: 0;
	}
	.index-btn .btnyes,
	.index-btn .btnno{
		height: 45px;
		line-height: 45px;
		border-radius: 22.5px;
		font-size: 18px;
	}
	.index-btn .btnyes{
		left: 310px;
	}
	.index-btn .btnno{
		right: 310px;
	}
	.index-btn p{
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.welcome{
		margin-top: 22px;
		height:60px;
		line-height: 60px;
		font-size: 32px;
	}
	.webcomin{
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.webcom-video{
		margin-top: 160px;
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.news-swiper-laiyuan{
		margin-top: 20px;
		padding-bottom: 22px;
	}
	.mtyzdqd-bottom{
		margin-top: 35px;
	}
	.index-product-swiper{
		margin-top: 10px;
	}
	.index-product-swiper .swiper-slide img{
		width: auto;
		height: 280px;
	}

	/* 二维码 */
	.erweima{
		float: right;
		margin-top: 35px;
		margin-right: -45px;
		font-size: 0;
		width: 360px;
	}
	.erweima img{
		width: 100%;
		height: auto;
	}
	.index-about-right .about-title{
		font-size: 38px;
	}
	.index-about-right p{
		font-size: 16px;
		line-height: 32px;
	}
	.index-about-right p{
		font-size: 16px;
		/*text-indent: 2em;*/
	}
	.footer-logo{
		padding: 12px 0;
	}
	.copy {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.webcom-about{
		margin-top: 0;
		width: 240px;
	}
	.webcom-video2{
		width: 240px;
		height: 80px;
		line-height: 80px;
	}
	.djgz-left-title,
	.index-product-info div,
	.mtyzdqd-top-left-three{
		font-size: 40px;
	}
	.footer-list-boxs .footer-list-boxs-title{
		margin-top: 12px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs2 .footer-list-boxs-title{
		margin-top: 12px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs .footer-list-boxs-ul1{
		margin-top: 6px;
	}

	.anchorlink01{
		padding: 80px 0 60px 8%;
	}
	.al04-cr .swiper-slide>div>p{
		font-size: 14px;
		line-height: 20px;
	}
	.al04-cr .swiper-slide>div>p>span{
		display: block;
		line-height: 24px;
		margin-bottom: 10px;
		font-size: 18px;
	}

	#healthy-swiper .swiper-slide {
		height: 400px;
	}
	#healthy-swiper .swiper-slide>img {
		max-height: 300px;
	}
	#product-swiper .swiper-slide a .icon-mai,
	#product-swiper .swiper-slide button .icon-mai{
		display: none;
	}
	#product-swiper .swiper-slide a, #product-swiper .swiper-slide button{
		padding: 0 20px;
	}
	.footer-list-boxs .footer-list-boxs-title a,
	.footer-list-boxs2 .footer-list-boxs-title a{
		font-size: 16px;
	}
	.footer-list-two-boxs .list-two-boxs-ul li{
		height: 24px;
		line-height: 24px;
	}
	.banner-next{
		bottom: 75px;
	}
	.banner-next span{
		width: 60px;
	}
	.banner-next span .arrows-1{
		width: 60px;
		height: auto;
		left: 4px;
		top: -60px;
	}
	.banner-next span .arrows-2{
		width: 60px;
		height: auto;
		left: 4px;
		top: -30px;
	}
	.djgz {
		top: 52%;
	}

	.copy{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	.bwg-info-boxsl div p.p2{
		margin-top: 3px;
	}
}
@media only screen and (max-width: 1366px ) {

	.wrap-boxs-title{
		height: 40px;
		line-height: 40px;
		font-size: 32px;
	}
	.wrap-boxs-title2{
		margin-top: 10px;
		font-size: 22px;
	}
	.wrap-boxs-txt{
		margin-top: 10px;
		font-size: 14px;
	}
	.wrap-boxsjj02-txt{
		font-size: 14px;
	}
	.wrap-boxsjj03-txt{
		font-size: 14px;
	}
	.about-gsry-list ul li p span{
		font-size: 16px;
		line-height: 24px;
	}
	#gsjj3 .swiper-slide .gsjj3img-txt{
		padding: 0 14%;
		font-size: 18px;
	}
	.news-st .news-st-txt a{
		margin-top: 0;
	}
	.page-news-top .page-news-title{
		font-size: 28px;
	}
	.page-news-content{
		font-size: 18px;
	}
	.indexlogo{
		/*width: 145px;*/
	}
	.indexyes,
	.indexno{
		width: 165px;
		height: auto;
	}
	.indexyes{
		margin-left: 280px;
	}
	.indexno{
		margin-right: 280px;
	}
	.index-btn .btnyes,
	.index-btn .btnno{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 18px;
	}
	.index-btn .btnyes{
		left: 310px;
	}
	.index-btn .btnno{
		right: 310px;
	}
	.index-btn p{
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}
	.welcome{
		margin-top: 0;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}
	.webcomin{
		width: 210px;
		height: 70px;
		line-height: 70px;
	}
	.webcom-video{
		margin-top: 100px;
		width: 210px;
		height: 70px;
		line-height: 70px;
	}
	.djgz{
		padding: 0 20%;
	}
	.djgz-left-title{
		margin-top: 18px;
		height: 80px;
		line-height: 80px;
		font-size: 38px;
	}
	.mtyzdqd-top-left-three{
		font-size: 42px;
	}
	.index-product-info div{
		font-size: 38px;
	}
	.index-product-swiper .swiper-slide img{
		width: auto;
		height: 240px;
	}
	.index-about-right .about-title{
		font-size: 38px;
	}
	.index-about-right p{
		font-size: 14px;
	}
	.footer-logo{
		padding: 10px 0;
	}
	.footer-list-boxs .footer-list-boxs-title{
		margin-top: 6px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list-boxs2 .footer-list-boxs-title{
		margin-top: 6px;
		height: 28px;
		line-height: 28px;
	}
	.footer-list .share{
		margin-top: 6px;
	}
	.footer-list-boxs .footer-list-boxs-ul1{
		margin-top: 6px;
	}
	.footer-list-boxs .footer-list-boxs-ul1 li{
		height: 24px;
		line-height: 24px;
	}
	.footer-list-two-boxs .list-two-boxs-ul li{
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.footer-list-boxs .footer-list-boxs-ul1 li a{
		font-size: 14px;
	}
	.list-two-boxs-title a{
		font-size: 14px;
	}
	.copy{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.anchorlink01{
		padding: 62px 0 50px 8%;
	}

	#healthy-swiper .swiper-slide {
		max-height: 350px;
	}
	#healthy-swiper .swiper-slide>img {
		height: 250px;
	}
	.healthy-wrap{
		padding: 190px 0 90px 0;
	}

	.banner-next{
		bottom: 60px;
	}
	.banner-next span{
		width: 60px;
	}
	.banner-next span .arrows-1{
		width: 60px;
		height: auto;
		left: 4px;
		top: -60px;
	}
	.banner-next span .arrows-2{
		width: 60px;
		height: auto;
		left: 4px;
		top: -30px;
	}

	.footer-list-one li {
		height: 24px;
		line-height: 24px;
	}
	.bwg-info-boxsl div h2{
		line-height: 50px;
		font-style: 40px;
	}
	.bwg-info-boxsl div p.p1{
		line-height: 30px;
		font-size: 16px;
	}
	.bwg-info-boxsl div p.p2{
		margin-top: 3px;
	}
	.anchorlink04-content-r{
		top: 200px;
		bottom: 200px;
	}
}