header,footer,.header-m,main,.i-banner,.banner {
	transition: all .5s;
	-webkit-transition: all .5s
}

.header {
	position: relative;
	padding-top: 5px
}

.header::after {
	top: 0;
	left: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	background: -webkit-linear-gradient(left, #fed37e, #198b2c);
	background: -o-linear-gradient(right, #fed37e, #198b2c);
	background: -moz-linear-gradient(right, #fed37e, #198b2c);
	background: linear-gradient(to right, #fed37e, #198b2c)
}

.header .logo {
	height: 88px;
	line-height: 88px;
	overflow: hidden
}

.header .header-btn {
	height: 88px
}

.header .header-btn a {
	width: 50px;
	text-align: center;
	color: #fff;
	background: #ffbd3d;
	height: 40px;
	line-height: 40px
}

.header .header-btn a:last-child {
	background: #f1ae2c
}

.header .header-btn a:hover {
	text-decoration: underline;
	background: #f1ae2c
}

.header nav {
	background: #016738
}

.header nav ul {
	display: -webkit-flex;
	display: flex
}

.header nav ul li {
	position: relative;
	float: left;
	flex-grow: 1;
	text-align: center;
	color: #fff
}

.header nav ul li.cur>a,.header nav ul li:hover>a {
	background: #f1ae2c
}

.header nav ul li:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	top: 50px
}

.header nav ul li>a {
	display: block;
	height: 50px;
	line-height: 50px
}

.header nav ul li .sub-nav {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	top: 70px;
	left: 0;
	width: 100%;
	background: #016738;
	transition: all .5s;
	-webkit-transition: all .5s
}

.header nav ul li .sub-nav a {
	display: block;
	line-height: 23px;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

.header nav ul li .sub-nav a:hover {
	color: #fff;
	background: #f1ae2c
}

.header .search-w {
	height: 88px
}

.header .search {
	width: 340px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.header .search .txt {
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	font-size: 14px;
	padding: 0 10px;
	color: #666;
	border: 1px solid #eee
}

.header .search .btn {
	float: right;
	width: 40px;
	height: 100%;
	background: #016738 url(../images/search.png) no-repeat center
}

footer .footer-link {
	padding: 8px 0;
	background: #348660;
	line-height: 24px
}

footer .footer-link em {
	width: 70px
}

footer .footer-link .con {
	width: calc(100% - 70px)
}

footer .footer-link a {
	margin: 0 .15rem
}

footer .footer-link a:hover {
	text-decoration: underline
}

footer .footer-b {
	background: #e8ecee url(../images/footer_bg.png) no-repeat center
}

footer .footer-b .con-l em {
	font-size: 18px;
	color: #016738
}

footer .footer-b .con-l .txt {
	line-height: 26px
}

footer .footer-b .con-r .img {
	width: 140px;
	height: 140px;
	margin: 0 auto
}

footer .footer-b .con-r em {
	color: #595959;
	margin-top: 7px
}

.i-banner .slick-dots {
	bottom: .2rem
}

.i-banner .slick-dots div {
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s
}

.i-banner .slick-dots div.slick-active,.i-banner .slick-dots div:hover,.i-banner .slick-dots div:focus {
	background: #016738
}

.i-banner a {
	display: block;
	min-height: 85px
}

.i-banner .dn {
	display: none !important
}

.i-tt1 {
	height: 24px;
	line-height: 24px
}

.i-tt1 h3 {
	font-size: 18px;
	border-left: 5px solid #016738;
	padding-left: 12px
}

.i-tt1 a {
	color: #f1ae2c
}

.i-tt1 a:hover {
	text-decoration: underline
}

.head-news .mauto {
	background: #348660
}

.head-news .con-l,.head-news .con-r {
	height: 40px;
	line-height: 40px
}

.head-news .con-l {
	width: calc(100% - 295px)
}

.head-news .con-l em {
	width: 70px;
	text-align: right
}

.head-news .con-l .list {
	width: calc(100% - 70px)
}

.head-news .con-l .list h3 {
	width: 95%;
	padding-right: 2%
}

.head-news .con-l .list a:hover h3 {
	text-decoration: underline
}

.head-news .con-r {
	width: 295px;
	border-left: 1px dashed #fff
}

.head-news .slick-dots {
	display: none !important
}

.i-news .i-tt1 {
	margin-bottom: 16px
}

.i-news .row {
	margin-left: -0.3rem
}

.i-news .item {
	padding-left: .3rem;
	margin-bottom: .3rem
}

.i-news .item1 .sliders .imgs {
	height: 3rem
}

.i-news .item1 .sliders .imgs img {
	width: auto;
	height: auto;
	object-fit: inherit
}

.i-news .item1 .list {
	font-size: 16px;
	color: #595959;
	margin-top: .12rem
}

.i-news .item1 .list a {
	position: relative;
	padding-left: 14px;
	height: 32px;
	line-height: 32px
}

.i-news .item1 .list a::after {
	left: 0;
	top: 50%;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #595959;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.i-news .item1 .list a:hover {
	color: #016738;
	text-decoration: underline
}

.i-news .sliders h3 {
	left: 0;
	bottom: 0;
	padding: 0 .15rem;
	padding-right: 15%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5)
}

.i-news .sliders .slick-dots {
	bottom: 17px;
	text-align: right;
	padding-right: .1rem
}

.i-news .sliders .slick-dots div {
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s
}

.i-news .sliders .slick-dots div.slick-active,.i-news .sliders .slick-dots div:hover,.i-news .sliders .slick-dots div:focus {
	background: #f1ae2c
}

.i-news .item2 .list a {
	padding: .1rem 0;
	border-bottom: 1px dashed #e4e4e4
}

.i-news .item2 .list a:first-child {
	padding-top: 0
}

.i-news .item2 .list a:hover h3 {
	color: #016738;
	text-decoration: underline
}

.i-news .item2 .list em {
	color: #f1ae2c
}

.i-news .item3 .txt {
	height: 130px;
	line-height: 26px;
	color: #595959;
	-webkit-line-clamp: 4
}

.i-news .item3 .btn a {
	font-size: 18px;
	border-radius: 5px;
	padding: .18rem 0;
	background: #348660
}

.i-news .item3 .btn a:hover {
	text-decoration: underline
}

.i-pic {
	background: #f2f2f2
}

.i-pic ul {
	margin-left: -0.23rem
}

.i-pic li {
	padding-left: .23rem;
	margin-bottom: .15rem
}

.i-pic .imgs {
	height: 216px
}

.i-link-list .i-tt1 {
	height: inherit;
	line-height: inherit;
	border-bottom: 1px solid #eee;
	margin-bottom: .1rem
}

.i-link-list .i-tt1 h3 {
	border-left: none;
	border-bottom: 2px solid #016738;
	padding: 0 0 .05rem 0
}

.i-link-list .i-tt1 a {
	margin-bottom: .05rem
}

.i-link-list .row {
	margin-left: -0.3rem
}

.i-link-list .lg-4 {
	padding-left: .3rem;
	margin-bottom: .2rem
}

.i-link-list .list a {
	height: 32px;
	line-height: 32px
}

.i-link-list .list a:hover h3 {
	color: #016738;
	text-decoration: underline
}

.i-link-list .list h3 {
	width: calc(100% - 100px);
	font-size: 16px;
	color: #595959
}

.i-link-list .list .date {
	color: #999
}

.i-link-list .slick-dots {
	bottom: 0;
	text-align: right
}

.i-link-list .slick-dots div {
	width: auto;
	height: auto;
	background: none;
	margin: 0 1px
}

.i-link-list .slick-dots div button {
	padding: 2px 5px;
	display: block;
	color: #fff;
	background: rgba(0,0,0,0.5)
}

.i-link-list .slick-dots div.slick-active,.i-link-list .slick-dots div:hover,.i-link-list .slick-dots div:focus {
	background: none
}

.i-link-list .slick-dots div.slick-active button,.i-link-list .slick-dots div:hover button,.i-link-list .slick-dots div:focus button {
	background: #016738
}

.i-guide ul {
	margin-left: -0.2rem
}

.i-guide li {
	padding-left: .2rem;
	margin-bottom: .2rem
}
.i-guide ul .lg-3{ width:20%;} 

.i-link-list2 ul {
	margin-left: -0.3rem
}

.i-link-list2 li {
	padding-left: .3rem
}

.i-link-list2 li a {
	position: relative;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding-left: 13px;
	color: #595959
}

.i-link-list2 li a::after {
	left: 0;
	top: 50%;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #595959;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.i-link-list2 li a:hover {
	text-decoration: underline
}

.banner {
	height: 2.3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.main {
	background: #e8ecee
}

.main-nav-p {
	width: 285px
}

.main-nav-p h2 {
	padding: 0 33px;
	height: 70px;
	color: #016738;
	background: url(../images/main_nav_bg.jpg) no-repeat center;
	align-items: inherit;
	-webkit-align-items: inherit
}

.main-nav-p h2 em {
	font-size: 24px
}

.main-nav-p ul {
	margin-top: 1px
}

.main-nav-p li {
	border-bottom: 1px solid #e8ecee
}

.main-nav-p li a {
	padding: 0 33px;
	height: 55px;
	line-height: 55px;
	color: #3d8665
}

.main-nav-p li i {
	position: relative;
	padding-left: 24px
}

.main-nav-p li i::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3d8665;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s
}

.main-nav-p li.cur a,.main-nav-p li:hover a {
	color: #fff;
	background: #016738
}

.main-nav-p li.cur a i::after,.main-nav-p li:hover a i::after {
	background: #fff
}

.main-nav-p .link a {
	margin-top: .17rem
}

.content-w {
	width: calc(100% - 285px);
	padding-left: 14px
}

.content {
	padding: .2rem;
	min-height: 750px
}

.main-head {
	border-bottom: 2px solid #016738
}

.main-head h2 {
	font-size: 24px;
	color: #016738
}

.main-home {
	color: #666;
	padding-left: 20px;
	background: url(../images/main_home.png) no-repeat left center
}

.main-home a:hover {
	color: #016738
}

.main-home i {
	color: #f1ae2c
}

.even-list ul {
	position: relative
}

.even-list ul::after {
	top: 0;
	left: 80px;
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background: #016738
}

.even-list li {
	position: relative;
	z-index: 1;
	padding-left: .35rem;
	padding-right: .2rem;
	margin-bottom: .25rem
}

.even-list li:last-child {
	margin-bottom: 0
}

.even-list li:hover .date {
	color: #fff;
	border-color: #016738;
	background: #016738
}

.even-list li .date {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	color: #016738;
	background: #fff;
	border: 3px solid #016738;
	transition: all .3s;
	-webkit-transition: all .3s
}

.even-list li .date em {
	font-size: 24px
}

.even-list li .date span {
	margin-top: -3px
}

.even-list li .info {
	width: calc(100% - 88px);
	margin-top: .15rem;
	padding-left: 17px
}

.news-list li {
	border-bottom: 1px dashed #747474
}

.news-list li a {
	padding: .2rem 0
}

.news-list li a:hover h3 {
	color: #016738
}

.news-list .imgs,.news-list .info {
	height: 120px
}

.news-list .imgs {
	width: 160px
}

.news-list .info {
	width: calc(100% - 160px);
	padding-left: 15px;
	align-items: inherit;
	-webkit-align-items: inherit
}

.news-list .info .date {
	margin: 6px 0
}

.news-list .info .els2 {
	-webkit-line-clamp: 3;
	height: 72px;
	line-height: 24px
}

.news-list2 li {
	border-bottom: 1px dashed #c1c1c1
}

.news-list2 li a {
	height: 45px;
	line-height: 45px
}

.news-list2 li a:hover h3 {
	color: #016738
}

.news-list2 li h3 {
	position: relative;
	padding-left: 15px;
	width: 73%
}

.news-list2 li h3::after {
	left: 2px;
	top: 50%;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.news-list2 li .date {
	padding-right: .1rem
}

.news-list3 ul {
	margin-left: -0.25rem
}

.news-list3 li {
	padding-left: .25rem
}

.news-list3 li a {
	height: 36px;
	line-height: 36px
}

.news-list3 li a:hover h3 {
	color: #016738
}

.news-list3 li h3 {
	position: relative;
	padding-left: 15px
}

.news-list3 li h3::after {
	left: 2px;
	top: 50%;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.news-info .head h3 {
	font-size: 20px
}

.news-info .head .date {
	padding: 10px .2rem;
	background: #f8f8f8
}

.news-info .bdsharebuttonbox a {
	float: none;
	margin: 0 2px !important
}

.bd_weixin_popup {
	height: auto !important
}

.dow-list ul {
	margin-left: -0.3rem
}

.dow-list li {
	padding-left: .3rem;
	margin-bottom: .2rem
}

.dow-list li a {
	padding: .32rem .34rem;
	background: #016738
}

.dow-list li a:hover h3 {
	text-decoration: underline
}

.dow-list h3 {
	width: calc(100% - 30px);
	height: 46px;
	line-height: 46px;
	padding-left: 64px;
	font-size: 20px;
	background: url(../images/dow_icon2.png) no-repeat left center
}

.dow-list .icon {
	width: 28px;
	height: 46px;
	background: url(../images/dow_icon.png) no-repeat center
}

.message .head {
	padding: .18rem;
	color: #016738;
	background: #e0f1e7
}

.message form {
	max-width: 708px;
	margin: 0 auto
}

.message .row {
	margin-left: -0.3rem
}

.message .lg-6 {
	padding-left: .3rem
}

.message label,.message .con {
	margin-bottom: 10px
}

.message label {
	width: 76px;
	height: 38px;
	line-height: 38px;
	text-align: right
}

.message .con {
	width: calc(100% - 76px)
}

.message .txt {
	width: 100%;
	height: 38px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px solid #ccc
}

.message textarea {
	width: 100%;
	height: 160px;
	padding: 10px;
	border: 1px solid #ccc
}

.message .btn input {
	width: 96px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	margin-right: .17rem;
	background: #016738
}

.message .btn input:last-child {
	background: #959595
}

.message .btn input:hover {
	text-decoration: underline
}

.contact .row {
	margin-left: -0.3rem
}

.contact .row .lg-6 {
	padding-left: .3rem
}

.contact .add {
	height: 3.9rem
}

.contact .add img {
	max-width: inherit
}

.in-member .link-head {
	margin-left: -0.2rem
}
.in-member .link-head .lg-3{ width:20%;}

.in-member .link-head li {
	padding-left: .2rem;
	margin-bottom: .2rem
}

.in-member .link-head img {
	width: 100%;
	height: 100%
}

.in-member .content-w {
	width: 100%;
	padding-left: 0
}

.in-member .content-w .content {
	min-height: inherit
}

.in-member form {
	max-width: 390px;
	margin: 0 auto
}

.in-member form label {
	width: 80px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #595959
}

.in-member form .info {
	width: calc(100% - 80px)
}

.in-member form .txt {
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid #ccc
}

.in-member form .btn input {
	width: 96px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	margin: 0 7px;
	background: #016738
}

.in-member form .btn input:last-child {
	background: #959595
}

.in-member form .btn input:hover {
	text-decoration: underline
}

.in-member .b-con h3 {
	padding: .13rem;
	font-size: 18px;
	color: #016738;
	background: #e0f1e7
}

.in-member .b-con table {
	color: #016738;
	border: 1px solid #e0f1e7
}

.in-member .b-con table th,.in-member .b-con table td {
	border: 1px solid #e0f1e7;
	padding: .14rem 0;
	line-height: 22px
}

.in-member .b-con table th {
	background: #fafdfb
}

.login form {
	max-width: 355px;
	margin-left: auto;
	margin-right: auto
}

.login label {
	width: 55px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #595959
}

.login .txt {
	width: calc(100% - 55px);
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid #ccc
}

.login .btn {
	width: calc(100% - 55px)
}

.login .btn input {
	padding: .12rem .37rem;
	color: #fff;
	background: #016738
}

.login .btn input:last-child {
	background: #97cfb0
}

.member-dow-list .head {
	padding: .18rem;
	background: #e0f1e7;
	color: #016738
}

.member-dow-list .head a {
	color: #f1ae2c
}

.member-dow-list .tab-head li {
	float: left;
	color: #fff;
	color: #016738;
	padding: .13rem .32rem;
	margin-right: 2px;
	background: #e0f1e7
}

.member-dow-list .tab-head li.cur {
	color: #fff;
	background: #016738
}

.member-dow-list .tab-body .item {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #ccc
}

.member-dow-list .tab-body .item:hover h3 {
	color: #016738
}

.member-dow-list .tab-body .item:hover a {
	text-decoration: underline
}

.member-dow-list .tab-body .item h3 {
	position: relative;
	padding-left: 15px;
	width: 73%
}

.member-dow-list .tab-body .item h3::after {
	left: 2px;
	top: 50%;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.member-dow-list .tab-body .item a {
	color: #f1ae2c
}

.member-dow-list .search {
	width: 340px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.member-dow-list .search .txt {
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	font-size: 14px;
	padding: 0 10px;
	color: #666;
	border: 1px solid #eee
}

.member-dow-list .search .btn {
	float: right;
	width: 40px;
	height: 100%;
	background: #016738 url(../images/search.png) no-repeat center
}

.slick-dots div.slick-active,.slick-dots div:hover,.slick-dots div:focus {
	background: #016738
}

.in-page {
	color: #888
}

.in-page span,.in-page a {
	padding: 8px 15px;
	border: 1px solid #e8e8e8
}

.in-page a {
	margin-bottom: 5px
}

.in-page a:hover,.in-page a.cur {
	color: #fff;
	border-color: #016738;
	background: #016738
}

.tab-head li {
	cursor: pointer
}

.tab-body li {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s
}

.tab-body li.cur {
	visibility: visible;
	opacity: 1;
	height: inherit
}

.edit {
	overflow: hidden
}

.edit span {
	display: inline
}

.edit img {
	width: auto !important;
	height: auto !important
}

.fix-bar {
	z-index: 55;
	position: fixed;
	right: 0;
	bottom: 20%
}

.fix-bar .item {
	width: 50px;
	height: 51px;
	position: relative;
	border-bottom: 1px solid #ddd
}

.fix-bar .item:nth-child(2) span {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphN2RiMDJkNS1hMzkyLWQzNGQtOWJhMS0wZjEzZGM4OGExNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjFEQTk2QzkwNDkxMTFFOEI0RDM4NUQ5NERBQkE0NkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjFEQTk2QzgwNDkxMTFFOEI0RDM4NUQ5NERBQkE0NkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ2MTU0N2Y5LTI1YWEtNWU0Zi05NGFiLWU4MzliMjYxMzJhNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphN2RiMDJkNS1hMzkyLWQzNGQtOWJhMS0wZjEzZGM4OGExNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41OEZfAAAAxUlEQVR42mJggIL///9XAfEBIO5koBQADVn1HxUso8Swxv/YQTS5Bt7CYeAvIOYix8Dj/3EDfnIMnIXDsBJyvRyIxbBOSiKFBYifohnoSmmyiUYz8D410uIlNEMXUmqgGpawrKLU0BIshuZTaugyqiUhJEMPYDF0CpoaGyC+Cg37QHINBWn2wJF2Z5FTChECUygpjbAWKMSGqRM0vAiBHeQkq6c4DLsPxKKMZKQAUBkJKnwdgVgfiFmB+DIQZzAyMr4GCDAAWS81MFh2b4oAAAAASUVORK5CYII=)
}

.fix-bar .item em,.fix-bar .item .imgs {
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	white-space: nowrap;
	transition: all .8s;
	-webkit-transition: all .8s
}

.fix-bar .item em a,.fix-bar .item .imgs a {
	color: #fff
}

.fix-bar .item em span,.fix-bar .item .imgs span {
	width: 50px;
	height: 50px
}

.fix-bar .item em i,.fix-bar .item .imgs i {
	width: 100px;
	text-align: center
}

.fix-bar .item:hover em {
	width: 150px
}

.fix-bar .pic,.fix-bar #gotop {
	height: 50px;
	width: 50px;
	cursor: pointer
}

.fix-bar .pic {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZGEzOWM2NS00ZmJjLWVmNGItOTI3Yi0wNTE5NDUwMjY4ZTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDBCOEY1NThENTlEMTFFODlGMkFCMDU4QzIxODg1OUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDBCOEY1NTdENTlEMTFFODlGMkFCMDU4QzIxODg1OUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ3OGU3OTQ5LWZjZTQtZGI0NC1iNjJiLTZhMDUxMzYyY2MyYiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkZGEzOWM2NS00ZmJjLWVmNGItOTI3Yi0wNTE5NDUwMjY4ZTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5PT85MAAACM0lEQVR42qTVT0hUURTH8ec02B/CcCYCg1oUQQXVIqhVKrSxRX+tTQRFEbVqU+1btQtq0bZAxRYtghY1tOqPCyGkjZDFICmWmVqZTqPlzOt75PfgcpnxvWcHPuC797135njPva8hDMPAi3Vow3EcQAtWYx6f0Yen6Ec5SBqWyLEfvSiFy8cMHmKf93xd7sUJjIXpoohjaRK1YtJ5wXcM13hxBUOqKIpxHE6SKIc+58EJnMFeFLxEXdiBS16yfuTjEl31Xjbg3HDLm7ui8fUY8eZuLJcoSz+c8vpjF+5gCKe9ucv4g3ZsVReOYiGu6RrIZjduCdLFMF7jL5q0JRbxAe/wAj/dB6yitSkS2MsK+Io92Iwc1mCV7inhI+7jge2gaB8VE7byHLq1zyYT3F/GXTTZGmVUauy+xktU0YmNqu6LKoiiompnVOU13FyqlmydCU4C67B7mHbGnmG7fnUUg2p/6+SqxqbQYRU9R1dMNUVVkXPGy+rAilfRb6lqLI/zUZ+34DEWa1Qzj0d4440vqNKSd3KM1ljDkayyjuMi5nDBq6jRtkGN7mzUXnIjU2erNGeci1l80t+2EQe10JZkk+ZXGrNZ58K+O4fwBLcxpVPCfuGEvk3tK0z0yj2PbJ3akKlzXm3T/z9tfMPBIOmHS456p3Zc/MBZ/8OXVAfeJkjyC+fc0zttFNQoJ3EEO3WwWtNM473WdbfTXEun9380U9CsJsrr2hpoDBtwHQPosYl/AgwA4EdPkGHxCfQAAAAASUVORK5CYII=)
}

.fix-bar .pic:hover .imgs {
	visibility: visible;
	opacity: 1;
	right: 100%
}

.fix-bar .pic .imgs {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 100px;
	height: 100px;
	right: -200%;
	top: 0;
	background-color: #eee
}

.fix-bar #gotop {
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'SimSun';
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transition: all .3s;
	-webkit-transition: all .3s
}

.fix-bar .item em span,.fix-bar .pic,#gotop {
	background-repeat: no-repeat;
	background-position: center
}

.fix-bar .item i,.fix-bar .item em span,.fix-bar .pic,#gotop {
	background-color: #016738
}

.fix-bar .item:hover i,.fix-bar .item:hover em span,.fix-bar .pic:hover,#gotop:hover {
	background-color: #f1ae2c
}

.fix-wrap {
	display: none;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8)
}

.fix-wrap .hide {
	position: fixed;
	width: 25px;
	height: 25px;
	padding: 25px;
	right: 5%;
	top: 5%;
	background: #090908;
	cursor: pointer;
	border-radius: 50%;
	transition: all .8s;
	-webkit-transition: all .8s
}

.fix-wrap .hide::before,.fix-wrap .hide::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 1px;
	height: 55%;
	background: #fff;
	margin-top: -27.5%
}

.fix-wrap .hide::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.fix-video .video-wrap {
	min-width: 55%;
	max-width: 55%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: #2d2d2d
}

.fix-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: ReturnToNormal .5s both;
	-webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
	overflow: auto
}

.fix-pic img {
	max-height: 100%;
	animation: zoomIn .5s both;
	-webkit-animation: zoomIn .5s both
}

.fix-search {
	padding: 0 2.5%;
	background: #222
}

.fix-search:hover .search::after {
	transform: scale(1);
	-webkit-transform: scale(1)
}

.fix-search .search {
	position: relative;
	width: 100%;
	height: 125px;
	color: #555;
	padding-left: 88px;
	font-size: 66px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center
}

.fix-search .search::before,.fix-search .search::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: all 1s;
	-webkit-transition: all 1s
}

.fix-search .search::before {
	background: #515151
}

.fix-search .search::after {
	background: rgba(255,255,255,0.5);
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1)
}

.fix-search .txt,.fix-search .btn {
	color: #555;
	background: transparent
}

.fix-search .txt {
	width: 100%;
	text-align: center;
	font-size: 66px;
	padding-right: 2%
}

.fix-search .btn {
	font-size: 24px
}

@media (max-width:1200px) {
	.mauto {
		max-width: 92%
	}
}

@media (max-width:1024px) {
	body {
		padding-top: 70px
	}

	.header {
		display: none
	}

	.header-m {
		display: block !important;
		z-index: 999;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 70px;
		background: #fff;
		box-shadow: 1px 1px 10px rgba(0,0,0,0.1)
	}

	.header-m::after {
		display: none;
		position: fixed;
		content: '';
		top: 70px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5)
	}

	.header-m .logo {
		position: absolute;
		left: 50%;
		line-height: 70px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}

	.header-m .logo img {
		max-height: 40px
	}

	.header-m .m-menu-b {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 70px;
		cursor: pointer;
		background: url(../images/menu.png) no-repeat center;
		background-size: cover
	}

	.header-m .m-menu {
		display: none;
		z-index: 888;
		position: fixed;
		width: 100%;
		width: 260px;
		height: 100%;
		top: 0;
		left: -260px;
		opacity: 1;
		background: #fafafa;
		text-align: left;
		padding-top: 70px
	}

	.header-m .m-menu::after {
		position: absolute;
		top: 70px;
		content: '';
		width: 100%;
		height: 1px;
		background: #ebebeb
	}

	.header-m .nav {
		height: calc(100% - 82px);
		overflow-x: hidden;
		overflow-y: auto
	}

	.header-m .nav>li {
		border-bottom: 1px solid #ebebeb;
		animation: resize .5s both;
		-webkit-animation: resize .5s both
	}

	.header-m .nav>li>a {
		position: relative;
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 0 40px;
		color: #666;
		vertical-align: middle;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: break-word;
		overflow: hidden;
		height: 50px;
		line-height: 50px
	}

	.header-m .nav>li>a::after {
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -5px;
		content: '';
		width: 8px;
		height: 8px;
		border: 1px solid #999;
		border-radius: 50%;
		background: transparent;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.header-m .nav>li .sub-nav {
		display: none
	}

	.header-m .nav>li .sub-nav a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 12px 40px;
		background: #f2f2f2;
		color: #4E4E4E
	}

	.header-m .nav>li .sub-nav a::before,.header-m .nav>li .sub-nav a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		left: 20px;
		top: 20px;
		border: 5px solid transparent;
		overflow: hidden;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.header-m .nav>li .sub-nav a::before {
		left: 21px;
		border-left: 5px solid #555
	}

	.header-m .nav>li .sub-nav a::after {
		border-left: 5px #ebebeb solid
	}

	.header-m .nav>li.cur {
		position: relative
	}

	.header-m .nav>li.cur::after,.header-m .nav>li.cur::before {
		position: absolute;
		content: '';
		background: #999;
		transition: all .5s;
		-webkit-transition: all .5s
	}

	.header-m .nav>li.cur::before {
		top: 19px;
		right: 25px;
		width: 2px;
		height: 12px
	}

	.header-m .nav>li.cur::after {
		top: 24px;
		right: 20px;
		width: 12px;
		height: 2px
	}

	.header-m .nav>li.active::after {
		background: #fff
	}

	.header-m .nav>li.active::before {
		height: 0
	}

	.header-m .nav>li.active>a {
		color: #fff;
		background: #016738
	}

	.header-m .nav>li.active>a::after {
		background: #fff;
		border-color: #fff
	}

	.header-m .nav>li.active .sub-nav li {
		animation: ReturnToNormal .5s both;
		-webkit-animation: ReturnToNormal .5s both
	}

	.header-m .m-language {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center
	}

	.header-m .m-language a {
		color: #666;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		display: block;
		border-bottom: 1px solid #ebebeb;
		animation: slideInUp 1.5s both;
		-webkit-animation: slideInUp 1.5s both
	}

	.header-m .m-search-b {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 70px;
		cursor: pointer;
		background: url(data:image/png;
		base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;background-size: 23px
	}

	html.active {
		height: 100%;
		overflow: hidden
	}

	html.active body {
		height: 100%;
		overflow: hidden
	}

	html.active .header-m {
		left: 260px
	}

	html.active .header-m::after {
		display: block
	}

	html.active .header-m .m-menu {
		display: block;
		left: 0
	}

	html.active footer,html.active main,html.active .i-banner,html.active .banner {
		transform: translateX(260px);
		-webkit-transform: translateX(260px)
	}
}

@media (max-width:768px) {
	.i-banner .sm-db {
		display: block !important
	}

	.head-news .con-l em {
		width: 60px
	}

	.main {
		padding: 0
	}

	.main .mauto {
		max-width: 100%
	}

	.content {
		padding: .3rem 4% .5rem 4%;
		min-height: 330px
	}

	.main-nav-p {
		display: none
	}

	.main-nav-m {
		display: block;
		position: relative;
		z-index: 555;
		cursor: pointer
	}

	.main-nav-m .title {
		position: relative;
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
		background: #016738
	}

	.main-nav-m .title strong {
		color: #fff;
		font-size: 16px;
		font-weight: bold
	}

	.main-nav-m .title i {
		position: absolute;
		content: '';
		width: 45px;
		height: 100%;
		right: 0
	}

	.main-nav-m .title i::before,.main-nav-m .title i::after {
		position: absolute;
		top: 50%;
		content: '';
		width: 12px;
		height: 1px;
		background: #fff;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.main-nav-m .title i::before {
		left: 46%;
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m .title i::after {
		right: 46%;
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::before {
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::after {
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m ul {
		display: none;
		position: absolute;
		top: 45px;
		width: 100%;
		padding: 0 10px;
		background: rgba(1,103,56,0.8);
		color: #fff
	}

	.main-nav-m ul li {
		animation: ReturnToNormal .5s both;
		-webkit-animation: ReturnToNormal .5s both
	}

	.main-nav-m ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid rgba(255,255,255,0.55)
	}

	.even-list ul::after {
		left: 45px
	}

	.even-list li {
		padding-left: 0
	}

	.news-list li {
		margin-bottom: .3rem
	}

	.news-list li a {
		padding: 0
	}

	.news-list .info {
		padding: .2rem 0
	}

	.in-member .link-head {
		padding: .2rem 4% 0 4%
	}

	.fix-video .video-wrap {
		max-width: 90%
	}

	.fix-search {
		padding: 0 15px
	}

	.fix-search .search {
		height: 65px;
		padding-left: 0;
		background: none
	}

	.fix-search .txt {
		font-size: 20px;
		text-align: left;
		padding: 0 10px
	}

	.fix-search .btn {
		font-size: 22px;
		color: #777
	}
}

@keyframes resize {
	from,60%,75%,90%,to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale(5, 5)
	}

	100% {
		opacity: 1;
		transform: scale(1, 1)
	}
}

@-webkit-keyframes resize {
	from,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale(5, 5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1)
	}
}

@keyframes ReturnToNormal {
	from {
		opacity: 0;
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg)
	}

	to {
		opacity: 1;
		transform-origin: right bottom;
		transform: none
	}
}

@-webkit-keyframes ReturnToNormal {
	from {
		opacity: 0;
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg)
	}

	to {
		opacity: 1;
		-webkit-transform-origin: right bottom;
		-webkit-transform: none
	}
}