body {
	font-family: "PingFang SC", Microsoft YaHei, arial, "宋体";
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}
.container {
	padding: 0 .4rem;
}
.bg-image {
	background: no-repeat center center;
	background-size: cover;
}
.header-wrapper {
	height: 1.2rem;
	padding: .15rem 0;
}
.header-wrapper .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-wrapper .logo {
	width: 2.88rem;
}
.header-wrapper .control {
	display: flex;
	align-items: center;
}
.header-wrapper .control .icon-search {
	padding: .1rem;
	margin-right: .5rem;
}
.header-wrapper .control .icon-search::after {
	content: "";
	display: block;
	width: .36rem;
	height: .36rem;
	background: url(../images/search.png) no-repeat;
	background-size: .36rem;
}
.menu {
	padding: .1rem;
	margin-right: -.1rem;
}
.menu span {
	display: block;
	margin-bottom: .09rem;
	width: .4rem;
	height: .04rem;
	border-radius: 2px;
	background-color: #005c30;
}
.menu span:nth-child(2) {
	width: .3rem;
}
.menu span:last-child {
	margin-bottom: 0;
}
.footer-wrapper .bottom {
	background-color: #1a1a1a;
	padding: .8rem 0 .48rem;
}
.footer-wrapper .bottom .links {
	text-align: center;
	font-size: 0;
	line-height: 1.5;
	margin-bottom: .46rem;
}
.footer-wrapper .bottom .links li {
	display: inline-block;
	vertical-align: top;
}
.footer-wrapper .bottom .links li::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: .02rem;
	height: .26rem;
	background-color: #4c4c4c;
	margin: .06rem .3rem 0;
}
.footer-wrapper .bottom .links li:last-child::after {
	display: none;
}
.footer-wrapper .bottom .links li a {
	font-size: .26rem;
	color: #999;
}
.footer-wrapper .bottom .copyright {
	font-size: .22rem;
	line-height: 1.85;
	color: #666;
	text-align: center;
}
.footer-wrapper .bottom .copyright a {
	color: #666;
}
.footer-wrapper .top .nav {
	padding: 0 .3rem;
	background-color: #1a1a1a;
}
.footer-wrapper .top .nav li {
	border-bottom: .02rem solid #424242;
}
.footer-wrapper .top .nav li:last-child {
	border-bottom: none;
}
.footer-wrapper .top .nav a {
	color: #fff;
	display: block;
	line-height: 1.6rem;
	font-size: .36rem;
	position: relative;
}
.footer-wrapper .top .nav a::after {
	content: "";
	position: absolute;
	right: .3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .32rem;
	height: .18rem;
	background: url(../images/down.png) no-repeat;
	background-size: .32rem auto;
}
.footer-wrapper .third-party {
	border-bottom: .02rem solid #292929;
	border-top: .02rem solid #292929;
	padding: .8rem 0 .88rem;
	background-color: #1d1d1d;
}
.footer-wrapper .third-party .item {
	width: 50%;
	float: left;
	text-align: center;
}
.footer-wrapper .third-party .item .tit {
	font-size: .36rem;
	color: #fff;
	margin-bottom: .44rem;
}
.footer-wrapper .third-party .item .icon-group {
	font-size: 0;
}
.footer-wrapper .third-party .item .icon-group a {
	display: inline-block;
	width: .76rem;
	height: .64rem;
	background: no-repeat center center;
	background-size: .76rem auto;
	margin: 0 .33rem;
	position: relative;
}
.footer-wrapper .third-party .item .icon-group a .code {
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	bottom: 120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
	display: none;
}
.footer-wrapper .third-party .item .icon-group a:hover .code {
	display: block;
}
#banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: .5rem;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
#banner .slick-dots li button {
	display: none;
}
#banner .slick-dots li {
	display: inline-block;
	width: .36rem;
	height: .12rem;
	background: rgba(255,255,255,.5);
	margin: 0 .09rem;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
#banner .slick-dots li.slick-active {
	background: rgba(255,255,255,1);
	width: 1.2rem;
}
.font-sm {
	font-size: .24rem;
}
.font-base {
	font-size: .28rem;
}
.font-llg {
	font-size: .6rem;
}
.idx-1 {
	padding: .7rem 0 0;
}
.idx-section .text1 {
	color: #888;
	margin-bottom: .1rem;
}
.idx-section .text2 {
	font-size: .6rem;
	line-height: .76rem;
	margin-bottom: .45rem;
}
.idx-1 .list .item {
	position: relative;
	margin-bottom: .4rem;
}
.idx-1 .list .item:last-child {
	margin-bottom: 0;
}
.idx-1 .list .item .bg-image {
	width: 100%;
	height: 4.7rem;
}
.idx-1 .list .item .content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 0 0 .3rem .3rem;
}
.idx-1 .list .item .content .btn {
	display: block;
	width: 2.16rem;
	height: .7rem;
	line-height: .7rem;
	background: #fff;
	text-align: center;
	font-size: .26rem;
	font-weight: 400;
}
.idx-1 .list .item .content .tit {
	font-size: .42rem;
	color: #fff;
	margin-bottom: .18rem;
	max-width: 70%;
}
.idx-article {
	padding: .74rem 0 1.5rem;
}
.idx-article .text {
	font-size: .26rem;
	color: #888;
	margin-bottom: .1rem;
}
.idx-article .title {
	font-size: .48rem;
	line-height: .76rem;
	margin-bottom: .3rem;
}
.idx-article .desc {
	font-size: .28rem;
	line-height: .46rem;
}
.idx-2 .list .item {
	margin-bottom: .2rem;
	background-color: #f7f7f7;
}
.idx-2 .list .item a {
	display: flex;
}
.idx-2 .list .item:last-child {
	margin-bottom: 0;
}
.idx-2 .list .item .bg-image {
	width: 2.2rem;
	flex: 0 0 2.2rem;
	height: 4rem;
}
.idx-2 .list .item .content {
	flex: 1;
	padding: .4rem .5rem .2rem;
}
.idx-2 .list .item .content .tit {
	font-size: .36rem;
	margin-bottom: .16rem;
}
.idx-2 .list .item .content .desc {
	font-size: .28rem;
	line-height: .44rem;
	color: #333;
}
.idx-3 .list {
	margin: 0 -.2rem;
}
.idx-3 .list .item {
	width: 50%;
	float: left;
	padding: 0 .2rem;
}
.idx-3 .list .item:nth-child(3n) {
	margin-top: -1.7rem;
}
.idx-3 .list .item .inner {
	margin-bottom: .4rem;
	position: relative;
}
.idx-3 .list .item-1 .bg-image,
.idx-3 .list .item-4 .bg-image {
	height: 4.4rem;
}
.idx-3 .list .item .content {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 0 .3rem .3rem;
}
.idx-3 .list .item-2 .bg-image,
.idx-3 .list .item-3 .bg-image {
	height: 3.8rem;
}
.idx-3 .list .item-2 .box,
.idx-3 .list .item-3 .box {
	width: 100%;
	height: 2.3rem;
	background: url(../images/bg_1.jpg);
	position: relative;
}
.idx-3 .list .item-2 .tit,
.idx-3 .list .item-3 .tit {
	color: #fff;
}
.idx-3 .list .item .tit {
	font-size: .42rem;
	margin-bottom: .18rem;
}
.idx-3 .list .item .btn {
	display: block;
	width: 2.16rem;
	height: .7rem;
	line-height: .7rem;
	background: #fff;
	text-align: center;
	font-size: .26rem;
}
.idx-4 {
	margin-bottom: .72rem;
}
.idx-4 .text2 {
	margin-bottom: .14rem;
}
.idx-4 .slider .item,
.idx-5 .slider .item {
	position: relative;
}
.idx-4 .slider .item .content,
.idx-5 .slider .item .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 .3rem .3rem;
	z-index: 1;
}
.idx-4 .slider .item .content .tit,
.idx-5 .slider .item .content .tit {
	font-size: .42rem;
	color: #fff;
	margin-bottom: .18rem;
}
.idx-4 .slider .item .content .btn,
.idx-5 .slider .item .content .btn {
	display: block;
	width: 2.16rem;
	height: .7rem;
	line-height: .7rem;
	background: #fff;
	text-align: center;
	font-size: .26rem;
}
.idx-4 .slider .slick-dots,
.idx-5 .slider .slick-dots {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: .5rem;
}
.idx-4 .slider .slick-dots li button,
.idx-5 .slider .slick-dots li button {
	display: none;
}
.idx-4 .slider .slick-dots li,
.idx-5 .slider .slick-dots li {
	display: inline-block;
	width: .36rem;
	height: .12rem;
	background: #eee;
	margin: 0 .09rem;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.idx-4 .slider .slick-dots li.slick-active,
.idx-5 .slider .slick-dots li.slick-active {
	background: #005C30;
	width: 1.2rem;
}
.idx-5 {
	margin-bottom: .97rem;
}
.auto {
	margin: 0 .3rem;
}
.navbar {
	background: #F7F7F7;
	border-bottom: .02rem solid #ededed;
}
.navbar .auto {
	position: relative;
}
.navbar .title {
	font-size: .32rem;
	line-height: 1rem;
}
.navbar .down {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .26rem;
	height: .14rem;
	background: url(../images/down2.png) no-repeat;
	background-size: .26rem;
}
.column-title .title {
	font-size: .5rem;
}
.column-title .desc {
	font-size: .28rem;
	line-height: 1.65;
}
.column-title {
	padding: .66rem 0 .56rem;
}
.brand-gk-1 .content {
	padding: .4rem .9rem .5rem .3rem;
	background: url(../images/bg_2.jpg);
}
.brand-gk-1 .content .text {
	line-height: 1.65;
	color: #333;
}
.brand-gk-1 {
	margin-bottom: .8rem;
}
.brand-gk-2 .list {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: -.5rem;
	margin-left: 1px;
}
.brand-gk-2 .list .item {
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	margin-top: -1px;
	margin-left: -1px;
}
.brand-gk-2 .content {
	line-height: 1.65;
	color: #333;
	padding: .38rem .9rem .92rem 0;
}
.brand-gk-3 .content {
	line-height: 1.65;
	color: #333;
	padding: .4rem 1.22rem .85rem .6rem;
}
.contact-us .map {
	height: 3.9rem;
}
.contact-us .info {
	padding: .5rem .3rem .9rem;
	background: url(../images/bg_3.jpg) no-repeat;
	background-size: cover;
}
.contact-us .info dt {
	font-size: .36rem;
	margin-bottom: .2rem;
}
.contact-us .info dd {
	font-size: .28rem;
	color: #555;
	margin-bottom: .28rem;
	padding-left: .5rem;
	background: no-repeat left center;
	background-size: .3rem auto;
}
.contact-us .info dd:last-child {
	margin-bottom: 0;
}
.contact-us .info dd span,
.contact-us .info dd a {
	color: #000;
}
.contact-us .info dd:nth-child(2) {
	background-image: url(../images/icon_1.png);
}
.contact-us .info dd:nth-child(3) {
	background-image: url(../images/icon_2.png);
}
.contact-us .info dd:nth-child(4) {
	background-image: url(../images/icon_3.png);
}
.contact-us .info dd:nth-child(5) {
	background-image: url(../images/icon_4.png);
}
.contact-us .info dd:nth-child(6) {
	background-image: url(../images/icon_5.png);
}
.contact-us .info dd:nth-child(7) {
	background-image: url(../images/icon_6.png);
}
.brand-history .list {
	border-left: 1px solid #000;
	margin-bottom: 1rem;
}
.brand-history .list .item {
	padding-bottom: .5rem;
	padding-left: .5rem;
	position: relative;
}
.brand-history .list .item .inner {
	display: flex;
}
.brand-history .list .item .image {
	flex: 0 0 2.5rem;
	width: 2.5rem;
	height: 1.75rem;
}
.brand-history .list .item .content {
	flex: 1;
	padding-left: .25rem;
}
.brand-history .list .item .year {
	font-size: .3rem;
	line-height: 100%;
	margin-bottom: .1rem;
}
.brand-history .list .item .desc {
	font-size: .28rem;
	line-height: 1.45;
	color: #777;
}
.brand-history .list .item .ball {
	width: .2rem;
	height: .2rem;
	border-radius: 50%;
	position: absolute;
	left: -.11rem;
	top: .77rem;
	background-color: rgba(153,153,153,.3);
	z-index: 1;
	padding: .04rem;
}
.brand-history .list .item .ball::after {
	content: "";
	display: block;
	border-radius: 50%;
	background-color: #888;
	width: 100%;
	height: 100%;
}
.brand-history .list .item .dots {
	position: absolute;
	left: .15rem;
	top: .86rem;
	font-size: 0;
}
.brand-history .list .item .dots span {
	display: inline-block;
	width: .02rem;
	height: .02rem;
	background-color: #005c30;
	margin: 0 .04rem;
}
.news {
	padding-bottom: .85rem;
}
.news .list .item {
	margin-bottom: .2rem;
}
.news .list .item:last-child {
	margin-bottom: 0;
}
.news .list .item a {
	display: flex;
}
.news .list .item .image {
	width: 2.8rem;
	flex: 0 0 2.8rem;
}
.news .list .item .bg-image {
	padding-top: 78%;
}
.news .list .item .content {
	padding: .22rem .28rem;
	border: 1px solid #eee;
}
.news .list .item .news-title {
	font-size: .3rem;
	line-height: 1.35;
	margin-bottom: .14rem;
}
.news .list .item .time {
	font-size: .24rem;
	color: #888;
}
.news .Pages {margin-top: .8rem;}
/*pages*/
.Pages{text-align: center;font-size: 0;}
.Pages span{ padding:0px 3px; display:inline-block;vertical-align: top;}
.Pages a{ display:inline-block; vertical-align: top; width: .64rem;height: .64rem;line-height: .64rem;font-size: 0;color: #bbb; border: 1px solid #E0E0E0;}
/*.Pages .p_cur{ float:left;}*/
.Pages .p_cur b{ color:#F00;}
/*.Pages .p_count{ float:left;}*/
.Pages .p_count b{ color:#F00;}
/*.Pages .p_total { float:left;}*/
.Pages .p_total b{ color:#F00;}
/*.Pages .p_page{ float:right;}*/
.Pages .p_page em{ font-style:normal; font-family:Arial;}
.Pages .p_page em a{ padding:0px 7px;font-size: .24rem;margin: 0 .05rem;}
.Pages .p_page em a.a_cur{ color:#fff; border:solid 1px #005c30; background:#005c30;}
.Pages .p_page b{ font-weight:normal;}
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;}
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none; background:url(page_goto.jpg) no-repeat;}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end {display: none;}
.Pages .a_prev {margin-right: .15rem;background: url(../images/icon_8.png) no-repeat center center;background-size: .26rem auto;}
.Pages .a_next {margin-left: .15rem;background: url(../images/icon_7.png) no-repeat center center;background-size: .26rem auto;}
/*pages end*/

.news-detail {
	padding: .66rem 0 .56rem;
}
.news-detail .article-wrap .title {
	font-size: .32rem;
	text-align: center;
	margin-bottom: .2rem;
}
.news-detail .article-wrap .other-info {
	text-align: center;
	font-size: .24rem;
	color: #999;
	padding-bottom: .1rem;
	border-bottom: 1px solid #e9eaed;
}
.news-detail .article-wrap .article-content {
	padding: .3rem 0;
}
.news-detail .article-wrap .article-content p {
	line-height: 2;
	font-size: .24rem;
}
.news-detail .relative-wrap {
	padding-top: .5rem;
}
.news-detail .relative-wrap p {
	font-size: .26rem;
	padding: .06rem 0;
}
.honor-1 .content {
	background: url(../images/bg_2.jpg);
	padding: .44rem 0 .32rem;
}
.honor-1 .content .title {
	font-size: .36rem;
	line-height: .46rem;
	text-align: center;
	padding: 0 .8rem;
	margin-bottom: .3rem;
}
.honor-1 .content .standard {
	font-size: 0;
	line-height: 1.8;
	color: #888;
	text-align: center;
}
.honor-1 .content .standard span {
	display: inline-block;
	vertical-align: middle;
	font-size: .28rem;
}
.honor-1 .content .standard .line {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: .24rem;
	background: #919191;
	margin: 0 .08rem;
}
.honor-1 .content .standard span:last-child::after {
	display: none;
}
.honor-2 {
	padding: 0 0 .86rem;
}
.honor-2 .honor-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: .7rem;
	margin-bottom: 1.12rem;
}
.honor-2 .honor-list .item {
	width: 50%;
	padding-top: .42rem;
	position: relative;
}
.honor-2 .honor-list .item .honor-image {
	height: 1.85rem;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.honor-2 .honor-list .item .image {
	margin: 0 auto;
	padding: .07rem .05rem .05rem;
	background: #933139 url(../images/frame1.png) no-repeat;
	background-size: 100% 100%;
}
.honor-2 .honor-list .item .image img {
	max-height: 1.75rem;
	max-width: 1.76rem;
}
.honor-2 .honor-list .item .item-title {
	text-align: center;
	font-size: .28rem;
	line-height: 1.45;
	padding: .33rem .46rem 0;
	position: relative;
	z-index: 2;
}
.honor-2 .honor-list .item .line {
	position: absolute;
	left: 0;
	top: 2.22rem;
	width: 100%;
	height: .8rem;
	background: url(../images/bar3.jpg) repeat-x;
	background-size: auto .8rem;
}
.honor-2 .honor-list .item:nth-child(odd)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2.22rem;
	width: .82rem;
	height: .8rem;
	background: url(../images/bar4.jpg) no-repeat;
	background-size: auto .8rem;
	z-index: 1;
}
.honor-2 .honor-list .item:nth-child(even)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 2.22rem;
	width: .82rem;
	height: .8rem;
	background: url(../images/bar5.jpg) no-repeat;
	background-size: auto .8rem;
	z-index: 1;
}
/* feng */
.f-c-icon {
  display: inline-block;
}
.f-startVid-wrap {
  position: relative;
  padding-bottom: 1.1rem;
}
.f-startVid-wrap .slick-prev,
.f-startVid-wrap .slick-next {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
  border: 0px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
}
.f-startVid-wrap .slick-prev:hover,
.f-startVid-wrap .slick-next:hover {
  background-color: #005c30;
}
.f-startVid-wrap .slick-prev {
  transform: translateX(-0.9rem);
  background-image: url(../images/a_prev.png);
  background-size: 0.32rem;
}
.f-startVid-wrap .slick-next {
  margin-left: 0.5rem;
  background-image: url(../images/a_next.png);
  background-size: 0.32rem;
}
.f-startVid-wrap .slick-prev:hover {
  background-color: #005c30;
  background-image: url(../images/a_prev_hl.png);
}
.f-startVid-wrap .slick-next:hover {
  background-color: #005c30;
  background-image: url(../images/a_next_hl.png);
}
.f-startVid-wrap .item .pic {
  position: relative;
}
.f-startVid-wrap .item .pic video {
  max-width: 100%;
  display: block;
}
.f-startVid-wrap .item .pic .cover {
	position: absolute;
	top: 0;
}
.f-startVid-wrap .item .pic i {
  z-index: 100;
  position: absolute;
  padding: 7%;
  left: 50%;
  top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/open.png) center/90% no-repeat;
}
.f-startVid-wrap .item .txt {
  color: #888888;
  text-align: center;
  padding: 20px 0;
  background: #f9f9f9;
  font-size: 0.28rem;
}
.column-title-m .title {
  margin-bottom: 0.26rem;
}
.f-design .txt {
  margin: 0 0.3rem;
}
.f-design .txt .desc {
  color: #333;
}
.f-design-desc {
  position: relative;
  padding-top: 3.26rem;
  margin-bottom: 0.8rem;
}
.f-design-desc .slick-prev,
.f-design-desc .slick-next {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
  border: 0px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
}
.f-design-desc .slick-prev {
  transform: translateX(-0.9rem);
  background-image: url(../images/a_prev.png);
  background-size: 0.32rem;
}
.f-design-desc .slick-next {
  margin-left: 0.5rem;
  background-image: url(../images/a_next.png);
  background-size: 0.32rem;
}
.f-design-desc .slick-prev:hover {
  background-color: #005c30;
  background-image: url(../images/a_prev_hl.png);
}
.f-design-desc .slick-next:hover {
  background-color: #005c30;
  background-image: url(../images/a_next_hl.png);
}
.f-design-desc .f-character-info {
  padding: 0.2rem;
  background: #fff;
  position: relative;
  padding-bottom: 1.1rem;
}
.f-design-desc .f-character-info .slick-dots {
  position: absolute;
  z-index: 100;
  display: flex;
  right: 0.5rem;
  top: 3.47rem;
}
.f-design-desc .f-character-info .slick-dots li button {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 0.16rem;
  height: 0.3rem;
  font-size: 0;
  background: none;
}
.f-design-desc .f-character-info .slick-dots li button {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  font-size: 0;
  background: none;
  line-height: 0.16rem;
  padding: 0;
  margin-right: 0.1rem;
}
.f-design-desc .f-character-info .slick-dots .slick-active button {
  background: #ff7e00;
  border: 2px solid #ff7e00;
}
.f-design-desc .f-character-info .pic {
  position: relative;
}
.f-design-desc .f-character-info .pic .f-head-pic {
  position: absolute;
  padding: 10%;
  bottom: 0;
  left: 5%;
  transform: translateY(50%);
}
.f-design-desc .f-character-info .txt {
  background: url(../images/bg_5.png) center/cover no-repeat;
  padding: 0.8rem 0.3rem;
}
.f-design-desc .f-character-info .box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35rem;
}
.f-design-desc .f-character-info .box:last-child {
  border-bottom: 1px solid transparent;
  padding: 0;
}
.f-design-desc .f-character-info .box .title {
  font-size: 0.36rem;
  line-height: 2.6;
}
.f-design-desc .f-character-info .box .desc {
  font-size: 0.28rem;
  line-height: 1.65;
  color: #333;
}
.f-awards-list {
  position: relative;
	/* padding: 0 0.8rem; */
	/* border-bottom: .05rem solid #f5f5f5; */
}
.f-awards-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.05rem;
  background: #f5f5f5;
  bottom: 0;
  left: 0;
}
.f-awards-list .item {
	text-align: center;
	/* padding: 0 .1rem; */
	position: relative;
	height: 1.06rem;
	/* padding-bottom: 0.2rem; */
	padding-bottom: .05rem;
}
.f-awards-list .slick-current::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: .05rem;
	width: 100%;
	background: #a9d290;
}
.f-awards-list .item img {
	max-height: 100%;
	/* height: 100%; */
}
.f-product .title {
  line-height: 0.9rem;
  background: #f7f7f7;
  padding: 0 0.5rem;
  font-size: 0.36rem;
  margin-bottom: 0.7rem;
}
.f-product ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
}
.f-product ul li {
  width: calc(50% - 0.5rem);
  text-align: center;
  font-size: 0.3rem;
  color: #555555;
  margin-bottom: 0.5rem;
}
.f-product ul li .pic {
	/* padding: 84.88; */
	height: 3rem;
	margin-bottom: .2rem;
}
.f-product ul li .pic img {
	max-height: 100%;
}
.f-venkat .f-content {
  position: relative;
  margin-bottom: 1.3rem;
}
.f-venkat .f-content .txt {
  margin-right: 1.7rem;
  font-size: 0.28rem;
  background: url(../images/bg_5.png) center no-repeat;
  padding: 0.5rem 1.6rem 1.35rem 0.5rem;
}
.f-venkat .f-content .pic {
  width: 2.7rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.f-venkat .f-content #venkat-list {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  padding: 0 0.3rem;
  left: 0;
}
.f-venkat .f-content #venkat-list .item {
  margin-right: 0.5rem;
  height: 0.8rem;
}
.f-venkat .f-content #venkat-list .item img {
  height: 0.8rem;
}
.f-inspiration {
  position: relative;
}
.f-inspiration .content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 0.28rem;
}
.f-inspiration .content .column-title {
  padding: 1rem 0 1rem;
}
.f-inspiration .content .column-title .title {
  padding-bottom: 0.2rem;
}
.f-exhibition .list .txt {
  padding: 0.5rem 0.3rem 1rem 0.5rem;
}
.f-exhibition .list .title {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}
.f-exhibition .list .desc {
  font-size: 0.28rem;
}
.f-exhibition .list .box-two {
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  margin-bottom: 0.8rem;
}
.f-exhibition .list .box-two .txt {
  background: #fff;
  padding: 0.4rem 0.4rem 0.5rem 0.5rem;
}
.f-exhibition .list .box-three {
  margin-left: 2.1rem;
}
.f-exhibition .list .box-three .txt {
  padding: 0.5rem 0 1rem;
}
.f-screen {
  padding-bottom: 1rem;
}
.f-screen select {
  line-height: 0.8rem;
  border: 0;
  width: 100%;
  height: 0.8rem;
  appearance: none;
  -webkit-appearance: none;
  resize: none;
  background: #f7f7f7;
  padding: 0 0.3rem;
  font-size: 0.26rem;
}
.f-screen input {
  appearance: none;
  -webkit-appearance: none;
  width: calc(100% - 0.6rem);
  font-size: 0.24rem;
  height: 0.8rem;
  border: 0;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  border-bottom: 2px solid #000000;
}
.f-screen input::placeholder {
  color: #555555;
}
.f-select {
  margin-bottom: 0.2rem;
  position: relative;
}
.f-select i {
  position: absolute;
  background: url(../images/down2.png) center no-repeat;
  background-size: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.f-search {
  position: relative;
}
.f-search i {
  position: absolute;
  background: url(../images/04_icon_03.png) center no-repeat;
  background-size: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.f-address .item {
  padding: 0.3rem 0.3rem;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.f-address {
  margin-bottom: 0.8rem;
}
.f-address .item .txt {
  padding-right: 0.9rem;
  font-size: 0.24rem;
}
.f-address .item i {
  position: absolute;
  right: 0.3rem;
  background: url(../images/04_icon_06.png) center no-repeat;
  background-size: 0.34rem;
  width: 0.34rem;
  height: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
}
.f-address .item .txt .title {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.f-address .item:first-child {
  border-top: 1px solid #ededed;
}
.f-address .action .txt .title {
  color: #005c30;
}
.f-address .action i {
  background: url(../images/04_icon_08.png) center no-repeat;
  background-size: 0.34rem;
}
.f-store {
  padding: 0 0.6rem;
  position: relative;
  /* overflow: hidden; */
}
.f-store .item {
  padding-bottom: 0.7rem;
  margin-bottom: 0.8rem;
  width: 6.3rem;
  margin-right: 0.3rem;
}
.f-store .slick-list {
  overflow: inherit;
}
.f-store .item .pic {
  width: 6.3rem;
}
.f-store .item .column-title {
  display: none;
}
.f-store .item .column-title .title {
  margin-bottom: 0.2rem;
}
.f-store .item a {
  font-size: 0.28rem;
  color: #fff;
  background-color: #005c30;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: none;
  text-align: center;
}
.f-store .slick-active a {
  display: inline-block;
}
.f-store .slick-active .column-title {
  display: block;
  padding: 0.66rem 0 0.3rem;
}
#store .slick-dots,
.f-details #details .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  /* text-align: center; */
  font-size: 0;
  z-index: 1;
  background: #ebebeb;
  padding: 0 0.6rem;
}
#store .slick-dots li button,
.f-details #details li button {
  display: none;
}
#store .slick-dots li,
.f-details #details .slick-dots li {
  display: inline-block;
  width: 0.36rem;
  height: 0.12rem;
  background: none;
  margin: 0 0.09rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#store .slick-dots li.slick-active,
.f-details #details li.slick-active {
  background: #005c30;
  width: 1.46rem;
}
.f-details {
  margin-bottom: 0.8rem;
}
.f-details #details {
  padding-bottom: 0.75rem;
  position: relative;
}
.f-details #details .column-title .title {
  font-size: 0.48rem;
}
.f-details #details .slick-dots {
  bottom: 0;
}
.f-menu-list {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  padding: 0 0.3rem;
  height: 100%;
  z-index: 1000;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
  transition: 0.3s;
}
.f-menu-list.action {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.f-menu-list .menu-top {
  position: relative;
  line-height: 1.22rem;
  height: 1.22rem;
}
.f-menu-list .menu-top .return {
  background: url(../images/01_icon_03.png) center no-repeat;
  background-size: 0.5rem;
  width: 0.5rem;
  height: 0.33rem;
  left: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.f-menu-list .menu-top .close {
  background: url(../images/01_icon_06.png) center no-repeat;
  background-size: 0.33rem;
  width: 0.33rem;
  height: 0.33rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.f-menu-list .menu-title {
  line-height: 1.2rem;
  position: relative;
}
.f-menu-list .menu-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 1.2rem;
  background: #909090;
}
.f-menu-list .menu-title span {
  display: inline-block;
  padding-left: 0.4rem;
  padding-right: 0.85rem;
  position: relative;
  font-size: 0.38rem;
}
.f-menu-list .menu-title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #005c30;
  left: 0;
  top: 1.19rem;
}
.f-menu-list .group {
	display: none;
}
.f-menu-list .list li {
	line-height: 0.9rem;
	position: relative;
}
.f-menu-list .list li a {
  color: #fff;
  display: block;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  border-bottom: 1px solid #414442;
  /* background: url(../images/01_icon_11.png) 98% center no-repeat;
	background-size: 0.12rem; */
	position: relative;
}
.f-menu-list .list li .icon {
	width: 2rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
  background: url(../images/01_icon_11.png) 90% center no-repeat;
	background-size: 0.12rem;
}
.f-menu-list .list .action a {
	background: rgba(8, 50, 28, 0.8);
}
.f-menu-list .list .action .icon {
  background: url(../images/01_icon_15.png) 90% center no-repeat;
  background-size: 0.24rem;
}


.PicList001938{ padding:3% 0 10%;}
.PicList001938 li{margin-bottom:4%; width: 100%;}
.PicList001938 li div{ position:relative; margin-top:12%; border:1px solid #005c30; padding:7% 3% 6% 48%; font-size:.24rem;}
.PicList001938 li .Ispic{ position:absolute; width:40%; height:130%; left:3%; bottom:0;}
.PicList001938 li .Ispic img{ display:none;}
.PicList001938 li h5{font-size:.3rem;font-weight: normal; margin:0;}
.PicList001938 li h5 a:hover{color: #005c30;}
.PicList001938 li h5 a{color:#333;}
.PicList001938 li time{color:#666;}
.PicList001938 li p{ margin:.2rem 0 .25rem; line-height:1.6; overflow:hidden; font-size:.24rem;}
.PicList001938 li .more{ display:inline-block; line-height:.6rem; padding:0 .5rem; border-radius:25px; border:1px solid #ddd; color:#005c30;font-size:.26rem; margin-top: .3rem;}
.PicList001938 li .more:hover{ background:#005c30; color:#fff;}